/* ============================================================
   ЗАПЧАСТИ — каталог с фильтрами, чипы моделей, карточка детали.
   Извлечено из прототипа пакета (assets/drobemetnoe/catalog.css):
   правила шапки, подвала, hero и глобальные сбросы отброшены —
   у сайта своя обвязка. Токены переведены на палитру сайта.
   ============================================================ */
/* Сбросы прототипа, ограниченные его блоками: в исходнике они были
   глобальными (a{color:inherit;text-decoration:none} и т.п.). Суффикс
   дописан КАЖДОМУ селектору списка — запись «.a, .b a» применилась бы
   только к .b. */
.catalog-section, .category-grid, .shared-turbines, .section-hero, .model-strip, .selection-banner, .seo-faq, .product-page, .request-dialog, .image-dialog, .pagination, .zap-hero, .section { box-sizing: border-box; }
.catalog-section *, .category-grid *, .shared-turbines *, .section-hero *, .model-strip *, .selection-banner *, .seo-faq *, .product-page *, .request-dialog *, .image-dialog *, .pagination *, .zap-hero *, .section * { box-sizing: border-box; }
.catalog-section a, .category-grid a, .shared-turbines a, .section-hero a, .model-strip a, .selection-banner a, .seo-faq a, .product-page a, .request-dialog a, .image-dialog a, .pagination a, .zap-hero a, .section a { color: inherit; text-decoration: none; }
.catalog-section img, .category-grid img, .shared-turbines img, .section-hero img, .model-strip img, .selection-banner img, .seo-faq img, .product-page img, .request-dialog img, .image-dialog img, .pagination img, .zap-hero img, .section img { display: block; max-width: 100%; }
.catalog-section button, .category-grid button, .shared-turbines button, .section-hero button, .model-strip button, .selection-banner button, .seo-faq button, .product-page button, .request-dialog button, .image-dialog button, .pagination button, .zap-hero button, .section button { cursor: pointer; }
.catalog-section button, .catalog-section input, .catalog-section select, .catalog-section textarea, .category-grid button, .category-grid input, .category-grid select, .category-grid textarea, .shared-turbines button, .shared-turbines input, .shared-turbines select, .shared-turbines textarea, .section-hero button, .section-hero input, .section-hero select, .section-hero textarea, .model-strip button, .model-strip input, .model-strip select, .model-strip textarea, .selection-banner button, .selection-banner input, .selection-banner select, .selection-banner textarea, .seo-faq button, .seo-faq input, .seo-faq select, .seo-faq textarea, .product-page button, .product-page input, .product-page select, .product-page textarea, .request-dialog button, .request-dialog input, .request-dialog select, .request-dialog textarea, .image-dialog button, .image-dialog input, .image-dialog select, .image-dialog textarea, .pagination button, .pagination input, .pagination select, .pagination textarea, .zap-hero button, .zap-hero input, .zap-hero select, .zap-hero textarea, .section button, .section input, .section select, .section textarea { font: inherit; }
/* Фон: тело страницы у сайта тёмное, в прототипе его красил
   body{background:#fff}, который мы не берём. Красим одну обёртку
   во всю ширину, а не отдельные блоки: .shared-turbines сам является
   контейнером, и заливка по нему оставляла тёмные поля по краям.
   Блоки со своим фоном (.zap-hero, .section-hero, .catalog-section,
   .selection-banner) закрашивают её сверху. */
.zapchasti-page { background: var(--neutral-0); }
/* Ширина контейнера — как в прототипе и на эталонном сайте; за пределами
   раздела запчастей контейнер сайта не трогаем. */
.zapchasti-page .container {max-width:var(--container-wide);width:100%;padding-left:var(--sp-8);padding-right:var(--sp-8);margin-left:auto;margin-right:auto}

