﻿@font-face {
  font-family: "Druk Wide Cyr";
  src: url("../fonts/drukwidecyr-bold.woff2") format("woff2"),
       url("../fonts/drukwidecyr-bold.ttf") format("truetype"),
       url("../fonts/drukwidecyr-bold.svg#DrukWideCyr-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Druk Wide Cyr";
  src: url("../fonts/drukwidecyr-bold.woff2") format("woff2"),
       url("../fonts/drukwidecyr-bold.ttf") format("truetype"),
       url("../fonts/drukwidecyr-bold.svg#DrukWideCyr-Bold") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #050505;
  --black-soft: #111;
  --white: #fff;
  --yellow: #ffd000;
  --yellow-deep: #f5c400;
  --orange: #ff5a00;
  --orange-hover: #e64f00;
  --text: #000;
  --muted: #3a3a3a;
  --max: 1440px;
  --hero-max: 1920px;
  --hero-fon-max: 1300px;
  --header-h: 56px;
  --hero-title-gap: 32px;
  --catalog-bg: #090909;
  --font-display: "Druk Wide Cyr", "Montserrat", sans-serif;
}

.page,
.page *,
.page *::before,
.page *::after,
.modal,
.modal *,
.modal *::before,
.modal *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
  overflow: visible;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
}

body {
  font-family: "Montserrat", system-ui, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow: visible;
  height: auto;
  margin: 0;
  padding: 0;
}

.yt-top-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(64px * var(--hero-scale, 1));
  background: #000;
  z-index: 5;
  pointer-events: none;
}

.page .logo,
.hero-title,
.wave-title,
.content h2,
.catalog-title,
.stats-heading,
.cases-title,
.case-brand,
.case-lead,
.prices-title,
.price-card h3,
.yt-order-title,
.yt-order-submit,
.btn-lead,
.yt-russia-title {
  font-family: var(--font-display);
}

.page img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.page button,
.page input,
.page textarea,
.modal button,
.modal input,
.modal textarea {
  font-family: inherit;
}

body.yandex-top-template {
  --hero-scale: 1;
}

.page {
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 0;
  background: transparent;
  --hero-img-w: min(1600px, 100vw);
  --hero-h: calc(var(--hero-img-w) * 1200 / 1440);
  --hero-scale: 1;
  --max: 1440px;
  --content-inset: max(24px, calc((100% - var(--max)) / 2));
}

@media (min-width: 1600px) {
  body.yandex-top-template,
  .page {
    --hero-scale: max(1, calc(100vw / 1600px));
  }

  .page {
    --hero-img-w: 100vw;
    --hero-h: calc(100vw * 1200 / 1440);
    --max: calc(1440px * var(--hero-scale));
  }
}

/* ========== HERO ========== */
.hero {
  position: relative;
  color: var(--white);
  width: 100%;
  overflow: hidden;
  height: var(--hero-h);
  min-height: var(--hero-h);
  background-color: #ffffff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  /* background: #000; */
  clip-path: polygon(
    0% 0%,
    calc(20% - var(--hero-img-w) * 0.5) 0%,
    calc(33% - var(--hero-img-w) * 0.5) 63.3%,
    calc(4% - var(--hero-img-w) * 0.347) 63.3%,
    calc(34% - var(--hero-img-w) * 0.373) 65%,
    calc(24% - var(--hero-img-w) * 0.39) 66.7%,
    calc(49% - var(--hero-img-w) * 0.401) 68.3%,
    calc(48% - var(--hero-img-w) * 0.412) 70%,
    calc(48% - var(--hero-img-w) * 0.422) 72%,
    calc(49% - var(--hero-img-w) * 0.431) 74%,
    calc(49% - var(--hero-img-w) * 0.44) 76%,
    calc(49% - var(--hero-img-w) * 0.447) 78%,
    calc(49% - var(--hero-img-w) * 0.455) 80%,
    calc(49% - var(--hero-img-w) * 0.462) 82%,
    calc(49% - var(--hero-img-w) * 0.469) 84%,
    calc(49% - var(--hero-img-w) * 0.476) 86%,
    calc(50% - var(--hero-img-w) * 0.482) 88%,
    calc(49% - var(--hero-img-w) * 0.488) 90%,
    calc(49% - var(--hero-img-w) * 0.494) 92%,
    calc(49% - var(--hero-img-w) * 0.5) 94%,
    0% 94%
  );
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #fff;
  clip-path: polygon(
    0% 100%,
    100% 100%,
    100% 86.8%,
    calc(50% + var(--hero-img-w) * 0.5) 86.8%,
    calc(50% + var(--hero-img-w) * 0.5) 43.13%,
    calc(50% + var(--hero-img-w) * 0.479) 46.63%,
    calc(50% + var(--hero-img-w) * 0.431) 49.96%,
    calc(50% + var(--hero-img-w) * 0.389) 53.13%,
    calc(50% + var(--hero-img-w) * 0.347) 56.04%,
    calc(50% + var(--hero-img-w) * 0.306) 58.88%,
    calc(50% + var(--hero-img-w) * 0.264) 61.54%,
    calc(50% + var(--hero-img-w) * 0.222) 64.04%,
    calc(50% + var(--hero-img-w) * 0.181) 66.46%,
    calc(50% + var(--hero-img-w) * 0.139) 70.79%,
    calc(50% + var(--hero-img-w) * 0.097) 74.29%,
    calc(50% + var(--hero-img-w) * 0.056) 76.79%,
    calc(50% + var(--hero-img-w) * 0.014) 78.54%,
    calc(50% - var(--hero-img-w) * 0.222) 80.13%,
    calc(50% - var(--hero-img-w) * 0.306) 81.21%,
    calc(50% - var(--hero-img-w) * 0.389) 83.38%,
    calc(50% - var(--hero-img-w) * 0.444) 85.04%,
    calc(50% - var(--hero-img-w) * 0.472) 89.04%,
    calc(50% - var(--hero-img-w) * 0.5) 96.71%,
    0% 96.71%
  );
}

.page .hero .hero-bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: block;
  width: var(--hero-img-w);
  max-width: var(--hero-img-w);
  height: 100%;
  transform: translateX(-50%);
  object-fit: fill;
  object-position: center top;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 4;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
}

/* ========== HEADER ========== */
.header-brand {
  position: relative;
  z-index: 6;
  background: #000;
  padding-top: calc(20px * var(--hero-scale));
}

.header-brand .header-inner {
  padding: 0 0 4px;
}

.header-sentinel {
  height: 0;
}

.header {
  position: relative;
  z-index: 1000;
  background: #000;
  width: 100%;
}

.header.is-stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #000;
  box-shadow: 0 -12px 0 12px #000, 0 10px 28px rgba(0, 0, 0, 0.28);
}

.header.is-stuck > .header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(10px * var(--hero-scale));
  padding-bottom: calc(10px * var(--hero-scale));
  padding-left: 10px;
  padding-right: 10px;
  min-height: calc(56px * var(--hero-scale));
}

.header.is-stuck .nav {
  display: flex;
  align-items: center;
  width: 100%;
}

.header.is-stuck .nav a,
.header.is-stuck .btn-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.header.is-stuck .menu-toggle {
  top: 50%;
  transform: translateY(-50%);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: calc(10px * var(--hero-scale)) 0 calc(14px * var(--hero-scale));
}

.header > .header-inner {
  max-width: calc(1290px * var(--hero-scale));
}

.page .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page .logo img {
  display: block;
  width: calc(275px * var(--hero-scale));
  max-width: 100%;
  height: auto;
  mix-blend-mode: screen;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(8px * var(--hero-scale)) calc(12px * var(--hero-scale));
}

.nav a {
  color: var(--white);
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: calc(20px * var(--hero-scale));
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s;
}

.nav a:hover {
  color: var(--yellow);
}

.nav-phone {
  font-size: calc(23px * var(--hero-scale));
  letter-spacing: 0.02em;
  pointer-events: auto;
  cursor: pointer;
}

a[href^="tel:"] {
  pointer-events: auto;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--orange);
  color: var(--white);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.btn:hover {
  background: var(--orange-hover);
}

.btn:active {
  transform: translateY(1px);
}

.btn-order {
  flex-shrink: 0;
  padding: calc(6px * var(--hero-scale)) calc(14px * var(--hero-scale));
  font-size: calc(20px * var(--hero-scale));
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 700;
  border-radius: calc(3px * var(--hero-scale));
  letter-spacing: 0.03em;
}

.nav-backdrop,
.nav-close,
.page .header-logo-mobile {
  display: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 16px;
  z-index: 5;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  position: relative;
  transition: transform 0.25s ease, top 0.25s ease, background 0.25s ease;
}

.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle span::before {
  top: -7px;
}

.menu-toggle span::after {
  top: 7px;
}

.yt-mnav {
  display: none;
}

@media (max-width: 1100px) {
  .yt-mnav.is-open {
    display: block !important;
    position: fixed;
    inset: 0;
    z-index: 100000;
    font-family: "Montserrat", system-ui, sans-serif;
  }

  .yt-mnav-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.62);
    cursor: pointer;
    appearance: none;
  }

  .yt-mnav-sheet {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(320px, 88vw);
    height: 100%;
    height: 100dvh;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 24px 32px;
    overflow-y: auto;
    background: #111;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.45);
  }

  .yt-mnav-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    appearance: none;
    z-index: 2;
  }

  .yt-mnav-logo {
    display: block !important;
    width: auto !important;
    max-width: 210px;
    margin: 8px 48px 16px 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }

  .yt-mnav-logo img {
    display: block;
    width: 100%;
    height: auto;
    mix-blend-mode: screen;
    pointer-events: none;
  }

  .yt-mnav-social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
  }

  .yt-mnav-social-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1.5px solid #fff;
    border-radius: 50%;
    color: #fff !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }

  .yt-mnav-social-link svg {
    width: 22px;
    height: 22px;
  }

  .yt-mnav-sheet a:not(.yt-mnav-logo):not(.yt-mnav-social-link),
  .yt-mnav-order {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 14px 4px;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    font-family: "Montserrat", system-ui, sans-serif;
  }

  .yt-mnav-phone {
    color: #fff !important;
    margin-top: 8px;
    font-size: 23px;
    white-space: nowrap;
  }

  .yt-mnav-order {
    justify-content: center;
    margin-top: 16px;
    padding: 14px 20px;
    border: 0;
    border-radius: 4px;
    background: #ff5a00;
    color: #fff !important;
    font-weight: 700;
    cursor: pointer;
    appearance: none;
  }

  body.yt-mnav-open {
    overflow: hidden;
  }

  body.yt-mnav-open #cookie_note {
    display: none !important;
  }
}

/* ========== TITLE ========== */
.hero-title {
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-display);
  font-size: calc(67px * var(--hero-scale));
  font-weight: 700;
  line-height: 1.39;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  -webkit-text-stroke: 0.011em #fff;
  paint-order: stroke fill;
  text-shadow: 0 0.12em 0.42em rgba(0, 0, 0, 0.55);
}

.hero-break-d {
  display: block;
}

.page .hero-title .trophy-slot {
  display: inline-block;
  position: relative;
  width: calc(74px * var(--hero-scale));
  height: 1.39em;
  vertical-align: top;
  margin-left: calc(-10px * var(--hero-scale));
  overflow: visible;
}

.page .hero-title .trophy {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  aspect-ratio: 67 / 93;
  margin: 0;
  object-fit: contain;
}

