@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, #81CDCF);
  --color-btn-bg-is-light:var(--draft-color-btn-bg-is-light, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #7acacd);
  --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, #70c6c9);
  --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, #2e777a);
  --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, #A6A8A3);
  --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, #b7b9b4);
  --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, #c7c9c5);
  --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, #f9f9f8);
  --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, 10px);
  --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, Montserrat);
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, Montserrat);
  --heading-ratio:var(--draft-heading-ratio, 3.0);
  --heading-weight:var(--draft-heading-weight, 700);
  --collection_count:var(--draft-collection_count, 12);
  --search_count:var(--draft-search_count, 12);
  --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, 1680px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, right);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, false);
  --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 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 28, theme.scss */
:root {
  --color-primary: #1A428A !important;
  /* Насыщенный синий как у climatws */
  --color-primary-hover: #123066 !important;
  --color-accent: #FF6B00 !important;
  /* Оранжевый для акцентных кнопок */
  --bg-light: #F4F6F9 !important;
  /* Светло-серый фон для блоков услуг */ }

/* Перекрашиваем главные кнопки */
/* line 36, theme.scss */
.button--primary, .btn-primary, .button--main {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  color: #fff !important; }

/* line 41, theme.scss */
.button--primary:hover {
  background-color: var(--color-primary-hover) !important; }

/* Исправление отображения баннера: добавляем затемнение для читаемости текста */
/* line 46, theme.scss */
.hero-slider__item, .promo-banner__wrapper {
  position: relative; }

/* line 49, theme.scss */
.hero-slider__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  /* Затемнение 45% */
  z-indirect: 1; }

/* line 56, theme.scss */
.hero-slider__content {
  position: relative;
  z-index: 2;
  color: #ffffff !important;
  /* Белый текст на баннере */ }

