*{padding: 0; margin: 0;}
img{max-width: 100%;}
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');
.my_step{ display: none;}
a{outline: none;}
body{font-family: Open Sans, sans-serif; }
input,button,select, textarea{  outline: none;  border: none;}
.animate_left{
  position: absolute;
  top: 950px;
  left: 0;
}

.large_mobile{
  display: none;
}

#Stage4{
	right: -22px;
}
.home_logo_mobile{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.home_logo_mobile img {
  margin-left: 75px;
}
#typed::after {
  content: '|';
  display: inline;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.animate_right{
  position: absolute;  
  top: 1450px;
  right: 0;
}
.anime_comp_left{
    position: absolute;  
  top: 137px;
  left: 0;
}
.anime_comp_rigth{
    position: absolute;  
  top: 603px;
  right: 0;
  overflow: hidden;
  z-index: 2;
  
}
.amimate_1{
  margin-bottom: 80px;
}

#fixed_header{
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #FFF;
     box-shadow: 0 0 14px #aaa;
    -webkit-box-shadow: 0 0 14px #aaa;
    -moz-box-shadow: 0 0 14px #aaa;
  z-index: 999;
}
.head{
  max-width: 1170px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.head .larges{
  top: -10px;
}
.logo{
  float: left;
  padding-top: 50px;
}
.navigation{
float: right;

}
.navigation nav{
  display: table
  width: 100%;
  margin: auto;
}
.navigation nav ul{
  display: table-row;
}
.navigation nav ul li{
  display: table-cell;
  position: relative;
}

.navigation nav ul li a{
  padding: 80px 15px  10px 15px;
  display: inline-block;
  font-size: 16px;
  color: #45a142;font-family: HelveticaNeueLTW1G-Bd; 
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;position: relative;
}
.navigation nav ul li a span{
  width: 100%;
  height: 0;
  display: block;
  background: #45a142;
  position: absolute;
bottom: 0;
  left: 0;
  z-index: -1;
  right: 0;
text-decoration: none;
  -webkit-transition: all .4s;
     -moz-transition: all .4s;
      -ms-transition: all .4s;
       -o-transition: all .4s;    
          transition: all .4s;
}
.navigation nav ul li a:hover,
.navigation nav ul li a.active{
  color: #FFF;
}
.navigation nav ul li a:hover span,
.navigation nav ul li a.active span
{
  height: 100%;
  
}
.navigation nav ul li:last-child a span{
  background: #FFF;
} 
.navigation nav ul li:last-child a:hover{
  color: #217a1e;
}
.navigation nav ul li:last-child:hover{
  background: none;
}
.larges{
  position: absolute;
top: 0;
  right:5px;
  z-index: 99;
  padding: 17px 10px;
}
.larges a{
  font-size: 14px;
  text-decoration: none;
  display: block;
  color: #000000;

}
.larges a:hover{
color: #45a142;  
}
.larges a img{
  vertical-align: middle;
  margin-right: 10px;
}
.head_home{
  max-width: 1170px;
 position: relative;
  margin: auto;
  z-index: 9999;
}
main{
  max-width: 6000px;
  min-width: 320px;
  margin: auto;

margin-top: -21% !important;
  }

.modal_senq{
  display: none;
}
.popup_logo{
  overflow: hidden;
}
.mfp-close{
  width: 30px;
  height: 25px;
  text-decoration: none !important;
  color: #FFF !important;
    top: 8px !important;
    right: 8px !important;
  background: url("../img/close.png") no-repeat  !important;
}

.text_about_logos h3{
  font-size: 14px;
    font-family: HelveticaNeueLTW1G-Bd; 
  color: #45a142;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.text_about_logos p{
  margin-bottom: 54px;
    font-family: HelveticaNeueLTW1G-Lt;
}
.text_about_logos a{
  font-size: 14px;
  color: #000;
    font-family: HelveticaNeueLTW1G-Lt;
  text-decoration: none;
}
.text_about_logos a:hover {
  text-decoration: underline;
}
.imge_logos{
  float: left;
height: 290px;
  margin-right: 26px;
}
.text_about_logos{
  margin-top: 70px;
  font-size: 14px;

}
.imge_logos figure{
margin-top: 70px;
}
.imge_logos img{
  width: 270px;
  margin-left: 26px;
}
#test-form{
  position: relative;  max-width: 1030px;
  height: 290px;
  margin:10% auto;
background: url(../img/modall.png) no-repeat center top;
}
#test-form1{
    position: relative;  max-width: 1030px;
  height: 526px;
   margin:10% auto;
background: url(../img/modall_vac.png) no-repeat center top;
}
#sandwich {
  width: 50px;
  height: 38px;
