/* ========================== Секция Баннер ============================*/
.banner-top-v2 {
  position: relative;
  width: 100%;
  overflow: visible;
  background: transparent;
}
.banner-bg-v2 {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  color: #fff;
  /* Оптимизация изображения */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.banner-overlay-v2 {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0.45)
  );
  z-index: 1;
}
.banner-content-v2 {
  z-index: 2;
  text-align: center;
  padding: 20px 0 0;
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-desc-v2 {
  font-size: 18px;
}
.banner-bottom-v2 {
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  color: #111;
  padding: 14px 18px;
  text-align: center;
  width: 100%;
}
.banner-btn-v2 {
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}
.banner-buttons-v2 {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.banner-btn-blue {
  background: #1f50ff;
  color: #fff;
}
.banner-btn-outline {
  border: 2px solid #1f50ff;
  color: #1f50ff;
  background: transparent;
}
.banner-note-v2 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  color: #fd9700;
}
.banner-bg-v2 {
  height: 600px;
}
@media (max-width: 1400px) {
  .banner-bg-v2 {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .banner-bg-v2 {
    height: 460px;
  }
}
@media (max-width: 1000px) {
  .banner-bottom-v2 {
    position: static;
    transform: none;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    border-radius: 0;
    box-shadow: none;
    padding: 24px 16px;
    margin-top: 0;
  }
  .banner-content-v2 {
    height: 100%;
  }
  .banner-desc-v2 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
  }
  .banner-bottom-desktop {
    display: none;
  }
  .banner-bottom-mobile {
    display: block;
    background: #fff;
    color: #000;
    padding: 20px;
  }
  .banner-btn-blue {
    background: #1f50ff;
  }
  .banner-note-v2 {
    color: #000;
  }
  .banner-btn-v2 {
    padding: 10px 15px;
  }
  .banner-bg-v2 + .banner-bottom-v2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .banner-bg-v2 {
    height: 378px;
  }
  .banner-note-v2 {
    font-weight: 400;
  }
}
@media (max-width: 500px) {
  .banner-bg-v2 {
    height: 240px;
  }
  .banner-desc-v2 {
    font-size: 14px;
  }
  .banner-content-v2 {
    padding: 10px;
  }
  .banner-btn-v2 {
    font-size: 14px;
    padding: 5px 10px;
  }
}
/* ==================================== Хлебные крошки ====================================== */
.header-dop-v2 {
  background: linear-gradient(to top, #ffffff 0%, #f9fafb 100%);
  border-bottom: 1px solid #e5e7eb;
  padding: 20px;
}
.header-dop-v2__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header-dop-v2__top {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.header-dop-v2__title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: #111827;
}
.header-dop-v2__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #6b7280;
}
.header-dop-v2__breadcrumbs a {
  color: #1d4ed8;
  text-decoration: none;
  transition: color 0.2s ease;
}
.header-dop-v2__breadcrumbs a:hover {
  color: #2563eb;
}
.header-dop-v2__breadcrumbs .separator {
  opacity: 0.5;
}
.header-dop-v2__anchors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.header-dop-v2__anchors a {
  color: #374151;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 6px;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.header-dop-v2__anchors a:hover {
  background: #f3f4f6;
  color: #111827;
}
.header-dop-v2__anchors a.active {
  background: #1d4ed8;
  color: #fff;
}
@media (max-width: 768px) {
  .header-dop-v2__top {
    justify-content: center;
    margin-bottom: 15px;
  }
  .header-dop-v2__wrapper {
    flex-direction: column;
  }
  .header-dop-v2 {
    padding: 10px;
    border-top: 1px solid #e5e7eb;
  }
  .header-dop-v2__anchors {
    gap: 10px;
    justify-content: center;
  }
  .header-dop-v2__anchors a {
    padding: 5px;
  }
  .header-dop-v2__anchors a,
  .header-dop-v2__breadcrumbs {
    font-size: 11px;
  }
}

/* ====================================== СЕКЦИЯ ПРЕИМУЩЕСТА/ВИДЕО============================================== */
.page-slider-video-section,
.pade-slider-it {
  font-family: Corbel;
  vertical-align: middle;
  padding-top: 70px;
}
.page-container {
  padding: 0 120px;
}
.page-slider-video-section-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.page-slider-video-section-title h2,
.pade-slider-it h2 {
  font-weight: 700;
  font-size: 51.19px;
  line-height: 60px;
  letter-spacing: -0.28px;
  color: #1d1d1f;
  max-width: 80%;
  margin-top: 0;
  text-align: left;
}
.page-slider-video-section-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 5px;
  padding-bottom: 20px;
  white-space: nowrap;
}
.page-slider-video-section-title a {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.37px;
  color: #0066cc;
  display: flex;
  align-items: center;
}
.page-slider-video-section-title a svg {
  width: 18px;
  height: 16px;
  color: #0066cc;
  font-size: 18px;
}

/*слайдер*/

