body {
	font-family: Open Sans, sans-serif;
	background: #fff  repeat; 
	color: #000;
	font-weight:400;
	font-size:16px;
	font-size:100%;
	font-size:1em;	
}
.tablebodytext {
        display: none;
}

.container {
	transition: all 0.3s;                 
}

a, a:visited, a:active, a:link, a:hover {
	text-decoration: underline;
}
h4{font-family: 'Open Sans', sans-serif;}
hr.grey{
	color:#808080;
    background-color:#808080;
    border:0px none;
    height:1px;
    clear:both;
	margin:0px 0px 20px;
	}
/*   header     */

.tel {
	padding-top: 40px;
}
.tel .span2 {
	width:50%;
}
.tel #number {
	background: url(../images/tel.png) left center no-repeat;	
	padding: 0px 10px 0px 20px;
	font-weight:600;
	font-size:20px;
	border-right: 2px solid #999;
}
.tel #callback {
	margin: 0px 10px 0px 10px;
	color: #146ea6;
	border-bottom: 2px dotted #146ea6;
	cursor: pointer;
	white-space: nowrap;
}
.tel p {
	background: url(../images/map.png) left 18px no-repeat;	
	padding: 20px 0 20px 20px;
}
.tel .link_to_contacts{
	text-decoration:none;
	color:#000;
}
.tel .link_to_contacts:hover{
	opacity:0.5;	
}
.tel #callback  a {
	text-decoration: none;
}
.type {
	padding-top: 40px;
	text-align: right;
}

.type .selectArea span.center {
	margin: 0px 5px 0px 5px;
	padding-right:20px;
	background: url(../images/blue-arr.png) 100% center no-repeat;	
}

.type p {
	margin: 0;
}
.type span a {
	color: #146ea6;
	border-bottom: 2px dotted #146ea6;
	text-decoration: none;
	white-space: nowrap;
}
.type span {
	float: left;
}

.type input {
	margin: 18px 0;
	width:89.5%;
	background: #838585 url(../images/loop.png) 95% center no-repeat;	
	color:#fff;
	padding: 10px 5% 10px 5%;
	border-radius: 0 !important;
	height:20px;
}
.type input:hover {
	background-color: #A8AAAA;
}
.type input:focus {
	border: 1ps solid #88C2E7; 
	color:#88C2E7;
	background: #fff url(../images/loop2.png) 95% center no-repeat;	
}

/*    nav      */

.nav {
	margin-bottom: 5px;
}
.nav .container{
	background: #838585;
	min-height:55px;
	position:relative;	
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	float: left;
	width: 19.9%;
	background: #a8aaaa;
	list-style: none;
	text-align: center;
	border-right: 1px solid #fff;
}
.navbar-inner, .navbar-inverse .btn-navbar {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	box-shadow: none;
}

.navbar {
	margin-bottom:0;
}

.nav li:last-child {
	border-right: none;
}
.nav li a:hover {
	background: #838585;
}
.nav li a:hover:before {
	
}
.nav a {
	display: block;
	color: #fff;
	font-size:18px;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	padding:17px 0;
}

.nav a:before {
	content: url(../images/tree.png);
	margin-right:10px;
	margin-top:-10px;
}
.nav a.btn {
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	margin: 0;
	width: 95%;
	height:55px;
}

.nav a.btn:before {
	content: "";
}

span#show-menu {
	display: block;
	position: absolute;
	top:20px;
	width:80px;
	width:80px;
	text-align: center;
	left: 50%;
	margin-left:-50px;
}

/*    slider      */
.slider {
	margin-bottom:20px;
}
.slider .item {
	position: relative;
}
.slider .item .span12 {
	position: absolute;	
	top: 15%;
	text-align: center;
	z-index:10;
	width: 60%;
	margin: 0 20%;
	color:#fff;
}
.slider .item .span12 div {
	font-size:2em;
	line-height:1;
	margin: 0 0 2% 0;
}

.slider .item .span12 p {
	height: 80px;
	overflow:hidden;
}

/*    content      */


.content h2 {
	text-align: center;
	margin: 1em 0 0.5em;
	font-size:26px;
	line-height: 1.1;	
}

.content h3 {
	width:80%;
	margin: 10% auto;
	padding:0 30px;
	position: absolute;
	line-height:1;	
	top:190px;
}
.content h3 a{
	font-size:20px;
	color:#000;
	text-decoration: none;
}
.content .main-page {
	text-align: center;
	margin-left:15px;
	height:280px;
	position:relative;
	border: 1px solid #fff;
	padding:20px 0 0;
	cursor:pointer;
}
.content .main-page:not(.hidd):hover {
	border: 1px solid #88C2E7;
	border-radius:5px;
}
.content .main-page:hover h3 a{
	color: #046fa2;
}
.content .main-page.hidd{
	height:280px;	
}

