
.apps_big_buttons {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.apps_big_buttons .app_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 54px;
    text-decoration: none;
    border-radius: var(--theme-rounded-button);
    background: #1d2332;
    color: var(--text-color)
}

.apps_big_buttons .app_button > span {
    padding: 5px 5px 5px 40px;
    background-repeat: no-repeat;
    background-position: left center
}

.apps_big_buttons .app_button.google_play > span {
    background-image: url(/wp-content/themes/onexbet-peru/assets/img/acf/google_play_logo.svg)
}

.apps_big_buttons .app_button.app_store > span {
    background-image: url(/wp-content/themes/onexbet-peru/assets/img/acf/apple_logo.svg)
}

.apps_big_buttons .app_button > span > span {
    display: block
}

.apps_big_buttons .app_button > span > span:first-child {
    font-size: 10px;
    font-weight: 500;
    line-height: normal
}

.apps_big_buttons .app_button > span > span:last-child {
    font-size: 14px;
    font-weight: 700;
    line-height: 140%
}

footer.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    color: var(--text-color);
    background-color: var(--color-1, var(--main_bg_color));
}

footer.footer .logo {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    grid-gap: 24px;
    margin-bottom: 48px
}

footer.footer .logo:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #1d2332;
}

footer.footer .logo .custom-logo-link {
    display: block;
    max-width: 175px
}

footer.footer .logo .custom-logo-link img {
    width: auto;
    height: 50px
}

footer.footer .footer__container {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #1d2332;
    padding-bottom: 48px
}

footer.footer .footer__container .nav__container {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    flex: 1 0 0
}

footer.footer .footer__container .nav__container .description {
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
    max-width: 210px
}

footer.footer .footer__container .nav__container .description strong {
    color: var(--text-color)
}

footer.footer .footer__container .nav__container .nav_heading {
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px
}

footer.footer .footer__container .nav__container .nav_column_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 56px
}

footer.footer .footer__container .nav__container .nav_column nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer.footer .footer__container .nav__container .nav_column nav ul li {
    padding-bottom: 10px;
    line-height: normal
}

footer.footer .footer__container .nav__container .nav_column nav ul li a {
    font-size: 14px;
    color: var(--text-color);
    text-decoration: none
}

footer.footer .footer__container .nav__container .nav_column nav ul li a:hover {
    color: #8aba35
}

footer.footer .footer__container .nav__container .menu_footer_s .menu-description {
    font-size: 13px
}

footer.footer .social {
    display: flex;
    gap: 6px;
    margin-top: 16px
}

footer.footer .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

footer.footer .social a svg {
    width: 24px;
    color: var(--text-color)
}

footer.footer .footer_logos_partners {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #1d2332;
}

footer.footer .footer_logos_partners .item {
    max-width: 75px
}

footer.footer .footer_logos_partners img {
    width: auto;
    max-height: 70px
}

footer.footer .footer_payments {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid #1d2332;
}

footer.footer .footer_payments .item {
    max-width: 65px
}

footer.footer .footer_payments img {
    width: auto;
    max-height: 19px
}

footer.footer .copyright__container {
    grid-template-columns: 1fr auto;
    grid-gap: 24px;
    padding-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.footer .footer_logos_police {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

footer.footer .footer_logos_police .item {
    max-width: 90px
}

footer.footer .footer_logos_police img {
    width: auto;
    max-height: 28px
}

footer.footer .bottom_panel {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    height: 70px;
    align-items: center;
    padding: 0 16px;
    background: linear-gradient(127deg, #8aba35 0%, #8aba35 100%);
    z-index: 10;
    transition: .5s
}

footer.footer .bottom_panel.apps {
    justify-content: flex-end
}

footer.footer .bottom_panel.apps .image {
    position: absolute;
    left: 7px;
    top: -27px
}

footer.footer .bottom_panel.apps .image img {
    width: 130px
}

footer.footer .bottom_panel.apps .panel_button {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    color: var(--text-color, #FFFFFF);
    background: #0677DB;
}

footer.footer .bottom_panel.apps .panel_button svg {
    height: 25px;
    width: 25px;
    fill: var(--text-color, #FFFFFF)
}

footer.footer .bottom_panel.apps .panel_button .button_name {
    line-height: normal
}

footer.footer .bottom_panel.bonus {
    justify-content: space-between
}

footer.footer .bottom_panel.bonus .bonus {
    font-weight: 700;
    line-height: normal;
    color: var(--text-color)
}

footer.footer .bottom_panel.bonus .panel_button {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 20px;
    text-decoration: none;
    color: var(--text-color, #FFFFFF);
    background: #0677DB;
}

@media (max-width: 991px) {
    footer.footer .logo {
        margin-bottom: 24px
    }

    footer.footer .footer__container {
        flex-direction: column;
        gap: 0;
        padding-bottom: 24px
    }

    footer.footer .footer__container .nav__container {
        order: 1;
        flex-direction: column;
        gap: 24px;
        align-items: center
    }

    footer.footer .footer__container .nav__container .column {
        width: 100%
    }

    footer.footer .footer__container .nav__container .description {
        margin-top: 20px;
    }

    footer.footer .footer__container .nav__container .nav_column_wrap {
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 26px
    }

    footer.footer .footer__container .nav__container .menu_footer_s {
        width: 100%
    }

    footer.footer .footer__container .nav__container .menu_footer_s .nav_column nav ul li {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px
    }

    footer.footer .footer__container .apps_big_buttons {
        flex-direction: row
    }

    footer.footer .footer__container .apps_big_buttons .app_button {
        width: 100%;
        height: 52px
    }

    footer.footer .social {
        justify-content: center
    }

    footer.footer .footer_payments, footer.footer .footer_logos_partners {
        justify-content: center;
        padding: 16px 0;
        gap: 16px
    }

    footer.footer .footer_logos_police {
        justify-content: center;
        grid-gap: 16px
    }

    footer.footer .footer_logos_partners .item {
        max-width: 42px
    }

    footer.footer .footer_logos_partners img {
        max-height: 50px
    }

    footer.footer .copyright__container {
        grid-template-columns: none;
        padding-top: 16px;
        grid-gap: 16px
    }

    footer.footer .copyright__container .copyright {
        order: 1;
        text-align: center
    }

    footer.footer .bottom_panel {
        display: flex;
        transform: translateY(95px)
    }

    footer.footer .bottom_panel.show {
        transform: translateY(0px)
    }

    footer.footer.panel_mode {
        padding-bottom: 100px
    }
}