

/* Start:/local/templates/main/css/public-transport-routes.css?17467197611526*/
#public-transport-accordion{
    margin: -15px 0 0 -15px;
    overflow: hidden;
    color: #fff;
    min-height: 450px;
}

.public-transport-accordion-header {
    all: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    font-family: "CeraRoundPro-Bold", serif;
    font-size: 25px;
    text-transform: uppercase;
}

.public-transport-accordion-header::before {
    content: '+';
    transition: transform .3s, content .3s;
    margin-right: 10px;
}

.public-transport-accordion-item.active .public-transport-accordion-header::before {
    content: '−';
}

.public-transport-accordion-body {
    font-family: "CeraRoundPro-Bold", serif;
    line-height: 135%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
    padding: 0 35px;
}

.public-transport-accordion-item.active .public-transport-accordion-body {
    padding: 0 35px 15px;
    max-height: 200px;
}

.public-transport-accordion-body p {
    margin: 0;
}

@media (max-width: 1600px) {
    #public-transport-accordion{
        min-height: 380px;
    }
    .public-transport-accordion-header {
        font-size: 20px;
    }
    .public-transport-accordion-body p {
        font-size: 15px;
    }
}

@media (max-width: 1400px) {
    #public-transport-accordion{
        min-height: 380px;
    }
    .public-transport-accordion-header {
        font-size: 16px;
    }
    .public-transport-accordion-body p {
        font-size: 12px;
    }
}

/* End */


