.grid-layout{display:grid}.grid-layout--s{gap:2rem}.grid-layout--m{grid-template-columns:repeat(auto-fit,minmax(min(20rem,100%),1fr));gap:4rem}.grid-layout--l{grid-template-columns:repeat(auto-fit,minmax(min(32rem,100%),1fr));gap:8rem}.grid-layout--products{grid-template-columns:repeat(5,1fr)}@media(max-width:1600px){.grid-layout--products{grid-template-columns:repeat(4,1fr)}}@media(max-width:1200px){.grid-layout--products{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.grid-layout--products{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.grid-layout--products{grid-template-columns:1fr}}.grid-layout--home-products{grid-template-columns:repeat(3,1fr)}@media(max-width:1200px){.grid-layout--home-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid-layout--home-products{grid-template-columns:1fr}}.grid-layout--services{grid-template-columns:repeat(4,1fr)}@media(max-width:1400px){.grid-layout--services{grid-template-columns:repeat(3,1fr)}}@media(max-width:1000px){.grid-layout--services{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.grid-layout--services{grid-template-columns:1fr}}@media screen and (max-width:1024px){.grid-layout--m{gap:3rem}.grid-layout--l{gap:4rem}}@media screen and (max-width:768px){.grid-layout--l,.grid-layout--m{grid-template-columns:1fr;gap:2rem}}