.catalog-list__head{display:flex;align-items:center;justify-content:flex-start;margin-top:47px}.catalog-list__head--title{font-style:normal;font-weight:700;font-size:18px;line-height:22px;text-transform:uppercase;color:#010101}.catalog-list__grid{margin-top:22px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:67px}@media (max-width: 1140px){.catalog-list__grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:40px}}@media (max-width: 1024px){.catalog-list__head{margin-top:30px}.catalog-list__grid{grid-template-columns:repeat(2,1fr);gap:16px}.catalog-list__grid .product{width:100%;max-width:100%}}@media (max-width: 490px){.catalog-list__grid{grid-template-columns:repeat(1,1fr)}}
