.select-off {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/Raleway/static/Raleway-Medium.ttf") format("truetype");
}
@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Raleway/static/Raleway-Bold.ttf") format("truetype");
}
.ya-icon-hidden {
  opacity: 0.6;
  position: relative;
  transform: translate(-50%, -100%);
}

label {
  margin: 0;
}

.ya-icon-main {
  position: relative;
  transform: translate(-50%, -100%);
}

.lp-footer-powered {
  padding: 21px 0;
  background: #292626;
}
.lp-footer-powered p {
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
}

.wo-loader {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.wo-loader div {
  transform-origin: 50px 50px;
  animation: lds-spinner 0.6s linear infinite;
}
.wo-loader div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 45px;
  width: 10px;
  height: 25px;
  border-radius: 20px;
  background: #959595;
}
.wo-loader div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.5s;
}
.wo-loader div:nth-child(2) {
  transform: rotate(60deg);
  animation-delay: -0.4s;
}
.wo-loader div:nth-child(3) {
  transform: rotate(120deg);
  animation-delay: -0.3s;
}
.wo-loader div:nth-child(4) {
  transform: rotate(180deg);
  animation-delay: -0.2s;
}
.wo-loader div:nth-child(5) {
  transform: rotate(240deg);
  animation-delay: -0.1s;
}
.wo-loader div:nth-child(6) {
  transform: rotate(300deg);
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.wo-disabled {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 0.8;
}

.hb-input-block {
  position: relative;
}
.hb-input-block p {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  color: #a4a4a4 !important;
}

.ui-datepicker {
  border-color: #C9C9C9 !important;
}
.ui-datepicker .ui-datepicker-header {
  background: #d13246 !important;
}
.ui-datepicker .ui-datepicker-header select {
  outline: none !important;
  border-color: #C9C9C9 !important;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all .ui-icon {
  background: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all .ui-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border: solid 2px #ffffff;
  border-top: none;
  border-right: none;
  width: 10px;
  height: 10px;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-state-hover {
  background: none !important;
  border: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.ui-datepicker .ui-state-default {
  background: #ffffff !important;
  border-color: #C9C9C9 !important;
}
.ui-datepicker .ui-state-active {
  background: #d13246 !important;
}

label {
  margin: 0;
}

.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.hb-back-block {
  padding-bottom: 28px;
}
.hb-back-block p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #d13246;
}
.hb-back-block p a {
  text-decoration: none;
  color: inherit;
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hb-loader {
  position: relative;
  width: 20px;
  height: 20px;
  animation: loader-rotate 1.5s linear infinite;
}
.hb-loader div {
  height: 10px;
  width: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 1px 0;
}
.hb-loader div:after {
  content: "";
  background: #FDD60D;
  position: absolute;
  border-radius: 5px;
  top: 50%;
  left: 0;
  height: 50%;
  width: 100%;
}
.hb-loader div:nth-child(1) {
  transform: translate(-50%, 0%);
}
.hb-loader div:nth-child(2) {
  transform: translate(-50%, 0%) rotate(60deg);
}
.hb-loader div:nth-child(3) {
  transform: translate(-50%, 0%) rotate(120deg);
}
.hb-loader div:nth-child(4) {
  transform: translate(-50%, 0%) rotate(180deg);
}
.hb-loader div:nth-child(5) {
  transform: translate(-50%, 0%) rotate(240deg);
}
.hb-loader div:nth-child(6) {
  transform: translate(-50%, 0%) rotate(300deg);
}

.hb-loader-block {
  width: 20px;
  height: 14px;
  position: relative;
}
.hb-loader-block .hb-loader {
  position: absolute;
  left: 0;
  top: -20%;
}

.wo-mobile-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1100;
}
.wo-mobile-block .wo-mobile-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.wo-mobile-block .wo-mobile-body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  height: 100%;
  max-height: 546px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 10px;
  border-radius: 12px;
}

.wo-select-block {
  outline: none !important;
  position: relative;
}
.wo-select-block .wo-select-current {
  cursor: pointer;
  width: 100%;
  border: solid 1px #C9C9C9;
  background: #ffffff;
  padding: 10px 42px 10px 20px;
}
.wo-select-block .wo-select-current p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
}
.wo-select-block .wo-select-current p .wo-icon {
  position: absolute;
  top: 44%;
  right: 12px;
  width: 10px;
  height: 10px;
  border-right: solid 2px #C9C9C9;
  border-bottom: solid 2px #C9C9C9;
  transform: translate(-50%, -50%) rotate(45deg);
}
.wo-select-block .wo-select-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 5;
}
.wo-select-block .wo-select-list .wo-select-option {
  border: solid 1px #C9C9C9;
  border-top: none;
  background: #ffffff;
  padding: 10px 20px;
  cursor: pointer;
}
.wo-select-block .wo-select-list .wo-select-option p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
}
.wo-select-block .wo-select-list .wo-select-option.active p {
  font-weight: 700;
}
.wo-select-block .wo-select-list .wo-select-option:hover {
  background: rgba(72, 169, 165, 0.1);
}

.wo-selecttime-block {
  outline: none !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  width: 100%;
  height: 42px;
  background: #ffffff;
  border: solid 1px #C9C9C9;
}
.wo-selecttime-block .wo-selecttime-current {
  cursor: pointer;
  position: relative;
  padding: 10px 32px 10px 10px;
}
.wo-selecttime-block .wo-selecttime-current p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
}
.wo-selecttime-block .wo-selecttime-current p .wo-icon {
  position: absolute;
  top: 44%;
  right: 6px;
  width: 10px;
  height: 10px;
  border-right: solid 2px #C9C9C9;
  border-bottom: solid 2px #C9C9C9;
  transform: translate(-50%, -50%) rotate(45deg);
}
.wo-selecttime-block .wo-select-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 5;
  border: solid 1px #C9C9C9;
  max-height: 300px;
  overflow: auto;
}
.wo-selecttime-block .wo-select-list .wo-select-option {
  background: #ffffff;
  padding: 10px;
  cursor: pointer;
}
.wo-selecttime-block .wo-select-list .wo-select-option p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
}
.wo-selecttime-block .wo-select-list .wo-select-option.active p {
  font-weight: 700;
}
.wo-selecttime-block .wo-select-list .wo-select-option:hover {
  background: rgba(72, 169, 165, 0.1);
}
.wo-selecttime-block .wo-selecttime-hour,
.wo-selecttime-block .wo-selecttime-min {
  position: relative;
}
.wo-selecttime-block .wo-selecttime-hour .wo-select-list {
  min-width: 90px;
}
.wo-selecttime-block .wo-selecttime-midday {
  padding: 10px;
}

.wo-modal-block {
  position: relative;
  z-index: 110;
}
.wo-modal-block .wo-modal-background {
  cursor: pointer;
  background: rgba(1, 1, 1, 0.6);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
.wo-modal-block .wo-modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  position: fixed;
  padding: 44px;
  min-width: 700px;
}
.wo-modal-block .wo-modal-body .hb-modal-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 28px;
}
.wo-modal-block .wo-modal-body .hb-modal-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  color: #000000;
}
.wo-modal-block .wo-modal-body .wo-modal-control {
  padding-top: 28px;
}
.wo-modal-block .wo-modal-body .wo-modal-control button {
  width: 100%;
}
.wo-modal-block .wo-modal-body .wo-modal-control .wo-modal-rightbtn {
  text-align: right;
}
.wo-modal-block .wo-modal-body .wo-modal-control .wo-modal-rightbtn button {
  width: auto;
  min-width: 120px;
  text-transform: uppercase;
}
.wo-modal-block .wo-modal-body .wo-modal-close {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 100%;
  width: 40px;
  height: 40px;
  background: #ffffff;
}
.wo-modal-block .wo-modal-body .wo-modal-close:before, .wo-modal-block .wo-modal-body .wo-modal-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 28px;
  height: 3px;
  background: #d13246;
}
.wo-modal-block .wo-modal-body .wo-modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.wo-modal-block .wo-modal-body .wo-modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hb-button-company1,
.hb-button-back {
  font-family: Raleway, sans-serif;
  outline: none !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
}
.hb-button-company1 .hb-mobile,
.hb-button-back .hb-mobile {
  display: none;
}
a.hb-button-company1, .hb-button-back {
  display: inline-block;
  text-decoration: none !important;
}

.hb-button-company1 {
  background: #d13246;
  border: none !important;
  color: #FDD60D !important;
  padding: 20px;
  cursor: pointer;
}
.hb-button-company1:focus, .hb-button-company1:hover {
  background: #E4364C;
}
.hb-button-company1.active, .hb-button-company1:active {
  background: #C32E41;
}
.hb-button-company1 .hb-loader-block {
  margin: auto;
  opacity: 0;
  display: inline-block;
}
.hb-button-company1.loading {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #C32E41;
}
.hb-button-company1.loading span {
  display: none;
}
.hb-button-company1.loading .hb-loader-block {
  opacity: 1;
}
.hb-button-company1.disabled {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #DEDEDE;
  color: #ffffff !important;
}
.hb-button-company1.disabled svg {
  fill: #ffffff !important;
}

.hb-button-back {
  background: #ffffff;
  border: 1px solid #d13246;
  color: #d13246;
  padding: 19px;
  cursor: pointer;
}
.hb-button-back:focus, .hb-button-back:hover {
  padding: 18px;
  border: 2px solid #E4364C;
}
.hb-button-back .active, .hb-button-back:active {
  padding: 18px;
  border: 2px solid #C32E41;
}
.hb-button-back .disabled {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 18px;
  border: 2px solid #DEDEDE;
}

.hb-head-block {
  margin-bottom: 100px;
  height: 89px;
  background: #d13246 url("/images/hb/header_background.jpg") repeat-x;
  background-position: top;
  background-size: auto 100%;
  position: relative;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 100;
}
.hb-head-block .hb-head-container {
  position: relative;
  margin: 0 auto;
  width: 940px;
  height: 100%;
  background: #ffffff;
  padding: 0 200px 0 140px;
}
.hb-head-block .hb-head-container .hb-head-logo {
  position: absolute;
  top: 8px;
  left: 15px;
}
.hb-head-block .hb-head-container .hb-head-logo img {
  width: 132px;
}
.hb-head-block .hb-head-container .hb-head-login {
  position: absolute;
  right: 0;
  top: 0;
  width: 178px;
  height: 100%;
  background: #EAEAEA;
  padding: 17px 23px 13px;
}
.hb-head-block .hb-head-container .hb-head-login button {
  outline: none !important;
  background: none;
  border: solid 1px #d13246;
  color: #d13246;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 5px 0;
  width: 100%;
}
.hb-head-block .hb-head-container .hb-head-login .hb-login-btn {
  margin-top: 11px;
}
.hb-head-block .hb-head-container .hb-head-login p {
  color: #d13246;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.hb-head-block .hb-head-container .hb-head-login p svg {
  height: 17.5px;
  fill: #d13246;
}
.hb-head-block .hb-head-links {
  position: absolute;
  top: -3px;
  right: 20px;
}
.hb-head-block .hb-head-links a {
  text-decoration: none !important;
  margin: 0 -3px;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px 2px;
}
.hb-head-block .hb-head-links a:nth-child(odd) {
  background: #FDD60D;
  color: #d13246;
}
.hb-head-block .hb-head-links a:nth-child(even) {
  color: #ffffff;
  background: #24a9a4;
}
.hb-head-block .hb-menu-block {
  height: 100%;
  display: inline-block;
  float: right;
}
.hb-head-block .hb-menu-block .hb-menu-footer {
  background: #292626;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
}
.hb-head-block .hb-menu-block .hb-menu-footer .hb-menufooter-copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding-bottom: 12px;
  color: #908080;
}
.hb-head-block .hb-menu-block .hb-menu-footer .hb-menufooter-copyright a {
  color: #FFFFFF;
}
.hb-head-block .hb-menu-block .hb-menu-footer .hb-menufooter-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-items: center;
  background-size: 100% 100%;
  justify-content: center;
  padding-bottom: 12px;
}
.hb-head-block .hb-menu-block .hb-menu-footer .hb-menufooter-links a {
  font-size: 1rem;
  text-decoration: none !important;
  display: block;
  padding: 0 12px;
  position: relative;
}
.hb-head-block .hb-menu-block .hb-menu-footer .hb-menufooter-links a:before {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 1;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}
.hb-head-block .hb-menu-block .hb-menu-footer .hb-menufooter-links svg {
  position: relative;
  z-index: 10;
  fill: #d13246;
  width: 33px;
  height: 33px;
}
.hb-head-block .hb-menu-block .hb-menu-footer .hb-menufooter-policy {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #908080;
}
.hb-head-block .hb-menu-block .hb-menu-footer .hb-menufooter-policy a {
  color: #ffffff;
}
.hb-head-block .hb-menu-block .hb-menu-elem {
  display: inline-block;
  padding: 35px 10px;
}
.hb-head-block .hb-menu-block .hb-menu-elem p, .hb-head-block .hb-menu-block .hb-menu-elem a {
  text-decoration: none !important;
  color: #d13246;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.hb-head-block .hb-menu-block .hb-menu-lang {
  display: inline-block;
  padding: 35px 10px;
}

