#order_form {
    background: white;
    padding: 20px;
    max-width: 600px;
    font-family: Arial;
    margin: 20px;
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 55px
}

#order_form div {
    background: transparent !important
}

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

#order_form label {
    width: 230px;
    display: block;
    padding: 5px 0 5px 0;
    font-weight: bold;
    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 {
    padding: 10px;
    margin: 10px
}

#order_form input {
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%
}

#order_form span {
    font-size: 12px
}

#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, 0.45);
    border-radius: 5px;
    background-color: #069360;
    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;
    text-transform: uppercase
}

#order_form button:hover, .obutton:hover {
    background-color: #017acc
}

#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;
        padding-bottom: 105px;
        margin-bottom: -100px
    }

    #order_form .order_form_pole {
        padding: 0;
        margin: 2px
    }
}

@media screen and (max-width: 459px) {
    #order_form input {
        width: 80%
    }

    #order_form {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media screen and (max-width: 349px) {
    #order_form input {
        font-size: 17px
    }

    #order_form button {
        margin-left: 0
    }
}

label {
    display: block;
    text-align: center;
    margin-bottom: 5px
}

input {
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 18px;
    box-sizing: border-box
}

form {
    max-width: 400px;
    max-width: 500px;
    margin: 0 auto
}

.price {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    font-weight: 500;
    color: #394a54;
    padding: 0 15px;
    max-width: 400px;
    margin-bottom: 20px;
    
    max-width: 500px;
}

.price div {
    width: 40%;
    width: 100%;
    text-transform: uppercase
}

.price .old-price span {
    font-size: 24px;
    text-decoration: line-through
}

.price .new-price {
    width: 40%;
    width: 100%;
    color: #d2370b;
    text-align: right;
    font-size: 14px
}

.price .new-price span {
    font-size: 24px
}