* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
	background: #F7F7F7;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	height: auto !important;
	position: relative;
	z-index: 1;
	padding: 0 0 200px;
}


/* Header
-----------------------------------------------------------------------------*/
.header_all {
	height: 100px;
	background: #fff;
	width: 100%;
	position: relative;
	z-index: 2;
}
.header {
	height: 100px;
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#logo {
	height: 50px;
	width: 300px;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0;
}
#logo img {
	border: 0;
}
#slogan {
	height: 30px;
	width: 300px;
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 0;
	border-top: 1px solid #ccc;
	line-height: 30px; 
	text-align: center;
}
#slogan a {
	color: #777;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#phone {
	height: 50px;
	width: 300px;
	position: absolute;
	z-index: 2;
	top: 40px;
	left: 330px;
	color: #d1262c;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 30px;
	text-decoration: none;
}
#phone_txt {
	height: 20px;
	width: 300px;
	position: absolute;
	z-index: 2;
	top: 68px;
	left: 360px;
	color: #777;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#header-search input{
	height: 30px;
	width: 200px;
	position: absolute;
	z-index: 2;
	top: 40px;
	right: 4px;
	border: 1px solid #ccc;
	line-height: 30px; 
	padding-left: 10px;
	color: #777;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	border-radius: 5px;
}
#geolocation {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 10px;
	color: #777;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
}
#home img {
	height: 20px;
	width: 20px;
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 60px;
	border: 0;
}
#contacts img {
	height: 20px;
	width: 20px;
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 30px;
	border: 0;
}
#network img {
	height: 20px;
	width: 20px;
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 0;
	border: 0;
}
#main {
	position: absolute;
	z-index: 2;
	top: 75px;
	right: 170px;
	text-align: left;
}
#main a {
	color: #777;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
}
#contacts_txt {
	position: absolute;
	z-index: 2;
	top: 75px;
	right: 0;
	text-align: left;
}
#contacts_txt a {
	color: #777;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
}
#zayavka {
	position: absolute;
	z-index: 2;
	top: 75px;
	right: 60px;
	text-align: left;
}
#zayavka a {
	color: #777;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
}
/* Проекты */
#projects_all{
	width: 1000px; /* задаем ширину для div */
	height: 510px;
	margin-top: 6px;
	background-color: #F7F7F7;  /* фоновый цвет div */
	position: relative;
}
#projects .block {
    min-height: 160px;
    background-color: #FFF;
    position: relative;
    clear: left;
}
#zavod .block {
    min-height: 160px;
    background-color: #FFF;
    position: relative;
    clear: left;
}
#zavod{
	width: 495px; /* задаем ширину для div */
	height: 510px;
	top: 0;
	left: 0;
	background-color: #fff;  /* фоновый цвет div */
	border-bottom: 1px solid #ccc; /* рисуем линию снизу div */
	border-top: 3px solid #d1262c;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: absolute;
}
#zavod img{
	position: relative;
	float: left;
	margin-right: 20px;
}
#zavod #name{
	position: relative;
	color: #2D2B2B;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	top: 20px;
	overflow: hidden;
	display: block;
}
#zavod #name a{
	color: #2D2B2B;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}
#zavod #name span{
	position: relative;
	color: #2D2B2B;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
}
#zavod #all_projects {
	position: absolute;
	bottom: 10px;
	left: 280px;
}
#zavod #all_projects a{
	color: #2D2B2B;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}


#projects{
	width: 495px; /* задаем ширину для div */
	height: 510px;
	top: 0;
	right:0;
	background-color: #fff;  /* фоновый цвет div */
	border-bottom: 1px solid #ccc; /* рисуем линию снизу div */
	border-top: 3px solid #d1262c;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: absolute;
}
#projects img{
	position: relative;
	float: left;
	margin-right: 20px;
}
#projects #name{
	position: relative;
	color: #2D2B2B;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	top: 20px;
	overflow: hidden;
	display: block;
}
#projects #name a{
	color: #2D2B2B;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}
#projects #name span{
	position: relative;
	color: #2D2B2B;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
}
#projects #all_projects {
	position: absolute;
	bottom: 10px;
	left: 280px;
}
#projects #all_projects a{
	color: #2D2B2B;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}
/* События */
#events{
	width: 1000px; /* задаем ширину для div */
	height: 250px;
	margin-top: 10px;
	background-color: #F7F7F7;  /* фоновый цвет div */
	position: relative;
}
#news{
	width: 325px; /* задаем ширину для div */
	height: 250px;
	top: 0;
	left: 0;
	background-color: #fff;  /* фоновый цвет div */
	border-top: 3px solid #d1262c;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: absolute;
	overflow: hidden;
}
#news .date{
	font-size: 13px;  /* задаем размер шрифта */
	color: #d1262c;
	margin-top: 2px;
	margin-left: 2px;
}
#news .title{
	font-size: 12px;  /* задаем размер шрифта */
	margin-left: 2px;
}
#news .title a{
	font-size: 12px;  /* задаем размер шрифта */
	color: #2D2B2B;
}
#news .intro{
	font-size: 11px;  /* задаем размер шрифта */
	color: #2D2B2B;
	margin-left: 2px;
}
#news #all_news{
	position: absolute;
	bottom: 10px;
	right: 5px;
}
#news #all_news a{
	color: #2D2B2B;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}
