@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, #36362F);
  --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, #4c4c42);
  --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, #626255);
  --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, #a0a092);
  --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, #737373);
  --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, #818181);
  --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, #8f8f8f);
  --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, #b9b9b9);
  --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, minimal);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #C9C9C9);
  --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, #c3c3c3);
  --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, #bbbbbb);
  --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, #656565);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success: var(--draft-color-notice-success, #C9C9C9);
  --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, #c3c3c3);
  --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, #bbbbbb);
  --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, #656565);
  --color-notice-success-half-shade-is-dark: var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error: var(--draft-color-notice-error, #C9C9C9);
  --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, #c3c3c3);
  --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, #bbbbbb);
  --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, #656565);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info: var(--draft-color-notice-info, #C9C9C9);
  --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, #c3c3c3);
  --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, #bbbbbb);
  --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, #656565);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, "Golos Text");
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, "Golos Text");
  --heading-ratio: var(--draft-heading-ratio, 1.2);
  --heading-weight: var(--draft-heading-weight, 400);
  --collection_count: var(--draft-collection_count, 24);
  --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, 1240px);
  --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); }

/*body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .button, .co-button:not(.co-button--link), .picker-button, .m-modal-button, .co-tabs-controls--customer .co-tabs-node, .modal, .option-value.is-span, .product__area-link .link {
	font-family: 'FuturaRegular'!important;
}*/
@font-face {
  font-family: "FuturaRegular";
  src: url(FuturaRegular.ttf) format("truetype"); }
@font-face {
  font-family: "Futura-Normal";
  src: url(Futura-Normal.ttf) format("truetype"); }
@font-face {
  font-family: "druk-wide-cyrillic-bold";
  src: url(druk-wide-cyrillic-bold__1_.otf) format("truetype"); }
@font-face {
  font-family: "Druk-Wide-Bold";
  src: url(Druk-Wide-Bold.ttf) format("truetype"); }
/* line 6, theme.scss */
:root body {
  --small-brs: 4px; }

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

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

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

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

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

  /* line 31, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 36, theme.scss */
.sticker-preorder {
  display: none !important; }

/* line 40, theme.scss */
.page_layout > aside {
  padding: 0 0 0 40px;
  grid-column-start: 1; }
  @media screen and (max-width: 767px) {
    /* line 40, theme.scss */
    .page_layout > aside {
      padding: 0; } }

/* line 49, theme.scss */
#email_request {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }
  /* line 53, theme.scss */
  #email_request * {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important; }
  /* line 58, theme.scss */
  #email_request img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  /* line 63, theme.scss */
  #email_request #send {
    background: var(--color-btn-bg) !important;
    font-weight: normal !important;
    text-transform: uppercase !important; }

/* line 70, theme.scss */
header {
  position: sticky;
  top: 0;
  z-index: var(--zindex-modal);
  background-color: white;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  /* line 79, theme.scss */
  header.index {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0); }
  /* line 84, theme.scss */
  header.is-scrolled {
    background-color: white; }

/* line 111, theme.scss */
.color-items-catalog .swatchProductColor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  /* line 126, theme.scss */
  .color-items-catalog .swatchProductColor__unavailable {
    opacity: 0.5;
    cursor: not-allowed; }
  /* line 131, theme.scss */
  .color-items-catalog .swatchProductColor span {
    display: block;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    margin: 0px;
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 8px; }
  /* line 153, theme.scss */
  .color-items-catalog .swatchProductColor.is-active span {
    width: 12px;
    height: 12px; }
