* {
	padding: 0;
	margin: 0;
	border: 0;
}
p {
	font-size: 0.75em;
	padding: 0 0 1em 0;
	color: #555;
	line-height: 1.5em;
	font-family: arial, helvetica, sans-serif;
}
p.wide_text {
	width: 80%;
}
a {
	color: #0184B9;
}
a:visited {
	color: #707070;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: none;
}
h1 {
	font-size: 2em;
	font-family: georgia, sans-serif;
}
h1, h5 {
	font-weight: normal;
}

h3 {
	font-weight: normal;
	padding: 1em 0 0.5em 0;
	color: #FE8900;
	font-size: 1.5em;
	line-height: 1em;
	clear: both;
}
h3 a {
	color: #FE8900;
}
h3.news_header {
	padding: 2em 0 1em 0;
}
h4 {
	font-weight: normal;
	padding: 50px 0 0.5em 0;
	font-size: 1.2em;
	line-height: 1em;
}

/*---------------------------------------------------------------*/
html {
	height: 100%;
}
#header {
	width: 100%;
	position: relative;
	float: left;
	height: 1%;
}
#content {
	width: 100%;
	position: relative;
	float: left;
	height: 1%;
	margin-top: 0px;
}
#wrapper {
	max-width: 1100px;
	min-width: 950px;
	width: 96%;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	height: auto;
	z-index: 1;
}

.second {
	float: right;
	width: 70%;
	position: relative;
	height: 1%;
}

.first {
	float: left;
	width: 26%;
	position: relative;
	height: 1%;
}
#footer {
	background: url("/img/footer.jpg") no-repeat bottom right;
	height: 194px;
	clear: both;
	padding-top: 20px;
}
.question {
	background: #F2F2F2 url("/img/vacancy.jpg") no-repeat top left;
	padding: 10px 10px 10px 100px;
	margin-top: 30px;
	clear: both;
}
	.question a {
		color: #FE8900;
		font-family: georgia, sans-serif;
		font-size: 1.2em;
		padding: 0 0 0.5em 0;
	}
/*----------------------------------------------hcard----------------------------------*/
#header .vcard {
	position: absolute;
	width: 170px;
	top: 40px;
	left: 0;
}

	#header .vcard .org {
		background: url("/img/logo.jpg") no-repeat;
		width: 140px;
		height: 145px;
	}
		#header .vcard .org strong {
			display: none;
		}
	#header .vcard div {
		margin-top: 20px;
		width: 13em;
		}
	#header .vcard .tel {
		display: block;
		width: 140px;
		color: #566A81;
		font-size: 0.9em;
		font-family: Tahoma, Geneva, sans-serif;
		word-spacing: -0.2em;
		background: url("/img/phone.gif") no-repeat left top;
		padding-left: 20px;
		overflow: hidden;
		}
		#header .vcard .tel span {
			font-size: 0.85em;
			color: #888;
			float: left;
			padding-top: 3px;
		}
		#header .vcard .tel strong {
			float: right;
			white-space: nowrap;
		}
	#header .vcard .adr {
		line-height: 1.2em;
		text-align: left;
		font-size: 0.75em;
		color: #666;
		font-weight: normal;
		display: block;
		padding-top: 1em;
		font-family: arial, helvetica, sans-serif;
	}
ul.vcard {
	position: static;
	width: auto;
	margin: 2em 0;
	padding-bottom: 2em !important;
	padding-bottom: 0;
}
ul.vcard .tel {
		display: inline;
		font-size: 0.75em;
		font-family: arial, helvetica, sans-serif;

		background: none;
		padding-left: 0;
		float: left;
		width: 100%;
		}
		ul.vcard .tel span {
			font-size: 1em;
			color: #888;
			float: none;
			padding-top: 0;
		}
		ul.vcard .tel span.value {
			color: #000;
		}
/*------------------------------------menu--------------------------------------------*/

.menu {
	float: right;
	width: 80%;
	position: relative;
	z-index: 1;
}
	.menu li {
		float: left;
		margin: 0 25px 0 0;
		padding: 20px 0 20px 0;
	}
		.menu li a {
			color: #FFA800;
			font-weight: bold;
			font-family: arial, helvetica, sans-serif;
			font-size: 0.75em;
		}
