@charset "UTF-8";
.arrows-gray-wrapper {
  position: relative;
  width: 120px;
  padding: 15px;
  height: 40px;
}
.arrows-gray-wrapper .swiper-button-next, .arrows-gray-wrapper .swiper-button-prev {
  background: url("/assets/i/icons/arrow-circle-double.svg") no-repeat;
  width: 40px;
  height: 40px;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.7));
}
.arrows-gray-wrapper .swiper-navigation-wrapper {
  position: relative;
  position: relative;
  margin-left: 28px;
  width: 120px;
  height: 40px;
  display: contents;
}
.arrows-gray-wrapper .swiper-button-next {
  background-position-y: 0px;
}
.arrows-gray-wrapper .swiper-button-next {
  transform: rotate(0);
}
.arrows-gray-wrapper .swiper-button-prev {
  transform: rotate(180deg);
}
.arrows-gray-wrapper .swiper-button-next:hover, .arrows-gray-wrapper .swiper-button-prev:hover {
  opacity: 1;
  background-position-y: -50px;
}

#recommendation {
  margin-bottom: 0px;
  background-color: #F2F2F2;
  padding-top: 27px;
  padding-bottom: 24px;
  border-bottom-right-radius: 82px;
  border-bottom-left-radius: 82px;
}
#recommendation .recommendation_item > a {
  position: relative;
  display: block;
  -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.25));
  -moz-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.25));
  -ms-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.25));
  -o-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.25));
}
#recommendation .nextcircle {
  right: 0px;
  bottom: 0px;
  box-shadow: none;
}
#recommendation .show-more {
  display: none;
}

.recommendations {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0px auto 61px auto;
}

.recommendation_item {
  position: relative;
  background: #fff;
  max-width: 292px;
  font-size: 1rem;
  border-radius: 8px;
  padding-bottom: 40px;
  flex-basis: 24%;
  box-shadow: 2px 2px 8.5px -1px rgba(0, 0, 0, 0.2509803922);
  padding: 12px;
  margin-bottom: 20px;
}

.recommendation_img_container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 338px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 8px;
  box-shadow: 0px 0px 5.5px 2px rgba(0, 0, 0, 0.2509803922);
  -webkit-mask-image: url("/assets/i/mask1.svg");
          mask-image: url("/assets/i/mask1.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  min-width: 267px;
}

.recommendation_text {
  bottom: -1px;
  /* width: calc(100% + 1px); */

  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, rgba(208, 208, 208, 0.7) -10.82%, rgba(70, 70, 70, 0.7) 99.86%);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 0 10px 10px 10px;
  -webkit-mask-image: none;
  mask-image: url("/assets/i/mask1.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  /* clip-path: polygon(100% 28%, 73% 100%, 0 100%, -1% 0%, 100% 0%); */
}

.recommendation-title {
  padding-top: 9px;
  padding-bottom: 15px;
  /* height: 52px; */
  width: 100%;

  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  
  -o-border-image: linear-gradient(to right, #FF732D 0%, #F32F2F 100%) 1;
     border-image: linear-gradient(to right, #FF732D 0%, #F32F2F 100%) 1;
  border-style: solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-width: 1px;
  
  justify-content: center;
  
  overflow: hidden;
}

.recommendation-description {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  margin-top: 10px;
  color: #fff;
  height: 85px;
  background: linear-gradient(#fff 57%, transparent 86%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  padding-right: 0;
  margin-right: -24px;
}
.recommendation-description .shape {
  width: 18px;
  height: 78px;
  margin: 1px 50px 0 0;
}

.shape {
  float: right;
  width: 1px;
  height: 70px;
  margin: 1px 41px 0 0;
}

#recommendation .button {
  margin: 20px 0 -40px 0;
}

.recommendation_img_container:hover .button {
  background-color: #ed5f00;
}

.recommendation-title__inner {
  white-space: nowrap;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 247px;
  transition: 0.2s linear;
}

.mainpage .promotions-wrapper {
  gap: 16px;
}

@media (min-width: 1024px) {
  a:hover .recommendation_text {
    background: linear-gradient(180deg, rgba(100, 100, 100, 0.7) -10.82%, rgba(0, 0, 0, 0.7) 99.86%);
  }
  .recommendation_item:hover .recommendation-title__inner {
    transform: translateX(calc(-100% + 247px));
    transition: 2s linear;
  }
}
/** whywe **/
#whywe {
  margin-bottom: 0px;
  color: #fff;
  position: relative;
  background-color: rgba(255, 115, 45, 0.3);
  border-radius: 82px;
}

#whywe .container {
  padding: 40px 20px 62px 20px;
}

