.breadcrumb + h1 {
	margin-top: 0;
}

.breadcrumb {
	color: #bfa36e;
	position: relative;
	z-index: 2;
}
.breadcrumb a {
	color: #bfa36e;
	transition: .2s;
	display: block;
}
.breadcrumb span {
	display: block;
}
.breadcrumb a:hover {
	color: #29292a;
}
.breadcrumb__arrow {
	margin: 0 8px;	
}
.mansions .breadcrumb,
.first-scren-slider__wrapper .breadcrumb,
.breadcrumb-center .breadcrumb {
	justify-content: center;
}
.background-black--important .mansions .breadcrumb,
.background-black--important .first-scren-slider__wrapper .breadcrumb,
.breadcrumb-white .breadcrumb {
	color: #fff;
}
.background-black--important .mansions .breadcrumb a,
.background-black--important .first-scren-slider__wrapper .breadcrumb a,
.breadcrumb-white .breadcrumb a {
	color: #fff;
}
.background-black--important .mansions .breadcrumb a:hover,
.background-black--important .first-scren-slider__wrapper .breadcrumb a:hover,
.breadcrumb-white .breadcrumb a:hover {
	color: #bfa36e;
}
.background-black--important .mansions .breadcrumb__arrow path,
.background-black--important .first-scren-slider__wrapper .breadcrumb path,
.breadcrumb-white .breadcrumb path {
	fill: #fff;
}
@media (max-width: 600px) {
	.mansions .breadcrumb,
	.first-scren-slider__wrapper .breadcrumb {
		margin-bottom: 34px;
	}
}