.scroll_wrap {overflow: hidden;}
.scroll_on {opacity: 0;transition: all 0.8s;}
.scroll_on.active {opacity: 1 !important;transform: translate(0, 0) !important;}
.scroll_on.type_bottom {transform: translate(0, 200px);}
