@charset "UTF-8";
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: none;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.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: sticky;
    top: 0;
  }
  .header_rest .header__action-item {
    border-radius: 32px;
    background: var(--body-color);
  }
  .header_rest .header__menu-icon {
    border-radius: 32px;
    background: var(--body-color);
  }
}

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

.header__menu-icon svg path,
.header__menu-icon svg circle,
.header__menu-icon svg rect, .header__back-btn svg path,
.header__back-btn svg circle,
.header__back-btn svg rect, .header__close-btn svg path,
.header__close-btn svg circle,
.header__close-btn svg rect, .header__action-btn svg path,
.header__action-btn svg circle,
.header__action-btn svg rect, .header__action-item .header__lang svg path,
.header__action-item .header__lang svg circle,
.header__action-item .header__lang svg rect {
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

@media (hover: hover) {
  .header__menu-icon:hover svg path,
.header__menu-icon:hover svg circle,
.header__menu-icon:hover svg rect, .header__back-btn:hover svg path,
.header__back-btn:hover svg circle,
.header__back-btn:hover svg rect, .header__close-btn:hover svg path,
.header__close-btn:hover svg circle,
.header__close-btn:hover svg rect, .header__action-btn:hover svg path,
.header__action-btn:hover svg circle,
.header__action-btn:hover svg rect, .header__action-item .header__lang:hover svg path,
.header__action-item .header__lang:hover svg circle,
.header__action-item .header__lang:hover svg rect {
    stroke: var(--orange) !important;
  }
}

.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__action-item--phone svg path,
.header__action-item--phone svg circle,
.header__action-item--phone svg rect {
  fill: none !important;
}

@media (hover: hover) {
  .header__action-item--phone:hover svg path,
.header__action-item--phone:hover svg circle,
.header__action-item--phone:hover svg rect {
    fill: none !important;
    stroke: var(--orange);
  }
}

.header__lang {
  width: 44px;
  height: 44px;
  padding: 10px;
  font-size: 16px;
  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;
}

@media (max-width: 768px) {
  .header__background {
    background-color: var(--body-color);
    border-bottom: 1px solid var(--modal-border);
    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: 1100;
}

.header-basket__content {
  position: absolute;
  top: calc(100% + 10px);
  right: 0px;
  border-radius: 16px;
  background: var(--body-color);
  width: 400px;
  overflow: hidden;
  color: var(--primary);
  z-index: 1101;
}

.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: 16px 16px 24px 16px;
  bottom: 0;
  left: 0;
  background: var(--body-color);
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.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;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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: 0 0 16px;
  gap: 12px;
}

.aside__header-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.aside__wrap {
  padding: 19px 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);
}

.sidebar-address-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.sidebar-address-head__address {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 12px 24px;
  border-radius: 12px;
  background: var(--primary-background-color);
}

.sidebar-address-head__address svg {
  width: 24px;
  height: 24px;
}

.sidebar-address-head__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start !important;
  gap: 12px;
}

.sidebar-address-head__content {
  display: flex;
  width: 100%;
  gap: 8px;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}

.sidebar-address-head__title {
  text-align: start;
  font-size: 12px;
  font-weight: 400;
  color: var(--modal-card-text-gray);
}

.sidebar-address-head__main-title {
  text-align: start;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-address-head__title-block {
  text-align: left;
}

.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;
  min-width: 420px;
}

@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: 768px) {
  .phone_modal_content {
    margin: 0;
    min-width: 280px;
  }
}

@media (max-width: 768px) {
  .phone_modal_content {
    margin: 0;
    min-width: 280px;
  }
}

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

.mobile-map > .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;
  transition: background-color 0.2s ease, backdrop-filter 0.2s ease, opacity 0.2s ease;
}

.mobile-map > .map-preloader--soft {
  background-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(3px);
  pointer-events: none;
}

.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;
  text-wrap: nowrap;
}

.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;
  transition: transform 0.2s ease;
}

.mobile-map .leaflet-pane,
.mobile-map .leaflet-pane {
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.mobile-map--resolving .leaflet-pane,
.mobile-map--resolving .leaflet-pane {
  filter: blur(2px) saturate(0.94);
}

.mobile-map > .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;
  transition: background-color 0.2s ease, backdrop-filter 0.2s ease, opacity 0.2s ease;
}

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

.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;
  color: var(--primary);
  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);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.input-block:focus-within {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px var(--primary-background-color);
}

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

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

.seo-block *[style*="color"] {
  color: var(--primary) !important;
}

@media (max-width: 767.98px) {
  .seo-block {
    padding: 24px 0;
  }
}

.seo-block * {
  color: inherit !important;
}

.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 span[style*="color"] {
  color: var(--primary) !important;
}

.seo-block__container {
  overflow: hidden;
}

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

.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 {
  padding: 24px;
}

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

.choice-restaurant-modal--pickup-mode {
  width: calc(100vw - 48px);
  max-width: 1180px;
}

.pickup-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  gap: 24px;
  align-items: start;
}

.pickup-choice__map-card {
  position: relative;
  min-height: 420px;
  border-radius: 16px;
  overflow: hidden;
  background: #eef2f6;
  border: 1px solid #eceef2;
}

