

/* Start:/local/templates/velan_new/components/bitrix/news.list/sertPage/style.css?17463766562880*/
.tabsSert {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 30px;
}

.tabsSert .nucSertTab {
	flex: 1;
	padding: 1px;
	background: #3C42CB;
	clip-path: var(--clipPath);
	color: var(--Blue-600, #4D76BC);
	leading-trim: both;
	text-edge: cap;
	line-height: 0.9;
	transition: all 0.4s;
	cursor: pointer;
}

.tabsSert .nucSertTab .nameTab {
	display: flex;
	align-items: center;
	flex: 1;
	background: #f8f8fa;
	clip-path: var(--clipPath);
	padding: 10px 14px;
	transition: all 0.4s;
}

.tabsSert .nucSertTab:hover .nameTab {
	background: var(--Blue-100, #EFF5FF);
}

.tabsSert .nucSertTab.active .nameTab {
	color: #fff;
	background: #3C42CB;
}

.wrapSerts .nucSertContent {
	display: none;
}

.wrapSerts .nucSertContent.active {
	display: block;
}

.wrapSertsColumn {
	display: block;
	column-count: 3;
	column-gap: 20px;
}

.nucSertTile {
	page-break-inside: avoid;
	break-inside: avoid;
	clip-path: var(--clipPath);
	background: #fff;
	padding: 30px 20px;
}

.nucSertTile .nameNucSertTile {
	margin-bottom: 30px;
	color: #4D76BC;
	leading-trim: both;
	text-edge: cap;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.listSectionCat {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.listSectionCat .line {
	background: var(--gray-200, #D9D9D9);
	height: 1px;
}

.listSectionCat .nameSectionCat {
	color: #4D76BC;
	leading-trim: both;
	text-edge: cap;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.listItemsCat {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 20px;
}

.lineItemCat {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.lineItemCat .nameItemCat {
	color: var(--Black-800, rgba(12, 11, 11, 0.80));
	leading-trim: both;
	text-edge: cap;
	line-height: 1.2;
}

.lineItemCat .icons {
	display: flex;
	gap: 10px;
	align-items: center;
	line-height: 0;
}


@media screen and (max-width:1400px) {
	.listItemsCat {
		display: flex;
		flex-direction: column;
		gap: 14px;
		padding-top: 15px;
	}
}

@media screen and (max-width:1199px) {
	.nucSertTile .nameNucSertTile {
		font-size: 30px;
	}

	.listSectionCat .nameSectionCat {

		font-size: 22px;
	}

	.tabsSert .nucSertTab {
		min-width: 290px;
	}

	.tabsSert {
		flex-wrap: wrap;
		gap: 10px;
	}

	.wrapSertsColumn {
		column-count: 1;
	}
}

@media screen and (max-width:991px) {
	.nucSertTile .nameNucSertTile {
		margin-bottom: 10px;
	}

	.listSectionCat .nameSectionCat {

		font-size: 20px;
	}

	.nucSertTile .nameNucSertTile {
		font-size: 28px;
	}


}

@media screen and (max-width:767px) {
	.listSectionCat .nameSectionCat {

		font-size: 18px;
	}

	.nucSertTile .nameNucSertTile {
		font-size: 24px;
	}
}

@media screen and (max-width:600px) {
	.nucSertTile .nameNucSertTile {
		font-size: 20px;
	}

	.insidepage .all_cnt .contentSiteBlock {
		padding-top: 20px;

	}
}
/* End */


/* Start:/local/templates/velan_new/components/bitrix/system.pagenavigation/.default/style.css?17463745521254*/
.rightColCatalog .pagination {
	margin: 50px 0 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.pagination__wrap {
	display: flex;
	justify-content: center;
	gap: 26px;
	align-items: center;
}

.pagination__list {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.pagination__list .pagination__item {
	color: var(--Blue-500, #7FAAD7);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
}

.pagination__list .pagination__item.active {
	color: var(--Blue-700, #3C42CB);
}

.pagination__prev {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 70px;
	height: 70px;
	background: #fff;
	clip-path: polygon(0 18px, 18px 0, 100% 0, 100% 100%, 0 100%);
}

.pagination__next {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 70px;
	height: 70px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

@media (max-width: 991px) {

	.pagination__prev,
	.pagination__next {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 600px) {

	.pagination__prev,
	.pagination__next {
		width: 50px;
		height: 50px;
	}

	.pagination__prev svg,
	.pagination__next svg {
		width: 20px;
		height: auto;
	}
}
/* End */
/* /local/templates/velan_new/components/bitrix/news.list/sertPage/style.css?17463766562880 */
/* /local/templates/velan_new/components/bitrix/system.pagenavigation/.default/style.css?17463745521254 */
