.form__success p.form-ok-text-description {
    margin: 16px 0 ;
}
.form-ok-text-description a {
    color: #093EB4;
    transition: color .3s ease;
}
.forms__custom-catalog .form-ok-text-description a {
    color: white;
}
.form-ok-text-description a:hover {
    color: #ff672d;
    text-decoration: underline;
}