/* FOOTER */
footer .footer-product .hfe-nav-menu {
    columns: 2;
}
/* END FOOTER */

/* CTA */
.back-top {
    text-align: center;
    transition: .5s;
    cursor: pointer;
    z-index: 9;
}
.box-cta-footer {
    z-index: 99;
    position: fixed;
    right: 15px;
    bottom: 20px;
}
.cta-link {
    border-radius: 6px;
    text-align: center;
    margin: 10px 0;
    display: block;
    padding: 4px;
    background-color: var(--main_bgr);
    box-shadow: 0 0 9px 0px rgb(0 0 0/34%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-link i {
    font-size: 24px;
    color: #fff;
}
.cta-link span, #home-icon {
    display: none;
}
.cta-link:hover {
    background-color: #f7122a;
}
#phone-icon {
    margin-top: 0;
}
.cta-link:last-child {
    margin-bottom: 0;
}
/* END CTA */

/* phone */
#site-footer .back-top {
    right: 28px;
    bottom: 8px;
    opacity: 1;
    z-index: 100;
}
#site-footer .back-top i {
    color: #fff;
}
/* end phone */

@media (max-width: 1024px){
    .box-cta-footer {
        right: 0;
        bottom: 0;
        display: flex;
        width: 100%;
        border-top: 1px solid #fff;
    }
    .cta-link {
        display: flex;
        flex-direction: column;
        flex: auto;
        width: 25%;
        height: auto;
        margin: 0;
        padding: 7px 5px;
        color: #fff;
        align-items: center;
        justify-content: space-between;
        border-radius: 0;
        border-right: 1px solid #f5f5f5;
    }
    .cta-link img {
        height: 26px;
    }
    a#form-icon {
        display: none;
    }
    .cta-link span, #home-icon {
        display: flex;
    }
    .box-cta-footer .back-top {
        position: absolute;
        right: 10px;
        bottom: 80px;
        border-radius: 6px;
        margin: 0;
        padding: 4px;
        background-color: var(--main_bgr);
        box-shadow: 0 0 9px 0px rgb(0 0 0/34%);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px){
    
}