@charset "UTF-8";
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background: none;
  transition: transform 0.2s ease-in-out; }
  .header__container {
    position: relative; }
  .header__cart-btn.button-app {
    flex-direction: row-reverse;
    gap: 10px;
    padding: 0 15px;
    height: 44px;
    min-width: 324px;
    color: var(--secondary-color); }
    .header__cart-btn.button-app svg path {
      stroke: var(--secondary-color); }
  @media (max-width: 767.98px) {
    .header_rest {
      background: transparent;
      position: absolute; }
      .header_rest .header__action-item {
        border-radius: 32px;
        background: var(--body-color); }
      .header_rest .header__menu-icon {
        border-radius: 32px;
        background: var(--body-color); } }
  @media (max-width: 767.98px) and (hover: hover) {
    .header_rest:hover svg {
      fill: var(--orange); } }
  .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 {
          display: 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--hidden {
    transform: translateY(-100%);
    transition: transform 0.2s ease-in-out; }
  .header--fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000; }
  .header__row {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-width: 0; }
    .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__row.no_border_bottom.order_page {
      margin: 0 auto;
      padding: 9px 8px; }
  .header__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0; }
    @media (max-width: 768px) {
      .header__left {
        gap: 4px; } }
  .header__address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    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: var(--primary);
    width: 100%;
    padding: 0 100px;
    margin-left: 40px; }
    @media (max-width: 768px) {
      .header__title {
        margin-left: 0;
        padding: 0;
        font-weight: 500;
        text-align: start;
        font-size: 20px; } }
  .header__menu-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .header__right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    flex: 0 0 auto; }
  .header__action-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header__action-item svg {
      transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  .header__lang {
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
    cursor: pointer;
    font-weight: 500; }
    @media (hover: hover) {
      .header__lang:hover {
        color: var(--orange); } }
    @media (max-width: 767.98px) {
      .header__lang {
        font-weight: 600; } }
  .header__action-btn {
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (hover: hover) {
      .header__action-btn:hover svg {
        stroke: var(--primary); } }
    .header__action-btn svg path {
      stroke: var(--primary); }
  .header__close-btn {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header__close-btn:hover svg path {
      stroke: var(--orange);
      transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
    @media (max-width: 768px) {
      .header__close-btn svg {
        width: 20px;
        height: 20px; } }
  .header__back-btn {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header__back-btn:hover svg path {
      stroke: var(--orange);
      transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
  .header__logo {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    flex-shrink: 0; }
    @media (max-width: 768px) {
      .header__logo {
        width: 36px;
        height: 36px; } }
  .header__logo_block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    flex-shrink: 0; }
    @media (max-width: 768px) {
      .header__logo_block {
        width: 36px;
        height: 36px; } }
  .header__background {
    background-color: var(--body-color);
    box-shadow: 0 12px 20px rgba(160, 147, 143, 0.14);
    border-radius: 0; }
    .header__background_mobile_rest {
      background-color: var(--body-color);
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
      backdrop-filter: blur(20px);
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); }

.header-lang {
  position: absolute;
  top: 45px;
  right: 0;
  background: var(--ancor-back);
  border: 1px solid var(--ancor-back-border);
  border-radius: 8px;
  padding: 8px 16px;
  z-index: 999;
  width: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  line-height: 24px; }
  .header-lang.lang-enter-active, .header-lang.lang-leave-active {
    transition: opacity 0.3s, transform 0.3s; }
  .header-lang.lang-enter-from, .header-lang.lang-leave-to {
    opacity: 0;
    transform: translateY(-10px); }
  .header-lang li:not(:last-child) {
    border-bottom: 1px solid var(--ancor-back-border); }
  .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: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: var(--primary);
    text-decoration: none;
    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(--orange); }
    .header-lang__link .vti__flag {
      width: 20px;
      height: 15px;
      margin-right: 4px; }
    .header-lang__link .vti__flag.gb {
      height: 10px !important; }

.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-slide-enter-active, .header-slide-leave-active {
  transition: transform 0.18s ease, opacity 0.18s ease; }

.header-slide-enter-from, .header-slide-leave-to {
  transform: translateY(-12px);
  opacity: 0; }

.mobile-tabs-fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--body-color);
  border-bottom: 1px solid #DDDFE4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.3s ease-out;
  padding: 0 9px; }
  .mobile-tabs-fixed .mobile-tabs {
    position: static;
    background: var(--body-color);
    border-radius: 0;
    margin: 0; }

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

body {
  padding-top: 0;
  transition: padding-top 0.3s ease; }
  body.has-fixed-tabs {
    padding-top: 60px; }

.header .mobile-tabs {
  background: transparent;
  border-bottom: none;
  margin: 0;
  padding-top: 10px; }

.head__address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }
  @media (max-width: 768px) {
    .head__address {
      margin-left: 0; } }
.header__row.no_border_bottom.order_page {
  margin: 0 auto;
  padding: 16px 8px; }

.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: var(--body-color);
  width: auto;
  min-width: 400px;
  overflow: hidden;
  color: var(--primary);
  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: var(--body-color); }

.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: var(--body-color); }
  .header-basket__bottom .button-app {
    text-wrap: balance;
    color: var(--secondary-color);
    width: 100%; }

.basket-item {
  padding-top: 16px; }
  .basket-item .tags {
    margin-bottom: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .basket-item .tags__item {
    font-size: 10px;
    padding: 2px 4px;
    background: var(--vs-selected-bg);
    border-radius: 4px; }
  .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: 96px;
  height: 64px;
  padding-bottom: calc(64 / 352 * 100%);
  overflow: hidden;
  flex-shrink: 0;
  position: relative; }
  .basket-item__image-ibg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    border-radius: 16px;
    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: var(--primary);
  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); }

.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: 1015;
  width: 400px;
  height: 100%; }
  @media (max-width: 767.98px) {
    .aside {
      width: 100%; } }
  .aside__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px;
    gap: 12px; }
    .aside__header-left {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px; }
  .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: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer; }
    @media (hover: hover) {
      .aside__close:hover svg {
        fill: var(--orange); } }
    .aside__close svg {
      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;
    max-height: 36px;
    max-width: 110px;
    margin-left: 5px; }
  .aside__company {
    display: flex;
    align-items: center;
    justify-content: 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;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
    @media (hover: hover) {
      .aside__address:hover {
        color: var(--orange); } }
    @media (hover: hover) {
      .aside__address:hover svg {
        stroke: var(--orange); } }
    .aside__address svg {
      width: 24px;
      height: 24px;
      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;
      justify-content: center;
      gap: 8px; }
  .aside__contacts-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
  .aside__socials-title {
    font-size: 14px;
    line-height: 20px; }
    .aside__socials-title:not(:last-child) {
      margin-bottom: 2px; }
  .aside__socials-list a {
    display: flex;
    align-items: center;
    justify-content: 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); } }
    @media (hover: hover) {
      .aside__socials-list a:hover svg {
        fill: var(--orange); } }
  .aside__socials-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-shrink: 0; }
    .aside__socials-icon svg {
      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: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    z-index: 1001;
    opacity: 1; }
    @media (max-width: 767.98px) {
      .aside__overlay {
        display: none; } }
