

/* 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 */


/* Start:/local/templates/ppreaviz/basket.css?178274486763548*/

body {
    margin: 0;
    font-family: "Rubik",  sans-serif;
    /*background: var(--bg);*/
    /*overflow: hidden;*/
    color: var(--text);
}

main {
    background-color: #fff;
    overflow: hidden;
}

.table-card__icon {
    position: absolute!important;
    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;
}

.planner_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.planner_wrap_title{
    font-family: "Aqum";
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
    color: #483E35;
}

.planner_wrap_all_checkbox{
    margin-bottom: 24px;
}

.totals-card {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 40px;
    gap: 24px;
    width: 452px;
    background: rgba(230, 230, 230, 0.3);
    border-radius: 20px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.2s;
}

.title-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 16px;
    width: 100%;
}

.totals-heading {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #483E35;
    margin: 0;
}

.divider-light {
    width: 100%;
    height: 0;
    border: 1px solid rgba(96, 102, 133, 0.1);
    transform: rotate(180deg);
}

.kbju-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 8px;
    width: 100%;
}

@media (max-width: 750px) {
    .kbju-block, .divider-main{
        display: none;
    }
}

.kbju-label {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #483E35;
}

.nutrients-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 16px;
    width: 100%;
}

.nutrient-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 4px;
    flex: 1;
}

.nutrient-col .label-sm {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(72, 62, 53, 0.8);
    white-space: nowrap;
}

.nutrient-col .value-md {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #483E35;
    white-space: nowrap;
}

.vertical-divider {
    width: 1px;
    height: 36px;
    background: rgba(72, 62, 53, 0.2);
    margin: 0;
    flex-shrink: 0;
}

.divider-main {
    width: 100%;
    border: 1px solid rgba(96, 102, 133, 0.1);
    margin: 0;
}

.order-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 12px;
    width: 100%;
}

.order-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: 16px;
}

.order-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #483E35;
}

.order-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 0.01em;
    color: #483E35;
    white-space: nowrap;
}

.total-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 12px;
    width: 100%;
}

.total-amount-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 0 20px 0;
    gap: 24px;
    width: 100%;
    border-bottom: none;
}

.total-line {
    width: 100%;
    border: 1px solid rgba(96, 102, 133, 0.1);
}

.total-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.total-label {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #483E35;
}

.total-sum {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #483E35;
}

.delivery-note {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(72, 62, 53, 0.8);
    width: 100%;
    margin-top: 4px;
}

.btn-primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    gap: 10px;
    width: 100%;
    background: #ED8712;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.05s;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.btn-primary:hover {
    background: #D97A0C;
    transform: scale(0.99);
}

.btn-primary:active {
    transform: scale(0.98);
}

@media (max-width: 520px) {
    .totals-card {
        width: 100%;
        padding: 24px 20px;
    }
    .nutrients-row {
        flex-wrap: wrap;
        gap: 12px;
    }
    .vertical-divider {
        display: none;
    }
    .order-name {
        font-size: 16px;
    }
    .order-price {
        font-size: 14px;
    }
    .total-label, .total-sum {
        font-size: 18px;
    }
    .btn-primary {
        font-size: 18px;
        padding: 16px 20px;
    }
}

.weekly-menu__functions-head.weekly-menu__functions-head_basket{
    flex-direction: row;
    margin-bottom: 24px;
}

.weekly-menu__functions-head_basket .weekly-menu__actions,
.weekly-menu__functions-head_basket .weekly-menu__tags {
    max-width: 100%;
    justify-content: flex-end;

}

.weekly-menu__functions-head_basket .weekly-menu__title{
    max-width: 474px;
}

.daily-menu__meals {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    gap: 15px;
    width: 100%;
}

.daily-product__btn--accent {
    background: #ed8712;
    color: #fff;
    padding: 8px 4px 8px 4px;
}

.dish-modal__ingredients .ingredient-item {
    display: none;
}

.dish-modal__ingredients .simple-ingredient {
    display: none;
}

.dish-modal__ingredient-line {
    display: block;
}

.dish-modal__compose.is-expanded .dish-modal__ingredient-line {
    display: none;
}

