*,
*::before,
*::after {
    box-sizing: border-box
}

ul[class] {
    padding: 0
}

body,
h1,
p,
li {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ul[class] {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

section>*+* {
    margin-top: 1em
}

@media(prefers-reduced-motion: reduce) {
    * {
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

body {
    font-family: sans-serif;
    background: #0c0d1b
}

.o-container {
    padding: 0 10px;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden
}

p:not([class]),
li:not([class]),
h1 {
    color: #fff;
    font-family: sans-serif
}

h1 {
    font-size: 25px
}

@media(min-width: 414px) {
    h1 {
        font-size: 26px
    }
}

@media(min-width: 992px) {
    h1 {
        font-size: 34px
    }
}

.o-btn {
    background: linear-gradient(180deg, #ffd601, #ffc601);
    color: #000;
    border: 1px solid #ffc601;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 700;
    transition: background .2s, color .1s;
    padding: 6px 25px;
    min-width: 115px
}

.o-btn:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32)), linear-gradient(180.16deg, #ffd600 0.74%, #ffc601 99.78%)
}

.o-title-h1 {
    color: #ffc601;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 15px
}

.o-text-center {
    text-align: center
}

.c-main a:not([class]) {
    color: #ffc601;
    font-weight: 700;
    text-decoration: none
}

.c-main a:not([class]):hover {
    text-decoration: underline
}

.o-container--fluid {
    width: 100%;
    margin: 0 auto
}

@media(min-width: 768px)and (max-width: 991px) {
    .o-container--fluid {
        width: 100%
    }
}

@media(min-width: 992px)and (max-width: 1999px) {
    .o-container--fluid {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .o-container--fluid {
        max-width: 1140px
    }
}

.c-header-overlay {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: .3s linear
}

.c-main__inner {
    display: flex;
    flex-direction: column
}

.c-content-page ul:not([class]) {
    padding-left: 25px;
    margin-bottom: 10px
}

@media(min-width: 767px) {
    .c-content-page ul:not([class]) {
        padding-left: 40px
    }
}

.c-content-page ul:not([class]) {
    list-style: none;
    margin: 10px 0
}

.c-content-page ul:not([class])>li:first-child {
    margin-top: 0
}

.c-content-page ul:not([class])>li {
    position: relative
}

.c-content-page ul:not([class])>li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffc601;
    top: 8px;
    left: -15px
}

.c-content-page ul:not([class])>li {
    padding-left: 5px;
    margin-top: 15px
}

table:not([class]) {
    margin: 10px 0;
    color: #fff;
    border-collapse: collapse;
    width: 100%
}

table:not([class]) tr:first-child td {
    text-align: center
}

table:not([class]) tr:not(:last-child) {
    border-bottom: 1px solid #777
}

table:not([class]) tr td:first-child {
    font-weight: 700;
    text-align: left
}

table:not([class]) tr td:last-child {
    text-align: left
}

table:not([class]) td {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    min-width: 120px
}

table:not([class]) td:not(:last-child) {
    border-right: 1px solid #777
}

.o-padding {
    padding-left: 15px;
    padding-right: 15px
}

.c-main__table-section {
    order: -1
}

.c-section>*+* {
    margin-top: 1em
}

.c-table-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px
}

.c-table-top__item {
    box-shadow: 0 0 10px 5px rgba(201, 198, 198, .0588235294);
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    height: 100%
}

.c-table-top__item:first-child .c-table-top__img img {
    margin-top: 35px
}

.c-table-top__img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px
}

.c-table-top__img img {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 150px;
    transform: scale(1.2)
}

.c-table-top__num {
    background-color: #1c1e29;
    color: #fff;
    background-color: #ffc601;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 5px 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    left: 0
}

.c-table-top__num--mod {
    width: 100%;
    text-align: center;
    border-radius: 0
}

.c-table-top__box {
    padding: 15px;
    color: #fff;
    background-color: #1c1e29;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.c-table-top__text {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #ffc601;
    font-size: 21px;
    display: block;
    margin-bottom: 12px
}

.c-table-top__subtext {
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    display: block
}

.c-table-top__btn {
    padding: 7px 32px;
    min-width: 135px;
    text-align: center
}

.c-table-top__name {
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center
}

.c-table-top__name:hover {
    text-decoration: underline
}

.c-table-top__offer {
    background-color: #ffc601;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: 700
}

.c-table-top__offer span {
    font-weight: 700
}

.c-table-top__info {
    padding: 20px 15px
}

.c-table-top__payments[class] {
    margin-top: 0;
    margin-bottom: 0
}

.c-table-top__payments {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto
}

.c-brands__container {
    margin-top: 0
}

.c-brands__table {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    counter-reset: rank 3
}

.c-brands__table tbody {
    width: 100%
}

.c-brands__item {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px 5px rgba(201, 198, 198, .0588235294);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    width: 100%;
    position: relative
}

.c-brands__item::after {
    counter-increment: rank;
    content: counter(rank);
    position: absolute;
    background-color: #ffc601;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 5px 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    left: 0
}

.c-brands__td {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: #1c1e29
}

.c-brands__logo {
    background: rgba(0, 0, 0, 0)
}

.c-brands__logo-link {
    width: 100%;
    display: flex;
    justify-content: center;
    transition: background-color .2s linear
}

.c-brands__logo-link:hover {
    background-color: #313447
}

.c-brands__logo-link img {
    max-width: 150px;
    width: 100%;
    transform: scale(1.2)
}

.c-brands__decor-img {
    display: none
}

.c-brands__bonus {
    padding: 15px 15px 0 15px
}

.c-brands__review {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px
}

.c-brands__games {
    background-color: #ffc601
}

.c-brands__deposits {
    padding: 20px 15px;
    background-color: rgba(0, 0, 0, 0)
}

@media(min-width: 768px) {
    .c-table-top {
        margin-top: 40px;
        margin-left: -7.5px;
        margin-right: -7.5px;
        margin-bottom: 20px
    }

    .c-table-top__item {
        width: calc(33.3333333333% - 15px);
        margin-top: 48px;
        margin-left: 7.5px;
        margin-right: 7.5px
    }

    .c-table-top__item:nth-child(2) {
        order: -1
    }

    .c-table-top__item--first {
        margin-top: -10px
    }

    .c-table-top__text {
        font-size: 18px
    }

    .c-table-top__img img {
        transform: scale(1)
    }

    .c-table-top__name {
        font-size: 16px
    }

    .c-brands__item {
        flex-direction: row
    }

    .c-brands__td {
        flex-basis: 16.6666666667%;
        background: rgba(0, 0, 0, 0)
    }

    .c-brands__logo-link img {
        height: 140px;
        transform: scale(0.8)
    }

    .c-brands__games {
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0);
        flex-shrink: 1;
        position: relative;
        color: #ffc601
    }

    .c-brands__games-link span {
        display: none
    }

    .c-brands__decor-img {
        position: absolute;
        z-index: -1;
        transition: transform .2s linear
    }

    .c-brands__decor--games {
        display: block;
        width: 63px;
        right: 0
    }

    .c-brands__link {
        min-width: 0
    }

    .c-brands__review {
        padding: 5px
    }

    .c-brands__review-link {
        margin-top: 0
    }

    .c-brands__play {
        padding-right: 15px;
        padding-left: 0
    }

    .c-brands__link {
        padding-left: 25px;
        padding-right: 25px
    }

    .c-brands__deposits {
        padding: 15px 10px
    }

    .c-brands__bonus {
        flex-basis: 22%
    }

    .c-brands__bonus a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .c-brands__bonus .c-table-top__subtext {
        display: none
    }

    .c-brands__bonus-text {
        font-size: 16px
    }

    .c-brands__logo {
        background: #1c1e29
    }
}

