@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, #8BBB55);
  --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, #96c265);
  --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, #a2c876);
  --color-btn-bg-major-shade-is-light: var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #c5dda9);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #8BBB55);
  --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, #96c265);
  --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, #a2c876);
  --color-accent-text-major-shade-is-light: var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #c5dda9);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, 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, "PT Root UI");
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 30);
  --search_count: var(--draft-search_count, 100);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1280px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, normal);
  --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, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_collection_map_show: var(--draft-sidebar_collection_map_show, true);
  --sidebar_collection_map_position: var(--draft-sidebar_collection_map_position, right);
  --sidebar_collection_edu_show: var(--draft-sidebar_collection_edu_show, true);
  --sidebar_collection_edu_position: var(--draft-sidebar_collection_edu_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 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 7, theme.scss */
header {
  position: sticky;
  top: -72px;
  z-index: 3; }

@media screen and (max-width: 1200px) {
  /* line 13, theme.scss */
  header {
    top: 0; } }
/* line 17, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

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

/* line 24, theme.scss */
.m-modal-wrapper {
  overflow-y: auto;
  padding: 20px; }

/* line 28, theme.scss */
.button.m-button.m-modal-close {
  height: auto;
  padding: 0;
  border: none;
  background-color: transparent;
  margin-right: -10px;
  margin-top: -10px; }

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

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

  /* line 43, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 48, theme.scss */
body, input, select, button, textarea, .button {
  font-weight: 400;
  font-family: "Gotham" !important; }

/* line 49, theme.scss */
.heading {
  font-size: 22px;
  font-family: 'Gotham';
  font-weight: 500;
  text-transform: uppercase; }
  @media screen and (max-width: 480px) {
    /* line 49, theme.scss */
    .heading {
      font-size: 21px; } }

/* line 52, theme.scss */
[data-sidebar] {
  z-index: 0 !important; }

/* line 53, theme.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Gotham';
  font-weight: 500; }

/* line 54, theme.scss */
.button {
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 700;
  height: 47px; }

/* line 55, theme.scss */
h2, .h2 {
  font-size: 22px; }

/* line 56, theme.scss */
h3, .h3 {
  font-size: 18px; }

/* line 57, theme.scss */
.heading + div .card, .heading + div + div .card {
  border-top-width: 1px !important; }

/* line 60, theme.scss */
.card {
  border: 1px solid #EEE;
  padding: 20px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  position: relative;
  min-height: 100%; }
  /* line 61, theme.scss */
  .card.v1 {
    display: grid;
    grid-template-columns: .3fr 1fr;
    grid-gap: 35px; }
    /* line 62, theme.scss */
    .card.v1 .info .name {
      margin-top: 0; }
    /* line 62, theme.scss */
    .card.v1 .info .desc {
      display: block;
      margin: 0 0 22px; }
    /* line 63, theme.scss */
    .card.v1 .info .control {
      grid-template-columns: 98px repeat(2, max-content);
      justify-content: flex-start; }
      /* line 63, theme.scss */
      .card.v1 .info .control [data-ui-favorites-trigger] {
        left: 22%;
        right: auto; }
      /* line 63, theme.scss */
      .card.v1 .info .control .button {
        width: auto;
        padding: 0 25px; }
        /* line 63, theme.scss */
        .card.v1 .info .control .button.link {
          display: inline-flex; }
      /* line 64, theme.scss */
      .card.v1 .info .control .add-button-text {
        display: inline-block !important;
        vertical-align: middle; }
      /* line 65, theme.scss */
      .card.v1 .info .control .kp-link:after {
        content: '';
        display: none; }
      /* line 66, theme.scss */
      .card.v1 .info .control .kp-link span {
        display: block !important; }
  /* line 70, theme.scss */
  .card.v2 {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 13px;
    align-items: center; }
    /* line 71, theme.scss */
    .card.v2 .info {
      display: flex;
      flex-flow: row;
      grid-gap: 40px;
      align-items: center; }
      /* line 71, theme.scss */
      .card.v2 .info .name-wrap {
        margin-bottom: 0;
        flex: 1; }
        /* line 71, theme.scss */
        .card.v2 .info .name-wrap [data-product-card-available] {
          display: none; }
      /* line 71, theme.scss */
      .card.v2 .info .name {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: .9rem; }
      /* line 72, theme.scss */
      .card.v2 .info .prices {
        align-items: center;
        flex-flow: column;
        font-size: 16px;
        margin: 0; }
        /* line 72, theme.scss */
        .card.v2 .info .prices [data-product-card-available] {
          display: block; }
      /* line 73, theme.scss */
      .card.v2 .info .control {
        grid-template-columns: 98px 1fr 1fr 1fr;
        align-items: center; }
        /* line 73, theme.scss */
        .card.v2 .info .control [data-ui-favorites-trigger] {
          position: initial; }
        /* line 73, theme.scss */
        .card.v2 .info .control .button {
          width: auto;
          min-width: 35px;
          font-size: 0; }
          /* line 73, theme.scss */
          .card.v2 .info .control .button svg {
            display: block; }
  @media screen and (max-width: 1366px) {
    /* line 60, theme.scss */
    .card {
      padding: 12px; } }
  @media screen and (max-width: 480px) {
    /* line 60, theme.scss */
    .card {
      border-left-width: 0;
      border-top-width: 0; } }
  /* line 81, theme.scss */
  .card.with-sale-value .info .prices [data-product-card-price-from-cart] {
    color: #DC384B; }
  /* line 82, theme.scss */
  .card .image {
    width: 100%; }
    /* line 83, theme.scss */
    .card .image picture {
      width: 100%;
      display: block;
      padding-top: calc(3 / 4 * 100%);
      position: relative; }
      /* line 84, theme.scss */
      .card .image picture img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0; }
  /* line 87, theme.scss */
  .card .info {
    display: flex;
    flex-flow: column;
    flex: 1;
    width: 100%; }
    /* line 88, theme.scss */
    .card .info .name-wrap {
      display: flex;
      flex: 1;
      flex-flow: column;
      margin-bottom: 19px;
      max-width: 100%; }
      @media screen and (max-width: 480px) {
        /* line 88, theme.scss */
        .card .info .name-wrap {
          margin-bottom: 0; } }
    /* line 91, theme.scss */
    .card .info .name {
      font-size: 16px;
      line-height: 22px;
      height: 88px;
      overflow: hidden;
      /*margin:20px 0 14px;*/
      color: var(--color-text);
      text-decoration: none;
      transition: color .3s ease; }
      @media screen and (max-width: 480px) {
        /* line 91, theme.scss */
        .card .info .name {
          font-size: .9rem;
          line-height: 1; } }
    /* line 94, theme.scss */
    .card .info .label {
      font-size: .9rem;
      line-height: 1;
      margin-top: auto; }
      @media screen and (max-width: 480px) {
        /* line 94, theme.scss */
        .card .info .label {
          display: none; } }
      /* line 96, theme.scss */
      .card .info .label a {
        color: #2F47C4;
        text-decoration: none; }
    /* line 97, theme.scss */
    .card .info [data-product-card-available] {
      color: var(--color-accent-text);
      font-size: .9rem;
      line-height: 1;
      margin-top: 7px; }
      @media screen and (max-width: 480px) {
        /* line 97, theme.scss */
        .card .info [data-product-card-available] {
          display: none; } }
    /* line 100, theme.scss */
    .card .info .desc {
      display: none;
      font-size: .9rem; }
    /* line 101, theme.scss */
    .card .info .prices {
      display: flex;
      flex-flow: row wrap;
      align-items: flex-end;
      justify-content: space-between;
      font-size: 18px;
      font-weight: 500;
      margin: auto 0 24px;
      line-height: 1; }
      @media screen and (max-width: 480px) {
        /* line 101, theme.scss */
        .card .info .prices {
          font-size: 1rem; } }
      /* line 104, theme.scss */
      .card .info .prices [data-product-card-available] {
        display: none;
        color: var(--color-accent-text);
        font-size: 12px;
        font-weight: 400; }
      /* line 105, theme.scss */
      .card .info .prices [data-product-card-old-price] {
        color: #B6B5B5;
        font-size: 16px;
        text-decoration: line-through; }
        @media screen and (max-width: 480px) {
          /* line 105, theme.scss */
          .card .info .prices [data-product-card-old-price] {
            font-size: .8rem; } }
    /* line 109, theme.scss */
    .card .info .control {
      display: grid;
      grid-template-columns: auto 1fr 1fr;
      grid-gap: 10px;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        /* line 109, theme.scss */
        .card .info .control {
          grid-template-columns: 78px 1fr 1fr; } }
      @media screen and (max-width: 480px) {
        /* line 109, theme.scss */
        .card .info .control {
          grid-template-columns: 1fr 1fr 35px;
          grid-gap: 0; } }
      /* line 113, theme.scss */
      .card .info .control .quantity {
        display: grid;
        grid-template-columns: repeat(3, minmax(20px, 35px)); }
        @media screen and (max-width: 480px) {
          /* line 113, theme.scss */
          .card .info .control .quantity {
            display: none; } }
        /* line 116, theme.scss */
        .card .info .control .quantity button {
          -webkit-appearence: none;
          outline: none;
          border: none;
          background-color: #eee;
          color: var(--color-text);
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0;
          margin: 0;
          border-radius: 0;
          height: 35px;
          cursor: pointer; }
        /* line 117, theme.scss */
        .card .info .control .quantity input {
          -webkit-appearence: none;
          outline: none;
          border: none;
          border-top: 1px solid #eee;
          border-bottom: 1px solid #eee;
          padding: 0;
          width: 100%;
          height: 35px;
          margin: 0;
          text-align: center;
          font-size: .9rem;
          border-radius: 0; }
      /* line 119, theme.scss */
      .card .info .control .button {
        height: 35px;
        width: 100%;
        padding: 0 3px;
        font-weight: 400; }
        /* line 120, theme.scss */
        .card .info .control .button.is-blue {
          background-color: #4C506D;
          font-weight: 400;
          grid-column: 1/-1;
          border-color: #4C506D; }
          /* line 121, theme.scss */
          .card .info .control .button.is-blue:hover {
            background-color: var(--color-btn-bg);
            border-color: var(--color-btn-bg); }
        /* line 123, theme.scss */
        .card .info .control .button.link {
          background-color: #E7A139;
          color: #fff;
          margin-top: 0 !important; }
        /* line 124, theme.scss */
        .card .info .control .button.kp-link span {
          display: none; }
        /* line 125, theme.scss */
        .card .info .control .button.kp-link:after {
          content: 'КП';
          line-height: 1;
          font-size: 14px; }
        /* line 127, theme.scss */
        .card .info .control .button .add-button-text {
          display: none; }
      /* line 129, theme.scss */
      .card .info .control [data-ui-favorites-trigger] {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #B6B5B5; }
        @media screen and (max-width: 767px) {
          /* line 129, theme.scss */
          .card .info .control [data-ui-favorites-trigger] {
            top: 15px;
            right: 15px; } }
        @media screen and (max-width: 480px) {
          /* line 129, theme.scss */
          .card .info .control [data-ui-favorites-trigger] {
            position: initial;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center; } }
        /* line 132, theme.scss */
        .card .info .control [data-ui-favorites-trigger].favorites-added {
          color: #EE3636; }
          /* line 132, theme.scss */
          .card .info .control [data-ui-favorites-trigger].favorites-added svg g {
            fill: #EE3636; }
        /* line 133, theme.scss */
        .card .info .control [data-ui-favorites-trigger] svg {
          overflow: visible; }
          /* line 133, theme.scss */
          .card .info .control [data-ui-favorites-trigger] svg g {
            fill: rgba(255, 255, 255, 0.6);
            stroke-width: 1.5px; }
        /* line 134, theme.scss */
        .card .info .control [data-ui-favorites-trigger] svg {
          display: block; }

@media screen and (max-width: 1150px) {
  /* line 140, theme.scss */
  .page_layout > aside {
    grid-column-start: auto;
    grid-column-end: auto; }

  /* line 144, theme.scss */
  .page_layout > main {
    grid-column-start: auto;
    grid-column-end: auto; } }
/* line 150, theme.scss */
.not-available [data-product-card-available] {
  color: #DC384B !important; }

@media screen and (max-width: 768px) {
  /* line 151, theme.scss */
  header .menu {
    overflow: hidden; } }

/* line 156, theme.scss */
.page_layout_section_top {
  grid-template-areas: "header header header header" "section-top section-top section-top section-top" ". sidebar main ." "section-bottom section-bottom section-bottom section-bottom" "footer footer footer footer";
  grid-template-rows: minmax(auto, max-content) minmax(auto, max-content) auto minmax(auto, max-content) minmax(auto, max-content); }
  @media screen and (max-width: 1150px) {
    /* line 156, theme.scss */
    .page_layout_section_top {
      grid-template-areas: "header" "section-top" "sidebar" "main" "section-bottom" "footer";
      grid-template-rows: minmax(auto, max-content) minmax(auto, max-content) auto minmax(auto, max-content) minmax(auto, max-content);
      grid-template-columns: 100%; }
      /* line 158, theme.scss */
      .page_layout_section_top .layout {
        padding-left: var(--layout-side-padding) !important;
        padding-right: var(--layout-side-padding) !important; } }

/* line 164, theme.scss */
.page_section_bottom {
  grid-area: section-bottom;
  grid-column: 1/-1; }

@media screen and (min-width: 1151px) {
  /* line 165, theme.scss */
  [data-sidebar] {
    transform: translateX(0); } }

@media screen and (max-width: 1150px) {
  /* line 171, theme.scss */
  .b24-widget-button-visible {
    display: none; }

  /* line 172, theme.scss */
  [data-sidebar] {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    max-width: 323px;
    overflow: hidden;
    padding: 20px 25px 20px 20px;
    background-color: #fff;
    z-index: 3 !important;
    transform: translateX(-100%);
    transition: transform .3s ease; }
    /* line 173, theme.scss */
    [data-sidebar].active {
      transform: translateX(0); }
    /* line 174, theme.scss */
    [data-sidebar] .layout {
      padding: 0 !important; } }
/* line 178, theme.scss */
.m-modal {
  widtH: auto;
  box-shadow: none;
  border-radius: 0; }

/* line 179, theme.scss */
.m-modal-close:after {
  font-size: 18px; }

/* line 180, theme.scss */
.button.m-button.m-modal-close {
  height: auto;
  padding: 0;
  border: none;
  background-color: transparent; }

/* line 186, theme.scss */
.m-modal--checkout .m-modal-wrapper {
  display: grid;
  grid-template-columns: 279px 1fr;
  width: 972px;
  max-width: 100vw;
  background-color: var(--bg);
  padding: 0;
  position: relative; }
  /* line 187, theme.scss */
  .m-modal--checkout .m-modal-wrapper:before {
    content: '';
    background-color: #4C506D; }
    @media screen and (max-width: 767px) {
      /* line 187, theme.scss */
      .m-modal--checkout .m-modal-wrapper:before {
        display: none; } }
  /* line 190, theme.scss */
  .m-modal--checkout .m-modal-wrapper:after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 20px;
    background: url("https://cdn1-img.robotbaza.ru/files/1/7110/23149510/original/robot1.png") left bottom no-repeat;
    background-size: contain;
    width: 318px;
    height: 318px; }
    @media screen and (max-width: 1150px) {
      /* line 190, theme.scss */
      .m-modal--checkout .m-modal-wrapper:after {
        width: 260px;
        height: 260px; } }
    @media screen and (max-width: 767px) {
      /* line 190, theme.scss */
      .m-modal--checkout .m-modal-wrapper:after {
        display: none; } }
  @media screen and (max-width: 1150px) {
    /* line 186, theme.scss */
    .m-modal--checkout .m-modal-wrapper {
      grid-template-columns: 230px 1fr; } }
  @media screen and (max-width: 767px) {
    /* line 186, theme.scss */
    .m-modal--checkout .m-modal-wrapper {
      grid-template-columns: 100%;
      max-width: 100%;
      overflow: hidden; } }
  /* line 197, theme.scss */
  .m-modal--checkout .m-modal-wrapper #quick_checkout_form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 18px;
    padding: 45px 55px 45px 60px; }
    @media screen and (max-width: 1150px) {
      /* line 197, theme.scss */
      .m-modal--checkout .m-modal-wrapper #quick_checkout_form {
        grid-template-columns: 1fr;
        padding: 20px var(--layout-side-padding-mobile); } }
    /* line 200, theme.scss */
    .m-modal--checkout .m-modal-wrapper #quick_checkout_form .m-modal-errors {
      grid-column: 1/-1;
      order: 2;
      margin: 0; }
    /* line 201, theme.scss */
    .m-modal--checkout .m-modal-wrapper #quick_checkout_form .m-modal-footer {
      grid-column: 1/-1; }
      /* line 202, theme.scss */
      .m-modal--checkout .m-modal-wrapper #quick_checkout_form .m-modal-footer .m-modal-button {
        width: 100%;
        height: 57px;
        width: 100%;
        text-transform: uppercase;
        background-color: #E7A139;
        border: none;
        font-weight: 500;
        font-size: 16px;
        margin: 0; }
    /* line 204, theme.scss */
    .m-modal--checkout .m-modal-wrapper #quick_checkout_form .m-modal-heading {
      grid-column: 1/-1;
      margin: 0;
      text-align: left;
      font-size: 22px;
      font-weight: 500;
      display: flex;
      flex-flow: row wrap;
      align-items: center; }
      /* line 205, theme.scss */
      .m-modal--checkout .m-modal-wrapper #quick_checkout_form .m-modal-heading:before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 15px;
        background: url("https://cdn1-img.robotbaza.ru/files/1/2871/23677751/original/checkk.svg") center no-repeat;
        background-size: contain; }
      /* line 207, theme.scss */
      .m-modal--checkout .m-modal-wrapper #quick_checkout_form .m-modal-heading p {
        width: 100%;
        margin: 20px 0 0;
        font-weight: 400;
        font-size: 16px; }
    /* line 209, theme.scss */
    .m-modal--checkout .m-modal-wrapper #quick_checkout_form .m-modal-msg {
      max-width: 439px; }
      /* line 210, theme.scss */
      .m-modal--checkout .m-modal-wrapper #quick_checkout_form .m-modal-msg:before {
        content: '';
        width: 30px;
        height: 30px;
        margin: 0 auto 20px;
        background: url("https://cdn1-img.robotbaza.ru/files/1/2871/23677751/original/checkk.svg") center no-repeat;
        background-size: contain;
        display: block; }
    /* line 212, theme.scss */
    .m-modal--checkout .m-modal-wrapper #quick_checkout_form .m-input {
      margin: 0; }
      /* line 213, theme.scss */
      .m-modal--checkout .m-modal-wrapper #quick_checkout_form .m-input:not(.m-input--required) {
        grid-column: 1/-1; }
      /* line 215, theme.scss */
      .m-modal--checkout .m-modal-wrapper #quick_checkout_form .m-input-label {
        color: #B6B5B5;
        font-size: 14px; }
      /* line 216, theme.scss */
      .m-modal--checkout .m-modal-wrapper #quick_checkout_form .m-input--checkbox {
        order: 1;
        grid-column: 1/-1; }
        /* line 217, theme.scss */
        .m-modal--checkout .m-modal-wrapper #quick_checkout_form .m-input--checkbox .m-input-caption {
          width: 100%;
          flex: none; }
      /* line 219, theme.scss */
      .m-modal--checkout .m-modal-wrapper #quick_checkout_form .m-input-field {
        border: 1px solid #eee;
        padding: 0 20px;
        font-size: 14px;
        height: 47px;
        box-shadow: none !important;
        margin: 0; }
        /* line 220, theme.scss */
        .m-modal--checkout .m-modal-wrapper #quick_checkout_form .m-input-field[type="file"] {
          height: auto;
          padding: 0;
          border: none !important; }

