@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
  font-family: "Fira Sans Condensed", sans-serif;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body,
html {
  max-width: 100vw;
  overflow-x: hidden;
  background: #efe8e1;
  min-height: 100vh;
}

body.contacts-body,
body.page-template-template-contacts,
body.page-template-template-delivery,
body[class*="page-template-templates-template-contacts"],
body[class*="page-template-templates-template-delivery"],
body:has(> main.contacts-main),
body:has(> main.text-page-main),
html.contacts-body {
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: auto;
}

header {
  padding: 40px 0;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-logo {
  width: 205px;
  height: 60px;
  position: relative;
}

header .header-logo img {
  height: 100%;
  width: 100%;
  max-width: 205px;
}

header .header-search-block {
  position: relative;
  z-index: 25;
}

header .header-search-block.is-open {
  z-index: 95;
}

header .header-search-block .header-search-top {
  width: 635px;
  max-width: 100%;
  position: relative;
}

header .header-search-block .header-search-label {
  position: relative;
  width: 100%;
  display: block;
}

header .header-search-block .header-search-label svg {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  pointer-events: none;
}

header .header-search-block .header-search-label input {
  border: 2px solid #d9896f;
  border-radius: 100px;
  padding: 16px 30px;
  width: 100%;
  padding-left: 64px;
  background: #fff8f0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: black;
}

header .header-search-block .header-search-label input::placeholder {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #d9896f;
}

header .header-search-block .header-search-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  z-index: 30;
  max-height: min(60vh, 520px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff8f0;
  border: 2px solid #d9896f;
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(0, 2, 5, 0.12);
  padding: 8px;
  box-sizing: border-box;
}

header .header-search-block .header-search-dropdown[hidden] {
  display: none !important;
}

header .header-search-block .header-search-status {
  padding: 20px 16px;
  text-align: center;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #000205;
  opacity: 0.75;
}

header .header-search-block .header-search-item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  border-radius: 16px;
  background: transparent;
  cursor: default;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #000205;
  transition: background 0.2s ease;
  box-sizing: border-box;
}

header .header-search-block .header-search-item:hover,
header .header-search-block .header-search-item:focus-within {
  background: #efe8e1;
}

header .header-search-block .header-search-item-main {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  border-radius: 12px;
}

header .header-search-block .header-search-item-main:focus-visible {
  outline: 2px solid #d9896f;
  outline-offset: 2px;
}

header .header-search-block .header-search-item-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .header-search-block .header-search-cart-wrap {
  position: static;
  width: auto;
  height: auto;
  bottom: auto;
  right: auto;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
}

header .header-search-block .header-search-cart-btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 7px;
  border: 2px solid #d9896f;
  border-radius: 100px;
  background: #fff8f0;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

header .header-search-block .header-search-cart-btn-circle svg {
  display: block;
  flex-shrink: 0;
}

header .header-search-block .header-search-cart-wrap:hover .header-search-cart-btn-circle {
  background: #d9896f;
}

header .header-search-block .header-search-cart-wrap:hover .header-search-cart-btn-circle svg path {
  stroke: #fff8f0;
}

/* [hidden] перебивается общими правилами .person-count-wrapper — явно скрываем блок ± */
header .header-search-block .header-search-qty.person-count-wrapper[hidden] {
  display: none !important;
}

header .header-search-block .header-search-qty.person-count-wrapper:not([hidden]) {
  display: flex;
  align-items: center;
  gap: 10px;
}

header .header-search-block .header-search-cart-wrap[hidden] {
  display: none !important;
}

header .header-search-block .header-search-qty .person-count-input {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
  text-align: center;
  background: none;
  border: none;
  max-width: 44px;
  padding: 0;
  margin: 0;
  -moz-appearance: textfield;
}

header .header-search-block .header-search-qty .person-count-input::-webkit-outer-spin-button,
header .header-search-block .header-search-qty .person-count-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

header .header-search-block .header-search-qty .decrepent,
header .header-search-block .header-search-qty .increment {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

header .header-search-block .header-search-qty .decrepent svg,
header .header-search-block .header-search-qty .increment svg {
  display: block;
  width: 40px;
  height: 40px;
}

header .header-search-block .header-search-qty .decrepent:hover svg circle,
header .header-search-block .header-search-qty .increment:hover svg circle {
  fill: #d9896f;
}

header .header-search-block .header-search-qty .decrepent:hover svg path,
header .header-search-block .header-search-qty .increment:hover svg path {
  stroke: #fff8f0;
}

header .header-search-block .header-search-item-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
  border: 1px solid rgba(217, 137, 111, 0.35);
  background: #efe8e1;
}

header .header-search-block .header-search-item-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

header .header-search-block .header-search-item-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  margin: 0;
}

header .header-search-block .header-search-item-price {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
  margin: 0;
}

header .header-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

header .header-info .header-phone {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  cursor: pointer;
}

header .header-info .header-phone svg {
  width: 40px;
  height: 40px;
}

header .header-info .header-login {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  cursor: pointer;
}

header .header-info .header-login svg {
  width: 40px;
  height: 40px;
}

header .header-info .header-phone span,
header .header-info .header-login span {
  transition: color 0.25s ease;
}

header .header-info .header-phone:hover span,
header .header-info .header-login:hover span {
  color: #d9896f;
}

.top-sale {
  margin-top: 40px;
}

.top-sale .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-sale .container .top-sale__item {
  flex: 1;
  min-width: 0;
}

.top-sale .container .top-sale__item > img {
  width: 100%;
  height: auto;
  display: block;
}

.section-heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000205;
  margin-bottom: 10px;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: space-between;
}

.wrapper .wrapper_item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(#fff8f0, #fff8f0) padding-box, linear-gradient(to bottom, #fff8f0, #D9896F) border-box;
  overflow: visible;
}

.wrapper-item-tags-list {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: calc(100% - 20px);
  overflow: visible;
}

.wrapper-item-tags {
  border: 0.50px solid rgba(120, 117, 115, 0.5);
  background: rgba(239, 232, 225, 0.7);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Временно: «новинка» — единственная метка без .up */
.wrapper-item-tags:not(.up) {
  display: none;
}

.wok-builder .wrapper-item-tags.wok-price-tag {
  display: flex;
}

.wok-builder .wrapper-item-tags-list {
  top: 20px;
  left: 20px;
}

.wok-builder .wrapper-item-tags.wok-price-tag span {
  text-transform: none;
  cursor: default;
}

.wrapper-item-tags span {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  color: #000205;
  white-space: nowrap;
  cursor: default;
}

.wrapper-item-tags-icon {
  text-transform: none;
  line-height: 1;
}

.wrapper-item-tags.up {
  position: relative;
}

.wrapper-item-tags.up .up-text {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 4;
  white-space: nowrap;
  background: #787573;
  padding: 6px 8px;
  border-radius: 6px;
  transform: translateX(-50%) translateY(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: visible;
}

.wrapper-item-tags.up:hover .up-text,
.wrapper-item-tags.up.is-open .up-text {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.wrapper-item-tags.up .up-text-arrow {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  display: block;
  width: 13px;
  height: 7px;
}

.wrapper-item-tags.up .up-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #fff8f0;
  white-space: nowrap;
}

.wrapper .wrapper_item img {
  width: 100%;
  height: 315px;
  object-fit: cover;
  margin-bottom: -20px;
  border-radius: 20px 20px 0 0;
}

.wrapper .wrapper_item .wrapper_item_info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  padding: 10px 20px 20px 20px;
  border-radius: 20px;
  background: #fff8f0;
  margin-top: 0;
  position: relative;
}

.wrapper .wrapper_item .wrapper_item_info .card-info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  padding: 0;
  margin: 0 0 15px;
  margin-top: 0;
  position: relative;
}

.wrapper .wrapper_item .wrapper_item_info .card-kallor {
  flex-shrink: 0;
  white-space: nowrap;
}

.wrapper .wrapper_item .wrapper_item_info .card-kallor span {
  white-space: nowrap;
}

.wrapper .wrapper_item .wrapper_item_info .card-info-wrapper {
  flex-shrink: 0;
}

.wrapper .wrapper_item.small {
  background: #fff8f0;
  border: none;
}

.wrapper .wrapper_item.small img {
  margin-bottom: 10px;
  border-radius: 20px 20px 0 0;

}

.wrapper .wrapper_item.small .name {
  margin-bottom: 0;
}

.wrapper .wrapper_item.small img {
  height: 315px;
}

.wrapper .wrapper_item_info .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  margin-bottom: 9px;
  min-height: calc(2 * 1em);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.wrapper .wrapper_item.small .wrapper_item_info .name {
  min-height: auto;
  text-align: center;
}

.wrapper .wrapper_item_info .card-info-wrapper .name {
  min-height: auto;
}

.wrapper .wrapper_item_info .price {
  margin-top: auto;
  flex-shrink: 0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
}

