
.footer {
    padding-bottom: 48px;
    margin-top: 30px;
}

.footer .change-theme-color {
    margin-top: 20px;
}

.footer .change-theme-color > span {
    background-color: #151a22;
}

.footer-menus {
    padding-bottom: 16px;
    margin-top: 48px;
}

.footer-menus .container {
    max-width: 1552px;
    width: 100%;
    display: flex;
}

.footer-logo svg {
    max-height: 60px;
    width: 100%;
}

.footer-copyright {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-copyright .title {
    margin-bottom: 16px;
    font-size: 14px;
    color: #1b1414;
}

.footer-menu {
    width: 25%;
    max-width: 160px;
    margin-right: 40px;
}

.h-footer-menu {
    font-size: 16px;
    margin-bottom: 20px;
    color: #dafe31;
    font-weight: 600;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer-menu ul li {
    margin-bottom: 5px;
    width: 100%;
    display: flex;
}

.footer-menu ul li:last-child {
    margin-bottom: 0;
}

.footer-menu ul li a {
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

.footer-settings {
    margin-left: auto;
    min-width: 169px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer .copyright_gambling_soft a {
    color: #dafe31;
    border-color: #dafe31;
}

.footer .copyright_gambling_soft svg,
.footer .copyright_gambling_soft svg g {
    fill: #dafe31 !important;
}

.footer-providers-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.footer-providers-logo .img-wrap {
    padding: 20px 10px;
    width: 200px;
    height: 75px;
    filter: contrast(.5);
    text-align: center;
}

.footer-providers-logo img {
}


.footer-copyright .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-copyright .copyright {
    padding: 0;
    width: 100%;
    font-size: 12px;
    text-align: center;
}


.footer-support {
    margin-right: 40px;
}

.footer-support .btn {
    margin-top: 20px;
}


.footer-logo .logo {
    max-width: 140px;
}

.license {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 20px;
    font-size: 12px;
}

.license__company-logo-link {
    flex: 0 0 110px;
    width: 110px;
}

.license__info a:hover {
    color: inherit;
}

.license__company-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 13px;
    gap: 5px;
}

.license__developedby {
    white-space: nowrap;
}

.license__developedby a:hover {
    text-decoration: underline;
}

.license__company-logo-image {
    width: 100%;
    height: auto;
    max-width: 110px;
}

.license__logos {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.license__logos__section {
    display: flex;
    gap: 10px;
}

.license__company-forbidden-minors-logo svg {
    fill: #dafe31;
    width: 50px;
    height: auto;
}

.license__telegram,
.license__company-forbidden-minors-logo,
.license__company-site-seal {
    max-width: 50px;
}

.license__telegram-link svg {
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 1629px) {
    .footer-providers-logo .img-wrap {
        padding: 10px;
        width: auto;
        height: 70px;
    }
}

@media screen and (max-width: 1200px) {
    .footer-support {
        order: 1;
    }

    .footer-copyright {
        width: 100%;
        order: 2;
    }

    .footer-menus .container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .footer-menu {
        width: auto;
        margin: 0;
    }


    .footer-social {
        width: 145px;
    }

    .footer-social img {
        border-radius: 4px;
        margin: 0px 6px 0 0;
        width: 30px;
        height: 30px;
    }

    .footer-tournaments {
        width: calc(100% - 160px);
    }

    .footer-tournaments svg {
        height: 20px;
        margin: 0 2px 0 0;
    }
}

@media screen and (max-width: 1170px) {
    .footer-providers-logo .img-wrap {
        height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .footer {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .footer-copyright .copyright {
        text-align: center;
    }

    .footer-menus {
        margin-top: 20px;
    }

    .footer-menus .container {
        flex-direction: column;
    }

    .footer-copyright {
        order: 1;
        margin-top: 16px;
    }

    .footer-copyright,
    .footer-menu {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }

    .footer-menu {
        padding: 40px 0;
        background-color: #13212d;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .footer-menu + .footer-menu {
        padding-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .footer-logo {
        display: none;
    }

    .footer-menu .h-footer-menu {
        text-align: center;
        font-size: 20px;
    }

    .footer-menu ul {
        text-align: center;
    }

    .footer-menu ul li {
        display: list-item;
    }

    .footer-menus .container {
        gap: 0;
    }

    .footer-menu.active {
        max-height: inherit;
        margin-bottom: 12px;
    }

    .footer-menu ul li a {
        font-size: 14px;
    }

    .footer {
        padding-bottom: 86px;
        padding-top: 40px;
    }

    .footer-settings {
        display: none;
    }

    .footer-social {
        width: 100%;
        margin-bottom: 12px;
    }

    .footer-tournaments {
        width: 100%;
    }

    .footer-tournaments svg {
        height: 14px;
        margin: 0;
    }

    body.dark-theme .footer-menu {
        background-color: #1e1e1e;
    }

    .footer-support {
        margin-right: 0;
    }

    .license__company-logo {
        flex: 0 1 auto;
    }

    .license__logos {
        gap: 20px;
    }

    .license__company-logo {
        flex: 1 0 100%;
        flex-wrap: wrap;
        order: 1;
    }

    .license__developedby {
        white-space: normal;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .footer-support {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        text-align: center;
        order: 1;
    }

    .footer-support .btn {
        max-width: 200px;
        margin: 20px auto 0;
    }

}

body.dark-theme .footer .copyright_gambling_soft span {
    color: #fff;
}

body.dark-theme .footer .copyright_gambling_soft svg,
body.dark-theme .footer .copyright_gambling_soft svg g {
    fill: #dafe31 !important;
}

body.dark-theme .footer .copyright_gambling_soft a {
    color: #dafe31;
    border-color: #dafe31;
}

body.dark-theme .footer-copyright .title {
    color: #fff;
}
