* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
/*    background: url(../img/hd.jpg) no-repeat center top;*/
    background-size: cover;
    
}
html, body {
  
  
}
.main_menu {
    position: fixed;
    left: 0;top:0;
    height: 100%;
    width: 284px;
    z-index: 50;
   /* -webkit-transition: width 0.4s ease 0s;
    -moz-transition: width 0.4s ease 0s;
    -ms-transition: width 0.4s ease 0s;
    transition: width 0.4s ease 0s;*/
}
.main_menu.main {
    position: absolute;
}
.lastmenu li:first-child:before {
  background: url("../img/shadow_menu.png") repeat-y scroll center center rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
  z-index: 11;
}
.lastmenu li:first-child:after {
  background: url("../img/shadow.png") repeat-y scroll center center rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  right: -8px;
  position: absolute;
  top: 0;
  width: 8px;
  z-index: 11;
}
.main_menu .logo {
  background: none repeat scroll 0 0 #fff;
  height: 177px;
  line-height: 184px;
  text-align: center;
}
.main_menu .logo.min {
  height: 120px;
  line-height: 120px;
}
.main_menu .logo.min img {
  height: 100px;
}
.blur {
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    filter: url(blur.svg#blur);
    -webkit-filter: blur(10px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
    -webkit-transform: translate3d(0, 0, 0);
    height: 100%;
    position: absolute;
    width: 100%;
    background: url(../img/hd.jpg) no-repeat left top;
    background-size: cover;
    z-index: -1;
    top: 0;
    left: -2px;
}
.blur.blur_static {
    background: url(../img/bg_menu.jpg) no-repeat left bottom  / cover !important;
    filter: none;
    left: 0;
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    -webkit-filter: blur(0);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
.menu {
/* background: none repeat scroll 0 0 rgba(34, 49, 63, 0.7);*/
/* height: 100%;*/
/* overflow: hidden;*/
}
.menu ul li a, .developer {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 14px;
    padding-right: 6px;
    display: block;
    height: 100%;
    border-bottom: 1px solid #293227;
    margin-left: 62px;
    position: relative;
    line-height:100%;
    background: none repeat scroll 0 0 rgba(34, 49, 63, 0.8);
}
.menu ul li a:hover,.menu ul li a.active, .developer:hover {
    color: #78C04B;
}
.menu_list.active > li > a, .developer {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: none;
}
.menu ul li {
  height: 58px;
  line-height: 58px;
}
.menu.min li, .menu.min li span {
  height: 45px;
}
.menu input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  text-transform: uppercase;
}
.menu_ico {
  display: inline-block;
  left: -62px;
  position: absolute;
  top: 0;
  width: 62px;
  height: 58px;
  overflow: hidden;
  z-index: 10;
  border-right: 3px solid transparent;
}
.menu_ico.ico_1 {    background: url(../img/menu_ico_1.png) no-repeat center;}
.menu_list.active .menu_ico.ico_1{ background: url(../img/arrow_menu_2.png) no-repeat center; }
.menu_ico.ico_2 {    background: url(../img/menu_ico_2.png) no-repeat center;}
.menu_ico.ico_3 {    background: url(../img/menu_ico_3.png) no-repeat center;}
.menu_ico.ico_4 {    background: url(../img/menu_ico_4.png) no-repeat center;}
.menu_ico.ico_5 {    background: url(../img/menu_ico_5.png) no-repeat center;}
.menu_ico.ico_6 {    background: url(../img/menu_ico_6.png) no-repeat center;}
.menu_ico.ico_7 {    background: url(../img/menu_ico_7.png) no-repeat center;}
.menu_ico.ico_8 {    background: url(../img/menu_ico_8.png) no-repeat center;}
.menu_ico_bg {
  opacity:0.5;
  content: "";
  display: block;
  height: 58px;
  left: -62px;
  position: absolute;
  top: 0;
  width: 62px;
  z-index: 1;
}
.menu_ico_bg.ico_1 {    background: #438819;}
.menu_ico_bg.ico_2 {    background: #72bf44;}
.menu_ico_bg.ico_3 {    background: #7dd50b;}
.menu_ico_bg.ico_4 {    background: #60a835;}
.menu_ico_bg.ico_5 {    background: #438819;}
.menu_ico_bg.ico_6 {    background: #86e14f;}
.menu_ico_bg.ico_7 {    background: #589f2e;}
.menu_ico_bg.ico_8 {    background: #73cc3e;}



.menu_list.active .menu_ico {
  border-right: 3px solid #ccc;
}
.menu_list.active a.first_menu_item.active .menu_ico {
  border-right: 3px solid transparent;
}



a.active > .menu_ico_bg {
  background: none repeat scroll 0 0 rgba(34, 49, 63, 0.8);
  opacity: 1;
}
.menu_list {
  position: relative;
}
.submenu {display: none;}
.menu_list.active .submenu.active {
    display: block;
}
.menu_list.active > li > a .text,.menu_list.active > li > .search_wrap {
    display: none;
}
.submenu {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 62px;
  width: 222px;
/*  border-left: 1px solid #7c7c7c;*/
}
.menu ul.submenu a {
/*  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  margin-left: 0;
}

.submenu a.submenu_first_item {
  color: #78c04b !important;
/*  font-weight: bold;*/
  font-size: 16px !important; 
  cursor: default;
  border: none !important;
}
.submenu a {
  font-size: 14px !important;
  letter-spacing: 1px;
}
.menu ul.submenu > li > a:hover,.menu ul.submenu > li > a.border,.menu_list > li > a:hover {
  border-bottom: 1px solid #7c7c7c;
  color: #78c04b;
}
.submenu > li {
  position: relative;
}
.submenu > li > a .center {
  opacity: 0
}
.lastmenu {
  background:none repeat scroll 0 0 #fff;
  background:none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  left: 284px;
  padding-top: 0;
  position: fixed;
  top: 0;
  width: 200px;
}
.submenu > li:hover > a > .lastmenu{
    display: block;
}
.submenu.active.no_right > li > a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.submenu.active > li > a.active + .lastmenu {display: block;}
.lastmenu a {
  background: none !important;
  border-bottom: 1px solid #e2e9f7 !important;
  color: #24313f !important;
}
.lastmenu li:first-child a {
    border-top: 1px solid #e2e9f7 !important;
}
.lastmenu a:hover,.lastmenu a.active {
  background: #24313f !important;
  color: #fff !important;
  border-color: #24313f !important;
}
.center,.text {
  display: table-cell;
  height: 58px;
  vertical-align: middle;
}
.bottom_bg {
  background: none repeat scroll 0 0 rgba(34, 49, 63, 0.8);
  display: block;
  height: 100%;
  left: 0;
  margin-left: 62px;
  position: absolute;
  top: 641px;
  width: 222px;
  min-height: 60px;
}
.lang {
  bottom: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.lang a {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  width: 32px;
  margin: 0 5px;
}
.lang a.active,.lang a:hover {
  color: #72bf44;
  border-color:#72bf44;
}
.close_enter {
  bottom: 10px;
  left: -48px;
  position: absolute;
}
.close_enter a {
    background: url(../img/close.png) no-repeat center;
    display: block;
    width: 32px;
    height: 32px;
    text-decoration: none;
}
.content {
  padding-left: 284px;

  width: 100%;
  z-index: 20;
  min-height: 550px;
}
.content.main{
      position: absolute;
}
.main.content {
  height: 100%;
}
.main_page {
  color: #fff;
  text-align: center;
  height: 100%;
  position: relative;
}
.main_page h1 {
/*  font-family: "helveticaneuecyrbold";*/
  font-size: 40px;
  line-height: 100%;
  margin: 0;
  text-transform: uppercase;
}
.project_block_wrap {
  bottom: 0;
  padding: 40px 20px;
  position: absolute;
  width: 100%;
}
#project_block_wrap {
  max-width: 100%;
  min-height: 240px;
  overflow: hidden;
  position: relative;
}
.project_block_text {
  height: 100%;
  position: absolute;
  width: 100%;
  font-family: 'open_sansregular';
}
.project_block_text > h1,.project_block_text > h2 {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    opacity: 0;
    font-weight: normal;
}
.project_block_text > h1 {
  left: -50%;
  margin: 0 auto;
  position: relative;
  width: 80%;
}
.project_block_text > h2{
   left: 50%;
   font-size: 30px;
   position: relative;
   line-height: 100%;
}
.project_block_text.show > h2,.project_block_text.show > h1  {
    opacity: 1;
    left: 0;
}
.project_block {
  display: inline-block;
  height: 270px;
  width: 19%;
  vertical-align: top;
  position: relative;
  margin: 0 1% 0 0;
  float:left;
  background-size: cover !important;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.project_logo {
  height: 70%;
  padding: 20px 0 0;
  position: relative;
  line-height: 145px;
}
.project_logo img {
/*  height: 100%;*/
  max-height: 100%;
  max-width: 85%;
}
.project_block.block_1 {
    background: url(../img/p_bg_1.png) no-repeat center top;
}
.project_block.block_2 {
    background: url(../img/p_bg_2.png) no-repeat center top;
}
.project_block.block_3 {
    background: url(../img/p_bg_3.png) no-repeat center top;
}
.project_block.block_4 {
    background: url(../img/p_bg_4.png) no-repeat center top;
}



.project_block .project_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    
}
.project_block:hover .project_bg{
    opacity: 0.2;
}
.no_mobile .project_block:hover {
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
    z-index: 100;
    box-shadow: 0 0 10px 2px #000;
}
.project_block.block_1 .project_bg {
    background: #ffffff;
}
.project_block.block_2 .project_bg {
    background: #f7ca18;
}
.project_block.block_3 .project_bg {
    background: #ed1d24;
}
.project_block.block_4 .project_bg {
    background: #f39c12;
}
.project_block.block_5 .project_bg {
    background: #1a7569
}

.project_link {
  bottom: 0;
  padding: 20px 10px;
  position: absolute;
  width: 100%;
}
.project_link .buttons_wrap a {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: "exo_2.0bold";
  height: 45px;
  line-height: 42px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.project_block.block_1 .project_link a {
    color: #218142;
    border-color: #218142;
}
.project_block.block_1:hover .project_link a{
    color: #fff;
    border-color: #fff;
}
.project_block.block_1 .project_link a:hover {
    color: #218142;
    border-color: #fff;
}
.project_block.block_2 .project_link a:hover {
    color: #fff;
    border-color: #f7ca18;
}
.project_block.block_3 .project_link a:hover {
    color: #fff;
    border-color: #ed1d24;
}
.project_block.block_4 .project_link a:hover {
    color: #fff;
    border-color: #f39c12;
}
.project_block.block_5 .project_link a:hover {
    color: #fff;
    border-color: #1a7569;
}
.project_block.block_1 .project_link:hover .button_bg {
    background: #fff;
}
.project_block.block_2 .project_link:hover .button_bg {
    background: #f7ca18;
}
.project_block.block_3 .project_link:hover .button_bg {
    background: #ed1d24;
}
.project_block.block_4 .project_link:hover .button_bg {
    background: #f39c12;
}
.project_block.block_5 .project_link:hover .button_bg {
    background: #1a7569;
}




.logo_responsive > img {
  height: auto !important;
}
.logo_responsive {
  display: none;
}
.lastmenu.no_right {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  display:none;
 background: none repeat scroll 0 0 rgba(34, 49, 63, 0.8);
 z-index: 50;
}
.submenu.no_right.active > li {
  position: static;
}
.submenu.no_right.active > li > a span {
  opacity: 0 !important;
}
.submenu.no_right.active > li > a,.submenu.no_right.active > li > a:hover  {
  border: none !important;
}
.submenu.no_right.active > li > .lastmenu.no_right > li > a{
    color: #fff !important;
    border-top: none !important;
    border-bottom: 1px solid #293227 !important;
}
.submenu.no_right.active > li > .lastmenu.no_right > li > a.active,.submenu.no_right.active > li > .lastmenu.no_right > li > a:hover {
  
 background: none !important;
  color: #71BE43 !important;
}
.submenu.no_right.active > li > .lastmenu.no_right > li > a:hover{
     border-color: #7c7c7c !important;
     background: none !important;
}
.submenu.no_right.active > li > .lastmenu.no_right > li > a.submenu_first_item:hover {
    border: none !important;
}
.lang.top_lang {
  display: none;
  float: right;
  margin-top: 2px;
  padding: 0;
  position: static;
  width: 125px;
}
.lang.top_lang a {
  border-color: #666;
  color: #666;
  margin: 0 2px
}
.lang.top_lang a.active {
   border-color: #72bf44;
   color: #72bf44; 
}
.lang.bottom_lang a {
  border-color: #72bf44;
  color: #72bf44;
}
.lang.bottom_lang {
  display: none;
  height: 58px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 62px;
  z-index: 50;
}
.lang.bottom_lang.bottom {
    bottom : 0;
}
.lang.bottom_lang a {
/*  float: left;*/
/*  margin: 0 7px 0 0;*/
}
.lang.bottom_lang .bottom_lang_wrap:first-child a {
  border-color: #fff;
   color: #fff;
}
.lang.bottom_lang.active {
  width: 186px;
}

.bottom_lang_wrap {
  display: inline-block;
  float: right;
  height: 58px;
  line-height: 58px;
  text-align: center;
  width: 62px;
  background: none repeat scroll 0 0 rgba(34, 49, 63, 0.8);
}
.bottom_lang_wrap:first-child {
  background: none repeat scroll 0 0 rgba(83, 172, 62, 0.8);
  
}
.min.lang.bottom_lang{
    height: 44px;
}
.min .bottom_lang_wrap{
    height: 44px;
    line-height: 42px;
}

.logo_wr{
	background: rgba(0, 0, 0, 0) url("/img/logo_wr.png") no-repeat scroll 0 0;
	bottom: 7px;
	display: block;
	height: 32px;
	position: absolute;
	width: 51px;
	margin-left: -54px;
}

.logo_wr:hover{
	background-position: 0 -32px;
}
.logo_wr_wrap:hover + .lang .developer{
    display: inline-block !important;
}
.logo_wr_wrap:hover + .lang a{
    display: none;
}
.center.developer {
    height: 30px;
    margin: 0;
    text-align: left;
    cursor: pointer;
    display: none;
    -webkit-transition: width 1s linear; /* Firefox */
    -moz-transition: width 1s linear; /* WebKit */
    -o-transition: width 1s linear; /* Opera */
    transition: width 1s linear; /* Standard */
}




