*{
    margin: 0;
    padding: 0;
}
*:focus {outline: none;}
img {
    border: 0;
    vertical-align: top;
}
html {
    height: 100%;
    min-height: 100%;
    font-size: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position:relative;
}
*html ul,li{
    text-align: left;
}
body {
    height: 100%;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size:18px;
    font-weight: 400;
    line-height:20px;
    width:100%;
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    /*border-collapse: collapse;
    border-spacing: 0;*/
}
table,td {
    /*border: 0;*/
}
.wrapper{
  width: 100%;
  /*min-width: 960px;*/
  min-height: 100%;
 /* padding-top: 148px;*/
 padding-top: 67px;
  box-sizing: border-box;
  position: relative;
}
body.main .wrapper {
  min-width: 320px;
}
a {
    text-decoration: none;
    cursor: pointer;
}
p {
    margin-bottom: 12px;
}
h1, h2, h3, p, .production-title-block, li, .man-h-more-wrap, div.man-spec-block-text, div.man-spec-block-text ul, div.man-spec-block-text ul li {
    max-height: 2000em;
}
p:last-child {
    margin-bottom: 0;
}
input, textarea, select {
    font-family: 'Roboto', sans-serif;
}
.transition,a {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
}
a:hover,.opacity,.opacity-hover:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter:alpha(opacity=60);
}
.no-opacity,.no-opacity:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter:alpha(opacity=100);
}
.clear{
    clear: both;
}
*html .clear{
    display: inline;
}
.oh{
    overflow: hidden;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.display-none {
    display: none;
}
.display-block {
    display: block;
}
.display-table {
    display: table;
}
.display-table-cell {
    display: table-cell;
}
.inline-block {
    display: inline-block;
}
.vertical-middle {
    vertical-align: middle;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.border-box {
    box-sizing: border-box;
}
.width100p {
    width: 100%;
}
.width50p {
    width: 50%;
}
.width25p {
    width: 25%;
}
.width20p {
    width: 20%;
}
.underline {
    text-decoration: underline;
}
.relative {
    position: relative;
}


.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-color: #fff;
    z-index: 99;
    min-width: 960px;
}
.header-wrapper{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
.header-logo {
    float: left;
    width: 100px;
    margin-top: 15px;
}
.header-logo img {
    width: 100%;
}
.header-menu-wrap {
    float: right;
    margin-top: 55px;
}
.header.fixed-header {
    height: 107px;
}
.header.fixed-header .header-logo {
    /*width: 75px;*/
    margin-top: 10px;
}
.header.fixed-header .header-menu-wrap {
    margin-top: 25px;
}



/*navigation menu*/
.main-list li {
    font-weight: 500;
    position: relative;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    padding-right: 1px;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
}
.main-list > li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 32px;
    width: 1px;
    height: 15px;
    background-color: #626262;
}
.main-list > li:last-child:after {
    background-color: transparent;
}
.main-list li:last-child {
    border-right: none;
}
.main-list li a{
    color: #626262;
    padding: 30px ;
    display: block;
}
.main-list li a.active {
    color: #2077d1;
}
.main-list li a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
    color: #2077d1;
}
.main-list li:hover > a  {
    background-color: #efefef;
}
.main-list li .sub-list {
    background-color: #efefef;
    position: absolute;
    z-index: 100;
    display: block;
    top: 80px;
    left: 0;
    width: 300px;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
    max-height: 0;
    overflow: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
}
.main-list li:hover .sub-list {
    max-height: 600px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.main-list li .sub-list:hover {
    overflow: visible;
}
.main-list li .sub-list li{
    text-align: left;
    display: block;
    border-right: none;
    position: relative;
    float: none;
}
.main-list li .sub-list li a{
    padding: 8px 30px;
    font-size: 12px;
    font-weight: 400;
}
.main-list li .sub-list li:hover{
    cursor: pointer;
    background-color: #fff;
}
.main-list li .sub-list li:hover > a {
    background-color: #fff;
}
.main-list li .sub-list li:hover > .right-list{
    max-width: 400px;
    overflow: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.right-list {
    position: absolute;
    left: 100%;
    top: 0;
    width: 300px;
    background-color: #efefef;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
    max-width: 0;
    overflow: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
}
.right-list li:hover {
    background-color: #fff;
}
.right-list li:hover > a {
    background-color: #fff;
}
.find-lang-wrapper {
    position: absolute;
    top: 20px;
    right: 100px;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
}
.header.fixed-header .find-lang-wrapper {
    top: 10px;
}
.head-lang-block {
    float: left;
    position: relative;
    background-color: #fff;
}
.head-lang-block a {
    font-size: 16px;
    line-height: 18px;
    color: #949393;
    background-color: #fff;
    padding: 3px 5px;
    display: inline-block;
}
.head-lang-sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
    background-color: #fff;
}
.head-lang-block:hover .head-lang-sub-menu {
    max-height: 60px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.header-search-input-wrap {
    margin-right: 25px;
    float: left;
}
.find-lang-wrapper input {
    display: block;
    width: 25px;
    height: 20px;
    border: 1px solid transparent;
    background: url("images/search.png") 100% no-repeat;
    cursor: pointer;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
    text-indent: 200px;
    color: #a9a9a9;
    font-size: 14px;
}
.find-lang-wrapper input:hover {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
}
.find-lang-wrapper input:focus{
    border: 1px solid #a9a9a9;
    background: #fff;
    width: 160px;
    padding: 3px 5px;
    cursor: auto;
    text-indent: inherit;
}
.find-lang-wrapper input:focus:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}

/*slider */
.upc-header {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}
.parent-head-jcarousel, .parent-white-jcarousel, .product-jcarousel {
    position: relative;
    overflow: hidden;
}
.parent-head-jcarousel ul, .parent-white-jcarousel ul, .product-jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.parent-head-jcarousel li, .parent-white-jcarousel li, .product-jcarousel li {
    float: left;
    position: relative;
}
.parent-head-jcarousel li img, .product-jcarousel li img {
    width: 100%;
}
.parent-head-jcarousel-prev {
    position: absolute;
    top: 50%;
    left: 40px;
    display: block;
    width: 47px;
    margin-top: -44px;
}
.parent-head-jcarousel-next {
    position: absolute;
    top: 50%;
    right: 40px;
    display: block;
    width: 47px;
    margin-top: -44px;
}
.parent-head-jcarousel-prev img, .parent-head-jcarousel-next img {
    width: 100%;
}
.parent-head-jcarousel-prev, .parent-head-jcarousel-next {
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter:alpha(opacity=40);
}
.parent-head-jcarousel-prev:hover, .parent-head-jcarousel-next:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.parent-head-jcarousel-pagination {
    display: inline-block;
}
.parent-white-jcarousel-pagination {
    display: inline-block;
    margin-top: 40px;
    height: 23px;
}
.parent-head-jcarousel-pagination a, .parent-white-jcarousel-pagination a {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: url("images/carusel-default-pagination.png") 50% 50% no-repeat;
    text-indent: -9999px;
    margin-left: 10px;
    vertical-align: middle;
}
.parent-head-jcarousel-pagination a:first-child, .parent-white-jcarousel-pagination a:first-child {
    margin-left: 0;
}
.parent-head-jcarousel-pagination a.active, .parent-white-jcarousel-pagination a.active {
    background: url("images/carusel-active-pagination.png") 50% 50% no-repeat;
}
.carusel-img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.upec-header-slider-content-wrap {
    display: table;
    width: 80%;
    height: 100%;
    max-width: 880px;
    margin: 0 auto;
}
.upec-header-slider-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.upec-header-slider-content .title {
    font-size: 125px;
    color: #ffc42f;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 125px;
    margin-bottom: 35px;
}
.upec-header-slider-content .line {
    width: 76%;
    border-top: 2px solid #a9b2bb;
    margin: 0 auto;
}
.upec-header-slider-content .description {
    color: #ffffff;
    font-size: 18px;
    line-height: 42px;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 45px;
    max-height: 126px;
}
.upec-header-slider-content a{
    display: block;
    margin: 0 auto;
    width: 146px;
    height: 46px;
    border: 2px solid #ffc42f;
    line-height: 46px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.upec-header-slider-content a:hover{
    color: #000;
    background-color: #ffc42f;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.parent-head-jcarousel-pagination-wrap {
    position: absolute;
    text-align: center;
    bottom: 23px;
    left: 0;
    right: 0;
    line-height: 15px;
    z-index: 1;
}
.bottom-right-links{
    bottom: 20px;
    right: 30px;
    position: absolute;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 2;
}
.bottom-right-links ul li {
    display: block;
    float: left;
}
.bottom-right-links ul li:after {
    content: "";
    display: block;
    float: left;
    width: 40px;
    height: 20px;
    background: url('images/span.png') 50% no-repeat;
}
.bottom-right-links ul li:first-child:after {
   content: none;
}
.bottom-right-links a{
    color: #fff;
}
.bottom-right-links a:hover{
    color: #0d84ff;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}

/*blocks*/
.view-more{
    display: block;
    border: 2px solid #2077d1;
    width: 164px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #2077d1;
    font-size: 14px;
    text-align: center;
    float: ;
    padding: 13px 5px;
}
.view-more:hover{
    background-color: #2077d1;
    color: #fff;
    border: 2px solid #2077d1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.block-wrapper-1{
}
.block-wrapper-1 .content {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1740px;
    margin-bottom: 60px;
}

/*list*/
.block1-list{
    position: relative;
    margin-left: -1%;
}
.block1-list li{
    display: block;
    width: 19%;
    float: left;
    position: relative;
    margin-left: 1%;
}
.block1-list li a{
    position: relative;
    display: block;
    height: 80px;
    background-color: #2077d1;
    line-height: 78px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    overflow: hidden;
    padding: 0 5px;
}
.block1-list li a span {
    display: inline-block;
    line-height: 26px;
    vertical-align: middle;
}
.block1-list li:hover >  a{
    background-color: #00559f;
}
.block1-list li .sub-list:hover {
    overflow: visible;
}
.block1-list li:hover > .sub-list{
    max-height: 400px;
    padding-bottom: 17px;

    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.block1-list li .sub-list{
    position: absolute;
    top: auto;
    bottom: 80px;
    left: 0;
    right: 0;
    display: block;
    background-color: #00559f;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
    z-index: 10;
}
.block1-list.down-popup li .sub-list {
    top: 80px;
    bottom: auto;
}
.block1-list.down-popup li:hover > .sub-list{
    padding-top: 17px;
    padding-bottom: 0;
}
.block1-list li .sub-list li{
    display: block;
    position: relative;
    width: auto;
    float: none;
    margin-left: 0;
    border-top: 1px solid #2077d1;
}
.block1-list li .sub-list li:first-child {
    border-top: none;
}
.block1-list li .sub-list li a{
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 50px 12px 20px;
    height: auto;
    line-height: 18px;
    text-align: left;
    background: url('images/menu-popup-list-bg-arrow.png') #00559f 95% 50% no-repeat;
    margin: 0;
    position: relative;
    overflow: visible;
}
.block1-list li .sub-list li:hover > a, .block1-list li.left-side-popup .sub-list li:hover > a {
    color: #00559f;
    background-color: #e1edf4;
}
.block1-list li.left-side-popup .sub-list li a {
    background: url('images/menu-popup-list-bg-arrow-left.png') #00559f 5% 50% no-repeat;
    padding: 12px 20px 12px 50px;
}
.block1-list li .sub-list li > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    top: 0;
    bottom: 0;
    right: -15px;
    background-color: #e1edf4;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
    visibility: hidden;
}
.block1-list li .sub-list li:hover > a:after {
    content: "";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
    visibility: visible;
}
.block1-list li.left-side-popup .sub-list li > a:after {
    right: auto;
    left: -15px;
}
.block1-list li .sub-list li:hover .content{
    max-height: 300px;
    padding: 10px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.block1-list li .sub-list li .content {
    background-color: #e1edf4;
    left: 100%;
    bottom: 0;
    position: absolute;
    width: 450px;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
    max-height: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
    z-index: 20;
}
.block1-list.down-popup li .sub-list li .content {
    top: 0;
    bottom: auto;
}
.block1-list li.left-side-popup .sub-list li .content {
    left: auto;
    right: 100%;
    margin-left: 0;
}
.more-link-wrap {
    overflow: hidden;
    width: 100%;
}
.block1-list li .sub-list li .content .text{
    padding: 0 10px;
    float: left;
    width: 250px;
}
.block1-list li .sub-list li .content .view-more{
    color: #fff;
    width: 120px;
    font-size: 12px;
    line-height: 14px;
    background: #00559f;
    text-align: center;
    padding: 10px 5px;
    box-sizing: border-box;
    border: none;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.block1-list li .sub-list li .content .view-more:hover{
    background-color: #2077d1;
}
.block1-list li .sub-list li .content .text .title{
    color: #00559f;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.main-blue-menu-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #292929;
}
.main-blue-menu-text-wrap {
    height: 160px;
}
.block1-list li .sub-list li .content .img{
    margin-left: 10px;
    float: right;
    width: 170px;
}
.block1-list li .sub-list li .content .img img{
    width: 100%;
}
.types{
    width: 100%;
    max-width: 1680px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-top: 50px;
}
.all-types-wrap {
    margin-left: -9%;
    overflow: hidden;
}
.w33{
    float: left;
    width: 24%;
    margin-left: 9%;
    overflow: hidden;
}
.types-wrapper .top-title{
    color: #727272;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 5px;
}
.types-wrapper .bottom-title{
    color: #ffc42f;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.types-wrapper .text{
    color: #696d76;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}
.types-wrapper .date{
    color: #727272;
    font-size: 14px;
    line-height:  16px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.view-all-news-left{
    display: block;
    border: 2px solid #0b3c89;
    width: 164px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #0b3c89;
    font-size: 14px;
    text-align: center;
    padding: 13px 5px;
    margin: 0;
}
.view-all-news-left:hover{
    background-color: #2077d1;
    color: #fff;
    border: 2px solid #2077d1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.view-all-news-left-overlow{
    display: block;
    border: 2px solid #2077d1;
    background-color: #2077d1;
    width: 164px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 13px 5px;
    margin: 0;
}
.view-all-news-left-overlow:hover{
    background-color: #fff;
    color: #149ce7;
    border: 2px solid #2077d1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.view-all-news-contacts{
   display: block;
    border: 2px solid #149ce7;
    width: 
    box-sizing: border-box;
    text-transform: uppercase;
    color: #149ce7;
    font-size: 14px;
    text-align: center;
    padding: 13px 5px;
    margin: 0;
}
.view-all-news-contacts:hover{
    background-color: #2077d1;
    color: #fff;
    border: 2px solid #2077d1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.view-all-news-left-large{
    display: block;
    border: 2px solid #2077d1;
    width: 328px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #2077d1;
    font-size: 14px;
    text-align: center;
    padding: 13px 5px;
    margin: 10px 0;
}
.view-all-news-left-large:hover{
    background-color: #2077d1;
    color: #fff;
    border: 2px solid #2077d1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.view-all-news{
    display: block;
    border: 2px solid #0b3c89;
    width: 164px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #0b3c89;
    font-size: 14px;
    text-align: center;
    padding: 13px 5px;
    margin: 0 auto;
}
.view-all-news:hover{
    background-color: #2077d1;
    color: #fff;
    border: 2px solid #2077d1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.block1-list li a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.main-blue-list-wrap {
    margin: 35px 0 50px 0;
}
.types-dot-wrap {
    height: 316px;
}

/*follow-news*/
.follow-news{
    background-color: #2182e5;
}
.follow-news .follow-content {
    padding: 25px 15px;
    margin: 0 auto;
    max-width: 1680px;
    overflow: hidden;
}
.follow-news .follow-content .title{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    float: left;
    margin-top: 12px;
}
.follow-news .follow-content .follow-input {
    float: left;
    display: block;
    margin: 0 35px 0 40px;
    padding: 13px 15px;
    border: 2px solid #fff;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    max-width: 360px;
    color: #fff;
    background-color: transparent;
    box-sizing: border-box;
}
.send-email {
    float: left;
    display: block;
    padding: 13px 5px;
    border: 2px solid #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    width: 100%;
    max-width: 165px;
    color: #fff;
    background-color: transparent;
    box-sizing: border-box;
    cursor: pointer;
}
.send-email:hover {
    background-color:  #fff;
    color: #149ce7;
}
.social-links {
    float: right;
    margin-top: 8px;
    overflow: hidden;
}
.social-links a {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 34px;
}
.social-links img {
    vertical-align: middle;
}
.social-links a:first-child {
    margin-left: 0;
}

/*block2*/
.block2{
    overflow: hidden;
    padding: 50px 0;
}
.block2 .content{
    width: 50%;
    float: left;
    background-color: #e1edf4;
}
.main-production-block {
    width: 50%;
    float: left;
}
.production-carusel-wrapper {
    background-color: #f0f4f6;
    position: relative;
    padding: 25px 50px;
}
.production-carusel-wrapper.solutions {
    background-color: #e1edf4;
}
.block2 .title{
    text-transform: uppercase;
    font-size: 48px;
    line-height: 50px;
    color: #2182e5;
    margin-bottom: 35px;;
    text-align: center;
}
.block2 .title a {
    color: #727272;
}
.block2 .title a:hover, .res-block-title:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
    color: #2182e5;
}

.block-wrapper-1 {
     margin-top: 36px;
}
   

.block-wrapper-1 .title{
    text-transform: uppercase;
    font-size: 48px;
    line-height: 50px;
    color: #2182e5;
    margin-bottom: 0px;;
    text-align: center;
}
.block-wrapper-1 .title a {
    color: #727272;
}
.block-wrapper-1 .title a:hover, .res-block-title:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
    color: #2182e5;
}



a.news-carusel-item {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}

/*carusel news*/
.carusel-wrapper{
    position: relative;
    height: 330px;
}
.news-jcarousel, .divisions-jcarousel {
    position: relative;
    overflow: hidden;
}
.news2-jcarousel{
    position: relative;
    overflow: hidden;
}
.left-slider-link {
    display: block;
    width: 30px;
    height: 55px;
    position: absolute;
    left: 15px;
    top: 165px;
    background: url("images/gray-carusel-arrow-left.png") 50% no-repeat;
    z-index: 10;
}
.right-slider-link {
    display: block;
    width: 30px;
    height: 55px;
    position: absolute;
    right: 15px;
    top: 165px;
    background: url("images/gray-carusel-arrow-right.png") 50% no-repeat;
    z-index: 10;
}
.news-jcarousel  ul, .divisions-jcarousel ul{
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-jcarousel ul li, .divisions-jcarousel ul li {
    float: left;
    position: relative;
    text-align: center;
}
.new-title{
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    color: #303030;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
    height: 48px;
}
.news2-jcarousel  ul{
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.news2-jcarousel ul li {
    float: left;
    position: relative;
    text-align: center;
}
.img-wrapper{
    position: relative;
}
.img-wrapper img{
    width: 100%;
}
.img-wrapper .popout {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	transition: all 700ms ease;
    padding: 15px;
    line-height: 170px;
    background-color: rgba(32, 119, 209, 0.8);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
}
.img-wrapper .popout .text {
/*    display: inline-block;*/
    display: block;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
	max-width:100%;
    max-height: 170px;
}
.news-carusel-item {
    display: inline-block;
    width: 220px;
}
.news-carusel-item:hover .img-wrapper .popout {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.news-carusel-item:hover .new-title {
    color: #2182e5;
}

/*block3*/
.block3{
    margin-bottom: 130px;
}
.main-brands-wrap {
    max-width: 1450px;
    padding: 0 15px;
    margin: 0 auto;
}

.block3 .title{
    text-transform: uppercase;
    font-size: 48px;
    line-height: 50px;
    color: #727272;
    margin-bottom: 35px;
    text-align: center;
}
.block3 .title a {
    color: #727272;
}
.block3 .title a:hover, .res-block-title:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
    color: #2182e5;
}

















.brands-wrapper{
    position: relative;
    padding: 0 15px;
}
.brands-wrapper .left-slider-link{
    top: 23px;
    left: 0;
}
.brands-wrapper .right-slider-link{
     top: 23px;
     right: 0;
 }
.brands-jcarousel, .manufacter-jcarousel, .man-jcarousel {
    position: relative;
    overflow: hidden;
}
.brands-jcarousel  ul, .manufacter-jcarousel ul, .man-jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.brands-jcarousel ul li, .manufacter-jcarousel ul li, .man-jcarousel ul li {
    float: left;
    position: relative;
    text-align: center;
}
.brands-jcarousel li a, .manufacter-jcarousel ul li a {
    display: inline-block;
}

/*block4*/
.block4 .title{
    text-transform: uppercase;
    font-size: 48px;
    line-height: 50px;
    color: #727272;
    margin-bottom: 35px;
    text-align: center;
}
.block4 .title a {
    color: #727272;
}
.block4 .title a:hover, .res-block-title:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
    color: #2182e5;
}


















.production-carusel-wrapper.main-divisions .news-carusel-item {
    width: 260px;
}
.production-carusel-wrapper.main-divisions .img-wrapper .popout .text {
    font-size: 18px;
    line-height: 32px;
    max-height: 230px;
}
.production-carusel-wrapper.main-divisions .img-wrapper .popout .text ul{
	display:block;
	max-width:100%;
	list-style-type: disc;
	padding-left:17px;
}
.production-carusel-wrapper.main-divisions .img-wrapper .popout .text ul li{
	float: none;
/*	color: #fff; */
	text-align:left;
}
.production-carusel-wrapper.main-divisions .img-wrapper .popout {
    line-height: 210px;
}
.production-carusel-wrapper.main-divisions {
    padding: 40px 50px;
}
.production-carusel-wrapper.main-divisions .left-slider-link, .production-carusel-wrapper.main-divisions .right-slider-link {
    top: 200px;
}

/*block5*/
.block5{                           /*edited by*/
    max-width: 1700px;
    margin: 0 auto;
    margin-bottom: 110px;
    overflow: hidden;
    padding: 0 40px;
}
.page-block .block5 {
    max-width: none;
    margin: 0;
    padding: 0 25px;             /*edited by*/
}
.content-block{
    padding: 50px;
    padding-top: 75px;
    height: 490px;
    width: 25%;
    float: left;
    box-sizing: border-box;
}
.left-part-border {
    border-right: 1px dashed #9e9e9e;
    border-left: 1px dashed #9e9e9e;
}
.right-part-border {
    border-right: 1px dashed #9e9e9e;
}
.content-block .title{
    font-size: 22px;
    line-height: 24px;
    color: #ffc42f;
    text-transform: uppercase;
    height: 80px;
}
.content-block .sub-title{
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    color: #404040;
    text-transform: uppercase;
    height: 80px;
}
.content-block .text{
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #5e5e5e;
    height: 130px;
    margin-bottom: 20px;
}
.block5 .view-more {
    color: #149ce7;
    padding: 10px 5px;
    width: 140px;
    cursor: pointer;
}
.content-block .view-more:hover{
    color: #ffffff;
}
.block5 input.view-more {
    background-color: #fff;
}
.block5 input.view-more:hover {
    background-color: #2077d1;
}
.form{
    line-height: 16px;
    font-size: 14px;
    font-weight: 300;
    color: #0f0f0f;
    margin-bottom: 20px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px 5px 5px;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
}
.form:focus {
    border-bottom: 1px solid #3f51b5;
}
.find-lang-wrapper:focus{
    border-bottom: 1px solid #3f51b5;
}
.form-wrapper{
    padding-bottom: 60px;
    border-bottom: 1px solid #b0b0b0;
}
.sub-form{
    margin: 70px 12px;
    display: block;
    border: 1px solid #0d84ff;
    height: 48px;
    width: 168px;
    text-transform: uppercase;
    color: #0d84ff;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    float: right;
    background-color: #fff;
}
.sub-form:hover{
    cursor: pointer;
    color: #ffffff;
    background-color: #0d84ff;
}
.four-blocks-form-wrap {
    height: 310px;
}

/*block6*/
/*.block6 .title{ */
/*    text-transform: uppercase; */
/*    font-size: 48px; */
/*    line-height: 50px; */
/*    color: #696d76; */
/*    text-align: center; */
/*    max-width: 1450px; */
/*    padding: 0 15px; */
/*    margin: 0 auto 35px auto;; */
/*} */












.block6 .title{
    text-transform: uppercase;
    font-size: 48px;
    line-height: 50px;
    color: #727272;
    margin-bottom: 35px;
    text-align: center;
}
.block6 .title a {
    color: #727272;
}
.block6 .title a:hover, .res-block-title:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
    color: #2182e5;
}






















.block6 .manufacture-wrap {
    padding: 40px 0;
    background-color: #f0f4f6;
}

/*footer*/
.footer{
    background-color: #37404d;
}
.fblock-top-wrapper{
    overflow: hidden;
    padding: 60px 15px 20px 15px;
    max-width: 1760px;
    margin: 0 auto;
}
.info-section{
    width: 33%;
    margin-bottom: 15px;
    float: left;
/*    height: 210px; */
}
.info-section-content {
    max-width: 380px;
}
.fblock-top-wrapper .title{
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffc42f;
    margin-bottom: 10px;
    padding-bottom:  10px;
    border-bottom: 1px solid #696d76;
}
.info-section ul{
    margin-top: 10px;
    margin-bottom: 33px;
}
.fblock-top-wrapper ul li a{
    text-decoration: none;
    color: #c1c1c1;
    line-height: 14px;
    font-size: 14px;
    margin: 10px 0;
}
.soc-links{
    overflow: hidden;
}
.soc-links a {
    display: block;
    float: left;
    margin-left: 20px;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter:alpha(opacity=50);
}
.soc-links a:hover {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter:alpha(opacity=30);
}
.soc-links a:first-child {
    margin-left: 0;
}
.soc-links a img {
    height: 25px;
}
.fblock-table-wrap {
    display: table;
    width: 100%;
}
.footer-right-menu-block {
    display: table-cell;
    width: 320px;
    vertical-align: top;
}
.footer-left-menu-block {
    display: table-cell;
    vertical-align: top;
}
.footer-logo {
    display: block;
    width: 81px;
    margin-top: 25px;
    margin-bottom: 40px;
}
.copy{
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    color: #f1f1f1;
    background-color: #212730;
    padding: 17px 10px;
}
.menu_toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    width: 42px;
    height: 32px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    z-index: 121;
    display: none;
}
.menu_toggle.active .menu_toggle_lines {
    background: none !important;
    border: 1px solid transparent;
}
.menu_toggle_lines {
    width: 40px;
    height: 6px;
    background: #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin-top: 12px;
    border: 1px solid #2a2a2a;
}
.menu_toggle_lines:after, .menu_toggle_lines:before {
    content: '';
    display: block;
    width: 40px;
    height: 6px;
    background: #fff;
    position: absolute;
    z-index: -1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #2a2a2a;
    left: -1px;
}
.menu_toggle_lines:before {
    top: -14px;
}
.menu_toggle_lines:after {
    top: 12px;
}
.menu_toggle.active .menu_toggle_lines:before {
    top: 0 !important;
    border: 1px solid transparent;
    background: #2077d1 !important;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu_toggle.active .menu_toggle_lines:after {
    top: 0 !important;
    border: 1px solid transparent;
    background: #2077d1 !important;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.smenu_outer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 120;
    background: rgba(255,255,255,0.9);
    display: none;
}
.smenu {
    float: left;
    width: 100%;
    margin: 86px 0 0 0;
    list-style-type: none;
}
.smenu_item {
    float: left;
    width: 100%;
    list-style-type: none;
    background-image: inherit;
    padding-left: 0;
}
.smenu_item a {
    float: left;
    width: 100%;
    margin: 0;
    height: 110px;
    line-height: 110px;
    font-size: 72px;
    text-align: center;
    text-decoration: none;
    color: #2077d1;
}
.smenu_item.active, .smenu_item:hover {
    background: #2077d1;
}
.smenu_item.active a, .smenu_item:hover a {
    color: #fff;
}
.smenu_item a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.blue-mobile-list {
    width: 290px;
    margin: 50px auto;
    position: relative;
    display: none;
}
.blue-mobile-list-link {
    position: relative;
    display: block;
    height: 80px;
    background-color: #2077d1;
    line-height: 78px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    overflow: hidden;
    padding: 0 5px;
}
.blue-mobile-list:hover .blue-mobile-list-link {
    background-color: #00559f;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.blue-mobile-list-link span {
    display: inline-block;
    line-height: 26px;
    vertical-align: middle;
}
.blue-mobile-list ul {
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
    top: 80px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    background-color: #00559f;
    overflow: hidden;
    z-index: 10;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    max-height: 0;
}
.blue-mobile-list ul li {
    border-top: 1px solid #2077d1;
}
.blue-mobile-list ul li a  {
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 18px 20px;
    line-height: 18px;
    text-align: left;
    background-color: #00559f;
    color: #fff;
}
.blue-mobile-list ul li a:hover {
    color: #00559f;
    background-color: #e1edf4;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}
.blue-mobile-list:hover ul {
    padding-top: 17px;
    max-height: 400px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}
.blue-mobile-list:hover ul li:first-child {
    border-top: none;
}
.smenu-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 82px;
}
.smenu-logo {
    display: block;
    float: left;
    width: 62px;
    margin-left: 15px;
    margin-top: 5px;
}
.smenu-logo img {
    width: 100%;
}
.smenu_outer .find-lang-wrapper {
    right: 70px;
    top: 15px;
}
.smenu_outer .head-lang-block a {
    font-size: 16px;
    line-height: 18px;
    color: #2077d1;
    background-color: transparent;
}
.smenu_outer .header-search-input-wrap {
    margin-right: 15px;
}
.smenu_outer .find-lang-wrapper input {
    background: url("images/search-blue.png") 100% no-repeat;
    color: #2077d1;
}
.smenu_outer .find-lang-wrapper input:focus {
    border: 1px solid #2077d1;
    width: 100px;
    background: none;
}
.smenu_outer .head-lang-block {
    background-color: transparent;
}
.smenu_outer .head-lang-sub-menu {
    background-color: transparent;
}
.block5-wrap {
    margin: 0 -50px;
}
.shareholders {
    margin-bottom: 100px;
}
.basic-title {
    font-size: 48px;
    line-height: 50px;
    font-weight: 400;
    color: #727272;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
.basic-title.left {
    text-align: left;
}
.pdf-links-list li {
    margin-top: 30px;
}
.pdf-links-list li:first-child {
    margin-top: 0;
}
.pdf-links-list li a {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #00559f;
    padding-left: 90px;
    background: url('images/pdf.png') 0 50% no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
}
.man-gal-block-wrap {
    padding: 80px 0;
    overflow: hidden;
}
.man-gal-block-text-wrap {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #5e5e5e;
    margin-bottom: 110px;
}
.man-gal-block-text {
    margin-bottom: 70px;
}
.yel-b-block {
    margin-left: 60px;
    border-left: 10px solid #ffc635;
    padding-left: 30px;
    padding-right: 110px;
    overflow: visible;
}
.yel-b-block-align {
    margin: -8px 0 -6px 0;
}
.man-gal {
    margin-right: -1%;
    margin-left: -50px;
    overflow: hidden;
}
.man-gal-item-wrap {
    width: 33%;
    float: left;
    margin-bottom: 15px;
}
.man-gal-item {
    display: block;
    margin-left: 50px;
}
.man-item-img img {
    width: 100%;
}
.man-item-text {
    font-size: 32px;
    line-height: 34px;
    color: #00559f;
    margin-top: 15px;
    height: 70px;
}
.gray-quote-block-wrap {
    background-color: #e8e7e7;
    position: relative;
}
.gray-quote-block {
    padding: 40px 70px 40px 250px;
    overflow: hidden;
    min-height: 170px;
    box-sizing: border-box;
    background: url('images/manufacter-quote-bg.png') 110px 45px no-repeat;
    font-size: 22px;
    line-height: 40px;
    color: #5e5e5e;
}
.m-text-block {
    padding: 0 0 80px 0;
    overflow: hidden;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #5e5e5e;
}
.m-text-title {
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
    color: #5e5e5e;
    float: left;
    width: 430px;
    margin: -4px 50px 20px 0;
}
.m-video-block {
    background-color: #e8e7e7;
    padding: 50px 0;
    position: relative;
}
.m-video-block iframe {
    margin: 0 auto;
    display: block;
}
.man-spec-block {
    padding: 60px 0;
    overflow: hidden;
}
.man-spec-block-img {
    float: right;
    width: 500px;
}
.man-spec-block-img img {
    width: 100%;
}
.man-spec-block-text-wrap {
    overflow: hidden;
    padding-right: 80px;
}
.man-spec-block-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #5e5e5e;
}
.man-spec-block-text-wrap .basic-title {
    margin-bottom: 20px;
}
.man-spec-block-text ul {
    margin-bottom: 12px;
}
.man-spec-block-text ul:last-child {
    margin-bottom: 0;
}
.man-spec-block-text ul li {
    padding-left: 75px;
    background: url('images/man-ul-bg.png') 35px 12px no-repeat;
}
.man-carusel-block-wrap {
    background-color: #e8e7e7;
    padding: 45px 0;
    position: relative;
}
.man-carusel-block-wrap:before, .m-video-block:before, .gray-quote-block-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2000px;
    width: 2000px;
    background-color: #e8e7e7;
}
.man-carusel-block-wrap:after, .m-video-block:after, .gray-quote-block-wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2000px;
    width: 2000px;
    background-color: #e8e7e7;
}
.man-carusel-block {
    max-width: 1030px;
    margin: 0 auto;
    position: relative;
}
.man-carusel-block .man-jcarousel-prev {
    left: 0;
    top: 50%;
    margin-top: -27px;
}
.man-carusel-block .man-jcarousel-next {
    right: 0;
    top: 50%;
    margin-top: -27px;
}
.man-jcarousel img {
    width: 100%;
}
.man-jcarousel {
    width: 850px;
    margin: 0 auto;
}
.basic-page-wrap {
    overflow: hidden;
}
.basic-page {
    max-width: 1700px;
    margin: 0 auto;
    padding: 65px 15px 80px 15px;
}
.breadcrumbs-block {
    overflow: hidden;
    margin-bottom: 55px;
}
.breadcrumbs {
    overflow: hidden;
    font-size: 16px;
    line-height: 33px;
    font-weight: 300;
    color: #00559f;
    float: left;
}
.breadcrumbs li {
    float: left;
}
.separator {
    padding: 0 7px;
    color: #727272;
}
.breadcrumbs a {
    color: #00559f;
}
.share-print-block {
    float: right;
}
.share-print-block a {
    display: block;
    float: left;
    margin-left: 20px;
    height: 33px;
    line-height: 33px;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
}
.share-print-block a img {
    vertical-align: middle;
}
.share-print-block a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.page-title {
    font-size: 46px;
    line-height: 48px;
    font-weight: 400;
    color: #FF9900;
    text-transform: uppercase;
    border-bottom: 2px solid #e8e7e7;
    padding-bottom: 12px;
    /*margin-bottom: 20px;*/
    margin-bottom: 47px;
}
.man-info-page {
    display: table;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #5e5e5e;

}
.knowledge-base-wrap {
    display: table-cell;
    width: 500px;
    padding-left: 40px;
    vertical-align: top;
}
.knowledge-base-img-wrap img {
    width: 100%;
}
.knowledge-base-img-desc {
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    color: #5e5e5e;
    text-align: right;
    font-style: italic;
    margin-top: 5px;
}
.man-info-page .basic-title {
    text-align: left;
    margin-bottom: 15px;
}
.knowledge-base-block {
    padding: 25px 35px;
    border: 0px solid #efefef;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #00559f;
    background: #fbfbfb
}
.knowledge-base-block .basic-title {
    font-size: 28px;
    color: #e4b43b;
}
.knowledge-base-block li {
    margin-top: 13px;
}
.knowledge-base-block a {
    color: #00559f;
}
.knowledge-base-block-product-item {
    padding: 25px 35px;
    border: 3px solid #efefef;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #00559f;
    background: #fbfbfb
}
.knowledge-base-block-product-item .basic-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #e4b43b;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.knowledge-base-block-product-item li {
    margin-top: 13px;
}
.knowledge-base-block-product-item a {
    color: #00559f;
}
.men-his-spec-wrap {
    display: table-cell;
    vertical-align: top;
}
.men-his-wrap {
    overflow: hidden;
    margin-bottom: 40px;
}
.man-left-menu {
    float: left;
    width: 340px;
    margin-right: 40px;
    line-height: 32px;
}
.man-history {
    overflow: hidden;
}
.knowledge-base-img-wrap {
    margin-bottom: 50px;
}
.parent-link a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.parent-link > a {
    display: block;
    color: #00559f;
    padding: 8px 35px 8px 10px;
    line-height: 20px;
    font-weight: 300;
    background: url('images/blue-arrow-down.png') 95% 50%  no-repeat;
}
.parent-link > a:hover {
    color: #fff;
    background: url('images/white-arrow-down.png') #2962ff 95% 50%  no-repeat;
}
.parent-link > a.active:hover {
    color: #fff;
    background: url('images/white-arrow-up.png') #2962ff 95% 50%  no-repeat;
}
.parent-link > a.active {
    color: #fff;
    background: url('images/white-arrow-up.png') #00559f 95% 50%  no-repeat;
}
.man-left-submenu li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #5e5e5e;
    /*padding-left: 45px;*/
    display: inline-block;
    padding: 5px 0 5px 45px;
}
.man-left-submenu li a:hover {
    color: #00559f;
}
.parent-link {
    margin-bottom: 10px;
}
.man-left-submenu {
    display: none;
}
.brands-jcarousel li, .manufacter-jcarousel li {
    height: 100px;
    line-height: 100px;
}
.brands-jcarousel li a, .manufacter-jcarousel li a {
    vertical-align: middle;
    max-width: 80%;
    line-height: initial;
    position: relative;
}
.brands-jcarousel li a img, .manufacter-jcarousel li img {
    max-width: 100%;
    max-height: 93px;
    -webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	transition: all 600ms ease;
}
.man-left-submenu li a.active {
    background: url('images/man-left-sub-menu-bg.png') 20px 50% no-repeat;
    color: #00559f;
}
.learn-more {
    color: #2962ff;
    display: inline-block;
    margin-left: 30px;
}
.man-h-more {
    color: #226cac;
    padding-right: 18px;
    background: url('images/man-popup-text-bg.png') 100% 50% no-repeat;
    border-bottom: 1px dashed #226cac;
}
.brands-jcarousel li a:hover, .manufacter-jcarousel li a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.color-img {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
    visibility: hidden;
}
.wb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.brands-jcarousel li a:hover .wb-img, .manufacter-jcarousel li a:hover .wb-img {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
    visibility: hidden;
}
.brands-jcarousel li a:hover .color-img, .manufacter-jcarousel li a:hover .color-img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
    visibility: visible;
}
.man-heistory-popup-text {
    margin-top: 12px;
    display: none;
}
.man-h-more-wrap {
    text-align: right;
    margin-top: 10px;
}
.man-h-more.active {
    background: url('images/man-popup-text-bg-up.png') 100% 50% no-repeat;
}
.research-wrap {
    overflow: hidden;
}
.research-block {
    overflow: hidden;
    margin-left: -1%;
    margin-right: -5%;
}
.res-item-wrap {
    float: left;
    width: 14%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
    height: 280px;
    overflow: hidden;
}
.res-item-prev-img {
    margin-bottom: 10px;
    height: 183px;
}
.res-item-prev-img img, .rif-img img {
    width: 100%;
}
.res-item-prev-text {
    font-size: 18px;
    line-height: 36px;
    color: #303030;
    max-height: 75px;
    overflow: hidden;
}
.res-item-prev {
    cursor: pointer;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
}
.res-item-full-wrap {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    height: 570px;
    cursor: pointer;
}
.res-item-full {
    border: 2px solid #2077d1;
    padding: 35px;
    overflow: hidden;
    height: 570px;
    box-sizing: border-box;
    position: relative;
}
.res-item-wrap.active {
    width: 30%;
    height: 590px;
}
.rif-title {
    font-size: 36px;
    line-height: 38px;
    color: #2077d1;
    font-weight: 400;
    margin-bottom: 15px;
}
.rif-text {
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
    color: #303030;
}
.rif-text-wrap {
    margin: 25px 0;
    height: 200px;
    overflow: hidden;
}
.res-item-wrap.active .res-item-full-wrap {
    max-height: 590px;
    opacity: 1;
}
.res-item-wrap.active .res-item-prev {
    max-height: 0;
    opacity: 0;
}
.res-item-full .view-more {
    float: none;
    position: absolute;
    right: 35px;
    bottom: 35px;
}
.mas-wrap,
.mas-wrap .mas-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.mas-wrap {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.mas-wrap .mas-item {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -ms-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}
.mas-item.fake-mas-item {
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.res-block-title {
    display: inline-block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
    color: #323232;
    text-transform: uppercase;
}
.res-info-blocks-wrap {
    overflow: hidden;
    margin-left: -3%;
}
.res-info-block {
    display: block;
    position: relative;
    width: 22%;
    margin-left: 3%;
    float: left;
    margin-top: 30px;
}
.res-info-block img {
    width: 100%;
}
.res-info-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(16,61,128,0.8)
}
.research-main-info-block {
    overflow: hidden;
    margin-bottom: 95px;
}
.research-main-info-block:last-child {
    margin-bottom: 0;
}
.res-info-table {
    display: table;
    width: 100%;
    height: 100%;
}
.res-info-tc {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}
.res-info-text {
    display: inline-block;
    font-size: 36px;
    line-height: 60px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    max-height: 180px;
    overflow: hidden;
}
.brands-wrap {
    overflow: hidden;
}
.brands-block {
    overflow: hidden;
}
.brand-item-wrap {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 10px;
}
.brand-item {
    display: inline-block;
    width: 250px;
}
.brand-item-img {
    display: block;
    height: 200px;
    line-height: 200px;
}
.brand-item-img img {
    width: 100%;
    vertical-align: middle;
    max-width: 90%;
    max-height: 190px;
}
.brand-item-text {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #5e5e5e;
    font-weight: 500;
    height: 44px;
    overflow: hidden;
}
.content-wrapper {
    overflow: hidden;
}
.newspaper-block {
    overflow: hidden;
    margin-left: -3%;
}
.newspaper-title-wrap {           /*edited by*/
    overflow: hidden;
    margin-bottom: 30px;
/*    margin-top: -70px;*/
}
.newspaper-title-wrap .page-title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.newspaper-filter-wrap {
    float: right;
    margin-top: 14px;
}
.newspaper-select-wrap {
    float: left;
    margin-left: 20px;
    overflow: hidden;
}
.newspaper-select-wrap:first-child {
    margin-left: 0;
}
.newspaper-select-desc {
    float: left;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    color: #5d5d5d;
}
.filter-select {
    float: left;
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #5d5d5d;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    padding: 1px 20px 1px 10px;
    width: 100px;
    margin-left: 10px;
    cursor: pointer;
}
.newspaper-item {
    display: block;
    float: left;
    width: 22%;
    margin-left: 3%;
    text-align: center;
    margin-bottom: 90px;
}
.newspaper-item:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.newspaper-item-img {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.newspaper-item-img img {
    width: 100%;
}
.newspaper-item-title {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #00559f;
    padding-left: 70px;
    background: url('images/pdf-2.png') 0 0 no-repeat;
    text-align: left;
}
.newspaper-item-hover {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(49,49,57,0.5);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
}
.newspaper-item:hover .newspaper-item-hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.news-pagination-wrap {
    text-align: center;
}
.news-pagination {
    display: inline-block;
    overflow: hidden;
}
.news-pagination li {
    float: left;
    margin-left: 13px;
}
.news-pagination li:first-child {
    margin-left: 0;
}
.news-pagination li a {
    font-size: 22px;
    line-height: 24px;
    color: #00559f;
}
.news-pagination li a img {
    margin-top: 4px;
}
.news-pagination li a.pagination-dots {
    color: #404040;
}
.news-pagination li a.active {
    color: #404040;
}
.dwn-items-wrap {
    overflow: hidden;
    text-align: left;
    margin-left: -2%;
   /* display: none;*/
}
.dwn-main-block {
    margin-bottom: 40px;
}
.dwn-main-block:last-child {
    margin-bottom: 0;
}
.dwn-main-block-title {                             /*edited by*/
    display: inline-block;
    font-size: 34px;
    line-height: 36px;
    font-weight: 400;
    color: #404040;
    text-transform: uppercase;
    padding-left: 50px;
    background: url('images/dwnm-down.png') 0 50% no-repeat;
}
.dwn-main-block-title.active {                             /*new*/
    background: url('images/dwnm-up.png') 0 50% no-repeat;
}
.dwn-main-block-title:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
    color: #2962ff;
}
.dwn-main-block-title.active {
    color: #00559f;
}
.dwn-main-block-title.active:hover {
    color: #2962ff;
}
/*.dwn-main-block-title:after {
    content: "";
    display: inline-block;
    width: 37px;
    height: 17px;
    background: url('images/pdf-2.png') 0 0 no-repeat;
    background-size: 37px;
    margin-left: 20px;
    margin-top: 5px;
    vertical-align: top;
}*/
.dwn-item {
    float: left;
    width: 48%;
    height: 390px;
    margin-left: 2%;
    margin-top: 2%;
    box-sizing: border-box;
    background-color: #e8e7e7;
}
.dwn-item-content-wrap {
    display: table;
    width: 100%;
    background-color: #e8e7e7;
}
.dwn-item-img {
   display: table-cell;
   width: 310px;
   vertical-align: top;
}
.dwn-item-img img {
    width: 100%;
}
.dwn-item-content {
    display: table-cell;
    vertical-align: top;
    position: relative;
}
.dwn-item-img-wrap {
    width: 280px;
    padding: 30px 0 30px 30px;
}
.dwn-item-scroll-wrap {
    padding: 30px;
    height: 390px;
    box-sizing: border-box;
    overflow-y: auto;
}
.dwn-item-content:before {
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    height: 30px;
    background-color: #e8e7e7;
    z-index: 1;
}
.dwn-item-content:after {
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    height: 30px;
    background-color: #e8e7e7;
    z-index: 1;
}
.dwn-item-inner-block-title {
    font-size: 22px;
    line-height: 24px;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.dwn-item-inner-block a {
    font-size: 18px;
    line-height: 30px;
    color: #00559f;
}
.dwn-item-inner-block {
    margin-bottom: 20px;
}
.dwn-item-inner-block ul li {
    padding-left: 20px;
    background: url('images/dwm-list-bg.png') 0 10px no-repeat;
}
.dwn-item-inner-block:last-child {
    margin-bottom: 0;
}
.dwn-info-block {
    margin-top: 70px;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    color: #5a5756;
    text-align: center;
}
.dwn-info-block a {
    color: #00559f;
    font-weight: 400;
}
.managment-block {
    overflow: hidden;
}
.high-managment-block, .low-managment-block {
    overflow: hidden;
    margin-left: -135px;
    margin-right: -1%;
}
.managment-item-wrap {
   float: left;
   width: 33%;
   margin-bottom: 50px;
}
.managment-item {
   margin-left: 135px;
}
.managment-item-img img {
    width: 100%;
}
.managment-item-name {
    font-size: 26px;
    line-height: 28px;
    color: #e5ab17;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.managment-item-post {
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    color: #5e5e5e;
    text-align: center;
}
.managment-item-post a {
    color: #00559f;
}
.managment-item-info {
    overflow: hidden;
}
.managment-item .view-more {
    width: 140px;
    padding: 10px 5px;
    margin-top: 15px;
}
.managment-item-img {
    margin-bottom: 25px;
}
.managment-name-post-wrap {
    height: 125px;
    overflow: hidden;
}
.managment-block-separate {
    border-top: 2px solid #e8e7e7;
    margin-bottom: 50px;
}
.low-managment-block .managment-item-name {
    color: #5e5e5e;
}
.main-news-block {
    overflow: hidden;
}
.prev-desc-block {
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
    color: #626262;
    margin-bottom: 50px;
}
.big-news-block {
    overflow: hidden;
    margin-left: -40px;
}
.big-news-item-wrap {
    width: 50%;
    float: left;
    margin-bottom: 50px;
}
.big-news-item {
    margin-left: 40px;
    position: relative;
}
.big-news-item-date {
    font-size: 13px;
    line-height: 16px;
    color: #808080;
    margin-bottom: 5px;
}
.big-news-item-img img {
    width: 100%;
}
.big-news-item-hov {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-color: rgba(56,59,69,0.75);
    padding: 0 25px;
}
.big-news-item-text-wrap {
    overflow: hidden;
    height: 70px;
    line-height: 66px;
}
.big-news-item-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    max-height: 48px;
    overflow: hidden;
}
.big-news-item-hov .view-more {
    margin-top: 17px;
    margin-left: 20px;
    width: 120px;
    padding: 6px 5px;
    border: 2px solid #fff;
    color: #fff;
    float: right;
}
.big-news-item-hov .view-more:hover {
    border: 2px solid #2077d1;
}
.small-news-block {
    overflow: hidden;
    margin-left: -40px;
}
.small-news-item-wrap {
    display: block;
    width: 25%;
    float: left;
    margin-bottom: 80px;
}
.small-news-item {                    /*edited by*/
    margin-left: 40px;
    display: block;
}
.small-news-item-img {
    margin-bottom: 15px;
}
.small-news-item-img img {
    width: 100%;
}
.small-news-item-text {
    font-size: 20px;
    line-height: 36px;
    color: #3d3d3d;
    height: 72px;
    overflow: hidden;
}
.small-news-item-info .view-more {
    width: 140px;
    padding: 10px 5px;
    margin-top: 25px;
}
.photogallery-block {
    overflow: hidden;
    margin-left: -40px;
}
.photogallery-block .small-news-item-text {
    color: #00559f;
}
.photogallery-block.album .small-news-item-img {
    margin-bottom: 0;
}
.album-title {
    font-size: 34px;
    line-height: 36px;
    font-weight: 400;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.vacancies-block {
    overflow: hidden;
}
.vacancies-info-block-title {
    font-size: 34px;
    line-height: 36px;
    font-weight: 400;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.vacancies-contacts {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #5e5e5e;
}
.vacancies-contacts a {
    color: #00559f;
}
.vacancies-contacts p {
    margin-bottom: 16px;
}
.vacancies-contacts p:last-child {
    margin-bottom: 0;
}
.vacancies-info-block {
    margin-bottom: 60px;
}
.vacancies-info-block:last-child {
    margin-bottom: 0;
}
.vacancies-l-block {
    overflow: hidden;
}
.vacancies-r-block {
    width: 570px;
    float: right;
    margin-left: 120px;
}
.vacancy-item-button {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #5a5756;
    padding: 17px 100px 17px 20px;
    background-color: #e1e1e1;
    position: relative;
}
.vacancy-item-button:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90px;
    background: url('images/vac-down.png') #00559f 50% 50% no-repeat;
    -webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
}
.contacts-map-content .vacancy-item-button:before {                             /*new*/
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: url('images/c-map-but-bg.png') #00559f 12px 50% no-repeat;
}
.contacts-map-content .vacancy-item-button:after {                        /*edited by*/
    width: 40px;
    background: url('images/dwnm-down.png') #fff 0 50% no-repeat;
}
.vacancy-item-button.active:after {
    background: url('images/vac-up.png') #00559f 50% 50% no-repeat;
}
.contacts-map-content .vacancy-item-button.active:after {                       /*new*/
    background: url('images/dwnm-up.png') #fff 0 50% no-repeat;
}
.vacancy-block {
    display: none;
    padding: 25px;
    border: 1px solid #cccccc;
    border-top: none;
}
.vacancy-content {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #5e5e5e;
    margin-bottom: 30px;
}
.vacancy-content strong {
    font-weight: 500;
}
.vacancy-buttons-wrap {
    overflow: hidden;
}
.vacancy-button {
    float: right;
    padding: 19px 27px;
    background-color: #e5ab17;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
.vacancy-link {
    float: right;
    font-size: 16px;
    line-height: 56px;
    font-weight: 300;
    margin-right: 20px;
    color: #00559f;
}
.vacancy-content a, .input-desc a {
    color: #00559f;
}
.vacancy-item-wrap {
    margin-bottom: 40px;
    position: relative;
}
.vacancy-item-wrap:last-child {
    margin-bottom: 0;
}
.input-desc {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    color: #939393;
    margin-bottom: 10px;
}
.input-desc span {                            /*edited by*/
    color: #cd492e;
    vertical-align: middle;
    font-weight: 400;
    line-height: 15px;
}
.vac-form-input {                             /*edited by*/
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 25px;
    border: 1px solid #cccccc;
    font-size: 13px;
    line-height: 17px;
    font-weight: 300;
    color: #5e5e5e;
}
.form-input-wrap {
    overflow: hidden;
    margin-bottom: 35px;
}
.vac-form-textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 25px 20px 15px;
    height: 150px;
    border: 1px solid #cccccc;
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
    color: #5e5e5e;
    resize: none;
}
.form-input-wrap.has-error .input-desc {
    color: #cd492e;
}
.form-input-wrap.has-error .vac-form-input {
    border: 1px solid #cd492e;
}
.resume-label {
    display: block;
	width:100%;
    float: right;
    margin-left: 12px;
    box-sizing: border-box;
    padding: 10px 6px;
    border: 1px solid #cccccc;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    color: #5e5e5e;
    cursor: pointer;
}
div.vac-form-input {
    overflow: hidden;
    width: auto;
}
.send-button-wrap {
    overflow: hidden;
}
.vacansy-send-button {
    display: block;
    float: right;
    padding: 9px 27px;
    background-color: #e5ab17;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
}
.send-button-desc {
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
    color: #939393;
    font-style: italic;
}
.vac-hr-wrap {
    overflow: hidden;
    margin-bottom: 50px;
}
.hr-img {
    border: 1px solid #dedede;
    margin-bottom: 15px;
}
.hr-text-wrap {
    text-align: center;
}
.hr-name {
    font-size: 22px;
    line-height: 24px;
    color: #5e5e5e;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.hr-post {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #5e5e5e;
    margin-bottom: 13px;
}
.hr-phone {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #9b9b9b;
}
.vac-form-block-wrap.active-form .vacancies-info-block-title {
    color: #e4b43b;
}
select.vac-form-input {
    cursor: pointer;
}
.hr-img img {
    width: 100%;
}
.vac-hr-item {
    width: 270px;
}
.basic-page-wrap.contacts-page {
    padding-bottom: 80px;
}
.basic-page-wrap.contacts-page .basic-page {
    padding-bottom: 0;
}
.contacts-block {
    overflow: hidden;
}
.contacts-map-wrap {
    height: 700px;
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
}
.contacts-form-wrap {
    width: 580px;
    margin: 0 auto;
}
.contact-inputs-wrap {
    overflow: hidden;
}
.form-input-wrap.contacts-l-input {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 30px;
}
.form-input-wrap.contacts-r-input {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 30px;
}
.contacts-form-wrap .vac-form-textarea {
    height: 250px;
    margin-bottom: 20px;
}
.captcha-wrap {
    margin-bottom: 20px;
}
.contacts-send-button {
    display: block;
    padding: 9px 27px;
    background-color: #00559f;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
}
.contacts-map-content {                    /*edited by*/
    position: absolute;
    left: 40px;
    top: 40px;
    width: 28%;
    min-width: 400px;
}
.contacts-map-info {
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box;
    height: 530px;
    overflow-y: auto;
}
.contacts-map-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #00559f;
    margin-bottom: 30px;
}
.contacts-map-address {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #5e5e5e;
    margin-bottom: 30px;
}
.contacts-map-phones-wrap {
    overflow: hidden;
    margin-left: -15px;
    margin-bottom: -40px;
}
.contacts-map-phones-block {
    width: 350px;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}
.contacts-map-phones-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #5e5e5e;
    margin-bottom: 15px;
}
.contacts-map-phones-block ul li {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #5e5e5e;
    padding-left: 30px;
    margin-bottom: 15px;
}
.contacts-map-phones-block ul li a {
    color: #00559f;
}
.contacts-map-phones-block ul li.phone {
    background: url(images/phone.png) 0 50% no-repeat;
}
.contacts-map-phones-block ul li.mail {
    background: url(images/mail.png) 0 50% no-repeat;
}
.contacts-map-phones-block ul li.skype {
    background: url(images/skype.png) 0 50% no-repeat;
}
.contacts-map-info .contacts-send-button {
    margin-bottom: 30px;
    display: inline-block;
}
.contacts-form-wrap .vacancies-info-block-title {
    text-align: center;
}
.contacts-dropdown-list {                                       /*edited by*/
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    border: 1px solid #00559f;
}
.contacts-map-content .vacancy-item-button {                        /*edited by*/
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    padding: 0 45px 0 70px;
    font-size: 14px;
}
.contacts-map-content .vacancy-item-button span {                   /*edited by*/
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    max-height: 40px;
    overflow: hidden;
}
.contacts-map-content .vacancy-item-button:hover, .contacts-dropdown-list li a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}
.contacts-dropdown-list li {
    border-bottom: 1px solid #e2e4ea;
}
.contacts-dropdown-list li:last-child {
    border-bottom: none;
}
.contacts-dropdown-list li a {                       /*edited by*/
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #5a5756;
    text-transform: uppercase;
    padding: 17px 20px;
    background-color: #f4f6f8;
}
.contacts-dropdown-list li a:hover {
    color: #2077d1;
    background-color: #fff;
}
.contacts-map-content .vacancy-item-wrap {
    height: 74px;
    margin-bottom: 20px;
}