.page .hero .box-wrap {
  --box-sh-x: 42%;
  --box-sh-y: -8%;
  --box-sh-w: 102%;
  --box-sh-h: 34%;
  --box-sh-blur: 22px;
  position: absolute;
  right: calc(50% - var(--hero-img-w) * 0.38);
  top: 51%;
  width: calc(460px * var(--hero-scale));
  max-width: none;
  height: auto;
  aspect-ratio: 505 / 532;
  z-index: 10;
  pointer-events: none;
  overflow: visible;
  container-type: inline-size;
}

@supports (width: 1cqw) {
  .page .hero .box-wrap {
    --box-sh-blur: 5.64cqw;
  }
}

.page .hero .box-wrap::after {
  content: "";
  position: absolute;
  left: var(--box-sh-x);
  bottom: var(--box-sh-y);
  width: var(--box-sh-w);
  height: var(--box-sh-h);
  transform: translateX(-46%);
  background: radial-gradient(ellipse at 52% 42%, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.28) 32%, rgba(0, 0, 0, 0.1) 56%, transparent 74%);
  filter: blur(var(--box-sh-blur));
  z-index: 0;
}

.page .hero .box {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 505 / 532;
  z-index: 1;
  object-fit: contain;
  transform-origin: 50% 88%;
  animation: box-rock 6s ease-in-out infinite;
}

@media (max-width: 1439px) {
  .page .hero-title {
    font-size: clamp(60px, 4.65vw, 67px);
  }

  .page .hero-title .trophy-slot {
    width: clamp(60px, 5.14vw, 74px);
    margin-left: 10px;
  }

  .page .hero .box-wrap {
    width: clamp(360px, 31.94vw, 460px);
  }
}

@media (max-width: 1100px) {
  .page .hero-title {
    font-size: clamp(34px, 4.6vw, 46px);
  }

  .page .hero-title .trophy-slot {
    width: clamp(34px, 4.6vw, 46px);
    margin-left: 8px;
  }

  .page .hero .box-wrap {
    width: clamp(210px, 28vw, 300px);
    --box-sh-x: 44%;
    --box-sh-y: -4%;
    --box-sh-w: 104%;
    --box-sh-h: 32%;
    --box-sh-blur: 12px;
  }

  @supports (width: 1cqw) {
    .page .hero .box-wrap {
      --box-sh-blur: 5.64cqw;
    }
  }
}

@media (max-width: 760px) {
  .page .hero-title {
    font-size: 24px;
  }

  .page .hero-title .trophy-slot {
    width: 22px;
    margin-left: 6px;
  }

  .page .hero .box-wrap {
    width: 144px;
    right: 1%;
    --box-sh-x: 46%;
    --box-sh-y: 2%;
    --box-sh-w: 100%;
    --box-sh-h: 36%;
    --box-sh-blur: 7px;
  }

  @supports (width: 1cqw) {
    .page .hero .box-wrap {
      --box-sh-blur: 5.64cqw;
    }
  }
}

@media (max-width: 480px) {
  .page .hero-title {
    font-size: 24px;
  }

  .page .hero-title .trophy-slot {
    width: 22px;
    margin-left: 6px;
  }

  .page .hero .box-wrap {
    width: 128px;
    right: 1%;
    --box-sh-x: 46%;
    --box-sh-y: 4%;
    --box-sh-w: 100%;
    --box-sh-h: 36%;
    --box-sh-blur: 6px;
  }

  @supports (width: 1cqw) {
    .page .hero .box-wrap {
      --box-sh-blur: 5.64cqw;
    }
  }
}

.badge {
  display: block;
  width: 200px;
  height: 200px;
  margin: 10px auto 0;
  position: relative;
  z-index: 4;
  pointer-events: none;
  object-fit: contain;
}

.wave-title {
  position: absolute;
  left: calc(50% - var(--hero-img-w) * 0.5 + max(40px, calc(var(--hero-img-w) * 0.226)));
  top: auto;
  bottom: 65px;
  z-index: 9;
  display: block;
  pointer-events: auto;
  max-width: min(calc(700px * var(--hero-scale, 1)), 56%);
  color: #fff;
  font-family: var(--font-display);
  font-size: calc(27px * var(--hero-scale, 1));
  font-weight: 700;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: left;
  -webkit-text-stroke: 0.71px #fff;
  paint-order: stroke fill;
  text-shadow: 2px 1px 0 #2a2a2a, 0 8px 16px rgba(0, 0, 0, 0.28);
  overflow: visible;
}

.wave-title-line {
  white-space: nowrap;
}

/* ========== CONTENT ========== */
.content {
  position: relative;
  z-index: 6;
  margin-top: calc(var(--hero-h) * -0.16);
  padding: 8px 24px 50px;
  /* background: #fff; */
  overflow: visible;
}

.content-inner {
  position: relative;
  z-index: 8;
  max-width: var(--max);
  margin: 0 auto;
  --pad-l: calc(250px * var(--hero-scale));
  --pad-r: calc(100px * var(--hero-scale));
  padding-left: var(--pad-l);
  padding-right: var(--pad-r);
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 500;
}

.catalog-title,
.stats-heading,
.cases-title,
.prices-title,
.price-card h3,
.yt-order-title,
.yt-russia-title,
.hero-title {
  overflow-wrap: break-word;
}

.content-inner h2,
.content h2 {
  font-family: var(--font-display);
  font-size: calc(27px * var(--hero-scale));
  font-weight: 700;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: calc(50px * var(--hero-scale));
  overflow: visible;
  width: calc(950px * var(--hero-scale));
  max-width: 100%;
}

.content-inner p,
.content p {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: calc(20px * var(--hero-scale));
  font-weight: 500;
  color: #000;
  margin-bottom: calc(35px * var(--hero-scale));
  width: calc(1028px * var(--hero-scale));
  max-width: 100%;
}

.content p strong {
  color: var(--text);
  font-weight: 700;
}

.btn-lead {
  margin: calc(36px * var(--hero-scale)) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(470px * var(--hero-scale));
  height: calc(80px * var(--hero-scale));
  min-width: 0;
  padding: 0 calc(30px * var(--hero-scale));
  gap: calc(18px * var(--hero-scale));
  font-size: calc(24px * var(--hero-scale));
  line-height: 1.2;
  letter-spacing: 0.14em;
  border-radius: calc(8px * var(--hero-scale));
  position: relative;
  left: calc((var(--pad-r, 0px) - var(--pad-l, 0px)) / 2);
  background-color: #ff6416;
  background-image: url("../img/order-submit-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.btn-lead:hover {
  background-color: #ff6416;
  background-image: url("../img/order-submit-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  filter: brightness(1.06);
}

.btn-lead-icon {
  width: calc(52px * var(--hero-scale));
  height: calc(52px * var(--hero-scale));
  flex-shrink: 0;
  object-fit: contain;
}

/* ========== DARK BAND: catalog + stats + cases ========== */
.dark-band {
  background-color: #090909;
  background-image: url("../img/fonchef.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow: visible;
}

.catalog,
.stats,
.cases {
  background: transparent;
}

/* ========== CATALOG ========== */
.catalog {
  padding: calc(36px * var(--hero-scale)) 24px calc(28px * var(--hero-scale));
}

.catalog-inner {
  max-width: calc(1305px * var(--hero-scale));
  width: 100%;
  margin: 0 auto;
}

.cases-inner {
  max-width: none;
  width: 100%;
  margin: 0 auto;
}

.stats-inner {
  max-width: calc(1170px * var(--hero-scale));
  width: 92%;
  margin: 0 auto;
}

.catalog-title {
  margin: 0 0 36px;
  padding-top: 0.2em;
  text-align: center;
  color: #fff;
  font-size: calc(35px * var(--hero-scale));
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.35;
  overflow: visible;
  text-shadow: 3px 4px 0 #000, 0 10px 22px rgba(0, 0, 0, 0.45);
}

.rest-card {
  --rest-left: calc(372px * var(--hero-scale));
  --rest-gap: calc(16px * var(--hero-scale));
  --rest-pad: calc(12px * var(--hero-scale));
  container-type: inline-size;
  display: grid;
  grid-template-columns: var(--rest-left) minmax(0, 1fr);
  column-gap: var(--rest-gap);
  width: 100%;
  max-width: calc(1305px * var(--hero-scale));
  margin-bottom: 16px;
}

.rest-info,
.dishes {
  background: #fff;
  border-radius: calc(24px * var(--hero-scale));
  padding: var(--rest-pad);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  min-width: 0;
  font-family: "Montserrat", system-ui, sans-serif;
}

.rest-info {
  display: flex;
  flex-direction: column;
}

.rest-cover-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #f2f2f2;
  flex: 0 0 auto;
  height: calc((100cqi - var(--rest-left) - var(--rest-gap) - var(--rest-pad) * 2 - 36px * var(--hero-scale)) / 4);
}

.page .rest-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page .dish-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rest-meta {
  padding: 10px 2px 2px;
}

.rest-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.rest-head h3 {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: calc(16px * var(--hero-scale));
  font-weight: 700;
  line-height: 1.3;
  color: #21201f;
  text-transform: none;
  letter-spacing: 0;
}

.rest-rating {
  font-size: calc(14px * var(--hero-scale));
  font-weight: 500;
  white-space: nowrap;
  color: #21201f;
}

.rest-rating .star {
  color: #f5c518;
  margin-right: 2px;
}

.rest-count {
  font-weight: 400;
}

.rest-time {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: calc(11px * var(--hero-scale));
  font-weight: 400;
  color: #5b5b5b;
}

.rest-time svg {
  width: 16px;
  height: 16px;
  color: #7b61ff;
}

.rest-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 8px;
}

.tag {
  display: inline-flex;
  align-items: center;
  font-size: calc(9px * var(--hero-scale));
  font-weight: 500;
  white-space: nowrap;
  padding: 2px 5px;
  border-radius: 8px;
}

.tag-top {
  color: #3b82f6;
  background: #e8f1ff;
}

.tag-sale {
  color: #16a34a;
  background: #e8f6e8;
}

.tag-free {
  color: #16a34a;
  background: #e8f6e8;
}

.dishes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(10px * var(--hero-scale)) calc(12px * var(--hero-scale));
  align-content: start;
}

.dish {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.dish-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  border-radius: 18px;
  overflow: hidden;
}

.dish-info {
  min-width: 0;
}

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

.dish-plus {
  position: absolute;
  right: calc(8px * var(--hero-scale));
  bottom: calc(8px * var(--hero-scale));
  width: calc(32px * var(--hero-scale));
  height: calc(32px * var(--hero-scale));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #222;
  font-size: calc(22px * var(--hero-scale));
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.dish-price {
  margin-top: 8px;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: calc(16px * var(--hero-scale));
  font-weight: 700;
  line-height: 1.3;
  color: #21201f;
}

.dish-name {
  margin-top: 2px;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: calc(13px * var(--hero-scale));
  font-weight: 400;
  color: #21201f;
  line-height: 1.3;
}

.dish-weight {
  margin-top: 2px;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: calc(13px * var(--hero-scale));
  font-weight: 400;
  color: #9e9e9e;
  line-height: 1.3;
}

/* ========== STATS ========== */
.stats {
  padding: calc(40px * var(--hero-scale)) 24px calc(28px * var(--hero-scale));
}

.stats-heading {
  margin: 0 auto calc(45px * var(--hero-scale));
  max-width: none;
  text-align: center;
  color: #fff;
  font-size: calc(35px * var(--hero-scale));
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.5;
  text-shadow: 0 1px 0 #3a3a3a, 0 2px 0 #111, 0 8px 18px rgba(0, 0, 0, 0.45);
}

.stats-panel {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: calc(32px * var(--hero-scale));
  padding: calc(36px * var(--hero-scale)) calc(32px * var(--hero-scale)) calc(28px * var(--hero-scale));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  font-family: "Roboto", system-ui, sans-serif;
  box-sizing: border-box;
  overflow: visible;
}

@media (min-width: 1441px) {
  body.yandex-top-template .page .stats-panel {
    max-width: 100% !important;
  }
}

.stats-panel button {
  font-family: inherit;
}

.stats-title {
  font-size: calc(28px * var(--hero-scale));
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: calc(22px * var(--hero-scale));
  font-family: "Roboto", system-ui, sans-serif;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(14px * var(--hero-scale));
}

.kpi-card {
  background: #fff;
  border-radius: calc(18px * var(--hero-scale));
  padding: calc(16px * var(--hero-scale)) calc(18px * var(--hero-scale)) calc(14px * var(--hero-scale));
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
  border: 1px solid #f0f0f0;
}

.kpi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: #000;
  font-size: calc(12px * var(--hero-scale));
  font-weight: 500;
}

