.slider-container{
	background-color: #222222;
	/*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-title--font{
	font-size: 20px;
}
.slider-item-text, .slider-mobile-item-text{
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	max-width: 347px;
}
.slider-item-text{
	max-width: 400px;
}
.slider-paragraph:not(:last-child){
	padding-bottom: 16px;
}
.slider-item-left{
	padding: 55px 0;
	width: 100%;
	max-width: 600px;
}
.slider-item-left--padding{
	padding: 170px 0;
}
.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;
}
.owl-carousel .owl-stage{
	left: 0 !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;
	flex-direction: row-reverse;
	padding: 0 25px 45px 25px;
}
.slider-mobile-item-text{
	max-width: 100%;
}

.slider-container {
	position: relative;
	overflow: hidden;
}

.slider-track {
	display: flex;
	transition: transform .6s ease;
	height: inherit;
}

.slider-slide {
	flex: 0 0 100%;
	height: inherit;
	background-size: cover;
	background-position: center;
	position: relative;
}

.slider-nav {
	position: absolute;
	top: 85%;
	right: 45%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	z-index: 10;
}

.slider-nav--mobile{
	flex-direction: row;
	position: relative !important;
	transform: unset !important;
	right: 50% !important;
}
.slider-dots--mobile{
	position: unset !important;
}

.slider-title{
	padding-bottom: 50px;
	text-transform: uppercase;
	font-weight: bold;
}

.slider-prev[disabled],
.slider-next[disabled] {
	opacity: 0.4;
	cursor: default;
	pointer-events: none;
}

.slider-prev,
.slider-next {
	width: 50px;
	height: 50px;
	border: none;
	background: #A2A2A2;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	right: 27px;
}
.slider-left{
	color: #fff;
	max-width: 710px;
}
.slider-dots {
	position: absolute;
	bottom: 80px;
	left: 155px;
	display: flex;
	z-index: 10;
}
.slider-dots button{
	background: transparent;
	border: none;
	padding: 0 4px;
}
.slider-dots button span{
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: none;
	background: #888;
	cursor: pointer;
}

.slider-dots button.active span {
	background: #fff;
}
.slider-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.slider-info{
	padding-left: 9vw;
}
.slider-right, .slider-img{
	height: 100%;
}
.slider-img{
	object-fit: cover;
}

@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;
	}
}
@media(max-width: 1100px){
	.slider-info {
		padding-left: unset;
		padding: 2vw;
	}

}
@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-left{
		max-width: 46%;
	}
}
@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: unset;
		height: unset;
	}
	.slider-nav--mobile{
		right: 0 !important;
	}
}
@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-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;
    }
}