.absolute-footer {
    display: none !important;
}

.footer-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 26px;
    margin-top: 40px;
}

.footer-icon .icon-box * {
    margin: 0;
}

.footer-icon .icon-box strong {
    font-weight: 500;
}

.footer-icon .icon-box {
    margin-bottom: 20px;
}

.footer-icon .icon-box-img {
    padding: 0;
    margin-top: -5px;
}

footer .ux-menu-link a {
    list-style: disc;
    display: list-item;
    margin-left: 20px;
}

footer .ux-menu-link a:hover {
    color: var(--primary-color) !important;
}

.map-footer {
    max-width: 327px;
}

footer .button.is-link:hover {
    color: var(--primary-color) !important;
}

footer .social-icons {
    margin-top: 10px;
}

footer .social-icons a.icon.button.circle {
    border-color: rgb(255 255 255 / 20%) !important;
}

footer .social-icons a.icon.button.circle:hover {
    border-color: rgb(255 255 255 / 100%) !important;
    background-color: transparent !important;
}

#top-link.back-to-top {
    width: 55px;
    height: 55px;
    background-color: #FFBD30;
    line-height: 60px;
    border: 0
}

.back-to-top i::before {
    content: url(../icons/arr-top.svg);
}

@media (max-width: 850px) {

    .footer-title {
        margin-bottom: 15px;
        margin-top: 0px;
    }

}