#footer {
    min-height: 47px;
    bottom: 0;
    position: absolute;
    width: 100%;
    transition: all .3s ease;
}

#footer .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #192934;
    border-top: 3px solid #999999;
    margin-top: -3px;
}

#footer .copyright {
    position: absolute;
    color: #fff;
    font-size: 1.4em;
    top: 14px;
    left: 45px;
}

#footer .show {
    position: absolute;
    color: #ccc;
    font-size: 1.4em;
    top: 14px;
    left: 460px;
    cursor: pointer;
}

#footer .hide {
    display: none;
    position: absolute;
    color: #ccc;
    font-size: 1.4em;
    top: 14px;
    left: 460px;
    cursor: pointer;
}

#footer .version {
    position: absolute;
    color: #fff;
    font-size: 1.4em;
    top: 14px;
    right: 45px;
}

#footer .user-agreement {
    position: absolute;
    color: #666;
    font-size: 1.4em;
    top: 14px;
    right: 110px;
    cursor: pointer;
}

#footer .org-details {
    position: absolute;
    color: #666;
    font-size: 1.4em;
    top: 14px;
    right: 310px;
    cursor: pointer;
}

#footer .block .left {
    position: relative;
    color: #ccc;
    font-size: 1.4em;
    padding-top: 67px;
    padding-left: 45px;
    padding-bottom: 46px;
    line-height: 17px;
    float: left;
}

#footer .block .right {
    position: relative;
    color: #ccc;
    font-size: 1.4em;
    padding-top: 67px;
    padding-right: 45px;
    padding-bottom: 13px;
    line-height: 17px;
    float: right;
}

#footer .block .right .rubles {
    font-weight: bold;
    color: #f7bd70;
}

body.footer-open {
    padding-bottom: 134px;
}

body.footer-open #footer .hide,
body.footer-open #footer .block {
    display: block;
}

#footer .block,
body.footer-open #footer .show {
    display: none;
}

@media screen and (max-width: 910px) {

}

@media screen and (max-width: 749px) {

}

@media screen and (max-width: 420px) {
    #footer .version {
        font-size: 1.3em;
        top: 24px;
    }

    #footer .user-agreement {

    }

    #footer .copyright {
        font-size: 1.2em;
        top: 7px;
        left: 0;
        text-align: center;
        width: 100%;
    }

    #footer .show, #footer .hide {
        display: none !important;
    }
}