*{
	margin:0;
	padding:0;
}

header,footer,
article,section,,nav,
figure{
	display:block;
}

body{
	min-width: 733px;
	font-size:0.92em;
	color:#222222;
	background-color:#f5f5f5;
	font-family: Verdana, Tahoma;
}

#logo_header {
	position: relative;
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	border-top: 6px solid #F89432;
}

div.telephone {
	position: absolute;
	width: 250px;
	height: 95px;
	top: 0;
	right: 10%;
}

div.telephone div {
	margin-top: 18px;
	font-size: 18px;
	background:  url(images/retro-telephone-icons.png) 0 2px  no-repeat;
	padding-left: 22px;
	color: #666666;
}

p.telefon_wife {
	margin: 15px;
	margin-left: 5%;
	border-left: 6px solid #F89432;
	text-indent: 0;
	padding: 15px;
	background: #FEF1E7;
	color: #C00;
	font-size: 17px;

}

p.telefon_wife span {
	font-size: 19px;
	background:  url(images/retro-telephone-icons.png) 0 2px  no-repeat;
	padding-left: 22px;
	color: #666666;

}

#search {
	position: absolute;
	width: 28%;
	min-width: 220px;
	max-width: 500px;
	height: 95px;
	top: 0;
	left:37%;
}

#logo_header a.logo {
	display: block;
	width: 421px;
	height: 89px;
	position: absolute;
	left: 0;
	top: 6px;
	background-image: url(images/logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#sliderAndMenu {
	background: #F89432;
}

#menu {
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#menu ul {
	display: inline-block;
}

#menu ul li {
	list-style: none;
	text-align: center;
	display: inline-block;
}

#menu ul li a {
	color: #FEF2E7;
	font-size: 1em;
	text-decoration: none;
	display: inline-block;
	height: 40px;
	padding-left: 9px;
	padding-right: 9px;
	vertical-align: middle;
	line-height: 40px;
	border-radius: 2px;
	text-shadow: none;
	border-top: 3px solid #F89432;
	border-bottom: 3px solid #F89432;
}

#menu ul li a:hover {
	color: #FFFFFF;
	background: #F88C21;
	border-radius: 2px;
	border-top: 3px solid #EB7907;
	border-bottom: 3px solid #EB7907;
}

#sliderBox {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 400px;
	background: #FFF;
	margin-bottom: -30px;
}

div.slide {
	width: 1200px;
	height: 400px;
	position: relative;
}

div.slide-1 {
	background: url(images/slide/slad-1.jpg) 50% 50%;
}

div.slide-2 {
	background: url(images/slide/slad-2.jpg) 50% 50%;
}

div.slide-3 {
	background: url(images/slide/slad-3.jpg) 50% 50%;
}

div.slide-4 {
	background: url(images/slide/slad-4.jpg) 50% 50%;
}

div.slide-5 {
	background: url(images/slide/slad-5.jpg) 50% 50%;
}

div.slideContent {
	width: 37%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 15px;
	background:#000;
	background:rgba(0,0,0,.3);
}

div.slideContent div {
	max-height: 250px;
	overflow: hidden;
	opacity: .8;
}

div.slideContent h4 {
	color: #FFFFFF;
	font-size: 19px;
	text-align: center;
	margin-bottom: 5px;
	border-bottom: 1px solid #a5a5a5;
	text-shadow: 1px 1px 1px #000;
}

div.slideContent p {
	color: #FFFFFF;
	font-size: 15px;
	text-align: left;
	line-height: 25px;
	text-shadow: 1px 1px 1px #000;
}

div.slideLink {
	text-align: right;
	margin-top: 6px;
}

div.slideLink a {
	color: #f5f5f5;
	font-size: 12px;
	text-decoration: underline;
}

div.slideLink a:hover {
	color: #FFFFB3;
	text-decoration: none;
}


div.slider-button-prev, div.slider-button-next {
	position: absolute;
	width:41px;
	height:58px;
	top: 40%;
	cursor:pointer;
	background-image: url(images/sliderArrow.png);
}

div.slider-button-prev {
	left: -55px;
	background-position: 0 0;
}

div.slider-button-next {
	right: -55px;
	background-position: -41px 0;
}

.pagination {
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 20;
	list-style:none;
	height:23px;
	display:none;
}

.pagination li {
	float:left;
	cursor:pointer;
	height:12px;
	width:12px;
	background:#d5d5d5;
	border-radius:6px;
	margin-right:5px;
}

