.footer_wrap_inner .footer_logo {
    height: 110px;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.footer_wrap_inner .footer_logo img {
    width: 320px;
    max-width: 100%;
    height: auto;
}

.footer_wrap_inner .footer_separator {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    width: 100%;
}

.footer_wrap_inner .footer_separator:before,
.footer_wrap_inner .footer_separator:after {
    content: "" !important;
    display: block !important;
    flex: 1 !important;
    height: 1px !important;
    max-width: 160px;
    background: rgba(255, 255, 255, .35) !important;
}

.footer_wrap_inner .footer_separator span {
    display: block !important;
    color: #fca44a !important;
    font-size: 20px !important;
}

/* dolne przyciski */
.footer_wrap_inner .footer_bottom_links {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.footer_wrap_inner .footer_bottom_links > div {
    margin-bottom: 20px !important;
}

.footer_wrap_inner a.footer_bottom_link,
.footer_wrap_inner a.footer_bottom_link:visited {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-width: 210px;
    padding: 14px 28px !important;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, .08) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    transition: all .3s ease !important;
}

.footer_wrap_inner a.footer_bottom_link span {
    color: #fca44a !important;
    font-size: 14px !important;
    display: inline-flex;
    align-items: center;
}

.footer_wrap_inner a.footer_bottom_link:hover {
    color: #ffffff !important;
    background: #fca44a !important;
    border-color: #fca44a !important;
    transform: translateY(-3px);
}

.footer_wrap_inner a.footer_bottom_link:hover span {
    color: #ffffff !important;
}

/* indywidualne kolory */
.footer_wrap_inner a.footer_payment:hover {
    background: #3c9b62 !important;
    border-color: #3c9b62 !important;
}

.footer_wrap_inner a.footer_youtube:hover {
    background: #d92323 !important;
    border-color: #d92323 !important;
}

.footer_wrap_inner a.footer_rodo:hover {
    background: #3978c8 !important;
    border-color: #3978c8 !important;
}

.footer_wrap_inner a.footer_bottom_link {
    box-sizing: border-box;
}

/* facebook */
.footer_wrap_inner .footer_facebook_link:hover {
    background: #1877f2 !important;
    border-color: #1877f2 !important;
}

.footer_wrap_inner .footer_facebook_link span:first-child {
    font-size: 18px;
}

.footer_wrap_inner .footer_facebook_link {
    cursor: pointer;
}

@media (max-width: 767px) {
    .footer_wrap_inner .footer_logo {
        justify-content: center;
        height: auto;
        margin-bottom: 25px;
    }

    .footer_wrap_inner .footer_logo img {
        width: 240px;
    }

    .footer_wrap_inner .footer_separator {
        gap: 10px !important;
    }

    .footer_wrap_inner .footer_separator:before,
    .footer_wrap_inner .footer_separator:after {
        max-width: 60px;
    }

    .footer_wrap_inner .footer_bottom_links {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .footer_wrap_inner .footer_bottom_links > div {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 12px !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .footer_wrap_inner a.footer_bottom_link {
        width: 85% !important;
        max-width: 300px;
        margin: 0 auto !important;
    }

    .footer_wrap_inner a.footer_bottom_link span:first-child {
        font-size: 16px;
    }

    .footer_wrap_inner .columns_wrap.footer_bottom_links {
        margin-bottom: -40px !important;
    }
}
