.header-menu li{
	position: relative;
}

.header-menu-hover{
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 1px solid #009b41;
}

.header-menu-hover span{
	width: 100%;
	height: 10px;
	background-color: #009b41;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}
.header-menu-hover span:after{
	content: '';
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-bottom: 5px solid #FFF;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    display: none;
    position: absolute;
    bottom: 2px;
    right: calc(50% - 2.5px);
}
.header-menu li:hover .header-menu-hover span:after,
.header-menu li:hover .header-menu-hover,
.header-menu li.active .header-menu-hover span:after,
.header-menu li.active .header-menu-hover{
	display: block;
}
.main-prodcuts-mask,
.main-products-img,
.main-list li a,
.main-products-page-path a{
	transition:  all .4s linear;
}
#engineering .main-products-list:hover .main-prodcuts-mask{
	top: 0;
}

.main-products-list:hover .main-products-img{
	transform: scale(1.2);
	transition: all .3s linear;
}

#engineering-page .back a:hover p,
#works-page .back a:hover p{
	letter-spacing: 3px;
	font-size: 20px;
}
#engineering-page .back a:hover span,
#works-page .back a:hover span{
	animation: move1 1.5s linear 0s infinite alternate;
}
.main-list li a:hover{
	color: #ca2c06;
	letter-spacing: 2px;
}
.main-products-page-path a:hover{
	color: #ca2c06;
}
.works-list{
	overflow: hidden;
}
.works-list-img,
.works-list-title{
	transition: all .4s linear;
}
.works-list:hover .works-list-img{
  	transform: scale(1.2);
  	transition: all .4s linear;
}
.works-list:hover .works-list-title{
	width: 100%;
}
.page-link-prev:hover,
.page-link-next:hover{
	color: #009b41;
	letter-spacing: 3px;
	font-size: 24px;
}

.page-link-prev,
.page-link-next{
	transition: all .4s linear;
}
.page-link-prev:hover span{
	animation: move1 1.5s linear 0s infinite alternate;
}
.page-link-next:hover span{
	animation: move2 1.5s linear 0s infinite alternate;
}
@keyframes move1 {
   from {
    opacity: 0.5;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  to {
    opacity: 1;
     -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
}

@keyframes move2 {
   from {
    opacity: 0.5;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  to {
    opacity: 1;
     -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}



/* processing */
.processing-list-img,
.processing-list-img2{
	overflow: hidden;
	position: relative;
}
.processing-list-img img,
.processing-list-img2 img{
    transition: all .4s linear;
}
.processing-list-img:hover img,
.processing-list-img2:hover img{
    transform: scale(1.2);
    transition: all .4s linear;
}

.processing-mask{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: rgba(0, 155, 65, 0.5);
	background-image: url('../img/icon2.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.footer-list-box ul li a{
	transition: all .4s linear;
}
.footer-list-box ul li a:hover{
	color: #009b41;

}
#engineering .main-products-list .main-products-s-title,
.main-products-s-title{
	transition: all .3s linear;
}
#engineering .main-products-list:hover .main-products-s-title,
#item .main-products-list:hover .main-products-s-title{
	background-color:#009b41;
	color: #FFF;
	font-size: 20px;
}
.header-contact li a,
.contact-list li a{
	transition: all .3s linear;
}
.header-contact li a:hover{
	font-weight: bold;
	letter-spacing: 1px;
}
.contact-list li a:hover{
	color: #009b41;
}
.contact-info-form li.button input{
	transition: all .3s linear;

}
.contact-info-form li.button:hover input{
color: #FFF;
background-color: #009b41;
}