/* 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, #1b2738);
  --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, #283b54);
  --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, #364f71);
  --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, #6e8eb9);
  --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, #1b2738);
  --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, #283b54);
  --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, #364f71);
  --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, #6e8eb9);
  --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, #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, thin);
  --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-size: var(--draft-font-size, 16px);
  --heading-ratio: var(--draft-heading-ratio, 2);
  --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, 18);
  --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, false); }

/* line 1, index.scss */
.main__brands-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 691px) {
    /* line 1, index.scss */
    .main__brands-list {
      flex-direction: column;
      flex-wrap: nowrap; } }

/* line 13, index.scss */
.main__brand-gradient {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 44%); }

/* line 25, index.scss */
.main__brand {
  position: relative;
  list-style: none;
  width: calc(100% / 3);
  max-width: 480px;
  max-height: 427px; }
  /* line 33, index.scss */
  .main__brand a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    /* line 40, index.scss */
    .main__brand a picture {
      width: 100%; }
  @media screen and (max-width: 1033px) {
    /* line 25, index.scss */
    .main__brand {
      width: calc(100% / 2);
      height: 400px;
      max-width: 100%;
      max-height: 400px; } }
  @media screen and (max-width: 691px) {
    /* line 25, index.scss */
    .main__brand {
      width: 100%;
      height: 300px;
      max-width: 100%;
      max-height: 300px;
      overflow: hidden; } }

/* line 61, index.scss */
.main__brand-image {
  width: 100%;
  height: 100%;
  max-height: 427px;
  object-fit: cover; }
  @media screen and (max-width: 1033px) {
    /* line 61, index.scss */
    .main__brand-image {
      width: 100%;
      height: 400px; } }
  @media screen and (max-width: 375px) {
    /* line 61, index.scss */
    .main__brand-image {
      width: 100%;
      height: 300px; } }

/* line 78, index.scss */
.main__brand-logo {
  width: 105px;
  height: 48px;
  margin-bottom: 24px; }

/* line 84, index.scss */
.main__brand-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px; }

/* line 98, index.scss */
.main__brand-title {
  position: absolute;
  z-index: 3;
  bottom: 21px;
  width: 100%;
  margin: 0;
  color: white;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  text-align: center; }

/* line 112, index.scss */
.main__brand-title--shop {
  position: absolute;
  bottom: 79px;
  padding-left: 30px;
  padding-right: 30px; }

/* line 119, index.scss */
.main__brand-locals-text-nowrap {
  white-space: nowrap; }

/* line 123, index.scss */
.main__brand-title--locals {
  margin-bottom: 24px; }

/* line 127, index.scss */
.main__brand-text {
  position: absolute;
  bottom: 40px;
  width: 100%;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  color: white;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
  text-align: center; }

/* line 142, index.scss */
.main__brand-locals-text {
  width: 100%;
  margin: 0;
  color: white;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
  text-align: center; }

/* line 153, index.scss */
.main__brand-locals-title {
  margin-bottom: 32px;
  color: white;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  text-align: center; }
  /* line 162, index.scss */
  .main__brand-locals-title--vk {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    color: #0077FF; }
    /* line 168, index.scss */
    .main__brand-locals-title--vk img {
      margin-right: 12px; }
  /* line 173, index.scss */
  .main__brand-locals-title--telegram {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #29A8EA; }
    /* line 179, index.scss */
    .main__brand-locals-title--telegram img {
      margin-right: 12px; }

/* line 185, index.scss */
.main__brand-locals-arrow {
  margin-left: 16px; }

/* line 189, index.scss */
.brands__promo {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 427px;
  background-color: #000000;
  overflow: hidden; }
  /* line 198, index.scss */
  .brands__promo a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 1440px) {
    /* line 189, index.scss */
    .brands__promo {
      height: calc((100vw / 3) * 0.89); } }
  @media screen and (max-width: 1033px) {
    /* line 189, index.scss */
    .brands__promo {
      height: 400px;
      align-items: inherit; } }
  @media screen and (max-width: 767px) {
    /* line 189, index.scss */
    .brands__promo {
      height: 300px; } }

/* line 220, index.scss */
.main__promo-image {
  width: 100%;
  object-fit: cover;
  object-position: 50%; }
  /* line 225, index.scss */
  .main__promo-image--one {
    object-position: 50%; }
  @media screen and (max-width: 1153px) {
    /* line 220, index.scss */
    .main__promo-image {
      height: 100%; } }
  @media screen and (max-width: 1033px) {
    /* line 220, index.scss */
    .main__promo-image {
      height: 400px; } }
  @media screen and (max-width: 767px) {
    /* line 220, index.scss */
    .main__promo-image {
      height: 300px; } }

/* line 242, index.scss */
.product__new-products {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid var(--bg-major-shade);
  padding-top: 86px; }
  @media screen and (max-width: 1033px) {
    /* line 242, index.scss */
    .product__new-products {
      padding-top: 64px; } }
  @media screen and (max-width: 767px) {
    /* line 242, index.scss */
    .product__new-products {
      padding-top: 32px; } }
  /* line 257, index.scss */
  .product__new-products .product-preview__photo {
    position: relative; }
    /* line 260, index.scss */
    .product__new-products .product-preview__photo .img-ratio {
      padding-top: 125%; }
    /* line 264, index.scss */
    .product__new-products .product-preview__photo img {
      position: absolute; }
    /* line 268, index.scss */
    .product__new-products .product-preview__photo .product-preview__img-1 {
      left: 0; }
    /* line 272, index.scss */
    .product__new-products .product-preview__photo .product-preview__img-2 {
      left: 100%; }
    /* line 277, index.scss */
    .product__new-products .product-preview__photo:hover .product-preview__img-1 {
      left: 100%; }
    /* line 281, index.scss */
    .product__new-products .product-preview__photo:hover .product-preview__img-2 {
      left: 0; }
  /* line 291, index.scss */
  .product__new-products .product-preview.is-all-variants-not-available.is-zero-count-hidden .product-preview__available, .product__new-products .product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing .product-preview__available {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 1rem;
    transform: translateY(-50%);
    color: var(--color-text);
    display: none; }
  /* line 305, index.scss */
  .product__new-products .product-preview.is-all-variants-not-available.is-zero-count-hidden .product-preview__photo img, .product__new-products .product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing .product-preview__photo img {
    opacity: 0.3; }
  /* line 310, index.scss */
  .product__new-products .product-preview.is-all-variants-not-available.is-zero-count-hidden .product-preview__price-cur, .product__new-products .product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing .product-preview__price-cur {
    color: var(--color-text-half-shade); }
  /* line 316, index.scss */
  .product__new-products .product-preview.is-all-variants-not-available.is-zero-count-preorder .sticker-preorder {
    display: inline-flex; }

/* line 324, index.scss */
.product__new-products-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 1033px) {
    /* line 324, index.scss */
    .product__new-products-inner {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    /* line 324, index.scss */
    .product__new-products-inner {
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; } }
  /* line 344, index.scss */
  .product__new-products-inner .product-preview {
    width: calc((100% - 4 * 22px) / 5);
    margin-bottom: 20px; }
    /* line 348, index.scss */
    .product__new-products-inner .product-preview:nth-child(n + 16) {
      display: none; }
    /* line 352, index.scss */
    .product__new-products-inner .product-preview:nth-child(n + 11) {
      margin-bottom: 0; }
    @media screen and (max-width: 1033px) {
      /* line 344, index.scss */
      .product__new-products-inner .product-preview {
        width: calc((100% - 3 * 22px) / 4); }
        /* line 359, index.scss */
        .product__new-products-inner .product-preview:nth-child(16) {
          display: block; }
        /* line 363, index.scss */
        .product__new-products-inner .product-preview:nth-child(11) {
          margin-bottom: 20px; }
        /* line 367, index.scss */
        .product__new-products-inner .product-preview:nth-child(12) {
          margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      /* line 344, index.scss */
      .product__new-products-inner .product-preview {
        width: calc((100% - 22px) / 2); }
        /* line 375, index.scss */
        .product__new-products-inner .product-preview:nth-child(n + 11) {
          margin-bottom: 20px; }
        /* line 379, index.scss */
        .product__new-products-inner .product-preview:nth-child(n + 15) {
          margin-bottom: 0; } }

/* line 386, index.scss */
.product__new-products-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 32px;
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 1033px) {
    /* line 386, index.scss */
    .product__new-products-title {
      padding-left: 20px;
      padding-right: 20px; } }

/* line 400, index.scss */
.product__new-products-more-button {
  align-self: center;
  margin-top: 74px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #1b2738;
  -webkit-appearance: auto; }
  @media screen and (max-width: 414px) {
    /* line 400, index.scss */
    .product__new-products-more-button {
      margin-top: 32px;
      width: calc(100% - 2 * 20px); } }

/* line 414, index.scss */
.product__regular-button {
  align-self: center;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #1b2738;
  -webkit-appearance: auto; }
  @media screen and (max-width: 414px) {
    /* line 414, index.scss */
    .product__regular-button {
      width: calc(100% - 2 * 20px); } }

@media screen and (min-width: 1034px) {
  /* line 1, header.scss */
  .break {
    break-after: column; } }

/* line 7, header.scss */
header {
  position: fixed;
  z-index: 100000;
  width: calc(100% - 80px);
  height: 72px;
  max-height: 72px;
  background-color: white; }

@media screen and (max-width: 1033px) {
  /* line 16, header.scss */
  .header {
    position: static;
    display: block;
    height: auto;
    max-height: auto; } }

/* line 25, header.scss */
.header__inner {
  background-color: white; }
  @media screen and (max-width: 1033px) {
    /* line 25, header.scss */
    .header__inner {
      position: fixed;
      z-index: 100000; } }

/* line 34, header.scss */
.icon-search:before {
  content: "";
  display: block;
  background: url("search.svg") no-repeat;
  width: 24px;
  height: 24px; }

/* line 42, header.scss */
.icon-user:before {
  content: "";
  display: block;
  background: url("account.svg") no-repeat;
  width: 24px;
  height: 24px; }

/* line 50, header.scss */
.icon-cart:before {
  content: "";
  display: block;
  background: url("bag.svg") no-repeat;
  width: 24px;
  height: 24px; }

/* line 58, header.scss */
.icon-bars:before {
  content: "";
  display: block;
  background: url("burger.svg") no-repeat;
  width: 24px;
  height: 17px; }

/* line 66, header.scss */
.icon-times:before {
  content: "";
  display: block;
  background: url("cross.svg") no-repeat;
  width: 24px;
  height: 24px; }

/* line 74, header.scss */
.icon-favorites {
  position: relative; }

/* line 78, header.scss */
.icon-favorites::before {
  content: "";
  display: block;
  background-image: url("heart-black.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-right: 8px; }

/* line 89, header.scss */
.page_layout-clear header {
  display: flex;
  justify-content: center; }

/* line 94, header.scss */
.widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 {
  width: 100%; }
  /* line 97, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .icon-angle-down {
    width: 10px;
    height: 6px;
    background: url("arrow-down.svg") no-repeat center; }
  @media screen and (max-width: 1033px) {
    /* line 103, header.scss */
    .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header {
      width: 100vw; } }
  /* line 109, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__hide-mobile-menu-btn {
    margin-left: -13px; }
  /* line 113, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__search.is-show-mobile .header__hide-mobile-menu-btn {
    margin-left: -13px; }
  /* line 130, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__search-mobile-btn:active {
    background-color: transparent; }
  /* line 135, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__search {
    margin: 0;
    margin-right: -10px;
    margin-left: -10px; }
  /* line 141, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__search-btn {
    background-color: transparent;
    border: none;
    color: #000000; }
  /* line 155, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header-mobile-panel__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    width: 100%; }
    @media screen and (max-width: 1033px) {
      /* line 163, header.scss */
      .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header-mobile-panel__content .header-mobile-panel__show-menu-btn {
        margin-left: -13px; } }
    @media screen and (max-width: 1033px) {
      /* line 169, header.scss */
      .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header-mobile-panel__content .header__control-btn {
        margin-right: -15px; } }
  @media screen and (max-width: 1033px) {
    /* line 176, header.scss */
    .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile {
      max-height: 100vh; }
      /* line 180, header.scss */
      .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header__mobile-head {
        border-bottom: 1px solid var(--bg-major-shade); }
      /* line 184, header.scss */
      .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header__mobile-head-content {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        min-height: 65px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #ffffff; }
      /* line 194, header.scss */
      .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header-part-main__inner {
        flex-direction: column; }
        /* line 197, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header-part-main__inner .header__collections-head {
          display: none; }
        /* line 201, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header-part-main__inner .header__area-controls {
          position: absolute;
          top: -65px;
          right: 0;
          width: 135px;
          min-height: 65px;
          padding: 0;
          margin-right: 10px;
          background-color: #ffffff;
          border-bottom: 1px solid var(--bg-major-shade); }
        /* line 213, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header-part-main__inner .header__search-form {
          position: relative;
          top: 0;
          left: 0;
          display: flex; }
        /* line 220, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header-part-main__inner .header__search-mobile-btn {
          display: none; }
        /* line 224, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header-part-main__inner .header__search {
          margin: 0;
          margin-right: -5px;
          margin-left: -10px; }
        /* line 230, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header-part-main__inner .header__cabinet {
          margin-left: 0;
          margin-right: -5px; }
        /* line 235, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header-part-main__inner .header__cart {
          margin-left: 0;
          margin-right: -5px;
          display: flex;
          align-items: center;
          justify-content: center; }
        /* line 243, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header-part-main__inner .header__area-collections {
          order: 2;
          width: 100%; }
        /* line 248, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header-part-main__inner .header__collections {
          flex-direction: column;
          align-items: flex-start;
          padding: 0; }
        /* line 254, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header-part-main__inner .header__collections-item {
          width: 100%; }
        /* line 258, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header-part-main__inner .header__collections-controls {
          padding-left: 20px;
          padding-right: 20px; }
        /* line 263, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header-part-main__inner .header__collections-show-submenu-btn {
          margin-right: 6px; }
      /* line 268, header.scss */
      .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header__cart {
        display: block; } }
  @media (min-width: 1033px) {
    /* line 273, header.scss */
    .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .is-show-mobile .header__mobile-head {
      display: none; } }
  /* line 280, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    cursor: pointer; }
  /* line 288, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__logo {
    margin-right: 0;
    width: 84px; }
  /* line 293, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header-part-main__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    min-height: 72px;
    width: 100%;
    margin: 0; }
    /* line 304, header.scss */
    .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header-part-main__inner .header__area-logo {
      order: 1; }
      @media screen and (min-width: 1034px) {
        /* line 304, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header-part-main__inner .header__area-logo {
          min-width: 156px; } }
    /* line 312, header.scss */
    .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header-part-main__inner .header__area-collections {
      order: 2;
      align-self: stretch; }
    /* line 317, header.scss */
    .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header-part-main__inner .header__area-controls {
      order: 3;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: flex-end;
      width: 156px; }
  /* line 327, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
    height: 100%; }
    /* line 334, header.scss */
    .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections > .is-current {
      box-shadow: inset 0 -3px 0 0 #2b2b2b; }
      @media screen and (max-width: 1033px) {
        /* line 334, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections > .is-current {
          box-shadow: none; } }
  /* line 343, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-link-icon {
    margin-left: 16px; }
  /* line 347, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-link {
    display: block;
    margin: 32px;
    margin-top: 0;
    padding: 24px;
    border-radius: 8px;
    background: #F5F5F5;
    text-align: center;
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none; }
    @media screen and (max-width: 1033px) {
      /* line 347, header.scss */
      .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-link {
        margin: 20px;
        margin-top: 0; } }
  /* line 368, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-content {
    column-count: 3;
    padding: 32px;
    position: static;
    border: none;
    box-shadow: none; }
    /* line 378, header.scss */
    .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-content--clothes {
      width: 660px;
      background-color: var(--bg);
      padding: 16px 43px 37px; }
      @media screen and (max-width: 1033px) {
        /* line 378, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-content--clothes {
          column-count: 1;
          padding: 0;
          padding-top: 10px; } }
    /* line 390, header.scss */
    .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-content--accessories {
      position: relative;
      padding-top: 84px; }
      /* line 394, header.scss */
      .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-content--accessories .header__collections-item:last-child {
        position: absolute;
        top: 30px;
        left: 43px;
        height: auto;
        padding-left: 32px; }
        /* line 401, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-content--accessories .header__collections-item:last-child::before {
          content: '';
          position: absolute;
          display: block;
          left: 0;
          top: 4px;
          width: 24px;
          height: 24px;
          background-image: url("present-box.png");
          background-size: 24px 24px;
          background-repeat: no-repeat; }
      @media screen and (max-width: 1033px) {
        /* line 390, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-content--accessories {
          padding-top: 40px !important; }
          /* line 418, header.scss */
          .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-content--accessories .header__collections-item:last-child {
            top: 5px;
            left: 20px;
            padding-left: 12px; } }
    /* line 426, header.scss */
    .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-content::before {
      border: none; }
    /* line 430, header.scss */
    .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-content::after {
      border: none; }
    /* line 434, header.scss */
    .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-content .header__collections-item {
      position: static;
      height: 100%;
      width: 100%; }
    @media screen and (max-width: 1033px) {
      /* line 368, header.scss */
      .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-content {
        width: 100%;
        column-count: 1;
        padding: 0; } }
    @media screen and (max-width: 375px) {
      /* line 368, header.scss */
      .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu-content {
        width: 100%;
        column-count: 1; } }
  /* line 452, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__submenu-category {
    width: 660px;
    padding-top: 30px;
    padding-left: 43px;
    background-color: #ffffff; }
    @media screen and (max-width: 1033px) {
      /* line 452, header.scss */
      .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__submenu-category {
        width: 100%;
        padding-top: 0;
        padding-left: 20px; } }
  /* line 465, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__submenu-category-link {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #707070; }
  /* line 473, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu {
    position: absolute;
    left: calc(50% - 330px);
    top: 72px;
    width: 660px;
    max-width: none;
    border: 1px solid var(--bg-major-shade);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0;
    background-color: #ffffff;
    overflow-x: hidden; }
    @media screen and (max-width: 1033px) {
      /* line 473, header.scss */
      .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-submenu {
        position: relative;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        max-width: 100%;
        padding: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0;
        background-color: #ffffff;
        border: none;
        box-shadow: none; } }
  /* line 505, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-item {
    position: static;
    height: 100%; }
    /* line 509, header.scss */
    .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-item--contacts {
      display: none; }
      @media screen and (max-width: 1033px) {
        /* line 509, header.scss */
        .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-item--contacts {
          display: block; } }
  /* line 518, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__collections-link.with-arrow {
    padding-right: 0; }
  /* line 522, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__control-btn {
    margin-left: 0;
    margin-right: -5px; }
  /* line 527, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .layout__content {
    width: 100%; }
    /* line 531, header.scss */
    .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .layout__content > .header .header__content {
      width: 100%; }
      /* line 534, header.scss */
      .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .layout__content > .header .header__content .header-part-main {
        width: 100%; }
  /* line 541, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__cabinet {
    margin-left: 15px; }
  /* line 545, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__cart {
    margin-left: 15px; }
  /* line 549, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header.is-touch .header__collections-show-submenu-btn {
    display: none; }
    @media screen and (max-width: 1033px) {
      /* line 549, header.scss */
      .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header.is-touch .header__collections-show-submenu-btn {
        display: block; } }
  /* line 557, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header.is-touch {
    transition: none; }
  /* line 561, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__favorite {
    position: relative;
    margin-right: 8px; }

/* line 567, header.scss */
.widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17[style*="--header-wide-bg:true"]
.header-part-top,
.widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17[style*="--header-wide-bg:true"]
.header-part-main {
  padding-left: 0;
  padding-right: 0%; }

/* line 575, header.scss */
.header__collections-controls {
  height: 100%; }

/* line 579, header.scss */
.header__collections > .header__collections-item:nth-last-child(2)
.header__collections-link {
  color: #EA1A1A; }
  @media screen and (max-width: 1033px) {
    /* line 579, header.scss */
    .header__collections > .header__collections-item:nth-last-child(2)
    .header__collections-link {
      color: var(--color-text); } }

/* line 589, header.scss */
.header__collections > .header__collections-item:hover {
  box-shadow: inset 0 -3px 0 0 #2b2b2b; }
  @media screen and (max-width: 1033px) {
    /* line 589, header.scss */
    .header__collections > .header__collections-item:hover {
      box-shadow: none; } }

/* line 598, header.scss */
.header__collections-link .icon {
  display: none; }

/* line 602, header.scss */
.header__collections-link .icon {
  display: none; }

/* line 606, header.scss */
.header__collections > .header__collections-item:last-of-type {
  margin-right: 0; }

/* line 610, header.scss */
.header__control-text {
  display: none; }

/* line 614, header.scss */
.header__search-field {
  display: none; }

/* line 618, header.scss */
.widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17
.header__search-btn:hover {
  background-color: white;
  border: none; }

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

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

/* line 632, header.scss */
.widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__search.is-show-mobile .header__search-mobile-btn .icon._hide {
  display: none; }

/* line 636, header.scss */
.widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__search.is-show-mobile .header__search-mobile-btn .icon._show {
  display: none; }

/* line 640, header.scss */
.widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__control-bage {
  z-index: 10;
  right: -3px; }
  /* line 644, header.scss */
  .widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17 .header__control-bage--cart {
    right: -10px; }

/* line 649, header.scss */
.widget-type_widget_v4_header_2_5396c7a38da695d856e2ebbec1172d17
.header-mobile-panel__logo {
  position: absolute;
  left: calc(50% - 42px); }

/* line 2, menu.scss */
.page_layout-clear main .main__inner {
  position: relative; }
/* line 6, menu.scss */
.page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df, .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b, .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310, .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010, .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205, .page_layout-clear main .widget-type_system_widget_v4_breadcrumbs_1, .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df {
  width: 100%;
  background-color: transparent; }
  /* line 10, menu.scss */
  .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .layout__content, .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b .layout__content, .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310 .layout__content, .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010 .layout__content, .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205 .layout__content, .page_layout-clear main .widget-type_system_widget_v4_breadcrumbs_1 .layout__content, .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .layout__content {
    margin: 0; }
  /* line 15, menu.scss */
  .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .menu__inner .layout, .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b .menu__inner .layout, .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310 .menu__inner .layout, .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010 .menu__inner .layout, .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205 .menu__inner .layout, .page_layout-clear main .widget-type_system_widget_v4_breadcrumbs_1 .menu__inner .layout, .page_layout-clear main .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .menu__inner .layout {
    background-color: #ffffff; }
/* line 21, menu.scss */
.page_layout-clear main .layout__content {
  background-color: transparent; }
/* line 25, menu.scss */
.page_layout-clear main .widget-type_system_widget_v4_page_title_1,
.page_layout-clear main .widget-type_widget_v4_page_title_1_372827777414bf78a816d2e982ac1309 {
  position: absolute;
  top: 32px;
  margin: 0;
  padding: 0;
  width: 600px;
  left: calc(50% - 300px);
  flex-grow: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 10%); }
  @media screen and (max-width: 767px) {
    /* line 25, menu.scss */
    .page_layout-clear main .widget-type_system_widget_v4_page_title_1,
    .page_layout-clear main .widget-type_widget_v4_page_title_1_372827777414bf78a816d2e982ac1309 {
      position: relative;
      top: 0;
      left: 0;
      justify-content: flex-start;
      margin-bottom: 24px; } }
  /* line 47, menu.scss */
  .page_layout-clear main .widget-type_system_widget_v4_page_title_1 .layout__content,
  .page_layout-clear main .widget-type_widget_v4_page_title_1_372827777414bf78a816d2e982ac1309 .layout__content {
    margin: 0;
    padding: 0; }
    /* line 51, menu.scss */
    .page_layout-clear main .widget-type_system_widget_v4_page_title_1 .layout__content .page-headding,
    .page_layout-clear main .widget-type_widget_v4_page_title_1_372827777414bf78a816d2e982ac1309 .layout__content .page-headding {
      margin: 0; }
/* line 57, menu.scss */
.page_layout-clear main .widget-type_widget_v4_page_content_1_7555ee58efd5ee813307d23b65c7c103 {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  width: 700px; }
  @media screen and (max-width: 767px) {
    /* line 57, menu.scss */
    .page_layout-clear main .widget-type_widget_v4_page_content_1_7555ee58efd5ee813307d23b65c7c103 {
      width: 100%; } }
  /* line 67, menu.scss */
  .page_layout-clear main .widget-type_widget_v4_page_content_1_7555ee58efd5ee813307d23b65c7c103 ul {
    margin-bottom: 0; }
  /* line 71, menu.scss */
  .page_layout-clear main .widget-type_widget_v4_page_content_1_7555ee58efd5ee813307d23b65c7c103 p:last-child {
    margin-bottom: 0; }
  /* line 75, menu.scss */
  .page_layout-clear main .widget-type_widget_v4_page_content_1_7555ee58efd5ee813307d23b65c7c103 .layout__content {
    margin: 0;
    padding: 0; }

/* line 1, catalog.scss */
.page_layout,
.layout__content,
.layout {
  background-color: #f6f6f6; }

/* line 7, catalog.scss */
.page_section_top__inner {
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 7, catalog.scss */
    .page_section_top__inner {
      flex-wrap: wrap; } }

/* line 15, catalog.scss */
.widget-type_widget_v4_collection_sort_1_25762b76ef1194515a967a2773a53be9 {
  width: 50%;
  padding: 0; }
  @media screen and (max-width: 767px) {
    /* line 15, catalog.scss */
    .widget-type_widget_v4_collection_sort_1_25762b76ef1194515a967a2773a53be9 {
      width: 100%; }
      /* line 23, catalog.scss */
      .widget-type_widget_v4_collection_sort_1_25762b76ef1194515a967a2773a53be9 .collection-sort form {
        transition: none; } }
  /* line 29, catalog.scss */
  .widget-type_widget_v4_collection_sort_1_25762b76ef1194515a967a2773a53be9 .layout__content {
    width: 100%;
    padding: 0; }
    /* line 33, catalog.scss */
    .widget-type_widget_v4_collection_sort_1_25762b76ef1194515a967a2773a53be9 .layout__content .collection-toolbar {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      /* line 38, catalog.scss */
      .widget-type_widget_v4_collection_sort_1_25762b76ef1194515a967a2773a53be9 .layout__content .collection-toolbar .heading {
        position: absolute;
        top: 32px;
        left: calc(50% - 250px);
        width: 500px;
        margin: 0;
        display: flex;
        justify-content: center;
        background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 15%); }
        @media screen and (max-width: 767px) {
          /* line 38, catalog.scss */
          .widget-type_widget_v4_collection_sort_1_25762b76ef1194515a967a2773a53be9 .layout__content .collection-toolbar .heading {
            position: relative;
            top: 0;
            left: 0;
            margin-bottom: 4px;
            justify-content: flex-start; } }
      /* line 61, catalog.scss */
      .widget-type_widget_v4_collection_sort_1_25762b76ef1194515a967a2773a53be9 .layout__content .collection-toolbar .collection-sort {
        margin-left: auto;
        flex-grow: 0;
        width: 132px;
        border: 1px solid #dedede;
        box-sizing: border-box;
        border-radius: 4px; }
        /* line 69, catalog.scss */
        .widget-type_widget_v4_collection_sort_1_25762b76ef1194515a967a2773a53be9 .layout__content .collection-toolbar .collection-sort .collection-order {
          margin: 0; }
        /* line 73, catalog.scss */
        .widget-type_widget_v4_collection_sort_1_25762b76ef1194515a967a2773a53be9 .layout__content .collection-toolbar .collection-sort .form-control {
          width: 100%;
          height: 36px;
          padding-left: 10px;
          padding-right: 30px;
          padding-bottom: 2px;
          text-align-last: auto;
          font-size: 13px;
          line-height: 16px;
          color: #707070; }
        /* line 85, catalog.scss */
        .widget-type_widget_v4_collection_sort_1_25762b76ef1194515a967a2773a53be9 .layout__content .collection-toolbar .collection-sort .select-wrapper::after {
          content: "";
          position: absolute;
          top: calc(50% - 3px);
          right: 10px;
          width: 10px;
          height: 6px;
          margin: 0;
          display: block;
          background: url("arrow-down.svg") no-repeat;
          border: none; }
  /* line 101, catalog.scss */
  .widget-type_widget_v4_collection_sort_1_25762b76ef1194515a967a2773a53be9 .collection-order-wrapper {
    background-color: transparent; }
  /* line 105, catalog.scss */
  .widget-type_widget_v4_collection_sort_1_25762b76ef1194515a967a2773a53be9 .collection-order .select-wrapper select {
    width: 200px;
    padding: 0;
    padding-right: 20px;
    text-align-last: right;
    background-color: #f6f6f6;
    cursor: pointer;
    transition: none; }
  /* line 115, catalog.scss */
  .widget-type_widget_v4_collection_sort_1_25762b76ef1194515a967a2773a53be9 .select-wrapper:after {
    margin-right: -15px; }

/* line 120, catalog.scss */
select.form-control {
  background-color: transparent;
  border: none;
  box-shadow: none; }
  /* line 125, catalog.scss */
  select.form-control:focus {
    box-shadow: none; }
  @media screen and (max-width: 375px) {
    /* line 120, catalog.scss */
    select.form-control {
      font-size: 13px;
      line-height: 16px; } }

@media screen and (max-width: 375px) {
  /* line 135, catalog.scss */
  .form-control.form-control_size-m {
    font-size: 13px;
    line-height: 16px; } }

/* line 142, catalog.scss */
.widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 {
  padding: 0;
  margin-right: 27px; }
  @media screen and (max-width: 767px) {
    /* line 142, catalog.scss */
    .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 {
      margin: 0;
      width: 100%; } }
  /* line 151, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .layout__content {
    max-width: 100%; }
  /* line 155, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter.is-show-mobile {
    padding: 0;
    padding-top: 0;
    padding-bottom: 20px; }
  @media screen and (max-width: 767px) {
    /* line 161, catalog.scss */
    .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter__hide-mobile-filter-btn {
      position: static;
      width: 100%;
      display: flex;
      justify-content: flex-start;
      margin-top: 0; } }
  /* line 175, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter__head-title {
    display: none; }
  /* line 179, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-item {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--bg-major-shade); }
  /* line 186, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter__content {
    padding-top: 20px; }
  /* line 190, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-item__head {
    padding: 0; }
    @media screen and (max-width: 767px) {
      /* line 190, catalog.scss */
      .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-item__head {
        padding-right: 20px;
        padding-left: 20px; } }
  /* line 199, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-item__content {
    padding: 0;
    padding-top: 16px; }
    @media screen and (max-width: 767px) {
      /* line 199, catalog.scss */
      .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-item__content {
        padding-right: 20px;
        padding-left: 20px; } }
  /* line 209, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-item__name {
    font-size: 16px;
    line-height: 24px; }
  /* line 214, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-item__list-item {
    display: flex; }
  /* line 218, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter__controls {
    position: relative;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 16px;
    height: 40px; }
    @media screen and (max-width: 767px) {
      /* line 218, catalog.scss */
      .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter__controls {
        padding-right: 20px;
        padding-left: 20px; } }
  /* line 233, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter__controls .button {
    background-color: transparent;
    color: #707070;
    border: 1px solid #707070; }
  /* line 239, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter__head-reset {
    width: 100%;
    height: 40px;
    padding: 12px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center; }
    /* line 247, catalog.scss */
    .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter__head-reset span {
      color: #707070; }
    /* line 251, catalog.scss */
    .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter__head-reset .filter__reset-btn--dublicate {
      position: absolute;
      top: 290px;
      left: calc(50% - 48px);
      font-weight: normal;
      font-size: 22px;
      line-height: 26px;
      color: #707070; }
      @media screen and (max-width: 767px) {
        /* line 251, catalog.scss */
        .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter__head-reset .filter__reset-btn--dublicate {
          display: none; } }
    /* line 265, catalog.scss */
    .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter__head-reset .filter__head {
      position: static; }
  /* line 270, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter__head-reset.is-active-filters {
    display: flex; }
  /* line 274, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-item__name.js-toggle-show-filter-item {
    width: 100%; }
  /* line 278, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-item.is-show .filter-item__name::before {
    transform: rotate(45deg); }
  /* line 282, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-item__name.js-toggle-show-filter-item::before {
    content: "";
    display: block;
    background: url("plus.svg") no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    border: none; }
  /* line 295, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .show-mobile-filter-btn {
    width: auto;
    border: 0; }
  /* line 301, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .icon-sliders {
    font-family: inherit;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #707070; }
    /* line 308, catalog.scss */
    .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .icon-sliders::before {
      content: ""; }
  /* line 313, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .show-mobile-filter-btn__bage {
    background-color: #ea1a1a;
    color: #ffffff;
    font-weight: bold;
    margin-right: -8px;
    margin-top: 5px; }
  /* line 321, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .show-mobile-filter-btn__bage::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background-image: url("check.svg");
    background-repeat: no-repeat;
    background-position: center; }
  /* line 333, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .select-wrapper {
    background-color: transparent; }
    /* line 336, catalog.scss */
    .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .select-wrapper::after {
      right: 0;
      top: 12px;
      margin: 0;
      width: 16px;
      height: 16px; }
    /* line 344, catalog.scss */
    .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .select-wrapper select {
      width: 200px;
      padding: 0;
      padding-right: 20px;
      text-align-last: right; }
  /* line 352, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .collection-sort {
    order: 2;
    padding: 0; }
  /* line 357, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .collection-order-wrapper {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  @media screen and (max-width: 767px) {
    /* line 300, catalog.scss */
    .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls {
      margin-top: 16px;
      margin-bottom: 18px; }
      /* line 368, catalog.scss */
      .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .show-mobile-filter-btn {
        border: 1px solid #dedede;
        box-sizing: border-box;
        border-radius: 4px;
        width: calc(50% - 8px);
        height: 36px; }
        /* line 375, catalog.scss */
        .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .show-mobile-filter-btn .icon-sliders {
          margin-right: 0; }
        /* line 379, catalog.scss */
        .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .show-mobile-filter-btn .show-mobile-filter-btn__bage {
          position: relative;
          top: 1px;
          margin-right: 0;
          margin-top: 0; }
      /* line 387, catalog.scss */
      .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .collection-sort {
        flex-grow: 0;
        width: calc(50% - 8px);
        height: 36px;
        border: 1px solid #dedede;
        box-sizing: border-box;
        border-radius: 4px; }
        /* line 395, catalog.scss */
        .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .collection-sort .collection-order {
          margin: 0; }
        /* line 399, catalog.scss */
        .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .collection-sort .form-control {
          width: 100%;
          height: 36px;
          padding-left: 10px;
          padding-right: 30px;
          padding-bottom: 2px;
          text-align-last: auto;
          font-size: 13px;
          line-height: 16px;
          color: #707070; }
      /* line 413, catalog.scss */
      .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .select-wrapper::after {
        content: "";
        position: absolute;
        top: 15px;
        right: 10px;
        width: 10px;
        height: 6px;
        margin: 0;
        display: block;
        background: url("arrow-down.svg") no-repeat;
        border: none;
        color: #707070; }
      /* line 428, catalog.scss */
      .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724 .filter-mobile-controls .collection-order {
        width: 100%; } }

/* line 435, catalog.scss */
.widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724
> .layout__content
> form
> .filter__content {
  flex-grow: 2;
  height: auto;
  padding: 0;
  margin: 0; }

/* line 445, catalog.scss */
.widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724
> .layout__content
> form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0; }

/* line 454, catalog.scss */
.widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724
> .layout__content
> form
> .filter__content
> .filter__head {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--bg-major-shade); }
  @media screen and (max-width: 767px) {
    /* line 454, catalog.scss */
    .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724
    > .layout__content
    > form
    > .filter__content
    > .filter__head {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px; } }
  /* line 470, catalog.scss */
  .widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724
  > .layout__content
  > form
  > .filter__content
  > .filter__head .filter__hide-mobile-filter-btn {
    height: 24px; }

/* line 475, catalog.scss */
.widget-type_widget_v4_infinity_products_button_1_6508020762b990798a85ba561506738c {
  padding: 0;
  margin: 0;
  width: 268px;
  margin-left: 268px; }
  @media screen and (max-width: 1033px) {
    /* line 475, catalog.scss */
    .widget-type_widget_v4_infinity_products_button_1_6508020762b990798a85ba561506738c {
      position: relative;
      left: 0;
      top: 0;
      margin: 0 auto; } }
  /* line 488, catalog.scss */
  .widget-type_widget_v4_infinity_products_button_1_6508020762b990798a85ba561506738c > .layout__content {
    width: 100%;
    padding: 0; }
  /* line 493, catalog.scss */
  .widget-type_widget_v4_infinity_products_button_1_6508020762b990798a85ba561506738c .infinity-products-controls {
    width: 100%;
    margin-bottom: 64px; }
    @media screen and (max-width: 414px) {
      /* line 493, catalog.scss */
      .widget-type_widget_v4_infinity_products_button_1_6508020762b990798a85ba561506738c .infinity-products-controls {
        margin-bottom: 32px; } }
  /* line 502, catalog.scss */
  .widget-type_widget_v4_infinity_products_button_1_6508020762b990798a85ba561506738c .infinity-products-controls__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--controls-height-m);
    width: 100%;
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-size: var(--controls-font-size-m);
    line-height: 1;
    color: #707070;
    border-radius: var(--controls-btn-border-radius);
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background: #f6f6f6;
    border: 1px solid #707070;
    box-shadow: var(--color-btn-shadow);
    padding: var(--controls-btn-padding-y) var(--controls-btn-padding-x);
    outline: none;
    transition: var(--btn-transition); }
    /* line 527, catalog.scss */
    .widget-type_widget_v4_infinity_products_button_1_6508020762b990798a85ba561506738c .infinity-products-controls__btn .loader {
      bottom: 10px; }

