.aboutFormBox {
    background-image: url("i/11.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    color: #FFF;
    background-color: #000;
    padding: 100px 20px 100px 0px;
    margin: 0px -20px;
}
.aboutForm a {color: #FFF;}
.aboutFormText {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    text-align: right;
    padding-bottom: 35px;
}
.aboutFormText h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
}
.formAbout input[type=text], .formAbout input[type=tel], .formAbout input[type=email] {
    display: block;
    float: right;
    width: 31%;
    margin-left: 2%;
    height: 60px;
    line-height: 60px;
    padding: 0px 10px;
    box-sizing: border-box;
    background-color: #FFF;
    border: none !important;
}
.formAbout input[type=submit] {
    display: block;
    float: right;
    width: 31%;
    margin-left: 2%;
    height: 60px;
    line-height: 60px;
    padding: 0px 10px;
    box-sizing: border-box;
    background: #FFC100;
    border: none !important;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 35px;
    cursor: pointer;
}
.form_fz {
    float: right;
    padding-top: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    width: 40%;
}
@media (max-width: 1000px) {
    .aboutFormText {
        margin: 0px 100px;
    }
    .formAbout {
        margin: 0px 100px;
        display: block;
    }
    .formAbout input[type=text], .formAbout input[type=tel], .formAbout input[type=email] {
        float: none;
        width: 100%;
        margin-left: 0px;
        clear: both;
        margin-bottom: 20px;
    }
    .formAbout input[type=submit] {
        width: 100%;
        margin-left: 0px;
        float: none;
        clear: both;
    }
    .aboutFormBox {
        background-size: cover;
    }
    .form_fz {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .aboutFormText {
        margin: 0px;
    }
    .formAbout {
        margin: 0px;
    }
    .aboutFormBox {
        padding-left: 20px;
    }
}