* {
    box-sizing: border-box;
  }

  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;
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }

  ol,
  ul {
    list-style: none;
  }

  blockquote,
  q {
    quotes: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  /* CSS RESET END */
  body {
    width: 100%;
    background: #D9D9D9;
    font-family: 'Inter', sans-serif;
    color: #000;
    font-weight: 300;
    margin: 0;
  }

  .container {
    max-width: 100%;
    margin: 0 auto;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-height: 784px;
  }

  .hero picture img {
    max-height: 784px;
    width: 100%;
    object-fit: cover;
  }

  .hero-content {
    color: #1A1A1A;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    gap: 40px;
    text-align: center;
  }

  .hero-content h1 {
    font-family: "Archivo Black";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  .hero-content__text {
    max-width: 500px;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }

  .btn {
    margin-top: 20px;
    width: 240px;
    height: 52px;
    background: #161D24;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0;
  }

  .two-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 60px 60px 60px;
  }

  .info-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .info-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .info-item__title {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 70%;
    text-transform: uppercase;
  }

  .info-item__text {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 73%;
    letter-spacing: 1.8px;
  }

  .info-content__text {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    margin-bottom: 20px;
  }

  /* GALLERY STYLES */
  .gallery {
    padding: 60px 0 0 0;
  }

  .gallery__arrows {
    display: flex;
    gap: 16px;
    padding: 0 60px 20px 60px;
    justify-content: flex-start;
  }

  .gallery__arrows img {
    cursor: pointer;
    transition: opacity 0.3s ease;
    width: 34px;
    height: 34px;
  }

  .gallery__images {
    width: 100%;
  }

  .gallery.js-tour-gallery .swiper.js-tour-swiper {
    width: 100%;
    padding: 0 60px;
    touch-action: pan-y;
    box-sizing: border-box;
  }

  @media (max-width: 768px) {
    .gallery.js-tour-gallery .swiper.js-tour-swiper {
      padding: 0 30px;
    }
  }


  .swiper .swiper-slide {
    width: 600px;
    flex-shrink: 0;
  }

  .swiper .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    object-fit: cover;
  }

  /* Курсор для галереи: открытая ладонь / сжатая ладонь */
.swiper,
.swiper .swiper-slide {
  cursor: grab;
  /* Для старых WebKit, если хочешь максимально надёжно: */
  cursor: -webkit-grab;
}

