@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Fira+Sans:ital,wght@0,500;0,600;1,500;1,600&display=swap");
/* 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, #1f7d63);
  --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, #279b7a);
  --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, #2eb790);
  --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, #72dcbe);
  --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, #1f7d63);
  --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, #279b7a);
  --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, #2eb790);
  --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, #72dcbe);
  --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, minimal);
  --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, "Fira Sans");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "Fira Sans");
  --heading-ratio: var(--draft-heading-ratio, 2);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 3);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --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, false);
  --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 13, theme.scss */
:root {
  --bg-primary: #FFFFFF;
  --bg-secondary: #F8F9FA;
  --bg-tertiary: #EEF0F3;
  --text-primary: #1A1F25;
  --text-secondary: #5A5F69;
  --text-light: #8A8F99;
  --cta-primary: #FF6B35;
  --cta-hover: #E55A2B;
  --accent-green: #4A7043;
  --accent-blue: #1E3A8A;
  --accent-beige: #D9C2A6;
  --border-light: #E5E7EB; }

/* ===== ПОДКЛЮЧЕНИЕ ШРИФТОВ ===== */
/* ===== БАЗОВЫЕ СТИЛИ ===== */
/* line 32, theme.scss */
html, body {
  font-family: 'Manrope', sans-serif !important;
  color: var(--text-primary) !important;
  line-height: 1.55 !important; }

/* line 38, theme.scss */
body, .page_layout, .layout__content {
  background: var(--bg-primary) !important; }

/* ===== ЗАГОЛОВКИ (MANROPE 600-700) ===== */
/* line 43, theme.scss */
h1, h2, h3, h4, h5, h6, .product__block-title, .widget-title {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  color: var(--text-primary) !important;
  line-height: 1.15 !important; }

/* H1 - основной заголовок (28-40px) */
/* line 51, theme.scss */
h1, .product__title, .hero-title {
  font-size: 40px !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important; }

/* H2 (32px) */
/* line 58, theme.scss */
h2, .product__block-title {
  font-size: 32px !important;
  font-weight: 600 !important; }

/* H3 (28px) */
/* line 64, theme.scss */
h3 {
  font-size: 28px !important;
  font-weight: 600 !important; }

/* ===== ОСНОВНОЙ ТЕКСТ (MANROPE 400-500, 13-20px) ===== */
/* line 70, theme.scss */
p, .product__description-content, .product__property-value, .product__short-description {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: var(--text-secondary) !important;
  line-height: 1.55 !important; }

/* Подписи (karakteristiki) */
/* line 79, theme.scss */
.product__property-name, label, .text-secondary {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: var(--text-light) !important; }

/* ===== КНОПКИ (MANROPE 700, UPPERCASE) ===== */
/* line 87, theme.scss */
.button, .product__service-button__btn, [data-quick-checkout], .button_size-l, .btn {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
  background: var(--cta-primary) !important;
  color: #FFFFFF !important;
  border-radius: 10px !important;
  border: 2px solid transparent !important;
  box-shadow: 0 4px 8px 0 rgba(255, 229, 228, 0.5) !important;
  transition: all 0.2s ease !important;
  padding: 14px 28px !important;
  cursor: pointer !important; }

/* line 103, theme.scss */
.button:hover, .product__service-button__btn:hover, .button_size-l:hover, .btn:hover {
  background: var(--cta-hover) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.25) !important; }

/* Вторичные кнопки (с границей) */
/* line 110, theme.scss */
.button_secondary, .button--outline, .btn-secondary {
  background: var(--bg-tertiary) !important;
  color: var(--text-primary) !important;
  border: 2px solid #5b59ea !important;
  text-transform: uppercase !important;
  font-weight: 700 !important; }

/* line 118, theme.scss */
.button_secondary:hover, .button--outline:hover, .btn-secondary:hover {
  background: #5b59ea !important;
  color: #FFFFFF !important; }

/* Кнопки с округлённым стилем (50px border-radius) */
/* line 124, theme.scss */
.button-pill {
  border-radius: 50px !important; }

/* ===== АКЦЕНТНЫЕ ЭЛЕМЕНТЫ (FIRA SANS italic для иконок) ===== */
/* line 129, theme.scss */
.accent-text, .icon-label, .feature-title {
  font-family: 'Fira Sans', sans-serif !important;
  font-weight: 600 !important;
  font-style: italic !important;
  color: var(--accent-blue) !important; }

/* ===== КАРТОЧКИ И БЛОКИ ===== */
/* line 137, theme.scss */
.product__area, .product-form, .card, .product__properties {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border-light) !important;
  border-radius: 10px !important;
  padding: 24px !important; }

