.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");
}
.pj-header-block .pj-head-login .pj-login-logined .pj-login-list p {
  display: none;
}
.pj-header-block .pj-head-login .pj-login-logined .pj-login-list .pj-login-exit {
  padding: 0;
}
.pj-header-block .pj-head-login .pj-login-logined .pj-login-list .pj-login-exit p {
  display: inline-block;
}

.wo-order-created-block .hb-modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  position: relative;
  padding-left: 30px;
}
.wo-order-created-block .hb-modal-title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/images/icons/ok_message.svg");
  background-size: 100% 100%;
}
.wo-order-created-block .hb-modal-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
}
.wo-order-created-block .hb-modal-content p b {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  padding: 0 0 18px;
  display: inline-block;
}
.wo-order-created-block .hb-modal-content p b span {
  color: #457CE7;
}

#hb_profile_page .hb-main-container {
  min-height: calc(100vh - 80px - 200px);
}
#hb_profile_page .hb-main-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
#hb_profile_page .hb-back-block {
  padding-bottom: 34px;
}
#hb_profile_page .hb-back-block p {
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  position: relative;
  color: #000000;
}
#hb_profile_page .hb-back-block p a {
  padding-left: 33px;
}
#hb_profile_page .hb-back-block p a:before, #hb_profile_page .hb-back-block p a:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
  -o-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
#hb_profile_page .hb-back-block p a:before {
  width: 8px;
  height: 8px;
  border-left: solid 1px #000000;
  border-bottom: solid 1px #000000;
  transform: translate(0, -50%) rotate(45deg);
}
#hb_profile_page .hb-back-block p a:after {
  width: 15px;
  height: 1px;
  background: #000000;
}
#hb_profile_page .hb-back-block p a:hover:before, #hb_profile_page .hb-back-block p a:hover:after {
  left: 0;
}
#hb_profile_page .hb-tabs-col {
  padding-right: 130px;
}
#hb_profile_page .hb-tabs-control {
  display: flex;
  flex-direction: row;
  justify-content: left;
}
#hb_profile_page .hb-tabs-control .hb-control-elem {
  padding: 0 4px 0;
  cursor: pointer;
}
#hb_profile_page .hb-tabs-control .hb-control-elem p {
  padding: 16px 28px 20px;
  border-bottom: solid 4px rgba(0, 0, 0, 0);
  color: #72747A;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 14px;
  -o-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
