/* 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, #1F4F3A);
  --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, #2b6d50);
  --color-btn-bg-minor-shade-is-dark:var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #368a66);
  --color-btn-bg-major-shade-is-dark:var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #70c7a1);
  --color-btn-bg-half-shade-is-dark:var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text:var(--draft-color-accent-text, #4B856B);
  --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, #56997b);
  --color-accent-text-minor-shade-is-dark:var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #65a88a);
  --color-accent-text-major-shade-is-dark:var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #9fc9b6);
  --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, #1B1D1C);
  --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, #313533);
  --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, #474c49);
  --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, #89928e);
  --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, #F5F6F4);
  --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, #edefec);
  --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, #e4e6e1);
  --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, #7a876e);
  --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, #D67305);
  --color-notice-warning-is-dark:var(--draft-color-notice-warning-is-dark, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #f28406);
  --color-notice-warning-minor-shade-is-dark:var(--draft-color-notice-warning-minor-shade-is-dark, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #f9921c);
  --color-notice-warning-major-shade-is-dark:var(--draft-color-notice-warning-major-shade-is-dark, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #fbbb71);
  --color-notice-warning-half-shade-is-light:var(--draft-color-notice-warning-half-shade-is-light, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #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, #9E0303);
  --color-notice-error-is-dark:var(--draft-color-notice-error-is-dark, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #c20404);
  --color-notice-error-minor-shade-is-dark:var(--draft-color-notice-error-minor-shade-is-dark, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #e40505);
  --color-notice-error-major-shade-is-dark:var(--draft-color-notice-error-major-shade-is-dark, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #fc5555);
  --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, #FFF3CD);
  --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, #fff0be);
  --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, #ffecac);
  --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, #e6b000);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, Manrope);
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, Manrope);
  --heading-ratio:var(--draft-heading-ratio, 1.5);
  --heading-weight:var(--draft-heading-weight, 600);
  --collection_count:var(--draft-collection_count, 30);
  --search_count:var(--draft-search_count, 30);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1470px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --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, true);
  --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, right);
  --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, false); }

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

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

/* line 12, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 17, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 20, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 29, theme.scss */
html {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("bg-site.jpg") center center/cover no-repeat fixed !important; }

/* line 34, theme.scss */
body {
  background: transparent !important; }

/* line 39, theme.scss */
[class*="widget-type_system_widget_v4_header_"],
[class*="widget-type_system_widget_v4_header_"] .layout__content,
.header-part-main {
  background-color: transparent !important; }

/* line 46, theme.scss */
[class*="widget-type_system_widget_v4_promo_slider_"],
[class*="widget-type_system_widget_v4_promo_slider_"] .layout__content,
[class*="widget-type_system_widget_v4_collections_on_index_"],
[class*="widget-type_system_widget_v4_collections_on_index_"] .layout__content,
[class*="widget-type_system_widget_v4_special_products_tabs_"],
[class*="widget-type_system_widget_v4_special_products_tabs_"] .layout__content,
[class*="widget-type_system_widget_v4_benefits_"],
[class*="widget-type_system_widget_v4_benefits_"] .layout__content,
[class*="widget-type_system_widget_v4_page_title_"],
[class*="widget-type_system_widget_v4_page_title_"] .layout__content,
[class*="widget-type_system_widget_v4_filter_sort_"],
[class*="widget-type_system_widget_v4_filter_sort_"] .layout__content,
[class*="widget-type_system_widget_v4_catalog_"],
[class*="widget-type_system_widget_v4_catalog_"] .layout__content,
[class*="widget-type_system_widget_v4_pagination_"],
[class*="widget-type_system_widget_v4_pagination_"] .layout__content,
[class*="widget-type_system_widget_v4_delimeters_"],
[class*="widget-type_system_widget_v4_delimeters_"] .layout__content,
[class*="widget-type_system_widget_v4_breadcrumbs_"],
[class*="widget-type_system_widget_v4_breadcrumbs_"] .layout__content,
[class*="widget-type_system_widget_v4_page_content_"],
[class*="widget-type_system_widget_v4_page_content_"] .layout__content,
[class*="widget-type_system_widget_v4_simple_text"],
[class*="widget-type_system_widget_v4_simple_text"] .layout__content,
[class*="_shops_5"],
[class*="_shops_5"] .layout__content,
[class*="widget-type_system_widget_v4_application_form_"],
[class*="widget-type_system_widget_v4_application_form_"] .layout__content,
[class*="widget-type_system_widget_v4_search_form_"],
[class*="widget-type_system_widget_v4_search_form_"] .layout__content,
[class*="widget-type_system_widget_v4_feedback_"],
[class*="widget-type_system_widget_v4_feedback_"] .layout__content,
[class*="_page_banner_"],
[class*="_page_banner_"] .layout__content,
[class*="widget-type_system_widget_v4_personal_"],
[class*="widget-type_system_widget_v4_personal_"] .layout__content,
[class*="widget-type_system_widget_v4_heading_"],
[class*="widget-type_system_widget_v4_heading_"] .layout__content,
[class*="widget-type_system_widget_v4_banner_list_"],
[class*="widget-type_system_widget_v4_banner_list_"] .layout__content,
[class*="widget-type_system_widget_v4_product_"],
[class*="widget-type_system_widget_v4_product_"] .layout__content {
  background-color: transparent !important; }

