.contact-banner{
    padding-top: 175px;
    height: 740px;
    background: url('../img/contact-banner.jpg') no-repeat center/cover;
}
.contact-banner h1{
    max-width: 780px;
    font-size: 3.7rem;
    margin-top: 0.2rem;
}
.contact-body .content{
    max-width: 1450px;
}
.contact-banner p{
    color: #6d6d6d;
}
.contact-infos{
    transform: translateY(-50%);
}
.contact-infos li{
    width: 31.5%;
    border-radius: 12px;
    padding: 60px 45px;
    padding-right: 60px;
    transition: all 0.3s;
    background-color: white;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.contact-infos li:after{
    width: 50px;
    height: 60px;
    content: "";
    background: url('../img/pos.svg') no-repeat center/contain;
    position: absolute;
    right: 38px;
    top: 44px;
    filter: grayscale(1000%);
    opacity: 0.4;
    transition: all 0.3s;
}
.contact-infos li.phone:after{
    background-image: url('../img/pho.svg');
}
.contact-infos li.email:after{
    background-image: url('../img/ema.svg');
}
.contact-infos li strong{
    font-size: 30px;
    display: inline-block;
    margin-bottom: 1.3rem;
    transition: all 0.3s;
}
.contact-infos li p{
    font-size: 19px;
    font-weight: 600;
    color: #606060;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.contact-infos li span{
    color: #606060;
    font-size: 19px;
    line-height: 1.6;
    transition: all 0.3s;
}
.contact-infos li:hover strong{
    color: #fff;
}
.contact-infos li:hover p, .contact-infos li:hover span{
    color: white;
    opacity: 0.8;
}
.contact-infos li:hover:after{
    filter: grayscale(0);
    opacity: 1;
}
.contact-infos li:hover{
    background-color: #242424;
}
.form-part{
    padding-top: 1rem;
}
.form-part .left{
    width: 54%;
}
.form-part .right{
    width: 46%;
    margin-left: 140px;
}
.form-part .left h2{
    margin-bottom: 30px;
}
.form-part .left p{
    font-size: 17px;
    line-height: 1.7;
    color: #757575;
}
.form-part .left ul{
    margin-top: 65px;
}
.form-part .left ul li{
    padding-left: 100px;
    margin-bottom: 60px;
    position: relative;
}
.form-part .left ul li strong{
    font-size: 27px;
    font-weight: 700;
    display: inline-block;
    color: #333;
    margin-bottom: 0.8rem;
}
.form-part .left ul li:after{
    width: 68px;
    height: 73px;
    content: "";
    background: url('../img/icon1.svg') no-repeat center/contain;
    position: absolute;
    left: 0;
    top: -5px;
}
.form-part .left ul li:nth-of-type(2):after{
    background-image: url('../img/icon2.svg');
}
.form-part .left ul li:nth-of-type(3):after{
    background-image: url('../img/icon3.svg');
}
.form-part .right .form input:not([type="submit"]){
    font-size: 18px;
    color: #585b5e;
    font-weight: 600;
    width: 100%;
    border-radius: 5px;
    padding: 17px 28px;
    margin-bottom: 19px;
    font-family: inherit;
    border: 1px solid #d6d6d6;
}
.form-part .right .form{
    padding: 50px 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.form-part .right p{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 35px;
}
.form-part .right .form textarea{
    padding: 17px 28px;
    height: 210px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    font-family: inherit;
}
.form-part .right input[type="submit"]{
    border: none;
    width: 100%;
    outline: none;
    font-size: 19px;
    padding: 21px 0;
    font-family: inherit;
    font-weight: 600;
    margin-top: 30px;
}

body .wpcf7 form.failed .wpcf7-response-output, body .wpcf7 form.aborted .wpcf7-response-output{
    padding: 0;
    margin: 0;
    margin-top: 1rem;
    border: none;
    outline: none;
}
body .wpcf7-spinner{
    margin-left: 0;
    margin-top: 0.5rem;
}
body .wpcf7-not-valid-tip{
    font-size: 13px;
    display: block;
    margin-bottom: 1rem;
    margin-top: -0.7rem;
}