.language{height:2.7rem;overflow:hidden;width:4.1rem}.language.open{overflow:visible;position:relative}.language.open .language__arrow{transform:rotate(-180deg)}.language.open .language__arrow path{stroke:#1c1f2a}.language.open .language__list{display:block;position:relative}.language.open .language__list:after{top:-3rem}.language.open .language__list:after,.language.open:after{background:#f3f3f3;border-radius:1rem;bottom:-.5rem;content:"";left:-1rem;position:absolute;right:-1rem}.language.open:after{top:-1rem}.language__arrow{height:.7rem;transform-origin:center center;width:1rem}.language__flag{height:2.7rem;width:2.7rem}.language__btn,.language__btn-main{position:relative;z-index:10}.language__btn-main{align-items:center;display:flex;justify-content:space-between;width:100%}.language__list{display:none;display:flex;flex-direction:column;gap:.2rem}.header{left:0;padding:2rem 0;position:fixed;right:0;top:0;transition:background .3s ease;z-index:100}.header__wrapper{align-items:center;display:flex;gap:3rem}@media (max-width:1024px){.header__wrapper{gap:2rem;justify-content:space-between}}.header__basket-count{background:#da291c;border-radius:100%;bottom:0;color:#fff;display:grid;font-family:var(--font-family-second);font-size:.8rem;font-weight:300;height:1.6rem;line-height:normal;place-content:center;position:absolute;right:0;transform:translate(55%,55%);width:1.6rem}.header__logo_logo{height:4.9rem;width:17rem}@media (max-width:1024px){.header__logo_logo{max-height:auto;max-width:14rem;width:100%}}.header__flag-mask{background:linear-gradient(94.63deg,#a3a3a34d 11.66%,#73737300 99.87%);height:2.7rem;width:4.1rem}.header__info{flex:1 1 auto;gap:5rem}@media (max-width:1024px){.header__info{display:none}}.header__top{align-items:center;border-bottom:.1rem solid hsla(0,0%,100%,.188);display:flex;gap:5rem;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.header__top_left{align-items:end;display:flex;gap:2.5rem}.header__top_right{display:flex;gap:1rem}.header__bottom{align-items:center;display:flex;gap:5rem;justify-content:space-between}.header__bottom_left,.header__bottom_right{align-items:center;display:flex;gap:1.2rem}.header__contacts{color:#fff;font-family:var(--font-family-second);font-size:1.4rem;font-weight:300;line-height:140%;transition:all .3s ease}.header__contacts:hover{color:#da291c}.header__link{color:#fff;font-family:Codec Cold;font-size:1.4rem;font-weight:450;line-height:100%;transition:all .3s ease}.header__link:hover{color:#da291c}.header__link_bold{font-weight:700}.header__link-logo{height:2rem;opacity:.5;transition:opacity .3s ease;width:2rem}.header__link-logo:hover{opacity:1}.header__link-logo svg{height:100%;width:100%}.header__link-logo_basket{position:relative}.header__link-logo_basket:hover .header__link-logo{opacity:1}.header__search{cursor:pointer;overflow:hidden;transition:all .3s ease}.header__search-btn{cursor:pointer;height:2rem;opacity:.5;transition:opacity .3s ease;width:2rem}.header__search-btn:hover{opacity:1}.header__search-close{cursor:pointer;max-height:.8rem;max-width:.8rem}.header__search-field{background:0;color:#fff;flex:1 1 auto;font-family:Codec Cold;font-size:1.6rem;font-weight:300}.header__search_active{display:none}.header__search.active{align-items:center;cursor:auto;display:flex;gap:1rem;justify-content:start;opacity:1;overflow:visible;padding-left:.7rem;padding-right:1.3rem;position:relative;width:50rem}.header__search.active:after{background:#f2f2f220;border-radius:1rem;bottom:-.8rem;content:"";left:0;position:absolute;top:-.8rem;width:100%;z-index:-1}.header__search.active svg{max-width:-moz-max-content;max-width:max-content}.header__search.active .header__search_no-active{display:none}.header__search.active .header__search_active{display:block}.header.white{background:#fff;border-bottom:.1rem solid hsla(231,3%,57%,.2)}.header.white .header__search.active{filter:invert(1)}.header.white .header__logo_change{fill:#1c1f2a}.header.white .header__link{color:#1c1f2a;transition:all .3s ease}.header.white .header__link:hover{color:#da291c}.header.white .header__contacts{color:#1c1f2a;transition:all .3s ease}.header.white .header__contacts:hover{color:#da291c}.header.white .header__top{border-bottom:.1rem solid rgba(28,31,42,.188)}.header.white .header__link-logo_change{fill:#1c1f2a}.header.white .language.open{z-index:30}.header.white .language__arrow path{stroke:#333}.header.white .burger{color:#1c1f2a}.header.scroll{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background:#ffffffd0;border-bottom:.1rem solid hsla(231,3%,57%,.2)}.header.scroll .header__logo_change{fill:#1c1f2a}.header.scroll .header__search.active{filter:invert(1)}.header.scroll .header__link{color:#1c1f2a;transition:all .3s ease}.header.scroll .header__link:hover{color:#da291c}.header.scroll .header__contacts{color:#1c1f2a;transition:all .3s ease}.header.scroll .header__contacts:hover{color:#da291c}.header.scroll .header__top{border-bottom:.1rem solid rgba(28,31,42,.188)}.header.scroll .header__link-logo_change{fill:#1c1f2a}.header.scroll .language.open{z-index:30}.header.scroll .language__arrow path{stroke:#333}.header.scroll .burger{color:#1c1f2a}.header.open_burger{background:#1c1f2a}.header__mobile{align-items:center;display:flex;flex:1 1 auto;gap:2rem;justify-content:space-between}@media (min-width:1025px){.header__mobile{display:none}}.header__mobile_right{align-items:center;display:flex;gap:2rem;margin-left:auto}.burger{--burger-width:26px;--burger-height:16px;--burger-line-height:3px;background-color:transparent;border:none;color:#000;color:#fff;cursor:pointer;height:var(--burger-height);padding:0;position:relative;width:var(--burger-width)}.burger:after,.burger:before{background-color:currentColor;content:"";height:var(--burger-line-height);left:0;position:absolute;transition:transform .3s ease-in-out,top .3s ease-in-out;width:100%}.burger:before{top:0}.burger:after{top:calc(100% - var(--burger-line-height))}.burger__line{background-color:currentColor;height:var(--burger-line-height);left:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s ease-in-out;width:100%}.burger--active:before{transform:rotate(45deg)}.burger--active:after,.burger--active:before{top:50%;transition:transform .3s ease-in-out,top .3s ease-in-out}.burger--active:after{transform:rotate(-45deg)}.burger--active .burger__line{transform:scale(0);transition:transform .3s ease-in-out}.burger-menu{background:#1c1f2a;display:block;top:0;right:0;bottom:0;left:0;position:fixed;transform:translate(-100%);transition:transform .2s ease;z-index:30}.burger-menu.active{transform:translateY(0);transition:transform .4s ease}.burger-menu__wrapper{height:100%;overflow-y:scroll;padding:9.2rem 1.6rem 3rem}.burger-menu__search{align-items:center;border-bottom:.1rem solid hsla(0,0%,100%,.188);display:flex;flex-direction:row-reverse;gap:2rem;padding-bottom:1rem}.burger-menu__search-btn,.burger-menu__search-btn_svg{height:2rem;width:2rem}.burger-menu__search-field{background:none;color:#fff;font-family:Codec Cold;font-size:1.6rem;font-weight:400;width:100%}.burger-menu__links{display:flex;flex-direction:column}.burger-menu__links_contact{margin-top:6rem}.burger-menu__links_normal{margin-top:4rem}.burger-menu__links_bold{margin-top:5rem}.burger-menu__bold-link{color:#fff;font-family:Codec Cold;font-size:2.8rem;font-weight:700}.burger-menu__bold-link:not(:last-of-type){margin-bottom:2rem}.burger-menu__link{color:#fff;font-family:Codec Cold;font-size:2.8rem;font-weight:300}.burger-menu__link:not(:last-of-type){margin-bottom:1.5rem}.burger-menu__contact{color:#fff;font-family:var(--font-family-second);font-size:22px;font-weight:400}.burger-menu__contact:not(:last-of-type){margin-bottom:1rem}@keyframes scrollAnim{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.product{background:#33363f;border-radius:1.3rem;height:100%;overflow:hidden;padding:.3rem;position:relative;width:30rem}@media (min-width:1920px){.product{width:33rem}}.product:before{background:linear-gradient(94.63deg,#d9d9d926 11.66%,#73737326 99.87%);content:"";top:0;right:0;bottom:0;left:0;opacity:0;position:absolute;transition:opacity .3s ease;z-index:2}.product:hover:before{opacity:1}.product__wrapper{display:flex;flex-direction:column;height:100%;position:relative;z-index:3}.product__img-block{border-radius:1rem;height:29.4rem;margin-bottom:1.5rem;position:relative;width:29.4rem}@media (min-width:1920px){.product__img-block{height:32.4rem;width:32.4rem}}.product__img{border-radius:1rem;height:100%;width:100%}.product__text{padding-inline:1.2rem;padding-bottom:1.7rem}.product__text.space{justify-content:space-between}.product__text.space,.product__text.space_buy{display:flex;flex:1 1 auto;flex-direction:column}.product__text.space_buy .product__name{flex:1 1 auto}.product__name{color:#fff;font-family:var(--font-family-second);font-size:1.8rem;font-weight:500;line-height:100%}.product__price-block{align-items:start;display:flex;gap:1rem;margin-top:1rem}.product__price{color:#da291c;font-size:2.2rem}.product__price,.product__price-old{font-family:var(--font-family-second);font-weight:500;line-height:100%}.product__price-old{color:#fff;font-size:1.4rem;opacity:.5;text-decoration:line-through}.product__discs{align-items:center;display:flex;gap:1rem;left:1rem;position:absolute;top:1rem}.product__btns{display:grid;gap:1rem;grid-template-columns:.9fr 1fr;margin-top:2rem}.product__btn.blocked{opacity:.7;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product.white{background:#f3f3f3}.product.white:before{background:linear-gradient(94.63deg,#d9d9d926 29.48%,#a6a6a626 99.87%)}.product.white .product__name,.product.white .product__price-old{color:#1c1f2a}.product-skeleton{border-radius:1.3rem;height:40rem;overflow:hidden;width:100%}.product-skeleton .skeleton-box{background-color:#dcdadc9c;display:inline-block;height:100%;overflow:hidden;position:relative;width:100%}.product-skeleton .skeleton-box:after{animation:shimmer 2s infinite;background-image:linear-gradient(90deg,#fff0,#fff3 20%,#ffffff80 60%,#fff0);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}.recom{background:#1c1f2a;padding-block:6rem;position:relative}@media (max-width:1024px){.recom{padding-block:5rem}}.recom__heading{color:#fff;font-family:Codec Cold;font-size:3.6rem;font-weight:700;line-height:100%;margin-bottom:1.6rem;padding-inline:3rem}@media (min-width:1920px){.recom__heading{padding-left:18rem}}@media (max-width:1024px){.recom__heading{margin-bottom:2rem;padding-inline:1.6rem}}.recom__heading_slot{color:inherit}@media (max-width:1024px){.recom__heading_slot{text-decoration:underline;text-underline-offset:1rem}}.recom__link{height:100%}.recom__swiper{padding-inline:3rem!important}@media (min-width:1920px){.recom__swiper{padding-inline:18rem!important}}@media (max-width:1024px){.recom__swiper{padding-inline:1.6rem!important}}.recom__swiper .swiper-wrapper{align-items:stretch}.recom__swiper .swiper-slide{height:auto;max-width:30rem}@media (min-width:1920px){.recom__swiper .swiper-slide{max-width:33rem}}.recom__swiper .swiper-slide:not(:last-child){margin-right:2rem}@media (max-width:1024px){.recom__swiper .swiper-slide:not(:last-child){margin-right:1.6rem!important}.recom__swiper .swiper-slide:not(:last-child):after{bottom:0;content:"";position:absolute;right:-1.6rem;top:0;width:1.6rem}}.footer{background:#1c1f2a;padding:4rem 0 2.5rem}@media (max-width:530px){.footer{padding:3rem 0 2rem}}.footer__body{border-bottom:.1rem solid #f3f3f3;display:grid;grid-template-columns:26rem 1fr 30rem;padding-bottom:4.5rem}@media (max-width:1024px){.footer__body{gap:5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:530px){.footer__body{grid-template-columns:1fr;padding-bottom:3rem}}.footer__left{max-width:26rem}@media (max-width:530px){.footer__left{max-width:none;text-align:center}}.footer__logo{height:6.7rem;margin-bottom:2rem;width:24.2rem}.footer__copy{color:#fff;font-family:var(--font-family-second);font-size:1.4rem;font-weight:400;line-height:140%;opacity:.5}.footer__center{display:grid;gap:6rem;grid-template-columns:repeat(2,24rem);justify-content:center}@media (max-width:1024px){.footer__center{gap:5rem;grid-column:1/3;grid-row:2/end 2;grid-template-columns:repeat(2,1fr)}}@media (max-width:530px){.footer__center{display:none}}.footer__col{display:flex;flex-direction:column;gap:3rem}.footer__link{color:#fff;font-family:Codec Cold;font-size:1.4rem;font-weight:400;line-height:110%;transition:color .3s ease}.footer__link:hover{color:#da291c}.footer__links-category{color:#ffffff50;font-family:Codec Cold;font-size:1.2rem;font-weight:400;line-height:110%;margin-bottom:.5rem}.footer__links-list,.footer__right{display:flex;flex-direction:column;gap:1rem}@media (max-width:1024px){.footer__right{justify-content:center}}@media (max-width:530px){.footer__right{align-items:center;gap:2rem}}.footer__feed{color:#fff;font-family:var(--font-family-second);font-size:1.8rem;font-weight:400;line-height:100%;transition:color .3s ease}@media (max-width:530px){.footer__feed{font-size:2.4rem}}.footer__feed:hover{color:#da291c}.footer__socials{display:flex;gap:1rem;margin-left:-1rem}@media (max-width:530px){.footer__socials{margin-left:0;margin-top:1rem}}.footer__social{align-items:center;display:flex;height:5rem;justify-content:center;position:relative;width:5rem}.footer__social:after{background:#fff;border-radius:50%;content:"";height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:0}.footer__social:hover:after{height:5rem;opacity:1;width:5rem;z-index:0}@media (max-width:530px){.footer__social:hover:after{height:6rem;width:6rem}}.footer__social:hover .footer__social_img{position:relative;z-index:1}.footer__social:hover .footer__social_img path{fill:#1c1f2a}.footer__social_img{height:4rem;width:4rem}.footer__social_img path{transition:fill .3s ease}@media (max-width:530px){.footer__social_img{height:5rem;width:5rem}.footer__social{height:6rem;width:6rem}}.footer__bottom{align-items:center;display:flex;gap:2rem;justify-content:space-between;padding-top:1.5rem}@media (max-width:530px){.footer__bottom{flex-direction:column;gap:1rem;padding-top:2rem}}.footer__policy{color:#fff;font-family:var(--font-family-second);font-size:1.4rem;font-weight:400;line-height:120%;text-decoration:underline;text-underline-offset:.2rem;transition:color .3s ease}.footer__policy:hover{color:#da291c}.dev{align-items:center;color:#fff;display:flex;font-family:var(--font-family-second);font-size:1.3rem;font-weight:400;gap:.7rem;line-height:100%;text-align:right}.dev__logo{height:auto;width:5.9rem}html{--refRes:1350;font-size:calc(100vw/var(--refRes)*10)}@media (min-width:1920px){html{--refRes:1750}}@media (max-width:1024px){html{--refRes:768}}@media (max-width:530px){html{--refRes:390}}.error__wrapper{padding-bottom:6.5rem;padding-top:18.5rem}.error__code{display:flex;gap:.4rem;justify-content:center;margin-bottom:2rem}.error__code-num{color:#1c1f2a;font-family:var(--font-family-second);font-size:14.4rem;font-weight:500;line-height:100%}.error__code-logo{height:12.3rem;width:12.3rem}.error__texts{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:3rem}.error__text{color:#1c1f2a;font-family:var(--font-family-second);font-size:1.6rem;font-weight:400;line-height:120%;max-width:35.8rem;text-align:center}.error__text:not(:last-child){margin-bottom:1rem}.error__btn-block{text-align:center}.error__btn{font-size:1.6rem;max-width:35.8rem;padding:1.9rem}
