.where-card{align-items:center;background-color:var(--background-medium);border-radius:20px;display:flex;justify-content:center}.where-card img{max-height:120px;max-width:calc(100% - 40px);-o-object-fit:cover;object-fit:cover;transition:var(--transition)}@media(hover:hover){.where-card:hover img{transform:scale(1.3);transition:var(--transition-hover)}}@media screen and (max-width:639px){.where-card img{max-height:100px;max-width:calc(100% - 30px)}}.where-list{display:grid;gap:20px;grid-auto-rows:270px;grid-template-columns:repeat(4,1fr);margin:30px 0}.where-list__container .catalog-btn{max-width:900px}@media screen and (max-width:1700px){.where-list{grid-auto-rows:250px;grid-template-columns:repeat(3,1fr)}.where-list__container .catalog-btn{max-width:600px}}@media screen and (max-width:1199px){.where-list{grid-auto-rows:220px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:639px){.where-list{gap:4px;grid-auto-rows:124px}}