.swiper.is-dragging,
.swiper.is-dragging .swiper-slide {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

  /* End of gallery styles */


  .nav-map-section {
    gap: 0;
    padding: 60px 60px 120px;
  }

  .section-title {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 80px;
    width: max-content;
    justify-self: center;
    padding: 12px 32px;
    border-radius: 28px;
    border: 3px solid #1A1A1A;
    color: #1A1A1A;
    font-family: Alexandria;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 60%;
    letter-spacing: 3.2px;
    text-transform: uppercase;
  }

  .nav-map-section .btn {
    margin: 45px 0 60px;
    grid-column: 1 / -1;
    justify-self: center
  }

  .map-img-wrapper {
    border-radius: 8px;
    max-height: 600px;
    max-width: 600px;
    object-fit: cover;
    background: lightgray;
  }

  .map-img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    mix-blend-mode: darken;
    display: block;
  }

  .map-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-column: 1 / -1;
  }

  .map-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .map-list-item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    gap: 20px;
  }

  .map-list-item__content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
  }

  .map-list-item__content h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    height: 34px;
    display: flex;
    align-items: center;
  }

  .map-list-item__description {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .map-circle {
    background: #1A1A1A;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: Alexandria;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 160%;
  }

  .gallery-2 .gallery__arrows {
    padding-top: 80px;
  }

  /* WHO SECTION STYLES */
  .who-section {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 60px;
  }

  .who-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 60px;
  }

  .who-info__title {
    grid-column: 1 / 2;
    color: #000;
    font-family: Alexandria;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 60%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    border-radius: 28px;
    border: 2px solid #000;
    padding: 8px 12px;
    width: max-content;
    height: max-content;
  }

  .who-info__text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .who-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 60px;
  }

  .who-info,
  .who-content {
    width: 100%;
  }

  .who-content-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .who-content-item img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 8px;
  }

  .who-content-item__title {
    font-family: Alexandria;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
  }

  .who-content-item p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .who-footer-img-wrapper {
    width: 100%;
    padding: 0 30px;
    margin-top: 60px;
  }

  .who-footer-img {
    width: 100%;
    border-radius: 8px;
  }

  /* QUESTIONS SECTION */
  .questions-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    justify-content: center;
    padding: 120px 60px;
  }

  .questions-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 60%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    display: flex;
    padding: 8px 12px;
    align-items: center;
    border-radius: 28px;
    background: #1A1A1A;
    margin-right: auto;
    height: fit-content;
  }

  .questions-body p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    text-align: start;
  }

  .questions-body a {
    font-size: 18px;
    color: #000;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-underline-offset: 2px;
  }

  .questions-icons {
    display: flex;
    gap: 12px;
    margin-top: 40px;
  }

  .only-desktop {
    display: block;
    padding: 0 20px;
  }

  .only-mobile {
    display: none;
  }

  .booking-box {
      position: relative;
      min-height: 100vh;
      overflow: hidden;
      isolation: isolate;
      background-color: #1A1A1A; /* базовый цвет под всем */
    }

    .booking-box::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--bg-main) lightgray 0% / cover no-repeat;
      transform-origin: center;
      z-index: -1;
      pointer-events: none;
    }

    .booking-box::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.34) 25%, rgba(0, 0, 0, 0.00) 80%), var(--bg-main) lightgray 50% / cover no-repeat;
      transform-origin: center;
      z-index: -1;
      pointer-events: none;
    }

    .booking-box::after {
      content: '';
      position: absolute;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.28) 100%),
        var(--bg-blur) center / cover no-repeat;
      filter: blur(2px);
      opacity: 0.85;
      z-index: -1;
    }

    .content {
      position: relative;
      max-width: 1444px;
      margin: 0 auto;
      padding: 80px 60px 40px;
      display: flex;
      flex-direction: column;
      gap: 48px;
    }

    .hero-booking {
      position: relative;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      gap: 48px;
      z-index: 1;
      align-items: flex-start;
      padding: 0px 80px 0px;
    }

    .hero-booking h2 {
      font-family: 'Archivo Black', sans-serif;
      font-size: 56px;
      line-height: 1;
      margin: 0;
      color: #ffffff;
      width: max-content;
      text-shadow: rgba(0, 0, 0, 0.25) 0 4px 4px;
    }

    .hero-booking p {
      margin: 0;
      font-size: 20px;
      line-height: 1.4;
      font-weight: 300;
      color: #ffffff;
      margin-top: 20px;
    }

    .hero-booking .hero-text {
      margin: 0;
      font-size: 20px;
      line-height: 1.4;
      font-weight: 300;
      color: #ffffff;
      gap: 28px;
      max-width: 528px;
    }

    .packing-wrapper {
      position: relative;
      display: inline-flex;
      align-items: baseline;
    }

    .packing-link {
      display: inline-block;
      color: #f7bd4d;
      font-weight: 400;
      cursor: pointer;
      position: relative;
      line-height: 100%;
      padding: 4px 8px;
      border: 1.5px solid #f7bd4d;
      border-radius: 16px;
    }

    .tooltip {
      position: absolute;
      top: -19px;
      left: calc(100% + 20px);
      width: 206px;
      padding: 8px 8px 16px;
      background: #ffffff;
      color: #000000;
      border-radius: 8px;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      display: block;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      z-index: 2;
      font-size: 26px;
    }

    .tooltip::before {
      content: '';
      position: absolute;
      left: -16px;
      top: 24px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 17px solid #ffffff;
    }

    .tooltip-header {
      display: flex;
      align-items: center;
      gap: 32px;
      padding: 0 4px;
      margin-bottom: 6px;
    }

    .tooltip-title {
      font-weight: 700;
      font-size: 20px;
      color: #000000;
      margin: 0;
    }

    .tooltip-list {
      list-style: disc;
      padding-left: 18px;
      margin: 0;
      display: grid;
      gap: 4px;
      font-size: 13px;
      line-height: 1.4;
      color: #000000;
    }

    .packing-wrapper:hover .tooltip,
    .packing-wrapper:focus-within .tooltip,
    .tooltip:hover {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      font-size: 26px;
    }

    .cards-row {
      display: flex;
      gap: 40px;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
    }

    .experience-card {
      position: relative;
      width: 360px;
      height: 550px;
      background: transparent;
      border-radius: 24px;
      box-shadow: var(--shadow-strong);
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .experience-photo {
      position: relative;
      width: 100%;
      height: 221px;
      overflow: hidden;
    }

    .experience-photo img {
      width: 100%;
      height: 100%;
      display: block;
    }

    .experience-body {
      padding: 24px 30px 38px;
      display: grid;
      gap: 16px;
      color: #000000;
      flex: 1 1 auto;
      background: #ffffff;
      border-radius: 16px 16px 0 0;
      position: relative;
      z-index: 1000;
      top: -41px;
      margin-bottom: -41px;
      height: 290px;
    }

    @media (max-width: 380px) {
      .experience-body {
      gap: 8px;
      }
    }

    .experience-shift {
      position: relative;
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
    }

    .subtle-label {
      font-size: 12px;
      letter-spacing: 0.24px;
      text-transform: uppercase;
      color: var(--muted);
      margin: 0 0 0px;
      font-weight: 300;
      line-height: 110%;
    }

    .experience-title {
      font-size: 18px;
      letter-spacing: 0.72px;
      margin: 0;
      color: #000000;
      line-height: 110%;
    }

    .experience-meta {
      display: grid;
      gap: 8px;
    }

    .pill-row {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }

    .pill {
      display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border: 1px solid #000000;
    border-radius: 16px;
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #000000;
    white-space: nowrap;
    line-height: 110%;
    }

    .experience-cta {
      width: 100%;
      background: var(--accent);
      color: #000000;
      border: none;
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      padding: 27px 24px;
      text-transform: uppercase;
      font-family: 'Alexandria', sans-serif;
      font-size: 20px;
      letter-spacing: 2px;
      cursor: pointer;
      transition: color 0.2s ease;
    }

    .experience-cta:hover {
      color: var(--cta-hover);
    }

    .stack {
      display: grid;
      gap: 8px;
      width: 360px;
    }

    .card-dark {
      background: rgba(26, 26, 26, 0.82);
      border-radius: 24px;
      padding: 24px;
      color: #ffffff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    }

    .card-dark.included {
      height: 330px;
      padding-bottom: 60px;
    }

    .card-dark.meeting {
      height: 212px;
      padding-bottom: 60px;
    }

    .card-title {
      margin: 0 0 22px;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.1;
    }

    .list {
      display: grid;
      gap: 8px;
      font-size: 16px;
      line-height: 1.4;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .list li {
      position: relative;
      padding-left: 18px;
    }

    .list li::before {
      content: '•';
      position: absolute;
      left: 0;
      top: 0;
      font-size: 16px;
      line-height: 1;
    }

    .meeting-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 22px;
      margin-right: 32px;
    }

    .meeting-icon {
      font-size: 30px;
      line-height: 1;
    }

    .meeting-text {
      margin: 0;
      font-size: 16px;
      line-height: 1.4;
      color: #ffffff;
    }

    .meeting-link {
      color: #ffffff;
      text-decoration: underline;
      text-underline-offset: 2px;
      /*margin: 0 4px;*/
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: 6%;
      text-underline-offset: auto;
      text-underline-position: from-font;
    }

    .right-col {
      width: 360px;
      height: 550px;
      display: flex;
      flex-direction: column;
    }

    .right-photo {
      position: relative;
      width: 100%;
      height: 226px;
      border-radius: 24px;
      overflow: hidden;
    }

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

    .policy-card {
      background: rgba(26, 26, 26, 0.82);
      color: #ffffff;
      border-radius: 24px;
      padding: 24px 24px 32px;
      backdrop-filter: blur(14.377px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
      position: relative;
      top: -46px;
      margin-top: 0;
      margin-bottom: -46px;
      flex: 1 1 auto;
    }

    .policy-footer {
      margin-top: 40px;
      text-align: right;
      font-size: 12px;
      font-style: italic;
      line-height: 1.4;
      color: #BFBFBF;
    }

    .terms {
      text-align: center;
      font-size: 16px;
      color: #ffffff;
      text-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px;
      font-weight: 200;
    }

    .terms a {
      color: #ffffff;
      text-decoration: underline;
      font-weight: 500;
      text-underline-offset: 3px;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: 7%;
      text-underline-offset: auto;
      text-underline-position: from-font;
    }

    .arrow {
      margin-bottom: 3px;
    }

    /* Overlay */
    .overlay-backdrop {
      position: fixed;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.28) 100%),
        var(--bg-main) center / cover no-repeat;
      display: flex; 
      justify-content: flex-end;
      align-items: flex-start;
      z-index: 999999;
      backdrop-filter: blur(20px);
      opacity: 0;
      pointer-events: none;
    }

    .overlay-backdrop.is-open,
    .overlay-backdrop.is-closing {
      display: flex;
      justify-content: flex-start;
    }

    .overlay-backdrop.is-open {
      animation: fadeIn 0.6s ease forwards;
      pointer-events: auto;
    }

    .overlay-backdrop.is-closing {
      animation: fadeOut 0.6s ease forwards;
      pointer-events: none;
    }

    .overlay-panel {
      width: 50vw;
      min-width: 664px;
      max-width: 50%;
      position: relative;
      display: flex;
      flex-direction: column;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.28) 100%);
      border-radius: 0 0 0 0;
      backdrop-filter: blur(1.5px);
      opacity: 0;
      height: auto;
      max-height: 100vh;
      overflow-y: auto;
      overflow-x: hidden;
    }


    .overlay-backdrop.is-open .overlay-panel {
      animation: slideIn 0.6s ease forwards;
    }

    .overlay-backdrop.is-closing .overlay-panel {
      animation: slideOut 0.6s ease forwards;
    }

    .overlay-header {
      position: sticky;
      top: 0;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px 24px;
      background: #1a1a1a;
      color: #ffffff;
      height: 100px;
      flex-shrink: 0;
      box-sizing: border-box;
    }

    .overlay-title {
      margin: 0;
      font-family: 'Alexandria', sans-serif;
      font-size: 36px;
      line-height: 1.1;
      letter-spacing: 3.6px;
      text-transform: uppercase;
      font-style: normal;
      font-weight: 500;
    }

    .overlay-content {
      display: flex;
      gap: 8px;
      width: 100%;
      padding: 20px 0 0px;
      flex: 0 0 auto;          /* пусть занимает столько, сколько нужно контенту */
      overflow: visible;       /* ничего не режем, высоту контролирует .overlay-panel */
      justify-content: center;
      align-items: flex-start; /* чтобы колонки стартовали сверху, а не растягивались */
    }

    .overlay-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: -1; /* чтобы лежала за контентом */
    }

    .overlay-col {
      color: #ffffff;
    }

    .overlay-col.left {
      width: 320px;
      flex: 0 0 320px;
      display: flex;          /* добавляем */
      flex-direction: column; /* добавляем */
      min-height: 0;          /* важно для флекса */
      margin-bottom: 50px;
    }

    .overlay-left-card {
      border-radius: 16px;
      overflow: hidden;
      /*box-shadow: 0 6px 22px rgba(0, 0, 0, 0.25);*/
      display: flex;
      flex-direction: column;
      flex: 0 0 auto;  /* вместо 1 1 auto, чтобы высота шла за виджетом */
    }

    .calendar-scroll {
      width: 100%;
      flex: 0 0 auto;         /* пусть высота идёт по контенту */
      min-height: 0;
      overflow: visible;      /* больше не режем содержимое */
      padding: 0;
      background: #ffffff;
    }

    .calendar-widget {
      width: 100%;
      padding: 0;
    }

    .calendar-widget .widget-wrapper {
      width: 100%;
      min-width: 320px;
      border: none;
      border-radius: 0;
      box-sizing: border-box;
      position: relative;
      background: transparent;
      overflow: visible;
    }

    .calendar-widget .widget-frame {
      width: 100%;
      border: none;
      border-radius: 0;
      box-sizing: border-box;
      overflow: hidden;
      background: transparent;
      position: relative;
      z-index: 1;
      padding: 0px 0 8px 0;
    }

    .calendar-widget .widget-frame-inner {
      max-height: none;
      overflow: visible;
    }

    .widget-logo {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      flex-direction: column;
    }

    .logo-wrapper {
      display: flex;
      align-items: center;
      gap: 20px;
      margin: 0 52px 0 40px;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-around;
      padding: 8px 0 16px 0;
    }

    .overlay-col.right {
      width: 320px;
      flex: 0 0 320px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      position: sticky;
      top: 120px;
      align-self: flex-start;
    }

    .weather-card {
      background: #4a4f52;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
      color: #fffddd;
    }

    .weather-photo {
      width: 100%;
      height: 140px;
      overflow: hidden;
    }

    .weather-photo img {
      object-fit: cover;
      display: block;
    }

    .weather-photo {
      position: relative;      /* чтобы позиционировать иконку внутри блока */
      display: inline-block;   /* или block, как у тебя принято */
    }

    .weather-photo > img:first-child {
      display: block;          /* чтобы убрать лишние пробелы под картинкой */
      width: 100%;             /* если нужно растягивать по блоку */
      height: auto;
    }

    .weather-warning {
      position: absolute;
      top: 20px;
      left: 20px;
      width: 38px;             /* подгони под размер своей иконки */
      height: 34px;            /* можно auto, если в SVG зашито соотношение */
      pointer-events: none;    /* чтобы клик проходил сквозь иконку, если нужно */
      z-index: 2;              /* на всякий случай, чтобы было точно поверх */
    }

    .weather-copy {
      padding: 20px 20px 40px;
      font-size: 12px;
      letter-spacing: 0.48px;
      line-height: 1.4;
      text-transform: uppercase;
      display: grid;
      gap: 12px;
    }

    .weather-copy p {
      margin: 0;
    }

    .secure-card {
      background: #4a4f52;
      border-radius: 16px;
      padding: 20px 20px 40px;
      color: #f9f9f9;
      display: grid;
      gap: 16px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    }

    .secure-card--mobile {
      display: none;
    }

    .secure-head {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .secure-head p {
      margin: 0;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.3px;
    }

    .secure-body {
      font-size: 12px;
      line-height: 1.5;
      margin: 0;
    }

    .secure-logos {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      flex-wrap: wrap;
    }

    .secure-links {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
      font-size: 12px;
      margin: 0 24px 0 24px;
    }

    .secure-links a {
      color: #f9f9f9;
      text-decoration: underline;
      text-decoration-style: dotted;
      text-underline-offset: 3px;
      display: inline-flex;
      align-items: center;
      gap: 4px;
    }

    .swiper,
    .swiper .swiper-wrapper,
    .swiper .swiper-slide,
    .swiper-2,
    .swiper-2 .swiper-wrapper,
    .swiper-2 .swiper-slide {
      scroll-snap-type: none !important;
      scroll-snap-align: none !important;
    }

    @media (min-width: 1400px) {
      .calendar-widget .widget-wrapper {
        width: 360px;
      }

      .overlay-col.left {
        flex: 0 0 360px;
      }

      .overlay-content {
        gap: 16px;
      }
    }

      .calendar-widget .widget-wrapper {
        max-width: calc(100vw - 60px);
      }
    }

    @media (max-width: 480px) {
      .calendar-widget .widget-wrapper {
        width: 360px;
        padding-bottom: 72px;
        max-width: calc(100vw - 30px);
      }

      .calendar-widget .widget-logo {
        height: 60px;
        bottom: 14px;
      }
    }



    @media (max-width: 660px) {
      .calendar-widget .widget-frame {
        padding: 0 0;
      }

      /* сам оверлей: занимает ширину экрана */
      .overlay-panel {
        width: 100vw;
        max-width: 100%;
        min-width: 0;
        border-radius: 0;              /* можно вернуть радиусы, если хочешь */
      }

      /* колонки стэкуются, левая идёт первой по DOM, значит сверху */
      .overlay-content {
        display: flex;
        flex-direction: column;
        padding: 16px 0 32px 0;
        gap: 20px;
        align-items: center;
      }

      .overlay-col.left,
      .overlay-col.right {
        width: 80%;
        flex: 0 0 auto;
        margin-bottom: 0;
        min-width: 320px;
      }

      /* на мобиле sticky справа обычно только мешает — отключим */
      .overlay-col.right {
        position: static;
        top: auto;
        align-self: unset;

      }

      /* виджет подгоняем под ширину экрана */
      .calendar-widget .widget-wrapper {
        max-width: 100%;
      }

      /* та версия, что в правой колонке — прячем */
      .secure-card--desktop {
        display: none;
      }

      /* версия под логотипами — показываем */
      .secure-card--mobile {
        display: grid;      /* у тебя .secure-card как раз grid */
        color: #4a4f52;
      }

      .secure-card {
        background: none;
        border-radius: none;
        padding: 20px 20px 0;
        color: #4a4f52;
        display: grid;
        gap: 16px;
        box-shadow: none;
      }

      .secure-links {
        display: flex;
        align-items: center;
        gap: 16px;
        font-size: 12px;
        margin: 0 16px 0 20px;
        color: #4a4f52;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 20px 0;
    }

      .secure-links a {
        color: #4a4f52;
      }
    }

    @media (max-width: 500px) {
      .secure-links {
        display: flex;
        align-items: center;
        gap: 0px;
        font-size: 12px;
        margin: 0 0px 0 0px;
        color: #4a4f52;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 20px 0;
      }  
    }


    .overlay-close {
      background: transparent;     /* убираем серый фон кнопки */
      border: none;                /* убираем бордер */
      padding: 0;                  /* убираем внутренние отступы */
      margin: 0;
      display: flex;               /* чтобы картинка центрировалась внутри */
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      cursor: pointer;
    }

    .overlay-close img {
      display: block;              /* убираем лишние пробелы/линии */
      width: 100%;
      height: 100%;
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    @keyframes fadeOut {
      from { opacity: 1; }
      to   { opacity: 0; }
    }

    @keyframes slideIn {
      from {
        transform: translateX(-100%); /* панель полностью слева за границей */
        opacity: 0;
      }
      to {
        transform: translateX(0);
        opacity: 1;
      }
    }

    @keyframes slideOut {
      from {
        transform: translateX(0);
        opacity: 1;
      }
      to {
        transform: translateX(-100%); /* уезжает обратно за левый край */
        opacity: 0;
      }
    }

    @media (max-width: 1180px) {
      .cards-row {
        gap: 24px;
      }
    }

    @media (max-width: 760px) {
      .content {
        padding: 60px 24px 32px;
        gap: 32px;
      }

      .hero-booking {
        padding: 0px 16px 0px;
      }

      .hero-booking h2 {
        font-size: 42px;
        width: 100%;
      }

      .hero-booking p {
        font-size: 18px;
      }

      .hero-booking .hero-text {
        font-size: 18px;
      }

      .tooltip {
        left: calc(100% - 150px);
        top: calc(100% + 16px);
      }
      .tooltip::before {
        transform: rotate(90deg);
        left: 95px;
        top: -18px;
      }
    }

  @media(min-width: 768px) and (max-width: 1200px) {
    .questions-section {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media(max-width: 1270px) {
    .questions-body-secondary {
      display: none;
    }
  }

  @media(max-width: 768px) {
    .terms {
      font-size: 14px;
      line-height: 1.4;
      margin: 0 20px 0;
    }

    .only-desktop {
      display: none !important;
    }

    .only-mobile {
      display: block;
    }

    .questions-section {
      grid-template-columns: 1fr;
      gap: 40px;
      padding: 80px 30px;
    }

    .questions-title {
      padding: 8px 10px;
      border-radius: 28px;
      border: 2px solid #000;
      background: transparent;
      font-size: 20px;
      color: #000;
      letter-spacing: 2px;
    }

    .questions-body p {
      font-size: 16px;
      font-style: normal;
      line-height: 160%;
    }

    .questions-icons img {
      width: 32px;
      height: 32px;
    }

    .hero-content {
      padding-top: 40px;
      padding-bottom: 58px;
    }

    .hero-content__text {
      font-size: 18px;
    }

    .info-item {
      gap: 8px;
    }

    .info-item__text {
      font-size: 16px;
      letter-spacing: 1.6px;
    }

    .info-content__text {
      line-height: 140%;
      font-size: 16px;
      margin-bottom: 0;
    }

    .info-content__text:nth-child(1) {
      margin-bottom: 16px;
    }

    .gallery__arrows {
      padding: 0 20px 20px 30px;
    }

    .btn {
      margin-top: 0;
      width: 200px;
    }

    .questions-icons {
      gap: 8px;
    }

    .who-footer-img {
      border-radius: 4px;
    }
  }

  /* FAQ SECTION */
  .faq-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 30px 120px;
    gap: 60px;
  }

  .faq-main-img img {
    max-width: 100%;
    border-radius: 8px;
  }

  .faq-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    justify-content: center;
    margin-bottom: 60px;
  }

  .faq-images img {
    max-width: 600px;
  }

  .faq-section__title {
    align-self: start;
    margin: 0 30px;
  }

  .faq-list {
    display: flex;
    flex-direction: column;
    padding: 0 50px;
  }

  .faq-list-item {
    border-top: 2px solid #000;
    padding: 20px 0 20px
  }

  .faq-list-item:last-child {
    border-bottom: 2px solid #000;
  }

  .faq-list__title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-family: Alexandria;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .faq-list__title img {
    transition: transform 0.3s ease;
  }

  .faq-list-item.active .faq-list__title img {
    transform: rotate(180deg);
  }

  .faq-list-item.active .faq-list__text {
    max-height: 300px;
    opacity: 1;
    padding-top: 20px;
  }

  .faq-list__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    margin-top: 20px;
    line-height: 160%;
    margin: 0;
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding-top 0.3s ease;
  }

  @media(max-width: 1400px) {
    .faq-images img {
      max-width: 100%;
    }
  }

  @media(max-width: 1024px) {
    .faq-list {
      padding: 0 20px;
      margin-left: 10px;
    }

    .questions-body p a {
      white-space: nowrap;
    }

    .map-wrapper {
      grid-template-columns: 1fr;
    }

    .map-img-wrapper {
      justify-self: center;
    }

    .hero-content__text {
    	font-size: 18px;
  	}
  }

  .faq-section__title__mobile {
    display: none;
  }

  .for-mobile-only {
    display: none;
  }

  .read-more-btn {
    display: none;
  }

  /* Mobile styles */
  @media (max-width: 768px) {
    .gallery {
      padding: 60px 0 0 0;
    }

    .swiper .swiper-slide img {
      border-radius: 8px;
    }

    .faq-section__title {
      display: none;
    }

    .faq-section__title__mobile {
      align-self: flex-start;
      display: block;
    }

    .hero {
      grid-template-columns: 1fr;
      max-height: none;
    }

    .hero-content {
      grid-row: 2 / 3;
    }

    .hero-wrapper {
      position: relative;
    }

    .swiper .swiper-slide {
      width: 300px;
    }

    .hero-mobile {
      position: absolute;
      top: calc(60vh + 50px);
      left: 50%;
      border: 1px solid #FFF;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.01);
      backdrop-filter: blur(1.5px);
      transform: translateX(-50%);
      padding: 8px 24px;
      gap: 20px;
      transform: translateX(-50%);
      text-align: center;
      -webkit-text-stroke-width: 0px;
      -webkit-text-stroke-color: #FFF;
      font-family: 'TharLon', sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      width: max-content;
      color: white;
    }

    .hero-content h1 {
      color: #1A1A1A;
      text-align: center;
      font-size: 40px;
    }

    .two-blocks {
      grid-template-columns: 1fr;
      padding: 60px 30px 30px;
      gap: 40px;
    }

    .section-title {
      font-size: 20px;
      letter-spacing: 2px;
      padding: 8px 20px;
      margin: 0;
      margin-bottom: 40px;
      border: 2px solid #1A1A1A;
    }

    .map-list-item {
      gap: 12px;
    }

    .who-info {
      grid-template-columns: 1fr;
      gap: 40px;
      padding: 0 30px;
    }

    .for-desktop-only {
      display: none;
    }

    .for-mobile-only {
      display: block;
    }

    .text-content.collapsed .expandable-text {
      display: none;
    }

    .read-more-btn {
      display: block;
      cursor: pointer;
      color: #1F4E75;
      text-align: right;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: 140%;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
      background: transparent;
      border: none;
      padding: 0;
      margin-top: 14px;
    }

    .who-content-item p {
      font-size: 16px;
    }

    .expandable-text p {
      margin-top: 16px;
    }

    .read-more-btn.hidden {
      display: none;
    }

    .who-section {
      gap: 40px;
      margin-top: 80px;
    }

    .who-info__title {
      font-size: 20px;
      letter-spacing: 2px;
      padding: 8px;
    }

    .who-info__text {
      font-size: 16px;
      gap: 20px;
    }

    .who-content {
      grid-template-columns: 1fr;
      gap: 40px;
      padding: 0 30px;
    }

    .who-content-item img {
      margin-bottom: 16px;
      width: 100%;
    }

    .who-content-item__title {
      font-size: 20px;
    }

    .nav-map-section {
      gap: 0;
      padding: 80px 0;
    }

    .map-wrapper {
      gap: 40px;
      padding-left: 30px;
      padding-right: 30px;
    }

    .map-list-item__content h3 {
      font-size: 16px;
    }

    .map-list-item__description {
      font-size: 16px;
    }

    .map-list {
      gap: 20px;
      padding-bottom: 12px;
    }

    .nav-map-section .btn {
      margin: 0;
      margin-top: 40px;
    }

    .who-footer-img-wrapper {
      padding: 0 10px;
      display: flex;
      justify-content: center;
      margin-top: 0;
    }

    .faq-images {
      display: none;
    }

    .faq-main-img {
      order: 3;
      margin-top: 60px;
      width: 100%;
    }

    .faq-list {
      padding: 0;
      margin: 0;
    }

    .faq-section {
      gap: 40px;
      padding: 80px 30px 100px;
    }

    .faq-section__title__mobile {
      margin-left: 0;
    }

    .faq-list__title {
      font-size: 20px;
      letter-spacing: 2px;
    }

    .faq-list-item {
      padding: 20px 0;
    }
  }

  @media(min-width: 769px) {
    .hero-mobile {
      display: none;
    }
  }



  /*===== VRANJINA =====*/

  .vranjina-booking-box {
      position: relative;
      min-height: 100vh;
      overflow: hidden;
      isolation: isolate;
      background-color: #1A1A1A; /* базовый цвет под всем */
    }

    .vranjina-booking-box::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.34) 25%, rgba(0, 0, 0, 0.00) 80%), var(--bg-main) lightgray 50% / cover no-repeat;
      transform-origin: center;
      z-index: -1;
      pointer-events: none;
    }

    .vranjina-booking-box::after {
      content: '';
      position: absolute;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.28) 100%),
        var(--bg-blur) center / cover no-repeat;
      filter: blur(2px);
      opacity: 0.85;
      z-index: -1;
    }

    .ticket {
      display: flex;
      margin-top: 32px;
      margin-left: 0px;
      gap: 12px;
      line-height: 1.4;
      font-size: 12px;
      align-items: center;
    }

    .ticket a {
      color: #ffffff;
      text-decoration: underline;
      text-decoration-style: dotted;
      text-underline-offset: 3px;
      display: inline-flex;
      align-items: flex-end;
      gap: 2px;
    }

  @media (max-width: 768px) {
    .vranjina-hero-mobile {
      display: block;
      position: absolute;
      bottom: calc(44vh - 50px);
      left: 50%;
      background: rgba(255, 255, 255, 0.01);
      backdrop-filter: blur(0.10000000149011612px);
      transform: translateX(-50%);
      text-align: center;
      -webkit-text-stroke-width: 0.5px; 
      -webkit-text-stroke-color: #FFF;
      font-family: 'TharLon', sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      width: max-content;
      color: white;
      opacity: 0.9;
    }

    .vranjina-faq-images {
      display: flex;
      flex-direction: column;
      gap: 0px;
    }
  }

  /*===== KAMENIK =====*/

  .kamenik-hero{
    display: grid;
    grid-template-columns: 1fr 1fr;

    /* было max-height: 784px; */
    height: 784px;          /* резерв места => меньше CLS */
    overflow: hidden;       /* чтобы object-fit красиво резал */
  }

  .kamenik-hero .hero-wrapper{
    position: relative;     /* лучше всегда, не только на мобилке */
    width: 100%;
    height: 100%;
  }

  .kamenik-hero .hero-wrapper picture,
  .kamenik-hero .hero-wrapper img{
    display: block;
    width: 100%;
    height: 100%;
  }

  .kamenik-hero .hero-wrapper img{
    object-fit: cover;
    /* max-height больше не нужен, т.к. высота задаётся контейнером */
  }

  .kamenik-hero-booking h2 {
      font-family: 'Archivo Black', sans-serif;
      font-size: 56px;
      line-height: 1;
      margin: 0;
      color: #ffffff;
      width: max-content;
      /*text-shadow: rgba(0, 0, 0, 0.25) 0 4px 4px;*/
    }

    .kamenik-hero-booking p {
      margin: 0;
      font-size: 20px;
      line-height: 1.4;
      font-weight: 300;
      color: #ffffff;
      margin-top: 28px;
    }

    .kamenik-hero-booking .hero-text {
      margin: 0;
      font-size: 20px;
      line-height: 1.4;
      font-weight: 300;
      color: #ffffff;
      gap: 28px;
      max-width: 528px;
    }

    .kamenik-faq-images {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0px;
      justify-content: center;
      margin-bottom: 60px;
    }

    @media (max-width: 768px) {

      .kamenik-hero{
        grid-template-columns: 1fr;
        height: auto;                 /* на мобилке не держим 784 */
      }

      /* Вот тут ключ: резервируем высоту под мобильную пропорцию */
      .kamenik-hero .hero-wrapper{
        aspect-ratio: 780 / 1390;     /* твой мобильный файл */
        height: auto;                 /* высота берётся из ratio */
        overflow: hidden;
      }

      .kamenik-hero .hero-wrapper picture,
      .kamenik-hero .hero-wrapper img{
        width: 100%;
        height: 100%;
      }

      .kamenik-hero-booking {
        padding: 0px 16px 0px;
      }

      .kamenik-hero-booking h2 {
        font-size: 42px;
        width: 100%;
      }

      .kamenik-hero-booking p {
        font-size: 18px;
      }

      .kamenik-hero-booking .hero-text {
        font-size: 18px;
      }

      .kamenik-hero-mobile {
        position: absolute;
        display: block;
        bottom: 30vh;
        left: 50%;
        border: 1.5px solid #FFF;
        background: rgba(255, 255, 255, 0.01);
        backdrop-filter: blur(6px);
        transform: translateX(-50%);
        padding: 8px 20px;
        border-radius: 22px;
        text-align: center;
        -webkit-text-stroke-width: 0.5px;
        -webkit-text-stroke-color: #FFF;
        font-family: 'TharLon', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        width: max-content;
        color: white;
    }
  }

    .blur-experience-cta {
      width: 100%;
      background: var(--accent);
      color: #000000;
      border: none;
      padding: 27px 24px;
      text-transform: uppercase;
      font-family: 'Alexandria', sans-serif;
      font-size: 20px;
      letter-spacing: 2px;
      cursor: pointer;
      transition: 0.2s ease;
    }

   .blur-experience-cta:hover {
      border-radius: 0 0 24px 24px;
      background-color: #C2B5BC5C;          /* тот самый полупрозрачный оттенок */
      backdrop-filter: blur(1.5px);           /* можешь играться с силой блюра */
      color: #ffffff;
    }




  /*===== SVETI NIKOLA =====*/

