input[type="checkbox"].pretty-switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;width:88px;border-width:0;cursor:pointer}input[type="checkbox"].pretty-switch:focus{outline:0}input[type="checkbox"].pretty-switch:before{content:"Нет";color:#ccc;position:absolute;left:0;top:1px}input[type="checkbox"].pretty-switch:after{content:"Да";color:#ccc;position:absolute;right:0;top:1px}input[type="checkbox"].pretty-switch+label{position:relative;padding:4px 0 0 40px;line-height:2.0em;cursor:pointer}input[type="checkbox"].pretty-switch+label:before{content:"";position:absolute;display:block;left:32px;top:6px;width:33px;height:13px;border-radius:16px;background:#e2e2e2;-webkit-transition:all .3s;transition:all .3s}input[type="checkbox"].pretty-switch+label:after{content:"";position:absolute;display:block;left:32px;top:3px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:1px 2px 3px 0 #ccc;-webkit-transition:all .3s;transition:all .3s}input[type="checkbox"].pretty-switch:not(:checked):before,input[type="checkbox"].pretty-switch:checked:after{color:#00a0ee}input[type="checkbox"].pretty-switch:checked+label:before{background:#7fc8f1}input[type="checkbox"].pretty-switch:checked+label:after{margin-left:16px;background:#00a0ee}