footer {
	position: relative;
	height: 90px;
	width: 100%;
	padding: 0 10px;
	background: #383838;
}

#footer_block {
	position: relative;
	height: 100%;
	max-width: 1250px;
	min-width: 280px;
	margin: 0 auto;
	padding: 0 15px 0;
}

#footer_logo {
	position: absolute;
	left: 20px;
}

#footer_logo1{
	line-height: 68px;
	font-family: 'Alumni sans';
	font-size: 62px;
	font-weight: bold;
	color: white;
}

#footer_logo2{
	line-height: 0;
	font-family: 'Alumni sans';
	font-size: 20px;
	font-weight: bold;
	color: white;
}

#footer_contacts {
	width: 300px;
	margin: 0 auto 0;
	padding: 15px 0 0;
}

#footer_phone {
	width: 161px;
	margin: 0 auto;
	font-family: 'Alumni sans';
	font-size: 26px;
	font-weight: bold;
	color: white;
}

#footer_email {
	width: 125px;
	margin: 0 auto;
	font-family: 'Alumni sans';
	font-size: 26px;
	font-weight: bold;
	color: white;
}

#footer_copyright_block {
	position: absolute;
	top: 32px;
	right: 20px;
}

.footer_copyright {
	display: inline-block;
	font-family: 'Alumni sans';
	font-size: 26px;
	font-weight: bold;
	color: white;
}

/* ОБЛАСТЬ Адаптивная */

@media only screen and (max-width: 750px) {

#footer_logo {
	display: none;
}

#footer_contacts {
	width: 0;
	margin-left: 10px;
}

#footer_copyright_block {
	top: 15px;
	right: 10px;
}

.footer_copyright {
	display: block;
}

}
