.page-inner-container{
	max-width: 1076px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.site-main article h2{
	font-size: 32px;
	margin-top: 64px;
	margin-bottom: 48px;
	color: #000;
}
.site-main article p{
	font-size: 15px;
}
.banner-contact{
	height: 386px;
	background-size: cover;
	position: relative;
	display: flex; align-items: center;
	justify-content: center;
	position: relative;
}
.banner-contact h1{
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;

}
.banner-contact:before{
	content: "";
	top: 0;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 1;
}
.title-page{
	text-align: center;
	color: #fff;
	font-size: 38px;
	margin-top: 0;
	margin-bottom: 0;
}
.site-footer{
	margin-top: 124px;	
}
.banner-contact{
	margin-bottom: 56px;
}
.page > .entry-content  > p:first-child{
	margin-top: 0;
}
.page > .entry-content{
	margin-top: 0;
}
@media(max-width: 720px){
	.banner-contact{
		height: 238px;
	}
	.title-page{
	
	font-size: 26px;
}
	.site-main article h2{
		font-size: 26px;
		margin-bottom: 20px;
		margin-top: 35px;
	}
	.site-main article p{
	font-size: 15px;
	
}
}

@media(max-width: 768px){
	.container{
		padding-left: 16px;
		padding-right: 16px;
	}
	.block-text .container{
		padding-left: 0;
		padding-right: 0;
		overflow: hidden;
	}
}

@media (min-width: 768px) and (max-width: 1240px){
	.header-mobile{
		padding: 0 20px;
	}
}
@media(max-width: 1240px){
	.container{
		max-width: 100%;
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media(min-width: 1240px){
	.container{
		max-width: 1240px;
	}
	
}