.header_menu {
	margin-bottom: 30px;
	position: relative;
	height: 1%;
	overflow: hidden;
}
	.header_menu li {
		float: left;
		margin: 0 30px 0 0;
		padding: 20px 0 20px 0;
		font-weight: bold;
		font-family: arial, helvetica, sans-serif;
		font-size: 0.75em;
	}
		.header_menu li.active {
			background: url("/img/angle_header.gif") no-repeat 10px top;
			color: #FFA800;
			}
		.header_menu li a {
			color: #566A81;
			font-weight: bold;
			font-family: arial, helvetica, sans-serif;
			font-size: 1em;
		}
/*---------------------------------------sub_menu-------------------------------------*/
#sub_menu {
	margin: -50px 0 50px 0;
	width: 100%;
	overflow: hidden;
}
	#sub_menu li {
		float: left;
		width: 100%;
		margin: 0 0 15px 0;
		color: #B3B3B4;
		font-size: 0.85em;
	}
	#sub_menu li.ipoteka {
		float: left;
		width: auto;
		margin: 0 0 15px 0;		
		font-size: 0.75em;
		cursor: pointer;
		padding: 5px 10px;
		background: #b4d6a9 url("/img/button_bg_2.gif") repeat-x bottom;
		border: 1px #93ca84 solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#sub_menu li.ipoteka a {
		color: #FC4200;	
		font-family: arial, helvetica, sans-serif;
		text-decoration: none;
	}
	#sub_menu li.ipoteka a:hover {	
		color: #000;	
	}
	#sub_menu li ul {
		margin: 19px 0 10px 0;
		padding: 10px;
		float: left;
		background: #FAF7E9;
		border: 1px #E6E6E6 solid;
		width: 220px;
		position: relative;
		}
		#sub_menu li ul li {
			float: left;
			width: auto;
			color: #FC4200;
			margin: 0 10px 0 0;
			font-size: 1em;
			}
			#sub_menu li ul li.angle {
				background: url("/img/angle.gif") no-repeat;
				width: 34px;
				height: 19px;
				position: absolute;
				left: 10px;
				top: -17px;
				}
			#sub_menu li ul li a {
				color: #FC4200;
				font-family: arial, helvetica, sans-serif;
				font-size: 0.9em;
				}
	#sub_menu li a {
		color: #566A81;
	}

/*------------------------------------------copyright-----------------------------------*/
.copyright {
	list-style: none;
	width:100%;
	height: 1.5em;
}
	.copyright li {
		float: left;
		margin: 80px 10px 0 0;
		color: #406484;
		font-size: 0.75em;
	}
		.copyright li a {
			color: #406484;
			font-size: 1em;
			text-decoration: underline;
		}
		.copyright li a:hover {
			text-decoration: none;
		}
.social {
	list-style: none;
	width:100%;
	float:left;
}
	.social li {
		float: left;
		margin: 10px 5px 0 0;
	}
/*----------------------------------anounce-------------------------------------*/
.anounce {
	overflow: hidden;
	margin-top: 20px;
	width: 80%;
	clear: both;
}
.first .anounce {
	width: 100%;
}
div.anounce {
	margin-top: 0;
}
	.anounce div {
		display: table;
		position: relative;
		height: 1%;
		padding-right: 20px;
	}
	.anounce img {
		float: left;
	}
	li.anounce p {
		color: #000;
		font-size: 0.75em;
		padding: 0 0 40px 30px;
	}
		.anounce p.phone {
			padding: 0 0 0 80px;

		}
		.anounce p.phone strong{
			color: #777;
			font-size: 1em;
			padding: 0 0 0 40px;
			font-weight: bold;
			font-family: Tahoma, Geneva, sans-serif;
		}
		.anounce p.phone span {
			color: #7F94AB;
			font-size: 0.8em;

		}
	.anounce h2 {
		font-weight: normal;
		padding: 0 0 1em 30px;
		color: #F00;
		font-size: 1.2em;
		line-height: 1em;
		font-family: georgia, serif;
	}
	li.anounce h3 {
		font-weight: normal;
		padding: 0 0 1em 30px;
		color: #000;
		font-size: 1.5em;
		line-height: 1em;
	}
	li.anounce h3 a {
		color: #FE8900;
	}
ul.super_news {
	padding-left: 0;
}
.date span {
	font-style: italic;
	color: #777;
}

/*-----------------------------------------------inner--------------------------------------*/

