#menu{
  width:90%;
  height:200px;
  margin:30px auto;
  padding:0;
  /*border:1px solid #000000;*/
  }

#menu1{
  width:90%;
  height:300px;
  margin:-60px auto 10px auto;
  padding:0;
  /*border:1px solid #000000;*/
  display:block;
  }

#m{
  width:25%;
  margin:30px 0 10px 0;
  /*border:1px solid #ff0000;*/
  float:left;
  }

#m p{
  margin:0;
  margin-top:3px;
  text-align:center;
  color:#29b0d9;
  display:block;
  /*background:#bfc9ca;*/
  }

#m p a{
  margin:0;
  text-decoration:none;
  color:#2e4053;/*#2f3f3e;*/
  font-size:20px;
  }
  
#m p a:hover{
	border-bottom:1px solid #2e4053;
}

.kat{
  margin:0;
  border-radius:5px;
  /*border:1px solid #ac1255;*/
  text-align:center;
  /*background:#ffffff;*/
  }

.kat img{
  width:100px;
  height:100px;
  margin:0 5px;
  border:1px solid #fff;
  border-radius:5px;
  /*box-shadow:0 0 10px #1b2631;*/
  image-rendering:auto;
  transition:transform .9s ease;
  }
  
.kat img:hover{
	width:110px;
    height:110px;
    margin:-5px -4px;
	box-shadow:0 0 10px #85b83a;
	/*box-shadow:inset 0 0 50px 50px rgb(133,184,58);*/
	border:1px solid #85b83a;
	transform:scale (1.1, 1.1);
  }
  
.kat img:active{
	width:98px;
    height:98px;
	margin:0 5px;
	box-shadow:0 0 10px #85b83a;
    border:2px solid #85b83a;
	transition:0.5s ease-out 0s;
    transition-property:box-shadow;
    -webkit-transition:0.5s ease-out 0s;
    -webkit-transition-property:box-shadow;
}

#open{
  width:2%;
  height:;
  margin:0 49%;
  display:inline-block;
  }
  
#open:active{
  width:2%;
  height:;
  margin:0 49%;
  display:inline-block;
  box-shadow:0 0 50px #85b83a;
  border-ra dius:50px;
  }

lineleft{
  width:30%;
  float:right;
  }

lineright{
  width:30%;
  float:left;
  }

#transport, #stroimaterialy, #instrumenty, #gallery, #info, #spravka, #forum, #jobs, #stores{
opacity:1;
}