@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(2) {
  display: none; }

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

/* line 59, theme.scss */
.header__bottom_menu-item:nth-child(2) {
  display: none; }

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

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

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

@media screen and (max-width: 768px) {
  /* line 78, theme.scss */
  .header__bottom_menu-link {
    color: white !important; } }
/* line 84, 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 97, theme.scss */
.header__search-row {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 20px; }

/* line 104, theme.scss */
.header__search-form {
  margin: 0 auto; }

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

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

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

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

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

/* line 133, 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 147, 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 161, theme.scss */
.benefit-list__item-description p {
  margin: 0 !important; }

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

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

/* line 173, 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 179, theme.scss */
.benefit-list__item.align-content.editable-block:last-child .benefit-list__item-title {
  grid-column: 2 !important;
  grid-row: 1 !important; }

/* line 184, 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 191, theme.scss */
.benefits__title.h2.heading {
  font-size: 48px; }

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

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

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

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

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

  /* line 225, 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 232, theme.scss */
.banner-list__item-button {
  max-width: 290px;
  width: 100%;
  display: grid; }

/* line 238, 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 253, 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 258, theme.scss */
.benefits-list.benefits-list--one {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

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

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

/* line 274, 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 289, theme.scss */
.special-products--one .special-products__slider-controls {
  display: none !important; }

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

/* line 298, 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 306, 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 316, theme.scss */
.special-products--one .product-preview__title {
  padding: 0 14px; }

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

/* line 324, 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 345, theme.scss */
.special-products--one .akt__link:hover {
  transform: scale(1.1); }

/* line 349, 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 363, 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 377, theme.scss */
.subcollection-list--two {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }

/* line 382, 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 393, theme.scss */
  .subcollection-list--two {
    grid-template-columns: 1fr 1fr; }

  /* line 398, theme.scss */
  .widget-type_widget_v4_collections_on_index_1_57061125d1f227b35b9d06b565bf6bde .subcollection-list__item-photo {
    display: block !important; } }
/* line 404, 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 417, 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 425, theme.scss */
.benefit-list--two .benefit-list__item.align-content.editable-block .benefit-list__item-image {
  display: block !important; }

/* line 429, 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 443, theme.scss */
.benefit-list--two .benefit-list__item.align-content.editable-block .benefit-list__item-description {
  margin: 0 !important; }

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

/* line 452, 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 465, 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 479, theme.scss */
.banner-list--three {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px; }

/* line 485, theme.scss */
.banner-list--three .banner-list__item.editable-block:first-child {
  width: 100%;
  margin-top: -10px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 590/350; }

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

/* line 504, theme.scss */
.banner-list--three .banner-list__item.editable-block:nth-child(3) {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 590/350;
  margin-top: -15px; }

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

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