/* Start:/local/templates/main/css/styles-for-winter.css?176685566515848*/

 /* ====== Общие стили ====== */
 @font-face {
   font-family: "Entrofly Trial";
   src: local("Entrofly Bold"), local("Entrofly-Bold"),
   url("/local/templates/main/css/../fonts/Entrofly-Bold.ttf") format("truetype");
   font-weight: 700;
   font-style: normal;
   font-display: swap;
 }
 
 * {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
 }
 
 body {
   background: #FDF9F7;
   font-family: "Lato", sans-serif;
 }
 
 
 /* ===== Блок "В парке Сказка вас ждут" ===== */
 
 .hero-features {
   position: absolute;
   max-width: 340px;
   pointer-events: auto;
   font-family: "Lato", sans-serif;
   color: #D32D6B;
   z-index: 2;
 }
 
 /* позиция на десктопе — над кнопкой */
 
 .hero-features--desktop {
   left: 4.5%;
   bottom: 10%;
 }
 
 .hero-features__title {
   font-family: "Entrofly Trial", "Bold", sans-serif;
   font-weight: 700;
   font-size: 40px;
   line-height: 1.1;
   letter-spacing: 0.02em;
   color: #D32D6B;
   margin-bottom: 8px;
 }
 
 .hero-features__list {
   list-style: none;
   display: grid;
   gap: 20px 32px;
   margin-top: 20px;
   margin-bottom: 32px;
   grid-template-columns: repeat(2, minmax(0, 240px));
   width: 630px;
 }
 
 .hero-features__item {
   display: inline-flex;
   align-items: center;
   gap: 4px;
   font-size: clamp(14px, 1.2vw, 16px);
   line-height: 1.25;
 }
 
 .hero-features__icon {
   width: 32px;
   height: 32px;
   flex: 0 0 32px;
 }
 
 .hero-features__link {
   color: #D32D6B;        /* нужный цвет */
   text-decoration: none; /* убираем подчёркивание */
   font-size: 20px;       /* как в макете */
   line-height: 16px;
   display: inline-block;
   margin-left: -20px;
 }
 
 .hero-features__icon img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }
 
 /* планшеты — чуть ниже опускаем */
 @media (max-width: 1024px) {
   .hero-features--desktop{
     left: 4%;
     bottom: 24%;
   }
 }
 
 /* мобильная версия: центрируем и ставим над кнопкой */
 .hero-features--mobile {
   left: 10%;
   right: 10%;
   bottom: 24%;
   text-align: left;
 }
 
 
 @media (max-width: 380px) {
   .hero-features--mobile {
     left: 6%;
     right: 6%;
     bottom: 22%;
   }
 }
 
 /* =========================================================
    HERO (десктоп + планшеты)
    ========================================================= */
 
 .hero {
   position: relative;
   width: 100%;
   margin: 0 0;
   overflow: hidden;
 }
 
 .hero::after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 20%;
   pointer-events: none;
   background: linear-gradient(
     to bottom,
     rgba(255, 255, 255, 0) 0%,
     rgba(255, 255, 255, 0.8) 35%,
     rgba(255, 255, 255, 1) 65%,
     #ffffff 100%
   );
 }
 
 /* фоновые картинки */
 .hero__bg,
 .hero__bg__850 {
   
   width: 100%;
   height: auto;
   display: block;
   object-fit: cover;
   background-color: #FDF8F2;
 }
 
 .hero__bg__850 {
   display: none;
 }
 
 /* слой поверх */
 .hero__content {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
 }
 
 /* PNG с текстом (десктоп) */
 .hero__textblock {
   position: absolute;
   left: 100px;
   width: auto;
   height: 100%;
   pointer-events: none;
 }
 
 /* PNG с текстом (планшет ~до 850px) */
 .hero__textblock__850 {
   display: none;
   position: absolute;
   width: auto;
   height: 100%;
 }
 
 /* Кнопка на десктопном hero */
 .hero-btn {
   width: 239px;
   height: 64px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   
   padding: 20px 32px;
   border-radius: 48px;
   border: 2px solid #B31E31;
   background: rgba(255, 255, 255, 0.8);
   backdrop-filter: blur(4px);
   
   font-family: "Lato", sans-serif;
   font-weight: 700;
   font-size: clamp(16px, 1.4vw, 20px);
   line-height: 1.2;
   color: #B31E31;
   text-decoration: none;
   
   pointer-events: auto;
   z-index: 2;
   transition: 0.25s ease;
 }
 
 .hero-btn__icon {
   width: 24px;
   height: 24px;
 }
 
 .hero-btn:hover {
   background: #B31E31;
   color: #fff;
 }
 
 .hero-btn:hover .hero-btn__icon {
   filter: brightness(0) invert(1);
 }
 
 /* =========================================================
    HERO MOBILE (картинка + кнопка)
    ========================================================= */
 
 .hero--mobile {
   display: none; /* по умолчанию прячем */
 }
 
 .hero-mobile {
   position: relative;
   margin: 0 auto;
 }
 
 .hero-mobile-490 {
   display: block;
 }
 
 .hero-mobile__img {
   display: block;
   width: 100%;
   height: auto;
 }
 
 /* кнопка поверх мобильной картинки */
 .hero-mobile__button {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   
   padding: 14px 24px;
   border-radius: 48px;
   border: 2px solid #B31E31;
   background: #FFFFFF;
   
   font-family: "Lato", sans-serif;
   font-weight: 700;
   font-size: clamp(14px, 4vw, 16px);
   line-height: 1.2;
   color: #B31E31;
   text-decoration: none;
   z-index: 1;
 }
 
 /* =========================================================
    ЗИМНИЕ СЕРВИСЫ (заголовок + карточки)
    ========================================================= */
 
 .winter-services {
   background-color: #ffffff;
   padding: clamp(40px, 5vw, 80px) 0;
   width: 100%;
 }
 
 .winter-services__container {
   max-width: 100%;
   margin: 0 104px;
   padding: 0 16px;
   display: flex;
   flex-direction: column;
   align-items: center;
 }
 
 /* Заголовок */
 .winter-services__title {
   max-width: 885px;
   margin-bottom: 24px;
   
   font-family: "Entrofly Trial", "Lato", sans-serif;
   font-weight: 700;
   font-size: clamp(32px, 5vw, 80px);
   line-height: 1.05;
   letter-spacing: 0.02em;
   text-align: center;
   color: #D32D6B;
 }
 
 /* Подзаголовок */
 .winter-services__subtitle {
   max-width: 885px;
   margin-bottom: clamp(32px, 4vw, 60px);
   
   font-family: "Lato", sans-serif;
   font-weight: 400;
   font-size: clamp(16px, 1.6vw, 20px);
   line-height: 1.3;
   text-align: center;
   color: #D32D6B;
 }
 
 /* Сетка карточек — резиновая */
 .winter-services__grid {
   width: 100%;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(546px, 1fr));
   gap: 16px;
 }
 
 /* Карточка */
 .service-card {
   width: 100%;
   padding: 8px;
   border-radius: 40px;
   background: #9cd3ee;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-between;
 }
 
 /* Верхняя картинка карточки */
 .service-card__image {
   width: 100%;
   border-radius: 32px;
   overflow: hidden;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: -60px;
 }
 
 .service-card__image img {
   width: 100%;
   height: auto;
   object-fit: cover;
 }
 
 /* Белый блок с текстом */
 .service-card__content {
   width: 100%;
   border-radius: 32px;
   background: #fff7fb;
   padding: 24px 20px 20px;
   display: flex;
   flex-direction: column;
   gap: 12px;
 }
 
 /* Заголовок внутри карточки */
 .service-card__title {
   width: 100%;
   font-family: "Entrofly Trial", "Lato", sans-serif;
   font-weight: 700;
   font-size: clamp(20px, 2.4vw, 32px);
   line-height: 1.1;
   letter-spacing: 0.02em;
   color: #D32D6B;
   margin-bottom: 4px;
 }
 
 /* Описание */
 .service-card__text {
   width: 100%;
   font-family: "Lato", sans-serif;
   font-weight: 400;
   font-size: clamp(14px, 1.4vw, 16px);
   line-height: 1.3;
   color: #D32D6B;
 }
 
 .service-card__text--small {
   font-size: 14px;
   line-height: 1.25;
 }
 
 /* Нижняя строка с иконками */
 .service-card__info {
   display: flex;
   flex-wrap: wrap;
   gap: 12px 16px;
 }
 
 .service-card__info_first_card {
   justify-content: space-between;
 }
 
 .service-card__info-item {
   display: inline-flex;
   align-items: center;
   gap: 8px;
 }
 
 .service-card__info-icon {
   width: 20px;
   height: 20px;
   display: inline-block;
 }
 
 .service-card__info-icon img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }
 
 .service-card__info-text {
   font-family: "Lato", sans-serif;
   font-weight: 400;
   font-size: clamp(14px, 1.4vw, 16px);
   line-height: 1.25;
   color: #B31E31;
 }
 
 /* =========================================================
    МЕДИА-ТОЧКИ
    ========================================================= */
 @media (max-width: 1916px) {
   .winter-services__grid {
     grid-template-columns: repeat(auto-fit, minmax(413px, 1fr));
   }
 }
 
 
 @media (max-width: 1701px) {
   .hero-features--desktop{
     left: 6%;
     bottom: 8%;
   }
 }
 
 @media (max-width: 1501px) {
   .hero-features--desktop {
     left: 7%;
     bottom: 0%;
   }
 }
 
 @media (max-width: 1513px) {
   .winter-services__grid {
     grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
     
   }
 }
 
 
 @media (max-width: 1441px) {
   .hero__textblock {
     height: 110%;
   }
 }
 
 @media (max-width: 1439px) {
   .winter-services__grid {
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     
   }
   
   .winter-services__container {
     max-width: 100%;
     margin: 0 80px;
   }
 }
 
 @media (max-width: 1301px) {
   .hero-features--desktop {
     left: 7%;
     bottom: 0%;
   }
   
   .hero-btn {
     width: 200px;
     height: 56px;
     gap: 8px;
     padding: 10px 20px;
     font-size: clamp(15px, 1.4vw, 13px);
     z-index: 10;
     transition: 0.25s ease;
   }
   
   .hero-features__list {
     list-style: none;
     display: grid;
     gap: 10px 16px;
     margin-top: 5px;
     margin-bottom: 10px;
     grid-template-columns: repeat(2, minmax(0, 240px));
     width: 630px;
   }
 }
 
 /* Планшеты до ~1024: меняем текстовый PNG и чуть подправляем hero */
 @media (max-width: 1024px) {
   .hero-features--desktop {
     left: 2%;
     bottom: 20%;
   }
   
   .hero-btn {
     width: 239px;
     height: 64px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     
     padding: 20px 32px;
     border-radius: 48px;
     border: 2px solid #B31E31;
     background: rgba(255, 255, 255, 0.8);
     backdrop-filter: blur(4px);
     
     font-family: "Lato", sans-serif;
     font-weight: 700;
     font-size: clamp(16px, 1.4vw, 20px);
     line-height: 1.2;
     color: #B31E31;
     text-decoration: none;
     
     pointer-events: auto;
     z-index: 2;
     transition: 0.25s ease;
   }
   
   .hero-features__list {
     list-style: none;
     display: grid;
     gap: 20px 32px;
     margin-top: 20px;
     margin-bottom: 32px;
     grid-template-columns: repeat(2, minmax(0, 240px));
     width: 630px;
   }
   
   .winter-services__container {
     max-width: 100%;
     margin: 0 20px;
   }
   .hero__bg {
     display: none;
   }
   .hero__bg__850 {
     display: block;
   }
   
   .hero__textblock {
     display: none;
   }
   
   .hero__textblock__850 {
     display: block;
   }
   
   .winter-services__container {
     max-width: 960px;
   }
 }
 
 @media (max-width: 851px) {
   .hero-features--desktop {
     left: 2%;
     bottom: 12%;
   }
 }
 
 @media (max-width: 800px) {
   .winter-services__grid {
     grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
   }
 }
 
 
 /* Мобильные до 768: вместо десктопного hero показываем мобильный */
 @media (max-width: 768px) {
   .hero-features--desktop {
     left: 2%;
     bottom: 8%;
   }
   .winter-services__title {
     margin-bottom: 16px;
   }
   
   .winter-services__subtitle {
     margin-bottom: 40px;
   }
 }
 
 @media (max-width: 651px) {
   .hero-features__list {
     list-style: none;
     display: grid;
     gap: 10px 0px;
     margin-top: 10px;
     margin-bottom: 20px;
   }
   
   .hero-features--desktop {
     left: 2%;
     bottom: 7%;
   }
 }
 @media (max-width: 500px) {
   .hero-features--desktop {
     left: 7%;
     bottom: 5%;
   }
   
   .hero--desktop {
     display: none;
   }
   .hero--mobile {
     display: block;
   }
   
   .service-card {
     padding: 4px;
   }
   
   .service-card__content {
     border-radius: 36px;
   }
   
   .hero-features__list {
     grid-template-columns: repeat(2, minmax(0, 180px));
   }
   
   .hero-btn {
     width: 239px;
     height: 64px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     
     padding: 20px 32px;
     border-radius: 48px;
     border: 2px solid #B31E31;
     background: rgba(255, 255, 255, 0.8);
     backdrop-filter: blur(4px);
     
     font-family: "Lato", sans-serif;
     font-weight: 700;
     font-size: clamp(16px, 1.4vw, 20px);
     line-height: 1.2;
     color: #B31E31;
     text-decoration: none;
     
     pointer-events: auto;
     z-index: 2;
     transition: 0.25s ease;
   }
   
   .hero-features__list {
     list-style: none;
     display: grid;
     gap: 20px 32px;
     margin-top: 20px;
     margin-bottom: 32px;
     grid-template-columns: repeat(2, minmax(0, 240px));
     width: 630px;
   }
   
   .hero-mobile__button {
     margin-left: 26%;
   }
 }
 
 @media (max-width: 461px) {
   .hero-features__list {
     grid-template-columns: repeat(2, minmax(0, 180px));
   }
   
   .hero-features__link {
     font-size: 16px;
   }
   
   .hero-features__title {
     font-size: 32px;
   }
 }
 
 /* Супер-маленькие (340–420px) – чуть уменьшаем всё */
 @media (max-width: 420px) {
   .winter-services__container {
     max-width: 100%;
     padding: 0 10px;
   }
   
   .winter-services__title {
     font-size: 32px;
     line-height: 1.1;
   }
   
   .winter-services__subtitle {
     font-size: 14px;
     line-height: 1.3;
   }
   
   .service-card {
     border-radius: 28px;
     padding: 4px;
   }
   
   .service-card__content {
     border-radius: 22px;
     padding: 20px 16px;
   }
   
 }
 
 @media (max-width: 380px) {
   .hero-features__list {
     grid-template-columns: repeat(2, minmax(0, 145px));
   }
   
   .hero-features__link {
     font-size: 14px;
   }
   
   .hero-features__title {
     font-size: 28px;
   }
   
   .hero-features__list {
     gap: 15px 10px;
     margin-top: 20px;
     margin-bottom: 20px;
   }
   
   .hero-mobile__button {
     margin-left: 18%;
   }
 }
 /* Супер-маленькие (340–420px) – чуть уменьшаем всё */
 @media (max-width: 341px) {
   .winter-services__grid {
     grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
   }
 }
 
 @media (max-width: 315px) {
   .winter-services__grid {
     grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
   }
   
   .hero-mobile__button {
     margin-left: 15%;
   }
 }
