.footer {
    pointer-events: none;
}

.footer__faq,
.footer__about,
.footer__helper,
.footer__nameCompanyLink {
    pointer-events: auto;
}

.contact-form__error {
    display: block;
    margin-bottom: 12px;
    color: #ffb6b6;
}

.contact-form__error[hidden] {
    display: none;
}
