.global__footer {
    display:flex;
    flex-direction: column;
    background:#454545;
    border-top: 4px solid #ED1B2F;
}

.global__footer-inner-container {
    display: flex;
    flex-direction: column;
}

.global__footer-upper-container {
    padding: 2.5rem 2rem;
}

.global__footer-bottom-menu {
    display: none;
}

.global__footer-menu-parent-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.global__footer-address > h3,
.global__footer-phone > h3,
.global__footer-languages > h3 {
    font-size: 2.4rem !important;
    color: #fff !important;
    margin-bottom: .6rem;
    font-weight: 400 !important;
}

.global__footer-address > p,
.global__footer-phone > p,
.global__footer-languages > p {
    font-size: 1.6rem;
    color: #fff;
    margin: 0;
    font-weight: 300;
}

.global__footer-locations {
    display: flex !important;
    align-items: center !important;
    color: #FFF !important;
    line-height: unset !important;
    min-height: unset !important;
    font-weight: 400 !important;
    font-size: 2.4rem !important;
    margin: 1.6rem 0 4rem 0;
    padding: 0 !important;
}

.global__footer-locations > a {
    color: #FFF !important;
    line-height: unset !important;
    min-height: unset !important;
    font-size: 2.4rem !important;
    text-decoration: underline;
    font-weight: 400 !important;
    margin-left: .6rem;
}

.global__footer-locations > a:hover {
    text-decoration: underline !important;
}

.global__footer-phone {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
}

.global__footer-languages > ul {
    display: flex;
    list-style: none;
    gap: 1.6rem;
    padding-left: 0;
}

.global__footer-languages > ul > li > a,
.global__footer-child-menu > li > a{
    color: #FFF !important;
    line-height: unset !important;
    min-height: unset !important;
    font-size: 1.6rem !important;
    font-weight: 300 !important;
}

.global__footer-languages > ul > li > a:hover,
.global__footer-child-menu > li > a:hover {
    color: #FFF !important;
    text-decoration: underline !important;
    text-shadow: none !important;
}

.global__footer-lower-container {
    display: flex;
    flex-direction: column;
}

.global__footer-menu-parent-title-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem 2rem;
    border-bottom: 2px solid #919191;
    border-top: 2px solid #919191;
    cursor: pointer;
}

.global__footer-menu-parent:not(:first-child) {
    margin-top: -.2rem;
}

.global__footer-menu-parent-title-container > svg {
    fill: #FFF !important;
}

.global__footer-menu-parent-title-container > svg.footer-show-menu {
    transform: rotate(180deg);
}

.global__footer-menu-parent-label {
    font-size: 2.4rem;
    font-weight: 400;
    color: #FFF;
    margin: 0;
}

.global__footer-child-menu {
    display: none;
    gap: 1rem;
    flex-direction: column;
    padding: 1.6rem 2rem;
    margin: 0;
    list-style: none;
}

.global__footer-child-menu.footer-show-menu {
    display: flex;
}

.global__footer-social-icons {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 1rem;
    margin: 2rem;
    padding: 0;
}

.global__footer-about-us-wrapper {
    display: none;
}

.global__footer-social-icons > li > a {
    line-height: unset !important;
    min-height: unset !important;
}

.global__footer-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.global__footer-iso  {
    margin: 2rem;
    display: flex;
    justify-content: center;
}

.global__footer-tasi {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__tasi-logo {
    width: 10rem;
    margin-bottom: 1rem;
}

.global__footer-tasi-text {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.global__footer-tasi-text > p {
    color: #FFF !important;
    font-size: 1.4rem;
    margin: 0;
}

.global__footer-tasi-text > a {
    min-height: unset !important;
    line-height: unset !important;
    font-size: 1.4rem !important;
    color: #FFF !important;
    text-decoration: underline !important;
}

.global__footer-copyright-text {
    color: #FFF !important;
    font-size: 1.2rem !important;
    text-align: center;
    margin: 2rem 0;
}

.global__footer-row {
    flex-direction: column;
    align-items: center;
}

.global__footer-tasi {
    flex-direction: column;
}

.global__footer-tasi-text {
    flex-direction: row;
    gap: .6rem;
}

.footer__iso {
    width: 6rem;
}


@media screen and (min-width: 960px) {
    .global__footer {
        align-items: center;
        padding: 5.5rem 2rem 0 2rem;
    }

    .footer_tasi-logo {
        width: 12rem;
    }

    .global__footer-iso {
        margin: 0;
    }

    .footer__iso {
        width: 5rem;
    }

    .global__footer-row {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 128rem;
        margin: 2rem auto;
        gap: 4rem;
        height: 9rem;
    }

    .global__footer-tasi {
        flex-direction: row;
        align-items: center;
        gap: 2rem;
    }

    .global__footer-tasi-text {
        flex-direction: row;
        gap: .6rem;
    }

    .global__footer-upper-container {
        padding: 0;
        margin-right: 16rem;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .global__footer-inner-container {
        flex-direction: row;
        max-width: 128rem;
        width: 100%;
    }

    .global__footer-lower-container {
        flex-direction: row;
        gap: 7rem;
        flex: 1;
    }

    .global__footer-child-menu {
        display: flex;
        padding: 0;
        gap: 1.6rem;
    }

    .global__footer-child-menu > li > a,
    .global__footer-address > p,
    .global__footer-phone > p,
    .global__footer-languages > p {
        font-size: 1.4rem !important;
    }

    #footer-block-710,
    #footer-block-712 {
        display: none;
    }

    .global__footer-menu-parent-title-container {
        border: none;
        padding: 0 0 1.2rem 0;
    }

    .global__footer-menu-parent-label,
    .global__footer-address > h3,
    .global__footer-phone > h3,
    .global__footer-languages > h3 {
        font-size: 1.8rem !important;
        font-weight: 700 !important;
        text-transform: uppercase;
    }

    .global__footer-menu-parent-title-container > svg {
        display: none;
    }

    .global__footer-locations,
    .global__footer-phone {
        margin: 0;
    }

    .global__footer-languages {
        margin-top: auto;
    }

    .global__footer-languages > ul {
        margin-bottom: 0;
    }

    .global__footer-locations,
    .global__footer-locations > a {
        font-size: 1.8rem !important;
        font-weight: 600 !important;
    }

    .global__footer-bottom-row {
        width: 100%;
        max-width: 128rem;
        margin-top: 5rem;
        padding-top: 2rem;
        border-top: 1px solid #FFF;
        flex-direction: row;
    }

    .global__footer-bottom-menu {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        flex: 1;
        align-items: center;
    }

    .global__footer-bottom-menu > li:not(:last-child)::after {
        content: "|";
        color: #FFF;
        margin: 0 1.2rem;
    }

    .global__footer-bottom-menu > li > a {
        color: #FFF !important;
        line-height: unset !important;
        min-height: unset !important;
        font-size: 1.4rem !important;
        font-weight: 300 !important;
        text-decoration: none !important;
    }

    .global__footer-bottom-menu > li > a:hover {
        text-decoration: underline !important;
    }

    .global__footer-about-us-wrapper {
        display: flex;
        flex-direction: column;
    }

    .global__footer-flex-row-between {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .global__footer-social-icons {
        margin: 2rem 0 0 0;
    }
}

@media screen and (min-width: 1126px) {
    .global__footer-flex-row-between {
        flex-direction: row;
        align-items: flex-start;
    }


}