.b-breadcrumbs__wrapper {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0;
}
.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;
}

.refunds {
	background: #F7F8FA;
	color: #222429;
	padding: 16px 0 80px;
}
.refunds__wrapper {
	width: 1000px;
	margin: auto;
}
.refunds__title {
	margin: 48px auto;
	font: 800 44px/56px Inter, sans-serif;
	letter-spacing: -0.01em;
	text-align: center;
}
.refunds__item {
	margin: 0 0 20px;
	padding: 40px 32px 32px 32px;
	background: #FFFFFF 32px 32px / 48px 48px no-repeat;
	border-radius: 8px;
}
.refunds__item h3 {
	font: 800 24px/32px Inter, sans-serif;
	letter-spacing: 0;
	text-align: left;
}
.refunds__text {
	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;
	text-align: justify;
}
.refunds__text p {
	position: relative;
	padding: 0 0 16px 0;
}
.refunds__text p:last-child {
	padding-bottom: 0;
}
