
#page-top {
    position: fixed;
    bottom: 10px;
    right:  10px;
    
    z-index: 30;
}

#page-top a {
    display: block;
    /*padding-top: 3px;*/
    border-radius: 0px;
}

#page-top img {
        width: 60px;
        height: auto;
    /*opacity: 0.8;*/
    border-radius: 0;
}

/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1450px) {
/* - - - - - - - - - - - - - - - - - - */
    #page-top img {
        width: 55px;
        height: auto;
    }
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1024px) {
/* - - - - - - - - - - - - - - - - - - */
    #page-top img {
        width: 50px;
        height: auto;
    }
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 830px) {
/* - - - - - - - - - - - - - - - - - - */
    /*#page-top {
        bottom: 0px;
        right:  0px;
    }*/
    #page-top img {
        width: 50px;
        height: auto;
    }
}
/* - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - - */
    #page-top img {
        width: 50px;
        height: auto;
    }
    #page-top.service {
        bottom: 83px;
        right:  10px;
    }
    #page-top.price,
    #page-top.service {
        bottom: 60px;
        right:  0px;
    }
}












