footer#footer {
    height: auto;
    background-color: var(--color-white);
    border: 0;
    padding-top: 20px;
}

footer#footer .footer_menu {
    width: 100%;
    margin-bottom: 100px;
    padding: 0;
}

footer#footer .footer_menu .newsletter {
    padding: 12px 15px 11px 15px;
    margin-right: 16px;
}

footer#footer .footer_menu .newsletter span {
    color: var(--color-white);
    text-transform: uppercase;
    display: inline-block;
    margin-left: 11px;
    line-height: 15.5px;
    font-size: 12px;
}

footer#footer .footer_menu .newsletter form.mail-signup {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    vertical-align: text-bottom;
    max-height: 27px;
}

footer#footer .footer_menu .newsletter form.mail-signup input {
    display: inline;
    margin-bottom: 0;
    width: 100%;
    padding-left: 12px;
    min-height: 100%;
    font-size: 12px;
    min-width: 100%;
    height: 29px;
    line-height: 12px;
    -webkit-appearance: none;
}

footer#footer .footer_menu .newsletter form.mail-signup a.submit {
    color: #c8c8c8;
    background-color: var(--color-white);
    border-radius: 0;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    position: relative;
    display: table-cell;
}

footer#footer .footer_menu .newsletter form.mail-signup input.hidden_submit {
    background: none;
    padding: 0;
    width: 41px;
    height: 29px;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: 0;
}

footer#footer .footer_menu .newsletter form.mail-signup input.hidden_submit:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer#footer .footer_menu > .container {
    border-top: 1px solid var(--color-black);
    padding: 0 !important;
}

footer#footer .footer_menu > .container #nav-wrap > .container {
    padding: 0 !important;   
}

footer#footer .footer_menu .container .row {
    display: flex;
    align-items: center;
}

footer#footer .footer_menu .socialfollow-icon {
    display: flex;
    align-items: center;
    float: right;
    margin-right: -10px;
}

footer#footer .footer_menu .socialfollow-icon a {
    padding: 0 10px;
}

footer#footer .footer_menu .socialfollow-icon a img {
    width: 22px;
    height: auto;
}

footer#footer .footer_menu .footer-subscribe {
    margin-right: 30px;
}

footer#footer .footer_menu .footer-subscribe input {
    margin: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid var(--color-black);
    border-radius: 0px;
    color: var(--color-black);
    width: 250px;
    padding: 0;
    line-height: 100%;
    font-size: 14px;
    background: transparent;
    font-family: var(--font-ABCDiatype-bold);
    font-weight: 700;
    outline: none !important;
    box-sizing: none !important;
}

footer#footer .footer_menu .menu-item a {
    font-family: var(--font-ABCDiatype-bold) !important;
}

footer#footer .footer_menu ul#nav2 {
    justify-content: space-between;
}

footer#footer .footer_menu ul#nav2 li a {
    margin: 0;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--font-ABCDiatype-bold) !important;
    font-size: 14px;
    color: var(--color-black);
    padding: 15px 0;
}

footer#footer .footer_partners_container {
    padding-bottom: 180px !important;
}

footer#footer .footer_partners_container > .container {
    border-top: 1px solid var(--border-grey);
}

footer#footer .footer_partners_container .advertising {
    padding: 10px 15px 0 15px;
}

footer#footer .footer_partners_container .advertising .partner-title {
    font-size: 14px;
    font-family: var(--font-ABCDiatype-bold) !important;
    color: var(--color-dark-grey) !important;
    margin-bottom: 30px;
}

footer#footer .footer_partners_container .advertising .partner-image img {
    max-height: 40px;
    width: auto;
    height: 100%;
    text-align: left;
}

footer#footer .footer_partners_container .advertising .partner-image {
    text-align: left;
}

footer#footer .footer_partners_container .advertising .partner-image img.julius {
    max-height: 35px;
}

footer#footer .footer_partners_container .advertising .partner-image img.paiget {
    max-height: 40px;
}

footer#footer .footer_partners_container .advertising .partner-image img.huna {
    max-height: 32px;
}

footer#footer .footer_partners_container .advertising .partner-image img.dubai {
    max-height: 42px;
}

footer#footer .footer_partners_container .advertising .footer-bottom-text {
    font-family: var(--font-ABCDiatype-bold);
    font-size: 18px;
    margin-top: 60px;
    color: var(--color-dark-grey);
}

@media screen and (max-width: 1470px) {
    footer#footer {
        padding: 20px 15px 0 !important;
    }

    footer#footer .footer_partners_container .advertising {
        padding: 10px 0 20px 0;
    }
}

@media screen and (max-width: 1200px) {
    footer#footer .footer_menu .container .row {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    footer#footer {
        margin-top: 0 !important;
    }

    footer#footer .footer_menu .container .row {
        display: block;
    }

    footer#footer .footer_menu ul#nav2 {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        background: transparent;
        border: 0;
        padding-bottom: 0;
        z-index: 1;
    }

    footer#footer .footer_menu ul#nav2 li a {
        text-align: left;
        padding: 5px 0;
    }

    footer#footer .footer_menu .socialfollow-icon {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    footer#footer .footer_menu .socialfollow-icon a {
        padding: 0px 10px;
        display: inline-flex;
        margin: 20px 0;
        float: left;
        padding-left: 10px;
    }

    footer#footer .footer_menu .footer-subscribe input {
        width: 100%;
    }

    footer#footer .footer_menu .footer-subscribe {
        margin-right: 0;
    }

    footer#footer .footer_menu ul#nav2 {
        grid-template-columns: 1fr 1fr;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    footer#footer .footer_menu ul#nav2 li {
        border-bottom: 0;
    }

    footer#footer .footer_partners_container .advertising {
        margin-bottom: 10px;
    }

    footer#footer .footer_partners_container .advertising .partner-image img {
        margin-bottom: 30px;
    }
}