[aria-hidden=true] {
    display: none;
}

#faq-form .form-group {
    margin-bottom: 15px;
}

#faq-form [data-error] {
    color: red;
    margin: 5px 0;
    padding: 0;
}

#faq-form fieldset {
    margin-top: 5px;
}

#faq-form input[type="text"],
#faq-form input[type="email"] {
    width: 33%;
}

#faq-form textarea {
    width: 75%;
}

#faq-form[data-preloading="true"] {
    position: relative;
}

#faq-form-preloader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center;
}

#faq-form-preloader div {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
}

#faq-form[data-preloading="true"] #faq-form-preloader {
    display: block;
}

.red {
    color: red;
}

.response_full_phone_name {
    visibility: hidden;
}