html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

a {
  color: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}

textarea, input, button, select, option {
  border: none;
  font-family: inherit;
  outline: none;
  font-weight: inherit;
  font-size: inherit;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="file" i]::-webkit-file-upload-button {
  color: transparent;
  padding: 0;
  border-width: 0;
  border-style: outset;
  border-color: buttonface;
  background-color: transparent;
  outline: 0;
  width: 0;
}

button {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url(../img/icons/arrow_bottom.svg) no-repeat right center;
}

placeholder {
  color: #888888;
}

::-webkit-input-placeholder {
  color: #888888;
}

::-moz-placeholder {
  color: #888888;
}

:-moz-placeholder {
  color: #888888;
}

:-ms-input-placeholder {
  color: #888888;
}

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

/* MIXIN's */
.flex, .flex--center, .form__fieldset--buttons, .filter, .card__panel, .card__price, .quantity, .panel__order, .panel__total, .panel__toggle, .day, .position, .count, .order__summary, .order__toggle, .history__header, .address__header, .status, .payment, .footer__row--flex, .form__label--checkbox, .form__label--radio, .header, .nav, .banner__list, .menu, .menu__list, .date, .date__week, .filter__list, .category__list, .card, .sidebar__menu, .order, .profile, .footer__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex--center, .form__fieldset--buttons, .filter, .card__panel, .card__price, .quantity, .panel__order, .panel__total, .panel__toggle, .day, .position, .count, .order__summary, .order__toggle, .history__header, .address__header, .status, .payment, .footer__row--flex {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
}

