@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #ffffff);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #f082ac);
  --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, #f4a5c4);
  --color-btn-bg-minor-shade-is-light: var(--draft-color-btn-bg-minor-shade-is-light, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #f8c6da);
  --color-btn-bg-major-shade-is-light: var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #ffffff);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #f082ac);
  --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, #f4a5c4);
  --color-accent-text-minor-shade-is-light: var(--draft-color-accent-text-minor-shade-is-light, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #f8c6da);
  --color-accent-text-major-shade-is-light: var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #ffffff);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 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, #fff0be);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success: var(--draft-color-notice-success, #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, #cae9d2);
  --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, #bee4c7);
  --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, #429e58);
  --color-notice-success-half-shade-is-dark: var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, Comfortaa);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Comfortaa);
  --heading-ratio: var(--draft-heading-ratio, 1.8);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 100);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, hidden);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1200px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --sidebar_index_show: var(--draft-sidebar_index_show, true);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, true); }

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

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

/* line 14, theme.scss */
html {
  scroll-behavior: smooth; }

/* line 19, theme.scss */
.header__content {
  margin-bottom: 20px; }

/* line 23, theme.scss */
.header-part-top {
  display: none; }

/* line 27, theme.scss */
.header-part-main__inner {
  display: flex !important; }

/* line 31, theme.scss */
.header__bottom_menu .cut-list__elem.cut-list__dropdown {
  display: none !important; }

/* line 35, theme.scss */
.header__control-btn.header__cabinet {
  display: none !important; }

/* line 39, theme.scss */
.header__control-btn.header__compare.compare-empty {
  display: none !important; }

/* line 43, theme.scss */
.icon.icon-bars._show {
  display: none; }

/* line 47, theme.scss */
.icon.icon-times._hide {
  display: none !important; }

/* line 51, theme.scss */
.header__bottom_menu.js-cut-list-menu.cut-list-ready.cut-list .header__bottom_menu-item.cut-list__elem:nth-child(3) {
  display: none; }

/* line 55, theme.scss */
.header__bottom_menu-item.cut-list__elem[data-index="2"] .header__bottom_menu-link {
  display: none; }

