section.header_showroom + .container .page_content {
	margin-top: 15px;
}

.header_showroom {
	padding: 50px 0;
	background-size: cover;
	background-position: center;
}

.header_block_showroom {
	color: white;
	background-color: #3E3737;
	background-position: center;
	padding: 27px 25px;
	width: 468px;
	max-width: 100%;
	margin-left: 37px;
}

.header_showroom_title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 14px;
}

.header_showroom_link {
	color: white;
	font-size: 14px;
	line-height: 25px;
	text-decoration: underline;
}

main > .container:nth-child(1) > .page_content {
	display: none;
}

@media (max-width: 767px) {
	.header_block_showroom {
		margin-left: 0;
		max-width: 100%;
		box-sizing: border-box;
	}

	.header_showroom_title {
		font-size: 22px;
		line-height: 1.25;
	}
}
