#toTop {
    height: 50px;
    text-align:center;
    padding:5px;
    position:fixed;
    bottom:10px; /* отступ кнопки от нижнего края страницы*/
    right:10px;
    cursor:pointer;
    display:none;
    opacity: .4;
}
#toTop:hover {
    transition: .3s ease-in-out;
    opacity:.8;
}