

/* Start:/local/templates/ppreaviz/style.css?1780573414119280*/
:root {
  --bg: #f4f4f4;
  --text: #2f2f2f;
  --muted: #8d8d8d;
  --accent: #d7892e;
  --line: #e7e7e7;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
}

main {
    background-color: #fff;
}

@font-face {
  font-family: "Rubik";
  src: url("/local/templates/ppreaviz/fonts/Rubik.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("/local/templates/ppreaviz/fonts/Rubik.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("/local/templates/ppreaviz/fonts/Rubik.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("/local/templates/ppreaviz/fonts/Rubik-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("/local/templates/ppreaviz/fonts/Rubik-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("/local/templates/ppreaviz/fonts/Rubik-Italic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aqum";
  src:
    url("/local/templates/ppreaviz/fonts/Aqum.ttf") format("truetype"),
    url("/local/templates/ppreaviz/fonts/Aqum.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.container {
  width: min(1312px, 100% - 48px);
  margin: 0 auto;
}

.header {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  z-index: 40;
}

.header__inner {
  box-sizing: border-box;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(16px, 3vw, 40px);
}

.logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.header__inner .logo img {
  width: 103px;
  max-width: min(103px, 42vw);
  height: 50px;
  object-fit: contain;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  gap: 24px;
  min-width: 0;
  flex-wrap: wrap;
}

.nav a {
  text-decoration: none;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #483e35;
  transition: color 0.2s ease;
}

.nav a:hover {
  color: #ed8712;
}

.header__right.desktop-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  margin-left: 31px;
}

.header__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 8px 0 0;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.header__phone-num {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #483e35;
}

.header__phone-label {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(72, 62, 53, 0.5);
}

.header__phone:hover .header__phone-num {
  color: #ed8712;
}

.header__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 100px;
  background: rgba(219, 124, 44, 0.05);
}

.header__icon-wrap img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

.header__orders.orders,
.header__profile.profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

.header__orders-text {
  display: block;
  max-width: 72px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #483e35;
}

.header__profile-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}

.profile__name {
  display: block;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #483e35;
}

.profile__phone {
  display: block;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(72, 62, 53, 0.5);
  margin-top: 0;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 100px;
  background: rgba(219, 124, 44, 0.05);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
}

.menu-toggle__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 6px;
  width: 20px;
  height: 12px;
}

.menu-toggle__line {
      display: inline-block;
    min-height: 2px;
    width: 100%;
    border-radius: 8px;
    background: #ed8712;
}

.mobile-menu {
  position: fixed;
  inset: 0 auto 0 0;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  border-right: 1px solid #e6e6e6;
  transform: translateX(-102%);
  transition: transform 0.25s ease;
  z-index: 100;
  box-sizing: border-box;
}

.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-menu__head {
  box-sizing: border-box;
  min-height: 64px;
  padding: 12px 16px;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.mobile-menu__head .logo img {
  width: 129px;
  max-width: min(129px, 70vw);
  height: 40px;
  object-fit: contain;
}

.mobile-menu__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 16px 24px;
  gap: 20px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

.menu-close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 100px;
  background: rgba(219, 124, 44, 0.05);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
}

.menu-close img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  gap: 12px;
}

.mobile-menu__nav a {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #483e35;
  text-decoration: none;
}

.mobile-menu__nav a:hover {
  color: #ed8712;
}

.mobile-phone {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 8px 0 0;
  margin-top: 0;
  text-decoration: none;
  color: inherit;
}

.mobile-phone__number {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #483e35;
}

.mobile-phone__label {
  margin-top: 0;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(72, 62, 53, 0.5);
}

body.menu-open {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .nav {
    gap: 18px;
  }

  .nav a {
    font-size: 14px;
    line-height: 18px;
  }

  .header__phone-num {
    font-size: 14px;
    line-height: 18px;
  }

  .header__orders-text,
  .profile__name {
    font-size: 13px;
    line-height: 16px;
  }

  .header__phone-label,
  .profile__phone {
    font-size: 11px;
    line-height: 13px;
  }

  .header__right.desktop-right {
    gap: 16px;
  }
}

