.main-theme .breadcrumbs {
	position: relative;
	background: inherit;
}

.main-theme .breadcrumbs:after {
	content: "";
    position: absolute;
    bottom: 0;
	right: calc((100% - 100vw) / 2 + 9px);
    width: calc((100vw - 100%) / 2 - 9px);
    height: 100%;
    height: 100%;
    background: inherit;
}

/*.main-theme .breadcrumbs:after {
	content: "";
    position: absolute;
    bottom: 0;
	right: calc((1200px - 100vw) / 2 + 9px);
    width: calc((100vw - 1200px) / 2 - 9px);
    height: 100%;
    height: 100%;
    background: inherit;
}

@media screen and (max-width:1280px) {
	.main-theme .breadcrumbs:after {
		right: -2.6%;
		width: 2.6%;
    }
}*/

@media screen and (max-width:1019px) {
	.main-theme .breadcrumbs:after {
		right: calc((950px - 100vw) / 2 + 9px);
		width: calc((100vw - 950px) / 2 - 9px);
    }
}

.main-theme .breadcrumbs:before {
    content: "";
	display: block;
    position: absolute;
    bottom: 0;
    left: calc(100% - 1200px - (100vw - 1200px + 100%) / 2);
    width: calc(1200px - 100% + (100vw - 1200px + 100%) / 2);
    height: 100%;
    background: inherit;
}

.main-theme .breadcrumbs > *[comment="Цепочка навигации"] > *[comment="Список"] {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}

.main-theme .breadcrumbs > *[comment="Цепочка навигации"] .SelectionField {
	display: inline-block;
	cursor: pointer;
	margin: 0 5px 0.5em 0;
}

.main-theme .breadcrumbs > *[comment="Цепочка навигации"] .SelectionField.sample {
	display: none;
}

.main-theme .breadcrumbs > *[comment="Цепочка навигации"] .SelectionField > a {
	text-decoration: none;
	color: inherit;
}

.main-theme .breadcrumbs > *[comment="Цепочка навигации"] .SelectionField:nth-child(2) {
	padding-top: 1em;
}

.main-theme .breadcrumbs > *[comment="Цепочка навигации"] .SelectionField:last-child {
	padding-bottom: 0.5em;
}

.main-theme .breadcrumbs > *[comment="Цепочка навигации"] .SelectionField:not(:last-child) {
	opacity: 0.5;
}

.main-theme .breadcrumbs > *[comment="Цепочка навигации"] .SelectionField:not(:last-child) > a:after {
	padding-left: 5px;
	content: "\2192";
}