/*Product block*/
.product-block {
    overflow: hidden;
}
.product-block .basic-title {
    text-align: left;
}
.product-block .man-left-menu .basic-title {
    margin-bottom: 10px;
}
.product-content {
    overflow: hidden;
    padding-left: 60px;
}
.product-item-slider-wrap {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 50px;
}
.product-item-price-block-wrap {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 50px;
}
.product-item {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #5e5e5e;
}
.product-item-price-block {
    font-size: 46px;
    line-height: 48px;
    font-weight: 500;
    color: #626262;
    text-align: center;
}
.product-item-analogs {
    margin-bottom: 40px;
}
.product-item-price-block-text {
    margin-bottom: 40px;
    margin-top: 5px;
}
.product-item-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #626262;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-item-analogs a {
    color: #00559f;
    display: inline-block;
}
.product-item-header {
    margin-bottom: 40px;
}
.product-item-characteristics {
    margin-bottom: 40px;
}
.product-item-order-contacts {
    margin-left: -40px;
}
.product-item-order-contacts-wrap .contacts-map-phones-block {
    margin-left: 40px;
}
.product-item-order-contacts-wrap {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    width: 490px;
}
.product-item-order {
    display: table-cell;
    vertical-align: top;
    padding-right: 100px;
}
.product-item-table-wrap {
    display: table;
    width: 100%;
}
.product-item-slider {
    position: relative;
    border: 1px solid #b7cedb;
    margin-bottom: 10px;
}
.product-item-slider .left-slider-link {
    left: -50px;
    top: 50%;
    margin-top: -27px;
}
.product-item-slider .right-slider-link {
    right: -50px;
    top: 50%;
    margin-top: -27px;
}
.product-img-pagination-wrap {
    overflow: hidden;
}
.product-img-pagination {
    overflow: hidden;
    margin-left: -2%;
    margin-right: -1%;
}
.product-img-pagination a {
    display: block;
    width: 31%;
    float: left;
    box-sizing: border-box;
    border: 1px solid #b7cedb;
    margin-left: 2%;
}
.product-img-pagination img {
    width: 100%;
}
.production-item-table-wrap {
    margin-bottom: 40px;
    overflow: auto;
}
.production-title-block {
    padding: 19px;
    background-color: #2077d1;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    min-width: 620px;
    box-sizing: border-box;
}
.production-table {
    width: 100%;
    min-width: 620px;
}
.production-table tr:first-child, .production-table tr:hover {
    background-color: #e6e5e6;
}
.production-table tr {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.production-table tr:first-child, .production-table tr:hover {
    background-color: #e6e5e6;
}
.production-table th {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #272425;
    padding: 17px 10px;
}
.production-table td, .production-table th {
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}
.production-table td {
    padding: 32px 10px;
    font-size: 16px;
    line-height: 26px;
    color: #272425;
}
.production-table td span {
    text-align: left;
    display: inline-block;
    width: 90%;
}

/*Products block*/
.products-block {
    overflow: hidden;
}
.products-block .dwn-items-wrap {
    display: block;
}
.products-block .dwn-item {
    height: auto;
    margin-top: 0;
    margin-bottom: 45px;
    background-color: #fff;
}
.products-block .vacancies-info-block-title {
    margin-bottom: 5px;
    overflow: hidden;
    height: 72px;
}
.products-block .dwn-item-content-wrap {
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
}
.products-block .dwn-item-content:before, .products-block .dwn-item-content:after {
    background-color: #fff;
}
.products-block .dwn-item-inner-block li {
    margin-bottom: 10px;
}

/*
    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;}
#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:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{margin-top:20px;background:#000; font-size: 16px; font-weight: 300; line-height: 18px;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:5px solid #000; background:#fff;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#fff; width: 80%; height: 18px; overflow: hidden;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#fff;}
#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; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}
/*End of colorbox styles*/


/*Solutions*/
.solutions-content {
    overflow: hidden;
}
.solutions-items-block {
    overflow: hidden;
    margin-left: -5%;
    margin-bottom: -5%;
}
.solutions-items-block .res-item-full-wrap {
    max-height: none;
    opacity: 1;
    float: left;
    width: 45%;
    margin-left: 5%;
    margin-bottom: 5%;
    height: 590px;
    cursor: default;
}
.solutions-items-block .res-item-full {
    height: 590px;
}

/*One news*/
.one-news-content {
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
    color: #626262;
    margin-bottom: 50px;
}
.one-news-content p {
    margin-bottom: 25px;
}
.one-news-content p:last-child {
    margin-bottom: 0;
}
.one-news-img {
    float: left;
    width: 35%;
    min-width: 400px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.one-news-img img {
    width: 100%;
}
.one-news-date {
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 20px;
}
.one-news-video {
    text-align: center;
    margin-top: 60px;
}


/*jquery-ui*/

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
    z-index: 99;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
}

/*--------------knowledge-base-----------------*/
.kb-list {
    margin-bottom: 80px;
}
.kb-list li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #f2f5fa;
}
.kb-list li:last-child {
    margin-bottom: 0;
}
.kb-list li a {
    font-size: 22px;
    line-height: 26px;
    color: #01559e;
}
.kb-list li a:hover, .r-item-title a:hover, .r-item-bc a:hover, .sort-result a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
    color: #01a5e2;
}
/*----------------/knowledge-base-------------*/


