.footer {
    padding: 60px 36px 120px;
    color: #ffffff;
    flex-shrink: 0;
    line-height: 1.5;
}

.footer a {
    color: #86cdd1;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer__social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.footer__social-icon {
    width: 1.75em;
    height: 1.75em;
    flex-shrink: 0;
    fill: currentColor;
}

.footer-border {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    border-top: 0.1px solid #fff;
}

.footer__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.footer__column {
    flex: 1 1 200px;
}

.footer__slogan {
    font-size: 1.5rem;
    line-height: 1.2;
    display: inline-block;
    white-space: nowrap;
}

.footer__bottom {
    width: 100%;
    margin-top: 2rem;
    font-size: 0.875rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer__links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.footer__toplink {
    width: max-content;
    display: inline;
}

.footer__toplink a {
    display: inline-flex;
    align-items: center;
    gap: 0.35em;
}

.footer__toplink-icon {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    fill: currentColor;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 700px) {
    .footer {
        font-size: 1.33333rem;
    }
    .footer__bottom,
    .footer__toplink {
        font-size: 1.16667rem;
    }
    .footer__slogan {
        font-size: 2rem;
    }
}

@media (max-width: 520px) {
    .footer__container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 1.25rem;
    }

    .footer__column {
        flex: 0 0 auto;
    }

    .footer__links ul {
        text-align: left;
    }

    .footer {
        font-size: 1.5rem;
        line-height: 1.75;
    }

    .footer__bottom,
    .footer__bottom a,
    .footer__toplink,
    .footer__toplink a {
        font-size: 1.5rem;
        line-height: 1.75;
    }

    .footer__slogan {
        font-size: 2.25rem;
        line-height: 1.45;
    }
}
