@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 79, theme.scss */
  .header__bottom_menu-link {
    color: white !important; } }
/* line 85, 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 98, theme.scss */
.header__search-row {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 486, 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 496, 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 505, 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 515, 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 528, theme.scss */
.banner-list--three .banner-list__item.editable-block .img-ratio.img-fit.banner-list__item-photo {
  width: 100%;
  height: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 629, 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 643, 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 656, 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 668, 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 681, theme.scss */
[data-widget-drop-item-id="239121657"] .static-text p {
  text-align: center;
  font-size: 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  /* line 1120, theme.scss */
  .reviews-block__content--two {
    flex-direction: column;
    align-items: center;
    gap: 20px; } }
/* line 1127, 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 1150, theme.scss */
.pay__link-red:hover {
  transform: scale(1.1);
  color: #F9FAFB !important; }

/* line 1155, 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 1178, theme.scss */
.pay__link-white:hover {
  transform: scale(1.1);
  color: #F32621 !important; }

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

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

/* line 1195, 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 1209, theme.scss */
.all-pay__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px; }

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

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

/* line 1229, 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 1242, 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 1255, 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 1268, theme.scss */
.reviews-bottom--two .reviews-bottom__wrapper {
  padding: 80px 20px; }

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

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

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

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

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

/* line 1351, 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 1362, 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 1376, 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 1390, theme.scss */
.pay-good__item img {
  width: 270px;
  height: 285px !important;
  margin: auto 0 0; }

/* line 1396, theme.scss */
.pay-good__item:first-child img {
  width: 280px;
  height: 280px !important; }

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

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

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

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

/* line 1445, 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 1459, theme.scss */
.accordion__content {
  display: none; }

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

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

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

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

/* line 1481, 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 1494, 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 1508, theme.scss */
.accordion__button span:hover {
  color: #F7C2D4; }

/* line 1513, 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 1527, theme.scss */
.pay-free {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

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

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

/* line 1574, 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 1588, theme.scss */
.pay-map {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

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

/* line 1599, 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 1613, theme.scss */
.pay-map__text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px; }

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

/* line 1626, 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 1647, theme.scss */
  .block-adress-2 {
    grid-template-columns: 1fr; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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