.breadcrumbs {
	margin: 2rem 0 0;
}

.breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Avenir Next Cyr", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	color: #474747;
}

.breadcrumbs__item {
	display: flex;
	align-items: center;
	min-width: 0;
}

.breadcrumbs__item + .breadcrumbs__item::before {
	content: "\203A";
	flex-shrink: 0;
	margin: 0 8px;
	color: #6c757d;
}

.breadcrumbs__link,
.breadcrumbs__current {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 260px;
}

.breadcrumbs__link {
	display: block;
	text-decoration: none;
	color: #474747;
	transition: .4s;
}

.breadcrumbs__link:hover {
	color: #325390;
}

.breadcrumbs__current {
	display: block;
	color: #6c757d;
}