@media(min-width: 992px) {
    .c-table-top {
        margin-left: -13px;
        margin-right: -13px
    }

    .c-table-top__item {
        width: calc(33.3333333333% - 28px);
        margin-left: 13px;
        margin-right: 13px
    }

    .c-table-top__subtext {
        font-size: 16px
    }

    .c-table-top__text {
        font-size: 21px
    }

    .c-table-top__name {
        font-size: 18px
    }

    .c-table-top__img img {
        transform: scale(1.2)
    }

    .c-brands__bonus-text {
        font-size: 20px
    }

    .c-brands__link {
        padding: 7px 32px;
        min-width: 135px
    }

    .c-brands__review-link {
        font-size: 20px
    }

    .c-brands__games {
        font-size: 20px
    }

    .c-brands__bonus {
        position: relative
    }

    .c-brands__bonus:hover .c-brands__decor-img {
        transform: translate(84px, -120%);
        transition: transform .4s linear
    }

    .c-brands__decor--rocket {
        display: block;
        width: 95px;
        top: 4px;
        left: -13px
    }

    .c-brands__decor--games {
        width: 90px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media(min-width: 1200px) {
    .c-brands__bonus {
        flex-basis: 17%
    }

    .c-brands__logo-link img {
        transform: scale(1)
    }
}

.c-payments-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.c-payments-card {
    border: 1px solid #d2d2e1;
    border-radius: 4px;
    min-width: 31px;
    height: 26px;
    min-height: 26px;
    background-color: #fff;
    flex-basis: calc(25% - 4px);
    margin-right: 4px;
    max-width: 33px;
    padding: 4px;
    margin-bottom: 4px;
    display: flex;
    align-items: center
}

.c-payments-card img {
    max-width: 40px;
    max-height: 20px;
    min-width: 20px;
    margin: 0 auto
}

.c-payments-scale-2 {
    transform: scale(1.2)
}

.c-footer__section {
    padding: 20px 10px;
    border-bottom: 1px solid #62606c
}

.c-footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.c-footer__list-item {
    margin: 10px;
    width: auto;
    opacity: .8;
    transition: opacity .3s ease
}

.c-footer__list-item:hover {
    opacity: 1
}

.c-footer__list-item img {
    height: 30px;
    width: auto;
    max-width: 130px;
    -o-object-fit: contain;
    object-fit: contain
}

@media(min-width: 768px) {
    .c-footer__icons {
        margin-left: -10px;
        margin-right: -10px
    }

    .c-footer__flex {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        margin-right: 10px
    }

    .c-footer__list[class] {
        margin: 0
    }

    .c-footer__list {
        flex: 1 1 auto;
        justify-content: flex-start
    }
}

.c-nav {
    display: flex;
    flex-wrap: wrap
}

.c-footer__content p:not([class]) {
    color: #aeadb4
}

.c-footer__content p+p {
    margin-top: 15px
}

.c-footer .o-container {
    overflow-x: visible
}

.c-footer {
    background-color: #1c1e29;
    color: #aeadb4;
    padding: 0 0 20px 0;
    padding-bottom: 80px;
    border-top: 1px solid #ffc601
}

@media(min-width: 768px) {
    .c-footer {
        padding-bottom: 20px
    }
}

.c-footer__lang {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.c-footer__lang img {
    width: 20px;
    min-width: 20px;
    height: 15px;
    margin-right: .5rem;
    overflow-x: scroll
}

.c-footer__lang-inner {
    display: flex;
    align-items: center;
    position: relative
}

.c-footer__lang-inner:hover .c-footer__lang-list {
    max-height: 6000px
}

.c-footer__lang-list[class] {
    max-height: 0px;
    padding: 0;
    border-top: none;
    transition-duration: .4s;
    padding: 0 24px;
    border-top: 1px solid #ffc601;
    border-left: 1px solid #ffc601;
    border-right: 1px solid #ffc601;
    width: 100%;
    bottom: 100%;
    right: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    overflow: hidden;
    background-color: #1c1e29;
    position: absolute
}

.c-footer__lang-item:first-child {
    margin-top: 20px
}

.c-footer__lang-item:last-child {
    margin-bottom: 12px
}

.c-footer__lang-item:not(:last-child) {
    margin-bottom: 1rem
}

.c-footer__lang-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition-duration: .3s
}

.c-footer__lang-link:hover {
    color: #ffc601
}

.c-footer__lang-item {
    width: 100%
}

.c-footer__content {
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
    max-width: 1200px;
    margin: 15px 0 auto
}

.c-footer__copyright {
    margin-top: 15px;
    text-align: center
}