float: left;
  cursor: pointer;

 
  display: none;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  
}
.sw-topper {
  position: relative;
  top: 5px;
    width: 30px;
    margin: auto;
  height: 2px;
  background: #000;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s;
/* transition-delay: 0.2s, 0s; */
}
.sw-bottom {
  position: relative;
   width: 30px;
  height: 2px;
  top: 15px;
  margin: auto;
  background: #000;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
}
.sw-footer {
  position: relative;
     width: 30px;
  height: 2px;
  top: 25px;
  margin: auto;
  background: #000;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
#sandwich.active .sw-topper {
  top: 17px;
  transform: rotate(140deg);
}
#sandwich.active .sw-bottom {
  top: 15px;
  transform: rotate(-140deg);
}
#sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  transform: rotate(180deg);
}
#test-modal2{
  width: 1030px;
  height: 628px;
  background: url("../img/form_modal_news.png") no-repeat center top;
  position: relative;
  margin: auto;
  overflow: hidden;
    margin:10% auto;
}
#test-form3{
  width: 1030px;
  height: 628px;
  background: url("../img/form_modal_news.png") no-repeat center top;
  position: relative;
  margin: auto;
  overflow: hidden;
    margin:10% auto;
}
.popup_portfolio{
width: 93%;
  margin: auto;
  overflow: hidden;
  padding: 30px 0;
padding-top: 40px;
}
.left_popup{
  float: left;
  width: 275px;
}
.right_popup{
 width: 69%;
    padding-right: 1%;
  float: right;
  overflow: hidden;
}
.right_popup h4{
  font-size: 14px;
  text-transform: uppercase;  color: #45a142;
    font-family: HelveticaNeueLTW1G-Bd; 
  margin-bottom: 20px;
}
.right_popup p{
    font-family: HelveticaNeueLTW1G-Lt;
  font-size: 14px;
  margin-bottom: 20px;
color: #000;
}
.video{
  max-width: 669px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
.video::after{
content: '';
    position: absolute;
    left: -3px;
    right: -14px;
    top: -50px;
    width: 42px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 109px;
    background: #fff;
}
.video:before{
content: '';
    position: absolute;
    right: -5px;
    bottom: -46px;
    width: 42px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 109px;
    background: #fff;
}
.buttons_footer{
  clear: both;
  width: 98%;
  overflow: hidden;
}
.buttons_footer div{
  width: 33.33%;
  float: left;
  overflow: hidden;
}
.buttons_footer div:nth-child(2) a{
  margin: auto;
}
.buttons_footer div:nth-child(3) button{
float: right;
}
.buttons_footer div a,
.buttons_footer div button
{
  width: 145px;
  display: block;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
  background: #45a142;
background-repeat: no-repeat;

  font-family: HelveticaNeueLTW1G-Bd; 
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.buttons_footer div a::after,
.buttons_footer div button:after{
    content: '';
    position: absolute;
    left: -3px;
    right: -14px;
    top: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 15px;
    background: #fff;
    z-index: 999;
}
.buttons_footer div a:before,
.buttons_footer div button:before{
content: '';
    position: absolute;
    right: -3px;
    bottom: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    z-index: 999;
    height: 15px;
    background: #fff;
}


.container{
  max-width: 1200px;
  margin: auto;
}
.submit_news,
.submit_comp{
  width: 145px;
  display: block;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
  background: #45a142;
background-repeat: no-repeat;
  margin: auto;font-family: HelveticaNeueLTW1G-Bd; 
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.submit_news::after{
content: '';
    position: absolute;
    left: -3px;
    right: -14px;
    top: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 15px;
    background: #ffffff;
}
.submit_news:before{
content: '';
    position: absolute;
    right: -3px;
    bottom: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 15px;
    background: #ffffff;
}
.submit_news:hover,
.submit_comp:hover{
background: #217a1e;
}
.competention{
  padding: 75px 0;
  background: #f5f5f5;
  margin-bottom: 60px;
}
.page_news{
  padding-top: 0 !important;
}
.submit_comp::after{
content: '';
    position: absolute;
    left: -3px;
    right: -14px;
    top: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 15px;
    background: #F5F5F5;
}
.submit_comp:before{
content: '';
    position: absolute;
    right: -3px;
    bottom: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 15px;
    background: #F5F5F5;
}


.title{
  text-align: center;
  font-size: 48px;
  text-transform: uppercase;
  color: #45a142;
    font-family: HelveticaNeueLTW1G-Lt;
  line-height: 48px;
  margin-bottom: 20px;
  font-weight: 300;
}
.description_title{
  font-size: 14px;
  text-align: center;
    font-family: HelveticaNeueLTW1G-Lt;
  color: #000000;
  margin-bottom: 70px;
}
.block_competention{
  overflow: hidden;
  max-width: 1230px;
  margin: auto;
  z-index: 99;
  margin-bottom: 70px;
}
.block_competention article{
  width: 25%;
  float: left;
  text-align: center;
}
.block_competention article figure{
  width: 170px;
  margin: auto;
  color: #45a142;
  font-size: 14px;
  font-family: HelveticaNeueLTW1G-Bd; 
  text-transform: uppercase;
}
.block_competention article figure figcaption a{
   color: #45a142;
  font-size: 14px;
  font-family: HelveticaNeueLTW1G-Bd; 
  text-transform: uppercase;
  text-decoration: none;
}
.block_competention article figure figcaption a:hover{
  color:#217a1e;
}
.block_competention article figure img{
  display: block;
  margin-bottom: 30px;
}
.block_news{
  overflow: hidden;
  max-width: 1230px;
  margin: auto;

}
.amimate_4{
  margin-top: 143px;
}
#gen{
  margin-bottom: 300px;
}
#proekt{
  margin-bottom: 160px;
}
#it{
  margin-bottom: 82px;
}
.block_news article{
  width: 25%;
  float: left;
  margin-bottom: 44px;
}
.map1{
  width: 100%;
  height: 560px;
}
.submit_news{
  clear: both;
}
.my_new{
  margin: auto;
  width: 270px;

}
.my_new figure img{
  margin-bottom: 30px;
}
.my_new figure {
  margin-bottom: 25px;
 }
  .my_new figure figcaption a{
       font-size: 14px;
   text-transform: uppercase;
    font-family: HelveticaNeueLTW1G-Bd; 
   color: #45a142; 
   text-decoration: none;
  }
   .my_new figure figcaption a:hover{
     text-decoration: underline;
   }
   .my_new p{
     font-size: 14px;
    font-family: HelveticaNeueLTW1G-Lt;
     color: #000;
   }
   .news{
    background: 0;
     padding:30px 0;
     position: relative;
     margin-bottom: 30px;
   }

