.date_new {
   color: #737373;
    padding-left: 24px;
    background: url(/bitrix/templates/cor/styles/../images/clock.svg) no-repeat left center;
    font-size: 15px;
    margin-top: 7px;
}
.big_news {
    background: url("/upload/iblock/e36/e36a44b477602a4f8a31b6bebce9d959.jpg");
    background-position: top center;
    width: 100%;
    height: 330px;
}

.big_news_title {
    color: #242424;
    font-size: 18px;
    font-weight: 700;
    display: block;
    background-color: rgb(255 255 255 / 90%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
   padding: 7px 48px 7px 20px;
}

.big_news_title a {
    cursor: pointer;
}
.name_news {
    width: 100%;
    max-width: 310px;
    margin: 10px 0;
    line-height: 18px;
}

.img_news {
    width: 100%;
    max-width: 295px;

}

.img_news:hover {
    scale: ;
}

.preview_news {
   width: 100%;
    max-width: 295px;
    color: #242424;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    line-height: 18px;
}

.podrubrika_news {
    color: #5172c4;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
}

.news_padding {
    padding: 10px 10px 0 0;
}

.scale:hover {
    transition: 1s;
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .news_all {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }

    .podrubrika_news {
        text-align: center;
    }
}