@media (max-width: 920px) {
  .desktop-nav {
    display: none;
  }

  .header__phone,
  .header__orders {
    display: none!important;
  }

  .header__right.desktop-right {
    display: flex;
    margin-right: 19px;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    min-width: 0;
    gap: 0;
  }

  .header__profile.profile {
    gap: 8px;
  }

  .header__profile .header__icon-wrap {
    width: 40px;
    height: 40px;
  }

  .header__profile .header__icon-wrap img {
    width: 20px;
    height: 20px;
  }

  .header__profile .profile__name {
    font-size: 12px;
    line-height: 16px;
  }

  .header__profile .profile__phone {
    font-size: 10px;
    line-height: 16px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header__inner {
    min-height: 64px;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }

  .header__inner .logo img {
    width: 79px;
    max-width: min(79px, 38vw);
    height: 40px;
  }

  .container {
    width: min(1280px, 100% - 32px);
  }
}

.hero {
  padding: 46px 0 116px;
}

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

.menu-picker {
  padding: 0 0 56px;
}

.menu-picker .container {
  width: min(1312px, 100% - 48px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.menu-picker__title-wrap {
  width: 628px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.menu-picker__title {
  margin: 0;
  font-family: "Aqum", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #483e35;
}

.menu-picker__subtitle {
  margin: 0;
  max-width: 426px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(72, 62, 53, 0.8);
}

.menu-picker__filters {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.menu-picker__section-title {
  margin: 0;
  font-family: "Aqum", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #483e35;
}

.menu-picker__row {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.menu-picker__fields {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.menu-picker__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.menu-picker__field--select {
  position: relative;
}

.menu-picker__field--select::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 12px;
  width: 24px;
  height: 24px;
  background: url("/local/templates/ppreaviz/img/icon/arrow_bottom.svg") no-repeat center;
  background-size: 24px;
  pointer-events: none;
  transition: transform 0.2s ease;
}

.menu-picker__field--select:focus-within::after {
  transform: rotate(180deg);
}

.menu-picker__field > span {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #483e35;
}

.menu-picker__field select,
.menu-picker__field input {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 8px;
  background: rgba(230, 230, 230, 0.4);
  padding: 12px 16px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #483e35;
}

.menu-picker__field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: none;
  padding-right: 38px;
}

.menu-picker__confirm {
  width: 312px;
  height: 56px;
  border: 0;
  border-radius: 10px;
  background: #ed8712;
  color: #fff;
  cursor: pointer;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.menu-picker__intensity {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.menu-picker__field--wide {
  width: min(656px, 100%);
}

.menu-picker__field--wide > span {
  display: none;
}

.menu-picker__field--wide select {
  height: 56px;
  padding: 16px 24px;
}

.menu-picker__field--wide.menu-picker__field--select::after {
  bottom: 16px;
}

.table-picker {
  width: 100%;
  margin-top: 40px;
  display: none;
  flex-direction: column;
  gap: 24px;
}

.table-picker.is-visible {
  display: flex;
}

.menu-advanced {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 71px;
  margin-top: 29px;
}

.table-picker__title {
  margin: 0;
  font-family: "Aqum", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #483e35;
}

.table-picker__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.table-card {
  position: relative;
  width: 100%;
  min-height: 142px;
  padding: 20px 16px 16px;
  border-radius: 20px;
  border: 0;
  background: rgba(230, 230, 230, 0.4);
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.table-card--active {
  background: linear-gradient(135.35deg, #ed8a36 19.26%, #fea958 94.93%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.table-card__head {
  display: block;
}

.table-card__title {
  display: block;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #483e35;
}

.table-card--active .table-card__title,
.table-card--active .table-card__desc {
  color: rgba(255, 255, 255, 0.9);
}

.table-card__desc {
  margin: 4px 0 0;
  max-width: 204px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: rgba(72, 62, 53, 0.8);
}

.table-card__icon {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: 24px;
  height: 24px;
  background: url("/local/templates/ppreaviz/img/icon/qustions_table.svg") no-repeat center;
  background-size: 24px;
  color: transparent;
}

.table-card--active .table-card__icon {
  filter: brightness(0) invert(1);
}

.table-card::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.table-card:nth-child(1)::after { background-image: url("/local/templates/ppreaviz/img/icon/diseases_table_1.svg"); }
.table-card:nth-child(2)::after { background-image: url("/local/templates/ppreaviz/img/icon/diseases_table_2.svg"); }
.table-card:nth-child(3)::after { background-image: url("/local/templates/ppreaviz/img/icon/diseases_table_3.svg"); }
.table-card:nth-child(4)::after { background-image: url("/local/templates/ppreaviz/img/icon/diseases_table_4.svg"); }
.table-card:nth-child(5)::after { background-image: url("/local/templates/ppreaviz/img/icon/diseases_table_5.svg"); }
.table-card:nth-child(6)::after { background-image: url("/local/templates/ppreaviz/img/icon/diseases_table_6.svg"); }
.table-card:nth-child(7)::after { background-image: url("/local/templates/ppreaviz/img/icon/diseases_table_7.svg"); }
.table-card:nth-child(8)::after { background-image: url("/local/templates/ppreaviz/img/icon/diseases_table_8.svg"); }
.table-card:nth-child(9)::after { background-image: url("/local/templates/ppreaviz/img/icon/diseases_table_9.svg"); }
.table-card:nth-child(10)::after { background-image: url("/local/templates/ppreaviz/img/icon/diseases_table_10.svg"); }
.table-card:nth-child(11)::after { background-image: url("/local/templates/ppreaviz/img/icon/diseases_table_11.svg"); }
.table-card:nth-child(12)::after { background-image: url("/local/templates/ppreaviz/img/icon/diseases_table_12.svg"); }
.table-card:nth-child(13)::after { background-image: url("/local/templates/ppreaviz/img/icon/diseases_table_13.svg"); }
.table-card:nth-child(14)::after { background-image: url("/local/templates/ppreaviz/img/icon/diseases_table_14.svg"); }
.table-card:nth-child(15)::after { background-image: url("/local/templates/ppreaviz/img/icon/diseases_table_15.svg"); }

.table-card--active::after {
  filter: brightness(0) invert(1);
}

.goal-picker {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.goal-picker__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.goal-card {
  position: relative;
  width: 100%;
  min-height: 142px;
  border: 0;
  border-radius: 20px;
  background: rgba(219, 124, 44, 0.05);
  padding: 20px 16px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  display: flex;
}

.goal-card--active {
  background: linear-gradient(135.35deg, #ed8a36 19.26%, #fea958 94.93%);
}

.goal-card__title {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 188px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #483e35;
}

.goal-card--active .goal-card__title {
  color: #fff;
}

.goal-card__badge {
  position: absolute;
  left: 16px;
  top: 48px;
  width: 44px;
  height: 44px;
  z-index: 2;
}

.goal-card--active .goal-card__badge {
  filter: brightness(0) invert(1);
}

.goal-card__meal {
  position: absolute;
  right: -62px;
  top: 47px;
  width: 251px;
  height: 140px;
  border-radius: 18px;
  object-fit: cover;
  transform: rotate(-36.98deg);
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.25));
}



.menu-intensity {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.menu-filters {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-filters__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.favorites-filter {
  position: relative;
}

.favorites-filter__trigger {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 8px;
  background: rgba(230, 230, 230, 0.4);
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #483e35;
  text-align: left;
  cursor: pointer;
}

.favorites-filter__value.is-placeholder {
  color: rgba(72, 62, 53, 0.5);
}

.favorites-filter__arrow {
  width: 24px;
  height: 24px;
  background: url("/local/templates/ppreaviz/img/icon/arrow_bottom.svg") no-repeat center;
  background-size: 24px;
  transition: transform 0.2s ease;
}

.favorites-filter.is-open .favorites-filter__arrow {
  transform: rotate(180deg);
}
.favorites-filter__dropdown[hidden] {
  display: none !important;
}

.favorites-filter.is-open .favorites-filter__dropdown {
  display: flex;
}



.menu-picker__field {
  position: relative;
}
.favorites-filter__dropdown {
  position: absolute;
  top: 80px;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
 min-width: 300px;
  z-index: 50;
}

.favorites-filter__categories,
.favorites-filter__products {
  min-height: 248px;

  border-radius: 8px;
  overflow: hidden;
}

.favorites-filter__categories {
  background: #f5f5f5;
  border-top-right-radius: 0;
}

.favorites-filter__products {
  background: #fff;
  border-top-left-radius: 0;
  box-shadow: -4px 0 12px rgba(166, 166, 166, 0.15);
}

.favorites-filter__category,
.favorites-filter__product {
  width: 100%;
  border: 0;
  background: transparent;
  height: 36px;
  padding: 6px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #483e35;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}

.favorites-filter__category::after {
  content: "›";
  color: rgba(96, 102, 133, 0.6);
  font-size: 22px;
}

.favorites-filter__category.is-active {
  font-weight: 600;
}

.favorites-filter__products-title {
  padding: 8px 24px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: rgba(72, 62, 53, 0.5);
}

.favorites-filter__product.is-selected {
  background: rgba(219, 124, 44, 0.05);
}

.favorites-filter__product-check {
  width: 20px;
  height: 20px;
  border: 2px solid #db7c2c;
  border-radius: 50%;
  opacity: 0;
}

.favorites-filter__product.is-selected .favorites-filter__product-check {
  opacity: 1;
}

.favorites-filter__chips {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}

.favorites-filter__chip {
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: rgba(72, 62, 53, 0.8);
  cursor: pointer;
}

.favorites-filter__chip::after {
  content: "×";
  color: #db7c2c;
}

/* Hide mobile elements on desktop */
.favorites-filter__search,
.favorites-filter__actions {
  display: none;
}

/* Weekly Menu Section */
.weekly-menu {
  padding: 60px 0 97px;
  width: 100%;
  max-width: 100%;
  overflow-x: visible;
}

.weekly-menu__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0px;
  gap: 30px;
  width: 100%;
  max-width: min(1313px, 100%);
  margin: 0 auto;
  min-width: 0;
}

.weekly-menu__header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 0px 8px;
  gap: clamp(16px, 3vw, 40px);
  width: 100%;
  min-width: 0;
  margin-top: -1px;
  height: auto;
  min-height: 0;
}

.weekly-menu__functions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  flex: 1 1 280px;
  min-width: 0;
  max-width: 100%;
  width: 100%;
}

.weekly-menu__title {
  width: 100%;
  max-width: 534px;
  font-family: 'Aqum';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #483E35;
  margin: 0;
}

.weekly-menu__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0px;
  gap: 8px;
  width: 100%;
  max-width: 534px;
  min-width: 0;
  margin-top: 3px;
}

.weekly-menu__tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  gap: 10px;
  background: rgba(230, 230, 230, 0.4);
  border-radius: 100px;
  border: none;
  cursor: pointer;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #483E35;
}

.weekly-menu__tag-icon {
  width: 16px;
  height: 16px;
}

.weekly-menu__functions-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.weekly-menu__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 534px;
}

.weekly-menu__more {
  display: none;
  position: relative;
  flex-shrink: 0;
}

.weekly-menu__more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 100px;
  background: rgba(230, 230, 230, 0.4);
  cursor: pointer;
}

.weekly-menu__more-icon {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(72, 62, 53, 0.5);
  box-shadow:
    0 -6px 0 rgba(72, 62, 53, 0.5),
    0 6px 0 rgba(72, 62, 53, 0.5);
}

.weekly-menu__more-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 30;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: 200px;
  padding: 4px 12px;
  background: #fff;
  border-radius: 8px 0 8px 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.weekly-menu__more-menu:not([hidden]) {
  display: flex;
}

.weekly-menu__more-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 4px 0;
  border: none;
  border-radius: 100px;
  background: transparent;
  cursor: pointer;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #483e35;
  text-align: left;
}

.weekly-menu__more-item-icon {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.weekly-menu__nutrition-mobile {
  display: none;
}

.weekly-menu__nutrition-desktop {
  width: 100%;
}

.weekly-menu__rec-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.weekly-menu__rec-button--footer {
  display: none;
}

.weekly-menu__recommendations {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0px;
  gap: 8px;
  flex: 1 1 450px;
  min-width: 0;
  max-width: 100%;
  margin-top: 3px;
  width: 100%;
}

.weekly-menu__rec-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 12px;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 39px;
}

.weekly-menu__rec-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  flex: 1 1 200px;
  min-width: 0;
  max-width: 100%;
}

.weekly-menu__rec-title span {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgba(72, 62, 53, 0.9);
  overflow-wrap: break-word;
}

.weekly-menu__rec-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  gap: 10px;
  flex-shrink: 0;
  width: auto;
  min-width: min(148px, 100%);
  height: 39px;
  background: rgba(230, 230, 230, 0.4);
  border-radius: 100px;
  border: none;
  cursor: pointer;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #483E35;
}

.weekly-menu__nutrition-card {
  position: relative;
  width: 100%;
  max-width: 720px;
  min-height: 112px;
  height: auto;
  background: rgba(15, 147, 61, 0.08);
  border-radius: 10px;
  padding: 10px 19px 3px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

/* nutrition table */
.weekly-menu__nutrition-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.weekly-menu__nutrition-table thead tr {
  border-bottom: 1px solid rgba(72, 62, 53, 0.1);
}

.weekly-menu__nutrition-table tbody tr:first-child {
  border-bottom: 1px solid rgba(72, 62, 53, 0.1);
}

.weekly-menu__nutrition-head {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(72, 62, 53, 0.8);
  text-align: left;
  padding: 2px 0 6px;
  vertical-align: bottom;
}

.weekly-menu__nutrition-head--type {
  width: 140px;
}

.weekly-menu__nutrition-type {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #483E35;
  width: 140px;
  text-align: left;
  padding: 8px 0;
  vertical-align: middle;
}

.weekly-menu__nutrition-value {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #483E35;
  text-align: left;
  padding: 8px 0;
  vertical-align: middle;
}

.weekly-menu__status {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 6px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.weekly-menu__status-icon {
  width: 16px;
  height: 16px;
}

.weekly-menu__status span {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #0F933D;
}

.weekly-menu__oregano {
  position: absolute;
  width: 175.8px;
  height: 125.8px;
  right: -59.6px;
  bottom: -74.38px;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
  transform: rotate(154deg);
}

.weekly-menu__divider {
  width: 100%;
  height: 1px;
  background: #E6E6E6;
}

.weekly-menu__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  width: 100%;
  margin-top: -1px;
}

.weekly-menu__panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 0;
}

.weekly-menu__week-view {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.weekly-menu__week-view[hidden] {
  display: none !important;
}

/* Дневной просмотр меню (по кнопке «Посмотреть») */
.daily-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.daily-menu[hidden] {
  display: none !important;
}

.daily-menu__head {
  position: relative;
  width: 100%;
  min-height: 78px;
  padding-right: 320px;
}

.daily-menu__back {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0 0 8px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(72, 62, 53, 0.6);
  text-align: left;
}

.daily-menu__back:hover {
  color: #483e35;
}

.daily-menu .weekly-menu__main-button.daily-menu__save {
  position: absolute;
  right: 0;
  top: 30px;
  width: 310px;
  height: 48px;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 24px;
}

.daily-menu__title {
  margin: 0;
  max-width: calc(100% - 320px);
  font-family: 'Aqum', 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #483e35;
  text-transform: uppercase;
}

.daily-menu__board {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.daily-menu__board-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 24px 40px;
  background: #fff;
}

.daily-menu__summary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 10px 20px 10px 20px;
  background: rgba(230, 230, 230, 0.3);
  border-radius: 4px;
  box-sizing: border-box;
}

.daily-menu__summary-left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 40px;
  flex: 1;
  min-width: 0;
}

.daily-menu__summary-day {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #483e35;
}

.daily-menu__summary-metrics {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 40px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #483e35;
}

.daily-menu__summary-status {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #483e35;
}

.daily-menu__meals {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 15px;
  width: 100%;
}

.daily-meal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  box-sizing: border-box;
  width: calc(50% - 7.5px);
  min-width: 280px;
  flex: 1 1 calc(50% - 7.5px);
  background: rgba(230, 230, 230, 0.3);
  border-radius: 10px;
}

.daily-meal--rowhead .daily-meal__head-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.daily-meal--rowhead .daily-meal__title {
  margin: 0;
}

