:root {
  --wo-admin-style-color: #62cca0;
  --wo-admin-dev-border-color: #4cf12b;
  --wo-admin-prod-border-color: #f6781d;
  --wo-title-weight: bolder;
  --wo-title-color: #f58124;
  --wo-main-text-color: #000000;
  --wo-body-color: #ffffff;
  --wo-add-color: #e5e5e5;
  --wo-add-text-color: #959595;
  --wo-border-fold-color: #7f7f7f;
  --wo-btn-color: #d13246;
  --wo-main-block-height: 485px;
  --wo-padding-col: 20px;
  --wo-padding-row: 25px;
  --wo-padding-bootstrap: 15px;
  --wo-padding-add-bootstrap: 10px;
  --wo-border-radius: 3px;
  --wo-border-column: solid 1px #dcdcdc;
  --wo-media-lg: 1200px;
  --wo-media-md: 992px;
  --wo-media-sm: 768px;
  --wo-media-xs: 320px; }

@media (max-width: 767px) {
  :root {
    --wo-border-column: none; } }

.select-off, .kit-modal-block .kit-modal-gallery .kit-gallery-body .kit-gallery-elem .kit-gallery-elbody input:before, .kit-modal-block .kit-modal-gallery .kit-gallery-body .kit-gallery-elem .kit-gallery-elbody input:after, .kit-modal-block .kit-modal-gallery .kit-gallery-body .kit-gallery-elem .kit-gallery-elbody .lp-item-delete-btn:before, .kit-modal-block .kit-modal-gallery .kit-gallery-body .kit-gallery-elem .kit-gallery-elbody .lp-item-delete-btn:after {
  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; }

[v-cloak] {
  display: none; }

@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal; }

@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100; }

@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold; }

* {
  box-sizing: border-box; }

p,
h1,
h2,
body {
  margin: 0; }

.lp-header-block {
  padding: 20px; }

.mob-head-block.active .mob-header-menu {
  max-height: calc(100vh - 56px) !important;
  max-height: calc(100dvh - 56px) !important;
  overflow: auto !important; }

.lp-main-block {
  min-height: 100vh;
  overflow-x: hidden; }

.lp-grid {
  margin: 0 -15px;
  box-sizing: border-box; }
  .lp-grid::after {
    display: table;
    clear: both;
    content: ''; }
  .lp-grid .lp-col {
    float: left;
    width: calc(100% / 3 - 2 * 15px);
    box-sizing: border-box;
    margin: 0 15px; }

.lp-plus {
  position: relative;
  border-radius: 50%;
  width: 30px;
  height: 30px; }
  .lp-plus:before, .lp-plus:after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 30px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .lp-plus:before {
    transform: translate(-50%, -50%) rotate(90deg); }

body {
  background-color: #ffffff; }

/*
.wo-toast-block{
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 15px;
  width: 100%;
  z-index: 110;
  background: rgba(0, 0, 0, 0.35);

  .wo-toast-elem{
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
    //margin-bottom: 15px;
    width: 100%;
    border-radius: 10px;

    .wo-toast-label{
      font-size: 18px;
      font-weight: bold;
      width: 100%;
      padding-bottom: 5px;

    }
    .wo-toast-text{
      font-size: 14px;
      font-weight: 400;
      width: 100%;
    }
  }
}
*/
.wo-toast-block {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 15px;
  width: 100%;
  z-index: 110;
  background: rgba(0, 0, 0, 0.35); }
  .wo-toast-block .wo-toast-elem {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start; }
    .wo-toast-block .wo-toast-elem.wo-toaster-info {
      background-color: grey;
      color: white; }
      .wo-toast-block .wo-toast-elem.wo-toaster-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; }
    .wo-toast-block .wo-toast-elem .wo-toast-label {
      font-size: 18px;
      font-weight: bold;
      width: 100%;
      padding-bottom: 5px; }
    .wo-toast-block .wo-toast-elem .wo-toast-text {
      font-size: 14px;
      font-weight: 400;
      width: 100%; }

