/*
Theme Name:   	Чехов
Author:       	Vladimir
Author URI:		https://ursav.dev
*/

@font-face {
  font-family: "Mulish";
  src: url("assets/fonts/Mulish-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("assets/fonts/Mulish-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("assets/fonts/Mulish-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("assets/fonts/Mulish-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("assets/fonts/Mulish-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("assets/fonts/Mulish-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("assets/fonts/Mulish-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("assets/fonts/Mulish-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TenorSans";
  src: url("assets/fonts/TenorSans.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("assets/fonts/Merriweather-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  flex-shrink: 0;
  border: none;
}

button {
  -webkit-appearance: none;
  appearance: none;
}

:root {
  --font-primary: "Mulish";
  --font-heading: "TenorSans";
  --color-beige: #f6f2e8;
  --color-skin: #fff0d7;
  --color-gold: #e2c28e;
  --color-dark: #353536;
  --color-melange: #b3b1a9;
  font-family: var(--font-primary);
  scrollbar-gutter: stable;
}
html,
body {
  scroll-behavior: smooth;
}
.container {
  padding-inline: clamp(37px, 3.65vw, 70px);
}

.heading {
  font-family: var(--font-heading);
  font-weight: 300;
  text-transform: uppercase;
}

.accent {
  color: var(--color-melange);
}

.underline {
  border-bottom: 1px solid var(--color-dark);
}

.nowrap {
  text-wrap: nowrap;
}

.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: clamp(5px, 0.52vw, 10px) clamp(37px, 3.65vw, 70px);
  color: white;
  transition: all 0.3s ease;
}

.header-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header.dark {
  background-color: rgba(53, 53, 54, 0.35);
  backdrop-filter: blur(20px);
}

.header-nav-list {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.56vw, 30px);
  font-family: var(--font-primary);
  font-size: clamp(11px, 0.73vw, 14px);
  font-weight: 700;
  text-transform: uppercase;
}

.header-nav-list li a {
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .header-nav-list li a:hover {
    border-color: white;
  }
}

.header-logo-additional {
  display: flex;
  flex-direction: column;
  gap: clamp(3px, 0.26vw, 5px);
  align-items: center;
}

.header-logo-img {
  width: clamp(118px, 11.56vw, 222px);
  height: clamp(33px, 3.23vw, 62px);
  transform: translateX(-7%);
}

.header-logo-text {
  font-family: "Merriweather";
  font-size: clamp(11px, 0.83vw, 16px);
  font-weight: 300;
  transition: opacity 0.3s ease;
}

.header.dark .header-logo-text {
  opacity: 0;
  height: 0;
}

.stars {
  display: flex;
  transition: opacity 0.3s ease;
}

.header.dark .stars {
  opacity: 0;
  height: 0;
}

.header-contacts {
  display: flex;
  align-items: center;
  gap: clamp(23px, 2.29vw, 44px);
  font-family: var(--font-primary);
}

.header-address {
  font-size: clamp(11px, 0.68vw, 13px);
  font-weight: 500;
}

.header-phone {
  font-size: clamp(11px, 0.73vw, 14px);
  font-weight: 700;
}

.header-book-btn {
  font-size: clamp(12px, 0.78vw, 15px);
  font-weight: 700;
  text-transform: uppercase;
  padding: clamp(14px, 1.2vw, 23px) clamp(28px, 2.14vw, 41px)
    clamp(14px, 1.15vw, 22px) clamp(28px, 2.14vw, 41px);
  border-radius: clamp(27px, 2.6vw, 50px);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (hover: hover) {
  .header-book-btn:hover {
    background-color: white;
    color: var(--color-dark);
  }
}

.header-phone-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.header-phone-btn img {
  width: 24px;
  height: 24px;
}

.header-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.header-burger span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: currentColor;
  border-radius: 2px;
}

.nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 1100;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.nav-drawer.is-open {
  visibility: visible;
  opacity: 1;
}

.nav-drawer-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.nav-drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: min(360px, 100vw);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: var(--color-dark);
  color: white;
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  overflow-y: auto;
}

.nav-drawer.is-open .nav-drawer-panel {
  transform: translateX(0);
}

.nav-drawer-close {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.nav-drawer-close img {
  width: 100%;
  height: 100%;
  filter: invert();
}

.nav-drawer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.nav-drawer-logo img {
  width: 180px;
  height: auto;
}

.nav-drawer-logo-text {
  font-family: "Merriweather";
  font-size: 16px;
  font-weight: 300;
}

.nav-drawer-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-drawer-image {
  width: 100%;
  aspect-ratio: 2;
}

.nav-drawer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1280px) {
  .container {
    padding-inline: clamp(16px, 2.34vw, 30px);
  }

  .header {
    padding-inline: clamp(16px, 2.34vw, 30px);
  }

  .header-nav-list {
    gap: clamp(10px, 1.04vw, 18px);
    font-size: clamp(10px, 0.86vw, 12px);
  }

  .header-contacts {
    gap: clamp(14px, 1.56vw, 24px);
  }

  .header-address {
    font-size: clamp(10px, 0.78vw, 12px);
  }

  .header-phone {
    font-size: clamp(10px, 0.86vw, 12px);
  }

  .header-book-btn {
    font-size: clamp(11px, 0.86vw, 13px);
    padding: clamp(12px, 1vw, 18px) clamp(20px, 1.8vw, 32px);
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 56vw;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(33px, 3.44vw, 66px);
}

.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.hero-bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 24%);
}

.hero-bg::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, transparent 44%);
}
.hero-bg img,
.hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 0.52vw, 10px);
  color: white;
}

.hero-label {
  font-family: var(--font-heading);
  font-size: clamp(12px, 1.04vw, 20px);
  font-weight: 300;
  text-transform: uppercase;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(32px, 3.33vw, 64px);
  font-weight: 300;
  text-transform: uppercase;
}

.hero-desc {
  margin-top: clamp(5px, 0.52vw, 10px);
  font-size: clamp(12px, 0.83vw, 16px);
  line-height: 135%;
  font-weight: 500;
}

.hero-booking {
  padding-right: clamp(20px, 2.08vw, 40px);
  width: auto;
  max-width: 1024px;
  /* display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); */
  padding-block: clamp(15px, 1.56vw, 30px);
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
}

.hero-booking-field {
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  padding-inline: clamp(5px, 0.52vw, 10px);
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.56vw, 30px);
  justify-content: space-between;
}