.daily-meal__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin: 0 0 0;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #483e35;
}

.daily-meal__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #db7c2c;
  flex-shrink: 0;
}

.daily-meal__add {
  border: none;
  background: #fff;
  border-radius: 100px;
  padding: 6px 12px;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #db7c2c;
  white-space: nowrap;
}

.daily-meal__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.daily-product {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  min-height: 294px;
  width: 186px;
  max-width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
}

.daily-product--badge {
  isolation: isolate;
}

.daily-product__badge {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  min-height: 48px;
  padding: 6px 8px;
  box-sizing: border-box;
  background: #8c5b4a;
  border-radius: 12px 0 0 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  text-align: center;
}

.daily-product__media {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.daily-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.daily-product__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.daily-product__name {
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #483e35;
}

.daily-product__weight {
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #483e35;
}

.daily-product__price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: rgba(72, 62, 53, 0.7);
}

.daily-product__price strong {
  font-weight: 600;
  font-size: 14px;
  color: #db7c2c;
}

.daily-product__actions {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin-top: auto;
  flex-shrink: 0;
}

.daily-product__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.daily-product__btn {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 12px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.daily-product__btn--muted {
  background: rgba(230, 230, 230, 0.4);
  color: #483e35;
}

.daily-product__btn--soft {
  background: rgba(219, 124, 44, 0.1);
  color: #db7c2c;
}

.daily-product__btn--accent {
  background: #ed8712;
  color: #fff;
}

.daily-product__hint {
  flex-shrink: 0;
  display: block;
}

/* ——— Модалка «Замена / редактирование блюда» ——— */
.dish-modal {
  border: none;
  padding: 0;
  margin: auto;
  max-width: 100vw;
  max-height: 100vh;
  width: min(924px, calc(100vw - 24px));
  background: transparent;
  color: #483e35;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.dish-modal::backdrop {
  background: rgba(72, 62, 53, 0.55);
}

.dish-modal__inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 924px;
  min-height: min(734px, 92vh);
  max-height: 96vh;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(72, 62, 53, 0.18);
}

.dish-modal__inner > .dish-modal__divider {
  flex-shrink: 0;
}

.dish-modal__header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px 16px;
  padding: 16px 16px 12px;
  flex: 0 0 auto;
}

.dish-modal__title {
  margin: 0;
  flex: 1;
  min-width: 0;
  padding-right: 8px;
  font-family: 'Aqum', 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #483e35;
}

.dish-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: -8px -8px 0 0;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.dish-modal__close:hover {
  background: rgba(230, 230, 230, 0.5);
}

.dish-modal__divider {
  height: 1px;
  margin: 0 16px;
  background: #e6e6e6;
}

.dish-modal__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 16px;
}

.dish-modal__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.dish-modal__col--right {
  gap: 24px;
}

.dish-modal__figure {
  width: 100%;
  max-width: 374px;
  margin: 0;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.dish-modal__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 296px;
  object-fit: cover;
}

.dish-modal__macro {
  width: 100%;
  max-width: 374px;
  padding: 14px 12px 16px;
  box-sizing: border-box;
  background: rgba(227, 53, 53, 0.06);
  border: 1px solid rgba(227, 53, 53, 0.35);
  border-radius: 10px;
}

.dish-modal__macro-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.dish-modal__macro-title {
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #483e35;
}

.dish-modal__macro-help {
  flex-shrink: 0;
  opacity: 0.55;
}

.dish-modal__macro-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}

.dish-modal__macro-cell {
  flex: 1 1 auto;
  min-width: 70px;
  padding: 10px 12px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(72, 62, 53, 0.12);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dish-modal__macro-label {
  font-size: 13px;
  line-height: 16px;
  color: rgba(72, 62, 53, 0.65);
}

.dish-modal__macro-value {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #483e35;
}

.dish-modal__alert {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 374px;
}

.dish-modal__alert-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  border: 2px solid #e33535;
  box-sizing: border-box;
  position: relative;
}

.dish-modal__alert-icon::after {
  content: '!';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: #e33535;
}

.dish-modal__alert-text {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 20px;
  color: #e33535;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.dish-modal__action-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  max-width: 100%;
  height: 32px;
  padding: 8px 16px;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  background: rgba(219, 124, 44, 0.1);
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #db7c2c;
}

.dish-modal__action-btn-icon {
  flex-shrink: 0;
  display: block;
}

.dish-modal__btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #483e35;
  box-sizing: border-box;
}

.dish-modal__btn--wide {
  width: 100%;
}

.dish-modal__footer-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 56px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.dish-modal__footer-btn--cancel {
  padding: 16px 32px;
  gap: 4px;
  width: 176px;
  max-width: 100%;
  background: rgba(219, 124, 44, 0.1);
  color: #db7c2c;
}

.dish-modal__footer-btn--save {
  padding: 16px 40px;
  gap: 10px;
  width: 189px;
  max-width: 100%;
  background: #ed8712;
  color: #fff;
}

.dish-modal__compose {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  max-width: 374px;
}

.dish-modal__section-head,
.dish-modal__field-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  flex-wrap: wrap;
  width: 100%;
}

.dish-modal__section-head--tight {
  padding-top: 4px;
}

.dish-modal__field-head--tight {
  justify-content: flex-start;
}

.dish-modal__section-title {
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #483e35;
}

.dish-modal__section-title--accent {
  font-size: 20px;
  line-height: 24px;
}

.dish-modal__section-help,
.dish-modal__field-help,
.dish-modal__yield-help {
  flex-shrink: 0;
  display: block;
  opacity: 0.55;
}

.dish-modal__ingredients {
  list-style: none;
  margin: 0;
  padding: 0 0 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}

.dish-modal__ingredient-line {
  margin: 0;
  width: 100%;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #483e35;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.dish-modal__field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 374px;
}

.dish-modal__field-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #483e35;
  cursor: pointer;
}

.dish-modal__field-label--muted {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: rgba(72, 62, 53, 0.7);
}

.dish-modal__select-wrap {
  position: relative;
  width: 100%;
}

.dish-modal__select-wrap--portion {
  width: 100%;
  max-width: 175px;
}

.dish-modal__select {
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  padding: 0 40px 0 14px;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #483e35;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url('/local/templates/ppreaviz/img/icon/arrow_bottom.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 14px;
}

.dish-modal__select--delivery {
  height: 36px;
  padding: 6px 40px 6px 16px;
  border-radius: 8px;
  background-color: rgba(230, 230, 230, 0.3);
  background-image: url('/local/templates/ppreaviz/img/icon/arrow_bottom.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 14px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}

.dish-modal__select--portion {
  height: 36px;
  padding: 6px 32px 6px 12px;
  border-radius: 5px;
  background-color: rgba(230, 230, 230, 0.3);
  background-image: url('/local/templates/ppreaviz/img/icon/arrow_bottom.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 12px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.dish-modal__yield {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 374px;
}

.dish-modal__yield-title-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.dish-modal__yield-cols {
  display: flex;
  align-items: flex-start;
  gap: 24px 40px;
  width: 100%;
}

.dish-modal__yield-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  flex: 0 1 auto;
  min-width: min(175px, 100%);
}

.dish-modal__yield-label-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.dish-modal__yield-caption {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: rgba(72, 62, 53, 0.7);
}

.dish-modal__stepper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  width: auto;
}

.dish-modal__step-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  background: #a35f2e;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
}

.dish-modal__step-btn:hover {
  background: #8c5227;
}

.dish-modal__step-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  height: 32px;
  padding: 8px 12px;
  box-sizing: border-box;
  border-radius: 5px;
  background: rgba(230, 230, 230, 0.3);
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #483e35;
  flex-shrink: 0;
}

.dish-modal__footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  box-sizing: border-box;
  min-height: 96px;
  padding: 16px;
  border-top: 1px solid #e6e6e6;
  flex: 0 0 auto;
}

.dish-modal__total {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #483e35;
}

.dish-modal__total strong {
  font-weight: 700;
}

.dish-modal__footer-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.dish-modal__footer-actions .dish-modal__footer-btn {
  width: 100%;
}

@media (min-width: 769px) {
  .dish-modal {
    width: min(924px, calc(100vw - 48px));
  }

  .dish-modal__inner {
    border-radius: 20px;
    min-height: min(734px, 92vh);
    max-height: 96vh;
  }

  .dish-modal__header {
    padding: 28px 36px 16px;
  }

  .dish-modal__title {
    font-size: 22px;
    line-height: 28px;
  }

  .dish-modal__divider {
    margin: 0 36px;
  }

  .dish-modal__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0;
    row-gap: 0;
    padding: 24px 0 32px;
    align-items: start;
  }

  .dish-modal__col--left {
    padding-left: 36px;
    padding-right: 28px;
    border-right: 1px solid #e6e6e6;
  }

  .dish-modal__col--right {
    padding: 28px 44px 32px 28px;
    gap: 32px;
  }

  .dish-modal__figure {
    max-width: 374px;
  }

  .dish-modal__img {
    height: 296px;
    max-height: none;
  }

  .dish-modal__alert-text,
  .dish-modal__field-label,
  .dish-modal__select--delivery,
  .dish-modal__select--portion {
    font-size: 15px;
  }

  .dish-modal__footer {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 36px 24px;
    gap: 16px 24px;
  }

  .dish-modal__total {
    font-size: 18px;
  }

  .dish-modal__footer-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: auto;
    gap: 12px;
  }

  .dish-modal__footer-actions .dish-modal__footer-btn {
    width: 176px;
    flex-shrink: 0;
  }

  .dish-modal__footer-actions .dish-modal__footer-btn--save {
    width: 189px;
  }
}

@media (max-width: 768px) {
  .dish-modal {
    width: 100vw;
    max-width: 100vw;
    max-height: 100%;
    height: 100%;
    margin: 0;
  }

  .dish-modal__inner {
    width: 100%;
    max-width: none;
    min-height: 100%;
    max-height: 100vh;
    border-radius: 12px 12px 0 0;
  }

  .dish-modal__compose,
  .dish-modal__field,
  .dish-modal__yield {
    max-width: 100%;
  }
}

