@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #FFFFFF);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #000000);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #1a1a1a);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #333333);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #808080);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #000000);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #1a1a1a);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #333333);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #808080);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #000000);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #1a1a1a);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #333333);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #808080);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff3ca);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #fff2c8);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #d3ecd9);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #d1ecd7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f8d7da);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f8d5d8);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #cae4ff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #c8e3ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, Roboto);
  --font-size: var(--draft-font-size, 15px);
  --font-family-heading: var(--draft-font-family-heading, Roboto);
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, hidden);
  --layout-content-max-width: var(--draft-layout-content-max-width, 100%);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, true); }

/* line 3, theme.scss */
#jvlabelWrap, .button_df6f, .co-input--cert {
  display: none; }

@media screen and (max-width: 767px) {
  /* line 7, theme.scss */
  jdiv {
    display: none !important; } }
/* line 9, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 13, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 17, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("HelveticaNeueCyr-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("HelveticaNeueCyr-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("HelveticaNeueCyr-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("HelveticaNeueCyr-BoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }
/* line 70, theme.scss */
body, input, button, textarea, select, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
  font-family: 'HelveticaNeueCyr'; }

/* line 72, theme.scss */
body.active {
  overflow: hidden; }

@media (max-width: 768px) {
  /* line 76, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 79, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 82, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 87, theme.scss */
.form-control, .co-input-field, .m-input-field {
  border: none;
  border-bottom: 1px solid #DBDBDB;
  height: 50px;
  padding: 0;
  box-shadow: none !important;
  font-size: .9rem; }
  /* line 88, theme.scss */
  .form-control::placeholder, .co-input-field::placeholder, .m-input-field::placeholder {
    color: #534A50; }
  /* line 89, theme.scss */
  .form-control:focus, .co-input-field:focus, .m-input-field:focus {
    border-bottom-color: var(--color-text); }

/* line 92, theme.scss */
.co-price--current {
  font-size: 1rem;
  font-weight: 500; }

/* line 95, theme.scss */
.co-checkout-block {
  margin-bottom: 2rem; }

/* line 98, theme.scss */
#create_order {
  text-transform: uppercase;
  height: 50px;
  font-size: .9rem; }

/* line 99, theme.scss */
.co-tabs-controls--customer .co-tabs-node:not(.co-tabs-node--active) {
  background-color: var(--bg);
  color: var(--color-text);
  border-color: #DBDBDB; }

/* line 102, theme.scss */
.co-toggable_field {
  border: none;
  padding: 0;
  align-items: flex-start;
  margin: 1rem 0 0; }
  /* line 104, theme.scss */
  .co-toggable_field-input {
    flex: 0 0 30px; }
    /* line 106, theme.scss */
    .co-toggable_field-input input:checked + span {
      box-shadow: inset 0 0 0 1px currentColor;
      background-color: var(--color-text); }
    /* line 109, theme.scss */
    .co-toggable_field-input input + span {
      border-radius: 0;
      box-shadow: inset 0 0 0 1px currentColor;
      flex: 0 0 16px;
      width: 16px;
      height: 16px;
      background-image: url(https://static.insales-cdn.com/files/1/2899/30010195/original/ch.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 8px; }
  /* line 113, theme.scss */
  .co-toggable_field-title {
    margin: 0 0 !important;
    font-size: 1rem; }
  /* line 116, theme.scss */
  .co-toggable_field-description {
    margin: .4rem 0 0;
    font-size: .9rem; }
    /* line 118, theme.scss */
    .co-toggable_field-description a {
      color: var(--color-text); }
  /* line 122, theme.scss */
  .co-toggable_field-information {
    padding: 0 !important; }

/* line 126, theme.scss */
.co-delivery_method-list.co-checkout-block {
  display: flex;
  flex-flow: column; }
  /* line 128, theme.scss */
  .co-delivery_method-list.co-checkout-block .co-customer {
    order: -1;
    margin-bottom: .5rem; }

/* line 132, theme.scss */
.checkout-wrap {
  display: grid;
  grid-template-columns: 50% 35%;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 2rem;
  padding-top: 2vw;
  padding-bottom: 5vw; }
  @media screen and (max-width: 900px) {
    /* line 132, theme.scss */
    .checkout-wrap {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1rem; } }
  @media screen and (max-width: 550px) {
    /* line 132, theme.scss */
    .checkout-wrap {
      grid-template-columns: 1fr; } }
  /* line 136, theme.scss */
  .checkout-wrap #payment_gateways {
    border-top: 1px solid;
    padding-top: 2rem;
    border-bottom: 1px solid;
    padding-bottom: 2rem; }
  /* line 139, theme.scss */
  .checkout-wrap .co-checkout-block + script + .co-title--h2 {
    border-top: 1px solid;
    padding-top: 2rem; }
  /* line 142, theme.scss */
  .checkout-wrap .co-checkout-block--padded {
    padding: 0 !important; }
  /* line 143, theme.scss */
  .checkout-wrap .co-title--h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 1.3rem; }
    @media screen and (max-width: 550px) {
      /* line 143, theme.scss */
      .checkout-wrap .co-title--h2 {
        font-size: 1.05rem;
        letter-spacing: normal; } }
  /* line 147, theme.scss */
  .checkout-wrap .title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 4.5px;
    font-size: 2rem;
    grid-column: 1/-1; }
    @media screen and (max-width: 767px) {
      /* line 147, theme.scss */
      .checkout-wrap .title {
        letter-spacing: normal;
        font-size: 1.4rem;
        margin-bottom: 1.5rem; } }
  /* line 151, theme.scss */
  .checkout-wrap .cart__area-items {
    --img-ratio: .7; }
    /* line 152, theme.scss */
    .checkout-wrap .cart__area-items ul {
      padding: 0 0 1.5rem;
      margin: 2rem 0 0;
      list-style-type: none;
      border-bottom: 1px solid var(--color-text); }
      /* line 154, theme.scss */
      .checkout-wrap .cart__area-items ul li {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        /* line 155, theme.scss */
        .checkout-wrap .cart__area-items ul li + li {
          margin-top: .4rem; }
        /* line 156, theme.scss */
        .checkout-wrap .cart__area-items ul li.total {
          font-weight: 600;
          text-transform: uppercase; }
    /* line 160, theme.scss */
    .checkout-wrap .cart__area-items .js-item-delete {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0;
      height: 20px;
      border: none;
      background-color: transparent;
      color: var(--color-text); }
      /* line 162, theme.scss */
      .checkout-wrap .cart__area-items .js-item-delete svg {
        width: 16px;
        height: 16px; }
        @media screen and (max-width: 550px) {
          /* line 162, theme.scss */
          .checkout-wrap .cart__area-items .js-item-delete svg {
            width: 15px;
            height: 15px; } }
    /* line 167, theme.scss */
    .checkout-wrap .cart__area-items .favorites_btn {
      padding: 0;
      background: transparent;
      color: #534A50;
      outline: none;
      height: auto;
      border: 0; }
      @media screen and (max-width: 767px) {
        /* line 167, theme.scss */
        .checkout-wrap .cart__area-items .favorites_btn {
          position: absolute;
          bottom: 5px;
          right: 0; } }
      /* line 169, theme.scss */
      .checkout-wrap .cart__area-items .favorites_btn.favorites-added path {
        fill: #534A50; }
      /* line 170, theme.scss */
      .checkout-wrap .cart__area-items .favorites_btn.favorites-added g {
        opacity: 1; }
      /* line 177, theme.scss */
      .checkout-wrap .cart__area-items .favorites_btn svg {
        margin: 0 .5rem 0 0; }
        @media screen and (max-width: 550px) {
          /* line 177, theme.scss */
          .checkout-wrap .cart__area-items .favorites_btn svg {
            margin: 0; } }
      /* line 181, theme.scss */
      .checkout-wrap .cart__area-items .favorites_btn .btn-text {
        transform: translateY(2px); }
        @media screen and (max-width: 550px) {
          /* line 181, theme.scss */
          .checkout-wrap .cart__area-items .favorites_btn .btn-text {
            display: none; } }
    /* line 187, theme.scss */
    .checkout-wrap .cart__area-items .cart-item {
      --item-image-size: 160px;
      display: grid;
      grid-template-areas: "image title" "image total" "image counter" "image delete";
      grid-auto-columns: var(--item-image-size) 1fr;
      gap: 1rem;
      margin-bottom: 1.5rem;
      border-bottom: 1px solid #E5E5E5;
      padding-bottom: 1.5rem;
      position: relative; }
      /* line 197, theme.scss */
      .checkout-wrap .cart__area-items .cart-item:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 550px) {
        /* line 187, theme.scss */
        .checkout-wrap .cart__area-items .cart-item {
          --item-image-size: 80px;
          grid-template-areas: "image title" "image counter" "image total";
          grid-auto-columns: 120px 1fr;
          grid-gap: 0 1rem;
          padding-bottom: 0;
          border-bottom: none; } }
    /* line 212, theme.scss */
    .checkout-wrap .cart__area-items .item-image {
      grid-area: image; }
      /* line 214, theme.scss */
      .checkout-wrap .cart__area-items .item-image img {
        width: 100%;
        border-radius: var(--border-radius);
        object-position: 50%; }
    /* line 221, theme.scss */
    .checkout-wrap .cart__area-items .item-title {
      grid-area: title;
      font-size: 1.15rem;
      margin-right: 25px;
      font-weight: 400;
      line-height: 1.8rem;
      color: var(--color-text);
      text-decoration: none;
      word-break: break-word;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        /* line 221, theme.scss */
        .checkout-wrap .cart__area-items .item-title {
          font-size: 1rem; } }
      /* line 231, theme.scss */
      .checkout-wrap .cart__area-items .item-title .var {
        margin-top: 1rem;
        text-transform: initial; }
        @media screen and (max-width: 767px) {
          /* line 231, theme.scss */
          .checkout-wrap .cart__area-items .item-title .var {
            text-transform: uppercase;
            font-size: .85rem;
            opacity: .7; } }
      @media screen and (max-width: 550px) {
        /* line 221, theme.scss */
        .checkout-wrap .cart__area-items .item-title {
          font-size: 1rem;
          line-height: 1.2rem; } }
    /* line 242, theme.scss */
    .checkout-wrap .cart__area-items .item-total {
      grid-area: total;
      font-size: 1rem;
      font-weight: 400;
      white-space: nowrap; }
      @media screen and (max-width: 550px) {
        /* line 242, theme.scss */
        .checkout-wrap .cart__area-items .item-total {
          align-self: flex-end; } }
      /* line 248, theme.scss */
      .checkout-wrap .cart__area-items .item-total .var {
        margin-bottom: 5px; }
    /* line 251, theme.scss */
    .checkout-wrap .cart__area-items .item-delete {
      grid-area: delete;
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 550px) {
        /* line 251, theme.scss */
        .checkout-wrap .cart__area-items .item-delete {
          grid-area: auto; } }
    /* line 257, theme.scss */
    .checkout-wrap .cart__area-items .item-counter {
      grid-area: counter;
      display: flex; }
      /* line 260, theme.scss */
      .checkout-wrap .cart__area-items .item-counter .var {
        height: 35px;
        border: 1px solid #E5E5E5;
        padding: 0 15px;
        margin: 0 15px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: .9rem;
        text-transform: uppercase; }
        @media screen and (max-width: 550px) {
          /* line 260, theme.scss */
          .checkout-wrap .cart__area-items .item-counter .var {
            flex: 1; } }
      /* line 264, theme.scss */
      .checkout-wrap .cart__area-items .item-counter .counter {
        border: 1px solid #E5E5E5;
        height: 35px; }
      /* line 267, theme.scss */
      .checkout-wrap .cart__area-items .item-counter .counter-input {
        text-align: center;
        border-radius: 0;
        width: 3.5rem;
        font-size: 1rem;
        outline: none;
        box-shadow: none;
        height: 100%;
        background: transparent;
        border: none;
        margin-left: -2px;
        margin-right: -2px;
        color: var(--color-text); }
        @media screen and (max-width: 550px) {
          /* line 267, theme.scss */
          .checkout-wrap .cart__area-items .item-counter .counter-input {
            width: 4.5rem; } }
      /* line 284, theme.scss */
      .checkout-wrap .cart__area-items .item-counter .counter-button.is-count-down {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      /* line 288, theme.scss */
      .checkout-wrap .cart__area-items .item-counter .counter-button.is-count-up {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      /* line 292, theme.scss */
      .checkout-wrap .cart__area-items .item-counter .counter-button {
        font-size: 1rem;
        line-height: 0;
        height: 100%;
        width: 2rem;
        background: transparent;
        border: none;
        color: var(--color-text); }

/* line 304, theme.scss */
.co-input--hideLabel {
  display: none !important; }

/* line 305, theme.scss */
[data-price="0"] {
  font-size: 0; }
  /* line 306, theme.scss */
  [data-price="0"]:before {
    content: 'бесплатно';
    font-size: 14px; }
