/* Styles for main page */
  
.fabric-card__plus,
.fabric-modal__close,
.fabric-modal__arrow,
.fabric-reviews__arrow,
.review-modal__close,
.accordion-header {
  border: none;
  appearance: none;
}

/* базовая кнопка */
.button-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: none;
  border-radius: 22px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #1C2F54;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

/* основная CTA */
.btn--primary {
  background: #F7A412;
}

.btn--primary:hover {
  background: #FFB22A;
  color: #1C2F54;
}

.wrapper--front-page {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin-top: -20px;
}
@media(max-width: 576px) {
  .wrapper--front-page {
    margin-top: -10px;
  }
}


.main-page {
  font-family: 'Inter', sans-serif;
}
@media(max-width: 575px) {
  .main-page {
    margin-top: 51px;
  }
}


/* Первый блок */
.main {
  position: relative;
  margin-top: 20px;
}

.main__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.main__fallback,
.main__bg-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.video-ready .main__fallback {
  opacity: 0;
}
.main__bg-video {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.main__media::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 4;
  pointer-events: none;
}

.main__media {
  z-index: 0;
}

.main__wrapper {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 3;
}
.main__wrapper-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 540px;
}
.main__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.main__wrapper-info {
    position: relative;
    max-width: 730px;
    width: 100%;
    margin: auto;
}
.main__wrapper-title {
    margin-top: 0;
    margin-bottom: 30px;
    color: #FFF;
    text-align: center;
    font-family: 'PT Serif', serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.56px;
}
.main__wrapper-info a {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.main__wrapper-bottom {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
}
.main__wrapper-advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}
.main__wrapper-advantage {
    display: flex;
    align-items: start;
    gap: 10px;
    max-width: 320px;
    width: fit-content;
}
.advantage__icon {
  min-width: 32px;
  width: 32px;
  height: 32px;
}
.advantage__text {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}
.advantage__text a {
  color: #fff;
  text-decoration: underline;
  transition: .3s ease;
}
.main__wrapper-vidget {
    margin-left: auto;
}
.advantage__vidget {
    width: 152px;
    height: 50px;
    aspect-ratio: 76/25;
}

@media(max-width: 1199px) {
    .main__wrapper-bottom {
        gap: 20px;
    }
    .advantage__text br {
        display: none;
    }
}
@media(max-width: 1024px) {
    .main__wrapper-info {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 90px;
    }
    .main__wrapper-title {
        text-align: left;
    }
    .main__wrapper-title br {
        display: none;
    }
    .main__wrapper-info a {
        margin-left: 0;
    }
    .main__wrapper-bottom {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }
    .main__wrapper-advantages {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .main__wrapper-advantage {
        width: 100%;
    }
    .main__wrapper-vidget {
        margin-left: 0;
    }
}
@media(max-width: 767px) {
    .main__media::before {
      border-radius: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
    }
    .main__wrapper {
      padding: 30px 15px 15px;
    }
    .main__wrapper-content {
      min-height: 435px;
    }
    .main__wrapper-title {
      max-width: 330px;
      width: 100%;
      margin-bottom: 20px;
      font-size: 36px;
      letter-spacing: -1.08px;
    }
}
@media(max-width: 575px) {
  .main__wrapper {
    border-radius: 0;
  }
}




.main-slider-section {
  width: 100%;
}

.main-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;


  position: relative;
  min-height: calc(100vh - 161px);
  overflow: hidden;
}
.main-slider .swiper-slide {
  border: none !important;
}

.main-slider__slide img {
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-slider__picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.main-slider__content {
  position: relative;
  z-index: 2;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  text-align: center;
}

.main-slider__title {
  margin: 0;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 20px #000;
  font-family: "PT Serif";
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.8px;
}

.main-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 40px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #fff;
  color: #1C2F54;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

@media(min-width: 1025px) {
  .main-slider__btn:hover {
    transform: translateY(-1px);
    color: #1C2F54;
    background: #F7A412;
  }
}

.main-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transform: translateY(-50%);
}

.main-slider__arrow--prev {
  left: 48px;
}

.main-slider__arrow--next {
  right: 48px;
}

