.grecaptcha-badge,
.wpcf7-turnstile,
.hidden-fields-container {
  display: none !important;
}

.entry-header {
  margin-bottom: 40px;
}
.burger-menu {
    z-index: 99999;
}
.header__container .header {
    z-index: 999999;
}
.fancybox__dialog {
  background: rgba(0, 0, 0, 0.8);
}

.f-panzoom__content {
  border-radius: 56px;
}

.f-carousel__toolbar__column.is-right .f-button:not([data-fancybox-close]),
.f-carousel__toolbar__column.is-left .f-counter {
  display: none !important;
}


.fancybox__dialog .f-button {

  position: relative;
  margin: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
  width: 64px;
  height: 64px;
  border-radius: 36px;
  border-width: 1px;
  border: 1px solid;
  background: #727376;
  z-index: 1;
  opacity: 1;
  border-image-source: linear-gradient(163.2deg, rgba(146, 145, 145, 0.8) 7.18%, rgba(94, 94, 94, 0.4) 46.28%);
  top: 50% !important;
}

.fancybox__dialog .f-button[data-fancybox-close] {
  margin-right: 25px;
  position: fixed;
  top: 5% !important;
}

.fancybox__dialog .fancybox__carousel>.f-button.is-arrow:before {
  width: 64px;
  height: 64px;
  border-radius: 36px;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
}

.rates-popup-winter .is-close-button,
.rates-popup .is-close-button {
  display: none;
}


.footer .footer-top .footer-form__wrap .footer-form__content .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 10px;
  left: 15px;
}



.f-panzoom__wrapper.will-zoom-in {
  cursor: unset;
}

/* Базовый размер миниатюр */
.f-thumbs__slide {
  --f-carousel-slide-width: 182px !important;
  --f-carousel-slide-height: 115px !important;
  padding: 0 12px;
  position: absolute;
  left: auto !important;
}

/* Общие стили для кнопок-миниатюр */
.f-thumbs.is-modern .f-thumbs__slide button {
  width: var(--f-carousel-slide-width) !important;
  height: var(--f-carousel-slide-height) !important;
  clip-path: none !important;
  /* убираем обрезку, если Fancybox её делает */
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-inline: 0%;
}

/* Картинки внутри миниатюр */
.f-thumbs__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: all 0.3s ease;
  /* margin: 0 12px; */
}




.f-thumbs__slide.is-selected {
  --thumb-width: 182px;
  max-width: 182px;
  margin-inline: 0 2px !important;
  margin: 0 2px !important;
}



/* Общие размеры */

.f-panzoom__content {
  max-width: 1390px !important;
  max-height: 760px !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 56px;
  transform-origin: center center !important;

}

/* Оболочка, где происходит transform */
.f-panzoom__viewport {
  max-width: 1390px !important;
  max-height: 760px !important;
  width: auto !important;
  height: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transform-origin: center center !important;
  overflow: hidden;
  transform: translate(0px, 0.0022px) scale(1) !important;
}

/* При зуме */
.f-panzoom__wrapper.will-zoom-in {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.fancybox__container {
  justify-content: center;
  gap: 20px;
}

.fancybox__carousel,
.fancybox__viewport {
  flex: unset;
}

.fancybox__container_popup .fancybox__carousel,
.fancybox__container_popup .fancybox__viewport {
  flex: 1;
}

.fancybox__slide {
  padding: 0 16px;
}

.f-thumbs__slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .6);
  /* transition: opacity 0.3s; */
  z-index: 2;
  border-radius: 8px;
}

.f-thumbs__slide.is-selected::before {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__thumbs {
  max-height: 135px !important;
  height: 100%;
}


/* Отключаем автоматический translate Fancybox */
/* Выравнивание и расстояние */
.f-thumbs__viewport {
  transform: none !important;
  justify-content: flex-start !important;
}

.f-thumbs__slide {
  position: relative !important;
  /* transform: none !important; */
  left: 0 !important;
  margin-right: 12px !important;
  transition: none !important;
}

.f-thumbs__slide:last-child {
  margin-right: 0 !important;
}

/* Убираем лишние анимации */
.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s !important;
  transition: none !important;
}

/* Размер и высота */
.f-thumbs {
  --f-thumbs-gap: 12px !important;
  --f-carousel-gap: 12px !important;
  --f-carousel-slide-width: 182px !important;
  --f-carousel-slide-height: 115px !important;
}



@media(max-width:768px) {

  .fancybox__container_popup .fancybox__carousel,
  .fancybox__container_popup .fancybox__slide {
    max-height: 500px !important;
  }

  .page-template-tpl-ski-pasy .fancybox__container_popup .fancybox__carousel,
  .page-template-tpl-ski-pasy .fancybox__container_popup .fancybox__slide {
    max-height: 800px !important;
  }


  .fancybox__carousel,
  .fancybox__slide {
    max-height: 100% !important;
  }

  .fancybox__container {
    justify-content: center;
  }
}

@media(max-width:600px) {

  .fancybox__carousel,
  .fancybox__slide {
    max-height: 400px !important;
  }

  .fancybox__container_popup .fancybox__carousel,
  .fancybox__container_popup .fancybox__slide {
    max-height: 100% !important;
  }

  .fancybox__dialog .f-button {
    width: 32px;
    height: 32px;
  }

  .fancybox__dialog .fancybox__carousel>.f-button.is-arrow:before {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
  }

  .f-button svg {
    width: 14px;
    height: 14px;
  }

  .f-panzoom__content {
    border-radius: 24px;
  }

  .f-thumbs__viewport {
    justify-content: center !important;
    max-width: 95vw;
  }
}






















.site-main.infrastructure__section {
  margin: 180px auto 100px;
}

@media (max-width: 1023px) {
  .site-main.infrastructure__section {
    margin: 100px auto 100px;
  }
}


.hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__icons .room-card__icon-item .room-card__icon {
  height: 32px;
  width: 32px;
}

.hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__icons .room-card__icon-item .room-card__icon img {
  height: 32px;
  width: 32px;
}

.hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__features li p {
  overflow-wrap: anywhere;
}

.rates-popup-winter__close,
.rates-popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rates-popup-winter__close svg,
.rates-popup__close svg {
  width: 15px;
}

.top__banner .top__banner--text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__btn {
  border-radius: 44px;
}

.hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__actions .room-card__btn_not_back {
  border-radius: 44px;
}


.entry-content ol,
.entry-content ul,
.entry-content ol ol,
.entry-content ul ul {
  list-style: auto;
  margin-bottom: 24px;
}

.entry-content ol,
.entry-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.entry-content ol ol,
.entry-content ul ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.entry-content p {
  text-transform: unset;
}

.entry-content p,
.entry-content li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.entry-content p strong,
.entry-content li strong {
  font-weight: 800;
}