.dish-modal__compose.is-expanded .ingredient-item {
    display: block;
}

.dish-modal__compose.is-expanded .simple-ingredient {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 8px 0;*/
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
}

.ingredient-item .sub-ingredients {
    display: none;
    /*padding-left: 20px;*/
    /*margin-top: 8px;*/
}

.ingredient-item.is-open .sub-ingredients {
    display: block;
    max-height: 200px;
    margin-top: 8px;
}

.dish-modal__action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    border: none;
    width: 100%;
    padding: 10px 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #db7c2c;
    background: rgba(219, 124, 44, 0.08);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 20px;
}

.dish-modal__action-btn:hover {
    background: rgba(219, 124, 44, 0.15);
}

.dish-modal__action-btn-icon {
    width: 16px;
    height: 16px;
    filter: invert(53%) sepia(72%) saturate(1232%) hue-rotate(338deg) brightness(92%) contrast(91%);
}

.dish-modal__section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.dish-modal__section-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #483e35;
}

.dish-modal__section-title--accent {
    color: #ed8712;
}

.dish-modal__section-help {
    width: 16px;
    height: 16px;
    opacity: 0.6;
    cursor: help;
}

.dish-modal__ingredients {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-bottom: 20px;
}

.ingredient-item {
    width: 100%;
}

.ingredient-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    background: rgba(230, 230, 230, 0.4);
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
    user-select: none;
}

.ingredient-header:hover {
    background: rgba(230, 230, 230, 0.7);
}

.ingredient-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #483e35;
}

.accordion-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.accordion-icon svg {
    width: 16px;
    height: 16px;
    stroke: #483e35;
    stroke-width: 2;
    fill: none;
}

.ingredient-item.open .accordion-icon {
    transform: rotate(180deg);
}

.sub-ingredients {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding-left: 16px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/*.ingredient-item.open .sub-ingredients {*/
/*  max-height: 200px;*/
/*  margin-top: 8px;*/
/*}*/


.checkbox-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    background: rgba(230, 230, 230, 0.2);
    border-radius: 8px;
}

.checkbox-row label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #483e35;
    cursor: pointer;
    flex: 1;
}

.custom-checkbox {
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1.5px solid rgba(72, 62, 53, 0.2);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    transition: 0.1s;
}

.custom-checkbox:checked {
    background: #ed8712;
    border-color: #ed8712;
}

.custom-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.simple-ingredient {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    background: rgba(230, 230, 230, 0.3);
    border-radius: 8px;
}

.simple-ingredient .ingredient-name {
    flex: 1;
}

.price {
    font-size: 13px;
    color: #7f6e5f;
    margin-right: 12px;
}

.edit-composition-btn {
    margin-top: 8px;
    margin-bottom: 0;
}

hr {
    margin: 4px 0;
    border: none;
    border-top: 1px solid #e6e0d8;
}

.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;
    overflow-y: scroll;
    overflow-x: hidden;
}

.weekly-menu__calendar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    padding: 0px;
    gap: 8px;
    width: 100%;
    min-width: 0;
}

.weekly-menu__day-nutrition-label {
    width: 55px;
    font-family: 'Rubik';
    font-size: 12px;
    line-height: 16px;
    color: #483E35;
}

.weekly-menu__day-nutrition-value {
    margin-left: auto;
    font-family: 'Rubik';
    font-size: 13px;
    line-height: 16px;
    color: #483E35;
}

.weekly-menu__day-nutrition-edit {
    display: none;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    position: relative;
}

.weekly-menu__day-nutrition-edit input {
    width: 81px;
    height: 28px;
    border: none;
    border-radius: 8px;
    background: #fff;
    padding: 6px 8px;

    font-family: 'Rubik';
    font-size: 12px;
    line-height: 16px;
    color: #483E35;

    outline: none;
    box-sizing: border-box;
}