.kpi-top span {
  white-space: nowrap;
  line-height: 1.2;
}

.kpi-info {
  width: calc(18px * var(--hero-scale));
  height: calc(18px * var(--hero-scale));
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  background: transparent;
  color: #9a9a9a;
  font-size: calc(11px * var(--hero-scale));
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  cursor: help;
}

.kpi-value {
  margin-top: calc(18px * var(--hero-scale));
  text-align: right;
  font-size: clamp(calc(26px * var(--hero-scale)), 2.2vw, calc(34px * var(--hero-scale)));
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

.kpi-delta {
  display: flex;
  justify-content: flex-end;
  margin-top: calc(8px * var(--hero-scale));
}

.kpi-delta span {
  display: inline-flex;
  align-items: center;
  min-height: calc(22px * var(--hero-scale));
  padding: 0 calc(8px * var(--hero-scale));
  border-radius: calc(8px * var(--hero-scale));
  font-size: calc(12px * var(--hero-scale));
  font-weight: 500;
}

.kpi-delta.is-up span {
  background: #e7f7dc;
  color: #3d9a4a;
}

.kpi-delta.is-flat span {
  background: #f3f3f3;
  color: #8a8a8a;
}

.kpi-compare {
  margin-top: calc(8px * var(--hero-scale));
  text-align: right;
  font-size: calc(12px * var(--hero-scale));
  font-weight: 400;
  color: #9a9a9a;
}

.stats-revenue {
  margin-top: calc(36px * var(--hero-scale));
}

.stats-revenue h3 {
  font-size: calc(22px * var(--hero-scale));
  font-weight: 500;
  margin-bottom: calc(10px * var(--hero-scale));
  font-family: "Roboto", system-ui, sans-serif;
}

.revenue-values {
  display: flex;
  gap: calc(40px * var(--hero-scale));
  margin-bottom: calc(18px * var(--hero-scale));
}

.revenue-sum {
  font-size: calc(22px * var(--hero-scale));
  font-weight: 500;
  letter-spacing: 0;
}

.revenue-sum.is-muted {
  color: #000;
}

.revenue-values span {
  display: block;
  margin-top: 4px;
  font-size: calc(13px * var(--hero-scale));
  font-weight: 400;
  color: #9a9a9a;
}

.chart-card {
  background: #fff;
  border-radius: calc(18px * var(--hero-scale));
  padding: calc(10px * var(--hero-scale)) calc(16px * var(--hero-scale)) calc(8px * var(--hero-scale));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  max-height: calc(200px * var(--hero-scale));
  box-sizing: border-box;
  overflow: hidden;
}

.chart-wrap {
  display: grid;
  grid-template-columns: calc(64px * var(--hero-scale)) 1fr;
  min-height: 0;
  height: calc(148px * var(--hero-scale));
}

.chart-y {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 calc(10px * var(--hero-scale)) calc(22px * var(--hero-scale)) 0;
  color: #a0a0a0;
  font-size: calc(12px * var(--hero-scale));
  font-weight: 400;
  line-height: 1;
}

.chart-plot {
  position: relative;
  min-width: 0;
}

.chart-grid {
  position: absolute;
  inset: 0 0 calc(22px * var(--hero-scale));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}

.chart-grid span {
  display: block;
  height: 1px;
  background: #ececec;
}

.chart-bars {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: calc(4px * var(--hero-scale));
  height: calc(120px * var(--hero-scale));
  padding: 0 calc(4px * var(--hero-scale));
}

.chart-bar {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
}

.chart-bar-stack {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.chart-bar-lost,
.chart-bar-fill {
  width: 100%;
  height: 0;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 2.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s;
  will-change: transform;
}

.chart-bar-fill {
  background: #f5e05a;
}

.chart-bar-lost {
  background: #c084fc;
}

.chart-labels {
  display: flex;
  gap: calc(4px * var(--hero-scale));
  height: calc(22px * var(--hero-scale));
  padding: calc(6px * var(--hero-scale)) calc(4px * var(--hero-scale)) 0;
  color: #b0b0b0;
  font-size: calc(11px * var(--hero-scale));
  font-weight: 400;
}

.chart-labels span {
  flex: 1;
  min-width: 0;
  text-align: center;
  white-space: nowrap;
}

.chart-tooltip {
  position: absolute;
  z-index: 3;
  min-width: 140px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-size: calc(12px * var(--hero-scale));
  line-height: 1.5;
  pointer-events: none;
  transform: translate(-50%, -120%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.chart-tooltip strong {
  display: block;
  margin-bottom: 2px;
}

.chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: calc(16px * var(--hero-scale)) calc(22px * var(--hero-scale));
  margin-top: calc(6px * var(--hero-scale));
  font-size: calc(12px * var(--hero-scale));
  font-weight: 400;
  color: #000;
}

.chart-legend i {
  display: inline-block;
  width: calc(10px * var(--hero-scale));
  height: calc(10px * var(--hero-scale));
  margin-right: calc(6px * var(--hero-scale));
  border-radius: 2px;
  vertical-align: -1px;
}

.legend-revenue {
  background: #f5d400;
}

.legend-lost {
  background: #c084fc;
}

/* ========== CASES SLIDER ========== */
.cases {
  --hero-scale: max(1, calc(100vw / 1920px));
  padding: calc(70px * var(--hero-scale)) 0;
  overflow-x: clip;
  overflow-y: clip;
}

.cases-inner {
  overflow: visible;
}

.cases-title {
  margin: 0 0 23px;
  padding-top: 20px;
  text-align: center;
  color: #fff;
  font-size: calc(49px * var(--hero-scale));
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #3a3a3a, 0 2px 0 #111, 0 8px 18px rgba(0, 0, 0, 0.45);
}

@media (min-width: 1101px) {
  .page .cases-title {
    margin: 0 0 23px;
    padding-top: 0;
  }
}

.cases-slider {
  --case-peek: calc(45px * var(--hero-scale));
  --case-w: min(calc(1120px * var(--hero-scale)), calc(100vw - 180px));
  --case-gap: calc(100% - var(--case-w) - var(--case-peek));
  position: relative;
  width: calc(50vw + var(--case-w) / 2);
  max-width: none;
  margin-left: calc(50vw - var(--case-w) / 2);
  margin-right: 0;
}

@media (min-width: 1101px) and (max-width: 1599px) {
  .page .cases-slider {
    --case-peek: 45px;
    --case-w: min(1145px, calc(100vw - 180px));
    --case-gap: calc(100% - var(--case-w) - var(--case-peek));
    width: calc(50vw + var(--case-w) / 2);
    margin-left: calc(50vw - var(--case-w) / 2);
    margin-right: 0;
  }
}

@media (min-width: 1921px) {
  .page .cases {
    --hero-scale: max(1, calc(100vw / 1920px));
  }

  .page .cases-slider {
    --case-peek: calc(45px * var(--hero-scale));
    --case-w: min(calc(1120px * var(--hero-scale)), calc(100vw - 180px));
    --case-gap: calc(100% - var(--case-w) - var(--case-peek));
    width: calc(50vw + var(--case-w) / 2);
    margin-left: calc(50vw - var(--case-w) / 2);
    margin-right: 0;
  }

  .page .case-slide,
  .page .case-slide--poster {
    width: var(--case-w);
    min-width: var(--case-w);
    flex: 0 0 var(--case-w);
    max-width: none;
  }
}

.cases-viewport {
  overflow: hidden;
  overflow-x: clip;
  contain: paint;
  isolation: isolate;
  clip-path: inset(0 -100vw 0 0);
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  max-height: none;
}

.cases-track {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--case-gap, 20px);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.case-slide {
  box-sizing: border-box;
  flex: 0 0 var(--case-w);
  width: var(--case-w);
  min-width: var(--case-w);
  max-width: var(--case-w);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: stretch;
  gap: calc(24px * var(--hero-scale)) calc(28px * var(--hero-scale));
  background: #fff;
  padding: calc(36px * var(--hero-scale)) calc(32px * var(--hero-scale)) calc(28px * var(--hero-scale));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  max-height: none;
  min-height: auto;
  height: auto;
  overflow: visible;
}

.case-slide--poster {
  display: block;
  padding: 0;
  background: transparent;
  box-shadow: none;
  width: var(--case-w);
  max-width: none;
  flex: 0 0 var(--case-w);
  max-height: none;
  min-height: auto;
  height: auto;
  overflow: visible;
}

.case-slide--poster > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin: 0 auto;
  object-fit: unset;
  object-position: center top;
  border-radius: 32px;
}

.case-copy {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.case-brand {
  font-size: calc(28px * var(--hero-scale));
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.5;
}

.case-city {
  margin-top: 6px;
  font-size: calc(13px * var(--hero-scale));
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #222;
}

.case-lead {
  margin: 14px 0 12px;
  font-size: clamp(calc(22px * var(--hero-scale)), 2.1vw, calc(28px * var(--hero-scale)));
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.case-text {
  font-size: calc(14px * var(--hero-scale));
  line-height: 1.5;
  color: #4a4a4a;
}

.case-text strong {
  color: var(--text);
  font-weight: 800;
}

.mini-stats {
  margin-top: auto;
  padding-top: 20px;
}

.mini-stats-label {
  font-size: calc(14px * var(--hero-scale));
  font-weight: 800;
  margin-bottom: 8px;
}

.mini-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.mini-kpis div {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 8px 8px 10px;
  box-shadow: 0 4px 12px rgba(17, 24, 39, 0.05);
}

.mini-kpis span {
  display: block;
  font-size: calc(10px * var(--hero-scale));
  color: #8a8a8a;
  font-weight: 600;
}

.mini-kpis b {
  display: block;
  margin-top: 8px;
  font-size: calc(13px * var(--hero-scale));
  font-weight: 800;
  text-align: right;
}

.mini-kpis i {
  display: block;
  margin-top: 4px;
  font-size: calc(9px * var(--hero-scale));
  font-style: normal;
  font-weight: 700;
  text-align: right;
  color: #3d9a4a;
}

.mini-rev {
  display: flex;
  gap: 18px;
  margin: 10px 0 8px;
  font-size: calc(13px * var(--hero-scale));
  font-weight: 800;
}

.mini-rev .muted {
  color: #b0b0b0;
}

.mini-rev p {
  width: 100%;
  margin-top: 2px;
  font-size: calc(10px * var(--hero-scale));
  font-weight: 600;
  color: #9a9a9a;
}

.mini-chart {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 58px;
  padding: 8px 8px 4px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.mini-chart span {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.mini-chart i {
  display: block;
  width: 100%;
  height: 0;
  background: #f5e05a;
  border-radius: 2px 2px 0 0;
}

.case-media {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1.45fr 1fr auto;
  gap: 10px;
  height: 100%;
  min-height: 0;
}

.case-shots {
  grid-column: 1 / -1;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  min-height: 0;
}

.case-shots img {
  width: 100%;
  height: 100%;
  min-height: 140px;
  object-fit: cover;
  border-radius: 16px;
}

.case-dish {
  position: relative;
  grid-row: 2;
  border-radius: 16px;
  overflow: hidden;
  min-height: 0;
}

.case-dish img {
  width: 100%;
  height: 100%;
  min-height: 90px;
  object-fit: cover;
}

.case-like {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #bbb;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.case-like.is-on {
  color: #ff4d6d;
}

.case-eda {
  grid-column: 1 / 3;
  grid-row: 3;
  background: #fff;
  border-radius: 16px;
  padding: 10px 12px 12px;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
}

.case-eda-top {
  font-weight: 800;
}

.case-eda-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: calc(12px * var(--hero-scale));
  color: #6b6b6b;
  font-weight: 600;
}

.case-eda-meta svg {
  width: 14px;
  height: 14px;
  color: #7b61ff;
}

.case-eda-meta .star {
  color: #f5c518;
  margin-left: 8px;
}

.case-eda p {
  margin-top: 6px;
  font-size: calc(12px * var(--hero-scale));
  color: #555;
  line-height: 1.5;
}

.case-badge {
  display: inline-block;
  margin-top: 8px;
  margin-right: 6px;
  padding: 4px 10px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: calc(10px * var(--hero-scale));
  font-weight: 800;
  letter-spacing: 0.08em;
}

.case-badge--sale {
  background: #16a34a;
}

.case-badge--free {
  background: transparent;
  color: #16a34a;
  border: 1px solid #16a34a;
}

.case-eda-cover {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 8px;
}

.case-media--pair .case-eda {
  grid-column: 1 / 3;
  grid-row: 2 / 4;
}

.case-media--pair .case-dish {
  grid-column: 3;
  grid-row: 2;
}

.case-media--pair .case-review {
  grid-column: 3;
  grid-row: 3;
}

.case-review {
  grid-column: 3 / 4;
  grid-row: 3;
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
}

.case-review strong {
  display: block;
  font-size: calc(14px * var(--hero-scale));
}

.case-review em {
  display: block;
  margin-top: 2px;
  font-size: calc(12px * var(--hero-scale));
  font-style: normal;
  color: #8a8a8a;
}

.case-review q {
  display: block;
  margin-top: 8px;
  font-size: calc(12px * var(--hero-scale));
  line-height: 1.5;
  color: #333;
}

.case-media-poster {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
  height: 100%;
  min-height: 0;
}

.case-media-poster > img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  object-position: 82% center;
  border-radius: 16px;
}

.case-media-poster .case-review {
  grid-column: auto;
  grid-row: auto;
}

.case-media-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-rows: minmax(280px, 1fr) auto auto;
  gap: 12px 16px;
  height: 100%;
  min-height: 0;
  align-content: start;
}

.case-media-split .case-hero-shot {
  grid-column: 1;
  grid-row: 1;
  min-height: 280px;
}

.case-media-split .case-side {
  grid-column: 2;
  grid-row: 1;
  align-items: stretch;
  gap: 12px;
}

.case-media-split .case-firm-label,
.case-media-split .case-firm {
  grid-column: 1 / -1;
  grid-row: auto;
}

.case-media-split .case-eda,
.case-media-split .case-review {
  grid-column: auto;
  grid-row: auto;
  width: 100%;
}

.case-media-firm {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  grid-template-rows: auto auto 1fr;
  gap: 12px 16px;
  height: 100%;
  min-height: 0;
  align-content: stretch;
}

.case-firm-label {
  grid-column: 1 / -1;
  font-size: calc(13px * var(--hero-scale));
  font-weight: 700;
  color: #8a8a8a;
}

.case-firm {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.case-firm-item .case-dish {
  grid-row: auto;
  border-radius: 12px;
  aspect-ratio: 1;
  height: auto;
}

.case-firm-item .case-dish img {
  min-height: 0;
  height: 100%;
}

.case-firm-item .dish-price {
  margin-top: 6px;
  font-size: calc(13px * var(--hero-scale));
}

.case-firm-item .dish-name {
  font-size: calc(11px * var(--hero-scale));
  color: #6b6b6b;
}

.case-hero-shot {
  grid-column: 1;
  grid-row: 3;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 16px;
}

.case-side {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  min-height: 0;
}

.case-brand-mark {
  width: min(180px, 100%);
  height: auto;
  align-self: flex-end;
}

.case-media-firm .case-eda,
.case-media-firm .case-review {
  grid-column: auto;
  grid-row: auto;
  width: 100%;
}

.cases-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: calc(84px * var(--hero-scale));
  height: calc(101px * var(--hero-scale));
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffd54a;
  cursor: pointer;
  transform: translateY(-50%);
}

.cases-arrow svg,
.cases-arrow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cases-prev {
  left: calc(-92px * var(--hero-scale));
}

.cases-prev svg,
.cases-prev img {
  transform: scaleX(-1);
}

.cases-next {
  left: calc(var(--case-w) + 8px * var(--hero-scale));
  right: auto;
}

.cases-dots {
  display: flex;
  justify-content: center;
  gap: calc(28px * var(--hero-scale));
  margin-top: calc(30px * var(--hero-scale));
  width: var(--case-w);
}

.cases-dot {
  width: calc(24px * var(--hero-scale));
  height: calc(24px * var(--hero-scale));
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
}

.cases-dot.is-active {
  background: #f5d400;
}

.case-slide--poster {
  cursor: pointer;
}

@media (max-width: 1100px) {
  .case-slide--poster {
    cursor: default;
  }

  .cases-lightbox,
  .cases-lightbox.is-open {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

.cases-lightbox {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 72px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s, visibility 0.2s;
}

.cases-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cases-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.82);
  cursor: pointer;
}

.cases-lightbox-img {
  position: relative;
  z-index: 2;
  max-width: min(1100px, calc(100vw - 160px));
  max-height: calc(100vh - 48px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.cases-lightbox-close {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: calc(40px * var(--hero-scale));
  line-height: 1;
  cursor: pointer;
}

.cases-lightbox-prev,
.cases-lightbox-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 56px;
  height: 76px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffd54a;
  cursor: pointer;
  transform: translateY(-50%);
}

.cases-lightbox-prev {
  left: 12px;
}

.cases-lightbox-prev svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}

.cases-lightbox-next {
  right: 12px;
}

.cases-lightbox-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 760px) {
  .cases-lightbox {
    padding: 56px 8px 16px;
  }

  .cases-lightbox-img {
    max-width: calc(100vw - 16px);
    max-height: calc(100vh - 80px);
    border-radius: 12px;
  }

  .cases-lightbox-prev,
  .cases-lightbox-next {
    width: 36px;
    height: 48px;
  }

  .cases-lightbox-prev {
    left: 4px;
  }

  .cases-lightbox-next {
    right: 4px;
  }
}

/* ========== PRICES ========== */
.prices {
  --hero-scale: max(1, calc(100vw / 1920px));
  background: #fff;
  padding: calc(34px * var(--hero-scale)) calc(24px * var(--hero-scale)) calc(80px * var(--hero-scale));
}

.prices-inner {
  width: calc(1048px * var(--hero-scale));
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1101px) {
  body.yandex-top-template .page .prices-inner {
    width: calc(1048px * var(--hero-scale)) !important;
    max-width: 100% !important;
  }

  body.yandex-top-template .page .price-card {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 1600px) {
  .page .prices {
    --hero-scale: max(1, calc(100vw / 1920px));
  }

  .page .prices-inner {
    width: calc(1048px * var(--hero-scale));
    max-width: 100%;
  }

  .page .price-card {
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) calc(215px * var(--hero-scale));
  }

  .page .price-offer img {
    width: calc(214px * var(--hero-scale));
    max-width: 100%;
  }

  .page .price-btn {
    width: calc(215px * var(--hero-scale));
    min-width: calc(215px * var(--hero-scale));
    height: calc(50px * var(--hero-scale));
    line-height: calc(50px * var(--hero-scale));
    font-size: calc(30px * var(--hero-scale));
  }

  .page .price-card--start {
    height: calc(380px * var(--hero-scale));
    max-height: calc(380px * var(--hero-scale));
  }

  .page .price-card--keep,
  .page .price-card--photo {
    height: calc(340px * var(--hero-scale));
    max-height: calc(340px * var(--hero-scale));
  }

  .page .price-card--menu {
    height: calc(300px * var(--hero-scale));
    max-height: calc(340px * var(--hero-scale));
  }
}

.prices-title {
  margin: 0 0 calc(35px * var(--hero-scale));
  text-align: center;
  color: #111;
  font-size: clamp(calc(28px * var(--hero-scale)), 4.4vw, calc(58px * var(--hero-scale)));
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #ddd, 0 6px 12px rgba(0, 0, 0, 0.12);
}

@media (min-width: 1101px) {
  .page .prices-title {
    margin: 0 0 calc(40px * var(--hero-scale, 1));
  }
}

.price-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) calc(215px * var(--hero-scale));
  grid-template-rows: auto auto;
  grid-template-areas:
    "info icon"
    "info cta";
  column-gap: calc(24px * var(--hero-scale));
  row-gap: calc(10px * var(--hero-scale));
  align-items: start;
  align-content: start;
  border-radius: calc(30px * var(--hero-scale));
  border: 2px solid #111;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  padding: calc(28px * var(--hero-scale)) calc(32px * var(--hero-scale));
  margin-bottom: calc(18px * var(--hero-scale));
  color: #111;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  max-width: none;
}