.hero-booking-field-btn {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.hero-booking-field-value {
  display: flex;
  flex-direction: column;
}

.hero-booking-field-label {
  font-size: clamp(10px, 0.63vw, 12px);
  line-height: 135%;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

.hero-booking-field-display {
  font-size: clamp(12px, 0.78vw, 15px);
  line-height: 135%;
  font-weight: 700;
}

.hero-booking-field-icon {
  width: clamp(16px, 1.25vw, 24px);
  height: clamp(16px, 1.25vw, 24px);
  flex-shrink: 0;
}

.hero-booking-field-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.hero-booking-btn {
  padding: clamp(16px, 1.25vw, 24px) clamp(30px, 2.6vw, 50px)
    clamp(16px, 1.2vw, 23px) clamp(30px, 2.6vw, 50px);
  background-color: white;
  color: black;
  font-size: clamp(11px, 0.68vw, 13px);
  font-weight: 700;
  border-radius: clamp(25px, 2.6vw, 50px);
  text-transform: uppercase;
  margin-left: clamp(10px, 1.04vw, 20px);
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .hero-booking-btn:hover {
    background-color: var(--color-skin);
  }
}

.hero-advantages-mob-slider {
  display: none;
}

.hero-advantages {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-advantages-arc {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.hero-advantages-list {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-advantages-item {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.1vw, 22px);
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  transform: translate(var(--x, 0), var(--y, 0)) translateY(-50%);
  will-change: transform, opacity;
}

.hero-advantages-dot {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin-left: -4.5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.12);
  transition: opacity 0.4s ease;
}

.hero-advantages-figure {
  position: absolute;
  left: 0;
  top: 50%;
  width: clamp(88px, 7vw, 120px);
  height: clamp(88px, 7vw, 120px);
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.hero-advantages-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-advantages-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-left: 0;
  transition: margin-left 0.5s ease;
}

.hero-advantages-title {
  font-family: var(--font-heading);
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-advantages-desc {
  max-width: 24ch;
  max-height: 0;
  overflow: hidden;
  white-space: normal;
  font-size: 11px;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  opacity: 0;
  transition:
    opacity 0.4s ease,
    max-height 0.5s ease;
}

.hero-advantages-item.is-active .hero-advantages-dot {
  opacity: 0;
}

.hero-advantages-item.is-active .hero-advantages-figure {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.hero-advantages-item.is-active .hero-advantages-text {
  margin-left: clamp(52px, 4vw, 70px);
}

.hero-advantages-item.is-active .hero-advantages-desc {
  max-height: 12em;
  opacity: 1;
}

.rooms {
  background-color: var(--color-beige);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 1.04vw, 20px);
  padding-top: clamp(80px, 8.33vw, 160px);
  overflow: hidden;
  position: relative;
  padding-bottom: clamp(100px, 10.42vw, 200px);
}

.rooms::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  border-top-left-radius: 1500px;
  border-top-right-radius: 1500px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
}

.rooms-header {
  text-align: center;
  position: relative;
  z-index: 10;
}

.rooms-title {
  color: var(--color-dark);
  font-size: clamp(32px, 3.33vw, 64px);
  line-height: 120%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  margin-bottom: clamp(50px, 5.21vw, 100px);
}

.rooms-title::after {
  content: "НОМЕРА";
  z-index: -1;
  font-size: clamp(120px, 20.31vw, 390px);
  color: #ebe7dc;
  opacity: 0.5;
}

.rooms-subtitle {
  color: var(--color-melange);
  font-size: clamp(32px, 3.33vw, 64px);
  line-height: 120%;
  position: relative;
  z-index: 10;
}

.rooms-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(32px, 3.125vw, 60px);
  position: relative;
  z-index: 10;
}

.rooms-tabs {
  padding: 8px;
  display: flex;
  gap: 8px;
  background-color: var(--color-melange);
  border-radius: 50px;
}

.rooms-tab {
  background: transparent;
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (hover: hover) {
  .rooms-tab:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

.rooms-tab.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.rooms-slider-wrap {
  width: 100%;
  overflow: hidden;
  display: grid;
  justify-content: center;
  grid-template-columns: min(50vw, 840px) min(40vw, 670px);
  column-gap: clamp(15px, 1.56vw, 30px);
  row-gap: clamp(15px, 1.56vw, 30px);
  align-items: start;
}

.rooms-slider-wrap.is-hidden {
  display: none;
}

.rooms-slider {
  display: contents;
}

.rooms-item {
  display: none;
}

.rooms-item.is-active,
.rooms-item.is-preactive {
  display: contents;
}

.rooms-item.is-active .rooms-card-image {
  grid-column: 1;
  grid-row: 1;
}

.rooms-item.is-active .rooms-item-desc {
  grid-column: 1;
  grid-row: 2;
}

.rooms-item.is-preactive .rooms-card-image {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

.rooms-item.is-preactive .rooms-item-desc {
  display: none;
}

.rooms-item.is-preactive .rooms-card-btn {
  display: none;
}

.rooms-card-image {
  width: 100%;
  aspect-ratio: 1.45;
  position: relative;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transform: translateX(calc(var(--rooms-slide-x, 0) * 1px));
}

.rooms-card-image.is-fading {
  opacity: 0;
}

.rooms-card-image.is-instant {
  transition: none;
}

.rooms-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rooms-card-name {
  position: absolute;
  left: 0;
  bottom: 10%;
  color: white;
  font-size: clamp(15px, 1.56vw, 30px);
  line-height: 120%;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  padding: clamp(9px, 0.94vw, 18px) clamp(9px, 0.94vw, 18px)
    clamp(9px, 0.94vw, 18px) clamp(10px, 1.04vw, 20px);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.54vw, 68px);
}

.rooms-item.is-preactive .rooms-card-name {
  padding-right: clamp(15px, 1.56vw, 30px);
}

.rooms-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 2.4vw, 46px);
  height: clamp(32px, 2.4vw, 46px);
  background-color: white;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (hover: hover) {
  .rooms-card-btn:hover {
    background-color: var(--color-skin);
  }
}

.rooms-card-btn img {
  width: clamp(8px, 0.63vw, 12px);
  height: clamp(8px, 0.63vw, 12px);
  object-fit: contain;
}

.rooms-slider-controls {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  display: flex;
  gap: clamp(3px, 0.26vw, 5px);
}

.rooms-slider-btn {
  width: 46px;
  height: 46px;
  border: 1px solid black;
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.rooms-slider-btn.prev svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.rooms-slider-btn:disabled {
  color: #b4b2ab;
  border: 1px solid #b4b2ab;
}

@media (hover: hover) {
  .rooms-slider-btn:not(:disabled):hover {
    background-color: var(--color-dark);
  }

  .rooms-slider-btn:not(:disabled):hover svg {
    filter: invert();
  }
}

.rooms-item-desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 1.56vw, 30px);
  transition: opacity 0.3s ease;
}

.rooms-item-desc.is-fading {
  opacity: 0;
}

.rooms-item-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rooms-item-square {
  background-color: rgba(34, 34, 34, 0.35);
  color: white;
  font-size: clamp(11px, 0.73vw, 14px);
  font-weight: 600;
  padding: clamp(4px, 0.21vw, 4px) clamp(12px, 0.94vw, 18px);
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: clamp(5px, 0.52vw, 10px);
  text-transform: uppercase;
}

.rooms-item-square .number {
  font-size: clamp(13px, 1.15vw, 22px);
  font-weight: 700;
  text-transform: none;
}

.rooms-item-square .number sup {
  font-size: clamp(7px, 0.73vw, 14px);
}

.rooms-item-price {
  color: var(--color-dark);
  font-size: clamp(15px, 1.56vw, 30px);
  line-height: 130%;
  font-weight: 500;
}

.rooms-item-price .number {
  font-size: clamp(18px, 1.88vw, 36px);
  font-weight: 600;
}

.rooms-item-details {
  display: grid;
  grid-template-columns: auto auto 270px;
  align-items: start;
  gap: clamp(8px, 0.78vw, 15px);
}

.rooms-item-facility {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 0.63vw, 12px);
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 135%;
  font-weight: 500;
  color: var(--color-dark);
}

.rooms-item-facility li {
  display: flex;
  align-items: center;
  gap: clamp(9px, 0.94vw, 18px);
}

.rooms-item-facility li img {
  width: clamp(16px, 1.25vw, 24px);
  height: clamp(16px, 1.25vw, 24px);
  object-fit: contain;
}

.rooms-item-book-btn {
  width: 270px;
  font-size: clamp(11px, 0.68vw, 13px);
  font-weight: 700;
  color: white;
  background-color: var(--color-dark);
  padding-block: clamp(14px, 1.25vw, 24px);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (hover: hover) {
  .rooms-item-book-btn:hover {
    background-color: #212122;
  }
}

@media (max-width: 1280px) {
  .rooms-item-details {
    grid-template-columns: 1fr 1fr;
    row-gap: clamp(20px, 1.82vw, 35px);
  }

  .rooms-item-book-btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

.plan {
  position: relative;
  isolation: isolate;
}

.plan-title-wrapper {
  position: sticky;
  top: 120px;
  z-index: 100;
  height: 0;
  will-change: transform;
}

.plan-decoration-wrapper {
  padding-top: clamp(32px, 3.33vw, 64px);
  position: sticky;
  top: 120px;
  z-index: 0;
}

.plan-title-container {
  position: absolute;
  top: 90px;
  width: 100%;
}

.plan-title {
  position: relative;
  color: var(--color-dark);
  font-size: clamp(32px, 3.33vw, 64px);
  line-height: 120%;
  text-align: center;
}

.plan-title--over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  clip-path: inset(100% 0 0 0);
  pointer-events: none;
}

.plan-decoration {
  position: relative;
  z-index: 0;
  padding-bottom: 100px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-decoration-image {
  width: 590px;
  height: 610px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
}

.plan-form-container {
  position: relative;
  z-index: 1;
  background: url(/wp-content/themes/chekhov/assets/images/bg_OC_1.webp) center/cover no-repeat;
  padding-top: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.plan-form-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 36%);
}

.plan-form-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.plan-form-wrapper {
  padding-bottom: 80px;
  width: 600px;
  height: 600px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(7px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  position: relative;
  z-index: 10;
}

.plan-form-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
  max-width: 360px;
  text-align: center;
  color: white;
}

.plan-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 360px;
}

.plan-form-input-wrapper {
  width: 100%;
  border: 1px solid white;
  border-radius: 50px;
  padding: 0 24px 18px;
  margin: 0;
}

.plan-form-label {
  padding: 0 8px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 11px;
  line-height: 135%;
  color: white;
  text-transform: uppercase;
}

.plan-form-input {
  width: 100%;
  height: 28px;
  border: none;
  background-color: transparent;
  color: white;
  outline: none;
}

.plan-form-btn {
  height: 88px;
  background-color: white;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (hover: hover) {
  .plan-form-btn:hover {
    background-color: var(--color-skin);
  }
}

.city {
  background-color: white;
  padding-top: clamp(80px, 7.81vw, 150px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(15px, 1.3vw, 25px);
}

.city-title {
  color: var(--color-dark);
  font-size: clamp(32px, 3.33vw, 64px);
  line-height: 120%;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  margin-bottom: clamp(50px, 5.73vw, 110px);
}

.city-title::after {
  content: "ТАГАНРОГ";
  z-index: -1;
  font-size: clamp(80px, 16.6vw, 320px);
  color: #ebe7dc;
  opacity: 0.5;
}

.city-container {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 3.125vw, 60px);
}

.city-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10.24px, 1vw, 20px);
}

.city-image {
  width: 100%;
  aspect-ratio: 0.64;
  object-fit: cover;
}

.city-image.rounded {
  aspect-ratio: 0.8;
}

.city-image.rounded.top {
  border-top-right-radius: 500px;
  border-top-left-radius: 500px;
}

.city-image.top {
  align-self: flex-end;
}

.city-image.rounded.bottom {
  border-bottom-right-radius: 500px;
  border-bottom-left-radius: 500px;
  object-position: 30% center;
}

.city-image.bottom {
  align-self: start;
}

.city-text {
  padding-block: clamp(32px, 3.125vw, 60px);
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(16px, 1.56vw, 30px);
  align-self: center;
}

.city-text.end {
  justify-self: end;
}

.city-description {
  font-size: 16px;
  line-height: 135%;
  font-weight: 500;
}

.city-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.09vw, 21px);
}

.city-text-main {
  font-size: 28px;
  line-height: 120%;
  font-weight: 500;
}

@media (max-width: 1280px) {
  .city-container {
    padding-inline: clamp(60px, 9vw, 140px);
  }

  .city-content {
    grid-template-columns: 1fr 0.85fr;
    column-gap: clamp(20px, 2.6vw, 50px);
    align-items: center;
  }

  .city-text,
  .city-text.end {
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-self: center;
    align-self: center;
    width: 80%;
    height: auto;
    padding-block: clamp(16px, 1.56vw, 30px);
  }

  .city-image {
    grid-column: 2;
    width: 100%;
    height: clamp(240px, 26vw, 360px);
    aspect-ratio: auto;
  }

  .city-image.top,
  .city-image.bottom {
    align-self: stretch;
  }

  .city-image.rounded {
    height: auto;
    aspect-ratio: 1;
  }

  .city-content:last-child {
    grid-template-columns: 0.85fr 1fr;
  }

  .city-content:last-child .city-text {
    grid-column: 2;
  }

  .city-content:last-child .city-image {
    grid-column: 1;
  }
}

.hotel {
  padding-top: clamp(96px, 9.375vw, 180px);
  display: flex;
  flex-direction: column;
  position: relative;
}

.hotel::after {
  content: "";
  display: block;
  width: 100%;
  height: 82%;
  border-top-left-radius: 1500px;
  border-top-right-radius: 1500px;
  background-color: var(--color-beige);
  position: absolute;
  top: 18%;
  left: 0;
  z-index: -1;
}

.hotel-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10.24px, 1vw, 20px);
  position: relative;
  z-index: 10;
}

.hotel-title {
  font-size: clamp(22px, 2.2vw, 42px);
  line-height: 120%;
  max-width: 80%;
}

.hotel-image-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.hotel-image-logo {
  width: 65%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translate(-25%, 3%);
}

.hotel-image-coffee {
  width: 75%;
  aspect-ratio: 0.6;
  border-radius: 250px;
  object-fit: cover;
}

.hotel-description {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hotel-description p {
  font-size: clamp(18px, 1.45vw, 28px);
  line-height: 135%;
  font-weight: 500;
  max-width: 67%;
}

.hotel-slider {
  margin-top: clamp(50px, 5.21vw, 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 2vw, 40px);
  position: relative;
  z-index: 10;
  padding-bottom: clamp(60px, 6.25vw, 120px);
}

.hotel-slider-track {
  overflow: hidden;
  width: 100%;
}

.hotel-slider-list,
.chibo-slider-list,
.reviews-photo-list,
.reviews-rate-list,
.privileges-rest-list,
.rooms-slider-wrap {
  touch-action: pan-y;
}

.hotel-slider-list.is-swiping,
.chibo-slider-list.is-swiping,
.reviews-photo-list.is-swiping,
.reviews-rate-list.is-swiping,
.privileges-rest-list.is-swiping {
  scroll-behavior: auto;
  user-select: none;
}

.hotel-slider-list {
  max-width: 100%;
  display: flex;
  overflow-x: hidden;
}

.hotel-slider-item {
  width: clamp(290px, 22.4vw, 430px);
  height: clamp(400px, 30.7vw, 590px);
  margin-right: clamp(10px, 1.04vw, 20px);
  overflow: hidden;
}

.hotel-slider-item:last-child {
  margin-right: 0;
}

.hotel-slider-item figure {
  width: 100%;
  height: 100%;
}

.hotel-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-slider-controls {
  display: flex;
  gap: clamp(3px, 0.26vw, 5px);
}

.hotel-slider-btn {
  width: 46px;
  height: 46px;
  border: 1px solid black;
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hotel-slider-btn.prev svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.hotel-slider-btn:disabled {
  color: #b4b2ab;
  border: 1px solid #b4b2ab;
}

@media (hover: hover) {
  .hotel-slider-btn:not(:disabled):hover {
    background-color: var(--color-dark);
  }

  .hotel-slider-btn:not(:disabled):hover svg {
    filter: invert();
  }
}

.hotel-form-container {
  position: relative;
  background: url(/wp-content/themes/chekhov/assets/images/img5_3.webp) center/cover no-repeat;
  padding-top: 300px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
  padding-top: 90px;
}

.hotel-form-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 36%);
}