.wrapper .wrapper_item_cart-actions {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

.wrapper .wrapper_item_add-to-cart {
  position: static;
  bottom: auto;
  right: auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff8f0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.wrapper .menu-card-cart-wrap[hidden] {
  display: none !important;
}

.wrapper .menu-card-qty.person-count-wrapper[hidden] {
  display: none !important;
}

.wrapper .menu-card-qty.person-count-wrapper:not([hidden]) {
  display: flex;
  align-items: center;
  gap: 0;
}

.wrapper .menu-card-qty .person-count-input {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
  text-align: center;
  background: none;
  border: none;
  max-width: 44px;
  padding: 0;
  margin: 0;
  -moz-appearance: textfield;
}

.wrapper .menu-card-qty .person-count-input::-webkit-outer-spin-button,
.wrapper .menu-card-qty .person-count-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wrapper .menu-card-qty .decrepent,
.wrapper .menu-card-qty .increment {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.wrapper .menu-card-qty-icon {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.wrapper .menu-card-qty .decrepent:hover .menu-card-qty-icon circle,
.wrapper .menu-card-qty .increment:hover .menu-card-qty-icon circle {
  fill: #d9896f;
}

.wrapper .menu-card-qty .decrepent:hover .menu-card-qty-icon path,
.wrapper .menu-card-qty .increment:hover .menu-card-qty-icon path {
  stroke: #fff8f0;
}

.wrapper .wrapper_item_add-to-cart .menu-card-qty-icon {
  width: 100%;
  height: 100%;
}

.wrapper .menu-card-cart-wrap .menu-card-qty-icon--check {
  display: none;
}

.wrapper .menu-card-cart-wrap.menu-card-in-cart .menu-card-qty-icon--plus {
  display: none;
}

.wrapper .menu-card-cart-wrap.menu-card-in-cart .menu-card-qty-icon--check {
  display: block;
}

.wrapper .wrapper_item_add-to-cart .menu-card-qty-icon path {
  transition: stroke 0.2s ease;
}

.wrapper .wrapper_item_add-to-cart .menu-card-qty-icon circle {
  transition: fill 0.2s ease, stroke 0.2s ease;
}

.wrapper .wrapper_item_add-to-cart:hover {
  background: #d9896f;
}

.wrapper .wrapper_item_add-to-cart:hover .menu-card-qty-icon path {
  stroke: #fff8f0;
}

.wrapper .wrapper_item_add-to-cart:hover .menu-card-qty-icon circle {
  fill: #d9896f;
  stroke: #d9896f;
}

.user-select {
  margin-top: 40px;
  position: relative;
  overflow: visible;
  padding-bottom: 24px;
  background-color: #efe8e1;
}

.user-select::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: min(125%, 1320px);
  height: min(95%, 310px);
  background: #D9896F;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 0;
  filter: blur(70px);
}

.user-select>.container {
  position: relative;
  z-index: 1;
}

.user-select .user-select-slider {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.user-select .user-select-slider .swiper-wrapper {
  align-items: stretch;
}

.user-select .user-select-slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.user-select .user-select-slider .swiper-slide:hover {
  z-index: 20;
}

.user-select .user-select-slider .swiper-slide.is-last-visible .card-info-block {
  left: auto;
  right: 50%;
  transform: translateX(0);
}

.user-select .wrapper .wrapper_item {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.user-select .wrapper .wrapper_item .wrapper_item_info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  border-radius: 20px;
}

.user-select .wrapper .wrapper_item .wrapper_item_info .price {
  margin-top: auto;
}

.menu {
  margin-top: 90px;
}

footer {
  margin-top: 40px;
  padding-bottom: 55px;
}

footer .shari a {
  display: inline-block;
}

footer .shari img {
  display: block;
  max-width: 100%;
  height: auto;
  cursor: pointer;
}

footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  position: relative;
  gap: 24px;
}

footer .container::after {
  content: "";
  display: block;
  top: 0;
  left: -60px;
  width: calc(100% + 120px);
  height: 1px;
  background: #787573;
  position: absolute;
}

footer .footer-l {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

footer .footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

footer .footer-links a {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  color: #000205;
  text-decoration: none;
  display: block;
}

footer .footer-links a:hover {
  text-decoration: underline;
}

footer .footer-copyright {
  margin: 0;
  font-family: "Myriad Pro", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 100%;
  color: #787573;
}

footer .footer-logo {
  width: 210px;
  position: relative;
  flex-shrink: 0;
}

footer .footer-logo img {
  width: 100%;
}

footer .footer-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

footer .footer-nav a {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  color: #000205;
  text-decoration: none;
  display: block;
}

footer .footer-nav a:hover {
  text-decoration: underline;
}

.btm-menu {
  position: fixed;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  border: 2px solid #efe8e1;
  border-radius: 100px;
  backdrop-filter: blur(15px);
  background: rgba(255, 248, 240, 0.7);
  padding: 15px 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  transition: all 0.4s ease;
  z-index: 9;
}

.btm-menu.hidden {
  opacity: 0;
  visibility: hidden;
}

.btm-menu .item {
  border-radius: 100px;
  padding: 8px;
  position: relative;
  width: 40px;
  height: 40px;
}

.btm-menu .item.active {
  background: #d9896f;
}

.btm-menu .item .cart-num {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #000;
  border-radius: 100px;
  padding: 10px;
  width: 20px;
  height: 20px;
  background: #d9896f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

.menu-top {
  position: relative;
}

.menu-top .container {
  position: relative;
}

.menu-top .container::after {
  content: "";
  display: block;
  width: 167px;
  background: linear-gradient(87deg, rgba(239, 232, 225, 0) 0%, #efe8e1 100%);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

.menu-top .menu-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.menu-top .container .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff8f0;
  border: 2px solid #d9896f;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-sizing: border-box;
  z-index: 3;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.menu-top .container .arrow svg path {
  transition: stroke 0.2s ease;
}

.menu-top .container .arrow:hover {
  background: #d9896f;
}

.menu-top .container .arrow:hover svg path {
  stroke: #fff8f0;
}

.menu-top .item {
  border-radius: 50px;
  padding: 12px 20px;
  background: #fff8f0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  white-space: nowrap;
  border: 1px solid #fff8f0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: fit-content;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.menu-top .item:last-child {
  opacity: 0;
  width: 150px;
}

.menu-top .item.active {
  background: #fff8f0;
  border: 1px solid #d9896f;
  color: #d9896f;
}

.menu-top .container .menu-top-slider .item:hover {
  background: #d9896f;
  color: #efe8e1;
  border-color: #d9896f;
}

.menu-block .menu-section {
  margin-top: 20px;
}

/* Вок-конструктор (страница меню) */
.wok-builder {
  margin-top: 35px;
}

.wok-builder .section-heading {
  margin-bottom: 40px;
}

.wok-builder .wok-item {
  margin-bottom: 40px;
}

.wok-builder .wok-heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #000205;
  margin-bottom: 20px;
}

.wok-builder .wok-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  min-width: 0;
  align-items: stretch;
}

.wok-builder .wok-wrapper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  padding: 0px 10px 10px;
  background: #fff8f0;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

.wok-builder .wok-wrapper-item > img:not(.wok-spicy-icon) {
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 315px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 auto 10px;
  box-sizing: border-box;
}



.wok-builder .wok-wrapper-item img.wok-spicy-icon {
  box-sizing: content-box;
  flex-shrink: 0;
  width: 15px;
  max-width: 15px;
  min-width: 0;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0;

}

.wok-builder button.wok-wrapper-item.wok-choice {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: left;
  font: inherit;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.wok-builder .wok-wrapper-item.wok-choice.is-selected {
  border-color: #d9896f;
}

.wok-builder .wok-wrapper-item.small {
  padding: 0;
}

.wok-builder .wok-wrapper-item.small .wok-add {
  padding: 10px 30px;
}

.wok-builder .wok-wrapper-item.wok-choice--no-image {
  align-self: stretch;
}

.wok-builder .wok-wrapper-item.wok-choice--no-image img:not(.wok-spicy-icon) {
  display: none !important;
}

.wok-builder .wok-wrapper-item.wok-choice--no-image img.wok-spicy-icon {
  display: block !important;
}

.wok-builder .wok-add {
  border: 1px solid #efe8e1;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.wok-builder .wok-choice-action-icon {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.wok-builder .wok-choice-icon {
  display: block;
  position: absolute;
  inset: 0;
  transition: opacity 0.2s ease;
}

.wok-builder .wok-choice-icon--check {
  opacity: 0;
}

.wok-builder .wok-wrapper-item.wok-choice.is-selected .wok-choice-icon--plus {
  opacity: 0;
}

.wok-builder .wok-wrapper-item.wok-choice.is-selected .wok-choice-icon--check {
  opacity: 1;
}

.wok-builder .wok-choice-name-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  min-width: 0;
}

.wok-builder .wok-choice-name-text {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
}

.wok-builder .wok-spicy-icon {
  box-sizing: content-box;
  flex-shrink: 0;
  width: 15px;
  max-width: 15px;
  min-width: 0;
  height: auto;
  object-fit: contain;
  display: block;

}

.wok-builder .wok-mod-price {
  display: none !important;
}

.wok-builder--error {
  margin-top: 35px;
}

.wok-builder--error p {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  color: #787573;
}

.wok-builder .wok-item.wok-builder-step-hidden,
.wok-builder .wok-itogo-panel.wok-builder-step-hidden {
  display: none !important;
}

.wok-builder .wok-itogo {
  border: 1px solid #efe8e1;
  border-radius: 20px;
  padding: 20px;
  background: #fff8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wok-builder .wok-itogo-l {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wok-builder .wok-itogo-r {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.wok-builder .wok-itogo-num {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
}

.wok-builder .wok-itogo-heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #000205;
}

.wok-builder .wok-itogo-r .add-to-cart {
  margin-left: 0;
  border-radius: 50px;
  padding: 15px 90px;
  background: #d9896f;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #efe8e1;
  cursor: pointer;
}

.wok-builder .person-count-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wok-builder .person-count-wrapper .decrepent,
.wok-builder .person-count-wrapper .increment {
  height: 40px;
  cursor: pointer;
}

.wok-builder .person-count-wrapper input {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
  text-align: center;
  background: none;
  max-width: 40px;
  -moz-appearance: textfield;
  appearance: textfield;
}

.wok-builder .person-count-wrapper input::-webkit-outer-spin-button,
.wok-builder .person-count-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inyan-menu-scroll-top {
  position: fixed;
  right: 24px;
  bottom: 130px;
  z-index: 3;
  cursor: pointer;
  padding: 12px 20px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #000205;
  background: #fff8f0;
  border: 2px solid #d9896f;
  border-radius: 100px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.inyan-menu-scroll-top:hover {
  background: #efe8e1;
  border: 2px solid #d9896f;
  color: #d9896f;
}

.inyan-menu-scroll-top:focus-visible {
  outline: 2px solid #d9896f;
  outline-offset: 2px;
}

/* Контакты: плашка + карта (.contacts-main — контакты, body.contacts-body — доставка и др.) */
.contacts-main {
  flex: 1;
}

.contacts-main .contacts {
  margin-bottom: 150px;
}

body.contacts-body .contacts {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contacts-main .contacts .container,
body.contacts-body .contacts .container {
  position: relative;
  display: flex;
  gap: 20px;
}

/* Яндекс-карта зон (перебивает общие .delivery__map из delivery-inyan.css) */
.contacts-main .contacts .contacts__map,
body.contacts-body .contacts .contacts__map {
  flex: 1;
  min-width: 0;
}

.contacts-main .contacts .contacts__map .delivery__map,
.contacts-main .contacts .contacts__map .delivery__map--api,
body.contacts-body .contacts .contacts__map .delivery__map,
body.contacts-body .contacts .contacts__map .delivery__map--api {
  width: 100%;
  max-width: none;
  height: 408px;
  min-height: 408px;
  margin-bottom: 0;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #e5e1dc;
}

.contacts-main .contacts .contacts__map .delivery__map--api .inyan-map-loading,
body.contacts-body .contacts .contacts__map .delivery__map--api .inyan-map-loading {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #555555;
  pointer-events: none;
  font-family: "Fira Sans Condensed", sans-serif;
}

.contacts-main .contacts .info,
body.contacts-body .contacts .info {
  border-radius: 20px;
  background: #fff8f0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  flex-shrink: 0;
}

.contacts-main .contacts .info .heading,
body.contacts-body .contacts .info .heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2d2d2d;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.contacts-main .contacts .info .info-list,
body.contacts-body .contacts .info .info-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contacts-main .contacts .info .info-item,
body.contacts-body .contacts .info .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contacts-main .contacts .info .info-item p,
body.contacts-body .contacts .info .info-item p {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #2d2d2d;
}

.contacts-main .contacts .info .info-item svg,
body.contacts-body .contacts .info .info-item svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.offset {
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 90;
}

.offset.active {
  opacity: 0.4;
  visibility: visible;
}

.popup {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  max-width: 605px;
}

.popup.active {
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
}

/* Попап «бестселлер» главной — выезд справа, как остальные .popup */
.top-sale-popup.popup {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  max-height: 100dvh;
  padding: 0;
  background: #efe8e1;
  transform: translateX(100%);
  box-sizing: border-box;
}

.top-sale-popup.popup.active {
  transform: translateX(0);
}

.top-sale-popup__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.top-sale-popup__viewport {
  display: flex;
  flex-direction: column;
}

.top-sale-popup-close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
  line-height: 0;
}

.top-sale-popup-close:focus-visible {
  outline: 2px solid #d9896f;
  outline-offset: 2px;
}

.top-sale-popup__media-slot {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  flex-shrink: 0;
  background: #efe8e1;
}

.top-sale-popup__media-slot img {
  display: block;
  width: 100%;
  height: auto;
}

.top-sale-popup__text {
  padding: 36px 40px 48px;
  box-sizing: border-box;
}

.top-sale-popup__title {
  margin: 0 0 28px;
  font-family: "Myriad Pro", "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000205;
}

/* Текст из WYSIWYG: инлайновые стили редактора перебиваем !important */
.top-sale-popup__body {
  font-family: "Fira Sans Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-size: 28px !important;
  line-height: 100% !important;
  color: #000205 !important;
}

.top-sale-popup__body :is(p, li, span, div, td, th, dd, dt, blockquote, ul, ol) {
  font-family: inherit !important;
  font-weight: 400 !important;
  font-size: 28px !important;
  line-height: 100% !important;
  color: #000205 !important;
}

.top-sale-popup__body p {
  margin: 0 0 0.85em;
}

.top-sale-popup__body p:last-child {
  margin-bottom: 0;
}

.top-sale-popup__body ul,
.top-sale-popup__body ol {
  margin: 16px 0 20px;
  padding-left: 1.5em;
  font-family: inherit;
  display: block;
}

.top-sale-popup__body ul {
  list-style-type: disc;
  list-style-position: outside;
}

.top-sale-popup__body ol {
  list-style-type: decimal;
  list-style-position: outside;
}

.top-sale-popup__body ul ul {
  list-style-type: circle;
}

.top-sale-popup__body ol ol {
  list-style-type: lower-alpha;
}

.top-sale-popup__body li {
  margin-bottom: 12px;
  font-family: inherit;
  display: list-item;
}

.top-sale-popup__body ul > li {
  list-style-type: disc;
}

.top-sale-popup__body ol > li {
  list-style-type: decimal;
}

.top-sale-popup__body ul ul > li {
  list-style-type: circle;
}

.top-sale-popup__body ol ol > li {
  list-style-type: lower-alpha;
}

.top-sale-popup__body li:last-child {
  margin-bottom: 0;
}

.top-sale-popup__body a {
  font-weight: 400 !important;
  font-size: 28px !important;
  line-height: 100% !important;
  color: #d9896f !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.top-sale-popup__body a:hover {
  color: #c4755c;
}

.top-sale-popup__body :is(strong, b) {
  font-weight: 600 !important;
  font-size: 28px !important;
  line-height: 100% !important;
  color: #000205 !important;
}

.top-sale__trigger {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.top-sale__trigger:focus-visible {
  outline: 2px solid #d9896f;
  outline-offset: 2px;
}

.top-sale__trigger img {
  display: block;
  width: 100%;
  height: auto;
}

.orange-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff8f0;
  border: 2px solid #d9896f;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.orange-arrow svg path,
.cart-popup .top .cart-close svg path,
.card-popup .top .cart-close svg path {
  transition: stroke 0.2s ease;
}

.orange-arrow:hover,
.cart-popup .top .cart-close:hover,
.card-popup .top .cart-close:hover {
  background: #d9896f;
}

.orange-arrow:hover svg path,
.cart-popup .top .cart-close:hover svg path,
.card-popup .top .cart-close:hover svg path {
  stroke: #fff8f0;
}

svg.add-dop circle,
svg.add-dop path,
svg.add-to-cart circle,
svg.add-to-cart path,
svg.notify-close-icon circle,
svg.notify-close-icon path,
.top-sale-popup-close svg circle,
.top-sale-popup-close svg path,
.decrement-dop svg circle,
.decrement-dop svg path,
.card-popup .cart-wrapper .item .decrement svg circle,
.card-popup .cart-wrapper .item .decrement svg path,
.card-popup .cart-wrapper .item .increment svg circle,
.card-popup .cart-wrapper .item .increment svg path,
.cart-popup .person-count-wrapper .decrepent svg circle,
.cart-popup .person-count-wrapper .decrepent svg path,
.cart-popup .person-count-wrapper .increment svg circle,
.cart-popup .person-count-wrapper .increment svg path,
.card-popup .person-count-wrapper .decrepent svg circle,
.card-popup .person-count-wrapper .decrepent svg path,
.card-popup .person-count-wrapper .increment svg circle,
.card-popup .person-count-wrapper .increment svg path {
  transition: fill 0.2s ease, stroke 0.2s ease;
}

svg.add-dop:hover circle,
.catr-dop .item .item-l:hover svg.add-dop circle,
svg.add-to-cart:hover circle,
.notify-close:hover svg.notify-close-icon circle,
.top-sale-popup-close:hover svg circle,
.decrement-dop:hover svg circle,
.card-popup .cart-wrapper .item .decrement:hover svg circle,
.card-popup .cart-wrapper .item .increment:hover svg circle,
.cart-popup .person-count-wrapper .decrepent:hover svg circle,
.cart-popup .person-count-wrapper .increment:hover svg circle,
.card-popup .person-count-wrapper .decrepent:hover svg circle,
.card-popup .person-count-wrapper .increment:hover svg circle {
  fill: #d9896f;
}

svg.add-dop:hover path,
.catr-dop .item .item-l:hover svg.add-dop path,
svg.add-to-cart:hover path,
.notify-close:hover svg.notify-close-icon path,
.top-sale-popup-close:hover svg path,
.decrement-dop:hover svg path,
.card-popup .cart-wrapper .item .decrement:hover svg path,
.card-popup .cart-wrapper .item .increment:hover svg path,
.cart-popup .person-count-wrapper .decrepent:hover svg path,
.cart-popup .person-count-wrapper .increment:hover svg path,
.card-popup .person-count-wrapper .decrepent:hover svg path,
.card-popup .person-count-wrapper .increment:hover svg path {
  stroke: #fff8f0;
}

.cart-popup,
.card-popup {
  padding: 40px;
  background: #efe8e1;
  max-height: 100dvh;
  overflow-y: scroll;
  /* Chrome, Safari, Edge, Opera */
}

.card-popup {
  padding: 0 40px 40px;
  height: 100dvh;
  box-sizing: border-box;
}

@supports (-webkit-touch-callout: none) {
  .top-sale-popup.popup,
  .card-popup {
    height: -webkit-fill-available;
  }

  .top-sale-popup.popup,
  .cart-popup,
  .card-popup {
    max-height: -webkit-fill-available;
  }
}

.cart-popup input::-webkit-outer-spin-button,
.cart-popup input::-webkit-inner-spin-button,
.card-popup input::-webkit-outer-spin-button,
.card-popup input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-popup,
.card-popup {
  /* Firefox */
}

.cart-popup input[type=number],
.card-popup input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  /* Современный стандарт */
}

.cart-popup .top,
.card-popup .top {
  margin-bottom: 20px;
}

.cart-popup .top .cart-close,
.card-popup .top .cart-close {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff8f0;
  border: 2px solid #d9896f;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.cart-popup .cart-wrapper,
.card-popup .cart-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-popup .cart-wrapper .item,
.card-popup .cart-wrapper .item {
  display: flex;
  align-items: stretch;
  gap: 40px;
  border-radius: 20px;
  background: #fff8f0;
  position: relative;
  overflow: hidden;
}

.cart-popup .cart-wrapper .item .item-info,
.card-popup .cart-wrapper .item .item-info {
  padding: 20px;
  padding-left: 0;  
  max-width: 310px;
}

.cart-popup .cart-wrapper .item .item-img,
.card-popup .cart-wrapper .item .item-img {
  align-self: stretch;
  width: auto;
  max-width: 170px;
  height: auto;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.cart-popup .cart-wrapper .item .item-heaing,
.card-popup .cart-wrapper .item .item-heaing {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  margin-bottom: 10px;
}

.cart-popup .cart-wrapper .item .cart-item-description,
.card-popup .cart-wrapper .item .cart-item-description {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #787573;
  margin: -4px 0 12px;
  max-width: 100%;
}

.cart-popup .cart-wrapper .item .item-count,
.card-popup .cart-wrapper .item .item-count {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-popup .cart-wrapper .item .count-heading,
.card-popup .cart-wrapper .item .count-heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #787573;
}

.cart-popup .cart-wrapper .item .count-block,
.card-popup .cart-wrapper .item .count-block {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Акционный товар: нельзя увеличить количество */
.cart-popup .cart-wrapper .item.item--promo .increment,
.cart-popup .cart-wrapper .item.item--promo .decrement {
  pointer-events: none;
  opacity: 0.35;
}

.cart-popup .cart-wrapper .item.item--promo .count-input {
  pointer-events: none;
}

.cart-popup .cart-wrapper .item .decrement,
.cart-popup .cart-wrapper .item .increment,
.card-popup .cart-wrapper .item .decrement,
.card-popup .cart-wrapper .item .increment {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-popup .cart-wrapper .item .count-input,
.card-popup .cart-wrapper .item .count-input {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
  background: none;
  max-width: 30px;
  text-align: center;
}

.cart-popup .cart-wrapper .item .price,
.card-popup .cart-wrapper .item .price {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
  margin-top: 5px;
}

.cart-popup .cart-wrapper .item .item-delete,
.card-popup .cart-wrapper .item .item-delete {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff8f0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.cart-popup .cart-wrapper .item .item-delete svg,
.card-popup .cart-wrapper .item .item-delete svg {
  display: block;
}

.cart-popup .cart-wrapper .item .item-delete svg circle,
.cart-popup .cart-wrapper .item .item-delete svg path,
.card-popup .cart-wrapper .item .item-delete svg circle,
.card-popup .cart-wrapper .item .item-delete svg path {
  transition: fill 0.2s ease, stroke 0.2s ease;
}

.cart-popup .cart-wrapper .item .item-delete:hover,
.card-popup .cart-wrapper .item .item-delete:hover {
  background: #d9896f;
}

.cart-popup .cart-wrapper .item .item-delete:hover svg path,
.card-popup .cart-wrapper .item .item-delete:hover svg path {
  stroke: #fff8f0;
}

.cart-popup .cart-wrapper .item .item-delete:hover svg circle,
.card-popup .cart-wrapper .item .item-delete:hover svg circle {
  fill: #d9896f;
  stroke: #d9896f;
}

.cart-popup .catr-dop,
.card-popup .catr-dop {
  margin-top: 40px;
}

.cart-popup .catr-dop .heading,
.card-popup .catr-dop .heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #000205;
}

.cart-popup .catr-dop .description,
.card-popup .catr-dop .description {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #787573;
  margin-top: 20px;
}

.cart-popup .catr-dop .card-dop-wrapper,
.card-popup .catr-dop .card-dop-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.cart-popup .catr-dop .card-dop-wrapper .item,
.card-popup .catr-dop .card-dop-wrapper .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.cart-popup .catr-dop .card-dop-wrapper .item .item-l,
.card-popup .catr-dop .card-dop-wrapper .item .item-l {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-popup .catr-dop .card-dop-wrapper .dop-name,
.card-popup .catr-dop .card-dop-wrapper .dop-name {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
}

.cart-popup .catr-dop .card-dop-wrapper .dop-price,
.card-popup .catr-dop .card-dop-wrapper .dop-price {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
}

.cart-popup .catr-dop .card-dop-wrapper .dop-input,
.card-popup .catr-dop .card-dop-wrapper .dop-input {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  max-width: 30px;
  min-width: 0;
}

.cart-popup .person-count,
.card-popup .person-count {
  margin-top: 40px;
}

.cart-popup .person-count .heading,
.card-popup .person-count .heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
  margin-bottom: 10px;
}

.cart-popup .person-count .person-count-wrapper,
.card-popup .person-count .person-count-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-popup .person-count .person-count-wrapper input,
.card-popup .person-count .person-count-wrapper input {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
  text-align: center;
  background: none;
  max-width: 30px;
}

.cart-popup .input-item,
.card-popup .input-item {
  margin-top: 40px;
}

.cart-popup .input-item .heading,
.card-popup .input-item .heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  margin-bottom: 10px;
}

.cart-popup .input-item input,
.card-popup .input-item input {
  border: 2px solid #d9896f;
  border-radius: 100px;
  padding: 10px 30px;
  background: none;
  width: 100%;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
}

.cart-popup .input-item--promo.promo-activated .heading {
  color: #2f9e44;
}

.cart-popup .input-item--promo.promo-activated input,
.cart-popup .input-item--promo input.promo-activated {
  border-color: #2f9e44;
  color: #2f9e44;
}

.cart-popup .input-item--promo input:read-only {
  cursor: default;
  opacity: 1;
}

.cart-popup .input-item--promo .promo-input-wrap {
  position: relative;
}

.cart-popup .input-item--promo .promo-input-wrap input {
  padding-right: 140px;
}

.cart-popup .input-item--promo .promo-activate-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #d9896f;
  cursor: pointer;
  white-space: nowrap;
}

.cart-popup .input-item--promo .promo-activate-btn:hover {
  color: #c2755c;
}

.cart-popup .input-item--promo .promo-activate-btn:disabled,
.cart-popup .input-item--promo.promo-activated .promo-activate-btn {
  display: none;
}

.cart-popup .input-item--promo .promo-error {
  margin-top: 8px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #d32f2f;
}

.cart-popup .input-item--promo .promo-error[hidden] {
  display: none;
}

.cart-popup .input-item textarea,
.card-popup .input-item textarea {
  border: 2px solid #d9896f;
  border-radius: 24px;
  padding: 14px 24px;
  background: none;
  width: 100%;
  box-sizing: border-box;
  min-height: 120px;
  resize: vertical;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 135%;
  color: #000205;
}

.cart-popup .predlo,
.card-popup .predlo {
  margin-top: 45px;
}

.cart-popup .predlo .predlo-top,
.card-popup .predlo .predlo-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.cart-popup .predlo .predlo-top .heading,
.card-popup .predlo .predlo-top .heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000205;
}

.cart-popup .predlo .predlo-top .arrows,
.card-popup .predlo .predlo-top .arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-popup .predlo .arrows.predlo-arrows--hidden,
.card-popup .predlo .arrows.predlo-arrows--hidden {
  display: none !important;
}

.cart-popup .predlo .predlo-top .arrows .next,
.cart-popup .predlo .predlo-top .arrows .prev,
.card-popup .predlo .predlo-top .arrows .next,
.card-popup .predlo .predlo-top .arrows .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff8f0;
  border: 2px solid #d9896f;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.cart-popup .predlo .predlo-top .arrows .next svg,
.card-popup .predlo .predlo-top .arrows .next svg {
  transform: rotate(180deg);
}

.cart-popup .predlo .predlo-btm,
.card-popup .predlo .predlo-btm {
  display: none;
}

.cart-popup .predlo .predlo-btm .arrows,
.card-popup .predlo .predlo-btm .arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-popup .predlo .predlo-btm .arrows .next,
.cart-popup .predlo .predlo-btm .arrows .prev,
.card-popup .predlo .predlo-btm .arrows .next,
.card-popup .predlo .predlo-btm .arrows .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff8f0;
  border: 2px solid #d9896f;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.cart-popup .predlo .predlo-btm .arrows .next svg,
.card-popup .predlo .predlo-btm .arrows .next svg {
  transform: rotate(180deg);
}

.cart-popup .predlo .predlo-top .arrows .next svg path,
.cart-popup .predlo .predlo-top .arrows .prev svg path,
.card-popup .predlo .predlo-top .arrows .next svg path,
.card-popup .predlo .predlo-top .arrows .prev svg path,
.cart-popup .predlo .predlo-btm .arrows .next svg path,
.cart-popup .predlo .predlo-btm .arrows .prev svg path,
.card-popup .predlo .predlo-btm .arrows .next svg path,
.card-popup .predlo .predlo-btm .arrows .prev svg path {
  transition: stroke 0.2s ease;
}

.cart-popup .predlo .predlo-top .arrows .next:hover,
.cart-popup .predlo .predlo-top .arrows .prev:hover,
.card-popup .predlo .predlo-top .arrows .next:hover,
.card-popup .predlo .predlo-top .arrows .prev:hover,
.cart-popup .predlo .predlo-btm .arrows .next:hover,
.cart-popup .predlo .predlo-btm .arrows .prev:hover,
.card-popup .predlo .predlo-btm .arrows .next:hover,
.card-popup .predlo .predlo-btm .arrows .prev:hover {
  background: #d9896f;
}

.cart-popup .predlo .predlo-top .arrows .next:hover svg path,
.cart-popup .predlo .predlo-top .arrows .prev:hover svg path,
.card-popup .predlo .predlo-top .arrows .next:hover svg path,
.card-popup .predlo .predlo-top .arrows .prev:hover svg path,
.cart-popup .predlo .predlo-btm .arrows .next:hover svg path,
.cart-popup .predlo .predlo-btm .arrows .prev:hover svg path,
.card-popup .predlo .predlo-btm .arrows .next:hover svg path,
.card-popup .predlo .predlo-btm .arrows .prev:hover svg path {
  stroke: #fff8f0;
}

.cart-popup .predlo .cart-pred-slider,
.card-popup .predlo .cart-pred-slider {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.cart-popup .predlo .cart-pred-slider .swiper-wrapper,
.card-popup .predlo .cart-pred-slider .swiper-wrapper {
  align-items: stretch;
}

.cart-popup .predlo .cart-pred-slider .swiper-slide,
.card-popup .predlo .cart-pred-slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.cart-popup .predlo .cart-pred-slide,
.card-popup .predlo .cart-pred-slide {
  border-radius: 20px;
  background: #fff8f0;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 0;
  box-sizing: border-box;
}

.card-popup .predlo .cart-pred-slide[data-pred-hidden="1"] {
  display: none !important;
}

.cart-popup .predlo .cart-pred-slide img,
.card-popup .predlo .cart-pred-slide img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 0;
  flex-shrink: 0;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
  border-radius: 20px 20px 0 0;
}

.cart-popup .predlo .cart-pred-slide .slide-info,
.card-popup .predlo .cart-pred-slide .slide-info {
  padding: 10px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  gap: 10px;
  position: relative;
  z-index: 2;
  border-radius: 20px 20px 20px 20px;
  background: #FFF8F0;
}

.cart-popup .predlo .cart-pred-slide .name,
.card-popup .predlo .cart-pred-slide .name {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #000205;
  margin-bottom: 0;
  flex: 1 1 auto;
  min-height: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-word;
}

.cart-popup .predlo .cart-pred-slide .cart-pred-go,
.card-popup .predlo .cart-pred-slide .cart-pred-go {
  margin-top: auto;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #d9896f;
  cursor: pointer;
  text-align: center;
  font-family: "Myriad Pro", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #efe8e1;
  background: #d9896f;
  padding: 10px 10px;
  border-radius: 100px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cart-popup .itogo,
.card-popup .itogo {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid #787573;
}

.cart-popup .itogo .itogo-top,
.card-popup .itogo .itogo-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cart-popup .itogo .itogo-top .heading,
.card-popup .itogo .itogo-top .heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
}

.cart-popup .itogo .itogo-top .num,
.card-popup .itogo .itogo-top .num {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
}

.cart-popup .itogo .submit,
.card-popup .itogo .submit {
  margin-top: 40px;
  width: 100%;
  border-radius: 50px;
  padding: 15px 10px;
  background: #d9896f;
  border: 2px solid #d9896f;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #efe8e1;
}

.cart-popup .itogo .submit:hover:not([disabled]),
.card-popup .itogo .submit:hover:not([disabled]),
.deliviry-popup .itogo .submit:hover:not([disabled]),
.time-popup .send:hover:not([disabled]),
.card-popup .add-to-cart button:hover:not([disabled]),
.cart-popup .predlo .cart-pred-slide .cart-pred-go:hover:not([disabled]),
.card-popup .predlo .cart-pred-slide .cart-pred-go:hover:not([disabled]),
.login-popup .form button:hover:not([disabled]),
.sms-popup .form button:hover:not([disabled]),
.notify-popup .notify-popup-ok:hover:not([disabled]),
.lk-popup .inyan-lk-gate-fields .submit:hover:not([disabled]),
.self-popup .inyan-lk-gate-fields .submit:hover:not([disabled]),
.self-popup .inyan-lk-profile-edit:hover:not([disabled]) {
  background: #efe8e1;
  border: 2px solid #d9896f;
  color: #d9896f;
}

.deliviry-popup {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #efe8e1;
  padding: 40px;
}

.deliviry-popup .top {
  margin-bottom: 20px;
}

.deliviry-popup .type-select {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  border: 2px solid #d9896f;
  border-radius: 50px;
  width: 100%;
}

.deliviry-popup .type-select .item {
  border-radius: 50px;
  padding: 15px 20px;
  flex: 1;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #d9896f;
}

.deliviry-popup .type-select .item.active {
  background: #d9896f;
  color: #efe8e1;
}

.deliviry-popup .deliviry-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.deliviry-popup .deliviry-menu .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 100px;
  padding: 20px;
  background: #fff8f0;
}

.deliviry-popup .deliviry-menu .item .item-l {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
}

.deliviry-popup .deliviry-menu .item .item-l .heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.deliviry-popup .deliviry-menu .item .item-l .icon,
.deliviry-popup .deliviry-menu .item > .arrow {
  flex-shrink: 0;
}

.deliviry-popup .deliviry-menu .item.item--static {
  cursor: default;
}

.deliviry-popup .deliviry-btm-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.deliviry-popup .deliviry-btm-menu .item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}

.deliviry-popup .deliviry-btm-menu .item .heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
}

.deliviry-popup .deliviry-btm-menu .item .num {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
}

.deliviry-popup .itogo {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid #787573;
}

.deliviry-popup .itogo .itogo-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.deliviry-popup .itogo .itogo-top .heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
}

.deliviry-popup .itogo .itogo-top .num {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
}

.deliviry-popup .itogo .submit {
  margin-top: 40px;
  width: 100%;
  border-radius: 50px;
  padding: 15px 10px;
  background: #d9896f;
  border: 2px solid #d9896f;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #efe8e1;
}

.payment-popup {
  background: #efe8e1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.payment-popup .top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.payment-popup .top .heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
}

.payment-popup .payment-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  overflow-y: auto;
}

.payment-popup .payment-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 100px;
  padding: 20px;
  background: #fff8f0;
  cursor: pointer;
}