.price-card h3 {
  margin: 0 0 25px;
  font-family: "Druk Wide Cyr", sans-serif;
  font-size: calc(32px * var(--hero-scale));
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #111;
  white-space: nowrap;
}

.price-card h3 .price-period {
  display: inline;
  font-size: calc(24px * var(--hero-scale));
  font-weight: 900;
  letter-spacing: 0.02em;
}

.price-card--start h3,
.price-card--keep h3 {
  white-space: nowrap;
}

.price-card--start h3 .price-period,
.price-card--keep h3 .price-period {
  display: inline;
}

.price-info ul,
.price-card ul {
  margin: 0;
  padding-left: 1.15em;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: calc(24px * var(--hero-scale));
  font-weight: 400;
}

.price-info ul {
  max-width: calc(620px * var(--hero-scale));
}

.price-info li,
.price-card li {
  margin-bottom: 6px;
  max-width: none;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: calc(24px * var(--hero-scale));
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #111;
  white-space: nowrap;
}

.price-card--photo li,
.price-card--menu li {
  white-space: normal;
  max-width: 100%;
}

.price-card--photo h3,
.price-card--menu h3 {
  white-space: normal;
  min-height: 1.5em;
}

.price-card--menu h3 .price-period {
  display: block;
}

.price-card--menu .price-info li span {
  display: block;
}

.price-offer {
  grid-area: icon;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-height: 0;
  min-width: 0;
  overflow: visible;
}

.price-info {
  grid-area: info;
  min-width: 0;
  align-self: start;
}

.price-cta {
  grid-area: cta;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(8px * var(--hero-scale));
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}

.price-offer img {
  width: calc(214px * var(--hero-scale));
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0;
}

.price-sum {
  margin: 0;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: calc(38px * var(--hero-scale));
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: #111;
}