.restaurant-open {
  color: var(--modal-card-text-gray); }

.restaurant-closed {
  color: var(--modal-card-text-gray); }

.status-indicator {
  font-size: 0.9em;
  font-weight: normal;
  margin-left: 8px; }

.schedule-info {
  display: flex;
  flex-direction: column;
  gap: 2px; }

.schedule-label {
  font-size: 12px;
  color: var(--modal-card-text-gray);
  font-weight: 500; }

.schedule-time {
  font-size: 14px;
  color: var(--primary);
  font-weight: 600; }
  .schedule-time.closed {
    color: #dc3545; }

.fade-enter-active, .fade-leave-active {
  transition: all 0s; }

.slide-fade-enter-active, .slide-fade-leave-active {
  transition: transform 0.3s linear; }

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

.contact-data {
  border-radius: 8px;
  font-size: 14px; }
  .contact-data h2 {
    margin-bottom: 15px;
    font-size: 20px; }
  .contact-data p {
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 500;
    margin-left: 5px; }
  .contact-data strong {
    font-weight: bold; }

.contact_field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--ancor-back);
  margin-bottom: 2px;
  padding: 5px 0;
  border-radius: 0; }
  .contact_field:last-child {
    margin-bottom: 0; }
  .contact_field a {
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }
    @media (hover: hover) {
      .contact_field a:hover {
        color: var(--orange); } }
.contact_fields-wrapper {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 15px; }

.contact_ico {
  padding: 10px; }

.contact-link {
  color: var(--primary);
  text-decoration: none;
  display: block;
  padding: 5px 0; }
  .info-block .contact-link {
    padding: 12px 16px;
    display: block;
    width: 100%; }

.cart-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center; }

.logo-link {
  display: flex;
  align-items: center;
  justify-content: center; }

.empty-space {
  width: 36px;
  height: 36px; }

.header__aside.aside {
  opacity: 1; }

.contact-data restaurants-block {
  margin-top: 20px;
  border-radius: 8px;
  font-size: 14px; }

.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: var(--primary-background-color); }

.restaurants-mob-head__address svg {
  width: 24px;
  height: 24px; }

@keyframes phone_modal_slide-up {
  from {
    transform: translateY(100%); }
  to {
    transform: translateY(0); } }

@keyframes phone_modal_fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95); }
  to {
    opacity: 1;
    transform: scale(1); } }

.phone_modal__wrapper {
  background: var(--body-color);
  height: auto;
  animation: phone_modal_fadeInScale 0.3s ease forwards; }
  @media (min-width: 769px) {
    .phone_modal__wrapper {
      padding: 24px;
      border-radius: 16px;
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
      background-color: var(--body-color);
      margin: 0 auto; } }
@media (max-width: 768px) {
  .phone_modal__card_wrapper {
    max-height: inherit;
    margin-top: 140px; } }

@media (max-width: 768px) {
  .phone_modal__content_container {
    position: absolute;
    bottom: 0; } }

@media (max-width: 768px) {
  .phone_modal_scroll {
    max-height: 90vh;
    overflow-y: auto; } }

@media (max-width: 768px) {
  .phone_modal_mobile_content {
    padding: 16px;
    border-radius: 16px 16px 0 0;
    background-color: var(--body-color); } }

.phone_modal_title {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  margin: 12px 16px 0 16px; }
  .phone_modal_title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  @media (min-width: 769px) {
    .phone_modal_title {
      font-size: 22px;
      margin: 0 0 20px 0;
      padding-bottom: 16px;
      border-bottom: 1px solid #f0f0f0; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .phone_modal_title {
      font-size: 20px; } }
  @media (max-width: 768px) {
    .phone_modal_title {
      padding-bottom: 16px;
      border-bottom: 1px solid var(--modal-border);
      margin: 0 0 16px 0; } }
.phone_modal_content {
  font-size: 18px;
  margin: 12px 16px 0 16px;
  min-width: 400px; }
  @media (min-width: 769px) {
    .phone_modal_content {
      margin: 0; } }
  @media (max-width: 768px) {
    .phone_modal_content {
      margin: 0; } }
  .phone_modal_content_item {
    margin-top: 12px; }
    @media (min-width: 769px) {
      .phone_modal_content_item {
        background-color: var(--ancor-back);
        padding: 12px 16px;
        border-radius: 8px;
        border-left: 3px solid var(--primary-color);
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.2s ease, box-shadow 0.2s ease;
        margin-top: 8px;
        position: relative; } }
  @media (min-width: 769px) and (hover: hover) {
    .phone_modal_content_item:hover {
      background-color: var(--primary-background-color);
      box-shadow: 0 4px 12px rgba(255, 148, 25, 0.1); } }
    @media (min-width: 769px) {
        .phone_modal_content_item span {
          font-size: 16px;
          color: var(--primary); } }
    @media (max-width: 768px) {
      .phone_modal_content_item {
        background-color: var(--ancor-back);
        padding: 12px;
        border-radius: 8px;
        border-left: 3px solid var(--primary-color);
        margin-top: 8px; } }
  @media (min-width: 769px) {
    .phone_modal_content_block {
      margin-bottom: 24px; } }
  @media (max-width: 768px) {
    .phone_modal_content_block {
      margin-bottom: 20px; } }
  .phone_modal_content_block > span {
    display: block;
    font-size: 16px;
    color: var(--primary);
    margin-bottom: 8px; }
    @media (max-width: 768px) {
      .phone_modal_content_block > span {
        font-size: 15px; } }
.phone_modal_close {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out; }
  @media (hover: hover) {
    .phone_modal_close:hover {
      background-color: rgba(0, 0, 0, 0.05);
      transform: rotate(90deg); } }
  .phone_modal_close svg path {
    transition: stroke 0.2s ease; }
    .phone_modal_close svg path:hover {
      stroke: var(--orange); }

.phone_modal_tel_link {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: inherit; }

