.not_project {
    background: #FFFFFF;
    border-radius: 0px 40px 0px 0px;
    margin-bottom: 35px;
    overflow: hidden;
}
.first_div {
    padding: 59px 80px 59px 80px;
    width: 58%;
}
.first_div .btn {
    padding: 25px 0;
    width: 280px;
    text-decoration: none;
}
.photo_project {
    width: 42%;
    position: relative;
}
.photo_project div {
    background: url('/images/site/consultation.png') no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    color: #2B2A28;
}
.not_project .form_action {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
}
.not_project .h2 {
    line-height: 38px;
}
.agree a {
    color: #d48c34;
    font-weight: 600;
}
.not_project .first_div .btn {
    width: 194px;
}
.fake_input {
    width: 60%;
    border: 1px solid #E7D8C7;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 21px;
    background: #fff;
}
.fake_input .dropdown {margin-top: 10px}
.fake_input .dropdown img, .mask img {width: 21px}
.fake_input .dropdown a {
    display: block;
    text-align: center;
}
.form_action input, .form_action textarea, .form_action select {
    width: 90%;
    border: 0;
    height: 58px;
    padding-left: 10px;
    outline: 0;
}
::-webkit-input-placeholder {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}
::-moz-placeholder          {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}
:-moz-placeholder           {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}
:-ms-input-placeholder      {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}
.form_action .btn-default {padding: 22px 25px;width: 38%}
.mt60 {margin-top: 60px}
.labels {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.forms {
    padding-bottom: 147px;
    padding-top: 60px;
    background: #FFFBF7;
}
.sends.disabled {
    opacity: .6;
}
@media (max-width: 767px) {
    .not_project {
        flex-direction: column;
        padding: 5px;
        border-radius: 0px 40px;
        margin-bottom: 0;
    }
    .first_div {
        padding: 41px 16px;
        width: 100%;
    }
    .not_project .h2 {
        font-weight: normal;
        font-size: 20px;
        line-height: 26px;
    }
    .not_project .first_div .btn {
        width: 100%;
        margin-top: 10px;
    }
    .fake_input {
        width: 100%;
    }
    .photo_project {
        width: 100%;
        height: 226px;
        border-radius: 0px 37px;
        overflow: hidden;
    }
    .forms {
        padding-bottom: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .first_div {
        padding: 34px 38px 34px 38px;
    }
    .not_project .first_div .btn {
        width: 100%;
        margin-top: 10px;
    }
    .not_project {
        margin-bottom: 0;
    }
    .forms {
        padding-bottom: 60px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .not_project .first_div .btn {
        width: 100%;
        margin-top: 10px;
    }
    .first_div {
        padding: 50px 60px 50px 60px;
    }
    .forms {
        padding-bottom: 60px;
    }
}