.payment-popup .payment-list .item input {
  position: absolute;
  left: -99999px;
  opacity: 0;
  visibility: hidden;
}

.payment-popup .payment-list .item input:checked+.input-visual {
  border: 4px solid #D9896F;
}

.payment-popup .payment-list .item input:checked+.input-visual::after {
  opacity: 1;
}

.payment-popup .payment-list .item .input-visual {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: none;
  border-radius: 50px;
  border: 1px solid #D9896F;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.payment-popup .payment-list .item .input-visual::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #d9896f;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.4s ease;
}

.payment-popup .payment-list .item .name {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
}

.time-popup {
  background: #efe8e1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.time-popup .top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.time-popup .top .heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
}

.time-popup .time-top-list {
  display: flex;
  position: relative;
}

.time-popup .time-top-list::after {
  content: "";
  display: block;
  width: 167px;
  height: 100%;
  background: linear-gradient(89deg, rgba(239, 232, 225, 0) 0%, #efe8e1 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.time-popup .time-top-list .time-top-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: scroll;
  position: relative;
  z-index: 1;
}

.time-popup .time-top-list .time-top-wrapper .item {
  width: fit-content;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  padding: 20px;
  border-radius: 50px;
  padding: 12px 20px;
  background: #fff8f0;
  border: 1px solid #fff8f0;
  white-space: nowrap;
}

.time-popup .time-top-list .time-top-wrapper .item:last-child {
  width: 150px;
  opacity: 0;
}

.time-popup .time-top-list .time-top-wrapper .item.active {
  color: #d9896f;
  border: 1px solid #d9896f;
}

.time-popup .time-top-list .next {
  position: absolute;
  right: 0;
  z-index: 2;
}

.time-popup .time-top-list .next svg {
  transform: rotate(180deg);
}

.time-popup .time-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  flex: 1;
  overflow-y: scroll;
}