/* ===== ЦЕНЫ ===== */
/* line 145, theme.scss */
.product__price, .price {
  font-family: 'Manrope', sans-serif !important;
  color: var(--cta-primary) !important;
  font-size: 32px !important;
  font-weight: 700 !important; }

/* ===== ФОРМЫ ===== */
/* line 153, theme.scss */
.form-control, input, textarea, select {
  font-family: 'Manrope', sans-serif !important;
  background: #FFFFFF !important;
  border: 2px solid var(--border-light) !important;
  color: var(--text-primary) !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  transition: border-color 0.2s ease !important; }

/* line 165, theme.scss */
.form-control:focus, input:focus, textarea:focus {
  border-color: var(--cta-primary) !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1) !important;
  outline: none !important; }

/* ===== ПРЕИМУЩЕСТВА/БЛОКИ ===== */
/* line 172, theme.scss */
.product__advantage, .feature-block {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.08), rgba(74, 112, 67, 0.08)) !important;
  border-left: 4px solid var(--accent-green) !important;
  border-radius: 10px !important;
  padding: 16px !important;
  font-family: 'Manrope', sans-serif !important; }

/* ===== ССЫЛКИ ===== */
/* line 181, theme.scss */
a, .link {
  font-family: 'Manrope', sans-serif !important;
  color: var(--accent-blue) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important; }

/* line 188, theme.scss */
a:hover, .link:hover {
  color: var(--cta-primary) !important;
  text-decoration: underline !important; }

/* ===== ИНФОГРАФИКА ===== */
/* line 194, theme.scss */
.highlight, .accent-box {
  background: var(--accent-beige) !important;
  color: var(--text-primary) !important;
  padding: 20px !important;
  border-radius: 10px !important;
  font-family: 'Manrope', sans-serif !important; }

/* ===== АДАПТИВ (≤639px - мобильные) ===== */
@media (max-width: 639px) {
  /* Заголовки (11-28px на мобильных) */
  /* line 206, theme.scss */
  h1, .product__title, .hero-title {
    font-size: 28px !important;
    line-height: 1.25 !important; }

  /* line 211, theme.scss */
  h2, .product__block-title {
    font-size: 24px !important; }

  /* line 215, theme.scss */
  h3 {
    font-size: 20px !important; }

  /* Текст (11-16px на мобильных) */
  /* line 220, theme.scss */
  p, .product__description-content {
    font-size: 14px !important;
    line-height: 1.5 !important; }

  /* line 225, theme.scss */
  .product__property-name {
    font-size: 12px !important; }

  /* Кнопки адаптив (высота меняется) */
  /* line 230, theme.scss */
  .button, .product__service-button__btn, [data-quick-checkout] {
    font-size: 12px !important;
    padding: 12px 24px !important;
    border-radius: 8px !important; }

  /* Позиции/высоты меняются (679px → 1247px на мобильных) */
  /* line 237, theme.scss */
  .product__properties {
    padding: 16px !important; }

  /* White-space: normal для текстов */
  /* line 242, theme.scss */
  p, .product__description-content {
    white-space: normal !important;
    word-break: break-word !important; } }
/* ===== АДАПТИВ (640px-1024px - планшеты) ===== */
@media (min-width: 640px) and (max-width: 1024px) {
  /* line 250, theme.scss */
  h1, .product__title {
    font-size: 36px !important; }

  /* line 254, theme.scss */
  h2 {
    font-size: 28px !important; }

  /* line 258, theme.scss */
  p {
    font-size: 15px !important; }

  /* line 262, theme.scss */
  .button, .product__service-button__btn {
    font-size: 13px !important;
    padding: 13px 26px !important; } }
/* ===== ДЕСКТОП (>1024px) ===== */
@media (min-width: 1025px) {
  /* line 270, theme.scss */
  h1, .product__title {
    font-size: 40px !important; }

  /* line 274, theme.scss */
  h2 {
    font-size: 32px !important; }

  /* line 278, theme.scss */
  p {
    font-size: 16px !important; }

  /* line 282, theme.scss */
  .button, .product__service-button__btn {
    font-size: 14px !important;
    padding: 14px 28px !important; } }
