.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(--switcher-track);border:1px solid var(--switcher-track-border);cursor:pointer;width:5rem;height:2.4rem;box-shadow:var(--shadow-switcher-inset);border-radius:1.2rem;align-items:center;padding:0;transition:background .3s,border-color .3s;display:flex;position:relative}.switcher-container .switcher .switcher-thumb{background:var(--switcher-thumb);width:2rem;height:2rem;box-shadow:var(--shadow-thumb);border-radius:50%;transition:transform .3s;position:absolute;left:.3rem}.switcher-container .switcher.active{background:var(--switcher-track-active);border-color:var(--switcher-track-active)}.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:var(--overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100%;height:100vh;max-height:0;transition:max-height .4s;position:absolute;top:100%;left:0}.mobile-menu__wrap{background:var(--white);visibility:hidden;width:min(36rem,85%);box-shadow:var(--shadow-lg);border-right:1px solid var(--border-card-product);height:100%;padding-bottom:4rem;position:relative;left:-100rem}.mobile-menu__list{background:var(--white);max-height:calc(100vh - 8rem);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(--border-card-product)}.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(--border-card-product);cursor:pointer;color:var(--black-blue);font-size:1.4rem;font-weight:500;transition:background .15s}.mobile-menu__list-item a{padding:2rem 2.4rem}.mobile-menu__list-item:hover{background:var(--grey-light-3)}.mobile-menu__list-item.active{background:var(--active-nav-bg);border-left:3px solid var(--blue)}.mobile-menu__switcher{align-items:center;gap:.8rem;padding:2rem 0 0 2.4rem;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 .4s;left:0}.mobile-menu.disabled .mobile-menu__wrap{transition:left .4s}.mobile-menu .active-arrow:before{top:45%;transform:rotate(180deg)}[data-theme=dark] .mobile-menu{background:var(--overlay-dark)}
.header{background:var(--header-bg);border-bottom:1px solid var(--border-on-dark);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;padding:1.6rem 10rem;display:flex}@media (max-width:1280px){.header{padding:1.4rem 3.2rem}}@media (max-width:1024px){.header{padding:1.4rem 3.2rem}}.header__menu{align-items:center;gap:3.2rem;display:flex}.header__menu-gmb-wrap{border-radius:var(--radius-sm);cursor:pointer;border:1px solid var(--border-on-dark);box-shadow:none;background:#ffffff14;align-items:center;padding:.8rem;transition:background .2s;display:flex}.header__menu-gmb-wrap:hover{background:#ffffff24}.header__logo{width:15rem;max-width:fit-content}@media (max-width:1280px){.header__logo{width:12rem}}.header__menu-gmb{filter:brightness(0)invert();opacity:.9}.header__widgets{align-items:center;gap:2.4rem;display:flex}.header__switcher{align-items:center;gap:.8rem;display:flex}.header__switcher .switcher{border-color:var(--border-on-dark);box-shadow:none;background:#ffffff1f}.header__switcher .switcher.active{background:var(--switcher-track-active);border-color:var(--switcher-track-active)}@media (max-width:600px){.header__switcher{display:none}}.header__switcher-icon{filter:brightness(0)invert();opacity:.9;width:2rem;max-width:fit-content}