/* line 160, theme.scss */
.color-items-catalog .color--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 180, theme.scss */
.color-items-catalog .color--active span {
  text-transform: lowercase;
  font-size: 14px;
  color: #aaa; }
/* line 187, theme.scss */
.color-items-catalog .option-label {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px; }
/* line 195, theme.scss */
.color-items-catalog .product__price-cur {
  font-style: normal;
  font-weight: 500;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    /* line 195, theme.scss */
    .color-items-catalog .product__price-cur {
      font-size: 14px; } }
/* line 205, theme.scss */
.color-items-catalog .color--items--content {
  grid-area: colors;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  margin-top: 60px;
  margin-bottom: 50px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e4e4e4; }

/* line 229, theme.scss */
.color-belyy span {
  border: 1px solid #000 !important; }

/* line 233, theme.scss */
.option-selector .option-cvet {
  display: none !important; }

/* line 237, theme.scss */
.sticker.sticker-pre,
.sticker.sticker-sale {
  text-transform: uppercase;
  background: #5e5e5e !important;
  color: #fff !important; }

/* line 245, theme.scss */
.micro-alert {
  top: 65px; }

/* line 249, theme.scss */
.micro-alert-item {
  color: #000; }

/* line 253, theme.scss */
.color-items-catalog {
  margin-top: 15px; }

/* line 257, theme.scss */
.co-basket_total-price, .co-basket_subtotal-price,
.co-price--current, .co-delivery_method-price {
  font-weight: 400; }

/* line 263, theme.scss */
.container-module_container__PQouW {
  padding: 0 !important;
  border-radius: 0px !important; }

/* line 267, theme.scss */
.main-module_close__0BnEN:before, .main-module_close__0BnEN:after {
  background-color: #FFFFFF;
  z-index: 99999 !important; }

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

/* фон */
/* line 275, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table {
  background-image: url(https://static.insales-cdn.com/files/1/3985/112947089/original/0af034621eaa779b754d8606d54dfdcbc22c322e.jpg);
  background-size: cover;
  background-position: center; }

/* звездочка */
/* line 282, 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 287, 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 {
  width: 248px !important; }

/* округление инпута */
/* line 292, 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] {
  border-radius: 0px !important;
  outline: 0px !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 {
  padding: 8px 76px !important; }

/* заголовок */
/* line 303, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(2) > tbody > tr > td > table > tbody > tr > td > div > div > span > span {
  letter-spacing: 1.5px;
  line-height: 0 !important; }

/* кнопка */
/* line 309, 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 {
  cursor: pointer;
  width: 248px !important;
  letter-spacing: 1.5px !important; }

/* line 314, 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 {
  cursor: pointer;
  letter-spacing: 1.5px !important; }

/* весь тект */
/* line 319, 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],
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(2) > tbody > tr > td > table > tbody > tr > td > div > div > span > span,
#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,
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(5) > tbody > tr > td > table > tbody > tr > td > div > ul > li > span:nth-child(3) > span > span > span {
  font-family: 'Golos Text', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; }

/* чекбокс */
/* line 327, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(5) > tbody > tr > td {
  padding: 8px 76px !important; }

/* line 331, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(5) > tbody > tr > td > table > tbody > tr > td > div > ul > li {
  display: inline-flex !important;
  align-items: flex-start;
  gap: 5px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important; }

/* line 340, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(5) > tbody > tr > td > table > tbody > tr > td > div > ul > li > span {
  display: block;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Golos Text', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; }

/* line 347, theme.scss */
input[type="checkbox"][data-virtual-name="argument-with-terms"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 21px !important;
  height: 21px !important;
  background: #ffffff !important;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 2px 0 0 0 !important;
  box-sizing: border-box !important;
  display: inline-block;
  position: relative;
  cursor: pointer;
  flex-shrink: 0; }

/* line 369, theme.scss */
input[type="checkbox"][data-virtual-name="argument-with-terms"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg); }

/* line 381, theme.scss */
input[type="checkbox"][data-virtual-name="argument-with-terms"]:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px; }

@media screen and (max-width: 680px) {
  /* line 386, theme.scss */
  .container-module_container__PQouW {
    margin: 0px !important;
    border-radius: 0px !important;
    max-width: 90% !important;
    min-width: 320px !important; }

  /* line 392, theme.scss */
  #static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(5) > tbody > tr > td {
    padding: 0px 35px !important; }

  /* line 395, theme.scss */
  #static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(3) > tbody > tr > td {
    padding: 0px 35px !important; } }
