.customCheckCont input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    height: 0!important;
    width: 0!important;
    padding: 0!important;
    border:0!important;
}

.registerCheckboxDiv label {
    display: block!important;
}
.registerCheckboxDiv .custom-control {
    margin-bottom: 15px;
}
.customCheckCont {
    display: flex;
    align-items: center;
    /*height: 22px;*/
    min-height: unset;
    position: relative;
    margin-bottom: 0;
    margin-top: 15px;
    vertical-align: top;
    padding-left: 1.5rem;
    text-align: left;
    cursor: pointer;
}

.customCheckCont label {
    margin-bottom: 0;
}
.custom-control-label {
    position: relative;
}
.customCheckCont label::before,
.customCheckCont label::after {
    top: 0;
    /*bottom: 0;*/
    left: -1.5rem;
    margin: auto;
    height: 20px;
    width: 20px;
    border-radius: 0.25rem;
    position: absolute;
    display: block;
    pointer-events: none;
    content: "";
    z-index: 100;
}
.customCheckCont label::before {
    background-color: #fff;
    border: #adb5bd solid 1px;
    pointer-events: none;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}
.customCheckCont input:checked~.customCheckCont .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.customCheckCont input:checked~.customCheckCont .custom-control-label::after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") no-repeat 50% 50%;
}

.chechboxSpan {
    display: block !important;
}

.customCheckCont input:active, .customCheckCont input:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.customCheckCont input:checked {
    background-color: #0040ff !important;
    border: 1px solid #0040ff !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #fff;
    display: inline-table;
}

.customCheckCont input:checked:after {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    color: #fff;
}

/*.chechboxSpan {*/
/*    position: absolute;*/
/*    left: 30px;*/
/*    top: 10px;*/
/*    width: auto;*/
/*    max-width: 100%;*/
/*    font-size: 14px;*/
/*}*/

.registerBtnOn {
    height: 36px;
    border-radius: 6px;
    background-color: var(--vibrant-blue);
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: -0.5px;
    text-align: center;
    color: #ffffff;
    padding: 6px 6px 8px 6px;
    width: 100%;
}

.registerBtnOff {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: -0.5px;
    text-align: center;
    color: #778699;
    height: 36px;
    border-radius: 8px;
    background-color: #d7e1ea;
    padding: 6px 6px 8px 6px;
    width: 100%;
}

.pipak {
    position: absolute;
    top: 40px;
    right: 10px;
    color: #90d300;
}

#name_field, #mail_field, #phone_field, #password_field {
    position: relative;
    margin-bottom: 1rem;
}

#formDiv {
    margin-bottom: 60px;
    padding: 14px 24px 30px 24px;
    border-radius: 8px;
    /*box-shadow: -2px 2px 5px 0 rgba(67, 86, 100, 0.12), -1px 1px 2px 0 rgba(67, 70, 74, 0);*/
    background-color: #ffffff;
}

#captcha_field img {
    margin-bottom: 0.5rem;
    display: inline-block;
    float: left;
    /*margin-right: auto;*/
}

#captcha_field .captcha_reload {
    display: inline-block;
    float: right;
    font-size: 15px;
    color: var(--vibrant-blue);
    transition: .3s;
    padding: 5px 10px;
    border-radius: 10px;
}

#captcha_field .captcha_reload:hover {
    text-decoration: none;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    background: var(--vibrant-blue);
}

#captcha_field .is-invalid {
    border: #dc3545 2.5px solid;
}

.captcha_errormsg {
    display: block;
    text-align: left;
    height: 20px;
    font-size: 15px;
    color: red;
    margin: 5px 0 10px;
}

#country_field {
    margin-bottom: 20px;
}

#newsLetter_field {
    text-align: left !important;
    padding: 5px 0 !important;
    position: relative !important;
    cursor: pointer !important;
    height: 35px !important;
    font-size: 22px !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    /*margin-bottom: 0!important;*/
}

#newsLetter_field input[type="checkbox"] {
    -webkit-appearance: none !important;
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05) !important;

    display: inline-block !important;
    position: absolute;
    outline: none !important;
    margin: 5px !important;
    margin-left: -20px !important;
    width: 10px !important;
    height: 10px !important;
    padding: 8px !important;
    border-radius: 0 !important;
}

#newsLetter_field label {
    margin: 10px 10px 10px 10px;
}

#newsLetter_field input[type="checkbox"]:active, .newsletter input[type="checkbox"]:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

#newsLetter_field input:checked {
    background-color: #0040ff !important;
    border: 1px solid #0040ff !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    display: inline-table !important;
}

#newsLetter_field input[type="checkbox"]:checked:after {
    content: '\f00c' !important;
    font-family: FontAwesome !important;
    font-size: 14px !important;
    position: absolute !important;
    top: -3px !important;
    left: 0 !important;
    color: #fff !important;
}

#registration_form_country {
    height: 36px;
    font-size: 15px;
    padding: 0 10px;
}