.main-slider__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22.5px;
  height: 17.5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23' height='18' viewBox='0 0 23 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.8416 7.749H1.51825e-06V9.639H17.8416V9.7902L10.5462 17.01L12.5118 17.4258L22.302 8.7318V8.694L12.5118 0L10.5084 0.4158L17.8416 7.5978V7.749Z' fill='black'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.main-slider__arrow--prev::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.main-slider__arrow--next::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

@media(max-width: 991px) {
  .main-slider__slide {
    min-height: calc(100vh - 61px);
  }
}
@media (max-width: 767px) {

  .main-slider__content {
    padding: 64px 20px;
  }

  .main-slider__arrow {
    width: 42px;
    height: 42px;
  }

  .main-slider__arrow--prev {
    left: 10px;
  }

  .main-slider__arrow--next {
    right: 10px;
  }

  .main-slider__title {
    font-size: 30px;
  }
  .main-slider__btn {
    margin-top: 20px;
  }
  .main-slider__arrow {
    display: none;
  }
  
}
@media(max-width: 576px) {
  .main-slider__slide {
    min-height: calc(100vh - 51px);
  }
}

/* Анимация картинки на активном слайде */
.main-slider {
  --main-slider-autoplay: 5000ms;
}

.main-slider__slide img {
  transform: scale(1.06);
  transition: transform 1400ms ease;
  will-change: transform;
}

.main-slider .swiper-slide-active img {
  transform: scale(1);
}

/* Анимация контента */
.main-slider__title,
.main-slider__btn {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
  will-change: opacity, transform;
}

.main-slider .swiper-slide-active .main-slider__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 250ms;
}

.main-slider .swiper-slide-active .main-slider__btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 430ms;
}

/* Progress-палочки сверху */
.main-slider__progress {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 10;
  display: flex;
  gap: 8px;
  /* width: min(560px, calc(100% - 140px)); */
  width: 100%;
  padding: 0 15px;
  transform: translateX(-50%);
  pointer-events: auto;
}

.main-slider__progress-item {
  position: relative;
  flex: 1;
  height: 6px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  appearance: none;
}

.main-slider__progress-item:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.main-slider__progress-fill {
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: inherit;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
}

.main-slider__progress-item.is-filled .main-slider__progress-fill {
  transform: scaleX(1);
}

.main-slider__progress-item.is-active .main-slider__progress-fill {
  animation: mainSliderProgress var(--main-slider-autoplay) linear forwards;
}

.main-slider.is-paused .main-slider__progress-item.is-active .main-slider__progress-fill {
  animation-play-state: paused;
}

@keyframes mainSliderProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

/* Чуть приятнее стрелки */
.main-slider__arrow {
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    opacity 0.3s ease;
}

@media (min-width: 1025px) {
  .main-slider__arrow:hover {
    transform: translateY(-50%) scale(1.06);
    background: #F7A412;
  }
}

/* На всякий случай: чтобы кнопка не конфликтовала с общей анимацией hover */
@media (min-width: 1025px) {
  .main-slider .swiper-slide-active .main-slider__btn:hover {
    transform: translateY(-1px);
  }
}

/* Мобильная адаптация progress */
@media (max-width: 767px) {
  .main-slider__title,
  .main-slider__btn {
    transform: translateY(20px);
  }

  .main-slider__progress {
    top: 14px;
    gap: 5px;
  }

  .main-slider__progress-item {
    height: 4px;
  }
}

/* Уважение к reduced motion */
@media (prefers-reduced-motion: reduce) {
  .main-slider__slide img,
  .main-slider__title,
  .main-slider__btn {
    transition: none;
    animation: none;
    transform: none;
  }

  .main-slider__title,
  .main-slider__btn {
    opacity: 1;
  }

  .main-slider__progress-item.is-active .main-slider__progress-fill {
    animation: none;
    transform: scaleX(1);
  }
}
























.main-solo {
  width: 100%;
  margin: 45px 0;
}
.main-solo__head {
  max-width: 760px;
  margin: 0 auto 30px;
}
.main-solo__subtitle {
  text-align: center;
}

.main-solo-second .main__wrapper-bottom {
  margin-top: auto;
}