.entry-content a {
  color: var(--season-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.infrastructure__section .entry-content h2 {
  font-size: 44px;
  margin-bottom: 24px;
  max-width: 100%;
  line-height: 1;
}

.hotels__content--single-simple .room-card__desc p {
  margin-bottom: 10px;
}

.single-events .hotels__content--single .hotel-card .room-card__extras .room-card__btn,
.single-entertainment .hotels__content--single .hotel-card .room-card__extras .room-card__btn,
.single-activities .hotels__content--single .hotel-card .room-card__extras .room-card__btn {
  border-radius: 44px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.single-events .hotels__content--single.hotels__content--single-simple .room-card__extras .room-card__icons.room-card__icons--two .room-card__icon-item,
.single-entertainment .hotels__content--single.hotels__content--single-simple .room-card__extras .room-card__icons.room-card__icons--two .room-card__icon-item,
.single-activities .hotels__content--single.hotels__content--single-simple .room-card__extras .room-card__icons.room-card__icons--two .room-card__icon-item,
.single-activities .hotels__content--single.hotels__content--single-simple .room-card__extras .room-card__icons.room-card__icons--four .room-card__icon-item,
.single-entertainment .hotels__content--single.hotels__content--single-simple .room-card__extras .room-card__icons.room-card__icons--four .room-card__icon-item,
.hotels__content--single.hotels__content--single-simple .room-card__extras .room-card__icons.room-card__icons--four .room-card__icon-item,
.hotels__content--single.hotels__content--single-simple .room-card__extras .room-card__icons.room-card__icons--two .room-card__icon-item {
  border-radius: 76px;
}


.load-more-btn {
  text-align: center;
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 56px;
  justify-content: center;
  transition: .3s ease;
  width: 100%;
  border: 1px solid var(--season-color);
  margin: 0 auto;
  max-width: 282px;
  color: var(--season-color);
}

.rates-popup__table-wrapper {
  grid-gap: 40px;
  gap: 40px;
}

.page-template-tpl-ski-school .filter-buttons-spa {
  margin-bottom: 0px;
}

.page-template-tpl-ski-school .table--container .rates-popup--description .rates-popup__title {
  margin-bottom: 40px;
}

.page-template-tpl-ski-school .table--container {
  margin-top: 100px;
}

.page-template-tpl-ski-school .rates-popup-winter__table-wrapper {
  gap: 40px;
}

.page-template-tpl-ski-school .ski-school .container .section-text {
  opacity: 0.75;
}

.page-template-tpl-ski-school .ski-school .container .ski-school__subtitle {
  text-transform: unset;
}

.rates-popup-winter__simple_table {
  grid-gap: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-x: auto;
}

.rates-popup-winter__simple_table .rates-popup-winter__table th {
  width: calc(100% / 4);
}


.rates-popup-winter__simple_table .rates-popup-winter__table,
.page-template-tpl-ski-school .rates-popup-winter__table {
  border-collapse: separate;
  border-spacing: 0;
  /* border: 1px solid #e2e8f0; */
  border-radius: 16px;
  overflow: hidden;
  border-right: 1px solid #F0FAF0;
  border-left: 1px solid #F0FAF0;
  border-bottom: 1px solid #F0FAF0;
  background: unset;
}

.rates-popup-winter__simple_table .rates-popup-winter__table td,
.page-template-tpl-ski-school .rates-popup-winter__table td {
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  border-width: 0.1px;
  border-style: solid;
  border-color: var(--Gray-Gray-100, rgba(242, 244, 247, 1));
}



@media (min-width: 1280px) {

  .post-type-archive-spa_center .container,
  .page-template-tpl-ski-pasy .container {
    max-width: 1200px;
  }

  .container {
    max-width: 1200px;
  }
}

.hero .swiper {
  z-index: 2;
}

.link-mobile {
  display: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;

}

.footer--home .footer-menu__content .footer-columns .column a.link-mobile {
  color: rgba(0, 0, 0, .5) !important;
}

a.link-mobile {
  margin-bottom: 24px;
}

@media(max-width:1023px) {
  .link-desctop {
    display: none;
  }

  .link-mobile {
    display: block;
  }
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.12) !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
}

.fancybox__carousel .rates-popup-winter,
.fancybox__carousel .rates-popup {
  /* background: rgb(0 0 0 / 20%) !important; */
  background: rgb(0 0 0 / 0) !important;
}

.hotels .hotels__content .hotel-card .right-card__info .hotel-card__buttons .btn {
  padding: 12px 32px;
  border-radius: 44px;
  justify-content: center;
  text-align: center;
  line-height: 100%;
}

.ski-pass__content .section-text {
  line-height: 100%;
  opacity: 0.75;
}

.ski-pass .ski-pass__filter .filter-group .filter-title {
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ski-pass .ski-pass__filter .filter-group label {
  margin: 0;
  padding: 12px 16px;
}

.ski-pass .ski-pass__filter .filter-group {
  margin-bottom: 32px;
}

.faq {
  margin: 100px 0;
}

.ski-school {
  margin: 100px 0;
}

.hotels .hotels__content .hotel-card__info .hotel-card__price-range {
  margin-bottom: 40px;
}

.hero-inner p {
  line-height: 100%;
  opacity: 0.75;
}

.hero-inner h2 {
  font-size: 72px;
  line-height: 100%;
}

.hero-tab {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
}

.hero-tab span {
  font-weight: 500;
}

.hero-slider .swiper-slide {
  min-height: 800px;
}

.hero-inner {
  max-width: 1200px;
}

.hotels .hotels__header--text {
  line-height: 100%;
  opacity: 0.75;
  margin-bottom: 24px;
}

.hotels .hotels__header--title {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
}

.post-type-archive-spa_center .hotels .hotels__header--title {
  max-width: 100%;
}

.events-template-default .hotels__content--single .hotel-card .hotel-gallery-desktop {
  position: relative;
}

.post-type-archive-activities .hotels {
  margin: 100px 0 40px;
}

.post-type-archive-activities .ski-school {
  margin: 100px 0;
}


.hotels {
  margin: 100px 0;
}

.post-type-archive-entertainment .hotels {
  margin: 100px 0 80px;
}

.post-type-archive-entertainment .list-items,
.post-type-archive-events .list-items,
.post-type-archive-activities .list-items {
  row-gap: 80px;
  column-gap: 40px;
}

.hotels-single {
  margin: 100px 0;
}

.hotels .hotels__header {
  margin-bottom: 40px;
}

.hotels .hotels__content .hotel-card {
  margin: 0;
}

.single-activities .hotels .hotels__header {
  margin: 0;
}

.single-activities .hotels {
  margin: 100px 0 40px;
}

.single-activities .hotels-single {
  margin: 40px 0 100px;
}

.hotels .hotels__content {
  gap: 100px;
}

.single-events .hotels__header {
  margin-bottom: 0px;
}

.single-events .hotels {
  margin: 200px 0 40px;
}

@media(max-width:1024px) {
  .single-events .hotels {
    margin: 150px 0 40px;
  }
}

@media(max-width:768px) {
  .single-events .hotels {
    margin: 100px 0 40px;
  }
}

.single-events .hotels-single {
  margin: 40px 0 100px;
}


.hotels .hotels__content .hotel-card:last-of-type(1) {
  margin-bottom: 0px;
}

.post-type-archive-restaurants .hotels-single .hotels__content--single .hotel-card .room-card__info h3 {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 100%;
}

.post-type-archive-restaurants .hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__features p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__features li {
  gap: 8px;
}

.hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__features li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__icons .room-card__icon-item .room-card__icon-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}

.hotels-single .hotels__content--single .hotel-card {
  border-bottom: 1px solid rgba(39, 44, 49, 0.04);
  padding-bottom: 40px;
}

.single-events .hotels__content--single .hotel-card,
.single-activities .hotels__content--single .hotel-card {
  padding-bottom: 0px;
}

.hotels-single .hotels__content--single .hotel-card:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__actions {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__actions .room-card__btn_not_back {
  background-color: #fff;
  border: 1px solid var(--season-color);
  color: var(--season-color);
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  height: 72px;
  justify-content: center;
  margin: 0 auto;
  max-width: 490px;
  width: 100%;
}

.ski-school .container .ski-school__icons .icon-card img {
  height: 32px;
  width: 32px;
}

.ski-school .container .ski-school__icons .icon-card {
  line-height: 100%;
}

.post-type-archive-spa_center .hotels .hotels__content p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}

.single-spa_center .hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__icons .room-card__icon-item .room-card__icon,
.single-spa_center .hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__icons .room-card__icon-item .room-card__icon img {
  height: 32px;
  width: 32px;
  max-width: 32px;
}


.burger-columns .column h3 {
  color: hsl(0 0% 100% / 1);
}

.footer .footer-menu__content .footer-columns .column h3 {
  color: hsla(0, 0%, 100%, 1);
}

.season-toggle {
  cursor: pointer;
}

.top__banner {
  background-position: center;
  background-repeat: no-repeat;
}

.burger-footer__links {
  display: none;
}

.footer .footer-top .footer-form__wrap .footer-form__content .footer-form__content--block .footer-form__title {
  line-height: 100%;
}

.footer .footer-top .footer-form__wrap .footer-form__content .footer-form__content--block .footer-form__desc {
  line-height: 100%;
  opacity: 0.75;
}

.rates-popup__table {
  background: unset;
  border-radius: 0;
}

.infrastructure__section .infrastructure-slider .slide-card .slide-info .slide-info__block {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid;
  border-image-source: linear-gradient(163.2deg, rgba(255, 255, 255, 0.24) 7.18%, rgba(255, 255, 255, 0.16) 46.28%);
}

.infrastructure__section .infrastructure-slider .slide-card .slide-info {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));
}

.rates-popup__table {
  border-collapse: separate;
  /* border: 1px solid #F0FAF0; */
  border-radius: 16px;
  border-right: 1px solid #F0FAF0;
  border-left: 1px solid #F0FAF0;
  border-bottom: 1px solid #F0FAF0;
}

.infrastructure__section .infrastructure-slider .slide-card .slide-info .amenities .amenity {
  backdrop-filter: blur(16px);
  padding: 4px;
}

.infrastructure__section .infrastructure-slider .slide-card .slide-info .slide-info__block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: unset;
}

.infrastructure__section .infrastructure-slider .slide-card .slide-info .slide-info__block ul li span {
  padding-left: 8px;
}

