﻿@font-face {
  font-family: "Open Sans Hebrew Condensed";
  src: url("../fonts/opensanshebrewcondensed-regular-webfont.woff2") format("woff2"),
    url("../fonts/opensanshebrewcondensed-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans Hebrew Condensed";
  src: url("../fonts/opensanshebrewcondensed-italic-webfont.woff2") format("woff2"),
    url("../fonts/opensanshebrewcondensed-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans Hebrew Condensed";
  src: url("../fonts/opensanshebrewcondensed-light-webfont.woff2") format("woff2"),
    url("../fonts/opensanshebrewcondensed-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans Hebrew Condensed";
  src: url("../fonts/opensanshebrewcondensed-lightitalic-webfont.woff2") format("woff2"),
    url("../fonts/opensanshebrewcondensed-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans Hebrew Condensed";
  src: url("../fonts/opensanshebrewcondensed-bold-webfont.woff2") format("woff2"),
    url("../fonts/opensanshebrewcondensed-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans Hebrew Condensed";
  src: url("../fonts/opensanshebrewcondensed-bolditalic-webfont.woff2") format("woff2"),
    url("../fonts/opensanshebrewcondensed-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans Hebrew Condensed";
  src: url("../fonts/opensanshebrewcondensed-extrabold-webfont.woff2") format("woff2"),
    url("../fonts/opensanshebrewcondensed-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans Hebrew Condensed";
  src: url("../fonts/opensanshebrewcondensed-extrabolditalic-webfont.woff2") format("woff2"),
    url("../fonts/opensanshebrewcondensed-extrabolditalic-webfont.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans Hebrew Condensed", sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;

  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;

  margin: 0;
  padding: 0;
}

header {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;

  background-size: cover;
}

.station {
  perspective: 1500px;
  perspective-origin: center 30%;
}

.reveal-creative {
  opacity: 0;

  transform: perspective(1200px) translate3d(0, 70px, -100px) rotateX(15deg) scale(0.93);
  transform-origin: bottom center;

  transition: transform 0.6s ease-in, opacity 0.5s ease-in;
  will-change: transform, opacity;
}

.reveal-creative.element-show {
  opacity: 1;
  transform: perspective(1200px) translate3d(0, 0, 0) rotateX(0deg) scale(1);

  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.9s ease-out;
}

.reveal-luminous {
  opacity: 0;
  transform: scale(0.96) translateY(40px);
  filter: blur(4px);

  transition: transform 0.6s ease-in, opacity 0.5s ease-in, filter 0.5s ease-in;
  will-change: transform, opacity, filter;
}

.reveal-luminous.element-show {
  opacity: 1;
  transform: scale(1) translateY(0);
  filter: blur(0);

  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.9s ease-out, filter 0.9s ease-out;
}
.lang {
        position: absolute;
    z-index: 1000000;
    right: 5%;
    top: 5%;
    display: flex;
    gap: 5px;
}
.lang a {
    background-color: #20227d;
    border-radius: 20px;
    padding: 5px;
    font-size: 18px;
    transition: all 0.5s ease;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lang .active {
  background: #a7a7a7cf;
    border-radius: 20px;
    padding: 5px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #24265c;
}
.lang a:hover {
    background-color: #494bad;
    transform: scale(1.2);
}
.reveal-flip {
  opacity: 0;

  transform: perspective(1500px) skewY(15deg) translateX(-80px) scale(0.9);

  transform-origin: left center;

  transition: transform 0.6s ease-in, opacity 0.5s ease-in;
  will-change: transform, opacity;
}

.reveal-flip.element-show {
  opacity: 1;
  transform: perspective(1500px) skewY(0deg) translateX(0) scale(1);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.9s ease-out;
}

.station1,
.station2,
.station {
  overflow: hidden;
}

.whatsapp-btn {
  width: 82px;
  height: 82px;
  position: fixed;
  right: 30px;
  bottom: 50%;
  z-index: 8;

  background-color: #25d366;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-btn img {
  position: relative;
  z-index: 10;
  display: block;
  height: auto;
}

.whatsapp-btn:hover {
  transform: scale(1.05);
}
.wp-circle,
.wp-circle2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;

  background-color: rgba(37, 211, 102, 0.4);

  animation: ringostat_pulse_perfect 2.5s infinite ease-in-out;
  transform-origin: 50% 50% 0;
}

.wp-circle {
  z-index: 2;
}

.wp-circle2 {
  z-index: 1;

  animation-delay: 0.4s;
}

@keyframes ringostat_pulse_perfect {
  0% {
    transform: scale(2);
    opacity: 0;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
  30% {
    opacity: 0.6;
    box-shadow: 0 0 15px 5px rgba(37, 211, 102, 0.4);
  }
  60% {
    transform: scale(0.95);
    opacity: 0;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(0.95);
    opacity: 0;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.anim-fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.anim-fade-up.element-show {
  opacity: 1;
  transform: translateY(0);
}

.header__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header__video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__logo {
  box-shadow: 0 0 70px 0 rgba(4, 7, 148, 0.6);
  margin-top: 89px;
  width: 293px;
  height: 293px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  z-index: 2;
}

.hero__logo img {
  z-index: 1;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.hero__quote-wrapper {
  margin-top: 68px;
  max-width: 580px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  z-index: 1;
}

.hero__quote-wrapper::before {
  content: "";
  position: absolute;
  width: 1112px;
  height: 671px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
  filter: blur(75px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  will-change: filter;
}

.hero__quote-wrapper::after {
  content: "";
  position: absolute;
  width: 742px;
  height: 410px;
  background-color: #ffffff;
  border-radius: 50%;
  filter: blur(75px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  will-change: filter;
}

.hero__quote-text {
  position: relative;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 100%;
  z-index: 1;
  min-height: 125px;
}

.hero__quote {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  color: #20227d;
}
.js-typewriter {
  display: inline-block;
}

.quote-icon {
  z-index: 1;
  width: 77px;
  height: auto;
  position: absolute;
}
.quote-icon--left {
  bottom: -15px;
  left: -77px;
}
.quote-icon--right {
  top: -15px;
  right: -77px;
}

.hero__button {
  margin-top: 27px;
  border: 2px solid #20227d;
  border-radius: 50px;
  width: 250px;
  height: 66px;
  background: #393a8b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.hero__button:hover {
  background: #494bad;
  border-color: #2b2eab;
}

.hero__button:active {
  transform: scale(0.97);
}
.hero__button {
}

.hero__quote-cite {
  margin-top: 15px;
  z-index: 1;
}

.intro {
  scroll-snap-align: start;
  max-height: 664px;
  height: 700px;
}
.intro__wrapper {
  color: #20227d;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro__title {
  margin-top: 60px;
  font-weight: 700;
  font-size: 96px;
  line-height: 130%;
  text-align: center;
}
.subtitle {
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
}
.intro__divider {
  margin-top: 32px;
}
.intro__text-block {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.intro__text-block p {
  max-width: 791px;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #20227d;
}

.station__hero {
  scroll-snap-align: start;
  background: var(--station-bg);
  color: var(--station-text);
  height: 800px;
  max-height: 758px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.station__title {
  margin-top: 57px;
  font-weight: 700;
  font-size: 96px;
  line-height: 130%;
  text-align: center;
}

.station__hero svg {
  margin-top: 26px;
  color: var(--station-divider-color);
}
.station__icon-block {
      border: 2px solid #fff;
    border-radius: 50%;
    padding: 20px;
    /* width: 118px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 33px;
}
.station__icon {
  /* margin-top: 32px; */
      width: 75px;
    height: 75px;
}

.station__subtitle {
  margin-top: 37px;
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
}

.station__desc {
  max-width: 820px;
  margin-top: 34px;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
}

.station__desc span {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
}

.station__slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1200px;
}

.slider-container {
  margin-top: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
  z-index: 10;
}

.js-station-swiper {
  width: 100%;
  max-width: 1418px;
  height: 746px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-card {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.slider-card__info {
  flex: 1;
  padding: 115px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
}

.slider-card__title {
  max-width: 320px;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: var(--station-bg);
}
.slider-arrow--left {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  border: 2px solid var(--station-bg);
  color: var(--station-bg);
  background-color: #fff;
  flex-shrink: 0;
}

.slider-arrow--right {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  background-color: var(--station-bg);
  border: 0px;
  color: #fff;
  flex-shrink: 0;
}

.slider-card__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: var(--station-bg);
}

.slider-card__image {
  padding-right: 69px;
  width: 619px;
  height: 619px;
  position: relative;
}

.slider-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumbs-wrapper {
  width: 100%;
  max-width: 1418px;
  margin-top: 75px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  gap: 29px;
}

.thumb-item {
  width: 133px;
  height: 133px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
  overflow: hidden;
  box-sizing: border-box;
  border: 3px solid transparent;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb-item:hover {
  opacity: 1;
}

.thumb-item.thumb-item--active {
  opacity: 1;
  border-color: var(--station-main-color);
  box-shadow: 0 0 50px 0 rgba(var(--station-shadow-rgb), 0.7);
}

.guider-hero {
  max-height: 1000px;
  height: 100vh;
  background: #c45c54;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guider-hero__tile {
  margin-top: 147px;
  font-weight: 700;
  font-size: 96px;
  line-height: 130%;
  text-align: center;
  color: #fff;
}
.station__divider {
  margin-top: 26px;
  color: #fff;
}
.guider-hero__subtile {
  margin-top: 19px;
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  color: #fff;
}
.guider-hero__desc {
  max-width: 791px;
  margin-top: 69px;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #fff;
}
.guider-slider-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #c45c54;
}

.js-guider-swiper.guider-swiper {
  width: 100%;
  height: 100%;
  display: block;
}

.guider-pagination-capsule {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background-color: rgba(201, 103, 83, 0.85);
  padding: 10px 24px;
  border-radius: 20px;
  width: max-content;
}

.guider-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.guider-bullet-active {
  background-color: #ffffff;
}

.guider-slide-img {
  width: 100%;
  height: 100%;
}
.guider-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials {
  height: auto;
  padding-bottom: 80px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.testimonials__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.testimonials__title {
  margin-top: 88px;
  font-weight: 700;
  font-size: 96px;
  line-height: 130%;
  text-align: center;
  color: #20227d;
}

.testimonials__divider {
  margin-top: 26px;
  color: #20227d; /* Исправил: в конце твоего кода цвет почему-то перебивался на #fff */
}

/* --- ОБЕРТКА СЛАЙДЕРА (Стрелки + Свайпер) --- */
.testimonials-slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
  /* Разрешаем теням внутри свайпера выходить наружу, не обрезая их */
  overflow: visible;
}

/* --- САМ КОНТЕЙНЕР SWIPER --- */
.testimonials-swiper {
  /* ИСПРАВЛЕНО: Убираем жесткие 644px высоты! */
  height: auto;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1623px;
  display: block;

  /* ИСПРАВЛЕНО: Чтобы Shadow DOM не резал твою гигантскую тень в 100px, 
       закладываем мощные паддинги сверху и снизу прямо внутри свайпера */
  padding: 60px 20px !important;
  overflow: hidden !important;
}

/* РОДИТЕЛЬСКИЙ СЛАЙД */
.testimonials-swiper swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto; /* Даем слайду подстраиваться под контент */
  box-sizing: border-box;
}

/* --- КАРТОЧКА ОТЗЫВА --- */
.testimonial-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 683px;
  /* ИСПРАВЛЕНО: Вместо жестких height: 444px делаем min-height.
       Если текста будет много, карточка плавно вырастет вниз и ничего не вылезет наружу */
  min-height: 444px;
  height: auto;

  background-color: #ffffff;
  padding: 67px 80px 40px 103px;

  /* Твоя шикарная тень */
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  border-radius: 8px; /* Добавил легкое скругление, обычно тени без него смотрятся грубо */
}

/* Контейнер внутри карточки (если нужен) */
.testimonials__slider-container {
  margin-top: 16px;
  display: flex;
  align-items: center;
}

/* --- ДЕТАЛИ КАРТОЧКИ --- */
.testimonial-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  flex-shrink: 0; /* Чтобы аватар не сжимался */
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: #20227d;
}

.testimonial-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #20227d;
  word-break: break-word; /* Защита от длинных неразрывных строк */
}

/* --- СТРЕЛКИ НАВИГАЦИИ --- */
.testimonials-arrow {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  border: 2px solid #1a1b4b;
  background: transparent;
  color: #1a1b4b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}

.testimonials-arrow--next {
  background-color: #20227d;
  color: #ffffff; /* Добавил, чтобы белая иконка была видна на синем фоне */
}

.testimonials-arrow:hover {
  background-color: #1a1b4b;
  color: #ffffff;
}

/* --- ПАГИНАЦИЯ --- */
.testimonials-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.testimonials-bullet {
  width: 19px;
  height: 19px;
  border: 2px solid #1a1b4b;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.testimonials-bullet-active {
  background-color: #1a1b4b;
}

.gallery__wrapper {
  height: 755px;
  background: #20227d;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery__title {
  margin-top: 78px;
  font-weight: 700;
  font-size: 96px;
  line-height: 130%;
  text-align: center;
  color: #fff;
}

.gallery-slider-container {
  margin-top: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  gap: 73px;
}
.galerry-arrow {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  cursor: pointer;
}
.galerry-arrow--prev {
  border: 0px;
}
.galerry-arrow--next {
  background-color: #20227d;
  border: 2px solid #fff;
}

.gallery-slider-container img {
  width: 172px;
  height: 172px;
  object-fit: cover;
  display: block;
}

.gallery-swiper {
  flex-grow: 0;
  width: 1420px;
}

.gallery-swiper swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.videos {
}
.videos__wrapper {
  height: 987px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.videos__title {
  margin-top: 98px;
  font-weight: 700;
  font-size: 96px;
  line-height: 130%;
  text-align: center;
  color: #20227d;
}
.videos__divider {
  margin-top: 26px;
  color: #20227d;
}
.videos-slider-container {
  margin-top: 129px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 122px;
}
.videos-arrow {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  border: 2px solid #1a1b4b;
  background: transparent;
  color: #1a1b4b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.js-videos-swiper {
  width: 1292px;
}

.videos__link {
  position: relative;
}

.videos__play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.videos-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 54px;
  width: 100%;
}

.videos-bullet {
  width: 18px;
  height: 18px;
  border: 2px solid #20227d;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.3s;
}
.js-videos-next {
  background-color: #20227d;
}

.videos-bullet-active {
  background-color: #20227d;
}

.videos__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.faq {
}
.faq__wrapper {
 
  background: #f2efe9;
  display: flex;
  align-items: center;
  flex-direction: column;
      padding-bottom: 105px;
}
.faq__title {
  margin-top: 78px;
  font-weight: 700;
  font-size: 96px;
  line-height: 130%;
  text-align: center;
  color: #563838;
}
.faq__divider {
  margin-top: 26px;
  color: #563838;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 58px;
}
.faq__item {
  box-shadow: 0 0 100px 0 rgba(183, 142, 68, 0.15);
  background: #fff;
      width: 1113px;
  margin-bottom: 33px;
}
.faq__question {
  width: 100%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  padding: 30px 40px;
  cursor: pointer;
  text-align: left;
  gap: 24px;
}
.faq__icon {
  position: relative;
  width: 60px;
  height: 60px;
  border: 2px solid #563838;
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.faq__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background-color: #4a3525;
  transform: translate(-50%, -50%);
}

.faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background-color: #4a3525;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq__question-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #563838;
}
.faq__answer {
  max-width: 78%;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #563838;
  max-height: 0;
  overflow: hidden;
}

.faq__item.active .faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.faq__item.active .faq__answer {
  max-height: 1000px;
  transition: max-height 0.4s cubic-bezier(1, 0, 1, 0);
}
.faq__answer-content {
  padding: 0 40px 40px 108px;
  font-size: 18px;
  line-height: 160%;
  color: #6e5d53;
}

.map__wrapper {
  background: url("../images/map/map 1.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1920 / 935;
  width: 100%;
  position: relative;
}
.map-marker {
  position: absolute;
  width: clamp(50px, 4.2vw, 81px);
  height: clamp(62px, 5.2vw, 101px);

  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-marker img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
  transition: filter 0.2s ease;
}
.map-marker__number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;

  font-weight: 700;
  font-size: clamp(24px, 2.5vw, 40px);
  color: #fff;
  user-select: none;
  margin-top: clamp(-12px, -1vw, -6px);
}

.map-marker__tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  pointer-events: none;
  background: rgba(30, 30, 30, 0.9);
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease;
  z-index: 10;
}

.map-marker__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(30, 30, 30, 0.9) transparent transparent transparent;
}

/* 2. Состояние при наведении (Ховер на маркер) */
.map-marker:hover .map-marker__tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(-8px);
}

.contactUs {
}
.contactUs__wrapper {
  /* height: 1000px; */
  background: #1c375c;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 123px;
}
.wpcf7-form-control .wpcf7-textarea .contactUs__textarea {
  height: 50px !important;
}
.contactUs__title {
  margin-top: 118px;
  font-weight: 700;
  font-size: 96px;
  line-height: 130%;
  text-align: center;
  color: #fff;
}
.contactUs__divider {
  margin-top: 26px;
  color: #fff;
}
.contactUs__container {
  margin-top: 114px;
  display: grid;
  grid-template-columns: minmax(300px, 662px) minmax(300px, 400px);
  gap: 130px;
  width: 100%;
  justify-content: center;
}
.contactUs__form {
  display: flex;
  flex-direction: column;
  gap: 69px;
}
.contactUs__field {
}
.contactUs__input,
.contactUs__textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 10px 0;
  font-size: 20px;
  color: #ffffff;
  height: 50px;
  outline: none;
  transition: border-color 0.3s ease;
  font-family: inherit;
}
.contactUs__input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.contactUs__textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}
.contactUs__btn {
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  width: 250px;
  height: 66px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #fff;
      display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.contactUs__info {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.contactUs__info-item {
  display: flex;
  gap: 21px;
}
.contactUs__info-item p,
a {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #fff;
  text-decoration: none;
}
.contactUs__info-icon {
}
.contactUs__info-text {
}
.contactUs__info-link {
}
.align-start {
}
.contactUs__info-subtext {
}

.footer {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 0;
  border-top: 1px solid #e5e7eb;
}

.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  gap: 62px;
  font-size: 16px;
  color: #1c3150;
}

/* Блок иконок */
.footer__socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #1c3150;
  color: #ffffff;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
}

.footer__social-link:hover {
  background-color: #2a4975;
  transform: translateY(-2px);
}

.footer__copyright {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #1c375c;
}

.footer__link {
  color: #1c3150;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.footer__link:hover {
  opacity: 0.7;
}

.footer__terms {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #1c375c;
}
.footer__dev {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #1c375c;
}

.footer__heart {
  font-weight: bold;
}

.station--theme-station1 {
  --station-bg: #393a8b;
  --station-text: #fff;
  --station-divider-color: #fff;

  --station-main-color: #20227d;
  --station-shadow-rgb: 4, 7, 148;
}

.station--theme-station2 {
  --station-bg: #a36216;
  --station-text: #fff;
  --station-divider-color: #fff;
  --station-main-color: #f29221;
  --station-shadow-rgb: 163, 98, 22;
}

.station--theme-station3 {
  --station-bg: #1689a3;
  --station-text: #fff;
  --station-divider-color: #fff;
  --station-main-color: #37cbed;
  --station-shadow-rgb: 82, 217, 248;
}

.station--theme-station4 {
  --station-bg: #1c375c;
  --station-text: #fff;
  --station-divider-color: #fff;
  --station-main-color: #379bed;
  --station-shadow-rgb: 82, 217, 248;
}

.station--theme-station5 {
  --station-bg: #654086;
  --station-text: #fff;
  --station-divider-color: #fff;
  --station-main-color: #aa37ed;
  --station-shadow-rgb: 202, 123, 255;
}

@media (max-width: 1600px) {
  /*header*/

  .hero__logo {
    margin-top: 50px;
    width: 220px;
    height: 220px;
    box-shadow: 0 0 50px 0 rgba(4, 7, 148, 0.4);
  }
  .hero__logo img {
    width: 65%;
    height: auto;
  }
.hero__quote-text {
    max-width: 211px;
    min-height: 94px;
  }
  .hero__quote-wrapper {
    margin-top: 40px;
    max-width: 500px;
    padding: 0 20px;
  }

  .hero__quote-wrapper::before {
    width: 100%;
    max-width: 700px;
    height: 450px;
    filter: blur(50px);
  }

  .hero__quote-wrapper::after {
    width: 100%;
    max-width: 500px;
    height: 300px;
    filter: blur(50px);
  }

  

  .hero__quote {
    font-size: 36px;
  }

  .quote-icon {
    width: 55px;
  }
  .quote-icon--left {
    left: -55px;
    bottom: 5px;
  }
  .quote-icon--right {
    right: -55px;
    top: 0px;
  }

  .hero__button {
    margin-top: 30px;
    width: 220px;
    height: 58px;
    font-size: 20px;
  }

  .hero__quote-cite {
    margin-top: 0px;
  }

  /*station*/
  .station__hero {
    height: auto;
    max-height: none;
    padding-bottom: 60px;
  }

  .station__title {
    font-size: 72px;
    margin-top: 40px;
  }

  .station__subtitle {
    font-size: 38px;
    margin-top: 25px;
  }

  .station__desc {
    max-width: 700px;
    font-size: 20px;
    padding: 0 20px;
  }

  .station__slider {
    height: auto;
    padding-bottom: 80px;
  }

  .slider-container {
    margin-top: 60px;
    gap: 20px;
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
  }

  .slider-arrow--left,
  .slider-arrow--right {
    width: 65px;
    height: 65px;
  }
  .slider-arrow svg {
    transform: scale(0.75);
  }

  .js-station-swiper {
    height: auto;
    max-width: 800px;
    width: 100%;
    flex-grow: 1;
  }

  swiper-slide {
    height: auto;
  }

  .slider-card {
    width: 100%;
    align-items: stretch;
    box-sizing: border-box;

    min-width: 0;
    display: flex;
    flex-direction: row;
  }

  .slider-card__info {
    flex: 1;
    padding: 40px;
    box-sizing: border-box;
    min-width: none;
  }

  .slider-card__title {
    max-width: 100%;
    font-size: 28px;
  }

  .slider-card__text {
    font-size: 18px;
  }

  .slider-card__image {
    padding-right: 40px;
    width: 35%;
    height: auto;
    align-self: center;
    flex-shrink: 0;
  }

  .thumbs-wrapper {
    margin-top: 40px;
    gap: 15px;
  }

  .thumb-item {
    width: 90px;
    height: 90px;
  }

  /*testimonials*/
  .testimonials {
    height: auto;
    padding: 60px 0 80px;
  }

  .testimonials__title {
    font-size: 72px;
    margin-top: 40px;
  }

  /* Контейнер со стрелками */
  .testimonials-slider-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
  }

  /* Слайдер */
  .testimonials-swiper {
    width: 100px;
    max-width: 800px;
    flex-grow: 1;
    height: auto;
  }

  .testimonials-swiper swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 50px 20px;
  }

  .testimonial-card {
    width: 100%;
    max-width: 500px;
    height: auto;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);

    overflow: visible !important;
  }

  .testimonial-name {
    font-size: 26px;
  }
  .testimonial-text {
    font-size: 18px;
  }

  .testimonials-arrow {
    width: 60px;
    height: 60px;
  }
  .testimonials-arrow svg {
    transform: scale(0.75);
  }

  .testimonials-arrow svg {
    transform: scale(0.75);
  }

  .gallery__title {
    font-size: 72px;
    margin-top: 40px;
  }

  .gallery-slider-container {
    margin-top: 60px;
    gap: 30px;
    padding: 0 40px;
  }

  .gallery-swiper {
    width: 100px;
    flex-grow: 1;
  }

  .gallery-slider-container img {
    width: 150px;
    height: 150px;
  }

  .galerry-arrow {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
  }

  .galerry-arrow svg {
    transform: scale(0.75);
  }

  .videos__wrapper {
    height: auto;
    padding: 60px 0 80px;
  }

  .videos__title {
    font-size: 72px;
    margin-top: 40px;
  }

  .videos-slider-container {
    margin-top: 60px;
    gap: 40px;
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
  }

  .js-videos-swiper {
    width: 100px;
    flex-grow: 1;
  }

  .videos-arrow {
    width: 60px;
    height: 60px;
  }

  .videos-arrow svg {
    transform: scale(0.75);
  }

  .videos__play svg {
    width: 60px;
    height: 60px;
  }

  .videos-pagination {
    margin-top: 40px;
  }

  /*FAQ*/
  .faq__wrapper {
    height: auto;
    padding: 60px 20px 80px 20px;
  }

  .faq__title {
    font-size: 72px;
    margin-top: 40px;
  }

  .faq__list {
    margin-top: 40px;
    gap: 20px;
    width: 100%;
    align-items: center;
  }

  .faq__item {
    width: 100%;
    max-width: 950px;
  }

  .faq__question {
    padding: 24px 30px;
    gap: 20px;
  }

  .faq__question-text {
    font-size: 21px;
  }

  .faq__answer {
    max-width: 100%;
  }

  .faq__answer-content {
    padding: 0 30px 30px 84px;
    font-size: 16px;
  }

  .faq__icon {
    width: 50px;
    height: 50px;
  }
  .faq__icon::before {
    width: 18px;
  }
  .faq__icon::after {
    height: 18px;
  }

  .contactUs__wrapper {
    height: auto;
    padding-bottom: 34px;
  }
  .contactUs__title {
    margin-top: 40px;
  }
  .contactUs__container {
    margin-top: 62px;
    grid-template-columns: minmax(300px, 580px) minmax(250px, 350px);
    gap: 50px;
  }
  .contactUs__form {
    gap: 50px;
  }
}

@media (max-width: 1024px) {
  .intro {
    height: auto;
    max-height: none;
    padding-top: 61px;
    padding-bottom: 40px;
  }
  .hero__quote-text {
    max-width: 184px;
    min-height: 94px;
  }
  .hero__quote {
    font-size: 32px;
    line-height: 140%;
  }

  .hero__button {
    font-size: 20px;
    line-height: 130%;
    width: 205px;
    height: 55px;
  }

  .hero__quote-cite {
    font-size: 16px;
    line-height: 140%;
  }

  .intro__title {
    font-size: 40px;
    line-height: 130%;
  }
  .subtitle {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
  }
  .intro__text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 56px;
    gap: 20px;
  }
  .intro__text-block p {
    max-width: 80%;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;

    color: #20227d;
  }

  .station__title {
    font-size: 55px;
  }
  .station__icon {
    width: 108px;
    height: auto;
  }
  .station__subtitle {
    font-size: 36px;
  }
  .station__desc {
    font-size: 20px;
  }
  .guider-hero {
    max-height: none;
    height: auto;
    padding: 40px;
  }
  .guider-hero__tile {
    margin-top: 40px;
    font-size: 55px;
  }
  .guider-hero__subtile {
    font-size: 36px;
  }
  .guider-hero__desc {
    font-size: 20px;
  }
  .testimonials {
    padding: 0;
    height: auto;
  }
  .testimonials__title {
    font-size: 55px;
  }
  .testimonials-slider-wrapper {
    margin-top: 0px;
  }
  .testimonials-pagination {
    margin-bottom: 50px;
  }
  .gallery {
    height: 100vh;
  }
  .gallery__wrapper {
    height: 100%;
  }

  .gallery__title {
    font-size: 55px;
  }

  .videos__title {
    font-size: 55px;
  }

  .contactUs__title {
    font-size: 55px;
  }
}

@media (max-width: 768px) {
  .fancybox__slide .fancybox__content .f-button.is-close-btn,
  .fancybox__toolbar .f-button[data-fancybox-close] {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 50px !important;
    height: 50px !important;
    z-index: 99999 !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50%;
  }
  .station__icon {
        width: 65px !important;
    height: 65px !important;
  }
  .fancybox__nav .f-button.is-next,
  .fancybox__nav .f-button.is-prev,
  .fancybox__carousel .f-button.is-next,
  .fancybox__carousel .f-button.is-prev {
    z-index: 99990 !important;

    height: 60px !important;
    width: 45px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .fancybox__nav .f-button.is-next,
  .fancybox__carousel .f-button.is-next {
    right: 5px !important;
  }

  .fancybox__nav .f-button.is-prev,
  .fancybox__carousel .f-button.is-prev {
    left: 5px !important;
  }

  .fancybox__error,
  .fancybox__slide-error .fancybox__content {
    min-height: 200px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 40px !important;
  }
  .whatsapp-btn {
    width: 61px;
    height: 61px;
    bottom: 10%;
  }

  .js-slider-prev,
  .js-slider-next {
    display: none !important;
  }
  .slider-container {
    margin: 0;
    padding: 0 !important;
    display: block;
    height: auto;
    overflow: hidden;
  }
  .js-station-swiper {
    overflow: visible !important;
  }
  .js-station-swiper::part(wrapper) {
    overflow: visible !important;
  }

  .slider-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .swiper-slide-next .slider-card {
    /* Сдвигаем карточку внутри скрытого слайда навстречу первому */
    transform: translateX(-10%) !important;
  }
  .station__slider {
    height: auto;
    overflow: visible !important;
  }
  .slider-card__image {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    padding-right: 0;
    flex-shrink: 0;
  }
  .testimonials {
    height: auto;
    padding-bottom: 40px;
  }
  .testimonials__wrapper {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .testimonials-slider-wrapper {
    display: block;

    padding: 0;
    margin-top: 24px;
    height: auto;
    box-sizing: border-box;
    overflow: visible;
  }
  .testimonials-arrow,
  .testimonials-arrow--left,
  .testimonials-arrow--right {
    display: none !important;
  }
  .testimonials-swiper {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 30px 0 !important;
    overflow: visible !important;
  }
  .testimonials-swiper swiper-slide {
    padding: 0 !important;
    height: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }
  .testimonial-card {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    padding: 40px 24px;
    box-sizing: border-box;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: visible;

    background: #ffffff;
    border-radius: 12px;
  }
  .testimonial-avatar {
    height: 101px;
    width: 101px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    flex-shrink: 0;
  }
  .gallery {
    height: auto;
  }

  .gallery__wrapper {
    height: auto;
    padding: 40px 0px 60px;
    box-sizing: border-box;
    max-height: none;
    overflow: hidden;
  }
  .galerry-arrow,
  .galerry-arrow--prev,
  .galerry-arrow--next {
    display: none !important;
  }
  .gallery-slider-container {
    display: flex;
    gap: 20px !important;
    margin: 0;
    padding: 0 !important;
    margin-top: 30px;
    width: 100%;
    overflow: visible;
  }
  .gallery-swiper {
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: visible !important;
  }
  .gallery-swiper swiper-slide {
    padding: 0 !important;
    box-sizing: border-box;
    padding-right: 16px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
    margin-right: 0 !important;
    width: 90%;
  }
  .gallery-slider-container a {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    box-sizing: border-box;
  }
  .gallery-swiper swiper-slide img {
    /* width: 100% !important;
    height: 100% !important; */
    object-fit: cover;
    display: block;
  }

  .videos__wrapper {
    height: auto;
    box-sizing: border-box;
    align-items: center;
  }
  .videos-slider-container {
    margin-top: 30px;
    display: block;
    width: 100%;
    gap: 0;
    padding: 0 !important;
  }
  .videos-arrow {
    display: none !important;
  }
  .js-videos-swiper {
    width: 100%;
    max-width: 100%;
  }
  .videos__link {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }
  .videos__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contactUs__wrapper {
    height: auto;
    padding: 40px 16px 60px;
    box-sizing: border-box;
  }
  .contactUs__container {
    width: 80%;
    grid-template-columns: 1fr;
    align-items: center;
  }
  .contactUs__info {
    gap: 28px;
    text-align: center;
  }

  .map {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .map__wrapper {
    min-width: 950px;
    aspect-ratio: auto;
    height: 480px;
    background-size: cover;
    background-position: center center;
  }

  .map-marker-1 {
    top: 48% !important;
    left: 25% !important;
  }

  .map-marker-2 {
    top: 55% !important;
    left: 29% !important;
  }
  .map-marker-3 {
  }
  .map-marker-4 {
    top: 46% !important;
    left: 45% !important;
  }
  .map-marker-5 {
    top: 54% !important;
    left: 54% !important;
  }

  .map-marker__number {
  }

  .map-marker__tooltip {
    display: none !important;
  }

  .footer {
    width: 100%;
    box-sizing: border-box;
  }

  .footer__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 100%;
    height: auto;
  }
  .footer__terms {
    order: 1;
  }
  .footer__socials {
    display: flex;
    justify-content: center;
    gap: 16px;
    order: 2;
  }
  .footer__copyright {
    order: 3;
  }
  .footer__dev {
    order: 4;
  }
}