.nikola-hero {
    display: grid;
    max-height: 784px;
  }

  .nikola-hero picture img {
    max-height: 784px;
    width: 100%;
    object-fit: cover;
  }

  .nikola-hero-content {
    position: absolute;
    color: #1A1A1A;
    top: calc(47vh - 100px);
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    gap: 40px;
    text-align: center;
  }

  .nikola-hero-content h1 {
    font-family: "Archivo Black";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  .nikola-hero-content__text {
    max-width: 500px;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  .nikola-btn {
    margin-top: 60px;
    width: 240px;
    height: 52px;
    background: #161D24;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0;
  }

.nikola-faq-images {
      display: flex;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      padding: 60px 0 0 0;
      justify-items: center;
      flex-direction: row;
      justify-content: center;
    }

    .nikola-faq-images img {
      max-width: 600px;
      width: 100%;
    }

    .map-images {
      display: flex;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      justify-items: center;
      flex-direction: row;
      justify-content: center;
    }

    .map-images img {
      max-width: 600px;
      width: 100%;
    }

    .nikola-hero-mobile {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      position: absolute;
      bottom: calc(100vh - 50px);
      left: 50%;
      border: 1.5px solid #FFF;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.01);
      backdrop-filter: blur(4px);
      transform: translateX(-50%);
      padding: 8px 24px;
      gap: 20px;
      transform: translateX(-50%);
      text-align: center;
      -webkit-text-stroke-width: 0.3px;
      -webkit-text-stroke-color: #FFF;
      font-family: 'TharLon', sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      width: max-content;
      color: white;
    }


  /* WHAT WE'LL DO */
  .what-section {
    display: flex;
    flex-direction: column;
  }

  .what-collumns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
    justify-content: center;
    padding: 120px 60px;
  }

  .what-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    list-style: disc;
    max-width: 1160px;
    color: #000;
    text-edge: cap;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 28.8px */
    max-width: 660px;
  }

  .nikola-booking-box {
      position: relative;
      min-height: 100vh;
      overflow: hidden;
      isolation: isolate;
      background-color: #1A1A1A; /* базовый цвет под всем */
    }

    .nikola-booking-box::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.00) 80%), var(--bg-main) lightgray 50% / cover no-repeat;
      transform-origin: center;
      z-index: -1;
      pointer-events: none;
    }

    .nikola-booking-box::after {
      content: '';
      position: absolute;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.28) 100%),
        var(--bg-blur) center / cover no-repeat;
      filter: blur(2px);
      opacity: 0.85;
      z-index: -1;
    }

  @media(max-width: 768px) {

    .nikola-hero {
      grid-template-columns: 1fr;
      max-height: none;
    }

    .nikola-hero-content {
      position: unset;
      width: 100%;
      padding-top: 40px;
      padding-bottom: 58px;
      grid-row: 2 / 3;
    } 

    .nikola-hero-content__text {
      font-size: 18px;
      line-height: 140%;
    }

    .nikola-hero-content h1 {
      color: #1A1A1A;
      text-align: center;
      font-size: 40px;
    }


    .nikola-btn {
      margin-top: 0;
      width: 200px;
    }


    .what-collumns {
      display: flex;
      gap: 24px;
      justify-content: center;
      padding: 60px 30px;
      flex-direction: column;
    }

    .what-list {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      font-size: 16px;
      font-weight: 300;
      line-height: 140%;
      margin-left: 8px;
    }

    .nikola-faq-images {
      display: flex;
      flex-direction: column;
      gap: 0px;
    }

    .for-desktop-only {
        display: none;
    }
  }

    
 /*===== NIGHT LIGHT =====*/