.time-popup .time-wrapper .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 100px;
  padding: 20px;
  background: #fff8f0;
}

.time-popup .time-wrapper .item .name {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
}

.time-popup .time-wrapper .item input {
  position: absolute;
  left: -99999px;
  opacity: 0;
  visibility: hidden;
}

.time-popup .time-wrapper .item input:checked+.input-visual {
  border: 4px solid #D9896F;
}

.time-popup .time-wrapper .item input:checked+.input-visual::after {
  opacity: 1;
}

.time-popup .time-wrapper .item .input-visual {
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 50px;
  border: 1px solid #D9896F;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.time-popup .time-wrapper .item .input-visual::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #d9896f;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.4s ease;
}

.time-popup .send {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #efe8e1;
  border-radius: 50px;
  padding: 15px 10px;
  width: 100%;
  background: #d9896f;
  border: 2px solid #d9896f;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.card-popup .top {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  margin-bottom: 0;
}

.card-popup .card-item img {
  display: block;
  width: calc(100% + 80px);
  max-width: none;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 -40px 20px;
}

.card-popup .card-item .name {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000205;
}

.card-popup .card-item .info-top {
  display: flex;
  justify-content: space-between;
}

.card-popup .card-item .card-info {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}

.card-popup .card-item .card-kallor {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #EFE8E1;
  background: #D9896F;
  border-radius: 50px;
  padding: 5px 15px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

.card-popup .card-item .card-kallor circle {
  fill: #EFE8E1;
}

.card-popup .card-item .card-info-icon {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #EFE8E1;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #D9896F;
  border: 2px solid #efe8e1;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.card-popup .card-item .card-info-icon:hover {
  background: #efe8e1;
  border: 2px solid #d9896f; 
  color: #d9896f;
}

.card-popup .card-item .card-info-icon:hover+.card-info-block {
  opacity: 1;
  visibility: visible;
}

.card-popup .card-item .card-info-wrapper {
  position: relative;
}

.card-popup .card-item .card-info-block {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  position: absolute;
  border-radius: 10px;
  padding: 10px;
  background: #fff8f0;  
  bottom: calc(100% + 10px);
  left: 50%;
  height: fit-content;
  transform: translateX(-50%);
    border: 1px solid transparent;
  background: linear-gradient(#fff8f0, #fff8f0) padding-box, linear-gradient(to bottom, #fff8f0, #D9896F) border-box;
}

.card-popup .card-item .card-info-block.active {
  opacity: 1;
  visibility: visible;
}

.card-popup .card-item .card-info-block .heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #d9896f;
  margin-bottom: 10px;
}

.card-popup .card-item .card-info-block ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.card-popup .card-item .card-info-block li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}

.card-popup .card-item .card-info-block .name,
.card-popup .card-item .card-info-block .num {
  white-space: nowrap;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000205;
  text-transform: none;
}

.card-popup .card-item .weight {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #787573;
}

.card-popup .card-item .description {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #787573;
  margin-top: 20px;
}

.card-popup .add-to-cart {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.card-popup .add-to-cart button {
  border-radius: 50px;
  padding: 15px 25px;
  background: #d9896f;
  border: 2px solid #d9896f;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #efe8e1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-popup .add-to-cart button span {
  font-size: 28px;
}

.card-popup .add-to-cart button circle {
  fill: #EFE8E1;
}

.card-info {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}

.card-kallor {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #787573;
  background: #efe8e1;
  border-radius: 50px;
  padding: 5px 15px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

.card-info-icon {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #787573;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #efe8e1;
  border: 2px solid #efe8e1;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.card-info-icon:hover {
  background: #efe8e1;
  border: 2px solid #efe8e1;
  color: #d9896f;
}

.card-info-icon:hover+.card-info-block {
  opacity: 1;
  visibility: visible;
}

.card-info-wrapper {
  position: relative;
}

.card-info-block {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  position: absolute;
  border-radius: 10px;
  padding: 10px;
  background: #fff8f0;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
    border: 1px solid transparent;
  background: linear-gradient(#fff8f0, #fff8f0) padding-box, linear-gradient(to bottom, #fff8f0, #D9896F) border-box;
}

.card-info-block.active {
  opacity: 1;
  visibility: visible;
}

.card-info-block .heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #d9896f;
  margin-bottom: 10px;
}

.card-info-block ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.card-info-block li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}

.card-info-block .name,
.card-info-block .num {
  white-space: nowrap;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000205;
  text-transform: none;
}

.login-popup,
.sms-popup {
  background: #efe8e1;
  padding: 40px;
  height: 100vh;
}

.login-popup .logo,
.sms-popup .logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 250px;
}

.login-popup .form label,
.sms-popup .form label {
  display: flex;
  flex-direction: column;
}

.login-popup .form label .name,
.sms-popup .form label .name {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  margin-bottom: 10px;
}

.login-popup .form label input,
.sms-popup .form label input {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  border: 2px solid #d9896f;
  border-radius: 100px;
  padding: 10px 30px;
  background: none;
}

.login-popup .form button,
.sms-popup .form button {
  margin-top: 40px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #efe8e1;
  border-radius: 50px;
  padding: 15px 10px;
  background: #d9896f;
  border: 2px solid #d9896f;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  width: 100%;
}

.login-popup .form label.inyan-privacy-agree,
.cart-popup .inyan-privacy-agree {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  cursor: pointer;
}

.login-popup .form label.inyan-privacy-agree .inyan-privacy-agree-input,
.cart-popup .inyan-privacy-agree .inyan-privacy-agree-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}

.login-popup .form label.inyan-privacy-agree .inyan-privacy-agree-box,
.cart-popup .inyan-privacy-agree .inyan-privacy-agree-box {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 2px solid #d9896f;
  border-radius: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.login-popup .form label.inyan-privacy-agree .inyan-privacy-agree-box svg,
.cart-popup .inyan-privacy-agree .inyan-privacy-agree-box svg {
  display: none;
  width: 24px;
  height: 24px;
}

.login-popup .form label.inyan-privacy-agree .inyan-privacy-agree-input:checked + .inyan-privacy-agree-box svg,
.cart-popup .inyan-privacy-agree .inyan-privacy-agree-input:checked + .inyan-privacy-agree-box svg {
  display: block;
}

.login-popup .form label.inyan-privacy-agree .inyan-privacy-agree-input:focus-visible + .inyan-privacy-agree-box,
.cart-popup .inyan-privacy-agree .inyan-privacy-agree-input:focus-visible + .inyan-privacy-agree-box {
  outline: 2px solid #d9896f;
  outline-offset: 2px;
}

.login-popup .form label.inyan-privacy-agree .inyan-privacy-agree-text,
.cart-popup .inyan-privacy-agree .inyan-privacy-agree-text {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000205;
  padding-top: 0;
}

.login-popup .form label.inyan-privacy-agree .inyan-privacy-agree-link,
.cart-popup .inyan-privacy-agree .inyan-privacy-agree-link {
  color: #d9896f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.login-popup .form label.inyan-privacy-agree .inyan-privacy-agree-link:hover,
.cart-popup .inyan-privacy-agree .inyan-privacy-agree-link:hover {
  color: #c2755c;
}

.sms-popup .form label .name {
  text-align: center;
}

.sms-popup .form label input {
  text-align: center;
  border: none;
}

.sms-popup .form label input::placeholder {
  font-size: 40px;
}

.notify-popup {
  z-index: 100;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 420px;
  height: auto;
  max-height: min(85vh, 520px);
  margin: 0;
  padding: 22px 22px 20px;
  padding-top: 52px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  background: #fff8f0;
  border: 2px solid #d9896f;
  border-radius: 24px;
  box-shadow: 0 20px 56px rgba(0, 2, 5, 0.16);
  display: block;
}

.notify-popup.popup.active {
  overflow-y: auto;
}

.notify-popup .notify-close {
  position: absolute;
  top: 14px;
  right: 14px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  color: inherit;
  line-height: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notify-popup .notify-close-icon {
  display: block;
  transform: rotate(45deg);
}

.notify-popup .notify-close:focus-visible {
  outline: 2px solid #d9896f;
  outline-offset: 3px;
}

.notify-popup-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  text-align: center;
}

.top-sale .container {
  overflow: auto;
  /* или overflow-x / overflow-y */

  /* Firefox */
  scrollbar-width: none;

  /* IE и Edge (старые) */
  -ms-overflow-style: none;
}

/* Chrome, Safari, новый Edge */
.top-sale .container::-webkit-scrollbar {
  display: none;
}

.notify-popup-text {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000205;
  margin: 0 0 22px;
  white-space: pre-wrap;
  word-break: break-word;
  text-align: center;
}

.notify-popup .notify-popup-ok {
  margin-top: 0;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  padding: 14px 20px;
  background: #d9896f;
  border: 2px solid #d9896f;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #efe8e1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.inyan-promo-conflict-popup .inyan-promo-conflict-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.inyan-promo-conflict-popup .inyan-promo-conflict-continue,
.inyan-promo-conflict-popup .inyan-promo-conflict-cancel {
  margin: 0;
  width: 100%;
  max-width: none;
  border-radius: 50px;
  padding: 14px 20px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  cursor: pointer;
}

.inyan-promo-conflict-popup .inyan-promo-conflict-continue {
  background: #d9896f;
  border: 2px solid #d9896f;
  color: #efe8e1;
}

.inyan-promo-conflict-popup .inyan-promo-conflict-cancel {
  background: transparent;
  border: 2px solid #d9896f;
  color: #000205;
}

#inyan-notify-popup {
  height: auto;
  max-height: min(70vh, 360px);
}

#inyan-promo-conflict-popup {
  height: auto;
  max-height: min(85vh, 480px);
  z-index: 110;
}

.lk-popup,
.self-popup {
  padding: 40px;
  height: 100vh;
  background: #efe8e1;
  display: flex;
  flex-direction: column;
}

.lk-popup .top,
.self-popup .top {
  display: flex;
  align-items: center;
  gap: 35px;
}

.lk-popup .top p,
.self-popup .top p {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000205;
}

.lk-popup .top .name,
.self-popup .top .name {
  display: none;
}

.lk-popup .info,
.self-popup .info {
  margin-top: 40px;
}

.lk-popup .info .name,
.self-popup .info .name {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000205;
  margin-bottom: 20px;
}

.lk-popup .info .bonuses,
.self-popup .info .bonuses {
  border-radius: 20px;
  width: 100%;
  background: #d9896f;
  padding: 20px;
  padding-top: 95px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #787573;
}

.lk-popup .info .bonuses span,
.self-popup .info .bonuses span {
  color: #efe8e1;
}

.lk-popup .lk-menu,
.self-popup .lk-menu {
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  flex: 1;
  display: none;
}

.lk-popup .lk-menu.active,
.self-popup .lk-menu.active {
  display: flex;
}

.lk-popup .lk-menu .item,
.self-popup .lk-menu .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 100px;
  padding: 20px;
  background: #fff8f0;
}

.lk-popup .lk-menu .item .item-l,
.self-popup .lk-menu .item .item-l {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lk-popup .lk-menu .item .item-l .heading,
.self-popup .lk-menu .item .item-l .heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
}

.lk-popup .lk-self,
.self-popup .lk-self {
  flex: 1;
  margin-top: 40px;
  display: none;
  flex-direction: column;
  gap: 20px;
}

.lk-popup .lk-self .name,
.self-popup .lk-self .name {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #787573;
}

.lk-popup .lk-self .value,
.self-popup .lk-self .value {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  margin-top: 10px;
}

.lk-popup .lk-self.active,
.self-popup .lk-self.active {
  display: flex;
}

.lk-popup .logout,
.self-popup .logout {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  width: 100%;
  text-align: center;
}

.history-popup {
  padding: 40px;
  background: #efe8e1;
  height: 100vh;
}

.history-popup .top {
  display: flex;
  align-items: center;
  gap: 35px;
}

.history-popup .top p {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000205;
}

.history-popup .history-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}

.history-popup .history-wrapper .item {
  border-radius: 100px;
  padding: 10px 40px;
  background: #fff8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.history-popup .history-wrapper .item .item-l {
  min-width: 0;
  flex: 1 1 auto;
}

.history-popup .history-wrapper .item .name {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: #2d2d2d;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.history-popup .history-wrapper .item .date {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #2d2d2d;
}

.history-popup .inyan-history-repeat {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 8px 14px;
  background: #d9896f;
  border: 2px solid #d9896f;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #efe8e1;
}

.history-popup .inyan-history-repeat:hover:not(:disabled) {
  background: #efe8e1;
  border-color: #d9896f;
  color: #d9896f;
}

.history-popup .inyan-history-repeat:disabled,
.history-popup .inyan-history-repeat.is-loading {
  opacity: 0.65;
  cursor: default;
}