#hb_profile_page .hb-tabs-control .hb-control-elem:hover p {
  color: #000000;
  border-bottom-color: #2D5D2A;
}
#hb_profile_page .hb-tabs-control .hb-control-elem.active p {
  color: #2D5D2A;
  border-bottom-color: #2D5D2A;
}
#hb_profile_page .hb-tabs-control .hb-control-elem:first-child {
  padding-left: 0;
  padding-right: 20px;
}
#hb_profile_page .hb-tabs-control .hb-control-elem:first-child p {
  padding-left: 0;
  padding-right: 0;
}
#hb_profile_page .hb-tab-orders {
  padding-top: 24px;
}
#hb_profile_page .hb-tab-orders .hb-order-empty {
  padding-top: 64px;
}
#hb_profile_page .hb-tab-orders .hb-order-empty p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
#hb_profile_page .hb-tab-orders .hb-order-empty .hb-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}
#hb_profile_page .hb-order-elem {
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  margin-top: 32px;
}
#hb_profile_page .hb-order-elem .hb-order-status {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #2D5D2A;
  padding-bottom: 20px;
}
#hb_profile_page .hb-order-elem .hb-order-status.hb-order-error {
  color: #EF4348;
}
#hb_profile_page .hb-order-elem .hb-order-head {
  position: relative;
}
#hb_profile_page .hb-order-elem .hb-order-head .hb-order-total,
#hb_profile_page .hb-order-elem .hb-order-head .hb-order-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
}
#hb_profile_page .hb-order-elem .hb-order-head .hb-order-id {
  color: #2D5D2A;
}
#hb_profile_page .hb-order-elem .hb-order-head .hb-order-total {
  position: absolute;
  top: 0;
  right: 0;
}
#hb_profile_page .hb-order-elem .hb-order-address {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  padding-top: 15px;
}
#hb_profile_page .hb-order-elem .hb-order-address svg {
  transform: rotate(-44deg);
  position: relative;
  top: -3px;
  height: 20px;
  fill: #2D5D2A;
}
#hb_profile_page .hb-order-elem .hb-order-address:after {
  all: unset !important;
  content: none !important;
}
#hb_profile_page .hb-order-elem .hb-order-more {
  color: #2D5D2A;
  text-align: right;
  padding-right: 28px;
  position: relative;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-top: 11px;
}
#hb_profile_page .hb-order-elem .hb-order-more:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 9px;
  height: 9px;
  border-left: solid 1px #2D5D2A;
  border-bottom: solid 1px #2D5D2A;
  transform: rotate(-45deg);
  -o-transition: 0.3s linear transform;
  -ms-transition: 0.3s linear transform;
  -moz-transition: 0.3s linear transform;
  -webkit-transition: 0.3s linear transform;
  transition: 0.3s linear transform;
}
#hb_profile_page .hb-order-elem .hb-order-data {
  overflow: hidden;
  max-height: 0;
  -o-transition: 0.7s linear max-height;
  -ms-transition: 0.7s linear max-height;
  -moz-transition: 0.7s linear max-height;
  -webkit-transition: 0.7s linear max-height;
  transition: 0.7s linear max-height;
}
#hb_profile_page .hb-order-elem .hb-order-data hr {
  border-color: #DEDEDE;
  margin-top: 24px;
  margin-bottom: 15px;
}
#hb_profile_page .hb-order-elem .hb-order-items {
  padding-bottom: 0;
}
#hb_profile_page .hb-order-elem .hb-item-elem {
  padding-bottom: 15px;
}
#hb_profile_page .hb-order-elem .hb-item-elem .hb-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 4px;
}
#hb_profile_page .hb-order-elem .hb-item-elem .hb-item-title span {
  color: #2D5D2A;
}
#hb_profile_page .hb-order-elem .hb-mod-elem .hb-mod-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}
#hb_profile_page .hb-order-elem .hb-order-track {
  position: relative;
  height: 40px;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
