@font-face {
  font-family: "Exo";
  src:
    url("../fonts/exo-600.woff2") format("woff2"),
    url("../fonts/exo-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo";
  src:
    url("../fonts/exo-700.woff2") format("woff2"),
    url("../fonts/exo-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo";
  src:
    url("../fonts/exo-800.woff2") format("woff2"),
    url("../fonts/exo-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "M PLUS 1";
  src:
    url("../fonts/m-plus-1-400.woff2") format("woff2"),
    url("../fonts/m-plus-1-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "M PLUS 1";
  src:
    url("../fonts/m-plus-1-500.woff2") format("woff2"),
    url("../fonts/m-plus-1-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "M PLUS 1";
  src:
    url("../fonts/m-plus-1-700.woff2") format("woff2"),
    url("../fonts/m-plus-1-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "M PLUS 1";
  src:
    url("../fonts/m-plus-1-800.woff2") format("woff2"),
    url("../fonts/m-plus-1-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --crisal-green: #00be70;
  --crisal-bg: #f9fafb;
}

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

html {
  min-height: 100%;
  scrollbar-color: var(--crisal-green) #ffffff;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

* {
  scrollbar-color: var(--crisal-green) #ffffff;
  scrollbar-width: thin;
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  border: 3px solid #ffffff;
  border-radius: 999px;
  background:
    linear-gradient(180deg, #00cd4d 0%, #00bea1 100%);
}

*::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, #0bdc62 0%, #00bea1 100%);
}

*::-webkit-scrollbar-corner {
  background: #ffffff;
}

[id] {
  scroll-margin-top: 24px;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--crisal-bg);
  color: var(--crisal-green);
  font-family: "Exo", Arial, sans-serif;
}

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

img {
  display: block;
  max-width: none;
}

.site-header {
  position: relative;
  z-index: 20;
  padding-top: 21px;
}

.site-container {
  width: min(1160px, calc(100vw - 32px));
  margin: 0 auto;
}

.crisal-header {
  position: relative;
  width: 100%;
  height: 70px;
  overflow: hidden;
  background: var(--crisal-bg);
  border-radius: 25px;
}

.crisal-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  border: 2px solid var(--crisal-green);
  border-radius: 25px;
  pointer-events: none;
}

.crisal-logo {
  position: absolute;
  left: 31px;
  top: 15px;
  width: 136px;
  height: 40.902px;
}

.crisal-logo__mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 51.958px;
  height: 40.902px;
}

.crisal-logo__text {
  position: absolute;
  left: 56px;
  top: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
  color: var(--crisal-green);
  white-space: nowrap;
}

.crisal-header__divider {
  position: absolute;
  top: 12px;
  width: 2px;
  height: 45px;
  border-radius: 2px;
  background: var(--crisal-green);
}

.crisal-header__divider--left {
  left: 205px;
}

.crisal-header__divider--right {
  left: 798px;
}

.crisal-nav {
  position: absolute;
  left: 271px;
  top: 24px;
  display: flex;
  align-items: center;
  gap: 43px;
  height: 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--crisal-green);
}

.crisal-nav__link {
  display: inline-block;
  width: max-content;
  height: 22px;
  line-height: 22px;
  white-space: nowrap;
}

.crisal-nav__link--about {
  width: auto;
}

.crisal-nav__link--benefits {
  width: auto;
}

.crisal-nav__link--delivery {
  width: auto;
}

.crisal-nav__link--contacts {
  width: auto;
}

.crisal-socials__link {
  position: absolute;
  width: 36px;
  height: 36px;
}

.crisal-socials__link img {
  width: 36px;
  height: 36px;
}

.crisal-socials__link--telegram {
  left: 812px;
  top: 17px;
}

.crisal-socials__link--whatsapp {
  left: 867px;
  top: 17px;
}

.crisal-socials__link--max {
  left: 922px;
  top: 17px;
}

.crisal-call {
  position: absolute;
  left: 977px;
  top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 177px;
  height: 43px;
  border-radius: 25px;
  background: var(--crisal-green);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 21.7px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.crisal-menu {
  display: block;
}

.crisal-burger {
  position: relative;
  z-index: 6;
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--crisal-green);
  cursor: pointer;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.crisal-burger span {
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transition:
    opacity 200ms ease,
    transform 220ms ease;
}

.crisal-burger span:nth-child(1) {
  transform: translateY(-7px);
}

.crisal-burger span:nth-child(3) {
  transform: translateY(7px);
}

.crisal-burger:hover,
.crisal-burger:focus-visible {
  box-shadow: 0 12px 20px rgba(0, 190, 112, 0.25);
  transform: translateY(-2px);
}

.crisal-header.is-menu-open .crisal-burger span:nth-child(1) {
  transform: rotate(45deg);
}

.crisal-header.is-menu-open .crisal-burger span:nth-child(2) {
  opacity: 0;
}

.crisal-header.is-menu-open .crisal-burger span:nth-child(3) {
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  z-index: 1;
  height: 704px;
  margin-top: -64px;
  overflow: visible;
}

.hero-container {
  width: min(1160px, calc(100vw - 32px));
  height: 704px;
  margin: 0 auto;
  overflow: visible;
}

.hero-stage {
  position: relative;
  width: 1160px;
  height: 704px;
  overflow: visible;
  font-family: "M PLUS 1", Arial, sans-serif;
}

.hero-badge {
  position: absolute;
  left: 0;
  top: 182px;
  display: inline-flex;
  width: fit-content;
  height: 25px;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  padding: 0 7px;
  border: 1px solid var(--crisal-green);
  border-radius: 23px;
  color: var(--crisal-green);
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}

.hero-badge span {
  display: block;
  order: 2;
}

.hero-badge__ring {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  order: 1;
}

.hero-badge__dot {
  position: absolute;
  left: 9px;
  top: 8px;
  width: 8px;
  height: 8px;
}

.hero-title {
  position: absolute;
  left: 0;
  top: 211px;
  width: 554px;
  margin: 0;
  color: #212529;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0;
}

.hero-title span {
  color: var(--crisal-green);
}

.hero-description {
  position: absolute;
  left: 0;
  top: 487px;
  margin: 0;
  color: #212529;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.hero-feature {
  position: absolute;
  top: 541px;
  height: 71px;
}

.hero-feature img {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 71px;
}

.hero-feature span {
  position: absolute;
  left: 73px;
  top: 14px;
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.hero-feature--fresh {
  left: 0;
  width: 186px;
}

.hero-feature--fresh span {
  width: 113px;
}

.hero-feature--assortment {
  left: 208px;
  width: 172px;
}

.hero-feature--assortment span {
  width: 99px;
}

.hero-feature--delivery {
  left: 402px;
  width: 171px;
}

.hero-feature--delivery span {
  width: 98px;
}

.hero-actions {
  position: absolute;
  left: 0;
  top: 648px;
  display: flex;
  align-items: center;
  gap: 11.5px;
}

.hero-consult,
.hero-more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 64px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}

.hero-consult {
  width: 299.5px;
  gap: 16px;
  padding: 16px 32px;
  background: linear-gradient(90deg, #00cd4d 0%, #00bea1 100%);
  color: #ffffff;
}

.hero-consult img {
  width: 22.5px;
  height: 16.5px;
}

.hero-more {
  width: 200px;
  border: 1px solid var(--crisal-green);
  color: var(--crisal-green);
}

.hero-visual {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-visual__glow {
  position: absolute;
  left: 624px;
  top: 143px;
  display: none;
  width: 672px;
  height: 672px;
}

.hero-visual__photo {
  position: absolute;
  left: 696px;
  top: 215px;
  width: 452px;
  height: 452px;
  overflow: hidden;
  border-radius: 50%;
}

.hero-visual__photo img {
  position: absolute;
  left: -142px;
  top: -10px;
  width: 697px;
  height: 462px;
  filter: blur(5.35px);
}

.hero-visual__daisy {
  position: absolute;
  left: 512px;
  top: 0;
  z-index: 2;
  width: 791px;
  height: 667px;
  overflow: hidden;
}

.hero-visual__daisy img {
  display: block;
  width: 791px;
  height: 791px;
}

.hero-stat {
  position: absolute;
  left: 961px;
  top: 612px;
  z-index: 4;
  width: 179px;
  height: 90px;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 7px 6px 8.6px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}

.hero-stat strong {
  position: absolute;
  left: 49px;
  top: 16px;
  color: var(--crisal-green);
  font-size: 31px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0;
}

.hero-stat span {
  position: absolute;
  left: 28px;
  top: 47px;
  color: #212529;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.logo-marquee {
  --logo-marquee-scale: 1;
  --logo-marquee-gap: 57px;
  --logo-marquee-height: 82px;
  height: var(--logo-marquee-height);
  margin-top: 124px;
  overflow: hidden;
}

.logo-marquee__viewport {
  width: 100%;
  height: var(--logo-marquee-height);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.logo-marquee__track {
  display: flex;
  width: max-content;
  animation: logo-marquee-move 88s linear infinite;
  will-change: transform;
}

.logo-marquee__set {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: var(--logo-marquee-gap);
  padding-right: var(--logo-marquee-gap);
}

.logo-marquee__item {
  position: relative;
  flex: 0 0 auto;
  height: calc(var(--base-height, 80px) * var(--logo-marquee-scale));
  overflow: hidden;
}

.logo-marquee__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-marquee__item--01 {
  --base-width: 483.049px;
  --base-height: 79px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--02 {
  --base-width: 111px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--03 {
  --base-width: 60px;
  --base-height: 79px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--04 {
  --base-width: 155px;
  --base-height: 79px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--05 {
  --base-width: 80px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--06 {
  --base-width: 324px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--07 {
  --base-width: 134px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--08 {
  --base-width: 145px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--09 {
  --base-width: 107px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--10 {
  --base-width: 276px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--11 {
  --base-width: 282px;
  --base-height: 79px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--12 {
  --base-width: 361px;
  --base-height: 79px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--13 {
  --base-width: 255px;
  --base-height: 79px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--14 {
  --base-width: 370px;
  --base-height: 81px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--15 {
  --base-width: 363px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--16 {
  --base-width: 80px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--17 {
  --base-width: 191px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--18 {
  --base-width: 206px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--19 {
  --base-width: 184px;
  --base-height: 82px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--20 {
  --base-width: 179px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--21 {
  --base-width: 212px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--22 {
  --base-width: 394px;
  --base-height: 79px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--23 {
  --base-width: 193px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--24 {
  --base-width: 375px;
  --base-height: 79px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--25 {
  --base-width: 327px;
  --base-height: 79px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--26 {
  --base-width: 174px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--27 {
  --base-width: 369px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--28 {
  --base-width: 196px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--29 {
  --base-width: 152px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--30 {
  --base-width: 287px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--31 {
  --base-width: 609px;
  --base-height: 79px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--32 {
  --base-width: 342px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--33 {
  --base-width: 183px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--34 {
  --base-width: 490px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--35 {
  --base-width: 95px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--36 {
  --base-width: 247.95px;
  --base-height: 80.116px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--37 {
  --base-width: 358px;
  --base-height: 79px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--38 {
  --base-width: 191px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

.logo-marquee__item--39 {
  --base-width: 105px;
  width: calc(var(--base-width) * var(--logo-marquee-scale));
}

@keyframes logo-marquee-move {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.mission-section {
  margin-top: 124px;
  margin-bottom: 99px;
}

.mission-container {
  width: min(1160px, calc(100vw - 32px));
  margin: 0 auto;
}

.mission-card {
  position: relative;
  width: 1160px;
  height: 373px;
  overflow: hidden;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 13px 11px 9.9px -4px rgba(0, 0, 0, 0.25);
}

.mission-kicker {
  position: absolute;
  left: 36px;
  top: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 139px;
  height: 28px;
  border-radius: 35px;
  background: #eaf6e1;
  color: #0e5d37;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
}

.mission-headline {
  position: absolute;
  left: 36px;
  top: 98px;
  width: 352px;
  margin: 0;
  color: #212529;
  font-family: "Exo", Arial, sans-serif;
  font-size: 43px;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.mission-headline span {
  color: var(--crisal-green);
}

.mission-copy {
  position: absolute;
  left: 416px;
  top: 16px;
  z-index: 2;
  width: 393px;
  color: #212529;
  text-transform: uppercase;
}

.mission-copy h3 {
  margin: 0 0 16px;
  color: var(--crisal-green);
  font-family: "Exo", Arial, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: 0;
  white-space: nowrap;
}

.mission-copy p {
  margin: 0;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.mission-photo {
  position: absolute;
  left: 837px;
  top: 0;
  z-index: 1;
  width: 323px;
  height: 373px;
  border-radius: 64px;
  object-fit: cover;
}

.why-section {
  margin-bottom: 99px;
}

.why-container {
  width: min(1162px, calc(100vw - 32px));
  margin: 0 auto;
}

.why-stage {
  position: relative;
  width: 1162px;
  height: 601px;
}

.why-kicker {
  position: absolute;
  left: 2px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 28px;
  border-radius: 35px;
  background: #eaf6e1;
  color: #0e5d37;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
}

.why-title {
  position: absolute;
  left: 2px;
  top: 35px;
  margin: 0;
  color: #212529;
  font-family: "Exo", Arial, sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.why-title span {
  color: var(--crisal-green);
}

.why-card {
  position: absolute;
  width: 362px;
  height: 230px;
  overflow: hidden;
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 7px 8px 8.4px rgba(0, 0, 0, 0.25);
  color: #212529;
  font-family: "M PLUS 1", Arial, sans-serif;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
  will-change: transform;
}

.why-card:hover,
.why-card:focus-within {
  box-shadow: 10px 16px 18px rgba(0, 0, 0, 0.24);
  transform: translateY(-11px);
}

.why-card img {
  position: absolute;
  left: 24px;
  top: 21px;
  width: 56px;
  height: 56px;
}

.why-card h3 {
  position: absolute;
  left: 24px;
  top: 85px;
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 37px;
  white-space: nowrap;
}

.why-card p {
  position: absolute;
  left: 24px;
  top: 122px;
  width: 321px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.why-card--quality {
  left: 0;
  top: 89px;
}

.why-card--guarantee {
  left: 401px;
  top: 89px;
}

.why-card--routes {
  left: 800px;
  top: 89px;
}

.why-card--wholesale {
  left: 2px;
  top: 371px;
}

.why-card--cooperation {
  left: 401px;
  top: 371px;
}

.why-card--orders {
  left: 800px;
  top: 371px;
}

.stats-banner {
  margin-bottom: 99px;
}

.stats-banner__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  width: min(1160px, calc(100vw - 32px));
  height: 111px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 25px;
  background: linear-gradient(90deg, #26bd59 0%, #00bea1 100%);
  color: #ffffff;
  font-family: "M PLUS 1", Arial, sans-serif;
  white-space: nowrap;
}

.stats-banner__item {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.stats-banner__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 42px;
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-50%);
}

.stats-banner__item strong,
.stats-banner__item span {
  display: block;
  margin: 0;
}

.stats-banner__item strong {
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
}

.stats-banner__item span {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.order-section {
  margin-bottom: 99px;
  overflow-x: auto;
}

.order-container {
  position: relative;
  width: 1309px;
  height: 516px;
  margin: 0 auto;
  color: #212529;
}

.order-heading {
  position: absolute;
  left: 75px;
  top: 0;
  width: 241px;
  height: 107px;
}

.order-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 2px 13px;
  border-radius: 35px;
  background: #eaf6e1;
  color: #0e5d37;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 24px;
  white-space: nowrap;
}

.order-heading h2 {
  margin: 11px 0 0;
  font-family: "Exo", Arial, sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.order-heading h2 span {
  display: block;
}

.order-heading h2 span:last-child {
  color: #00be70;
}

.order-grid {
  position: absolute;
  left: 75px;
  top: 133px;
  width: 1159px;
  height: 383px;
  overflow: hidden;
}

.order-track {
  display: flex;
  width: max-content;
  height: 363px;
  gap: 37px;
  transition: transform 440ms ease;
  will-change: transform;
}

.order-card {
  position: relative;
  flex: 0 0 262px;
  width: 262px;
  height: 363px;
  margin: 0;
  overflow: hidden;
  border-radius: 25px;
  background: #ffffff;
  color: #212529;
  font-family: Arial, sans-serif;
}

.order-card__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 262px;
  height: 249px;
  overflow: hidden;
  border-radius: 25px 25px 0 0;
}

.order-card__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.order-card__measure {
  position: absolute;
  left: 7px;
  top: 218px;
  display: flex;
  width: 66px;
  height: 25px;
  align-items: center;
  justify-content: center;
  gap: 3px;
  overflow: hidden;
  padding: 0 4px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(116, 64, 55, 0.5) 0%, rgba(38, 35, 34, 0.56) 58%, rgba(9, 13, 14, 0.62) 100%);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.54),
    inset 0 -1px 2px rgba(255, 255, 255, 0.18),
    inset 1px 0 2px rgba(255, 255, 255, 0.2),
    inset -1px 0 2px rgba(0, 0, 0, 0.18),
    0 4px 9px rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  backdrop-filter: blur(9px) saturate(145%);
  -webkit-backdrop-filter: blur(9px) saturate(145%);
}

.order-card__measure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1px;
  border-radius: inherit;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.78) 23%,
      rgba(255, 255, 255, 0.22) 47%,
      rgba(255, 255, 255, 0.08) 63%,
      rgba(255, 255, 255, 0.48) 100%
    );
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.order-card__measure::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 2px;
  z-index: 0;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.06));
  pointer-events: none;
}

.order-card__measure-unit {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 1px;
}

.order-card__measure-icon {
  display: inline-block;
  flex: 0 0 auto;
}

.order-card__measure-icon--wide {
  width: 12px;
  height: 6px;
}

.order-card__measure-icon--tall {
  width: 11px;
  height: 5px;
  transform: rotate(90deg);
}

.order-card h3 {
  position: absolute;
  left: 16px;
  top: 254px;
  margin: 0;
  color: #212529;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.order-card p {
  position: absolute;
  left: 16px;
  top: 283px;
  margin: 0;
  color: #0e5d37;
  font-size: 11.6px;
  font-weight: 400;
  line-height: 14.4px;
}

.order-card strong {
  position: absolute;
  left: 16px;
  top: 328px;
  color: #00be70;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  white-space: nowrap;
}

.order-card__button {
  position: absolute;
  right: 0;
  top: 333px;
  display: flex;
  width: 35px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 3px solid #00be70;
  border-radius: 15px 0 25px 0;
  background: #00be70;
  cursor: pointer;
}

.order-card__button img {
  width: 14px;
  height: 16px;
}

.order-nav {
  position: absolute;
  top: 290px;
  z-index: 2;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.order-nav img {
  width: 50px;
  height: 50px;
}

.order-nav--prev {
  left: 0;
}

.order-nav--next {
  right: 0;
}

.order-nav--next img {
  transform: rotate(180deg);
}

.work-section {
  margin-bottom: 113px;
  overflow: hidden;
}

.work-container {
  position: relative;
  width: 1160px;
  height: 439px;
  margin: 0 auto;
  color: #212529;
}

.work-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 408px;
  height: 107px;
}

.work-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 2px 13px;
  border-radius: 35px;
  background: #eaf6e1;
  color: #0e5d37;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 24px;
  white-space: nowrap;
}

.work-heading h2 {
  margin: 11px 0 0;
  width: 408px;
  color: #212529;
  font-family: "Exo", Arial, sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0.5px;
}

.work-heading h2 span {
  display: block;
}

.work-heading h2 span:last-child {
  color: #00be70;
}

.work-line {
  position: absolute;
  left: 0;
  top: 267px;
  width: 1160px;
  height: 6px;
  background: linear-gradient(90deg, #00cd4d 0%, #00bea1 100%);
}

.work-step {
  position: absolute;
  z-index: 1;
}

.work-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  background: linear-gradient(90deg, #00cd4d 0%, #00bea1 100%);
  box-shadow: 5px 6px 6.5px rgba(0, 0, 0, 0.25);
}

.work-step__circle {
  display: none;
}

.work-step--choose {
  left: 125px;
  top: 148px;
  width: 143px;
  height: 144px;
}

.work-step--order {
  left: 522px;
  top: 148px;
  width: 143px;
  height: 144px;
}

.work-step--delivery {
  left: 919px;
  top: 148px;
  width: 143px;
  height: 144px;
}

.work-step__icon {
  position: absolute;
  z-index: 2;
}

.work-step__icon--flower {
  left: 37px;
  top: 33px;
  width: 59px;
  height: 67px;
}

.work-step__icon--cart {
  left: 35px;
  top: 35px;
  width: 63px;
  height: 63px;
}

.work-step__icon--delivery {
  left: 35px;
  top: 40px;
  width: 63px;
  height: 54px;
}

.work-step__number {
  position: absolute;
  left: 141px;
  top: -15px;
  z-index: 3;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.work-step__number img {
  position: absolute;
  left: -4px;
  top: -2px;
  width: 62.4px;
  height: 62.4px;
}

.work-step__number span {
  position: relative;
  z-index: 1;
  margin-top: -4px;
  background: linear-gradient(90deg, #00cd4d 0%, #00bea1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Exo", Arial, sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.5px;
}

.work-copy {
  position: absolute;
  top: 300px;
  width: 321px;
  color: #212529;
  font-family: "M PLUS 1", Arial, sans-serif;
  line-height: 1.6;
  text-align: center;
}

.work-copy--choose {
  left: 31px;
}

.work-copy--order {
  left: 428px;
}

.work-copy--delivery {
  left: 825px;
}

.work-copy h3 {
  margin: 0 0 15px;
  font-size: 23px;
  font-weight: 700;
  line-height: 37px;
}

.work-copy p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.delivery-section {
  margin-bottom: 39px;
  padding-top: 93px;
  padding-bottom: 36px;
  overflow: hidden;
}

.delivery-container {
  position: relative;
  width: 1160px;
  height: 420px;
  margin: -69px auto 0;
  color: #212529;
}

.delivery-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 408px;
  color: #212529;
}

.delivery-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 2px 13px;
  border-radius: 35px;
  background: #eaf6e1;
  color: #0e5d37;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
}

.delivery-heading h2 {
  margin: 11px 0 0;
  width: 408px;
  color: #212529;
  font-family: "Exo", Arial, sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0.5px;
}

.delivery-heading h2 span {
  display: block;
}

.delivery-heading h2 span:last-child {
  color: #00be70;
}

.delivery-card {
  position: absolute;
  top: 133px;
  height: 251px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 7px 8px 8.4px rgba(0, 0, 0, 0.25);
  color: #212529;
  font-family: "M PLUS 1", Arial, sans-serif;
}

.delivery-card--own {
  left: 0;
  width: 314px;
}

.delivery-card--avia {
  left: 337px;
  width: 340px;
}

.delivery-card__icon {
  position: absolute;
  left: 23px;
  top: 17px;
  width: 60px;
  height: 60px;
}

.delivery-card h3 {
  position: absolute;
  left: 23px;
  top: 83px;
  margin: 0;
  color: #212529;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

.delivery-card p {
  position: absolute;
  left: 23px;
  top: 118px;
  width: 263px;
  margin: 0;
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.delivery-card--avia p {
  width: 306px;
}

.delivery-card__time {
  position: absolute;
  left: 23px;
  top: 196px;
  display: inline-flex;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 2px 13px;
  border-radius: 35px;
  background: #eaf6e1;
  color: #0e5d37;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 24px;
  white-space: nowrap;
}

.delivery-visual {
  position: absolute;
  left: 710px;
  top: 0;
  width: 444px;
  height: auto;
  aspect-ratio: 444 / 432;
  overflow: visible;
  pointer-events: none;
}

.delivery-visual::before {
  content: "";
  position: absolute;
  display: block;
  left: -16%;
  top: -10%;
  z-index: 0;
  width: 132%;
  height: 122%;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 190, 112, 0.2) 0%,
    rgba(0, 190, 112, 0.11) 38%,
    rgba(0, 190, 112, 0.045) 58%,
    rgba(0, 190, 112, 0) 74%
  );
  border-radius: 50%;
}

.delivery-visual__glow,
.delivery-visual__ring,
.delivery-visual__truck,
.delivery-visual__badge {
  position: absolute;
  z-index: 1;
}

.delivery-visual__glow {
  display: none;
}

.delivery-visual__ring--outer {
  left: 29px;
  top: 12px;
  width: 396px;
  height: 396px;
}

.delivery-visual__ring--third {
  left: 61px;
  top: 44px;
  width: 332px;
  height: 332px;
}

.delivery-visual__ring--second {
  left: 91px;
  top: 74px;
  width: 272px;
  height: 272px;
}

.delivery-visual__ring--inner {
  left: 122px;
  top: 105px;
  width: 210px;
  height: 210px;
}

.delivery-visual__truck {
  left: 0;
  top: 62px;
  width: 444px;
  height: 296px;
  object-fit: cover;
}

.delivery-visual__badge {
  left: 238px;
  top: 236px;
  display: flex;
  width: 149px;
  height: 58px;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 7px 6px 8.6px rgba(0, 0, 0, 0.25);
}

.delivery-visual__badge img {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin: 12px 0 0 10px;
}

.delivery-visual__badge span {
  width: 106px;
  margin: 8px 0 0 10px;
  color: #212529;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
}

.routes-section {
  margin-bottom: 91px;
  overflow: hidden;
}

.routes-container {
  width: min(1160px, calc(100vw - 32px));
  margin: 0 auto;
  color: #212529;
}

.routes-heading {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 28px;
}

.routes-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 28px;
  padding: 2px 13px;
  border-radius: 35px;
  background: #eaf6e1;
  color: #0e5d37;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
}

.routes-heading h2 {
  margin: 11px 0 0;
  color: #212529;
  font-family: "Exo", Arial, sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.routes-heading h2 span {
  display: block;
}

.routes-heading h2 span:last-child {
  color: #00be70;
}

.routes-heading p {
  margin: 0;
  color: #3b4146;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.routes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.route-card {
  display: flex;
  min-height: 282px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid rgba(14, 93, 55, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(25, 47, 38, 0.09);
  font-family: "M PLUS 1", Arial, sans-serif;
}

.route-card--wide {
  grid-column: span 3;
  min-height: 0;
}

.route-card > span {
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #eaf6e1;
  color: #0e5d37;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.route-card h3 {
  margin: 0 0 10px;
  color: #212529;
  font-family: "Exo", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.18;
}

.route-card p {
  margin: 0 0 15px;
  color: #3b4146;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.route-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.route-card li {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid rgba(0, 190, 112, 0.22);
  border-radius: 999px;
  background: rgba(234, 246, 225, 0.58);
  color: #0e5d37;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.routes-note {
  margin: 22px 0 0;
  padding: 18px 22px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(38, 189, 89, 0.12) 0%, rgba(0, 190, 161, 0.12) 100%);
  color: #21312a;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.reviews-section {
  margin-bottom: 81px;
  padding-bottom: 18px;
  overflow-x: auto;
}

.reviews-container {
  position: relative;
  width: 1160px;
  height: 410px;
  margin: 0 auto;
  color: #212529;
}

.reviews-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 264px;
  height: 63px;
}

.reviews-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 2px 13px;
  border-radius: 35px;
  background: #eaf6e1;
  color: #0e5d37;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 24px;
  white-space: nowrap;
}

.reviews-heading h2 {
  display: flex;
  gap: 8px;
  margin: 11px 0 0;
  color: #212529;
  font-family: "Exo", Arial, sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.reviews-heading h2 span:last-child {
  color: #00be70;
}

.review-card {
  position: absolute;
  top: 89px;
  width: 362px;
  height: 320px;
  overflow: hidden;
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 7px 8px 8.4px rgba(0, 0, 0, 0.25);
  color: #212529;
  font-family: "M PLUS 1", Arial, sans-serif;
}

.review-card--first {
  left: 0;
}

.review-card--second {
  left: 399px;
}

.review-card--third {
  left: 798px;
}

.review-card__stars {
  position: absolute;
  left: 24px;
  top: 20px;
  width: 152.535px;
  height: 22.501px;
  object-fit: contain;
}

.review-card__title {
  position: absolute;
  left: 24px;
  top: 54px;
  width: 321px;
  margin: 0;
  color: #212529;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.review-card__text {
  position: absolute;
  left: 24px;
  top: 100px;
  width: 321px;
  margin: 0;
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.review-card__text::before,
.review-card__text::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 14px;
  opacity: 0.46;
  background: linear-gradient(90deg, #00cd4d 0%, #00bea1 100%);
  transform: rotate(14.22deg);
}

.review-card__text::before {
  left: -9px;
  top: 0;
}

.review-card__text::after {
  left: -1px;
  top: 2px;
}

.review-card__avatar {
  position: absolute;
  left: 24px;
  top: 252px;
  width: 46px;
  height: 46px;
}

.review-card__name {
  position: absolute;
  left: 81px;
  top: 250px;
  margin: 0;
  color: #212529;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

.review-card__role {
  position: absolute;
  left: 81px;
  top: 276px;
  margin: 0;
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  white-space: nowrap;
}

.contact-section {
  margin-bottom: 87px;
  padding-bottom: 12px;
  overflow: hidden;
}

.contact-container {
  position: relative;
  width: 1160px;
  height: 506px;
  margin: 0 auto;
  color: #212529;
}

.contact-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 399px;
  color: #212529;
}

.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 2px 13px;
  border-radius: 35px;
  background: #eaf6e1;
  color: #0e5d37;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 24px;
  white-space: nowrap;
}

.contact-heading h2 {
  display: flex;
  gap: 8px;
  margin: 11px 0 0;
  color: #212529;
  font-family: "Exo", Arial, sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.contact-heading h2 span:last-child {
  color: #00be70;
}

.contact-heading p {
  margin: 13px 0 0;
  width: 399px;
  color: #212529;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.contact-timeline {
  position: absolute;
  left: 23px;
  top: 225px;
  width: 2px;
  height: 233px;
  background: #d9d9d9;
}

.contact-item {
  position: absolute;
  left: 0;
  width: 399px;
  height: 50px;
  color: #212529;
  font-family: "M PLUS 1", Arial, sans-serif;
}

.contact-item--phone {
  top: 178px;
}

.contact-item--address {
  top: 275px;
}

.contact-item--email {
  top: 372px;
}

.contact-item--time {
  top: 456px;
}

.contact-item img {
  position: absolute;
  left: -4.2px;
  top: -2.2px;
  z-index: 1;
  width: 62.4px;
  height: 62.4px;
}

.contact-item div {
  position: absolute;
  left: 70px;
  top: 2px;
}

.contact-item--address div {
  top: -20px;
}

.contact-item--time div {
  top: 5px;
}

.contact-item strong {
  display: block;
  margin: 0;
  width: 329px;
  color: #212529;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
}

.contact-item span {
  display: block;
  margin-top: 0;
  color: #abadb1;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.contact-map {
  position: absolute;
  left: 463px;
  top: 39px;
  width: 697px;
  height: 467px;
  overflow: hidden;
  border: 6px solid #00be70;
  border-radius: 33px;
  background: #f3f4f5;
}

.contact-map__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.faq-section {
  margin-bottom: 29px;
  overflow: hidden;
}

.faq-container {
  width: 1160px;
  min-height: 464px;
  margin: 0 auto;
  color: #212529;
}

.faq-heading {
  width: 300px;
  height: 63px;
}

.faq-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 2px 13px;
  border-radius: 35px;
  background: #eaf6e1;
  color: #0e5d37;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 24px;
  white-space: nowrap;
}

.faq-heading h2 {
  display: flex;
  gap: 8px;
  margin: 11px 0 0;
  color: #212529;
  font-family: "Exo", Arial, sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.faq-heading h2 span:last-child {
  color: #00be70;
}

.faq-columns {
  display: grid;
  grid-template-columns: 559px 559px;
  gap: 30px;
  margin-top: 26px;
  align-items: start;
}

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

.faq-item {
  overflow: hidden;
  border: 2px solid #00be70;
  border-radius: 17px;
  background: transparent;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.faq-item.is-open {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 24px rgba(0, 190, 112, 0.08);
}

.faq-question {
  display: flex;
  width: 100%;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 28px;
  border: 0;
  background: transparent;
  color: #00be70;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.55px;
  text-align: left;
  cursor: pointer;
}

.faq-question span {
  min-width: 0;
}

.faq-question img {
  flex: 0 0 auto;
  width: 9px;
  height: 18px;
  transform-origin: center;
  transition: transform 260ms ease;
}

.faq-item.is-open .faq-question img {
  transform: rotate(90deg);
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    max-height 360ms ease,
    opacity 240ms ease,
    transform 360ms ease;
}

.faq-item.is-open .faq-panel {
  max-height: 520px;
  opacity: 1;
  transform: translateY(0);
}

.faq-panel p {
  width: 478px;
  margin: -3px 31px 21px;
  color: #212529;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.questions-cta-section {
  margin-bottom: 99px;
  overflow: hidden;
}

.questions-cta-container {
  position: relative;
  width: 1160px;
  height: 168px;
  margin: 0 auto;
  color: #ffffff;
}

.questions-cta-banner {
  position: absolute;
  left: 0;
  top: 70px;
  width: 1160px;
  height: 98px;
  overflow: hidden;
  border-radius: 25px;
  background: linear-gradient(90deg, #00cd4d 0%, #00bea1 100%);
}

.questions-cta-copy {
  position: absolute;
  left: 30px;
  top: 14px;
  z-index: 2;
  width: 252px;
  font-family: "M PLUS 1", Arial, sans-serif;
}

.questions-cta-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.questions-cta-copy p {
  width: 252px;
  margin: 7px 0 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.questions-cta-button {
  position: absolute;
  top: 31px;
  z-index: 3;
  display: flex;
  width: 185px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 21.7px;
  white-space: nowrap;
}

.questions-cta-button--telegram {
  left: 449px;
  justify-content: flex-start;
  gap: 8px;
  padding-left: 14px;
  background: #0e5d37;
}

.questions-cta-button--telegram img {
  width: 15px;
  height: 14px;
}

.questions-cta-button--call {
  left: 657px;
  padding: 0;
  border: 1px solid #ffffff;
  background: transparent;
  cursor: pointer;
}

.questions-cta__inside,
.questions-cta__overhang {
  position: absolute;
  image-rendering: auto;
  pointer-events: none;
  transform-origin: center;
  user-select: none;
}

.questions-cta__inside {
  display: none;
}

.questions-cta__inside--spray {
  left: 854px;
  top: -48px;
  width: 188px;
  height: 188px;
  transform: rotate(180deg) scaleY(-1);
}

.questions-cta__inside--rose {
  left: 990px;
  top: -47px;
  width: 213px;
  height: 213px;
  transform: rotate(15deg);
}

.questions-cta__inside--daisy {
  left: 920px;
  top: -67px;
  width: 192px;
  height: 192px;
  transform: rotate(-3.37deg);
}

.questions-cta__overhang {
  z-index: 2;
}

.questions-cta__overhang--spray {
  left: 854px;
  top: 22px;
  width: 188px;
  height: 188px;
  object-fit: contain;
  transform: rotate(180deg) scaleY(-1);
}

.questions-cta__overhang--rose {
  left: 990px;
  top: 23px;
  width: 213px;
  height: 213px;
  object-fit: contain;
  transform: rotate(15deg);
}

.questions-cta__overhang--daisy {
  left: 920px;
  top: 3px;
  width: 192px;
  height: 192px;
  object-fit: contain;
  transform: rotate(-3.37deg);
}

.site-footer {
  height: 324px;
  overflow: hidden;
  background: #ebebeb;
}

.site-footer__inner {
  position: relative;
  width: 1164px;
  height: 324px;
  margin: 0 auto;
  color: #54595e;
  font-family: "M PLUS 1", Arial, sans-serif;
}

.footer-brand {
  position: absolute;
  left: 1px;
  top: 32px;
  width: 194px;
}

.footer-logo {
  position: relative;
  display: block;
  width: 136px;
  height: 41px;
  color: #0e5d37;
}

.footer-logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 51.958px;
  height: 40.902px;
}

.footer-logo span {
  position: absolute;
  left: 56px;
  top: 3px;
  color: #0e5d37;
  font-family: "Exo", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.footer-brand__text {
  position: absolute;
  left: 0;
  top: 46px;
  width: 184px;
  margin: 0;
  color: #54595e;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.footer-brand__copy {
  position: absolute;
  left: 0;
  top: 102px;
  width: 194px;
  margin: 0;
  color: #54595e;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.footer-nav {
  position: absolute;
  top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  color: #54595e;
}

.footer-nav--company {
  left: 282px;
  width: 167px;
}

.footer-nav--buyers {
  left: 543px;
  width: 120px;
}

.footer-nav h2,
.footer-contacts h2 {
  margin: 0 0 2px;
  color: #212529;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
}

.footer-nav a {
  color: #54595e;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.footer-contacts {
  position: absolute;
  left: 756px;
  top: 40px;
  width: 162px;
  height: 132px;
}

.footer-contact {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  color: #54595e;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.footer-contact img {
  flex: 0 0 auto;
  margin-right: 11px;
}

.footer-contact--phone {
  top: 30px;
}

.footer-contact--phone img {
  width: 17px;
  height: 17px;
}

.footer-contact--mail {
  top: 55px;
}

.footer-contact--mail img {
  width: 18px;
  height: 16px;
}

.footer-contact--telegram {
  top: 80px;
}

.footer-contact--telegram img {
  width: 20px;
  height: 20px;
  margin-right: 9px;
}

.footer-contact--max {
  top: 106px;
}

.footer-contact--max img {
  width: 20px;
  height: 20px;
  margin-right: 9px;
}

.footer-social {
  position: absolute;
  left: 999px;
  top: 70px;
  display: flex;
  gap: 29px;
}

.footer-social__link {
  display: block;
  width: 36px;
  height: 36px;
}

.footer-social__link img {
  width: 36px;
  height: 36px;
}

body.modal-open {
  overflow: hidden;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  pointer-events: none;
  visibility: hidden;
  transition:
    visibility 280ms ease;
}

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

.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(33, 37, 41, 0);
  backdrop-filter: blur(0);
  opacity: 0;
  transition:
    background 280ms ease,
    backdrop-filter 280ms ease,
    opacity 280ms ease;
  will-change: backdrop-filter, background, opacity;
}

.lead-modal.is-open .lead-modal__backdrop {
  background: rgba(33, 37, 41, 0.48);
  backdrop-filter: blur(7px);
  opacity: 1;
}

.lead-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(765px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 48px 0 36px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 50px;
  background: #f9fafb;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
  color: #212529;
  transform: translateY(28px) scale(0.96);
  opacity: 0;
  transition:
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 260ms ease;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lead-modal__dialog::-webkit-scrollbar {
  display: none;
}

.lead-modal.is-open .lead-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lead-modal__close {
  position: sticky;
  top: 18px;
  z-index: 4;
  display: flex;
  width: 48px;
  height: 48px;
  margin: -18px 24px -30px auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 190, 112, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(33, 37, 41, 0.14);
  cursor: pointer;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
  -webkit-tap-highlight-color: transparent;
}

.lead-modal__close span {
  position: absolute;
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: #212529;
  transition:
    background 220ms ease,
    transform 220ms ease;
}

.lead-modal__close span:first-child {
  transform: rotate(45deg);
}

.lead-modal__close span:last-child {
  transform: rotate(-45deg);
}

.lead-modal__close:hover,
.lead-modal__close:focus-visible {
  border-color: rgba(0, 190, 112, 0.38);
  background: #00be70;
  box-shadow: 0 18px 38px rgba(0, 190, 112, 0.26);
  outline: none;
  transform: translateY(-2px) scale(1.03);
}

.lead-modal__close:hover span,
.lead-modal__close:focus-visible span {
  background: #ffffff;
}

.lead-modal__close:hover span:first-child,
.lead-modal__close:focus-visible span:first-child {
  transform: rotate(45deg) scaleX(1.12);
}

.lead-modal__close:hover span:last-child,
.lead-modal__close:focus-visible span:last-child {
  transform: rotate(-45deg) scaleX(1.12);
}

.lead-modal__close:active {
  transform: translateY(0) scale(0.96);
}

.lead-modal__decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.lead-modal__dot {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.lead-modal__dot--dark {
  width: 38px;
  height: 38px;
  background: #212529;
}

.lead-modal__dot--green {
  width: 26px;
  height: 26px;
  background: #00be70;
}

.lead-modal__dot--small {
  width: 14px;
  height: 14px;
  background: #00bea1;
}

.lead-modal__dot--top-left {
  left: 72px;
  top: 54px;
}

.lead-modal__dot--middle-left {
  left: 60px;
  top: 180px;
}

.lead-modal__dot--left-small {
  left: 72px;
  top: 287px;
}

.lead-modal__dot--top-right {
  right: 119px;
  top: 48px;
}

.lead-modal__dot--right-small {
  right: 66px;
  top: 102px;
}

.lead-modal__dot--middle-right {
  right: 54px;
  top: 156px;
}

.lead-modal__dot--bottom-right {
  right: 30px;
  top: 280px;
}

.lead-modal__brand {
  position: relative;
  z-index: 1;
  display: flex;
  width: 535px;
  margin: 11px auto 60px;
  align-items: center;
  flex-direction: column;
  color: #212529;
  text-align: center;
}

.lead-modal__brand img {
  width: 262px;
  height: 206px;
}

.lead-modal__brand strong {
  margin-top: -65px;
  font-family: "Exo", Arial, sans-serif;
  font-size: 109px;
  font-weight: 700;
  line-height: 1;
}

.lead-modal__brand span {
  margin-top: 7px;
  font-family: "Exo", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 7.35px;
  text-transform: uppercase;
}

.lead-form {
  position: relative;
  z-index: 1;
  width: 535px;
  margin: 0 auto;
  color: #212529;
}

.lead-form__title {
  width: 535px;
  margin: 0 auto;
  color: #212529;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.lead-form__subtitle {
  margin: 10px 0 28px;
  color: #54595e;
  font-family: "Exo", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

.lead-form__field {
  display: block;
  margin: 0 0 16px;
}

.lead-form__label,
.lead-form__optional {
  display: block;
  color: #212529;
  font-family: "Exo", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.lead-form__label {
  margin-bottom: 6px;
}

.lead-form__optional {
  margin: -2px 0 6px;
  color: #54595e;
  font-size: 10px;
  font-weight: 400;
}

.lead-form input,
.lead-form textarea,
.lead-form__phone {
  width: 100%;
  border: 2px solid #212529;
  border-radius: 25px;
  background: transparent;
  color: #212529;
  font-family: Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.lead-form input,
.lead-form__phone {
  height: 69px;
}

.lead-form input,
.lead-form textarea {
  padding: 0 24px;
}

.lead-form textarea {
  height: 131px;
  padding-top: 14px;
  resize: vertical;
  line-height: 1.22;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: #c8c8c8;
  opacity: 1;
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-form__field:focus-within .lead-form__phone {
  border-color: #00be70;
  box-shadow: 0 0 0 4px rgba(0, 190, 112, 0.14);
}

.lead-form__phone {
  display: flex;
  align-items: center;
  padding: 0 22px 0 17px;
}

.lead-form__phone input {
  flex: 1 1 auto;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 23.94px;
  box-shadow: none;
}

.lead-form__phone input:focus {
  box-shadow: none;
}

.lead-form__flag {
  flex: 0 0 auto;
  width: 24px;
  height: 18px;
  margin-right: 18px;
  border: 0;
  box-shadow: none;
  background:
    linear-gradient(to bottom, #ffffff 0 33.333%, #1c57a8 33.333% 66.666%, #d52b1e 66.666% 100%);
}

.lead-form__prefix {
  flex: 0 0 auto;
  margin-right: 8px;
  color: #212529;
  font-family: Arial, sans-serif;
  font-size: 21px;
  line-height: 23.94px;
}

.lead-form__field.is-invalid input,
.lead-form__field.is-invalid textarea,
.lead-form__field.is-invalid .lead-form__phone {
  border-color: #df3f3f;
  box-shadow: none;
}

.lead-form__field.is-invalid input,
.lead-form__field.is-invalid textarea,
.lead-form__field.is-invalid .lead-form__phone {
  animation: lead-field-shake 220ms ease;
}

.lead-form__error {
  display: none;
  color: #df3f3f;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.lead-form__field.is-invalid .lead-form__error {
  display: block;
  margin-top: 5px;
}

.lead-form__submit {
  display: flex;
  width: 100%;
  height: 69px;
  margin-top: 11px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 25px;
  background: #00be70;
  color: #ffffff;
  cursor: pointer;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.lead-form__submit:hover {
  background: #00aa64;
  box-shadow: 0 14px 30px rgba(0, 190, 112, 0.24);
  transform: translateY(-1px);
}

.lead-form__submit:active {
  transform: translateY(0);
}

.lead-form__submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.lead-form__consent {
  width: 365px;
  margin: 12px auto 0;
  color: #54595e;
  font-family: "Exo", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

.lead-form__status {
  margin: 14px 0 0;
  color: #0e5d37;
  font-family: "M PLUS 1", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.crisal-nav__link,
.footer-nav a {
  position: relative;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.crisal-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 240ms ease;
}

.crisal-nav__link:hover,
.crisal-nav__link:focus-visible {
  color: #0e5d37;
  transform: translateY(-1px);
}

.crisal-nav__link:hover::after,
.crisal-nav__link:focus-visible::after {
  transform: scaleX(1);
}

.crisal-socials__link,
.footer-social__link {
  border-radius: 50%;
  transition:
    filter 220ms ease,
    transform 220ms ease;
  will-change: transform;
}

.crisal-socials__link img,
.footer-social__link img {
  transition: transform 240ms ease;
}

.crisal-socials__link:hover,
.crisal-socials__link:focus-visible,
.footer-social__link:hover,
.footer-social__link:focus-visible {
  filter: drop-shadow(0 10px 12px rgba(0, 190, 112, 0.24));
  transform: translateY(-3px);
}

.crisal-socials__link--telegram:hover img,
.crisal-socials__link--telegram:focus-visible img,
.footer-social__link--telegram:hover img,
.footer-social__link--telegram:focus-visible img {
  transform: rotate(-8deg) scale(1.08);
}

.crisal-socials__link--whatsapp:hover img,
.crisal-socials__link--whatsapp:focus-visible img,
.footer-social__link--whatsapp:hover img,
.footer-social__link--whatsapp:focus-visible img {
  transform: rotate(8deg) scale(1.08);
}

.crisal-socials__link--max:hover img,
.crisal-socials__link--max:focus-visible img,
.footer-social__link--max:hover img,
.footer-social__link--max:focus-visible img {
  transform: rotate(-6deg) scale(1.08);
}

.crisal-call,
.hero-consult,
.questions-cta-button--telegram,
.lead-form__submit {
  overflow: hidden;
  isolation: isolate;
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease,
    transform 220ms ease;
  will-change: transform;
}

.hero-consult,
.hero-more,
.lead-form__submit {
  position: relative;
}

.crisal-call::before,
.hero-consult::before,
.questions-cta-button--telegram::before,
.lead-form__submit::before {
  content: "";
  position: absolute;
  inset: -45% auto -45% -55%;
  width: 46%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.42) 50%, transparent 100%);
  pointer-events: none;
  transform: translateX(-125%) skewX(-18deg);
  transition: transform 520ms ease;
}

.crisal-call:hover,
.crisal-call:focus-visible,
.hero-consult:hover,
.hero-consult:focus-visible,
.lead-form__submit:hover,
.lead-form__submit:focus-visible {
  box-shadow: 0 16px 28px rgba(0, 190, 112, 0.26);
  filter: saturate(1.06);
  transform: translateY(-3px);
}

.questions-cta-button--telegram:hover,
.questions-cta-button--telegram:focus-visible {
  box-shadow: 0 13px 24px rgba(14, 93, 55, 0.28);
  filter: saturate(1.08);
  transform: translateY(-3px);
}

.crisal-call:hover::before,
.crisal-call:focus-visible::before,
.hero-consult:hover::before,
.hero-consult:focus-visible::before,
.questions-cta-button--telegram:hover::before,
.questions-cta-button--telegram:focus-visible::before,
.lead-form__submit:hover::before,
.lead-form__submit:focus-visible::before {
  transform: translateX(420%) skewX(-18deg);
}

.hero-consult img,
.questions-cta-button--telegram img {
  transition: transform 240ms ease;
}

.hero-consult:hover img,
.hero-consult:focus-visible img,
.questions-cta-button--telegram:hover img,
.questions-cta-button--telegram:focus-visible img {
  transform: translateX(4px);
}

.hero-more,
.questions-cta-button--call {
  overflow: hidden;
  isolation: isolate;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition:
    background-size 260ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease,
    transform 220ms ease;
  will-change: transform;
}

.hero-more {
  background-image: linear-gradient(90deg, var(--crisal-green) 0%, var(--crisal-green) 100%);
}

.questions-cta-button--call {
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
}

.hero-more:hover,
.hero-more:focus-visible {
  background-size: 100% 100%;
  border-color: var(--crisal-green);
  box-shadow: 0 14px 24px rgba(0, 190, 112, 0.16);
  color: #ffffff;
  transform: translateY(-3px);
}

.questions-cta-button--call:hover,
.questions-cta-button--call:focus-visible {
  background-size: 100% 100%;
  box-shadow: 0 13px 22px rgba(255, 255, 255, 0.22);
  color: #0e5d37;
  transform: translateY(-3px);
}

.order-card {
  isolation: isolate;
  box-shadow: none;
  transition: none;
}

.order-card::before,
.order-card::after {
  content: none;
}

.order-card__media > img {
  transition: transform 420ms ease;
}

.order-card:hover,
.order-card:focus-within {
  box-shadow: none;
  transform: none;
}

.order-card:hover::before,
.order-card:hover::after,
.order-card:focus-within::before,
.order-card:focus-within::after {
  opacity: 0;
}

.order-card:hover .order-card__media > img,
.order-card:focus-within .order-card__media > img {
  transform: none;
}

.order-card__button {
  overflow: hidden;
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.order-card__button::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, #00d24d 0%, #00bea1 100%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.order-card__button img {
  position: relative;
  z-index: 1;
  transition: transform 240ms ease;
}

.order-card__button:hover,
.order-card__button:focus-visible {
  box-shadow: none;
  transform: translate(-2px, -2px);
}

.order-card__button:hover::before,
.order-card__button:focus-visible::before {
  opacity: 0;
}

.order-card__button:hover img,
.order-card__button:focus-visible img {
  transform: translateX(3px) rotate(-8deg);
}

.order-nav {
  transition:
    filter 220ms ease,
    transform 220ms ease;
  will-change: transform;
}

.order-nav:hover,
.order-nav:focus-visible {
  filter: drop-shadow(0 13px 16px rgba(0, 190, 112, 0.2));
  transform: translateY(-3px) scale(1.04);
}

.order-nav img {
  transition: transform 240ms ease;
}

.order-nav--prev:hover img,
.order-nav--prev:focus-visible img {
  transform: translateX(-3px);
}

.order-nav--next:hover img,
.order-nav--next:focus-visible img {
  transform: rotate(180deg) translateX(-3px);
}

.faq-item {
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.faq-item:hover,
.faq-item:focus-within {
  border-color: #00bea1;
  box-shadow: 0 15px 28px rgba(0, 190, 112, 0.12);
  transform: translateY(-2px);
}

.faq-question {
  transition:
    background-color 220ms ease,
    color 220ms ease;
}

.faq-question:hover,
.faq-question:focus-visible {
  background: rgba(0, 190, 112, 0.06);
  color: #0e5d37;
}

.faq-question:hover img,
.faq-question:focus-visible img {
  filter: drop-shadow(0 0 5px rgba(0, 190, 112, 0.28));
}

.footer-logo {
  transition:
    filter 220ms ease,
    transform 220ms ease;
}

.footer-logo img,
.footer-logo span {
  transition: transform 240ms ease;
}

.footer-logo:hover,
.footer-logo:focus-visible {
  filter: drop-shadow(0 10px 12px rgba(0, 190, 112, 0.14));
  transform: translateY(-2px);
}

.footer-logo:hover img,
.footer-logo:focus-visible img {
  transform: rotate(-5deg) scale(1.05);
}

.footer-logo:hover span,
.footer-logo:focus-visible span {
  transform: translateX(2px);
}

.footer-nav a {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: none;
}

.footer-nav a::before {
  content: "";
  width: 0;
  height: 6px;
  margin-right: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #00cd4d 0%, #00bea1 100%);
  opacity: 0;
  transition:
    margin-right 220ms ease,
    opacity 220ms ease,
    width 220ms ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-contact--mail:hover,
.footer-contact--mail:focus-visible,
.footer-contact--telegram:hover,
.footer-contact--telegram:focus-visible,
.footer-contact--max:hover,
.footer-contact--max:focus-visible {
  color: #0e5d37;
  transform: translateX(4px);
}

.footer-nav a:hover::before,
.footer-nav a:focus-visible::before {
  width: 6px;
  margin-right: 8px;
  opacity: 1;
}

.footer-contact--mail,
.footer-contact--telegram,
.footer-contact--max {
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.footer-contact--mail img,
.footer-contact--telegram img,
.footer-contact--max img {
  transition: transform 220ms ease;
}

.footer-contact--mail:hover img,
.footer-contact--mail:focus-visible img,
.footer-contact--telegram:hover img,
.footer-contact--telegram:focus-visible img,
.footer-contact--max:hover img,
.footer-contact--max:focus-visible img {
  transform: translateY(-2px) rotate(-6deg);
}

:is(
  .crisal-nav__link,
  .crisal-socials__link,
  .crisal-call,
  .crisal-burger,
  .hero-consult,
  .hero-more,
  .order-card__button,
  .order-nav,
  .faq-question,
  .questions-cta-button,
  .footer-logo,
  .footer-nav a,
  .footer-contact--mail,
  .footer-contact--telegram,
  .footer-contact--max,
  .footer-social__link,
  .lead-form__submit
):focus-visible {
  outline: 3px solid rgba(0, 190, 112, 0.28);
  outline-offset: 4px;
}

.reveal-on-scroll {
  opacity: 0;
  filter: blur(9px);
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 700ms ease,
    filter 700ms ease,
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.reveal-on-scroll.reveal-from-left {
  transform: translate3d(-28px, 14px, 0);
}

.reveal-on-scroll.reveal-from-right {
  transform: translate3d(28px, 14px, 0);
}

.reveal-on-scroll.reveal-zoom {
  transform: translate3d(0, 18px, 0) scale(0.96);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes lead-field-shake {
  0%,
  100% {
    transform: translateX(0);
  }

  35% {
    transform: translateX(-4px);
  }

  70% {
    transform: translateX(4px);
  }
}

@media (max-width: 720px) {
  .routes-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

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

  .route-card,
  .route-card--wide {
    grid-column: auto;
  }

  .route-card {
    min-height: 0;
    padding: 18px;
    border-radius: 14px;
  }

  .routes-heading h2 {
    font-size: 30px;
  }

  .routes-heading p,
  .routes-note {
    font-size: 15px;
  }

  .lead-modal {
    padding: 12px;
  }

  .lead-modal__dialog {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    padding: 32px 20px 28px;
    border-radius: 32px;
  }

  .lead-modal__close {
    top: 14px;
    width: 44px;
    height: 44px;
    margin: -18px -2px -26px auto;
  }

  .lead-modal__close span {
    width: 17px;
  }

  .lead-modal__decor {
    display: none;
  }

  .lead-modal__brand,
  .lead-form,
  .lead-form__title {
    width: 100%;
  }

  .lead-modal__brand {
    margin: 0 auto 36px;
  }

  .lead-modal__brand img {
    width: 172px;
    height: 135px;
  }

  .lead-modal__brand strong {
    margin-top: -42px;
    font-size: 72px;
  }

  .lead-modal__brand span {
    font-size: 10px;
    letter-spacing: 4.6px;
  }

  .lead-form__title {
    font-size: 27px;
  }

  .lead-form input,
  .lead-form textarea,
  .lead-form__phone {
    font-size: 18px;
  }

  .lead-form__consent {
    width: 100%;
  }
}

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

  .reveal-on-scroll {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .crisal-nav__link,
  .crisal-nav__link::after,
  .crisal-socials__link,
  .crisal-socials__link img,
  .crisal-call,
  .crisal-call::before,
  .crisal-burger,
  .crisal-burger span,
  .crisal-menu,
  .logo-marquee__track,
  .hero-consult,
  .hero-consult::before,
  .hero-consult img,
  .hero-more,
  .order-card,
  .order-card::before,
  .order-card::after,
  .order-card__media > img,
  .order-card__button,
  .order-card__button::before,
  .order-card__button img,
  .order-nav,
  .order-nav img,
  .faq-item,
  .faq-question,
  .questions-cta-button,
  .questions-cta-button::before,
  .questions-cta-button img,
  .footer-logo,
  .footer-logo img,
  .footer-logo span,
  .footer-nav a,
  .footer-nav a::before,
  .footer-contact--mail,
  .footer-contact--mail img,
  .footer-contact--telegram,
  .footer-contact--telegram img,
  .footer-contact--max,
  .footer-contact--max img,
  .footer-social__link,
  .footer-social__link img,
  .lead-modal,
  .lead-modal__dialog,
  .lead-modal__close,
  .lead-modal__close span,
  .lead-form input,
  .lead-form textarea,
  .lead-form__phone,
  .lead-form__submit::before,
  .lead-form__submit {
    transition: none;
  }

  .lead-form__field.is-invalid input,
  .lead-form__field.is-invalid textarea,
  .lead-form__field.is-invalid .lead-form__phone {
    animation: none;
  }

  .logo-marquee__track {
    animation: none;
  }
}

@media (max-width: 720px) {
  .routes-grid {
    grid-template-columns: 1fr;
  }

  .route-card--wide {
    grid-column: auto;
  }
}

@media (max-width: 1191px) {
  .site-container {
    overflow-x: auto;
  }

  .site-header .site-container {
    overflow: visible;
  }

  .crisal-header {
    display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
    gap: clamp(12px, 1.9vw, 24px);
    overflow: hidden;
    padding: 0 clamp(18px, 2.4vw, 28px);
  }

  .crisal-logo {
    position: relative;
    left: auto;
    top: auto;
    flex: 0 0 136px;
  }

  .crisal-header__divider {
    position: relative;
    left: auto;
    top: auto;
    flex: 0 0 2px;
  }

  .crisal-menu {
    display: flex;
    min-width: 0;
    align-items: center;
    flex: 1 1 auto;
    gap: clamp(12px, 1.8vw, 24px);
  }

  .crisal-nav {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    min-width: 0;
    height: auto;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    gap: clamp(14px, 2.2vw, 34px);
    font-size: 13px;
  }

  .crisal-nav__link,
  .crisal-nav__link--about,
  .crisal-nav__link--benefits,
  .crisal-nav__link--delivery,
  .crisal-nav__link--contacts {
    width: auto;
    height: auto;
    line-height: 1.25;
  }

  .crisal-socials {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: clamp(12px, 1.6vw, 20px);
  }

  .crisal-socials__link,
  .crisal-socials__link--telegram,
  .crisal-socials__link--whatsapp {
    position: relative;
    left: auto;
    top: auto;
    flex: 0 0 36px;
  }

  .crisal-call {
    position: relative;
    left: auto;
    top: auto;
    flex: 0 0 auto;
    width: clamp(150px, 16vw, 177px);
    font-size: 13px;
  }

  .hero-container {
    overflow: visible;
  }

  .mission-container {
    overflow-x: auto;
  }

  .why-container {
    overflow-x: auto;
  }
}

@media (max-width: 1191px) {
  .hero {
    height: auto;
    min-height: 0;
    margin-top: -64px;
    overflow: hidden;
    padding: 150px 0 68px;
  }

  .hero-container {
    width: min(100% - 32px, 1160px);
    height: auto;
    overflow: visible;
  }

  .hero-stage {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-areas:
      "badge visual"
      "title visual"
      "description visual"
      "features visual"
      "actions visual";
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    align-items: center;
    column-gap: clamp(22px, 4vw, 56px);
    overflow: visible;
  }

  .hero-badge {
    position: relative;
    left: auto;
    top: auto;
    grid-area: badge;
    align-self: end;
    margin-bottom: 15px;
  }

  .hero-title {
    position: relative;
    left: auto;
    top: auto;
    grid-area: title;
    width: auto;
    font-size: 50px;
    line-height: 1.13;
  }

  .hero-description {
    position: relative;
    left: auto;
    top: auto;
    grid-area: description;
    margin-top: 24px;
    white-space: normal;
  }

  .hero-features {
    display: grid;
    grid-area: features;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 2.2vw, 26px);
    margin-top: 28px;
  }

  .hero-feature,
  .hero-feature--fresh,
  .hero-feature--assortment,
  .hero-feature--delivery {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    width: auto;
    height: auto;
    min-height: 64px;
    align-items: center;
    gap: 10px;
  }

  .hero-feature img {
    position: relative;
    left: auto;
    top: auto;
    width: 58px;
    height: 64px;
    flex: 0 0 auto;
  }

  .hero-feature span,
  .hero-feature--fresh span,
  .hero-feature--assortment span,
  .hero-feature--delivery span {
    position: static;
    width: auto;
    min-width: 0;
    font-size: 14px;
    line-height: 1.3;
  }

  .hero-actions {
    position: relative;
    left: auto;
    top: auto;
    grid-area: actions;
    margin-top: 32px;
  }

  .hero-visual {
    position: relative;
    left: auto;
    top: auto;
    display: grid;
    grid-area: visual;
    width: min(100%, 520px);
    aspect-ratio: 1 / 1;
    place-items: center;
    justify-self: end;
  }

  .hero-visual::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 52%;
    z-index: 0;
    width: 118%;
    height: 118%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 190, 112, 0.22) 0%, rgba(0, 190, 112, 0.1) 42%, rgba(0, 190, 112, 0) 70%);
    transform: translate(-50%, -50%);
  }

  .hero-visual__glow {
    display: none;
  }

  .hero-visual__photo {
    left: 50%;
    top: 55%;
    z-index: 1;
    width: 72%;
    height: 72%;
    transform: translate(-50%, -50%);
  }

  .hero-visual__photo img {
    left: -31%;
    top: -2%;
    width: 154%;
    height: 102%;
  }

  .hero-visual__daisy {
    left: 50%;
    top: 45%;
    z-index: 2;
    width: 139%;
    height: 124%;
    overflow: visible;
    transform: translate(-50%, -50%);
  }

  .hero-visual__daisy img {
    width: 100%;
    height: auto;
  }

  .hero-stat {
    position: relative;
    left: auto;
    top: auto;
    z-index: 3;
    display: flex;
    grid-area: visual;
    width: clamp(152px, 15vw, 179px);
    height: clamp(78px, 7.6vw, 90px);
    align-self: end;
    justify-self: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0;
    white-space: nowrap;
  }

  .hero-stat strong,
  .hero-stat span {
    position: static;
  }

  .hero-stat strong {
    font-size: 29px;
    line-height: 1;
  }

  .hero-stat span {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.2;
  }

  .logo-marquee {
    --logo-marquee-scale: 0.82;
    --logo-marquee-gap: 38px;
    --logo-marquee-height: 68px;
    margin-top: 64px;
  }

  .mission-section {
    margin-top: 82px;
    margin-bottom: 82px;
  }

  .mission-container {
    width: min(100% - 32px, 1160px);
    overflow: visible;
  }

  .mission-card {
    display: grid;
    width: 100%;
    height: auto;
    min-height: 360px;
    grid-template-columns: minmax(300px, 0.9fr) minmax(330px, 1fr) minmax(240px, 0.7fr);
    gap: 24px;
    align-items: center;
    padding: 42px 28px 42px 36px;
    border-radius: 42px;
  }

  .mission-kicker,
  .mission-headline,
  .mission-copy,
  .mission-photo {
    position: relative;
    left: auto;
    top: auto;
  }

  .mission-kicker {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    margin-bottom: 8px;
  }

  .mission-headline {
    grid-column: 1;
    grid-row: 2;
    width: auto;
    align-self: start;
    font-size: 39px;
    line-height: 1.28;
  }

  .mission-copy {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: auto;
    align-self: center;
  }

  .mission-copy h3 {
    font-size: 42px;
    line-height: 1.16;
  }

  .mission-copy p {
    font-size: 15px;
    line-height: 1.8;
  }

  .mission-photo {
    grid-column: 3;
    grid-row: 1 / span 2;
    width: 100%;
    height: 100%;
    min-height: 300px;
    border-radius: 34px;
    object-fit: cover;
  }

  .why-section {
    margin-bottom: 82px;
  }

  .why-container {
    width: min(100% - 32px, 1162px);
    overflow: visible;
  }

  .why-stage {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 28px;
  }

  .why-kicker,
  .why-title,
  .why-card,
  .why-card--quality,
  .why-card--guarantee,
  .why-card--routes,
  .why-card--wholesale,
  .why-card--cooperation,
  .why-card--orders {
    position: relative;
    left: auto;
    top: auto;
  }

  .why-kicker {
    grid-column: 1 / -1;
  }

  .why-title {
    grid-column: 1 / -1;
    margin-top: -12px;
  }

  .why-card {
    width: auto;
    height: auto;
    min-height: 230px;
    padding: 21px 24px 24px;
  }

  .why-card img,
  .why-card h3,
  .why-card p {
    position: relative;
    left: auto;
    top: auto;
  }

  .why-card h3 {
    margin-top: 18px;
  }

  .why-card p {
    width: auto;
    margin-top: 0;
  }

  .stats-banner {
    margin-bottom: 82px;
  }

  .stats-banner__inner {
    width: min(100% - 32px, 1160px);
    height: 104px;
  }

  .stats-banner__item strong {
    font-size: 36px;
  }

  .order-section {
    margin-bottom: 82px;
    overflow: hidden;
  }

  .order-container {
    width: min(100% - 32px, 1160px);
    height: auto;
    padding: 0 58px;
  }

  .order-heading,
  .order-grid,
  .order-nav {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }

  .order-heading {
    width: auto;
    height: auto;
    margin-bottom: 28px;
  }

  .order-grid {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 16px;
  }

  .order-track {
    height: auto;
    gap: 28px;
  }

  .order-card {
    display: flex;
    width: 248px;
    height: auto;
    min-height: 344px;
    flex: 0 0 248px;
    flex-direction: column;
  }

  .order-card__media {
    position: relative;
    width: 100%;
    height: 236px;
    flex: 0 0 auto;
  }

  .order-card h3,
  .order-card p,
  .order-card strong {
    position: relative;
    left: auto;
    top: auto;
  }

  .order-card h3 {
    margin: 10px 16px 0;
  }

  .order-card p {
    margin: 5px 16px 0;
  }

  .order-card strong {
    margin: auto 48px 12px 16px;
  }

  .order-card__button {
    top: auto;
    bottom: 0;
  }

  .order-nav {
    position: absolute;
    top: 263px;
  }

  .order-nav--prev {
    left: 0;
  }

  .order-nav--next {
    right: 0;
  }

  .work-section {
    margin-bottom: 92px;
    overflow: hidden;
  }

  .work-container {
    display: grid;
    width: min(100% - 32px, 1160px);
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 32px;
  }

  .work-heading,
  .work-line,
  .work-step,
  .work-copy,
  .work-step--choose,
  .work-step--order,
  .work-step--delivery,
  .work-copy--choose,
  .work-copy--order,
  .work-copy--delivery {
    position: relative;
    left: auto;
    top: auto;
  }

  .work-heading {
    grid-column: 1 / -1;
    width: auto;
    height: auto;
    margin-bottom: 42px;
  }

  .work-heading h2 {
    width: auto;
  }

  .work-line {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    align-self: center;
  }

  .work-step {
    width: 133px;
    height: 133px;
    grid-row: 2;
    justify-self: center;
  }

  .work-step--choose,
  .work-copy--choose {
    grid-column: 1;
  }

  .work-step--order,
  .work-copy--order {
    grid-column: 2;
  }

  .work-step--delivery,
  .work-copy--delivery {
    grid-column: 3;
  }

  .work-step__number {
    left: calc(100% - 8px);
    top: -15px;
  }

  .work-copy {
    grid-row: 3;
    width: min(100%, 321px);
    justify-self: center;
    margin-top: 30px;
  }

  .delivery-section {
    margin-bottom: 68px;
    padding-top: 64px;
    padding-bottom: 24px;
    overflow: hidden;
  }

  .delivery-container {
    display: grid;
    width: min(100% - 32px, 1160px);
    height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 28px 42px;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
  }

  .delivery-heading,
  .delivery-card,
  .delivery-card--own,
  .delivery-card--avia,
  .delivery-card__icon,
  .delivery-card h3,
  .delivery-card p,
  .delivery-card__time,
  .delivery-visual {
    position: relative;
    left: auto;
    top: auto;
  }

  .delivery-heading {
    grid-column: 1;
    width: auto;
  }

  .delivery-heading h2 {
    width: auto;
  }

  .delivery-card {
    display: flex;
    width: auto;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 242px;
    flex-direction: column;
    padding: 22px 24px 24px;
  }

  .delivery-card--own {
    grid-column: 1;
  }

  .delivery-card--avia {
    grid-column: 1;
  }

  .delivery-card__icon {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
  }

  .delivery-card h3 {
    margin-top: 14px;
  }

  .delivery-card p,
  .delivery-card--avia p {
    width: auto;
    max-width: 100%;
    margin-top: 8px;
    overflow-wrap: break-word;
  }

  .delivery-card__time {
    width: max-content;
    margin-top: auto;
  }

  .delivery-visual {
    grid-column: 2;
    grid-row: 1 / span 3;
    width: min(100%, 444px);
    max-width: calc(100vw - 48px);
    height: auto;
    aspect-ratio: 444 / 432;
    justify-self: center;
    overflow: visible;
    transform-origin: center;
  }

  .reviews-section {
    margin-bottom: 74px;
    overflow: hidden;
  }

  .reviews-container {
    display: grid;
    width: min(100% - 32px, 1160px);
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 36px;
  }

  .reviews-heading,
  .review-card,
  .review-card--first,
  .review-card--second,
  .review-card--third,
  .review-card__stars,
  .review-card__title,
  .review-card__text,
  .review-card__avatar,
  .review-card__name,
  .review-card__role {
    position: relative;
    left: auto;
    top: auto;
  }

  .reviews-heading {
    grid-column: 1 / -1;
    width: auto;
    height: auto;
  }

  .review-card {
    display: grid;
    width: auto;
    height: auto;
    min-height: 280px;
    grid-template-columns: 46px minmax(0, 1fr);
    grid-template-rows: auto auto 1fr auto auto;
    padding: 16px 24px 24px;
  }

  .review-card__stars {
    grid-column: 1 / -1;
  }

  .review-card__title {
    grid-column: 1 / -1;
    width: auto;
    margin-top: 12px;
  }

  .review-card__text {
    grid-column: 1 / -1;
    width: auto;
    margin-top: 8px;
  }

  .review-card__avatar {
    grid-column: 1;
    grid-row: 4 / span 2;
    align-self: center;
    margin-top: 20px;
  }

  .review-card__name {
    grid-column: 2;
    grid-row: 4;
    align-self: end;
    margin: 20px 0 0 11px;
  }

  .review-card__role {
    grid-column: 2;
    grid-row: 5;
    margin-left: 11px;
  }

  .contact-section {
    margin-bottom: 82px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .contact-container {
    display: grid;
    width: min(100% - 32px, 1160px);
    height: auto;
    min-height: 506px;
    grid-template-areas:
      "heading map"
      "phone map"
      "address map"
      "email map"
      "time map";
    grid-template-columns: minmax(320px, 0.58fr) minmax(440px, 1fr);
    gap: 22px 42px;
    align-items: start;
  }

  .contact-heading,
  .contact-item,
  .contact-map,
  .contact-item img,
  .contact-item div {
    position: relative;
    left: auto;
    top: auto;
  }

  .contact-heading {
    grid-area: heading;
    width: auto;
  }

  .contact-heading h2 {
    white-space: normal;
  }

  .contact-heading p {
    width: auto;
    max-width: 399px;
  }

  .contact-timeline {
    left: 24px;
    top: 204px;
    bottom: 42px;
    z-index: 0;
    height: auto;
  }

  .contact-item {
    display: grid;
    width: auto;
    height: auto;
    min-height: 62px;
    grid-template-columns: 62px minmax(0, 1fr);
    column-gap: 8px;
    align-items: start;
    z-index: 1;
  }

  .contact-item--phone {
    grid-area: phone;
  }

  .contact-item--address {
    grid-area: address;
  }

  .contact-item--email {
    grid-area: email;
  }

  .contact-item--time {
    grid-area: time;
  }

  .contact-item img {
    grid-column: 1;
    width: 62px;
    height: 62px;
  }

  .contact-item div,
  .contact-item--address div,
  .contact-item--time div {
    grid-column: 2;
    padding-top: 6px;
  }

  .contact-item--address div {
    padding-top: 0;
  }

  .contact-item strong {
    width: auto;
  }

  .contact-map {
    grid-area: map;
    width: 100%;
    height: 100%;
    min-height: 467px;
    justify-self: stretch;
  }

  .faq-section {
    margin-bottom: 82px;
    overflow: hidden;
  }

  .faq-container {
    width: min(100% - 32px, 1160px);
    min-height: 0;
  }

  .faq-heading {
    width: auto;
    height: auto;
  }

  .faq-heading h2 {
    white-space: normal;
  }

  .faq-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 28px;
    margin-top: 26px;
  }

  .faq-column {
    gap: 24px;
  }

  .faq-question {
    min-height: 66px;
    padding: 0 24px 0 27px;
    font-size: 21px;
    line-height: 1.22;
    letter-spacing: 0;
  }

  .faq-question span {
    overflow-wrap: anywhere;
  }

  .faq-panel p {
    width: auto;
    margin: -2px 27px 22px;
    font-size: 16px;
    line-height: 1.52;
  }

  .questions-cta-section {
    margin-bottom: 82px;
  }

  .questions-cta-container {
    width: min(100% - 32px, 1160px);
    height: 168px;
  }

  .questions-cta-banner {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(250px, 1fr) 185px 185px minmax(210px, 290px);
    gap: 18px;
    align-items: center;
    padding: 0 28px 0 30px;
  }

  .questions-cta-copy,
  .questions-cta-button {
    position: relative;
    left: auto;
    top: auto;
  }

  .questions-cta-copy {
    width: auto;
  }

  .questions-cta-copy p {
    width: auto;
    max-width: 300px;
  }

  .questions-cta-button--telegram,
  .questions-cta-button--call {
    left: auto;
  }

  .questions-cta__overhang--spray {
    left: auto;
    right: 150px;
  }

  .questions-cta__overhang--daisy {
    left: auto;
    right: 70px;
  }

  .questions-cta__overhang--rose {
    left: auto;
    right: -8px;
  }

  .site-footer {
    height: auto;
    padding: 32px 0 36px;
    overflow: hidden;
  }

  .site-footer__inner {
    display: grid;
    width: min(100% - 32px, 1164px);
    height: auto;
    grid-template-columns: minmax(190px, 1.15fr) minmax(170px, 0.9fr) minmax(135px, 0.75fr) minmax(215px, 1fr) auto;
    gap: 28px 34px;
    align-items: start;
  }

  .footer-brand,
  .footer-nav,
  .footer-contacts,
  .footer-social,
  .footer-brand__text,
  .footer-brand__copy,
  .footer-contact {
    position: relative;
    left: auto;
    top: auto;
  }

  .footer-brand {
    width: auto;
  }

  .footer-brand__text {
    width: auto;
    max-width: 210px;
    margin-top: 4px;
  }

  .footer-brand__copy {
    width: auto;
    max-width: 210px;
    margin-top: 8px;
  }

  .footer-nav--company,
  .footer-nav--buyers,
  .footer-contacts {
    width: auto;
  }

  .footer-contacts {
    display: flex;
    height: auto;
    flex-direction: column;
    gap: 7px;
  }

  .footer-contact {
    white-space: normal;
  }

  .footer-social {
    justify-self: end;
    gap: 24px;
    padding-top: 34px;
  }
}

@media (max-width: 980px) {
  .routes-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .route-card--wide {
    grid-column: span 2;
  }

  .crisal-header {
    gap: 14px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .crisal-menu {
    gap: 10px;
  }

  .crisal-nav {
    gap: 12px;
  }

  .crisal-socials {
    gap: 10px;
  }

  .crisal-call {
    width: 142px;
    height: 41px;
    font-size: 12px;
  }

  .hero {
    padding-top: 142px;
  }

  .hero-stage {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    column-gap: 18px;
  }

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

  .hero-consult {
    width: 270px;
  }

  .hero-more {
    width: 180px;
  }

  .questions-cta-container {
    width: min(100% - 24px, 900px);
    height: auto;
  }

  .questions-cta-banner {
    position: relative;
    top: auto;
    display: grid;
    min-height: 198px;
    grid-template-areas:
      "copy art"
      "telegram art"
      "call art";
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 12px 24px;
    align-items: center;
    padding: 24px 28px;
  }

  .questions-cta-copy {
    grid-area: copy;
  }

  .questions-cta-button--telegram {
    grid-area: telegram;
  }

  .questions-cta-button--call {
    grid-area: call;
  }

  .questions-cta__overhang {
    display: none;
  }

  .questions-cta__inside {
    display: block;
    z-index: 1;
  }

  .questions-cta__inside--spray {
    left: auto;
    right: 108px;
    top: 42px;
    width: 136px;
    height: 136px;
  }

  .questions-cta__inside--daisy {
    left: auto;
    right: 45px;
    top: 12px;
    width: 158px;
    height: 158px;
  }

  .questions-cta__inside--rose {
    left: auto;
    right: -14px;
    top: 26px;
    width: 156px;
    height: 156px;
  }

  .site-footer__inner {
    grid-template-columns: minmax(190px, 1fr) minmax(165px, 0.85fr) minmax(130px, 0.72fr) minmax(210px, 1fr);
    gap: 30px 28px;
  }

  .footer-social {
    grid-column: 4;
    justify-self: start;
    padding-top: 4px;
  }
}

@media (max-width: 860px) {
  .site-header {
    padding-top: 12px;
  }

  .site-header .site-container {
    width: min(100% - 24px, 1160px);
  }

  .crisal-header {
    height: 64px;
    overflow: visible;
    justify-content: space-between;
    gap: 12px;
    padding: 0 14px 0 18px;
    border-radius: 24px;
  }

  .crisal-header::before {
    border-radius: 24px;
  }

  .crisal-logo {
    flex-basis: 136px;
  }

  .crisal-header__divider {
    display: none;
  }

  .crisal-burger {
    display: flex;
  }

  .crisal-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border: 2px solid var(--crisal-green);
    border-radius: 24px;
    background: rgba(249, 250, 251, 0.96);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transition:
      opacity 220ms ease,
      transform 220ms ease,
      visibility 220ms ease;
    visibility: hidden;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .crisal-header.is-menu-open .crisal-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    visibility: visible;
  }

  .crisal-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    font-size: 13px;
  }

  .crisal-nav__link,
  .crisal-nav__link--about,
  .crisal-nav__link--benefits,
  .crisal-nav__link--delivery,
  .crisal-nav__link--contacts {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid rgba(0, 190, 112, 0.24);
    border-radius: 15px;
    background: #ffffff;
    text-align: center;
  }

  .crisal-nav__link::after {
    display: none;
  }

  .crisal-nav__link:hover,
  .crisal-nav__link:focus-visible {
    background: rgba(0, 190, 112, 0.1);
    transform: translateY(-1px);
  }

  .crisal-socials {
    justify-content: center;
    gap: 18px;
    padding: 2px 0;
  }

  .crisal-call {
    width: 100%;
    height: 48px;
    font-size: 14px;
  }

  .hero {
    margin-top: 0;
    padding: 36px 0 52px;
  }

  .hero-container {
    width: min(100% - 24px, 760px);
  }

  .hero-stage {
    grid-template-areas:
      "badge"
      "title"
      "description"
      "visual"
      "features"
      "actions";
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .hero-badge {
    justify-self: center;
    margin-bottom: 16px;
  }

  .hero-title {
    max-width: 650px;
    font-size: 42px;
    line-height: 1.12;
  }

  .hero-description {
    max-width: 520px;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.45;
  }

  .hero-visual {
    width: min(92vw, 430px);
    justify-self: center;
    margin-top: 18px;
  }

  .hero-visual__photo {
    left: 50%;
    top: 55%;
    width: 72%;
    height: 72%;
    transform: translate(-50%, -50%);
  }

  .hero-stat {
    width: 150px;
    height: 74px;
    justify-self: center;
    margin-right: 0;
    margin-bottom: 4px;
  }

  .hero-stat strong {
    font-size: 27px;
  }

  .hero-stat span {
    font-size: 12px;
  }

  .hero-features {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 150px));
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
  }

  .hero-feature {
    flex-direction: column;
    gap: 7px;
    justify-content: flex-start;
    text-align: center;
  }

  .hero-feature img {
    width: 54px;
    height: 60px;
  }

  .hero-feature span,
  .hero-feature--fresh span,
  .hero-feature--assortment span,
  .hero-feature--delivery span {
    font-size: 13px;
    line-height: 1.25;
  }

  .hero-actions {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 28px;
  }

  .logo-marquee {
    --logo-marquee-scale: 0.72;
    --logo-marquee-gap: 30px;
    --logo-marquee-height: 60px;
    margin-top: 42px;
  }

  .mission-section {
    margin-top: 66px;
    margin-bottom: 70px;
  }

  .mission-container {
    width: min(100% - 24px, 760px);
  }

  .mission-card {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
    padding: 34px;
    border-radius: 34px;
  }

  .mission-kicker,
  .mission-headline,
  .mission-copy,
  .mission-photo {
    grid-column: 1;
    grid-row: auto;
  }

  .mission-kicker {
    margin-bottom: -8px;
  }

  .mission-headline {
    font-size: 36px;
    line-height: 1.18;
    white-space: normal;
  }

  .mission-copy {
    text-transform: uppercase;
  }

  .mission-copy h3 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 1.14;
    white-space: normal;
  }

  .mission-copy p {
    max-width: 620px;
    font-size: 15px;
    line-height: 1.75;
  }

  .mission-photo {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 28px;
  }

  .why-section {
    margin-bottom: 70px;
  }

  .why-container {
    width: min(100% - 24px, 760px);
  }

  .why-title {
    font-size: 31px;
    line-height: 1.18;
    white-space: normal;
  }

  .why-card {
    min-height: 220px;
    border-radius: 22px;
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.14);
  }

  .why-card:hover,
  .why-card:focus-within {
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.16);
    transform: translateY(-7px);
  }

  .why-card h3 {
    font-size: 21px;
    line-height: 1.3;
  }

  .why-card p {
    font-size: 16px;
    line-height: 1.55;
  }

  .stats-banner {
    margin-bottom: 70px;
  }

  .stats-banner__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    min-height: 178px;
    padding: 22px 0;
    border-radius: 24px;
    row-gap: 22px;
  }

  .stats-banner__item:not(:last-child)::after {
    display: none;
  }

  .stats-banner__item:nth-child(odd)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-50%);
  }

  .stats-banner__item strong {
    font-size: 34px;
  }

  .order-section {
    margin-bottom: 70px;
  }

  .order-container {
    width: min(100% - 24px, 760px);
    padding: 0 52px;
  }

  .order-heading {
    margin-bottom: 24px;
  }

  .order-heading h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .order-track {
    gap: 22px;
  }

  .order-card {
    width: 238px;
    min-height: 334px;
    flex-basis: 238px;
    border-radius: 22px;
  }

  .order-card__media {
    height: 226px;
    border-radius: 22px 22px 0 0;
  }

  .order-card__measure {
    top: 195px;
  }

  .order-nav {
    top: 254px;
    width: 44px;
    height: 44px;
  }

  .order-nav img {
    width: 44px;
    height: 44px;
  }

  .work-section {
    margin-bottom: 76px;
  }

  .work-container {
    width: min(100% - 24px, 760px);
    gap: 0 22px;
  }

  .work-heading {
    margin-bottom: 34px;
  }

  .work-heading h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .work-step {
    width: 108px;
    height: 108px;
  }

  .work-step::before {
    width: 108px;
    height: 108px;
  }

  .work-step__icon--flower {
    left: 29px;
    top: 25px;
    width: 50px;
    height: 57px;
  }

  .work-step__icon--cart {
    left: 27px;
    top: 29px;
    width: 54px;
    height: 54px;
  }

  .work-step__icon--delivery {
    left: 28px;
    top: 33px;
    width: 53px;
    height: 45px;
  }

  .work-step__number {
    width: 44px;
    height: 44px;
  }

  .work-step__number img {
    width: 55px;
    height: 55px;
  }

  .work-step__number span {
    font-size: 29px;
  }

  .work-copy {
    margin-top: 24px;
  }

  .work-copy h3 {
    font-size: 20px;
    line-height: 1.35;
  }

  .work-copy p {
    font-size: 15px;
    line-height: 1.55;
  }

  .delivery-section {
    margin-bottom: 60px;
    padding-top: 50px;
  }

  .delivery-container {
    width: min(100% - 24px, 760px);
    grid-template-columns: 1fr;
    gap: 20px;
    overflow: hidden;
  }

  .delivery-heading,
  .delivery-card--own,
  .delivery-card--avia,
  .delivery-visual {
    grid-column: 1;
    grid-row: auto;
  }

  .delivery-heading {
    justify-self: start;
    text-align: left;
  }

  .delivery-heading h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .delivery-card {
    min-height: 0;
    border-radius: 22px;
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.14);
  }

  .delivery-visual {
    width: min(100%, 390px);
    max-width: calc(100vw - 40px);
    justify-self: center;
    margin: 8px auto 0;
  }

  .reviews-section {
    margin-bottom: 66px;
  }

  .reviews-container {
    width: min(100% - 24px, 760px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .reviews-heading h2 {
    font-size: 31px;
    line-height: 1.12;
    white-space: normal;
  }

  .review-card {
    min-height: 268px;
    border-radius: 22px;
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.14);
  }

  .review-card__title {
    font-size: 17px;
    line-height: 1.35;
  }

  .review-card__text {
    font-size: 16px;
    line-height: 1.55;
  }

  .contact-section {
    margin-bottom: 70px;
  }

  .contact-container {
    width: min(100% - 24px, 760px);
    min-height: 0;
    grid-template-areas:
      "heading"
      "phone"
      "address"
      "email"
      "time"
      "map";
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-heading {
    margin-bottom: 4px;
  }

  .contact-heading p {
    max-width: 560px;
    font-size: 16px;
    line-height: 1.5;
  }

  .contact-timeline {
    display: none;
  }

  .contact-item {
    min-height: 78px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px 16px 12px 12px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.1);
  }

  .contact-item img {
    width: 58px;
    height: 58px;
  }

  .contact-item div,
  .contact-item--address div,
  .contact-item--time div {
    padding-top: 0;
  }

  .contact-item strong {
    font-size: 16px;
    line-height: 1.35;
  }

  .contact-item span {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.35;
  }

  .contact-map {
    height: auto;
    min-height: 380px;
    aspect-ratio: 16 / 10;
    margin-top: 10px;
    border-width: 5px;
    border-radius: 28px;
  }

  .faq-section {
    margin-bottom: 70px;
  }

  .faq-container {
    width: min(100% - 24px, 760px);
  }

  .faq-heading h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .faq-columns {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 22px;
  }

  .faq-column {
    gap: 14px;
  }

  .faq-item {
    border-radius: 20px;
  }

  .faq-question {
    min-height: 62px;
    padding: 0 20px;
    gap: 14px;
    font-size: 18px;
    line-height: 1.28;
  }

  .faq-panel p {
    margin: -2px 20px 20px;
    font-size: 15px;
    line-height: 1.55;
  }

  .questions-cta-section {
    margin-bottom: 70px;
  }

  .questions-cta-container {
    width: min(100% - 24px, 760px);
    height: auto;
  }

  .questions-cta-banner {
    position: relative;
    top: auto;
    display: grid;
    min-height: 210px;
    grid-template-areas:
      "copy art"
      "telegram art"
      "call art";
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 12px 22px;
    align-items: center;
    padding: 24px;
    border-radius: 25px;
  }

  .questions-cta-copy {
    grid-area: copy;
  }

  .questions-cta-copy h2 {
    font-size: 21px;
  }

  .questions-cta-copy p {
    max-width: 340px;
    font-size: 12px;
    line-height: 1.35;
  }

  .questions-cta-button {
    width: 185px;
    height: 40px;
  }

  .questions-cta-button--telegram {
    grid-area: telegram;
  }

  .questions-cta-button--call {
    grid-area: call;
  }

  .questions-cta__overhang {
    display: none;
  }

  .questions-cta__inside {
    display: block;
    z-index: 1;
  }

  .questions-cta__inside--spray {
    left: auto;
    right: 92px;
    top: 45px;
    width: 128px;
    height: 128px;
  }

  .questions-cta__inside--daisy {
    left: auto;
    right: 34px;
    top: 18px;
    width: 146px;
    height: 146px;
  }

  .questions-cta__inside--rose {
    left: auto;
    right: -18px;
    top: 28px;
    width: 146px;
    height: 146px;
  }

  .site-footer {
    padding: 30px 0 34px;
  }

  .site-footer__inner {
    width: min(100% - 24px, 760px);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px 26px;
  }

  .footer-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .footer-contacts {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    min-width: 220px;
  }

  .footer-nav--company {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-nav--buyers {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-social {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: center;
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .hero {
    padding: 30px 0 44px;
  }

  .hero-container {
    width: calc(100% - 24px);
  }

  .hero-badge {
    max-width: 100%;
    height: 24px;
    font-size: 11px;
    line-height: 22px;
  }

  .hero-title {
    font-size: 34px;
    line-height: 1.14;
  }

  .hero-description {
    margin-top: 16px;
    font-size: 16px;
  }

  .hero-visual {
    width: min(100%, 340px);
    margin-top: 18px;
  }

  .hero-stat {
    width: 132px;
    height: 66px;
    margin-bottom: 0;
    border-radius: 12px;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
  }

  .hero-stat strong {
    font-size: 24px;
  }

  .hero-stat span {
    margin-top: 4px;
    font-size: 11px;
  }

  .hero-features {
    width: min(100%, 330px);
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .hero-feature,
  .hero-feature--fresh,
  .hero-feature--assortment,
  .hero-feature--delivery {
    min-height: 60px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 7px 10px;
    border: 1px solid rgba(0, 190, 112, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    text-align: left;
  }

  .hero-feature img {
    width: 48px;
    height: 54px;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
  }

  .hero-consult,
  .hero-more {
    width: min(100%, 330px);
    height: 52px;
  }

  .hero-consult {
    padding: 14px 24px;
  }

  .logo-marquee {
    --logo-marquee-scale: 0.58;
    --logo-marquee-gap: 24px;
    --logo-marquee-height: 50px;
    margin-top: 30px;
  }

  .mission-section {
    margin-top: 52px;
    margin-bottom: 58px;
  }

  .mission-container {
    width: calc(100% - 24px);
  }

  .mission-card {
    gap: 18px;
    padding: 24px;
    border-radius: 28px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
  }

  .mission-kicker {
    width: max-content;
    max-width: 100%;
    height: 26px;
    padding: 0 11px;
    font-size: 8px;
  }

  .mission-headline {
    font-size: 30px;
    line-height: 1.16;
  }

  .mission-copy h3 {
    font-size: 30px;
  }

  .mission-copy p {
    font-size: 14px;
    line-height: 1.68;
  }

  .mission-photo {
    aspect-ratio: 4 / 3;
    border-radius: 22px;
  }

  .why-section {
    margin-bottom: 58px;
  }

  .why-container {
    width: calc(100% - 24px);
  }

  .why-stage {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .why-kicker {
    width: max-content;
    max-width: 100%;
    height: 26px;
    padding: 0 11px;
    font-size: 8px;
  }

  .why-title {
    margin-top: -6px;
    font-size: 28px;
    line-height: 1.16;
  }

  .why-card {
    min-height: 0;
    padding: 18px;
    border-radius: 20px;
  }

  .why-card img {
    width: 50px;
    height: 50px;
  }

  .why-card h3 {
    margin-top: 14px;
    font-size: 20px;
  }

  .why-card p {
    font-size: 15px;
    line-height: 1.52;
  }

  .stats-banner {
    margin-bottom: 58px;
  }

  .stats-banner__inner {
    width: calc(100% - 24px);
    min-height: 164px;
    padding: 18px 0;
    border-radius: 22px;
    row-gap: 18px;
  }

  .stats-banner__item strong {
    font-size: 30px;
  }

  .stats-banner__item span {
    margin-top: 6px;
    font-size: 10px;
  }

  .order-section {
    margin-bottom: 58px;
  }

  .order-container {
    width: calc(100% - 24px);
    padding: 0;
  }

  .order-heading {
    margin-bottom: 18px;
  }

  .order-eyebrow {
    height: 26px;
    padding: 0 11px;
    font-size: 8px;
  }

  .order-heading h2 {
    font-size: 28px;
  }

  .order-grid {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .order-grid::-webkit-scrollbar {
    display: none;
  }

  .order-track {
    gap: 14px;
    padding-bottom: 16px;
  }

  .order-card {
    width: min(78vw, 250px);
    min-height: 332px;
    flex-basis: min(78vw, 250px);
    scroll-snap-align: start;
  }

  .order-card__media {
    height: 224px;
  }

  .order-card__measure {
    top: 193px;
  }

  .order-card h3 {
    font-size: 19px;
  }

  .order-card strong {
    font-size: 18px;
  }

  .order-nav {
    display: none;
  }

  .work-section {
    margin-bottom: 62px;
  }

  .work-container {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 0 16px;
    width: calc(100% - 24px);
  }

  .work-heading {
    grid-column: 1 / -1;
    margin-bottom: 26px;
  }

  .work-eyebrow {
    height: 26px;
    padding: 0 11px;
    font-size: 8px;
  }

  .work-heading h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .work-line {
    grid-column: 1;
    grid-row: 2 / 8;
    width: 4px;
    height: 100%;
    justify-self: center;
    align-self: stretch;
  }

  .work-step {
    width: 72px;
    height: 72px;
    justify-self: center;
  }

  .work-step::before {
    width: 72px;
    height: 72px;
    box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.2);
  }

  .work-step--choose {
    grid-column: 1;
    grid-row: 2;
  }

  .work-copy--choose {
    grid-column: 2;
    grid-row: 2;
  }

  .work-step--order {
    grid-column: 1;
    grid-row: 4;
  }

  .work-copy--order {
    grid-column: 2;
    grid-row: 4;
  }

  .work-step--delivery {
    grid-column: 1;
    grid-row: 6;
  }

  .work-copy--delivery {
    grid-column: 2;
    grid-row: 6;
  }

  .work-step__icon--flower {
    left: 20px;
    top: 17px;
    width: 33px;
    height: 38px;
  }

  .work-step__icon--cart {
    left: 18px;
    top: 19px;
    width: 36px;
    height: 36px;
  }

  .work-step__icon--delivery {
    left: 18px;
    top: 22px;
    width: 36px;
    height: 31px;
  }

  .work-step__number {
    left: 48px;
    top: -10px;
    width: 34px;
    height: 34px;
  }

  .work-step__number img {
    left: -3px;
    top: -2px;
    width: 42px;
    height: 42px;
  }

  .work-step__number span {
    font-size: 23px;
  }

  .work-copy {
    width: 100%;
    align-self: center;
    margin: 0 0 22px;
    padding: 16px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    text-align: left;
  }

  .work-copy h3 {
    margin-bottom: 8px;
    font-size: 19px;
  }

  .work-copy p {
    font-size: 14px;
  }

  .delivery-section {
    margin-bottom: 52px;
    padding-top: 36px;
  }

  .delivery-container {
    width: calc(100% - 24px);
    gap: 14px;
    justify-items: center;
    overflow: hidden;
  }

  .delivery-heading {
    width: 100%;
    justify-self: stretch;
    text-align: left;
  }

  .delivery-eyebrow {
    height: 26px;
    padding: 0 11px;
    font-size: 8px;
  }

  .delivery-heading h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .delivery-card {
    width: 100%;
    min-width: 0;
    justify-self: stretch;
    padding: 18px;
    border-radius: 20px;
  }

  .delivery-card__icon {
    width: 50px;
    height: 50px;
  }

  .delivery-card h3 {
    margin-top: 12px;
    font-size: 17px;
    white-space: normal;
  }

  .delivery-card p {
    width: 100%;
    min-width: 0;
    font-size: 14px;
    line-height: 1.58;
    overflow-wrap: break-word;
  }

  .delivery-visual {
    width: min(100%, 360px);
    max-width: calc(100vw - 34px);
    height: auto;
    aspect-ratio: 444 / 432;
    justify-self: center;
    margin: 12px auto 0;
    overflow: visible;
  }

  .delivery-visual::before {
    left: -12%;
    top: -4%;
    width: 124%;
    height: 108%;
  }

  .delivery-visual__ring--outer {
    left: 8%;
    top: 5%;
    width: 84%;
    height: 86%;
  }

  .delivery-visual__ring--third {
    left: 15%;
    top: 12%;
    width: 70%;
    height: 72%;
  }

  .delivery-visual__ring--second {
    left: 21.5%;
    top: 18.5%;
    width: 57%;
    height: 59%;
  }

  .delivery-visual__ring--inner {
    left: 28%;
    top: 25%;
    width: 44%;
    height: 45.5%;
  }

  .delivery-visual__truck {
    left: -4%;
    top: 15%;
    width: 108%;
    height: 72%;
    object-fit: contain;
  }

  .delivery-visual__badge {
    left: 53%;
    top: 57%;
  }

  .reviews-section {
    margin-bottom: 54px;
  }

  .reviews-container {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .reviews-eyebrow {
    height: 26px;
    padding: 0 11px;
    font-size: 8px;
  }

  .reviews-heading h2 {
    font-size: 28px;
  }

  .review-card {
    min-height: 0;
    padding: 18px;
    border-radius: 20px;
  }

  .review-card__stars {
    width: 134px;
    height: 20px;
  }

  .review-card__title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.35;
  }

  .review-card__text {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.52;
  }

  .review-card__avatar {
    width: 42px;
    height: 42px;
    margin-top: 16px;
  }

  .review-card__name {
    margin-top: 16px;
    font-size: 17px;
  }

  .review-card__role {
    font-size: 14px;
    white-space: normal;
  }

  .contact-section {
    margin-bottom: 54px;
  }

  .contact-container {
    width: calc(100% - 24px);
    gap: 12px;
  }

  .contact-eyebrow {
    height: 26px;
    padding: 0 11px;
    font-size: 8px;
    line-height: 24px;
  }

  .contact-heading h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .contact-heading p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.45;
  }

  .contact-item {
    min-height: 70px;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 14px 10px 10px;
    border-radius: 20px;
  }

  .contact-item img {
    width: 50px;
    height: 50px;
  }

  .contact-item strong {
    font-size: 15px;
    line-height: 1.32;
  }

  .contact-item span {
    font-size: 12px;
    white-space: normal;
  }

  .contact-map {
    min-height: 300px;
    aspect-ratio: 4 / 3;
    border-width: 4px;
    border-radius: 24px;
  }

  .faq-section {
    margin-bottom: 54px;
  }

  .faq-container {
    width: calc(100% - 24px);
  }

  .faq-eyebrow {
    height: 26px;
    padding: 0 11px;
    font-size: 8px;
    line-height: 24px;
  }

  .faq-heading h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .faq-columns {
    gap: 12px;
    margin-top: 18px;
  }

  .faq-column {
    gap: 12px;
  }

  .faq-item {
    border-radius: 18px;
  }

  .faq-question {
    min-height: 58px;
    padding: 0 16px;
    gap: 12px;
    font-size: 16px;
    line-height: 1.28;
  }

  .faq-question img {
    width: 8px;
    height: 16px;
  }

  .faq-panel p {
    margin: -1px 16px 17px;
    font-size: 14px;
    line-height: 1.5;
  }

  .questions-cta-section {
    margin-bottom: 54px;
  }

  .questions-cta-container {
    width: calc(100% - 24px);
  }

  .questions-cta-banner {
    min-height: 302px;
    grid-template-areas:
      "copy"
      "telegram"
      "call";
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: start;
    gap: 12px;
    padding: 22px 18px 122px;
    border-radius: 24px;
    text-align: center;
  }

  .questions-cta-copy {
    width: 100%;
  }

  .questions-cta-copy h2 {
    font-size: 20px;
    white-space: normal;
  }

  .questions-cta-copy p {
    max-width: 310px;
    margin: 7px auto 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .questions-cta-button {
    width: min(100%, 286px);
    height: 42px;
  }

  .questions-cta-button--telegram {
    justify-content: center;
    padding-left: 0;
  }

  .questions-cta__inside--spray {
    left: 39%;
    right: auto;
    top: auto;
    bottom: -42px;
    width: 130px;
    height: 130px;
    transform: translateX(-50%) rotate(180deg) scaleY(-1);
  }

  .questions-cta__inside--daisy {
    left: 53%;
    right: auto;
    top: auto;
    bottom: -58px;
    width: 148px;
    height: 148px;
    transform: translateX(-50%) rotate(-3.37deg);
  }

  .questions-cta__inside--rose {
    left: 67%;
    right: auto;
    top: auto;
    bottom: -42px;
    width: 140px;
    height: 140px;
    transform: translateX(-50%) rotate(15deg);
  }

  .site-footer {
    padding: 28px 0 32px;
  }

  .site-footer__inner {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-brand,
  .footer-contacts,
  .footer-nav--company,
  .footer-nav--buyers,
  .footer-social {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
  }

  .footer-brand {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-brand__text,
  .footer-brand__copy {
    max-width: 300px;
  }

  .footer-nav,
  .footer-contacts {
    align-items: center;
    text-align: center;
  }

  .footer-nav {
    gap: 6px;
  }

  .footer-contacts {
    min-width: 0;
  }

  .footer-contact {
    justify-content: center;
  }

  .footer-social {
    justify-content: center;
    gap: 28px;
  }

  .logo-marquee__track {
    animation-duration: 72s;
  }

  .logo-marquee__viewport {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 89%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 89%, transparent 100%);
  }
}

@media (max-width: 420px) {
  .site-header .site-container {
    width: calc(100% - 18px);
  }

  .crisal-header {
    padding-left: 13px;
    padding-right: 10px;
  }

  .crisal-logo {
    width: 124px;
    height: 38px;
    flex-basis: 124px;
  }

  .crisal-logo__mark {
    width: 48px;
    height: 37.8px;
  }

  .crisal-logo__text {
    left: 51px;
    top: 5px;
    font-size: 22px;
  }

  .crisal-burger {
    width: 44px;
    height: 44px;
  }

  .crisal-menu {
    padding: 12px;
    border-radius: 21px;
  }

  .crisal-nav {
    gap: 7px;
    font-size: 12px;
  }

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

  .hero-description {
    font-size: 15px;
  }

  .hero-consult,
  .hero-more {
    max-width: 100%;
  }

  .logo-marquee {
    --logo-marquee-scale: 0.5;
    --logo-marquee-gap: 20px;
    --logo-marquee-height: 44px;
  }

  .mission-card {
    padding: 20px;
    border-radius: 24px;
  }

  .mission-headline,
  .mission-copy h3 {
    font-size: 26px;
  }

  .mission-copy p {
    font-size: 13px;
    line-height: 1.62;
  }

  .mission-photo {
    border-radius: 18px;
  }

  .why-title {
    font-size: 25px;
  }

  .why-card {
    padding: 16px;
  }

  .why-card img {
    width: 46px;
    height: 46px;
  }

  .why-card h3 {
    font-size: 19px;
  }

  .why-card p {
    font-size: 14px;
  }

  .stats-banner__inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
    gap: 16px;
    border-radius: 20px;
  }

  .stats-banner__item:nth-child(odd)::after {
    display: none;
  }

  .stats-banner__item {
    min-height: 72px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
  }

  .stats-banner__item strong {
    font-size: 29px;
  }

  .order-heading h2 {
    font-size: 25px;
  }

  .order-card {
    width: min(84vw, 248px);
    min-height: 324px;
    flex-basis: min(84vw, 248px);
    border-radius: 20px;
  }

  .order-card__media {
    height: 214px;
    border-radius: 20px 20px 0 0;
  }

  .order-card__measure {
    top: 183px;
  }

  .order-card h3 {
    margin-top: 9px;
    font-size: 18px;
  }

  .order-card p {
    font-size: 11px;
  }

  .order-card strong {
    margin-bottom: 11px;
    font-size: 17px;
  }

  .work-heading h2 {
    font-size: 25px;
  }

  .work-container {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 0 12px;
  }

  .work-step {
    width: 62px;
    height: 62px;
  }

  .work-step::before {
    width: 62px;
    height: 62px;
  }

  .work-step__icon--flower {
    left: 17px;
    top: 15px;
    width: 29px;
    height: 33px;
  }

  .work-step__icon--cart {
    left: 16px;
    top: 17px;
    width: 31px;
    height: 31px;
  }

  .work-step__icon--delivery {
    left: 16px;
    top: 20px;
    width: 31px;
    height: 26px;
  }

  .work-step__number {
    left: 41px;
    width: 31px;
    height: 31px;
  }

  .work-step__number img {
    width: 39px;
    height: 39px;
  }

  .work-step__number span {
    font-size: 21px;
  }

  .work-copy {
    padding: 14px;
  }

  .work-copy h3 {
    font-size: 17px;
  }

  .work-copy p {
    font-size: 13px;
  }

  .delivery-heading h2 {
    font-size: 25px;
  }

  .delivery-card {
    padding: 16px;
  }

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

  .delivery-card p {
    font-size: 13px;
  }

  .delivery-visual {
    width: min(100%, 326px);
    max-width: calc(100vw - 30px);
  }

  .delivery-visual::before {
    left: -10%;
    top: -2%;
    width: 120%;
    height: 104%;
  }

  .delivery-visual__badge {
    width: 134px;
    height: 54px;
    border-radius: 12px;
  }

  .delivery-visual__badge img {
    width: 14px;
    height: 14px;
    margin: 10px 0 0 9px;
  }

  .delivery-visual__badge span {
    width: 96px;
    margin: 7px 0 0 8px;
    font-size: 9px;
  }

  .reviews-heading h2 {
    font-size: 25px;
  }

  .review-card {
    padding: 16px;
  }

  .review-card__title {
    font-size: 15px;
  }

  .review-card__text {
    font-size: 14px;
  }

  .review-card__stars {
    width: 126px;
    height: 19px;
  }

  .review-card__name {
    font-size: 16px;
  }

  .review-card__role {
    font-size: 13px;
  }

  .contact-heading h2 {
    font-size: 25px;
  }

  .contact-heading p {
    font-size: 14px;
  }

  .contact-item {
    min-height: 66px;
    padding: 9px 12px 9px 9px;
    border-radius: 18px;
  }

  .contact-item strong {
    font-size: 14px;
  }

  .contact-map {
    min-height: 260px;
    border-radius: 20px;
  }

  .faq-heading h2 {
    font-size: 25px;
  }

  .faq-item {
    border-radius: 16px;
  }

  .faq-question {
    min-height: 56px;
    padding: 0 14px;
    font-size: 15px;
  }

  .faq-panel p {
    margin: -1px 14px 16px;
    font-size: 13px;
  }

  .questions-cta-banner {
    min-height: 286px;
    padding: 20px 14px 112px;
    border-radius: 20px;
  }

  .questions-cta-copy h2 {
    font-size: 19px;
  }

  .questions-cta-copy p {
    font-size: 11px;
  }

  .questions-cta-button {
    height: 40px;
    font-size: 12px;
  }

  .questions-cta__inside--spray {
    left: 36%;
    bottom: -38px;
    width: 116px;
    height: 116px;
  }

  .questions-cta__inside--daisy {
    left: 53%;
    bottom: -52px;
    width: 132px;
    height: 132px;
  }

  .questions-cta__inside--rose {
    left: 70%;
    bottom: -38px;
    width: 124px;
    height: 124px;
  }

  .site-footer {
    padding: 24px 0 28px;
  }

  .site-footer__inner {
    width: calc(100% - 18px);
    gap: 22px;
  }

  .footer-logo {
    width: 124px;
    height: 38px;
  }

  .footer-logo img {
    width: 48px;
    height: 38px;
  }

  .footer-logo span {
    left: 51px;
    top: 5px;
    font-size: 22px;
  }

  .footer-brand__text,
  .footer-brand__copy {
    max-width: 270px;
    font-size: 11px;
    line-height: 1.35;
  }

  .footer-nav h2,
  .footer-contacts h2 {
    font-size: 16px;
  }

  .footer-nav a,
  .footer-contact {
    font-size: 14px;
  }

  .footer-social__link,
  .footer-social__link img {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 720px) {
  .routes-grid {
    grid-template-columns: 1fr;
  }

  .route-card--wide {
    grid-column: auto;
  }
}
