/*
Author: Fox Design
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
.none, .hidden {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right {
	float: right;
	}

.alignleft, .left {
	float: left;
	}

.center {
	text-align: center;
	}

.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, img.right {
	margin: 0 0 4px 10px;
	display: inline;
	}

img.alignleft, img.left {
	margin: 0 10px 4px 0;
	display: inline;
	}

a img {
	border: none;
	}

img {
/*max-width: 100%;*/
	}

/* END NULL */



/* BASE */

body {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	background: #e6e6e6;
	text-align: center;
	}

.wrap {
	text-align: left;
	margin: 0 auto;
	width: 1160px;
	}

input, textarea {
	color: #808080;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	}

a {
	color: #a21515;
	text-decoration: underline;
	}

a:hover {
	color: #a21515;
	text-decoration: none;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 20px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #000000;
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 30px;
	line-height: 32px;
	}
h2, .h2{
	font-size: 19px;
	line-height: 23px;
	}
h3, .h3{
	font-size: 18px;
	line-height: 22px;
	}
h4, .h4{
	font-size: 17px;
	line-height: 21px;
	}
h5, .h5{
	font-size: 16px;
	line-height: 20px;
	}
h6, .h6{
	font-size: 15px;
	line-height: 19px;
	}

/* END BASE */



/* ENTRY */

.entry table {
	margin: 0 0 10px 0;
	}

.table, .entry table {
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 5px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 5px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ol ul {
	margin: 5px 0 0 0;
	}

.entry ol > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* END ENTRY */



/* HEADER */

header {
	height: 168px;
	}
.logo{
	float: left;
	width: 115px;
	height: 144px;
	padding: 2px 0 0 0;
	}
.logo a{
	display: block;
	width: 115px;
	height: 144px;
	background: url('images/logo.png') no-repeat;
	}
	
.hright{
	float: right;
    width: calc(100% - 125px);
	}	
	
.htop{
	height: 43px;
	padding: 7px 0 0 0;
	}	
.htop ul{
	float:right;
	}	
.htop li{
	display:block;
	float: left;
	}	
/*
.htop li:nth-child(1){
	padding: 7px 34px 0 0;
	background: url('images/htopli1.png') no-repeat 24px 10px;
	}
.htop li:nth-child(2){
	padding: 7px 53px 0 0;
	background: url('images/htopli2.png') no-repeat 24px 10px;
	}
*/
.htop li:nth-child(3){
	padding: 7px 17px 0 30px;
	background: url('images/htopli3.png') no-repeat;
	}
.htop li:nth-child(4){
	padding: 7px 0 0 32px;
	background: url('images/htopli4.png') no-repeat;
	}
.htop li a{
	font-size: 14px;
	color: #000;
	line-height: 18px;
	font-family: 'Roboto', sans-serif;
	}
	
	
.nav_adapt span.nav_adapt_sub{
	display: none;
	width: 48px; 
	height: 40px;  
	background: url('images/nav_adapt.png') no-repeat;
	cursor: pointer;
	margin: 0 0 0 auto;
	}	
	

.nav_top{
	float:left;
	background: #a21515;
	height: 52px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px; 
	behavior: url('images/border-radius.htc');
	}	
.nav_top li{
	display:block;
	float:left;
	height: 52px;
	}
.nav_top li:first-child a{
	-moz-border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	-khtml-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px; 
	behavior: url('images/border-radius.htc');
	}	
.nav_top li:last-child a{
	-moz-border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	-khtml-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0; 
	behavior: url('images/border-radius.htc');
	}	
.nav_top li a{
	display:block;
	float:left;
	height: 52px;
	padding: 0 37px 0 37px;
	font-size: 18px;
	color: #ffffff;
	line-height: 52px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000000; 
	}	
.nav_top li a:hover, .nav_top li.active a{
	background: #c73838;
	}
	

/* END HEADER */


/* POSTS */

#content {
	padding: 0 0 60px 0;
	}

#posts {
	float: right;
	width: 932px;
	}

.posts_top{
	padding: 0 0 20px 0;
	}
.p_nav {
	float:left;
	}
.p_nav li{
	font-weight: bold;
	display:block;
	float:left;
	padding: 0 8px 0 0;
	font-size: 18px;
	color: #000;
	}