#inner .vcard .org {
	background: url("/img/logo_small.jpg") no-repeat;
	width: 100px;
	height: 104px;
}
#inner .vcard .org a {
	display: block;
	width: 100px;
	height: 104px;
}
#inner #content {
	margin-top: -150px;
}
#inner h1 {
	margin-top: 0;
	padding: 0 0 0.2em 1em;
	width: 360px;
	background: #F3F2F2;
}
#inner h1 span.in_h {
	font-size: 0.5em;
}
#inner #sub_menu {
	margin-top: 30px !important;
	margin-top: 0;
}
#inner .text {
	padding: 30px 0 1em 0;
	line-height: 1.5em;
	position: relative;
	width: 80%;
}
#inner ul.text {
	font-size: 0.75em;
	font-family: arial, helvetica, sans-serif;
	padding-top: 60px;
}
#inner ul.text li {
	padding-bottom: 1.5em;
}
/*----------------------------table--------------------------------------*/

table#main_table_comm {
	border: 2px #ccc solid;
	border-bottom: 10px #ccc solid;
	width: 100%;
	text-align: left;
	border-spacing: 0;
	margin: 20px 0 50px 0;
	font-size: 0.75em;
	font-family: arial, helvetica, sans-serif;
	}
#main_table_comm caption {
	padding: 0.5em 0 0.5em 0.5em;
	color: #3B5989;
	text-align: left;
	}
	#main_table_comm a {
		color: #0184B9;
		}
	#main_table_comm thead th {
		padding: 0.5em 0 0.5em 0.5em;
	}
	#main_table_comm thead td, thead th {
		background: #EEE;
		color: #000;
		font-weight: normal;
	}
#main_table_comm tbody th {
	font-weight: normal;
	padding: 0.5em;
	border: 0;
	font-family: arial, helvetica, sans-serif;
}
#main_table_comm tbody td {
	padding: 0.5em;
}
#main_table_comm td, th {
	border: 0;
}
#main_table_comm .bg {
	background: #F5F5F5;
}
/*----------------------------------------------------hot----------------------------------------------------*/
.hot {
	margin: 0;
	float: left;
	width: 100%;
	padding-top: 0;
	
}
.hot img {
	float: left;
	width: 100px;
	height: 75px;
	border: 1px #B3B3B4 solid;
}
.hot li {
	overflow: hidden;
	margin: 0 10px 20px 0;
	min-height: 17em;
	width: 23.5%;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #888;
	position: relative;
	padding-top: 10px;
}
.hot li a {
	display: block;
	color: #81A6D0;
	overflow: hidden;
}
.hot li a.item {
	display: block;
	color: #7F8080;
}
.hot li a.for_picture {
	background: url("/img/shad.jpg") no-repeat left bottom;
	padding-bottom: 14px;
	position: relative;
	height: 1%;
	display: block;
}
.hot li a:hover {
	text-decoration: none;
}
.hot p {
	width: 100%;
	float: left;
	font-size: 0.75em;
	color: #7F8080;
}
.hot span {
	color: #81A6D0;
}
.hot p a strong {
	font-family: Times, serif;
	font-size: 1.5em;
	color: #3F484E;
}

.hot b.price_rub {
	text-decoration: line-through;
	font-size: 1em;
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
		}
/*----------------------------------pages-------------------------------*/
#pages {
	width:100%;
	height:5.5em;
	top:5px;
	display:block;
	position:relative;
	
	float: left;
}
#pages ul {
	float:left !important;
	width:100%;
	position:relative;
}
#pages li {
	float:left !important;
	padding:2px 4px 2px 4px
}
#pages li.off {
	border:1px #e0e0e0 solid
}

/*----------------------------------news_photo-------------------------------*/
#news_photo {
	width:100%;
	height:5.5em;
	top:5px;
	display:block;
	position:relative
}
#news_photo ul {
	float:left !important;
	width:100%;
	position:relative;
}
#news_photo li {
	float:left !important;
	padding:2px 4px 2px 4px
}
#news_photo li.off {
	border:1px #e0e0e0 solid
}