.night-hero {
    display: grid;
    max-height: 784px;
  }

  .night-hero picture img {
    max-height: 784px;
    width: 100%;
    object-fit: cover;
  }

  .night-hero-content {
    position: absolute;
    color: #ffffff;
    top: 57vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    gap: 32px;
    text-align: center;
  }

  .night-hero-content h1 {
    font-family: "Archivo Black";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  .night-hero-content__text {
    max-width: 500px;
    font-family: TharLon, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }

  .night-btn {
    margin-top: 16px;
    width: 240px;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: rgba(110, 149, 205, 0.10);
    backdrop-filter: blur(2px);
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0;
    transition: transition: 0.5s ease;
  }

  .night-btn:hover {

    backdrop-filter: blur(4px);
    background: rgba(3, 197, 214, 0.15);
  }

  .under-hero-section {
    display: flex;
    padding: 60px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #1A1A1A;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 28.8px */
  }
  

.night-faq-images {
      display: flex;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      padding: 60px 0 80px 0;
      justify-items: center;
      flex-direction: row;
      justify-content: center;
    }

    .night-faq-images img {
      max-width: 600px;
    }

    .map-images {
      display: flex;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      justify-items: center;
      flex-direction: row;
      justify-content: center;
    }

    .map-images img {
      max-width: 600px;
    }

    .night-hero-mobile {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      position: absolute;
      bottom: calc(100vh - 50px);
      left: 50%;
      border: 1.5px solid #FFF;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.01);
      backdrop-filter: blur(4px);
      transform: translateX(-50%);
      padding: 8px 24px;
      gap: 20px;
      transform: translateX(-50%);
      text-align: center;
      -webkit-text-stroke-width: 0.3px;
      -webkit-text-stroke-color: #FFF;
      font-family: 'TharLon', sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      width: max-content;
      color: white;
    }


  /* WHAT WE'LL DO */
  .what-section {
    display: flex;
    flex-direction: column;
  }

  .what-collumns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
    justify-content: center;
    padding: 120px 60px;
  }

  .what-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    list-style: disc;
    max-width: 1160px;
    color: #000;
    text-edge: cap;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 28.8px */
    max-width: 660px;
  }

  .night-booking-box {
      position: relative;
      min-height: 100vh;
      overflow: hidden;
      isolation: isolate;
      background-color: #1A1A1A; /* базовый цвет под всем */
    }

    .night-booking-box::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.00) 80%), var(--bg-main) lightgray 50% / cover no-repeat;
      transform-origin: center;
      z-index: -1;
      pointer-events: none;
    }

    .night-booking-box::after {
      content: '';
      position: absolute;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.28) 100%),
        var(--bg-blur) center / cover no-repeat;
      filter: blur(2px);
      opacity: 0.85;
      z-index: -1;
    }

  @media(max-width: 768px) {

    .night-hero {
      grid-template-columns: 1fr;
      max-height: none;
    }

    .night-hero-content {
      width: 100%;
      top: 10vh;
      padding-top: 40px;
      padding-bottom: 58px;
      gap: 40px;
    } 

    .night-hero-content__text {
      font-size: 18px;
      line-height: 140%;
      text-transform: none;
      max-width: 100%;
      font-family: Inter, sans-serif;
      font-weight: 300;
    }

    .night-hero-content h1 {
      color: #ffffff;
      text-align: center;
      font-size: 40px;
    }


    .night-btn {
      margin-top: 144px;
      width: 200px;
    }


    .what-collumns {
      display: flex;
      gap: 24px;
      justify-content: center;
      padding: 60px 30px;
      flex-direction: column;
    }

    .what-list {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      font-size: 16px;
      font-weight: 300;
      line-height: 140%;
      margin-left: 8px;
    }

    .night-faq-images {
      display: flex;
      flex-direction: column;
      gap: 0px;
    }

    .for-desktop-only {
        display: none;
    }
  }