@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/poppins-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/poppins-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/poppins-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/poppins-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/poppins-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/poppins-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/poppins-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/poppins-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  margin: 0;
  min-height: 100vh;
  background-color: #ffffff;
  color: #2d262b;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class],
ol[class] {
  margin: 0;
  padding: 0;
  list-style: none;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

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

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

address {
  font-style: normal;
}

:target {
  scroll-margin-top: 90px;
}

::selection {
  background-color: #c3d8b1;
  color: #1b1719;
}

.title-hero {
  font-size: clamp(32px, 22.8163265306px + 2.4489795918vw, 62px);
  font-weight: 400;
  line-height: 1.35;
  color: #2d262b;
}
.title-hero em,
.title-hero .is-accent {
  font-style: normal;
  font-weight: 700;
  color: #3f8104;
  white-space: nowrap;
}

.title-section {
  font-size: clamp(30px, 26.3265306122px + 0.9795918367vw, 42px);
  font-weight: 600;
  line-height: 1.35;
  color: #2d262b;
}

.title-block {
  font-size: clamp(30px, 26.9387755102px + 0.8163265306vw, 40px);
  font-weight: 600;
  line-height: 1.35;
  color: #2d262b;
}

.title-card {
  font-size: clamp(24px, 22.7755102041px + 0.3265306122vw, 28px);
  font-weight: 600;
  line-height: 1.35;
  color: #2d262b;
}

.lead {
  font-size: clamp(16px, 13.5510204082px + 0.6530612245vw, 24px);
  line-height: 1.5;
  color: #40363c;
}

.body-text {
  font-size: 16px;
  line-height: 1.75;
  color: #40363c;
}

.body-sm {
  font-size: clamp(14px, 13.693877551px + 0.0816326531vw, 15px);
  line-height: 1.75;
  color: #40363c;
}

.title-leaf {
  font-size: clamp(22px, 15.8775510204px + 1.6326530612vw, 42px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}
@media (min-width: 992px) {
  .title-leaf {
    gap: 10px;
  }
}
.title-leaf__icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
}
@media (min-width: 992px) {
  .title-leaf__icon {
    width: 32px;
    height: 32px;
  }
}
.title-leaf__icon--flip {
  transform: scaleX(-1);
}

.fc-container {
  width: min(100% - 2 * 16px, 1362px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .fc-container {
    width: min(100% - 2 * 24px, 1362px);
  }
}
@media (min-width: 1200px) {
  .fc-container {
    width: min(100% - 2 * 32px, 1362px);
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 300;
  padding: 12px 20px;
  background-color: #3f8104;
  border-radius: 0 0 8px 8px;
  color: #ffffff;
  font-weight: 600;
  transition: top 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.skip-link:focus {
  top: 0;
}

.is-hidden {
  display: none !important;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
  }
}
.fc-btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 44px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.fc-btn:focus-visible {
  outline: 2px solid #3f8104;
  outline-offset: 3px;
}
@media (min-width: 992px) {
  .fc-btn {
    padding: 14px 32px;
  }
}
.fc-btn__icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
}
.fc-btn--icon {
  padding-left: 32px;
  padding-right: 24px;
}
.fc-btn:active {
  transform: translateY(1px);
}
.fc-btn--primary {
  background-image: linear-gradient(104deg, #3f8104 0%, #659a36 100%);
  color: #f9f9f6;
  filter: drop-shadow(0 4px 8px rgba(35, 71, 2, 0.25));
}
.fc-btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background-image: linear-gradient(104deg, #397504 0%, #3f8104 100%);
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.fc-btn--primary:hover::before {
  opacity: 1;
}
.fc-btn--outline {
  background-color: transparent;
  border-color: #3f8104;
  color: #3f8104;
}
.fc-btn--outline:hover {
  background-color: #ecf2e6;
}
.fc-btn--ghost {
  background-color: transparent;
  border-color: #c4c1c3;
  color: #40363c;
}
.fc-btn--ghost:hover {
  border-color: #40363c;
}
.fc-btn--block {
  width: 100%;
}
.fc-btn--sm {
  padding: 12px 24px;
  font-size: 15px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 14px;
  background-color: transparent;
  border: 1px solid #c4c1c3;
  border-radius: 44px;
  color: #40363c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
  white-space: nowrap;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.tab:focus-visible {
  outline: 2px solid #3f8104;
  outline-offset: 3px;
}
@media (min-width: 992px) {
  .tab {
    padding: 12px 16px;
    font-size: 15px;
  }
}
.tab__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}
@media (min-width: 992px) {
  .tab__icon {
    width: 24px;
    height: 24px;
  }
}
.tab:hover {
  border-color: #40363c;
  color: #2d262b;
}
.tab.is-active, .tab.active, .tab[aria-selected=true] {
  background-color: #40363c;
  border-color: #40363c;
  color: #f9f9f6;
}

.tab--type {
  padding: 10px 15px;
  color: #7f787c;
  font-size: 14px;
}
@media (min-width: 992px) {
  .tab--type {
    padding: 10px 18px 10px 16px;
    font-size: 18px;
  }
}
.tab--type.is-active, .tab--type.active, .tab--type[aria-selected=true] {
  background-color: transparent;
  border-color: #3f8104;
  color: #3f8104;
}

.segmented {
  display: inline-flex;
  align-self: flex-start;
}
.segmented__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #c4c1c3;
  color: #7f787c;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.15;
  white-space: nowrap;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.segmented__item:focus-visible {
  outline: 2px solid #3f8104;
  outline-offset: 2px;
}
@media (min-width: 992px) {
  .segmented__item {
    font-size: 16px;
  }
}
.segmented__item:first-child {
  padding-left: 20px;
  border-radius: 100px 0 0 100px;
}
.segmented__item:last-child {
  padding-right: 20px;
  border-left-width: 0;
  border-radius: 0 100px 100px 0;
}
.segmented__item.is-active, .segmented__item.active, .segmented__item[aria-selected=true] {
  background-color: #40363c;
  border-color: #40363c;
  color: #f9f9f6;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.logo:focus-visible {
  outline: 2px solid #3f8104;
  outline-offset: 3px;
}
@media (min-width: 992px) {
  .logo {
    gap: 8px;
  }
}
.logo__mark {
  flex: 0 0 auto;
  width: 63px;
  height: 42px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .logo__mark {
    width: 81px;
    height: 54px;
  }
}
.logo__type {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.logo__name {
  width: 76px;
  height: auto;
}
@media (min-width: 992px) {
  .logo__name {
    width: 98px;
  }
}
.logo__city {
  width: 36px;
  height: auto;
}
@media (min-width: 992px) {
  .logo__city {
    width: 46px;
  }
}
.logo--footer .logo__mark {
  width: 63px;
  height: 42px;
}
@media (min-width: 992px) {
  .logo--footer .logo__mark {
    width: 101px;
    height: 67px;
  }
}
.logo--footer .logo__name {
  width: 76px;
}
@media (min-width: 992px) {
  .logo--footer .logo__name {
    width: 121px;
  }
}
.logo--footer .logo__city {
  width: 36px;
}
@media (min-width: 992px) {
  .logo--footer .logo__city {
    width: 58px;
  }
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 0.4s;
}
.drawer.is-open {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
@media (min-width: 992px) {
  .drawer {
    display: none;
  }
}
.drawer__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(27, 23, 25, 0.5);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.drawer__panel {
  position: absolute;
  inset-block: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(320px, 88vw);
  padding: 20px;
  background-color: #ffffff;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.drawer.is-open .drawer__overlay {
  opacity: 1;
}
.drawer.is-open .drawer__panel {
  transform: translateX(0);
}
.drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #f9f9f6;
  border: 1px solid #ebebe3;
  border-radius: 12px;
  color: #2d262b;
  font-size: 22px;
  line-height: 1;
}
.drawer__close:focus-visible {
  outline: 2px solid #3f8104;
  outline-offset: 3px;
}
.drawer__close:hover {
  background-color: #ebebe3;
}
.drawer__nav {
  display: flex;
  flex-direction: column;
}
.drawer__link {
  padding-block: 14px;
  border-bottom: 1px solid #ebebe3;
  color: #2d262b;
  font-size: 17px;
  font-weight: 500;
}
.drawer__link:focus-visible {
  outline: 2px solid #3f8104;
  outline-offset: 3px;
}
.drawer__link:hover, .drawer__link.is-active {
  color: #3f8104;
}
.drawer__footer {
  margin-top: auto;
  padding-top: 8px;
}

.is-drawer-open {
  overflow-y: hidden;
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 992px) {
  .feature {
    gap: 8px;
  }
}
.feature__icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .feature__icon {
    width: 44px;
    height: 44px;
  }
}
.feature__text {
  color: #242524;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .feature__text {
    font-size: 15px;
  }
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 16px;
}
@media (min-width: 768px) {
  .feature-grid {
    gap: 28px 32px;
  }
}
@media (min-width: 992px) {
  .feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    max-width: 550px;
  }
}

.eco-badge {
  display: grid;
  place-items: center;
  width: 114px;
  height: 114px;
  transform: rotate(13.4deg);
}
@media (min-width: 992px) {
  .eco-badge {
    width: 167px;
    height: 167px;
  }
}
.eco-badge > * {
  grid-area: 1/1;
}
.eco-badge__disc {
  width: 83%;
  height: 83%;
  background-image: linear-gradient(90deg, #3f8104 0%, #366e03 50%, #3f8104 100%);
  border-radius: 50%;
}
.eco-badge__star {
  width: 100%;
  height: 100%;
  transform: rotate(-6.43deg);
}
.eco-badge__star--inner {
  width: 84%;
  height: 84%;
}
.eco-badge__inner {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 72%;
  text-align: center;
}
.eco-badge__icon {
  width: 42px;
  height: 42px;
}
@media (min-width: 992px) {
  .eco-badge__icon {
    width: 60px;
    height: 60px;
  }
}
.eco-badge__label {
  color: #f9f9f6;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .eco-badge__label {
    font-size: 12px;
  }
}

.meal-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.meal-card__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.meal-card__course {
  color: #2d5c03;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
@media (min-width: 992px) {
  .meal-card__course {
    font-size: 16px;
  }
}
.meal-card__title {
  color: #2d262b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  min-height: calc(2 * 1.35 * 1em);
}
@media (min-width: 992px) {
  .meal-card__title {
    min-height: calc(3 * 1.35 * 1em);
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .meal-card__title {
    min-height: 60px;
  }
}
.meal-card__media {
  position: relative;
  margin-top: 8px;
  aspect-ratio: 1/1;
}
.meal-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meal-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: -24px;
}
.meal-card__ingredients {
  color: #40363c;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}
@media (min-width: 992px) {
  .meal-card__ingredients {
    font-size: 15px;
  }
}
.meal-card__ingredients b {
  font-weight: 600;
}
.meal-card__allergens--empty {
  visibility: hidden;
}

.allergens {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f08c00;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  cursor: help;
}
.allergens:focus-visible {
  outline: 2px solid #f08c00;
  outline-offset: 2px;
}
.allergens__icon {
  width: 20px;
  height: 20px;
}
.allergens__tip {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  z-index: 300;
  width: max-content;
  max-width: min(283px, 80vw);
  padding: 12px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  color: #40363c;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 4px);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.allergens__tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 8px solid transparent;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  transform: translateX(-50%);
}
.allergens:hover .allergens__tip, .allergens:focus-visible .allergens__tip, .allergens.is-open .allergens__tip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.price-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 13px;
  background-color: #ffffff;
  border: 1px solid #e1e2d5;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .price-card {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 32px;
    padding: 24px 16px;
    text-align: center;
  }
}
.price-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 992px) {
  .price-card__body {
    gap: 24px;
  }
}
.price-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  line-height: 1.35;
}
@media (min-width: 992px) {
  .price-card__meta {
    flex-direction: column;
    gap: 4px;
  }
}
.price-card__days {
  color: #2d5c03;
  font-size: 14px;
  font-weight: 500;
}
.price-card__days::after {
  content: ":";
}
@media (min-width: 992px) {
  .price-card__days {
    font-size: 16px;
  }
  .price-card__days::after {
    content: none;
  }
}
.price-card__calories {
  color: #2d262b;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .price-card__calories {
    font-size: 20px;
  }
}
.price-card__price {
  color: #2d262b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .price-card__price {
    font-size: 32px;
  }
}
.price-card__action {
  flex: 0 0 auto;
}
@media (max-width: 991.98px) {
  .price-card__action {
    min-width: 150px;
  }
}
@media (min-width: 992px) {
  .price-card__action {
    width: 100%;
    margin-top: auto;
  }
}
.price-card--featured {
  border-color: #7eab57;
  background-image: radial-gradient(120% 90% at 50% 130%, rgba(63, 129, 4, 0.3) 0%, rgba(101, 154, 54, 0.16) 45%, rgba(236, 242, 230, 0) 100%), linear-gradient(#ffffff, #ffffff);
}
.price-card__badge {
  position: absolute;
  top: -9px;
  right: 27px;
  padding: 2px 16px;
  background-color: #659a36;
  border-radius: 6px;
  color: #f9f9f6;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .price-card__badge {
    top: -25px;
    right: auto;
    left: 50%;
    padding: 2px 14px;
    border-radius: 6px 6px 0 0;
    transform: translateX(-50%);
  }
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
@media (min-width: 992px) {
  .step {
    flex-direction: column;
    gap: 16px;
  }
}
.step__icon {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
}
@media (min-width: 992px) {
  .step__icon {
    width: 120px;
    height: 120px;
  }
}
.step__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.step__title {
  color: #2d262b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}
@media (min-width: 992px) {
  .step__title {
    font-size: 24px;
  }
}
.step__text {
  color: #40363c;
  font-size: 14px;
  line-height: 1.75;
}
@media (min-width: 992px) {
  .step__text {
    font-size: 15px;
  }
}

.fc-section {
  position: relative;
}
.fc-section__inner {
  width: min(100% - 2 * 16px, 1362px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .fc-section__inner {
    width: min(100% - 2 * 24px, 1362px);
  }
}
@media (min-width: 1200px) {
  .fc-section__inner {
    width: min(100% - 2 * 32px, 1362px);
  }
}
.fc-section__inner {
  position: relative;
  z-index: 1;
  padding-block: 40px;
}
@media (min-width: 992px) {
  .fc-section__inner {
    padding-block: 80px;
  }
}
.fc-section__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .fc-section__head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
}

.tilt-band {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  overflow-x: clip;
}
.tilt-band::before {
  content: "";
  position: absolute;
  inset: 0 -8% -3vw;
  z-index: -1;
  transform: rotate(1.12deg);
}
.tilt-band--light::before {
  background-color: #f9f9f6;
}
.tilt-band--mid::before {
  background-color: #ebebe3;
}

.decor {
  position: absolute;
  z-index: 0;
  display: none;
  pointer-events: none;
  user-select: none;
}
@media (min-width: 1200px) {
  .decor {
    display: block;
  }
}
.decor--plates {
  top: -110px;
  left: 50%;
  width: 2428px;
  max-width: none;
  margin-left: -1300px;
}
.decor--leaf {
  top: 500px;
  left: 90.5%;
  width: 34px;
  transform: rotate(-26deg);
}

:root {
  --hero-parallax-range: 720px;
  --hero-drift-content: -132px;
}
@media (min-width: 1200px) {
  :root {
    --hero-parallax-range: 960px;
    --hero-drift-content: -170px;
  }
}

.page-flow {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.page-flow::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: -10%;
  display: none;
  width: 120%;
  height: 100px;
  margin-bottom: -52px;
  background-color: inherit;
  transform: rotate(-1deg);
  pointer-events: none;
}
@media (min-width: 1200px) {
  .page-flow::before {
    display: block;
  }
}

@keyframes hero-drift-content {
  to {
    transform: translate3d(0, var(--hero-drift-content), 0);
  }
}
@keyframes hero-drift-band {
  from {
    transform: translate3d(0, 0, 0) translate(-50%, -50%) rotate(1.23deg);
  }
  to {
    transform: translate3d(0, var(--hero-drift-content), 0) translate(-50%, -50%) rotate(1.23deg);
  }
}
@keyframes plates-drift {
  from {
    transform: translate3d(0, -55px, 0);
  }
  to {
    transform: translate3d(0, 55px, 0);
  }
}
@keyframes flow-sweep-tilt {
  from {
    transform: rotate(-1deg);
  }
  to {
    transform: rotate(-2deg);
  }
}
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: scroll()) {
    .hero__inner,
    .hero__band,
    .page-flow::before {
      animation-timing-function: linear;
      animation-fill-mode: both;
      animation-timeline: scroll(root block);
      animation-range: var(--hero-pin-start, 0px) calc(var(--hero-pin-start, 0px) + var(--hero-parallax-range));
    }
    .hero__inner {
      animation-name: hero-drift-content;
    }
    .hero__band {
      animation-name: hero-drift-band;
    }
    .page-flow::before {
      animation-name: flow-sweep-tilt;
    }
    .decor--plates {
      animation: plates-drift linear both;
      animation-timeline: view();
      animation-range: cover 0% cover 100%;
    }
  }
  .has-js-parallax .hero__inner {
    transform: translate3d(0, calc(var(--hero-progress, 0) * var(--hero-drift-content)), 0);
  }
  .has-js-parallax .hero__band {
    transform: translate3d(0, calc(var(--hero-progress, 0) * var(--hero-drift-content)), 0) translate(-50%, -50%) rotate(1.23deg);
  }
  .has-js-parallax .page-flow::before {
    transform: rotate(calc(-1deg + var(--hero-progress, 0) * -1deg));
  }
}
.fc-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