.pickup-restaurant-map {
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.pickup-choice__nearest-btn {
  position: absolute;
  left: 111px;
  bottom: 50px;
  border-radius: 30px;
  background: var(--body-color);
  padding: 12px;
  width: calc(380px - 142px);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  line-height: 1;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.pickup-choice__nearest-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.pickup-choice__panel {
  display: flex;
  flex-direction: column;
  min-height: 420px;
}

.pickup-choice__city {
  margin-bottom: 16px;
}

.pickup-choice__list-wrap {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  max-height: 420px;
  overflow-y: auto;
  padding-right: 4px;
}

.pickup-choice__list-wrap::after {
  content: "";
  position: sticky;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease;
}

@media (max-width: 768px) {
  .pickup-choice__list-wrap::after {
    bottom: -13px;
  }
}

.pickup-choice__list-wrap::after {
  bottom: -1px;
  margin-top: -20px;
  background: linear-gradient(0deg, var(--body-color) 0%, rgba(255, 255, 255, 0) 100%);
}

.pickup-choice__list-wrap.has-scroll-fade::after {
  opacity: 1;
}

.pickup-choice__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pickup-choice__item {
  width: 100%;
  text-align: left;
  border-radius: 14px;
  background: rgba(93, 93, 93, 0.04);
  padding: 10px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pickup-choice__item:hover {
  border: 1px solid var(--primary-color);
  padding: 9px 15px;
}

@media (max-width: 768px) {
  .pickup-choice__item.is-selected {
    padding: 11px 13px !important;
  }
  .pickup-choice__item:hover {
    padding: 11px 13px !important;
  }
}

.pickup-choice__item.is-selected {
  border-color: var(--primary-color);
  background: var(--primary-background-color);
  border: 1px solid var(--primary-color);
  padding: 9px 15px;
}

.pickup-choice__item-title-row,
.pickup-choice__item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

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

.pickup-choice__item-main {
  width: 100%;
}

.pickup-choice__item-check {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.pickup-choice__item-meta {
  align-items: flex-start;
}

.pickup-choice__item-address {
  color: var(--primary);
  font-size: 14px;
  line-height: 1.4;
}

.pickup-choice__item-distance {
  flex-shrink: 0;
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
}

.pickup-choice__item-schedule {
  color: var(----modal-card-text-gray);
  font-size: 14px;
  line-height: 1.35;
  display: flex;
  align-items: center;
  gap: 4px;
}

.pickup-choice__state {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  color: var(--modal-card-text-gray);
  font-size: 15px;
}

.pickup-choice__confirm-btn {
  margin-top: 16px;
  width: 100%;
  min-height: 48px;
  border-radius: 30px;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.pickup-choice__confirm-btn.is-disabled,
.pickup-choice__confirm-btn:disabled {
  background: #e5e7eb;
  color: #9ca3af;
  box-shadow: none;
  cursor: not-allowed;
}

.pickup-restaurant-map__marker {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #fff;
  border: 3px solid var(--primary-color);
  box-shadow: 0 6px 16px rgba(236, 71, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.pickup-restaurant-map__marker:hover {
  transform: scale(1.08);
}

.pickup-restaurant-map__marker.is-selected {
  width: 24px;
  height: 24px;
  background: rgba(236, 71, 0, 0.12);
  box-shadow: 0 10px 22px rgba(236, 71, 0, 0.36);
}

.pickup-restaurant-map__marker-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--primary-color);
}

.pickup-restaurant-map__marker.is-selected .pickup-restaurant-map__marker-dot {
  width: 8px;
  height: 8px;
}

.pickup-restaurant-map__user-marker {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--primary-color);
  border: 3px solid var(--primary-background-color);
  box-shadow: 0 6px 16px rgba(29, 78, 216, 0.24);
}

@media (max-width: 1024px) {
  .choice-restaurant-modal--pickup-mode {
    width: calc(100vw - 24px);
    max-width: 960px;
  }
  .pickup-choice {
    grid-template-columns: minmax(0, 1fr);
  }
  .pickup-choice__map-card,
.pickup-restaurant-map,
.pickup-choice__panel {
    min-height: 320px;
  }
  .pickup-choice__list-wrap {
    max-height: 320px;
  }
}

@media (max-width: 768px) {
  .choice-restaurant-modal--pickup-mode {
    width: 100%;
  }
  .pickup-choice {
    gap: 16px;
  }
  .pickup-choice__map-card,
.pickup-restaurant-map {
    min-height: 260px;
  }
  .pickup-choice__nearest-btn {
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    justify-content: center;
  }
  .pickup-choice__panel {
    min-height: auto;
  }
  .pickup-choice__list-wrap {
    max-height: 300px;
    padding-right: 0;
  }
  .pickup-choice__item {
    padding: 12px 14px;
  }
  .pickup-choice__item-title {
    font-size: 16px;
  }
  .pickup-choice__item-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .pickup-choice__confirm-btn {
    margin-bottom: 8px;
  }
}

.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 {
  flex-wrap: wrap;
  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 {
  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;
  gap: 26px;
  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;
    width: 100%;
    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;
  top: 74px;
  bottom: 40px;
  align-items: center;
  flex-flow: column nowrap;
  width: 280px;
  min-width: 280px;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .menu__nav_wrap {
    min-width: 0;
    width: 100%;
    gap: 12px;
  }
}

.menu--qr {
  padding-top: 27px;
}

@media (max-width: 767.98px) {
  .menu--qr {
    padding-top: 0 !important;
  }
}

.menu-top-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.menu-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
  text-transform: none;
}

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

.menu__main-img {
  display: inline-flex;
  position: relative;
  width: 100%;
  margin-top: -17px;
}

.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;
  max-width: 894px;
  z-index: 2;
  width: 100%;
}

@media (max-width: 1199px) {
  .menu__blocks {
    max-width: 435px;
  }
}

.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: 0;
    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: 500;
  line-height: 24px;
  color: var(--vs-colors--dark);
}

@media (max-width: 767.98px) {
  .menu__work-time p {
    padding: 12px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    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;
  justify-content: space-between;
  text-wrap: balance;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 767.98px) {
  .menu__title {
    display: block;
    font-size: 20px;
    padding: 10px 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 {
    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;
  grid-template-columns: repeat(auto-fill, minmax(435px, 1fr));
  gap: 24px;
  max-width: 894px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .menu__grid-layout {
    gap: 16px 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

.category-count {
  background: var(--cart-option-back);
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: var(----modal-checkbox-border);
  padding: 2px 4px;
  text-wrap: nowrap;
}

.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: 24px 16px;
  flex-flow: column nowrap;
  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: 16px !important;
}

.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/web/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/web/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;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .nav-menu__item_section_label {
    padding: 20px 12px;
    width: 100%;
    flex-direction: column;
    text-align: start;
    display: flex;
    gap: 2px;
  }
}

.nav-menu__item_section_img {
  display: flex;
  width: 16px;
  height: 24px;
  margin-left: 8px;
}

.nav-menu__item_section_text {
  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;
}

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

@media (max-width: 767.98px) {
  .nav-menu__item_section {
    border-radius: 20px;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border: 1px solid var(--check_dev_btn_back);
    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: 16px;
  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;
  gap: 2px;
}

.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 {
  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 !important;
  }
}

@media (max-width: 767.98px) {
  .nav-menu__item_review_text {
    margin-left: 0 !important;
  }
}

.menu-info__head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

@media (max-width: 767.98px) {
  .menu-info__head:not(:last-child) {
    margin-bottom: 4px !important;
  }
}

.menu-info__head.menu_mobile {
  display: none;
}

.meny-info__status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.meny-info__status:not(:last-child) {
  margin-bottom: 12px;
}

.meny-info__status .delivery_type {
  display: inline-flex;
  align-items: center;
  background: var(--delivery_type_back);
  color: var(--delivery_type_span_color);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 4px 8px;
  border-radius: 16px;
}

.meny-info__status .delivery_type.closed-style {
  color: var(--delivery_type_color);
  background: var(--delivery_type_pickup_back);
}

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

@media (max-width: 767.98px) {
  .menu-info__head .menu-info__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 767.98px) {
  .menu-info__head {
    gap: 4px !important;
  }
}

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

.menu-info__title h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.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,
.menu-info__list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  text-wrap: nowrap;
}

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

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

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

@media (max-width: 767.98px) {
  .menu-info__row.menu_mobile {
    position: fixed;
    top: 104px;
    min-height: 44px;
    width: 100%;
    background-color: var(--body-color);
    margin: 0 -15px;
    z-index: 3;
  }
  .menu-info__row.menu_mobile .menu-info__link {
    padding-left: 8px;
  }
  .menu-info__row.menu_mobile .menu-info__button-view {
    padding-right: 16px;
  }
}

.menu-info__link {
  display: inline-flex;
  gap: 4px;
  line-height: 24px;
}

.menu-info__link-btn {
  background: none;
  border: none;
  padding: 0;
  color: var(--primary-color);
  text-decoration: underline;
  font: inherit;
  cursor: pointer;
}

.menu-info__schedule-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  width: -webkit-fill-available;
  justify-content: flex-end;
}

.menu-info__schedule-btn svg {
  flex-shrink: 0;
}

.menu-info__schedule-btn svg path {
  stroke: var(--primary-color) !important;
}

.menu-info__schedule-popover-wrap {
  position: relative;
}

.schedule-sheet {
  padding: 20px;
}

@media (max-width: 767.98px) {
  .schedule-sheet {
    padding: 12px 16px 50px 16px;
  }
}

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

.schedule-sheet__title-row {
  display: flex;
  gap: 8px;
}

.schedule-sheet__title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: var(--primary);
}

.schedule-sheet__chips {
  display: flex;
  gap: 8px;
  align-items: center;
}

.schedule-chip {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #027A48;
  background: #ECFDF3;
  border-radius: 16px;
  padding: 2px 8px 2px 6px;
}

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

.schedule-sheet__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

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

.schedule-sheet__item {
  background: var(--check_dev);
  min-height: 44px;
  padding: 10px 16px;
  display: grid;
  grid-template-columns: minmax(120px, 1fr) 126px;
  align-items: center;
  column-gap: 12px;
}

.schedule-sheet__item:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.schedule-sheet__item:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.schedule-sheet__day {
  font-size: 14px;
  line-height: 24px;
  color: var(--primary);
  text-align: left;
}

@media (max-width: 767.98px) {
  .schedule-sheet__day {
    font-size: 16px;
    padding-right: 0;
  }
}

.schedule-sheet__day.is-today {
  font-weight: 500;
}

.schedule-sheet__value {
  display: inline-flex;
  justify-content: flex-end;
  gap: 8px;
  color: var(--modal-card-text-gray);
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  min-width: 170px;
}

@media (max-width: 767.98px) {
  .schedule-sheet__value {
    font-size: 16px;
    gap: 6px;
  }
}

.schedule_icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.time_span {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

@media (min-width: 768px) {
  .schedule-sheet--popover {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 320px;
    z-index: 40;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid var(--modal-card-border);
    background: var(--body-color);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  .schedule-sheet--popover .schedule-sheet__list {
    gap: 1px;
  }
  .schedule-sheet--popover .schedule-sheet__item {
    padding: 10px 12px;
  }
  .schedule-sheet--popover .schedule-sheet__day {
    padding: 0 8px 0 4px;
  }
  .schedule-sheet--popover .schedule-sheet__value {
    min-width: 122px;
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .schedule-sheet__item {
    grid-template-columns: minmax(120px, 1fr) auto;
    column-gap: 8px;
    padding: 10px 12px;
    min-height: 44px;
  }
  .schedule-sheet__day {
    padding-right: 6px;
  }
  .schedule-sheet__value {
    padding-right: 16px;
    justify-content: flex-start;
    text-align: left;
    gap: 8px;
    min-width: 0;
    color: var(--modal-card-text-gray) !important;
  }
  .time_span {
    align-items: flex-start;
  }
  .schedule-sheet__day,
.schedule-sheet__value {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--primary);
  }
}

@media (min-width: 768px) {
  .schedule-sheet--desktop .schedule-sheet__head {
    align-items: center;
  }
  .schedule-sheet--desktop .schedule-sheet__title-row {
    align-items: center;
    flex-wrap: nowrap;
  }
  .schedule-sheet--desktop .schedule-sheet__chips {
    flex-wrap: nowrap;
  }
  .schedule-sheet--desktop .schedule-sheet__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    min-height: 44px;
  }
  .schedule-sheet--desktop .schedule-sheet__day {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
  }
  .schedule-sheet--desktop .schedule-sheet__value {
    flex-wrap: nowrap;
    justify-content: flex-start;
    text-align: left;
  }
  .schedule-sheet--desktop .time_span {
    align-items: flex-start;
  }
}

.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;
  border-radius: 24px;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--check_dev_btn_back);
  width: 435px;
  transition: transform 0.2s linear;
}

.menu-card:active {
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.menu-card:has(button:active), .menu-card:has(.wishlist-tag:active), .menu-card:has(.counter__button:active), .menu-card.menu-card--suppress-active, .menu-card:has(.card-mobile__correct:active) {
  transform: none;
  transition: transform 0.2s linear;
}

@media (max-width: 767.98px) {
  .menu-card {
    padding: 0 20px 0 16px;
    border: none;
    width: auto;
  }
  .menu-card:active {
    transform: none;
    transition: transform 0.2s linear;
  }
}

@media (hover: hover) and (min-width: 767.98px) {
  .menu-card:hover {
    box-shadow: 0px 14px 30px 0px rgba(153, 153, 153, 0.2);
    background-color: var(--white);
  }
}

.menu-card__row-main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 403px;
  height: 170px;
}

@media (max-width: 767.98px) {
  .menu-card__row-main {
    display: block;
    width: auto;
    height: auto;
  }
}

.menu-card__content {
  width: 200px;
  flex: 1 1 auto;
  min-height: 0;
  height: 170px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media (max-width: 767.98px) {
  .menu-card__content {
    height: auto;
    padding: 0;
  }
}

.grid-content {
  margin-top: 8px;
  max-width: 100%;
}

.menu-card_list {
  padding: 16px 12px 16px 0;
  position: relative;
}

.menu-card_list .menu-card__content {
  flex: 1 1 auto;
}

.menu-card_list .menu-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px;
}

@media (max-width: 767.98px) {
  .menu-card_list .menu-card__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-wrap: wrap;
  }
}

