.promo-wrapper {
  --heeader_height: 50px;
  --types_height: 110px;
}
.promo-wrapper .container {
  padding: 0 20px;
}

.swiper-pagination .promo-title {
  line-height: 1;
}

.promo-swiper {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}

@media(min-width: 1025px) {
  .promo-swiper .swiper-wrapper {
    transition-timing-function: ease-in-out;
  }
}

.promo-swiper .swiper-slide {
  background: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.promo-swiper .swiper-slide:hover {
  text-decoration: none;
}

.promo-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  padding-top: 188px !important;
}

.promo-swiper .promo-swiper-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 0 11.5%;
}

.promo-swiper a {
  color: #242424;
}

.promo-text-content {
  padding-top: 35px;
  line-height: 1.2;
  font-size: 40px;
  font-family: "Roboto Slab", serif;
}

.promo-wrapper .swiper-pagination {
  /* bottom: 18px; */ /*old*/
  bottom: 3%;
  z-index: 100;
}

@media(max-width: 1024px) {
  .promo-wrapper .swiper-pagination {
    bottom: 13vh;
  } 
}

.promo-swiper .swiper-button-prev {
  /* left: calc(50% - 678px); */
  left: 15%;
}

.promo-swiper .swiper-button-next {
  /* right: calc(50% - 678px); */
  right: 15%;
}

.promo-wrapper {
  position: relative;
}

.promo-slide-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  /* min-height: 753px; */ /*old*/
  -o-object-fit: cover;
     object-fit: cover;
  max-width: -moz-fit-content;
  max-width: fit-content;
  /* filter: brightness(0.6); */
}



@media (min-width: 1025px) {
  .promo-wrapper .container {
    padding: 0 50px;
    max-width: 1020px;
  }
  .promo-slide-bg {
    max-width: none;
    height: 100%;
    left: 0;
  }
  .promo-wrapper {
    margin-bottom: 40px;
    height: 650px;
    /* height: calc(100vh - 200px); */ /*old*/
    
    /* overflow: hidden; */ /*old*/
  }

  .promo-swiper .swiper-slide {
    padding: 0 !important;
    display: flex;
    align-items: center;
  }
  .promo-swiper .promo-swiper-content {
    padding: 0;
    transform: translateX(-53%);
  }
}


@media(min-width: 1100px) {
  .promo-wrapper {
    height: 372px;
  }
}
@media(min-width: 1133px) {
  .promo-wrapper {
    height: 386px;
  }
}
@media(min-width: 1260px) {
  .promo-wrapper {
    height: 426px;
  }
}
@media(min-width: 1360px) {
  .promo-wrapper {
    height: 460px;
  }
}
@media(min-width: 1500px) {
  .promo-wrapper {
    height: 508px;
  }
}
@media(min-width: 1728px) {
  .promo-wrapper {
    height: 585px;
  }
}
@media(min-width: 1800px) {
  .promo-wrapper {
    height: 614px;
  }
}
@media(min-width: 1920px) {
  .promo-wrapper {
    height: 650px;
  }
}

@media(min-width: 1925px) {
  .promo-wrapper, .mainpage .promo-swiper, .mainpage .promo-swiper .swiper-slide {
    min-height: auto !important;
  }

  .mainpage .promo-swiper {
    height: 100% !important;
  }

  .mainpage .promo-swiper .swiper-slide {
    height: 100% !important;
  }

  .promo-swiper .promo-swiper-content {
    padding: 0;
    transform: none;
  }
}
@media(min-width: 2100px) {
  .promo-wrapper {
    height: 755px !important;
  }
}
@media(min-width: 2500px) {
  .promo-wrapper {
    height: 865px !important;
  }

}
@media(min-width: 3200px) {
  .promo-wrapper {
    height: 1039px !important;
  }
}

@media(min-width: 3800px) {
  .promo-wrapper {
    height: 1298px !important;
  }
}

