* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	min-width: 1000px;
	max-width: 3000px;
	background: #fafaf4;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 62.5%;
	color: #4e4200;
}

a, a img {
	outline: none;
	border: none;
}

a {
	color: #836f00;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #000000;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

table, td, tr, th {
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	vertical-align: top;
}

form, fieldset, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	margin: 0px;
	padding: 0;
}

.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
	zoom: 1;
}

/*Headers*/
h1 {
	font-size: 2.1em;
	font-style: italic;
	font-family: "Times New Roman", sans-serif;
	font-weight: normal;
	color: #4e4200;
	margin: 30px 0 30px;
	line-height: 1em;
	clear: both;
}

h2 {
	font-size: 1.8em;
	font-style: italic;
	font-family: "Times New Roman", sans-serif;
	font-weight: normal;
	color: #4e4200;
	margin: 30px 0 20px 0;
	line-height: 1.2em;
	clear: both;
}

h3 {
	font-size: 1.6em;
	font-style: italic;
	font-family: "Times New Roman", sans-serif;
	font-weight: normal;
	color: #4e4200;
	margin: 15px 0 15px;
	line-height: 1.1em;
}

/*===Global====*/
.g-layout {
	max-width: 1000px;
}
.g-textShadow {
	-moz-text-shadow: 1px 1px 0px #fff;
	-webkit-text-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px #fff;
	zoom:1;
	filter: progid:DXImageTransform.Microsoft.Chroma(Color=#edeede)
	progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#ffffff);

}
a.g-textShadow {
	cursor: pointer;
}
.b-tm__shadow {
	position: absolute;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: #8a93a1;
	-moz-box-shadow: 0px 0px 10px 3px #e2e2d5;
	box-shadow: 0px 0px 10px 3px #e2e2d5;
	-webkit-box-shadow: 0px 0px 10px 3px #e2e2d5;
	zoom: 1;
	z-index: 1;
}
/*pages*/
.g-pages {
	margin: 60px 5px 20px 5px;
	border-top: 1px solid #e8e7db;
}
.g-pages .g-pages__cont {
	padding: 18px 0 0 0;
	border-top: 1px solid #fff;
	text-align: right;
	color: #4e4200;
}
.g-pages .b-pages__nums {
	margin: 0 11px;
	font-size: 0.95em;
}
.g-pages .b-pages__nums a {
	padding: 3px 7px !important;
	background: #d7d3be;
	text-decoration: none;
	color: #4e4200;
	margin: 0 3px;
}

.g-pages .b-pages__nums a:hover, .g-pages .b-pages__nums a.active {
	background: #7d6b00;
	color: #fff;
}
.g-pages .b-pages__links {
  margin: 0 -10px 0 5px;
}
.g-pages .b-pages__links a {
	font-style: italic;
	margin: 0 10px 0 0;
	position: relative;
 }
.g-pages .b-pages__links a.b-link_unactive {
	text-decoration: none;
	color: #999370;
	cursor: default;
}
.b-pages_next {
	padding: 0 10px 0 0;
}
.b-pages_next i {
	font-style: normal;
	position: absolute;
	right: 0px;
	top: -1px;
}
.b-pages_prev {
	padding: 0 0 0 10px;
}
.b-pages_prev i {
	font-style: normal;
	position: absolute;
	left: 0px;
	top: -1px;
}


/*global list col*/
.g-list-col ul {
	width: 100%;
}

.g-list-col .g-lc__li {
	display: -moz-inline-stack;
	display: inline-block;
}

.g-list-col .g-lc__li a {
	display: inline;
	word-spacing: normal;
}

.g-list-col .g-lc__li a, x:-moz-any-link {
	display: block;
}

.g-list-col .g-lc__li a, x:-moz-any-link, x:default {
	display: inline;
}

.g-list-col .g-lc__li, .g-list-col .g-lc__li a {
	vertical-align: top;
}

/* customize */
.l-fl-right {
	float: right;
}

.l-fl-left {
	float: left;
}
.l-img-left {
	margin: 10px 20px 20px 0;
	border:10px solid #edeede;
}
.b-borderImg {
	border:10px solid #edeede;
}
/*columns*/
.g-content {
	position: relative;
	margin: 0 auto;
	padding: 10px;
	z-index: 1;
}

.g-content .g-content__inner {
	position: relative;
	border: 10px solid #fff;
	z-index: 2;
}

.g-content .g-content__inner .b-content__10m {
	position: relative;
	background: #fafaf4;
	padding: 0 0 95px 0;
}

/*header*/
.g-header {
	position: relative;
	background: url("/i/header.png") repeat-x 0 0;
	overflow: hidden;
}

.g-header .g-header__top {
	position: relative;
	z-index: 3;
	background: #eeecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeecdb 0%, #fefefd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeecdb), color-stop(100%,#fefefd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeecdb 0%,#fefefd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeecdb 0%,#fefefd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeecdb 0%,#fefefd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeecdb 0%,#fefefd 100%); /* W3C */
	-pie-background: linear-gradient(#eeecdb, #fefefd);
	behavior: url(/scripts/PIE.htc);
}

.g-header .g-header__top .l-header__top {
	position: relative;
	padding: 11px 0px 0px;
}

.g-header__top .b-logo {
	position: relative;
	float: left;
	width: 373px;
	z-index: 2;
	padding: 0 0 0 10px;
}
.b-title {
	position: relative;
	display: block;
	top: -20px;
	left: 40px;
	font-size: 2.0em;
	font-family: "Times New Roman",sans-serif;
	color: #9d8501;
	font-style: italic;
}
/*menus*/
.g-header__menus {
  position: relative;
	width: 100%;
	z-index: 4;
}
.g-header__menus .b-header__left_m {
	position: relative;
	float: left;
	width: 175px;
	margin: 0 0 0 10px;
	z-index: 2;
}
.b-icons_list li {
	margin: 0 0 0 24px;
}
.b-ico_home {
	width: 32px;
	height: 32px;
	background: url("/i/icons/icons.png") no-repeat 0 0;
}
.b-ico_map {
	width: 32px;
	height: 32px;
	background: url("/i/icons/icons.png") no-repeat -60px 0;
}
.b-ico_mail {
	width: 32px;
	height: 32px;
	background: url("/i/icons/icons.png") no-repeat -120px 0;
}
/*left menu*/
.b-header__menu_left {
	margin: 40px 0 0 0;
}
.b-lm__list {

}
.b-lm__list .b-lm__list_li {
  font-size: 1.4em;
	margin: 0 0 17px 0;
	font-style: italic;
}
.b-lm__list .b-lm__list_li .b-lm__list2 {
  margin: 20px 0 30px 0;
}
.b-lm__list .b-lm__list_li .b-lm__list2 .b-lm__list2_li {
  padding: 0 0 0 18px;
	margin: 12px 0;
	font-size: 0.85em;
	background: url("/i/list.gif") no-repeat 0 8px;
}
.b-lm__list .b-lm__list_li .b-lm__list2 .b-lm__list2_li a {
	text-decoration: none;
}
.b-lm__list .b-lm__list_li .b-lm__list2 .b-lm__list2_li.active a {
	color:#4e4200;
}
/*site map*/
.b-map_col {
	position: relative;
	float: left;
	width: 170px;
	margin: 0 0 0 40px;
}
.b-siteMap li {
	font-size: 1.2em;
	margin: 9px 0;
	font-style: italic;
	background: none;
}
.b-siteMap li ul {
	margin: 14px 0 20px 0;
}
.b-siteMap li ul li {
	padding: 0 0 0 18px;
	margin: 7px 0;
	font-size: 0.85em;
	background: url("/i/list.gif") no-repeat 0 9px;
}

.b-breadcrumbs {
	position: relative;
	margin-top: -7px;
	background: #fff;
	padding: 30px 0 17px 0;
	z-index: 3;
	color: #836f00;
}
.b-breadcrumbs .b-hello {
	margin: 0 0 0 212px;
	font-size: 1.2em;
	font-style: italic;
}
.b-breadcrumbs__list {
	margin: 0 0 0 212px;
	font-size: 1.2em;
	font-style: italic;
}
.b-breadcrumbs__list li {
  margin: 0 3px 0 0;
}
.b-breadcrumbs__list li a {
	display: block;
	padding: 0 20px 0 0;
	background: url("/i/arr.png") no-repeat right 6px;
}

.b-header_imgCont {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 -185px;
	z-index: 1;
}
.b-header_imgCont .b-header_imgCont_c {
	padding: 0 0 0 185px;
}
/*header image*/
.b-header_imgCont .b-header__image {
  position: relative;
	height: 264px;
	width: 100%;
}
.b-header__image_houseOpaq {
  position: absolute;
	width: 801px;
	height: 281px;
	background: url("/i/house_opac1.png") no-repeat 0 0;
	bottom: 0;
	left: 0;
}
.b-header__image_houseOpaq .b-hader__image_house {

}
.b-header__mainmenu {
	width: 100%;
	overflow: hidden;
	background: #f0eee0;
	padding: 7px 0;
}
.b-mm__list {
	background: #d7d3be;
	white-space: nowrap;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.b-mm__list .b-mm__list_li {
	width: 20%;
	text-align: center;
	/*margin-left: -.3em;*/
}
.b-mm__list .b-mm__list_li:first-child {
	margin-left: 0;
}
.b-mm__list .b-mm__list_li a {
	padding: 8px 0 6px;
	display: block;
	color: #584c00;
	text-decoration: none;
	font-size: 1.4em;
}
.b-mm__list .b-mm__list_li a:hover, .b-mm__list .b-mm__list_li.active {
	background: #e7e4d7;
}
/*HEADER top info*/
.b-top_info {
	position: relative;
	float: left;
	margin: 0 0 0 -373px;
	width: 100%;
}

.b-top_info .b-ti__cont {
	padding: 17px 0 0 388px;
	overflow: hidden;
}

.b-ti__cont .b-ti__col1, .b-ti__cont .b-ti__col2, .b-ti__cont .b-ti__col3 {
	position: relative;
	float: left;
	padding-bottom: 200px;
	margin-bottom: -200px;
	background: url("/i/dotted.gif") repeat-y 0 0;
}
.b-ti__cont .b-ti__col1 {
	width: 26%;
}
.b-ti__cont .b-ti__col2 {
	width: 31%;
}
.b-ti__cont .b-ti__col3 {
	width: 42%;
}
.b-ti__cont .b-ti__col1 i, .b-ti__cont .b-ti__col2 i, .b-ti__cont .b-ti__col3 i {
	position: absolute;
	top: 0px;
	left: -5px;
	background: url("/i/circle.png") no-repeat 0 0;
	width: 12px;
	height: 12px;
}
.b-ti__cont .l-ti_cont {
	display: block;
	padding: 0 6px 13px 22px;
	font-size: 1.4em;
	color: #836f00;
}
.b-ti__cont .l-ti_cont a {
	text-decoration: none;
}
.b-ti_title {
	display: block;
	font-size: 1.4em;
	font-style: normal;
	font-family: "Times New Roman", sans-serif;
	font-weight: normal;
	color: #7d6b00;
	margin: 0 0 28px;
	line-height: 1em;
}
.b-ti__cont .l-ti_cont p {
	margin: 9px 0;
}
/*popup*/
#b-popup {
	position: fixed;
	display: block;
	width: 60%;
	padding: 0;
	top: 50%;
	left: 50%;
	margin-left: -30%;
	z-index: 11;
	font-size: 1.4em;
	-moz-box-shadow: 5px 5px 15px 2px #727272;
	box-shadow: 5px 5px 15px 2px #727272;
	-webkit-box-shadow: 5px 5px 15px 2px #727272;
}

#b-popup p {
	margin: 19px 0;
}

#b-popup .b-popup-container {
	width: 780px;
	margin: 0 0 0 0;
	padding: 22px 0 0 15px;
}