.whywes {
  display: flex;
  justify-content: space-between;
  max-width: 1032px;
  margin: 0 auto;
}

.whywe-item {
  max-width: 245px;
  margin-right: 50px;
  margin-bottom: 30px;
  flex-basis: 20%;
  background-color: rgb(255, 115, 45);
  border-radius: 8px;
  text-align: center;
  padding: 12px 2px;
  box-shadow: 4px 4px 8.4px 0px rgba(0, 0, 0, 0.2509803922);
}
.whywe-item:last-child {
  margin-right: 0;
}

.whywe-item-img {
  width: 110px;
  height: 110px;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 200px;
  margin: 0 auto 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whywe-item-img > div {
  width: 100px;
  height: 100px;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#whywe .title-container {
  color: #fff;
}

#whywe .title-container > h2 {
  margin-bottom: 36px;
}

#whywe span.underline:after {
  border-color: #eba8a8;
}

.whywe-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 43px;
}

#newstravel {
  margin-bottom: 55px;
  padding-top: 59px;
}

#newstravel > .container {
  /* max-width: 1255px; */
  padding: 0;
}

#newstravel h2 {
  margin-bottom: 7px;
}

.newstravel-swiper {
  margin: 26px auto 15px auto;
  padding: 20px;
  height: 408px;
}
/* .newstravel-swiper {
  margin: 26px auto 15px auto;
  padding: 20px 20px;
  height: 408px;
} */
.newstravel-swiper .swiper-wrapper {
  height: 100%;
}
.newstravel-swiper .swiper-slide {
  height: auto;

  border-radius: 8px;
}

.newstravel_item {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 287px;
  height: 100%;
  padding: 17px 14px;

  font-size: 14px;
  font-weight: 400;
  color: #7B7B7B;

  /* border: 1px solid; */
  border-radius: 8px;
  /* border-image-source: linear-gradient(180deg, #FFFFFF 0%, #CBAA99 100%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px); */
  box-shadow: 4px 4px 11px 0px rgba(47, 27, 18, 0.35);
  /* background-color: #fff; */
  transform: perspective(1000);
}
.newstravel_item:hover {
  /* border: 1px solid #4e4e4e; */
  text-decoration: none;
}
.newstravel_item .arrow-gray {
  margin-bottom: 0;
}
.newstravel_item > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  height: 100%;
  width: 100%;
  
  object-fit: cover;
  object-position: center;

  border-radius: 8px;
  /* border-radius: 10px;
  margin-bottom: 30px; */

  transition: transform 0.2s linear, box-shadow 0.2s linear;

  transform: perspective(1000px) scale(1);
  will-change: transform;
  
}

.newstravel_item:hover > img {
  transform: perspective(1000px) scale(1.02);
  box-shadow: 6px 6px 15px 0 rgba(47, 27, 18, 0.4);
}

