.home-page-content-top .banner-pro {
	margin-top: 10px;
}
.banner-pro {
	position: relative;
}
.banner-pro__column {
/*	padding-left: 10px;
	padding-right: 10px;*/
	margin-bottom: 0px;
}
.banner-pro .row-flex {
	flex-wrap: nowrap;
}
.banner-pro__column:not(.swiper-slide-visible){
	opacity: 0;
}
.swiper-banner-pro-arrow {
	background: #f9f9f9;
	width: 30px;
	height: 40px;
	position: absolute;
	z-index: 10;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	top:50%;
	transform: translateY(-50%);
	color:#000;
}
.swiper-banner-pro-arrow.prev-slide {
	left:5px;
}
.swiper-banner-pro-arrow.next-slide {
	right: 5px;
}
.banner-pro .swiper-banner-pro:not(.swiper-initialized) .swiper-slide {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

@media (min-width: 600px) {
	.banner-pro__column {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.banner-pro .swiper-banner-pro:not(.swiper-initialized) .swiper-slide {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}
/*@media (min-width: 992px) {
	.banner-pro__column--col-4,
	.banner-pro__column--col-2 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.banner-pro__column--col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}*/
@media (min-width: 1200px) {
/*	.banner-pro__column--col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.banner-pro__column--col-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}*/
	.banner-pro .swiper-banner-pro:not(.swiper-initialized) .swiper-slide {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
/*@media (min-width: 1300px) {
	.banner-pro__column--col-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}*/
.banner-pro__item {
	border-radius: 20px;
	padding: 0px;
	height: 100%;
	background: #F9F9F9;
	position: relative;
	overflow: hidden;
}
.banner-pro__content {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 1;
	right: 30px;
}
.banner-pro__title {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
	color:#000;
}
.banner-pro__description {
	font-size: 16px;
	font-weight: 400;
	color:#000;
}
.banner-pro__content-price {
	position: absolute;
	left: 30px;
	bottom: 30px;
	display: flex;
	flex-direction: column;
}
.banner-pro__from {
	font-size: 16px;
	color: #000;
	margin-bottom: 4px;
	line-height: 16px;
	font-weight: 500;
}
.banner-pro__price {
	color: #fff;
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
}
.banner-pro__link {
	position: absolute;
	right: 30px;
	bottom: 30px;
	height: 54px;
	width: 78px;
	color:#000;
	background: #fff;
	border-radius: 50px;
}

.banner-pro__image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}
.banner-pro__image img {
   width: 100%;
   height: auto;
   font-size: 0px;
}

.banner-pro__img_cover {
    object-fit: cover;
}

.banner-pro__img_contain {
    object-fit: none;
    object-position: center;
}
