.tarifs-section{
	margin-bottom: 60px;
	background: #F2F2F2;
	padding: 50px 30px;
}

.tarifs-section p.description{
	font-size: 13px;
	color: #555555;
	margin-top: 35px;

}

.tarifs-items .item{
	background: #FFFFFF;
	display: block;
    padding-bottom: 4px;
	min-height: 370px;
}

.tarifs-items .item h4{
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	color: #555555;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tarifs-items .item .advantages{
	list-style: none;
}

.tarifs-items .item .advantages li{
	font-size: 14px;
	color: #727272;
	margin-bottom: 10px;
}


.tarifs-items .item .advantages li span.plus{
	background-image: url(../../../../images/yes.png);
	width: 15px;
	height: 12px;
	display: block;
	position: relative;
	margin-top: 6px;
	float: left;
	margin-right: 5px;
}

.tarifs-items .item .advantages li span.minus{
	background-image: url(../../../../images/no.png);
	width: 12px;
	height: 11px;
	display: block;
	position: relative;
	margin-top: 7px;
	float: left;
	margin-right: 5px;
}

.tarifs-items .item .tarif-price{
	font-weight: bold;
	font-size: 29px;
	text-align: center;
	color: #333333;
}

.tarifs-items .item span.hit{
	position: absolute;
	width: 60px;
	height: 23px;
	background: #E31E24;
	transform: rotate(-90deg);
	font-size: 14px;	
	color: #FFFFFF;
	text-align: center;
	top: 18px;
	right: 8px;
}

.tarifs-items .item p.note{
	font-weight: 300;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #B9B9B9;
	margin-top: -30px;
}

.tarifs-items .item .select-tarif{
	margin: 25px auto;
	width: 48%;
	display: block;
	margin-bottom: 20px;
}