.phone_modal_call_icon {
  width: 20px;
  height: 20px;
  opacity: 0.7;
  transition: all 0.2s ease; }
  @media (hover: hover) {
    .phone_modal_call_icon:hover {
      opacity: 1;
      transform: scale(1.1); } }
  @media (max-width: 768px) {
    .phone_modal_call_icon {
      margin-left: 8px; } }
@keyframes spin {
  to {
    transform: rotate(360deg); } }

@keyframes orbit {
  0% {
    transform: scale(1);
    opacity: 0.08; }
  50% {
    transform: scale(1.15);
    opacity: 0.04; }
  100% {
    transform: scale(1);
    opacity: 0.08; } }

.modal-content {
  padding: 0;
  max-width: 100%; }
  @media (max-width: 768px) {
    .modal-content {
      padding: 20px 0 0 0; } }
.delivery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 11px 0; }
  .delivery-header h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    transition: all 0.3s ease; }

.devivery-block {
  display: flex;
  margin-top: 36px;
  gap: 32px;
  height: 460px; }

.input-side {
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.address-block {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.maplibregl-ctrl-attrib a {
  display: none !important; }

.maplibregl-ctrl-attrib-inner {
  display: none !important; }

.maplibregl-ctrl-bottom-left {
  display: none !important; }

.maplibregl-ctrl-bottom-right {
  display: none !important; }

.map-side {
  width: 380px;
  display: flex;
  flex-direction: column;
  gap: 16px; }

.map-component {
  height: 100%;
  border-radius: 5.79px;
  transition: height 0.3s ease, opacity 0.3s ease; }

.map-info {
  text-align: -webkit-left;
  display: flex;
  flex-direction: column;
  gap: 10px; }

.map-desc {
  display: flex; }

.map-wrap {
  position: relative;
  width: 100%;
  height: 100%; }

.mobile-map-block {
  display: none !important;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative; }
  @media (max-width: 768px) {
    .mobile-map-block {
      display: flex !important; } }
.mobile-map {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  min-height: 60vh; }

.map {
  position: relative;
  width: 100%;
  height: 100%; }

.map-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; }

.spinner {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: var(--orange);
  animation: spin 1s ease-in-out infinite;
  margin-bottom: 0; }

.loading-text {
  font-size: 14px;
  color: #333; }

.mobile-info-map {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--ancor-back);
  color: var(--primary);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 16px;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  gap: 8px; }

.mobile-button {
  display: none;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  padding: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease; }
  @media (max-width: 768px) {
    .mobile-button {
      display: block; } }
  .mobile-button svg {
    width: 24px;
    height: 24px;
    fill: black; }

.mapboxgl-popup {
  max-width: 250px;
  font-size: 14px;
  color: #333; }
  .mapboxgl-popup-content {
    text-align: center;
    font-family: Arial, sans-serif; }
  .mapboxgl-popup-tip {
    background-color: #FF5733; }

.custom-location-marker {
  cursor: pointer;
  will-change: transform;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  overflow: hidden; }
  .custom-location-marker svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
    backface-visibility: hidden;
    border-radius: 50%; }

.orbit-circle {
  animation: orbit 2s ease-in-out infinite;
  transform-origin: center;
  border-radius: 50%; }

.webgl-warning-div {
  display: none !important; }

.geo-mobile-flow {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 75vh; }
  .geo-mobile-flow__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px; }
    .geo-mobile-flow__header-center span {
      font-size: 18px;
      font-weight: 600; }
  .geo-mobile-flow__map-btn {
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
    color: var(--primary-color); }
  .geo-mobile-flow__or {
    text-align: center;
    color: var(--modal-card-text-gray);
    font-size: 16px;
    font-weight: 400; }
  .geo-mobile-flow__input-row {
    display: flex;
    gap: 12px;
    align-items: center;
    transition: border-color 0.2s; }
    .geo-mobile-flow__input-row input {
      background: transparent;
      color: var(--primary); }
    .geo-mobile-flow__input-row-right input {
      width: 79px;
      text-align: right; }
    .geo-mobile-flow__input-row-left {
      width: 100%; }
      .geo-mobile-flow__input-row-left input {
        width: 100%; }
    .geo-mobile-flow__input-row-right, .geo-mobile-flow__input-row-left {
      border: 1px solid var(--ancor-back-border);
      border-radius: 16px;
      padding: 14px 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--ancor-back);
      gap: 8px;
      transition: border-color 0.2s; }
      .geo-mobile-flow__input-row-right:focus-within, .geo-mobile-flow__input-row-left:focus-within {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 4px var(--primary-background-color); }
  .geo-mobile-flow__search-btn {
    width: 100%;
    margin-bottom: 8px;
    background: var(--bg-color);
    border: 1px solid var(--ancor-back-border);
    color: var(--primary-color);
    border-radius: 12px;
    padding: 10px;
    font-weight: 500; }
    .geo-mobile-flow__search-btn:disabled {
      opacity: 0.5; }
  .geo-mobile-flow__input-status-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 8px;
    border-radius: 16px;
    background: var(--bg-color); }
    .geo-mobile-flow__input-status-block.input-success {
      background: #A0E1621F; }
    .geo-mobile-flow__input-status-block.input-false {
      background: #5D5D5D14; }
  .geo-mobile-flow__map-link {
    color: var(--primary-color) !important;
    cursor: pointer;
    font-size: 14px;
    margin-left: 8px;
    font-weight: 500 !important; }
  .geo-mobile-flow__success {
    color: #74BF2D;
    margin-bottom: 8px;
    text-align: left; }
  .geo-mobile-flow__error {
    color: var(--primary-color);
    margin-bottom: 8px;
    text-align: left; }
  .geo-mobile-flow__confirm-btn {
    width: 100%;
    background: var(--primary-color);
    color: var(--primary-color);
    border: none;
    border-radius: 30px;
    padding: 20px 12px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px; }
    .geo-mobile-flow__confirm-btn:disabled {
      background: #eee;
      color: #aaa; }

.input-false span,
.input-success span {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary); }

.search-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px; }

.spinner {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  border-top: 3px solid transparent;
  animation: spin 1s linear infinite; }

.close-btn {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer; }

select {
  border: 1px solid var(--primary);
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 16px; }

.mobile-map-block {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  border-radius: 24px;
  position: relative;
  background: var(--bg-color); }

.mobile-map-header {
  padding: 16px; }

.mobile-map {
  flex-grow: 1;
  position: relative;
  min-height: 60vh; }

.map-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; }

.loading-text {
  font-size: 14px;
  color: var(--primary); }

