.footer {
    padding: 55px 0 55px 0;
    font-size: 14px;
    background: #FF97C2;
    color: #fff;
    position: relative;
    z-index: 2;
    letter-spacing: 0;
}

.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
}
.email-icon {
    fill: #fff;
}
.footer .bank img {
    max-height: 100%;
    max-width: 100%
}

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

.footer .links .link-block:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer .hidden-link {
    display: none;
}

.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; */
    font-size: 14px;
}

.footer .fop {
    font-weight: 500;
}

.footer .content-bottom .info {
}

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

.footer .content-bottom .copyright {
    margin-top: 18px;
    font-size: 12px;
}

@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;
        text-align: center
    }

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

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

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

    .footer .content-bottom {
        margin-top: 20px;
        font-size: 10px;
    }

    .fop {
        font-size: 12px;
    }

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

    .footer .content-bottom .copyright {
        margin-top: 11px;
        font-size: 10px;
    }
}