.product-scene_top-left {
	width: 500px;
	height: 500px;
	top: 0;
	left: 0;
	background-image: url(/static/f/product/78/list.png);
	background-position: top left;
	backgroubd-size: auto;
	background-repeat: no-repeat;
}
.product-scene_top-right {
	width: 500px;
	height: 600px;
	top: 0;
	right: 0;
	background-image: url(/static/f/product/78/peach.png);
	background-position: top right;
	backgroubd-size: auto;
	background-repeat: no-repeat;
}
.product-scene-wrapper {
	position: static !important;
}
@media (max-width: 800px) {
	.product_blue .product_rd .bloc-content .col-4 {
    		margin: 0 !important;
	}
}



.text_bold {
    font-weight: bold;
}