@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; }

/* line 622, theme.scss */
[data-widget-drop-item-id="63847257"] .page-headding.heading {
  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 635, theme.scss */
[data-widget-drop-item-id="239121657"] .static-text p {
  text-align: center;
  font-size: 20px; }

/* line 640, theme.scss */
.block-contacts {
  padding: 80px 0 40px; }

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

/* line 658, theme.scss */
.block-contacts__subtitle {
  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 672, theme.scss */
.block-contacts__list {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px; }

/* line 679, theme.scss */
.block-contacts__item {
  border: 2px solid #F7C2D4;
  padding: 50px 30px;
  border-radius: 8px;
  max-width: 440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

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

/* line 704, theme.scss */
.block-contacts__item-box {
  display: flex;
  gap: 10px; }

/* line 709, theme.scss */
.block-contacts__item-links {
  display: flex;
  flex-direction: column; }

/* line 714, theme.scss */
.block-contacts__item-link {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #121212;
  text-decoration: none;
  transition: .3s; }

/* line 728, theme.scss */
.block-contacts__item-link:hover {
  transform: scale(1.05); }

/* line 732, theme.scss */
.block-contacts__item-box a {
  transition: .3s; }

/* line 736, theme.scss */
.block-contacts__item-box a:hover {
  transform: scale(1.05); }

/* line 740, theme.scss */
.block-contacts__form-link {
  max-width: 280px;
  width: 100%;
  background: #F32621;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  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;
  transition: .3s;
  margin: 0 auto;
  text-decoration: none; }

/* line 761, theme.scss */
.block-contacts__form-link:hover {
  transform: scale(1.1);
  color: #F9FAFB !important; }

/* line 766, theme.scss */
.block-adress {
  padding: 50px 0; }

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

/* line 784, theme.scss */
.block-adress__content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 15px; }

/* line 790, theme.scss */
.block-adress__info {
  display: flex;
  flex-direction: column;
  gap: 15px; }

/* line 796, theme.scss */
.block-adress-1 {
  border: 2px solid #F7C2D4;
  padding: 25px;
  border-radius: 8px; }

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

/* line 815, theme.scss */
.block-adress__new {
  display: flex;
  align-items: center;
  gap: 10px; }

/* line 821, theme.scss */
.block-adress__new img {
  flex-shrink: 0; }

/* line 826, theme.scss */
.block-adress-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; }

/* line 832, theme.scss */
.block-adress-2-item {
  display: flex;
  gap: 10px;
  background: #F7C2D4;
  border-radius: 8px;
  padding: 25px 10px; }

/* line 840, theme.scss */
.block-adress-2-item img {
  width: 49px !important;
  height: 49px !important;
  flex-shrink: 0; }

/* line 846, theme.scss */
.block-adress-2-info p {
  font-weight: 500 !important;
  font-style: Medium !important;
  font-size: 14px !important;
  leading-trim: NONE !important;
  line-height: 120% !important;
  letter-spacing: 0% !important;
  vertical-align: middle !important;
  color: #121212 !important;
  margin: 0 0 6px !important; }

/* line 859, theme.scss */
.block-adress-2-info span {
  display: block !important;
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 12px !important;
  leading-trim: NONE !important;
  line-height: 140% !important;
  letter-spacing: 0% !important;
  vertical-align: middle !important;
  color: #121212 !important;
  margin: 0 !important; }

/* line 872, theme.scss */
.contacts-title {
  padding: 60px 0 0; }

/* line 876, theme.scss */
.contacts-title__title {
  font-weight: 800 !important;
  font-style: ExtraBold !important;
  font-size: 40px !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;
  margin: 0 0 15px !important; }

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

/* line 905, theme.scss */
.layout:has(.reviews-block-top) {
  --layout-wide-bg: true;
  padding: 0; }

/* line 910, theme.scss */
.layout:has(.reviews-block-top) .layout__content {
  max-width: 100%;
  width: 100%;
  margin: 0; }

/* line 916, theme.scss */
.reviews-block-top {
  background: #F7C2D4;
  padding-bottom: 80px; }

/* line 921, theme.scss */
.reviews-block__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

/* line 927, theme.scss */
.reviews-block__title {
  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 941, theme.scss */
.reviews-block__content {
  display: flex;
  justify-content: center;
  gap: 10px; }

/* line 947, theme.scss */
.reviews-block__item {
  max-width: 230px;
  width: 100%;
  background: #F9FAFB;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center; }

/* line 958, theme.scss */
.reviews-block__item--two {
  flex-direction: row; }

/* line 962, theme.scss */
.reviews-block__item span {
  font-weight: 700;
  font-style: Bold;
  font-size: 21px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #FF689C; }

/* line 976, theme.scss */
.reviews-block__item p {
  font-weight: 400;
  font-style: Regular;
  font-size: 13.1px;
  leading-trim: NONE;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #4B5563;
  margin: 0; }

/* line 990, theme.scss */
.reviews-middle {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

/* line 997, theme.scss */
.reviews-middle__wrapper {
  padding: 100px 0 50px; }

/* line 1001, theme.scss */
.reviews-middle__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px; }

/* line 1007, theme.scss */
.reviews-bottom {
  margin: 50px auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 10px; }

/* line 1014, theme.scss */
.reviews-bottom__wrapper {
  background: #F7C2D4;
  border-radius: 8px;
  padding: 80px 0; }

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

/* line 1034, theme.scss */
.reviews-bottom__links {
  display: flex;
  justify-content: center;
  gap: 40px; }

/* line 1040, theme.scss */
.reviews-bottom__link {
  width: auto;
  background: #F9FAFB;
  padding: 15px 30px;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  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: #F32621;
  transition: .3s; }

/* line 1062, theme.scss */
.reviews-bottom__link:hover {
  transform: scale(1.1);
  color: #F32621 !important; }

@media screen and (max-width: 1280px) {
  /* line 1071, theme.scss */
  .block-adress-2 {
    grid-template-columns: 1fr; }

  /* line 1075, theme.scss */
  .block-adress__map iframe {
    height: 520px !important; } }
@media screen and (max-width: 1100px) {
  /* line 1083, theme.scss */
  .benefit-list.grid-list {
    align-items: normal;
    grid-template-columns: 1fr 1fr;
    gap: 10px; } }
@media screen and (max-width: 768px) {
  /* line 1092, theme.scss */
  .layout.widget-type_system_widget_v4_heading_1 .layout__content {
    padding-top: 50px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 1176, theme.scss */
  .block-contacts__list {
    flex-direction: column;
    align-items: center; }

  /* line 1181, theme.scss */
  .block-adress__content {
    grid-template-columns: 1fr; }

  /* line 1185, theme.scss */
  .page-headding.heading {
    font-size: 35px !important;
    margin-bottom: 5px !important; }

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

  /* line 1194, theme.scss */
  [data-widget-drop-item-id="239121657"] .layout__content span {
    font-size: 16px !important; }

  /* line 1198, theme.scss */
  .block-contacts__title {
    font-size: 30px !important; }

  /* line 1202, theme.scss */
  .block-contacts__subtitle {
    font-size: 18px !important;
    margin-bottom: 20px; }

  /* line 1207, theme.scss */
  .block-contacts__item {
    padding: 25px; }

  /* line 1211, theme.scss */
  .block-contacts__item-text {
    font-size: 16px; }

  /* line 1215, theme.scss */
  .block-contacts__item-link {
    font-size: 16px; }

  /* line 1219, theme.scss */
  .block-adress__title {
    font-size: 30px !important;
    margin-bottom: 20px !important; }

  /* line 1224, theme.scss */
  .block-adress__text {
    font-size: 18px !important; }

  /* line 1228, theme.scss */
  .block-adress__new span {
    font-size: 14px; }

  /* line 1232, theme.scss */
  .contacts-title__title {
    font-size: 30px !important; }

  /* line 1236, theme.scss */
  .contacts-title__text {
    font-size: 18px !important; }

  /* line 1241, theme.scss */
  .reviews-middle__wrapper {
    padding: 50px 0; }

  /* line 1245, theme.scss */
  .reviews-middle__list {
    grid-template-columns: 1fr;
    justify-items: center; }

  /* line 1250, theme.scss */
  .reviews-bottom__wrapper {
    padding: 50px 10px; }

  /* line 1255, theme.scss */
  .reviews-bottom__title {
    font-size: 30px;
    margin-bottom: 30px; } }
@media screen and (max-width: 500px) {
  /* line 1262, theme.scss */
  [data-widget-drop-item-id="238491849"] .layout__content {
    padding: 25px !important; }

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

  /* line 1270, theme.scss */
  .reviews-block__content {
    flex-direction: column;
    align-items: center; }

  /* line 1275, theme.scss */
  .reviews-bottom__links {
    flex-direction: column;
    gap: 20px; }

  /* line 1280, theme.scss */
  .reviews-bottom__link {
    width: 100%;
    justify-content: center; } }
@media screen and (max-width: 390px) {
  /* line 1288, theme.scss */
  .special-products--one .splide__list {
    grid-template-columns: 1fr !important; }

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

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