.do-wrapper_animate_init, .product-list_animate_init, .news-wrapper_animate_init { opacity: 0; }
.do-wrapper_animate_done, .product-list_animate_done, .news-list_animate_done { opacity: 1; }
.do-wrapper_animate_init .left { opacity: 0; transform: translate(-100%, 0); }
.do-wrapper_animate_done .left { opacity: 1; transform: none; transition: all 1s .2s; }
.do-wrapper_animate_init .right, .do-wrapper_animate_init .title, .do-wrapper_animate_init .subtitle, .do-wrapper_animate_init .line, .do-wrapper_animate_init .text { opacity: 0; transform: translate(100%, 0); }
.do-wrapper_animate_init .view-more { opacity: 0; transform: translate(0, 100%); }
.do-wrapper_animate_done .right { opacity: 1; transform: none; transition: all 1s .4s; }
.do-wrapper_animate_done .title { opacity: 1; transform: none; transition: all 1s .8s; }
.do-wrapper_animate_done .subtitle { opacity: 1; transform: none; transition: all 1s 1s; }
.do-wrapper_animate_done .line { opacity: 1; transform: none; transition: all 1s 1.4s; }
.do-wrapper_animate_done .text { opacity: 1; transform: none; transition: all 1s 1.6s; }
.do-wrapper_animate_done .view-more { opacity: 1; transform: none; transition: all 1s 1.8s; }
.product-list_animate_init .product-list-item, .product-list_animate_init .view-more { opacity: 0; transform: translate(0, 100%); }
.product-list_animate_done .product-list-item, .product-list_animate_done .view-more { opacity: 1; transform: none; }

.product-list_animate_done .product-list-item:nth-of-type(1) { transition: all 1s .5s; }
.product-list_animate_done .product-list-item:nth-of-type(2) { transition: all 1s .7s; }
.product-list_animate_done .product-list-item:nth-of-type(3) { transition: all 1s .9s; }
.product-list_animate_done .product-list-item:nth-of-type(4) { transition: all 1s 1.1s; }
.product-list_animate_done .product-list-item:nth-of-type(5) { transition: all 1s 1.3s; }
.product-list_animate_done .product-list-item:nth-of-type(6) { transition: all 1s 1.5s; }
.product-list_animate_done .product-list-item:nth-of-type(7) { transition: all 1s 1.7s; }
.product-list_animate_done .product-list-item:nth-of-type(8) { transition: all 1s 1.9s; }
.product-list_animate_done .view-more { transition: all 1s 2.1s; }
.well_animate_init .product-list-item .product-wrapper{ opacity: 0; transform: translate(0, 100%); }
.well_animate_done .product-list-item .product-wrapper { opacity: 1; transform: none; }
/* .well_animate_done .list-item:nth-of-type(1) .well-wrapper { transition: all 1s .5s; }
.well_animate_done .list-item:nth-of-type(2) .well-wrapper { transition: all 1s .7s; }
.well_animate_done .list-item:nth-of-type(3) .well-wrapper { transition: all 1s .9s; } */

.well_animate_done .product-list-item:nth-of-type(1) { transition: all 1s .5s; }
.well_animate_done .product-list-item:nth-of-type(2) { transition: all 1s .7s; }
.well_animate_done .product-list-item:nth-of-type(3) { transition: all 1s .9s; }
.well_animate_done .product-list-item:nth-of-type(4) { transition: all 1s 1.1s; }
.well_animate_done .view-more { transition: all 1s 1.3s; }

.news-wrapper_animate_init .title, .news-wrapper_animate_init .subtitle { opacity: 0; transform: translate(0, -100%); }
.news-wrapper_animate_init .news-list-item, .news-wrapper_animate_init .view-more { opacity: 0; transform: translate(0, 100%); }
.news-wrapper_animate_done .title, .news-wrapper_animate_done .subtitle, .news-wrapper_animate_done .news-list-item, .news-wrapper_animate_done .view-more { opacity: 1; transform: none; }
.news-wrapper_animate_done .title { transition: all 1s 0.2s; }
.news-wrapper_animate_done .subtitle { transition: all 1s 0.4s; }