.mobile-button {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  padding: 8px;
  border-radius: 50%;
  background-color: var(--bg-color);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease; }
  .mobile-button svg {
    width: 24px;
    height: 24px;
    fill: var(--primary); }

.confirm-btn {
  width: 100%;
  background: var(--primary-color);
  border: none;
  border-radius: 30px;
  padding: 20px 12px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 8px;
  transition: background 0.2s;
  opacity: 0.95;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px; }
  .confirm-btn:disabled {
    background: #eee;
    color: #aaa;
    opacity: 0.7; }
  .confirm-btn.active {
    background: var(--primary-color);
    color: var(--secondary-color);
    opacity: 1; }

.input-success {
  border-radius: 12px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  color: var(--primary); }

.input-false {
  border-radius: 12px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  color: var(--primary); }

.address-info {
  font-size: 16px;
  color: var(--primary);
  margin-top: 4px;
  margin-bottom: 4px; }
  .address-info-header span {
    font-size: 12px;
    color: var(--modal-card-text-gray); }
  .address-info-header-text {
    font-size: 16px;
    color: var(--primary);
    font-weight: 500;
    line-height: 24px;
    margin-top: 4px; }

.address-placeholder {
  color: var(--modal-card-text-gray);
  font-size: 15px; }

.select-city-root {
  position: relative; }
  .select-city-root.mobile .select-city {
    padding: 16px 12px;
    font-size: 16px; }
  .select-city-root.desktop .select-city {
    padding: 12px 20px;
    font-size: 18px; }

.select-city {
  background: var(--ancor-back);
  border: 1px solid var(--ancor-back-border);
  border-radius: 16px;
  padding: 16px 12px;
  cursor: pointer;
  font-size: 16px;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  .select-city__list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: var(--ancor-back);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    margin-top: 4px;
    padding: 8px;
    z-index: 10;
    position: absolute;
    width: -webkit-fill-available; }
  .select-city__item {
    padding: 8px;
    background: var(--ancor-back);
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .select-city__item.active {
      background: var(--ancor-back); }
    .select-city__item:hover {
      background: var(--ancor-back); }

.select-city-mobile {
  position: relative;
  margin-bottom: 12px; }
  .select-city-mobile__label {
    font-size: 14px;
    color: var(--modal-card-text-gray);
    margin-bottom: 4px; }
  .select-city-mobile__dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color);
    border: 1px solid var(--modal-card-border-gray);
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    font-size: 16px; }
  .select-city-mobile__list {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--ancor-back);
    border: 1px solid var(--modal-card-border-gray);
    border-radius: 8px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }
  .select-city-mobile__item {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bg-color); }
    .select-city-mobile__item.active {
      background: var(--bg-color);
      color: var(--primary-color);
      font-weight: 600; }
    .select-city-mobile__item:hover {
      background: var(--bg-color); }

.top-address-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px; }

.address-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  font-size: 16px;
  color: #1D1C1C; }

.inut-text-block span {
  font-size: 16px;
  line-height: 24px;
  color: var(--modal-card-text-gray);
  font-weight: 400; }

.address-fields {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.input-block {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  border-radius: 16px;
  padding: 13px 14px;
  cursor: pointer;
  background: var(--ancor-back);
  border: 1px ridge var(--ancor-back-border); }
  .input-block input {
    background: transparent;
    color: var(--primary);
    width: 100%; }

.house-input-block {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 16px;
  padding: 12px 20px;
  cursor: pointer;
  color: var(--primary-background-color);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  background: transparent;
  border: 1px solid transparent;
  text-wrap: nowrap; }
  .search-button svg path {
    stroke-opacity: 0.32; }
  .search-button.active {
    color: var(--primary-color);
    cursor: pointer; }
    .search-button.active svg path {
      stroke-opacity: 1; }
  .search-button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.bottom-block {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 22px; }

.bottom-btn-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  padding: 17px 8px;
  cursor: pointer;
  text-align: center;
  transition: opacity 0.3s ease; }
  .bottom-btn-1.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none; }

.bottom-btn-2 {
  background: var(--primary-background-color);
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  width: 100%;
  padding: 17px 8px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease; }
  .bottom-btn-2.active {
    background: var(--primary-color);
    cursor: pointer; }

.input-status-block {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  color: #1D1C1C;
  border-radius: 16px;
  padding: 8px 16px; }
  .input-status-block.accept {
    background: #A0E1621F; }
  .input-status-block.false {
    background: #5D5D5D14; }

.input-success,
.input-false {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; }

.select-city {
  background: var(--ancor-back);
  border: 1px solid var(--ancor-back-border);
  border-radius: 16px;
  padding: 16px 12px;
  cursor: pointer;
  font-size: 16px;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  .select-city.disabled {
    pointer-events: none;
    background: var(--ancor-back);
    color: #1D1C1C;
    opacity: 1; }

.city-dropdown {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: var(--ancor-back);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  margin-top: 4px;
  padding: 8px;
  z-index: 10;
  position: absolute;
  min-width: 380px;
  width: fit-content; }

.city-item {
  padding: 8px;
  background: var(--ancor-back);
  cursor: pointer;
  transition: background 0.2s; }
  .city-item.active {
    background: var(--ancor-back); }
  .city-item.first {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px; }
  .city-item.last {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px; }
  .city-item:hover {
    background: var(--bg-color); }

.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg-color);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 16px; }

.loader-spinner {
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px; }
  .loader-spinner svg {
    animation: spin 1.5s linear infinite; }

.loader-text {
  font-size: 14px;
  color: var(--modal-card-text-gray);
  text-align: center;
  margin: 0; }

.maplibregl-ctrl-geolocate,
.maptiler-ctrl-geolocate {
  display: none !important; }

.modal-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.geo {
  width: 500px;
  height: 344px;
  background: var(--body-color);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .geo {
      width: 100%;
      height: 100%;
      max-height: 90vh;
      padding: 16px 12px;
      margin-bottom: 34px; } }
.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--body-color);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 16px; }

.loader-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px; }
  .loader-spinner svg {
    animation: spin 1.5s linear infinite; }

.loader-text {
  font-size: 14px;
  color: var(--primary);
  text-align: center;
  margin: 0; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.close_btn {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .close_btn.mobile-close {
    display: none; }
  @media (max-width: 768px) {
    .close_btn {
      height: 36px;
      width: 36px; } }
.geo-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px; }

.geo-modal__block-btn,
.geo-modal__block-text {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 400px;
  text-wrap: balance;
  text-align: center; }
  @media (max-width: 768px) {
    .geo-modal__block-btn,
    .geo-modal__block-text {
      width: 100%; } }
.geo-modal__block-text {
  gap: 24px; }

.title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  @media (max-width: 768px) {
    .title-container {
      justify-content: space-between; } }
  .title-container .mobile-close {
    display: none; }
  @media (max-width: 768px) {
    .title-container .mobile-close {
      display: flex; } }
.title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--primary) !important;
  line-height: 32px !important; }

