.order_block {

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

    max-width: 300px;
    margin: 15px auto;
    position: relative;
}
.prod_img {
    width: 100%;
    max-width: 300px;
}
.priceс {
    position: absolute;
    font-family: 'Arial', sans-serif;
    right: 0;
    bottom: 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);
    border-image: initial;
    border-radius: 19%;
}
span.discountс {
    display: block;
    margin-top: 9px;
    font-size: 18px;
}
.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 24px;
    line-height: 0px;
    margin: 0 auto;
}
.js_old_price {
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wheel_input {
    padding: 10px !important;
    display: block !important;
    margin: 0 auto 20px!important;
    padding: 10px !important;
    width: 52% !important;
    border: 2px solid grey !important;
    border-radius: 5px !important;
    box-sizing: border-box;
    height: 41px;
}
.data_label {
    line-height: 30px;
}
.country_select {
    width: 52%!important;
}

.order_form {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
}
@media screen and (max-width: 480px) {
    .search-ext__query-wrapper, .search-ext__query, .search-ext__date-select, .search-ext__date-select__list, .search-ext__date, .search-ext__date input, .title, .aside-menu__title, .aside-menu__list-item, .video-popular__title, .video-nowwatch__title, .title_broadcasts, .air-radio .air-radio__player .air-radio__title, .breadcrumbs, .aside-menu, .aside-menu__list-item.active, .aside-menu__sublist, .b-item-broadcasts__title, .date-pagination .date-pagination__item > a, .theme-header, .theme-pagination__inner, .b-line-item_video-recommend, .broadcasts-list__day, .broadcasts-list__day_today, .search-ext, .search-ext__date-select__list li, .search-item, .air-video__player {
        padding-right: 0;
    }

    .wheel_input {
        width: 95%!important;
    }
    .country_select {
        width: 95%!important;
    }



    .breadcrumbs h2 a {
        padding-right: 7px!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;
}

@media (max-width: 580px) {
    .wheel-text{
        padding: 45px 6px !important;
    }
    .wheel-text-2{
        padding: 45px 6px !important;
    }
    .article, .article_broadcast {
        padding: 20px 10px!important;
    }
}