.style-order_form {
    background: white;
    padding: 20px;
    max-width: 600px;
    font-family: Arial;
    margin: 20px;
    background-image: url(../img/formbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 16px;
}

.price {
    color: red;
    font-weight: 700;
}

@media (min-width: 600px) and (max-width: 739px) {
    .style-order_form {
        padding: 20px!important;
        margin: 0px -12px!important;
    }
}

@media (min-width: 460px) and (max-width: 599px) {
    .style-order_form {
        padding: 20px!important;
        margin: 0px -26px!important;
    }
}

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

.style-order_form .order_form_pole {
    padding: 10px 10px 0px 10px;
    display: inline-block;
    margin: 10px;
}

.style-order_form span {
    font-size: 12px;
}

.style-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: #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;
}

.style-order_form button:hover,
.obutton:hover {
    background-color: #017ACC;
}

.style-order_form button:active {
    position: relative;
    top: 1px;
}

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

.left_count {
    background: red;
    padding: 23px;
    margin: 20px 0px 5px;
    width: 204px;
    color: #fff;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
    font-size: 32px!important;
    border-radius: 5px;
}

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

.style-order_form_success {
    position: relative;
}

@media screen and (max-width: 480px) {
    .style-order_form input {}
    .style-order_form label {
        font-size: 14px;
    }
    .style-order_form button {
        font-size: 16px;
    }
    .style-order_form {
        padding: 10px;
    }
    .style-order_form .order_form_pole {
        padding: 0px;
        margin: 2px;
    }
}

@media screen and (max-width: 459px) {
    .style-order_form input {
        width: 80%;
    }
    .style-order_form {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media screen and (max-width: 459px) {
    .style-order_form input {
        font-size: 13px;
    }
    .style-order_form button {
        margin-left: 0px;
    }
}

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

@media screen and (max-width: 459px) {
    .style-order_form select {
        width: 80%;
    }
}

@media screen and (max-width: 459px) {
    .style-order_form select {
        font-size: 13px;
    }
}

.style-order_form .order_form_pole {
    width: 310px;
}

@media screen and (max-width: 459px) {
    .style-order_form .order_form_pole {
        width: 260px;
    }
}