@font-face {
  font-family: "icon";
  src: url("../fonts/icon/icon.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-sb.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-r.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-l.woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-b.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-m.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
    font-family: "Appetite";
    src: url("../admin/fonts/appetite.woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  } */
@font-face {
  font-family: "Appetite";
  src: url("../fonts/appetite-n.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'OpenSans', sans-serif;
  color: #323232;
  font-size: 14px;
  scroll-behavior: smooth;
  /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
  -webkit-tap-highlight-color: transparent;
}
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
*::-webkit-scrollbar-thumb {
  background: #f33030;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  transition: padding-right;
}
body.fixed {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
body.fixed,
body.fixed header {
  padding-right: 4px;
}
.wrapper {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a img {
  cursor: pointer;
}
img {
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input,
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"],
textarea,
input[type="tel"],
select,
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  padding: 6px 15px 6px 0;
  width: 100%;
  color: #323232;
  border-radius: 0;
}
input[type="submit"] {
  border: none;
  cursor: pointer;
}
textarea {
  resize: vertical;
  min-height: 35px;
  height: 32px;
  max-height: 300px;
  overflow: auto;
}
input:focus,
textarea:focus,
select:focus {
  color: #323232;
  border-bottom: 1px solid #323232;
}
input.error {
  border-bottom: 1px solid #eb5757;
}
input + p.required {
  color: #eb5757;
  opacity: 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
input.error + p.required {
  opacity: 1;
}
button,
.btn,
.btn-2 {
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.0125px;
  font-weight: 600;
  background: #f33030;
  transition: 0.2s;
  cursor: pointer;
  white-space: nowrap;
}
button:disabled,
.btn:disabled,
.btn-2:disabled,
button:disabled:hover,
.btn:disabled:hover,
.btn-2:disabled:hover {
  cursor: no-drop;
  background: #ffcdd2;
}
button,
.btn {
  border: none;
}
button:hover,
.btn:hover {
  background: #f17172;
}
.btn-2 {
  color: #f33030;
  background: #fff;
  border: 1px solid #f33030;
}
.btn-2:hover {
  color: #f17172;
  border: 1px solid #f17172;
}
input[placeholder] {
  text-overflow: ellipsis;
}
::-webkit-input-placeholder {
  color: #8a8a8a;
  transition: 0.3s;
}
:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  box-shadow: inset 0 0 0 50px #fff !important;
}
:focus::-webkit-input-placeholder {
  color: transparent;
  transition: 0.3s;
}
::selection {
  background-color: rgba(35, 33, 22, 0.7);
  color: #fff;
}
.first-title {
  width: fit-content;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: 4px solid #f33030;
  margin-bottom: 32px;
  font-family: 'Appetite';
}
.info-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f33030;
  height: 40px;
}
.info-bar .main-slider {
  width: 100%;
}
.info-bar .slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.info-bar .slider {
  position: relative;
  display: flex;
  align-items: baseline;
  transition: 0.6s;
}
.info-bar .slider span {
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  cursor: pointer;
  display: flex;
}
.info-bar .slider span::before {
  font-family: 'icon';
  content: '\e929';
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}
.info-bar .slider .slides {
  display: flex;
  transition: 0.6s;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: flex-start;
}
.info-bar .slider .slides .slide {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 100%;
  text-align: center;
}
.info-bar .slider .slides .slide p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 10px 0;
}
header {
  position: fixed;
  position: sticky;
  z-index: 100;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: top 0.6s, padding-right;
  top: 0;
  left: 0;
}
header .top {
  display: grid;
  grid-template-columns: 250px 150px 1fr 300px 70px;
  grid-gap: 10px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
header .top .logo {
  max-width: 196px;
  margin-right: 10px;
}
header .top .logo img {
  width: 100%;
  cursor: pointer;
}
header .top .top-right {
  display: contents;
}
header .top .top-right .tel,
header .top .top-right .delivery,
header .top .top-right .delivery-point,
footer .top .top-right .tel a {
  display: flex;
  align-items: center;
  text-align: center;
}
header .top .top-right .tel a,
header .bottom .mobile-block > a:nth-child(2) {
  font-size: 30px;
  line-height: 18px;
  font-family: 'Appetite';
}
header .top .top-right .tel a::before,
footer .top .column .tel a::before,
header .bottom .mobile-block > a:nth-child(2)::before {
  font-family: 'icon';
  content: '\e931';
  font-size: 18px;
  color: #323232;
  margin-right: 11px;
  font-weight: initial;
}
header .top .social {
  display: flex;
  gap: 30px;
}
header .top .social a,
footer .logo .social a {
  font-family: 'icon';
}
header .top .social a.youtube::before,
footer .logo .social a.youtube::before {
  content: '\e939';
}
header .top .social a.insta::before,
footer .logo .social a.insta::before {
  content: '\e937';
}
header .top .social a.tiktok::before,
footer .logo .social a.tiktok::before {
  content: '\e946';
}
header .top .top-right .delivery span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
header .top .top-right .delivery::before {
  content: '\e93b';
  font-family: 'icon';
  font-size: 36px;
  margin-right: 16px;
}
header .top .top-right .delivery-point {
  cursor: pointer;
  position: relative;
  max-width: max-content;
  grid-column: 4;
  padding-right: 30px;
}
header .top .top-right .delivery-point > span {
  display: flex;
  align-items: center;
  z-index: 101;
  cursor: pointer;
}
header .top .top-right .delivery-point > span span {
  font-size: 14px;
  line-height: 32px;
  white-space: nowrap;
  cursor: pointer;
}
header .top .top-right .delivery-point > span::before {
  font-family: 'icon';
  content: '\e92d';
  font-size: 20px;
  color: #323232;
  margin-right: 14px;
}
header .top .top-right .delivery-point > span::after {
  font-family: 'icon';
  content: '\e93a';
  font-size: 19px;
  color: #323232;
  margin-left: 7px;
  transition: 0.2s;
}
header .top .top-right .delivery-point > span:hover,
header .top .top-right .delivery-point > span:hover::before,
header .top .top-right .delivery-point > span:hover::after {
  color: #636363;
}
header .top .top-right .delivery-point.show > span::after {
  transform: rotate(180deg);
}
header .top .top-right .delivery-point .sub,
header .bottom .cart .sub {
  position: absolute;
  right: -50px;
  top: calc(100% - 34px);
  width: 428px;
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s;
  display: flex;
  flex-direction: column;
}
header .top .top-right .delivery-point.show .sub,
header .bottom .cart:hover .sub {
  max-height: 600px;
}
header .top .top-right .delivery-point .sub .items {
  overflow-y: auto;
}
header .top .top-right .delivery-point .sub .items,
header .bottom .cart .sub .cont {
  background: #fff;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 50px 50px 50px;
  padding: 24px 16px 32px;
  transition: 0.35s;
}
header .top .top-right .delivery-point.show .sub .items,
header .bottom .cart:hover .sub .cont {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}
header .top .top-right .delivery-point .sub .items::before,
header .bottom .cart .sub .cont::before {
  position: absolute;
  top: -18px;
  right: 16px;
  content: '';
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 18px solid #fff;
  z-index: 100;
}
header .top .top-right .delivery-point .sub .items .item {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
  text-align: left;
}
header .top .top-right .delivery-point .sub .items .item:hover {
  color: #f33030;
  cursor: pointer;
}
header .top .top-right .delivery-point .sub .items .item.no {
  color: #c0c0c0;
  cursor: not-allowed;
}
header .top .top-right .delivery-point .sub .items a {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #f33030;
  font-weight: 600;
}
header .top .top-right .delivery-point .sub .items a:hover {
  color: #f17172;
}
header .top .top-right .login {
  color: #505050;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 12px;
}
header .top .top-right .login::before {
  content: '\e91e';
  font-family: 'icon';
  font-size: 12px;
}
header .top .top-right .login span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.13px;
}
header .top .hamburger {
  display: none;
  align-items: center;
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
header .top .hamburger span,
header .top .hamburger span::before,
header .top .hamburger span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition-duration: 0.25s;
  cursor: pointer;
}
header .top .hamburger span::before {
  content: "";
  top: -8px;
}
header .top .hamburger span::after {
  content: "";
  top: 8px;
}
header .top .hamburger.show span {
  transform: rotate(45deg);
  background: transparent;
}
header .top .hamburger.show span::after {
  top: 0;
  transform: rotate(90deg);
}
header .top .hamburger.show span::before {
  top: 0;
  transform: rotate(0);
}
header .bottom {
  border-bottom: 1px solid #eee;
  z-index: 99;
  background: #fff;
}
header .bottom .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  position: relative;
}
header .bottom .two-menu {
  display: flex;
  flex-direction: column;
}
header .bottom .two-menu .login {
  display: none;
}
header .bottom .two-menu > .ws-menu {
  opacity: 1;
}
header .bottom .two-menu > .ws-menu,
.scroll-menu,
.scroll-menu .ws-menu {
  display: flex;
  align-items: center;
}
.scroll-menu .ws-menu {
  overflow-x: auto;
}
header.scroll .bottom .two-menu > .ws-menu {
  opacity: 0;
  z-index: -100;
  transition-duration: 0.35s;
}
header .scroll-menu {
  opacity: 0;
  z-index: -100;
  transition-duration: 0.35s;
  position: absolute;
  top: 13px;
  left: 0;
}
header.scroll .scroll-menu {
  opacity: 1;
  z-index: 100;
}
header .bottom .two-menu > .ws-menu .item,
.scroll-menu .ws-menu .item {
  margin-right: 16px;
}
header .bottom .two-menu > .ws-menu .item:first-child {
  display: none;
}
header .bottom .two-menu > .ws-menu .item:last-child,
.scroll-menu .ws-menu .item:last-child {
  margin-right: 0;
}
header .bottom .two-menu > .ws-menu .item a,
.scroll-menu .ws-menu .item a {
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
header .bottom .two-menu > .ws-menu .item a:hover,
.scroll-menu .ws-menu .item a:hover {
  color: #8a8a8a;
}
.scroll-menu .logo {
  max-width: 40px;
  margin-right: 16px;
}
.scroll-menu .logo img {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.scroll-menu .ws-menu .item {
  display: flex;
}
.scroll-menu .ws-menu .item a {
  position: relative;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.scroll-menu .ws-menu .item.selected a {
  font-weight: 600;
  letter-spacing: 0.0125px;
}
.scroll-menu .ws-menu .item a::after {
  content: '';
  height: 2px;
  background: #f33030;
  opacity: 0;
}
.scroll-menu .ws-menu .item.selected a::after {
  opacity: 1;
}
.scroll-menu .ws-menu .item:nth-child(9)::before {
  content: '';
  width: 1px;
  height: 22px;
  background: #eee;
  margin-right: 16px;
}
header .bottom .mobile-block {
  display: none;
  flex-direction: column;
  width: 100%;
  padding-top: 24px;
}
header .bottom .mobile-block p,
header .bottom .mobile-block .social a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
header .bottom .mobile-block p:first-child {
  margin-bottom: 16px;
}
header .bottom .mobile-block > a:nth-child(2) {
  margin-bottom: 8px;
  font-family: 'OpenSans', sans-serif;
  font-weight: 700;
}
header .bottom .mobile-block > p:nth-child(3) {
  font-weight: 300;
}
header .bottom .mobile-block > p:nth-child(4) {
  font-weight: 400;
  margin-bottom: 15px;
}
header .bottom .mobile-block .social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
  padding: 16px 0;
}
header .bottom .mobile-block .social p {
  width: 100%;
}
header .bottom .mobile-block .social a {
  color: #323232;
  display: flex;
  align-items: center;
  font-size: 24px;
}
header .bottom .mobile-block .social a::before {
  font-family: 'icon';
}
header .bottom .mobile-block .social a:nth-child(2)::before {
  content: '\e937';
}
header .bottom .mobile-block .social a:nth-child(3)::before {
  content: '\e939';
}
header .bottom .mobile-block .social a:last-child::before {
  content: '\e946';
}
header .bottom .mobile-block .link-app p {
  margin-bottom: 16px;
}
header .bottom .mobile-block .link-app .cont {
  display: flex;
  gap: 20px;
}
header .bottom .mobile-block .link-app .cont a:first-child {
  max-width: 135px;
  margin-bottom: 25px;
}
header .bottom .mobile-block .link-app .cont a:last-child {
  max-width: 118px;
}
header .bottom .mobile-block .link-app .cont a img {
  width: 100%;
  cursor: pointer;
}
header .bottom .cart {
  position: relative;
  transition: 0.2s;
  min-width: 180px;
}
header .bottom .cart .basket {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  max-width: 200px;
  width: 100%;
  background: #f33030;
  border-radius: 20px;
}
header .bottom .cart .basket .col {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #f33030;
  font-weight: 600;
  color: #f33030;
  display: none;
  align-items: center;
  justify-content: center;
}
header .bottom .cart .basket:hover {
  background: #f17172;
}
header .bottom .cart .basket::before {
  content: '\e927';
  font-family: 'icon';
  font-size: 20px;
  color: #fff;
  margin-right: 5px;
}
header .bottom .cart .basket * {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.0125px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}
header .bottom .cart .sub {
  width: 420px;
  top: calc(100% - 15px);
}
header .bottom .cart .sub * {
  color: #323232;
  font-size: 14px;
}
header .bottom .cart .sub .cont {
  padding: 0;
}
header .bottom .cart .sub .items {
  overflow-y: auto;
  max-height: 450px;
  padding: 0 16px;
}
header .bottom .cart .sub .items::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
header .bottom .cart .sub .items::-webkit-scrollbar-track {
  background: #e5e5e5;
}
header .bottom .cart .sub .items::-webkit-scrollbar-thumb {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #f33030;
}
header .bottom .cart .sub .items .item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding: 45px 0 10px;
  position: relative;
}
header .bottom .cart .sub .items .item .del {
  position: absolute;
  top: 19px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .bottom .cart .sub .items .item .del::before {
  content: '\e92b';
  font-family: 'icon';
  font-size: 19px;
  color: #505050;
  font-weight: 400;
}
header .bottom .cart .sub .items .item .img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}
header .bottom .cart .sub .items .item .img img {
  object-fit: cover;
  max-width: 95px;
  transform: translateX(-20px);
}
header .bottom .cart .sub .items .item.drink .img img {
  object-fit: cover;
  max-width: unset;
  width: 100%;
  height: 100%;
}
header .bottom .cart .sub .items .item .info {
  display: flex;
  flex-direction: column;
  min-width: 135px;
}
header .bottom .cart .sub .items .item .info h2,
header .bottom .cart .sub .items .item .info > div {
  margin-bottom: 5px;
}
header .bottom .cart .sub .items .item .info h2 {
  font-weight: 600;
}
header .bottom .cart .sub .items .item .info div:nth-child(2) {
  color: #8a8a8a;
}
.comp-add,
.comp-del {
  display: inline;
}
.comp-add span::before {
  content: '+ ';
}
.comp-del span::after {
  content: ', ';
}
.comp-del span:last-child:after {
  content: '';
}
header .bottom .cart .sub .items .item .info .sum {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
header .bottom .cart .sub .items .item .info .sum > span {
  font-size: 16px;
  font-weight: bold;
}
.sum .amt {
  display: flex;
  align-items: center;
}
.sum .amt .minus,
.sum .amt .plus {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 17px;
  min-width: 17px;
  height: 17px;
  border: 1px solid #323232;
  border-radius: 4px;
  overflow: hidden;
}
.sum .amt .minus:active,
.sum .amt .minus:active:hover {
  border: 1px solid #ababab;
}
.sum .amt .minus:hover {
  background: #323232;
  border: 1px solid #323232;
}
.sum .amt .plus {
  border: 1px solid #27ae60;
}
.sum .amt .plus:active,
.sum .amt .plus:active:hover {
  border: 1px solid #6fcf97;
}
.sum .amt .plus:hover {
  border: 1px solid #27ae60;
  background: #27ae60;
}
.sum .amt .minus::before,
.sum .amt .plus::before {
  font-family: 'icon';
  font-size: 17px;
  font-weight: 400;
}
.sum .amt .minus::before {
  content: '\e943';
  color: #323232;
}
.sum .amt .plus::before {
  content: '\e942';
  color: #27ae60;
}
.sum .amt .plus:active::before,
.sum .amt .plus:hover::before,
.sum .amt .minus:active::before,
.sum .amt .minus:hover::before {
  color: #fff;
}
.sum .amt .plus:active::before {
  background: #6fcf97;
}
.sum .amt .minus:active::before {
  background: #ababab;
}
.sum .amt span:nth-child(2) {
  font-size: 14px;
  text-align: center;
  min-width: 25px;
  margin: 0 10px;
}
header .bottom .cart .sub .items .item .info-del {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  z-index: 100;
}
header .bottom .cart .sub .items .item .info-del.show {
  display: flex;
}
header .bottom .cart .sub .items .item .info-del span,
header .bottom .cart .sub .items .item .info-del div {
  color: #636363;
  font-size: 14px;
  line-height: 20px;
}
header .bottom .cart .sub .items .item .info-del span:first-child {
  margin-bottom: 16px;
}
header .bottom .cart .sub .items .item .info-del span:nth-child(2) {
  font-weight: 600;
  margin-bottom: 25px;
}
header .bottom .cart .sub .items .item .info-del div {
  font-weight: 600;
  letter-spacing: 0.0125px;
  color: #323232;
  cursor: pointer;
}
header .bottom .cart .sub .items .item .info-del .restore {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
header .bottom .cart .sub .items .item .info-del .restore::after {
  content: '\e934';
  font-family: 'icon';
  font-size: 15px;
  margin-left: 12px;
  font-weight: 400;
}
header .bottom .cart .sub .items .item .info-del .delete {
  text-transform: uppercase;
}
header .bottom .cart .sub .total {
  display: flex;
  justify-content: space-between;
  padding: 25px 16px 16px;
}
header .bottom .cart .sub .total span {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto';
}
header .bottom .cart .sub .empty-card {
  padding: 16px 0;
  margin: 0 16px;
  border-bottom: 1px solid #eee;
  display: none;
  flex-direction: column;
}
header .bottom .cart.empty .sub .empty-card {
  display: flex;
}
header .bottom .cart.empty .sub .items .item {
  display: none;
}
header .bottom .cart .sub .empty-card p {
  font-size: 16px;
  line-height: 24px;
  color: #636363;
  text-align: center;
}
header .bottom .cart .sub .empty-card h2,
header .bottom .cart .sub .empty-card .h2 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 400;
  text-align: center;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.breadcrumbs * {
  font-size: 13px;
  line-height: 16px;
  color: #8a8a8a;
}
.breadcrumbs span {
  margin: 0 8px;
}
.info-basket {
  display: none;
  flex-direction: column;
  background: rgba(50, 50, 50, 0.95);
  border-radius: 10px;
  padding: 16px;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 208px;
  min-width: 208px;
  position: absolute;
  right: 0;
  top: calc(100% + 25px);
  z-index: -100;
}
.info-basket.show {
  animation: show 5s linear forwards;
  display: flex;
}
.info-basket span,
.info-basket span a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
}
.info-basket span:first-child {
  margin-bottom: 8px;
}
.product-slider {
  display: flex;
  position: relative;
  width: 100%;
}
.product-slider .slider {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.product-slider .items {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.6s;
  left: 0;
  padding-bottom: 8px;
}
.product-slider .arrows {
  display: flex;
}
.product-slider .arrow-r,
.product-slider .arrow-l {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.05));
  border-radius: 50%;
}
.product-slider .arrow-l {
  margin-right: 16px;
}
.product-slider .arrow-l::after,
.product-slider .arrow-r::after {
  font: 12px "icon";
  content: "\e923";
  color: #113353;
}
.product-slider .arrow-r::after {
  transform: rotate(180deg);
}
main {
  background: #fffcfc;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eee;
}
.product {
  position: relative;
  width: 100%;
  max-width: 288px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding-bottom: 16px;
  background: #fff;
  &.new {
    .img .info {
      right: auto;
      left: 16px;
      align-items: flex-start;
    }
    &.sticks {
      .img .info {
        right: 16px;
        img {
          margin-left: auto;
          margin-bottom: 5px;
        }
      }
    }
  }
}
.product .img {
  position: relative;
  height: 200px;
  min-height: 200px;
  overflow: hidden;
}
.product .img img {
  width: 288px;
}
.product.drinks .img,
.product.single .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .status {
  display: flex;
  position: absolute;
  top: 0px;
  left: 16px;
}
.product .status .new {
  width: 100px;
  img {
    width: 100%;
  }
}
.product .status .top {
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .product .status .new::before, */
.product .status .top::before {
  font-family: 'icon';
  content: '\e944';
  color: #f33030;
  font-size: 24px;
}
.product .status .top::before {
  content: '\e945';
}
.product .img .info {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.product.drinks .img .info {
  display: none;
}
.product .img .info img {
  width: 100%;
  max-width: 190px;
}
.product .img .info .small {
  max-width: 40px;
  display: none;
}
.product .img .info .availability {
  display: flex;
  height: 56px;
}
.product .img .info .availability .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 0 7px 5px;
  font-style: italic;
}
.product .img .info .availability .item * {
  font-family: "Appetite";
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.product .img .info .availability .item .wt {
  line-height: 14px;
  font-size: 14px;
  align-self: flex-end;
}
.product .img .info .availability .item .cost {
  font-size: 36px;
  line-height: 26px;
  margin-right: 7px;
}
.product .img .info .availability .item .cost sup {
  margin-left: 4px;
  font-size: 12px;
}
.product .img .info .availability .item .cost span {
  margin-left: -15px;
}
.product .img .info .availability .item div span {
  font-size: 12px;
}
.product .img .info .availability .item:first-child {
  background: #f33030;
  z-index: 4;
  border-radius: 22px 0;
  padding: 12px 0 7px 3px;
}
.product .img .info .availability .item:not(:first-child) {
  border-radius: 0 0 22px 0;
}
.product .img .info .availability .item:nth-child(2) {
  background: #ff4e00;
  z-index: 3;
}
.product .img .info .availability .item:nth-child(3) {
  background: #ff7f00;
  z-index: 2;
}
.product .img .info .availability .item:last-child {
  background: #ffa400;
  z-index: 1;
}
.product .img .info .availability .item:first-child:nth-last-child(2) {
  background: #ffa400;
  padding: 12px 7px 7px 7px;
}
.product .img .info .availability .item:first-child:nth-last-child(2) ~ .item {
  background: #f33030;
  min-width: 70px;
  align-items: center;
}
.product .img .info .availability .item:first-child:nth-last-child(2) *,
.product .img .info .availability .item:first-child:nth-last-child(2) ~ .item * {
  align-self: center;
}
.product .img .info .availability .item::before,
.product .img .info .availability .item::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.product .img .info .availability .item::after {
  right: -9px;
  border-right: 10px solid transparent;
}
.product .img .info .availability .item::before {
  left: -8.5px;
  border-left: 10px solid transparent;
}
.product .img .info .availability .item:not(:first-child):before {
  width: 20px;
  left: -30px;
  border-left: 20px solid transparent;
}
.product .img .info .availability .item:first-child::before,
.product .img .info .availability .item:first-child:nth-last-child(2) ~ .item::before {
  border-bottom: 42px solid #f33030;
}
.product .img .info .availability .item:first-child::after,
.product .img .info .availability .item:first-child:nth-last-child(2) ~ .item::after {
  border-top: 42px solid #f33030;
}
.product .img .info .availability .item:nth-child(2)::before {
  border-bottom: 42px solid #ff4e00;
}
.product .img .info .availability .item:nth-child(2)::after {
  border-top: 42px solid #ff4e00;
}
.product .img .info .availability .item:nth-child(3)::before {
  border-bottom: 42px solid #ff7f00;
}
.product .img .info .availability .item:nth-child(3)::after {
  border-top: 42px solid #ff7f00;
}
.product .img .info .availability .item:last-child::before,
.product .img .info .availability .item:first-child:nth-last-child(2)::before {
  border-bottom: 42px solid #ffa400;
}
.product .img .info .availability .item:last-child::after,
.product .img .info .availability .item:first-child:nth-last-child(2)::after {
  border-top: 42px solid #ffa400;
}
.product .content {
  padding: 8px 16px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product .content p {
  min-height: 100px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
.product .content .h2 {
  min-height: unset;
}
.product .content .h2 a {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 600;
}
.product.single .content .h2,
.product.drinks .content .h2,
#soups .product .content .h2 {
  margin-bottom: 30px;
}
.product .content span {
  font-size: 14px;
}
.product .content span::after {
  content: ', ';
}
.product .content span:last-child::after {
  content: unset;
}
.product form {
  width: 100%;
  margin-bottom: 24px;
  margin-top: auto;
}
.product .total {
  display: flex;
  justify-content: space-between;
}
.product .total .price {
  position: relative;
  display: flex;
  padding-right: 7px;
}
.product .total .price div {
  font-size: 30px;
  font-weight: 900;
  display: flex;
  align-items: flex-start;
  line-height: 36px;
}
.product .total .price sup {
  font-size: 12px;
  line-height: 17px;
  margin-left: 2px;
}
.product .total .price span {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 6px;
}
.product .total .add-prod {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  width: 105px;
  background: #f33030;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.0125em;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
}
.product .total .later {
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: #ebebeb;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.0125em;
  color: #858585;
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
}
.product .total .add-prod:hover {
  background: #f17172;
}
.weight {
  display: flex;
  padding: 2px;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
}
.weight .radio-box {
  width: 100%;
}
.weight .radio-box input[type=radio] {
  display: none;
}
.weight .radio-box label {
  font-size: 12px;
  line-height: 16px;
  color: #8a8a8a;
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0;
  cursor: pointer;
  z-index: 1;
}
.weight .radio-box:hover label {
  color: #323232;
}
.weight .radio-box label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
  background: none;
  z-index: -1;
}
.weight .radio-box input[type=radio]:active + label,
.weight .radio-box input[type=radio]:checked + label,
.weight .radio-box:hover input[type=radio]:active + label,
.weight .radio-box:hover input[type=radio]:checked + label {
  color: #fff;
}
.weight .radio-box input[type=radio]:active + label::before,
.weight .radio-box:hover input[type=radio]:active + label::before {
  background: #d0d0d0;
}
.weight .radio-box input[type=radio]:checked + label::before,
.weight .radio-box:hover input[type=radio]:checked + label::before {
  background: #323232;
}
.input {
  display: flex;
  flex-direction: column;
  position: relative;
}
.input label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 14px;
  color: #8a8a8a;
  background: #fff;
  transform: translateY(0);
  transition: all 0.2s ease;
}
.input input:focus + label,
.input textarea:focus + label,
.input.fixed input + label,
.input.fixed textarea + label {
  transform: translateY(-18px);
  font-size: 12px;
}
.seo {
  width: 100%;
  max-width: 808px;
  margin: 0 auto 32px;
}
.seo p,
.seo h2 {
  margin-bottom: 15px;
}
.seo .box {
  max-height: 65px;
  overflow: hidden;
  transition: all .3s;
}
.seo .box.show {
  max-height: 500px;
}
.seo .box {
  padding: 64px 0;
}
.seo ul,
.seo ol {
  margin-left: 15px;
  margin-bottom: 15px;
}
.seo ul li:not(:last-child),
.seo ol li:not(:last-child) {
  margin-bottom: 10px;
}
.seo * {
  color: #d0d0d0;
  font-size: 12px;
  line-height: 16px;
}
.seo .more::before {
  margin-right: 0;
}
footer {
  margin-top: auto;
  padding: 23px 0 32px;
}
footer .top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
footer .top .logo {
  width: 160px;
}
footer .top .logo img {
  width: 100%;
  cursor: pointer;
}
footer .logo .social {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
footer .logo .social a {
  font-size: 24px;
}
footer .top .ws-menu {
  display: contents;
}
footer .top .ws-menu .item p,
.column .social span,
footer .top .column .tel span,
footer .top .column .address span,
footer .top .column .link-app span,
footer .top .column .mail-cont span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  margin-bottom: 8px;
  white-space: nowrap;
}
footer .top .column .address .ws-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  .item {
    display: flex;
    flex-direction: column;
    width: auto;
  }
}
footer .top .column .address .ws-menu > .item > p {
  font-weight: 500;
  margin-bottom: 0;
}
footer .top .ws-menu .item .sub-menu .item a,
footer .top .column .address p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  display: block;
}
footer .top .ws-menu .item .sub-menu .item:last-child a {
  margin-bottom: 0;
}
footer .top .column .social .units {
  margin-bottom: 34px;
}
footer .top .column .social .units {
  display: flex;
  flex-wrap: wrap;
}
footer .top .column .social .units a {
  color: #505050;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
footer .top .column .social .units a:first-child {
  margin-right: 28px;
}
footer .top .column .social .units a::before {
  font-weight: 400;
  font-family: 'icon';
  font-size: 16px;
  color: #505050;
  margin-right: 8px;
}
footer .top .column .social .units a:first-child::before {
  content: '\e939';
}
footer .top .column .social .units a:last-child::before {
  content: '\e937';
}
footer .top .column .tel a {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 12px;
  display: block;
}
footer .top .column .tel p:nth-child(3) {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
}
footer .top .column .tel p:nth-child(4) {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 25px;
}
footer .top .column .link-app {
  margin-bottom: 32px;
}
footer .top .column .link-app .cont {
  display: flex;
  flex-wrap: wrap;
}
footer .top .column .link-app .cont a:first-child {
  margin-right: 25px;
}
footer .top .column .mail-cont {
  display: flex;
  flex-direction: column;
}
footer .top .column .mail-cont a {
  font-size: 14px;
  line-height: 24px;
  text-decoration-line: underline;
}
footer .top .column > a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
}
footer .mid {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 24px;
  margin-top: 35px;
}
footer .mid img {
  width: 100%;
}
footer .mid img:first-child {
  margin-right: 26px;
  max-width: 71px;
}
footer .mid img:last-child {
  max-width: 40px;
}
footer .bottom {
  margin-right: calc(((100% - 1224px)/2) + 10px);
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px;
}
footer .bottom .left {
  max-width: 950px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .bottom .left div {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
footer .bottom .left div:first-child {
  margin-bottom: 8px;
}
footer .bottom .right a {
  display: flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 1.25px;
  color: #8a8a8a;
  transition: 0.3s;
}
footer .bottom .right a:hover {
  color: #323232;
}
footer .bottom .right a::after {
  content: url(../images/logo-chrg.svg);
  margin-left: 8px;
  line-height: 15px;
  transition: 0.3s;
}
footer .bottom .right a:hover:after {
  content: url(../images/logo-chr.svg);
}
footer .arrow-up {
  position: fixed;
  bottom: 75px;
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  background: #f33030;
  filter: drop-shadow(0px 5px 20px rgba(24, 24, 24, 0.5));
  transition: 0.2s;
  z-index: 9;
  cursor: pointer;
}
footer .arrow-up::after {
  content: '\e925';
  font-family: 'icon';
  color: #fff;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes btn {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.link-application {
  display: none;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 10px;
  transition: 0.5s;
  background: #fff;
  /* box-shadow: 0 90px 38px 0 rgba(0, 0, 0, 0.03), 0 72px 41px 0 rgba(0, 0, 0, 0.10), 0 22px 22px 0 rgba(0, 0, 0, 0.16), 0 13px 29px 0 rgba(0, 0, 0, 0.19); */
  border: 1px solid rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);
  z-index: 101;
  flex-wrap: wrap;
  position: relative;
  &.close {
    display: none;
    top: -100%;
  }
  .h2 {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 5px;
    color: hsl(240, 3%, 12%);
  }
  a.btn {
    width: 100%;
    grid-area: 2/1/3/3;
    animation: btn 3s linear infinite;
  }
  p {
    color: hsl(0, 0%, 33%);
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.032px;
  }
  .logo {
    max-width: 40px;
    min-width: 40px;
    margin-right: 20px;
    animation: pulse 3s linear infinite;
    img {
      width: 100%;
    }
  }
  .cont {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    a {
      position: absolute;
      inset: 0;
    }
  }
  .close {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-left: auto;
    position: absolute;
    top: 15px;
    right: 15px;
    &::after {
      content: '\e929';
      font-family: 'icon';
      font-size: 14px;
      color: #f33030;
    }
  }
}
.window-cookie {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.29);
  z-index: 100;
  display: none;
  align-items: flex-end;
  justify-content: center;
  &.active {
    display: flex;
  }
  .window-body {
    background: rgb(255, 255, 255);
    box-shadow: 0 210px 84px 0 rgba(0, 0, 0, 0.03), 0 118px 71px 0 rgba(0, 0, 0, 0.10), 0 52px 52px 0 rgba(0, 0, 0, 0.16), 0 13px 29px 0 rgba(0, 0, 0, 0.19);
    backdrop-filter: blur(10px);
    padding: 30px 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 40px;
    width: calc(100% - 40px);
    max-width: 1240px;
    h2 {
      color: hsl(240, 3%, 12%);
      font-size: 18px;
      font-weight: 400;
      line-height: 100%;
    }
    p {
      color: hsl(0, 0%, 33%);
      font-size: 14px;
      line-height: 120%;
      letter-spacing: 0.032px;
      a {
        color: #f33030;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
        letter-spacing: 0.032px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
      }
    }
    .btns {
      display: flex;
      gap: 5px;
      button {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 26px;
        max-width: 200px;
        width: 100%;
        background: #f33030;
        border-radius: 20px;
      }
    }

  }
}
.window-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.29);
  z-index: 105;
  display: none;
  align-items: center;
  justify-content: center;

}
.window-background.menu {
  z-index: 99;
}
.window-background .window-body {
  width: 100%;
  max-width: 392px;
  background: #fffcfc;
  border-radius: 16px;
  position: relative;
  box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.05);
}
.window-background.add-address-popup .window-body {
  max-width: 648px;
}
.window-background.goods .window-body {
  height: 100%;
  max-height: 90vh;
}
.window-background.goods .window-body .window-title {
  padding: 16px 16px 8px;
}
.window-background .window-body .window-title h2,
.window-background .window-body .window-title .h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.window-background .window-body .window-title .h2 {
  display: block;
  margin-bottom: 35px;
}
.window-background.goods .window-body .window-title h2,
.window-background.goods .window-body .window-title .h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.window-background .window-body .window-title .window-close {
  position: absolute;
  top: 0;
  right: -48px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}
