.header{width:100%;z-index:1000;padding:1rem;transition:.3s background ease-in-out}.header__container{border-radius:1.25rem;padding:1rem 1.5rem 1rem 1rem}.header__menu{transition:.3s padding ease-in-out}.header__menu .menu__link{line-height:1;border:2px solid transparent;padding:.5rem .75rem 0;border-radius:1rem;transition:.3s border ease-in-out;margin:0 .25rem 0 1rem}.header__menu .menu__link.active,.header__menu .menu__link:hover{border:2px solid rgba(255,255,255,.5)}.icon-link{padding:.5rem;border-radius:.5rem;transition:.3s background ease-in-out}.icon-link.active,.icon-link:hover{background:var(--main-color)}.catalog__cart-btn .cart-image,.catalog__support-btn img{transition:.3s transform ease-in-out}.catalog__cart-btn:hover .cart-image{transform:scale(1.05)}.support-btn{position:fixed;bottom:2rem;right:2rem}.catalog__cart-btn{z-index:100;position:fixed;right:2rem}.catalog__cart-btn .catalog__total{z-index:-1;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.footer{font-family:AAStetica,sans-serif;border-bottom-right-radius:0;border-bottom-left-radius:0}.footer__container{display:grid;grid-template-columns:190px 220px 220px 235px 190px;justify-content:space-between}.footer__container a:hover{color:var(--border-color)}.telegram-tag{display:inline-block;padding:.1rem .5rem 0;border-radius:1rem;border:1px solid white}.product-block{border-radius:3rem;padding:1rem 1.5rem 1.5rem;cursor:pointer;position:relative;border:1px solid #3f3f3f}.product-block:before{position:absolute;top:0;left:0;right:0;bottom:0;content:"";background:radial-gradient(circle,transparent 0%,rgba(255,255,255,.4) 2000%);border-radius:3rem;opacity:0;transition:1s opacity cubic-bezier(.47,1.64,.41,.8)}.product-block:hover .product__card{transform:scale(1.05)}.product-block:hover:before{opacity:1}.product-block:hover .product__card:before{box-shadow:0 0 100px 40px #af1313}.product.product-block:hover .product__card:before{box-shadow:0 0 100px 75px #af1313}.product__card{position:relative;transition:.7s transform cubic-bezier(.47,1.64,.41,.8)}.product .product__card{position:absolute;left:-1rem;top:-1rem;height:14rem;width:60%;display:flex;justify-content:center;align-items:center}.product__card:before{position:absolute;left:calc(50% - 1rem);top:75%;content:"";transform:translate(-50%,-50%);width:1px;height:1px;border-radius:100%;box-shadow:0 0 100px 35px #af1313;z-index:0;transition:.7s box-shadow cubic-bezier(.47,1.64,.41,.8)}.product .product__card:before{box-shadow:0 0 100px 70px #af1313;top:50%}.product__card img{width:100%;height:auto;position:relative;z-index:1}.glow{position:fixed;top:0;left:0;box-shadow:0 0 1000px 200px #af1313cc;z-index:-1}.glow-2{top:100%;left:100%}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;z-index:100;opacity:0;pointer-events:none;transition:.3s opacity ease-in-out}.mobile-menu.active{pointer-events:auto;opacity:1}.mobile-menu__inner{margin:2rem}@media screen and (max-width: 1440px){.footer__container{grid-template-columns:repeat(3,1fr);grid-gap:2rem}.product .product__card{width:50%}}@media screen and (max-width: 1280px){.header__menu .menu__link{font-size:1.5rem}.header__menu li:not(:last-child) .menu__link:after{top:.4rem}}@media screen and (max-width: 992px){.footer__container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.catalog__cart-btn .catalog__total{display:none}.catalog__cart-btn{right:1rem}.support-btn{right:1rem;bottom:1rem}.header__menu .menu__link{margin:0 .25rem}.header__menu li:not(:last-child) .menu__link:after{display:none}}@media screen and (max-width: 640px){.footer__container{grid-template-columns:1fr;gap:.5rem}.footer__telegram,.footer__telegram a{display:flex;flex-direction:column;align-items:center}.footer__telegram a br{display:none}}