#hb_profile_page .hb-order-elem .hb-order-track:after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  background: rgba(151, 151, 151, 0.5);
}
#hb_profile_page .hb-order-elem .hb-order-track .hb-track-elem-segments {
  position: absolute;
  display: flex;
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  z-index: 1;
  justify-content: space-between;
}
#hb_profile_page .hb-order-elem .hb-order-track .hb-track-elem-segments .hb-track-elem-segment-container {
  width: 100%;
  height: 10px;
}
#hb_profile_page .hb-order-elem .hb-order-track .hb-track-elem-segments .hb-track-elem-segment-container .hb-track-elem-segment-highlight {
  display: none;
  height: 2px;
  flex: 1;
}
#hb_profile_page .hb-order-elem .hb-order-track .hb-track-elem {
  padding: 0 6px;
  background: #ffffff;
  z-index: 2;
  top: 0;
  /* &:nth-child(2){
     left: calc(100%/3 - 26px);
   }

   &:nth-child(3){
     left: calc(2*100%/3 - 26px);
   }
     */
}
#hb_profile_page .hb-order-elem .hb-order-track .hb-track-elem:nth-child(1) {
  padding-left: 0;
}
#hb_profile_page .hb-order-elem .hb-order-track .hb-track-elem:nth-child(4) {
  padding-right: 0;
}
#hb_profile_page .hb-order-elem .hb-order-track svg {
  height: 40px;
}
#hb_profile_page .hb-order-elem .hb-order-track svg.hb-track-active {
  fill: #2D5D2A;
}
#hb_profile_page .hb-order-elem .hb-order-track:not(.stage2):not(.stage3):not(.stage4) .hb-track-active {
  display: none;
}
#hb_profile_page .hb-order-elem .hb-order-track:not(.stage2):not(.stage3):not(.stage4) .hb-track-elem:nth-child(1) .hb-track-active {
  display: block;
}
#hb_profile_page .hb-order-elem .hb-order-track.stage2 .hb-track-elem:nth-child(2) .hb-track-unactive {
  display: none;
}
#hb_profile_page .hb-order-elem .hb-order-track.stage2 .hb-track-elem:nth-child(2) .hb-track-active {
  display: block;
}
#hb_profile_page .hb-order-elem .hb-order-track.stage2 .hb-track-elem:nth-child(3) .hb-track-active,
#hb_profile_page .hb-order-elem .hb-order-track.stage2 .hb-track-elem:nth-child(4) .hb-track-active {
  display: none;
}
#hb_profile_page .hb-order-elem .hb-order-track.stage2 .hb-track-elem-segments .hb-track-elem-segment-container:nth-child(1) .hb-track-elem-segment-highlight {
  display: block;
}
#hb_profile_page .hb-order-elem .hb-order-track.stage3 .hb-track-elem:nth-child(3) .hb-track-unactive,
#hb_profile_page .hb-order-elem .hb-order-track.stage3 .hb-track-elem:nth-child(2) .hb-track-unactive {
  display: none;
}
#hb_profile_page .hb-order-elem .hb-order-track.stage3 .hb-track-elem:nth-child(3) .hb-track-active,
#hb_profile_page .hb-order-elem .hb-order-track.stage3 .hb-track-elem:nth-child(2) .hb-track-active {
  display: block;
}
#hb_profile_page .hb-order-elem .hb-order-track.stage3 .hb-track-elem:nth-child(4) .hb-track-active {
  display: none;
}
#hb_profile_page .hb-order-elem .hb-order-track.stage3 .hb-track-elem-segments .hb-track-elem-segment-container:nth-child(1) .hb-track-elem-segment-highlight, #hb_profile_page .hb-order-elem .hb-order-track.stage3 .hb-track-elem-segments .hb-track-elem-segment-container:nth-child(2) .hb-track-elem-segment-highlight {
  display: block;
}
#hb_profile_page .hb-order-elem .hb-order-track.stage4 .hb-track-elem:nth-child(4) .hb-track-unactive,
#hb_profile_page .hb-order-elem .hb-order-track.stage4 .hb-track-elem:nth-child(3) .hb-track-unactive,
#hb_profile_page .hb-order-elem .hb-order-track.stage4 .hb-track-elem:nth-child(2) .hb-track-unactive {
  display: none;
}
#hb_profile_page .hb-order-elem .hb-order-track.stage4 .hb-track-elem:nth-child(4) .hb-track-active,
#hb_profile_page .hb-order-elem .hb-order-track.stage4 .hb-track-elem:nth-child(3) .hb-track-active,
#hb_profile_page .hb-order-elem .hb-order-track.stage4 .hb-track-elem:nth-child(2) .hb-track-active {
  display: block;
}
#hb_profile_page .hb-order-elem .hb-order-track.stage4 .hb-track-elem-segments .hb-track-elem-segment-container:nth-child(1) .hb-track-elem-segment-highlight, #hb_profile_page .hb-order-elem .hb-order-track.stage4 .hb-track-elem-segments .hb-track-elem-segment-container:nth-child(2) .hb-track-elem-segment-highlight, #hb_profile_page .hb-order-elem .hb-order-track.stage4 .hb-track-elem-segments .hb-track-elem-segment-container:nth-child(3) .hb-track-elem-segment-highlight {
  display: block;
}
#hb_profile_page .hb-order-elem .hb-order-outlet {
  padding-top: 10px;
}
#hb_profile_page .hb-order-elem .hb-order-outlet a {
  text-decoration: none;
  color: #000000;
}
#hb_profile_page .hb-order-elem .hb-order-outlet .hb-order-link {
  margin-top: 11px;
  width: 100%;
  display: block;
  background: #ffffff;
  border: 2px solid #2D5D2A;
  border-radius: 8px;
  color: #2D5D2A;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
#hb_profile_page .hb-order-elem .hb-order-outlet .hb-order-link:hover {
  border-color: #03422E;
  color: #03422E;
}
#hb_profile_page .hb-order-elem .hb-order-outlet div {
  position: relative;
  display: inline-block;
}
#hb_profile_page .hb-order-elem .hb-order-outlet div p {
  display: inline;
  padding-right: 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}
