/* footer */
footer,
footer .footer-wrap {
    text-align: center;
    position: relative;
    color: #e4ecf6;
}

footer {
    width: 100%;
    padding: 40px 15px 30px;
    background: #101413;
    z-index: 2;
    font-size: 0.8rem;
    font-family: robotoslab;
}

footer .footer-wrap {
    max-width: 1000px;
    margin: 0 auto
}

footer .footer-wrap .footer-mzp-logo {
    position: absolute
}

footer .footer-wrap .footer-mzp-logo .logo-mzp-white {
    text-indent: -999em;
    background: url(../img/webp/logo-mzp-white.webp) no-repeat;
    width: 150px;
    height: 64px;
    display: inline-block;
    margin: auto
}

footer .footer-wrap .footer-mzp-logo .logo-mzp-white span {
    text-indent: -9999px;
    display: block
}

footer .footer-wrap .footer-text {
    font-size: 0.9rem;
    margin-bottom: 10px !important
}

footer .footer-wrap .footer-text a.text-w-mre10 {
    color: #e4ecf6;
    display: inline-block;
    margin: 0 10px
}

footer .footer-wrap p {
    margin-bottom: 6px
}

footer .health-warning-sm {
    position: absolute;
    right: 0;
    top: -10px
}

footer a {
    color: #e4ecf6;
}

.logo-mzp-white,
footer .health-warning-sm {
    right: 10px;
}
@media (max-width: 1024px) {
    footer .footer-wrap .footer-mzp-logo {
        position: static;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


@media screen and (max-width:480px) {

    .logo-mzp-white,
    footer .health-warning-sm {
        position: static !important;
        margin: 0 auto 15px;
    }

}