.pagination li:hover {
	background:#666666;
	-webkit-transition:background .4s;
	-moz-transition:background .4s;
	transition:background .4s
	color:#000;
}

li.current {
	background:#a5a5a5;
}

/* TinyFader */

#slideshow {
	float: left;
	width: 1200px;
	height: 400px;
}

#slides {
	position: relative;
	width: 1200px;
	height: 400px;
	list-style: none;
	overflow: hidden;
}

#slides li {
	width: 1200px;
	height: 400px;
	list-style: none;
}

.fader-slide {
	opacity:0;
	position:absolute
}
.fader-fade {
	opacity:1;
	-webkit-transition:opacity .8s;
	-moz-transition:opacity .8s;
	transition:opacity .8s
}



#greyBlock {
	height: 250px;
	background: #d5d5d5;
}

#altMenu {
	margin: 0 auto;
	text-align: center;
}

#altMenu ul {
	display: inline-block;
	list-style: none;
	text-align: center;
	margin-top: 15px;

}

#altMenu ul li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	padding: 2px;
	border-radius: 50%;
	border: 3px solid #a5a5a5;
	-webkit-transition:border 1.6s;
	-moz-transition:border 1.6s;
	transition:border 1.6s;
}

#altMenu ul li:hover {
	border: 3px solid #F89432;
	-webkit-transition:border .2s;
	-moz-transition:border .2s;
	transition:border .2s;
}

#altMenu ul li a {
	width: 75px;
	height: 75px;
	display: block;
	position: relative;
	text-decoration: none;
	border-radius: 50%;
	border: 3px solid #FFFFFF;
	background: #FFFFFF;
	color: #888888;
	font-size: 13px;
	font-family: Tahoma, Verdana;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-image: url(images/iconVertikal.png);
}

#altMenu ul li a.fon-1 {
	background-position: 0 -75px;
}

#altMenu ul li a.fon-1:hover {
	background-position: 0 0;
}

#altMenu ul li a.fon-2 {
	background-position: -150px -74px;
}

#altMenu ul li a.fon-2:hover {
	background-position: -150px 0;
}

#altMenu ul li a.fon-3 {
	background-position: -225px -74px;
}

#altMenu ul li a.fon-3:hover {
	background-position: -225px 0;
}

#altMenu ul li a.fon-4 {
	background-position: -300px -74px;
}

#altMenu ul li a.fon-4:hover {
	background-position: -300px 0;
}

#altMenu ul li a.fon-5 {
	background-position: -375px -74px;
}

#altMenu ul li a.fon-5:hover {
	background-position: -375px 0;
}

#altMenu ul li a.fon-6 {
	background-position: -450px -74px;
}

#altMenu ul li a.fon-6:hover {
	background-position: -450px 0;
}

#altMenu ul li a.fon-7 {
	background-position: -525px -74px;
}

#altMenu ul li a.fon-7:hover {
	background-position: -525px 0;
}

#altMenu ul li a.fon-8 {
	background-position: -825px -75px;
}

#altMenu ul li a.fon-8:hover {
	background-position: -825px 0;
}

#altMenu ul li a.fon-9 {
	background-position: -675px -74px;
}

#altMenu ul li a.fon-9:hover {
	background-position: -675px 0;
}

#altMenu ul li a:hover {
	color: #555555;
}

#altMenu ul li a span {
	box-sizing: border-box;
	display: block;
	position: absolute;
	height: 130px;
	left: -15px;
	right: -15px;
	bottom: -50px;
	padding-top: 95px;
	vertical-align: middle;
}

#box_page{
	width:100%;
	margin:0 auto;
}

#boxArticles {
	box-sizing: border-box;
    position: relative;
    z-index: 10;
    width: 96%;
    max-width: 1500px;
    min-height: 600px;
    margin: 0 auto;
    margin-top: -90px;
    margin-bottom: -90px;
    background: #FFFFFF;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

#articles {
    padding-left: 10px;
    padding-right: 10px;
}

div.sidebar_true {
    padding-right: 320px;
}

#aside {
	position: absolute;
	width: 320px;
	top: 25px;
	right: 10px;
	bottom: 25px;
	border-left: 1px dotted #e5e5e5;
	padding-left: 10px;
	overflow: hidden;
}

p.counter {
	font-size: 0.7em;
	color:#dddddd;
	margin-bottom:18px;
	padding:2px;
	text-align:right;
}

/* Hyperlink Styles: */