#hb_profile_page .hb-order-elem .hb-order-outlet div svg {
  display: inline;
  height: 21px;
  fill: #2D5D2A;
  margin-right: 5px;
}
#hb_profile_page .hb-order-elem .hb-order-outlet div svg.hb-rotate {
  position: relative;
  transform: rotate(-45deg);
  top: -4px;
}
#hb_profile_page .hb-order-elem.active .hb-order-more:after {
  transform: rotate(135deg);
}
#hb_profile_page .hb-order-elem.active .hb-order-data {
  max-height: 1600px;
}
#hb_profile_page .hb-tab-user .hb-user-head {
  display: flex;
  flex-direction: row;
  justify-content: left;
  position: relative;
  padding-top: 71px;
  padding-bottom: 10px;
}
#hb_profile_page .hb-tab-user .hb-user-head .hb-user-balance .hb-profile-title,
#hb_profile_page .hb-tab-user .hb-user-head .hb-user-id .hb-profile-title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #72747A;
  display: inline-block;
}
#hb_profile_page .hb-tab-user .hb-user-head .hb-user-balance .hb-nums-text,
#hb_profile_page .hb-tab-user .hb-user-head .hb-user-id .hb-nums-text {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  padding-left: 10px;
}
#hb_profile_page .hb-tab-user .hb-user-head .hb-user-balance .hb-nums-text svg,
#hb_profile_page .hb-tab-user .hb-user-head .hb-user-id .hb-nums-text svg {
  height: 21px;
  top: -2px;
  position: relative;
}
#hb_profile_page .hb-tab-user .hb-user-head .hb-user-balance {
  padding-left: 50px;
}
#hb_profile_page .hb-tab-user .hb-profile-input {
  padding-top: 30px;
}
#hb_profile_page .hb-tab-user .hb-profile-input .hb-profile-title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #72747A;
  padding-bottom: 8px;
}
#hb_profile_page .hb-tab-user .hb-profile-input input {
  border: 1px solid #DEDEDE;
  padding: 13px 8px;
  border-radius: 8px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}
