.b-breadcrumbs {
	font: 400 12px/18px 'Inter', sans-serif;
	color: #222429;
}
.b-breadcrumbs a{
	text-decoration: none;
	color: #ADAEB2;
}
.b-breadcrumbs a:hover,
.b-breadcrumbs a:active {
	color: #2997FC;
}
.b-breadcrumbs span {
	padding: 0 5px;
}

.htu {
	background: #F7F8FA;
	color: #222429;
	padding: 16px 0 80px;
}
.htu-wrapper {
	width: 1000px;
	margin: auto;
}
.htu__title {
	margin: 48px auto;
	font: 800 44px/56px Inter, sans-serif;
	letter-spacing: -0.01em;
	text-align: center;
}
.htu__item {
	margin: 0 0 20px;
	padding: 40px 32px 32px 104px;
	background: #FFFFFF 32px 32px / 48px 48px no-repeat;
	border-radius: 8px;
}
.htu__item h3 {
	font: 800 24px/32px Inter, sans-serif;
	letter-spacing: 0;
	text-align: left;
}

.htu ol {
	margin: 32px 0 0;
	padding: 40px;
	background: #F0F7FC;
	border-radius: 0 8px 8px 8px;
	list-style-type: none;
	counter-reset: item;
	font: 400 14px/24px Inter, sans-serif;
}
.htu ol li {
	position: relative;
	padding: 0 0 16px 36px;
}
.htu ol li:last-child {
	padding-bottom: 0;
}
.htu ol li:before {
	counter-increment: item;
	content: counter(item);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	margin-right: 12px;
	background: #FFFFFF;
	border-radius: 12px;
	font: 800 12px/24px Inter, sans-serif;
	text-align: center;
}
.htu__note {
	background: #FFFFFF;
	padding: 32px;
	font: 400 14px/22px Inter, sans-serif;
	letter-spacing: 0;
}
.htu__note-title {
	margin: 0 0 24px;
	font: 800 24px/32px Inter, sans-serif;
	letter-spacing: 0;
	color: #222429;
}
.htu__note p{
	padding-bottom: 8px;
	color: #404347;
}
