.composition_content ul li ul li:before {background-color: #bfbfbf;}

* {
	box-sizing: border-box;
}
#content  {
	background-image:url(bg-alfare.jpg); 
	background-size: cover;
}
.product-full .product-header h1 {
	color: #f375c4!important;
}
.product_rd__description .summary{
    color: rgb(66,88,109);
}
.product_rd__content-promo-box {
	background: #fff;
    position: relative;
    margin-top: -26px;
     top: -36px;
    z-index: 5;
}
.product-description {
	margin: 0 auto;
    max-width: 1096px;
}
.product-description-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(balls.png) no-repeat 95% center;
    width: 96%;
    background-size: 40%;
    min-height: 460px;
    padding-left: 62px;
}
.product-description__text {
	font-size: 1.8rem;
	color: #404040;
	line-height: 24px;
	width: 47%;
}
.product-description__text:nth-child(2) {
	margin-top: 27px;
}
.product-description__manufacturer {
	font-size: 18px;
	color: #7e7e7e;
	margin-top: 42px;
	width: 44%;
}

div.product.product_rd {
    margin-top: -11px;
}



.content-block__alfare-cooking-list {font-size: 0; line-height: 0;}
.content-block__alfare-cooking-element {display: inline-block; vertical-align: top; width: 50%; padding-top: 20px;}
.content-block__alfare-cooking-ico {width: 90px; height: 79px; display: inline-block; vertical-align: top; margin-right: 10px; background: url(alfare-cooking-icons.png) no-repeat 0 0;}
.content-block__alfare-cooking-text {display: inline-block; vertical-align: top; font-size: 1.7rem; width: calc(100% - 90px - 10px); line-height: 1.5; color: #3d3c37;}
@media screen and (max-width: 500px) {.content-block__alfare-cooking-element {display: block; width: 100%;}}




@media (max-width: 1100px) {
	.product_rd__content-promo-box {	    
	     top: 0; 	    
	}
	.product-description-content {
	    padding-left: 50px;
	    background-size: 36%;
	    width: 910px;
	    margin: 0 auto;
	}
	.product-description__text {
		width: 57%;
	}
	.product-description__manufacturer {
	    width: 57%;
	}
}

@media (max-width: 900px) {
	
	.product-description-content {
		padding-top: 327px;
	    padding-left: 48px;
	    padding-bottom: 48px;
	    min-height: 0;
	    background: url(balls.png) no-repeat center top;
	    background-size: 325px;
	    width: 100%;
	}
	.product-description__text {
		display: block;
		width: 100%;
	}
	.product-description__manufacturer {
		display: block;
		width: 100%;
	    margin-top: 22px;
	}
}

@media (max-width: 500px) {
	.product-header.product_rd__description h1 {
	    font-size: 41px !important;
	}
	.product_rd__info .row.bloc-content {
		padding: 0 !important;
	}
	.product-header .summary {
		text-align: left;
	}
	.product-description {
	    margin-top: -48px;
	}
	.product-description-content {
		padding-left: 20px;
		padding-right: 20px;
		background-size: 291px;
	}
	.product-description__text {
	    margin-top: -38px;
	}
	.product-description__manufacturer {
	    font-size: 16px;
	}
}