@font-face {
	font-family:'DINPro-Regular';
	src: url('fonts/DINPro_gdi.eot');
	src: url('fonts/DINPro_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/DINPro_gdi.woff') format('woff'),
		url('fonts/DINPro_gdi.ttf') format('truetype'),
		url('fonts/DINPro_gdi.svg#DINPro-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-04EF;
}
@font-face {
    font-family:'DIN Pro Light';
    src: url('fonts/DIN Pro Light.eot');
	src: url('fonts/DIN Pro Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/DIN Pro Light.woff') format('woff'),
		url('fonts/DIN Pro Light.otf') format('opentype'),
		url('fonts/DIN Pro Light.svg#DIN Pro Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-04EF;
}
@font-face {
	font-family:'DINPro-Medium';
	src: url('fonts/DINPro-Medium_gdi.eot');
	src: url('fonts/DINPro-Medium_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/DINPro-Medium_gdi.woff') format('woff'),
		url('fonts/DINPro-Medium_gdi.ttf') format('truetype'),
		url('fonts/DINPro-Medium_gdi.svg#DINPro-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-04EF;
}
@font-face {
	font-family:'DINPro-Bold';
	src: url('fonts/DINPro-Bold_gdi.eot');
	src: url('fonts/DINPro-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/DINPro-Bold_gdi.woff') format('woff'),
		url('fonts/DINPro-Bold_gdi.ttf') format('truetype'),
		url('fonts/DINPro-Bold_gdi.svg#DINPro-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-04EF;
}
@font-face {
    font-family: "RobotoRegular";
    src: url("fonts/RobotoRegular.eot");
    src: url("fonts/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoRegular.woff") format("woff"),
    url("fonts/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "RobotoBold";
    src: url("fonts/RobotoBold.eot");
    src: url("fonts/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoBold.woff") format("woff"),
    url("fonts/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


html,body{
	min-height: 100%;
	font-family:'DINPro-Regular';
	color: #3c3c3c;
	font-size: 15px;
}
a, a:hover, a:active, button, button:active,
input, textarea{
	text-decoration: none;
	outline: none;
}
a{
	color: #0089d1;
	transition: .3s;
}
a:hover{
	color: #a0b7c1;
}

.wrapper .page{
	margin-right: 80px;
	position: relative;
}

body.main .wrapper .page .banner{
	background: url('images/main-bg.jpg') center top no-repeat;
	height: 950px;
	text-align: center;
	padding-top: 50px;
}
body.main h1{
	display: inline-block;
	margin-left: 110px;
	color: #ffffff;
	font-size: 44px;
	font-family: "RobotoBold";
	position: relative;
	top: 12px;
}
.cbp-spmenu {
	background: #47a3da;
	position: absolute;
	z-index: 8;
}
.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}
.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}
.cbp-spmenu-vertical {
	width: 300px;
	height: auto;
	top: 0;
	z-index: 80;
	background: #5b6164;
}
.cbp-spmenu-left,
.cbp-spmenu-left2,
.cbp-spmenu-left3 {
	right: -300px;
}
.cbp-spmenu-left.cbp-spmenu-open,
.cbp-spmenu-left2.cbp-spmenu-open,
.cbp-spmenu-left3.cbp-spmenu-open
 {
	right: 80px;
}
.cbp-spmenu{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}









.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 25px auto 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: .3s;
}
#showLeft2:hover .cmn-toggle-switch span,
#showLeft2:hover .cmn-toggle-switch span::after,
#showLeft2:hover .cmn-toggle-switch span::before{
  background: #a0b7c1;
}

.cmn-toggle-switch:focus {
  outline: none;
}

.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0px;
  height: 4px;
  background: white;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
}

.cmn-toggle-switch span::before {
  top: -10px;
}

.cmn-toggle-switch span::after {
  bottom: -10px;
}

.cmn-toggle-switch__htx {
  background: none;
}

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
          transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
}

.cmn-toggle-switch:hover span,
.cmn-toggle-switch:hover span::before,
.cmn-toggle-switch:hover span::after{
	background: #a0b7c1;
}
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}
.cmn-toggle-switch span,
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after{
	transition: .3s
}

.rightbar .menu span#showLeft2 span.glyphicon-remove{
	opacity: 0;
	transition: .3s;
}
/* активное состояние, т.е. меню открыто */
/*
.cmn-toggle-switch__htx.active span {
  background: none;
}

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
*/
.rightbar .menu span#showLeft2.active .cmn-toggle-switch{
	opacity: 0;
}
.rightbar .menu span#showLeft2.active span.glyphicon-remove{
	opacity: 1;
}



.email_sended{
	margin-top: 30px;
	text-align: center;
	width: 100%;
}

.wrapper{
	width: 1600px;
	margin: auto;
	position: relative;
	overflow-x: hidden;
	min-height: 100vh;
}
.rightbar{
	position: fixed;
	width: 80px;
	top: 0!important;
	right: 0!important;
	background: #5b6164;
	margin-right:0!important;
	z-index: 90;
}
/* .rightbar{
	position: absolute;
	width: 80px;
	top: 0;
	right: 0;
	background: #5b6164;
	z-index: 90;
} */
.inner-right{
	height: 80vh;
	position: relative;
	z-index: 90;
	background: #5b6164;
}
.rightbar .menu{
	padding-bottom: 25px;
	border-bottom: 1px solid #55575b;
	position: relative;
	z-index: 90;
	background: #5B6164;
	text-align: center;
}