.swiper-slide-page-video {
  width: clamp(934px, 0.65vw + 884px, 1680px);
  height: clamp(628px, 0.1vw + 620px, 740px) !important;
}
.swiper-slide-page-video img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
}
.slider-wrapper-page-video {
  position: relative;
  overflow: hidden;
  transition: margin-left 0.3s ease;
}
/* Стилизация текстового блока */
.swiper-slide-page-video-text {
  position: absolute;
  top: 37px;
  left: 5%;
  max-width: 500px;
  color: #ffffffeb;
  font-weight: 700;
  font-size: 25.16px;
  line-height: normal;
  letter-spacing: 0.2px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
}
.swiper-slide-page-video-text p {
  margin-bottom: 30px;
}
.swiper-slide-page-video-text p:last-child {
  margin-bottom: 0;
}
.swiper-pagination-bullet-active {
  background: #000000cc !important;
}
/*
.prev-button-page-video,
.next-button-page-video {
  position: absolute;
  top: 0;
  width: 133px;
  height: 740px;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.prev-button-page-video {
  left: -30px;
}
.next-button-page-video {
  right: -30px;
}
.prev-button-page-video.hidden {
  display: none;
}
.page-slider-video-section .swiper-button-next.swiper-button-disabled,
.page-slider-video-section .swiper-button-prev.swiper-button-disabled {
  opacity: 0; 
  pointer-events: none;
  visibility: hidden; 
}
.page-slider-video-section .swiper-button-next::after,
.page-slider-video-section .swiper-button-prev::after {
  content: none !important;
}*/

/* Кнопка Play - круглая, центрируется на слайде */

