/* CSS Document */

html{height:100%;}
body{
	height:100%;
	font-family : Arial; 
	background:#e8f4f8;
	background-size: cover;
}
.clearfix{
	clear:both;
	}
.wrap{
	position:relative;
	min-height : 100%;
	height : auto !important ;
	height : 100%;
	
	}

.header{
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px;
	height: 120px;
	background:white;
	}

.header .logo{
	position: absolute;
	top:9px;
	left:35px;
	}
.header .contacts{
	position: absolute;
	right: 202px;
	top:30px;
	}
.header .contacts div{
	margin: 18px 10px 0 30px;
	}
.header .phone{
	background:url(../images/phone.png) no-repeat left center;
	height: 25px;
	padding:0 0 0 35px;
	font-family : 'Open sans';
	font-weight : bold;
	font-size : 16px;
	color : #2d2d2d;
	float: right;
	}
	
.header .email{
	background: url(../images/email.png) no-repeat left center;
	height: 25px;
	padding: 0 0 0 35px;
	font-family : 'Open sans';
	font-size: 13px;
	color: #0071bc;
	float: left;
	line-height: 25px;
	}
.header .email a{
	color : #0071bc;
}
.header .email a:hover{
	color : #2F9CE4;
}		
.header .online-btn, .online-form input[type=submit]{
	height: 40px;
	display:block;
	font-family : 'Open sans';
	font-size : 16px;
	letter-spacing : 0.15px;
	color : #fff;
	line-height:40px;
	padding:0 18px;	
	border-radius:2px;
	
	background: #4aa9e8;
	background: -moz-linear-gradient(top,  #4aa9e8 0%, #389ada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4aa9e8), color-stop(100%,#389ada));
	background: -webkit-linear-gradient(top,  #4aa9e8 0%,#389ada 100%);
	background: -o-linear-gradient(top,  #4aa9e8 0%,#389ada 100%);
	background: -ms-linear-gradient(top,  #4aa9e8 0%,#389ada 100%);
	background: linear-gradient(to bottom,  #4aa9e8 0%,#389ada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aa9e8', endColorstr='#389ada',GradientType=0 );

	}
.header .online-btn:hover, .online-form input[type=submit]:hover{
	background:#0071bc;
	}	
ul.pagination li.active {
	background: #4aa9e8;
	background: -moz-linear-gradient(top,  #4aa9e8 0%, #389ada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4aa9e8), color-stop(100%,#389ada));
	background: -webkit-linear-gradient(top,  #4aa9e8 0%,#389ada 100%);
	background: -o-linear-gradient(top,  #4aa9e8 0%,#389ada 100%);
	background: -ms-linear-gradient(top,  #4aa9e8 0%,#389ada 100%);
	background: linear-gradient(to bottom,  #4aa9e8 0%,#389ada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aa9e8', endColorstr='#389ada',GradientType=0 );
}
ul.pagination li:hover{
	background:#cfe6ed;
}
.header .online-btn{
	position:absolute;
	right:30px;
	top:40px;
}

.slider{
	width: 940px;
	padding: 0 30px;
	height: 400px;
	background:white;
	margin: 0 auto;
	position: relative;
	}	
.slider .inner{
	width: 940px;
	height: 400px;
	margin:0 auto;
	position:relative;
	}
.bx-wrapper{
	position: relative;
	width: 940px;
	margin: 0 auto;
}

.slides{
	padding:0;
	margin:0;
	height: 400px;
	
	}
/* Ширина элемента списка (туда помещается картинка и блок с описанием)  */
.slides li {
	list-style: none;
	width: 940px;
	height:400px;
	overflow:hidden;
	/*padding-left: 62px;*/
	position: relative;
	background:#969696;
}


/* Уводим картинку влево, чтобы блок с описанием оказался справа  */
.slides li img {
	float: left;
	height:400px;
}

.slides li .content_slide{
	background: rgba(0,113,188,0.4);
	width: 100%;
	height:400px;
	position: relative;
	font-family : Arial;
	font-weight : bold;
	font-size : 20px;
	color : #FFFFFF;
	position: absolute;
	bottom:0;
	left:0;
	
	 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
	}
.slides:hover .content_slide{
	background:none;
}
.slides:hover .txt{
	opacity:0;
}
.slides li .content_slide .txt{
	margin: 0 auto;
	top: 45%;
	position: relative;
	text-align:center;
	font:300 28px  'open sans';
	
	-webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}

/* Стили переключателей 1,2,3,4 и т.д.   */
.bx-pager {
	position: relative;
	z-index: 100;
	bottom: 30px;
	display: inline-block;
	margin: 0 auto;
}
.bx-controls{
	width: 100%;
	height: 0;
	text-align: center;
}
.bx-pager a {
	display: block;
	width: 14px;
	height: 16px;
	/* padding-top: 10px; */
	background-image: url(../images/slider-paging.png);
	background-position: 0 0;
	float: left;
	display: block;
	cursor: pointer;
	font-size: 0px;
	margin-right: 6px;
}
.bx-pager a.active{
	background-position: 0px -16px ;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -23px;
	outline: 0;
	width: 26px;
	height: 46px;
	text-indent: -9999px;
	z-index: 100;
}

.bx-wrapper .bx-prev {
left: 20px;
background: url(../images/slide_controls.png) no-repeat;
}
.bx-wrapper .bx-prev:hover{
left: 20px;
background: url(../images/slide_controls.png) 0 -49px no-repeat;
}

.bx-wrapper .bx-next {
right: 20px;
background: url(../images/slide_controls.png) -27px 0 no-repeat;
}
.bx-wrapper .bx-next:hover {
right: 20px;
background: url(../images/slide_controls.png)  -27px -49px no-repeat ;
}

.line{
	background: #e8f4f8;
	height: 2px;
	width: 1000px;
	margin: 0 auto;
	}
.container{
	width: 940px;
	padding: 30px 30px 0;
	background:white;
	margin:0 auto;
	position:relative; 
	min-height : 100%;
	padding-bottom : 60px;
	height : auto !important ;

}
.container .left_col{float: left; width: 260px;}
.container .left_col .menu{
	width: 220px;
	}
.container .left_col .banners a{
	display:block;
	margin:30px 0 0;
	}	
.container .left_col .menu ul{
	width:220px;
	}
3.container .left_col .menu ul li{
	width:220px;
	height:59px;
	margin: 0 0 1px 0;
}
.container .left_col .menu ul li a{
	font-family: 'open sans';
	font-size: 16px;
	line-height: 29px;
	color: #2d2d2d;
	display: block;
	width: 200px;
	padding:0  0 0 20px;
	height: 59px;
	line-height: 60px;
	background:#e8f4f8;
	position:relative;
	margin: 0 0 1px;
	
	-webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
     -o-transition: all 0.2s ease;
     transition: all 0.2s ease;

	}
	
.container .left_col .menu ul li a.active{
	color: #fff!important;
	background: #4aa9e8!important;
	background: -moz-linear-gradient(top,  #4aa9e8 0%, #389ada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4aa9e8), color-stop(100%,#389ada));
	background: -webkit-linear-gradient(top,  #4aa9e8 0%,#389ada 100%);
	background: -o-linear-gradient(top,  #4aa9e8 0%,#389ada 100%);
	background: -ms-linear-gradient(top,  #4aa9e8 0%,#389ada 100%);
	background: linear-gradient(to bottom,  #4aa9e8 0%,#389ada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aa9e8', endColorstr='#389ada',GradientType=0 );
	}
.container .left_col .menu ul li a:hover{
	background:#cfe6ed;
}
.container .left_col .menu ul li a.active:before{
	content: "";
	display: inline-block;
	position: absolute;
	border: 6px solid white;
	border-color: transparent white transparent transparent;
	top: 50%;
	margin-top: -6px;
	right: 0px;
}

.container .left_col .menu ul li:last-child a{
	border: none;
	}	
.container .left_col .search{
	widtH: 168px;
	margin:20px auto;
	position:relative;
	}	
	
.container .left_col .search input[type=text]{
	background:url(../images/search.png) no-repeat;
	widtH: 118px;
	height: 26px;
	padding:0 40px 0 10px;
	font-family : Arial;
	font-style : italic;
	font-size : 12px;
	line-height : 18px;
	color : #666666;
	}
.container .left_col .search input[type=submit], .container .left_col .search input[type=button]{
	background:url(../images/search-btn.png) no-repeat;
	widtH: 41px;
	height: 26px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	}	
.content{
	overflow: hidden;
	padding: 0 10px 0 0;
	}
.content h1{
	font-family: 'open sans';
	font-weight: 200;
	font-size: 28px;
	line-height:28px;
	color: #111;
	margin: -4px 0 25px 0;
	}
.content h2{
	font-family : Calibri;
	font-weight : bold;
	font-size : 28px;
	color : #0071BC;
	}
.content h3{
	font-family : Calibri;
	font-weight : bold;
	font-size : 22px;
	color : #0071BC;
	}

.content p{	
  font-family : 'open sans';
  font-size : 13px;
  line-height : 18px;
  color : #707070;	
  margin: 25px 0;
}

.content p a{
color: #0071BC;
}

.content p a:hover{
	text-decoration: none;
	color: #2F9CE4;
}

.content img{
	float: left;
	margin:0 20px 10px 0;
	}
.content ul{
	
	margin:0 0 0 12px;
	font-family : 'open sans';
	font-size : 13px;
	line-height : 18px;
	color : #707070;
	}
.content ul li{
	padding: 0 0 10px 14px;
	background: url(../images/li-bg.png) left 7px no-repeat;
}	

.breadcrumbs{
	line-height: 18px;
	font: 13px 'open sans';
	color: #738CA4;
	margin:0 0 5px;
	}
.breadcrumbs a{color: #0071bc; font: 13px 'open sans';}
.breadcrumbs a:hover{color : #738CA4; text-decoration:none;}	
.content table{margin:20px 0;}
.content table thead{}
.content table thead th, .content table thead td{  
	font: bold 13px 'open sans';
	letter-spacing: 0.35px;
	color: #2d2d2d;
	padding: 10px;
	border: 1px solid #b7b7b7;
	line-height:15px;
	}
.content table tbody{}
.content table tbody tr{border-bottom:#0071BC solid 1px;}
.content table tbody tr td{
	color: #707070;
	font: 13px 'open sans';
	letter-spacing: 0.35px;
	padding: 10px;
	border: 1px solid #b7b7b7;
	}
.content table{}


	
.mainpage{}
.mainpage .left{
	float: left;
	width: 315px;
	margin-right: 35px;
}
.mainpage .right{float: left; width: 280px;}
.mainpage h1{
  font-family : 'open sans';
  font-weight : 200;
  font-size : 28px;
  color : #111;
  margin: -4px 0 25px 0px;
}

.mainpage h2{
  font-family : Arial;
  font-weight : bold;
  font-size : 20px;
  color : #4D4D4D;	
	}
.mainpage ul{
	list-style: none;
	margin:0 0 0 0;
	font-family : 'open sans';
	font-size : 13px;
	line-height : 18px;
	color : #707070;
	}
	
.mainpage .contacts{
	font-family : 'open sans';
	font-size : 13px;
	line-height : 26px;
	color : #666666;
	margin:20px 0;
	}
.mainpage .contacts a{
	color: #0071bc;
	}
.mainpage .contacts a:hover{
	color: #2F9CE4;
	}
	
.view_all_news{
	color: #0071bc;
	font: 13px 'open sans';
	position: relative;
	float: right;
	top: 10px;
	display: inline;
	overflow: hidden;
}
.other_news{
	overflow:hidden;
	margin:40px 0 0;
	position:relative;
}
.other_news>h2{
	font: 200 24px 'open sans';
	color: #111;
	display: inline-block;
	overflow: hidden;
}	
.catalog{width:680px; position:relative; overflow:visible;}
.catalog ul.lvl-1{
	list-style: none;
	margin: 0;
	font-style: normal;
	}
.catalog ul.lvl-1 li{
	width:155px;
	display:inline-block;
	vertical-align:top;
	background:none;
	padding:0;
	margin: 0 16px 32px 0;
	margin: 0 12px 32px 0\9;
	
	}	
.catalog ul.lvl-1 li:nth-child(4n+4) {
margin: 0 0 25px 0;
}	
.catalog ul.lvl-1 li .img{
	vertical-align: bottom;
	text-align: center;
	width: 155px;
	height: 155px;
	overflow: hidden;
	margin: 0 0 10px;
}
.catalog ul.lvl-1 li .img img{
	float: none;
	margin:0;
/* 	border-bottom:4px solid #0071BC; */
	}
.catalog ul.lvl-1 li .title{
	text-align: left;
	font:bold 13px 'open sans';
	letter-spacing : 0.35px;
	color : #2d2d2d;
	}
.catalog ul.lvl-1 li  a:hover .title{
	color : #0071bc;
}	
.catalog ul.lvl-2{
	list-style: none;
	margin:0;
	font-style:normal;
	}
.catalog ul.lvl-2 li{
	margin:0;
	padding:0 0 25px 0;
	display: table;
	background: none;
	
	}
.catalog ul.lvl-2 li:last-child{
	background: none;
	}
.catalog ul.lvl-2 li .left{
	float: left;
	}

.catalog ul.lvl-2 li .right{
	
	}

.catalog ul.lvl-2 li .img{
	display: blockl;
	text-align:center;
	width: 153px;
	height: 153px;
	position:relative;
	padding: 0 20px 0 0;
	}

.catalog ul.uslugi li .uslugi-img {
	width: 120px!important;
	height: 120px!important;
	margin: 0 20px 0 0 ;
	}	

.catalog ul.lvl-2 li a:hover .img:before{
	background:#0071bc;
	background:rgba(0,113,188,0.5);
}
.catalog ul.lvl-2 li a:hover .img:after{
	content: "Ознакомиться подробнее";
	color: white;
	font: 16px 'open sans';
	width: 153px;
	line-height: 18px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 40%;
	text-align:center;
}
.catalog ul.lvl-2 li .img:before{
	content: "";
	width: 153px;	
	height: 100%;
	position: absolute;
	background:none;
	left: 0;
	top: 0;
	
	 -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
     -o-transition: all 0.2s ease;
     transition: all 0.2s ease;
}
.catalog ul.lvl-2 li .right{
	width:680px;
}
.catalog ul.lvl-2 li .img img{
	float: none;
	margin:0;
	}
.catalog ul.lvl-2 li .uslugi-img img{
	float: none;
	margin:0;
}
.catalog ul.lvl-2 li .title{
	font: 18px 'open sans';
	color : #4D4D4D;
	margin: -6px 0 0 0;
	}
.catalog ul.lvl-2 li .title a{
	color: #4D4D4D;
	font: 18px 'open sans';
}
.catalog ul.lvl-2 li .title a:hover{
	color:#0071bc;
}
.catalog ul.lvl-2 li .txt{
	font: 13px 'open sans';
	line-height: 18px;
	color: #707070;
	margin: 10px 0 0 0;
	}

	
.catalog .lvl-3{}
.catalog .lvl-3 .img{
	float: left;
	width: 328px;
}	
.catalog .lvl-3 .txt{
	float: left;
	width: 345px;
}

.catalog .lvl-3 .txt .title{
	font-family : Arial;
	font-weight : bold;
	font-size : 20px;
	color : #4D4D4D;
}	
.gallery{
	width:700px;
	overflow:hidden;
}
.gallery ul.lvl-1{
	list-style: none;
	margin: 0;
	font-style: normal;
	}
.gallery ul.lvl-1 li{
	float: left;
	width: 220px;
	height: 220px;
	margin: 0 10px 10px 0;
	padding: 0;
	}	
.gallery ul.lvl-1 li:nth-child(3n+3) {
	width: 220px;
	height: 220px;
	position: relative;
}	
.gallery ul.lvl-1 li .img{
	width: 220px;
	height: 220px;
	position: relative;
	overflow:hidden;
}

.gallery ul.lvl-1 li .img img{
	float: none;
	margin:0;
	}
.gallery ul.lvl-1 li .title{
	position: relative;
	top: 0;
	font: 18px 'open sans';
	color: #FFFFFF;
	height: 50px;
	line-height: 20px;
	width: 175px;
	padding: 10px 35px 10px 0;
	background: none;
	}
	
.gallery ul.lvl-1  .shadow{
	background:#0071bc;
	background: rgba(0,113,188,0.5);
	width: 200px;
	height: 220px;
	position:absolute;
	padding:70px 0 0 0;
	bottom:-150px; left:0
	
	-webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
     -o-transition: all 0.2s ease;
     transition: all 0.2s ease;
	}
.gallery ul.lvl-1  .img:hover .shadow{
	bottom:0;
}
	
.gallery ul.lvl-1 .shadow{
	font:13px 'open sans';
	color:white;
	line-height:15px;
	padding: 0 10px;
	display:block;
	}	
.shadow-title{
	position: relative;
	top: 0;
	left: -10px;
	font: 18px 'open sans';
	color: #FFFFFF;
	min-height: 30px;
	line-height: 20px;
	width: 180px;
	text-align: left;
	padding: 10px 10px 5px;
	background: none;

}
	
	
.gallery ul.lvl-2{
	list-style: none;
	margin:0;
	vertical-align: top;
    font-size: 0 !important;
	font-style:normal;
	}
.gallery ul.lvl-2 li{
	float: left;
	width: 220px;
	height: 220px;
	margin: 0 10px 10px 0;
	padding: 0;
	background:none;
	}	
.gallery ul.lvl-2 li:nth-child(3n+3) {

}	
.gallery ul.lvl-2 li .img{
	display: block;
	width: 220px;
	height: 220px;
	position: relative;
}

.gallery ul.lvl-2 li .img img{
	float: none;
	margin:0;
	}
.gallery ul.lvl-2 li .title{
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.35px;
	text-decoration: underline;
	text-align: center;
	margin: 10px 0 0;
	line-height: 1.2;
	color: #0071BC;
	}
.gallery ul.lvl-2 li a:hover .title{
	text-decoration: none;
}	
	
.gallery ul.lvl-2 .shadow{
	display: none;
	background:#0071bc;
	background: rgba(0,113,188,0.5);
	width: 220px;
	height: 220px;
	position: absolute;
	bottom: 0;
	}
.gallery ul.lvl-2 .shadow a{
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 220px;
	background: url(../images/zoom.png) center center no-repeat;

	}	
	
.news{
	width:720px;
}

.other_news .news{
	margin:14px 0 0;
}
.news ul.lvl-2{
	list-style: none;
	margin:0;
	font-style:normal;
	}
.news ul.lvl-2 li{
	display: inline-block;
	width: 323px;
	overflow: hidden;
	margin: 0 20px 40px 0;
	vertical-align: top;
	padding:0;
	background:none;
	}

.news ul.lvl-2 li  img{
	float: left;
	max-width: 140px;
	max-height: 140px;
	margin: 0;
	padding: 0;
	margin: 0 17px 14px 0;
	}
.news ul.lvl-2 li .right{
	
	}

.news ul.lvl-2 li .date, .content .date{
	font: 13px 'open sans';
	color: #707070;
	margin: -3px 0 5px 0;
	}
.news ul.lvl-2 li .date span{
	
	}
.news ul.lvl-2 li .date .y{
	
	}
.news ul.lvl-2 li .more{
	display: block;
	background: url(../images/news-more.png) no-repeat;
	width: 139px;
	height: 42px;
	font-family : Tahoma;
	font-weight : bold;
	font-size : 16px;
	color : #0071BC;
	line-height: 42px;
	text-align:center;
	margin:20px 0 0 0;
	}
.news ul.lvl-2 li .more:hover{
	background: url(../images/news-more.png) 0 -42px no-repeat;
	color : #FFFFFF;
	
	}
.news ul.lvl-2 li .img img{
	float: none;
	margin:0;
	}
.news ul.lvl-2 li .title{
	font: bold 14px 'open sans';
	color: #111;
	}
.news ul.lvl-2 li .title:hover{
	color:#0071bc;
	}
.news ul.lvl-2 li .txt{
	font: 13px 'open sans';
	line-height: 18px;
	color: #707070;
	margin: 12px 0 0 0;
	}
.back{
	float: right;
	background:url(../images/back.png) no-repeat;
	width: 139px;
	height:55px;
	text-align:center;
	line-height: 40px;
	font-family : Tahoma;
	font-weight : bold;
	font-size : 16px;
	color : #FFFFFF;
	}
ul.pagination{
	margin:60px 0 0;
	list-style:none;
	font-style:normal;
	}

ul.pagination li{
	float: left;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding:0;
	background:#e8f4f8;
	margin: 0 4px 0 0;
	
	-webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
     -o-transition: all 0.2s ease;
     transition: all 0.2s ease;
	}
	
ul.pagination li a{
	font:16px 'open sans';
	line-height : 40px;
	color : #000;
	display:inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	
	 -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
     -o-transition: all 0.2s ease;
     transition: all 0.2s ease;
	}

ul.pagination li.active a{
	color:white;
}

ul.pagination li.active{
	
	}
	
.contacts-page{}
.contacts-page .address{
	font: 13px 'open sans';
	margin: 20px 0;
	color:#707070;
	}
.contacts-page .phones{
	font: 13px 'open sans';
	margin: 20px 0;
	color:#707070;
	}
.contacts-page .email{
	font: 13px 'open sans';
	margin: 20px 0;
	color:#707070;
	}
	
.contacts-page .email a{
	color: #0071BC;
	text-decoration:underline;
	}
.contacts-page .email a:hover{
	text-decoration:none;
	}
.left-obj{
	width:300px;
	float:left;
}
.right-obj{
	overflow:hidden;
}
.right-obj p:first-child{
	margin:0
}
.left-slider{
	width:260px;
}
.img-wrapper{
	width:260px;
	height:260px;
	
}
.img-wrapper a{
	width:260px;
	height:260px;
	overflow:hidden;
}
.img-wrapper a img{
	max-width:260px;
	max-height:260px;
	margin:0;
	padding:0;
}
.img-thumbs {
	width:270px;
}
.img-thumbs  a{
	width: 76px;
	height: 76px;
	margin:10px 7px 0 0;
	padding:0;
	display:inline-block;
	border: 2px solid transparent;
	overflow:hidden;
}
.img-thumbs a.active{
	border: 2px solid #48a7e7;
}
.img-thumbs a.active img{
	opacity:0.7;
}
.img-thumbs a img{
	width: 76px;
	height: 76px;
}
.footer{
	width: 940px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
	bottom: 0;
	background: white;
	border-top: 2px solid #e8f4f8;
	height: 153px;
	}
.footer .inner{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding:38px 0 0 0;
	}
.footer .counter{
	position:absolute;
	left: 0;
	}
.footer .counter img{
	margin:0 15px 0 0;
	}
.footer .copir{
	width: 215px;
	font-family: 'open sans';
	font-size: 13px;
	color: #707070;
	position: absolute;
	left: 260px;
	line-height:15px;
	}
.footer .socbuttons{
	position:absolute;
	right:0px;
	}
.footer .socbuttons a{
	margin:0 0 0 6px;
	}
.footer .socbuttons .vk{
	background: url(../images/socicons.png) -144px 0 no-repeat;
	width: 30px;
	height: 30px;
	display:block;
	float: left;
	}
	
.footer .socbuttons .fb{
	background: url(../images/socicons.png) 0 0 no-repeat;
	width: 30px;
	height: 30px;
	display:block;
	float: left;
	}

	
.footer .socbuttons .cm{
	background: url(../images/socicons.png) -108px 0 no-repeat;
	width: 30px;
	height: 30px;
	display:block;
	float: left;
	}

.footer .socbuttons .tw{
	background: url(../images/socicons.png) -36px 0 no-repeat;
	width: 30px;
	height: 30px;
	display:block;
	float: left;
	}
.footer .socbuttons .tm{
	background: url(../images/socicons.png) -72px 0 no-repeat;
	width: 30px;
	height: 30px;
	display:block;
	float: left;
	}

	
.onlineform{display: none;}
.online-form{
	position:relative;
	width: 460px;
	padding:38px 0;
	margin: 0 auto;
	background: white;
	}
.online-form .caption{
	font: 300 36px 'open sans';
	color: #000;
	text-align: center;
	padding: 0 15px;
	margin: -10px 0 22px;
	}
.online-form .row{
	width: 320px;
	margin:0 auto;
	position:relative;
	}
.online-form label{
	font-family: 'open sans';
	font-size: 13px;
	color: #707070;
	display: block;
	margin: 9px 0 7px;
	}

.online-form input[type=text]{	
	width: 298px;
	height: 33px;
	border-style : Solid;
	border-color : #ccc;
	border-width : 1px;
	padding: 0 10px;
	font-family : 'open sans';
	font-size : 13px;
	letter-spacing : 0.35px;
	color : #000;
}
.online-form .error-text{
	font-family : Arial;
	font-size : 14px;
	line-height : 18px;
	color : #fff;
	float: right;
	}


.online-form input[type=text].captcha{
	width: 92px;
	height: 42px;
	font-size : 22px;
	}
	
.online-form textarea{	
	width: 298px;
	height: 128px;
	border-style : Solid;
	border-color : #ccc;
	border-width : 1px;
	padding: 10px;
	font-family : 'open sans';
	font-size : 13px;
	letter-spacing : 0.35px;
	color : #000;
}

.online-form img{
	float: left;
	margin-right:4px;
	}
	
.online-form input[type=submit]{
	margin: 30px auto 3px;
	}
	
.error-text{
	display: block;
	padding: 11px 29px;
	position: absolute;
	bottom: -48px;
	right: 1px;
	background: url(../images/diagonal-stripes.jpg);
	color: #000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 10;
	font: 14px arial;
	color: white;
}
.error-text:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fe500b;
	border-width: 7px;
	margin-left: 66px;
}
.online-form input.error, .online-form textarea.error{
	border-color:#fe500b;
}

.a-slider-item{
	cursor: pointer;
}
