.footer .footer__menu {
    background-color: #1b1d1f;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6
}

.footer .footer__menu .menu__content {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding: 60px 0
}

.footer .footer__menu .footer__logo {
    margin: 15px 0
}

.footer .footer__menu .footer__title {
    color: #fff;
    font-size: 15px;
    font-weight: 800
}

.footer .footer__menu .footer__list {
    margin: 20px 0
}

.footer .footer__menu .footer__link {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px
}

.footer .footer__menu .footer__contacts {
    flex-direction: column;
    gap: 15px;
    margin: 10px 0
}

.footer .footer__menu .footer__contacts .footer__phone {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    gap: 10px
}

.footer .footer__menu .footer__social-networks {
    gap: 10px;
    margin: 10px 0
}

@media screen and (max-width:576px) {
    .footer .footer__menu .menu__content {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center
    }

    .footer .footer__menu .footer__contacts {
        flex-direction: column;
        gap: 15px;
        margin: 20px 0
    }
}

.footer .footer__copyright .copyright__text span {
    font-size: inherit
}

.footer .footer__copyright .copyright__text {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    margin: 15px 0;
    text-align: center
}

.footer .footer__copyright .logo-mavesa {
    height: auto;
    max-width: 120px
}

.footer .footer__copyright .copyright__container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:768px) {
    .copyright__container {
        flex-direction: column-reverse;
        margin: 25px 0
    }
}