.b-project-heading--tourism .b-breadcrumbs__item {
	color: #fff;
}

.b-project-heading--tourism .b-project-heading__desc {
	margin: 50px 0;
}

.b-project-heading--tourism .b-project-heading__center {
	height: initial;
}

.b-project-heading.b-project-heading--tourism {
	min-height: 48vw;
	height: initial;
}

.b-project-heading__main-title {
	display: flex;
	align-items: center;
	max-width: 75%;
}

.b-project-heading--tourism .b-project-heading__main-title .b-share {
	margin-bottom: 0;
	z-index: 9;
}

.b-project-heading--tourism .b-project-heading__content:after {
	display: none;
}

.b-project-heading__logo {
	width: 190px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	margin: auto;
	transform: translateY(100%);
}

.b-project-heading__buttons {
	display: flex;
	align-items: center;
	margin-top: auto;
}

.b-project-heading__buttons:after {
	content: '';
	display: block;
	width: 100%;
	margin-right: 50px;
	margin-bottom: -10px;
	margin-left: 50px;
	border-bottom: 1px solid #fff;
}

.b-project-heading__order {
	margin-right: 30px;
	width: 220px;
}

.b-project-heading__order:hover {
	background: transparent;
}

.b-image-intro__btn {
	display: flex;
	color: #fff;
}
@media screen and (max-width: 1400px) {
	.b-project-heading__buttons:after  {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.b-project-heading__logo {
		display: none;
	}

}
