.catalog-head{padding:72px 0 40px;background:var(--brand-bg-alt)}.catalog-head .container{display:flex;gap:24px;align-items:flex-end;justify-content:space-between}.catalog-head h1{font-size:max(2rem, min(4vw, 3.4rem));font-weight:800}.catalog-head p{max-width:760px;color:var(--brand-text-muted)}.catalog-list{padding:56px 0 80px}.catalog-category{margin-bottom:38px}.catalog-category__title{padding-bottom:16px;border-bottom:2px solid var(--brand-primary-dark)}.catalog-category__title h2{font-size:1.45rem;font-weight:800}.catalog-category__title p{margin:0;color:var(--brand-text-muted)}.catalog-table{border:1px solid var(--brand-border);border-top:0}.catalog-row{display:grid;grid-template-columns:76px 1fr auto;grid-gap:18px;gap:18px;align-items:center;padding:16px;border-bottom:1px solid var(--brand-border)}.catalog-row:last-child{border-bottom:0}.catalog-row:hover{background:var(--brand-bg-alt)}.catalog-row img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;background:#fff;border:1px solid var(--brand-border)}.catalog-row h3{margin:0 0 4px;font-size:1rem;font-weight:800}.catalog-row p{margin:0;color:var(--brand-text-muted);font-size:.93rem}@media (max-width:767px){.catalog-head .container,.catalog-row{display:block}.catalog-row .btn,.catalog-row img{margin-top:12px}}