body {
	font-family: 'Open Sans', sans-serif;
	background-position:center;
	height:100%;
	margin:0;
	padding:0;
}
.main {width:980px;
       margin:0 auto;
       min-height:100%;
       _height:100%;
	   background-color:#217037;
			 }
img { border: 0px;}
	img a {border:0px;}
a {text-decoration:none}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75px;
	font-weight: bold;
	color: #FFFFFF;
}
.style19 {color: #FFFFFF; 
          font-size: 20px; 
		  font-family: Georgia, "Times New Roman", Times, serif;
		  padding:5px 10px 5px 10px }

.style20{
	color: #FFFFFF;
	
	font-size: 11px;
	cursor:pointer;
	text-decoration:none;
	line-height:1;
}
.style20:hover {color: #FFFFFF;
	
	font-size: 11px;
	cursor:pointer;
	text-decoration:none;
	line-height:1;
}
.style21 {
	line-height:1;
}
.style39 { border: 1px solid #BEBEBE; cursor:pointer; background-color:#217037; color:#FFFFFF;
}
element.style {
}

h4.price1 {
font-size: .8em;
color: #333;
float: left;
text-align: left;
margin: 45px 40px 0px 0;
}
h4.price1 span {
font-family: intro;
font-size: 2.2em;
color: #197945;
margin: 0;}

h4.price2 {
font-size: .8em;
color: #333;
float: left;
text-align: left;
margin: 45px 40px 0px 0;
}
h4.price2 span {
font-family: intro;
font-size: 2.2em;
color: #523b25;
margin: 0;}

ul  {list-style: none;}

.modalDialog {
	    overflow: auto;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		pointer-events: none;
	}

	.modalDialog:target {
		display: block;
		pointer-events: auto;
	}

	.modalDialog > div {
	position: relative;
	margin: 5% auto;
	padding: 15px 20px 13px 20px;

	}
  
	.close {
		color:#217037;
		cursor: pointer;
		font-size:25px;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.close:hover { color:#217037;}
	



#narhozstroymenu,
#narhozstroymenu ul {
	list-style: none;
	padding: 0;
	color: #FFFFFF;
}

#narhozstroymenu li {
	position: relative;
	background: #837746;
	margin: 0px 0 0px 0;
	padding: 0 10px 0 10px;
	height: 24px;
}

#narhozstroymenu a {
	text-decoration: none;
}

#narhozstroymenu li span {
	white-space: nowrap;
	display: inline-block;
	color: #FFFFFF;
}

#narhozstroymenu ul li:hover{
	background-color: #513B11;
	cursor:pointer;
}

#narhozstroymenu li span.separator {
	cursor:pointer;
	text-indent: 0;
}

#narhozstroymenu ul li span {
	width: auto;
}

#narhozstroymenu ul {
	display: none;
	position: absolute;
	bottom: 1px;
	z-index: 1000;
	background-color: #837746;
}

#narhozstroymenu ul li {
	background: #837746;
	margin: 2px;
}



#narhozstroymenu ul li.parent {
		background-position: 98% 55%;
	padding-right: 20px;
}

#narhozstroymenu li:hover ul,
#narhozstroymenu li ul li:hover ul {
	display: block;
}


#narhozstroymenu li:hover ul ul,
#narhozstroymenu ul li:hover ul ul {
	display: none;
}

#narhozstroymenu li:hover span,
#narhozstroymenu li ul li:hover span,
#narhozstroymenu li ul ul li:hover span {
	color: #FFFFFF;
}

#narhozstroymenu li:hover ul span,
#narhozstroymenu ul li:hover ul span,
#narhozstroymenu ul ul li:hover ul span {
	color: #FFFFFF;
}
#share42 {display: inline-block; padding: 6px 0 0 6px; }


/* Форма */
.result_feedback{
	margin-top: 20px
}

.result_feedback fieldset{
	display: block;
	border: none;
	background-color: rgba(0,0,0,.05);
	box-sizing: border-box;
	padding: 20px 30px;
	margin: 5px 0;
	text-align: center;
}

.result_feedback__form fieldset:last-child{
	display: none;
}

.result_feedback fieldset > label{
	display: block;
	padding-top: 0;
	margin-bottom: 5px
}

.result_feedback fieldset > input{
	display: block;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    padding: 10px 0;
}

.result_feedback__form input[type="submit"]{
	margin: 20px auto;
	padding: 5px 10px;
	display: block;
}

@media