.rightbar .search{
	text-align: center;
	padding-top: 7px;
	height: 78px;
	border-bottom: 1px solid #55575b;
	position: relative;
	z-index: 90;
	background: #5B6164;
}
.rightbar .search span#showLeft{
	position: relative;
	width: 40px;
	margin: auto;
	display: inline-block;
}
.rightbar .search span#showLeft span,
.rightbar .menu span#showLeft2 span{
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	transition: .3s;
}
.rightbar .menu span#showLeft2 span{
	top: 5px;
}
.rightbar .search span#showLeft span.glyphicon-search{
	opacity: 1;
}
.rightbar .search span#showLeft span.glyphicon-remove{
	opacity: 0;
}
.rightbar .search span#showLeft:hover span{
	color: #a0b7c1;
}

.rightbar .search span#showLeft.active span.glyphicon-search{
	opacity: 0;
}
.rightbar .search span#showLeft.active span.glyphicon-remove{
	opacity: 1;
}


.rightbar .phones{
	text-align: center;
	padding-top: 7px;
	height: 78px;
	border-bottom: 1px solid #55575b;
	position: relative;
	z-index: 90;
	background: #5B6164;
}
.rightbar .phones span#showLeft3{
	position: relative;
	width: 40px;
	margin: auto;
	display: inline-block;
}
.rightbar .phones span#showLeft3 span{
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	transition: .3s;
}
.rightbar .phones span#showLeft3 span.glyphicon-earphone{
	opacity: 1;
}
.rightbar .phones span#showLeft3 span.glyphicon-remove{
	opacity: 0;
}
.rightbar .phones span#showLeft3:hover span{
	color: #a0b7c1;
}

.rightbar .phones span#showLeft3.active span.glyphicon-earphone{
	opacity: 0;
}
.rightbar .phones span#showLeft3.active span.glyphicon-remove{
	opacity: 1;
}

.rightbar .languages{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
	margin: auto;
	position: relative;
	z-index: 90;
	background: #5B6164;
}
.rightbar .languages ul{
	padding-left: 0;
}
.rightbar .languages li{
	width: 100%;
	list-style-type: none;
}
.rightbar .languages li a{
	display: inline-block;
	width: 100%;
	border: 1px solid #fff;
	height: 30px;
	background: #464b4e;
	color: #fff;
	font-size: 15px;
	font-family:'DINPro-Bold';
	text-align: center;
	line-height: 26px;
	border-radius: 2px;
	transition: .3s;
}
.rightbar .languages li a:hover{
	background: #a0b7c1;
}
.rightbar .languages li.active a{ 
	background: #0089d1;
	border: 1px solid #0089d1;
	margin-top: -1px;
	margin-bottom: -1px;
	position: relative;
}








.tiles{
	overflow: hidden;
	margin-bottom: 66px;
}
.tiles .tile{
	display: block;
	width: 25%;
	float: left;
	border-right: 1px solid #d1dfe6;
	border-bottom: 1px solid #d1dfe6;
}
.tiles .tile:first-of-type{
	border-left: 1px solid #d1dfe6;
}
.tiles .tile .title{
	height: 60px;
	background: #f2f9fc;
}
.tiles .tile .title{
	height: 60px;
	background: #f2f9fc;
}
.tiles .tile .title span{
	height: 60px;
	background: #0089d1;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 28px;
	padding-top: 6px;
	padding-left: 22px;
	padding-right: 22px;
	font-family:'DIN Pro Light';
	position: relative;
	transition: .3s;
}
.tiles .tile .title span::after{
	width: 0;
	height: 0;
	position: absolute;
	right: -60px;
	top: 0;
	display: block;
	content: '';
	transition: .3s;
	border-top: 60px solid #0089d1; 
	border-right: 60px solid transparent;			
}
.tiles .tile:hover .title span{
	background: #0068b4;
}
.tiles .tile:hover .title span::after{
	border-top: 60px solid #0068b4; 
}
.tiles .tile .wrap-icon{
	height: 298px;
	width: 100%;
	background: url('images/main-ico1.png') center center no-repeat;
}
.tiles .tile:nth-of-type(2) .wrap-icon{
	background: url('images/main-ico2.png') center center no-repeat;
}
.tiles .tile:nth-of-type(3) .wrap-icon{
	background: url('images/main-ico3.png') center center no-repeat;
}
.tiles .tile:nth-of-type(4) .wrap-icon{
	background: url('images/main-ico4.png') center center no-repeat;
}



.main-about{
	overflow: hidden;
	margin-bottom: 70px;
}
.main-about .foto{
	float: left;
	width: 47.5%;
	margin-right: 5%;
}
.main-about .foto img{
	width: 100%;
	height: auto;
}
.main-about .foto .quote{
	background: #f5fafc;
	text-align: center;
	padding: 20px 0;
} 
.main-about .foto .quote span{
	color: #3c3c3c;
	font-size: 20px;
	font-style: italic;
	position: relative;
} 
.main-about .foto .quote span::before{
	display: block;
	content: '';
	background: url('images/quotes1.png') no-repeat;
	width: 15px;
	height: 10px;
	position: absolute;
	left: -25px;
	top: -10px;
}
.main-about .foto .quote span::after{
	display: block;
	content: '';
	background: url('images/quotes2.png') no-repeat;
	width: 15px;
	height: 10px;
	position: absolute;
	right: -25px;
	bottom: -10px;
}


