.jq-checkbox{cursor:pointer;border-radius:6px;box-sizing:border-box;transition:0.2s;width:36px;height:11px;overflow:visible;background:#ff96c4;background:-moz-linear-gradient(left,#ff96c4 0%,#b564eb 100%);background:-webkit-gradient(left top,right top,color-stop(0%,#ff96c4),color-stop(100%,#b564eb));background:-webkit-linear-gradient(left,#ff96c4 0%,#b564eb 100%);background:-o-linear-gradient(left,#ff96c4 0%,#b564eb 100%);background:-ms-linear-gradient(left,#ff96c4 0%,#b564eb 100%);background:linear-gradient(to right,#ff96c4 0%,#b564eb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff96c4',endColorstr='#b564eb',GradientType=1)}
.tarif_preinfo_period .jq-checkbox{margin:0 15px;background:#ffc97d;background:-moz-linear-gradient(left,#ffc97d 0%,#ff7878 100%);background:-webkit-gradient(left top,right top,color-stop(0%,#ffc97d),color-stop(100%,#ff7878));background:-webkit-linear-gradient(left,#ffc97d 0%,#ff7878 100%);background:-o-linear-gradient(left,#ffc97d 0%,#ff7878 100%);background:-ms-linear-gradient(left,#ffc97d 0%,#ff7878 100%);background:linear-gradient(to right,#ffc97d 0%,#ff7878 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc97d',endColorstr='#ff7878',GradientType=1)}
.jq-checkbox:after{content:'';width:21px;height:21px;background:#fff;border-radius:50%;left:-2px;top:-5px;position:absolute;transition:0.2s;box-shadow:0 0 15px rgba(243,4,42,0.5)}
.jq-checkbox.disabled,.jq-radio.disabled{opacity:.55}
.jq-checkbox.checked:after{left:18px}