.p_nav li a{
	}
.p_nav li.active a{
	text-decoration: none;
	}	
.p_sort{
	float:right;
	}
.p_sort li{
	font-weight: bold;
	float: left;
	display: block;
	padding: 0 10px 0 0;
	font-size: 18px;
	color: #000;
	}
.p_sort li:nth-child(2){
	background: url('images/p_sort1.png') no-repeat;
	padding: 0 16px 0 26px;
	}
.p_sort li:nth-child(3){
	background: url('images/p_sort2.png') no-repeat;
	padding: 0 16px 0 26px;
	}
.p_sort li:nth-child(4){
	background: url('images/p_sort2.png') no-repeat;
	padding: 0 0 0 26px;
	}


.post_list{
	display: inline-block;
    position: relative;
    vertical-align: top;
	width: 290px; 
	/*height: 400px;*/
height: 500px;
	background: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
	margin: 0 0 15px 12px;
	}
.post_list:nth-child(3n){
	/*margin: 0 0 15px 0;*/
	}
	
.post_list_top{
	height: 36px;
	}
.post_list_zag{
	font-size: 22px;
	color: #000;
	line-height: 36px;
	padding: 0 0 0 3px;
	}
.post_list_tel{
	float:right;
	font-size: 22px;
	color: #000;
	line-height: 36px;
	font-family: 'Roboto', sans-serif;
	padding: 0 8px 0 0;
	}
.post_list_img{
	/*height: 187px;*/
height: 287px;
	margin: 0 0 14px 0;
	overflow:hidden;
	position:relative;
	}
.post_list_img img{
	vertical-align: bottom;
	}
.post_list_img_nac{
	position:absolute;
	z-index:1;
	bottom: 0;
	right: 8px;
	width: 96px;
	}
.post_list_img_nac img{
	margin: 0 0 6px 0;
	}

.post_list_l{
	float:left;
	width: 101px;
	padding: 0 0 0 10px;
	}
.post_list_l ul{
	padding: 0 0 20px 0;
	}
.post_list_l li{
	display:block;
	clear: both;
	text-align: right;
	font-size: 16px;
	color: #a21515;
	font-weight: bold;
	line-height: 18px;
	}
.post_list_l li span{
	display:block;
	float: left;
	color: #000000;
	}

.post_list_r{
	float:right;
	width: 175px;
	padding: 0px 3px 0 0;
	font-size: 14px;
	color: #a21515;
	line-height: 16px;
	}
.post_list_r span{
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	display: block;
	font-weight: bold;
	}
	
.post_list_r2{
	float:left;
	width: 100%;
	padding: 6px;
	font-size: 14px;
	color: #a21515;
	line-height: 16px;
	}
.post_list_r2 span{
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	display: block;
	font-weight: bold;
	}
	

.post_list_galery{
	display: inline-block;
    position: relative;
    vertical-align: top;
	width: 300px; 
	height: 300px;
	margin: 0 0 15px 12px;
	}
.post_list_galery:nth-child(3n){
	margin: 0 0 15px 0;
	}	
.post_list_galery img{
	vertical-align: bottom; 
	}
.post_list_galery_nac{
	display: none;
	position:absolute;
	z-index: 1;
	top: 90px;
	left: 50px;
	padding: 6px 8px 10px 8px;
	width: 174px;
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
	}
.post_list_galery:hover .post_list_galery_nac{
	display:block;
	}
.post_list_galery_zag{
	display:inline-block;
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	}
.post_list_galery_tel{
	display:inline-block;
	float: right;
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	}
.post_list_galery_voz{
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	}	
.post_list_galery_cena{
	font-size: 16px;
	color: #a21515;
	line-height: 18px;
	height: 18px;
	}	
.post_list_galery_cena span{
	color: #000000;
	display:block;
	float:left;
	width: 56px;
	}
.post_list_galery_apart{
	font-size: 16px;
	color: #a21515;
	line-height: 18px;
	}	
		
	
.p_nav_b {
	padding: 25px 0 0 0;
	text-align:center;
	}
.p_nav_b li{
	font-weight: bold;
	display: inline-block;
    position: relative;
    vertical-align: top;
	padding: 0 8px 0 0;
	font-size: 18px;
	color: #000;
	}
.p_nav_b li a{
	}
