@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, #ce1e25);
  --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, #e0262c);
  --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, #e33e44);
  --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, #ee878a);
  --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, #d2ab5e);
  --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, #d7b470);
  --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, #dbbd80);
  --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, #e9d6af);
  --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, 6px);
  --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, "Fira Sans");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "Fira Sans");
  --heading-ratio: var(--draft-heading-ratio, 2.5);
  --heading-weight: var(--draft-heading-weight, 400);
  --collection_count: var(--draft-collection_count, 48);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 12);
  --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, 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, 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); }

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

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

/* line 13, theme.scss */
.page_layout h1.page-headding.heading, .page_layout h1.heading {
  text-align: left; }

/* line 18, theme.scss */
a.breadcrumb-link, .breadcrumb-page {
  font-weight: 300; }

/* line 22, theme.scss */
.widget-type_system_widget_v4_page_content_1 .static-text, .static-text .table-wrapper {
  overflow: visible; }

/* line 26, theme.scss */
table.stripped {
  width: 100%;
  border: none;
  margin-bottom: 20px;
  position: relative;
  border-collapse: collapse; }
  /* line 32, theme.scss */
  table.stripped a {
    color: #CE1E25; }
  /* line 35, theme.scss */
  table.stripped th {
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #e6e6e6;
    font-size: 14px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: sticky;
    top: 0; }
  /* line 47, theme.scss */
  table.stripped tbody td {
    text-align: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: top; }
  /* line 55, theme.scss */
  table.stripped thead tr th:first-child, table.stripped tbody tr td:first-child {
    border-left: none; }
  /* line 58, theme.scss */
  table.stripped thead tr th:last-child, table.stripped tbody tr td:last-child {
    border-right: none; }
  /* line 61, theme.scss */
  table.stripped tbody tr:nth-child(even) {
    background: #f3f3f3; }

/* line 67, theme.scss */
.product-preview .krepost-label {
  font-size: 85%; }
/* line 70, theme.scss */
.product-preview .krepost-dots {
  margin-top: 0px;
  margin-bottom: 3px;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  /* line 76, theme.scss */
  .product-preview .krepost-dots span {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 1px solid; }

/* line 92, theme.scss */
.product-preview__area-title .product__rating-list {
  display: none !important; }

/* line 96, theme.scss */
.avail {
  font-size: 90%;
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between; }
  /* line 101, theme.scss */
  .avail span {
    color: green; }
    /* line 103, theme.scss */
    .avail span.warn {
      color: #e1cf3d; }
  /* line 107, theme.scss */
  .avail .str-wrp {
    display: flex;
    align-items: center;
    font-size: 1rem; }
    /* line 111, theme.scss */
    .avail .str-wrp .rat-digit {
      margin-left: 4px; }
    /* line 114, theme.scss */
    .avail .str-wrp span {
      color: #000; }
      /* line 116, theme.scss */
      .avail .str-wrp span:before {
        color: #FEC419; }

/* line 123, theme.scss */
.standarts-wrapper {
  font-size: 12px;
  margin-top: 4px; }

@media (max-width: 768px) {
  /* line 130, theme.scss */
  .widget-type_system_widget_v4_page_banner_2 .banner-list__item-image {
    background: #CE1E25; }
    /* line 132, theme.scss */
    .widget-type_system_widget_v4_page_banner_2 .banner-list__item-image picture {
      opacity: 0; } }
/* line 139, theme.scss */
.docs-wrapper {
  background: #F2F2F2;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1rem; }
  /* line 145, theme.scss */
  .docs-wrapper .docs-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px; }
  /* line 150, theme.scss */
  .docs-wrapper .docs-content {
    font-size: 14px;
    word-break: break-word; }

/* line 157, theme.scss */
.standart-wrapper .st-header {
  font-weight: 500; }
/* line 160, theme.scss */
.standart-wrapper a {
  font-size: 90%;
  color: #000;
  display: inline-block;
  text-decoration: none; }

/* line 169, theme.scss */
.insales_widget-open_modal {
  color: #CE1E25 !important; }

/* line 173, theme.scss */
.property-name {
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  /* line 177, theme.scss */
  .property-name .icon {
    background: #dadada;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer; }

/* line 185, theme.scss */
.article-list__item-date {
  color: #999 !important; }

/* line 189, theme.scss */
[data-template="p-bonus"] {
  font-size: 14px;
  cursor: pointer; }
  /* line 192, theme.scss */
  [data-template="p-bonus"] span {
    font-weight: bold;
    color: #ce1e25;
    letter-spacing: 1px; }

/* line 200, theme.scss */
.tippy-content a {
  color: #FFF; }

/* line 206, theme.scss */
.product-preview.not-available .img-ratio {
  opacity: 0.45; }

/* line 211, theme.scss */
.button__icon.icon-clock {
  font-weight: 700; }

/* line 215, theme.scss */
a.filter-option__label {
  color: inherit;
  text-decoration: none; }

/* line 220, theme.scss */
.layout__content.little {
  max-width: 960px; }

/* line 224, theme.scss */
.distr_heading {
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  /* line 228, theme.scss */
  .distr_heading h1 {
    margin: 0; }
  /* line 231, theme.scss */
  .distr_heading img {
    margin-right: 15px;
    max-width: 60px; }
  @media (max-width: 768px) {
    /* line 224, theme.scss */
    .distr_heading {
      padding-left: 1rem;
      padding-right: 1rem; } }

/* line 241, theme.scss */
.distr_subheader {
  margin-top: 27px; }
  @media (max-width: 768px) {
    /* line 241, theme.scss */
    .distr_subheader {
      padding-left: 1rem;
      padding-right: 1rem; } }

@media (max-width: 768px) {
  /* line 249, theme.scss */
  .distr_main_info-hdr {
    padding-left: 1rem;
    padding-right: 1rem; } }

/* line 255, theme.scss */
.distr_main_info {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 70px; }
  /* line 259, theme.scss */
  .distr_main_info div {
    height: auto !important; }
  /* line 263, theme.scss */
  .distr_main_info > * {
    margin-right: 50px; }
  @media (max-width: 768px) {
    /* line 255, theme.scss */
    .distr_main_info {
      padding-left: 1rem;
      padding-right: 1rem;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

/* line 275, theme.scss */
.mapWrapper.distributor_map {
  min-height: 450px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px; }
  /* line 280, theme.scss */
  .mapWrapper.distributor_map #mapd {
    height: 450px; }
  /* line 283, theme.scss */
  .mapWrapper.distributor_map .map-container {
    height: 450px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 980px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    top: 0;
    pointer-events: none; }
  /* line 298, theme.scss */
  .mapWrapper.distributor_map .whitespace {
    background: #fff;
    padding: 40px 30px;
    pointer-events: all; }
    /* line 302, theme.scss */
    .mapWrapper.distributor_map .whitespace p {
      margin-bottom: 0; }
    /* line 305, theme.scss */
    .mapWrapper.distributor_map .whitespace a {
      text-decoration: none;
      display: inline-block;
      margin-right: 10px; }

@media (max-width: 768px) {
  /* line 313, theme.scss */
  .mapWrapper.distributor_map {
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    /* line 318, theme.scss */
    .mapWrapper.distributor_map .map-container {
      position: relative;
      height: auto;
      width: auto;
      top: auto;
      left: auto;
      right: auto;
      margin: 0;
      padding-left: 8px; }
      /* line 327, theme.scss */
      .mapWrapper.distributor_map .map-container .whitespace {
        padding: 0px 10px 50px; } }
/* line 334, theme.scss */
.distr_brands {
  margin-bottom: 70px; }
  /* line 336, theme.scss */
  .distr_brands h3 {
    font-weight: 400; }
  /* line 339, theme.scss */
  .distr_brands .distr_brands_item {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 346, theme.scss */
    .distr_brands .distr_brands_item img {
      max-width: 168px;
      display: block;
      max-height: 100px;
      margin-right: 40px; }
  @media (max-width: 768px) {
    /* line 334, theme.scss */
    .distr_brands {
      padding-left: 1rem;
      padding-right: 1rem; } }

/* line 359, theme.scss */
.distr_uslugi {
  margin-bottom: 70px; }
  /* line 361, theme.scss */
  .distr_uslugi h3 {
    font-weight: 400; }
  /* line 364, theme.scss */
  .distr_uslugi .distr_uslugi_item {
    margin-top: 35px;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media (max-width: 768px) {
      /* line 364, theme.scss */
      .distr_uslugi .distr_uslugi_item {
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    /* line 376, theme.scss */
    .distr_uslugi .distr_uslugi_item img {
      max-width: 60px;
      display: block;
      max-height: 60px; }
      @media (max-width: 768px) {
        /* line 376, theme.scss */
        .distr_uslugi .distr_uslugi_item img {
          margin-right: 10px; } }
    /* line 384, theme.scss */
    .distr_uslugi .distr_uslugi_item .single_item {
      margin-right: 50px;
      min-width: 11%; }
      @media (max-width: 768px) {
        /* line 384, theme.scss */
        .distr_uslugi .distr_uslugi_item .single_item {
          display: flex;
          align-items: center;
          margin-top: 1rem;
          margin-right: 0;
          flex-basis: 100%; } }
      /* line 394, theme.scss */
      .distr_uslugi .distr_uslugi_item .single_item div {
        margin-top: 20px; }
        @media (max-width: 768px) {
          /* line 394, theme.scss */
          .distr_uslugi .distr_uslugi_item .single_item div {
            margin-top: 0; } }
  @media (max-width: 768px) {
    /* line 359, theme.scss */
    .distr_uslugi {
      padding-left: 1rem;
      padding-right: 1rem; } }

/* line 408, theme.scss */
.taste-wrapper {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 6px; }
  /* line 413, theme.scss */
  .taste-wrapper img {
    height: 12px; }
  /* line 416, theme.scss */
  .taste-wrapper span {
    line-height: normal;
    font-size: 13px;
    margin-left: 3px; }

/* line 423, theme.scss */
.heading {
  margin-bottom: 2rem; }

/* line 427, theme.scss */
h3.fw400 {
  font-weight: 400; }

/* line 431, theme.scss */
.distr_heading {
  margin-top: 3rem; }

/* line 435, theme.scss */
.distr_city_view {
  position: relative; }
  /* line 437, theme.scss */
  .distr_city_view:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-image: linear-gradient(white, rgba(255, 255, 255, 0) 50%);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover; }

/* line 455, theme.scss */
.layout._client_account_session_new, .layout._client_account_password_change, .layout._client_account_password_change, .layout._client_account_contacts_new, .layout._client_account_login {
  background-color: #030303;
  background-image: url(https://static.insales-cdn.com/files/1/7685/19234309/original/coffe.jpeg);
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  padding-top: 70px;
  height: 100%;
  padding-bottom: 70px; }
  @media (max-width: 768px) {
    /* line 455, theme.scss */
    .layout._client_account_session_new, .layout._client_account_password_change, .layout._client_account_password_change, .layout._client_account_contacts_new, .layout._client_account_login {
      padding-top: 30px;
      padding-bottom: 30px; } }
  /* line 470, theme.scss */
  .layout._client_account_session_new .layout__content, .layout._client_account_password_change .layout__content, .layout._client_account_password_change .layout__content, .layout._client_account_contacts_new .layout__content, .layout._client_account_login .layout__content {
    max-width: 600px;
    padding: 1rem;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
    /* line 475, theme.scss */
    .layout._client_account_session_new .layout__content .co-title--h1, .layout._client_account_password_change .layout__content .co-title--h1, .layout._client_account_password_change .layout__content .co-title--h1, .layout._client_account_contacts_new .layout__content .co-title--h1, .layout._client_account_login .layout__content .co-title--h1 {
      font-weight: 400; }
    /* line 478, theme.scss */
    .layout._client_account_session_new .layout__content .co-section--content_wrapper, .layout._client_account_password_change .layout__content .co-section--content_wrapper, .layout._client_account_password_change .layout__content .co-section--content_wrapper, .layout._client_account_contacts_new .layout__content .co-section--content_wrapper, .layout._client_account_login .layout__content .co-section--content_wrapper {
      margin-left: 0;
      margin-right: 0; }
    /* line 482, theme.scss */
    .layout._client_account_session_new .layout__content .co-login--social_login, .layout._client_account_password_change .layout__content .co-login--social_login, .layout._client_account_password_change .layout__content .co-login--social_login, .layout._client_account_contacts_new .layout__content .co-login--social_login, .layout._client_account_login .layout__content .co-login--social_login {
      padding: 0; }
    /* line 485, theme.scss */
    .layout._client_account_session_new .layout__content .co-form-controls, .layout._client_account_password_change .layout__content .co-form-controls, .layout._client_account_password_change .layout__content .co-form-controls, .layout._client_account_contacts_new .layout__content .co-form-controls, .layout._client_account_login .layout__content .co-form-controls {
      flex-direction: column;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      /* line 489, theme.scss */
      .layout._client_account_session_new .layout__content .co-form-controls a.co-form-button, .layout._client_account_password_change .layout__content .co-form-controls a.co-form-button, .layout._client_account_password_change .layout__content .co-form-controls a.co-form-button, .layout._client_account_contacts_new .layout__content .co-form-controls a.co-form-button, .layout._client_account_login .layout__content .co-form-controls a.co-form-button {
        color: inherit; }
    /* line 493, theme.scss */
    .layout._client_account_session_new .layout__content .co-section--content, .layout._client_account_password_change .layout__content .co-section--content, .layout._client_account_password_change .layout__content .co-section--content, .layout._client_account_contacts_new .layout__content .co-section--content, .layout._client_account_login .layout__content .co-section--content {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      /* line 497, theme.scss */
      .layout._client_account_session_new .layout__content .co-section--content .co-login, .layout._client_account_password_change .layout__content .co-section--content .co-login, .layout._client_account_password_change .layout__content .co-section--content .co-login, .layout._client_account_contacts_new .layout__content .co-section--content .co-login, .layout._client_account_login .layout__content .co-section--content .co-login {
        width: 100%; }

/* line 512, theme.scss */
.header__area-controls {
  position: relative; }
  /* line 514, theme.scss */
  .header__area-controls .popup_cart {
    display: none;
    position: absolute;
    top: calc(100% + 1rem);
    right: 0;
    background: #fff;
    z-index: 100;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    /* line 524, theme.scss */
    .header__area-controls .popup_cart.active {
      display: block !important; }

/* line 532, theme.scss */
.popup_cart .hidden-cart .items-wrapper {
  height: 290px;
  overflow: auto; }
/* line 536, theme.scss */
.popup_cart .hidden-cart .single-item {
  padding: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
  position: relative; }
  /* line 543, theme.scss */
  .popup_cart .hidden-cart .single-item [data-item-delete] {
    background: #fff;
    border: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    font-weight: bold; }
  /* line 552, theme.scss */
  .popup_cart .hidden-cart .single-item img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    display: block;
    margin-right: 10px; }
/* line 561, theme.scss */
.popup_cart .hidden-cart .text-part .prices {
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  /* line 565, theme.scss */
  .popup_cart .hidden-cart .text-part .prices .cur_price {
    font-weight: bold;
    margin-right: 10px; }
  /* line 569, theme.scss */
  .popup_cart .hidden-cart .text-part .prices .old_price {
    font-weight: 400;
    text-decoration: line-through; }
/* line 574, theme.scss */
.popup_cart .hidden-cart .text-part .ttl {
  font-size: 14px; }
  /* line 576, theme.scss */
  .popup_cart .hidden-cart .text-part .ttl a {
    text-decoration: none;
    color: inherit; }
/* line 582, theme.scss */
.popup_cart .hidden-cart .bottom-part {
  background: #F7F7F7;
  padding: 20px 10px; }
  /* line 585, theme.scss */
  .popup_cart .hidden-cart .bottom-part .itogo {
    font-weight: bold; }
  /* line 588, theme.scss */
  .popup_cart .hidden-cart .bottom-part .checkout_buttons {
    margin-top: 10px;
    display: flex;
    gap: 10px; }
    /* line 592, theme.scss */
    .popup_cart .hidden-cart .bottom-part .checkout_buttons a {
      width: 100%; }

@media (min-width: 768px) {
  /* line 601, theme.scss */
  .header-part-main.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
    /* line 608, theme.scss */
    .header-part-main.sticky .header-part-main__inner {
      padding: 1rem 0; }

  /* line 612, theme.scss */
  .header-part-top[data-pt] {
    padding-bottom: 117px; } }
/* line 617, theme.scss */
.promo-slider__item {
  border: 1px solid #fff; }

/* line 621, theme.scss */
.pulsating {
  pointer-events: none;
  -webkit-animation: Pulsate 1s linear infinite;
  -moz-animation: Pulsate 1s linear infinite;
  -o-animation: Pulsate 1s linear infinite;
  animation: Pulsate 1s linear infinite; }

@keyframes Pulsate {
  from {
    opacity: 0.7; }
  50% {
    opacity: 0.2; }
  to {
    opacity: 0.7; } }
/* line 635, theme.scss */
._client_account_contacts, ._client_account_discounts, [class*="_client_account_addresses_"], ._client_account_orders {
  padding-top: 3rem;
  padding-bottom: 10rem; }
  /* line 638, theme.scss */
  ._client_account_contacts .co-table-row--striped:nth-child(2n), ._client_account_discounts .co-table-row--striped:nth-child(2n), [class*="_client_account_addresses_"] .co-table-row--striped:nth-child(2n), ._client_account_orders .co-table-row--striped:nth-child(2n) {
    background: transparent; }
  /* line 641, theme.scss */
  ._client_account_contacts [data-status="Выполнен"], ._client_account_discounts [data-status="Выполнен"], [class*="_client_account_addresses_"] [data-status="Выполнен"], ._client_account_orders [data-status="Выполнен"] {
    color: #45aa00; }
  /* line 644, theme.scss */
  ._client_account_contacts .text-right, ._client_account_discounts .text-right, [class*="_client_account_addresses_"] .text-right, ._client_account_orders .text-right {
    text-align: right; }

/* line 650, theme.scss */
[class*="_client_account_"] .co-sidebar--menu {
  -ms-flex: 0 0 18rem;
  flex: 0 0 18rem; }
  @media (max-width: 1200px) {
    /* line 650, theme.scss */
    [class*="_client_account_"] .co-sidebar--menu {
      -ms-flex: 0 0 14rem;
      flex: 0 0 14rem; } }
  /* line 657, theme.scss */
  [class*="_client_account_"] .co-sidebar--menu .co-menu-link {
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    padding: 10px; }
    /* line 663, theme.scss */
    [class*="_client_account_"] .co-sidebar--menu .co-menu-link.co-menu-link--active {
      background: #f2f2f2; }

/* line 670, theme.scss */
.custom_orders {
  border: none; }
  /* line 671, theme.scss */
  .custom_orders .co-link-date {
    color: inherit !important;
    text-decoration: none;
    border-bottom: 1px dashed; }
  /* line 677, theme.scss */
  .custom_orders .co-table-row--head td {
    padding-bottom: 2rem;
    color: #222;
    font-weight: bold; }
  /* line 684, theme.scss */
  .custom_orders .stripped-dashed td {
    border-bottom: none;
    padding-top: 2rem; }
    @media (max-width: 768px) {
      /* line 684, theme.scss */
      .custom_orders .stripped-dashed td {
        padding-top: 0; } }
  /* line 691, theme.scss */
  .custom_orders .order-num {
    display: inline-block;
    text-decoration: none;
    background: #ce1e25;
    color: #fff !important;
    padding: 3px 10px;
    border-radius: 5px; }

@media (max-width: 768px) {
  /* line 701, theme.scss */
  .co-table-order-info {
    display: none !important; } }
/* line 705, theme.scss */
.co-table-order-info td {
  vertical-align: bottom;
  padding-bottom: 3rem; }
  /* line 708, theme.scss */
  .co-table-order-info td .co-order-information_title, .co-table-order-info td .co-order-information_value {
    margin-right: 0;
    margin-left: 0; }
  /* line 712, theme.scss */
  .co-table-order-info td[colspan="1"] {
    min-width: 50%;
    width: 50%; }

/* line 719, theme.scss */
.co-order-items {
  display: flex;
  justify-content: flex-end; }
  /* line 722, theme.scss */
  .co-order-items .oitem {
    -webkit-flex-basis: 18%;
    flex-basis: 18%;
    height: 100px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden; }
    /* line 730, theme.scss */
    .co-order-items .oitem:after {
      content: attr(data-quantity);
      position: absolute;
      right: 0;
      top: 0;
      color: #FFF;
      background: #ce1e25;
      font-size: 13px;
      padding: 2px 6px;
      border-bottom-left-radius: 5px; }
    /* line 741, theme.scss */
    .co-order-items .oitem img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

/* line 751, theme.scss */
.prices_wrapper {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #F7F7F7;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  text-align: center; }
  /* line 766, theme.scss */
  .prices_wrapper [class*="product-preview__price"] {
    font-size: 1.13rem; }
    @media (max-width: 540px) {
      /* line 766, theme.scss */
      .prices_wrapper [class*="product-preview__price"] {
        font-size: 0.85rem; } }
  /* line 772, theme.scss */
  .prices_wrapper [data-template="p-bonus"] {
    font-size: 10px; }
  /* line 775, theme.scss */
  .prices_wrapper > * {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  /* line 785, theme.scss */
  .prices_wrapper .left-part span {
    color: inherit;
    opacity: 0.5;
    font-weight: 500; }
  /* line 791, theme.scss */
  .prices_wrapper .right-part {
    position: relative; }
    /* line 793, theme.scss */
    .prices_wrapper .right-part .auth-filler {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      top: 0; }
  /* line 801, theme.scss */
  .prices_wrapper .tippy-content {
    width: auto;
    white-space: nowrap;
    color: #FFF !important; }
    /* line 805, theme.scss */
    .prices_wrapper .tippy-content a {
      color: #FFF !important; }
  /* line 809, theme.scss */
  .prices_wrapper .filler, .prices_wrapper .card_bonuses {
    line-height: 1; }
  /* line 813, theme.scss */
  .prices_wrapper .filler {
    font-size: 9px; }
    /* line 815, theme.scss */
    .prices_wrapper .filler.with-lock {
      text-align: center;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      /* line 822, theme.scss */
      .prices_wrapper .filler.with-lock svg {
        margin: 5px 5px -5px -5px;
        cursor: pointer; }
      @media (max-width: 768px) {
        /* line 815, theme.scss */
        .prices_wrapper .filler.with-lock {
          height: 16px;
          line-height: 8px;
          padding: 0 16px;
          font-size: 8px;
          text-align: center; }
          /* line 832, theme.scss */
          .prices_wrapper .filler.with-lock svg {
            position: absolute;
            right: 3px; } }
  /* line 840, theme.scss */
  .prices_wrapper.old_price {
    background: #F7F7F7; }
    /* line 842, theme.scss */
    .prices_wrapper.old_price .right-part {
      background: #CEB177;
      border: 2px solid #CEB177;
      margin: -2px;
      color: #fff; }
      /* line 847, theme.scss */
      .prices_wrapper.old_price .right-part [data-template="p-bonus"] span {
        color: #fff; }
  /* line 856, theme.scss */
  .prices_wrapper.client_price .left-part {
    background: #fff; }
    /* line 858, theme.scss */
    .prices_wrapper.client_price .left-part span {
      opacity: 1;
      text-decoration: none; }
  /* line 863, theme.scss */
  .prices_wrapper.client_price .right-part {
    background: #F7F7F7;
    margin: -2px; }
    /* line 866, theme.scss */
    .prices_wrapper.client_price .right-part * {
      color: #7C7C7C; }
  @media (max-width: 768px) {
    /* line 871, theme.scss */
    .prices_wrapper.client_price .filler.with-lock {
      margin-top: 3px;
      margin-bottom: 3px; } }
  /* line 876, theme.scss */
  .prices_wrapper.client_price.is-client {
    background: #F7F7F7; }
    /* line 878, theme.scss */
    .prices_wrapper.client_price.is-client .right-part {
      background: #FFF;
      border: 2px solid #CEB177;
      margin: -2px; }
      /* line 882, theme.scss */
      .prices_wrapper.client_price.is-client .right-part * {
        color: inherit; }
      /* line 885, theme.scss */
      .prices_wrapper.client_price.is-client .right-part [data-bonus] span {
        color: #BD332F; }
      /* line 888, theme.scss */
      .prices_wrapper.client_price.is-client .right-part .with-lock {
        opacity: 0; }
    /* line 892, theme.scss */
    .prices_wrapper.client_price.is-client .left-part {
      background: transparent; }
      /* line 894, theme.scss */
      .prices_wrapper.client_price.is-client .left-part span {
        text-decoration: line-through;
        color: #7C7C7C; }

/* line 903, theme.scss */
.badge {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background: #f1f1f1;
  padding: 3px 10px;
  font-size: 85%;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  /* line 912, theme.scss */
  .badge.badge-success {
    background: #65D072; }
  /* line 915, theme.scss */
  .badge.badge-warning {
    background: #A7A6A6; }

/* line 920, theme.scss */
a[data-varid] {
  text-decoration: none; }

/* line 924, theme.scss */
.js-repeat {
  cursor: pointer; }
  /* line 926, theme.scss */
  .js-repeat.order-num {
    font-size: 90%;
    margin-top: 6px; }

/* line 933, theme.scss */
#order_form .co-title--h2 {
  font-size: 26px; }

/* line 936, theme.scss */
#order_form .co-contact-fields, #order_form .co-payment_method-list, #order_form .co-delivery_method-list, #order_form .co-clt {
  background: rgba(210, 171, 94, 0.1);
  border-radius: 20px;
  padding: 2rem;
  margin: 2rem -1rem; }

@media (max-width: 768px) {
  /* line 943, theme.scss */
  #order_form .co-contact-fields, #order_form .co-payment_method-list, #order_form .co-delivery_method-list, #order_form .co-clt {
    padding: 1rem; } }
/* line 948, theme.scss */
.bonus_add {
  margin-top: 1rem;
  margin-bottom: -0.5rem; }

/* line 953, theme.scss */
.co-bonus_points-info b {
  color: #CE1E25; }

/* line 956, theme.scss */
.discount-subtotal-description, .discount-subtotal-amount {
  color: #CE1E25; }

/* line 960, theme.scss */
.co-bonus_points-maximum_points {
  display: none !important; }

@media (min-width: 768px) {
  /* line 966, theme.scss */
  .checkout-v2-wrapper .co-bonus_points-info {
    margin-top: 0;
    margin-bottom: 0; }
  /* line 970, theme.scss */
  .checkout-v2-wrapper .co-basket_item {
    margin-bottom: 0.2rem; }
    /* line 972, theme.scss */
    .checkout-v2-wrapper .co-basket_item .co-basket_item-image_container {
      flex: 0 1 90px; }
  /* line 976, theme.scss */
  .checkout-v2-wrapper .co-section--checkout_header, .checkout-v2-wrapper label[for="register"] {
    display: none; }
  /* line 979, theme.scss */
  .checkout-v2-wrapper .co-sidebar {
    padding: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 984, theme.scss */
  .checkout-v2-wrapper .co-client-logged {
    font-weight: normal; }
  /* line 987, theme.scss */
  .checkout-v2-wrapper .co-customer.co-checkout-block.co-tabs {
    margin-top: 1rem; }
    /* line 989, theme.scss */
    .checkout-v2-wrapper .co-customer.co-checkout-block.co-tabs h3 {
      display: none; }
  /* line 993, theme.scss */
  .checkout-v2-wrapper [name="order[comment]"] {
    height: 40px; }
  /* line 996, theme.scss */
  .checkout-v2-wrapper .co-basket_subtotal-list {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  /* line 1001, theme.scss */
  .checkout-v2-wrapper .co-basket_total {
    margin-top: 1rem; }
  /* line 1004, theme.scss */
  .checkout-v2-wrapper .co-basket_total-title {
    font-weight: bold; }
  /* line 1007, theme.scss */
  .checkout-v2-wrapper [for="order_use_bonus_points"] {
    margin-top: 0.2rem; }
    /* line 1009, theme.scss */
    .checkout-v2-wrapper [for="order_use_bonus_points"] .co-input-title {
      font-size: 1rem; }
    /* line 1012, theme.scss */
    .checkout-v2-wrapper [for="order_use_bonus_points"] .co-toggable_field-input {
      -webkit-flex: 0;
      -ms-flex: 0;
      flex: 0; }

  /* line 1019, theme.scss */
  .co-basket .sticky {
    top: 86px !important; } }
/* line 1024, theme.scss */
#customer-fields.co-tabs {
  margin-bottom: 0; }
  /* line 1026, theme.scss */
  #customer-fields.co-tabs .co-tabs-content {
    margin-bottom: 0; }

/* line 1031, theme.scss */
.markets_wrapepr {
  text-align: center; }
  /* line 1033, theme.scss */
  .markets_wrapepr .markets_header {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    display: none; }
  /* line 1040, theme.scss */
  .markets_wrapepr a {
    display: inline-block;
    width: 100%;
    max-width: 47%;
    margin: 0 1%;
    margin-bottom: 0.5rem; }
    /* line 1046, theme.scss */
    .markets_wrapepr a img {
      width: 100%; }
  /* line 1050, theme.scss */
  .markets_wrapepr.in-collection, .markets_wrapepr.in-product, .markets_wrapepr.in-index, .markets_wrapepr.in-cart, .markets_wrapepr.in-search {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0; }
    /* line 1055, theme.scss */
    .markets_wrapepr.in-collection .markets_header, .markets_wrapepr.in-product .markets_header, .markets_wrapepr.in-index .markets_header, .markets_wrapepr.in-cart .markets_header, .markets_wrapepr.in-search .markets_header {
      display: none; }
    /* line 1058, theme.scss */
    .markets_wrapepr.in-collection a, .markets_wrapepr.in-product a, .markets_wrapepr.in-index a, .markets_wrapepr.in-cart a, .markets_wrapepr.in-search a {
      max-width: 100%;
      text-align: center;
      display: block;
      width: auto;
      margin: 0 2%; }
      /* line 1064, theme.scss */
      .markets_wrapepr.in-collection a img, .markets_wrapepr.in-product a img, .markets_wrapepr.in-index a img, .markets_wrapepr.in-cart a img, .markets_wrapepr.in-search a img {
        width: auto;
        max-height: 50px; }

/* line 1075, theme.scss */
.layout[style*="--bgimg"] {
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-position: center !important; }
  @media (max-width: 767px) {
    /* line 1075, theme.scss */
    .layout[style*="--bgimg"] {
      background-size: cover !important; } }

/* line 1085, theme.scss */
.feedback__title small {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400; }

/* line 1092, theme.scss */
#messengers_notifications {
  display: none !important; }

/* line 1096, theme.scss */
.markets_wrapepr {
  display: none !important; }
