@charset "UTF-8";
/* line 1, theme.scss */
html {
  font-size: 16px; }

/* line 6, theme.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
  font-size: 1.6rem; }

@media (max-width: 1024px) {
  /* line 11, theme.scss */
  h1,
  .h1,
  .heading {
    font-size: 1.4rem;
    margin-top: 15px;
    margin-bottom: 15px; } }
@media (min-width: 1024px) {
  /* line 21, theme.scss */
  body[data-theme-template^="page"] main {
    font-size: 1rem; } }
/* line 26, theme.scss */
.button,
.btn,
.btn-primary,
input[type="submit"],
button {
  font-weight: var(--font-weight);
  font-style: normal;
  background: #000000;
  border-color: #000000;
  color: var(--color-btn-color); }

/* line 38, theme.scss */
.button:hover,
.btn:hover,
.btn-primary:hover,
input[type="submit"]:hover,
button:hover {
  background: #000000;
  border-color: #000000;
  color: var(--color-btn-color); }

/* line 48, theme.scss */
.form-control, .co-input-field, .m-input-field {
  font-weight: var(--font-weight);
  font-style: normal; }

/* line 53, theme.scss */
.co-menu-link,
a.co-menu {
  text-decoration: none;
  color: #000000; }
  /* line 58, theme.scss */
  .co-menu-link:hover,
  a.co-menu:hover {
    color: #004085; }

/* line 63, theme.scss */
input[id="shipping_address_house"] {
  all: unset;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 40px !important;
  font-size: 16px !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  border: 1px solid #333 !important; }

/* line 75, theme.scss */
.co-input {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important; }

/* line 83, theme.scss */
:root {
  --layout-side-padding: 30px;
  --layout-side-padding-mobile: 0.625rem;
  --grid-gap: 20px;
  --grid-gap-mobile: 10px;
  --columns-desktop: 3;
  --columns-mobile: 2;
  --fixed-panels-bottom-offset: 0px; }

/* line 95, theme.scss */
.page_layout {
  padding-bottom: var(--fixed-panels-bottom-offset, 0px);
  transition: padding-bottom 0.25s ease; }

@supports (padding-bottom: calc(1px + env(safe-area-inset-bottom))) {
  /* line 101, theme.scss */
  .page_layout {
    padding-bottom: calc( var(--fixed-panels-bottom-offset, 0px) + env(safe-area-inset-bottom) ); } }
@media (max-width: 767px) {
  /* line 109, theme.scss */
  .page_layout {
    padding-bottom: calc(var(--fixed-panels-bottom-offset, 0px) + 12px); }

  /* line 113, theme.scss */
  body.is-ios-chrome[data-theme-template="index"] .page_layout {
    padding-bottom: calc(var(--fixed-panels-bottom-offset, 0px) + 64px); }

  /* line 117, theme.scss */
  body.is-ios-chrome[data-theme-template="index"] .ios-chrome-scroll-spacer {
    height: 120px; } }
@supports (padding-bottom: calc(1px + env(safe-area-inset-bottom))) {
  @media (max-width: 767px) {
    /* line 124, theme.scss */
    .page_layout {
      padding-bottom: calc( var(--fixed-panels-bottom-offset, 0px) + env(safe-area-inset-bottom) + 12px ); }

    /* line 130, theme.scss */
    body.is-ios-chrome[data-theme-template="index"] .page_layout {
      padding-bottom: calc( var(--fixed-panels-bottom-offset, 0px) + env(safe-area-inset-bottom) + 64px ); }

    /* line 136, theme.scss */
    body.is-ios-chrome[data-theme-template="index"] .ios-chrome-scroll-spacer {
      height: calc(env(safe-area-inset-bottom) + 120px); } } }
/* line 142, theme.scss */
html,
body,
input,
button,
select,
textarea {
  font-family: var(--font-family, "MetronomC", sans-serif) !important; }

/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #ffffff);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #000000);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #1a1a1a);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #333333);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #808080);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #C4BABA);
  --color-accent-text-is-light: var(--draft-color-accent-text-is-light, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #bfb4b4);
  --color-accent-text-minor-shade-is-light: var(--draft-color-accent-text-minor-shade-is-light, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #b8acac);
  --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, #675858);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #000000);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #1a1a1a);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #333333);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #808080);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, thin);
  --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, #fff0be);
  --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, #ffecac);
  --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, #e6b000);
  --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, #FFFFFF);
  --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, #f7f7f7);
  --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, #ededed);
  --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, #808080);
  --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, #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, #f6ccd0);
  --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, #f3bcc1);
  --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, #c52330);
  --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, #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, #bedeff);
  --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, #acd4ff);
  --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, #006fe6);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-size: var(--draft-font-size, 14px);
  --heading-ratio: var(--draft-heading-ratio, 2.1);
  --heading-weight: var(--draft-heading-weight, 700);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 20);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, false); }

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

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

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

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

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

  /* line 194, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 200, theme.scss */
.client-account__code-timer {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #6c6c6c; }

/* line 207, theme.scss */
.client-account__captcha {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  pointer-events: none !important; }

/* line 220, theme.scss */
.client-account__captcha iframe,
.client-account__captcha > div {
  width: 1px !important;
  height: 1px !important;
  pointer-events: none !important; }

/* line 227, theme.scss */
.co-form--login_by_email .co-input[aria-hidden="true"] {
  display: none !important; }

/* line 231, theme.scss */
.co-form--login {
  display: inline-block !important;
  width: auto;
  max-width: 100%;
  flex: 0 0 auto !important; }

/* line 238, theme.scss */
.co-form--login .co-input {
  width: auto !important;
  max-width: 100% !important;
  flex: 0 0 auto !important; }

/* line 244, theme.scss */
.co-form--login .co-input-field,
.co-form--login [data-send-code] {
  max-width: 100%; }

/* line 249, theme.scss */
.co-form--login .co-input-field:focus,
.co-form--login .co-input-field:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: #000 !important; }

/* line 257, theme.scss */
.checkout-v2-wrapper .co-section--content {
  padding-left: 0 !important;
  padding-right: 0 !important; }
/* line 262, theme.scss */
.checkout-v2-wrapper .co-section--content_block,
.checkout-v2-wrapper .co-login,
.checkout-v2-wrapper .co-login-form_placeholder.co-checkout-block--padded,
.checkout-v2-wrapper .co-login--social_login.co-checkout-block--padded {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }
/* line 275, theme.scss */
.checkout-v2-wrapper .co-form--login,
.checkout-v2-wrapper .co-form--login_by_email {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex: 1 1 auto !important; }
/* line 285, theme.scss */
.checkout-v2-wrapper .co-form--login .co-input,
.checkout-v2-wrapper .co-form--login_by_email .co-input {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }
/* line 294, theme.scss */
.checkout-v2-wrapper .co-form--login_by_email .co-input-field,
.checkout-v2-wrapper .co-form--login_by_email input[type="email"],
.checkout-v2-wrapper .co-form--login_by_email input[type="submit"],
.checkout-v2-wrapper .co-form--login_by_email button,
.checkout-v2-wrapper .co-form--login_by_email .button,
.checkout-v2-wrapper .co-form--login_by_email [data-send-code] {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block; }

@media (max-width: 767px) {
  /* line 310, theme.scss */
  .co-form--login {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 auto !important; }
    /* line 316, theme.scss */
    .co-form--login .co-input {
      width: 100% !important;
      max-width: 100% !important;
      flex: 1 1 auto !important; }

  /* line 324, theme.scss */
  .checkout-v2-wrapper .co-section--content {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  /* line 329, theme.scss */
  .checkout-v2-wrapper .co-section--checkout_header {
    padding: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  /* line 335, theme.scss */
  .checkout-v2-wrapper .co-section--checkout_header .co-checkout-title,
  .checkout-v2-wrapper .co-section--checkout_header .co-title,
  .checkout-v2-wrapper .co-checkout-title.co-title--h1 {
    font-size: 1.4rem !important; }
  /* line 341, theme.scss */
  .checkout-v2-wrapper .co-section--content_block,
  .checkout-v2-wrapper .co-login,
  .checkout-v2-wrapper .co-login-form_placeholder.co-checkout-block--padded,
  .checkout-v2-wrapper .co-login--social_login.co-checkout-block--padded {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important; }
  /* line 353, theme.scss */
  .checkout-v2-wrapper .co-section--content_block {
    align-items: stretch !important;
    display: block !important; }
  /* line 358, theme.scss */
  .checkout-v2-wrapper .co-login {
    display: block !important;
    align-items: stretch !important; }
  /* line 363, theme.scss */
  .checkout-v2-wrapper .co-form--login_by_email {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    /* line 369, theme.scss */
    .checkout-v2-wrapper .co-form--login_by_email .co-input {
      width: 100% !important;
      max-width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important; }
    /* line 376, theme.scss */
    .checkout-v2-wrapper .co-form--login_by_email .co-input-field,
    .checkout-v2-wrapper .co-form--login_by_email input[type="email"],
    .checkout-v2-wrapper .co-form--login_by_email input[type="submit"],
    .checkout-v2-wrapper .co-form--login_by_email button,
    .checkout-v2-wrapper .co-form--login_by_email .button,
    .checkout-v2-wrapper .co-form--login_by_email [data-send-code] {
      width: 100% !important;
      max-width: 100% !important;
      box-sizing: border-box;
      margin-left: 0 !important;
      margin-right: 0 !important;
      display: block; } }
@media (min-width: 1025px) {
  /* Центрируем контент внутри обертки, не ломая футер */
  /* line 395, theme.scss */
  body.client-account-login .checkout-v2-wrapper {
    min-height: calc(100vh - 350px);
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    gap: 0;
    padding: 2rem 0; }

  /* Заголовок */
  /* line 408, theme.scss */
  body.client-account-login .co-section--checkout_header {
    width: 100%;
    max-width: 460px;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto; }

  /* line 417, theme.scss */
  body.client-account-login .co-title--h1 {
    margin: 0 0 2rem 0 !important;
    line-height: 1.2; }

  /* Контент с формой */
  /* line 423, theme.scss */
  body.client-account-login .co-section--content {
    max-width: 460px;
    width: 100%;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto; }

  /* Гарантированно выравниваем вложенные блоки */
  /* line 436, theme.scss */
  body.client-account-login .co-section--content_block,
  body.client-account-login .co-checkout-block--padded,
  body.client-account-login .co-login,
  body.client-account-login .co-login-form_placeholder {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center; }

  /* line 447, theme.scss */
  body.client-account-login form.co-form--login {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important; } }
@media (min-width: 768px) {
  /* line 455, theme.scss */
  .checkout-v2-wrapper .co-section--checkout_header .co-checkout-title {
    font-size: 1.4rem !important;
    line-height: inherit !important; } }
@media (max-width: 480px) {
  /* line 462, theme.scss */
  .co-section--checkout_header .co-title,
  .co-checkout-title {
    white-space: nowrap;
    font-size: 1.4rem !important; } }
/* Фиксация футера на страницах типа корзины */
/* line 470, theme.scss */
.page_layout-sticky-footer {
  min-height: calc(100vh + var(--footer-menu-extra, 0px));
  display: flex;
  flex-direction: column; }

/* line 476, theme.scss */
.page_layout-sticky-footer > main {
  flex: 1 0 auto; }

/* line 480, theme.scss */
.page_layout-sticky-footer > header,
.page_layout-sticky-footer > section,
.page_layout-sticky-footer > aside,
.page_layout-sticky-footer > footer {
  flex: 0 0 auto; }

/* line 487, theme.scss */
.page_layout-sticky-footer > footer {
  margin-top: auto; }

/* Скрытие блока выбора типа покупателя (физ. лицо / организация) */
/* line 492, theme.scss */
.co-input:has(.co-tabs-controls--customer) {
  display: none !important; }

/* line 496, theme.scss */
.co-tabs-controls--customer {
  display: none !important; }

/* Скрытие блока даты и времени доставки */
/* line 501, theme.scss */
.co-delivery-date-block {
  display: none !important; }

/* Скрытие капчи при авторизации/регистрации на checkout */
/* line 506, theme.scss */
.co-input--captcha {
  display: none !important; }
