.page_banner, .banner_title {
	color: #ffffff;
}

.product_banner {
	padding-bottom: 0;
}

.product_banner > .ct-section-inner-wrap {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
	padding-top: 150px;
    padding-bottom: 0px;
}

.banner_product_title {
	padding-right: 150px;
	width: calc(100% - 250px);
	padding-bottom: 40px;
}

.small_product_title {
	display: block;
	font-size: 0.7em;
}

.banner_product_img_container {
	width: 250px;
	background-color: white;
    padding: 40px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-top: 30px;
}

.banner_product_img_container img {
	max-width: 100%;
	max-height: 200px;
    object-fit: contain;
}

.banner_product_img_container img:first-child {
	margin-bottom: 30px;
}

.banner_product_img_container img:last-child {
	max-height: 70px;
}

.product_banner .ydu-breadcrumb {
	margin-bottom: 50px;
	font-size: 0.8em;
}

.banner_product_buttons {
	margin-top: 50px;
}

.banner_product_buttons a:first-child {
	margin-right: 20px;
}

.banner_product_descr {
	font-weight: 300;
    margin-top: 25px;
}

@media screen and (max-width: 1200px) {
	
	.banner_product_title {
		padding-right: 50px;
	}
	
}

@media screen and (max-width: 991px) {
	
	.banner_product_title {
		width: 100%;
		padding-right: 0;
	}
	
	.banner_product_img_container {
		flex-direction: row;
    	align-items: center;
    	justify-content: center;
		width: 100%;
		gap: 30px;
		padding: 25px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.banner_product_buttons a {
		width: 100%;
		margin-right: 0 !important;
		text-align: center;
		margin-bottom: 15px;
	}
	
}

@media screen and (max-width: 480px) {
	
	.banner_product_img_container {
		flex-direction: column;
	}
	
}