/* End */


/* Start:/local/templates/main/css/tickets.css?17668556655940*/
/* =======================================
   БИЛЕТЫ — MOBILE FIRST
   ======================================= */


.tickets-bg {
  background: #ffffff!important;
  padding: 0!important;
}

/* Кликабельные теги */
.ticket-card__tag[data-scroll-target] {
  cursor: pointer;
  transition: all 0.3s ease;
}

.ticket-card__tag[data-scroll-target]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.ticket-card__tag[data-scroll-target]:active {
  transform: translateY(0);
}


/* Заголовок */
.tickets__title {
  margin: 0 0 8px;
  text-align: center;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
  color: #252525;
}

.tickets__subtitle {
  margin: 0 0 24px;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  color: #555;
}

/* Сетка карточек: одна колонка */
.tickets__grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

/* Карточка целиком */
.ticket-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Общий белый бордер по контуру */
.ticket-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  border: 1px solid #fff;
  pointer-events: none;
}

/* Верхняя часть */
.ticket-card__top {
  position: relative;
  border-radius: 32px 32px 20px 20px;
  background: #ffb8e8;
  padding: 24px 20px;
  overflow: hidden;
  z-index: 1;
}

.ticket-card__divider {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999!important;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  height: 5px;
  width: 100%;
}

.ticket-card__attractions-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px;
  height: 200px;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

/* Нижняя часть */
.ticket-card__bottom {
  position: relative;
  border-radius: 20px 20px 32px 32px;
  background: #ffb8e8;
  padding: 24px 20px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
}

.ticket-card__bottom-left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  order: 2;
}

.ticket-card__bottom-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  order: 1;
}

/* Заголовки/описания */
.ticket-card__name {
  margin: 0 0 6px;
  font-weight: 800;
  font-size: 18px;
  color: #40203a;
}

.ticket-card__desc {
  max-width: 242px;
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.4;
  color: #6a3d57;
}