.weekly-menu__day-nutrition-edit .ui-hint {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.weekly-menu__day-nutrition-edit img {
    width: 16px;
    height: 16px;
}

.weekly-menu__day.is-editing .weekly-menu__day-nutrition-value {
    display: none;
}

.weekly-menu__day.is-editing .weekly-menu__day-date {
    display: none;
}

.weekly-menu__day.is-editing .weekly-menu__day-price {
    display: none;
}

.weekly-menu__day.is-editing .js-weekly-day-view {
    /*disabled: 1;*/
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.weekly-menu__day .weekly-menu__day-action--active span:last-child{
    display: none;
}

.weekly-menu__day.is-editing .weekly-menu__day-action--active{
    background-color: #ED8712;
    color: #fff;
}

.weekly-menu__day.is-editing .weekly-menu__day-action--active span:first-child {
    display: none;
}

.weekly-menu__day.is-editing .weekly-menu__day-action--active span:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.weekly-menu__day.is-editing .weekly-menu__day-nutrition-edit {
    display: flex;
}

.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: max-content;
}

@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(88px, 1fr) minmax(56px, 68px) minmax(56px, 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(88px, 1fr) minmax(56px, 68px) minmax(56px, 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: flex;
        flex-flow: row wrap;

        gap: 12px 8px;
        width: 100%;
        min-width: 0;
        overflow: visible;
        padding-bottom: 12px;
    }

    .weekly-menu__day {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: calc(50% - 4px);
        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 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        gap: 12px;
    }

    .weekly-menu__day-nutrition-value{
        margin-left: 0;
    }

    .weekly-menu__day-nutrition-edit{
        margin-left: 0;
    }

    .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-area: calendar;
        display: flex;
        flex-direction: column;
        /* grid-template-columns: unset; */
        gap: 12px 8px;
        width: 100%;
        min-width: 0;
        overflow: visible;
        padding-bottom: 12px;
    }
    .weekly-menu__day{
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .footer__menu {
        margin-left: 60px;
    }
}

.ui-hint {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    cursor: help;
    vertical-align: middle;
}

.ui-hint::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    z-index: 1200;
    box-sizing: border-box;
    width: max-content;
    max-width: min(260px, calc(100vw - 32px));
    padding: 8px 12px;
    border-radius: 8px;
    background: #483e35;
    box-shadow: 0 4px 16px rgba(72, 62, 53, 0.18);
    font-family: "Rubik", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    text-transform: none;
    color: #fff;
    white-space: normal;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(4px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}

.ui-hint::before {
    content: "";
    position: absolute;
    bottom: calc(100% + 2px);
    left: 50%;
    z-index: 1201;
    border: 6px solid transparent;
    border-top-color: #483e35;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    transition: opacity 0.15s ease, visibility 0.15s ease;
}

.ui-hint:hover::after,
.ui-hint:hover::before,
.ui-hint:focus-visible::after,
.ui-hint:focus-visible::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.ui-hint:focus {
    outline: none;
}

.ui-hint:focus-visible {
    outline: 2px solid rgba(163, 95, 46, 0.45);
    outline-offset: 2px;
    border-radius: 4px;
}

img.ui-hint {
    display: inline-block;
}

.basket_wrap{
    max-width: 1315px;
    margin: 0 auto;
    min-height: calc(100vh - 200px);
    box-sizing: border-box;
    padding: 50px 12px;
}

.planner {
    max-width: 792px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.day-accordion {
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    transition: all 0.2s;
}

@media (max-width: 1100px) {
    .planner_wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .planner{
        max-width: 100%;
    }
}

.day-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    background: rgba(230, 230, 230, 0.3);
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.day-header:hover {
    background: rgba(230, 230, 230, 0.5);
}

.left-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    width: 288px;
}

.check-orange {
    width: 16px;
    height: 16px;
    background: #ED8712;
    border-radius: 4px;
    position: relative;
}

.check-orange::after {
    content: "";
    position: absolute;
    left: 16.66%;
    right: 16.67%;
    top: 29.17%;
    bottom: 25%;
    border: 2px solid #FFFFFF;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    width: 8px;
    height: 4px;
}

.day-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #483E35;

}

.stats-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.kcal-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #483E35;
}

.bju-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.bju-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(72, 62, 53, 0.5);
}

.bju-numbers {
    display: flex;
    align-items: center;
    gap: 4px;
}

.bju-numbers span {
    font-weight: 400;
    font-size: 16px;
    color: #483E35;
}

.bju-sep {
    color: rgba(72, 62, 53, 0.5);
}

