.contact-form--text{
    font-family: "TTNormsPro";
    font-weight: 300;
    font-size: 14px;
  color: rgba(119, 119, 119, 1);
;
}
.form__success {
    display: none;
}
.form__success.active {
    display: flex;
}
.block-contact--form-form .contact__form .error {
    border-bottom: 1px solid red;
}
.form__success.active .fsc-content {
    font-family: "TTNormsPro";
    font-weight: 300;
    font-size: 22px;
    color: green;
}