.descriptions {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--modal-card-text-gray); }
  @media (max-width: 768px) {
    .descriptions {
      width: 100%;
      text-align: start;
      font-size: 14px; } }
.geo-modal__block-btn {
  gap: 16px; }

.btn,
.btn2 {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 48px;
  cursor: pointer;
  transition: background-color 0.2s; }

.btn {
  color: var(--primary-color);
  border: 1px solid var(--primary-color); }
  .btn--loading {
    opacity: 0.7;
    pointer-events: none; }
    .btn--loading svg {
      animation: pulse 1.5s ease-in-out infinite; }
  .btn:hover {
    background-color: var(--primary-background-color); }

.btn2 {
  background: var(--primary-color);
  color: var(--secondary-color); }
  .btn2:hover {
    background-color: var(--primary-hover-color); }

@keyframes pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.5; } }

.geo-modal span {
  font-size: 16px;
  font-weight: 400;
  color: var(--modal-card-text-gray);
  line-height: 24px; }

.counter {
  display: flex;
  align-items: center;
  padding: 4px 4px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid var(--ancor-back-border);
  width: 120px;
  background: var(--ancor-back);
  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: var(--primary-color); }
  .counter__button svg {
    stroke: currentColor; }
  .counter__button svg path {
    fill: var(--body-color);
    stroke: var(--primary-color); }

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

@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;
        line-height: 1.5; } }
    .seo-block h2:not(:last-child), .seo-block__title:not(:last-child) {
      margin-bottom: 4px; }
  .seo-block p, .seo-block__text {
    line-height: 1.5; }
    @media (max-width: 767.98px) {
      .seo-block p, .seo-block__text {
        font-size: 14px;
        line-height: 20px; } }
  .seo-block__container {
    overflow: hidden; }

.seo-block__container a {
  color: var(--primary-color); }

.seo-collapse-enter-active,
.seo-collapse-leave-active {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1); }

.seo-collapse-enter-from,
.seo-collapse-leave-to {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  max-height: 0; }

.seo-collapse-enter-to,
.seo-collapse-leave-from {
  opacity: 1;
  transform: translateY(0) scale(1);
  max-height: 800px; }

.description {
  display: block; }

/* unused generic modal buttons removed */
.choice-restaurant-modal .restaurant_list {
  padding: 16px 0; }

.choice-restaurant-modal .restaurant_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background-color 0.2s ease; }

.choice-restaurant-modal .restaurant_item:hover {
  background-color: #f9f9f9; }

.choice-restaurant-modal .restaurant_info {
  flex: 1; }

.choice-restaurant-modal .restaurant_name {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: var(--primary); }

.choice-restaurant-modal .restaurant_address {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px; }

.choice-restaurant-modal .location-icon {
  opacity: 0.7; }

.choice-restaurant-modal .schedule-status {
  padding: 4px 8px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500; }

.choice-restaurant-modal .schedule-status.open {
  background-color: var(--delivery_type_back);
  color: var(--delivery_type_span_color); }

.choice-restaurant-modal .schedule-status.closed {
  background-color: var(--delivery_type_pickup_back);
  color: var(--delivery_type_pickup_span_color); }

@media (max-width: 768px) {
  .choice-restaurant-modal .restaurant_item {
    padding: 12px 16px; }
  .choice-restaurant-modal .restaurant_name {
    font-size: 15px; }
  .choice-restaurant-modal .restaurant_address {
    font-size: 13px; } }

.choice-restaurant-modal .delivery_options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0; }

.choice-restaurant-modal .option_item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background-color: var(--check_dev_btn_back);
  cursor: pointer;
  transition: all 0.2s ease; }

.choice-restaurant-modal .option_item:hover {
  background-color: var(--primary-background-color);
  transform: translateY(-2px); }

.choice-restaurant-modal .option_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--body-color);
  color: var(--primary-color); }

.choice-restaurant-modal .option_text {
  flex: 1; }

.choice-restaurant-modal .option_text h3 {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary); }

.choice-restaurant-modal .option_text p {
  margin: 0;
  font-size: 14px;
  color: var(--primary); }

.choice-restaurant-modal .back_button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  color: var(--primary);
  cursor: pointer;
  transition: color 0.2s ease; }

.choice-restaurant-modal .back_button:hover {
  color: var(--primary-color); }

.choice-restaurant-modal .back_button svg {
  transition: transform 0.2s ease; }

.choice-restaurant-modal .back_button:hover svg {
  transform: translateX(-4px); }

@media (max-width: 768px) {
  .choice-restaurant-modal .option_item {
    padding: 12px; }
  .choice-restaurant-modal .option_icon {
    width: 40px;
    height: 40px; }
  .choice-restaurant-modal .option_text h3 {
    font-size: 15px; }
  .choice-restaurant-modal .option_text p {
    font-size: 13px; } }

.choice-restaurant-modal .restaurant_list_accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  background-color: var(--body-color);
  border-radius: 0 0 12px 12px;
  margin-top: -10px;
  margin-bottom: 16px; }

.choice-restaurant-modal .restaurant_list_expanded {
  max-height: 500px; }

.choice-restaurant-modal .option_arrow {
  margin-left: 10px;
  transition: transform 0.3s ease; }

.choice-restaurant-modal .option_arrow_expanded {
  transform: rotate(180deg); }

.choice-restaurant-modal .option_item.delivery {
  border-radius: 12px 12px 12px 12px;
  transition: border-radius 0.3s ease;
  z-index: 1;
  position: relative; }

.choice-restaurant-modal .option_item.delivery:has(+ .restaurant_list_expanded) {
  border-radius: 12px 12px 0 0; }

