

/* 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 */


/* Start:/local/templates/velan_new/components/bitrix/news.list/photogallery/style.css?17478034952596*/
.tabsPG {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
	gap: 20px;
}

.tabsPG .tabPG {
	flex: 1;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
	padding: 1px;
	background: #3C42CB;
	color: var(--Blue-700, #3C42CB);
	leading-trim: both;
	text-edge: cap;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	transition: all 0.4s;
	cursor: pointer;
}

.tabsPG .tabPG .nameTab {
	display: flex;
	flex: 1;
	background: #f8f8fa;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
	padding: 14px 26px 10px;
	transition: all 0.4s;
	height: 100%;
	align-items: center;
}

.tabsPG .tabPG.active .nameTab {
	color: #fff;
	background: #3C42CB;
}

.contentTabs .nucTab {
	display: none;
}

.contentTabs .nucTab.active {
	display: block;
}

.bigSlider .imgW {
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.bigSlider .imgW img {
	max-width: 100%;
}

.wrapSmallSlider {
	padding: 0 205px;
}

.smallSlider {
	margin-top: 30px;
	position: relative;

}

.smallSlider .slideSmall {
	padding: 0 8px;
	line-height: 0;
}

.smallSlider .imgW {
	height: 130px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
	filter: grayscale(100%);
	transition: all 0.4s;
}

.smallSlider .slick-current .imgW {
	filter: grayscale(0%);
}

.smallSlider .imgW img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.smallSlider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	border: none;
	background-color: #F8F8FA;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	padding: 0;
	margin: 0;
	font-size: 0;
	cursor: pointer;
	transition: .4s;
	z-index: 2;
}

.smallSlider .slick-prev {
	background-image: url(/images/arrowLeft.svg);
	left: -50px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.smallSlider .slick-next {
	background-image: url(/images/arrowRight.svg);
	right: -50px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.smallSlider .slick-arrow:hover {
	background-color: #EFF5FF;
}

@media screen and (max-width: 767px) {
	.smallSlider .slick-arrow {

		width: 50px;
		height: 50px;
	}

	.smallSlider .slick-next {

		right: -26px;

	}

	.smallSlider .slick-prev {

		left: -26px;
	}
}

@media screen and (max-width: 600px) {
	.tabsPG .tabPG .nameTab {
		font-size: 14px;
		padding: 10px 14px;
	}

	.tabsPG {
		margin-top: 20px;
		gap: 10px;
	}

	.smallSlider .imgW {
		height: 100px;
	}
}
/* End */
/* /local/templates/velan_new/components/bitrix/system.pagenavigation/.default/style.css?17463745521254 */
/* /local/templates/velan_new/components/bitrix/news.list/photogallery/style.css?17478034952596 */
