

/* Start:/local/templates/site_tpl/components/bitrix/news.list/index_news/style.css?17893743824136*/
.b-news-carousel {
    margin-bottom: 105px;
}
.b-news-carousel .news-carousel__h2-title {
    font-family: 'Onest';
    font-weight: 600;
    font-size: 35px;
    line-height: 1.2;
    color: #252525;
    margin-bottom: 45px;
}
.b-news-carousel .news-carousel__items {
    position: relative;
}
.b-news-carousel .news-carousel__slide {
    height: auto;
    display: flex;
    flex-direction: column;
}
.b-news-carousel .news-carousel__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.b-news-carousel .news-carousel__picture {
    height: 260px;
    overflow: hidden;
    margin-bottom: 20px;
}
.b-news-carousel .news-carousel__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}
.b-news-carousel .news-carousel__date {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #494949;
    margin-bottom: 15px;
}
.b-news-carousel .news-carousel__name {
    margin-bottom: 20px;
}
.b-news-carousel .news-carousel__name a {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #252525;
}
.b-news-carousel .news-carousel__description {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #252525;
    margin-bottom: 25px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4;
   -webkit-box-orient: vertical;
}
.b-news-carousel .news-carousel__link {
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-decoration-line: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 3px !important;
    color: #252525;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}
.b-news-carousel .news-carousel__link::after {
    content: "";
    width: 13px;
    height: 13px;
    background: url('/local/templates/site_tpl/images/icons/arrow-black.svg') center no-repeat;
}

.b-news-carousel .news-carousel__next,
.b-news-carousel .news-carousel__prev {
    width: 52px;
    height: 52px;
    border: 1px solid #252525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    top: -85px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.b-news-carousel .news-carousel__next:hover,
.b-news-carousel .news-carousel__prev:hover {
    background-color: #000;
}
.b-news-carousel .news-carousel__next svg path,
.b-news-carousel .news-carousel__prev svg path {
    transition: fill 0.3s ease;
}
.b-news-carousel .news-carousel__next:hover svg path,
.b-news-carousel .news-carousel__prev:hover svg path {
    fill: #fff;
}
.b-news-carousel .swiper ~ .news-carousel__next::after,
.b-news-carousel .swiper ~ .news-carousel__prev::after {
    content: '';
    display: none;
}

.b-news-carousel .news-carousel__prev {
    left: auto;
    right: 132px;
}
.b-news-carousel .news-carousel__next {
    right: 0;
}
.b-news-carousel .news-carousel__pagination {
    width: max-content;
    top: -65px;
    bottom: auto;
    left: auto;
    right: 68px;
    font-family: 'Onest';
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #252525;
}

@media (max-width: 1000px) {
    .b-news-carousel {
        margin-bottom: 60px;
    }
}
@media (max-width: 768px) {
    .b-news-carousel {
        margin-bottom: 100px;
    }
    .b-news-carousel .news-carousel__h2-title {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .b-news-carousel .news-carousel__next, 
    .b-news-carousel .news-carousel__prev {
        width: 35px;
        height: 35px;
        top: auto;
        bottom: -50px;
    }
    .b-news-carousel .news-carousel__pagination {
        top: auto;
        bottom: -44px;
        right: 55px;
    }
}
/* End */
/* /local/templates/site_tpl/components/bitrix/news.list/index_news/style.css?17893743824136 */
