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,img,
ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,u,
i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
embed,figure,figcaption,footer,header,hgroup,menu,nav,output,
ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
b {
  font-weight: bold;
  display: inline-block;
}
a {
  display: inline-block;
  color: #C78C00;
}
a:hover {
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  background: #f3eeea url(../img/back.png) repeat-x;
  line-height: 1;
  margin: 0 auto;
  min-width: 1000px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
html,
body {
  height: 100%;
}
.wrapperOut {
  min-height: 100%;
  margin-bottom: -135px;
}
.wrapperIn {
  padding-bottom: 135px;
}
.container {
  width: 960px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  clear: both;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}
.clear {
  clear: both;
}

.header-top {
  height: 35px;
  position: relative;
  background: #f3eeea;
}
.social {
  position: absolute;
  right: 20px;
  color: #797979;
  display: inline-block;
  font-size: 14px;
  height: 35px
}
.social div{
  display: inline-block;
  float: left;
  line-height: 35px;
}
.social ul{
  display: inline-block;
  height: 100%;
}
.social li {
  margin: 0 0 0 15px;
  float: left;
  position: relative;
  height: 100%;
  line-height: 35px;
}
.social li a {
  display: block;
  height: 100%;
  line-height: 35px;
  vertical-align: middle;
}
.social li a img{
  display: block;
  vertical-align: middle;
  margin: 10px 0 0 0;
}
.see_map{
  line-height: 35px;
  color: #797979;
  font-size: 14px;
  padding: 0 0 0 25px;
  background: url(../img/arrow.png) no-repeat 1px center;
  position: absolute;
  left: 210px;
  text-decoration: none;
  
}
.see_map span{
  border-bottom: 1px solid rgba(121, 121, 121, 0.2);
}


.tel {
  position: absolute;
  left: 20px;
  color: #797979;
  line-height: 35px;
  font-size: 15px;
  padding: 0 0 0 25px;
  background: url(../img/tel.png) no-repeat 1px center;
  font-family: 'PT Sans', sans-serif;
  white-space: nowrap;
}
.header_bottom{
  height: 119px;
  position: relative;
  border-top: 1px solid transparent;
}
.logo {
  display: inline-block;
  position: absolute;
  width: 200px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.mainmenu {
  margin-top: 35px;
  height: 45px;
  padding: 0;
  width: 100%;
  z-index: 1000;
  /* для отображения подпунктов поверх остальных блоков */

}
.mainmenu ul,
.mainmenu ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainmenu ul {
  height: 45px;
  width: 100%;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
}
.mainmenu ul li {
  position: relative;
}
.mainmenu > ul > li:nth-child(3){
  margin: 0 270px 0 0;
}
.mainmenu > ul > li:nth-child(4),.mainmenu > ul > li:nth-child(1){
  border: none !important;
}
.mainmenu > ul > li {
  position: relative;
  float: left;
  height: 45px;
  padding: 0;
  vertical-align: middle;
  border-left: 1px solid #e4e4e4;
}
.mainmenu ul li:last-child {
  border-right: none;
}
.mainmenu ul li a {
  padding: 0 18px;
  display: block;
  color: #252525;
  text-decoration: none;
  line-height: 45px;
font-family: 'Lora', serif;
}
.mainmenu ul li a:hover {
  color: #E5AF31;
}
.mainmenu ul li:hover > div > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.mainmenu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.mainmenu ul li ul {
  background: #f3eeea ;
  text-transform: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 45px;
  font-size: 12px;
  height: auto;
  width: 190px;
  z-index: 1000;
}
.mainmenu ul li ul li {
  border-bottom: 1px solid rgba(0,0,0,0.1);

  
  position: relative;
  left: 0;
  float: none;
  height: auto;
  margin: 0;
  text-align: left !important;
}
.mainmenu ul li ul li a {
  padding: 10px  0 10px 10px ;
  line-height: 1;
  font-family: Arial !important;
  font-size: 14px;
  border: none;
}
/*************************** Выпадающие пункты второго уровня */
.mainmenu ul li ul li ul {
  top: 0;
  left: 190px;
  _margin: 0;
  /*IE6 only*/

}
.content{
  background: #fff;
  padding: 0 20px;
}
.gallery_in .client_part{
  float: none!important;
  width: auto!important;
  height: auto!important;
  padding: 0!important;
}
.gallery_in .client_part li{
    float: left !important;
  margin: 0 4% 27px 0 !important;
  width: 22% !important;
}
.gallery_in .client_part li a{
  border:none;
}
.gallery_in .client_part li a:hover{
   border:none;
}
.gallery_in .client_part img{
  width: 100% !important
}
/*Slider*/
.slider {
  clear: both;
  position: relative;
  margin: 0 auto;
  min-height: 200px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 5;
  -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100% !important;
  left: 0;
  top: 0;
  list-style: none;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides_tabs {
  display: block;
  font-size: 0px;
  text-align: center;
  z-index: 10;
  width: 100%;
  background: url(../img/slider.png)no-repeat;
  background-size:  100% auto;
  height: 70px;
}
.rslides_tabs li {
  display: inline;
  margin: 10px  1px 0 0;
  background: #2a8609;
}
.rslides_tabs a {
  width: 1px;
  text-decoration: none;
  line-height: 20px;
  padding: 7px 7px;
  border: 2px solid #e4e4e4;
  height: 1px;
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 5px 5px 0 0;

}
.rslides_tabs .rslides_here a {
  border: 2px solid #e5af31;
  color: #000;
}
.section-header {
  overflow: hidden;
  margin: 10px 0 30px 0;
}
.fancy {
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
.fancy span, .fancy h1 {
  display: inline-block;
  position: relative;
  color: #252525;
  font-size: 19px;
font-family: 'Lora', serif;
}
.fancy span:before, .fancy h1:before, .fancy span:after, .fancy h1:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #cac6c3;
  top: 14px;
  width: 600px;
}
.fancy span:before, .fancy h1:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after, .fancy h1:after {
  left: 100%;
  margin-left: 15px;
}

.clear {
  clear: both;
}
.all:after{
  display: block;
  clear: both;
  content: '';
}
.all li{
  float: left;
  margin: 0 4% 27px 0;
  width: 22%;
  border-bottom: 3px solid #e6b33c
}
.all li:nth-child(4n+1){
  clear: both;
}
.all li .img {
  height: 140px;
  overflow: hidden;
}
.all li .img img{
  width: 100%;
  display: block;
  vertical-align: middle;
}

.all_name{
  text-decoration: none;
  font-weight: normal;
  padding: 15px 0;
   background: #fff;
  text-align: center;
  display: block;
  color: #949494;
  font-size: 16px;
}
.all li:nth-child(4n+4){
  margin: 0;
  float: right;
}
.map{
  height: 460px;
  position: relative;
  zoom:none;
}
.adress{
  padding: 25px 30px;
  background: rgba(255,255,255,0.9);
  display: inline-block;
  position: absolute;
  top: 150px;
  left: 10%;
  font-size: 15px;
  color: #5f5f5f;
  line-height: 25px;
  font-weight: normal;
}
.client_part:after {
  display: block;
  clear: both;
  content: '';
}
.client_part li{
  float: left;
  margin: 0 4% 27px 0;
  width: 22%;
}
.client_part li:nth-child(4n+4){
  margin: 0!important
}
.client_part li img,.client_part li a {
    display: block;
    width: 100%;

}
.footer {
  height: 150px;
}
.footlogo_copy{
  position: absolute;
  left: 20px;
  top: 30px;
  color: #686868;
  font-size: 15px;
  width: 300px;
}
.foot_logo{
  padding: 0 16px 0 0;
  border-right: 1px solid #cac6c3;
  float: left;
  margin: 0 16px 0 0;
  height: auto;
}
.copyright{
  white-space: nowrap;
  margin: 30px 0 0 0;
  vertical-align: middle;
}
.footmenu {
  display: block;
  position: absolute;
  right: 20px;
  top: 50px;
}
.footmenu li {
  float: left;
}
.footmenu li a {
  color: #686868;
  font-size: 15px;
  text-decoration: none;
}
.footmenu li ul{
  display: none;
}
.footmenu li:after {
  content: '/';
  display: inline-block;
  color: #4d4d4d;
  margin: 0 10px;
}
.footmenu li:last-child:after {
  content: '' !important;
}
.foot_social{
  position: absolute;
  right: 20px;
  top: 80px;
}
.foot_social li{
  float: left;
  margin: 0 14px 0 0;
}
.gallery_id:after{
  content: '';
  display: block;
  clear: both;
}
.cl_article_div{
  width: 24%;
  margin: 0 1% 10px 0;
  float: left;
}