

/* Start:/local/templates/statico/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17834234911533*/
.news-detail-nav {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 40px;
}

a.news-detail-nav-prev, a.news-detail-nav-next {
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-detail-nav-prev svg {
    transform: rotate(90deg);
}

.news-detail-nav-next svg {
    transform: rotate(-90deg);
}

.news-detail-nav-prev svg, .news-detail-nav-next svg {
	width: 18px;
    height: 18px;
}

@media screen and (max-width: 575.98px) {
	.news-detail-nav {
		flex-direction: column;
		gap: 20px;
	}
}


.article__categories {
    margin-top: 32px;
    padding: 24px 28px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 16px;
}

.article__categories-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 18px;
    color: #1a1a1a;
}

.article__categories-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.article__category-link {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    background: #fdf3ee;
    color: #e8622c;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #f4d9cb;
    border-radius: 999px;
    transition: background-color .2s ease, border-color .2s ease;
    white-space: nowrap;
}

.article__category-link:hover {
    background: #fbe6db;
    border-color: #e8622c;
}

@media (max-width: 600px) {
    .article__categories {
        padding: 20px;
    }
    .article__category-link {
        padding: 8px 15px;
        font-size: 14px;
    }
}
/* End */
/* /local/templates/statico/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17834234911533 */