.info-map a {
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
}

.single-spa_center .rates-popup__table td {
  background-color: #fff;
  /* фон ячеек */
}

.single-spa_center .rates-popup__table thead th {
  background: #F7F7F7;
  color: #000;
  height: 88px;
}

.rates-popup__table.rates-popup__table--sub.rates-popup__table--info thead th {
  height: 100%;
}

.single-spa_center .rates-popup__table td,
.single-spa_center .rates-popup__table th {
  border-bottom: none;
  padding: 16px 32px;
}

.single-spa_center .rates-popup__table.rates-popup__table--info {
  background: #F5F7FA;
  border-radius: 16px;
}

.single-spa_center .rates-popup__table.rates-popup__table--info thead th {
  background: #F7F7F7;
  color: #2B81D6;
}

.single-spa_center .table--container .rates-popup__table.rates-popup__table--info thead th svg {
  color: #2B81D6;
  width: 24px;
  height: 24px;
  min-width: 24px;
}

/* .rates-popup__table tbody td {
  border-right: 1px solid #F0FAF0;
  border-left: 1px solid #F0FAF0;
  
} */

/* .rates-popup__table tbody tr:nth-last-child(1) td {
  border-bottom: 1px solid #F0FAF0;
  
} */





.rates-popup-winter__table tbody .col-1 .per--day__block,
.rates-popup-winter__table tbody .col-2 .per--day__block,
.rates-popup-winter__table tbody .col-3 .per--day__block {
  grid-gap: 8px;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.rates-popup-winter__table tbody .col-1 .discount--block,
.rates-popup-winter__table tbody .col-2 .discount--block,
.rates-popup-winter__table tbody .col-3 .discount--block {
  grid-gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rates-popup-winter__table tbody .col-1 .discount--block p,
.rates-popup-winter__table tbody .col-2 .discount--block p,
.rates-popup-winter__table tbody .col-3 .discount--block p {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.rates-popup-winter__table tbody .col-1 .discount--block span,
.rates-popup-winter__table tbody .col-2 .discount--block span,
.rates-popup-winter__table tbody .col-3 .discount--block span {
  background: rgba(247, 144, 9, .1);
  border-radius: 10px;
  color: #f79009;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 4px 8px;
}

.rates-popup-winter__table thead .top-block span {
  margin: unset;
  margin-top: 8px;
}

.rates-popup-winter__table .top-block span {
  background: #fff;
  border-radius: 24px;
  color: #216cb8;
  display: block;
  font-size: 12px;
  margin: 8px auto 0;
  padding: 4px 12px;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}


.iteractive-map__top {
  display: flex;
  align-items: end;
  margin-bottom: 64px;
  width: 100%;
  justify-content: space-between;
}

.iteractive-map__top .events__title {
  margin-bottom: 0;
}

.iteractive-map__top-left {
  flex-basis: calc(100% - 301px);
}

.expand-map-btn {
  align-items: center;
  border: 1px solid #0cb949;
  border: 1px solid var(--season-color);
  border-radius: 44px;
  color: #0cb949;
  color: var(--season-color);
  display: flex;
  font-size: 18px;
  height: 56px;
  justify-content: center;
  transition: .3s;
  width: 100%;
  max-width: 301px;
  gap: 4px;
  padding: 12px 32px;

}


.iteractive-map .map-svg-wrapper .points-data-wrapper {
  border: 1px solid;
  border-image-source: linear-gradient(163.2deg, rgba(146, 145, 145, 0.8) 7.18%, rgba(94, 94, 94, 0.4) 46.28%);
  backdrop-filter: blur(10px);
  background: #00000066;
}

.iteractive-map .map-svg-wrapper .points-data-wrapper {
  left: 20%;
  top: 26%;
  height: fit-content;
}

.iteractive-map .map-svg-wrapper .points-data-wrapper .point-data-content p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}

.points-data-wrapper .swiper-button-prev.swiper-button-disabled,
.points-data-wrapper .swiper-button-next.swiper-button-disabled {
  display: none;
}

.points-data-wrapper .point-item .point-item_top {
  padding: 0 26px;
}

.iteractive-map .swiper-button-next:after,
.iteractive-map .swiper-button-prev:after {
  color: #fff;
  font-size: 12px;

}

.iteractive-map .swiper-button-next,
.iteractive-map .swiper-button-prev {
  width: 64px;
  height: 64px;
  border-radius: 36px;
  border-width: 1px;
  padding: 4px 24px;
  border: 1px solid;
  background: #727376;
  z-index: 1;
  opacity: 1;
  border-image-source: linear-gradient(163.2deg, rgba(146, 145, 145, 0.8) 7.18%, rgba(94, 94, 94, 0.4) 46.28%);
  position: absolute;
}

.iteractive-map .swiper-button-next {
  right: -42px;
}

.iteractive-map .swiper-button-prev {
  left: -42px;
}

.iteractive-map .points-data-wrapper,
.iteractive-map .points-data-wrapper .point-data-content {
  overflow: visible;
}




.home .cf7-success-popup,
.popup_hero_fixed_button {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(30, 30, 30, 0.95);
  padding: 40px 16px 80px 16px;
  border-radius: 56px;
  color: #fff;
  z-index: 9999;
  width: 560px;
  max-width: 90%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 269px;
  border: 1px solid rgba(255, 255, 255, 0.4);

  background-blend-mode: color-dodge;
  backdrop-filter: blur(48px);
}

.popup_hero_fixed_button {
  height: auto;
  width: 604px;
  padding: 40px 16px 58px 16px;
  background: rgba(0, 0, 0, 0.24);
  top: 40%;
}

.home .cf7-success-popup__content,
.popup_hero_fixed_button__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup_hero_fixed_button__content {
  gap: 40px;
}

.home .cf7-success-popup__title,
.popup_hero_fixed_button__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  color: #FFFFFF;
}

.home .cf7-success-popup__text,
.popup_hero_fixed_button__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  opacity: 0.75;
}

.popup_hero_fixed_button__text {
  max-width: 380px;
  margin: 0 auto;
  font-weight: 300;
}

.home .cf7-success-popup__close,
.popup_hero_fixed_button__close {
  position: absolute;
  top: 15px;
  right: 25px;
  background: transparent;
  border: none;
  font-size: 29px;
  font-weight: 100;
  color: #fff;
  cursor: pointer;
  /* background: rgba(217, 217, 217, 0.31); */
  background: rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 100%;
  /* padding: 12px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_hero_fixed_button__btn {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  height: 56px;
  border-radius: 36px;
  gap: 12px;
  padding: 4px 12px;
  margin: 0 auto;
  width: 230px;
  justify-content: center;
}

.popup_hero_fixed_button__inner {
  justify-content: space-between;
  padding: 26px 24px;
}

.popup_hero_fixed_button__btn-text {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
}

.popup_hero_fixed_button__btn-first-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}

.popup_hero_fixed_button__btn-second-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}

.popup_hero_fixed_button__img {
  background-color: rgba(12, 185, 73, 1);
  width: 32px;
  height: 32px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.theme-winter .popup_hero_fixed_button__img {
  background-color: var(--season-color);
}

.popup_overlay {
  display: none;
  /* скрыт по умолчанию */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* затемнённый фон */
  z-index: 9998;
  /* ниже попапа */
}






.home .cf7-success-popup__icon {
  margin: 0 auto;
  display: block;
  width: 48px;
}


body.body-overlay::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  /* ниже попапа, но выше контента */
}


.map-svg-wrapper.ios-fullscreen {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh !important;
  z-index: 9999;
  background: #000;
}




.floating-widget {
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.floating-widget .widget-buttons {
  pointer-events: visible;
  gap: 74px;
}

.list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 100px;
}





.filter-buttons-spa .filter-btn {
  background: transparent;
  border: 1px solid #000;
  border-radius: 36px;
  cursor: pointer;
  padding: 24px;
  transition: all .3s ease;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}

.post-type-archive-events .filter-buttons-spa {
  margin-bottom: 0;
}

.post-type-archive-events .ski-school {
  margin: 80px 0 100px;
}

.post-type-archive-events .hotels {
  margin: 100px 0 80px;
}

.footer--home .bottom-footer .burger-footer__contacts {
  display: flex !important;
}

.footer--home .bottom-footer .burger-footer__contacts .contact-card .contact-card__block a,
.footer--home .bottom-footer .burger-footer__contacts .contact-card .contact-card__block .label {
  color: #000000;
}

.bottom-footer .burger-footer__contacts .contact-card .contact-card__block a,
.bottom-footer .burger-footer__contacts .contact-card .contact-card__block .label {
  color: rgba(255, 255, 255, 1);
}

