
#top_banner {
    min-height: 200px;
    background-image: url(https://cda8.avanquest.com/template/new/images/assets/resellers/banner-top.jpg);
    background-position: 100% 50%;
    background-size: cover;
    padding: 50px;
}

.top-banner-cont {
    color: #fff;
    max-width: 750px;
    margin-left: auto;
}

.top-banner-cont .banner-title {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.top-banner-cont .subtitle {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

.but a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #BF930B;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 40px;
}

.icons {
    background: #4646460D;
    padding-bottom: 30px;
}

.icons-text {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    padding: 40px 15px;
}

.icon-img {
    background: #BF930B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 15px;
    margin: 0 auto 15px auto;

}

.icons-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.icon-block {
    padding: 15px;
    width: 33.333%;
    text-align: center;
}

.icon-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.icon-text {
    max-width: 250px;
    margin: auto;
}

.devis-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #BF930B15;
    padding: 15px 30px;
}

.success {
    background: #BF930B15;
    padding: 25px;
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
    display: none;
    margin-top: 30px;
}

.form-title {
    width: 100%;
    padding: 15px;
    font-size: 30px;
    font-weight: bold;
}

.devis-form label {
    display: block;
    margin-bottom: 5px;
}

.devis-form label.lab-highlight {
    color: #e83e8c;
}

.left-side,
.right-side {
    width: 50%;
    padding: 15px;
}

.field-wrap {
    width: 100%;
    margin-bottom: 15px;
}

.field-wrap input,
.field-wrap select,
.field-wrap textarea {
    padding: 10px;
    width: 100%;
    border: none;
}

.field-wrap .highlight {
    border: 1px solid;
}

.fomr-wrap-title {
    font-size: 35px;
    text-align: center;
    margin: 30px 0 15px 0;
}

.fomr-wrap-subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.fomr-wrap-subtitle a {
    color: #BF930B;
}

.field-wrap input.submit {
    color: #fff;
    width: auto;
    background: #BF930B;
    border-radius: 40px;
    cursor: pointer;
    margin-top: 30px;
    padding: 10px 30px;
}

/*.field-wrap input.submit.disabled {
    background: #ccc;
    cursor: default;
}*/

.btns-wrap {
    padding: 0 50px;
}

.bts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}

.field-wrap input.check {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.bts-wrap label {
    cursor: pointer;
    margin: 0;
}

.info-lab {
    font-weight: bold;
}

@media (min-width:600px) and (max-width:1200px) {
    .icons-row
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .icon-block
    {
        width: 50%;
    }
    #top_banner {
        background-position: 56% 50%;
        padding: 15px 15px 15px 0;
    }

    .top-banner-cont {
        max-width: 460px;
    }
}

@media(max-width:600px) {

    .icons-text {
        font-size: 20px;
        line-height: 24px;
    }

    #top_banner {
        padding: 15px;
        text-align: center;
    }

    .top-banner-cont .title {
        font-size: 28px;
        line-height: 32px;
    }

    .top-banner-cont .subtitle {
        font-size: 20px;
        line-height: 24px;
    }

    .icon-block {
        width: 100%;
    }

    .btns-wrap {
        padding: 0;
    }

    .field-wrap input.check {
        height: 40px;
        width: 40px;
        margin-right: 15px;
    }

    .left-side,
    .right-side {
        width: 100%;
    }

    .devis-form {
        padding: 15px;
    }
}