/* Принудительное изменение цветов под климатический стиль */
/* line 62, theme.scss */
:root {
  --color-primary: #1A428A !important;
  --color-primary-hover: #123066 !important;
  --color-accent: #FF6B00 !important;
  --bg-light: #F4F6F9 !important; }

/* Перекрашиваем все виды кнопок темы Jack */
/* line 70, theme.scss */
.button--primary,
.btn-primary,
.button--main,
.button--main-theme,
[class*="button--main"],
[class*="btn-primary"],
.button {
  background-color: #1A428A !important;
  border-color: #1A428A !important;
  color: #ffffff !important; }

/* line 82, theme.scss */
.button--primary:hover,
.button--main-theme:hover,
[class*="button--main"]:hover,
.button:hover {
  background-color: #123066 !important;
  border-color: #123066 !important; }

/* Затемнение главного баннера для читаемости текста */
/* line 90, theme.scss */
.promo-slider__item, .hero-slider__item, .index-slider__item, .promo-banner {
  position: relative; }

/* line 93, theme.scss */
.promo-slider__item::before, .hero-slider__item::before, .index-slider__item::before, .promo-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4) !important;
  /* Затемнение на 40% */
  z-index: 1; }

/* Выводим текст поверх затемнения */
/* line 101, theme.scss */
.promo-slider__content, .hero-slider__content, .index-slider__content, .promo-banner__content {
  position: relative;
  z-index: 2;
  color: #ffffff !important; }

/* Делаем описание и списки на баннере тоже белыми */
/* line 107, theme.scss */
.promo-slider__content *, .hero-slider__content *, .promo-banner__content * {
  color: #ffffff !important; }

/* Стили для альтернативного оформления услуг */
/* line 111, theme.scss */
.premium-services-section {
  padding: 80px 0;
  background-color: #ffffff; }

/* line 115, theme.scss */
.services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

/* line 120, theme.scss */
.services-header-block {
  text-align: center;
  margin-bottom: 50px; }

/* line 124, theme.scss */
.services-subtitle {
  color: #FF6B00;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px; }

/* line 133, theme.scss */
.services-title {
  font-size: 32px;
  color: #1a1a1a;
  font-weight: 700;
  margin: 0; }

/* line 139, theme.scss */
.title-underline {
  width: 60px;
  height: 4px;
  background-color: #1A428A;
  margin: 15px auto 0; }

/* line 145, theme.scss */
.services-modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px; }

/* line 150, theme.scss */
.modern-card {
  background: #f8f9fa;
  padding: 40px 30px;
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  border: 1px solid #eee; }

/* line 158, theme.scss */
.card-icon-wrap {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  color: #1A428A;
  transition: all 0.4s ease; }

/* line 171, theme.scss */
.card-icon {
  width: 30px;
  height: 30px; }

/* line 175, theme.scss */
.card-title {
  font-size: 22px;
  color: #1A428A;
  margin-bottom: 15px;
  font-weight: 600; }

/* line 181, theme.scss */
.card-text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px; }

/* line 187, theme.scss */
.card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0; }

/* line 192, theme.scss */
.card-list li {
  font-size: 13px;
  color: #444;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px; }

/* line 199, theme.scss */
.card-list li::before {
  content: "•";
  color: #FF6B00;
  position: absolute;
  left: 0;
  font-weight: bold; }

/* line 206, theme.scss */
.card-link {
  color: #1A428A;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease; }

/* line 215, theme.scss */
.card-link span {
  transition: transform 0.3s ease;
  display: inline-block; }

/* Эффект при наведении (Ховер) */
/* line 221, theme.scss */
.modern-card:hover {
  background: #1A428A;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(26, 66, 138, 0.15);
  border-color: #1A428A; }

/* line 227, theme.scss */
.modern-card:hover .card-icon-wrap {
  background: #FF6B00;
  color: #fff; }

/* line 231, theme.scss */
.modern-card:hover .card-title,
.modern-card:hover .card-text,
.modern-card:hover .card-list li {
  color: #ffffff; }

/* line 236, theme.scss */
.modern-card:hover .card-link {
  color: #FF6B00; }

/* line 239, theme.scss */
.modern-card:hover .card-link span {
  transform: translateX(5px); }

/* Стили для современной формы захвата */
/* line 243, theme.scss */
.analogue-lead-section {
  padding: 60px 0;
  background: #1A428A;
  /* Фирменный глубокий синий */
  color: #ffffff; }

/* line 248, theme.scss */
.lead-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px; }

/* line 257, theme.scss */
.lead-info {
  flex: 1; }

/* line 260, theme.scss */
.lead-info h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #ffffff; }

/* line 266, theme.scss */
.lead-info p {
  font-size: 15px;
  color: #e0e6ed;
  line-height: 1.5;
  margin: 0; }

/* line 272, theme.scss */
.lead-form-wrap {
  flex: 1.2; }

/* line 275, theme.scss */
.custom-horizontal-form {
  display: flex;
  gap: 15px;
  margin-bottom: 10px; }

/* line 280, theme.scss */
.input-field {
  flex: 1; }

/* line 283, theme.scss */
.custom-horizontal-form input {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease; }

/* line 293, theme.scss */
.custom-horizontal-form input::placeholder {
  color: #b0c4de; }

/* line 296, theme.scss */
.custom-horizontal-form input:focus {
  background: #ffffff;
  color: #333333;
  outline: none;
  border-color: #FF6B00; }

/* line 302, theme.scss */
.lead-submit-btn {
  padding: 15px 30px;
  background: #FF6B00;
  /* Яркий оранжевый акцент */
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap; }

/* line 316, theme.scss */
.lead-submit-btn:hover {
  background: #e05e00; }

/* line 319, theme.scss */
.form-privacy {
  margin: 0;
  font-size: 11px;
  color: #b0c4de; }

/* Адаптация под планшеты и мобильные */
@media (max-width: 991px) {
  /* line 327, theme.scss */
  .lead-container {
    flex-direction: column;
    text-align: center;
    gap: 30px; }

  /* line 332, theme.scss */
  .custom-horizontal-form {
    flex-direction: column;
    gap: 10px; }

  /* line 336, theme.scss */
  .lead-submit-btn {
    width: 100%; } }
/* Адаптивность для новой шапки */
@media (max-width: 768px) {
  /* line 342, theme.scss */
  .class-desktop-only {
    display: none !important; }

  /* line 345, theme.scss */
  .custom-header-contacts {
    margin-left: 5px !important; }

  /* line 348, theme.scss */
  .custom-header-contacts a {
    font-size: 15px !important; } }
/* Мобильная адаптация для новой чистой шапки */
@media (max-width: 850px) {
  /* line 354, theme.scss */
  .header-geo-center {
    display: none !important;
    /* Скрываем центр на мобильных */ }

  /* line 357, theme.scss */
  header div, .header div {
    gap: 10px !important; }

  /* line 360, theme.scss */
  header a, .header a {
    padding: 8px 12px !important;
    font-size: 11px !important; } }
/* КЛАССИЧЕСКИЙ СТРОГИЙ ДИЗАЙН КАРТОЧЕК ТОВАРОВ */
/* line 366, theme.scss */
.product-card, .cards-product, [class*="product-item"], [class*="card-product"] {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  padding: 15px !important;
  transition: all 0.2s ease-in-out !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  box-sizing: border-box !important; }

/* Эффект легкой тени при наведении на кондиционер */
/* line 379, theme.scss */
.product-card:hover, .cards-product:hover, [class*="product-item"]:hover {
  border-color: #cbd5e1 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important; }

/* Выравнивание заголовков товаров */
/* line 385, theme.scss */
.product-card__title, [class*="product-title"], [class*="card-title"] {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
  text-align: left !important; }

/* Стиль для цен (крупно и четко) */
/* line 395, theme.scss */
.product-card__price, [class*="product-price"], [class*="card-price"] {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1A428A !important;
  /* Наш фирменный синий */
  margin: auto 0 12px 0 !important;
  text-align: left !important; }

/* Строгая кнопка "Купить/Заказать" в карточке */
/* line 404, theme.scss */
.product-card__button, [class*="product-btn"], [class*="card-action"] button, [class*="buy-btn"] {
  width: 100% !important;
  background-color: #3b82f6 !important;
  /* Спокойный синий под шапку */
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 10px 15px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important; }

/* line 419, theme.scss */
.product-card__button:hover, [class*="product-btn"]:hover {
  background-color: #2563eb !important; }

/* КЛАССИЧЕСКИЙ СТРОГИЙ ДИЗАЙН КАРТОЧЕК ТОВАРОВ ДЛЯ CLIMONT */
/* line 423, theme.scss */
.product-card, .cards-product, [class*="product-item"], [class*="card-product"] {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  padding: 15px !important;
  transition: all 0.2s ease-in-out !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  box-sizing: border-box !important; }

/* line 435, theme.scss */
.product-card:hover, .cards-product:hover, [class*="product-item"]:hover {
  border-color: #cbd5e1 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important; }

/* line 440, theme.scss */
.product-card__title, [class*="product-title"], [class*="card-title"] {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
  text-align: left !important; }

/* line 449, theme.scss */
.product-card__price, [class*="product-price"], [class*="card-price"] {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1A428A !important;
  margin: auto 0 12px 0 !important;
  text-align: left !important; }

/* line 457, theme.scss */
.product-card__button, [class*="product-btn"], [class*="card-action"] button, [class*="buy-btn"] {
  width: 100% !important;
  background-color: #3b82f6 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 10px 15px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important; }

/* line 472, theme.scss */
.product-card__button:hover, [class*="product-btn"]:hover {
  background-color: #2563eb !important; }