.content .five {
	margin-left:18% !important;
}

.content .over {
	height:160px;
	margin-top:-200px;
	background: url(../images/over.png) repeat-x;	
	position: relative;
	z-index:20;

}
.content .over2, .modal-body .over2{
	height:100px;
	margin-top:0;
	position: relative;
	z-index:20;
}
.content input[type=submit], .content .all-newz input, .modal-body  input[type=submit]{
	display: block;
	position: absolute;
	top: 40px;
	left: 35%;
	width:30%;
	color:#fff;
	padding: 18px 0;
	font-size:1.2em;
	background: #5799D3;
	border-radius:5px;
	box-shadow: none;
	transition: 0s;
}
.content input[type=submit]:hover,  .content .all-newz input:hover {
	background: #5799d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #5799d3 0%, #419fd5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5799d3), color-stop(100%,#419fd5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5799d3 0%,#419fd5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5799d3 0%,#419fd5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5799d3 0%,#419fd5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5799d3 0%,#419fd5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5799d3', endColorstr='#419fd5',GradientType=0 ); /* IE6-9 */

}

.content h2.headline {
	background: url(../images/line.jpg) center center no-repeat;

}

.content .newz .article {
	margin:0 20px 0 0;
}
.content .newz .article:last-child {
	margin:0;
}
.content .newz .article img {
	width: 100%;
}
.content .newz .article p.article-name {
	margin: 1em 0;
}
.content .newz .article p.article-name  a {
	color: #146ea6;
	font-weight:600;
}
.content .newz .article p.article-date {
	color: #898989;
	font-weight:600;
}

.content .all-newz {
	height:135px;
	position: relative;
	background: url(../images/line.jpg) center center no-repeat;	
}

.content .newz .article-block {
	margin: 0 30px 0 0;
}
.content .newz .article-block:nth-child(4){
	margin: 0;
}

/*    footer      */


footer {
	padding: 40px 0;
	margin-top: 70px;
	min-height:250px;
	background: #d8d8d8; /* Old browsers */
	background: -moz-linear-gradient(top,  #d8d8d8 0%, #b3b3b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#b3b3b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d8d8d8 0%,#b3b3b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d8d8d8 0%,#b3b3b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d8d8d8 0%,#b3b3b3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d8d8d8 0%,#b3b3b3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#b3b3b3',GradientType=0 ); /* IE6-9 */
}
footer .span3 {
	margin: 0 20px 0 0;
}
footer #footer-number {
	background: url(../images/tel2.png) left center no-repeat;	
	padding: 0px 10px 0px 20px;
	margin-top:40px;
}

footer #footer-address {
	background: url(../images/map2.png) left top no-repeat;	
	padding: 0px 10px 0px 20px;
	line-height:1;
}
footer p {
	margin: 0 0 20px;
}
footer ul {
	margin: 20px 0 0;
	padding:0;
}
footer ul li {
	list-style: none;
	margin:5px 0;
}
footer ul li a {
	color:#000;
}
footer ul li a:hover {
	color:#fff;
}

/*       inner     */

.navibar {
	text-align: left;
	margin: 2em 0 1.5em;
}

.navibar a {
	text-decoration: underline;
	font-weight: bold;
	font-size:1em;
	padding-right:20px;
	margin-right:10px;
	background: url(../images/arr-right.png) right center no-repeat;
}

.navibar span {
	font-weight: bold;
	font-size:1em;
	padding-right:20px;
	margin-right:10px;
	color: #5799d3;
}

.content h1, .content p.title {
	text-align: center;
	width:70%;
	margin-left:15%;
	margin-bottom:20px;
	margin-top: 3%;
   font-size: 32px;	
}
.content p.title {
	line-height: 40px;
	font-weight: bold;
}
#detail-img {
	display: block;
	margin: 0 auto 30px auto;
	width:100%;
}


.detail-text {
	width:56%;
	margin: 22px auto;
} 
.detail-text h4 {
	text-align: center;
	margin: 50px 0;
	font-size:22px;
}
.uslovia-text {
	width:78%;
}

.sert {
	margin: 0 5px 20px 5px;
	text-align: center;
	position: relative;
}

.sert img {
	width:400px;
}

.video {
	width:100%;
	height:450px;
	margin: 0 auto 20px;
	display: block;
}