.window-background .window-body .window-title .window-close::before {
  content: '\e929';
  font-family: 'icon';
  font-size: 12px;
}
.window-background.goods .window-body .window-content {
  height: calc(100% - 116px);
  overflow-y: auto;
}
.window-background.goods .window-body .window-content::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.window-background.goods .window-body .window-content::-webkit-scrollbar-track {
  background: #e5e5e5;
}
.window-background.goods .window-body .window-content::-webkit-scrollbar-thumb {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #f33030;
}
.window-background.goods .window-body .window-content .info {
  margin-bottom: 8px;
  padding: 0 16px;
  color: #8a8a8a;
}
.window-background.goods .window-body .window-content .info span,
.window-background.goods .window-body .window-content .info span * {
  color: #8a8a8a;
}
.window-background.goods .window-body .window-content .comp {
  margin-bottom: 8px;
  padding: 0 16px;
}
.window-background.goods .window-body .window-content .comp span,
.window-background.goods .window-body .window-content .comp span * {
  font-weight: 300;
  letter-spacing: 0.5px;
}
.window-background.goods .window-body .window-content .comp span::after {
  content: ', ';
  display: inline-block;
  width: 8px;
}
.window-background.goods .window-body .window-content .comp span:last-child::after {
  content: unset;
}
.window-background.goods .window-body .window-content .comp span.del {
  color: #8a8a8a;
  position: relative;
  text-decoration: line-through;
}
.window-background.goods .window-body .window-content .set {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}
.window-background.goods .window-body .window-content .set .add,
.window-background.goods .window-body .window-content .set .del {
  margin-bottom: 8px;
  display: none;
}
.window-background.goods .window-body .window-content .set .add,
.window-background.goods .window-body .window-content .set .del,
.window-background.goods .window-body .window-content .set .add *,
.window-background.goods .window-body .window-content .set .del * {
  font-weight: 600;
  color: #505050;
}
.window-background.goods .window-body .window-content form p {
  font-weight: 600;
  margin-bottom: 7px;
  margin-top: 16px;
  padding: 0 16px;
}
.window-background.goods .window-body .window-content form .weight {
  margin: 16px 16px 32px;
}
.window-background.goods .window-body .window-content form .items {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #eee;
  margin: 0 16px;
  padding: 16px 5px 0 0;
}
.window-background.goods .window-body .window-content form .items .item {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.window-background.goods .window-body .window-content form .items .item img {
  max-width: 40px;
  width: 100%;
  margin-right: 16px;
}
.window-background.goods .window-body .window-content form .items .item .title {
  margin-right: auto;
  color: #636363;
  font-size: 16px;
}
.window-background.goods .window-body .window-content form .items .item.no .title {
  text-decoration: line-through;
}
.window-background.goods .window-body .window-content form .items .item.select .title {
  color: #323232;
  font-weight: 600;
}
.window-background.goods .window-body .window-content form .items.delete .item.no .title,
.window-background.goods .window-body .window-content form .items.delete .item.recover .title {
  position: relative;
  color: #8a8a8a;
}
.window-background.goods .window-body .window-content form .items.delete .item.no .title::before,
.window-background.goods .window-body .window-content form .items.delete .item.recover .title::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 58%;
  height: 1px;
  background: #8a8a8a;
}
.window-background.goods .window-body .window-content form .items.delete .item span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.window-background.goods .window-body .window-content form .items.delete .item span::after {
  content: '\e929';
  font-family: 'icon';
  font-size: 12px;
  color: #636363;
}
.window-background.goods .window-body .window-content form .items.delete .item.recover span::after {
  content: '\e934';
  color: #323232;
  font-size: 15px;
}
.window-background.goods .window-body .window-content form .items.delete .item.no span::after {
  content: none;
}
.window-background.goods .window-body .window-content form .items .item .sum {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 5px;
}
.window-background.goods .window-body .window-content form .items .item.no .sum {
  display: none;
}
.window-background.goods .window-body .window-content form .items .item .sum .price {
  margin-bottom: 12px;
  color: #636363;
}
.window-background.goods .window-body .window-content form .items .item.select .sum .price {
  color: #323232;
  font-weight: 600;
}
.window-background.goods .window-body .window-content form .items .item .sum .amt .plus,
.window-background.goods .window-body .window-content form .items .item .sum .amt .minus {
  border: 1px solid #636363;
}
.window-background.goods .window-body .window-content form .items .item .sum .amt .minus:hover {
  border: 1px solid #323232;
}
.window-background.goods .window-body .window-content form .items .item .sum .amt .plus::before,
.window-background.goods .window-body .window-content form .items .item .sum .amt .minus::before,
.window-background.goods .window-body .window-content form .items .item .sum .amt span:nth-child(2) {
  color: #636363;
}
.window-background.goods .window-body .window-content form .items .item .sum .amt span:nth-child(2) {
  min-width: 40px;
  white-space: nowrap;
}
.window-background.goods .window-body .window-content form .items .item .sum .amt span + .plus {
  border: 1px solid #27ae60
}
.window-background.goods .window-body .window-content form .items .item .sum .amt span + .plus::before {
  color: #27ae60;
}
.window-background.goods .window-body .window-content form .items .item .sum .amt .plus:hover:before,
.window-background.goods .window-body .window-content form .items .item .sum .amt .minus:hover:before {
  color: #fff;
}
.window-background.goods .window-body .window-content form .items .item .sum .amt .minus:active,
.window-background.goods .window-body .window-content form .items .item .sum .amt .minus:active:hover {
  border: 1px solid #ababab;
}
.window-background.goods .window-body .window-content form .items .item .sum .amt .plus:active,
.window-background.goods .window-body .window-content form .items .item .sum .amt .plus:active:hover {
  border: 1px solid #6fcf97;
}
.window-background.goods .window-body .window-content form .items .item .sum .amt .plus:active:before {
  background: #6fcf97;
}
.window-background.goods .window-body .window-content form .items .item .sum .amt .minus:active:before {
  background: #ababab;
}
.window-background.goods .window-body .window-content form .bottom {
  box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  border-radius: 0 0 16px 16px;
}
.window-background.goods .window-body .window-content form .bottom .btn {
  border-radius: 20px;
  margin: 0 auto;
}
.window-background.entry form {
  position: relative;
}
.window-background:where(.entry, .registration, .restore, .recovery, .not-available) .window-body {
  width: 100%;
  padding: 32px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  position: relative;
  box-sizing: border-box;
}
.window-background:where(.entry, .registration, .recovery, .not-available) .window-body h2,
.window-background:where(.entry, .registration, .recovery, .not-available) .window-body .h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 34px;
}
.window-background:where(.entry, .registration, .recovery, .not-available) .error-body {
  display: none;
}
.window-background:where(.entry, .registration, .recovery, .not-available) .error .error-body {
  display: block;
}
.window-background:where(.entry, .registration, .recovery, .not-available) .error-body .h2 {
  color: #f33030;
}
.window-background.not-available .window-body {
  height: 100%;
  max-height: 325px;
}
.window-background.limit-exceeded .window-body {
  max-height: 355px;
}
.window-background.not-available .window-body h2,
.window-background.not-available .window-body .h2 {
  text-align: center;
}
.window-background.not-available .window-content {
  text-align: center;
}
.window-background.not-available .window-content p a {
  font-size: 16px;
  color: #000;
}
.window-background.not-available .window-content .cont {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.window-background.not-available .window-content .cont a:first-child {
  margin-right: 25px;
}
.window-background:where(.entry, .registration, .recovery) .window-body .input {
  margin-bottom: 35px;
}
.window-background:where(.entry, .registration, .recovery) .window-body .error .input input {
  border: 1px solid #f33030;
}
.window-background:where(.entry, .registration, .recovery) .window-body .btn {
  color: #fff;
  border-radius: 20px;
  padding: 10px 16px;
  margin: 0 auto 25px;
}
.window-background.review-successfully-popup .window-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.window-background.review-successfully-popup .window-content .message {
  text-align: center;
  margin-top: 16px;
}
.window-background.entry .window-body .btn {
  max-width: 180px;
}
.window-background:where(.entry, .registration, .recovery) .window-body .link {
  font-weight: 600;
  letter-spacing: 0.125px;
  margin-bottom: 32px;
  text-align: center;
  cursor: pointer;
}
.window-background.registration .window-body .check-box {
  margin-bottom: 10px;
}
.window-background .window-body .btn:disabled,
.window-background .window-body .btn:disabled:hover {
  background: #ffcdd2;
}
.window-background form.window-body .error-body,
.window-background form .window-body.send-body {
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 92px);
  height: 184px;
  background: #fff;
  border-radius: 16px;
  padding: 23px 23px 50px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.window-background form.window-body .error-body::before {
  content: url(../images/icons/error.svg);
  margin-bottom: 22px;
}
.window-background form.window-body .error-body .close {
  position: absolute;
  top: 23px;
  right: 23px;
  cursor: pointer;
}
.window-background form.window-body .error-body .close::after {
  content: '\e929';
  font-family: 'icon';
  font-size: 12px;
}
.window-background form .window-body.send-body h2,
.window-background form .window-body.send-body .h2,
.window-background form.window-body .error-body h2,
.window-background form.window-body .error-body .h2 {
  font-size: 16px;
  font-weight: 300;
}
.window-background form.window-body.error .error-body {
  display: flex;
}
.window-background form.window-body.send .send-body {
  display: flex;
}
.loading-screen {
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.29);
  display: none;
}
.window-background.restore .window-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.window-background.restore .window-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.window-background.restore .window-body {
  padding: 30px;
}
.window-background.restore .window-body .btn {
  max-width: 164px;
  width: 100%;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}
