.midle-product-info .midle-product-info-table--mobile {
	display: none;
}





.adv-nestle__row {
	display: flex;
	justify-content: center;
}

.adv-nestle__row .adv-nestle__cell:first-child {
	padding-left: 0;
}

.adv-nestle__row .adv-nestle__cell:last-child {
	padding-right: 0;
}

.adv-nestle__cell {
	display: flex;
    width: 33%;
    padding: 7px;
}

.adv-nestle__cell.adv-nestle__cell--null .adv-nestle__item {
    background-image: none;
}

.adv-nestle__item {
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px 15px;
	background-image: url('/static/f/product/34/adv-icons/adv-bg.png');
	background-size: cover;
	border-radius: 10px;
	width: 100%;
}

.adv-nestle__img {
	text-align: center;
}

.adv-nestle__img img {
	height: 30px;
}

.adv-nestle__text {
	margin-top: 5px;
	font-family: 'RotonBol';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #904D30;
}

@media (max-width: 1199px) {
	.product_rd .product-header.product_rd__description {
		width: 100%;
		padding-left: 0px;
	}
}

@media (max-width: 560px) {
	.adv-nestle {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.adv-nestle__row {
		flex-direction: column;
		width: 48%;
		justify-content: flex-start;
	}
	.adv-nestle__cell {
		width: 100%;
	}
	.adv-nestle__row .adv-nestle__cell {
		padding-left: 0;
		padding-right: 0;
	}

	.adv-nestle__cell.adv-nestle__cell--null {
		padding: 0;
	}
	.adv-nestle__cell.adv-nestle__cell--null .adv-nestle__item {
		padding: 0;
		background-image: none;
	}
}

@media (max-width: 360px) {
	.adv-nestle__img img {
		height: 23px;
	}
	.adv-nestle__text {
		font-size: 13px;
	}
}


















.product-header.product_rd__description .row {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.product-header.product_rd__description .row .reviews__wrapper {
		padding-bottom: 0px;
	}
}


@media (max-width: 840px) {
	.product_rd .product-header.product_rd__description {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.product-full .product-header.product_rd__description p {
		margin-bottom: 15px;
	}
}

@media (max-width: 500px) {
	.product-full .product_rd .product-header .summary p {
    		margin-left: 0;
	}

	.midle-product-info .midle-product-info-table--desktop {
		display: none;
	}
	.midle-product-info .midle-product-info-table--mobile {
		display: table;
		padding: 10px 10px 10px 10px;
	}

}




.composition_content .product-detail__cooking .product-detail__cooking-ico {
	margin-left: 0;
}

.composition_content .product-detail__cooking .product-detail__cooking-list li:before {
	content: none;
}

.composition_content .product-detail__cooking .product-detail__cooking-list li {
	display: flex;
	align-items: center;
}

.composition_content .product-detail__cooking-icon {
	margin-right: 30px;
}

.composition_content .product-detail__cooking .product-detail__cooking-text {
	font-family: 'IstokWeb';
	font-size: 18px;
	line-height: 26px;
}

@media (max-width: 480px) {
	.composition_content .product-detail__cooking .product-detail__cooking-list li {
		flex-direction: column;
		align-items: flex-start;
	}
	.composition_content .product-detail__cooking .product-detail__cooking-text {
		font-size: 15px;
		line-height: 21px;
	}
}






.composition_content .midle-product-info .midle-product-info-cell.checked {
	background: url('/static/f/product/34/adv-icons/check.png') center left no-repeat;
}

.composition_content .midle-product-info .midle-product-info-cell.cross {
	background: url('/static/f/product/34/adv-icons/cross.png') center left no-repeat;
}