.lp-icon-cart {
  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: 48px;
  height: 48px;
  position: relative;
  overflow: hidden; }
  .lp-icon-cart .cart-line-1 {
    width: 15%;
    height: 7%;
    position: absolute;
    left: 8%;
    top: 25%;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    background-color: #000;
    border-bottom-left-radius: 35%; }
  .lp-icon-cart .cart-line-2 {
    width: 35%;
    height: 7%;
    position: absolute;
    left: 6%;
    top: 40%;
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    background-color: #000; }
    .lp-icon-cart .cart-line-2:before {
      content: "";
      width: 120%;
      height: 100%;
      position: absolute;
      left: 45%;
      top: -280%;
      -webkit-transform: rotate(-80deg);
      -moz-transform: rotate(-80deg);
      -ms-transform: rotate(-80deg);
      transform: rotate(-80deg);
      background-color: inherit; }
    .lp-icon-cart .cart-line-2:after {
      content: "";
      width: 70%;
      height: 100%;
      position: absolute;
      left: 59%;
      top: -670%;
      background-color: inherit;
      -webkit-transform: rotate(40deg);
      -moz-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      border-top-left-radius: 50%;
      border-bottom-left-radius: 25%; }
  .lp-icon-cart .cart-line-3 {
    width: 30%;
    height: 7%;
    position: absolute;
    left: 33%;
    top: 45%;
    background-color: #000; }
    .lp-icon-cart .cart-line-3:after {
      content: "";
      width: 124%;
      height: 100%;
      position: absolute;
      top: -150%;
      left: -5%;
      background-color: inherit; }
  .lp-icon-cart .cart-wheel {
    width: 12%;
    height: 12%;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    left: 28%;
    bottom: 20%; }
    .lp-icon-cart .cart-wheel:after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: inherit;
      border-radius: 100%;
      position: absolute;
      left: 200%;
      bottom: 0; }

.lp-cart-block {
  background-color: #5aba67;
  border-radius: 50%;
  position: absolute;
  z-index: 200;
  cursor: pointer;
  transform: translate(-50%, -50%);
  top: 0;
  right: 0;
  width: 70px;
  height: 70px; }
  .lp-cart-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;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    top: 10px; }
  .lp-cart-block .lp-icon-cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40px; }
    .lp-cart-block .lp-icon-cart > * {
      background-color: white !important; }

.kit-modal-block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000; }
  .kit-modal-block .kit-modal-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  .kit-modal-block .kit-modal-body {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border: solid 2px #000;
    border-radius: var(--wo-border-radius);
    background: #fff;
    padding: 20px 20px 65px 20px;
    width: 500px;
    min-height: 300px; }
    .kit-modal-block .kit-modal-body .kit-modal-inn {
      height: 100%;
      position: relative; }
    .kit-modal-block .kit-modal-body .kit-modal-btn-block {
      position: absolute;
      height: 20px;
      bottom: 10px;
      left: 10px;
      right: 10px;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: stretch; }
  .kit-modal-block .kit-modal-gallery {
    box-sizing: content-box;
    width: 800px;
    height: 800px; }
    .kit-modal-block .kit-modal-gallery .kit-gallery-body {
      height: 100%;
      overflow: auto; }
      .kit-modal-block .kit-modal-gallery .kit-gallery-body .kit-gallery-elem {
        display: inline-block;
        width: 200px;
        height: 200px;
        padding: 10px; }
        .kit-modal-block .kit-modal-gallery .kit-gallery-body .kit-gallery-elem .kit-gallery-elbody {
          border: solid 1px var(--wo-admin-style-color);
          position: relative;
          width: 100%;
          height: 100%; }
          .kit-modal-block .kit-modal-gallery .kit-gallery-body .kit-gallery-elem .kit-gallery-elbody img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 100%;
            max-height: 100%; }
          .kit-modal-block .kit-modal-gallery .kit-gallery-body .kit-gallery-elem .kit-gallery-elbody input {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            z-index: 1; }
            .kit-modal-block .kit-modal-gallery .kit-gallery-body .kit-gallery-elem .kit-gallery-elbody input:before {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              content: '';
              width: 100%;
              height: 100%;
              z-index: 2;
              background: var(--wo-body-color); }
            .kit-modal-block .kit-modal-gallery .kit-gallery-body .kit-gallery-elem .kit-gallery-elbody input:after {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              content: '+';
              z-index: 3;
              color: var(--wo-admin-style-color);
              font-size: 46px;
              font-weight: bold; }
          .kit-modal-block .kit-modal-gallery .kit-gallery-body .kit-gallery-elem .kit-gallery-elbody .lp-item-delete-btn {
            position: absolute;
            top: 0;
            right: 0;
            width: 20px;
            height: 20px;
            background: red;
            cursor: pointer;
            z-index: 10; }
            .kit-modal-block .kit-modal-gallery .kit-gallery-body .kit-gallery-elem .kit-gallery-elbody .lp-item-delete-btn:before {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              content: '';
              transform: translate(-50%, -50%) rotate(45deg);
              background: white;
              width: 20px;
              height: 3px;
              z-index: 11; }
            .kit-modal-block .kit-modal-gallery .kit-gallery-body .kit-gallery-elem .kit-gallery-elbody .lp-item-delete-btn:after {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              content: '';
              transform: translate(-50%, -50%) rotate(-45deg);
              background: white;
              width: 20px;
              height: 3px;
              z-index: 11; }

