.catalog-head{padding:76px 0 34px;background:var(--brand-bg-alt)}.catalog-head .container{display:grid;grid-template-columns:1fr 320px;grid-gap:32px;gap:32px;align-items:end}.catalog-head h1{font-size:max(2rem, min(4vw, 3.4rem));font-weight:900}.catalog-search label{display:block;font-weight:800;margin-bottom:8px}.catalog-search input{width:100%;min-height:46px;border:1px solid var(--brand-border);padding:0 12px}.catalog-list{padding:54px 0 90px}.catalog-category{margin-bottom:42px}.catalog-category h2{font-size:1.35rem;border-bottom:2px solid var(--brand-primary);padding-bottom:10px}.catalog-rows{display:grid;grid-gap:10px;gap:10px}.catalog-row{display:grid;grid-template-columns:64px 1fr auto;grid-gap:16px;gap:16px;align-items:center;border:1px solid var(--brand-border);padding:12px;background:#fff}.catalog-row:hover{background:var(--brand-bg-alt)}.catalog-row img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;background:#eef1f5}.catalog-copy h3{margin:0;font-size:1rem}.catalog-copy p{margin:4px 0 0;color:var(--brand-text-muted);font-size:.92rem}@media (max-width:768px){.catalog-head .container,.catalog-row{grid-template-columns:1fr}.catalog-row img{width:100%;height:160px}}