/*.news_slider {*/
/*    height: 350px;*/
/*}*/

.news-block-flex {
    display: flex;
    gap: 10px;
}

.slider-wrapper {
    background-color: transparent;
    padding: 0px 40px 30px;
}

.news-block {
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
}

.image_news {
    max-width: 250px;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}
.news-block-body {
    width: 100%;
}
.title_news {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 10px;
    padding-bottom: 10px;
}
.fulltext_news {
    font-size: 18px;
    line-height: 1.55;
}
.date_news {
    font-size: 15px;
    color: #b5b5b5;
    padding-left: 10px;
    font-weight: 600;
}
.btn-fullnews {
    margin-top: 25px;
    display: flex;
    justify-content: end;
}
.btn-fullnews>a {
    display: block;
    width: max-content;
    padding: 10px 15px;
    border-radius: 15px;
    background-color: #F36401;
    color: #fff;
    font-weight: 600;
}

.swiper-button-next, .swiper-button-prev {
    color: #f36401;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px;
    font-weight: 600;
}
.swiper-pagination-bullet-active {
    background: #f36401;
}

@media screen and (max-width: 992px) {
    .news-block-flex {
        flex-direction: column;
    }
    .image_news {
        max-width: 100%;
        width: 100%;
    }
    .slider-wrapper {
        padding: 0px 10px 30px;
    }
}