.price-btn {
  width: calc(215px * var(--hero-scale));
  height: calc(50px * var(--hero-scale));
  min-width: calc(215px * var(--hero-scale));
  padding: 0;
  border: 0;
  border-radius: calc(6px * var(--hero-scale));
  background: #fff;
  color: #111;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: calc(30px * var(--hero-scale));
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: calc(50px * var(--hero-scale));
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.price-btn:hover {
  background: #fff;
  color: #111;
  filter: brightness(0.98);
}

.price-card--start {
  background: linear-gradient(90deg, #fff717 0%, #fffdb6 100%);
  border-color: #c4a800;
  height: calc(380px * var(--hero-scale));
  max-height: calc(380px * var(--hero-scale));
}

.price-card--keep {
  background: linear-gradient(90deg, #c90df9 0%, #e177fb 100%);
  border-color: #7a0aa8;
  height: calc(340px * var(--hero-scale));
  max-height: calc(340px * var(--hero-scale));
  overflow: visible;
}

.price-card--photo {
  background: linear-gradient(90deg, #ff7f2a 0%, #ffc39b 100%);
  border-color: #c44e12;
  height: calc(340px * var(--hero-scale));
  max-height: calc(340px * var(--hero-scale));
  overflow: visible;
}

.price-card--keep .price-offer,
.price-card--photo .price-offer {
  margin-top: calc(-28px * var(--hero-scale));
}

.price-card--menu {
  background: linear-gradient(90deg, #7f7f7f 0%, #f7f7f7 48%, #bfbfbf 100%);
  color: #111;
  border-color: #4d4d4d;
  height: calc(300px * var(--hero-scale));
  max-height: calc(340px * var(--hero-scale));
  overflow: visible;
}

.price-card--menu .price-offer {
  margin-top: calc(-24px * var(--hero-scale));
}

.price-card--menu .price-offer img {
  width: calc(160px * var(--hero-scale));
  max-height: calc(160px * var(--hero-scale));
}

.price-card--menu .price-btn {
  color: #111;
}

/* ========== ORDER FORM ========== */
.yt-order {
  background: #fff;
  padding: calc(25px * var(--hero-scale)) 24px calc(10px * var(--hero-scale));
  text-align: center;
}

.yt-order-title {
  margin: 0 0 calc(16px * var(--hero-scale));
  color: #111;
  font-family: var(--font-display);
  font-size: calc(40px * var(--hero-scale));
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.5;
}

.yt-order-subtitle {
  margin: 0 0 calc(36px * var(--hero-scale));
  font-size: calc(36px * var(--hero-scale));
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
}

.page .yt-order-subtitle a {
  color: #ff6416;
  text-decoration: none;
}

.page .yt-order-subtitle a:hover {
  opacity: 0.85;
}

.yt-order-form {
  max-width: calc(800px * var(--hero-scale));
  margin: 0 auto;
  text-align: left;
}

.yt-order-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(16px * var(--hero-scale));
  align-items: stretch;
}

.yt-order-fields,
.yt-order-side {
  display: flex;
  flex-direction: column;
  gap: calc(16px * var(--hero-scale));
}

.yt-order-field {
  position: relative;
}

.yt-order-field::after {
  content: "";
  position: absolute;
  right: calc(18px * var(--hero-scale));
  top: 50%;
  width: calc(8px * var(--hero-scale));
  height: calc(8px * var(--hero-scale));
  border-right: 2px solid #ff6416;
  border-bottom: 2px solid #ff6416;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.yt-order-field input,
.yt-order-textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #ff854e;
  border-radius: calc(4px * var(--hero-scale));
  color: #111;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: max(16px, calc(13px * var(--hero-scale)));
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: calc(18px * var(--hero-scale)) calc(44px * var(--hero-scale)) calc(18px * var(--hero-scale)) calc(20px * var(--hero-scale));
  outline: none;
}

.yt-order-textarea {
  min-height: calc(132px * var(--hero-scale));
  resize: vertical;
  padding: calc(18px * var(--hero-scale)) calc(20px * var(--hero-scale));
  line-height: 1.5;
}

.yt-order-field input::placeholder,
.yt-order-textarea::placeholder {
  color: #000;
  opacity: 1;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: max(16px, calc(13px * var(--hero-scale)));
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.yt-order-field input::-webkit-input-placeholder,
.yt-order-textarea::-webkit-input-placeholder {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.yt-order-field input::-moz-placeholder,
.yt-order-textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.yt-order-field input:focus,
.yt-order-textarea:focus {
  border-color: #ff8a2b;
  box-shadow: 0 0 0 1px rgba(255, 100, 22, 0.25);
}

.yt-order-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(12px * var(--hero-scale));
  width: 100%;
  background-color: #ff6416;
  background-image: url("../img/order-submit-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: calc(14px * var(--hero-scale));
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 0;
  border-radius: calc(6px * var(--hero-scale));
  padding: calc(18px * var(--hero-scale)) calc(24px * var(--hero-scale));
  cursor: pointer;
}

.yt-order-submit:hover {
  filter: brightness(1.06);
}

.yt-order-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.yt-order-submit-icon {
  width: calc(18px * var(--hero-scale));
  height: auto;
  flex-shrink: 0;
  opacity: 0.95;
}

.yt-order-consent {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: calc(10px * var(--hero-scale));
  color: #000;
  font-size: calc(10px * var(--hero-scale));
  line-height: 1.5;
  cursor: pointer;
}

.yt-order-consent-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.yt-order-consent-mark {
  position: relative;
  flex: 0 0 calc(18px * var(--hero-scale));
  width: calc(18px * var(--hero-scale));
  height: calc(18px * var(--hero-scale));
  margin-top: 1px;
  border: 1px solid #ff6416;
  border-radius: 3px;
  background: #fff;
}

.yt-order-consent-input:checked + .yt-order-consent-mark {
  background: #ff6416;
}

.yt-order-consent-input:checked + .yt-order-consent-mark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.page .yt-order-consent a {
  color: #ff6416;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.yt-order-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.yt-order-message {
  margin: 14px 0 0;
  min-height: 1.2em;
  font-size: calc(14px * var(--hero-scale));
  font-weight: 600;
  text-align: center;
}

.yt-order-message.is-success {
  color: #1a7f37;
}

.yt-order-message.is-error {
  color: #c62828;
}

@media (max-width: 760px) {
  .yt-order-grid {
    grid-template-columns: 1fr;
  }

  .yt-order-textarea {
    order: 1;
    min-height: 120px;
  }

  .yt-order-consent {
    order: 2;
  }

  .yt-order-submit {
    order: 3;
    white-space: nowrap;
    font-size: 12px;
    letter-spacing: 0.04em;
    padding: 16px 12px;
    gap: 8px;
  }

  .yt-order-submit span {
    white-space: nowrap;
  }

  .yt-order-submit-icon {
    width: 14px;
  }

  .modal-card {
    padding: 36px 16px 24px;
  }

  .modal .yt-order-title {
    font-size: 24px;
  }

  .modal .yt-order-subtitle {
    font-size: 16px;
  }
}

/* ========== MODAL ========== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s, visibility 0.2s;
  --hero-scale: max(1, calc(100vw / 1920px));
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.modal-card {
  position: relative;
  width: 100%;
  max-width: calc(656px * var(--hero-scale, 1));
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #fff;
  border-radius: 8px;
  padding: calc(40px * var(--hero-scale, 1)) calc(36px * var(--hero-scale, 1)) calc(32px * var(--hero-scale, 1));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: calc(28px * var(--hero-scale));
  line-height: 1;
  cursor: pointer;
  color: #111;
}

.modal .yt-order-title {
  margin-bottom: 12px;
  font-size: calc(32px * var(--hero-scale));
}

.modal .yt-order-subtitle {
  margin-bottom: 28px;
  font-size: calc(18px * var(--hero-scale));
  line-height: 1.5;
}

.modal .yt-order-subtitle a,
.modal .yt-order-consent a {
  color: #ff6416;
  text-decoration: none;
}

.modal .yt-order-subtitle a {
  display: block;
  margin-top: 4px;
  white-space: nowrap;
}

.modal .yt-order-consent a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.modal .yt-order-form {
  max-width: none;
  margin: 0;
}

.modal .yt-order-grid {
  grid-template-columns: 1fr;
}

.modal .yt-order-textarea,
.modal .yt-order-consent,
.modal .yt-order-submit {
  order: 0;
}

.form {
  display: grid;
  gap: 12px;
}

.form label {
  font-size: calc(12px * var(--hero-scale));
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #555;
}

.form input,
.form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: calc(15px * var(--hero-scale));
  outline: none;
  transition: border-color 0.15s;
}

.form input:focus,
.form textarea:focus {
  border-color: var(--orange);
}

.form textarea {
  min-height: 84px;
  resize: vertical;
}

.form .btn {
  margin-top: 6px;
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  font-size: calc(16px * var(--hero-scale));
}

.form-success {
  display: none;
  text-align: center;
  padding: 24px 8px;
}

.form-success.is-visible {
  display: block;
}

.form-success h4 {
  font-size: calc(20px * var(--hero-scale));
  margin-bottom: 8px;
}

.form.is-hidden {
  display: none;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1280px) {
  .content-inner {
    --pad-l: 72px;
    --pad-r: 48px;
    padding-left: var(--pad-l);
    padding-right: var(--pad-r);
  }

  .content-inner h2,
  .content-inner p {
    width: 100%;
  }

  .nav a {
    font-size: 17px;
  }

  .nav-phone {
    font-size: 19px;
    white-space: nowrap;
  }

  .btn-order {
    font-size: 17px;
  }

  .rest-card {
    --rest-left: 320px;
  }

  .price-card h3 {
    font-size: 26px;
  }

  .price-info li,
  .price-card li {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  html {
    scroll-padding-top: 56px;
  }

  .header-brand {
    display: none;
  }

  .header-logo-mobile,
  .page .header-logo-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 0;
    margin: 0 auto;
    animation: none;
  }

  .header-logo-mobile img {
    width: min(180px, 58vw);
    height: auto;
  }

  .header,
  .header.is-stuck,
  .page .header,
  .page .header.is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #000;
    padding: 0;
  }

  .page .hero {
    padding-top: 0;
    box-shadow: none;
  }

  .header-inner,
  .hero-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header > .header-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 56px;
    padding: 6px 48px 6px 48px;
    position: relative;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    flex-shrink: 0;
    top: 50%;
    right: 12px;
    left: auto;
    transform: translateY(-50%);
    pointer-events: auto;
  }

  .header .nav {
    display: none !important;
  }

  .dark-band {
    background-attachment: scroll;
    overflow: visible;
  }

  .page .content {
    padding: 8px 20px 56px;
    overflow: visible;
    margin-top: -24px;
  }

  .content-inner {
    --pad-l: 0;
    --pad-r: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .content-inner h2,
  .content h2,
  .content-inner p,
  .content p {
    width: 100%;
    max-width: 100%;
  }

  .btn-lead {
    width: 85%;
    max-width: 340px;
    height: 64px;
    font-size: 13px;

  .catalog,
  .stats,
  .cases,
  .yt-order {
    padding-left: 16px;
    padding-right: 16px;
  }

  .prices {
    --hero-scale: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .prices-inner {
    width: 100%;
    max-width: 100%;
  }

  .catalog {
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .catalog-title,
  .stats-heading {
    font-size: 35px;
    padding-top: 0.2em;
    margin-bottom: 36px;
    line-height: 1.35;
    overflow: visible;
  }

  .cases-title {
    font-size: 36px;
  }

  .rest-card {
    --rest-left: clamp(210px, 30vw, 340px);
    --rest-gap: 12px;
    --rest-pad: 10px;
    grid-template-columns: var(--rest-left) minmax(0, 1fr);
    column-gap: var(--rest-gap);
    row-gap: 0;
  }

  .rest-info,
  .dishes {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  }

  .rest-cover-wrap {
    aspect-ratio: auto;
    height: calc((100cqi - var(--rest-left) - var(--rest-gap) - var(--rest-pad) * 2 - 30px) / 4);
  }

  .dishes {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 10px;
  }

  .kpi-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .stats-panel {
    padding: 32px 24px 24px;
    border-radius: 32px;
  }

  .stats-title {
    font-size: 28px;
    margin-bottom: 22px;
  }

  .kpi-info {
    display: inline-flex;
  }

  .kpi-compare {
    display: block;
    font-size: 9px;
    line-height: 1.3;
  }

  .kpi-top {
    font-size: 11px;
    gap: 4px;
  }

  .kpi-value {
    margin-top: 14px;
    font-size: clamp(20px, 2.6vw, 34px);
  }

  .revenue-values {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
    margin-bottom: 18px;
  }

  .stats-revenue h3,
  .revenue-sum {
    font-size: 22px;
  }

  .chart-wrap {
    grid-template-columns: 56px 1fr;
    min-height: 160px;
  }

  .cases {
    padding: 40px 16px;
    overflow-x: clip;
    overflow-y: clip;
  }

  .cases-inner {
    max-width: 100%;
    padding: 0 0 0 16px;
    overflow: hidden;
  }

  .cases-slider {
    --case-w: 91%;
    --case-gap: 10px;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .cases-viewport {
    overflow: hidden;
    max-width: none;
    max-height: none;
  }

  .case-slide,
  .case-slide--poster {
    flex: 0 0 var(--case-w);
    width: var(--case-w);
    max-width: none;
    max-height: none;
  }

  .case-slide--poster > img {
    max-width: 100%;
    max-height: none;
  }

  .cases-arrow {
    width: 40px;
    height: 54px;
  }

  .cases-prev {
    left: 8px;
  }

  .cases-next {
    left: calc(var(--case-w) + var(--case-gap) / 2 - 20px);
    right: auto;
  }

  .price-card {
    height: auto;
    max-height: none;
    padding: 24px 22px;
  }

  .price-card h3,
  .price-card--start h3,
  .price-card--keep h3 {
    white-space: normal;
  }

  .price-card h3 .price-period {
    font-weight: 700;
  }

  .price-info li,
  .price-card li {
    white-space: normal;
    max-width: 100%;
  }
}

@media (max-width: 1028px) {
  .page .hero {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .page .hero-title {
    padding-top: 0;
    line-height: 1.39;
    position: relative;
    z-index: 6;
  }

  .wave-title {
    left: 20px;
    top: auto;
    bottom: 18%;
    z-index: 11;
    max-width: 44%;
    font-size: clamp(14px, 2.1vw, 20px);
    line-height: 1.28;
  }
}

@media (max-width: 1439px) {
  .page .hero {
    padding-top: 0;
  }

  .hero-inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }

  .page .hero .hero-bg {
    left: 0;
    transform: none;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .page .hero-title {
    padding-top: 0;
  }

  .page .hero .box-wrap {
    top: 51%;
    right: calc(50% - var(--hero-img-w) * 0.45);
  }
}

@media (min-width: 1101px) {
  .header > .header-inner,
  .header.is-stuck > .header-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ========== HERO LIFT (ПК) ==========
   Меняйте только --hero-lift-bg и --hero-lift-box в блоках ниже.
   bg = фон, box = сумка. 0px = без подъёма.
*/
@media (min-width: 1101px) {
  .page .hero {
    --hero-lift-bg: 0px;
    --hero-lift-box: 0px;
  }

  .page .hero .hero-bg {
    top: 0;
    height: 100%;
    transform: translate(-50%, calc(-1 * var(--hero-lift-bg)));
  }

  .page .hero .box-wrap {
    width: calc(460px * var(--hero-scale));
    top: calc(47% - var(--hero-lift-box));
    right: calc(45% - var(--hero-img-w) * 0.40);
  }
}

/* Сумка пропорционально ширине экрана до 1440 */
@media (min-width: 1101px) and (max-width: 1439px) {
  .page .hero .box-wrap {
    width: calc(460px * 100vw / 1440px);
    right: calc(45% - (1440px - 100vw) * 0.012 - var(--hero-img-w) * 0.40);
  }

  .page .wave-title {
    bottom: 28px;
    font-size: clamp(18px, 1.85vw, 24px);
    max-width: min(520px, 52%);
  }
}

/* 1101–1199 */
@media (min-width: 1101px) and (max-width: 1199px) {
  .page .hero {
    --hero-lift-bg: -70px;
    --hero-lift-box: 0px;
  }
}

/* 1200–1279 */
@media (min-width: 1200px) and (max-width: 1279px) {
  .page .hero {
    --hero-lift-bg: -44px;
    --hero-lift-box: 0px;
  }
}

/* 1280–1359 */
@media (min-width: 1280px) and (max-width: 1359px) {
  .page .hero {
    --hero-lift-bg: -20px;
    --hero-lift-box: 0px;
  }

  .page .hero .box-wrap {
    width: calc(460px * 100vw / 1440px);
    right: calc(45% - (1440px - 100vw) * 0.012 - var(--hero-img-w) * 0.40);
  }
}

/* 1360–1439 */
@media (min-width: 1360px) and (max-width: 1439px) {
  .page .hero {
    --hero-lift-bg: -18px;
    --hero-lift-box: 0px;
  }

  .page .hero .box-wrap {
    width: calc(460px * 100vw / 1440px);
    right: calc(45% - (1440px - 100vw) * 0.012 - var(--hero-img-w) * 0.40);
  }
}

/* 1440 */
@media (min-width: 1440px) and (max-width: 1440px) {
  .page .hero {
    --hero-lift-bg: 15px;
    --hero-lift-box: 0px;
  }
}

/* 1441–1519 */
@media (min-width: 1441px) and (max-width: 1519px) {
  .page .hero {
    --hero-lift-bg: 15px;
    --hero-lift-box: 20px;
  }
}

/* 1520–1599 */
@media (min-width: 1520px) and (max-width: 1599px) {
  .page .hero {
    --hero-lift-bg: 0px;
    --hero-lift-box: 30px;
  }
}

/* 1600–1679 */
@media (min-width: 1600px) and (max-width: 1679px) {
  .page .hero {
    --hero-lift-bg: 35px;
    --hero-lift-box: 35px;
  }
}

/* 1680–1759 */
@media (min-width: 1680px) and (max-width: 1759px) {
  .page .hero {
    --hero-lift-bg: 40px;
    --hero-lift-box: 40px;
  }
}

/* 1760–1839 */
@media (min-width: 1760px) and (max-width: 1839px) {
  .page .hero {
    --hero-lift-bg: 45px;
    --hero-lift-box: 45px;
  }
}

/* 1840–1919 */
@media (min-width: 1840px) and (max-width: 1919px) {
  .page .hero {
    --hero-lift-bg: 50px;
    --hero-lift-box: 50px;
  }
}

/* 1920–2079 */
@media (min-width: 1920px) and (max-width: 2079px) {
  .page .hero {
    --hero-lift-bg: 40px;
    --hero-lift-box: 60px;
  }
}

/* 2080–2399 */
@media (min-width: 2080px) and (max-width: 2399px) {
  .page .hero {
    --hero-lift-bg: 70px;
    --hero-lift-box: 70px;
  }
}

/* 2400–2559 */
@media (min-width: 2400px) and (max-width: 2559px) {
  .page .hero {
    --hero-lift-bg: 80px;
    --hero-lift-box: 80px;
  }
}

/* 2560+ */
@media (min-width: 2560px) {
  .page .hero {
    --hero-lift-bg: 90px;
    --hero-lift-box: 90px;
  }
}

@media (max-width: 1100px) {
  .page .hero-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 88px;
    z-index: 4;
    max-width: none;
    margin: 0;
    padding: 0 16px;
  }

  .page .hero-title {
    margin: 0 auto;
    padding-top: 0;
  }

  .page .hero .hero-bg {
    left: 50%;
    transform: translateX(-50%);
    width: 108%;
    max-width: none;
    height: calc(108vw * 1200 / 1440);
  }

  .page .hero {
    height: calc(108vw * 1200 / 1440);
    min-height: calc(108vw * 1200 / 1440);
  }

  .page .hero .box-wrap {
    top: 50%;
    right: calc(50% - var(--hero-img-w) * 0.45);
  }
}

@media (max-width: 980px) {
  .rest-card {
    --rest-left: clamp(200px, 30vw, 300px);
    --rest-gap: 12px;
    --rest-pad: 10px;
    grid-template-columns: var(--rest-left) minmax(0, 1fr);
    column-gap: var(--rest-gap);
    row-gap: 0;
  }

  .rest-info,
  .dishes {
    width: auto;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  }

  .rest-cover-wrap {
    aspect-ratio: auto;
    height: calc((100cqi - var(--rest-left) - var(--rest-gap) - var(--rest-pad) * 2 - 30px) / 4);
  }

  .dishes {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 10px;
  }

  .kpi-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .stats-panel {
    padding: 28px 22px 22px;
    border-radius: 32px;
  }

  .case-slide {
    padding: 28px 22px 22px;
    gap: 20px;
    grid-template-columns: 1fr;
    align-content: start;
  }

  .case-slide--poster {
    padding: 0;
    max-height: none;
  }

  .case-slide--poster > img {
    width: 100%;
    max-height: none;
    border-radius: 0;
  }

  .cases-viewport {
    max-height: none;
    border-radius: 0;
  }

  .mini-kpis {
    grid-template-columns: repeat(2, 1fr);
  }

  .yt-order-grid {
    grid-template-columns: 1fr;
  }

  .yt-order-title {
    font-size: 28px;
  }

  .yt-order-subtitle {
    font-size: 20px;
    white-space: nowrap;
  }

  .yt-order-subtitle a {
    display: inline;
    margin-top: 0;
    white-space: nowrap;
  }

  body.yandex-top-template .yt-russia-title {
    padding: 0 8px;
    width: 82%;
  }

  .price-card h3 {
    font-size: 24px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 56px;
  }

  .header {
    padding: 0;
  }

  .header > .header-inner {
    min-height: 56px;
    padding: 6px 12px 6px 16px;
  }

  .page .logo img {
    width: min(180px, 58vw);
    height: auto;
  }

  .hero-break-d {
    display: block;
  }

  .page .hero {
    height: calc(110vw * 1200 / 1440 + 52px);
    min-height: calc(110vw * 1200 / 1440 + 52px);
    background-color: #ffffff;
  }

  .page .hero .hero-bg {
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    max-width: none;
    height: calc(110vw * 1200 / 1440);
    object-fit: fill;
  }

  .page .hero::before,
  .page .hero::after {
    top: 52px;
    bottom: auto;
    height: calc(110vw * 1200 / 1440);
  }

  .page .hero-inner {
    top: 80px;
    padding: 0 12px;
  }

  .page .hero .box-wrap {
    top: calc(52px + 110vw * 1200 / 1440 * 0.50);
    right: 1%;
  }

  .page .wave-title {
    left: 16px;
    bottom: 16px;
    max-width: 58%;
    font-size: clamp(13px, 3.7vw, 16px);
    line-height: 1.25;
  }

  .wave-title-line {
    white-space: normal;
  }

  .page .content {
    margin-top: -50px;
    padding: 0 16px 48px;
    border: 0;
    box-shadow: none;
    outline: none;
  }

  .content-inner {
    --pad-l: 0;
    --pad-r: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-inner h2,
  .content h2,
  .content-inner p,
  .content p {
    width: 100%;
  }

  .content-inner h2,
  .page .content-inner h2,
  .page .content h2 {
    max-width: 600px;
  }

  .page .content h2 {
    font-size: 18px;
    line-height: 1.39;
    letter-spacing: 0.07em;
    margin-bottom: 16px;
    text-align: left;
    border-top: 0;
    padding-top: 0;
  }

  .content p {
    font-size: 16px;
    margin-bottom: 18px;
    text-align: left;
  }

  .yt-russia {
    --hero-scale: 1;
    margin: 0;
    padding: 0;
  }

  .yt-russia-inner,
  .yt-russia img {
    max-width: none;
    width: 100%;
  }

  body.yandex-top-template .yt-russia-title {
    width: 90%;
    padding: 0 6px;
  }

  .btn-lead {
    width: 85%;
    max-width: 300px;
    height: 64px;
    padding: 0 16px;
    font-size: 12px;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .btn-lead-icon {
    width: 42px;
    height: 42px;
  }

  .catalog {
    padding: 36px 16px 16px;
  }

  .catalog-title,
  .stats-heading {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .rest-card {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
    padding: 0;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  }

  .rest-info,
  .dishes {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
  }

  .rest-info {
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
  }

  .dishes {
    padding-top: 4px;
  }

  .rest-cover-wrap {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .dishes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
  }

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

  .dish-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .stats {
    padding: 16px 12px 8px;
  }

  .stats-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .stats-panel {
    padding: 12px 10px 10px;
    border-radius: 16px;
  }

  .kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .kpi-card {
    padding: 6px 8px 6px;
    border-radius: 10px;
  }

  .kpi-top {
    font-size: 9px;
    gap: 2px;
    align-items: center;
  }

  .kpi-top span {
    line-height: 1.15;
    white-space: nowrap;
  }

  .kpi-info {
    display: none;
  }

  .kpi-value {
    margin-top: 4px;
    font-size: 14px;
    letter-spacing: -0.03em;
  }

  .kpi-delta {
    margin-top: 2px;
  }

  .kpi-delta span {
    min-height: 16px;
    padding: 0 5px;
    font-size: 9px;
    border-radius: 6px;
  }

  .kpi-compare {
    display: none;
  }

  .stats-revenue {
    margin-top: 10px;
  }

  .stats-revenue h3 {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .revenue-values {
    gap: 12px;
    margin-bottom: 8px;
  }

  .revenue-sum {
    font-size: 13px;
  }

  .revenue-values span {
    font-size: 9px;
  }

  .chart-card {
    padding: 6px 6px 4px;
    border-radius: 10px;
    max-height: none;
    overflow: visible;
  }

  .chart-wrap {
    grid-template-columns: 28px 1fr;
    height: 92px;
    min-height: 92px;
  }

  .chart-bars {
    height: 76px;
    gap: 1px;
    align-items: flex-end;
  }

  .chart-bar,
  .chart-bar-stack {
    align-items: flex-end;
    justify-content: flex-end;
  }

  .chart-grid {
    inset: 0 0 14px;
  }

  .chart-y {
    padding: 0 3px 14px 0;
    font-size: 5px;
  }

  .chart-labels {
    gap: 1px;
    height: 14px;
    padding: 2px 0 0;
    font-size: 5px;
    letter-spacing: -0.04em;
    overflow: visible;
  }

  .chart-labels span {
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
    font-size: 5px;
    line-height: 1;
  }

  .chart-legend {
    gap: 8px;
    font-size: 9px;
    margin-top: 4px;
  }

  .dark-band {
    background-attachment: scroll;
  }

  .cases {
    padding: 28px 12px;
  }

  .cases-title {
    font-size: 32px;
    margin-bottom: 16px;
    padding-top: 0;
    letter-spacing: 0.06em;
  }

  .cases-slider {
    --case-w: 92%;
    --case-gap: 8px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .cases-inner {
    padding: 0;
  }

  .cases-viewport {
    border-radius: 0;
    overflow: hidden;
    max-height: none;
    width: 100%;
  }

  .cases-track {
    align-items: flex-start;
  }

  .page .case-slide {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: flex-start;
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    max-height: none;
    overflow: visible;
    padding: 12px 10px 10px;
    gap: 8px;
    grid-template-columns: none;
  }

  .page .case-slide--poster {
    display: block;
    flex: 0 0 var(--case-w, 92%);
    width: var(--case-w, 92%);
    max-width: none;
    padding: 0;
    max-height: none;
    min-height: auto;
    height: auto;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  .page .case-slide--poster > img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    border-radius: 0;
  }

  .cases-arrow {
    display: none;
  }

  .cases-prev {
    left: 0;
  }

  .cases-next {
    right: 0;
  }

  .page .case-copy {
    min-height: 0;
  }

  .page .case-brand {
    font-size: 16px;
  }

  .page .case-city {
    margin-top: 2px;
    font-size: 11px;
  }

  .page .case-lead {
    margin: 6px 0 4px;
    font-size: 13px;
  }

  .page .case-text {
    font-size: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .page .mini-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .page .mini-kpis div {
    padding: 6px 8px 7px;
    border-radius: 10px;
  }

  .page .mini-kpis b {
    margin-top: 2px;
    font-size: 12px;
  }

  .page .mini-stats {
    margin-top: 8px;
    padding-top: 0;
  }

  .page .mini-stats-label {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .page .mini-rev,
  .page .mini-chart {
    display: none;
  }

  .page .case-media {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    height: auto;
    gap: 6px;
  }

  .page .case-shots,
  .page .case-dish,
  .page .case-eda,
  .page .case-review {
    grid-row: auto;
  }

  .page .case-shots {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    min-height: 0;
  }

  .page .case-shots img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    min-height: 0;
    max-height: none;
    object-fit: cover;
    border-radius: 10px;
  }

  .page .case-dish {
    border-radius: 10px;
  }

  .page .case-dish img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    min-height: 0;
    object-fit: cover;
  }

  .page .case-like {
    width: 22px;
    height: 22px;
    top: 4px;
    right: 4px;
  }

  .page .case-eda,
  .page .case-review {
    grid-column: 1 / -1;
    padding: 8px 10px;
    border-radius: 10px;
  }

  .page .case-eda p {
    display: none;
  }

  .page .case-review q {
    margin-top: 4px;
    font-size: 11px;
  }

  .page .case-media-poster {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: auto;
  }

  .page .case-media-poster > img {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: 78% center;
  }

  .page .case-media-firm,
  .page .case-media-split {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
    gap: 8px;
  }

  .page .case-media--pair .case-eda,
  .page .case-media--pair .case-dish,
  .page .case-media--pair .case-review {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .page .case-media--pair .case-dish {
    max-width: 180px;
    justify-self: start;
  }

  .page .case-firm,
  .page .case-firm-label,
  .page .case-hero-shot,
  .page .case-side {
    grid-column: 1;
    grid-row: auto;
  }

  .page .case-firm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .page .case-hero-shot {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .page .case-side {
    align-items: stretch;
    gap: 8px;
  }

  .page .case-eda-cover {
    height: 88px;
    border-radius: 10px;
  }

  .page .case-brand-mark {
    width: min(120px, 46%);
    align-self: flex-start;
  }

  .cases-dots {
    gap: 10px;
    margin-top: 14px;
  }

  .cases-dot {
    width: 8px;
    height: 8px;
  }

  .prices {
    padding: 32px 12px 48px;
  }

  .prices-title {
    font-size: 32px;
  }

  .price-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "info"
      "cta";
    padding: 24px 16px;
    gap: 12px;
    justify-items: stretch;
    align-items: center;
    align-content: center;
    height: auto;
    max-height: none;
  }

  .price-info {
    width: 100%;
    align-self: center;
  }

  .price-card h3,
  .price-info h3 {
    font-size: 18px;
    text-align: center;
    white-space: normal;
  }

  .price-card--start h3,
  .price-card--keep h3 {
    white-space: normal;
    font-size: 18px;
  }

  .price-card h3 .price-period {
    display: inline;
    font-size: 13px;
    font-weight: 700;
  }

  .price-card--menu h3 .price-period {
    display: block;
  }

  .price-card--start h3 .price-period,
  .price-card--keep h3 .price-period {
    display: block;
    font-size: 16px;
    font-weight: 700;
  }

  .price-card--start h3 .price-dash,
  .price-card--keep h3 .price-dash {
    display: none;
  }

  .price-info li,
  .price-card li {
    font-size: 16px;
    max-width: 100%;
    white-space: normal;
  }

  .price-offer {
    width: 100%;
    justify-content: center;
  }

  .price-offer img {
    width: 160px;
    max-height: none;
  }

  .price-offer img {
    width: 180px;
    height: auto;
  }

  .price-cta {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .price-sum {
    font-size: 24px;
    margin: 0;
  }

  .price-btn {
    width: 100%;
    max-width: 215px;
    min-width: 0;
    height: auto;
    line-height: 1.2;
    padding: 12px 16px;
  }

  .rest-head {
    flex-wrap: wrap;
  }

  .dish-name,
  .dish-price {
    overflow-wrap: anywhere;
  }

  .yt-order {
    padding: 0px 16px 0px;
  }

  .yt-order-title {
    font-size: 22px;
  }

  .yt-order-subtitle {
    font-size: 16px;
    margin-bottom: 24px;
    white-space: nowrap;
  }

  .page .yt-order-subtitle a,
  .modal .yt-order-subtitle a {
    display: inline;
    white-space: nowrap;
  }

  .yt-order-field input,
  .yt-order-textarea {
    font-size: 16px;
    padding: 14px 40px 14px 14px;
  }

  .yt-order-field input::placeholder,
  .yt-order-textarea::placeholder {
    font-size: 16px;
  }

  .page .yt-order-submit,
  .modal .yt-order-submit {
    font-size: 11px;
    letter-spacing: 0.03em;
    padding: 14px 10px;
    gap: 6px;
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  .yt-order-submit span {
    white-space: nowrap;
  }

  .yt-order-submit-icon {
    width: 12px;
  }

  body.yandex-top-template .yt-russia-title {
    top: 50%;
    width: 94%;
  }

  .modal {
    padding: 12px;
    align-items: flex-start;
  }

  .modal-card {
    max-height: calc(100dvh - 24px);
    margin-top: 12px;
  }
}

@media (max-width: 480px) {
  .page .content h2,
  .content-inner h2,
  .page .content-inner h2 {
    font-size: 8px;
    line-height: 1.39;
    letter-spacing: 0.07em;
    text-align: left;
    margin-left: 25px;
    max-width: 300px;
  }

  .content-inner p,
  .page .content-inner p,
  .content p {
    font-size: 12px;
  }

  .catalog-title,
  .stats-heading,
  .yt-order-title {
    font-size: 20px;
  }

  .cases-title {
    font-size: 28px;
    margin-bottom: 14px;
  }

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

  .price-card h3 {
    font-size: 16px;
    white-space: normal;
  }

  .price-card--start h3,
  .price-card--keep h3 {
    white-space: normal;
    font-size: 16px;
  }

  .price-card h3 .price-period {
    display: inline;
    font-size: 11px;
    font-weight: 700;
  }

  .price-card--menu h3 .price-period {
    display: block;
  }

  .price-card--start h3 .price-period,
  .price-card--keep h3 .price-period {
    display: block;
    font-size: 14px;
    font-weight: 700;
  }

  .price-card--start h3 .price-dash,
  .price-card--keep h3 .price-dash {
    display: none;
  }

  .price-info li,
  .price-card li {
    font-size: 14px;
    white-space: normal;
  }

  .price-offer img {
    width: 160px;
  }

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

  .btn-lead {
    width: 85%;
    max-width: 280px;
    height: 56px;
    font-size: 11px;

  .btn-lead-icon {
    width: 36px;
    height: 36px;
  }

  .modal .yt-order-title {
    font-size: 20px;
  }

  .modal .yt-order-subtitle {
    font-size: 13px;
    white-space: nowrap;
  }

  .page .yt-order-subtitle {
    font-size: 13px;
    white-space: nowrap;
  }

  .page .yt-order-subtitle a,
  .modal .yt-order-subtitle a {
    display: inline;
    white-space: nowrap;
  }

  .page .yt-order-submit,
  .modal .yt-order-submit {
    font-size: 10px;
    letter-spacing: 0.02em;
    padding: 12px 8px;
    gap: 6px;
  }
}

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

  .dark-band {
    background-attachment: scroll;
  }

  .btn {
    transition: none;
  }

  .chart-bar-fill,
  .chart-bar-lost {
    transition: none;
    transform: scaleY(1);
  }
}

body.yandex-top-template .page p,
body.yandex-top-template .page a,
body.yandex-top-template .page button,
body.yandex-top-template .page ul,
body.yandex-top-template .page li {
  font-family: inherit;
}

body.yandex-top-template .page .content-inner,
body.yandex-top-template .page .content p {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 500;
  color: #000;
}

body.yandex-top-template .page h2,
body.yandex-top-template .yt-russia-title {
  font-style: normal;
}
body.yandex-top-template .page .hero-title,
body.yandex-top-template .page .wave-title,
body.yandex-top-template .page .content h2,
body.yandex-top-template .page .catalog-title,
body.yandex-top-template .page .stats-heading,
body.yandex-top-template .page .cases-title,
body.yandex-top-template .page .case-brand,
body.yandex-top-template .page .case-lead,
body.yandex-top-template .page .prices-title,
body.yandex-top-template .page .price-card h3,
body.yandex-top-template .page .yt-order-title,
body.yandex-top-template .page .yt-order-submit,
body.yandex-top-template .modal .yt-order-title,
body.yandex-top-template .modal .yt-order-submit,
body.yandex-top-template .page .btn-lead,
body.yandex-top-template .yt-russia-title {
  font-family: var(--font-display);
}

body.yandex-top-template .page .price-card h3 {
  font-family: "Druk Wide Cyr", sans-serif;
}

body.yandex-top-template .page .stats-title,
body.yandex-top-template .page .stats-panel,
body.yandex-top-template .page .stats-revenue h3 {
  font-family: "Roboto", system-ui, sans-serif;
}

body.yandex-top-template .page .rest-info h3,
body.yandex-top-template .page .dish-price,
body.yandex-top-template .page .dish-name,
body.yandex-top-template .page .dish-weight,
body.yandex-top-template .page .price-sum,
body.yandex-top-template .page .price-btn,
body.yandex-top-template .page .price-info li {
  font-family: "Montserrat", system-ui, sans-serif;
}

body.yandex-top-template .page .price-btn {
  font-weight: 700;
}

body.yandex-top-template .page .btn.btn-order {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 700;
}

.yt-russia {
  --hero-scale: max(1, calc(100vw / 1920px));
  position: relative;
  z-index: 8;
  display: flex;
  justify-content: center;
  background: #ffffff;
  margin: 0;
  padding: 0 max(24px, 1.25vw);
  line-height: 0;
  overflow: visible;
}

.yt-russia,
.yt-russia * {
  box-sizing: border-box;
}

body.yandex-top-template .yt-russia-inner,
.yt-russia-inner {
  position: relative;
  overflow: visible;
  background: transparent;
  width: calc(1200px * max(1, 100vw / 1920px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1600px) {
  .yt-russia {
    --hero-scale: max(1, calc(100vw / 1920px));
  }

  body.yandex-top-template .yt-russia-inner,
  .yt-russia-inner {
    width: calc(1200px * max(1, 100vw / 1920px));
    max-width: none;
  }
}

.yt-russia img,
body.yandex-top-template .yt-russia img {
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
  height: auto;
  margin: 0 auto -1px;
  vertical-align: bottom;
}

body.yandex-top-template .yt-russia-title {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0 max(12px, 0.625vw);
  width: 78%;
  max-width: max(800px, 41.667vw);
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Druk Wide Cyr", var(--font-display), sans-serif;
  font-size: max(40px, 2.0833vw);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.07em;
  line-height: 1.39;
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
  -webkit-text-stroke: 0.031em #1a1a1a;
  paint-order: stroke fill;
  text-shadow:
    0 1px 0 #111,
    0 2px 0 #000,
    0 8px 18px rgba(0, 0, 0, 0.45);
}

body.yandex-top-template .yt-russia-title span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 1439px) {
  body.yandex-top-template .yt-russia-title {
    font-size: 40px;
  }
}

@media (max-width: 1100px) {
  body.yandex-top-template .yt-russia-title {
    font-size: clamp(16px, 2.2vw, 22px);
    width: 82%;
    padding: 0 8px;
  }
}

@media (max-width: 760px) {
  body.yandex-top-template .yt-russia-title {
    font-size: clamp(12px, 3.5vw, 16px);
    width: 90%;
    padding: 0 6px;
  }
}

@media (max-width: 480px) {
  body.yandex-top-template .yt-russia-title {
    font-size: clamp(10px, 3.2vw, 13px);
    width: 94%;
    top: 52%;
  }
}

@keyframes box-rock {
  0%,
  100% {
    transform: rotate(-2.5deg);
  }
  50% {
    transform: rotate(2.5deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page .hero .box {
    animation: none;
  }
}

body.yandex-top-template .elementor-location-footer {
  position: relative;
  z-index: auto;
  background: transparent;
}

body.yandex-top-template .elementor-1621 .elementor-element-2d0dc31,
body.yandex-top-template .elementor-1621 .elementor-element-056905c {
  display: none;
  height: 0;
  min-height: 0;
  overflow: hidden;
}

body.yandex-top-template .elementor-1621 .elementor-element-e5b31bf {
  --margin-top: -180px;
  margin-top: -180px;
  margin-block-start: -180px;
  --min-height: 554px;
  min-height: 554px;
  z-index: 6;
}

html body.yandex-top-template .elementor-1621 .elementor-element-e5b31bf:not(.elementor-motion-effects-element-type-background),
html body.yandex-top-template .elementor-1621 .elementor-element-e5b31bf > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: transparent;
  background-image: linear-gradient(173deg, #ffffff00 48%, #ffd700 0%);
}

html body.yandex-top-template .elementor-1621 .elementor-element-e5b31bf > .e-con-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 554px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px 12px;
}

html body.yandex-top-template .elementor-1621 .elementor-element-2cd059c > .e-con-inner,
html body.yandex-top-template .elementor-1621 .elementor-element-8bf8357 > .e-con-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

html body.yandex-top-template .elementor-1621 .elementor-element-5b54b7c.elementor-element {
  --align-self: flex-end;
  align-self: flex-end;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.05;
  text-transform: uppercase;
}

html body.yandex-top-template .elementor-1621 .elementor-element-21a423d img,
html body.yandex-top-template .elementor-1621 img.attachment-full.size-full.wp-image-2227 {
  width: 74%;
  max-width: 880px;
  margin-left: 170px;
}

html body.yandex-top-template .elementor-1621 .elementor-element-1499113 .elementor-nav-menu--main,
html body.yandex-top-template .elementor-1621 .elementor-element-1499113 .elementor-nav-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

html body.yandex-top-template .elementor-1621 .elementor-element-1499113 .elementor-nav-menu--main .elementor-item {
  padding: 8px 0;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}

html body.yandex-top-template .elementor-1621 .elementor-element-ae3af32,
html body.yandex-top-template .elementor-1621 .elementor-element-d132636 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

html body.yandex-top-template .elementor-1621 .elementor-element-ae3af32 {
  margin-top: 30px;
  margin-bottom: 30px;
}

html body.yandex-top-template .elementor-1621 .elementor-element-ee4f248 .elementor-button {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  font-size: 21px;
  text-transform: uppercase;
  padding: 10px 22px;
}

html body.yandex-top-template .elementor-1621 .elementor-element.elementor-element-8bf8357:not(.elementor-motion-effects-element-type-background),
html body.yandex-top-template .elementor-1621 .elementor-element.elementor-element-8bf8357 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
html body.yandex-top-template .elementor-1621 .elementor-element.elementor-element-2cd059c:not(.elementor-motion-effects-element-type-background),
html body.yandex-top-template .elementor-1621 .elementor-element.elementor-element-2cd059c > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #ffd700;
}

@media (max-width: 1100px) {
  html body.yandex-top-template .elementor-1621 .elementor-element.elementor-element-598f76d .elementor-widget-container {
    text-align: center;
  }

  html body.yandex-top-template .elementor-1621 .elementor-element.elementor-element-ee4f248 > .elementor-widget-container {
    margin: 0;
    text-align: center;
  }

  html body.yandex-top-template .elementor-1621 .elementor-element-ae3af32,
  html body.yandex-top-template .elementor-1621 .elementor-element-ae3af32.e-con,
  html body.yandex-top-template .elementor-1621 .elementor-element-ae3af32.e-flex,
  html body.yandex-top-template .elementor-1621 .elementor-element-ae3af32 > .e-con-inner {
    --flex-direction: column;
    --justify-content: center;
    --align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  html body.yandex-top-template .elementor-location-footer .elementor-social-icons-wrapper,
  html body.yandex-top-template .elementor-location-footer .elementor-button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  html body.yandex-top-template .elementor-location-footer .elementor-button {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }

  html body.yandex-top-template .elementor-1621 img.attachment-full.size-full.wp-image-2227,
  html body.yandex-top-template .elementor-1621 .elementor-element-21a423d img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 80%;
    max-width: 520px;
  }

  html body.yandex-top-template .elementor-1621 .elementor-element-1499113 .elementor-nav-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
  }
}

@media (max-width: 767px) {
  html body.yandex-top-template .elementor-1621 .elementor-element-5b54b7c > .elementor-widget-container {
    margin: 0 0 -15px;
  }

  html body.yandex-top-template .elementor-1621 .elementor-element-2cd059c {
    margin-top: -20px;
  }

  html body.yandex-top-template .elementor-1621 .elementor-element-5b54b7c .elementor-widget-container,
  html body.yandex-top-template .elementor-1621 .elementor-element-5b54b7c .elementor-widget-container p,
  html body.yandex-top-template .elementor-1621 .elementor-element-5b54b7c .elementor-widget-container strong {
    font-size: 13px;
    line-height: 1.2;
  }

  html body.yandex-top-template .elementor-1621 .elementor-element-e5b31bf {
    --min-height: 240px;
    min-height: 240px;
    --margin-top: -90px;
    margin-top: -90px;
    margin-block-start: -90px;
  }

  html body.yandex-top-template .elementor-1621 .elementor-element-e5b31bf > .e-con-inner {
    min-height: 240px;
    padding: 0 16px 10px;
  }

  html body.yandex-top-template .elementor-1621 img.attachment-full.size-full.wp-image-2227,
  html body.yandex-top-template .elementor-1621 .elementor-element-21a423d img {
    display: block;
    width: 88%;
    max-width: 320px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  html body.yandex-top-template .elementor-1621 .elementor-element-ae3af32,
  html body.yandex-top-template .elementor-1621 .elementor-element-ae3af32.e-con,
  html body.yandex-top-template .elementor-1621 .elementor-element-ae3af32 > .e-con-inner,
  html body.yandex-top-template .elementor-1621 .elementor-element-d132636 {
    --flex-direction: column;
    --justify-content: center;
    --align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
  }

  html body.yandex-top-template .elementor-1621 .elementor-element-ae3af32 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  html body.yandex-top-template .elementor-1621 .elementor-element-598f76d .elementor-social-icons-wrapper,
  html body.yandex-top-template .elementor-1621 .elementor-element-ee4f248 .elementor-button-wrapper,
  html body.yandex-top-template .elementor-location-footer .elementor-widget-social-icons .elementor-social-icons-wrapper {
    display: inline-flex;
    justify-content: center;
    width: auto;
    margin: 0 auto;
  }
}
