.catalog-heading{background:var(--brand-bg-alt)}.catalog-heading .container{display:flex;justify-content:space-between;align-items:end;gap:28px}.catalog-heading p{max-width:760px}.catalog-category{padding:32px 0;border-top:1px solid var(--brand-border)}.catalog-category:first-child{border-top:0;padding-top:0}.catalog-category__head{display:grid;grid-template-columns:minmax(220px,0.35fr) minmax(0,0.65fr);grid-gap:24px;gap:24px;align-items:start;margin-bottom:20px}.catalog-rows{display:grid;grid-gap:12px;gap:12px}.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);border-radius:var(--radius-brand)}.catalog-row:hover{background:var(--brand-bg-alt)}.catalog-row img{width:76px;height:76px;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.catalog-row h3{margin-bottom:4px}.catalog-row p{margin-bottom:0;color:var(--brand-text)}@media (max-width:767px){.catalog-category__head,.catalog-heading .container,.catalog-row{grid-template-columns:1fr;display:grid}.catalog-row img{width:100%;height:auto;aspect-ratio:4/3}}