.footer-title * {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.footer-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--gray-dark);
    font-weight: bold;
}

.footer-menu .ux-menu-link__link {
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    min-height: unset;
    height: auto;
}

.footer-menu:not(.menu-ver) .ux-menu-link+.ux-menu-link {
    margin-top: 20px !important;
}

.footer-menu i {
    color: var(--primary-color);
}

.absolute-footer {
    padding: 15px 0;
}

button#top-link {
    background-color: #fff;
    color: var(--primary-color);
}

.footer-desc {
    font-size: 13px;
}

@media screen and (min-width: 850px) {
    .footer-img-col {
        max-width: 270px;
        flex-basis: 270px;
    }

    .footer-desc-col {
        max-width: calc(100% - 270px);
        flex-basis: calc(100% - 270px);
    }

    .footer-menu.menu-ver {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 850px) {
    .footer-img-col img {
        width: 200px;
    }

    /* .footer-menu .ux-menu-link+.ux-menu-link {
        margin-top: 20px !important;
    }

    .footer-menu:not(.menu-ver) .ux-menu-link+.ux-menu-link {
        margin: 5px !important;
    }

    footer .ux-menu-link__icon+.ux-menu-link__text {
        padding: 0
    }

    .footer-menu {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    } */

    .footer-desc br {
        display: none;

    }

    .footer-desc {
        font-size: 12px;
    }
}