.close-map-btn {
  z-index: 1;
  align-items: center;
  border: 1px solid #0cb949;
  border: 1px solid var(--season-color);
  border-radius: 44px;
  color: #0cb949;
  color: var(--season-color);
  display: flex;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  transition: .3s;
  width: 100%;
  max-width: 146px;
  gap: 4px;
  padding: 8px 25px;
  position: fixed;
  right: 20px;
  top: 20px;
  background: #fff;
}

.close-map-btn.hide-close-map-btn {
  display: none;
}



.iteractive-map .map-svg-wrapper.active-map {
  border-radius: 0 !important;
  background: #e5e7ec;
}

.infrastructure__section .infrastructure-slider.infrastructure-slider-entertainment .slide-card .slide-info .amenities {
  justify-content: flex-start;
}




.entertainment.hotels .hotels__header--title {
  max-width: 887px;
  font-size: 45px;
  line-height: 52px;
  font-weight: 500;
}

.single-activities .hotels .hotels__header--title,
.post-type-archive-activities .entertainment.hotels .hotels__header--title {
  max-width: 887px;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
}

.single-events .entertainment.hotels .hotels__header--title {
  max-width: 100%;
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
}

.single-events .hotels__content--single .hotel-card .room-card__info h3 {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
}

.post-type-archive-entertainment .ski-school {
  margin: 80px 0 100px;
}

.room-card {
  overflow: unset;
}

.top__banner .top__banner--text p {
  max-width: 594px;
}

.hotels-single .hotels__content--single .hotel-card .hotel-gallery-desktop .hotel-gallery__main img,
.hotels-single .hotels__content--single .hotel-card .hotel-gallery-desktop .hotel-gallery__side .hotel-gallery__thumb img {
  cursor: pointer;
}

/* .worktime-lines {
  display: block;
  background: rgba(0, 0, 0, 0.05);
  padding: 4px 8px;
  border-radius: 4px;
  margin-top: 4px;
} */

.hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__price {
  grid-gap: 16px;
  align-items: center;
  display: flex;
  font-size: 32px;
  font-weight: 500;
  gap: 16px;
  line-height: 44px;
  margin-bottom: 8px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__price .btn-rates {
  align-items: center;
  background: #f5f7fa;
  border: 1px solid #fff;
  border-radius: 24px;
  box-shadow: 0 4px 8px 0 rgba(12, 185, 73, .04), 0 2px 4px 0 rgba(0, 2, 70, .04);
  color: #0cb949;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 24px;
  padding: 16px;
}

.hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__price .btn-rates__winter {
  color: #0cb949;
  color: var(--season-color);
  display: none;
}

.hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__icons {
  margin: 0px auto 40px;
}

.single-entertainment .hotels-single .hotels__content--single .hotel-card .room-card__extras,
.single-events .hotels-single .hotels__content--single .hotel-card .room-card__extras,
.single-activities .hotels-single .hotels__content--single .hotel-card .room-card__extras {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  gap: 40px;
  align-items: center;
}

.single-entertainment .hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__icons,
.single-events .hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__icons,
.single-activities .hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__icons {
  margin-bottom: 0;
}

.hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__price {
  margin-bottom: 40px;
}

.single-entertainment .hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__price,
.single-events .hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__price,
.single-activities .hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__price {
  margin-bottom: 0px;
}


.single-entertainment .hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__features,
.single-events .hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__features,
.single-activities .hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__features {
  /* flex-direction: column !important; */
  flex-wrap: wrap;
}

/* Первый элемент занимает 100% ширины */
/* .single-entertainment .hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__features li:first-child,
.single-events .hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__features li:first-child,
.single-activities .hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__features li:first-child {
    flex: 1 1 100%;
    background: transparent;
} */



.single-entertainment .rates-popup__inner,
.single-entertainment .rates-popup-winter__inner,
.single-events .rates-popup__inner,
.single-events .rates-popup-winter__inner,
.single-activities .rates-popup__inner,
.single-activities .rates-popup-winter__inner {
  padding: 32px;
}

.single-entertainment .rates-popup .rates-popup--description .rates-popup__title,
.single-events .rates-popup .rates-popup--description .rates-popup__title,
.single-activities .rates-popup .rates-popup--description .rates-popup__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 24px;
}

.single-entertainment .rates-popup .rates-popup--description,
.single-entertainment .rates-popup-winter__inner .rates-popup--description,
.single-events .rates-popup .rates-popup--description,
.single-events .rates-popup-winter__inner .rates-popup--description,
.single-activities .rates-popup .rates-popup--description,
.single-activities .rates-popup-winter__inner .rates-popup--description {
  margin-bottom: 19px;
}

.single-entertainment .rates-popup-winter__inner .rates-popup--description,
.single-events .rates-popup-winter__inner .rates-popup--description,
.single-activities .rates-popup-winter__inner .rates-popup--description {
  grid-gap: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0 24px 32px;
}

.single-entertainment .rates-popup__table-wrapper,
.single-events .rates-popup__table-wrapper,
.single-activities .rates-popup__table-wrapper {
  grid-gap: 19px;
  gap: 19px;
}

.single-entertainment .rates-popup__table.rates-popup__table--sub.rates-popup__table--info,
.single-events .rates-popup__table.rates-popup__table--sub.rates-popup__table--info,
.single-activities .rates-popup__table.rates-popup__table--sub.rates-popup__table--info {
  border-collapse: collapse;
}

.single-entertainment .rates-popup__table.rates-popup__table--sub.rates-popup__table--info thead th,
.single-events .rates-popup__table.rates-popup__table--sub.rates-popup__table--info thead th,
.single-activities .rates-popup__table.rates-popup__table--sub.rates-popup__table--info thead th {
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(12, 185, 73, 1);
  display: flex;
  border-radius: 16px;
  gap: 20px;
  padding: 16px 32px;
  align-items: center;
  background: rgba(245, 247, 250, 1);
}

.single-entertainment .rates-popup__table.rates-popup__table--sub.rates-popup__table--info thead th>svg,
.single-events .rates-popup__table.rates-popup__table--sub.rates-popup__table--info thead th>svg,
.single-activities .rates-popup__table.rates-popup__table--sub.rates-popup__table--info thead th>svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.single-entertainment .rates-popup__buttons,
.single-events .rates-popup__buttons,
.single-activities .rates-popup__buttons {
  padding: 24px 32px;
  margin-top: 0;
}

.single-entertainment .rates-popup__buttons .btn,
.single-events .rates-popup__buttons .btn,
.single-activities .rates-popup__buttons .btn {
  border-radius: 44px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 32px;
  transition: .2s;
}

.rates-popup__buttons .btn--white {
  background: #fff;
  color: rgba(12, 185, 73, 1);
  padding: 12px 32px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  border: 1px solid rgba(12, 185, 73, 1);
}











/* === THEAD === */
.rates-popup__table thead th {
  /*  border-bottom: 1px solid rgba(242, 244, 247, 1); */
}

/* Убираем любые бордеры между th */
/* .rates-popup__table thead th:not(:last-child) {
  border-right: none;
} */




.rates-popup__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /* border: 1px solid #e2e8f0; */
  border-radius: 16px;
  overflow: hidden;
}

/* === THEAD === */
.rates-popup__table thead th {
  background: rgba(242, 244, 247, 1);
  color: rgba(14, 48, 82, 1);
  font-size: 20px;
  font-weight: 600;
  padding: 20px 16px;
  border: none;
  /* полностью убираем бордеры */
}

/* Скругления верхних углов */
.rates-popup__table thead tr:first-child th:first-child {
  border-top-left-radius: 16px;
}

.rates-popup__table thead tr:first-child th:last-child {
  border-top-right-radius: 16px;
}

/* === TBODY === */
.rates-popup__table td {
  font-size: 16px;
  line-height: 28px;
  padding: 16px;
  /* border-bottom: 1px solid rgba(242, 244, 247, 1);
  border-right: 1px solid rgba(242, 244, 247, 1);  бордер между колонками только в tbody */

  border-width: 0.1px;
  border-style: solid;
  border-color: var(--Gray-Gray-100, rgba(242, 244, 247, 1));
}

/* У последней ячейки в строке — без правого бордера */
.rates-popup__table td:last-child {
  border-right: none;
}

/* Последняя строка — без нижнего бордера */
.rates-popup__table tbody tr:last-child td {
  border-bottom: none;
}

/* Скругления нижних углов */
.rates-popup__table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.rates-popup__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}












