.mmk-catalog-page{padding-top:76px}.mmk-catalog-head{padding:72px 0 48px;border-bottom:1px solid var(--brand-border)}.mmk-catalog-head .container{display:flex;justify-content:space-between;align-items:end;gap:32px}.mmk-catalog-head p{max-width:700px;margin-bottom:0}.catalog-help{white-space:nowrap;font-weight:750}.mmk-catalog{padding:32px 0 96px}.catalog-group{padding:30px 0;border-bottom:2px solid var(--brand-secondary)}.catalog-group__head{display:grid;grid-template-columns:minmax(220px,0.35fr) 1fr;grid-gap:24px;gap:24px;align-items:baseline;padding:0 8px 16px}.catalog-group__head h2,.catalog-group__head p{margin:0}.catalog-list{border-top:1px solid var(--brand-border)}.catalog-row{border-bottom:1px solid var(--brand-border)}.catalog-product{width:100%;display:grid;grid-template-columns:72px 1fr auto;align-items:center;grid-gap:20px;gap:20px;padding:14px 8px;border:0;background:#fff;text-align:left;transition:background .2s}.catalog-product:hover{background:var(--brand-bg-alt)}.catalog-product img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-neutral-light)}.catalog-product img[src=""]{color:transparent;font-size:0;text-indent:-9999px}.catalog-name{color:var(--brand-text);font-weight:750}.catalog-action{color:var(--brand-primary);font-weight:700}@media (max-width:767px){.mmk-catalog-head .container{align-items:flex-start;flex-direction:column}.catalog-group__head{grid-template-columns:1fr;gap:4px}.catalog-product{grid-template-columns:56px 1fr}.catalog-product img{width:52px;height:52px}.catalog-action{grid-column:2}}