.transition, .form__label--radio::before, .form__label--radio::after, .history__item, .address__item {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.transition--slow, .date__select, .panel__toggle::after, .tooltip::after {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.transition--opacity {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.transition--background, .btn, .header__login, .position__delete, .sidebar__link--exit::after {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.transition--shadow, .card {
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  -moz-transition: -moz-box-shadow 0.2s ease-in-out;
  -o-transition: -o-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}

.transition--border, .form__label--checkbox::before, .form__label--checkbox::after, .form__input {
  -webkit-transition: border-color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s ease-in-out;
  -o-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
}

.transition--modal {
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}

.no-select, .btn, .header__login {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #2B2A29;
  font-family: "Nunito", Helvetica, sans-serif;
  background-color: #faf7f2;
  -webkit-overflow-scrolling: touch;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body a:hover {
  text-decoration: none;
}

.fix {
  overflow: hidden;
}

.pointer, .form__label, .form__label--checkbox, .form__label--radio, .form__input--select, .btn, .header__login, .date__current, .date__item, .card__price, .quantity__minus, .quantity__plus, .panel__toggle, .count__minus, .count__plus, .order__toggle, .history__header, .address__header {
  cursor: pointer;
}

.title, .banner__title, .category__title, .order__title, .profile__title, .registration__toggle, .article__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}
@media screen and (max-width: 1024px) {
  .title, .banner__title, .category__title, .order__title, .profile__title, .registration__toggle, .article__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 960px) {
  .title, .banner__title, .category__title, .order__title, .profile__title, .registration__toggle, .article__title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  .title, .banner__title, .category__title, .order__title, .profile__title, .registration__toggle, .article__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.subtitle, .card__title, .card__price, .quantity__input, .order__category, .history__title, .history__summ, .address__title, .article__subtitle, .payment__subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
@media screen and (max-width: 1024px) {
  .subtitle, .card__title, .card__price, .quantity__input, .order__category, .history__title, .history__summ, .address__title, .article__subtitle, .payment__subtitle {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 800px) {
  .subtitle, .card__title, .card__price, .quantity__input, .order__category, .history__title, .history__summ, .address__title, .article__subtitle, .payment__subtitle {
    font-size: 16px;
    line-height: 18px;
  }
}

.container__inner {
  padding: 0 32px;
  min-width: 320px;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container__inner {
    padding: 0 10px;
  }
}
.container__message {
  display: none;
  background-color: #2B2A29;
  font-size: 14px;
  text-align: right;
  line-height: 32px;
  color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  .container__message {
    text-align: center;
    line-height: 18px;
    padding: 4px 0;
  }
}

.form__fieldset {
  margin-bottom: 24px;
}
.form__fieldset--indent {
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .form__fieldset--indent {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.form__fieldset--buttons {
  justify-content: space-between;
  margin-bottom: inherit;
}
.form__label {
  margin-bottom: 4px;
  display: block;
}
.form__label--error {
  color: #F62525;
}
.form__label--error + .form__input {
  border-color: #F62525;
}
.form__label--required::after {
  position: absolute;
  content: "*";
  color: #F62525;
}
.form__label--checkbox {
  position: relative;
  margin-bottom: 0;
  padding-left: 32px;
}
.form__label--checkbox::before, .form__label--checkbox::after {
  top: 0px;
  left: 0px;
  position: absolute;
  content: "";
  border: 1px solid #D1D1D1;
  z-index: 8;
  border-radius: 4px;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background-color: white;
}
.form__label--checkbox::after {
  background: url(../img/icons/check-orange.svg) no-repeat center center;
  background-size: 0px;
  z-index: 9;
  border: none;
}
.form__label--checkbox:hover::before {
  border-color: #959595;
}
.form__label--radio {
  position: relative;
  margin-top: 12px;
  padding-left: 32px;
}
.form__label--radio::before, .form__label--radio::after {
  top: -3px;
  left: 0px;
  position: absolute;
  content: "";
  border: 1px solid #D1D1D1;
  z-index: 8;
  border-radius: 16px;
  height: 20px;
  width: 20px;
  background-color: white;
}
.form__label--radio::after {
  height: 0;
  width: 0;
  top: 3px;
  left: 6px;
  background-color: #4a6741;
  display: block;
  z-index: 9;
  border: none;
}
.form__label--radio:hover::before {
  border-color: #959595;
}
.form__checkbox {
  display: none;
}
.form__checkbox:checked + label::before {
  border-color: #4a6741;
}
.form__checkbox:checked + label::after {
  background-size: 20px;
}
.form__radio {
  display: none;
}
.form__radio:checked + label::before {
  border-color: #4a6741;
}
.form__radio:checked + label::after {
  height: 8px;
  width: 8px;
}
.form__input {
  font-family: "Nunito", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 20px;
  resize: none;
  color: #2B2A29;
  font-size: 16px;
  padding: 0 16px;
  border: 1px solid #D1D1D1;
  height: 48px;
  border-radius: 8px;
  background-color: white;
  -webkit-appearance: none;
  width: 100%;
}
.form__input--indent {
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .form__input {
    height: 42px;
  }
}
.form__input:focus {
  border-color: #959595;
}
.form__input:focus + .form__label {
  opacity: 1;
}
.form__input:required + label::after {
  content: "*";
  color: #EC1C24;
  margin-left: 4px;
  font-weight: normal !important;
}
.form__input::placeholder {
  color: #B4B4B4;
}
.form__input--select {
  background-image: url(../img/icons/select-black.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 42px;
  padding-right: 42px;
}
.form__input--select:hover {
  border-color: #959595;
}
.form__input--textarea {
  padding: 16px;
  height: inherit;
}
.form__input--margin {
  margin-top: 12px;
}
.form__alert {
  color: #F62525;
  font-size: 14px;
  margin-top: 8px;
}

.btn, .header__login {
  text-decoration: none;
  display: inline-block;
  padding: 0 24px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  background-color: #4a6741;
  position: relative;
  line-height: 48px;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .btn, .header__login {
    line-height: 42px;
  }
}
.btn:hover, .header__login:hover {
  background-color: #364d2e;
}
.btn:active, .header__login:active {
  top: 1px;
}
.btn--icon {
  padding-left: 50px;
}
.btn--second {
  border: 2px solid #6a8c5f;
  background-color: transparent;
  color: #6a8c5f;
  box-shadow: none;
}
.btn--second:hover {
  background-color: rgba(184, 219, 55, 0.05);
}
.btn--second:active {
  top: 1px;
}
.btn--negative {
  background-color: transparent;
  color: #F62525;
  box-shadow: none;
}
.btn--negative:hover {
  background-color: rgba(246, 37, 37, 0.05);
}
.btn--negative:active {
  top: 1px;
}
.btn--light {
  background-color: #faf7f2;
  color: #2B2A29;
}
.btn--light:hover {
  background-color: #faf7f2;
}

.icon--user {
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 24px center;
  background-image: url(../img/icons/user.svg);
}

.main {
  padding-top: 42px;
}

.header {
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 40px 0 40px 0;
}
@media screen and (max-width: 800px) {
  .header {
    display: block;
    padding: 16px 0 24px 0;
    position: relative;
  }
}
.header__logo {
  position: absolute;
  width: 240px;
  height: 110px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/upload/logo2.png);
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 180px;
    height: 92px;
  }
}
@media screen and (max-width: 800px) {
  .header__logo {
    width: 160px;
    height: 70px;
    position: relative;
    margin: 0;
    display: block;
  }
}
.header__nav {
  flex: 1 0;
  padding-left: 240px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .header__nav {
    padding-left: 200px;
  }
}
@media screen and (max-width: 800px) {
  .header__nav {
    order: 3;
    justify-content: center;
    padding: 0;
  }
}
.header__login {
  line-height: 42px;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .header__login {
    order: 2;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 24px;
    overflow: hidden;
    padding: 0;
    background-position: center;
  }
  .header__login > span {
    display: none;
  }
}

.nav {
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .nav {
    justify-content: space-between;
  }
}
.nav__item {
  line-height: 42px;
  margin-right: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .nav__item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .nav__item {
    margin: 0 8px;
    line-height: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .nav__item {
    margin: 0 4px;
  }
}
.nav__item > a {
  text-decoration: none;
}
.nav__item > a:hover {
  color: #4a6741;
}

.banner {
  width: 100%;
  height: 364px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/banner.jpg);
  border-radius: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .banner {
    height: 240px;
  }
}
@media screen and (max-width: 800px) {
  .banner {
    display: none;
  }
}
.banner__content {
  padding-left: 520px;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .banner__content {
    padding-left: 460px;
    padding-top: 64px;
    padding-right: 64px;
  }
}
.banner__subtitle {
  margin-top: 12px;
  line-height: 20px;
}
.banner__list {
  margin-top: 24px;
}
.banner__station {
  margin-left: 32px;
}
.banner__station:first-child {
  margin-left: 0;
}
.banner__station::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin-right: 8px;
  display: inline-block;
}
.banner__station--purple::before {
  background-color: #903F99;
}
.banner__station--green::before {
  background-color: #48BF65;
}
.banner__station--yellow::before {
  background-color: #FECC2F;
}

.menu {
  position: sticky;
  top: 0;
  height: 72px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  background-color: #faf7f2;
  overflow: hidden;
  z-index: 50;
}
@media screen and (max-width: 800px) {
  .menu {
    flex-direction: column;
    height: inherit;
    overflow: inherit;
  }
}
.menu__list {
  flex: 1 0;
  padding: 0 8px;
  justify-content: flex-start;
  align-items: center;
  z-index: 9;
  overflow-x: auto;
}
@media screen and (max-width: 1024px) {
  .menu__list {
    padding: 0;
    margin: 0 16px;
  }
}
@media screen and (max-width: 800px) {
  .menu__list {
    overflow-x: scroll;
  }
}
.menu__item {
  position: relative;
  white-space: nowrap;
}
.menu__item:not(:last-child) {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 800px) {
  .menu__item {
    flex: 1 0;
    margin: 0 8px;
  }
}
.menu__item > a {
  display: inline-block;
  line-height: 72px;
  text-decoration: none;
  padding: 0 13px;
  font-size: 13px;
  color: #444;
  transition: color 0.2s;
}
.menu__item > a:hover {
  color: #7a9c6e;
}
.menu__item--current > a {
  color: #7a9c6e;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .menu__item > a {
    line-height: 48px;
  }
}
.menu__item--current {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-image: url(../img/icons/menu.svg);
}

.date {
  position: relative;
  min-width: 100px;
  flex-shrink: 0;
  width: 100px;
  overflow: hidden;
  color: #FFFFFF;
  justify-content: space-between;
  background-color: #6a8c5f;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .date {
    width: 100%;
    flex-direction: column;
    height: 48px;
  }
}
.date--open {
  min-width: 100%;
}
@media screen and (max-width: 800px) {
  .date--open {
    height: auto;
  }
}
.date--open > .date__current > .date__select {
  transform: scale(-1, 1);
}
@media screen and (max-width: 800px) {
  .date--open > .date__current > .date__select {
    transform: rotate(270deg);
  }
}
.date__current {
  min-width: 100px;
  padding: 14px 20px 14px 0;
  text-align: center;
  position: relative;
}
.date__current > .date__day {
  display: none;
}
@media screen and (max-width: 800px) {
  .date__current {
    padding: 4px 0 4px 0;
  }
  .date__current > .date__day {
    display: block;
    right: 64px;
    top: 17px;
  }
}
.date__select {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 72px;
  background-color: #5a7a4f;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/icons/arrow_right-white.svg);
}
@media screen and (max-width: 800px) {
  .date__select {
    width: 32px;
    height: 32px;
    background-size: 24px;
    transform: rotate(90deg);
    right: 8px;
    top: 8px;
    border-radius: 16px;
  }
}
.date__week {
  flex: 1 0;
}
@media screen and (max-width: 800px) {
  .date__week {
    border-top: 1px solid #5a7a4f;
  }
}
.date__item {
  padding: 14px 0;
  flex: 1 0;
  text-align: center;
  position: relative;
  border-left: 1px solid #5a7a4f;
}
@media screen and (max-width: 800px) {
  .date__item {
    padding: 8px 0;
  }
}
.date__item:hover {
  background-color: #5a7a4f;
}
.date__item--disabled {
  color: #5a7a4f;
}
.date__item--disabled:hover {
  background-color: inherit;
  cursor: default;
}
.date__day {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  right: 12px;
  top: 8px;
  position: absolute;
}
@media screen and (max-width: 480px) {
  .date__day {
    display: none;
  }
}
.date__number {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .date__number {
    font-size: 24px;
  }
}
.date__month {
  font-size: 14px;
  font-weight: 600;
}

.filter {
  border-radius: 12px;
  background-color: #faf7f2;
  margin-top: 24px;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .filter {
    background-color: inherit;
    flex-wrap: wrap;
    border-radius: 0;
  }
}
.filter__toggle {
  display: none;
}
@media screen and (max-width: 960px) {
  .filter__toggle {
    display: block;
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .filter__toggle {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .filter__list {
    display: none;
    order: 3;
    min-width: 100%;
    flex: 1 0;
    margin-top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .filter__item {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .filter__item {
    display: block;
  }
}
.filter__item--all {
  background-color: #EFEFEF;
}
@media screen and (max-width: 960px) {
  .filter__item--all {
    background-color: inherit;
    font-weight: 600;
  }
}
.filter__label {
  padding: 0 24px 0 48px;
  line-height: 72px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .filter__label {
    line-height: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 480px) {
  .filter__label {
    line-height: 16px;
    margin-bottom: 12px;
  }
}
.filter__label::before, .filter__label::after {
  top: 24px;
  left: 20px;
}
@media screen and (max-width: 960px) {
  .filter__label::before, .filter__label::after {
    top: 6px;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .filter__label::before, .filter__label::after {
    left: 0;
    top: -4px;
  }
}
.filter__sort {
  margin-right: 24px;
  width: inherit;
  height: 42px;
}
@media screen and (max-width: 480px) {
  .filter__sort {
    flex: 1 0;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.category {
  margin-bottom: 42px;
}
.category__title {
  margin-bottom: 16px;
}
.category__list {
  flex-wrap: wrap;
}

.card {
  background-color: #FFFFFF;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  flex: 0 0 32%;
  justify-content: space-between;
  margin-bottom: 32px;
  margin-right: calc(4%/2);
  height: 300px;
}
.card:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .card {
    flex: 0 0 49%;
    margin-bottom: 24px;
  }
  .card:nth-child(3n+3) {
    margin-right: calc(4%/2);
  }
  .card:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .card {
    flex: 1 0 100%;
    height: auto;
    margin-right: 0;
  }
}
.card__img {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/menu/none.jpg);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
}
.card__title {
  padding: 0 16px;
  margin-bottom: 4px;
}
.card__composition {
  line-height: 20px;
  padding: 0 16px;
  display: none;
}
@media screen and (max-width: 480px) {
  .card__composition {
    line-height: 16px;
    display: block;
  }
}
.card__panel {
  justify-content: space-between;
  margin-top: 12px;
}
.card__weight {
  padding: 0 16px;
  font-size: 14px;
  color: #606060;
  line-height: 42px;
}
.card__price {
  background-color: #4a6741;
  height: 42px;
  color: #faf7f2;
  border-radius: 12px 0 16px 0;
  width: 108px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .card__price {
    background-color: #4a6741;
    color: #faf7f2;
  }
}
.card__price > img {
  width: 42px;
}
.card__price > span {
  font-size: 16px;
  margin-left: 2px;
}
.card__label {
  line-height: 24px;
  white-space: nowrap;
  padding: 0 12px;
  border-radius: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  font-weight: 600;
  font-size: 14px;
}
.card__label--green {
  color: #faf7f2;
  background-color: #8c6e52;
}
.card:hover {
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.12);
}
.card:hover > .card__composition {
  display: block;
}
.card:hover > .card__panel > .card__price {
  background-color: #6b5240;
}

.quantity {
  width: 108px;
}
.quantity * {
  box-sizing: border-box;
}
.quantity__minus, .quantity__plus {
  height: 42px;
  width: 42px;
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
  background-color: #4a6741;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 42px;
}
.quantity__minus:hover, .quantity__plus:hover {
  background-color: #364d2e;
}
.quantity__minus {
  background-image: url(../img/icons/minus.svg);
}
.quantity__plus {
  background-image: url(../img/icons/plus.svg);
}
.quantity__input {
  color: #2B2A29;
  flex: 1 0;
  width: 66px;
  border-radius: 12px 0 0 0;
  border: 2px solid #4a6741;
  border-right: 0;
  line-height: 38px;
  padding: 0 16px;
  text-align: center;
}

.panel {
  background-color: #faf7f2;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.panel--open {
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 480px) {
  .panel--open {
    overflow-y: auto;
    height: 100vh;
  }
}
.panel--open .panel__toggle::after {
  transform: scale(1, -1);
}
@media screen and (max-width: 640px) {
  .panel {
    padding: 0 0 16px 0;
  }
}
@media screen and (max-width: 480px) {
  .panel {
    padding: 16px 0;
  }
}
.panel__list {
  padding: 8px 0 24px 0;
  display: none;
}
@media screen and (max-width: 640px) {
  .panel__list {
    padding-right: 0 !important;
  }
}
.panel__order {
  line-height: 56px;
}
@media screen and (max-width: 800px) {
  .panel__order {
    flex-wrap: wrap;
    line-height: 48px;
  }
}
@media screen and (max-width: 480px) {
  .panel__order {
    line-height: 32px;
    justify-content: center;
  }
}
.panel__order::before {
  content: "";
  height: 1px;
  background-color: #EBEBEB;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 56px;
}
@media screen and (max-width: 800px) {
  .panel__order::before {
    display: none;
  }
}
.panel__category {
  font-size: 18px;
  color: #B4B4B4;
  font-weight: 600;
  margin-bottom: 8px;
  padding-top: 24px;
}
.panel__total {
  position: relative;
  flex-wrap: nowrap;
  flex: 1 0;
  font-weight: 600;
  flex: initial;
  margin-right: 32px;
  text-align: right;
}
.panel__total > span {
  margin-left: 12px;
}
@media screen and (max-width: 640px) {
  .panel__total {
    margin-right: 0;
  }
}
.panel__indicator {
  height: 24px;
  width: 24px;
  background-color: #D8D8D8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  background-image: url(../img/icons/check-white.svg);
  border-radius: 12px;
  margin-left: 16px;
}
.panel__indicator--complete {
  background-color: #6a8c5f;
}
.panel__toggle {
  flex: 1 0;
}
@media screen and (max-width: 800px) {
  .panel__toggle {
    white-space: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .panel__toggle {
    justify-content: center;
    flex: 1 0 100%;
  }
}
.panel__toggle::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  height: 24px;
  width: 24px;
  display: inline-block;
  background-image: url(../img/icons/panel.svg);
  margin-left: 16px;
}
.panel__btn {
  line-height: 42px;
}
@media screen and (max-width: 640px) {
  .panel__btn {
    width: 100%;
    margin-top: 8px;
  }
}

.day {
  margin: 32px -16px -12px -16px;
}
.day__name {
  line-height: 24px;
  padding: 0 16px;
  background-color: #EBEBEB;
  border-radius: 16px;
  flex: 1 0 auto;
}
.day__line {
  left: 0;
  top: 12px;
  height: 1px;
  width: 100%;
  background-color: #EBEBEB;
  display: block;
}
.day--history {
  margin: 24px -24px -12px -24px;
}
.day--history > .day__name {
  border-radius: 0px 16px 16px 0;
}

.position {
  margin-bottom: 4px;
}
@media screen and (max-width: 480px) {
  .position {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 8px 0 12px 0;
    border-bottom: 1px solid #EFEFEF;
  }
  .position:last-child {
    border-bottom: 0;
  }
}
.position__name {
  flex: 1 0;
}
@media screen and (max-width: 480px) {
  .position__name {
    flex: 1 0 100%;
    margin-bottom: 8px;
  }
}
.position__quantity {
  margin-right: 24px;
}
@media screen and (max-width: 800px) {
  .position__quantity {
    margin-right: 8px;
  }
}
.position__sum {
  width: 64px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .position__sum {
    width: 60px;
  }
}
@media screen and (max-width: 480px) {
  .position__sum {
    flex: 1 0;
  }
}
.position__delete {
  height: 24px;
  width: 24px;
  margin-left: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  background-image: url(../img/icons/delete.svg);
  border-radius: 12px;
}
@media screen and (max-width: 800px) {
  .position__delete {
    margin-left: 8px;
  }
}
.position__delete:hover {
  background-color: #FFD5D5;
}

.count * {
  box-sizing: border-box;
}
.count__minus, .count__plus {
  height: 24px;
  width: 24px;
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.count__minus {
  background-image: url(../img/icons/less.svg);
}
.count__plus {
  background-image: url(../img/icons/more.svg);
}
.count__input {
  color: #2B2A29;
  flex: 1 0;
  width: 32px;
  text-align: center;
}

.sidebar {
  padding: 0;
  background-color: #faf7f2;
  border-radius: 16px;
  width: 320px;
}
.sidebar--left {
  margin-right: 72px;
}
@media screen and (max-width: 1024px) {
  .sidebar--left {
    width: 280px;
  }
}
@media screen and (max-width: 800px) {
  .sidebar--left {
    margin-bottom: 48px;
    margin-right: inherit;
    width: 100%;
  }
}
.sidebar--right {
  margin-left: 72px;
}
@media screen and (max-width: 1024px) {
  .sidebar--right {
    padding: 24px;
    width: 280px;
  }
}
@media screen and (max-width: 800px) {
  .sidebar--right {
    margin-left: inherit;
    margin-top: 48px;
    width: 100%;
  }
}
.sidebar__menu {
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .sidebar__menu {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .sidebar__menu > li {
    white-space: nowrap;
  }
}
.sidebar__menu > li:last-child {
  margin-top: auto;
}
@media screen and (max-width: 800px) {
  .sidebar__menu > li {
    margin-top: inherit;
  }
}
.sidebar__link {
  font-size: 20px;
  color: #606060;
  line-height: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-decoration: none;
  padding: 0 32px;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .sidebar__link {
    line-height: 42px;
    font-size: 16px;
    border-bottom: 0;
    padding: 0 16px;
  }
}
.sidebar__link:hover {
  color: #2B2A29;
}
.sidebar__link--current {
  color: #2B2A29;
}
.sidebar__link--exit {
  color: #F62525;
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.sidebar__link--exit::after {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  right: 16px;
  top: 8px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 0;
  background-image: url(../img/icons/logout.svg);
}
@media screen and (max-width: 800px) {
  .sidebar__link--exit {
    border-top: 0;
  }
}
.sidebar__link--exit:hover {
  color: #F62525;
}
.sidebar__link--exit:hover::after {
  background-size: 42px;
}
@media screen and (max-width: 800px) {
  .sidebar__link--exit:hover {
    background-size: 0;
  }
}
.sidebar__btn {
  width: 100%;
}

.order {
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .order {
    flex-direction: column;
  }
}
.order__content {
  flex: 1 0;
  padding-top: 16px;
}
.order__row {
  margin-bottom: 12px;
}
.order__list {
  padding: 8px 0 24px 0;
}
.order__list--history {
  padding: 0 24px 24px 24px;
}
.order__summary {
  line-height: 56px;
  justify-content: space-between;
  border-top: 1px solid #EBEBEB;
}
@media screen and (max-width: 800px) {
  .order__summary {
    flex-wrap: wrap;
    line-height: 48px;
  }
}
@media screen and (max-width: 480px) {
  .order__summary {
    line-height: 16px;
    padding-top: 16px;
    justify-content: center;
  }
}
.order__summary--history {
  padding: 12px 24px;
}
@media screen and (max-width: 480px) {
  .order__summary--history {
    justify-content: space-between;
  }
}
.order__category {
  color: #B4B4B4;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 32px;
}
.order__counter {
  flex: 1 0;
}
.order__total {
  flex: 1 0;
  font-weight: 600;
  flex: initial;
  margin-right: 16px;
  text-align: right;
}
.order__total > span {
  margin-left: 12px;
}
.order__toggle {
  flex: 1 0;
}
@media screen and (max-width: 800px) {
  .order__toggle {
    white-space: nowrap;
    flex: initial;
  }
}
.order__indicator {
  height: 24px;
  width: 24px;
  background-color: #D8D8D8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  background-image: url(../img/icons/check-white.svg);
  border-radius: 12px;
}
.order__indicator--complete {
  background-color: #6a8c5f;
}
.order__btn {
  float: right;
  margin-top: 24px;
}
.order__sidebar {
  padding: 32px;
}

.profile {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .profile {
    flex-direction: column;
  }
}
.profile__sidebar {
  height: 400px;
}
@media screen and (max-width: 800px) {
  .profile__sidebar {
    height: inherit;
  }
}
.profile__content {
  flex: 1 0;
  padding-top: 16px;
}
.profile__title {
  margin-bottom: 32px;
}

.registration {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .registration {
    width: 100%;
  }
}
.registration__form {
  padding: 32px;
  background-color: #faf7f2;
  border-radius: 16px;
}
@media screen and (max-width: 800px) {
  .registration__form {
    padding: 24px;
  }
}
.registration__btn {
  width: 100%;
}
.registration__toggle {
  text-align: center;
  margin-bottom: 24px;
}
.registration__link {
  color: #4a6741;
}
.registration__link--current {
  color: #2B2A29;
  text-decoration: inherit;
  cursor: default;
}

.history__item {
  background-color: #faf7f2;
  border-radius: 8px;
  margin-bottom: 8px;
}
.history__item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
}
.history__item--open {
  background-color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.history__item--open > .history__header > .history__arrow {
  transform: rotate(90deg);
}
.history__item--open > .history__content {
  display: block;
}
@media screen and (max-width: 800px) {
  .history__item .tooltip::after {
    display: none;
  }
}
.history__header {
  justify-content: space-between;
  padding: 12px 24px;
}
@media screen and (max-width: 800px) {
  .history__header {
    flex-wrap: wrap;
  }
}
.history__title {
  flex: 1 0;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .history__title {
    flex: 0 1 100%;
  }
}
.history__summ {
  margin-right: 12px;
}
.history__arrow {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  background-image: url(../img/icons/spoiler.svg);
}
.history__content {
  display: none;
}
.history__btn {
  line-height: 42px;
}

.address__item {
  background-color: #faf7f2;
  border-radius: 8px;
  margin-bottom: 8px;
}
.address__item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
}
.address__item--new {
  background-color: #FFFFFF;
  border: 1px dashed #B4B4B4;
}
.address__item--new:hover {
  box-shadow: none;
}
.address__item--new.address__item--open {
  box-shadow: none;
}
.address__item--open {
  background-color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.address__item--open > .address__header > .history__arrow {
  transform: rotate(90deg);
}
.address__item--open > .address__content {
  display: block;
}
.address__header {
  justify-content: space-between;
  padding: 12px 24px;
}
.address__title {
  flex: 1 0;
}
.address__arrow {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  background-image: url(../img/icons/spoiler.svg);
}
.address__content {
  display: none;
}
.address__form {
  padding: 24px;
}
.address__btn--delete {
  width: 48px;
  height: 48px;
}

.status__text {
  font-weight: 600;
}
.status__icon {
  height: 24px;
  width: 24px;
  background-color: #F62525;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  background-image: url(../img/icons/minus.svg);
  border-radius: 12px;
  margin-left: 12px;
  display: inline-block;
}
.status--yes .status__icon {
  background-color: #6a8c5f;
  background-image: url(../img/icons/check-white.svg);
}
.status--no .status__icon {
  background-color: #D8D8D8;
}
.status--pin {
  display: inline-block;
}
.status--pin::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 12px;
  margin-bottom: 2px;
  display: inline-block;
  background-color: #F62525;
  border-radius: 4px;
}
.status--yes::before {
  background-color: #6a8c5f;
}
.status--no::before {
  background-color: #D8D8D8;
}

.article__content {
  padding-top: 16px;
}
.article__text {
  line-height: 24px;
}
.article__text > p {
  margin-bottom: 8px;
}
.article__title {
  margin-bottom: 24px;
}
.article__subtitle {
  margin-bottom: 8px;
  margin-top: 24px;
}
.article__list {
  margin-left: 16px;
  margin-bottom: 8px;
}
.article__list li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  height: 6px;
  width: 6px;
  margin-right: 16px;
  background-color: #4a6741;
}
.article__link {
  color: #4a6741;
}

.payment {
  border: 1px solid #959595;
  border-radius: 4px;
  padding: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 800px) {
  .payment {
    flex-direction: column;
  }
}
.payment__logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 160px;
  background-image: url(../img/sber.jpg);
  margin-right: 24px;
  min-width: 160px;
  height: 160px;
  border-radius: 80px;
}
@media screen and (max-width: 800px) {
  .payment__logo {
    margin-right: inherit;
    margin-bottom: 8px;
  }
}
.payment__content {
  flex: 1 1;
}
.payment__content > p {
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .payment__content {
    margin-bottom: 24px;
  }
}
.payment__summ {
  text-align: center;
}
.payment__subtitle {
  margin-bottom: 8px;
}
.payment__alert {
  font-size: 12px;
  color: #959595;
  margin-top: 8px;
}
.payment__btn {
  background-color: #22A039;
}
.payment__btn:hover {
  background-color: #1A892E;
}

.footer {
  border-top: 1px solid #faf7f2;
  padding: 42px 0 96px 0;
  margin-top: 96px;
  font-size: 15px;
}
@media screen and (max-width: 800px) {
  .footer {
    font-size: 14px;
  }
}
.footer__inner {
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .footer__inner {
    flex-direction: column-reverse;
  }
}
.footer__column {
  flex: 1 0;
  border-left: 1px solid #faf7f2;
  padding: 0 42px;
}
@media screen and (max-width: 800px) {
  .footer__column {
    padding: 0;
    border-left: 0;
  }
}
.footer__column:first-child {
  padding-left: 0;
}
@media screen and (max-width: 800px) {
  .footer__column:first-child {
    margin-top: 16px;
  }
}
.footer__column:last-child {
  padding-right: 0;
}
.footer__row {
  margin-bottom: 4px;
  line-height: 24px;
}
@media screen and (max-width: 800px) {
  .footer__row {
    line-height: 16px;
  }
}
.footer__icon {
  margin-right: 12px;
  width: 24px;
  height: 24px;
  /* перекраска orange → coffee #8c6e52 */
  filter: brightness(0) saturate(100%) invert(46%) sepia(14%) saturate(1100%) hue-rotate(345deg) brightness(88%) contrast(88%);
}

.tooltip {
  position: relative;
}
@media screen and (max-width: 800px) {
  .tooltip {
    position: inherit;
  }
}
.tooltip::after {
  background-color: #000000;
  font-size: 14px;
  position: absolute;
  padding: 4px 16px;
  z-index: 20;
  text-align: center;
  line-height: 24px;
  bottom: 28px;
  color: #FFFFFF;
  width: auto;
  border-radius: 12px;
  opacity: 0.7;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .tooltip::after {
    left: inherit;
    right: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 480px) {
  .tooltip::after {
    width: 90%;
    position: fixed;
    bottom: 96px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.tooltip:hover::after {
  content: attr(data-tooltip);
}
/* ===== Date hint (бегущая строка) ===== */
.date-hint { overflow: hidden; background: transparent; margin: 0; padding: 0; display: flex; align-items: center; flex: 1; }
.date-hint__marquee { display: inline-flex; white-space: nowrap; animation: date-hint-scroll 20s linear infinite; color: #000000; font-size: 22px; font-weight: 600; padding: 8px 0; }
.date-hint__marquee:hover { animation-play-state: paused; }
.date-hint__item { padding-right: 0; }
@keyframes date-hint-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== Cat-nav: modern two-zone navigation (2025 delivery trend) ===== */

/* --- контейнер --- */
.cat-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #faf7f2;
  padding: 0;
}
.cat-nav__inner {
  display: flex;
  flex-direction: column;
}

/* ========= ЗОНА 1: Категории (primary) ========= */
.cat-nav__sections {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 12px 8px 10px;
}
.cat-nav__tab {
  flex-shrink: 0;
  display: inline-block;
  padding: 7px 16px;
  border-radius: 30px;
  border: none;
  background: #ece7e1;
  color: #6b5e52;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: .01em;
  transition: background .2s, color .2s, box-shadow .2s;
}
.cat-nav__tab:hover {
  background: #ddd5cc;
  color: #4a3928;
}
.cat-nav__tab.is-active {
  background: #8c6e52;
  color: #fff;
  box-shadow: 0 2px 8px rgba(140,110,82,.30);
}

/* ========= ЗОНА 2: Фильтры (secondary, warm shelf) ========= */
.cat-nav__filter-wrap {
  background: linear-gradient(180deg, #eee8e0 0%, #f5f0ea 100%);
  border-top: 1px solid rgba(140,110,82,.12);
  border-radius: 0 0 14px 14px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.04);
}
.cat-nav__filter-wrap form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px 10px;
  gap: 8px;
}

/* лейбл 'Тип:' через псевдо-элемент */
.cat-nav__pills::before {
  content: 'Тип блюда';
  font-size: 11px;
  font-weight: 500;
  color: #9a8b7d;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-right: 4px;
  white-space: nowrap;
}

.cat-pill__cb { display: none; }
.cat-nav__pills {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}
.cat-nav__pill {
  flex-shrink: 0;
  padding: 5px 14px;
  border-radius: 30px;
  border: 1.5px solid #c4b8ab;
  background: transparent;
  color: #7a6b5d;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
  user-select: none;
}
.cat-nav__pill:hover {
  border-color: #8c6e52;
  color: #8c6e52;
  background: rgba(140,110,82,.08);
}
.cat-pill__cb:checked + .cat-nav__pill {
  background: #8c6e52;
  color: #fff;
  border-color: #8c6e52;
  box-shadow: 0 1px 4px rgba(140,110,82,.25);
}

/* сортировка: мини-кнопка с шевроном */
.cat-nav__sort {
  flex-shrink: 0;
  padding: 5px 28px 5px 12px;
  border-radius: 30px;
  border: 1.5px solid #c4b8ab;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%237a6b5d'/%3E%3C/svg%3E") no-repeat right 10px center;
  color: #7a6b5d;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.cat-nav__sort:hover, .cat-nav__sort:focus {
  border-color: #8c6e52;
  color: #8c6e52;
}

/* --- mobile --- */
@media screen and (max-width: 800px) {
  .cat-nav__sections { padding: 10px 6px 8px; gap: 4px; }
  .cat-nav__tab { padding: 6px 12px; font-size: 12px; }
  .cat-nav__filter-wrap form { padding: 6px 8px 8px; flex-wrap: wrap; }
  .cat-nav__pills::before { display: none; }
}

/* ======================================================
   MENU PAGE — design harmonization (2026-05-29)
   Match menu cards & sections to About/Delivery style
   ====================================================== */

/* 1. Category section headings — warm brown + left accent border */
.category__title {
  color: #3d2e1e;
  border-left: 4px solid #8c6e52;
  padding-left: 12px;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* 2. Cards — soft border instead of heavy shadow */
.card {
  box-shadow: none;
  border: 1px solid #ddd5cc;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.card:hover {
  box-shadow: 0 4px 20px rgba(140, 110, 82, 0.13);
  border-color: #c4b9ab;
}

/* 3. Price button — fully rounded, softer shape */
.card__price {
  border-radius: 12px;
  margin: 0 12px 12px 0;
  transition: background-color 0.2s ease;
}

/* 4. Card panel — align price right when no weight (drinks) */
.card__panel {
  padding: 0 0 0 16px;
}
.card__panel > div:only-child {
  margin-left: auto;
  margin-right: 0;
}

/* 5. Card image placeholder — gentle bg for cards without photos */
.card__img {
  background-color: #f0ebe4;
}

/* 6. Sticky nav — visual separation on scroll */
.cat-nav {
  background-color: #faf7f2;
  border-bottom: 1px solid #e8e0d6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  z-index: 100;
}

/* 7. Combo section — softer border to match new card style */
.combo-section {
  border: 1px solid #ddd5cc;
  box-shadow: none;
}

/* 8. Card weight text — slightly warmer color */
.card__weight {
  color: #7a7267;
}

/* 9. Quantity buttons — match price button radius */
.quantity__minus {
  border-radius: 12px 0 0 12px;
}
.quantity__plus {
  border-radius: 0 12px 12px 0;
}

/* ======================================================
   PHONE / FOOTER ALIGNMENT FIX (2026-05-29)
   Fix icon floating between two phone number lines
   ====================================================== */

/* Icon aligns to top of multi-line phone block, not center */
.footer__row--flex .footer__icon {
  align-self: flex-start;
  margin-top: 2px;
}

/* Mobile: stack footer columns cleanly */
@media screen and (max-width: 600px) {
  .footer__inner {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .footer__row--flex {
    align-items: flex-start;
  }
  .footer__icon {
    flex-shrink: 0;
    margin-top: 1px;
  }
}

/* Always show logo as pointer (homepage has no href by default) */
.header__logo {
  cursor: pointer;
}


/* Fix phone/email icon vertical alignment with multi-line content */
.footer__row--flex .footer__icon {
  align-self: flex-start;
  margin-top: 2px;
}

/* Mobile: ensure footer columns stack cleanly */
@media screen and (max-width: 600px) {
  .footer__inner {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .footer__row--flex {
    align-items: flex-start;
  }
  .footer__icon {
    flex-shrink: 0;
    margin-top: 1px;
  }
}

/* Fix phone numbers wrapping */
.footer__row--flex a {
  white-space: nowrap;
}

/* Phone block: grid layout so icon spans both phone rows */
.footer__row--flex {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0 8px;
}
.footer__row--flex .footer__icon {
  grid-column: 1;
  grid-row: 1 / 3;
  margin-top: 3px;
}
.footer__row--flex a {
  white-space: nowrap;
  grid-column: 2;
}
.footer__row--flex br {
  display: none;
}

/* Fix phone numbers wrapping */
.footer__row--flex a {
  white-space: nowrap;
}


/* ======================================================
   MOBILE UX FIX (2026-05-30)
   1) Header nav wraps instead of overflowing off-screen
   2) Sticky category nav compacted to single scroll rows
   ====================================================== */
@media screen and (max-width: 800px) {
  .header__nav { width: 100%; margin-top: 8px; }
  .nav { flex-wrap: nowrap; justify-content: center; column-gap: 2px; }
  .nav__item { margin: 0; line-height: 30px; white-space: nowrap; }
  .nav__item > a { display: block; padding: 0 8px; font-size: 14px; font-weight: 700; }
  .cat-nav__sections { flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 8px 8px; }
  .cat-nav__sections::-webkit-scrollbar { display: none; }
  .cat-nav__filter-wrap form { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; justify-content: flex-start; }
  .cat-nav__filter-wrap form::-webkit-scrollbar { display: none; }
}


/* ======================================================
   MOBILE LOGO FIX (2026-05-30)
   Reset leftover desktop absolute-centering on mobile
   so the logo is not clipped at the top.
   ====================================================== */
@media screen and (max-width: 800px) {
  .header__logo { top: auto; transform: none; }
}


/* ======================================================
   DATE NUMBER LIGHT (2026-05-30)
   Calendar day number — lighter weight (400 vs 600)
   ====================================================== */
.date__number { font-weight: 400; }


/* ======================================================
   PANEL Z-INDEX FIX (2026-05-30)
   Panel z-index raised above PWA widget (99998) so
   the toggle button is not blocked by #pwa-widget.
   PWA widget moved up so it clears the collapsed panel.
   ====================================================== */
/* Panel always above PWA widget */
.panel { z-index: 100001; }

/* Move PWA widget above the collapsed basket panel (~160px) */
#pwa-widget { bottom: 180px !important; }

/* Hide PWA widget when panel is fully open (body.fix) */
@media screen and (max-width: 800px) {
  body.fix #pwa-widget { display: none !important; }
}

/* ======================================================
   PWA INSTALL WIDGET: hide when running as installed PWA
   The "Add to home screen" widget (#pwa-widget) is useful
   only in a regular browser. When the site is already
   launched as an installed PWA (standalone display mode),
   the prompt is pointless, so hide it. It stays visible in
   the normal mobile browser and on desktop.
   ====================================================== */
@media all and (display-mode: standalone) {
  #pwa-widget { display: none !important; }
}

/* #5 (2026-06-06) phone numbers must not wrap mid-number */
a[href^="tel:"]{white-space:nowrap;}

/* Заметный блок ошибок форм входа/регистрации/восстановления (добавлено 2026-06-07) */
.js-loginFormError:empty{display:none;}
.js-loginFormError:not(:empty){
    display:block;
    margin-bottom:16px;
    padding:12px 14px 12px 42px;
    position:relative;
    background:#fdecea;
    border:1px solid #f3b8b2;
    border-left:4px solid #e04f43;
    border-radius:8px;
    color:#a3261c;
    font-size:.95em;
    line-height:1.45;
    animation:stolafeErrShake .35s ease;
}
.js-loginFormError:not(:empty)::before{
    content:'!';
    position:absolute;left:14px;top:50%;transform:translateY(-50%);
    width:20px;height:20px;line-height:20px;text-align:center;
    background:#e04f43;color:#fff;border-radius:50%;font-weight:700;font-size:13px;
}
@keyframes stolafeErrShake{0%,100%{transform:translateX(0)}20%{transform:translateX(-5px)}60%{transform:translateX(5px)}80%{transform:translateX(-2px)}}
