.switch{position:relative;display:inline-block;width:40px;height:20px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d8d8d8;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:26px;width:26px;left:-2px;bottom:-2px;background-color:#707070;-webkit-transition:.4s;transition:.4s}input:checked+.slider{background-color:#000}input:focus+.slider{box-shadow:0 0 1px #000}input:checked+.slider:before{-webkit-transform:translateX(18px);-ms-transform:translateX(18px);transform:translateX(18px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.custom-checkbox{margin-left:10px;width:18px;height:18px;border:1px solid #000;border-radius:5px;position:relative;top:6px}
.checkboxes-wrapper label{
    position: relative;
}
input[type=checkbox]:checked + label .custom-checkbox {
    background-repeat: no-repeat;
    background-position:center;
    background-image: url("../images/checkv2.svg");
}

input[type=radio]:checked + label:not(label.langLabel) svg path{
   stroke: none;
    fill: #B58E40;
}