/* ——— Модалка «Заменить блюдо целиком» (выбор замены) ——— */
.dish-replace-whole-modal {
  border: none;
  padding: 0;
  margin: auto;
  max-width: 100vw;
  max-height: 100vh;
  width: min(924px, calc(100vw - 24px));
  background: transparent;
  color: #483e35;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.dish-replace-whole-modal::backdrop {
  background: rgba(72, 62, 53, 0.55);
}

.dish-replace-whole-modal__inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 924px;
  min-height: min(652px, 92vh);
  max-height: 96vh;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(72, 62, 53, 0.18);
}

.dish-replace-whole-modal__header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 28px 44px 0;
  gap: 10px;
  flex-shrink: 0;
}

.dish-replace-whole-modal__title {
  grid-column: 2;
  justify-self: center;
  margin: 0;
  max-width: 100%;
  font-family: 'Aqum', 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #483e35;
}

.dish-replace-whole-modal__close {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: -8px -8px 0 0;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}

.dish-replace-whole-modal__close:hover {
  background: rgba(230, 230, 230, 0.5);
}

.dish-replace-whole-modal__divider {
  height: 1px;
  margin: 20px 0 0;
  background: #e6e6e6;
  flex-shrink: 0;
}

.dish-replace-whole-modal__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding: 20px 44px;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.dish-replace-whole-modal__subtitle {
  margin: 0;
  font-family: 'Aqum', 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #483e35;
}

.dish-replace-whole-modal__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}

.dish-replace-whole-card {
  position: relative;
}

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

.dish-replace-whole-card__shell {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 16px;
  border: 1px solid rgba(72, 62, 53, 0.3);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.15s ease;
}

.dish-replace-whole-card__input:checked + .dish-replace-whole-card__shell {
  border-color: #ed8712;
}

.dish-replace-whole-card__check {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ed8712;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.dish-replace-whole-card__check::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 45%;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.dish-replace-whole-card__input:checked + .dish-replace-whole-card__shell .dish-replace-whole-card__check {
  opacity: 1;
}

.dish-replace-whole-card__main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}

.dish-replace-whole-card__media {
  flex-shrink: 0;
  width: 116px;
  height: 92px;
  border-radius: 8px;
  overflow: hidden;
}

.dish-replace-whole-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dish-replace-whole-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 40px;
}

.dish-replace-whole-card__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dish-replace-whole-card__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #483e35;
}

.dish-replace-whole-card__gram {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: rgba(72, 62, 53, 0.8);
}

.dish-replace-whole-card__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px 40px;
  flex-wrap: wrap;
}

.dish-replace-whole-card__macros {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 16px;
}

.dish-replace-whole-card__macro {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-size: 13px;
  line-height: 16px;
}

.dish-replace-whole-card__macro-lbl {
  font-weight: 400;
  color: rgba(72, 62, 53, 0.8);
}

.dish-replace-whole-card__macro strong {
  font-weight: 500;
  color: #483e35;
}

.dish-replace-whole-card__macro-sep {
  width: 0;
  height: 16px;
  border-left: 1px solid rgba(72, 62, 53, 0.2);
}

.dish-replace-whole-card__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.dish-replace-whole-card__mini-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 8px 20px;
  border: none;
  border-radius: 100px;
  background: rgba(219, 124, 44, 0.1);
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #db7c2c;
  cursor: pointer;
}

.dish-replace-whole-card__mini-btn:hover {
  background: rgba(219, 124, 44, 0.18);
}

.dish-replace-whole-card__hint {
  display: block;
  flex-shrink: 0;
}

.dish-replace-whole-modal__footer {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 44px;
  gap: 12px;
  flex-shrink: 0;
  border-top: 1px solid #e6e6e6;
  background: #fff;
}

.dish-replace-whole-modal__footer-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

@media (max-width: 768px) {
  .dish-replace-whole-modal {
    width: 100vw;
    max-width: 100vw;
    max-height: 100%;
    height: 100%;
    margin: 0;
  }

  .dish-replace-whole-modal__inner {
    width: 100%;
    max-width: none;
    min-height: 100%;
    max-height: 100vh;
    border-radius: 12px 12px 0 0;
  }

  .dish-replace-whole-modal__header {
    padding: 16px 16px 0;
  }

  .dish-replace-whole-modal__title {
    font-size: 16px;
    line-height: 22px;
  }

  .dish-replace-whole-modal__body {
    padding: 16px;
  }

  .dish-replace-whole-modal__footer {
    padding: 16px;
  }

  .dish-replace-whole-card__main {
    flex-direction: column;
    gap: 12px;
  }

  .dish-replace-whole-card__info {
    padding-right: 36px;
  }

  .dish-replace-whole-card__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.weekly-menu__main-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  gap: 16px 24px;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
}

.weekly-menu__goal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 18px;
  flex: 1 1 280px;
  min-width: 0;
  max-width: 100%;
  width: auto;
}

.weekly-menu__goal-title {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #483E35;
  margin: 0;
}

.weekly-menu__goal-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px;
  gap: 14px;
  width: 100%;
  min-width: 0;
}

.weekly-menu__checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: auto;
  flex-shrink: 0;
}

.weekly-menu__checkbox-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.weekly-menu__checkbox-input {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1.5px solid rgba(72, 62, 53, 0.35);
  background-color: #fff;
  cursor: pointer;
}

.weekly-menu__checkbox-input:checked {
  background-color: #ed8712;
  border-color: #ed8712;
  background-image: url("/local/templates/ppreaviz/img/icon/check_checkbox.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 8px;
}

.weekly-menu__checkbox-text {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #483E35;
}

.weekly-menu__cost-info {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(72, 62, 53, 0.7);
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: break-word;
}

.weekly-menu__main-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 555px;
  min-width: 0;
  flex: 0 1 auto;
  height: 56px;
  background: #ED8712;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.weekly-menu__calendar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.weekly-menu__day {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0px;
  gap: 4px;
  flex: 0 1 180px;
  width: 180px;
  max-width: 100%;
  min-width: 0;
}

.weekly-menu__day-card {
  position: relative;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  height: 325px;
  background: rgba(230, 230, 230, 0.3);
  border-radius: 10px;
  padding: 16px 18px 16px 14px;
}

.weekly-menu__day-checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 100%;
 
  min-height: 16px;
 
}

.weekly-menu__day-checkbox-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.weekly-menu__day-checkbox-input {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1.5px solid rgba(72, 62, 53, 0.35);
  background-color: #fff;
  cursor: pointer;
}

.weekly-menu__day-checkbox-input:checked {
  background-color: #ed8712;
  border-color: #ed8712;
  background-image: url("/local/templates/ppreaviz/img/icon/check_checkbox.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 8px;
}

.weekly-menu__day-checkbox-text {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #483E35;
}

.weekly-menu__day-divider {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  top: 47px;
  background: #E8EDEF;
}

.weekly-menu__day-name {
  position: relative;

  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #483E35;
  margin-top: 35px;
  margin-bottom: 12px;
}

.weekly-menu__day-nutrition {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;


}

.weekly-menu__day-nutrition-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 100%;
  min-width: 0;
  height: 16px;
}

.weekly-menu__day-nutrition-row span:first-child {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #483E35;
}

.weekly-menu__day-nutrition-row span:last-child {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #483E35;
}

.weekly-menu__day-date {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
  margin-top: 28px;
  width: auto;
  height: 60px;

}

.weekly-menu__day-date-label {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(72, 62, 53, 0.7);
}

.weekly-menu__day-select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 100%;
  max-width: 148px;
  height: 40px;
}

.weekly-menu__day-select-input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 148px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 8px;
  border: none;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #483E35;
  appearance: none;
  background-image: url('/local/templates/ppreaviz/img/icon/calendare.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
}

/* hide native date icon to show our svg */
.weekly-menu__day-select-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.weekly-menu__day-select-input::-webkit-inner-spin-button,
.weekly-menu__day-select-input::-webkit-clear-button {
  display: none;
}

.weekly-menu__day-price {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 8px;
  margin-top: 20px;
  width: auto;
  height: 16px;
 
}

.weekly-menu__day-price span:first-child {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: rgba(72, 62, 53, 0.7);
}

.weekly-menu__day-price span:last-child {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #DB7C2C;
}

.weekly-menu__day-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}

.weekly-menu__day-actions div{
  display: flex;

  align-items: center;
  width: 100%;
  gap: 8px;

}

.weekly-menu__day-action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 4px;
  box-sizing: border-box;
  width: 100%;
  max-width: 152px;
  height: 30px;
  background: rgba(230, 230, 230, 0.4);
  border-radius: 100px;
  border: none;
  cursor: pointer;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #483E35;
}

.weekly-menu__day-action--active {
  background: rgba(219, 124, 44, 0.1);
  font-weight: 500;
  line-height: 15px;
  color: #DB7C2C;
  letter-spacing: 11%;
  padding: 8px 6px;
}

.weekly-menu__day-action-icon {
  width: 20px;
  height: 20px;
}

.weekly-menu__additional {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 0px 0px;
  gap: 16px 24px;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
}

.weekly-menu__dry-ration {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 16px;
  flex: 1 1 190px;
  min-width: 0;
  max-width: 100%;
  height: auto;
  min-height: 40px;
  cursor: pointer;
  user-select: none;
}

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

.weekly-menu__switch {
  width: 72px;
  height: 40px;
  flex-shrink: 0;
  background: rgba(230, 230, 230, 0.9);
  border-radius: 100px;
  position: relative;
}

.weekly-menu__switch-toggle {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 4px;
  top: 4px;
  background: rgba(72, 62, 53, 0.4);
  border-radius: 50%;
  transition: left 0.2s ease, background-color 0.2s ease;
}

.weekly-menu__switch-input:checked + .weekly-menu__switch {
  background: rgba(219, 124, 44, 0.05);
}

.weekly-menu__switch-input:checked + .weekly-menu__switch .weekly-menu__switch-toggle {
  left: 36px;
  background: #ed8712;
}

.weekly-menu__switch-input:focus-visible + .weekly-menu__switch {
  outline: 2px solid #ed8712;
  outline-offset: 3px;
}

.weekly-menu__switch-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  height: 40px;
  gap: 8px;
}

.weekly-menu__switch-text {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #483E35;
  margin-top: 2px;
  min-width: 0;
  flex: 1 1 auto;
}

.weekly-menu__switch-icon {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 224px;
  top: 2px;
}