.main-about .text{
	width: 42.5%;
	float: left;
	margin-right: 5%;
}
.main-about .text .head{
	color: #0089d1;
	font-size: 34px;
	text-transform: uppercase;
	line-height: 34px;
	margin-bottom: 30px;
	font-family:'DIN Pro Light';
}
.main-about .text .desc p{
	color: #3c3c3c;
	font-size: 15px;
	text-align: justify;
	line-height: 18px;
}
.main-about .text .style-button{
	float: left;
}
.style-button{
	color: #657b86;
	font-weight: bold;
	font-size: 16px;
	padding: 12px 24px;
	border-radius: 0;
	border: 2px solid #657b86;
}
.style-button:hover{
	text-decoration: none;
}
.main-about .text .foot .podpis{
	float: left;
	width: 310px;
	margin-left: 40px;
	color: #0068b4;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	top: 4px;
}
.main-about .text .foot .logo{
	float: right;
	position: relative;
	top: 7px;
}



.main-news{
	background: url('images/bg-line.jpg');
	padding-bottom: 56px;	
}
.main-news .head, 
.main-clients .head,
.map-contacts .head{
	background: #0089d1 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: "DIN Pro Light";
    font-size: 34px;
    text-transform: uppercase;
    height: 67px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.main-news .head::after,
.main-clients .head::after,
.map-contacts .head::after{
	border-right: 67px solid transparent;
    border-top: 67px solid #0089d1;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -67px;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}
.main-news .news-list{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 66px;
	width: auto;
	background: #fff;
	overflow: hidden;
	padding-top: 38px;
	padding-bottom: 70px;
	position: relative;

}
.main-news .news-list .news-item{
	width: 50%;
	float: left;
	padding: 0 25px;
	margin-bottom: 33px;
	border: none;
}
.main-news .news-list .news-item:hover{
	border: none;
}
.main-news .news-list .news-item .date{
	color: #3c3c3c;
	font-size: 15px;
	text-align: right;
	margin-bottom: 25px;
}
.main-news .news-list .news-item .title a{
	color: #0089d1;
	font-size: 16px;
	font-family:'DINPro-Bold';
	overflow: hidden;
	height: 45px;
	margin-bottom: 15px;
	display: inline-block;
}
.main-news .news-list .news-item .intro{
	color: #404040;
	font-size: 15px;
	line-height: 18px;
}
.main-news .news-list .slick-prev{
	position: absolute;
	bottom: 38px;
	left: 30px;
	width: 36px;
	height: 36px;
	background: url('images/arr-left.png') center center no-repeat;
	border: 2px solid #657b86;
	text-indent: 9999px;
}
.main-news .news-list .slick-next{
	position: absolute;
	bottom: 38px;
	left: 66px;
	width: 36px;
	height: 36px;
	background: url('images/arr-right.png') center center no-repeat;
	border: 2px solid #657b86;
	border-left: none;
	text-indent: 9999px;
}

.clients-item {
	padding: 10px 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
.clients-item a{
	width: 100%;
	text-align: center;
	outline: none;
}

.clients-item a img{
	display: block;
	margin: auto;
	transition: .3s;
	padding: 15px;
	outline: none;
}
.clients-item a img:hover{
	box-shadow: 0 0 2px 0px rgba(0, 0, 0, .3);
}
.clients-list .slick-prev{
	position: absolute;
	bottom: 50%;
	left: 0px;
	width: 36px;
	height: 36px;
	background: url('images/arr-left.png') center center no-repeat;
	font-size: 0;
	border: none;
	z-index: 7;
}
.clients-list .slick-next{
	position: absolute;
	bottom: 50%;
	right: 0px;
	width: 36px;
	height: 36px;
	background: url('images/arr-right.png') center center no-repeat;
	font-size: 0;
	border: none;
	z-index: 7;
}


#map{
	height: 580px;
	position: relative;
	background: grey;
}
.map-contacts{
	position: absolute;
	right: 55px;
	top: 36px;
	width: 516px;
	background: #fff;
}
.ymaps-layers-pane {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.map-contacts .wrap-head{
	background: #f2f9fc;
}
.map-contacts .block{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	padding-left: 22px;
	padding-right: 22px;
}
.map-contacts .block .cont-header{
	color: #0089d1;
	font-family:'DIN Pro Light';
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.map-contacts .block .text{
	color: #3c3c3c;
	font-family:'DINPro-Bold';
	font-size: 16px;
}
.map-contacts .block .text span{
	margin-left: 30px;
}
.style-button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  background: none;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.style-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #657b86;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.style-button:hover, .style-button:focus, .style-button:active {
  color: white;
}
.style-button:hover:before, .style-button:focus:before, .style-button:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}


.footer{
	border-top: 1px solid #dedede;
	overflow: hidden; 
	padding-top: 30px;
	padding-bottom: 17px;
	position: relative;
	z-index: 80;
	background: #fff;
}
.footer nav, .footer .copyright{
	float: left;
	display: inline-block;
}
.footer .develop{
	float: right;
	display: inline-block;
}
.footer nav ul{
	padding-left: 0;
}
.footer nav ul li{
	display: inline-block;	
}
.footer nav ul li a{
	color:#3c3c3c;
	font-size: 18px;
	text-decoration: none;
	margin-left: 30px;
	margin-right: 30px;
	transition: .3s;
}
.footer nav ul li a:hover,
.footer nav ul li.active a
{
	color: #a0b7c1;
	text-decoration: none;
}
.footer .copyright{
	margin-left: 140px;
}
.footer .copyright, .footer .develop{
	color:#3c3c3c;
	font-size: 18px;
}
.footer .develop{
	padding-right: 30px;
}
.footer .develop a{
	color: #0089d1;
	transition: .3s;
}
.footer .develop a:hover{
	color: #a0b7c1;
	text-decoration: none;
}



body.page404 .wrapper .page{
	margin-right: 70px;
}
body.page404 .wrapper .page .banner{
	height: 900px;
}
body.page404 .banner .logo{
	float: left;
	margin-left: 50px;
}
body.page404 h1{
	margin-top: 100px;
	margin-left: -30px;
	width: 100%;
	text-align: center;
	font-size: 100px;
	text-transform: uppercase;
	font-family:'DIN Pro Light';
}
body.page404 h3{
	color: #fff;
	font-size: 24px;
	font-family:'DINPro-Bold';
	text-align: center;
}
body.page404 .return{
	color: #fff;
	border: 2px solid #fff;
	margin-top: 35px;
	background: #0089d1;
}

nav.cbp-spmenu-vertical{
	padding-top: 70px;
	padding-bottom: 50px;
	height: 100vh;
	overflow: hidden;
}
.cbp-spmenu-vertical ul{
	padding-left: 30px;
}
.cbp-spmenu-vertical ul ul{
	display: none;
}
.cbp-spmenu-vertical ul li.active ul{
	display: block;
}
.cbp-spmenu-vertical ul li{
	list-style-type: none;
	text-align: left;
	padding-bottom: 10px;
}
.cbp-spmenu-vertical ul li a{
	padding-bottom: 10px;
	color: #fff;
	font-size: 18px;
}
.cbp-spmenu-vertical ul li:hover > a,
.cbp-spmenu-vertical ul li.active > a{
	color: #a0b7c1;
}
#cbp-spmenu-s1{
	height: 77px;
	padding: 12px;
	top: 91px;
}
.rightbar .menu:hover #showLeft2 span {
	color: #a0b7c1;
}
#cbp-spmenu-s1 button{
	position: absolute;
	top: 12px;
	right: 12px;
	height: 53px;
	width: 53px;
	background: url('images/search-btn.png') center center no-repeat;
	border: none;
	font-size: 0;
}
.navSearch{
	height: 100%;
}
#cbp-spmenu-s1 input.query{
	position: relative;
	height: 100%;
	width: 100%;
	background: #adb0b2;
	border: none;
	padding-left: 12px;
	padding-right: 65px;
}
#cbp-spmenu-s1 form{
	height: 100%;
}
#cbp-spmenu-s3{
	height: 77px;
	top: 169px;
	padding: 8px 8px 8px 13px;
}
#cbp-spmenu-s3 div{
	color: #fff;
	font-family:'DINPro-Medium';
	font-size: 20px;
}
#cbp-spmenu-s3 div span{
	color: #fff;
	font-size: 18px;
}





