#content_left{
	font-family: Open Sans, Arial, sans-serif;
}
.title{
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	margin: 34px 0 14px;
}
.intro{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 12px;
}
.text{
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 12px;
}
.blocks{
	margin: 22px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.block{
	padding: 40px 35px;
	border: 1px solid #DDD3CA;
	box-sizing: border-box;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 40px;
	text-align: center;
	width: 300px;
	display: flex!important;
	flex-direction: column;
	align-items: center;
	margin: 0 0 40px;
}
.block_title{
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 14px;
}
.block_img{
	display: block;
	margin: 0 0 8px 10px;
}
.block_button{
	display: block;
	color: white;
	background: #0FB600;
	border: 1px solid #0D9901;
	box-sizing: border-box;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
	border-radius: 40px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
	text-decoration: none;
}
.block_button:hover{
	color: white;
	background: #0D9901;
}
.disable_button {
	display: block;
	color: white;
	background: #d1ccc8;
	border: 1px solid rgba(172,171,169, 1);
	box-sizing: border-box;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
	border-radius: 40px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
	text-decoration: none;
}