.owl-carousel.owl-drag .owl-item{
	height: 450px !important;
}
.owl-carousel .owl-stage{
	max-height: 450px !important;
	left: 0 !important;
}
.slider-nav{
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	max-width: 1500px;	
    z-index: 5;
	padding: 0 18px;
}
.owl-prev, .owl-next{
	border: none;
	background: none;
	color: #fff;
	font-size: 65px;
	line-height: 0.7;
	cursor: pointer;
}
.slider{
	padding-bottom: 104px;
}
.disabled{
	visibility: hidden;
}
.slider-wrap{
	display: flex;
	align-items: center;
	max-width: 1500px;
	overflow: hidden;
}
.slider-item{
	position: relative;
	left: 3px;
	width: 100%;
}
.slider-item-img{
	height: 100%;
	object-fit: cover;
}
@media(max-width: 1400px){
	.owl-carousel.owl-drag .owl-item{
		height: auto !important;
	}
}
@media(max-width: 1150px){
	.owl-carousel .owl-stage{
		max-height: 337px !important;
	}
}
@media(max-width: 990px){
	.owl-carousel .owl-stage {
        max-height: 295px !important;
    }
}
@media(max-width: 875px){
	.owl-carousel .owl-stage {
        max-height: 256px !important;
    }
}
@media(max-width: 768px){
	.owl-carousel .owl-stage {
        max-height: 225px !important;
    }
}
@media(max-width: 675px){
	.owl-carousel .owl-stage {
        max-height: 196px !important;
    }
}
@media(max-width: 620px){
	.owl-carousel .owl-stage {
        max-height: 179px !important;
    }
}
@media(max-width: 600px){
	.owl-carousel .owl-stage {
        max-height: unset !important;
    }
}
@media(max-width: 562px){
	.owl-prev, .owl-next{
		font-size: 39px;
	}
}
@media(max-width: 525px){
	.slider-nav{
		padding: 0 5px;
		max-width: 95vw;
	}
}