.bottom-submenu,
.bottom-subsubmenu__wr {
    position: absolute;
    right: 0;
    bottom: 3.6rem;
    width: 12.3333333333rem;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    background: linear-gradient(180deg, rgba(12, 19, 38, 0) -83.33%, #0f1116 91.26%), var(--INFINITY)
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-submenu,
    .bottom-subsubmenu__wr {
        width: 18.5rem;
        bottom: 8.3rem
    }
}

.bottom-subsubmenu__wr {
    left: 100%;
    bottom: 0;
    box-shadow: 0 .1333333333rem 1rem 0 rgba(0, 0, 0, .5);
    padding: 0 1.8666666667rem 0 .9333333333rem
}

.bottom-submenu__scroll {
    display: flex
}

.bottom-submenu__scroll-inner {
    flex-shrink: 0
}

@media(max-width:768px) {
    .bottom-submenu__scroll-inner {
        max-height: calc(100vh - 10.8rem)
    }
}

.bottom-submenu__items {
    padding: .0666666667rem 1rem
}

.bottom-submenu__item {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 2.3333333333rem;
    padding-top: .9333333333rem;
    padding-bottom: .9333333333rem;
    border-bottom: 1px solid var(--WHITE_TRANSPARENT_02);
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-submenu__item {
        padding: 1.4rem 0 1.4rem 3.5rem
    }
}

.bottom-submenu__item:last-child {
    border-bottom: none
}

.bottom-subsubmenu__wr .bottom-submenu__item {
    padding-left: 0;
    text-align: left
}

.bottom-submenu__item-ic {
    position: absolute;
    left: .8rem;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: auto;
    height: 1.2rem;
    color: var(--WHITE)
}

.bottom-submenu__item.active .bottom-submenu__item-ic {
    opacity: .6
}

.bottom-submenu__item-ic--dice,
.bottom-submenu__item-ic--poker {
    height: 1.2666666667rem
}

.bottom-submenu__item-ic--bakkara {
    height: 1.4rem
}

.bottom-submenu__item-text {
    display: flex;
    width: 100%;
    font-size: .8666666667rem;
    line-height: 1;
    letter-spacing: normal;
    color: var(--WHITE_TRANSPARENT_08)
}

.bottom-submenu__item.active .bottom-submenu__item-text {
    opacity: .6
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-submenu__item-text {
        font-size: 1.6rem
    }
}

.bottom-submenu__item-text .bottom-submenu__item-text-arrow {
    width: .8666666667rem;
    height: .8666666667rem;
    margin-left: auto
}

.bottom-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 101;
    width: 100%;
    background: linear-gradient(180deg, rgba(12, 19, 38, 0) -83.33%, #0f1116 91.26%), var(--INFINITY)
}

.page-404 .bottom-menu,
.v-sports .bottom-menu__item--search {
    display: none
}

.bottom-menu__items {
    display: flex;
    height: 3.6666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-menu__items {
        height: 5.5rem
    }
}

@media(min-width:769px) {
    .game-page.tablet .bottom-menu__items {
        height: 8.3rem
    }
}

.bottom-menu__item {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--WHITE);
    padding: .8rem 0 .8rem;
    text-align: center
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-menu__item {
        padding: 1.2rem 0 1.2rem
    }
}

@media(min-width:769px) {
    .game-page.tablet .bottom-menu__item {
        padding: 1.2rem 0 1.2rem
    }
}

.bottom-menu__item--active {
    background-image: radial-gradient(50% 60% at 50% 100%, rgba(233, 33, 57, .34) 11%, rgba(233, 33, 57, 0) 100%);
    color: var(--ROUGE_SARDE)
}

.bottom-menu__item-ic-wr {
    display: flex;
    margin-bottom: .3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-menu__item-ic-wr {
        margin-bottom: .5rem
    }
}

@media(min-width:769px) {
    .game-page.tablet .bottom-menu__item-ic-wr {
        margin-bottom: .4666666667rem
    }
}

.bottom-menu__item-ic {
    width: 1rem;
    height: 1rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-menu__item-ic {
        width: 1.5rem;
        height: 1.5rem
    }
}

@media(min-width:769px) {
    .game-page.tablet .bottom-menu__item-ic {
        width: 2.2rem;
        height: 2.2rem
    }
}

.bottom-menu__item-ic--search {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.bottom-menu__item--active .bottom-menu__item-ic--search {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.bottom-menu__item-text {
    display: flex;
    flex-shrink: 0;
    font-size: .6666666667rem;
    line-height: .8rem;
    color: var(--WHITE_TRANSPARENT_08);
    text-align: center
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-menu__item-text {
        font-size: 1rem;
        line-height: 1.2rem
    }
}

.game-page.tablet .bottom-menu__item-text {
    font-size: .7333333333rem;
    line-height: 1.0666666667rem
}

@media(min-width:769px) {
    .game-page.tablet .bottom-menu__item-text {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

.bottom-menu__item--active .bottom-menu__item-text {
    color: var(--ROUGE_SARDE)
}