.slider-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #EBEBEB;
	height: 617px;
	padding-left: 26px;
	padding-right: 86px;
	gap: 82px;
	width: 100%;
	max-width: 1500px;
}
.owl-dots{
	display: none;
}
.owl-carousel.owl-drag .owl-item{
	height: max-content !important;
}
.owl-carousel .owl-stage{
	max-height: unset !important;
}
.slider-item-right{
	max-width: 370px;
}
.slider-item-title{
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 76px;
}
.slider-item-text{
	font-size: 20px;
}
.slider-nav{
	position: relative;
	bottom: 41vh;
	display: flex;
	justify-content: space-between;
	z-index: 999;
}
.owl-carousel.owl-drag .owl-item.active{
	left: 20px;
}
.owl-next, .owl-prev{
	border: none;
	background: none;
	font-size: 50px;
	cursor: pointer;
}
.slider-item-left, 
.owl-carousel .owl-item img{
	height: inherit;
}
.owl-carousel .owl-item img{
	max-height: 571px;
}
.slider-item-left{
	display: flex;
	align-items: center;
}
.owl-prev.disabled,
.owl-next.disabled{
	visibility: hidden;
}
.owl-next span, .owl-prev span{
	color: #5B5B5B;
}
@media(max-width: 1480px){
	.slider-item{
		gap: 35px;
		max-width: 1300px;
		padding-right: 60px;
	}
	.slider-nav{
		bottom: 46vh;
	}
}
@media(max-width: 1380px){
    .slider-item {
        gap: 35px;
        max-width: 1100px;
        padding-right: 30px;
		height: 500px;
    }
    .slider-nav {
        bottom: 37vh;
    }
	.owl-carousel .owl-item img {
		max-height: 450px;
	}
}
@media(max-width: 1370px){
	.slider-item{
		gap: 25px;
        max-width: 1200px;
        padding-right: 25px;
	}
}

@media(max-width: 1175px){
    .slider-item {
        gap: 25px;
        max-width: 995px;
        padding-right: 15px;
        height: 465px;
    }
}
@media(max-width: 1075px){
    .slider-item {
        max-width: 910px;
        height: 390px;
    }
	.slider-nav {
        bottom: 29vh;
    }
	.owl-carousel .owl-item img {
        max-height: 350px;
    }
}
@media(max-width: 995px){
	.slider-item-title{
		font-size: 26px;
	}
	.slider-item-text {
		font-size: 17px;
	}
	.slider-item {
        max-width: 840px;
        height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
    }
	.slider-nav {
        bottom: 31vh;
    }
}
@media(max-width: 915px){
	.slider-item {
        max-width: 780px;
	}
	.slider-nav {
        bottom: 28vh;
    }
}
@media(max-width: 860px){
	.slider-item-title{
		padding-bottom: 15px;
	}
	.slider-item {
        max-width: 725px;
    }
	.slider-nav {
        bottom: 23vh;
    }
}
@media(max-width: 800px){
	.slider-item{
		flex-direction: column-reverse;
		max-width: 575px;
		padding-left: 15px;
	}
	.slider-nav {
        bottom: 39vh;
    }
}
@media(max-width: 655px){
	.owl-carousel .owl-item img {
        max-height: 260px;
    }
	.slider-item{
		max-width: 440px;
	}
}
@media(max-width: 535px){
	.slider-item-title {
        font-size: 20px;
    }
	.slider-item-text {
        font-size: 16px;
		padding-bottom: 42px;
    }
	.owl-carousel .owl-item img {
        max-height: 200px;
    }
	.slider-item-left{
		padding-bottom: 48px;
	}
	.slider-nav {
        bottom: 32vh;
    }
	.slider-item {
        max-width: 370px;
    }
}
@media(max-width: 450px){
	.slider-item {
        max-width: 310px;
    }
}
@media(max-width: 400px){
	.slider-item {
        max-width: 285px;
    }
}
@media(max-width: 360px){
	.slider-item-title {
        font-size: 15px;
    }
	.slider-item-text {
        font-size: 13px;
    }
	.slider-item {
        max-width: 250px;
    }
	.slider-nav {
        bottom: 27vh;
    }
}