.hb-foot-block {
  background: #292626;
  padding-top: 64px;
  padding-bottom: 16px;
}
.hb-foot-block .hb-container {
  max-width: 940px;
  margin: auto;
}
.hb-foot-block .hb-foot-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 43px 32px;
  overflow: hidden;
}
.hb-foot-block .hb-foot-menu p {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 12px;
  font-size: 16px;
  font-style: normal;
  line-height: 19px;
  letter-spacing: 0.06em;
}
.hb-foot-block .hb-foot-menu p a {
  color: inherit;
  text-decoration: none !important;
}
.hb-foot-block .hb-foot-menu p a:hover {
  color: #6898ad;
}
.hb-foot-block .hb-foot-logo {
  background: #ffffff;
  height: 97px;
  border-radius: 11px;
  padding: 40px 270px 0 281px;
  position: relative;
  overflow: hidden;
}
.hb-foot-block .hb-foot-logo .hb-logo-text {
  color: #292626;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.06em;
}
.hb-foot-block .hb-foot-logo .hb-logo-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 257px;
  height: 100%;
  background: center url("/images/hb/footer_background.png") no-repeat;
  background-size: 100% 100%;
  padding: 0 28px 0 32px;
}
.hb-foot-block .hb-foot-logo .hb-logo-links a {
  font-size: 1rem;
  color: #d13246 !important;
  text-decoration: none !important;
}
.hb-foot-block .hb-foot-logo .hb-logo-links img {
  width: 33px;
  height: auto;
}
.hb-foot-block .hb-foot-logo .hb-logo-links svg {
  fill: #d13246;
  width: 33px;
  height: 33px;
}
.hb-foot-block .hb-foot-logo .hb-logo-img {
  position: absolute;
  top: 21px;
  left: 17px;
}
.hb-foot-block .hb-foot-logo .hb-logo-img img {
  width: 254px;
}
.hb-foot-block .hb-foot-rights p,
.hb-foot-block .hb-foot-wtw p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #908080;
  max-width: 768px;
  margin: auto;
}
.hb-foot-block .hb-foot-rights p a,
.hb-foot-block .hb-foot-wtw p a {
  text-decoration: none !important;
  color: #ffffff;
}
.hb-foot-block .hb-foot-rights {
  padding-bottom: 15px;
  padding-top: 17px;
}

.wo-item-modal .wo-modal-body,
.wo-deal-modal .wo-modal-body {
  max-width: 100%;
}
.wo-item-modal .wo-modal-body .wo-modal-control .wo-control-next,
.wo-deal-modal .wo-modal-body .wo-modal-control .wo-control-next {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.wo-item-modal .wo-modal-body .wo-modal-control .wo-control-next .hb-control-counter div,
.wo-deal-modal .wo-modal-body .wo-modal-control .wo-control-next .hb-control-counter div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.wo-item-modal .wo-modal-body .wo-modal-control .wo-control-next .hb-control-counter div .hb-add-plus,
.wo-item-modal .wo-modal-body .wo-modal-control .wo-control-next .hb-control-counter div .hb-add-minus,
.wo-deal-modal .wo-modal-body .wo-modal-control .wo-control-next .hb-control-counter div .hb-add-plus,
.wo-deal-modal .wo-modal-body .wo-modal-control .wo-control-next .hb-control-counter div .hb-add-minus {
  bottom: auto;
}
.wo-item-modal .wo-modal-body .wo-modal-control .wo-control-next .wo-modal-sum svg,
.wo-deal-modal .wo-modal-body .wo-modal-control .wo-control-next .wo-modal-sum svg {
  height: 18px;
}
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-short,
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-elem,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-short,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-elem {
  width: 166px;
  flex-basis: 166px;
  position: relative;
  border: solid 1px #DEDEDE;
}
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-short img,
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-elem img,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-short img,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-elem img {
  width: 166px;
  height: 111px;
}
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-short .wo-item-name,
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-elem .wo-item-name,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-short .wo-item-name,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-elem .wo-item-name {
  font-weight: 400;
}
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-short .wo-item-price,
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-elem .wo-item-price,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-short .wo-item-price,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-elem .wo-item-price {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
}
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-short:has(.wo-item-price),
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-elem:has(.wo-item-price),
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-short:has(.wo-item-price),
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-elem:has(.wo-item-price) {
  padding-bottom: 21px;
}
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-item .hb-desc,
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-item .hb-title,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-item .hb-desc,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-item .hb-title {
  hyphens: auto;
}
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-item .hb-desc,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-item .hb-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-item .hb-desc *,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-item .hb-desc * {
  font-size: inherit;
  line-height: inherit;
}
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-item .wo-item-name,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-item .wo-item-name {
  padding-top: 10px;
}
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-item .hb-title,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-item .hb-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-scroll,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-scroll {
  overflow-x: hidden;
  max-height: 100%;
  padding: 10px 0 10px 2px !important;
}
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-scroll .wo-deal-elem .wo-item-name,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-scroll .wo-deal-elem .wo-item-name {
  padding-top: 10px;
}
.wo-item-modal .wo-modal-body.wo-simple,
.wo-deal-modal .wo-modal-body.wo-simple {
  --img-height: 374px;
  --control-height: 98px;
  width: 632px;
  max-height: 100vh;
  height: auto;
  min-width: 0;
}
.wo-item-modal .wo-modal-body.wo-simple .wo-modal-close,
.wo-deal-modal .wo-modal-body.wo-simple .wo-modal-close {
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
}
.wo-item-modal .wo-modal-body.wo-simple .wo-modal-close:before, .wo-item-modal .wo-modal-body.wo-simple .wo-modal-close:after,
.wo-deal-modal .wo-modal-body.wo-simple .wo-modal-close:before,
.wo-deal-modal .wo-modal-body.wo-simple .wo-modal-close:after {
  width: 18px;
  height: 1.5px;
  top: 64%;
  left: 37%;
}
.wo-item-modal .wo-modal-body.wo-simple .wo-modal-control,
.wo-deal-modal .wo-modal-body.wo-simple .wo-modal-control {
  padding: 16px 48px 36px;
  height: var(--control-height);
  position: initial;
  transform: none;
}
.wo-item-modal .wo-modal-body.wo-simple .wo-modal-control .wo-control-next,
.wo-deal-modal .wo-modal-body.wo-simple .wo-modal-control .wo-control-next {
  padding: 0;
}
.wo-item-modal .wo-modal-body.wo-simple .wo-modal-control .wo-control-next .wo-modal-sum,
.wo-deal-modal .wo-modal-body.wo-simple .wo-modal-control .wo-control-next .wo-modal-sum {
  position: absolute;
  left: 0;
}
.wo-item-modal .wo-modal-body.wo-simple .wo-modal-control .wo-control-next .hb-button-company1,
.wo-deal-modal .wo-modal-body.wo-simple .wo-modal-control .wo-control-next .hb-button-company1 {
  margin: 0;
}
.wo-item-modal .wo-modal-body.wo-simple .hb-modal-content,
.wo-deal-modal .wo-modal-body.wo-simple .hb-modal-content {
  height: auto;
  padding: 36px 36px 16px;
}
.wo-item-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-mods,
.wo-deal-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-mods {
  display: none;
}
.wo-item-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item,
.wo-deal-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item {
  position: initial;
  width: 100%;
  height: auto;
  padding: 0;
}
.wo-item-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item .wo-deal-text,
.wo-deal-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item .wo-deal-text {
  overflow: auto;
  max-height: calc(100vh - 36px - var(--control-height) - var(--img-height));
  padding-top: 36px;
}
.wo-item-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item .hb-title,
.wo-deal-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item .hb-title {
  font-size: 24px;
  line-height: 29px;
  padding-top: 0;
}
.wo-item-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item .hb-desc,
.wo-deal-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item .hb-desc {
  font-size: 14px;
  line-height: 17px;
}
.wo-item-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item .hb-desc *,
.wo-deal-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item .hb-desc * {
  font-size: inherit;
  line-height: inherit;
}
.wo-item-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item img,
.wo-deal-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item img {
  height: var(--img-height);
}

#wo_subscription_modal *,
#wo_auth_modal * {
  font-family: Raleway, sans-serif;
}
#wo_subscription_modal .wo-modal-body,
#wo_auth_modal .wo-modal-body {
  width: 358px;
  min-width: 0;
}
#wo_subscription_modal .wo-modal-body .hb-modal-title,
#wo_auth_modal .wo-modal-body .hb-modal-title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
}
#wo_subscription_modal .wo-modal-body .hb-text,
#wo_auth_modal .wo-modal-body .hb-text {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  padding-bottom: 28px;
}
#wo_subscription_modal .wo-modal-body .hb-auth-buttons button,
#wo_auth_modal .wo-modal-body .hb-auth-buttons button {
  outline: none !important;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 54px;
  text-transform: uppercase;
  border: 1px solid #C4C4C4;
  background: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
  color: #000000;
}
#wo_subscription_modal .wo-modal-body .hb-auth-buttons button svg,
#wo_auth_modal .wo-modal-body .hb-auth-buttons button svg {
  max-width: 24px;
  max-height: 24px;
}
#wo_subscription_modal .wo-modal-body .hb-auth-buttons .hb-auth-fb,
#wo_auth_modal .wo-modal-body .hb-auth-buttons .hb-auth-fb {
  background: rgb(64, 96, 184);
  margin-bottom: 28px;
  border: none;
  color: white;
}
#wo_subscription_modal .wo-modal-body .hb-auth-buttons .hb-auth-fb svg,
#wo_auth_modal .wo-modal-body .hb-auth-buttons .hb-auth-fb svg {
  fill: white;
}
#wo_subscription_modal .wo-modal-body .hb-auth-buttons .hb-auth-google,
#wo_auth_modal .wo-modal-body .hb-auth-buttons .hb-auth-google {
  margin-bottom: 28px;
}
#wo_subscription_modal .wo-modal-body .hb-auth-buttons .hb-auth-policy,
#wo_auth_modal .wo-modal-body .hb-auth-buttons .hb-auth-policy {
  padding-top: 12px;
  line-height: normal;
  font-size: 14px;
}
#wo_subscription_modal .wo-modal-body .hb-auth-email .hb-desc,
#wo_auth_modal .wo-modal-body .hb-auth-email .hb-desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  padding-bottom: 28px;
}
#wo_subscription_modal .wo-modal-body .hb-auth-email .hb-label,
#wo_auth_modal .wo-modal-body .hb-auth-email .hb-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  color: #d13246;
  padding-bottom: 6px;
  text-transform: uppercase;
}
#wo_subscription_modal .wo-modal-body .hb-auth-email input,
#wo_auth_modal .wo-modal-body .hb-auth-email input {
  outline: none !important;
  width: 100%;
  height: 42px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  border: 1px solid #C9C9C9;
  border-radius: 2px;
  padding: 0 20px;
}
#wo_subscription_modal .wo-modal-body .hb-auth-email input.error,
#wo_auth_modal .wo-modal-body .hb-auth-email input.error {
  border-color: #d13246;
}
#wo_subscription_modal .wo-modal-body .hb-auth-email input.disabled,
#wo_auth_modal .wo-modal-body .hb-auth-email input.disabled {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 0.8;
}
#wo_subscription_modal .wo-modal-body .hb-auth-email button,
#wo_auth_modal .wo-modal-body .hb-auth-email button {
  margin-top: 27px;
  width: 100%;
  height: 54px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  fill: #000000;
}
#wo_subscription_modal .wo-modal-body .hb-auth-code .hb-desc,
#wo_auth_modal .wo-modal-body .hb-auth-code .hb-desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  padding-top: 28px;
}
#wo_subscription_modal .wo-modal-body .hb-auth-code .row,
#wo_auth_modal .wo-modal-body .hb-auth-code .row {
  margin-top: 26px;
}
#wo_subscription_modal .wo-modal-body .hb-auth-code input,
#wo_subscription_modal .wo-modal-body .hb-auth-code button,
#wo_auth_modal .wo-modal-body .hb-auth-code input,
#wo_auth_modal .wo-modal-body .hb-auth-code button {
  outline: none !important;
  height: 42px;
  width: 100%;
  margin-top: 1px;
}
#wo_subscription_modal .wo-modal-body .hb-auth-code input,
#wo_auth_modal .wo-modal-body .hb-auth-code input {
  border: 1px solid #C9C9C9;
  padding-right: 20px;
  padding-left: 20px;
}
#wo_subscription_modal .wo-modal-body .hb-auth-code button,
#wo_auth_modal .wo-modal-body .hb-auth-code button {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 5px;
}
#wo_subscription_modal .pj-modal-block .wo-modal-body,
#wo_auth_modal .pj-modal-block .wo-modal-body {
  max-width: 484px;
  width: 100%;
  padding: 42px;
}
#wo_subscription_modal .pj-modal-block .wo-modal-body .hb-auth-buttons button,
#wo_auth_modal .pj-modal-block .wo-modal-body .hb-auth-buttons button {
  text-transform: none !important;
  text-align: left;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 18px;
}
#wo_subscription_modal .pj-modal-block .wo-modal-body .hb-auth-buttons button svg,
#wo_auth_modal .pj-modal-block .wo-modal-body .hb-auth-buttons button svg {
  width: 24px;
  margin-right: 34px;
}
#wo_subscription_modal .pj-modal-block .wo-modal-body .hb-auth-buttons .hb-auth-fb,
#wo_auth_modal .pj-modal-block .wo-modal-body .hb-auth-buttons .hb-auth-fb {
  background: #4060B8;
  color: #ffffff;
}
#wo_subscription_modal .pj-modal-block .wo-modal-body .hb-auth-buttons .hb-auth-fb svg,
#wo_auth_modal .pj-modal-block .wo-modal-body .hb-auth-buttons .hb-auth-fb svg {
  fill: #ffffff;
}
#wo_subscription_modal .pj-modal-block .wo-modal-body .hb-modal-title,
#wo_auth_modal .pj-modal-block .wo-modal-body .hb-modal-title {
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  padding-bottom: 12px;
}
#wo_subscription_modal .pj-modal-block .wo-modal-body .hb-text,
#wo_auth_modal .pj-modal-block .wo-modal-body .hb-text {
  text-align: left;
  letter-spacing: 0;
  padding-bottom: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
