/* Design v2.0 — 1440px artboard */

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/BebasNeueCyrillic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #007c28;
  --green-hover: #026a32;
  --black: #000000;
  --white: #ffffff;
  --beige: #fdecd7;
  --text: #000000;
  --page: 1440px;
  --gutter: 135px;
  --content: 1170px;
  --font-display: "Bebas Neue Cyrillic", "Bebas Neue", Impact, sans-serif;
  --font-body: "Montserrat", sans-serif;
  --font-script: "Bad Script", cursive;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--text);
  background: #111;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

.page {
  width: 100%;
  max-width: var(--page);
  margin: 0 auto;
  background: var(--black);
  overflow: hidden;
}

@media (min-width: 1200px) {
  .page {
    width: var(--page);
    min-width: var(--page);
  }
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 16px 24px;
  border-radius: 16px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  border: 1px solid transparent;
}

.btn--primary {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
}

.btn--primary:hover {
  background: var(--green-hover);
  border-color: var(--green-hover);
}

.btn--outline {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--green);
}

.btn--outline:hover {
  background: rgba(0, 124, 40, 0.15);
  border-color: var(--green);
}

.btn--compact {
  min-height: 44px;
  padding: 12px 24px;
}

/* Section titles */

.section-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
}

.section-title--dark {
  color: var(--black);
}

.section-title--green {
  color: var(--green);
}

.section-title--center {
  text-align: center;
  color: var(--black);
}

.section-title--recipes {
  color: var(--green);
}

.section-title__white {
  color: var(--white);
}

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

/* Checks */

.check {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  background: center / contain no-repeat;
}

.check--dark {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  background-image: url("../images/arrow.svg");
}

.check--green {
  background-image: url("../images/arrow.svg");
}

/* ========== HERO ========== */

.hero {
  position: relative;
  height: 800px;
  color: var(--white);
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background: url("../images/img_Rectangle_176.png") center / cover no-repeat;
}

.hero__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.hero__header {
  position: absolute;
  left: 142px;
  top: 40px;
  z-index: 3;
}

.hero__logos {
  width: 330px;
  height: 61px;
  object-fit: contain;
  object-position: left center;
}

.hero__content {
  position: absolute;
  left: 135px;
  top: 165px;
  z-index: 3;
  width: 560px;
}

.hero__title {
  margin: 0;
  width: 520px;
  height: 225px;
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: none;
  overflow: visible;
}

.hero__title-line {
  display: block;
  white-space: nowrap;
  line-height: 1;
}

.hero__title-line--lg {
  font-size: 140px;
  line-height: 140px;
  letter-spacing: 0;
}

.hero__title-line--md {
  font-size: 96px;
  line-height: 85px;
}

.hero__subtitle {
  position: absolute;
  left: 0;
  top: 249px; /* 414 - 165 */
  margin: 0;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}

.hero__lead {
  position: absolute;
  left: 0;
  top: 331px; /* 496 - 165 */
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  max-width: 370px;
}

.hero__traits {
  position: absolute;
  left: 0;
  top: 421px; /* 586 - 165 */
  margin: 0;
}

.hero__traits img {
  width: 419px;
  height: 82px;
  object-fit: contain;
}

.hero__actions {
  position: absolute;
  left: 0;
  top: 543px; /* 708 - 165 */
  display: flex;
  gap: 24px;
  align-items: center;
}

.hero__visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.hero__chef {
  position: absolute;
  left: 554px;
  top: 0;
  width: 602px;
  height: 800px;
  object-fit: cover;
  object-position: center top;
}

.hero__products {
  position: absolute;
  left: 943px;
  top: 105px;
  width: 519px;
  height: 695px;
  object-fit: contain;
}

/* ========== TRUST ========== */

.trust {
  position: relative;
  z-index: 3;
  height: 572px;
  background: var(--beige);
  overflow: visible;
}

.trust__bg {
  position: absolute;
  inset: 0;
  background: url("../images/bg-trust.png") center top / cover no-repeat;
}

