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

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

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

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

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

.mama .footer__menu-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 5px solid #FF9E20;
    width: 100%;
    background-color: transparent;
    padding: .5em;
    margin: 0 auto;
    position: relative;
}

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

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

.mama .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FF9E20;
    width: 960px;
    padding: .5em;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mama .footer__copyright {
        width: 100%;
        left: 0;
        margin: 0;
        padding-bottom: 20px;
        padding-top: 20px;
        bottom: 0;
    }
}

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

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

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

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

    .mama .footer__menu-socials-box {
        margin-right: 10px;
    }

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

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

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

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

    .mama .footer__menu-socials {
        width: calc(50% - 10px);
        margin-right: auto;
    }

    .mama .footer__menu-socials.socials-right {
        width: calc(50% - 10px);
        justify-content: center;
    }
}

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