#toUp {
    position:fixed;
    bottom:10px;
    /*left:30px;*/
    left: 50%;
    margin-left: -43px;  /* 86 пополам */
    display:none;
    cursor: pointer;
    z-index: 999;
}