.wpcf7-form-control-wrap[data-name="your-message"] {
    grid-column: span 2;
}

.rdlab-page .wpcf7.js {
    flex: 1 0 61%;
}

.wpcf7-response-output {
    display: none;
}
.checkbox__wrapper .wpcf7-not-valid-tip {
    display: none;
}
.checkbox__wrapper .wpcf7-form-control-wrap {
    position: absolute;
}
.pop-up__close {
    z-index: 25;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip:not(:nth-of-type(1)) {
    display: none;
}
.brands-page .brands__result {width: 100%}

@media screen and (min-width: 1600px){
    .contacts__container .wpcf7.js {
        flex: 1 0 55%;
    }
}