.hotel-form-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.hotel-form-container-title {
  color: white;
  font-size: clamp(32px, 3.33vw, 64px);
  line-height: 120%;
  position: relative;
  z-index: 10;
  text-align: center;
}

.hotel-form-wrapper {
  padding-bottom: 80px;
  width: 600px;
  height: 600px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(7px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  position: relative;
  z-index: 10;
}

.hotel-form-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
  max-width: 360px;
  text-align: center;
  color: white;
}

.hotel-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 360px;
}

.hotel-form-input-wrapper {
  width: 100%;
  border: 1px solid white;
  border-radius: 50px;
  padding: 0 24px 18px;
  margin: 0;
}

.hotel-form-label {
  padding: 0 8px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 11px;
  line-height: 135%;
  color: white;
  text-transform: uppercase;
}

.hotel-form-input {
  width: 100%;
  height: 28px;
  border: none;
  background-color: transparent;
  color: white;
  outline: none;
}

.hotel-form-btn {
  height: 88px;
  background-color: white;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (hover: hover) {
  .hotel-form-btn:hover {
    background-color: var(--color-skin);
  }
}

.partners {
  padding-top: clamp(80px, 7.81vw, 150px);
  display: flex;
  flex-direction: column;
  gap: clamp(50px, 5.21vw, 100px);
}

.partners-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 2.08vw, 40px);
}

.partners-title {
  color: var(--color-dark);
  font-size: clamp(32px, 3.33vw, 64px);
  line-height: 120%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: clamp(50px, 5.21vw, 100px);
}

.partners-title::after {
  content: "ПАРТНЕРЫ";
  z-index: -1;
  font-size: clamp(80px, 16.6vw, 320px);
  color: #ebe7dc;
  opacity: 0.5;
}

.partners-subtitle {
  color: var(--color-melange);
  font-size: clamp(27px, 2.7vw, 52px);
  text-align: center;
  max-width: 70%;
}

.partners-description {
  font-size: clamp(12px, 0.83vw, 16px);
  line-height: 135%;
  font-weight: 500;
  max-width: 45%;
  text-align: center;
}

.chibo {
  display: flex;
  flex-direction: column;
  gap: clamp(50px, 5.21vw, 100px);
}

.chibo-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.chibo-info {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 3.125vw, 60px);
  align-items: center;
}

.chibo-title {
  text-align: center;
  font-size: clamp(22px, 2.2vw, 42px);
  line-height: 120%;
}

.chibo-image {
  width: clamp(150px, 11.09vw, 213px);
  height: clamp(218px, 16.15vw, 310px);
  border-radius: clamp(130px, 13.02vw, 250px);
}

.chibo-description {
  font-size: clamp(12px, 0.83vw, 16px);
  line-height: 135%;
  font-weight: 500;
  max-width: 60%;
  text-align: center;
}

.chibo-figure {
  width: 100%;
  aspect-ratio: 1/1;
}

.chibo-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chibo-chain {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 2.6vw, 50px);
}

.chibo-chain-title {
  text-align: center;
  font-size: clamp(22px, 2.2vw, 42px);
  line-height: 120%;
}

.chibo-slider {
  display: flex;
  flex-direction: column;
}

.chibo-slider-track {
  overflow: hidden;
  width: 100%;
}

.chibo-slider-list {
  display: grid;
  grid-template-columns: repeat(4, clamp(290px, 22.4vw, 430px));
  justify-content: space-between;
  gap: clamp(10px, 1.04vw, 20px);
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
  padding-bottom: clamp(10px, 1.04vw, 20px);
}

.chibo-slider-item {
  width: 100%;
  min-height: clamp(400px, 30.7vw, 590px);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  color: white;
}

.chibo-slider-item-tag {
  position: absolute;
  top: 4%;
  left: 6%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
  padding: clamp(6px, 0.42vw, 8px) clamp(12px, 1.04vw, 20px);
  text-transform: uppercase;
  border-radius: 50px;
  font-size: clamp(10px, 0.67vw, 13px);
}

.chibo-slider-item-img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}

.chibo-slider-item-info {
  background-color: var(--color-dark);
  flex-grow: 1;
}

.chibo-slider-item-title {
  font-size: clamp(18px, 1.67vw, 32px);
  padding: clamp(15px, 1.5vw, 30px) clamp(18px, 1.8vw, 35px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-transform: none;
}

.chibo-slider-item-desc {
  padding: clamp(15px, 1.5vw, 30px) clamp(18px, 1.8vw, 35px);
  font-size: clamp(12px, 0.83vw, 16px);
  line-height: 135%;
  font-weight: 500;
}

.chibo-slider-controls {
  display: none;
  gap: clamp(3px, 0.26vw, 5px);
}

.chibo-slider-btn {
  width: 46px;
  height: 46px;
  border: 1px solid black;
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.chibo-slider-btn.prev svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.chibo-slider-btn:disabled {
  color: #b4b2ab;
  border: 1px solid #b4b2ab;
}

@media (hover: hover) {
  .chibo-slider-btn:not(:disabled):hover {
    background-color: var(--color-dark);
  }

  .chibo-slider-btn:not(:disabled):hover svg {
    filter: invert();
  }
}

.factory {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.factory-image-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: 5%;
  padding-right: 12%;
}

.factory-image-meat {
  width: min(50%, 360px);
  aspect-ratio: 36/52;
  border-radius: 250px;
  object-fit: cover;
}

.factory-image-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(140px, 13vw, 233px);
  height: clamp(140px, 13vw, 233px);
}

.factory-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 20%;
}

.factory-title {
  font-size: clamp(22px, 2.2vw, 42px);
  line-height: 120%;
}

.factory-description {
  font-size: clamp(12px, 0.83vw, 16px);
  line-height: 135%;
  font-weight: 500;
  max-width: 55%;
}

.privileges {
  position: relative;
  padding-top: clamp(80px, 7.81vw, 150px);
  background: linear-gradient(
    to bottom,
    white 0%,
    white 30%,
    var(--color-beige) 30%
  );
}

.privileges::after {
  content: "";
  display: block;
  width: 100%;
  height: 87%;
  border-top-left-radius: 1500px;
  border-top-right-radius: 1500px;
  background-color: var(--color-beige);
  position: absolute;
  top: -13%;
  left: 0;
  z-index: 1;
}

.privileges-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 3.125vw, 60px);
  position: relative;
  z-index: 10;
  padding-bottom: clamp(50px, 5.73vw, 110px);
}

.privileges-title {
  color: var(--color-dark);
  font-size: clamp(32px, 3.33vw, 64px);
  line-height: 120%;
  text-align: center;
}

.privileges-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.04vw, 20px);
}

.privileges-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 1.67;
}

.privileges-item-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.privileges-item-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(8px, 0.83vw, 16px);
  padding: 14% 7% 6%;
  height: 82%;
  width: 72%;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(25px);
  color: white;
  text-align: center;
}

.privileges-item-icon {
  width: min(3.125vw, 60px);
  height: min(3.125vw, 60px);
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.privileges-item-icon img {
  width: 70%;
  height: auto;
}

.privileges-item-name {
  font-size: clamp(18px, 1.45vw, 28px);
  line-height: 120%;
  font-weight: 500;
  max-width: 85%;
}

.privileges-item-desc {
  font-size: clamp(12px, 0.83vw, 16px);
  line-height: 135%;
  font-weight: 500;
  max-width: 78%;
}

@media (max-width: 1280px) {
  .privileges-item {
    aspect-ratio: 1.4;
  }
}

@media (max-width: 1024px) {
  .privileges-item {
    aspect-ratio: 1.2;
  }
}

.privileges-slider {
  background-color: var(--color-beige);
}

.privileges-rest-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(6px, 0.52vw, 10px);
}

.privileges-rest-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 1.56vw, 30px);
}

.privileges-rest-item-content {
  width: 100%;
  height: 70%;
  border-radius: clamp(50px, 5.21vw, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.privileges-rest-item-content.transparent {
  border: 1px solid var(--color-melange);
}

.privileges-rest-item-content.white {
  background-color: white;
}

.privileges-rest-item-content.black {
  background-color: black;
}

.privileges-rest-item-content img {
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 70%;
  max-height: 80%;
}

.privileges-rest-item-content.tkz img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.privileges-rest-item-link {
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .logos-reveal-ready .privileges-rest-list {
    overflow: hidden;
  }

  .logos-reveal-ready .privileges-rest-item {
    opacity: 0;
    transform: translateX(120px);
    transition:
      opacity 0.7s ease,
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .logos-reveal-ready .privileges-rest-list.is-inview .privileges-rest-item {
    opacity: 1;
    transform: none;
  }

  .logos-reveal-ready
    .privileges-rest-list.is-inview
    .privileges-rest-item:nth-child(2) {
    transition-delay: 0.1s;
  }
  .logos-reveal-ready
    .privileges-rest-list.is-inview
    .privileges-rest-item:nth-child(3) {
    transition-delay: 0.2s;
  }
  .logos-reveal-ready
    .privileges-rest-list.is-inview
    .privileges-rest-item:nth-child(4) {
    transition-delay: 0.3s;
  }
  .logos-reveal-ready
    .privileges-rest-list.is-inview
    .privileges-rest-item:nth-child(5) {
    transition-delay: 0.4s;
  }
}

.privileges-slider-controls {
  display: none;
  gap: clamp(3px, 0.26vw, 5px);
}

.privileges-slider-btn {
  width: 46px;
  height: 46px;
  border: 1px solid black;
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.privileges-slider-btn.prev svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.privileges-slider-btn:disabled {
  color: #b4b2ab;
  border: 1px solid #b4b2ab;
}

@media (hover: hover) {
  .privileges-slider-btn:not(:disabled):hover {
    background-color: var(--color-dark);
  }

  .privileges-slider-btn:not(:disabled):hover svg {
    filter: invert();
  }
}

.privileges-guests {
  padding-inline: clamp(37px, 3.65vw, 70px);
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 3.125vw, 60px);
}

.privileges-guests-title {
  color: var(--color-dark);
  font-size: clamp(32px, 3.33vw, 64px);
  line-height: 120%;
  text-align: center;
}

.privileges-guests-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 0.78vw, 15px);
}

.privileges-guests-item {
  display: flex;
  flex-direction: column;
}

.privileges-guests-item-img {
  width: 100%;
  aspect-ratio: 1.5;
}

.privileges-guests-item-name {
  flex-grow: 1;
  padding-block: clamp(40px, 4.17vw, 80px);
  padding-left: clamp(20px, 3.125vw, 60px);
  background-color: var(--color-dark);
  color: white;
  font-size: clamp(18px, 1.67vw, 32px);
}

.privileges-guests-item .gold {
  color: var(--color-gold);
}

.location {
  padding-top: clamp(80px, 7.81vw, 150px);
}

.location-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 2.08vw, 40px);
}

