html{font-family:Roboto,sans-serif}body{margin:0}*{box-sizing:border-box}.header{display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 50px;margin-bottom:50px;box-shadow:0 2px 4px rgba(0,0,0,.05);overflow:hidden}.header__logo{height:40px}.nav__list{display:flex;margin:0;padding:0}.nav__item{position:relative;color:#060b35;list-style:none;line-height:60px}.nav__item:not(:last-child){margin-right:20px}.nav__link{color:inherit;text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:500}.catalog{--column-count:1;display:grid;grid-template-columns:repeat(var(--column-count),200px);gap:48px 48px;max-width:944px;margin:0 auto}.catalog__card{display:grid;justify-content:center;align-items:center;width:200px;height:300px;border:1px solid #ccc;border-radius:5px}.catalog__card:not(:nth-child(4n)){margin-right:48px}@media (max-width:488px){.catalog{--column-count:1}}@media (min-width:488px){.catalog{--column-count:2}}@media (min-width:768px){.catalog{--column-count:3}}@media (min-width:1024px){.catalog{--column-count:4}}
/*# sourceMappingURL=main.246452a6.css.map */