#opaco {
	background-color: #3b71a6;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.hidden {
	display: none;
}

.hidden1 {
	margin-top: -4000px !important;
}

.b-close-popup {
	position: absolute;
	right: 0px;
	top: -5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

#b-popup .b-close-popup img {
	background: url("/i/icons/icons.png") no-repeat -124px -129px;
}

#b-popup .b-opac-popup {
	width: 780px;
	position: relative;
	margin: 0 0 -22px 0;
	height: 22px;
	z-index: 88;
}

#b-popup .b-foto_arr {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	width: 68px;
	height: 68px;
	cursor: pointer;
	z-index: 2;
}

#b-popup .b-foto_arrl {
	left: -32px;
}

#b-popup .b-foto_arrr {
	right: -32px;
}

#b-popup .b-foto_arrl.b-foto_arractive {
	background: url("/i/icons/icons.png") no-repeat -340px -118px;
}

#b-popup .b-foto_arrr.b-foto_arractive {
	background: url("/i/icons/icons.png") no-repeat -408px -50px;
}

#b-popup .b-foto_arrl.b-foto_arrinactive {
	background: url("/i/icons/icons.png") no-repeat -340px -50px;
}

#b-popup .b-foto_arrr.b-foto_arrinactive {
	background: url("/i/icons/icons.png") no-repeat -408px -118px;
}