.hotels-single .hotels__content--single .hotel-card .hotel-card__gallery--mobile .swiper-slide {
  opacity: 0.4;
}

.hotels-single .hotels__content--single .hotel-card .hotel-card__gallery--mobile .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.hotels-single .hotels__content--single .hotel-card .hotel-card__gallery--mobile .swiper-slide-nextб .hotels-single .hotels__content--single .hotel-card .hotel-card__gallery--mobile .swiper-slide-prev {
  opacity: 0.4;
}

.page-path .page-path-dash,
.page-path a {
  color: #fff;
  opacity: 0.5;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 500;
}

.page-path .breadcrumb_last {
  font-weight: 500;
  opacity: 1;
}




.hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__price .btn-rates {
  gap: 8px;
}


.hero-fix-btn {
  position: absolute;
  right: 0;
  top: calc(50% - 23px);
}

@media(max-width:1023px) {
  .hero-fix-btn {
    position: static;
    margin-top: 16px;
  }
}




.hotel-card__gallery--mobile {
  overflow: visible;
}

.post-type-archive-entertainment .list-item__content,
.post-type-archive-activities .list-item__content,
.post-type-archive-events .list-item__content {
  padding-right: 72px;
  position: relative;
}

.post-type-archive-entertainment .list-item__content svg,
.post-type-archive-activities .list-item__content svg,
.post-type-archive-events .list-item__content svg {
  position: absolute;
  right: 0;
  top: calc(50% - 25px);
  transition: transform 0.4s ease;
}

.post-type-archive-entertainment .list-item:hover svg,
.post-type-archive-activities .list-item:hover svg,
.post-type-archive-events .list-item:hover svg {
  transform: translateX(8px);
  /* сдвиг вправо */
}


.burger-columns,
.footer-columns {
  display: flex;
  flex-wrap: nowrap;
  /* всё в одну строку */
  gap: 20px;
  /* расстояние между колонками */
}

.burger-columns .column,
.footer-columns .column {
  flex: 1 1 0;
  /* колонки равной ширины */
  min-width: 0;
  /* чтобы текст не ломал flex */
}

/* Если нужно ограничить строго 5 колонок */
.burger-columns .column:nth-child(n+11),
.footer-columns .column:nth-child(n+11) {
  display: none;
  /* скрываем лишние колонки */
}

.burger-menu.active .floating-widget.burger-footer__links {
  display: none;
}

.booking-section {
  margin: 200px auto 120px;
}

.booking-page-container {
  border-radius: 36px;
}

.top__banner--school.top__banner {
  height: 480px;

}

.page-template-tpl-ski-school .ski-school {
  margin: 100px 0;
}



.top__banner--school.top__banner .top__banner--title {
  color: #fff;
  font-size: 72px;
  line-height: 88px;
  margin-top: 16px;
  font-weight: 600;
}

.single-entertainment .top__banner .top__banner--title,
.single-events .top__banner .top__banner--title,
.single-activities .top__banner .top__banner--title {
  max-width: 820px;
}


.single-events .tags__list-item {
  position: absolute;
  top: 40px;
  left: 40px;
}

.burger-footer__socials {
  flex-wrap: wrap;
}

.hotels .hotels__content .hotel-card .hotel-card__gallery--desktop .hotel-card__thumbnails img {
  height: 80px;
  opacity: 1;
  min-width: 103px;
}

.hotels .hotels__content .hotel-card .hotel-card__gallery--desktop .hotel-card__main-img img {
  cursor: pointer;
}

.hotels .hotels__content .hotel-card .hotel-card__gallery--desktop .hotel-card__thumbnails {
  overflow: unset;
  overflow-x: hidden;
  cursor: grab;
  user-select: none;
}

.hotels .hotels__content .hotel-card .hotel-card__gallery--desktop .hotel-card__thumbnails .hotel-card__thumbnail {
  position: relative;
  min-width: 103px;
  overflow: hidden;
  pointer-events: none;
}

.hotels .hotels__content .hotel-card .hotel-card__gallery--desktop .hotel-card__thumbnails .hotel-card__thumbnail::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .6);
  /* transition: opacity 0.3s; */
  z-index: 2;
  border-radius: 24px;
}

.hotels .hotels__content .hotel-card .hotel-card__gallery--desktop .hotel-card__thumbnails .hotel-card__thumbnail img {
  /* width: 100%; */
  /* height: 100%; */
  object-fit: cover;
  display: block;
  z-index: 1;
  pointer-events: visible;
  max-width: 104px;
}

.hotels .hotels__content .hotel-card .hotel-card__gallery--desktop .hotel-card__thumbnails .hotel-card__thumbnail.active::before {
  opacity: 0;
}

.hotels .hotels__content .hotel-card .hotel-card__gallery--desktop .hotel-card__thumbnails .hotel-card__thumbnail.active img {
  opacity: 1;
}

.hotels .hotels__content .hotel-card .hotel-card__gallery--desktop .hotel-card__thumbnails .hotel-card__thumbnail.active::before {
  opacity: 0;
}


.hotels .hotels__content .hotel-card .hotel-card__gallery--desktop .hotel-card__thumbnails.dragging {
  cursor: grabbing;
}

.infrastructure__section .infrastructure-slider .swiper-slide {
  filter: grayscale(0);
}


.close-map-btn svg {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

@media (min-width: 1280px) {
  .page-template-tpl-ski-school .container {
    max-width: 1200px;
  }

}

@media (max-width: 1280px) {
  .floating-widget {
    max-width: 1200px;
  }
}

.list-item {
  flex-basis: calc((100% - 40px) / 2);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 48px;
}

.post-type-archive-events .list-item {
  background-position: bottom;
}

.tags__list-item {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tag__list-item {
  display: flex;
  gap: 4px;
  align-items: center;
  border-radius: 32px;
  padding: 8px 16px;
  background-color: #FFFFFF;
}

.tag__list-item img {
  width: 24px;
  height: 24px;
}

.list-item__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 16px;

}

.list-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}

.list-item_text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.events__link {
  margin: 104px auto 0;
}

.single-hotels .rates-popup-winter__table--sub thead th {
  background: #e9eff6;
}

.hotel-card__body .swiper-button-next.swiper-button-disabled,
.hotel-card__body .swiper-button-prev.swiper-button-disabled {
  opacity: 0;

}

@media (min-width: 1023px) {
  .list-item {
    min-height: 580px;
  }

}

