﻿@charset "utf-8";
 @font-face {
 font-family: 'ClearSans-Light';
 src: url('../../fonts/ClearSans-Light.eot');
 src: url('../../fonts/ClearSans-Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/ClearSans-Light.woff') format('woff'), url('../../fonts/ClearSans-Light.woff2') format('woff2'), url('../../fonts/ClearSans-Light.ttf') format('truetype'), url('../../fonts/ClearSans-Light.svg#ClearSans-Light') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'ClearSans-Regular';
 src: url('../../fonts/ClearSans-Regular.eot');
 src: url('../../fonts/ClearSans-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/ClearSans-Regular.woff') format('woff'), url('../../fonts/ClearSans-Regular.woff2') format('woff2'), url('../../fonts/ClearSans-Regular.ttf') format('truetype'), url('../../fonts/ClearSans-Regular.svg#ClearSans-Regular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'ClearSans-Italic';
 src: url('../../fonts/ClearSans-Italic.eot');
 src: url('../../fonts/ClearSans-Italic.eot?#iefix') format('embedded-opentype'), url('../../fonts/ClearSans-Italic.woff') format('woff'), url('../../fonts/ClearSans-Italic.woff2') format('woff2'), url('../../fonts/ClearSans-Italic.ttf') format('truetype'), url('../../fonts/ClearSans-Italic.svg#ClearSans-Italic') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'ClearSans-Medium';
 src: url('../../fonts/ClearSans-Medium.eot');
 src: url('../../fonts/ClearSans-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/ClearSans-Medium.woff') format('woff'), url('../../fonts/ClearSans-Medium.woff2') format('woff2'), url('../../fonts/ClearSans-Medium.ttf') format('truetype'), url('../../fonts/ClearSans-Medium.svg#ClearSans-Medium') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'BebasNeueBold';
 src: url('../../fonts/BebasNeueBold.eot');
 src: url('../../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'), url('../../fonts/BebasNeueBold.woff') format('woff'), url('../../fonts/BebasNeueBold.woff2') format('woff2'), url('../../fonts/BebasNeueBold.ttf') format('truetype'), url('../../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
 font-weight: normal;
 font-style: normal;
}
html, body {
	height: 100%;
}
body {
	position: relative;
	margin: 0;
	padding:0;
	font-family: 'ClearSans-Light', Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 16px;
	color:#333333;
	background: #f5f5f5 url(../../images/body-bg.png);
}
h1, h2, h3, h4, h5 {
	font-family: 'ClearSans-Medium';
	color:#000000;
}
h1 {
	font-size:42px;
	line-height:46px;
	margin:0 0 30px 0;
	padding:0 0 30px 0;
	border-bottom:#cacaca solid 1px;
}
h2 {
	font-size:38px;
	line-height:44px;
}
h3 {
	font-size:34px;
	line-height:40px;
}
h4 {
	font-size:30px;
	line-height:36px;
	margin:10px 0 10px 0;
}
h5 {
	font-size:26px;
	line-height:32px;
	margin:0 0 10px 0;
	text-transform:none
}
h6 {
	font-size:22px;
	line-height:28px;
	margin:0 0 10px 0;
	text-transform:none
}
p {
	margin:0 0 20px 0;
}
a {
	color:#008cc1;
	text-decoration:underline;
	-moz-transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
a:hover {
	color:#008cc1;
	text-decoration:none;
}
a:focus {
	outline: hidden;
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}
select, textarea, textarea.form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .form-control {
	border:#c9c9c9 solid 1px;
	font-size:16px;
	line-height:24px;
	color:#000;
	padding:3px 18px;
	outline: none;
	border-radius:0;
	box-shadow:none;
	background:#FFF; height:inherit;
	font-family: 'ClearSans-Light'
}
select:focus, textarea:focus, textarea.form-control:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, .placeholder, .form-control:focus {
	border:#333 solid 1px;
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline:hidden;
	border-radius:0;
	box-shadow:none;
	font-family: 'ClearSans-Light'
}
label {
	font-weight:normal
}
button {
	display: block;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width:100%
}
.form-control {
	border:#c9c9c9 solid 1px;
	font-size:16px;
	line-height:24px;
	color:#000;
	padding:3px 18px;
	outline:hidden;
	border-radius:0;
	box-shadow:none;
	background:#FFF; height:inherit;
}
.form-control:focus {
	border:#333 solid 1px;
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline:hidden;
	border-radius:0;
	box-shadow:none;
}
.form-control:-moz-placeholder {
 color:#666666;
 font-family: 'ClearSans-Light';
}
 .form-control::-o-placeholder {
 color:#666666;
 font-family: 'ClearSans-Light';
}
 .form-control:-ms-input-placeholder {
 color:#666666;
 font-family: 'ClearSans-Light';
}
 .form-control::-webkit-input-placeholder {
 color:#666666;
 font-family: 'ClearSans-Light';
}
textarea.form-control, textarea.form-control:focus {
	height:inherit
}
.form-horizontal .control-label {
	padding-top: 3px;
}
input[type="file"] {
	background:transparent;
	border:none;
}
input[type="submit"]:focus {
	border:none;
	outline:hidden
}
input[type="file"] {
	background:transparent;
	border:none;
}
input[type="submit"]:focus {
	border:none;
	outline:hidden
}
.sprite {
	background-image:url(../../images/sprite.png);
}
.sprite {
	display: inline-block;
	vertical-align: middle;
	background-repeat:no-repeat
}
.btn {
	padding: 15px 50px;
	font-size: 16px;
	line-height:24px;
	color:#FFF;
	background-color: #009cd7;
	text-decoration:none;
	border-radius:0;
	border:none;
	display: inline-block;
	cursor: pointer;
	-moz-transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	text-transform:uppercase
}
.btn:focus {
	outline:hidden;
	outline-offset: none;
}
.btn:hover, .btn:focus {
	color:#FFF;
	text-decoration: none;
	background-color: #0282b2;
}
.btn:active {
	background-image: none;
	outline:hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow:  none;
}
.btn-default {
	background-color: #dde4f4;
}
.btn-default:hover, .btn-default:focus {
	background-color:#cfd8ec;
}
.btn-lg {
	padding: 10px 36px;
	font-size: 18px;
	line-height:24px;
}
.push {
	height: 270px;
}
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -270px;
}
.navbar {
	border-bottom:#dddddd solid 1px;
	margin: 0;
	border-radius: 0;
	position:relative;
	height:205px;
	background:#FFF
}
.navbar .nav-top {
	height: 60px;
	background:#009cd7
}
.navbar-search {
	float:left;
	width:405px;
	padding: 15px 20px 0 60px;
	height:60px;
}
.navbar-search .search-query {
	line-height:30px;
	font-size:16px;
	height:30px;
	background:#fff;
	padding:0 5px;
	width:290px;
	float:left;
	border:none;
}
.navbar-search .search-query:focus {
	background:#f5f5f5;
	box-shadow:none;
	border:none;
}
.navbar-search .search-query:-moz-placeholder {
 font-size:16px;
color:#666;
}
 .navbar-search .search-query:-ms-input-placeholder {
 font-size:16px;
 color:#666;
}
.navbar-search .search-query::-webkit-input-placeholder {
 font-size:16px;
color:#666;
}
.navbar-search .submit, .navbar-search .submit:hover, .navbar-search .submit:focus {
	width:21px;
	height:20px;
	background: url(../../images/sprite.png) 0 0 no-repeat;
	background-color:transparent;
	border:none;
	text-indent: -90000%;
	float:left;
	margin:8px 0 0 10px;
	outline:none;
	box-shadow: none;
}
.lang {
	list-style:none;
	padding:12px 35px 0 30px;
	margin:0;
	text-transform:uppercase;
	font-size:12px;
	line-height:35px;
	float:right;
	height:60px;
	border-left:#70c7e9 solid 1px
}
.lang li {
	margin-left:2px;
	display:inline-block;
	padding:0
}
.lang li:before {
	content: none;
}
.lang li a, .lang li a:hover, .lang li a:focus {
	display:block;
	color:#ffffff;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	text-decoration:none;
}
.lang li a:hover, .lang li a:focus {
	color: #fff;
}
.lang .active a, .lang .active a:hover {
	text-decoration:none;
	background:#46bfec;
	border-radius: 50%;
}
.navbar .nav-top .mail, .navbar .nav-top .mail:hover, .navbar .nav-top .mail:focus {
	font-size:21px;
	line-height:27px;
	float:right;
	height:60px;
	margin:0 25px;
	padding:14px 0 0 27px;
	color:#fffefe;
	text-decoration:none;
	position: relative
}

 .navbar .nav-top .mail::before {
background:url(../../images/sprite.png) -24px 0 no-repeat;
position: absolute;
 display: block;
 content: "";
 width:16px;
height:11px;
top:24px;
left:0
}
.navbar .nav-top .phone {
	float:right;
	color:#ffffff;
	font-family: 'ClearSans-Medium';
	font-size:21px;
	line-height:27px;
	padding:14px 28px 0 48px;
	height:60px;
	border-left:#70c7e9 solid 1px;
	position:relative;
}
.navbar .nav-top .phone::before {
background:url(../../images/sprite.png) -47px 0 repeat;
position: absolute;
 display: block;
 content: "";
 width:12px;
height:21px;
top:20px;
left:25px
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	top:0
}
.navbar .nav-bottom {
	height: 145px;
}
.navbar-brand {
	float:left;
	margin:41px 0 0 55px;
	padding:0;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline:hidden;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 50px;
	height: 4px;
	border-radius:0;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 10px;
}
.navbar .navbar-nav {
	font-family: 'ClearSans-Medium';
	margin: 45px 20px 0 0;
	padding: 0;
	list-style:none;
	float:right;
	color:#000000;
	font-size:18px;
	line-height:43px;
	text-transform:uppercase;
}
.navbar .navbar-nav > li {
	display: inline-block;
	float: none;
	margin: 0 3px;
	padding:0;
	position: relative;
}
.navbar .navbar-nav > li > a {
	color:#000;
	display:block;
	padding:0 13px 15px 13px;
	line-height:43px;
	text-decoration:none;
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li:hover > a {
	color:#000;
	text-decoration: underline;
	background-color:transparent;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover {
	color:#009cd7;
	text-decoration:none;
}
.navbar .navbar-nav > .request > a, .navbar .navbar-nav > .request > a:hover, .navbar .navbar-nav > .request > a:focus {
	color:#fff;
	background:#009cd7;
	text-decoration:none; padding-bottom:0
}
.navbar .navbar-nav > .request > a:hover {
	background:#008dc3
}
.request-top, .request-top:hover, .request-top:focus {
	display:none;
	color:#000;
	color:#fff;
	font-family: 'ClearSans-Medium';
	background:#009cd7;
	text-decoration:none;
	text-align:center;
	padding: 0 5px;
	font-size:18px;
	line-height:43px;
	margin:25px 15px 0 15px;
	text-transform:uppercase
}
.navbar .navbar-nav > .dropdown:hover > a {
	color: #fff;
	background: #009cd7;
	text-decoration:none;
	position:relative;

}
.navbar .navbar-nav > .dropdown:hover > a::before {
 background: url(../../images/sprite.png) -141px 0 repeat;
 position: absolute;
 display: block;
 content: "";
 width: 11px;
 height: 7px;
 top: 41px;
 left:50%;
margin-left:-5px;
}
.navbar-nav > li > .dropdown-menu {
	position: absolute;
	top: 100%;
	padding:0;
	left:50%;
	z-index: 1000;
	display: none;
	float: left;
	width:380px; margin-left:-190px;
	text-align:left;
	background: #ffffff;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
	border:none;
	border-top: #009cd7 solid 5px;
	border-radius: 0;
	font-size:16px;
	line-height:24px;
}
.navbar-nav > li:hover > .dropdown-menu {
	display:block
}
.navbar-nav > li:last-child > .dropdown-menu {
	left: inherit;
	right:0
}
.dropdown-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.dropdown-menu ul > li {
	margin:0;
	padding:0
}
.dropdown-menu ul > li:before {
	content: none;
}
.dropdown-menu ul > li > a {
	display:block;
	white-space: inherit;
	padding:8px 20px;
	text-decoration:none;
	text-transform:none;
	color:#000;
	border-top: #d2d6d9 solid 1px;
	background:#f5f9fc
}
.dropdown-menu ul > li ul > li > a {
	padding:5px 15px;
	color:#000;
	border-top:  none;
	background:#fff;
	color: #008cc1;
}
.dropdown-menu ul > li ul > li > a:hover {
	color: #008cc1;
	text-decoration:underline
}
.dropdown-menu ul > li > a:hover, .dropdown-menu ul > li > a:focus {
	background-color:#fff;
	color:#008cc1;
	text-decoration:none
}
.dropdown-menu ul > .active > a, .dropdown-menu ul > .active > a:hover, .dropdown-menu ul > .active > a:focus {
	background-color:#fff;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > a {
	position:relative;
	padding-right:20px;
}
 .dropdown-submenu > a::before {
 background: url(../../images/sprite.png) -143px -13px repeat;
 position: absolute;
 display: block;
 content: "";
 width: 7px;
 height: 11px;
 top: 50%;
 right: 8px;
 margin-top: -6px;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	min-width:380px;
	left: 100%;
	border-top: #009cd7 solid 5px;
	padding:5px;
	margin:0;
	border-radius: 0;
	font-size:15px;
	line-height:22px;
	background-color: #fff;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
.content {
	background: url(../../images/content-bg.png) right 20px no-repeat
}
.main-slider-top {
	position:relative;
	background:#ffffff;
	border:#e4e4e4 solid 1px;
	padding:29px;
	margin:50px 0;
}
.download-catalog {
	position:absolute;
	width:321px;
	height:74px;
	left:-28px;
	top:-29px;
	font-family: 'ClearSans-Medium';
	font-size:18px;
	line-height:61px;
	text-transform:uppercase;
	text-align:center;
	z-index:100;
}
.download-catalog a, .download-catalog a:hover, .download-catalog a:focus {
	height:74px;
	position:relative;
	display:block;
	color:#FFF;
	text-decoration:none;
	background:url(../../images/sprite.png) 0 -33px no-repeat;
	padding-left:20px
}
 .download-catalog a::before {
background:url(../../images/sprite.png) 0 -119px no-repeat;
position: absolute;
 display: block;
 content: "";
 width:30px;
height:34px;
top:12px;
left:26px;
}
.slider {
	position:relative
}
.slider-top {
	max-height:720px;
	overflow:hidden
}
.slider-top .img-slide {
	float:right;
	max-width:inherit;
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:15s;
	-ms-animation-duration:15s;
	-o-animation-duration:15s;
	animation-duration:15s;
	animation-timing-function:ease-out;
	-webkit-animation-timing-function:ease-out;
	-webkit-transform-origin:100% 100%;
	transform-origin:100% 100%;
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode:forwards; height:inherit
}
.slider-top  li {float: none;
    list-style: none;
    position: absolute;
    width: 1080px;
    z-index: 50;
    display: block;}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin:0 auto
}
.bxslider {
	padding:0;
	margin:0;
	max-height: 363px;
}
.slider-top .bx-wrapper .bx-controls-direction {
	display:none;
}
.slider-top .bx-caption {
	position: absolute;
	top:0;
	left:0;
	font-size:18px;
	line-height:27px;
	color:#FFF;
	width: 640px;
}
.slider-top .bx-wrapper .bx-controls {
	position: absolute;
	left: 0;
	top:133px;
	width:10px;
	background:url(../../images/bx-controls.png) center repeat-y;
	z-index: 100;
}
.slider-top .bx-wrapper .bx-pager .bx-pager-item, .slider-top .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: block;
	margin:13px 0
}
.slider-top .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	background:#b0b0b0;
	display:block;
	width:10px;
	height:10px;
	margin:0;
	outline:0;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.slider-top .bx-pager.bx-default-pager a:hover, .slider-top .bx-pager.bx-default-pager a.active {
	background:#009cd7;
}
.slider-top .bx-caption .slider-h2 {
	font-size:41px;
	font-family: 'BebasNeueBold';
	line-height:50px;
	margin:35px 0 49px 60px;
	color:#000;
	z-index:1000;
	max-width:560px;
}
.slider-top .bx-caption .slider-h2 p { margin:0}
.slider-top .bx-caption .slider-h2 span {
	font-size:30px;
}
.slider-top .bx-caption .bx-caption-inner-left {
	font-size: 17px;
	line-height: 25px;
	margin-left:60px;
}
.slider-top .bx-caption .bx-caption-inner-left p {
	display:block;
	padding-left:35px;
	border-left:#009cd7 solid 4px;
	color:#333333;
	max-width:535px;
	margin-bottom:40px;
	position:relative;
	max-height:245px;
	overflow: hidden;
}
.slider-top .bx-caption .bx-caption-inner-left .slider-btn {
	font-family: 'ClearSans-Medium';
	text-transform:uppercase;
	text-decoration:none;
	position:relative
}
.slider-top .bx-caption .bx-caption-inner-left .slider-btn:hover {
	text-decoration:underline
}
.slider-top .bx-caption .bx-caption-inner-left .slider-btn::before {
 background: url(../../images/sprite.png) -66px 0 repeat;
 position: absolute;
 display: block;
 content: "";
 width: 7px;
 height: 11px;
 top: 7px;
 right:-15px;
-moz-transition: all ease-out 0.1s;
 -webkit-transition: all ease-out 0.1s;
 -o-transition: all ease-out 0.1s;
 -ms-transition: all ease-out 0.1s;
 transition: all ease-out 0.1s;
}
 .slider-top .bx-caption .bx-caption-inner-left .slider-btn:hover::before {
right: -20px;
}
.slider-top .bx-wrapper .bx-controls-direction a {
	width: 56px;
	height: 56px;
	top:60px;
	right:0;
}
.slider-top .bx-wrapper .bx-controls-direction .bx-prev {
	right: 70px;
	background-position: 0 0;
}
.slider-top .bx-wrapper .bx-controls-direction .bx-next {
	background-position: -56px 0;
}
.slider-top .bx-wrapper .bx-controls-direction .bx-prev:hover {
	background-position: -112px 0;
}
.slider-top .bx-wrapper .bx-controls-direction .bx-next:hover {
	background-position: -168px 0;
}
.slider .bx-img {
	display:block
}
.content .left-block {
	float:left;
	width:910px;
	margin-right:30px;
	padding:  0 0 50px 0;
    border-bottom: #cacaca solid 1px;
}
.content .right-block {
	width: 360px;
	float:left;
	margin-left:70px
}
.ul-list {
	list-style:none;
	margin:0;
	padding:0;
}
.ul-list li {
	margin-bottom:5px;
	position:relative;
	padding-left:20px;
}
.ul-list li::after {
background:url(../../images/sprite.png) 0 -229px repeat;
position: absolute;
 display: block;
 content: "";
 width:12px;
height:6px;
left:0;
top:10px;
}
.content .left-block h1 {
	font-family: 'ClearSans-Light';
	margin:0 0 50px 0;
	padding-bottom:35px;
	font-size: 38px;
	line-height: 44px;
}
.main-directions {
	margin:0 -15px 35px -15px;
	padding:0;
	list-style:none;
	color:#FFF
}
.main-directions li {
	display:inline-block;
	vertical-align:top;
	width:200px;
	height:200px;
	background:#009cd7;
	text-align:center;
	text-transform:uppercase;
	margin:0 15px;
}
.main-directions li a, .main-directions li a:hover, .main-directions li a:focus {
	display:block;
	width:200px;
	height:200px;
	color:#FFF;
	text-decoration:none;
	position:relative;
	padding:135px 17px 0 17px;
}
 .main-directions li a::before {
position: absolute;
background-image:url(../../images/sprite.png);
background-repeat:no-repeat;
 display: block;
 content: "";
 width: 130px;
 height: 130px;
 top: 10px;
 left: 35px;
}

.main-directions .directions-1 a::before {
background-position:0 -153px;
}
.main-directions .directions-2 a::before {
background-position:-130px -153px;
}
.main-directions .directions-3 a::before {
background-position:0 -283px;
}
.main-directions .directions-4 a::before {
background-position:-130px -283px;
}
.directions-slider {padding: 0;
    margin: 0 ;
    max-height: 200px; }
.directions-slider-item {
	height:200px;
	color:#FFF;
	text-decoration:none;
	position:relative; float:left; list-style:none; padding:0 9px;  }
	
.directions-slider-item  a, .directions-slider-item a:hover, .directions-slider-item a:focus {
	display:block;
	width:200px;
	height:200px;
	color:#FFF;
	text-decoration:none;
	position:relative;
	padding:130px 17px 0 17px; background-color: #009cd7;
    text-align: center;
    text-transform: uppercase;  background-position:35px 5px  ; background-repeat:no-repeat
}
.directions-slider-item  a span { text-transform:none}
.left-block .bx-has-controls-direction  a {
	    position: absolute;
    background-image: url(../../images/sprite.png);
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -18px;
    right: inherit;
    outline: 0;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    z-index: 999;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.left-block .bx-has-controls-direction .bx-prev {
	left: -15px;
	background-position: 0 -945px;
}
.left-block .bx-has-controls-direction   .bx-next { right:-5px;
	background-position: -36px -945px;
}
.left-block .bx-has-controls-direction  .bx-prev:hover {
	background-position: -0 -981px;
}
.left-block .bx-has-controls-direction  .bx-next:hover {
	background-position: -36x -981px;
}

.gallery-block .bx-has-controls-direction .bx-prev {
    left: -15px;
    background-position: 0 -945px;
}

.gallery-block .bx-has-controls-direction .bx-next {
    right: -5px;
    background-position: -36px -945px;
}
.gallery-block .bx-has-controls-direction a {
    position: absolute;
    background-image: url(../../images/sprite.png);
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -18px;
    right: inherit;
    outline: 0;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    z-index: 999;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}



.new-product {
	background:#fff;
	border:#e4e4e4 solid 1px;
	padding:20px;
	font-size:15px;
	line-height:22px;
	position:relative
}
.new-product .new-product-more {
	display:none;
	background:url(../../images/sprite.png) -94px -132px no-repeat;
	display: block;
	content: "";
	width: 28px;
	height: 6px;
	bottom: 30px;
	right: 29px;
}
.new-product-title {
	font-family: 'ClearSans-Medium';
	font-size:21px;
	line-height:27px;
	text-transform:uppercase;
	margin:0 0 5px 0;
	position:relative
}
.new-product-title::before {
position: absolute;
background:url(../../images/sprite.png) -50px -118px no-repeat;
 display: block;
 content: "";
 width: 31px;
 height: 31px;
 top: -3px;
 right:0;
}
.new-product-title a, .new-product-title a:hover, .new-product-title a:focus {
	color: #333333;
	text-decoration:none;
}
.new-product-title a:hover, .new-product-title a:focus {
	text-decoration:underline
}
.new-product-name {
	color:#008cc1;
	font-family: 'ClearSans-Regular';
	font-size:21px;
	line-height:27px;
	margin:0 0 10px 0;
}
.new-product-name a {
	text-decoration:none;
}
.new-product-name a:hover {
	text-decoration: underline;
}
.new-product-img {
	margin-bottom:10px;
}
.products {

	padding-top:35px;
	border-bottom:#bfbfbf solid 1px;
	padding-bottom:25px;
}
.main-title, .main-title:hover, .main-title:focus {
	color:#000;
	text-decoration:none;
	font-family: 'ClearSans-Medium';
	font-size:21px;
	line-height:27px;
	text-transform:uppercase;
	margin:0 0 23px 0;
	position:relative
}
.main-title::before {
 background: url(../../images/sprite.png) -66px 0 repeat;
 position: absolute;
 display: block;
 content: "";
 width: 7px;
 height: 11px;
 top: 10px;
 right: -15px;
-moz-transition: all ease-out 0.1s;
 -webkit-transition: all ease-out 0.1s;
 -o-transition: all ease-out 0.1s;
 -ms-transition: all ease-out 0.1s;
 transition: all ease-out 0.1s;
}
.main-title:hover::before {
right: -20px;
}
.products-list {
	margin:23px -13px 0 -13px;
	padding:0;
	list-style:none;
	font-family: 'ClearSans-Medium';
	font-size:20px;
	line-height:26px;
}
.products-list li {
	display:inline-block;
	margin:0 13px 26px 13px;
	width:439px
}
.products-list li a, .products-list li a:hover, .products-list li a:focus {
	display:block;
	position:relative;
	text-decoration:none;
	color:#FFF
}
.products-list-title {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:20px 25px;
	background:url(../../images/products-bg.png)
}
.products-list-title span {
	font-size:16px;
}

.content .bottom-block {
	padding:25px 0 70px 0;
	margin: 0 -15px;
	vertical-align:top
}
.bottom-block-item {
	display:inline-block;
	margin:0 15px;
	width:433px;
	vertical-align:top
}
.bottom-block-inner {
	background:#ffffff;
	padding:29px;
	border:#e4e4e4 solid 1px;
	border-top:#008cc1 solid 3px;
	margin-top:23px;
	min-height:205px;
}
.news-header {
	font-family: 'ClearSans-Regular';
	font-size:20px;
	line-height:26px;
	margin:0 0 15px 0
}
.news-header a {
	text-decoration:none;
}
.news-header a:hover {
	text-decoration: underline;
}
.news-anons p {
	margin-bottom:10px;
}
.news-date {
	color:#898989;
	font-size:12px;
	line-height:18px;
	text-transform:uppercase
}
.partners {
	background:#FFF;
	border-top:#e4e4e4 solid 1px;
	border-bottom:#e4e4e4 solid 1px;
	padding:35px 0;
}
.partners-list {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center
}
.partners-list li {
	display:inline-block
}
footer {
	height:110px;
}
footer p {
	margin:0
}
footer .copy {
	float:left;
	padding-top:40px;
	color:#666666;
	font-size:15px;
	line-height:22px;
}
footer .copy a, footer .copy a:hover, footer .copy a:focus {
	color:#666666;
}
footer .social {
	float:left;
	padding:30px 0 0 100px
}
footer .social a {
	margin:0 5px;
}
footer .social a:hover {
	opacity:0.9;
	-moz-opacity:0.9;
	filter:alpha(opacity=0.9)
}
footer .mail, footer .mail:hover, footer .mail:focus {
	font-size:21px;
	line-height:27px;
	float:right;
	padding:34px 0 0 0;
	padding-left:27px;
	color:#000;
	text-decoration:none;
	position: relative
}

 footer .mail::before {
background:url(../../images/sprite.png) -116px 0 no-repeat;
position: absolute;
 display: block;
 content: "";
 width:16px;
height:11px;
top:45px;
left:0
}
footer .phone {
	float:right;
	color:#000000;
	font-family: 'ClearSans-Medium';
	font-size:21px;
	line-height:27px;
	padding:34px 45px 0 0;
	position:relative;
	padding-left:20px;
}
footer .phone::before {
background:url(../../images/sprite.png) -97px 0 repeat;
position: absolute;
 display: block;
 content: "";
 width:12px;
height:21px;
top:40px;
left:0
}
.content-header {
	padding:20px 0;
	border-bottom:#dddddd solid 1px;
	margin-bottom:30px;
}
.breadcrumb {
	background-color:transparent;
	list-style:none;
	padding: 0;
	margin:0;
	font-size: 14px;
	line-height: 20px;
}
.breadcrumb>li {
	display: inline-block;
}
.breadcrumb>li a, .breadcrumb>li a:hover, {
 color:#324986
}
.breadcrumb>.active {
	color:#000000
}
.breadcrumb>li+li:before {
	margin:0 10px;
	display: block;
	float: left;
	content: "/";
	color:#6e6e6e
}
.content-page {
	padding-bottom:70px;
}
.page-left {
	width:1020px;
	float:left;
	margin:0 40px 0 0
}
.page-right {
	width:310px;
	float:left;
}
.news-item-page {
	background: #ffffff;
	border: #e4e4e4 solid 1px;
	position: relative;
	padding: 23px;
	margin-bottom:23px;
}
.news-item-page .news-img {
	float:left;
	width:270px;
}
.news-item-page .news-inner {
	margin-left:300px;
}
.news-item-page .news-date {
	color: #999999;
	font-size: 14px;
	line-height: 22px;
}
.news-item-page .news-header {
	margin-bottom:10px;
	font-size:22px;
	line-height:26px;
}
.news-item-page .news-header a {
	text-decoration:none
}
.news-item-page .news-header a:hover {
	text-decoration:underline
}
.news-item-page .news-more {
	position:relative;
	text-decoration:none;
}
.news-item-page .news-more:after {
	margin: 0 0 0 10px;
	display: inline;
	content: "→";
	text-decoration:none;
}
.red-text {
	color: #c81c1f;
}
#toTop {
	display:none;
	background:url(../../images/sprite.png) -341px -53px no-repeat;
	text-decoration:none;
	position:fixed;
	top:20px;
	left:20px;
	overflow:hidden;
	width:36px;
	height:30px;
	border:none;
	z-index:2000;
	text-align:center;
}
#toTopHover {
	display:block;
	overflow:hidden;
	float:left;
	opacity:0.9;
	-moz-opacity:0.9;
	filter:alpha(opacity=0.9)
}
#toTop:active, #toTop:focus {
	outline: hidden
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0 0 0;
	border-radius:2px;
}
.pagination>li {
	display: inline;
	background:none;
	padding:0;
	margin:0
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	font-size: 18px;
	padding: 7px 14px;
	margin:0 5px;
	line-height:22px;
	color: #000;
	text-decoration: none;
	background-color: transparent;
	border:#cbcbcb solid 1px;
	border-radius:0
}
.pagination>li>a:hover {
	color: #324986;
	background-color: transparent;
	border:#000 solid 1px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	text-decoration: none;
	cursor: default;
	border:#008cc1 solid 1px;
	background-color:#008cc1;
	color: #fff;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}
.download-catalog-page {
	font-family: 'ClearSans-Medium';
	font-size:20px;
	line-height:61px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:50px;
	float: right;
	width:310px;
}
.download-catalog-page a, .download-catalog-page a:hover, .download-catalog-page a:focus {
	position:relative;
	display:block;
	color:#FFF;
	text-decoration:none;
	background:#009cd7;
	padding-left:20px
}
.download-catalog-page a:hover, .download-catalog-page a:focus {
	background:#008dc3
}
 .download-catalog-page a::before {
background:url(../../images/sprite.png) 0 -119px no-repeat;
position: absolute;
 display: block;
 content: "";
 width:30px;
height:34px;
top:12px;
left:35px;
}
.right-block-item {
	margin:0 0 40px 0;
}
.right-block-inner {
	margin-top:20px;
	padding-top:20px;
	border-top:#008cc1 solid 3px;
}
.page-right .new-product {
	background-color:transparent;
	border: none;
	padding:0 0 5px 0;
}
 .page-right .new-product::before {
 bottom: 0;
 right: inherit;
left:0;
}
.page-inner {
	padding:40px;
	background:#FFF;
	border: #e4e4e4 solid 1px;
	color:#000;
	font-family: 'ClearSans-Regular';
	font-size:18px;
	line-height:26px;
}
.right-menu {
	margin-bottom:40px;
}
.right-menu-title {
	font-family: 'ClearSans-Medium';
	font-size: 21px;
	line-height: 27px;
	text-transform: uppercase;
	margin: 0 0 23px 0;
}
.right-menu-list {
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	border-top: #008cc1 solid 3px;
	list-style:none;
	font-size:17px;
	line-height:25px;
	font-family: 'ClearSans-Regular';
}
.right-menu-list li {
	margin:0 0 7px 0;
	padding:0 0 0 25px;
	position:relative
}
.right-menu-list li a {
	color:#000;
	text-decoration:none;
}
.right-menu-list li a:hover, .right-menu-list li a:focus {
	color: #008cc1;
}
.right-menu-list .active a {
	color:#008cc1;
}
.right-menu-list .active:before {
	position: absolute;
	background: url(../../images/sprite.png) -160px 0 no-repeat;
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	top: 11px;
	left: 11px;
}
.right-menu-list li ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:15px;
	line-height:22px;
}
.right-menu-list li ul li {
	margin:0 0 7px 0;
	padding:0 0 0 25px;
	position:relative
}
.right-menu-list .active ul li a {
	color:#000;
	text-decoration:none;
}
.right-menu-list .active ul li a:hover, .right-menu-list .active ul li a:focus {
	color: #008cc1;
}
.right-menu-list li ul .active a {
	color:#008cc1;
}
.right-menu-list li ul .active:before {
	position: absolute;
	background: url(../../images/sprite.png) -160px 0 no-repeat;
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	top: 11px;
	left: 11px;
}
.download-public {
	float:right;
	font-family: 'ClearSans-Medium';
	font-size:16px;
	line-height:40px;
	text-transform:uppercase;
	text-align:center;
	width:200px;
	margin-left:20px;
}
.download-public a, .download-public a:hover, .download-public a:focus {
	position:relative;
	display:block;
	color:#FFF;
	text-decoration:none;
	background:#009cd7;
	padding-left:28px
}
.download-public a:hover, .download-public a:focus {
	background:#008dc3
}
.download-public a::before {
background:url(../../images/sprite.png) -194px 0 no-repeat;
position: absolute;
 display: block;
 content: "";
 width:30px;
height:28px;
top:6px;
left:10px;
}
.capcha-reset {
	color:#008cc1;
	border-bottom:#008cc1 dashed 1px;
	display:inline-table;
	line-height:30px;
	margin-left:10px;
	cursor:pointer
}
.red-grey { color: #F00}
.navbar-toggle {
	position: relative;
	float:none;
	margin:10px auto;
	border: none;
}
.navbar-toggle .icon-bar {
	background-color: #000;
}
.navbar-collapse {
	border-top: none;
	-webkit-box-shadow:  none;
	-moz-box-shadow:  none;
	-o-box-shadow:  none;
	box-shadow:  none;
}
.sr-only {
	display:none;
}
.error {
	color:#F00
}
.table th {
	font-size:14px;
	line-height:20px;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
background-color:#fff
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color:#fff
}
.table>thead>tr>th {
	vertical-align:middle;
}
.cont-wrap {
	margin-bottom:45px;
}
.cont-left {
	width:570px;
	float:left;
	margin-right:30px;
}
.cont-right {
	width:250px;
	float:right;
}
table {border-collapse: separate;     font-size: 14px;
    line-height: 20px;    border-spacing: inherit;
} 
.table {
	width:inherit; border-collapse: collapse;    font-size: 18px;
    line-height: 26px;     border-spacing: 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 5px 10px;
}
.table-bordered {
	border: 2px solid #77c8f2;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 2px solid #77c8f2;
}
.table-bordered>tbody>tr>th {
	background:#f0f9fe;
	font-size: 18px;
}
.form-block {
	margin-bottom:40px;
	color: #000;
	font-family: 'ClearSans-Regular';
	font-size: 18px;
	line-height: 26px;
}
.form-block-title {
	font-family: 'ClearSans-Medium';
	font-size: 21px;
	line-height: 27px;
	text-transform: uppercase;
	margin: 0 0 23px 0;
	padding:0 0 23px 0;
	border-bottom: #008cc1 solid 3px;
}
.text-grey {
	color:#999999
}
.stock {
	margin: 0 -30px 30px -30px;
	padding: 0;
	list-style: none;
	color: #FFF;
}
.stock li {
	display:inline-block;
	vertical-align:top;
	width:200px;
	height:200px;
	background:#009cd7;
	text-align:center;
	/*text-transform:uppercase;*/
	margin:0 30px 60px 30px;
	position:relative
}
.stock li a, .stock li a:hover, .stock li a:focus {
	padding:130px 10px 0 10px;
	display:block;
	text-decoration:none;
	color: #FFF;
	position:relative;
	width:200px;
	height:200px;  background-repeat:no-repeat; background-position:35px 10px
}
.stock li .twolines, .stock li .twolines:hover, .stock li .twolines:focus {
	padding-top:126px;
}
.stock li a span {
	text-transform:none
}

.stock li a .stock-block-tooltip {
	padding: 5px 5px 2px 5px;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	color: #000;
	text-align: center;
	background-color:#f0f9fe;
	font-family: 'ClearSans-Regular';
	font-size: 15px;
	line-height:22px;
	width:200px; min-height:200px;
	vertical-align:middle;
	transition: 0.5s linear;
	opacity: 0;
	overflow:hidden;
	border:#009cd7 solid 5px;
	text-transform:none
}
.stock li a .stock-block-tooltip p {
	margin-bottom:5px;
}
.stock li a:hover .stock-block-tooltip {
	opacity: 1;
}

 .stock-1 a::before {
background-position:-130px -425px;
}
.stock-2 a::before {
background-position:0 -425px;
}
.stock-3 a::before {
background-position:-260px -165px;
}
.stock-4 a::before {
background-position:-260px -295px;
}
 .stock-5 a::before {
background-position:-260px -425px;
}
.stock-6 a::before {
background-position:0 -555px;
}
.stock-7 a::before {
background-position:-130px -555px;
}
.stock-8 a::before {
background-position:-260px -555px;
}
.stock-9 a::before {
background-position:0 -685px;
}
.stock-10 a::before {
background-position:-130px -685px;
}
.stock-11 a::before {
background-position:-260px -685px;
}
.stock-12 a::before {
background-position:0 -815px;
}
.stock-13 a::before {
background-position:-130px -815px;
}
.stock-14 a::before {
background-position:-260px -815px;
}
.spoiler-title {
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #00adef;
}
.spoiler-body {
	display: none;
}
.g-recaptcha {
	display: inline-block;
}
.gallery-block {
	margin-bottom: 25px;
}
 @media (max-width: 1640px) {
 .navbar-brand {
margin-left:15px;
}
.navbar .navbar-nav {
margin-right:0
}
.navbar .navbar-nav > li {
margin:0
}
.navbar .navbar-nav > li > a {
padding:0 5px 15px 5px;
}
}
 @media (max-width: 1420px) {
 .navbar-brand {
margin-left:15px;
width:250px;
margin-top:50px
}
.navbar .navbar-nav {
margin-right:0
}
.navbar .navbar-nav > li {
margin:0
}
.navbar .navbar-nav > li > a {
padding:0 5px 15px 5px;
font-size:15px;
}
}
@media (min-width: 1200px) {
.container {
 width: 1170px;
}
}
 @media (min-width: 1400px) {
.container {
width:1400px;
}
}
 @media (max-width: 1399px) and (min-width: 992px) {
.navbar-brand {
margin-left:15px;
margin-top:55px
}
.navbar .navbar-nav {
margin-right:0; max-width: 960px;
}
.navbar .navbar-nav > li {
margin:0
}
.navbar .navbar-nav > li > a {
padding:0 7px 15px 7px;
}
.navbar-search {
padding: 15px 20px 0 15px;
}
 .navbar-search {
width:290px;
}
.navbar-search .search-query {
width:220px;
}
.slider-top .img-slide {
max-width:480px
}
 .slider-top .bx-caption {
 width: 560px;
}
.slider-top .bx-caption .slider-h2 {
max-width:450px;
margin: 25px 0 25px 30px;
font-size: 30px;
 line-height: 38px;
}
.slider-top .bx-caption .slider-h2  span {font-size: 26px;}
.slider-top .bx-caption .bx-caption-inner-left {
margin-left:30px;
}
.slider-top .bx-caption .bx-caption-inner-left p {
max-width:560px;
margin-bottom:25px;
padding-left: 15px;
}
.slider-top .bx-wrapper .bx-controls {
top: 88px;
}
 .navbar-search {
padding-left:15px
}
.content .left-block {
 float: left;
 width: 730px;
margin-right:20px;
}
.content .right-block {
 width: 390px;
 margin-left:0;
}
 .main-directions {
 margin: 0 -5px 35px -5px;
}
.main-directions li {
 width: 170px;
 height: 170px;
 margin:0 5px;
}
.main-directions li a, .main-directions li a:hover, .main-directions li a:focus {
 width:170px;
 height:170px;
 padding: 120px 13px 0 13px;
}
 .main-directions li a::before {
top: 5px;
 left: 20px;
}



.directions-slider {padding: 0;
    max-height: 170px;}
.directions-slider-item {width:183px !important;
	height:170px;
}
	
.directions-slider-item  a, .directions-slider-item a:hover, .directions-slider-item a:focus {
	width:170px;
 height:170px;
 padding: 110px 13px 0 13px;     background-position: 20px 0;
}


 .products-list {
 margin: 23px -5px 45px -5px;
}
.products-list li {
 display:inline-block;
 margin:0 5px;
width: 356px;
}
.new-product {
padding: 20px;
}
 .content .bottom-block {
margin: 0 -5px;
}
.bottom-block-item {
width: 370px;
margin:0 5px;
}
.partners-list li img {
height:70px;
}
 .page-left {
 width: 820px;
 margin: 0 20px 0 0;
}
.page-right {
 width: 300px;
}
.cont-left {
 width:490px;
 float:left;
margin-right:20px;
}
.cont-right {
 width:220px;
 float:right;
}
}
 @media (max-width: 1240px) and (min-width: 992px) {
 .navbar-brand {
 width: 170px;
margin-top: 55px;
}.navbar .navbar-nav {
    margin-right: 0;
    max-width: 800px;
}
 .navbar .navbar-nav > li > a {
 padding: 0 5px 15px 5px;
 font-size: 15px;
text-transform:none
}
.slider-top .img-slide {
 max-width: 400px;
}
 .slider-top .bx-caption .bx-caption-inner-left p {
 max-width: 420px;
}
 .content .left-block {
 width: 580px;
}
.content .right-block {
 width: 330px;
}
.main-directions {
 margin: 0 0 35px 0;
}
.main-directions li {
 width: 200px;
 height: 200px;
 margin: 0 40px 40px 0;
}
 .main-directions li a, .main-directions li a:hover, .main-directions li a:focus {
 padding: 140px 17px 0 17px;
width: 200px;
 height: 200px;
}
 .main-directions li a::before {
 top: 10px;
 left: 35px;
}

.products-list {
 margin: 23px 0 0 0;
}
.products-list li {
 margin: 0 20px 20px 0;     width: 280px;
}
.content .bottom-block {
 margin: 0;
}
.bottom-block-item {
 width: 100%;
 margin: 0 0 20px 0;
}
footer .social {
margin-left:50px
}
.page-left {
 width: 670px;
 margin: 0 20px 0 0;
}
.page-right {
 width: 250px;
}
.download-catalog-page a::before {
left:10px
}
}
 @media (max-width: 991px) {
body {
padding:0
}
 .container {
 padding-left: 5px;
 padding-right: 5px;
}
h1 {
 font-size: 30px;
 line-height: 36px;
}
 h2 {
 font-size: 28px;
 line-height: 34px;
}
 h3 {
 font-size: 26px;
 line-height: 32px;
}
 h4 {
 font-size: 24px;
 line-height: 30px;
}
 h5 {
 font-size: 22px;
 line-height: 28px;
}
 .wrap {
 margin:0
}
 .push {
 height:0
}
 footer {
 height: auto;
}
 .navbar, .navbar .nav-top, .navbar .nav-bottom {
height:inherit
}
 .navbar-brand {
display:block;
width:326px;
float:none;
margin:15px auto 10px auto
}
 .navbar-search {
width:325px;
padding: 15px 20px 0 15px;
}
.navbar-search .search-query {
width:250px;
}
.navbar .navbar-nav {
 float: none;
 text-align: center;
margin: 0 0 10px 0;
}
 .navbar .nav-top .mail, .navbar .nav-top .mail:hover, .navbar .nav-top .mail:focus {
float:left;
border:none;
width:50%
}
.lang, .navbar .nav-top .phone {
border:none;
text-align: right;
}
.lang {
border:none;
width:50%;
}
.slider-top .img-slide {
float:none;
}
 .slider-top .bx-caption {
position:relative;
margin-top:20px;
}
 .slider-top .bx-wrapper .bx-controls {
display:none;
}
.slider-top .bx-caption .slider-h2 {
 font-size: 32px;
 line-height: 40px;
 margin:0 0 15px 0;
text-align:center;
max-width:100%;
}
.slider-top .bx-caption .bx-caption-inner-left {
margin-left:0;
max-width:100%;
}
.slider-top .bx-caption .bx-caption-inner-left p {
 padding-left: 35px;
 max-width:100%;
 margin-bottom:20px;
}
.content .left-block  {
 float: none;
 width: inherit;
 margin:0 0 20px;
}
.content .right-block {
	 float: none;
	  margin:0 auto 20px auto;
}
 .main-directions {
 margin: 0 0 35px 0;
text-align:center
}
.main-directions li {
margin:0 30px 30px 30px
}
.products-list {
margin: 23px 0 0 0;
text-align:center
}
.products-list li {
width:47%;
margin:0 1%
}
 .content .bottom-block {
 margin: 0;
padding-bottom:0
}
.bottom-block-item {
 width: 100%;
 margin: 0 0 20px 0;
}
footer .copy {
 float:left;
 padding-top:20px;
 height:60px;
width:50%
}
footer .social {
 float:right;
width:50%;
height:60px;
 padding:20px 0 0 0;
text-align:right
}
 footer .mail, footer .mail:hover, footer .mail:focus {
 float:left;
height:60px;
 padding:10px 0 0 27px;
 width:50%
}
footer .mail::before {
top: 20px;
}
footer .phone {
 padding:10px 0 0 20px;
 height:60px;
width: 180px;
text-align:right
}
footer .phone::before {
top:15px
}
.page-left {
float:none;
 width: inherit;
 margin: 0 0 20px 0;
}
.page-right {
 width: inherit;
}
.stock {
 margin: 0 0 30px 0;
 padding: 0;
 list-style: none;
 color: #FFF;
}
 .stock li {
 margin: 0 20px 40px 20px;
}
.cont-left, .cont-right {
 width: inherit;
 float:none;
margin:0 0 20px 0;
}
}
 @media (max-width: 767px) {
 h1 {
 margin: 0 0 10px 0;
 padding: 0 0 10px 0;
}
 .content-header {
padding:10px 0;
margin-bottom: 10px;
}
 .navbar-toggle {
 display:block;
 width:70px;
}
.navbar-search {
 width: 290px;
margin:0 auto;
float:none;
 padding: 15px 0 0 0;
}
.lang, .navbar .nav-top .mail, .navbar .nav-top .mail:hover, .navbar .nav-top .mail:focus, .navbar .nav-top .phone {
 width: inherit;
text-align:center;
float:none;
margin:0 auto;
display:block;
padding: 5px 0 10px 0;
height:inherit
}
 .navbar .nav-top .mail, .navbar .nav-top .mail:hover, .navbar .nav-top .mail:focus {
width:230px;
}
 .navbar .nav-top .phone {
width:250px
}
 .navbar .nav-top .mail::before {
 top: 15px;
}
.navbar .nav-top .phone::before {
top:12px
}
 .navbar-brand {
width:inherit;
text-align:center
}
.navbar-brand>img {
 margin: 0 auto;
}
.content {
background:none;
}
 #toTopHover, #toTop {
 display:none !important
}
 .navbar .navbar-nav > li {
display:block
}
.navbar .navbar-nav > li > a {
font-size:18px; padding-bottom:0
}
.navbar .navbar-nav {
text-align: center
}
.download-catalog {
left:0
}
.content .left-block h1 {
text-align:center
}
.products-list li {
 width: inherit;
max-width:439px;
 margin: 0 0 20px 0;
}
.new-product-img {
margin:0 auto 23px auto
}
.new-product-name {
text-align:center
}
.content .top-block {
padding:10px 0 0 0
}
.content .left-block h1 {
padding-bottom:25px;
margin-bottom:25px;
}
 footer .copy {
 float:none;
 padding-top:20px;
text-align:center;
width: inherit;
height: inherit;
}
footer .social {
 float:none;
width: inherit;
height: inherit;
 padding:20px 0 0 0;
text-align: center
}
 footer .mail, footer .mail:hover, footer .mail:focus {
 float:none;
height: inherit;
margin:0 auto;
display:block;
 padding:10px 0 0 27px;
 width: 200px
}
footer .mail::before {
top: 20px;
}
footer .phone {
float:none;
 padding:10px 0 15px 20px;
margin:0 auto;
 height: inherit;
width: 180px;
text-align: center
}
footer .phone::before {
top:15px
}
 .slider-top {
 display:none;
}
.main-slider-top {
 padding:0;
background:transparent;
 margin: 20px 0 0 0;
}
.download-catalog {
position:relative;
left: inherit;
 top: inherit;
margin:0 auto 20px auto
}
.new-product {
 padding:20px;
}
.bottom-block-inner {
 padding:20px
}
.partners {
 padding:20px
}
 .news-item-page .news-img {
display:block;
 float: none;
 width: inherit;
text-align:center;
margin:0 0 20px 0
}
.news-item-page .news-inner {
 margin-left:0;
}
.download-public {
float:none;
display:block;
margin:0 0 20px 0;
}
.page-inner {
padding:15px;
}
.stock {
 margin: 0 0 30px 0;
text-align:center
}
 .stock li {
 margin: 0 7px 15px 7px;
}
.navbar-nav > li > .dropdown-menu {
position:relative; float:none;
left: inherit;
width:100%;
-webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 border: none;
 border-top:0;     margin: 0;
}
.dropdown-submenu>.dropdown-menu {
position:relative;
 min-width: inherit;
 left: inherit;
top: inherit;
 float: none;
-webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 border: none;
 border-top:0;
}
 .navbar .navbar-nav > .dropdown:hover > a {
 color: #000;
 text-decoration: underline;
 background-color: transparent;
 padding-bottom: 0;
}
.navbar .navbar-nav > .dropdown:hover > a::before {
display:none
}
 .navbar .navbar-nav > .request > a, .navbar .navbar-nav > .request > a:hover, .navbar .navbar-nav > .request > a:focus {
display:none;
}
.request-top, .request-top:hover, .request-top:focus {
display:block
}
.download-catalog-page {
float:none;
width:100%
}
.main-slider-top {
display:none;
}
}
 @media (max-width:480px) {
 .sr-only {
 display:none;
}
 .fancybox-skin {
 padding: 20px !important;
}
.news-item-page {
 padding: 10px;
}
}
.modal {
	overflow-y: auto;
}
.modal-open {
	overflow: auto;
}
.fancybox-lock body {
	overflow: visible !important;
}
.fancybox-close {
	top:10px;
	right:10px;
	width:37px;
	height:37px;
	background:url(../../images/fanc.png) -95px -91px
}
.fancybox-nav span {
	width:45px;
	height:45px;
	margin-top: -22px
}
.fancybox-prev span {
	background:url(../../images/fanc.png) -95px -45px
}
.fancybox-prev span:hover {
	background:url(../../images/fanc.png) -95px -45px
}
.fancybox-next span {
	background:url(../../images/fanc.png) -140px -45px
}
.fancybox-next span:hover {
	background:url(../../images/fanc.png) -140px -45px
}
.fancybox-skin {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0
}
.fancybox-title-float-wrap .child {
	background-image:none;
	background-color:#FFF;
	font-family: 'SegoeUI';
	line-height:26px;
	font-size:20px;
	color:#333333;
	border-radius:0;
	text-shadow:none;
	padding:6px 20px
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
.left {
	margin: 0 10px 5px 0px;
}
.right {
	margin: 0 0px 5px 10px;
}
.doc-title { font-size:22px; line-height:28px;}
.page-inner-files { margin-bottom:23px}

.photo-ul {list-style: none;
    padding: 0;
    margin: 0;
	}
.photo-ul li {
    width: 306px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top; margin-bottom:30px;
}
.photo-ul li a {
    color: #000;
    text-decoration: none;
}
.photo-ul li a  .block-img {
    overflow: hidden;
    border:#009cd7 solid 1px;
    padding: 7px;
    max-width: 306px;
    margin: 0 auto; background:#FFF; height:448px; max-height:448px; display:table-cell; vertical-align:middle
}
.photo-ul li a:hover .block-img {
	border:#2d95cb solid 7px;
	padding:1px
}
.photo-ul li a   img {
    display: block;
    opacity: 1;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    -webkit-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
}
.photo-ul li a:hover img {
	opacity:0.8;
	-webkit-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1)
}
.photo-ul li span {
	padding:5px 8px 0 8px;
	max-height:55px;
	overflow:hidden;
	display:block; 	max-height:inherit;
	overflow:inherit;
	font-size:13px;
	line-height:20px;
	padding:5px 2px 0 2px
}
.photo-ul li .title { font-weight:bold}

.photo-page {
	margin:0 -15px;
}
.photo-page li a  .block-img {
	height:inherit;
	max-height:inherit;
	    
}
.photo-page li a   img { 
	max-width: 100%;
    height: auto;
}
.photo-page li {
    width: 290px;
    margin:0 15px 30px 15px;
}

.fancybox-lock body {
	overflow:visible !important
}
.fancybox-skin {
	position:relative;
	background:#fff;
	color:#333;
	text-shadow:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.fancybox-close {
	top:10px;
	right:10px;
	width:37px;
	height:37px;
	background:url(../../images/fanc.png) -95px -91px
}
.fancybox-prev span, .fancybox-next span {
	width:45px;
	height:45px;
	margin-top: -22px
}
.fancybox-prev span {
	background:url(../../images/fanc.png) -95px 0
}
.fancybox-prev:hover span {
	background:url(../../images/fanc.png) -95px -45px
}
.fancybox-next span {
	background:url(../../images/fanc.png) -140px 0
}
.fancybox-next:hover span {
	background:url(../../images/fanc.png) -140px -45px
}
#fancybox-title {
	right:inherit;
	bottom: -10px
}
.fancybox-title-float-wrap {
	margin-bottom:-18px
}
.fancybox-title-float-wrap .child {
	background-image:none;
	background-color:#FFF;
	line-height:25px;
	font-size:15px;
	color:#333333;
	border-radius:0 0 2px 2px;
	text-shadow:none
}
.fancybox-form .fancybox-skin {
	color:#fff;
	background:#3f6fa6
}