.banner-pro {
	position: relative;
}
.banner-pro__column {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

@media (max-width: 500px) {
	.banner-pro .row-flex {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.banner-pro__column {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}
@media (min-width: 500px) {
	.banner-pro .row-flex {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.banner-pro__column {
		-ms-flex: 0 0 52%;
		flex: 0 0 52%;
		max-width: 52%;
	}
}
@media (min-width: 768px) {
	.banner-pro__column {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.banner-pro .row-flex {
		flex-wrap: wrap;
	}
}
@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__column--col-3 {
		-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: 10px;
	padding: 0px;
	height: 100%;
	background: #F9F9F9;
	position: relative;
	overflow: hidden;
}
.banner-pro__content {
	position: absolute;
    left: 15px;
    top: 35px;
    z-index: 1;
    width: 150px;
    
}
.banner-pro__title {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 27px;
	font-weight: bold;
	    text-shadow: 0 0 10px #ffffff;
	
}

.banner-pro__description {
	font-size: 14px;
	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: 10px;
	bottom: 13px;
	height: 30px;
	width: 45px;
	color:#000;
	background: #ffffff;
	border-radius: 50px;
	border: 2px solid #ffe55d;
}
.banner-pro__link {
    position: absolute;
    right: 0;
    height: 100%;
    width: 45px;
    color: #000;
    background: #f79620;
    width: 30px;
}
.banner-pro__link {    height: 35px;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    color: #efebd6;  font-weight: bold;}

 .banner-pro__item:hover .banner-pro__link {
    background: #ffe55d;
	    color: black;
}

.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;
}
.bannerprohref {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 7px;
    border-radius: 10px;
    opacity: 0.9;
}
.bannerprohref a {
    color: white;
    font-weight: bold;
}
.banner-pro__item:hover .bannerprohref {
    background: #0a0a0a;
}
@media screen and (max-width: 400px) {
.bannerprohref {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #000000;
    padding: 5px;
    border-radius: 5px;
    opacity: 0.9;
}
.bannerprohref a {
    color: white;
    font-weight: bold;
    font-size: 12px;
}
.banner-pro__content {
	position: absolute;
    left: 8px;
    top: 15px;
    z-index: 1;
    width: 100px;
    
}
.banner-pro__title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
	
}
}