/* line 533, catalog.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 {
  flex-grow: 2;
  width: calc(100% - 268px);
  padding: 0;
  padding-bottom: 64px;
  margin: 0; }
  @media screen and (max-width: 414px) {
    /* line 533, catalog.scss */
    .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202,
    .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b,
    .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 {
      padding-bottom: 32px; } }
  @media screen and (max-width: 767px) {
    /* line 533, catalog.scss */
    .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202,
    .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b,
    .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 {
      width: 100%; } }
  /* line 550, catalog.scss */
  .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .layout__content,
  .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .layout__content,
  .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .layout__content {
    padding: 0; }
  /* line 554, catalog.scss */
  .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .catalog-list.grid-list,
  .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .catalog-list.grid-list,
  .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .catalog-list.grid-list {
    --grid-list-column-gap: 20px;
    --grid-list-row-gap: 20px; }
    @media screen and (max-width: 767px) {
      /* line 554, catalog.scss */
      .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .catalog-list.grid-list,
      .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .catalog-list.grid-list,
      .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .catalog-list.grid-list {
        width: 100%;
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 376px) and (max-width: 413px) {
      /* line 554, catalog.scss */
      .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .catalog-list.grid-list,
      .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .catalog-list.grid-list,
      .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .catalog-list.grid-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        /* line 567, catalog.scss */
        .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .catalog-list.grid-list .product-preview,
        .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .catalog-list.grid-list .product-preview,
        .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .catalog-list.grid-list .product-preview {
          width: calc((100% - 20px) / 2); } }
    @media screen and (max-width: 375px) {
      /* line 554, catalog.scss */
      .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .catalog-list.grid-list,
      .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .catalog-list.grid-list,
      .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .catalog-list.grid-list {
        width: 100%;
        grid-template-columns: repeat(1, 1fr); } }

/* line 579, catalog.scss */
.widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df,
.widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b,
.widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310,
.widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010,
.widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205,
.widget-type_system_widget_v4_breadcrumbs_1,
.widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df {
  padding: 0;
  width: 50%; }
  /* line 589, catalog.scss */
  .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .breadcrumb-wrapper ul li,
  .widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b .breadcrumb-wrapper ul li,
  .widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310 .breadcrumb-wrapper ul li,
  .widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010 .breadcrumb-wrapper ul li,
  .widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205 .breadcrumb-wrapper ul li,
  .widget-type_system_widget_v4_breadcrumbs_1 .breadcrumb-wrapper ul li,
  .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .breadcrumb-wrapper ul li {
    color: #707070; }
    /* line 592, catalog.scss */
    .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .breadcrumb-wrapper ul li a,
    .widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b .breadcrumb-wrapper ul li a,
    .widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310 .breadcrumb-wrapper ul li a,
    .widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010 .breadcrumb-wrapper ul li a,
    .widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205 .breadcrumb-wrapper ul li a,
    .widget-type_system_widget_v4_breadcrumbs_1 .breadcrumb-wrapper ul li a,
    .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .breadcrumb-wrapper ul li a {
      color: #707070; }
  /* line 597, catalog.scss */
  .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .breadcrumb-page,
  .widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b .breadcrumb-page,
  .widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310 .breadcrumb-page,
  .widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010 .breadcrumb-page,
  .widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205 .breadcrumb-page,
  .widget-type_system_widget_v4_breadcrumbs_1 .breadcrumb-page,
  .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .breadcrumb-page {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 38px;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      /* line 597, catalog.scss */
      .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .breadcrumb-page,
      .widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b .breadcrumb-page,
      .widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310 .breadcrumb-page,
      .widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010 .breadcrumb-page,
      .widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205 .breadcrumb-page,
      .widget-type_system_widget_v4_breadcrumbs_1 .breadcrumb-page,
      .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .breadcrumb-page {
        line-height: 28px; } }
  @media screen and (max-width: 767px) {
    /* line 579, catalog.scss */
    .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df,
    .widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b,
    .widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310,
    .widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010,
    .widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205,
    .widget-type_system_widget_v4_breadcrumbs_1,
    .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df {
      width: 100%; } }

/* line 614, catalog.scss */
.main__inner--collection {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    /* line 614, catalog.scss */
    .main__inner--collection {
      flex-direction: column; } }
  /* line 625, catalog.scss */
  .main__inner--collection aside {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 268px; }
    @media screen and (max-width: 767px) {
      /* line 625, catalog.scss */
      .main__inner--collection aside {
        margin: 0;
        width: 100%; } }

/* line 639, catalog.scss */
.widget-type_widget_v4_sidebar_filter_1_30f3c85a3f60f3f9bcb6738ae68de724
.filter__head {
  position: static; }

/* line 644, catalog.scss */
.widget-type_widget_v4_collection_description_1_ea5b56cc0886e788ade1a0ceabe49c1d {
  width: 100%;
  margin: 0;
  margin-bottom: 64px;
  padding-top: 64px;
  border-top: 1px solid var(--bg-major-shade); }
  @media screen and (max-width: 1033px) {
    /* line 644, catalog.scss */
    .widget-type_widget_v4_collection_description_1_ea5b56cc0886e788ade1a0ceabe49c1d {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 414px) {
    /* line 644, catalog.scss */
    .widget-type_widget_v4_collection_description_1_ea5b56cc0886e788ade1a0ceabe49c1d {
      padding-top: 32px;
      margin-bottom: 32px; } }
  /* line 661, catalog.scss */
  .widget-type_widget_v4_collection_description_1_ea5b56cc0886e788ade1a0ceabe49c1d .layout__content {
    display: flex;
    justify-content: center;
    padding: 0; }

/* line 668, catalog.scss */
.collection-description {
  display: flex;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px; }
  @media screen and (max-width: 1033px) {
    /* line 668, catalog.scss */
    .collection-description {
      width: 100%;
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    /* line 668, catalog.scss */
    .collection-description {
      flex-direction: column; } }

/* line 684, catalog.scss */
.collection-description__image-wrapper {
  width: 480px; }
  @media screen and (max-width: 1033px) {
    /* line 684, catalog.scss */
    .collection-description__image-wrapper {
      flex-grow: 2; } }
  @media screen and (max-width: 767px) {
    /* line 684, catalog.scss */
    .collection-description__image-wrapper {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-bottom: 32px; } }
  @media screen and (max-width: 414px) {
    /* line 684, catalog.scss */
    .collection-description__image-wrapper {
      margin-bottom: 24px; } }
  /* line 702, catalog.scss */
  .collection-description__image-wrapper img {
    height: 398px !important;
    object-fit: cover; }

/* line 708, catalog.scss */
.collection-description__title {
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px; }
  @media screen and (max-width: 767px) {
    /* line 708, catalog.scss */
    .collection-description__title {
      display: flex;
      justify-content: center; } }

/* line 722, catalog.scss */
.collection-description__text-wrapper {
  width: 480px;
  margin-left: 43px;
  line-height: 22px; }
  /* line 728, catalog.scss */
  .collection-description__text-wrapper p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1033px) {
    /* line 722, catalog.scss */
    .collection-description__text-wrapper {
      flex-grow: 2; } }
  @media screen and (max-width: 767px) {
    /* line 722, catalog.scss */
    .collection-description__text-wrapper {
      width: 100%;
      margin-left: 0; }
      /* line 741, catalog.scss */
      .collection-description__text-wrapper p {
        text-align: justify; } }

/* line 747, catalog.scss */
.filter-option__field:checked + .filter-option__content .filter-option__btn {
  background-color: #000;
  background-image: url("check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px; }

/* line 760, catalog.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .favorites_btn,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .favorites_btn,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .favorites_btn,
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .favorites_btn,
.product__new-products .favorites_btn {
  position: absolute;
  z-index: 1;
  right: 4px;
  top: auto;
  bottom: 4px;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none; }
  /* line 774, catalog.scss */
  .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .favorites_btn:hover,
  .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .favorites_btn:hover,
  .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .favorites_btn:hover,
  .widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .favorites_btn:hover,
  .product__new-products .favorites_btn:hover {
    position: absolute;
    z-index: 1;
    right: 4px;
    top: auto;
    bottom: 4px;
    outline: none;
    padding: 0;
    border: 0;
    height: 32px;
    width: 32px;
    background-color: #ffffff; }
    /* line 787, catalog.scss */
    .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .favorites_btn:hover::before,
    .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .favorites_btn:hover::before,
    .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .favorites_btn:hover::before,
    .widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .favorites_btn:hover::before,
    .product__new-products .favorites_btn:hover::before {
      border-radius: 4px;
      background-color: #ffffff;
      opacity: 1; }
  @media screen and (min-width: 1034px) {
    /* line 760, catalog.scss */
    .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .favorites_btn,
    .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .favorites_btn,
    .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .favorites_btn,
    .widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .favorites_btn,
    .product__new-products .favorites_btn {
      display: none; } }
/* line 799, catalog.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .favorites_btn::before,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .favorites_btn::before,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .favorites_btn::before,
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .favorites_btn::before,
.product__new-products .favorites_btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  border-radius: 4px;
  background-color: #ffffff;
  opacity: 1;
  width: 32px;
  height: 32px; }
/* line 813, catalog.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .favorites_btn__img,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .favorites_btn__img,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .favorites_btn__img,
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .favorites_btn__img,
.product__new-products .favorites_btn__img {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  width: 16px;
  height: 16px;
  background-image: url("heart.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px; }
/* line 825, catalog.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .favorites-added,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .favorites-added,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .favorites-added,
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .favorites-added,
.product__new-products .favorites-added {
  display: flex; }
  /* line 828, catalog.scss */
  .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .favorites-added .favorites_btn__img,
  .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .favorites-added .favorites_btn__img,
  .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .favorites-added .favorites_btn__img,
  .widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .favorites-added .favorites_btn__img,
  .product__new-products .favorites-added .favorites_btn__img {
    background-image: url("heart-red.svg"); }

/* line 1, brands.scss */
.page_section_top__inner--brands {
  position: relative; }
  /* line 4, brands.scss */
  .page_section_top__inner--brands .brands__breadcrumbs {
    display: flex;
    margin: 0;
    padding: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    color: #707070;
    font-weight: normal;
    font-size: 14px;
    line-height: 38px;
    list-style: none; }
    /* line 16, brands.scss */
    .page_section_top__inner--brands .brands__breadcrumbs a {
      text-decoration: none;
      color: #707070; }
    /* line 21, brands.scss */
    .page_section_top__inner--brands .brands__breadcrumbs a:hover {
      color: #707070; }
    @media screen and (max-width: 767px) {
      /* line 4, brands.scss */
      .page_section_top__inner--brands .brands__breadcrumbs {
        padding-top: 24px;
        padding-bottom: 24px;
        line-height: 28px; } }
  /* line 32, brands.scss */
  .page_section_top__inner--brands .brands__heading {
    position: absolute;
    top: 0;
    width: 500px;
    left: calc(50% - 250px);
    margin: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 15%); }
    @media screen and (max-width: 767px) {
      /* line 32, brands.scss */
      .page_section_top__inner--brands .brands__heading {
        position: relative;
        left: 0;
        padding-top: 0;
        padding-bottom: 24px;
        justify-content: flex-start; } }
    @media screen and (max-width: 414px) {
      /* line 32, brands.scss */
      .page_section_top__inner--brands .brands__heading {
        padding-top: 24px;
        padding-bottom: 16px; } }

/* line 60, brands.scss */
.page_layoutpage_layout_section_top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-height: 100vh; }
  /* line 67, brands.scss */
  .page_layoutpage_layout_section_top a {
    text-decoration: none; }
  /* line 71, brands.scss */
  .page_layoutpage_layout_section_top main {
    flex-grow: 2;
    background-color: #f6f6f6; }
  /* line 77, brands.scss */
  .page_layoutpage_layout_section_top .main__inner .brands__list {
    display: flex; }
  /* line 81, brands.scss */
  .page_layoutpage_layout_section_top .main__inner .brands__column {
    width: 50%; }
    @media screen and (max-width: 1033px) {
      /* line 81, brands.scss */
      .page_layoutpage_layout_section_top .main__inner .brands__column {
        width: 100%; } }
  /* line 89, brands.scss */
  .page_layoutpage_layout_section_top .main__inner .brands__column-wrapper {
    display: flex;
    align-items: flex-start;
    width: 50%; }
    @media screen and (max-width: 1033px) {
      /* line 89, brands.scss */
      .page_layoutpage_layout_section_top .main__inner .brands__column-wrapper {
        flex-direction: column; } }
  /* line 99, brands.scss */
  .page_layoutpage_layout_section_top .main__inner .brands__letter {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px; }
  /* line 106, brands.scss */
  .page_layoutpage_layout_section_top .main__inner .brands__letter-list {
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    list-style: none; }
    /* line 115, brands.scss */
    .page_layoutpage_layout_section_top .main__inner .brands__letter-list a {
      text-decoration: none; }
  /* line 120, brands.scss */
  .page_layoutpage_layout_section_top .main__inner .brands__letter-item {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }

/* line 130, brands.scss */
.brands__features {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 42px;
  padding: 0; }

/* line 138, brands.scss */
.brands__features-item {
  position: relative;
  list-style: none;
  width: calc((100% - 3 * 22px) / 4);
  height: 0;
  padding-top: calc((100% - 3 * 22px) / 4 * 1.3);
  margin-right: 22px;
  margin-bottom: 22px; }
  /* line 147, brands.scss */
  .brands__features-item:nth-child(4n) {
    margin-right: 0; }
  /* line 151, brands.scss */
  .brands__features-item a {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%; }
    /* line 158, brands.scss */
    .brands__features-item a picture {
      width: 100%; }
  @media screen and (max-width: 767px) {
    /* line 138, brands.scss */
    .brands__features-item {
      width: calc((100% - 22px) / 2);
      padding-top: calc((100% - 22px) / 2 * 1.3); }
      /* line 167, brands.scss */
      .brands__features-item:nth-child(2n) {
        margin-right: 0; } }

/* line 176, brands.scss */
.brands__features-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 188, brands.scss */
.brands__features-item-title {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  width: 100%;
  margin: 0;
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px; }

/* line 202, brands.scss */
.brands__gradient {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 44%); }

/* line 1, footer.scss */
footer {
  background-color: white; }

/* line 5, footer.scss */
.footer__logo {
  width: 84px; }

@media screen and (max-width: 1033px) {
  /* line 10, footer.scss */
  .widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3
  .footer-wrap
  .footer-top {
    grid-template-areas: "sidebar" "menu";
    grid-template-columns: auto;
    padding-bottom: 0; }

  /* line 20, footer.scss */
  .widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3
  .footer__area-menu
  .menu-item
  .menu-title {
    align-self: center;
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto 2rem;
    padding: 0 0.5rem;
    margin: 0 !important; }

  /* line 33, footer.scss */
  .widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3
  .footer__area-menu
  .menu-item
  .menu-link {
    padding-left: 20px; }

  /* line 40, footer.scss */
  .widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3
  .menu-show-submenu-btn {
    display: block; }

  /* line 45, footer.scss */
  .widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3
  .footer__area-menu
  .menu-item
  .menu-link {
    display: none; }

  /* line 52, footer.scss */
  .widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3
  .footer-wrap
  .footer-top
  .footer__area-menu {
    flex-direction: column; }

  /* line 59, footer.scss */
  .widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3
  .footer__area-menu
  .menu-item {
    padding: 1rem 0; }

  /* line 65, footer.scss */
  .widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3
  .footer__area-menu
  .menu-item {
    border-top: 1px solid var(--bg-major-shade); } }
/* line 72, footer.scss */
.footer__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 1033px) {
    /* line 72, footer.scss */
    .footer__inner {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      padding: 0; } }

/* line 88, footer.scss */
div.widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3 {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: white; }
  /* line 94, footer.scss */
  div.widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3 .footer__area-menu {
    flex-wrap: nowrap; }
  /* line 98, footer.scss */
  div.widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3 .layout__content {
    margin: 0;
    width: 100%;
    max-width: none;
    background-color: white; }

/* line 106, footer.scss */
.specialBgc {
  background-color: #f6f6f6; }

@media screen and (max-width: 1033px) {
  /* line 110, footer.scss */
  .widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3 {
    margin-top: 0; }
    /* line 114, footer.scss */
    .widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3 .footer__area-sidebar {
      padding-left: 20px; }
    /* line 118, footer.scss */
    .widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3 .footer-bottom {
      padding-left: 20px; }
    /* line 123, footer.scss */
    .widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3 .footer__area-menu .menu-item .menu-title {
      padding-left: 20px; } }

@media screen and (max-width: 767px) {
  /* line 130, footer.scss */
  .widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3
  .footer__area-menu
  .menu-item {
    border-top: 1px solid var(--bg-major-shade); } }
@media screen and (max-width: 767px) {
  /* line 137, footer.scss */
  .widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3
  .footer__area-menu
  .menu-item:last-child {
    border-bottom: 1px solid var(--bg-major-shade); } }

/* line 145, footer.scss */
.widget-type_widget_v4_footer_3_f0b3995d2c4fb138c2bb550678d1d0f3 .icon-angle-down {
  display: block;
  width: 10px;
  height: 6px;
  color: #2B2B2B;
  background: url("arrow-down.svg") no-repeat center; }

/* line 154, footer.scss */
.footer-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 18px 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: #EAF3E9; }

/* line 167, footer.scss */
.footer-banner__icon {
  margin-right: 6px; }

/* line 171, footer.scss */
.footer-banner__link {
  position: relative;
  text-decoration: none;
  white-space: nowrap; }
  /* line 176, footer.scss */
  .footer-banner__link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  /* line 184, footer.scss */
  .footer-banner__link--vk {
    padding-left: 35px;
    color: #07F; }
    /* line 188, footer.scss */
    .footer-banner__link--vk::before {
      width: 29px;
      height: 18px;
      background-image: url("vk.svg");
      background-size: 29px 18px; }
  /* line 196, footer.scss */
  .footer-banner__link--telegram {
    padding-left: 30px;
    color: #29A8EA; }
    /* line 200, footer.scss */
    .footer-banner__link--telegram::before {
      width: 24px;
      height: 20px;
      background-image: url("telegram.svg");
      background-size: 24px 20px; }

/* line 209, footer.scss */
.footer__area-logo__inner {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    /* line 209, footer.scss */
    .footer__area-logo__inner {
      width: calc(100vw - 40px);
      justify-content: space-between; } }

/* line 219, footer.scss */
.footer__area-logo__iframe {
  margin-left: 154px;
  height: 50px; }
  @media screen and (max-width: 767px) {
    /* line 219, footer.scss */
    .footer__area-logo__iframe {
      margin-left: 16px; } }

/* line 1, special-products.scss */
.widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1,
.widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 {
  padding: 0;
  padding-top: 32px;
  padding-bottom: 48px;
  margin: 0; }
  /* line 8, special-products.scss */
  .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .layout__content,
  .widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .layout__content {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: none; }
  /* line 15, special-products.scss */
  .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .special-products__title,
  .widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .special-products__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 32px; }
  /* line 22, special-products.scss */
  .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .grid-list,
  .widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .grid-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    /* line 27, special-products.scss */
    .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .grid-list form,
    .widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .grid-list form {
      width: 168px; }
    /* line 31, special-products.scss */
    .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .grid-list form:nth-child(n + 6),
    .widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .grid-list form:nth-child(n + 6) {
      display: none; }
    @media screen and (max-width: 1033px) {
      /* line 36, special-products.scss */
      .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .grid-list form:nth-child(n + 5),
      .widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .grid-list form:nth-child(n + 5) {
        display: none; }
      /* line 40, special-products.scss */
      .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .grid-list form,
      .widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .grid-list form {
        width: 25%; } }
    @media screen and (max-width: 767px) {
      /* line 46, special-products.scss */
      .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .grid-list form:nth-child(n + 3),
      .widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .grid-list form:nth-child(n + 3) {
        display: none; }
      /* line 50, special-products.scss */
      .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .grid-list form,
      .widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .grid-list form {
        width: 50%; } }

/* line 1, recently-viewed.scss */
.widget-type_system_widget_v4_viewed_products_1 {
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--bg-major-shade); }
  /* line 9, recently-viewed.scss */
  .widget-type_system_widget_v4_viewed_products_1::before {
    background: white;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%; }
  /* line 20, recently-viewed.scss */
  .widget-type_system_widget_v4_viewed_products_1 .special-products__head {
    position: relative; }
  /* line 24, recently-viewed.scss */
  .widget-type_system_widget_v4_viewed_products_1 .special-products__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 32px; }
  /* line 31, recently-viewed.scss */
  .widget-type_system_widget_v4_viewed_products_1 .layout__content {
    padding: 0;
    margin: 0; }

/* line 1, cart.scss */
.main__inner--cart {
  padding: 0; }

/* line 5, cart.scss */
.widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f {
  padding: 0;
  padding-bottom: 30px;
  margin: 0; }
  /* line 10, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__button {
    height: 40px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    background: #2b2b2b;
    color: var(--color-btn-color);
    border-color: #2b2b2b;
    box-shadow: none; }
    /* line 20, cart.scss */
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__button--checkout:hover {
      background: #3d3d3d;
      color: var(--color-btn-color);
      border-color: #3d3d3d;
      box-shadow: none; }
    /* line 27, cart.scss */
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__button--one-click {
      color: #2b2b2b;
      background-color: transparent;
      border: 1px solid #707070; }
    /* line 33, cart.scss */
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__button--one-click:hover {
      background: transparent;
      color: #2b2b2b;
      opacity: 0.7; }
  /* line 40, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-form__delivery-label {
    margin-left: auto; }
  /* line 44, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .icon-plus {
    width: 13px;
    height: 13px;
    background: url("plus-grey.svg") no-repeat center; }
  /* line 50, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .icon-minus {
    width: 13px;
    height: 1px;
    background-color: #707070; }
  /* line 56, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .sticker {
    position: relative;
    width: 46px;
    height: 27px;
    margin: 0;
    padding: 0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: var(--sticker-font-size, 0.875rem);
    border-radius: var(--controls-btn-border-radius);
    background-color: #e44542; }
    /* line 71, cart.scss */
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .sticker::after {
      z-index: -1;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      background: url("flag.svg") no-repeat;
      width: 55px;
      height: 27px; }
  /* line 84, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .stickers {
    position: absolute;
    z-index: 1;
    left: 0; }
  /* line 90, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .item-price {
    display: flex;
    gap: 0; }
    /* line 94, cart.scss */
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .item-price .price--old {
      margin-left: 16px;
      color: #707070;
      text-decoration: line-through; }
  /* line 101, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__discount-button {
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 8px;
    user-select: none; }
  /* line 110, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__discount-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    border: none;
    background-color: transparent;
    cursor: pointer; }
  /* line 124, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__discount-input-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px; }
  /* line 131, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__discount-title {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b; }
  /* line 139, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__discount-notice {
    margin-bottom: 16px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #ea1a1a; }
  /* line 147, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__discount-icon {
    margin-left: 8px;
    width: 24px;
    height: 24px;
    cursor: pointer; }
  /* line 154, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__discount-close-icon {
    margin-left: 8px;
    width: 24px;
    height: 24px;
    transform: rotate(135deg);
    cursor: pointer; }
  /* line 162, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__discount-input {
    flex-grow: 1;
    padding: 10px 12px;
    background: #ffffff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 6px; }
    /* line 170, cart.scss */
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__discount-input:focus {
      outline-color: #dedede; }
    /* line 174, cart.scss */
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__discount-input::placeholder {
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: #707070; }
  /* line 182, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__discount-submit-button {
    position: relative;
    padding: 0;
    margin-left: 8px;
    width: 40px;
    height: 40px;
    background: #2b2b2b;
    border: none;
    border-radius: 6px;
    cursor: pointer; }
    /* line 193, cart.scss */
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__discount-submit-button::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      background-image: url("white-arrow.svg");
      background-position: center;
      background-repeat: no-repeat; }
  /* line 207, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .insales-ui-discount-error a {
    color: #ea1a1a; }
  /* line 212, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .layout__content {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%; }
  /* line 219, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1033px) {
      /* line 219, cart.scss */
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart {
        flex-direction: column; } }
  /* line 228, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__area-items {
    width: 69%; }
    @media screen and (max-width: 1033px) {
      /* line 228, cart.scss */
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__area-items {
        width: 100%; } }
  /* line 236, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .heading {
    padding-top: 32px;
    padding-bottom: 32px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1033px) {
      /* line 236, cart.scss */
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .heading {
        padding-top: 24px;
        padding-bottom: 24px; } }
  /* line 250, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart-item {
    position: relative;
    display: flex;
    padding: 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #ffffff; }
  /* line 260, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .icon-times:before {
    position: relative;
    top: -17px;
    right: -6px; }
  /* line 267, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .item-counter .counter-input {
    color: #2b2b2b;
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; }
  /* line 275, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .counter-button {
    color: #2b2b2b;
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; }
  /* line 283, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .counter {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 6px;
    width: 128px; }
  /* line 290, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .item-title {
    margin-bottom: 16px;
    margin-right: 24px;
    font-weight: normal;
    font-size: 23px;
    line-height: 27px; }
  /* line 298, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  /* line 304, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .info-wrapper {
    display: flex;
    margin-bottom: 16px; }
    @media screen and (max-width: 414px) {
      /* line 304, cart.scss */
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .info-wrapper {
        flex-direction: column; } }
  /* line 313, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .item-image {
    width: 152px;
    min-width: 152px; }
    @media screen and (max-width: 414px) {
      /* line 313, cart.scss */
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .item-image {
        width: 119px;
        min-width: 119px; } }
  /* line 323, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .item-variants {
    margin-left: 32px; }
    @media screen and (max-width: 414px) {
      /* line 323, cart.scss */
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .item-variants {
        margin-left: 0; } }
  /* line 331, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .item-delete {
    position: absolute;
    top: 16px;
    right: 16px; }
  /* line 337, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .item-total {
    display: none;
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-weight: normal; }
  /* line 345, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .item-counter {
    margin-top: auto; }
  /* line 349, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .total-description,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .total-amount {
    font-weight: 600;
    font-size: 23px;
    line-height: 27px; }
  /* line 356, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__area-controls .cart-controls {
    padding: 0;
    background-color: transparent; }
    /* line 360, cart.scss */
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__area-controls .cart-controls .cart-dropdown__button {
      height: 40px;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      background: #2b2b2b;
      color: var(--color-btn-color);
      border-color: #2b2b2b;
      box-shadow: none; }
      /* line 370, cart.scss */
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__area-controls .cart-controls .cart-dropdown__button:hover {
        background: #3d3d3d;
        color: var(--color-btn-color);
        border-color: #3d3d3d;
        box-shadow: none; }
    /* line 378, cart.scss */
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__area-controls .cart-controls .button--transparent {
      color: #2b2b2b;
      background-color: transparent;
      border: 1px solid #707070; }
      /* line 383, cart.scss */
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__area-controls .cart-controls .button--transparent:hover {
        background: transparent;
        color: #2b2b2b;
        opacity: 0.7; }
    @media screen and (max-width: 1033px) {
      /* line 356, cart.scss */
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__area-controls .cart-controls {
        padding-left: 0; } }
  /* line 395, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__area-controls {
    width: 31%; }
    @media screen and (max-width: 1033px) {
      /* line 395, cart.scss */
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__area-controls {
        width: 100%; } }
  /* line 403, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .text-center {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center; }
    @media screen and (max-width: 1033px) {
      /* line 403, cart.scss */
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .text-center {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media screen and (max-width: 375px) {
      /* line 403, cart.scss */
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .text-center {
        padding-top: 20px;
        padding-bottom: 20px; } }
  /* line 419, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .empty-cart__image {
    margin-bottom: 54px; }
  /* line 423, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .empty-cart__text {
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #707070; }
  /* line 430, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__area-coupon {
    background-color: #ffffff; }
  /* line 434, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .hidden {
    display: none; }
  /* line 438, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__area-controls .cart-controls .insales-ui-discount-amount {
    color: #0277ff; }
  /* line 442, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .cart__area-controls-sticky {
    gap: 1.5rem; }
  /* line 446, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .insales-ui-discounts-errors {
    width: 300px; }
  /* line 450, cart.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__controls-right {
    display: none; }

/* line 455, cart.scss */
.cart-discount-info {
  position: relative; }

/* line 459, cart.scss */
.cart-discount-info__text {
  padding-bottom: 8px;
  margin-top: -3px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #2B2B2B;
  cursor: pointer; }
  /* line 469, cart.scss */
  .cart-discount-info__text:hover + .cart-discount-info__popup {
    display: block; }

/* line 474, cart.scss */
.cart-discount-info__icon {
  margin-top: -2px;
  width: 16px;
  height: 16px;
  margin-right: 8px; }

/* line 481, cart.scss */
.cart-discount-info__popup {
  display: none;
  z-index: 10;
  position: absolute;
  top: 29px;
  left: -16px;
  width: calc(100% + 32px);
  padding: 12px 16px;
  margin: 0;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #2B2B2B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  /* line 499, cart.scss */
  .cart-discount-info__popup:hover {
    display: block; }

/* line 504, cart.scss */
.cart-discount-info__link {
  color: #0277FF; }

/* line 508, cart.scss */
.product-form__delivery-label {
  width: fit-content;
  height: auto;
  color: #1b2738;
  border: none;
  background: #DDF3FF;
  cursor: pointer; }
  @media screen and (min-width: 414px) {
    /* line 516, cart.scss */
    .product-form__delivery-label--orange {
      width: 307px;
      margin-top: -8px; } }

/* line 524, cart.scss */
.product-form__delivery-label:hover + .product-form__delivery-popup {
  display: block; }

/* line 528, cart.scss */
.product-form__delivery-popup {
  z-index: 10;
  position: absolute;
  top: 27px;
  right: 0;
  display: none;
  padding-top: 8px; }
  /* line 536, cart.scss */
  .product-form__delivery-popup:hover {
    display: block; }

/* line 541, cart.scss */
.product-form__delivery-popup-inner {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box; }

/* line 550, cart.scss */
.product-form__delivery-link {
  display: block;
  color: #0277ff;
  text-decoration: none; }

/* line 556, cart.scss */
.product-form__delivery-label-wrapper {
  position: relative; }

/* line 2, checkout.scss */
.main__inner--checkout .layout {
  margin: 0;
  padding: 0; }
/* line 7, checkout.scss */
.main__inner--checkout .layout__content {
  width: 100%;
  max-width: 100%; }

/* line 13, checkout.scss */
.co-section--content .co-checkout-block--padded {
  flex-direction: column; }

/* line 18, checkout.scss */
.co-sidebar .co-checkout-block--padded {
  padding: 0;
  margin-left: 32px; }
  /* line 22, checkout.scss */
  .co-sidebar .co-checkout-block--padded > div {
    top: 24px !important; }
  @media screen and (max-width: 768px) {
    /* line 18, checkout.scss */
    .co-sidebar .co-checkout-block--padded {
      margin-left: 0; } }

/* line 32, checkout.scss */
.co-section--checkout_content {
  margin: 0; }

/* line 36, checkout.scss */
.co-checkout-order_form {
  position: relative;
  padding: 0;
  padding-top: 102px;
  padding-right: 1rem; }
  @media screen and (max-width: 768px) {
    /* line 36, checkout.scss */
    .co-checkout-order_form {
      padding-top: 24px; } }

/* line 47, checkout.scss */
.co-section--checkout_header {
  padding: 0; }

/* line 51, checkout.scss */
.decorated-title-wrapper {
  position: absolute;
  top: 0;
  left: calc(50% - 250px);
  padding: 32px;
  width: 500px;
  margin: 0;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    /* line 51, checkout.scss */
    .decorated-title-wrapper {
      position: relative;
      left: 0;
      padding-left: 0;
      justify-content: flex-start; } }
  /* line 68, checkout.scss */
  .decorated-title-wrapper .decorated-title {
    margin: 0;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px; }
    @media screen and (max-width: 768px) {
      /* line 68, checkout.scss */
      .decorated-title-wrapper .decorated-title {
        font-size: 24px;
        line-height: 28px; } }

/* line 81, checkout.scss */
.co-social_login-box {
  position: absolute;
  left: 143px;
  top: 9px; }
  /* line 86, checkout.scss */
  .co-social_login-box .co-input-description {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px; }
    /* line 92, checkout.scss */
    .co-social_login-box .co-input-description a {
      color: #005dc9; }

/* line 98, checkout.scss */
.co-title {
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px; }

/* line 105, checkout.scss */
.co-input-label {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px; }

/* line 111, checkout.scss */
.co-input-field {
  border: 1px solid #dedede; }

/* line 115, checkout.scss */
.co-basket_item {
  align-items: flex-start;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #ffffff; }

/* line 122, checkout.scss */
.co-basket_item:last-child {
  margin-bottom: 0; }

/* line 126, checkout.scss */
.co-sidebar {
  top: 120px;
  box-shadow: none; }
  @media screen and (max-width: 768px) {
    /* line 126, checkout.scss */
    .co-sidebar {
      top: 0; } }

/* line 135, checkout.scss */
.co-toggable_field-input input + span {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  line-height: 1.2;
  box-shadow: inset 0 0 0 1px #727272; }

/* line 143, checkout.scss */
.co-toggable_field-input--radio input:checked + span {
  position: relative;
  box-shadow: inset 0 0 0 1px #727272; }
  /* line 147, checkout.scss */
  .co-toggable_field-input--radio input:checked + span::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2b2b2b; }

/* line 160, checkout.scss */
.co-delivery_method-price {
  padding-top: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px; }

/* line 167, checkout.scss */
.co-button--checkout {
  height: 40px;
  margin-bottom: 80px; }

/* line 172, checkout.scss */
.co-button--checkout#create_order {
  height: 40px;
  margin-top: 0;
  margin-bottom: 80px;
  background: #2b2b2b;
  color: var(--color-btn-color);
  border-color: #2b2b2b;
  box-shadow: none; }
  /* line 181, checkout.scss */
  .co-button--checkout#create_order:hover {
    background: #3d3d3d;
    color: var(--color-btn-color);
    border-color: #3d3d3d;
    box-shadow: none; }
  @media screen and (max-width: 768px) {
    /* line 172, checkout.scss */
    .co-button--checkout#create_order {
      margin-bottom: 64px; } }

/* line 193, checkout.scss */
.co-basket_item-list {
  margin-top: 1.25rem; }

/* line 197, checkout.scss */
.co-basket_item-description {
  padding: 0;
  padding-right: 1.5rem;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px; }

/* line 205, checkout.scss */
.co-basket_item-image {
  width: 64px;
  height: auto;
  padding-bottom: 0; }
  /* line 210, checkout.scss */
  .co-basket_item-image img {
    position: static;
    transform: none;
    width: 100% !important;
    max-width: 100%;
    max-height: 64px;
    object-fit: cover; }

/* line 220, checkout.scss */
.co-basket_item-image_container {
  flex: 0 1 80px; }

/* line 224, checkout.scss */
.co-basket_item-total {
  margin-top: 16px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #707070; }
  /* line 231, checkout.scss */
  .co-basket_item-total .co-basket_item-count,
  .co-basket_item-total .co-basket_item-price {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px; }
  /* line 238, checkout.scss */
  .co-basket_item-total .co-basket_item-count {
    color: #707070; }
  /* line 242, checkout.scss */
  .co-basket_item-total .co-basket_item-price {
    color: #2b2b2b; }

/* line 247, checkout.scss */
.co-basket_subtotal {
  margin-bottom: 0.5rem; }

/* line 251, checkout.scss */
.co-basket_subtotal-list {
  padding: 0;
  padding-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #707070;
  border: none; }

/* line 262, checkout.scss */
.co-basket_subtotal-price {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #707070; }

/* line 269, checkout.scss */
.co-basket_total {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b; }

/* line 277, checkout.scss */
.co-modal-close::before {
  content: "";
  display: block;
  background: url("cross.svg") no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer; }

/* line 289, checkout.scss */
.payment_variants .co-input--required .co-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  padding-top: 24px; }
/* line 297, checkout.scss */
.payment_variants .co-payment_method {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 24px; }
  /* line 303, checkout.scss */
  .payment_variants .co-payment_method .radio {
    margin-top: 5px; }
  /* line 307, checkout.scss */
  .payment_variants .co-payment_method .co-toggable_field-input--radio {
    margin-top: 5px; }
/* line 312, checkout.scss */
.payment_variants .co-payment_method-information {
  padding: 0; }

/* line 317, checkout.scss */
.delivery_variants {
  margin-bottom: 8px; }
  /* line 320, checkout.scss */
  .delivery_variants .co-delivery_method {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 24px; }
    /* line 326, checkout.scss */
    .delivery_variants .co-delivery_method .radio {
      margin-top: 5px; }
  /* line 331, checkout.scss */
  .delivery_variants .co-delivery_method-information {
    padding: 0; }

/* line 336, checkout.scss */
.co-input--required .co-input-label:after {
  font-size: 0.9em;
  margin-left: 0.2em;
  line-height: 0.7em;
  content: '*';
  color: red; }

/* line 344, checkout.scss */
.co-toggable_field--bordered .co-toggable_field-title {
  margin: 0; }

/* line 348, checkout.scss */
.co-delivery_method {
  margin: 0; }

/* line 352, checkout.scss */
.co-checkout-block {
  position: relative;
  margin-bottom: 32px; }

/* line 357, checkout.scss */
.co-tabs-content {
  margin-bottom: 0;
  margin-top: -8px; }

/* line 362, checkout.scss */
.co-client-field {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #707070; }

/* line 369, checkout.scss */
.co-client-logged {
  margin-bottom: 8px; }

/* line 373, checkout.scss */
.co-client-info {
  margin-bottom: 16px; }

/* line 378, checkout.scss */
.co-customer .co-input {
  margin-top: 24px; }
/* line 382, checkout.scss */
.co-customer .co-input--email {
  margin-top: 0; }

/* line 388, checkout.scss */
.main__inner--checkout .co-notice--flash {
  position: relative;
  top: 100px;
  margin: 0;
  margin-bottom: 16px;
  margin-right: 16px; }
  @media screen and (max-width: 768px) {
    /* line 388, checkout.scss */
    .main__inner--checkout .co-notice--flash {
      position: static;
      margin-right: 0; } }

/* line 402, checkout.scss */
.co-sidebar-wrapper {
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 8px; }
  @media screen and (min-width: 769px) {
    /* line 402, checkout.scss */
    .co-sidebar-wrapper {
      padding: 0;
      border: none; } }

/* line 414, checkout.scss */
.co-sidebar-toggler {
  align-items: center;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none; }
  /* line 421, checkout.scss */
  .co-sidebar-toggler span:first-child {
    display: flex;
    align-items: center; }
  /* line 426, checkout.scss */
  .co-sidebar-toggler:hover {
    background: transparent;
    border: none;
    box-shadow: none; }
  /* line 432, checkout.scss */
  .co-sidebar-toggler:focus {
    background: transparent;
    border: none;
    box-shadow: none; }

/* line 439, checkout.scss */
.co-sidebar-toggler_title {
  margin-left: 0.75rem;
  margin-right: 0.5rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b; }

/* line 448, checkout.scss */
.co-basket_total-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b; }

/* line 460, checkout.scss */
.checkout-v2-wrapper .halfling-shopping-cart::before {
  content: "";
  margin-bottom: 0.25rem;
  display: block;
  background: url("bag-grey.svg") no-repeat center;
  width: 24px;
  height: 24px; }
/* line 469, checkout.scss */
.checkout-v2-wrapper .halfling-menu-down::before {
  content: "";
  display: block;
  background: url("arrow-down.svg") no-repeat center;
  width: 16px;
  height: 16px; }

/* line 478, checkout.scss */
.co-input--nested .co-input-label {
  cursor: text;
  margin-bottom: 0;
  padding: 0 0.5rem;
  position: absolute;
  z-index: 1;
  top: 0.1rem;
  left: 0;
  right: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  color: #666666;
  font-size: 0.9em; }

/* line 493, checkout.scss */
.co-input--empty_nested .co-input-label {
  margin-bottom: 0;
  position: absolute;
  z-index: 1;
  top: 1.55rem;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1em; }

/* line 505, checkout.scss */
.co-input--nested .co-input-field, .co-input--nested .picker-input--active {
  padding: 2rem 0.5rem 1rem 0.5rem; }

/* line 1, search.scss */
.widget-type_widget_v4_search_form_1_6d0010c253b7df151855e42193e8123e {
  padding: 0;
  margin: 0; }
  /* line 5, search.scss */
  .widget-type_widget_v4_search_form_1_6d0010c253b7df151855e42193e8123e .layout__content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0; }
  /* line 13, search.scss */
  .widget-type_widget_v4_search_form_1_6d0010c253b7df151855e42193e8123e .search-form {
    width: 680px; }
    /* line 16, search.scss */
    .widget-type_widget_v4_search_form_1_6d0010c253b7df151855e42193e8123e .search-form form {
      width: 100%;
      max-width: 100%; }
  /* line 22, search.scss */
  .widget-type_widget_v4_search_form_1_6d0010c253b7df151855e42193e8123e .icon-search:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -14px;
    width: 24px;
    height: 24px;
    margin: 0;
    display: block;
    background: url("search-white.svg") no-repeat;
    border: none; }
  /* line 35, search.scss */
  .widget-type_widget_v4_search_form_1_6d0010c253b7df151855e42193e8123e .search-form__submit-btn {
    background: #2b2b2b;
    color: var(--color-btn-color);
    border-color: #2b2b2b;
    box-shadow: none; }
    /* line 41, search.scss */
    .widget-type_widget_v4_search_form_1_6d0010c253b7df151855e42193e8123e .search-form__submit-btn:hover {
      background: #3d3d3d;
      color: var(--color-btn-color);
      border-color: #3d3d3d;
      box-shadow: none; }

/* line 50, search.scss */
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 {
  margin: 0;
  padding: 0;
  padding-top: 32px;
  padding-bottom: 86px; }
  @media screen and (max-width: 1033px) {
    /* line 50, search.scss */
    .widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 {
      padding-bottom: 32px; } }
  /* line 60, search.scss */
  .widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .layout__content {
    margin: 0;
    padding: 0; }

/* line 66, search.scss */
.search__empty {
  width: 209px;
  height: 217px; }

/* line 71, search.scss */
.empty-catalog-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 71px; }
  /* line 78, search.scss */
  .empty-catalog-message--filters {
    position: absolute;
    left: calc(50% - 195px); }
    @media screen and (max-width: 768px) {
      /* line 78, search.scss */
      .empty-catalog-message--filters {
        position: relative;
        left: auto; } }
  /* line 88, search.scss */
  .empty-catalog-message--no-goods {
    margin-left: -268px; }
    @media screen and (max-width: 768px) {
      /* line 88, search.scss */
      .empty-catalog-message--no-goods {
        margin-left: 0; } }
  @media screen and (max-width: 1033px) {
    /* line 71, search.scss */
    .empty-catalog-message {
      padding-top: 36px; } }

/* line 101, search.scss */
.empty-catalog__image {
  margin-bottom: 54px; }

/* line 105, search.scss */
.empty-catalog__text {
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #707070; }

/* line 112, search.scss */
.widget-type_system_widget_v4_pagination_2 .pagination-prev:hover {
  background-color: transparent; }

/* line 116, search.scss */
.widget-type_system_widget_v4_pagination_2 .pagination-next:hover {
  background-color: transparent; }

/* line 1, product-preview.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview .sticker:empty {
  display: none; }

/* line 5, product-preview.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview__photo .img-ratio {
  padding-top: calc(100%/0.8); }
  /* line 8, product-preview.scss */
  .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview__photo .img-ratio img {
    height: 100% !important; }

/* line 23, product-preview.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview__content,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview__content,
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview__content,
.widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview__content,
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__content,
.product__new-products .product-preview__content,
.widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__content,
.widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview__content,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__content,
.widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: white;
  padding-bottom: 16px;
  height: 100%;
  min-height: 280px; }
/* line 33, product-preview.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .article__row .product-preview__content,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .article__row .product-preview__content,
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .article__row .product-preview__content,
.widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .article__row .product-preview__content,
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .article__row .product-preview__content,
.product__new-products .article__row .product-preview__content,
.widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .article__row .product-preview__content,
.widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .article__row .product-preview__content,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .article__row .product-preview__content,
.widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .article__row .product-preview__content {
  height: calc(100% - 66px); }
/* line 37, product-preview.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview__area-title,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview__area-title,
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview__area-title,
.widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview__area-title,
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__area-title,
.product__new-products .product-preview__area-title,
.widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__area-title,
.widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview__area-title,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__area-title,
.widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview__area-title {
  margin-left: 16px;
  margin-right: 16px; }
/* line 42, product-preview.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview__area-bottom,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview__area-bottom,
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview__area-bottom,
.widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview__area-bottom,
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__area-bottom,
.product__new-products .product-preview__area-bottom,
.widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__area-bottom,
.widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview__area-bottom,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__area-bottom,
.widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview__area-bottom {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: auto; }
/* line 48, product-preview.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview__brand,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview__brand,
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview__brand,
.widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview__brand,
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__brand,
.product__new-products .product-preview__brand,
.widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__brand,
.widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview__brand,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__brand,
.widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview__brand {
  margin: 0;
  margin-left: 16px;
  margin-bottom: 4px;
  margin-right: 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px; }
  /* line 57, product-preview.scss */
  .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview__brand a,
  .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview__brand a,
  .widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview__brand a,
  .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview__brand a,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__brand a,
  .product__new-products .product-preview__brand a,
  .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__brand a,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview__brand a,
  .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__brand a,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview__brand a {
    text-decoration: none; }
/* line 62, product-preview.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview__available,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview__available,
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview__available,
.widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview__available,
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__available,
.product__new-products .product-preview__available,
.widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__available,
.widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview__available,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__available,
.widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview__available {
  display: none; }
/* line 66, product-preview.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview__price,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview__price,
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview__price,
.widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview__price,
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__price,
.product__new-products .product-preview__price,
.widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__price,
.widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview__price,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__price,
.widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview__price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px; }
  /* line 73, product-preview.scss */
  .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview__price .product-preview__price-cur,
  .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview__price .product-preview__price-cur,
  .widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview__price .product-preview__price-cur,
  .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview__price .product-preview__price-cur,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__price .product-preview__price-cur,
  .product__new-products .product-preview__price .product-preview__price-cur,
  .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__price .product-preview__price-cur,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview__price .product-preview__price-cur,
  .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__price .product-preview__price-cur,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview__price .product-preview__price-cur {
    order: 1;
    margin-right: 8px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2b2b2b !important; }
  /* line 82, product-preview.scss */
  .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview__price .product-preview__price-old,
  .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview__price .product-preview__price-old,
  .widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview__price .product-preview__price-old,
  .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview__price .product-preview__price-old,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__price .product-preview__price-old,
  .product__new-products .product-preview__price .product-preview__price-old,
  .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__price .product-preview__price-old,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview__price .product-preview__price-old,
  .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__price .product-preview__price-old,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview__price .product-preview__price-old {
    order: 2;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-text-half-shade);
    text-decoration: line-through; }
/* line 92, product-preview.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview__title,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview__title,
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview__title,
.widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview__title,
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__title,
.product__new-products .product-preview__title,
.widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__title,
.widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview__title,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__title,
.widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview__title {
  margin-bottom: 4px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px; }
  /* line 98, product-preview.scss */
  .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview__title a,
  .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview__title a,
  .widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview__title a,
  .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview__title a,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__title a,
  .product__new-products .product-preview__title a,
  .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__title a,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview__title a,
  .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__title a,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview__title a {
    text-decoration: none; }
/* line 103, product-preview.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview__photo,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview__photo,
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview__photo,
.widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview__photo,
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__photo,
.product__new-products .product-preview__photo,
.widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__photo,
.widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview__photo,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__photo,
.widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview__photo {
  position: relative;
  margin-bottom: 16px; }
/* line 108, product-preview.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview__controls,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview__controls,
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview__controls,
.widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview__controls,
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__controls,
.product__new-products .product-preview__controls,
.widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__controls,
.widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview__controls,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__controls,
.widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview__controls {
  display: none; }
/* line 112, product-preview.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview,
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview,
.widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview,
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview,
.product__new-products .product-preview,
.widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview,
.widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview,
.widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview {
  position: relative;
  align-self: stretch; }
  /* line 116, product-preview.scss */
  .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview .sticker,
  .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview .sticker,
  .widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview .sticker,
  .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview .sticker,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview .sticker,
  .product__new-products .product-preview .sticker,
  .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview .sticker,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview .sticker,
  .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview .sticker,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview .sticker {
    position: relative;
    width: 46px;
    height: 27px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: white;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: var(--sticker-font-size, 0.875rem);
    border-radius: var(--controls-btn-border-radius); }
    /* line 132, product-preview.scss */
    .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview .sticker::after,
    .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview .sticker::after,
    .widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview .sticker::after,
    .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview .sticker::after,
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview .sticker::after,
    .product__new-products .product-preview .sticker::after,
    .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview .sticker::after,
    .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview .sticker::after,
    .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview .sticker::after,
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview .sticker::after {
      z-index: -1;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      background: url("flag.svg") no-repeat;
      width: 55px;
      height: 27px; }
  /* line 145, product-preview.scss */
  .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview .sticker-preorder,
  .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview .sticker-preorder,
  .widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview .sticker-preorder,
  .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview .sticker-preorder,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview .sticker-preorder,
  .product__new-products .product-preview .sticker-preorder,
  .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview .sticker-preorder,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview .sticker-preorder,
  .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview .sticker-preorder,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview .sticker-preorder {
    display: none; }
  /* line 149, product-preview.scss */
  .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .product-preview .stickers,
  .widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b .product-preview .stickers,
  .widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6 .product-preview .stickers,
  .widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1 .product-preview .stickers,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview .stickers,
  .product__new-products .product-preview .stickers,
  .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview .stickers,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview .stickers,
  .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview .stickers,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview .stickers {
    position: absolute;
    z-index: 1;
    line-height: 1;
    font-size: 0;
    width: calc(100% - 2rem);
    bottom: 0;
    left: 0;
    top: auto; }

/* line 162, product-preview.scss */
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b
.product-preview.is-all-variants-not-available.is-zero-count-hidden
.product-preview__price-cur,
.widget-type_widget_v4_catalog_2_4cf3ba591fd5d3a8a0247bc64410226b
.product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing
.product-preview__price-cur {
  color: #2b2b2b !important; }

/* line 171, product-preview.scss */
.widget-type_widget_v4_special_products_3_fc024dc44fc887d72ff0c4457c341eb1[style*="--img-fit:contain"]
.product-preview__photo
.img-ratio
img {
  object-fit: cover; }

/* line 178, product-preview.scss */
.widget-type_widget_v4_catalog_2_bb322860a051d94ce2a3c7703409e8a6[style*="--img-fit:contain"]
.product-preview__photo
.img-ratio
img {
  object-fit: cover; }

/* line 185, product-preview.scss */
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640[style*="--img-fit:contain"]
.product-preview__photo
.img-ratio {
  padding-top: calc(100% / 0.8); }
  /* line 190, product-preview.scss */
  .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640[style*="--img-fit:contain"]
  .product-preview__photo
  .img-ratio img {
    object-fit: cover; }

/* line 195, product-preview.scss */
.widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2[style*="--img-fit:contain"]
.product-preview__photo
.img-ratio
img {
  object-fit: cover; }

/* line 205, product-preview.scss */
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__photo img,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__photo img {
  position: absolute; }
/* line 209, product-preview.scss */
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__photo .product-preview__img-1,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__photo .product-preview__img-1 {
  left: 0; }
/* line 213, product-preview.scss */
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__photo .product-preview__img-2,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__photo .product-preview__img-2 {
  left: 100%; }
/* line 218, product-preview.scss */
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__photo:hover .product-preview__img-1,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__photo:hover .product-preview__img-1 {
  left: 100%; }
/* line 222, product-preview.scss */
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview__photo:hover .product-preview__img-2,
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .product-preview__photo:hover .product-preview__img-2 {
  left: 0; }

/* line 229, product-preview.scss */
.footer__inner {
  display: flex;
  flex-wrap: wrap; }

/* line 2, pagination.scss */
.widget-type_system_widget_v4_pagination_2 .pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 7, pagination.scss */
  .widget-type_system_widget_v4_pagination_2 .pagination .pagination-span.disabled {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2b2b2b; }
  /* line 14, pagination.scss */
  .widget-type_system_widget_v4_pagination_2 .pagination .button.pagination-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #707070; }
  /* line 21, pagination.scss */
  .widget-type_system_widget_v4_pagination_2 .pagination .pagination-items {
    display: flex;
    align-items: center; }
  /* line 26, pagination.scss */
  .widget-type_system_widget_v4_pagination_2 .pagination .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 43px;
    font-weight: normal;
    font-size: 16px;
    color: #2b2b2b; }
  /* line 37, pagination.scss */
  .widget-type_system_widget_v4_pagination_2 .pagination .pagination-span {
    border: 1px solid #707070;
    border-radius: 6px;
    background-color: transparent; }
  /* line 43, pagination.scss */
  .widget-type_system_widget_v4_pagination_2 .pagination .pagination-prev,
  .widget-type_system_widget_v4_pagination_2 .pagination .pagination-next {
    width: 47px;
    height: 43px;
    border: 1px solid #707070;
    border-radius: 6px; }
  /* line 51, pagination.scss */
  .widget-type_system_widget_v4_pagination_2 .pagination .pagination-next {
    background: url("long-arrow-right.svg") no-repeat center; }
  /* line 55, pagination.scss */
  .widget-type_system_widget_v4_pagination_2 .pagination .pagination-prev {
    background: url("long-arrow-right.svg") no-repeat center;
    transform: rotate(180deg); }

/* line 1, page-404.scss */
.page-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 128px; }
  @media screen and (max-width: 767px) {
    /* line 1, page-404.scss */
    .page-404 {
      padding-top: 64px; } }

/* line 12, page-404.scss */
.page-404__img {
  width: 105px;
  height: 137px;
  margin-bottom: 64px; }
  @media screen and (max-width: 767px) {
    /* line 12, page-404.scss */
    .page-404__img {
      padding-top: 32px; } }

/* line 22, page-404.scss */
.page-404__title {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #707070; }

/* line 31, page-404.scss */
.page-404__text {
  max-width: 400px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #707070; }

/* line 42, page-404.scss */
.page-404__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 327px;
  margin: 0;
  margin-bottom: 42px;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  list-style: none; }

/* line 57, page-404.scss */
.page-404__list-item {
  text-decoration-line: underline; }
  /* line 60, page-404.scss */
  .page-404__list-item a {
    color: #707070; }

/* line 66, page-404.scss */
.page-404__new-products .product__new-products {
  border-top: 0; }
/* line 70, page-404.scss */
.page-404__new-products .product__new-products-title {
  text-align: center; }
/* line 74, page-404.scss */
.page-404__new-products .product__new-products-inner {
  padding-left: 0;
  padding-right: 0; }

/* line 1, account.scss */
.account__title {
  align-self: center;
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #2b2b2b; }

/* line 12, account.scss */
.main__inner--account .layout {
  width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
  margin: 0 auto; }
  @media screen and (max-width: 1278px) {
    /* line 12, account.scss */
    .main__inner--account .layout {
      padding-left: 0;
      padding-right: 0;
      width: 100%; } }
/* line 26, account.scss */
.main__inner--account .co-checkout-title {
  position: absolute;
  width: 500px;
  left: calc(50% - 250px);
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  margin: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px; }
  @media screen and (max-width: 767px) {
    /* line 26, account.scss */
    .main__inner--account .co-checkout-title {
      position: relative;
      left: 0;
      justify-content: flex-start;
      font-size: 24px;
      line-height: 28px; } }
/* line 50, account.scss */
.main__inner--account .co-checkout-block--padded {
  flex-wrap: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 16px;
  padding-top: 0;
  display: flex;
  border: 1px solid #dedede;
  border-radius: 16px; }
  /* line 61, account.scss */
  .main__inner--account .co-checkout-block--padded > p {
    width: 100%;
    margin: 0 auto;
    padding: 64px 121px;
    font-size: 22px;
    line-height: 26px;
    color: #707070;
    text-align: center; }
    @media screen and (max-width: 767px) {
      /* line 61, account.scss */
      .main__inner--account .co-checkout-block--padded > p {
        padding: 16px; } }
  /* line 75, account.scss */
  .main__inner--account .co-checkout-block--padded::-webkit-scrollbar {
    display: none; }
  @media screen and (max-width: 767px) {
    /* line 50, account.scss */
    .main__inner--account .co-checkout-block--padded {
      padding: 0;
      border: none; } }
/* line 85, account.scss */
.main__inner--account .co-menu-toggle {
  display: none; }
/* line 89, account.scss */
.main__inner--account .co-section--checkout_header {
  border: none; }
/* line 93, account.scss */
.main__inner--account .co-menu--personal {
  border: none; }
/* line 97, account.scss */
.main__inner--account .co-menu-item--personal {
  flex: none;
  margin-right: 16px;
  margin-top: 0; }
/* line 103, account.scss */
.main__inner--account .co-section--checkout_header {
  display: block;
  padding: 0; }
/* line 108, account.scss */
.main__inner--account .co-title--h2 {
  display: none; }
/* line 112, account.scss */
.main__inner--account .co-order-information {
  padding: 0;
  margin: 0;
  border: 0; }
/* line 118, account.scss */
.main__inner--account .co-adress {
  width: 100%;
  padding: 64px 121px; }
  @media screen and (max-width: 767px) {
    /* line 118, account.scss */
    .main__inner--account .co-adress {
      padding: 16px;
      border: 1px solid #dedede;
      border-radius: 16px; } }
@media screen and (max-width: 767px) {
  /* line 129, account.scss */
  .main__inner--account .co-adress-section {
    margin-bottom: 8px; } }
/* line 135, account.scss */
.main__inner--account .co-discount-list {
  margin: 0 auto;
  padding: 64px 132px 48px 132px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #2b2b2b; }
  @media screen and (max-width: 767px) {
    /* line 135, account.scss */
    .main__inner--account .co-discount-list {
      padding: 32px 56px;
      border: 1px solid #dedede;
      border-radius: 16px; } }
/* line 150, account.scss */
.main__inner--account .co-discount {
  justify-content: center; }
/* line 154, account.scss */
.main__inner--account #contacts {
  width: 100%;
  padding: 64px 121px; }
  /* line 158, account.scss */
  .main__inner--account #contacts .co-button {
    margin-top: 48px; }
  @media screen and (max-width: 767px) {
    /* line 154, account.scss */
    .main__inner--account #contacts {
      padding: 16px;
      border: 1px solid #dedede;
      border-radius: 16px; }
      /* line 167, account.scss */
      .main__inner--account #contacts .co-button {
        margin-top: 24px;
        min-height: 40px; } }
/* line 174, account.scss */
.main__inner--account .co-order-state {
  left: 261px;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 0; }
/* line 187, account.scss */
.main__inner--account .co-button--small {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 0;
  height: 31px; }
/* line 200, account.scss */
.main__inner--account .co-order-state--not_paid {
  left: 343px; }
/* line 204, account.scss */
.main__inner--account .co-price {
  margin: 0;
  margin-right: 24px; }
/* line 209, account.scss */
.main__inner--account .co-order-information_value {
  margin: 0;
  font-size: 16px;
  line-height: 19px; }
/* line 215, account.scss */
.main__inner--account .co-social_login-button_group:first-child {
  display: none; }
/* line 219, account.scss */
.main__inner--account .co-order-information_row {
  position: relative;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-bottom: 32px; }
/* line 227, account.scss */
.main__inner--account .co-order-information_title {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #707070; }
/* line 235, account.scss */
.main__inner--account .co-menu-link {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #707070; }
  /* line 242, account.scss */
  .main__inner--account .co-menu-link--active {
    color: #2b2b2b; }
/* line 247, account.scss */
.main__inner--account .co-sidebar--menu {
  flex: none;
  align-self: center;
  margin-bottom: 16px; }
  @media screen and (max-width: 767px) {
    /* line 247, account.scss */
    .main__inner--account .co-sidebar--menu {
      padding-top: 0;
      padding-right: 0;
      margin-bottom: 8px;
      width: 100%;
      flex: 0 0 100%; } }
/* line 261, account.scss */
.main__inner--account .co-section--content {
  align-self: center;
  width: 100%; }
  @media screen and (max-width: 767px) {
    /* line 261, account.scss */
    .main__inner--account .co-section--content {
      padding-right: 20px; } }
/* line 270, account.scss */
.main__inner--account .co-section--content > .co-section--content {
  padding-right: 0; }
/* line 274, account.scss */
.main__inner--account .checkout-v2-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin: 0; }
  /* line 281, account.scss */
  .main__inner--account .checkout-v2-wrapper .co-input-text {
    width: 100%; }
/* line 286, account.scss */
.main__inner--account .co-table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 8px; }
/* line 293, account.scss */
.main__inner--account .co-table-row .co-price {
  margin: 0; }
@media screen and (max-width: 767px) {
  /* line 292, account.scss */
  .main__inner--account .co-table-row {
    border: none; } }
/* line 302, account.scss */
.main__inner--account .co-table-cell {
  border: none; }
  @media screen and (max-width: 767px) {
    /* line 307, account.scss */
    .main__inner--account .co-table-cell::before {
      display: block;
      margin-bottom: 0.25rem; } }
@media screen and (max-width: 767px) {
  /* line 314, account.scss */
  .main__inner--account .co-table-cell--hide\@sm {
    display: block; } }
/* line 320, account.scss */
.main__inner--account .co-table-cell:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }
/* line 325, account.scss */
.main__inner--account .co-table-cell:last-child {
  width: 16%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: left; }
/* line 332, account.scss */
.main__inner--account .co-table-cell--head {
  padding: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b; }
/* line 340, account.scss */
.main__inner--account .co-table-row--body {
  margin-bottom: 8px;
  border-radius: 8px;
  padding: 0;
  background-color: #ffffff; }
  @media screen and (max-width: 767px) {
    /* line 340, account.scss */
    .main__inner--account .co-table-row--body {
      display: flex;
      flex-wrap: wrap;
      padding: 1rem;
      padding-bottom: 0; } }
/* line 354, account.scss */
.main__inner--account .co-table-row--head {
  background-color: transparent; }
  @media screen and (max-width: 767px) {
    /* line 354, account.scss */
    .main__inner--account .co-table-row--head {
      display: none; } }
/* line 362, account.scss */
.main__inner--account .co-table-cell--body {
  padding: 1rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b; }
  @media screen and (max-width: 767px) {
    /* line 362, account.scss */
    .main__inner--account .co-table-cell--body {
      width: 33%;
      padding: 0;
      padding-bottom: 1rem;
      padding-right: 1rem;
      margin: 0; }
      /* line 376, account.scss */
      .main__inner--account .co-table-cell--body:first-child {
        width: 50%; }
      /* line 380, account.scss */
      .main__inner--account .co-table-cell--body:nth-child(2) {
        width: 50%; }
      /* line 384, account.scss */
      .main__inner--account .co-table-cell--body:last-child {
        width: 33%;
        padding-right: 0; } }
  @media screen and (max-width: 480px) {
    /* line 362, account.scss */
    .main__inner--account .co-table-cell--body {
      width: 30%; }
      /* line 393, account.scss */
      .main__inner--account .co-table-cell--body:first-child {
        width: 50%; }
      /* line 397, account.scss */
      .main__inner--account .co-table-cell--body:nth-child(2) {
        width: 50%; }
      /* line 401, account.scss */
      .main__inner--account .co-table-cell--body:last-child {
        width: 40%; } }
/* line 407, account.scss */
.main__inner--account .co-input-text {
  width: 688px; }
  @media screen and (max-width: 767px) {
    /* line 407, account.scss */
    .main__inner--account .co-input-text {
      width: 100%; } }
/* line 416, account.scss */
.main__inner--account .co-input--house {
  margin-right: 0; }
/* line 421, account.scss */
.main__inner--account .co-form-controls button {
  background: #2b2b2b;
  color: var(--color-btn-color);
  border-color: #2b2b2b;
  box-shadow: none; }
  /* line 427, account.scss */
  .main__inner--account .co-form-controls button:hover {
    background: #3d3d3d;
    color: var(--color-btn-color);
    border-color: #3d3d3d;
    box-shadow: none; }
@media screen and (max-width: 767px) {
  /* line 420, account.scss */
  .main__inner--account .co-form-controls {
    flex-direction: column;
    align-items: flex-start; } }
/* line 441, account.scss */
.main__inner--account .co-button--link {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #707070;
  text-decoration: none; }
  /* line 448, account.scss */
  .main__inner--account .co-button--link:first-of-type {
    order: 3; }
    @media screen and (max-width: 767px) {
      /* line 448, account.scss */
      .main__inner--account .co-button--link:first-of-type {
        margin-left: 8px; } }
  /* line 456, account.scss */
  .main__inner--account .co-button--link:nth-of-type(2) {
    order: 2; }
/* line 461, account.scss */
.main__inner--account .co-form-button {
  order: 1;
  width: fit-content; }
/* line 466, account.scss */
.main__inner--account .co-form-button.js-co-login-submit {
  min-height: 40px; }
/* line 470, account.scss */
.main__inner--account .co-login {
  flex: auto;
  width: 779px;
  max-width: 779px;
  margin: 0 auto;
  margin-top: 32px; }
  /* line 477, account.scss */
  .main__inner--account .co-login .co-input-text {
    min-width: 100%;
    max-width: 100%; }
  /* line 482, account.scss */
  .main__inner--account .co-login .co-notice--flash {
    position: relative;
    margin: 0;
    margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
      /* line 482, account.scss */
      .main__inner--account .co-login .co-notice--flash {
        position: static; } }
  @media screen and (max-width: 767px) {
    /* line 470, account.scss */
    .main__inner--account .co-login {
      margin-top: 0; } }
/* line 497, account.scss */
.main__inner--account .co-login-form_placeholder {
  padding: 64px 121px; }
  /* line 500, account.scss */
  .main__inner--account .co-login-form_placeholder .co-form {
    width: 100%; }
  @media screen and (max-width: 1033px) {
    /* line 497, account.scss */
    .main__inner--account .co-login-form_placeholder {
      padding: 64px;
      border: 1px solid #dedede;
      border-radius: 16px; } }
  @media screen and (max-width: 767px) {
    /* line 497, account.scss */
    .main__inner--account .co-login-form_placeholder {
      padding: 16px;
      border: 1px solid #dedede;
      border-radius: 16px; } }
/* line 517, account.scss */
.main__inner--account .co-login--social_login {
  display: none; }
/* line 521, account.scss */
.main__inner--account .co-form--login {
  width: 100%; }
/* line 525, account.scss */
.main__inner--account .co-toggable_field-information {
  flex: auto; }
/* line 529, account.scss */
.main__inner--account .co-social_login-button_form {
  margin-left: 0; }
  /* line 532, account.scss */
  .main__inner--account .co-social_login-button_form input {
    margin-left: 0; }
/* line 537, account.scss */
.main__inner--account .co-toggable_field-input--checkbox {
  width: 1rem;
  max-width: 1rem; }

/* line 1, delivery-label.scss */
.product-form__delivery-label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  padding-right: 32px;
  margin-bottom: 8px;
  background: #ddf3ff;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none; }
  /* line 16, delivery-label.scss */
  .product-form__delivery-label::before {
    content: "";
    position: absolute;
    right: 9px;
    width: 15px;
    height: 16px;
    background-image: url("info.svg"); }
  /* line 25, delivery-label.scss */
  .product-form__delivery-label--orange {
    padding-left: 40px;
    padding-right: 8px;
    background: #FFF1DD; }
    /* line 30, delivery-label.scss */
    .product-form__delivery-label--orange::before {
      left: 9px;
      width: 24px;
      height: 24px; }
  /* line 37, delivery-label.scss */
  .product-form__delivery-label--truck::before {
    background-image: url("truck-emoji.svg"); }
  /* line 41, delivery-label.scss */
  .product-form__delivery-label--tree::before {
    background-image: url("tree-emoji.svg"); }

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translate(0px, 20px); }
  1% {
    opacity: 0; }
  to {
    opacity: 1;
    transform: translate(0px, 0px); } }
/* line 17, cart-dropdown.scss */
.cart-dropdown {
  z-index: 99998;
  display: none;
  position: absolute;
  width: 486px;
  right: 0;
  top: 52px;
  padding: 1rem 1.5rem;
  padding-bottom: 1.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  @media screen and (max-width: 1033px) {
    /* line 17, cart-dropdown.scss */
    .cart-dropdown {
      display: none; } }
  /* line 34, cart-dropdown.scss */
  .cart-dropdown .product-form__delivery-label {
    width: calc(50% - 8px);
    margin-bottom: 16px; }
  /* line 39, cart-dropdown.scss */
  .cart-dropdown .item-image {
    width: 64px;
    min-width: 64px;
    height: 64px;
    margin-right: 1rem; }
  /* line 46, cart-dropdown.scss */
  .cart-dropdown .cart-item {
    position: relative;
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #dedede; }
  /* line 54, cart-dropdown.scss */
  .cart-dropdown .stickers {
    position: absolute;
    right: 40px;
    top: 55px;
    margin-top: 4px; }
  /* line 61, cart-dropdown.scss */
  .cart-dropdown .sticker {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 4px;
    width: 39px;
    height: 18px;
    background: #ea1a1a;
    border-radius: 2px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff; }
  /* line 77, cart-dropdown.scss */
  .cart-dropdown .cart-inner {
    position: relative;
    flex-grow: 1;
    padding-right: 10rem; }
  /* line 83, cart-dropdown.scss */
  .cart-dropdown .item-delete {
    position: absolute;
    top: 0;
    right: 0; }
  /* line 89, cart-dropdown.scss */
  .cart-dropdown .item-delete button {
    margin-left: 24px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer; }
  /* line 97, cart-dropdown.scss */
  .cart-dropdown .item-delete button::before {
    width: 15px;
    height: 15px;
    background-image: url("basket.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 15px; }
  /* line 106, cart-dropdown.scss */
  .cart-dropdown .item-price {
    position: absolute;
    top: -2px;
    right: 40px; }
  /* line 112, cart-dropdown.scss */
  .cart-dropdown .item-title {
    display: block;
    margin-bottom: 0.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2b2b2b;
    text-decoration: none; }
  /* line 123, cart-dropdown.scss */
  .cart-dropdown .variant-title {
    display: block;
    margin-bottom: 0.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #b3b3b8; }
  /* line 133, cart-dropdown.scss */
  .cart-dropdown .item-price {
    margin-left: 2rem; }
  /* line 137, cart-dropdown.scss */
  .cart-dropdown .price {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b; }
  /* line 146, cart-dropdown.scss */
  .cart-dropdown .price--new {
    color: #ea1a1a; }
  /* line 150, cart-dropdown.scss */
  .cart-dropdown .price--old {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #b3b3b8;
    text-decoration: line-through; }
  /* line 159, cart-dropdown.scss */
  .cart-dropdown .item-total {
    display: none; }
  /* line 163, cart-dropdown.scss */
  .cart-dropdown .counter {
    width: 80px;
    height: 32px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
    border: 1px solid #f5f5f5;
    border-radius: 4px; }
  /* line 173, cart-dropdown.scss */
  .cart-dropdown .counter-button {
    padding: 0;
    background: white;
    border: none; }
  /* line 179, cart-dropdown.scss */
  .cart-dropdown .counter-button .icon::before {
    color: #b3b3b8; }
  /* line 183, cart-dropdown.scss */
  .cart-dropdown .counter-input {
    width: 38px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b;
    text-align: center; }
  /* line 197, cart-dropdown.scss */
  .cart-dropdown .cart__area-controls-sticky {
    margin-top: 1rem; }
  /* line 201, cart-dropdown.scss */
  .cart-dropdown .cart-dropdown__discount-input-wrapper {
    display: flex;
    padding: 7px;
    padding-left: 16px;
    width: calc(50% - 8px);
    margin-bottom: 16px;
    background-color: transparent;
    border: 1px solid #dedede;
    border-radius: 8px; }
  /* line 212, cart-dropdown.scss */
  .cart-dropdown .cart-dropdown__discount-input-wrapper:focus-within {
    border-color: #707070; }
  /* line 216, cart-dropdown.scss */
  .cart-dropdown .cart-dropdown__discount-submit-button {
    position: relative;
    padding: 0;
    margin-left: 8px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #2b2b2b;
    border: none;
    border-radius: 6px;
    cursor: pointer; }
    /* line 228, cart-dropdown.scss */
    .cart-dropdown .cart-dropdown__discount-submit-button::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      background-image: url("white-arrow.svg");
      background-position: center;
      background-repeat: no-repeat; }
    /* line 240, cart-dropdown.scss */
    .cart-dropdown .cart-dropdown__discount-submit-button:hover {
      background: var(--color-btn-bg-minor-shade);
      color: var(--color-btn-color);
      border-color: var(--color-btn-bg-minor-shade);
      box-shadow: var(--color-btn-shadow-hover);
      text-decoration: none; }
  /* line 249, cart-dropdown.scss */
  .cart-dropdown .insales-ui-discount-error {
    margin-bottom: 16px;
    color: #ea1a1a; }
    /* line 253, cart-dropdown.scss */
    .cart-dropdown .insales-ui-discount-error a {
      color: #ea1a1a; }
  /* line 258, cart-dropdown.scss */
  .cart-dropdown .cart-dropdown__discount-input {
    width: 100%;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #707070;
    border: none; }
  /* line 269, cart-dropdown.scss */
  .cart-dropdown .cart-dropdown__discount-input:focus-visible {
    outline: none; }
  /* line 273, cart-dropdown.scss */
  .cart-dropdown .cart-dropdown__button {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px; }
  /* line 280, cart-dropdown.scss */
  .cart-dropdown .hidden {
    display: none; }
  /* line 284, cart-dropdown.scss */
  .cart-dropdown .insales-ui-discount-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px; }
  /* line 290, cart-dropdown.scss */
  .cart-dropdown .insales-ui-discount-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2b2b2b; }
  /* line 297, cart-dropdown.scss */
  .cart-dropdown .insales-ui-discount-amount {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0277ff; }

/* line 305, cart-dropdown.scss */
.cart-dropdown:hover {
  display: block;
  animation: slide-in 0.3s ease-out; }

/* line 310, cart-dropdown.scss */
.header__control-btn:hover + .cart-dropdown {
  display: block;
  animation: slide-in 0.3s ease-out; }
  @media screen and (max-width: 1033px) {
    /* line 310, cart-dropdown.scss */
    .header__control-btn:hover + .cart-dropdown {
      display: none; } }

/* line 319, cart-dropdown.scss */
.cart-dropdown__inner {
  display: flex;
  align-items: center;
  margin-bottom: 16px; }

/* line 325, cart-dropdown.scss */
.cart-dropdown__title {
  margin: 0;
  margin-right: 1.5rem;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b; }

/* line 335, cart-dropdown.scss */
.cart-dropdown__text {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #707070; }

/* line 344, cart-dropdown.scss */
.cart-dropdown__list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #dedede; }

/* line 351, cart-dropdown.scss */
.cart__area-controls-inner {
  display: flex;
  justify-content: space-between; }

/* line 356, cart-dropdown.scss */
.cart-dropdown__empty-text {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #707070; }

/* line 365, cart-dropdown.scss */
.cart-dropdown__buttons {
  display: flex; }

/* line 369, cart-dropdown.scss */
.cart-dropdown__button-icon {
  width: 24px;
  min-width: 24px; }

/* line 374, cart-dropdown.scss */
.cart-dropdown__button {
  padding: 13px;
  margin-right: 16px;
  border-radius: 6px;
  border: none;
  background-color: #F5F5F5;
  color: #2B2B2B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  /* line 386, cart-dropdown.scss */
  .cart-dropdown__button:last-child {
    margin-right: 0; }
  /* line 390, cart-dropdown.scss */
  .cart-dropdown__button:hover {
    color: #ffffff;
    background-color: #DEDEDE;
    border: none; }
  /* line 396, cart-dropdown.scss */
  .cart-dropdown__button--buy-one-click {
    position: relative;
    padding-left: 62px;
    padding-right: 24px; }
    /* line 401, cart-dropdown.scss */
    .cart-dropdown__button--buy-one-click::before {
      content: '';
      position: absolute;
      left: 24px;
      width: 24px;
      height: 24px;
      background-image: url("goal.svg"); }
    /* line 410, cart-dropdown.scss */
    .cart-dropdown__button--buy-one-click:hover {
      background-color: #4DB45E; }
      /* line 413, cart-dropdown.scss */
      .cart-dropdown__button--buy-one-click:hover::before {
        background-image: url("goal-white.svg"); }
  /* line 419, cart-dropdown.scss */
  .cart-dropdown__button--submit {
    position: relative;
    padding-right: 58px;
    padding-left: 24px; }
    /* line 424, cart-dropdown.scss */
    .cart-dropdown__button--submit::before {
      content: '';
      position: absolute;
      right: 24px;
      width: 24px;
      height: 24px;
      background-image: url("arrow-right-green.svg");
      background-size: 24px 24px; }
    /* line 434, cart-dropdown.scss */
    .cart-dropdown__button--submit:hover {
      background-color: #4DB45E; }
      /* line 437, cart-dropdown.scss */
      .cart-dropdown__button--submit:hover::before {
        background-image: url("arrow-right-white.svg"); }

/* line 1, short-menu.scss */
.short-menu {
  margin-top: 1.5rem;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 9, short-menu.scss */
.short-menu__list-item {
  padding: 0;
  border: 1px solid #dedede;
  border-radius: 4px; }

/* line 15, short-menu.scss */
.short-menu__list-item--brendy {
  margin-left: 1rem;
  margin-right: 1rem; }

/* line 20, short-menu.scss */
.short-menu__link {
  display: inline-block;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2b2b2b;
  text-decoration: none; }

/* line 1, favourites.scss */
.widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 {
  width: 100%; }
  /* line 4, favourites.scss */
  .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .empty-cart__image {
    margin-bottom: 54px; }
  /* line 8, favourites.scss */
  .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .empty-cart__text {
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #707070; }
  /* line 15, favourites.scss */
  .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 .text-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  @media screen and (max-width: 767px) {
    /* line 1, favourites.scss */
    .widget-type_widget_v4_catalog_2_43ef60153b766943a0f91227dddb0640 {
      padding-top: 0; } }

/* line 28, favourites.scss */
.widget-type_widget_v4_page_title_1_6d37fcfada252dbb9cb64ee1f9f753b1 .heading {
  padding-top: 32px;
  padding-bottom: 32px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1033px) {
    /* line 28, favourites.scss */
    .widget-type_widget_v4_page_title_1_6d37fcfada252dbb9cb64ee1f9f753b1 .heading {
      padding-top: 24px;
      padding-bottom: 24px; } }
/* line 42, favourites.scss */
.widget-type_widget_v4_page_title_1_6d37fcfada252dbb9cb64ee1f9f753b1 .layout__content {
  padding-top: 0; }

/* line 2, cart-info-cards.scss */
.cart-info-cards-wrapper--mobile {
  display: none; }
/* line 6, cart-info-cards.scss */
.cart-info-cards-wrapper--desktop {
  margin-top: 48px;
  display: block; }
@media screen and (max-width: 1033px) {
  /* line 12, cart-info-cards.scss */
  .cart-info-cards-wrapper--desktop {
    display: none; }
  /* line 16, cart-info-cards.scss */
  .cart-info-cards-wrapper--mobile {
    margin-top: 32px;
    display: block; } }

/* line 23, cart-info-cards.scss */
.cart-info-cards {
  display: flex; }
  @media screen and (max-width: 767px) {
    /* line 23, cart-info-cards.scss */
    .cart-info-cards {
      flex-direction: column; } }

/* line 31, cart-info-cards.scss */
.cart-info-cards__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-right: 24px;
  padding: 24px 16px;
  border-radius: 8px;
  border: 1px solid #DEDEDE; }
  /* line 42, cart-info-cards.scss */
  .cart-info-cards__card:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    /* line 31, cart-info-cards.scss */
    .cart-info-cards__card {
      width: 100%;
      margin-right: 0;
      margin-bottom: 24px; }
      /* line 51, cart-info-cards.scss */
      .cart-info-cards__card:last-child {
        margin-bottom: 0; } }

/* line 57, cart-info-cards.scss */
.cart-info-cards__img {
  width: 48px;
  height: 48px;
  margin-bottom: 24px; }

/* line 63, cart-info-cards.scss */
.cart-info-cards__title {
  margin-bottom: 16px;
  color: #2B2B2B;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

/* line 73, cart-info-cards.scss */
.cart-info-cards__text {
  margin: 0;
  padding: 0;
  color: #707070;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

/* line 84, cart-info-cards.scss */
.cart-info-cards__link {
  color: #707070;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

/* line 1, modal.scss */
.m-modal--checkout {
  top: 20%;
  left: calc(50% - 290px);
  width: 580px;
  margin: 0;
  padding: 48px 90px 64px;
  border-radius: 16px;
  background: #F6F6F6;
  box-shadow: none;
  transform: none; }
  @media screen and (max-width: 767px) {
    /* line 1, modal.scss */
    .m-modal--checkout {
      left: 16px;
      bottom: auto;
      right: auto;
      width: calc(100% - 32px);
      padding: 32px 16px; } }

/* line 21, modal.scss */
.m-modal-wrapper {
  padding: 0; }
  @media screen and (max-width: 767px) {
    /* line 21, modal.scss */
    .m-modal-wrapper {
      position: static; } }

/* line 29, modal.scss */
.m-modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 16px;
  height: 16px; }
  @media screen and (max-width: 767px) {
    /* line 29, modal.scss */
    .m-modal-close {
      top: 16px;
      right: 16px; } }

/* line 42, modal.scss */
.m-modal-close:after {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("cross.svg") no-repeat center; }

/* line 52, modal.scss */
.m-modal-heading {
  margin: 0;
  margin-bottom: 48px;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #2b2b2b; }
  @media screen and (max-width: 767px) {
    /* line 52, modal.scss */
    .m-modal-heading {
      margin-bottom: 32px;
      font-size: 24px; } }

/* line 67, modal.scss */
.m-input {
  position: relative;
  margin-bottom: 12px; }

/* line 72, modal.scss */
.m-input-label {
  margin-bottom: 0;
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition-duration: 0.2s;
  font-size: 0.9em;
  cursor: text;
  padding: 0 0.5rem;
  color: #666666; }

/* line 88, modal.scss */
.m-input-field {
  display: inline-block;
  height: var(--controls-height-m);
  padding: 2rem 0.5rem 1rem 0.5rem;
  margin-bottom: 0;
  font-family: var(--font-family);
  font-size: var(--controls-font-size-m);
  font-weight: var(--font-weight);
  line-height: var(--line-height);
  color: var(--color-form-controls-color);
  background: var(--color-form-controls-bg);
  border-radius: var(--controls-form-border-radius);
  border: 1px solid #dedede;
  box-shadow: var(--color-form-controls-shadow);
  outline: 0;
  vertical-align: middle;
  transition: var(--input-transition); }

/* line 107, modal.scss */
.m-modal-button {
  width: 100%;
  margin: 0;
  margin-top: 12px; }

/* line 1, custom.scss */
.cart-discount-info__popup {
  top: 30px; }

/* line 1, product-page.scss */
.main__inner--product,
body .page_layout-clear .main--product {
  background-color: #f6f6f6; }

@media screen and (max-width: 1033px) {
  /* line 6, product-page.scss */
  body .page_layout-clear .main__inner--product {
    padding-left: 20px;
    padding-right: 20px; } }

/* line 13, product-page.scss */
.widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df,
.widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b,
.widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310,
.widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010,
.widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205,
.widget-type_system_widget_v4_breadcrumbs_1,
.widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df,
.widget-type_system_widget_v4_catalog_2 {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media screen and (max-width: 767px) {
    /* line 13, product-page.scss */
    .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df,
    .widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b,
    .widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310,
    .widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010,
    .widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205,
    .widget-type_system_widget_v4_breadcrumbs_1,
    .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df,
    .widget-type_system_widget_v4_catalog_2 {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media screen and (max-width: 375px) {
    /* line 13, product-page.scss */
    .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df,
    .widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b,
    .widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310,
    .widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010,
    .widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205,
    .widget-type_system_widget_v4_breadcrumbs_1,
    .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df,
    .widget-type_system_widget_v4_catalog_2 {
      padding-bottom: 16px; } }
  /* line 33, product-page.scss */
  .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .layout__content,
  .widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b .layout__content,
  .widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310 .layout__content,
  .widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010 .layout__content,
  .widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205 .layout__content,
  .widget-type_system_widget_v4_breadcrumbs_1 .layout__content,
  .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .layout__content,
  .widget-type_system_widget_v4_catalog_2 .layout__content {
    padding: 0; }
    /* line 36, product-page.scss */
    .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .layout__content .breadcrumb-wrapper,
    .widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b .layout__content .breadcrumb-wrapper,
    .widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310 .layout__content .breadcrumb-wrapper,
    .widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010 .layout__content .breadcrumb-wrapper,
    .widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205 .layout__content .breadcrumb-wrapper,
    .widget-type_system_widget_v4_breadcrumbs_1 .layout__content .breadcrumb-wrapper,
    .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .layout__content .breadcrumb-wrapper,
    .widget-type_system_widget_v4_catalog_2 .layout__content .breadcrumb-wrapper {
      padding: 0;
      font-weight: normal;
      font-size: 14px;
      line-height: 38px; }
      @media screen and (max-width: 767px) {
        /* line 36, product-page.scss */
        .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .layout__content .breadcrumb-wrapper,
        .widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b .layout__content .breadcrumb-wrapper,
        .widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310 .layout__content .breadcrumb-wrapper,
        .widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010 .layout__content .breadcrumb-wrapper,
        .widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205 .layout__content .breadcrumb-wrapper,
        .widget-type_system_widget_v4_breadcrumbs_1 .layout__content .breadcrumb-wrapper,
        .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .layout__content .breadcrumb-wrapper,
        .widget-type_system_widget_v4_catalog_2 .layout__content .breadcrumb-wrapper {
          line-height: 28px; } }
      @media screen and (max-width: 414px) {
        /* line 36, product-page.scss */
        .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .layout__content .breadcrumb-wrapper,
        .widget-type_widget_v4_breadcrumbs_1_2593ff4146b635c1dcb5ec6338695a5b .layout__content .breadcrumb-wrapper,
        .widget-type_widget_v4_breadcrumbs_1_58159cc61e2967508c7187d33304a310 .layout__content .breadcrumb-wrapper,
        .widget-type_widget_v4_breadcrumbs_1_b36f5577c09cdf869600b994e036c010 .layout__content .breadcrumb-wrapper,
        .widget-type_widget_v4_breadcrumbs_1_7f35ae961b754fe72fe87f6792ec6205 .layout__content .breadcrumb-wrapper,
        .widget-type_system_widget_v4_breadcrumbs_1 .layout__content .breadcrumb-wrapper,
        .widget-type_widget_v4_breadcrumbs_1_63256376f57117a8c84a3d75e0dc43df .layout__content .breadcrumb-wrapper,
        .widget-type_system_widget_v4_catalog_2 .layout__content .breadcrumb-wrapper {
          font-size: 13px; } }

/* line 55, product-page.scss */
.widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products,
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products {
  border-top: 1px solid var(--bg-major-shade); }

/* line 63, product-page.scss */
.widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products,
.widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products,
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px; }
  /* line 68, product-page.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products--cart,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products--cart,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products--cart {
    padding-top: 0; }
  /* line 72, product-page.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products .product-preview__photo,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products .product-preview__photo,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products .product-preview__photo {
    position: relative; }
  /* line 80, product-page.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-hidden .product-preview__available, .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing .product-preview__available,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-hidden .product-preview__available,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing .product-preview__available,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-hidden .product-preview__available,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing .product-preview__available {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 1rem;
    transform: translateY(-50%);
    color: var(--color-text);
    display: none; }
  /* line 94, product-page.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-hidden .product-preview__photo img, .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing .product-preview__photo img,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-hidden .product-preview__photo img,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing .product-preview__photo img,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-hidden .product-preview__photo img,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing .product-preview__photo img {
    opacity: 0.3; }
  /* line 99, product-page.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-hidden .product-preview__price-cur, .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing .product-preview__price-cur,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-hidden .product-preview__price-cur,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing .product-preview__price-cur,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-hidden .product-preview__price-cur,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing .product-preview__price-cur {
    color: var(--color-text-half-shade); }
  /* line 105, product-page.scss */
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-preorder .sticker-preorder,
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-preorder .sticker-preorder,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products .product-preview.is-all-variants-not-available.is-zero-count-preorder .sticker-preorder {
    display: inline-flex; }

/* line 114, product-page.scss */
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 {
  border-bottom: 1px solid var(--bg-major-shade); }

/* line 118, product-page.scss */
.widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334,
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1,
.widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f {
  margin: 0;
  padding: 0; }
  /* line 124, product-page.scss */
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__buy-btn-area-inner,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__buy-btn-area-inner,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__buy-btn-area-inner {
    flex-direction: row; }
  @media screen and (max-width: 1033px) {
    /* line 129, product-page.scss */
    .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__buy-btn-area.is-fixed-state .product__buy-btn-area-inner,
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__buy-btn-area.is-fixed-state .product__buy-btn-area-inner,
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__buy-btn-area.is-fixed-state .product__buy-btn-area-inner {
      position: relative; } }
  /* line 134, product-page.scss */
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .layout__content,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .layout__content,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .layout__content {
    margin: 0;
    padding: 0;
    max-width: 100%; }
  /* line 140, product-page.scss */
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__gallery,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__gallery,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__gallery {
    margin-bottom: 48px; }
    @media screen and (max-width: 414px) {
      /* line 140, product-page.scss */
      .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__gallery,
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__gallery,
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__gallery {
        margin-bottom: 16px; } }
    @media screen and (min-width: 767px) and (max-width: 1033px) {
      /* line 140, product-page.scss */
      .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__gallery,
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__gallery,
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__gallery {
        background: linear-gradient(to top, transparent 0%, transparent 32px, #ffffff 32px, #ffffff 100%); } }
  /* line 158, product-page.scss */
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .add-cart-counter,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .add-cart-counter,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .add-cart-counter {
    height: 40px; }
  /* line 162, product-page.scss */
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .add-cart-counter__controls,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .add-cart-counter__controls,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .add-cart-counter__controls {
    height: 40px; }
    /* line 165, product-page.scss */
    .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .add-cart-counter__controls .add-cart-counter__detail,
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .add-cart-counter__controls .add-cart-counter__detail,
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .add-cart-counter__controls .add-cart-counter__detail {
      flex-direction: row;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: #ffffff;
      background-color: #4db45e;
      border-radius: var(--controls-btn-border-radius); }
      /* line 174, product-page.scss */
      .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .add-cart-counter__controls .add-cart-counter__detail:hover,
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .add-cart-counter__controls .add-cart-counter__detail:hover,
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .add-cart-counter__controls .add-cart-counter__detail:hover {
        background: #42ad53;
        color: var(--color-btn-color);
        border-color: #42ad53;
        box-shadow: none; }
    /* line 182, product-page.scss */
    .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .add-cart-counter__controls .add-cart-counter__controls-btn,
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .add-cart-counter__controls .add-cart-counter__controls-btn,
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .add-cart-counter__controls .add-cart-counter__controls-btn {
      font-weight: bold;
      font-size: 24px;
      line-height: 29px;
      color: #ffffff;
      background-color: #4db45e;
      border-color: #4db45e;
      opacity: 1;
      min-width: 0; }
      /* line 192, product-page.scss */
      .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .add-cart-counter__controls .add-cart-counter__controls-btn .fixed-add-text,
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .add-cart-counter__controls .add-cart-counter__controls-btn .fixed-add-text,
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .add-cart-counter__controls .add-cart-counter__controls-btn .fixed-add-text {
        display: none; }
    /* line 197, product-page.scss */
    .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .add-cart-counter__controls .button[data-add-cart-counter-minus],
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .add-cart-counter__controls .button[data-add-cart-counter-minus],
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .add-cart-counter__controls .button[data-add-cart-counter-minus] {
      justify-content: flex-start;
      padding-left: 24px; }
      @media screen and (max-width: 767px) {
        /* line 197, product-page.scss */
        .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .add-cart-counter__controls .button[data-add-cart-counter-minus],
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .add-cart-counter__controls .button[data-add-cart-counter-minus],
        .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .add-cart-counter__controls .button[data-add-cart-counter-minus] {
          display: flex; } }
    /* line 206, product-page.scss */
    .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .add-cart-counter__controls .button[data-add-cart-counter-plus],
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .add-cart-counter__controls .button[data-add-cart-counter-plus],
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .add-cart-counter__controls .button[data-add-cart-counter-plus] {
      justify-content: flex-end;
      padding-right: 24px; }
      @media screen and (max-width: 767px) {
        /* line 206, product-page.scss */
        .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .add-cart-counter__controls .button[data-add-cart-counter-plus],
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .add-cart-counter__controls .button[data-add-cart-counter-plus],
        .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .add-cart-counter__controls .button[data-add-cart-counter-plus] {
          display: flex; } }
    /* line 215, product-page.scss */
    .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .add-cart-counter__controls .add-cart-counter__detail-text,
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .add-cart-counter__controls .add-cart-counter__detail-text,
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .add-cart-counter__controls .add-cart-counter__detail-text {
      font-weight: normal;
      font-size: 16px;
      line-height: 19px; }
      /* line 220, product-page.scss */
      .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .add-cart-counter__controls .add-cart-counter__detail-text a,
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .add-cart-counter__controls .add-cart-counter__detail-text a,
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .add-cart-counter__controls .add-cart-counter__detail-text a {
        color: #ffffff; }
      @media screen and (max-width: 767px) {
        /* line 215, product-page.scss */
        .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .add-cart-counter__controls .add-cart-counter__detail-text,
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .add-cart-counter__controls .add-cart-counter__detail-text,
        .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .add-cart-counter__controls .add-cart-counter__detail-text {
          margin-right: 0; } }
    /* line 229, product-page.scss */
    .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .add-cart-counter__controls .add-cart-counter__detail-dop-text,
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .add-cart-counter__controls .add-cart-counter__detail-dop-text,
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .add-cart-counter__controls .add-cart-counter__detail-dop-text {
      margin-top: 0;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px; }
      @media screen and (max-width: 767px) {
        /* line 229, product-page.scss */
        .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .add-cart-counter__controls .add-cart-counter__detail-dop-text,
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .add-cart-counter__controls .add-cart-counter__detail-dop-text,
        .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .add-cart-counter__controls .add-cart-counter__detail-dop-text {
          display: none; } }
  /* line 241, product-page.scss */
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .favorites_btn,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .favorites_btn,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .favorites_btn {
    z-index: 1;
    order: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 12px 12px 12px 11px;
    margin-left: 8px;
    border-radius: 6px;
    border: 1px solid #B3B3B8;
    background-color: transparent;
    font-size: 16px;
    line-height: 24px; }
    @media screen and (min-width: 1034px) {
      /* line 258, product-page.scss */
      .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .favorites_btn:hover,
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .favorites_btn:hover,
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .favorites_btn:hover {
        margin-left: 0;
        border: 1px solid #2B2B2B;
        color: #2B2B2B; }
      /* line 264, product-page.scss */
      .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .favorites_btn:focus,
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .favorites_btn:focus,
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .favorites_btn:focus {
        margin-left: 0;
        border: 1px solid #2B2B2B;
        color: #2B2B2B; } }
  /* line 272, product-page.scss */
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .favorites_btn__img,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .favorites_btn__img,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .favorites_btn__img {
    width: 16px;
    height: 16px;
    background-image: url("heart.svg");
    background-repeat: no-repeat;
    background-size: 15px 16px; }
  /* line 281, product-page.scss */
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .favorites-added .favorites_btn__img,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .favorites-added .favorites_btn__img,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .favorites-added .favorites_btn__img {
    background-image: url("heart-red.svg"); }
  /* line 286, product-page.scss */
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__gallery-main,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__gallery-main,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__gallery-main {
    margin: 0; }
    @media screen and (max-width: 1033px) {
      /* line 286, product-page.scss */
      .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__gallery-main,
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__gallery-main,
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__gallery-main {
        margin: 0 auto;
        max-width: calc(100% - 40px); } }
  /* line 295, product-page.scss */
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products-inner,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products-inner,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products-inner {
    display: flex;
    align-items: center;
    padding: 0; }
    /* line 300, product-page.scss */
    .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products-inner .img-ratio,
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products-inner .img-ratio,
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products-inner .img-ratio {
      padding-top: 125%; }
    @media screen and (max-width: 767px) {
      /* line 295, product-page.scss */
      .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products-inner,
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products-inner,
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products-inner {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start; } }
  /* line 311, product-page.scss */
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products-title,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products-title,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products-title {
    justify-content: flex-start;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 32px; }
    /* line 318, product-page.scss */
    .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products-title a,
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products-title a,
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products-title a {
      text-decoration: none;
      color: inherit; }
    /* line 323, product-page.scss */
    .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product__similar-products-title img,
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product__similar-products-title img,
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product__similar-products-title img {
      margin-left: 13px; }
  /* line 328, product-page.scss */
  .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview,
  .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview {
    margin-right: 20px;
    width: 262px; }
    /* line 332, product-page.scss */
    .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview:nth-child(n + 6),
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview:nth-child(n + 6),
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview:nth-child(n + 6) {
      display: none; }
    /* line 336, product-page.scss */
    .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview:nth-child(6),
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview:nth-child(6),
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview:nth-child(6) {
      display: none; }
    /* line 340, product-page.scss */
    .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview:nth-child(5),
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview:nth-child(5),
    .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview:nth-child(5) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      /* line 328, product-page.scss */
      .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview,
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview,
      .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview {
        margin-bottom: 16px;
        margin-right: 0;
        width: 47%;
        min-width: 47%; }
        /* line 350, product-page.scss */
        .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview:nth-child(5),
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview:nth-child(5),
        .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview:nth-child(5) {
          margin-bottom: 0; }
        /* line 354, product-page.scss */
        .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview:nth-child(5),
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview:nth-child(5),
        .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview:nth-child(5) {
          margin-bottom: 0; }
        /* line 358, product-page.scss */
        .widget-type_widget_v4_special_products_3_f06b31d8ebf99cb5c8494ee5554e9334 .product-preview:nth-child(6),
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product-preview:nth-child(6),
        .widget-type_widget_v4_cart_1_91bfe3f4110a215cd137c498ed28494f .product-preview:nth-child(6) {
          display: block;
          margin-bottom: 0; } }

/* line 366, product-page.scss */
.product-form__brand {
  grid-area: "brand"; }

/* line 371, product-page.scss */
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media screen and (max-width: 1033px) {
    /* line 371, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product {
      flex-wrap: wrap; } }
  /* line 381, product-page.scss */
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-reviews,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-calculate-delivery,
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-properties {
    display: none; }
  /* line 387, product-page.scss */
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-description {
    display: none; }
  /* line 392, product-page.scss */
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__buy-one-click .button.button_size-xl {
    height: auto;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400;
    color: #2b2b2b; }
  /* line 403, product-page.scss */
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__controls-right {
    max-width: 100%; }
  /* line 407, product-page.scss */
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo {
    width: 63%; }
    @media screen and (max-width: 1033px) {
      /* line 407, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo {
        width: calc(100vw - 40px);
        height: 81vw; } }
    @media screen and (max-width: 414px) {
      /* line 407, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo {
        width: calc(100vw - 40px);
        height: 121vw; } }
    /* line 420, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo .product__gallery-tumbs {
      margin: 0 auto;
      margin-top: 16px; }
      /* line 424, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo .product__gallery-tumbs .js-product-gallery-tumbs {
        display: flex;
        justify-content: center; }
      /* line 429, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo .product__gallery-tumbs .splide__slide {
        width: 80px !important;
        height: 80px; }
      /* line 434, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo .product__gallery-tumbs .img-ratio.img-ratio_contain img {
        object-fit: cover;
        cursor: pointer; }
      /* line 439, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo .product__gallery-tumbs .splide__track {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
      @media screen and (max-width: 1033px) {
        /* line 420, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo .product__gallery-tumbs {
          display: none; } }
    @media screen and (max-width: 1033px) {
      /* line 450, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo .splide__pagination {
        display: flex; } }
    /* line 456, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo .splide__slide {
      margin-right: 16px; }
    /* line 460, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo .splide__arrows {
      visibility: visible; }
      /* line 463, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo .splide__arrows button {
        display: block;
        opacity: 1; }
    @media screen and (max-width: 1033px) {
      /* line 469, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo .splide__arrow {
        top: 38vw; } }
    @media screen and (max-width: 414px) {
      /* line 469, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo .splide__arrow {
        top: 59vw; } }
    /* line 479, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo .product__photo {
      padding-top: calc(100% / (1.26)); }
      @media screen and (max-width: 414px) {
        /* line 479, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo .product__photo {
          padding-top: 125%; } }
    @media screen and (max-width: 1033px) {
      /* line 487, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product__area-photo .product__back-btn {
        display: none; } }
  /* line 494, product-page.scss */
  .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form {
    display: flex;
    flex-wrap: wrap;
    width: 37%;
    padding-left: 32px;
    padding-bottom: 32px;
    box-sizing: border-box; }
    @media screen and (max-width: 1033px) {
      /* line 494, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form {
        width: 100%;
        padding-left: 0;
        padding-bottom: 32px; } }
    /* line 508, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__brand {
      order: 1;
      width: 100%;
      margin-bottom: 16px; }
      /* line 513, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__brand .product__brand {
        font-size: 20px;
        font-weight: 600; }
        /* line 517, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__brand .product__brand a {
          text-decoration: none; }
      /* line 522, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__brand .product__brand-icon {
        margin-left: 13px;
        margin-bottom: 5px; }
    /* line 528, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__sex {
      order: 8;
      width: 100%;
      display: flex;
      padding-bottom: 16px;
      border-bottom: none; }
      /* line 535, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__sex .product-form__sex-title {
        margin-right: 5px;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        color: #2b2b2b; }
      /* line 543, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__sex .product-form__sex-text {
        margin-right: 5px;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        color: #2b2b2b; }
    /* line 552, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__info {
      margin-top: 8px; }
      @media screen and (max-width: 414px) {
        /* line 552, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__info {
          margin-top: 0;
          margin-bottom: 16px; } }
    /* line 561, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__vk {
      margin-top: 8px; }
      @media screen and (max-width: 414px) {
        /* line 561, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__vk {
          margin-top: 0;
          margin-bottom: 16px; } }
    /* line 570, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__inner {
      order: 9;
      width: 100%;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 414px) {
        /* line 570, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__inner {
          flex-direction: column;
          justify-content: flex-start; } }
    /* line 582, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__info-item {
      padding: 0;
      margin-right: 30px;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      text-decoration: none;
      color: #707070;
      cursor: pointer; }
    /* line 593, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-title {
      order: 2;
      width: 65%;
      padding-top: 16px;
      padding-bottom: 16px;
      border-top: 1px solid var(--bg-major-shade); }
      /* line 600, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-title .product__title {
        margin-bottom: 0;
        font-weight: normal; }
        @media screen and (max-width: 1355px) {
          /* line 600, product-page.scss */
          .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-title .product__title {
            font-size: 28px; } }
        @media screen and (max-width: 1210px) {
          /* line 600, product-page.scss */
          .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-title .product__title {
            font-size: 24px; } }
    /* line 614, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-price {
      order: 3;
      width: 35%;
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 16px;
      border-top: 1px solid var(--bg-major-shade); }
      /* line 622, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-price .product__price {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 0; }
        /* line 629, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-price .product__price .product__price-cur {
          margin-right: 0;
          font-weight: normal; }
          @media screen and (max-width: 1355px) {
            /* line 629, product-page.scss */
            .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-price .product__price .product__price-cur {
              font-size: 28px; } }
          @media screen and (max-width: 1210px) {
            /* line 629, product-page.scss */
            .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-price .product__price .product__price-cur {
              font-size: 24px; } }
    /* line 644, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__delivery-label {
      order: 4;
      margin-bottom: 16px; }
    /* line 649, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__in-stock-label {
      order: 4;
      position: relative;
      padding-top: 4px;
      padding-left: 16px;
      margin-left: auto;
      margin-bottom: 16px;
      color: #2B2B2B;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 17px; }
      /* line 662, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__in-stock-label::before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        top: 8px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #4DB45E; }
    /* line 675, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-variants-bundle {
      order: 5;
      width: 100%;
      border-bottom: 1px solid var(--bg-major-shade); }
      /* line 680, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-variants-bundle .product__variants {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column; }
    /* line 688, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .option-selector {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      border-top: 1px solid var(--bg-major-shade); }
      /* line 694, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .option-selector .option-razmer {
        width: 100%;
        padding-top: 16px;
        margin: 0; }
        /* line 699, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .option-selector .option-razmer .option-value {
          position: relative;
          margin-bottom: 32px; }
        @media screen and (min-width: 768px) {
          /* line 705, product-page.scss */
          .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .option-selector .option-razmer .option-value span:hover + .product__quantity {
            display: flex; } }
        @media screen and (max-width: 767px) {
          /* line 710, product-page.scss */
          .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .option-selector .option-razmer .is-active .product__quantity {
            display: flex; } }
        /* line 716, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .option-selector .option-razmer .option-label {
          display: none; }
      /* line 721, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .option-selector .option-adres {
        display: none; }
      /* line 725, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .option-selector .option-cvet {
        width: 100%;
        margin-bottom: 0; }
        /* line 729, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .option-selector .option-cvet .option-value {
          margin-bottom: 32px; }
        /* line 733, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .option-selector .option-cvet .option-label {
          display: none; }
      /* line 738, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .option-selector .option-a,
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .option-selector .option-b,
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .option-selector .option-c {
        display: none; }
    /* line 745, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-short-description {
      order: 7;
      width: 100%;
      padding-top: 16px;
      padding-bottom: 16px; }
      /* line 751, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-short-description .product__short-description {
        margin: 0;
        padding: 0;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #2b2b2b; }
        /* line 759, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-short-description .product__short-description p {
          margin: 0;
          padding: 0; }
        /* line 764, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-short-description .product__short-description--second {
          margin-top: 16px; }
    /* line 770, product-page.scss */
    .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-controls {
      order: 6;
      width: 100%;
      padding-top: 16px;
      padding-bottom: 16px; }
      @media screen and (max-width: 1033px) {
        /* line 770, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-controls {
          border-bottom: none; } }
      @media screen and (max-width: 414px) {
        /* line 770, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-controls {
          left: 0;
          position: fixed;
          bottom: 0;
          z-index: 1020;
          padding-left: 20px;
          padding-right: 20px;
          background-color: #ffffff;
          width: 100%; } }
      /* line 792, product-page.scss */
      .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-controls .product__controls {
        display: block;
        width: 100%; }
        /* line 796, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-controls .product__controls .add-cart-counter__btn {
          background: #2b2b2b;
          color: var(--color-btn-color);
          border-color: #2b2b2b;
          box-shadow: none; }
        /* line 803, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-controls .product__controls .add-cart-counter__btn:hover {
          background: #3d3d3d;
          color: var(--color-btn-color);
          border-color: #3d3d3d;
          box-shadow: none; }
        /* line 810, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-controls .product__controls .add-cart-counter__detail {
          height: 40px; }
        /* line 814, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-controls .product__controls .product__controls-left {
          width: 100%;
          max-width: none;
          height: 40px !important; }
        /* line 820, product-page.scss */
        .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-controls .product__controls button {
          width: 100%;
          height: 40px; }
          /* line 824, product-page.scss */
          .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .product .product-form .product-form__area-controls .product__controls button .add-cart-counter__btn-label {
            font-size: 16px;
            font-weight: normal; }

/* line 835, product-page.scss */
.option-cvet {
  display: none; }

/* line 839, product-page.scss */
.product__sizes-chart {
  order: 2;
  width: fit-content;
  padding: 4px 8px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 17px;
  color: #2b2b2b;
  text-decoration: none;
  background-color: #E6EFE8;
  border-radius: 4px;
  cursor: pointer; }

/* line 853, product-page.scss */
.product__sizes-chart:active + .product__sizes-chart-popup {
  display: flex; }

/* line 857, product-page.scss */
.product__sizes-chart:focus + .product__sizes-chart-popup {
  display: flex; }

/* line 861, product-page.scss */
.product__sizes-chart-popup:hover {
  display: flex; }

/* line 865, product-page.scss */
.product__sizes-chart-popup {
  z-index: calc(var(--zindex-fixed) + 2);
  display: none;
  position: absolute;
  left: -150px;
  top: 75px;
  justify-content: space-between;
  padding: 8px;
  background-color: white;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  @media screen and (min-width: 501px) {
    /* line 878, product-page.scss */
    .product__sizes-chart-popup table {
      height: fit-content; } }
  @media screen and (max-width: 1033px) {
    /* line 865, product-page.scss */
    .product__sizes-chart-popup {
      left: 0; } }
  @media screen and (max-width: 500px) {
    /* line 865, product-page.scss */
    .product__sizes-chart-popup {
      left: -20px;
      width: 100vw;
      flex-direction: column; } }

/* line 894, product-page.scss */
.product__table-abc {
  border: 1px solid #dedede;
  text-align: center;
  border-collapse: collapse; }
  /* line 899, product-page.scss */
  .product__table-abc tr {
    height: 50px; }
  /* line 903, product-page.scss */
  .product__table-abc td,
  .product__table-abc th {
    width: 60px;
    border: 1px solid #dedede;
    padding: 10px 10px; }
  /* line 910, product-page.scss */
  .product__table-abc tbody td {
    font-size: 14px;
    color: #707070; }
  /* line 916, product-page.scss */
  .product__table-abc td:first-child {
    font-weight: bold; }
  /* line 921, product-page.scss */
  .product__table-abc thead th {
    font-size: 14px;
    font-weight: bold;
    color: #2b2b2b; }
  /* line 927, product-page.scss */
  .product__table-abc tfoot td {
    font-size: 14px; }
  /* line 931, product-page.scss */
  .product__table-abc tfoot .links {
    text-align: right; }
  /* line 935, product-page.scss */
  .product__table-abc tfoot .links a {
    display: inline-block;
    background: #1c6ea4;
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 5px; }

/* line 944, product-page.scss */
.sizes-chart-popup__image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 8px; }

/* line 951, product-page.scss */
.sizes-chart-popup__image-inner {
  width: 221px;
  height: 257px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px; }

/* line 960, product-page.scss */
.sizes-chart-popup__image {
  width: 100%;
  padding-top: 1px; }

/* line 965, product-page.scss */
.sizes-chart-popup__text {
  margin-bottom: 4px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #707070; }
  /* line 972, product-page.scss */
  .sizes-chart-popup__text:last-child {
    margin-bottom: 8px; }

/* line 978, product-page.scss */
.special-products__slider-controls .special-products__slider-arrow {
  border: 1px solid #707070;
  background-color: transparent;
  border-radius: 6px; }
/* line 984, product-page.scss */
.special-products__slider-controls .special-products__slider-arrow-icon {
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center; }
/* line 991, product-page.scss */
.special-products__slider-controls .special-products__slider-arrow-icon.icon-arrow-right {
  background-image: url("long-arrow-right.svg"); }
/* line 995, product-page.scss */
.special-products__slider-controls .special-products__slider-arrow-icon.icon-arrow-left {
  background-image: url("long-arrow-right.svg");
  transform: rotate(180deg); }

/* line 1001, product-page.scss */
.widget-type_system_widget_v4_viewed_products_1
.special-products__slider-arrow.is-disabled {
  opacity: 0.3; }

/* line 1006, product-page.scss */
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1
.product__gallery-tumbs
.splide
.splide__arrow.splide__arrow--next {
  display: none; }

/* line 1013, product-page.scss */
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1
.product__gallery-tumbs
.splide
.splide__arrow.splide__arrow--prev {
  display: none; }

/* line 1020, product-page.scss */
.icon-angle-right:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  background: url("arrow-down.svg") no-repeat;
  background-size: 24px 12px;
  background-position: bottom;
  border: none;
  transform: rotate(-90deg); }

/* line 1035, product-page.scss */
.icon-angle-left:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  background: url("arrow-down.svg") no-repeat;
  background-size: 24px 12px;
  background-position: bottom;
  border: none;
  transform: rotate(90deg); }

/* line 1050, product-page.scss */
.product-preview__photo:hover .favorites_btn {
  display: flex; }

/* line 1054, product-page.scss */
.product-preview__size-icons {
  position: absolute;
  z-index: 1000;
  right: 4px;
  top: 4px;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media screen and (max-width: 1033px) {
    /* line 1054, product-page.scss */
    .product-preview__size-icons {
      display: flex; } }

/* line 1071, product-page.scss */
.product-preview__size-item {
  padding: 0;
  margin: 0; }

/* line 1076, product-page.scss */
.product-preview__size-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  margin-bottom: 4px;
  height: 19px;
  width: fit-content;
  background-color: #ffffff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #2b2b2b; }

/* line 1092, product-page.scss */
.img-ratio__inner:hover .product-preview__size-icons {
  display: flex; }

/* line 1096, product-page.scss */
.product__quantity {
  position: absolute;
  top: 52px;
  z-index: 10;
  display: none;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  color: #2b2b2b; }
  /* line 1112, product-page.scss */
  .product__quantity img {
    margin-right: 4px; }
  /* line 1116, product-page.scss */
  .product__quantity::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    position: absolute;
    top: -4px;
    left: calc(50% - 4px);
    transform: rotate(45deg); }

/* line 1128, product-page.scss */
.option-values {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

/* line 1134, product-page.scss */
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1
.product__one-photo {
  max-width: none;
  margin-bottom: 32px; }

/* line 1140, product-page.scss */
.widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .favorites_btn, .widget-type_widget_v4_product_6_d653db0a52bb614c1bcdd9491bf0b8a1 .favorites_btn:hover {
  width: 40px !important;
  margin-left: 8px !important; }

/* line 1145, product-page.scss */
.product-form__buy-one-click {
  order: 6;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--bg-major-shade); }
  @media screen and (max-width: 414px) {
    /* line 1145, product-page.scss */
    .product-form__buy-one-click {
      padding-top: 16px; } }

/* line 1, blog.scss */
.widget-type_system_widget_v4_blog_2 {
  margin: 0 auto;
  padding: 0; }
  /* line 5, blog.scss */
  .widget-type_system_widget_v4_blog_2 .layout__content {
    padding: 0; }
  /* line 9, blog.scss */
  .widget-type_system_widget_v4_blog_2 .tagcloud-block {
    display: none; }
  /* line 13, blog.scss */
  .widget-type_system_widget_v4_blog_2 .heading {
    position: absolute;
    top: 32px;
    margin: 0;
    padding: 0;
    width: 500px;
    left: calc(50% - 250px);
    flex-grow: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      /* line 13, blog.scss */
      .widget-type_system_widget_v4_blog_2 .heading {
        position: relative;
        top: 0;
        left: 0;
        justify-content: flex-start;
        margin-bottom: 24px; } }
    /* line 34, blog.scss */
    .widget-type_system_widget_v4_blog_2 .heading .layout__content {
      margin: 0;
      padding: 0; }
      /* line 38, blog.scss */
      .widget-type_system_widget_v4_blog_2 .heading .layout__content .page-headding {
        margin: 0; }
  /* line 44, blog.scss */
  .widget-type_system_widget_v4_blog_2 .blog-list {
    padding-bottom: 16px; }
  /* line 49, blog.scss */
  .widget-type_system_widget_v4_blog_2 .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__photo {
    position: relative; }
    /* line 52, blog.scss */
    .widget-type_system_widget_v4_blog_2 .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__photo img {
      position: absolute; }
    /* line 56, blog.scss */
    .widget-type_system_widget_v4_blog_2 .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__photo .product-preview__img-1 {
      left: 0; }
    /* line 60, blog.scss */
    .widget-type_system_widget_v4_blog_2 .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__photo .product-preview__img-2 {
      left: 100%; }
    /* line 65, blog.scss */
    .widget-type_system_widget_v4_blog_2 .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__photo:hover .product-preview__img-1 {
      left: 100%; }
    /* line 69, blog.scss */
    .widget-type_system_widget_v4_blog_2 .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview__photo:hover .product-preview__img-2 {
      left: 0; }
  /* line 79, blog.scss */
  .widget-type_system_widget_v4_blog_2 .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview.is-all-variants-not-available.is-zero-count-hidden .product-preview__available, .widget-type_system_widget_v4_blog_2 .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing .product-preview__available {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 1rem;
    transform: translateY(-50%);
    color: var(--color-text);
    display: none; }
  /* line 93, blog.scss */
  .widget-type_system_widget_v4_blog_2 .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview.is-all-variants-not-available.is-zero-count-hidden .product-preview__photo img, .widget-type_system_widget_v4_blog_2 .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing .product-preview__photo img {
    opacity: 0.3; }
  /* line 98, blog.scss */
  .widget-type_system_widget_v4_blog_2 .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview.is-all-variants-not-available.is-zero-count-hidden .product-preview__price-cur, .widget-type_system_widget_v4_blog_2 .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview.is-all-variants-not-available.is-zero-count-shown.is-forbid-order-over-existing .product-preview__price-cur {
    color: var(--color-text-half-shade); }
  /* line 104, blog.scss */
  .widget-type_system_widget_v4_blog_2 .widget-type_widget_v4_article_products_2_69c880fcfae41c9c75ac6f7647f4d3d2 .product-preview.is-all-variants-not-available.is-zero-count-preorder .sticker-preorder {
    display: inline-flex; }

/* line 114, blog.scss */
.widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 86px; }
  @media screen and (max-width: 1033px) {
    /* line 114, blog.scss */
    .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 {
      padding-bottom: 64px; } }
  @media screen and (max-width: 767px) {
    /* line 114, blog.scss */
    .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 {
      padding-bottom: 32px; } }
  /* line 127, blog.scss */
  .widget-type_widget_v4_article_1_2d3c13b663900c4adc80297d07a05202 .layout__content {
    padding: 0; }

/* line 133, blog.scss */
.article .article-photo {
  padding-top: calc(100% / 1.5); }

/* line 1, viewed-products.scss */
.widget-type_widget_v4_viewed_products_1_d08de17e6a528e2b637008f6dc214946 {
  padding: 0; }

/* line 8, viewed-products.scss */
.widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .splide__slide .img-ratio,
.widget-type_widget_v4_viewed_products_1_d08de17e6a528e2b637008f6dc214946 .splide__slide .img-ratio {
  padding-top: 100px;
  padding-right: 100px; }
/* line 13, viewed-products.scss */
.widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .splide__slide .img-ratio.img-fit img,
.widget-type_widget_v4_viewed_products_1_d08de17e6a528e2b637008f6dc214946 .splide__slide .img-ratio.img-fit img {
  object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }
/* line 19, viewed-products.scss */
.widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .splide__slide .viewed-product,
.widget-type_widget_v4_viewed_products_1_d08de17e6a528e2b637008f6dc214946 .splide__slide .viewed-product {
  grid-template-columns: 100px 1fr; }
  @media screen and (max-width: 767px) {
    /* line 19, viewed-products.scss */
    .widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .splide__slide .viewed-product,
    .widget-type_widget_v4_viewed_products_1_d08de17e6a528e2b637008f6dc214946 .splide__slide .viewed-product {
      grid-template-areas: 'photo title' 'photo price'; }
      /* line 27, viewed-products.scss */
      .widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .splide__slide .viewed-product .viewed-product__title,
      .widget-type_widget_v4_viewed_products_1_d08de17e6a528e2b637008f6dc214946 .splide__slide .viewed-product .viewed-product__title {
        margin-bottom: -6px;
        margin-top: 12px; } }
/* line 35, viewed-products.scss */
.widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .viewed-product__title,
.widget-type_widget_v4_viewed_products_1_d08de17e6a528e2b637008f6dc214946 .viewed-product__title {
  height: 48px;
  margin-bottom: 6px;
  padding-right: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
/* line 45, viewed-products.scss */
.widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .viewed-product__price,
.widget-type_widget_v4_viewed_products_1_d08de17e6a528e2b637008f6dc214946 .viewed-product__price {
  padding-right: 16px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #2b2b2b; }
/* line 54, viewed-products.scss */
.widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .viewed-products__inner,
.widget-type_widget_v4_viewed_products_1_d08de17e6a528e2b637008f6dc214946 .viewed-products__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 1033px) {
    /* line 54, viewed-products.scss */
    .widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .viewed-products__inner,
    .widget-type_widget_v4_viewed_products_1_d08de17e6a528e2b637008f6dc214946 .viewed-products__inner {
      padding-left: 20px;
      padding-right: 20px; } }
  /* line 66, viewed-products.scss */
  .widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .viewed-products__inner--cart,
  .widget-type_widget_v4_viewed_products_1_d08de17e6a528e2b637008f6dc214946 .viewed-products__inner--cart {
    padding: 0; }
  /* line 70, viewed-products.scss */
  .widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .viewed-products__inner title,
  .widget-type_widget_v4_viewed_products_1_d08de17e6a528e2b637008f6dc214946 .viewed-products__inner title {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 32px; }
  /* line 77, viewed-products.scss */
  .widget-type_widget_v4_viewed_products_1_ba4a2faa22cf7fce7b38a52c4dc16b82 .viewed-products__inner .splide__slide,
  .widget-type_widget_v4_viewed_products_1_d08de17e6a528e2b637008f6dc214946 .viewed-products__inner .splide__slide {
    margin-right: 27px;
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    background: #F5F5F5; }

/* line 29, theme.scss */
*,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.heading,
.form-control.form-control_size-m,
.form-control_size-m.co-input-field,
.form-control_size-m.m-input-field,
select,
.button,
.co-button:not(.co-button--link),
.picker-button,
.m-modal-button,
.co-tabs-controls--customer .co-tabs-node {
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased; }

/* line 56, theme.scss */
html,
body {
  overflow-x: hidden; }

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

/* line 65, theme.scss */
.layout__content {
  max-width: 100%; }

/* line 69, theme.scss */
.header__inner,
.main__inner,
.page_section_top__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 1033px) {
    /* line 69, theme.scss */
    .header__inner,
    .main__inner,
    .page_section_top__inner {
      padding-left: 20px;
      padding-right: 20px; } }

/* line 84, theme.scss */
.main__inner {
  padding-bottom: 86px; }
  @media screen and (max-width: 1033px) {
    /* line 84, theme.scss */
    .main__inner {
      padding-bottom: 64px; } }
  @media screen and (max-width: 414px) {
    /* line 84, theme.scss */
    .main__inner {
      padding-bottom: 32px; } }

@media screen and (max-width: 767px) {
  /* line 96, theme.scss */
  .main__inner--account {
    padding-right: 0; } }

/* line 102, theme.scss */
.main__inner--collection,
.main__inner--product {
  padding-bottom: 0; }

/* line 107, theme.scss */
.main__inner--index {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

/* line 115, theme.scss */
.page_layout_section_top .page_section_top__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }

@media screen and (max-width: 1033px) {
  /* line 124, theme.scss */
  .main__inner--index {
    padding-left: 0;
    padding-right: 0; } }

/* line 131, theme.scss */
.page_layout_section_top,
.page_layout-clear,
.page_layoutpage_layout_section_top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-height: 100vh; }
  /* line 140, theme.scss */
  .page_layout_section_top header,
  .page_layout_section_top main,
  .page_layout_section_top .page_section_top,
  .page_layout_section_top footer,
  .page_layout-clear header,
  .page_layout-clear main,
  .page_layout-clear .page_section_top,
  .page_layout-clear footer,
  .page_layoutpage_layout_section_top header,
  .page_layoutpage_layout_section_top main,
  .page_layoutpage_layout_section_top .page_section_top,
  .page_layoutpage_layout_section_top footer {
    width: 100%;
    margin: 0 auto; }
  /* line 148, theme.scss */
  .page_layout_section_top header,
  .page_layout-clear header,
  .page_layoutpage_layout_section_top header {
    background-color: #ffffff; }
  /* line 152, theme.scss */
  .page_layout_section_top main,
  .page_layout-clear main,
  .page_layoutpage_layout_section_top main {
    flex-grow: 2;
    margin-top: 72px; }
    @media screen and (max-width: 1033px) {
      /* line 152, theme.scss */
      .page_layout_section_top main,
      .page_layout-clear main,
      .page_layoutpage_layout_section_top main {
        margin-top: 66px; } }
  /* line 161, theme.scss */
  .page_layout_section_top footer,
  .page_layout-clear footer,
  .page_layoutpage_layout_section_top footer {
    order: 4;
    background-color: #ffffff; }

/* line 168, theme.scss */
.page_layout > .page_section_top {
  order: 2;
  width: 100%; }
/* line 173, theme.scss */
.page_layout > aside {
  order: 3; }
/* line 177, theme.scss */
.page_layout > footer {
  order: 5; }
/* line 181, theme.scss */
.page_layout > main {
  order: 4; }

/* line 186, theme.scss */
.micro-alert {
  z-index: 1000000;
  position: absolute;
  width: fit-content;
  top: 140px;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (max-width: 414px) {
    /* line 186, theme.scss */
    .micro-alert {
      top: 66px;
      width: max-content; } }

/* line 200, theme.scss */
.delivery-info__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  background-color: #2b2b2b; }
  /* line 208, theme.scss */
  .delivery-info__wrapper--no-click {
    cursor: default; }
  @media screen and (max-width: 414px) {
    /* line 200, theme.scss */
    .delivery-info__wrapper {
      align-items: flex-start; } }

/* line 217, theme.scss */
.delivery-info__wrapper--page {
  border-radius: 8px; }

/* line 221, theme.scss */
.delivery-info__icon {
  width: 24px;
  height: 24px; }
  @media screen and (max-width: 414px) {
    /* line 221, theme.scss */
    .delivery-info__icon {
      width: 16px;
      height: 16px; } }

/* line 231, theme.scss */
.delivery-info__text {
  margin: 0;
  margin-left: 10px;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff; }
  @media screen and (max-width: 414px) {
    /* line 231, theme.scss */
    .delivery-info__text {
      font-size: 14px;
      line-height: 17px; } }

/* line 247, theme.scss */
.page_section_top a {
  text-decoration: none; }
  /* line 250, theme.scss */
  .page_section_top a:hover {
    color: #333333; }

/* line 256, theme.scss */
.button,
.button-link,
.header,
form {
  transition: none !important; }

/* line 263, theme.scss */
.special-message {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  background-color: #0001e9;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px; }
  /* line 272, theme.scss */
  .special-message .special-message__text {
    margin-left: 8px;
    margin-bottom: 0; }
  @media screen and (max-width: 414px) {
    /* line 278, theme.scss */
    .special-message .special-message__text {
      flex-grow: 1; } }

/* line 284, theme.scss */
.special-message__inner {
  flex-grow: 1;
  display: flex;
  justify-content: center; }

/* line 290, theme.scss */
.special-message__close-button {
  width: 14px;
  height: 14px;
  margin-left: 16px;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 0;
  cursor: pointer; }

/* line 301, theme.scss */
.hide {
  display: none; }

/* line 305, theme.scss */
.hidden {
  display: none; }

/* line 309, theme.scss */
.special-message__icon {
  width: 24px;
  height: 24px; }

/* line 314, theme.scss */
.special-message__link {
  flex-grow: 1;
  text-decoration: none; }

/* line 319, theme.scss */
.popup {
  z-index: 103000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.2); }

/* line 330, theme.scss */
.popup__inner {
  position: absolute;
  z-index: 1040;
  top: calc(50vh - 350px);
  left: calc(50% - 414px);
  width: 828px;
  height: 700px;
  padding: 64px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow-y: auto; }
  @media screen and (max-width: 828px) {
    /* line 330, theme.scss */
    .popup__inner {
      position: fixed;
      left: 0;
      top: 66px;
      width: 100%;
      height: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 18px;
      padding-right: 18px;
      border-radius: 0;
      overflow: auto; } }

/* line 358, theme.scss */
.popup__heading {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 32px; }
  @media screen and (max-width: 828px) {
    /* line 358, theme.scss */
    .popup__heading {
      margin-left: 0;
      margin-bottom: 24px; } }

/* line 369, theme.scss */
.popup__close-button {
  position: absolute;
  top: 34px;
  right: 34px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer; }
  @media screen and (max-width: 828px) {
    /* line 369, theme.scss */
    .popup__close-button {
      top: 18px;
      right: 18px; } }

/* line 384, theme.scss */
.round-loader {
  margin-left: 16px;
  margin-top: 4px;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(179, 179, 184, 0.4);
  border-bottom-color: #707070;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 406, theme.scss */
.hidden {
  display: none; }

/* line 410, theme.scss */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

/* line 423, theme.scss */
.article__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 64px;
  margin-bottom: 64px; }
  @media screen and (max-width: 768px) {
    /* line 423, theme.scss */
    .article__row {
      grid-template-columns: repeat(2, 1fr); }
      /* line 435, theme.scss */
      .article__row form:last-child {
        display: none; } }
  @media screen and (max-width: 376px) {
    /* line 423, theme.scss */
    .article__row {
      grid-template-columns: repeat(1, 1fr);
      margin-top: 32px;
      margin-bottom: 32px; }
      /* line 445, theme.scss */
      .article__row form:last-child {
        display: block; } }

/* line 451, theme.scss */
.article__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  background-color: #2b2b2b;
  border-radius: 6px; }
  /* line 465, theme.scss */
  .article__button:hover {
    background-color: #3d3d3d;
    color: #ffffff;
    cursor: pointer; }
