.blocks_select{
	padding-top: 56px;
	margin-bottom: 50px;
}
.blocks_select h2{
	font-family: 'OpenSans-SemiBold';
	color: #385A64;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 16px;
}
.blocks_select ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.blocks_select a{
	display: block;
	font-family: 'OpenSans-Regular';
	padding: 10px 20px;
	font-size: 13px;
	line-height: 18px;
	color: #385A64;
	border: 1px solid #D0E8E0;
	text-decoration: none;
	margin-left: -1px;
	transition: all 0.3s;
	position: relative;
}
.blocks_select a span{
	position: absolute;
	bottom: 0;
	right: 2px;
	font-size: 12px;
	font-weight: bold;
}
.blocks_select a.active{
	background: #E1F1EC;
}
.blocks_select a:hover{
	background: #D0E8E0;
}