.weekly-menu__additional-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0px;
  gap: 16px;
  flex: 1 1 280px;
  min-width: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 48px;
}

.weekly-menu__additional-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  gap: 10px;
  /* flex: 1 1 240px;
  min-width: min(100%, 200px);
  max-width: 100%; */
  height: 48px;
  background: #A35F2E;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.weekly-menu__additional-button-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

/* Weekly Menu Responsive Styles */
@media (max-width: 920px) {
  .weekly-menu__header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-bottom: 8px;
    height: auto;
  }

  .weekly-menu__functions,
  .weekly-menu__recommendations {
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    margin-top: 0;
  }

  .weekly-menu__functions {
    gap: 0;
  }

  .weekly-menu__functions-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
  }

  .weekly-menu__title {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    font-size: 20px;
    line-height: 28px;
  }

  .weekly-menu__actions {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .weekly-menu__tags {
    display: none;
  }

  .weekly-menu__more {
    display: block;
  }

  .weekly-menu__recommendations {
    gap: 8px;
  }

  .weekly-menu__rec-header {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-height: 0;
    height: auto;
  }

  .weekly-menu__rec-title {
    flex: 1 1 auto;
  }

  .weekly-menu__rec-title span {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(72, 62, 53, 0.9);
  }

  .weekly-menu__rec-button--header {
    display: none;
  }

  .weekly-menu__rec-button--footer {
    display: flex;
    flex-shrink: 0;
    width: auto;
    min-width: 0;
    height: 34px;
    padding: 10px 16px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
  }

  .weekly-menu__nutrition-card {
    max-width: 100%;
    min-height: 214px;
    height: auto;
    padding: 0;
    overflow: hidden;
  }

  .weekly-menu__nutrition-desktop {
    display: none;
  }

  .weekly-menu__nutrition-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 12px 16px 14px;
    box-sizing: border-box;
  }

  .weekly-menu__nutrition-mobile-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 68px 72px;
    column-gap: 12px;
    align-items: end;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(72, 62, 53, 0.1);
  }

  .weekly-menu__nutrition-mobile-spacer {
    display: block;
    min-width: 0;
  }

  .weekly-menu__nutrition-mobile-col {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #483e35;
  }

  .weekly-menu__nutrition-mobile-row {
    display: grid;
    grid-template-columns: minmax(96px, 120px) 68px 72px;
    column-gap: 12px;
    align-items: center;
    min-height: 31px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(72, 62, 53, 0.1);
  }

  .weekly-menu__nutrition-mobile-row:last-child {
    border-bottom: none;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .weekly-menu__nutrition-mobile-label {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(72, 62, 53, 0.8);
  }

  .weekly-menu__nutrition-mobile-row--water .weekly-menu__nutrition-mobile-label {
    line-height: 16px;
  }

  .weekly-menu__nutrition-mobile-value {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #483e35;
  }

  .weekly-menu__rec-footer {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }

  .weekly-menu__status {
    position: static;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .weekly-menu__status span {
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
  }

  .weekly-menu__oregano {
    display: none;
  }

  .weekly-menu__main {
    gap: 12px;
  }

  .weekly-menu__week-view {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "goal goal"
      "calendar calendar"
      "additional additional"
      "checkout checkout";
    gap: 12px;
    width: 100%;
  }

  .weekly-menu__main-header {
    display: contents;
    height: auto;
  }

  .weekly-menu__goal {
    grid-area: goal;
    gap: 12px;
    width: 100%;
    max-width: none;
  }

  .weekly-menu__goal-title {
    font-size: 16px;
    line-height: 20px;
  }

  .weekly-menu__goal-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-bottom: 8px;
  }

  .weekly-menu__checkbox-text {
    font-size: 11px;
    line-height: 14px;
  }

  .weekly-menu__cost-info {
    font-size: 11px;
    line-height: 14px;
  }

  .weekly-menu__main-button {
    grid-area: checkout;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: 48px;
    margin-top: 0;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .weekly-menu__calendar {
    grid-area: calendar;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
    width: 100%;
    min-width: 0;
    overflow: visible;
    padding-bottom: 12px;
  }

  .weekly-menu__day {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: none;
    flex: none;
  }

  .weekly-menu__day-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto auto;
    align-content: start;
    width: 100%;
    max-width: none;
    min-height: 205px;
    height: auto;
    margin: 0;
    padding: 16px;
    box-sizing: border-box;
  }

  .weekly-menu__day-name {
    grid-column: 1;
    grid-row: 1;
    position: static;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    align-self: start;
  }

  .weekly-menu__day-checkbox {
    grid-column: 2;
    grid-row: 1;
    position: static;
    justify-self: end;
    align-self: start;
    width: auto;
    min-height: 0;
  }

  .weekly-menu__day-checkbox-text {
    font-size: 11px;
    line-height: 14px;
  }

  .weekly-menu__day-divider {
    grid-column: 1 / -1;
    grid-row: 2;
    position: static;
    width: 100%;
    height: 1px;
    margin: 12px 0 16px;
    background: #e6e6e6;
  }

  .weekly-menu__day-nutrition {
    grid-column: 1 / -1;
    grid-row: 3;
    position: static;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e6e6e6;
  }

  .weekly-menu__day-nutrition-row {
    flex: 1 1 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    width: auto;
    min-width: 0;
    height: auto;
  }

  .weekly-menu__day-nutrition-row span:first-child {
    font-size: 12px;
    line-height: 16px;
    color: rgba(72, 62, 53, 0.7);
  }

  .weekly-menu__day-nutrition-row span:last-child {
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #483e35;
  }

  .weekly-menu__day-date {
    grid-column: 1;
    grid-row: 4;
    position: static;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
  }

  .weekly-menu__day-date-label {
    font-size: 11px;
    line-height: 14px;
  }

  .weekly-menu__day-select {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .weekly-menu__day-select-input {
    width: 100%;
    max-width: none;
    height: 40px;
    padding: 8px 36px 8px 12px;
    font-size: 13px;
    line-height: 16px;
  }

  .weekly-menu__day-price {
    grid-column: 2;
    grid-row: 4;
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    height: auto;
    margin: 0;
    align-self: end;
  }

  .weekly-menu__day-price span:first-child {
    font-size: 11px;
    line-height: 14px;
  }

  .weekly-menu__day-price span:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    background: rgba(230, 230, 230, 0.3);
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }

  .weekly-menu__day-actions {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .weekly-menu__day-actions > div {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .weekly-menu__day-action {
    width: 100%;
    max-width: none;
    height: 30px;
    padding: 8px 20px;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    line-height: 14px;
  }

  .weekly-menu__day-action--active {
    height: 31px;
    padding: 8px 9px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: normal;
  }

  .weekly-menu__day-action-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  .weekly-menu__day-actions > div:first-child::after {
    content: "О просмотре";
    display: flex;
    align-items: center;
    gap: 4px;
    padding-left: 16px;
    font-family: "Rubik", sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: rgba(72, 62, 53, 0.8);
    background: url("/local/templates/ppreaviz/img/icon/qustions_table.svg") left center / 12px 12px no-repeat;
  }

  .weekly-menu__day-actions > div:first-child .weekly-menu__day-action-icon {
    display: none;
  }

  .weekly-menu__day-actions > div:last-child::after {
    content: "О редактировании КБЖУ";
    display: flex;
    align-items: center;
    gap: 4px;
    padding-left: 16px;
    font-family: "Rubik", sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: rgba(72, 62, 53, 0.8);
    background: url("/local/templates/ppreaviz/img/icon/qustions_table.svg") left center / 12px 12px no-repeat;
  }

  .weekly-menu__day-actions > div:last-child .weekly-menu__day-action-icon {
    display: none;
  }

  .weekly-menu__additional {
    grid-area: additional;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px 0 0;
    height: auto;
    border-top: 1px solid #e6e6e6;
  }

  .weekly-menu__dry-ration {
    width: 100%;
    max-width: none;
    min-height: 32px;
        flex: 1 1 60px;
    gap: 16px;
  }

  .weekly-menu__switch {
    width: 56px;
    height: 32px;
    flex-shrink: 0;
  }

  .weekly-menu__switch-toggle {
    width: 24px;
    height: 24px;
    top: 4px;
    left: 4px;
  }

  .weekly-menu__switch-input:checked + .weekly-menu__switch .weekly-menu__switch-toggle {
    left: 28px;
    background: #ed8712;
  }

  .weekly-menu__switch-content {
    flex: 1 1 auto;
    min-width: 0;
    height: auto;
    min-height: 32px;
    align-items: center;
  }

  .weekly-menu__switch-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
  }

  .weekly-menu__switch-text br{
    display: none;
  }

  .weekly-menu__switch-icon {
    position: static;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin-left: 4px;
  }

  .weekly-menu__additional-buttons {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 12px;
    padding-top: 8px;
    min-height: 0;
    flex: 1 1 70px;
  }

  .weekly-menu__additional-button {
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #a35f2e;
  }

  .weekly-menu__additional-button-icon {
    width: 16px;
    height: 16px;
    filter: none;
  }

  .daily-menu__head {
    padding-right: 0;
    min-height: 0;
  }

  .daily-menu .weekly-menu__main-button.daily-menu__save {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 12px;
  }

  .daily-menu__title {
    max-width: 100%;
  }

  .daily-meal {
    width: 100%;
    flex: 1 1 100%;
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .weekly-menu {
    padding: 41px 0 30px;
  }

  .weekly-menu__nutrition-mobile {
    padding: 12px 12px 14px;
  }

  .weekly-menu__nutrition-mobile-head,
  .weekly-menu__nutrition-mobile-row {
    grid-template-columns: minmax(88px, 1fr) minmax(56px, 68px) minmax(56px, 72px);
    column-gap: 8px;
  }

  .weekly-menu__week-view {
    grid-template-columns: 1fr;
    grid-template-areas:
      "goal"
      "calendar"
      "additional"
      "checkout";
  }

  .weekly-menu__calendar {
    grid-template-columns: 1fr;
    gap: 29px;
  }
}

/* ——— Доп. товары (слайдер под недельным меню) ——— */
.weekly-extras {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 55px;
  width: 100%;
}

.weekly-extras__head {
  width: 100%;
  max-width: 1313px;
}

.weekly-extras__title {
  margin: 0;
  font-family: "Aqum", "Rubik", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: #483e35;
}

.weekly-extras__viewport {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: max(65px, env(safe-area-inset-left, 0px));
  box-sizing: border-box;
}

.weekly-extras__track {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 88px 18px 0;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.weekly-extras__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 0 20px rgba(122, 140, 148, 0.2);
  cursor: pointer;
}

.weekly-extras__arrow:hover:not(:disabled) {
  box-shadow: 0 4px 24px rgba(122, 140, 148, 0.28);
}

.weekly-extras__arrow:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.weekly-extras__arrow--next {
  right: 42px;
}

.weekly-extras__arrow--prev {
  left: 42px;
}

.weekly-extras__arrow img {
  display: block;
  width: 14px;
  height: 14px;
  opacity: 0.85;
}

.weekly-extras__arrow--prev img {
  transform: rotate(180deg);
}

.extra-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: min(646px, calc(100vw - 40px));
  max-width: 100%;
}

.extra-card__body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 28px 24px;
  background: rgba(230, 230, 230, 0.3);
  border-radius: 16px;
  height: 100%;
}

