﻿#main_warpper{
    background: #efefef url('../images/contacts/bg.jpeg') no-repeat right top;
}
#form{
    margin-top: 120px;
}
#form #formContact{
    width: 600px;

}

#form label {
    color: #f08300;
}

#form input,#form textarea {
    border: solid 1px #f08300;
}

#form button {
    display         : inline-block;
    height          : 44px;
    line-height     : 44px;
    text-align      : center;
    background-color: #f08300;
    border-width    : 0;
    padding         : 0;
    width           : 245px;
}
#contactList .title{color: #f08300;}



@media screen and (max-width: 768px) {
    #main_warpper{background-image: none;margin-bottom: 15px;}
    #form {
        margin-top: 30px;
    }

}