:root{--main-color:#00acdc}*{box-sizing:border-box}body{margin:0;font-family:Roboto,sans-serif;font-weight:500}.header{box-sizing:border-box;justify-content:space-between;align-items:center;padding:0 50px;display:flex}.header__logo{align-items:center;display:flex}.header__logo img{width:auto;height:40px;display:block}.header__nav{height:100%}.header__nav-list{margin:0;padding:0;list-style:none;display:flex}.header__nav-item{margin-right:20px}.header__nav-item:last-child{margin-right:0}.header__nav-link{text-transform:uppercase;color:#060b35;justify-content:center;align-items:center;height:60px;font-size:12px;line-height:14px;text-decoration:none;transition:color .3s;display:flex;position:relative}.header__nav-link:hover,.header__nav-link.is-active{color:#00acdc}.header__nav-link.is-active:after{content:"";background-color:#00acdc;border-radius:8px;width:100%;height:4px;position:absolute;bottom:0;left:0}.card{border:1px solid #f3f3f3;border-radius:5px;flex-direction:column;justify-content:space-between;width:200px;padding:32px 16px 16px;transition:transform .3s;display:flex}.card:hover{z-index:1;margin:-10px;position:relative;transform:scale(1.2)}.card__image-wrapper{width:160px;height:134px;margin:0 auto}.card__image-wrapper .card__image{object-fit:contain;width:100%;height:100%}.card__title{color:#060b35;margin-bottom:4px;padding-top:40px;font-size:12px;font-weight:500;line-height:18px;transition:color .3s}.card:hover .card__title{color:#34568b}.card__code{color:#616070;margin-bottom:16px;font-size:10px;font-weight:400;line-height:14px}.card__rating{justify-content:space-between;align-items:flex-end;margin-bottom:24px;display:flex}.card__reviews{color:#060b35;font-size:10px;font-weight:400;line-height:14px}.card__footer{flex-direction:column;gap:16px;display:flex}.card__price{justify-content:space-between;align-items:center;display:flex}.card__price-label{color:#616070;font-size:12px;font-weight:400;line-height:18px}.card__price-value{color:#060b35;font-size:16px;font-weight:700;line-height:18px}.card__button{color:#fff;text-transform:uppercase;background-color:#00acdc;border:1px solid #00acdc;border-radius:5px;justify-content:center;align-items:center;width:100%;height:40px;font-size:14px;font-weight:700;line-height:16px;text-decoration:none;transition:background-color .3s,color .3s;display:flex}.card__button:hover{color:#00acdc;background-color:#fff;border:1px solid #00acdc}.stars{gap:4px;display:flex}.stars__star{background-image:url(star.822d561e.svg);background-position:50%;background-repeat:no-repeat;background-size:12.5px 12.5px;width:16px;height:16px;display:inline-block}.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.edda4c43.svg)}.catalog{padding:50px 40px}.catalog__grid{grid-template-columns:repeat(1,200px);justify-content:center;gap:46px 48px;display:grid}@media (width>=488px){.catalog__grid{grid-template-columns:repeat(2,200px)}}@media (width>=768px){.catalog__grid{grid-template-columns:repeat(3,200px)}}@media (width>=1024px){.catalog__grid{grid-template-columns:repeat(4,200px)}}
/*# sourceMappingURL=index.432e50cc.css.map */
