.information-block {
	margin-bottom:50px;
}
.image img {
	max-width:100%;
	height: auto;
}
.image {text-align:center;}
.information-name {
	font-family: 'Lobster', cursive;
	text-align:center;
}
.information-name h1{
	font-size:28px;
}
.information-name h3{
	font-size:24px;
	padding:0 !important; 
}
.information-text {
    font-size: 16px;
    line-height: 1.5;
}
.information-head {
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #98866f;
	margin-bottom: 10px;
}
.information-head::before, .information-head::after {
	padding:0 10px;
	content: url(../img/decoration/star.png);
}
.information-value {
	text-align:center;
	padding: 5px 0;
	font-size: 16px;
}
.information-pack, .information-article {margin-bottom: 25px;}

.benefits {
	text-align:center;
}
.benefits img{
	max-width:100%;
}
.benefits-head {
	text-align:center;
	font-family: 'Lobster', cursive;
	font-size: 24px;
	margin-bottom:30px;
}
.benefits-head::before, .benefits-head::after {
	padding:0 10px;
	content: url(../img/decoration/star.png);
}

a.product-detail-link {
    font-family: 'Lobster', cursive;
    background-image: url(/bitrix/templates/main/img/button/faq-link-bg.png);
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    padding: 30px 60px;
}

.product-detail .tabs-list {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    background: url(../img/background/menu-bg.png) top center;
    background-repeat: no-repeat;
    height: 95px;
    max-width: 1090px;
    margin: 0 auto;
	border-bottom: 0;
	padding-bottom:0px;
}
.product-detail .nav > li > a {
    color: #eac176;
	/*padding: 10px 30px;*/
	font-weight: bold;
}

.nav-tabs > li {
    padding: 25px 0px !important;
}

.product-detail .nav li:before {
    content: url(../img/decoration/footer-menu-divider.png);
    float: left;
    padding-top: 10px;
	margin-left: -5px;
}
.product-detail .nav li:first-child:before {
	display:none;
}
.tab-content {
	max-width: 900px;
    margin: 0 auto;
	margin-bottom:100px;
	font-size: 16px;
    line-height: 1.5;
}
.tab-content .panel {background: none;}
.tab-content .panel-heading {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a80000+0,8e000.. */ 
	background: #a80000; /* Old browsers */ 
	background: -moz-linear-gradient(top, #a80000 0%, #8e0000 100%); /* FF3.6-15 */ 
	background: -webkit-linear-gradient(top, #a80000 0%,#8e0000 100%); /* Chrome10-25,Safari5.1-6 */ 
	background: linear-gradient(to bottom, #a80000 0%,#8e0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80000', endColorstr='#8e0000',GradientType=0 ); /* IE6-9 */ 
	border-radius: 0;
	padding: 15px 15px;
	text-align: center;
	}
.tab-pane .panel {border-radius: 0;}
.tab-content .panel-title a {color: #eac176; font-weight: 700;}
.tab-pane:first-child .panel {
	border-radius: 0;
}
.tab-pane:last-child .panel {
	border-radius: 0;
}

.product-detail h3 {
	font-family: 'Lobster';
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.product-detail h3:before, .product-detail h3:after {
	padding: 0 10px;
    content: url(../img/decoration/star.png);
}

/*TABLE*/
#collapseFeeding table {
	border-collapse: collapse;
	border: 1px solid #940000;
}
#collapseFeeding table tr:first-child td {
	
}
#collapseFeeding table td {
	padding: 10px 15px;
}
#collapseFeeding table td p {
	margin: 0;
	}
/*TABLE end*/

/* composition-table */
table.composition-table {
	border: 0;
	max-width: 100%;
}
table.composition-table tr td {
	background-color: #ffffff;
	text-align: center;
	padding: 10px 12px;
}
table.composition-table tr td:first-child {
	background-color: #e7d0a6;
	font-weight: bold;
    text-align: left;
}
table.composition-table tr:first-child td {
	background-color: #960000;
	color: #ffffff;
	text-align: center;
}
/* composition-table end */

@media(min-width:1261px){
	.product-detail .tab-content .panel-heading {
		display: none;
	}
	.tab-content .panel {
		border: none;
		box-shadow: none;
	}
	.tab-content .panel-collapse {
		height: auto;
	}
	.tab-content .panel-collapse.collapse {
		display: block;
	}
}
@media (max-width: 1260px) {
	.product-detail .tab-content .tab-pane {
		display: block;
	}
	.product-detail .nav-tabs {
		display: none;
	}
	.product-detail .tab-content .panel-title a {
		display: block;
	}
	.product-detail .tab-content .panel {
		margin: 0;
		box-shadow: none;
		border-radius: 0;
		margin-top: -2px;
		border: 1px solid #750303;
	}
}

@media (max-width: 991px) {

	.information-name h1{
		text-align: center;
	}

}
@media (max-width: 760px) {
	.information-block, .information, .information-inner, .information-text {
		padding: 0;
	}
	table.benefits-table {
		display: none;
	}
}