.location-title {
  color: var(--color-dark);
  font-size: clamp(32px, 3.33vw, 64px);
  line-height: 120%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  margin-bottom: clamp(50px, 5.21vw, 100px);
  text-align: center;
}

.location-title::after {
  content: "ЛОКАЦИЯ";
  z-index: -1;
  font-size: clamp(80px, 16.6vw, 320px);
  color: #ebe7dc;
  opacity: 0.5;
}

.location-subtitle {
  color: var(--color-melange);
  font-size: clamp(27px, 2.7vw, 52px);
  text-align: center;
}

.location-description {
  max-width: 800px;
  font-size: 16px;
  line-height: 135%;
  font-weight: 500;
  text-align: center;
}

.location-content {
  position: relative;
  display: flex;
}

#map {
  position: relative;
  width: 76%;
  height: auto;
  aspect-ratio: 1.24;
  z-index: 1;
}

.map-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background: url(/wp-content/themes/chekhov/assets/images/map-bg.png) left center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 2;
}

.map-marker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;

  transform: translate(-50%, calc(-100% + 6px));
}

.map-marker__pin {
  position: relative;
  width: clamp(48px, 3.75vw, 64px);
  height: clamp(48px, 3.75vw, 64px);
  border-radius: 50%;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.map-marker__pin img {
  width: 55%;
  height: auto;
}

.map-marker__label {
  position: absolute;
  left: 100%;
  bottom: 100%;
  white-space: nowrap;
  background-color: #ffffff;
  color: #1a1a1a;
  font-size: clamp(16px, 1.25vw, 22px);
  font-weight: 500;
  line-height: 1.2;
  padding: 6px 18px;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.map-marker__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1a1a1a;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.sight-marker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;

  transform: translate(-50%, -17px);
}

.sight-marker.is-hidden {
  display: none;
}

.sight-marker__pin {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #9a9a9a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

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

.sight-marker__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  color: #3d4650;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.poi-marker {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transform: translate(-19px, -50%);
}

.poi-marker.is-hidden {
  display: none;
}

.poi-marker__icon {
  position: relative;
  z-index: 2;
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #2b7cff;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.poi-marker__icon svg {
  width: 55%;
  height: 55%;
  display: block;
}

.poi-marker__body {
  margin-left: -14px;
  padding: 5px 14px 5px 22px;
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}

.poi-marker__title {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.poi-marker__rating {
  color: #1a1a1a;
  font-weight: 600;
}

.poi-marker__category {
  color: #9aa0a8;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.location-list {
  padding-top: clamp(40px, 4.17vw, 80px);
  position: relative;
  z-index: 10;
  max-width: 30vw;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.08vw, 40px);
  transform: translateX(-20%);
}

.location-item {
  width: 100%;
  display: flex;
  gap: clamp(16px, 1.56vw, 30px);
}

.location-item-icon {
  background-color: #d1cfc7;
  width: clamp(44px, 3.125vw, 60px);
  height: clamp(44px, 3.125vw, 60px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-item-icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.location-item-content {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 0.52vw, 10px);
  max-width: 70%;
}

.location-item-name {
  font-size: clamp(12px, 1.04vw, 20px);
  font-weight: bold;
}

.location-item-desc {
  font-size: 16px;
  line-height: 135%;
  font-weight: 500;
}

.location-form-container {
  position: relative;
  background: url(/wp-content/themes/chekhov/assets/images/bg_OC_3.webp) center/cover no-repeat;
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
  padding-top: 90px;
}

.location-form-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 36%);
}

.location-form-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.location-form-container-title {
  color: white;
  font-size: clamp(32px, 3.33vw, 64px);
  line-height: 120%;
  position: relative;
  z-index: 10;
  text-align: center;
}

.location-form-wrapper {
  padding-bottom: 80px;
  width: 600px;
  height: 600px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(7px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  position: relative;
  z-index: 10;
}

.location-form-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
  max-width: 360px;
  text-align: center;
  color: white;
}

.location-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 360px;
}

.location-form-input-wrapper {
  width: 100%;
  border: 1px solid white;
  border-radius: 50px;
  padding: 0 24px 18px;
  margin: 0;
}

.location-form-label {
  padding: 0 8px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 11px;
  line-height: 135%;
  color: white;
  text-transform: uppercase;
}

.location-form-input {
  width: 100%;
  height: 28px;
  border: none;
  background-color: transparent;
  color: white;
  outline: none;
}

.location-form-btn {
  height: 88px;
  background-color: white;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (hover: hover) {
  .location-form-btn:hover {
    background-color: var(--color-skin);
  }
}

.reasons {
  padding-block: clamp(80px, 7.81vw, 150px);
}

.reasons-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.08vw, 40px);
}

.reasons-title {
  color: var(--color-dark);
  font-size: clamp(32px, 3.33vw, 64px);
  line-height: 120%;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  margin-bottom: clamp(50px, 5.73vw, 110px);
}

.reasons-title::after {
  content: "ПОЧЕМУ МЫ";
  z-index: -1;
  font-size: clamp(80px, 13vw, 260px);
  color: #ebe7dc;
  opacity: 0.5;
}

.reasons-content {
  display: grid;
  grid-template-columns: auto 66% auto;
  gap: clamp(8px, 0.78vw, 15px);
}

.reasons-image {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}

.reasons-image.bottom {
  align-self: flex-end;
}

.reasons-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: clamp(28px, 2.6vw, 50px);
  column-gap: clamp(8px, 0.78vw, 15px);
}

.reasons-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(20px, 1.88vw, 36px);
}

.reasons-item-icon {
  width: clamp(44px, 3.125vw, 60px);
  height: clamp(44px, 3.125vw, 60px);
  background-color: #d1cfc7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reasons-item-icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.reasons-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 0.52vw, 10px);
}

.reasons-item-name {
  font-size: clamp(12px, 1.04vw, 20px);
  font-weight: bold;
}

.reasons-item-desc {
  font-size: 16px;
  line-height: 135%;
  font-weight: 500;
  max-width: 92%;
  text-align: center;
}

.reasons-item.image {
  grid-column: -1/ 1;
}

.reasons-item.image img {
  width: 100%;
  aspect-ratio: 3.57;
  object-fit: cover;
}

@media (max-width: 1280px) {
  .reasons-content {
    grid-template-columns: 1fr;
  }

  .reasons-image {
    display: none;
  }
}

.reviews {
  position: relative;
  padding-bottom: clamp(40px, 4.17vw, 80px);
}

.reviews::after {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  border-top-left-radius: 1500px;
  border-top-right-radius: 1500px;
  background-color: var(--color-beige);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.reviews-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 3.125vw, 60px);
  position: relative;
  z-index: 10;
}

.reviews-title {
  color: var(--color-dark);
  font-size: clamp(32px, 3.33vw, 64px);
  line-height: 120%;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  margin-bottom: clamp(50px, 5.73vw, 110px);
}

.reviews-title::after {
  content: "ОТЗЫВЫ";
  z-index: -1;
  font-size: clamp(80px, 16.6vw, 320px);
  color: #ebe7dc;
  opacity: 0.5;
}

.reviews-photo-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 1.56vw, 30px);
}

.reviews-photo-slider-track {
  width: 100%;
  overflow: hidden;
}

.reviews-photo-list {
  display: flex;
  max-width: 100%;

  overflow-x: hidden;
}

.reviews-photo-item {
  width: max(22.4vw, 290px);
  height: auto;
  flex-shrink: 0;
  margin-right: 1vw;
  position: relative;
  display: flex;
  flex-direction: column;
}

.reviews-photo-item:last-child {
  margin-right: 0;
}

.reviews-photo-item-user {
  position: absolute;
  top: clamp(10px, 0.83vw, 16px);
  left: clamp(10px, 0.83vw, 16px);
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.52vw, 10px);
}

.reviews-photo-item-avatar {
  width: clamp(32px, 2.08vw, 40px);
  height: clamp(32px, 2.08vw, 40px);
  border-radius: 50%;
  object-fit: cover;
}

.reviews-photo-item-username {
  color: white;
  font-size: 15px;
  line-height: 135%;
  font-weight: 600;
}

.reviews-photo-item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.reviews-photo-item-content img {
  width: 100%;
  aspect-ratio: 0.85;
}

.reviews-photo-item-desc {
  flex-grow: 1;
  padding: clamp(16px, 1.56vw, 30px) clamp(16px, 1.56vw, 30px)
    clamp(40px, 4.17vw, 80px);
  background-color: white;
  font-size: clamp(12px, 0.83vw, 16px);
  line-height: 135%;
  font-weight: 500;
}

.reviews-photo-slider-controls {
  display: flex;
  gap: clamp(3px, 0.26vw, 5px);
}

.reviews-photo-slider-btn {
  width: 46px;
  height: 46px;
  border: 1px solid black;
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.reviews-photo-slider-btn.prev svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.reviews-photo-slider-btn:disabled {
  color: #b4b2ab;
  border: 1px solid #b4b2ab;
}

@media (hover: hover) {
  .reviews-photo-slider-btn:not(:disabled):hover {
    background-color: var(--color-dark);
  }

  .reviews-photo-slider-btn:not(:disabled):hover svg {
    filter: invert();
  }
}

.reviews-rate {
  display: flex;
  gap: clamp(40px, 6.25vw, 120px);
  overflow: hidden;
}

.reviews-rate-title {
  flex-shrink: 0;
  color: var(--color-dark);
  font-size: clamp(32px, 3.33vw, 64px);
  line-height: 120%;
  display: flex;
  flex-direction: column;
}

.reviews-rate-slider {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.56vw, 30px);
  padding-left: 0;

  flex: 1;
  min-width: 0;
}

.reviews-rate-slider-track {
  width: 100%;
  overflow: hidden;
}

.reviews-rate-list {
  display: flex;
  max-width: 100%;

  overflow-x: hidden;
}

.reviews-rate-item {
  width: clamp(280px, 17.7vw, 340px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(20px, 2.08vw, 40px);
  padding: clamp(14px, 1.04vw, 20px) clamp(16px, 1.56vw, 30px)
    clamp(16px, 1.56vw, 30px);
  border-radius: clamp(15px, 1.3vw, 25px);
  background-color: #faf9f3;
  margin-right: 1vw;
}

.reviews-rate-item:last-child {
  margin-right: 0;
}

.reviews-rate-item-content {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.04vw, 20px);
}

.reviews-rate-item-user {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.63vw, 12px);
}

.reviews-rate-item-user-info {
  display: flex;
  flex-direction: column;
}

.reviews-rate-item-avatar {
  width: clamp(32px, 2.08vw, 40px);
  height: clamp(32px, 2.08vw, 40px);
  border-radius: 50%;
  object-fit: cover;
}

.reviews-rate-item-username {
  font-size: 15px;
  font-weight: 700;
  line-height: 135%;
}

.reviews-rate-item-usertag {
  color: #8f8f90;
  font-size: 13px;
  font-weight: 600;
}

.reviews-rate-item-rating {
  display: flex;
}

