.order-small-form{
    background: url(images/form-bg.jpg) 50% 0% no-repeat;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    margin-top: 28px;
}
.order-small-form-container{
    width: 100%;
    overflow: auto;
    padding: 20px 0 0px;
    margin-bottom: 30px;
}
.order-small-form__field{
    width: 30%;
    float: left;
    padding-right: 67px;
}
.order-small-form__field.order-small-form__field-full-width {
    width: 100%;
    float: none;
}
.order-small-form__field .starrequired{
    color: red;
}
.order-small-form__field label {
    font-size: 18px;
    color: #428bca;
    font-weight: 700;
    margin-bottom: 13px;

}
.order-small-form__field input{
    color: #000;
    height: 50px;
    line-height: 50px;
    padding: 0px 18px;
    font-size: 15px;
    background-color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 26px;
}
.order-small-form__field.order-small-form__field-full-width textarea {
    height: 130px;
    font-size: 15px;
    display: block;
    font-style: italic;
    padding: 10px 19px;
    width: 100%;
}
.order-small-form__field-submit{
    text-align: right;
    width: 40%;
    padding: 6px 0 0;
}
.order-small-form__field-submit input.order-full-button[type="submit"]{
    display: inline-block;
    color: #fff;
    background-color: #428bca;
    border: none;
    margin-top: 36px;
    font-size: 24px;
    line-height: 48px;
    padding: 0px 40px;
    width: auto;
}

.order-small-form__title{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    max-width: 1140px;
    margin: 0 auto 59px;
    padding: 18px 15px;
    text-align: left;
}

.order-small-form__title-bg{
    background-color: rgba(0,0,0,0.6);
}

.order-small-form-wrapper{
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
}

@media (min-width: 992px) {
    .order-small-form-wrapper {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .order-small-form__title{
        text-align: center;
        margin-bottom: 30px;
        font-size: 22px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .order-small-form-wrapper {
        width: 750px;
        margin: auto;
    }
    .order-small-form__title span{
        white-space: nowrap;
    }
    .order-small-form__field{
        width: 50%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .order-small-form__field-submit{
        width: 100%;
        text-align: center;
    }
    .order-small-form__field-submit input.order-full-button[type="submit"]{
        margin-top: 0;
    }

}
@media (max-width: 768px) {
    .order-small-form__title{
        margin-bottom: 15px;
        font-size: 18px;
    }
    .order-small-form__field label{
        margin-bottom: 0;
    }
    .order-small-form-container{
        width: 100%;
    }
    .order-small-form__field{
        width: 100%;
        padding-right: 0;
    }
    .order-small-form__field input{
        margin-bottom: 5px;
    }
    .order-small-form__field-submit input.order-full-button[type="submit"]{
        margin-top: 15px;
        font-size: 18px;
        width: 100%;
        margin-bottom: 30px;
    }
    .order-small-form__field.order-small-form__field-full-width textarea{
        height: 90px;
    }
}