#b-popup .b-foto_gal {
	text-align: center;
	margin: 5px 0;
}

#b-popup .b-foto_desc {
	font-size: 0.9em;
}

#b-popup .b-foto_desc i {
	font-style: normal;
	color: #999999;
}

/*topmenu*/
.b-header__icons {
	position: relative;
	margin:-12px 0 0 -24px;
}
.b-topmenu .b-tm__list {
	position: relative;
	display: table-row;
	width: 100%;
	vertical-align: top;
}

.b-topmenu .b-tm__list  .b-tm__li {
	position: relative;
	display: table-cell;
}

.b-topmenu .b-tm__list .b-tm__li .l-tm-li {
	padding: 0px 9px;
}

.b-topmenu .b-tm__list .b-tm__link {
	position: relative;
	z-index: 2;
	font-size: 1.3em;
	cursor: pointer;
	color: #528aa6;
}

.b-topmenu .b-tm__list .b-tm__link:hover {
	color: #000000;
}

.b-topmenu .b-tm__list .b-sep {
	padding: 0 2px 0 2px;
	font-size: 1.3em;
	color: #999999;
	font-style: normal;
}

.thumbnail {
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0;
}

.thumbnail .r {
	float: left;
}

/*middle*/
.g-middle_col {
	position: relative;
	margin: 0 auto;
	border-top: 7px solid #f1f2e7;
}