/* line 92, theme.scss */
[class*="widget-type_system_widget_v4_sidebar_collections_menu_"],
[class*="widget-type_system_widget_v4_sidebar_social_"],
[class*="widget-type_system_widget_v4_special_products_"]:not([class*="special_products_tabs"]) {
  border-radius: 5px;
  overflow: hidden; }

/* line 101, theme.scss */
[class*="widget-type_system_widget_v4_sidebar_collections_menu_"] .layout__content {
  padding: 12px 16px; }

/* line 105, theme.scss */
[class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
.sidebar-collections > ul.sidebar-collections__menu > li.sidebar-collections__item a.sidebar-collections__link {
  font-weight: 700; }

/* line 110, theme.scss */
[class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
ul li ul li a.sidebar-collections__link {
  font-weight: 400 !important;
  padding-left: 24px !important; }

/* line 116, theme.scss */
[class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
ul li ul li ul li a.sidebar-collections__link {
  padding-left: 48px !important; }

/* line 121, theme.scss */
[class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
ul li ul li ul li ul li a.sidebar-collections__link {
  padding-left: 72px !important; }

/* line 128, theme.scss */
[class*="widget-type_system_widget_v4_special_products_"]:not([class*="special_products_tabs"]) .layout__content {
  padding: 12px 16px; }

/* line 133, theme.scss */
.product-preview img,
.product-preview .lazyload,
.product-preview picture,
.products-list__item img {
  border-radius: 5px; }

/* line 141, theme.scss */
[class*="widget-type_system_widget_v4_page_content_"] img,
[class*="widget-type_system_widget_v4_simple_text"] img,
[class*="widget-type_system_widget_v4_page_content_"] iframe,
[class*="widget-type_system_widget_v4_simple_text"] iframe,
[class*="widget-type_system_widget_v4_banner_list_"] img,
[class*="widget-type_system_widget_v4_banner_list_"] picture,
[class*="_page_banner_"] img,
[class*="_page_banner_"] picture {
  border-radius: 5px;
  overflow: hidden; }

/* line 154, theme.scss */
.contacts-map,
.contacts-map iframe {
  border-radius: 10px;
  overflow: hidden; }

/* line 161, theme.scss */
[class*="widget-type_system_widget_v4_footer_"] {
  margin-top: 20px; }

/* line 168, theme.scss */
[class*="widget-type_system_widget_v4_breadcrumbs_"] {
  --layout-pt: 0;
  --layout-pb: 0; }

/* line 172, theme.scss */
[class*="widget-type_system_widget_v4_page_title_"] {
  --layout-pt: 1vw;
  --layout-pb: 0.5vw; }

/* line 178, theme.scss */
[class*="widget-type_system_widget_v4_special_products_tabs_"] .product-preview__buy-btn,
[class*="widget-type_system_widget_v4_special_products_tabs_"] .show-cart-button,
[class*="widget-type_system_widget_v4_special_products_tabs_"] .hide-cart-button {
  display: none !important; }

/* line 185, theme.scss */
.cut-block__content-wrapper::before,
.cut-block__content-wrapper::after,
.cut-block.is-hidden::before,
.cut-block.is-hidden::after {
  display: none !important; }

@media (max-width: 1024px) {
  /* line 198, theme.scss */
  .header__logo img {
    content: url("https://static.insales-cdn.com/files/1/4201/124506217/original/logo_white_1778260531.png") !important; } }
@media (max-width: 600px) {
  /* line 205, theme.scss */
  .grid-list.catalog-list {
    grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 1024px) {
  /* line 212, theme.scss */
  .benefit-list.grid-list {
    grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 480px) {
  /* line 217, theme.scss */
  .benefit-list.grid-list {
    grid-template-columns: 1fr !important; } }
@media (max-width: 1024px) {
  /* line 224, theme.scss */
  [class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
  .sidebar-collections > ul.sidebar-collections__menu > li.sidebar-collections__item a.sidebar-collections__link {
    font-size: 13px; }

  /* line 228, theme.scss */
  [class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
  ul li ul li a.sidebar-collections__link {
    padding-left: 0 !important; }

  /* line 232, theme.scss */
  [class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
  ul li ul li ul li a.sidebar-collections__link {
    padding-left: 0 !important; }

  /* line 236, theme.scss */
  [class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
  ul li ul li ul li ul li a.sidebar-collections__link {
    padding-left: 0 !important; } }
@media (max-width: 768px) {
  /* line 244, theme.scss */
  .product__area-photo,
  .product__one-photo {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  /* line 249, theme.scss */
  .product__one-photo,
  .product__one-photo img,
  .product__area-photo > * {
    border-radius: 5px;
    overflow: hidden; } }
@media (max-width: 768px) {
  /* line 259, theme.scss */
  [class*="widget-type_system_widget_v4_filter_sort_"] .button,
  [class*="widget-type_system_widget_v4_filter_sort_"] .show-mobile-filter-btn,
  [class*="widget-type_system_widget_v4_filter_sort_"] .collection-order__option {
    color: #1B1D1C !important; } }
/* line 269, theme.scss */
.header-part-top {
  min-height: 76px; }

/* line 272, theme.scss */
.header-part-top .header-part-top__inner {
  min-height: 76px;
  display: flex;
  align-items: center; }

/* line 282, theme.scss */
.header-part-top .header-part-top__inner .header__area-menu {
  flex: 1 1 auto;
  min-width: 0; }

/* line 288, theme.scss */
.dp-header-extras {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  white-space: nowrap; }

/* line 295, theme.scss */
.dp-header-extras .dp-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.35; }

/* line 301, theme.scss */
.dp-header-extras a {
  color: #fff;
  text-decoration: none; }

/* line 305, theme.scss */
.dp-header-extras a:hover {
  opacity: 0.8; }

/* line 308, theme.scss */
.dp-header-extras .dp-phone {
  font-weight: 700;
  font-size: 15px; }

/* line 312, theme.scss */
.dp-header-extras .dp-email {
  font-size: 13px; }

/* line 315, theme.scss */
.dp-header-extras .dp-note {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  margin-top: 2px; }

/* line 321, theme.scss */
.dp-header-extras .dp-col--msgr {
  flex-direction: column;
  gap: 6px; }

/* line 325, theme.scss */
.dp-header-extras .dp-col--msgr .dp-msgr {
  justify-content: center; }

/* line 328, theme.scss */
.dp-header-extras .dp-msgr {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.4); }

/* line 337, theme.scss */
.dp-header-extras .dp-msgr:hover {
  background: rgba(255, 255, 255, 0.12);
  opacity: 1; }

/* line 344, theme.scss */
.sidebar-collections__link .dp-cat-count {
  margin-left: 8px;
  font-size: 0.78em;
  color: #9CA0AA;
  font-weight: 400; }

@media (max-width: 767px) {
  /* line 352, theme.scss */
  .sidebar-collections__link .dp-cat-count {
    display: none; } }
@media (max-width: 1024px) {
  /* line 357, theme.scss */
  .dp-header-extras {
    display: none; }

  /* line 360, theme.scss */
  .header-part-top,
  .header-part-top .header-part-top__inner {
    min-height: 0; } }
/* line 369, theme.scss */
.dp-nav-contacts {
  cursor: pointer; }

/* line 372, theme.scss */
.dp-nav-contacts__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

/* line 379, theme.scss */
.dp-contacts-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: flex-end; }

/* line 387, theme.scss */
.dp-contacts-overlay[hidden] {
  display: none; }

/* line 392, theme.scss */
.dp-contacts-sheet {
  width: 100%;
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding: 8px 20px 28px;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.25); }

/* line 399, theme.scss */
.dp-contacts-sheet__handle {
  width: 44px;
  height: 4px;
  border-radius: 2px;
  background: #d4d7d2;
  margin: 6px auto 14px; }

/* line 406, theme.scss */
.dp-contacts-sheet__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1B1D1C; }

/* line 412, theme.scss */
.dp-contacts-sheet__block {
  display: flex;
  flex-direction: column;
  padding: 14px 0;
  border-top: 1px solid #ECEEEA; }

/* line 418, theme.scss */
.dp-contacts-sheet__phone {
  font-size: 19px;
  font-weight: 700;
  color: #1F4F3A;
  text-decoration: none;
  padding: 4px 0; }

/* line 425, theme.scss */
.dp-contacts-sheet__email {
  font-size: 16px;
  color: #1F4F3A;
  text-decoration: none;
  padding: 4px 0; }

/* line 431, theme.scss */
.dp-contacts-sheet__note {
  font-size: 13px;
  color: #757C8E;
  margin-top: 4px; }

/* line 436, theme.scss */
.dp-contacts-sheet__msgr {
  display: flex;
  gap: 12px;
  padding: 16px 0 4px;
  border-top: 1px solid #ECEEEA; }

/* line 442, theme.scss */
.dp-contacts-sheet__msgr .dp-msgr {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #fff; }

/* line 454, theme.scss */
.dp-contacts-sheet__msgr .dp-msgr--tg {
  background: #2AABEE; }

/* line 457, theme.scss */
.dp-contacts-sheet__msgr .dp-msgr--max {
  background: #1F4F3A; }

/* line 460, theme.scss */
.dp-contacts-sheet__close {
  width: 100%;
  margin-top: 16px;
  padding: 14px;
  border: none;
  border-radius: 8px;
  background: #ECEEEA;
  color: #1B1D1C;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer; }

/* line 474, theme.scss */
.dp-footer-extra {
  margin: 6px 0 10px; }

/* line 477, theme.scss */
.dp-footer-emails {
  display: flex;
  flex-direction: column;
  margin: 8px 0; }

/* line 482, theme.scss */
.dp-footer-email {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 2px 0; }

/* line 488, theme.scss */
.dp-footer-email:hover {
  opacity: 0.8; }

/* line 491, theme.scss */
.dp-footer-note {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.4;
  margin: 4px 0; }

/* line 499, theme.scss */
.footer__area-social .social-items {
  display: flex;
  gap: 12px; }

/* line 503, theme.scss */
.footer__area-social .messenger_link {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #fff;
  box-sizing: border-box;
  flex-shrink: 0;
  transition: background-color 0.15s ease, transform 0.15s ease; }

/* line 518, theme.scss */
.footer__area-social .messenger_link .icon-link {
  font-size: 24px;
  color: #fff;
  transition: color 0.15s ease; }

/* line 523, theme.scss */
.footer__area-social .messenger_link:hover {
  background: #fff;
  transform: translateY(-2px); }

/* line 527, theme.scss */
.footer__area-social .messenger_link:hover .icon-link {
  color: #1F4F3A; }

@media screen and (min-width: 768px) and (max-width: 1365px) {
  /* line 537, theme.scss */
  [class*="widget-type_system_widget_v4_footer_"] .footer-top {
    grid-template-columns: 1fr !important;
    grid-template-areas: "menu" "sidebar" !important;
    gap: 2.5rem !important; }

  /* line 542, theme.scss */
  [class*="widget-type_system_widget_v4_footer_"] .footer__area-menu {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    column-gap: 2rem;
    row-gap: 2rem;
    align-items: start; }

  /* line 549, theme.scss */
  [class*="widget-type_system_widget_v4_footer_"] .footer__area-menu .menu-item {
    padding-right: 0 !important;
    padding-bottom: 0 !important; } }
/* line 556, theme.scss */
.banner-list__item,
.banner-list__item-photo,
.banner-list__item-photo .img-ratio,
.banner-list__item-photo picture {
  border-radius: 5px !important;
  overflow: hidden !important; }

/* line 565, theme.scss */
body[data-theme-template="page.system-template-2c7ccc9719bd49acfe87"]
main > .layout:not([class*="page_title"]):not([class*="breadcrumbs"]):not([class*="footer"]) {
  background-color: #fff !important;
  max-width: 1470px;
  margin-left: auto !important;
  margin-right: auto !important; }

/* line 572, theme.scss */
body[data-theme-template="page.system-template-2c7ccc9719bd49acfe87"]
main > .layout:not([class*="page_title"]):not([class*="breadcrumbs"]):not([class*="footer"]) .layout__content {
  background-color: #fff !important; }

/* line 581, theme.scss */
.contacts {
  display: flex !important;
  gap: 32px;
  align-items: stretch; }

/* line 586, theme.scss */
.contacts-map {
  order: 2;
  flex: 1 1 0;
  min-width: 0; }

/* line 591, theme.scss */
.contacts-map iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 420px;
  display: block; }

/* line 597, theme.scss */
.contacts-info {
  order: 1;
  flex: 1 1 0;
  min-width: 0; }

/* line 603, theme.scss */
.contacts-title.mobile {
  display: none; }

/* line 608, theme.scss */
.dp-cp__title {
  font-size: 28px;
  font-weight: 700;
  color: #1B1D1C;
  margin-bottom: 18px; }

/* line 614, theme.scss */
.dp-cp__phones {
  display: flex;
  flex-direction: column;
  gap: 2px; }

/* line 619, theme.scss */
.dp-cp__phone {
  font-size: 24px;
  font-weight: 700;
  color: #1F4F3A;
  text-decoration: none; }

/* line 625, theme.scss */
.dp-cp__phone:hover {
  opacity: 0.8; }

/* line 628, theme.scss */
.dp-cp__note {
  font-size: 14px;
  color: #3F4450;
  margin: 6px 0 16px; }

/* line 633, theme.scss */
.dp-cp__emails {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px; }

/* line 639, theme.scss */
.dp-cp__email {
  font-size: 16px;
  color: #1F4F3A;
  text-decoration: none; }

/* line 644, theme.scss */
.dp-cp__email:hover {
  opacity: 0.8; }

/* line 647, theme.scss */
.dp-cp__block {
  margin-top: 22px; }

/* line 650, theme.scss */
.dp-cp__block-title {
  font-size: 16px;
  font-weight: 700;
  color: #1B1D1C;
  margin-bottom: 6px; }

/* line 656, theme.scss */
.dp-cp__block-text {
  font-size: 15px;
  color: #1B1D1C;
  line-height: 1.5; }

/* line 661, theme.scss */
.dp-cp__block-note {
  font-size: 15px;
  color: #3F4450;
  line-height: 1.5;
  margin-top: 4px; }

/* line 669, theme.scss */
.dp-cp__socials {
  display: flex;
  gap: 12px;
  margin-top: 28px; }

/* line 674, theme.scss */
.dp-cp__soc {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
  background: #1F4F3A;
  border: 2px solid #1F4F3A;
  text-decoration: none;
  transition: background-color 0.15s ease, transform 0.15s ease; }

/* line 688, theme.scss */
.dp-cp__soc .icon-link {
  font-size: 26px;
  color: #fff;
  transition: color 0.15s ease; }

/* line 693, theme.scss */
.dp-cp__soc:hover {
  background: #fff;
  transform: translateY(-2px); }

/* line 697, theme.scss */
.dp-cp__soc:hover .icon-link {
  color: #1F4F3A; }

@media (max-width: 768px) {
  /* line 703, theme.scss */
  .contacts {
    flex-direction: column;
    gap: 20px; }

  /* line 707, theme.scss */
  .contacts-map,
  .contacts-info {
    order: unset;
    width: 100%; }

  /* line 712, theme.scss */
  .dp-cp__title {
    font-size: 22px; }

  /* line 715, theme.scss */
  .dp-cp__phone {
    font-size: 21px; } }
/* line 723, theme.scss */
.dp-footer-form {
  background: transparent;
  padding: 56px 40px 28px; }

/* line 727, theme.scss */
.dp-footer-form__inner {
  max-width: 1100px;
  margin: 0 auto; }

/* line 731, theme.scss */
.dp-footer-form__title {
  font-size: 24px;
  font-weight: 700;
  color: #1B1D1C;
  margin-bottom: 6px;
  text-align: center; }

/* line 738, theme.scss */
.dp-footer-form__subtitle {
  font-size: 14px;
  color: #757C8E;
  margin-bottom: 18px;
  text-align: center; }

/* line 747, theme.scss */
.dp-footer-form .callback__success-message {
  display: none; }

/* line 750, theme.scss */
.dp-footer-form .callback__success-message.is-show {
  display: block;
  text-align: center;
  color: #1F4F3A;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 0; }

/* line 760, theme.scss */
.dp-footer-form .callback__form {
  display: block; }

/* line 763, theme.scss */
.dp-footer-form .callback__fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 10px 10px;
  row-gap: 28px; }

/* line 771, theme.scss */
.dp-footer-form .callback__field-area {
  flex: 0 1 240px;
  order: 1;
  position: relative; }

/* line 777, theme.scss */
.dp-footer-form .callback__field-error {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
  color: var(--color-error, #e11900); }

/* line 787, theme.scss */
.dp-footer-form .callback__field-label-star {
  color: var(--color-error, #e11900); }

/* line 791, theme.scss */
.dp-footer-form .agree__btn {
  display: none !important; }

/* line 798, theme.scss */
.dp-footer-form .callback__field-area:has(.callback__recaptcha) {
  flex: 1 1 100%;
  order: 11;
  display: flex;
  justify-content: center;
  margin: -28px 0 0;
  min-height: 0; }

/* line 806, theme.scss */
.dp-footer-form .callback__field-label {
  color: #1B1D1C;
  font-size: 13px;
  margin-bottom: 4px; }

/* line 811, theme.scss */
.dp-footer-form input[type="text"],
.dp-footer-form input[type="tel"],
.dp-footer-form input[type="email"],
.dp-footer-form textarea {
  width: 100%;
  background: #fff;
  border-radius: 6px; }

/* line 821, theme.scss */
.dp-footer-form .callback__field-area.agree {
  flex: 1 1 100%;
  order: 10;
  margin-top: -4px;
  display: flex;
  flex-direction: column;
  align-items: center; }

/* line 830, theme.scss */
.dp-footer-form .callback__field-area.agree .callback__field-error {
  position: static;
  bottom: auto;
  left: auto;
  white-space: normal;
  text-align: center;
  margin-top: 4px; }

/* line 838, theme.scss */
.dp-footer-form .agree__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #1B1D1C;
  font-size: 12px;
  line-height: 1.4; }

/* line 846, theme.scss */
.dp-footer-form .agree__checkbox input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 0; }

/* line 852, theme.scss */
.dp-footer-form .agree__checkbox a {
  color: #1F4F3A; }

/* line 855, theme.scss */
.dp-footer-form .dp-agree-link {
  text-decoration: underline; }

/* line 858, theme.scss */
.dp-footer-form .dp-agree-link:hover {
  opacity: 0.75; }

/* line 864, theme.scss */
.dp-footer-form .callback__form .callback__field-area:last-child {
  flex: 0 0 auto;
  order: 2; }

/* line 868, theme.scss */
.dp-footer-form .button {
  background: #1F4F3A !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 6px;
  padding: 12px 28px;
  border: none;
  white-space: nowrap; }

/* line 877, theme.scss */
.dp-footer-form .button:hover {
  background: #2A6B4E !important; }

/* line 880, theme.scss */
.dp-footer-form .callback__recaptcha {
  margin: 4px 0; }

@media (max-width: 768px) {
  /* line 885, theme.scss */
  .dp-footer-form {
    padding: 32px 16px 96px; }

  /* line 888, theme.scss */
  .dp-footer-form__title {
    font-size: 20px; }

  /* line 891, theme.scss */
  .dp-footer-form .callback__fields {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    row-gap: 14px; }

  /* line 897, theme.scss */
  .dp-footer-form .callback__field-area {
    flex: 1 1 auto;
    width: 100%; }

  /* line 901, theme.scss */
  .dp-footer-form .callback__form .callback__field-area:last-child {
    margin-left: 0;
    width: 100%;
    padding-top: 0; }

  /* line 906, theme.scss */
  .dp-footer-form .button {
    width: 100%;
    display: block;
    background: #1F4F3A !important;
    color: #fff !important; }

  /* line 913, theme.scss */
  .dp-footer-form .callback__field-error {
    position: static;
    margin-top: 4px; } }
/* line 923, theme.scss */
.banner-list__item-title:empty,
.banner-list__item-title.is-empty {
  display: none !important; }

/* line 931, theme.scss */
.dp-sticky-badge {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1500;
  background: #1F4F3A;
  color: #fff !important;
  text-decoration: none;
  border-radius: 0 10px 10px 0;
  padding: 16px 8px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  transition: background-color 0.18s ease, padding-left 0.18s ease;
  cursor: pointer; }

/* line 946, theme.scss */
.dp-sticky-badge span {
  display: block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  white-space: nowrap; }

/* line 955, theme.scss */
.dp-sticky-badge:hover {
  background: #2A6B4E;
  padding-left: 14px; }

@media (max-width: 768px) {
  /* line 960, theme.scss */
  .dp-sticky-badge {
    padding: 12px 6px; }

  /* line 963, theme.scss */
  .dp-sticky-badge span {
    font-size: 13px; } }