.company-inner {
	width:70%;
	margin: 0 15%;
}
.company-inner h4 {
	text-align: center;
	margin: 50px 0 30px 0;	
}
.company-inner h2 {
	line-height:1.1;	
}

.gallery .span3 {
	margin: 0 15px 15px 0;
}
.gallery .span3:nth-child(4n) {
	margin: 0 0 15px 0;
}
.gallery img {
	width:100%;
}
.gallery img:hover{

	transition: all 0 linear 0;
}

.person .span8, .person .span4 {
	padding:20px 0;
}
.person .span8 {
	margin:0;
}
.person img {
	max-width: 217px;
	width:80%;
	display: block;
	margin: 0 10% 0 10%;
	border-radius:110px;
}

.blue-row {
	background: #5799d3;
	min-height:170px;
	padding: 40px 15px;
	color: #fff;
}
.blue-row .span4, .blue-row .span7 {
	margin:0;
}
.blue-row img {
	display: block;
	margin: 5% auto;
}
.white-row{
	background: #fff;
	margin: 20px 0px;
	min-height: 170px;
	padding: 40px 15px;
	color: #363636;
	border: 1px solid #A8AAAA;
}
.white-row img {
	display: block;
	margin: 5% auto;
}

.service-inner {
	width:70%;
	margin: 50px 15%;
}

.whywe {
	line-height:1.3;
	/* text-align: center; */
	font-family: 'Open Sans', sans-serif;
}
.whywe strong {
	display: block;
	margin: 20px 0;
	height:30px;
	font-size:1.2em;
}

.whywe .num {
	color: #9EC2D9;
	font-size:4em;
	display: block;
	font-weight: 600;
	height: 120px;
	margin-bottom: 55px;
	text-align: center;
}
.aside  {
	background: url(../images/aside.png) right center no-repeat;
	height:110px;
    margin-left: 55px;
    margin-top: 0;
    position: relative;
    width: 305px;
	text-align: center;
	float: right;
}

.aside-big  {
	background: url(../images/aside2.png) right center no-repeat;
	height:190px;
    margin-left: 55px;
    margin-top: 0;
    position: relative;
    width: 230px;
	text-align: center;
	float: right;
}

.content .aside input {
	margin:20px auto 10px;
    padding: 10px 0;
    width: 60%;
	position: static;

}
.aside-big  .zakaz {
 	margin:40px auto 10px !important;
    padding: 10px 0 !important;
    width: 70% !important;
	position: static  !important;
 }
.content .aside a, a.vak-link, .aside-big a  {
	text-decoration: none;
	border-bottom:2px dotted #6092BA;
}
.content .aside a.ask:before {
	content: url(../images/question.png);
	margin-right:10px;
}
.content .aside a.file-link, a.vak-link {
    display: block;
    margin: 25px auto 10px;
    width: 160px;
} 
.content .aside a.file-link:before {
	content: url(../images/file.png);
	margin-right:10px;
}
.aside-big p:nth-child(2) a:before  {
	content: url(../images/print.png);
	margin-right:10px;	
}
.aside-big p:nth-child(3) a:before  {
	content: url(../images/calc.png);
	margin-right:10px;	
}

.field-text-pad {
	color: #6092BA;
	display: block;
	padding:25px 60px;
	border:2px dashed #727272;
	border-radius:5px;
	cursor: pointer;
}
.field-explore-pad:before {
	content: url(../images/plus2.png);
	margin-right:10px;
}
.whywe-block {
	margin:0;
	/* width: 800px; */
}
.contact-text {
	float:left;
	width:65%;
}
.contact-text .span4, .contact-text  .span8 {
	margin:0;
}
.form {
	background: #F4F8FD; 
	/*min-height:500px;*/
	float: right;
	width:25%;
	border:3px solid #C5DFEC;
	border-radius:10px;
	padding: 1% 3%;
	box-shadow: 2px 2px 3px #C5DFEC, -2px -2px 3px #C5DFEC
}
.form input, .form textarea {
	width:98%;
	background: #A8AAAA;
	color:#fff;
	border-radius:3px;
}
.form input[type=text] {
	height:30px;
}
.form textarea {
	height:100px;
}
.form h2 {
	margin-bottom:30px;
}
.form .over2 {
	height:70px;
}
.form input[type=submit] {
	width: 98%;
	left:1%;
	top:20px;
} 

.form-manager  {
	margin-bottom:30px;
}
.form-manager h2{
    font-size: 26px;
    margin: 15px 0 !important;
}
.map {
	width: 100%;
	overflow:hidden;
}
.uslovia {
	padding-right:20px;
	width:80%;
}
.uslovia p strong {
	display: block;
	margin:20px 0;
}
.uslovia-img img{
	display: block;
	margin:60px 0 0;
}

