@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, #367D5B);
  --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, #3f946b);
  --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, #49ab7c);
  --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, #8bcdad);
  --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, #578A5C);
  --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, #619c67);
  --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, #72a778);
  --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, #a7c8aa);
  --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, circle);
  --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, #E6EEEC);
  --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, #dee9e6);
  --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, #d3e1de);
  --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, #5f8c80);
  --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, "Noto Serif");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "Noto Serif");
  --heading-ratio: var(--draft-heading-ratio, 3);
  --heading-weight: var(--draft-heading-weight, 500);
  --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, 1258px);
  --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 11, theme.scss */
.toggle-box {
  display: none; }

/* line 14, theme.scss */
.toggle-box + label {
  display: block;
  background: #367d5b;
  color: #FFFFFF;
  padding: 10px;
  box-shadow: 2px 3px 5px 0.3px rgba(0, 0, 0, 0.3);
  /* Параметры тени */
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 10px; }

/* line 24, theme.scss */
.toggle-box:hover + label {
  background: #3f8f68; }

/* line 28, theme.scss */
.toggle-box + label + div {
  display: none; }

/* line 33, theme.scss */
.toggle-box:checked + label + div {
  display: block;
  background: none;
  padding: 20px;
  border-radius: 5px 5px 5px 5px; }

/* demo position */
/* line 41, theme.scss */
.demo {
  margin: 1% 1%; }

/* line 45, theme.scss */
#order_field_32173663 {
  display: none !important; }

/* line 49, theme.scss */
#client_field_32837146 {
  display: none !important; }

/* line 53, theme.scss */
#checkout_buyer_fields {
  font-weight: bold;
  font-style: italic;
  color: brown;
  padding: 10px;
  /*background-color: antiquewhite;
  border: 1px solid rgb(102, 65, 50);*/
  border-radius: 15px; }

/* line 63, theme.scss */
label[for=client_field_32837146] {
  font-weight: bold;
  font-style: italic;
  color: brown;
  padding: 10px;
  border: 2px solid brown;
  border-radius: 15px; }

/* line 74, theme.scss */
.icon-phone:before {
  color: #64a96c; }

/* line 78, theme.scss */
.widget-type_system_widget_v4_header_4 .header__phone a {
  font-weight: 600; }

/* line 82, theme.scss */
.widget-type_system_widget_v4_header_4 .header__phone:last-child {
  padding: 6px 10px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2); }

/* line 89, theme.scss */
.widget-type_system_widget_v4_header_4 .header__phone:last-child:hover {
  font-size: 14px; }

/* line 93, theme.scss */
.analog-slider {
  margin: 50px 0;
  padding-top: 30px;
  border-top: 1px solid #eee; }
  /* line 98, theme.scss */
  .analog-slider h3 {
    font-size: 1.4em;
    margin-bottom: 24px;
    color: #333; }

/* line 105, theme.scss */
.analog-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

/* line 111, theme.scss */
.analog-item {
  flex: 1 1 calc(25% - 20px);
  min-width: 200px;
  max-width: 250px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  transition: box-shadow 0.2s; }
  /* line 121, theme.scss */
  .analog-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }
  /* line 125, theme.scss */
  .analog-item img, .analog-item .placeholder-image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 0.9em; }
  /* line 138, theme.scss */
  .analog-item h4 {
    font-size: 1em;
    margin: 12px 0 8px;
    line-height: 1.3;
    font-weight: 500; }
  /* line 145, theme.scss */
  .analog-item .price {
    font-weight: bold;
    color: #222;
    font-size: 1.1em; }
  /* line 151, theme.scss */
  .analog-item .out-of-stock-label {
    display: block;
    color: #999;
    font-style: italic; }
  /* line 157, theme.scss */
  .analog-item.out-of-stock {
    opacity: 0.75;
    background-color: #fafafa; }

@media (max-width: 992px) {
  /* line 164, theme.scss */
  .analog-item {
    flex: 1 1 calc(33.333% - 16px); } }
@media (max-width: 768px) {
  /* line 168, theme.scss */
  .analog-item {
    flex: 1 1 calc(50% - 12px); } }
@media (max-width: 480px) {
  /* line 172, theme.scss */
  .analog-item {
    flex: 1 1 100%; } }
/* Стиль для неактивной кнопки "-" в счетчиках сопутствующих товаров */
/* line 175, theme.scss */
.related-product__form .counter-button.is-disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  pointer-events: none;
  /* Гарантирует, что по кнопке нельзя кликнуть */ }

