/* Как мы работаем */
.section__work{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.section__work_row{
	display: flex;
	flex-direction: row;
}
.section__work_row:first-of-type{
	align-items:flex-end;
}
.section__work_row:last-of-type{
	align-items:flex-start;
}
.section__work_td{
	flex: 1;
	padding: 15px 0;
	text-align: left;
	min-width: 0;
}
.section__work_h{
	color:#404040;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0;
	margin-bottom: 15px;
}
.section__work_desc{
	color:#000000;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0;
}
.section__work_row_round .section__work_td{
	text-align: center;
}
.section__work_round{
	height:90px;
	width:90px;
	border-radius:45px;
	margin:auto;
	padding: 14px;
	font-family: Roboto;
	font-weight: 700;
	font-size: 60px;
	line-height: 62px;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
}
.section__work_round span{
	color: transparent;
	background: linear-gradient(44.49deg, #951430 10%, #35A8E0, #025D92 90%);
	-webkit-background-clip: text;
	background-clip: text;
}
.section__work_col{
	width:50%;
	border-right:2px solid #0F72BA;
	height: 40px;
}
.section__work_round.border-gradient_3:before{
	padding: 10px;
}
@media (min-width:1400px) {
	.section__work_h{
		font-size: 25px;
		line-height: 27px;
	}
	.section__work_round{
		height:120px;
		width:120px;
		padding:20px;
		border-radius:60px;
		font-size: 80px;
		line-height: 82px;
	}
}
.section__work_small_block{
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 15px 0;
}
.section__work_small_n_col{
	display: flex;
	flex-flow: column;
}
.section__work_small_number{
	font-weight: 700;
	font-size: 40px;
	line-height: 42px;
	letter-spacing: 0;
	color: transparent;
	background:linear-gradient(44.49deg, #EA5187 8.11%, #0D4864 53.94%, #025D92 99.73%);
	-webkit-background-clip: text;
	background-clip: text;
}
.section__work_small_col{
	width:1px;
	height:100%;
	background: linear-gradient(44.49deg, #EA5187 8.11%, #0D4864 53.94%, #025D92 99.73%);
	margin: auto;
}
.section__work_small_h{
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0;
	color: transparent;
	background:linear-gradient(44.49deg, #EA5187 0%, #0D4864 15%, #025D92 80%);
	-webkit-background-clip: text;
	background-clip: text;
	margin:10px 10px 10px 25px;
}
.section__work_small_desc{
	color:#000000;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0;
	margin:10px;
}