.footer-logo {
    display: table;
    margin: auto;
    margin-bottom: 80px;
}

#footer ul.contacts a:hover,
#footer #menu-footer li a:hover,
#footer #menu-footer-1 li a:hover,
#footer .footer-socials a:hover {
    color: #fff;
}

#footer {
    background-color: var(--color1);
    padding-top: 80px;
}

#footer .footer-menu-column .title {
    color: #fff;
    font-family: var(--title_font);
    font-size: 16.5px;
    margin-bottom: 1rem;
}

#footer .footer-menu-column {
    margin-bottom: 80px;
}

#footer ul.contacts li a,
#footer #menu-footer li a,
#footer #menu-footer-1 li a {
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--main_font);
    font-size: 15px;
}

#footer ul.contacts li a {
    display: flex;
    align-items: center;
    gap: 12px;
}

#footer ul.contacts li a.footer-email {
    font-family: var(--english_font);
}

.pwa-version {
    color: #fff;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 167px;
    height: 40px;
    margin-top: 1.5rem;
}

#footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 0;
}

#footer .copyright p {
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--main_font);
}

#footer .copyright span {
    font-family: var(--main_font);
    color: #fff;
    font-weight: 600;
}

#footer .footer-news-desc {
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--main_font);
    font-size: 15px;
    margin-bottom: 10px;
}

#footer #newsletter-form {
    margin-bottom: 1.5rem;
}

#footer .news-input-email {
    position: relative;
    max-width: 317px;
}

#footer .news-input-email .form-control {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 8px;
    width: 100%;
    height: 36px;
    color: #fff;
}

#footer .btn-news {
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    color: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
}

#footer #email-error {
    color: #ff0000a1;
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: -24px;
}

#footer .footer-socials {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#footer .footer-socials a {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 48em) {
    #footer {
        bottom: 0;
        position: fixed;
        width: 100%;
        z-index: 0;
    }
}

@media screen and (min-width: 62em) {

    ul.contacts,
    .menu-footer-container {
        display: flex !important;
        flex-direction: column;
        gap: 0.5rem;
    }

    #footer .title {
        pointer-events: none;
    }

}

#footer .footer-menu-column ul li a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
}

#footer .footer-menu-column ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 992px) {

    #footer {
        padding-top: 2rem;
    }

    .footer-logo {
        margin-bottom: 56px;
    }

    .accordion-title+ul.contacts,
    .accordion-title+.menu-footer-container {
        display: none;
        background: rgba(255, 255, 255, 0.1);
        padding: 0 1rem 1rem;
        margin-bottom: 1rem;
        position: relative;
    }

    #footer .footer-menu-column ul {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    #footer .title.accordion-title:after {
        content: "\e90f";
        font-family: 'icomoon';
        line-height: 2px;
        transition: 0.4s;
        font-size: 18px;
    }

    #footer .accordion-title.active:after {
        transition: 0.4s;
        transform: rotate(180deg);
    }

    #footer .footer-news {
        text-align: center;
    }

    #footer .footer-menu-column {
        margin-bottom: 1rem;
    }

    #footer .footer-newsoc {
        margin-top: 0.5rem;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #footer .footer-socials {
        justify-content: center;
    }

    #footer .title.accordion-title {
        margin-bottom: 0px;
        position: relative;
        background: rgba(255, 255, 255, 0.1);
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: 0.3s;
    }

    .wrap-contact h4,
    .contacts li a {
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    #footer .copyright {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media screen and (min-width: 992.1px) {
    .footer-socials-enamad {
        display: flex;
        align-items: center;
        gap: 5rem;
    }

    .namad-scripts img {
        max-width: 5rem;
    }
}