.leftbar{
	width: 380px;
	position: absolute;
	top: 0;
	left: 0;
	background: #c4d7df;
	float: left;
	height: 100%;
}
.leftbar .logo{
	width: 320px;
	margin: 30px auto;
	display: block;
}
.leftbar .left-menu{
	padding-left: 0;
}
.leftbar .left-menu li{
	height: 76px;
	display: block;
	list-style-type: none;
}	
.leftbar .left-menu li a{
	padding-left: 103px;
	height: 100%;
	display: block;
	width: 100%;
	color: #657b86;
	font-size: 24px;
	font-family:'DINPro-Bold';
	background-repeat: no-repeat;
	background-position: 44px center;
	padding-top: 19px;
}
.leftbar .left-menu li a:hover,
.leftbar .left-menu li.active a
{
	background-color: #a0b7c1;
}
.leftbar .left-menu li:nth-of-type(1) a{
	background-image: url(images/menu-ico-catalog.png);
}
.leftbar .left-menu li:nth-of-type(2) a{
	background-image: url(images/menu-ico-reshenia.png);
}
.leftbar .left-menu li:nth-of-type(3) a{
	background-image: url(images/menu-ico-programms.png);
}
.leftbar .left-menu li:nth-of-type(4) a{
	background-image: url(images/menu-ico-files.png);
}
.leftbar .left-menu li:nth-of-type(5) a{
	background-image: url(images/menu-ico-about.png);
}
.leftbar .left-menu li:nth-of-type(6) a{
	background-image: url(images/menu-ico-news.png);
}
.leftbar .left-menu li:nth-of-type(7) a{
	background-image: url(images/menu-ico-contacts.png);
}

.leftbar .left-menu li.active a{
	color: #fff;
}