.p_nav_b li.active a{
	text-decoration: none;
	}	
	
.main_text{
	margin: 0 0 40px 0;
	font-family: 'Roboto', sans-serif;
	}
.main_text_zag{
	color: #000000;
	font-size: 30px;
	line-height: 32px;
	margin: 0 0 20px 0;
	}		
.main_text_zag_first{
	margin: 0 0 40px 0;
	}
/* END POSTS */


/* SIDEBARS */

#sidebar{
	float: left;
	width: 201px;
	background: #f4f4f4;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
	}
.widget_title{
	height: 42px;
	background: #c73838;
	color: #fffefe;
	font-size: 18px;
	line-height: 42px;
	text-align:center;
	margin: 0 0 20px 0;
	}
	
.poisk{
	width: 181px;
	height: 28px;
	background: #fff;
	margin: 0 auto 0 auto;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.7);
	}
.poisk_text{
	width: 144px;
	height: 20px;
	float: left;
	border: 0;
	background: none;
	margin:0;
	padding: 4px 5px 4px 9px;
	}
.poisk_sub{
	float:left;
	width: 16px;
	height: 28px;
	background: url('images/poisk_sub.jpg') no-repeat 0 center;
	border: 0;             
	padding: 0;
	margin: 0;
	cursor: pointer; 
	}
.filtr_zag{
	color: #000000;
	font-size: 24px;
	line-height: 24px;
	text-align:center;
	margin: 0 0 20px 0;
	padding: 16px 0 0 0;
	}	
.filtr{
	padding: 14px 10px 8px 10px;
	background: #fff;
	}	
.filtr_block{
	padding: 0 0 12px 0;
	}	
.filtr_top{
	text-align:center;
	color: #000000;
	font-size: 14px;
	}
.filtr_top span.filtr_sum{
	display: inline-block;
	background: #fff;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.7);
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	}

.filtr_top .filtr_sum{
border:none;
	display: inline-block;
	background: #fff;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.7);
	width: 35px;
	height: 20px;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	}
	
.filtr_spisok > ul > li{
	position:relative;
	display:block;
	padding: 0 0 16px 0;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -1px;
	font-weight: bold;
	}
.filtr_spisok > ul > li > a{
	float: right;
	font-weight: normal;
	}	
	
.filtr_spisok > ul > li > ul{
	display: none;
	position:absolute;
	z-index:1;
	left:-5px;
	top: 30px;
	width: 170px;
	padding: 15px 10px 11px 10px;
	background: #fff;
	-webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.7);
	}
.filtr_spisok > ul > li > ul:before{
	content: " ";
	display: block;
	position:absolute;
	z-index:1;
	right: 20px;
	top: -13px;
	width: 28px;
	height: 13px;
	background: url('images/filtr_spisok.png') no-repeat;
	}
.filtr_spisok > ul > li > ul > li{
	display:block;
	padding: 0 0 4px 0;
	clear: both;
	}	
.filtr_spisok > ul > li > ul > li input{
	float:left;
	}
	
.filtr_spisok > ul > li > ul > li.filtr_spisok_sbros{
	display: inline-block;
	width: 80px;
	height: 30px;
	padding: 10px 0 0 0;
	}
.filtr_spisok > ul > li > ul > li.filtr_spisok_ok{
	display: inline-block;
	float: right;
	width: 80px;
	height: 30px;
	padding: 10px 0 0 0;
	}
.filtr_spisok > ul > li > ul > li.filtr_spisok_sbros a, .filtr_spisok > ul > li > ul > li.filtr_spisok_ok a{
	display: block;
	width: 80px;
	height: 30px;
	background: #a21515;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
	border-radius: 14px; 
	behavior: url('images/border-radius.htc');
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0px;
	text-shadow: 1px 1px 2px #000000; 
	cursor:pointer;
	}

	
.filtr_spisok2_zag{
	color: #a21515;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 10px 0;
	}
.filtr_spisok2 ul{
	padding: 0 0 15px 0;
	}	
.filtr_spisok2 li{
	display:block;
	clear: both;
	padding: 0 0 4px 0;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -1px;
	}	
.filtr_spisok2 li input{
	float:left;
	}
	
