html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* geologica-300 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/geologica-v1-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* geologica-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/geologica-v1-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* geologica-500 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/geologica-v1-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* geologica-600 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/geologica-v1-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* geologica-700 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/geologica-v1-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* geologica-800 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/geologica-v1-cyrillic_cyrillic-ext_latin_latin-ext-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* geologica-900 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/geologica-v1-cyrillic_cyrillic-ext_latin_latin-ext-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html,
body {
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
}

body {
  font-family: 'Geologica';
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  background: white;

}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* header start*/


/*----------*/
.container {
  max-width: 1556px;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #090A1A;
}

.info_title {
  font-weight: 700;
  font-size: 96px;
  color: #090A1A;
  margin-bottom: 100px;
}

/**************/

/************/
.glav_b_hotel {
  width: 100%;
  object-fit: cover;
  max-height: 905px;
  border-radius: 0 0 50px 50px;
  filter: brightness(80%);
}

.glav_banner {
  position: relative;
}

.glav_banner_info {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  right: 0;
  z-index: 500;
  width: 100%;
}

.breadcumbs {
  text-align: center;
  display: flex;
  justify-content: center;
}

.breadcrumbs__root {
  color: white;
  font-weight: 400;
  font-size: 14px;
  margin-right: 40px;
}

.breadcrumbs__childs a {
  color: #B8C1D2 !important;
  font-size: 14px;
}

.glav_banner_title {
  margin-top: 67px;
  font-weight: 800;
  font-size: 140px;
  height: 785px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}

.center_ban_title {
  font-size: 96px;
  text-align: left;
  max-width: 1188px;
}

.glav_banner_text {
  color: white;
  max-width: 862px;
  font-weight: 300;
  font-size: 20px;
  margin: auto;
  text-align: center;
  line-height: 1.2;
  line-height: 150%;
}

/****************/
.slider_where {
  margin-top: 140px;
}

.block_slider_where_info {
  position: absolute;
  z-index: 50;
  left: 50px;
  top: 150px;
}

.block_slider_where_title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 96px;
  line-height: 100%;
  color: white;
}

.block_slider_where_text {
  margin-bottom: 20px;
  color: white;
  font-weight: 300;
  font-size: 16px;
  max-width: 718px;
  line-height: 1.5;
}

.block_slider_where_adress {
  color: white;
  font-weight: 300;
  font-size: 16px;

}

.block_slider_where_url {
  position: absolute;
  z-index: 50;
  top: 50px;
  right: 50px;
}

/***********/
/* Общие стили для Swiper */

.swiper {

  position: relative;

}

.main-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 68px;
}

/* Миниатюры */
.thumbs-swiper {
  width: auto;
  max-width: 600px;
  height: 85px;
  position: absolute;
  bottom: 50px;
  right: 50px;

  z-index: 10;
}

.thumbs-swiper .swiper-slide {
  width: 85px !important;
  height: 85px;
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
  box-sizing: border-box;
  opacity: 1;
}

.thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border-color: white;
  border-radius: 16px;
}

.thumbs-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* Оверлей поверх картинки, только у активного */
.thumbs-swiper .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #E5622894;
  /* Твой цвет с прозрачностью */
  pointer-events: none;
  z-index: 2;
  border-radius: 16px;
}

.block_slider_where {
  position: relative;
  margin-bottom: 100px;
}

/****************/
.center_info {
  margin-top: 140px;
}

.center_info img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 50px;
}

.center_info .center_text {
  max-width: 745px;
  margin-bottom: 20px;
}

/***************/

.galereya {
  margin-top: 100px;
  margin-bottom: 100px;
}

.galer-container img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

/************/
.galer .swiper-slide {
  display: flex;
  /* для центрирования картинки */
  justify-content: center;
  align-items: center;
  height: auto;
}

.swiper.galer {
  position: relative;
}

/* Стрелки по центру между слайдами */
.galer .custom-navigation {
  position: absolute;
  top: 50%;
  left: 77%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 8px;
  /* расстояние между стрелками */
  z-index: 10;
  pointer-events: none;
  /* чтобы не мешать кликам по слайду */
  background: black;
  border-radius: 50%;
  border: none;
  width: 89px;
  height: 89px;
  justify-content: center;
}