.leftbar .left-menu li:nth-of-type(1).active a{
	background-image: url(images/menu-ico-catalog-active.png);
}
.leftbar .left-menu li:nth-of-type(2).active a{
	background-image: url(images/menu-ico-reshenia-active.png);
}
.leftbar .left-menu li:nth-of-type(3).active a{
	background-image: url(images/menu-ico-programms-active.png);
}
.leftbar .left-menu li:nth-of-type(4).active a{
	background-image: url(images/menu-ico-files-active.png);
}
.leftbar .left-menu li:nth-of-type(5).active a{
	background-image: url(images/menu-ico-about-active.png);
}
.leftbar .left-menu li:nth-of-type(6).active a{
	background-image: url(images/menu-ico-news-active.png);
}
.leftbar .left-menu li:nth-of-type(7).active a{
	background-image: url(images/menu-ico-contacts-active.png);
}






.content{
	margin-left: 380px;
	padding: 60px 15px;
	background: url('images/bg-line.jpg');
	min-height:  calc(100vh - 85px);
}
.content-inner{
	background: #fff;
	padding: 30px 45px;
}
.type2 .content-inner{
	padding: 30px;
}
.content h1{
	text-transform: uppercase;
	font-family:'DIN Pro Light';
	font-size: 34px;
	color: #0089d1;
	margin-bottom: 30px;
	margin-top: 0;
}
.text-content p{
	color: #3c3c3c;
	font-size: 15px;
	margin-bottom: 20px;
}
.text-content h3,
.text-content .h3{
	color: #0089d1;
	font-size: 15px;
	font-family:'DINPro-Bold';
	margin-bottom: 20px;
}
.text-content ol,
.text-content ul{
	padding-left: 0;
	margin-bottom: 20px;
}
.text-content ol li{
	list-style-position: inside;
	color: #3c3c3c;
	font-size: 15px;
	margin-bottom: 20px;
}
.text-content ul li{
	list-style-position: inside;
	list-style-type: none;
}
.text-content ul.tabed{
	padding-left: 60px;
}



.query span{
	color: #0089d1;
	margin-left: 15px;
	margin-right: 15px;
}
.search-results{
	padding-top: 30px;
}
.search-item{
	margin-bottom: 30px;
}
.search-item .title{
	margin-bottom: 5px;
}
.search-item .title a{
	color: #0089d1;
	font-size: 16px;
	font-family:'DINPro-Bold';
	transition: .3s;
}
.search-item .title a:hover{
	color: #a0b7c1;
}
.search-item .intro{
	margin-bottom: 5px;
}
.search-item .categories a{
	font-size: 12px;
	transition: .3s;
	color: #0089d1;
} 
.search-item .categories a:hover{
	color: #a0b7c1;
} 






.type2 .content{
	padding: 0;
	min-height: 770px;
}
.type2 .content h1{
	background: #0089d1 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: "DIN Pro Light";
    font-size: 34px;
    text-transform: uppercase;
    height: 67px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.type2 .content h1::after{
	border-right: 67px solid transparent;
    border-top: 67px solid #0089d1;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -67px;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}
.type2 .content #contact-map{
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}
.type2 .content #contact-map .map-contacts{
	width: 577px;
	height: 376px;
	padding: 27px;
	position: absolute;
	left: 60px;
	top: 30px;
}
.type2 .content #contact-map .map-contacts .block{
	padding: 13px 22px;
}
.type2 .content #contact-map .map-contacts .block:last-of-type{
	border-bottom: none;
}

.type2 .content{
	padding-bottom: 30px;
}

.type2 .content .form-contact{
	width: 540px;
	padding: 30px;
	background: #fff; 
}
#myModal_form{
	margin-left: 30px;
	margin-top: 30px;
}
.type2 .content .form-contact .head{
	color: #0089d1;
	font-size: 34px;
	font-family:'DIN Pro Light';
	text-transform: uppercase;
	margin-bottom: 20px;
}
.type2 .content .form-contact input[type=text],
.type2 .content .form-contact input[type=email],
.type2 .content .form-contact textarea
{
	margin-bottom: 20px;
	width: 100%;
	height: 40px;
	background: #e5f3fa;
	padding: 0 12px;
	color:#657b86;
	font-size: 18px;
	border: none;
}
.type2 .content .form-contact .label{
	color: #3c3c3c;
	font-size: 16px;
	height: 40px;
	background: #e5f3fa;
	padding: 0 12px;
}
.type2 .content .form-contact textarea{
	height: 88px;
	border: 1px solid #657b86;
	padding: 12px;
	resize: none;
}
.type2 .content .form-contact button[type=submit]{
	float: right;
}

.type2 .content-inner{
	margin: 0 30px;
}