input.filtr_primenit{
	margin: 0 auto 20px auto;
	display: block;
	width: 140px;
	height: 40px;
	background: #a21515;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
	border-radius: 14px; 
	behavior: url('images/border-radius.htc');
	color: #ffffff;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0px;
	text-shadow: 1px 1px 2px #000000; 
	border:none;
	}
a.filtr_sbros{
	margin: 0 auto 20px auto;
	display: block;
	width: 140px;
	height: 40px;
	background: #a21515;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
	border-radius: 14px; 
	behavior: url('images/border-radius.htc');
	color: #ffffff;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0px;
	text-shadow: 1px 1px 2px #000000; 
	}		
	
	
/* END SIDEBARS */


/* FOOTER */

footer {
	background: #282828;
	padding: 35px 0 39px 0;
	}
.copy{
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0 0 75px;
	min-height: 65px;
	background: url('images/footer.png') no-repeat;
	font-family: 'Roboto', sans-serif;
	}

/* END FOOTER */




/* ANKETA */

	
.breadcrumbs{
	color: #000;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 15px 0;
	}
.breadcrumbs a{
	color: #000;
	text-decoration: none;
	}
.breadcrumbs a:hover{
	text-decoration: underline;
	}

#posts_l{
	float:left;
	width: 768px;
	}
#sidebar_r{
	float: right;
	width: 340px;
	}
	
.post_white{
	background: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
	padding: 14px 25px 10px 14px;
	margin: 0 0 35px 0;
	}	

.anketa_name{
	color: #000000;
	font-size: 26px;
	line-height: 40px;
	float:left;
	padding: 0 0 10px 0;
	}	
.anketa_tel{
	float:right;
	padding: 0 0 10px 0;
	}	
.anketa_tel li{
	display:block;
	float:left;
	padding: 0 0 0 15px;
	}	
.anketa_tel li:first-child{
	padding: 0 15px 0 0;
	color: #000000;
	font-size: 26px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	}


.anketa_l{
	float:left;
	width: 494px;
	}	
.anketa_r{
	float: right;
	width: 206px;
	padding: 0 11px 0 0;
	}	
.anketa_img{
	padding: 0 0 15px 0;
	}	
.anketa_img img{
	vertical-align: bottom;
	}

.anketa_zag{
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 20px 0;
	}	
.anketa_l .entry{
	padding: 0 0 20px 0;
	}	
		
.anketa_spisok{
	}	
.anketa_spisok_zag{
	height: 26px;
	background: #d7d7d7 url('images/anketa_spisok_zag.jpg') no-repeat 10px center;
	padding: 0 0 0 28px;
	color: #010101;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin: 0 0 16px 0;
	}	
.anketa_spisok_block{
	margin: 0 0 16px 0;
	color: #a21515;
	font-size: 14px;
	line-height: 18px;
	}
.anketa_spisok_block span{
	display: block;
	color: #000000;
	font-weight: bold;
	}
	
	
.anketa_r_block{
	padding: 0 12px 0 9px;
	}
.anketa_r_block ul{
	padding: 0 0 20px 0;
	}
.anketa_r_block li{
	display:block;
	clear: both;
	text-align: right;
	font-size: 16px;
	color: #a21515;
	line-height: 18px;
	letter-spacing: -1px;
	padding: 0 0 6px 0;
	}
.anketa_r_block li span{
	display:block;
	float: left;
	color: #000000;
	font-weight: bold;
	}
	
