@font-face {
  font-family: Inter;
  src: url("../fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/inter-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/inter-800.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/inter-900.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
:root {
  --red: #ed1c24;
  --ink: #202522;
  --muted: #626a66;
  --border: #e1e4e1;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: white;
  font-size: 16px;
  min-width: 1440px;
}
p,
h1,
h2,
h3,
dl,
dd {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button {
  border: 0;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}
.skip-link {
  position: fixed;
  z-index: 10;
  top: 12px;
  left: 24px;
  padding: 12px 16px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  transform: translateY(-160%);
}
.skip-link:focus-visible {
  transform: translateY(0);
}
img {
  display: block;
}
.wrap {
  width: 1320px;
  margin: 0 auto;
}
.eyebrow {
  font-size: 12px;
  line-height: 15px;
  font-weight: 800;
  letter-spacing: 1.56px;
  color: var(--red);
  text-transform: uppercase;
}
h1 {
  font-size: 94px;
  line-height: 90.24px;
  letter-spacing: -5.17px;
  font-weight: 800;
}
h2 {
  font-size: 66px;
  line-height: 67.32px;
  letter-spacing: -3.63px;
  font-weight: 800;
}
h3 {
  font-weight: 700;
  letter-spacing: -1.32px;
  font-size: 24px;
  line-height: 26.88px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 17px 23px;
  min-height: 54px;
  background: var(--red);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  white-space: nowrap;
}
.button span {
  font-size: 20px;
}
.button:hover {
  background: #d4151d;
}
.button.outline {
  border: 1px solid #4b544e;
  color: var(--ink);
  background: transparent;
}
.button.outline:hover {
  background: #f2f4f1;
}
.button.small {
  min-height: 45px;
  font-size: 13px;
  padding: 12.5px 16px;
}
.topbar {
  background: #f4f5f3;
  border-bottom: 1px solid var(--border);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  font-size: 13px;
  color: #555e58;
}
.top-social {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
}
.social {
  display: flex;
  gap: 6px;
  align-items: center;
}
.social a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  width: 108px;
  min-height: 32px;
  padding: 6px 9px;
  border: 1px solid #c8cec9;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: var(--ink);
}
.social a:hover {
  border-color: var(--red);
  background: #f4f6f3;
}
.social-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}
.social-icon.telegram {
  background: #29a4dc;
}
.social-icon.whatsapp {
  background: #24ba63;
}
.social-icon.max {
  background: #471aff;
  border-radius: 6px;
}
.social-icon.telegram img {
  width: 16.33px;
  height: 16.33px;
  transform: translate(-5%, 5%);
}
.social-icon.whatsapp img {
  width: 15px;
  height: 16px;
}
.social-icon.max img {
  width: 100%;
  height: 100%;
}
.social.boxed a {
  width: 120px;
  border: 1px solid #c8cec9;
  background: #fff;
  padding: 9px 12px;
  font-size: 14px;
  height: 45px;
}
.social.boxed .social-icon {
  width: 23px;
  height: 23px;
}
.social.boxed .telegram img {
  width: 19.77px;
  height: 19.77px;
}
.header-main {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: block;
  position: relative;
  width: 165px;
  height: 79px;
  overflow: hidden;
  flex-shrink: 0;
}
.logo img {
  position: absolute;
  width: 154.55%;
  height: 208.03%;
  max-width: none;
  left: -26.67%;
  top: -51.9%;
}
.header-main nav {
  display: flex;
  gap: 25px;
  font-size: 14px;
  font-weight: 700;
  color: #303732;
}
.header-main nav a:hover,
footer nav a:hover {
  color: var(--red);
  text-decoration: underline;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 16px;
}
.phone {
  font-size: 18px;
  font-weight: 800;
}
header {
  border-bottom: 1px solid var(--border);
}
.hero {
  border-bottom: 1px solid var(--border);
}
.hero-grid {
  display: grid;
  grid-template-columns: 670.94px 607.05px;
  gap: 42px;
  padding: 45px 0 78px;
}
.hero h1 {
  margin: 25px 0 24px;
}
.hero-description {
  font-size: 18px;
  line-height: 27.36px;
  color: #58615b;
  white-space: nowrap;
  margin-bottom: 30px;
}
.actions {
  display: flex;
  gap: 10px;
  height: 56px;
}
.stats {
  display: flex;
  gap: 34px;
  border-top: 1px solid #d9dfdb;
  margin-top: 48px;
  padding-top: 23px;
}
.stats dt {
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: -1.55px;
}
.stats dd {
  font-size: 13px;
  line-height: 16px;
  color: #58615b;
  margin-top: 2px;
}
.hero-right {
  padding-top: 3px;
}
.hero-photo {
  height: 537.84px;
  position: relative;
  overflow: hidden;
}
.hero-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-label {
  position: absolute;
  left: 24px;
  top: 22px;
  padding: 9px 11px;
  background: #f5f5f1;
  border: 1px solid #d2d9d3;
  font-size: 12px;
  font-weight: 800;
  line-height: 15px;
}
.quick-form {
  position: relative;
  margin: -80px 0 0 42px;
  border: 1px solid var(--border);
  background: white;
  padding: 31px 30px 30px;
  box-shadow: 0 12px 34px #141e1817;
}
.quick-form h3 {
  font-size: 27px;
  line-height: 30.24px;
  letter-spacing: -1.485px;
  margin-top: 0;
}
.form-intro {
  font-size: 14px;
  line-height: 21.28px;
  color: var(--muted);
  margin-top: 12px;
}
.quick-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 16px 0;
}
.quick-fields input,
.quick-fields select {
  width: 100%;
  height: 48px;
  padding: 13px 12px;
  border: 1px solid #cbd0cb;
  border-radius: 0;
  background: white;
  color: #272e29;
  font-size: 16px;
}
.quick-form .button {
  width: 100%;
}
.form-note {
  font-size: 11px;
  line-height: 15px;
  color: #67716b;
  margin-top: 8px;
}
input::placeholder,
textarea::placeholder {
  color: #757575;
  opacity: 1;
}
.products {
  padding: 52px 0 64px;
}
.products h2 {
  margin-top: 15px;
}
.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 14px;
  margin-top: 46px;
}
.product-card {
  position: relative;
  height: 421.39px;
  border: 1px solid #d9ddda;
  padding: 28px;
  overflow: hidden;
}
.product-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-content {
  z-index: 1;
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 15px;
}
.product-content h3 {
  font-size: 39px;
  line-height: 43.68px;
  letter-spacing: -2.145px;
  margin-bottom: 13px;
  white-space: normal;
}
.product-content p {
  font-size: 15px;
  line-height: 22.8px;
  color: var(--muted);
}
.text-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 9px;
  margin-top: 32px;
}
.product-card:hover .text-link {
  color: var(--red);
  border-color: var(--red);
}
.product-content .button {
  margin-top: 32px;
  min-height: 46px;
  padding: 12px 16px;
}
.custom-mixes {
  grid-column: 1 / -1;
  height: 260px;
  background: #f1f3f0;
}
.custom-mixes > img {
  left: auto;
  width: 62%;
  object-position: center 35%;
}
.custom-mixes::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f1f3f0 32%, rgba(241, 243, 240, .94) 43%, transparent 75%);
  pointer-events: none;
}
.custom-mixes .product-content {
  max-width: 560px;
  bottom: 28px;
}
.custom-mixes .button {
  margin-top: 24px;
}
.delivery {
  padding: 105px 0;
  background: #f2f4f1;
}
.delivery-grid {
  display: grid;
  grid-template-columns: 665px 605px;
  gap: 50px;
}
.delivery-photo {
  position: relative;
  height: 615.13px;
  overflow: hidden;
}
.delivery-photo > img {
  position: absolute;
  width: 100%;
  height: 144.14%;
  top: -35.03%;
  left: -0.15%;
}
.delivery-photo .photo-label {
  left: 30px;
  top: 30px;
  border: 0;
  background: white;
  padding: 9px;
}
.delivery h2,
.process .eyebrow + h2 {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .delivery-copy,
  .about-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .delivery-copy > .button {
    margin-top: auto;
  }
  .about-copy > .button {
    margin-top: 8px;
  }
  .delivery-photo {
    height: auto;
    min-height: 615.13px;
  }
}
.delivery-description {
  font-size: 16px;
  line-height: 24.32px;
  color: #58615b;
  margin-top: 18.665px;
  white-space: nowrap;
}
.cities {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  display: flex;
  gap: 8px 10px;
  flex-wrap: wrap;
  width: 535px;
}
.cities li {
  padding: 10px 13px;
  border: 1px solid #bdc8c0;
  font-size: 14px;
  line-height: 16px;
  color: #37443a;
}
.delivery-description.second {
  margin-top: 24px;
  margin-bottom: 16px;
}
.process {
  padding: 105px 0;
  border-top: 1px solid #d9ddda;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 38px;
}
.steps article {
  border-top: 2px solid #171b19;
  padding-top: 20px;
  padding-bottom: 16px;
}
.steps h3 {
  margin-top: 0;
  margin-bottom: 12px;
}
.steps article > p:last-child {
  font-size: 16px;
  line-height: 24.32px;
  color: var(--muted);
}
.request {
  background: #e5eae5;
  padding: 105px 0;
}
.request-grid {
  display: grid;
  grid-template-columns: 504px 756px;
  gap: 60px;
  min-height: 422px;
}
.request h2 {
  margin-top: 20px;
}
.request-description {
  font-size: 17px;
  line-height: 25.84px;
  color: var(--muted);
  margin-top: 19px;
  white-space: nowrap;
}
.request-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 45px;
  white-space: nowrap;
}
.request-social strong {
  font-size: 14px;
  font-weight: 800;
}
.full-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  grid-template-rows: auto 67px 65px 65px 115px minmax(54px, auto);
}
.full-form label:not(.consent),
.callback-form > label:not(.consent) {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
}
.full-form input:not([type="checkbox"]),
.full-form select,
.full-form textarea,
.callback-form input:not([type="checkbox"]),
.callback-form select {
  display: block;
  background: white;
  border: 1px solid #cbd0cb;
  padding: 13px 12px;
  width: 100%;
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
  min-height: 44px;
  color: #272e29;
}
.quick-fields select,
.full-form select,
.callback-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 52px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23202522' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 14px 8px;
}
.full-form textarea {
  resize: vertical;
  min-height: 90px;
}
.wide {
  grid-column: 1/-1;
}
.form-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}
.form-actions p {
  font-size: 12px;
  line-height: 18.24px;
  color: var(--muted);
}
.about {
  padding: 105px 0 56px;
}
.about-grid {
  display: grid;
  grid-template-columns: 610px 660px;
  gap: 42px;
  position: relative;
  min-height: 443px;
}
.about h2 {
  margin-top: 16px;
}
.about p:not(.eyebrow) {
  font-size: 17px;
  line-height: 25.84px;
  color: var(--muted);
  margin-top: 19px;
  margin-bottom: 17px;
  white-space: nowrap;
}
.about-grid > img {
  width: 660px;
  height: 451px;
  object-fit: cover;
  object-position: center 64%;
  margin-top: -8px;
}
.documents {
  padding: 0 0 0;
}
.document-panel {
  border: 1px solid #d9ddda;
  padding: 25px 32px 35px;
  min-height: 254px;
}
.document-panel h3 {
  font-size: 32px;
  line-height: 35.84px;
  letter-spacing: -1.76px;
  margin-top: 9px;
}
.document-panel p:not(.eyebrow) {
  font-size: 16px;
  line-height: 24.32px;
  color: var(--muted);
  margin-top: 12px;
  margin-bottom: 16px;
}
.reviews {
  padding: 96px 0 110px;
}
.reviews-grid {
  display: grid;
  grid-template-columns: 540px 700px;
  gap: 80px;
}
.reviews .eyebrow {
  font-size: 13px;
  letter-spacing: 2px;
}
.reviews h2 {
  font-size: 64px;
  line-height: 65.28px;
  letter-spacing: -2.5px;
  margin-top: 15px;
}
.reviews-description {
  font-size: 18px;
  line-height: 27.9px;
  color: #69736d;
  margin-top: 28px;
}
.rating {
  margin-top: 43px;
  border-top: 1px solid #d8ded9;
  padding-top: 28px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.rating strong {
  font-size: 64px;
  line-height: 64px;
}
.rating p {
  line-height: 25.6px;
}
.rating span {
  color: #69736d;
}
.reviews .button {
  margin-top: 33px;
  padding: 18px 24px;
  min-height: 58px;
  font-weight: 700;
}
.review-invitation {
  font-size: 13px;
  line-height: 19.5px;
  color: #69736d;
  margin-top: 18px;
}
.reviews-widget {
  border: 1px solid #e1e6e2;
  padding: 20px;
  position: relative;
}
.widget-heading {
  padding: 8px 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e1e6e2;
  margin-bottom: 16px;
}
.widget-heading strong {
  font-size: 18px;
}
.widget-heading span {
  font-size: 14px;
  color: #69736d;
}
.reviews-widget iframe {
  display: block;
  width: 100%;
  height: 743px;
  border: 0;
}
.widget-attribution {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #69736d;
  padding-top: 8px;
}
footer {
  border-top: 1px solid var(--border);
  padding: 68px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 620px 310px 310px;
  gap: 40px;
  min-height: 199px;
}
.footer-grid > div:first-child {
  padding-top: 12px;
}
.footer-phone {
  display: block;
  font-size: 26px;
  font-weight: 800;
  margin-top: 25px;
  margin-bottom: 11px;
}
.footer-grid p {
  line-height: 24.32px;
}
.footer-grid h3 {
  font-size: 18px;
  line-height: 20.16px;
  letter-spacing: 0;
  margin-bottom: 13px;
}
.footer-grid nav,
.footer-grid .social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer-grid .social {
  gap: 12px;
}
.social.footer-social a {
  width: auto;
  min-height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  justify-content: flex-start;
  gap: 10px;
  font-size: 14px;
}
.social.footer-social a:hover {
  color: var(--red);
}
.footer-social .social-icon {
  width: 23px;
  height: 23px;
}
.footer-social .telegram img {
  width: 19.77px;
  height: 19.77px;
}
.footer-bottom {
  margin-top: 70px;
  border-top: 1px solid var(--border);
  padding-top: 20px;
  font-size: 12px;
  color: #68736a;
}
dialog {
  border: 1px solid var(--border);
  padding: 48px;
  width: min(660px, calc(100vw - 40px));
  max-height: 90vh;
  overflow: auto;
  color: var(--ink);
}
dialog::backdrop {
  background: #202522aa;
}
dialog h2 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -1.8px;
  margin: 12px 0 26px;
}
.close-dialog {
  position: absolute;
  right: 18px;
  top: 12px;
  background: transparent;
  color: #626a66;
  font-size: 32px;
  padding: 4px 8px;
}
.callback-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.callback-form input:not([type="checkbox"]),
.callback-form select {
  font-size: 16px;
  min-height: 48px;
}
.consent {
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 22px;
  align-items: flex-start;
}
.consent input {
  width: 20px;
  height: 20px;
  accent-color: var(--red);
  flex-shrink: 0;
  margin: 1px 0 0;
}
.consent a, .form-note a, .footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }
.form-requirements { margin: 0; font-size: 13px; line-height: 1.5; color: var(--muted); }
.quick-form .form-requirements { margin-top: 12px; }
.form-note { font-size: 12px; line-height: 1.5; margin: 8px 0 0; }
@media (min-width: 1024px) {
  .form-actions { flex-wrap: wrap; }
  .form-actions > .form-note { flex-basis: 100%; }
}
.callback-form .form-note {
  margin: 0;
}
#form-status > p {
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 24px;
}
#form-status .social {
  margin-top: 24px;
}
body:has(dialog[open]) {
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/* Desktop geometry follows the approved 1440 px Figma frame. */
.topbar-inner {
  height: 45px;
}
.header-main {
  height: 87px;
}
.reviews {
  padding-bottom: 40px;
}
.about-photo {
  width: 660px;
  height: 451px;
  position: relative;
  overflow: hidden;
  margin-top: -8px;
}
.about-photo img {
  position: absolute;
  width: 100%;
  height: 198.65%;
  top: -63.34%;
  left: -0.04%;
}
@media (min-width: 1024px) {
  .about-grid { min-height: 0; }
  .about-photo { height: 100%; margin-top: 0; }
  .about-photo img {
    inset: 0;
    height: 100%;
    object-fit: cover;
    object-position: center 64%;
  }
}
.pending-page {
  min-height: 540px;
  padding-top: 105px;
  padding-bottom: 105px;
}
.pending-page h1 {
  font-size: 66px;
  line-height: 1.1;
  letter-spacing: -3.63px;
  margin: 20px 0;
}
.pending-page > p:not(.eyebrow) {
  color: var(--muted);
  margin-bottom: 32px;
  line-height: 1.6;
}

/* Form delivery states and an off-screen spam trap. */
.form-feedback { color: var(--red); font-size: 14px; line-height: 1.5; }
.form-feedback[hidden] { display: none; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }
.inquiry-form [type="submit"]:disabled { opacity: .65; cursor: wait; }
.form-actions .consent { max-width: 370px; font-size: 13px; }
.quick-form .consent { margin-top: 12px; font-size: 12px; line-height: 18px; }


.external-widget-notice {
  min-height: 260px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  background: #f4f6f3;
}
.external-widget-notice p { max-width: 520px; margin: 0; }
.external-widget-notice a { text-decoration: underline; }
.external-widget-notice [hidden] { display: none; }
.external-widget-notice .button { margin: 0; white-space: normal; }
