@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");
@use "sass:math";
* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

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

html,
body {
  min-width: 320px; }

body {
  color: var(--primary);
  line-height: 1;
  background: var(--white);
  font-family: 'Rubik';
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input,
button,
textarea {
  font-family: 'Rubik';
  font-size: inherit;
  line-height: inherit; }

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent; }

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

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit; }

@media screen and (max-device-width: 768px) {
  body {
    -webkit-text-size-adjust: none; } }

body img {
  max-width: 100%; }

.lock body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none; }

#app {
  min-height: 100%;
  display: flex;
  flex-direction: column; }
  @supports (overflow: clip) {
    #app {
      overflow: clip; } }
  #app > main {
    flex: 1 1 auto; }
  #app > * {
    min-width: 0; }

[class*="__container"] {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px; }

* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

/*--------------------*/
:root {
  --primary: #1D1C1C;
  --grey: #4D4D4D;
  --grey-light: #AAAFB9;
  --orange: #EC4700;
  --white: #fff;
  --bg-footer: #242426;
  --vs-border-width: 0;
  --body-color:#FCFCFC;
  --back-btn-grey: #EDEFF1;
  --text-btn-grey: #757575; }

.modal--visible {
  visibility: visible;
  opacity: 1; }

body {
  height: auto !important;
  background-color: var(--body-color); }
  body.lock {
    touch-action: none;
    -ms-touch-action: none;
    overflow: hidden; }

@media (max-width: 767.98px) {
  @supports (padding-top: env(safe-area-inset-top)) {
    .page.pwa,
    .auth-modal.pwa,
    .header__container.pwa {
      padding-top: env(safe-area-inset-top) !important; }
    .modal-delivery.pwa {
      padding-top: env(safe-area-inset-top) !important;
      height: calc(100% - env(safe-area-inset-top)) !important; }
    .mobile-button.pwa {
      margin-top: env(safe-area-inset-top) !important; }
    .city-list.pwa {
      padding-top: env(safe-area-inset-top) !important; } }
  .modal-delivery.pwa {
    padding-top: env(safe-area-inset-top, 48px) !important;
    height: calc(100% - env(safe-area-inset-top, 48px)) !important;
    overflow-y: hidden !important;
    border-radius: 0 !important; }
  .mobile-button.pwa {
    margin-top: env(safe-area-inset-top, 48px) !important; }
  .modal__overlay.pwa {
    background: white !important; }
  .city-list.pwa {
    padding-top: env(safe-area-inset-top, 48px) !important; }
  .modal-delivery.pwa {
    padding-top: env(safe-area-inset-top, 48px) !important;
    height: calc(100% - env(safe-area-inset-top, 48px)) !important;
    overflow-y: hidden !important;
    border-radius: 0 !important; } }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s ease; }
  @media (max-width: 767.98px) {
    .modal {
      padding: 0; } }
  .modal__container.step1 .modal_review_button_step {
    margin-top: 48px; }
  .modal__container.step2 .modal_review_button_step {
    margin-top: 16px;
    margin-bottom: 16px; }
  .modal__container.step3 .modal_review_button_step {
    margin-top: 40px; }
  @media (max-width: 767.98px) {
    .modal.review .modal-card__button, .modal.table_basket .modal-card__button {
      top: 10px;
      right: 16px; } }
  .modal.review .modal__wrapper, .modal.table_basket .modal__wrapper {
    justify-content: flex-start; }
    @media (max-width: 767.98px) {
      .modal.review .modal__wrapper, .modal.table_basket .modal__wrapper {
        padding: 0; } }
  .modal.review .modal__content_container, .modal.table_basket .modal__content_container {
    margin-top: 0;
    height: 100%; }
  .modal.review .modal__content, .modal.table_basket .modal__content {
    border-radius: 0;
    height: 100%;
    margin: 0; }
    @media (max-width: 767.98px) {
      .modal.review .modal__content, .modal.table_basket .modal__content {
        padding-top: 0;
        padding-bottom: 0;
        max-width: 100%; } }
  .modal.review .header__left, .modal.table_basket .header__left {
    gap: 12px; }
  .modal.review .header__wrapper, .modal.table_basket .header__wrapper {
    width: 100%;
    box-shadow: 0px 6px 20px 0px rgba(160, 147, 143, 0.14);
    background-color: var(--body-color); }
  .modal.review .header__row, .modal.table_basket .header__row {
    padding: 9px 0; }
  .modal.review .banner__slider, .modal.table_basket .banner__slider {
    margin-top: 24px; }
  .modal__rest_info_logo {
    height: 56px;
    width: 56px; }
  .modal__rest_info_address {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; }
  .modal_product .modal__content {
    max-width: 820px;
    width: auto; }
    .modal_product .modal__content.modal-card_small {
      max-width: 448px; }
    @media (max-width: 767.98px) {
      .modal_product .modal__content {
        width: 100%;
        max-width: 500px; } }
  .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 100; }
  .modal__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 101; }
    @media (max-width: 767.98px) {
      .modal__wrapper {
        padding: 20px 0 0;
        justify-content: flex-end; } }
  .modal__content {
    position: relative;
    z-index: 102;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 24px;
    -webkit-transform-style: preserve-3d;
    width: 100%;
    max-height: 100%;
    margin: 30px auto;
    pointer-events: all; }
    @media (max-width: 767.98px) {
      .modal__content {
        border-radius: 24px 24px 0 0;
        max-width: 500px;
        max-height: 100%;
        overflow-y: auto;
        margin-bottom: 0; } }
  .modal .modal_review {
    display: flex;
    margin: 0 auto;
    flex-flow: column nowrap;
    align-items: center;
    width: 500px; }
    @media (max-width: 767.98px) {
      .modal .modal_review {
        width: 100%;
        height: 100%; }
        .modal .modal_review_content.step1 .modal_review_button_step {
          margin-top: 48px; }
        .modal .modal_review_content.step2 .modal_review_button_step {
          margin-top: 16px; }
        .modal .modal_review_content.step2 .modal_review_title {
          display: none; }
        .modal .modal_review_content.step2 .modal_review_label_left {
          margin-top: 24px;
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          line-height: 26px; }
        .modal .modal_review_content.step2 .modal_review_text_area {
          margin-top: 8px; }
        .modal .modal_review_content.step2 .modal_review_button_add_photos {
          margin-top: 32px; }
        .modal .modal_review_content.step2 .file_pond {
          max-height: 27vh; }
        .modal .modal_review_content.step3 .modal_review_button_step {
          margin-top: 40px; }
        .modal .modal_review_content.step3 .modal_review_title {
          display: none; }
        .modal .modal_review_container {
          max-width: 358px;
          margin: auto; }
        .modal .modal_review_header {
          display: flex;
          flex-flow: row nowrap;
          justify-content: flex-start;
          align-items: center;
          padding-top: 16px;
          height: 58px;
          margin: auto;
          width: 100%; }
          .modal .modal_review_header_name_rest {
            margin-left: 12px;
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 32px; }
        .modal .modal_review_address {
          display: flex;
          flex-flow: row nowrap;
          justify-content: flex-start;
          align-items: center;
          margin-top: 12px; }
          .modal .modal_review_address_icon {
            height: 16px;
            width: 16px; }
          .modal .modal_review_address_text {
            margin-left: 8px;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; } }
    .modal .modal_review_img_header {
      display: inline-flex;
      position: relative;
      height: 220px;
      z-index: -1; }
    .modal .modal_review_content {
      border-radius: 20px 20px 0px 0px;
      margin: 0 auto;
      padding: 0 15px;
      background-color: white; }
      @media (max-width: 767.98px) {
        .modal .modal_review_content {
          margin-top: -20px;
          position: relative;
          z-index: 2; } }
    .modal .modal_review_title {
      margin-top: 24px;
      text-align: center;
      font-size: 32px;
      font-style: normal;
      font-weight: 600;
      line-height: 32px; }
      @media (max-width: 767.98px) {
        .modal .modal_review_title {
          margin-top: 52px; } }
    .modal .modal_review_description {
      margin-top: 16px; }
      @media (max-width: 767.98px) {
        .modal .modal_review_description {
          margin-top: 12px; } }
    .modal .modal_review_description, .modal .modal_review_sign_rating, .modal .modal_review_label_left {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
    .modal .modal_review_rating {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      gap: 24px;
      margin-top: 48px; }
      .modal .modal_review_rating_star {
        height: 48px;
        width: 48px; }
    .modal .modal_review_label_left {
      align-self: start;
      margin-top: 16px;
      color: #1D1C1C; }
    .modal .modal_review_sign_rating {
      margin-top: 8px;
      color: #4D4D4D; }
    .modal .modal_review_text_area {
      margin-top: 10px;
      padding: 10px 16px;
      height: 140px;
      width: 100%;
      border-radius: 20px;
      border: 1px solid #DDDFE4;
      resize: none; }
    .modal .modal_review_text_area:focus-visible {
      outline: none; }
    .modal .modal_review_button_step {
      border-radius: 24px;
      width: 100%;
      margin-bottom: 16px;
      background: #EC4700;
      box-shadow: 0px 6px 20px 0px rgba(160, 147, 143, 0.16); }
      .modal .modal_review_button_step.noStar {
        background: #AFAFAF; }
      .modal .modal_review_button_step:active {
        transform: translate(1px, 1px); }
      .modal .modal_review_button_step_label {
        padding: 12px 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; }
    .modal .modal_review_button_add_photos {
      margin-top: 24px;
      border-radius: 24px;
      width: 100%;
      border: 1px solid var(--Color-Primary, #EC4700);
      box-shadow: 0px 6px 20px 0px rgba(160, 147, 143, 0.16); }
      .modal .modal_review_button_add_photos:active {
        transform: translate(1px, 1px); }
      .modal .modal_review_button_add_photos_label {
        padding: 12px 0;
        color: #EC4700;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; }
    .modal .modal_review_panel_photo {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 52px; }
      .modal .modal_review_panel_photo_label {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; }
      .modal .modal_review_panel_photo_button {
        height: 24px;
        width: 24px;
        margin: 14px; }
    .modal .modal_review_input_name, .modal .modal_review_input_phone {
      height: 48px;
      padding: 0 12px;
      border-radius: 20px;
      border: 1px solid #DDDFE4;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      width: 100%; }
      .modal .modal_review_input_name:focus-visible, .modal .modal_review_input_phone:focus-visible {
        outline: none; }
    .modal .modal_review_input_name {
      margin-top: 48px; }
    .modal .modal_review_input_phone {
      margin-top: 16px; }
    .modal .modal_review_checkbox {
      margin-top: 32px;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      cursor: pointer;
      user-select: none; }
      .modal .modal_review_checkbox_wrapper {
        width: 100%; }
      .modal .modal_review_checkbox_input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      .modal .modal_review_checkbox_checkmark {
        height: 24px;
        width: 24px;
        background-color: white;
        border: 1px solid black;
        transition: background-color 0.25s ease;
        border-radius: 7px; }
        .modal .modal_review_checkbox_checkmark:after {
          content: "";
          position: absolute;
          left: 7px;
          top: 2px;
          width: 10px;
          /* ширина - длина левой линии отметки-галочки */
          height: 17px;
          /* высота - длина правой линии отметки-галочки */
          border: solid #333;
          /* рамка(border) сплошной линией цвета #333 */
          border-width: 0 2px 2px 0;
          /* правая и нижняя рамка(border) по 1px  */
          transform: rotate(45deg);
          /* блок наклонен по часовой стрелке на 45 градусов */
          opacity: 0;
          /* изначально скрыта */
          transition: opacity 0.25s ease;
          /* для плавного появления, скрытия, перемещения отметки*/ }
      .modal .modal_review_checkbox_input:checked ~ .modal_review_checkbox_checkmark:after {
        opacity: 1; }
      .modal .modal_review_checkbox_label {
        margin-left: 12px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; }
    .modal .modal_review_text_end {
      margin-top: 24px;
      height: 48px;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
    .modal .modal_review_picture_end {
      margin-top: 24px;
      height: 72px;
      width: 72px; }

picture {
  display: inline-flex;
  align-items: center; }

.modal-enter-active,
.modal-leave-active {
  transition: all 0.3s ease; }
  .modal-enter-active .modal__overlay,
  .modal-leave-active .modal__overlay {
    transition: all 0.2s ease; }
  .modal-enter-active .modal__content, .modal-enter-active .modal__content_container,
  .modal-leave-active .modal__content,
  .modal-leave-active .modal__content_container {
    transition: all 0.3s ease; }

.modal-enter-from .modal__overlay,
.modal-leave-to .modal__overlay {
  opacity: 0; }

.modal-enter-from .modal__content, .modal-enter-from .modal__content_container,
.modal-leave-to .modal__content,
.modal-leave-to .modal__content_container {
  opacity: 0;
  transform: translateY(100%); }

.modal-delivery {
  padding: 12px 16px 18px;
  position: relative; }
  .modal-delivery__head {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    padding: 11px 0;
    justify-content: space-between; }
    @media (max-width: 767.98px) {
      .modal-delivery__head {
        position: sticky;
        top: 0px;
        left: 0; } }
  .modal-delivery__title {
    max-width: 90%;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px; }
  @media (hover: hover) {
    .modal-delivery__close:hover svg {
      fill: var(--orange); } }
  .modal-delivery__close svg {
    fill: var(--primary);
    width: 24px;
    height: 24px;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  .modal-delivery__list_search {
    max-height: 228px;
    display: grid;
    gap: 8px;
    margin-top: 12px;
    overflow-y: auto; }
    .modal-delivery__list_search .modal-delivery__item {
      padding: 6.5px 0; }
      .modal-delivery__list_search .modal-delivery__item:not(:last-child) {
        border: none; }
  .modal-delivery__item {
    padding: 10.5px 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    cursor: pointer; }
    @media (hover: hover) {
      .modal-delivery__item:hover {
        color: var(--orange); } }
    .modal-delivery__item span {
      font-size: 12px;
      line-height: 16px;
      color: #4D4D4D; }
    .modal-delivery__item:not(:last-child) {
      border-bottom: 1px solid #DDDFE4; }
  .modal-delivery__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0; }

.modal-address {
  padding: 32px 16px 24px;
  min-height: 400px;
  position: relative; }
  .modal-address__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center; }
    .modal-address__title:not(:last-child) {
      margin-bottom: 24px; }
  .modal-address__close {
    position: absolute;
    top: 0;
    right: 8px;
    padding: 14px; }
    @media (hover: hover) {
      .modal-address__close:hover svg {
        fill: var(--orange); } }
    .modal-address__close svg {
      fill: var(--primary);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
      -moz-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
      -ms-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
      transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
    @media (min-width: 767.98px) {
      .modal-address__close {
        display: none; } }
@media (max-width: 767.98px) {
  .modal__menu_title {
    position: fixed;
    top: 32px;
    width: 100%;
    margin: 0 -15px;
    text-align: center;
    min-height: 32px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 24px;
    z-index: 4;
    background-color: white; }
  .modal__menu_container {
    padding: 32px 16px;
    height: 85vh; }
  .modal__menu_close {
    position: fixed;
    top: 13px;
    right: 22px;
    height: 24px;
    width: 24px; }
  .modal__menu_strip {
    position: fixed;
    margin-top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 4px;
    background-color: white;
    border-radius: 20px;
    z-index: 101; } }

.modal__content_container {
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  margin-top: -30px;
  margin-bottom: 0;
  z-index: 102; }
  @media (min-width: 991.98px) {
    .modal__content_container .modal-card_small {
      max-width: 500px; } }
.user_auth_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1005;
  background: white;
  top: 42px; }

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background: none; }
  .header__container {
    position: relative; }
  .header__cart-btn.button-app {
    flex-direction: row-reverse;
    gap: 10px;
    padding: 0 24px;
    height: 44px;
    min-width: 324px; }
  @media (max-width: 767.98px) {
    .header_rest {
      background: transparent;
      position: absolute; }
      .header_rest .header__action-item {
        border-radius: 32px;
        background: rgba(255, 255, 255, 0.85); }
      .header_rest .header__menu-icon {
        border-radius: 32px;
        background: rgba(255, 255, 255, 0.85); } }
  .header_small {
    box-shadow: 0px 6px 20px rgba(160, 147, 143, 0.14); }
    .header_small .header__row {
      padding: 9px 0;
      align-items: center; }
      @media (max-width: 767.98px) {
        .header_small .header__row {
          dispay: flex;
          flex-flow: row nowrap;
          justify-content: space-between; } }
    .header_small .header__right {
      justify-content: flex-end;
      width: 0; }
  @media (max-width: 767.98px) {
    .header_policy {
      display: none; } }
  .header__row {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    position: relative; }
    .header__row.menu_mobile {
      position: fixed;
      max-height: 65px;
      padding: 0 12px;
      margin: 0 -15px;
      width: 100%;
      background-color: var(--body-color);
      border-bottom: 1px solid #DDDFE4; }
      .header__row.menu_mobile.no_border_bottom {
        border-bottom: none; }
  .header__left {
    display: flex;
    align-items: center;
    gap: 24px; }
  .header__address {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    line-height: 24px; }
    .header__address img {
      max-width: 56px;
      flex-shrink: 0; }
  .header__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    width: 100%;
    padding: 0 100px; }
  .header__menu-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px; }
  .header__right {
    display: flex;
    align-items: center;
    gap: 10px; }
  .header__action-item {
    position: relative;
    display: flex;
    align-items: center; }
    .header__action-item svg {
      fill: var(--primary);
      transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  .header__lang {
    width: 44px;
    height: 44px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .header__lang {
        font-weight: 600; } }
    @media (hover: hover) {
      .header__lang:hover {
        color: var(--orange); } }
  .header__action-btn {
    width: 44px;
    height: 44px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    @media (hover: hover) {
      .header__action-btn:hover svg {
        fill: var(--orange); } }
.header-lang {
  position: absolute;
  top: 0px;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #DDDFE4;
  border-radius: 8px;
  padding: 8px 16px;
  z-index: 2;
  width: 300px; }
  .header-lang.lang-enter-active, .header-lang.lang-leave-active {
    transition: all 0.3s ease; }
  .header-lang.lang-enter-from, .header-lang.lang-leave-to {
    transform: translateY(20px);
    opacity: 0; }
  .header-lang li:not(:last-child) {
    border-bottom: 1px solid #DDDFE4; }
  .header-lang li:first-child .header-lang__link {
    padding-top: 0; }
  .header-lang li:last-child .header-lang__link {
    padding-bottom: 0; }
  .header-lang__link {
    display: block;
    padding: 10px 0;
    line-height: 24px;
    color: var(--grey);
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
    @media (hover: hover) {
      .header-lang__link:hover {
        color: var(--orange); } }
    .header-lang__link.active {
      font-weight: 600;
      color: var(--primary); }

.animate-btn-enter-active,
.animate-btn-leave-active {
  transition: all 0.2s ease-in-out; }

.animate-btn-leave-from {
  opacity: 0; }

.animate-btn-leave-to {
  transform: translateX(100px); }

.animate-btn-enter-from {
  transform: translateX(-20px); }

.animate-btn-enter-from,
.animate-btn-leave-to {
  position: absolute;
  visibility: hidden; }

.header__menu_container {
  min-height: 49px;
  width: 100%;
  margin-right: 18px; }

.header__menu_button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  min-height: 38px;
  border-radius: 32px;
  align-items: center;
  gap: 10px;
  margin: 8px 0;
  background-color: #F0F0F0; }
  .header__menu_button_text {
    display: inline-flex;
    padding-left: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    text-transform: capitalize; }
  .header__menu_button_arrow {
    display: inline-flex;
    transform: rotate(90deg);
    padding-top: 16px; }

.aside.menu-enter-active,
.aside.menu-leave-active {
  transition: all 0.4s ease; }
  .aside.menu-enter-active .aside__wrap,
  .aside.menu-leave-active .aside__wrap {
    transition: all 0.3s ease; }
  .aside.menu-enter-active .aside__overlay,
  .aside.menu-leave-active .aside__overlay {
    transition: all 0.4s ease; }

.aside.menu-enter-from .aside__wrap,
.aside.menu-leave-to .aside__wrap {
  transform: translateX(-100%); }

.aside.menu-enter-from .aside__overlay,
.aside.menu-leave-to .aside__overlay {
  opacity: 0; }

.aside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 400px;
  height: 100%; }
  @media (max-width: 767.98px) {
    .aside {
      width: 100%; } }
  .aside__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px; }
  .aside__address {
    margin-top: 25px; }
  .aside__wrap {
    padding: 32px 38px 32px 24px;
    position: relative;
    z-index: 2;
    height: 100%;
    overflow-y: auto;
    background: var(--white);
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .aside__close {
    top: 32px;
    right: 28px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    @media (hover: hover) {
      .aside__close:hover svg {
        fill: var(--orange); } }
    .aside__close svg {
      fill: var(--primary);
      transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  .aside__logo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: contain; }
  .aside__company {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    line-height: 24px;
    max-width: calc(100% - 40px); }
    .aside__company:not(:last-child) {
      margin-bottom: 24px; }
  .aside__address {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
    @media (hover: hover) {
      .aside__address:hover {
        color: var(--orange); }
        .aside__address:hover svg {
          stroke: var(--orange); } }
    .aside__address svg {
      width: 24px;
      height: 24px;
      stroke: var(--primary);
      transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  .aside__contacts-list {
    font-size: 14px;
    line-height: 20px; }
    .aside__contacts-list a {
      transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
      @media (hover: hover) {
        .aside__contacts-list a:hover {
          color: var(--orange); } }
    .aside__contacts-list li {
      display: flex;
      align-items: center;
      gap: 8px; }
  .aside__contacts-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center; }
  .aside__socials-title {
    font-size: 14px;
    line-height: 20px; }
    .aside__socials-title:not(:last-child) {
      margin-bottom: 2px; }
  .aside__socials-list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
    @media (hover: hover) {
      .aside__socials-list a:hover {
        color: var(--orange); }
        .aside__socials-list a:hover svg {
          fill: var(--orange); } }
  .aside__socials-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-shrink: 0; }
    .aside__socials-icon svg {
      fill: var(--primary);
      transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  .aside__politik {
    font-size: 14px;
    line-height: calc(20 / 14);
    margin-top: 16px;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    display: inline-block; }
    @media (hover: hover) {
      .aside__politik:hover {
        color: var(--orange); } }
  .aside__overlay {
    position: fixed;
    top: 0px;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%; }
    @media (max-width: 767.98px) {
      .aside__overlay {
        display: none; } }
.header-search {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 10px 10px;
  border: 1px solid #DDDFE4;
  box-shadow: 0px 6px 20px rgba(160, 147, 143, 0.14);
  border-radius: 16px;
  width: 412px; }
  .header-search.open .header-search__head {
    border-bottom: 1px solid #DDDFE4;
    padding-bottom: 8px; }
  .header-search__head {
    display: flex;
    align-items: center;
    gap: 10px; }
  .header-search__icon {
    width: 24px;
    height: 24px; }
  .header-search__input {
    flex: 1 1 auto;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 100%; }
    .header-search__input_field {
      outline: none;
      padding: 0; }
      .header-search__input_field::placeholder {
        color: #4D4D4D; }
    .header-search__input_delete {
      display: none;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      background: url("/images/delete.svg") no-repeat center center;
      opacity: 0.3; }
      .header-search__input_delete.show {
        display: block; }
  .header-search__close {
    width: 24px;
    height: 24px; }
  .header-search__warning {
    display: none;
    margin: 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; }
    .header-search__warning.show {
      display: block; }
  .header-search__list {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-top: 8px;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden; }
    .header-search__list_category {
      display: flex;
      flex-flow: column nowrap;
      align-items: flex-start;
      width: 100%;
      padding: 0 10px; }
      .header-search__list_category_content {
        padding: 14px 0 14px 0;
        cursor: pointer;
        width: 100%; }
        .header-search__list_category_content_title {
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: 20px; }
      .header-search__list_category_product {
        width: 100%;
        height: 48px;
        cursor: pointer;
        margin: 5px 0;
        border-bottom: 1px solid #ccc; }
        .header-search__list_category_product:hover {
          border-bottom-color: #000; }
        .header-search__list_category_product_content {
          display: flex;
          flex-flow: row nowrap;
          align-items: center; }
          .header-search__list_category_product_content_icon {
            position: relative;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            margin-right: 8px;
            height: 40px; }
            .header-search__list_category_product_content_icon picture {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .header-search__list_category_product_content_title {
            padding: 14px 0 14px 0;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; }

.search-enter-active,
.search-leave-active {
  transition: all 0.2s ease; }

.search-leave-to {
  display: none; }

.search-form-enter-active,
.search-form-leave-active {
  transition: all 0.4s ease; }

.search-form-enter-from,
.search-form-leave-to {
  width: 0;
  overflow: hidden;
  opacity: 0;
  height: 44px; }

.header-skeleton {
  width: 100%;
  height: 74px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center; }
  .header-skeleton__container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center; }
  .header-skeleton__left, .header-skeleton__right {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center; }
  .header-skeleton__icon, .header-skeleton__cart {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    border-radius: 10px;
    animation: pulse 1.5s infinite linear;
    background-size: 200% 100%; }
  .header-skeleton__icon {
    width: 40px;
    height: 40px; }
  .header-skeleton__cart {
    border-radius: 50px;
    width: 40px;
    height: 40px; }

@media (max-width: 768px) {
  .header-skeleton {
    background: transparent !important; }
  .header-skeleton__cart_mob_non {
    display: none; } }

@keyframes pulse {
  0% {
    background-position: 100% 50%; }
  50% {
    background-position: 0% 50%; }
  100% {
    background-position: 100% 50%; } }

.reviews-container {
  display: flex;
  padding: 24px; }
  .reviews-container__block-left {
    flex: 0.287; }
    .reviews-container__block-left_button {
      color: #5D5D5D;
      padding: 8px 16px;
      display: flex;
      gap: 8px;
      align-items: center;
      font-size: 14px;
      font-weight: 500; }
  .reviews-container__block-center {
    flex: 0.426;
    position: relative; }
  .reviews-container__block-right {
    flex: 0.287; }

/* Анімації для переходу між кроками */
.slide-fade-enter-active {
  transition: all 0.3s ease-out; }

.slide-fade-leave-active {
  transition: all 0.3s ease-in; }

.slide-fade-enter-from {
  transform: translateX(20px);
  opacity: 0; }

.slide-fade-leave-to {
  transform: translateX(-20px);
  opacity: 0; }

/* Існуючі стилі нижче */
.reviews {
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-content: center;
  align-items: center;
  text-align: center; }
  .reviews-header {
    margin: 0 40px;
    display: flex;
    gap: 32px;
    flex-direction: column; }
    @media (max-width: 768px) {
      .reviews-header {
        margin: 0;
        margin-top: 24px;
        gap: 24px;
        width: 100%; } }
  .reviews-subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #5D5D5D;
    width: 100%;
    text-align: center; }
  @media (max-width: 768px) {
    .reviews {
      font-size: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 12px; } }
  .reviews-title {
    color: #1D1C1C;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px; }
    @media (max-width: 768px) {
      .reviews-title {
        font-size: 24px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px; } }
  .reviews-header-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center; }
  .reviews-stars {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: calc(100% - 80px); }
    @media (max-width: 768px) {
      .reviews-stars {
        width: 100%; } }
    .reviews-stars__top-block {
      display: flex;
      gap: 8px;
      justify-content: center; }
      @media (max-width: 768px) {
        .reviews-stars__top-block {
          margin: 0 12.5px;
          justify-content: space-between; } }
  .reviews-submit {
    width: calc(100% - 80px);
    height: 48px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    gap: 18px;
    font-weight: 500;
    padding: 5px 12px;
    background: #EC47003D;
    border: none;
    color: white; }
    .reviews-submit.active {
      background: #EC4700; }
    @media (max-width: 768px) {
      .reviews-submit {
        width: 100%; } }
  .reviews-text textarea {
    font-family: "Rubik";
    border-radius: 20px;
    width: calc(100% - 80px);
    height: 132px;
    padding: 10px 16px;
    border: 1px solid #DDDFE4;
    color: #1D1C1C;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    @media (max-width: 768px) {
      .reviews-text textarea {
        width: 100%; } }
  .reviews-2step {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center; }
  .reviews-score_points {
    display: flex;
    flex-direction: column;
    background: #F9F9FB;
    border-radius: 20px;
    padding: 16px;
    gap: 16px; }
    .reviews-score_points_container {
      margin: 0 40px; }
    .reviews-score_points_block {
      font-family: "Rubik";
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #1D1C1C; }
  .reviews-contact_fields {
    display: flex;
    margin: 0 40px;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 16px; }
    @media (max-width: 768px) {
      .reviews-contact_fields {
        margin: 0; } }
    .reviews-contact_fields .base__input {
      border-radius: 20px;
      border: 1px solid #DDDFE4;
      padding: 16px 10px;
      align-items: center; }
  .reviews-finish {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 40px;
    align-items: center; }
    @media (max-width: 768px) {
      .reviews-finish {
        margin: 0;
        margin-top: 36px; } }
    .reviews-finish-title {
      font-size: 32px;
      line-height: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 768px) {
        .reviews-finish-title {
          font-size: 24px; } }
.reviews_add_photo {
  color: #EC4700;
  border: 1px solid #EC4700;
  width: calc(100% - 80px);
  height: 48px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 18px;
  font-weight: 500;
  padding: 5px 12px;
  background: transparent; }
  @media (max-width: 768px) {
    .reviews_add_photo {
      width: 100%; } }
.reviews_checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Rubik"; }
  .reviews_checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #DDDFE4;
    border-radius: 4px;
    margin: 0;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease; }
    .reviews_checkbox input[type="checkbox"]:checked {
      background-color: #EC4700;
      border-color: #EC4700; }
      .reviews_checkbox input[type="checkbox"]:checked::after {
        content: '';
        position: absolute;
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }

.reviews_buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center; }

.photo-section {
  display: flex;
  margin: 0 40px;
  gap: 12px;
  flex-direction: column; }
  @media (max-width: 768px) {
    .photo-section {
      margin: 0; } }
  .photo-section-title {
    display: flex;
    justify-content: space-between; }

.photos-grid {
  display: grid;
  grid-template-columns: calc(50% - 8px) calc(50% - 8px);
  gap: 16px; }

.photo-item img {
  border-radius: 20px;
  height: 164px;
  object-fit: cover; }

.text-area {
  resize: none; }

.rewiew-button-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px; }
  @media (max-width: 768px) {
    .rewiew-button-back {
      display: block; } }
@media (max-width: 768px) {
  .rewiew-button__button {
    padding-left: 24px; } }

.reviews-title-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  align-items: center;
  justify-content: center; }

.vue-tel-input:focus-within {
  box-shadow: none !important;
  border-color: none !important; }

.footer {
  background: var(--bg-footer);
  color: var(--white);
  padding: 24px 0 32px; }
  .footer__top {
    display: flex;
    justify-content: space-between;
    gap: 30px; }
    @media (max-width: 767.98px) {
      .footer__top {
        flex-direction: column; } }
  @media (max-width: 767.98px) {
    .footer__column:nth-child(3) {
      display: none; } }
  @media (max-width: 767.98px) {
    .footer__column:nth-child(2) .footer__title {
      display: none; } }
  .footer__title {
    font-weight: 600;
    line-height: 24px; }
    .footer__title:not(:last-child) {
      margin-bottom: 8px; }
      @media (max-width: 767.98px) {
        .footer__title:not(:last-child) {
          margin-bottom: 4px; } }
  .footer__info {
    margin-top: 16px;
    display: grid;
    gap: 6px; }
    .footer__info li {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      line-height: 20px; }
      .footer__info li a {
        transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
        @media (hover: hover) {
          .footer__info li a:hover {
            color: var(--orange); } }
      .footer__info li img {
        width: 16px;
        height: 16px;
        flex-shrink: 0; }
        @media (max-width: 767.98px) {
          .footer__info li img {
            display: none; } }
  .footer__time {
    margin: 24px 0; }
    @media (max-width: 767.98px) {
      .footer__time {
        margin: 11px 0 0; } }
    .footer__time p {
      font-size: 14px;
      line-height: 20px; }
    .footer__time h4 {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px; }
      .footer__time h4:not(:last-child) {
        margin-bottom: 4px; }
  .footer__copy {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    line-height: 16px; }
    @media (max-width: 767.98px) {
      .footer__copy {
        margin-top: 32px; } }
    .footer__copy:not(:last-child) {
      margin-bottom: 20px; }
      @media (max-width: 767.98px) {
        .footer__copy:not(:last-child) {
          margin-bottom: 32px; } }
    .footer__copy img {
      flex-shrink: 0;
      width: 24px; }
  .footer__link {
    display: block; }
    @media (max-width: 767.98px) {
      .footer__link {
        text-align: center; } }
  .footer__socials {
    display: flex;
    justify-content: center;
    gap: 8px; }
    @media (max-width: 767.98px) {
      .footer__socials {
        gap: 28px; } }
    .footer__socials li a {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
      font-size: 14px;
      line-height: 20px; }
      @media (max-width: 767.98px) {
        .footer__socials li a span:nth-child(2) {
          display: none; } }
      @media (hover: hover) {
        .footer__socials li a:hover {
          color: var(--orange); }
          .footer__socials li a:hover .footer__socials-icon svg {
            fill: var(--orange); } }
  .footer__socials-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    /* Білий бордер */
    border-radius: 50%;
    /* Кругла форма */
    overflow: hidden;
    /* Щоб зображення не виходило за межі */
    transition: all 0.3s ease-in-out; }
    @media (max-width: 767.98px) {
      .footer__socials-icon {
        width: 48px;
        height: 48px; } }
    .footer__socials-icon img {
      width: 100%;
      height: 100%;
      object-fit: scale-down;
      /* Щоб не спотворювалося */
      border-radius: 50%;
      /* Щоб зображення теж було круглим */ }
    .footer__socials-icon:hover {
      background-color: rgba(255, 255, 255, 0.2);
      border-color: #f0f0f0; }
  .footer__map {
    border-radius: 16px;
    overflow: hidden; }

.modal--visible {
  visibility: visible;
  opacity: 1; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s ease; }
  @media (max-width: 767.98px) {
    .modal {
      padding: 0; } }
  .modal__container.step1 .modal_review_button_step {
    margin-top: 48px; }
  .modal__container.step2 .modal_review_button_step {
    margin-top: 16px;
    margin-bottom: 16px; }
  .modal__container.step3 .modal_review_button_step {
    margin-top: 40px; }
  @media (max-width: 767.98px) {
    .modal.review .modal-card__button, .modal.table_basket .modal-card__button {
      top: 10px;
      right: 16px; } }
  .modal.review .modal__wrapper, .modal.table_basket .modal__wrapper {
    justify-content: flex-start; }
    @media (max-width: 767.98px) {
      .modal.review .modal__wrapper, .modal.table_basket .modal__wrapper {
        padding: 0; } }
  .modal.review .modal__content_container, .modal.table_basket .modal__content_container {
    margin-top: 0;
    height: 100%; }
  .modal.review .modal__content, .modal.table_basket .modal__content {
    border-radius: 0;
    height: 100%;
    margin: 0; }
    @media (max-width: 767.98px) {
      .modal.review .modal__content, .modal.table_basket .modal__content {
        padding-top: 0;
        padding-bottom: 0;
        max-width: 100%; } }
  .modal.review .header__left, .modal.table_basket .header__left {
    gap: 8px; }
  .modal.review .header__wrapper, .modal.table_basket .header__wrapper {
    width: 100%;
    box-shadow: 0px 6px 20px 0px rgba(160, 147, 143, 0.14);
    background-color: var(--body-color); }
  .modal.review .header__row, .modal.table_basket .header__row {
    padding: 9px 0; }
  .modal.review .banner__slider, .modal.table_basket .banner__slider {
    margin-top: 24px; }
  .modal__rest_info_logo {
    height: 56px;
    width: 56px; }
  .modal__rest_info_address {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; }
  .modal_product .modal__content {
    max-width: 820px;
    width: auto; }
    .modal_product .modal__content.modal-card_small {
      max-width: 448px; }
    @media (max-width: 767.98px) {
      .modal_product .modal__content {
        width: 100%;
        max-width: 500px; } }
  .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 100; }
  .modal__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 101; }
    @media (max-width: 767.98px) {
      .modal__wrapper {
        padding: 20px 0 0;
        justify-content: flex-end; } }
  .modal__content {
    position: relative;
    z-index: 102;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 24px;
    -webkit-transform-style: preserve-3d;
    width: 100%;
    max-height: 100%;
    margin: 30px auto;
    pointer-events: all; }
    @media (max-width: 767.98px) {
      .modal__content {
        border-radius: 24px 24px 0 0;
        max-width: 500px;
        max-height: 100%;
        overflow-y: auto;
        margin-bottom: 0; } }
  .modal .modal_review {
    display: flex;
    margin: 0 auto;
    flex-flow: column nowrap;
    align-items: center;
    width: 500px; }
    @media (max-width: 767.98px) {
      .modal .modal_review {
        width: 100%;
        height: 100%; }
        .modal .modal_review_content.step1 .modal_review_button_step {
          margin-top: 48px; }
        .modal .modal_review_content.step2 .modal_review_button_step {
          margin-top: 16px; }
        .modal .modal_review_content.step2 .modal_review_title {
          display: none; }
        .modal .modal_review_content.step2 .modal_review_label_left {
          margin-top: 24px;
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          line-height: 26px; }
        .modal .modal_review_content.step2 .modal_review_text_area {
          margin-top: 8px; }
        .modal .modal_review_content.step2 .modal_review_button_add_photos {
          margin-top: 32px; }
        .modal .modal_review_content.step2 .file_pond {
          max-height: 27vh; }
        .modal .modal_review_content.step3 .modal_review_button_step {
          margin-top: 40px; }
        .modal .modal_review_content.step3 .modal_review_title {
          display: none; }
        .modal .modal_review_container {
          max-width: 358px;
          margin: auto; }
        .modal .modal_review_header {
          display: flex;
          flex-flow: row nowrap;
          justify-content: flex-start;
          align-items: center;
          padding-top: 16px;
          height: 58px;
          margin: auto;
          width: 100%; }
          .modal .modal_review_header_name_rest {
            margin-left: 12px;
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 32px; }
        .modal .modal_review_address {
          display: flex;
          flex-flow: row nowrap;
          justify-content: flex-start;
          align-items: center;
          margin-top: 12px; }
          .modal .modal_review_address_icon {
            height: 16px;
            width: 16px; }
          .modal .modal_review_address_text {
            margin-left: 8px;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; } }
    .modal .modal_review_img_header {
      display: inline-flex;
      position: relative;
      height: 220px;
      z-index: -1; }
    .modal .modal_review_content {
      border-radius: 20px 20px 0px 0px;
      margin: 0 auto;
      padding: 0 15px;
      background-color: white; }
      @media (max-width: 767.98px) {
        .modal .modal_review_content {
          margin-top: -20px;
          position: relative;
          z-index: 2; } }
    .modal .modal_review_title {
      margin-top: 24px;
      text-align: center;
      font-size: 32px;
      font-style: normal;
      font-weight: 600;
      line-height: 32px; }
      @media (max-width: 767.98px) {
        .modal .modal_review_title {
          margin-top: 52px; } }
    .modal .modal_review_description {
      margin-top: 16px; }
      @media (max-width: 767.98px) {
        .modal .modal_review_description {
          margin-top: 12px; } }
    .modal .modal_review_description, .modal .modal_review_sign_rating, .modal .modal_review_label_left {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
    .modal .modal_review_rating {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      gap: 24px;
      margin-top: 48px; }
      .modal .modal_review_rating_star {
        height: 48px;
        width: 48px; }
    .modal .modal_review_label_left {
      align-self: start;
      margin-top: 16px;
      color: #1D1C1C; }
    .modal .modal_review_sign_rating {
      margin-top: 8px;
      color: #4D4D4D; }
    .modal .modal_review_text_area {
      margin-top: 10px;
      padding: 10px 16px;
      height: 140px;
      width: 100%;
      border-radius: 20px;
      border: 1px solid #DDDFE4;
      resize: none; }
    .modal .modal_review_text_area:focus-visible {
      outline: none; }
    .modal .modal_review_button_step {
      border-radius: 24px;
      width: 100%;
      margin-bottom: 16px;
      background: #EC4700;
      box-shadow: 0px 6px 20px 0px rgba(160, 147, 143, 0.16); }
      .modal .modal_review_button_step.noStar {
        background: #AFAFAF; }
      .modal .modal_review_button_step:active {
        transform: translate(1px, 1px); }
      .modal .modal_review_button_step_label {
        padding: 12px 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; }
    .modal .modal_review_button_add_photos {
      margin-top: 24px;
      border-radius: 24px;
      width: 100%;
      border: 1px solid var(--Color-Primary, #EC4700);
      box-shadow: 0px 6px 20px 0px rgba(160, 147, 143, 0.16); }
      .modal .modal_review_button_add_photos:active {
        transform: translate(1px, 1px); }
      .modal .modal_review_button_add_photos_label {
        padding: 12px 0;
        color: #EC4700;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; }
    .modal .modal_review_panel_photo {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 52px; }
      .modal .modal_review_panel_photo_label {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; }
      .modal .modal_review_panel_photo_button {
        height: 24px;
        width: 24px;
        margin: 14px; }
    .modal .modal_review_input_name, .modal .modal_review_input_phone {
      height: 48px;
      padding: 0 12px;
      border-radius: 20px;
      border: 1px solid #DDDFE4;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      width: 100%; }
      .modal .modal_review_input_name:focus-visible, .modal .modal_review_input_phone:focus-visible {
        outline: none; }
    .modal .modal_review_input_name {
      margin-top: 48px; }
    .modal .modal_review_input_phone {
      margin-top: 16px; }
    .modal .modal_review_checkbox {
      margin-top: 32px;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      cursor: pointer;
      user-select: none; }
      .modal .modal_review_checkbox_wrapper {
        width: 100%; }
      .modal .modal_review_checkbox_input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      .modal .modal_review_checkbox_checkmark {
        height: 24px;
        width: 24px;
        background-color: white;
        border: 1px solid black;
        transition: background-color 0.25s ease;
        border-radius: 7px; }
        .modal .modal_review_checkbox_checkmark:after {
          content: "";
          position: absolute;
          left: 7px;
          top: 2px;
          width: 10px;
          /* ширина - длина левой линии отметки-галочки */
          height: 17px;
          /* высота - длина правой линии отметки-галочки */
          border: solid #333;
          /* рамка(border) сплошной линией цвета #333 */
          border-width: 0 2px 2px 0;
          /* правая и нижняя рамка(border) по 1px  */
          transform: rotate(45deg);
          /* блок наклонен по часовой стрелке на 45 градусов */
          opacity: 0;
          /* изначально скрыта */
          transition: opacity 0.25s ease;
          /* для плавного появления, скрытия, перемещения отметки*/ }
      .modal .modal_review_checkbox_input:checked ~ .modal_review_checkbox_checkmark:after {
        opacity: 1; }
      .modal .modal_review_checkbox_label {
        margin-left: 12px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; }
    .modal .modal_review_text_end {
      margin-top: 24px;
      height: 48px;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
    .modal .modal_review_picture_end {
      margin-top: 24px;
      height: 72px;
      width: 72px; }

.modal-enter-active,
.modal-leave-active {
  transition: all 0.3s ease; }
  .modal-enter-active .modal__overlay,
  .modal-leave-active .modal__overlay {
    transition: all 0.2s ease; }
  .modal-enter-active .modal__content, .modal-enter-active .modal__content_container,
  .modal-leave-active .modal__content,
  .modal-leave-active .modal__content_container {
    transition: all 0.3s ease; }

.modal-enter-from .modal__overlay,
.modal-leave-to .modal__overlay {
  opacity: 0; }

.modal-enter-from .modal__content, .modal-enter-from .modal__content_container,
.modal-leave-to .modal__content,
.modal-leave-to .modal__content_container {
  opacity: 0;
  transform: translateY(100%); }

.modal-delivery {
  padding: 12px 16px 18px;
  position: relative; }
  .modal-delivery__head {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    padding: 11px 0;
    justify-content: space-between; }
    @media (max-width: 767.98px) {
      .modal-delivery__head {
        position: sticky;
        top: 0px;
        left: 0; } }
  .modal-delivery__title {
    max-width: 90%;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px; }
  @media (hover: hover) {
    .modal-delivery__close:hover svg {
      fill: var(--orange); } }
  .modal-delivery__close svg {
    fill: var(--primary);
    width: 24px;
    height: 24px;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  .modal-delivery__list_search {
    max-height: 228px;
    display: grid;
    gap: 8px;
    margin-top: 12px;
    overflow-y: auto; }
    .modal-delivery__list_search .modal-delivery__item {
      padding: 6.5px 0; }
      .modal-delivery__list_search .modal-delivery__item:not(:last-child) {
        border: none; }
  .modal-delivery__item {
    padding: 10.5px 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    cursor: pointer; }
    @media (hover: hover) {
      .modal-delivery__item:hover {
        color: var(--orange); } }
    .modal-delivery__item span {
      font-size: 12px;
      line-height: 16px;
      color: #4D4D4D; }
    .modal-delivery__item:not(:last-child) {
      border-bottom: 1px solid #DDDFE4; }
  .modal-delivery__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0; }

.modal-address {
  padding: 32px 16px 24px;
  min-height: 400px;
  position: relative; }
  .modal-address__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center; }
    .modal-address__title:not(:last-child) {
      margin-bottom: 24px; }
  .modal-address__close {
    position: absolute;
    top: 0;
    right: 8px;
    padding: 14px; }
    @media (hover: hover) {
      .modal-address__close:hover svg {
        fill: var(--orange); } }
    .modal-address__close svg {
      fill: var(--primary);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
      -moz-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
      -ms-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
      transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
    @media (min-width: 767.98px) {
      .modal-address__close {
        display: none; } }
@media (max-width: 767.98px) {
  .modal__menu_title {
    position: fixed;
    border-radius: 16px;
    top: 0;
    width: 100%;
    /* margin: 0; */
    text-align: center;
    min-height: 32px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 0;
    padding-top: 21px;
    background-color: white; }
  .modal__menu_container {
    padding: 32px 16px;
    height: 85vh; }
  .modal__menu_close {
    position: fixed;
    top: 13px;
    right: 22px;
    height: 24px;
    width: 24px; }
  .modal__menu_strip {
    position: fixed;
    margin-top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 4px;
    background-color: white;
    border-radius: 20px;
    z-index: 101; } }

.modal__content_container {
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  margin-bottom: 0;
  z-index: 102; }
  @media (min-width: 991.98px) {
    .modal__content_container .modal-card_small {
      max-width: 500px; } }
.input-search {
  padding: 14px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #DDDFE4;
  border-radius: 20px; }
  .input-search__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0; }
  .input-search__input {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    outline: none;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    color: #1D1C1C; }
    .input-search__input::placeholder {
      color: #4D4D4D; }
    .input-search__input:focus::placeholder {
      opacity: 0; }

.menu {
  padding-top: 27px;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow: visible !important; }
  @media (max-width: 767.98px) {
    .menu {
      padding-top: 0; } }
  .menu__wrap {
    display: flex;
    flex-flow: row nowrap;
    padding: 24px 0;
    z-index: 3; }
    @media (max-width: 767.98px) {
      .menu__wrap {
        margin-top: 16px;
        flex-flow: column nowrap; }
        .menu__wrap.menu_mobile .menu__nav_wrap {
          position: fixed;
          top: 57px;
          min-height: 48px;
          z-index: 3; }
        .menu__wrap.menu_mobile .nav-menu__sections_menu {
          position: fixed;
          flex-flow: row nowrap;
          overflow-x: auto;
          overflow-y: hidden;
          gap: 0;
          height: auto;
          width: 100vw; }
        .menu__wrap.menu_mobile .nav-menu__item {
          min-height: 48px; }
        .menu__wrap.menu_mobile .nav-menu__item_category {
          border-radius: 0;
          justify-content: flex-start;
          height: 100%;
          border: 0;
          box-shadow: none; }
        .menu__wrap.menu_mobile .nav-menu__item_category_img {
          display: flex;
          width: 16px;
          height: 24px;
          margin-left: 12px; }
        .menu__wrap.menu_mobile .nav-menu__item_category_text {
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          padding: 0 12px; }
          .menu__wrap.menu_mobile .nav-menu__item_category_text.active {
            font-weight: 600; } }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    .menu__wrap.menu_mobile .menu__blocks {
      display: none;
      margin-top: 126px; } }
.menu__nav_wrap {
  display: flex;
  position: sticky;
  height: 100%;
  left: 0;
  gap: 24px;
  top: 126px;
  bottom: 40px;
  align-items: center;
  flex-flow: column nowrap;
  min-width: 282px;
  z-index: 2; }
  @media (max-width: 767.98px) {
    .menu__nav_wrap {
      min-width: 0; } }
.menu__bottom {
  position: sticky;
  bottom: 16px;
  left: 0;
  width: 100%;
  margin-top: 32px; }
  @media (min-width: 767.98px) {
    .menu__bottom {
      display: none; } }
.menu__to-order {
  position: fixed;
  bottom: 35px;
  width: calc(100% - 32px);
  left: 16px;
  z-index: 4; }
  @media (min-width: 767.98px) {
    .menu__to-order {
      display: none !important; } }
.menu__bottom .button-app {
  width: 100%;
  bottom: 16px; }

@media (max-width: 767.98px) {
  .menu__container {
    border-radius: 20px 20px 0px 0px;
    margin-top: -16px;
    position: relative;
    z-index: 2;
    background-color: var(--body-color); } }

.menu__main-img {
  display: inline-flex;
  position: relative;
  width: 100%;
  margin-top: 58px; }
  .menu__main-img picture {
    height: 100%;
    width: 100%; }
    .menu__main-img picture img {
      height: 220px;
      width: 100%;
      object-fit: cover;
      border-radius: 0 !important; }
  @media (min-width: 767.98px) {
    .menu__main-img {
      display: none; } }
.menu__blocks {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 76%;
  margin-left: 24px;
  z-index: 2; }
  @media (max-width: 767.98px) {
    .menu__blocks {
      margin-left: 0; } }
.menu__block:not(:last-child) {
  margin-bottom: 44px; }
  @media (max-width: 767.98px) {
    .menu__block:not(:last-child) {
      margin-bottom: 24px; } }
.menu__work-time {
  margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    .menu__work-time {
      margin-top: 25px;
      align-self: center; } }
  .menu__work-time p {
    border-radius: 12px;
    padding: 12px 24px;
    background: var(--color-pink-nude, #FFE0E0);
    display: inline-flex;
    gap: 12px;
    font-weight: 600;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .menu__work-time p {
        padding: 12px;
        font-size: 12px;
        line-height: 18px; } }
    .menu__work-time p img {
      width: 24px;
      height: 24px;
      flex-shrink: 0; }

.menu__title {
  margin-left: 16px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: capitalize; }
  @media (max-width: 767.98px) {
    .menu__title {
      font-size: 20px;
      padding: 11px 0;
      margin-left: 0; } }
  .menu__title img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .menu__title img {
        max-width: 20px;
        height: auto; } }
  .menu__title:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 767.98px) {
      .menu__title:not(:last-child) {
        margin-bottom: 0; } }
.menu__grid-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
  @media (max-width: 767.98px) {
    .menu__grid-layout {
      gap: 16px 8px;
      grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767.98px) {
  .menu__grid-layout_row {
    gap: 0px;
    grid-template-columns: repeat(1, 1fr); } }

.nav-menu {
  display: flex;
  gap: 4px;
  width: 100%;
  height: 100%;
  flex-flow: column nowrap;
  white-space: nowrap;
  flex: 1 1 24%;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    .nav-menu {
      top: 0;
      position: relative; } }
  .nav-menu__sections_menu {
    display: flex;
    flex-flow: column nowrap;
    overflow-y: auto;
    overflow-x: hidden;
    height: 48vh;
    background-color: var(--body-color); }
    .nav-menu__sections_menu::-webkit-scrollbar {
      display: none; }
    @media (max-width: 767.98px) {
      .nav-menu__sections_menu {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        gap: 16px; }
        .nav-menu__sections_menu::-webkit-scrollbar {
          display: none; } }
    .nav-menu__sections_menu_modal {
      display: flex;
      margin: 50px 0;
      flex-flow: column nowrap;
      height: 65vh;
      gap: 16px; }
      .nav-menu__sections_menu_modal::-webkit-scrollbar {
        display: none; }
  .nav-menu__search {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 48px; }
    @media (max-width: 768px) {
      .nav-menu__search {
        display: none; } }
    .nav-menu__search_input {
      padding-left: 54px;
      padding-right: 40px;
      width: 100%;
      height: 100%;
      border: 1px solid #DDDFE4;
      border-radius: 20px; }
    .nav-menu__search_input::placeholder, .nav-menu__search_message {
      font-size: 14px;
      line-height: 20px;
      color: #4D4D4D; }
    .nav-menu__search_message {
      display: none;
      margin-top: 5px; }
      .nav-menu__search_message.show {
        display: block; }
  .nav-menu__search_icon {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("/static/css/img/images/search.svg") no-repeat center center; }
  .nav-menu__delete_icon {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("/static/css/img/images/delete.svg") no-repeat center center;
    opacity: 0.3; }
    .nav-menu__delete_icon.show {
      display: block; }

.nav-menu__item {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  min-height: 48px;
  width: 100%;
  z-index: 3; }
  @media (max-width: 767.98px) {
    .nav-menu__item {
      min-height: 64px; } }
  .nav-menu__item_section {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    flex: 1 1 auto; }
    .nav-menu__item_section_label {
      display: inline-flex; }
      @media (max-width: 767.98px) {
        .nav-menu__item_section_label {
          padding-left: 24px; } }
    .nav-menu__item_section_img {
      display: flex;
      width: 16px;
      height: 24px;
      margin-left: 8px; }
    .nav-menu__item_section_text {
      margin-left: 8px;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 26px; }
      @media (max-width: 767.98px) {
        .nav-menu__item_section_text {
          margin-left: 0; } }
      .nav-menu__item_section_text.active {
        font-weight: 700; }
    @media (max-width: 767.98px) {
      .nav-menu__item_section {
        border-radius: 20px;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        border: 1px solid #E8E8E8;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05); } }
  .nav-menu__item_submenu {
    padding: 0 16px;
    z-index: 3; }
  .nav-menu__item_category {
    width: 100%; }
    .nav-menu__item_category.active {
      border-radius: 20px;
      padding: 1px;
      border: 1px solid #EC4700; }
    .nav-menu__item_category_label {
      display: inline-flex;
      width: 100%;
      flex-flow: row nowrap;
      height: 100%;
      align-items: center; }
    .nav-menu__item_category_text {
      text-align: left;
      padding: 12px 24px;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
  @media (max-width: 767.98px) {
    .nav-menu__item_arrow_right {
      display: inline-flex;
      padding-right: 12px; } }
  .nav-menu__item img {
    max-width: 20px;
    border-radius: 4px;
    overflow: hidden; }
  .nav-menu__item_review {
    width: 100%;
    min-height: 64px;
    border-radius: 20px;
    border: 1px solid var(--stroke-gray, #DDDFE4);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px; }
    .nav-menu__item_review:active {
      transform: translate(1px, 1px); }
    .nav-menu__item_review_wrapper, .nav-menu__item_review_img_text {
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
    .nav-menu__item_review_wrapper {
      min-height: 26px;
      margin: 0 24px 0 22px;
      justify-content: space-between; }
      @media (max-width: 767.98px) {
        .nav-menu__item_review_wrapper {
          margin: 0 12px 0 24px; } }
    .nav-menu__item_review_text {
      margin-left: 8px;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 26px; }
      @media (max-width: 767.98px) {
        .nav-menu__item_review_text {
          margin-left: 0; } }
.menu-info__head {
  display: flex;
  align-items: center;
  gap: 12px; }
  .menu-info__head:not(:last-child) {
    margin-bottom: 12px; }
  .menu-info__head.menu_mobile {
    display: none; }

.menu-info__logo {
  max-width: 56px;
  flex-shrink: 0; }

.menu-info__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px; }

.menu-info__list {
  display: flex;
  color: #5D5D5D;
  gap: 24px; }
  .menu-info__list:not(:last-child) {
    margin-bottom: 14px; }

.menu-info__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px; }

.menu-info__icon {
  display: inline-flex;
  align-items: center;
  width: 20px;
  flex-shrink: 0; }

.menu-info__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px; }
  @media (max-width: 767.98px) {
    .menu-info__row.menu_mobile {
      position: fixed;
      top: 104px;
      min-height: 44px;
      width: 100%;
      background-color: var(--body-color);
      margin: 0 -15px;
      z-index: 3; }
      .menu-info__row.menu_mobile .menu-info__link {
        padding-left: 8px; }
      .menu-info__row.menu_mobile .menu-info__button-view {
        padding-right: 16px; } }
.menu-info__link {
  display: inline-flex;
  gap: 4px;
  line-height: 24px; }

.menu-info__link svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0; }

.menu-info__button-view {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
  @media (max-width: 767.98px) {
    .tags {
      gap: 10px; } }
.tags__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px; }
  @media (max-width: 767.98px) {
    .tags__item {
      font-size: 10px;
      padding: 2px 4px; } }
@use "sass:math";
.menu-card {
  padding: 16px 12px;
  border-radius: 16px;
  cursor: pointer;
  background-color: var(--white);
  transition: transform 0.2s linear; }
  .menu-card:active {
    transform: scale(0.95); }
  @media (max-width: 767.98px) {
    .menu-card {
      padding: 0 20px 2px 16px; } }
  @media (hover: hover) {
    .menu-card:hover {
      box-shadow: 0px 14px 30px 0px rgba(153, 153, 153, 0.2);
      background-color: var(--white); } }
.menu-card_list {
  padding: 16px 14px 16px 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .menu-card_list:last-child::after {
      display: none; } }
  .menu-card_list::after {
    content: '';
    background: #F0F0F0;
    bottom: 0;
    left: -20px;
    width: 100%;
    height: 1px;
    position: absolute; }
  .menu-card_list .menu-card__content {
    width: 100%;
    flex: 1 1 auto; }
  .menu-card_list .menu-card__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px; }

.menu-card_list .menu-card__row-main {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  align-items: flex-start; }
  .menu-card_list .menu-card__row-main:not(:last-child) {
    margin-bottom: 12px; }

.menu-card__description {
  max-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 16px; }

@media (max-width: 767.98px) {
  .menu-card_list .tags {
    max-width: calc(100% - 20px); } }

.menu-card_list .menu-card__top {
  width: calc((120 / 344) * 100%);
  padding-bottom: calc((96 / 344) * 100%);
  flex-shrink: 0; }
  @media (max-width: 767.98px) {
    .menu-card_list .menu-card__top {
      padding-bottom: calc((106 / 344) * 100%);
      width: calc((150 / 344) * 100%); } }
.menu-card__top {
  height: 240px;
  width: 100%;
  border-radius: 32px;
  position: relative; }
  @media (max-width: 767.98px) {
    .menu-card__top {
      height: auto;
      padding-bottom: calc((130 / 139) * 100%); } }
  .menu-card__top .menu-card__basket {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 32px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.55); }
    .menu-card__top .menu-card__basket .menu-card__basket_count {
      text-align: center;
      color: var(--white);
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 32px; }

.menu-card__image-ibg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .menu-card__image-ibg {
      border-radius: 10px; } }
  .menu-card__image-ibg picture {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .menu-card__image-ibg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.menu-card__content {
  padding-top: 8px; }
  @media (max-width: 767.98px) {
    .menu-card__content {
      position: relative; } }
.menu-card__title {
  color: #000;
  word-break: break-word;
  font-weight: 600;
  line-height: 24px; }
  @media (max-width: 767.98px) {
    .menu-card__title {
      font-size: 14px;
      line-height: 20 / 14;
      font-weight: 400; } }
  .menu-card__title:not(:last-child) {
    margin-bottom: 4px; }
    @media (max-width: 767.98px) {
      .menu-card__title:not(:last-child) {
        margin-bottom: 0; } }
.menu-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px; }

.menu-card__prices {
  display: flex;
  align-items: center;
  gap: 8px; }

.menu-card__new-price,
.menu-card__old-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: var(--orange); }
  @media (max-width: 767.98px) {
    .menu-card__new-price,
    .menu-card__old-price {
      font-size: 16px; } }
.menu-card__old-price {
  text-decoration: line-through;
  color: var(--grey-light); }

@media (max-width: 767.98px) {
  .menu-card_list .menu-card__btn {
    z-index: 10;
    top: auto;
    bottom: -18px;
    transform: translateX(0);
    right: -18px; } }

.menu-card__btn {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 36px;
  background: #F0F0F0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  border: 1px solid #F0F0F0; }
  @media (max-width: 767.98px) {
    .menu-card__btn {
      position: absolute;
      top: 0;
      right: -20px;
      box-shadow: 0px 0px 0px 3px #FFF;
      transform: translateY(-25px); } }
  @media (hover: hover) {
    .menu-card__btn:hover {
      background: #fff;
      border-color: var(--orange); } }
.menu-card-mob__item {
  border-left: 4px solid var(--text-primary, #EC4700);
  margin-left: -16px;
  padding: 8px 18px;
  position: relative; }
  .menu-card-mob__item:first-child {
    margin-top: 16px; }
  .menu-card-mob__item:not(:last-child)::before {
    content: '';
    width: calc(100% + 16px);
    bottom: 0;
    left: 0;
    height: 1px;
    background: var(--orange);
    position: absolute;
    z-index: 2; }
  .menu-card-mob__item::after {
    content: '';
    height: 100%;
    background: var(--color-gray-90, #F0F0F0);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 32px); }

.menu-card-mob__row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 50px;
  width: 100%; }

.menu-card-mob__button {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: var(--color-gray-90); }

.menu-card-mob__main {
  flex: 1 1 auto; }

.menu-card-mob__head {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */ }
  .menu-card-mob__head:not(:last-child) {
    margin-bottom: 8px; }

.menu-card-mob__descr {
  font-size: 12px;
  line-height: 16px; }

.button-app {
  border-radius: 24px;
  background: var(--orange);
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 12px;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  gap: 18px; }
  @media (hover: hover) {
    .button-app:hover {
      background: #c93f01; } }
  .button-app:active {
    background: #b43901; }

.button-app_bold {
  font-weight: 700; }

.button-app_border {
  border: 1px solid #FF1313;
  background: #FFE0E0;
  box-shadow: 0px 6px 20px 0px rgba(160, 147, 143, 0.16); }
  @media (hover: hover) {
    .button-app_border:hover {
      background: #ffc9c9; } }
.button-app_border-white {
  border-radius: 24px;
  background: transparent;
  color: var(--orange);
  border: 1px solid #EC4700;
  box-shadow: 0px 6px 20px 0px rgba(160, 147, 143, 0.16); }
  @media (hover: hover) {
    .button-app_border-white:hover {
      background: #ffc9c9; } }
.button-app_not-verify {
  pointer-events: none;
  background: #AFAFAF;
  box-shadow: 0px 6px 20px 0px rgba(160, 147, 143, 0.16); }

.button-app:disabled {
  pointer-events: none;
  opacity: 0.6; }

.modal-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .modal-card {
      height: 75vh; } }
.modal-card__scroll {
  max-height: 100%;
  overflow-y: auto; }
  @media (min-width: 767.98px) {
    .modal_product .modal-card__scroll {
      display: flex; } }
  .modal-card__scroll::-webkit-scrollbar {
    display: none; }

.modal-card__close {
  position: relative !important; }
  .modal-card__close svg {
    width: 24px;
    height: 24px;
    fill: currentColor; }

.modal-card__button {
  position: absolute;
  z-index: 2;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.85);
  width: 44px;
  height: 44px;
  display: inline-flex;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  @media (hover: hover) {
    .modal-card__button:hover {
      box-shadow: 0px 0px 15px var(--orange); } }
.modal-card__top {
  position: relative;
  width: 100%; }

.modal-card__like {
  bottom: 32px;
  right: 16px;
  color: var(--orange); }
  .modal-card__like svg {
    fill: currentColor; }

.modal-card__image-ibg {
  height: 290px;
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0px 0px;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/ }
  .modal-card__image-ibg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.modal-card__content {
  margin-top: -24px;
  position: relative;
  z-index: 2;
  border-radius: 20px 20px 16px 16px;
  background: #FFF;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  min-height: 506px;
  justify-content: space-between; }
  @media (max-width: 767.98px) {
    .modal-card__content {
      min-height: 300px;
      padding: 24px 16px 0px; } }
.modal-card__info {
  flex: 0 1 auto;
  overflow-y: auto;
  margin-top: 12px;
  position: relative; }
  .modal-card__info:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    opacity: 0;
    transition: opacity 0.2s; }
  .modal-card__info:hover::-webkit-scrollbar-thumb {
    visibility: visible; }
  .modal-card__info.has-scroll:after {
    opacity: 1; }

.modal-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 9px; }

.modal-card__prices {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 26px; }
  .modal-card__prices:not(:last-child) {
    margin-bottom: 8px; }

.modal-card__new-price {
  color: var(--orange);
  font-weight: 700; }

.modal-card__old-price {
  font-weight: 500;
  color: var(--grey-light);
  text-decoration: line-through; }

.modal-card__description {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  text-wrap: pretty; }

.modal-card__bottom {
  position: sticky;
  bottom: 0;
  left: 0;
  background: var(--white);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  padding: 16px 0 24px; }

.modal-card__bottom .button-app {
  width: 100%; }

.modal-card__head {
  margin-top: 32px; }

.head-modal:not(:last-child) {
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .head-modal:not(:last-child) {
      margin-bottom: 8px; } }
.head-modal__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 2px; }

.head-modal__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px; }
  .head-modal__row:not(:last-child) {
    margin-bottom: 10px; }

.head-modal__descr {
  font-size: 12px;
  line-height: 16px; }
  .head-modal__descr.red {
    color: red; }

.head-modal__label {
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  padding: 2px 4px;
  display: inline-block;
  border-radius: 4px;
  background: #F0F0F0; }

.card-options {
  margin-right: 10px; }

.card-options__item {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 0; }

.card-options__item.active {
  font-weight: 700; }

.card-options__info {
  line-height: 24px; }
  .card-options__info span {
    margin-left: 5px;
    color: var(--orange); }

.card-options__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 76px;
  flex-shrink: 0; }

.card-options__btn {
  width: 24px;
  height: 24px; }
  .card-options__btn svg {
    width: 100%;
    height: 100%;
    flex-shrink: 0; }

.card-options__counter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: 100%; }

.card-options__count {
  flex: 1 1 auto;
  font-weight: 600;
  line-height: 20px;
  text-align: center; }

.modal-card__head2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 16px 12px;
  width: 100%;
  z-index: 3;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }

.modal-card__head2-overlay {
  position: absolute;
  top: 0;
  background: var(--white);
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.modal-card__head2-img {
  border-radius: 16px;
  width: 56px;
  height: 56px;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  .modal-card__head2-img.scroll {
    opacity: 0;
    transform: translateY(-80px); }
  .modal-card__head2-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.modal-card__head2-title {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  .modal-card__head2-title.scroll {
    opacity: 0;
    transform: translateY(-80px); }

.modal-card__column {
  max-width: 420px;
  min-width: 380px;
  overflow-y: auto;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  justify-content: space-between; }

.modal-card__list {
  max-height: 75vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding-right: -10px; }

.modal-card_small {
  min-width: 448px; }
  @media (max-width: 767.98px) {
    .modal-card_small {
      min-width: auto; } }
  .modal-card_small .modal-card__wrap {
    grid-template-columns: repeat(1, 1fr); }

.modal-card__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 24px; }
  .modal-card__wrap .modal-card__image-ibg {
    border-radius: 16px;
    height: 250px; }
  .modal-card__wrap .modal-card__content {
    min-height: auto;
    margin-top: 0;
    background: transparent;
    flex: 1 1 auto;
    max-height: 40vh; }
  .modal-card__wrap .modal-card__like {
    bottom: 16px; }
  .modal-card__wrap .modal-card__close {
    position: absolute !important;
    top: 16px;
    right: 16px; }
  .modal-card__wrap .modal-card__bottom {
    padding: 16px 0 0px;
    flex-direction: column;
    position: sticky;
    gap: 24px; }

.counter {
  display: flex;
  align-items: center;
  padding: 4px 4px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #AFAFAF;
  width: 120px;
  background: #FFFFFF;
  justify-content: center; }
  .counter_mobile {
    position: absolute;
    background: none;
    transform: translateY(-50%);
    top: 50%;
    pointer-events: none;
    width: 100%;
    border: none;
    left: 0; }
    .counter_mobile .counter__wrap {
      justify-content: space-between; }
    .counter_mobile .counter__button {
      pointer-events: all; }
    .counter_mobile .counter__input {
      display: none; }
  .counter_loading {
    pointer-events: none;
    opacity: 0.6;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
    .counter_loading .counter__button {
      pointer-events: none; }

.counter__center {
  display: flex;
  flex: 1 1 auto;
  justify-content: center; }

.counter__wrap {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  width: 140%; }

.counter__button {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  border-radius: 24px; }
  .counter__button:disabled {
    pointer-events: none;
    color: #EC470052; }
  .counter__button svg {
    stroke: currentColor; }

.counter__input {
  flex: 1 1 auto;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  outline: none;
  width: 48px;
  -moz-appearance: textfield;
  border: 1px solid #AFAFAF;
  border-radius: 12px;
  padding: 9px 0; }
  .counter__input:focus {
    border: 1px solid var(--orange);
    box-shadow: 0 0 0 4px #EC470052; }
  .counter__input::-webkit-outer-spin-button, .counter__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

@media (max-width: 767.98px) {
  .breadcrumbs {
    display: none; } }

.breadcrumbs {
  padding-top: 5px; }

.breadcrumbs__list {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  padding-left: 8px; }
  .breadcrumbs__list::-webkit-scrollbar {
    display: none; }

.breadcrumbs__divider {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .breadcrumbs__divider img {
    max-width: 100%; }

.breadcrumbs__item {
  font-size: 14px;
  line-height: 20px;
  display: inline-flex;
  align-items: center; }
  .breadcrumbs__item a {
    display: inline-block;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
    @media (hover: hover) {
      .breadcrumbs__item a:hover {
        color: var(--orange); } }
.input {
  display: block;
  background-color: var(--body-color); }

.input__error {
  color: red;
  margin-top: 6px;
  font-size: 14px;
  display: inline-block; }

.input__item {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 20px !important;
  outline: none;
  border: 1px solid #DDDFE4;
  padding: 5px 24px;
  color: #1D1C1C;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  @media (max-width: 767.98px) {
    .input__item {
      padding: 5px 16px; } }
  .input__item::placeholder {
    color: #4D4D4D;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }

.textarea {
  border-radius: 20px;
  border: 1px solid var(--stroke-gray, #DDDFE4);
  height: 64px;
  display: block;
  resize: none;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  outline: none;
  padding: 12px; }
  .textarea::placeholder {
    color: #4D4D4D;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  .textarea:focus::placeholder {
    opacity: 0; }
  .textarea:focus {
    box-shadow: 0px 0px 0px 1px #DDDFE4; }

.verify {
  padding: 128px 0; }
  @media (max-width: 767.98px) {
    .verify {
      padding: 40px 0; } }
.verify__send-code {
  margin: 34px 0 22px;
  text-align: center;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  @media (hover: hover) {
    .verify__send-code:hover {
      color: var(--orange); } }
.verify__icon {
  display: flex;
  justify-content: center; }
  .verify__icon:not(:last-child) {
    margin-bottom: 86px; }

.verify__content {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 16px; }
  .verify__content .input:not(:last-child) {
    margin-bottom: 76px; }
    @media (max-width: 767.98px) {
      .verify__content .input:not(:last-child) {
        margin-bottom: 30px; } }
  .verify__content .button-app {
    width: 100%; }

.verify__title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px; }
  @media (max-width: 767.98px) {
    .verify__title {
      display: none; } }
  .verify__title:not(:last-child) {
    margin-bottom: 24px; }

.verify__description {
  line-height: 24px; }
  .verify__description.tac {
    text-align: center; }
    .verify__description.tac:not(:last-child) {
      margin-bottom: 52px; }
      @media (max-width: 767.98px) {
        .verify__description.tac:not(:last-child) {
          margin-bottom: 26px; } }
  .verify__description:not(:last-child) {
    margin-bottom: 60px; }
    @media (max-width: 767.98px) {
      .verify__description:not(:last-child) {
        margin-bottom: 26px; } }
.payment {
  margin-bottom: 24px; }

.choose_gift {
  margin-top: 15px;
  margin-bottom: 16px; }
  .choose_gift .choose_title {
    font-weight: bold;
    margin-top: 30px;
    color: var(--orange);
    font-size: 0.9rem; }
  .choose_gift .date__label {
    padding: 4px 10px 2px 10px; }

.action_info .small_info {
  font-size: 0.9rem;
  margin-top: -18px; }

.payment__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  /* 130% */
  margin-bottom: 16px; }

.payment__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 12px;
  font-size: 14px;
  line-height: 20px;
  margin: 0 -12px;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  @media (hover: hover) {
    .payment__link:hover {
      background: rgba(236, 71, 0, 0.08); } }
.payment__left {
  display: inline-flex;
  align-items: center;
  gap: 8px; }
  .payment__left img {
    width: 24px;
    flex-shrink: 0; }

.payment__arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0; }

.payment__select .vs__clear {
  display: none; }

.payment__select .vs__dropdown-toggle {
  border: none;
  padding: 12px 0; }

.payment__select .vs__selected {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px; }

.payment__select .vs__actions {
  padding: 0; }

.payment__head {
  display: inline-flex;
  align-items: center;
  gap: 10px; }
  .payment__head img {
    width: 24px;
    height: 24px;
    flex-shrink: 0; }

.payment__select .vs__search {
  opacity: 0; }

.payment__select .vs__selected-options {
  padding: 0px; }

.payment__select .vs__selected {
  position: relative !important; }

.vs--single.vs--open .vs__selected, .vs--single.vs--loading .vs__selected {
  opacity: 1 !important; }

.payment__select .vs__dropdown-option--highlight {
  background: transparent;
  color: var(--primary); }

.payment__select .vs__dropdown-option.vs__dropdown-option--selected {
  display: none; }

.payment__select .vs__dropdown-toggle {
  height: 50px;
  cursor: pointer !important; }

.payment__select .vs__dropdown-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  padding: 0; }
  @media (hover: hover) {
    .payment__select .vs__dropdown-option:hover {
      color: var(--orange); } }
  .payment__select .vs__dropdown-option img {
    width: 24px;
    flex-shrink: 0; }
  .payment__select .vs__dropdown-option:not(:last-child) {
    margin-bottom: 16px; }

.payment__select .vs__dropdown-menu {
  padding: 6px 0 10px 0;
  border: none;
  box-shadow: none; }

.modal-order {
  min-height: 331px;
  padding: 0px 24px;
  position: relative; }

.modal-order__close {
  color: #323232;
  position: absolute;
  top: 30px;
  right: 33px;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  @media (hover: hover) {
    .modal-order__close:hover {
      color: var(--orange); } }
  .modal-order__close svg {
    fill: currentColor; }

.modal-order__head {
  margin: 0px -20px 16px;
  padding: 27px 0 10px;
  position: sticky;
  top: 0;
  left: 0;
  background: var(--white); }

.modal-order__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px; }

.modal-order__time-list {
  display: grid;
  gap: 24px;
  text-align: center;
  overflow-y: auto;
  max-height: 400px;
  margin: 15px 0; }
  @media (max-width: 767.98px) {
    .modal-order__time-list {
      max-height: 85%;
      padding-bottom: 24px; } }
.modal-order__time-item {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  /* 130% */
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  cursor: pointer; }
  @media (hover: hover) {
    .modal-order__time-item:hover {
      color: var(--orange); } }
.modal-order__time-item_current {
  color: var(--orange); }

.date {
  margin: 24px 0 33px; }

.date__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px; }

.date__items {
  display: grid;
  gap: 4px; }

.flatpickr-input {
  width: auto;
  max-width: 100px; }

.date__item_disabled {
  color: #AFAFAF;
  pointer-events: none; }

.date__item_disabled .date__time {
  border-color: #DDDFE4; }

.date__label {
  padding: 12px 9px 12px 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer; }

.date__input {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0; }
  .date__input:checked ~ .date__left {
    font-weight: 700; }
  .date__input:checked ~ .date__circle {
    background: var(--orange);
    box-shadow: inset 0px 0px 0px 3px #fff;
    border-color: var(--orange); }

.date__left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 24px; }
  .date__left img {
    width: 24px;
    height: 24px;
    flex-shrink: 0; }
    .date__left img.gift {
      border-radius: 10px;
      width: 50px;
      height: 50px; }

.date__circle {
  width: 20px;
  height: 20px;
  border: 2px solid #49454F;
  border-radius: 50%;
  flex-shrink: 0; }

.date__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px; }

.modal-order__time-item.modal-order__time-item_disabled {
  opacity: 0.3;
  cursor: not-allowed; }

.flatpickr-input {
  color: inherit;
  background: transparent;
  outline: none;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  max-width: 100%; }

.date__time {
  height: 48px;
  border-radius: 20px;
  border: 1px solid #DDDFE4;
  width: 100%;
  text-align: center;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  color: inherit;
  cursor: pointer; }
  .date__time:disabled {
    border-color: #DDDFE4;
    color: #AFAFAF;
    pointer-events: none; }

.date__arrow {
  position: absolute;
  top: 12px;
  right: 12px;
  stroke: currentColor; }

.card-mobile {
  border-left: 4px solid #EC4700;
  background: #F0F0F0;
  position: relative;
  padding: 8px 16px; }
  .card-mobile:not(:last-child) {
    margin-bottom: 16px; }

.card-mobile__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.card-mobile__head {
  display: flex;
  gap: 10px; }
  .card-mobile__head:not(:last-child) {
    margin-bottom: 8px; }

.card-mobile__image-ibg {
  border-radius: 16px;
  overflow: hidden;
  width: 48px;
  flex-shrink: 0;
  height: 48px; }

.card-mobile__head-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.card-mobile__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  gap: 4px;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

.card-mobile__title-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px; }

.card-mobile__title-description {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400; }

.card-mobile__price-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  gap: 8px;
  font-weight: 600; }

.card-mobile__correct {
  width: 24px;
  height: 24px; }
  .card-mobile__correct svg {
    stroke: #323232;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }

.card-mobile__description {
  font-size: 12px;
  line-height: 16px; }

.order-status {
  padding: 120px 0; }
  @media (max-width: 767.98px) {
    .order-status {
      padding: 40px 0; } }
  .order-status .loader {
    min-height: 140px; }

.order-status__container {
  max-width: 400px; }

.order-status__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
  text-align: center;
  margin-bottom: 60px; }

.order-status__description {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  /* 130% */
  margin-bottom: 100px;
  text-align: center; }
  @media (max-width: 767.98px) {
    .order-status__description {
      margin-bottom: 207px; } }
.order-status__line {
  border-radius: 8px;
  background: #DDDFE4;
  position: relative;
  height: 8px;
  max-width: 352px;
  margin: 0 auto;
  overflow: hidden; }
  .order-status__line span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--orange);
    animation: animate-line 2s linear forwards; }

@keyframes animate-line {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.order-success {
  padding: 180px 0; }
  @media (max-width: 767.98px) {
    .order-success {
      padding: 120px 0; } }
.order-success__wrap {
  max-width: 420px;
  margin: 0 auto;
  text-align: center; }

.order-success__icon {
  margin-bottom: 20px; }

.order-success__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
  margin-bottom: 24px; }
  .order-success__title.red {
    color: #FF1313; }

.order-success__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 24px; }

.order-success__text {
  line-height: 24px;
  margin-bottom: 48px; }

.order-success__buttons {
  display: grid;
  gap: 16px; }
  .order-success__buttons .button-app {
    width: 100%; }

.order-rest {
  margin-bottom: 20px; }

.order-rest__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px; }

.order-rest__list {
  display: grid;
  gap: 16px; }

.order-rest__text {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  gap: 10px;
  transition: all 0.05s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  .order-rest__text::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #49454F;
    border-radius: 50%;
    flex-shrink: 0; }

.order-rest__label {
  cursor: pointer; }
  @media (hover: hover) {
    .order-rest__label:hover .order-rest__text {
      color: var(--orange); } }
.order-rest__input {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0; }
  .order-rest__input:checked ~ .order-rest__text {
    font-weight: 700; }
  .order-rest__input:checked ~ .order-rest__text::before {
    background: var(--orange);
    box-shadow: inset 0px 0px 0px 3px #fff;
    border-color: var(--orange); }

.header-basket__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 55; }

.header-basket__content {
  position: absolute;
  top: calc(100% + 10px);
  right: 0px;
  border-radius: 16px;
  background: #FFF;
  width: 400px;
  overflow: hidden;
  z-index: 56; }

.header-basket__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 24px 34px;
  position: sticky;
  top: 0;
  left: 0;
  background: #fff; }

.header-basket__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-align: center; }

@media (hover: hover) {
  .header-basket__close:hover svg {
    fill: var(--orange); } }

.header-basket__close svg {
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }

.header-basket__items {
  padding: 4px 24px;
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (max-width: 767.98px) {
    .header-basket__items {
      max-height: none;
      overflow: visible; } }
.header-basket__bottom {
  position: sticky;
  padding: 32px 24px;
  bottom: 0;
  left: 0;
  background: #fff; }
  .header-basket__bottom .button-app {
    text-wrap: balance;
    width: 100%; }

.basket-item {
  padding-top: 16px; }
  .basket-item .tags {
    margin-bottom: 4px; }
  .basket-item .tags__item {
    font-size: 10px; }
  .basket-item:first-child {
    padding-top: 0; }
  .basket-item:not(:last-child) {
    border-bottom: 1px solid var(--color-gray-90, #F0F0F0);
    padding-bottom: 12px; }

.basket-item__top {
  margin-bottom: 4px;
  display: flex;
  gap: 12px; }

.basket-item__content {
  flex: 1 1 auto; }

.basket-item__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px; }
  .basket-item__title:not(:last-child) {
    margin-bottom: 4px; }

.basket-item__descr {
  font-size: 12px;
  line-height: 16px; }

.basket-item__image-ibg {
  width: calc(80 / 352 * 100%);
  padding-bottom: calc(64 / 352 * 100%);
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative; }
  .basket-item__image-ibg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.mb-4 {
  margin-bottom: 5px; }

.basket-item__correct,
.basket-item__remove {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  margin-bottom: 4px; }
  @media (hover: hover) {
    .basket-item__correct:hover,
    .basket-item__remove:hover {
      color: var(--orange); } }
.basket-item__correct svg {
  stroke: #323232;
  fill: none; }

@media (hover: hover) {
  .basket-item__correct:hover svg {
    stroke: var(--orange); } }

.basket-item__bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between; }

.basket-item__price {
  font-weight: 700;
  line-height: 24px;
  color: var(--orange); }

.basket-enter-active,
.basket-leave-active {
  transition: all 0.2s ease; }
  .basket-enter-active .header-basket__content,
  .basket-leave-active .header-basket__content {
    transition: all 0.2s ease; }
  .basket-enter-active .header-basket__overlay,
  .basket-leave-active .header-basket__overlay {
    transition: all 0.2s ease; }

.basket-enter-from .header-basket__content,
.basket-leave-to .header-basket__content {
  transform: translateY(20%);
  opacity: 0; }

.basket-enter-from .header-basket__overlay,
.basket-leave-to .header-basket__overlay {
  opacity: 0; }

.list-enter-active,
.list-leave-active {
  transition: all 0.5s ease; }

.list-enter-from,
.list-leave-to {
  opacity: 0;
  transform: translateX(30px); }

.order {
  padding: 24px 0 46px; }
  .order .vs__no-options {
    padding-top: 10px;
    padding-bottom: 5px; }
  .order .vs__selected {
    margin: 7px 2px 0; }
  .order #map {
    height: 100%;
    border-radius: 15px; }
  @media (max-width: 767.98px) {
    .order {
      padding: 30px 0 30px; } }
  .order .button-app {
    width: 100%; }

.pac-container {
  border: 0 !important; }

.order__container .shipping_block {
  margin-top: 30px; }

.order__container .payment,
.order__container .customer_block {
  margin-top: 20px; }

.order__container .rst_item .small {
  font-weight: 400;
  font-size: 12px; }

.order__title-block {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  /* 130% */
  margin-bottom: 16px; }

.order__block:not(:last-child) {
  margin-bottom: 16px; }

.order__wrap {
  max-width: 520px;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid #DDDFE4;
  background: #FFF;
  padding: 24px; }
  @media (max-width: 767.98px) {
    .order__wrap {
      border: none;
      max-width: 100%;
      padding: 0; } }
  .order__wrap .header-basket__items {
    max-height: none;
    padding: 0; }

.order__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px; }
  @media (max-width: 767.98px) {
    .order__title {
      margin-bottom: 24px; } }
.order__title_address {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px; }

@media (max-width: 767.98px) {
  .order__title_address {
    margin-bottom: 24px; } }

.order__title2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px; }

.order__comment {
  margin-top: 20px;
  margin-bottom: 20px; }

.order__inputs-customer {
  display: grid;
  gap: 16px; }

.order__inputs-address {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr); }
  .order__inputs-address:not(:last-child) {
    margin-bottom: 16px; }
  .order__inputs-address .input:first-child {
    grid-column: 1/3; }

.order__map {
  border-radius: 16px;
  overflow: hidden;
  height: 260px;
  display: block;
  width: 100%;
  position: relative;
  margin: 16px 0; }
  .order__map iframe, .order__map img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0; }

.order__info-list {
  display: grid;
  gap: 14px;
  margin-bottom: 24px; }

.order__info-item {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px; }
  .order__info-item.big {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; }

.order-cutlery {
  margin: 16px 0 24px; }

.order-cutlery__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px; }

.order-cutlery__row {
  display: flex;
  align-items: center;
  gap: 16px; }

.order-cutlery__text {
  flex: 1 1 auto;
  color: var(--grey);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px; }

.order-cutlery__right {
  width: 140px;
  flex-shrink: 0; }
  .order-cutlery__right .counter {
    width: 100%; }
  .order-cutlery__right .button-app {
    width: 100%; }

.order-detail {
  margin-bottom: 24px; }

.order-detail__list {
  display: grid;
  gap: 8px; }

.order-detail__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 12px;
  font-size: 14px;
  line-height: 20px;
  margin: 0 -12px;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  @media (hover: hover) {
    .order-detail__link:hover {
      background: rgba(236, 71, 0, 0.08); } }
.order-detail__left {
  display: inline-flex;
  align-items: center;
  gap: 8px; }
  .order-detail__left img {
    width: 24px;
    flex-shrink: 0; }

.order-detail__arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0; }

.banner {
  padding-top: 20px; }
  .banner__slider {
    position: relative; }
    .banner__slider .swiper-slide {
      height: auto; }
  .banner__image {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative; }
    .banner__image img {
      border-radius: 32px;
      overflow: hidden; }
  .banner__arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
    padding: 40px; }
  .banner__arrow {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: inline-flex;
    pointer-events: all;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
    .banner__arrow.swiper-button-disabled {
      background: rgba(255, 255, 255, 0.4); }
    @media (hover: hover) {
      .banner__arrow:hover {
        background: rgba(255, 255, 255, 0.8); } }
.restaurants {
  padding-top: 70px;
  padding-bottom: 48px; }
  @media (max-width: 767.98px) {
    .restaurants {
      padding-bottom: 0;
      padding-top: 10px; } }
  .restaurants__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: sticky;
    top: 74px;
    left: 0;
    width: 100%;
    z-index: 2; }
    .restaurants__top::after {
      content: '';
      position: absolute;
      background: var(--white);
      width: 150%;
      top: 0;
      left: -20px;
      height: 100%; }
    .restaurants__top:not(:last-child) {
      margin-bottom: 40px; }
      @media (max-width: 767.98px) {
        .restaurants__top:not(:last-child) {
          margin-bottom: 15px; } }
  .restaurants__filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 16px;
    position: relative;
    z-index: 2; }
    @media (max-width: 767.98px) {
      .restaurants__filter {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 0px;
        margin-right: -16px;
        padding-right: 16px;
        white-space: nowrap;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none; }
        .restaurants__filter::-webkit-scrollbar {
          display: none; } }
  .restaurants__filter-btn {
    padding: 12px 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
    @media (max-width: 767.98px) {
      .restaurants__filter-btn {
        padding: 12px; } }
    @media (hover: hover) {
      .restaurants__filter-btn:hover {
        color: var(--orange); } }
    .restaurants__filter-btn.active {
      font-weight: 700;
      color: var(--primary); }
  .restaurants__sort-btn {
    width: 24px;
    height: 24px; }
    @media (hover: hover) {
      .restaurants__sort-btn:hover svg {
        stroke: var(--orange); } }
    .restaurants__sort-btn svg {
      stroke: var(--primary);
      transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  .restaurants__grid-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 4px; }
    @media (max-width: 991.98px) {
      .restaurants__grid-layout {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .restaurants__grid-layout {
        gap: 16px; } }
    @media (max-width: 650px) {
      .restaurants__grid-layout {
        grid-template-columns: repeat(1, 1fr); } }
.restaurants-card {
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  @media (hover: hover) {
    .restaurants-card:hover .restaurants-card__image-ibg img {
      transform: scale(1.05); }
    .restaurants-card:hover .restaurants-card__image-ibg::after {
      opacity: 1; } }
  @media (max-width: 650px) {
    .restaurants-card {
      padding: 0; } }
  .restaurants-card .distance {
    position: absolute;
    right: 4%;
    top: 80%;
    background: var(--orange);
    /* width: 62px; */
    height: 24px;
    color: var(--white);
    z-index: 1;
    bottom: 0;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px; }
    .restaurants-card .distance .km_distance {
      text-align: center;
      margin-top: 7px;
      font-size: 11px; }
  .restaurants-card__about-ibg {
    position: relative;
    padding-bottom: calc(220 / 378.67 * 100%);
    border-radius: 16px;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .restaurants-card__about-ibg {
        padding-bottom: calc(160 / 358 * 100%); } }
  .restaurants-card__image-ibg {
    position: relative;
    padding-bottom: calc(220 / 378.67 * 100%);
    border-radius: 16px;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .restaurants-card__image-ibg {
        padding-bottom: calc(160 / 358 * 100%); } }
    .restaurants-card__image-ibg::after {
      content: '';
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      border-radius: 16px;
      height: 100%;
      opacity: 0;
      transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
    .restaurants-card__image-ibg img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  .restaurants-card__label {
    position: absolute;
    top: 16px;
    left: -16px;
    background: var(--orange);
    border-radius: 4px;
    padding: 2px 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: var(--white); }
  .restaurants-card__time {
    position: absolute;
    bottom: 20px;
    right: -8.5px;
    background: var(--white);
    border-radius: 32px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 8px; }
  .restaurants-card__content {
    padding: 8px 0;
    gap: 6px;
    display: flex;
    flex-direction: column; }
    .restaurants-card__content h4 {
      font-weight: 600;
      text-wrap: balance;
      text-align: start;
      align-items: center;
      font-size: 24px;
      line-height: calc(32 / 24); }
      @media (max-width: 767.98px) {
        .restaurants-card__content h4 {
          font-size: 16px; } }
    .restaurants-card__content p {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #5D5D5D;
      display: flex;
      align-items: center;
      gap: 8px; }
      .restaurants-card__content p img {
        width: 24px;
        flex-shrink: 0; }

.timer {
  display: flex;
  width: 100%;
  justify-content: flex-end; }
  .timer p {
    padding: 5px 0 0 5px;
    position: relative;
    margin-top: -25px;
    background: var(--body-color);
    border-radius: 16px;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 700;
    left: 10px; }

.restaurants-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: var(--white);
  z-index: 4; }
  .restaurants-filter__head {
    position: sticky;
    top: 0;
    left: 0;
    padding: 9px 0;
    display: flex;
    align-items: center;
    background: var(--white); }
  .restaurants-filter__btn {
    flex-shrink: 0;
    padding: 10px; }
    .restaurants-filter__btn svg {
      fill: currentColor; }
  .restaurants-filter__title {
    flex: 1 1 auto;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px; }
  .restaurants-filter__list {
    padding: 16px;
    display: grid;
    gap: 4px; }
  .restaurants-filter__item {
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 24px; }

.restaurants-mob-head {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.restaurants-mob-head__address {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px 24px;
  border-radius: 12px;
  background: #EC470014; }
  .restaurants-mob-head__address svg {
    width: 24px;
    height: 24px; }

.filter-enter-active,
.filter-leave-active {
  transition: all 0.3s ease; }

.filter-enter-from,
.filter-leave-to {
  transform: translateX(-100%); }

@use "sass:math";
.seo-block {
  padding: 48px 0;
  z-index: 1; }
  @media (max-width: 767.98px) {
    .seo-block {
      padding: 24px 0; } }
  .seo-block h2, .seo-block__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px; }
    @media (max-width: 767.98px) {
      .seo-block h2, .seo-block__title {
        font-size: 16px; } }
    .seo-block h2:not(:last-child), .seo-block__title:not(:last-child) {
      margin-bottom: 4px; }
  .seo-block p, .seo-block__text {
    line-height: calc(24 / 16); }
    @media (max-width: 767.98px) {
      .seo-block p, .seo-block__text {
        font-size: 14px;
        line-height: 20px; } }