.menu-card_list .menu-card__row-main {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  gap: 12px;
  align-items: flex-start;
}

.menu-card_list .menu-card__row-main:not(:last-child) {
  margin-bottom: 0;
}

.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 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

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

ƒ
.menu-card_list .menu-card__top {
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  ƒ
.menu-card_list .menu-card__top {
    padding-bottom: calc((106 / 344) * 100%);
    width: auto !important;
  }
}

.menu-card__top {
  padding-bottom: calc((106 / 344)* 100%);
  width: calc((150 / 344)* 100%) !important;
  position: relative;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .menu-card__top {
    height: auto;
    padding-bottom: calc((130 / 139) * 100%);
    width: 120px !important;
  }
}

.menu-card__top .menu-card__basket {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  background: #0000008C;
  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;
}

@media (max-width: 360px) {
  .menu-card__top {
    width: auto !important;
  }
}

.menu-card__image-ibg {
  padding: 8px;
  width: 170px;
}

@media (max-width: 767.98px) {
  .menu-card__image-ibg {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
  }
}

.menu-card__image-ibg picture {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .menu-card__image-ibg picture {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.menu-card__image-ibg img {
  width: 154px;
  height: 154px;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 767.98px) {
  .menu-card__image-ibg img {
    width: 120px;
    height: 96px;
  }
}

.menu-card__content {
  padding: 4px;
  display: flex;
  gap: 6px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .menu-card__content {
    position: relative;
    padding: 0;
    gap: 4px;
  }
}

.tags-margin {
  margin-top: 5px;
}

.menu-card__title {
  color: var(--primary);
  word-break: break-word;
  font-weight: 600;
  line-height: 24px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 48px;
}

@media (max-width: 767.98px) {
  .menu-card__title {
    font-size: 14px;
    line-height: 20 / 14;
    font-weight: 400;
    max-height: none;
    -webkit-line-clamp: 2;
  }
}

.menu-card__desc {
  font-size: 14px;
  line-height: 20px;
  flex: 1 1 auto;
  min-height: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
}

@media (min-width: 768px) {
  .menu-card__desc--compact {
    -webkit-line-clamp: 2;
    max-height: 40px;
  }
}

.menu-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 4px;
}

@media (max-width: 767.98px) {
  .menu-card__row {
    padding-top: 0;
  }
}

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

.menu-card__new-price,
.menu-card__old-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--orange);
}