.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 18px;
	height: 18px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 1px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.range_wrap .ui-widget-content {
	background-color: #f0f0f0;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background-color: #fff;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    color: #2077d1;
    background-color: #fff;
    border: 1px solid transparent;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background-color: #c7dbe4;
    border: 1px solid transparent;
}

/* dialog */
.ui-dialog {
	padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	border: 0;
	-webkit-box-shadow: 0px 2px 2px 0px #bcbcbc;
	-moz-box-shadow: 0px 2px 2px 0px #bcbcbc;
	box-shadow: 0px 2px 2px 0px #bcbcbc;
}
.ui-widget-header {
	border: 0;
	background: #c7dbe4;
	font: 14px 'Roboto', sans-serif;
	height: 35px;
}
.ui-draggable .ui-dialog-titlebar {
	height: 35px;
	line-height: 32px;
	padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
	width: 14px;
	height: 14px;
	right: 8px;
	top: 19px;
}
.ui-dialog .ui-dialog-titlebar-close span {
	margin: 0;
}
.ui-widget-header .ui-icon {
	width: 14px;
	height: 14px;
	background: url(images/popup_close.png) no-repeat center;
}
/*.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-icon:hover {
	background: url(images/popup_close.png) no-repeat center;
	opacity: 0.5;
	border: 0;
	width: 14px;
	height: 14px;
}*/
.ui-dialog .ui-dialog-content {
	padding: 0;
	min-height: 400px;
}