.systems{
  background: #FFF;
}
.block_system{
  max-width: 1170px;
  margin: auto;
  overflow: hidden;
  padding-top: 85px;
  padding-bottom: 100px;
}
.block_system h2,
.tender_vacantion h2{
  font-size: 48px;
  color: #45a142;
  text-transform: uppercase;
    font-family: HelveticaNeueLTW1G-Lt;
  font-weight: 300;
}
.block_system p{
  font-size: 14px;
  color: #000000;
    font-family: HelveticaNeueLTW1G-Lt;
  margin-bottom: 22px;
}
.block_system h2{
  margin-bottom: 25px;
}
.block_system article{
  max-width: 785px;
  float: right;
  margin-bottom: 190px;
}
.block_system article figure{
  display: none;
}
.block_system article:nth-child(2n){
  float: left;
  margin-bottom: 0; 
  text-align: right;
}
.block_system article:nth-child(4){
 padding-top: 130px; 
}
.systems h3{
    max-width: 1170px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: right;
  clear: both;  margin: auto;
  margin-bottom: 104px; 
    font-family: HelveticaNeueLTW1G-Bd; 
padding-top: 0;
  display: block; color: #45a142;

}
.block_footer_menu .logo{
  margin-top: -100px;  
}
.title_footer{
  font-size: 36px;
  text-transform: uppercase;  
  color:  #45a142 !important  ;
  font-weight:  300;
  margin-bottom: 60px;  
      font-family: HelveticaNeueLTW1G-Lt;  
}
.ml_fot{
  margin-left: 210px; 
}
.title_footer img{
  vertical-align: middle; 
  margin-right: 33px; 
}
.footer_menu{
  padding: 65px 0;
  position: relative;
  background: #F5F5F5;
  padding-bottom: 0;
}
.block_footer_menu{
  max-width: 1170px;
  margin: auto;
  overflow: hidden;
}
.block_footer_menu article{
  float: left;
  margin-right: 65px;
}
.block_footer_menu article nav{
  z-index: 99;
  position: relative;
}
.block_footer_menu article nav ul{
  width: 150px;
  list-style: none;
}
.block_footer_menu article nav ul li a{
  font-size: 16px;
  text-transform: uppercase;
  color: #45a142;
  text-decoration: none;
  display: block;
  margin-bottom: 26px;
  font-family: HelveticaNeueLTW1G-Bd;
}
.block_footer_menu article nav ul li a:hover{
  color: #217a1e;
}
.block_footer_menu article nav ul ul li a{
  color: #000;
  font-size: 14px;
    font-family: HelveticaNeueLTW1G-Lt;
}
.block_footer_menu article nav ul ul li a:hover
{
  color: #45a142;
  
}
.contacts{
  max-width: 1170px;
  margin: auto;
padding-bottom: 46px;
overflow: hidden; 
}
.contacts div{
  float: left;  
  margin-right: 70px; 
}
.contacts h2{
  font-size: 48px;
  color: #45a142;
  margin-bottom: 46px;
  clear: both;  
  text-transform: uppercase;
    font-family: HelveticaNeueLTW1G-Lt;
    font-weight: 300;
}