@media (max-width: 767.98px) {
  .menu-card__new-price,
.menu-card__old-price {
    font-size: 16px !important;
  }
}

.menu-card__old-price {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 400;
  color: var(--modal-card-text-gray);
}

@media (max-width: 767.98px) {
  .menu-card__old-price {
    font-size: 16px !important;
  }
}

.menu-card--sold-out .menu-card__title,
.menu-card--sold-out .menu-card__new-price,
.menu-card--sold-out .modal-card__new-price,
.menu-card--sold-out .menu-card__old-price {
  color: var(--modal-card-text-gray);
}

.menu-card--sold-out .menu-card__desc,
.menu-card--sold-out .menu-card__description {
  color: var(--grey-light);
}

@media (max-width: 767.98px) {
  .menu-card__description {
    color: var(--modal-card-text-gray) !important;
  }
}

@media (max-width: 767.98px) {
  .menu-card_list .menu-card__btn {
    z-index: 10;
    top: 81px;
    bottom: auto;
    --menu-card-btn-offset-x: 0px;
    --menu-card-btn-offset-y: 0px;
    transform: translate(var(--menu-card-btn-offset-x), var(--menu-card-btn-offset-y));
    right: -6px;
  }
}

@media (max-width: 767.98px) {
  .menu-card_list.menu-card--no-image .menu-card__btn {
    top: 64px;
    right: -6px;
  }
}

.menu-card__btn {
  --menu-card-btn-offset-x: 0px;
  --menu-card-btn-offset-y: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  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: transform 0.16s cubic-bezier(0.5, 0.02, 0.13, 0.5), border-color 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  will-change: transform;
  border: 1px solid var(--body-color);
}

@media (max-width: 767.98px) {
  .menu-card__btn {
    position: absolute;
    bottom: -6px;
    right: -6px;
    top: unset;
    box-shadow: 0px 0px 0px 3px var(--body-color);
    --menu-card-btn-offset-x: 0px;
    --menu-card-btn-offset-y: 0px;
    transform: translate(var(--menu-card-btn-offset-x), var(--menu-card-btn-offset-y));
  }
}

@media (hover: hover) {
  .menu-card__btn:hover {
    border-color: var(--primary-color);
  }
}

.menu-card__btn:active {
  transform: translate(var(--menu-card-btn-offset-x), var(--menu-card-btn-offset-y)) scale(0.86);
}

@media (max-width: 767.98px) {
  .menu-card__btn:active {
    transform: translate(var(--menu-card-btn-offset-x), var(--menu-card-btn-offset-y)) scale(0.86);
  }
}

