.slider-container{
	background-color: #222222;
	max-height: 800px;
}
.slider-item{
	background-color: #222222;
	background-blend-mode: multiply;
	background-size: cover;
	height: 800px;
}
.slider-item-wrap{
	display: flex;
	justify-content: center;
	height: 100%;	
	max-height: 800px;
}
.slider-item-subtitle{
	color: #fff;
	padding-bottom: 53px;
	font-size: 10px;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.slider-item-title{
	color: #fff;
	padding-bottom: 69px;
	text-transform: uppercase;
	font-size: 32px;
}
.slider-item-text, .slider-mobile-item-text{
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	max-width: 347px;
}
.slider-item-left{
	padding: 55px 0;
	width: 100%;
	max-width: 600px;
}
.slider-item-logo{
	padding-bottom: 115px;
}
.slider-item-nav{
	color: #fff;
}
.slider-item-info{
	padding-bottom: 189px;
	padding-right: 150px;
	height: 420px;
}
.owl-carousel.owl-drag .owl-item{
	display: unset !important;
	height: unset !important;
}
.owl-carousel .owl-stage{
	max-height: unset !important;
}
.owl-carousel .owl-item img{
	width: unset !important;
}
.slider-item-nav{
	display: flex;
	flex-direction: column;
	align-items: end;
}
.owl-item{
	position: relative;
    left: 20px;
}
.owl-next, .owl-prev{
	background-color: #A2A2A2;
	width: 50px;
	height: 50px;
	border: none;
	cursor: pointer;
	touch-action: none;
}
.owl-next span, .owl-prev span{
	color: #fff;
	font-size: 28px;
}
.owl-prev.disabled, .owl-next.disabled{
	background-color: #464646;
}
.owl-prev.disabled span, .owl-next.disabled span{
	color: #818181;
}
.owl-dot{
	background: none;
	border: none;
}
.slider-item-dots{
	width: max-content;
	position: relative;
    bottom: 115px;
    z-index: 99;
    left: 206px;
}
.owl-dot span{
	width: 7px;
	height: 7px;
	background-color: #606060;
	display: block;
	border-radius: 50%;
	cursor: pointer;
}
.owl-dot.active span{
	background-color: #fff;
}
.slider-item__img{
	height: 100%;
}
.owl-carousel .owl-item img{
	height: 100%;
	object-fit: cover;
}
.slider-mobile-item-pic{
	height: 285px;
}
.slider-mobile-item__img{
	height: inherit;
	width: 100%;
	object-fit: cover;
}
.slider-mobile-item-top{
	padding: 45px 25px;
}
.slider-mobile-item-subtitle{
	padding: 43px 0;
	color: #fff;
	padding-bottom: 53px;
	font-size: 10px;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.slider-mobile-item-name{
	text-transform: uppercase;
	color: #fff;
	font-size: 32px;
	padding-bottom: 20px;
}
.slider-mobile-bottom{
	background-color: #222222;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 25px 45px 25px;
}
.slider-mobile-item-text{
	max-width: unset;
}
@media(min-width: 651px){
	.slider-item-pic-mobile{
		display: none;
	}
	.slider-box-mobile{
		display: none;
	}
}
@media(max-width: 1530px){
	.slider-item-dots{
		left: 10px;
	}
	.slider-item-left{
		max-width: 45%;
	}
	.slider-item-left{
		padding-left: 17px;
	}
}
@media(max-width: 1300px){
	.slider-item-wrap{
		max-height: 660px;
	}
	.slider-item{
		height: 660px;
	}
	.slider-item-logo {
		padding-bottom: 50px;
	}
	.slider-item-info {
		padding-bottom: 80px;
		height: 335px;
	}
	.slider-container{
		max-height: 660px;
	}
}
@media(max-width: 960px){
	.slider-item-wrap{
		max-height: 545px;
	}
	.slider-item{
		height: 545px;
	}
	.slider-item-info{
		height: 295px;
		padding-right: 30px;
	}
	.slider-item-logo {
        padding-bottom: 35px;
    }
	.slider-item-subtitle,	.slider-item-title{
		padding-bottom: 35px;
	}
	.slider-container {
        max-height: 545px;
    }
}
@media(max-width: 650px){
	.slider-item-rigth{
		display: none;
	}
	.slider-item-left, .slider-item-wrap{
		max-width: 100%;
	}
	.slider-item-text{
		max-width: 100%;
	}
	.slider-item-info {
        padding-bottom: 40px;
        height: 240px;
    }
	.owl-carousel .owl-stage, .owl-item{
		left: 0 !important;
	}
	.slider-box{
		display: none;
	}
	.slider-container{
		max-height: 700px;
	}
}
@media(max-width: 520px){
	.slider-item-left {
		padding: 30px 0 30px 17px;
	}
	.slider-item-wrap {
        max-height: 425px;
    }
	.slider-item {
        height: 435px;
    }
	.slider-item-info {
        height: 190px;
    }
	/*
	.slider-container {
        max-height: 437px;
    }
	*/
	.slider-mobile-item-text{
		height: 90px;
	}
	.slider-mobile-bottom{
		padding: 30px 26px;
	}
}
@media(max-width: 400px){
	.slider-item-title{
		font-size: 29px;
	}
}
@media(max-width: 340px){
	.slider-item-subtitle, .slider-item-title {
        padding-bottom: 20px;
    }
}