.galer-button-prev,
.galer-button-next {
  pointer-events: all;
  /* включаем клики для кнопок */
  background: black;

  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
  padding: 0;
}

.galer-button-prev:hover,
.galer-button-next:hover {
  background: #222;
}

.galer-button-prev svg,
.galer-button-next svg {
  width: 25px;
  height: 25px;
}

/* Отключаем дефолтные стрелки */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}

.galer .swiper-button-disabled {
  opacity: 0.7;
}

/**************/
.contact_map iframe {
  border-radius: 50px;
}

.contact_map_title {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 100px;
}

.contact_map_info_text {
  font-weight: 300;
  font-size: 20px;
  color: #090A1A;
  margin-bottom: 10px;
}

.contact_map_info_text_grey {
  font-weight: 500;
  font-size: 20px;
  color: #B4B5CA;
}

/***************/
.recomend_title {
  font-weight: 800;
  font-size: clamp(36px, 6vw, 96px);
  color: #090A1A;
  margin-bottom: 100px;
}

.recomend_block_img {
  position: relative;
  margin-bottom: 40px;
}

.recomend_block_img_url {
  position: absolute;
  z-index: 50;
  top: 50px;
  right: 50px;
}

.rec_img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 50px;
}

.recomend_block_title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  color: #090A1A;
}

.recomend_block_address {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 20px;
  color: #B4B5CA;
}

.recomend_block_more {
  background: #E56228;
  color: white !important;
  display: inline-block;
  padding: 16px;
  border-radius: 25px;
}

.recomend {
  margin-bottom: 300px;
}

/**************/
.banner_star {
  margin-bottom: 10px;
  margin-top: 60px;
}

.banner_star svg {
  margin-right: 10px;

}

.hotel_ban_title {
  font-weight: 700;
  font-size: clamp(36px, 6vw, 96px);
  color: white;
  margin-bottom: 30px;
}

.banner_summ {
  color: white;
  font-weight: 300;
  font-size: 24px;
  border: 1px solid white;
  display: inline-block;
  border-radius: 50px;
  padding: 26px;
  margin-bottom: 30px;
}

.banner_site {
  font-weight: 700;
  font-size: 16px;
  color: white;
}

.banner_bron_btn {
  background: #E56228;
  color: white !important;
  display: inline-block;
  padding: 16px;
  border-radius: 25px;
  margin-top: 80px;
}

.glav_banner_info .banner_bron_btn {
  margin-top: 0;
}

.info_bot {
  margin-bottom: 30px;
}

.contact_map {
  margin-bottom: 140px;
}

.recomend_block_star {
  margin-bottom: 10px;
}

.recomend_block_star svg {
  margin-right: 10px;
}

.recomend_block_site {
  margin-bottom: 20px;
}

/***********/
.rec_slider {
  width: 100%;

  position: relative;

  flex-direction: column;
  align-items: stretch;
}

.rec_slider .swiper-wrapper,
.rec_slider .swiper-slide {
  height: auto;
  max-height: 482px;
}

.rec_slider img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 482px;
  object-fit: cover;
  border-radius: 70px;

}

/* Пагинация */
.rec_slider .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.rec_slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  width: 17px;
  height: 17px;
}

.rec_slider .swiper-pagination-bullet-active {
  background: white;
}

/********************/
.tour_logo {
  margin-top: 131px;
  text-align: center;
  margin-bottom: 30px;
}

