.pylo-catalog-page{background:#fff}.catalog-title-row{display:flex;justify-content:space-between;gap:32px;align-items:flex-start;margin-bottom:40px}.catalog-title-row>div{max-width:820px}.catalog-category{margin-bottom:42px}.catalog-category h2{padding-bottom:12px;border-bottom:2px solid var(--brand-primary)}.catalog-table{border:1px solid var(--brand-border)}.catalog-row a{display:grid;grid-template-columns:72px 1fr auto;grid-gap:18px;gap:18px;align-items:center;padding:16px 18px;color:var(--brand-text);border-bottom:1px solid var(--brand-border)}.catalog-row:last-child a{border-bottom:0}.catalog-row a:hover{background:var(--brand-bg-alt)}.catalog-row img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.catalog-row h3{margin-bottom:4px;font-size:19px}.catalog-row p{margin-bottom:0}.catalog-row span{color:var(--brand-primary);font-weight:700}@media (max-width:767px){.catalog-row a,.catalog-title-row{grid-template-columns:1fr;display:grid}}