.brand-logo{display:block;width:350px;height:70px;object-fit:contain;object-position:left center}
.brand .brand-logo{max-width:350px}
.cards article{padding:0 33px 33px;min-height:350px}
.cards article>img{width:calc(100% + 66px);height:170px;object-fit:cover;margin:0 -33px 24px;filter:saturate(.82)}
.cards h3{margin:16px 0 8px;font-size:20px}
footer .brand-logo{width:210px;height:42px}
.products{grid-template-columns:minmax(130px,18%) 1fr;column-gap:7%;row-gap:0}
.products .products-head{grid-column:2;grid-row:1;margin-bottom:56px}
.products .cards{grid-column:2;grid-row:2;width:100%;min-width:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.cards article{min-width:0}
.cards h3{line-height:1.35;overflow-wrap:break-word}
.cards p{line-height:1.7}
@media(max-width:820px){.brand-logo{width:240px;height:48px}.products{display:block}.products .products-head{margin-bottom:38px}.products .cards{display:grid;grid-template-columns:1fr}.cards article{min-height:325px}}
