

/* Start:/local/templates/indeweb/components/bitrix/news/services/bitrix/news.detail/.default/style.css?17498368091533*/
.cat-desc img{
	height: auto ! important;
}
.gallery{
	padding: 0px 64px;
}

.gallery .owl-stage{
	display: flex;
}

.gallery .owl-item{
	text-align:center;
	display: flex;
	align-items: center;
	padding: 5px;
}

.gallery .owl-item img{
	max-height: 400px;
	width: auto !important;
	margin: auto;
}
.gallery .owl-next,.gallery .owl-prev{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 128px;
	width: 64px;
	color: #fff;
	font-size: 128px;
	line-height: 128px;
}

.gallery .owl-next svg,.gallery .owl-prev svg{
	max-width: 100%;
	max-height: 100%;
}

.gallery .owl-next{
	right: 0px;
}

.gallery .owl-prev{
	left: 0px;
}


.gallery .owl-prev:hover polyline,
.gallery .owl-prev:focus polyline {
  stroke-width: 3;
}

.gallery .owl-prev:active polyline {
  stroke-width: 6;
  transition: all 100ms ease-in-out;
}

.gallery .owl-next:hover polyline,
.gallery .owl-next:focus polyline {
  stroke-width: 3;
}

.gallery .owl-next:active polyline {
  stroke-width: 6;
  transition: all 100ms ease-in-out;
}


@media (max-width: 768px) {
	.gallery{
		padding: 0px 32px;
	}
	
	.gallery .owl-next,.gallery .owl-prev{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 64px;
		width: 32px;
		color: #fff;
		font-size: 64px;
		line-height: 64px;
	}
}

@media (max-width: 576px) {
	.gallery{
		padding: 0px 24px;
	}

	.gallery .owl-next,.gallery .owl-prev{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 48px;
		width: 24px;
		color: #fff;
		font-size: 48px;
		line-height: 48px;
	}
}
/* End */
/* /local/templates/indeweb/components/bitrix/news/services/bitrix/news.detail/.default/style.css?17498368091533 */
