footer {
    background: #485156;
    padding: 48px 0 16px;
}

footer .container-footer {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

footer .logo-wrapper {
    max-width: 302.1px;
}

footer .footer-wrapper div {
    padding-right: 0;
    padding-left: 0;
}

footer .contact-wrapper {
    max-width: 244px;
    margin-bottom: 40px;
}

footer .info-wrapper,
footer .legal-wrapper {
    max-width: 200px;
    margin-bottom: 40px;
}

footer .contact-item {
    display: flex;
    margin-bottom: 9px;
}

footer .contact-text {
    min-width: 0;
}

footer .contact-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #FFFFFFCC;
    text-decoration: none;
}

footer .title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.5px;
}

footer .title .info-title {
    margin-bottom: 19px;
}

footer .footer-navigation {
    margin: 0;
}

footer .footer-navigation a {
    font-weight: 400;
    border-bottom: unset;
    color: #FFFFFFCC;
    font-size: 16px;
}

footer .footer-navigation li {
    margin: 0 0 5px;
}

.row.footer-wrapper {
    display: block;
    gap: 24px;
    margin-right: 16px;
    margin-left: 16px;
}

footer .info {
    padding-bottom: 40px;
}

.ce-backtotop.stopSticky {
    bottom: 822px;
}

/* Tablet / Desktop */
@media (min-width: 1024px) {
    footer {
        padding: 48px 0 16px;
    }

    .row.footer-wrapper {
        display: flex;
        gap: 35px;
        margin-right: 0;
        margin-left: 0;
        justify-content: center;
    }



    footer .info {
        padding-bottom: 16px;
    }

    footer .contact-wrapper,
    footer .info-wrapper {
        margin-bottom: 0;
    }

    footer .title {
        margin-bottom: 14px;
    }
    footer .info-title {
        margin-bottom: 16px;
    }
}

/* Large desktop */
@media (min-width: 1280px) {
    .row.footer-wrapper {
        gap: 111px;
    }
}

/* Mobile */
@media (max-width: 599.98px) {
    footer .container,
    footer [class*="container-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

footer .footer-navigation a:hover {
    color: #ffffff;
}