.trust__inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.trust .section-title {
  position: absolute;
  left: 135px;
  top: 64px; /* 864 - 800 */
  color: var(--black);
}

.trust .section-title .accent {
  color: var(--green);
}

.trust__list {
  position: absolute;
  left: 135px;
  top: 168px; /* 968 - 800 */
  width: 421px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.trust__list li {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  font-size: 18px;
  line-height: 22px;
}

.trust__photo {
  position: absolute;
  left: 560px;
  top: -6px; /* 794 - 800 */
  width: 497px;
  z-index: 2;
  pointer-events: none;
}

.trust__photo img {
  width: 100%;
  height: auto;
}

.trust__stats {
  position: absolute;
  left: 1063px;
  top: 144px; /* 944 - 800 */
  width: 242px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.stat__row {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.stat__num {
  font-family: var(--font-display);
  font-size: 68px;
  line-height: 68px;
  color: var(--green);
}

.stat__unit {
  display: flex;
  flex-direction: column;
  padding-top: 1px;
}

.stat__unit-main {
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 36px;
}

.stat__unit-sub {
  font-size: 16px;
  line-height: 20px;
  margin-top: 2px;
}

.trust__quote {
  position: absolute;
  left: 872px;
  top: 481px; /* 1281 - 800 */
  width: 433px;
  z-index: 3;
  transform: rotate(-4deg);
  transform-origin: center center;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.18));
}

.trust__quote img {
  width: 100%;
  height: auto;
}

/* ========== WHY ========== */
/* Section starts at y=1372 in artboard; trust ends 1372 */

.why {
  position: relative;
  z-index: 2;
  height: 502px; /* 1874 - 1372 */
  margin-top: 0;
  color: var(--white);
  background: var(--black);
  overflow: visible;
}

.why__bg {
  position: absolute;
  left: 0;
  top: -4px; /* bg at 1376 */
  width: 1440px;
  height: 498px;
  background: url("../images/bg-why.png") center / cover no-repeat;
}

.why__inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.why .section-title {
  position: absolute;
  left: 135px;
  top: 64px; /* 1436 - 1372 */
  max-width: 370px;
  margin: 0;
}

.why__text {
  position: absolute;
  left: 134px;
  top: 168px; /* 1540 - 1372 */
  width: 501px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  line-height: 22px;
}

.why__text-strong {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-weight: 700;
  max-width: 400px;
}

.why__packs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  overflow: visible;
}

.why__pack {
  position: absolute;
}

.why__pack--1 {
  left: 651px;
  top: 85px; /* 1457 - 1372 */
  width: 203px;
}

.why__pack--2 {
  left: 816px;
  top: 142px; /* 1514 - 1372 */
  width: 254px;
  z-index: 2;
}

.why__pack--3 {
  left: 640px;
  top: 294px; /* 1666 - 1372 */
  width: 245px;
  z-index: 4;
}

.why__icons {
  position: absolute;
  left: 1063px;
  top: 183px; /* 1555 - 1372 */
  width: 242px;
}

/* ========== PRODUCTS ========== */
/* Section visual starts ~1874; content title at 1943 */

.products {
  position: relative;
  z-index: 1;
  min-height: 598px; /* 2472 - 1874 */
  background: var(--beige);
  overflow: hidden;
  padding-bottom: 24px;
}

.products__bg {
  position: absolute;
  inset: 0;
  background: url("../images/bg-products.png") center top / cover no-repeat;
}

.products__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 69px var(--gutter) 0; /* 1943 - 1874 */
}

.products .section-title {
  margin: 0 0 24px;
}

.products__intro {
  max-width: 896px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}

.products__intro strong {
  font-weight: 700;
}

.products__slider {
  position: relative;
  overflow: visible;
  padding-bottom: 48px;
}

.products__slider .swiper-wrapper {
  align-items: stretch;
}

