@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, #FF6F1E);
  --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, #ff7f35);
  --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, #ff8d4b);
  --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, #ffb88f);
  --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, #FF6F1E);
  --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, #ff7f35);
  --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, #ff8d4b);
  --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, #ffb88f);
  --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, circle);
  --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, Montserrat);
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, Montserrat);
  --heading-ratio: var(--draft-heading-ratio, 1);
  --heading-weight: var(--draft-heading-weight, 300);
  --product-card-heading-font-family: var(--draft-product-card-heading-font-family, heading);
  --product-card-heading-ratio: var(--draft-product-card-heading-ratio, 1);
  --product-card-heading-weight: var(--draft-product-card-heading-weight, 400);
  --product-card-heading-uppercase: var(--draft-product-card-heading-uppercase, true);
  --product-card-price-font-family: var(--draft-product-card-price-font-family, body);
  --product-card-price-ratio: var(--draft-product-card-price-ratio, 1);
  --product-card-price-weight: var(--draft-product-card-price-weight, 600);
  --product-card-img-fit: var(--draft-product-card-img-fit, cover);
  --product-card-img-ratio: var(--draft-product-card-img-ratio, 0.8);
  --collection_count: var(--draft-collection_count, 20);
  --search_count: var(--draft-search_count, 24);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --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, true);
  --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, true);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, true);
  --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); }

