
.new-pages .main-banner {
    padding: 0 25px;
    width: 100%;
    max-width: 1635px;
    margin: auto;
}

.main-banner .banner-info .title {
    background: rgba(5, 5, 5, 0.25);
    background: -moz-linear-gradient(90deg, rgba(27,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(27,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(90deg, rgba(27,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.main-banner .banner-info .title:after,
.main-banner .banner-info .title:before {
    display: none;
}

@media screen and (min-width: 992px) {
    .main-banner .glide__main_banner:after {
        content: "";
        background: transparent
    }
}

@media screen and (max-width: 991px) {
    .new-pages .main-banner {
        padding: 0;
    }

    .main-banner .glide__main_banner {
        /* height: 224px; */
    }

    .main-banner .glide__slides {
        height: 224px;
    }

    .main-banner .glide__main_banner:after {
        content: "";
        background: rgba(5, 5, 5, 0.25);
        background: -moz-linear-gradient(90deg, rgba(27, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(90deg, rgba(27, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(90deg, rgba(27, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .main-banner .banner-info .title {
        padding: 50px 25px;
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
        max-width: calc(100% - 50px);
        background-color: transparent;
        background-image: none;

    }
}

.new-pages .seo_mp_8 .add-doc-holder input {
    background: url(../img/svg/icon-doc-gray.svg) 50% 50% no-repeat transparent;
}
/* 
.new-pages .seo_mp_8.custom-block .add-doc-holder span input {
    background: url(../img/svg/icon-doc.svg) 50% 50% no-repeat transparent;
} */


.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 100%;
    text-align: left;
    display: inline-block;
}


.new-pages .seo_mp_8 .wpcf7-not-valid-tip {
    transform: translate(0px, -15px);
}

.bg-orange .wpcf7-not-valid-tip {
    color: #fff;
    border-bottom: 1px solid #333;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 16px;
    line-height: 100%;
}

/* style.css: 648px */
input[type="text"], input[type="tel"], input[type="email"] {
    width: 100%;
    height: 38px;
    margin-top: 22px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

input[type="submit"] {
    cursor: pointer;
}

.new-pages .seo_mp_8 input[type="text"],
.new-pages .seo_mp_8 input[type="tel"],
.new-pages .seo_mp_8 input[type="email"] {
    color: #828282;
    background-color: #FFF;
    border: 1px solid #FFF;
    font-size: 18px;
    line-height: 22px;
    height: 64px;
    margin: 0 0 16px;
    padding: 21px 32px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.modal-content input[type="text"],
.modal-content input[type="tel"],
.modal-content input[type="email"] {
    border-bottom: 1px solid #828282;
    color: #4f4f4f;
    padding: 0 6px;
}

.new-pages .order-form input[type="text"],
.new-pages .order-form input[type="tel"],
.new-pages .order-form input[type="email"] {
    color: #1A1818;
    border-bottom: 1px solid #DADADA;
    font-size: 18px;
    margin-top: 24px;
}


.new-pages .order-form input[type="text"]::placeholder,
.new-pages .order-form input[type="tel"]::placeholder,
.new-pages .order-form input[type="email"]::placeholder {
    color: #272626;
    font-style: normal;
}



.form-flex .wpcf7-form-control-wrap {
    max-width: 47%;
}

.form-flex .wpcf7-form-control-wrap input {
    max-width: 100%;
}

/* CF 7 */
.main-banner .wpcf7-not-valid-tip {
    display: none;
}

.main-banner input[type="text"]::placeholder, 
.main-banner input[type="tel"]::placeholder, 
.main-banner input[type="email"]::placeholder {
    color: #FFFFFF;
}

.main-banner .wpcf7-not-valid {
    border-color: #ff0000;
}

.main-banner input.wpcf7-not-valid::placeholder,
.main-banner .wpcf7 form.invalid .wpcf7-response-output {
    color: #ff0000
}

.main-banner .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 5px;
    background: #fff;
    border: none;
    font-size: 12px;
}

/* Fix menu that block banner form */
@media screen and (max-width: 991px) {
    header .wrapper {
        padding: 0 15px;
        max-height: 0px;
    }
    .menu-container.open {
        opacity: 1;
        visibility: visible;
        max-height: 1000px;
    }
}