.order_block {
    font-family: "Arial", sans-serif;
}

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

.prod_img {
    width: 100%;
    max-width: 450px;
}

.order_block {
    display: none;
}

.prices br {
    display: none;
}

.left_count {
    display: block;
    max-width: 220px;
    padding: 10px 23px;
    margin: 12px auto;
    background: red;
    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;
    line-height: 46px;
}

.prices {
    position: absolute;
    font-family: "Arial", sans-serif;
    right: -25px;
    top: 180px;
    color: #000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
    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;
    -webkit-transform: rotateZ(7deg);
    -ms-transform: rotate(7deg);
    transform: rotateZ(7deg);
    margin: -0px auto 0px;
    background: -webkit-gradient( linear, left top, right top, from(rgb(238, 165, 19)), to(rgb(253, 237, 19)));
    background: -o-linear-gradient( left, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    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);
    -o-border-image: initial;
    border-image: initial;
    border-radius: 19%;
}

span.discount {
    display: block;
    margin-top: 7px;
    font-size: 18px;
}

.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 21px;
    line-height: 24px;
    margin: 0 auto;
}

.js_old_price {
    display: block;
    margin: 0 auto;
    font-size: 20px;
}

.wheel_input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block !important;
    margin: 0 auto 20px !important;
    padding: 10px !important;
    width: 100%;
    max-width: 350px;
    border: 2px solid grey !important;
    border-radius: 5px !important;
}

.data_label {
    line-height: 30px;
}

.country_select {
    display: none !important;
    width: 52% !important;
}

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

@media screen and (max-width: 480px) {
    .country_select {
        width: 96% !important;
    }
}

@media screen and (max-width: 425px) {
    .prices {
        width: 135px;
        height: 82px;
    }
    span.discount {
        margin-top: 5px;
    }
    .discount {
        font-size: 16px !important;
    }
    .price_main,
    .js_old_price {
        font-size: 18px;
    }
}

@media screen and (max-width: 375px) {
    .prices {
        width: 115px;
        height: 78px;
        right: 5px;
    }
    span.discount {
        margin-top: 7px;
    }
    .discount {
        font-size: 14px;
    }
    .price_main,
    .js_old_price {
        font-size: 15px;
    }
}

.main-link {
    display: block;
    margin: 40px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 350px;
}

.main-link:hover {
    opacity: 0.8;
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: bold;
}

.time_remains_title {
    padding-top: 15px;
    text-align: center;
    font-size: 22px;
}