@font-face {
  font-family: 'NocturneSerif';
  src: url("NocturneSerif-Regular.woff") format("woff"), url("NocturneSerif-Regular.otf") format("opentype"), url("NocturneSerif-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* line 1, product_card.scss */
.product-card {
  --dzadza-color: #FF6F1E;
  --white-color: #FFFFFF;
  --light-gray-color: #C0C6CC;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  position: relative; }
  /* line 6, product_card.scss */
  .product-card[style*="--heading-font-family:body"] .heading {
    font-family: var(--font-family); }
  /* line 11, product_card.scss */
  .product-card[style*="--heading-font-family:heading"] .heading {
    font-family: var(--font-family-heading); }
  /* line 16, product_card.scss */
  .product-card[style*="--heading-uppercase:true"] .heading {
    text-transform: uppercase; }
  /* line 21, product_card.scss */
  .product-card[style*="--price-font-family:body"] .product-card__price {
    font-family: var(--font-family); }
  /* line 26, product_card.scss */
  .product-card[style*="--price-font-family:heading"] .product-card__price {
    font-family: var(--font-family-heading); }
  /* line 39, product_card.scss */
  .product-card.not-available.is-zero-count-hidden .product-card__available, .product-card.not-available.is-zero-count-shown.is-forbid-order-over-existing .product-card__available {
    display: block; }
  /* line 44, product_card.scss */
  .product-card.not-available.is-zero-count-hidden .product-card__photo img, .product-card.not-available.is-zero-count-shown.is-forbid-order-over-existing .product-card__photo img {
    opacity: 0.3; }
  /* line 49, product_card.scss */
  .product-card.not-available.is-zero-count-hidden .product-card__price-cur,
  .product-card.not-available.is-zero-count-hidden .product-card__price-min,
  .product-card.not-available.is-zero-count-hidden .product-card__price-label, .product-card.not-available.is-zero-count-shown.is-forbid-order-over-existing .product-card__price-cur,
  .product-card.not-available.is-zero-count-shown.is-forbid-order-over-existing .product-card__price-min,
  .product-card.not-available.is-zero-count-shown.is-forbid-order-over-existing .product-card__price-label {
    color: var(--color-text-half-shade); }
  /* line 57, product_card.scss */
  .product-card.not-available.is-zero-count-hidden .product-card__control_not-available {
    display: block; }
  /* line 63, product_card.scss */
  .product-card.not-available.is-zero-count-preorder .sticker-preorder {
    display: inline-flex; }
  /* line 70, product_card.scss */
  .product-card.not-available.is-zero-count-hidden .product-card__control_available, .product-card.not-available.is-zero-count-shown.is-forbid-order-over-existing .product-card__control_available {
    display: none; }
  /* line 74, product_card.scss */
  .product-card.not-available.is-zero-count-hidden .product-card__control_not-available, .product-card.not-available.is-zero-count-shown.is-forbid-order-over-existing .product-card__control_not-available {
    display: block; }
  /* line 80, product_card.scss */
  .product-card__available {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 1rem;
    transform: translateY(-50%);
    color: var(--color-text);
    display: none; }
  /* line 93, product_card.scss */
  .product-card__area-content {
    height: 100%;
    padding-top: 0.75rem;
    display: flex;
    flex-direction: column; }
  /* line 99, product_card.scss */
  .product-card__area-title, .product-card__area-price {
    margin-bottom: 0.75rem; }
  /* line 104, product_card.scss */
  .product-card__area-price {
    margin-top: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 0.5rem; }
  /* line 113, product_card.scss */
  .product-card__photo {
    position: relative;
    overflow: hidden; }
    /* line 117, product_card.scss */
    .product-card__photo-controls {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-flow: row nowrap; }
    /* line 127, product_card.scss */
    .product-card__photo-control {
      flex: 1 1 auto; }
    /* line 132, product_card.scss */
    .product-card__photo img.lazyload {
      visibility: hidden; }
      /* line 135, product_card.scss */
      .product-card__photo img.lazyload.loaded {
        visibility: visible; }
  /* line 142, product_card.scss */
  .product-card__stickers {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: row wrap;
    gap: 0.5rem;
    max-width: calc(100% - 1.5rem - var(--controls-height-m)); }
    /* line 151, product_card.scss */
    .product-card__stickers .sticker {
      padding: 0.25rem 0.75rem;
      color: var(--color-text);
      font-size: 0.75rem;
      text-transform: uppercase; }
      /* line 156, product_card.scss */
      .product-card__stickers .sticker:empty {
        display: none; }
      @media screen and (max-width: 767px) {
        /* line 151, product_card.scss */
        .product-card__stickers .sticker {
          font-size: 0.55rem;
          padding: 0.25rem 0.55rem; } }
      /* line 163, product_card.scss */
      .product-card__stickers .sticker.sticker-preorder {
        display: none; }
  /* line 169, product_card.scss */
  .product-card__title {
    text-decoration: none;
    color: var(--color-text);
    line-height: 1.25;
    display: block;
    margin: 0; }
    /* line 175, product_card.scss */
    .product-card__title span.nobr {
      white-space: nowrap; }
    @media screen and (max-width: 767px) {
      /* line 179, product_card.scss */
      .product-card__title.heading {
        font-size: calc(var(--font-size)* var(--heading-ratio) * 0.75); } }
  /* line 185, product_card.scss */
  .product-card__price {
    font-size: calc(var(--font-size)*var(--price-ratio, 1.5));
    font-weight: var(--price-weight, 400);
    display: flex;
    gap: 0.5rem;
    align-items: center;
    line-height: 1.25; }
    @media screen and (max-width: 767px) {
      /* line 185, product_card.scss */
      .product-card__price {
        font-size: calc(var(--font-size)* var(--price-ratio) * 0.75); } }
    /* line 195, product_card.scss */
    .product-card__price-cur, .product-card__price-min, .product-card__price-label {
      display: inline-block;
      align-self: end;
      white-space: nowrap; }
    /* line 203, product_card.scss */
    .product-card__price-old {
      display: inline-block;
      color: var(--color-text-half-shade);
      text-decoration: line-through;
      white-space: nowrap; }
  /* line 210, product_card.scss */
  .product-card__color {
    display: block;
    height: 0.5rem;
    width: 0.5rem; }
    /* line 214, product_card.scss */
    .product-card__color_belyy {
      border: 1px solid #eee; }
    /* line 218, product_card.scss */
    .product-card__color-list {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      gap: 0.5rem; }
  /* line 226, product_card.scss */
  .product-card__buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-flow: column wrap;
    gap: 0.5rem; }
    @media screen and (min-width: 768px) {
      /* line 226, product_card.scss */
      .product-card__buttons {
        opacity: 0;
        transition: .3s; } }
  /* line 240, product_card.scss */
  .product-card__button {
    width: var(--controls-height-m);
    padding: 0;
    box-shadow: unset;
    font-size: 1.5rem;
    color: var(--color-text);
    background: transparent;
    border: 0 !important; }
    /* line 248, product_card.scss */
    .product-card__button:hover {
      background: transparent;
      color: var(--color-accent-text) !important; }
    /* line 254, product_card.scss */
    .product-card__button_favorites .icon-favorites-f {
      display: none; }
    /* line 260, product_card.scss */
    .product-card__button_favorites.favorites-added .icon-favorites-o {
      display: none; }
    /* line 264, product_card.scss */
    .product-card__button_favorites.favorites-added .icon-favorites-f {
      display: block; }
  /* line 272, product_card.scss */
  .product-card .splide__pagination {
    gap: 0.125rem;
    bottom: 0.25rem;
    left: 0.25rem;
    right: 0.25rem;
    padding: 0;
    transition: .3s;
    transform: unset; }
    /* line 280, product_card.scss */
    .product-card .splide__pagination li {
      display: block;
      flex: 1 1 auto; }
    /* line 284, product_card.scss */
    .product-card .splide__pagination__page {
      display: block;
      background: var(--light-gray-color);
      width: 100%;
      height: 0.125rem;
      border-radius: 0;
      margin: 0;
      padding: 0;
      transition: transform .2s linear;
      border: none;
      opacity: 1; }
      /* line 295, product_card.scss */
      .product-card .splide__pagination__page.is-active {
        transform: unset;
        background: var(--dzadza-color); }
  @media screen and (max-width: 767px) {
    /* line 302, product_card.scss */
    .product-card .splide__pagination {
      left: unset; }
      /* line 304, product_card.scss */
      .product-card .splide__pagination__page {
        width: 0.375rem; } }
  @media screen and (min-width: 768px) {
    /* line 310, product_card.scss */
    .product-card .splide__pagination {
      opacity: 0; } }
  /* line 316, product_card.scss */
  .product-card:hover .product-card__buttons {
    opacity: 1; }
  /* line 319, product_card.scss */
  .product-card:hover .splide__pagination {
    opacity: 1; }
  @media screen and (max-width: 767px) {
    /* line 326, product_card.scss */
    .product-card__photo-controls {
      display: none; } }

/* line 6, theme.scss */
:root body {
  --font-family-heading: 'NocturneSerif'; }

/* line 10, theme.scss */
.content_2cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-auto-rows: minmax(300px, auto); }

@media (max-width: 767px) {
  /* line 13, theme.scss */
  .content_2cols {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-auto-rows: minmax(300px, auto); } }
/* line 15, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 19, theme.scss */
.sticker-preorder {
  display: none !important; }

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

/* line 26, theme.scss */
.widget-type_system_widget_v4_cart_2 .item-title {
  text-transform: uppercase; }

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

/* line 37, theme.scss */
.button,
.co-button:not(.co-button--link) {
  font-family: var(--font-family-heading);
  color: #000;
  border: var(--controls-border-width) solid #000000;
  text-transform: uppercase; }

/* line 44, theme.scss */
.button.button_size-m span,
.co-button.button_size-m span {
  position: relative;
  top: 1px; }

/* line 49, theme.scss */
.button.button_size-l span,
.co-button.button_size-l span {
  position: relative;
  top: 2px; }

/* line 54, theme.scss */
.button:hover,
.co-button:hover:not(.co-button--link) {
  color: #000;
  border: var(--controls-border-width) solid #000000; }

/* line 60, theme.scss */
.button.add-cart-counter__controls-btn {
  color: var(--bg);
  background-color: #000000;
  border: var(--controls-border-width) solid #000000; }

/* line 65, theme.scss */
.button.add-cart-counter__controls-btn:hover {
  color: #000000;
  background-color: var(--bg);
  border: var(--controls-border-width) solid #000000; }

/* line 71, theme.scss */
a.button.add-cart-counter__detail, a.buuton.add-cart-counter__detail:hover {
  text-transform: none;
  font-size: 13px;
  background-color: #f7f7f7;
  border: var(--controls-border-width) solid #f7f7f7; }

/* line 78, theme.scss */
.button.button_second,
.co-button.button_second {
  --color-btn-second-border-color: #000;
  --color-btn-second-color: #000;
  --color-btn-second-border-color-hover: #000;
  --color-btn-second-color-hover: #000;
  --color-btn-second-bg: #FFF;
  --color-btn-second-bg-hover: #ff7f35; }

/* line 88, theme.scss */
.product__photo-tumb.img-ratio img, .product__photo.img-ratio img {
  object-fit: cover !important; }

/* line 91, theme.scss */
.ucase {
  text-transform: uppercase; }

/* line 94, theme.scss */
.product__title.heading {
  font-size: 20px; }

/* line 97, theme.scss */
.product__price .product__price-cur {
  font-size: 26px; }

/* line 100, theme.scss */
.product .product-form {
  gap: 0 !important; }

/* line 103, theme.scss */
.micro-alert-item.is-success-notice {
  background-color: var(--color-btn-bg-minor-shade); }

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

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

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

  /* line 117, theme.scss */
  .widget-type_widget_v4_catalog_6_e225dbcffe489e3793a0d252ffdf4840 .group-btn {
    opacity: 1 !important;
    transform: translateX(0) !important;
    display: flex !important; }

  /* line 123, theme.scss */
  .widget-type_widget_v4_catalog_6_e225dbcffe489e3793a0d252ffdf4840 .product__area-link {
    grid-area: calculate-delivery !important; }

  /* line 126, theme.scss */
  .widget-type_widget_v4_catalog_6_e225dbcffe489e3793a0d252ffdf4840 .product__price {
    margin-top: 1.5rem; }

  /* line 129, theme.scss */
  .modal__header {
    padding: 20px 10px 10px 10px; } }
@media screen and (max-width: 1024px) {
  /* line 135, theme.scss */
  .widget-type_widget_v4_catalog_6_e225dbcffe489e3793a0d252ffdf4840 .product {
    flex-flow: row wrap;
    grid-template-areas: "title" "photo" "info" "variants" "price" "properties" "buy" "description" "calculate-delivery" !important; }

  /* line 139, theme.scss */
  .widget-type_widget_v4_catalog_6_e225dbcffe489e3793a0d252ffdf4840 .product__area-title {
    margin-bottom: 14px !important; } }
/* line 144, theme.scss */
.ctsocial__bgimg {
  background-image: url("Znak_black.png"); }

/* line 149, theme.scss */
.side-panel__head__controls {
  display: none !important; }

/* line 154, theme.scss */
.main-module_close__0BnEN {
  z-index: 99999999999 !important; }

/* line 158, theme.scss */
.btn-on-top.is-show {
  width: 63px !important;
  height: 63px !important;
  border-radius: 50% !important;
  right: 67px;
  bottom: 75px; }
  @media screen and (max-width: 768px) {
    /* line 158, theme.scss */
    .btn-on-top.is-show {
      right: 8px !important;
      bottom: 84px !important; } }

/* line 171, theme.scss */
.messenger_link.soclinks__item svg {
  fill: #000; }

/* line 177, theme.scss */
div[class*="main-module_close"] {
  /*
  	border-radius: 50% !important; 
  	padding: 10px !important; 
  	background-color: #FF6F1E !important; 
  */
  width: 42px !important;
  height: 42px !important;
  left: 50% !important;
  top: 50% !important; }

/* line 190, theme.scss */
div[class*="main-module_close"]:before, div[class*="main-module_close"]:after {
  left: 20px !important;
  height: 23px !important; }

@media (max-width: 767px) {
  /* line 196, theme.scss */
  div[class*="main-module_close"] {
    transform: translate(calc(-50% + 145px), calc(-50% - 205px)) !important; }

  /* line 199, theme.scss */
  div[class*="container-module_container__"] {
    max-width: 340px !important;
    min-width: 340px !important; }

  /* line 204, theme.scss */
  #gridster_block_7_main_img {
    width: 120% !important;
    max-width: 120% !important;
    height: auto !important;
    max-height: unset !important;
    margin-left: -10% !important;
    margin-right: -10% !important; } }
@media (min-width: 768px) {
  /* line 215, theme.scss */
  div[class*="main-module_close"] {
    transform: translate(calc(-50% + 200px), calc(-50% - 235px)) !important; }

  /* line 219, theme.scss */
  #gridster_block_7_main_img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: unset !important; } }
/* line 227, theme.scss */
#gridster_block_10_main_img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: unset !important; }

/* line 234, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(1) > tbody > tr > td > table > tbody > tr > td > table {
  margin-left: -20px !important;
  margin-right: -20px !important; }

/* line 245, theme.scss */
[class*="container-module_container__"] {
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow-x: hidden !important; }

/* line 251, theme.scss */
#unisender-subscribe-form {
  display: block !important;
  margin-left: -5px !important;
  margin-right: -5px !important; }

/* line 257, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(4) > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td {
  border: none !important;
  border-radius: unset !important;
  padding: unset !important;
  background-color: unset !important;
  height: unset !important;
  min-height: unset !important; }

/* line 266, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(4) > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 100% !important;
  font-weight: var(--font-weight) !important;
  line-height: 1 !important;
  border-radius: var(--controls-btn-border-radius) !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  user-select: none !important;
  background: var(--color-btn-bg) !important;
  box-shadow: var(--color-btn-shadow) !important;
  padding: var(--controls-btn-padding-y) var(--controls-btn-padding-x) !important;
  outline: none !important;
  transition: var(--btn-transition) !important;
  font-family: var(--font-family-heading) !important;
  border: var(--controls-border-width) solid var(--color-btn-bg) !important;
  text-transform: uppercase !important;
  height: var(--controls-height-l) !important;
  font-size: var(--controls-font-size-l) !important;
  background-color: var(--color-btn-bg) !important;
  color: #fff !important;
  cursor: pointer !important;
  min-width: 250px !important; }

/* line 298, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(3) > tbody > tr > td > table > tbody > tr > td > div > label {
  display: none !important; }

/* line 302, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(3) > tbody > tr > td > table > tbody > tr > td > div > div {
  display: inline-block !important;
  width: 100% !important;
  text-align: center !important;
  padding-bottom: 10px !important; }

/* line 309, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(3) > tbody > tr > td > table > tbody > tr > td > div > div > input[type=text] {
  margin: 0 !important;
  display: inline-block !important;
  padding: var(--controls-form-padding-y) var(--controls-form-padding-x) !important;
  font-family: var(--font-family) !important;
  font-weight: var(--font-weight) !important;
  line-height: var(--line-height) !important;
  background: #fff !important;
  border-radius: var(--controls-form-border-radius) !important;
  box-shadow: var(--color-form-controls-shadow) !important;
  outline: 0 !important;
  vertical-align: middle !important;
  transition: var(--input-transition) !important;
  height: var(--controls-height-l) !important;
  width: 100% !important;
  background-color: #fff !important;
  font-size: var(--controls-font-size-m) !important;
  color: var(--color-text) !important;
  border: var(--controls-border-width) solid #000 !important;
  margin-left: auto !important;
  margin-right: auto !important; }

@media (max-width: 767px) {
  /* line 333, theme.scss */
  #static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(3) > tbody > tr > td > table > tbody > tr > td > div > div > input[type=text] {
    max-width: 250px !important; } }
@media (min-width: 768px) {
  /* line 338, theme.scss */
  #static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(3) > tbody > tr > td > table > tbody > tr > td > div > div > input[type=text] {
    max-width: 250px !important; } }
/* line 343, theme.scss */
.pagination-span {
  font-size: 1.25rem;
  background: #fe6f1f; }

/* line 349, theme.scss */
.link-sale {
  color: #921913 !important;
  font-weight: 600 !important; }

/* line 353, theme.scss */
.link-novinki {
  color: #FF6F1E !important;
  font-weight: 600 !important; }

/* line 366, theme.scss */
.co-checkout-title, .co-title--h1 {
  --heading-ratio: 2;
  font-size: calc(var(--font-size)*var(--heading-ratio, 2));
  font-weight: 500;
  margin: 0; }
  @media screen and (max-width: 767px) {
    /* line 366, theme.scss */
    .co-checkout-title, .co-title--h1 {
      font-size: calc(var(--font-size)*var(--heading-ratio, 2)*.75); } }

/* line 376, theme.scss */
.co-title.co-title--h2 {
  --heading-ratio: 1.5;
  font-size: calc(var(--font-size)*var(--heading-ratio, 2));
  font-weight: 500;
  margin: 0; }
  @media screen and (max-width: 767px) {
    /* line 376, theme.scss */
    .co-title.co-title--h2 {
      font-size: calc(var(--font-size)*var(--heading-ratio, 2)*.75); } }

/* line 385, theme.scss */
#delivery_address {
  margin-top: 1rem; }

/* line 388, theme.scss */
.co-sidebar {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 392, theme.scss */
button.co-sidebar-toggler {
  flex-wrap: wrap;
  margin-bottom: 1rem;
  background-color: var(--bg);
  padding: 1rem 0 0 0;
  align-items: center; }

/* line 399, theme.scss */
button.co-sidebar-toggler:hover, button.co-sidebar-toggler:focus {
  background-color: var(--bg); }

/* line 402, theme.scss */
.co-sidebar-toggler_title {
  font-size: 1.25rem;
  font-weight: 400;
  margin-left: 0.25em;
  margin-right: 0.25rem; }

/* line 408, theme.scss */
.halfling-shopping-cart:before {
  content: '\ea15';
  font-family: 'insales-icons' !important;
  font-size: 1.5rem; }

/* line 413, theme.scss */
.halfling-menu-down:before {
  content: "\ea08";
  font-family: 'insales-icons' !important;
  font-size: 1.25rem; }

/* line 418, theme.scss */
.co-sidebar-toggler--opend .halfling-menu-down {
  transform: rotate(180deg); }

/* line 421, theme.scss */
.co-sidebar-toggler:focus, .co-sidebar-toggler.picker-input--active, .co-sidebar-toggler--opend {
  box-shadow: none; }

@media screen and (max-width: 767px) {
  /* line 425, theme.scss */
  .co-checkout-block--padded {
    padding-left: 0;
    padding-right: 0; } }
/* line 430, theme.scss */
.co-button--checkout#create_order {
  font-size: var(--controls-font-size-l); }

/* Переключающиеся элементы checkbox и radio */
/* line 434, theme.scss */
.toggable-field, .co-toggable_field {
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  cursor: pointer; }

/* line 441, theme.scss */
.co-input--checkbox .co-input-title {
  display: none; }
/* line 444, theme.scss */
.co-input--checkbox .co-input-description {
  color: var(--color-text);
  margin-top: 0; }
/* line 449, theme.scss */
.co-input--checkbox.co-input--required .co-input-description > p::after {
  font-size: 0.9em;
  margin-left: 0.2em;
  line-height: 0.7em;
  content: '*';
  color: red; }

/* line 458, theme.scss */
.input-checkbox, .co-toggable_field-input.co-toggable_field-input--checkbox {
  display: flex;
  width: fit-content;
  margin-right: 0.5rem;
  flex: 0 0 auto;
  align-self: baseline; }
  /* line 465, theme.scss */
  .input-checkbox input, .co-toggable_field-input.co-toggable_field-input--checkbox input {
    width: 0;
    height: 0;
    display: none;
    border: none;
    opacity: 0; }
    /* line 472, theme.scss */
    .input-checkbox input:checked + span, .co-toggable_field-input.co-toggable_field-input--checkbox input:checked + span {
      -webkit-box-shadow: inset 0 0 0 0.75rem var(--color-btn-bg);
      box-shadow: inset 0 0 0 0.75rem var(--color-btn-bg); }
      /* line 476, theme.scss */
      .input-checkbox input:checked + span:after, .co-toggable_field-input.co-toggable_field-input--checkbox input:checked + span:after {
        content: '\ea17';
        color: #fff; }
    /* line 481, theme.scss */
    .input-checkbox input + span, .co-toggable_field-input.co-toggable_field-input--checkbox input + span {
      flex: 0 0 1.375rem;
      width: 1.375rem;
      height: 1.375rem;
      border-radius: 0;
      position: relative;
      -webkit-box-shadow: inset 0 0 0 1px var(--color-btn-bg);
      box-shadow: inset 0 0 0 1px var(--color-btn-bg);
      transition-duration: 0.3s; }
      /* line 491, theme.scss */
      .input-checkbox input + span:after, .co-toggable_field-input.co-toggable_field-input--checkbox input + span:after {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        font-size: 1rem;
        line-height: 1;
        font-family: "insales-icons"; }

/* line 503, theme.scss */
.input-radio, .co-toggable_field-input.co-toggable_field-input--radio {
  display: flex;
  width: fit-content;
  margin-right: 0.5rem;
  flex: 0 0 auto; }
  /* line 508, theme.scss */
  .input-radio input, .co-toggable_field-input.co-toggable_field-input--radio input {
    width: 0;
    height: 0;
    display: none;
    border: none;
    opacity: 0; }
    /* line 515, theme.scss */
    .input-radio input:checked + span, .co-toggable_field-input.co-toggable_field-input--radio input:checked + span {
      -webkit-box-shadow: inset 0 0 0 1px var(--color-btn-bg);
      box-shadow: inset 0 0 0 1px var(--color-btn-bg); }
      /* line 518, theme.scss */
      .input-radio input:checked + span:after, .co-toggable_field-input.co-toggable_field-input--radio input:checked + span:after {
        content: '';
        height: 0.625rem;
        width: 0.625rem;
        border-radius: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: var(--color-btn-bg); }
    /* line 530, theme.scss */
    .input-radio input + span, .co-toggable_field-input.co-toggable_field-input--radio input + span {
      flex: 0 0 1.375rem;
      width: 1.375rem;
      height: 1.375rem;
      position: relative;
      -webkit-box-shadow: inset 0 0 0 1px var(--color-btn-bg);
      box-shadow: inset 0 0 0 1px var(--color-btn-bg);
      transition-duration: 0.3s; }

/* line 543, theme.scss */
[data-delivery-tariffs-8001494] .co-delivery_method-title {
  visibility: hidden;
  position: relative; }

/* line 547, theme.scss */
[data-delivery-tariffs-8001494] .co-delivery_method-title:before {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Курьером СДЭК"; }

/* line 554, theme.scss */
[data-delivery-tariffs-8001494] .co-delivery_method-title + .co-delivery_method-description {
  display: none; }

/* line 557, theme.scss */
[data-delivery-tariffs-8001494] .co-delivery_method-title + .co-delivery_method-description + .co-delivery_method-description:before {
  content: "Доставка курьерской службой СДЭК."; }
