#order_form {
    margin: 0 auto
}

#order_form {
    margin-bottom: 20px;
    margin-top: 20px;
    background: #fff;
    padding: 40px;
    max-width: 500px;
    background-image: url(../img/formbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

#order_form_place, .order_form_pole label {
    text-align: center
}

#order_form div {
    background: 0 0!important
}

.order-style {
    margin: 45px 10px 25px;
    border: 2px solid #0299ff;
    padding: 10px
}

.order-style {
    margin: 45px 10px 25px;
    border: 2px solid #0299ff;
    padding: 10px
}

#order_form label {
    padding: 5px 0;
    font-weight: 700;
    display: block;
    font-size: 16px
}

#order_form input, #order_form select {
    font-size: 21px;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 86%;
    height: 60px;
    box-sizing: border-box;
}

.order_form_pole {
    margin-top: 30px
}

#order_form button, .obutton {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    box-sizing: border-box;
	width: 300px;
	max-width: 86%

}

#order_form span {
    font-size: 12px;
    color: #000
}

@media only screen and (max-width:600px) {
    #order_form {
        padding: 22px
    }

    #order_form input, #order_form select {
        font-size: 18px;
    }
}

@media only screen and (max-width:400px) {


    #order_form input, #order_form select {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    #order_form button {
        margin-left: 0px;
        margin: 20px auto;
    }

    .comments-counter {
        margin-right: 5px;
    }

    #order_form {
        background-size: 100% 100%;
        position: relative;
        box-sizing: border-box;
        padding: 20px 10px;
        width: 100%;
        margin: 10px auto;
    }
    #order_form button, .obutton {
        font-size: 18px;
    }
}

@media screen and (max-width: 349px) {

    #order_form input,
    #order_form select {
        font-size: 17px;
    }
}
