h1,h2,h3,h4,h5{margin:0}.mfui-9-switcher{display:flex;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfui-9-switcher__content{font-size:15px;line-height:24px;font-weight:400;align-self:center;margin-left:12px}.mfui-9-switcher__content_size_small{font-size:12px;line-height:18px}.mfui-9-switcher__content_left{margin-right:12px;margin-left:0}.mfui-9-switcher__content_left+.mfui-9-switcher__input{margin-left:auto}.mfui-9-switcher__pointer{position:relative;top:2px;left:2px;width:24px;height:24px;border-radius:50%;background-color:var(--stcWhite);transition:all .3s}.mfui-9-switcher__loader{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.mfui-9-switcher__loader:before{content:"";position:absolute;top:0;bottom:0;left:0;width:300%;height:100%;background:linear-gradient(90deg,var(--spbSky1) 0,var(--spbSky2) 16%,var(--spbSky1) 33%,var(--spbSky2) 50%,var(--spbSky1) 66%,var(--spbSky2) 82%,var(--spbSky1) 100%);animation:shining .8s linear infinite}@keyframes shining{0%{transform:translateX(-33%)}to{transform:translateX(0)}}.mfui-9-switcher__timer{border-radius:50%;background:var(--base)}.mfui-9-switcher__timer,.mfui-9-switcher__timer-icon{position:absolute;top:50%;left:50%;width:20px;height:20px;transform:translate(-50%,-50%)}.mfui-9-switcher__timer-icon{fill:var(--spbSky2)}.mfui-9-switcher__input{position:relative;align-self:flex-start;width:48px;min-width:48px;height:28px;border-radius:15.5px;overflow:hidden;outline:none;transform:translateZ(0);cursor:pointer;transition:background-color .3s}.mfui-9-switcher__input,.mfui-9-switcher__input_disabled{background-color:var(--spbSky1)}.mfui-9-switcher__input_disabled,.mfui-9-switcher__input_loaded,.mfui-9-switcher__input_waiting{cursor:default}.mfui-9-switcher__input:hover:not(.mfui-9-switcher__input_disabled){background-color:var(--spbSky2)}.mfui-9-switcher__input_checked:not(.mfui-9-switcher__input_disabled){border-color:var(--brandGreen);background-color:var(--brandGreen)}.mfui-9-switcher__input_checked:hover:not(.mfui-9-switcher__input_disabled){border-color:var(--buttonHoverGreen);background-color:var(--buttonHoverGreen)}.mfui-9-switcher__input_disabled .mfui-9-switcher__pointer{background-color:var(--spbSky2)}.mfui-9-switcher__input_checked .mfui-9-switcher__pointer{left:22px}.mfui-9-switcher__input_checked .mfui-9-switcher__loader:before{background:linear-gradient(90deg,var(--brandGreen) 0,var(--buttonHoverGreen) 16%,var(--brandGreen) 33%,var(--buttonHoverGreen) 50%,var(--brandGreen) 66%,var(--buttonHoverGreen) 82%,var(--brandGreen) 100%)}.mfui-9-switcher__label{position:relative}.mfui-9-switcher__hidden-input{position:absolute;top:0;left:0;z-index:-1;width:0;height:0;opacity:0}.mfui-9-switcher__hidden-input:focus-visible+.mfui-9-switcher__input{outline-offset:2px;animation:focus-outline-shrink .3s linear forwards}@keyframes focus-outline-shrink{0%{outline:0 solid var(--137C)}to{outline:4px solid var(--137C)}}.mfui-9-switcher_disabled .mfui-9-switcher__content{color:var(--spbSky3)}.mfui-9-switcher_theme_on-gray .mfui-9-switcher__input:not(.mfui-9-switcher__input_checked),.mfui-9-switcher_theme_on-gray .mfui-9-switcher__input_disabled{background-color:var(--spbSky2)}.mfui-9-switcher_theme_on-gray .mfui-9-switcher__input:not(.mfui-9-switcher__input_checked):not(.mfui-9-switcher__input_disabled):hover,.mfui-9-switcher_theme_on-gray .mfui-9-switcher__input_disabled .mfui-9-switcher__pointer{background-color:var(--spbSky3)}.mfui-9-switcher_theme_on-gray .mfui-9-switcher__timer-icon{fill:var(--spbSky3)}