.owl-theme .owl-controlls{margin-top: -1px;text-align: center;}
.owl-theme .owl-controlls .owl-buttons div{width:27px;height:48px;zoom: 1;}
.owl-theme .owl-controlls.clickable .owl-buttons div:hover{opacity: 1;text-decoration: none;}
.owl-theme .owl-controlls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.owl-theme .owl-controlls .owl-page span{
	display: block;
	background-color:#333;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin: 5px 7px;
	}
.owl-theme .owl-controlls .owl-page.active span,
.owl-theme .owl-controlls.clickable .owl-page:hover span{background-color:#224FA3;}
.owl-theme .owl-controlls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-carousel:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	overflow: hidden;
	max-width: 1920px;
	min-width:320px;
	margin:0 auto;
}
.owl-carousel img{}
.owl-carousel .owl-wrapper{
	position: relative;
	display: inline-block;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.owl-carousel .owl-item{float:left;}
.owl-controlls .owl-page,
.owl-controlls .owl-buttons{cursor: pointer;}
.owl-controlls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item  {display:flex;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.owl-prev {position:absolute;bottom:250px;left:0;float:left;background: url(../up/left.png);z-index:5;}
.owl-next {position:absolute;bottom:250px;right:0;float:right;background: url(../up/right.png);z-index:5;}
.owl-prev.disabled {display:none;}
.owl-next.disabled {display:none;}
#owl-demo3 .owl-prev {position:absolute;bottom:140px;left:0;float:left;background: url(../up/pages/icon/vlevo.png);z-index:5;}
#owl-demo3 .owl-next {position:absolute;bottom:140px;right:0;float:right;background: url(../up/pages/icon/vpravo.png);z-index:5;}
#owl-demo2 .owl-prev {position:absolute;bottom:140px;left:0;float:left;background: url(../up/vlevo.png);z-index:5;}
#owl-demo2 .owl-next {position:absolute;bottom:140px;right:0;float:right;background: url(../up/vpravo.png);z-index:5;}
.item {display:block;padding:0 25px;}
.item img{width:100%;}
@media screen and (max-width: 1260px) {
.owl-prev {bottom:110px;}
.owl-next {bottom:110px;}	
}
@media screen and (max-width: 1000px) {
.owl-prev {bottom:90px;}
.owl-next {bottom:90px;}	
}
@media screen and (max-width: 768px) {
.owl-prev {bottom:200px;}
.owl-next {bottom:200px;}	
}