#wo_subscription_modal .pj-modal-block .wo-modal-body .hb-text span,
#wo_auth_modal .pj-modal-block .wo-modal-body .hb-text span {
  display: inline-block;
  padding-left: 35px;
  position: relative;
}
#wo_subscription_modal .pj-modal-block .wo-modal-body .hb-text span svg,
#wo_auth_modal .pj-modal-block .wo-modal-body .hb-text span svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#wo_subscription_modal .pj-modal-block .wo-modal-body .hb-text span:not(:last-child),
#wo_auth_modal .pj-modal-block .wo-modal-body .hb-text span:not(:last-child) {
  margin-bottom: 10px;
}
#wo_subscription_modal .wo-subscription-block .wo-modal-body,
#wo_auth_modal .wo-subscription-block .wo-modal-body {
  max-width: 479px;
  width: 100%;
  padding: 40px 50px;
}
#wo_subscription_modal .wo-subscription-block .wo-subscription-head,
#wo_auth_modal .wo-subscription-block .wo-subscription-head {
  position: relative;
  height: 96px;
}
#wo_subscription_modal .wo-subscription-block .wo-subscription-head .wo-subscription-img,
#wo_auth_modal .wo-subscription-block .wo-subscription-head .wo-subscription-img {
  height: 96px;
  position: absolute;
  width: 96px;
  top: 0;
  right: 0;
}
#wo_subscription_modal .wo-subscription-block .wo-subscription-head p,
#wo_auth_modal .wo-subscription-block .wo-subscription-head p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  position: absolute;
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
  width: 250px;
}
#wo_subscription_modal .wo-subscription-block .wo-subscription-body,
#wo_auth_modal .wo-subscription-block .wo-subscription-body {
  padding-top: 16px;
}
#wo_subscription_modal .wo-subscription-block .wo-subscription-body p,
#wo_auth_modal .wo-subscription-block .wo-subscription-body p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
#wo_subscription_modal .wo-subscription-block .wo-subscription-body.deactive,
#wo_auth_modal .wo-subscription-block .wo-subscription-body.deactive {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#wo_subscription_modal .wo-subscription-block .wo-subscription-flex,
#wo_auth_modal .wo-subscription-block .wo-subscription-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 24px;
  flex-wrap: wrap;
}
#wo_subscription_modal .wo-subscription-block .wo-subscription-flex input,
#wo_auth_modal .wo-subscription-block .wo-subscription-flex input {
  height: 22px;
  width: 22px;
  position: relative;
  bottom: -5px;
  margin-right: 10px;
  border-radius: 50%;
}
#wo_subscription_modal .wo-subscription-block .wo-subscription-flex input:before,
#wo_auth_modal .wo-subscription-block .wo-subscription-flex input:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: 22px;
  width: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ffffff;
}
#wo_subscription_modal .wo-subscription-block .wo-subscription-flex input:checked:after,
#wo_auth_modal .wo-subscription-block .wo-subscription-flex input:checked:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border: 2px solid #d13246;
  border-left: none;
  border-top: none;
  height: 10px;
  width: 6px;
  transform: translate(-50%, -50%) rotate(60deg);
}
#wo_subscription_modal .wo-subscription-block .wo-subscription-flex label,
#wo_auth_modal .wo-subscription-block .wo-subscription-flex label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
#wo_subscription_modal .wo-subscription-block .wo-subscription-flex label.checked,
#wo_auth_modal .wo-subscription-block .wo-subscription-flex label.checked {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.pj-iframe-block {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.pj-iframe-block .pj-iframe-back {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.pj-iframe-block .pj-iframe-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  position: absolute;
  width: 60%;
  height: 90%;
}
.pj-iframe-block .pj-iframe-body .wo-modal-close {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 100%;
  width: 40px;
  height: 40px;
  background: #ffffff;
}
.pj-iframe-block .pj-iframe-body .wo-modal-close:before, .pj-iframe-block .pj-iframe-body .wo-modal-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 28px;
  height: 3px;
  background: #d13246;
}
.pj-iframe-block .pj-iframe-body .wo-modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pj-iframe-block .pj-iframe-body .wo-modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pj-iframe-block .pj-iframe-body iframe {
  width: 100%;
  height: 100%;
}

.pj-text-right #footer_block .pj-footer-small .pj-footer-menu .pj-footer-links p a:last-child {
  margin-right: 0;
}
.pj-text-right #footer_block .pj-footer-small .pj-footer-menu .pj-footer-icons,
.pj-text-right #footer_block .pj-footer-big .pj-footer-logo svg {
  left: 0;
  right: auto;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1565px;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .hb-head-block .hb-menu-block .hb-menu-elem {
    padding-left: 7px;
    padding-right: 7px;
  }
  .hb-head-block .hb-head-container {
    width: 750px;
    padding: 0 155px 0 100px;
  }
  .hb-head-block .hb-head-container .hb-head-logo img {
    width: 80px;
  }
  .hb-head-block .hb-head-container .hb-head-login {
    padding-left: 10px;
    padding-right: 10px;
    width: 150px;
  }
  .hb-foot-block .hb-foot-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .hb-foot-block .hb-foot-logo .hb-logo-img img {
    width: 230px;
  }
  .hb-foot-block .hb-container {
    padding: 0 15px;
  }
  #wo_subscription_modal .wo-subscription-block .wo-subscription-head,
  #wo_auth_modal .wo-subscription-block .wo-subscription-head {
    height: 80px;
  }
  #wo_subscription_modal .wo-subscription-block .wo-subscription-head .wo-subscription-img,
  #wo_auth_modal .wo-subscription-block .wo-subscription-head .wo-subscription-img {
    width: 80px;
    height: 80px;
  }
  #wo_subscription_modal .wo-subscription-block .wo-modal-body,
  #wo_auth_modal .wo-subscription-block .wo-modal-body {
    padding: 20px 30px;
  }
  #wo_subscription_modal .wo-subscription-block .wo-subscription-body button,
  #wo_auth_modal .wo-subscription-block .wo-subscription-body button {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 10px 24px 8px !important;
  }
  .wo-item-modal .wo-modal-body.wo-simple,
  .wo-deal-modal .wo-modal-body.wo-simple {
    width: 632px;
    max-height: 100vh;
    height: auto;
    min-width: 0;
  }
  .wo-item-modal .wo-modal-body.wo-simple .hb-modal-content,
  .wo-deal-modal .wo-modal-body.wo-simple .hb-modal-content {
    height: auto;
    padding: 36px 36px 16px;
  }
  .wo-item-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-mods,
  .wo-deal-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-mods {
    display: none;
  }
  .wo-item-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item,
  .wo-deal-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item {
    position: initial;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .wo-item-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item .hb-title,
  .wo-deal-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item .hb-title {
    font-size: 24px;
    line-height: 29px;
  }
  .wo-item-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item .hb-desc,
  .wo-deal-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item .hb-desc {
    font-size: 14px;
    line-height: 17px;
  }
  .wo-item-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item img,
  .wo-deal-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item img {
    position: initial;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hb-head-block {
    padding-top: 28px;
    background: #ffffff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 86px;
    margin-bottom: 34px;
  }
  .hb-head-block .hb-head-links {
    display: none;
  }
  .hb-head-block .hb-head-container {
    width: 100%;
    padding: 0 15px;
  }
  .hb-head-block .hb-head-container .hb-menu-block {
    position: fixed;
    z-index: 11;
    left: -100vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    -o-transition: 0.3s linear left;
    -ms-transition: 0.3s linear left;
    -moz-transition: 0.3s linear left;
    -webkit-transition: 0.3s linear left;
    transition: 0.3s linear left;
  }
  .hb-head-block .hb-head-container .hb-menu-block .hb-menu-background {
    width: 100%;
    height: 100%;
  }
  .hb-head-block .hb-head-container .hb-menu-block .hb-menu-body {
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 100%;
    background: #FDD60D;
    padding-top: 45px;
  }
  .hb-head-block .hb-head-container .hb-menu-block .hb-menu-body .hb-title {
    padding: 0 35px 0 16px;
    margin-bottom: 18px;
    position: relative;
  }
  .hb-head-block .hb-head-container .hb-menu-block .hb-menu-body .hb-title .hb-icon {
    position: absolute;
    top: 0;
    right: 16px;
    width: 16px;
    height: 16px;
  }
  .hb-head-block .hb-head-container .hb-menu-block .hb-menu-body .hb-title .hb-icon:after, .hb-head-block .hb-head-container .hb-menu-block .hb-menu-body .hb-title .hb-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 20px;
    height: 2px;
    background: #d13246;
  }
  .hb-head-block .hb-head-container .hb-menu-block .hb-menu-body .hb-title .hb-icon:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .hb-head-block .hb-head-container .hb-menu-block .hb-menu-body .hb-title .hb-icon:before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .hb-head-block .hb-head-container .hb-menu-block .hb-menu-body .hb-title p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    color: #d13246;
  }
  .hb-head-block .hb-head-container .hb-menu-block .hb-menu-elem {
    display: block;
    padding: 14px 16px;
  }
  .hb-head-block .hb-head-container .hb-menu-block .hb-menu-elem p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0;
    text-align: left;
    color: #d13246;
  }
  .hb-head-block .hb-head-container .hb-menu-block.mobile-active {
    left: 0;
  }
  .hb-head-block .hb-head-container .hb-head-hamburger {
    position: absolute;
    bottom: 0;
    padding: 14px 0 5px;
    left: 26px;
    width: 30px;
    height: 42px;
  }
  .hb-head-block .hb-head-container .hb-head-hamburger hr {
    border-top: solid #d13246 3px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .hb-head-block .hb-head-container .hb-head-cart {
    position: absolute;
    bottom: 0;
    padding: 7px 10px;
    right: 26px;
    width: 45px;
    height: 37px;
  }
  .hb-head-block .hb-head-container .hb-head-cart svg {
    fill: #d13246;
    max-width: 100%;
    max-height: 100%;
  }
  .hb-head-block .hb-head-container .hb-head-cart .hb-cart-count {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #d13246;
  }
  .hb-head-block .hb-head-container .hb-head-cart .hb-cart-count p {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
  }
  .hb-head-block .hb-head-container .hb-head-login {
    background: none;
    width: 40px;
    height: 42px;
    padding: 8px 10px;
    bottom: 0;
    top: auto;
    right: 78px;
  }
  .hb-head-block .hb-head-container .hb-head-login .hb-login-svg svg {
    fill: #d13246;
    max-width: 100%;
    max-height: 100%;
  }
  .hb-head-block .hb-head-container .hb-head-login .hb-login-user button,
  .hb-head-block .hb-head-container .hb-head-login .hb-login-user p {
    display: none;
  }
  .hb-head-block .hb-head-container .hb-head-login .hb-login-btn {
    width: 20px;
    height: 26px;
    margin: 0;
  }
  .hb-head-block .hb-head-container .hb-head-login .hb-login-btn button {
    display: none;
  }
  .hb-head-block .hb-head-container .hb-head-logo {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  .hb-head-block .hb-head-container .hb-head-logo img {
    width: 60px;
  }
  .hb-foot-block {
    display: none;
  }
  #wo_subscription_modal .wo-subscription-block .wo-modal-body,
  #wo_auth_modal .wo-subscription-block .wo-modal-body {
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
  #wo_subscription_modal .wo-subscription-block .wo-subscription-head,
  #wo_auth_modal .wo-subscription-block .wo-subscription-head {
    height: auto;
  }
  #wo_subscription_modal .wo-subscription-block .wo-subscription-head .wo-subscription-img,
  #wo_auth_modal .wo-subscription-block .wo-subscription-head .wo-subscription-img {
    position: initial;
    height: 80px;
    width: 80px;
  }
  #wo_subscription_modal .wo-subscription-block .wo-subscription-head p,
  #wo_auth_modal .wo-subscription-block .wo-subscription-head p {
    position: initial;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    padding-top: 16px;
    transform: none;
    width: 100%;
  }
  #wo_subscription_modal .wo-subscription-block .wo-subscription-body button,
  #wo_auth_modal .wo-subscription-block .wo-subscription-body button {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 10px 24px 8px !important;
  }
  #wo_subscription_modal .wo-subscription-block .wo-subscription-flex,
  #wo_auth_modal .wo-subscription-block .wo-subscription-flex {
    flex-direction: column;
  }
  #wo_subscription_modal .wo-subscription-block .wo-subscription-flex > div:not(:last-child),
  #wo_auth_modal .wo-subscription-block .wo-subscription-flex > div:not(:last-child) {
    padding-bottom: 10px;
  }
  .wo-item-modal .wo-modal-body.wo-simple,
  .wo-deal-modal .wo-modal-body.wo-simple {
    width: 100vh;
    height: 100vh;
    --img-height: 270px;
  }
  .wo-item-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item .wo-deal-img img,
  .wo-deal-modal .wo-modal-body.wo-simple .hb-modal-content .wo-deal-item .wo-deal-img img {
    width: 100%;
    height: auto;
    max-width: 317px;
    max-height: var(--img-height);
  }
  .pj-ios .wo-item-modal .wo-modal-body .hb-modal-content {
    height: 100%;
    max-height: calc(100vh - 90px); /* fallback */
    max-height: calc(100dvh - 90px);
  }
}
@media (max-width: 767px) and (min-width: 580px) {
  .wo-modal-block .wo-modal-body {
    width: 500px;
    min-width: 200px;
  }
  .hb-head-block .hb-menu-block .hb-menu-footer {
    display: block;
  }
}
@media (max-width: 579px) {
  .hb-back-block {
    position: relative;
    padding: 0;
    height: 20px;
  }
  .hb-back-block p {
    opacity: 0;
  }
  .hb-back-block:before, .hb-back-block:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 4px;
    top: auto;
    left: 5px;
    background: #d13246;
  }
  .hb-back-block:before {
    top: 5px;
    transform: rotate(-48deg);
  }
  .hb-back-block:after {
    bottom: 5px;
    transform: rotate(48deg);
  }
  .hb-head-block .hb-menu-block .hb-menu-footer {
    display: block;
  }
  .wo-modal-block .wo-modal-body {
    position: fixed;
    min-width: 90%;
    height: auto;
  }
  .wo-modal-block .wo-modal-body .wo-modal-control .wo-modal-rightbtn button {
    width: 100%;
  }
  .wo-item-window .wo-modal-block .wo-modal-body {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    width: 100vw;
    height: 100%;
  }
  .hb-modal-map.wo-modal-block .wo-modal-body {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    width: 100vw;
    height: 100%;
  }
  #wo_auth_modal .wo-modal-block .wo-modal-body {
    width: 100%;
    height: 100vh;
    position: fixed;
    border-radius: 0;
    top: 0;
    left: 0;
    transform: none;
  }
}
@font-face {
  font-family: Akrobat;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Akrobat/Akrobat-Regular.otf") format("opentype");
}
@font-face {
  font-family: Akrobat;
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Akrobat/Akrobat-Bold.otf") format("opentype");
}
@font-face {
  font-family: Akrobat;
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/Akrobat/Akrobat-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: Akrobat;
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/Akrobat/Akrobat-Black.otf") format("opentype");
}
@font-face {
  font-family: ItalianPlateNo2;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/ItalianPlateNo2/ItalianPlateNo2-Regular.otf") format("opentype");
}
@font-face {
  font-family: ItalianPlateNo2;
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/ItalianPlateNo2/ItalianPlateNo2-Bold.otf") format("opentype");
}
@font-face {
  font-family: ItalianPlateNo2;
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/ItalianPlateNo2/ItalianPlateNo2-Black.otf") format("opentype");
}
body {
  --btnadd-background: #a9a9a9;
  --btnadd-active: #8a6262;
  --btnadd-actcolor: black;
  --btnadd-color: black;
}
body .hb-addbtn-block {
  background: var(--btnadd-background);
  border-radius: 50px;
  display: flex;
}
body .hb-addbtn-block * {
  color: var(--btnadd-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}
body .hb-addbtn-block .hb-addbtn-price,
body .hb-addbtn-block .hb-addbtn-plus,
body .hb-addbtn-block .hb-addbtn-minus {
  padding: 12px 0;
}
body .hb-addbtn-block .hb-addbtn-plus {
  padding-right: 12px;
  padding-left: 6px;
}
body .hb-addbtn-block .hb-addbtn-minus {
  display: none;
  padding-right: 6px;
  padding-left: 12px;
}
body .hb-addbtn-block .hb-addbtn-price {
  padding-left: 12px;
}
body .hb-addbtn-block.hb-addbtn-active {
  background: var(--btnadd-active);
}
body .hb-addbtn-block.hb-addbtn-active * {
  color: var(--btnadd-actcolor);
}
body .hb-addbtn-block.hb-addbtn-active .hb-addbtn-minus {
  display: block;
}
body .hb-addbtn-block.hb-addbtn-active .hb-addbtn-price {
  padding-left: 0;
}

#hb_menu_page {
  background: #ffffff;
}
#hb_menu_page [v-cloak] {
  display: none;
}
#hb_menu_page .mob-header-menu .hb-banner-svg {
  max-width: 170px;
}
#hb_menu_page .baron__clipper {
  position: relative;
  overflow: hidden;
}
#hb_menu_page .baron__scroller {
  overflow-y: scroll;
  -ms-overflow-style: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  /* remove line to customize scrollbar in iOs */
}
#hb_menu_page .baron__scroller::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#hb_menu_page .baron__track {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  border-radius: 10px;
  background: rgba(190, 187, 187, 0.59);
}
#hb_menu_page .baron._scrollbar .baron__track {
  display: block;
}
#hb_menu_page .baron__free {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
#hb_menu_page .baron__bar {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1;
  width: 6px;
  border-radius: 10px;
  background: #2D5D2A;
}
#hb_menu_page .baron._scrollbar .baron__bar {
  display: block;
}
#hb_menu_page .baron__control {
  display: none;
}
#hb_menu_page .pj-banner-container {
  padding: 40px 0 0;
}
#hb_menu_page .pj-banner-container .pj-banner-preview {
  display: none;
}
#hb_menu_page .pj-banner-container .pj-banner-modal {
  position: fixed;
  z-index: 115;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-back {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-body {
  overflow: hidden;
  border-radius: 32px;
  height: 100%;
  width: 100%;
  background: #ffffff;
}
#hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  width: 50.625vh;
  display: inline-block;
}
#hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-mright,
#hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-mleft {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
}
#hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-mright svg,
#hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-mleft svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-mright {
  left: 100%;
  transform: translate(50px, -50%);
}
#hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-mleft {
  right: 100%;
  transform: translate(-50px, -50%);
}
#hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-close {
  cursor: pointer;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
}
#hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-close:before, #hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #000000;
}
#hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}
#hb_menu_page .pj-banner-container .pj-banner-block {
  position: relative;
}
#hb_menu_page .pj-banner-container .pj-banner-right,
#hb_menu_page .pj-banner-container .pj-banner-left {
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  width: 50px;
  height: 50px;
  top: 50%;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#hb_menu_page .pj-banner-container .pj-banner-right svg,