/* pager */
ul.yiiPager {
	margin-right: 20px;
}
ul.yiiPager li {
	display: inline-block;
}
ul.yiiPager li.selected {
	opacity: 0.5;
}
ul.yiiPager li + li {
	margin-left: 10px;
}
ul.yiiPager a {
	background-color: #0c4c4e;
	border: 0;
	display: inline-block;
	text-align: center;
	padding: 20px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.list-view .empty,
.list-view .summary {
	margin-right: 20px;
	color: #868888;
	font-size: 14px;
}
.list-view .empty {
	margin-left: 20px;
}

/*End of jquery-ui*/


/*jquery jscrollpane*/

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fff;
	position: relative;
}

.jspDrag
{
	background: #00559f;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/*End of jquery jscrollpane*/

.select-wrapper {
    margin-bottom: 30px;
}
.select-wrapper .ui-selectmenu-button {
    font-family: 'Roboto', sans-serif;
    width: 100%!important;
    box-sizing: border-box;
    background-color: #fff;
    display: block;
    border: none;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    padding: 0 45px 0 70px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #5a5756;
    position: relative;
}
.select-wrapper .ui-selectmenu-button:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: url('images/c-map-but-bg.png') #00559f 12px 50% no-repeat;
}
.select-wrapper .ui-selectmenu-button:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    width: 40px;
    background: url('images/dwnm-down.png') #fff 0 50% no-repeat;
}
.select-wrapper .ui-selectmenu-button.ui-corner-top:after {
    background: url('images/dwnm-up.png') #fff 0 50% no-repeat;
}
.ui-selectmenu-button span.ui-selectmenu-text {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    max-height: 40px;
    overflow: hidden;
}
.ui-menu-item {
    font-family: 'Roboto', sans-serif;
    border: 1px solid transparent!important;
    border-bottom: 1px solid #e2e4ea!important;
    width: auto!important;
    height: auto!important;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #5a5756;
    text-transform: uppercase;
    padding: 17px 20px;
    background-color: #f4f6f8;
    white-space: normal !important;
}
.ui-menu-item:last-child {
    border: 1px solid transparent!important;
}
.jspPane, .ui-selectmenu-menu ul {
    width: 100%!important;
}
.ui-selectmenu-menu {
    border: 1px solid #00559f;
    box-sizing: border-box;
}

