.contact {

    padding: 120px 0;

    background-color: #f2f4f7;

}

.contact .info {

    padding: 70px 80px;

    background-color: #415B75;

}

.contact .info h2 {

    font-size: 29px;

    line-height: 35px;

    color: #ffffff;

    margin-bottom: 20px;

    width: 100%;

}

.text p {

    font-family: faricy-new-web, sans-serif;

    font-weight: 400;

    font-style: normal;

    font-size: 14px;

    line-height: 22px;

    color: #808080;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}

article p:not(:last-child) {

    margin-bottom: 20px;

}

.contact .info p {

    color: rgba(255,255,255,0.5);

}

.contact .info ul {

    margin-top: 45px;

    margin-bottom:60px;

}

.contact .info ul li {

    position: relative;

    padding-left: 20px;

}

.contact .info ul li h4 {

    font-family: faricy-new-web, sans-serif;

    font-weight: 400;

    font-style: normal;

    font-size: 16px;

    line-height: 22px;

    color: #ffffff;

    margin-bottom: 10px;

}

.contact li i {

    position: absolute;

    left: 0;

    top: 0;

    color: #54de88;

}



.form {



}

.form .img {

    max-width: 590px;

    max-height: 788px;

    overflow: hidden;

}

.form .img img{

width: 100%;



height: 100%;

}

form .form-wrap .title {

    margin-bottom: 45px;

}

form .form-wrap .title {

    margin-bottom: 45px;

}

.wpcf7-form {

    position: relative;

}

.form .text h2 {

    font-family: faricy-new-web, sans-serif;

    font-weight: 500;

    font-style: normal;

    font-size: 32px;

    line-height: 50px;

    color: #212121;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    margin-bottom: 45px;

}



.form .form-wrap {

    max-width: 590px;

    padding: 60px 110px 50px 100px;

    background-color: #ffffff;

    -webkit-box-shadow: 0px 10px 35px 3px rgba(59,93,161,0.15);

    box-shadow: 0px 10px 35px 3px rgba(59,93,161,0.15);

}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {

    width: 100%;

    font-family: faricy-new-web, sans-serif;

    font-weight: 400;

    font-style: normal;

    font-size: 16px;

    line-height: 21px;

    color: #1c1c1c;

    -webkit-box-shadow: none;

    box-shadow: none;

    padding: 10px 20px;

    outline: none;

    background-color: #fff !important;

    border-radius: 0;

    border: solid 1px #dcdcdc;

}



.wpcf7-form label {

    display: inline-block;

    font-family: faricy-new-web, sans-serif;

    font-weight: 400;

    font-style: normal;

    font-size: 14px;

    line-height: 21px;

    color: #333;

    margin-bottom: 15px;

}

.wpcf7-form .form-row {

    margin-bottom: 20px;

}

.wpcf7-form textarea {

    width: 100%;

    height: 129px;

    resize: none;

}

.wpcf7-form input[type="submit"] {

    display: inline-block;

    font-family: faricy-new-web, sans-serif;

    font-weight: 500;

    font-style: normal;

    font-size: 18px;

    line-height: 30px;

    color: #fff !important;

    background-color: #415B75;

    -webkit-box-shadow: 0px 8px 15px 0px rgba(29,69,245,0.25);

    box-shadow: 0px 8px 15px 0px rgba(29,69,245,0.25);

    border-radius: 30px;

    background-image: none;

    text-align: center;

    margin-right: 0 !important;

    padding: 13px 39px;

    outline: none;

    -webkit-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;

}

.wpcf7-submit {

    position: relative;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    display: -webkit-inline-box;

    display: -webkit-inline-flex;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-flex-shrink: 0;

    -ms-flex-negative: 0;

    flex-shrink: 0;

    margin: 0;

    padding: 0 20px;

    max-width: 100%;

    line-height: 40px;

    border-color: transparent;

    cursor: pointer;

    white-space: nowrap;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    overflow: hidden;

}

@media (max-width:767px) {

    .contact {

        padding: 50px 0;

    }

    .form .form-wrap {

        padding:30px

    }

    .product-box #product-swiper {

        width: 85%;

    }

    .form .text h2 {

        font-size: 26px;

        line-height: 1.3;

    }

    .contact .info {

        padding: 20px;

    }

}