.g-middle_col p {
	margin: 15px 0 20px 0;
}

.g-middle_col .g-mc__container {
	position: relative;
	border-top: 1px solid #fff;
}

.g-middle_col .b-middle_col {
	position: relative;
	float: left;
	z-index: 1;
	width: 100%;
	margin: 0 -310px 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

.g-middle_col .b-middle_col .l-mc_cont {
	padding: 0px 350px 0 10px;
}

.b-photogallery {
	margin: -10px 0 0 -10px;
	text-align: center;
}

.b-photogallery .thumbnail {
	margin: 10px 0 0 10px;
}

.b-photogallery .thumbnail .r {
	width: 160px;
}

/*table*/
.b-middle_col table {
	margin: 41px 0 22px 0;
	border-top:1px solid #e8e7db;
	border-bottom: 1px solid #fff;
	width: 100%;
	background: #f6f6ee;
	border-collapse: separate;
	border-spacing: 0;
	line-height: 1.4em;
}
.b-middle_col table td {
	color: #836f00;
}
.b-middle_col table th {
	color: #584c00;
	background: #eceade;
}
.b-middle_col table tr th, .b-middle_col table tr td {
	border-bottom: 1px solid #e5e4d6;
	border-top: 1px solid #fff;
	padding: 7px 15px 8px 30px;
	text-align: left;
	vertical-align: top;
}
.b-middle_col table tr td p, .b-middle_col table tr th p {
	margin: 0 0 10px 0;
}
.b-middle_col .b-tab2 tr td, .b-middle_col .b-tab2 tr th {
	padding: 7px 5px 7px 11px;
}

.b-middle_col table .b-tab_empty {
	padding: 8px 0 0 0 ;
	background: #fafaf4;
	font-size: 0;
	line-height: 0;
}





/*list*/
.b-middle_col ul {
	margin: 22px 0;
}

.b-middle_col ul li {
	margin: 8px 0 8px 4px;
	padding: 0 0 0 17px;
	background: url("/i/list.gif") no-repeat 0 9px;
}

.b-middle_col ul li ul {
	margin: 12px 0;
}

.b-middle_col ul li ul li {
	margin: 8px 0 8px 12px;
	padding: 0 0 0 17px;
	/*background: url("/i/bullet4.gif") no-repeat 0 6px;*/
}

.b-middle_col ul li ul li ul {
	margin: 8px 0 15px 0;
}

.b-middle_col ul li ul li ul li {
	margin: 6px 0 6px 12px;
	padding: 0 0 0 12px;
	/*background: url("/i/list4.gif") no-repeat 0 8px;*/
}

.b-middle_col .g-listarr li {
	/*background: url("/i/bullet5.gif") no-repeat 0 6px;*/
}
.b-middle_col ul.b-list_info li, .b-middle_col ul.b-usefull_info li {
	background: none;
	margin: 8px 0 8px 0;
	padding: 0;
}
.b-middle_col ol, .b-middle_col ol li {list-style-type:decimal;}
.b-middle_col ol {
  margin: 22px 0;
}
.b-middle_col ol li {
  margin: 8px 0 8px 20px;
  padding: 0 0 0 5px;
}
.b-middle_col ol li ul {
  margin: 12px 0;
}
.b-middle_col ol li ul li {
  list-style-type:none;
  margin: 8px 0 8px 12px;
  padding: 0 0 0 17px;
}
/*right*/
.b-right_col {
	position: relative;
	float: right;
	width: 310px;
	z-index: 3;
}
.b-rc_cont h2 {
	font-size: 2.2em;
	margin: 30px 0 10px;
}

/*news*/
.b-rc__news {

}
.b-rc__news .b-rc__news_block {
	margin: 7px 0 12px 0px;
}
.b-rc__news .b-rc__news_block.l-newsBlock_white {
	background: #fff;
}
.b-rc__news .b-rc__news_block .b-news_block__cont {
	padding: 10px;
}
.b-rc__news .b-rc__news_block img {
	border:1px solid #fff;
	margin: 3px 10px 3px 0;
}
.b-rc__news .b-bl__data {
	display: block;
	font-size: 1.2em;
	color: #4e4200;
	font-family: "trebuchet ms";
	margin: 0 0 9px 0;
}
.b-rc__news .b-news_block__cont a {
	font-style: italic;
}
.b-rc__news .b-bl__title {
	display: block;
	font-size: 1.1em;
	color: #836f00;
	margin: 7px 0 12px 0;
}
.b-rc__news .b-bl__desc {
	display: block;
	margin: 12px 0 0 0;
	font-size: 1.1em;
}

.b-newsBlock img {
	margin-top: 0;
}
.b-newsBlock {
  margin: 37px 0;
}

.b-newsBlock .b-bl__data {
	display: block;
	font-size: 1.6em;
	color: #4e4200;
	font-family: "Times New Roman", sans-serif;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 7px 0 0 0;
}
.b-newsBlock .b-bl__title {
	display: block;
	font-size: 1.6em;
	font-family: "Times New Roman", sans-serif;
	font-style: italic;
	color: #4e4200;
	margin: 18px 0 12px 0;
	line-height: 1.3em;
}
.b-newsBlock .b-bl__desc {
	display: block;
	margin: 12px 0 11px 0;
	font-size: 1.1em;
	line-height: 1.4em;
}

.b-more {
	display: block;
	position: relative;
	text-align: right;
	padding: 0 10px 0 0;
}
.b-more a {
	font-style: italic;
	font-size: 12px;
}
.b-middle_col .b-more a{
	font-size: 1em;
	background: #fafaf4;
}
/*article*/
.b-rc__article {

}
.b-rc__brd {
	border-top: 1px solid #e8e7db;
	border-bottom: 7px solid #edeede ;
}
.b-rc__brd .b-rc__block_cont {
	border-bottom: 1px solid #fff;
	line-height: 1.7em;
}
.b-rc__article_block {
	border-bottom: 1px solid #e8e7db;
	border-top: 1px solid #fff;
	padding: 17px 10px 17px 20px;
	font-size: 1.2em;
}
.b-rc__block_cont .b-rc__article_block:last-child {
	padding: 17px 10px 22px 20px;
}
.b-rc__article_block a {
	font-style: italic;
}
.b-rc__partners, .b-rc__article, .b-rc__news {
	margin-bottom: -5px;
}
.b-rc__partners .b-rc__partners_block {
	padding: 10px 10px 10px 20px;
	font-size: 1.2em;
	line-height:1.5em;
}
.b-rc__partners .b-rc__partners_block a {
	font-style: italic;
}
.b-rc__partners .b-rc__partners_block:first-child {
	padding-top: 15px !important;
	border-top:1px solid #fff;
}
.b-rc__partners .b-rc__partners_block:last-child {
	padding-bottom: 36px !important;
	border-bottom:1px solid #e8e7db;
}
.g-lmin10 {
	margin-left: -10px !important;
}
.b-rc__info {
  padding: 20px 10px 4px;
	font-size: 1.3em;
}
.b-rc__info ul li {
	margin: 0 0 10px 0;
}
.b-rc__info ul li p {
	margin: 0 !important;
}
.b-rc__info a {
	font-style: italic;
}
.g-pad10 {
	padding: 0 10px;
}
.g-fs12 {
	font-size: 1.2em;
}
.b-rc__shem {
	padding: 0px 10px;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;
}

/*contacts*/
.b-rc__contacts {
  margin-top: 83px;
}
.b-contacts_shem {
	margin-top:-13px;
}
.b-rc__contacts .b-rc__block_cont {
	background: url("/i/rbl_bg.gif") repeat-x 0 1px;
}
.b-rc__block_cont .b-rc__contacts_block:first-child {
	padding: 23px 10px 20px 130px;
}
.b-rc__block_cont .b-rc__contacts_block:first-child .b-rc__contacts_titl {
	top:25px;
}
.b-rc__block_cont .b-rc__contacts_block:last-child {
	padding: 25px 10px 20px 130px;
}
.b-rc__block_cont .b-rc__contacts_block:last-child .b-rc__contacts_titl {
	top:26px;
}
.b-rc__contacts_block {
	position: relative;
	border-bottom: 1px solid #e8e7db;
	border-top: 1px solid #fff;
	padding: 17px 10px 20px 130px;
	font-size: 1em;
}
.b-rc__contacts_block .b-rc__contacts_titl {
	position: absolute;
	display: block;
	width: 100px;
	left: 20px;
	top:17px;
	font-family: "Times New Roman";
	font-size: 2em;
	color: #7d6b00;
}
.b-rc__contacts_text {
	position: relative;
	font-size: 1.4em;
	line-height: 1.7em;
}
.b-rc__contacts_text p {
	margin: 0;
}
.b-rc__contacts_block a {
	font-style: normal;
	text-decoration: none;
	color: #4e4200;
}
.b-rc__contacts_block a:hover {
	color: #000;
}
#feedback {
	position: relative;
	margin-top:-5px;
}
.warnText {
	margin: 5px 0 15px;
}
#feedback input {
	margin: 0 10px 7px 0;
	width: 30%;
	padding: 3px 10px;
	color: #b8b399;
	font-family: "arial",sans-serif;
   font-size: 12px;
	border: 1px solid #D7D3BE;
}
#feedback textarea {
	margin: 0px 0 10px 0;
	width: 99%;
	padding: 8px 10px;
	color: #b8b399;
	height: 110px;
	font-family: "arial",sans-serif;
	font-size: 12px;
	border: 1px solid #D7D3BE;
	overflow: auto;
}
#feedback .fill {
	color: #4e4200 !important;
}
.error {
	border:5px solid #edeede;
}
/*works*/
.b-works .b-more {
	font-size: 1.1em;
	background: #fafaf4;
}
.b-works  {

}
.b-works__th_c {
  padding: 15px 8px 4px 8px;
	background: #edeede;
	border: 2px solid #f6f6f1;
}
.b-works_thumbnails{
	text-align: center;
	margin: -44px 0 25px -10px;
	color: #7d6b00;
}
.b-contClear_projects {
	margin: 74px 0 -25px 10px;
	text-align: left;
}
.b-projects_thumbnails .b-works__th_c {
	padding: 15px 2px 4px 2px;
}
.b-projects_thumbnails{
	text-align: center;
	margin: -50px 0 25px -30px;
	color: #7d6b00;
}
.b-works_thumbnails .thumbnail{
	vertical-align: bottom;
	margin: 50px 0 0 10px;
}
.b-projects_thumbnails  .thumbnail{
	vertical-align: top;
	margin: 50px 0 0 32px;
	width: 46%;
}
.b-works_thumbnails .r {
	border:1px solid #dfdfca;
	width: 225px;
}
.b-projects_thumbnails .r {
	border:1px solid #dfdfca;
	width: 100%;
}
.b-works_thumbnails img, .b-projects_thumbnails img {
	padding: 1px;
	background: #fff;
	border:1px solid #dbdbc3;
}
.b-projects_thumbnails img {
	margin: 0 6px 0 6px;
	width: 45%;
}
.b-works_thumbnails .b-works__th_c a, .b-projects_thumbnails .b-works__th_c a.b-works__link {
	display: block;
	font-style: italic;
	color: #7d6b00;
	margin: 0 0 5px 0;
	min-height: 32px;
	background: #edeede;
}
.b-projects_thumbnails .b-works__th_c a {
	font-size: 1.3em;
}
.b-works_thumbnails .b-works__th_c a:hover, .b-projects_thumbnails .b-works__th_c a:hover {
	color: #000;
}
.b-works_thumbnails .b-works__price {
	display: block;
	margin: 8px 0 0 0;
	font-weight: bold;
	font-size: 1.25em;
	background: #edeede;
}
.b-projects_thumbnails .b-proj__desc {
	clear: both;
	text-align: left;
	color: #4e4200;
	line-height: 1.5em;
	padding: 9px 0 0 0;
}
.b-projects_thumbnails .b-proj__desc p {

}
.b-projects_thumbnails .b-proj__desc a {
	font-style: italic;
}
/*details house*/
.b-leftPrev {
	position: relative;
	float: left;
	width: 235px;
	z-index: 3;
	margin: 7px 0 0 0;
}
.b-leftPrev .b-container {
	padding: 0 0 0 5px;
}
.b-detailsProj {
	position: relative;
	float: left;
	width: 100%;
	margin-left: -235px;
	margin-top: 7px;
	z-index: 2;
}
.b-detailsProj .b-container {
	padding: 0 0 0 253px;
	margin: -15px 0 0 0;
}
.b-imgBlock {
	border:1px solid #dfdfca;
	width: 100%;
	background: #edeede;
	margin: 0 0 10px 0;
}
.b-imgBlock .b-imgBlock__cont {
  padding: 10px;
}
.b-imgBlock  img {
	padding: 1px;
	background: #fff;
	border:1px solid #dbdbc3;
}
.b-detailsProj__tab {
	margin: 41px 0 22px 0;
	border-top:1px solid #e8e7db;
	border-bottom: 1px solid #fff;
	width: 100%;
	background: #f6f6ee;
	border-collapse: separate;
   border-spacing: 0;
	line-height: 1.4em;
}
.b-detailsProj__tab td, .b-detailsProj__tab th {
	border-bottom: 1px solid #e5e4d6;
	border-top: 1px solid #fff;
	padding: 7px 15px 8px 30px;
	text-align: left;
	vertical-align: top;

}
.b-detailsProj__tab .b-detailsProj__tab_empty {
	padding: 18px 0 0 0 ;
	background: #fafaf4;
	font-size: 0;
	line-height: 0;
}
.b-detailsProj__tab .b-detailsProj__tab_empty2 {
	padding: 8px 0 0 0 ;
	background: #fafaf4;
	font-size: 0;
	line-height: 0;
}
.b-detailsProj__tab td {
	color: #836f00;
}
.b-detailsProj__tab th {
	color: #584c00;
	background: #eceade;
}
.b-detProj__desc {
	margin: 35px 0;
	line-height: 1.5em;
}
/*footer*/
.g-footer {
	position: relative;
	z-index: 2;
	background: #e8e6d8;
}

.g-footer .g-footer__container {
	position: relative;
	padding: 6px 0 0 0;
	z-index: 4;
	margin: 0 auto;
}
.g-footer .g-footer__container .b-foot__border {
	position: relative;
	height: 1px;
	border-top: 1px solid #d8d5c2;
	border-bottom: 1px solid #fff;
}
.g-footer .b-foot__flow {
	position: absolute;
	width: 126px;
	height: 89px;
	background: url("/i/flow.png") no-repeat 0 0;
	top: -84px;
	left: 19px;
}
.g-footer .b-foot__main {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 12px 10px;
	font-size: 1.2em;
}
.g-footer .b-foot__main a {
	background: #e8e6d8;
}
.g-footer .g-footer__container .b-foot__link {
	text-decoration: underline;
	color: #5d92ae;
}

.g-footer .g-footer__container .b-foot__link:hover {
	color: #000000;
}