@media (max-width: 1536px) and (min-width: 1025px) {
  .promo-swiper, .promo-swiper .swiper-slide {
    min-height: auto;
  }
  .promo-swiper .promo-swiper-content {
    margin-top: -50px;
  }
  :root .promo-swiper {
    --swiper-navigation-size: 30px;
  }
  .promo-swiper .swiper-button-next, .promo-swiper .swiper-button-prev {
    background-size: contain;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 1366px) and (max-height: 1025px) {
  .promo-swiper {
    min-height: auto;
  }
  .promo-swiper .swiper-slide {
    min-height: inherit;
  }
  .promo-swiper .swiper-pagination {
    bottom: 2vh;
  }
}

@media (max-width: 1280px) {
  .promo-swiper .swiper-button-prev {
    left: 15px;
  }
  .promo-swiper .swiper-button-next {
    right: 15px;
  }
}
@media (max-width: 1024px) {
  .promo-swiper {
    position: relative;
  }
  .promo-swiper .promo-swiper-content {
    padding-left: 0;
    padding-right: 0;
  }
  .promo-text-content {
    margin-left: 0;
    padding-top: 0;
  }
  .promo-slide-bg {
    top: 0;
    left: 0;

    width: 100%;
    max-width: inherit;
    min-height: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .promo-swiper {
    height: 80vw;
    min-height: auto;
    margin-bottom: 0;
  }
  .promo-swiper .swiper-slide {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */ /*old*/
    /* justify-content: center; */ /*old*/
    padding: 0 !important;
  }
  .promo-wrapper .swiper-navigation {
    display: none;
  }
}
@media (max-width: 460px) {
  /* .promo-swiper { 
    height: 300px;
  } */ /*old*/
  .promo-swiper .swiper-slide {
    min-height: auto;
  }
  /* .promo-slide-bg {
    min-height: 301px;
  } */ /*old*/
  .promo-swiper .swiper-pagination {
    bottom: 15px;
  }
  .promo-wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .mainpage .container {
    margin: 25px 0 0;
    padding: 0 0 0 15px;
  }

  .promo-wrapper  .promo-title {
    margin-bottom: 0;

    /* font-size: clamp(25px, 6.40vw, 35px); */ /*old*/
    font-size: 6.40vw; 
  }
  .promo-wrapper  .promo-text-content {
    font-size: clamp(12px, 5vh, 20px);
  }

  .promo-wrapper .new-site-banner-sub-title {
    margin: 0;

    font-size: 4.27vw;
  }

  .promo-wrapper  .new-site-banner-sub-title > span:last-child {
    display: none;
  }

  .promo-wrapper  .promo-text-content > p {
    display: none;
  }
}/*# sourceMappingURL=promo.css.map */
.new-site-banner-sub-title {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
  margin-bottom: 25px;

  font-family: "Roboto Slab";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  color: #FFF;
}

@media screen and (min-width: 1025px) {
  .promo-title {
    margin-bottom: 0;

    /* font-size: 6vh; */
    font-size: 27px;
  }

  .promo-text-content {
    padding-top: 0;
    padding-left: 0;
    
    /*font-size: 3vh;*/ /*old*/
    font-size: 12px; /*new*/
    
    > p {
      margin-top: 15px;
      margin-bottom: 0;
      padding-top: 0;
    }
  }
}

@media(min-width: 1100px) {
  .promo-title {
    font-size: 27px;
  }

  .promo-text-content {
    font-size: 12px;
  }

  .new-site-banner-sub-title {
    margin-top: 10px;

    font-size: 23px;
  }
}
@media(min-width: 1133px) {
  .promo-title {
    font-size: 28px;
  }

  .promo-text-content {
    font-size: 12px;
  }

  .new-site-banner-sub-title {
    margin-top: 15px;

    font-size: 24px;
  }
}
@media(min-width: 1260px) {
  .promo-title {
    font-size: 32px;
  }

  .promo-text-content {
    font-size: 13px;
  }

  .new-site-banner-sub-title {
    margin-top: 15px;

    font-size: 26px;
  }
}
@media(min-width: 1360px) {
  .promo-title {
    font-size: 34px;
  }

  .promo-text-content {
    font-size: 14px;
  }

  .new-site-banner-sub-title {
    margin-top: 11px;

    font-size: 28px;
  }
}
@media(min-width: 1500px) {
  .promo-title {
    font-size: 37px;
  }

  .promo-text-content {
    font-size: 16px;
  }

  .new-site-banner-sub-title {
    margin-top: 12px;

    font-size: 31px;
  }
}
@media(min-width: 1728px) {
  .promo-title {
    font-size: 43px;
  }

  .promo-text-content {
    font-size: 18px;
  }

  .new-site-banner-sub-title {
    margin-top: 13px;

    font-size: 36px;
  }
}
@media(min-width: 1800px) {
  .promo-title {
    font-size: 45px;
  }

  .promo-text-content {
    font-size: 19px;
  }

  .new-site-banner-sub-title {
    margin-top: 14px;

    font-size: 38px;
  }
}
@media(min-width: 1920px) {
  .promo-title {
    font-size: 48px;
  }

  .promo-text-content {
    font-size: 20px;
  }

  .new-site-banner-sub-title {
    margin-top: 15px;

    font-size: 40px;
  }
}
@media(min-width: 2100px) {
  .promo-title {
    font-size: 53px;
  }

  .promo-text-content {
    font-size: 18px;
  }

  .new-site-banner-sub-title {
    margin-top: 15px;

    font-size: 35px;
  }
}
@media(min-width: 2500px) {
  .promo-title {
    font-size: 63px;
  }

  .promo-text-content {
    font-size: 21px;
  }

  .new-site-banner-sub-title {
    margin-top: 15px;

    font-size: 42px;
  }
}
@media(min-width: 3200px) {
  .promo-title {
    font-size: 81px;
  }

  .promo-text-content {
    font-size: 27px;
  }

  .new-site-banner-sub-title {
    margin-top: 15px;

    font-size: 54px;
  }
}
@media(min-width: 3800px) {
  .promo-title {
    font-size: 96px;
  }

  .promo-text-content {
    font-size: 32px;
  }

  .new-site-banner-sub-title {
    margin-top: 15px;

    font-size: 64px;
  }
}

.promo-text_color-y {
  color: #FFCB3B;
}
.promo-text_bold-7 {
  font-weight: 700;
}


@media(min-width: 1025px) {
  .mainpage .promo-text-content {
    padding-top: 0;
  }
}

/* START MIN-WIDTH 1921 */
/* @media(min-width: 1921px) {
  .mainpage .promo-wrapper, .mainpage .promo-swiper, .mainpage .promo-swiper .swiper-slide {
    min-height: 1298px;
    height: 1298px;
  }
} */

@media(min-width: 1921px) {
  .swiper-button-next, .swiper-button-prev {
    top: 55%;
  }
}

@media(min-width: 2100px) {
  .promo-swiper .swiper-button-prev {
    left: 15%;

    height: 68px;
    width: 47px;
  }

  .promo-swiper .swiper-button-next {
    right: 15%;
    
    height: 68px;
    width: 47px;
  }
}
@media(min-width: 2500px) {
  .promo-swiper .swiper-button-prev {
    left: 15%;

    height: 68px;
    width: 47px;
  }

  .promo-swiper .swiper-button-next {
    right: 15%;
    
    height: 68px;
    width: 47px;
  }
}
@media(min-width: 3200px) {
  .promo-swiper .swiper-button-prev {
    left: 17%;

    height: 79px;
    width: 53px;
  }

  .promo-swiper .swiper-button-next {
    right: 17%;
    
    height: 79px;
    width: 53px;
  }
}
@media(min-width: 3800px) {
  .promo-swiper .swiper-button-prev {
    left: 16%;

    height: 88px;
    width: 61px;
  }

  .promo-swiper .swiper-button-next {
    right: 16%;
    
    height: 88px;
    width: 61px;
  }
}

@media(min-width: 1921px) {
  .promo-wrapper .container {
    max-width: 1767px;
    width: 45.9%;
  }
}
/* END MIN-WIDTH 1921 */