.vlg-checkbox{cursor:pointer}.vlg-checkbox,.vlg-checkbox .check-el{display:inline-flex;align-items:center}.vlg-checkbox .check-el{justify-content:center;width:20px;height:20px;min-width:20px;min-height:20px;border:2px solid #0ea5e9;color:#fff;border-radius:2px;position:relative}.vlg-checkbox .check-el svg{width:16px;height:16px;position:absolute}.vlg-checkbox .check-el:hover{border-color:#0284c7}.vlg-checkbox .check-el.checked{background:#0ea5e9}.vlg-checkbox .check-el.checked:hover{background:#0284c7}.vlg-checkbox .checkbox-label{margin-left:16px}.vlg-checkbox.focused .check-el{box-shadow:0 -2px 0 0 #bae6fd,2px 0 0 0 #bae6fd,0 2px 0 0 #bae6fd,-2px 0 0 0 #bae6fd}.vlg-checkbox.size-m.with-label:not(.toggle) .check-el{margin-top:2px}.vlg-checkbox.disabled,.vlg-checkbox.disabled.focused,.vlg-checkbox.disabled:hover{cursor:default}.vlg-checkbox.disabled .check-el,.vlg-checkbox.disabled.focused .check-el,.vlg-checkbox.disabled:hover .check-el{border-color:#e2e8f0;box-shadow:none}.vlg-checkbox.disabled .check-el.checked,.vlg-checkbox.disabled.focused .check-el.checked,.vlg-checkbox.disabled:hover .check-el.checked{background-color:#e2e8f0}.vlg-checkbox.disabled .checkbox-label,.vlg-checkbox.disabled.focused .checkbox-label,.vlg-checkbox.disabled:hover .checkbox-label{color:#94a3b8}.vlg-checkbox.size-s{row-gap:8px}.vlg-checkbox.size-s .check-el{width:16px;min-width:16px;height:16px}.vlg-checkbox.size-s .check-el svg{width:12px;height:12px}.vlg-checkbox.size-s.with-label:not(.toggle) .check-el{margin-top:4px}.vlg-checkbox.size-l{row-gap:16px}.vlg-checkbox.size-l .check-el{width:24px;min-width:24px;height:24px}.vlg-checkbox.size-l .check-el svg{width:16px;height:16px}.vlg-checkbox.toggle{position:relative}.vlg-checkbox.toggle .check-el{cursor:pointer;position:relative;top:0;left:0;right:0;bottom:0;background-color:#94a3b8;transition:.4s;width:36px;height:24px;border-radius:24px;border:none}.vlg-checkbox.toggle .check-el:before{position:absolute;content:"";height:16px;width:16px;left:4px;background-color:#fff;transition:.4s;border-radius:50%}.vlg-checkbox.toggle .check-el:hover{background:#cbd5e1}.vlg-checkbox.toggle .check-el:hover:before{width:18px;left:4px}.vlg-checkbox.toggle .check-el.checked{background:#1e293b}.vlg-checkbox.toggle .check-el.checked:before{transform:translateX(12px)}.vlg-checkbox.toggle .check-el.checked:hover{background:#1e293b}.vlg-checkbox.toggle .check-el.checked:hover:before{width:18px;left:2px}.vlg-checkbox.toggle .checkbox-label{color:#64748b!important;font-weight:500}.vlg-checkbox.toggle.checked .checkbox-label{color:#0f172a;font-weight:500}