.text-content h2{
	color: #0089d1;
	font-size: 24px;
	font-family:'DIN Pro Light';
	text-transform: uppercase;
	margin-bottom: 20px;
}
.text-content .cat{
	width: 49%;
	padding: 30px;
	border: 1px solid #657b86;
	float: left;
	margin-bottom: 25px;
}
.text-content .cat:nth-of-type(2){
	float: right;
}
.text-content .cat img{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.text-content .cat .title{
	color: #0089d1;
	font-size: 24px;
	font-family:'DINPro-Bold';
	line-height: 24px;
	margin-top: 24px;
}
.text-content .cat ul{
	padding-left: 0;
}
.text-content .cat ul li{
	list-style-type: none;
	background: url('images/li-blue.png') left 10px no-repeat;
	margin-bottom: 15px;
	padding-left: 15px;
}
.text-content .cat ul li a{
	color: #0089d1;
	font-size: 16px;
}
.text-content .cat ul li a:hover{
	text-decoration: underline;
}


body.product h2{
	background: #0089d1 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: "DIN Pro Light";
    font-size: 34px;
    text-transform: uppercase;
    height: 67px;
    margin-top: 0;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
}
body.product h2::after{
	border-right: 67px solid transparent;
    border-top: 67px solid #0089d1;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -67px;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}
body.product .content h1{
	color: #0089d1;
	width: 100%;
	display: block;
	text-align: left;
	padding-left: 0;
	height: auto;
	background: none;
	font-size: 24px;
	font-family: "DIN Pro Light";
}
body.product .content h1::after{
	display: none;
}
body.product .content .image{
	float: left;
	margin-right: 30px;
}
body.product .content .text-content{
	margin-left: 150px;
}
body.product .content .text-content ul li{
	padding-left: 15px;
	background: url('images/li-blue.png') left 10px no-repeat;
	margin-bottom: 5px;
}

body.product .content .product-image{
	display: block;
	margin: auto;
}


#tabs{
	margin-top: 30px;
}
#tabs .nav-tabs > li{
	margin-bottom: 0;
	list-style-type: none;
	background: none;
	border: 1px solid #bbbbbb;
	border-right: none;
	display: inline-block;
	width: 25%;
	float: left;
	padding-left: 0;
}
#tabs .nav-tabs > li:last-of-type{
	border-right: 1px solid #bbbbbb;
}
#tabs .nav-tabs > li.active,
#tabs .nav-tabs > li:hover{
	border-bottom: 1px solid transparent;	
}
#tabs .nav-tabs > li > a{
	font-size: 24px;
	color: #0089d1;
	display: block;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	font-family: "DIN Pro Light";
	text-transform: uppercase;
	border-radius: 0;
}
#tabs .nav-tabs > li.active a,
#tabs .nav-tabs > li a:hover{
	background: #f5fafc;
	color: #657b86;
	border-bottom: 1px solid transparent;	
}

body.product .product-page .product-content{
	margin-left: 0;
}
.text-content ul.nav-tabs{
	border-bottom: none;
	margin-bottom: 0;
}
.text-content .tab-content{
	padding: 30px;
	background: #f5fafc;
	border: 1px solid #bbbbbb;
	border-top: none;
	margin-top: -1px;
}
.tab-content .ankors{
	color: #0089d1;
	font-size: 16px;
	font-family:'DINPro-Bold';
	margin-bottom: 15px;
}
.tab-content .head{
	color: #3c3c3c;
	font-size: 16px;
	font-family:'DINPro-Bold';
	margin-bottom: 15px;
}
.tab-content .text{
	margin-bottom: 15px;
}
body.product .content .text-content .tab-content .text li{
	background: url('images/li-black.png') left 10px no-repeat;
}
.content a.file{
	color: #3c3c3c;
	background-color: #d8e1e4;
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 15px 15px 15px 40px;
	margin-right: 20px;
	margin-top: 10px;
	display: inline-block;
	-webkit-background-size: 12% auto;
	background-size: 12% auto;
}


#scroller{
	position: fixed;
	right: 120px;
	bottom: 30px;
	background: #acacac;
	padding: 20px;
	cursor: pointer;
	opacity: 0;
	transition: .5s;
	z-index: 220;
}
#scroller.visib{
	opacity: 1;
}
#scroller span{
	color: #fff;
	font-size: 20px;
}

.gallery{
	font-size: 0;
}
.gallery a{
	width: 19%;
	margin-right: 1.2%;
	display: inline-block;
}
.gallery a:nth-of-type(5n){
	margin-right: 0;
}	
.gallery a img{
	border: 1px solid #bbbbbb;
	transition: .3s;
	max-width: 100%;
}
.gallery a img:hover{
	border: 1px solid #657b86;
}





/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


.resh-list{
	overflow: hidden;
}
.resh-item{
	
	
	text-align: center;
}
.resh-item img{
	margin-bottom: 10px;
}
.resh-item a{
	color: #0089d1;
	font-size: 16px;
	font-family:'DINPro-Bold';
	line-height: 16px;
}
.resh-item:hover a{
	color: #a0b7c1;
	transition: .3s
}
body.product .content.reshenie-content .text-content,
body.product .content.news-detail-content-inner .text-content,
body.product .content.pragramms-inner .text-content{
	margin-left: 0;
}
body.product .content.reshenie-content .text-content li{
	background: url('images/li-black.png') left 10px no-repeat;
}