.extra-card__top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 20px;
}

.extra-card__media {
  flex-shrink: 0;
  width: 76px;
  height: 76px;
  border-radius: 8px;
  overflow: hidden;
}

.extra-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.extra-card__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
}

.extra-card__name {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #483e35;
}

.extra-card__weight {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: rgba(72, 62, 53, 0.6);
}

.extra-card__price {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #db7c2c;
}

.extra-card__macros {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 12px;
  row-gap: 6px;
}

.extra-card__macro {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 13px;
  line-height: 16px;
}

.extra-card__macro-lbl {
  font-weight: 400;
  color: rgba(72, 62, 53, 0.8);
}

.extra-card__macro strong {
  font-weight: 600;
  color: #483e35;
}

.extra-card__macro-sep {
  width: 0;
  height: 16px;
  border-left: 1px solid rgba(72, 62, 53, 0.2);
}

.extra-card__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.extra-card__add {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 32px;
  padding: 8px 16px;
  border: none;
  border-radius: 10px;
  background: #a35f2e;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
}

.extra-card__add:hover {
  filter: brightness(1.05);
}

.extra-card__footer--ordered {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-top: 15px;
}

.extra-card__order-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.extra-card__order-label {
  max-width: 75px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: rgba(72, 62, 53, 0.8);
}

.extra-card__stepper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.extra-card__step {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  border-radius: 10px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}

.extra-card__step--btn {
  border: none;
  background: #a35f2e;
  color: #fff;
  cursor: pointer;
}

.extra-card__step--btn:hover {
  filter: brightness(1.06);
}

.extra-card__step--value {
  background: rgba(230, 230, 230, 0.6);
  color: #483e35;
}

.extra-card__delete {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border: none;
  border-radius: 5px;
  background: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #e33535;
  cursor: pointer;
}

.extra-card__delete:hover {
  background: rgba(227, 53, 53, 0.06);
}

.extra-card__delete-icon {
  flex-shrink: 0;
}

@media (max-width: 760px) {
  .weekly-extras {
    gap: 16px;
    margin-top: 40px;
  }

  .weekly-extras__title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-transform: none;
  }

  .weekly-extras__viewport {
    padding-left: 16px;
    padding-right: 16px;
  }

  .weekly-extras__track {
    gap: 8px;
  padding: 4px 52px 12px 2px;
    scroll-padding-inline: 52px;
  }

  .weekly-extras__arrow {
    width: 40px;
    height: 40px;
  }

  .weekly-extras__arrow--prev {
    left: 0;
  }

  .weekly-extras__arrow--next {
    right: 0;
  }

  .extra-card {
    flex: 0 0 280px;
    width: 280px;
    max-width: 280px;
  }

  .extra-card__body {
    min-height: 436px;
    padding: 16px;
    gap: 10px;
  }

  .extra-card__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    gap: 16px;
  }

  .extra-card__name {
    font-size: 16px;
    line-height: 20px;
  }

  .extra-card__macros {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    row-gap: 8px;
  }

  .extra-card__macro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 4px;
  }

  .extra-card__macro-lbl {
    flex: 0 0 auto;
  }

  .extra-card__macro strong {
    font-weight: 500;
    text-align: right;
  }

  .extra-card__macro-sep {
    width: 100%;
    height: 0;
    border: none;
    border-top: 1px solid rgba(72, 62, 53, 0.2);
  }

  .extra-card__footer {
    margin-top: auto;
    gap: 8px;
  }

  .extra-card__footer--ordered {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px 10px;
    margin-top: auto;
  }

  .extra-card__order-row {
    display: contents;
  }

  .extra-card__order-label {
    grid-column: 1 / -1;
    max-width: none;
    width: 100%;
  }

  .extra-card__stepper {
    grid-column: 1;
    justify-self: start;
  }

  .extra-card__delete {
    grid-column: 2;
    grid-row: 2;
  }

  .extra-card__stepper {
    gap: 4px;
  }

  .extra-card__step {
    min-width: 28px;
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 5px;
    font-size: 13px;
    line-height: 16px;
  }

  .extra-card__step--value {
    width: 31px;
    min-width: 31px;
    padding: 8px 12px;
    box-sizing: border-box;
  }

  .extra-card__delete {
    align-self: auto;
    min-height: 28px;
    padding: 6px 12px;
  }

  .extra-card__add {
    width: 100%;
    max-width: none;
    min-height: 30px;
    height: 30px;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
  }
}

.menu-actions {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 10px;
}

