.left
{
  float: left;
}

.left1
{
  float: left;
}

.right
{
  float: right;
}
.inner
{
  margin: auto;
  position: relative;
  width: 960px;
}
/*inputs*/
.file_box
{
  float: left;
  padding: 0 0 0 0;
}
.file_box_desc
{
  font-size: 10px;
  padding: 0 0 4px 19px;
}
.uploader
{
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: underline;
  float: left;
}
.uploader span.filename
{
  height: 21px;
  line-height: 20px;
  width: 164px;
  padding: 0 10px;
  background: url(../images/upload_file.png) no-repeat 0 0;
  float: left;
  margin: 0 1px 0 0;
}
.uploader input
{
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.uploader span.action
{
  float: left;
  width: 65px;
  height: 21px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  color: #0d0d0d;
  background: url(../images/uploud_btn.png) repeat-x 0 0;
}
.uploader.hover span.action,
.uploader.focus span.action
{
    background-position: 0 bottom;
}
 /*FILE*/
.radio
{
  float: left;
  margin: 19px 7px 0 0;
  cursor: pointer;
}
.radio span
{
  display: block;
  height: 14px;
  width: 14px;
  background: url(../images/radio.png) no-repeat 0 0;
  float: none;
}
.radio span.checked
{
  background-position: 0 -14px;
}
.radio input
{
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0;
  opacity: 0;
}
.checker
{
  float: left;
  margin: 0 1px 0 0;
  width: 17px;
  height: 16px;
  position: relative;
}
.checker span
{
  width: 17px;
  height: 16px;
  display: block;
  background: url(../images/checkbox.png) no-repeat 0 0;
  cursor: pointer;
}
.checker span.checked
{
    background-position: 0 -16px;
}
.checker input
{
  cursor: pointer;
  width: 17px;
  height: 16px;
  opacity: 0;
  margin: 0;
  display: block;
}
.label_text
{
  display: block;
  float: left;
  padding: 4px 0 0 0;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-family: Myriad Pro, Arial;
  text-shadow: 1px 1px 0 #616161;
  -moz-text-shadow:1px 1px 0 #616161 ;
  -webkit-text-shadow:1px 1px 0 #616161 ;
  -o-text-shadow: 1px 1px 0 #616161;
}
.check_box
{
  float: left;
  padding: 0 11px 6px 0;
}

@media only screen and (max-width: 980px) {
  .check_box
  {
    float: left;
    padding: 0 0 0 9px;
  }
  .check_box:first-child
  {
    padding: 0;
  }
  .object_search .label_text
  {
    padding: 4px 0 0 0;
    font-size: 12px;
  }
}
.check_box label
{
  cursor: pointer;
}
/*SELECT*/
.ik_select
{
  position:relative;
  overflow: hidden;
  vertical-align:middle;
  background: #fff;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  height: 29px;
  font-family: Tahoma;
  font-size: 14px;
  color: #858585;
  width: 100%;
}
.ik_select_link
{
  height:29px;
  overflow:hidden;
  cursor: pointer;
  white-space:nowrap;
  line-height: 29px;
  margin: 0 0 0 0;
  padding: 0 28px 0 10px;
  background: url(../images/select_trigger.jpg) no-repeat right 0;
}
.ik_select_link_text
{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  height: 29px;
}
.ik_select_block
{
  display:none;
  position:absolute;
  z-index:9999;
  width:100%;
  left:-1px;
  top:29px;
  cursor:default;
}
.ik_select_list
{
  width: 100%;
  position:relative;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  background:#fff;
}
.ik_select_list li
{
  cursor: pointer;
  height: 29px;
  line-height: 29px;
  color: #858585;
  font-size: 13px;
  position:relative;
  padding:0 10px;
  overflow:hidden;
}
.ik_select_hover
{
  background: #EEE;
}
.ik_select_optgroup_disabled .ik_select_optgroup_label,
.ik_select_option_disabled
{
  color:#999;
}
.ik_select_link_disabled
{
  opacity:0.5;
}
.select_city
{
  float: left;
  width: 179px;
  margin: 0 6px 0 0;
}
.select_subway
{
  float: left;
  width: 194px;
  margin: 0 6px 0 0;
}
.select_amount
{
  float: left;
  width: 46px;
  margin: 0 0 0 0;
}

textarea,
input.text
{
  display:block;
  background: #fff;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: none;
  height: 30px;
  font-family: Tahoma;
  font-size: 14px;
  color: #858585;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
textarea
{
  height: 108px;
  line-height: normal;
  padding: 9px 17px;
  resize: none;
  overflow: hidden;
}
input.btn
{
  margin: 0;
  padding: 0 0 0 0;
  border: none;
  display: block;
  cursor: pointer;
  background: #f99029;
  height: 30px;
  width: 122px;
  float: right;
  font-family: Tahoma;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  outline: none;
}
.comments_block_add a:hover,
a.order_btn:hover,
input.btn:hover
{
  background: #ff9928;
}
/* end inputs*/

/* wrapper */
#wrapper
{
  position: relative;
  min-height: 100%;
  padding: 584px 0 130px 0;
  overflow: hidden;
}
.inner_page #wrapper
{
  padding: 270px 0 130px 0;
}
/* end wrapper */

/* header */
header
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 400;
  height: 584px;
  background: #fff url(../images/header_bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.inner_page header
{
  height: 270px;
}
.header_top
{
  height: 116px;
  padding-top: 12px;
  /*height: 100px;*/
  background: url(../images/city2.png) no-repeat center bottom;
}
.inner_page .header_top
{
  /*padding: 44px 0 0 0;*/
  padding: 28px 0 0 0;
}
.header_top_logo
{
  float: left;
  width: 215px;
  height: 90px;
  padding: 2px 0 0 0;
}
.header_top_logo a,
.header_top_logo img
{
  display: block;
  width: 215px;
  height: 90px;
}
.header_slider
{
  height: 484px;
}
.header_slider_item
{
  width: 720px;
  height: 357px;
  display: none;
  float: left;
}
.header_slider_item.current
{
  display: block;
}
.header_slider_item.item-1
{
  background: url(../images/slide_1.jpg) no-repeat 0 0;
}
.header_slider_item.item-2
{
  background:  url(../images/slide_2.jpg)  no-repeat 0 0;
}
.header_slider_item.item-3
{
  background:  url(../images/slide_3.jpg)  no-repeat 0 0;
}
.header_slider_item.item-4
{
  background:  url(../images/slide_4.jpg)  no-repeat 0 0;
}
.header_slider_item.item-5
{
  background:  url(../images/slide_5.jpg)  no-repeat 0 0;
}
.header_slider_item.item-6
{
  background:  url(../images/slide_6.jpg)  no-repeat 0 0;
}
.header_slider_item.item-7
{
  background:  url(../images/slide_7.jpg)  no-repeat 0 0;
}
.header_slider_item_cover
{
  width: 720px;
  height: 357px;
  background: url(../images/slide_cover.png) no-repeat 0 0;
  overflow: hidden;
}
.header_slider_item_title
{
  left: -1000px;
  position: relative;
  padding: 74px 0 15px 115px;
  font-size: 33px;
  line-height: 33px;
  color: #181818;
  font-family: 'Cuprum', Myriad Pro, Arial, sans-serif;
  font-style: italic;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header_slider_item_text
{
  left: -1000px;
  position: relative;
  padding: 0 300px 44px 115px;
  font-size: 12px;
  line-height: 14px;
  color: #636363;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.current .header_slider_item_text,
.current .header_slider_item_title
{
  left: 0;
}
.header_slider_item_phone
{
  bottom: -500px;
  position: relative;
  display: inline-block;
  margin: 0 0 0 86px;
  height: 39px;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px #525252;
  -moz-box-shadow:0 2px 3px #525252;
  -webkit-box-shadow:0 2px 3px #525252;
  -o-box-shadow:0 2px 3px #525252;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.5s 0.5s;
  -moz-transition: all 0.5s 0.5s;
  -webkit-transition: all 0.5s 0.5s;
  -o-transition: all 0.5s 0.5s;
}
.current .header_slider_item_phone
{
  bottom: 0;
}
.header_slider_item_phone span
{
  display: block;
  color: #636363;
  font-size: 19px;
  padding: 8px 28px 0 28px;
}
.header_slider_item_phone a
{
  color: #636363;
  text-decoration: none !important;
}
.header_slider_item_phone
{
  color: #636363;
  text-decoration: none;
}

/*right menu*/
.header_right_menu
{
  float: left;
  width: 240px;
}
.header_right_menu li
{
  width: 240px;
  height: 119px;
  background: url(../images/mprtmbg.jpg) no-repeat 0 -500px;
}
/*.header_right_menu li.item-2
{
  background: #7bcaf6 url(../images/blue_item.jpg) no-repeat 0 500px;
}*/
.header_right_menu li:hover
{
  background-position: 0 0 !important;
}
.header_right_menu a
{
  font-family: Myriad Pro, Arial;
  display: block;
  width: 240px;
  height: 119px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: underline;
  color: #ffffff;
  text-shadow: 1px 1px 0 #7b7b7b;
  -moz-text-shadow:1px 1px 0 #7b7b7b ;
  -webkit-text-shadow:1px 1px 0 #7b7b7b ;
  -o-text-shadow:1px 1px 0 #7b7b7b ;
}
.header_right_menu a:hover
{
  text-decoration: none;
  color: #0a496c;
  text-shadow: 0 0 0 #7b7b7b;
  -moz-text-shadow:0 0 0 #7b7b7b;
  -webkit-text-shadow:0 0 0 #7b7b7b;
  -o-text-shadow:0 0 0 #7b7b7b;
}
.header_right_menu span
{
  display: block;
  padding: 78px 0 0 3px;
}
.header_right_menu .item-1 a
{
  background: url(../images/menu_item_1.png) no-repeat center 0;
}
.header_right_menu .item-2 a
{
  background: url(../images/menu_item_2.png) no-repeat center 0;
}
.header_right_menu .item-3 a
{
  background: url(../images/menu_item_3.png) no-repeat center 0;
}
.header_right_menu a:hover
{
  background-position: center bottom !important;
}
/* end right menu*/

/*header menu*/
.header_menu
{
  height: 127px;
}
.inner_page .header_menu
{
  height: 100px;
}
/*.inner_page .header_menu
{
  border: 1px solid #ffffff;
}*/
.header_menu li
{
  float: left;
  height: 127px;
  width: 240px;
  background: url(../images/mptmbg.jpg) no-repeat 0 -500px;
}
.inner_page .header_menu li
{
  /*background: #f99029 url(../images/yellow_item_inner_d.jpg) no-repeat 0 500px;*/
  width: 210px;
  height: 100px;
}
.header_menu li.item-5,
.header_menu li.item-7
{
  background: url(../images/mptmbg.jpg) no-repeat 0 -500px;
}
.inner_page .header_menu li.item-4,
.inner_page .header_menu li.item-5,
.inner_page .header_menu li.item-6,
.inner_page .header_menu li.item-7
{
  /*background: url(../images/inner_page_tmbg.jpg) no-repeat 0 -500px;*/
  background: url(../images/innertmbg1.png) no-repeat 0 -500px;
  /*background: #F99029;*/
}
.inner_page .header_menu li.home
{
  width: 122px;
  height: 100px;
  background: url(../images/innertmbg1h.png) no-repeat 0 -500px;
  /*background:#4aabe2;*/
}
.inner_page .header_menu li.item-7
{
  width: 208px;
}
.inner_page .header_menu li.item-7 a
{
  width: 208px;
}
.header_menu li.current,
.header_menu li:hover
{
  background-position: 0 0 !important;
}

.inner_page .header_menu li.current,
.inner_page .header_menu li:hover
{
  /*background: #FF9928 !important;*/
  background: url(../images/innertmbg1.png) no-repeat 0 0;
}

.inner_page .header_menu li.home.current,
.inner_page .header_menu li.home:hover
{
  background: url(../images/innertmbg1h.png) !important;
}

.header_menu a
{
  font-family: Myriad Pro, Arial;
  display: block;
  width: 240px;
  height: 127px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: underline;
  color: #ffffff;
}
.inner_page .header_menu a
{
  width: 210px;
  height: 100px;
  font-size: 16px;
  line-height: 16px;
}
.inner_page .header_menu li.home a
{
  width: 122px;
  height: 100px;
  background: url(../images/inner_home.png) no-repeat center 0;
}
.header_menu span
{
  display: block;
  padding: 85px 2px 0 0;
}
.inner_page .header_menu span
{
  padding: 68px 0px 0 0;
}
.header_menu .item-4 a
{
  background: url(../images/menu_item_4.png) no-repeat center 0;
}
.header_menu .item-5 a
{
  background: url(../images/menu_item_5.png) no-repeat center 0;
}
.header_menu .item-6 a
{
  background: url(../images/menu_item_6.png) no-repeat center 0;
}
.header_menu .item-7 a
{
  background: url(../images/menu_item_7.png) no-repeat center 0;
}
.inner_page .header_menu .item-4 a
{
  background: url(../images/menu_item_4_inner.png) no-repeat center 0;
}
.inner_page .header_menu .item-5 a
{
  background: url(../images/menu_item_5_inner.png) no-repeat center 0;
}
.inner_page .header_menu .item-6 a
{
  background: url(../images/menu_item_6_inner.png) no-repeat center 0;
}
.inner_page .header_menu .item-7 a
{
  background: url(../images/menu_item_7_inner.png) no-repeat center 0;
}
.header_menu li.current a,
.header_menu a:hover
{
  text-decoration: none;
  color: #181818;
  background-position: center bottom !important;
}
/* end header menu*/

/* end header */

/* content */
#content
{
  position: relative;
  z-index: 300;
  padding: 88px 0 0 0;
}
.inner_page #content
{
  padding: 0 0 0 0;
}
/*service list*/
.service_list
{
  padding: 0 0 66px 80px;
}
.service_list_holder
{
  padding: 0 0 0 0;
}
.service_list_holder li
{
  margin: 0 0 5px 0;
  min-height: 33px;
}
.service_list_holder span
{
  display: block;
  float: left;
  line-height: 14px;
}
.service_list_holder span.number
{
  color: #ffffff;
  text-align: center;
  height: 33px;
  width: 33px;
  background: #f99029;
}
.service_list_holder span.number span
{
  float: none;
  padding: 11px 0 0 0;
}
.service_list_holder span.text
{
  display: block;
  padding: 11px 0 0 17px;
  width: 93%;
}
/* end service list*/

/*comments slide*/
.comments_slider
{
  padding: 0 0 0 0;
}
.comments_slider_title
{
  border-bottom: 10px solid #4aabe2;
}
.comments_slider_title_holder
{
  position: relative;
  background:#4aabe2;
  height: 77px;
  float: left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.comments_slider_title_holder .corner
{
  position: absolute;
  bottom: 0;
  left: -6px;
  height: 6px;
  width: 6px;
  background: url(../images/blue_title_corner.jpg) no-repeat 0 0;
}
.comments_slider_title_holder .corner.right
{
  float: none;
  left: auto;
  right:-6px;
  background: url(../images/blue_title_corner_r.jpg) no-repeat 0 0;
}
.comments_slider_title_holder h2
{
  color: #ffffff;
  padding: 27px 123px 0 77px;
  text-shadow: 1px 1px 0 #39719c;
  -moz-text-shadow: 1px 1px 0 #39719c;
  -webkit-text-shadow: 1px 1px 0 #39719c;
  -o-text-shadow: 1px 1px 0 #39719c;
}
.comments_slider_holder
{
  min-height: 403px;
  border-bottom: 1px solid #b6b6b5;
  background: url(../images/lines_bg.jpg);
}
.comments_slider_holder .shade
{
  min-height: 403px;
  background: url(../images/lines_bg_shade.png) repeat-x 0 0;
}
.comments_slider .inner
{
  min-height: 403px;
}
.comments_slider_title .inner
{
  min-height: 0;
}
.comments_slider_holder .shine
{
  min-height: 403px;
  background: url(../images/slider_shine.png) no-repeat center 0;
  background-size: cover;
}
.comments_slider_slide
{
  padding: 86px 0 70px 0;
}
.comments_slider_slide_image
{
  width: 230px;
  height: 230px;
  padding: 0 0 0 80px;
}
.comments_slider_slide_image a,
.comments_slider_slide_image img
{
  display: block;
  width: 230px;
  height: 230px;
}
.comments_slider_slide_text
{
  width: 591px;
  padding: 24px 0 0 0;
}
.comments_slider_slide_text p
{
  padding: 0 80px 10px 0;
}
.comments_slider_slide_text .name
{
  font-family: 'Cuprum', Myriad Pro, Arial, sans-serif;
  color: #181818;
  font-size: 29px;
  line-height: 30px;
  font-style: italic;
  margin: 0 0 0 0;
  padding: 0 0 32px 0;
}
.comments_slider .arrow
{
  position: absolute;
  left:-89px;
  top: 116px;
  width: 89px;
  height: 171px;
  background: url(../images/slider_arrow.png) no-repeat 0 0;
  overflow: hidden;
  text-indent: -1000px;
  cursor: pointer;
}
.comments_slider .arrow.forward
{
  left: auto;
  right: -89px;
  background-position: 0 bottom;
}
.comments_slider .arrow:hover
{
  opacity: 0.8;
}
.comments_slider .thumbNav
{
  position: absolute;
  left: 370px;
  bottom: 53px;
}
.comments_slider .thumbNav li
{
  float: left;
  padding: 0 5px 0 0;
}
.comments_slider .thumbNav a
{
  height: 16px;
  width: 16px;
  display: block;
  background: url(../images/pager.png) no-repeat right 0;
  overflow: hidden;
  text-indent: -1000px;
}
.comments_slider .thumbNav a.cur
{
  background-position: 0 0;
}
.comments_slider .border
{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 960px;
  height: 1px;
  background: url(../images/slider_border.jpg) no-repeat center 0;
}
/* end comments slide*/

/*object search*/
.object_search
{
  padding: 5px 0 0 0;
}
.object_search .inner
{
  width: 800px;
}
.object_search_form
{
  background: #fff url(../images/header_bg.jpg) no-repeat center -395px;
}
.object_search_form_tabs
{
  padding: 2px 0 0 2px;
}
.object_search_form_tabs li
{
  float: left;
  width: 196px;
  height: 30px;
  background: url(../images/object_tab.jpg) no-repeat 0 0;
  cursor: pointer;
  margin: 0 0 0 4px;
}
.object_search_form_tabs li.current
{
  background:none !important;
}
.object_search_form_tabs li:hover
{
  background-position: 0 bottom;
}
.object_search_form_tabs li:first-child
{
  margin: 0 0 0 0;
}
.object_search_form_tabs li span
{
  display: block;
  padding: 8px 0 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-family: Myriad Pro, Arial;
}
.object_search_form_top
{
  padding: 12px 0 14px 20px;
}
.item-2 .object_search_form_top
{
  padding: 11px 50px 11px 49px;
}
.item-3 .object_search_form_top
{
  padding: 11px 50px 11px 49px;
}
.item-4 .object_search_form_top
{
  padding: 17px 0 17px 156px;
}
.object_search_form_center
{
  padding: 0 0 23px 17px;
}
.item-2 .object_search_form_center
{
  padding: 0 0 18px 17px;
}
.item-3 .object_search_form_center
{
  padding: 0 0 18px 17px;
}
.item-4 .object_search_form_center
{
  padding: 0 0 18px 17px;
}
.object_search_form_bottom
{
  padding: 0 16px 20px 49px;
}
.item-2 .object_search_form_bottom
{
  padding: 0 16px 20px 49px;
}
.item-3 .object_search_form_bottom
{
  padding: 0 16px 20px 49px;
}
.item-4 .object_search_form_bottom
{
  padding: 0 16px 20px 49px;
}
.object_search_form_bottom .check_box
{
  padding: 6px 20px 0 0;
}
.item-2 .object_search_form_top .check_box
{
  padding: 6px 26px 0 0;
}
.item-3 .object_search_form_top .check_box
{
  padding: 6px 38px 0 0;
}
.item-4 .object_search_form_top .check_box
{
  padding: 0 32px 0 0;
}
.input_street
{
  float: left;
  width: 382px;
}
.range_line
{
  float: left;
  padding: 0 21px 0 0;
}
.range_line.low
{
  padding: 0 0 0 0;
}
.amount_line span.label,
.range_line span
{
  display: block;
  float: left;
  padding: 8px 10px 0 0;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-shadow: 1px 1px 0 #616161;
  -moz-text-shadow:1px 1px 0 #616161 ;
  -webkit-text-shadow:1px 1px 0 #616161 ;
  -o-text-shadow: 1px 1px 0 #616161;
}
.input_from
{
  float: left;
  width: 50px;
  margin: 0 9px 0 0;
}
.input_to
{
  float: left;
  width: 50px;
}
.amount_line
{
  float: right;
  padding: 0 0 0 0;
}
.amount_line.left
{
  padding: 0 0 0 30px;
  float: left;
}
/* end object search*/

/*object preview*/
.object_preview
{
  padding: 0 0 0 0;
}
.object_preview .inner
{
  width: 800px;
}
.object_preview_item
{
  padding: 34px 0 34px 0;
  border-top: 1px solid #e7e7e7;
}
.object_preview_item:first-child
{
  border: none;
}
.object_preview_item_holder
{
  padding:5px 0;
  background: #f3f3f3;
  min-height: 103px;
  display: table;
  width: 100%;
}
.object_preview_item_holder .date
{
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  width: 65px;
}
.object_preview_item_holder .date span
{
  display: block;
}
.object_preview_item_holder .image
{
  display: table-cell;
  text-align: center;
  width: 103px;
}
.object_preview_item_holder .image a
{
  display: block;
  width: 103px;
  height: 103px;
  text-align: center;
  line-height: 103px;
}
.object_preview_item_holder .image img
{
  max-width: 103px;
  max-height: 103px;
  vertical-align: middle;
}
.object_preview_item_holder .text
{
  display: table-cell;
  padding: 11px 0 0 27px;
  vertical-align: middle;
  width: 605px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}
.object_preview_item_holder .text a
{
  display: block;
  color: #5f5f5f;
  text-decoration: underline;
}
.object_preview_item_holder .text a:hover
{
  text-decoration: none;
}
.object_preview_item_holder .text span
{
  display: block;
  color: #f99029;
  padding: 10px 0 7px 0;
}
.object_preview_item_holder .address
{
  background: url(../images/location_icon.png) no-repeat 0 0;
  height: 26px;
  font-weight: normal;
}
.object_preview_item_holder .address span
{
  padding: 7px 0 0 30px;
  color: #5f5f5f;
}
/* end object preview*/

/*pager*/
.pager
{
  text-align: right;
  padding: 16px 0 0px 0;
}
.pager .inner
{
  width: 800px;
}
.pager li
{
  display: inline-block;
}
.pager a
{
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 12px;
  line-height: 12px;
  width: 24px;
  height: 24px;
  color: #505050;
}
.comments_block .pager a
{
  font-size: 14px;
  color: #4aabe2;
  height: 49px;
}
.pager .current a,
.pager a:hover
{
  text-decoration: none;
}
.pager .current a
{
  color: #ffffff;
  background: #f99029;
  cursor: default;
}
.comments_block .pager .current a
{
  color: #FFFFFF;
  width: 49px;
  height: 49px;
}
.pager span
{
  display: block;
  padding: 5px 0 0 0;
}
.comments_block .pager span
{
  display: block;
  padding: 18px 0 0 0;
}
/* end pager*/

a.back_btn
{
  display: block;
  color: #4aabe2;
  text-decoration: underline;
  height: 24px;
  background: url(../images/back_btn.jpg) no-repeat 0 0;
  line-height: 14px;
}
a.back_btn:hover
{
  text-decoration: none;
}
a.back_btn span
{
  display: block;
  padding: 4px 0 0 39px;
}

/*object block*/
.object_block
{
  padding: 5px 0 7px 0;
}
.object_block .inner
{
  width: 800px;
}
.object_block .left
{
  width: 340px;
}
.object_block .right
{
  width: 415px;
}
.object_block h1
{
  padding: 0 0 13px 0;
}
.object_block_desc
{
  padding: 16px 260px 23px 0;
  font-family: 'Cuprum', Myriad Pro, Arial, sans-serif;
  font-style: italic;
  color: #181818;
  font-size: 20px;
  line-height: 22px;

}
.object_block_price
{
  padding: 0 0 30px 0;
  font-family: 'Cuprum', Myriad Pro, Arial, sans-serif;
  font-style: italic;
  color: #f99029;
  font-size: 20px;
  line-height: 20px;
}
.object_block_price sup
{
  top: -8px;
  left: 0px;
  font-size: 11px;
}
.object_block_gallery
{
  padding: 0 0 21px 0;
}
.object_block_gallery .tab_content
{
  width: 327px;
  height: 259px;
  text-align: center;
  /*border: 5px solid #f99029;*/
}
.object_block_gallery .tab_content a
{
  display: block;
  max-height: 259px;
  max-width: 327px;
  text-align: center;
}
.object_block_gallery .tab_content img
{
  /*width: 327px;*/
  max-height: 259px;
  max-width: 327px;
  /*height: 259px;*/
}
.object_block_gallery_tumb
{
  padding: 33px 0 0 0;
}
.object_block_gallery_tumb li
{
  float: left;
  /*border: 5px solid #f99029;*/
  /*width: 91px;*/
  width: 91px;
  height: 102px;
  text-align: center;
  cursor: pointer;
  margin: 0 12px 12px 0;
}
.object_block_gallery_tumb li img
{
  display: block;
  max-width: 91px;
  max-height: 102px;
}
div.object_page_gallery_tumb_div{
    width:101px; 
    height:102px; 
    float:left; 
    text-align:center; 
    margin:0px 12px 12px 0px; 
    cursor:pointer;
}
img.object_page_gallery_tumb_img{
    max-width:101px; 
    max-height:91px;
}
.object_block_info
{
  padding: 5px 0 0 0;
  color: #5f5f5f;
}
.object_block_info_features
{
  padding: 0 0 35px 0;
}
.object_block_info_features h3
{
  padding: 0 0 23px 0;
}
.object_block_info_features_line
{
  padding: 0 0 16px 0;
  line-height: 14px;
}
.object_block_info_features_line span
{
  display: inline-block;
  width: 230px;
  color: #272727;
}
.object_block_info p
{
  padding: 0 0 17px 0;
  line-height: 17px;
}
.object_block_info_more
{
  padding: 0 0 15px 0;
}
/* end object block*/

/*map*/
.map_box
{
  width: 327px;
  height: 259px;
  /*border: 5px solid #f99029;*/
}
#map
{
  width: 327px;
  height: 259px;
}
.contacts_block_map #map
{
  width: 444px;
  height: 320px;
}
.ymaps-image-with-content-content
{
  font-size: 19px !important;
  color: #181818 !important;
  font-family: 'Cuprum', Myriad Pro, Arial, sans-serif !important;
  top: 12px !important;
  left:14px !important;
}
/* end map*/

/*block block*/
.contacts_block
{
  padding: 5px 0 60px 0;
}
.contacts_block .inner
{
  width: 800px;
}
.contacts_block h1
{
  padding: 0 0 28px 0;
}
.contacts_block_map
{
  padding: 6px 0 68px 0;
}
.contacts_block_address
{
  float: left;
  padding: 0 0 0 50px;
  color: #858585;
  line-height: 22px;
}
.contacts_block_address .contacts_block_address_phone
{
  padding: 22px 0 22px 0;
}
.contacts_block_address a
{
  text-decoration: underline;
}
.contacts_block_address a:hover
{
  text-decoration: none;
}
.contacts_block_address .contacts_block_address_phone a
{
  color: #858585;
  text-decoration: none;
}
/* end block block*/

/*feedback*/
.feedback_form
{
  width: 960px;
  margin: auto;
}
.feedback_form_holder
{
  width: 880px;
  margin: 0 0 0 0px;
  padding: 46px 0 39px 0;
  background:#fcfcfc url(../images/feedback_bg.jpg) repeat-x 0 bottom;
}
.feedback_form .left
{
  width: 314px;
  padding: 0 0 0 101px;
}
.feedback_form .right
{
  width: 314px;
  padding: 0 100px 0 0;
}
.feedback_form input.text
{
  position: relative;
  height: 36px;
  padding: 0 17px;
  border-top: 1px solid #7a7a7a;
  box-shadow: inset 0 1px 0 #d2d2d2;
  -moz-box-shadow:inset 0 1px 0 #d2d2d2;
  -webkit-box-shadow:inset 0 1px 0 #d2d2d2;
  -o-box-shadow:inset 0 1px 0 #d2d2d2;
}
.feedback_form_textarea
{
  padding: 40px 100px 44px 101px;
}
.feedback_form_textarea textarea
{
  position: relative;
  border-top: 1px solid #7a7a7a;
  box-shadow: inset 0 1px 0 #d2d2d2;
  -moz-box-shadow:inset 0 1px 0 #d2d2d2;
  -webkit-box-shadow:inset 0 1px 0 #d2d2d2;
  -o-box-shadow:inset 0 1px 0 #d2d2d2;
}
.feedback_form input.btn
{
  height: 49px;
  width: 150px;
  font-size: 16px;
}
.feedback_form_bottom
{
  padding: 0 100px 0 101px;
}
.captcha_line
{
  float: right;
  padding: 8px 65px 0 0;
}
.captcha_line_code
{
  float: left;
  width: 140px;
  height: 60px;
}
.captcha_line_input
{
  float: left;
  width: 70px;
}
.captcha_line_input input.text
{
  height: 33px;
  padding: 0 5px;
  text-align: center;
}
/* end feedback*/

/*service block*/
.service_block
{
  padding: 5px 0 98px 0;
}
.service_block .inner
{
  width: 800px;
}
.service_block h1
{
  padding: 0 0 43px 0;
}
.service_block_nav
{
  float: left;
  width: 250px;
}
.service_block_nav li
{
  padding: 0 0 36px 0;
  position: relative;
}

.service_block_nav li ul
{
  padding: 0 0 0 38px;
}
.service_block_nav li li:first-child
{
  /*padding: 0 0 35px 0;*/
  margin: 35px 0 0 0;
}

.service_block_nav li.last
{
  padding: 0 0 0 0;
}

.service_block_nav li a
{
  line-height: 16px;
}

.service_block_nav .dash
{
  position: absolute;
  top: 10px;
  left: -14px;
  height: 100%;
  min-height: 45px;
  border-left: 1px dashed #e7e7e7;
  z-index: 1;
}
.service_block_nav .sub_dash
{
  background: url(../images/sub_dash.png) no-repeat 0 0;
  width: 29px;
  height: 55px;
  position: absolute;
  z-index: 1;
  left: -47px;
  top: -44px;
}
.service_block_nav a.trigger
{
  z-index: 2;
  position: absolute;
  top: 4px;
  left: -18px;
  background: url(../images/left_menu.jpg) no-repeat 0 0;
  display: block;
  width: 10px;
  height: 10px;
}
.service_block_nav a.trigger.active
{
  background-position: 0 bottom;
}
.service_block_info
{
  float: right;
  width: 505px;
  padding: 2px 0 0 0;
}
.service_block_info h3
{
  padding: 0 0 36px 0;
  color: #858585;
}
.service_block_info p
{
  padding: 0 0 36px 0;
  line-height: 17px;
}
.service_block_info p span
{
  font-weight: bold;
}
a.order_btn
{
  display: block;
  cursor: pointer;
  background: #f99029;
  height: 48px;
  width: 220px;
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
}
a.order_btn span
{
  display: block;
  padding: 15px 0 0 0;
}
.service_block_info_phone
{
  float: left;
  padding: 15px 0 0 0;
  text-align: center;
  width:220px;
}
.service_block_info_phone span
{
  font-weight: bold;
}
.service_block_info_phone a
{
  color:#858585;
  text-decoration: none;
}
/* end service block*/

/*service price*/
.service_price
{
  padding: 5px 0 44px 0;
}
.service_price .inner
{
  width: 800px;
}
.service_price h1
{
  padding: 0 0 43px 0;
}
.service_price .left
{
  padding: 0 0 21px 26px;
  line-height: 14px;
}
.service_price .right
{
  line-height: 14px;
  padding: 0 0 21px 0;
}
.service_price_table
{
  padding: 0 0 37px 0;
}
.service_price_table h3
{
  text-align: center;
  padding: 0 0 20px 0;
}
.service_price_table tr
{
  background: #e1f5fe;
}
.service_price_table tr.stripe
{
  background: #fff;
}
.service_price_table td
{
  border: 1px solid #858585;
  height: 29px;
  vertical-align: middle;
  text-align: center;
}
.service_price_table td.col-1
{
  text-align: left;
  padding: 0 0 0 22px;
}
.service_price_table td.col-2
{
  width: 205px;
}
.service_price_table td.col-3
{
  width: 140px;
}
.service_price_table a
{
  color: #858585;
  text-decoration: underline;
}
.service_price_table a:hover
{
  text-decoration: none;
}
.service_price_desc
{
  padding: 10px 20px 0 26px;
}
.service_price_desc sup
{
  font-size: 14px;
  top: 0;
}
/* end service price*/

/*comments*/
.comments_block
{
  padding: 5px 0 29px 0;
}
.comments_block .inner
{
  width: 800px;
}
.comments_block h1
{
  padding: 0 0 50px 0;
}
.comments_block_add
{
  float: right;
  padding: 0 0 0 0;
}
.comments_block_add a
{
  display: block;
  cursor: pointer;
  background: #f99029;
  height: 48px;
  width: 220px;
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
}
.comments_block_add span
{
  display: block;
  padding: 15px 0 0 0;
}
.comments_block_list
{
  padding: 0 0 18px 0;
}
.comments_block_list_item
{
  border-top: 1px solid #e7e7e7;
  padding: 16px 0 16px 0;
}
.comments_block_list_item:first-child
{
  border: none;
}
.comments_block_list_item_status
{
  float: left;
  width: 37px;
  height: 51px;
  padding: 29px 22px 0 10px;
}
.comments_block_list_item_text
{
  overflow: hidden;
  padding: 0 0 0 0;
}
.comments_block_list_item_text a
{
  display: block;
  line-height: 14px;
  font-weight: bold;
}
.comments_block_list_item_text p
{
  padding: 10px 0 0 0 ;
}
.order_block_form,
.comments_block_form
{
  background: #fcfcfc url(../images/upper_form.jpg) repeat-x 0 bottom;
  padding: 33px 96px 43px 97px;
}
.order_block_form input.text,
.comments_block_form input.text
{
  position: relative;
  height: 36px;
  padding: 0 17px;
  margin: 0 0 34px 0;
  border-top: 1px solid #7a7a7a;
  box-shadow: inset 0 1px 0 #d2d2d2;
  -moz-box-shadow:inset 0 1px 0 #d2d2d2;
  -webkit-box-shadow:inset 0 1px 0 #d2d2d2;
  -o-box-shadow:inset 0 1px 0 #d2d2d2;
}
.order_block_form textarea,
.comments_block_form textarea
{
  margin: 0 0 42px 0;
  position: relative;
  height: 145px;
  border-top: 1px solid #7a7a7a;
  box-shadow: inset 0 1px 0 #d2d2d2;
  -moz-box-shadow:inset 0 1px 0 #d2d2d2;
  -webkit-box-shadow:inset 0 1px 0 #d2d2d2;
  -o-box-shadow:inset 0 1px 0 #d2d2d2;
}
.order_block_form input.btn,
.comments_block_form input.btn
{
  height: 49px;
  width: 220px;
  font-size: 16px;
}
.comments_block_form_status
{
  padding: 0 0 22px 0;
}
.comments_block_form_status label
{
  float: left;
  display: block;
  margin: 0 0 0 66px;
  cursor: pointer;
}
.comments_block_form_status .negative
{
  margin: 0 0 0 0;
  float: right;
}
.comments_block_form_status label:first-child
{
  margin: 0;
}
.comments_block_form_status .icon
{
  display: block;
  padding: 0 16px 0 0;
  width: 37px;
  height: 51px;
  float: left;
}
.comments_block_form_status .label_text
{
  font-family: Tahoma, Arial;
  padding: 19px 0 0 0;
  color: #9f9f9f;
  text-shadow: none;
  -moz-text-shadow:none ;
  -webkit-text-shadow: none;
  -o-text-shadow: none;
}
.comments_block_form_status .positive .label_text
{
  color: #90bb1d;
}
.comments_block_form_status .negative .label_text
{
  color: #ff0000;
}
/* end comments*/

/*order block*/
.order_block
{
  padding: 5px 0 56px 0;
}
.order_block .inner
{
  width: 800px;
}
.order_block h1
{
  padding: 0 0 45px 0;
}
.order_block.low h1
{
  padding: 0 0 18px 0;
}
.order_block a.back_btn
{
  margin: 0 0 25px 0;
}
.order_block_form
{
  padding: 46px 96px 53px 96px;
}
.order_block_form.low
{
  padding: 46px 116px 53px 96px;
}
.order_block_form .left
{
  width: 286px;
}
.order_block_form .right
{
  width: 288px;
}
.order_block_form input.text
{
  margin: 0 0 30px 0;
}
.order_block_form.low input.text
{
  margin: 0 0 24px 0;
}
.order_block_form textarea
{
  margin: 0 0 17px 0;
  height: 170px;
}
.order_block_form.low textarea
{
  margin: 0 0 18px 0;
  height: 170px;
}
/* end order block*/

/*about block*/
.about_block
{
  padding: 5px 0 0 0;
}
.about_block .inner
{
  width: 800px;
}
.about_block h1
{
  padding: 0 0 30px 0;
}
.about_block p
{
  line-height: 17px;
  padding: 0 20px 36px 0;
}
/* end about block*/

/* end content */

/* footer */
footer
{
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #e6e6e6;
}
.inner_page footer
{
  border: none;
}
footer .inner
{
  height: 130px;
}
footer .left
{
  padding: 35px 0 0 57px;
}
footer .right
{
  padding: 40px 80px 0 0;
}
.footer_contacts
{
  position: relative;
  background: url(../images/footer_left_bg.jpg) repeat-x 0 0;
  height: 60px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 5px;
  border-radius: 5px 5px 15px 5px;
  -moz-border-radius:5px 5px 15px 5px;
  -webkit-border-radius:5px 5px 15px 5px;
  -o-border-radius:5px 5px 15px 5px;
}
.footer_contacts .corner
{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 134px;
  height: 31px;
  background: url(../images/footer_left.jpg) no-repeat 0 0;
}
.footer_contacts_top
{
  color: #000000;
  font-family: Myriad Pro, Arial;
  font-size: 16px;
  line-height: 16px;
  padding: 9px 23px 3px 23px;
}
.footer_contacts_phone
{
  color: #000000;
  font-family: Myriad Pro, Arial;
  font-size: 23px;
  line-height: 23px;
  padding: 2px 0 0 23px;
}
.footer_contacts_phone span
{
  font-weight: bold;
}
.footer_contacts_phone a
{
  color: #000000;
  text-decoration: none !important;
}
.footer_social
{
  padding: 0 0 8px 0;
}
.footer_site_map
{
  text-align: right;
}
.footer_site_map a
{
  font-family: Myriad Pro, Arial;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
  color: #000000;
}
.footer_site_map a:hover
{
  text-decoration: none;
}
/* end footer */

/* MY */
.service_block_nav a
{
    cursor: pointer;
}

.service_block_nav ul li ul
{
    display: none;
}

.service_block_nav ul li div.checkbox
{
    position: relative;
    z-index: 2;
    left: -18px;
    display: block;
    margin: 4px 4px 0 0;
    float: left;
    width: 10px;
    height: 10px;
}

.service_block_nav ul li.yes div.checkbox {
    background: url(../images/left_menu_old.jpg) no-repeat 0 0;
}

.service_block_nav ul li.no div.checkbox {
    background: url(../images/left_menu.jpg) no-repeat 0 0;
}

.service_block_nav ul li.no div.checkbox, .service_block_nav ul li.yes.active div.checkbox {
    background-position: 0 bottom;
}