#hb_profile_page .hb-tab-user .hb-profile-input.error input {
  border-color: #EF4348;
}
#hb_profile_page .hb-tab-user .hb-profile-control {
  margin-top: 32px;
  position: relative;
  z-index: 10;
}
#hb_profile_page .hb-tab-user .hb-profile-control .hb-order-locked {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0;
}
#hb_profile_page .hb-tab-user .hb-profile-control .hb-order-locked div {
  background: #ffffff;
  padding: 18px;
  max-width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0 auto 5px;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
}
#hb_profile_page .hb-tab-user .hb-profile-control .hb-order-locked div:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border: 5px solid transparent;
  border-top: solid 5px #ffffff;
}
#hb_profile_page .hb-tab-user .hb-profile-control button {
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
  padding: 24px;
  border-radius: 8px;
}
#hb_profile_page .hb-tab-user .hb-profile-control.deactive:hover .hb-order-locked {
  display: block;
}
#hb_profile_page .hb-tab-user .hb-profile-control.deactive button {
  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;
}
#hb_profile_page .hb-tab-cards {
  margin-right: -45px;
  padding-top: 66px;
}
#hb_profile_page .hb-tab-cards .hb-card-elem {
  display: inline-block;
  width: 369px;
  height: 120px;
  margin-right: 44px;
  margin-bottom: 44px;
  border: 1px solid #D7D9D9;
  border-radius: 16px;
  background: #ffffff;
  position: relative;
}
#hb_profile_page .hb-tab-cards .hb-card-elem p {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 72px;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
}
#hb_profile_page .hb-tab-cards .hb-card-elem .hb-card-brand {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translate(-50%, -50%);
}
#hb_profile_page .hb-tab-cards .hb-card-elem .hb-card-brand svg {
  width: 32px;
  height: 24px;
  fill: #2D5D2A;
}
#hb_profile_page .hb-tab-cards .hb-card-elem .hb-card-del {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 26px;
  cursor: pointer;
}
#hb_profile_page .hb-tab-cards .hb-card-elem .hb-card-del svg {
  width: 20px;
  height: 20px;
  fill: #2D5D2A;
}
#hb_profile_page .hb-email-col {
  padding-left: 100px;
  text-align: right;
}
#hb_profile_page .hb-email-block {
  background: #2D5D2A;
  border-radius: 24px;
  padding: 40px 35px 38px 44px;
  max-width: 471px;
  display: inline-block;
  text-align: left;
}
#hb_profile_page .hb-email-block input {
  outline: none !important;
  display: block;
  width: 100%;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  padding: 9px 20px;
  margin-bottom: 15px;
  margin-top: 24px;
  border: none;
}
#hb_profile_page .hb-email-block .hb-email-control {
  padding-top: 20px;
}
#hb_profile_page .hb-email-block p {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
  padding-bottom: 10px;
}
#hb_profile_page .hb-email-block .hb-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  position: relative;
  padding-left: 40px;
}
#hb_profile_page .hb-email-block .hb-desc svg {
  fill: #ffffff;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#hb_profile_page .hb-email-block .kit-padding-bottom {
  padding-bottom: 30px;
}
#hb_profile_page .hb-banner-block {
  border-radius: 24px;
  background: #2D5D2A url("/images/1499/mobile_app_banner.png");
  background-size: cover;
  background-position: 50% 50%;
  height: 815px;
  padding: 40px 64px;
  text-align: left;
}
#hb_profile_page .hb-banner-block .hb-banner-text {
  padding-bottom: 38px;
}
#hb_profile_page .hb-banner-block .hb-banner-text p {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
}
#hb_profile_page .hb-banner-block .hb-banner-text .hb-title {
  font-style: normal;
  font-weight: 700;
  font-size: 78px;
  line-height: 100%;
  padding-bottom: 10px;
}
#hb_profile_page .hb-banner-block .hb-banner-download {
  position: relative;
  padding-left: 193px;
  padding-top: 7px;
}
#hb_profile_page .hb-banner-block .hb-banner-download img {
  width: 168px;
  position: absolute;
  top: 0;
  left: 0;
}
#hb_profile_page .hb-banner-block .hb-banner-download p {
  font-style: normal;
  font-weight: 700;
  font-size: 31.8166px;
  line-height: 106.2%;
  color: #ffffff;
  padding-bottom: 16px;
}
#hb_profile_page .hb-banner-block .hb-banner-download .hb-banner-btn {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 106.2%;
  background: #000000;
  padding: 7px 15px;
  border-radius: 25px;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 17px;
}
#hb_profile_page .hb-banner-block .hb-banner-download .hb-banner-svg {
  border-radius: 50%;
  background: #000000;
  height: 49px;
  width: 49px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
