

/* Start:/local/templates/illuminator/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17198977212777*/
.news-sections {
    padding-bottom: 50px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.news-list-wrapper {
    padding: 50px 0 100px;
    background: #F8F8F8;
    margin-bottom: -20px;
}

.news-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

a.news-item__image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.news-item {
    flex: 0 0 calc((100% - 30px*3)/4);
    display: flex;
    flex-direction: column;
}

.news-item--double {
    flex: 0 0 calc((100% - 30px*3)/2 + 30px);
    border-radius: 10px;
    overflow: hidden;
}

a.news-item__name {
    margin-bottom: 10px;
    color: var(--unnamed, #4A4A4A);
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 22.1px */
}

span.news-item__tag {
    display: flex;
    column-gap: 7px;
}

span.news-item__hash {
    color: #868686;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    /* 157.143% */
}

span.news-item__date {
    color: #959595;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 146.667% */
}

.news-list img {
    display: block;
    margin: 0;
}

.news-section {
    flex: 0 0 calc((100% - 30px*2)/3);
    border-radius: 10px;
    overflow: hidden;
}

.news-section a {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    text-decoration: none;
    background: #ECEFFE;
    padding: 25px 20px 20px 25px;
}

span.news-section__name {
    flex: 0 0 100%;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 111.111% */
    margin-bottom: 55px;
}

span.news-section__tag {
    align-self: flex-end;
    color: #868686;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    /* 157.143% */
    margin-right: auto;
}

.news-section a[href="#"],
.news-section a:hover {
    background: #d4d6f9;
}

.news-pagination {
    flex: 0 0 100%;
}

@media (max-width: 1199px) {
    a.news-item__name {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .news-section {
        flex: 0 0 calc(50% - 15px);
    }

    .news-item {
        flex: 0 0 calc((100% - 30px*2)/3);
    }

    .news-item--double {
        flex: 0 0 calc((100% - 30px*2)/1.5 + 30px);
    }
}

@media (max-width: 767px) {
    .news-item {
        flex: 0 0 calc(50% - 15px);
    }

    .news-item--double {
        flex: 0 0 100%;
    }
}

@media (max-width: 575px) {
    .news-section {
        flex: 0 0 100%;
    }

    .news-item {
        flex: 0 0 100%;
    }

    a.news-item__name {
        font-size: 17px;
    }

    .news-item--double img {
        width: 100%;
    }
}
/* End */
/* /local/templates/illuminator/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17198977212777 */
