.reg-information-item-input.reg-information-item-checkbox .radio-title,
.reg-information-item-input.reg-information-item-checkbox input[type=checkbox] + label {
    color: #fff!important;
}
.reg-information-item-input.reg-information-item-checkbox .radio-title,
.reg-information-item-checkbox-wrapper:not(:last-child) {
    width: 100%;
    margin-bottom: 12px;
}
.reg-information-item-checkbox input[type=checkbox],
.reg-information-item-checkbox input[type=checkbox]:not(:checked){
    position: absolute;
    left: -9999px;
}
.reg-information-item-checkbox input[type=checkbox]:checked + label,
.reg-information-item-checkbox input[type=checkbox]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 110%;
    cursor: pointer;
    color: #212121;
    font-family: Cera Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reg-information-item-checkbox input[type=checkbox]:checked + label:before,
.reg-information-item-checkbox input[type=checkbox]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 5px;
}
.reg-information-item-checkbox input[type=checkbox]:checked + label:after,
.reg-information-item-checkbox input[type=checkbox]:not(:checked) + label:after {
    content: "";
    position: absolute;
    transition: all 0.2s ease;
}
.reg-information-item-checkbox input[type=checkbox]:checked + label:after,
.reg-information-item-checkbox input[type=checkbox]:not(:checked) + label:after {
    left: 3px;
    top: 5px;
    width: 8px;
    height: 5px;
    border-radius: 1px;
    border-left: 3px solid #212121;
    border-bottom: 3px solid #212121;
    transform: rotate(-45deg);
}
.reg-information-item-checkbox input[type=checkbox]:not(:checked) + label:after {
    opacity: 0;
}
.reg-information-item-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}