

/* Start:/bitrix/components/my/slaider/templates/.default/style.css?15886661552577*/

.kontent .slaider {
	margin: 0 0 70px 0;
}

.kontent .slaider .owl-prev {
    /*display: none !important;*/
	position: absolute;
    top: 50%;
    left: -80px;
    transform: translate(0, -50%);
	/*background: none !important;
	font-size: 100px !important;
	color: #28767f !important;*/
	opacity: 1 !important;
    transition: all 0.25s ease-out 0s;
	width: 70px;
	height: 70px;
	background: url("/bitrix/templates/template/files/ikonka_vlevo.png") no-repeat center center !important;
	background-size: auto 100% !important;
}
.kontent .slaider .owl-prev:hover {
	opacity: 1 !important;
	background: url("/bitrix/templates/template/files/ikonka_vlevo_akt.png") no-repeat center center !important;
	background-size: auto 100% !important;
}
.kontent .slaider .owl-next {
   /* display: none !important;*/
	position: absolute;
    top: 50%;
    right: -80px;
    transform: translate(0, -50%);
	/*background: none !important;
	font-size: 100px !important;
	color: #28767f !important;*/
	opacity: 1 !important;
    transition: all 0.25s ease-out 0s;
	width: 70px;
	height: 70px;
	background: url("/bitrix/templates/template/files/ikonka_vpravo.png") no-repeat center center !important;
	background-size: auto 100% !important;
}
.kontent .slaider .owl-next:hover {
	opacity: 1 !important;
	background: url("/bitrix/templates/template/files/ikonka_vpravo_akt.png") no-repeat center center !important;
	background-size: auto 100% !important;
}

.kontent .slaider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -55px;
    transform: translate(-50%, 0);
	width: 100%;
}

.kontent .slaider .owl-dots .owl-dot {
	margin: 0 4px 0 0px;
}

.kontent .slaider .owl-dots .owl-dot span {
	background: #b8d7ce;
    width: 13px;
    border: 3px solid #b8d7ce;
    height: 13px;
	transition: all 0.25s ease-out 0s;
}

.kontent .slaider .owl-dots .owl-dot.active span, .kontent .slaider .owl-dots .owl-dot:hover span {
	background: #e7541b;
	border: 3px solid #e7541b;
}




	@media (max-width: 992px) {
		
		.kontent .slaider .owl-prev {
			left: 0px;
			/*color: #FFFFFF !important;*/
			opacity: 1 !important;
		}
		.kontent .slaider .owl-next {
			right: 0px;
			/*color: #FFFFFF !important;*/
			opacity: 1 !important;
		}
	}
	@media (max-width: 768px) {
		
		.kontent .slaider .owl-prev {
			/*font-size: 60px !important;*/
			width: 50px;
			height: 50px;
		}
		.kontent .slaider .owl-next {
			/*font-size: 60px !important;*/
			width: 50px;
			height: 50px;
		}
		
		
	}
/* End */


/* Start:/bitrix/components/my/karta/templates/.default/style.css?1588689187103*/
.karta {
	height: 500px;
}

	@media screen and (max-width: 767px) {
		.karta {
			height: 300px;
		}
	}
/* End */
/* /bitrix/components/my/slaider/templates/.default/style.css?15886661552577 */
/* /bitrix/components/my/karta/templates/.default/style.css?1588689187103 */
