#preloader {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0; bottom: 0; right: 0;
  width: 100%;
  height: 100%;
  background: #000000a3;
}
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banners {
  width: 100%;
}
.banners.pt {
  padding-top: 223.25px;
}
.banners .container {
  position: relative;
}
.banners .swiper-container {
  /*max-height: 300px;
    Высотав2разаменьшеширины*/
  overflow: hidden;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.banners .swiper-pagination {
  margin: 10px 0;
  position: unset !important;
  top: unset !important;
  bottom: unset !important;
  left: 0 !important;
}
.banners .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}
.banners .swiper-pagination .swiper-pagination-bullet-active {
  background: #eb1c23;
  border: unset;
}
.banners .swiper-slide {
  display: grid; /* Занимает 100% ширины родительского контейнера */
  place-items: center;
  aspect-ratio: 2/1;
  overflow: hidden;
  cursor: pointer;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.banners .swiper-slide img {
}

.banners .info {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.banners .info img {
  margin-right: 10px;
}
.banners .info .num {
  text-decoration: none;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #dddddd;
  display: flex;
  align-items: center;
}
.banners .info .address {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #dddddd;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.modal_product-overflow {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.modal_product-overflow.opened {
  opacity: 1;
  z-index: 1001;
}
.modal_product-overflow .modal_product {
  background: #161515;
  border: 1.49997px solid rgba(255, 255, 255, 0.7);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  position: relative;
  opacity: 0;
  transform: scale(0.1);
  transition: all 0.3s ease-in-out;
  width: 800px;
}
.modal_product-overflow.opened .modal_product {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.modal_product-overflow .modal_product .modal_product-closeMob {
  display: none;
}
.modal_product-overflow .modal_product .modal_product-close {
  cursor: pointer;
  position: absolute;
  right: -50px;
  top: -25px;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  transform: rotate(45deg);
  color: #f7f7f7;
}
.modal_product-overflow .modal_product .modal_product-close:hover {
  color: #dddddd;
}
.modal_product-overflow .modal_product .modal_product-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-left: 10px;
  gap: 15px;
}
.modal_product-overflow .modal_product .modal_product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 390px;
}
.modal_product-overflow .modal_product-img {
  padding: 10px;
  width: 316px;
  display: grid;
  place-items: center;
}
.modal_product-overflow .modal_product-img img {
  width: 100%;
}
.modal_product-overflow .modal_product-title {
  margin: 20px 0;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #ffffff;
}
.modal_product-overflow .modal_product-text {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 17.9996px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.78);
}
.modal_product-overflow .modal_product-weight {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 17.9996px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.78);
  margin: 5px 0 10px;
}
.modal_product-overflow .modal_product-price {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 600;
  font-size: 35.9993px;
  line-height: 44px;
  color: #eb1c23;
}
.modal_product-overflow .modal_product-priceOld {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 23px;
  color: #ffffffc2;
  position: relative;
}
.modal_product-overflow .modal_product-priceOld::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #eb1c23;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%) rotate(20deg);
  -webkit-transform: translateY(-50%) rotate(20deg);
  -moz-transform: translateY(-50%) rotate(20deg);
  -ms-transform: translateY(-50%) rotate(20deg);
  -o-transform: translateY(-50%) rotate(20deg);
}
.modal_product-overflow .modal_product-btn {
  width: 100%;
  display: flex;
  padding: 12px 16px 16px;
  justify-content: flex-end;
  border-top: 1px solid #333333;
}
.modal_product-overflow .modal_product-btn button {
  padding: 7px 14px;
  background: #eb1c23;
  border-radius: 6px;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  outline: unset;
  border: none;
  cursor: pointer;
}

.cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 466px;
  height: 100vh;
  padding: 40px 0 30px;
  background: #ffffff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}