@media (max-width: 1023px) {
  .floating-widget {
    max-width: 1024px;
  }

  .hotels-single .hotels__content--single .hotel-card .hotel-card__gallery--mobile {
    margin-bottom: 24px;
  }

  .single-events .hotels__content--single.single--photo .hotel-card__gallery--mobile {
    display: block !important;
  }

  .events-template-default .hotels__content--single .hotel-card .hotel-gallery-desktop {
    display: none !important;
  }

  .page-path .page-path-dash,
  .page-path a,
  .breadcrumb_last {
    font-size: 14px !important;
  }

  .top__banner .top__banner--title {
    font-size: 32px !important;
    line-height: 48px !important;
    margin-top: 8px !important;
  }


  .floating-widget .widget-buttons {
    gap: 24px;
  }

  .dropdown {
    width: max-content;
  }

  .site-dropdown a {
    white-space: normal;
    /* вместо nowrap */
    word-wrap: break-word;
    /* перенос длинных слов */
  }


  .hero .floating-widget .widget-buttons .btn-wrapper .camera-panel {
    left: 50%;
    transform: translateX(-50%);
  }

  .hero .floating-widget .widget-buttons .btn-wrapper .phone-panel {
    left: 0;
    transform: translateX(-20%);
  }

  .burger-columns {
    gap: 0 !important;
  }

  .post-type-archive-entertainment .list-item__content {
    padding-right: 40px;
  }

  .hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__actions .room-card__btn_not_back {
    height: 56px;
    margin: 0 auto;
  }

  .widget-buttons__wrapper .phone-wrapper,
  .burger-menu__content-wrap .widget-buttons__wrapper .camera-wrapper {
    order: 1;
  }

  .widget-buttons__wrapper .camera-wrapper,
  .burger-menu__content-wrap .widget-buttons__wrapper .map-wrapper {
    order: 2;
  }

  .widget-buttons__wrapper .map-wrapper,
  .burger-menu__content-wrap .widget-buttons__wrapper .phone-wrapper {
    order: 3;
  }

  .hero-inner h2 {
    font-size: 32px;
  }

  .infrastructure__section .infrastructure-slider .slide-card .slide-info {
    background: rgba(0, 0, 0, 0.4);
    border-image-source: linear-gradient(163.2deg, rgba(255, 255, 255, 0.24) 7.18%, rgba(255, 255, 255, 0.16) 46.28%);
  }

  .infrastructure__section .infrastructure-slider .slide-card .slide-info .slide-info__block {
    background: unset;
    backdrop-filter: unset;
  }

  .infrastructure__section .infrastructure-slider .slide-card .slide-info .slide-info__block p {
    font-size: 12px;
    line-height: 17.67px;
    margin-bottom: 0;
  }

  .infrastructure__section .infrastructure-slider .slide-card .slide-info .amenities {
    margin-bottom: 14px;
  }

  .infrastructure__section .infrastructure-slider .slide-card .slide-info .amenities .amenity {
    padding: 7px 14px;
    backdrop-filter: blur(14.133333206176758px);
  }

  .floating-widget {
    left: 0;
    justify-content: center;
    transform: translate(0);
  }

  .burger-footer__contacts {
    display: none;
  }

  .burger-menu {
    padding: 110px 20px 30px;
  }

  .burger-columns .column h3 {
    color: rgba(255, 255, 255, 1);
    line-height: 100%;
    font-weight: 500;
  }

  .burger-columns .column ul {
    border-radius: 8px;
  }

  .burger-columns .column ul li {
    padding: 4px 16px;
  }

  .burger-columns .column ul li a {
    font-weight: 400;
    font-size: 14px;
  }

  .burger-menu.active .floating-widget.burger-footer__links {
    display: block;
    position: unset;
    transform: unset;
  }

  .footer .footer-menu__content .footer-columns .column h3 {
    margin-bottom: 24px;
    color: #fff;
  }

  .footer .footer-menu__content .footer-columns .column ul li a {
    font-size: 14px;
  }

  .season-toggle__button {
    margin: 0 auto 24px;
  }

  .burger-menu__content-wrap .floating-widget .widget-buttons .btn-wrapper .map-panel {
    transform: translateX(-50%);
  }

  .burger-menu__content-wrap .floating-widget .widget-buttons .btn-wrapper .phone-panel {
    transform: translateX(-70%);
  }

  .footer .footer-menu__content .footer-columns .column ul {
    border-radius: 8px;
  }

  .footer .footer-menu__content .footer-columns .column ul li {
    padding: 4px 16px;
  }

  .burger-menu__content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 25px;
  }

  .burger-menu__content {
    margin: 0;
    display: flex;

  }

  .iteractive-map .map-svg-wrapper.active-map>svg {
    height: 100%;
    min-width: auto;
    position: absolute;
  }

  .iteractive-map .map-svg-wrapper.active-map>svg {

    position: absolute;
  }

  .iteractive-map .map-svg-wrapper.active-map .points-data-wrapper {
    bottom: 100px;
  }



}

@media (max-width: 768px) {

  .hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__icons .room-card__icon-item .room-card__icon-label {
    font-size: 10px;
    line-height: 100%;
  }

  .hotels .hotels__header--title {
    font-size: 32px;
    line-height: 44px;

  }

  .single-activities .hotels .hotels__header--title,
  .post-type-archive-activities .entertainment.hotels .hotels__header--title {
    font-size: 32px;
  }

  .post-type-archive-entertainment .entertainment.hotels .hotels__header--title {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
  }

  .post-type-archive-entertainment .hotels {
    margin: 100px 0 40px;
  }

  .post-type-archive-entertainment .ski-school {
    margin: 40px 0 100px;
  }

  .post-type-archive-activities .hotels {
    margin: 100px 0 24px;
  }

  .post-type-archive-activities .ski-school {
    margin: 24px 0 100px;
  }

  .post-type-archive-entertainment .list-items,
  .post-type-archive-events .list-items,
  .post-type-archive-activities .list-items {
    row-gap: 40px;
  }

  .single-events .entertainment.hotels .hotels__header--title {
    font-size: 32px;
    line-height: 100%;
  }

  .single-activities .hotels {
    margin: 100px 0 24px;
  }

  .single-activities .hotels-single {
    margin: 24px 0 100px;
  }

  .post-type-archive-activities .hotels .hotels__header {
    margin-bottom: 24px;
  }

  .post-type-archive-restaurants .hotels-single {
    margin: 40px 0;
  }

  .post-type-archive-restaurants .hotels {
    margin: 40px 0;
  }

  .post-type-archive-restaurants .hotels .hotels__header {
    margin-bottom: 16px;
  }

  .post-type-archive-restaurants .hotels .hotels__header--text {
    margin-bottom: 0;
  }

  .post-type-archive-restaurants .hotels-single .hotels__content--single .hotel-card .room-card__info h3 {
    font-size: 20px;
  }

  .post-type-archive-restaurants .hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__desc {
    font-size: 14px;
  }

  .post-type-archive-restaurants .hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__desc p {
    font-weight: 500;
    font-size: 14px;
  }

  .hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__desc p {
    font-weight: 500;
    font-size: 16px;
  }

  .post-type-archive-restaurants .hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__icons .room-card__icon-item {
    flex-basis: calc((100% - 16px * 2) / 3);
  }

  .post-type-archive-restaurants .hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__icons .room-card__icon-item .room-card__icon img,
  .post-type-archive-restaurants .hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__icons .room-card__icon-item .room-card__icon {
    height: 24px;
    width: 24px;
    max-width: 24px;
  }

  .post-type-archive-restaurants .hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__features p {
    font-weight: 500;
    font-size: 12px;
  }

  .hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__features li a {
    font-weight: 500;
    font-size: 12px;
  }

  .hotels-single .hotels__content--single .hotel-card .room-card__info .room-card__features li {
    padding: 6px 16px;
    border-radius: 24px;
  }

  .list-items {
    flex-direction: column;
  }

  .list-item {
    padding: 24px 24px 45px;
  }

  .list-item__title {
    font-size: 16px;
  }

  .list-item_text p {
    font-size: 14px;
  }

  .list-item__content {
    padding-right: 0;
  }







  /* .iteractive-map .map-svg-wrapper.active-map > svg {
    position: relative;
    display: block;
    margin-left: 0;  
    left: -20%;           
    width: auto;
    min-width: 100%;
    height: -webkit-fill-available;
} */

  /* .iteractive-map .map-svg-wrapper.active-map {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100dvw !important;
    height: 100dvh !important;
    background: #fff;
    overflow: hidden;
    z-index: 9999;
      overflow: auto;
    -webkit-overflow-scrolling: touch !important;
} */

  /* SVG при активации */
  /* .iteractive-map .map-svg-wrapper.active-map > svg {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top left;
    transform: rotate(90deg) translateY(-100%);
    width: 100vh; 
    height: auto;
} */


}


@media (max-width: 600px) {
  .list-item {
    padding: 24px 20px 45px;
  }
}

@media (min-width: 345px) {
  .list-item {
    min-height: 571px;
  }

}








/* Для мобилок поворот на 90° */
@media (max-width: 768px) {

  .map-svg-wrapper.active-map {
    border-radius: 0 !important;
    /* overflow: visible !important; */
    height: 100vh !important;
  }

  .map-svg-wrapper.active-map {

    width: 100vw;
    height: 100vh;

    overflow: auto;
    /* скролл по X и Y */
  }



  /* Сам SVG */
  .map-svg-wrapper.active-map>svg {
    display: block;
    min-width: 100px;
    min-height: 50vh;
    width: fit-content;
    height: 100%;
    /* transform: translateX(-50%); */
  }

  .map-svg-wrapper.active-map>svg {
    transform: rotate(90deg) translateX(21%);
  }


}








@media (max-width: 1280px) {
  .iteractive-map .map-svg-wrapper .points-data-wrapper {
    left: 24%;
  }
}

