.bhr-catalog{padding:72px 0 96px}.bhr-catalog-head{display:flex;justify-content:space-between;gap:32px;align-items:end;padding-bottom:28px;border-bottom:3px solid var(--brand-text)}.bhr-catalog-head h1{margin:12px 0}.bhr-catalog-head p{max-width:700px;margin:0}.bhr-catalog-group{padding:34px 0;border-bottom:1px solid var(--brand-border)}.bhr-category-title{display:grid;grid-template-columns:1fr 2fr;grid-gap:24px;gap:24px}.bhr-category-title h2{font-size:1.25rem}.bhr-catalog-list{border-top:1px solid var(--brand-border)}.bhr-catalog-row{display:grid;grid-template-columns:72px 1fr auto;grid-gap:20px;gap:20px;align-items:center;padding:12px 0;border-bottom:1px solid var(--brand-border)}.bhr-catalog-row img{width:64px;height:64px;-o-object-fit:contain;object-fit:contain;background:var(--brand-neutral-light)}.bhr-catalog-row h3{margin:0}.bhr-catalog-row:hover{background:var(--brand-bg-alt)}@media (max-width:767.98px){.bhr-catalog-head{display:block}.bhr-catalog-head .btn{margin-top:20px}.bhr-category-title{display:block}.bhr-catalog-row{grid-template-columns:64px 1fr}.bhr-catalog-row .btn{grid-column:2;justify-self:start}}