.footer {
    padding: 55px 0 55px 0;
    font-size: 17px;
    background: #000;
    color: #fff;
    position: relative;
    z-index: 2
}
.footer a {
    text-decoration: none;
    color: inherit;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .logo {
    height: 65px;
    margin-bottom: 10px;
    display: inline-block
}

.footer .logo img {
    height: 100%
}

.footer .pay {
    height: 22px
}

.footer .pay img {
    max-height: 100%;
    max-width: 100%
}

.footer .bank {
    height: 40px;
    margin-top: 25px
}

.footer .bank img {
    max-height: 100%;
    max-width: 100%
}

.footer .links {
    text-align: left;
}

.footer .support a {
    text-decoration: underline
}

.footer .support a:hover {
    text-decoration: none
}

.footer .content-bottom {
    opacity: 0.6;
    margin-top: 30px;
    text-align: left;
}

.footer .content-bottom .info {
    font-size: 14px
}

.footer .content-bottom .info p:not(:last-of-type) {
    margin-bottom: 15px
}

.footer .content-bottom .copyright {
    margin-top: 18px
}

@media (min-width:768px) and (max-width:1199px) {
    .footer .bank {
        height: 25px;
        margin-top: 10px
    }
}

@media (max-width:767px) {
    .footer {
        padding: 35px 0 35px 0;
        font-size: 10px!important;
    }

    .footer .logo {
        height: 40px;
        margin-bottom: 4px
    }

    .footer .pay {
        height: 17px;
        margin-top: 15px
    }

    .footer .bank {
        height: 25px;
        margin-top: 15px
    }

    .footer .content-bottom {
        margin-top: 20px;
        text-align: center
    }

    .footer .content-bottom .info {
        font-size: 8px!important;
    }

    .footer .content-bottom .info p:not(:last-of-type) {
        margin-bottom: 10px
    }

    .footer .content-bottom .copyright {
        margin-top: 11px
    }
}