/*searching-results*/
.search-inputs-wrap {
    overflow: hidden;
    margin-bottom: 80px;
}
.search-input {
    display: block;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    padding: 12px 10px;
    border: 2px solid #b9b9b9;
    font-size: 24px;
    line-height: 26px;
    color: #b9b9b9;
    float: left;
    margin-right: 15px;
}
.search-but {
    display: block;
    padding: 15px 10px;
    background-color: #01559e;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    width: 200px;
    box-sizing: border-box;
}
.result-list {
    padding-top: 20px;
    border-top: 2px solid #f2f5fa;
    margin-bottom: 80px;
}
.r-item {
    padding-bottom: 20px;
    border-bottom: 2px solid #f2f5fa;
    margin-bottom: 20px;
}
.r-item-title {
    margin-bottom: 5px;
}
.r-item-title a {
    font-size: 22px;
    line-height: 26px;
    color: #01559e;
}
.r-item-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #626262;
}
.r-item-date {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #83a1c5;
}
.r-item-bc {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #626262;
}
.r-item-bc a {
    font-weight: 400;
    color: #01559e;
}
.r-item-bc span {
    margin-right: 5px;
}
.r-item-bc .r-sep {
    font-weight: 400;
    color: #01559e;
    margin: 0 5px;
}
.sort-result {
    font-size: 18px;
    line-height: 22px;
    color: #676664;
}
.sort-result a {
    font-weight: 500;
    color: #01559e;
}