.tour_contacts {
  font-weight: 300;
  font-size: 16px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.tour_contact {
  margin-right: 40px;
}

.tour_contact svg {
  margin-right: 10px;
}

.tour_summ {
  font-weight: 700;
  font-size: 24px;
  color: white;
  text-align: center;
}

.tour_time_info_title {
  margin-bottom: 10px;
  color: #090A1A;
  font-weight: 700;
  font-size: 24px;
}

.tour_time_info_text {
  font-weight: 400;
  font-size: 16px;
  color: #090A1A;
}

.tour_time {
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.tour_time svg {
  margin-right: 10px;
}

.btn_zayavka {
  background: #E56228;
  color: white !important;
  display: inline-block;
  padding: 16px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tour_foto {
  border-radius: 50%;
  margin-right: 70px;
}

.tour_star {
  margin-top: 60px;
  display: flex;
}

.tour_foto img {
  min-width: 136px;
}

.tour_star_info_title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 36px;
}

.tour_star_block {
  margin-top: 30px;
}

.recomend_block_img_title {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 50;
  color: white;
  font-weight: 700;
  font-size: 36px;
}

/**********/
.banner_kup_btn {
  background: #E56228;
  color: white !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border-radius: 25px;
  margin-top: 80px;
}

.teatr_ban_title {
  margin-top: 64px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: clamp(36px, 6vw, 96px);
  color: white;
}

.teatr_ban_info {
  font-weight: 300;
  font-size: 16px;
  color: white;
  margin-bottom: 30px;
}

.teatr_ban_site {
  font-weight: 300;
  font-size: 16px;
  color: white;
  display: flex;
  gap: 10px;
  align-items: center;
}

.video_youtybe {
  margin-top: -132px;

  position: relative;
  z-index: 50;
  cursor: pointer;

}

.video_youtybe img {
  border-radius: 50px;

}

.video_youtybe a img {

  width: 100%;
  max-width: 100%;
}

.youtybe_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

.map_btn {
  margin-top: 30px;
}

.sad_history {
  margin-top: 100px;
  margin-bottom: 100px;
}

/*************/

.recomend_block_img {
  position: relative;
}



/* Swiper styles for mobile */
.recomendSwiper {
  display: none;
  /* hidden by default, shown on mobile */
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

/* Desktop grid (for screens >768px) */
.recomend_grid {
  display: flex;
  gap: 20px;
}

.recomend_grid_item {
  flex: 1;
}

.recomendSwiper .swiper-pagination-bullet-active {
  background: #E56228;
}

.tour_logo img {
  height: auto !important;
}

.mob_citypass {
  display: none;
}

/* Responsive */
/*****************/
footer {
  background-color: #F4F4F4;
  border-radius: 90px 90px 0 0;
  position: relative;
}

.footer__top {
  padding: 140px 10px 40px 10px;
}

.footer__bottom {
  padding: 0 30px 10px;
}

.footer__left--title {
  font-weight: 600;
  font-size: 16px;
  color: #090A1A;
}

.footer__left--list .menu a {
  color: #929292;
}

.footer__contact--title {
  color: #000000;
}

.footer__contact--phone a {
  color: #E56228;
  font-weight: 700;
  font-size: 32px;
}

.footer__copy--left {
  color: #929292;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.footer_illus {

  position: absolute;
  right: 50px;
  bottom: 30px;
  /* width: 100%; */
  /* max-width: 100%; */
  max-width: 100%;
  height: auto;
  z-index: 0;
}

.black_fon {
  background: #1B1B1F;
}

.black_fon .footer__contact--title {
  color: white;
}

.black_fon .footer_illus path {
  fill: #242428;
}

.black_fon .footer__center--logoitem svg path {
  fill: #E56228;
}

.black_fon .footer__left--title {
  color: white;
}

.section-video .video {
  max-height: 700px;
}

.banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, #0D0D10,
      /* цвет следующего блока */
      rgba(245, 245, 245, 0)
      /* сверху прозрачный, чтобы блок был виден */
    );
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  pointer-events: none;
}

.calendar__ticket {
  position: absolute;
  bottom: 0;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;



  /* ✨ Пульсация */
  animation: pulse 1.5s infinite;
}

/* 🔥 Анимация */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 77, 109, 0.7);
  }

  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(255, 77, 109, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 77, 109, 0);
  }
}

.calendar__ticket img {
  width: 20px;
  height: 20px;
}

.video::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, #0D0D10,
      /* цвет следующего блока */
      rgba(245, 245, 245, 0)
      /* сверху прозрачный, чтобы блок был виден */
    );
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  pointer-events: none;
}

.banner {
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.32);
}

.banner .plane__body {
  z-index: 50;
}

.heade_shad {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5000;
  background: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)) !important;
}

.pagination__arrow svg path {
  stroke: #e56228;
}

.header__lang--title {
  font-weight: 500;
  font-size: 20px;
  color: rgb(255, 255, 255);
  padding-right: 34px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}