a, a:visited {
	color: #1053C2;
	text-decoration:none;
	outline:none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a img {
	border:none;
}

a.nashirabotu_navigator {
	padding-left:10px;
	padding-right:10px;
	font-size: .9em;
	font-weight:bold;
}

a.nashirabotu_navigator:link {
	color:#990000;
	text-decoration:none;
}

a.nashirabotu_navigator:visited {
	color:#333333;
	text-decoration:none;
}

a.nashirabotu_navigator:hover {
	color:#006699;
	text-decoration:underline;
}

a.nashirabotu_navigator span {
	color:#FF6600;
}


/* Headings: */

h1, h2, h3, h4, h5, h6 {
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:0.02em;
	text-transform:uppercase;
	font-family: Tahoma, Verdana;
	border-bottom:1px dotted #d5d5d5;
	margin: 15px 0 15px 0;
	padding-bottom: 5px;
}

h2, h3, h4, h5, h6 {
	font-size:1.1em;
}

p {
	line-height:1.5em;
	padding-bottom:1em;
}


/* The clearfix hack to clear the floats: */

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#page{
	margin:0 auto;
	position:relative;
}

article {
	padding:25px;
	padding-top: 35px;
}

figure {
	float:left;
	margin-right:15px;
}

/* Footer styling: */

footer {
    position: relative;
    z-index: 8;
    height: 250px;
    padding-top: 100px;
    background: #515151;
    padding-bottom: 35px;
}

footer p {
	color: #e5e5e5;
	font-size: 0.9em;
}

div.copyright {
	padding:20px;
	text-align: center;
}

p.copyright {
	position: absolute;
	left: 30px;
	bottom: 20px;
	color: #A0A0A0;
}

p.copyright a {
	color: #A0A0A0;
	cursor: default;
	text-decoration: none;
}

#footerMenu {
	height: 30px;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	border-top: 1px dashed #808080;
	text-align: center;
}

#footerMenu ul {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

#footerMenu ul li {
	display: inline-block;
	margin: 0 5px;
	text-align: center;
	list-style: none;
	font-size: 0.9em;
	line-height: 30px;
}

#footerMenu a, a.email {
	color: #C0C0C0;
}

#footerMenu a:hover, a.email:hover {
	color: #FFBFDF;
}

#scrollup {
	position: fixed;
	width: 52px;
	height: 42px;
	right: 10px; bottom: 40px;
	display: none;
	opacity: 0.8;
	background-image: url(images/button_by_top.png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 10;
}

div.boxCounter {
	position: absolute;
	width: 350px;
	height: 41px;
	left: -350px;
	bottom: 80px;
	padding-right: 50px;
	background-image: url(images/arrowCounter.png);
	background-repeat: no-repeat;
	background-position: center right;
	-webkit-transition:left 1.8s;
	-moz-transition:left 1.8s;
	transition:left 1.8s;
}

div.boxCounter:hover {
	left: -93px;
	background-image: none;
	-webkit-transition:left .3s;
	-moz-transition:left .3s;
	transition:left .3s;
}

div.boxCounter ul li {
	display: inline-block;
	padding: 5px;
	list-style: none;
}

ul.sharik_grey {
	color:#3b3b3b;
	line-height:2em;
	list-style:none;
	padding-left:0;
}

ul.sharik_grey li::before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image:url(images/marker.png);
	background-position: 0 0.5em;
	background-repeat:no-repeat;
	padding-left: 5px;
}

span.spisok {
	color:#CC3300;
}

span.opisanie {
	color:#777777;
	font-size:.9em;
	font-family :Verdana;
	margin-top:.3em;
	display:block;
	line-height:1.2em;
}

div.content_sidebar {
	color: #999999;
	font-size: 0.8em;
	text-align: center;
}

div.content_sidebar p {
	text-align: left;
}

img.foto_nashirabotu_mini {
	margin-top:62px;
}

div.center {
	text-align: center;
}

table.nashirabotu_navigator {
	border:0;
	margin:30px auto;
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
}

p.telefon {
	margin-left:40px;
	margin-top:25px;
	margin-bottom:30px;
	padding:10px;
	border-left:2px solid #FF9900;
	color:#777777;
	background-color:#FFFFCC;
}

p.telefon span {
	color:#003366;
}

span.right_img_center {
	text-align:center;
	display:block;
}

div.zagolovki_h2-6_anons h2,
div.zagolovki_h2-6_anons h3,
div.zagolovki_h2-6_anons h4,
div.zagolovki_h2-6_anons h5,
div.zagolovki_h2-6_anons h6 {
	font-size: 0.9em;
	color:#666666;
}