.button{display:inline-flex;align-items:center;justify-content:center;gap:15px;border:1px solid transparent;border-radius:6px;padding:14px 21px;font-weight:650;font-size:14px;line-height:1.4;background:var(--green-500);color:white;transition:background .15s,transform .15s}
.button:hover{background:var(--green-600, #348c26)}
.button-outline{border-color:#c3d2cc;background:transparent;color:var(--text-primary)}
.button-outline:hover{background:#eef6ec}
.button-light{border-color:#6d8286;color:white;background:transparent}
.button-light:hover{background:#243b41}
.button-small{padding:10px 15px;font-size:13px}
.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:12px;color:#819397;margin-bottom:26px}
.breadcrumbs a:hover{text-decoration:underline}
.breadcrumbs .sep{color:#9dafb2}
.zap-hero{background:var(--neutral-900, #102329);color:#fff;overflow:hidden}
.zap-hero .container{padding-top:28px;padding-bottom:45px}
.zap-hero .breadcrumbs{color:#aabbbc;margin-bottom:31px}
.zap-hero-main{display:grid;grid-template-columns:1.12fr .88fr;gap:65px;align-items:center}
.zap-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;display:flex;align-items:center;gap:10px;color:#77c561}
.zap-eyebrow:before{content:'';width:26px;height:2px;background:currentColor}
.zap-hero h1{font-size:clamp(36px,4.3vw,59px);font-weight:740;line-height:1.06;letter-spacing:-.045em;margin:23px 0}
.zap-hero h1 span{color:#70bc5b}
.zap-hero-copy>p{font-size:17px;line-height:1.7;color:#c1ced0;max-width:555px;margin:0 0 27px}
.zap-hero-buttons{display:flex;gap:13px;flex-wrap:wrap}
.zap-hero-foot{display:flex;gap:26px;flex-wrap:wrap;font-size:12px;color:#acbdbe;margin-top:30px}
.zap-hero-foot span:before{content:'✓';margin-right:7px;color:#79c960}
.zap-hero-board{background:#fff;color:var(--text-primary);border-radius:14px;display:grid;grid-template-columns:1.9fr 1fr;grid-template-rows:1fr 1fr;gap:1px;overflow:hidden;box-shadow:0 15px 50px #0003;min-height:344px;border:8px solid #ffffff}
.zap-hero-board a{background:#fff;display:flex;flex-direction:column;padding:16px;justify-content:space-between;transition:background .2s}
.zap-hero-board a:hover{background:#f4f8f1}
.zap-hero-board .zap-board-main{grid-row:1/3;border-right:1px solid var(--border-subtle);padding:21px}
.zap-board-main img{height:226px;object-fit:contain;width:100%}
.zap-board-secondary img{height:86px;object-fit:contain;width:100%}
.zap-board-secondary:last-child{border-top:1px solid var(--border-subtle)}
.zap-board-label{font-size:12px;font-weight:600;display:flex;justify-content:space-between;gap:7px;align-items:center;line-height:1.4}
.zap-board-main .zap-board-label{font-size:16px}
.zap-board-label span:last-child{color:var(--green-500);font-size:22px}
.zap-board-overline{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:var(--text-secondary);margin-bottom:4px}
.model-strip{border-bottom:1px solid var(--border-subtle);background:#f7f9f7}
.model-inner{padding:21px 0;display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.model-title{font-size:13px;color:var(--text-secondary)}
.model-chips{display:flex;gap:8px;flex-wrap:wrap}
.model-chip{border:1px solid #d7e0d5;background:white;color:var(--text-primary);padding:8px 18px;border-radius:5px;font-size:13px;font-weight:600}
.model-chip:hover,.model-chip.active{border-color:var(--green-500);color:var(--green-600, #348c26);background:#edf6e9}
.model-more{font-size:12px;margin-left:auto;color:var(--text-secondary)}
.section{padding:49px 0}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:24px}
.section-head h2{font-size:30px;line-height:1.2;font-weight:700;letter-spacing:-.025em;margin:0}
.section-head p{margin:9px 0 0;color:var(--text-secondary);font-size:14px}
.small-link{font-size:13px;color:var(--green-600, #348c26);font-weight:650;white-space:nowrap}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.category-tile{border:1px solid var(--border-subtle);border-radius:8px;background:white;display:flex;align-items:center;gap:16px;padding:15px 17px;transition:background .2s,border-color .2s}
.category-tile:hover{background:#f5f9f2;border-color:#a8c79c}
.category-tile img{width:140px;height:132px;object-fit:contain}
.category-tile h3{font-size:14px;line-height:1.35;margin:0 0 5px;font-weight:650}
.category-tile p{font-size:11px;color:var(--text-secondary);margin:0}
.category-tile .arrow{margin-left:auto;color:#799683}
.catalog-section{background:var(--surface-subtle);border-top:1px solid #edf0ed;border-bottom:1px solid #edf0ed;padding:48px 0 54px}
.catalog-heading{display:flex;align-items:baseline;gap:13px;margin-bottom:24px}
.catalog-heading h2{font-size:32px;letter-spacing:-.02em;line-height:1.2;margin:0}
.catalog-heading>span{font-size:13px;color:var(--text-secondary)}
.catalog-layout{display:grid;grid-template-columns:232px 1fr;gap:26px;align-items:start}
.filters{border:1px solid var(--border-subtle);border-radius:9px;background:white;padding:21px;position:sticky;top:104px}
.filter-title{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:650;margin-bottom:17px}
.reset-button{border:0;background:transparent;padding:0;font-size:11px;color:var(--text-secondary);text-decoration:underline}
.filters h3{font-size:12px;margin:20px 0 11px;font-weight:700}
.filter-list{display:flex;flex-direction:column;gap:9px}
.filter-option{display:flex;align-items:center;gap:9px;font-size:12px;cursor:pointer;line-height:1.35}
.filter-option input{accent-color:var(--green-500);margin:0;width:14px;height:14px;flex-shrink:0}
.filter-option .count{margin-left:auto;color:#8f9e9f;font-size:10px}
.filters select{background:white;border:1px solid #d7e0dc;border-radius:5px;padding:9px 8px;width:100%;font-size:12px;color:var(--text-primary)}
.filter-help{margin-top:23px;padding-top:17px;border-top:1px solid var(--border-subtle);font-size:11px;line-height:1.6;color:var(--text-secondary)}
.filter-help button{border:0;background:transparent;color:var(--green-600, #348c26);padding:0;margin-top:5px;text-align:left;font-size:11px;font-weight:600}
.catalog-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.searchbox{flex:1;position:relative}
.searchbox:before{content:'';position:absolute;width:12px;height:12px;border:1.6px solid #6c8184;border-radius:50%;left:16px;top:15px;pointer-events:none}
.searchbox:after{content:'';position:absolute;width:6px;height:1.6px;background:#6c8184;left:27px;top:28px;transform:rotate(45deg);pointer-events:none}
.searchbox input{width:100%;padding:12px 38px 12px 42px;border:1px solid #d9e2dc;border-radius:6px;background:#fff;font-size:13px;min-height:46px}
.catalog-toolbar select{height:46px;border:1px solid #d9e2dc;border-radius:6px;padding:0 10px;color:#586d70;font-size:12px;max-width:165px;background:white}
.mobile-filter-button{display:none}
.active-filters{display:flex;gap:7px;flex-wrap:wrap;min-height:10px;margin-bottom:12px}
.active-filter{background:#e6efe2;color:#407330;border:0;border-radius:4px;font-size:11px;padding:5px 8px}
.result-heading{font-size:12px;color:var(--text-secondary);margin:0 0 13px;min-height:18px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.product-card{border:1px solid var(--border-subtle);background:white;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s,transform .2s}
.product-card:hover{box-shadow:0 9px 24px #17321c10;transform:translateY(-2px);border-color:#c5d4bd}
.card-image{padding:20px 25px 12px;display:block;height:194px;background:white}
.card-image img{width:100%;height:100%;object-fit:contain}
.card-content{padding:10px 19px 18px;display:flex;flex-direction:column;flex:1}
.card-category{font-size:10px;color:#7c8c8e;margin-bottom:8px}
.product-card h3{font-size:14px;font-weight:650;line-height:1.5;margin:0 0 10px}
.product-card h3 a:hover{color:var(--green-600, #348c26)}
.card-badges{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:16px}
.card-badges span{font-size:10px;padding:3px 6px;border-radius:3px;background:#f0f4f1;color:#6a7b72}
.card-bottom{margin-top:auto;padding-top:13px;border-top:1px solid #edf0ec;display:flex;justify-content:space-between;align-items:center;gap:8px}
.card-price{font-weight:650;font-size:12px}
.card-detail{color:var(--green-600, #348c26);font-size:11px;font-weight:650;white-space:nowrap}
.empty-image{height:100%;display:flex;align-items:center;justify-content:center;text-align:center;border:1px dashed #dde5dc;background:#fafcf9;color:#8c9b90;font-size:12px;padding:18px}
.empty-results{text-align:center;background:white;border:1px solid var(--border-subtle);border-radius:9px;padding:50px 25px;grid-column:1/-1}
.pagination{display:flex;gap:7px;justify-content:center;align-items:center;margin-top:27px;flex-wrap:wrap}
.pagination button{width:35px;height:35px;border:1px solid #dbe4da;background:white;border-radius:5px;font-size:12px}
.pagination button.current{background:var(--text-primary);color:white;border-color:var(--text-primary)}
.pagination button:disabled{opacity:.4;cursor:default}
.pagination .page-arrow{width:auto;padding:0 12px}
.selection-banner{display:grid;grid-template-columns:1.4fr 1fr;gap:50px;align-items:center;border-radius:12px;background:var(--neutral-900, #102329);color:white;padding:36px 42px;margin-top:44px}
.selection-banner h2{font-size:27px;line-height:1.2;letter-spacing:-.02em;margin:0 0 12px}
.selection-banner p{font-size:14px;color:#bbcccb;margin:0;max-width:570px}
.selection-steps{display:flex;gap:22px;align-items:center}
.selection-steps>div{font-size:12px;color:#bed0ca;flex:1}
.step-number{display:block;color:#8dc77a;font-weight:700;font-size:11px;letter-spacing:.1em;margin-bottom:6px}
.selection-banner .button{margin-top:22px}
.seo-faq{display:grid;grid-template-columns:1fr 1fr;gap:76px;padding-top:7px;padding-bottom:6px}
.seo-faq h2{font-size:25px;line-height:1.25;margin:0 0 20px;letter-spacing:-.02em}
.seo-faq p{color:#637479;font-size:14px;line-height:1.8}
.seo-faq details{border-bottom:1px solid var(--border-subtle);padding:16px 0}
.seo-faq details:first-of-type{border-top:1px solid var(--border-subtle)}
summary{cursor:pointer;list-style:none;font-size:14px;font-weight:600;line-height:1.5;display:flex;justify-content:space-between;gap:16px}
summary::-webkit-details-marker{display:none}
summary:after{content:'+';font-size:19px;color:var(--green-500);font-weight:400;flex-shrink:0}
details[open] summary:after{content:'−'}
.seo-faq details p{font-size:13px;margin:12px 0 3px}
.product-page{padding-block:25px 45px}
.product-page .breadcrumbs{margin-bottom:28px}
.product-overview{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:start}
.product-visual{position:relative}
.product-photo{width:100%;border:1px solid var(--border-subtle);border-radius:12px;background:white;padding:35px;height:454px;display:flex;align-items:center;justify-content:center;position:relative}
.product-photo img{height:100%;width:100%;object-fit:contain}
.zoom-cue{position:absolute;bottom:14px;right:15px;display:flex;align-items:center;gap:6px;background:#f0f4ef;border-radius:5px;padding:6px 9px;font-size:10px;color:#678069}
.photo-caption{font-size:11px;color:#7a8a8d;line-height:1.7;margin:14px 4px}
.product-info .zap-eyebrow{color:var(--green-600, #348c26);font-size:10px}
.product-info h1{font-size:31px;letter-spacing:-.035em;line-height:1.22;margin:16px 0 15px}
.product-lead{color:#627377;font-size:14px;line-height:1.8;margin:0 0 20px}
.quick-specs{margin:0 0 24px}
.quick-specs div{display:flex;justify-content:space-between;gap:20px;padding:8px 0;border-bottom:1px solid #edf1ed;font-size:12px}
.quick-specs dt{color:#7a8b8b}
.quick-specs dd{margin:0;text-align:right;font-weight:550}
.request-box{background:#f3f7f0;border:1px solid #e0eadb;border-radius:8px;padding:21px 23px}
.request-price{font-size:24px;font-weight:700;letter-spacing:-.025em;margin:0}
.request-sub{font-size:11px;color:#788b72;margin:4px 0 19px}
.request-actions{display:flex;gap:12px}
.qty{display:flex;align-items:center;border:1px solid #d3dfcb;background:white;border-radius:5px;overflow:hidden;height:47px;flex-shrink:0}
.qty button{width:32px;height:100%;background:transparent;border:0;font-size:18px;color:#647959}
.qty input{width:37px;border:0;appearance:textfield;-moz-appearance:textfield;text-align:center;font-size:13px;color:var(--text-primary)}
.qty input::-webkit-inner-spin-button{appearance:none}
.request-actions>.button{flex:1}
.product-tabs{display:flex;gap:30px;border-bottom:1px solid var(--border-subtle);margin:45px 0 32px;font-size:13px;font-weight:600}
.product-tabs a{padding:0 0 14px}
.product-tabs a:first-child{border-bottom:2px solid var(--green-500);color:var(--green-600, #348c26)}
.product-detail-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:65px}
.product-description h2,.product-description h3{font-size:24px;line-height:1.3;margin:0 0 20px;letter-spacing:-.02em}
.product-description h3{font-size:21px;margin-top:30px}
.product-description p{font-size:14px;color:#637479;line-height:1.85;margin:0 0 17px}
.spec-table{width:100%;border-collapse:collapse;font-size:13px}
.spec-table th,.spec-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #e7ece8;vertical-align:top}
.spec-table th{font-weight:400;color:#6e8180;width:48%}
.spec-table tr:nth-child(odd){background:#f6f8f5}
.selection-panel{padding:25px;background:#f5f8f3;border:1px solid #e3eadf;border-radius:8px;align-self:start}
.selection-panel h2{font-size:19px;line-height:1.3;margin:0 0 17px}
.selection-panel ul{padding:0;margin:0 0 20px;list-style:none}
.selection-panel li{font-size:13px;color:#63785d;margin-bottom:14px;padding-left:22px;position:relative}
.selection-panel li:before{content:'✓';position:absolute;left:0;color:#5a9d46}
.selection-panel p{font-size:12px;color:#73846c}
.related-section{margin-top:49px}
.related-section h2{font-size:25px;margin:0 0 21px}
.related-section .product-grid{grid-template-columns:repeat(3,1fr);max-width:980px}
.related-section .card-image{height:180px}
.back-catalog{font-size:12px;color:var(--green-600, #348c26);display:inline-flex;align-items:center;gap:7px}
.request-dialog{border:0;border-radius:12px;padding:32px;width:min(560px,calc(100% - 32px));box-shadow:0 20px 100px #0004;color:var(--text-primary);max-height:90vh;overflow:auto}
.request-dialog::backdrop,.image-dialog::backdrop{background:#071b24b3;backdrop-filter:blur(4px)}
.dialog-close{position:absolute;right:15px;top:12px;border:0;background:transparent;font-size:27px;color:#83938c;line-height:1;width:30px;height:30px}
.dialog-eyebrow{font-size:10px;letter-spacing:.12em;color:var(--green-600, #348c26);text-transform:uppercase;font-weight:700}
.request-dialog h2{font-size:26px;line-height:1.25;margin:10px 25px 12px 0;letter-spacing:-.025em}
.dialog-lead{font-size:13px;color:var(--text-secondary);margin-bottom:22px}
.request-form{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.request-form label{display:flex;flex-direction:column;gap:5px;font-size:11px;font-weight:550}
.request-form .span2{grid-column:1/-1}
.request-form input,.request-form textarea{border:1px solid #d8e2d7;border-radius:5px;padding:10px;font-size:13px;max-width:100%;width:100%;color:var(--text-primary);background:white}
.request-form textarea{resize:vertical;min-height:77px}
.request-form input[type=file]{border:1px dashed #bdcfb7;background:#f5f8f2;font-size:11px}
.form-demo-note{grid-column:1/-1;background:#eef4e9;color:#658153;padding:10px 12px;font-size:11px;border-radius:5px}
.request-form .button{grid-column:1/-1;margin-top:3px}
.image-dialog{border:0;border-radius:10px;padding:34px;width:min(850px,calc(100% - 30px));max-height:92vh}
.image-dialog img{width:100%;height:70vh;object-fit:contain}
.image-dialog p{font-size:12px;color:var(--text-secondary);text-align:center}
.request-dialog :focus{outline-color:#84bf74}
#toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);background:var(--text-primary);color:white;padding:12px 22px;border-radius:7px;font-size:13px;z-index:80;box-shadow:0 4px 20px #0002;display:none}
.mobile-filter-button{border:1px solid #d7e0d5;background:white;border-radius:6px;padding:9px 13px;font-size:12px}
@media(min-width:1600px){
.zap-hero-main{gap:95px}
.zap-hero h1{font-size:63px}
}
@media(max-width:1100px){
.zap-hero-main{gap:30px}
.zap-hero h1{font-size:47px}
.zap-hero-copy>p{font-size:15px}
.zap-hero-board{min-height:310px}
.zap-board-main img{height:190px}
.category-tile{gap:10px;padding:12px}
.category-tile img{width:106px;height:114px}
.catalog-layout{grid-template-columns:200px 1fr;gap:18px}
.filters{padding:16px}
.product-grid{gap:10px}
.card-image{height:164px;padding:15px}
.card-content{padding:10px 13px 15px}
.product-card h3{font-size:12px}
.card-price{font-size:11px}
.card-bottom{flex-wrap:wrap}
.selection-banner{padding:30px;gap:30px}
.product-overview{gap:32px}
.product-info h1{font-size:27px}
.product-photo{height:416px}
.product-detail-grid{gap:35px}
.seo-faq{gap:40px}
}
@media(max-width:820px){
.zap-hero-main{grid-template-columns:1.1fr .9fr;gap:22px}
.zap-hero h1{font-size:39px}
.zap-hero-board{grid-template-columns:1fr;min-height:280px;padding:0;transform:none}
.zap-hero-board .zap-board-main{grid-row:auto;border:0}
.zap-board-main img{height:183px}
.zap-hero-board .zap-board-secondary{display:none}
.zap-hero-foot{gap:9px 20px;font-size:11px}
.zap-hero-buttons .button{font-size:12px;padding:12px 15px}
.category-grid{grid-template-columns:repeat(2,1fr)}
.catalog-layout{grid-template-columns:1fr}
.filters{position:static;display:none}
.filters.mobile-open{display:block}
.mobile-filter-button{display:block}
.filters .filter-list{display:grid;grid-template-columns:repeat(2,1fr)}
.product-grid{gap:14px}
.product-card h3{font-size:13px}
.card-image{height:180px}
.selection-banner{grid-template-columns:1fr;gap:25px}
.seo-faq{grid-template-columns:1fr;gap:34px}
.product-overview{grid-template-columns:.85fr 1.15fr;gap:25px}
.product-photo{height:343px;padding:22px}
.product-info h1{font-size:24px}
.request-actions{flex-wrap:wrap}
.request-actions .button{flex-basis:100%}
.product-detail-grid{grid-template-columns:1fr}
.selection-panel{max-width:none}
.quick-specs div{font-size:11px}
.request-box{padding:18px}
.product-tabs{gap:25px}
.related-section .product-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:600px){
.zap-hero .container{padding-top:20px;padding-bottom:30px}
.breadcrumbs{font-size:10px;gap:6px}
.zap-hero .breadcrumbs{margin-bottom:22px}
.zap-hero .breadcrumbs .hide-mobile{display:none}
.zap-hero-main{display:flex;flex-direction:column;gap:26px;align-items:stretch}
.zap-hero h1{font-size:42px;letter-spacing:-.045em;margin:17px 0}
.zap-hero-copy>p{font-size:14px;line-height:1.75;margin-bottom:22px}
.zap-eyebrow{font-size:9px}
.zap-hero-buttons{gap:10px}
.zap-hero-buttons .button{font-size:11px;padding:12px 14px}
.zap-hero-foot{margin-top:19px;gap:7px 20px}
.zap-hero-board{display:grid;grid-template-columns:1.5fr 1fr;min-height:208px;max-height:218px;border-width:5px}
.zap-hero-board .zap-board-main{grid-row:1/3;padding:14px;border-right:1px solid var(--border-subtle)}
.zap-hero-board .zap-board-secondary{display:flex;padding:10px}
.zap-board-main img{height:132px}
.zap-board-secondary img{height:58px}
.zap-board-main .zap-board-label{font-size:12px}
.zap-board-label{font-size:9px}
.zap-board-label span:last-child{font-size:15px}
.zap-board-overline{font-size:8px}
.model-inner{gap:11px;padding:18px 0}
.model-title{font-size:11px;flex-basis:100%}
.model-chips{gap:6px}
.model-chip{font-size:11px;padding:7px 12px}
.model-more{display:none}
.section{padding:33px 0}
.section-head{align-items:flex-start;gap:15px}
.section-head h2{font-size:25px}
.section-head p{font-size:12px}
.small-link{font-size:10px}
.category-grid{gap:8px}
.category-tile{padding:10px;gap:8px}
.category-tile img{width:84px;height:104px}
.category-tile h3{font-size:11px;margin-bottom:4px}
.category-tile p{font-size:9px}
.category-tile .arrow{display:none}
.catalog-section{padding:30px 0 37px}
.catalog-heading{gap:9px;margin-bottom:17px}
.catalog-heading h2{font-size:26px}
.catalog-heading>span{font-size:11px}
.catalog-toolbar{flex-wrap:wrap;gap:8px}
.searchbox{flex-basis:100%}
.searchbox input{font-size:12px}
.mobile-filter-button{flex:1;text-align:left;height:39px}
.catalog-toolbar select{height:39px;max-width:none;flex:1;font-size:11px}
.product-grid{grid-template-columns:repeat(2,1fr);gap:9px}
.card-image{height:141px;padding:15px 12px 8px}
.card-content{padding:6px 11px 12px}
.card-category{font-size:8px;margin-bottom:6px}
.product-card h3{font-size:11px;line-height:1.5;margin-bottom:8px}
.card-badges{margin-bottom:10px;gap:4px}
.card-badges span{font-size:8px;padding:2px 4px}
.card-bottom{padding-top:10px;gap:8px;align-items:flex-start;flex-direction:column}
.card-price{font-size:10px}
.card-detail{font-size:10px}
.pagination{gap:5px;margin-top:21px}
.pagination button{width:30px;height:31px;font-size:10px}
.pagination .page-arrow{padding:0 8px}
.selection-banner{margin-top:31px;padding:25px 22px;gap:23px}
.selection-banner h2{font-size:23px}
.selection-banner p{font-size:12px}
.selection-steps{gap:16px}
.selection-steps>div{font-size:10px}
.step-number{font-size:10px}
.seo-faq h2{font-size:23px}
.seo-faq p{font-size:12px}
.seo-faq summary{font-size:12px}
.seo-faq details p{font-size:12px}
.product-page{padding-top:19px}
.product-page .breadcrumbs{margin-bottom:19px}
.product-overview{display:flex;flex-direction:column;gap:19px}
.product-visual{width:100%}
.product-photo{height:310px;padding:25px}
.photo-caption{font-size:10px;margin:10px 2px}
.product-info h1{font-size:27px;letter-spacing:-.03em}
.product-info .zap-eyebrow{font-size:9px}
.product-lead{font-size:13px}
.quick-specs div{font-size:12px}
.request-price{font-size:24px}
.request-actions{flex-wrap:nowrap;gap:10px}
.request-actions .button{font-size:12px;padding:12px;flex-basis:auto}
.qty button{width:28px}
.qty input{width:27px}
.request-box{padding:19px}
.product-tabs{gap:20px;font-size:11px;margin:30px 0 24px;overflow:auto;white-space:nowrap}
.product-description h2{font-size:23px}
.product-description p{font-size:13px}
.spec-table{font-size:11px}
.spec-table th,.spec-table td{padding:11px 10px;overflow-wrap:anywhere}
.selection-panel{padding:22px}
.related-section{margin-top:35px}
.related-section .product-grid{grid-template-columns:repeat(2,1fr)}
.related-section .card-image{height:145px}
.related-section h2{font-size:23px}
.request-dialog{padding:25px 21px}
.request-dialog h2{font-size:24px}
.request-form{gap:11px}
.request-form label{font-size:10px}
.request-form input,.request-form textarea{font-size:12px;padding:10px 8px}
.image-dialog{padding:25px 15px}
.image-dialog img{height:60vh}
.image-dialog p{font-size:10px}
}
.filter-help button{display:block}
.scope-note{font-size:13px;line-height:1.5;color:#59655f;background:#f1f5f2;padding:12px 14px;border-radius:8px}
.service-panel{display:flex;gap:40px;align-items:center;justify-content:space-between;padding:36px;background:#edf3ee;border-radius:14px}
.service-panel p{max-width:770px;line-height:1.65}
.service-panel .button{flex-shrink:0}
.filters{position:static}
.chinese-service{padding-bottom:0}
@media(max-width:760px){
.service-panel{display:block;padding:24px}
.service-panel .button{margin-top:16px;width:100%;white-space:normal}
}
.upload-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-block:28px 28px;border-bottom:1px solid #e0e6e6}
.upload-stats strong{display:block;font-size:28px;line-height:1.4}
.upload-stats span{font-size:12px;color:#60717a}
.section-hero{background:#102329;color:white;padding:28px 0 40px}
.section-hero h1{font-size:42px;line-height:1.15;margin:20px 0}
.section-hero p{max-width:850px;color:#c3ced2}
.filters select{width:100%;padding:10px;border:1px solid #cbd7d1;border-radius:5px}
.filters h3{margin-top:23px}
.catalog-toolbar select{max-width:200px}
.no-results{padding:35px;border:1px solid #e0e6e6;border-radius:10px;background:white}
.section-intro{padding:0 0 24px}
.site-footer-links{display:flex;gap:15px;flex-wrap:wrap}
.product-photo img{height:100%;width:100%;object-fit:contain}
.request-form .consent{display:flex;gap:10px;align-items:flex-start;line-height:1.5}
.request-form .consent input{width:auto;margin-top:3px}
.request-form .consent a{text-decoration:underline}
.hp-field{position:absolute;left:-9999px;width:1px;height:1px}
.request-result{white-space:pre-wrap;background:#edf6ea;padding:16px;border-radius:8px}
.product-grid[hidden],.product-card[hidden]{display:none!important}
.native-help{font-size:12px;padding:8px;color:#52665a}
.product-photo[disabled]{cursor:default}
.request-form .consent{flex-direction:row}
.request-form .consent input{flex:0 0 auto}
.form-status{grid-column:1/-1;padding:12px;font-size:13px;border-radius:6px}
.form-status--error{background:#fff0ec;color:#972e16}
.pagination{flex-wrap:wrap}
.scope-badge{font-size:10px;color:#496543;margin:0 0 12px;background:#eef5ea;border-radius:4px;padding:5px 7px}
.shared-turbines{padding-block:26px 32px}
.shared-turbines h2{font-size:25px;line-height:1.3;margin:0 0 12px}
.shared-turbines p{font-size:14px;line-height:1.8;max-width:1040px;color:#536970}
.shared-turbines>div{display:flex;gap:12px 28px;flex-wrap:wrap;font-size:13px;font-weight:600;color:#3b8630}
@media(max-width:900px){
.upload-stats{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
.section-hero h1{font-size:30px}
.upload-stats strong{font-size:23px}
.upload-stats span{font-size:10px}
.catalog-toolbar select{max-width:none}
.zap-hero h1{font-size:39px}
}

/* Плитки разделов на телефоне: одна колонка (см. zapchasti-catalog.css). */
@media (max-width: 640px) {
  .category-grid { grid-template-columns: 1fr; }
  .category-tile > div { min-width: 0; }
}

/* Контейнер внутри контейнера — поля не складываем (см. zapchasti-catalog.css). */
.zapchasti-page .container .container { padding-left: 0; padding-right: 0; }