.products__slider .swiper-slide {
  width: 170px;
  height: auto;
}

.product-card {
  width: 170px;
}

.product-card__image img {
  width: 170px;
  height: 281px;
  object-fit: contain;
  object-position: top center;
}

.products__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.products__pagination.swiper-pagination-bullets {
  position: static;
  width: auto;
  display: flex;
  gap: 12px;
}

.products__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background: transparent;
  border: 1px solid var(--green);
  opacity: 1;
}

.products__pagination .swiper-pagination-bullet-active {
  background: var(--green);
}

.slider-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--green);
  border-radius: 50%;
  background: transparent center / 12px no-repeat;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.slider-btn--prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' fill='none'%3E%3Cpath stroke='%23007c28' stroke-width='1.5' d='M10 1 2 10l8 9'/%3E%3C/svg%3E");
}

.slider-btn--next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' fill='none'%3E%3Cpath stroke='%23007c28' stroke-width='1.5' d='m2 1 8 9-8 9'/%3E%3C/svg%3E");
}

.slider-btn:hover {
  background-color: rgba(0, 124, 40, 0.08);
}

/* ========== RECIPES ========== */

.recipes {
  position: relative;
  min-height: 803px;
  color: var(--white);
  background: var(--black);
}

.recipes__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.55) 100%),
    url("../images/bg-recipes.png") center / cover no-repeat;
}

.recipes__inner {
  position: relative;
  z-index: 1;
  padding: 66px var(--gutter) 40px;
  min-height: 803px;
}

.recipes__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.recipes__mid {
  display: grid;
  grid-template-columns: 485px 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 48px;
  min-height: 260px;
}

.recipes__rules-title {
  margin: 0 0 24px;
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: var(--green);
}

.recipes__rules {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.recipes__rules li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 18px;
  line-height: 22px;
}

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

.recipes__brands img {
  width: 557px;
  max-width: 100%;
  height: auto;
}

.recipes__slider {
  position: relative;
  padding-bottom: 8px;
  overflow: hidden;
  margin-bottom: 32px;
}

.recipes__slider .swiper-slide {
  width: 210px;
}

.recipe-card {
  display: block;
  width: 210px;
  color: var(--white);
}

.recipe-card--img img {
  width: 210px;
  height: 183px;
  object-fit: contain;
  object-position: top center;
}

.recipe-card__media {
  position: relative;
  width: 210px;
  height: 118px;
  border-radius: 12px;
  overflow: hidden;
  background: #222;
}

.recipe-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

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

.recipe-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
}

.recipe-card__play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent var(--green);
}

.recipe-card__title {
  margin: 16px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.recipe-card__desc {
  margin-top: 8px;
  font-size: 8px;
  line-height: 10px;
  opacity: 0.85;
}

.recipes__pagination.swiper-pagination-bullets {
  position: static;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.recipes__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background: transparent;
  border: 1px solid var(--green);
  opacity: 1;
}

.recipes__pagination .swiper-pagination-bullet-active {
  background: var(--green);
}

.recipes__dzen {
  margin-top: 8px;
}

.recipes__dzen-link {
  display: inline-block;
  line-height: 0;
  transition: opacity 0.2s ease;
}

.recipes__dzen-link:hover {
  opacity: 0.85;
}

.recipes__dzen-link img {
  width: 97px;
  height: 52px;
  object-fit: contain;
}

.recipes__dzen p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 17px;
}

/* ========== Responsive: tablet + phone (< 1200px) ========== */