.contacts a,
.contacts p
{
  color: #000000;
  display: block;
  text-decoration: none;
    font-family: HelveticaNeueLTW1G-Lt;
  margin-bottom: 10px;
}
.contacts a img,
.contacts p img{
  vertical-align: middle;
  margin-right: 13px;
}
.link_map{
  font-size: 14px !important ;  
  text-transform: uppercase !important ;   
  color:  #45a142 !important ;
      font-family: HelveticaNeueLTW1G-Bd  !important  ; 
      text-transform: uppercase    !important ;  
      cursor: pointer;
      text-indent: 36px;  
}
.mpclick{
  cursor: pointer;
}
.link_map:hover{
  color:  #142740 !important  ;
}
.block_tender_vacantion{
  max-width: 1170px;
  margin: auto;
  overflow: hidden;
}
.block_tender_vacantion article{
  width: 48%;
  float: left;
}
.block_tender_vacantion article:last-child{
  float: right;
}
.tender_vacantion{
padding: 80px 0;
background: #F5F5F5;
margin-bottom: 50px;
}
.tender_vacantion h2{
  margin-bottom: 15px;
}
.tender p{
  font-size: 14px;
    font-family: HelveticaNeueLTW1G-Lt;
  
  margin-bottom: 44px;
}
.submit_btn,
.submit_vacantion,
.submit_portfolio{
  width: 192px;
  display: block;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  background: #45a142;
background-repeat: no-repeat;
text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 14px;
   font-family: HelveticaNeueLTW1G-Bd; 
  position: relative;
}
.submit_btn::after,
.submit_vacantion::after{
content: '';
    position: absolute;
    left: -3px;
    right: -14px;
    top: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 15px;
    background: #f5f5f5;
}
.submit_portfolio::after{
content: '';
    position: absolute;
    left: -3px;
    right: -14px;
    top: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 15px;
    background: #fff;
}
.submit_btn:before,
.submit_vacantion:before{
content: '';
    position: absolute;
    right: -3px;
    bottom: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 15px;
    background: #f5f5f5;
}
.submit_portfolio:before{
content: '';
    position: absolute;
    right: -3px;
    bottom: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 15px;
    background: #fff;
}
.submit_btn:hover,
.submit_vacantion:hover,
.submit_portfolio:hover{
background: #217a1e;
}
.submit_portfolio{
  margin: auto;
}
.vacantion{
  overflow: hidden;
}
.vacantion .cat_vac{
  float: left;
  //width: 47%;
  font-size: 14px;
  padding-top: 10px;
}
.vacantion .cat_vac:nth-child(2){
  float: right !important;
}
.vacantion .cat_vac h3{
  text-transform: uppercase;
  font-size: 14px; font-family: HelveticaNeueLTW1G-Bd; 
}
.vacantion .cat_vac h3 a{
  color: #45a142;
  text-decoration: none;
  display: block;
  margin-bottom: 25px;
}
.vacantion .cat_vac p{
  margin-bottom: 25px;
    font-family: HelveticaNeueLTW1G-Lt;
  
}
.vacantion .cat_vac h3 a:hover{
  text-decoration: underline;
}
 .sect_btn_vac{
  clear: both;
  width: 100%;
 
}
.block_companions{
  max-width: 1170px;
  margin: auto;
  overflow: hidden;
}
.block_companions article{
  width: 16.6%;
  float: left;
  margin-bottom: 70px;
}
.block_companions article a{
  display: block;
  width: 170px;
  text-align: center;
  text-decoration: none;
  position: relative;
  height: 110px;
}
.block_companions article a p{
  font-size: 14px;
  color: #000000;
  position: absolute;
  bottom: 0;
   font-family: HelveticaNeueLTW1G-Lt; 
  width: 100%;
}
.companions{
  background: #F5F5F5;
  padding: 70px 0;
}
.companions h2{
    font-size: 48px;
  color: #45a142;
  text-transform: uppercase;
  max-width: 1130px;
  margin: auto;
  text-align: center;
  margin-bottom: 70px;
   font-family: HelveticaNeueLTW1G-Lt; 
   font-weight: 300;
}
footer{
  font-size: 14px;
  color: #000;
  text-align: center;
  background: #F5F5F5;
  padding: 55px 0;
padding-bottom: 0;
  z-index: 1;
}
.padding_fotter_tmy{
  padding: 0;
  padding-bottom: 10px;
}

.portfolio{
  max-width: 1000px;
  margin: auto;
}
.portfolio article{
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 199px;
  background: url("../img/portfolio_bg.png") no-repeat center 35px;
}
.portfolio article:not(:first-child){
  margin-top: -35px;
}
.portfolio article:last-child{
  background: none !important;
} 
.cirk{
  width: 30px;
  height: 34px;
  background: url("../img/ck.png") no-repeat;
  margin: auto;
}

