.grecaptcha-badge {
    visibility: hidden;
}

font.errortext {color:red !important;}

.error_text_form, .error_text {
    color: red;
}

.b-brand-preview.b-brand-preview-top {
    margin-top: 0;
}

.b-brand-preview.b-brand-preview-top .b-brand-preview__wrapper {
    padding-bottom: 35px;
}

.b-contacts__item--whatsapp:after {
    background: url(./img/contacts/icon-whatsapp.svg) no-repeat center center;
    background-size: 100%;
    width: 42px;
    height: 50px;
    border-radius: 0;
    left: -3px;
    top: -6px;
}
@media screen and (max-width: 767px) {
    .b-contacts__item--whatsapp:after {
        top: 0;
        left: 50%;
    }

    .b-contacts__item--whatsapp {
        padding: 55px 0 11px;
    }
}

/*убирает масштабирование на iphone*/
@media screen and (max-width: 640px) {
    select:active,
    textarea:active,
    input:active {
        font-size: 16px;
    }
}