@media (max-width: 1199px) {
  :root {
    --gutter: 48px;
  }

  .hero,
  .trust,
  .why {
    height: auto;
    min-height: 0;
  }

  .hero {
    padding-bottom: 0;
  }

  .hero__bg {
    background-position: 70% center;
  }

  .hero__header,
  .hero__content,
  .hero__subtitle,
  .hero__lead,
  .hero__traits,
  .hero__actions,
  .trust .section-title,
  .trust__list,
  .trust__photo,
  .trust__stats,
  .trust__quote,
  .why .section-title,
  .why__text,
  .why__packs,
  .why__icons {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .hero__inner {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 32px var(--gutter) 0;
  }

  .hero__header {
    margin-bottom: 28px;
  }

  .hero__logos {
    width: min(280px, 70vw);
    height: auto;
  }

  .hero__content {
    width: auto;
    max-width: 560px;
    z-index: 3;
  }

  .hero__title {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .hero__title-line--lg {
    font-size: 96px;
    line-height: 1;
  }

  .hero__title-line--md {
    font-size: 64px;
    line-height: 1;
  }

  .hero__subtitle,
  .hero__lead,
  .hero__traits {
    margin: 0 0 20px;
  }

  .hero__lead {
    max-width: 420px;
  }

  .hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 0 24px;
  }

  .hero__visual {
    position: relative;
    height: 480px;
    margin-top: 8px;
    pointer-events: none;
    z-index: 2;
  }

  .hero__chef {
    position: absolute;
    left: 50%;
    top: 0;
    width: min(420px, 70%);
    height: 100%;
    transform: translateX(-55%);
    object-fit: cover;
    object-position: center top;
  }

  .hero__products {
    position: absolute;
    left: 48%;
    top: 48px;
    width: min(360px, 55%);
    height: auto;
    object-fit: contain;
  }

  /* --- Trust --- */

  .trust {
    overflow: visible;
  }

  .trust__bg {
    background-position: center top;
  }

  .trust__inner {
    display: flex;
    flex-direction: column;
    gap: 28px;
    height: auto;
    padding: 48px var(--gutter) 64px;
  }

  .trust .section-title {
    position: relative;
  }

  .trust__list {
    width: 100%;
    max-width: 520px;
    gap: 16px;
  }

  .trust__photo {
    width: min(420px, 100%);
    margin: 0 auto;
    z-index: 1;
  }

  .trust__stats {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 40px;
  }

  .trust__quote {
    width: min(400px, 100%);
    margin: 8px auto 0;
    transform: rotate(-3deg);
  }

  /* --- Why --- */

  .why {
    overflow: visible;
  }

  .why__bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
  }

  .why__inner {
    display: flex;
    flex-direction: column;
    gap: 28px;
    height: auto;
    padding: 48px var(--gutter) 56px;
  }

  .why .section-title {
    max-width: 420px;
  }

  .why__text {
    width: 100%;
    max-width: 560px;
    gap: 16px;
  }

  .why__text-strong {
    max-width: none;
  }

  .why__packs {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 520px;
    margin: 8px auto 0;
    height: auto;
    pointer-events: none;
  }

  .why__pack {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    flex: 1 1 0;
    max-width: 180px;
  }

  .why__pack--1,
  .why__pack--2,
  .why__pack--3 {
    left: auto;
    top: auto;
    width: 100%;
    z-index: 1;
  }

  .why__pack--2 {
    z-index: 2;
    transform: translateY(12px);
  }

  .why__icons {
    width: min(242px, 70%);
    margin: 8px auto 0;
  }

  /* --- Products --- */

  .products {
    min-height: 0;
    padding-bottom: 32px;
  }

  .products__inner {
    padding: 48px var(--gutter) 0;
  }

  .products__intro {
    max-width: 100%;
    margin-bottom: 32px;
    text-align: left;
  }

  .products__slider {
    padding-bottom: 24px;
  }

  .products__slider .swiper-slide,
  .product-card {
    width: 160px;
  }

  .product-card__image img {
    width: 160px;
    height: 264px;
  }

  /* --- Recipes --- */

  .recipes {
    min-height: 0;
  }

  .recipes__inner {
    padding: 48px var(--gutter) 40px;
    min-height: 0;
  }

  .recipes__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
  }

  .recipes__mid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 36px;
    min-height: 0;
  }

  .recipes__brands {
    justify-content: flex-start;
  }

  .recipes__brands img {
    width: min(480px, 100%);
  }

  .recipes__slider {
    margin-bottom: 28px;
  }

  .recipes__slider .swiper-slide,
  .recipe-card {
    width: 200px;
  }

  .recipe-card--img img {
    width: 200px;
    height: 174px;
  }
}

