.products-catalog__head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:42px;border-bottom:1px solid var(--brand-border);padding-bottom:28px}.products-catalog__head h1{margin:0 0 12px;font-size:max(2rem, min(4vw, 3.2rem))}.products-catalog__head p{max-width:720px;margin:0}.catalog-list{display:grid;grid-gap:42px;gap:42px}.catalog-category{display:grid;grid-gap:18px;gap:18px}.catalog-category h2{margin:0;font-size:1.55rem}.catalog-category__desc{max-width:780px;margin:0}.catalog-items{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.catalog-item{border:1px solid var(--brand-border);background:var(--brand-bg)}.catalog-item__button{display:grid;grid-template-columns:76px minmax(0,1fr) minmax(160px,0.5fr) 132px;grid-gap:18px;gap:18px;align-items:center;width:100%;padding:12px 16px;border:0;background:0 0;color:var(--brand-text);text-align:left}.catalog-item__button:focus,.catalog-item__button:hover{background:var(--brand-bg-alt)}.catalog-item img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.catalog-item__name{font-weight:800}.catalog-item__meta{color:var(--brand-text);font-size:.92rem}.catalog-item__cta{justify-self:end;display:inline-flex;padding:8px 12px;background:var(--brand-primary);color:var(--brand-text-inverse);font-size:.86rem;font-weight:800}@media (max-width:767px){.products-catalog__head{align-items:flex-start;flex-direction:column}.catalog-item__button{grid-template-columns:64px minmax(0,1fr)}.catalog-item__cta,.catalog-item__meta{grid-column:2;justify-self:start}}