.loader{justify-content:center;width:100%;display:flex}.loader__wrap{display:inline-block;position:relative}.loader__svg{animation:2s linear infinite rotate;display:block}.loader__progress{animation:1.5s ease-in-out infinite dash}@keyframes rotate{to{transform:rotate(360deg)}}
.switcher-container{align-items:center;gap:1.2rem;font-family:inherit;display:flex}.switcher-container .switcher-label{-webkit-user-select:none;user-select:none;font-size:1.4rem}.switcher-container .switcher{background:var(--grey-light);cursor:pointer;border:none;border-radius:1.2rem;align-items:center;width:5rem;height:2.4rem;padding:0;transition:background .3s;display:flex;position:relative}.switcher-container .switcher .switcher-thumb{background:#fff;border-radius:50%;width:2rem;height:2rem;transition:transform .3s;position:absolute;left:.3rem;box-shadow:0 2px 4px #0003}.switcher-container .switcher.active{background:var(--blue-2)}.switcher-container .switcher.active .switcher-thumb{transform:translate(2.4rem)}.switcher-container .switcher.disabled{opacity:.5;cursor:not-allowed}.switcher-container .switcher:focus-visible{outline:2px solid var(--focus-blue);outline-offset:2px}
.mobile-menu{z-index:99;background:#1a1a1ab3;width:100%;height:100vh;max-height:0;transition:max-height .5s;position:absolute;top:8.1rem;left:0}.mobile-menu__wrap{background:var(--bg-white);visibility:hidden;width:80%;box-shadow:var(--neo-shadow);padding-bottom:11rem;position:relative;left:-100rem}.mobile-menu__list{background:var(--bg-white);max-height:60rem;overflow-y:auto}.mobile-menu .mobile-menu__list_sub-menu{background:var(--grey-light-3);max-height:0;transition:max-height .3s;overflow:hidden}.mobile-menu .mobile-menu__list_sub-menu .mobile-menu__list-item:first-child{border-top:1px solid var(--grey-dark)}.mobile-menu .mobile-menu__list_sub-menu .mobile-menu__list-item:last-child{border-bottom:none}.mobile-menu .mobile-menu__list_sub-menu .mobile-menu__list-item a{pointer-events:painted}.mobile-menu__list-item{border-bottom:1px solid var(--grey-light-2);cursor:pointer;color:var(--black-blue);font-size:1.2rem;font-weight:600}.mobile-menu__list-item a{padding:3.2rem}.mobile-menu__list-item.active{background:#6885ff2e}.mobile-menu__switcher{align-items:center;gap:.8rem;padding:3.2rem 0 0 3.2rem;display:none}[data-theme=light] .mobile-menu__switcher-img{filter:brightness(0)saturate();opacity:.5}[data-theme=dark] .mobile-menu__switcher-img{filter:brightness(0)invert();opacity:.9}@media (max-width:600px){.mobile-menu__switcher{display:flex}}.mobile-menu.active{z-index:99;opacity:1;height:100vh;max-height:100vh;display:block;left:0}.mobile-menu.active .mobile-menu__wrap{opacity:1;visibility:visible;transition:left .5s;left:0}.mobile-menu.disabled .mobile-menu__wrap{transition:left .5s}.mobile-menu .active-arrow:before{top:45%;transform:rotate(180deg)}[data-theme=dark] .mobile-menu{background:#080a12ad}
.header{background:var(--bg-white);border-bottom:none;justify-content:space-between;align-items:center;padding:2.4rem 10rem;display:flex;box-shadow:0 1px #ffffff73,0 12px 24px #8997b538}@media (max-width:1280px){.header{padding:2.2rem 3.2rem}}@media (max-width:1024px){.header{padding:2.2rem 3.2rem}}.header__menu{align-items:center;gap:3.2rem;display:flex}.header__menu-gmb-wrap{background:var(--bg-white);cursor:pointer;box-shadow:var(--neo-shadow);border-radius:1rem;align-items:center;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex}.header__menu-gmb-wrap:hover{transform:translateY(-1px);box-shadow:8px 8px 16px #a6b2cc80,-8px -8px 16px #fffffff2}[data-theme=dark] .header__menu-gmb-wrap:hover{transform:none;box-shadow:6px 6px 12px #0e121e80,-6px -6px 12px #434d6847}.header__logo{width:15rem;max-width:fit-content}@media (max-width:1280px){.header__logo{width:12rem}}[data-theme=light] .header__menu-gmb{filter:brightness(.58)saturate(1.15)}.header__widgets{align-items:center;gap:3.2rem;display:flex}.header__switcher{align-items:center;gap:.8rem;display:flex}@media (max-width:600px){.header__switcher{display:none}}.header__switcher-icon{opacity:.8;width:2rem;max-width:fit-content}[data-theme=light] .header__switcher-icon{filter:brightness(0)saturate();opacity:.5}[data-theme=dark] .header__switcher-icon{filter:brightness(0)invert();opacity:.9}.header__search-basket{gap:.8rem;display:flex}.header__search{background:var(--blue-2);border-radius:.8rem;align-items:center;width:3.6rem;height:3.6rem;padding:1rem;display:flex}.header__search-icon{height:1.6rem}.header__basket{background:var(--white);cursor:pointer;border-radius:.8rem;width:3.6rem;height:3.6rem;padding:.4rem;position:relative}.header__basket-counter{background:red;border-radius:50%;justify-content:center;align-items:center;width:1.2rem;height:1.2rem;font-size:.6rem;font-weight:600;display:flex;position:absolute;top:.1rem;right:.66rem}