.expand-icon {
    width: 32px;
    height: 32px;
    background: rgba(230, 230, 230, 0.5);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
}

.expand-icon svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s;
}

.day-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    background: #FFFFFF;
    border-radius: 0 0 4px 4px;
}

.day-content.open {
    max-height: 4000px;
    overflow: visible;
}

.meals-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 20px 0 16px 0;
    width: 100%;
}

.meal-category {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

.meal-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: rgba(72, 62, 53, 0.8);
}

.dishes-frame {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    /*overflow: hidden;*/
}

.dish-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 20px;
    gap: 20px;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}

.dish-item:last-child {
    border-bottom: none;
}

.dish-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1;
    max-width: 286px;
}

.dish-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.dish-img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: center;

}

.dish-img img {
    max-width: 100%;
    max-height: 100%;

    border-radius: 8px;
    background-size: cover;
    background-position: center;
}

.dish-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #483E35;
}

.weight-price {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
}

.weight-price span {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #483E35;
}

.dot {
    width: 4px;
    height: 4px;
    background: rgba(72, 62, 53, 0.5);
    border-radius: 50%;
}

.nutrients-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.nutrient-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nutrient-label {
    font-weight: 400;
    font-size: 13px;
    color: rgba(72, 62, 53, 0.8);
}

.nutrient-value {
    font-weight: 600;
    font-size: 13px;
    color: #483E35;
}

.portion-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    min-width: 160px;
}

.portion-header {
    display: flex;
    align-items: center;
    gap: 4px;
}

.portion-header span {
    font-weight: 400;
    font-size: 13px;
    color: #483E35;
}

.counter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.counter-btn {
    width: 24px;
    height: 24px;
    background: #A35F2E;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
}

.counter-value {
    background: rgba(230, 230, 230, 0.3);
    border-radius: 5px;
    padding: 6px 12px;
    min-width: 31px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    color: #483E35;
}

.total-price-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #483E35;
    margin-top: 4px;
}

