

/* Start:/local/templates/gianit/components/bitrix/system.pagenavigation/.default/style.css?1789985043624*/
.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.list/general-catalog/style.css?17899850431071*/
.sert_content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.4rem;
}

.sert_item {
	display: flex;
	gap: 1.6rem;
}

.sert_img {
	display: block;
	width: 16rem;
	max-width: 16rem;
	height: 20rem;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.6rem;
	overflow: hidden;
}

.sert_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sert_title-link {
	display: block;
	text-decoration: none;
}

.sert_title-link:hover .sert_title {
	color: hsla(227, 76%, 41%, 1);
}

.sert_info {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.6rem;
}

.sert_title {
	font-size: 1.6rem;
	font-weight: 500;
	color: hsla(217, 36%, 18%, 1);
}

.sert_meta {
	font-size: 1.4rem;
	font-weight: 500;
	color: hsla(215, 18%, 47%, 1);
}

.sert_download {
	width: 15rem;
}

@media(max-width: 1024px) {
	.sert_content {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 697px) {
	.sert_content {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* End */
/* /local/templates/gianit/components/bitrix/system.pagenavigation/.default/style.css?1789985043624 */
/* /local/templates/gianit/components/bitrix/news.list/general-catalog/style.css?17899850431071 */
