.check{width:20px;height:20px;position:relative}.check input[type=checkbox]{width:20px;height:20px;visibility:hidden}.check .check__label{width:20px;height:20px;border-radius:4px;position:absolute;box-sizing:border-box;cursor:pointer;left:0;top:0;display:flex;justify-content:center;align-items:center;transition:.3s}.check .check__label.check--default{border:1px solid #cbd4dc;background-color:#f8f9fb}.check .check__label.check--default.checked{background-color:#ff7a02;border:1px solid #ff7a02}.check .check__label.check--default.disabled{cursor:no-drop;border:1px solid #d0d5d9}.check .check__label.check--default.disabled.checked{background-color:#E9E9E9;border:1px solid #cbd4dc}.check .check__label.check--paris{border:1px solid #cbd4dc;background-color:#f8f9fb}.check .check__label.check--paris.checked{background-color:#009ce0;border:1px solid #009ce0}.check .check__label.check--paris.disabled{cursor:no-drop}