/*---------------------------------- photo -------------------------------*/
.popup-frame {
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	height:100%;
}
.popup-closed {
	position:absolute;
	width:0;
	height:0;
}
.popup-shadow {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.5;
}
.popup-loader {
	position:absolute;
	top:50% !important;
	top:330px;
	left:50%;
	overflow:hidden;
	margin:-40px 0 0 -40px;
	width:80px;
	height:80px;
	background:#000 url(/img/spinner.gif) 25px 25px no-repeat;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	opacity:.5;
}
.popup-loader IMG {
	display:block;
	height:550px;
	width:auto;
	opacity:0;
	border:2px #FFF solid;
	padding: 0;
}
.popup-loaded {
	background-image:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.popup-canvas {
	overflow:visible;
	opacity:1;
}
.popup-canvas SPAN {
	position:absolute;
	top:10px;
	right:10px;
	width:32px;
	height:32px;
	background:url(/img/close.gif) no-repeat;
	cursor:pointer;
}

#currency {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 222;
/*	display: inline;*/
}
	#currency li {
		font-size: 0.85em;
		float: right;
		margin-left: 0.75em;
		width:100%;
		text-align:right;
	}
	#currency li .green {
		color: #11B301;
	}
	#currency li .red {
		color: #F00;
	}


#footer ul.rgr {float:left;}
#footer ul.rgr li a {border: 1px #E5E5E5 solid;display: block;}

#footer ul li a {color:#696969;font-size:1em;}

#footer ul.rgr {
	width:100%;
	height:1%;
	margin-top:1em;
}
#footer ul.rgr li {
	float: left;
	margin: 0 0.5em 0 0;
}
a.rgr {background:url("/img/rgr.gif") no-repeat;height:32px;width:104px;}
a.dgr {background:url("/img/dgr.gif") no-repeat;height:32px;width:119px;}
a.ngr {background:url("/img/ngr.gif") no-repeat;height:32px;width:108px;}

.oface{
	width:185px;
	height:355px;
	border:none;
	overflow:hidden;
	display:block;
	margin:1em 0;
}

/*----------------------------register----------------------------------*/
#for_register {
	float: left;
	padding: 0 0 40px 0;
}
#for_register P {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	font-size: 0.85em;
	color: #66b262;
}
ul.register {
	padding: 0 0 10px 0;
	float: left;
}
ul.register li {
	float: left;
	padding: 10px 0 10px 35px;
	width: 90%;
	font-size: 0.85em;
	font-family: arial, helvetica, sans-serif;
	background: url("/img/checked.gif") no-repeat left center;
}
ul.register_2 {
	padding: 30px 0 10px 0;
	float: left;	
}
ul.register_2 li {
	float: left;
	padding: 0 0 0 25px;
	width: 90%;
	margin: 0 0 1em 0;
	font-size: 0.85em;
	font-family: arial, helvetica, sans-serif;
	background: url("/img/checked_small.gif") no-repeat left 5px;
}
a.simple_button {
	float: left;
	width: auto;
	cursor: pointer;
	padding: 5px 20px;
	background: #b4d6a9 url("/img/button_bg_2.gif") repeat-x bottom;
	color: #000;
	margin-top: 15px;
	border: 1px #93ca84 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0.85em;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}
a.simple_button:hover {	
	background: #b4d6a9 url("/img/button_bg_2.gif") repeat-x top;	
	}
#for_register ul.for_vcard {
	float: left;
	width: 100%;
}	
#for_register li.vcard {
	position: static;
	font-family: arial, helvetica, sans-serif;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 0.85em;
}	
#for_register li.vcard .org {						
		background: none;				
		width: auto;
		height: auto;
		display: none;
	}
#for_register li.vcard .position {						
		font-size: 0.85em;
		color: #707070;		
	}	
#for_register li.vcard .tel {		
		color: #707070;
		font-size: 1.5em;										
		background: url("../img/phone.gif") no-repeat left center;
		padding: 0 0 0 20px;				
		}
#for_register li.vcard .tel span {			
		font-size: 0.65em;
		color: #707070;
		}


.ok40, .vk40, .fb40, .tw40, .insta40{
	width:40px;
	min-height:40px !important;
	height:40px;
	background:url("/img/s40.png") no-repeat left top;
	margin:0;
	display:block;
	float:left;
}

.fb40{background-position:0px 0px} /* FaceBook */
.tw40{background-position:-40px 0px} /* Twitter */
.ok40{background-position:-80px 0px} /* Odnoklassniki */
.vk40{background-position:-120px 0px} /* VK */
.insta40{background-position:-160px 0px} /* Insta */
