.fast-products-catalog{padding-top:160px;background:var(--brand-bg)}.fast-products-title{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:end;margin-bottom:36px;padding-bottom:24px;border-bottom:1px solid var(--brand-border)}.fast-products-title h1{margin:0 0 12px;font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.fast-products-title p:not(.fast-eyebrow){margin:0;max-width:760px}.fast-catalog-list{display:grid;grid-gap:34px;gap:34px}.fast-catalog-category{border:1px solid var(--brand-border);background:var(--brand-bg)}.fast-catalog-category__head{padding:22px 24px;background:var(--brand-bg-alt);border-bottom:1px solid var(--brand-border)}.fast-catalog-category__head h2{margin:0 0 6px;color:var(--brand-primary-dark);font-size:1.3rem}.fast-catalog-category__head p{margin:0}.fast-catalog-items{display:grid}.fast-catalog-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:16px 20px;border-bottom:1px solid var(--brand-border)}.fast-catalog-item:last-child{border-bottom:0}.fast-catalog-item:hover{background:#f8fafb}.fast-catalog-item img{width:72px;height:72px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt);border:1px solid var(--brand-border)}.fast-catalog-item h3{margin:0 0 4px;color:var(--brand-text);font-size:1rem}.fast-catalog-item p{margin:0;font-size:.92rem}.fast-catalog-item .fast-btn-solid{padding:10px 14px;min-height:38px}@media (max-width:767px){.fast-catalog-item,.fast-products-title{grid-template-columns:1fr}.fast-catalog-item img{width:100%;height:auto;aspect-ratio:4/3}}