.play-button {
  position: absolute;
  top: 69px;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease;
}
.play-button svg {
  width: 56px;
  height: 56px;
}
.custom-pagination {
  position: absolute;
  top: 40px;
  z-index: inherit;
  border-radius: 30px;
  width: 192px;
  height: 56px;
  background: #e8e8edb2;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.play-button {
  left: 47%;
}
.custom-pagination {
  left: 49%;
}
/* Положение на последнем слайде */
.custom-pagination-end {
  left: 58.5%;
}
.progress-bar {
  width: 48px;
  height: 8px;
  background: #1d1d1f99;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
}
.progress-fill {
  height: 100%;
  width: 0;
  background: white;
  transition: width 0.1s linear;
}
@media (max-width: 1629px) {
  .custom-pagination {
    left: 50%;
  }
  .custom-pagination-end {
    left: 59%;
  }
}
@media (max-width: 1440px) {
  .play-button {
    left: 56%;
  }
  .custom-pagination {
    left: 59%;
  }
  .custom-pagination-end {
    left: 67%;
  }
}
@media (max-width: 1220px) {
  .swiper-slide-page-video-text {
    max-width: 470px;
  }
  .play-button {
    left: 62%;
  }
  .custom-pagination {
    left: 66%;
  }
  .custom-pagination-end {
    left: 72%;
  }
}
@media (max-width: 1045px) {
  .swiper-slide-page-video-text {
    max-width: 450px;
  }
  .play-button {
    left: 67%;
  }
  .custom-pagination {
    left: 72%;
  }
  .custom-pagination-end {
    left: 77%;
  }
}
@media (max-width: 911px) {
  .swiper-slide-page-video-text {
    max-width: 390px;
  }
  .custom-pagination {
    left: 75%;
  }
  .custom-pagination-end {
    left: 77%;
  }
}
/* =============================================================== СЕКЦИЯ ЭТАПЫ КВЕСТА ==================================================================================== */
.quest-stages-swiper .swiper-button-next::after,
.quest-stages-swiper .swiper-button-prev::after {
  display: none !important;
}
.quest-stages-slider {
  padding: 60px 0;
}
.stages-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 10px;
}
.stages-title {
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.3;
  margin: 0;
  flex: 1;
}
.stages-video-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 30px;
  color: #0066cc;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.stages-play-icon {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.stages-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.quest-stages-swiper {
  overflow: hidden;
  width: 100%;
  padding: 0 50px 30px;
  box-sizing: border-box;
}
.quest-stages-swiper .swiper-wrapper {
  max-width: 100%;
  box-sizing: border-box;
}
.quest-stage-slide {
  flex-shrink: 0;
  box-sizing: border-box;
}
.stage-card {
  width: 100% !important;
  box-sizing: border-box;
}
.stage-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #374151;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: auto;
}
/* Изображение */
.stage-image-wrapper {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.stage-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
/* Контент этапа */
.stage-content {
  padding: 30px;
}
.stage-title {
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 15px 0;
  line-height: 1.4;
}
.stage-description {
  font-size: 16px;
  color: #7f8c8d;
  line-height: 1.7;
  margin: 0;
}
/* Навигация */
.stages-navigation {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}
.stages-prev,
.stages-next {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: all;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.stages-prev {
  left: 0;
}
.stages-next {
  right: 0;
}
.stages-prev:hover,
.stages-next:hover {
  background: #0066cc;
  transform: scale(1.1);
}
.stages-prev:hover svg,
.stages-next:hover svg {
  color: #fff;
}
.stages-prev svg,
.stages-next svg {
  color: #2c3e50;
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .quest-stages-swiper {
    padding: 0 40px;
  }
  .stages-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .stage-image-wrapper {
    height: 240px;
  }
  .stage-title {
    font-size: 20px;
  }
  .stage-description {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .quest-stages-slider {
    padding: 20px 0;
  }
  .stages-video-link {
    font-size: 14px !important;
    padding: 10px 5px;
  }
  .stages-slider-container {
    padding: 0 20px;
  }
  .quest-stages-swiper {
    padding: 0;
  }
  .stage-image-wrapper {
    height: 200px;
  }
  .stage-content {
    padding: 20px;
  }
  .stage-title {
    font-size: 18px !important;
  }
  .stage-description {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .stages-prev,
  .stages-next {
    width: 45px;
    height: 45px;
  }
}
/* =============================================================== СЕКЦИЯ ОСОБЕННОСТИ ==================================================================================== */
.quad-features-content-v2 {
  margin: 30px 0;
}
.quad-features-content-v2 p {
  font-size: 14px !important;
  line-height: normal;
}
.quad-features-content-v2 .quad-features-more {
  margin-bottom: 20px !important;
}
/**/
.quad-features {
  font-family: Corbel;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  color: #1d1d1f;
}
.quad-features-title {
  text-align: left;
  /*line-height: 84px;*/
  letter-spacing: -1.2px;
  vertical-align: middle;
  max-width: 1046px;
  margin-bottom: 34px;
}
.quad-features-subtitle {
  /* font-size: 36.41px;*/
  font-size: 26px;
  /* line-height: 44px;*/
  letter-spacing: 0%;
}
.quad-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center; /* чтобы были по центру */
  margin-bottom: 10px;
  margin-top: 15px;
}
.quad-feature-card {
  max-width: 350px;
}
.quad-feature-card-img {
  max-width: 46px;
  height: 46px;
}
.quad-feature-card img {
  width: 100%;
  height: 100%;
}
.quad-feature-card p {
  font-size: 19.2px;
  line-height: 1.2;
  letter-spacing: 0.23px;
  color: #6e6e73;
}
.quad-features-more {
  /* font-size: 17.37px;*/
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.23px;
  margin-bottom: 40px;
  color: #0066cc;
  transition: color 0.3s;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.quad-features-more:hover {
  color: #0066cc;
}
@media (max-width: 1440px) {
  .quad-features-grid,
  .quad-features-subtitle,
  .quad-features-more {
    padding: 0 40px;
  }
}
@media (max-width: 576px) {
  .quad-feature-card p {
    font-size: 12px !important;
  }
}
/* =========================================== Секция ГАЛЕРЕЯ =================================== */
/*
.page-gallery {
  width: 100%;
  margin: 20px auto;
  padding: 0 15px;
}

.page-gallery .gallery {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-gallery .gallery-main {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.page-gallery .gallery-main .swiper-slide {
  width: 100%;
  max-height: 60vh;
  height: 100%;
    display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.page-gallery .gallery-main .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.page-gallery .gallery-thumbs {
  width: 100%;
  height: 120px;
  flex-shrink: 0;
}

.page-gallery .gallery-thumbs .swiper-wrapper {
  height: 100%;
}

.page-gallery .gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}

.page-gallery .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.page-gallery .gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .page-gallery .gallery {
    gap: 10px;
  }

  .page-gallery .gallery-main {
    aspect-ratio: 16 / 10;
  }

  .page-gallery .gallery-thumbs {
    height: 90px;
  }

  .page-gallery .gallery-thumbs .swiper-slide {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .page-gallery {
    padding: 0 10px;
    margin: 15px auto;
  }

  .page-gallery .gallery {
    gap: 8px;
  }

  .page-gallery .gallery-main {
    border-radius: 8px;
    aspect-ratio: 4 / 3; 
    max-height: 55vh; 
  }

  .page-gallery .gallery-main .swiper-slide img {
    object-fit: contain; 
  }

  .page-gallery .gallery-thumbs {
    height: 50px; 
  }

  .page-gallery .gallery-thumbs .swiper-slide {
    width: 30%;
  }

  .page-gallery .gallery-thumbs img {
    border-radius: 4px;
  }
}
@media (max-width: 480px) {
  .page-gallery .gallery {
    gap: 6px;
  }

  .page-gallery .gallery-main {
    aspect-ratio: 1 / 1;
    max-height: 50vh;
  }

  .page-gallery .gallery-thumbs {
    height: 40px;
  }
}
*/
/* =========================================== Секция ГАЛЕРЕЯ =================================== */
.page-gallery {
  width: 100%;
  margin: 20px auto;
  padding: 0 15px;
}

.page-gallery .gallery {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Основной слайд — фиксированное соотношение сторон, никаких пустот */
.page-gallery .gallery-main {
  width: 100%;
  aspect-ratio: 16 / 9; /* Ключевое свойство: одинаковый размер для всех фото */
  max-height: 70vh; /* Ограничение по высоте */
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

/* Слайд обязательно растягивается на весь контейнер */
.page-gallery .gallery-main .swiper-slide {
  width: 100%;
  /* height: 100% !important;*/
  height: 70vh;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Картинка ЗАПОЛНЯЕТ всё пространство — горизонтальные и вертикальные будут обрезаны равномерно */
.page-gallery .gallery-main .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover; /* ВАЖНО: заполняет весь контейнер, обрезая лишнее */
  object-position: center center; /* Центрирует точку фокуса */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* Миниатюры — квадратные и ровные */
.page-gallery .gallery-thumbs {
  width: 100%;
  height: 120px;
  flex-shrink: 0;
}

.page-gallery .gallery-thumbs .swiper-wrapper {
  height: 100%;
}

.page-gallery .gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
  aspect-ratio: 1; /* Квадратные ячейки */
  overflow: hidden;
}

.page-gallery .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.page-gallery .gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Обрезка для единообразия миниатюр */
  border-radius: 8px;
}

/* Планшеты */
@media (max-width: 1024px) {
  .page-gallery .gallery {
    gap: 10px;
  }

  .page-gallery .gallery-main {
    aspect-ratio: 16 / 10; /* Чуть выше */
    max-height: 60vh;
  }

  .page-gallery .gallery-thumbs {
    height: 100px;
  }

  .page-gallery .gallery-thumbs .swiper-slide {
    width: 25%;
  }
  .page-gallery .gallery-main .swiper-slide {
    height: 100%;
  }
}

/* Мобильные — компактная версия */
@media (max-width: 768px) {
  .page-gallery {
    padding: 0 10px;
    margin: 15px auto;
  }

  .page-gallery .gallery {
    gap: 8px;
  }

  .page-gallery .gallery-main {
    aspect-ratio: 4 / 3; /* Оптимально для мобильных */
    max-height: 55vh;
    border-radius: 8px;
  }

  .page-gallery .gallery-thumbs {
    height: 70px;
  }

  .page-gallery .gallery-thumbs .swiper-slide {
    width: 30%;
  }

  .page-gallery .gallery-thumbs img {
    border-radius: 4px;
  }
}

/* Очень маленькие экраны */
@media (max-width: 480px) {
  .page-gallery .gallery {
    gap: 6px;
  }

  .page-gallery .gallery-main {
    /*aspect-ratio: 1 / 1; /* Квадрат */
    max-height: 50vh;
  }

  .page-gallery .gallery-thumbs {
    height: 60px;
  }
}
/* =========================================== Секция Акции =================================== */
.promotions-section-v2 h2 {
  padding-bottom: 15px;
}
.promotions-title {
  font-size: clamp(50px, calc(2.102vw + 33.85px), 74.22px);
  line-height: 120%;
  font-weight: 800;
  background: linear-gradient(
    90deg,
    rgba(0, 151, 250, 1) 0%,
    rgba(64, 146, 252, 1) 19%,
    rgba(137, 140, 255, 1) 31%,
    rgba(165, 128, 255, 1) 38%,
    rgba(183, 114, 255, 1) 44%,
    rgba(208, 102, 249, 1) 56%,
    rgba(249, 95, 222, 1) 69%,
    rgba(251, 90, 208, 1) 74%,
    rgba(255, 78, 166, 1) 81%,
    rgba(255, 67, 77, 1) 97%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotions-section-v2 {
  margin: 20px 0;
}
.promotions-section-v2.shatri .promotions-grid-v2 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.promotions-grid-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.promotion-card-v2 {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 12px rgb(254 6 6 / 8%);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 280px;
}
.promotion-card-v2:hover {
  transform: translateY(-5px);
}
.promo-card-image-v2 {
  text-align: center;
}
.promo-card-image-v2 img {
  width: 100%;
  /*aspect-ratio: 4/3;*/
  max-width: 100px;
  height: 100px;
}
.promo-card-content-v2 {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  flex: 1;
}

.promo-name-v2 {
  font-size: 16px;
  margin-bottom: 8px;
}

.promo-text-v2 {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
  flex-grow: 1;
}
.tooltip-trigger-v2 {
  background: none;
  border: none;
  color: #0072ce;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
}
.plus-icon-v2 {
  width: 12px;
  height: 12px;
  fill: #0072ce;
}

.promo-description-v2 {
  display: none;
  margin-top: 5px;
  font-size: 13px;
  color: #333;
}
.tooltip-box {
  position: absolute;
  z-index: 1000;
  max-width: 320px;
  background: #fff;
  color: #222;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  /* opacity: 0;*/
  display: none;
  pointer-events: none;
  transform: translateY(6px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  font-size: 15px;
  line-height: 1.5;
}

.tooltip-box.visible {
  /* opacity: 1;*/
  display: block;
  pointer-events: auto;
  transform: translateY(0);
}
.tooltip-trigger-v2 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #0077cc;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease;
}
.tooltip-trigger-v2:hover {
  color: #005fa3;
}
.plus-icon-v2 {
  width: 14px;
  height: 14px;
  fill: currentColor;
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  .promotions-grid-v2 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
@media (max-width: 768px) {
  .promotions-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .promotion-card-v2 {
    height: auto;
  }
  .promo-name-v2 {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .promo-text-v2 {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .promotions-section-v2.shatri .promotions-grid-v2 {
    display: grid;
  }
  .promo-card-image-v2 img {
    max-width: 100px;
    height: 100px;
  }
}
/* =========================================== Секция калькулятор/цены ====================================================== */
.page-price-section {
  padding: 40px 20px;
  color: #393939;
  overflow: auto;
}
.page-price__title,
.transfer-title {
  font-size: 28px;
  line-height: normal;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  color: #393939;
}
.price-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.price-block,
.calc-block {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.1),
    0 0 12px rgb(0 0 0 / 30%);
}
.price-block {
  flex: 1 1 60%;
}
.calc-block {
  flex: 1 1 35%;
}
.calc-block h3 {
  margin-bottom: 15px;
}
.calc-block label {
  display: block;
  margin: 12px 0 5px;
  font-weight: 500;
}
.calc-block select,
.calc-block input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.calc-block > span {
  font-size: 11px;
}
.calc-result {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.tariffs-list {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.tariff-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.tariff-row:last-child {
  border-bottom: none;
}
.bases-tabs {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.base-tab {
  background-color: #fff;
  color: #393939;
  border: 1px solid #0071e3;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.base-tab:hover {
  background: #eee;
  border: 1px solid #0071e3;
  color: #0071e3;
  transition: all 0.3s ease;
}
.base-tab.active {
  background: #2c7aef;
  color: #fff;
  border-color: #2c7aef;
  box-shadow: 0 0 0 3px rgba(44, 122, 239, 0.25);
}
.bases-note {
  margin-bottom: 8px;
  font-size: 16px;
  color: #555;
}
#bases-note-init,
.tariff-price,
#calc-total {
  font-weight: 800;
  color: black;
}
@media (max-width: 991px) {
  .base-tab {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .tariff-row {
    padding: 10px;
  }
}
/* Враппер от Choices */
.choices {
  position: relative; /* Это уже есть, но проверьте */
  z-index: 1000; /* Важно! Должен быть выше соседних элементов */
}

/* Dropdown */
.choices__list--dropdown {
  position: absolute !important; /* Абсолют к врапперу, не к body */
  z-index: 1001 !important;
  top: auto !important;
  bottom: 100% !important; /* Открываем вверх */
  margin-bottom: 4px !important;
  max-height: 200px; /* Ограничение высоты */
  overflow-y: auto !important; /* Прокрутка если много элементов */
}

/* =================================================== Секция Базы ================================================ */
.base-selection-v2 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.base-selection-v2__title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 32px;
  font-weight: 700;
  color: #1a1a1a;
}
.base-selection-v2__slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.base-selection-v2__slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-selection-v2__slider .swiper-slide {
  height: auto;
}
.base-selection-v2__nav {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.base-selection-v2__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.base-selection-v2__toggle {
  background: #fff;
  border: 2px solid #ccc;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
  max-width: 250px;
}
.base-selection-v2__toggle:hover {
  border-color: #0d6efd;
  color: #0d6efd;
}
.base-selection-v2__toggle.active {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.base-selection-v2__note {
  text-align: center;
  margin-top: 24px;
  color: #777;
  font-size: 15px;
}
.base-selection-v2__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.2) 70%,
    transparent 100%
  );
  z-index: 1;
}
.base-selection-v2__content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 40px;
  max-width: 800px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}
.base-selection-v2__name {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.base-selection-v2__desc {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #eaeaea;
}
@media (max-width: 992px) {
  .base-selection-v2__name {
    font-size: 22px;
  }

  .base-selection-v2__desc {
    font-size: 15px;
  }
  .base-selection-v2__buttons {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .base-selection-v2__buttons {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .base-selection-v2__name {
    font-size: 18px;
  }
  .base-selection-v2__slide {
    height: 50vh;
    align-items: center;
  }
  .base-selection-v2__title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .base-selection-v2__content {
    padding: 10px;
  }
  .base-selection-v2__toggle {
    font-size: 12px;
    padding: 5px 8px;
    max-width: 200px;
  }
  .base-selection-v2__buttons {
    gap: 5px;
  }
  .base-selection-v2__desc {
    font-size: 14px;
  }
}
@media (max-width: 412px) {
  .base-selection-v2__toggle {
    max-width: 170px;
  }
}
/* ====================================================== Секция экипировка ================================================ */
.page-ekipirovka-v2 {
  min-height: 80vh;
  max-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.page-ekipirovka-v2 .container {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-ekipirovka-v2__title {
  text-align: center;
  font-size: 42px !important;
  font-weight: 700;
}
.page-ekipirovka-v2__subtitle {
  text-align: center;
  font-size: 18px;
  color: #555;
}
.page-ekipirovka-v2__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: nowrap;
  overflow: hidden;
  height: 100%;
}
.page-ekipirovka-v2__images {
  position: relative;
  flex: 1;
  max-width: 400px;
}
.page-ekipirovka-v2__img--bg {
  width: 100%;
  height: auto;
  max-height: 80vh;
}
.page-ekipirovka-v2__text {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-height: 70vh;
  display: flex;
  flex-direction: column;
  gap: clamp(5px, calc(0.938vw + 2px), 20px);
  overflow-y: auto;
  padding: 20px;
  /* Эффект стекла */
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  border-radius: 30px;
  color: #000;
  max-width: 500px;
}
.border-line {
  width: 50%;
  height: 1px;
  border: none;
  background: repeating-linear-gradient(
    to right,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0.3) 5px,
    transparent 5px,
    transparent 10px
  );
}
@media (max-width: 992px) {
  .page-ekipirovka-v2__content {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
  .page-ekipirovka-v2__text {
    max-width: 100%;
  }
  .page-ekipirovka-v2 {
    padding: 60px 0;
    min-height: 90vh;
  }
  .page-ekipirovka-v2__title {
    font-size: 32px !important;
  }
  .page-ekipirovka-v2__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .page-ekipirovka-v2 {
    min-height: 100vh;
    padding: 40px 0;
  }
  .page-ekipirovka-v2__text {
    font-size: 14px;
    line-height: normal;
  }
  .page-ekipirovka-v2__content {
    gap: 0;
  }
  .page-ekipirovka-v2__img--bg {
    max-height: 60vh;
  }
}
/* =================================== СЕКЦИЯ КВЕСТЫ======================================== */

.quests-grid-v2 {
  padding: 48px 0;
}
.quests-grid-v2__title {
  text-align: center;
  font-size: 28px;
  margin: 28px 0;
  color: #1f2937;
  font-weight: 600;
}
.quests-grid-v2__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}
.quest-card-v2 {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(16, 24, 40, 0.06);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}
.quest-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.12);
}
.quest-card-v2__link {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
}
.quest-card-v2__image {
  position: relative;
  height: 200px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quest-card-v2__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.quest-card-v2:hover .quest-card-v2__image img,
.quest-card-v2:hover .quest-card-v2__overlay {
  transform: scale(1.05);
}
.quest-card-v2__noimage {
  padding: 20px;
  font-weight: 600;
  color: #555;
  text-align: center;
}
.quest-card-v2__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.46) 0%,
    rgba(0, 0, 0, 0.58) 100%
  );
  opacity: 0;
  transition: opacity 0.32s ease;
  padding: 16px;
  text-align: center;
}
.quest-card-v2:hover .quest-card-v2__overlay {
  opacity: 1;
}
.quest-card-v2__info {
  color: #fff;
}
.quest-card-v2__desc {
  font-size: 12px;
  line-height: 1.38;
  margin-bottom: 12px;
}
.quest-card-v2__cta {
  display: inline-block;
  background: #ffb000;
  color: #121212;
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(255, 176, 0, 0.12);
}
.quest-card-v2__content {
  padding: 14px 16px;
}
.quest-card-v2__title {
  font-size: 16px;
  margin: 0 0 8px;
  color: #111827;
  font-weight: 600;
}
.quest-card-v2__meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #6b7280;
}
.quest-card-v2--hidden {
  display: none;
}
.quests-grid-v2__actions {
  text-align: center;
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.quests-grid-v2__more,
.quests-grid-v2__hide {
  background: #0f62fe;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}
.quests-grid-v2__more:hover,
.quests-grid-v2__hide:hover {
  background: #0b54d7;
}
.quests-grid-v2__hide {
  background: #6b7280;
}
.quests-grid-v2__hide:hover {
  background: #555;
}
@media (max-width: 991px) {
  .quests-grid-v2__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px) {
  .quest-card-v2__cta {
    padding: 5px 8px;
    font-size: 11px;
  }
}
.page-price-section-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
/* =================================== СЕКЦИЯ ДОП ОБОРУДОВАНИЯ======================================== */
.dop-shatri {
  padding: 60px 15px;
}
.dop-shatri h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #222;
}
.dop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-items: center;
}
@media (max-width: 1024px) {
  .dop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .dop-shatri {
    padding: 40px 15px;
  }
}
.dop-card {
  position: relative;
  width: 100%;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.4s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
}
.dop-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.dop-card__img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.dop-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: brightness(0.6); /* затемнение */
}
.dop-card:hover .dop-card__img img {
  transform: scale(1.05);
}
.dop-card::after {
  content: "Подробнее ≪";
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  animation: dop-floating 2.2s ease-in-out infinite;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
@keyframes dop-floating {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
  }
}
.dop-card__title {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  z-index: 2;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.dop-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  justify-content: center;
  align-items: center;
  z-index: 200;
  padding: 20px;
}
.dop-modal.open {
  display: flex;
  animation: dop-fadein 0.3s ease;
}
@keyframes dop-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dop-modal__inner {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 600px;
  width: 100%;
  position: relative;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  animation: dop-pop 0.4s ease;
  overflow: auto;
  max-height: 100vh;
}

@keyframes dop-pop {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.dop-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #777;
  transition: color 0.3s;
}
.dop-modal__close:hover {
  color: #000;
}
.dop-modal__content {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dop-item {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #444;
}
.dop-modal__info {
  font-size: 12px;
  margin-top: 10px;
}
.dop-item__price {
  font-weight: 600;
  color: #007bff;
  padding-left: 5px;
}
.dop-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.dop-tab {
  padding: 10px 20px;
  background: #eee;
  border: none;
  cursor: pointer;
}
.dop-tab.active {
  background: #333;
  color: #fff;
}
.dop-tab-content {
  display: none;
}
.dop-tab-content.active {
  display: block;
}
.dop-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}
.dop-modal.active {
  display: flex;
}
.dop-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .dop-card__img {
    aspect-ratio: 4/4;
  }
  .dop-card {
    max-width: 280px;
  }
  .dop-card__title {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .dop-card {
    max-width: 200px;
  }
  .dop-modal__inner {
    padding: 20px 10px;
  }
  .page-price-v2 .dop-item {
    font-size: 14px;
    padding: 2px 0;
  }
  .page-price-v2 .dop-modal__content {
    gap: 2px;
  }
  .dop-tab {
    padding: 5px 10px;
  }
}
/* ======================================================= Секция ЕДА ====================================================== */
.food {
  padding: 40px 0;
}
.food__title {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #1d1d1d;
}
.food__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.food__item {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.food__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.food__image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
.food__content {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.food__name {
  font-size: 18px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 15px;
}
.food__desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: auto;
}
/* === Кнопка === */
.food__btn {
  display: inline-block;
  text-align: center;
  margin-top: 25px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #0056ff;
  border-radius: 10px;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}
.food__btn:hover {
  background-color: #003ecb;
  transform: translateY(-2px);
}
/* === Адаптив === */
@media (max-width: 1400px) {
  .food__title {
    font-size: 36px;
  }
  .food__image {
    height: 240px;
  }
  .food__desc {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .food {
    padding: 60px 0;
  }
  .food__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .food__image {
    height: 220px;
  }
  .food__title {
    font-size: 32px;
  }
  .food__subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .food__list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .food__image {
    height: 200px;
  }
  .food__title {
    font-size: 28px;
  }
  .food__subtitle {
    font-size: 15px;
  }
  .food__content {
    padding: 25px 20px;
  }
  .food__btn {
    font-size: 15px;
    padding: 10px 22px;
  }
}
@media (max-width: 480px) {
  .food {
    padding: 50px 0;
  }
  .food__image {
    height: 180px;
  }
  .food__name {
    font-size: 20px;
  }
  .food__desc {
    font-size: 14px;
  }
  .food__btn {
    width: 100%;
  }
}
/* ========================================================== СЕКЦИЯ Тактических игр =========================================================================== */
.tactical-slider {
  padding: 20px 0 !important;
}
.tactical-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tactical-card__img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
.tactical-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tactical-card__content {
  padding: 16px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tactical-card__title {
  font-size: 18px;
  margin-bottom: 8px;
  color: #003ecb;
}
.tactical-card__text {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
  flex-grow: 1;
}
.tactical-card__link {
  display: inline-block;
  padding: 10px 16px;
  background-color: #007bff; /* синий фон */
  color: #fff; /* белый текст */
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.3s ease;
}
.tactical-card__link:hover {
  background-color: #0056b3; /* более тёмный синий при ховере */
}
/* =================================================== СЕКЦИЯ СЦЕНАРИИ ========================================== */
.page-stsenarii-v2 {
  padding: 40px 0;
}
.stsenarii-slider-v2 {
  padding-bottom: 30px !important;
  padding-top: 20px !important;
}
.page-stsenarii-v2__title {
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px;
  color: #222;
  font-weight: 700;
}
.page-stsenarii-v2__subtitle {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  font-size: 18px;
  color: #555;
}
.stsenarii-card-v2 {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.stsenarii-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.stsenarii-card-v2__image img {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.stsenarii-card-v2__content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.stsenarii-card-v2__title {
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 10px;
  color: #bd4b38;
}
.stsenarii-card-v2__desc {
  font-size: 16px;
  color: #444;
  line-height: 1.4;
  flex-grow: 1;
}
.page-stsenarii-v2__note {
  text-align: center;
  font-size: 16px;
  color: #666;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.page-stsenarii-v2__slider {
  position: relative;
}
.stsenarii-slider-v2 .swiper-pagination {
  display: none;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .page-stsenarii-v2__title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .stsenarii-card-v2__desc,
  .page-stsenarii-v2__subtitle {
    font-size: 14px;
  }
  .page-stsenarii-v2__note {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .page-stsenarii-v2__title {
    font-size: 26px;
  }
  .page-stsenarii-v2__note {
    font-size: 12px;
  }
}
/* ============================================ Секция Трансфер ========================================= */
.transfer {
  padding: 40px 20px;
  color: #393939;
}
.transfer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.transfer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.transfer-img {
  max-width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  content-visibility: auto;
  aspect-ratio: 4/3;
}
.transfer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  height: 100%;
}
.transfer-right h3 {
  margin: 20px 0 10px;
  font-size: 20px;
}
.transfer-right a {
  margin-top: 20px;
  max-width: max-content;
}
.transfer-prices {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.transfer-prices li {
  margin-bottom: 8px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .transfer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .transfer-right {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .tariffs-list {
    border: none;
  }
  .page-price-section,
  .transfer {
    padding: 20px 5px;
  }
  .price-layout {
    flex-direction: column;
    gap: 10px;
  }
  .price-block,
  .calc-block {
    width: 100%;
    padding: 10px;
  }
  .transfer {
    font-size: 14px;
  }
  .transfer-right h3 {
    margin: 10px;
    font-size: 18px;
  }
  .transfer-prices {
    margin-bottom: 10px;
  }
  .transfer-content {
    gap: 10px;
  }
}
/* ==================================================== Секция фидбек на страницах услуг ============================================================ */
.page-price {
  content-visibility: auto;
  background-color: #f5f5f7;
  background-image:
    linear-gradient(to bottom, rgba(245, 245, 247, 0) 0%, #f5f5f7 100%),
    url(https://www.transparenttextures.com/patterns/brick-wall.png);
  background-repeat: repeat;
  background-size: auto;
  padding: 40px 20px;
}
.page-feedback-container {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}
.feedback-text {
  font-size: 24px;
  font-weight: 600;
  color: #535353;
}
.feedback-form-button {
  background-color: #0071e3;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.feedback-form-button:hover {
  background-color: #005bb5;
}
/* --- Адаптив секции --- */
@media (max-width: 768px) {
  .page-feedback-container {
    flex-direction: column;
    text-align: center;
  }

  .feedback-text {
    font-size: 20px;
  }

  .feedback-form-button {
    width: 100%;
    max-width: 280px;
  }
}
@media (max-width: 576px) {
  .feedback-form-button {
    font-size: 14px;
    padding: 10px;
  }
}
/* --- Модалка --- */
.modal-feedback {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-feedback.active {
  display: flex;
  animation: fadeIn 0.3s ease forwards;
}
.modal-feedback-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal-feedback-content {
  position: relative;
  background: #fff;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  z-index: 1;
  animation: slideUp 0.3s ease forwards;
}
.modal-feedback-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}
.modal-feedback-title {
  margin: 0 0 20px;
  font-size: 22px;
  color: #0c1247;
}
/* --- Поля формы --- */
.modal-feedback-field {
  margin-bottom: 15px;
}
.modal-feedback-field label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}
.modal-feedback-field input,
.modal-feedback-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}
.modal-feedback-field textarea {
  min-height: 100px;
  resize: vertical;
}
.modal-feedback-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #666;
  margin: 15px 0;
  line-height: 1.4;
}
.modal-feedback-consent input[type="checkbox"] {
  flex-shrink: 0;
  accent-color: #0071e3;
}
.modal-feedback-consent a {
  color: #0071e3;
  text-decoration: underline;
}
.modal-feedback-submit {
  background: #0071e3;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
}
.modal-feedback-submit:hover {
  background: #005bb5;
}
/* --- Анимации --- */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .modal-feedback-content {
    padding: 20px;
  }
}
/**/
.modal-feedback-field input.valid {
  border-color: #28a745;
}
.modal-feedback-field input.invalid {
  border-color: #dc3545;
}
.modal-feedback-field input.empty {
  border-color: #ddd;
}
/* ==================================================== Секция МЕСТА ОТДЫХА НА СТРАНИЦЕ ============================================================ */

/* === SWIPER ГАЛЕРЕЯ === */
.service-detail-card-v3__img-wrapper {
  width: 50%;
}

.service-gallery {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}

.service-gallery .swiper-slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .service-gallery .swiper-slide img {
    height: 250px;
  }
}

.service-gallery .swiper-button-next,
.service-gallery .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.service-gallery .swiper-button-next:hover,
.service-gallery .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.7);
}

.service-gallery .swiper-button-next:after,
.service-gallery .swiper-button-prev:after {
  font-size: 20px;
}

.service-gallery-thumbs {
  width: 100%;
  box-sizing: border-box;
}

.service-gallery-thumbs .swiper-slide {
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0.7;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.service-gallery-thumbs .swiper-slide:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

.service-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  transform: scale(1.05);
}

.service-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 50px;
  object-fit: cover;
  display: block;
}

@media (max-width: 640px) {
  .service-gallery-thumbs .swiper-slide img {
    height: 60px;
  }
}

/* === ТАБЫ 2 УРОВНЯ === */
.price-tabs-v3--level-2 {
  margin-top: 20px;
}

.price-tabs-v3__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 30px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0;
}

.price-tabs-v3__btn {
  position: relative;
  padding: 9px 15px;
  background: #f5f5f5;
  border: none;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.price-tabs-v3__btn:hover {
  background: #e8e8e8;
  color: #000;
}

.price-tabs-v3__btn.is-active {
  background: #fd9700;
  color: #fff;
  font-weight: 600;
}

.price-tabs-v3__btn.is-active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fd9700;
}

.price-tab-pane-v3 {
  display: none;
}

.price-tab-pane-v3.is-active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === КАРТОЧКА УСЛУГИ === */
.service-detail-card-v3__inner {
  /*display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    align-items: start;*/
  display: flex;
  gap: 30px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.service-detail-card-v3__img-wrapper img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.service-detail-card-v3__title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
}

.service-detail-card-v3__desc {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}

.service-detail-card-v3__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.service-detail-card-v3__btn {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.service-detail-card-v3__btn--primary {
  background: #fd9700;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.service-detail-card-v3__btn--primary:hover {
  background: #e08600;
}

.service-detail-card-v3__btn:not(.service-detail-card-v3__btn--primary) {
  background: #f0f0f0;
  color: #333;
}

.service-detail-card-v3__btn:not(.service-detail-card-v3__btn--primary):hover {
  background: #e0e0e0;
}

.service-detail-card-v3__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* === ТАБЛИЦА ЦЕН === */
.price-table-wrapper-v3 {
  margin-top: 30px;
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.price-table-v3__inner h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.price-table-v3__note {
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
}

.price-table-v3__groups {
  margin: 15px 0;
  font-size: 14px;
  color: #555;
}

.price-table-v3__group-desc {
  margin-bottom: 8px;
}

.price-table-v3 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.price-table-v3 th,
.price-table-v3 td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.price-table-v3 th {
  background: #f8f8f8;
  font-weight: 600;
}
/**/
.service-detail-card-v3__list li {
  margin-bottom: 10px;
}
/* Адаптивность */
@media (max-width: 768px) {
  .service-detail-card-v3__inner {
    flex-direction: column;
  }
  .service-detail-card-v3__img-wrapper {
    width: 100%;
  }
  .service-detail-card-v3__desc,
  .price-tabs-v3__btn {
    font-size: 12px;
  }
  .service-detail-card-v3__list li {
    font-size: 14px;
  }
  .service-detail-card-v3__title {
    font-size: 16px;
  }
  .price-tabs-v3__nav {
    overflow-x: auto;
    border-bottom: none;
    padding-bottom: 10px;
  }
  .price-tabs-v3__btn {
    flex-shrink: 0;
  }
}
/**/
.pitanie-btn {
  display: flex;
  gap: 10px;
  justify-content: center;
}
