.catalog-list__list{display:grid;gap:20px;grid-template-columns:repeat(1,minmax(10px,1fr))}@media screen and (min-width:744px){.catalog-list__list{gap:28px 20px;grid-template-columns:repeat(2,minmax(10px,1fr))}}@media screen and (min-width:1025px){.catalog-list__list{grid-template-columns:repeat(3,minmax(10px,1fr))}}@media screen and (min-width:1440px){.catalog-list__list{grid-template-columns:repeat(4,minmax(10px,1fr))}}.catalog-list__pagination{margin:24px 0 40px}@media screen and (min-width:744px){.catalog-list__pagination{margin:24px 0 60px}}@media screen and (min-width:1025px){.catalog-list__pagination{margin:52px 0 138px}}
