.catalog-preview{background:#f4f6f9;color:#10223a}.catalog-preview .section-head{align-items:end}.catalog-preview h2{max-width:660px}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.catalog-card{display:grid;grid-template-columns:1fr auto;background:white;border:1px solid #e0e6ef;padding:20px;gap:14px;color:#10223a;text-decoration:none;transition:transform .2s,border-color .2s}.catalog-card img{grid-column:1/-1;width:100%;height:190px;object-fit:contain;transition:transform .3s}.catalog-card span{font-family:var(--head);font-weight:bold;font-size:22px;text-transform:uppercase;line-height:1.1}.catalog-card b{color:var(--blue);font-size:24px}.catalog-card:hover,.catalog-card:focus-visible{border-color:var(--blue);transform:translateY(-3px)}.catalog-card:hover img{transform:scale(1.035)}.catalog-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap;margin-top:30px}.catalog-pdf{color:var(--blue);font-size:13px;font-weight:bold}.catalog-actions>span{margin-left:auto;color:#63718b;font-size:12px}.product--catalog .product__media{background:white;border-radius:3px;padding:20px}.product--catalog .product__media img{object-fit:contain;width:100%;filter:none;mix-blend-mode:normal}@media(max-width:750px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.catalog-card{padding:12px;gap:10px}.catalog-card img{height:140px}.catalog-card span{font-size:18px}.catalog-actions{gap:18px}.catalog-actions>span{margin-left:0}}@media(max-width:400px){.catalog-card img{height:110px}.catalog-card span{font-size:16px}}@media(prefers-reduced-motion:reduce){.catalog-card,.catalog-card img{transition:none}}
