.catalog-title{padding:58px 0 28px;background:var(--brand-bg-alt)}.catalog-title .container{display:flex;justify-content:space-between;gap:24px;align-items:end}.catalog-title h1{max-width:760px}.catalog-title p{max-width:760px;color:var(--brand-text-secondary)}.catalog-category{margin-bottom:42px}.catalog-category h2{border-bottom:2px solid var(--brand-primary);padding-bottom:12px;margin-bottom:12px;font-size:1.4rem}.catalog-row{display:grid;grid-template-columns:82px 1fr 180px 130px;grid-gap:18px;gap:18px;align-items:center;border-bottom:1px solid var(--brand-border);padding:16px 0}.catalog-row:hover{background:var(--brand-bg-alt)}.catalog-row img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.catalog-row h3{font-size:1.08rem;margin-bottom:4px}.catalog-row p{margin:0;color:var(--brand-text-secondary)}.catalog-meta{color:var(--brand-primary-dark);font-weight:700;font-size:.88rem}@media (max-width:900px){.catalog-row,.catalog-title .container{display:block}.catalog-row>*{margin-bottom:10px}}