.header-menu-list,
.index-products-img-box span,
.products-img-box span,
.products-img-title,
.products-page-buy,
.header-info-list,
.footer-info-link a{
	transition: all .3s linear;
}
.index-products-list:hover .index-products-line{
    width: 100px;
}

.index-products-list:hover .index-products-title{
    width: calc(100% - 120px);
    color: #29a0b3;
}
.index-products-list:hover .index-products-line,
.index-products-list:hover .index-products-line:after{
	background-color: #29a0b3;
}
.index-products-list:hover .index-products-more{
	font-weight: bold;
}
.index-products-list:hover .index-products-more i{
	animation: fadeInLeft 1s linear 0s infinite alternate;
}
.index-products-list:hover .index-products-img-box span{
	transform: scale(1.1);
}

/*-----------header----------*/
.header-menu-list a{
	position: relative;
}
.header-menu-list a:after{
	content: 'normal';
	width: 0%;
	height: 2px;
	display: block;
	background-color: #32b16c;
	position: absolute;
	bottom: -5px;
	left: 0;
	font-size: 0;
	transition: all .3s linear;
}
.header-menu-list:hover a:after{
	width: 100%;
}
.header-menu-list:hover{
	font-weight: bold;
}

.header-info-list:hover{
	letter-spacing: 3px;
	font-weight: bold;
}
/*---------about----------*/
.about-license .slick-next:hover,
.about-license .slick-prev:hover{
	opacity: 1;
}

.products-img-list:hover .products-img-box span{
	transform: scale(1.1);
}
.products-img-list:hover .products-img-title{
	font-weight: bold;
	letter-spacing: 2px;
	color: #32b16c;
}

.products-list a:hover{
	font-weight: bold;
	color:  #32b16c;
}
.page a:hover{
	color:  #32b16c;
}
.products-page-buy:hover{
	font-weight: bold;
	color: #0c5e2a;
	letter-spacing: 2px;
}
.products-page-buy:hover i{
	animation: fadeleftout 1s linear 0s infinite alternate;
}



/*---------contact-----------*/
.contact-info-form li.button input,
.button-label{
	transition: all .3s linear;
}
.contact-info-form li.button:hover input{
	background-color: #0c5e2a;
	border-radius: 10px;
}


/*------------footer------------*/
.footer-info-link a:hover{
	font-weight: bold;
	letter-spacing: 3px;
}