
.footer-container-fluid {
    width: 100%;
    margin: 0 auto !important;
}

.footer-wrapper {
    gap: 6em !important;
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-left.border-top-0{
    /*flex-direction: inherit;*/
}
.mark, mark {
    padding: 0 !important;
}
.footer-left > p {
    padding-left: 15.3px;
    font-weight: 500;
    font-size: 12px;
}

.footer-left .policy-footer {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}

.footer-container .footer-left .social-footer {
    column-gap: 12px;
}

.footer-container .item-footer {
    width: 144px;
}

.footer-container .nav-footer-left {
    padding-left: 15.3px;
}

.footer-container .nav-footer-left .wp-block-navigation__container>li {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
}

.footer-container .item.social > a:hover {
    opacity:0.9;
}

.footer-container .copyright {
    margin-bottom: 0;
    font-size: 13px !important;
    opacity: 0.6;
    line-height: 18px;
    font-weight: 500 !important;
    color: #FCFCFC;
    font-family: var(--wp--preset--font-family--heading);
}

.footer-right, .first-three, .last-four {
    column-gap: 50px !important;
    margin-bottom: 0;
}

.footer-right>div:first-child {
    flex: unset !important;
    width: calc((100% - 50px) / 7 * 3);
}
.footer-right>div:last-child {
    flex: unset !important;
    width: calc((100% - 50px) / 7 * 4);
}

@media (max-width: 992px) {
    .footer-right>div.wp-block-column:first-child, .footer-right>div.wp-block-column:last-child {
        width: calc((100% - 50px) / 2);
        flex-basis: unset !important;
    }

    .first-three, .last-four {
        flex-direction: column;
    }
    .footer-right .first-three > div.wp-block-column, .footer-right .last-four > div.wp-block-column {
        flex: unset !important;
        flex-basis: unset !important;
    }
}

.footer-right > div {
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    .footer-right > div {
        flex-direction: row;
    }
}

.heading-footer {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    max-width: 116px;
}

.nav-footer ul {
    width: 100%;
    height: 100%;
}

.nav-footer ul li {
    row-gap: 16px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start !important;
}

.nav-footer ul li span {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    font-family: var(--wp--preset--font-family--paragraph);
    letter-spacing: 0.12em;
}

.footer-container .heading-footer {
    font-family: var(--wp--preset--font-family--heading);
    font-size: 16px !important;
    font-weight: 700;
    line-height: 35px;
}

.footer-container ul a {
    width: 100%;
}

@media (max-width: 1380px) and (min-width: 993px) {
    .nav-footer ul li span {
        font-size: 11px;
    }

    .footer-container .heading-footer {
        font-size: 12px !important;
        line-height: 35px;
    }
}

@media only screen and (max-width: 992px) {
    .footer-wrapper {
        flex-direction: column-reverse !important;
        row-gap: 24px;
        gap: 2em !important;
    }
    .nav-footer ul {
        row-gap: 12px;
    }

    .nav-footer ul li {
        width: 100%;
        height: auto !important;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .footer-left {
        row-gap: 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 24px;
    }

    .footer-container .footer-left .nav-footer-left {
        padding-left: 0;
    }

    .footer-container .footer-left .social-footer > ul {
        justify-content: center;
    }

    .footer-container .footer-left .social-footer > ul img {
        width: 33px !important;
    }

    .footer-container ul a {
        width: 100%;
    }

    .footer-left .nav-footer ul li {
        align-items: center !important;
    }

    .footer-left > p {
        padding-left: 0;
        text-align: center;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 18px !important;
        color: rgba(252, 252, 252, 0.5);
    }

    .footer-right {
        display: flex !important;
    }

    .footer-left .policy-footer {
        row-gap: 24px;
    }
    .policy-footer .nav-footer-privacy-policy ul {
        text-align: center;
    }
}