.history-popup .history-wrapper .item-r {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.history-popup .history-wrapper .item-r .item-r-item {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #2d2d2d;
  text-align: right;
}

@media (max-width: 1240px) {
  .container {
    max-width: calc(100vw - 40px);
  }

  header {
    padding: 20px 0;
  }

  header .container {
    flex-wrap: wrap;
  }

  header .header-logo {
    width: 108px;
    height: 28px;
    order: 1;
  }

  header .header-logo img {
    max-width: 93px;
  }

  header .header-search-block {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }

  header .header-search-block .header-search-top {
    width: 100%;
  }

  header .header-search-block .header-search-label input {
    padding: 10px 30px 10px 50px;
    font-size: 16px;
  }

  header .header-search-block .header-search-label input::placeholder {
    font-size: 16px;
  }

  header .header-search-block .header-search-label svg {
    width: 18px;
    height: 18px;
    left: 30px;
  }

  header .header-search-block .header-search-dropdown {
    border-radius: 20px;
    max-height: min(50vh, 360px);
  }

  header .header-search-block .header-search-item-name {
    font-size: 18px;
  }

  header .header-search-block .header-search-item-price {
    font-size: 22px;
  }

  header .header-search-block .header-search-item-img {
    width: 56px;
    height: 56px;
  }

  header .header-search-block .header-search-qty .person-count-input {
    font-size: 22px;
    max-width: 36px;
  }

  header .header-info {
    order: 2;
    gap: 5px;
  }

  header .header-info .header-phone svg {
    height: 24px;
    width: 24px;
  }

  header .header-info .header-phone span {
    display: none;
  }

  header .header-info .header-login svg {
    width: 24px;
    height: 24px;
  }

  header .header-info .header-login {
    font-size: 12px;
    line-height: 100%;
  }

  .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }


  .wrapper .wrapper_item img {
    width: 100%;
    height: auto;
    aspect-ratio: 12 / 13;
    border-radius: 10px 10px 0 0;
  }

  .wrapper .wrapper_item.small .wrapper_item_info {
    border-radius: 0 0 10px 10px;
  }

  .wrapper .wrapper_item .wrapper_item_info {
    border-radius: 0 0 10px 10px;
    padding: 16px 16px 8px;
  }

  .wrapper-item-tags {
    padding: 6px;
  }

  .wrapper-item-tags span {
    font-size: 8px;
  }

  .wrapper-item-tags.up .up-text p {
    font-size: 12px;
  }

  .wrapper .wrapper_item_cart-actions {
    position: static;
    bottom: auto;
    right: auto;
    margin-top: auto;
    align-self: stretch;
    display: flex;
    justify-content: flex-end;
    padding: 0 16px 12px;
    box-sizing: border-box;
  }

  .wrapper .wrapper_item_add-to-cart {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }

  .wrapper .wrapper_item_add-to-cart .menu-card-qty-icon {
    width: 100%;
    height: 100%;
  }

  .wrapper .menu-card-qty.person-count-wrapper {
    display: none !important;
  }

  .wrapper .menu-card-cart-wrap.menu-card-in-cart {
    pointer-events: none;
    cursor: default;
  }

  .wrapper .menu-card-cart-wrap.menu-card-in-cart:hover {
    background: #fff8f0;
  }

  .wrapper .menu-card-cart-wrap.menu-card-in-cart:hover .menu-card-qty-icon path {
    stroke: #d9896f;
  }

  .wrapper .menu-card-cart-wrap.menu-card-in-cart:hover .menu-card-qty-icon circle {
    fill: #fff8f0;
    stroke: #d9896f;
  }

  .user-select .wrapper .wrapper_item .wrapper_item_info {
    padding: 12px 12px 6px;
    border-radius: 10px;
  }

  .user-select .wrapper .wrapper_item_cart-actions {
    padding: 0 12px 10px;
  }

  .user-select .wrapper .wrapper_item_add-to-cart {
    width: 24px;
    height: 24px;
  }

  .wrapper .wrapper_item .card-info {
    display: none;
  }

  .wrapper .wrapper_item_info .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    margin-bottom: 10px;
  }

  .wrapper .wrapper_item_info .price {
    margin-top: auto;
    font-size: 16px;
  }

  .top-sale {
    margin-top: 0;
  }

  .top-sale .container {
    overflow-x: scroll;
    padding: 0 20px;
    max-width: 100vw;
    gap: 5px;
  }

  .top-sale .container .top-sale__item {
    flex: 0 0 auto;
  }

  .user-select {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .user-select::before {
    width: min(145%, 100vw);
    height: min(88%, 420px);
    top: 50%;
  }

  .user-select .user-select-slider {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .user-select .wrapper .wrapper_item {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    overflow: visible;
  }

  .user-select .wrapper .wrapper_item img {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 12 / 13;
    object-fit: cover;
  }

  .user-select .wrapper .wrapper_item_info .name {
    min-height: calc(2 * 1em);
  }

  .btm-menu {
    bottom: 10px;
    padding: 10px 30px;
    gap: 20px;
  }

  .popup {
    width: 100vw;
    height: 100dvh;
  }

  .top-sale-popup-close {
    width: 28px;
    height: 28px;
    top: 10px;
    right: 10px;
  }

  .top-sale-popup__text {
    padding: 28px 20px 40px;
  }

  .top-sale-popup__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000205;
    margin-bottom: 20px;
  }

  .top-sale-popup__body,
  .top-sale-popup__body :is(p, li, span, div, td, th, dd, dt, blockquote, ul, ol) {
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 100% !important;
    color: #000205 !important;
  }

  .cart-popup,
  .card-popup {
    padding: 20px;
  }

  .card-popup {
    padding: 0 20px 20px;
  }

  .card-popup .card-item img {
    width: calc(100% + 40px);
    margin: 0 -20px 20px;
  }

  .cart-popup .top,
  .card-popup .top {
    margin-bottom: 10px;
  }

  .card-popup .top {
    position: absolute;
    top: 20px;
    left: 20px;
    margin-bottom: 0;
  }

  .cart-popup .cart-wrapper .item,
  .card-popup .cart-wrapper .item {
    padding: 15px;
    gap: 20px;
  }

  .cart-popup .cart-wrapper .item .item-img,
  .card-popup .cart-wrapper .item .item-img {
    max-width: 92px;
  }

  .cart-popup .cart-wrapper .item .item-heaing,
  .card-popup .cart-wrapper .item .item-heaing {
    font-size: 16px;
    line-height: 100%;
  }

  .cart-popup .cart-wrapper .item .cart-item-description,
  .card-popup .cart-wrapper .item .cart-item-description {
    font-size: 11px;
    line-height: 120%;
  }

  .cart-popup .cart-wrapper .item .count-heading,
  .card-popup .cart-wrapper .item .count-heading {
    font-size: 12px;
    line-height: 100%;
  }

  .cart-popup .cart-wrapper .item .decrement,
  .cart-popup .cart-wrapper .item .increment,
  .card-popup .cart-wrapper .item .decrement,
  .card-popup .cart-wrapper .item .increment {
    width: 28px;
    height: 28px;
    position: relative;
  }

  .cart-popup .cart-wrapper .item .decrement svg,
  .cart-popup .cart-wrapper .item .increment svg,
  .card-popup .cart-wrapper .item .decrement svg,
  .card-popup .cart-wrapper .item .increment svg {
    width: 100%;
    height: 100%;
  }

  .cart-popup .cart-wrapper .item .count-input,
  .card-popup .cart-wrapper .item .count-input {
    font-size: 22px;
    line-height: 100%;
  }

  .cart-popup .cart-wrapper .item .price,
  .card-popup .cart-wrapper .item .price {
    font-size: 22px;
    line-height: 100%;
    margin-top: 33px;
  }

  .cart-popup .cart-wrapper .item .item-delete,
  .card-popup .cart-wrapper .item .item-delete {
    width: 28px;
    height: 28px;
  }

  .cart-popup .cart-wrapper .item .item-delete svg,
  .card-popup .cart-wrapper .item .item-delete svg {
    width: 100%;
    height: 100%;
  }

  .cart-popup .catr-dop .heading,
  .card-popup .catr-dop .heading {
    font-size: 18px;
    line-height: 100%;
  }

  .cart-popup .catr-dop .description,
  .card-popup .catr-dop .description {
    font-size: 12px;
    line-height: 100%;
    margin-top: 10px;
  }

  .cart-popup .catr-dop .card-dop-wrapper .dop-name,
  .cart-popup .catr-dop .card-dop-wrapper .dop-price,
  .card-popup .catr-dop .card-dop-wrapper .dop-name,
  .card-popup .catr-dop .card-dop-wrapper .dop-price {
    font-size: 18px;
    line-height: 100%;
  }

  .cart-popup .catr-dop .card-dop-wrapper .item .item-l svg,
  .card-popup .catr-dop .card-dop-wrapper .item .item-l svg {
    width: 28px;
    height: 28px;
  }

  .cart-popup .catr-dop .card-dop-wrapper .dop-input,
  .card-popup .catr-dop .card-dop-wrapper .dop-input {
    max-width: 10px;
    font-size: 22px;
    line-height: 100%;
  }

  .cart-popup .card-item .card-kallor,
  .card-popup .card-item .card-kallor {
    font-size: 12px;
    padding: 10px 15px;
  }

  .cart-popup .card-item .card-info-icon,
  .card-popup .card-item .card-info-icon {
    width: 30px;
    height: 30px;
  }

  .cart-popup .card-item .card-info-block,
  .card-popup .card-item .card-info-block {
    left: 55%;
  }

  .cart-popup .card-item .card-info-block li,
  .card-popup .card-item .card-info-block li {
    gap: 20px;
  }

  .cart-popup .person-count,
  .card-popup .person-count {
    margin-top: 20px;
  }

  .cart-popup .person-count .heading,
  .card-popup .person-count .heading {
    font-size: 22px;
    line-height: 100%;
  }

  .cart-popup .person-count .person-count-wrapper,
  .card-popup .person-count .person-count-wrapper {
    gap: 5;
  }

  .cart-popup .person-count .person-count-wrapper svg,
  .card-popup .person-count .person-count-wrapper svg {
    width: 28px;
    height: 28px;
  }

  .cart-popup .person-count .person-count-wrapper input,
  .card-popup .person-count .person-count-wrapper input {
    max-width: 10px;
    font-size: 22px;
    line-height: 100%;
  }

  .cart-popup .input-item,
  .card-popup .input-item {
    margin-top: 20px;
  }

  .cart-popup .input-item .heading,
  .card-popup .input-item .heading {
    font-size: 12px;
    line-height: 100%;
  }

  .cart-popup .input-item input,
  .card-popup .input-item input {
    padding: 5px 20px;
  }

  .cart-popup .input-item--promo .promo-input-wrap input {
    padding-right: 100px;
  }

  .cart-popup .input-item--promo .promo-activate-btn {
    right: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #d9896f;
  }

  .cart-popup .input-item textarea,
  .card-popup .input-item textarea {
    padding: 10px 16px;
    font-size: 22px;
    min-height: 96px;
  }

  .cart-popup .predlo .predlo-top .arrows,
  .card-popup .predlo .predlo-top .arrows {
    display: none;
  }

  .cart-popup .predlo .predlo-top .heading,
  .card-popup .predlo .predlo-top .heading {
    font-size: 20px;
    line-height: 100%;
  }

  .cart-popup .predlo .predlo-btm,
  .card-popup .predlo .predlo-btm {
    display: flex;
    margin-top: 10px;
  }

  .cart-popup .predlo .predlo-btm .arrows .next,
  .cart-popup .predlo .predlo-btm .arrows .prev,
  .card-popup .predlo .predlo-btm .arrows .next,
  .card-popup .predlo .predlo-btm .arrows .prev {
    width: 28px;
    height: 28px;
  }

  .cart-popup .itogo,
  .card-popup .itogo {
    padding-top: 20px;
  }

  .cart-popup .itogo .itogo-top .heading,
  .card-popup .itogo .itogo-top .heading {
    font-size: 16px;
    line-height: 100%;
  }

  .cart-popup .itogo .itogo-top .num,
  .card-popup .itogo .itogo-top .num {
    font-size: 22px;
    line-height: 100%;
  }

  .cart-popup .itogo .submit,
  .card-popup .itogo .submit {
    font-size: 18px;
    line-height: 100%;
    margin-top: 20px;
    padding: 20px;
  }

  .deliviry-popup {
    padding: 20px;
  }

  .deliviry-popup .orange-arrow {
    width: 28px;
    height: 28px;
  }

  .deliviry-popup .type-select {
    margin-bottom: 20px;
  }

  .deliviry-popup .type-select .item {
    font-size: 12px;
    line-height: 100%;
    padding: 15px;
  }

  .deliviry-popup .deliviry-menu .item svg {
    width: 18px;
    height: 18px;
  }

  .deliviry-popup .deliviry-menu .item .item-l .heading {
    font-size: 12px;
  }

  .deliviry-popup .deliviry-btm-menu .item .heading {
    font-size: 16px;
  }

  .deliviry-popup .deliviry-btm-menu .item .num {
    font-size: 22px;
  }

  .deliviry-popup .itogo {
    margin-top: 10px;
    padding-top: 10px;
  }

  .deliviry-popup .itogo .submit {
    margin-top: 20px;
    font-size: 18px;
    padding-top: 20px;
  }

  .payment-popup {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100dvh;
    max-height: 100dvh;
    padding: 20px;
  }

  .payment-popup .top {
    gap: 10px;
    margin-bottom: 20px;
  }

  .payment-popup .top .heading {
    font-size: 22px;
  }

  .payment-popup .payment-list {
    gap: 5px;
  }

  .payment-popup .payment-list .item {
    padding: 5px 10px;
  }

  .payment-popup .payment-list .item .name {
    font-size: 12px;
  }

  .payment-popup .orange-arrow {
    width: 28px;
    height: 28px;
  }

  .time-popup .orange-arrow {
    width: 28px;
    height: 28px;
  }

  .time-popup .top .heading {
    font-size: 22px;
    line-height: 100%;
  }

  .time-popup .time-top-list::after {
    width: 70px;
  }

  .time-popup .time-top-list .time-top-wrapper .item {
    font-size: 16px;
    padding: 12px 15px;
  }

  .time-popup .time-wrapper .item {
    padding: 5px 10px;
  }

  .time-popup .time-wrapper .item .name {
    font-size: 12px;
  }

  .time-popup .send {
    margin-top: 20px;
    font-size: 22px;
    padding: 17px;
  }

  .menu-top .container::after {
    width: 70px;
  }

  .menu-top .container .menu-top-slider .item {
    font-size: 16px;
    padding: 12px 15px;
  }

  .wok-builder {
    margin-top: 20px;
  }

  .wok-builder .section-heading {
    margin-bottom: 20px;
  }

  .wok-builder .wok-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: stretch;
    min-width: 0;
  }

  .wok-builder .wok-item {
    margin-bottom: 20px;
  }

  .wok-builder .wok-wrapper-item {
    position: relative;
    border-radius: 10px;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
  }

  .wok-builder .wok-wrapper-item > img:not(.wok-spicy-icon) {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 160px;
    max-height: none;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto 8px;
  }

  .wok-builder .wok-wrapper-item img.wok-spicy-icon {
    box-sizing: content-box;
    flex-shrink: 0;
    width: 15px;
    max-width: 15px;
    min-width: 0;
    height: auto;
    object-fit: contain;
    display: block;
    
  }

  .wok-builder .wok-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .wok-builder .wok-add {
    justify-content: center;
    padding: 11px;
    border-radius: 7px;
  }

  .wok-builder .wok-choice-action-icon {
    display: none !important;
  }

  .wok-builder .wok-choice-name-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    min-height: calc(2 * 1em);
  }

  .wok-builder .wok-spicy-icon {
    width: 15px;
    max-width: 15px;
    height: auto;
  }

  .wok-builder .wok-itogo {
    flex-direction: column;
    align-items: flex-start;
  }

  .wok-builder .wok-itogo-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
  }

  .wok-builder .wok-itogo-r {
    width: 100%;
  }

  .wok-builder .wok-itogo-num {
    width: 100%;
    margin-top: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 100%;
    order: 1;
  }

  .wok-builder .person-count-wrapper {
    order: 3;
  }

  .wok-builder .person-count-wrapper .decrepent,
  .wok-builder .person-count-wrapper .increment {
    width: 28px;
    height: 28px;
  }

  .wok-builder .person-count-wrapper .decrepent svg,
  .wok-builder .person-count-wrapper .increment svg {
    width: 100%;
    height: 100%;
  }

  .wok-builder .person-count-wrapper input {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    max-width: 30px;
  }

  .wok-builder .wok-itogo-r .add-to-cart {
    order: 2;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #efe8e1;
    padding: 11px 30px;
    flex: 1;
    margin-right: 5px;
  }

  .inyan-menu-scroll-top {
    right: 12px;
    bottom: 108px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .contacts-main .contacts,
  body.contacts-body .contacts {
    margin-bottom: 30px;
  }

  .contacts-main .contacts .container,
  body.contacts-body .contacts .container {
    flex-direction: column;
  }

  .contacts-main .contacts .info,
  body.contacts-body .contacts .info {
    position: absolute;
    width: calc(100% - 20px);
    max-width: none;
    bottom: 10px;
    top: auto;
    left: 10px;
    transform: translate(0, 0);
    padding: 15px;
    z-index: 2;
  }

  .contacts-main .contacts .info .heading,
  body.contacts-body .contacts .info .heading {
    font-size: 20px;
  }

  .contacts-main .contacts .info .info-item p,
  body.contacts-body .contacts .info .info-item p {
    font-size: 16px;
  }

  footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 20px;
  }

  footer .container::after {
    width: 100%;
    left: 0;
  }

  footer .footer-l {
    order: 3;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 0;
  }

  footer .footer-links {
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 5px;
  }

  footer .footer-links ul {
    align-items: flex-start;
    gap: 5px;
  }

  footer .footer-links a {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #000205;
  }

  footer .footer-copyright {
    text-align: center;
    margin-top: 5px;
  }

  footer .footer-logo {
    order: 1;
    width: 88px;
    margin-top: 0;
  }

  footer .footer-nav {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 8px;
  }

  footer .footer-nav ul {
    align-items: center;
    gap: 5px;
  }

  footer .footer-nav a {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #000205;
  }

  footer .shari {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  footer .shari a {
    width: 88px;
  }

  .card-popup .card-item .info-top .name {
    font-size: 20px;
  }

  .card-popup .card-item .info-top .weight {
    font-size: 12px;
  }

  .card-popup .card-item .description {
    font-size: 12px;
  }

  .card-popup .add-to-cart button {
    font-size: 22px;
  }

  .card-popup .add-to-cart button span {
    font-size: 22px;
  }

  .login-popup,
  .sms-popup {
    padding: 20px;
  }

  .notify-popup,
  .notify-popup.popup,
  #inyan-notify-popup,
  #inyan-promo-conflict-popup {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: calc(100% - 24px);
    max-width: 420px;
    height: auto;
    max-height: min(70dvh, 360px);
    padding: 18px 16px 16px;
    padding-top: 48px;
    border-radius: 20px;
  }

  .login-popup .logo,
  .sms-popup .logo {
    margin-bottom: 150px;
  }

  .lk-popup,
  .self-popup,
  .history-popup {
    padding: 20px;
  }

  .lk-popup .top,
  .self-popup .top,
  .history-popup .top {
    gap: 10px;
  }

  .lk-popup .top .name,
  .lk-popup .top .heading,
  .lk-popup .top p,
  .self-popup .top .name,
  .self-popup .top .heading,
  .self-popup .top p,
  .history-popup .top .name,
  .history-popup .top .heading,
  .history-popup .top p {
    display: block;
    font-size: 20px;
  }

  .lk-popup .info .name,
  .self-popup .info .name,
  .history-popup .info .name {
    display: none;
  }

  .lk-popup .lk-menu .item svg,
  .self-popup .lk-menu .item svg,
  .history-popup .lk-menu .item svg {
    width: 18px;
    height: 18px;
  }

  .lk-popup .lk-menu .item .item-l .heading,
  .self-popup .lk-menu .item .item-l .heading,
  .history-popup .lk-menu .item .item-l .heading {
    font-size: 12px;
  }
}

