.checkbox{display:flex;align-items:center;position:relative;cursor:pointer;font-size:15px;line-height:32px;letter-spacing:.32px;font-weight:700;padding-left:25px;text-transform:uppercase}.checkbox__input{bottom:0;opacity:0;height:1px;width:1px}.checkbox__input,.checkbox__mark{position:absolute;left:0;cursor:pointer}.checkbox__mark{top:50%;transform:translateY(-50%);width:20px;height:20px;border:1px solid #707070;display:flex;align-items:center;justify-content:center}.checkbox__mark:focus{outline:1px solid blue}.checkbox span{cursor:pointer}.checkbox__mark-icon{opacity:0}.checkbox__input:checked~.checkbox__mark{background-color:#383838}.checkbox__input:checked~.checkbox__mark .checkbox__mark-icon{opacity:1;color:#fff}.checkbox__input:disabled~.checkbox__mark,.checkbox__input:disabled~span{opacity:.3;cursor:default}