

/* Start:/bitrix/templates/new_index/components/bitrix/news.list/news_topics/style.css?17845485861050*/
/* Рубрикатор новостей (задача 6304) */
.wrapper__site .news_rubricator {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 32px;
	margin-bottom: 8px;
}

.wrapper__site .news_rubricator a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 24px;
	border-radius: 24px;
	cursor: pointer;
	color: #1d1d1d;
	border: 1px solid rgba(29, 29, 29, 0.1);
	background-color: transparent;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
}

.wrapper__site .news_rubricator a:hover {
	border-color: #009B3E;
}

.wrapper__site .news_rubricator a.active {
	color: #fff;
	background-color: #009B3E;
	border-color: #009B3E;
}

@media screen and (max-width: 700px) {
	.wrapper__site .news_rubricator {
		flex-wrap: nowrap;
		gap: 12px;
		margin-top: 24px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.wrapper__site .news_rubricator::-webkit-scrollbar {
		display: none;
	}
}

/* End */
/* /bitrix/templates/new_index/components/bitrix/news.list/news_topics/style.css?17845485861050 */