p.reed_dalee {
	text-align: right;
	margin-right: 50px;
}

p.price {
	text-align: right;
	padding-right: 10%;
}

p.price a {
	max-width: 250px;
	padding: 10px;
	border-radius: 3px;
	background: #00B300;
	border: 1px solid green;
	color: #FFF;
	text-decoration: none;
	transition: all .5s;
}

p.price a:hover {
	background: #00D700;
	transition: all .3s;
}

img.foto_index, img.foto_stroitelstvo, img.foto_stroitelstvo_left {
	float:left;
	margin-top:25px;
	margin-right:25px;
	margin-bottom:20px;
}

img.foto_nashirabotu {
	margin-left:5px;
	margin-right:5px;
	margin-top:28px;
}

table.in_articles {
	min-width: 650px;
	max-width: 850px;
	border: 1px solid #d5d5d5;
	background: #FFFFFF;
	margin: 15px auto;
	font-size: 1em;
}

table.in_articles td {
	padding: 10px;
	border-top: 1px dotted #d5d5d5;
	border-left: 1px dotted #d5d5d5;
}

table.in_articles tr:first-child td strong {
	font-size: 0.9em;
}


ul.arenda {
	list-style:none;
	margin-left:10%;
}

ul.arenda li {
	padding-left:30px;
	font-weight:bold;
	color:#666666;
	background-image:url(images/sharik.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:25px;
}

ul.arenda li span {
	color:#cd5222;
	font-size:1.2em;
	padding-bottom:8px;
	font-weight:500;
	padding-left:8px;
}

ul.v-texte {
	margin: 10px;
	margin-left: 4%;
}

ul.v-texte li {
	line-height:25px;
}

@media screen and (max-width: 1328px) {
#sliderBox {
	width: 1000px;
	height: 300px;
	margin-bottom: -30px;
}

div.slide {
	width: 1000px;
	height: 300px;
}

div.slideContent div {
	max-height: 300px;
}
/*
#greyBlock {
	height: 236px;
}

#altMenu {
	text-align: center;
}

#altMenu ul {
	display: inline-block;
	list-style: none;
	text-align: center;
	margin-top: 10px;
}
*/
#slideshow {
	width: 1000px;
	height: 300px;
}

#slides {
	width: 1000px;
	height: 300px;
}

#slides li {
	width: 1000px;
	height: 300px;
}

}

@media screen and (max-width: 1183px) {


div.telephone {
	width: 190px;
	right: 0;
}

#search {
	width: 18%;
	min-width: 150px;
	left:45%;
}

#logo_header a.logo {
	left: -45px;
}

#sliderBox {
	width: 800px;
	height: 250px;
	margin-bottom: -30px;
}

div.slide {
	width: 800px;
	height: 250px;
}

div.slideContent div {
	max-height: 190px;
}

#greyBlock {
	height: 236px;
}

#altMenu {
	text-align: center;
}

#altMenu ul {
	display: inline-block;
	list-style: none;
	text-align: center;
	margin-top: 10px;
}

#slideshow {
	width:800px;
	height:250px;
}

#slides {
	width:800px;
	height:250px;
}

#slides li {
	width:800px;
	height:250px;
}

img.foto_stroitelstvo, img.foto_stroitelstvo_left, figure {
	float: none;
	margin-top:25px;
	margin-bottom: 25px;
	margin-left: 13%;
	margin-right: 13%;
}

    }

@media screen and (max-width: 1057px) {

#logo_header a.logo {
	left: -60px;
}

#search {
	width: 18%;
	min-width: 170px;
	left:50%;
}

#sliderBox {
	display: none;
}

#greyBlock {
	height: 161px;
}

#altMenu ul li {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	padding: 2px;
	border-radius: 0;
	border: none;
}

#altMenu ul li:hover {
	border: none;

}

#altMenu ul li a {
	display: inline;
	text-decoration: none;
	border-radius: 0;
	border: none;
	background: transparent;
	font-size: 13px;
	font-family: Tahoma, Verdana;
	text-transform: uppercase;
}

#altMenu ul li a span {
	display: inline;
	position: relative;
	height: auto;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 0;
	vertical-align: middle;
}

#boxArticles {
    width: 99%;
}

div.sidebar_true {
    padding-right: 10px;
}

#aside {
	position: static;
	width: 98%;
	margin: 0 auto;
	border-top: 3px solid #e5e5e5;
	border-left: none;
	padding-left: 10px;
	padding-bottom: 20px;
	overflow: hidden;
}


}