.image_portfolio{
  float: left;
  width: 45%;
  text-align: right;
}
.text_portfolio{
  float: right;width: 45%;
  margin-top: 36px;
}
.portfolio article:nth-child(2n) .image_portfolio{
  float: right;
  text-align: left;
}
.portfolio article:nth-child(2n) .text_portfolio{
  float: left;
  text-align: right;
}
.text_portfolio h4 a{ 
  color: #45a142;
  font-size: 14px;
  text-decoration: none;
    font-family: HelveticaNeueLTW1G-Bd; 
  text-transform: uppercase;
}
.text_portfolio h4 a:hover{
  text-decoration: underline;
}
.text_portfolio p{
    font-family: HelveticaNeueLTW1G-Lt;
  font-size: 14px;
}
/* vacancies  begin*/
.vacancies{
  padding-bottom: 50px;
}
.vacancies article{
  max-width: 1170px;
  margin: auto;
  margin-bottom: 25px;
}
.vacancies article h3{
  font-size: 14px;
  text-transform: uppercase;
  color: #45a142;
  margin-bottom: 22px;
}
.vacancies article p{
  font-size: 14px;
  margin-bottom: 25px;
}
.otklick{
  width: 200px;
  display: block;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  background: #45a142;
background-repeat: no-repeat;
text-transform: uppercase;
    font-family: HelveticaNeueLTW1G-Bd; 
  text-align: center;
  color: #fff;
  font-size: 14px;
  float: right;
  position: relative;
}
.sect_otklick{
  overflow: hidden;
}
.otklick::after
{
content: '';
    position: absolute;
    left: -3px;
    right: -14px;
    top: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 15px;
    background: #fff;
}
.otklick:before
{
content: '';
    position: absolute;
    right: -3px;
    bottom: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 15px;
    background: #fff;
}
.otklick:hover{
background: #217a1e;
}
.title-mobile{
  padding: 43px 0;
}
.chek{
  text-align: center;
}
.chek input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.chek input[type="checkbox"] + label {
    background: url(../img/checkbox.png) 0 0 no-repeat;
    padding: 2px 0;
    padding-left: 40px;
    cursor: pointer;
}
.chek input[type="checkbox"]:checked + label {
    background-position: 0 -27px;
}
.modal_form{
  max-width: 970px;
  overflow: hidden;
  margin: auto;
}
.modal_form div {
  width: 48%;
  float: left;
  margin-bottom: 39px;
}
.modal_form div:nth-child(2n){
  float: right;
}
.modal_form div input{
  text-indent: 22px;
  height: 49px;
  width: 99%;
  border: 1px solid #45a142;
}
.modal_form div ::-webkit-input-placeholder { color: #000; }
.modal_form div ::-moz-placeholder          { color: #000; } /* Firefox 19+ */
.modal_form div :-moz-placeholder           { color: #000; } /* Firefox 18- */
.modal_form div :-ms-input-placeholder      { color: #000; }
.chek{
  padding: 33px 0;
}
.btn_sub{
  width: 170px;
  display: block;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  background: #45a142;
background-repeat: no-repeat;
  margin: auto;
    font-family: HelveticaNeueLTW1G-Bd; 
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.btn_sub::after,
.file-upload::after{
content: '';
    position: absolute;
    left: -3px;
    right: -14px;
    top: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 15px;
    background: #fff;
}
.btn_sub:before,
.file-upload:before{
content: '';
    position: absolute;
    right: -3px;
    bottom: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 15px;
    background: #fff;
}
.btn_sub:hover{
background: #217a1e;
}
.file-upload {
 width: 232px;
  display: block;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  background: #45a142;
background-repeat: no-repeat;
  margin: auto;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.file-upload:hover {
background: #217a1e;
  
}
.file-upload input[type="file"]{
    display: none; /* Обязательно скрываем настоящий Input File */
}
.file-upload label {
     /* Растягиваем label на всю возможную площадь блока .file-upload */
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
    font-family: HelveticaNeueLTW1G-Bd; 
     height: 100%;
     cursor: pointer;
}
.file-upload span {
    font-family: HelveticaNeueLTW1G-Bd; 
     line-height: 25px; /* Делаем вертикальное выравнивание текста, который написан на кнопке */
}
/* vacancies end */

/* tenders_form  begin*/
.text_for_file p{
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}
.tenders{
  padding-bottom: 50px;
}
.descripton_title{
  font-size: 14px;
  max-width: 1170px;
  margin: auto;
  text-align: center;
  margin-bottom: 34px;
}
.save_anketa{
  margin: auto;
}
.bot_foel{
  margin-bottom: 47px;
}

.slider_logos{
  max-width: 1920px;
  margin: auto;
}
.slider-logos .owl-dots{
  display: none;
}
.multiple-items .owl-wrapper {
  display: table !important;
}
.multiple-items .owl-item {
  display: table-cell !important;
  float: none !important;
  vertical-align: middle !important;
}
.multiple-items.owl-item > div {
  text-align: center !important;
}
.title_slider_logos{
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 55px;font-family: HelveticaNeueLTW1G-Bd; 
}
.slider_logos{
  padding: 65px 0;
  color: #45a142; 
}
/* news begin */
.page_news::after{
  background: none !important;
}
.date{
  font-size: 14px;
    font-family: HelveticaNeueLTW1G-Lt;
  color: #000;
  display: block;
  padding-top: 20px;
}
.page_news .my_new{
  height: 355px;
}
.top_button{
  padding-top: 60px;
  clear: both;
}


.top_button_news{
  padding-top: 20px;
}
.my_new:hover img{
  opacity: .8;
}
.competentions{
  max-width: 1170px;
  margin: auto;
}
.competentions .block_system article ul{
  margin-left: 20px;
  color: #45a142;
}
/* news end */
/* 
.anim:hover{
  background: #FFF; 
  
}
.an:hover{
  background: #f5f5f5; 
 color: #f5f5f5; 
}
.anim::after{
  z-index: 99;
}
.anim:before{
  z-index: 99;
}

.anim .color_blue{
  width: 0%;
  height: 0%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  background: #142740;
  z-index: 1;
  }
.anim:hover .color_blue{
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
      -ms-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
  z-index: 1;
}
.color_wite{
    width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: 2;
      
}

.color_grey{
    width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: 2;
} */
.text_logo{
  position: absolute;
  width: 336px;
font-weight: 300;
   height: 115px;
  left: 0;
  top:46%;
  text-transform: uppercase;
  font-size: 36px;
  color: #45a142;
  z-index: 99;
  right: 0; 
  margin: auto;
  font-family: HelveticaNeueLTW1G-Bd; 
  font-weight: 900;  
}

.type-wrap{  
  width: 336px;
  margin-left: 160px;
}


.text_logo .type-wrap h3{
  font-weight: 300;
}

#hideBlock{
  opacity:  0;
  -webkit-transition: all 4s;
     -moz-transition: all 4s;
      -ms-transition: all 4s;
       -o-transition: all 4s;
          transition: all 4s;
}
.hide_bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 150px;
  background: #FFF;
  -webkit-transition: all 5s;
     -moz-transition: all 5s;
      -ms-transition: all 5s;
       -o-transition: all 5s;
          transition: all 5s;
}
.padding{
  padding-top: 31% !important;
}

#fixed_header_home{
  width: 100%;
  height: 106px;
  background: #fff;
-webkit-transition: all 1s;
   -moz-transition: all 1s;
    -ms-transition: all 1s;
     -o-transition: all 1s;
        transition: all 1s;
  top: -1000px;
  z-index: 199;
     box-shadow: 0 0 14px #aaa;
    -webkit-box-shadow: 0 0 14px #aaa;
    -moz-box-shadow: 0 0 14px #aaa;
     position: fixed;
}
.fixed{
     top: 0 !important;
 }
.sub{
  width: 170px; 
  margin: auto; 
  display: block; 
}
#msform{
  overflow: hidden;
  width: 90%;
  margin: auto;
}
/*Hide all except first fieldset*/
#msform fieldset{
position: absolute;
  border: none;
    left: 0;
    right: 0;
    margin: auto;
    width: 92%;
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
.sect{
   height: 525px;
   -ms-overflow-y: scroll;
       overflow-y: scroll;
}
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:12px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#fff
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#217a1e;
}

::-webkit-scrollbar-thumb:hover{
background-color:#00408F;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:12px;
height:0px
}

::-webkit-scrollbar{
width: 12px;
margin-left: 10px;
}

.next,
.previous,
.all-modall
{
  width: 145px;
  display: block !important;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
  background: #45a142;
  font-family: HelveticaNeueLTW1G-Bd; 
  text-align: center;
  color: #fff;
  outline: none;
  font-size: 14px;
  position: relative !important;
}
.next,
.previous{
  background: url(../img/shape.png) no-repeat 0 0;
}
.next::after,
.previous::after,
.all-modall::after{
    content: '';
    position: absolute;
    left: -3px;
    right: -14px;
    top: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 15px;
    background: #fff;
    z-index: 999;
}
.next:before,
.previous:before,
.all-modall:before
{
content: '';
    position: absolute;
    right: -3px;
    bottom: -8px;
    width: 10px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    z-index: 999;
    height: 15px;
    background: #fff;
}
.next:hover,
.previous:hover,
.all-modall:hover{
  cursor: pointer;
  background: #142740;
}
.next:hover,
.previous:hover{
  background: url(../img/shape.png) no-repeat 0 -26px;
}
.previous{
   position: absolute !important;
  bottom: -45px;
  left: 10px;
}
.next{
  position: absolute !important;
  bottom: -45px;
  right: 30px;
}
.all-modall{
  left: 0;
  right: 0;
  margin: auto;
  position: absolute !important;
  bottom: -45px !important;
}
.slick-track {
  display: flex !important;
}
.slick-track .slick-slide {
  display: flex !important;
  height: auto !important;
  align-items: center !important;
  justify-content: center !important;
}
.sectnews {
    height: 525px !important;
    -ms-overflow-y: scroll;
        overflow-y: scroll;
    -ms-overflow-x: hidden  !important;
        overflow-x: hidden  !important;
}

.block_companions article:nth-child(1) a figure{
  width: 100px;
  display: block;
  margin: auto;
} 
.fixed_logo{
    padding-top: 15px;
    padding-bottom: 10px;
}
#fixed_header .navigation nav ul li a{
      padding: 45px 15px 10px 15px;
}

