.hero .hero-slider {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 40px; }
  .hero .hero-slider .row.article {
    margin: 0; }
  .hero .hero-slider .article-portret {
    min-height: 560px; }
  .hero .hero-slider .hero-slider-wrapper .article-portret .article-body {
    height: 100%; }
  .hero .hero-slider .hero-slick-arrows-wrapper {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .hero .hero-slider .hero-slick-arrows-wrapper .slick-arrow {
      cursor: pointer; }
  .hero .hero-slider .hero-slick-dots-wrapper {
    position: absolute;
    right: 10px;
    bottom: 10px; }
    .hero .hero-slider .hero-slick-dots-wrapper .slick-dots {
      list-style: none;
      display: flex;
      margin: 0;
      padding: 0; }
      .hero .hero-slider .hero-slick-dots-wrapper .slick-dots li {
        display: flex;
        width: 12px;
        height: 12px;
        margin-left: 15px;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        .hero .hero-slider .hero-slick-dots-wrapper .slick-dots li button {
          outline: 0;
          background: #000000;
          content: "";
          font-size: 0;
          width: 5px !important;
          height: 5px;
          border: none;
          border-radius: 100px;
          display: block;
          padding: 0;
          cursor: pointer; }
      .hero .hero-slider .hero-slick-dots-wrapper .slick-dots li.slick-active button {
        background-color: #B52221; }

.hero .hero-slider.hero-slider-type-landscape .hero-slick-dots-wrapper .slick-dots li button {
  background: #ffffff; }

.hero .hero-slider.hero-slider-type-landscape .hero-slick-dots-wrapper .slick-dots li.slick-active button {
  background: #B52221; }

.hero .hero-slider.hero-slider-type-landscape .hero-slick-arrows-wrapper {
  bottom: initial;
  left: initial;
  top: 50%;
  right: 0;
  flex-direction: column;
  width: 40px;
  height: 50px;
  transform: translateY(-50%); }
  .hero .hero-slider.hero-slider-type-landscape .hero-slick-arrows-wrapper .slick-arrow {
    color: #ffffff; }

.section-latest {
  overflow: hidden; }
  .section-latest .section-latest-slider {
    padding-left: 0;
    padding-right: 0; }
    .section-latest .section-latest-slider .slick-list {
      overflow: visible; }
    .section-latest .section-latest-slider .article {
      margin: 0; }
    .section-latest .section-latest-slider .article-latest {
      height: 240px; }
      .section-latest .section-latest-slider .article-latest .article-excerpt {
        height: 40px;
        overflow: hidden; }
    .section-latest .section-latest-slider .article-image-wrapper {
      width: 110px;
      max-width: 110px;
      box-sizing: border-box;
      padding: 0;
      height: 100%;
      min-height: 100%;
      max-height: 100%; }
      .section-latest .section-latest-slider .article-image-wrapper .article-image {
        object-fit: cover;
        object-position: 50% 50%;
        width: 100%;
        height: 100%; }
    .section-latest .section-latest-slider .article-body {
      padding-left: 20px;
      padding-right: 20px;
      width: 216px;
      max-width: 216px;
      min-width: 216px;
      height: 100%;
      min-height: 100%;
      max-height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: auto; }
      .section-latest .section-latest-slider .article-body .article-title {
        font-size: 20px;
        line-height: 24px; }
        .section-latest .section-latest-slider .article-body .article-title a {
          font-size: 20px;
          line-height: 24px; }
  .section-latest #section-latest-arrows-wrapper {
    display: flex;
    width: 75px;
    justify-content: space-between; }

.section-video {
  overflow: hidden; }
  .section-video .video-slider-wrapper .slick-list {
    overflow: hidden; }
  .section-video .video-slider-wrapper .video-slide-item {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 264px;
    padding: 0;
    margin-right: 30px; }
    .section-video .video-slider-wrapper .video-slide-item .article {
      height: 100%; }
      .section-video .video-slider-wrapper .video-slide-item .article .article-title {
        font-size: 20px;
        line-height: 24px; }
        .section-video .video-slider-wrapper .video-slide-item .article .article-title a {
          font-size: 20px;
          line-height: 24px; }
  .section-video #video-slick-arrows-wrapper {
    display: flex;
    width: 75px;
    justify-content: space-between; }

@media (min-width: 830px) {
  .hero .hero-slider {
    width: 770px;
    min-width: 770px;
    max-width: 770px; }
    .hero .hero-slider .article-portret {
      min-height: auto; }
    .hero .hero-slider .hero-slick-arrows-wrapper {
      bottom: 0px;
      left: 300px; }
    .hero .hero-slider .hero-slick-dots-wrapper {
      bottom: 2px;
      right: 24px; }
  .section-latest .section-latest-slider .article-image-wrapper {
    width: 170px;
    max-width: 170px; }
  .section-latest .section-latest-slider .article-latest .article-excerpt {
    height: auto; }
  .section-latest .section-latest-slider .article-body {
    padding-left: 15px;
    padding-right: 30px;
    width: 330px;
    max-width: 330px;
    min-width: 330px; }
  .section-video .video-slider-wrapper .slick-list {
    overflow: visible; }
  .section-video .video-slider-wrapper .video-slide-item {
    width: 470px;
    min-width: 470px;
    max-width: 470px; } }
