 .countsSlides {
	/*position: absolute;*/
	transform: rotate(90deg);
	/*right: 0;*/
	/*bottom: 0;*/
	/*top: 0;*/
	/*margin: auto;*/
	width: 75px;
	height: 40px;
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.countsSlides span {
	color: #3D4158;
	opacity: 0.4;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
}

.countsSlides .currentSlide {
	color: #3D4158;
	font-size: 30px;
	line-height: 37px;
	opacity: 1;
	margin-right: 6px;
}

.countsSlides .allSlides {
	margin-left: 5px;
}
.main-banner-paging {
	z-index: 100;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.customPaging {
	margin-bottom: 30px;
	margin-top: 75px;
}
.main_banner_slider ul.slick-dots {
	/*position: absolute;*/
	/*right: 35px;*/
	/*top: 0;*/
	/*bottom: 0;*/
	/*z-index: 50;*/
	/*text-align: center;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 25px;
}
.main_banner_slider .slick-dots li {
	margin: 5px 0;
}

.main_banner_slider .slick-dots li button {
	font-size: 0;
	display: block;
	padding: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: auto;
	background: #ffffff;
	/*border: 1px solid #e9e8e6;*/
}

.main_banner_slider .slick-dots li.slick-active button {
	background: #606DA6;
}
.main_banner_slider {
	/*max-width: 1920px;*/
	margin: auto;
	z-index: 0;
	overflow: hidden;
	max-height: 100%;
}

.main_banner {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: auto !important;
	max-height: 544px;
}

.main_banner picture img {
	max-width: none;
	width: 100%;
	max-height: 544px;
	position: absolute;
	object-fit: cover;
	top: 0;
	display: block !important;
}

.main_banner .banner_image_wrapper {
	/*display: block;*/
	/*position: relative;*/
	/*width: 100%;*/
	/*height: 0;*/
	/*padding-bottom: 25%;*/
}

.main_banner .banner_image_wrapper div {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*NEW-------------------*/




@media all and (max-width: 1024px) {
	.main_banner {
		padding-bottom: 40px;
		max-height: 398px;
	}
	.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;
	}
}

 @media (max-width: 834px) {
	 .main_banner {
		 max-height: 351px;
	 }
 }

@media all and (max-width: 768px) {
	.main_banner picture, .main_banner picture img {
		height: 360px;
	}
	.main_banner {
		max-height: 320px;
	}
  .countsSlides .currentSlide{
    font-size: 20px;
  }
}

@media all and (max-width: 728px) {
	.main_banner picture, .main_banner picture img {
		height: 341px;
	}
	.main_banner {
		height: 381px;
	}
}
@media all and (max-width: 688px) {
	.main_banner picture, .main_banner picture img {
		height: 323px;
	}
	.main_banner {
		height: 363px;
	}
}

@media all and (max-width: 640px) {

	.main_banner picture,.main_banner picture img {
		height: 300px;
	}
	.main_banner {
		height: 340px;
	}
}
@media all and (max-width: 600px) {
	.main_banner picture, .main_banner picture img {
		height: 281px;
	}
	.main_banner {
		height: 321px;
	}
}
@media all and (max-width: 560px) {

	.main_banner picture, .main_banner picture img {
		height: 263px;
	}
	.main_banner {
		height: 303px;
		padding-bottom: 0px;
	}
	.countsSlides {
		display: none;
	}
}
 @media (max-width: 540px) {
	 .main_banner {
		 max-height: 231px;
	 }
 }
@media all and (max-width: 520px) {

	.main_banner picture, .main_banner picture img {
		height: 244px;
	}
	.main_banner {
		height: 217px;
	}
}
@media all and (max-width: 480px) {

	.main_banner picture, .main_banner picture img {
		height: 225px;
	}
	.main_banner {
		height: 215px;
	}
}
@media all and (max-width: 440px) {

	.main_banner picture, .main_banner picture img {
		height: 206px;
	}
	.main_banner {
		height: 200px;
	}
}
 @media all and (max-width: 414px) {

	 .main_banner {
		 max-height: 171px;
	 }
 }
@media all and (max-width: 400px) {

	.main_banner picture, .main_banner picture img {
		height: 188px;
	}
	.main_banner {
		height: 172px;
	}
}
 @media (max-width: 375px) {
	 .main_banner {
		 max-height: 160px;
	 }
 }
@media all and (max-width: 360px) {

	.main_banner picture, .main_banner picture img {
		height: 169px;
	}
	.main_banner {
		max-height: 154px;
	}
}
@media all and (max-width: 320px) {

	.main_banner picture, .main_banner picture img {
		height: 150px;
	}
	.main_banner {
		height: 148px;
	}
}