.reviews-rate-item-rating img {
  width: clamp(16px, 1.04vw, 20px);
  height: clamp(16px, 1.04vw, 20px);
  object-fit: contain;
}

.reviews-rate-item-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.reviews-rate-item-location {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.52vw, 10px);
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
}

.reviews-rate-item-location img {
  width: clamp(16px, 1.04vw, 20px);
  height: clamp(16px, 1.04vw, 20px);
  object-fit: contain;
}

.reviews-rate-slider-controls {
  display: flex;
  gap: clamp(3px, 0.26vw, 5px);
}

.reviews-rate-slider-btn {
  width: 46px;
  height: 46px;
  border: 1px solid black;
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.reviews-rate-slider-btn.prev svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.reviews-rate-slider-btn:disabled {
  color: #b4b2ab;
  border: 1px solid #b4b2ab;
}

@media (hover: hover) {
  .reviews-rate-slider-btn:not(:disabled):hover {
    background-color: var(--color-dark);
  }

  .reviews-rate-slider-btn:not(:disabled):hover svg {
    filter: invert();
  }
}

.faq {
  padding-block: clamp(80px, 7.81vw, 150px);
  display: grid;
  grid-template-columns: 33vw auto;
  gap: 9vw;
}

.faq-content {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.faq-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-title {
  color: var(--color-dark);
  font-size: clamp(32px, 3.33vw, 64px);
  line-height: 120%;
}

.faq-subtitle {
  color: var(--color-melange);
  font-size: clamp(27px, 2.7vw, 52px);
}

.faq-btn {
  padding-block: 38px;
  width: 100%;
  max-width: 360px;
  border-radius: 100px;
  background-color: white;
  border: 1px solid var(--color-dark);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .faq-btn:hover {
    filter: invert();
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-more {
  display: none;
}

.faq-item {
  width: 100%;
}

.faq-item-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-size: clamp(15px, 1vw, 20px);
  font-weight: 700;
  color: var(--color-dark);
  cursor: pointer;
  border: 1px solid rgba(53, 53, 54, 0.25);
  border-radius: 100px;
  background-color: transparent;
  padding: 15px 15px 15px 50px;
}

.faq-item-question span {
  max-width: 80%;
}

.faq-item-icon {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-dark);
  transition: background-color 0.3s ease;
}

@media (hover: hover) {
  .faq-item-icon:hover {
    background-color: var(--color-melange);
  }
}

.faq-item-icon-plus,
.faq-item-icon-minus {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  transform: translate(-50%, -50%) scale(1);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.faq-item-icon-minus {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}

.faq-item.is-open .faq-item-icon {
  background-color: var(--color-melange);
}

.faq-item.is-open .faq-item-icon-plus {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}

.faq-item.is-open .faq-item-icon-minus {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.faq-item-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.faq-item.is-open .faq-item-answer {
  grid-template-rows: 1fr;
}

.faq-item-answer-inner {
  overflow: hidden;
  min-height: 0;
}

.faq-item-answer-inner p {
  padding-top: 30px;
  padding-inline: 60px;
  font-size: clamp(12px, 0.83vw, 16px);
  font-weight: 500;
  line-height: 145%;
  color: var(--color-dark);
  max-width: 90%;
}

.offer {
  position: relative;
  background: url(/wp-content/themes/chekhov/assets/images/bg_OC_4.webp) center/cover no-repeat;
  padding-top: 300px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
  padding-top: 90px;
}

.offer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 36%);
}

.offer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.offer-title {
  color: white;
  font-size: clamp(32px, 3.33vw, 64px);
  line-height: 120%;
  position: relative;
  z-index: 10;
  text-align: center;
}

.offer-form-wrapper {
  padding-bottom: 80px;
  width: 600px;
  height: 600px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(7px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  position: relative;
  z-index: 10;
}

.offer-form-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
  max-width: 360px;
  text-align: center;
  color: white;
}

@media (min-width: 1025px) {
  .forms-reveal-ready .hotel-form-wrapper,
  .forms-reveal-ready .location-form-wrapper,
  .forms-reveal-ready .offer-form-wrapper {
    opacity: 0;
    transform: translateY(90px);
    transition:
      opacity 0.9s ease,
      transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .forms-reveal-ready .hotel-form-wrapper.is-inview,
  .forms-reveal-ready .location-form-wrapper.is-inview,
  .forms-reveal-ready .offer-form-wrapper.is-inview {
    opacity: 1;
    transform: none;
  }
}

.offer-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 360px;
}

.offer-form-input-wrapper {
  width: 100%;
  border: 1px solid white;
  border-radius: 50px;
  padding: 0 24px 18px;
  margin: 0;
}

.offer-form-label {
  padding: 0 8px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 11px;
  line-height: 135%;
  color: white;
  text-transform: uppercase;
}

.offer-form-input {
  width: 100%;
  height: 28px;
  border: none;
  background-color: transparent;
  color: white;
  outline: none;
}

.offer-form-btn {
  height: 88px;
  background-color: white;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (hover: hover) {
  .offer-form-btn:hover {
    background-color: var(--color-skin);
  }
}

.footer {
  padding-top: clamp(40px, 4.17vw, 80px);
  background-color: var(--color-dark);
  color: white;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 3.39vw, 65px);
  padding-bottom: clamp(20px, 2.08vw, 40px);
}

.footer-content {
  display: flex;
  justify-content: space-between;
}

.footer-nav {
  display: flex;
  gap: 8vw;
}

.footer-nav-links {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.56vw, 30px);
}

.footer-nav-title {
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.73vw, 14px);
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}

.footer-nav-list li a {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .footer-nav-list li a:hover {
    color: var(--color-skin);
    border-color: var(--color-skin);
  }
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.83vw, 16px);
  align-items: flex-end;
}

.footer-phone {
  font-size: clamp(32px, 4.17vw, 80px);
  font-weight: 400;
}

.footer-address,
.footer-email {
  font-size: clamp(18px, 1.67vw, 32px);
  color: #b9b9b9;
  text-transform: none;
}