#fixed_header_home .navigation nav ul li a{
  
      padding: 45px 15px 10px 15px;
}

.padd_height{
 padding-top: 10% !important;
}
.page_height{
  margin-top: -23%;
}
.type-wrap p:first-letter{
  color: #142740;
}
.anim_center_home2{
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
display: none;
max-width: 1920px;
margin: auto;
}
.home_animation{
  width: 100%;
  height: 1220px;
  margin: auto;
  position: relative;
  overflow: hidden;top: 0;
}
.anim_left_home{
  position: absolute;
  left: 0;
  top: 0;
}
.anim_right_home{
    position: absolute;
  right: 0;
  top: 240px;
}
.anim_center_home{
  left: 0;
  right: 0;
  position: absolute;
  top: 36px;

display: block;  
margin: auto;
  max-width: 1920px;

}
.ya-share2__item_service_facebook .ya-share2__icon{
  width: 35px !important;
  height: 30px !important;
  background: url("../img/F.png") no-repeat !important;
}
.ya-share2__item_service_facebook .ya-share2__badge,
.ya-share2__item_service_twitter .ya-share2__badge{
  background: none !important;
}
.ya-share2__item_service_twitter .ya-share2__icon{
    width: 35px !important;
  height: 30px !important;
  background: url("../img/T.png") no-repeat !important;
}
.hd_shw{
  font-size: 14px ;  
  text-transform: uppercase ;   
  color:  #45a142 ;
    
      text-transform: uppercase  ;  
      text-decoration: none;
      text-indent: 36px;  
}
.hd_shw:hover{
  color:  #142740 !important  ;
}

.line_footer{
  position: absolute;
  right: 0;
  bottom:0;
}
.padding_footer_block{
	padding-bottom: 70px;
}
.vac_eng p{
	font-size: 14px;
    font-family: HelveticaNeueLTW1G-Lt;
    margin-bottom: 44px;
}
.save_anketa{
  width: 270px
}
.save_anketa::before{
  background: #FFF ;
}
.save_anketa:after{
  background: #FFF;
}

/*  = Select */
.select{
  margin-left: 22px;
  margin-right: 50px;
}
.slct {
  display: block;
  border: 1px solid #45a142;
    width: 170px;
  color: #000;
  height: 48px;
  text-indent: 20px;
  line-height: 48px;
  font-size: 13px;
  text-decoration: none;
    background: url("../img/newico3.png") no-repeat 90% center;
  /*
    Супер финт обрезаем текст
    чтобы не вылезал за рамку
  */
  overflow: hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; 
  
}

.drop {
  margin: 0;
  padding: 0;
  width: 170px;
  border: 1px solid #cecece;
  border-top: none;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 99;
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 10px rgba(201, 201, 201, 1);
          box-shadow: 0 0 10px rgba(201, 201, 201, 1);
  
}
.drop li {
  list-style: none;
  border-top: 1px dotted #e8e8e8;
  cursor: pointer;
  display: block;
text-indent: 20px;
padding: 14px 0;
  font-size: 13px;
}
.drop li:hover {
  background-color: #ceced0;

}