/* .news-wrapper_animate_done .news-list-item1 {

  transition: all 1s 0.6s;

}

.news-wrapper_animate_done .news-list-item2 {

  transition: all 1s 0.8s;

} */
.news-wrapper_animate_done .news-list-item:nth-of-type(1) { transition: all 1s 0.6s; }
.news-wrapper_animate_done .news-list-item:nth-of-type(2) { transition: all 1s 0.8s; }
.news-wrapper_animate_done .news-list-item:nth-of-type(3) { transition: all 1s 1s; }
.news-wrapper_animate_done .news-list-item:nth-of-type(4) { transition: all 1s 1.2s; }
.news-wrapper_animate_done .view-more { transition: all 1s 1.4s; }
.about_animate_init .join { opacity: 0; transform: translate(-100%, 0); }
.about_animate_done .join { opacity: 1; transform: none; transition: all 1s .2s; }
.about_animate_init .contact { opacity: 0; transform: translate(100%, 0); }
.about_animate_done .contact { opacity: 1; transform: none; transition: all 1s .2s; }

.newslist_animate_init ul{
  opacity: 0;
  transform: translate(0, 100%);
}
.newslist_animate_done ul{
  opacity: 1;
  transform: none;
  transition: all .8s;
}

.product-list1_animate_init,
.product-list2_animate_init {
  opacity: 0;
}
.product-list1_animate_done,
.product-list2_animate_done {
  opacity: 1;
}

.product-list1_animate_init .product-list-item,
.product-list1_animate_init .view-more,
.product-list2_animate_init .product-list-item,
.product-list2_animate_init .view-more {
  opacity: 0;
  transform: translate(0, 100%);
}
.product-list1_animate_done .product-list-item,
.product-list1_animate_done .view-more,
.product-list2_animate_done .product-list-item,
.product-list2_animate_done .view-more {
  opacity: 1;
  transform: none;
}
.product-list1_animate_done .product-list-item:nth-of-type(1),
.product-list2_animate_done .product-list-item:nth-of-type(1) {
  transition: all 1s .1s;
}
.product-list1_animate_done .product-list-item:nth-of-type(2),
.product-list2_animate_done .product-list-item:nth-of-type(2) {
  transition: all 1s .3s;
}
.product-list1_animate_done .product-list-item:nth-of-type(3),
.product-list2_animate_done .product-list-item:nth-of-type(3) {
  transition: all 1s .5s;
}
.product-list1_animate_done .product-list-item:nth-of-type(4),
.product-list2_animate_done .product-list-item:nth-of-type(4) {
  transition: all 1s .7s;
}
.product-list1_animate_done .product-list-item:nth-of-type(5),
.product-list2_animate_done .product-list-item:nth-of-type(5) {
  transition: all 1s .9s;
}
.product-list1_animate_done .product-list-item:nth-of-type(6),
.product-list2_animate_done .product-list-item:nth-of-type(6) {
  transition: all 1s 1.1s;
}
.product-list1_animate_done .product-list-item:nth-of-type(7),
.product-list2_animate_done .product-list-item:nth-of-type(7) {
  transition: all 1s 1.3s;
}
.product-list1_animate_done .product-list-item:nth-of-type(8),
.product-list2_animate_done .product-list-item:nth-of-type(8) {
  transition: all 1s 1.5s;
}
.product-list1_animate_done .product-list-item:nth-of-type(9),
.product-list2_animate_done .product-list-item:nth-of-type(9) {
  transition: all 1s 1.7s;
}
.product-list1_animate_done .product-list-item:nth-of-type(10),
.product-list2_animate_done .product-list-item:nth-of-type(10) {
  transition: all 1s 1.9s;
}
.product-list1_animate_done .product-list-item:nth-of-type(11),
.product-list2_animate_done .product-list-item:nth-of-type(11) {
  transition: all 1s 2.1s;
}
.product-list1_animate_done .product-list-item:nth-of-type(12),
.product-list2_animate_done .product-list-item:nth-of-type(12) {
  transition: all 1s 2.2s;
}
.product-list1_animate_done .view-more,
.product-list2_animate_done .view-more {
  transition: all 1s 1.7s;
}