@media (max-width: 1023px) {
  .close-map-btn svg {
    min-width: auto !important;
  }

  .season-tabs--mobile {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .season-tab {
    min-width: 151;
    height: 64px;
    padding: 4px 24px;
  }

  .iteractive-map .map-svg-wrapper .points-data-wrapper {
    bottom: -100px;
    left: 40%;
    top: unset;
    transform: translate(-30%);
  }

  .season-tabs--mobile .season-tab {
    flex-shrink: 0;
    /* кнопка не сжимается */
    min-width: max-content;
    /* ширина по контенту */
  }

  .single-hotels .season-tabs--mobile,
  .page-template-tpl-ski-pasy .season-tabs--mobile {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    gap: 8px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    /* разрешаем горизонтальный скролл */
    pointer-events: auto;
    /* иногда помогает Fancybox перехвату */
  }


  .single-hotels .season-tabs--mobile::-webkit-scrollbar,
  .page-template-tpl-ski-pasy .season-tabs--mobile::-webkit-scrollbar {
    height: 6px;
    /* можно убрать если не хочешь показывать скролл */
  }

  .single-hotels .season-tabs--mobile::-webkit-scrollbar-thumb,
  .page-template-tpl-ski-pasy .season-tabs--mobile::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }

  .single-hotels .season-tab,
  .page-template-tpl-ski-pasy .season-tab {
    flex: 0 0 auto;
    /* чтобы кнопки не сжимались */
    white-space: nowrap;
  }


  .single-hotels .rates-popup-winter__table-wrapper .rates-popup-winter__table:not(.rates-popup-winter__table--sub) thead tr:nth-child(1)>th:nth-child(n + 2) {
    display: none;
  }

  .rates-popup-winter__table-wrapper .rates-popup-winter__table:not(.rates-popup-winter__table--sub) thead tr:nth-child(1) {
    background: #e9eff6;
  }

  .single-hotels .rates-popup-winter .rates-popup-winter__table-wrapper thead .top-block p {
    margin: 0;
  }

  .single-hotels .rates-popup-winter .rates-popup-winter__table-wrapper thead .top-block span {
    margin: 8px 0 0;
  }
}

@media (max-width: 768px) {
  .iteractive-map__top {
    flex-direction: column;
  }

  .expand-map-btn {
    margin: 32px auto 0;
  }


}


@media (max-width: 640px) {

  .hotels-single .hotels__content--single .hotel-card .room-card__extras .room-card__actions {
    flex-wrap: wrap;
  }

  .iteractive-map .map-svg-wrapper .points-data-wrapper {
    left: 50%;
    width: calc(100vw - 94px);
    transform: translateX(-50%);
    padding: 24px 31px;
  }

  .iteractive-map .map-svg-wrapper.active-map .points-data-wrapper {
    left: 20%;

  }



  .points-data-wrapper .point-item .point-item_top {
    padding: 0;
  }

  .iteractive-map .swiper-button-next,
  .iteractive-map .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 29px;
    border-width: 1px;
    padding: 3.25px 19.5px;

  }

  .page-path {
    flex-wrap: wrap;
  }

  .iteractive-map .swiper-button-next {
    right: -24px;
  }

  .iteractive-map .swiper-button-prev {
    left: -24px;
  }




  .single-hotels .season-tabs--mobile,
  .page-template-tpl-ski-school .season-tabs--mobile.season-tabs--mobile_tabs {
    padding-bottom: 8px;
    /* пространство для скролл-бара */
  }

  /* Кастомный скролл для Webkit (Chrome, Safari) */
  .single-hotels .season-tabs--mobile::-webkit-scrollbar,
  .page-template-tpl-ski-school .season-tabs--mobile.season-tabs--mobile_tabs::-webkit-scrollbar {
    height: 1px;
    /* высота полосы */
  }

  .single-hotels .season-tabs--mobile::-webkit-scrollbar-track,
  .page-template-tpl-ski-school .season-tabs--mobile.season-tabs--mobile_tabs::-webkit-scrollbar-track {
    background-color: rgba(217, 217, 217, 1);

  }

  .single-hotels .season-tabs--mobile::-webkit-scrollbar-thumb,
  .page-template-tpl-ski-school .season-tabs--mobile.season-tabs--mobile_tabs::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 3px;
  }


  .popup_hero_fixed_button {
    padding: 50px 16px;
    gap: 40px;
  }

  .popup_hero_fixed_button__inner {
    padding: 24px;
  }

  .home .cf7-success-popup__title,
  .popup_hero_fixed_button__title {
    font-size: 24px;
  }

  .social-btn__mobile {
    display: none !important;
  }

}



@media (max-width: 550px) {
  .rates-popup-winter__table thead th {
    max-width: 130px;
  }

  .rates-popup-winter__table td {
    max-width: 125px;
    line-height: 1.3;
  }

}



@media screen and (orientation: portrait) {
  .iteractive-map .map-svg-wrapper.active-map>svg {
    transform: rotate(90deg);
    transform-origin: top left;
    width: 100dvh;
    /* высота окна становится шириной SVG */
    height: 100dvw;
    /* ширина окна становится высотой SVG */
    position: absolute;
    top: 0;
    left: 100%;
  }

  .map-svg-wrapper.active-map .close-map-btn {
    transform: rotate(90deg);
    right: -35px;
    bottom: 65px;
    top: auto;
  }

  .iteractive-map .map-svg-wrapper.active-map .points-data-wrapper {
    /* left: 10px; */
    transform: rotate(90deg);
    top: 100px;
  }


  .iteractive-map .map-svg-wrapper.active-map .points-data-wrapper {
    position: fixed;
  }
}

@media screen and (orientation: landscape) {
  .iteractive-map .map-svg-wrapper.active-map>svg {
    transform: none;
    width: 100dvw;
    height: 100dvh;
    top: 0;
    left: 0;
  }

  /* .iteractive-map .map-svg-wrapper .points-data-wrapper {
    left: 50%;
    width: calc(100vw - 94px);
    transform: translateX(-50%);
    padding: 24px 31px;
  } */

  .iteractive-map .map-svg-wrapper.active-map .points-data-wrapper {
    bottom: 20px;
  }


}


/* Для ноутбуков в ландшафтной ориентации (примерно 1024–1280px) */
@media screen and (orientation: landscape) and (max-width: 1024px) {
  .iteractive-map .map-svg-wrapper .points-data-wrapper {
    /* твои стили для ноутбука */
    left: 50%;
    width: calc(100vw - 94px);
    transform: translateX(-50%);
    padding: 24px 31px;
  }
}






























.hero,
.hero .swiper {
  overflow: unset;

}

.rates-popup__inner {
  background-color: unset;
}



.filter-buttons-spa {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  gap: 4px;
  user-select: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  margin-bottom: 80px;
}

.filter-buttons-spa.grabbing {
  cursor: grabbing;
}

.filter-buttons-spa::-webkit-scrollbar-track {
  background-color: rgba(217, 217, 217, 1);
}


.single-spa_center .hotels-single .hotels__content--single {
  margin-bottom: 100px;
}

.single-spa_center .hotels-single .hotels__content--singleL:nth-last-of-type(1) {
  margin-bottom: 0;
}

.single-spa_center .hotels-single .hotels__content--single .hotel-card {
  border-bottom: none;
  padding-bottom: 0px;
}

.filter-buttons-spa::-webkit-scrollbar {
  height: 1px;
}

.filter-buttons-spa::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 1);
  border-radius: 3px;
}

.post-type-archive-restaurants .hotels {
  margin: 100px 0 40px;
}

.post-type-archive-restaurants .hotels-single {
  margin: 40px 0 100px;
}











.single-events .rates-popup__inner,
.single-entertainment .rates-popup__inner,
.single-activities .rates-popup__inner,
.single-hotels .rates-popup__inner {
  background: #fff;
}

.iteractive-map .map-svg-wrapper {
  border-radius: 56px;
  overflow: hidden;
  /* position: relative; */
  width: 100%;
  max-width: 1920px;
  /* для десктопа */
  margin: 0 auto;
}

.iteractive-map .map-svg-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}

.iteractive-map .map-svg-wrapper.active-map {
  border-radius: 0;
  background: #e5e7ec;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}


@media (max-width: 1023px) {
  .iteractive-map .map-svg-wrapper {
    overflow: auto;
  }

  .iteractive-map .map-svg-wrapper svg {
    min-width: 1023px;
    /* планшеты в ландшафт */
  }

  .filter-buttons-spa {
    margin: 0 16px;
  }
}

@media (max-width: 768px) {
  .map-svg-wrapper svg {
    min-width: 100%;
    height: auto;
  }

  .single-spa_center .hotels-single .hotels__content--single {
    margin-bottom: 40px;
  }

  .post-type-archive-restaurants .hotels-single {
    margin: 40px 0;
  }

  .post-type-archive-restaurants .hotels-single:nth-last-of-type(1) {
    margin: 40px 0 100px;


  }

  .post-type-archive-restaurants .hotels-single:nth-last-of-type(1) .hotels__content--single .hotel-card {
    padding-bottom: 0px;
    border-bottom: none;
  }




}






.top__banner {
  position: relative;

}

.top__banner>.container {
  z-index: 2;
}

/* общий стиль для фоновых слоёв */
.top__banner__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
  z-index: 0;
  border-radius: 0 0 56px 56px;
}

/* размытый слой под основным */
.top__banner__bg--blur {
  filter: blur(40px);
  transform: scale(1.06);
  z-index: 0;
  will-change: transform, filter;
  pointer-events: none;
  border-radius: 0 0 56px 56px;
}