.news-item{
	background: #fff;
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid transparent;
	transition: .3s;
}
.news-item:hover{
	border: 1px solid #0089d1;
}
.news-item .title a{
	color: #0089d1;
	font-family:'DINPro-Bold';
	transition: .3s
}
.news-item .title a:hover{
	text-decoration: underline;
}
.news-item .date{
	color: #657b86;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.pagination{
	position: relative;
	text-align: center;
	width: 100%;
	margin-top: 0;
}
.pagination .ditto_previous_link{
	width: 36px;
	height: 36px;
	background: url('images/arr-left.png') center center no-repeat;
	border: 2px solid #657b86;
	font-size: 0;
	width: 32px;
	height: 32px;
	display: inline-block;
	text-indent: 9999px;
}
.pagination .ditto_next_link{
	width: 36px;
	height: 36px;
	background: url('images/arr-right.png') center center no-repeat;
	border: 2px solid #657b86;
	font-size: 0;
	width: 32px;
	margin-left: -1px;
	height: 32px;
	display: inline-block;
	text-indent: 9999px;
}
.news-content-inner{
	background: transparent;
}

.news-detail-date{
	text-align: right;
}
.all-news{
	text-align: center;
}
.panel-group .panel + .panel{
	margin-top: 0;
	box-shadow:  none;
	border-radius: 0;
}
.panel-group .panel{
	border-radius: 0;	
}
.panel-title{
	position: relative;
}
.panel-title a{
	color: #657b86;
	font-family:'DINPro-Bold';
	font-size: 16px;
}
.panel-title a:after, .panel-title a.collapse.in:after{
	position: absolute;
	left: -20px;
	top: 0px;
	display: block;
	width: 15px;
	height: 15px;
	text-align: center;
	content: '-';
	color: #657b86;
	font-family:'DINPro-Bold';
	font-size: 16px;
}
.panel-title a.collapsed{
	color: #0089d1;
}
.panel-title a{
	color: #657b86;
}
.panel-title a.collapsed:after, .panel-title a.collapse:after{
	position: absolute;
	left: -20px;
	top: 0px;
	display: block;
	width: 15px;
	height: 15px;
	text-align: center;
	content: '+';
	color: #0089d1;
}
.panel-heading{
	padding: 10px 30px;
}
.panel-body{
	padding: 10px 40px;
}
.panel-body a.file{
	margin-top: 5px;
	margin-bottom: 5px;
}
.panel-default,
.panel-body{
	background: #f5fafc;

}
.panel-default > .panel-heading{
	background: #fff;
}

.panel-default .panel-heading.white{
	background: #f5fafc;
}
















/******************************
*******************************
*******************************/



@media (max-width: 1620px) {
  
	.wrapper{
		width: 1400px;
	}
	.main-about .foto .quote{
		padding: 20px 10px;
	}
	.main-about .foto .quote span{
		font-size: 16px;
	}
	.main-about .text .foot .podpis{
		clear: left;
		margin-left: 0;
	}
	.main-about .text .style-button{
		margin-bottom: 30px;
	}
	.footer nav ul li a{
		margin-left: 15px;
		margin-right: 15px;
	}
	#tabs .nav-tabs > li > a{
		font-size: 20px;
	}

}

img.justifyleft{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
img.justifyright{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}


.ymaps-layers-pane {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}


@media (max-width: 1420px) {
  
	.wrapper{
		width: 1200px;
	}
	.leftbar{
		width: 240px;
	}
	.leftbar .logo{
		width: 90%;
	}
	.content{
		margin-left: 240px;
	}
	.leftbar .left-menu li a{
		background-position: 20px center;
		padding-left: 65px;
		padding-top: 12px;
		padding-bottom: 15px;
	}
	.leftbar .left-menu li{
		height: auto;
	}
	.footer nav{
		float: none;
		display: block;
		margin-bottom: 20px;
	}
	.footer .copyright{
		margin-left: 15px;
	}

}



@media (max-width: 1220px) {
  
	.wrapper{
		width: 980px;
	}
	.leftbar{
		position: fixed;
		left: -240px;
		top: 0;
		transition: 1s;
		z-index: 85;
	}
	.leftbar.visib{
		left: 0;
	}
	.content{
		margin-left: 0;
	}
	.navbar-toggle.leftbar-toggle{
		display: block;
		left: 15px;
		top: 5px;
		position: absolute;
	}
	body.product h2{
		margin-left: 50px; 
	}
	.navbar-toggle.leftbar-toggle span{
		background: #0089D1;
		width: 3px;
		border-radius: 50%;
		height: 3px;		
		transition: .3s;
	}
	.navbar-toggle.leftbar-toggle:hover span{
		background: #a0b7c1;
	}
	.type2 .content h1{
		margin-left: 80px;
	}
	body.main h1{
		margin-left: 0;
		padding: 0 100px;
	}
	.tiles .tile{
		width: 50%;
	}
	.main-about .foto,
	.main-about .text{
		width: 100%;
		margin-right: 0;
	}
	.main-about .text{
		margin-top: 30px;
		padding: 0 30px;
	}


}



@media (max-width: 1000px) {
  
	.wrapper{
		width: 750px;
	}
	body.page404 h3{
		padding: 0 100px;
	}
	body.page404 h1{
		font-size: 72px;
	}
	.footer .develop{
		padding-right: 15px;
	}
	#tabs .nav-tabs > li > a{
		font-size: 14px;
	}
	.type2 .content h1{
		margin-left: 50px;
	}
	.type2 .content #contact-map .map-contacts{
		position: relative;
		width: 100%;
		left: 0;
		margin-bottom: 30px;
	}
	.type2 .content #contact-map{
		padding-bottom: 30px;
	}
	.type2 .content .form-contact{
		margin: auto;
	}
	.text-content .cat{
		width: 100%;
		margin-bottom: 30px;
		height: auto!important;
	}
	.type2 .content-inner{
		margin-bottom: 30px;
	}
	.map-contacts{
		position: relative;
		right: 0;
		width: 100%;
		top: 0;
	}
	.resh-item{
		margin-bottom: 30px;
	}


}