/* __theme_supplement_after_root_export__ */

.cart-popup .itogo .submit.cart-checkout-empty,
.card-popup .itogo .submit.cart-checkout-empty {
  font-size: 20px;
  line-height: 120%;
  padding-left: 16px;
  padding-right: 16px;
}

.adres-popup {
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  max-height: 100dvh;
  /* Скролл только у .adres-wrapper — иначе контент обрезается и не листается */
  overflow: hidden;
}

.adres-popup.popup.active {
  overflow: hidden;
}

.adres-popup .adres-offset {
  position: fixed;
  top: 0;
  right: 0;
  background: black;
  opacity: 0.4;
  height: 100%;
  z-index: -1;
  width: 100%;
}

.adres-popup .adres-wrapper {
  background: #efe8e1;
  padding: 40px;
  position: relative;
  width: 100%;
  flex: 1;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.adres-popup .adres-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: #787573;
  border-radius: 50px;
}

.adres-popup .adres-wrapper .top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.adres-popup .adres-wrapper .top .heading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
}

.adres-popup .adres-body {
  /* Контент растёт по высоте; скроллит .adres-wrapper (SuggestView не в overflow-hidden) */
  flex: 0 0 auto;
  min-height: auto;
  padding-right: 4px;
  padding-bottom: 24px;
  display: block;
  overflow: visible;
}

.adres-popup .adres-body-scroll {
  overflow: visible;
  display: block;
}

.adres-popup .inyan-adres-lead {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #354052;
  margin: 0 0 14px;
}

.adres-popup .inyan-adres-zones {
  margin-bottom: 22px;
}

.adres-popup .inyan-adres-field {
  margin-bottom: 14px;
  flex-shrink: 0;
}

.adres-popup .inyan-adres-label {
  display: block;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #000205;
  margin-bottom: 8px;
}

.adres-popup .inyan-adres-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 17px;
  line-height: 130%;
  color: #000205;
  background: #fff8f0;
  border: 2px solid #d9896f;
  border-radius: 100px;
  padding: 14px 22px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.adres-popup .inyan-adres-input::placeholder {
  color: #787573;
  opacity: 1;
}

.adres-popup .inyan-adres-input:focus {
  border-color: #c4755c;
  box-shadow: 0 0 0 3px rgba(217, 137, 111, 0.22);
}

.adres-popup .inyan-adres-hint {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #787573;
  margin: 8px 0 0;
  padding-left: 4px;
}

.adres-popup .delivery__map--yandex-widget {
  width: 100%;
  max-width: 1348px;
  height: 460px;
  min-height: 460px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: #e5e1dc;
  border-radius: 16px;
  border: 1px solid rgba(120, 117, 115, 0.25);
  box-shadow: 0 4px 20px rgba(0, 2, 5, 0.06);
}

.adres-popup .delivery__map--yandex-widget iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.adres-popup .inyan-adres-call {
  margin-top: 18px;
  border-radius: 12px;
}

.time-popup .time-top-list .time-top-wrapper .item {
  width: fit-content;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  padding: 20px;
  border-radius: 50px;
  padding: 12px 20px;
  background: #fff8f0;
  border: 1px solid #fff8f0;
  white-space: nowrap;
  cursor: pointer;
}

.card-popup .card-item .card-info-icon {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #EFE8E1;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #D9896F;
  border: 2px solid #efe8e1;
  box-sizing: border-box;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}

