.adv-nestle__item {
    background-image: url(/static/f/product/149/adv-icons/adv-bg.png);
}

.product-full .product_rd__content .product.product_rd {
   	margin-top: 0px;
	margin-bottom: 0px;
	padding: 30px 0;
}
.b-product-content {
    position: relative;
    overflow: hidden;
    background: none;
}
/*.product_rd__content .product.product_rd {*/
/*	background-image: url("/static/f/product/535/bg-page/bg-page.jpg");*/
/*	background-size: auto;*/
/*   	background-repeat: repeat;*/
/*   	background-position: center center;*/
/*	overflow: hidden;*/
/*}*/
.head-product-benefit{
    margin-bottom: 80px;
}
.b-product-content::after{
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: url("/static/f/product/536/bg-page/bg-page.jpg");
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    overflow: hidden;
    z-index: -2;
}

.product-full .n-nestogen-review {
	margin-bottom: 0px;
	padding-top: 30px !important;
	padding-bottom: 30px;
}

.pane-block.panel-pane_rd {
	border-radius: 0;
}

.pane-block.panel-pane_rd .row {
	margin-bottom: 0px;
	padding-bottom: 20px;
}


.product_rd__content {
	position: relative;
}

.b-parallax-box img {
	position: absolute;
   	top: 0;
   	width: 17%;
	z-index: -1;
}

.b-parallax-box img.b-parallax-box__image--left {
	left: 0;
}

.b-parallax-box img.b-parallax-box__image--right {
	right: 0;
}

@media (max-width: 980px) {
	.b-parallax-box {
		display: none;
	}
}