/* line 59, theme.scss */
.button.button_size-l.header__show-collection-btn.js-show-header-collections {
  background: transparent !important;
  color: #f32621 !important; }

/* line 64, theme.scss */
.header-part-bottom__inner {
  background: transparent !important; }

/* line 68, theme.scss */
.header__bottom_menu-link {
  background: transparent !important;
  color: #f32621 !important; }

@media screen and (max-width: 768px) {
  /* line 74, theme.scss */
  .header__bottom_menu-link {
    color: white !important; } }
/* line 80, theme.scss */
.header__phone-value {
  font-weight: 700 !important;
  font-style: Bold !important;
  font-size: 20px !important;
  leading-trim: NONE;
  line-height: 20px !important;
  letter-spacing: 0% !important;
  text-align: center;
  vertical-align: middle;
  color: #f32621 !important; }

/* line 93, theme.scss */
aside {
  display: none !important; }

/* line 97, theme.scss */
main {
  grid-column: 1/-1 !important; }

/* line 101, theme.scss */
.benefit-list.grid-list {
  align-items: normal;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px; }

/* line 107, theme.scss */
.widget-type_system_widget_v4_benefits_4 .benefit-list .benefit-list__item {
  grid-template-areas: none !important; }

/* line 111, theme.scss */
.benefit-list__item.align-content.editable-block {
  background: #F9FAFB !important;
  padding: 16px;
  border-radius: 8px;
  grid-template-areas: none !important; }

/* line 118, theme.scss */
.benefit-list__item-title {
  grid-area: auto !important;
  font-weight: 700 !important;
  font-style: Bold !important;
  font-size: 23.8px !important;
  leading-trim: NONE;
  line-height: normal !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  vertical-align: middle !important;
  color: #FF689C !important; }

/* line 132, theme.scss */
.benefit-list__item-description {
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 13px !important;
  leading-trim: NONE !important;
  line-height: normal !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  vertical-align: middle !important;
  color: #4B5563 !important;
  grid-area: auto !important; }

/* line 146, theme.scss */
.benefit-list__item-description p {
  margin: 0 !important; }

/* line 150, theme.scss */
.benefit-list__item.align-content.editable-block .benefit-list__item-image {
  display: none !important; }

/* line 154, theme.scss */
.benefit-list__item.align-content.editable-block:last-child {
  grid-template-columns: auto 1fr; }

/* line 158, theme.scss */
.benefit-list__item.align-content.editable-block:last-child .benefit-list__item-image {
  display: block !important;
  grid-column: 1;
  grid-row: 1; }

/* line 164, theme.scss */
.benefit-list__item.align-content.editable-block:last-child .benefit-list__item-title {
  grid-column: 2 !important;
  grid-row: 1 !important; }

/* line 169, theme.scss */
.benefit-list__item.align-content.editable-block:last-child .benefit-list__item-description {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin-top: 40px; }

/* line 176, theme.scss */
.benefits__title.h2.heading {
  font-size: 48px; }

/* line 180, theme.scss */
.layout.widget-type_system_widget_v4_page_banner_1_1 {
  padding: 50px 0 90px; }

@media screen and (max-width: 768px) {
  /* line 185, theme.scss */
  .layout.widget-type_system_widget_v4_page_banner_1_1 {
    padding: 40px 0 !important; }

  /* line 189, theme.scss */
  .layout.widget-type_system_widget_v4_page_banner_1_1 .layout__content {
    padding: 50px 0; } }
/* line 194, theme.scss */
.widget-type_system_widget_v4_page_banner_1_1 .banner-list__item {
  display: grid;
  grid-template-columns: 1fr !important; }

/* line 199, theme.scss */
.banner-list__item-title.h2 {
  font-size: 48px !important;
  color: #F32621; }

@media screen and (max-width: 768px) {
  /* line 205, theme.scss */
  .banner-list__item-title.h2 {
    font-size: 30px !important; }

  /* line 210, theme.scss */
  .widget-type_system_widget_v4_page_banner_1_1 .banner-list__item .banner-list__item-content {
    font-size: 14px;
    line-height: 1.5em; } }
/* line 217, theme.scss */
.banner-list__item-button {
  max-width: 290px;
  width: 100%;
  display: grid; }

/* line 223, theme.scss */
.widget-type_system_widget_v4_page_banner_1_1 .banner-list__item-button .button.button_size-m {
  background: #fff;
  font-weight: 700 !important;
  font-style: Bold !important;
  font-size: 16px !important;
  leading-trim: NONE;
  line-height: 20px !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  vertical-align: middle !important;
  color: #F32621 !important;
  transition: .3s; }

/* line 238, theme.scss */
.widget-type_system_widget_v4_page_banner_1_1 .banner-list__item-button .button.button_size-m:hover {
  transform: scale(1.1);
  border: none; }

/* line 243, theme.scss */
.benefits-list.benefits-list--one {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

/* line 249, theme.scss */
.benefits-list.benefits-list--one .benefits-list__item {
  max-width: 320px;
  width: 100%; }

/* line 255, theme.scss */
.special-products--one .special-products__head {
  display: block !important; }

/* line 259, theme.scss */
.special-products--one .h2.special-products__title.heading {
  font-size: 48px !important;
  color: #F32621 !important;
  font-weight: 800 !important;
  font-style: ExtraBold !important;
  leading-trim: NONE !important;
  line-height: 110.00000000000001% !important;
  letter-spacing: 2% !important;
  text-align: center !important;
  vertical-align: middle !important;
  margin-bottom: 40px; }

/* line 274, theme.scss */
.special-products--one .special-products__slider-controls {
  display: none !important; }

/* line 278, theme.scss */
.special-products--one .splide__track {
  padding: 0px 15px 10px !important; }

/* line 283, theme.scss */
.special-products--one .splide__list {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 20px;
  transform: none !important;
  width: 100%; }

/* line 291, theme.scss */
.special-products--one .splide__slide {
  max-width: 280px !important;
  width: 100% !important;
  flex: none !important;
  margin-right: 0 !important;
  box-shadow: 0px 2px 3px 0px #12121233;
  border-radius: 8px;
  overflow: hidden; }

/* line 301, theme.scss */
.special-products--one .product-preview__title {
  padding: 0 14px; }

/* line 305, theme.scss */
.special-products--one .product-preview__area-bottom {
  padding: 0 14px 14px; }

/* line 309, theme.scss */
.special-products--one .akt__link {
  max-width: 290px;
  width: 100%;
  background: #F32621;
  border-radius: 8px;
  padding: 15px;
  display: block;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #F9FAFB;
  text-decoration: none;
  margin: 40px auto 0;
  transition: .3s; }

/* line 330, theme.scss */
.special-products--one .akt__link:hover {
  transform: scale(1.1); }

/* line 334, theme.scss */
.catalog__title {
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  color: #F32621;
  margin: 0 0 20px; }

/* line 348, theme.scss */
.catalog__subtext {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #121212;
  margin: 0 0 40px; }

/* line 362, theme.scss */
.subcollection-list--two {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }

/* line 367, theme.scss */
.subcollection-list--two .subcollection-list__item:nth-child(2),
.subcollection-list--two .subcollection-list__item:nth-child(3),
.subcollection-list--two .subcollection-list__item:nth-child(4),
.subcollection-list--two .subcollection-list__item:nth-child(6),
.subcollection-list--two .subcollection-list__item:nth-child(7),
.subcollection-list--two .subcollection-list__item:nth-child(9),
.subcollection-list--two .subcollection-list__item:nth-child(10) {
  display: none; }

@media screen and (max-width: 767px) {
  /* line 378, theme.scss */
  .subcollection-list--two {
    grid-template-columns: 1fr 1fr; }

  /* line 383, theme.scss */
  .widget-type_widget_v4_collections_on_index_1_57061125d1f227b35b9d06b565bf6bde .subcollection-list__item-photo {
    display: block !important; } }
/* line 389, theme.scss */
.benefit-list__title.heading {
  font-weight: 800 !important;
  font-style: ExtraBold !important;
  font-size: 48px !important;
  leading-trim: NONE !important;
  line-height: 110.00000000000001% !important;
  letter-spacing: 2% !important;
  text-align: center !important;
  vertical-align: middle !important;
  color: #F32621 !important; }

/* line 402, theme.scss */
.benefit-list--two .benefit-list__item.align-content.editable-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 16px; }

/* line 410, theme.scss */
.benefit-list--two .benefit-list__item.align-content.editable-block .benefit-list__item-image {
  display: block !important; }

/* line 414, theme.scss */
.benefit-list--two .benefit-list__item.align-content.editable-block .benefit-list__item-title {
  font-weight: 600 !important;
  font-style: SemiBold !important;
  font-size: 20px !important;
  leading-trim: NONE !important;
  line-height: 120% !important;
  letter-spacing: 2% !important;
  text-align: center !important;
  vertical-align: middle !important;
  color: #000000 !important;
  margin: 0 0 15px !important; }

/* line 428, theme.scss */
.benefit-list--two .benefit-list__item.align-content.editable-block .benefit-list__item-description {
  margin: 0 !important; }

/* line 432, theme.scss */
[data-widget-drop-item-id="238462985"] {
  margin: 50px 0; }

/* line 437, theme.scss */
.reviews__title {
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  color: #F32621; }

/* line 450, theme.scss */
.reviews__subtext {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #4B5563;
  margin: 0 0 40px; }

/* line 464, theme.scss */
.banner-list--three {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px; }

/* line 470, theme.scss */
.banner-list--three .banner-list__item.editable-block:first-child {
  max-width: 100%;
  height: auto;
  aspect-ratio: 590/340; }

/* line 476, theme.scss */
.banner-list--three .banner-list__item.editable-block {
  max-width: 100%;
  height: auto;
  aspect-ratio: 590/330; }

/* line 482, theme.scss */
.banner-list--three .banner-list__item.editable-block .img-ratio.img-fit.banner-list__item-photo {
  width: 100%;
  height: 100%; }

/* line 487, theme.scss */
.reviews__link {
  max-width: 290px;
  width: 100%;
  background: #F32621;
  border-radius: 8px;
  padding: 15px;
  display: block;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #F9FAFB;
  text-decoration: none;
  margin: 40px auto 0;
  transition: .3s; }

/* line 508, theme.scss */
.reviews__link:hover {
  transform: scale(1.1);
  color: #F9FAFB !important; }

/* line 514, theme.scss */
.feedback--one input,
.feedback--one textarea {
  background: #F9FAFB !important; }

/* line 519, theme.scss */
.feedback--one .agree__btn.icon-check {
  background: #F9FAFB !important; }

/* line 523, theme.scss */
.feedback--one .button.button_size-l.feedback__submit-btn {
  max-width: 100%;
  width: 100%;
  min-width: auto;
  background: #F32621; }

/* line 530, theme.scss */
[data-widget-drop-item-id="238491849"] .layout__content {
  padding: 50px !important; }

/* line 535, theme.scss */
.footer__logo {
  max-width: 150px !important;
  width: 100% !important; }

/* line 541, theme.scss */
[data-widget-drop-item-id="69767702"] {
  display: none; }

/* line 545, theme.scss */
[data-widget-drop-item-id="73252310"] {
  display: none; }

/* line 549, theme.scss */
[data-widget-drop-item-id="68447205"] {
  display: none; }

/* line 553, theme.scss */
[data-widget-drop-item-id="69763922"] {
  display: none; }

/* line 557, theme.scss */
[data-widget-drop-item-id="68356367"] {
  display: none; }

/* line 572, theme.scss */
.footer-new {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px; }

/* line 578, theme.scss */
.footer__logo {
  margin-bottom: 80px;
  display: block; }

/* line 583, theme.scss */
.footer__brand-text {
  max-width: 225px;
  width: 100%;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #121212;
  margin: 0; }

/* line 597, theme.scss */
.footer__title {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 2%;
  vertical-align: middle;
  color: #121212;
  margin: 0 0 20px; }

/* line 610, theme.scss */
.footer__address .footer__icon-wrapper::before {
  content: '\ea01';
  /* твой код из шрифта */
  font-family: 'icomoon';
  /* имя шрифта из темы */
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle; }

@media screen and (max-width: 1100px) {
  /* line 624, theme.scss */
  .benefit-list.grid-list {
    align-items: normal;
    grid-template-columns: 1fr 1fr;
    gap: 10px; } }
@media screen and (max-width: 768px) {
  /* line 633, theme.scss */
  .layout.widget-type_system_widget_v4_heading_1 .layout__content {
    padding-top: 50px; }

  /* line 637, theme.scss */
  .layout.widget-type_system_widget_v4_benefits_4 .layout__content {
    padding-top: 40px; }

  /* line 643, theme.scss */
  .benefit-list.grid-list {
    align-items: normal;
    grid-template-columns: 1fr;
    gap: 10px; }

  /* line 650, theme.scss */
  .benefit-list__item.align-content.editable-block:last-child .benefit-list__item-description {
    margin-top: 0; }

  /* line 654, theme.scss */
  .layout.widget-type_widget_v4_benefits_5_aa441f55a57452aaf106faa65b687038 .layout__content {
    padding: 50px 0 !important; }

  /* line 658, theme.scss */
  .benefits-list.benefits-list--one .benefits-list__item {
    max-width: 520px;
    width: 100%; }

  /* line 663, theme.scss */
  .special-products--one .h2.special-products__title.heading {
    font-size: 30px !important; }

  /* line 668, theme.scss */
  .special-products--one .splide__list {
    grid-template-columns: 1fr 1fr !important; }

  /* line 676, theme.scss */
  .special-products--one .splide__slide {
    max-width: 100% !important; }

  /* line 681, theme.scss */
  .catalog__title {
    font-size: 30px; }

  /* line 685, theme.scss */
  .catalog__subtext {
    font-size: 16px; }

  /* line 690, theme.scss */
  [data-widget-drop-item-id="238462985"] .layout__content {
    padding: 50px 0 !important; }

  /* line 696, theme.scss */
  .benefit-list__title.heading {
    font-size: 30px !important; }

  /* line 701, theme.scss */
  .reviews__title {
    font-size: 30px; }

  /* line 705, theme.scss */
  .reviews__title br {
    display: none; }

  /* line 709, theme.scss */
  .reviews__subtext {
    font-size: 16px; }

  /* line 713, theme.scss */
  [data-widget-drop-item-id="238491849"] .layout__content {
    padding: 25px 40px !important; } }
@media screen and (max-width: 500px) {
  /* line 719, theme.scss */
  [data-widget-drop-item-id="238491849"] .layout__content {
    padding: 25px !important; }

  /* line 723, theme.scss */
  .feedback--one .button.button_size-l.feedback__submit-btn {
    font-size: 16px !important; } }
@media screen and (max-width: 390px) {
  /* line 730, theme.scss */
  .special-products--one .splide__list {
    grid-template-columns: 1fr !important; }

  /* line 734, theme.scss */
  .subcollection-list--two {
    grid-template-columns: 1fr; }

  /* line 738, theme.scss */
  .feedback--one .button.button_size-l.feedback__submit-btn {
    font-size: 14px !important; } }
