.catalog-header{padding:160px 0 32px;background:var(--brand-bg-alt)}.catalog-header .container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;align-items:flex-end}.catalog-header p{max-width:640px;margin-bottom:0}.catalog-search{min-width:min(100%,280px)}.catalog-category{margin-bottom:40px}.catalog-category h2{margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid var(--brand-primary)}.catalog-list{display:grid;grid-gap:8px;gap:8px}.catalog-item{display:grid;grid-template-columns:64px 1fr auto;grid-gap:16px;gap:16px;align-items:center;padding:12px 16px;border:1px solid var(--brand-border);background:var(--brand-bg);border-radius:2px}.catalog-item:hover{border-color:var(--brand-primary);background:var(--brand-bg-alt)}.catalog-item img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.catalog-item__body h3{margin:0 0 4px;font-size:1rem}.catalog-item__body p{margin:0;font-size:.9rem;color:var(--brand-text)}@media (max-width:767.98px){.catalog-item{grid-template-columns:64px 1fr}.catalog-item .btn{grid-column:1/-1}}