.anketa_r_block2{
	margin: 0 0 16px 0;
	color: #a21515;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	}
.anketa_r_block2 span{
	display: block;
	color: #000000;
	font-weight: bold;
	}
	
	
.anketa_foto{
	margin: 0 0 15px 0;
	}
.anketa_foto_block{
	float:left;
	width: 246px;
	height: 246px;
	margin: 0 15px 15px 0;
	position:relative;
	overflow:hidden;
	}
.anketa_foto_block:nth-child(3n){
	margin: 0 0 15px 0;
	}	
span.anketa_foto_nac{
	position:absolute;
	z-index:1;
	top: 83px;
	left: 70px;
	width: 81px;
	height: 80px;
	background: url('images/anketa_foto_nac.png') no-repeat;
	}	
	
.add_coment{
	margin: 0 0 40px 0;
	}	
.add_coment li{
	display:block;
	float:left;
	padding: 0 20px 0 0;
	color: #000;
	font-size: 16px;
	line-height: 40px;
	}	
.add_coment li a{
	margin: 0 auto 20px auto;
	display: block;
	width: 220px;
	height: 40px;
	background: #a21515;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
	border-radius: 14px; 
	behavior: url('images/border-radius.htc');
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0px;
	text-shadow: 1px 1px 2px #000000; 
	}
.add_coment li a:hover{
	text-decoration: underline;
	}
		
.poxojee{
	margin: 0 0 45px 0;
	}	
.poxojee_zag{
	color: #000000;
	font-size: 26px;
	line-height: 26px;
	margin: 0 0 20px 0;
	}	
.poxojee_block{
	width: 240px;
	float:left;
	margin: 0 15px 15px 0;
	}
.poxojee_block img{
	vertical-align: bottom; 
	}
.poxojee_block span{
	display:block;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	}	
	
.coment_block{
	padding: 16px 14px 16px 14px;
	margin: 0 0 20px 0;
	background: #fff;
	border: 1px solid #b8b8b8;
	}	
.coment_block img{
	float: left;
	padding: 0 15px 0 0;
	}
.coment_block_top{
	margin: 0 0 24px 0;
	}	
.coment_block_top span{
	padding: 0 10px 0 0;
	color: #a21515;
	}
	
.coment_forma_block{
	margin: 0 0 20px 0;
	}	
.coment_forma_block span{
	display:block;
	margin: 0 0 10px 0;
	}	
.coment_forma_inp{
	background: #fff;
	border: 1px solid #b8b8b8; 
	width: 513px; 
	height: 32px;               
	padding: 6px 10px 6px 10px;
	margin: 0; 
	}	
.coment_forma_text{
	background: #fff;
	border: 1px solid #b8b8b8; 
    width: calc(100% - 20px);
	height: 145px;               
	padding: 6px 10px 6px 10px;
	margin: 0;
	resize: none; 
	}	
.coment_forma_capcha{
	margin: 0 0 25px 0;
	}	
.coment_forma_sub{
	background: #a21515;
	border: 0;
	height: 40px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px; 
	behavior: url('images/border-radius.htc');             
	padding: 0 22px 0 22px;
	margin: 0 10px 0 0;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	text-shadow: 1px 1px 2px #000000; 
	cursor: pointer;
	}	
.coment_forma_sub:hover{
	text-decoration: underline;
	}

.kalkylttor_l{
	display: none;
	}
.kalkylttor_zag{
	padding: 14px 0 34px 0px;
	/*background: url('images/kalkylttor.jpg') no-repeat;*/
	color: #000000;
	font-size: 26px;
	line-height: 26px;
	}
.kalkylttor_rez{
	padding: 0 0 40px 0;
	color: #a21515;
	font-size: 26px;
	line-height: 26px;
	}	
.kalkylttor_block{
	padding: 0 0 30px 0;
	}	
.kalkylttor_block li{
	display:block;
	clear: both;
	padding: 0 0 0 0;
	line-height: 16px;
	}
.kalkylttor_block li input {
    float: left;
	}
.new_anketu{
	padding: 0 0 27px 0;
	}
.new_anketu img{
	vertical-align: bottom;
	}
	
/* END ANKETA */





       /* ********** скрытые блоки ********** */
      

        #overlay {
            position:fixed; 
            left:0; 
            top:0; 
            width:100%; 
            height:100%; 
            background: black; 
/* Internet Explorer */
filter:alpha(opacity=50);
/* CSS3 standard */
            opacity: 0.5; 
            z-index: 1;
        } 
        
        #selcity-box {
            position:fixed; 
            width: 600px;
            height: 500px;            
            left:50%; 
	    margin-left: -300px;
            top:50px;
            color: #000000;
            z-index: 11;
        }
		
	.selectcity {
	padding-top:20px;
	padding-left: 10px;
	padding-right: 10px;
	}

.enter {
    padding-left:30px;
    padding-right:30px;
    padding-bottom:15px;    
    background:#fff;
    color:#800000;
    text-align:justify;
}    
.entera {
    background:red;
    padding-top:10px;
    padding-bottom:10px;
    font-size:13px;
    color:#ffffff;
} 	

.menusideshow {display:none;}	
