.footer {
    background: #1E266C;
    padding-top: 44px;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer__nav {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 40px;
    font-weight: 500;
}

.footer__nav a {
    color: #ffffff;
}

.footer__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.footer-tel {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.footer .button {
    min-width: 286px;
    max-width: 286px;
}

.footer .button svg {
    width: 20px;
    height: 20px;
}

.footer__buttons-social {
    display: flex;
    gap: 25px;
}

.promo__buttons-social-link {
    width: 50px;
    height: 50px;
}

.footer__bottom {
    margin-top: -25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer__logo {
    width: 110px;
    height: 110px;
}

.footer__bottom  p,
.footer__bottom  a:last-child {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.48px;
    color: #FFFFFF80;
}

@media (max-width: 860px) {
    .footer {
        padding-top: 64px;
    }

    .footer__top {
        flex-direction: column;
        gap: 44px;
    }

    .footer__nav {
        flex-direction: column;
        margin: 0 auto;
    }

    .footer__buttons {
        align-items: flex-start;
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
        margin-bottom: 44px;
    }

    .footer .button {
        width: 100%;
        max-width: 300px;
    }

    .footer__bottom {
        max-width: 300px;
        margin: 0 auto;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .footer__bottom p {
        order: 2;
    }

    .footer__bottom > a:first-child {
        margin-top: 22px;
        align-self: flex-start;
    }

    .footer__bottom > a:last-child {
        margin-bottom: 0;
    }
}