#hb_menu_page .pj-banner-container .pj-banner-left svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  fill: #222222;
}
#hb_menu_page .pj-banner-container .pj-banner-right {
  right: 15px;
  transform: translate(50%, -50%);
}
#hb_menu_page .pj-banner-container .pj-banner-left {
  left: 15px;
  transform: translate(-50%, -50%);
}
#hb_menu_page .pj-banner-container .pj-banner-outer {
  overflow: hidden;
}
#hb_menu_page .pj-banner-container .pj-banner-outer .pj-banner-inner {
  white-space: nowrap;
  position: relative;
  left: 0;
  -o-transition: 0.3s linear left;
  -ms-transition: 0.3s linear left;
  -moz-transition: 0.3s linear left;
  -webkit-transition: 0.3s linear left;
  transition: 0.3s linear left;
}
#hb_menu_page .pj-banner-container .pj-banner-outer .pj-banner-elem {
  display: inline-block;
  width: 20%;
  position: relative;
}
#hb_menu_page .pj-banner-container .pj-banner-outer .pj-banner-elem .pj-banner-form {
  margin: 0 15px;
}
#hb_menu_page .pj-banner-container .pj-banner-outer .pj-banner-elem .pj-banner-form:after {
  content: "";
  display: block;
  padding-top: 120%;
}
#hb_menu_page .pj-banner-container .pj-banner-outer .pj-banner-elem .pj-banner-content {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-radius: 15px;
  overflow: hidden;
}
#hb_menu_page .pj-banner-container .pj-banner-outer .pj-banner-elem .pj-banner-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}
#hb_menu_page .pj-banner-container.one-banner .pj-banner-modal .pj-banner-window {
  height: auto;
  width: 80vw;
}
#hb_menu_page .pj-banner-container.one-banner .pj-banner-modal .pj-banner-window img {
  width: 100%;
  height: auto;
  min-width: 100px;
}
#hb_menu_page .pj-banner-container.one-banner .pj-banner-elem {
  width: 100%;
}
#hb_menu_page .pj-banner-container.one-banner .pj-banner-elem .pj-banner-form:after {
  padding-top: 22.4%;
}
#hb_menu_page .hb-main-container {
  padding-bottom: 154px;
  position: relative;
}
#hb_menu_page .hb-main-container .hb-menu-container {
  min-height: 1200px;
}
#hb_menu_page .hb-main-container .hb-menu-container .hb-rewards-empty p {
  padding-bottom: 24px;
}
#hb_menu_page .hb-main-container .hb-hidden-outlet .hb-title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}
#hb_menu_page .hb-main-container .hb-hidden-outlet .hb-title .hb-btn {
  color: #2D5D2A;
  cursor: pointer;
}
#hb_menu_page .hb-main-container .wo-load-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.6);
}
#hb_menu_page .hb-main-container .wo-load-block > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#hb_menu_page .hb-main-container .wo-load-block .wo-loader {
  display: block;
  margin: auto;
}
#hb_menu_page .hb-main-container .wo-load-block .wo-loader div:after {
  background: #C9C9C9;
}
#hb_menu_page .hb-main-container .wo-load-block p {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #C9C9C9;
}
#hb_menu_page .hb-modal-map .wo-modal-body {
  max-height: 620px;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  display: flex;
  max-width: 1080px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-map-container {
  width: 57%;
  height: 100%;
  z-index: 1;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-map-block {
  height: 100%;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-choice-container {
  padding: 24px;
  width: 43%;
  height: 100%;
  z-index: 1;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-choice-container .hb-outlet-list .hb-title2 {
  cursor: pointer;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-choice-container .hb-outlet-list .hb-outlet-elem {
  border: solid 1px #DEDEDE;
  border-radius: 8px;
  padding: 10px 10px 0;
  margin-bottom: 8px;
  margin-right: 10px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-choice-container .hb-outlet-list .hb-outlet-elem .hb-title2 {
  padding-bottom: 10px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-choice-container .hb-outlet-list .hb-outlet-elem .hb-outlet-data {
  line-height: 17px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-choice-container .hb-outlet-list .hb-outlet-elem .hb-outlet-data:not(:last-child) {
  padding-bottom: 8px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-choice-container .hb-outlet-list .hb-outlet-elem.active {
  border-width: 2px;
  padding: 9px 9px 0;
  border-color: #2D5D2A;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-choice-container .hb-outlet-list .hb-outlet-elem:last-child {
  margin-bottom: 2px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-choice-container .hb-outlet-list .baron__track {
  background: none;
}
#hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close {
  border: 0;
  right: auto;
  left: 100%;
  top: 0;
  width: 48px;
  height: 48px;
  z-index: 10;
}
#hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close span {
  display: none;
}
#hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close:before, #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close:after {
  background: #ffffff;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-map-row .baron__scroller {
  overflow-x: hidden;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-map-row button {
  width: 100%;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-location-btn {
  outline: none !important;
  cursor: pointer;
  background: none;
  border: none;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 11px;
  text-align: left;
  padding-bottom: 40px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-location-btn span {
  font-size: 14px !important;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-location-btn svg {
  height: 21px;
  fill: #000000;
}
#hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-error {
  color: #FE0000;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 20px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-pickup-title {
  display: none;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block {
  display: none;
  background: none !important;
  padding: 0 !important;
  margin: 0 -4px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block .col {
  padding: 4px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block button {
  outline: none !important;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 10px;
  background: #ffffff;
  border: solid 2px rgba(151, 151, 151, 0.5);
  height: 41px;
  cursor: pointer;
  border-radius: 100px;
  padding: 4px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block button svg {
  margin-right: 3px;
  height: 20px;
  fill: black;
  position: relative;
  bottom: 3px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block button.deactive {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: rgba(151, 151, 151, 0.5);
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-filter-input {
  margin-bottom: 8px;
  padding-right: 10px;
  position: relative;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-filter-input input {
  outline: none !important;
  width: 100%;
  height: 42px;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  background: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
  padding: 10px 20px 10px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-filter-input p {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
  opacity: 0.5;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-filter-input .hb-filter-clear {
  position: absolute;
  height: 42px;
  width: 42px;
  top: 0;
  right: 0;
  cursor: pointer;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-filter-input .hb-filter-clear:before, #hb_menu_page .hb-modal-map .wo-modal-body .hb-filter-input .hb-filter-clear:after {
  content: "";
  position: absolute;
  width: 1.4px;
  height: 13px;
  background: #000000;
  left: 50%;
  top: 50%;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-filter-input .hb-filter-clear:before {
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-filter-input .hb-filter-clear:after {
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-map-container {
  position: relative;
  border-bottom-right-radius: 32px;
  border-top-right-radius: 32px;
  overflow: hidden;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-map-container .wo-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-map-block {
  height: 100%;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 24px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-elem .hb-title2 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  color: #2D5D2A;
  text-transform: uppercase;
  padding-bottom: 7px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-elem .hb-outlet-closed,
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-elem .hb-outlet-data {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
  color: #000000;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-elem .hb-outlet-closed.hb-outlet-data-phone,
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-elem .hb-outlet-data.hb-outlet-data-phone {
  display: block;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-elem .hb-outlet-closed svg,
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-elem .hb-outlet-data svg {
  position: relative;
  top: -1.5px;
  height: 16px;
  width: 16px;
  margin-left: 2px;
  fill: #2D5D2A;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-elem .hb-outlet-closed {
  color: #FE0000;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-elem .d-md-block {
  text-align: right;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-elem button {
  width: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  padding: 8px 12px;
  text-transform: uppercase;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-previous {
  padding-bottom: 18px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-previous .hb-previous-list {
  overflow: auto;
  margin-bottom: 36px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-previous .hb-previous-address {
  border: 1px solid #DEDEDE;
  border-radius: 12px;
  padding: 14px 19px 14px 45px;
  position: relative;
  margin-bottom: 13px;
  cursor: pointer;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-previous .hb-previous-address img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  height: 26px;
  left: 12px;
  top: 12px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-previous .hb-previous-address p {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-previous .hb-previous-address:last-child {
  margin-bottom: 0;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-previous .wo-loader {
  display: block;
  margin: 0 auto;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-previous .hb-title2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current {
  padding-top: 0;
  padding-bottom: 24px;
  position: relative;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-menu-elem {
  position: absolute;
  top: 0;
  right: 15px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-menu-elem p {
  text-transform: uppercase;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-outlet-alert {
  width: 100%;
  height: 0;
  overflow: hidden;
  -o-transition: 0.3s linear height;
  -ms-transition: 0.3s linear height;
  -moz-transition: 0.3s linear height;
  -webkit-transition: 0.3s linear height;
  transition: 0.3s linear height;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-outlet-alert p {
  padding: 10px 0 0;
  color: #FE0000;
  font-size: 14px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-outlet-alert.visible {
  height: 31px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-title {
  padding-bottom: 28px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-title2 {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 8px;
  color: #72747A;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-location-input {
  position: relative;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
  padding: 0;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-location-input .hb-outlet-text {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  transform: translate(0, -50%);
  opacity: 0.5;
  top: 20px;
  left: 20px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-location-input p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-location-input button {
  outline: none !important;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45px;
  background: none !important;
  border: none;
  border-left: 1px solid #DEDEDE;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-location-input button svg {
  fill: #2D5D2A;
  height: 19px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-location-input input {
  padding: 12px 20px;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
  outline: none !important;
  border-radius: inherit;
  font-size: 14px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-location-input .hb-location-variants {
  z-index: 5;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: solid 1px grey;
  width: 100%;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-location-input .hb-location-variants div {
  padding: 10px;
}
#hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-location-input .hb-location-variants div:hover {
  background: grey;
}
#hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-control {
  padding-top: 0 !important;
}
#hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-control .hb-desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
  padding: 0 15px 20px;
  color: #2D5D2A;
}
#hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-control button {
  width: 100%;
  text-transform: uppercase;
}
#hb_menu_page .hb-modal-map .wo-modal-body.hb-delivery-block .hb-choice-container {
  position: relative;
}
#hb_menu_page .wo-filter-anchor .wo-filter-block {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 30px;
}
#hb_menu_page .wo-filter-anchor .wo-filter-block .wo-filter-body {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background: inherit;
  padding-bottom: 20px;
}
#hb_menu_page .wo-filter-anchor .wo-filter-block .wo-filter-close {
  position: absolute;
  right: 18px;
  top: 0;
  width: 42px;
  height: 42px;
  border: none !important;
  background: none !important;
}
#hb_menu_page .wo-filter-anchor .wo-filter-block .wo-filter-close:before, #hb_menu_page .wo-filter-anchor .wo-filter-block .wo-filter-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
  background: black;
  width: 17px;
  height: 2px;
}
#hb_menu_page .wo-filter-anchor .wo-filter-block .wo-filter-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#hb_menu_page .wo-filter-anchor .wo-filter-block svg {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  fill: #72747A;
  width: 16px;
  height: 42px;
  left: 31px;
}
#hb_menu_page .wo-filter-anchor .wo-filter-block .wo-filter-placeholder {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  left: 57px;
  font-weight: 400;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0;
  color: #72747A;
}
#hb_menu_page .wo-filter-anchor .wo-filter-block input {
  width: 100%;
  border: solid 1px #DEDEDE;
  height: 42px;
  border-radius: 8px;
  padding: 0 55px 0 47px;
}
#hb_menu_page .wo-filter-anchor .wo-filter-block.focus svg {
  fill: #171717;
}
#hb_menu_page .wo-filter-anchor.wo-float {
  margin-top: 92px;
}
#hb_menu_page .wo-filter-anchor.wo-float .wo-filter-block {
  position: fixed;
  top: 0;
  margin-bottom: 0;
}
#hb_menu_page .wo-filter-anchor.wo-float .wo-filter-body {
  padding-top: 80px;
}
#hb_menu_page .wo-filter-anchor.wo-float .wo-filter-body .wo-filter-close {
  top: 80px;
}
#hb_menu_page .lp-map-block #lp_map {
  width: 600px;
  height: 400px;
}
#hb_menu_page .hb-category-anchor.wo-collapse {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
#hb_menu_page .hb-category-block {
  padding: 34px 0 25px 5px;
  background: #ffffff;
}
#hb_menu_page .hb-category-block button {
  outline: none !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0;
  text-align: left;
  color: #2D5D2A;
  text-transform: uppercase;
  background: none;
  border: none !important;
  cursor: pointer;
  padding: 1px 0;
  margin-right: 20px;
}
#hb_menu_page .hb-category-block button.pj-category-reward {
  display: none;
}
#hb_menu_page .hb-category-block button:hover {
  text-decoration: underline;
}
#hb_menu_page .hb-category-block button.active {
  background: #FDD60D;
  text-decoration: none;
  padding: 1px 14px;
}
#hb_menu_page .hb-category-block.active {
  position: fixed;
  z-index: 100;
  top: 0;
}
#hb_menu_page .hb-items-block {
  padding-top: 53px;
}
#hb_menu_page .hb-items-block .hb-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  color: #2D5D2A;
  padding-bottom: 14px;
}
#hb_menu_page .hb-items-block .hb-title3 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #2D5D2A;
  padding-top: 24px;
}
#hb_menu_page .hb-items-block .hb-items-elem {
  padding-top: 26px;
  padding-bottom: 6px;
  border-bottom: solid 4px rgba(0, 0, 0, 0);
  cursor: pointer;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-addbtn {
  display: inline-block;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-title2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 16px;
  padding-bottom: 8px;
  text-transform: uppercase;
  color: #2D5D2A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
  text-align: left;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-title2 * {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-desc {
  margin-bottom: 9px;
  height: 35px;
  overflow: hidden;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-desc * {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
  text-align: left;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-desc .hb-crop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-price {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0;
  text-align: left;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-price svg {
  height: 20px;
  width: 20px;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-add {
  text-align: right;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-add p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0;
  color: #000000;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-add p > span {
  position: relative;
  bottom: 5px;
  display: inline-block;
  min-width: 27px;
  text-align: center;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-add .hb-add-minus,
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-add .hb-add-plus,
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-add .hb-add-btn {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 5px 12px;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-add .hb-add-btn svg {
  fill: #FDD60D;
  height: 17px;
  position: relative;
  bottom: 3px;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-add .hb-add-minus,
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-add .hb-add-plus {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: relative;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-add .hb-add-minus:before,
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-add .hb-add-plus:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 11px;
  height: 2px;
  background: #FDD60D;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-add .hb-add-plus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 2px;
  height: 11px;
  background: #FDD60D;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-img {
  overflow: hidden;
  height: 224px;
  position: relative;
  border-radius: 10px;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-img .hb-items-count {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-img .hb-items-count p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
  color: white;
}
#hb_menu_page .hb-items-block .hb-items-elem .hb-items-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}
#hb_menu_page .hb-items-block .hb-items-elem:hover {
  border-color: #2D5D2A;
}
#hb_menu_page .hb-items-block .hb-mobilecart-button {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 58px;
  z-index: 5;
  background: #2D5D2A;
  padding: 18px 16px 18px 18px;
}
#hb_menu_page .hb-items-block .hb-mobilecart-button p {
  color: #FDD60D;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
#hb_menu_page .hb-items-block .hb-mobilecart-button svg {
  height: 20px;
  fill: #FDD60D;
}
#hb_menu_page .hb-items-block:first-child {
  padding-top: 0;
}
#hb_menu_page .hb-item-mods .hb-title2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
}
#hb_menu_page .hb-item-mods .hb-item-group {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  padding-top: 40px;
}
#hb_menu_page .hb-item-mods .hb-item-mod {
  padding-top: 20px;
}
#hb_menu_page .hb-item-mods .hb-item-mod p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #000000;
}
#hb_menu_page .hb-item-mods .hb-item-mod .hb-mod-radio {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 1px #2D5D2A;
  position: relative;
}
#hb_menu_page .hb-item-mods .hb-item-mod .hb-mod-radio:after {
  display: none;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #2D5D2A;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#hb_menu_page .hb-item-mods .hb-item-mod .hb-mod-radio.active:after {
  display: block;
}
#hb_menu_page .hb-item-mods .hb-item-mod .hb-mod-checkbox {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 1px #2D5D2A;
  position: relative;
}
#hb_menu_page .hb-item-mods .hb-item-mod .hb-mod-checkbox:after {
  display: none;
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(49deg);
}
#hb_menu_page .hb-item-mods .hb-item-mod .hb-mod-checkbox.active {
  background: #2D5D2A;
}
#hb_menu_page .hb-item-mods .hb-item-mod .hb-mod-checkbox.active:after {
  display: block;
}
#hb_menu_page .hb-item-mods .hb-item-mod .hb-mod-checkbox.deactive {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-color: #72747A;
}
#hb_menu_page .hb-item-mods .hb-item-mod .hb-mod-price p {
  text-align: right;
}
#hb_menu_page .wo-modal-mods .wo-modal-body {
  width: 471px;
  min-width: 0;
  padding: 40px;
}
#hb_menu_page .wo-modal-mods .hb-modal-title {
  text-transform: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
}
#hb_menu_page .wo-modal-mods .hb-item-mods .hb-item-group {
  padding-top: 26px;
}
#hb_menu_page .wo-modal-mods .hb-button-company1 {
  padding: 15px;
}
#hb_menu_page .wo-modal-mods .hb-button-company1 svg {
  fill: #FDD60D;
  width: 17px;
  height: 15px;
}
#hb_menu_page .hb-order-block {
  z-index: 105;
}
#hb_menu_page .hb-order-block .hb-order-contact .hb-title,
#hb_menu_page .hb-order-block .hb-order-name .hb-title,
#hb_menu_page .hb-order-block .hb-order-time .hb-title,
#hb_menu_page .hb-order-block .hb-order-payment .hb-title,
#hb_menu_page .hb-order-block .hb-order-type .hb-title,
#hb_menu_page .hb-order-block .hb-order-location .hb-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  color: #2D5D2A;
  padding-bottom: 6px;
  text-transform: uppercase;
}
#hb_menu_page .hb-order-block .hb-order-contact.blocked,
#hb_menu_page .hb-order-block .hb-order-name.blocked,
#hb_menu_page .hb-order-block .hb-order-time.blocked,
#hb_menu_page .hb-order-block .hb-order-payment.blocked,
#hb_menu_page .hb-order-block .hb-order-type.blocked,
#hb_menu_page .hb-order-block .hb-order-location.blocked {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 0.6;
}
#hb_menu_page .hb-order-block .hb-order-locked {
  background-color: #72747A;
  color: white;
  border-radius: 12px;
  padding: 12px;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}
#hb_menu_page .hb-order-block .hb-order-locked.hb-order-info::before {
  content: "";
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0088 24.7539C18.6358 24.7539 24.0088 19.381 24.0088 12.7539C24.0088 6.12685 18.6358 0.753906 12.0088 0.753906C5.38174 0.753906 0.00878906 6.12685 0.00878906 12.7539C0.00878906 19.381 5.38174 24.7539 12.0088 24.7539ZM13.1087 6.91559C12.3088 6.45378 11.309 7.03104 11.309 7.95466C11.309 8.38332 11.5376 8.77941 11.9089 8.99374C12.7087 9.45555 13.7086 8.87829 13.7086 7.95466C13.7086 7.52601 13.4799 7.12991 13.1087 6.91559ZM10.909 10.7542C10.4666 10.7542 10.1091 11.1117 10.1091 11.5541C10.1091 11.9966 10.4666 12.354 10.909 12.354H11.7089V17.1533H10.909C10.4666 17.1533 10.1091 17.5107 10.1091 17.9532C10.1091 18.3956 10.4666 18.7531 10.909 18.7531H14.1085C14.551 18.7531 14.9084 18.3956 14.9084 17.9532C14.9084 17.5107 14.551 17.1533 14.1085 17.1533H13.3087V11.5541C13.3087 11.1117 12.9512 10.7542 12.5088 10.7542H10.909Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
#hb_menu_page .hb-order-block .hb-order-locked.hb-order-warning {
  background-color: #ff9900;
}
#hb_menu_page .hb-order-block .hb-order-locked.hb-order-warning::before {
  content: "";
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2964 1.53271C12.7202 0.53467 11.2796 0.534669 10.7034 1.53271L0.20268 19.7205C-0.37354 20.7185 0.346734 21.9661 1.49917 21.9661H22.5006C23.653 21.9661 24.3733 20.7185 23.7971 19.7205L13.2964 1.53271ZM11.3521 17.999C11.3521 18.4132 11.6879 18.749 12.1021 18.749C12.5164 18.749 12.8521 18.4132 12.8521 17.999C12.8521 17.5848 12.5164 17.249 12.1021 17.249C11.6879 17.249 11.3521 17.5848 11.3521 17.999ZM11.3521 15.5039C11.3521 15.9181 11.6879 16.2539 12.1021 16.2539C12.5164 16.2539 12.8521 15.9181 12.8521 15.5039V8.00391C12.8521 7.5897 12.5164 7.25391 12.1021 7.25391C11.6879 7.25391 11.3521 7.5897 11.3521 8.00391V15.5039Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
#hb_menu_page .hb-order-block .hb-order-time,
#hb_menu_page .hb-order-block .hb-order-payment,
#hb_menu_page .hb-order-block .hb-order-type {
  padding-bottom: 17px;
}
#hb_menu_page .hb-order-block .hb-order-time select,
#hb_menu_page .hb-order-block .hb-order-payment select,
#hb_menu_page .hb-order-block .hb-order-type select {
  outline: none !important;
  border: 1px solid #72747A;
  border-radius: 2px;
  width: 100%;
  height: 42px;
  padding: 0 20px;
}
#hb_menu_page .hb-order-block .hb-order-time .hb-order-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
#hb_menu_page .hb-order-block .hb-order-time .wo-select-block {
  width: 100%;
}
#hb_menu_page .hb-order-block .hb-order-contact,
#hb_menu_page .hb-order-block .hb-order-name {
  padding-bottom: 18px;
}
#hb_menu_page .hb-order-block .hb-order-contact input,
#hb_menu_page .hb-order-block .hb-order-name input {
  outline: none !important;
  border: 1px solid #72747A;
  border-radius: 2px;
  width: 100%;
  height: 42px;
  padding: 0 20px;
}
#hb_menu_page .hb-order-block .hb-order-contact input:focus,
#hb_menu_page .hb-order-block .hb-order-name input:focus {
  border-color: #FDD60D;
}
#hb_menu_page .hb-order-block .hb-order-contact input.error {
  border-color: rgb(209, 50, 70);
  background: rgba(209, 50, 70, 0.2);
}
#hb_menu_page .hb-order-block .hb-order-name {
  padding-bottom: 15px;
}
#hb_menu_page .hb-order-block .hb-order-comment {
  padding-bottom: 18px;
}
#hb_menu_page .hb-order-block .hb-order-comment textarea {
  outline: none !important;
  border: 1px solid #72747A;
  resize: none;
  width: 100%;
  height: 82px;
  padding: 16px;
}
#hb_menu_page .hb-order-block .hb-order-comment textarea:focus {
  border-color: #FDD60D;
}
#hb_menu_page .hb-order-block .hb-order-location {
  padding-bottom: 16px;
}
#hb_menu_page .hb-order-block .hb-order-location .hb-location-input {
  position: relative;
  border: 1px solid #72747A;
  border-radius: 2px;
  height: 42px;
  padding: 12px 55px 12px 20px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
