

/* Start:/local/templates/kumz/components/bitrix/news.list/materialy-o-kumz/style.css?17531882351186*/
.news-slider {
	margin-bottom: 20px;
}

.news-slider__navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.news-slider__navigation {
		display: none;
	}
}

.news-slider__prev,
.news-slider__next {
	width: 54px;
	height: 54px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #3682e4;
	border-radius: 15px;
}

.news-slider__prev.swiper-button-disabled,
.news-slider__next.swiper-button-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.news-slider__prev > svg,
.news-slider__next > svg {
	stroke: #fff;
}

.news-slider__pagination {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.news-slider__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	flex-shrink: 0;
}

.news-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #3682e4;
}

.pdf-view-modal.hidden {
	display: none;;
}

.pdf-view-modal {
	display: flex;
	position: absolute;
	top: 0;
	left: 50%;

	z-index: 9999;
}

.pdf-view-modal iframe {
	width: 100%;
	height: 100%;
}
/* End */
/* /local/templates/kumz/components/bitrix/news.list/materialy-o-kumz/style.css?17531882351186 */
