section.news_sale_hits.container-fluid {
    padding: 0;
    position: relative;
}

.news_sale_hits h2 {
    color: #F1F1EF;
    font-family: Onest, sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    margin-top: 60px;
}

.sale_hits_control_btn_group {
    position: absolute;
    width: fit-content;
    right: 0;
    top: 60px;
}
.bottom-info-block{
    display: flex;
    gap: 15px;
}
.bottom-info-block > div{
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}
.text-preview-news-stretch{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.sale_hits_control_btn_group button {
    background: #464B4F;
    border: none;
    outline: none;
    border-radius: 20px;
    width: 50px;
    height: 50px;
    margin: 0 2px;
}
.cursor-pointer.justify-center.items-center.bg-white.bg-opacity-10.self-stretch.flex.flex-col.mt-10.px-16.py-3.rounded-xl{
    display: none;
}
.sale_hits_control_btn_group button > img {
    display: inline;
}

.sale_hits_wrapper {
    overflow: auto;
    width: 100%;
}

.sale_hits_list {
    margin-top: 30px;
}

.sale_hits_list_item {
    margin-left: 20px;
    max-width: 177px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.sale_hits_list_item:first-child {
    margin-left: 0;
}

.sale_hits_list_item_page_url {
    opacity: 1;
    padding: 0;
}

.sale_hits_item_picture {
    background: #FFFFFF;
    max-width: 177px;
    height: 210px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale_hits_item_picture__img {
    width: 100%;
}

.sale_hits_item_price {
    padding: 12px 0 14px 0;
}

.sale_hits_item_price__main {
    color: #FFFFFF;
    font-family: Onest, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    margin-right: 6px;
}

.sale_hits_item_price__discount {
    color: #FFFFFF;
    font-family: Onest, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    opacity: 0.5;
    text-decoration: line-through;
}

.sale_hits_item_name {
    font-family: Onest, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 8px;
    height: 57px;

    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sale_hits_item_article {
    font-family: Onest, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    color: #FFFFFF;
    opacity: 0.7;
}

.sale_hits_item_store_status {
    font-family: Onest, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    color: #5CB108;
    display: block;
    margin-left: auto;
}

.sale_hits_item_control_btn_group {
    margin-top: 16px;
}

.sale_hits_item_control_btn_group__card {
    padding: 8px 33px;
    border-radius: 10px;
    background: #FFB61C;
    border: none;
    outline: none;
    margin-right: 7px;
}

.sale_hits_item_control_btn_group__card img {
    filter: invert(1);
}

.sale_hits_item_control_btn_group__favorite, .sale_hits_item_control_btn_group__line {
    background: initial;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

.sale_hits_item_control_btn_group__favorite:hover, .sale_hits_item_control_btn_group__line:hover{
    opacity: 1;
}

.loop-container {
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;

    --scrollbar-size: 1px;
    /* плашка-бегунок, фон */
    scrollbar-color: #999 #333;
}

.loop-container::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.loop-container::-webkit-scrollbar-thumb {
    background: #999;
}

.loop-container::-webkit-scrollbar-track {
    background: #333;
}

.loop-container.full {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.loop-container.full > .item {
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
}

.loop-container.horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
}

.loop-container.full.horizontal > .item {
    min-width: 100%;
    flex: 1;
}

@media(max-width: 768px) {
    .top-text-cs-c{
        margin-bottom: 24px !important;
    }
    .block-text-cs{
        margin-left: 0 !important;
    }
    .news-list {
        overflow-x: hidden;
    }
    .sale_hits_item_control_btn_group__card {
        padding: 8px 20px;
    }
    .parent-link-el{
        position: relative;
    }
    .link-element{
        display: flex;
        position: absolute;
        bottom: -55px;
        right: 35px;
    }
    .bottom-info-block {
        width: 50%;
        margin-top: 10px;
    }
    .bottom-info-block > div {
       display: flex;
        gap: 20px;
    }
    .mobile-fix-clas-e{
        gap: 20px !important;
    }
    .bottom-info-block{
        display: block;
    }
    .bottom-info-block > div{
        display: flex;
        align-items: center;
        gap: 7px;
        margin-bottom: 10px;
    }
}