#hb_menu_page .hb-order-block .hb-order-location .hb-location-input .hb-location-icon {
  width: 16px;
  height: 16px;
  line-height: 1;
}
#hb_menu_page .hb-order-block .hb-order-location .hb-location-input .hb-location-icon svg {
  fill: #000000;
  vertical-align: top;
  width: 16px;
  height: 16px;
}
#hb_menu_page .hb-order-block .hb-order-location .hb-location-input .hb-location-icon.warning svg {
  fill: #FE0000;
}
#hb_menu_page .hb-order-block .hb-order-location .hb-location-input p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
}
#hb_menu_page .hb-order-block .hb-order-location .hb-location-input p.warning {
  color: #FE0000;
}
#hb_menu_page .hb-order-block .hb-order-location .hb-location-input button {
  outline: none !important;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45px;
  background: none !important;
  border: none;
}
#hb_menu_page .hb-order-block .hb-order-location .hb-location-input button svg {
  fill: #72747A;
  height: 19px;
}
#hb_menu_page .hb-order-block .hb-cart-empty {
  border: 1px solid #C9C9C9;
  padding: 28px;
  margin-bottom: 18px;
}
#hb_menu_page .hb-order-block .hb-cart-empty svg {
  fill: #C9C9C9;
  display: block;
  margin: 0 auto;
  height: 60px;
}
#hb_menu_page .hb-order-block .hb-cart-empty p {
  padding-top: 18px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  color: #C9C9C9;
}
#hb_menu_page .hb-order-block .hb-cart-list {
  border: 1px solid #72747A;
  padding: 0 5px 20px 0;
  margin-bottom: 16px;
  position: relative;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-control-delete {
  cursor: pointer;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-control-btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 20px;
  border-top: solid 1px #2D5D2A;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-control-btns .hb-control-counter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-control-btns .hb-control-counter p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  min-width: 21px;
  padding: 0 5px;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-control-btns .hb-control-counter .hb-add-minus,
#hb_menu_page .hb-order-block .hb-cart-list .hb-control-btns .hb-control-counter .hb-add-plus {
  outline: none !important;
  cursor: pointer;
  padding: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: solid #2D5D2A 1px;
  position: relative;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-control-btns .hb-control-counter .hb-add-minus span,
#hb_menu_page .hb-order-block .hb-cart-list .hb-control-btns .hb-control-counter .hb-add-plus span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background: #2D5D2A;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-control-btns .hb-control-counter .hb-add-minus:hover,
#hb_menu_page .hb-order-block .hb-cart-list .hb-control-btns .hb-control-counter .hb-add-plus:hover {
  border-width: 2px;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-control-btns .hb-control-counter .hb-add-plus span {
  width: 12px;
  background: #2D5D2A;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-control-btns .hb-control-counter .hb-add-plus span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
  background: #2D5D2A;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-control-btns .hb-control-delete {
  color: #2D5D2A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  cursor: pointer;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-control-btns .hb-control-delete svg {
  height: 14px;
  fill: #2D5D2A;
  margin-left: 5px;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-control {
  padding-right: 40px;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: calc(100% - 17px);
  transform: translate(0, -50%);
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-control .hb-title {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-control .hb-title p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  color: #000000;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-control .hb-cart-arrow {
  position: absolute;
  border: 10px solid transparent;
  border-left: solid 10px #ffffff;
  top: 50%;
  left: calc(100% - 2px);
  transform: translate(0, -50%);
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-control .hb-control-body {
  position: relative;
  background: #ffffff;
  padding: 24px;
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  width: 254px;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-control .hb-cart-mod {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 7px 0 0;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-outer {
  margin-left: -20px;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-outer .hb-cart-scroll {
  padding: 28px 0 10px 20px;
  min-height: 120px;
  height: auto;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-outer .baron__track {
  top: 13px;
  opacity: 0;
  max-height: 96%;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem {
  padding-bottom: 14px;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem .hb-cart-item-sum em {
  font-style: normal;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem .hb-cart-hover:hover {
  cursor: pointer;
  opacity: 0.5;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem .hb-cart-xsctrl {
  display: none;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem .hb-cart-xsctrl .hb-cart-item-sum {
  display: none;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem.pj-deal .hb-cart-mod p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #232829;
  opacity: 0.5;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem.pj-deal .hb-cart-mod.pj-stage p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #2D5D2A;
  opacity: 1;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem.pj-deal .hb-cart-mod.pj-group p {
  font-size: 14px;
  line-height: 120%;
  opacity: 1;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-reward .hb-control-btns {
  justify-content: right;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-reward .hb-control-btns svg {
  fill: #000000;
  height: 20px;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-discount,
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-mod,
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-total,
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-discount p,
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-mod p,
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-total p,
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-flex p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  color: #000000;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-sum {
  padding: 0 20px;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-sum hr {
  border-top: solid 1px #72747A;
  margin: 0 0 18px;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-sum .hb-cart-flex {
  padding-bottom: 14px;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-sum .hb-cart-total p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-sum .hb-cart-total .hb-struck {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  text-decoration: line-through;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-sum .hb-cart-total span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-decoration: line-through;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-mod {
  padding: 14px 20px 0;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-main {
  padding: 0 20px;
  position: relative;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-main .hb-control-delete {
  display: none;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-main .hb-title {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-main .hb-title p, #hb_menu_page .hb-order-block .hb-cart-list .hb-cart-main .hb-title h2, #hb_menu_page .hb-order-block .hb-cart-list .hb-cart-main .hb-title h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-main .hb-cart-count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 5;
  left: 0;
  border-radius: 50%;
  background: #2D5D2A;
  height: 30px;
  width: 30px;
}
#hb_menu_page .hb-order-block .hb-cart-list .hb-cart-main .hb-cart-count p {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
}
#hb_menu_page .hb-order-block .hb-order-checkout {
  width: 100%;
  height: 54px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}
#hb_menu_page .hb-order-block .hb-order-message {
  background-color: #72747A;
  color: white;
  border-radius: 12px;
  padding: 12px;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}
#hb_menu_page .hb-order-block .hb-order-message.hb-order-info::before {
  content: "";
  width: 24px;
  height: 25px;
  background-image: url("/images/icons/info.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
#hb_menu_page .hb-order-block .hb-order-message.hb-order-warning {
  background-color: #ff9900;
}
#hb_menu_page .hb-order-block .hb-order-message.hb-order-warning::before {
  content: "";
  width: 24px;
  height: 25px;
  background-image: url("/images/icons/alert.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
#hb_menu_page .hb-order-block .hb-order-promo {
  padding-bottom: 16px;
  display: none;
}
#hb_menu_page .hb-order-block .hb-order-promo p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #72747A;
  margin-bottom: 10px;
}
#hb_menu_page .hb-order-block .hb-order-promo .hb-promo-warning {
  color: #FE0000;
  text-transform: initial !important;
}
#hb_menu_page .hb-order-block .hb-order-promo .hb-promo-warning span {
  color: #FE0000;
  text-transform: initial !important;
}
#hb_menu_page .hb-order-block .hb-order-promo button.hb-button-back {
  width: 100%;
  height: 29px;
  padding: 4px 10px !important;
  flex: 1;
  font-size: 14px;
  border-width: 1px;
  background: none;
}
#hb_menu_page .hb-order-block .hb-order-promo .hb-promo-input {
  position: relative;
  flex: 1;
  position: relative;
  border: 1px solid #DEDEDE;
  height: 42px;
  padding: 5px 5px 5px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 8px;
}
#hb_menu_page .hb-order-block .hb-order-promo .hb-promo-input input {
  outline: none !important;
  width: 100%;
  font-size: 14px;
  height: calc(42px - 2px);
  padding: 0 0px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#hb_menu_page .hb-order-block .hb-order-promo .hb-promo-input p {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  text-overflow: ellipsis;
}
#hb_menu_page .hb-order-block .hb-order-promo .hb-promo-input.invalid {
  border-color: #FE0000;
  background-color: rgba(255, 0, 0, 0.1);
}
#hb_menu_page .hb-order-block .hb-order-promo .hb-promo-input.invalid button {
  background: none !important;
}
#hb_menu_page .hb-order-block .hb-order-promo.blocked {
  opacity: 0.6;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#hb_menu_page .hb-order-block.active {
  position: fixed;
  height: 100vh;
  height: 100dvh;
  padding-top: 20px;
  top: 0;
}
#hb_menu_page .hb-order-block.active .hb-cart-outer .hb-cart-scroll {
  height: calc(100vh - 20px - 81px - 81px - 18px - 54px - 56px - 42px - 20px);
  overflow: auto;
}
#hb_menu_page .hb-order-block.active .hb-cart-outer .baron__track {
  opacity: 1;
}
#hb_menu_page .hb-order-block.bottom {
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
}
#hb_menu_page .hb-order-block.blocked {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#hb_menu_page .hb-order-block.blocked.active {
  opacity: 0.4;
}
#hb_menu_page .wo-menu-checkbox {
  position: relative;
  padding-left: 22px;
  padding-bottom: 8px;
}
#hb_menu_page .wo-menu-checkbox label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  padding-bottom: 4px;
}
#hb_menu_page .wo-menu-checkbox label a {
  color: inherit;
  text-decoration: underline;
}
#hb_menu_page .wo-menu-checkbox label a:hover {
  text-decoration: none;
}
#hb_menu_page .wo-menu-checkbox p {
  color: #FE0000;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0;
  padding-bottom: 4px;
}
#hb_menu_page .wo-menu-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
#hb_menu_page.pj-text-right .hb-order-block .hb-order-location .hb-location-input {
  text-align: right !important;
  justify-content: flex-end;
}
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body .hb-map-container {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 32px;
  border-top-left-radius: 32px;
}
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body .choice-grid-row-3 .hb-button-company1 {
  text-align: center !important;
}
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body .hb-map-row .hb-location-input .hb-outlet-text {
  left: auto;
  right: 10px;
}
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body .hb-map-row button {
  text-align: right !important;
}
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body .hb-map-row .hb-button-company1 {
  text-align: center !important;
}
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body .hb-outlet-previous .hb-previous-address {
  padding-left: 19px;
  padding-right: 45px;
}
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body .hb-outlet-previous .hb-previous-address img {
  left: auto;
  right: 12px;
}
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body .hb-outlet-current .hb-location-input button,
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body .hb-switch-block button,
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body .wo-modal-control button {
  text-align: center !important;
}
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body .hb-outlet-elem .hb-outlet-data {
  padding-right: 20px;
  position: relative;
}
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body .hb-outlet-elem .hb-outlet-data svg {
  position: absolute;
  right: 0;
  top: 4px;
}
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body .hb-filter-input p {
  right: 20px;
  left: auto;
}
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body .hb-filter-input .hb-filter-clear {
  right: auto;
  left: 0;
}
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body.hb-outlet-block .hb-outlet-list {
  margin-right: 0;
}
#hb_menu_page.pj-text-right .hb-modal-map .wo-modal-body.hb-outlet-block .hb-outlet-baron .baron__scroller {
  padding-left: 20px;
  padding-right: 0;
}
#hb_menu_page.pj-text-right .hb-category-container .hb-category-block button {
  margin-left: 12px;
  margin-right: 0;
}
#hb_menu_page.pj-text-right .baron__track {
  right: auto;
  left: 0;
}
#hb_menu_page.pj-text-right .hb-order-block {
  padding-left: 0;
  padding-right: 57px;
}
#hb_menu_page.pj-text-right .hb-order-block .hb-order-location .hb-location-input button,
#hb_menu_page.pj-text-right .hb-order-block .hb-order-checkout,
#hb_menu_page.pj-text-right .hb-order-block .hb-cart-empty p {
  text-align: center !important;
}
#hb_menu_page.pj-text-right .hb-order-block .hb-cart-list .hb-cart-outer {
  margin-left: 0;
  margin-right: -20px;
}
#hb_menu_page.pj-text-right .hb-order-block .hb-cart-list .hb-cart-outer .hb-cart-scroll {
  padding-left: 0;
  padding-right: 20px;
}
#hb_menu_page.pj-text-right .deal-modal-warning .wo-modal-body {
  display: flex;
  justify-content: space-between;
}
#hb_menu_page.pj-text-right .deal-modal-warning .wo-modal-body .wo-modal-control .wo-modal-rightbtn {
  text-align: left !important;
}
#hb_menu_page.pj-text-right .deal-modal-warning .wo-modal-body .wo-modal-control div:not(.wo-modal-rightbtn) {
  display: none;
}
#hb_menu_page.pj-text-right .hb-items-elem .row .col-6:first-child {
  left: 50%;
}
#hb_menu_page.pj-text-right .hb-items-elem .row .col-6:last-child {
  right: 50%;
}
#hb_menu_page.pj-text-right .hb-items-elem .row .col-6.hb-items-add .hb-add-btn {
  left: 15px;
  right: auto;
}