/* Для листа с формай скачивания прайс-листа по УНП */
/* line 183, theme.scss */
.price-request-form {
  max-width: 600px;
  margin: 10 auto;
  padding: 10px; }

/* line 190, theme.scss */
.price-request-form label,
.price-request-form input,
.price-request-form button,
.price-request-form small {
  font-family: inherit; }

/* line 197, theme.scss */
.price-request-form h1 {
  font-size: 34px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700; }

/* line 204, theme.scss */
.price-request-form > p {
  color: #666;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 14px; }

/* ЛПХ стиль */
/* line 212, theme.scss */
.contact-block {
  margin-top: 15px;
  padding: 10px;
  border-style: dotted;
  border-color: #b1b1b1;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.5; }

/* line 222, theme.scss */
.contact-block h3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50; }

/* line 229, theme.scss */
.contact-item {
  display: flex;
  align-items: center;
  margin: 8px 0; }

/* line 235, theme.scss */
.contact-icon {
  margin-right: 8px;
  font-size: 16px;
  min-width: 20px;
  text-align: center;
  color: #3498db; }

/* line 243, theme.scss */
.contact-link {
  color: #2980b9;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease; }

/* line 250, theme.scss */
.contact-link:hover {
  text-decoration: underline;
  color: #1a5276; }

/* Для мобильных: увеличим touch-область */
/* line 256, theme.scss */
.contact-link {
  -webkit-tap-highlight-color: transparent; }

/* line 261, theme.scss */
.price-request-form .form-group,
.price-request-form .form-group > div,
.price-request-form .form-group > div:first-child,
.price-request-form .form-group > span {
  font-family: inherit; }

/* line 268, theme.scss */
.price-request-form label {
  display: block;
  font-size: 20px;
  font-weight: 6  00;
  color: #333;
  margin-bottom: 6px;
  font-family: inherit; }

/* line 277, theme.scss */
.price-request-form input[type="text"],
.price-request-form input[type="tel"],
.price-request-form input[type="email"] {
  width: 100%;
  padding: 10px 12px;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s; }

/* line 290, theme.scss */
.price-request-form input[type="text"]:focus,
.price-request-form input[type="tel"]:focus,
.price-request-form input[type="email"]:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.15); }

/* line 298, theme.scss */
.price-request-form input::placeholder {
  color: #999; }

/* line 302, theme.scss */
.price-request-form small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #888; }

/* line 309, theme.scss */
.price-request-form .smart-captcha {
  margin: 20px 0; }

/* line 313, theme.scss */
.price-request-form button[type="submit"] {
  width: 100%;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #569558;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s; }

/* line 326, theme.scss */
.price-request-form button[type="submit"]:hover:not(:disabled) {
  background-color: #438347; }

/* line 330, theme.scss */
.price-request-form button[type="submit"]:disabled {
  background-color: #a5d6a7;
  cursor: not-allowed; }

/* line 335, theme.scss */
.price-request-form .result-message {
  margin-top: 20px; }

/* line 339, theme.scss */
.price-request-form .error {
  padding: 15px;
  background-color: #ffebee;
  border: 1px solid #ef9a9a;
  border-radius: 4px;
  color: #c62828;
  font-size: 14px; }

/* line 348, theme.scss */
.price-request-form .success {
  padding: 20px;
  background-color: #e8f5e9;
  border: 1px solid #a5d6a7;
  border-radius: 4px; }

/* line 355, theme.scss */
.price-request-form .success h2 {
  color: #2e7d32;
  font-size: 20px;
  margin: 0 0 15px 0;
  font-weight: 600; }

/* line 362, theme.scss */
.price-request-form .success p {
  color: #333;
  margin: 8px 0;
  font-size: 14px; }

/* line 368, theme.scss */
.price-request-form .company-info {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #c8e6c9; }

/* line 374, theme.scss */
.price-request-form .company-info h3 {
  color: #333;
  font-size: 15px;
  margin: 0 0 12px 0;
  font-weight: 600; }

/* line 381, theme.scss */
.price-request-form .company-info p {
  margin: 6px 0;
  color: #555; }

/* line 386, theme.scss */
.price-request-form .company-info strong {
  color: #333; }

/* line 390, theme.scss */
.download-btn {
  display: inline-flex;
  /* Используем inline-flex, чтобы кнопка не растянулась на всю ширину экрана */
  justify-content: center;
  align-items: center;
  /* Центрирует текст и эмоджи по вертикали */
  gap: 10px;
  /* Расстояние между эмоджи и текстом */
  /* ВНУТРЕННИЕ ОТСТУПЫ: 12px сверху/снизу, 30px слева/справа */
  padding: 12px 30px;
  background-color: #4CAF50;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.2s; }

/* line 407, theme.scss */
.download-btn:hover {
  background-color: #43a047; }

/* ========================================
   УНИВЕРСАЛЬНЫЕ СТИЛИ ДЛЯ СТАТЕЙ
   Сайт: Полив24.бел
   Версия: 1.0
   ======================================== */
/* === Базовые стили статьи === */
/* line 420, theme.scss */
.article-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  line-height: 1.65;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px; }

/* line 429, theme.scss */
.article-content p {
  margin: 12px 0;
  color: #444; }

/* line 434, theme.scss */
.article-content strong {
  font-weight: 600;
  color: #222; }

/* line 439, theme.scss */
.article-content ul,
.article-content ol {
  margin: 12px 0 12px 24px;
  padding: 0; }

/* line 445, theme.scss */
.article-content li {
  margin: 6px 0;
  color: #444; }

/* === Хлебные крошки === */
/* line 451, theme.scss */
.article-breadcrumb {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px; }

/* line 462, theme.scss */
.article-breadcrumb a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s; }

/* line 468, theme.scss */
.article-breadcrumb a:hover {
  color: #2563eb;
  text-decoration: underline; }

/* line 473, theme.scss */
.article-breadcrumb span.separator {
  color: #9ca3af;
  margin: 0 4px; }

/* line 478, theme.scss */
.article-breadcrumb span.current {
  color: #374151;
  font-weight: 500; }

/* === Заголовок статьи === */
/* line 484, theme.scss */
.article-header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e7eb; }

/* line 490, theme.scss */
.article-header h1 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  color: #111827;
  margin: 0 0 16px;
  letter-spacing: -0.02em; }

/* line 500, theme.scss */
.article-intro {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #374151;
  margin: 0; }

/* line 507, theme.scss */
.article-intro strong {
  font-weight: 600;
  color: #111827; }

/* === Мета-информация === */
/* line 513, theme.scss */
.article-meta {
  display: flex;
  gap: 24px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  font-size: 0.875rem;
  color: #6b7280;
  flex-wrap: wrap; }

/* line 524, theme.scss */
.article-meta-item {
  display: flex;
  align-items: center;
  gap: 6px; }

/* line 530, theme.scss */
.article-meta svg {
  width: 16px;
  height: 16px;
  color: #9ca3af;
  flex-shrink: 0; }

/* === Оглавление === */
/* line 538, theme.scss */
.article-toc {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 16px 20px;
  margin: 20px 0 32px; }

/* line 546, theme.scss */
.article-toc h3 {
  font-size: 1rem;
  margin: 0 0 12px;
  font-weight: 600;
  color: #333; }

/* line 553, theme.scss */
.article-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px; }

/* line 561, theme.scss */
.article-toc a {
  color: #2563eb;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
  padding: 2px 0; }

/* line 569, theme.scss */
.article-toc a:hover {
  text-decoration: underline; }

/* === Информационные блоки === */
/* line 574, theme.scss */
.article-note {
  background: #f8f9fa;
  border-left: 3px solid #94a3b8;
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 0 4px 4px 0;
  font-size: 0.95rem; }

/* line 583, theme.scss */
.article-note-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
  display: block; }

/* line 590, theme.scss */
.article-note.warning {
  border-left-color: #f59e0b;
  background: #fffbeb; }

/* line 595, theme.scss */
.article-note.success {
  border-left-color: #22c55e;
  background: #f0fdf4; }

/* line 600, theme.scss */
.article-note ul {
  margin: 8px 0 0 20px;
  padding: 0; }

/* line 605, theme.scss */
.article-note li {
  margin: 4px 0; }

/* === Адаптивные таблицы === */
/* line 610, theme.scss */
.article-table-wrapper {
  position: relative;
  margin: 24px 0;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  overflow: hidden; }

/* line 618, theme.scss */
.article-table-wrapper::before {
  content: '↔ Прокрутите';
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: 0.7rem;
  color: #6b7280;
  background: rgba(255, 255, 255, 0.95);
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
  font-weight: 500; }

/* line 636, theme.scss */
.article-table-wrapper.show-scroll::before {
  opacity: 1; }

/* line 640, theme.scss */
.article-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f1f5f9; }

/* line 647, theme.scss */
.article-table-scroll::-webkit-scrollbar {
  height: 5px; }

/* line 651, theme.scss */
.article-table-scroll::-webkit-scrollbar-track {
  background: #f1f5f9; }

/* line 655, theme.scss */
.article-table-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px; }

/* line 660, theme.scss */
.article-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
  min-width: 520px;
  background: #fff; }

/* line 668, theme.scss */
.article-table thead {
  background: #f8f9fa; }

/* line 672, theme.scss */
.article-table th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #e5e7eb;
  white-space: nowrap; }

/* line 681, theme.scss */
.article-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  color: #444;
  vertical-align: top; }

/* line 688, theme.scss */
.article-table tr:last-child td {
  border-bottom: none; }

/* line 692, theme.scss */
.article-table tr:hover {
  background: #f9fafb; }

/* === Мобильная версия таблиц === */
@media (max-width: 640px) {
  /* line 698, theme.scss */
  .article-content {
    padding: 0 12px; }

  /* line 702, theme.scss */
  .article-header h1 {
    font-size: 1.625rem; }

  /* line 706, theme.scss */
  .article-intro {
    font-size: 1rem; }

  /* line 710, theme.scss */
  .article-meta {
    flex-direction: column;
    gap: 8px; }

  /* line 715, theme.scss */
  .article-table-wrapper {
    margin: 20px -12px;
    border-radius: 0;
    border-left: none;
    border-right: none; }

  /* line 722, theme.scss */
  .article-table-scroll {
    padding: 0 12px; }

  /* line 726, theme.scss */
  .article-table {
    font-size: 0.875rem;
    min-width: 480px; }

  /* line 731, theme.scss */
  .article-table th,
  .article-table td {
    padding: 10px 12px; } }
/* === Карточки для мобильных (< 480px) === */
@media (max-width: 480px) {
  /* line 739, theme.scss */
  .table-desktop {
    display: none !important; }

  /* line 743, theme.scss */
  .table-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0; }

  /* line 750, theme.scss */
  .table-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

  /* line 758, theme.scss */
  .table-card-title {
    font-weight: 600;
    color: #111827;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f3f4f6;
    font-size: 1.05rem; }

  /* line 767, theme.scss */
  .table-card-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid #f9fafb;
    font-size: 0.9375rem;
    gap: 12px; }

  /* line 777, theme.scss */
  .table-card-row:last-child {
    border-bottom: none; }

  /* line 781, theme.scss */
  .table-card-label {
    color: #6b7280;
    font-weight: 500;
    flex: 0 0 auto;
    max-width: 45%; }

  /* line 788, theme.scss */
  .table-card-value {
    color: #111827;
    font-weight: 600;
    text-align: right;
    flex: 1 1 auto;
    word-break: break-word; }

  /* Специальные стили для troubleshooting */
  /* line 797, theme.scss */
  .table-card.troubleshoot .table-card-title {
    color: #dc2626;
    display: flex;
    align-items: center;
    gap: 6px; }

  /* line 804, theme.scss */
  .table-card.troubleshoot .solution-row {
    border-top: 2px solid #f3f4f6;
    margin-top: 10px;
    padding-top: 12px;
    border-bottom: none; }

  /* line 811, theme.scss */
  .table-card.troubleshoot .solution-label {
    color: #16a34a;
    font-weight: 600; }

  /* line 816, theme.scss */
  .table-card.troubleshoot .solution-value {
    color: #16a34a; } }
@media (min-width: 481px) {
  /* line 822, theme.scss */
  .table-cards {
    display: none !important; } }
/* === Карточки контента === */
/* line 828, theme.scss */
.article-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 24px 0; }

/* line 835, theme.scss */
.article-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 16px; }

/* line 842, theme.scss */
.article-card h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 8px;
  color: #333; }

/* line 849, theme.scss */
.article-card p {
  font-size: 0.95rem;
  margin: 0;
  color: #555; }

/* line 855, theme.scss */
.article-card ul {
  margin: 8px 0 0 20px;
  font-size: 0.95rem; }

/* line 860, theme.scss */
.article-card li {
  margin: 4px 0; }

/* === Шаги === */
/* line 865, theme.scss */
.article-steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 16px 0; }

/* line 872, theme.scss */
.article-steps li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 16px;
  counter-increment: step; }

/* line 879, theme.scss */
.article-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: #475569; }

/* line 897, theme.scss */
.article-steps h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 4px;
  color: #333; }

/* === Изображения === */
/* line 905, theme.scss */
.article-image {
  margin: 32px 0;
  text-align: center; }

/* line 910, theme.scss */
.article-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s; }

/* line 919, theme.scss */
.article-image img:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); }

/* line 924, theme.scss */
.article-image figcaption {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 12px;
  text-align: center;
  font-style: italic;
  line-height: 1.4; }

/* Изображения внутри карточек */
/* line 934, theme.scss */
.article-card .article-image {
  margin: 16px 0; }

/* line 938, theme.scss */
.article-card .article-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06); }

/* line 946, theme.scss */
.article-card .article-image figcaption {
  font-size: 0.8125rem;
  color: #6b7280;
  margin-top: 8px;
  text-align: center;
  font-style: italic;
  line-height: 1.3; }

/* Изображения внутри шагов */
/* line 956, theme.scss */
.article-steps .article-image {
  margin: 16px 0; }

/* line 960, theme.scss */
.article-steps .article-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06); }

