:root {
  --ink: #171b1a;
  --muted: #66706c;
  --line: #dfe4e1;
  --surface: #f4f7f5;
  --mint: #e8f7ef;
  --white: #ffffff;
  --green: #0a9e4f;
  --green-dark: #078a43;
  --yellow: #f3c625;
  --radius: 12px;
  --radius-large: 20px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, select { cursor: pointer; }
a, button, summary { transition: all .2s ease; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.analytics-pixel { position: absolute; left: -9999px; width: 1px; height: 1px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(0,0,0,.06); box-shadow: 0 3px 18px rgba(23,27,26,.045); }
.header-main { min-height: 76px; display: flex; align-items: center; gap: 12px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; margin-right: 34px; }
.brand__logo { width: 180px; height: auto; }
.brand__icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: var(--green); color: var(--white); font-size: 17px; }
.header-nav { display: flex; align-items: center; gap: 2px; font-size: 14px; font-weight: 750; }
.header-nav__link { position: relative; min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 0 11px; border-radius: 9px; color: #4f5954; white-space: nowrap; }
.header-nav__link:hover, .header-nav__link:focus-visible, .header-nav__link.is-active, .header-nav__group.is-active > .header-nav__link { color: var(--green-dark); background: var(--mint); }
.header-nav__link.is-active::after, .header-nav__group.is-active > .header-nav__link::after { content: ""; position: absolute; right: 11px; bottom: 3px; left: 11px; height: 2px; border-radius: 2px; background: var(--green); }
.header-nav__link--catalog { margin-right: 4px; padding-inline: 12px 14px; background: #edf8f2; color: var(--green-dark); }
.header-nav__catalog-mark { width: 17px; display: grid; gap: 3px; }
.header-nav__catalog-mark i { height: 2px; border-radius: 2px; background: currentColor; }
.header-nav__catalog-mark i:nth-child(2) { width: 12px; }
.header-nav__group { position: relative; }
.header-nav__chevron { width: 7px; height: 7px; margin: -4px 1px 0 2px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }
.header-subnav { position: absolute; z-index: 4; top: calc(100% + 12px); left: 0; width: 316px; display: grid; visibility: hidden; padding: 10px; border: 1px solid #dce5e0; border-radius: 14px; background: var(--white); box-shadow: 0 18px 48px rgba(23,27,26,.14); opacity: 0; transform: translateY(-6px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.header-subnav::before { content: ""; position: absolute; top: -13px; right: 0; left: 0; height: 13px; }
.header-subnav__intro { display: flex; flex-direction: column; margin: -2px -2px 6px; padding: 10px 12px 12px; border-bottom: 1px solid var(--line); }
.header-subnav__intro strong { font-size: 15px; }
.header-subnav__intro span { margin-top: 2px; color: var(--muted); font-size: 12px; font-weight: 500; }
.header-subnav a { display: flex; flex-direction: column; padding: 10px 12px; border-radius: 9px; color: var(--ink); }
.header-subnav a strong { font-size: 13px; }
.header-subnav a span { margin-top: 2px; color: var(--muted); font-size: 11px; font-weight: 500; }
.header-subnav a:hover, .header-subnav a:focus-visible { background: var(--mint); color: var(--green-dark); }
.header-subnav a:hover span, .header-subnav a:focus-visible span { color: #427159; }
.header-nav__group:hover .header-subnav, .header-nav__group:focus-within .header-subnav { visibility: visible; opacity: 1; transform: translateY(0); }
.header-nav__group:hover .header-nav__chevron, .header-nav__group:focus-within .header-nav__chevron { transform: translateY(3px) rotate(225deg); }
.header-nav__mobile-actions { display: none; }
.header-utility { display: block; background: #f8faf9; border-top: 1px solid var(--line); }
.header-utility__inner { min-height: 54px; display: grid; grid-template-columns: minmax(340px, 1fr) auto auto auto; align-items: center; gap: 26px; font-size: 13px; }
.header-utility__inner > a { display: flex; flex-direction: column; line-height: 1.25; white-space: nowrap; }
.header-utility__inner > a span { color: var(--muted); font-size: 11px; }
.utility-main-phone { display: none !important; }
.payment-note { color: var(--green); white-space: nowrap; }
.header-search { height: 38px; display: grid; grid-template-columns: 1fr auto; border: 1px solid #bbc5c0; border-radius: var(--radius); background: var(--white); }
.header-search:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(8, 122, 75, .12); }
.header-search input { min-width: 0; padding: 0 16px; border: 0; outline: 0; }
.header-search button, .hero-search button { padding: 0 28px; border: 0; background: var(--green); color: var(--white); font-size: 16px; font-weight: 700; }
.header-search button { border-radius: 0 calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0; }
.header-search button:hover, .hero-search button:hover, .button:hover { background: var(--green-dark); }
.header-contacts { display: flex; flex-direction: column; align-items: flex-end; margin-left: auto; line-height: 1.2; }
.header-contacts a { font-size: 16px; font-weight: 800; white-space: nowrap; }
.header-contacts span { margin-top: 5px; color: var(--muted); font-size: 12px; }
.cart-link { height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 7px 0 12px; border: 1px solid var(--line); border-radius: 10px; font-size: 13px; font-weight: 700; }
.cart-link b { min-width: 24px; height: 24px; display: grid; place-items: center; background: var(--yellow); border-radius: 6px; }
.header-request { min-height: 34px; display: inline-flex; align-items: center; padding: 0 16px; border-radius: 10px; background: var(--green); color: var(--white); font-size: 13px; font-weight: 800; }
.header-request:hover { background: var(--green-dark); transform: translateY(-1px); }
.menu-toggle { display: none; min-width: 88px; height: 42px; align-items: center; justify-content: center; gap: 9px; padding: 0 12px; border: 1px solid #ccd5d0; border-radius: 10px; background: var(--white); color: var(--ink); font-weight: 800; }
.menu-toggle:hover, .menu-toggle[aria-expanded="true"] { border-color: #9bc8ae; background: var(--mint); color: var(--green-dark); }
.menu-toggle__icon { width: 17px; display: grid; gap: 3px; }
.menu-toggle__icon i { height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:first-child { transform: translateY(5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:last-child { transform: translateY(-5px) rotate(-45deg); }
.messages { position: fixed; z-index: 30; top: 142px; left: 50%; transform: translateX(-50%); }
.messages p { width: fit-content; margin: 12px auto; padding: 13px 18px; border: 1px solid #9bcbae; border-radius: var(--radius); background: #e9f7ef; box-shadow: 0 12px 30px rgba(13, 52, 32, .12); }

.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #ffffff 0%, #f5f8f6 72%, #edf4f0 100%); border-bottom: 1px solid #dcebe3; }
.hero::after { display: none; }
.hero__grid { position: relative; z-index: 1; min-height: 700px; display: grid; grid-template-columns: minmax(0, 1fr) 420px; grid-template-rows: auto minmax(220px, 1fr); grid-template-areas: "content form" "machines form"; align-items: start; column-gap: 48px; row-gap: 6px; padding-block: 38px 24px; }
.hero__content { min-width: 0; grid-area: content; }
.hero__badge { width: fit-content; display: flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 6px 15px; border-radius: 999px; background: #dff4e8; color: var(--green); font-size: 13px; font-weight: 800; }
.hero__badge span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.hero h1 { max-width: 760px; margin: 0; font-size: 48px; line-height: 1.1; font-weight: 900; }
.hero h1 span { color: var(--green); }
.hero__content > p { max-width: 590px; margin: 18px 0 22px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.button--large { min-height: 58px; padding-inline: 32px; border-radius: 14px; font-size: 16px; }
.button.button--hero-outline { border: 2px solid var(--green); background: transparent; color: var(--green); }
.button--hero-outline:hover { background: var(--green); color: var(--white); }
.hero__stats { display: flex; gap: 42px; }
.hero__stats > div { display: flex; flex-direction: column; }
.hero__stats strong { color: var(--green); font-size: 22px; font-weight: 900; }
.hero__stats span { color: var(--muted); font-size: 12px; }
.hero-machines { position: relative; grid-area: machines; width: 100%; min-height: 230px; align-self: end; pointer-events: none; isolation: isolate; }
.hero-machine { position: absolute; display: block; transform-origin: 50% 100%; }
.hero-machine::after { content: ""; position: absolute; z-index: 0; right: 10%; bottom: 2%; left: 10%; height: 14px; border-radius: 50%; background: rgba(23, 27, 26, .2); filter: blur(8px); }
.hero-machine img { position: relative; z-index: 1; width: 100%; height: auto; filter: drop-shadow(0 8px 7px rgba(23, 27, 26, .16)); }
.hero-machine--blue { z-index: 1; top: 0; left: 0; width: 190px; }
.hero-machine--maz { z-index: 1; top: -2px; right: 6%; width: 154px; }
.hero-machine--red { z-index: 3; bottom: 0; left: 11%; width: 292px; }
.hero-machine--cat { z-index: 4; right: 0; bottom: 0; width: 350px; }
.hero-search { width: min(700px, 100%); height: 56px; display: grid; grid-template-columns: 1fr auto; overflow: hidden; border: 1px solid #b3c9bc; border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 24px rgba(25, 70, 45, .08); }
.hero-search input { min-width: 0; padding: 0 20px; border: 0; outline: 0; }
.hero__assurances { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 22px; color: #3d5448; font-size: 13px; font-weight: 700; }
.hero__assurances span::before { content: "✓"; margin-right: 7px; color: var(--green); }
.request-card { position: relative; grid-area: form; align-self: center; padding: 32px; border: 1px solid rgba(0,0,0,.06); border-radius: var(--radius-large); background: var(--white); box-shadow: 0 12px 48px rgba(0,0,0,.12); }
.request-card::before { content: ""; position: absolute; top: -2px; left: 20%; right: 20%; height: 3px; border-radius: 3px; background: var(--green); }
.request-card__head h2 { margin: 0 0 4px; font-size: 20px; line-height: 1.2; }
.request-card__head p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.request-field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 13px; }
.request-field label { font-size: 13px; font-weight: 700; }
.request-field input, .request-field textarea { width: 100%; padding: 13px 16px; border: 2px solid #e4ece7; border-radius: 10px; background: var(--surface); resize: vertical; }
.request-field input { min-height: 50px; }
.request-field input[type="file"] { min-height: 0; padding: 9px; color: var(--muted); font-size: 12px; }
.request-field input[type="file"]::file-selector-button { margin-right: 10px; padding: 8px 11px; border: 0; border-radius: 7px; background: var(--mint); color: var(--green-dark); font-weight: 800; cursor: pointer; }
.request-field--error input, .request-field--error textarea { border-color: #a82020; }
.request-field small, .form-error { color: #a82020; font-size: 11px; }
.consent-field { display: flex; align-items: flex-start; gap: 8px; margin: 4px 0 15px; color: var(--muted); font-size: 11px; }
.consent-field input { margin-top: 2px; }
.request-card .button { width: 100%; }
.request-card__trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.request-card__trust span::before { content: "✓"; margin-right: 5px; color: var(--green); }

.category-section, .products-section, .catalog-layout, .checkout-section, .faq-section { padding-block: 80px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 30px; }
.section-heading span { color: var(--green); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.section-heading h2 { margin: 6px 0 0; font-size: 34px; line-height: 1.12; }
.section-heading p { max-width: 430px; margin: 0; color: var(--muted); }
.section-heading--center { display: block; text-align: center; margin-bottom: 40px; }
.section-heading--center p { margin: 12px auto 0; }
.catalog-search { max-width: 760px; height: 52px; display: grid; grid-template-columns: 1fr auto; margin: -12px auto 32px; border: 2px solid #e4ece7; border-radius: var(--radius); background: var(--white); }
.catalog-search:focus-within { border-color: var(--green); }
.catalog-search input { min-width: 0; padding: 0 16px; border: 0; outline: 0; }
.catalog-search button { padding-inline: 28px; border: 0; background: var(--green); color: var(--white); font-weight: 800; }
.catalog-search button { border-radius: 0 calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0; }

.search-box { position: relative; }
.search-suggestions { position: absolute; z-index: 50; top: calc(100% + 8px); left: 0; right: 0; max-height: min(520px, 70vh); overflow-y: auto; padding: 6px; border: 1px solid #cbd4cf; border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 45px rgba(18, 30, 24, .18); }
.search-suggestion { min-width: 0; display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 9px; border-radius: 8px; }
.search-suggestion:hover, .search-suggestion.is-active { background: var(--mint); }
.search-suggestion__image { width: 52px; height: 52px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); color: #8a948f; font-size: 23px; }
.search-suggestion__image img { width: 100%; height: 100%; padding: 3px; object-fit: contain; }
.search-suggestion__copy { min-width: 0; display: flex; flex-direction: column; }
.search-suggestion__copy strong { overflow: hidden; font-size: 13px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.search-suggestion__copy small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.search-suggestion > b { color: var(--ink); font-size: 13px; white-space: nowrap; }
.search-suggestions__empty { display: block; padding: 18px; color: var(--muted); font-size: 13px; text-align: center; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-item { position: relative; min-width: 0; display: block; overflow: hidden; border: 1px solid #e4ece7; border-radius: var(--radius); background: var(--white); font-weight: 700; }
.category-item b { position: absolute; right: 16px; bottom: 16px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 18px; }
.category-item:hover { border-color: var(--green); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.11); }
.category-item:hover b { background: var(--green); color: var(--white); }
.category-item__visual { position: relative; height: 168px; display: grid; place-items: center; overflow: hidden; padding: 18px 20px; border-bottom: 1px solid var(--line); background: var(--white); }
.category-item__visual::after { position: absolute; bottom: 13px; left: 50%; width: 48%; height: 8px; border-radius: 50%; background: rgba(21, 38, 29, .12); content: ""; filter: blur(8px); transform: translateX(-50%); }
.category-item__visual > img { position: relative; z-index: 1; width: 100%; height: 132px; object-fit: contain; }
.category-item__visual--crop-brand > img { transform: scale(1.16); clip-path: inset(0 0 16%); }
.category-item__parts { position: relative; z-index: 1; width: 100%; height: 100%; }
.category-item__parts img { position: absolute; width: 44%; height: 64%; object-fit: contain; mix-blend-mode: multiply; }
.category-item__parts img:first-child { top: 0; left: 19%; width: 62%; height: 84%; }
.category-item__parts img:nth-child(2) { bottom: -2%; left: 0; }
.category-item__parts img:last-child { right: 0; bottom: -2%; }
.category-item__content { min-width: 0; display: flex; align-items: center; padding: 18px 56px 20px 18px; }
.category-item__content > span { min-width: 0; display: flex; flex-direction: column; }
.category-item__content strong { line-height: 1.3; }
.category-item__content small { margin-top: 5px; color: var(--muted); font-size: 12px; font-weight: 400; }

.trust-band { padding-block: 48px; background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-grid > div { min-height: 0; padding: 20px; border: 1px solid #e4ece7; }
.trust-grid > div:first-child { border-left: 1px solid #e4ece7; }
.trust-card { display: flex; align-items: flex-start; gap: 14px; border-radius: var(--radius); background: var(--surface); }
.trust-card:hover { border-color: var(--green); background: var(--mint); transform: translateY(-2px); }
.trust-card > i { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 48px; border-radius: var(--radius); background: var(--green); color: var(--white); font-size: 20px; font-style: normal; }
.trust-grid h3 { margin: 0 0 4px; font-size: 15px; }
.trust-grid p { margin: 0; color: var(--muted); }

.brands-section { padding-block: 60px; background: var(--surface); }
.brands-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.brand-card { min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; border: 2px solid transparent; border-radius: var(--radius); background: var(--white); text-align: center; }
.brand-card:hover { border-color: var(--green); transform: translateY(-4px); box-shadow: 0 4px 24px rgba(0,0,0,.08); }
.brand-card i { height: 52px; font-size: 34px; font-style: normal; }
.brand-card img { width: 100%; height: 52px; margin-bottom: 8px; object-fit: contain; }
.brand-card strong { font-size: 14px; }
.brand-card small { margin-top: 5px; color: var(--muted); }

.jcb-section { padding-block: 60px; background: #eef6ff; }
.jcb-panel { min-height: 260px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; padding: 40px; border: 1px solid #d8e6f6; border-radius: var(--radius-large); background: var(--white); box-shadow: 0 4px 24px rgba(0,0,0,.08); color: var(--ink); }
.jcb-panel span { color: #1762a6; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.jcb-panel h2 { margin: 8px 0 10px; font-size: 38px; }
.jcb-panel p { max-width: 650px; margin: 0; color: var(--muted); }
.jcb-panel__actions { min-width: 310px; display: flex; flex-direction: column; align-items: flex-end; padding: 24px 32px; border-radius: var(--radius); background: #1762a6; color: var(--white); }
.jcb-panel__actions small { color: #d6e5f3; }
.jcb-panel__actions > a:not(.button) { margin: 5px 0 18px; font-size: 25px; font-weight: 800; }
.button--outline { border: 1px solid var(--white); background: var(--white); color: #1762a6; }
.button--outline:hover { background: #eaf3fb; color: #164f80; }

.showcase-section { padding-block: 76px; }
.showcase-section--maz { background: #fff8f2; }
.showcase-section--mtz { background: #edf8f2; }
.showcase-section .section-heading { align-items: center; }
.showcase-section .section-heading p { max-width: 660px; margin-top: 10px; }
.showcase-link { background: var(--white); color: var(--green); border: 1px solid #b8d5c5; }
.showcase-link:hover { color: var(--white); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); transition: all .2s ease; }
.product-card:hover { transform: translateY(-3px); border-color: #c3cec8; box-shadow: 0 14px 34px rgba(23, 27, 26, .11); }
.product-card__image { position: relative; aspect-ratio: 1; display: grid; place-items: center; padding: 18px; background: var(--surface); overflow: hidden; }
.product-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .2s ease; }
.product-card:hover .product-card__image img { transform: scale(1.025); }
.stock-badge { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 5px 8px; border-radius: 4px; color: var(--white); background: #69736e; font-size: 11px; font-weight: 800; }
.stock-badge--in_stock { background: var(--green); }
.stock-badge--on_order { color: #413500; background: var(--yellow); }
.product-placeholder { width: 100%; height: 100%; display: grid; place-items: center; align-content: center; gap: 8px; color: #7d8782; text-align: center; }
.product-placeholder svg { width: 112px; height: 112px; }
.product-placeholder circle { fill: none; stroke: #cbd2ce; stroke-width: 2; stroke-dasharray: 5 5; }
.product-placeholder text { fill: #98a19c; font-size: 58px; }
.product-placeholder small { font-size: 11px; }
.product-card__body { flex: 1; display: flex; flex-direction: column; padding: 18px; }
.sku { color: var(--muted); font-size: 12px; }
.product-card h3 { min-height: 48px; margin: 8px 0 22px; font-size: 16px; line-height: 1.4; }
.product-card h3 a:hover { color: var(--green); }
.product-card__footer { min-height: 56px; margin-top: auto; display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.product-card__footer > div { min-width: 0; display: flex; flex-direction: column; }
.price { font-size: 20px; white-space: nowrap; }
.price--request { font-size: 15px; }
.availability { color: var(--green); font-size: 12px; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border: 0; border-radius: var(--radius); background: var(--green); color: var(--white); font-size: 24px; font-weight: 700; }
.card-button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 13px; border: 0; border-radius: var(--radius); background: var(--green); color: var(--white); font-size: 13px; font-weight: 800; white-space: nowrap; }
.card-button:hover { background: var(--green-dark); }

.reviews-section { padding-block: 0 72px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.review-card { display: flex; flex-direction: column; min-height: 270px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.review-card__stars { color: #d9a600; font-size: 17px; letter-spacing: 0; }
.review-card__text { margin: 18px 0 24px; color: #3d4641; }
.review-card__meta { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }
.review-card__name { display: block; font-weight: 800; }
.review-card__city { color: var(--muted); font-size: 12px; }

.contact-band { background: var(--green); color: var(--white); }
.contact-band__inner { min-height: 250px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-band span { color: #bee5d2; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.contact-band h2 { max-width: 740px; margin: 10px 0 0; font-size: 36px; line-height: 1.15; }
.contact-band__actions { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; white-space: nowrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: var(--radius); background: var(--green); color: var(--white); font-weight: 800; }
.button--light { background: var(--white); color: var(--green); }
.button--light:hover { background: #edf4f0; }
.text-link { text-decoration: underline; text-underline-offset: 4px; }

.faq-section { background: var(--surface); border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.section-heading--stack { display: block; }
.section-heading--stack p { margin-top: 15px; }
.faq-list { border-top: 1px solid #cbd3cf; }
.faq-list details { border-bottom: 1px solid #cbd3cf; }
.faq-list summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 18px; color: var(--green); font-size: 26px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -5px 0 22px; color: var(--muted); }
.faq-list a { color: var(--green); font-weight: 700; }

.page-head { padding-block: 42px; background: var(--surface); border-bottom: 1px solid var(--line); }
.page-head h1 { max-width: 1050px; margin: 20px 0 0; font-size: 42px; line-height: 1.12; }
.page-head p { max-width: 720px; color: var(--muted); }
.content-page { padding-block: 58px 78px; }
.prose { max-width: 900px; }
.prose h2 { margin-top: 40px; font-size: 28px; }
.prose p, .prose li { color: #3f4743; }
.prose a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }
.prose img { height: auto; margin: 28px 0; border-radius: 8px; }
.prose figure { margin: 28px 0; }
.prose figure img { margin: 0; }
.prose figcaption { margin-top: 8px; color: var(--muted); font-size: 13px; }
.prose table { width: 100%; border-collapse: collapse; }
.prose th, .prose td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; }
.blog-section { padding-block: 58px 80px; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.article-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.article-card:hover { border-color: #b8c7bf; transform: translateY(-3px); box-shadow: 0 14px 34px rgba(23, 27, 26, .1); }
.article-card__media { aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; background: var(--surface); }
.article-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.article-card:hover .article-card__media img { transform: scale(1.025); }
.article-card__placeholder { color: #a3aca7; font-size: 58px; }
.article-card__body { padding: 20px; }
.article-card time, .article-hero__meta { color: var(--muted); font-size: 12px; }
.article-card h2 { margin: 8px 0 10px; font-size: 19px; line-height: 1.3; }
.article-card h2 a:hover { color: var(--green); }
.article-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.article-card__link { color: var(--green-dark); font-size: 13px; font-weight: 800; }
.article-hero { padding-block: 42px; background: var(--surface); border-bottom: 1px solid var(--line); }
.article-hero__inner { max-width: 1050px; }
.article-hero__meta { display: flex; gap: 14px; margin-top: 20px; }
.article-hero h1 { margin: 10px 0 14px; font-size: 44px; line-height: 1.12; }
.article-hero p { max-width: 800px; margin: 0; color: var(--muted); font-size: 18px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 850px) 280px; align-items: start; gap: 70px; padding-block: 58px 80px; }
.article-content { max-width: 850px; }
.article-cover { width: 100%; max-height: 520px; object-fit: cover; }
.article-aside { position: sticky; top: 150px; display: flex; flex-direction: column; gap: 12px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.article-aside strong { font-size: 19px; }
.article-aside p { margin: 0; color: var(--muted); font-size: 14px; }
.article-aside > a:last-child { color: var(--green-dark); font-size: 13px; font-weight: 800; text-align: center; }
.related-articles { padding-block: 54px 74px; border-top: 1px solid var(--line); background: var(--surface); }
.related-articles__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.related-articles__grid a { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); font-weight: 700; line-height: 1.35; }
.related-articles__grid a:hover { border-color: var(--green); color: var(--green-dark); }
.breadcrumbs { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; overflow: hidden; white-space: nowrap; }
.breadcrumbs a:hover { color: var(--green); }
.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
.lead-copy { max-width: 900px; margin-top: 20px; color: var(--muted); }
.subcategory-section { margin: -18px 0 34px; }
.subcategory-section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 16px; }
.subcategory-section__head h2 { margin: 0; font-size: 24px; }
.subcategory-section__head span { color: var(--muted); font-size: 13px; }
.subcategory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.subcategory-item { min-width: 0; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.subcategory-item > span { min-width: 0; display: flex; flex-direction: column; }
.subcategory-item strong { overflow-wrap: anywhere; line-height: 1.25; }
.subcategory-item small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.subcategory-item b { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 30px; border-radius: 50%; background: var(--mint); color: var(--green); }
.subcategory-item:hover { border-color: #94c7aa; background: #fbfdfc; box-shadow: 0 8px 24px rgba(23, 27, 26, .08); transform: translateY(-2px); }
.subcategory-item:hover b { background: var(--green); color: var(--white); }
.catalog-filters { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; margin-bottom: 18px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #f8faf9; }
.catalog-filters__head { grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 2px; }
.catalog-filters__head strong { font-size: 18px; }
.catalog-filters__head span { color: var(--muted); font-size: 12px; }
.filter-field { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.filter-field > span { color: #4f5954; font-size: 12px; font-weight: 700; }
.filter-field input, .filter-field select { width: 100%; min-width: 0; height: 44px; padding: 0 12px; border: 1px solid #bbc5c0; border-radius: 8px; background: var(--white); outline: 0; }
.filter-field input:focus, .filter-field select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(10, 158, 79, .1); }
.filter-check { min-height: 44px; display: flex; align-items: center; gap: 9px; align-self: end; font-size: 13px; font-weight: 700; }
.filter-check input { width: 18px; height: 18px; accent-color: var(--green); }
.catalog-filters__actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; grid-column: span 2; align-self: end; }
.catalog-filters__actions .button { min-height: 44px; }
.catalog-filters__actions a, .catalog-toolbar__reset { color: var(--green); font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.catalog-filter-toggle { display: none; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: -4px 0 20px; }
.filter-chips a { min-height: 34px; display: inline-flex; align-items: center; gap: 9px; padding: 0 11px; border: 1px solid #b7d4c3; border-radius: 7px; background: var(--mint); color: #17623c; font-size: 12px; font-weight: 700; }
.filter-chips a:hover { border-color: var(--green); background: #d8f0e2; }
.filter-chips b { font-size: 17px; font-weight: 500; line-height: 1; }
.catalog-toolbar { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.catalog-toolbar form { display: flex; align-items: center; gap: 10px; }
.catalog-toolbar select { height: 42px; padding: 0 34px 0 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.seo-copy, .product-description { max-width: 940px; margin-top: 60px; padding-top: 40px; border-top: 1px solid var(--line); }
.seo-copy h2, .product-description h2 { font-size: 30px; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 22px; margin-top: 38px; }
.pagination a { padding: 10px 15px; border: 1px solid var(--line); border-radius: var(--radius); }

.product-page { padding-block: 26px 70px; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); gap: 64px; margin-top: 28px; }
.product-gallery { min-width: 0; }
.product-gallery__stage { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.product-gallery__stage img { width: 100%; height: 100%; padding: 18px; object-fit: contain; }
.product-gallery__stage > span { position: absolute; right: 14px; bottom: 14px; padding: 7px 11px; border-radius: 7px; background: rgba(23, 27, 26, .84); color: var(--white); font-size: 12px; font-weight: 700; }
.product-gallery__stage:hover { border-color: #aebbb4; }
.product-gallery__stage:hover img { transform: scale(1.018); }
.product-gallery__stage img { transition: transform .2s ease; }
.product-gallery__thumbs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; margin-top: 10px; }
.product-gallery__thumb { aspect-ratio: 1; min-width: 0; padding: 5px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--white); }
.product-gallery__thumb img { width: 100%; height: 100%; object-fit: contain; }
.product-gallery__thumb:hover, .product-gallery__thumb.is-active { border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.product-gallery__dialog { width: min(920px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 20px; border: 0; border-radius: var(--radius); background: var(--white); box-shadow: 0 24px 80px rgba(0, 0, 0, .28); }
.product-gallery__dialog::backdrop { background: rgba(15, 18, 17, .76); }
.product-gallery__dialog > button { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 28px; line-height: 1; }
.product-gallery__dialog > img { width: 100%; max-height: calc(100vh - 72px); object-fit: contain; }
.product-gallery > .product-placeholder { aspect-ratio: 1; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.product-gallery > p { color: var(--muted); font-size: 13px; }
.product-summary h1 { margin: 12px 0 18px; font-size: 38px; line-height: 1.12; }
.product-summary__sku strong { color: var(--ink); }
.availability-line { display: flex; align-items: center; gap: 8px; color: var(--green); font-size: 14px; font-weight: 700; }
.availability-line i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.availability-line--on_order { color: #7b6200; }
.availability-line--on_order i { background: var(--yellow); }
.availability-line--out_of_stock { color: #9a3434; }
.availability-line--out_of_stock i { background: #b83e3e; }
.product-lead { margin-top: 20px; color: var(--muted); }
.buy-panel { margin-top: 28px; padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.buy-panel__price { display: flex; flex-direction: column; margin-bottom: 18px; }
.buy-panel__price del { color: var(--muted); }
.buy-panel__price strong { font-size: 34px; }
.product-buy-form { display: grid; grid-template-columns: 126px minmax(0, 1fr); gap: 10px; }
.product-buy-form .button { width: 100%; }
.quantity-control { height: 48px; display: grid; grid-template-columns: 38px 1fr 38px; overflow: hidden; border: 1px solid #b8c2bd; border-radius: var(--radius); background: var(--white); }
.quantity-control button { border: 0; background: transparent; color: var(--green); font-size: 22px; font-weight: 700; }
.quantity-control button:hover { background: var(--mint); }
.quantity-control input { min-width: 0; width: 100%; padding: 0; border: 0; border-inline: 1px solid var(--line); outline: 0; text-align: center; appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button { appearance: none; }
.buy-panel__contacts { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; padding-top: 18px; border-top: 1px solid #d3dbd7; }
.buy-panel__contacts > a:first-child { display: flex; flex-direction: column; line-height: 1.25; }
.buy-panel__contacts strong { font-size: 17px; }
.buy-panel__contacts span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.buy-panel__contacts > a:last-child { color: var(--green); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.request-price { display: block; margin-bottom: 18px; font-size: 22px; }
.order-conditions { margin-top: 18px; border-top: 1px solid var(--line); }
.order-conditions > div { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.order-conditions b { color: var(--green); font-size: 12px; }
.order-conditions span { display: flex; flex-direction: column; }
.order-conditions strong { font-size: 14px; }
.order-conditions small { margin-top: 3px; color: var(--muted); line-height: 1.4; }
.product-facts { margin: 28px 0 0; border-top: 1px solid var(--line); }
.product-facts > div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.product-facts dt { color: var(--muted); }
.product-facts dd { margin: 0; font-weight: 700; }
.product-check-note { margin-top: 32px; padding: 22px 24px; border-left: 4px solid var(--green); background: var(--surface); }
.product-check-note > strong { font-size: 18px; }
.product-check-note p { margin: 7px 0 12px; color: var(--muted); }
.product-check-note a { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.products-section--border { border-top: 1px solid var(--line); }

.page-search { max-width: 720px; display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 24px; }
.page-search input, .field input:not([type="checkbox"]), .field textarea, .field select { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid #b9c2be; border-radius: var(--radius); background: var(--white); }
.page-search .search-suggestions { right: 96px; }
.search-head { padding-bottom: 34px; }
.search-head h1 { margin-top: 16px; }
.search-summary { margin-bottom: 0; }
.search-results { padding-top: 38px; }
.search-filters { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.search-filters .catalog-filters__actions { grid-column: auto; }
.empty-state--catalog { grid-column: 1 / -1; padding-block: 70px; }
.empty-state--catalog h2 { font-size: 30px; }
.empty-state--catalog > div { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 24px; }
.empty-state--catalog > div > a:last-child { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.search-start { padding: 34px 0 90px; }
.search-start > strong { display: block; margin-bottom: 16px; font-size: 18px; }
.search-start > div { display: flex; flex-wrap: wrap; gap: 10px; }
.search-start a { padding: 11px 15px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); font-weight: 700; }
.search-start a:hover { border-color: #93c6a9; color: var(--green); }
.empty-note { color: var(--muted); }
.checkout-grid { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 60px; align-items: start; }
.checkout-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.checkout-form .field:nth-last-of-type(-n+3), .checkout-form .button, .form-note { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-weight: 700; }
.field input[type="checkbox"] { margin-right: 8px; }
.field--error input, .field--error textarea { border-color: #bd2e2e; }
.field small, .form-errors { color: #a82020; }
.form-note { margin: 0; color: var(--muted); font-size: 13px; }
.order-summary { padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.order-summary h2 { margin-top: 0; }
.order-summary > div { display: flex; justify-content: space-between; gap: 20px; padding-block: 13px; border-top: 1px solid var(--line); font-size: 14px; }
.order-summary > div strong { white-space: nowrap; }
.order-summary__total { font-size: 18px !important; }
.order-summary > p { margin: 18px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.cart-list { border-top: 1px solid var(--line); }
.cart-row { display: grid; grid-template-columns: 88px minmax(0, 1fr) auto 130px auto; align-items: center; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.cart-row__image { width: 88px; height: 88px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.cart-row__image img { width: 100%; height: 100%; padding: 5px; object-fit: contain; }
.cart-row__image span { color: #98a19c; font-size: 30px; }
.cart-row h2 { margin: 5px 0 0; font-size: 17px; }
.cart-row label { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.cart-row input { width: 64px; height: 38px; padding: 5px; border: 1px solid var(--line); border-radius: var(--radius); }
.cart-row button { border: 0; background: transparent; text-decoration: underline; }
.remove-button { color: #a82020; }
.cart-total { display: flex; justify-content: flex-end; align-items: center; gap: 26px; margin-top: 30px; }
.cart-total strong { font-size: 28px; }
.empty-state { padding-block: 90px; text-align: center; }
.empty-state h2 { margin: 12px 0; font-size: 42px; }
.empty-state p { color: var(--muted); }
.success-section { padding-block: 70px 90px; }
.success-layout { display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: 72px; align-items: start; }
.success-copy h1 { margin: 20px 0 8px; font-size: 44px; }
.success-copy > p { max-width: 640px; color: var(--muted); }
.success-copy > p strong { color: var(--ink); }
.success-number { margin-top: 0; font-size: 18px; }
.success-mark { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--white); font-size: 32px; }
.success-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; }
.success-actions > a:last-child { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.success-order { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.success-order h2 { margin: 0 0 14px; font-size: 21px; }
.success-order > div, .success-order footer { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-top: 1px solid var(--line); }
.success-order > div { font-size: 13px; }
.success-order > div span { display: flex; flex-direction: column; }
.success-order small { margin-top: 3px; color: var(--muted); }
.success-order > div strong { white-space: nowrap; }
.success-order footer { font-size: 19px; }
.error-code { color: var(--green); font-size: 72px; font-weight: 800; }

.site-footer { padding-top: 56px; background: #202422; color: var(--white); }
.brand--footer { width: fit-content; margin: 0 0 16px; padding: 5px 8px; overflow: hidden; border-radius: 7px; background: var(--white); }
.brand__logo--footer { width: 220px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 70px; }
.footer-grid p { max-width: 430px; color: #adb7b2; }
.footer-grid h2 { margin: 0 0 18px; font-size: 15px; }
.footer-grid a { display: block; width: fit-content; margin: 9px 0; color: #dfe4e1; }
.footer-grid a:hover { color: var(--yellow); }
.footer-logo { filter: brightness(0) invert(1); }
.footer-bottom { margin-top: 46px; padding-block: 20px; border-top: 1px solid #3b413e; color: #8d9792; font-size: 13px; }

@media (min-width: 821px) {
  .home-page .callbackkiller.cbk-phone { inset: auto auto 20px 20px !important; }
}

.reveal-ready { opacity: 0; transform: translateY(18px); transition: opacity .45s ease, transform .45s ease; }
.reveal-ready.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .header-main { gap: 8px; }
  .brand { margin-right: 12px; }
  .brand__logo { width: 160px; }
  .header-nav { gap: 2px; font-size: 13px; }
  .header-nav__link { padding-inline: 9px; }
  .header-nav__link--secondary, .cart-link__label { display: none; }
  .header-utility__inner { grid-template-columns: minmax(280px, 1fr) auto auto; }
  .payment-note { display: none; }
  .hero__grid { min-height: 760px; grid-template-columns: minmax(0, 1fr) 390px; grid-template-rows: auto 250px; grid-template-areas: "content form" "machines machines"; column-gap: 32px; row-gap: 10px; }
  .hero h1 { font-size: 42px; }
  .hero-machines { width: min(900px, 100%); min-height: 250px; }
  .hero-machine--blue { width: 205px; }
  .hero-machine--maz { right: 3%; width: 168px; }
  .hero-machine--red { left: 13%; width: 320px; }
  .hero-machine--cat { right: 5%; width: 382px; }
  .category-grid, .product-grid { grid-template-columns: repeat(3, 1fr); }
  .subcategory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brands-grid { grid-template-columns: repeat(4, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 36px; }
  .related-articles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-layout { gap: 36px; }
  .checkout-grid { grid-template-columns: minmax(0, 1fr) 360px; gap: 32px; }
}

@media (min-width: 821px) and (max-width: 1080px) {
  .header-nav { position: absolute; z-index: 12; top: 68px; right: 24px; width: 360px; display: grid; gap: 3px; max-height: calc(100dvh - 90px); padding: 10px; overflow-y: auto; border: 1px solid #d8e1dc; border-radius: 14px; background: var(--white); box-shadow: 0 22px 52px rgba(23,27,26,.2); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
  .header-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .header-nav__link, .header-nav__link--secondary { min-height: 46px; display: flex; padding: 0 13px; border-radius: 9px; color: #303735; font-size: 14px; }
  .header-nav__link.is-active::after, .header-nav__group.is-active > .header-nav__link::after { top: 12px; right: auto; bottom: 12px; left: 2px; width: 3px; height: auto; }
  .header-nav__link--catalog { margin: 0 0 3px; background: var(--green); color: var(--white); }
  .header-nav__link--catalog:hover, .header-nav__link--catalog:focus-visible, .header-nav__link--catalog.is-active { background: var(--green-dark); color: var(--white); }
  .header-nav__group { display: grid; }
  .header-nav__chevron { margin-left: auto; }
  .header-subnav { position: static; width: auto; visibility: visible; margin: 0 4px 5px; padding: 3px 4px 5px 14px; border: 0; border-left: 2px solid #b7dbc7; border-radius: 0; background: transparent; box-shadow: none; opacity: 1; transform: none; }
  .header-subnav::before, .header-subnav__intro { display: none; }
  .header-subnav a { min-height: 44px; justify-content: center; padding: 7px 11px; color: #3d4843; }
  .header-subnav a strong { font-size: 13px; }
  .header-subnav a span { font-size: 10px; }
  .menu-toggle { display: inline-flex; }
  body.menu-open { overflow: hidden; }
}

@media (max-width: 820px) {
  .hero__grid { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto 250px auto; grid-template-areas: "content" "machines" "form"; gap: 26px; padding-block: 34px 46px; }
  .hero-machines { width: 100%; min-height: 250px; }
  .request-card { width: min(100%, 560px); justify-self: center; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { position: relative; }
  .header-main { min-height: 62px; grid-template-columns: 1fr auto auto; gap: 8px; }
  .brand { margin-right: auto; }
  .brand__logo { width: 145px; }
  .brand__icon { width: 36px; height: 36px; border-radius: 9px; }
  .header-nav { position: absolute; z-index: 12; top: 68px; right: 14px; left: 14px; display: grid; gap: 3px; max-height: calc(100dvh - 84px); padding: 10px; overflow-y: auto; border: 1px solid #d8e1dc; border-radius: 14px; background: var(--white); box-shadow: 0 22px 52px rgba(23,27,26,.2); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
  .header-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .header-nav__link, .header-nav__link--secondary { min-height: 46px; display: flex; padding: 0 13px; border-radius: 9px; color: #303735; font-size: 14px; }
  .header-nav__link.is-active::after, .header-nav__group.is-active > .header-nav__link::after { top: 12px; right: auto; bottom: 12px; left: 2px; width: 3px; height: auto; }
  .header-nav__link--catalog { margin: 0 0 3px; background: var(--green); color: var(--white); }
  .header-nav__link--catalog:hover, .header-nav__link--catalog:focus-visible, .header-nav__link--catalog.is-active { background: var(--green-dark); color: var(--white); }
  .header-nav__group { display: grid; }
  .header-nav__chevron { margin-left: auto; }
  .header-subnav { position: static; width: auto; visibility: visible; margin: 0 4px 5px; padding: 3px 4px 5px 14px; border: 0; border-left: 2px solid #b7dbc7; border-radius: 0; background: transparent; box-shadow: none; opacity: 1; transform: none; }
  .header-subnav::before, .header-subnav__intro { display: none; }
  .header-subnav a { min-height: 44px; justify-content: center; padding: 7px 11px; color: #3d4843; }
  .header-subnav a strong { font-size: 13px; }
  .header-subnav a span { font-size: 10px; }
  .header-nav__mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 5px; padding: 12px 4px 4px; border-top: 1px solid var(--line); }
  .header-nav__mobile-actions > a { min-width: 0; display: flex; flex-direction: column; padding: 9px 10px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); line-height: 1.25; }
  .header-nav__mobile-actions strong { font-size: 12px; white-space: nowrap; }
  .header-nav__mobile-actions span { margin-top: 3px; color: var(--muted); font-size: 10px; font-weight: 500; }
  .header-nav__mobile-actions .header-nav__mobile-request { grid-column: 1 / -1; align-items: center; border-color: var(--green); background: var(--green); color: var(--white); font-size: 13px; font-weight: 800; }
  .header-contacts { display: none; }
  .header-request { display: none; }
  .menu-toggle { display: inline-flex; }
  .cart-link { height: 40px; padding-left: 10px; }
  .cart-link span { display: none; }
  .header-utility { display: block; }
  .header-utility__inner { min-height: 176px; grid-template-columns: 1fr 1fr; gap: 8px 12px; padding-block: 10px; }
  .header-search { grid-column: 1 / -1; height: 44px; }
  .header-search button { padding-inline: 16px; }
  .header-utility__inner > a { min-width: 0; font-size: 11px; overflow-wrap: anywhere; }
  .utility-main-phone { display: flex !important; }
  .utility-main-phone strong, .utility-jcb-phone strong { font-size: 12px; }
  .utility-email { grid-column: 1; }
  .payment-note { display: block; grid-column: 2; font-size: 11px; }
  body.menu-open { overflow: hidden; }
  .messages { top: 8px; width: 100%; }
  .hero__grid { grid-template-rows: auto 240px auto; gap: 24px; padding-block: 30px 40px; }
  .hero__badge { margin-bottom: 18px; }
  .hero h1 { max-width: 560px; font-size: 36px; }
  .hero__content > p { margin: 18px 0 24px; font-size: 16px; }
  .hero__actions { display: grid; margin-bottom: 28px; }
  .button--large { min-height: 52px; width: 100%; padding-inline: 18px; }
  .hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .hero__stats strong { font-size: 15px; overflow-wrap: anywhere; }
  .hero__stats span { font-size: 10px; }
  .hero-machines { min-height: 240px; }
  .hero-machine::after { height: 10px; filter: blur(6px); }
  .hero-machine img { filter: drop-shadow(0 5px 5px rgba(23, 27, 26, .14)); }
  .hero-machine--blue { top: 0; left: 0; width: 180px; }
  .hero-machine--maz { top: 0; right: 5%; width: 145px; }
  .hero-machine--red { bottom: 0; left: 16%; width: 280px; }
  .hero-machine--cat { right: 0; bottom: 2px; width: 335px; }
  .request-card { padding: 22px; }
  .request-card__head h2 { font-size: 24px; }
  .request-card__trust { gap: 7px; font-size: 10px; }
  .category-section, .products-section, .catalog-layout, .checkout-section, .faq-section { padding-block: 44px; }
  .section-heading { display: block; margin-bottom: 22px; }
  .section-heading h2 { font-size: 28px; }
  .section-heading p { margin-top: 12px; }
  .brands-grid, .category-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-card { min-height: 126px; padding: 16px; }
  .category-item { font-size: 14px; }
  .category-item__visual { height: 140px; padding: 12px; }
  .category-item__visual > img { height: 108px; }
  .category-item__content { align-items: flex-start; padding: 14px 14px 44px; }
  .category-item b { right: 10px; bottom: 12px; width: 28px; height: 28px; }
  .catalog-search { height: auto; grid-template-columns: 1fr; gap: 8px; border: 0; background: transparent; overflow: visible; }
  .catalog-search input, .catalog-search button { min-height: 48px; border-radius: var(--radius); }
  .catalog-search input { border: 1px solid var(--line); }
  .catalog-search button { border-radius: var(--radius); }
  .search-suggestions { top: calc(100% + 5px); max-height: min(430px, 64vh); }
  .search-suggestion { grid-template-columns: 44px minmax(0, 1fr); gap: 9px; }
  .search-suggestion__image { width: 44px; height: 44px; }
  .search-suggestion > b { grid-column: 2; margin-top: -5px; color: var(--green); font-size: 12px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: 0; padding: 18px; border: 1px solid var(--line); }
  .jcb-section { padding-block: 44px; }
  .jcb-panel { min-height: 0; grid-template-columns: 1fr; gap: 26px; padding: 28px 22px; }
  .jcb-panel h2 { font-size: 30px; }
  .jcb-panel__actions { min-width: 0; width: 100%; align-items: flex-start; padding: 22px; }
  .jcb-panel__actions > a:not(.button) { font-size: 22px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card__image { padding: 10px; }
  .product-card__body { padding: 12px; }
  .product-card h3 { min-height: 58px; margin-bottom: 14px; font-size: 14px; }
  .price { font-size: 16px; }
  .icon-button { width: 36px; height: 36px; }
  .card-button { min-height: 36px; padding-inline: 9px; font-size: 11px; }
  .reviews-section { padding-bottom: 44px; }
  .review-card { min-height: 0; padding: 20px; }
  .contact-band__inner { min-height: 310px; display: block; padding-block: 46px; }
  .contact-band h2 { font-size: 28px; }
  .contact-band__actions { align-items: stretch; margin-top: 26px; }
  .faq-layout { grid-template-columns: 1fr; gap: 12px; }
  .faq-list summary { font-size: 16px; }
  .page-head h1, .product-summary h1 { font-size: 31px; }
  .blog-section { padding-block: 36px 56px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-hero { padding-block: 30px; }
  .article-hero h1 { font-size: 31px; }
  .article-hero p { font-size: 16px; }
  .article-layout { grid-template-columns: 1fr; gap: 30px; padding-block: 38px 56px; }
  .article-aside { position: static; }
  .related-articles { padding-block: 42px 54px; }
  .related-articles__grid { grid-template-columns: 1fr; }
  .subcategory-section { margin-top: -8px; }
  .subcategory-section__head { display: block; }
  .subcategory-section__head h2 { font-size: 21px; }
  .subcategory-section__head span { display: block; margin-top: 3px; }
  .subcategory-grid { grid-template-columns: 1fr; }
  .subcategory-item { min-height: 66px; }
  .catalog-filter-toggle { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; padding: 0 15px; border: 1px solid #b8c5be; border-radius: var(--radius); background: var(--white); font-weight: 800; }
  .catalog-filter-toggle b { color: var(--green); font-size: 20px; transition: transform .2s ease; }
  .catalog-filter-toggle[aria-expanded="true"] b { transform: rotate(180deg); }
  .filters-enhanced .catalog-filters[data-catalog-filters] { display: none; }
  .filters-enhanced .catalog-filters[data-catalog-filters].is-open { display: grid; }
  .catalog-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 16px; }
  .catalog-filters__head, .catalog-filters__actions { grid-column: 1 / -1; }
  .catalog-filters__head { display: block; }
  .catalog-filters__head span { display: block; margin-top: 3px; }
  .catalog-filters__actions { justify-content: flex-start; }
  .filter-check { grid-column: 1 / -1; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .filter-chips { margin-top: 0; }
  .page-search { grid-template-columns: 1fr; }
  .page-search .search-suggestions { right: 0; }
  .search-head { padding-bottom: 28px; }
  .search-results { padding-top: 24px; }
  .search-filters { grid-template-columns: 1fr; }
  .search-filters .filter-field, .search-filters .filter-check, .search-filters .catalog-filters__actions { grid-column: 1; }
  .empty-state--catalog { padding-block: 46px; }
  .empty-state--catalog h2 { font-size: 25px; }
  .empty-state--catalog > div { align-items: stretch; flex-direction: column; }
  .product-layout { grid-template-columns: 1fr; gap: 30px; }
  .product-gallery__thumbs { display: flex; overflow-x: auto; padding-bottom: 3px; }
  .product-gallery__thumb { width: 72px; flex: 0 0 72px; }
  .product-gallery__stage img { padding: 10px; }
  .product-gallery__stage > span { right: 9px; bottom: 9px; }
  .product-buy-form { grid-template-columns: 112px minmax(0, 1fr); }
  .buy-panel { padding: 18px; }
  .buy-panel__contacts { align-items: flex-start; flex-direction: column; gap: 10px; }
  .product-facts > div { grid-template-columns: 120px 1fr; }
  .checkout-grid, .checkout-form { grid-template-columns: 1fr; }
  .checkout-form .field, .checkout-form .button, .form-note { grid-column: 1; }
  .order-summary { grid-row: 1; }
  .cart-row { grid-template-columns: 68px minmax(0, 1fr) auto; gap: 14px; }
  .cart-row__image { width: 68px; height: 68px; }
  .cart-row > form:first-of-type { grid-column: 2; grid-row: 2; }
  .cart-row > strong { grid-column: 3; grid-row: 1; }
  .cart-row > form:last-of-type { grid-column: 3; grid-row: 2; }
  .cart-total { align-items: stretch; flex-direction: column; }
  .success-section { padding-block: 48px 62px; }
  .success-layout { grid-template-columns: 1fr; gap: 34px; }
  .success-copy h1 { font-size: 34px; }
  .success-actions { align-items: stretch; flex-direction: column; }
  .success-actions > a { text-align: center; }
  .success-order { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 500px) {
  .hero__grid { grid-template-rows: auto 210px auto; }
  .hero-machines { min-height: 210px; }
  .hero-machine--blue { width: 120px; }
  .hero-machine--maz { width: 100px; }
  .hero-machine--red { left: 1%; width: 188px; }
  .hero-machine--cat { width: 218px; }
}

@media (max-width: 640px) {
  body.home-page .callbackkiller.cbk-phone {
    position: fixed !important;
    inset: auto 12px 12px auto !important;
    transform: scale(.72) !important;
    transform-origin: bottom right !important;
  }
  body .callbackkiller.cbk-window.cbk-window-modal {
    width: calc(100vw - 24px) !important;
    max-width: 390px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 24px) !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    overflow-y: auto !important;
  }
  body .callbackkiller.cbk-window.cbk-window-modal .cbk-forms {
    width: 100% !important;
    height: auto !important;
    padding: 48px 0 18px !important;
  }
  body .callbackkiller.cbk-window.cbk-window-modal .cbk-window-logo { display: none !important; }
  body .callbackkiller.cbk-window.cbk-window-modal .cbk-form {
    box-sizing: border-box !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 20px !important;
  }
  body .callbackkiller.cbk-window.cbk-window-modal .cbk-close-window {
    top: 6px !important;
    right: 8px !important;
    left: auto !important;
  }
  body .callbackkiller.cbk-window.cbk-window-modal .cbk-copyright {
    position: static !important;
    display: block !important;
    width: max-content !important;
    max-width: calc(100% - 40px) !important;
    margin: 0 auto 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