.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-mod .wo-item-desc,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-mod .wo-item-desc {
  display: none !important; }

.wo-item-modal .wo-modal-body .hb-modal-content .wo-mobile-required,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-mobile-required {
  display: none !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.54); }

.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-current .wo-deal-shother,
.wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-current .wo-deal-other,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-current .wo-deal-shother,
.wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-current .wo-deal-other {
  min-height: 60px; }

.hb-lang-select {
  position: relative; }
  .hb-lang-select p {
    text-transform: uppercase;
    color: #d13246;
    font-size: 14px;
    font-weight: 700;
    line-height: 1; }
  .hb-lang-select .hb-lang-current {
    position: relative;
    padding: 5px 29px 5px 5px;
    border: solid 1px #d13246; }
    .hb-lang-select .hb-lang-current:after {
      content: '';
      position: absolute;
      width: 9px;
      height: 9px;
      border: solid 3px #d13246;
      border-right: none;
      border-top: none;
      top: 5px;
      right: 8px;
      transform: rotate(-45deg);
      transform-origin: center;
      -o-transition: .3s linear all;
      -ms-transition: .3s linear all;
      -moz-transition: .3s linear all;
      -webkit-transition: .3s linear all;
      transition: .3s linear all; }
  .hb-lang-select .hb-lang-list {
    position: absolute;
    border: solid 1px #d13246;
    border-top: none;
    width: 100%;
    padding: 3px 0;
    background: #ffffff; }
    .hb-lang-select .hb-lang-list p {
      padding: 3px 5px;
      cursor: pointer; }
      .hb-lang-select .hb-lang-list p:hover {
        text-decoration: underline !important; }
  .hb-lang-select.active .hb-lang-current:after {
    transform: rotate(-225deg);
    top: 8px; }

#hb_page .hb-main-container {
  padding-bottom: 30px; }

@media (max-width: 767px) {
  .kit-modal-block .kit-modal-body {
    width: 100%;
    max-height: 90%; }
  .wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-mods,
  .wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-mods {
    padding-top: 0; }
  .wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-mod,
  .wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-mod {
    padding-top: 36px;
    margin: 0; }
  .wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-scroll,
  .wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-scroll {
    padding: 0; }
  .wo-item-modal .wo-modal-body .hb-modal-content .wo-deal-title,
  .wo-deal-modal .wo-modal-body .hb-modal-content .wo-deal-title {
    display: flex;
    justify-content: space-between; }
  .wo-item-modal .wo-modal-body .hb-modal-content .wo-mobile-required,
  .wo-deal-modal .wo-modal-body .hb-modal-content .wo-mobile-required {
    display: block !important; }
  .wo-item-modal .wo-modal-body .hb-modal-content .wo-dekstop-required,
  .wo-deal-modal .wo-modal-body .hb-modal-content .wo-dekstop-required {
    display: none !important; } }
