

/* Start:/local/templates/80bit/components/bitrix/breadcrumb/bread/style.css?1783924211750*/
.bread {
	margin-bottom: 70px;
}
.bread__list {
	display: flex;
	gap: 4px;
	flex-wrap: nowrap;
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.bread__list::-webkit-scrollbar {
	display: none;
}
.bread__box {
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-weight: 500;
	color: var(--color-gray-200);
}
.bread__box svg {
	width: 24px;
	height: 24px;
}
.bread__box svg path {
	stroke: var(--color-black);
}
.bread__box:first-child .bread__link {
	width: 34px;
	height: 34px;
}
.bread__link {
	font-weight: 500;
	color: var(--color-black);
}
.bread__link:hover {
	color: var(--color-gray-300);
}
.bread__link img {
	width: 34px;
	height: 34px;
}

@media (max-width: 767px) {
	.bread {
		margin-bottom: 40px;
	}
}
/* End */
/* /local/templates/80bit/components/bitrix/breadcrumb/bread/style.css?1783924211750 */
