.footer-top {
    background-color: #0066FF;
    padding: 1.25rem 0;
}

.footer-top .footer-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top .footer-top-inner-right {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
}

.footer-top .footer-top-inner-right .footer-top-title {
    color: var(--white);
    font-size: 1.25rem;
    font-variation-settings: "wght" 700, "wdth" 100;
}

.footer-top .footer-top-inner-right .footer-top-description {
    color: var(--white);
    font-variation-settings: "wght" 400, "wdth" 100;
}

.footer-top .footer-top-inner-left .footer-top-call {
    color: var(--white);
    font-size: 21.5px;
    font-variation-settings: "wght" 700, "wdth" 100;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
}

.footer-top .footer-top-inner-left .footer-top-call:hover {
    border-bottom: 1px solid var(--white);
}

#footer {
    background-color: #F7F9FC;
    padding-top: 4.5rem;
}

.copyright {
    margin-top: 4.5rem;
}

#footer .footer-logo-content .footer-logo {
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
}

#footer .footer-logo-content div.footer-phone,
#footer .footer-logo-content div.footer-email,
#footer .footer-logo-content div.footer-address {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin: 0 0 0.75rem auto;
}

#footer .footer-logo-content div.footer-phone span,
#footer .footer-logo-content div.footer-email span,
#footer .footer-logo-content div.footer-address span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 15px;
    font-variation-settings: "wght" 400;
}

#footer .footer-logo-content div.footer-phone span i,
#footer .footer-logo-content div.footer-email span i,
#footer .footer-logo-content div.footer-address span i {
    font-size: 1rem;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5B5C5F;
}

#footer .footer-logo-content div.footer-phone a,
#footer .footer-logo-content div.footer-email a,
#footer .footer-logo-content div.footer-address a {
    color: #242424;
    transition: 0.3s;
    font-variation-settings: "wght" 400;
    transition: 0.3s;
}

#footer .footer-logo-content div.footer-phone a:hover,
#footer .footer-logo-content div.footer-email a:hover,
#footer .footer-logo-content div.footer-address a:hover {
    color: #0066FF;
}

#footer .footer-logo-content div.footer-address {
    border-bottom: 1px solid #E9EBEE;
    padding-bottom: 1.25rem;
}

#footer .footer-logo-content div.footer-socials {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 1.25rem 0 0 auto;
}

#footer .footer-logo-content div.footer-socials a {
    font-size: 1.125rem;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5B5C5F;
    transition: 0.3s;
}

#footer .footer-logo-content div.footer-socials a:hover {
    color: #0066FF;
}

#footer .title {
    color: #242424;
}

.copyright {
    margin-top: 4.5rem;
    padding: 0.75rem 0 1rem;
    border-top: 1px solid #E9EBEE;
}

.copyright p {
    font-size: 14px;
    font-variation-settings: "wght" 400;
    color: #5B5C5F;
}


@media screen and (min-width: 62em) {

    ul.contacts,
    .menu-footer-container ul {
        display: flex !important;
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem;
    }

    #footer .title {
        pointer-events: none;
    }
}

@media screen and (max-width: 991.99px) {

    .accordion-title+ul.contacts,
    .accordion-title+.menu-footer-container {
        position: relative;
    }

    #footer .footer-logo-content {
        margin-bottom: 2rem;
    }

    #footer .footer-logo-content div.footer-socials {
        justify-content: center;
    }

    #footer .footer-menu-column ul {
        display: flex;
        flex-direction: column;
        gap: 0.875rem;
        padding: 0 1.25rem 12px 1.25rem;
    }

    #footer .title.accordion-title:after {
        content: "\e902";
        font-family: 'icomoon';
        line-height: 2px;
        transition: 0.4s;
        font-size: 8px;
        color: #242424;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform-origin: center;
        transition: 0.3s;
    }

    #footer .accordion-title.active:after {
        transform: rotate(180deg);
    }

    #footer .title.accordion-title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 44px;
        font-variation-settings: "wght" 600;
    }

    .copyright {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 767.99px) {
    .footer-top .footer-top-inner {
        flex-direction: column;
        gap: 8px;
    }
}