#hb_profile_page .hb-banner-block .hb-banner-download .hb-banner-svg svg {
  height: 27px;
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#hb_profile_page .hb-banner-block.hb-banner-click {
  cursor: pointer;
}
#hb_profile_page .hb-profile-subscription {
  display: none;
  padding-top: 30px;
}
#hb_profile_page .hb-profile-subscription .hb-title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #72747A;
  padding-bottom: 16px;
}
#hb_profile_page .hb-profile-subscription .hb-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  padding-bottom: 16px;
}
#hb_profile_page .hb-profile-subscription .hb-subscription-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#hb_profile_page .hb-profile-subscription .hb-subscription-flex .hb-subscription-elem {
  position: relative;
  z-index: 1;
}
#hb_profile_page .hb-profile-subscription .hb-subscription-flex .hb-subscription-elem .hb-subscription-popover {
  position: absolute;
  background: #F5E8DC;
  padding: 10px 20px;
  margin-top: 0;
  max-width: 300px;
  top: 100%;
  border-radius: 10px;
  z-index: 5;
}
#hb_profile_page .hb-profile-subscription .hb-subscription-flex .hb-subscription-elem .hb-subscription-popover p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}
#hb_profile_page .hb-profile-subscription .hb-subscription-flex .hb-subscription-elem .hb-subscription-popover p a {
  text-decoration: underline;
  color: inherit;
}
#hb_profile_page .hb-profile-subscription .hb-subscription-flex .hb-subscription-elem:nth-child(1) {
  z-index: 5;
}
#hb_profile_page .hb-profile-subscription .hb-subscription-flex .hb-subscription-elem:nth-child(2) {
  z-index: 4;
}
#hb_profile_page .hb-profile-subscription .hb-subscription-flex .hb-subscription-elem:nth-child(3) {
  z-index: 3;
}
#hb_profile_page .hb-profile-subscription .hb-subscription-flex .hb-subscription-elem:nth-child(4) {
  z-index: 2;
}
#hb_profile_page .hb-profile-subscription .hb-subscription-flex .hb-subscription-elem:nth-child(5) {
  z-index: 1;
}
#hb_profile_page .hb-profile-subscription .hb-subscription-flex input {
  height: 22px;
  width: 22px;
  position: relative;
  bottom: -2px;
  margin-right: 10px;
  border-radius: 50%;
}
#hb_profile_page .hb-profile-subscription .hb-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;
}
#hb_profile_page .hb-profile-subscription .hb-subscription-flex input:checked:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border: 2px solid #2D5D2A;
  border-left: none;
  border-top: none;
  height: 10px;
  width: 6px;
  transform: translate(-50%, -50%) rotate(60deg);
}
#hb_profile_page .hb-profile-subscription .hb-subscription-flex label {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}
#hb_profile_page .hb-profile-subscription .hb-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;
}
#hb_profile_page .modal-one-string .wo-modal-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#hb_profile_page .modal-one-string .wo-modal-body .wo-modal-close {
  display: none;
}
#hb_profile_page .modal-one-string .wo-modal-body .hb-modal-content {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
}
#hb_profile_page .modal-one-string .wo-modal-body .hb-modal-content * {
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
#hb_profile_page .modal-one-string .wo-modal-body .wo-modal-control {
  padding-top: 0;
}
#hb_profile_page .modal-one-string .wo-modal-body .wo-modal-control .wo-modal-rightbtn {
  text-align: left !important;
}
#hb_profile_page .modal-one-string .wo-modal-body .wo-modal-control div:not(.wo-modal-rightbtn) {
  display: none;
}
#hb_profile_page.pj-text-right .hb-tab-user .hb-user-head {
  justify-content: right;
}
#hb_profile_page.pj-text-right .hb-tab-user .hb-user-head .hb-user-id,
#hb_profile_page.pj-text-right .hb-tab-user .hb-user-head .hb-user-balance {
  display: flex;
  justify-content: right;
}
#hb_profile_page.pj-text-right .hb-tab-user .hb-user-head .hb-user-id .hb-nums-text,
#hb_profile_page.pj-text-right .hb-tab-user .hb-user-head .hb-user-balance .hb-nums-text {
  padding-left: 0;
  padding-right: 10px;
  display: flex;
  justify-content: right;
}
#hb_profile_page.pj-text-right .hb-tab-user .hb-user-head .hb-user-balance {
  padding-left: 0;
  padding-right: 50px;
}
#hb_profile_page.pj-text-right .hb-tab-user .hb-profile-control button {
  text-align: center !important;
}
#hb_profile_page.pj-text-right .hb-order-elem .hb-order-address {
  display: flex;
  justify-content: right;
}
#hb_profile_page.pj-text-right .hb-order-elem .hb-order-track .hb-track-elem:nth-child(1) {
  right: 0;
  left: auto;
}
#hb_profile_page.pj-text-right .hb-order-elem .hb-order-track .hb-track-elem:nth-child(2) {
  left: calc(66.6666666667% - 26px);
}
#hb_profile_page.pj-text-right .hb-order-elem .hb-order-track .hb-track-elem:nth-child(3) {
  left: calc(33.3333333333% - 26px);
}
#hb_profile_page.pj-text-right .hb-order-elem .hb-order-track .hb-track-elem:nth-child(4) {
  right: auto;
  left: 0;
}
#hb_profile_page.pj-text-right .hb-order-elem .hb-order-head .hb-order-total {
  right: auto;
  left: 0;
}
#hb_profile_page.pj-text-right .hb-tabs-col {
  padding-right: 15px;
  padding-left: 130px;
}
#hb_profile_page.pj-text-right .hb-email-col {
  padding-left: 15px;
  padding-right: 100px;
}
#hb_profile_page.pj-text-right .hb-tabs-control {
  justify-content: right;
}
#hb_profile_page.pj-text-right .hb-back-block p a {
  padding-left: 0;
  padding-right: 33px;
}
#hb_profile_page.pj-text-right .hb-back-block p a:before, #hb_profile_page.pj-text-right .hb-back-block p a:after {
  left: auto;
  right: 8px;
}
#hb_profile_page.pj-text-right .hb-back-block p a:before {
  transform: translate(0, -50%) rotate(-135deg);
}
#hb_profile_page.pj-text-right .hb-back-block p a:hover:before, #hb_profile_page.pj-text-right .hb-back-block p a:hover:after {
  left: auto;
  right: 0;
}