.card-popup .card-item .card-info-block {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  position: absolute;
  border-radius: 10px;
  padding: 10px;
  background: #fff8f0;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.login-popup .form .inyan-sms-msg,
.sms-popup .form .inyan-sms-msg {
  margin-top: 16px;
  font-size: 18px;
  line-height: 120%;
  color: #b00020;
}

.login-popup .form .inyan-sms-msg.is-success,
.sms-popup .form .inyan-sms-msg.is-success {
  color: #1b5e20;
}

.login-popup .form button[disabled],
.sms-popup .form button[disabled] {
  opacity: 0.65;
  cursor: wait;
}

.login-popup .form .inyan-btn-loading,
.sms-popup .form .inyan-btn-loading {
  font: inherit;
}

.sms-popup .form .inyan-sms-sent-hint {
  text-align: center;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 130%;
  color: #354052;
  margin: 0 0 20px;
  padding: 0 8px;
}

.lk-popup .inyan-lk-main,
.self-popup .inyan-lk-main {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.lk-popup .logout,
.self-popup .logout {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 24px;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.lk-popup .inyan-lk-profile-gate.inyan-lk-is-hidden,
.lk-popup .inyan-lk-main.inyan-lk-is-hidden,
.lk-popup .inyan-lk-self-profile-fields.inyan-lk-is-hidden,
.lk-popup .inyan-lk-profile-edit.inyan-lk-is-hidden,
.self-popup .inyan-lk-profile-gate.inyan-lk-is-hidden,
.self-popup .inyan-lk-main.inyan-lk-is-hidden,
.self-popup .inyan-lk-self-profile-fields.inyan-lk-is-hidden,
.self-popup .inyan-lk-profile-edit.inyan-lk-is-hidden {
  display: none !important;
}

.self-popup .inyan-lk-profile-edit {
  margin-top: 8px;
  width: 100%;
}

.lk-popup .inyan-lk-self-profile-fields,
.self-popup .inyan-lk-self-profile-fields {
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(217, 137, 111, 0.35);
  width: 100%;
}

.lk-popup .inyan-lk-self-profile-hint,
.self-popup .inyan-lk-self-profile-hint {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #354052;
  margin: 0 0 16px;
}

.lk-popup .inyan-lk-profile-gate .inyan-lk-gate-fields .submit {
  margin-top: 0;
}

.lk-popup .inyan-lk-profile-gate,
.self-popup .inyan-lk-profile-gate {
  margin-top: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.lk-popup .inyan-lk-gate-title,
.self-popup .inyan-lk-gate-title {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #000205;
  margin: 0 0 12px;
}

.lk-popup .inyan-lk-gate-text,
.self-popup .inyan-lk-gate-text {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #354052;
  margin: 0 0 20px;
}

.lk-popup .inyan-lk-gate-fields,
.self-popup .inyan-lk-gate-fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lk-popup .inyan-lk-gate-fields .input-label,
.self-popup .inyan-lk-gate-fields .input-label {
  display: flex;
  flex-direction: column;
}

.lk-popup .inyan-lk-gate-fields .input-label .name,
.self-popup .inyan-lk-gate-fields .input-label .name {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000205;
  margin-bottom: 8px;
}

.lk-popup .inyan-lk-gate-fields .input-label input,
.self-popup .inyan-lk-gate-fields .input-label input {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  color: #000205;
  border: 2px solid #d9896f;
  border-radius: 100px;
  padding: 12px 24px;
  background: none;
}

.lk-popup .inyan-lk-gate-fields .submit,
.self-popup .inyan-lk-gate-fields .submit,
.self-popup .inyan-lk-profile-edit {
  margin-top: 24px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  color: #efe8e1;
  border-radius: 50px;
  padding: 15px 10px;
  background: #d9896f;
  width: 100%;
  border: 2px solid #d9896f;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.lk-popup .inyan-lk-gate-fields .submit[disabled],
.self-popup .inyan-lk-gate-fields .submit[disabled],
.self-popup .inyan-lk-profile-edit[disabled] {
  opacity: 0.65;
  cursor: wait;
}

.lk-popup .inyan-lk-gate-fields .inyan-lk-profile-msg,
.self-popup .inyan-lk-gate-fields .inyan-lk-profile-msg {
  margin-top: 8px;
  font-size: 16px;
  line-height: 120%;
  color: #1b5e20;
}

.lk-popup .inyan-lk-gate-fields .inyan-lk-profile-msg.is-error,
.self-popup .inyan-lk-gate-fields .inyan-lk-profile-msg.is-error {
  color: #b00020;
}

.lk-popup .inyan-lk-bonus-note,
.self-popup .inyan-lk-bonus-note {
  margin-top: 16px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #787573;
}

.history-popup .inyan-history-status {
  margin: 16px 0 0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 15px;
  line-height: 130%;
  color: #354052;
}

.history-popup .inyan-history-refresh[hidden] {
  display: none !important;
}

.history-popup .inyan-history-refresh {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 0;
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff8f0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 15px;
  line-height: 130%;
  color: #354052;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.history-popup .inyan-history-refresh.is-fading {
  opacity: 0;
}

.history-popup .inyan-history-refresh-spinner,
.history-popup .inyan-history-refresh-icon {
  display: none;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.history-popup .inyan-history-refresh.is-refreshing .inyan-history-refresh-spinner {
  display: inline-block;
  border: 2px solid #d9896f;
  border-top-color: transparent;
  border-radius: 50%;
  animation: inyan-history-spin 0.75s linear infinite;
}

.history-popup .inyan-history-refresh.is-error .inyan-history-refresh-icon {
  display: inline-block;
  position: relative;
  color: #c0392b;
}

.history-popup .inyan-history-refresh.is-error .inyan-history-refresh-icon::before,
.history-popup .inyan-history-refresh.is-error .inyan-history-refresh-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
}

.history-popup .inyan-history-refresh.is-error .inyan-history-refresh-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.history-popup .inyan-history-refresh.is-error .inyan-history-refresh-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes inyan-history-spin {
  to {
    transform: rotate(360deg);
  }
}

.history-popup .inyan-history-status.is-error {
  color: #a94442;
}

.history-popup .inyan-history-empty {
  margin: 24px 0 0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #787573;
  max-width: 520px;
}

.history-popup .inyan-history-sum {
  font-weight: 600 !important;
  color: #000205 !important;
}

.history-popup .inyan-history-note {
  font-size: 13px !important;
  color: #8b4513 !important;
}

.history-popup .inyan-history-rest-id {
  font-size: 12px !important;
  color: #787573 !important;
  word-break: break-all;
}

.history-popup .inyan-history-status-text {
  font-size: 14px !important;
  line-height: 1.35 !important;
  color: #354052 !important;
}

.history-popup .inyan-history-rest-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.history-popup .inyan-history-rest-btn {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 12px;
  border: 1px solid #d9896f;
  background: #fff;
  color: #d9896f;
  cursor: pointer;
}

.history-popup .inyan-history-rest-btn:hover:not(:disabled) {
  background: #fff0e8;
}

.history-popup .inyan-history-rest-btn:disabled {
  opacity: 0.55;
  cursor: default;
}

.history-popup .history-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 4px;
}

.history-popup .history-wrapper .item {
  border-radius: 24px;
  padding: 16px 28px;
  background: #fff8f0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.history-popup .history-wrapper .item .item-l {
  min-width: 0;
  flex: 1 1 auto;
}

.history-popup .history-wrapper .item .name {
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.history-popup .history-wrapper .item-r {
  min-width: 0;
  flex: 0 1 auto;
}

@media (max-width: 1240px) {
  .history-popup .history-wrapper .item {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px 16px;
  }

  .history-popup .history-wrapper .item .name {
    font-size: 18px;
  }

  .history-popup .history-wrapper .item-r {
    width: 100%;
  }

  .history-popup .history-wrapper .item-r .item-r-item {
    text-align: left;
  }
}

@media (max-width: 1240px) {
  .container {
    max-width: calc(100vw - 40px);
  }

  header {
    padding: 20px 0;
  }

  header .container {
    flex-wrap: wrap;
  }

  header .header-logo {
    width: 108px;
    height: auto;
    order: 1;
  }

  header .header-logo img {
    max-width: 108px;
  }

  header .header-search-block {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }

  header .header-search-block .header-search-top {
    width: 100%;
  }

  header .header-search-block .header-search-label input {
    padding: 10px 30px 10px 50px;
    font-size: 16px;
  }

  header .header-search-block .header-search-label input::placeholder {
    font-size: 16px;
  }

  header .header-search-block .header-search-label svg {
    width: 18px;
    height: 18px;
    left: 30px;
  }

  header .header-search-block .header-search-dropdown {
    border-radius: 20px;
    max-height: min(50vh, 360px);
  }

  header .header-search-block .header-search-item-name {
    font-size: 18px;
  }

  header .header-search-block .header-search-item-price {
    font-size: 22px;
  }

  header .header-search-block .header-search-item-img {
    width: 56px;
    height: 56px;
  }

  header .header-search-block .header-search-qty .person-count-input {
    font-size: 22px;
    max-width: 36px;
  }

  header .header-info {
    order: 2;
    gap: 5px;
  }

  header .header-info .header-phone svg {
    height: 30px;
    width: 30px;
  }

  header .header-info .header-phone span {
    display: none;
  }

  header .header-info .header-login svg {
    width: 30px;
    height: 30px;
  }

  header .header-info .header-login {
    font-size: 16px;
    line-height: 100%;
  }

  .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .wrapper .wrapper_item.small img {
    border-radius: 10px 10px 0 0;
    height: auto;
  }

  .wrapper .wrapper_item img {
    width: 100%;
    height: auto;
    aspect-ratio: 12 / 13;
    object-fit: cover;
    margin-bottom: -20px;
    border-radius: 10px 10px 0 0;
  }

  .wrapper-item-tags {
    padding: 10px;
    border-radius: 5px;
  }

  .wrapper-item-tags span {
    font-size: 10px;
  }

  .wrapper-item-tags.up .up-text {
    bottom: auto;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateY(-4px);
  }

  .wrapper-item-tags.up:hover .up-text,
  .wrapper-item-tags.up.is-open .up-text {
    transform: translateY(0) translateX(-50%);
  }

  .wrapper-item-tags.up .up-text-arrow {
    top: auto;
    bottom: 100%;
    transform: translateX(-50%) rotate(180deg);
  }

  .wrapper-item-tags.up .up-text p {
    font-size: 12px;
  }

  .wrapper .wrapper_item .wrapper_item_info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    padding: 16px 16px 8px;
    border-radius: 0 0 10px 10px;
    background: #fff8f0;
    margin-top: 0;
    position: relative;
  }

  .wrapper .wrapper_item_cart-actions {
    position: static;
    bottom: auto;
    right: auto;
    margin-top: auto;
    align-self: stretch;
    display: flex;
    justify-content: flex-end;
    padding: 0 16px 12px;
    box-sizing: border-box;
    padding-bottom: 0;
  }

  .wrapper .wrapper_item_add-to-cart {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    position: absolute;
    bottom: 5px;
  }

  .wrapper .wrapper_item_add-to-cart .menu-card-qty-icon {
    width: 100%;
    height: 100%;
  }

  .wrapper .menu-card-qty.person-count-wrapper {
    display: none !important;
  }

  .wrapper .menu-card-cart-wrap.menu-card-in-cart {
    pointer-events: none;
    cursor: default;
  }

  .wrapper .menu-card-cart-wrap.menu-card-in-cart:hover {
    background: #fff8f0;
  }

  .wrapper .menu-card-cart-wrap.menu-card-in-cart:hover .menu-card-qty-icon path {
    stroke: #d9896f;
  }

  .wrapper .menu-card-cart-wrap.menu-card-in-cart:hover .menu-card-qty-icon circle {
    fill: #fff8f0;
    stroke: #d9896f;
  }

  .user-select .wrapper .wrapper_item .wrapper_item_info {
    padding: 12px 12px 6px;
    border-radius: 10px;
  }

  .user-select .wrapper .wrapper_item_cart-actions {
    padding: 0 12px 0;
  }

  .user-select .wrapper .wrapper_item_add-to-cart {
    width: 24px;
    height: 24px;
  }

  .card-popup .card-item .card-info-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;

  }

  .wrapper .wrapper_item_info .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    margin-bottom: 13px;
  }

  .wrapper .wrapper_item_info .price {
    margin-top: auto;
    font-size: 16px;
  }

  .top-sale {
    margin-top: 0;
  }

  .top-sale .container {
    overflow-x: scroll;
    padding: 0 20px;
    max-width: 100vw;
    gap: 5px;
  }

  .top-sale .container .top-sale__item {
    flex: 0 0 auto;
  }

  .user-select {
    
    margin-top: 20px;
    padding-bottom: 0;
  }

  .user-select::before {
    width: min(145%, 100vw);
    height: min(88%, 420px);
    top: 50%;
  }

  .user-select .user-select-slider {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .user-select .wrapper .wrapper_item {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    overflow: visible;
  }

  .user-select .wrapper .wrapper_item img {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 12 / 13;
    object-fit: cover;
  }

  .user-select .wrapper .wrapper_item_info .name {
    min-height: calc(2 * 1.1em);
  }

  .wrapper .wrapper_item.small img {
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }

  .wrapper .wrapper_item.small .wrapper_item_info {
    padding: 0 10px 10px 10px;
    border-radius: 0 0 10px 10px;
  }
  .wrapper .wrapper_item.small img {
    margin-bottom: 10px;
    aspect-ratio: 13/14;
  }

  .btm-menu {
    bottom: 10px;
    padding: 10px 30px;
    gap: 20px;
  }

  .popup {
    width: 100vw;
    top: 0;
    height: 100dvh;
    max-height: 100dvh;
    padding: 20px;
  }
  .top-sale-popup.popup,
  .adres-popup.popup {
    width: 100vw;
    top: 0;
    height: 100dvh;
    max-height: 100dvh;
    padding: 0;

  }

  .top-sale-popup-close {
    width: 28px;
    height: 28px;
    top: 10px;
    right: 10px;
  }

  .top-sale-popup__text {
    padding: 28px 20px 40px;
  }

  .top-sale-popup__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000205;
    margin-bottom: 20px;
  }

  .top-sale-popup__body,
  .top-sale-popup__body :is(p, li, span, div, td, th, dd, dt, blockquote, ul, ol) {
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 100% !important;
    color: #000205 !important;
  }


  .card-popup .card-item img {
    width: calc(100% + 40px);
    margin: 0 -20px 20px;
  }

  .cart-popup .top,
  .card-popup .top {
    margin-bottom: 10px;
  }

  .card-popup .top {
    position: absolute;
    top: 30px;
    left: 30px;
    margin-bottom: 0;
  }

  .cart-popup .cart-wrapper .item,
  .card-popup .cart-wrapper .item {
    padding: 15px;
    gap: 20px;
  }

  .cart-popup .cart-wrapper .item .item-img,
  .card-popup .cart-wrapper .item .item-img {
    max-width: 92px;
    object-fit: contain;
  }

  .cart-popup .cart-wrapper .item .item-heaing,
  .card-popup .cart-wrapper .item .item-heaing {
    font-size: 16px;
    line-height: 100%;
  }

  .cart-popup .cart-wrapper .item .cart-item-description,
  .card-popup .cart-wrapper .item .cart-item-description {
    font-size: 11px;
    line-height: 120%;
  }

  .cart-popup .cart-wrapper .item .count-heading,
  .card-popup .cart-wrapper .item .count-heading {
    font-size: 12px;
    line-height: 100%;
  }

  .cart-popup .cart-wrapper .item .decrement,
  .cart-popup .cart-wrapper .item .increment,
  .card-popup .cart-wrapper .item .decrement,
  .card-popup .cart-wrapper .item .increment {
    width: 28px;
    height: 28px;
    position: relative;
  }

  .cart-popup .cart-wrapper .item .decrement svg,
  .cart-popup .cart-wrapper .item .increment svg,
  .card-popup .cart-wrapper .item .decrement svg,
  .card-popup .cart-wrapper .item .increment svg {
    width: 100%;
    height: 100%;
  }

  .cart-popup .cart-wrapper .item .count-input,
  .card-popup .cart-wrapper .item .count-input {
    font-size: 22px;
    line-height: 100%;
  }

  .cart-popup .cart-wrapper .item .price,
  .card-popup .cart-wrapper .item .price {
    font-size: 22px;
    line-height: 100%;
    margin-top: 5px;
  }

  .cart-popup .cart-wrapper .item .item-delete,
  .card-popup .cart-wrapper .item .item-delete {
    width: 28px;
    height: 28px;
  }

  .cart-popup .cart-wrapper .item .item-delete svg,
  .card-popup .cart-wrapper .item .item-delete svg {
    width: 100%;
    height: 100%;
  }

  .cart-popup .catr-dop .heading,
  .card-popup .catr-dop .heading {
    font-size: 18px;
    line-height: 100%;
  }

  .cart-popup .catr-dop .description,
  .card-popup .catr-dop .description {
    font-size: 12px;
    line-height: 100%;
    margin-top: 10px;
  }

  .cart-popup .catr-dop .card-dop-wrapper .dop-name,
  .cart-popup .catr-dop .card-dop-wrapper .dop-price,
  .card-popup .catr-dop .card-dop-wrapper .dop-name,
  .card-popup .catr-dop .card-dop-wrapper .dop-price {
    font-size: 18px;
    line-height: 100%;
  }

  .cart-popup .catr-dop .card-dop-wrapper .item .item-l svg,
  .card-popup .catr-dop .card-dop-wrapper .item .item-l svg {
    width: 28px;
    height: 28px;
  }

  .card-popup .catr-dop .card-dop-wrapper .item .item-l .decrement-dop {
    width: 28px;
    height: 28px;

  }

  .cart-popup .catr-dop .card-dop-wrapper .dop-input,
  .card-popup .catr-dop .card-dop-wrapper .dop-input {
    max-width: 10px;
    font-size: 22px;
    line-height: 100%;
  }

  .cart-popup .person-count,
  .card-popup .person-count {
    margin-top: 20px;
  }

  .cart-popup .person-count .heading,
  .card-popup .person-count .heading {
    font-size: 22px;
    line-height: 100%;
  }

  .cart-popup .person-count .person-count-wrapper,
  .card-popup .person-count .person-count-wrapper {
    gap: 5;
  }

  .cart-popup .person-count .person-count-wrapper svg,
  .card-popup .person-count .person-count-wrapper svg {
    width: 38px;
    height: 38px;
  }

  .cart-popup .person-count .person-count-wrapper input,
  .card-popup .person-count .person-count-wrapper input {
    max-width: 10px;
    font-size: 22px;
    line-height: 100%;
  }

  .cart-popup .input-item,
  .card-popup .input-item {
    margin-top: 20px;
  }

  .cart-popup .input-item .heading,
  .card-popup .input-item .heading {
    font-size: 12px;
    line-height: 100%;
  }

  .cart-popup .input-item input,
  .card-popup .input-item input {
    padding: 5px 20px;
  }

  .cart-popup .input-item--promo .promo-input-wrap input {
    padding-right: 100px;
  }

  .cart-popup .input-item--promo .promo-activate-btn {
    right: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #d9896f;
  }

  .cart-popup .input-item textarea,
  .card-popup .input-item textarea {
    padding: 10px 16px;
    font-size: 22px;
    min-height: 96px;
  }

  .cart-popup .predlo .predlo-top .arrows,
  .card-popup .predlo .predlo-top .arrows {
    display: none;
  }

  .cart-popup .predlo .predlo-top .heading,
  .card-popup .predlo .predlo-top .heading {
    font-size: 20px;
    line-height: 100%;
  }

  .cart-popup .predlo .predlo-btm,
  .card-popup .predlo .predlo-btm {
    display: flex;
    display: none;
    margin-top: 10px;
  }

  .cart-popup .predlo .predlo-btm .arrows .next,
  .cart-popup .predlo .predlo-btm .arrows .prev,
  .card-popup .predlo .predlo-btm .arrows .next,
  .card-popup .predlo .predlo-btm .arrows .prev {
    width: 28px;
    height: 28px;
  }

  .cart-popup .itogo,
  .card-popup .itogo {
    padding-top: 20px;
  }

  .cart-popup .itogo .itogo-top .heading,
  .card-popup .itogo .itogo-top .heading {
    font-size: 16px;
    line-height: 100%;
  }

  .cart-popup .itogo .itogo-top .num,
  .card-popup .itogo .itogo-top .num {
    font-size: 22px;
    line-height: 100%;
  }

  .cart-popup .itogo .submit,
  .card-popup .itogo .submit {
    font-size: 18px;
    line-height: 100%;
    margin-top: 20px;
    padding: 20px;
  }

  .deliviry-popup {
    padding: 20px;
  }

  .deliviry-popup .orange-arrow {
    width: 28px;
    height: 28px;
  }

  .deliviry-popup .type-select {
    margin-bottom: 20px;
  }

  .deliviry-popup .type-select .item {
    font-size: 12px;
    line-height: 100%;
    padding: 15px;
  }

  .deliviry-popup .deliviry-menu .item svg {
    width: 18px;
    height: 18px;
  }

  .deliviry-popup .deliviry-menu .item .item-l .heading {
    font-size: 12px;
  }

  .deliviry-popup .deliviry-btm-menu .item .heading {
    font-size: 16px;
  }

  .deliviry-popup .deliviry-btm-menu .item .num {
    font-size: 22px;
  }

  .deliviry-popup .itogo {
    margin-top: 10px;
    padding-top: 10px;
  }

  .deliviry-popup .itogo .submit {
    margin-top: 20px;
    font-size: 18px;
    padding-top: 20px;
  }

  .payment-popup {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100dvh;
    max-height: 100dvh;
    padding: 20px;
  }

  .payment-popup .top {
    gap: 10px;
    margin-bottom: 20px;
  }

  .payment-popup .top .heading {
    font-size: 22px;
  }

  .payment-popup .payment-list {
    gap: 5px;
  }

  .payment-popup .payment-list .item {
    padding: 5px 10px;
  }

  .payment-popup .payment-list .item .name {
    font-size: 12px;
  }

  .payment-popup .orange-arrow {
    width: 28px;
    height: 28px;
  }

  .adres-popup {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100dvh;
    max-height: 100dvh;
  }

  .adres-popup .adres-wrapper {
    padding-top: 40px;
    flex: 1;
    height: 100%;
    min-height: 0;
    max-height: none;
  }

  .adres-popup .adres-wrapper .top {
    gap: 10px;
    margin-bottom: 16px;
  }

  .adres-popup .adres-wrapper .top .heading {
    font-size: 22px;
  }

  .adres-popup .orange-arrow {
    width: 28px;
    height: 28px;
  }

  .adres-popup .delivery__map--api,
  .adres-popup .delivery__map--yandex-widget {
    height: min(460px, 55vh);
    min-height: 240px;
  }

  .time-popup .orange-arrow {
    width: 28px;
    height: 28px;
  }

  .time-popup .top .heading {
    font-size: 22px;
    line-height: 100%;
  }

  .time-popup .time-top-list::after {
    width: 70px;
  }

  .time-popup .time-top-list .time-top-wrapper .item {
    font-size: 16px;
    padding: 12px 15px;
  }

  .time-popup .time-wrapper .item {
    padding: 5px 10px;
  }

  .time-popup .time-wrapper .item .name {
    font-size: 12px;
  }

  .time-popup .send {
    margin-top: 20px;
    font-size: 22px;
    padding: 17px;
  }

  .menu-top .container::after {
    width: 70px;
  }

  .menu-top .container .menu-top-slider .item {
    font-size: 16px;
    padding: 12px 15px;
  }

  .wok-builder {
    margin-top: 20px;
  }

  .wok-builder .section-heading {
    margin-bottom: 20px;
  }

  .wok-builder .wok-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: stretch;
    min-width: 0;
  }

  .wok-builder .wok-item {
    margin-bottom: 20px;
  }

  .wok-builder .wok-wrapper-item {
    position: relative;
    border-radius: 10px;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
  }

  .wok-builder .wok-wrapper-item > img:not(.wok-spicy-icon) {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 160px;
    max-height: none;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto 8px;
  }

  .wok-builder .wok-wrapper-item img.wok-spicy-icon {
    box-sizing: content-box;
    flex-shrink: 0;
    width: 15px;
    max-width: 15px;
    min-width: 0;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .wok-builder .wok-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .wok-builder .wok-add {
    justify-content: center;
    padding: 11px;
    border-radius: 7px;
  }

  .wok-builder .wok-choice-action-icon {
    display: none !important;
  }

  .wok-builder .wok-choice-name-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    min-height: calc(2 * 1em);
  }

  .wok-builder .wok-spicy-icon {
    width: 15px;
    max-width: 15px;
    height: auto;
  }

  .wok-builder .wok-itogo {
    flex-direction: column;
    align-items: flex-start;
  }

  .wok-builder .wok-itogo-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
  }

  .wok-builder .wok-itogo-r {
    width: 100%;
  }

  .wok-builder .wok-itogo-num {
    width: 100%;
    margin-top: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 100%;
    order: 1;
  }

  .wok-builder .person-count-wrapper {
    order: 3;
  }

  .wok-builder .person-count-wrapper .decrepent,
  .wok-builder .person-count-wrapper .increment {
    width: 38px;
    height: 38px;
  }

  .wok-builder .person-count-wrapper .decrepent svg,
  .wok-builder .person-count-wrapper .increment svg {
    width: 100%;
    height: 100%;
  }

  .wok-builder .person-count-wrapper input {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    max-width: 30px;
  }

  .wok-builder .wok-itogo-r .add-to-cart {
    order: 2;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #efe8e1;
    padding: 11px 30px;
    flex: 1;
    margin-right: 5px;
  }

  .inyan-menu-scroll-top {
    right: 12px;
    bottom: 108px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .contacts-main .contacts,
  body.contacts-body .contacts {
    margin-bottom: 30px;
  }

  .contacts-main .contacts .container,
  body.contacts-body .contacts .container {
    flex-direction: column;
  }

  .contacts-main .contacts .info,
  body.contacts-body .contacts .info {
    position: absolute;
    width: calc(100% - 20px);
    max-width: none;
    bottom: 10px;
    top: auto;
    left: 10px;
    transform: translate(0, 0);
    padding: 15px;
    z-index: 2;
  }

  .contacts-main .contacts .info .heading,
  body.contacts-body .contacts .info .heading {
    font-size: 20px;
  }

  .contacts-main .contacts .info .info-item p,
  body.contacts-body .contacts .info .info-item p {
    font-size: 16px;
  }

  footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 20px;
  }

  footer .container::after {
    width: 100%;
    left: 0;
  }

  footer .footer-l {
    order: 3;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 0;
  }

  footer .footer-links {
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 5px;
  }

  footer .footer-links ul {
    align-items: center;
    gap: 5px;
  }

  footer .footer-links a {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #000205;
  }

  footer .footer-copyright {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
  }

  footer .footer-logo {
    order: 1;
    width: 88px;
    margin-top: 0;
  }

  footer .footer-nav {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 8px;
  }

  footer .footer-nav ul {
    align-items: center;
    gap: 5px;
  }

  footer .footer-nav a {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #000205;
  }

  .card-popup .card-item .info-top .name {
    font-size: 20px;
  }

  .card-popup .card-item .info-top .weight {
    font-size: 12px;
  }

  .card-popup .card-item .description {
    font-size: 12px;
  }

  .card-popup .add-to-cart button {
    font-size: 22px;
  }

  .card-popup .add-to-cart button span {
    font-size: 22px;
  }

  .login-popup,
  .sms-popup {
    padding: 20px;
  }

  .notify-popup,
  .notify-popup.popup,
  #inyan-notify-popup,
  #inyan-promo-conflict-popup {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: calc(100% - 24px);
    max-width: 420px;
    height: auto;
    max-height: min(70dvh, 360px);
    padding: 18px 16px 16px;
    padding-top: 48px;
    border-radius: 20px;
  }

  .login-popup .logo,
  .sms-popup .logo {
    margin-bottom: 150px;
  }

  .lk-popup,
  .self-popup,
  .history-popup {
    padding: 20px;
  }

  .lk-popup .top,
  .self-popup .top,
  .history-popup .top {
    gap: 10px;
  }

  .lk-popup .top .name,
  .lk-popup .top .heading,
  .lk-popup .top p,
  .self-popup .top .name,
  .self-popup .top .heading,
  .self-popup .top p,
  .history-popup .top .name,
  .history-popup .top .heading,
  .history-popup .top p {
    display: block;
    font-size: 20px;
  }

  .lk-popup .info .name,
  .self-popup .info .name,
  .history-popup .info .name {
    display: none;
  }

  .lk-popup .lk-menu .item svg,
  .self-popup .lk-menu .item svg,
  .history-popup .lk-menu .item svg {
    width: 18px;
    height: 18px;
  }

  .lk-popup .lk-menu .item .item-l .heading,
  .self-popup .lk-menu .item .item-l .heading,
  .history-popup .lk-menu .item .item-l .heading {
    font-size: 12px;
  }

  .menu {
    margin-top: 20px;
  }

  .section-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000205;
  }

  .wrapper .wrapper_item_info .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000205;
    margin-bottom: 10px;
    min-height: auto;
  }

  .wrapper .wrapper_item {
    border-radius: 10px;
  }

  .wrapper {
    gap: 10px;
  }

  footer .shari {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  footer .shari a {
    width: 88px;
  }
}

