.mouse_scroll{display:block;margin:0 auto;width:24px;height:100px}.m_scroll_arrows{display:block;transform:rotate(45deg);margin:0 0 3px 4px;width:16px;height:16px}.unu{margin-top:1px}.doi,.trei,.unu{animation:mouse-scroll 1s infinite}.unu{-webkit-animation-delay:.1s;-moz-animation-delay:.1s;animation-direction:alternate;animation-delay:alternate}.doi{-webkit-animation-delay:.2s;-moz-animation-delay:.2s;animation-delay:.2s}.doi,.trei{-webkit-animation-direction:alternate;animation-direction:alternate;margin-top:-6px}.trei{-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}.mouse{height:42px;width:24px;border-radius:14px;transform:none;top:170px}.wheel{display:block;margin:5px auto;position:relative;height:4px;width:4px;border-radius:8px;animation:mouse-wheel .6s linear infinite}@keyframes mouse-wheel{0%{top:1px}25%{top:2px}50%{top:3px}75%{top:2px}to{top:1px}}@keyframes mouse-scroll{0%{opacity:0}50%{opacity:.5}to{opacity:1}}