@media (max-width: 1599px) and (min-width: 1200px) {
  #hb_profile_page .hb-profile-subscription .hb-desc,
  #hb_profile_page .hb-profile-subscription .hb-title {
    font-size: 14px;
  }
  #hb_profile_page .hb-profile-subscription .hb-subscription-flex {
    flex-direction: column;
  }
  #hb_profile_page .hb-profile-subscription .hb-subscription-flex p, #hb_profile_page .hb-profile-subscription .hb-subscription-flex label {
    font-size: 14px;
  }
  #hb_profile_page .hb-back-block {
    padding-bottom: 30px;
  }
  #hb_profile_page .hb-main-container {
    margin-top: 30px;
  }
  #hb_profile_page .hb-tabs-col {
    padding-right: 16px;
    flex: 0 0 63%;
    max-width: 63%;
  }
  #hb_profile_page .hb-tab-cards .hb-card-elem {
    width: 297px;
    height: 100px;
  }
  #hb_profile_page .hb-tab-cards .hb-card-elem p {
    width: 170px;
    font-size: 21px;
    line-height: 21px;
  }
  #hb_profile_page .hb-tab-orders {
    padding-top: 21px;
  }
  #hb_profile_page .hb-order-elem {
    margin-top: 20px;
  }
  #hb_profile_page .hb-order-elem .hb-order-status {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
  }
  #hb_profile_page .hb-order-elem .hb-order-head .hb-order-total,
  #hb_profile_page .hb-order-elem .hb-order-head .hb-order-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
  }
  #hb_profile_page .hb-order-elem .hb-order-more {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    padding-right: 22px;
    margin-top: 16px;
  }
  #hb_profile_page .hb-order-elem .hb-order-more:after {
    top: 6px;
    width: 8px;
    height: 8px;
  }
  #hb_profile_page .hb-order-elem .hb-order-address {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
  }
  #hb_profile_page .hb-order-elem .hb-order-address svg {
    height: 14px;
    margin-right: 10px;
  }
  #hb_profile_page .hb-order-elem .hb-item-elem .hb-item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 5px;
  }
  #hb_profile_page .hb-order-elem .hb-mod-elem {
    padding-bottom: 5px;
  }
  #hb_profile_page .hb-order-elem .hb-mod-elem .hb-mod-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
  }
  #hb_profile_page .hb-tab-user .hb-user-head {
    padding-top: 37px;
  }
  #hb_profile_page .hb-tab-user .hb-user-head .hb-user-balance .hb-profile-title,
  #hb_profile_page .hb-tab-user .hb-user-head .hb-user-id .hb-profile-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
  }
  #hb_profile_page .hb-tab-user .hb-user-head .hb-user-balance .hb-nums-text,
  #hb_profile_page .hb-tab-user .hb-user-head .hb-user-id .hb-nums-text {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
  }
  #hb_profile_page .hb-tab-user .hb-user-head .hb-user-balance .hb-nums-text svg,
  #hb_profile_page .hb-tab-user .hb-user-head .hb-user-id .hb-nums-text svg {
    height: 17px;
  }
  #hb_profile_page .hb-tab-user .hb-profile-input .hb-profile-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
  }
  #hb_profile_page .hb-tab-user .hb-profile-input input {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding: 13px 8px;
  }
  #hb_profile_page .hb-email-col {
    padding-left: 50px;
    flex: 0 0 37%;
    max-width: 37%;
  }
  #hb_profile_page .hb-banner-block {
    padding: 27px 42px;
    height: 548px;
  }
  #hb_profile_page .hb-banner-block .hb-banner-text {
    padding-bottom: 25px;
  }
  #hb_profile_page .hb-banner-block .hb-banner-text p {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
  }
  #hb_profile_page .hb-banner-block .hb-banner-text .hb-title {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 100%;
    padding-bottom: 6px;
  }
  #hb_profile_page .hb-banner-block .hb-banner-download {
    padding-left: 123px;
    padding-top: 5px;
  }
  #hb_profile_page .hb-banner-block .hb-banner-download img {
    width: 112px;
  }
  #hb_profile_page .hb-banner-block .hb-banner-download p {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 106.2%;
    padding-bottom: 11px;
  }
  #hb_profile_page .hb-banner-block .hb-banner-download .hb-banner-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 106.2%;
    padding: 7px 10px;
    margin-bottom: 11px;
  }
  #hb_profile_page .hb-banner-block .hb-banner-download .hb-banner-svg {
    height: 32px;
    width: 32px;
    margin-right: 7px;
  }
  #hb_profile_page .hb-banner-block .hb-banner-download .hb-banner-svg svg {
    height: 17px;
  }
  #hb_profile_page .hb-email-block {
    padding: 34px 26px;
  }
  #hb_profile_page .hb-email-block p {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
  }
  #hb_profile_page .hb-email-block p svg {
    height: 25px;
  }
  #hb_profile_page .hb-email-block .kit-padding-bottom {
    padding-bottom: 15px;
  }
  #hb_profile_page .hb-email-block input {
    padding: 13px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
  }
  #hb_profile_page .hb-email-block .hb-email-control button {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
  }
  #hb_profile_page .hb-order-elem .hb-order-outlet div p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
  }
  #hb_profile_page.pj-text-right .hb-email-col {
    right: 63%;
    padding-right: 50px;
  }
  #hb_profile_page.pj-text-right .hb-tabs-col {
    left: 37%;
    padding-left: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #hb_profile_page .hb-order-elem .hb-order-head .hb-order-total,
  #hb_profile_page .hb-order-elem .hb-order-head .hb-order-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
  }
  #hb_profile_page .hb-profile-subscription .hb-subscription-flex {
    flex-direction: column;
  }
  #hb_profile_page.pj-text-right .hb-email-col {
    right: 58.4%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #hb_profile_page.pj-text-right .hb-tabs-col {
    left: 41.6%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #hb_profile_page .hb-order-elem .hb-order-head .hb-order-total,
  #hb_profile_page .hb-order-elem .hb-order-head .hb-order-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
  }
  #hb_profile_page .hb-banner-block,
  #hb_profile_page .hb-email-block {
    max-width: none;
    width: 100%;
    padding: 20px;
    margin-top: 40px;
  }
  #hb_profile_page .hb-profile-subscription .hb-subscription-flex {
    flex-direction: column;
  }
  #hb_profile_page.pj-text-right .hb-tabs-col {
    left: 0;
    padding-left: 15px;
  }
  #hb_profile_page.pj-text-right .hb-email-col {
    right: auto;
    padding-right: 15px;
  }
  #hb_profile_page.pj-text-right .hb-banner-block {
    background-position: 10% 100%;
  }
  #hb_profile_page.pj-text-right .hb-banner-block .hb-banner-download {
    padding-right: 120px;
    padding-left: 0;
  }
  #hb_profile_page.pj-text-right .hb-banner-block .hb-banner-download .hb-banner-qr {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  #hb_profile_page .hb-order-elem .hb-order-head .hb-order-total,
  #hb_profile_page .hb-order-elem .hb-order-head .hb-order-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
  }
  #hb_profile_page .hb-banner-block,
  #hb_profile_page .hb-email-block {
    max-width: none;
    width: 100%;
    padding: 20px;
    margin-top: 40px;
  }
  #hb_profile_page .hb-profile-subscription .hb-subscription-flex {
    flex-direction: column;
  }
  #hb_profile_page.pj-text-right .hb-tabs-col {
    left: 0;
    padding-left: 15px;
  }
  #hb_profile_page.pj-text-right .hb-email-col {
    right: auto;
    padding-right: 15px;
  }
  #hb_profile_page.pj-text-right .hb-banner-block .hb-banner-download {
    padding-right: 120px;
    padding-left: 0;
  }
  #hb_profile_page.pj-text-right .hb-banner-block .hb-banner-download .hb-banner-qr {
    left: auto;
    right: 0;
  }
}

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