#articles{
	width: 325px; /* задаем ширину для div */
	height: 250px;
	top: 0;
	right: 0;
	background-color: #fff;  /* фоновый цвет div */
	border-bottom: 1px solid #ccc; /* рисуем линию снизу div */
	border-top: 3px solid #d1262c;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: absolute;
	overflow: hidden;
}
#articles .date{
	font-size: 13px;  /* задаем размер шрифта */
	color: #d1262c;
	margin-top: 2px;
	margin-left: 2px;
}
#articles .title{
	font-size: 12px;  /* задаем размер шрифта */
	margin-left: 2px;
}
#articles .title a{
	font-size: 12px;  /* задаем размер шрифта */
	color: #2D2B2B;
}
#articles .intro{
	font-size: 11px;  /* задаем размер шрифта */
	color: #2D2B2B;
	margin-left: 2px;
}
#articles #all_articles{
	position: absolute;
	bottom: 10px;
	right: 5px;
}
#articles #all_articles a{
	color: #2D2B2B;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}
#regions{
	width: 325px; /* задаем ширину для div */
	height: 250px;
	top: 0;
	left: 337px;
	background-color: #fff;  /* фоновый цвет div */
	border-bottom: 1px solid #ccc; /* рисуем линию снизу div */
	border-top: 3px solid #d1262c;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: absolute;
	overflow: hidden;
}
#regions .map img{
	width: 320px; /* задаем ширину для div */
	height: 183px;
	top: 30px;
	left: 0;
	position: absolute;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0;
}
@media (max-width: 768px) {
.wrapper {
	width: 100%;
	margin: 0 auto;
	height: auto !important;
	position: relative;
	z-index: 1;
	padding: 0 0 0;
}
/* Проекты */
#projects_all{
	width: 100%; /* задаем ширину для div */
	height: auto !important;
	position: relative;
	z-index: 2;
	clear: both;
	margin: 0 auto;
}
#zavod{
	width: auto; /* задаем ширину для div */
	height: auto !important;
	border-radius: 0;
	border: 0; /* рисуем линию снизу div */
	position: relative;
	margin: 0;
	text-align: center;
}
#zavod img{
	margin: 0 auto;
	text-align: center;
}

#zavod #name {
	text-align: center;
	float: left;
	top: 0;
	margin: 10px;
}
#zavod #name a{
	color: #2D2B2B;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}
#projects{
	width: auto; /* задаем ширину для div */
	height: auto !important;
	border-radius: 0;
	border: 0; /* рисуем линию снизу div */
	position: relative;
	margin: 0 auto;
	text-align: center;
}
#projects img{
	margin: 0 auto;
	text-align: center;
}
#projects #all_projects {
	display: none;
}
#zavod #all_projects {
	display: none;
}
#projects #name{
	float: left;
	text-align: center;
	top: 0;
	margin: 10px;
}
#projects #name a{
	color: #2D2B2B;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}
#projects .block {
	padding: 0;
	width: 100%;
	margin: 10px auto;
    min-height: auto;
    background-color: #eee;
    position: relative;
    clear: left;
	border: 0;
}
#projects .block img {
	padding: 0;
	width: auto;
	margin: 10px;
    background-color: #eee;
    position: relative;
    clear: left;
	border: 0;
}
#zavod .block {
	width: 100%;
    min-height: auto;
	margin: 10px auto;
    background-color: #eee;
    position: relative;
    clear: left;
	padding: 0;
	border: 0;
}
#zavod .block img {
	padding: 0;
	width: auto;
	margin: 10px;
    background-color: #eee;
    position: relative;
    clear: left;
	border: 0;
}
/* События */
#events{
	width: 100%; /* задаем ширину для div */
	height: auto !important;
	position: relative;
	clear: both;
	margin: 0;
	border: 0;
}
#news{
	display:none;
}
#examples{
	width: 100%; /* задаем ширину для div */
	height: auto;
	top: 0;
	right: 0;
	border: 0;
    box-sizing: 0;
    box-shadow: none;
    border-radius: 0;
	position: relative;
	text-align: center;
}
#examples img{
	margin: 0 auto;
	border-radius: 0;
	border: 0;
}
#examples .title{
	font-size: 12px;  /* задаем размер шрифта */
	margin: 0;
}
#examples .title a{
	font-size: 12px;  /* задаем размер шрифта */
	color: #2D2B2B;
}
#articles{
	display:none;
}

#regions{
	display:none;
}
.podrobnej {
	display:none;
}
.block{
	padding: 10px;
	margin: 10px auto;
	width: 280px;
	float: left;
	position: relative;
	z-index: 1;
	text-align: center;
	border: 1px solid #ddd;
}
#priceh1 {
	top: 20px;
	height: 500px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#priceh1 h1 {
	width: 90%;
	text-align:  center;
	position: relative;
	font-family:GaramondPremrPro-BdSubh;
	font-size:45px;
	color:#fff;
	line-height: 45px;
}
#h1left {width: 100%;
	text-align: center;
}
}