a,
a:hover,
a:active,
a:visited,
a:focus{
	text-decoration: none; 
}
/*Продукты*/
.title-product{
	font-size: 24px;
	text-align: center;
}

.product-text{
	text-indent: 15px;
	font-size: 18px;
	text-align: justify;
}
/*Бренды*/
.brend{
	border: 1px solid #fff;
}

.brend:hover{
	transition: all 0.5s ease;
	border: 1px solid #494949;
}

.brend > a:hover{
	transition: all 0.5s ease;
}

.brend > a:hover > p{
	text-decoration: underline;
}

/*Товары*/
.tovar{
	border: 1px solid #fff;
	text-align: center;
}

.tovar > a > p{
	margin: 0;
}

.tovar:hover{
	transition: all 0.5s ease;
	border: 1px solid #494949;
}

.tovar > a > .nolink{
	color: #333333;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 15px 0 10px;
	min-height: 54px;
}

.tovar > a > .link{
	text-transform: uppercase;
}

.tovar > a:hover > .link{
	text-transform: uppercase;
	text-decoration: underline;
}

/*Карточка товара*/

.about-product{
	margin-top: 40px;
}

.about-product-title{
	font-size: 17px;
	color: #4BA950;
}

/*1*/
.about-product-table > tbody > tr > td:first-child{
	width: 75%;
}

.about-product-table > tbody > tr > td:last-child{
	text-align: right;
}

/*2*/
.about-product-table-2 > tbody > tr > td:first-child{
	width: 40%;
}

.about-product-table-2 > tbody > tr > td:last-child{
	text-align: left;
}

/**/
.about-product-energy{
	font-size: 17px;
	margin-bottom: 5px;
}

.about-product-energy > span{
	font-weight: 700;
}

.about-product-right{
	padding: 40px 20px;
	background-color: #4ba950;
	color: #fff;
	font-size: 16px;
	text-shadow: none;
}

.about-product-right > p{
	margin-bottom: 10px;
}

.about-product-right > p:last-child{
	margin: 0;
}

.about-product-link-under{
	font-size: 16px;
}

/*Рецепты*/

.product-style > tbody > tr > td:last-child{
	/*text-align: right;*/
}

.about-product-table-korm {
	width: 65%;
}

.about-product-table-korm > tbody > tr > td:last-child{
	width: 30%;
	text-align: center;
}