.cart hr {
  width: 100%;
  border: 1px solid #edebeb;
  margin: 0;
}
.cart .title {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #333333;
  padding-bottom: 30px;
}
.cart .elements-order {
  height: 100%;
  width: 100%;
  padding: 0 7px;
  overflow-y: auto;
}
.cart .elements-order .element-o {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 79px;
}
.cart .elements-order .element-o img {
  width: 117px;
}
.cart .elements-order .element-o .el-title-all {
  padding-left: 10px;
}
.cart .elements-order .element-o .el-title {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.cart .elements-order .element-o .el-weight {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  padding-top: 5px;
}
.cart .elements-order .element-o .el-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: start;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #333333;
  margin: 0 0 0 auto;
}
.cart .elements-order .element-o .el-price .old {
  text-decoration: line-through;
  opacity: 0.7;
  font-size: 24px;
  line-height: 110%;
}
.cart .elements-order .element-o .el-all {
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: space-between;
  width: 100%;
  max-width: 205px;
}
.cart .elements-order .element-o .el-bord {
  width: 77px;
  height: 28px;
  background: transparent;
  border: 0.568669px solid #eb1c23;
  border-radius: 2.84335px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cart .elements-order .element-o .el-bord button {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: unset;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #333333;
}
.cart .elements-order .element-o .el-total {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #eb1c23;
}
.cart .order {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cart .order hr {
  width: 100%;
  border: 1px solid #f7f7f7;
  margin: 0;
}
.cart .order .total_price {
  padding: 28px 0 15px;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}
.cart .order form {
  width: 100%;
  max-width: 290px;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
}
.promoText {
  display: none;
  font-size: 1.4rem;
  font-weight: 400px;
  color: #333333;
  font-family: var(--font-gilr);
  margin-bottom: 10px;
}
.cart .order #promoForm {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.cart .order #promoForm span {
  font-family: var(--font-gilr);
  font-weight: 500;
  color: #eb1c23;
  font-size: 14px;
  display: none;
}
.cart .order #promoForm .form_flex {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cart .order #promoForm .form_flex input {
  margin: 0 auto;
  padding-left: 7px;
  display: block;
  cursor: text;
  width: 100%;
  height: 40px;
  background: transparent;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border: 2px solid #eb1c23;
  outline: none;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  -webkit-appearance: none;
}
.cart .order #promoForm .form_flex button {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  max-width: unset;
  background: transparent;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border: 2px solid #eb1c23;
  outline: none;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  color: #333333;
  -webkit-appearance: none;
}
.cart .order input {
  margin: 0 auto;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 61px;
  background: #eb1c23;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border: 2px solid #eb1c23;
  outline: none;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  -webkit-appearance: none;
}
.cart .order button {
  margin: 0 auto;
  display: block;
  cursor: pointer;
  width: 100%;
  max-width: 290px;
  height: 61px;
  background: transparent;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border: 2px solid #eb1c23;
  outline: none;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  -webkit-appearance: none;
}
.cart .order input:hover {
  background: transparent;
  color: #000000;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
}
.cart .order .continue {
  margin-top: 10px;
}
.overflow {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.cart.show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.overflow.show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* Header */
.down_header-text {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 194.25px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
header {
  padding: 40px 0 15px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
header.fixed {
  background: #080707;
  position: fixed;
}
header .logo img {
  max-width: 70px;
}
header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  text-decoration: none;
  display: flex;
  align-items: center;
}
header .logo .ch-city {
  padding-left: 30px;
  cursor: pointer;
  text-decoration: underline;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}
header nav {
  width: 100%;
  max-width: 706px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .nav__link {
  text-decoration: none;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}
header .cart-lang {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 164px;
}
header .lang {
  cursor: pointer;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  background: transparent;
  outline: unset;
  border: none;
}
header .lang option {
  background: #080707;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
}
header .cart-lang img {
  cursor: pointer;
}
#icon-cart.animate {
  animation-name: myAnimation;
  animation-duration: 0.7s;
  animation-delay: 0s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes myAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
header .burger {
  display: none;
}
/* Main */
.intro .carousel_slides {
  position: absolute;
  display: flex;
  width: 400%;
  height: 100%;
  left: 0;
  transition: transform 2s linear;
  -webkit-transition: transform 2s linear;
  -moz-transition: transform 2s linear;
  -ms-transition: transform 2s linear;
  -o-transition: transform 2s linear;
}
.intro .carousel_slides .carousel-slide::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #080707;
  opacity: 0.35;
  width: 100%;
  height: 100%;
}
.intro .carousel_slides .carousel-slide {
  flex: 1;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro {
  overflow-x: hidden !important;
  display: flex;
  position: relative;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  max-height: 1000px;
}
.intro::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, #080707);
  opacity: 0.95;
  width: 100%;
  height: 50px;
}
.intro__inner {
  position: relative;
  margin: 0;
}
.intro__inner .title {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 47px;
  color: #ffffff;
  max-width: 710px;
}
.intro__inner .text {
  width: 100%;
  max-width: 638px;
  padding: 30px 0 60px;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.85);
}
.intro__inner button {
  width: 100%;
  max-width: 244px;
  height: 58px;
  background: #eb1c23;
  border-radius: 6px;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  outline: unset;
  border: none;
  cursor: pointer;
}
.intro__inner .info {
  padding-top: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 665px;
}
.intro__inner .info img {
  margin-right: 10px;
}
.intro__inner .info .num {
  text-decoration: none;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #dddddd;
  display: flex;
  align-items: center;
}
.intro__inner .info .address {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #dddddd;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.intro .dots {
  display: flex;
  position: absolute;
  bottom: 50px;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  width: 100%;
  max-width: 130px;
  transform: translateX(-50%);
}
.intro .dots .dot {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.intro .dots .dot.active {
  background: #eb1c23;
  border: 2px solid #eb1c23;
}
.intro__inner .name {
  white-space: nowrap;
  writing-mode: vertical-lr;
  position: absolute;
  right: 0;
  top: -5%;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}
.intro__inner .name img {
  margin: 10px 0;
}
/* menu */
.menu {
  padding: 80px 0 78px;
}
.menu .choose {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  overflow-x: auto;
  padding-bottom: 10px;
}
.menu .choose::-webkit-scrollbar {
  max-width: 150px; /* Ширина скроллбара */
  height: 2px;
}

.menu .choose::-webkit-scrollbar-thumb {
  background-color: #ffffff; /* Цвет ползунка скроллбара */
  border-radius: 4px; /* Закругленные углы ползунка */
}

.menu .choose::-webkit-scrollbar-track {
  background-color: transparent; /* Цвет трека (фона скроллбара) */
}
.menu .choose.fixed {
  background: #080707;
  position: static;
  top: 183.25px;
  width: 100%;
  max-width: 1446px;
  padding: 15px 0;
  margin: 0 auto;
}
.menu .choose button {
  padding-left: 30px;
  cursor: pointer;
  min-width: 244px;
  height: 58px;
  background: transparent;
  border: 1.99996px solid #eb1c23;
  border-radius: 45.9991px;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 600;
  font-size: 17.9996px;
  line-height: 22px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.menu .choose button img {
  margin-right: 20px;
  max-width: 38px;
}
.menu .choose button.active {
  background: #eb1c23;
}
.menu .choose button:hover {
  background: #eb1c23;
}
.menu .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 67px 87px;
  padding: 115px 0 50px;
}
/* .menu .grid-container .sushi-block:nth-child(n+7) {
    display: none;
} */
.menu .grid-container .sushi-block {
  cursor: pointer;
  padding: 10px 50px 40px;
  width: 100%;
  min-height: 478px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.49997px solid rgba(255, 255, 255, 0.7);
  border-radius: 14.9997px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.menu .grid-container .sushi-block img {
  width: 100%;
  margin-top: 10px;
}
.menu .grid-container .sushi-block .sushi-title {
  padding-top: 15px;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #ffffff;
}
.menu .grid-container .sushi-block .sushi-text {
  padding: 20px 0 40px;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 17.9996px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.78);
}
.menu .grid-container .sushi-block .sushi-down {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.menu .grid-container .sushi-block .sushi-down .sushi-down-all {
  display: flex;
  align-items: flex-end;
}
.menu .grid-container .sushi-block .sushi-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 600;
  font-size: 35.9993px;
  line-height: 100%;
  color: #eb1c23;
}
.menu .grid-container .sushi-block .sushi-price p {
  margin: 0;
}
.menu .grid-container .sushi-block .sushi-price .old {
  font-size: 28px;
  line-height: 32px;
  color: #ffffffc2;
  position: relative;
}
.menu .grid-container .sushi-block .sushi-price .old::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #eb1c23;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%) rotate(20deg);
  -webkit-transform: translateY(-50%) rotate(20deg);
  -moz-transform: translateY(-50%) rotate(20deg);
  -ms-transform: translateY(-50%) rotate(20deg);
  -o-transform: translateY(-50%) rotate(20deg);
}
.menu .grid-container .sushi-block .sushi-weight {
  padding-left: 7px;
  padding-bottom: 2px;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 17.9996px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.78);
}
.menu .grid-container .sushi-block .sushi-down .sushi-buttons {
  display: flex;
  align-items: center;
}
.menu .grid-container .sushi-block .sushi-down .sushi-button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 0.424992px solid #ffffff;
  border-radius: 50%;
  outline: unset;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  color: #ffffff;
}
.menu .show {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  height: 58px;
  background: #eb1c23;
  border: 1px solid #000000;
  border-radius: 13px;
  text-align: center;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 17.9996px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.78);
}
.menu .show img {
  margin-left: 20px;
}
/* information */
.information {
  padding: 80px 0;
}
.info__inner {
  display: flex;
  justify-content: space-between;
}
.info__block {
  width: fit-content;
}
.info__block .title {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 600;
  font-size: 47.9991px;
  line-height: 59px;
  color: #ffffff;
}
.info__block .min-block {
  display: flex;
  align-items: center;
  padding-top: 80px;
}
.info__block .min-block img {
  margin-right: 40px;
}
/* .info__block .min-block .info_img {
    margin-right: 40px;
    min-width: 54px;
} */
.info__block .min-block .t-title {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 700;
  font-size: 29.9994px;
  line-height: 37px;
  color: #eb1c23;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.info__block .min-block .t-text {
  text-decoration: none;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 17.9996px;
  line-height: 21px;
  color: #ffffff;
  width: 100%;
  max-width: 505px;
}
.info__block .min-block .t-text a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #ffffff;
}
/* footer */
footer {
  padding: 40px 0 25px;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__inner .footer__block:nth-child(1) {
  width: fit-content;
}
.footer__inner .footer__block:nth-child(2) {
  width: 100%;
  max-width: 595px;
}
.footer__inner .footer__block:nth-child(3) {
  width: fit-content;
}
.footer__inner .footer__block .title {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 700;
  font-size: 23.9995px;
  line-height: 30px;
  color: #ffffff;
  padding-bottom: 10px;
}
.footer__inner .footer__block .text {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 17.9996px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.76);
  padding-top: 20px;
}
.footer__inner .footer__block nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer__inner .footer__block nav a {
  text-decoration: none;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 19.9996px;
  line-height: 24px;
  color: #ffffff;
}
.footer__inner .footer__block .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 595px;
  padding-top: 40px;
}
.footer__inner .footer__block .buttons button {
  cursor: pointer;
  width: 100%;
  max-width: 244px;
  height: 54px;
  border: 1px solid #eb1c23;
  border-radius: 5.99988px;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 17.9996px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  background: transparent;
}
.footer__inner .footer__block .buttons form {
  width: 100%;
  max-width: 244px;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
}
.footer__inner .footer__block .buttons input[type="submit"] {
  cursor: pointer;
  width: 100%;
  max-width: 244px;
  height: 54px;
  border: 1px solid #eb1c23;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 17.9996px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  background: #eb1c23;
  -webkit-appearance: none;
}
.footer__inner .footer__block .buttons input[type="submit"]:hover {
  background: transparent;
}
.footer__inner .footer__block .insta {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
.footer__inner .footer__block .tel {
  padding-top: 54px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
.footer__inner .footer__block img {
  margin-right: 20px;
}
footer hr {
  border: 1px solid rgba(255, 255, 255, 0.13);
  margin: 96px 0 25px;
}
footer .rule {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 600;
  font-size: 17.9996px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.52);
  text-align: center;
}
footer .rule-mt {
  margin-top: 10px;
  display: block;
}
.sales {
  padding: 170px 0 50px;
  height: 65vh;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.sales h1 {
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}
.sales .sale_block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.sales .sale_block h2 {
  padding: 0;
  margin: 0;
  font-family: var(--font-gilr);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: #ffffff;
}
.sales .sale_block p {
  padding: 0;
  margin: 0;
  font-family: var(--font-gilr);
  font-style: normal;
  max-width: 800px;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.76);
}
.sales .sale_block p > a {
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
@media (max-width: 1440px) {
  .banners.pt {
    padding-top: 158.75px;
  }
  .banners .info {
    padding-top: 12px;
  }
  .banners .info .num {
    font-size: 10px;
    line-height: 12px;
  }
  .banners .info .address {
    font-size: 10px;
    line-height: 12px;
  }
  .banners .info img {
    max-width: 17px;
    margin-right: 5px;
  }
  .menu .choose.fixed {
    top: 128.75px;
    max-width: 730px;
    padding: 10px 0;
  }
  .modal_product-overflow .modal_product {
    width: 550px;
  }
  .modal_product-overflow .modal_product .modal_product-close {
    right: -40px;
    top: -25px;
    font-size: 70px;
  }
  .modal_product-overflow .modal_product .modal_product-container {
    padding-left: 10px;
    gap: 10px;
  }
  .modal_product-overflow .modal_product .modal_product-info {
    max-width: 300px;
  }
  .modal_product-overflow .modal_product-img {
    padding: 10px;
    width: 240px;
  }
  .modal_product-overflow .modal_product-img img {
    width: 100%;
  }
  .modal_product-overflow .modal_product-title {
    margin: 15px 0;
    font-size: 19px;
    line-height: 21px;
  }
  .modal_product-overflow .modal_product-text {
    font-size: 13px;
    line-height: 15px;
  }
  .modal_product-overflow .modal_product-weight {
    font-size: 13px;
    line-height: 15px;
    margin: 5px 0 10px;
  }
  .modal_product-overflow .modal_product-price {
    font-size: 25px;
    line-height: 27px;
  }
  .modal_product-overflow .modal_product-priceOld {
    font-size: 19px;
    line-height: 21px;
  }
  .modal_product-overflow .modal_product-btn {
    padding: 10px 14px 14px;
  }
  .modal_product-overflow .modal_product-btn button {
    padding: 5px 10px;
    font-size: 17px;
    line-height: 20px;
  }

  .intro {
    max-height: 600px;
  }
  /* cart */
  .cart {
    max-width: 270px;
    padding: 21px 0 15px;
  }
  .cart .title {
    font-size: 13px;
    line-height: 16px;
  }
  .cart .elements-order .element-o {
    min-height: 42px;
  }
  .cart .elements-order .element-o img {
    width: 62px;
  }
  .cart .elements-order .element-o .el-title {
    font-size: 11px;
    line-height: 13px;
  }
  .cart .elements-order .element-o .el-weight {
    font-size: 9px;
    line-height: 10px;
    padding-top: 2px;
  }
  .cart .elements-order .element-o .el-price {
    font-size: 16px;
    line-height: 19px;
  }
  .cart .elements-order .element-o .el-price .old {
    font-size: 13px;
    line-height: 110%;
  }
  .cart .elements-order .element-o .el-all {
    max-width: 115px;
  }
  .cart .elements-order .element-o .el-bord {
    width: 41px;
    height: 15px;
  }
  .cart .elements-order .element-o .el-total {
    font-size: 9px;
    line-height: 10px;
  }
  .cart .elements-order .element-o .el-bord button {
    font-size: 9px;
    line-height: 9px;
  }
  .cart .order .total_price {
    font-size: 11px;
    line-height: 13px;
    padding: 14px 0 10px;
  }
  .cart .order form {
    max-width: 160px;
  }
  .cart .order input {
    height: 32px;
    font-size: 10px;
    line-height: 11px;
  }
  .cart .order button {
    max-width: 160px;
    height: 32px;
    font-size: 10px;
    line-height: 11px;
  }
  .cart .order .continue {
    margin-top: 10px;
  }

  .promoText {
    display: none;
    font-size: 14px;
    font-weight: 400px;
    color: #333333;
    font-family: var(--font-gilr);
    margin-bottom: 10px;
  }
  .cart .order #promoForm span {
    font-size: 12px;
  }
  .cart .order #promoForm .form_flex {
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .cart .order #promoForm .form_flex input {
    height: 25px;
    font-size: 12px;
    line-height: 100%;
  }
  .cart .order #promoForm .form_flex button {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }

  .down_header-text {
    top: 140px;
    font-size: 20px;
  }
  /* header */
  header {
    padding: 26px 0 10px;
  }
  header .nav__link {
    font-size: 10px;
    line-height: 12px;
  }
  header nav {
    max-width: 378px;
  }
  header .cart-lang img {
    max-width: 33px;
  }
  header .lang {
    font-size: 12.8px;
    line-height: 15px;
  }
  header .cart-lang {
    max-width: 90px;
  }
  header .logo img {
    max-width: 50px;
  }
  header .logo .ch-city {
    padding-left: 20px;
    font-size: 10px;
    line-height: 12px;
  }
  /* intro */
  .intro__inner .title {
    font-size: 20px;
    line-height: 25px;
    max-width: 375px;
  }
  .intro__inner .text {
    font-size: 11px;
    line-height: 13px;
    max-width: 330px;
    padding: 15px 0 30px;
  }
  .intro__inner button {
    max-width: 131px;
    height: 31px;
    font-size: 11px;
    line-height: 13px;
  }
  .intro__inner .info {
    padding-top: 12px;
    max-width: 360px;
  }
  .intro__inner .info .num {
    font-size: 10px;
    line-height: 12px;
  }
  .intro__inner .info .address {
    font-size: 10px;
    line-height: 12px;
  }
  .intro__inner .info img {
    max-width: 17px;
    margin-right: 5px;
  }
  .intro__inner .name {
    font-size: 9.6px;
    line-height: 11px;
  }
  .intro__inner .name img {
    height: 100px;
    margin: 7px;
  }
  /* menu */
  .menu {
    padding: 50px 0 40px;
  }
  .menu .choose button {
    padding-left: 13px;
    min-width: 130px;
    height: 30px;
    font-size: 9.59981px;
    line-height: 12px;
  }
  .menu .choose button img {
    max-width: 20px;
    margin-right: 12px;
  }
  /* grid */
  .menu .grid-container {
    grid-gap: 35px 50px;
    padding: 60px 0 26px;
  }
  .menu .grid-container .sushi-block {
    min-height: 254px;
    padding: 3px 26px 21px;
    border-radius: 8px;
  }
  .menu .grid-container .sushi-block img {
    width: 100%;
  }
  .menu .grid-container .sushi-block .sushi-title {
    padding-top: 10px;
    font-size: 17px;
    line-height: 21px;
  }
  .menu .grid-container .sushi-block .sushi-text {
    padding: 10px 0 20px;
    font-size: 10px;
    line-height: 11px;
  }
  .menu .grid-container .sushi-block .sushi-price,
  .modal_product-overflow .modal_product .modal_product-all .sushi-price {
    font-size: 19.1996px;
    line-height: 24px;
  }
  .menu .grid-container .sushi-block .sushi-price .old {
    font-size: 14px;
    line-height: 15px;
  }
  .menu .grid-container .sushi-block .sushi-weight {
    padding-bottom: 4px;
  }
  .menu .grid-container .sushi-block .sushi-weight,
  .modal_product-overflow .modal_product .modal_product-all .sushi-weight {
    padding-left: 4px;
    font-size: 10px;
    line-height: 11px;
  }
  .menu .show {
    max-width: 140px;
    height: 31px;
    font-size: 10px;
    line-height: 11px;
    border-radius: 7px;
  }
  .menu .show img {
    margin-left: 12px;
    max-width: 6px;
  }
  /* information */
  .information {
    padding: 42px;
  }
  .info__block .title {
    font-size: 26px;
    line-height: 31px;
  }
  .info__block .min-block .t-title {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 6px;
  }
  /* .info__block .min-block .info_img {
        max-height: 25px;
        min-width: 25px;
        display: flex;
        justify-content: center;
        margin-right: 20px;
    } */
  .info__block .min-block img {
    margin-right: 20px;
    max-width: 25px;
  }
  .info__block .min-block .t-text {
    max-width: 270px;
    font-size: 10px;
    line-height: 11px;
  }
  .info__block .min-block .t-text a {
    margin-bottom: 5px;
  }
  .info__block .min-block {
    padding-top: 46px;
  }
  /* footer */
  footer {
    padding: 21px 0 15px;
  }
  .footer__inner .footer__block .title {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 6px;
  }
  .footer__inner .footer__block .text {
    padding-top: 10px;
    font-size: 10px;
    line-height: 11px;
  }
  .footer__inner .footer__block:nth-child(2) {
    max-width: 317px;
  }
  .footer__inner .footer__block nav a {
    font-size: 11px;
    line-height: 13px;
  }
  .footer__inner .footer__block .buttons {
    max-width: 317px;
    padding-top: 24px;
  }
  .footer__inner .footer__block .buttons button {
    max-width: 130px;
    height: 29px;
    font-size: 10px;
    line-height: 11px;
  }
  .footer__inner .footer__block .buttons form {
    width: 100%;
    max-width: 130px;
  }
  .footer__inner .footer__block .buttons input[type="submit"] {
    max-width: 130px;
    height: 29px;
    font-size: 10px;
    line-height: 11px;
  }
  .footer__inner .footer__block .insta {
    font-size: 9.6px;
    line-height: 11px;
  }
  .footer__inner .footer__block .tel {
    font-size: 9.6px;
    line-height: 11px;
    padding-top: 30px;
  }
  .footer__inner .footer__block img {
    margin-right: 11px;
    max-width: 10px;
  }
  footer hr {
    margin: 50px 0 13px;
  }
  footer .rule {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 768px) {
  .banners.pt {
    padding-top: 140.88px;
  }
  .banners .info {
    padding-top: 15px;
    flex-direction: column;
    align-items: center;
  }
  .banners .info img {
    max-width: 20px;
  }
  .banners .info .num {
    font-size: 13px;
    line-height: 15px;
  }
  .banners .info .address {
    font-size: 13px;
    line-height: 15px;
    padding-left: unset;
  }
  .menu .choose.fixed {
    left: 0;
    top: 120.88px;
    max-width: 100%;
    padding: 10px 15px;
  }
  .intro {
    max-height: 1000px;
  }
  /* cart */
  .cart {
    max-width: 308px;
    padding: 30px 0 50px;
  }
  .cart .title {
    font-size: 20px;
    line-height: 25px;
  }
  .cart .elements-order {
    padding: 0 15px;
  }
  .cart .elements-order .element-o {
    min-height: 45px;
  }
  .cart .elements-order .element-o img {
    width: 67px;
  }
  .cart .elements-order .element-o .el-title {
    font-size: 12px;
    line-height: 14px;
  }
  .cart .elements-order .element-o .el-weight {
    padding-top: 1px;
  }
  .cart .elements-order .element-o .el-price {
    font-size: 17px;
    line-height: 20px;
  }
  .cart .elements-order .element-o .el-price .old {
    font-size: 14px;
    line-height: 110%;
  }
  .cart .elements-order .element-o .el-all {
    max-width: 125px;
  }
  .cart .elements-order .element-o .el-bord {
    width: 44px;
    height: 16px;
  }
  .cart .elements-order .element-o .el-total {
    font-size: 9px;
    line-height: 11px;
  }
  .cart .elements-order .element-o .el-bord button {
    font-size: 9px;
    line-height: 9px;
  }
  .cart .order .total_price {
    font-size: 13px;
    line-height: 15px;
    padding: 18px 0 12px;
  }
  .cart .order form {
    max-width: 191px;
  }
  .cart .order input {
    height: 40px;
    font-size: 12px;
    line-height: 14px;
  }
  .cart .order button {
    max-width: 191px;
    height: 40px;
    font-size: 12px;
    line-height: 14px;
  }
  .cart .order .continue {
    margin-top: 13px;
  }

  /* header */
  .down_header-text {
    top: 140px;
  }
  header {
    padding: 27px 0 10px;
    background: #080707;
    position: fixed;
  }
  header .container {
    max-width: none;
  }
  header .logo img {
    max-width: 45px;
  }
  header .logo .ch-city {
    padding-left: 20px;
    font-size: 13px;
    line-height: 16px;
  }
  header nav {
    display: none;
    transition: all 0.2s ease-in-out;
    max-width: unset;
  }
  header .nav__link {
    font-size: 20px;
    line-height: 23px;
  }
  header nav.active {
    padding-bottom: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #080707;
    display: flex;
    flex-direction: column;
  }
  header nav.active .nav__link {
    padding: 10px 0;
  }
  header .lang {
    font-size: 12px;
    line-height: 14px;
  }
  header .cart-lang {
    max-width: 143px;
  }
  header .cart-lang img {
    max-width: 31px;
  }
  header .burger {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    width: 36px;
    height: 25px;
  }
  header .burger__menu:nth-child(1) {
    display: block;
    position: absolute;
    top: 0;
    width: 36px;
    height: 5px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    transition: all 0.2s ease-in-out;
  }
  header .burger__menu:nth-child(2) {
    display: block;
    width: 21px;
    height: 5px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
  }
  header .burger__menu:nth-child(3) {
    display: block;
    position: absolute;
    bottom: 0;
    width: 31px;
    height: 5px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    transition: all 0.2s ease-in-out;
  }
  header .burger.active .burger__menu:nth-child(1) {
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
    left: 2px;
  }
  header .burger.active .burger__menu:nth-child(2) {
    display: none;
  }
  header .burger.active .burger__menu:nth-child(3) {
    width: 36px;
    transform: rotate(45deg) translateY(-30%);
    bottom: 30%;
  }
  /* intro */
  .intro__inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .intro__inner .title {
    font-size: 20px;
    line-height: 25px;
    max-width: 350px;
  }
  .intro__inner .text {
    font-size: 13px;
    line-height: 15px;
    max-width: 348px;
    padding: 15px 0 30px;
  }
  .intro__inner button {
    max-width: 212px;
    height: 49px;
    font-size: 20px;
    line-height: 25px;
  }
  .intro__inner .name {
    display: none;
  }
  .intro__inner .info {
    padding-top: 15px;
    flex-direction: column;
  }
  .intro__inner .info img {
    max-width: 20px;
  }
  .intro__inner .info .num {
    font-size: 13px;
    line-height: 15px;
  }
  .intro__inner .info .address {
    font-size: 13px;
    line-height: 15px;
    padding-left: unset;
  }
  .intro .dots {
    max-width: 100px;
  }
  .intro .dots .dot {
    width: 16px;
    height: 16px;
  }
  .intro .carousel_slides .carousel-slide:nth-child(2) {
    background-image: url("/assets/images/7X5A2886.jpg") !important;
  }
  .intro .carousel_slides .carousel-slide:nth-child(1) {
    background-image: url("/assets/images/7X5A2768.jpg") !important;
  }
  /* menu */
  .menu {
    padding: 30px 0 45px;
  }
  .menu .choose button {
    min-width: 162px;
    height: 39px;
    font-size: 12px;
    line-height: 15px;
    padding-left: 20px;
  }
  .menu .choose button img {
    margin-right: 14px;
    max-width: 25px;
  }
  .menu .grid-container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
    padding: 28px 0;
  }
  .menu .grid-container .sushi-block {
    min-height: 225px;
    padding: 3px 15px 15px;
    border-radius: 5.72143px;
  }
  .menu .grid-container .sushi-block img {
    width: 100%;
  }
  .menu .grid-container .sushi-block .sushi-title {
    padding-top: 12px;
    font-size: 16px;
    line-height: 20px;
  }
  .menu .grid-container .sushi-block .sushi-text {
    padding: 7px 0 21px;
    font-size: 9px;
    line-height: 10px;
    font-weight: 400;
  }
  .menu .grid-container .sushi-block .sushi-price,
  .modal_product-overflow .modal_product .modal_product-all .sushi-price {
    font-size: 18px;
    line-height: 22px;
  }
  .menu .grid-container .sushi-block .sushi-price .old {
    font-size: 14px;
    line-height: 15px;
  }
  .menu .grid-container .sushi-block .sushi-weight {
    padding-bottom: 4px;
  }
  .menu .grid-container .sushi-block .sushi-weight,
  .modal_product-overflow .modal_product .modal_product-all .sushi-weight {
    padding-left: 2px;
    font-size: 10px;
    line-height: 12px;
  }
  .menu .grid-container .sushi-block .sushi-down .sushi-button {
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .menu .show {
    max-width: 183px;
    height: 41px;
    font-size: 13px;
    line-height: 15px;
  }
  .menu .show img {
    margin-left: 12px;
    max-width: 9px;
  }
  /* info */
  .information {
    padding: 10px 0 70px;
  }
  .info__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .info__block:nth-child(2) {
    padding-top: 50px;
  }
  .info__block .title {
    font-size: 28px;
    line-height: 34px;
  }
  .info__block .min-block .t-title {
    font-size: 24px;
    line-height: 30px;
  }
  .info__block .min-block .t-text {
    font-size: 17.9996px;
    line-height: 21px;
    max-width: 348px;
  }
  .info__block .min-block .t-text a {
    margin-bottom: 10px;
  }
  .info__block .min-block {
    padding-top: 40px;
    flex-direction: column;
  }
  .info__block .min-block img {
    max-height: 48px;
    margin: 0 0 20px;
  }
  /* footer */
  .t-text-w {
    max-width: 227px !important;
  }
  footer {
    padding: 25px 0 15px;
  }
  .footer__inner {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer__inner .footer__block:nth-child(2) {
    order: 3;
    margin: 40px auto 0;
  }
  .footer__inner .footer__block nav a {
    font-size: 16px;
    line-height: 19px;
  }
  .footer__inner .footer__block .buttons button {
    font-size: 11px;
    line-height: 13px;
    max-width: 144px;
    height: 36px;
  }
  .footer__inner .footer__block .buttons form {
    width: 100%;
    max-width: 144px;
  }
  .footer__inner .footer__block .buttons input[type="submit"] {
    max-width: 144px;
    height: 36px;
    font-size: 11px;
    line-height: 13px;
  }
  .footer__inner .footer__block .buttons {
    flex-direction: column;
    padding-top: 30px;
  }
  .footer__inner .footer__block .buttons input[type="submit"] {
    margin-bottom: 16px;
  }
  .footer__inner .footer__block .title {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 2px;
  }
  .footer__inner .footer__block .text {
    font-size: 11px;
    line-height: 13px;
    padding-top: 8px;
  }
  .footer__inner .footer__block .tel {
    padding-top: 20px;
    font-size: 11px;
    line-height: 13px;
  }
  .footer__inner .footer__block .insta {
    font-size: 11px;
    line-height: 13px;
  }
  footer hr {
    margin: 40px 0 15px;
  }
  footer .rule {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 640px) {
  .modal_product-overflow {
    align-items: flex-end;
  }
  .modal_product-overflow .modal_product {
    border: unset;
    border-top: 1.49997px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 90vh;
    transform: scale(1) translateY(100%);
    justify-content: space-between;
    align-items: center;
    overflow-y: auto;
  }
  .modal_product-overflow.opened .modal_product {
    transform: scale(1) translateY(0) !important;
  }
  .modal_product-overflow .modal_product .modal_product-close {
    display: none;
  }
  .modal_product-overflow .modal_product .modal_product-closeMob {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 50px;
    height: 5px;
    background: #333333;
    border-radius: 10px;
  }
  .modal_product-overflow .modal_product .modal_product-container {
    padding-left: 10px;
    padding-right: 10px;
    gap: 10px;
    flex-direction: column;
  }
  .modal_product-overflow .modal_product .modal_product-info {
    max-width: 300px;
  }
  .modal_product-overflow .modal_product-img {
    align-self: center;
    padding: 20px 10px 10px;
    max-width: 450px;
    width: 100%;
    /* aspect-ratio: 4 / 3; */
    height: unset;
  }
  .modal_product-overflow .modal_product-img img {
    width: 100%;
  }
  .modal_product-overflow .modal_product-title {
    margin: 15px 0;
    font-size: 21px;
    line-height: 23px;
  }
  .modal_product-overflow .modal_product-text {
    font-size: 15px;
    line-height: 17px;
  }
  .modal_product-overflow .modal_product-weight {
    font-size: 15px;
    line-height: 17px;
    margin: 5px 0 10px;
  }
  .modal_product-overflow .modal_product-price {
    font-size: 25px;
    line-height: 27px;
  }
  .modal_product-overflow .modal_product-priceOld {
    font-size: 19px;
    line-height: 21px;
  }
  .modal_product-overflow .modal_product-btn {
    padding: 10px 10px 20px;
    justify-content: center;
  }
  .modal_product-overflow .modal_product-btn button {
    width: 100%;
    padding: 8px 16px;
    font-size: 17px;
    line-height: 20px;
  }
}
