/*--CAPTCHA--*/
#captchaBlock{position:relative;}
#captchaBlock #whiteBlock{display:none; text-align:center; position:absolute; background-color:#FFF; width:180px; height:40px;}
#captchaBlock #whiteBlock #loaderImg{margin-top:3px;}
@media (min-width: 768px) {
    .form-wrap__policy {
        max-width: none !important;
        display: flex;
        gap: 15px;
        align-items: center;
    }
}
.form-wrap__policy .form-check-label {
    display: inline;
}
.form-wrap__policy .form-check-input {
    width: 1.5em;
    height: 1.5em;
}
.form_input_required {
    color: #f00;
}