#back-to-top {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1;
    padding: 0;
}

#back-to-top::before {
    display: block;
    line-height: 1;
    position: static;
}

.site-footer .subfooter .de-flex {
    justify-content: center;
}

.site-footer .footer-copyright {
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.footer-address {
    margin-top: 14px;
    max-width: 100%;
    padding: 0;
    font-size: 14px;
}

.footer-address a {
    align-items: flex-start;
    display: inline-flex;
    line-height: 1.55;
}

.footer-address i {
    flex: 0 0 auto;
    margin-top: 4px;
}

.footer-contact-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 30px;
    margin-top: 14px;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .site-footer .footer-address {
        max-width: 100%;
    }

    .site-footer .footer-nav-groups {
        column-gap: 28px;
        row-gap: 20px;
        transform: translateX(40px);
    }

    .site-footer .footer-nav-group h5 {
        margin-bottom: 8px;
    }

    .site-footer .footer-nav-group .menu-simple li {
        margin-bottom: 5px;
    }
}

.footer-contact-row .topbar-widget {
    font-size: 14px;
    padding: 0;
}

.site-footer .footer-nav-group h5 {
    font-size: 14px;
}

.site-footer .footer-nav-group .menu-simple a {
    font-size: 13px;
}

.site-footer .social-icons {
    margin-top: 14px !important;
    margin-bottom: 0;
}

.site-footer .footer-address-text {
    display: none;
}

.site-footer .footer-address > a > span:not(.footer-address-text) {
    display: inline;
}

@media (max-width: 767px) {
    .footer-nav-groups {
        display: none;
    }

    .footer-address {
        margin-bottom: 0;
    }

    .footer-contact-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 24px;
    }
}
