.module-theme-switcher{position:fixed;bottom:40px;left:40px;z-index:2;width:24px;height:24px;background:var(--color-primary);cursor:pointer}.module-theme-switcher svg path{fill:var(--color-secondary);transition:all .6s cubic-bezier(0.77,0,0.175,1)}.module-theme-switcher:hover svg path{fill:var(--color-highlight)}@media(max-width:1200px){.module-theme-switcher{left:30px;bottom:30px}}@media(max-width:980px){.module-theme-switcher{left:20px;bottom:30px}}@media(max-width:568px){.module-theme-switcher{position:absolute;top:28px;left:30px;bottom:auto}}