.footer-logo {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo img {
  transform: translateX(7%);
  width: 55vw;
  height: auto;
}

.footer-logo-caption {
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 120%;
  color: #8f8f90;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-block: clamp(16px, 1.3vw, 25px) clamp(20px, 2.08vw, 40px);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #919191;
  font-size: 13px;
  font-weight: 400;
}

.footer-legal {
  display: flex;
  gap: clamp(16px, 2.08vw, 40px);
}

@media screen and (max-width: 1024px) {
  .header-burger {
    display: flex;
  }

  .header-nav {
    display: none;
  }

  .header-address {
    display: none;
  }

  .header-contacts {
    gap: clamp(16px, 2vw, 24px);
  }

  .header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-37%);
  }

  .hero {
    height: auto;
    min-height: 100vh;
    max-height: none;
    padding-top: clamp(96px, 12vw, 120px);
  }

  .hero-advantages {
    display: none;
  }

  .hero-booking {
    order: 2;
  }

  .hero-advantages-mob-slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow: hidden;
    order: 1;
  }

  .hero-advantages-mob-list {
    max-width: 100%;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
  }

  .hero-advantages-mob-list:active {
    cursor: grabbing;
  }

  .hero-advantages-mob-list::-webkit-scrollbar {
    display: none;
  }

  .hero-advantages-mob-item {
    flex: 0 0 265px;
    width: 265px;
    display: flex;
    gap: 14px;
    align-items: center;
    margin-right: 15px;
    scroll-snap-align: start;
  }

  .hero-advantages-mob-item:last-child {
    margin-right: 0;
  }

  .hero-advantages-mob-item-image {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-advantages-mob-item-image img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
  }

  .hero-advantages-mob-item-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-width: 0;
    color: white;
  }

  .hero-advantages-mob-item-title {
    font-size: 18px;
    overflow-wrap: break-word;
  }

  .hero-advantages-mob-item-desc {
    font-size: 11px;
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase;
    text-wrap: wrap;
    max-width: 100%;
  }

  .hero-advantages-mob-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .hero-advantages-mob-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .hero-advantages-mob-dot.is-active {
    background: #ffffff;
  }

  .location-content {
    flex-direction: column;
    padding-top: clamp(40px, 4.17vw, 80px);
    gap: clamp(40px, 4.17vw, 80px);
  }

  #map {
    position: relative;
    width: 100%;
    aspect-ratio: 2/1;
    height: auto;
    overflow: hidden;
  }

  #map::before {
    content: "";
    display: block;
    width: 100%;
    height: 7%;
    background: linear-gradient(180deg, white 0%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #map::after {
    content: "";
    display: block;
    width: 100%;
    height: 7%;
    background: linear-gradient(180deg, transparent 0%, white 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

  .map-bg {
    display: none;
  }

  .location-list {
    padding-top: 0;
    max-width: 100%;
    transform: none;
    align-items: center;
    padding-left: clamp(37px, 3.65vw, 70px);
  }
}

@media screen and (max-width: 768px) {
  .city-image.bottom:not(.rounded) {
    align-self: flex-end;
  }

  .city-content {
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    row-gap: 20px;
    align-items: start;
  }

  .city-text,
  .city-text.end,
  .city-text-wrapper {
    display: contents;
  }

  .city-description,
  .city-text-main {
    grid-column: 1 / -1;
  }

  .city-image,
  .city-content:last-child .city-image {
    grid-column: auto;
    height: auto;
    align-self: start;
  }

  .city-image.top,
  .city-image.bottom {
    align-self: start;
  }

  .city-image {
    aspect-ratio: 0.63;
  }

  .city-image.rounded {
    aspect-ratio: 0.8;
  }

  .city-image.rounded.top {
    align-self: flex-end;
  }

  .city-text-main {
    font-size: 24px;
  }

  .city-content:first-child .city-text.end > .city-description {
    order: -1;
  }

  .city-content:last-child .city-image {
    order: -1;
  }

  .hotel-title {
    font-size: 32px;
    align-self: center;
  }

  .hotel-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotel-description {
    grid-column: -1 /1;
    text-align: center;
  }

  .hotel-description p {
    max-width: 100%;
  }

  .hotel-image-container {
    max-width: 320px;
  }

  .privileges-item {
    aspect-ratio: 1;
  }

  .privileges-item-content {
    width: 90%;
    height: 90%;
  }

  .privileges-slider {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-inline: 0;
  }

  .privileges-rest-list {
    display: flex;
    gap: 0;
    overflow: hidden;
  }

  .privileges-rest-item {
    width: 190px;
    margin-right: 7px;
  }

  .privileges-rest-item:last-child {
    margin-right: 0;
  }

  .privileges-rest-item-content {
    height: 103px;
  }

  .privileges-rest-item-link {
    font-size: 15px;
  }

  .privileges-slider-controls {
    display: flex;
    align-self: center;
  }

  .privileges-slider-btn {
    width: 46px;
    height: 46px;
  }

  .privileges-slider-btn svg {
    width: 10px;
    height: 10px;
  }

  .privileges-guests-list {
    grid-template-columns: 1fr;
    padding-inline: 10%;
  }

  .privileges-guests-item-img {
    aspect-ratio: 2/1;
    object-fit: cover;
  }

  .privileges-guests-item-name {
    font-size: 20px;
    padding: 30px 15px;
  }

  .location-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 60px;
  }

  #map {
    aspect-ratio: 3/2;
  }

  .reasons-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .reasons-item {
    gap: 14px;
    padding-inline: 15px;
  }

  .reasons-item.image {
    padding: 0;
    width: 100%;
  }

  .reasons-item.image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
  }

  .reasons-item-icon {
    width: 60px;
    height: 60px;
  }

  .reasons-item-name {
    font-size: 18px;
  }

  .reasons-item-desc {
    font-size: 15px;
    max-width: 450px;
  }

  .faq {
    display: flex;
    flex-direction: column;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 680px) {
  .header {
    padding: 0;
  }

  .header.dark {
    background-color: transparent;
    backdrop-filter: none;
  }

  .header-contacts {
    display: contents;
  }

  .header-top {
    flex-wrap: wrap;
    row-gap: 12px;
    padding: 13px 15px;
    transition:
      margin 0.3s ease,
      padding 0.3s ease,
      background-color 0.3s ease,
      border-radius 0.3s ease;
    background: linear-gradient(
      180deg,
      #212122 0%,
      #212122 40%,
      transparent 40%,
      transparent 100%
    );
  }

  .header-burger {
    order: 1;
    width: 30px;
    height: 30px;
  }

  .header-burger img {
    width: 20px;
    height: 20px;
  }

  .header-phone {
    order: 2;
    font-size: 14px;
  }

  .header-book-btn {
    order: 3;
    flex: 0 0 100%;
    font-size: 14px;
    padding-block: 18px;
  }

  .header-logo {
    position: absolute;
    flex: 0 0 100%;
    top: 100%;
  }

  .header-logo-img {
    width: auto;
    height: 38px;
  }

  .header-logo-additional {
    position: absolute;
    flex: 0 0 100%;
    top: calc(100% + 38px);
  }

  .header.is-float .header-top {
    padding: 6px 15px;
    flex-wrap: nowrap;
    gap: 10px;
    background: none;
    background-color: rgba(33, 33, 34, 0.45);
    backdrop-filter: blur(15px);
  }

  .header.is-float .header-phone {
    display: none;
  }

  .header.is-float .header-phone-btn {
    display: flex;
    order: 3;
    width: 30px;
    height: 30px;
  }

  .header.is-float .header-book-btn {
    order: 2;
    flex: 1 1 auto;
    padding-block: 12px;
  }

  .header.is-float .header-logo,
  .header.is-float .header-logo-additional {
    display: none;
  }

  .nav-drawer-panel {
    width: 100%;
  }

  .hero {
    height: auto;
    max-height: none;
    background-color: #2b2b2c;
    padding-top: 360px;
    padding-bottom: 40px;
  }

  .hero-bg {
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .hero-bg::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7) 0%,
      transparent 100%
    );
  }

  .hero-content {
    position: relative;
    z-index: 10;
  }

  .hero-label {
    font-size: 16px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-desc {
    font-size: 16px;
  }

  .hero-booking {
    padding: 20px;
    align-self: center;
    display: flex;
    flex-direction: column;
    width: 76%;
    border-radius: 25px;
    position: relative;
    z-index: 10;
    order: -1;
  }

  .hero-booking-field {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-block: 8px;
  }

  .hero-booking-field-label {
    font-size: 12px;
  }

  .hero-booking-field-display {
    font-size: 15px;
  }

  .hero-booking-field-icon {
    width: 24px;
    height: 24px;
  }

  .hero-booking-btn {
    margin: 0;
    margin-top: 16px;
  }

  .rooms-tabs {
    padding: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 100%;
    overflow-x: auto;
  }

  .rooms-content.container {
    padding: 0;
  }

  .rooms-tab {
    font-size: 14px;
    padding-inline: 24px;
    padding-block: 0;
    height: 38px;
  }

  .rooms-slider-wrap {
    grid-template-columns: calc(100% - 20px) auto;
    column-gap: 8px;
    row-gap: 20px;
    padding-left: 16px;
    justify-items: stretch;
    justify-content: start;
  }

  .rooms-item.is-active .rooms-card-image {
    width: 100%;
    height: auto;
  }

  .rooms-item.is-preactive .rooms-card-image {
    width: 206px;
  }

  .rooms-slider-controls {
    grid-column: 1;
    grid-row: 3;
    align-self: auto;
    justify-content: center;
  }

  .rooms-card-name {
    padding: 5px 5px 5px 15px;
    gap: 20px;
    font-size: 18px;
  }

  .rooms-card-btn {
    width: 46px;
    height: 46px;
  }

  .rooms-card-btn svg {
    width: 10px;
    height: 10px;
  }

  .rooms-item-info,
  .rooms-item-details {
    display: contents;
  }

  .rooms-item-desc {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .rooms-item-square {
    order: 1;
    font-size: 12px;
    padding-inline: 14px;
    height: 30px;
  }

  .rooms-item-square .number {
    font-size: 18px;
  }

  .rooms-item-square img {
    width: 18px;
    height: auto;
  }

  .rooms-item-facility {
    order: 2;
    font-size: 16px;
    gap: 8px;
  }

  .rooms-item-facility li {
    gap: 18px;
  }

  .rooms-item-facility li img {
    width: 24px;
    height: 24px;
  }

  .rooms-item-price {
    order: 3;
    font-size: 30px;
  }

  .rooms-item-price .number {
    font-size: 36px;
  }

  .rooms-item-book-btn {
    order: 4;
    width: 100%;
    font-size: 13px;
    padding: 22px 0;
  }

  .rooms-slider-btn {
    width: 46px;
    height: 46px;
  }

  .rooms-slider-btn svg {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 580px) {
  body {
    overflow-x: clip;
  }

  .container {
    padding-inline: 15px;
  }

  .rooms {
    padding-top: 60px;
  }

  .rooms::after {
    top: 80%;
  }

  .rooms-title {
    font-size: 28px;
    margin-bottom: 0;
  }

  .rooms-title::after {
    font-size: 62px;
    transform: translateY(-50%);
  }

  .rooms-subtitle {
    font-size: 24px;
  }

  .plan-title,
  .hotel-form-container-title,
  .location-form-container-title {
    font-size: 28px;
  }

  .plan-title-wrapper {
    max-width: 290px;
    margin: 0 auto;
  }

  .plan-title-container {
    top: 30px;
  }

  .plan-form-container {
    padding-top: 230px;
  }

  .hotel-form-container,
  .location-form-container {
    padding-top: 30px;
    gap: 90px;
  }

  .plan-decoration-wrapper {
    padding-top: 125px;
  }

  .plan-decoration-image {
    width: clamp(290px, 90%, 350px);
    aspect-ratio: 1.1;
    height: auto;
  }

  .plan-form-wrapper,
  .offer-form-wrapper,
  .hotel-form-wrapper,
  .location-form-wrapper {
    width: clamp(290px, 90%, 350px);
    height: auto;
    padding: 20px 20px 30px 20px;
    gap: 30px;
    aspect-ratio: 0.87;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
  }

  .plan-form-title,
  .offer-form-title,
  .hotel-form-title,
  .location-form-title {
    margin-top: 50px;
    font-size: 16px;
    max-width: 90%;
  }

  .plan-form,
  .hotel-form,
  .offer-form,
  .location-form {
    width: 100%;
  }

  .plan-form-input-wrapper,
  .hotel-form-input-wrapper,
  .offer-form-input-wrapper,
  .location-form-input-wrapper {
    padding-bottom: 16px;
  }

  .plan-form-label,
  .offer-form-label,
  .hotel-form-label,
  .location-form-label {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .plan-form-input,
  .offer-form-input,
  .hotel-form-input,
  .location-form-input {
    font-size: 16px;
  }

  .plan-form-btn,
  .offer-form-btn,
  .hotel-form-btn,
  .location-form-btn {
    height: 68px;
    font-size: 13px;
  }

  .city-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .city-title::after {
    font-size: 55px;
  }

  .city-container {
    padding-inline: 15px;
    gap: 40px;
  }

  .hotel {
    overflow: hidden;
  }

  .hotel::after {
    aspect-ratio: unset;
    height: 100%;
  }

  .hotel-content {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 30px;
  }

  .hotel-title {
    max-width: 100%;
    font-size: 28px;
  }

  .hotel-image-container {
    align-items: flex-start;
  }

  .hotel-image-coffee {
    width: min(78%, 240px);
    height: auto;
    aspect-ratio: 22/35;
  }

  .hotel-image-logo {
    width: min(70%, 220px);
    transform: translate(-20%, -20%);
  }

  .hotel-description {
    height: auto;
  }

  .hotel-description p {
    max-width: 100%;
    font-size: 16px;
  }

  .hotel-slider.container {
    padding-inline: 0;
  }

  .hotel-slider-btn {
    width: 46px;
    height: 46px;
  }

  .hotel-slider-btn svg {
    width: 10px;
    height: 10px;
  }

  .hotel-form-container {
    gap: 60px;
    padding-top: 30px;
  }

  .partners {
    padding-top: 60px;
  }

  .partners-title {
    max-width: 100%;
    font-size: 28px;
    text-align: center;
    margin-bottom: 0;
  }

  .partners-title span {
    font-size: 22px;
  }

  .partners-title::after {
    font-size: 52px;
    transform: translateY(-30%);
  }

  .partners-subtitle {
    font-size: 24px;
    max-width: 100%;
  }

  .partners-description {
    font-size: 16px;
    max-width: 100%;
  }

  .chibo-content {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .chibo-figure {
    grid-row: 1;
  }

  .chibo-image {
    width: 220px;
    height: 320px;
  }

  .chibo-description {
    font-size: 16px;
    max-width: 100%;
  }

  .chibo-slider.container {
    padding-inline: 0;
  }

  .chibo-slider-list {
    display: flex;
    align-items: stretch;

    overflow-x: hidden;
  }

  .chibo-slider-item {
    width: clamp(320px, 80vw, 400px);
    flex-shrink: 0;
    height: auto;
    margin-right: 15px;
  }

  .chibo-slider-item:last-child {
    margin-right: 0;
  }

  .chibo-slider-item-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.28;
  }

  .chibo-slider-item-title {
    font-size: 32px;
    padding: 20px 15px 30px 15px;
  }

  .chibo-slider-item-desc {
    font-size: 16px;
    padding: 30px 15px 60px 15px;
  }

  .chibo-slider-controls {
    display: flex;
    align-self: center;
  }

  .chibo-slider-btn {
    width: 46px;
    height: 46px;
  }

  .chibo-slider-btn svg {
    width: 10px;
    height: 10px;
  }

  .factory {
    grid-template-columns: 1fr;
  }

  .factory-content {
    padding-inline: 15px;
    gap: 20px;
    width: 100%;
  }

  .factory-title {
    font-size: 24px;
  }

  .factory-description {
    font-size: 16px;
    max-width: 100%;
  }

  .factory-image-container {
    grid-row: 2;
    padding: 0;
    padding-top: 50px;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .factory-image-meat {
    width: 220px;
    height: 320px;
  }

  .factory-image-logo {
    width: 130px;
    height: 130px;
  }

  .privileges:after {
    top: -7%;
  }

  .privileges-wrapper {
    gap: 60px;
    padding-bottom: 0;
  }

  .privileges-title {
    font-size: 28px;
  }

  .privileges-list.container {
    grid-template-columns: 1fr;
    padding-inline: 0;
    gap: 30px;
  }

  .privileges-item {
    aspect-ratio: unset;
    height: auto;
    width: 100%;
    padding-top: 115px;
    background-color: var(--color-beige);
  }

  .privileges-item-bg {
    aspect-ratio: unset;
    width: 100%;
    height: 100%;
    max-height: 360px;
  }

  .privileges-item-content {
    width: 90%;
    height: auto;
    gap: 20px;
  }

  .privileges-item-icon {
    width: 60px;
    height: 60px;
  }

  .privileges-item-name {
    font-size: 24px;
  }

  .privileges-item-desc {
    font-size: 16px;
    max-width: 100%;
  }

  .privileges-guests {
    gap: 20px;
    padding: 0;
  }

  .privileges-guests-title {
    font-size: 28px;
  }

  .privileges-guests-list {
    padding: 0;
    gap: 0;
  }

  .privileges-guests-item-img {
    aspect-ratio: 1.5;
  }

  .location {
    padding-top: 60px;
  }

  .location-title {
    font-size: 28px;
    margin-bottom: 0;
  }

  .location-title::after {
    font-size: 52px;
    transform: translateY(-40%);
  }

  .location-subtitle {
    font-size: 16px;
  }

  #map {
    aspect-ratio: 0.7;
  }

  .location-list {
    padding-inline: 15px;
    gap: 30px;
  }

  .location-item {
    gap: 20px;
  }

  .location-item-icon {
    width: 44px;
    height: 44px;
  }

  .location-item-name {
    font-size: 18px;
  }

  .location-item-desc {
    font-size: 15px;
  }

  .reasons {
    padding-block: 60px;
  }

  .reasons-wrapper {
    gap: 30px;
    padding-inline: 0;
  }

  .reasons-title {
    font-size: 28px;
    margin-bottom: 0;
  }

  .reasons-title::after {
    font-size: 41px;
    transform: translateY(-40%);
  }

  .reviews-wrapper {
    gap: 60px;
  }

  .reviews-title {
    font-size: 28px;
    margin-bottom: 0;
  }

  .reviews-title::after {
    font-size: 62px;
    transform: translateY(-30%);
  }

  .reviews-photo-slider {
    padding: 0;
  }

  .reviews-photo-item {
    width: 290px;
    margin-right: 10px;
  }

  .reviews-photo-item:last-child {
    margin-right: 0;
  }

  .reviews-photo-item-desc {
    font-size: 15px;
    padding: 20px 15px 35px 15px;
  }

  .reviews-rate {
    flex-direction: column;
    gap: 30px;
  }

  .reviews-rate-slider {
    align-items: center;
  }

  .reviews-rate-title {
    font-size: 28px;
    text-align: center;
    flex-direction: row;
    gap: 0.4em;
    justify-content: center;
  }

  .reviews-rate-item {
    width: 290px;
    margin-right: 15px;
    padding: 24px 20px 34px 20px;
  }

  .reviews-rate-item-content {
    gap: 20px;
  }

  .reviews-rate-item-avatar {
    width: 40px;
    height: 40px;
  }

  .reviews-rate-item-rating img {
    width: 20px;
    height: 20px;
  }

  .reviews-rate-item-location {
    gap: 10px;
  }

  .reviews-rate-item-location img {
    width: 20px;
    height: 20px;
  }

  .faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: url(/wp-content/themes/chekhov/assets/images/faq-bg.png) center/contain no-repeat;
    background-position: left top;
    padding-block: 60px;
  }

  .faq-content {
    display: contents;
  }

  .faq-header {
    order: 1;
    gap: 16px;
  }

  .faq-list {
    order: 2;
  }

  .faq-btn {
    order: 3;
    width: 100%;
    padding-block: 24px;
  }

  .faq-title {
    font-size: 28px;
  }

  .faq-subtitle {
    font-size: 22px;
  }

  .faq-item-question {
    padding: 10px 10px 10px 15px;
    font-size: 16px;
    border-radius: 15px;
  }

  .faq-item-icon {
    width: 32px;
    height: 32px;
  }

  .faq-item-question > span:first-child {
    flex-shrink: 1;
    min-width: 0;
  }

  .faq-list:not(.is-expanded) .faq-item:nth-child(n + 4) {
    display: none;
  }

  .faq-item-answer-inner p {
    padding: 16px;
    font-size: 15px;
    max-width: 100%;
  }

  .faq-more {
    display: block;
    align-self: center;
    margin-top: 4px;
    padding: 4px 8px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-dark);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .faq-list.is-expanded .faq-more {
    display: none;
  }

  .offer {
    padding-top: 30px;
    gap: 30px;
  }

  .offer-title {
    font-size: 26px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-content {
    flex-direction: column;
    gap: 30px;
  }

  .footer-nav {
    justify-content: space-around;
  }

  .footer-nav-links {
    gap: 30px;
  }

  .footer-nav-title {
    font-size: 15px;
  }

  .footer-nav-list {
    font-size: 15px;
    gap: 12px;
  }

  .footer-contacts {
    gap: 14px;
    align-items: center;
    text-align: center;
  }

  .footer-phone {
    font-size: 36px;
  }

  .footer-address {
    font-size: 20px;
    max-width: 65%;
  }

  .footer-email {
    font-size: 20px;
  }

  .footer-logo {
    gap: 12px;
  }

  .footer-logo img {
    width: 100%;
    transform: none;
  }

  .footer-logo-caption {
    font-size: 18px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    padding-block: 30px;
  }

  .footer-legal {
    flex-direction: column-reverse;
    align-items: center;
    gap: 12px;
  }
}

.room-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.room-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.room-modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(53, 53, 54, 0.65);
  backdrop-filter: blur(20px);
}

.room-modal-dialog {
  --modal-pad: clamp(30px, 3.65vw, 70px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
  width: min(1780px, 93vw);
  max-height: 90vh;
  overflow: hidden;
  background-color: white;
  border-radius: clamp(12px, 1.04vw, 20px);
  padding: var(--modal-pad);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease;
}

.room-modal-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(24px, 3.125vw, 60px);
  row-gap: clamp(20px, 2.08vw, 40px);
  scrollbar-width: none;
}

.room-modal-scroll::-webkit-scrollbar {
  display: none;
}

.room-modal-bar {
  position: absolute;
  top: var(--modal-pad);
  bottom: var(--modal-pad);

  right: calc(clamp(20px, 1.56vw, 30px) + 12px);
  width: 4px;
  background-color: #c3c3c3;
  border-radius: 50px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.room-modal-bar.is-visible {
  opacity: 1;
}

.room-modal-bar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 24px;
  background-color: var(--color-dark);
  border-radius: 50px;
  cursor: grab;
}

.room-modal-bar-thumb:active {
  cursor: grabbing;
}

.room-modal.is-open .room-modal-dialog {
  transform: translate(-50%, -50%);
}

.room-modal-close {
  position: absolute;
  top: clamp(20px, 1.56vw, 30px);
  right: clamp(20px, 1.56vw, 30px);
  width: 28px;
  height: 28px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.room-modal-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1.5px;
  background-color: var(--color-dark);
}

.room-modal-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.room-modal-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.room-modal-gallery {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.04vw, 20px);
}

.room-modal-main {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 4;
  overflow: hidden;
}

.room-modal-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(36px, 2.4vw, 46px);
  height: clamp(36px, 2.4vw, 46px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  color: white;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.room-modal-arrow:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.4);
}

