footer {
    padding: 35px 30px;
    margin-top: auto;
}

.no-banner footer {
    border-top: 1px solid var(--gold);
}

#footer-left p {
    color: var(--nav-blue);
    margin-bottom: 0;
}
#footer-left p br{
    display: none;
}
#footer-sign {
    margin-left: 15px;
}

#footer-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    line-height: 24px;
    color: var(--nav-blue);
}

#menu-privacy-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu-privacy-menu li {
    padding: 0 14px;
    position: relative;
}

#menu-privacy-menu li::before,
#footer-right .crafted::before,
#footer-right .year::before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 6px;
    transform: rotate(10deg);
    background-color: var(--gold);
}

#menu-privacy-menu li:first-of-type::before {
    display: none;
}

#menu-privacy-menu li a {
    color: var(--nav-blue);
    position: relative;
}

#menu-privacy-menu li a:hover {
    color: var(--orange);
    text-decoration-line: underline;
}

#footer-right .crafted {
    color: var(--nav-blue);
    padding: 0 15px;
    position: relative;
}

#footer-right .year {
    color: var(--nav-blue);
    padding-left: 15px;
    position: relative;
}

#footer-right .crafted a:hover {
    text-decoration-line: underline;
    color: var(--orange);
}

@media (max-width: 1199.9px) {
    #footer-left,
    #footer-right {
        justify-content: center;
        text-align: center;
    }

    #footer-left {
        margin-bottom: 15px;
    }
}

@media (max-width: 767.8px) {
    #menu-privacy-menu {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        justify-content: center;
    }

    #menu-privacy-menu li {
        padding: 0 10px;
    }

    #footer-right .crafted {
        width: 100%;
        margin-bottom: 15px;
    }

    #footer-sign {
        display: block;
        width: 200px;
        margin: 30px auto 0 auto;
    }

    #footer-right .crafted::before,
    #footer-right .year::before {
        display: none;
    }
    #footer-right .year{
        padding-left: 0;
    }
}

@media (max-width: 575.8px) {
    #menu-privacy-menu li::before, #footer-right .crafted::before, #footer-right .year::before {
        display: none;
    }
    #footer-left p{
        font-size: 20px;
        line-height: 30px;
        color: #415264;
        font-weight: 700;
        margin-bottom: 10px;
    }
    #footer-left p br{
        display: block;
    }
}