#order_form {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    font-family: Arial;
    margin: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto
}

#order_form h2 {
    margin: 25px 0 0 0;
    padding: 0;
    line-height: 32px;
    border: none
}

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

#order_form label.vertical {
    border: none !important
}

.device_info {
    font-size: 14px;
    color: green;
    display: block;
    margin: 10px 20px
}

#order_form .order_form_pole {
    margin: 10px;
    text-align: center
}

#order_form input {
    margin-bottom: 5px;
    font-size: 21px;
    height: 64px;
    padding: 5px 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#order_form select {
    margin-bottom: 5px;
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
    height: 64px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/select.png) no-repeat 96% center
}

select::-ms-expand {
    display: none
}

#order_form span {
    font-size: 12px
}

#order_form .center {
    display: block;
    margin: 0 auto;
    text-align: center
}

#order_form button,
.obutton {
    display: block;
    margin: 0 auto;
    padding: 20px;
    color: #fff!important;
    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: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    width: 100%;
    max-width: 320px;
    text-align: center;
    text-decoration: none;
}

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

#order_form button:active {
    position: relative;
    top: 1px
}

.order_info h2 {
    border: none !important;
    color: red !important
}

.left_count {
    background: red;
    padding: 23px;
    margin: 12px 0;
    width: 178px;
    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;
    font-size: 32px !important;
    border-radius: 5px
}

.left_count .prod_left_val {
    font-size: 52px !important
}

#order_form_success {
    position: relative
}

@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_form_pole {
        padding: 0;
        margin: 2px
    }
}

@media screen and (max-width: 459px) {
    #footer img {
        width: 100%
    }
}

.timelimit b {
    display: inline-block;
    background-position-y: 0%;
    padding-left: 14px;
    color: red;
    vertical-align: middle;
    background-position-y: 5px
}

.prod_img_wrapper {
    max-width: 300px;
    margin: 15px auto 70px;
    position: relative;
}

.prod_img {
    width: 100%;
    max-width: 300px;
    margin-left: -80px;
}

#order_form .pricec {
    position: absolute;
    font-family: 'Arial', sans-serif;
    right: 0;
    bottom: -50px;
    color:#000;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
    width: 165px;
    height: 98px;
    text-align: center !important;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    transform: rotateZ(-7deg);
    margin: -0px auto 0px;
    background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 19%;
}
#order_form span.discountc {
    display: block;
    margin-top: 9px;
    font-size: 18px;
}
#order_form .price_main {
    border-bottom: 2px solid #d31812;
    font-size: 24px;
    line-height: 25px;
    margin: 0 auto;
}
#order_form .js_old_price {
    display: block;
    font-size: 19px;
    margin: 0 auto;
}
#order_form .additional {
    font-size: 22px;
    font-weight: bold;
}

#order_form .form-title {
    font-size: 22px;
    font-weight: bold;
    margin:15px 10px 10px 10px;
    padding:10px;
}

#order_form .timer {
    font-size: 32px;
    display: block;
    color: red;
}