.list_vubor{
  max-width: 1170px;
  margin: auto;
  display: flex;
  margin-bottom: 73px;
}
.types_list input{
  height: 48px;
  text-indent: 20px;
  border:1px solid #45a142;
}
#names_pre{
  width: 370px;
}
#datepicker,
#datepicker1{
  width: 170px;
}
.types_list img{
  margin-right: 22px;
vertical-align: middle;
}
.types_list ::-webkit-input-placeholder { color: #000; }
.types_list ::-moz-placeholder          { color: #000; } /* Firefox 19+ */
.types_list :-moz-placeholder           { color: #000; } /* Firefox 18- */
.types_list :-ms-input-placeholder      { color: #000; }

#datepicker1{
  margin-left: 20px;
}
.ui-datepicker th{
  border: 1px solid #b6b8b7 !important;
  padding: 11px;
  font-size: 14px;
  color: #9DA1A0;
}
.ui-datepicker td{
  border: 1px solid #b6b8b7 !important;
  
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none;
    background: #ceced0;
    color: #000;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  border: none;
  text-align: center;
}
.ui-state-default{
  background: none;
}
.ui-datepicker .ui-datepicker-next{
  background: url("../img/newico6.png") no-repeat center center;
}
.ui-datepicker .ui-datepicker-prev{
  background: url("../img/newico5.png") no-repeat center center;
}
.ui-datepicker .ui-datepicker-nex:hover{
  border: none;
}
.ui-widget-header .ui-icon{
  background: none;
}
.ui-icon, .ui-widget-content .ui-icon{
  background: none;
}
.ui-widget-header{
  background: none;
  border: none;
  font-size: 20px !important;
}
.ui-datepicker-title{
      text-transform: uppercase;
    color: #45a142;
    font-weight: 300;
    font-family: HelveticaNeueLTW1G-Lt;
}
#ui-datepicker-div{
  padding: 15px;
  border: none;
    -webkit-box-shadow: 0 0 10px rgba(201, 201, 201, 1);
          box-shadow: 0 0 10px rgba(201, 201, 201, 1);
}
.ui-datepicker table{
  margin-top: 10px;    font-weight: 300;
    font-family: HelveticaNeueLTW1G-Lt;
}
.ui-datepicker-calendar thead tr th:nth-child(6),
.ui-datepicker-calendar thead tr th:nth-child(7){
  color: #45a142;
}
.ui-state-default .ui-state-active{
  background: #13438d !important;
}
.ui-state-default{
  background: none  ;
} 
.ui-datepicker td span, .ui-datepicker td a{
    padding: .5em .3em;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default,
 .ui-button, html .ui-button.ui-state-disabled:hover,
 html .ui-button.ui-state-disabled:active{
  background: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
   background: #45a142;
   border: 1px solid #45a142 !important;
  }
  .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    color: rgb(16, 66, 140);

  }
  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    color: #FFF;
  }
.ui-datepicker td{
  padding: 0;
}
.list_header_name,
.list-content-table{
  max-width: 1170px;
  margin: auto;
  font-size: 14px;    font-family: HelveticaNeueLTW1G-Lt;
  display: flex;-webkit-justify-content: space-between;
          justify-content: space-between;
          padding: 15px;
}
.list_header_name{
  font-size: 14px;
  border-bottom: 1px solid #45a142;
}
.list-content-table{
  text-decoration: none;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #8d9fc5;
  
}
.list-content-table:hover{
  background: #CECED0;
}
.predmet_name,
.predmet_table{
  width: 44%;
  
}

@media screen and (min-width: 200px)  {
        .mobile-break { display: none; }
    }

.date_n_name,
.date_o_name,
.pravki,

.date_n_table,
.date_o_table,
.pravki_table{
 width: 15%; 
}
.type_name,
.type_table{
  width: 8%;
}

#test-form_for_tenders{
   position: relative;  
   max-width: 1030px;
  height: 526px;
   margin:10% auto;
background: url(../img/modall_vac.png) no-repeat center top;
}
.pop{
  padding:50px;
}
.title_modall{
  color: #45a142;
   font-weight: 300;
   font-size: 36px;
   margin-bottom: 20px;
    font-family: HelveticaNeueLTW1G-Lt;
}
.descript p{
  font-family: HelveticaNeueLTW1G-Lt;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
.descript p span{
  color: #45a142;
  font-family: HelveticaNeueLTW1G-Bd; 
  
}
.btn_left{
  margin-left: 0;
  margin-top: 30px;
  width: 200px;
  margin-bottom: 20px;
}
.predmet_table h4{ 
    color: #45a142;
  font-family: HelveticaNeueLTW1G-Bd; 
  text-transform: uppercase;
}

.type_table,
.date_n_table,
.date_o_table,
.pravki_table{
  display: flex;
}
.type_table p,
.date_n_table p,
.date_o_table p,
.pravki_table p{
  margin: auto;
}

.date_n_table p,
.date_o_table p,
.pravki_table p{
  text-align: right;
  width: 100%;
}
.date_n_table a,
.date_o_table a,
.pravki_table a{
  width: 100%;
  text-align: right;
}
.date_n_name a,
.date_o_name a,
.pravki a,
.type_name a {
 text-decoration: none;color: #000;
  }
.date_n_name a p,
.date_o_name a p,
.pravki a p,
.type_name a p{
  text-align: right;
  width: 90%;
  }


.type_table p{
	width: 100%;
  text-align: right;
padding-right: 17px;
}
.pravki a,
.type_name a{
  padding-top: 10px;
}
  .date_n_name a span,
.date_o_name a span{
  padding-top: 10px;
}
.date_o_name,
.date_o_table{
  margin-left: 5%;
}
.hidd{
  font-size: 14px;
  text-align: left;
    color: #45a142;
  font-family: HelveticaNeueLTW1G-Bd; 
  border-bottom: 1px dashed;
  padding: 5px 0;
  display: none;
}
.predmet_name a{
    font-family: HelveticaNeueLTW1G-Lt;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.predmet_name a,
.type_name a,
.date_n_name a,
.date_o_name a,
.pravki a{
  display: flex;
  cursor: pointer;
}

.types_list{
  position: relative;
}
.del_pole,
.del_pole1{
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 14px;
  width: 10px;
  height: 14px;
  text-decoration: none;
      color: #45a142;
  font-family: HelveticaNeueLTW1G-Bd; 
  z-index: 6;
  margin-top: -8px;
}
.row .list-content-table:last-child{
    border-bottom: 1px solid #fff;
}
.btn-primary{
	font-size: 16px;
    color: #45a142;
    font-family: HelveticaNeueLTW1G-Bd;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
     display: block;
    margin: auto;
}
.current,
#id_next, 
.page_link,
.ctrl{
	font-size: 16px;
    color: #45a142;
    font-family: HelveticaNeueLTW1G-Bd;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    text-align: center;
}
.current{
	text-decoration: underline;
}
.predmet_name a{
    display: inline-block;
    padding-top: 10px;
}
.type_name a{
  padding-right: 17px;
}
.date_n_name a,
.date_o_name a
{
  padding-right: 2px;
}
.down {
    padding-right: 17px;  
    background: url(../img/newico3.png) no-repeat right 16px;
}
.up {
    padding-right: 17px;  
    background: url(../img/newico4.png) no-repeat right 16px;
}
.type_name a.down,
.date_n_name a.down,
.date_o_name a.down
{
  background: url(../img/newico3.png) no-repeat right 16px;
}
.type_name a.up,
.date_n_name a.up,
.date_o_name a.up

{
  background: url(../img/newico4.png) no-repeat right 16px;
}
.pravki a{
  padding-right: 2px;
}
.pravki a.down
{
  background: url(../img/newico4.png) no-repeat right 16px;
}
.pravki a.up
{
  background: url(../img/newico3.png) no-repeat right 16px;
}
.pravki_table p,
.date_o_table p,
.date_n_table p,
.type_table p{
	padding-right: 17px;
}
.mobile_strukture{
  max-width: 820px;
  margin: auto;
}
.description_mobile_strukture{
  margin-bottom: 73px;
}
.description_mobile_strukture p{
      font-size: 14px;
    margin: auto;
    text-align: center;    
}
.desctop_strukture{
	max-width: 1170px;
	margin: auto;
	margin-bottom: 60px;	
}
.desctop_strukture article{
	text-align: center;
		max-width: 1040px;	
		margin: auto;	
		font-size: 	14px;	
    font-family: Open Sans, sans-serif;	margin-bottom: 60px;
}
.mobile_strukture{
	display: none;	
}
.strukturs ul{
	list-style: none;		
	margin-left: 18px;	
	padding-top: 15px;	
	list-style-image:url(../img/list_s.jpg);
}
.strukturs ul li{
	margin-bottom: 3px;	
}
.strukturs {
	margin-bottom: 57px;	
}
.text_strukture{
	display: flex;	
	-webkit-justify-content: space-between;
	        justify-content: space-between;	
	 
}
.block_struk{
	width: 400px;
	font-size: 14px;		
}
.strukturs h3{
	font-size: 22px;	

	color: 	#144389;
	font-family: HelveticaNeueLTW1G-Bd;
	text-transform: uppercase;
	margin-bottom: 20px;	
}
.strukturs h3 span{
	color: 	#152640;
}
.title_image{
	padding-top: 10px;	
	margin-bottom: 20px;	
}
.description_mobile_strukture img{
	 display: block;	
	 margin: auto;	
	 margin-bottom: 20px;	
}
.navigation nav ul li{
  position: relative !important;
}
.navigation nav ul li ul{
  position: absolute;
  display: table-caption;
  top: 100%;
  width: 100%;
  text-align: center;
  background: #FFF;
  padding-top: 30px;
  padding-bottom:18px;
  -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
height: 0; 
  
  opacity: 0;
  background: #45a142;
  }
  .navigation nav ul li:hover{
    background:  #45a142;
  
  }
    .navigation nav ul li:hover a{
        color:  #fff;
    }
  .navigation nav ul li:hover ul{
    -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
 -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    height: auto;

  opacity: 1;
  }


.navigation nav ul li ul li{
  display: block;
}
.navigation nav ul li ul li a{
  display: block;
  color: #fff;

  font-size: 15px;
  padding: 12px 0;
  
}
.navigation nav ul li ul li a:hover{
  color: #217a1e; 
}
#fixed_header_home .head{
	overflow: inherit;
}

#fixed_header .navigation nav ul li ul li a{
  padding:10px 0 10px  0 !important;
}
#fixed_header_home .navigation nav ul li ul li a{
	  padding:10px 0 10px  0 !important;
}
#fixed_header .head{
  overflow: visible;
}
.navigation nav ul li.dropdownlist::before {
    content: url(../img/ul_shape.png);
    left: 35%;
    top: 95%;
    z-index: 9;
    position: absolute;
    margin: auto;
}
.navigation nav ul li.dropdownlist:hover::before {
    content: url(../img/ul_shape_hover.png);
    left: 35%;
    top: 95%;
    z-index: 9;
    position: absolute;
    margin: auto;
}


.navigation nav ul li ul li:before{
  content: none;
}