.products-catalog{padding-top:150px;background:var(--brand-bg)}.catalog-head,.products-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:42px}.catalog-head p,.products-title-row p{max-width:760px}.catalog-category{border-top:1px solid var(--brand-border);padding:28px 0}.catalog-category__title{margin-bottom:16px}.catalog-items,.catalog-rows{display:grid;grid-gap:12px;gap:12px}.catalog-item,.catalog-row{display:grid;grid-template-columns:76px 1fr auto;align-items:center;grid-gap:18px;gap:18px;padding:14px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.catalog-item img,.catalog-row img{width:76px;height:76px;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-bg-alt)}.catalog-item h3{margin:0 0 4px}.catalog-item p{margin:0}@media (max-width:767px){.catalog-head,.catalog-item,.catalog-row,.products-title-row{display:block}.catalog-item>*,.catalog-row>*{margin-bottom:12px}}