#header .subdomen_page {
	position: absolute;
	top: 68px;
	left: 123px;
	color:#3c3c3c;
}

body {
	margin: 0 auto;
	max-width: none;
	background: #e9e9e9 url(/images/body_background.jpg) top center no-repeat fixed;
}
@media (max-width: 992px){
	#header .subdomen_page {
		left: 86px;
		top: 73px;
	}
}
@media (max-width: 767px){
	#header .subdomen_page {
		left: 72px;
		font-size: 20px;
	}
}
@media (max-width: 480px){
	#header .subdomen_page {
		left: 68px;
		font-size: 15px;
	}
}