/*
 * Developed by
 * @author Vasyl Kovalov <raid3r81@gmail.com>
 * Date: 04.06.2020
 */

.button-up {
    position: fixed;
    right: 7.5%;
    top: 80%;
    width: 100px;
    height: 50px;
    /*background: url("/img/static/arr-up-black.png") no-repeat center center;*/
    cursor: pointer;
    opacity: 0;
    z-index: 999;
}