@media(max-width: 767px) {
  .main-solo {
      margin: 0 0 30px;
  }
  .main-solo .main__wrapper {
      border-radius: 20px;
  }
  .main-solo__subtitle {
    text-align: left;
  }
}

/* Наш подход к работе */
.approach {
  margin: 0;
  padding: 90px 0 45px;
}
.section__title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #1C2F54;
  text-align: center;
  font-family: 'PT Serif', serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.56px;
}
.approach__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 20px;
}
.approach__item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 5px;
  position: relative;
  min-height: 245px;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background: #FCF6EC;
  overflow: hidden;
}
.approach__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.approach__item-title {
  margin: 0;
  position: relative;
  z-index: 1;
  color: #1C2F54;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.approach__item-text {
  position: relative;
  z-index: 1;
  margin: 0;
  min-height: 40px;
  color: #1C2F54;
  font-family: 'PT Serif', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media(max-width: 1479px) {
  .approach__item-text {
    font-size: 16px;
  }
}
@media(max-width: 1024px) {
  .approach {
      margin: 0;
      padding: 30px 0;
  }
  .approach__content {
      grid-template-columns: repeat(2, 1fr);
  }
  .approach__item {
      min-height: 200px;
  }
}
@media(max-width: 767px) {
  .section__title {
      margin-bottom: 20px;
      text-align: left;
      font-size: 36px;
      letter-spacing: -1.08px;
  }
  .approach__content {
      grid-template-columns: repeat(1, 1fr);
  }
  .approach__item-title {
      font-size: 17px;
  }
  .approach__item-text {
    min-height: fit-content;
  }
}






/* Блок с аккордеоном */
.fabric-catalog-intro {
  margin: 0;
  padding: 45px 0;
}
.fabric-catalog-intro__wrapper {
  display: flex;
  align-items: end;
  gap: 40px;
}
.fabric-catalog-intro__content {
  width: 100%;
}
.fabric-catalog-intro__title {
  text-align: left;
}
.section__text {
  margin: 0 0 30px;
  color: #1C2F54;
  font-size: 19px;
  font-weight: 600;
  line-height: 130%;
}
.fabric-catalog-intro__content a {
  display: block;
  width: fit-content;
}
.fabric-catalog-intro__accordion {
  margin-top: 85px;
}
.fabric-catalog-intro__media {
  max-width: 665px;
  width: 100%;
}
.fabric-catalog-intro__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.fabric-catalog-intro__media-desktop {
  display: block;
}
.fabric-catalog-intro__media-mob {
  display: none;
}

@media(max-width: 1479px) {
  .fabric-catalog-intro__accordion {
      margin-top: 30px;
  }
}
@media(max-width: 1199px) {
  .fabric-catalog-intro__title br {
      display: none;
  }
  .fabric-catalog-intro__media-desktop {
      display: none;
  }
  .fabric-catalog-intro__media-mob {
      display: block;
      max-width: 570px;
      margin: 30px auto 30px 0;
  }
}
@media(max-width: 1024px) {
  .fabric-catalog-intro {
      padding: 30px 0;
  }
}
@media(max-width: 767px) {
  .section__text {
      font-size: 17px;
  }
}


/* Аккордеон */
.accordion-item {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  align-items: center;
}

.accordion-title {
  color: #1C2F54;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
}

.accordion-icon {
  position: relative;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #F7A412;
  transition: .3s ease;
}
.accordion-icon::before,
.accordion-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #1f355e;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media(min-width: 1025px) {
  .accordion-item:hover   .accordion-icon {
    background: #FFB22A;
  }
}

.accordion-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
  margin: -20px 0 20px;
}
.accordion-item.active .accordion-body {

}

.accordion-content {
  padding: 5px 20px 0px 0;
}

.accordion-content p {
  margin: 0;
  color: #657087;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
}

.accordion-item.active .accordion-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}



/* Виды тканей */
.fabric-types {
  margin: 0;
  padding: 45px 0;
}
.fabric-types__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.fabric-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 180px;
  margin: 0;
  display: flex;
  align-items: end;
  justify-content: start;
  padding: 15px 15px 10px;
  cursor: pointer;
}
.fabric-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fabric-card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.fabric-card__subtitle {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.8;
}
.fabric-card__title {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%; 
}
.fabric-card__plus {
  position: absolute;
  bottom: 10px;
  right: 10px;
  flex: 0 0 33px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #F7A412;
  transition: .3s ease;
}
.fabric-card__plus::before,
.fabric-card__plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #1f355e;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.fabric-card__plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media(min-width: 1025px) {
  .fabric-card:hover .fabric-card__plus {
    background: #FFB22A;
  }
}

