input,
textarea,
select,
button {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0; /* или ваш радиус, например 0 / 4px */
}


.mxd-footer__svg-v2 path {
	fill: currentColor;
}

.mxd-footer__fullwidth-text {
	will-change: transform;
	backface-visibility: hidden;
}

.mxd-footer__svg-v2 {
	pointer-events: none;
}

.contact-form .btn-opposite{
display: inline-block;
width: 300px;
}

.contact-form .wpcf7-not-valid-tip{
    font-size: 12px;position: absolute;
}
.wpcf7-form-control-wrap{
    display: block;
    width: 100%;
    position: relative;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #dc3232;
    position: absolute;
    margin-top: 20px;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #dc3232;
    position: absolute;
    margin-top: 20px;
}
.wpcf7-spinner{
    position: absolute;
}
.wpcf7 form .wpcf7-response-output{
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #9f8be7;
    position: absolute;
    margin-top: 20px;
}
.hero-home-h1{
    font-size: 20px;
    font-weight: 500;
    font-weight: 500;
    max-width: 340px;
    line-height: 1.4;
    color: var(--pt-t-light-bright);
   
}

.breadcrumbs__row .breadcrumbs__nav{
    justify-content: flex-start;
}

video {
    pointer-events: none;
}

@media only screen and (max-width: 1200px) {
    .hero-home-h1{
        color: var(--t-bright);
    }
}
@media only screen and (max-width: 768px) {
    .hero-home-h1{
        max-width: 100%;
        font-size: 26px;
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
        width: 100%;
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
        width: 100%;
        line-height: 1.3;
        font-size: 14px;
        padding: 0 15px;
    }
    .wpcf7 form .wpcf7-response-output{
        width: 100%;
        line-height: 1.3;
        font-size: 14px;
        padding: 0 15px;
    }
    .contact-form .wpcf7-not-valid-tip{
        bottom: 2px;
        font-size: 11px;
    }

}