.phone_modal_title {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.phone_modal_title span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.phone_modal_content, .phone_modal_title {
  font-size: 18px;
  margin: 12px 16px 0; }

.phone_modal_content_item {
  margin-top: 12px; }

.phone_modal_close {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all .2s ease-in-out; }

.phone_modal_close:hover {
  background-color: #0000000d;
  transform: rotate(90deg); }

.phone_modal_close svg path {
  transition: stroke .2s ease; }

.phone_modal_close:hover svg path {
  stroke: var(--orange); }

.phone_modal_tel_link {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: inherit; }

.phone_modal_call_icon {
  width: 20px;
  height: 20px;
  opacity: .7;
  transition: all .2s ease; }

.phone_modal_tel_link:hover .phone_modal_call_icon {
  opacity: 1;
  transform: scale(1.1); }

@media (min-width: 769px) {
  .phone_modal__wrapper {
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 12px 32px #0000001a;
    background-color: var(--body-color);
    margin: 0 auto; }
  .phone_modal_title {
    font-size: 22px;
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0; }
  .phone_modal_content {
    margin: 0; }
  .phone_modal_content_block {
    margin-bottom: 24px; }
  .phone_modal_content_block > span {
    display: block;
    font-size: 16px;
    color: var(--primary);
    margin-bottom: 8px; }
  .phone_modal_content_item {
    background-color: var(--check_dev_btn_back);
    padding: 12px 16px;
    border-radius: 8px;
    border-left: 3px solid var(--primary-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color .2s ease,box-shadow .2s ease;
    margin-top: 8px;
    position: relative; }
  .phone_modal_content_item:hover {
    background-color: var(--primary-background-color);
    box-shadow: 0 4px 12px #ff94191a; }
  .phone_modal_content_item span {
    font-size: 16px;
    color: var(--primary); } }

@media (min-width: 769px) and (max-width: 1024px) {
  .phone_modal__wrapper {
    max-width: 100%; }
  .phone_modal_title {
    font-size: 20px; } }

@media (max-width: 768px) {
  .phone_modal_mobile_content {
    padding: 16px;
    border-radius: 16px 16px 0 0;
    background-color: var(--body-color); }
  .phone_modal_title {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--modal-border);
    margin: 0 0 16px; }
  .phone_modal_content {
    margin: 0; }
  .phone_modal_content_block {
    margin-bottom: 20px; }
  .phone_modal_content_block > span {
    display: block;
    font-size: 15px;
    color: var(--primary);
    margin-bottom: 8px; }
  .phone_modal_content_item {
    background-color: var(--check_dev_btn_back);
    padding: 12px;
    border-radius: 8px;
    border-left: 3px solid var(--primary-color);
    margin-top: 8px; }
  .phone_modal_call_icon {
    margin-left: 8px; } }

@keyframes phone_modal_fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.95); }
  to {
    opacity: 1;
    transform: scale(1); } }

.warning_message {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background-color: var(--check_dev_btn_back);
  border-radius: 8px;
  margin-bottom: 16px; }

.warning_message svg {
  color: #f57c00;
  flex-shrink: 0; }

.warning_message p {
  margin: 0;
  font-size: 14px;
  color: var(--primary);
  line-height: 1.5; }

@media (max-width: 768px) {
  .warning_message {
    padding: 12px; }
  .warning_message p {
    font-size: 13px; } }

.footer {
  background: var(--bg-footer);
  color: white;
  padding: 24px 0 32px;
  width: 100%;
  display: flex; }
  @media screen and (max-width: 768px) {
    .footer {
      gap: 20px;
      flex-direction: column-reverse;
      width: 100%;
      bottom: 0; } }
  .footer__container {
    display: flex;
    gap: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .footer__container :hover {
      color: var(--orange); }
  .footer__top {
    display: flex;
    align-items: center;
    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: 4px; }
      @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;
      justify-content: 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;
    justify-content: 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: 8px; }
      @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;
    text-decoration: none;
    color: var(--black); }
    @media (max-width: 767.98px) {
      .footer__link {
        text-align: center; } }
  .footer__socials {
    display: flex;
    align-items: center;
    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 (hover: hover) {
        .footer__socials li a:hover {
          color: var(--orange); } }
      @media (hover: hover) {
        .footer__socials li a:hover {
          color: var(--orange); }
          .footer__socials li a:hover .footer__socials-icon svg {
            fill: var(--orange); } }
      @media (max-width: 767.98px) {
        .footer__socials li a span:nth-child(2) {
          display: none; } }
  .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 (hover: hover) {
      .footer__socials-icon:hover {
        background-color: rgba(255, 255, 255, 0.2);
        border-color: #f0f0f0; } }
    @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__map {
    border-radius: 16px;
    overflow: hidden; }

.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;
      min-height: 600px; } }
  .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__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: 74px;
  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;
      gap: 12px; } }
.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;
  color: var(--secondary-color); }

@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;
  width: 100%; }
  @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;
    color: var(--vs-colors--dark); }
    @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: 12px;
    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: 100%;
    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_svg path {
      stroke: var(--primary); }
    .nav-menu__search_input {
      padding-left: 54px;
      padding-right: 40px;
      width: 100%;
      color: var(--primary);
      height: 100%;
      background: var(--ancor-back);
      border: 1px solid var(--ancor-back-border);
      border-radius: 20px; }
    .nav-menu__search_input::placeholder, .nav-menu__search_message {
      font-size: 14px;
      line-height: 20px;
      color: var(--primary); }
    .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 var(--ancor-back-border);
        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 var(--primary-color); }
    .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; }
  @media (max-width: 767.98px) {
    .menu-info__title {
      font-size: 20px;
      line-height: 26px;
      font-weight: 500; } }
.menu-info__list {
  display: flex;
  color: var(--modal-card-text-gray);
  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__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;
  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 .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__description {
      max-width: 46vw; } }
@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: 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: var(--primary);
  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(--modal-card-text-gray); }

@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: var(--cart-option-back);
  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 transparent; }
  @media (max-width: 767.98px) {
    .menu-card__btn {
      position: absolute;
      top: 0;
      right: -20px;
      box-shadow: 0px 0px 0px 3px var(--body-color);
      transform: translateY(-25px); } }
  @media (hover: hover) {
    .menu-card__btn:hover {
      border-color: var(--primary-color); } }
.menu-card-mob__item {
  border-left: 4px solid var(--text-primary, var(--primary-color));
  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; }

.menu-card__discount-label {
  position: absolute;
  top: 16px;
  border-radius: 4px;
  padding: 0 8px;
  background: var(--primary-color);
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 767.98px) {
  .menu-card__discount-label {
    font-size: 12px;
    line-height: 16px;
    padding: 2px 8px; } }

.__left {
  left: -11px; }

.__right {
  right: -11px; }

.main_title {
  text-align: start;
  font-size: 14px;
  font-weight: 500; }

.menu-info {
  display: flex;
  gap: 16px;
  padding: 24px !important;
  flex-direction: column; }

