.owl_wrap{
	margin:0;
	position:relative;
}
.owl_wrap .owl-dots{
	text-align:center;
}
.owl_wrap .owl-dot{
	background:#e6e6e6;
	border-radius:50%;
	display:inline-block;
	height:15px;
	margin:0 5px;
	width:15px;
}
.owl_wrap .owl-dot.active{
	background: #898989;
}
.owl_wrap .owl-dot span{
	display:none;
}
.owl_wrap .owl-prev,
.owl_wrap .owl-next{
	background:url(arrow.png) no-repeat;
	height:24px;
	width:14px;
	position:absolute;
}
.owl_wrap .owl-prev{
	background-position:0 0;
	bottom:0;
	left:41%;
}
.owl_wrap .owl-next{
	background-position:-14px 0;
	bottom:0;
	right:41%;
}
.owl_wrap .owl-nav{
	bottom:50px;
	position:absolute;
    z-index:1005;
	width:100%;
}
.owl_wrap .owl-carousel .owl-stage-outer{
	margin:0;
}

.owl_wrap .owl-dots{
    position:relative;
    z-index:1000;
    top:-50px;
}

.owl_wrap .item{
    position:relative;
}
.owl_wrap .item a{
    display:block;
}
.owl_wrap_item_photo{
    display:block;
    width:100%;
    height:477px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.owl_wrap_item_zakazonline{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:100;
    width:100%;
    height:100%;
    cursor:pointer;
}

.owl_wrap_nav{
	position:absolute;
	z-index:50;
	top: calc(50% - 21px);
	left:0;
	width:100%;
	text-align:center;
	line-height:1;
	font-size:0;
}
.owl_wrap_nav_cont{
	display:inline-flex;
	vertical-align:top;
	align-items:center;
}
.owl_wrap_prev,
.owl_wrap_next{
	/* background-image:url(arrow.png); */
	background-repeat:no-repeat;
	height:24px;
	width:14px;
	cursor:pointer;
}
.owl_wrap_prev {
	width: 22px;
	height: 42px;
	position: absolute;
	left: 15px;
	background: url(prev.png);
	background-repeat: no-repeat;
	background-position: center;
}
.owl_wrap_next {
	width: 22px;
	height: 42px;
	position: absolute;
	right: 15px;
	background: url(next.png);
	background-repeat: no-repeat;
	background-position: center;
}
/* .owl_wrap_next{
	background-position:-14px 0;
} */
.owl_wrap_dots{
	position: absolute;
	bottom: -275px;
	left: 50%;
	/* margin-left:50px;
	margin-right:50px; */
	display:flex;
	align-items:center;
	transform: translateX(-50%);
}

.owl_wrap .owl-dot{
	vertical-align:top;
	cursor:pointer;
	width: 35px;
	height: 3px;
	background: #cccccc;
	border-radius: 0;
}

.owl_wrap .owl-dot.active{
	vertical-align:top;
	cursor:pointer;
	width: 35px;
	height: 3px;
	background: #000000;
}

@media (max-width: 1365px){
	.owl_wrap_nav{
		bottom:auto;
		/* top:100%; */
		margin-top:10px;
	}
	.owl_wrap_prev,
	.owl_wrap_next{
		display:none;
	}
	.owl_wrap_dots {
		bottom: -220px;
	}
	.owl_wrap .owl-dot{
		margin:0 6px;
	}
}

@media (max-width: 1023px) {
	.owl_wrap_dots {
		bottom: -170px;
	}
}

@media (max-width: 767px){
	.owl_wrap_nav{
		margin-top:8px;
	}
	.owl_wrap .owl-dot{
		width:7px;
		height:7px;
		margin:0 5px;
	}
	.owl_wrap .owl-dot.active{
		width:7px;
		height:7px;
		margin:0 5px;
	}
	.owl_wrap_dots {
		bottom: -120px;
	}
}

@media (max-width: 479px) {
	.owl_wrap_dots {
		bottom: -100px;
	}
}


.owl_wrap_2{
	overflow: hidden;
	position:relative;
}
.owl_wrap_2 .owl-item img{
	max-width:100%;
	vertical-align:top;
	height:auto;
}
.owl_wrap_2 .nav-custom .btn{
	position:absolute;
	top:50%;
	width:50px;
	height:50px;
	background-size:50px;
	background-repeat:no-repeat;
	z-index:1000;
	cursor:pointer;
	
	transform:translateY(-50%);
	opacity:0.7;
}
.owl_wrap_2 .nav-custom .btn:hover{
	opacity:0.9;
}
.owl_wrap_2 .nav-custom .prev{
	background-image:url(arrow_prev.png);
	left:3%;
}
.owl_wrap_2 .nav-custom .next{
	background-image:url(arrow_next.png);
	right:3%;
}

@media (max-width: 1365px){
	.owl_wrap_item_photo{
		height:auto;
		padding-top:36%;
	}
}