.list__text .list__name, .block__name {
    font-weight: normal!important;
    margin-bottom: 5px;
}

/*.special_offer {*/
/*    margin: -27px 0;*/
/*    z-index: 2;*/
/*    text-align: center;*/
/*    padding-left: 10.5%!important;*/
/*    padding-right: 10%!important;*/
/*    font-size: 17px!important;*/
/*    border: 2px solid #f87503!important;*/
/*    background-color: rgb(62 62 63 / 0.60);*/
/*    color: #E94E1B;*/
/*}*/

.special_offer {
    margin: -28px 0;
    z-index: 2;
    text-align: center;
    padding-left: 15%!important;
    padding-right: 15%!important;
    font-size: 14px!important;
    border: none!important;
    background-color: rgb(62 62 63 / 0.60);
    color: white;
    height: 60px!important;
    font-weight: 400;
    padding: 0 !important;
    justify-content: center;
}

.list__promo_section {
    align-items: center;
    border: 1px solid #f87503;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    font-size: 14px;
    height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
}

.list--items .list__hot .list__price {
    font-size: 30px;
    font-weight: normal!important;
}

.list--items .list__link {
    font-weight: normal!important;
    text-decoration: none;
}

.list__text, .block__text {
    margin-top: 10px;
    display: inherit;
}

@media (max-width: 1100px) {
    .special_offer {
        margin: -28px 0;
        z-index: 2;
        text-align: center;
        font-size: 14px!important;
        border: none!important;
        background-color: rgb(62 62 63 / 0.60);
        color: white;
        height: 60px!important;
        font-weight: 400;
    }
}

@media (max-width: 769px) {
    .special_offer {
        margin: -28px 0;
        z-index: 2;
        text-align: center;
        font-size: 14px!important;
        border: none!important;
        background-color: rgb(62 62 63 / 0.60);
        color: white;
        height: 60px!important;
        font-weight: 400;
    }
}