
/*Блок преимуществ
Высота 110 пикселей
картинка 50 пикселей
*/

.advantages__item_wrapper{
	padding: 6px 0;
	overflow: hidden;
	height:110px;
}
.advantages__item{
	width:100%;
	height:100%;
}
.advantages__img{
	height: 100%;
	line-height: 98px;
	text-align: center;
	width:55px;
	float:left;
	margin-right:15px;
}
.advantages__img img{
	max-width:100%;
	max-height:100%;
}
.advantages__text{
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #404144;
	display:table;
	height:100%;
	border-collapse: collapse;
	border-spacing: 1px;

}
.advantages__title{
	font-weight:bold;
}
.advantages__description{
	display:table-cell;
	vertical-align:middle;
}
/*Блок преимуществ круглая тема
Высота 130 пикселей
картинка 100 пикселей
*/
.advantages__item_wrapper_circle_theme{
	overflow: hidden;
	height:130px;
}
.advantages__item_circle_theme{

}
.advantages__img_circle_theme{
	height: 130px;
	padding: 15px 0;
	line-height: 100px;
	text-align: center;
	width:100px;
	float:left;
	margin-right:25px;
	overflow:hidden;

}
.advantages__img_circle_theme img{
	-moz-border-radius: 120px; /* Firefox */
    -webkit-border-radius: 120px; /* Safari, Chrome */
    -khtml-border-radius: 120px;
	border-radius: 120px;
}
.advantages__text_circle_theme{
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #404144;
	height:100%;
}
/*Блок преимуществ -вертикальное расположение элементов
Высота 130 пикселей
картинка 100 пикселей
*/
.advantages__item_wrapper_vertical_theme{
	/*padding:6px;*/
	overflow: hidden;
	height:auto;
}
.advantages__item_vertical_theme{

}
.advantages__img_vertical_theme{
	height: 70px;
	line-height:70px;
	text-align: center;
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
	margin-right: 0;

}
.advantages__img_vertical_theme img{
	-moz-border-radius: 0px; /* Firefox */
    -webkit-border-radius: 0px; /* Safari, Chrome */
    -khtml-border-radius: 0px;
	border-radius: 0px;
}
.advantages__text_vertical_theme{
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #404144;
	height:auto;
}