.mitu-products-title{background:var(--brand-bg-alt)}.mitu-products-title .container{display:flex;justify-content:space-between;align-items:flex-end;gap:32px}.mitu-products-title p{max-width:820px}.catalog-category{border-top:2px solid var(--brand-primary);margin-bottom:42px}.catalog-category-head{padding:22px 0 12px}.catalog-category-head h2{margin-bottom:8px}.catalog-table{border:1px solid var(--brand-border)}.catalog-row{display:grid;grid-template-columns:minmax(260px,1.25fr) minmax(240px,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:16px;border-bottom:1px solid var(--brand-border)}.catalog-row:last-child{border-bottom:0}.catalog-row:hover{background:var(--brand-bg-alt)}.catalog-row a:first-child{display:flex;align-items:center;gap:14px}.catalog-row img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.catalog-name{color:var(--brand-neutral-dark);font-weight:760}.catalog-spec{color:var(--brand-neutral-mid);font-size:.92rem}.mitu-products-cta{background:var(--brand-bg-alt)}@media (max-width:991px){.mitu-products-title .container{display:block}.catalog-row{grid-template-columns:1fr}}