.menu-actions__primary,
.menu-actions__secondary {
  height: 64px;
  border-radius: 10px;
  border: 0;
  color: #fff;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
.menu-actions__secondary_question{
  display: none;
}

.menu-actions__primary {
  width: 312px;
  background: #ed8712;
}

.menu-actions__secondary {
  width: 492px;
  background: #a35f2e;
  position: relative;
  padding: 12px 32px 12px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.menu-actions__secondary span {
  width: 20px;
  position: absolute;
  right: 34px;
  top: 22px;
  height: 20px;
  border-radius: 999px;
  border: 1.5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.hero__card {
  width: 100%;
  max-width: 1312px;
  height: 440px;
  display: grid;
  grid-template-columns: 768px minmax(0, 536px);
  gap: 8px;
}

.hero__content {
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 768px;
  min-width: 768px;
  max-width: 768px;
  height: 440px;
  padding: 40px 38px 40px 48px;
  border-radius: 20px;
  background: rgba(230, 230, 230, 0.4);
  isolation: isolate;
  overflow: hidden;
}

.hero__content::before {
  content: "";
  position: absolute;
  background-image: url('/local/templates/ppreaviz/img/icon/Vector_back.svg');
      background-repeat: no-repeat;
    width: 498px;
    height: 397px;
  left: 429px;
  top: 0;

  pointer-events: none;
  z-index: -1;
}

.hero__title {
  position: relative;
margin-bottom: 56px;
  width: 100%;
  max-width: 686px;
  margin-top: 0;
  text-transform: uppercase;
  font-family: "Aqum", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 47px;
  letter-spacing: -0.01em;
  color: #483e35;
  font-feature-settings: "kern" off;
}

.hero__features {
  position: relative;
  margin-bottom: 68px;
  width: 100%;
  max-width: 672px;

  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(72, 62, 53, 0.8);
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
}

.hero-feature img {
  width: 32px;
  height: 32px;
  padding: 6px;
  background: rgba(219, 124, 44, 0.1);
  border-radius: 4px;
  flex-shrink: 0;
  object-fit: contain;
}

.hero-feature:nth-child(1) {
  width: 175px;
}

.hero-feature:nth-child(2) {
  width: 204px;
}

.hero-feature:nth-child(3) {
  width: 212px;
}

.hero__button {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 64px;
  padding: 20px 40px;
  border-radius: 10px;
  background: #ed8712;
  color: #fff;
  text-decoration: none;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.hero__media {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 536px;
  height: 440px;
  justify-self: stretch;
  border-radius: 20px;
  overflow: hidden;
}

.hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero__play {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.hero__play img {
  width: 64px;
  height: 64px;
}

@media (max-width: 1200px) {
  .menu-picker {
    padding-bottom: 42px;
  }

  .menu-picker__title-wrap {
    gap: 10px;
    width: 100%;
  }

  .menu-picker__title {
    font-size: clamp(28px, 4vw, 32px);
    line-height: 1.2;
  }

  .menu-picker__subtitle {
    font-size: 16px;
    line-height: 22px;
  }

  .menu-picker__row {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;

  }

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

  .menu-picker__confirm {
    width: 100%;
  }

  .table-picker__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .goal-picker__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .menu-filters__grid {
    grid-template-columns: 1fr 1fr;
  }

  .menu-actions {
    flex-direction: column;
  }

  .menu-actions__primary,
  .menu-actions__secondary {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
  }

  .hero {
    padding: 20px 0 42px;
  }

  .hero__card {
    height: auto;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero__content {
    width: auto;
    min-width: 0;
    max-width: none;
    overflow: hidden;
    height: auto;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
  }

  .hero__content::before {
      background-size: contain;
    background-repeat: no-repeat;
    width: 358px;
    height: 397px;
    left: auto;
    top: 0;
    right: 0;
  }

  .hero__title,
  .hero__features,
  .hero__button {
    position: static;
    width: auto;
  }

  .hero__title {
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0;
    max-width: 100%;
  }

  .hero__features {
    margin-top: 22px;
    gap: 14px 18px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .hero-feature,
  .hero-feature:nth-child(1),
  .hero-feature:nth-child(2),
  .hero-feature:nth-child(3) {
    width: calc(50% - 9px);
  }

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

  .hero__button {
    margin-top: 26px;
    height: auto;
    width: auto;
    min-width: 224px;
    min-height: 58px;
    font-size: 20px;
    line-height: 24px;
  }

  .hero__media {
    width: 100%;
    max-width: none;
    height: clamp(280px, 45vw, 420px);
  }

  .hero__play,
  .hero__play img {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 920px) {
  .menu-picker {
    padding-bottom: 24px;
  }

  .menu-picker .container {
    width: min(1312px, 100% - 32px);
    gap: 20px;
  }

  .menu-picker__title {
    font-size: clamp(22px, 6.4vw, 30px);
    line-height: 1.2;
    letter-spacing: -1.7px;
  }

  .menu-picker__subtitle {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .menu-picker__filters {
    gap: 20px;
  }

  .menu-picker__section-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1.7px;
    padding-top: 5px;
  }

  .menu-picker__intensity .menu-picker__section-title {
    padding-top: 18px;
    letter-spacing: -0.2px;
  }
  .menu-picker__fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .menu-picker__field{
    gap: 7px;
  }

  .menu-picker__field > span {
    font-size: 14px;
    line-height: 20px;
  }

  .menu-picker__field select,
  .menu-picker__field input {
    height: 44px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .menu-picker__confirm {
        height: 50px;
        font-size: 14px;
        line-height: 22px;
  }
  .menu-picker__intensity{
    gap: 15px;
  }

  /* .menu-picker__field--wide select {
    height: 52px;
    padding: 14px 16px;
  } */

  .table-picker {
    margin-top: 24px;
    gap: 18px;
  }

  .menu-advanced {
    gap: 33px;
    margin-top: 15px;
  }
  
  .menu-advanced .menu-picker__section-title {
    letter-spacing: -0.2px;
  }

  .table-picker__title {
    font-size: 20px;
    line-height: 24px;
  }

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

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

  .table-card {
    min-height: 132px;
    border-radius: 16px;
    padding: 16px 14px;
  }

  .table-card__title {
    font-size: 16px;
    line-height: 20px;
  }

  .table-card__desc {
    font-size: 14px;
    line-height: 18px;
    max-width: 160px;
  }

  .table-card::after {
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
  }

  .table-card__icon {
    left: 14px;
    bottom: 14px;
  }

.goal-picker{
  gap:15px;
}

  .goal-card {
    min-height: 100px;
    border-radius: 16px;
        padding: 20px 16px;
  }

  .goal-card__title {
    font-size: 16px;
    line-height: 20px;
  }

  .goal-card__badge {
    left: 14px;
    top: 44px;
    width: 36px;
    height: 36px;
  }

  .goal-card__meal {
    width: 180px;
    height: 96px;
    right: -56px;
    top: 14px;
  }

  .menu-filters__grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .favorites-filter__trigger {
    height: 44px;
    padding: 10px 14px;
    font-size: 16px;
    line-height: 20px;
  }

  /* Mobile modal overlay */
  .favorites-filter.is-open::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(72, 62, 53, 0.7);
    z-index: 49;
  }
  
  /* Mobile modal container */
  .favorites-filter__dropdown {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 90vh;
    background: #FFFFFF;
    border-radius: 20px 20px 0px 0px;
    z-index: 50;
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    overflow: hidden;
  }
  
  /* Mobile modal header */
  .favorites-filter__dropdown::before {
    content: attr(data-title);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #E6E6E6;
    background: #FFFFFF;
    font-family: 'Aqum';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #483E35;
  }
  
  /* Hide categories sidebar on mobile */
  .favorites-filter__categories {
    display: none;
  }
  
  /* Mobile search input */
  .favorites-filter__search {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 100%;
    height: 48px;
    margin: 16px 0;
  }
  
  .favorites-filter__search-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 20px;
    gap: 8px;
    width: 312px;
    height: 48px;
    border: 1px solid rgba(135, 135, 135, 0.4);
    border-radius: 8px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(72, 62, 53, 0.8);
    background: transparent;
  }
  
  .favorites-filter__search-input::placeholder {
    color: rgba(72, 62, 53, 0.8);
  }

  /* Mobile products container */
  .favorites-filter__products {
    flex: 1;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0 0 140px 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  /* Mobile products title (category headers) */
  .favorites-filter__products-title {
    padding: 0px 24px 8px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(72, 62, 53, 0.5);
    margin-bottom: 0;
  }
  
  /* Mobile products list */
  .favorites-filter__products-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
  }
  
  /* Mobile product items */
  .favorites-filter__product {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 6px 24px;
    gap: 10px;
    width: 100%;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #483E35;
    text-align: left;
  }
  
  .favorites-filter__product.is-selected {
    background: rgba(219, 124, 44, 0.05);
  }
  
  .favorites-filter__product-check {
    width: 20px;
    height: 20px;
    position: relative;
    opacity: 0;
  }
  
  .favorites-filter__product-check::before {
    content: '';
    position: absolute;
    left: 16.67%;
    right: 16.67%;
    top: 29.17%;
    bottom: 25%;
    border: 2px solid #DB7C2C;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    transform-origin: center;
  }
  
  .favorites-filter__product.is-selected .favorites-filter__product-check {
    opacity: 1;
  }
  
  /* Mobile action buttons */
  .favorites-filter__actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 16px 0px;
    gap: 8px;
    width: 100%;
    height: 124px;
    background: #FFFFFF;
  }
  
  .favorites-filter__apply {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 40px;
    gap: 10px;
    width: 328px;
    height: 52px;
    background: #ED8712;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
  }
  
  .favorites-filter__cancel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 40px;
    gap: 10px;
    width: 328px;
    height: 52px;
    background: transparent;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #A35F2E;
  }
  
  /* Hide desktop elements on mobile */
  .favorites-filter__search {
    display: block;
  }

  .favorites-filter__products {
    box-shadow: none;
    border-top-left-radius: 8px;
    margin-top: 8px;
  }

  .menu-actions{
    margin-top: -4px;
    gap: 6px;
  }

  .menu-actions__primary,
  .menu-actions__secondary {
    height: 50px;
    font-size: 14px;
    line-height: 22px;
  }

  .menu-actions__secondary {
    padding: 10px 16px 10px 18px;
  }
   .menu-actions__secondary span {
    display: none;
  }

  .menu-actions__secondary_question{
    display: block;
    width: 100%;
    text-align: center;
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 11px;
    line-height: 14px;
    color: #483E35CC;
    margin-top: 9px;
  }

  .menu-actions__secondary_question span {
    width: 16px;
    height: 16px;
    background: url(/local/templates/ppreaviz/../img/icon/question.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    border: 1px solid #483E35CC;
    border-radius: 9999px;
    
  }

  .hero {
    padding: 18px 0 24px;
  }

  .hero__card {
    grid-template-columns: 1fr;
    border-radius: 16px;
    overflow: visible;
    background: transparent;
    gap: 4px;
    min-height: 0;
    height: auto;
  }

  .hero__content {
    width: auto;
    min-width: 0;
    max-width: none;
    border-radius: 16px;
    height: auto;
    padding: 22px 18px 24px;
  }

  .hero__title {
    max-width: 100%;
    font-size: clamp(24px, 6.8vw, 32px);
    line-height: 1.22;
  }

  .hero__features {
    margin-top: 24px;
    margin-bottom: 0px;
    flex-direction: column;
    gap: 16px;
  }

  .hero-feature {
    width: 100%!important;
    font-size: 13px;
    line-height: 16px;
  }

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

  .hero__button {
    margin-top: 18px;
    width: 100%;
    min-width: 0;
    min-height: 56px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 12px;
  }

  .hero__media {
    border-radius: 16px;
    overflow: hidden;
    min-height: 220px;
    width: 100%;
    max-width: none;
    height: 52vw;
    max-height: 320px;
  }

  .hero__play,
  .hero__play img {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 560px) {
  .table-picker__grid,
  .goal-picker__grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 14px 0 57px;
  }

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

  .hero__content {
    padding: 15px 24px 28px;
    border-radius: 14px;
  }

  .hero__title {
    font-size: 20px;
    line-height: 28px;
  }

  .hero__button {
    margin-top: 30px;
    min-height: 41px;
    max-height: 48px;
    font-size: 14px;
    line-height: 20px;
  }

  .hero__media {
    border-radius: 14px;
    min-height: 270px;
    height: 56vw;
    max-height: 260px;
  }
}

.cta {
  padding: 0 0 115px;
}

.cta .container {
  width: min(1312px, 100% - 48px);
}

.cta__card {
  width: 100%;
  max-width: 1312px;
  min-height: 452px;
  display: grid;
  grid-template-columns: minmax(0, 768px) minmax(0, 536px);
  gap: 8px;
}

.cta__info {
  position: relative;
  border-radius: 20px;
  background: rgba(230, 230, 230, 0.4);
  overflow: hidden;
  isolation: isolate;
  padding: 40px 48px;
}

.cta__info::before {
  content: "";

    position: absolute;
    background-image: url(/local/templates/ppreaviz/img/icon/Vector_back.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 358px;
    height: 397px;
    left: auto;
    top: 0;
    right: 0;

  z-index: -1;
}

.cta__title {
  margin: 0;
  max-width: 422px;
  font-family: "Aqum", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #483e35;
}

.cta__text {
  margin: 40px 0 0;
  max-width: 432px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(72, 62, 53, 0.8);
}

.cta__leaf {
  position: absolute;
  left: -4px;
  bottom: -1px;
  width: 250px;
  height: auto;
  transform: rotate(15deg);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
}

.cta__form-wrap {
  border-radius: 20px;
  background: rgba(230, 230, 230, 0.4);
  padding: 44px;
}

.cta__form-title {
  margin: 0 0 24px;
  font-family: "Aqum", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #483e35;
}

.cta-form {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.cta-form__fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cta-form__input {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  padding: 12px 24px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #483e35;
}

.cta-form__input::placeholder {
  color: rgba(72, 62, 53, 0.8);
}

.cta-form__agree {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #483e35;
}

.cta-form__agree input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 4px;
  background: #ed8712;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.cta-form__agree input::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
}

.cta-form__agree a {
  color: #ed8712;
  text-decoration: none;
}

.cta-form__button {
  width: 100%;
  min-height: 64px;
  margin-top: 24px;
  border: 0;
  border-radius: 10px;
  background: #ed8712;
  color: #fff;
 
  cursor: pointer;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1200px) {
  .cta {
    padding-bottom: 42px;
  }

  .cta__card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cta__info,
  .cta__form-wrap {
    padding: 28px 24px;
  }

  .cta__info::before {
    display: none;
  }

  .cta__title {
    font-size: clamp(28px, 4vw, 36px);
    line-height: 1.2;
  }

  .cta__text {
    margin-top: 20px;
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .cta__leaf {
    width: 140px;
    bottom: -12px;
  }

  .cta-form {
    gap: 26px;
  }
}

@media (max-width: 920px) {
  .cta {
    padding-bottom: 24px;
  }

  .cta .container {
    width: min(1312px, 100% - 32px);
  }

  .cta__info,
  .cta__form-wrap {
    border-radius: 16px;
    padding: 22px 18px;
  }

  .cta__title {
    font-size: clamp(24px, 6.6vw, 32px);
    line-height: 1.2;
  }

  .cta__text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .cta__leaf {
    width: 104px;
    bottom: -16px;
  }

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

  .cta-form {
    gap: 18px;
  }

  .cta-form__input {
    height: 44px;
    padding: 10px 14px;
    font-size: 16px;
  }

  .cta-form__agree {
    font-size: 14px;
    line-height: 18px;
  }

  .cta-form__button {
    min-height: 56px;
    font-size: 18px;
    line-height: 22px;
  }
}

.benefits {
  padding: 0 0 115px;
}

.benefits .container {
  width: min(1312px, 100% - 48px);
}

.benefits__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 43px;
}

.benefits__title {
  width: 100%;
  margin: 0;
  font-family: "Aqum", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #483e35;
}

.benefits__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.benefit-card {
  position: relative;
  min-height: 142px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135.35deg, #ed8a36 19.26%, #fea958 94.93%);
  padding: 20px;
  isolation: isolate;
}

.benefit-card::before {
  content: "";
    position: absolute;
    background-image: url(/local/templates/ppreaviz/img/icon/vector_back2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 140px;
    left: auto;
      right: 0;
    top: 0;
    pointer-events: none;
  z-index: -1;
}

.benefit-card__text {
  margin: 0;
  max-width: 251px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.benefit-card__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.15));
}

.benefit-card:nth-child(1) .benefit-card__image {
  width: 136px;
  height: 136px;
  right: -4px;
  bottom: -14px;
}

.benefit-card:nth-child(2) .benefit-card__image {
  width: 156px;
  height: 112px;
  right: -8px;
  bottom: -6px;
}

.benefit-card:nth-child(3) .benefit-card__image {
  width: 144px;
  height: 126px;
  right: 0px;
  bottom: -12px;
}

.benefit-card:nth-child(4) .benefit-card__image {
  width: 128px;
  height: 128px;
  right: -2px;
  bottom: -10px;
}

@media (max-width: 1200px) {
  .benefits {
    padding-bottom: 42px;
  }

  .benefits__inner {
    gap: 24px;
  }

  .benefits__title {
    font-size: clamp(28px, 4vw, 32px);
    line-height: 1.2;
  }

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

@media (max-width: 920px) {
  .benefits {
    padding-bottom: 24px;
  }

  .benefits .container {
    width: min(1312px, 100% - 32px);
  }

  .benefits__inner {
    gap: 16px;
  }

  .benefits__title {
    font-size: clamp(24px, 6.4vw, 30px);
    line-height: 1.2;
  }

  .benefits__cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .benefit-card {
    min-height: 132px;
    border-radius: 16px;
    padding: 16px;
  }

  .benefit-card__text {
    font-size: 17px;
    line-height: 22px;
    max-width: 210px;
  }

  .benefit-card__image {
    width: 100px;
    height: 100px;
  }

  .benefit-card:nth-child(1) .benefit-card__image {
    width: 118px;
    height: 118px;
    right: -4px;
    bottom: -14px;
  }

  .benefit-card:nth-child(2) .benefit-card__image {
    width: 136px;
    height: 96px;
    right: -8px;
    bottom: -8px;
  }

  .benefit-card:nth-child(3) .benefit-card__image {
    width: 100px;
    height: 106px;
    right: 12px;
    bottom: -2px;
  }

  .benefit-card:nth-child(4) .benefit-card__image {
    width: 112px;
    height: 112px;
    right: -2px;
    bottom: -8px;
  }
}

.faq {
  padding: 0 0 118px;
}

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

.faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 43px;
}

.faq__title {
  width: 100%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Aqum", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #483e35;
}

.faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border-radius: 20px;
  background: rgba(230, 230, 230, 0.3);
  padding: 16px 44px;
}

.faq-item.is-open {
  background: rgba(219, 124, 44, 0.05);
  padding-top: 24px;
  padding-bottom: 24px;
}

.faq-item__head {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  text-align: left;
}

.faq-item__question {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #483e35;
}

.faq-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  flex-shrink: 0;
  position: relative;
  background: rgba(230, 230, 230, 0.4);
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: rgba(72, 62, 53, 0.8);
  transform: translate(-50%, -50%);
}

.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-item__icon {
  background: #ed8712;
}

.faq-item.is-open .faq-item__icon::before,
.faq-item.is-open .faq-item__icon::after {
  background: #fff;
}

.faq-item.is-open .faq-item__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item.is-open .faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.faq-item__content {
  display: none;
  max-width: 772px;
}

.faq-item.is-open .faq-item__content {
  display: block;
}

.faq-item__content p {
  margin: 8px 0 0;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(72, 62, 53, 0.8);
}

@media (max-width: 1200px) {
  .faq {
    padding-bottom: 42px;
  }

  .faq__inner {
    gap: 24px;
  }

  .faq__title {
    font-size: clamp(28px, 4vw, 32px);
    line-height: 1.2;
  }

  .faq-item,
  .faq-item.is-open {
    padding: 18px 22px;
  }

  .faq-item__question {
    font-size: 19px;
    line-height: 24px;
  }

  .faq-item__content {
    max-width: 100%;
  }
}

@media (max-width: 920px) {
  .faq {
    padding-bottom: 24px;
  }

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

  .faq__inner {
    gap: 16px;
  }

  .faq__title {
    font-size: clamp(24px, 6.4vw, 30px);
    line-height: 1.2;
  }

  .faq__list {
    gap: 10px;
  }

  .faq-item,
  .faq-item.is-open {
    border-radius: 16px;
    padding: 14px 16px;
  }

  .faq-item__question {
    font-size: 18px;
    line-height: 22px;
    max-width: calc(100% - 52px);
  }

  .faq-item__icon {
    width: 36px;
    height: 36px;
  }

  .faq-item__content p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
}

.footer {
  background: #fff;
  border-top: 1px solid #e6e6e6;
}

.footer .container {
  width: 100%;
  max-width: 1344px;
}

.footer__inner {
  min-height: 274px;
  padding: 35px 16px 42px 19px;
  display: grid;
  /* grid-template-columns: 280px 1fr 220px;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  column-gap: 52px;
  row-gap: 26px; */
}

.footer__logo img {
  width: 152px;
  height: auto;
  display: block;
}

.footer__menu {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding-top: 11px;
    margin-left: 160px;
}

.footer__menu-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__menu a {
  text-decoration: none;
  color: #483e35;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

.footer__phone {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  padding-top: 10px;
  margin-right: 25px;
}

.footer__phone-number {
  color: #8c5b4a;
  font-family: "Aqum", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

.footer__phone-label {
  color: #878787;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}

.footer__disclaimer {
  grid-column: 2;
  margin: 0;
  max-width: 456px;
  color: rgba(72, 62, 53, 0.5);
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  margin-top: 34px;
  margin-left: 159px;
}

.footer__payments {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  margin-top: 33px;
  gap: 12px;
}

.footer__payments p {
  margin: 0;
  color: #483e35;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: right;
}

.footer__payment-logos {
  display: flex;
  align-items: center;
  margin-right: 22px;
  justify-content: flex-end;
  gap: 20px;
}

.footer__payment-logos img:nth-child(1) {
  width: 82px;
  height: 24px;
}

.footer__payment-logos img:nth-child(2) {
  width: 60px;
  height: 20px;
}

.footer__payment-logos img:nth-child(3) {
  width: 38px;
  height: 30px;
}

.footer__legal {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer__legal a {
  text-decoration: none;
  color: rgba(72, 62, 53, 0.5);
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}

@media (max-width: 920px) {
  .footer .container {
    width: min(1440px, 100% - 32px);
  }

  .footer__inner {
    min-height: 380px;
    padding: 24px 0 16px;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto 1fr auto;
    column-gap: 16px;
    row-gap: 22px;
  }

  .footer__logo {
    grid-column: 1;
    grid-row: 1;
  }

  .footer__logo img {
    width: 103px;
  }

  .footer__phone {
    grid-column: 2;
    grid-row: 1;
    align-items: flex-end;
    padding-top: 0;
    margin-right: 0;
  }

  .footer__phone-number {
    font-size: 18px;
    line-height: 24px;
  }

  .footer__phone-label {
    font-size: 12px;
    line-height: 16px;
  }

  .footer__menu {
    grid-column: 1;
    grid-row: 2;
    flex-direction: column;
    gap: 8px;
    padding-top: 0;
    margin-left: 0;
  }

  .footer__menu-col {
    gap: 8px;
  }

  .footer__menu a {
    font-size: 14px;
    line-height: 18px;
  }

  .footer__payments {
    grid-column: 2;
    grid-row: 2;
    align-items: flex-end;
    margin-left: auto;
    margin-top: 0;
    width: 124px;
    gap: 12px;
  }

  .footer__payments p {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #878787;
  }

  .footer__payment-logos {
    width: 124px;
    gap: 12px;
    margin-right: 0;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .footer__payment-logos img:nth-child(1) {
    width: 60px;
    height: 18px;
  }

  .footer__payment-logos img:nth-child(2) {
    width: 44px;
    height: 15px;
  }

  .footer__payment-logos img:nth-child(3) {
    width: 28px;
    height: 22px;
  }

  .footer__disclaimer {
    grid-column: 1 / -1;
    grid-row: 3;
    max-width: 332px;
    font-size: 12px;
    line-height: 16px;
    margin-left: 0;
    margin-top: 0px;
  }

  .footer__legal {
    grid-column: 1 / -1;
    grid-row: 5;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
  }

  .footer__legal a {
    font-size: 11px;
    line-height: 16px;
  }
}

.dish-replace-whole-modal__empty {
    padding: 40px 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #6f6f6f;
}

.js-edit-ingredient-checkbox {
    accent-color: #d5770a;
}

.daily-product__changed {
    font-size: 11px;
    color: #f28c28;
}
/* End */
/* /local/templates/ppreaviz/style.css?1780573414119280 */