.menu-card__btn.is-pulsing {
  animation: menu-card-btn-pulse 0.22s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

@keyframes menu-card-btn-pulse {
  0% {
    transform: translate(var(--menu-card-btn-offset-x), var(--menu-card-btn-offset-y)) scale(1);
  }
  45% {
    transform: translate(var(--menu-card-btn-offset-x), var(--menu-card-btn-offset-y)) scale(0.86);
  }
  100% {
    transform: translate(var(--menu-card-btn-offset-x), var(--menu-card-btn-offset-y)) scale(1);
  }
}

.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 {
  top: 6px;
  right: -12px;
}

.__desktop-card {
  right: 16px;
  top: 20px;
  z-index: 1;
}

.no-images-wishlist-btn {
  position: static !important;
}

.no-image-grid {
  position: relative;
}

.no-image-grid-row {
  display: flex;
  align-items: center;
  height: 100%;
}

.top-grid {
  padding-bottom: 0;
  width: 120px;
}

.top-nogrid {
  width: auto !important;
  padding-bottom: 0;
}

.top-nogrid .menu-card__image-ibg img {
  height: auto;
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 32px;
}

.menu-card__tags {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.menu__grid-layout_row .menu-card__tags {
  margin-top: 10px;
}

.wishlist-tag,
.data-tag {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 6px;
}

.wishlist-tag,
.counter__button,
.card-mobile__correct {
  transition: transform 0.2s linear;
}

.wishlist-tag:active,
.counter__button:active,
.card-mobile__correct:active {
  transform: scale(0.92);
}

.is-spicy,
.is-alco {
  background: var(--modal-card-border);
  border-radius: 4px;
  display: flex;
  gap: 4px;
  height: 24px;
  align-items: center;
  padding: 0 6px;
  text-wrap: nowrap;
}

.allergen-tag {
  background: var(--primary-background-color);
  color: var(--primary);
  border-radius: 4px;
  display: flex;
  gap: 4px;
  height: 24px;
  align-items: center;
  padding: 0 6px;
  text-wrap: nowrap;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.allergen-tag svg {
  color: var(--primary-color);
}

.allergen-tag span {
  color: var(--primary);
  text-align: right;
}

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

@media (max-width: 768px) {
  .category-bottom-sheet .category-modal__scroll {
    max-height: none;
    overflow: visible;
    padding: 0 12px 12px;
  }
  .category-bottom-sheet .category-modal__content {
    padding-top: 2px;
  }
  .category-bottom-sheet .category-modal__title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.05;
    margin: 4px 0 14px;
  }
  .category-bottom-sheet .category-modal__sections {
    display: grid;
    gap: 10px;
  }
  .category-bottom-sheet .category-modal__sections .nav-menu__item {
    min-height: 0;
  }
  .category-bottom-sheet .category-modal__sections .nav-menu__item_section {
    width: 100%;
    min-height: 72px;
    border: 1px solid var(--ancor-back-border);
    border-radius: 18px;
    background: var(--body-color);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .category-bottom-sheet .category-modal__sections .nav-menu__item_section_label {
    min-width: 0;
  }
  .category-bottom-sheet .category-modal__sections .nav-menu__item_section_text {
    margin-left: 0;
    max-width: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .category-bottom-sheet .category-modal__sections .nav-menu__item_arrow_right {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.menu-info {
  display: flex;
  gap: 16px;
  padding: 16px !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: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-left: 0 !important;
    max-width: none;
    text-wrap: balance !important;
  }
}

.nav-menu__item_section_text {
  display: block;
  width: 100%;
  min-width: 0;
  margin-left: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  font-family: Rubik, Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.nav-menu__item_section_decs {
  text-wrap: balance;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: var(--modal-card-text-gray);
  overflow: hidden;
  padding-bottom: 16px;
}

@media (max-width: 767.98px) {
  .nav-menu__item--with-image {
    padding: 0;
  }
  .nav-menu__item_section--with-image .nav-menu__item_section_label {
    gap: 2px;
    padding: 0;
    width: 100%;
    min-width: 0;
  }
  .nav-menu__item_section--with-image .nav-menu__item_section_text,
.nav-menu__item_section--with-image .nav-menu__item_section_decs {
    padding-left: 16px;
    padding-right: 16px;
  }
  .nav-menu__item_section--with-image {
    padding: 0;
  }
  .nav-menu__item_section_image {
    width: 100%;
    height: 160px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    margin-bottom: 6px;
    overflow: hidden;
  }
  .nav-menu__item_section_image picture {
    max-height: 160px;
    justify-content: center;
  }
  .nav-menu__item_section_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center center;
  }
  .nav-menu__item_section_image.nav-menu__item_section_image--original {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-menu__item_section_image.nav-menu__item_section_image--original img {
    width: auto;
    height: auto;
    max-width: 100%;
    height: 160px;
  }
}

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

.menu-info__list {
  display: flex;
  color: var(--modal-card-text-gray);
  gap: 24px;
}

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

.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__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: 16px;
  }
}

.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;
  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;
  line-height: 20px;
  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;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--ancor-back-border);
  }
}

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

.menu__container--qr-static {
  padding-top: 27px !important;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow: visible !important;
}

@media (max-width: 768px) {
  .menu__container--qr-static {
    display: none !important;
  }
}

.menu-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 16px;
}

.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;
  text-wrap: nowrap;
}

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

.header__menu_button_arrow {
  display: inline-flex;
  padding-top: 16px;
}

@media (max-width: 768px) {
  .modal-card__scroll {
    border-radius: 16px;
    background: transparent;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}

@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;
  flex-direction: column;
}

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

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

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

.rewiew-button {
  border-radius: 16px;
  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: 16px;
}

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

.__desctop-modal-label {
  font-size: 16px;
  line-height: 24px;
}

@use "sass:math";
.menu-card {
  padding: 16px;
  border-radius: 24px;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--check_dev_btn_back);
  width: 435px;
  transition: transform 0.2s linear;
}

.menu-card:active {
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.menu-card:has(button:active), .menu-card:has(.wishlist-tag:active), .menu-card:has(.counter__button:active), .menu-card.menu-card--suppress-active, .menu-card:has(.card-mobile__correct:active) {
  transform: none;
  transition: transform 0.2s linear;
}

@media (max-width: 767.98px) {
  .menu-card {
    padding: 0 20px 0 16px;
    border: none;
    width: auto;
  }
  .menu-card:active {
    transform: none;
    transition: transform 0.2s linear;
  }
}

@media (hover: hover) and (min-width: 767.98px) {
  .menu-card:hover {
    box-shadow: 0px 14px 30px 0px rgba(153, 153, 153, 0.2);
    background-color: var(--white);
  }
}

.menu-card__row-main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 403px;
  height: 170px;
}

