.products-catalog{padding:160px 0 80px}.products-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:28px;gap:28px;align-items:end;margin-bottom:36px}.products-title-row h1{font-size:max(2rem, min(4vw, 3.25rem))}.products-title-row p{max-width:760px}.catalog-category{padding:24px 0;border-top:1px solid var(--brand-border)}.catalog-category__head{display:grid;grid-template-columns:minmax(220px,0.32fr) minmax(0,0.68fr);grid-gap:24px;gap:24px;margin-bottom:18px}.catalog-category__head h2{font-size:1.25rem}.catalog-rows{display:grid;grid-gap:10px;gap:10px}.catalog-row{display:grid;grid-template-columns:76px minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:14px;border:1px solid var(--brand-border);background:var(--brand-bg)}.catalog-row:hover{background:var(--brand-bg-alt)}.catalog-row img{width:76px;height:76px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border)}.catalog-row h3{margin:0 0 4px;font-size:1rem}.catalog-row p{margin:0}@media (max-width:767.98px){.catalog-category__head,.catalog-row,.products-title-row{grid-template-columns:1fr}.catalog-row img{width:100%;height:auto;aspect-ratio:4/3}}