/* line 532, 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 553, theme.scss */
.reviews__link:hover {
  transform: scale(1.1);
  color: #F9FAFB !important; }

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

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

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

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

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

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

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

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

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

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

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

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

/* line 628, 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 642, 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 655, 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 667, 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 680, theme.scss */
[data-widget-drop-item-id="239121657"] .static-text p {
  text-align: center;
  font-size: 20px; }

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

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

/* line 724, 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 735, 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 749, theme.scss */
.block-contacts__item-box {
  display: flex;
  gap: 10px; }

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

/* line 759, 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 773, theme.scss */
.block-contacts__item-link:hover {
  transform: scale(1.05); }

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

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

/* line 785, 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 806, theme.scss */
.block-contacts__form-link:hover {
  transform: scale(1.1);
  color: #F9FAFB !important; }

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

/* line 815, 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 829, theme.scss */
.block-adress__content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 15px; }

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

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

/* line 847, 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 860, theme.scss */
.block-adress__new {
  display: flex;
  align-items: center;
  gap: 10px; }

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

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

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

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

/* line 891, 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 904, 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 917, theme.scss */
.contacts-title {
  padding: 60px 0 0; }

/* line 921, 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 935, 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 950, theme.scss */
.layout:has(.reviews-block-top) {
  --layout-wide-bg: true;
  padding: 0; }

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

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

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

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

/* line 992, 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 1003, theme.scss */
.reviews-block__item--two {
  flex-direction: row; }

/* line 1007, 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 1021, 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 1035, theme.scss */
.reviews-middle {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

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

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

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

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

/* line 1065, 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 1079, theme.scss */
.reviews-bottom__links {
  display: flex;
  justify-content: center;
  gap: 40px; }

/* line 1085, 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 1107, theme.scss */
.reviews-bottom__link:hover {
  transform: scale(1.1);
  color: #F32621 !important; }

/* line 1114, theme.scss */
.reviews-block__content--two {
  gap: 40px; }

@media screen and (max-width: 768px) {
  /* line 1119, theme.scss */
  .reviews-block__content--two {
    flex-direction: column;
    align-items: center;
    gap: 20px; } }
/* line 1126, theme.scss */
.pay__link-red {
  max-width: 305px;
  width: 100%;
  background: #F32621;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: 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: #F9FAFB;
  transition: .3s; }

/* line 1149, theme.scss */
.pay__link-red:hover {
  transform: scale(1.1);
  color: #F9FAFB !important; }

/* line 1154, theme.scss */
.pay__link-white {
  max-width: 315px;
  width: 100%;
  background: #F9FAFB;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: 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 1177, theme.scss */
.pay__link-white:hover {
  transform: scale(1.1);
  color: #F32621 !important; }

/* line 1183, theme.scss */
.all-pay {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

/* line 1190, theme.scss */
.all-pay__wrapper {
  padding: 100px 0 50px; }

/* line 1194, theme.scss */
.all-pay__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 60px; }

/* line 1208, theme.scss */
.all-pay__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px; }

/* line 1214, theme.scss */
.all-pay__item {
  display: flex;
  flex-direction: column;
  border: 2px solid #F7C2D4;
  padding: 20px;
  border-radius: 8px; }

/* line 1222, theme.scss */
.all-pay__item img {
  width: 72px;
  height: 72px !important;
  margin-bottom: 15px; }

/* line 1228, theme.scss */
.all-pay__name {
  font-weight: 700;
  font-style: Semi Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #121212;
  margin: 0 0 20px; }

/* line 1241, theme.scss */
.all-pay__desc {
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #121212;
  margin: 0 0 24px; }

/* line 1254, theme.scss */
.all-pay__price {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FF689C;
  margin: auto 0 0; }

/* line 1267, theme.scss */
.reviews-bottom--two .reviews-bottom__wrapper {
  padding: 80px 20px; }

/* line 1271, theme.scss */
.reviews-bottom--two .reviews-bottom__title {
  margin-bottom: 20px; }

/* line 1275, theme.scss */
.reviews-bottom__text {
  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 1289, theme.scss */
.reviews-bottom__pay {
  max-width: 290px;
  width: 100%;
  background: #F9FAFB;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  justify-content: center;
  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;
  text-decoration: none;
  margin: 0 auto;
  transition: .3s; }

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

/* line 1318, theme.scss */
.pay-good {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

/* line 1325, theme.scss */
.pay-good__wrapper {
  padding: 50px 0; }

/* line 1329, theme.scss */
.pay-good__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 1343, theme.scss */
.pay-good__list {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px; }

/* line 1350, theme.scss */
.pay-good__item {
  border: 2px solid #F7C2D4;
  padding: 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 390px;
  width: 100%; }

/* line 1361, theme.scss */
.pay-good__name {
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  margin: 0 0 10px; }

/* line 1375, theme.scss */
.pay-good__desc {
  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: #000000;
  margin: 0 0 40px; }

/* line 1389, theme.scss */
.pay-good__item img {
  width: 72px;
  height: 72px !important;
  margin: auto 0 0; }

/* line 1395, theme.scss */
.pay-good__link {
  max-width: 290px;
  width: 100%;
  background: #F32621;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  justify-content: center;
  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: 0 auto;
  transition: .3s; }

/* line 1417, theme.scss */
.pay-good__link:hover {
  transform: scale(1.1);
  color: #F9FAFB !important; }

/* line 1422, theme.scss */
.banner-list--three {
  justify-items: center; }

/* line 1428, theme.scss */
.pay-answer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

/* line 1435, theme.scss */
.pay-answer__wrapper {
  padding: 50px 0; }

/* line 1439, theme.scss */
.pay-answer__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 60px; }

/* line 1453, theme.scss */
.accordion__content {
  display: none; }

/* line 1457, theme.scss */
.accordion__item.is-active .accordion__content {
  display: block; }

/* line 1461, theme.scss */
.accordion__item .accordion__button img {
  transition: .3s; }

/* line 1465, theme.scss */
.accordion__item.is-active .accordion__button img {
  transform: rotate(180deg); }

/* line 1469, theme.scss */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 40px; }

/* line 1475, theme.scss */
.accordion__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  cursor: pointer;
  border: none;
  background: none;
  transition: .3s; }

/* line 1488, theme.scss */
.accordion__button span {
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 21px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  transition: .3s;
  margin: 0; }

/* line 1502, theme.scss */
.accordion__button span:hover {
  color: #F7C2D4; }

/* line 1507, theme.scss */
.accordion__inner p {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000; }

/* line 1521, theme.scss */
.pay-free {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

/* line 1528, theme.scss */
.pay-free__wrapper {
  padding: 50px 0; }

/* line 1532, theme.scss */
.pay-free__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 1546, theme.scss */
.pay-free__text {
  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 1560, theme.scss */
.pay-free__img {
  display: block;
  width: 270px;
  height: 205px !important;
  object-fit: cover;
  margin: 0 auto 40px; }

/* line 1568, theme.scss */
.pay-free__subtext {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #121212; }

/* line 1582, theme.scss */
.pay-map {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

/* line 1589, theme.scss */
.pay-map__wrapper {
  padding: 50px 0; }

/* line 1593, theme.scss */
.pay-map__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 17px; }

/* line 1607, theme.scss */
.pay-map__text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px; }

/* line 1615, theme.scss */
.pay-map__text img {
  width: 50px;
  height: 50px; }

/* line 1620, theme.scss */
.pay-map__text span {
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 1825, theme.scss */
  .reviews-bottom__title {
    font-size: 30px;
    margin-bottom: 30px; }

  /* line 1831, theme.scss */
  .all-pay__wrapper {
    padding: 50px 0 30px; }

  /* line 1835, theme.scss */
  .all-pay__title {
    font-size: 30px;
    margin-bottom: 30px; }

  /* line 1840, theme.scss */
  .all-pay__list {
    grid-template-columns: 1fr 1fr; }

  /* line 1844, theme.scss */
  .pay-answer__wrapper {
    padding: 30px 0; }

  /* line 1847, theme.scss */
  .pay-answer__title {
    font-size: 30px;
    margin-bottom: 30px; }

  /* line 1853, theme.scss */
  .pay-free__title {
    font-size: 30px; }

  /* line 1857, theme.scss */
  .pay-free__text {
    font-size: 18px; }

  /* line 1861, theme.scss */
  .pay-free__subtext {
    font-size: 18px; }

  /* line 1865, theme.scss */
  .pay-good__title {
    font-size: 30px; }

  /* line 1869, theme.scss */
  .pay-good__list {
    flex-direction: column;
    align-items: center; }

  /* line 1874, theme.scss */
  .pay-good__item {
    padding: 25px; }

  /* line 1878, theme.scss */
  .pay-good__name {
    font-size: 24px; }

  /* line 1882, theme.scss */
  .pay-good__desc {
    font-size: 18px; } }
@media screen and (max-width: 500px) {
  /* line 1888, theme.scss */
  [data-widget-drop-item-id="238491849"] .layout__content {
    padding: 25px !important; }

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

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

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

  /* line 1906, theme.scss */
  .reviews-bottom__link {
    width: 100%;
    justify-content: center; }

  /* line 1911, theme.scss */
  .all-pay__list {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 390px) {
  /* line 1918, theme.scss */
  .special-products--one .splide__list {
    grid-template-columns: 1fr !important; }

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

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