.index-header-box a,
.header-contact-box a,
.index-header-menu li a,
.products-list-img-box span,
.products-list-title-box,
.products-list-title,
.products-list-icon{
  transition: all .3s linear;
}

.index-header-box a:hover,
.header-contact-box a:hover{
  background-color: #e4c032;
  color: #FFF;
}

.header-contact-box a.header-language:hover{
  background-color:  transparent;
}
.index-header-bth:hover{
  background-color: #f1d155;
}
.index-header-menu li a:hover{
  color:  #888888;
}
#index-header.header2 .header-block{
  animation: fade .3s linear 0s 1 forwards;
}
.header-menu li a:hover:after,
.header-menu li.active a:after{
  transform: scale(1, 1);
}
.header-menu li a:hover,
.header-menu li.active a{
  color: #888888;
}
.index-baaner-scroll:hover span{
  color: #FFF;
  font-size: 16px;

}

.index-baaner-scroll:hover img{
  animation: fadeUpout-banner-arrow 1s linear 0s infinite alternate;
}
.index-products-more-box:hover h4{
	font-weight: bold;
	letter-spacing: 4px;
}

.index-products-list:hover .index-products-img,
.products-list:hover .products-list-img-box span{
  transform: scale(1.1);
}
.index-products-list:hover .index-products-info-title-box,
.products-list:hover .products-list-title-box{
  background-color: #39add0;
}
.index-products-list:hover .index-products-info-title,
.products-list:hover .products-list-title{
  color: #FFF;
}
.index-products-list:hover .index-products-icon,
.products-list:hover .products-list-icon{
  background-color: #eee;
  color: #39add0;
}



.index-news-list:hover .index-news-mask,
.news-list:hover .index-news-mask{
  opacity: 1;
}

.index-news-list:hover .index-news-img,
.news-list:hover  .index-news-img{
  transform: scale(1.1);
}
.button input:hover{
  border-radius: 20px;
  background-color: #424242;
}

.footer-info-box a{
  transition: all .3s linear;
}
.footer-info-box a:hover{
  color: #39add0;
}

.products-back-box:hover {
  background-color: #39add0;
  color: #FFF;
  border-radius: 20px;
  font-weight: bold;

}
.news-list:hover .index-news-more span,
.index-news-list:hover .index-news-more span{
  background-color: #f1d155;
  color: #39add0;
}

.news-arrow-open:hover .news-link-p{
  color: #39add0;
  font-size: 26px;
  letter-spacing: 2px;
}

.news-prev:hover .news-link-icon{
 animation: arrow-left 1s linear 0s infinite alternate;
}

.news-next:hover .news-link-icon{
 animation: arrow-right 1s linear 0s infinite alternate;
}

.products-class-list:hover a{
  color: #39add0;
  font-weight: bold;
  letter-spacing: 3px;
}
.products-list-show:hover{
  color: #39add0;
  font-weight: bold;
  letter-spacing: 3px;
}

.index-header-language a:hover{
  color: #39add0;
}