.root_table__top{

}
.root_table{
  /*background-image: url(../i/bg_circle.png);
  background-repeat: no-repeat;
  background-position: center top;*/
}
.header{
  display: block;
  position: relative;
  color: #fff;
}
.header_bg_img{
  background-image: url(../i/header_bg.png);
  background-repeat: no-repeat;
  background-position: center top; 
}
  .header__logo{
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 40px;
  }
  .header__top{
    background-color: rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2)
  }
  .header__bottom{
    height: 241px;
  }
  .header__building{
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 440px;
    height: 555px;
    background-image: url(../i/building.png);
  }

.laguage_toggle .link{
  margin-right: 10px;
}
.laguage_toggle__active{
  border: none !important;
  color: #fff;
}

.arrow_bg_c{
  position: relative;
  border-top: 2px solid #fff;
}
.arrow_bg_t:before{
  content: "";
  display: inline-block;
  position: absolute;
  top: -56px;
  left: 50%;
  width: 8px;
  height: 80px;
  background-image: url(../i/arrow_bg_t.png);
  margin-left: -4px;
}
.arrow_bg_l{
  background-image: url(../i/arrow_bg_l.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.arrow_bg_r{
  background-image: url(../i/arrow_bg_r.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.menu{
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.align_r{text-align: right;}
.align_c{text-align: center;}
.align_l{text-align: left;}
.menu li{display: inline-block;}

.header__menu{
  padding: 15px 20px;
  padding-right: 0px;
}
  .header__menu .link{
    position: relative;
    border-bottom: none;
  }
  .header__menu li{
    padding: 0px;
    padding-left: 24px;
  }
    .header__menu li .link{
      color: #fff !important;
    }

.sprite{
  background-image: url(../i/sprite.png);
  background-repeat: no-repeat;
}
  .sprite_inf_system{background-position: left top;}
  .sprite_education{background-position: -90px top;}
  .sprite_security{background-position: -180px top;}

.bg_orange{background-color: #e87050;}
.bg_purple{background-color: #a32382;}
.bg_blue{background-color: #477fb5;}
.bg_lblue{background-color: #0099cb;}
.bg_dblue{background-color: #0b4b70;}
.bg_grey{background-color: #ededed;}
.bg_yellow{background-color: #fdc642;}

.bg_nrepeat{background-repeat: no-repeat;}
.bg_pos_lc{background-position: left center;}
.bg_pos_lb{background-position: left bottom;}

.ptb50{padding-top: 50px;padding-bottom: 50px;}
.ptb40{padding-top: 40px;padding-bottom: 40px;}
.plr50{padding-left: 20px;padding-right: 20px;}
.plr40{padding-left: 40px;padding-right: 40px;}
.pb40{padding-bottom: 40px;}
.plr20{padding-left: 20px;padding-right: 20px;}
.ptb20{padding-top: 20px;padding-bottom: 20px;}
.pr30{padding-right: 30px;}

.txt_color_white{color:#fff;}
.txt_color_grey{color:#626b71;}
.txt_color_blue{color:#0b4b70;}
.txt_color_orange{color:#fa850d;}

.direction, 
.video{
  display:table;
  width:100%;
}
  .direction__item{
    display: table-cell;
    text-align: center;
    padding: 10px 20px;
    width: 33%;
    color: #fff;
    vertical-align: top;
    min-height: 320px;
    padding-bottom: 60px;
  }
    .direction__item:hover{
      color: #fff !important;
      opacity: 0.8;
    }

  .video__item{
    display: block;
    position: relative;
  }
    .video__item__img{
      display: inline-block;
      height: 190px;
      width: 100%;
      background-color: #dcdcdc;
      border-radius: 10px;
      overflow: hidden;
    }
      .video__item__img:before{
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        background-image: url(../i/play.png);
        margin-left: -50px;
        margin-top: -50px;
        opacity: 0.5;
      }
      .video__item__img:hover:before{opacity: 1;}

.paper_item{
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  border-radius: 2px;
}

h1{
  text-align: center;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 30px;
  font-family:'dinProBold';
  font-weight:normal;
  font-size: 30px;
}

.btn_all{
  display: inline-block;
  position: relative;
  border: none;
  outline: none;
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  border-radius: 50px;
  background-color: transparent;
  font-family: 'robotobold';
  font-weight: normal;
  cursor: pointer;
}

.btn_blue_border{
  background-color: transparent;
  border: 2px solid #528dad;
  color: #528dad;
}
  .btn_blue_border:hover{
    background-color: #528dad;
    color: #fff;
  }
  .btn_blue_border:active{
    background-color: #307397;
    border: 2px solid #307397;
    color: #fff;
    top: 1px;
  }

.press_center_item{
  display: inline-block;
  position: relative;
  width: 25%;
  padding-right: 40px;
  padding-left: 90px;
  padding-bottom: 40px;
  vertical-align: top;
}
  .press_center_item__img{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d3d3d3;
    border-radius: 2px;
  }
  .press_center_item:last-child{display: inline-block;}
  .press_center_item__date{
    display: block;
    font-size: 13px;
  }


@media (max-width:1200px) {
  .press_center_item{
    width: 33.33%;
  }
  .press_center_item:last-child{display: none;}
}

/*@media (max-width:1100px) {
  .header__menu{margin-left: 210px;}
  .menu_align{text-align: left;}
}*/

.footer{
  border-top: 1px solid #b1b1b1;
  padding-top: 20px;
  padding-bottom: 60px;
}

.slider{
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
  .slider__slide{
    display: inline-block;
    height: 300px;
    font-size: 30px;
    color: #fff;
    
  }

  .slider__arrow{
    display: inline-block;
    position: absolute;
    top: 0;
    background-image: url(i/elements.png);
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.5);
    width: 35px;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    opacity: 0.5;
  }
    .slider__arrow:hover{opacity: 1;}
    .arrow_left{left: 0px;background-position: 5px center;}
    .arrow_right{right: 0px;background-position: -31px center;}

.slider__point{
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
  .slider__point div{
    display: inline-block;
    position: relative;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: transparent;
    border-radius: 15px;
    cursor: pointer;
    opacity: 0.5;
  }
    .slider__point .slider__point__active{
      border: 1px #fff solid !important;
      background-color: transparent !important;
    }

    .slider__point div:before{
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 6px;
      height: 6px;
      border-radius: 3px;
      margin-left: -3px;
      margin-top: -3px;
      background-color: #fff;
    }

.review_bg{
  background-image: url(../i/review_bg.png);
  background-color: #477fb5;
}

.main_h{
  line-height: 80px;
}

.logo_sprite{
  background-image: url(../i/logo.png);
  background-repeat: no-repeat;
  height: 44px;
  width: 127px;
  margin-right: 20px;
  margin-bottom: 20px !important;
}

.logo_group{
  background-image: url(../i/group.png);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.2;
  margin-right: 20px;
  border-right: 1px solid #fff !important;
}
  .logo_group:hover{
    opacity: 1;
  }

.cont_menu_left{
  display: inline-block;
  position: relative;
  top: 76px;
  left: 0px;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.3);
  width: 260px;
  text-align: left;
}
.cont_menu_left_fixed{
  position: fixed !important;
  top: 76px !important;
  /*right: 0px !important;*/
}
  .cont_menu_left:before,
  .cont_menu_left:after{
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 0 0 4px 4px;
    height: 3px;
  }
  .cont_menu_left:before{
    bottom: -3px;
    left: 5px;
    width: 250px;
    background-color: #e9e9e9;
  }
  .cont_menu_left:after{
    bottom: -6px;
    left: 12px;
    width: 235px;
    background-color: #d1d1d1;
  }

.root_table__middle,
.root_table__bottom{
  background-color: #eae7e1;
}

.cont_menu_left__b{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 250px;
}
  .cont_menu_left__b li{
    padding-top: 25px;
  }
  .cont_menu_left__b__link,
  .cont_menu_left__b__num{
    display: inline-block;
    vertical-align: top;
  }
  a.cont_menu_left__b__link{
    color: #fa850d !important;
    border: none !important;
    max-width: 185px;
  }
  span.cont_menu_left__b__link{
    color: #000;
    max-width: 185px;
  }
.directions_table td{
  border-left: 1px solid #eae7e1;
  border-right: 1px solid #eae7e1;
}
.directions_table thead td{
  background-color: #fa850d;
  padding: 25px;
  border-radius: 4px 4px 0 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
}
.directions_table tbody td{
  padding: 20px;
  background-color: #fff;
  border-radius:0 0 4px 4px;
}

.partners_table td{
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-bottom: 1px solid #eae7e1; 
  border-right: 1px solid #eae7e1;
  padding: 25px;
}

.problems_table{
  border: 1px solid #e3e0da;
}
  .problems_table td{
    padding: 20px;
    border: 1px solid #e3e0da;
  }

.direction_item{
  display: inline-block;
  width: 265px;
  text-align: left;
}

.partners_item{
  opacity: 0.5;
}
.partners_item:hover{
  background-position: left bottom;
  opacity: 1;
}

a.active_link{
  color: #000 !important;
}