

/* Start:/local/templates/gianit/components/bitrix/system.pagenavigation/.default/style.css?1785325142624*/
.navigation {
	display: flex;
	gap: .8rem;
	align-items: center;
}

.navigation a:first-child svg {
	transform: rotate(180deg);
}

.navigation a {
	width: 3.2rem;
	height: 3.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	color: hsla(215, 23%, 65%, 1);
	line-height: 120%;
	letter-spacing: -5%;
	border-radius: .8rem;
	transition: .3s linear;
}

.navigation svg {
	width: 1.6rem;
	height: 1.6rem;
}

.navigation a:hover {
	background-color: hsla(213, 29%, 84%, 1);
	color: hsla(217, 36%, 18%, 1);
}

.navigation a.active {
	background-color: hsla(227, 76%, 41%, 1);
	color: #fff;
}
/* End */


/* Start:/local/templates/gianit/components/bitrix/news/stati/bitrix/news.list/.default/style.css?1785746836734*/
.blog-grid.list {
	grid-template-columns: repeat(3, 1fr);
}

.blog-grid.list .post__media {
	aspect-ratio: 285 / 153;
}

.blog-nav_tag {
	margin: 0 0 var(--space-9);
}

.blog-nav_tag {
	display: flex;
	align-items: center;
	gap: .8rem;
}

.blog-nav_tag a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.2rem 1.6rem;
	border: 1px solid hsla(215, 18%, 47%, 1);
	border-radius: 1.2rem;
	font-size: 1.4rem;
	font-weight: 600;
	color: hsla(215, 18%, 47%, 1);
	transition: .3s linear;
}

.blog-nav_tag a:hover {
	border: 1px solid hsla(227, 76%, 41%, 1);
	color: hsla(227, 76%, 41%, 1);
}

.blog-nav_tag a.active {
	border: 1px solid hsla(227, 76%, 41%, 1);
	color: #fff;
	background: hsla(227, 76%, 41%, 1);
}
/* End */
/* /local/templates/gianit/components/bitrix/system.pagenavigation/.default/style.css?1785325142624 */
/* /local/templates/gianit/components/bitrix/news/stati/bitrix/news.list/.default/style.css?1785746836734 */