/*editing-options*/
.subscribe-edit table td {
    padding: 5px;
}
.subscribe-edit .vac-form-input {
    max-width: 260px;
}
.subscribe-edit .view-more {
    float: left;
    background-color: transparent;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
}
.subscribe-edit .view-more:hover {
    background-color: #2077d1;
}
.subscribe-edit label input {
    margin-right: 5px;
}
.subscribe-edit table td.pad-5-20 {
    padding: 5px 20px;
}


.upc-header.man-block-ban {
	margin-bottom: 80px;
}

.block_error_404{
    margin: 0 auto; max-width: 725px;
}
.img_404{
    float: left; width: 25%; text-align: center; padding: 50px;
}
.info_404{
    color: #626262;
}
.info_404 p{
    font-weight: bold;font-size: 122px;line-height: 165px;
}
.info_404 span{
    font-size: 17px;
}
.page404__links{
    margin-top: 20px;
}
.page404__links a {
    color: #ed1c24;
    transition-duration: .3s;
    position: relative;
    text-decoration: none;
}
.page404__links a:hover {
    color: #00aeef;
}
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}

.view-more{
    background: white;
}

.sidebar-card-download {
	margin-top: 70px;
}

.post-link{
	    padding-left: 16px;
}


.post-link::before {
	    content: "•";
    margin-left: -16px;
    color: rgb(0, 85, 159);
    position: absolute;
}


