/* FOOTER */
footer {
    background: #F6F6F6;
    margin-top: 3rem;
}

footer .container {
    max-width: 1078px;
    padding: 98px 24px 75px 24px;
    margin: 0 auto 0 auto;
}

footer .logo-desktop {
    max-width: 205px;
}

footer h3 {
    color: #145889;

    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    margin: 0 0 13px 0;
}

footer .footer__nav ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer .footer__nav li {
    padding: 0;
}

footer .footer__nav li a:not(.btn) {
    color: #6C6C6C;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 350;
    line-height: 18px;
    transition: .3s;
}

footer .footer__nav li a i {
    font-size: .625rem
}

footer .footer__nav li a:hover {
    color: var(--primary-color-light)
}

footer .address {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

footer .address :is(span, a):not(.btn),
footer address span {
    color: #6C6C6C;
    text-align: start;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 350;
    line-height: 18px;
    transition: .3s;
}

footer address span {
    width: 100%;
    display: block;
    margin: 0 0 8px 0;
}

footer .address a:not(.btn):hover {
    color: var(--primary-color-light)
}

footer .address :is(span, a):not(.btn) i {
    color: var(--primary-color);
}

footer .map {
    height: 74px;
    width: 100%;
}

.copyright-footer {
    background: #F6F6F6;
}

.copyright-footer .container {
    padding: 0 24px;
    max-width: 1068px;
}

.copyright-footer p {
    color: #6C6C6C;
    font-family: Roboto;
    font-size: 9px;
    font-style: normal;
    font-weight: 350;
    line-height: 14px;
    margin: 0;
}

.copyright-footer .btn.selos {
    min-height: unset;
    color: #6C6C6C;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 6px;
    border: none;
    background-color: transparent;
}

footer .social {
    margin: 24px 0 0 0 !important;
    display: flex;
    justify-content: start;
}

footer .social .social__icon {
    border-color: transparent;
    color: var(--primary-color);
    font-size: 22px;
}


/* SCROLL UP BUTTON */
#scrollUp {
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background-color: var(--primary-color);
    border: none !important;
    position: relative;
    width: 30px;
    height: 22px;
}

#scrollUp::after {
    content: '\f062';
    font: 10px FontAwesome;
    color: #fff;
}

#scrollUp:hover {
    opacity: .8;
}

.label-scrollup {
    color: #6C6C6C;
    font-family: Roboto;
    font-size: 9px;
    font-style: normal;
    font-weight: 350;
    line-height: 21px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 12px;
}

@media screen and (max-width: 992.05px) {
    footer .social {
        justify-content: center;
    }

    footer .logo-desktop {
        margin: 0 auto;
    }

     footer .anc {
        display: flex;
        justify-content: center;
     }

     footer .address :is(span, a):not(.btn), footer address span {
        text-align: center;
     }
}

@media screen and (min-width: 1920px) {
    .label-scrollup {
        font-size: 14px;
        font-weight: 350;
        line-height: 21px;
    }

    #scrollUp {
        padding: 8px 12px;
        gap: 8px;
        border-radius: 12px;
        border: 1px solid #0E7EAD;
        width: 34px;
        height: 26px;
    }

    footer .container {
        max-width: 1592px;
        padding: 136px 24px 136px 24px;
    }

    footer .logo-desktop {
        max-width: 280px;
    }

    footer .social .social__icon {
        font-size: 32px;
    }


    footer h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;

        margin: 0 0 24px 0;
    }


    footer .footer__nav li a:not(.btn) {
        font-size: 16px;
        font-weight: 350;
        line-height: 24px;
    }

    footer .footer__nav ul {
        gap: 16px;
    }

    footer .address :is(span, a):not(.btn),
    footer address span {
        font-size: 16px;
        font-weight: 350;
        line-height: 24px;
    }

    footer .address {
        gap: 16px;
    }

    footer .map {
        height: 100px;
    }

    .copyright-footer .container {
        padding: 9px 24px;
        max-width: 1508px;
    }


    .copyright-footer p {
        font-size: 14px;
        font-weight: 350;
        line-height: 21px;
        margin: 0;
    }

    .copyright-footer .btn.selos {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
    }

    footer .social {
        margin: 40px 0 0 0 !important;
    }

}