.fabric-card__hidden[hidden] {
  display: none;
}

.fabric-modal__text p {
  margin: 0 0 20px;
}
@media(max-width: 767px) {
  .fabric-modal__text a {
    max-width: 450px;
    width: 100%;
  }
}

.fabric-modal__text p:last-child {
  margin-bottom: 0;
}

.fabric-modal__text ul,
.fabric-modal__text ol {
  margin: 0 0 16px 20px;
  padding: 0;
}
.fabric-modal__text ul {
  list-style: disc;
}

.fabric-modal__text ol {
  list-style: decimal;
}
.fabric-modal__text li {
  margin-bottom: 10px;
}

.fabric-modal__text li:last-child {
  margin-bottom: 0;
}


.fabric-card--cta {
  padding: 15px 15px 20px;
}
.fabric-card__cta {
  width: 100%;
  position: relative;
}
.fabric-card__cta-title {
  margin: 0 0 5px;
  color: #1C2F54;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
}
.fabric-card__cta-text {
  margin: 0 0 15px;
  color: #1C2F54;
  text-align: center;
  font-family: 'PT Serif', serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.fabric-card__cta-btn {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}
@media(max-width: 1479px) {
  .fabric-card__title {
    font-size: 18px;
  }
  .fabric-card__subtitle {
    font-size: 14px;
  }
}
@media(max-width: 1024px) {
  .fabric-types__title br {
    display: none;
  }
  .fabric-card {
    align-items: start;
  }
  .fabric-types__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fabric-card__subtitle {
    order: 1;
  }
  .fabric-card--cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(200% + 10px);
  }
}
@media(max-width: 767px) {
  .fabric-card {
    padding: 10px;
    min-height: 100px;
    border-radius: 10px;
  }
  .fabric-card__subtitle {
    font-size: 11px;
  }
  .fabric-card__title {
    font-size: 14px;
  }
  .fabric-card__plus {
    bottom: 5px;
    right: 5px;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
  }
  .fabric-card--cta {
    min-height: 180px;
  }
}

/* Модалка */
.fabric-modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  z-index: 1000;

  background: rgba(255, 248, 230, 0.8);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fabric-modal__content {
  position: relative;
  max-width: 600px;
  width: 100%;
  z-index: 2;
  margin: 80px auto;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
  padding: 15px 15px 35px 15px;
  border-radius: 20px;
  overflow: hidden;

  transform: translateY(30px) scale(0.95);
  opacity: 0;

  transition: transform 0.35s ease, opacity 0.35s ease;
}
.fabric-modal.active .fabric-modal__content {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.fabric-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.fabric-modal__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0,0,0,0.7);
}
.fabric-modal__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  z-index: 0;
  transition: transform 0.6s ease;
}
.fabric-modal.active .fabric-modal__bg {
  transform: scale(1);
}
.fabric-modal__body {
  position: relative;
  z-index: 3;
  touch-action: pan-y;
}
.fabric-modal__title {
  padding-right: 50px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 130%;
}
.fabric-modal__text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  overflow-wrap: anywhere;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fabric-modal__text a {
  margin-top: auto;
  margin-right: auto;
}
.fabric-modal__text ul li {
  list-style: disc;
}

.fabric-modal__close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  z-index: 3;
  border: 1px solid #FFF;
  border-radius: 50%;
  transition: opacity 0.3s ease, transform 0.3s ease;


  /* background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3e%3ccircle cx='20' cy='20' r='19.5' transform='rotate(-90 20 20)' stroke='white'/%3e%3cpath d='M18.8889 20L15 16.1111L16.1111 15L20 18.8889L23.8889 15L25 16.1111L21.1111 20L25 23.8889L23.8889 25L20 21.1111L16.1111 25L15 23.8889L18.8889 20Z' fill='white'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; */
}
.fabric-modal__close::before,
.fabric-modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  background: #fff;
}
.fabric-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fabric-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fabric-modal__close:hover {
  background: rgba(255, 255, 255, 0.20);
}