@media (max-width: 768px) {
  
	.wrapper{
		width: 100%;
	}
	.footer nav{
		display: none;
	}
	body.page404 h1{
		margin-top: 60px;
	}
	#tabs .nav-tabs > li{
		width: 100%;
	}
	#tabs .nav-tabs > li > a{
		font-size: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#tabs .nav-tabs > li > a,
	#tabs .nav-tabs > li > a:hover{
		border: none!important;
		border-bottom: none!important;
	}
	#tabs .nav-tabs > li:last-of-type a{
		border-bottom: 1px solid #ccc!important;
	}
	#tabs .nav-tabs > li,
	#tabs .nav-tabs > li:hover{
		border: 1px solid #ccc!important;
		border-bottom: none!important;
	}
	#tabs .nav-tabs > li:nth-of-type,
	#tabs .nav-tabs > li:nth-of-type a{
		border-bottom: 1px solid #ccc!important;
	}
	.gallery a{
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
		margin-bottom: 2%;
	}
	.type2 .content .form-contact{
		width: 100%;
	}
	#scroller{
		display: none!important;
	}
	body.product .content .image{
		float: none;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	body.product .content .text-content{
		margin-left: 0;
	}
	.type2 .content h1{
		padding-right: 0;
	}
	body.main h1{
		font-size: 36px;
		line-height: 50px;
		text-transform: uppercase;
	}
	.main-about .text .foot .podpis{
		width: 100%;
		margin-bottom: 30px;	
	}
	.resh-item{
		margin-top: 30px;
		margin-bottom: 60px;
	}

}



@media (max-width: 601px) {
  
	.wrapper{
		width: 100%;
	}
	.footer .copyright,
	.footer .develop{
		width: 100%;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.content-inner{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}
	.cbp-spmenu-vertical ul li a{
		font-size: 14px;
		padding-bottom: 0;
	}
	.cbp-spmenu-vertical{
		width: 280px;
	}
	.cbp-spmenu-vertical ul{
		padding-left: 10px;
	}
	.content{
		padding: 20px 10px;
	}
	.type2 .content-inner{
		padding: 10px;
		margin: 10px;
	}
	.type2 .content .form-contact .head{
		font-size: 24px;
	}
	body.product .content h1{
		font-size: 20px;
	}
	body.product h2{
		font-size: 24px;
		margin-bottom: 10px;
	}
	body.page404 .banner .logo{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		float: none;
	}
	body.main.page404 h1{
		font-size: 30px;
	}
	body.main h1{
		padding: 0 20px;
		font-size: 24px;
		margin-bottom: 100px;
	}
	body.main .wrapper .page .banner{
		height: auto;
	}
	.tiles .tile{
		width: 100%;
		position: relative;
	}
	.tiles .tile .title{
		top: 0;
		position: absolute;
	}
	.tiles .tile .wrap-icon{
		margin-top: 60px;
	}
	.tiles .tile:first-of-type{
		border-left: none;
	}
	.main-about .text .foot .podpis{
		text-align: center;
	}
	.main-about .text .foot .logo{
		width: 100%;
		text-align: center;
	}
	body.product .content .product-image{
		max-width: 100%;
	}
	.text-content ul.tabed{
		padding-left: 10px;
	}
	body.main h1{
		margin-bottom: 60px;
	}
	body.page404 h3{
		padding: 0 20px;
	}
	body.page404 .return{
		margin-bottom: 30px;
	}
	.type2 .content #contact-map .map-contacts .block{
		padding: 5px;
	}
	.map-contacts .block .text{
		font-size: 14px;
	}
	.type2 .content h1,
	body.product h2{
		font-size: 24px;
		height: auto;
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
		padding-top: 15px;
		margin-bottom: 5px;
		margin-top: 0px;
	}
	.content h1{
		margin-top: 0px;
	}
	.text-content .cat .title{
		margin-bottom: 30px;
	}
	.navbar-toggle.leftbar-toggle{
		left: 14px;
		top: 6px;
	}
	.type1 .content h1{
		margin-top: 30px;
	}
	.type1 .navbar-toggle.leftbar-toggle{
		top: 5px;
	}
	
	.navbar-toggle.leftbar-toggle{
		z-index: 8;
	}
	
	.text-content .tab-content{
		padding: 10px;
	}
	.type2 .content .form-contact{
		padding: 10px;
	}
	.content{
		min-height: none;
	}
	.type2 .content #contact-map .map-contacts{
		padding: 10px;
	}
	.type2 .content #contact-map{
		padding: 10px;
	}
	.text-content .cat{
		padding: 10px;
	}
	.panel-body{
		padding: 10px;
	}
	.panel-body img{
		max-width: 100%;
	}
	.banner .logo{
		width: 80%;
		float: none;
		margin: auto;
	}
	.main-about .foto .quote {
	    padding: 20px 15px;
	}
	.main-news .news-list{
		margin-top: 20px;
	}
	.main-news{
		padding-bottom: 20px;
	}


}