/* line 968, theme.scss */
.article-steps .article-image figcaption {
  font-size: 0.8125rem;
  color: #6b7280;
  margin-top: 8px;
  text-align: center;
  font-style: italic;
  line-height: 1.3; }

@media (max-width: 640px) {
  /* line 978, theme.scss */
  .article-image {
    margin: 24px 0; }

  /* line 982, theme.scss */
  .article-card .article-image {
    margin: 12px 0; }

  /* line 986, theme.scss */
  .article-steps .article-image {
    margin: 12px 0; } }
/* === Формула/расчёт === */
/* line 992, theme.scss */
.article-formula {
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px 16px;
  margin: 16px 0;
  font-family: monospace;
  text-align: center;
  font-size: 1rem;
  color: #333;
  overflow-x: auto; }

/* === FAQ (аккордеон) === */
/* line 1006, theme.scss */
.article-faq {
  margin: 24px 0; }

/* line 1010, theme.scss */
.article-faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden; }

/* line 1017, theme.scss */
.article-faq-question {
  padding: 14px 16px;
  font-weight: 600;
  background: #f8f9fa;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  color: #333;
  list-style: none; }

/* line 1030, theme.scss */
.article-faq-question::after {
  content: "+";
  font-weight: 400;
  color: #64748b;
  font-size: 1.2rem;
  margin-left: 8px; }

