

/* Start:/local/templates/bitlate_pro/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17260576452005*/
.articles {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 50px;
    column-gap: 20px;
}

.articles-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.articles-item__img {
    width: 100%;
}

.articles-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articles-item__date {
	font-weight: 400;
    font-size: 13px;
    color: #999;
    margin: 0 !important;
}

.articles-item__name {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.articles-item__text {
    font-weight: 400;
    font-size: 13px;
    color: #999;
}

.articles-item__link {
    border: 1px solid #ff5a43;
    padding: 8px 14px;
    width: 127px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #ff5a43;
}

.articles-item__link span {
    font-weight: 400;
    font-size: 14px;
}

.articles-item__link svg {
    fill: #FF5A43;
}

.articles-item__link:hover {
    border: 1px solid #ff5a43;
    background: #ff5a43;
    color: #fff;
}

.articles-item__link:hover svg {
    fill: #fff;
}

.articles__load-more {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    padding: 18px 59px;
    width: 252px;
    height: 59px;
    background: #ff5a43;
    display: flex;
    line-height: normal;
}

.articles__wrapper {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.articles__load-more:hover {
    background: #fe7f6d;
}

@media (max-width: 1200px) {
    .articles {
        grid-template-columns: repeat(3, 1fr);
    }    
}

@media (max-width: 700px) {
    .articles {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
    } 

    .articles-item__name {
        font-size: 20px;
    }   

    .articles-item__text {
        font-size: 15px;
    }
}

/* End */
/* /local/templates/bitlate_pro/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17260576452005 */
