@charset "UTF-8";
.header_contact {
    background-image: url(../img/contact/clouds_2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 54%;
}
.content_contact {
    margin-top: -305px;
    background-image: url(../img/contact/triangles_contact.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.cols_contact {
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 320px;
}
.tittle_box_blue {
    margin-left: 0px;
}
.form-style-5 input[type="text"], .form-style-5 textarea {
    background-color: #E4E4E4 !important;
}
.intro_form {
    padding-top: 50px;
    padding-bottom: 29px;
}
.col_form {
    background-color: #FFFFFF;
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 5%;
    padding-top: 49px;
    float: left;
}
.col_pic {
    width: 40%;
    float: left;
    text-align: center;
}
.operator_contact {
    margin-top: -130px;
    width: 90%;
    height: auto;
    max-width: 428px;
}
.disclaimer_contact {
    padding-top: 20px;
    padding-bottom: 55px;
}

@media screen and (max-width:860px){
.col_form {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
}
.tittle_box_blue {
    margin-left: auto;
    margin-right: auto;
}
.col_pic {
    display: none;
}
}