.room-modal-arrow.prev {
  left: clamp(10px, 1.04vw, 20px);
}

.room-modal-arrow.next {
  right: clamp(10px, 1.04vw, 20px);
}

.room-modal-arrow.prev svg {
  transform: rotate(180deg);
}

.room-modal-arrow:disabled {
  opacity: 0.4;
  cursor: default;
}

.room-modal-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(8px, 0.83vw, 16px);
}

.room-modal-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.room-modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-modal-thumb.is-active,
.room-modal-thumb:hover {
  opacity: 1;
}

.room-modal-desc {
  grid-column: 1;
  grid-row: 2;
  font-size: clamp(13px, 0.83vw, 16px);
  line-height: 150%;
  color: var(--color-dark);
}

.room-modal-info {
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
}

.room-modal-title {
  font-size: clamp(28px, 2.5vw, 48px);
  color: var(--color-dark);
  padding-bottom: clamp(16px, 1.56vw, 30px);
  border-bottom: 1px solid rgba(53, 53, 54, 0.15);
}

.room-modal-specs {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.25vw, 24px);
  padding: clamp(16px, 1.56vw, 30px) 0;
  border-bottom: 1px solid rgba(53, 53, 54, 0.15);
}

.room-modal-spec {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(10px, 1.04vw, 20px);
  align-items: start;
}

.room-modal-spec dt {
  text-transform: uppercase;
  font-size: clamp(12px, 0.83vw, 16px);
  letter-spacing: 0.03em;
  color: var(--color-dark);
}

.room-modal-spec dd {
  font-size: clamp(12px, 0.83vw, 16px);
  color: var(--color-dark);
}

.room-modal-price {
  font-size: clamp(18px, 1.35vw, 26px);
  color: var(--color-dark);
  padding: clamp(20px, 2.08vw, 40px) 0 clamp(16px, 1.25vw, 24px);
}

.room-modal-price .number {
  font-weight: 700;
}

.room-modal-book {
  width: 100%;
  padding: clamp(16px, 1.35vw, 26px);
  background-color: var(--color-dark);
  color: white;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: clamp(12px, 0.73vw, 14px);
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .room-modal-book:hover {
    background-color: #212122;
  }
}

.room-modal-amenities-title {
  text-transform: uppercase;
  font-size: clamp(12px, 0.73vw, 14px);
  letter-spacing: 0.03em;
  color: var(--color-dark);
  padding: clamp(24px, 2.08vw, 40px) 0 clamp(16px, 1.25vw, 24px);
}

.room-modal-amenities-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(9, auto);
  column-gap: clamp(16px, 1.56vw, 30px);
  row-gap: clamp(12px, 1.04vw, 20px);
}

.room-modal-amenities-list li {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.63vw, 12px);
  font-size: clamp(12px, 0.83vw, 16px);
  color: var(--color-dark);
}

