.main-new .mn-super {
    background: linear-gradient(90deg, #FF8E31 0%, #FFB154 100%);
    border-radius: 32px;
    padding: 40px;
    box-sizing: border-box;
}
.main-new .mn-super__head {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0 0 32px;
}
.main-new .mn-super__title {
    margin: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #000;
}
.main-new .mn-super__all {
    flex: 0 0 auto;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 36px;
    padding: 4px 28px 0;
    border-radius: 32px;
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    text-decoration: none;
    transition: color .2s ease;
}
.main-new .mn-super__all:hover { background: #fff; color: #5F19C8; }

.main-new .mn-super .mn-card {
    background: #fff;
    border-radius: 16px;
    padding: 12px;
}

.main-new .mn-super .mn-nav { top: 50%; }

.main-new .mn-timer {
    display: flex;
    align-items: center;
    gap: 16px;
}
.main-new .mn-timer__cells {
    display: flex;
    gap: 8px;
}
.main-new .mn-timer__cell {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background: #fff;
    border-radius: 12px;
    color: #000;
}
.main-new .mn-timer__cell b {
    display: block;
    font-size: 19px;
    line-height: 100%;
    font-weight: 700;
}
.main-new .mn-timer__cell span {
    display: block;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
}
.main-new .mn-timer__label {
    margin: 0;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    color: #000;
}

.main-new .mn-card__act.in_fav {
    width: 20px;
    height: 18px;
    background-size: cover;
    margin-top: 3px;
    margin-right: 3px;
}
.main-new .mn-card__act.in_fav svg {
    display: none;
}
.main-new .mn-card .block_mgtop_a {
    order: 7 !important;
}
.main-new .mn-card .item__tag.item__tag_with_price {
    height: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 1;
    padding: 9px 8px 4px 8px;
    display: block;
}
.label_bottom {
    background: #FF8E31;
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 8px 0 8px;
    text-transform: uppercase;
    color: #fff;
    height: 24px;
    display: inline-flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .main-new .mn-super {
        border-radius: 24px;
        padding: 16px;
    }
    .main-new .mn-super__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 16px;
    }
    .main-new .mn-super__title { font-size: 27px; }
    .main-new .mn-super__all {
        margin-left: 0;
        height: 36px;
        padding: 4px 20px 0;
        font-size: 14px;
    }

    .main-new .mn-super .mn-slider--cards {
        margin-left: -20px;
        margin-right: -36px;
    }
}