.order {
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    text-align: center
}

.order * {
    box-sizing: border-box
}

.order .prod-img {
    display: block;
    margin: 20px auto
}

.order-info h2 {
    font-size: 1.5em;
    color: red
}

.order-info h2 span {
    text-decoration: underline
}

.order-info .left_count {
    display: block;
    width: 178px;
    margin: 12px auto;
    padding: 23px;
    font-size: 32px !important;
    color: #fff;
    text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    background: red;
    border-radius: 5px
}

.order-info .prod_left_val {
    font-weight: 700;
    font-size: 52px;
    line-height: 52px
}

.order-info div h4 span {
    color: green
}

.order-form {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: #fff url(../img/formbg.jpg) no-repeat;
    background-size: 100% 100%
}

.order-form .top {
    padding-top: 100px;
    background: url(../img/med.png) top center no-repeat;
    background-size: 100px auto
}

.order-form .top h2 {
    margin: 25px 0 0;
    padding: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px
}

.order-form .top p {
    font-style: italic;
    font-size: 14px;
    color: #00f
}

.order-form .price p span {
    font-weight: 700;
    font-size: 21px;
    color: red
}

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

.order-form .frame p {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px
}

.order-form .order-input {
    margin: 10px
}

.order-form label {
    display: block;
    width: 230px;
    margin: 0 auto;
    padding: 5px 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center
}

.order-form select,
.order-form input {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 15px;
    font-size: 21px;
    border: 2px solid #e9d7dc;
    border-radius: 3px
}

.order-form p {
    margin: 0;
    font-size: 12px;
    line-height: 30px
}

.order-form button,
.obutton {
    display: block;
    max-width: 245px;
    margin: 20px auto;
    padding: 20px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    background: #0299ff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    cursor: pointer;
    transition: all .15s ease-in-out
}

.order-form button:hover,
.obutton:hover {
    color: #fff;
    text-decoration: none;
    background: #017acc
}

.order-form button:disabled,
.obutton:disabled {
    opacity: .5
}

.order-form button:hover:disabled,
.obutton:hover:disabled {
    background-color: #0299ff
}

.order-form button:active {
    position: relative;
    top: 1px
}

.order-form .timelimit {
    margin: 0 0 10px;
    font-size: 14px
}

.timer {
    display: inline-block;
    padding-left: 14px;
    font-weight: 700;
    line-height: 15px;
    color: red;
    background: url(../img/timerIcon2.png) no-repeat
}

.img-product {
    width: 450px;
    margin: 0 auto
}

.img-product img {
    width: 100%
}

@media screen and (max-width:480px) {
    .order-form label {
        font-size: 14px
    }

    .order-form button {
        font-size: 16px
    }

    .order-form {
        padding: 10px
    }

    .order-form .order-input {
        margin: 2px
    }
}

@media screen and (max-width:459px) {
    .order-form select,
    .order-form input {
        width: 80%
    }

     

    .img-product {
        width: 100%
    }
}

@media screen and (max-width:349px) {
    .order-form .top h2 {
        margin: 0
    }

    .order-form select, 
    .order-form input {
        font-size: 17px
    }

    .order-form .frame {
        margin: 10px
    }
}