/* line 226, theme.scss */
.co-title--h1 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase; }

/* line 227, theme.scss */
.co-title--h2 {
  font-size: 18px;
  font-weight: 500; }

/* line 228, theme.scss */
.co-input-title {
  font-size: 1rem; }

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

/* line 230, theme.scss */
.co-sidebar {
  box-shadow: none;
  border-left: 1px solid #eee; }

@media screen and (max-width: 768px) {
  /* line 232, theme.scss */
  .co-sidebar {
    border-left: none; } }
/* line 234, theme.scss */
.co-input-label:not(.co-title--h2) {
  font-size: 14px;
  font-weight: 400; }

/* line 235, theme.scss */
.co-input-description {
  font-size: 14px;
  color: #B6B5B5;
  line-height: 140%; }

/* line 236, theme.scss */
.co-input-field, .m-input-field {
  height: 47px;
  font-size: 14px;
  border: 1px solid #eee !important;
  padding: 0 20px;
  box-shadow: none !important;
  outline: none !important; }
  @media screen and (max-width: 767px) {
    /* line 236, theme.scss */
    .co-input-field, .m-input-field {
      font-size: 16px !important; } }

/* line 242, theme.scss */
.co-toggable_field-input--checkbox input + span, .m-input--checkbox input[type="checkbox"] {
  border: 1px solid #eee;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  box-shadow: none; }

/* line 243, theme.scss */
.m-input--checkbox [type="checkbox"] + span {
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-color: #eee; }

/* line 244, theme.scss */
.co-toggable_field--bordered {
  border: none !important; }

/* line 245, theme.scss */
.co-tabs-controls--customer .co-tabs-node {
  font-size: 14px;
  height: 40px;
  border: 1px solid #eee;
  background-color: var(--color-btn-color) !important;
  color: var(--color-text); }
  /* line 246, theme.scss */
  .co-tabs-controls--customer .co-tabs-node:hover:not(.co-tabs-controls--customer .co-tabs-node--active) {
    color: var(--color-text); }
  /* line 247, theme.scss */
  .co-tabs-controls--customer .co-tabs-node--active {
    background-color: var(--color-btn-bg) !important;
    border-color: var(--color-btn-bg);
    color: var(--color-btn-color); }

/* line 249, theme.scss */
.co-delivery_method-list.co-checkout-block {
  display: grid;
  grid-template-columns: 1fr; }
  /* line 250, theme.scss */
  .co-delivery_method-list.co-checkout-block .co-tabs-content .radio > span, .co-delivery_method-list.co-checkout-block .co-input--radio > span, .co-delivery_method-list.co-checkout-block .co-toggable_field-input--checkbox > span, .co-delivery_method-list.co-checkout-block .co-toggable_field-input--radio > span {
    color: var(--color-text); }
  /* line 251, theme.scss */
  .co-delivery_method-list.co-checkout-block div.co-input-select:after {
    right: 5px;
    top: 17px;
    font-size: 10px; }
  /* line 252, theme.scss */
  .co-delivery_method-list.co-checkout-block .payment_variants {
    order: 1;
    margin-top: 2rem; }

/* line 254, theme.scss */
#checkout_buyer_fields {
  display: none; }

/* line 255, theme.scss */
.breadcrumbs.checkout {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  font-size: 12px;
  color: #B6B5B5; }
  /* line 256, theme.scss */
  .breadcrumbs.checkout a {
    text-decoration: none;
    color: inherit;
    transition: color .2s ease; }
    /* line 257, theme.scss */
    .breadcrumbs.checkout a:hover {
      color: var(--color-accent-text); }
      /* line 257, theme.scss */
      .breadcrumbs.checkout a:hover + meta + svg {
        color: var(--color-accent-text); }
  /* line 259, theme.scss */
  .breadcrumbs.checkout .breadcrumb {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    position: relative; }
    /* line 260, theme.scss */
    .breadcrumbs.checkout .breadcrumb.active {
      color: var(--color-accent-text); }
      /* line 260, theme.scss */
      .breadcrumbs.checkout .breadcrumb.active svg {
        transform: rotateZ(180deg); }
      /* line 260, theme.scss */
      .breadcrumbs.checkout .breadcrumb.active .breadcrumb-dropdown {
        display: flex; }
    /* line 261, theme.scss */
    .breadcrumbs.checkout .breadcrumb:first-child {
      margin-left: 0; }
    /* line 263, theme.scss */
    .breadcrumbs.checkout .breadcrumb svg {
      margin-left: 7px;
      transition: transform .2s ease; }
    /* line 264, theme.scss */
    .breadcrumbs.checkout .breadcrumb .breadcrumb-dropdown {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      padding: 21px 16px 10px;
      z-index: 1;
      display: none;
      flex-flow: column;
      align-items: flex-start;
      grid-gap: 9px;
      width: 210px;
      list-style-type: none; }
      /* line 265, theme.scss */
      .breadcrumbs.checkout .breadcrumb .breadcrumb-dropdown a {
        color: var(--color-text); }
        /* line 266, theme.scss */
        .breadcrumbs.checkout .breadcrumb .breadcrumb-dropdown a:hover {
          text-decoration: underline; }
      /* line 268, theme.scss */
      .breadcrumbs.checkout .breadcrumb .breadcrumb-dropdown:before {
        content: '';
        position: absolute;
        top: 11px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--bg);
        z-index: -1;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12); }

/* line 273, theme.scss */
[for="22459718client_messenger_subscription"] {
  display: none; }

/* line 277, theme.scss */
.widget-type_slider-nav .menu-wrap div > ul.active:not(.splide__pagination) {
  min-height: 606px; }

/* line 281, theme.scss */
.widget-type_header .layout__content .menu .header-menu-subcollections > ul.active {
  min-height: 420px; }

@media screen and (max-width: 480px) {
  /* line 286, theme.scss */
  .catalog .heading {
    padding: 0 10px; } }
/* line 290, theme.scss */
.page_layout {
  width: 100%; }

@media screen and (max-width: 1024px) {
  /* line 294, theme.scss */
  .page_layout_section_top .widget-type_topbar {
    padding-left: 0 !important; } }

/* line 300, theme.scss */
.widget-type_widget_v4_product_8_19ad6df3a144e25347000a1a84b36260 .layout__content {
  display: grid; }
/* line 303, theme.scss */
.widget-type_widget_v4_product_8_19ad6df3a144e25347000a1a84b36260 .layout__content > a {
  order: -1; }

/* line 308, theme.scss */
.add-cart-counter__btn-label {
  font-size: 0px; }

@media screen and (min-width: 1124px) {
  /* line 313, theme.scss */
  .widget-type_slider-nav .menu-wrap {
    grid-template-columns: 455px calc(100% - 455px); }

  /* line 317, theme.scss */
  .widget-type_header .layout__content .menu {
    grid-template-columns: 455px 1fr; } }
/* line 323, theme.scss */
.widget-type_header .layout__content {
  grid-template-columns: 1fr 1.5fr 0.5fr !important; }

/* line 327, theme.scss */
.widget-type_header .layout__content .logo {
  text-decoration: none; }

/* line 331, theme.scss */
.logo-text {
  display: flex;
  align-items: center; }

/* line 336, theme.scss */
.logo-text > div > .robotbaza {
  color: black;
  font-size: 18px;
  font-family: 'Gotham';
  font-weight: 500;
  margin-bottom: 0px; }

/* line 343, theme.scss */
.logo-text > div > p {
  font-size: 11px;
  color: #4e4e4e;
  margin: 0 !important; }

/* line 349, theme.scss */
.widget-type_header .layout__content .menu .header-menu-subcollections {
  min-height: 100% !important; }

/* line 353, theme.scss */
.widget-type_header .layout__content .logo img {
  width: 45px;
  height: 55px;
  margin-right: 10px; }

/* line 359, theme.scss */
.widget-type_header .layout__content .menu.active {
  min-height: 435px !important;
  background: white !important; }

@media screen and (max-width: 770px) {
  /* line 367, theme.scss */
  .widget-type_header .layout__content {
    grid-template-columns: 2fr 1fr 0fr !important; }

  /* line 371, theme.scss */
  .logo-text > div > p {
    font-size: 6px !important; }

  /* line 375, theme.scss */
  .logo-text > div > .robotbaza {
    font-size: 14px !important; } }
@media screen and (max-width: 1224px) {
  /* line 381, theme.scss */
  .logo-text > div > p {
    font-size: 8px; }

  /* line 385, theme.scss */
  .logo-text > div > .robotbaza {
    font-size: 16px; }

  /* line 389, theme.scss */
  .widget-type_header .layout__content .logo img {
    width: 30px;
    height: 40px; } }
/*#m-robototechnika, #m-tsifrovye-laboratorii {
  &.active {
		display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
	}

}*/
/* line 406, theme.scss */
.break-column {
  break-after: column;
  display: block;
  break-inside: avoid; }