/* Теги */
.ticket-card__tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ticket-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f099c3;
  color: #B31D31;
  font-size: 14px;
  white-space: nowrap;
  z-index: 999!important;
}

.ticket-card__tag-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
}

/* Цена и подпись */
.ticket-card__price {
  font-weight: 800;
  font-size: 20px;
  color: #40203a;
}

.ticket-card__note {
  font-size: 11px;
  line-height: 1.4;
  color: #303037;
  font-weight: 500;
  opacity: 0.7;
  max-width: 180px;
}

/* Кнопка */
.ticket-card__btn {
  flex-shrink: 0;
  min-width: 140px;
  min-height: 50px;
  padding: 10px 24px;
  border-radius: 999px;
  border: none;
  background: #fff;
  color: #40203a;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.15s ease,
  box-shadow 0.15s ease,
  background 0.15s ease;
}

.ticket-card__btn:hover {
  background: #ffe5f0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

.ticket-card__btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.ticket-card__price-wrapper {
  min-width: 158px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.ticket-card__price-old {
  font-family: Gotham, sans-serif!important;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  text-decoration: line-through;
}

/* =======================================
   КРУПНЫЕ ЭКРАНЫ
   ======================================= */

@media (min-width: 768px) {
  
  .ticket-card__desc{
    max-width: 100%;
  }
  
  .ticket-card__price-old {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
  }
  
  .ticket-card__attractions-bg {
    width: 500px;
  }
  
  .ticket-card__bottom-left {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  
  .tickets__title {
    font-size: 32px;
  }
  
  .tickets__subtitle {
    font-size: 14px;
    margin-bottom: 32px;
  }
  
  .ticket-card__note {
    max-width: 100%;
  }
  
  .ticket-card__top {
    padding:32px;
    border-radius: 40px 40px 12px 12px;
  }
  
  .ticket-card__bottom {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px 20px;
    border-radius: 12px 12px 40px 40px;
  }
  
  .ticket-card__bottom-left {
    order: 1;
  }
  
  .ticket-card__bottom-right {
    order: 2;
    justify-content: flex-end;
    gap: 20px;
  }
  
  .ticket-card__name {
    font-size: 20px;
  }
  
  .ticket-card__price {
    font-size: 22px;
  }
}

/* Очень широкие экраны */
@media (min-width: 1280px) {
  
  .ticket-card {
    width: 100%;
  }
  
  .tickets__grid {
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
  }
  
  .tickets__inner {
    padding: 0;
  }
  
  .tickets__title {
    font-size: 36px;
  }
  
  .tickets__subtitle {
    font-size: 15px;
  }
}

/* End */


/* Start:/local/templates/main/css/main-page.css?176685566518395*/
@font-face {
  font-family: "Entrofly-Bold";
  src: local("Entrofly Bold"), local("Entrofly-Bold"),
  url("/local/templates/main/css/../fonts/Entrofly-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

#tematick-parks {
  font-family: Gotham, sans-serif!important;
}

.main-page-block-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  background: #F3F3F3;
  padding: 44px 20px;
  margin: 30px 20px;
}

#main-banner {
  font-family: Gotham, sans-serif!important;
  font-style: normal;
}

#ulyotnye-attractions {
  font-family: Gotham, sans-serif!important;
  font-style: normal;
}

.main-page-block-title {
  font-family: Gotham, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin: 0 0 32px 0;
  line-height: 36px;
  color: #303037;
}

.winter-attractions-wrapper,
.home-attraction,
.tabs-whith-slider-wrap {
  position: relative;
  z-index: 1;
}

.selector-outer {
  display: inline-block;
  width: 100%;
  max-width: 370px;
  position: relative;
  z-index: 999;
}

/* «инпут» */
.selector-display {
  background: #88C6E4;
  border-radius: 16px;
  padding: 15px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* текст */
.selector-display__value {
  font: 500 14px/1.2 "Inter", system-ui, sans-serif;
  color: #303037;
}

/* стрелка */
.selector-display__icon {
  width: 12px;
  height: 12px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: rotate(45deg);
}

.selector-outer[data-open="true"] .selector-display__icon {
  transform: rotate(-135deg);
}

/* список */
.selector-dropdown {
  position: absolute;
  z-index: 1000;
  left: 12px;
  right: 12px;
  top: 100%;
  margin-top: 8px;
  list-style: none;
  padding: 8px 0;
  background: #88C6E4;
  border-radius: 16px;
  max-height: 260px;
  overflow-y: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: none;
}


.selector-outer[data-open="true"] .selector-dropdown {
  display: block;
}

.selector-dropdown li {
  padding: 10px 24px;
  font: 500 14px/1.2 "Inter", system-ui, sans-serif;
  color: #222;
  cursor: pointer;
}

.selector-dropdown li:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* реальный select прячем */
.selector-real {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}


/* Внешний контейнер */
.home-attraction-winter {
  background: #9CD3EE;
  padding: 0;
  position: relative;
}

.pab-custom-wrapper {
  padding: 0;
}

/* Основная обертка */
.main-attractions-wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.main-attractions-wrapper .home-attraction .tabs-whith-slider-wrap .tabs {
  width: 100%;
  margin-bottom: 0 !important;
}

.main-attractions-wrapper .home-attraction .tabs-whith-slider-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px !important;
}

.main-attractions-wrapper .home-attraction__ui-slider {
  color: #303037 !important;
}

.main-attractions-wrapper .home-attraction {
  background: #9CD3EE !important;
  border-radius: 32px !important;
  padding: 44px 20px 118px 20px !important;
  margin: 20px;
}

/* ========================================
   ЗАГОЛОВКИ (MOBILE → TABLET → DESKTOP)
   ======================================== */

.main-attractions-wrapper .title,
.how-to-get-wrapper .title {
  font-weight: bold;
  color: #303037 !important;
  margin-bottom: 32px !important;
  font-size: 32px !important;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-align: center;
  width: 100%;
  text-transform: lowercase !important;
  padding: 0;
}

.main-attractions-wrapper .title::first-letter,
.how-to-get-wrapper .title::first-letter {
  text-transform: uppercase !important;
}


.how-to-get-wrapper .title {
  color: #00994B !important;
}

/* ========================================
   ТАБЫ
   ======================================== */

.main-attractions-wrapper .tabs {
  padding: 0 !important;
  margin-bottom: 8px;
}

.main-attractions-wrapper .tabs__item,
.main-attractions-wrapper .tabs__item_winter {
  height: 50px !important;
  letter-spacing: 1px;
  border: none;
  color: #303037 !important;
  background: #88C6E4 !important;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.main-attractions-wrapper .tabs__item:hover,
.main-attractions-wrapper .tabs__item.active,
.main-attractions-wrapper .tabs__item_winter:hover,
.main-attractions-wrapper .tabs__item_winter.active {
  background: #303037 !important;
  color: #ffffff !important;
}

.main-attractions-wrapper .tabs-whith-slider-wrap,
.main-attractions-wrapper .slider-growth-wrap {
  padding: 0 !important;
}

/* ========================================
   КОНТЕЙНЕР АТТРАКЦИОНА (ВЕРТИКАЛЬНО)
   ======================================== */

.main-attractions-wrapper .home-attraction__in {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: auto !important;
  overflow: visible !important;
  margin: 0 !important;
}

/* Картинка сверху */
.main-attractions-wrapper .home-attraction__in > div:last-child {
  order: -1 !important;
  width: 100% !important;
  height: 300px !important;
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden !important;
  position: relative;
}

/* Текст снизу */
.main-attractions-wrapper .home-attraction__in > div:first-child {
  min-width: 250px !important;
  background: #ffffff !important;
  color: #303037;
  display: flex;
  align-items: stretch;
  padding: 20px 24px 24px 24px !important;
  border-radius: 0 0 20px 20px !important;
}

.main-attractions-wrapper .home-attraction__in > div:first-child * {
  color: #303037;
}

/* ========================================
   СЛАЙДЕР
   ======================================== */

.main-attractions-wrapper .home-attraction-slider,
.main-attractions-wrapper .html-data-slider {
  height: 100% !important;
  width: 100% !important;
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-attractions-wrapper .home-attraction-slider .slick-list {
  height: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
}

.main-attractions-wrapper .home-attraction-slider .slick-track {
  height: 100% !important;
  width: auto !important;
  display: flex !important;
}

.main-attractions-wrapper .home-attraction-slider .slick-slide {
  height: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.main-attractions-wrapper .home-attraction-slider .slick-slide > div {
  height: 100% !important;
  width: 100% !important;
}

.main-attractions-wrapper .home-attraction-slider .home-attraction-slide {
  height: 100% !important;
  width: 100% !important;
  position: relative;
  display: block !important;
}

.main-attractions-wrapper .home-attraction-slider .home-attraction-slide.lazy-bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-right: 0 !important;
}

.main-attractions-wrapper .home-attraction-slider .lazy-bg-in {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.main-attractions-wrapper .home-attraction-slider img {
  display: none !important;
}

.main-attractions-wrapper .home-attraction-slider .slick-prev,
.main-attractions-wrapper .home-attraction-slider .slick-next {
  display: none !important;
}

/* ========================================
   ТЕКСТОВЫЙ КОНТЕНТ
   ======================================== */

.main-attractions-wrapper .home-attraction__info-title {
  color: #303037;
  font-size: 24px !important;
  margin-bottom: 16px;
  line-height: 1.3 !important;
  text-align: start;
}

.main-attractions-wrapper .home-attraction__info-text {
  color: #303037;
  font-size: 14px;
  line-height: 1.5 !important;
  margin-bottom: 16px;
}

.main-attractions-wrapper .home-attraction__info-table {
  color: #303037 !important;
  margin-bottom: 8px;
}

.main-attractions-wrapper .home-attraction__info-wrapper > div:first-child {
  width: 100% !important;
}

.main-attractions-wrapper .html-data-renderer .home-attraction__info-table > div:last-child {
  margin-bottom: 0 !important;
}

/* ========================================
   FLEXBOX LAYOUT
   ======================================== */

.main-attractions-wrapper .home-attraction__info {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.main-attractions-wrapper .home-attraction__info > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
}

.main-attractions-wrapper .home-attraction__info-wrapper {
  flex-shrink: 0;
  margin-bottom: 8px;
}

/* ========================================
   НИЖНИЕ КОНТРОЛЫ
   ======================================== */

.main-attractions-wrapper .pab-bottom-controls {
  display: flex;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: space-between;
  gap: 16px !important;
  margin-top: auto;
  padding-top: 12px;
  flex-shrink: 0;
}

.main-attractions-wrapper .pab-bottom-controls .button {
  flex-shrink: 0;
  font-size: 14px !important;
  white-space: nowrap;
  color: #303037 !important;
  border-color: #303037 !important;
  text-transform: capitalize !important;
  background: white !important;
  max-width: 150px !important;
  max-height: 50px !important;
  width: 100% !important;
  text-align: center !important;
  order: -1;
}

.main-attractions-wrapper .pab-arrow-buttons {
  display: flex;
  gap: 6px;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center !important;
  order: 1;
}

.main-attractions-wrapper .pab-arrow-buttons > * {
  flex-shrink: 0;
}

/* ========================================
   СТРЕЛКИ НАВИГАЦИИ
   ======================================== */

.main-attractions-wrapper .circle-arrows svg {
  width: 52px !important;
  height: 52px !important;
  cursor: pointer;
  transition: all 0.3s ease;
}


.main-attractions-wrapper .circle-arrows svg path {
  fill: #1E4558 !important;
  transition: fill 0.3s ease;
}

.main-attractions-wrapper .circle-arrows svg rect {
  stroke: #1E4558 !important;
  fill: transparent !important;
  transition: all 0.3s ease;
}

.main-attractions-wrapper .circle-arrows svg:not(.disabled):hover rect,
.main-attractions-wrapper .circle-arrows svg:not(.disabled):active rect {
  /*fill: #1E4558 !important;*/
}

.main-attractions-wrapper .circle-arrows svg:not(.disabled):hover path,
.main-attractions-wrapper .circle-arrows svg:not(.disabled):active path {
  /*fill: #ffffff !important;*/
}

.main-attractions-wrapper .circle-arrows svg.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.main-attractions-wrapper .circle-arrows svg.disabled path {
  fill: #1E4558 !important;
}

.main-attractions-wrapper .circle-arrows svg.disabled rect {
  stroke: #1E4558 !important;
  fill: transparent !important;
}

/* ========================================
   ТАБЛИЦА РОСТА
   ======================================== */

.main-attractions-wrapper .home-attraction__info-wrapper .home-attraction__info-table > div {
  display: flex !important;
  align-items: center;
  gap: 5px;
  flex-direction: row !important;
  justify-content: flex-start !important;
}

.main-attractions-wrapper .home-attraction__info-wrapper .home-attraction__info-table > div > div {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #303037 !important;
  font-size: 11px !important;
}

/* ========================================
   TABLET: 480px+
   ======================================== */

@media (min-width: 480px) {
  .main-attractions-wrapper .home-attraction__in > div:last-child {
    height: 340px !important;
  }
  
  .main-attractions-wrapper .home-attraction__info-text {
    font-size: 12px !important;
    margin-bottom: 12px !important;
  }
}

/* ========================================
   DESKTOP: 850px+ (ГОРИЗОНТАЛЬНАЯ КОМПОНОВКА)
   ======================================== */

@media (min-width: 769px) {
  .main-page-block-wrapper {
    border-radius: 48px;
    padding: 28px;
    margin: 40px 20px;
  }
  
  .main-page-block-title {
    font-size: 40px;
    line-height: 48px;
  }
  
  
  /* Заголовки увеличиваем */
  .main-attractions-wrapper .title {
    font-size: 48px !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 48px !important;
  }
  
  .main-attractions-wrapper .home-attraction {
    padding: 60px 27px !important;
  }
  
  /* Горизонтальная компоновка */
  .main-attractions-wrapper .home-attraction__in {
    flex-direction: row !important;
    height: 500px !important;
    min-height: 500px !important;
  }
  
  /* Текст слева - 50% */
  .main-attractions-wrapper .home-attraction__in > div:first-child {
    order: 0 !important;
    width: 50% !important;
    padding: 35px 45px !important;
    border-radius: 30px 0 0 30px !important;
  }
  
  /* Картинка справа - 50% */
  .main-attractions-wrapper .home-attraction__in > div:last-child {
    order: 0 !important;
    width: 50% !important;
    height: 500px !important;
    border-radius: 0 30px 30px 0 !important;
  }
  
  /* Слайдер */
  .main-attractions-wrapper .home-attraction-slider,
  .main-attractions-wrapper .html-data-slider {
    border-radius: 0 30px 30px 0 !important;
  }
  
  /* Текст */
  .main-attractions-wrapper .home-attraction__info-title {
    line-height: 1.2 !important;
    font-size: 28px !important;
    margin-bottom: 16px !important;
  }
  
  .main-attractions-wrapper .home-attraction__info-text {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
  }
  
  .main-attractions-wrapper .home-attraction__info-wrapper .home-attraction__info-table > div > div {
    font-size: 16px !important;
  }
  
  /* Нижние контролы - горизонтально */
  .main-attractions-wrapper .pab-bottom-controls {
    flex-direction: row !important;
    gap: 12px !important;
    align-items: center !important;
  }
  
  .main-attractions-wrapper .pab-bottom-controls .button {
    width: auto !important;
    max-width: 150px !important;
    order: 0;
  }
  
  /* Стрелки - inline */
  .main-attractions-wrapper .pab-arrow-buttons {
    position: static;
    transform: none;
    order: 0;
  }
  
  .main-attractions-wrapper .circle-arrows svg {
    width: 44px !important;
    height: 44px !important;
  }
  
  /* Стрелки - темный цвет */
  .main-attractions-wrapper .circle-arrows svg path {
    fill: #303037 !important;
  }
  
  .main-attractions-wrapper .circle-arrows svg rect {
    stroke: #303037 !important;
  }
  
  .main-attractions-wrapper .circle-arrows svg:not(.disabled):hover path {
    /*fill: #ffffff !important;*/
  }
  
  .main-attractions-wrapper .circle-arrows svg:not(.disabled):hover rect {
    /*fill: #ffffff !important;*/
  }
  
  .main-attractions-wrapper .circle-arrows svg.disabled path {
    fill: #303037 !important;
  }
  
  .main-attractions-wrapper .circle-arrows svg.disabled rect {
    stroke: #303037 !important;
  }
}

/* ========================================
   LARGE DESKTOP: 1024px+
   ======================================== */

@media (min-width: 1024px) {
  .main-attractions-wrapper {
    padding: 40px;
  }
  
  .pab-custom-wrapper {
    padding: 0;
  }
  
  .main-attractions-wrapper {
    margin: 40px 20px;
  }
  
  .main-attractions-wrapper .home-attraction {
    padding: 60px !important;
    margin: 0;
  }
}

/* ========================================
   EXTRA LARGE DESKTOP: 1200px+
   ======================================== */

@media (min-width: 1200px) {
  .main-page-block-wrapper {
    margin: 40px 80px;
    padding: 40px;
  }
  
  .main-page-block-title {
    font-size: 48px;
    margin: 0 0 20px 0;
  }
  
  
  .home-attraction-winter {
    padding: 60px 120px;
  }
  
  .main-attractions-wrapper, .how-to-get-wrapper {
    margin: 40px auto;
    padding: 0 80px;
  }
  
  .main-attractions-wrapper .title {
    font-size: 48px !important;
    letter-spacing: -1px !important;
    line-height: 1 !important;
  }
  
  .main-attractions-wrapper .home-attraction .tabs-whith-slider-wrap {
    flex-direction: row !important;
  }
  
  .main-attractions-wrapper .home-attraction__info-title {
    font-size: 28px !important;
    margin-bottom: 16px !important;
  }
  
  .main-attractions-wrapper .home-attraction__info-text {
    font-size: 18px !important;
  }
  
  .main-attractions-wrapper .home-attraction__info-wrapper .home-attraction__info-table > div > div {
    font-size: 18px !important;
  }
  
  .main-attractions-wrapper .home-attraction_park .tabs__in, .home-attraction .tabs__in {
    justify-content: center !important;
  }
}

@media (min-width: 1440px) {
  .main-page-block-wrapper .tabs__in .tabs__item {
    text-decoration: none!important;
  }
  
  .main-page-block-wrapper {
    margin: 40px 80px;
    padding: 60px;
    border-radius: 48px;
  }
  
  .main-attractions-wrapper {
    margin: 40px 80px;
    padding: 0;
    border-radius: 48px;
  }
}

@media (min-width: 1920px) {
  .main-page-block-wrapper {
    margin: 40px 120px;
  }
  
  .main-attractions-wrapper {
    margin: 40px 120px;
  }
}


.main-attractions-wrapper .html-data-slider .slick-prev {
  display: block !important;
  background-image: url("/local/templates/main/css/../img/arrow-left-winter.svg") !important;
  left: 0;
}

.main-attractions-wrapper .html-data-slider .slick-next {
  display: block !important;
  background-image: url("/local/templates/main/css/../img/arrow-right-winter.svg") !important;
  right: 0;
  left: auto;
  background-position: 90% 50%;
}

@media (min-width: 768px) {
  .main-page-block-title br {
    display: none;
  }
}

/* End */


/* Start:/local/templates/main/css/holiday.css?17671078305790*/
/* Фон секции */
.holiday-bg {
  background: #FFB8E8!important;
  position: relative;
}

.holiday-title {
  margin-top: 16px;
}

.holiday-present {
  position: absolute;
  bottom: 0;
  right: 121px;
  width: 108px;
  height: 60px;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

/* Гирлянда */
.holiday-tinsel {
  position: absolute;
  top: 0;
  right: 0;
  width: 174px;
  height: 52px;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

.holiday-balls {
  position: absolute;
  top: 132px;
  left: 3px;
  width: 71px;
  height: 99px;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

/* Текст описания */
.holiday-text {
  color: #303037;
  font-family: Gotham, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin: 0 0 32px 0;
  line-height: 1.5;
  z-index: 2;
}

.hidden-mobile-text {
  display: none;
}

/* Контейнер карточек */
.holiday-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Карточка праздника */
.holiday-card {
  position: relative;
  width: 100%;
  min-height: 320px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.holiday-card:hover {
  transform: translateY(-4px);
}

/* Градиентный оверлей для читаемости текста */
.holiday-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  pointer-events: none;
}

/* Контент карточки */
.holiday-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 285px;
  padding: 20px;
}

/* Заголовок карточки */
.holiday-card__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.holiday-card__title {
  font-family: Gotham, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.holiday-card__subtitle {
  font-family: Gotham, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.holiday-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: #FFFFFF;
  border-radius: 48px;
  font-family: Gotham, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #303037;
  text-decoration: none;
  align-self: flex-start;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Кнопка */
.holiday__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: #0FA2FF;
  border-radius: 48px;
  font-family: Gotham, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  align-self: flex-start;
  transition: all 0.3s ease;
  margin: 32px auto 16px auto;
}

.holiday__button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.holiday-card__button:hover {
  background: #F5F5F5;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Планшеты (от 481px) */
@media (min-width: 481px) {
  
  .holiday-text {
    font-size: 16px;
    margin: 0 40px 32px;
  }
  
  .holiday-card {
    min-height: 340px;
  }
  
  .holiday-card__content {
    padding: 24px;
  }
  
  .holiday-card__title {
    font-size: 24px;
  }
  
  .holiday-card__subtitle {
    font-size: 15px;
  }
  
  .holiday-card__button {
    padding: 14px 28px;
    font-size: 15px;
  }
}

/* Десктоп (от 769px) */
@media (min-width: 769px) {
  
  .holiday-present {
    right: 43px;
    width: 222px;
    height: 109px;
  }
  
  .holiday-tinsel {
    width: 248px;
    height: 73px;
  }
  
  .holiday-balls {
    top: 92px;
    left: 16px;
    width: 99px;
    height: 140px;
  }
  
  .holiday__button {
    font-size: 16px;
    line-height: 24px;
  }
  
  .holiday-text {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 60px 40px;
  }
  
  .hidden-mobile-text {
    display: inline;
  }
  
  .holiday-cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .holiday-card {
    border-radius: 40px;
    flex: 1;
    min-width: calc(50% - 15px);
    max-width: calc(50% - 15px);
    min-height: 380px;
  }
  
  .holiday-card__content {
    height: 380px;
  }
  
  .holiday-card__title {
    font-size: 26px;
  }
  
  .holiday-card__subtitle {
    font-size: 16px;
  }
  
  .holiday-card__button {
    padding: 16px 32px;
    font-size: 16px;
  }
}

/* Большие экраны (от 1200px) */
@media (min-width: 1200px) {
  
  .holiday-text {
    font-size: 20px;
    max-width: 1200px;
    margin: 0 auto 48px;
    padding: 0 20px;
  }
  
  .holiday-card {
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
    min-height: 380px;
  }
  
  .holiday-card__title {
    font-size: 28px;
  }
}

@media (min-width: 1440px) {
  .holiday-present {
    right: 160px;
    width: 254px;
    height: 141px;
  }
}

@media (min-width: 1920px) {
  .holiday-card {
    min-height: 460px;
    max-width: 375px;
  }
  
  .holiday-card__content {
    height: 460px;
  }
}

/* End */


/* Start:/local/templates/main/css/cafe-new.css?17671078307331*/
/* === BASE STYLES (Mobile First) === */

.cafe-bg {
  background: #FDF8F2 !important;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

/* Слайдер */
.cafe-slider {
  max-width: 350px;
  margin: 0 auto;
  padding: 0 20px;
}

.cafe-slider__container {
  overflow: hidden;
  margin-bottom: 36px;
}

.cafe-slider__wrapper {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.cafe-slider__slide {
  width: 100%;
  flex-shrink: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Карточка кафе */
.cafe-card {
  width: 100%;
}

.cafe-card__image-wrapper {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
}

.cafe-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.cafe-card:hover .cafe-card__image {
  transform: scale(1.05);
}

/* Белая карточка поверх изображения */
.cafe-card__info {
  min-height: 120px;
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 20px 16px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.cafe-card__text {
  flex: 1;
  min-width: 0;
}

.cafe-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0 0 6px 0;
  line-height: 1.2;
}

.cafe-card__description {
  font-size: 12px;
  line-height: 1.4;
  color: #666666;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Синяя круглая кнопка */
.cafe-card__button {
  width: 32px;
  height: 32px;
  min-width: 32px;
  flex-shrink: 0;
  background: #2196F3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(33, 150, 243, 0.25);
}

.cafe-card__button:hover {
  background: #1976D2;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.35);
}

.cafe-card__button svg {
  width: 20px;
  height: 20px;
}

/* Промо блок */
.cafe-promo {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  padding: 32px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.cafe-promo--blue {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.cafe-promo--green {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
}

.cafe-promo--orange {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
  color: white;
}

/* Управление слайдером */
.cafe-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.cafe-slider__controls.hidden {
  display: none;
}

/* Круглые кнопки навигации */
.cafe-slider__nav {
  width: 46px;
  height: 46px;
  border: 1px solid #303037;
  background: #FDF8F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #303037;
  padding: 0;
  flex-shrink: 0;
}

.cafe-slider__nav:hover {
  background: #303037;
  color: #FFFFFF;
  transform: scale(1.1);
}

.cafe-slider__nav:active {
  transform: scale(0.95);
}

.cafe-slider__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.cafe-slider__nav svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.cafe-slider__nav:hover svg {
  transform: translateX(2px);
}

.cafe-slider__nav--prev:hover svg {
  transform: translateX(-2px);
}

.cafe-slider__pagination-custom {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 80px;
  padding: 0 8px;
}

.cafe-pagination-dot {
  width: 6px;
  height: 6px;
  background: #CCCCCC;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  position: relative;
}

.cafe-pagination-dot:hover {
  background: #999999;
  transform: scale(1.2);
}

.cafe-pagination-dot.active {
  width: 24px;
  height: 6px;
  background: #1A1A1A;
  border-radius: 3px;
  animation: dotExpand 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes dotExpand {
  0% {
    width: 6px;
    border-radius: 50%;
  }
  100% {
    width: 24px;
    border-radius: 3px;
  }
}

/* === TABLET (481px+) === */
@media (min-width: 481px) {
  .cafe-slider__controls {
    gap: 20px;
  }
  
  .cafe-slider__pagination-custom {
    gap: 8px;
    min-width: 100px;
  }
  
  .cafe-pagination-dot {
    width: 8px;
    height: 8px;
  }
  
  .cafe-pagination-dot.active {
    width: 28px;
    height: 8px;
    border-radius: 4px;
  }
  
  @keyframes dotExpand {
    0% {
      width: 8px;
      border-radius: 50%;
    }
    100% {
      width: 28px;
      border-radius: 4px;
    }
  }
  
  .cafe-card__image-wrapper {
    height: 500px;
  }
  
  .cafe-card__info {
    bottom: 16px;
    left: 16px;
    right: 16px;
    padding: 18px;
  }
  
  .cafe-card__title {
    font-size: 18px;
  }
  
  .cafe-card__description {
    font-size: 13px;
  }
  
  .cafe-slider__nav {
    width: 50px;
    height: 50px;
  }
  
  .cafe-promo {
    height: 500px;
    padding: 40px 24px;
    font-size: 16px;
  }
}

/* === TABLET LANDSCAPE (768px+) === */
@media (min-width: 768px) {
  .cafe-slider {
    max-width: 100%;
    padding: 0 60px;
  }
  
  .cafe-card__info {
    border-radius: 32px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  
  .cafe-slider__controls {
    gap: 24px;
  }
  
  .cafe-slider__pagination-custom {
    min-width: 120px;
  }
  
  .cafe-pagination-dot.active {
    width: 32px;
  }
  
  @keyframes dotExpand {
    0% {
      width: 8px;
      border-radius: 50%;
    }
    100% {
      width: 32px;
      border-radius: 4px;
    }
  }
  
  .cafe-slider__slide {
    width: auto;
    min-width: 376px;
  }
}

/* === DESKTOP (1440px+) === */
@media (min-width: 1440px) {
  .cafe-slider__container {
    height: 500px !important;
  }
  
  .cafe-slider {
    padding: 0 80px;
  }
  
  .cafe-slider__controls {
    gap: 40px;
  }
  
  .cafe-slider__pagination-custom {
    min-width: 150px;
    gap: 10px;
  }
  
  .cafe-pagination-dot.active {
    width: 36px;
  }
  
  @keyframes dotExpand {
    0% {
      width: 8px;
      border-radius: 50%;
    }
    100% {
      width: 36px;
      border-radius: 4px;
    }
  }
  
  .cafe-card__image-wrapper {
    height: 500px;
    border-radius: 24px;
  }
  
  .cafe-card__info {
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px;
    border-radius: 16px;
  }
  
  .cafe-card__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  
  .cafe-card__description {
    font-size: 14px;
    line-height: 1.45;
  }
  
  .cafe-slider__nav {
    width: 56px;
    height: 56px;
  }
  
  .cafe-slider__nav svg {
    width: 24px;
    height: 24px;
  }
  
  .cafe-promo {
    height: 600px;
    border-radius: 24px;
    padding: 48px 32px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .ticket-card__note br {
    display: none;
  }
}

/* End */


/* Start:/local/templates/main/css/about-park.css?17675457952055*/
.about-park-bg {
  padding: 32px!important;
}

.about-park-title {
  font-family: Gotham, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  color: #303037;
  margin: 0 0 12px 0;
  text-align: start;
}

.about-park-content {
  position: relative;
}

.about-park-text {
  font-family: Gotham, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #303037;
  max-height: 70px!important;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
}

.about-park-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, transparent, #F3F3F3);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.about-park-text.expanded {
  max-height: none!important;
}

.about-park-text.expanded::after {
  opacity: 0;
}

.about-park-text p {
  margin: 0 0 12px 0;
}

.about-park-text p:last-child {
  margin-bottom: 0;
}

.about-park-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 0;
  background: none;
  border: none;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2196F3;
  cursor: pointer;
  transition: all 0.2s ease;
}

.about-park-toggle:hover {
  color: #1976D2;
  transform: translateX(2px);
}

.about-park-toggle__icon {
  transition: transform 0.3s ease;
}

@media (min-width: 481px) {
  .about-park-text {
    font-size: 15px;
    max-height: 80px;
  }
  
  .about-park-text::after {
    height: 55px;
  }
}

@media (min-width: 769px) {
  .about-park-bg {
    padding: 40px!important;
    
  }
  
  .about-park-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  
  .about-park-text {
    font-size: 18px;
    max-height: 70px;
  }
  
  .about-park-text::after {
    height: 60px;
  }
  .about-park-bg .about-park-toggle {
    font-size: 16px!important;
    margin-top: 12px;
  }
}

@media (min-width: 1200px) {
  .about-park-wrapper {
    margin: 40px 120px;
    padding: 40px;
  }
}

/* End */
/* /local/templates/main/css/public-transport-routes.css?17467197611526 */
/* /local/templates/main/css/styles-for-winter.css?176685566515848 */
/* /local/templates/main/css/tickets.css?17668556655940 */
/* /local/templates/main/css/main-page.css?176685566518395 */
/* /local/templates/main/css/holiday.css?17671078305790 */
/* /local/templates/main/css/cafe-new.css?17671078307331 */
/* /local/templates/main/css/about-park.css?17675457952055 */