@media (max-width: 767.98px) {
  .menu-card__row-main {
    display: block;
    width: auto;
    height: auto;
  }
}

.menu-card__content {
  width: 200px;
  flex: 1 1 auto;
  min-height: 0;
  height: 170px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media (max-width: 767.98px) {
  .menu-card__content {
    height: auto;
    padding: 0;
  }
}

.grid-content {
  margin-top: 8px;
  max-width: 100%;
}

.menu-card_list {
  padding: 16px 12px 16px 0;
  position: relative;
}

.menu-card_list .menu-card__content {
  flex: 1 1 auto;
}

.menu-card_list .menu-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px;
}

@media (max-width: 767.98px) {
  .menu-card_list .menu-card__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-wrap: wrap;
  }
}

.menu-card_list .menu-card__row-main {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  gap: 12px;
  align-items: flex-start;
}

.menu-card_list .menu-card__row-main:not(:last-child) {
  margin-bottom: 0;
}

.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 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

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

ƒ
.menu-card_list .menu-card__top {
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  ƒ
.menu-card_list .menu-card__top {
    padding-bottom: calc((106 / 344) * 100%);
    width: auto !important;
  }
}

.menu-card__top {
  padding-bottom: calc((106 / 344)* 100%);
  width: calc((150 / 344)* 100%) !important;
  position: relative;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .menu-card__top {
    height: auto;
    padding-bottom: calc((130 / 139) * 100%);
    width: 120px !important;
  }
}

.menu-card__top .menu-card__basket {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  background: #0000008C;
  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;
}

@media (max-width: 360px) {
  .menu-card__top {
    width: auto !important;
  }
}

.menu-card__image-ibg {
  padding: 8px;
  width: 170px;
}

@media (max-width: 767.98px) {
  .menu-card__image-ibg {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
  }
}

.menu-card__image-ibg picture {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .menu-card__image-ibg picture {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.menu-card__image-ibg img {
  width: 154px;
  height: 154px;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 767.98px) {
  .menu-card__image-ibg img {
    width: 120px;
    height: 96px;
  }
}

.menu-card__content {
  padding: 4px;
  display: flex;
  gap: 6px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .menu-card__content {
    position: relative;
    padding: 0;
    gap: 4px;
  }
}

.tags-margin {
  margin-top: 5px;
}

.menu-card__title {
  color: var(--primary);
  word-break: break-word;
  font-weight: 600;
  line-height: 24px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 48px;
}

@media (max-width: 767.98px) {
  .menu-card__title {
    font-size: 14px;
    line-height: 20 / 14;
    font-weight: 400;
    max-height: none;
    -webkit-line-clamp: 2;
  }
}

.menu-card__desc {
  font-size: 14px;
  line-height: 20px;
  flex: 1 1 auto;
  min-height: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
}

@media (min-width: 768px) {
  .menu-card__desc--compact {
    -webkit-line-clamp: 2;
    max-height: 40px;
  }
}

.menu-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 4px;
}

@media (max-width: 767.98px) {
  .menu-card__row {
    padding-top: 0;
  }
}

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

.menu-card__new-price,
.menu-card__old-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--orange);
}

@media (max-width: 767.98px) {
  .menu-card__new-price,
.menu-card__old-price {
    font-size: 16px !important;
  }
}

.menu-card__old-price {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 400;
  color: var(--modal-card-text-gray);
}

@media (max-width: 767.98px) {
  .menu-card__old-price {
    font-size: 16px !important;
  }
}

.menu-card--sold-out .menu-card__title,
.menu-card--sold-out .menu-card__new-price,
.menu-card--sold-out .modal-card__new-price,
.menu-card--sold-out .menu-card__old-price {
  color: var(--modal-card-text-gray);
}

.menu-card--sold-out .menu-card__desc,
.menu-card--sold-out .menu-card__description {
  color: var(--grey-light);
}

@media (max-width: 767.98px) {
  .menu-card__description {
    color: var(--modal-card-text-gray) !important;
  }
}

@media (max-width: 767.98px) {
  .menu-card_list .menu-card__btn {
    z-index: 10;
    top: 81px;
    bottom: auto;
    --menu-card-btn-offset-x: 0px;
    --menu-card-btn-offset-y: 0px;
    transform: translate(var(--menu-card-btn-offset-x), var(--menu-card-btn-offset-y));
    right: -6px;
  }
}

@media (max-width: 767.98px) {
  .menu-card_list.menu-card--no-image .menu-card__btn {
    top: 64px;
    right: -6px;
  }
}

.menu-card__btn {
  --menu-card-btn-offset-x: 0px;
  --menu-card-btn-offset-y: 0px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  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: transform 0.16s cubic-bezier(0.5, 0.02, 0.13, 0.5), border-color 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  will-change: transform;
  border: 1px solid var(--body-color);
}

@media (max-width: 767.98px) {
  .menu-card__btn {
    position: absolute;
    bottom: -6px;
    right: -6px;
    top: unset;
    box-shadow: 0px 0px 0px 3px var(--body-color);
    --menu-card-btn-offset-x: 0px;
    --menu-card-btn-offset-y: 0px;
    transform: translate(var(--menu-card-btn-offset-x), var(--menu-card-btn-offset-y));
  }
}

@media (hover: hover) {
  .menu-card__btn:hover {
    border-color: var(--primary-color);
  }
}

.menu-card__btn:active {
  transform: translate(var(--menu-card-btn-offset-x), var(--menu-card-btn-offset-y)) scale(0.86);
}

@media (max-width: 767.98px) {
  .menu-card__btn:active {
    transform: translate(var(--menu-card-btn-offset-x), var(--menu-card-btn-offset-y)) scale(0.86);
  }
}

