#footer-smcf {
    width: 100%;
    padding: 0;
    margin: 0;
}

#footer-smcf .top-container {
    background-color: var(--color-menu-main);
    width: 100%;
}

#footer-smcf .top-container .nav-container {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 60px 0;
    margin: 0 auto;
}

#footer-smcf .top-container .nav-container ul {
    padding: 0 10px;
    box-sizing: border-box;
    width: 230px;
}

#footer-smcf .top-container .nav-container ul > li {
    font-size: 16px;
    line-height: 20px;
    list-style: none;
}

#footer-smcf .top-container .nav-container ul > p {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

#footer-smcf .top-container .nav-container ul > li a {
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

#footer-smcf .top-container .nav-container ul > li a:hover {
    color: var(--color-menu-highlight);
}

#footer-smcf .bottom-container {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}

#footer-smcf .bottom-container .contact-container {
    min-width: 1100px;
    display: flex;
    border-bottom: 1px solid rgb(200, 200, 200);
    padding: 0 0 30px 0;
}

#footer-smcf .bottom-container .contact-container .social-contact {
    flex-grow: 1;
}

#footer-smcf .bottom-container .contact-container .talk-contact {
    flex-grow: 1;
}

#footer-smcf .bottom-container .contact-container .contact-title {
    text-align: left;
    font-size: 18px;
    line-height: 1em;
    color: rgb(51, 51, 51);
    font-weight: 500;
    font-family: var(--font-family-main);
    width: 100%;
    padding: 0 0 15px 0;
    border-bottom: 1px solid rgb(200, 200, 200);
}

#footer-smcf .bottom-container .other-container {
    min-width: 1100px;
    display: flex;
    border-bottom: 1px solid rgb(200, 200, 200);
    padding: 30px 0;
}

#footer-smcf .bottom-container .other-container ul {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer-smcf .bottom-container .other-container ul .divider {
    width: 1px;
    height: 15px;
    background-color: #161616;
}

#footer-smcf .bottom-container .other-container ul li {
    box-sizing: border-box;
    display: inline;
    padding-right: 0px;
    padding-left: 0px;
    list-style: none;
    margin-left: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#footer-smcf .bottom-container .other-container ul li a {
    font-size: 14px;
    box-sizing: border-box;
    background-color: transparent;
    color: #161616;
    text-decoration-line: none;
}

#footer-smcf .bottom-container .other-container ul li a:hover {
    color: var(--color-menu-highlight);
}

#footer-smcf .bottom-container .copyright-container {
    box-sizing: border-box;
    font-style: normal;
    line-height: 1.5;
    font-family: MuseoSansRounded-500, MuseoSans-500, Arial, Helvetica, sans-serif;
    clear: left;
    text-align: center;
    display: none;
}

@media (max-width: 1100px) {
    #footer-smcf .top-container {
        display: none;
    }

    #footer-smcf .bottom-container .contact-container {
        min-width: unset;
    }

    #footer-smcf .bottom-container .other-container {
        min-width: unset;
        display: none;
    }

    #footer-smcf .bottom-container .contact-container .talk-contact {
        flex-grow: 0;
        display: none;
    }
}
