.base-switch{display:-webkit-box;display:-ms-flexbox;display:flex}.base-switch__text{margin-right:auto}.base-switch input[type=checkbox]{height:0;width:0;visibility:hidden}.base-switch .base-switch-label{cursor:pointer;text-indent:-9999px;width:45px;-webkit-box-flex:0;-ms-flex:0 0 45px;flex:0 0 45px;height:27px;background:rgba(183,183,192,.4);display:block;border-radius:100px;position:relative}.base-switch .base-switch-label.base-switch-label--waiting{cursor:wait}.base-switch .base-switch-label.base-switch-label--disabled{cursor:not-allowed}.base-switch .base-switch-label:after{background:#b7b7c0;content:"";position:absolute;top:2px;left:2px;right:0;bottom:0;width:23px;height:23px;border-radius:90px;-webkit-transition:.3s;transition:.3s}.base-switch--block{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 16px;font-size:14px;line-height:1.4;color:#4b4b62;background:#f6f6f7;border-radius:2px}.base-switch--block+.base-switch--block{margin-top:4px}.base-switch--block.base-switch--disabled{background:#ededf0}.base-switch--block.base-switch--disabled>*{opacity:.6}.base-switch--disabled .base-switch-label:after{background-color:#b2b2b2}.base-switch--disabled input+.base-switch-label{background-color:#d9d9d9}.base-switch--checked .base-switch-label:after{background-color:#fff}.base-switch--checked input+.base-switch-label{background-color:#0c4}.base-switch--checked input+.base-switch-label.base-switch-label--disabled{background-color:#88dda4}.base-switch--checked input+.base-switch-label:after{left:calc(100% - 2px);-webkit-transform:translateX(-100%);transform:translateX(-100%)}