.newstravel_item_head {
  position: relative;

  height: 105px;
  padding: 22px 8px 26px;
  /* max-width: 220px; */

  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  /* background: rgba(255, 255, 255, 0.4); */
  background: rgba(158, 158, 158, 0.4);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.newstravel_item_head > p {
  display: -webkit-box;

  font-size: 16px;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #FFF;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  overflow: hidden;
}

.newstravel_item_head-line {
  display: block;
  margin-top: 10px;
  -o-border-image: linear-gradient(to right, #FF732D 0%, #F32F2F 100%) 1;
     border-image: linear-gradient(to right, #FF732D 0%, #F32F2F 100%) 1;
  border-style: solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-width: 1px;
  margin-bottom: 10px;
}

.newstravel_item_head a {
  font-size: 18px;
}

.newstravel_item .date {
  padding: 2px 5px;
  margin-bottom: 10px;
  align-self: end;
  /* width: 100%; */

  color: #F2F2F2;
  text-align: right;

  border-radius: 5px;
  background: rgba(97, 97, 97, 0.30);
  box-shadow: 1px 3px 2px 0 rgba(136, 136, 136, 0.30) inset, -1px -3px 2px 0 rgba(44, 44, 44, 0.10) inset, 0 0 14px 0 rgba(34, 34, 34, 0.30) inset;

  visibility: hidden;
}

.newstravel_text {
  padding-bottom: 10px;
  text-align: left;
}
.newstravel_text .newstravel_text__content {
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newstravel_bottom {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 15px;
}

/* Стили для контейнера бегущей строки */
.marquee-container {
  width: 247px;
  height: 52px;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0px;
  box-sizing: border-box;
  text-align: center;
  -webkit-mask-image: none;
  mask-image: none;
}

.marquee-container.is-scrollable {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0px, rgb(0, 0, 0) 10px);
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0px, rgb(0, 0, 0) 10px);
}

@keyframes scroll-seamless {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

/* START НОВЫЕ СТИЛИ ИСКРА */
.index-rec * {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;

  font-family: initial;
  font-size: initial;
  font-weight: initial;
  text-align: start;
  line-height: initial !important;
  white-space: initial;

  list-style-type: none;
  border: initial;
  border-radius: initial;
  outline: initial;
  color: initial;
  background-color: initial;
  box-shadow: initial;

  cursor: initial;
  appearance: initial;
}

.index-rec {
  margin-top: 54px;
  padding-top: 39px;
  padding-bottom: 103px;

  border-radius: 0 0 82px 82px;
  background: #F2F2F2;
}

.index-rec__title-link {
  font-family: 'Roboto';
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #F60;
}

.index-rec__content {
  height: 776px;
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

div.index-rec__swiper.swiper {
  width: 1211px;
  
  overflow: visible;
}

div.index-rec__swiper-wrapper.swiper-wrapper  {
  row-gap: 19px;

  overflow: visible;
}

.index-rec__swiper-slide {
  padding: 10px 10px 20px;

  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  background: linear-gradient(to top, #FFF, #FFFFFF) padding-box,
  linear-gradient(to top, #CBAA99, #FFFFFF) border-box;
  border-radius: 8px;

  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

.index-rec__swiper-slide:hover {
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);

  transform: translate(2px, -2px); /*scale(1.02)*/
}

.index-rec__swiper-link {
  position: relative;

  display: flex;
  height: 100%;
  width: 100%;
  align-items: end;

  text-decoration: none;

  cursor: pointer;

  &:hover {
    text-decoration: none;
  }
}

.index-rec__swiper-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
  border-radius: 8px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);

  overflow: hidden;
  cursor: inherit;

  & > img {
    height: 100%;
    width: 100%;
    
    object-fit: cover;
    object-position: center;

    cursor: inherit;
    pointer-events: none;
  }
}

.index-rec__slide-descr {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: center;
  height: 110px;
  max-width: 100%;
  padding-top: 9px;
  
  border-radius: 0 0 8px 8px;
  /* background-image: linear-gradient(180deg, rgba(208, 208, 208, 0.70) 0%, rgba(70, 70, 70, 0.70) 100%); */
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(24, 24, 24, 0.6) 100%);
  background-color: rgba(230, 230, 230, 0.6); 
  box-shadow: 0 -4px 5.5px 0 rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(3px);
  
  transition: background-color 0.2s linear;

  cursor: inherit;
  overflow: hidden;
}

.index-rec__swiper-slide:hover .index-rec__slide-descr {
  background-color: rgba(61, 61, 61, 0.6);
}

.index-rec__slide-title {
  height: 19px;
  width: 90.5%;

  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  text-wrap: nowrap;
  white-space: nowrap;

  overflow: hidden;
}

.index-rec__title-shading {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0px, rgb(0, 0, 0) 10px);
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0px, rgb(0, 0, 0) 10px);
}

.index-rec__slide-line {
  height: 1px;
  width: 90.5%;
  margin-top: 12px;

  background: linear-gradient(90deg, #FF732D 0%, #F32F2F 100%);
}

.index-rec__slide-wr-text {
  width: 94%;
  height: 48px;
  margin-top: 8px;

  text-align: center;
  line-height: 0.9 !important;
  
  overflow: hidden;
  
  > span {
  
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
  }
}

.index-rec__text-shading {
  /* background: linear-gradient(to top, rgb(168, 167, 167) 3%, rgb(255, 255, 255) 37%); */
  /* background: linear-gradient(to bottom, #fff 74%, transparent 103%); */
  background: linear-gradient(to bottom, #fff 60%, rgb(65, 65, 65) 117%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index-rec__show-more {
  display: none;
}


/* START ФОРМА ПОДПИСКИ */
.main-page__subscr {
  display: flex;
  width: 100%;
  margin-top: 57px;
  margin-bottom: 62px;
  padding: 28px 30px 30px;
  justify-content: center;

  border-radius: 82px;
  background: rgba(255, 115, 45, 0.30);
}

div.main-page__subscr-wr-content {
  gap: 8px;
}

div.main-page__subscr-wr-form-text {
  padding-top: 76px;

  background-position: right 5px top 48px;
}

h2.main-page__subscr-title {
  width: auto;
  margin: 0;

  font-family: 'Roboto';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  text-align: initial;
  line-height: initial !important;
}

h2.main-page__subscr-title > span {
  text-align: center;

  background: linear-gradient(90deg, #F60 0%, #FF1572 100%);
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-page__subscr-text {
  visibility: hidden;
}

.main-page__subscr-wr-form.subscr-i__wr-form {
  margin-top: 53px;
}

div.main-page__subscr-cloud-l-t {
  top: 36.9px;
  left: -11.4%;
}
div.main-page__subscr-cloud-l-b {
  top: 82px;
  left: 2.3%;
}

div.main-page__subscr-cloud-r-t {
  right: -3.1%;
}
div.main-page__subscr-cloud-r-b {
  top: -4px;
  right: 4.4%;
}

div.main-page__subscr-img {
  background: no-repeat url('../i/subscription-form-i-image.webp');
  background-size: cover;
  background-position: center;
}

@media(max-width: 1195px) {
  div.main-page__subscr-wr-content {
    gap: 7px;
  }
}

@media(max-width: 1195px) {
  div.main-page__subscr-cloud-l-t {
    top: 15.9px;
    left: -0.9%;
  }
}

@media(max-width: 1195px) {
  div.main-page__subscr-cloud-l-b {
    top: 146px;
    left: 23.8%;
  }
}

@media(max-width: 1024px) {
  .main-page__subscr {
    margin-top: 8.3vw;
    padding: 0;
    padding-bottom: 12vw;

    border-radius: 8.80vw;
  }
}

@media(max-width: 1024px) {
  div.main-page__subscr-wr-content {
    width: 89.34%;;
    gap: 0;
  }
}

@media(max-width: 1024px) {
  div.main-page__subscr-wr-form-text {
    padding-top: 13.2vw;
      /* background-position: right -1px top 137px; */
  }
}

@media(max-width: 1024px) {
  .subscr-i__title.main-page__subscr-title {
    margin: 0;
    font-size: initial;
    color: initial;
  }   
}

@media(max-width: 1024px) {
  h2.main-page__subscr-title > span {
    font-size: 5.33vw;
  }
}

@media(max-width: 1024px) {
  .main-page__subscr-text {
    display: none;
  }
}

@media(max-width: 1024px) {
  .main-page__subscr .subscr-i__wr-form {
    margin-top: 12.3vw;
  }
}

@media(max-width: 1024px) {
  div.main-page__subscr-cloud-l-t {
    top: 26.97vw;
    left: 9.17vw;
  }
}

@media(max-width: 1024px) {
  div.main-page__subscr-cloud-l-b {
    top: 28.67vw;
    left: -4.1vw;
  }
}

@media(max-width: 1024px) {
  div.main-page__subscr-cloud-r-t {
    right: 0vw;
    top: 36vw;
  }
}

@media(max-width: 1024px) {
  div.main-page__subscr-cloud-r-b {
    top: 36vw;
    right: 7.07vw;
  }
}

@media(max-width: 1024px) {
  .subscr-i__baloon.main-page__subscr-baloon {
    top: 38.1vw;
  }   
}
/* END ФОРМА ПОДПИСКИ */



@media(max-width: 1359px) {
  .index-rec__content {
    height: 1142px;
  }
  
  div.index-rec__swiper.swiper {
    width: 906px;
  }
}

@media(max-width: 1024px) {
  .index-rec {
    margin-top: 4vw;
    padding-top: 8vw;
    padding-bottom: 12vw;
    border-radius: 0 0 8.80vw 8.80vw;

    overflow: hidden;
  }
}

@media(max-width: 1024px) {
  h2.index-rec__title {
    margin: 0 !important;
  }   
}

@media(max-width: 1024px) {
  .index-rec__title-link {
    font-size: 6.40vw;
  }   
}

@media(max-width: 1024px) {
  .index-rec__content {
    height: auto;
    margin-top: 6.67vw;

    transform: translateX(-6.4vw);
  }
}

@media(max-width: 1024px) {
  div.index-rec__swiper.swiper {
    width: 81.3%;
  }
}

@media(max-width: 1024px) {
  div.index-rec__swiper-wrapper.swiper-wrapper {
    row-gap: initial;

    overflow: initial;
  }
}

@media(max-width: 1024px) {
  .index-rec__swiper-slide.swiper-slide {
    height: 85.33vw !important;
    padding: 2.67vw 2.67vw 5.33vw;

    box-shadow: 1.07vw 1.07vw 1.60vw rgba(0, 0, 0, 0.25);
    border-radius: 2.13vw;

    transition: box-shadow 0.4s linear;
  }   

  .index-rec__swiper-slide.swiper-slide.swiper-slide-prev {
    box-shadow: none;
  }
}

@media(max-width: 1024px) {
  .index-rec__swiper-img {
    box-shadow: 1.07vw 1.07vw 1.60vw rgba(0, 0, 0, 0.25);
    border-radius: 2.13vw;
  }   
}

@media(max-width: 1024px) {
  .index-rec__slide-descr {
    height: 29.33vw;
    padding-top: 2.40vw;

    border-radius: 0 0 2.13vw 2.13vw;
    box-shadow: 0 -4px 5.5px 0 rgba(0, 0, 0, 0.26);
  }   
}

@media(max-width: 1024px) {
  .index-rec__slide-title {
    height: 5.07vw;

    font-size: 4.27vw;
    text-shadow: 0.53vw 0.53vw 1.07vw rgba(0, 0, 0, 0.25);
  }
}

@media(max-width: 1024px) {
  .index-rec__slide-line {
    margin-top: 3.20vw;
  }   
}

@media(max-width: 1024px) {
  .index-rec__slide-wr-text > span  {
    font-size: 3.73vw;
  }
}

@media(max-width: 1024px) {
  .index-rec__show-more {
    display: block;
    margin-top: 6.67vw;

    font-family: 'Roboto';
    font-size: 3.73vw;
    font-style: normal;
    font-weight: 400;
    color: #242424;
    text-align: center;
  }   

  &:hover {
    text-decoration: none !important;
  }
}
/* END НОВЫЕ СТИЛИ ИСКРА */





@media (min-width: 1024px) {
  /* Стили для самого текста бегущей строки */
  .marquee-text {
    margin-top: 6px;
    display: inline-block;
    /* ===== ИЗМЕНЕНИЕ: Анимация возврата медленнее ===== */
    transition: transform 0.7s ease-out; /* Увеличено с 0.4s до 0.7s */
  }
  /* Анимация запускается при наведении на .recommendation_item */
  .recommendation_item:hover .marquee-container.is-scrollable .marquee-text:not(.is-paused) {
    animation-name: scroll-seamless;
    /* animation-duration будет установлен JS или возьмется из CSS как fallback */
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  /* Стили для паузы */
  .marquee-text.is-paused {
    animation: none;
    transform: translateX(0);
  }
}
@media (max-width: 1320px) and (min-width: 1024px) {
  .mainpage #promotions .promotions-wrapper {
    max-width: inherit;
    margin: 0 auto 30px auto;
  }
  .mainpage #promotions .container {
    padding-left: 0;
    padding-right: 0;
  }
  .mainpage #promotions .promotions-percents {
    font-size: 6.5vw;
  }
  .mainpage #promotions .promotions-title, .mainpage #promotions .catalog_promotions-swiper .promotions-title {
    font-size: 1.5vw;
  }
  .mainpage #promotions .nextcircle {
    width: 3.5vw;
    height: 3.5vw;
    min-height: 3.5vw;
  }
  .mainpage #promotions .nextcircle img {
    width: 63%;
  }
  .mainpage #promotions .promotions_img_container {
    height: 100%;
  }
  .mainpage #promotions .promotions_item {
    width: calc(25% - 16px);
    height: auto;
  }
  .mainpage #promotions .promotions_item:last-child {
    margin-right: 0;
  }
  .mainpage .whywes {
    justify-content: space-around;
  }
  .mainpage .whywes .whywe-item {
    flex-basis: 16%;
    margin-right: 0;
  }
  .mainpage .whywes .whywe-title {
    font-size: 12px;
    min-height: 29px;
  }
}
@media (max-width: 1024px) {
  .promotions_img_container {
    padding: 30px 15px 30px 15px;
  }
}
@media (max-width: 1024px) {
  .marquee-container {
    width: auto;
    padding: 0;
  }
  .marquee-text {
    white-space: normal;
    min-width: auto;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .marquee-container:hover .marquee-text {
    transform: none;
  }
  .recommendation-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .recommendations-swiper.swiper-ios {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
  }
  .recommendations-swiper.swiper-ios .swiper-slide {
    contain: paint;
  }
  .recommendations-swiper.swiper-ios .recommendation_item {
    box-shadow: none;
    contain: paint;
  }
  .recommendations-swiper.swiper-ios .recommendation_item .recommendation-description {
    overflow: hidden;
  }
  .recommendations-swiper.swiper-ios .recommendation_item .recommendation_img_container {
    box-shadow: none;
  }
  .recommendations-swiper.swiper-ios .recommendation_item .recommendation_text {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .recommendations-swiper.swiper-ios .recommendation_item .recommendation-description {
    background: none;
    color: #fff;
  }
  .recommendations-swiper.swiper-ios #recommendation .recommendation_item > a {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
  }
  .recommendations-swiper.swiper-ios .recommendation_item:hover .recommendation-title__inner {
    transform: none;
    transition: none;
  }
  .recommendations-swiper.swiper-ios .recommendation_text {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .mainpage #promotions h2 {
    margin-top: 33px;
  }
  .mainpage .promotions-wrapper {
    max-width: 640px;
  }
}/*# sourceMappingURL=mainpage.css.map */