.page_content {
	margin-top: 0;
}

main > .container:first-child .page_content {
	margin-bottom: 0;
}

.header_about_us {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding-top: 150px;
	padding-bottom: 150px;
	background-size: cover;
}

.header_block_about_us {
	margin-left: 105px;
	width: 468px;
	background-color: #3E3737;
	padding-bottom: 45px;
	padding: 35px 30px;
}

.header_about_us_title {
	color: white;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 22px;
}

.header_text_about_us {
	color: white;
	font-size: 14px;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.header_block_about_us {
		padding-left: 20px;
	}

	.header_block_about_us img {
		max-width: 100%;
	}

	.header_block_about_us {
		margin-left: 0;
	}

	.header_block_about_us {
		text-align: left;
	}

	.header_block_about_us {
		max-width: 100%;
		box-sizing: border-box;
	}

	.header_about_us {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.about_us_text_block_1 {
		padding-left: 0 !important;
	}

	.about_us_text {
		width: 100% !important;
	}
}