@media (max-width: 768px) {
  .menu-info {
    gap: 8px !important;
    padding: 16px 0 !important;
    margin-bottom: 0 !important; }
  .search-block {
    display: none; } }

@media (max-width: 768px) {
  .nav-menu__item_section_text {
    font-size: 16px;
    line-height: 22px; } }

.nav-menu__item_section_text {
  margin-left: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  font-family: Rubik, Arial, sans-serif; }

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

.menu-info__list {
  display: flex;
  color: var(--modal-card-text-gray);
  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__icon b {
  color: var(--primary); }

.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__button-view {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.menu-info__list:not(:last-child) {
  margin-bottom: 14px; }

@media (max-width: 768px) {
  .menu-info__list {
    flex-direction: column;
    gap: 12px; } }

.menu-info__head:not(:last-child) {
  margin-bottom: 12px; }

@media (max-width: 768px) {
  .menu__wrap {
    padding: 0 !important;
    margin-top: 0 !important; } }

@media (max-width: 768px) {
  .nav-menu__item_section_text {
    font-size: 16px;
    line-height: 22px; } }

@media (max-width: 768px) {
  .nav-menu__sections_menu {
    max-height: 100%; } }

.nav-menu__sections_menu {
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow-y: auto;
  scroll-behavior: smooth;
  position: relative;
  padding: 10px 0; }

@media (max-width: 767.98px) {
  .nav-menu__sections_menu {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    gap: 16px; } }

.nav-menu__sections_menu {
  display: flex;
  flex-flow: column nowrap;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  background-color: var(--body-color); }

.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; } }

.rewiew-button__button_text {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-left: 4px; }

.georgian-text {
  font-family: Segoe UI, Noto Sans Georgian, Sylfaen, Arial, sans-serif !important;
  font-weight: 600; }

.menu__title {
  scroll-margin-top: 100px; }

.mobile_menu_header {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  min-height: 48px;
  padding: 0 12px;
  text-transform: capitalize;
  border-top: 1px solid #e0e0e0; }

.mobile_menu_header_actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  width: 100%; }

.mobile_menu_header_actions .menu-info__link {
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--delivery_type_color); }

.mobile_menu_header_actions .menu-info__button-view {
  padding-right: 16px; }

.animated-icon {
  transition: transform .3s ease-in-out,opacity .3s ease-in-out; }

.animated-icon-enter {
  transform: rotate(90deg);
  opacity: 0; }

.grid-btns {
  display: flex;
  align-items: center;
  gap: 6px; }

.grid-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 12px;
  padding: 6px;
  transition: background-color .25s ease,box-shadow .25s ease,transform .12s ease; }

.mmh-slide-enter-active, .mmh-slide-leave-active {
  transition: all .2s ease; }

.mmh-slide-enter-from, .mmh-slide-leave-to {
  opacity: 0;
  transform: translateY(-8px); }

.grid-btn svg path {
  transition: stroke .25s ease,fill .25s ease; }

.grid-btn:active {
  transform: scale(0.96); }

.header-merge {
  margin-top: 60px;
  transition: margin-top .3s ease; }

@media (max-width: 768px) {
  .nav-menu__item_category_text {
    padding: 24px 0;
    display: flex;
    font-weight: 500;
    align-items: center; }
  .nav-menu__sections_menu {
    gap: 0;
    overflow-x: hidden;
    overflow-y: hidden; }
  .nav-menu__item {
    min-height: 0; }
  .mobile_menu {
    border-top: 1px solid #DDDFE4;
    margin-top: 0; }
  .menu__nav_wrap {
    top: 0 !important;
    position: relative !important; }
  .menu-info__mobile {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .menu__blocks {
    display: block;
    margin-top: 0; }
  .menu__nav_wrap {
    padding-top: 0; } }

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

@media (max-width: 768px) {
  .menu-card_list:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -15px;
    right: 0;
    width: 100vw;
    height: 1px;
    background-color: var(--ancor-back-border); }
  .menu-card_list:last-child:after {
    display: none; } }

.menu__to-order {
  position: fixed;
  bottom: 20px;
  left: 16px;
  right: 16px;
  z-index: 1000;
  max-width: 100%; }

.menu-info {
  display: flex;
  gap: 16px;
  padding: 24px;
  flex-direction: column;
  margin-bottom: 16px; }

.menu-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--primary); }

.menu-info__list {
  color: var(--modal-card-text-gray); }

.menu-info__list li svg path {
  stroke: var(--modal-card-text-gray); }

.menu-info__list-b {
  color: var(--primary);
  font-weight: 500; }

.phone-link {
  color: var(--primary);
  text-decoration: none;
  cursor: pointer;
  transition: color .3s ease;
  font-weight: 500; }

.phone-link:hover {
  color: var(--primary-color); }

.scroll_top_wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999; }

.scroll_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 64px;
  background: var(--ancor-back);
  border: 1px solid var(--ancor-back-border);
  border-radius: 50px;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 2px 8px #0000001a; }

.scroll_top:hover {
  background: var(--ancor-back); }

.scroll_top .icon {
  width: 18px;
  height: 18px;
  transform: rotate(-90deg); }

.scroll_top span {
  font-size: 14px;
  color: var(--primary); }

@media (max-width: 768px) {
  .scroll_top {
    padding: 8px 12px; }
  .scroll_top .icon {
    width: 20px;
    height: 20px; }
  .scroll_top span {
    font-size: 12px; } }

@media (max-width: 767.98px) {
  .menu__grid-layout_row {
    gap: 12px;
    grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 767.98px) {
  .nav-menu__item {
    min-height: 64px; } }

@media (max-width: 767.98px) {
  .nav-menu__sections_menu {
    max-height: 100%;
    gap: 16px; } }

.header__menu_button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-align: left; }

.header__menu_button_text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.header__menu_button_arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center; }

.header__menu_button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 141px;
  min-height: 38px;
  border-radius: 32px;
  align-items: center;
  gap: 10px;
  margin: 8px 0;
  color: var(--primary);
  background-color: var(--ancor-back);
  border: 1px solid var(--ancor-back-border); }

.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; }

@media (max-width: 768px) {
  .modal-card__scroll {
    max-height: 80vh !important;
    height: auto;
    border-radius: 16px;
    background: var(--ancor-back);
    overflow-y: overlay !important; } }

@media (max-width: 767.98px) {
  .menu-info__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500; } }

.menu-info {
  display: flex;
  gap: 16px;
  padding: 24px !important;
  flex-direction: column;
  margin-bottom: 16px; }

.menu-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px; }