.action-btns {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.btn-mini {
    padding: 8px 20px;
    background: rgba(230, 230, 230, 0.4);
    border-radius: 100px;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #483E35;
    border: none;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
}

.btn-mini.orange-light {
    background: rgba(219, 124, 44, 0.1);
    color: #DB7C2C;
    font-weight: 500;
}

.btn-mini.orange-filled {
    background: #ED8712;
    color: #FFFFFF;
    font-weight: 500;
}

@media (max-width: 750px) {
    .day-header{
        flex-wrap: wrap;
    }
    .kcal-text, .bju-numbers span, .bju-label{
        font-size: 14px;
    }
    .meals-stack{
        padding: 20px 16px 16px 16px;
        width: 100%;
        background: rgba(230, 230, 230, 0.3);
    }
    .kcal-text{
        order: 2;
    }
    .bju-block{
        order: 1;
    }
    .left-group{
        order: 1;
    }
    .expand-icon{
        order: 2;
    }

    .dish-item {
        flex-direction: column;
    }
    .portion-block {
        width: 100%;
        flex-direction: column;
        margin-top: 12px;
    }

    .day-content.open{
        max-height: 10000px;
    }
    .stats-row {
        gap: 16px;
        order: 3;
        width: 100%;
        justify-content: space-between;
    }
    .day-title {
        font-size: 16px;
    }
}

.info-block {
    max-width: 1312px;
    margin: 40px auto;
    background: rgba(230, 230, 230, 0.4);
    border-radius: 20px;
    padding: 48px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.info-block__vector {
    position: absolute;
    width: 438px;
    height: 337px;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
}

.food-float {
    position: absolute;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
    transform: rotate(-36.98deg);
    pointer-events: none;
    z-index: 0;
}

.food-1 { width: 393px; height: 261px; right: 20px; top: 230px; background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjUwIiBjeT0iNDAiIHI9IjMwIiBmaWxsPSIjZTZlMGQ4Ii8+PHRleHQgeD0iMzAiIHk9IjQ1IiBmb250LWZhbWlseT0iQXJpYWwiIGZpbGw9IiM4YzViNGEiPuiKgueCueOAkzwvdGV4dD48L3N2Zz4=') center/cover no-repeat; background-size: cover; }

.food-2 { width: 360px; height: 240px; right: -10px; top: 430px; background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjUwIiBjeT0iNDAiIHI9IjMwIiBmaWxsPSIjZWNlM2Q4Ii8+PHRleHQgeD0iMjAiIHk9IjQ1IiBmb250LWZhbWlseT0iQXJpYWwiIGZpbGw9IiM4YzViNGEiPuaVmei9veOAkzwvdGV4dD48L3N2Zz4=') center/cover no-repeat; }

.food-3 { width: 381px; height: 254px; right: 140px; top: 60px; background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjUwIiBjeT0iNDAiIHI9IjMwIiBmaWxsPSIjZDhjYWI4Ii8+PHRleHQgeD0iMjUiIHk9IjQ1IiBmb250LWZhbWlseT0iQXJpYWwiIGZpbGw9IiM4YzViNGEiPuiKgueCuTwvdGV4dD48L3N2Zz4=') center/cover no-repeat; }

.food-4 { width: 393px; height: 261px; right: -70px; top: 180px; background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjUwIiBjeT0iNDAiIHI9IjMwIiBmaWxsPSIjZjBlMGQwIi8+PHRleHQgeD0iMjAiIHk9IjQ1IiBmb250LWZhbWlseT0iQXJpYWwiIGZpbGw9IiM4YzViNGEiPuS6lea0vuOAkzwvdGV4dD48L3N2Zz4=') center/cover no-repeat; }

.food-5 { width: 383px; height: 255px; right: -130px; top: 360px; background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjUwIiBjeT0iNDAiIHI9IjMwIiBmaWxsPSIjZThkM2M0Ii8+PHRleHQgeD0iMTgiIHk9IjQ1IiBmb250LWZhbWlseT0iQXJpYWwiIGZpbGw9IiM4YzViNGEiPuWxseWkqeOAkzwvdGV4dD48L3N2Zz4=') center/cover no-repeat; }

.info-content {
    position: relative;
    z-index: 2;
}

.order-stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 32px;
}

.steps-list {
    display: flex;
    gap: 24px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: auto;
    min-width: 53px;
}

.step__badge {
    width: 40px;
    height: 40px;
    background: #878787;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    color: white;
}

.step--active .step__badge {
    background: #ED8712;
    color: #fff;
}

.step--done .step__badge {
    background: #ED8712;
}

.step--future .step__badge {
    background: rgba(96, 102, 133, 0.1);
    color: #878787;
}

.step__label {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #878787;
}

.step--active .step__label {
    color: #ED8712;
    font-weight: 500;
}

.action-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
}

.cancel-order {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 16px;
    color: rgba(72, 62, 53, 0.9);
}

.cancel-order span:first-child {
    font-weight: 400;
}

.back-buttons {
    display: flex;
    gap: 10px;
}

.btn-back {
    background: #878787;
    border: none;
    border-radius: 10px;
    padding: 8px 24px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.main-title {
    font-family: 'Aqum', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    letter-spacing: -0.01em;
    color: #483E35;
    margin: 32px 0 32px 0;
}

.address-section {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 48px;
}

.address-group {
    position: relative;
}

.suggestions {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    z-index: 10000;
    box-shadow: 0 4px 16px rgba(0,0,0,.15);
}

.suggestions-item {
    padding: 12px 16px;
    cursor: pointer;
    transition: .2s;
}

.suggestions-item:hover {
    background: #f7f7f7;
}

.delivery-fields {
    flex: 1;
    background: white;
    border-radius: 20px;
    padding: 32px;
}

.map-card {
    flex: 0 0 690px;
    background: white;
    border-radius: 20px;
    padding: 32px;
}

.map-container{
    width: 100%;
    /*height: 216px;*/
    height: 100%;
}

.form-group {
    margin-bottom: 8px;
}

.form-group label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    display: none;
}

.input-field, .input-group input {
    width: 100%;
    background: rgba(230, 230, 230, 0.4);
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 18px;
    border: none;
    font-family: 'Rubik', sans-serif;
    color: #483E35;
}

.input-field::placeholder {
    color: rgba(72, 62, 53, 0.8);
}

.inline-group {
    display: flex;
    gap: 7px;
    margin-top: 8px;
    width: 100%;
}

.inline-group .form-group {
    flex: 1;
}

.required-note {
    margin-top: 0px;
    font-size: 18px;
    color: rgba(72, 62, 53, 0.8);
}

.map-placeholder {
    width: 100%;
    height: 216px;
    background: #EFE8E0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a35f2e;
    font-weight: 500;
}

.delivery-time {
    background: white;
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 48px;
}

.time-grid {
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 8px;
    margin-top: 16px;
}

.day-card {
    background: rgba(230, 230, 230, 0.3);
    border-radius: 10px;
    padding: 12px;
    width: 158px;
    text-align: left;
}

.day-date {
    font-size: 12px;
    color: rgba(72, 62, 53, 0.7);
}

.day-name {
    font-weight: 600;
    font-size: 16px;
    margin: 4px 0 8px;
}

.select-time {
    width: 100%;
    padding: 8px;
    background: white;
    border-radius: 8px;
    border: none;
    font-size: 13px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23483E35' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.dry-ration-switch {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 20px 0 32px 0;
}

.switch {
    width: 72px;
    height: 40px;
    background: rgba(230, 230, 230, 0.9);
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}

.switch.active {
    background: rgba(219, 124, 44, 0.05);
}

.switch.active .switch-toggle {
    left: 36px;
    background: #ed8712;
}

.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;
}

.switch-label {
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #483E35;
    max-width: 136px;
}

.total-card {
    background: white;
    border-radius: 20px;
    padding: 24px 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.total-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cost-row, .delivery-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: rgba(72, 62, 53, 0.8);
}

.total-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.total-amount {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.total-amount span:first-child {
    font-weight: 600;
    font-size: 18px;
}

.total-sum {
    font-family: 'Aqum', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.01em;
}

.pay-btn {
    background: #ED8712;
    border: none;
    border-radius: 10px;
    padding: 16px 40px;
    font-weight: 600;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .info-block { padding: 32px; }
    .map-card {
        flex-basis: 100%;
        height: 213px;
        padding: 0;
        overflow: hidden;
    }
    .delivery-fields { flex: auto; padding: 16px}
    .time-grid { justify-content: flex-start; flex-flow: wrap }
    .total-card { flex-direction: column; align-items: flex-start; gap: 20px; }
    .total-right { width: 100%; justify-content: space-between; }
}

@media (max-width: 920px) {
    .info-block { padding: 24px; margin: 0px;     border-radius: 0px;}
    .main-title { font-size: 28px; line-height: 36px; }
    .switch-label{
        font-size: 14px;
        max-width: 114px;
    }
    .cost-row, .delivery-row{
        font-size: 14px;
    }

    .total-amount span:first-child, .total-sum{
        font-size: 15px;
    }
    .map-card {
        flex-basis: 100%;
        height: 213px;
        padding: 0;
        overflow: hidden;
    }
    .pay-btn{
        font-size: 16px;
        width: 100%;
    }
    .total-card{
        padding: 16px;
    }
    .delivery-time{
        padding: 16px;
    }
    .day-card {

        width: calc(50% - 8px);
    }
    .step__label { font-size: 11px; }
    .steps-list { gap: 12px; }
    .input-field { font-size: 16px; padding: 10px 16px; }
    .inline-group { flex-wrap: wrap; }
    .day-card {     width: calc(50% - 8px); max-width: 180px; }
}

@media (max-width: 560px) {
    .order-stepper { flex-direction: column; align-items: flex-start; }
    .action-links { align-items: flex-start; width: 100%; }
    .back-buttons { flex-direction: column; width: 100%; }
    .btn-back { width: 100%; text-align: center; }
    .total-right { flex-direction: column; align-items: flex-start; gap: 16px; }
}

.material-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #ED8712;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.money-icon {
    background: #ED8712;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.5 15h-3v-2h3v2zm0-4h-3V7h3v6z' fill='white'/%3E%3C/svg%3E") no-repeat center;
    background-color: #ED8712;
}

.info-payment {
    max-width: 1312px;
    margin: 40px auto;
    background: rgba(230, 230, 230, 0.4);
    border-radius: 20px;
    padding: 48px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.vector-bg {
    position: absolute;
    width: 438px;
    height: 337px;
    right: 0;
    top: 0;
    border: 80px solid rgba(255, 255, 255, 0.9);
    pointer-events: none;
    z-index: 0;
}

.food-float {
    position: absolute;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
    transform: rotate(-36.98deg);
    pointer-events: none;
    z-index: 0;
    opacity: 0.6;
}

.food-deco {
    background: linear-gradient(145deg, #e0cfbc, #cbb99f);
    border-radius: 60% 40% 50% 50%;
}

.info-payment_back_step3{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;

}

.order-stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}

.step--done .step__badge {
    background: #878787;
}

.step--active .step__badge {
    background: #ED8712;
}

.btn-back {
    background: #878787;
    border: none;
    border-radius: 10px;
    padding: 8px 24px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
}

.btn-back:hover { background: #6e6e6e; }

.main-title {
    font-family: 'Aqum', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    letter-spacing: -0.01em;
    color: #483E35;
    margin: 32px 0 32px 0;
    position: relative;
    z-index: 2;
}

.payment-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.payment-form-section {
    width: 100%;
    max-width: 578px;
}

.payment-card {
    background: white;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.recipient-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-label {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #483E35;
}

.input-field {
    width: 100%;
    background: rgba(230, 230, 230, 0.4);
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 18px;
    border: none;
    font-family: 'Rubik', sans-serif;
    color: #483E35;
    outline: none;
}

.checkbox-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.recipient-group .checkbox-row{
    background: none;
}

.recipient-group .checkbox-row .weekly-menu__checkbox-text{
    font-family: "Rubik";
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #483E35;
}

.recipient-group .checkbox-row .weekly-menu__checkbox-text a{
    color: #DB7C2C;
    text-decoration: none;
}

.custom-check {
    width: 20px;
    height: 20px;
    background: #ED8712;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-check.checked::after {
    content: "✓";
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.agree-text {
    font-size: 13px;
    line-height: 16px;
    color: #483E35;
}

.payment-methods {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.methods-row {
    display: flex;
    gap: 8px;
    width: 100%;
}

.method-card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 24px 20px 20px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.method-card--active {
    background: linear-gradient(135.35deg, #ED8A36 19.26%, #FEA958 94.93%);
}

.method-card--inactive {
    background: rgba(230, 230, 230, 0.3);
}

.method-card--active .method-text {
    color: white;
    font-weight: 600;
}

.method-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #483E35;
}

.method-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sbp-icon {
    font-weight: bold;
    background: #5B57A2;
    color: white;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 12px;
}

.pay-button {
    width: 100%;
    background: #ED8712;
    border: none;
    border-radius: 10px;
    padding: 16px 40px;
    font-weight: 600;
    font-size: 20px;
    color: white;
    cursor: pointer;
    margin-top: 8px;
    transition: 0.2s;
}

.pay-button:hover {
    background: #d97a0c;
}

.deco-img {
    position: absolute;
    background: rgba(219,124,44,0.12);
    border-radius: 100px;
    backdrop-filter: blur(8px);
    z-index: 1;
}

@media (max-width: 920px) {
    .info-payment_back_step3{
        display: none;
    }
    .block__vector{
        width: 118px;
        height: 137px;
    }
    .info-block__vector{
        width: 118px;
        height: 137px;
    }
    .payment-card{
        padding: 16px;
        gap: 20px;
    }
    .info-payment { padding: 24px; margin: 0px;     border-radius: 0px;}
    .main-title { font-size: 20px; line-height: 28px; }
    .steps-list { gap: 12px; }
    .methods-row { flex-direction: column; }
    .method-card { width: 100%; padding: 12px 20px}
    .method-text{ font-size: 16px; line-height: 20px}
    .payment-form-section { max-width: 100%; }
    .back-buttons { flex-direction: column; width: 100%; }
    .btn-back { width: 100%; text-align: center; }
    .action-links { width: 100%; align-items: stretch; }
}

@media (max-width: 560px) {
    .order-stepper { flex-direction: column; align-items: flex-start; }
    .input-field { font-size: 16px; padding: 12px 20px; }
    .weekly-menu__checkbox-text{
        font-size: 12px!important;
    }
    .pay-button { font-size: 16px; }
}

.payment_error{
    min-height: calc(100vh - 93px - 282px);
    display: flex;
    align-items: center;
}

.payment_error_conteiner{
    width: 100%;
    max-width: 1312px;
    background-color:rgba(230, 230, 230, 0.4);
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.payment_error_wrapper{
    box-sizing: border-box;
    padding: 48px;
    position: relative;

}

.payment_error_wrap{
    max-width: 435px;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
}

.payment_error_title{
    font-family: "Aqum", sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 28px;
    color: #E33535;
}

.payment_error_text{
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #878787;
    margin-bottom: 36px;
}

.payment_error_btn{
    background: #878787;
    padding: 16px 40px;
    text-align: center;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-radius: 10px;
    border: none;
}

.payment_error_info{
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #878787;
}

.payment_error_info span{
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #DB7C2C;
}

.payment_error_vector{
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}

.payment_error_img{
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}

@media (max-width: 920px) {
    .payment_error_vector{
        height: 162px;
    }
    .payment_error_title{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .payment_error_text{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .payment_error_info{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .payment_error_conteiner{
        height: -webkit-fill-available;
        border-radius: 0;
    }
    .payment_error{
        min-height: calc(100vh - 140px - 282px);
    }

    .payment_error_wrapper{
        display: flex;
        flex-direction: column;
        padding: 48px 16px;
    }
    .payment_error_wrap{
        order: 1;
    }
    .payment_error_img{
        position: relative;
        order: 2;
    }
}

.success{
    min-height: calc(100vh - 93px - 282px);
    display: flex;
    align-items: center;
}

.success_conteiner{
    width: 100%;
    max-width: 1312px;
    background-color:rgba(230, 230, 230, 0.4);
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.success_wrapper{
    box-sizing: border-box;
    padding: 48px;
    position: relative;

}

.success_wrap{
    max-width: 720px;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
}

.success_title{
    font-family: "Aqum", sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 28px;
    color: #483E35;
}

.success_text{
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #878787;
    margin-bottom: 36px;
    max-width: 656px;
}

.success_btn_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.success_btn{
    background: #878787;
    padding: 16px 40px;
    text-align: center;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-wrap: nowrap;
    text-decoration: none;
    line-height: 24px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-radius: 10px;
    border: none;
}

.success_btn_orange{
    background: #ED8712;
    padding: 16px 40px;
    text-align: center;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    white-space: nowrap;
    text-decoration: none;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-radius: 10px;
    border: none;
}

.success_btn_dowloand{
    background: rgba(230, 230, 230, 0.9);
    padding: 16px 40px;
    text-align: center;
    font-family: "Rubik", sans-serif;
    color: #483E35;
    text-wrap: nowrap;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-radius: 10px;
    border: none;
    position: relative;
}

.success_btn_dowloand img {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.success_btn_dowloand img:first-child {
    left: 10px;
}

.success_btn_dowloand img:last-child {
    right: 10px;
}

.success_info{
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #878787;
}

.success_info span{
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #DB7C2C;
}

.success_vector{
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}

.success_img{
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}

.success_img_mobile{
    display: none;
}

@media (max-width: 920px) {
    .success_title{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .success_text{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .success_conteiner{
        border-radius: 0;
    }

    .success_wrapper{
        padding: 16px;
    }

    .success_img{
        display: none;
    }
    .success_img_mobile{
        display: block;
        position: relative;
        bottom: -50px;
        left: -16px;
        width: calc(100% + 32px);

    }

    .success_btn_wrap{
        flex-flow: row wrap;
        justify-content: center;
        margin-bottom: 20px;

    }

    .success_btn_orange, .success_btn, .success_btn_dowloand{
        margin-bottom: 0px;
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        max-width: 500px;

    }
}

@media (max-width: 500px) {

    .success_btn_orange, .success_btn, .success_btn_dowloand{
        width: 100%;
    }

}

/* End */
/* /local/templates/ppreaviz/style.css?1780573414119280 */
/* /local/templates/ppreaviz/basket.css?178274486763548 */