.partner-img {
	margin-left:25px;
	height:100px;
	overflow: hidden;
}

.uslovia-ul {
	width:65%;
	float:left;
}

.vacancy {
	height: 50px;
	background: url(../images/ruki.png) center center no-repeat;
	background-size: cover;
	width:100% !important;
	margin-left:0 !important;
	color:#fff;
	font-weight:300;
	padding:50px 0;
}

.preim {
	margin-left:10px;
	height:150px;
	text-align:center;	
	position: relative;
}

.preim img {
	position: absolute;
	top: 20px;
	display: block;
	left:50%;
	margin-left:-45px;
}
.preim p{
	position: absolute;
	top: 110px;
	width:100%;
	text-align:center;
}

.form-vacancy {
	min-height: 300px;
	margin:30px 0;
}
.form-vacancy  h2 {
	text-align:left;
}

.field-text-pad {
	text-align: center;
}

.accord {
	width:65%;
	float: left;
	margin:30px 0;
} 
.accord  h4 {
	color: #146EA6;
	font-weight:300;
	font-size:30px;
	padding-right:50px;
	display: inline;
	background: url(../images/arr-bottom.png) right center no-repeat;
	border-bottom: 3px dotted #439FD5;
	cursor: pointer;
}
.accord  div {
	margin:30px 0;
	transition: all 0s ease 0s;	
}

.catalog {
	margin: 50px 0;
}

.catalog .span3 {
	margin: 0;
}

.catalog-item {
	margin: 40px 0;
}
.catalog-item h4 {
	margin-bottom:10px;
}
.catalog-item > .span3  img {
	margin-top:15px;
	max-width:150px;
}
.catalog-item > .span3  {
	position: relative;
}
ul.tabs {
	margin: 0;
}
.tab-content {
	margin-top:20px;
}

ul.tabs li {
	list-style: none;
	float: left;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #fff;
}
ul.tabs li.active {
	border: 1px solid #499DD4;
}
ul.tabs li:not(.active) a{
	border-bottom: 2px dotted #499DD4;
} 

ul.tabs li a {
	text-decoration: none;
	font-weight:600;	
}

.tab-pane  {
	min-height:100px;
}

.over input {
	transition: all 0s linear 0s !important;
}

.gallery .span3 {
	position: relative;
}
.lupa {
	height:100%;
	width:100%;
	position: absolute;
	top:0;
	z-index: 10;
	background: rgba(255,255,255,0.2) url(../images/plus.png) center center no-repeat;
	cursor: pointer;
	transition: all 1s linear 0s;	
}

.lupa-black {
	height:100%;
	width:100%;
	position: absolute;
	top:0;
	z-index: 10;
	background: rgba(0,0,0,0.2) url(../images/plus.png) center center no-repeat;
	cursor: pointer;
	transition: all 1s linear 0s;	
}

#lightbox-container-image-data-box {
	display: none !important;
}

#lightbox-container-image-box {
	//width: 100% !important;
	//height: auto !important;
}

/* модальные окна  */

.modal {
	background: #f4f8fd;
}
.modal-header {
	border-bottom: 0;
}
.modal h3 {
	text-align: center;
}
.modal.form {
	padding: 1% 2% !important;
}
.modal-body.modal-review {
	min-height:460px;
}

.close {
	opacity: 1;
}

.modal#callback-form {
	min-height:410px;
}

.zakaz-form {
	/*min-height:560px;*/
}

.tel > div {
	float:left
}

.selectArea {
	float: left;
}


.form.modal {
    left: 50%;
    margin-left: -250px;
    width:500px;
}

#lightbox-container-image-box {
	max-width: 50% !important;
	height: auto !important;
}

#lightbox-nav-btnNext, #lightbox-nav-btnPrev {
	height:100% !important;
}

#lightbox-loading {
	display: none !important;
}
.aside.forma-dogovora{
float: left;
margin-left: 220px;
}






@media(max-width:768px){
			.aside.forma-dogovora{
		margin: 0px auto;
		display: block;
		clear: both;
		float: none;
		}
		.dostavka-item{
				float: none!important;
		}
}