.window-background.restore .window-body input {
  margin-bottom: 15px;
}
.window-background.restore .window-title {
  margin-bottom: 10px;
}
.window-background.point .window-body {
  padding: 20px;
}
.window-background.point .window-body h2 {
  text-align: center;
  margin-bottom: 10px;
}
.window-background.point .window-body select {
  margin-bottom: 20px;
}
.window-background.point .window-body input {
  width: 100%;
}
@keyframes show {
  0% {
    opacity: 0;
    z-index: -100;
  }
  5% {
    opacity: 1;
    z-index: 100;
  }
  80% {
    opacity: 1;
    z-index: 100;
  }
  100% {
    opacity: 0;
    z-index: -100;
  }
}
.invalid-page {
  padding-top: 185px;
  padding-bottom: 50px;
}
.invalid-page .page-content .breadcrumbs {
  margin-bottom: 40px;
}
.invalid-page .page-content .invalid-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.invalid-page .page-content .invalid-block img {
  width: 100%;
  max-width: 428px;
  margin-bottom: 40px;
}
.invalid-page .page-content .invalid-block p {
  color: #505050;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 32px;
  max-width: 600px;
  text-align: center;
}
.invalid-page .page-content .invalid-block a {
  padding: 10px 16px;
  border-radius: 20px;
  box-shadow: 0px 5px 20px rgba(243, 48, 48, 0.5);
}
@media (max-width: 1280px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .scroll-menu {
    left: 20px;
  }
  footer .top {
    padding: 0 50px 24px 20px;
  }
  footer .bottom {
    margin-right: 0;
    padding: 0 20px 0 20px;
  }
  /* main, */
  .invalid-page {
    padding-top: 108px;
  }
  header {
    height: unset;
    z-index: 100;
    background: transparent;
  }
  header::after {
    width: 100%;
    content: '';
    height: 15px;
    background: transparent;
  }
  header .top {
    display: flex;
    grid-template-columns: none;
    gap: 25px;
    justify-content: center;
    z-index: 100;
    border-bottom: 1px solid #eee;
    background: #fff;
  }
  header .top .top-right .delivery-point,
  header .top .top-right .login {
    display: flex;
  }
  header .top .top-right .tel {
    margin-left: auto;
  }
  header .top .top-right .tel a {
    font-family: 'Appetite';
    font-weight: 400;
    font-size: 29px;
    letter-spacing: 1px;
  }
  header .top .top-right .social {
    display: none;
  }
  header .top .top-right .tel a::before {
    content: '\e931';
    font-size: 19px;
  }
  header .top .top-right .delivery-point {
    padding-right: 0;
  }
  header .top .top-right .delivery-point > span span {
    display: none;
  }
  header .top .top-right .delivery-point > span::before {
    margin-right: 0;
  }
  header .top .top-right .delivery-point > span::after {
    display: none;
  }
  header .top .top-right .delivery-point .sub {
    right: -67px;
  }
  header .top .top-right .login {
    display: none;
  }
  header .top .hamburger {
    display: flex;
  }
  header.scroll .top {
    opacity: 0;
    z-index: -100;
    transition-duration: 0.35s;
  }
  header.show.scroll .top {
    opacity: 1;
    z-index: 100;
  }
  header .scroll-menu {
    top: -76px;
    right: 0;
    left: 0;
    position: fixed;
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 5px 20px;
  }
  header.show.scroll .scroll-menu {
    top: -76px;
  }
  header.scroll .scroll-menu {
    opacity: 1;
    z-index: 100;
    top: 0;
    transition: opacity 0.35s;
  }
  header .bottom {
    border-bottom: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 16px);
    overflow: hidden;
    max-height: 0;
    transition: 0.35s;
  }
  header.show .bottom {
    max-height: calc(100vh - 50px);
    overflow-y: auto;
  }
  header .bottom .content {
    padding-top: 18px;
    padding-bottom: 25px;
    flex-direction: column;
  }
  header .bottom .two-menu {
    width: 100%;
  }
  header .bottom .two-menu .login {
    font-weight: 600;
    margin-bottom: 44px;
    cursor: pointer;
    display: unset;
  }
  header .bottom .two-menu .login::before {
    content: '\e91e';
    font-size: 15px;
  }
  header .bottom .two-menu > .ws-menu {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 34px;
    border-bottom: 1px solid #eee;
  }
  header.show.scroll .bottom .two-menu > .ws-menu {
    opacity: 1;
    z-index: 100;
  }
  header.show.scroll .scroll-menu {
    opacity: 0;
    z-index: -100;
  }
  header .bottom .two-menu > .ws-menu .item {
    margin-bottom: 44px;
  }
  header .bottom .two-menu > .ws-menu .item:last-child {
    margin-bottom: 0;
  }
  header .bottom .two-menu > .ws-menu .item:first-child {
    display: none;
  }
  header .bottom .two-menu > .ws-menu .item:nth-child(2),
  header .bottom .two-menu > .ws-menu .item:nth-child(3) {
    display: none;
  }
  header .bottom .two-menu > .ws-menu .item a,
  header .bottom .two-menu > .ws-menu .item p {
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  header .bottom .two-menu > .ws-menu .item a::before,
  header .bottom .two-menu > .ws-menu .item p::before,
  header .bottom .two-menu .login::before {
    font-family: 'icon';
    font-size: 19px;
    font-weight: 400;
    margin-right: 15px;
    width: 22px;
  }
  header .bottom .two-menu > .ws-menu .item:nth-child(4) a::before {
    content: '\e92c';
  }
  header .bottom .two-menu > .ws-menu .item:nth-child(5) a::before {
    content: '\e947';
  }
  header .bottom .two-menu > .ws-menu .item:nth-child(6) a::before {
    content: '\e93f';
  }
  header .bottom .two-menu > .ws-menu .item:nth-child(7) a::before {
    content: '\e940';
  }
  header .bottom .two-menu > .ws-menu .item:nth-child(8) a::before {
    content: '\e931';
  }
  header .bottom .two-menu > .ws-menu .item:nth-child(9) a::before {
    content: '\e93e';
  }
  header .bottom .mobile-block {
    display: flex;
  }
  header .bottom .cart {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  header.show .bottom .cart {
    z-index: -1;
  }
  header .bottom .cart .basket {
    filter: drop-shadow(0px 5px 20px rgba(24, 24, 24, 0.5));
  }
  header .bottom .cart .sub {
    display: none;
  }
  .info-basket {
    position: fixed;
    bottom: 20px;
    top: unset;
    right: unset;
    left: 20px;
  }
}
@media (max-width: 1060px) {
  footer .top {
    padding: 0 20px 24px;
    grid-gap: 33px;
  }
  footer .bottom .left div:nth-child(2) {
    margin-bottom: 20px;
  }
  .window-cookie {
    .window-body {
      padding: 10px;
      align-items: flex-start;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 10px;
      width: calc(100% - 20px);
      h2 {
        font-size: 16px;
      }
      button {
        max-width: 161px;
        margin: 0 auto;
      }
    }
  }
}
@media (max-width: 768px) {
  body.fixed,
  body.fixed header {
    padding-right: 0;
  }
  .info-bar .slider .slides .slide p {
    padding: 0 20px;
    font-size: 12px;
    line-height: 16px;
  }
  header .top .hamburger {
    width: 24px;
    height: 24px;
  }
  header .bottom .cart {
    max-width: 56px;
    min-width: unset;
  }
  header .bottom .cart .basket {
    max-width: 56px;
    width: 56px;
    min-width: unset;
    height: 56px;
    border-radius: 50%;
    justify-content: center;
  }
  header .bottom .cart .basket::before {
    font-size: 26px;
    margin-right: 0;
  }
  header .bottom .cart .basket .price {
    display: none;
  }
  header .bottom .cart .basket .col {
    display: flex;
  }
  header .bottom .cart .sub {
    display: none;
  }
  .first-title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 2px;
    border-bottom: 2px solid #f33030;
    margin-bottom: 16px;
  }
  footer .arrow-up {
    bottom: 95px;
  }
}
@media (max-width: 578px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="search"],
  input[type="date"],
  textarea,
  input[type="tel"],
  select,
  input[type="submit"] {
    padding: 2px 15px 4px 0;
  }
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .top .logo {
    max-width: 150px;
  }
  header .top .top-right .tel a {
    font-size: 26px;
    line-height: 26px;
  }
  header .top .top-right .tel a::before {
    font-size: 16px;
    margin-right: 5px;
  }
  header .top .top-right .delivery-point .sub {
    right: -141px;
  }
  header .top .top-right .delivery-point .sub .items::before {
    right: 90px;
  }
  header .top .hamburger {
    width: 17px;
    min-width: 17px;
    height: 11px;
  }
  header .top .hamburger span,
  header .top .hamburger span::before,
  header .top .hamburger span::after {
    height: 1px;
  }
  header .top .hamburger span::before {
    top: -5px;
  }
  header .top .hamburger span::after {
    top: 5px;
  }
  .scroll-menu .ws-menu ю .scroll-menu .logo img {
    min-width: 40px;
  }
  .breadcrumbs {
    margin-bottom: 15px;
  }
  .first-title {
    font-size: 16px;
  }
  .product {
    max-width: 100%;
    height: inherit;
    flex-direction: row;
    padding-bottom: 0;
  }
  .product .content .h2 a {
    font-size: 20px;
  }
  .product .img {
    display: flex;
    height: unset;
    width: 128px;
    min-width: 128px;
    align-items: flex-end;
  }
  .product.new {
    .img {
      align-items: center;
      & > img {
        width: 195px;
        transform: scaleX(-1);
      }
      .info {
        top: 5px;
      }
    }
    .status {
      top: 0;
      left: 0px;
      right: unset;
    }
    &:has(.status .new) .img {
      margin-top: 25px;
    }
    &.sticks {
      .img {
        & > img {
          transform: scaleX(1);
        }
        .info img {
          margin-left: 0;
        }
      }
    }
  }
  .product.single .img {
    justify-content: unset;
  }
  .product .status {
    top: -12px;
    right: 4px;
    left: unset;
  }
  .product .content {
    width: 100%;
    padding: 8px 16px 12px 0;
  }
  .product .form {
    margin-bottom: 30px;
  }
  .product .content p {
    font-size: 12px;
    line-height: 16px;
  }
  .product .img .info {
    top: 8px;
  }
  .product .img .info > img,
  .product .img .info .availability {
    display: none;
  }
  .product .img .info .small {
    display: block;
    width: unset;
  }
  .product .total {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .product .total .add-prod {
    padding: 6px 16px;
  }
  /* .product.drinks,
  .product.single {
    height: 168px;
  } */
  .product.drinks .content .h2,
  .product.single .content .h2 {
    margin-bottom: auto;
  }
  .product.drinks .img img,
  .product.single .img img {
    top: 0;
  }
  .invalid-page {
    padding-top: 100px;
  }
  .invalid-page .page-content .invalid-block img {
    max-width: 185px;
  }
  footer {
    padding-top: 16px;
  }
  footer .top {
    padding: 0 10px;
  }
  footer .top .logo {
    width: 100%;
  }
  footer .top .logo img {
    width: 125px;
    margin: 0 auto;
  }
  footer .logo .social {
    width: 150px;
    margin: 0 auto;
  }
  footer .top .ws-menu {
    display: flex;
    gap: 40px;
  }
  footer .top .ws-menu .item {
    width: 120px;
  }
  footer .top .ws-menu .item .sub-menu .item a {
    font-weight: 300;
  }
  footer .top .column:nth-child(3) {
    display: contents;
  }
  footer .top .column .social .units {
    flex-direction: column;
    margin-bottom: 0;
  }
  footer .top .column .social .units a:first-child {
    margin-bottom: 12px;
  }
  footer .top .column .tel {
    grid-column: 1/-1;
  }
  footer .top .column .social .tel a:first-child {
    font-size: 18px;
  }
  footer .top .column > a {
    margin-top: 0;
  }
  footer .top .column:last-child .mail-cont {
    margin-bottom: 32px;
  }
  footer .top .column .mail-cont a {
    font-weight: 300;
  }
  footer .bottom .left div {
    text-align: center;
    margin: 0 auto;
  }
  footer .bottom .right {
    margin: 0 auto;
  }
  header .bottom .cart {
    bottom: 125px;
    transition: 0.7s;
    right: 10px;
  }
  header .bottom .cart.m-close {
    bottom: 20px;
  }
  .link-application {
    display: grid;
  }
  footer .arrow-up {
    right: unset;
    left: 10px;
    bottom: 20px;
  }
  .window-background.goods .window-body {
    max-height: calc(100vh - 100px);
    margin-top: 48px;
    margin-bottom: 23px;
    border-radius: 16px 16px 0 0;
    max-width: 100%;
  }
  .window-background.goods .window-body .window-title {
    padding: 14px 16px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  }
  .window-background .window-body .window-title .window-close {
    right: 7px;
    top: 5px;
  }
  .window-background.goods .window-body .window-content {
    padding-top: 16px;
  }
  .window-background.not-available {
    padding: 0 10px;
  }
  .window-background.not-available .window-body h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .window-background.not-available .window-content .cont {
    margin: 15px 0;
  }
  .window-background.not-available .window-content * {
    font-size: 12px;
  }
  .window-background.not-available .window-body {
    padding: 35px 15px 15px 15px;
  }
  .invalid-page {
    padding-bottom: 30px;
  }
  .invalid-page .page-content .breadcrumbs {
    margin-bottom: 30px;
  }
  .invalid-page .page-content .invalid-block img,
  .invalid-page .page-content .invalid-block p {
    margin-bottom: 25px;
  }
  .invalid-page .page-content .invalid-block p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 400px) {
  .product {
    max-width: 100%;
  }
}
@media (hover: none) and (pointer: coarse) {
  body.fixed,
  body.fixed header {
    padding-right: 0;
  }
}