.sidebar-post-block {
    padding: 30px 18px;
    margin: 0 0 40px 0;
    background: #fbfbfb;
}

/**NEW CODE PL SEARCH IN CATALOG**/
div.sidebar-card form input.catalog-search-text{
	width: 84%;
	height: 41px;
	border: 2px solid #bfbfbf;
	background-color: #ffffff;
	color: #000;
	padding-left: 10px;
	font-family: 'Roboto';
	float: left;
}
div.sidebar-card form input.catalog-search-text:focus{
	border: 2px solid #FBCB36;
}
div.sidebar-card form input.catalog-search-button{
	width: 41px;
	height: 41px;
	background: url("img/search-catalog-right2.png") no-repeat;
	position: relative;
	right: 2px;
}
div.sidebar-card form input.catalog-search-button:hover{
	background: url("img/search-catalog-right-focus.png") no-repeat;
}
div.page-block div.search-catalog-main{
	padding-bottom: 20px;
	width: 50%;
	text-align: center;
	margin: auto;
}
div.page-block div.search-catalog-main form input.catalog-search-text{
	display: block;
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
	padding: 8px 10px;
	border: 2px solid #b9b9b9;
	font-size: 22px;
	line-height: 26px;
	color: #b9b9b9;
	float: left;
	margin-right: 15px;
}
div.page-block div.search-catalog-main form input.catalog-search-text:focus{
	border: 2px solid #FBCB36;
}
div.page-block div.search-catalog-main form input.catalog-search-button{
	display: block;
	padding: 11px 10px;
	background-color: #01559e;
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	width: 200px;
	box-sizing: border-box;
}
div.page-block div.search-catalog-main form input.catalog-search-button:hover{
	opacity: 0.6;
}
/**END NEW CODE PL**/