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{display:flex;flex-wrap:wrap;max-width:944px;margin:0 auto}.card-container{display:grid;align-items:center;column-gap:48px;row-gap:48px;justify-content:center;grid:auto-flow/repeat(auto-fit,minmax(200px,3fr))}@media (min-width:488px){.card-container{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.card-container{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.card-container{grid-template-columns:repeat(4,1fr)}}.card{margin:0;width:200px;border:1px solid #f3f3f3;border-radius:5px;padding:32px 16px 16px;background:#fff;height:408px;transition:transform .3s}.card:nth-child(4n){margin-right:0}.card:nth-last-child(-n+4){margin-bottom:0}.card__image{display:flex;width:160px;height:134px;margin:0 auto 40px}.card__info{font-weight:500;font-size:12px;line-height:18px;color:#060b35;transition:.3s;margin-bottom:4px}.card__code{font-weight:400;font-size:10px;line-height:14px;color:#616070;margin-bottom:16px}.card__review{justify-content:space-between;margin-bottom:24px}.card__review,.card__reviews{display:flex;align-items:flex-end}.card__reviews{justify-content:flex-end;width:53px;height:16px;font-weight:400;font-size:10px;line-height:14px;text-align:right;color:#060b35}.card__price-conteiner{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.card__price-name{justify-content:flex-start;width:31px;font-weight:400;font-size:12px;color:#616070;order:0}.card__price-name,.card__price-price{display:flex;height:18px;line-height:18px;align-items:flex-end;flex:none;flex-grow:0}.card__price-price{text-align:left;width:50px;color:#060b35;font-weight:700;font-size:16px;order:1}.card__button{display:flex;justify-content:center;bottom:17px;align-items:center;width:166px;height:40px;border:1px solid #f3f3f3;border-radius:5px;font-size:14px;line-height:16px;color:#fff;font-weight:700;text-decoration:none;text-transform:uppercase;background-color:#00acdc;transition:.3s}.card__button:hover{background:#fff;color:#00acdc;border:1px solid #00acdc;border-radius:5px}.card:hover{transform:scale(1.2)}.card:hover>:nth-child(2){color:#34568b}.stars{display:flex}.stars__star{width:16px;height:16px;margin-right:4px;background-image:url(star.040e0f1e.svg);background-repeat:no-repeat;background-position:50%}.stars--1 .stars__star:nth-child(-n+1),.stars--2 .stars__star:nth-child(-n+2),.stars--3 .stars__star:nth-child(-n+3),.stars--4 .stars__star:nth-child(-n+4),.stars--5 .stars__star:nth-child(-n+5){background-image:url(star-active.3d99ddfd.svg)}
/*# sourceMappingURL=main.a45bd491.css.map */