.search-block {
  align-items: flex-start;
  gap: 16px; }

.section-active {
  border-radius: 20px;
  padding: 1px;
  border: 1px solid var(--primary-color); }

.rewiew-button {
  border-radius: 20px;
  border: 1px solid var(--ancor-back-border);
  background-color: var(--ancor-back);
  padding: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px; }

.rewiew-button__button_text {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-left: 4px; }

.rewiew-button__button_text svg path {
  stroke: var(--primary); }

.restaurants-card__content {
  padding: 8px 0;
  gap: 6px;
  display: flex;
  flex-direction: column; }

.restaurants-card__content h2 {
  font-weight: 700;
  text-wrap: balance;
  text-align: start;
  align-items: center;
  font-size: 16px;
  line-height: calc(32 / 24); }

.restaurants-card__content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--modal-card-text-gray);
  display: flex;
  align-items: center;
  gap: 8px; }

.restaurants-card__content p img {
  width: 24px;
  flex-shrink: 0; }

@use "sass:math";
.menu-card {
  padding: 16px 12px;
  border-radius: 16px;
  cursor: pointer;
  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 .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__description {
      max-width: 46vw; } }
@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: 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: var(--primary);
  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(--modal-card-text-gray); }

@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: var(--cart-option-back);
  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 transparent; }
  @media (max-width: 767.98px) {
    .menu-card__btn {
      position: absolute;
      top: 0;
      right: -20px;
      box-shadow: 0px 0px 0px 3px var(--body-color);
      transform: translateY(-25px); } }
  @media (hover: hover) {
    .menu-card__btn:hover {
      border-color: var(--primary-color); } }
.menu-card-mob__item {
  border-left: 4px solid var(--text-primary, var(--primary-color));
  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; }

.menu-card__discount-label {
  position: absolute;
  top: 16px;
  border-radius: 4px;
  padding: 0 8px;
  background: var(--primary-color);
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 767.98px) {
  .menu-card__discount-label {
    font-size: 12px;
    line-height: 16px;
    padding: 2px 8px; } }

.__left {
  left: -11px; }

.__right {
  right: -11px; }

.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: var(--cart-option-back);
  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: 305px;
  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: var(--ancor-back);
  color: var(--primary);
  -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; } }
@media (max-width: 767.98px) {
  .modal-card__content {
    margin-top: -15px !important; } }

.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), var(--body-color));
    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(--modal-card-text-gray);
  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;
  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;
  background: var(--body-color); }
  @media (max-width: 767.98px) {
    .modal-card__bottom {
      background: var(--ancor-back); } }
.modal-card__bottom .button-app {
  width: 100%;
  color: var(--secondary-color); }

.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: var(--ancor-back); }

.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;
    background: var(--body-color);
    gap: 24px; }
    @media (max-width: 767.98px) {
      .modal-card__wrap .modal-card__bottom {
        background: var(--ancor-back); } }
.user_auth_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1005;
  background: var(--body-color);
  top: 42px; }

.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; } }
.vue-tel-input {
  display: flex !important; }

.vue-tel-input:focus-within {
  box-shadow: inset 0 1px 1px #00000013, 0 0 8px var(--primary-background-color) !important;
  border-color: var(--primary-color) !important; }

.input__item {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 12px !important;
  outline: none;
  border: 1px solid var(--ancor-back-border);
  background: var(--ancor-back);
  padding: 5px 24px;
  color: var(--primary);
  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: var(--modal-card-text-gray);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5); }

.vti__dropdown {
  border-radius: 20px 0 0 20px; }

.vti__dropdown {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: relative;
  padding: 7px;
  cursor: pointer; }

.vti__dropdown {
  border-radius: 20px 0 0 20px; }

.vti__dropdown {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: relative;
  padding: 7px;
  cursor: pointer; }

/* Файний ботом модал */
/* ====== Оверлей (fade) ====== */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s ease-in-out; }

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

.bottom-sheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: flex-end; }

/* ====== Модалка (bottom-slide) ====== */
/* Стилі для оверлею */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s ease-in-out; }

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

.bottom-sheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: flex-end; }

/* Модалка */
.bottom-sheet {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-height: 85vh;
  background: var(--body-color);
  border-radius: 16px 16px 0 0;
  z-index: 1001;
  transition: transform 0.2s ease-out; }

.menu_strip {
  width: 60px;
  height: 4px;
  border-radius: 4px;
  background: white; }

.modal-card__scroll .modal-card__content {
  margin-top: 0; }

.contant_ico a img {
  width: 24px;
  height: 24px; }

/* ====== Strip (рухається разом з модалкою) ====== */
.modal__menu_touch_zone {
  position: absolute;
  top: -66px;
  padding: 50px;
  width: 100%;
  height: 30px;
  cursor: grab;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center; }

body.has-fixed-tabs {
  padding-top: 60px; }

.mobile-tabs-fixed .mobile-tabs {
  position: static;
  background: var(--body-color);
  border-radius: 0;
  margin: 0; }

.header .mobile-tabs {
  background: transparent;
  border-bottom: none;
  margin: 0;
  padding-top: 12px; }

.mobile-tabs {
  z-index: 1000;
  background: transparent;
  width: calc(100% + 30px);
  top: var(--header-offset-constant, 0px);
  border-bottom: 1px solid #DDDFE4; }

.mobile-tabs--placeholder {
  height: 0; }

.mobile-tabs__scroller {
  display: flex;
  padding-left: 16px;
  padding-right: 40px;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x; }

.mobile-tabs__scroller::-webkit-scrollbar {
  display: none; }

.mobile-tabs__item {
  white-space: nowrap;
  background: transparent;
  padding: 11px 8px 13px;
  font-size: 16px;
  font-weight: 500;
  color: #5d5d5d;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px; }

.mobile-tabs__item.active {
  color: var(--text-color);
  border-bottom: 3px solid var(--primary-color); }

.header-basket__empty-message {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  color: #999; }

.basket-item__price-wrap {
  display: flex;
  align-items: center;
  gap: 8px; }

.basket-item__price {
  color: var(--orange); }

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

.card-mobile__title-description {
  text-wrap: balance !important; }

.__mobile-basket-label {
  left: 6px;
  top: 12px;
  padding: 0;
  height: 16px;
  font-size: 10px; }

.__desctop-basket-label {
  right: 0;
  top: 4px;
  font-size: 10px;
  line-height: 16px;
  padding: 0 2px; }

.card-mobile {
  border-left: 4px solid var(--primary-color);
  background: var(--cart-option-back);
  color: var(--primary);
  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: flex-start;
  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; }