.fc-navbar {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(95, 96, 96, 0.1);
}
.fc-navbar__inner {
  width: min(100% - 2 * 16px, 1362px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .fc-navbar__inner {
    width: min(100% - 2 * 24px, 1362px);
  }
}
@media (min-width: 1200px) {
  .fc-navbar__inner {
    width: min(100% - 2 * 32px, 1362px);
  }
}
.fc-navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 12px;
}
@media (min-width: 992px) {
  .fc-navbar__inner {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .fc-navbar__inner {
    gap: 24px;
    padding-block: 16px 14px;
  }
}
.fc-navbar__nav {
  display: none;
}
@media (min-width: 992px) {
  .fc-navbar__nav {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .fc-navbar__nav {
    gap: 24px;
  }
}
@media (min-width: 1400px) {
  .fc-navbar__nav {
    gap: 32px;
  }
}
.fc-navbar__link {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.fc-navbar__link:focus-visible {
  outline: 2px solid #3f8104;
  outline-offset: 3px;
}
@media (min-width: 1200px) {
  .fc-navbar__link {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  .fc-navbar__link {
    font-size: 16px;
  }
}
.fc-navbar__link:hover, .fc-navbar__link.is-active {
  color: #3f8104;
}
.fc-navbar__cta {
  display: none;
}
@media (min-width: 992px) {
  .fc-navbar__cta {
    display: inline-flex;
    padding: 11px 18px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .fc-navbar__cta {
    padding: 14px 26px;
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  .fc-navbar__cta {
    padding: 16px 32px;
    font-size: 16px;
  }
}
.fc-navbar__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #f9f9f6;
  border: 1px solid #ebebe3;
  border-radius: 12px;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.fc-navbar__toggle:focus-visible {
  outline: 2px solid #3f8104;
  outline-offset: 3px;
}
.fc-navbar__toggle:hover {
  background-color: #ebebe3;
}
@media (min-width: 992px) {
  .fc-navbar__toggle {
    display: none;
  }
}
.fc-navbar__toggle img {
  width: 22px;
  height: 22px;
}

.topbar {
  background-image: linear-gradient(90deg, #231e21 0%, #2d262b 50%, #231e21 100%);
  color: #f6f6f6;
  overflow: hidden;
}
.topbar__inner {
  width: min(100% - 2 * 16px, 1362px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .topbar__inner {
    width: min(100% - 2 * 24px, 1362px);
  }
}
@media (min-width: 1200px) {
  .topbar__inner {
    width: min(100% - 2 * 32px, 1362px);
  }
}
.topbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-block: 6px;
}
@media (min-width: 768px) {
  .topbar__inner {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .topbar__inner {
    gap: 24px;
    padding-block: 14px;
  }
}
.topbar__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .topbar__item {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .topbar__item {
    font-size: 14px;
  }
}
.topbar__item b {
  font-weight: 700;
}
.topbar__icon {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
}
@media (min-width: 992px) {
  .topbar__icon {
    width: 14px;
    height: 14px;
  }
}
.topbar__item--secondary {
  display: none;
}
@media (min-width: 992px) {
  .topbar__item--secondary {
    display: flex;
  }
}

.fc-footer {
  background-color: #2d262b;
  color: #f9f9f6;
  z-index: 1;
  position: relative;
}
.fc-footer__inner {
  width: min(100% - 2 * 16px, 1362px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .fc-footer__inner {
    width: min(100% - 2 * 24px, 1362px);
  }
}
@media (min-width: 1200px) {
  .fc-footer__inner {
    width: min(100% - 2 * 32px, 1362px);
  }
}
.fc-footer__inner {
  display: grid;
  gap: 30px;
  padding-block: 36px;
}
@media (min-width: 768px) {
  .fc-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 40px;
    padding-block: 48px;
  }
}
@media (min-width: 992px) {
  .fc-footer__inner {
    grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
    gap: 32px;
    padding-block: 56px;
  }
}
@media (min-width: 1200px) {
  .fc-footer__inner {
    grid-template-columns: 318px 318px 318px 202px;
    justify-content: space-between;
    gap: 40px;
    padding-block: 62px 60px;
  }
}
.fc-footer__col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fc-footer__heading {
  color: #f9f9f6;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}
.fc-footer__tagline {
  margin-top: 16px;
  color: #c4c1c3;
  font-size: 14px;
  line-height: 1.75;
}
.fc-footer__email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #f9f9f6;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
}
.fc-footer__email:focus-visible {
  outline: 2px solid #f9f9f6;
  outline-offset: 3px;
}
.fc-footer__email img {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}
.fc-footer__email:hover {
  color: #a7c58c;
}
.fc-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fc-footer__link {
  color: #f9f9f6;
  font-size: 16px;
  line-height: 1.75;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.fc-footer__link:focus-visible {
  outline: 2px solid #f9f9f6;
  outline-offset: 3px;
}
.fc-footer__link:hover {
  color: #a7c58c;
}
.fc-footer__payments {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fc-footer__payments img {
  height: 30px;
  width: auto;
  object-fit: contain;
}
.fc-footer__payments img.is-blik {
  height: 36px;
}
.fc-footer__socials {
  display: flex;
  gap: 12px;
}
.fc-footer__socials a:focus-visible {
  outline: 2px solid #f9f9f6;
  outline-offset: 3px;
}
.fc-footer__socials a {
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.fc-footer__socials a:hover {
  opacity: 0.75;
}
.fc-footer__socials img {
  width: 36px;
  height: 36px;
}
.fc-footer__divider {
  width: min(100% - 2 * 16px, 1362px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .fc-footer__divider {
    width: min(100% - 2 * 24px, 1362px);
  }
}
@media (min-width: 1200px) {
  .fc-footer__divider {
    width: min(100% - 2 * 32px, 1362px);
  }
}
.fc-footer__divider {
  height: 1px;
  background-color: rgba(249, 249, 246, 0.15);
}
@media (min-width: 1200px) {
  .fc-footer__divider {
    display: none;
  }
}
.fc-footer__legal {
  background-color: #1b1719;
  padding-block: 4px;
  text-align: center;
}
.fc-footer__legal p {
  width: min(100% - 2 * 16px, 1362px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .fc-footer__legal p {
    width: min(100% - 2 * 24px, 1362px);
  }
}
@media (min-width: 1200px) {
  .fc-footer__legal p {
    width: min(100% - 2 * 32px, 1362px);
  }
}
.fc-footer__legal p {
  padding-block: 8px;
  color: #c4c1c3;
  font-size: 14px;
  line-height: 1.75;
}

.hero {
  position: sticky;
  top: calc(0px - var(--hero-pin-start, 0px));
  z-index: 0;
  isolation: isolate;
  background-color: #f9f9f6;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .hero {
    position: relative;
  }
}
.hero__decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero__band {
  position: absolute;
  top: 703px;
  left: 50%;
  z-index: 0;
  display: none;
  width: max(2021px, 130vw);
  height: 361px;
  background-color: #ebebe3;
  transform: translate(-50%, -50%) rotate(1.23deg);
}
@media (min-width: 1200px) {
  .hero__band {
    display: block;
  }
}
.hero__art {
  position: absolute;
  top: -32px;
  left: 50%;
  display: none;
  width: 1920px;
  max-width: none;
  height: auto;
  margin-left: -960px;
  transform: translate3d(calc(var(--pointer-x, 0) * 22px), calc(var(--pointer-y, 0) * 14px), 0);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 992px) {
  .hero__art {
    display: block;
  }
}
.hero__inner {
  width: min(100% - 2 * 16px, 1362px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .hero__inner {
    width: min(100% - 2 * 24px, 1362px);
  }
}
@media (min-width: 1200px) {
  .hero__inner {
    width: min(100% - 2 * 32px, 1362px);
  }
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 36px;
}
@media (min-width: 768px) {
  .hero__inner {
    padding-top: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    grid-template-areas: "content media" "features features";
    align-items: center;
    column-gap: 32px;
    padding-top: 56px;
  }
}
@media (min-width: 1200px) {
  .hero__inner {
    min-height: 855px;
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.hero__content {
  max-width: 660px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero__content {
    grid-area: content;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .hero__content {
    max-width: 700px;
  }
}
.hero__title {
  max-width: 666px;
}
.hero__subtitle {
  margin-top: 16px;
  max-width: 524px;
}
@media (min-width: 992px) {
  .hero__subtitle {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .hero__subtitle {
    margin-top: 28px;
  }
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .hero__actions {
    margin-top: 64px;
  }
}
.hero__note {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 263px;
  color: #665e63;
  font-size: 14px;
  line-height: 1.35;
}
.hero__note img {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}
@media (min-width: 1200px) {
  .hero__note {
    max-width: 184px;
  }
}
.hero__media {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-top: 28px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero__media {
    width: min(100%, 620px);
    margin-inline: auto;
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero__media {
    grid-area: media;
    width: auto;
    margin: 0 -6% 0 0;
  }
}
@media (min-width: 1200px) {
  .hero__media {
    position: absolute;
    top: 41px;
    left: 39.9%;
    width: 69.9%;
    margin: 0;
  }
}
.hero__chef {
  display: block;
  width: 115.2%;
  max-width: none;
  margin-top: -5%;
  margin-left: -7.6%;
  margin-bottom: -42px;
}
@media (min-width: 768px) {
  .hero__chef {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.hero .eco-badge {
  position: absolute;
  top: 41px;
  left: 69.9%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero .eco-badge {
    top: 4%;
    left: auto;
    right: 0;
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .hero .eco-badge {
    top: 172px;
    left: auto;
    right: 12.9%;
  }
}
.hero__features {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-top: 0;
  padding: 28px 16px;
  background-color: #ebebe3;
}
@media (min-width: 768px) {
  .hero__features {
    padding-inline: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero__features {
    grid-area: features;
    margin-top: 40px;
    padding-block: 32px;
  }
}
@media (min-width: 1200px) {
  .hero__features {
    width: auto;
    margin-inline: 0;
    margin-top: 126px;
    padding: 0;
    background-color: transparent;
  }
}

.menu-section {
  background-color: #ffffff;
}
.menu-section__weeks {
  margin-top: 24px;
}
.menu-section__wyboru {
  margin-top: 24px;
}
.menu-section__filters {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .menu-section__filters {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    margin-top: 24px;
  }
}
.menu__tab > .menu-section__filters {
  margin-top: 0;
}
.menu-section__cards {
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .menu-section__cards {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-inline: 16px;
    margin-inline: -16px;
  }
  .menu-section__cards::-webkit-scrollbar {
    display: none;
  }
  .menu-section__cards > * {
    scroll-snap-align: start;
    flex: 0 0 auto;
  }
  .menu-section__cards > * {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .menu-section__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 30px;
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .menu-section__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 48px;
  }
}
.menu-section__empty {
  padding: 40px 0;
  color: #7f787c;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 1200px) {
  .pricing__inner {
    display: grid;
    grid-template-columns: 318px minmax(0, 1fr);
    align-items: start;
    gap: 30px 48px;
  }
}
.pricing__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
@media (min-width: 992px) {
  .pricing__aside {
    gap: 24px;
  }
}
.pricing__lead {
  max-width: 306px;
}
.pricing__switch {
  order: -1;
}
@media (min-width: 992px) {
  .pricing__switch {
    order: 0;
  }
}
.pricing__panels {
  min-width: 0;
}
.pricing__grid {
  display: grid;
  gap: 15px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .pricing__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 48px;
  }
}

.builder {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  padding: 24px 20px 0 20px;
  background-color: #ecf2e6;
  border: 1px solid #d3d4c2;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .builder {
    flex-direction: row;
    gap: 32px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .builder {
    min-height: 222px;
  }
}
.builder__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 768px) {
  .builder__content {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 660px;
    gap: 24px;
    padding: 24px 0 24px 32px;
  }
}
@media (min-width: 1200px) {
  .builder__content {
    max-width: 528px;
  }
}
.builder__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1199.98px) {
  .builder__cta {
    align-self: flex-start;
  }
}
.builder__collage {
  position: relative;
  display: block;
  width: 455px;
  max-width: 100%;
  margin-top: 24px;
  margin-inline: auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .builder__collage {
    flex: 0 0 clamp(280px, 40%, 455px);
    align-self: stretch;
    width: auto;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .builder__collage {
    flex: 0 0 716px;
  }
}
.builder__collage img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
@media (min-width: 768px) {
  .builder__collage img {
    height: 100%;
    object-fit: cover;
    object-position: right bottom;
  }
}

.delivery__steps {
  display: grid;
  gap: 30px;
  padding-bottom: 80px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .delivery__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
    padding-bottom: 30px;
    margin-top: 56px;
  }
}

.cta {
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
}
.cta__inner {
  width: min(100% - 2 * 16px, 1362px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .cta__inner {
    width: min(100% - 2 * 24px, 1362px);
  }
}
@media (min-width: 1200px) {
  .cta__inner {
    width: min(100% - 2 * 32px, 1362px);
  }
}
.cta__inner {
  position: relative;
  z-index: 1;
  padding-block: 0 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .cta__inner {
    padding-block: 0 64px;
  }
}
@media (min-width: 1200px) {
  .cta__inner {
    padding-block: 140px 180px;
  }
}
.cta__media {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  transform: translateY(-150px);
  margin-bottom: -150px;
}
@media (min-width: 768px) {
  .cta__media {
    width: min(100%, 460px);
    margin-inline: auto;
  }
}
@media (min-width: 1200px) {
  .cta__media {
    display: none;
  }
}
.cta__decor {
  position: absolute;
  top: -158px;
  z-index: 0;
  display: none;
  height: 669px;
  background-repeat: no-repeat;
  background-size: 1199px 669px;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .cta__decor {
    display: block;
  }
}
.cta__decor--left {
  right: calc(50% + 169px);
  width: 660px;
  background-image: url("../img/cta-boxes-left.png");
  background-position: 0 0;
}
.cta__decor--right {
  left: calc(50% + 131px);
  width: 661px;
  background-image: url("../img/cta-boxes-right.png");
  background-position: -538px 0;
}
.cta__content {
  max-width: 500px;
  margin-inline: auto;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .cta__content {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .cta__content {
    margin-top: 0;
  }
}
.cta__lead {
  margin-top: 16px;
}
.cta__prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 20px;
  margin-top: 20px;
  color: #7f787c;
  font-size: 15px;
  line-height: 1.35;
}
.cta__prices b {
  color: #2d5c03;
  font-weight: 600;
}
.cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .cta__actions {
    margin-top: 42px;
  }
}

.menu-section .menu__nav-item {
  height: auto;
}
.menu-section .btn-wyrobu {
  font-family: inherit;
  letter-spacing: normal;
  text-transform: none;
}
.menu-section .btn-wyrobu.active {
  font-weight: 600;
}

.fc-section,
.cta,
.hero {
  scroll-margin-top: 120px;
}
