

/* Start:/local/templates/vento/components/bitrix/breadcrumb/vento/style.css?1692710136967*/

.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px 0;
}

.bx-breadcrumb-item {
	min-height: 22px;
	white-space: nowrap;
}

.bx-breadcrumb-item>.bx-breadcrumb-item-text{
	color: #878787;
}

.bx-breadcrumb-item-angle {
	margin: 0 10px;
	color: #b5bdc2;
	vertical-align: top;
	font-size: 12px;
}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	font-size: 16px;
	padding-right: 20px;
}

.bx-breadcrumb-item-link:after {
	content: '';
	display: inline-flex;
	width: 9px;
	height: 1px;
	background-color: #878787;
	margin: 10px 5px 6px 6px;
    position: absolute;
}

.bx-breadcrumb-item-link:hover { }

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	transition: 250ms linear all;
}
/* End */
/* /local/templates/vento/components/bitrix/breadcrumb/vento/style.css?1692710136967 */