.menu-card__btn.is-pulsing {
  animation: menu-card-btn-pulse 0.22s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

@keyframes menu-card-btn-pulse {
  0% {
    transform: translate(var(--menu-card-btn-offset-x), var(--menu-card-btn-offset-y)) scale(1);
  }
  45% {
    transform: translate(var(--menu-card-btn-offset-x), var(--menu-card-btn-offset-y)) scale(0.86);
  }
  100% {
    transform: translate(var(--menu-card-btn-offset-x), var(--menu-card-btn-offset-y)) scale(1);
  }
}

.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 {
  top: 6px;
  right: -12px;
}

.__desktop-card {
  right: 16px;
  top: 20px;
  z-index: 1;
}

.no-images-wishlist-btn {
  position: static !important;
}

.no-image-grid {
  position: relative;
}

.no-image-grid-row {
  display: flex;
  align-items: center;
  height: 100%;
}

.top-grid {
  padding-bottom: 0;
  width: 120px;
}

.top-nogrid {
  width: auto !important;
  padding-bottom: 0;
}

.top-nogrid .menu-card__image-ibg img {
  height: auto;
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 32px;
}

.menu-card__tags {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.menu__grid-layout_row .menu-card__tags {
  margin-top: 10px;
}

.wishlist-tag,
.data-tag {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 6px;
}

.wishlist-tag,
.counter__button,
.card-mobile__correct {
  transition: transform 0.2s linear;
}

.wishlist-tag:active,
.counter__button:active,
.card-mobile__correct:active {
  transform: scale(0.92);
}

.is-spicy,
.is-alco {
  background: var(--modal-card-border);
  border-radius: 4px;
  display: flex;
  gap: 4px;
  height: 24px;
  align-items: center;
  padding: 0 6px;
  text-wrap: nowrap;
}

.allergen-tag {
  background: var(--primary-background-color);
  color: var(--primary);
  border-radius: 4px;
  display: flex;
  gap: 4px;
  height: 24px;
  align-items: center;
  padding: 0 6px;
  text-wrap: nowrap;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.allergen-tag svg {
  color: var(--primary-color);
}

.allergen-tag span {
  color: var(--primary);
  text-align: right;
}

.modal-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.modal-card__scroll {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.modal-card__scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

@media (min-width: 767.98px) {
  .modal_product .modal-card__scroll {
    display: flex;
  }
}

.modal-card__close {
  position: relative !important;
}

.modal-card__close svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.modal-card__button {
  position: block;
  z-index: 4;
  border-radius: 32px;
  background: var(--cart-option-back);
  width: 44px;
  height: 44px;
  display: inline-flex;
  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__button:active {
  transform: scale(0.92);
}

.modal-card__top {
  position: relative;
  width: 100%;
}

.product-sheet__handle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0 6px;
  background: var(--body-color);
}

.product-sheet__handle .menu_strip {
  background: rgba(0, 0, 0, 0.28);
}

.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: 0;
    padding: 16px 16px 0px;
    height: auto;
    display: block;
  }
}

@media (max-width: 767.98px) {
  .modal-card__content {
    margin-top: -15px !important;
  }
}

.modal-card__info {
  flex: 0 1 auto;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 12px;
  position: relative;
  height: 179px;
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .modal-card__info {
    height: auto;
    overflow-y: hidden;
  }
}

.modal-card__info .data-tag {
  margin-bottom: 8px;
  margin-right: 16px;
  gap: 6px !important;
  flex-wrap: wrap;
}

.modal-card__info .wishlist-tag {
  gap: 6px !important;
}

.modal-card__info:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

.modal-card__info.scroll-container.has-scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--ancor-back));
  z-index: 3;
  opacity: 1;
  transition: none;
}

.modal-card__info.scroll-container.has-scroll.is-scrolling::after {
  opacity: 0;
}

.modal-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 60px);
}

@media (max-width: 767.98px) {
  .modal-card__title {
    width: 100%;
    margin-bottom: 1px;
  }
}

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

@media (max-width: 767.98px) {
  .modal-card__prices:not(:last-child) {
    margin-bottom: 13px;
  }
}

.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__description-text {
  margin-bottom: 12px;
}

.modal-card__allergen-chip {
  border: none;
  cursor: pointer;
}

.modal-card__allergens {
  margin-bottom: 0;
  margin-right: 16px;
}

.modal-card__allergens-toggle {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: var(--primary-background-color);
  color: var(--modal-card-text-gray);
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.modal-card__allergens-toggle:disabled {
  cursor: default;
}

.modal-card__allergens-summary {
  display: block;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 20px;
  transition: max-height 0.24s ease, opacity 0.2s ease;
}

.modal-card__allergens-toggle.is-expanded {
  align-items: flex-start;
}

.modal-card__allergens-toggle.is-expanded .modal-card__allergens-summary {
  white-space: normal;
  display: block;
  overflow: visible;
  text-overflow: unset;
  max-height: none;
}

.modal-card__allergens-icon {
  color: var(--primary-color);
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}

.modal-card__allergens-chevron {
  display: flex;
  transition: transform 0.2s ease;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}

.modal-card__allergens-toggle.is-expanded .modal-card__allergens-chevron {
  transform: rotate(90deg);
}

.modal-card__bottom {
  position: static !important;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1111;
  padding: 16px 0 24px;
  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 {
    position: fixed !important;
    background: var(--ancor-back);
    padding: 16px 16px 24px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(143, 150, 160, 0.2);
  }
}

.modal-card__bottom .button-app {
  width: 100%;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

@media (max-width: 767.98px) {
  .head-modal__title {
    font-size: 18px;
    line-height: 18px;
  }
}

.head-modal__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
}

.head-modal__row:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .head-modal__row {
    gap: 22px;
    justify-content: flex-start;
  }
}

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

@media (max-width: 767.98px) {
  .head-modal__label {
    background: var(--modal-card-bg-alt2);
  }
}

.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;
  font-size: 16px;
}

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

.card-options__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  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;
  max-height: 580px;
  position: relative;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  justify-content: space-between;
}

.modal-card__list {
  max-height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding-right: -10px;
  position: relative;
}

.modal-card__list: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_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: 30px;
}

.modal-card__wrap .modal-card__image-ibg {
  border-radius: 16px;
  height: 260px;
}

.modal-card__wrap .modal-card__content {
  min-height: auto;
  margin-top: 0;
  background: transparent;
  flex: 1 1 auto;
}

.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;
  background: var(--body-color);
  gap: 24px;
}

@media (max-width: 767.98px) {
  .modal-card__wrap .modal-card__bottom {
    background: var(--ancor-back);
  }
}

.success-btn {
  width: 100%;
  display: flex;
  gap: 8px;
}

@media (max-width: 767.98px) {
  .success-btn {
    font-size: 16px;
    font-weight: 500;
  }
}

.no-image-btn_wishlist {
  bottom: 0px !important;
  right: 0px !important;
  position: relative;
  left: 2px;
}

