@charset "UTF-8";

/*
/template/frontend/build/css/page/profile/styles.css
*/

/*---------------------------------------------------------------------*/

/*-------------------------- styles for Profile ----------------------------*/

.page-gen section {
  min-height: auto;
}

.btn-red {
  border-radius: 22px;
  background: var(--Red, #F85046);
  padding: 18px;
  text-align: center;
  color: var(--White, #FFF);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s;
}

.btn-red:hover {
  background: #DA3228;
}

.btn-gray {
  display: flex;
  align-items: center;
  padding: 8px 25px 10px 25px;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
  color: var(--L_Black, #1E1E1E);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.btn-gray--custom {
  max-width: 320px;
  width: 100%;
  height: 56px;
  justify-content: center;
  margin-top: 15px;
  border-radius: 25px;
}

.btn-gray:hover {
  background: #DEDEDE;
  color: inherit;
}

.prof-page {
  --L_Black: #1E1E1E;
  --L_Grey: #F2F2F2;
  --D_Grey: #9A9A9A;
  --White: #FFF;
  --Red: #F85046;
}

.prof-page .bl-wrap {
  padding: 30px;
  border-radius: 35px;
  background: #FFF;
  margin-bottom: 20px;
}

.prof-page .personal-btn-edit {
  margin-top: 20px;
  height: 50px;
  padding: 8px 25px 10px 25px;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
  color: var(--L_Black, #1E1E1E);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
}

.prof-page .personal-btn-edit:disabled {
  cursor: default;
}

.prof-page .personal-btn-save {
  color: var(--Red, #F85046);
}

.prof-page .cabinet__tiile {
  color: var(--L_Black, #1E1E1E);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 17px;
}

.prof-page .cabinet__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.prof-page .categories-item {
  border-radius: 20px;
  display: flex;
  width: 150px;
  min-width: 150px;
  height: 200px;
  padding-bottom: 10px;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}

.prof-page .categories-item:nth-child(1) {
  background: linear-gradient(90deg, #5EE7DF 0%, #B490CA 100%);
}

.prof-page .categories-item:nth-child(2) {
  background: linear-gradient(90deg, #F6D365 0%, #FDA085 100%);
}

.prof-page .categories-item:nth-child(3) {
  background: linear-gradient(90deg, #F77062 0%, #FE5196 100%);
}

.prof-page .categories-item:nth-child(4) {
  background: linear-gradient(90deg, #F77062 0%, #FE5196 100%);
}

.prof-page .categories-item__text {
  color: var(--White, #FFF);
  text-shadow: 0px 0px 30px #FFF;
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
}

.prof-page .personal-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5%;
}

.prof-page .personal-data {
  width: 49.3%;
  min-width: 400px;
  flex-grow: 1;
}

.prof-page .personal-data__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}

.prof-page .personal-data__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.prof-page .personal-data__list-item {
  margin-bottom: 20px;
}

.prof-page .personal-data__name {
  color: var(--D_Grey, #9A9A9A);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.prof-page .personal-data__value {
  color: var(--L_Black, #1E1E1E);
  font-size: 20px;
  font-weight: 500;
}

.prof-page .personal-data__form {
  display: none;
}

.prof-page .personal-delivery {
  width: 49.2%;
  min-width: 400px;
  flex-grow: 1;
}

.prof-page .personal-delivery__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}

.prof-page .personal-delivery__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.prof-page .personal-delivery__list-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.prof-page .personal-delivery__list-item:last-of-type {
  margin-bottom: 0;
}

.prof-page .personal-delivery__icon-radio {
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.prof-page .personal-delivery__icon-radio::before,
.prof-page .personal-delivery__icon-radio::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  border-radius: 50%;
  transition: opacity 0.3S;
}

.prof-page .personal-delivery__icon-radio::before {
  top: 9px;
  left: 9px;
  width: 12px;
  height: 12px;
  z-index: 2;
  background-color: var(--Red, #F85046);
  opacity: 0;
}

.prof-page .personal-delivery__check {
  margin-right: 27px;
  visibility: hidden;
}

.prof-page .personal-delivery__check:checked ~ .personal-delivery__sect .personal-delivery__addr-1 {
  color: var(--Red, #F85046);
}

.prof-page .personal-delivery__check:checked ~ .personal-delivery__icon-radio::before {
  opacity: 1;
}

.prof-page .personal-delivery__sect {
  cursor: pointer;
}

.prof-page .personal-delivery__addr-1 {
  color: var(--L_Black, #1E1E1E);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
  transition: color 0.3s;
}

.prof-page .personal-delivery__addr-2 {
  color: var(--D_Grey, #9A9A9A);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.prof-page .prof-favorites__wrap {
  padding: 30px;
  border-radius: 35px;
  background: var(--White, #FFF);
  margin-bottom: 30px;
}

.prof-page .prof-favorites__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.prof-page .prof-favorites__notes {
  list-style: none;
  color: var(--L_Black, #1E1E1E);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  padding: 0;
  margin-bottom: 0;
}

.prof-page .prof-favorites__notes li {
  margin-bottom: 10px;
}

.prof-page .prof-favorites__notes li:last-of-type {
  margin-bottom: 0;
}

.prof-page .prof-dishes {
  margin-bottom: 20px;
}

.prof-page .prof-dishes__title,
.prof-page .prof-establsh__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}

.prof-page .establish-time {
  color: var(--Red, #F85046);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.city-popup .__popup__wrap {
  padding: 30px 20px;
}

.city-popup .__popup__modal-container,
.city-popup .__popup__wrap {
  max-height: 75vh;
}

.city-popup .__popup__title {
  margin-bottom: 10px;
  padding: 0 15px;
  line-height: 1;
}

.city-popup .body__city {
  list-style: none;
  padding: 0;
  margin: 0;
}

.city-popup .body__city li:not(:last-child) {
  margin-bottom: 15px;
}

.city-popup .body__city li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--L_Black, #1E1E1E);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.city-popup .body__city li a.selected:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMiA1bDQuMjMxIDVMMTMgMiIgc3Ryb2tlPSIjZjUzIiBzdHJva2Utd2lkdGg9IjIuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  width: 15px;
  height: 12px;
  margin-left: 10px;
}

.city-popup .body__city li a.selected {
  font-weight: bold;
}

.auth-popup__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.auth-popup__title {
  color: var(--L_Black, #1E1E1E);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.auth-popup__req-code {
  color: var(--L_Black, #1E1E1E);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.auth-popup__req-code p {
  margin-top: 10px;
}

.auth-popup__img {
  max-width: 100%;
}

.auth-popup__req-code-example {
  color: var(--L_Black, #1E1E1E);
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.auth-popup__req-code-example b {
  color: var(--Red, #F85046);
}

.auth-popup__input,
.auth-popup__code-request {
  width: 117px;
  height: 60px;
  padding: 6px 23px 8px 23px;
  border-radius: 22px;
  background: var(--L_Grey, #F2F2F2);
  color: var(--L_Black, #1E1E1E);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid transparent;
  transition: border 0.4s;
}

.auth-popup__input.not-valid,
.auth-popup__code-request.not-valid {
  border: 2px solid var(--Red, #F85046);
}

.auth-popup__input {
  width: 100%;
}

.auth-popup__fields {
  display: flex;
  flex-direction: column;
  border: 0;
  padding: 0;
  height: 130px;
}

.auth-popup__phone {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0px 30px;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
}

.auth-popup__phone span {
  height: 30px;
  line-height: 30px;
  padding-right: 20px;
  border-right: 2px solid #CECECE;
}

.auth-popup__phone span,
.auth-popup__phone input {
  color: var(--Black, #000);
  font-size: 16px;
  font-weight: 500;
}

.auth-popup__phone-input {
  margin-left: 20px;
  flex-grow: 1;
  background-color: transparent;
  border: 0;
}

.auth-popup__error {
  display: none;
  color: var(--Red, #F85046);
  font-size: 16px;
  font-weight: 500;
  margin-top: 3px;
  background-color: transparent;
}

.auth-popup__sms-inputs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 3px;
}

.auth-popup__errors {
  text-align: center;
  margin: 12px 0 0;
}

.auth-popup__errors p:first-of-type {
  margin-bottom: 10px;
}

.auth-popup__errors p:last-of-type {
  font-weight: 600;
}

.auth-popup__repeat-code {
  display: none;
  color: var(--D_Grey, #9A9A9A);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}

.auth-popup__sms {
  width: 35px;
  padding: 14px 13px 14px 12px;
  border-radius: 10px;
  background: var(--L_Grey, #F2F2F2);
  text-align: center;
  color: var(--L_Black, #1E1E1E);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  border: 0;
  outline: 2px solid transparent;
  transition: outline 0.3s;
}

.auth-popup__sms:focus {
  outline: 2px solid var(--Red, #F85046);
}

.auth-popup__field {
  border: 0;
}

.auth-popup__field label {
  display: block;
  margin-bottom: 5px;
}

.auth-popup__submit {
  width: 100%;
  height: 50px;
  padding: 9px 25px 10px 25px;
  border-radius: 20px;
  background: var(--D_Grey, #9A9A9A);
  text-align: center;
  color: var(--White, #FFF);
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
  transition: background-color 0.3s;
}

.auth-popup__submit:hover {
  background: var(--Red, #F85046);
}

.auth-popup__submit:disabled {
  opacity: 0.8;
  cursor: no-drop;
}

.auth-popup__submit:disabled:hover {
  background: #9A9A9A;
}

.auth-popup__apply {
  color: var(--L_Black, #1E1E1E);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.auth-popup__apply a {
  font-size: 16px;
  color: #F85046;
  text-decoration: none;
}

.auth-popup__bottom {
  text-align: center;
}

.auth-popup__partner-btn {
  display: inline-block;
  height: 50px;
  padding: 8px 25px 10px 25px;
  text-align: center;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: 36px;
  margin: 10px auto 0;
}

.auth-popup__overlay_hide {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  transition: left 0.5s ease-out;
  background-color: #fff;
}

.auth-popup__overlay_hide.show {
  left: 0;
  z-index: 5;
}

.auth-popup .btn-i-back::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 18px;
  vertical-align: text-top;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18' viewBox='0 0 11 18' fill='none'%3E%3Cpath d='M9.5 16.5L2.27817 9.72954C1.85676 9.33446 1.85676 8.66554 2.27817 8.27046L9.5 1.5' stroke='%231E1E1E' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/*
/template/frontend/build/css/cart-panel.css
*/

.cartPnl {
  --L_Black: #1E1E1E;
  --L_Grey: #F2F2F2;
  --D_Grey: #9A9A9A;
  --White: #FFF;
  --Red: #F85046;
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  height: 100vh;
  background: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.cartPnl .cartPnl-inn {
  padding: 30px 18px 30px 30px;
  height: 100%;
}

.cartPnl .cartPnl-inn > div {
  height: 100%;
}

.cartPnl__close {
  position: absolute;
  left: -60px;
  top: 10px;
  z-index: 100;
}

.cartPnl .cartPnl-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  padding-top: 15px;
}

.cartPnl .cartPnl-top__back {
  display: none;
}

.cartPnl .cartPnl-top__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}

.cartPnl .cartPnl-top__clear {
  padding-top: 0px;
}

.cartPnl .cartPnl-top__clear .__cart-btn {
  width: auto;
  height: auto;
  color: var(--Red, #F85046);
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  padding: 0;
}

.cartPnl .cartPnl-top__clear .__cart-btn::before {
  display: none;
}

.cartPnl__empty {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.cartPnl__empty .cartPnl-top {
  justify-self: flex-start;
}

.cartPnl__empty-content {
  flex-grow: 1;
  text-align: center;
  align-content: center;
}

.cartPnl__empty-pic {
  margin-bottom: 20px;
}

.cartPnl__empty-text {
  color: var(--Black, #000);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.cartPnl-wrap {
  margin-bottom: 40px;
}

.cartPnl-wrap .__radio-input__label {
  justify-content: flex-start;
  gap: 10px;
}

.cartPnl-tabs {
  --L_Black: #1E1E1E;
  --L_Grey: #F2F2F2;
  --D_Grey: #9A9A9A;
  --White: #FFF;
  --Red: #F85046;
  display: flex;
  gap: 7px;
  padding-bottom: 13px;
}

.cartPnl-tab {
  padding: 16px 23px 15px;
  border-radius: 25px;
  border: 2px solid var(--L_Grey, #F2F2F2);
  cursor: pointer;
}

.cartPnl-tab.active {
  border: 2px solid var(--L_Black, #1E1E1E);
  cursor: default;
}

.cartPnl-tab__name-org {
  color: var(--Black, #000);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  white-space: nowrap;
}

.cartPnl-tab__delivery {
  color: var(--Black, #000);
  font-size: 16px;
  font-weight: 500;
}

.cartPnl-org-param {
  margin: 25px 0 15px;
}

.org-params__item {
  margin-bottom: 25px;
  cursor: pointer;
}

.org-params__item:last-of-type {
  margin-bottom: 0;
}

.org-params__item-name {
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 13px;
}

.org-params__item-value {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.cart-tab {
  display: none;
}

.cart-tab:first-of-type {
  display: block;
}

.cartPnl-cart-items {
  padding-bottom: 25px;
}

.cartPnl-cart-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 27px;
}

.cartPnl-cart-item:last-of-type {
  margin-bottom: 0;
}

.cartPnl-cart-item__img {
  max-width: 60px;
}

.cartPnl-cart-item__counter {
  margin-left: auto;
}

.cartPnl-cart-item__caption {
  max-height: 40px;
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Число отображаемых строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}

.cartPnl-cart-item__price {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 700;
}

.cartPnl-progress__order-from {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.cartPnl-progress__order-text {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 21px;
  line-height: 27px;
}

.cartPnl-progress__order-text span {
  color: var(--Red, #F85046);
}

.cartPnl-progress__bar {
  position: relative;
  height: 22px;
  border-radius: 25px;
  background: var(--L_Grey, #F2F2F2);
}

.cartPnl-progress__bar-go {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 25px;
  background: var(--Red, #F85046);
  transition: width 0.3s;
}

.cartPnl-open-menu {
  display: inline-block;
  height: 50px;
  padding: 14px 25px 10px 25px;
  text-align: center;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
  color: var(--Red, #F85046);
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
  text-decoration: none;
}

.cartPnl-delivery {
  margin-top: 40px;
}

.cartPnl-delivery__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}

.cartPnl-footer {
  margin-bottom: 22px;
  margin-top: 38px;
}

.cartPnl-footer__icon {
  order: -1;
  margin-right: 24px;
}

.cartPnl-footer__icon img {
  vertical-align: top;
}

.cartPnl-footer__switcher {
  margin-right: auto;
}

.cartPnl-footer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0 22px;
  border-top: 1px solid #F2F2F2;
}

.cartPnl-footer__comment {
  width: 100%;
  margin-top: 25px;
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
  order: 4;
  cursor: pointer;
}

.cartPnl-footer__comment > i {
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-top: 7px;
  float: right;
  cursor: pointer;
  background: url("/template/frontend/build/css/page/profile/arrow-right.svg") no-repeat;
  transition: transform 0.3s;
}

.cartPnl-footer__comment.active i {
  transform: rotate(-90deg);
}

.cartPnl-footer--tools {
  transition: opacity 0.5s;
}

.cartPnl-footer--tools._disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.cartPnl-footer--tools._disabled .__counter__minus,
.cartPnl-footer--tools._disabled .__counter__plus,
.cartPnl-footer--tools._disabled .__counter__num {
  pointer-events: none;
}

.cartPnl-footer__goods {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
}

.cartPnl-footer__total {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 700;
}

.cartPnl-footer__result {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 700;
}

.cartPnl-footer__text {
  width: 100%;
  order: 5;
}

.cartPnl-footer__text textarea {
  width: 100%;
  height: 90px;
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 15px;
  color: #9A9A9A;
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
  resize: none;
  border: 0;
}

button.cartPnl-to-pay {
  font-size: 16px;
}

button.cartPnl-to-pay:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.cart-order-overlay {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0 30px 30px 30px;
  transition: left 0.3s ease-in;
}

.cart-order-overlay.show {
  left: 0;
}

.cart-order-overlay .cartPnl-wrap:last-of-type {
  margin-top: auto;
  margin-bottom: 55px;
  border-radius: 30px 30px 0px 0px;
  background: var(--White, #FFF);
  box-shadow: 0px -7px 30px 0px rgba(0, 0, 0, 0.1);
}

.cartPnl-cart-order .personal-delivery__list-item {
  margin-bottom: 15px;
}

.cartPnl-cart-order__top {
  margin-bottom: 40px;
}

.cartPnl-cart-order__top .cartPnl-top__title {
  display: none;
}

.cartPnl-cart-order__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cartPnl-cart-order__request {
  color: var(--L_Black, #1E1E1E);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cartPnl-cart-order__email,
.cartPnl-cart-order__name {
  margin-bottom: 20px;
}

.cartPnl-cart-order__email label,
.cartPnl-cart-order__name label {
  display: block;
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.cartPnl-cart-order__email input,
.cartPnl-cart-order__name input {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
  border: 0;
}

.cartPnl-cart-order__what {
  color: var(--Black, #000);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.3;
}

.cartPnl-cart-order__what > p {
  color: var(--L_Black, #1E1E1E);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cartPnl-cart-order__call {
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
  padding: 10px 25px;
  text-align: center;
}

.cartPnl-cart-order__call p {
  color: var(--Red, #F85046);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.cartPnl-cart-order__call p a {
  text-decoration: none;
  font-weight: 600;
}

.cartPnl-cart-order .cartPnl-wrap:last-child {
  margin-bottom: 0;
}

.cartPnl-personal-account {
  display: inline-block;
  width: 245px;
  height: 50px;
  background-color: #F2F2F2;
  border-radius: 20px;
  line-height: 49px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  margin-top: 20px;
}

.personal-delivery {
  width: 49.2%;
  min-width: 400px;
  flex-grow: 1;
}

.personal-delivery__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}

.personal-delivery__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.personal-delivery__list-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.personal-delivery__list-item:last-of-type {
  margin-bottom: 0;
}

.personal-delivery__list-item:hover .personal-delivery__edit {
  opacity: 1;
}

.personal-delivery__icon-radio {
  position: absolute;
  top: 11px;
  left: -1px;
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.personal-delivery__icon-radio::before,
.personal-delivery__icon-radio::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  border-radius: 50%;
  transition: opacity 0.3S;
}

.personal-delivery__icon-radio::before {
  top: 9px;
  left: 9px;
  width: 12px;
  height: 12px;
  z-index: 2;
  background-color: var(--Red, #F85046);
  opacity: 0;
}

.personal-delivery__check {
  margin-right: 27px;
  visibility: hidden;
}

.personal-delivery__check:checked ~ .personal-delivery__sect .personal-delivery__addr-1 {
  color: var(--Red, #F85046);
}

.personal-delivery__check:checked ~ .personal-delivery__icon-radio::before {
  opacity: 1;
}

.personal-delivery__check:checked ~ .personal-delivery__edit {
  opacity: 1;
}

.personal-delivery__sect {
  cursor: pointer;
}

.personal-delivery__addr-1 {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
  transition: color 0.3s;
}

.personal-delivery__addr-2 {
  color: var(--D_Grey, #9A9A9A);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.personal-delivery__edit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}

.personal-delivery__edit::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/template/frontend/build/images/profile/edit.svg");
  margin: 10px;
}

.check-date-time-input:checked ~ .check-datetime {
  display: block;
  width: 100%;
}

.check-datetime {
  display: none;
  margin-top: 18px;
}

.check-datetime label {
  display: block;
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.check-datetime input {
  height: 50px;
  padding: 0px 20px;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border: 0;
}

/* utils */

.__counter {
  width: 123px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background: var(--L_grey, #F5F5F5);
  padding: 5px 17px;
  flex-shrink: 0;
}

.__counter__minus,
.__counter__plus {
  position: relative;
  cursor: pointer;
  color: var(--Black, #000);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.__counter__minus:before,
.__counter__plus:before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}

.__counter__num {
  width: 30px;
  color: var(--Black, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  background-color: transparent;
  border: 0;
}

.__counter__num::-webkit-outer-spin-button,
.__counter__num::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.__btn-red,
.__btn-gray {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 8px 25px 10px 25px;
  border-radius: 20px;
  background: var(--Red, #F85046);
  color: var(--White, #FFF);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition: background-color 0.3s, color 0.3s;
}

.__btn-red:disabled,
.__btn-gray:disabled {
  opacity: 0.7;
}

.__btn-gray {
  color: var(--L_Black, #1E1E1E);
  background: var(--L_Grey, #F2F2F2);
}

.__switch {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 32px;
}

.__switch__checkbox {
  display: none;
}

.__switch__checkbox:checked + .__switch__round {
  background-color: #F85046;
}

.__switch__checkbox:focus + .__switch__round {
  box-shadow: 0 0 1px #F85046;
}

.__switch__checkbox:checked + .__switch__round:before {
  transform: translateX(32px);
}

.__switch__round {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px;
}

.__switch__round:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: white;
  transition: 0.4s;
}

.__close-btn,
.__back-btn,
.__cart-btn {
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: var(--L_Grey, #F2F2F2);
}

.__close-btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='+' d='M0.452808 15.5472C-0.150864 14.9435 -0.150864 13.9648 0.452808 13.3611L13.3612 0.452754C13.9648 -0.150918 14.9436 -0.150918 15.5472 0.452755C16.1509 1.05643 16.1509 2.03517 15.5472 2.63884L2.6389 15.5472C2.03522 16.1509 1.05648 16.1509 0.452808 15.5472ZM0.435007 2.57096C-0.145003 1.99095 -0.145002 1.05057 0.435008 0.470556C1.01502 -0.109454 1.9554 -0.109455 2.53541 0.470555L15.5294 13.4646C16.1095 14.0446 16.1095 14.985 15.5294 15.565C14.9494 16.145 14.0091 16.145 13.429 15.565L0.435007 2.57096Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.__back-btn::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.27743 15.2017L0.798198 8.72017C0.4006 8.32243 0.4006 7.67757 0.798198 7.27983L7.27743 0.798304C7.67502 0.400565 8.31966 0.400565 8.71725 0.798304C9.11485 1.19604 9.11485 1.84091 8.71725 2.23864L3.97605 6.98153L14.4815 6.98153C15.044 6.98153 15.5 7.43751 15.5 8C15.5 8.56249 15.044 9.01847 14.4815 9.01847L3.97605 9.01847L8.71725 13.7614C9.11485 14.1591 9.11485 14.804 8.71725 15.2017C8.31966 15.5994 7.67502 15.5994 7.27743 15.2017Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.__cart-btn::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 23px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22' fill='none'%3E%3Cpath d='M15.4 7.77966L13.8 21H4.2L2.6 7.77966M5.8 4.38983V2.69492C5.8 1.75886 6.51636 1 7.4 1H10.6C11.4836 1 12.2 1.75886 12.2 2.69492V4.38983M7.4 17.6102V11.1695M10.6 11.1695V17.6102M1 4.38983H17V7.77966H1V4.38983Z' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

body .__mobile-576-show {
  display: none;
}

body .__mobile-768-show {
  display: none;
}

body .__mobile-576-show-flex {
  display: none;
}

body .__mobile-768-show-flex {
  display: none;
}

.__scroll-style-x {
  overflow-x: auto;
}

.__scroll-style-x::-webkit-scrollbar {
  width: auto;
  height: 12px;
}

.__scroll-style-x::-webkit-scrollbar-thumb,
.__scroll-style-y::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 20px;
  /* Округление бегунка */
}

.__scroll-style-x::-webkit-scrollbar-track,
.__scroll-style-y::-webkit-scrollbar-track {
  background: #fff;
  /* Цвет дорожки */
}

.__scroll-style-x.__scroll-track-gray::-webkit-scrollbar-track,
.__scroll-style-y.__scroll-track-gray::-webkit-scrollbar-track {
  background: #F2F2F2;
  /* Цвет дорожки */
}

.__scroll-style-y {
  overflow-y: auto;
}

.__scroll-style-y::-webkit-scrollbar {
  width: 12px;
  height: auto;
}

.__scroll-style-modal-y {
  overflow-y: auto;
}

.__scroll-style-modal-y::-webkit-scrollbar {
  width: 7px;
  height: 300px;
}

.__scroll-style-modal-y::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 20px;
  /* Округление бегунка */
}

.__scroll-style-modal-y::-webkit-scrollbar-track {
  background: #fff;
  /* Цвет дорожки */
  margin: 25px;
  border-radius: 10px;
}

.__select-time {
  display: none;
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  border-radius: 35px;
  background: var(--White, #FFF);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.__select-time__wrap {
  padding: 30px;
}

.__select-time__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.__select-time__today {
  color: var(--L_Black, #1E1E1E);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.__select-time__shadow {
  position: relative;
  height: 140px;
  margin-bottom: 20px;
}

.__select-time__shadow::after,
.__select-time__shadow::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  content: "";
  pointer-events: none;
}

.__select-time__shadow::after {
  bottom: 0;
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

.__select-time__shadow::before {
  top: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

.__select-time__scroll {
  overflow-y: auto;
  height: 100%;
  padding: 50px 0;
  scrollbar-width: none;
}

.__select-time__scroll::-webkit-scrollbar {
  width: 0;
}

.__select-time__scroll time {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.3s;
  border: 2px solid transparent;
  margin-bottom: 3px;
}

.__select-time__scroll time.active {
  cursor: default;
  border: 2px solid var(--L_Grey, #F2F2F2);
}

.__select-time__scroll time:hover {
  border: 2px solid var(--L_Grey, #F2F2F2);
}

.__select-time__scroll time:last-of-type {
  margin-bottom: 0;
}

.__popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: flex-end;
  display: none;
  /*opacity: 0;
  visibility: hidden;*/
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
  /*&__overlay {
    border-radius: 30px;
    padding: 30px;
    background: var(--White, #FFF);
    max-height: calc(90vh - 20px);
    @media (max-width: 576px) {
      height: 100%;
      border-radius: 30px 30px 0px 0px;
      padding: 15px 20px;
    }
  }*/
}

.__popup.active {
  /*opacity: 1;
  visibility: visible;*/
  display: flex;
}

.__popup__interlayer {
  position: relative;
  margin: auto;
}

.__popup__modal-container {
  position: relative;
  border-radius: 30px;
  width: 450px;
  max-width: 100%;
  max-height: 90vh;
  height: auto;
  align-self: flex-start;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-out;
  padding: 0;
  touch-action: pan-y;
  margin: auto;
  background-color: white;
  overflow: hidden;
  /*      &::after,
        &::before {
          content: '';
          position: absolute;
          z-index: 3;
          height: 30px;
          left: 0;
          width: calc(100% - 12px);
          background-color: #fff;
          @media (max-width: 480px) {
            height: 15px;
          }
        }
        &::after {
          top: 0;
          border-radius: 30px 30px 0 0;
          @media (max-width: 576px) {
            width: calc(100% - 4px);
          }
        }
        &::before {
          bottom: 0;
          border-radius: 0 0 30px 30px;
          @media (max-width: 576px) {
            display: none;
          }
        }*/
}

.__popup__wrap {
  padding: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 90vh;
  /* Максимальная высота 90% от высоты экрана */
  overflow-y: auto;
  transition: transform 0.3s ease-out;
  margin: 0 auto;
}

.__popup__wrap._thank-window {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: auto;
  font-weight: 700;
}

.__popup__title {
  color: var(--L_Black, #1E1E1E);
  font-weight: 700;
  line-height: 110%;
  /* 44px */
  margin-bottom: 20px;
  font-size: 40px;
}

.__popup__text {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.__popup__title--h2 {
  font-size: 25px;
  line-height: 140%;
  /* 22.4px */
  font-weight: 700;
}

.__popup__btns--flex {
  display: flex;
  gap: 10px;
}

.__popup__btns--flex button {
  font-size: 16px;
}

.__popup__close {
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
}

.__popup__close-btn {
  height: 50px;
  padding: 8px 25px 10px 25px;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
  color: var(--L_Black, #1E1E1E);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.__popup .__scroll-style-y {
  height: 75vh;
  padding-bottom: 10px;
}

.__rating {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 10px;
}

.__rating__star svg {
  width: 56px;
  height: 56px;
  color: #F2F2F2;
  transition: color 0.3s;
  cursor: pointer;
}

.__rating__star.active ~ .__rating__star svg,
.__rating__star.active svg {
  color: #F85046;
}

.__rating__star:hover svg,
.__rating__star:hover ~ .__rating__star svg {
  color: #F85046;
}

.__rating input[name=rating] {
  display: none;
}

.__tabs {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  padding-bottom: 7px;
}

.__tabs__item {
  text-align: center;
  padding: 10px 17px;
  border-radius: 20px;
  border: 2px solid #F2F2F2;
  transition: border-color 0.3s;
  cursor: pointer;
}

.__tabs__item._active {
  border-color: #1E1E1E;
}

.__tabs__item-name,
.__tabs__item-value {
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.__tabs__item-name {
  font-size: 16px;
  color: var(--L_Black, #1E1E1E);
}

.__tabs__item-value {
  font-size: 14px;
  color: var(--D_Grey, #9A9A9A);
}

.__radio-input--right .__radio-input__pseudo {
  order: 1;
}

.__radio-input--left .__radio-input__pseudo {
  order: -1;
}

.__radio-input__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.__radio-input__input {
  display: none;
}

.__radio-input__input:checked ~ .__radio-input__pseudo::before {
  opacity: 1;
}

.__radio-input__pseudo {
  width: 25px;
  height: 25px;
  background-color: #F2F2F2;
  border-radius: 50%;
}

.__radio-input__pseudo::before {
  content: "";
  opacity: 0;
  display: block;
  width: 13px;
  height: 13px;
  background-color: #F85046;
  border-radius: 50%;
  margin-inline: auto;
  margin-top: 6px;
  transition: opacity 0.3s;
}

.__radio-input__label-text {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

/*---- @media ----*/

/*
/template/frontend/build/css/history-order.css
*/

.order-list__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: left;
}

.profile-popup,
.order-active,
.order-detail {
  color: var(--D_Grey, #9A9A9A);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.profile-popup__title,
.order-active__title,
.order-detail__title {
  color: var(--D_Grey, #9A9A9A);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}

.profile-popup__current.active,
.order-active__current.active,
.order-detail__current.active {
  border: 2px solid var(--L_Black, #1E1E1E);
}

.profile-popup__current,
.order-active__current,
.order-detail__current {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
  background: var(--White, #FFF);
}

.profile-popup__caption,
.order-active__caption,
.order-detail__caption {
  color: var(--L_Black, #1E1E1E);
  font-size: 20px;
  font-weight: 700;
}

.profile-popup__status,
.order-active__status,
.order-detail__status {
  color: var(--Green, #66BB6A);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  margin-bottom: 4px;
}

.profile-popup__order-inf,
.order-active__order-inf,
.order-detail__order-inf {
  color: var(--D_Grey, #9A9A9A);
  font-size: 12px;
  font-weight: 600;
}

.profile-popup__process,
.order-active__process,
.order-detail__process {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile-popup__process::before,
.order-active__process::before,
.order-detail__process::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 3px;
  background: #F2F2F2;
}

.profile-popup__process::after,
.order-active__process::after,
.order-detail__process::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 3px;
  background: var(--Green, #66BB6A);
  visibility: hidden;
  transition: width 0.3s;
}

.profile-popup__process.active-step-1::after,
.order-active__process.active-step-1::after,
.order-detail__process.active-step-1::after {
  visibility: visible;
  width: 18%;
}

.profile-popup__process.active-step-1 .profile-popup__step:nth-child(1),
.profile-popup__process.active-step-1 .order-active__step:nth-child(1),
.profile-popup__process.active-step-1 .order-detail__step:nth-child(1),
.order-active__process.active-step-1 .profile-popup__step:nth-child(1),
.order-active__process.active-step-1 .order-active__step:nth-child(1),
.order-active__process.active-step-1 .order-detail__step:nth-child(1),
.order-detail__process.active-step-1 .profile-popup__step:nth-child(1),
.order-detail__process.active-step-1 .order-active__step:nth-child(1),
.order-detail__process.active-step-1 .order-detail__step:nth-child(1) {
  background: var(--Green, #66BB6A);
}

.profile-popup__process.active-step-1 .profile-popup__step:nth-child(1) svg,
.profile-popup__process.active-step-1 .order-active__step:nth-child(1) svg,
.profile-popup__process.active-step-1 .order-detail__step:nth-child(1) svg,
.order-active__process.active-step-1 .profile-popup__step:nth-child(1) svg,
.order-active__process.active-step-1 .order-active__step:nth-child(1) svg,
.order-active__process.active-step-1 .order-detail__step:nth-child(1) svg,
.order-detail__process.active-step-1 .profile-popup__step:nth-child(1) svg,
.order-detail__process.active-step-1 .order-active__step:nth-child(1) svg,
.order-detail__process.active-step-1 .order-detail__step:nth-child(1) svg {
  color: #fff;
  fill: #fff;
}

.profile-popup__process.active-step-2::after,
.order-active__process.active-step-2::after,
.order-detail__process.active-step-2::after {
  visibility: visible;
  width: 50%;
}

.profile-popup__process.active-step-2 .profile-popup__step:nth-child(1),
.profile-popup__process.active-step-2 .profile-popup__step:nth-child(2),
.profile-popup__process.active-step-2 .order-active__step:nth-child(1),
.profile-popup__process.active-step-2 .order-active__step:nth-child(2),
.profile-popup__process.active-step-2 .order-detail__step:nth-child(1),
.profile-popup__process.active-step-2 .order-detail__step:nth-child(2),
.order-active__process.active-step-2 .profile-popup__step:nth-child(1),
.order-active__process.active-step-2 .profile-popup__step:nth-child(2),
.order-active__process.active-step-2 .order-active__step:nth-child(1),
.order-active__process.active-step-2 .order-active__step:nth-child(2),
.order-active__process.active-step-2 .order-detail__step:nth-child(1),
.order-active__process.active-step-2 .order-detail__step:nth-child(2),
.order-detail__process.active-step-2 .profile-popup__step:nth-child(1),
.order-detail__process.active-step-2 .profile-popup__step:nth-child(2),
.order-detail__process.active-step-2 .order-active__step:nth-child(1),
.order-detail__process.active-step-2 .order-active__step:nth-child(2),
.order-detail__process.active-step-2 .order-detail__step:nth-child(1),
.order-detail__process.active-step-2 .order-detail__step:nth-child(2) {
  background: var(--Green, #66BB6A);
}

.profile-popup__process.active-step-2 .profile-popup__step:nth-child(1) svg,
.profile-popup__process.active-step-2 .profile-popup__step:nth-child(2) svg,
.profile-popup__process.active-step-2 .order-active__step:nth-child(1) svg,
.profile-popup__process.active-step-2 .order-active__step:nth-child(2) svg,
.profile-popup__process.active-step-2 .order-detail__step:nth-child(1) svg,
.profile-popup__process.active-step-2 .order-detail__step:nth-child(2) svg,
.order-active__process.active-step-2 .profile-popup__step:nth-child(1) svg,
.order-active__process.active-step-2 .profile-popup__step:nth-child(2) svg,
.order-active__process.active-step-2 .order-active__step:nth-child(1) svg,
.order-active__process.active-step-2 .order-active__step:nth-child(2) svg,
.order-active__process.active-step-2 .order-detail__step:nth-child(1) svg,
.order-active__process.active-step-2 .order-detail__step:nth-child(2) svg,
.order-detail__process.active-step-2 .profile-popup__step:nth-child(1) svg,
.order-detail__process.active-step-2 .profile-popup__step:nth-child(2) svg,
.order-detail__process.active-step-2 .order-active__step:nth-child(1) svg,
.order-detail__process.active-step-2 .order-active__step:nth-child(2) svg,
.order-detail__process.active-step-2 .order-detail__step:nth-child(1) svg,
.order-detail__process.active-step-2 .order-detail__step:nth-child(2) svg {
  color: #fff;
  fill: #fff;
}

.profile-popup__process.active-step-3::after,
.order-active__process.active-step-3::after,
.order-detail__process.active-step-3::after {
  visibility: visible;
  width: 81%;
}

.profile-popup__process.active-step-3 .profile-popup__step:nth-child(1),
.profile-popup__process.active-step-3 .profile-popup__step:nth-child(2),
.profile-popup__process.active-step-3 .profile-popup__step:nth-child(3),
.profile-popup__process.active-step-3 .order-active__step:nth-child(1),
.profile-popup__process.active-step-3 .order-active__step:nth-child(2),
.profile-popup__process.active-step-3 .order-active__step:nth-child(3),
.profile-popup__process.active-step-3 .order-detail__step:nth-child(1),
.profile-popup__process.active-step-3 .order-detail__step:nth-child(2),
.profile-popup__process.active-step-3 .order-detail__step:nth-child(3),
.order-active__process.active-step-3 .profile-popup__step:nth-child(1),
.order-active__process.active-step-3 .profile-popup__step:nth-child(2),
.order-active__process.active-step-3 .profile-popup__step:nth-child(3),
.order-active__process.active-step-3 .order-active__step:nth-child(1),
.order-active__process.active-step-3 .order-active__step:nth-child(2),
.order-active__process.active-step-3 .order-active__step:nth-child(3),
.order-active__process.active-step-3 .order-detail__step:nth-child(1),
.order-active__process.active-step-3 .order-detail__step:nth-child(2),
.order-active__process.active-step-3 .order-detail__step:nth-child(3),
.order-detail__process.active-step-3 .profile-popup__step:nth-child(1),
.order-detail__process.active-step-3 .profile-popup__step:nth-child(2),
.order-detail__process.active-step-3 .profile-popup__step:nth-child(3),
.order-detail__process.active-step-3 .order-active__step:nth-child(1),
.order-detail__process.active-step-3 .order-active__step:nth-child(2),
.order-detail__process.active-step-3 .order-active__step:nth-child(3),
.order-detail__process.active-step-3 .order-detail__step:nth-child(1),
.order-detail__process.active-step-3 .order-detail__step:nth-child(2),
.order-detail__process.active-step-3 .order-detail__step:nth-child(3) {
  background: var(--Green, #66BB6A);
}

.profile-popup__process.active-step-3 .profile-popup__step:nth-child(1) svg,
.profile-popup__process.active-step-3 .profile-popup__step:nth-child(2) svg,
.profile-popup__process.active-step-3 .profile-popup__step:nth-child(3) svg,
.profile-popup__process.active-step-3 .order-active__step:nth-child(1) svg,
.profile-popup__process.active-step-3 .order-active__step:nth-child(2) svg,
.profile-popup__process.active-step-3 .order-active__step:nth-child(3) svg,
.profile-popup__process.active-step-3 .order-detail__step:nth-child(1) svg,
.profile-popup__process.active-step-3 .order-detail__step:nth-child(2) svg,
.profile-popup__process.active-step-3 .order-detail__step:nth-child(3) svg,
.order-active__process.active-step-3 .profile-popup__step:nth-child(1) svg,
.order-active__process.active-step-3 .profile-popup__step:nth-child(2) svg,
.order-active__process.active-step-3 .profile-popup__step:nth-child(3) svg,
.order-active__process.active-step-3 .order-active__step:nth-child(1) svg,
.order-active__process.active-step-3 .order-active__step:nth-child(2) svg,
.order-active__process.active-step-3 .order-active__step:nth-child(3) svg,
.order-active__process.active-step-3 .order-detail__step:nth-child(1) svg,
.order-active__process.active-step-3 .order-detail__step:nth-child(2) svg,
.order-active__process.active-step-3 .order-detail__step:nth-child(3) svg,
.order-detail__process.active-step-3 .profile-popup__step:nth-child(1) svg,
.order-detail__process.active-step-3 .profile-popup__step:nth-child(2) svg,
.order-detail__process.active-step-3 .profile-popup__step:nth-child(3) svg,
.order-detail__process.active-step-3 .order-active__step:nth-child(1) svg,
.order-detail__process.active-step-3 .order-active__step:nth-child(2) svg,
.order-detail__process.active-step-3 .order-active__step:nth-child(3) svg,
.order-detail__process.active-step-3 .order-detail__step:nth-child(1) svg,
.order-detail__process.active-step-3 .order-detail__step:nth-child(2) svg,
.order-detail__process.active-step-3 .order-detail__step:nth-child(3) svg {
  color: #fff;
  fill: #fff;
}

.profile-popup__process.active-step-4::after,
.order-active__process.active-step-4::after,
.order-detail__process.active-step-4::after {
  visibility: visible;
  width: 100%;
}

.profile-popup__process.active-step-4 .profile-popup__step:nth-child(1),
.profile-popup__process.active-step-4 .profile-popup__step:nth-child(2),
.profile-popup__process.active-step-4 .profile-popup__step:nth-child(3),
.profile-popup__process.active-step-4 .profile-popup__step:nth-child(4),
.profile-popup__process.active-step-4 .order-active__step:nth-child(1),
.profile-popup__process.active-step-4 .order-active__step:nth-child(2),
.profile-popup__process.active-step-4 .order-active__step:nth-child(3),
.profile-popup__process.active-step-4 .order-active__step:nth-child(4),
.profile-popup__process.active-step-4 .order-detail__step:nth-child(1),
.profile-popup__process.active-step-4 .order-detail__step:nth-child(2),
.profile-popup__process.active-step-4 .order-detail__step:nth-child(3),
.profile-popup__process.active-step-4 .order-detail__step:nth-child(4),
.order-active__process.active-step-4 .profile-popup__step:nth-child(1),
.order-active__process.active-step-4 .profile-popup__step:nth-child(2),
.order-active__process.active-step-4 .profile-popup__step:nth-child(3),
.order-active__process.active-step-4 .profile-popup__step:nth-child(4),
.order-active__process.active-step-4 .order-active__step:nth-child(1),
.order-active__process.active-step-4 .order-active__step:nth-child(2),
.order-active__process.active-step-4 .order-active__step:nth-child(3),
.order-active__process.active-step-4 .order-active__step:nth-child(4),
.order-active__process.active-step-4 .order-detail__step:nth-child(1),
.order-active__process.active-step-4 .order-detail__step:nth-child(2),
.order-active__process.active-step-4 .order-detail__step:nth-child(3),
.order-active__process.active-step-4 .order-detail__step:nth-child(4),
.order-detail__process.active-step-4 .profile-popup__step:nth-child(1),
.order-detail__process.active-step-4 .profile-popup__step:nth-child(2),
.order-detail__process.active-step-4 .profile-popup__step:nth-child(3),
.order-detail__process.active-step-4 .profile-popup__step:nth-child(4),
.order-detail__process.active-step-4 .order-active__step:nth-child(1),
.order-detail__process.active-step-4 .order-active__step:nth-child(2),
.order-detail__process.active-step-4 .order-active__step:nth-child(3),
.order-detail__process.active-step-4 .order-active__step:nth-child(4),
.order-detail__process.active-step-4 .order-detail__step:nth-child(1),
.order-detail__process.active-step-4 .order-detail__step:nth-child(2),
.order-detail__process.active-step-4 .order-detail__step:nth-child(3),
.order-detail__process.active-step-4 .order-detail__step:nth-child(4) {
  background: var(--Green, #66BB6A);
}

.profile-popup__process.active-step-4 .profile-popup__step:nth-child(1) svg,
.profile-popup__process.active-step-4 .profile-popup__step:nth-child(2) svg,
.profile-popup__process.active-step-4 .profile-popup__step:nth-child(3) svg,
.profile-popup__process.active-step-4 .profile-popup__step:nth-child(4) svg,
.profile-popup__process.active-step-4 .order-active__step:nth-child(1) svg,
.profile-popup__process.active-step-4 .order-active__step:nth-child(2) svg,
.profile-popup__process.active-step-4 .order-active__step:nth-child(3) svg,
.profile-popup__process.active-step-4 .order-active__step:nth-child(4) svg,
.profile-popup__process.active-step-4 .order-detail__step:nth-child(1) svg,
.profile-popup__process.active-step-4 .order-detail__step:nth-child(2) svg,
.profile-popup__process.active-step-4 .order-detail__step:nth-child(3) svg,
.profile-popup__process.active-step-4 .order-detail__step:nth-child(4) svg,
.order-active__process.active-step-4 .profile-popup__step:nth-child(1) svg,
.order-active__process.active-step-4 .profile-popup__step:nth-child(2) svg,
.order-active__process.active-step-4 .profile-popup__step:nth-child(3) svg,
.order-active__process.active-step-4 .profile-popup__step:nth-child(4) svg,
.order-active__process.active-step-4 .order-active__step:nth-child(1) svg,
.order-active__process.active-step-4 .order-active__step:nth-child(2) svg,
.order-active__process.active-step-4 .order-active__step:nth-child(3) svg,
.order-active__process.active-step-4 .order-active__step:nth-child(4) svg,
.order-active__process.active-step-4 .order-detail__step:nth-child(1) svg,
.order-active__process.active-step-4 .order-detail__step:nth-child(2) svg,
.order-active__process.active-step-4 .order-detail__step:nth-child(3) svg,
.order-active__process.active-step-4 .order-detail__step:nth-child(4) svg,
.order-detail__process.active-step-4 .profile-popup__step:nth-child(1) svg,
.order-detail__process.active-step-4 .profile-popup__step:nth-child(2) svg,
.order-detail__process.active-step-4 .profile-popup__step:nth-child(3) svg,
.order-detail__process.active-step-4 .profile-popup__step:nth-child(4) svg,
.order-detail__process.active-step-4 .order-active__step:nth-child(1) svg,
.order-detail__process.active-step-4 .order-active__step:nth-child(2) svg,
.order-detail__process.active-step-4 .order-active__step:nth-child(3) svg,
.order-detail__process.active-step-4 .order-active__step:nth-child(4) svg,
.order-detail__process.active-step-4 .order-detail__step:nth-child(1) svg,
.order-detail__process.active-step-4 .order-detail__step:nth-child(2) svg,
.order-detail__process.active-step-4 .order-detail__step:nth-child(3) svg,
.order-detail__process.active-step-4 .order-detail__step:nth-child(4) svg {
  color: #fff;
  fill: #fff;
}

.profile-popup__step,
.order-active__step,
.order-detail__step {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 2px solid var(--White, #FFF);
  background: var(--Green, #F2F2F2);
  text-align: center;
  transition: background-color 0.3s;
}

.profile-popup__step svg,
.order-active__step svg,
.order-detail__step svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #000;
  fill: #000;
  transition: color 0.3s;
}

.profile-popup__info,
.order-active__info,
.order-detail__info {
  color: var(--D_Grey, #9A9A9A);
  font-size: 20px;
  font-weight: 500;
}

.profile-popup__result,
.order-active__result,
.order-detail__result {
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  margin-top: 8px;
}

.profile-popup__result span,
.order-active__result span,
.order-detail__result span {
  flex-grow: 1;
}

.profile-popup__result .btns-actions,
.order-active__result .btns-actions,
.order-detail__result .btns-actions {
  flex-shrink: 0;
}

.profile-popup__result button,
.order-active__result button,
.order-detail__result button {
  height: 40px;
  padding: 5px 15px;
  border-radius: 15px;
  background: var(--L_Grey, #F2F2F2);
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.profile-popup__result button.ticket::before,
.profile-popup__result button.repeat-order::before,
.order-active__result button.ticket::before,
.order-active__result button.repeat-order::before,
.order-detail__result button.ticket::before,
.order-detail__result button.repeat-order::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
}

.profile-popup__result button.ticket::before,
.order-active__result button.ticket::before,
.order-detail__result button.ticket::before {
  width: 20px;
  height: 26px;
  background: url("/template/frontend/build/images/tiket.svg") no-repeat;
}

.profile-popup__result button.repeat-order::before,
.order-active__result button.repeat-order::before,
.order-detail__result button.repeat-order::before {
  width: 25px;
  height: 25px;
  background: url("/template/frontend/build/images/repeat.svg") no-repeat;
}

.profile-popup__result button:first-child,
.order-active__result button:first-child,
.order-detail__result button:first-child {
  margin-right: 20px;
}

.order-complete {
  max-width: 520px;
}

.order-complete__title {
  color: var(--D_Grey, #9A9A9A);
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.order-complete__item.active {
  border: 2px solid var(--L_Black, #1E1E1E);
}

.order-complete__link {
  display: block;
  text-decoration: none;
}

.order-complete__item {
  padding: 30px;
  border-radius: 30px;
  background: var(--White, #FFF);
  margin-bottom: 10px;
}

.order-complete__delivery {
  color: var(--D_Grey, #9A9A9A);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}

.order-complete__product {
  display: flex;
  justify-content: space-between;
  color: var(--L_Black, #1E1E1E);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.order-active__link {
  display: block;
  text-decoration: none;
}

.order-active__link:not(:first-child) {
  margin-bottom: 10px;
}

.order-list__layout {
  display: flex;
  gap: 20px;
}

.order-list__layout .order-list {
  width: 520px;
  flex-shrink: 0;
}

.order-detail {
  flex-grow: 1;
  margin-top: 127px;
}

.order-detail__current {
  max-width: 100%;
  display: block;
}

.order-detail__caption {
  color: var(--L_Black, #1E1E1E);
  font-size: 28px;
  font-weight: 700;
}

.order-detail .section-part {
  margin-bottom: 40px;
}

.order-detail .section-part:last-of-type {
  margin-bottom: 0;
}

.order-detail .have-order {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
}

.order-detail .have-order__name {
  color: var(--L_Black, #1E1E1E);
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  /* 26.4px */
  margin-bottom: 5px;
}

.order-detail .have-order__text {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.order-detail .have-order__rev {
  flex-shrink: 0;
  padding: 15px 25px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
  border-radius: 20px;
  background: var(--Red, #F85046);
}

.order-detail .section-part-inherit {
  display: flex;
  flex-direction: inherit;
  align-items: inherit;
  gap: inherit;
  max-width: inherit;
}

.__select-popup {
  border: 0;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
  line-height: 50px;
  padding: 15px;
  color: #000;
  font-size: 16px;
}

.compound__caption {
  color: var(--L_Black, #1E1E1E);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.compound__caption_gray {
  color: var(--D_Grey, #9A9A9A);
}

.compound__items {
  margin-bottom: 15px;
}

.compound__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.compound__name,
.compound__price {
  color: var(--27, #272727);
  font-size: 16px;
  font-weight: 500;
}

.compound__total-sum {
  display: flex;
  justify-content: space-between;
}

.compound__total-sum span {
  color: var(--L_Black, #1E1E1E);
  font-size: 20px;
  font-weight: 700;
}

.delivery-order__caption {
  color: var(--L_Black, #1E1E1E);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.delivery-order__caption_gray {
  color: var(--D_Grey, #9A9A9A);
}

.delivery-order__adress {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.supplier-order_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.supplier-order__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.supplier-order__img {
  width: 67px;
  height: 67px;
  overflow: hidden;
  border-radius: 50%;
}

.supplier-order__name {
  color: var(--L_Black, #1E1E1E);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.supplier-order__addr {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
}

.supplier-order__foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.supplier-order__desc {
  color: var(--Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.supplier-order__call {
  display: flex;
  flex-direction: column;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 251px;
  flex-shrink: 0;
  border-radius: 20px;
  background: var(--Red, #F85046);
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.supplier-order__call a {
  color: var(--White, #FFF);
  text-decoration: none;
}

.rev-order {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 25px;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
}

.rev-order__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  /* 26.4px */
  margin-bottom: 8px;
}

.rev-order__note {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

/*
/template/frontend/build/css/seo.css
*/

.seoPages {
  margin-top: -20px;
  /*.gen-food {
    margin-bottom: 20px;
    @media (max-width: 480px) {
      margin-top: 7px;
    }
    .row {
      justify-content: center;
      @media (max-width: 992px) {
        justify-content: normal;
      }
    }
  }
  .gen-food .col-3 {
    width: 19.8%;
    .product-card__image {
      height: 255px;
      @media (max-width: 480px) {
        height: 135px;
      }
    }
  }*/
}

.seoPages .__mb30 {
  margin-bottom: 30px;
}

.seoPages section {
  padding: 0;
  min-height: auto;
  margin-bottom: 20px;
}

.seoPages .mlHeader {
  margin-bottom: 30px;
}

.seoPages .col-2_5 {
  width: 20%;
  padding: 0 10px;
}

.seoPages .col-2_5 .card-img img {
  border-radius: 30px;
}

.seoPages .wrap-card .card-img {
  height: 164px;
}

.seoPages .seo-sect-2 .wrap-card .card-img {
  height: 190px;
}

.seoPages .seo-sect-3 .wrap-card .card .name {
  margin-top: 15px;
  justify-content: flex-start;
}

.seoPages .seo-sect-3 .wrap-card .card .name a {
  color: #1E1E1E;
  font-size: 22px;
  font-weight: 700;
}

.seoPages .seo-sect-3 .wrap-card .card-img {
  height: 200px;
}

.seoPages .seo-sect-3 .wrap-card .card-img a {
  border-radius: 25px;
}

.seoPages .wrap-card .name {
  margin-top: 12px;
  justify-content: center;
}

.seoPages .wrap-card .name > a {
  align-items: center;
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
}

.seoPages .wrap-card .name > a > span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 4px 14px;
  border-radius: 25px;
  background: var(--Red, #F85046);
  box-sizing: content-box;
}

.seoPages .seo-sect {
  padding: 30px 30px 0 30px;
  border-radius: 30px;
  background: #FFF;
}

.seoPages .seo-sect__ttile {
  color: var(--L_Black, #1E1E1E);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.seoPages .seo-sect__bl .col-2 {
  padding: 0 10px;
}

.seoPages .seo-sect__bl-item {
  display: block;
  color: var(--Black, #000);
  font-size: 16px;
  padding: 20px 19px;
  border-radius: 15px;
  background: var(--L_Grey, #F2F2F2);
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
}

.seoPages .seo-sect.seo-sect_r35 {
  display: inline-block;
  border-radius: 35px;
}

.seoPages .row-custom {
  display: flex;
}

.seoPages .col-3_7 {
  width: 340px;
  padding: 0 10px;
}

.seoPages .col-3_7.wrap-card {
  margin-bottom: 30px;
}

.seoPages .col-3_7.wrap-card .card {
  border-radius: 30px;
}

.seoPages .col-3_7 .card-img {
  position: relative;
  height: 320px;
}

.seoPages .col-3_7 .card-img-text-bl {
  position: absolute;
  left: 30px;
  top: 30px;
}

.seoPages .col-3_7 .card-caption {
  color: var(--White, #FFF);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}

.seoPages .col-3_7 .card-desc {
  color: var(--White, #FFF);
  font-size: 16px;
  font-weight: 700;
}

.seo-sect-tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo-sect-tag__item {
  padding: 10px 19px;
  border-radius: 15px;
  background: var(--L_Grey, #F2F2F2);
}

.seo-sect-tag__link {
  color: var(--Black, #000);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.seo-sect-tag__more {
  display: inline-block;
  margin-top: 15px;
  color: var(--Red, #F85046);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  text-decoration: none;
}

/*
profile-popup
*/

.profile-popup__head {
  padding: 10px 15px;
  border-radius: 25px;
  background: #F2F2F2;
}

.profile-popup__head img {
  width: 50px;
  height: 50px;
}

.profile-popup__progress-order {
  display: flex;
  gap: 20px;
  border-radius: 20px;
  border: 2px solid var(--L_Grey, #F2F2F2);
  background: var(--White, #FFF);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.profile-popup__current {
  width: 100%;
  flex-shrink: 0;
  padding: 15px;
  border-radius: 25px;
  border: 2px solid var(--L_Grey, #F2F2F2);
  background: var(--White, #FFF);
}

.profile-popup__current .order-active__info {
  color: var(--Black, #000);
  font-size: 14px;
  font-weight: 500;
}

.profile-popup__caption {
  font-weight: 600;
}

.profile-popup__status {
  color: var(--Green, #66BB6A);
  font-size: 16px;
  font-weight: 500;
}

.profile-popup__info {
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
}

.profile-popup__history-order,
.profile-popup__favorite,
.profile-popup__logout {
  margin-bottom: 10px;
  line-height: 1;
}

.profile-popup__history-order a,
.profile-popup__favorite a,
.profile-popup__logout a {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

.profile-popup .__popup__close-btn {
  width: 100%;
  display: none;
}

.profile-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.profile-user__ava {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--White, #FFF);
}

.profile-user__ava:before {
  content: "";
  width: 34.143px;
  height: 34.143px;
  flex-shrink: 0;
  background: url("/template/frontend/build/images/hamburg-icon.png") no-repeat center center;
}

.profile-user__name {
  color: var(--L_Black, #1E1E1E);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}

.profile-user__link-lk {
  color: var(--Red, #F85046);
  font-size: 12px;
  font-weight: 600;
}

.profile-user__link-lk a {
  text-decoration: none;
}

.user-address {
  padding: 15px;
  border-radius: 25px;
  border: 2px solid var(--L_Grey, #F2F2F2);
  background: var(--White, #FFF);
  margin-bottom: 8px;
}

.user-address__title {
  color: var(--D_Grey, #9A9A9A);
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  /* 14.4px */
  margin-bottom: 6px;
}

.user-address__addr1 {
  color: var(--L_Black, #1E1E1E);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
  margin-bottom: 5px;
}

.user-address__addr2 {
  color: var(--D_Grey, #9A9A9A);
  font-size: 14px;
  font-weight: 500;
}

/*
my reviews
*/

.reviews-feedback__wrapper {
  position: relative;
}

.profile-review__caption {
  color: var(--L_Black, #1E1E1E);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 33px;
}

.review-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
  border-radius: 35px;
  background: var(--White, #FFF);
  margin-bottom: 40px;
}

.review-header__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 40px;
  font-weight: 700;
  flex-grow: 1;
}

.review-header__variants {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
}

.review-header__link {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--L_Black, #1E1E1E);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 15px;
}

.review-header__link:nth-child(1)::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url(/template/frontend/build/images/to-establishment.png) no-repeat;
}

.review-header__link:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  background: url(/template/frontend/build/images/to-food.png) no-repeat;
}

.review-header__link_active {
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
}

.profile-review__two {
  margin-bottom: 40px;
}

.profile-review .card-revwF-box {
  justify-content: flex-start;
}

.profile-review .card-revw {
  flex-grow: 1;
}

.profile-review .revw-place {
  min-height: 90px;
}

.profile-review .rw-pl_img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin: 0 11px 0 0;
}

.profile-review .rw-pl_title {
  margin: -1px 0 6px 0;
}

.profile-review .revw-cont-images {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.profile-review .revw-cont-images a {
  width: 238px;
  font-size: 0;
  display: block;
}

.profile-review .revw-cont-images img {
  max-width: 100%;
  border-radius: 20px;
}

.review-two .row {
  margin: 0 -10px;
}

.review-two .col-6 {
  padding: 0 10px;
}

.review-two__item {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1 0 0;
  padding: 30px;
  border-radius: 30px;
  background: var(--White, #FFF);
}

.review-two__image {
  width: 348px;
  height: 251px;
}

.review-two__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.review-two__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.review-two__addr {
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.add-to-cart-popup .__popup__wrap,
.add-review-popup .__popup__wrap {
  height: 75vh;
  padding-bottom: 10px;
  border-radius: 30px;
}

.add-to-cart-popup {
  max-width: 800px;
  width: 100%;
}

.add-to-cart-popup__content {
  display: flex;
  column-gap: 5.4777777%;
  flex-wrap: wrap;
  max-height: 683px;
}

.add-to-cart-popup__product {
  width: 43.84%;
}

.add-to-cart-popup__actions {
  width: 50.68%;
}

.cart-popup-product__image-box {
  margin-bottom: 20px;
}

.cart-popup-product__subtitle-variants {
  color: var(--L_Black, #1E1E1E);
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  /* 26.4px */
  margin-bottom: 20px;
}

.cart-popup-product__img {
  width: 100%;
  border-radius: 17px;
}

.cart-popup-product__tags {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cart-popup-product__tag {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
}

.cart-popup-product__tag._pepper::before,
.cart-popup-product__tag._vagan::before,
.cart-popup-product__tag._children::before,
.cart-popup-product__tag._lenten::before {
  content: "";
}

.cart-popup-product__tag._pepper::before,
.cart-popup-product__tag._vagan::before,
.cart-popup-product__tag._children::before {
  width: 20px;
  height: 20px;
}

.cart-popup-product__tag._lenten::before {
  width: 14px;
  height: 20px;
  background: url(/template/frontend/build/images/cart/lenten.svg) no-repeat;
}

.cart-popup-product__tag._pepper::before {
  background: url(/template/frontend/build/images/cart/pepper.svg) no-repeat;
}

.cart-popup-product__tag._vagan::before {
  background: url(/template/frontend/build/images/cart/vegan.svg) no-repeat;
}

.cart-popup-product__tag._children::before {
  background: url(/template/frontend/build/images/cart/children.svg) no-repeat;
}

.cart-popup-actions {
  position: relative;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
}

.cart-popup-actions__position {
  order: 1;
}

.cart-popup-actions__caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}

.cart-popup-actions__prod-name,
.cart-popup-actions__prod-price {
  color: var(--L_Black, #1E1E1E);
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  /* 27.5px */
}

.cart-popup-actions__events {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.cart-popup-actions__to-pay {
  font-size: 16px;
}

.cart-popup-actions__tabs {
  margin-bottom: 20px;
}

.cart-popup-actions__supplements {
  margin-bottom: 30px;
}

.cart-popup-actions [data-cart-actions]:not([data-cart-actions="1"]),
.cart-popup-actions [data-cart-supplements]:not([data-cart-supplements="1"]) {
  display: none;
}

.cart-supplements__caption {
  color: var(--L_Black, #1E1E1E);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 28px */
  margin-bottom: 20px;
}

.cart-supplements__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-supplements__item {
  margin-bottom: 15px;
}

.cart-supplements__name,
.cart-supplements__val {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  cursor: pointer;
}

.cart-supplements__name {
  color: var(--L_Black, #1E1E1E);
}

.cart-supplements__val {
  color: var(--D_Grey, #9A9A9A);
}

.cart-supplements input {
  display: none;
}

input:checked ~ .cart-supplements__name,
input:checked ~ .cart-supplements__name .cart-supplements__val {
  color: #F85046;
}

input:checked ~ .cart-supplements__check::after {
  opacity: 1;
}

.cart-supplements__label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-supplements__check {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #F2F2F2;
  border-radius: 5px;
  cursor: pointer;
}

.cart-supplements__check::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 17px;
  height: 13px;
  opacity: 0;
  transition: opacity 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' viewBox='0 0 17 13' fill='none'%3E%3Cpath d='M6.50963 12.7496C6.34737 12.9103 6.12594 13 5.89597 13C5.666 13 5.44458 12.9103 5.28231 12.7496L0.381452 7.92227C-0.127151 7.42139 -0.127151 6.60915 0.381452 6.10923L0.995113 5.50472C1.50388 5.00384 2.32765 5.00384 2.83626 5.50472L5.89601 8.51816L14.1637 0.375663C14.6725 -0.125221 15.4971 -0.125221 16.0049 0.375663L16.6185 0.980171C17.1272 1.48106 17.1272 2.29313 16.6185 2.79321L6.50963 12.7496Z' fill='%2366BB6A'/%3E%3C/svg%3E");
}

.register-popup {
  min-height: auto;
}

.register-popup__title,
.register-popup__description {
  color: var(--L_Black, #1E1E1E);
  margin-bottom: 15px;
}

.register-popup__description {
  font-size: 16px;
  font-weight: 500;
}

.fieldset:not(:last-of-type) {
  margin-bottom: 20px;
}

.fieldset__label {
  display: block;
  margin-bottom: 5px;
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.fieldset input,
.fieldset textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
  border: 0;
}

.fieldset p {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
}

.add-new-address {
  max-width: 450px;
  width: 100%;
  /* .add-new-address__title */
  /* .add-new-address__fieldset */
  /* .add-new-address__pair */
  /* .add-new-address__btns */
}

.add-new-address__title {
  font-size: 25px;
}

.add-new-address__fieldset {
  margin-bottom: 20px;
}

.add-new-address__fieldset label {
  display: block;
  margin-bottom: 5px;
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.add-new-address__fieldset select,
.add-new-address__fieldset input,
.add-new-address__fieldset textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
  border: 0;
}

.add-new-address__fieldset textarea {
  height: 86px;
  padding-top: 15px;
  resize: none;
}

.add-new-address__pair,
.add-new-address__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.add-new-address__btns button {
  font-size: 16px;
}

.old-18-popup {
  max-width: 600px;
  width: 100%;
}

.old-18-popup__title,
.old-18-popup__subtext {
  font-weight: 700;
  color: var(--L_Black, #1E1E1E);
  margin-bottom: 20px;
}

.old-18-popup__subtext {
  font-size: 22px;
  line-height: 120%;
  /* 26.4px */
}

.old-18-popup__text {
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 20px;
}

.old-18-popup__btns {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.add-review-popup {
  max-width: 600px;
  width: 100%;
  transition: opacity 0.5s;
}

.add-review-popup__question {
  color: var(--L_Black, #1E1E1E);
  font-size: 25px;
  font-weight: 700;
  line-height: 110%;
  /* 27.5px */
  margin-bottom: 20px;
}

.add-review-popup__user {
  margin-bottom: 20px;
}

.add-review-popup__caption {
  color: var(--L_Black, #1E1E1E);
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  /* 26.4px */
  margin-bottom: 10px;
}

.add-review-popup__user-name {
  margin-bottom: 5px;
}

.add-review-popup__user-addr {
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.add-review-popup__rating {
  margin-bottom: 20px;
  float: left;
}

.add-review-popup__input-box {
  position: relative;
  width: 213px;
  clear: both;
  display: flex;
  min-height: 70px;
  padding: 10px 24px;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
  margin-bottom: 20px;
}

.add-review-popup__input-box label {
  color: var(--Red, #F85046);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.add-review-popup__input-box::before {
  content: "";
  width: 30px;
  height: 25px;
  background: url(/template/frontend/build/images/camera.svg) no-repeat center;
}

.add-review-popup__input-box ._upload-file {
  display: none;
}

.add-review-popup__input-box ._upload-file._uploaded {
  display: block;
  background: var(--L_Grey, #F2F2F2);
  margin-left: -36px;
}

.add-review-popup__input-box ._upload-file._uploaded ~ label {
  display: none;
}

.add-review-popup__input-file {
  display: none;
}

.add-review-popup__textarea-box {
  margin-bottom: 20px;
}

.add-review-popup__textarea {
  width: 100%;
  height: 167px;
  padding: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  border-radius: 20px;
  background: var(--L_Grey, #F2F2F2);
  border: 0;
  resize: none;
}

.add-review-popup__textarea::placeholder {
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.add-review-popup__format {
  margin-bottom: 20px;
}

.add-review-popup__format-text {
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.add-review-popup .btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.add-review-popup form._send {
  opacity: 0.7;
}

.open-modal-btn {
  padding: 12px 24px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 15px 20px;
  background-color: #333;
  color: white;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.toast.show {
  opacity: 1;
}

.toast.slide-in {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease;
}

.toast.success {
  background-color: #4CAF50;
}

.toast.info {
  background-color: #2196F3;
}

.toast.warning {
  background-color: #ff9800;
}

.toast.error {
  background-color: #f44336;
}

.toast.slide-in.show {
  transform: translateX(0);
  opacity: 1;
}

.timeline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  animation-name: timeline;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}

@keyframes timeline {
  to {
    width: 0;
  }
}

.fullscreen-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.progress-bar {
  width: 200px;
  height: 4px;
  background: #444;
  margin-top: 20px;
  overflow: hidden;
}

.progress-bar::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #4CAF50;
  animation: progress 2s ease-in-out infinite;
}

@keyframes progress {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.gastronomic-guide {
  display: flex;
  max-width: 1517px;
  margin: 0 auto;
  align-items: flex-start;
  gap: 10px;
}

.gastronomic-guide__col {
  border-radius: 35px;
  background: var(--White, #FFF);
}

.gastronomic-guide__col:first-child {
  padding: 40px;
  flex-grow: 1;
}

.gastronomic-guide__col:last-child {
  flex-shrink: 0;
  width: 347px;
  padding: 30px;
}

.guide-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  overflow: auto;
  /* .guide-list__item */
  /* .guide-list__item-pic */
  /* .guide-list__item-text */
}

.guide-list__item {
  display: flex;
  height: 109px;
  padding: 5px 25px;
  align-items: center;
  gap: 10px;
  border-radius: 35px;
  background: #F3F3F3;
  text-decoration: none;
}

.guide-list__item-text {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
}

.guide-content {
  /* .guide-content__caption */
  /* .guide-content__text */
}

.guide-content__caption {
  color: var(--L_Black, #1E1E1E);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.guide-content__text {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.guide-content__text p + p {
  margin-top: 10px;
}

.guide-aside {
  /* .guide-aside__wrap */
  /* .guide-aside__row */
  /* .guide-aside__heading */
  /* .guide-aside__text */
}

.guide-aside__row:not(:last-child) {
  margin-bottom: 20px;
}

.guide-aside__heading {
  color: var(--L_Black, #1E1E1E);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.guide-aside__text {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
  opacity: 0.4;
}

.minicard {
  margin-bottom: 20px;
  overflow: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE и Edge */
}

.minicard__wrap {
  display: flex;
  gap: 10px;
  min-width: 360px;
}

.minicard__item {
  width: 110px;
}

.minicard__link {
  display: block;
  text-decoration: none;
}

.minicard__img-box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 110px;
  margin-bottom: 7px;
}

.minicard__item-color-1 {
  background: linear-gradient(90deg, rgba(255, 236, 210, 0.55) 0%, rgba(252, 182, 159, 0.55) 100%), #F2F2F2;
}

.minicard__item-color-2 {
  background: linear-gradient(90deg, rgba(125, 226, 252, 0.55) 0%, rgba(185, 182, 229, 0.55) 100%), #F2F2F2;
}

.minicard__item-color-3 {
  background: #F2F2F2;
}

.minicard__pic {
  position: absolute;
  bottom: 0;
  right: 0;
}

.minicard__name {
  color: var(--Black, #000);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.foods-pages section {
  padding: 0;
}

.foods-pages section:not(:last-of-type) {
  margin-bottom: 10px;
}

.section-food {
  --pr: 30px;
}

.section-food__wrap {
  padding: var(--pr);
  border-radius: 35px;
  background: var(--White, #FFF);
  overflow: hidden;
}

.section-food__caption {
  color: var(--L_Black, #1E1E1E);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}

.section-food__caption.hot-tag {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-food__caption.hot-tag::before {
  content: "";
  width: 26px;
  height: 35px;
  background: url("/images/food/tag-hot.svg") no-repeat;
}

.section-food__overlay {
  overflow: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE и Edge */
  margin-right: -30px;
}

.section-food__overlay:not(:last-of-type) {
  margin-bottom: 30px;
}

.section-food__scroll {
  display: flex;
  gap: 10px;
  min-width: 360px;
}

.section-food__cards {
  display: flex;
  gap: 10px;
  padding-right: calc(var(--pr) - 0px);
}

.food-card {
  width: 249px;
  height: 299px;
  border-radius: 40px;
  background: var(--L_Grey, #F2F2F2);
  overflow: hidden;
}

.food-card__link {
  display: block;
  text-decoration: none;
}

.food-card__link:hover .food-card__img {
  opacity: 0.7;
}

.food-card__img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 39px;
  margin-bottom: 15px;
  transition: opacity 0.3s;
}

.food-card__img._food-fixed {
  height: 299px;
  object-fit: none;
}

.food-card__img._food-fixed + p {
  margin-top: -60px;
}

.food-card__name {
  color: var(--L_Black, #1E1E1E);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s;
}

.food-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 7px;
}

.food-tags__item {
  height: 40px;
  padding: 12px 10px;
  border-radius: 15px;
  background: var(--L_Grey, #F2F2F2);
  color: var(--Black, #000);
  font-size: 14px;
  font-weight: 500;
  text-transform: lowercase;
  text-decoration: none;
}

.more-tags {
  display: none;
  color: var(--Red, #F85046);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  margin-top: 17px;
}

.mlHeader_desc p {
  line-height: 1.3;
}

.mlHeader_desc p + p {
  margin-top: 10px;
}

.mlHeader_desc .full-view {
  display: none;
  position: absolute;
  bottom: -2px;
  right: 0;
  background-color: #fff;
  padding: 5px 7px;
  color: var(--Red, #F85046);
  font-size: 16px;
  font-weight: 600;
}

.sect-variant-1 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(292px, 1fr));
}

.sect-variant-1__link {
  text-decoration: none;
}

.sect-variant-1__link:hover .sect-variant-1__img-box {
  opacity: 0.7;
}

.sect-variant-1__img-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 190px;
  align-self: stretch;
  border-radius: 30px;
  margin-bottom: 10px;
  transition: opacity 0.3s;
}

.sect-variant-1__img-box._orange-beige {
  background: linear-gradient(90deg, rgba(255, 236, 210, 0.55) 0%, rgba(252, 182, 159, 0.55) 100%);
}

.sect-variant-1__img-box._blue {
  background: linear-gradient(90deg, #7DE2FC 0%, #B9B6E5 100%);
  border-radius: 40px;
}

.sect-variant-1__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--L_Black, #1E1E1E);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.sect-variant-1__count {
  padding: 5px;
  color: var(--Red, #F85046);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  background: rgba(248, 80, 70, 0.15);
}

.areas-of-cities__title {
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
  border-radius: 21px;
  font-size: 16px;
  cursor: pointer;
}

.areas-of-cities__title.active {
  color: #000;
  background: #EEE;
}

.areas-of-cities__title.active i {
  transform: rotate(0);
}

.areas-of-cities__title a {
  font-size: 16px;
  color: #323232;
  font-weight: 500;
  text-decoration: none;
}

.areas-of-cities__title i {
  display: block;
  width: 13px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 15 8' fill='none'%3E%3Cpath d='M0.5 6.99512L7.20588 0.995117L14.2647 6.99512' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s;
  transform: rotate(180deg);
}

.areas-of-cities__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.areas-of-cities__list li {
  display: block;
  padding: 15px;
}

.areas-of-cities__list li a {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.pGen-filial .dtlPlace-kitch_txt {
  white-space: nowrap;
  /* Запрещаем перенос на новую строку */
  overflow: hidden;
  /* Скрываем содержимое, выходящее за границы */
  text-overflow: ellipsis;
  /* Добавляем многоточие в конце обрезанного текста */
  /* Обязательно задайте ограничение по ширине, иначе текст будет растягивать блок */
  max-width: 100%;
  /* Или любую конкретную ширину: 200px, 15em и т.д. */
  width: 100%;
  /* При необходимости — полная ширина родителя */
}

.pGen-filial .tabPane {
  margin-bottom: 10px;
}

.pGen-filial .dtlFood-head {
  margin-bottom: 5px;
}

.pGen-filial .dtlFood-head .tabPane {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 0 0;
  padding: 0;
}

.pGen-filial .dtlFood-box_inn,
.pGen-filial .dtlFood-head_inn {
  display: block;
  padding: 30px 30px 15px 30px;
}

.pGen-filial .dtlFood-box_inn .arrHeart-box,
.pGen-filial .dtlFood-head_inn .arrHeart-box {
  margin-bottom: 25px;
}

.pGen-filial .dtlFood-box_inn .arrBtn_about,
.pGen-filial .dtlFood-head_inn .arrBtn_about {
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 40px;
}

.pGen-filial .dtlFood-box_inn .arrBtn_about:before,
.pGen-filial .dtlFood-head_inn .arrBtn_about:before {
  content: attr(data-text);
  display: inline-block;
}

.pGen-filial .dtlFood-box_inn .arrHeart-box,
.pGen-filial .dtlFood-box_inn .breadcrumbs,
.pGen-filial .dtlFood-head_inn .arrHeart-box,
.pGen-filial .dtlFood-head_inn .breadcrumbs {
  padding: 0;
}

.pGen-filial .dtlFood-box_inn .breadcrumbs,
.pGen-filial .dtlFood-head_inn .breadcrumbs {
  margin-bottom: 20px;
}

.pGen-filial .gen-food {
  margin-top: 30px;
}

.pGen-filial .pGen-left {
  min-width: 0;
}

.pGen-filial .tabPane_inner::-webkit-scrollbar {
  height: 0;
}

.pGen-filial .mn-inner {
  margin-top: 20px;
}

.pGen-filial .mn-inner .lk_menu_item {
  height: 44px;
}

.pGen-filial .lk_menu_item {
  background-color: #F2F2F2;
}

.pGen-filial div.lk_menu_item-hover {
  border-radius: 22px;
}

.pGen-filial .wrap-revw {
  margin-bottom: 6px;
}

.pGen-filial .revw-cont-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pGen-filial .revw-cont-images a {
  width: 238px;
  height: 131px;
}

.pGen-filial .revw-cont-images a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.pGen-filial .multi-tag {
  color: var(--D_Grey, #9A9A9A);
  background-color: transparent;
  position: relative;
  font-weight: 400;
}

.pGen-filial .multi-tag.act {
  background-color: transparent;
  color: #1E1E1E;
}

.pGen-filial .multi-tag.act:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1E1E1E;
}

.pr-cardin_btn:disabled {
  opacity: 0.7;
  cursor: no-drop;
}

.f-section {
  margin-bottom: 6px;
}

.f-section__inn {
  padding: 30px;
  border-radius: 35px;
  background: var(--White, #FFF);
}

.f-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.f-section__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.f-section__title span {
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-weight: 500;
  margin-left: 7px;
}

.f-section__title._rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.f-section__title._rating:before {
  content: "";
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  background: url("/template/frontend/build/images/star-yell-micro.svg") no-repeat center top/cover;
  color: var(--D_Red, #E84036);
}

.f-section__link {
  display: flex;
  height: 25px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 10px;
  background: #F2F2F2;
  color: var(--L_Black, #1E1E1E);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s;
}

.f-section__link:hover {
  background: #DEDEDE;
  color: inherit;
}

.f-section__link:after {
  content: "";
  width: 4px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.66661 4.66826L0.987031 8.34915C0.761234 8.57502 0.395145 8.57502 0.169348 8.34915C-0.0564492 8.12327 -0.0564492 7.75705 0.169348 7.53117L2.86189 4.83767L3.42492 4.27464L2.86189 3.68088L0.169348 0.987382C-0.0564492 0.761505 -0.0564492 0.395285 0.169348 0.169408C0.395145 -0.0564699 0.761234 -0.0564699 0.987031 0.169408L4.66661 3.85029C4.89241 4.07617 4.89241 4.44239 4.66661 4.66826Z' fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.f-section__link:before {
  content: attr(data-text);
  display: inline;
}

.f-place__header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 5px;
}

.f-place__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 3px;
}

.f-place__address {
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-weight: 500;
}

.f-place__bottom {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.f-place__links {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.f-rating {
  height: 23px;
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #f8f8f8;
  padding: 6px 12px;
  border-radius: 30px;
  font-weight: 500;
}

.f-rating svg {
  color: #E84036;
}

.f-rating__reviews,
.f-rating__score {
  color: var(--D_Red, #E84036);
  font-size: 14px;
  font-weight: 500;
}

.f-rating__score {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  border-radius: 9px;
}

.f-rating__score::before {
  content: "★";
  font-size: 15px;
  color: var(--D_Red, #E84036);
}

.working-hours {
  height: 23px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.working-hours__badge {
  display: flex;
  padding: 2px 5px 4px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  background: rgba(102, 187, 106, 0.1);
  color: var(--Green, #66BB6A);
  font-size: 14px;
  font-weight: 500;
}

.working-hours__delivery-time {
  display: flex;
  height: 23px;
  padding: 4px 5px;
  justify-content: center;
  align-items: center;
  gap: 3px;
  border-radius: 9px;
  background: #F2F2F2;
  color: var(--L_Black, #1E1E1E);
  font-size: 14px;
  font-weight: 500;
}

.working-hours__delivery-time::before {
  content: "";
  width: 11px;
  height: 11px;
  background: url("/template/frontend/build/images/pickup.svg") 0 0/contain no-repeat;
  margin-right: 4px;
}

.menu-link {
  width: 268px;
  height: 55px;
}

.menu-link:hover {
  color: var(--White, #FFF);
}

.phone-link {
  display: flex;
  width: 55px;
  height: 55px;
  padding: 17px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 22px;
  background: #F2F2F2;
}

.phone-link:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url("/template/frontend/build/images/phone.svg") 0 0/contain no-repeat;
}

.f-gallery {
  --wcell: 30px;
  margin-right: calc(var(--wcell) * -1);
}

.f-gallery__list {
  --gap: 5px;
  display: flex;
  gap: var(--gap);
}

.f-gallery__list:after {
  content: "";
  padding-right: calc(var(--wcell) - var(--gap));
}

.f-gallery__col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.f-gallery__col a {
  flex-grow: 1;
}

.f-gallery__col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-gallery__col:nth-child(odd) {
  min-width: 266px;
}

.f-gallery__col:nth-child(even) {
  min-width: 194px;
}

.f-gallery__col:first-of-type {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}

.f-gallery__col:last-of-type {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}

.f-reviews {
  --wcell: 30px;
  margin-right: calc(var(--wcell) * -1);
}

.f-reviews__list {
  --gap: 5px;
  display: flex;
  align-items: flex-start;
  gap: var(--gap);
}

.f-reviews__list:after {
  content: "";
  padding-right: calc(var(--wcell) - var(--gap));
  align-self: stretch;
}

.f-reviews__list-img {
  width: 129px;
  height: 129px;
  border-radius: 25px;
}

.f-reviews__item {
  min-width: 288px;
  padding: 20px;
  border-radius: 30px;
  background: var(--L_Grey, #F2F2F2);
}

.f-reviews__item--add {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: auto;
  max-width: 78px;
  height: 167px;
  border-radius: 25px;
  color: #000;
  font-size: 35px;
  font-weight: 600;
}

.f-reviews__pair {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.f-reviews__name {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 700;
}

.f-reviews__images {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 10px;
}

.f-reviews__images img {
  border-radius: 10px;
  width: 45px;
  height: 45px;
}

.f-reviews__rating {
  font-size: 22px;
  color: #000;
}

.f-reviews__rating i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.23892 0.299462C7.34993 -0.0998209 7.91606 -0.0998207 8.02707 0.299462L9.4062 5.26002C9.45686 5.44227 9.62588 5.56599 9.81491 5.55922L14.8414 5.37919C15.2491 5.36459 15.4246 5.89039 15.0898 6.12357L10.8973 9.0441C10.7464 9.14923 10.6842 9.34217 10.7453 9.51564L12.4676 14.4036C12.6046 14.7922 12.1459 15.1166 11.8252 14.858L7.88969 11.6856C7.73987 11.5648 7.52612 11.5648 7.37629 11.6856L3.44083 14.858C3.12006 15.1166 2.66143 14.7922 2.79835 14.4036L4.52065 9.51564C4.58177 9.34217 4.51959 9.14923 4.36866 9.0441L0.176134 6.12357C-0.158603 5.89039 0.0168823 5.36459 0.424568 5.37919L5.45107 5.55922C5.6401 5.56599 5.80912 5.44226 5.85979 5.26002L7.23892 0.299462Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
}

.f-reviews__rating i.fa-star-full {
  background: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.23892 0.299462C7.34993 -0.0998209 7.91606 -0.0998207 8.02707 0.299462L9.4062 5.26002C9.45686 5.44227 9.62588 5.56599 9.81491 5.55922L14.8414 5.37919C15.2491 5.36459 15.4246 5.89039 15.0898 6.12357L10.8973 9.0441C10.7464 9.14923 10.6842 9.34217 10.7453 9.51564L12.4676 14.4036C12.6046 14.7922 12.1459 15.1166 11.8252 14.858L7.88969 11.6856C7.73987 11.5648 7.52612 11.5648 7.37629 11.6856L3.44083 14.858C3.12006 15.1166 2.66143 14.7922 2.79835 14.4036L4.52065 9.51564C4.58177 9.34217 4.51959 9.14923 4.36866 9.0441L0.176134 6.12357C-0.158603 5.89039 0.0168823 5.36459 0.424568 5.37919L5.45107 5.55922C5.6401 5.56599 5.80912 5.44226 5.85979 5.26002L7.23892 0.299462Z' fill='%23F85046'/%3E%3C/svg%3E") no-repeat center center/contain;
}

.f-reviews__text {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.f-description {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.f-tags {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 6px;
  flex-wrap: wrap;
}

.f-tags__tag {
  height: 40px;
  padding: 10px 15px;
  text-align: center;
  border-radius: 17px;
  background: var(--L_Grey, #F2F2F2);
  color: var(--Black, #000);
  font-size: 14px;
  font-weight: 500;
}

.dragn-scroll {
  overflow: auto;
  scrollbar-width: none;
}

.dragn-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
  display: none;
}

.dtlPlace_menu .arrHeart-box {
  margin: 20px 0;
}

.mt-20 {
  margin-top: 20px;
}

.f-column-2 {
  display: flex;
  gap: 20px;
  --width: 380px;
}

.f-column-2__content {
  width: calc(100% - var(--width));
}

.f-column-2__content .f-reviews {
  margin: 0;
}

.f-column-2__content .f-reviews__list:after {
  display: none;
}

.f-column-2__aside {
  position: sticky;
  top: 20px;
  align-self: flex-start;
  width: var(--width);
  padding: 30px;
  border-radius: 35px;
  background: var(--White, #FFF);
}

.rev-aside__title {
  color: var(--L_Black, #1E1E1E);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.rev-aside__sort {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}

.rev-aside__item:not(:last-child) {
  margin-bottom: 20px;
}

.rev-aside__item--active .rev-aside__item-name {
  color: var(--Red, #F85046);
}

.rev-aside__item label {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  cursor: pointer;
}

.rev-aside__item label input {
  display: none;
}

.rev-aside__item label input:checked ~ .rev-aside__item-radio {
  border: 6px solid #F85046;
}

.rev-aside__item label input:checked ~ .rev-aside__item-name {
  color: var(--Red, #F85046);
}

.rev-aside__item-name {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
}

.rev-aside__item-radio {
  width: 25px;
  height: 25px;
  background-color: #F2F2F2;
  border-radius: 50%;
  transition: border 0.1s;
}

.rev-aside__apply {
  height: 50px;
}

.f-reviews-actions {
  display: none;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}

.f-reviews-actions__sort {
  flex-shrink: 0;
  background-color: transparent;
}

.f-reviews-actions__sort > span.title {
  display: inline-flex;
  width: 67px;
  height: 56px;
  padding: 10px 25px;
  align-items: center;
  border-radius: 38px;
  background: #F2F2F2 url("/template/frontend/build/images/sort.svg") no-repeat center center;
}

.f-reviews-actions__sort > span.title:after {
  display: none;
}

.f-reviews-actions .dropdown {
  min-width: auto;
  height: auto;
}

.f-reviews-actions .dropdown .slide {
  max-height: none;
  overflow: visible;
}

.f-reviews-actions .dropdown .dropdown-list {
  position: absolute;
  top: 100%;
  z-index: 100;
  white-space: nowrap;
  width: 184px;
  overflow: hidden;
  transition: height 0.4s;
}

.f-reviews-actions .dropdown .dropdown-list li.active a {
  color: #F85046;
}

.f-reviews-actions .dropdown[data-target=close] .dropdown-list {
  height: 0;
}

.f-reviews-actions .dropdown[data-target=open] .dropdown-list {
  height: 152px;
}

.fil-about__info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fil-about__pic {
  flex-shrink: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.fil-about__pair {
  flex-grow: 1;
  text-decoration: none;
  background: url("/template/frontend/build/css/page/profile/arrow-right.svg") no-repeat right center;
}

.fil-about__name {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}

.fil-about__subname {
  color: var(--D_Grey, #9A9A9A);
  font-size: 14px;
  font-weight: 500;
}

.fil-about__map {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fil-about__map-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F2F2F2 url("/template/frontend/build/images/location.svg") no-repeat center center/35%;
}

.fil-about__map-addr {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
}

.fil-open-hour .miniHeader {
  display: flex;
  justify-content: space-between;
}

.fil-open-hour__select span {
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0px 8px;
  border-radius: 10px;
  color: var(--L_Black, #1E1E1E);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background: #F2F2F2;
  transition: background-color 0.3s;
}

.fil-open-hour__select span:after {
  content: "";
  background: url("/template/frontend/build/css/page/profile/arrow-right.svg") no-repeat right center/contain;
  width: 8px;
  height: 8px;
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.fil-open-hour__select span.active:after {
  transform: rotateX(180deg) rotate(90deg);
}

.fil-open-hour__select span.active,
.fil-open-hour__select span:hover {
  background: #DEDEDE;
}

.fil-open-hour__time-text {
  color: var(--L_Black, #1E1E1E);
  font-size: 27px;
  font-weight: 500;
}

.fil-open-hour__today {
  color: var(--D_Grey, #9A9A9A);
  font-size: 14px;
  font-weight: 500;
}

.fil-working-hours {
  display: none;
  margin-top: 5px;
}

.fil-working-hours__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fil-working-hours__item {
  display: flex;
  justify-content: space-between;
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
}

.fil-working-hours__item--current span {
  color: var(--Red, #F85046);
}

.fil-working-hours__item:not(:last-child) {
  margin-bottom: 20px;
}

.fil-working-hours__day {
  width: 50%;
  font-weight: 500;
}

.fil-working-hours__time {
  width: 50%;
  display: flex;
  justify-content: space-between;
  color: #666;
}

.fil-working-hours__time > span {
  flex-basis: 33.33%;
}

.fil-working-hours__time > span:nth-child(2) {
  text-align: center;
}

.middle-position {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 25px;
}

.food-product-card .f-section__inn {
  padding: 15px 0;
}

.food-product-card .f-reviews {
  --wcell: 0;
}

.food-product-card .gen-food {
  margin-top: 20px;
}

.food-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 30px 0;
  font-size: 15px;
  font-weight: 500;
}

.food-breadcrumb .arrBack_icon,
.food-breadcrumb .food-breadcrumb__back {
  background-color: transparent;
  height: auto;
  width: auto;
  padding: 0;
}

.food-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 20px;
}

.food-col-media {
  flex: 1.36;
  min-width: 240px;
  position: relative;
}

.food-image-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.food-product-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.food-p-icon {
  position: absolute;
  top: 16px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s background-color;
}

.food-p-icon[data-toggle=true] svg path {
  fill: #F85046;
  stroke: #F85046;
}

.food-p-icon--back {
  left: 16px;
  display: none;
}

.food-p-icon--fav {
  right: 16px;
}

.food-p-icon:hover {
  background-color: #ffffff;
}

.food-p-icon:hover svg path {
  color: #000;
}

.food-p-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  transition: fill 0.3s;
}

.food-p-icon svg path {
  transition: color 0.3s;
  color: #fff;
}

.food-p-icon.active svg {
  fill: #e63946;
  stroke: #e63946;
}

.food-col-info {
  flex: 2;
  min-width: 260px;
}

.food-title {
  color: var(--L_Black, #1E1E1E);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 38.5px */
  letter-spacing: -1.05px;
  margin-bottom: 23px;
  padding-top: 25px;
}

.food-tabs {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  gap: 3px;
  padding: 3px;
  border-radius: 24px;
  background: var(--L_Grey, #F2F2F2);
  margin-bottom: 20px;
  overflow: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE и Edge */
}

.food-tabs::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

.food-tab-btn {
  display: flex;
  min-width: 92px;
  height: 52px;
  padding: 0 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: var(--L_Black, #1E1E1E);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.food-tab-btn.in-cart {
  pointer-events: none;
  position: relative;
  color: #fff;
}

.food-tab-btn.in-cart:before,
.food-tab-btn.in-cart:after {
  content: "";
  inset: 0 0 0 0;
  position: absolute;
}

.food-tab-btn.in-cart:after {
  background-color: white;
  mask: radial-gradient(circle, black 60%, transparent 100%);
  -webkit-mask: radial-gradient(circle, black 60%, transparent 100%);
}

.food-tab-btn.in-cart:before {
  content: "В корзине";
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #1E1E1E;
}

.food-tab-btn span {
  color: var(--D_Grey, #9A9A9A);
}

.food-tab-btn:not(.food-tab-btn--active):hover,
.food-tab-btn--active {
  background: var(--White, #FFF);
}

.food-weight-info {
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-weight: 500;
}

.food-badge-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.food-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  color: var(--Black, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: 13px;
}

.food-badge--spicy {
  background: rgba(232, 64, 54, 0.15);
}

.food-badge--vegan {
  background: rgba(102, 187, 106, 0.15);
}

.food-badge--lean {
  background: var(--L_Grey, #F2F2F2);
}

.food-description-section {
  margin-bottom: 28px;
}

.food-description-text {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.2s ease;
}

.food-description-text--expanded {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

.food-about-btn {
  color: var(--Red, #F85046);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-top: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  transition: color 0.2s;
  background-color: transparent;
}

.food-about-btn:hover {
  color: #d6891f;
}

.food-col-action {
  flex: 1;
  min-width: 240px;
  padding: 25px 20px 20px 20px;
  align-self: start;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.08);
  margin-top: 25px;
}

.food-col-action__dynamics {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.food-price {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 42px */
  letter-spacing: -1.05px;
  margin-bottom: 12px;
}

.food-btn-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.food-btn {
  display: block;
  width: 100%;
  height: 56px;
  padding: 8px 25px 10px 25px;
  border-radius: 25px;
  background: #F85046;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-radius: 25px;
}

.food-btn--primary {
  background: #F85046;
  color: #FFF;
}

.food-btn--primary:hover {
  background-color: #E84036;
}

.food-btn--secondary {
  background: #F2F2F2;
  color: #000;
}

.food-btn--secondary:hover {
  background-color: #ffead2;
  border-color: #e9a23b;
}

.food-nutrition {
  display: none;
}

.food-nutrition__inner {
  padding: 10px 0;
}

.food-nutrition__title {
  display: flex;
  justify-content: space-between;
  color: var(--L_Black, #1E1E1E);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.food-nutrition__title > span {
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-weight: 500;
}

.food-macros-grid {
  display: flex;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  margin-bottom: 15px;
}

.food-macro-item {
  flex-grow: 1;
  padding: 15px;
  border-radius: 25px;
  border: 2px solid #F2F2F2;
  backdrop-filter: blur(4.0999999046px);
  line-height: 1.2;
}

.food-macro-item__label {
  color: var(--D_Grey, #9A9A9A);
  font-size: 14px;
  font-weight: 500;
}

.food-macro-item__value {
  color: var(--L_Black, #1E1E1E);
  font-size: 22px;
  font-weight: 500;
}

.food-ingredients__text {
  color: var(--Black, #000);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 15px;
}

.food-ingredients__calories {
  display: flex;
  gap: 5px;
  color: var(--D_Grey, #9A9A9A);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.food-ingredients__calories i {
  width: 16px;
  height: 20px;
  background: url("/template/frontend/build/images/calories.svg") no-repeat center center;
}

.empty-rating-product {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
  margin: -15px 0 15px;
}

.empty-rating-product:before {
  content: "";
  width: 14.74px;
  height: 14.093px;
  flex-shrink: 0;
  background: url("/template/frontend/build/images/star-yell-micro.svg") no-repeat center top/cover;
  color: var(--D_Red, #E84036);
}

.ven-box__list {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

.ven-box__item {
  display: flex;
  min-width: 288px;
  padding: 5px 15px 5px 5px;
  align-items: center;
  gap: 15px;
  border-radius: 26px;
  border: 1px solid #F2F2F2;
  background: #F2F2F2;
}

.ven-box__pic {
  width: 70px;
  height: 70px;
  border-radius: 22px;
}

.ven-box__caption {
  display: block;
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  text-decoration: none;
}

.ven-box__desc {
  color: var(--D_Grey, #9A9A9A);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}

.empty-reviews {
  color: var(--L_Black, #1E1E1E);
  font-size: 16px;
  font-weight: 500;
}

.main-page {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  overflow: hidden;
}

.main-page__panel {
  width: 55%;
  background: #ffffff;
  border-radius: 0 120px 120px 0;
  padding: 0 max(7%, 25px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.main-page__inner {
  transition: all 0.4s;
  scrollbar-gutter: stable;
}

.main-page__inner::-webkit-scrollbar {
  width: 5px;
}

.main-page__brand {
  display: block;
  margin-bottom: 40px;
  animation: fadeUp 0.8s ease-out 0.1s forwards;
  opacity: 0;
}

.main-page__logo {
  display: block;
  width: 227px;
  height: 60px;
  background: url("/template/frontend/build/images/logo.svg") 0 0 no-repeat;
  background-size: contain;
}

.main-page__title {
  color: #000;
  font-size: 55px;
  font-weight: 800;
  line-height: 110%;
  /* 60.5px */
  letter-spacing: -0.55px;
  margin-bottom: 40px;
  animation: fadeUp 0.8s ease-out 0.2s forwards;
  opacity: 0;
}

.main-page__city-section {
  margin-bottom: 25px;
  animation: fadeUp 0.8s ease-out 0.3s forwards;
  opacity: 0;
}

.main-page__city-label {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.25px;
  margin-bottom: 25px;
}

.main-page__city-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  animation: fadeUp 0.8s ease-out 0.4s forwards;
  opacity: 0;
}

.main-page__city-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 10px 24px;
  border-radius: 24px;
  background: #F4F4F4;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.main-page__city-link:hover {
  color: #ff6b35;
}

.main-page__auth {
  position: absolute;
  animation: fadeUp 0.8s ease-out 0.5s forwards;
  opacity: 0;
}

.main-page__auth-link,
.main-page__auth-or {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.main-page__auth-link {
  color: #F85046;
  text-decoration: none;
  transition: opacity 0.2s;
}

.main-page__auth-link:hover {
  opacity: 0.8;
}

.main-page__banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  z-index: 1;
}

.main-page__banner::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background: url("/template/frontend/build/images/home-banner.webp") right 0/cover no-repeat;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.profile_btns {
  position: sticky;
  bottom: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.additions {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 16px;
  max-width: 400px;
  margin: 15px 0 10px;
}

.additions__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e9ecef;
}

.additions__title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.additions__count {
  font-size: 13px;
  color: #868e96;
  background: #e9ecef;
  padding: 0 8px;
  border-radius: 10px;
  font-weight: 500;
}

.additions__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.additions__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #f1f3f5;
}

.additions__item:last-child {
  border-bottom: none;
}

.additions__name {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.additions__weight {
  font-size: 13px;
  color: #868e96;
}

/* ----- BEM-блок: форма регистрации ресторана ----- */

.resto-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.resto-form {
  flex: 1;
  /* займёт всё доступное пространство */
  max-width: 1384px;
  width: 100%;
  margin: auto;
  border-radius: 45px;
  padding: 60px;
  background: #FFF;
}

/* заголовок-хедер */

.resto-form__header {
  margin-bottom: 30px;
}

.resto-form__title {
  color: #272727;
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
}

/* основная секция формы */

/* ----- ДВУХКОЛОНОЧНАЯ СЕТКА ----- */

.resto-form__two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.resto-form__column {
  min-width: 0;
  /* предотвращает переполнение */
}

/* разделы формы (адаптируем под колонки) */

.form-section {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.form-section__caption {
  color: #272727;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}

/* группа полей */

.field-group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* отдельное поле */

.form-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-field__label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.form-field__required {
  color: #000;
  margin-left: 0.2rem;
}

.form-field__input,
.form-field__select {
  width: 100%;
  padding: 0.85rem 1rem;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  border-radius: 22px;
  background: #F5F5F5;
  border: 0;
  transition: all 0.2s;
}

.form-field__input::placeholder {
  color: #1E1E1E;
}

.form-field__input:focus,
.form-field__select:focus {
  outline: none;
  border-color: #e3b23c;
  box-shadow: 0 0 0 3px rgba(227, 178, 60, 0.2);
  background-color: #ffffff;
}

.form-field__input::placeholder {
  color: #b9ab9a;
  font-weight: 400;
}

/* радио-группа */

.radio-group {
  display: flex;
  width: 232px;
  height: 56px;
  padding: 5px;
  align-self: flex-start;
  border-radius: 30px;
  background: #F5F5F5;
}

.radio-group__option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  gap: 0.6rem;
  cursor: pointer;
  border-radius: 25px;
  color: var(--L_Black, #1E1E1E);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.radio-group__option span {
  position: relative;
  z-index: 5;
}

.radio-group__option:has(input:checked)::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  border-radius: 25px;
  background: #FFF;
}

.radio-group__option input {
  display: none;
  accent-color: #e3b23c;
  margin: 0;
  cursor: pointer;
}

/* чекбоксы для формата работы */

.check-group__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 18px;
  padding-left: 45px;
}

.policy-field__checkbox input:checked ~ .check-group__icon,
.check-group__item input:checked ~ .check-group__icon {
  background: #F85046;
  transition: background-color 0.3s;
}

.policy-field__checkbox input:checked ~ .check-group__icon::after,
.check-group__item input:checked ~ .check-group__icon::after {
  content: "";
  width: 11px;
  height: 9px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11' fill='none'%3E%3Cpath d='M1.00001 5.15391L5.40001 10.0001L12 1.00006' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
}

.check-group__icon {
  position: absolute;
  left: 0;
  top: -4px;
  z-index: 10;
  display: flex;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #F5F5F5;
}

.check-group__item input {
  display: none;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #e3b23c;
  cursor: pointer;
}

/* специальный блок для радио "есть ли свои курьеры" */

/* политика конфиденциальности (на всю ширину) */

.policy-field {
  margin-bottom: 30px;
}

.policy-field__checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  padding-left: 45px;
}

.policy-field__checkbox span {
  font-weight: 500;
  color: var(--Light-Black, #1E1E1E);
  font-size: 16px;
}

.policy-field__checkbox input {
  display: none;
  width: 1.2rem;
  height: 1.2rem;
  accent-color: #2c3e2b;
  cursor: pointer;
}

.policy-field__link {
  text-decoration: none;
  color: #F85046;
  font-size: 16px;
}

.policy-field__link:hover {
  color: #8b551f;
}

/* кнопка отправки */

.submit-button {
  display: flex;
  height: 56px;
  padding: 0 29px;
  align-items: center;
  gap: 11px;
  border-radius: 22px;
  background: #F85046;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  border: 0;
}

/* дополнительный стиль для URL поля */

.form-field__input--url {
  background: #F5F5F5;
}

/* стили для валидации */

.form-field__input.error-field {
  border-color: #c75334;
  background-color: #fff5f2;
}

.error-message {
  color: #c75334;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.group-error-message {
  color: #c75334;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  display: block;
}

/* Стили для уведомлений формы */

.form-notification {
  animation: slideDown 0.3s ease-out;
  font-weight: 500;
  font-size: 14px;
}

.form-notification--error {
  background-color: #f8d7da !important;
  color: #721c24 !important;
  border: 1px solid #f5c6cb !important;
}

.form-notification--success {
  background-color: #d4edda !important;
  color: #155724 !important;
  border: 1px solid #c3e6cb !important;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Стили для кнопки в состоянии загрузки */

.submit-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* ----- АДАПТИВНОСТЬ ----- */

@media (max-width: 1260px) {
  .main-page__title br {
    display: none;
  }
}

@media (max-width: 1200px) {
  .food-grid {
    gap: 15px;
  }
}

@media (max-width: 1175px) {
  .profile-review .row {
    margin: 0;
  }

  .profile-review .card-revwF-box .card-revw {
    padding: 0 20px 30px 20px;
  }

  .review-two__item {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }

  .review-two__image {
    width: 100%;
  }
}

@media (max-width: 1066px) {
  .gastronomic-guide__col:first-child {
    padding: 20px;
  }

  .gastronomic-guide__col:last-child {
    padding: 20px;
    width: auto;
  }

  .guide-list__item {
    border-radius: 20px;
    padding: 5px 15px;
  }
}

@media (max-width: 1050px) {
  .supplier-order__foot {
    flex-direction: column;
  }

  .supplier-order__call {
    width: 100%;
  }

  .rev-order {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .order-list__layout {
    gap: 15px;
  }

  .order-list__layout .order-list:not(.order-list-only) {
    width: 50%;
  }

  .order-list__layout .order-detail {
    margin-top: 0;
    width: 50%;
  }

  .main-page__panel {
    width: 70%;
  }

  .main-page__title {
    font-size: 36px;
  }

  .main-page__city-link {
    font-size: 18px;
  }
}

@media (max-width: 1024px) and (max-width: 768px) {
  .order-list__layout .order-list:not(.order-list-only) {
    order: 2;
    width: 100%;
    max-width: 100%;
  }

  .order-list__layout .order-detail {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) and (max-width: 555px) {
  .order-list__layout .order-list.order-list-only {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .food-title {
    padding-top: 0;
    font-size: 22px;
    margin-bottom: 5px;
  }

  .food-title ~ .food-weight-info {
    margin-bottom: 16px;
  }

  .food-col-action {
    margin-top: 0;
    min-width: 100%;
  }
}

@media (max-width: 991px) {
  .resto-form {
    border-radius: 0;
    padding: 1.5rem;
  }
}

@media (max-width: 950px) {
  .f-column-2 {
    --width: 280px;
  }
}

@media (max-width: 845px) {
  .gastronomic-guide {
    flex-direction: column;
  }

  .gastronomic-guide__col:first-child {
    width: 100%;
  }

  .gastronomic-guide__col:last-child {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .review-two__star svg {
    width: 30px;
  }

  .add-to-cart-popup__content {
    justify-content: space-between;
    gap: 0;
  }

  .add-to-cart-popup__product {
    width: 48%;
  }

  .add-to-cart-popup__actions {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .prof-page .personal-data {
    width: 100%;
    min-width: initial;
  }

  .prof-page .personal-delivery {
    order: -1;
    width: 100%;
    min-width: initial;
  }

  .personal-delivery {
    order: -1;
    width: 100%;
    min-width: initial;
  }

  body .__mobile-768-hide {
    display: none;
  }

  body .__mobile-768-show {
    display: block;
  }

  body .__mobile-768-show-flex {
    display: flex;
  }

  .profile-popup__result,
  .order-active__result,
  .order-detail__result {
    flex-wrap: wrap;
  }

  .profile-popup__result span,
  .order-active__result span,
  .order-detail__result span {
    margin-bottom: 15px;
  }

  .profile-popup__result button:first-child,
  .order-active__result button:first-child,
  .order-detail__result button:first-child {
    margin-right: 10px;
  }

  .order-list__layout {
    flex-direction: column;
  }

  .order-detail .have-order {
    flex-wrap: wrap;
  }

  .supplier-order__foot {
    flex-direction: column;
  }

  .supplier-order__desc {
    margin-bottom: 15px;
  }

  .sect-variant-1 {
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 10px;
  }

  .sect-variant-1__img-box {
    height: 122px;
  }

  .sect-variant-1__img-box img {
    max-width: max-content;
    height: 91px;
  }

  .f-reviews__list-img {
    width: 91px;
    height: 91px;
  }

  .mt-20 {
    margin-top: 6px;
  }

  .f-column-2 {
    flex-wrap: wrap;
    gap: 6px;
  }

  .f-column-2__content {
    width: 100%;
  }

  .f-column-2__content .f-section__title {
    width: 100%;
  }

  .f-column-2__content .f-section__title span {
    margin-left: auto;
  }

  .food-col-info {
    min-width: 100%;
  }

  .main-page__panel {
    width: 85%;
  }

  .main-page__title {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .main-page__brand {
    margin-bottom: 25px;
  }

  .main-page__city-grid {
    gap: 8px;
  }

  .main-page__city-link {
    font-size: 16px;
  }

  /* На планшетах и телефонах колонки становятся вертикальными */

  .resto-form__two-columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .form-section__caption {
    font-size: 1.3rem;
  }
}

@media (max-width: 710px) {
  .pGen-filial .dtlFood-box_inn .arrBtn_about,
  .pGen-filial .dtlFood-head_inn .arrBtn_about {
    height: 40px;
    font-size: 14px;
  }

  .pGen-filial .dtlFood-box_inn .arrBtn_about:before,
  .pGen-filial .dtlFood-head_inn .arrBtn_about:before {
    content: attr(data-text-mob);
  }

  .f-reviews-actions {
    display: flex;
  }
}

@media (max-width: 640px) {
  .resto-form__title {
    font-size: 2rem;
  }

  .policy-field__checkbox {
    align-items: flex-start;
  }

  .policy-field__checkbox input {
    margin-top: 0.2rem;
  }
}

@media (max-width: 605px) {
  .profile-review .revw-cont-images {
    gap: 2%;
  }

  .profile-review .revw-cont-images a {
    width: 49%;
    margin-bottom: 8px;
  }
}

@media (max-width: 580px) {
  .pGen-filial .revw-cont-images a {
    width: calc(33.333% - 6.6666666667px);
    height: auto;
    aspect-ratio: 1/1;
  }
}

@media (max-width: 576px) {
  .btn-gray--custom {
    display: flex;
    justify-content: center;
  }

  .prof-page .bl-wrap {
    margin-bottom: 7px;
    border-radius: 37px;
    padding: 20px;
  }

  .prof-page .personal-btn-edit {
    width: 100%;
    height: 50px;
  }

  .prof-page .cabinet__tiile {
    font-size: 28px;
  }

  .prof-page .cabinet__categories {
    gap: 7px;
  }

  .prof-page .personal-data__title {
    font-size: 22px;
  }

  .prof-page .personal-data__name {
    font-size: 16px;
  }

  .prof-page .personal-data__value {
    font-size: 16px;
  }

  .prof-page .personal-delivery__title {
    font-size: 22px;
  }

  .prof-page .personal-delivery__addr-1 {
    font-size: 16px;
  }

  .prof-page .personal-delivery__addr-2 {
    font-size: 16px;
  }

  .cartPnl .cartPnl-inn {
    padding: 0 0 54px 0;
    background-color: #F2F2F2;
  }

  .cartPnl .cartPnl-top {
    padding-top: 0;
  }

  .cartPnl .cartPnl-top__back {
    display: flex;
  }

  .cartPnl .cartPnl-top__title {
    font-size: 16px;
  }

  .cartPnl .cartPnl-top__clear .__cart-btn {
    width: 50px;
    height: 50px;
    background: var(--L_Grey, #F2F2F2);
    font-size: 0;
  }

  .cartPnl .cartPnl-top__clear .__cart-btn::before {
    display: flex;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22' fill='none'%3E%3Cpath d='M15.4 7.77966L13.8 21H4.2L2.6 7.77966M5.8 4.38983V2.69492C5.8 1.75886 6.51636 1 7.4 1H10.6C11.4836 1 12.2 1.75886 12.2 2.69492V4.38983M7.4 17.6102V11.1695M10.6 11.1695V17.6102M1 4.38983H17V7.77966H1V4.38983Z' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  .cartPnl__empty .cartPnl-top {
    background-color: #fff;
    padding: 15px 20px;
  }

  .cartPnl-wrap {
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 7px;
  }

  .cartPnl-wrap_fixed {
    position: fixed;
    width: 100%;
    bottom: 5px;
  }

  .cartPnl-wrap:first-of-type {
    padding-top: 15px;
    border-radius: 0 0 30px 30px;
  }

  .cart-order-overlay {
    background-color: #F2F2F2;
    padding: 0;
  }

  .cartPnl-cart-order {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 108px;
  }

  .cartPnl-cart-order .personal-delivery__list {
    padding-bottom: 0;
  }

  .cartPnl-cart-order__top .cartPnl-top__title {
    display: block;
  }

  .cartPnl-cart-order__email,
  .cartPnl-cart-order__name {
    margin-bottom: 0;
  }

  .cartPnl-cart-order__what {
    font-size: 16px;
  }

  .cartPnl-cart-order__what > p {
    font-size: 22px;
  }

  .cartPnl-cart-order__call {
    margin-bottom: 0;
    display: none;
  }

  .cartPnl-wrap_border-none {
    border-radius: 30px 30px 0 0;
    padding-bottom: 167px;
  }

  .cartPnl-personal-account {
    width: 100%;
  }

  .personal-delivery__title {
    font-size: 22px;
  }

  .personal-delivery__list-item {
    flex-wrap: nowrap;
  }

  .personal-delivery__addr-1 {
    font-size: 16px;
  }

  .personal-delivery__addr-2 {
    font-size: 16px;
  }

  .personal-delivery__edit {
    opacity: 1;
    position: static;
    margin-left: auto;
    transform: none;
  }

  body .__mobile-576-hide {
    display: none;
  }

  body .__mobile-576-show {
    display: block;
  }

  body .__mobile-576-show-flex {
    display: flex;
  }

  .__scroll-style-x::-webkit-scrollbar {
    height: 4px;
  }

  .__scroll-style-y::-webkit-scrollbar {
    width: 4px;
  }

  .__popup__interlayer {
    width: 100%;
    margin: 0;
  }

  .__popup__modal-container {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 15px;
  }

  .__popup__wrap {
    padding: 20px;
  }

  .__popup__wrap::before {
    content: "";
    width: 68px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
    transform: translateX(-50%);
    border-radius: 50px;
    background: #CECECE;
  }

  .__popup__title {
    margin-top: 20px;
    font-size: 25px;
  }

  .__popup__title--h2 {
    margin-top: 20px;
  }

  .__popup__btns--flex {
    flex-direction: column;
  }

  .cartPnl {
    width: 100%;
  }

  .rev-order {
    flex-wrap: wrap;
    justify-content: center;
  }

  .seoPages .col-2_5 {
    flex: 0 0 50%;
  }

  .seoPages .col-2 {
    flex: 0 0 50%;
  }

  .profile-popup__progress-order {
    gap: 6px;
  }

  .profile-popup__progress-order::-webkit-scrollbar {
    display: none;
  }

  .profile-popup__current {
    max-width: 270px;
  }

  .user-address {
    margin-bottom: 6px;
  }

  .review-two__item {
    margin-bottom: 20px;
  }

  .review-two__star svg {
    width: 56px;
  }

  .add-to-cart-popup__product {
    width: 100%;
  }

  .add-to-cart-popup__actions {
    width: 100%;
  }

  .cart-popup-product__image-box {
    margin-bottom: 20px;
  }

  .cart-popup-product__tags {
    margin-bottom: 20px;
  }

  .cart-popup-product__tag {
    font-size: 14px;
    padding: 8px 13px;
  }

  .cart-popup-actions {
    padding-top: 0;
  }

  .cart-popup-actions__position {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 45px 20px 30px;
    background-color: #fff;
  }

  .cart-popup-actions__caption {
    margin-bottom: 15px;
    position: static;
  }

  .cart-popup-actions__prod-name,
  .cart-popup-actions__prod-price {
    font-size: 16px;
  }

  .cart-popup-actions__events {
    margin-bottom: 0;
  }

  .cart-popup-actions__supplements {
    margin-bottom: 99px;
    padding-bottom: 37px;
    border-bottom: 2px solid #F2F2F2;
  }

  .guide-list__item {
    flex-shrink: 0;
    height: 190px;
    width: 150px;
    padding-top: 25px;
    flex-direction: column;
  }

  .guide-list__item-pic {
    height: 95px;
  }

  .f-reviews__item--add {
    display: flex;
  }

  .food-product-card .f-section__head {
    margin-bottom: 17px;
  }

  .food-product-card .h2-block {
    padding: 0 10px;
    background: url(/template/frontend/build/css/page/profile/arrow-right.svg) no-repeat 97% center;
    background-size: 11px;
  }

  .food-p-icon--back {
    display: flex;
  }

  .food-p-icon--fav {
    right: 20px;
  }

  .food-p-icon--fav,
  .food-p-icon--back {
    top: 22px;
  }

  .food-title br {
    display: none;
  }

  .food-col-action {
    position: fixed;
    left: 50%;
    width: 60%;
    min-width: auto;
    transform: translateX(-50%);
    bottom: 70px;
    z-index: 20;
    padding: 0;
  }

  .food-col-action__dynamics {
    display: none;
  }

  .food-btn--primary {
    font-size: 0;
    border-radius: 59px;
    background: var(--Red, #F85046);
    box-shadow: 2px 4px 8.8px 0 rgba(0, 0, 0, 0.2);
  }

  .food-btn--primary:before {
    content: attr(data-text);
    display: inline;
    color: var(--White, #FFF);
    font-size: 22px;
    font-weight: 700;
  }

  .food-btn--secondary {
    display: none;
  }

  .food-macro-item {
    padding: 12px;
  }
}

@media (max-width: 576px) and (max-width: 480px) {
  .cartPnl-cart-order {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) and (max-width: 576px) {
  .food-p-icon--back {
    left: 20px;
  }
}

@media (max-width: 540px) {
  .main-page {
    min-height: auto;
    height: auto;
  }

  .main-page__panel {
    width: 100%;
    border-radius: 0;
    padding: 25px 15px;
  }

  .main-page__inner {
    overflow: visible;
    margin-bottom: 20px;
  }

  .main-page__title {
    font-size: 24px;
  }

  .main-page__logo {
    font-size: 26px;
  }

  .main-page__city-grid {
    gap: 6px;
  }

  .main-page__city-link {
    height: 44px;
    padding: 7px 16px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .page-gen.padding-sm-none {
    padding-top: 0 !important;
  }

  .prof-page .container {
    padding-right: 0;
    padding-left: 0;
  }

  .prof-page .bl-wrap {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .prof-page .cabinet__categories {
    justify-content: space-between;
  }

  .prof-page .categories-item {
    width: 48%;
    flex-grow: 1;
  }

  .prof-page .prof-favorites__wrap {
    border-radius: 0px 0px 30px 30px;
    margin-bottom: 7px;
  }

  .prof-page .prof-favorites__title {
    font-size: 28px;
  }

  .prof-page .prof-favorites__notes {
    font-size: 16px;
    margin-top: 15px;
  }

  .prof-page .prof-establsh {
    background: #ffffff;
    border-radius: 30px;
    padding: 30px 10px;
  }

  .prof-page .prof-dishes {
    margin-bottom: 7px;
  }

  .prof-page .gen-food {
    padding: 30px 10px 20px;
  }

  .city-popup .__popup__title {
    margin-top: 0;
  }

  .auth-popup .auth-popup__overlay {
    padding-top: 0;
  }

  .auth-popup__phone-input {
    width: 100%;
  }

  .auth-popup__partner-btn {
    width: 100%;
  }

  .cartPnl-tabs {
    padding-bottom: 10px;
  }

  .cartPnl-tab__name-org {
    font-size: 16px;
  }

  .cartPnl-tab__delivery {
    font-size: 16px;
  }

  .cartPnl-org-param {
    margin: 30px 0 0;
  }

  .org-params__item-name {
    font-size: 16px;
  }

  .org-params__item-value {
    font-size: 16px;
  }

  .cartPnl-cart-items {
    margin-bottom: 30px;
    padding-top: 0;
  }

  .cartPnl-cart-item {
    gap: 10px;
  }

  .cartPnl-cart-item__img {
    max-width: 51px;
  }

  .cartPnl-cart-item__caption {
    font-size: 16px;
    height: 39px;
  }

  .cartPnl-cart-item__price {
    font-size: 16px;
  }

  .cartPnl-progress__order-from {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .cartPnl-progress__order-text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .cartPnl-open-menu {
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
  }

  .cartPnl-delivery {
    margin-top: 0;
  }

  .cartPnl-footer {
    margin-top: 0;
  }

  .cartPnl-footer__switcher {
    order: 3;
    margin-right: 0;
  }

  .cartPnl-footer__row {
    padding: 15px 0;
    border-top: 0;
  }

  .cartPnl-footer__row:first-of-type {
    padding-top: 0;
  }

  .cartPnl-footer__counter {
    order: 2;
    margin-right: auto;
  }

  .cartPnl-footer__comment {
    font-size: 16px;
  }

  .cartPnl-footer__goods {
    font-size: 16px;
  }

  .cartPnl-footer__total {
    font-size: 16px;
  }

  .cartPnl-footer__result {
    font-size: 16px;
  }

  .cartPnl-footer__result:last-of-type {
    font-size: 22px;
  }

  .cartPnl-cart-order__title {
    font-size: 22px;
  }

  .cartPnl-cart-order__request {
    font-size: 22px;
  }

  .cartPnl-cart-order__call {
    display: none;
  }

  .__counter {
    width: 100px;
    height: 42px;
  }

  body .__mobile-hide {
    display: none;
  }

  .__popup.profile-popup {
    margin-bottom: 0;
  }

  .__radio-input__label-text {
    font-size: 16px;
  }

  .order-list {
    padding-top: 20px;
  }

  .order-list__title {
    padding-left: 15px;
  }

  .profile-popup__title,
  .order-active__title,
  .order-detail__title {
    font-size: 22px;
    padding-left: 15px;
  }

  .profile-popup__current,
  .order-active__current,
  .order-detail__current {
    padding: 15px;
  }

  .profile-popup__caption,
  .order-active__caption,
  .order-detail__caption {
    font-size: 16px;
  }

  .profile-popup__status,
  .order-active__status,
  .order-detail__status {
    font-size: 16px;
  }

  .profile-popup__info,
  .order-active__info,
  .order-detail__info {
    font-size: 16px;
  }

  .profile-popup__result span,
  .order-active__result span,
  .order-detail__result span {
    font-size: 16px;
  }

  .order-complete__title {
    font-size: 22px;
  }

  .order-complete__item {
    padding: 15px;
  }

  .order-complete__delivery {
    font-size: 16px;
  }

  .order-complete__product {
    font-size: 16px;
  }

  .order-detail__current {
    background-color: transparent;
    padding: 0;
  }

  .order-detail__caption {
    font-size: 28px;
  }

  .order-detail__status {
    font-size: 20px;
  }

  .order-detail .section-part {
    padding: 30px 20px;
    border-radius: 20px;
    background: var(--White, #FFF);
    margin-bottom: 7px;
  }

  .order-detail .have-order {
    gap: 0;
  }

  .order-detail .have-order__rev {
    width: 100%;
    margin-top: 15px;
  }

  .order-detail .section-part-inherit {
    border-radius: 0 0 20px 20px;
  }

  .compound__name,
  .compound__price {
    font-size: 16px;
  }

  .compound__total-sum span {
    font-size: 16px;
  }

  .delivery-order__adress {
    font-size: 16px;
  }

  .supplier-order_flex .supplier-order__call {
    width: 100%;
  }

  .supplier-order__foot {
    gap: 0;
  }

  .supplier-order__desc {
    font-size: 16px;
  }

  .supplier-order__call {
    width: 100%;
  }

  .rev-order {
    background-color: #fff;
  }

  .seoPages .mlHeader {
    margin-bottom: 7px;
  }

  .seoPages {
    margin-top: 0;
  }

  .seoPages .mlHeader_title {
    font-size: 25px;
  }

  .seoPages .col-2_5 {
    padding: 0 5px;
  }

  .seoPages .col-2_5.wrap-card:last-of-type {
    padding-bottom: 30px;
  }

  .seoPages .col-2_5.wrap-card .card {
    overflow: visible;
  }

  .seoPages .col-2_5 .card-img {
    height: 97px;
  }

  .seoPages .col-2_5 .name {
    margin-top: 5px;
  }

  .seoPages .col-2_5 .name > a {
    font-weight: 700;
  }

  .seoPages .wrap-card .card-img img {
    border-radius: 20px;
  }

  .seoPages .seo-sect-2 .wrap-card .card-img {
    height: 97px;
  }

  .seoPages .seo-sect-3 .wrap-card .card-img {
    height: 180px;
  }

  .seoPages .seo-sect {
    padding: 30px 25px 0 25px;
  }

  .seoPages .seo-sect__ttile {
    font-size: 22px;
  }

  .seoPages .seo-sect__bl-item {
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 50px;
    justify-content: center;
  }

  .seoPages .col-2 {
    padding: 0 5px;
  }

  .seoPages section .container {
    padding: 0;
  }

  .seo-sect-tag.seo-sect {
    margin-top: 7px;
    padding: 30px 20px 0 20px;
  }

  .seo-sect-tag__link {
    font-size: 16px;
  }

  .profile-popup__logout {
    margin-bottom: 20px;
  }

  .profile-popup .__popup__close-btn {
    display: block;
  }

  .profile-review__caption {
    padding: 0 20px;
  }

  .review-header {
    border-radius: 0px 0px 30px 30px;
    padding: 30px 20px;
  }

  .review-header__title {
    font-size: 25px;
  }

  .review-header__variants {
    margin-top: 20px;
  }

  .profile-review .col-12 {
    padding: 0;
  }

  .profile-review .revw-cont-images a:first-child {
    width: 100%;
    height: 164px;
  }

  .profile-review .revw-cont-images a:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
  }

  .profile-review .card-revw {
    padding: 20px 20px 30px 20px;
  }

  .review-two .row {
    margin: 0;
  }

  .review-two .col-6 {
    padding: 0;
  }

  .review-two__item {
    margin-bottom: 7px;
  }

  .old-18-popup__subtext {
    font-size: 16px;
  }

  .old-18-popup__btns {
    flex-direction: column;
  }

  .old-18-popup__btns .__btn-red {
    order: 1;
  }

  .add-review-popup__rating {
    float: none;
    justify-content: center;
  }

  .add-review-popup__input-box {
    width: 100%;
    justify-content: center;
  }

  .gastronomic-guide {
    gap: 3px;
  }

  .gastronomic-guide__col:first-child {
    border-radius: 0 0 35px 35px;
    padding: 20px 20px 30px 20px;
  }

  .gastronomic-guide__col:last-child {
    border-radius: 35px;
    padding: 30px 20px;
  }

  .minicard {
    margin-right: -20px;
    padding-right: 10px;
  }

  .foods-pages .container {
    padding: 0;
  }

  .section-food__wrap {
    padding: 30px var(--pr);
  }

  .section-food__cards {
    padding-right: calc(var(--pr) + 10px);
  }

  .section-food {
    --pr: 20px;
  }

  .food-tags__item {
    padding: 12px 10px;
  }

  .more-tags {
    display: inline-block;
  }

  .mlHeader_desc {
    position: relative;
    height: 149px;
    overflow: hidden;
  }

  .mlHeader_desc .full-view {
    display: block;
  }

  .sect-variant-1__img-box._blue {
    border-radius: 20px;
  }

  .sect-variant-1__img-box {
    height: 97px;
    border-radius: 20px;
  }

  .sect-variant-1__img-box img {
    height: 86px;
  }

  .pGen-filial {
    padding-bottom: 90px !important;
  }

  .pGen-filial .container {
    padding-right: 0;
    padding-left: 0;
  }

  .pGen-filial .pGen-rt_block-wr .miniHeader {
    font-size: 18px;
  }

  .pGen-filial .dtlFood-box_inn .arrHeart-box,
  .pGen-filial .dtlFood-head_inn .arrHeart-box {
    margin-bottom: 20px;
  }

  .pGen-filial .dtlFood-box_inn .breadcrumbs li a,
  .pGen-filial .dtlFood-box_inn .breadcrumbs li span,
  .pGen-filial .dtlFood-head_inn .breadcrumbs li a,
  .pGen-filial .dtlFood-head_inn .breadcrumbs li span {
    color: var(--D_Grey, #9A9A9A);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
  }

  .pGen-filial .gen-food {
    margin-top: 4px;
  }

  .pGen-filial .pr-cardin_btn {
    background: url("/template/frontend/build/images/cart-plus-gray.svg") 50% 50% no-repeat;
  }

  .f-section__inn {
    border-radius: 30px;
    padding: 20px;
  }

  .f-section__head {
    margin-bottom: 5px;
  }

  .f-section__title {
    font-size: 18px;
  }

  .f-section__title._rating:before {
    width: 16px;
    height: 16px;
  }

  .f-section__link:before {
    content: attr(data-mob-text);
  }

  .f-rating__reviews,
  .f-rating__score {
    color: #000;
  }

  .menu-link {
    border-radius: 38px;
  }

  .f-gallery {
    --wcell: 20px;
  }

  .f-reviews {
    --wcell: 20px;
  }

  .food-col-media {
    margin: 0 -15px;
  }

  .food-image-wrapper {
    border-radius: 0 0 30px 30px;
  }

  .resto-form__header {
    margin-bottom: 20px;
  }

  .resto-form__title {
    font-size: 1.4rem;
  }

  .resto-form__title::before {
    font-size: 1.4rem;
  }

  .field-group {
    gap: 1rem;
  }

  .form-section__caption {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}