/* --- Styles merged from html-templates/style.css (selectors absent in this file) --- */

.top-sale .container img {
  flex: 1;
}

.menu-top .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff8f0;
  border: 2px solid #d9896f;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 3;
  cursor: pointer;
}

.cart-popup .predlo .cart-pred-slide .price,
.card-popup .predlo .cart-pred-slide .price {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
}

.cart-popup .predlo .cart-pred-slide .add-to-cart,
.card-popup .predlo .cart-pred-slide .add-to-cart {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.wok-builder .wok-add span {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
}

.wok-builder .add-to-cart {
  margin-left: 20px;
  border-radius: 50px;
  padding: 15px 90px;
  background: #d9896f;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #efe8e1;
}

.person-count-wrapper {
  display: flex;
  align-items: center;
}

.person-count-wrapper .decrepent,
.person-count-wrapper .increment {
  height: 40px;
}

.person-count-wrapper input {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
  text-align: center;
  background: none;
  max-width: 40px;
  -moz-appearance: textfield;
  appearance: textfield;
}

.go-back .container {
  display: flex;
  gap: 10px;
  align-items: center;
}

.go-back .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #D9896F;
  background: #fff8f0;
}

.go-back p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000;
}

.about {
  margin-top: 20px;
}

.about .section-heading {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.about .row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.about .row:last-child {
  margin-bottom: 0;
}

.about .row:nth-child(even) {
  flex-direction: row-reverse;
}

.about .info {
  flex: 1;
  min-width: 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  color: #000;
  font-family: "Myriad Pro", sans-serif;
}

.about .info > *:first-child {
  margin-top: 0;
}

.about .info > *:last-child {
  margin-bottom: 0;
}

.about .info p {
  margin: 0 0 0.75em;
}

.about .info p:last-child {
  margin-bottom: 0;
}

.about .info ul,
.about .info ol {
  margin: 0 0 0.75em;
  padding-left: 1.25em;
  display: block;
}

.about .info ul {
  list-style: disc outside;
}

.about .info ol {
  list-style: decimal outside;
}

.about .info li {
  margin-bottom: 0.35em;
  display: list-item;
}

.about .info ul > li {
  list-style-type: disc;
}

.about .info ol > li {
  list-style-type: decimal;
}

.about .info ul ul > li {
  list-style-type: circle;
}

.about .info ol ol > li {
  list-style-type: lower-alpha;
}

.about .info li:last-child {
  margin-bottom: 0;
}

.about .info ul ul,
.about .info ol ol,
.about .info ul ol,
.about .info ol ul {
  margin-top: 0.35em;
  margin-bottom: 0;
}

.about .info a {
  color: #d9896f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.about .info a:hover {
  color: #c4755c;
}

.about .info :is(strong, b) {
  font-weight: 600;
}

.about .info :is(h2, h3, h4, h5, h6) {
  font-weight: 600;
  line-height: 120%;
  margin: 0.75em 0 0.5em;
}

.about .info :is(h2, h3, h4, h5, h6):first-child {
  margin-top: 0;
}

.about .info h2 {
  font-size: 1.15em;
}

.about .info h3 {
  font-size: 1.05em;
}

.about .info blockquote {
  margin: 0.75em 0;
  padding: 12px 16px;
  border-left: 3px solid #d9896f;
  background: #fff8f0;
  border-radius: 0 12px 12px 0;
}

.about img {
  width: 100%;
  max-width: 715px;
  flex-shrink: 0;
}

/* Страница с текстом (шаблон template-text.php) */
.text-page-main {
  flex: 1;
}

.text-page {
  margin-top: 40px;
  margin-bottom: 80px;
  padding-bottom: 40px;
}

.text-page .container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.text-page__title {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000205;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: left;
}

.text-page__content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000205;
}

.text-page__content > *:first-child {
  margin-top: 0;
}

.text-page__content > *:last-child {
  margin-bottom: 0;
}

.text-page__content p {
  margin: 0 0 1em;
}

.text-page__content p:last-child {
  margin-bottom: 0;
}

.text-page__content ul,
.text-page__content ol {
  margin: 0 0 1.25em;
  padding-left: 1.25em;
  display: block;
}

.text-page__content ul {
  list-style-type: disc;
  list-style-position: outside;
}

.text-page__content ol {
  list-style-type: decimal;
  list-style-position: outside;
}

.text-page__content li {
  margin-bottom: 0.5em;
  display: list-item;
}

.text-page__content li:last-child {
  margin-bottom: 0;
}

.text-page__content a {
  color: #d9896f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-page__content a:hover {
  color: #c4755c;
}

.text-page__content :is(strong, b) {
  font-weight: 600;
}

.text-page__content :is(h2, h3, h4, h5, h6) {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #000205;
  margin: 1.5em 0 0.75em;
}

.text-page__content :is(h2, h3, h4, h5, h6):first-child {
  margin-top: 0;
}

.text-page__content h2 {
  font-size: 24px;
}

.text-page__content h3 {
  font-size: 20px;
}

.text-page__content h4 {
  font-size: 18px;
}

.text-page__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.25em 0;
  border-radius: 20px;
}

.text-page__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25em 0;
  font-size: 18px;
  line-height: 130%;
}

.text-page__content :is(th, td) {
  padding: 10px 14px;
  border: 1px solid #d9896f;
  text-align: left;
  vertical-align: top;
}

.text-page__content blockquote {
  margin: 1.25em 0;
  padding: 16px 20px;
  border-left: 3px solid #d9896f;
  background: #fff8f0;
  border-radius: 0 12px 12px 0;
}

.rec {
  position: relative;
  margin-top: 20px;
}

.rec .container {
  position: relative;
}

.rec .container::after {
  content: "";
  display: block;
  background: linear-gradient(90deg, #fff8f0 53.54%, rgba(255, 248, 240, 0) 89.07%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.rec .container .info {
  padding: 40px;
  padding-right: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 579px;
}

.rec .container .info .sub-heading {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000205;
  margin: 20px 0;
}

.rec .container .info .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.rec .container .info .item {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 0;
  background: none;
}

.rec .container .info .item .heading {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #787573;
  font-family: "Myriad Pro", sans-serif;
}

.rec .container .info .item .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
  font-family: "Myriad Pro", sans-serif;
}

.rec .container .bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.info {
  margin-top: 20px;
}

.info .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.info .item {
  border-radius: 20px;
  padding: 30px;
  background: #fff8f0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.info a.item {
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

.info .item svg {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}

.info .item img {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.info .item p {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000205;
}

.del-map {
  margin-top: 30px;
  margin-bottom: 30px;
}

.del-map .section-heading {
  margin-bottom: 20px;
}

.del-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 30px;
}

.del-select {
  margin-bottom: 60px;
}

.del-select .section-heading {
  margin-bottom: 20px;
}

.del-select .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.del-select .item {
  border-radius: 20px;
  padding: 20px;
  background: #fff8f0;
}

.del-select .item .icon {
  width: 60px;
  margin-bottom: 20px;
}

.del-select .item .heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  font-family: "Myriad Pro", sans-serif;
  margin-bottom: 20px;
}

.del-select .item .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  font-family: "Myriad Pro", sans-serif;
}

.del-off .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.del-off .item {
  background: linear-gradient(180deg, #fff8f0 0%, #fff8f0 50%, #ffc3af 100%);
  border-radius: 20px;
  padding: 20px 20px 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.del-off .item .heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  font-family: "Myriad Pro", sans-serif;
}

.del-off .section-heading {
  margin-bottom: 20px;
}

@media (max-width: 1240px) {
  .top-sale .container img {
    max-width: 120px;
  }

  .cart-popup .predlo .cart-pred-slide .add-to-cart,
    .card-popup .predlo .cart-pred-slide .add-to-cart {
    width: 28px;
    height: 28px;
  }

  .wok-builder .wok-add svg {
    display: none;
  }

  .wok-builder .wok-add span {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
  }

  .wok-builder .add-to-cart {
    order: 2;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #efe8e1;
    padding: 11px 30px;
    flex: 1;
    margin-left: 0;
    margin-right: 5px;
  }

  .about {
    margin-top: 20px;
  }

  .about .section-heading {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 20px;
  }

  .about .row {
    flex-direction: column-reverse !important;
    gap: 10px;
    margin-bottom: 20px;
  }

  .about .info {
    font-size: 22px;
    line-height: 140%;
  }

  .text-page {
    margin-top: 24px;
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .text-page__title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
  }

  .text-page__content {
    font-size: 16px;
    line-height: 140%;
  }

  .text-page__content table {
    font-size: 14px;
  }

  .text-page__content h2 {
    font-size: 18px;
    margin-top: 1.25em;
    margin-bottom: 0.5em;
  }

  .text-page__content h3 {
    font-size: 16px;
  }

  .text-page__content h4 {
    font-size: 14px;
  }

  .text-page__content blockquote {
    padding: 12px 16px;
  }

  .go-back p {
    font-size: 12px;
    line-height: 100%;
  }

  .go-back .icon {
    width: 28px;
    height: 28px;
  }

  .rec .container {
    padding-bottom: 260px;
    border-radius: 20px;
    overflow: hidden;
  }

  .rec .container::after {
    background: linear-gradient(179deg, #fff8f0 62.67%, rgba(255, 248, 240, 0) 89.23%);
  }

  .rec .container .bg {
    bottom: 0;
    top: auto;
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .rec .container .info {
    padding: 20px;
    padding-right: 20px;
  }

  .rec .container .info .section-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000205;
  }

  .rec .container .info .sub-heading {
    font-size: 16px;
    line-height: 100%;
    margin: 10px 0;
  }

  .rec .container .info .wrapper {
    grid-template-columns: 1fr;
  }

  .rec .container .info .item .heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #787573;
  }

  .rec .container .info .item .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #000205;
  }

  .info .container {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .info .item p {
    font-size: 12px;
    line-height: 100%;
  }

  .info .item svg {
    width: 30px;
    height: 30px;
  }

  .del-map {
    margin-bottom: 40px;
  }

  .del-map .section-heading {
    display: none;
  }

  .del-map iframe {
    height: 250px;
  }

  .contacts-main .contacts .contacts__map .delivery__map--api,
  body.contacts-body .contacts .contacts__map .delivery__map--api {
    height: 450px;
    min-height: 450px;
  }

  .del-select {
    margin-bottom: 40px;
  }

  .del-select .section-heading {
    font-size: 20px;
    line-height: 100%;
  }

  .del-select .wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .del-select .item {
    padding: 20px;
  }

  .del-select .item .heading {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
  }

  .del-select .item .text {
    font-size: 12px;
    line-height: 100%;
  }

  .del-select .item .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .del-off .section-heading {
    font-size: 20px;
    line-height: 100%;
  }

  .del-off .wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .del-off .item {
    padding: 20px 20px 0;
  }

  .del-off .item .heading {
    font-size: 16px;
    line-height: 100%;
  }

  .person-count-wrapper .decrepent, .person-count-wrapper .increment {
    height: 38px;
  }

  .wrapper .wrapper_item .wrapper_item_info .card-info {
    display: none;
  }

.wrapper .wrapper_item.small .name {
  margin-bottom: 0;
  text-align: center;
}
.wok-builder .wok-wrapper-item.small .wok-add {
  padding: 10px;
}
.wok-builder .wok-choice-name-text {
  min-height: auto;
}
}