.no-image-btn_wishlist:hover {
  box-shadow: none;
}

.scroll-down-btn {
  position: absolute;
  right: 12px;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-down-indicator {
  background: var(--primary-background-color);
  color: var(--more_options);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 16px;
  padding: 2px 8px 2px 6px;
}

.new-close-btn {
  position: absolute;
  right: 27px;
  top: -46px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1003;
}

.divider {
  width: calc(100% - 10px);
  margin: 12px auto;
  border-top: 1px solid var(--divider);
}

.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 {
  font-size: 14px;
  line-height: 20px;
  color: var(--primary);
}

.nav-menu__search_message {
  display: none;
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary);
}

.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/web/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/web/css/img/images/delete.svg") no-repeat center center;
  opacity: 0.3;
}

.nav-menu__delete_icon.show {
  display: block;
}

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

:root {
  --pwa-bottom-sheet-backdrop-z: 1200;
  --pwa-bottom-sheet-z: 1201;
  --pwa-bottom-sheet-floating-z: 1202;
}

/* Файний ботом модал */
/* ====== Оверлей (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: var(--pwa-bottom-sheet-backdrop-z, 1200);
  display: flex;
  align-items: flex-end;
}

body.bottom-sheet-open,
body.pwa-bottom-sheet-open {
  overscroll-behavior: contain;
}

/* ====== Модалка (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: var(--pwa-bottom-sheet-backdrop-z, 1200);
  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: var(--pwa-bottom-sheet-z, 1201);
  transition: transform 0.2s ease-out;
  overflow: visible;
  display: flex;
  flex-direction: column;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

@media (max-width: 768px) {
  .bottom-sheet.product-bottom-sheet {
    max-height: 75vh;
    height: 75vh;
  }
  .bottom-sheet.product-bottom-sheet .modal-card__scroll {
    height: 100%;
    max-height: 100% !important;
    padding-top: 0;
  }
  .bottom-sheet.product-bottom-sheet .modal-card__content {
    margin-top: -16px !important;
  }
}

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

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

.bottom-sheet .modal-card__scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
}

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

/* ====== Strip (рухається разом з модалкою) ====== */
.modal__menu_touch_zone {
  position: absolute;
  top: -140px;
  padding-top: 133px;
  padding-bottom: 5px;
  width: 100%;
  height: 30px;
  cursor: grab;
  z-index: var(--pwa-bottom-sheet-floating-z, 1202);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Wrapper around @douxcode/vue-spring-bottom-sheet */
.pwa-bottom-sheet {
  --vsbs-border-radius: 16px;
  --vsbs-max-width: 576px;
  --vsbs-padding-x: 0px;
  --vsbs-background: var(--body-color);
}

html [data-vsbs-backdrop] {
  z-index: var(--pwa-bottom-sheet-backdrop-z, 1200) !important;
}

html [data-vsbs-sheet] {
  z-index: var(--pwa-bottom-sheet-z, 1201) !important;
  overflow: visible;
  background: transparent !important;
  height: auto !important;
  max-height: 85vh;
}

@supports (height: 100dvh) {
  html [data-vsbs-sheet] {
    max-height: 85dvh;
  }
}

[data-vsbs-header] {
  padding: 8px 0 6px;
  background: transparent;
  box-shadow: none;
  border-top: 0;
}

[data-vsbs-header]::before {
  display: none !important;
  content: none !important;
}

.pwa-bottom-sheet__header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}

[data-vsbs-header],
.pwa-bottom-sheet__header {
  touch-action: none;
}

/* iOS-native behavior for product sheet:
     keep handle floating above content, but do not reserve layout height for header. */
.pwa-bottom-sheet.product-bottom-sheet [data-vsbs-header] {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  height: 18px;
  padding: 8px 0 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
  z-index: 5;
}

.pwa-bottom-sheet.product-bottom-sheet [data-vsbs-content-wrapper] {
  height: auto;
}

[data-vsbs-content] {
  padding: 0 !important;
  user-select: text;
}

.pwa-bottom-sheet__sheet-content {
  padding: 0 !important;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
  background: var(--body-color);
}

[data-vsbs-scroll] {
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge legacy */
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

[data-vsbs-scroll]::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  /* Chrome/Safari */
}

/* Product card sheet */
.product-bottom-sheet__sheet-content {
  background: var(--body-color) !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

/* Product sheet: single scroll container to avoid first-swipe loss. */
.pwa-bottom-sheet.product-bottom-sheet [data-vsbs-scroll] {
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.pwa-bottom-sheet.product-bottom-sheet .modal-card__scroll {
  height: auto;
  max-height: none !important;
  overflow: visible !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: var(--body-color);
}

.pwa-bottom-sheet.product-bottom-sheet [data-vsbs-content] {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

[data-vsbs-scroll] .product-bottom-sheet__sheet-content {
  background: var(--body-color) !important;
  padding-bottom: var(--product-bottom-offset, 0px);
  flex: 1 1 auto;
}

.pwa-bottom-sheet.category-bottom-sheet .pwa-bottom-sheet__sheet-content {
  background: var(--body-color);
}

.pwa-bottom-sheet.confirm-bottom-sheet [data-vsbs-sheet] {
  height: auto !important;
}

.pwa-bottom-sheet.category-bottom-sheet [data-vsbs-scroll] {
  max-height: calc(100dvh - 16px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.product-bottom-sheet__sheet-header .new-close-btn,
.new-close-btn {
  top: -18px;
  right: 24px;
  z-index: 10020;
}

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 2px;
  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;
  width: calc(100% + 30px);
  margin-top: 20px;
  left: -15px;
}

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

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

.card-mobile__price--no-image {
  width: 100%;
  margin-left: 0;
}

.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;
  height: 48px;
  flex-shrink: 0;
}

.card-mobile__image-ibg--empty {
  display: none;
}

.card-mobile__image-ibg picture {
  display: block;
  /* 🔥 КЛЮЧОВЕ */
  width: 100%;
  height: 100%;
}

.card-mobile__image-ibg img {
  display: block;
  /* прибирає inline-gap */
  width: 100%;
  /* 🔥 КЛЮЧОВЕ */
  height: 100%;
  object-fit: cover;
  /* тепер працює */
}

.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;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-mobile__price-wrap {
  display: flex;
  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;
}