.room-modal-amenities-list img {
  width: clamp(16px, 1.15vw, 22px);
  height: clamp(16px, 1.15vw, 22px);
  object-fit: contain;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .room-modal-dialog {
    width: 92vw;

    padding: 52px 16px 30px;
    border-radius: 10px;
  }

  .room-modal-scroll {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .room-modal-bar {
    display: none;
  }

  .room-modal-gallery {
    order: 1;
    gap: 0;
  }

  .room-modal-info {
    order: 2;
  }

  .room-modal-desc {
    order: 3;
    font-size: 14px;
  }

  .room-modal-thumbs {
    display: none;
  }

  .room-modal-main {
    aspect-ratio: 1.3 / 1;
  }

  .room-modal-close {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }

  .room-modal-title {
    font-size: 28px;
    padding-top: 12px;
  }

  .room-modal-amenities-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.callback-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.callback-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.callback-modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(53, 53, 54, 0.65);
  backdrop-filter: blur(20px);
}

.callback-modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;

  width: min(959px, 50vw);
  overflow-y: auto;
  transform: translateX(100%);
  background-color: white;
  padding: clamp(40px, 4.17vw, 80px) clamp(40px, 3.65vw, 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.35s ease;
  scrollbar-width: thin;
}

.callback-modal.is-open .callback-modal-dialog {
  transform: translateX(0);
}

.callback-modal-close {
  position: absolute;
  top: clamp(20px, 1.56vw, 30px);
  right: clamp(20px, 1.56vw, 30px);
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.callback-modal-close img {
  width: 100%;
  height: 100%;
}

.callback-modal-title {
  color: var(--color-dark);
  font-size: clamp(28px, 2.71vw, 52px);
  line-height: 120%;
}

.callback-modal-subtitle {
  margin-top: clamp(8px, 0.83vw, 16px);
  font-size: clamp(12px, 0.83vw, 16px);
  line-height: 135%;
  font-weight: 700;
  color: var(--color-dark);
}

.callback-form {
  margin-top: clamp(24px, 2.6vw, 50px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.56vw, 30px);
}

.callback-form-field {
  width: 100%;
  border: 1px solid rgba(53, 53, 54, 0.35);
  border-radius: 50px;
  padding: 0 clamp(18px, 1.56vw, 30px) clamp(12px, 1.04vw, 20px);
  margin: 0;
}

.callback-form-field--textarea {
  border-radius: clamp(20px, 1.56vw, 30px);
}

.callback-form-label {
  padding: 0 8px;
  margin-bottom: clamp(4px, 0.42vw, 8px);
  font-size: clamp(10px, 0.63vw, 12px);
  line-height: 135%;
  font-weight: 600;
  color: var(--color-melange);
  text-transform: uppercase;
}

.callback-form-input {
  width: 100%;
  height: 28px;
  border: none;
  background-color: transparent;
  color: var(--color-dark);
  font-size: clamp(14px, 0.94vw, 18px);
  outline: none;
}

.callback-form-input::placeholder {
  color: #bdbcb6;
}

.callback-form-textarea {
  height: clamp(80px, 6.25vw, 120px);
  resize: none;
  padding-top: 2px;
}

.callback-form-agree {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.63vw, 12px);
  cursor: pointer;
}

.callback-form-agree-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.callback-form-agree-box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #eceae2;
  color: var(--color-dark);
}

.callback-form-agree-box svg {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.callback-form-agree-input:checked + .callback-form-agree-box svg {
  opacity: 1;
}

.callback-form-agree-text {
  flex-shrink: 1;
  min-width: 0;
  font-size: clamp(11px, 0.73vw, 14px);
  line-height: 135%;
  font-weight: 500;
  color: var(--color-melange);
}

.callback-form-agree-text a {
  text-decoration: underline;
  color: var(--color-melange);
}

.callback-form-btn {
  margin-top: clamp(6px, 0.52vw, 10px);
  height: clamp(64px, 4.58vw, 88px);
  background-color: var(--color-dark);
  color: white;
  font-size: clamp(12px, 0.94vw, 18px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .callback-form-btn:hover {
    background-color: #212122;
  }
}

@media (max-width: 768px) {
  .callback-modal-dialog {
    width: 100%;
    padding: 60px 20px 40px;
    justify-content: flex-start;
  }

  .callback-form-agree {
    justify-content: flex-start;
  }
}

@media (max-width: 580px) {
  .callback-modal-close {
    top: 16px;
    right: 16px;
    width: 26px;
    height: 26px;
  }

  .callback-modal-title {
    font-size: 32px;
  }

  .callback-modal-subtitle {
    font-size: 18px;
  }
}

.contacts-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.contacts-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.contacts-modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(53, 53, 54, 0.5);
  backdrop-filter: blur(10px);
}

.contacts-modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: white;
  padding-block: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: safe center;
  gap: clamp(24px, 6vw, 40px);
  scrollbar-width: none;

  transform: translateX(100%);
  transition: transform 0.35s ease;
}

.contacts-modal.is-open .contacts-modal-dialog {
  transform: translateX(0);
}

.contacts-modal-dialog::-webkit-scrollbar {
  display: none;
}

.contacts-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.contacts-modal-close img {
  width: 100%;
  height: 100%;
}

.contacts-modal-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: var(--color-dark);
}

.contacts-modal-logo-img {
  width: 180px;
  height: auto;
  filter: brightness(0);
  transform: translateX(6%);
}

.contacts-modal-logo-text {
  font-family: "Merriweather";
  font-size: 16px;
  font-weight: 300;
}

.contacts-modal-logo .stars path {
  fill: var(--color-dark);
}

.contacts-modal-image {
  width: 100%;
  aspect-ratio: 1.6;
  overflow: hidden;
}

.contacts-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.7);
}

.contacts-modal-list {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 5vw, 30px);
  padding-inline: 30px;
}

.contacts-modal-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contacts-modal-label {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color-melange);
}

.contacts-modal-value {
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  color: var(--color-dark);
}

.contacts-modal-item:first-child .contacts-modal-value {
  font-size: 28px;
  font-weight: 400;
  white-space: nowrap;
}

.intro {
  display: none;
  --intro-keyhole: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 473'%3E%3Cpath fill='%23fff' d='M128 3C197.036 3 253 58.9644 253 128C253 174.548 227.556 215.15 189.818 236.665L228 469.071H28L66.1807 236.665C28.4438 215.15 3.00002 174.547 3 128C3 58.9644 58.9644 3 128 3Z'/%3E%3C/svg%3E");
  --intro-kh-start: clamp(210px, 13.33vw, 300px);
}

.intro-active .intro {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: hidden;
  animation: intro-fade 0.55s ease 2.75s forwards;
}

.intro-active body {
  overflow: hidden;
}

.intro-bg,
.intro-sharp {
  position: absolute;
  inset: 0;
  background-image: url("assets/images/bg_1.webp");
  background-position: center;
  background-size: cover;
}

.intro-bg {
  background-color: #1a1712;
  filter: blur(22px) brightness(0.6);
  transform: scale(1.08);
}

.intro-sharp {
  -webkit-mask-image: var(--intro-keyhole);
  mask-image: var(--intro-keyhole);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: var(--intro-kh-start);
  mask-size: var(--intro-kh-start);
}

.intro-active .intro-sharp {
  animation: intro-keyhole 1.4s cubic-bezier(0.66, 0, 0.34, 1) 1.5s forwards;
}

.intro-outline {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--intro-kh-start);
  aspect-ratio: 256 / 473;
  transform: translate(-50%, -50%);
  pointer-events: none;
  filter: drop-shadow(0 0 5px rgba(214, 180, 120, 0.55));
}

.intro-outline-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.intro-active .intro-outline {
  animation:
    intro-keyhole-w 1.4s cubic-bezier(0.66, 0, 0.34, 1) 1.5s forwards,
    intro-outline-fade 1.4s ease 1.5s forwards;
}

.intro-text {
  position: absolute;
  left: 50%;
  top: calc(50% + 0.43 * var(--intro-kh-start));
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  pointer-events: none;
}

.intro-active .intro-text {
  animation: intro-text 1.6s ease forwards;
}

.intro-text-line {
  font-family: var(--font-heading);
  font-size: clamp(40px, 3.5vw, 64px);
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.intro-text-sub {
  margin-top: 8px;
  font-family: var(--font-heading);
  font-size: clamp(16px, 1.35vw, 26px);
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

@keyframes intro-keyhole {
  to {
    -webkit-mask-size: 2600px;
    mask-size: 2600px;
  }
}

@keyframes intro-keyhole-w {
  to {
    width: 2600px;
  }
}

@keyframes intro-outline-fade {
  0%,
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes intro-text {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 8px));
  }
  22% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  92% {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 6px));
  }
  100% {
    opacity: 0;
  }
}

@keyframes intro-fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* ═══════════════════════════════════════════════════════════════
   Согласия в формах (152-ФЗ). Добавлено 15.08.2026.
   Только новые правила — существующая вёрстка не затрагивается.
   ═══════════════════════════════════════════════════════════════ */

/* Пара чек-боксов идёт плотной группой, а не через общий gap формы */
.form-agree-group {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.83vw, 14px);
}

/* Текст согласия в две строки — галочка выравнивается по первой строке,
   а не по центру блока */
.form-agree-group .callback-form-agree {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.form-agree-group .callback-form-agree-box {
  margin-top: 1px;
}

/* Формы бронирования стоят на светлой фотографии: мелкий белый текст на ней
   не читается, поэтому берём чистый белый и мягкую тень под ним */
.plan-form .callback-form-agree-text,
.location-form .callback-form-agree-text {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.plan-form .callback-form-agree-text a,
.location-form .callback-form-agree-text a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.7);
}

.plan-form .callback-form-agree-box,
.location-form .callback-form-agree-box {
  background-color: #fff;
  color: var(--color-dark);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

/* Кнопка в форме бронирования шла сразу за полем; теперь между ними
   группа согласий — подтягиваем отступ, чтобы ритм остался прежним */
.plan-form .form-agree-group,
.location-form .form-agree-group {
  margin-top: -6px;
}

@media (hover: hover) {
  .callback-form-agree-text a:hover {
    text-decoration-color: currentColor;
  }
}

/* ── Реквизиты оператора в подвале ── */
.footer-requisites {
  color: #919191;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
}

.footer-requisites p {
  margin: 0;
}

.footer-requisites-name {
  color: #d7d7d7;
  font-weight: 600;
  margin-bottom: 4px !important;
}

.footer-requisites a {
  color: #d7d7d7;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.3);
}

/* ── Уведомление о cookie ── */
.cookie-notice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  background-color: var(--color-dark);
  color: #fff;
  box-shadow: 0 -6px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.cookie-notice.is-visible {
  transform: none;
}

.cookie-notice-inner {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.08vw, 40px);
  padding-block: clamp(14px, 1.25vw, 24px);
}

.cookie-notice-text {
  margin: 0;
  flex: 1 1 auto;
  font-size: clamp(12px, 0.83vw, 15px);
  line-height: 150%;
  color: #cfcfcf;
}

.cookie-notice-text a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--color-gold);
}

.cookie-notice-btn {
  flex: 0 0 auto;
  min-width: clamp(140px, 12vw, 200px);
  height: clamp(48px, 3.65vw, 64px);
  padding-inline: clamp(20px, 2vw, 36px);
  background-color: var(--color-gold);
  color: var(--color-dark);
  font-family: var(--font-primary);
  font-size: clamp(12px, 0.83vw, 15px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

@media (hover: hover) {
  .cookie-notice-btn:hover {
    background-color: var(--color-skin);
  }
}

@media (max-width: 780px) {
  .cookie-notice-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .cookie-notice-btn {
    width: 100%;
  }
}

/* На узких экранах арка формы задана через aspect-ratio при height:auto —
   расчётной высоты может не хватить на добавленный блок согласий, и текст
   вылезет за пределы фигуры. Разрешаем блоку вырасти: пока контент помещается,
   пропорция сохраняется как была. */
@media (max-width: 580px) {
  .plan-form-wrapper,
  .location-form-wrapper,
  .hotel-form-wrapper,
  .offer-form-wrapper {
    min-height: min-content;
  }
}
