.minimal-catalog-title{padding:180px 0 58px;background:linear-gradient(135deg,var(--brand-bg-alt),#fff)}.catalog-title-row{display:grid;grid-template-columns:1fr auto;grid-gap:32px;gap:32px;align-items:end}.catalog-title-row p{max-width:800px}.catalog-list-section{padding:56px 0 96px}.catalog-category-block{margin-bottom:48px}.catalog-category-head{display:flex;justify-content:space-between;gap:28px;align-items:end;padding-bottom:18px;border-bottom:1px solid var(--brand-border)}.catalog-category-head p{max-width:580px}.catalog-table-like{border:1px solid var(--brand-border);border-radius:16px;overflow:hidden;background:#fff}.catalog-row{display:grid;grid-template-columns:82px 1.2fr 1.4fr auto;grid-gap:18px;gap:18px;align-items:center;padding:18px;border-bottom:1px solid var(--brand-border);color:var(--brand-text)}.catalog-row:last-child{border-bottom:0}.catalog-row:hover{background:var(--brand-accent);color:var(--brand-text)}.catalog-thumb img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:10px;background:var(--brand-bg-alt)}.catalog-name small{display:block;color:var(--brand-primary);font-weight:700}.catalog-spec{color:var(--brand-text);font-size:.92rem}.catalog-action{color:var(--brand-primary);font-weight:850}@media (max-width:991px){.catalog-category-head,.catalog-row,.catalog-title-row{grid-template-columns:1fr}.catalog-title-row .btn-primary-solid{width:-moz-fit-content;width:fit-content}}