.fixedBtnRight {
    position: fixed;
    top: auto;
    bottom: 30px;
    right: calc(-80px * 2);
    z-index: 3;
    display: block;
    transition: all 0.2s;
    opacity: 1;
    z-index: 8
}

#colophon {
    z-index: 3;
}

.nav-up .fixedBtnRight {
    opacity: 0 !important
}

.nav-down .fixedBtnRight {
    opacity: 1 !important
}

.fixedBtnRight {
    opacity: 1 !important;
    width: 44px;
    height: 80px;
}

.topEdge .nav-up .fixedBtnRight,
.topEdge .nav-down .fixedBtnRight {
    opacity: 0 !important
}

.fixedBtnRight.bottomActive,
.fixedBtnRight.scrollup {
    opacity: 1;
    right: 30px
}

.fixedBtnRight.bottomActive,
.fixedBtnRight.scrollup {
    opacity: 1 !important
}

.topEdge .fixedBtnRight.scrollup {
    opacity: 0;
    right: calc(-80px * 2);
}

.fixedBtnRight.scrollup {
    opacity: 1 !important;
}

.toTop {
    position: absolute;
    width: 44px;
    height: 80px;
    left: 0px;
    top: 0;
    transition: all 0.2s;
    opacity: 1;
}

.toTop.topActive {
    opacity: 1
}

.toTop a {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
}

.toTop img {}

.toTop a:hover img {}

.toTop a::before {}

.toTop a:hover {}

.toTop a:focus,
.toTop a:active {
    border: 0;
    outline: none
}

.toTop.topActive {
    opacity: 1;
}

@media screen and (max-width:767px) {
    .fixedBtnRight {
        right: -128px !important;
    }

    .fixedBtnRight.scrollup {
        right: -64px !important;
    }

    .topEdge .fixedBtnRight.scrollup {
        opacity: 0;
        right: calc(-64px * 2) !important;
    }

    .toTop {
        left: -75px;
        width: 40px;
    }

    .toTop img {
        left: 11px;
        top: 11px;
    }
}