/* чёткий слой поверх размытого */
.top__banner__bg--sharp {
  z-index: 1;
}

/* градиенты/темнение поверх фонов, но под контентом */
.top__banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: 0 0 56px 56px;
}

/* контент выше всех слоёв */
.top__banner__content {
  position: relative;
  z-index: 3;
  padding-top: 80px;
  color: #fff;
}

/* адаптивность: уменьшить blur и scale на мобильных */
@media (max-width: 768px) {
  .top__banner {
    height: 497px;
  }

  .top__banner__bg--blur {
    filter: blur(24px);
    transform: scale(1.06);
  }

}
















.hotel-card__main-img {
  position: relative;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 36px;
  background: rgba(114, 115, 118, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.arrow-left {
  left: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M5 1L1 5L5 9" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.arrow-right {
  right: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M1 1L5 5L1 9" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}




.hotel-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.hotel-popup.active {
  display: flex;
}

.hotel-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  /* backdrop-filter: blur(4px); */
}

.hotel-popup__content {
  position: relative;
  background: #fff;
  padding: 25px 90px;
  border-radius: 56px;
  max-width: 1380px;
  width: 100%;
  /* max-height: 1044px; */
  max-height: calc(90vh + 115px);
  z-index: 10;
  text-align: center;
  animation: fadeIn 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hotel-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
}

.hotel-popup__title {
  margin: 0;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;

}

.hotel-popup__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hotel-popup__buttons a {
  text-decoration: none;
}

/* .hotel-popup__close {
  color: #fff;
  line-height: 0.1;
  font-weight: 100;
  border: none;
  font-size: 54px;
  cursor: pointer;
  background: rgba(114, 115, 118, 1);
  width: 60px;
  height: 60px;
  border-radius: 30px;
} */
.hotel-popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 100;
  border: none;
  font-size: 54px;
  cursor: pointer;
  background: rgba(114, 115, 118, 1);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  padding: 0;
  /* убираем внутренние отступы */

}

.hotel-popup__price {
  text-align: left;
  margin-bottom: 0 !important;
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;

}

.hotel-popup__main-image {
  width: 100%;
  position: relative;
}

.hotel-popup__main-image img {
  height: 760px;
  margin: 0 auto;
  width: 100%;
  max-width: 1201px;
  /* max-height: 760px; */
  max-height: 60vh;
  border-radius: 56px;
  opacity: 1;
  object-fit: cover;
}


.hotel-popup .hotel-popup__thumbnails {
  overflow: unset;
  overflow-x: hidden;
  cursor: grab;
  user-select: none;
  display: flex;
  gap: 21.8px;
  width: 100%;
  height: 115px;
}


.hotel-popup__thumbnails .thumb-item {
  max-width: 182px;
  min-width: 182px;
  height: 100%;
  border-radius: 24px;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s;
  position: relative;
}

.hotel-popup__thumbnails .thumb-item img {
  max-width: 182px;
  min-width: 182px;
  height: 100%;
  border-radius: 24px;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s;

}

.hotel-popup .hotel-popup__thumbnails .thumb-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .6);
  /* transition: opacity 0.3s; */
  z-index: 2;
  border-radius: 24px;
  opacity: 1;
}

.hotel-popup .hotel-popup__thumbnails .thumb-item.active::before {
  opacity: 0;
}

/* Кнопки */
.hotel-popup__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hotel-popup .btn {
  padding: 12px 32px;
  border-radius: 44px;
  text-align: center;
  line-height: 100%;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  height: 56px;
  justify-content: center;
  transition: .3s ease;
  width: 100%;
}

.btn--primary {
  background-color: var(--season-color);
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 500;
  transition: background 0.2s;
}

.btn--primary:hover {
  background-color: var(--season-color);
}

.btn--secondary {
  border: 1px solid var(--season-color);
  color: var(--season-color);
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.2s;
}


.btn--secondary:hover {
  background-color: var(--season-color);
  color: #fff;
}

.hotel-popup .btn--secondary {
  display: none;
}

/* Мобільна адаптація */
@media (max-width: 600px) {
  .hotel-popup__content {
    width: 95%;
    padding: 18px;
  }

  .hotel-popup__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hotel-popup__actions {
    width: 100%;
    justify-content: space-between;
  }

  .hotel-popup__buttons {
    display: flex;
    gap: 8px;
  }
}

@media(max-width:1440px) {
  .hotel-popup__content {
    max-width: 90vw;
    padding: 25px 40px;
  }
}

@media(max-width:768px) {
  .hotel-popup__thumbnails {
    display: none !important;
  }
}


@media(max-width:600px) {
  .hotel-popup__main-image img {
    max-height: 40vh;
  }

  .hotel-popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    width: 30px;
    height: 30px;
  }

  .hotel-popup__close svg {
    width: 10px;
  }

  .arrow {

    right: 20px;
    font-size: 28px;
    width: 40px;
    height: 40px;
  }

  .hotel-popup__content {
    padding: 25px 25px;
  }
}
















/* 404 */
.error404 .site-main.infrastructure__section {
  min-height: 800px;
  width: 100%;
  margin: 0;
}

.error404-popup {
  width: 869px;
  top: 50%;
  border-radius: 56px;
  padding: 40px 16px 80px;
  gap: 24px;
  z-index: 1;
  position: absolute;
}


.error404-popup .popup_hero_fixed_button__title {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 46px;
  line-height: 100%;
  text-transform: none;
  margin-bottom: 0;
}

.error404-popup .popup_hero_fixed_button__inner {
  padding: 26px 14px;
}

.error404-popup .popup_hero_fixed_button__text {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0;
  text-transform: none;
}

.error404-popup .hero-btn {
  margin: 0 auto;
}

@media(max-width:1023px) {
  .error404-popup .popup_hero_fixed_button__title {
    font-size: 24px;
  }

  .error404-popup .popup_hero_fixed_button__inner {
    padding: 10px 0px;
  }

  .error404-popup {
    padding: 40px 16px;
    top: 45%;
  }

  .error404-popup .hero-btn {
    margin: 30px auto 0;
  }
}

@media(max-width:600px) {

  .error404-popup {

    top: 50%;
  }

}




.fancybox__dialog td:empty,
.fancybox__dialog th:empty {
  display: block;
  display: table-cell;
}

/* Overlay градиент */
.bgVideoWrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0 0 56px 56px;
  pointer-events: none;
  background:
    radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}





/* Блок */


.floating-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgb(217, 45, 32);
  opacity: .8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  z-index: 10000;
  overflow: visible;
  /* для волны */
}

.floating-button__text {
  /* position: relative; */
  z-index: 2;
  pointer-events: none;
  position: absolute !important;
  top: 25px !important;
  left: 5px !important;
  right: 5px !important;
  border-radius: 50% !important;
  width: 90px !important;
  height: 50px !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
  text-align: center !important;
  vertical-align: middle !important;
  letter-spacing: 1.5px !important;
  font-family: 'Play', sans-serif !important;
  box-sizing: border-box !important;
}

.floating-button__wave {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid rgb(217, 45, 32);
  opacity: 0.9;
  box-sizing: border-box;
  z-index: 1;
  animation: y-wave 2s infinite cubic-bezier(.37, 0, .8, .77);
}

@keyframes y-wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }

  70% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}


/* Попап */
.ski-pass-popup {
  position: fixed;
  top: 0;
  right: -488px;
  /* прячем за экраном */
  width: 485px;
  height: 100%;
  background-color: #fff;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 10001;
  transition: right 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  /* overflow-y: auto;  */
}
 .ski-pass-popup iframe{

     width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
} 

/* Попап открыт */
.ski-pass-popup--active {
  right: 0;
}

/* Крестик закрытия */
/* .yCloseIcon {
  position: fixed !important;
  top: 13px !important;
  left: calc(100% - 485px - 35px);
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  background: #fff !important;
  display: none;
  box-sizing: border-box !important;
  z-index: 10002;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.ski-pass-popup__close {
  position: absolute; /* теперь привязан к попапу */
  top: 5px;
  left: -40px; /* или right: 10px, если нужно справа */
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10002;
  cursor: pointer;
}


/* Когда попап открыт, крестик отображается */
.ski-pass-popup--active+.yCloseIcon {
  display: flex !important;
}

@media(max-width:600px) {
  .ski-pass-popup {
    width: 100%;
    padding-top: 38px;
    right: -103%;
  }

  .yCloseIcon {
    left: unset;
    right: 0;
    top: 3px !important;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  }
  .ski-pass-popup--active {
    right: 0;
}
}