@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; }

/* === Базовые стили статьи (встраиваемые) === */
/* line 414, theme.scss */
.article-venturi {
  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 423, theme.scss */
.article heading h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 24px 0 20px;
  line-height: 1.3;
  color: #222;
  max-width: 50%; }

/* line 433, theme.scss */
.article-venturi h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 32px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  color: #222; }

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

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

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

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

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

/* === Оглавление (простое, нейтральное) === */
/* line 471, theme.scss */
.article-toc {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 16px 20px;
  margin: 20px 0 32px; }

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

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

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

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

/* === Нейтральный информационный блок (вместо тёмного) === */
/* line 507, 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 516, theme.scss */
.article-note-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
  display: block; }

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

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

/* === Таблицы (чистые, минималистичные) === */
/* line 534, theme.scss */
.article-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.95rem;
  overflow-x: auto;
  display: block; }

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

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

/* line 555, theme.scss */
.article-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e5e7eb;
  color: #444; }

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

/* === Простые карточки (без цветовых акцентов) === */
/* line 566, theme.scss */
.article-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 24px 0; }

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

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

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

/* === Шаги (нумерованный список с отступом) === */
/* line 594, theme.scss */
.article-steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 16px 0; }

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

/* line 608, 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 626, theme.scss */
.article-steps h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 4px;
  color: #333; }

/* === FAQ (аккордеон, минималистичный) === */
/* line 634, theme.scss */
.article-faq {
  margin: 24px 0; }

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

/* line 645, 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; }

/* line 657, theme.scss */
.article-faq-question::after {
  content: "+";
  font-weight: 400;
  color: #64748b; }

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

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

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

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

/* line 688, 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 697, theme.scss */
.article-checklist-item:last-child {
  border-bottom: none; }

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

/* === Формула/расчёт (нейтральный блок) === */
/* line 711, 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; }

/* === CTA-блок (нейтральный, без градиентов) === */
/* line 724, theme.scss */
.article-cta {
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  margin: 32px 0; }

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

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

/* line 744, 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 756, theme.scss */
.article-cta-btn:hover {
  background: #1d4ed8; }

/* === Адаптив === */
@media (max-width: 640px) {
  /* line 762, theme.scss */
  .article-venturi {
    padding: 0 12px; }

  /* line 766, theme.scss */
  .article-venturi h1 {
    font-size: 1.5rem; }

  /* line 770, theme.scss */
  .article-venturi h2 {
    font-size: 1.25rem; }

  /* line 774, theme.scss */
  .article-table {
    font-size: 0.9rem; }

  /* line 778, theme.scss */
  .article-table th,
  .article-table td {
    padding: 10px 12px; }

  /* line 783, theme.scss */
  .article-cards {
    grid-template-columns: 1fr; } }
/* === Печать === */
@media print {
  /* line 790, theme.scss */
  .article-toc,
  .article-cta {
    display: none; } }
/* === Изображения в статье === */
/* line 796, theme.scss */
.article-image {
  margin: 32px 0; }

/* line 800, 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 809, theme.scss */
.article-image img:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); }

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

/* Адаптив для изображений */
@media (max-width: 640px) {
  /* line 824, theme.scss */
  .article-image {
    margin: 24px 0; }

  /* line 828, theme.scss */
  .article-image img {
    border-radius: 4px; } }