.fabric-modal__top {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.fabric-modal__counter {
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

.fabric-modal__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fabric-modal__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.fabric-modal__arrow::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3e%3cpath d='M10.1952 4.428H1.81198e-05V5.508H10.1952V5.5944L6.02642 9.72L7.14962 9.9576L12.744 4.9896V4.968L7.14962 0L6.00482 0.2376L10.1952 4.3416V4.428Z' fill='white'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.fabric-modal__arrow--prev::before {
  transform: rotate(180deg);
}

.fabric-modal__arrow:hover {
  background: rgba(255, 255, 255, 0.20);
}

.fabric-modal__title,
.fabric-modal__text {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fabric-modal.is-changing .fabric-modal__title,
.fabric-modal.is-changing .fabric-modal__text {
  opacity: 0;
  transform: translateY(8px);
}

.fabric-modal__bg {
  transition: background-image 0s linear, opacity 0.3s ease, transform 0.35s ease, filter 0.35s ease;
}

.fabric-modal.is-changing .fabric-modal__bg {
  opacity: 0.7;
  transform: scale(1.04);
}

@media(max-width: 767px) {
  .fabric-modal__content {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }
  .fabric-modal__nav {
    display: none;
  }
  .fabric-modal__text {
    min-height: 300px;
  }
  .fabric-modal__title {
    min-height: 55px;
  }
}







/* Блок с отзывами */
.fabric-reviews {
  padding: 45px 0;
  margin: 0;
  overflow-x: hidden;
}

.fabric-reviews__head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}
.fabric-reviews__subtitle {
  margin: 0;
}


.review-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: #FCF6EC;
  border-radius: 24px;
  margin: 0;
  min-height: 560px;
  padding: 30px 30px 0px;
  text-align: center;
  overflow: hidden;
}
.review-card-gray {
  background: #EEEAE3;
}
.review-card-yellow {
  background: #FFF8E6;
}

.review-card__logo {
  margin-bottom: 10px;
}

.review-card__logo img {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.review-card__brand {
  max-width: 310px;
  width: 100%;
  margin: 0 auto 20px;
  color: #1C2F54;
  text-align: center;
  font-family: 'PT Serif', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.review-card__excerpt {
  max-width: 760px;
  margin: 0 auto 20px;
}

.review-card__excerpt p {
  margin: 0;
  color: #1C2F54;
  text-align: center;
  font-family: 'PT Serif', serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.99px;
}

.review-card__excerpt mark {
  background: linear-gradient(
      rgba(247, 164, 18, 0.3),
      rgba(247, 164, 18, 0.3)
  ) no-repeat;
  background-size: 100% 0.7em;
  background-position: 50% 90%;
  border-radius: 0;
  padding: 0 2px;
  margin: 0 -2px;
  text-wrap: nowrap;
  display: inline-block;
}



.review-card__author {
  margin-bottom: 20px;
}

.review-card__name {
  color: #1C2F54;
  text-align: center;
  font-family: 'PT Serif', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.review-card__position {
  color: #657087;
  text-align: center;
  font-family: 'PT Serif', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.review-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 46px;
  margin: 0 auto 20px;
  padding: 6px 10px 6px 20px;
}
.review-card__btn::after {
  content: '';
  display: block;
  position: relative;
  min-width: 33px;
  width: 33px;
  height: 33px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3e%3ccircle cx='16.5' cy='16.5' r='16.5' fill='%231C2F54'/%3e%3cpath d='M15.6667 15.6667L15.6667 9.83334L17.3333 9.83335L17.3333 15.6667L23.1667 15.6667L23.1667 17.3334L17.3333 17.3333L17.3333 23.1667L15.6667 23.1667L15.6667 17.3333L9.83333 17.3333L9.83333 15.6667L15.6667 15.6667Z' fill='%23F7A412'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.review-card__btn:hover {
  opacity: 0.88;
}

.review-card__people {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.review-card__people img {
  display: block;
  max-width: 320px;
  width: 100%;
}

.fabric-reviews__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.fabric-reviews__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #F7A412;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.fabric-reviews__arrow::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3e%3cpath d='M10.1952 4.428H1.81198e-05V5.508H10.1952V5.5944L6.02642 9.72L7.14962 9.9576L12.744 4.9896V4.968L7.14962 0L6.00482 0.2376L10.1952 4.3416V4.428Z' fill='black'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.fabric-reviews__arrow--prev::before {
  transform: rotate(180deg);
}

.fabric-reviews__pagination {
  max-width: 65px;
  width: 100%;
  text-align: center;
  color: #1C2F54;
  text-align: center;
  font-family: 'PT Serif', serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.63px;
}


.review-modal {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.review-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.review-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.review-modal__body {
  position: relative;
  width: min(720px, calc(100% - 32px));
  max-height: calc(100vh - 90px);
  margin: 70px auto;
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  overflow: auto;
}

.review-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border: 1px solid #1C2F54;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.review-modal__close::before,
.review-modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1.5px;
  background: #203864;
}

.review-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.review-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.review-modal__title {
  margin: 0 0 20px;
  padding-right: 50px;
  color: #1C2F54;
  font-size: 21px;
  font-weight: 600;
  line-height: 130%;
}

.review-modal__text {
  color: #1C2F54;
  overflow-wrap: anywhere;
}
.review-modal__text h3 {
  margin: 0 0 5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 130%;
}
.review-modal__text p {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
}

.review-modal__text mark {
  background: linear-gradient(rgba(247, 164, 18, 0.3), rgba(247, 164, 18, 0.3)) no-repeat;
  background-size: 100% 0.8em;
  background-position: 0 75%;
  border-radius: 2px;
  padding: 0 2px;
  margin: 0 -2px;
  
  /* Для переносов */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.review-modal__text p:last-child {
  margin-bottom: 0;
}

@media(max-width: 767px) {
  .fabric-reviews {
    padding: 30px 0;
  }
  .fabric-reviews__subtitle {
    text-align: left;
  }
  .review-card {
    min-height: 470px;
    padding: 15px 15px 0;
  }
  .review-card__brand {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .review-card__excerpt {
    margin-bottom: 10px;
  }
  .review-card__excerpt p {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .review-card__excerpt mark::after {
    top: 5px;
    max-height: 12px;
  }
  .review-card__author {
    margin-bottom: 10px;
  }
  .review-card__name,
  .review-card__position {
    font-size: 14px;
  }
  .review-modal__body {
    padding: 20px 15px;
    max-height: calc(100vh - 200px);
  }

  .review-modal__close {
    position: fixed;
    top: 86px;
    right: 32px;
  }
  .review-modal__text {
    padding-right: 50px;
  }
}

.fabric-reviews__slider {
  overflow: hidden;
}



/* Блок про доставку */
.delivery-steps {
  margin: 0;
  padding: 45px 0;
}

.delivery-steps__head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.delivery-steps__subtitle {
  margin: 0;
}

.delivery-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.delivery-step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 90px;
  margin: 0;
  min-height: 275px;
  padding: 15px;
  background: #FFF8E6;
  border-radius: 20px;
  overflow: hidden;
  color: #1C2F54;
}
.delivery-step-card:nth-child(2) {
  background: #FCF6EC;
}
.delivery-step-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

.delivery-step-card__number {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  min-height: 54px;
  border: 1px solid #1C2F54;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'PT Serif', serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
}

.delivery-step-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 5px;
  height: 100%;
}

.delivery-step-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.delivery-step-card__text {
  margin: 0;
  font-family: 'PT Serif', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

@media(max-width: 1479px) {
  .delivery-step-card__title {
    font-size: 16px;
  }
  .delivery-step-card {
    min-height: 225px;
    gap: 70px;
  }
}
@media(max-width: 1199px) {
  .delivery-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .delivery-step-card {
    min-height: 200px;
    gap: 45px;
}
}

@media (max-width: 991px) {
  .delivery-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .delivery-steps {
    padding: 30px 0;
  }
  .delivery-steps__subtitle {
    text-align: left;
  }
  .delivery-steps__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .delivery-step-card {
    min-height: 180px;
    gap: 20px;
  }
  .delivery-step-card__content {
    justify-content: end;
  }
  .delivery-step-card__number {
    width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 21px;
    letter-spacing: -0.63px;
  }
  .delivery-step-card__title {
    font-size: 17px;
  }
  .delivery-step-card__text {
    font-size: 15px;
  }
}


/* Блок мероприятия и достижения */

.events-achievements {
  margin: 0;
  padding: 45px 0;
  font-family: 'PT Serif', serif;
}
.events-achievements__head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}
.events-achievements__title {
  margin: 0;
}
.events-achievements__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.event-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}

.event-card__logo-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  background: #F7EFE3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
}
.event-card__logo {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.event-card__meta {
  margin-bottom: 5px;
  color: #657087;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.event-card__title {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: #1C2F54;
}

@media(max-width: 1479px) {
  .event-card__title {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .events-achievements__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
}

@media (max-width: 767px) {
  .events-achievements {
    padding: 30px 0;
  }
  .events-achievements__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }
  .event-card__logo-wrap {
    margin-bottom: 10px;
  }
  .event-card__title {
    font-size: 13px;
  }
}


/* Блок сертификатов */
.eco-cert {
  margin: 0;
  padding: 45px 0;
}

.eco-cert__head {
  max-width: 760px;
  margin: 0 auto 30px;
}

.eco-cert__subtitle {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* Сетка логотипов */
.eco-cert__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 60px;
  align-items: center;
}

.eco-cert__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.eco-cert__item img {
  max-width: 100%;
  object-fit: contain;
}


@media (max-width: 1199px) {
  .eco-cert__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .eco-cert {
    padding: 30px 0;
  }
  .eco-cert__subtitle {
    text-align: left;
  }
  .eco-cert__grid {
    grid-template-columns: repeat(3, 1fr); /* ← ВОТ ОНО */
    gap: 20px;
  }
}

/* Actions блок */
.cta-actions {
  margin: 0;
  padding: 45px 0;
  text-align: center;
}
.cta-actions__title {
  margin-bottom: 60px;
}
.cta-actions__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.cta-card {
  position: relative;
  background: #FCF6EC;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
.cta-card__content {
  padding: 30px 25px 10px;
}
.cta-card__title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #1C2F54;
  text-align: center;
  font-family: 'PT Serif', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.05px;
}
.cta-card__text {
  margin-bottom: 30px;
  color: #1C2F54;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
.cta-card__image {
  margin-top: 0px;
  display: flex;
  justify-content: center;
}
.cta-card__image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media(max-width: 1479px) {
  .cta-card__text {
    font-size: 17px;
  }
}
@media(max-width: 1199px) {
  .cta-card__title {
    font-size: 30px;
  }
  .cta-card__text {
    font-size: 14px;
  }
}
@media(max-width: 1024px) {
  .cta-actions__title {
    margin-bottom: 40px;
  }
  .cta-actions__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 570px;
    margin: 0 auto;
  }
  .cta-card__content {
    padding: 20px 20px 10px;
  }
  .cta-card__title br {
    display: none;
  }
  .cta-card__text {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .cta-actions {
    padding: 30px 0;
  }
  .cta-actions__title {
    text-align: center;
  }
  .cta-card__title {
    font-size: 25px;
    letter-spacing: -0.75px;
  }
  .cta-card__title br {
    display: block;
  }
  .cta-card__text {
    margin-bottom: 20px;
  }
}






/* Блок каталог */

.products-tabs {
  position: relative;
  padding: 45px 0;
  margin: 0;
}

.products-tabs__head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}
.products-tabs__title {
  margin-bottom: 25px;
}
.products-tabs__text {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.products-tabs__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-bottom: 20px;
}

.products-tabs__tab {
  position: relative;
  padding: 0 0 10px;
  border: none;
  background: transparent;
  color: #1C2F54;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
  /* transition: color 0.3s ease; */
}

.products-tabs__tab sup {
  top: -0.4em;
  font-size: 13px;
  color: #F7A412;
}

.products-tabs__tab.active {
  color: #F7A412;
  opacity: 1;
}

.products-tabs__tab.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #F7A412;
  transform: translateX(-50%);
}

.products-tabs__pane {
  display: none;
}

.products-tabs__pane.active {
  display: block;
}

.products-tabs__slider {
  overflow: hidden;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  border-radius: 20px;
  background: #F6F2EA;
  overflow: hidden;
}

.product-card__image {
  display: block;
  aspect-ratio: 1 / 1;
}

.product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px;
}

.product-card__title {
  margin: 0 0 5px;
  min-height: 64px;
  color: #1C2F54;
  font-family: 'PT Serif', serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.51px;
}

.product-card__title a {
  color: inherit;
  text-decoration: none;
}

.product-card__price {
  margin-bottom: 10px;
  color: #1C2F54;
  font-family: 'PT Serif', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.57px;

  border-bottom: 1px solid #ECE8E0;
  padding-bottom: 10px;
}

.product-card__props {
  margin-bottom: 18px;
}

.product-card__prop {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  color: #657087;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
.product-card__prop span:first-child {
  min-width: 60px;
}
.product-card__prop span:last-child {
  max-width: 200px;
  text-align: right;
  color: #657087;
}

.product-card__btn {
  width: 100%;
  margin-top: auto;
  padding: 10px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.products-tabs__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.products-tabs__arrow {
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #F7A412;
  cursor: pointer;
}

.products-tabs__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3e%3cpath d='M10.1952 4.428H1.81198e-05V5.508H10.1952V5.5944L6.02642 9.72L7.14962 9.9576L12.744 4.9896V4.968L7.14962 0L6.00482 0.2376L10.1952 4.3416V4.428Z' fill='%231C2F54'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform: translate(-50%, -50%);
}

.products-tabs__arrow--prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.products-tabs__pagination {
  max-width: 65px;
  color: #1C2F54;
  text-align: center;
  font-family: 'PT Serif', serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.63px;
}

@media(max-width: 1479px) {
  .product-card__title {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .product-card__title {
    font-size: 17px;
    min-height: 42px;
  }
  .products-tabs__slider {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .products-tabs {
    padding: 30px 0;
  }
  .products-tabs__head {
    margin-bottom: 30px;
    text-align: left;
  }
  .products-tabs__title {
    margin-bottom: 20px;
  }
  .products-tabs__text {
    text-align: left;
  }
  .products-tabs__nav {
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 30px;
    overflow-x: auto;
  }
  .products-tabs__tab {
    white-space: nowrap;
  }
  .product-card__title {
    font-size: 17px;
    min-height: 65px;
  }
}

.fabric-reviews .swiper-slide {
  user-select: text;
  -webkit-user-select: text;
}

.fabric-reviews .swiper-wrapper {
  touch-action: pan-y pinch-zoom;
}

.review-card {
  user-select: text;
  -webkit-user-select: text;
}


/* Стили для анимации */

.js .js-video-section .main-solo__title,
.js .js-video-section .main-solo__subtitle,
.js .js-video-section .main__wrapper-title,
.js .js-video-section .main__wrapper-btn,
.js .js-video-section .main__wrapper-advantage,
.js .js-video-section .main__wrapper-vidget,
.js .approach__title,
.js .approach__item,
.js .fabric-catalog-intro__title,
.js .fabric-catalog-intro__text,
.js .fabric-catalog-intro .button-main,
/* .js .fabric-catalog-intro__media, */
.js .fabric-catalog-intro .accordion-item,
.js .fabric-reviews__title,
.js .fabric-reviews__subtitle,
.js .fabric-reviews__slider,
.js .fabric-reviews__nav,
.js .fabric-types__title,
.js .fabric-card,
.js .delivery-steps__title,
.js .delivery-steps__subtitle,
.js .delivery-step-card,
.js .events-achievements__title,
.js .event-card,
.js .eco-cert__title,
.js .eco-cert__subtitle,
.js .eco-cert__item,
.js .cta-actions__title,
.js .cta-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s ease;
}







.product-card {
  position: relative;
  overflow: hidden;
}

.product-card__image {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.product-card__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.product-card__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background: #000;
  z-index: 1;
}

.product-card__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Стили ТОЛЬКО для карточек с видео (когда есть класс has-video) */
.product-card__image.has-video:hover img {
  opacity: 0;
}

.product-card__image.has-video:hover .product-card__video {
  opacity: 1;
  visibility: visible;
}