.footer {
    background: var(--cabb-color-main);
    font-family: var(--cabb-font-heading);
    padding: 65px 20px 27px;
}

body.tab_navigation .footer :focus-visible {
    outline-color: #fff !important;
}

.footer .footer_inner {
    max-width: var(--max-width);
    margin: 0 auto;
}

.footer .footer_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 17px;
    line-height: 1.47;
}

.footer .footer_container strong {
    font-weight: 600;
}

.footer a {
    color: #fff;
}

.footer .footer_container p {
    margin: 0 0 12px;
}

.footer .footer_column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer .footer_column > div {
    padding: 10px 0;
}

.footer .footer_column.left,
.footer .footer_column.right {
    max-width: 262px;
    width: 100%;
}

.footer .footer_column.center {
    flex: 1;
    align-items: center;
    padding: 0 20px;
    text-align: center;
}

.footer .socials_module {
    display: flex;
    flex-wrap: wrap;
    margin: -14px;
}

.footer .socials_module .soc_item {
    padding: 9px;
}

.footer .socials_module .soc_item a {
    display: block;
    padding: 5px;
}

.footer .logo_module img,
.footer .logo_module svg {
    max-width: 132px;
    max-height: 132px;
}

.footer .footer_bottom {
    text-align: center;
    padding-top: 12px;
    color: #fff;
    font-size: 14px;
}

.footer .footer_bottom p {
    margin-top: 0;
}

.footer .footer_bottom p:last-child {
    margin: 0;
}

.page_footer {
    font-size: 14px;
    line-height: 1.57;
    width: calc(100% - 40px);
    padding: 40px 20px;
    box-sizing: content-box;
    margin: 0 auto;
}

.page_footer.w_wide {
    max-width: var(--max-width) !important;
}

.page_footer.w_article {
    max-width: var(--wp--custom--cabb-block-content-size) !important;
}

@media (max-width: 992px) {
    .footer .footer_column.left,
    .footer .footer_column.right {
        width: auto;
    }
}

@media (max-width: 800px) {
    .footer {
        text-align: center;
    }

    .footer .footer_column {
        padding: 15px 0 !important;
    }

    .footer .footer_column.left,
    .footer .footer_column.right {
        max-width: none;
        width: 100%;
    }

    .footer .footer_column.center {
        order: 0;
        padding-top: 0 !important;
    }

    .footer .footer_column.left {
        order: 1;
    }

    .footer .footer_column.right {
        order: 2;
        padding-bottom: 0 !important;
    }

    .footer .socials_module {
        justify-content: center;
    }
}