/* line 1038, theme.scss */
.article-faq-item[open] .article-faq-question::after {
  content: "−"; }

/* line 1042, theme.scss */
.article-faq-answer {
  padding: 14px 16px;
  border-top: 1px solid #e5e7eb;
  font-size: 0.95rem;
  color: #444; }

/* line 1049, theme.scss */
.article-faq-answer p {
  margin: 0; }

/* === Чек-лист === */
/* line 1054, theme.scss */
.article-checklist {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 16px;
  margin: 20px 0; }

/* line 1062, theme.scss */
.article-checklist h3 {
  margin: 0 0 12px;
  font-size: 1.05rem; }

/* line 1067, theme.scss */
.article-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.95rem; }

/* line 1076, theme.scss */
.article-checklist-item:last-child {
  border-bottom: none; }

/* line 1080, theme.scss */
.article-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #cbd5e1;
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 2px; }

/* === CTA-блок === */
/* line 1090, theme.scss */
.article-cta {
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  margin: 32px 0; }

/* line 1099, theme.scss */
.article-cta h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  color: #222; }

/* line 1105, theme.scss */
.article-cta p {
  margin: 0 0 16px;
  color: #555; }

/* line 1110, theme.scss */
.article-cta-btn {
  display: inline-block;
  background: #2563eb;
  color: white;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: background 0.2s; }

/* line 1122, theme.scss */
.article-cta-btn:hover {
  background: #1d4ed8; }

/* === Заголовки разделов === */
/* line 1127, theme.scss */
.article-content h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 32px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  color: #222; }

/* line 1136, theme.scss */
.article-content h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 24px 0 12px;
  color: #333; }

/* === Печать === */
@media print {
  /* line 1145, theme.scss */
  .article-toc,
  .article-cta,
  .article-table-wrapper::before {
    display: none; }

  /* line 1151, theme.scss */
  .article-table-wrapper {
    border: none;
    margin: 16px 0; }

  /* line 1156, theme.scss */
  .article-table {
    min-width: auto;
    font-size: 0.875rem; } }
/* ========================================
   СТИЛИ ДЛЯ ОПИСАНИЯ КАТЕГОРИИ
   Сайт: Полив24.бел
   Версия: 1.0
   ======================================== */
/* === Основной контейнер === */
/* line 1170, theme.scss */
.category-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  line-height: 1.65;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px 32px; }

/* line 1179, theme.scss */
.category-description p {
  margin: 12px 0;
  color: #444; }

/* line 1184, theme.scss */
.category-description strong {
  font-weight: 600;
  color: #222; }

/* === Заголовки === */
/* line 1190, theme.scss */
.category-description h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 32px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  color: #222; }

/* line 1199, theme.scss */
.category-description h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 24px 0 12px;
  color: #333; }

/* === Списки === */
/* line 1207, theme.scss */
.category-description ul,
.category-description ol {
  margin: 12px 0 12px 24px;
  padding: 0; }

/* line 1213, theme.scss */
.category-description li {
  margin: 6px 0;
  color: #444; }

/* === Карточки контента === */
/* line 1219, theme.scss */
.category-description .article-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 24px 0; }

/* line 1226, theme.scss */
.category-description .article-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 16px; }

/* line 1233, theme.scss */
.category-description .article-card h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 8px;
  color: #333; }

/* line 1240, theme.scss */
.category-description .article-card p {
  font-size: 0.95rem;
  margin: 0 0 8px;
  color: #555; }

/* line 1246, theme.scss */
.category-description .article-card p:last-child {
  margin-bottom: 0; }

/* === Информационные блоки === */
/* line 1251, theme.scss */
.category-description .article-note {
  background: #f8f9fa;
  border-left: 3px solid #94a3b8;
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 0 4px 4px 0;
  font-size: 0.95rem; }

/* line 1260, theme.scss */
.category-description .article-note-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
  display: block; }

/* line 1267, theme.scss */
.category-description .article-note.warning {
  border-left-color: #f59e0b;
  background: #fffbeb; }

/* line 1272, theme.scss */
.category-description .article-note.success {
  border-left-color: #22c55e;
  background: #f0fdf4; }

/* === Изображения === */
/* line 1278, theme.scss */
.category-description .article-image {
  margin: 24px 0;
  text-align: center; }

/* line 1283, theme.scss */
.category-description .article-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

/* line 1291, theme.scss */
.category-description .article-image figcaption {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 12px;
  text-align: center;
  font-style: italic;
  line-height: 1.4; }

/* === Шаги === */
/* line 1301, theme.scss */
.category-description .article-steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 16px 0; }

/* line 1308, theme.scss */
.category-description .article-steps li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 16px;
  counter-increment: step; }

/* line 1315, theme.scss */
.category-description .article-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: #475569; }

/* line 1333, theme.scss */
.category-description .article-steps h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 4px;
  color: #333; }

/* === Формула === */
/* line 1341, theme.scss */
.category-description .article-formula {
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px 16px;
  margin: 16px 0;
  font-family: monospace;
  text-align: center;
  font-size: 1rem;
  color: #333; }

/* === Ссылки === */
/* line 1354, theme.scss */
.category-description a {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.2s; }

/* line 1360, theme.scss */
.category-description a:hover {
  color: #1d4ed8;
  text-decoration: underline; }

/* === Адаптивность === */
@media (max-width: 640px) {
  /* line 1367, theme.scss */
  .category-description {
    padding: 0 12px 24px; }

  /* line 1371, theme.scss */
  .category-description h2 {
    font-size: 1.2rem; }

  /* line 1375, theme.scss */
  .category-description h3 {
    font-size: 1.1rem; }

  /* line 1379, theme.scss */
  .category-description .article-cards {
    grid-template-columns: 1fr;
    gap: 12px; }

  /* line 1384, theme.scss */
  .category-description .article-image {
    margin: 20px 0; } }
