﻿@font-face {
  font-family: 'Fontello';
  src: url('fonts/fontello.eot');
  src: url('fonts/fontello.eot') format('embedded-opentype'), url('fonts/fontello.woff') format('woff'), url('fonts/fontello.ttf') format('truetype'), url('fonts/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.clearfix:after {
  content: '';
  clear: both;
  display: table;
}
body {
}
.container {
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
}
header{
  background: #004a8f;
  text-align: right;
  padding: 0 5px;
}
.phone , .mail , .langs ,.btn{
  display: inline-block;
  width: 24%;
  text-align: left;
  vertical-align: middle;
}
.btn{
  background: #E16500 none repeat scroll 0% 0%;
  padding: 0;
  margin-left:2%; 
}
.phone p , .phone img , .mail img , .mail p ,
.langs a , .btn a img , .btn a p{
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color:#fff;
  margin-right: 5px;
}
.mail{
  background: url(../img/mail_ico.png) no-repeat left center;
  padding-left: 30px;  
  cursor: pointer;
}
.mail:hover{
  background: url(../img/mail_ico_hover.png) no-repeat left center;
  }

.mail p{
  text-decoration: underline;
}
.phone{
  width: 33%;
}
.langs{
  text-align: right;
  width: 15%;
}
.langs > li{display: inline-block;}
.langs a , .btn a p{
  text-transform: uppercase;
}
.btn a{
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 5px 0;
}
.top_btn a{
  padding: 13px 0;
}
.btn a:hover{
  background: #f7941e;
}
.langs a:hover{
  color:#f7941e;
}
.global_navi{
  padding: 20px 0;
  text-align: right;
  border-bottom: 2px solid #e1e1e1;
}
.global_navi a , .global_navi ul{
  display: inline-block;
}
.logo{
  width: 25%;
  max-width: 235px;
  vertical-align: middle;
}
.logo img{
  width: 100%;
}
.global_navi ul{
  width: 75%;
  vertical-align: middle;
}
.global_navi ul li{
  display: inline-block; 
}
.global_navi ul li a{
  margin: 0 10px;
  text-align: right;
  font-size: 18px;
  color:#242424;
   border-bottom: 4px solid transparent;
   font-weight: 700;
   text-transform: uppercase;
  padding: 5px 0;
   
}
.global_navi ul li a:hover{
  border-bottom: 4px solid #f7941e;
}
.global_navi ul li:nth-child(5) > a{
  margin-right: 0;
}

.slider{
  width: 100%;
}

.slider .bgslide{
  text-align: center;
  position: relative;
}
.bgslide h1{
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top:50%;
  margin-top: -125px;
  left: 50%;
  margin-left: -225px;
  width: 475px;
  height: 250px;
  color:#fff;
  font-size: 48px; 
}
.bgslide h1 a.button{
  padding: 15px 0;
  width: 190px;
  margin-top: 50px;
}
.slider .slick-prev{
  left: 10%;
  z-index: 10;
  background: url(../img/left_arr.png);
  width: 70px;
  height: 70px;
}
.slider .slick-prev:hover{
  background: url(../img/left_arr.png);
}
.slider .slick-prev:before , .slider .slick-next:before{
  display: none;
}
.slider .slick-next{
  right: 10%;
  z-index: 10;
  background: url(../img/right_arr.png);
  width: 70px;
  height: 70px;
}
.slider .slick-next:hover{
  background: url(../img/right_arr.png); 
}

.button{
  width: 170px;
  display: block;
  background:url(../img/link_bg.jpg) repeat;
  font-size: 16px;
  color:#fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px;
  border-radius: 3px; 
  margin: 25px auto 15px;
}
.button:hover{
  background:url(../img/link_hov.jpg) repeat;
}
.second{
  padding: 30px 0 40px;
  text-align: center;
}
.second article{
  width: 24%;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  text-align: center;
}
.second article img{
  margin-bottom: 15px;
}
.second article  p{
  font-size: 18px;
  line-height: 24px;
  color:#242424;
}

.third{
  padding: 30px 0 20px;
  background-color: #f4f4f4;
  text-align: center;
  font-size: 0;
  
}
.title{
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color:#242424;
  text-align: center;
}
.line{
  width:70px;
  margin: 10px auto 20px;
  height: 5px;
  background: #f7941e;
}
.third article{
  display: inline-block;
  width:50%;
  
  background-color: #fff;
  vertical-align: top;
}
.img_block_right , .img_block_left{
  width: 50%;
  background: url(../img/blue_right.png) no-repeat right;
  padding: 15px 10px;
  display: inline-block;
  vertical-align: middle;
}
.img_block_right:hover{
  background: url(../img/orange_right.png) no-repeat right;
}
.img_block_left{
  background: url(../img/blue_left.png) no-repeat left;
}
.img_block_left:hover{
  background: url(../img/orange_left.png) no-repeat left;
}
.img_block_right img , .img_block_left img{
  width: 100%;
}
.txt_block_right{
  display: inline-block;
  width: 50%;
  font-size: 12px;
  vertical-align: middle;
  padding: 15px 0px;
}
.txt_block_right h2{
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 22px;
}
.txt_block_right h2:hover{color: #F7941E;} 

.txt_block_right p{
  font-size: 16px;
  line-height: 20px;
  color:#808080;
  font-weight: 300;
}
.third a{
  display: block;
  margin: 15px auto;
  color: #242424;
}
.third a.button , .five a.button{
  width: 270px;
  margin: 35px auto 15px;
  padding: 15px 0;
}
.five a.button{
  display: none;
}
.four{
  padding: 50px 0 40px;
  text-align: center;
  font-size: 0;
}
.four.six{
	padding:50px 0 0;
}
.im , .information{
  display: inline-block;
  width: 50%;
  font-size: 18px;
  vertical-align: middle;
}
.information{
  text-align: left;
  color:#242424;
  padding: 20px 10px;
}
.information h2{
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  
}
.slider.slick-slider{
  margin-bottom: 0;
}
.information p{
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
}
.information a{
  margin-top: 20px;
  display: block;
  color: #f7941e;
}
.information a:hover{
  text-decoration: underline;
  
}
.six .im{
  position: relative;
  top:-70px !important;
}
.information a img{
  margin-right: 10px;
}
.im img{
  width: 100%;
}
.four .im{
  top:0px;
}
.five{
  padding: 50px 0;
  background: #f4f4f4;
  text-align: justify;
}
.production{
  display: inline-block;
  width: 23%;
  margin-right: 22px;
  background-color: #fff;
  vertical-align: top;
  padding: 20px 10px;
  margin-top: 20px;
  border: 1px solid #e1e1e1;
  border-bottom: 5px solid #166ca7;
}
.last{
  margin-right: 0;
}
.production:hover{
  border-bottom: 5px solid #f7941e;
}
.production:hover .name{
  color:#f7941e;
}
.production:last-child{
  margin-right: 0;
}
.production img{
  width: 100%;
}
.name{
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color:#242424;
  margin-top: 20px;
}
.six .im img{
  position: relative;
}

.seven{
  padding: 50px 0;
  background: #f6f6f6;
  border-bottom: 5px solid #f7941e;
  margin-top:-55px;
}
.partners_slide{
  margin: 50px 0;
}
.partners_slide img{
  margin: 0 auto;
}
.partners_slide .slick-dots li.slick-active button:before{
  color:#ffffff;
}
.partners_slide .slick-dots li.slick-active button:hover:before , .partners_slide .slick-dots li.slick-active button:before{
  color:orange;
  opacity: 1;
}
.partners_slide .slick-dots li button:before{
  font-size: 16px;
  color:transparent;
  top: -1px;
  left: -2px;
}
.partners_slide .slick-dots li button {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.partners_slide .slick-dots li.slick-active button{
  border:transparent;
}
.slick-slide:focus{
  border: transparent;
  outline: transparent;
}
footer{
  padding: 20px 10px;
  text-align: center;
  font-size: 0;
  background: #242424;
  position: relative;
  
}
.left_foot , .mid_foot , .right_foot{
  display: inline-block;
  width: 33%;
  vertical-align: top;
  font-size: 18px;
  text-align: left;
}
.foot_ttl{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color:#f7941e;
  text-align: center;
  padding: 7px 0;
}
footer .left_foot img{
  position: absolute;
  top:0;
}
footer .bmn{
  display: inline-block;
  margin-left: 175px;
  position: relative;
  top:-20px;
}
.adr_blcok{
  margin-top: 25px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color:#fff;
}
.adr_blcok p{
  display: block;
  margin-bottom: 10px;
}
.adr_blcok p b{
  font-weight: 700;
}
.right_foot .btn{
  width: 100%;
  margin: 0;
  position: relative;
  border-radius: 3px;
  background: #f7941e;
  width: 240px;
  height: 38px;
}
.right_foot{
  padding-left: 80px;
}
.right_foot .btn a:hover{
  background: #f58116;
  border-radius: 3px;
}
.adr_blcok p span:hover{
  color:#f58116;
  cursor: pointer;  
}
.adr_blcok p a{
  color:#fff;
  text-decoration: underline;
}
.adr_blcok p a:hover{
  text-decoration: none;
  color:#f58116;
}
.copyright{
  border-top:1px solid #3a3a3a;
  padding: 10px 0;
  text-align: center;
  font-size: 0;
}
.left_copy{
  text-align: left;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 22px;
  color:#fff;
  width: 50%;

}
.right_copy{
  text-align: right;
  display: inline-block;
  vertical-align: top;
  width: 50%;
} 
.up{
  position: fixed;
  width: 60px;
  height: 60px;
  top:50%;
  margin-top: -30px;
  right: 0;
  z-index: 999;
  cursor: pointer;
}

.error_page{
  display: block;
  text-align: center;
  font-size: 36px;
  margin: 100px 0;
  text-transform: uppercase;
  }
  .error_page > h1{
  font-size: 200px;
  }
  
.product_list_item{margin: 15px 0;padding-bottom: 30px;}
.product_list_item > li{padding: 5px 0;}
.product_list_item > li > a{color: #242424;}
.product_list_item > li > a:hover{color:#F7941E;}
.product_list_item > li > a > strong{font-weight: 600;}

.demo-icon {
    font-family: "Fontello";
    font-style: normal;
    color: #fff;
}
.footer-icons {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: -26px;
    font-size: 23px;
}
.footer-icons a {
    display: inline-block;
    padding: 0 3px;
}