
.wrapper-slider-mobile {
	display: none;
	height: 425px;
}
.wrapper-slider {
	background-size: cover;
	height: 425px;
}

.banner_item .wrapper-inner {
	display: flex;
	align-items: center;
	gap:30px;
	height: 100%;
}
.slider-image {
	max-width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	flex-basis: 50%;
	min-width: 500px;
	flex: 1 1 0;
}
.slider-image img {
	max-width: 100%;
}

.slider-title {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 38px;
	line-height: 52px;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #4D4D4D;
}
.slider-text {
	font-size: 16px;
	line-height: 24px;
	font-family: Arial;
	color: #4D4D4D;
}

.slider-btn.btn-green-gradient {
	display: inline-block;
	font-family: Arial;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	padding: 13px 25px;
	line-height: normal;
	margin-top: 32px;
}

.main_banner_slider .slick-dots li button:after, .owl-carousel button.owl-dot span {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
}

.owl-carousel button.owl-dot.active  {
	border-color: #6c7567;
}
.main_banner_slider .slick-dots li.slick-active button {
	border-color: #000;
}
.main_banner_slider .slick-dots li button:after {
	background: #000;
}
.owl-carousel button.owl-dot span {
	background: #6c7567;
}

.main_banner_slider ul.slick-dots {
	position: absolute;
	right: 50px;
	top: 0;
	bottom: 0;
	z-index: 50;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


@media all and (max-width: 1024px) {
	.main_banner_slider ul.slick-dots {
		top: auto;
		bottom: 0;
		flex-direction: row;
		right: 0;
		left: 0;
	}
	.main_banner_slider ul.slick-dots li {
		margin: 0 5px;
	}
	.wrapper-slider-mobile {
		display: block;
		background-size: cover;
		background-position: bottom;
		background-repeat: no-repeat;
	}
	.wrapper-slider {
		display: none;
	}
	.slider-title {
		font-size: 24px;
		line-height: 32px;
		text-transform:none;
	}
	.slider-text {
		font-size: 16px;
		line-height: 24px;
	}
	.slider-text-wrapper {
		margin-top: auto;
		padding: 32px 15px 32px;
		background: #FFFFFFBF;		
	}
	.banner_item .wrapper-inner {
		padding: 0
	}
	.slider-btn.btn-green-gradient {
		font-size: 14px;
		font-weight: normal;
		text-transform: none;
		margin-top: 32px;
	}
	.slider-image {
		display: none
	}
}

