@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #FAFAFA);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #fafafa);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #fafafa);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #f7f7f7);
  --bg-half-shade-is-light: var(--draft-bg-half-shade-is-light, true);
  --color-btn-bg: var(--draft-color-btn-bg, #8BB91F);
  --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, #9dd023);
  --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, #aadd35);
  --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, #caea81);
  --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, #8BB91F);
  --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, #9dd023);
  --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, #aadd35);
  --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, #caea81);
  --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, #333333);
  --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, #474747);
  --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, #5c5c5c);
  --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, #999999);
  --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, Manrope);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Manrope);
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 20);
  --search_count: var(--draft-search_count, 12);
  --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, 1216px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --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, false);
  --compare_enabled: var(--draft-compare_enabled, true); }

@media screen and (min-width: 961px) {
  /* line 4, theme.scss */
  header {
    position: sticky;
    top: 0;
    z-index: 11; } }

@font-face {
  font-family: 'TildaSans';
  src: url("TildaSans-Regular.woff2") format("woff2"), url("TildaSans-Regular.woff") format("woff"), url("TildaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
/* line 19, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

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

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

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

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

  /* line 38, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* Общие стили */
/* line 44, theme.scss */
body {
  background: #F0F0F0; }

/* line 48, theme.scss */
.hide {
  display: none;
  opacity: 0;
  visibility: hidden; }

/* line 54, theme.scss */
.relative {
  position: relative; }

/* line 58, theme.scss */
.text-center {
  text-align: center; }

/* line 62, theme.scss */
.theme-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 2; }

/* line 71, theme.scss */
.layout {
  padding-left: 20px;
  padding-right: 20px; }

/* line 75, theme.scss */
.layout[style*="--bg:"][style*="--layout-wide-bg:true"] {
  padding-left: 20px;
  padding-right: 20px; }

@media screen and (max-width: 767px) {
  /* line 80, theme.scss */
  .layout .layout__content {
    /*padding-top: var(--layout-pt);*/
    /*padding-bottom: var(--layout-pb);*/
    padding-left: 5px !important;
    padding-right: 5px !important; } }
/* line 88, theme.scss */
::placeholder {
  color: rgba(255, 255, 255, 0.4) !important; }

/* line 93, theme.scss */
h1.co-checkout-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 128%;
  letter-spacing: 0.02em;
  /* Dark-2 */
  color: #3A4145; }

/*
.co-input-label, .co-input--login label.co-input-label, label.co-input-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #3A4145;
}
*/
/* line 112, theme.scss */
.co-input-field, .co-input--login input.co-input-field, .co-input--code input[type=number], input#email {
  height: 47px;
  /* white-1 */
  background: #FFFFFF;
  /* Grey-2 */
  border: 1px solid #D7D9DB;
  border-radius: 8px; }

/* line 121, theme.scss */
.co-button:not(.co-button--link) {
  width: 100%;
  height: 51px;
  /* blue-2 */
  background: #3F6E5B;
  border-radius: 15px !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em; }

/* Личный кабинет */
/* line 134, theme.scss */
.cabinet-block {
  letter-spacing: 0.02em; }
  @media screen and (min-width: 767px) {
    /* line 136, theme.scss */
    .cabinet-block div.co-sidebar--menu {
      flex: 0 0 14rem; } }
  /* line 141, theme.scss */
  .cabinet-block .co-menu-link {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* Dark-2 */
    color: #3A4145; }
    /* line 148, theme.scss */
    .cabinet-block .co-menu-link:hover {
      font-size: 16px;
      /* Blue - 3 */
      color: #3F6E5B; }
    /* line 153, theme.scss */
    .cabinet-block .co-menu-link--active {
      /* Blue - 3 */
      color: #3F6E5B; }
  /* line 158, theme.scss */
  .cabinet-block h1.co-checkout-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #1C1F21; }
  /* line 165, theme.scss */
  .cabinet-block input.co-input-field {
    height: 62px;
    font-size: 20px;
    line-height: 28px; }
  /* line 170, theme.scss */
  .cabinet-block div.co-input-description p {
    text-align: left !important; }
  /* line 173, theme.scss */
  .cabinet-block button.co-form-button {
    max-width: 240px; }

/* Купить в один клик */
/* line 179, theme.scss */
#insales-quick-checkout-dialog {
  max-width: 640px;
  width: 100%;
  padding: 0.5rem 3rem 1.5rem 3rem;
  border-radius: 23px; }
  @media screen and (max-width: 768px) {
    /* line 179, theme.scss */
    #insales-quick-checkout-dialog {
      padding: 0.5rem 1rem 1rem 1rem; } }

/* line 189, theme.scss */
#quick_checkout_form {
  letter-spacing: 0.02em; }
  /* line 191, theme.scss */
  #quick_checkout_form .m-modal-close:after {
    color: #757575; }
  /* line 194, theme.scss */
  #quick_checkout_form .m-modal-heading {
    font-weight: 700;
    font-size: 32px;
    /* Dark-1 */
    color: #292929;
    text-align: left;
    margin: 1rem 0 0.5rem 0; }
    @media screen and (max-width: 768px) {
      /* line 194, theme.scss */
      #quick_checkout_form .m-modal-heading {
        font-size: 28px; } }
  /* line 206, theme.scss */
  #quick_checkout_form .m-modal-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #636363;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 768px) {
      /* line 206, theme.scss */
      #quick_checkout_form .m-modal-text {
        font-size: 16px; } }
  /* line 217, theme.scss */
  #quick_checkout_form .m-input-label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    /* grey */
    color: #4C4C4C; }
  /* line 224, theme.scss */
  #quick_checkout_form .m-input-field {
    height: 60px;
    /* white-1 */
    background: #FFFFFF;
    /* Grey-5 */
    border: 1px solid #A2A2A2;
    border-radius: 8px;
    font-weight: 400;
    font-size: 20px; }
  /* line 235, theme.scss */
  #quick_checkout_form label[for="client_consent_to_personal_data"] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* Gray 3 */
    color: #828282; }
    /* line 242, theme.scss */
    #quick_checkout_form label[for="client_consent_to_personal_data"]:after {
      color: #FFF; }
    @media screen and (max-width: 768px) {
      /* line 235, theme.scss */
      #quick_checkout_form label[for="client_consent_to_personal_data"] {
        margin-left: 0; } }
  /* line 250, theme.scss */
  #quick_checkout_form .m-input--checkbox [type="checkbox"] + span {
    visibility: hidden; }
  /* line 254, theme.scss */
  #quick_checkout_form #order_comment {
    min-height: 100px; }
  /* line 257, theme.scss */
  #quick_checkout_form .m-modal-button--checkout {
    width: 184px;
    height: 50px;
    /* blue-2 */
    background: #3F6E5B;
    border-radius: 15px; }
  /* line 264, theme.scss */
  #quick_checkout_form .m-modal-footer {
    text-align: left !important;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      /* line 264, theme.scss */
      #quick_checkout_form .m-modal-footer {
        text-align: center !important;
        flex-direction: column; } }

/* End Купить в один клик */
/*
.c-main-bg {
    background: rgba(0,0,0,.5);
    content: "";
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .1s ease-out;
    transition-delay: .1s;
    visibility: hidden;
    z-index: 900;
}

.c-main-bg_active {
    opacity: 1;
    visibility: visible;
}
*/