table.instructions_page {
border:1px solid #ddd;
width: 100%;
}
table.instructions_page td {
width: 50%;
border: 1px solid #ddd;
text-align: center;
padding: 10px;
}
table.instructions_page tr:nth-child(2n+1) {
background-color: #f9f9f9;
}
.uslugi-zakaz {
	border-bottom: 2px dotted #146ea6;
	cursor: pointer;
	text-decoration: none!important;
}
.logo{height:150px;background:rgba(0, 0, 0, 0) url("../images/logo-1.png") no-repeat scroll left center;background-size:contain;}
.logo a{height:150px;display:block;}
.info_dostavka {
	padding: 15px;
	padding-bottom: 0px;
	border-radius: 4px;
	margin-top: 10px;
	border: 1px solid #8dbedf;
}
.info_dostavka p {
	text-align: center;
}
.tile .catalog-item h4{
min-height:120px!important;
}

.dostavka-block:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;

}


.dostavka-item{
display: inline-block;
    width: 175px;
    vertical-align: top;
    position: relative;
    margin-right: 149px;
    margin-bottom: 92px;

}
.dostavka-item:nth-child(8):after{
	display: none!important;
}
.dostavka-item:nth-child(8){
	margin-left: 0px!important;
}
.dostavka-item.second-row{
	margin-left: 149px;
	margin-right: 0;
	float: right;	
}
.dostavka-item.second-row:after{
    background: url(../images/arrow-l.png) right no-repeat;	
    content: '';
    height: 100%;
    width: 124px;
    display: block;
    height: 175px;
    position: absolute;
    top: 0;
    left: -155px;
    right: 100%;

}




.dostavka-item:nth-child(4):after{
	content: '';
    height: 100%;
    top: 100%;
    width: 100%;
    display: block;
    height: 100px;
    position: absolute;
    background: url(../images/arrow-down.png) center no-repeat;
    left:0;
}
.dostavka-item:nth-child(4){
		margin-right: 0px;
}
.dostavka-item:after{
    content: '';
    height: 100%;
    right: 100%;
    width: 124px;
/*    border: 1px solid green;*/
    display: block;
    height: 175px;
    position: absolute;
    top: 0;
    left: 100%;
    background: url(../images/arrow-r.png) right no-repeat;
}



.dost-num{
    font-size: 30px;
    color: #406ea3;
    position: absolute;
    width: 50px;
    box-sizing: border-box;
    border: 6px solid #a8aaaa;
    right: -9px;
    top: -9px;
    height: 50px;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    background: #fff;

}

.dos-img{
	margin-bottom: 15px;
	height: 175px;
}

.dost-desc{
	font-size: 14px;
	text-align: center;
    color: #406ea3;	
}
.dost-preim-item{
	display: inline-block;
	width: 190px;
	vertical-align: top;
}
.dost-preim-icon{
	margin-bottom: 20px;
	text-align: center;
		
}
.dost-preim-desc{
	text-align: center;
	color: black;
	font-size: 14px;
	padding: 0 11px;
}
.dostavka-end-tittly{
	font-size: 30px;
	color: #406ea3;
	text-align: center;
	margin-bottom: 30px;		
}
.dostavka-preim{
    font: 30px 'Arial';
    text-align: center;
    margin: 10px auto 60px auto;
}
.dostavka-title{
    font: 31px 'Arial';
    text-align: center;
    margin: 40px auto 60px auto;
}
.dost-preim-block{
	margin-bottom: 50px;
	text-align: center;
}
.calc-button a{
    text-decoration: none;
 
}
.calc-button img{
	width: 40px!important;
	float: left;
	margin: 0 10px 0 0!important;
}
.calc-button{
    display: block;
    position: fixed;
    text-align: center;
    color: #1160A5;
    border: 1px solid #1160A5;
    bottom: 20%;
    left: 0px;
    padding: 15px;
    text-decoration: none!important;
    font-size: 14px;
    text-transform: uppercase;
    background: white;
    z-index: 60;
    cursor: pointer;
}
.calc-block iframe{
	/*min-height: 1300px!important;*/
}
.calc-block body{
	height: inherit!important;
}
@media(max-width:850px){
		.dostavka-item{
				float: none!important;
				margin: 5px auto 80px auto;
				left: 0;
				right: 0;
				margin-left: auto!important;
				margin-right: auto!important;
					display: block;
		}
		.dostavka-item.second-row:after,.dostavka-item:after{
			content: '';
		    height: 100%;
		    top: 100%;
		    width: 100%;
		    display: block;
		    height: 49px;
		    position: absolute;
		    background: url(../images/arrow-down.png) center no-repeat;
		    left:0;
		}
		.dostavka-item:nth-child(8) {
    		margin-left: 0px!important; 
		}
}
.contact-title {
	font-weight: bold;
	padding-bottom: 10px;
}
.inline-for-2 div {
	display: table;
	width: 300px;
}
.inline-for-2 div:nth-child(2n+1) {
	margin-right: 20px;
	float: left;
}
