.form-group.textarea.has-error .help-block{
    position: absolute;
    top: 4px;
    right: 0;
    left: auto;
    color: #c74a2c;
    font-size: 11px;
}

.modal.fade.modal-redesign.soglasie .modal-body .modal-registration-policy__content td{
    border: 1px solid black;
}

.modal-registration-policy__content a,
.modal-registration-policy__content a:hover {
    color: #e97431;
}

@media (max-width: 575px) {
    .form-group.textarea.has-error .help-block {
        font-size: 10px;
        min-width: 90px;
        left: 77%
    }
    .form-group.accept-checkbox .form-control-label {
       white-space: unset;
    }
}
.form-control-label a{
    color: black;
    text-decoration:underline;
}