.wpcf7-not-valid-tip,
.wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid {
    color: red !important;
    border-color: red !important;
}

.wpcf7-not-valid::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: red !important;
}

.wpcf7-not-valid::-moz-placeholder {
    /* Firefox 19+ */
    color: red !important;
}

.wpcf7-not-valid:-ms-input-placeholder {
    /* IE 10+ */
    color: red !important;
}

.wpcf7-not-valid:-moz-placeholder {
    /* Firefox 18- */
    color: red !important;
}

.wpcf7-form.unaccepted .form-consent__text {
    color: red !important;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-form-control-wrap {
    display: block;
}

.mfv_checker .wpcf7-form-control-wrap {
    display: none;
}

.wpcf7-form.unaccepted .mfv_checker_text {
    color: red;
}

.ch_block_icon.active:after {
    opacity: 1;
}

.not-active {
    pointer-events: none;
    opacity: 0.6;
    transition: 0.3s ease;
}

body.loading {
    cursor: wait;
}