
#siteFoot {
    color: #64748B;
    font-size: 15px;
    background-color: #F8FAFC;

    #legal-icons {
        /*justify-content: end;*/

        a {
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }


    #footer-nav {
        .menu {
            gap: 16px;
            display: flex;
            flex-wrap: wrap;

            li {
                min-width: fit-content;

                a {
                    color: #fff;
                }
            }
        }
    }
}

.footer__aside {
    padding: 40px 0;
    border-bottom: 1px solid #E2E8F0;

    .widget {


        .menu {
            li:not(:last-child) {
                margin-bottom: 12px;
            }

            li {
                a {
                    font-size: 14px;
                    color: #64748B;
                    -webkit-transition: color 0.2s linear;
                    transition: color 0.2s linear;
                    font-weight: 500;
                    font-variation-settings: "wght" 500
                }

                /*a:hover {*/
                /*    color: #fff;*/
                /*}*/
            }
        }

        .socials {
            /*margin-top: 32px;*/
            gap: 11px;
            flex-wrap: wrap;

            a {
                min-width: 47px;
                height: 47px;
                color: #464646;
                border-radius: 50%;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                border: 1px solid #e4e7f2;
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

            svg {
                width: 20px;
                height: 20px;
                color: #64748B
            }

            a:hover {
                border: 1px solid rgba(0, 0, 0, 0.2);
            }
        }
    }
}

.footer__widget-title {
    margin-bottom: 40px;
    color: #475569;
    font-size: 16px;
    font-weight: 600;
    font-variation-settings: 'wght' 600;
}

.footer__title {
    line-height: 32px;
    font-size: 14px
}

.footer__title {
    line-height: 32px;
    font-size: 14px
}

.footer__widget-title svg {
    display: none;
}

.footer__header {
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    padding: 40px 0
}

.notice__title {
    display: block;
    color: #475569;
    margin-bottom: 12px;
    font-weight: 500;
    font-variation-settings: 'wght' 500;
    margin-top: 32px;
}

.notice_description {
    color: #64748B;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    font-variation-settings: 'wght' 500;
}

.footer__disclaimer {
    color: #64748B;
    padding: 40px 0;
    line-height: 32px
}

.footer_copyright {
    padding-bottom: 80px;
}


@media (max-width: 992px) {
    #legal-icons a {
        max-width: 80px;
        max-height: 80px;
        min-width: 80px;
        min-height: 80px;
    }

    .gmail {
        a {
            font-size: 12px;
        }
    }

    .footer_logo {
        margin-bottom: 12px;
    }


}

.footer__widget-divider {
    display: none;
}

@media (max-width: 767px) {
    .footer__widget-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
    }

    #siteFoot .menu {
        height: 0;
        overflow: hidden;
        transition: all 0.3s;
    }

    #siteFoot .menu li {
        display: none
    }

    #siteFoot .menu.active {
        height: unset;
        display: block;
    }

    #siteFoot .menu.active li {
        display: block
    }

    .footer__widget-title svg {
        display: block;
        transition: all 0.3s
    }

    .footer__widget-title.active svg {
        transform: rotate(180deg);
    }

    .footer_logo {
        margin-bottom: 12px;
    }

    .footer__title-container {
        margin-bottom: 24px;
    }

    .footer__legal {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer__widget-title-social {
        justify-content: center;
        margin-top: 12px
    }

    .footer__widget-title-social-conatainer {
        justify-content: center;
        margin: 24px 0;

    }

    .footer__widget {
        margin-bottom: 20px
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    #legal-icons a {
        max-width: 60px;
        max-height: 60px;
        min-width: 60px;
        min-height: 60px;
    }
}

@media (min-width: 1025px) {
    #legal-icons a {
        max-width: 80px;
        max-height: 80px;
        min-width: 80px;
        min-height: 80px;
    }
}

@media only screen and (min-width: 768px) {
    #siteFoot {
        #legal-icons {
            a {
                display: block;
                width: 65px;
            }
        }
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {


    .footer__widget-divider {
        display: block;
        margin: 32px 0;
        background-color: #E2E8F0;
        opacity: 100;
    }

    .footer__aside {
        padding: 32px 0
    }

    .footer__disclaimer {
        padding: 32px 0
    }

    .notice__title {
        margin-top: 32px;
    }

}





