footer {
    overflow-y: auto;
}

.footer-mobile {
    display: none;
}

.footer-container {
    display: flex;
    background-color: #1c1c1c;
    color: white;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 40px 80px;
    flex-wrap: wrap;
    width: 100%;
}

.footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.footer-menu-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.footer-copy {
    color: var(--white-50, rgba(255, 255, 255, 0.50));
    font-family: Manrope, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-center {
    display: flex;
    width: 440px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.footer-text {
    align-self: stretch;
    color: #FFF;
    font-family: Manrope, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
}

.footer-socials {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.footer-policies {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
}

.footer-policy-text {
    color: #FFF;
    text-align: right;
    font-family: Manrope, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.social-img {
    width: 24px;
    height: 24px;
}

.menu-link {
    color: #FFF;
    font-family: Manrope, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 768px) {
    .footer-container{
        display: none;
    }

    .footer-mobile {
        display: flex;
        z-index: 1;
    }

    .footer-mobile {
        display: flex;
        background-color: #1c1c1c;
        color: white;
        box-sizing: border-box;
        padding: 40px 80px;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }

    .footer-contacts-mobile {
        flex-direction: column;
        justify-content: center;
    }

    .footer-text-mobile {
        color: #FFF;
        font-family: Manrope, serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 350;
        line-height: 150%;
        text-align: center;
    }

    .footer-mobile-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .footer-copy-mobile {
        color: var(--white-50, rgba(255, 255, 255, 0.50));
        text-align: center;
        font-family: Manrope, serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .footer-logo {
        width: 28.073px;
        height: 42.105px;
    }

    .footer-socials-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        align-self: stretch;
    }
}