.header__lang--title::before {
  content: "";
  background: url("../img/new_site/global.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ws-star svg {
  transition: all 0.3s ease;
}

.header__lang--list {}

.header__menu--site2 {}

.banner-wrapper::after {
  height: 100%;
}

.header__menu--site2 .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
  column-gap: 60px;
  row-gap: 20px;
}

.header__menu--site2 li a {
  font-weight: 500;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.header__menu--site2 li a:hover {
  color: white !important;
}

.header__menu--site2 li a svg {
  margin-left: 10px;

}

.header__burger {
  display: none;
}

.header__burger--block {
  background-color: #090A1A;
}

.header__burger--row li a {
  font-weight: 500;
  color: white;
  font-size: 32px;
}

.menu li.has-submenu {
  position: relative;
  margin-block: 40px;
}

.menu li .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;

  padding: 10px 0;
  list-style: none;
  min-width: 200px;
  z-index: 10;
}

.submenu li a {
  font-weight: 400;
}

.menu li.has-submenu:hover .submenu {
  display: block;
  backdrop-filter: blur(8px);
  /* размываем задний фон */
  -webkit-backdrop-filter: blur(8px);
}

.menu li.has-submenu:hover .submenu li a {
  padding-left: 10px;
  margin-bottom: 5px;

}

.menu li.has-submenu:hover .submenu li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition: background-color 0.3s ease;
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 5px;
}

.burger__active header {
  background-color: #090A1A;
}

ul.pag_list li span,
ul.pag_list li a:hover {
  background: #e56228;
  color: #FFFFFF;
  border-color: #e56228;
  font-weight: 500;
  font-size: 14px;
}

ul.pag_list .pagination__arrow a,
ul.pag_list .pagination__arrow span {
  border: 1px solid #e56228;
}

.sc-blocks .sc-block:nth-child(2n) {
  margin-top: 60px;
}

.upcoming__buy span {
  white-space: nowrap;
}

.upcoming__address {
  display: none;
}

.upcoming__content {
  height: 156px;
}

.what-go_button .active {
  background: #e56228 !important;
}


.what-go__btn {
  color: #e56228 !important;
}

@media (max-width: 1200px) {
  .header__menu--site2 .menu {
    column-gap: 10px;
  }

  .footer__row {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .mobile_strelk {
    display: flex;
    justify-content: right;
  }

  .header__burger--block {
    padding-bottom: 0;
  }

  .menu li .submenu {
    display: block;
    position: relative;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    /* padding: 10px 0; */
    list-style: none;
    min-width: 200px;
    z-index: 10;
    transition: all 0.3s linear;
    cursor: pointer;
  }

  .menu li a {
    cursor: pointer;
  }

  .menu li.active .submenu {
    max-height: 100%;
    padding: 10px 0;
  }

  .menu li.has-submenu:hover .submenu {}

  .header__menu--site2 {
    display: none;
  }

  .header__burger {
    display: block;
    margin-right: 0;
    margin-left: 30px;
  }

  .submenu li a {
    font-size: 24px;
    margin-left: 15px;

  }
}

@media (max-width: 768px) {
  .footer_illus {
    position: absolute;
    right: 0px;
    top: -5%;
    bottom: 0px;
    bottom: 0px;
    height: auto;
    z-index: 0;
    width: 100%;
  }

  .footer__top {
    padding: 40px 10px 20px 10px;
  }

  .footer__copy--right {
    text-align: center;
    margin: auto;
  }

  .footer__copy--left {
    order: 1;
    margin: auto;
    margin-top: 30px;
    text-align: center;
  }

  .footer__copy--row {
    flex-wrap: wrap;
  }

  .footer__left--title {
    text-align: center;
  }

  .footer__left--list .menu li {
    text-align: center;
  }

  .footer__left--item {
    margin-right: 0;
  }

  .footer__center--logoitem svg {
    width: 100%;
    max-width: 100%;
  }

  .footer__left--item {
    margin-bottom: 30px;
  }

  .footer__left {
    flex-wrap: wrap;
  }

  .desct_citypass {
    display: block;
  }

  .mob_citypass {
    display: block;
  }

  .recomend_grid {
    display: none;
  }

  .recomendSwiper {
    display: block;
  }
}

@media (max-width: 540px) {
  .footer__left {
    justify-content: center;
    flex-direction: column;
  }
}



.is-current {
  color: #B8C1D2;
}