@font-face {
  font-family: "Kurochkino Sans";
  src: url("./assets/fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  unicode-range: U+0400-052F, U+1C80-1C8F, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Kurochkino Sans";
  src: url("./assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  unicode-range: U+0000-03FF, U+2000-206F, U+20A0-20CF;
}

:root {
  color-scheme: light;
  --ink: #101310;
  --green: #42523a;
  --deep-green: #36403d;
  --sand: #d2ba98;
  --paper: #ffffff;
  --muted-card: #e8e8e8;
  --page-gutter: 20px;
  --radius: 24px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Cygre", "Kurochkino Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  color: #fff;
  background: var(--deep-green);
  border-radius: 24px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-home {
  display: block;
  overflow: hidden;
}

.responsive-container {
  width: min(100%, 1120px);
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 28px 16px;
  border: 1px solid transparent;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 650;
  line-height: 18px;
  text-align: center;
  transition:
    transform 180ms ease,
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.menu-button:focus-visible,
.back-to-top:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

.button--sand {
  color: #111;
  background: var(--sand);
}

.button--green {
  color: #fff;
  background: var(--green);
}

.button--white {
  color: #111;
  background: #fff;
}

.button--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
  background: transparent;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 930px;
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(rgba(41, 40, 40, 0.61), rgba(41, 40, 40, 0.61)),
    url("./assets/media/78f9dffb99106b16.webp");
  background-position: 58% center;
  background-size: cover;
}

.site-header {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-top: 26px;
}

.logo-link {
  display: inline-flex;
  width: max-content;
}

.site-logo {
  width: 118px;
  height: 51px;
  object-fit: contain;
}

.menu-button {
  position: relative;
  z-index: 8;
  display: grid;
  width: 48px;
  height: 48px;
  place-content: center;
  gap: 7px;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-open .menu-button span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-open .menu-button span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.site-menu {
  position: fixed;
  z-index: 7;
  inset: 0 0 0 auto;
  display: flex;
  width: min(86vw, 380px);
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  padding: 120px 32px 42px;
  background: rgba(41, 48, 45, 0.98);
  box-shadow: -24px 0 80px rgba(0, 0, 0, 0.26);
  transform: translateX(105%);
  visibility: hidden;
  transition:
    transform 220ms ease,
    visibility 0s linear 220ms;
}

.menu-open .site-menu {
  transform: translateX(0);
  visibility: visible;
  transition-delay: 0s;
}

.site-menu a {
  font-size: 28px;
  line-height: 1.15;
}

.site-menu .is-current {
  color: var(--sand);
}

.header-book {
  display: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  padding-top: 70px;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(43px, 11.2vw, 58px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.hero__lead {
  max-width: 520px;
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.22;
}

.hero__content > .button {
  margin-top: 26px;
}

.hero-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 48px;
  padding-bottom: 62px;
}

.stat {
  position: relative;
  display: grid;
  height: 142px;
  min-height: 0;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
  align-items: center;
  column-gap: 8px;
  padding: 18px 16px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.stat > img:not(.stat__photo) {
  width: 38px;
  height: 38px;
}

.stat > strong {
  font-size: clamp(40px, 11vw, 56px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.stat > span {
  grid-column: 1 / -1;
  align-self: end;
  font-size: 14px;
  line-height: 1.16;
  text-align: right;
}

.stat--price {
  grid-template-columns: 1fr;
}

.stat--price strong {
  font-size: clamp(31px, 8.4vw, 48px);
  white-space: nowrap;
}

.stat--price small {
  font-size: 14px;
  font-weight: 400;
}

.stat--pets {
  display: grid;
  grid-template-columns: 48% 1fr;
  grid-template-rows: minmax(0, 1fr);
  padding: 10px;
}

.stat__photo {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  border-radius: 16px;
  object-fit: cover;
}

.stat--pets div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-end;
}

.stat--pets strong {
  font-size: clamp(24px, 6.7vw, 44px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}

.stat--pets span {
  margin-top: 10px;
  font-size: 12px;
}

.leisure {
  position: relative;
  z-index: 2;
  margin-top: -32px;
  padding: 66px 0 72px;
  border-radius: 32px 32px 0 0;
  background: #fff;
}

.leisure h2,
.reviews h2 {
  font-size: clamp(34px, 8vw, 44px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-align: center;
}

.leisure-grid {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.leisure-card {
  position: relative;
  min-height: 222px;
  overflow: hidden;
  color: #fff;
  border-radius: var(--radius);
  background: #20231f;
}

.leisure-card::after {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(41, 40, 40, 0.52);
}

.leisure-card > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.leisure-card:nth-child(3) > img {
  object-position: center 5%;
}

.leisure-card:nth-child(5) > img {
  object-position: center top;
}

.leisure-card:hover > img {
  transform: scale(1.035);
}

.leisure-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 222px;
  flex-direction: column;
  align-items: flex-start;
  padding: 17px 20px 14px;
}

.leisure-card h3 {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.08;
}

.leisure-card p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.25;
}

.leisure-card .button {
  min-height: 42px;
  margin-top: auto;
  padding: 10px 24px 13px;
  font-size: 15px;
}

.stay {
  padding: 64px 0 70px;
  color: #fff;
  background: var(--deep-green);
}

.stay__layout {
  display: grid;
  gap: 34px;
}

.stay__intro h2 {
  font-size: clamp(36px, 8vw, 44px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.stay__intro > p {
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.28;
}

.stay__arrows {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.stay__arrows span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  font-size: 22px;
}

.stay__arrows span:first-child {
  opacity: 0.25;
}

.stay-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px;
}

.stay-card__photo {
  height: 238px;
}

.stay-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.stay-card__body {
  padding: 22px 20px 18px;
}

.stay-card h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}

.stay-card__body > p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.35;
}

.stay-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.stay-card__price {
  font-size: 15px;
  white-space: nowrap;
}

.stay-card__price strong {
  font-size: 27px;
  font-weight: 500;
}

.stay-card__price span {
  font-size: 14px;
}

.stay-card .button {
  min-width: 118px;
  padding-inline: 22px;
}

.glamping {
  padding: 68px 0 76px;
  background: #fff;
}

.glamping__canvas {
  display: grid;
  gap: 22px;
}

.glamping__copy h2 {
  font-size: clamp(36px, 8vw, 44px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.glamping__copy p {
  max-width: 500px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.3;
}

.glamping__copy .button {
  margin-top: 24px;
}

.glamping__image {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.glamping__image--deck {
  height: 390px;
  object-position: center;
}

.glamping__image--room {
  height: 440px;
}

.glamping__image--dome {
  height: 235px;
}

.company {
  position: relative;
  isolation: isolate;
  min-height: 840px;
  padding: 68px 0 72px;
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(rgba(25, 25, 24, 0.61), rgba(25, 25, 24, 0.61)),
    url("./assets/media/fe96ec7847e8d0db.webp");
  background-position: center;
  background-size: cover;
}

.company__copy h2 {
  max-width: 900px;
  font-size: clamp(45px, 10vw, 67px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.company__copy p {
  max-width: 520px;
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.25;
}

.company-grid {
  display: grid;
  grid-auto-columns: min(74vw, 260px);
  grid-auto-flow: column;
  gap: 14px;
  margin: 36px calc(var(--page-gutter) * -1) 0;
  padding: 0 var(--page-gutter) 12px;
  overflow-x: auto;
  scroll-padding-inline: var(--page-gutter);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.company-grid::-webkit-scrollbar,
.poster-track::-webkit-scrollbar,
.reviews-track::-webkit-scrollbar {
  display: none;
}

.company-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 16px 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  scroll-snap-align: start;
}

.company-card h3 {
  min-height: 68px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.03;
  text-align: center;
}

.company-card img {
  width: 100%;
  height: 188px;
  margin-top: auto;
  border-radius: 19px;
  object-fit: cover;
}

.company-card:nth-child(1) img {
  object-position: 95% center;
}

.company-card:nth-child(2) img {
  object-position: left bottom;
}

.company-card:nth-child(3) img {
  object-position: left center;
}

.company__capacity {
  margin-top: 23px;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
}

.company__content > .button {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: 24px auto 0;
}

.poster {
  min-height: 510px;
  padding: 74px 0 62px;
  overflow: hidden;
  background: #fff;
}

.poster-track {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0;
  padding: 24px 30px 36px;
  overflow-x: auto;
  scroll-padding-inline: 30px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.polaroid {
  position: relative;
  width: 240px;
  min-width: 240px;
  height: 304px;
  padding: 13px 13px 58px;
  background: #f8f8f3;
  box-shadow: 0 3px 14px rgba(22, 23, 20, 0.16);
  scroll-snap-align: center;
}

.polaroid + .polaroid {
  margin-left: -28px;
}

.polaroid img {
  width: 100%;
  height: 228px;
  object-fit: cover;
}

.polaroid figcaption {
  margin-top: 9px;
  color: #111;
  font-family: "Marker Felt", "Comic Sans MS", cursive;
  font-size: 28px;
  line-height: 1;
  text-align: center;
}

.polaroid--1 {
  rotate: -10deg;
}

.polaroid--2 {
  rotate: -6deg;
}

.polaroid--3 {
  rotate: 7deg;
}

.polaroid--4 {
  rotate: -7deg;
}

.polaroid--5 {
  rotate: 10deg;
}

.polaroid--6 {
  rotate: -8deg;
}

.polaroid--7 {
  rotate: 6deg;
}

.reviews {
  padding: 64px 0 76px;
  background: #fff;
}

.reviews h2 {
  padding-inline: var(--page-gutter);
}

.reviews-track {
  display: grid;
  grid-auto-columns: min(78vw, 304px);
  grid-auto-flow: column;
  gap: 22px;
  margin-top: 76px;
  padding: 0 var(--page-gutter) 24px;
  overflow-x: auto;
  scroll-padding-inline: var(--page-gutter);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.review-card {
  position: relative;
  min-height: 282px;
  padding: 34px 18px 20px;
  border-radius: 24px;
  background: var(--muted-card);
  scroll-snap-align: center;
}

.review-card__avatar {
  position: absolute;
  top: -31px;
  right: 22px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
}

.review-card h3 {
  padding-right: 98px;
  font-size: 29px;
  font-weight: 650;
  line-height: 1.1;
}

.stars {
  width: 120px;
  height: 24px;
  margin-top: 14px;
  overflow: hidden;
  color: transparent;
  background-image: url("./assets/icons/review-star.svg");
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 24px 24px;
}

.review-card p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.25;
}

.reviews > .button {
  display: flex;
  width: max-content;
  margin: 30px auto 0;
}

.map {
  height: 250px;
  overflow: hidden;
  background: #d0d0d0;
}

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

.footer {
  min-height: 580px;
  padding: 48px 0 42px;
  color: #fff;
  background-image:
    linear-gradient(rgba(41, 40, 40, 0.63), rgba(41, 40, 40, 0.63)),
    url("./assets/media/78f9dffb99106b16.webp");
  background-position: center;
  background-size: cover;
}

.footer__top {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}

.footer-nav {
  display: none;
}

.vk-link {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
}

.vk-link img {
  width: 48px;
  height: 48px;
}

.footer h2 {
  margin-top: 58px;
  font-size: clamp(38px, 9vw, 52px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.footer address {
  display: grid;
  gap: 12px;
  margin-top: 66px;
  font-size: 16px;
  font-style: normal;
  line-height: 1.4;
}

.back-to-top {
  position: fixed;
  z-index: 20;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  padding: 0;
  color: #111;
  border: 0;
  border-radius: 50%;
  background: var(--sand);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.2);
  font-size: 23px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (min-width: 600px) {
  :root {
    --page-gutter: 34px;
  }

  .hero {
    min-height: 930px;
  }

  .hero-stats {
    gap: 12px;
  }

  .stat {
    height: 154px;
    padding: 20px;
  }

  .stat--pets {
    grid-template-columns: 54% 1fr;
    padding: 12px;
  }

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

  .stay-card__photo {
    height: 330px;
  }

  .company-grid {
    grid-auto-columns: 226px;
  }

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

  .footer address span {
    grid-column: 1 / -1;
  }
}

@media (min-width: 768px) {
  :root {
    --page-gutter: 40px;
  }

  .button {
    padding-inline: 30px;
    font-size: 18px;
  }

  .site-header {
    padding-top: 40px;
  }

  .site-logo {
    width: 133px;
    height: 57px;
  }

  .hero {
    min-height: 960px;
    background-position: 54% center;
  }

  .hero__content {
    padding-top: 94px;
  }

  .hero h1 {
    font-size: 67px;
    line-height: 0.99;
  }

  .hero__lead {
    max-width: 560px;
    margin-top: 34px;
    font-size: 21px;
    line-height: 1.2;
  }

  .hero-stats {
    margin-top: 58px;
  }

  .leisure {
    padding-top: 72px;
  }

  .leisure-grid {
    gap: 14px;
    margin-top: 40px;
  }

  .leisure-card,
  .leisure-card__content {
    min-height: 230px;
  }

  .stay {
    padding-block: 78px;
  }

  .stay-card {
    display: grid;
    min-height: 340px;
    grid-template-columns: 45% 55%;
  }

  .stay-card__photo {
    height: auto;
  }

  .stay-card__body {
    display: flex;
    flex-direction: column;
    padding: 30px 28px 22px;
  }

  .stay-card__footer {
    margin-top: auto;
  }

  .glamping {
    padding-block: 82px;
  }

  .glamping__canvas {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    grid-template-rows: 238px 352px 236px;
    gap: 24px;
  }

  .glamping__copy {
    grid-column: 1;
    grid-row: 1;
  }

  .glamping__image--deck {
    height: 100%;
    grid-column: 1;
    grid-row: 2 / 4;
  }

  .glamping__image--room {
    height: 100%;
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .glamping__image--dome {
    width: 76%;
    height: 100%;
    grid-column: 2;
    grid-row: 3;
  }

  .company {
    padding-block: 78px;
  }

  .company-grid {
    grid-auto-columns: 224px;
    margin-top: 44px;
  }

  .poster {
    min-height: 600px;
    padding-top: 100px;
  }

  .poster-track {
    padding-inline: 58px;
  }

  .polaroid {
    width: 280px;
    min-width: 280px;
    height: 350px;
    padding: 14px 14px 64px;
  }

  .polaroid img {
    height: 269px;
  }

  .reviews {
    padding-block: 76px 90px;
  }

  .reviews-track {
    grid-auto-columns: 302px;
    margin-top: 88px;
  }

  .map {
    height: 360px;
  }

  .footer {
    min-height: 520px;
    padding-top: 58px;
  }

  .footer h2 {
    margin-top: 72px;
  }

  .footer address {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 72px;
    text-align: center;
  }

  .footer address span {
    grid-column: auto;
  }
}

@media (min-width: 1024px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 34px;
  }

  .menu-button {
    display: none;
  }

  .site-menu {
    position: static;
    display: flex;
    width: auto;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2.2vw, 28px);
    padding: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    visibility: visible;
  }

  .site-menu a {
    font-size: 16px;
  }

  .header-book {
    display: inline-flex;
    min-height: 44px;
    padding: 11px 24px 14px;
    font-size: 16px;
  }

  .hero {
    min-height: 850px;
  }

  .hero__content {
    padding-top: 92px;
  }

  .hero h1 {
    font-size: 76px;
    line-height: 0.98;
  }

  .hero-stats {
    grid-template-columns: 206fr 206fr 321fr 526fr;
    margin-top: 58px;
  }

  .stat {
    height: 150px;
  }

  .stat > strong {
    font-size: 56px;
  }

  .stat--price strong {
    font-size: 46px;
  }

  .stat--pets strong {
    font-size: 42px;
  }

  .stay__layout {
    grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
    align-items: center;
    gap: 44px;
  }

  .stay-card {
    min-height: 330px;
  }

  .company-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 12px;
    margin-inline: 0;
    padding-inline: 0;
    overflow: visible;
  }

  .company-card {
    min-height: 310px;
  }

  .company-card h3 {
    font-size: 25px;
  }

  .footer__top {
    grid-template-columns: auto 1fr auto;
  }

  .footer-nav {
    display: flex;
    justify-content: center;
    gap: 28px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  :root {
    --page-gutter: clamp(56px, 5.556vw, 80px);
  }

  .responsive-container {
    width: 100%;
    max-width: 1440px;
  }

  .button {
    height: 46px;
    min-height: 46px;
    padding: 0 28px;
    border-radius: 23px;
    font-size: 18px;
    font-weight: 500;
  }

  .hero {
    min-height: 0;
    height: 851px;
    background-position: 15.22% 38.6%;
    background-size: 134.825% auto;
  }

  .site-header {
    grid-template-columns: 133px 1fr 195px;
    gap: 0;
    padding-top: 76px;
  }

  .site-menu {
    justify-self: end;
    justify-content: flex-start;
    gap: clamp(24px, 3.264vw, 47px);
    margin-right: clamp(24px, 3.264vw, 47px);
  }

  .site-menu a,
  .header-book {
    font-size: 18px;
  }

  .header-book {
    width: 195px;
    min-width: 195px;
    height: 46px;
    padding: 0;
  }

  .hero__content {
    padding-top: 40px;
  }

  .hero h1 {
    max-width: 720px;
    font-size: 82px;
    line-height: 0.98;
    letter-spacing: -0.025em;
  }

  .hero__lead {
    max-width: 500px;
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.08;
  }

  .hero__content > .button {
    width: 254px;
    min-width: 254px;
    margin-top: 29px;
    padding: 0;
  }

  .hero-stats {
    grid-template-columns: 206fr 206fr 321fr 526fr;
    gap: 7px;
    margin-top: 36px;
    padding-bottom: 0;
  }

  .stat {
    display: block;
    height: 159px;
    padding: 0;
    border-radius: 24px;
  }

  .stat > img:not(.stat__photo) {
    position: absolute;
    top: 29px;
    left: 20px;
    width: 48px;
    height: 48px;
  }

  .stat > strong {
    position: absolute;
    top: 20px;
    right: 22px;
    font-size: 68px;
    line-height: 68px;
  }

  .stat > span {
    position: absolute;
    right: 22px;
    bottom: 22px;
    font-size: 18px;
  }

  .stat--price strong {
    top: 20px;
    right: 23px;
    font-size: 64px;
    line-height: 68px;
  }

  .stat--price small {
    font-size: 18px;
  }

  .stat--price > span {
    right: 23px;
    bottom: 43px;
  }

  .stat--pets {
    display: block;
    grid-template-columns: 248px 1fr;
    padding: 15px;
  }

  .stat__photo {
    height: 129px;
    border-radius: 20px;
  }

  .stat--pets strong {
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
  }

  .stat--pets div {
    position: absolute;
    top: 21px;
    right: 24px;
  }

  .stat--pets span {
    margin-top: 8px;
    font-size: 16px;
  }

  .leisure {
    height: 653px;
    margin-top: 0;
    padding: 29px 0 0;
    border-radius: 0;
  }

  .leisure::before {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 52px;
    border-radius: 48px 48px 0 0;
    background: #fff;
    content: "";
  }

  .leisure h2,
  .reviews h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .leisure-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 13px;
    margin-top: 32px;
  }

  .leisure-card,
  .leisure-card__content {
    min-height: 222px;
    height: 222px;
  }

  .leisure-card__content {
    padding: 17px 20px 14px;
  }

  .leisure-card h3 {
    font-size: 32px;
  }

  .leisure-card p,
  .leisure-card .button {
    font-size: 18px;
  }

  .leisure-card .button {
    min-height: 46px;
  }

  .stay {
    height: 463px;
    padding: 0;
  }

  .stay__layout {
    position: relative;
    display: block;
    height: 100%;
  }

  .stay__intro {
    position: absolute;
    top: 128px;
    left: var(--page-gutter);
    width: 410px;
  }

  .stay__intro h2 {
    font-size: 44px;
  }

  .stay__intro > p {
    margin-top: 24px;
    font-size: 18px;
  }

  .stay-card {
    position: absolute;
    top: 82px;
    right: var(--page-gutter);
    width: 57.014%;
    height: 299px;
    min-height: 0;
    grid-template-columns: 44.6% 55.4%;
  }

  .stay-card__body {
    padding: 18px 16px 17px 22px;
  }

  .stay-card h3,
  .stay-card__price strong {
    font-size: 32px;
  }

  .stay-card__body > p {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.22;
  }

  .stay-card__photo {
    position: relative;
  }

  .stay-card__photo::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(90deg, rgb(54 64 61 / 0%) 2%, #36403d 91%);
  }

  .stay-card .button {
    width: 136px;
    min-width: 136px;
    padding-inline: 0;
  }

  .glamping {
    height: 1313px;
    padding: 0;
  }

  .glamping__canvas {
    position: relative;
    display: block;
    height: 100%;
  }

  .glamping__copy {
    position: absolute;
    top: 78px;
    left: var(--page-gutter);
    width: 480px;
  }

  .glamping__copy h2 {
    font-size: 44px;
    line-height: 1.06;
  }

  .glamping__copy p {
    margin-top: 28px;
    font-size: 18px;
    line-height: 1.22;
  }

  .glamping__copy .button {
    min-width: 253px;
    margin-top: 25px;
  }

  .glamping__image {
    position: absolute;
  }

  .glamping__image--deck {
    top: 418px;
    left: var(--page-gutter);
    width: calc((100% - 2 * var(--page-gutter)) * 0.4297);
    height: 640px;
  }

  .glamping__image--room {
    top: 120px;
    right: var(--page-gutter);
    width: calc((100% - 2 * var(--page-gutter)) * 0.53125);
    height: 734px;
  }

  .glamping__image--dome {
    top: 922px;
    left: calc(var(--page-gutter) + (100% - 2 * var(--page-gutter)) * 0.46875);
    width: calc((100% - 2 * var(--page-gutter)) * 0.3602);
    height: 309px;
  }

  .company {
    min-height: 0;
    height: 867px;
    padding: 0;
  }

  .company__content {
    position: relative;
    height: 100%;
  }

  .company__copy {
    position: absolute;
    top: 74px;
    left: var(--page-gutter);
  }

  .company__copy h2 {
    max-width: 840px;
    font-size: 80px;
    line-height: 0.94;
  }

  .company__copy p {
    max-width: 600px;
    margin-top: 25px;
    font-size: 20px;
  }

  .company-grid {
    position: absolute;
    top: 378px;
    right: var(--page-gutter);
    left: var(--page-gutter);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
  }

  .company-card {
    min-height: 0;
    height: 311px;
  }

  .company-card h3 {
    font-size: clamp(24px, 2.2vw, 32px);
  }

  .company-card img {
    height: 186px;
  }

  .company__capacity {
    position: absolute;
    top: 712px;
    right: var(--page-gutter);
    left: var(--page-gutter);
    margin: 0;
    font-size: 18px;
  }

  .company__content > .button {
    position: absolute;
    top: 761px;
    left: 50%;
    min-width: 356px;
    margin: 0;
    translate: -50% 0;
  }

  .poster {
    position: relative;
    min-height: 0;
    height: 664px;
    padding: 0;
  }

  .poster-track {
    position: absolute;
    inset: 0;
    display: block;
    padding: 0;
    overflow: hidden;
  }

  .polaroid {
    position: absolute;
    width: 280px;
    min-width: 0;
    height: 350px;
    padding: 14px 14px 64px;
  }

  .polaroid + .polaroid {
    margin-left: 0;
  }

  .polaroid img {
    height: 269px;
  }

  .polaroid--1 { top: 180px; left: -38px; }
  .polaroid--2 { top: 42px; left: 182px; }
  .polaroid--3 { top: 218px; left: 398px; }
  .polaroid--4 { top: 54px; left: 610px; }
  .polaroid--5 { top: 214px; left: 826px; }
  .polaroid--6 { top: 48px; left: 1040px; }
  .polaroid--7 { top: 205px; left: 1250px; }

  .reviews {
    position: relative;
    height: 657px;
    padding: 76px 0 82px;
    overflow: hidden;
  }

  .reviews h2 {
    padding: 0;
  }

  .reviews-track {
    display: flex;
    width: max-content;
    gap: 24px;
    margin-top: 85px;
    margin-left: max(-83px, calc((100vw - 1440px) / 2 - 83px));
    padding: 0;
    overflow: visible;
    translate: none;
  }

  .review-card {
    flex: 0 0 302.598px;
    width: 302px;
    min-width: 302px;
    height: 282px;
    min-height: 282px;
    padding: 43px 20px 20px;
    border-radius: 25px;
    background: #e4e4e4;
  }

  .review-card__avatar {
    top: -25px;
    right: 24px;
    width: 114px;
    height: 114px;
  }

  .review-card h3 {
    font-size: 24px;
    line-height: 29px;
  }

  .stars {
    width: 140px;
    margin-top: 12px;
    background-repeat: space no-repeat;
  }

  .review-card p {
    margin-top: 18px;
    line-height: 20px;
  }

  .reviews > .button {
    position: static;
    min-width: 239px;
    margin: 34px auto 0;
    translate: none;
  }

  .map {
    height: 463px;
  }

  .footer {
    min-height: 0;
    height: 472px;
    padding: 76px 0 0;
  }

  .footer__content {
    position: static;
    height: 100%;
  }

  .footer__top {
    position: static;
    display: flex;
    height: 57px;
    align-items: flex-start;
    gap: 0;
  }

  .footer__top .logo-link {
    flex: 0 0 133px;
  }

  .footer-nav {
    height: 57px;
    align-items: center;
    gap: clamp(24px, 3.264vw, 47px);
    margin-left: clamp(80px, 11.736vw, 169px);
    font-size: 20px;
    white-space: nowrap;
  }

  .vk-link {
    flex: 0 0 48px;
    margin-top: 6px;
    margin-left: clamp(24px, 3.264vw, 47px);
  }

  .footer h2 {
    position: static;
    margin: 27px 0 0;
    font-size: 44px;
  }

  .footer__actions {
    position: static;
    margin: 19px 0 0;
  }

  .footer__actions .button:first-child {
    min-width: 273px;
  }

  .footer__actions .button:last-child {
    min-width: 196px;
  }

  .footer address {
    position: static;
    width: max-content;
    grid-template-columns: 154px 170px 216px;
    column-gap: clamp(80px, 9.861vw, 142px);
    margin: 98px 0 0 clamp(100px, 15.417vw, 222px);
    font-size: 18px;
    text-align: left;
    white-space: nowrap;
  }

  .back-to-top {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

}

@media print {
  .site-home {
    display: block;
  }
}
