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

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

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

.pricec {
    position: absolute;
    font-family: Arial, sans-serif;
    right: 0;
    top: 0;
    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);
    -o-border-image: initial;
    border-image: initial;
    border-radius: 19%;
}

span.discountc {
    display: block;
    margin-top: 9px;
    font-size: 18px;
}

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

.price_old {
    display: block;
    margin: 0 auto;
    text-decoration: line-through;
}

.wheel_input {
    display: block;
    margin: 0 auto 20px;
    padding: 10px;
    width: 50%;
    border: 2px solid grey;
    border-radius: 5px;
}

.wheel_input.error {
    background-color: #ffc8c8;
    margin-bottom: 2px;
}

.order_form label.error {
    color: #f00;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    direction: ltr;
    text-align: left;
    margin: 0 auto 5px;
    padding: 0;
    width: calc(50% + 20px);
}

.data_label {
    line-height: 30px;
}

.country_select {

    width: 52% !important;
}

.country_select2 {
    width: 52% !important;
}


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

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

    .order_form label.error {
        width: calc(90% + 20px);
    }

    .country_select {
        width: 96% !important;
    }
}

.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;
}

.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;
}

/* body */

.order_block {
    display: none;
}

.priceA br {
    display: none;
}

.ac_footer {
    text-align: center;
    margin: 10px 0 10px 0;
    font-size: 16px;
}

.button__text:after {
    content: '*';
    display: inline-block;
    font-size: 75%;
    vertical-align: top;
}