.mult .v2__site-footer {
    /*position: fixed;
    bottom: 0;*/
    margin: 0;
}

.mult .v2__site-footer .footer {
    background-color: transparent;
}

.mult .footer__content-box * {
    font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.mult .footer__content-box {
    background-color: transparent;
    width: 960px;
    padding: 0;
    margin: 0 auto;
}

.mult .footer__menu-links-container {
    background-color: #D8F0FA;
    margin: 0 auto;
    display: block;
    width: 960px;
    position: relative;
}

.mult .footer__menu-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    box-shadow: 0 -5px 5px -5px #C8C8C8;
    width: 100%;
    background-color: #2BC3F4;
    padding: .5em;
    margin: 0 auto;
    position: relative;
}

.mult .footer__menu-link-link {
    padding: 0;
}

.mult .footer__menu-link-link img {
    padding: 25px;
}

.mult .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2BC3F4;
    width: 960px;
    padding: 0;
    position: relative;
}

.mult .footer__copyright {
    width: 70%;
    text-align: center;
    font-size: 10px;
    color: #fff;
}

.mult .footer__copyright a {
    color: #fff;
    text-decoration: underline !important;
}

.mult .footer__menu-socials {
    margin: 10px;
    padding: 0;
    text-align: center;
    width: 50%;
}

.mult .footer__menu-socials.socials-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.mult .footer__menu-socials-box {
    display: inline-block;
    margin-left: 0px;
    margin-right: 20px;
}

.mult .footer__menu-socials-box:first-of-type {
    margin-left: 0;
}

.mult .footer__menu-socials-box:last-of-type {
    margin-right: 0;
    margin-left: 0;
}

.mult .footer__menu-link-link {
    width: 100%;
    text-transform: uppercase;
}

@media only screen and (max-width : 960px) {
    .mult .footer__menu-links-container {
        width: 100%;
        margin: 0;
    }

    .mult .footer__content-box {
        width: 100%;
    }

    .mult .footer__menu-socials-box {
        margin-right: 6px;
    }

    .mult .footer__bottom {
        width: 100%;
    }
}

@media only screen and (max-width : 767px) {
    .mult .footer__bottom {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .mult .footer__menu-socials {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: calc(50% - 10px);
        margin-right: auto;
    }

    .mult .footer__menu-socials.socials-right {
        width: calc(50% - 10px);
        align-items: center;
        justify-content: space-around;
        position: absolute;
        right: 0;
    }

    .mult .footer__menu-socials-box {
        margin-right: 15px;
    }

    .mult .footer__copyright {
        width: 100%;
        background-color: #2BC3F4;
        left: 0;
        margin: 0;
        padding-bottom: 20px;
        padding-top: 20px;
        bottom: 0;
    }
}

@media only screen and (max-width : 582px) {
    .mult .footer__menu-socials-box {
        margin-right: 0;
        margin-left: 0;
    }

    .mult .footer__menu-socials-box:last-of-type {
        margin-right: 0;
        margin-left: 0;
    }

    .mult .footer__bottom {
        flex-direction: column;
        justify-content: flex-start;
    }

    .mult .footer__menu-socials {
        width: calc(50% - 10px);
        flex-basis: 100%;
        align-items: center;
        justify-content: space-around;
        margin-right: auto;
    }

    .mult .footer__menu-socials.socials-right {
        width: calc(50% - 10px);
        flex-basis: 100%;
        align-items: center;
        justify-content: space-around;
        position: absolute;
        right: 0;
    }

    .mult .footer__menu-socials .footer__menu-socials-link.footer-link img {
        width: 100%;
    }

    .mult .footer__menu-link-link img {
        padding: 15px;
    }
}

@media only screen and (max-width : 414px) {
    .mult .footer__copyright {
        padding: 10px;
    }

    .mult .footer__menu-link-link img {
        padding: 5px;
    }
}

@media only screen and (max-width : 380px) {
    .mult .footer__bottom {
        flex-direction: column;
        justify-content: flex-start;
    }

    .mult .footer__menu-socials {
        width: 100%;
        margin: 76px auto 10px;
    }

    .mult .footer__menu-socials.socials-right {
        width: 100%;
        justify-content: center;
        margin: 10px auto;
    }

    .mult .footer__menu-socials-box {
        margin-right: 20px;
    }
}

@media only screen and (max-width : 320px) {
    .mult .footer__menu-link-link img {
        padding: 5px;
    }
}