@media (min-width: 1600px) {
  #hb_menu_page .hb-order-block {
    padding-left: 57px;
  }
  #hb_menu_page .hb-items-block > .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  #hb_menu_page .hb-items-block > .row > .col-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-desc * {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
  }
  #hb_menu_page .hb-main-container > .row > .col-xl-8 {
    padding-right: 8px;
    flex: 0 0 70%;
    max-width: 70%;
  }
  #hb_menu_page .hb-main-container > .row > .col-xl-4 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 1599px) and (min-width: 1200px) {
  #hb_menu_page .hb-main-container {
    padding-left: 35px;
    padding-right: 35px;
  }
  #hb_menu_page .hb-main-container > .row {
    margin-left: -35px;
    margin-right: -35px;
  }
  #hb_menu_page .hb-main-container > .row > div {
    padding-left: 35px;
    padding-right: 15px;
  }
  #hb_menu_page .hb-items-block {
    padding-top: 34px;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-items-price {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-items-price svg {
    height: 22px;
    width: 22px;
    fill: #000000;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-title2 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    padding: 12px 0 6px;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-desc {
    min-height: 35px;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-desc * {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-items-add {
    position: relative;
    height: 22px;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-items-add .hb-add-btn {
    position: absolute;
    top: 0;
    right: 15px;
    width: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-items-add .hb-add-btn svg {
    height: 11px;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-items-img {
    height: 162px;
  }
  #hb_menu_page .hb-items-block .hb-item-list {
    margin: 0 -5px;
  }
  #hb_menu_page .hb-items-block .hb-item-list > div {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 5px;
  }
  #hb_menu_page .hb-items-block .hb-title {
    padding-bottom: 18px;
  }
  #hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem .hb-cart-xsctrl .hb-control-btns {
    padding: 8px 20px 0 45%;
  }
  #hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem.pj-deal .hb-cart-mod p {
    font-size: 12px;
    line-height: 14px;
  }
  #hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem.pj-deal .hb-cart-mod.pj-stage p {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
  }
  #hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem.pj-deal .hb-cart-mod.pj-group p {
    font-size: 14px;
    line-height: 20px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-title2 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #hb_menu_page .hb-modal-map .wo-modal-body {
    max-width: 900px;
  }
  #hb_menu_page .hb-main-container .hb-menu-container {
    min-height: 60vh;
  }
  #hb_menu_page .wo-filter-anchor .wo-filter-block {
    margin-bottom: 0;
  }
  #hb_menu_page .wo-filter-anchor .wo-filter-block input {
    padding: 0 46px;
  }
  #hb_menu_page .wo-filter-anchor.wo-float {
    margin-top: 62px;
  }
  #hb_menu_page .wo-filter-anchor.wo-float:not(.wo-used) .wo-filter-body {
    padding-top: 64px;
  }
  #hb_menu_page .wo-filter-anchor.wo-float:not(.wo-used) .wo-filter-body .wo-filter-close {
    top: 64px;
  }
  #hb_menu_page .hb-order-block {
    position: fixed;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    top: 0;
    left: 100%;
    background: #ffffff;
    z-index: 110;
    padding: 28px 16px;
    -o-transition: 0.3s linear left;
    -ms-transition: 0.3s linear left;
    -moz-transition: 0.3s linear left;
    -webkit-transition: 0.3s linear left;
    transition: 0.3s linear left;
  }
  #hb_menu_page .hb-order-block .hb-cart-outer .hb-cart-scroll {
    height: calc(100vh - 474px) !important;
  }
  #hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem .hb-cart-xsctrl {
    display: block;
    padding: 14px 20px 0;
  }
  #hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem .hb-cart-xsctrl .hb-control-btns {
    margin: 0;
    padding: 0;
    border: none;
  }
  #hb_menu_page .hb-order-block .hb-order-close {
    margin-bottom: 45px;
    width: 11px;
    height: 17px;
    position: relative;
  }
  #hb_menu_page .hb-order-block .hb-order-close:before, #hb_menu_page .hb-order-block .hb-order-close:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 13px;
    background: #2D5D2A;
  }
  #hb_menu_page .hb-order-block .hb-order-close:before {
    transform-origin: center;
    transform: rotate(-40deg);
    left: 26%;
    top: 31%;
  }
  #hb_menu_page .hb-order-block .hb-order-close:after {
    transform-origin: center;
    transform: rotate(40deg);
    left: 26%;
    top: -13%;
  }
  #hb_menu_page .hb-order-block.open {
    left: 0;
    padding-top: 30px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    height: 100vh !important;
  }
  #hb_menu_page .hb-order-block.hb-list-discount .hb-cart-outer .hb-cart-scroll {
    height: calc(100vh - 494px) !important;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-title2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 6px;
    padding-top: 12px;
  }
  #hb_menu_page .hb-items-block .hb-mobilecart-button {
    display: block;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #hb_menu_page .hb-main-container .hb-menu-container {
    min-height: 60vh;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body {
    max-width: 90vw;
  }
  #hb_menu_page .wo-filter-anchor .wo-filter-block {
    margin-bottom: 0;
  }
  #hb_menu_page .wo-filter-anchor .wo-filter-block input {
    padding: 0 46px;
  }
  #hb_menu_page .wo-filter-anchor.wo-float {
    margin-top: 62px;
  }
  #hb_menu_page .wo-filter-anchor.wo-float:not(.wo-used) .wo-filter-body {
    padding-top: 64px;
  }
  #hb_menu_page .wo-filter-anchor.wo-float:not(.wo-used) .wo-filter-body .wo-filter-close {
    top: 64px;
  }
  #hb_menu_page .hb-order-block {
    position: fixed;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    top: 0;
    left: 100%;
    background: #ffffff;
    z-index: 110;
    padding: 28px 16px;
    -o-transition: 0.3s linear left;
    -ms-transition: 0.3s linear left;
    -moz-transition: 0.3s linear left;
    -webkit-transition: 0.3s linear left;
    transition: 0.3s linear left;
  }
  #hb_menu_page .hb-order-block .hb-cart-outer .hb-cart-scroll {
    height: calc(100vh - 474px) !important;
  }
  #hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem .hb-cart-xsctrl {
    display: block;
    padding: 14px 20px 0;
  }
  #hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem .hb-cart-xsctrl .hb-control-btns {
    margin: 0;
    padding: 0;
    border: none;
  }
  #hb_menu_page .hb-order-block .hb-order-close {
    margin-bottom: 45px;
    width: 11px;
    height: 17px;
    position: relative;
  }
  #hb_menu_page .hb-order-block .hb-order-close:before, #hb_menu_page .hb-order-block .hb-order-close:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 13px;
    background: #2D5D2A;
  }
  #hb_menu_page .hb-order-block .hb-order-close:before {
    transform-origin: center;
    transform: rotate(-40deg);
    left: 26%;
    top: 31%;
  }
  #hb_menu_page .hb-order-block .hb-order-close:after {
    transform-origin: center;
    transform: rotate(40deg);
    left: 26%;
    top: -13%;
  }
  #hb_menu_page .hb-order-block.open {
    left: 0;
    padding-top: 30px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    height: 100vh !important;
  }
  #hb_menu_page .hb-order-block.hb-list-discount .hb-cart-outer .hb-cart-scroll {
    height: calc(100vh - 494px) !important;
  }
  #hb_menu_page .hb-items-block .hb-items-add .hb-add-btn {
    display: none !important;
  }
  #hb_menu_page .hb-items-block .col-8,
  #hb_menu_page .hb-items-block .col-4 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #hb_menu_page .hb-items-block .hb-items-price {
    display: inline-block;
    padding: 10px 12px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.1);
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-title2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 6px;
  }
  #hb_menu_page .hb-items-block .hb-mobilecart-button {
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 580px) {
  #hb_menu_page {
    overflow-x: hidden;
  }
  #hb_menu_page .hb-hidden {
    display: none;
  }
  #hb_menu_page .hb-main-container {
    max-width: none;
    padding-bottom: 40px;
  }
  #hb_menu_page .hb-main-container .hb-menu-container {
    min-height: 60vh;
  }
  #hb_menu_page .hb-category-anchor .hb-category-container,
  #hb_menu_page .hb-category-anchor .hb-category-invisible {
    padding-left: 15px;
  }
  #hb_menu_page .hb-category-anchor .hb-category-container .hb-category-block,
  #hb_menu_page .hb-category-anchor .hb-category-invisible .hb-category-block {
    width: 100%;
    overflow-x: auto;
    display: flex;
    padding-bottom: 12px;
  }
  #hb_menu_page .hb-category-anchor .hb-category-container .hb-category-block button,
  #hb_menu_page .hb-category-anchor .hb-category-invisible .hb-category-block button {
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    margin-right: 0;
    margin-bottom: 0;
  }
  #hb_menu_page .hb-category-anchor .hb-category-container .hb-category-block button *,
  #hb_menu_page .hb-category-anchor .hb-category-invisible .hb-category-block button * {
    font-size: inherit;
    line-height: inherit;
  }
  #hb_menu_page .wo-filter-anchor .wo-filter-block {
    margin-bottom: 0;
  }
  #hb_menu_page .wo-filter-anchor .wo-filter-block input {
    padding: 0 46px;
  }
  #hb_menu_page .wo-filter-anchor.wo-float {
    margin-top: 62px;
  }
  #hb_menu_page .wo-filter-anchor.wo-float:not(.wo-used) .wo-filter-body {
    padding-top: 64px;
  }
  #hb_menu_page .wo-filter-anchor.wo-float:not(.wo-used) .wo-filter-body .wo-filter-close {
    top: 64px;
  }
  #hb_menu_page .pj-banner-container {
    padding: 24px 0 0;
  }
  #hb_menu_page .pj-banner-container .pj-banner-outer {
    overflow-x: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  #hb_menu_page .pj-banner-container .pj-banner-outer .pj-banner-elem {
    width: 130px;
    height: 144px;
  }
  #hb_menu_page .pj-banner-container .pj-banner-outer .pj-banner-elem .pj-banner-content {
    left: 5px;
    right: 5px;
  }
  #hb_menu_page .pj-banner-container .pj-banner-outer .pj-banner-elem .pj-banner-form {
    display: none;
  }
  #hb_menu_page .pj-banner-container .pj-banner-left,
  #hb_menu_page .pj-banner-container .pj-banner-right {
    display: none !important;
  }
  #hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-mleft {
    right: auto;
    left: 0;
  }
  #hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-mright {
    right: 0;
    left: auto;
  }
  #hb_menu_page .pj-banner-container.one-banner .pj-banner-image {
    display: none;
  }
  #hb_menu_page .pj-banner-container.one-banner .pj-banner-preview {
    display: block;
  }
  #hb_menu_page .pj-banner-container.one-banner .pj-banner-modal .pj-banner-window {
    height: auto;
    width: 80vw;
  }
  #hb_menu_page .pj-banner-container.one-banner .pj-banner-elem {
    width: 100%;
    height: auto;
    padding-right: 5px;
  }
  #hb_menu_page .pj-banner-container.one-banner .pj-banner-elem .pj-banner-content {
    position: initial;
  }
  #hb_menu_page .hb-order-block {
    position: fixed;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    top: 0;
    left: 100%;
    background: #ffffff;
    z-index: 110;
    padding: 28px 16px;
    -o-transition: 0.3s linear left;
    -ms-transition: 0.3s linear left;
    -moz-transition: 0.3s linear left;
    -webkit-transition: 0.3s linear left;
    transition: 0.3s linear left;
  }
  #hb_menu_page .hb-order-block .hb-cart-outer .hb-cart-scroll {
    height: calc(100vh - 534px) !important;
  }
  #hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem .hb-cart-xsctrl {
    display: block;
    padding: 14px 20px 0;
  }
  #hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem .hb-cart-xsctrl .hb-control-btns {
    margin: 0;
    padding: 0;
    border: none;
  }
  #hb_menu_page .hb-order-block .hb-order-close {
    margin-bottom: 45px;
    width: 11px;
    height: 17px;
    position: relative;
  }
  #hb_menu_page .hb-order-block .hb-order-close:before, #hb_menu_page .hb-order-block .hb-order-close:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 13px;
    background: #2D5D2A;
  }
  #hb_menu_page .hb-order-block .hb-order-close:before {
    transform-origin: center;
    transform: rotate(-40deg);
    left: 26%;
    top: 31%;
  }
  #hb_menu_page .hb-order-block .hb-order-close:after {
    transform-origin: center;
    transform: rotate(40deg);
    left: 26%;
    top: -13%;
  }
  #hb_menu_page .hb-order-block.open {
    left: 0;
    padding-top: 30px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    height: 100vh !important;
  }
  #hb_menu_page .hb-order-block.hb-list-discount .hb-cart-outer .hb-cart-scroll {
    height: calc(100vh - 554px) !important;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body {
    width: 100vw;
    height: 100%;
    padding: calc(40px + 239px + 20px) 15px calc(env(safe-area-inset-bottom, 60px) + 15px) !important;
    flex-direction: column;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-map-container,
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-choice-container {
    width: 100%;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-choice-container {
    height: 100%;
    padding: 0;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-map-container {
    border-radius: 0 !important;
    height: 239px;
    width: 100%;
    position: absolute;
    padding: 0;
    top: 40px;
    left: 0;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-map-row .hb-location-btn {
    text-align: left;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-filter-input {
    display: none;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block {
    border-radius: 50px !important;
    margin: 0 -10px 0;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block .col {
    padding: 0 0 10px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block button {
    height: 44px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current {
    padding-bottom: 47px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-menu-elem {
    top: -20px;
    right: 20px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-title {
    padding-top: 29px;
    padding-bottom: 32px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close {
    position: absolute;
    top: 10px !important;
    left: 15px !important;
    height: 19px;
    margin: 0 !important;
    width: auto;
    display: block;
    padding-left: 23px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close span {
    display: block;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close:after, #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close:before {
    width: 12px;
    height: 4px;
    top: auto;
    left: 0;
    background: #2D5D2A;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close:before {
    top: 4px;
    transform: rotate(-48deg);
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close:after {
    bottom: 4px;
    transform: rotate(48deg);
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-map-block {
    margin: 0;
    height: 100% !important;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-control {
    padding-top: 60px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-control .hb-button-back {
    margin-top: 16px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-outlet-block {
    min-width: 250px;
    width: 100vw;
    height: 100%;
    padding: 28px 15px 20px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-outlet-block .hb-title {
    padding-top: 0;
    padding-bottom: 5px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-outlet-block .hb-outlet-search {
    margin-bottom: 28px;
    position: relative;
    padding-right: 10px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-outlet-block .hb-outlet-search svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0, -50%);
    fill: rgba(151, 151, 151, 0.5);
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-outlet-block .hb-outlet-search input {
    height: 41px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    padding: 5px 20px 5px 40px;
    width: 100%;
    border: 1px solid rgba(151, 151, 151, 0.5);
    border-radius: 8px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body {
    max-height: 100vh;
    max-height: 100dvh;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block {
    display: flex !important;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block .col {
    padding: 0 10px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-delivery-block .hb-choice-container .wo-modal-control {
    padding-left: 0;
    padding-right: 0;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-outlet-block {
    padding-top: max(env(safe-area-inset-top, 40px), 40px) !important;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-outlet-block .hb-map-container {
    display: none;
  }
  #hb_menu_page .hb-items-block {
    padding-top: 20px;
  }
  #hb_menu_page .hb-items-block .hb-items-add .hb-add-btn {
    display: none !important;
  }
  #hb_menu_page .hb-items-block .hb-items-price {
    display: inline-block;
    padding: 10px 12px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.1);
  }
  #hb_menu_page .hb-items-block .hb-mobilecart-button {
    display: block;
  }
  #hb_menu_page .hb-items-block .hb-title {
    padding-bottom: 0;
  }
  #hb_menu_page .hb-items-block .hb-item-list {
    margin: 0 -5px;
  }
  #hb_menu_page .hb-items-block .hb-item-list > div {
    padding-right: 5px;
    padding-left: 5px;
  }
  #hb_menu_page .hb-items-block .hb-items-elem {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #F6F6F6;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-title2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 6px;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-items-img {
    height: 230px;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-items-img img {
    width: 100%;
    height: auto;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-desc {
    font-size: 16px;
  }
}
@media (max-width: 579px) {
  #hb_menu_page {
    overflow-x: hidden;
  }
  #hb_menu_page .hb-hidden {
    display: none;
  }
  #hb_menu_page .hb-category-anchor .hb-category-container,
  #hb_menu_page .hb-category-anchor .hb-category-invisible {
    padding-left: 15px;
  }
  #hb_menu_page .hb-category-anchor .hb-category-container .hb-category-block,
  #hb_menu_page .hb-category-anchor .hb-category-invisible .hb-category-block {
    width: 100%;
    overflow-x: auto;
    display: flex;
    padding-bottom: 12px;
  }
  #hb_menu_page .hb-category-anchor .hb-category-container .hb-category-block button,
  #hb_menu_page .hb-category-anchor .hb-category-invisible .hb-category-block button {
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    margin-right: 0;
    margin-bottom: 0;
  }
  #hb_menu_page .hb-category-anchor .hb-category-container .hb-category-block button *,
  #hb_menu_page .hb-category-anchor .hb-category-invisible .hb-category-block button * {
    font-size: inherit;
    line-height: inherit;
  }
  #hb_menu_page .wo-filter-anchor .wo-filter-block {
    margin-bottom: 0;
  }
  #hb_menu_page .wo-filter-anchor .wo-filter-block input {
    padding: 0 46px;
  }
  #hb_menu_page .wo-filter-anchor.wo-float {
    margin-top: 62px;
  }
  #hb_menu_page .wo-filter-anchor.wo-float:not(.wo-used) .wo-filter-body {
    padding-top: 64px;
  }
  #hb_menu_page .wo-filter-anchor.wo-float:not(.wo-used) .wo-filter-body .wo-filter-close {
    top: 64px;
  }
  #hb_menu_page .hb-order-block {
    position: fixed;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    top: 0;
    left: 100%;
    background: #ffffff;
    z-index: 110;
    padding: 28px 16px;
    -o-transition: 0.3s linear left;
    -ms-transition: 0.3s linear left;
    -moz-transition: 0.3s linear left;
    -webkit-transition: 0.3s linear left;
    transition: 0.3s linear left;
  }
  #hb_menu_page .hb-order-block .hb-cart-outer .hb-cart-scroll {
    height: calc(100vh - 534px) !important;
  }
  #hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem .hb-cart-xsctrl {
    display: block;
    padding: 14px 20px 0;
  }
  #hb_menu_page .hb-order-block .hb-cart-list .hb-cart-elem .hb-cart-xsctrl .hb-control-btns {
    margin: 0;
    padding: 0;
    border: none;
  }
  #hb_menu_page .hb-order-block .hb-order-close {
    margin-bottom: 45px;
    width: 11px;
    height: 17px;
    position: relative;
  }
  #hb_menu_page .hb-order-block .hb-order-close:before, #hb_menu_page .hb-order-block .hb-order-close:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 13px;
    background: #2D5D2A;
  }
  #hb_menu_page .hb-order-block .hb-order-close:before {
    transform-origin: center;
    transform: rotate(-40deg);
    left: 26%;
    top: 31%;
  }
  #hb_menu_page .hb-order-block .hb-order-close:after {
    transform-origin: center;
    transform: rotate(40deg);
    left: 26%;
    top: -13%;
  }
  #hb_menu_page .hb-order-block.open {
    left: 0;
    padding-top: 30px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    height: 100vh !important;
  }
  #hb_menu_page .hb-order-block.hb-list-discount .hb-cart-outer .hb-cart-scroll {
    height: calc(100vh - 554px) !important;
  }
  #hb_menu_page .hb-main-container {
    padding-bottom: 40px;
  }
  #hb_menu_page .hb-main-container .hb-menu-container {
    min-height: 60vh;
  }
  #hb_menu_page .pj-banner-container {
    padding: 24px 0 0;
  }
  #hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window {
    width: 100%;
    height: 100%;
  }
  #hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-mleft,
  #hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-mright {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    right: auto;
    left: auto;
  }
  #hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-mleft {
    left: 65px;
  }
  #hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-mright {
    right: 65px;
  }
  #hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-close {
    width: 30px;
    height: 30px;
  }
  #hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-close:after, #hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window .pj-banner-close:before {
    width: 14px;
  }
  #hb_menu_page .pj-banner-container .pj-banner-modal .pj-banner-window img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #hb_menu_page .pj-banner-container .pj-banner-outer {
    overflow-x: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  #hb_menu_page .pj-banner-container .pj-banner-outer .pj-banner-elem {
    width: 130px;
    height: 144px;
  }
  #hb_menu_page .pj-banner-container .pj-banner-outer .pj-banner-elem .pj-banner-content {
    left: 5px;
    right: 5px;
  }
  #hb_menu_page .pj-banner-container .pj-banner-outer .pj-banner-elem .pj-banner-form {
    display: none;
  }
  #hb_menu_page .pj-banner-container .pj-banner-left,
  #hb_menu_page .pj-banner-container .pj-banner-right {
    display: none !important;
  }
  #hb_menu_page .pj-banner-container.one-banner .pj-banner-image {
    display: none;
  }
  #hb_menu_page .pj-banner-container.one-banner .pj-banner-preview {
    display: block;
  }
  #hb_menu_page .pj-banner-container.one-banner .pj-banner-modal .pj-banner-window {
    height: auto;
    width: 100vw;
  }
  #hb_menu_page .pj-banner-container.one-banner .pj-banner-elem {
    width: 100%;
    height: auto;
    padding-right: 5px;
  }
  #hb_menu_page .pj-banner-container.one-banner .pj-banner-elem .pj-banner-content {
    position: initial;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body {
    width: 100vw;
    height: 100%;
    padding: calc(40px + 239px + 20px) 15px calc(env(safe-area-inset-bottom, 60px) + 15px) !important;
    flex-direction: column;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-map-container,
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-choice-container {
    width: 100%;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-choice-container {
    height: 100%;
    padding: 0;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-map-container {
    border-radius: 0 !important;
    height: 239px;
    width: 100%;
    position: absolute;
    padding: 0;
    top: 40px;
    left: 0;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-map-row .hb-location-btn {
    text-align: left;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-filter-input {
    display: none;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block {
    border-radius: 50px !important;
    margin: 0 -10px 0;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block .col {
    padding: 0 0 10px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block button {
    height: 44px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current {
    padding-bottom: 47px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-menu-elem {
    top: -20px;
    right: 20px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-outlet-current .hb-title {
    padding-top: 29px;
    padding-bottom: 32px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close {
    position: absolute;
    top: 10px !important;
    left: 15px !important;
    height: 19px;
    margin: 0 !important;
    width: auto;
    display: block;
    padding-left: 23px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close span {
    display: block;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close:after, #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close:before {
    width: 12px;
    height: 4px;
    top: auto;
    left: 0;
    background: #2D5D2A;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close:before {
    top: 4px;
    transform: rotate(-48deg);
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-close:after {
    bottom: 4px;
    transform: rotate(48deg);
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-map-block {
    margin: 0;
    height: 100% !important;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-control {
    padding-top: 60px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .wo-modal-control .hb-button-back {
    margin-top: 16px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-outlet-block {
    min-width: 250px;
    width: 100vw;
    height: 100%;
    padding: 28px 15px 20px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-outlet-block .hb-title {
    padding-top: 0;
    padding-bottom: 5px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-outlet-block .hb-outlet-search {
    margin-bottom: 28px;
    position: relative;
    padding-right: 10px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-outlet-block .hb-outlet-search svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0, -50%);
    fill: rgba(151, 151, 151, 0.5);
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-outlet-block .hb-outlet-search input {
    height: 41px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    padding: 5px 20px 5px 40px;
    width: 100%;
    border: 1px solid rgba(151, 151, 151, 0.5);
    border-radius: 8px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body {
    max-height: 100vh;
    max-height: 100dvh;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block {
    margin-bottom: 0;
    margin-left: -2px;
    margin-right: -2px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block .col {
    padding: 0 2px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block button {
    height: 30px;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body .hb-switch-block button svg {
    display: none;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-delivery-block .hb-choice-container .wo-modal-control {
    padding-left: 0;
    padding-right: 0;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-outlet-block {
    padding-top: max(env(safe-area-inset-top, 40px), 40px) !important;
  }
  #hb_menu_page .hb-modal-map .wo-modal-body.hb-outlet-block .hb-map-container {
    display: none;
  }
  #hb_menu_page .hb-items-block {
    padding-top: 20px;
  }
  #hb_menu_page .hb-items-block .hb-items-add .hb-add-btn {
    display: none !important;
  }
  #hb_menu_page .hb-items-block .hb-item-list > div:nth-child(odd) {
    padding-right: 5px;
  }
  #hb_menu_page .hb-items-block .hb-item-list > div:nth-child(even) {
    padding-left: 5px;
  }
  #hb_menu_page .hb-items-block .hb-mobilecart-button {
    display: block;
  }
  #hb_menu_page .hb-items-block .hb-title {
    padding-bottom: 0;
  }
  #hb_menu_page .hb-items-block .hb-items-elem {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #F6F6F6;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-items-price {
    display: inline-block;
    padding: 10px 12px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.1);
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-items-img {
    height: 230px;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-items-img img {
    width: 100%;
    height: auto;
  }
  #hb_menu_page .hb-items-block .hb-items-elem .hb-desc {
    font-size: 16px;
  }
}
.modal_grid {
  display: grid;
  grid-template-rows: min-content 1fr min-content;
  height: 100%; /* Full height inside the modal */
  gap: 8px; /* Adjust as needed */
}

.modal_grid .header {
  display: flex; /* Use flex for elements inside */
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.modal_grid .header .hb-map-row, .modal_grid .header input {
  width: 100%;
}
.modal_grid .header .hb-switch-block {
  width: 100%;
}

.modal_grid .list {
  overflow: auto; /* Enables scrolling */
  position: relative; /* Needed for baron scrollbar */
  min-height: 100%;
}

.modal_grid .footer {
  /* display: none; */ /* Hidden by default */
  justify-content: center;
}
.modal_grid .footer button {
  width: 100%;
}

/* Show the footer when an item is selected */
/*
@media (max-height: 719px) and (min-width: 1200px),
        (max-height: 589px) and (max-width: 1199px) {
  #hb_menu_page .hb-order-block {
    .hb-order-wrapper-for-type-and-location {
      display: flex;
      width: 100%;
      flex-direction: row;
      gap: 8px; 

      .hb-order-type {
        flex: 0 0 auto;
        max-width: 60%;

        .hb-title{
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }
      }

      .hb-order-location {
        flex: 1;
        overflow: hidden;

        .hb-title{
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }
      }
    }

    .hb-cart-list {
      padding: 0 5px 8px 0;
      margin-bottom: 8px !important;
    }

    .hb-order-promo {
      padding-bottom: 8px;

      p {
        margin-bottom: 4px;
      }

      .flex-container {
        gap: 8px;
      }
    }

    .hb-order-type,
    .hb-order-location {
      padding-bottom: 8px;
    }
  }
}*/

/*# sourceMappingURL=menu.css.map */