/* ========== Phone (≤ 767px) ========== */

@media (max-width: 767px) {
  :root {
    --gutter: 20px;
  }

  .btn {
    min-height: 48px;
  }

  .hero__inner {
    padding: 24px var(--gutter) 0;
  }

  .hero__header {
    margin-bottom: 20px;
  }

  .hero__logos {
    width: min(220px, 72vw);
  }

  .hero__title {
    width: 100%;
    margin-bottom: 16px;
  }

  .hero__title-line {
    white-space: normal;
  }

  .hero__title-line--lg {
    font-size: 64px;
    line-height: 0.95;
  }

  .hero__title-line--md {
    font-size: 40px;
    line-height: 1;
  }

  .hero__subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .hero__lead {
    font-size: 16px;
    line-height: 20px;
    max-width: none;
    margin-bottom: 16px;
  }

  .hero__traits {
    margin-bottom: 20px;
  }

  .hero__traits img {
    width: 100%;
    max-width: 340px;
    height: auto;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 8px;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .hero__visual {
    height: 360px;
    margin-left: calc(-1 * var(--gutter));
    margin-right: calc(-1 * var(--gutter));
    width: calc(100% + 2 * var(--gutter));
  }

  .hero__chef {
    left: 50%;
    width: min(320px, 85%);
    transform: translateX(-50%);
  }

  .hero__products {
    display: none;
  }

  .section-title {
    font-size: 32px;
    line-height: 34px;
  }

  .trust__inner,
  .why__inner,
  .products__inner,
  .recipes__inner {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }

  .trust__inner {
    padding-top: 40px;
    padding-bottom: 48px;
    gap: 24px;
  }

  .trust__list {
    gap: 14px;
  }

  .trust__list li {
    gap: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .check--dark {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .trust__photo {
    width: min(300px, 85%);
  }

  .trust__stats {
    flex-direction: column;
    gap: 20px;
  }

  .stat__num {
    font-size: 48px;
    line-height: 48px;
  }

  .stat__unit-main {
    font-size: 28px;
    line-height: 28px;
  }

  .trust__quote {
    width: min(320px, 92%);
    margin-top: 4px;
  }

  .why__inner {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 20px;
  }

  .why__text {
    font-size: 16px;
    line-height: 20px;
    gap: 14px;
  }

  .why__text-strong {
    gap: 12px;
  }

  .why__packs {
    max-width: 100%;
    gap: 4px;
  }

  .why__pack {
    max-width: 120px;
  }

  .why__pack--2 {
    transform: translateY(8px);
  }

  .why__icons {
    width: min(200px, 60%);
  }

  .products__inner {
    padding-top: 40px;
  }

  .products .section-title {
    text-align: left;
    margin-bottom: 16px;
  }

  .products__intro {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .products__slider .swiper-slide,
  .product-card {
    width: auto;
  }

  .product-card {
    width: 100%;
  }

  .product-card__image img {
    width: 100%;
    height: auto;
  }

  .products__nav {
    gap: 12px;
    margin-top: 16px;
  }

  .recipes__inner {
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .recipes__top {
    margin-bottom: 20px;
  }

  .recipes__all {
    width: 100%;
  }

  .recipes__rules-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .recipes__rules {
    gap: 14px;
  }

  .recipes__rules li {
    gap: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .recipes__mid {
    gap: 24px;
    margin-bottom: 28px;
  }

  .recipes__slider .swiper-slide,
  .recipe-card {
    width: 168px;
  }

  .recipe-card--img img {
    width: 168px;
    height: 146px;
  }

  .recipes__dzen-link img {
    width: 97px;
    height: auto;
  }
}
