.custom-controlled-tooltip {
    position: relative
}

.custom-controlled-tooltip--default .custom-controlled-tooltip__content {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.custom-controlled-tooltip__content {
    background: #445778;
    border-radius: 8px;
    display: block;
    padding: 12px;
    position: absolute;
    transition: transform .3s ease;
    white-space: nowrap;
    z-index: 1
}

.custom-controlled-tooltip__content:after {
    content: "";
    display: block;
    position: absolute
}

.custom-controlled-tooltip__content--left {
    right: calc(100% + var(--offset));
    top: 50%;
    transform: translateY(-50%) scale(0)
}

.custom-controlled-tooltip__content--left:after {
    border-bottom: 16px solid transparent;
    border-left: 16px solid #445778;
    border-top: 16px solid transparent;
    right: -8px;
    top: 50%;
    transform: translateY(-50%)
}

.game-auth {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 16px
}

.game-auth .game-auth__button {
    border-radius: 50%;
    height: 44px;
    min-width: unset;
    padding: 0;
    width: 44px
}

.game-auth .game-auth__button--login,
.game-auth .game-auth__button--register {
    color: hsla(0, 0%, 100%, .65)
}

.game-auth .game-auth__button--login:hover,
.game-auth .game-auth__button--register:hover {
    color: #fff
}

@-moz-document url-prefix() {
    .game-category-select__wrapper {
        scrollbar-color: transparent;
        scrollbar-width: none
    }
}

.game-currency-switcher {
    align-items: center;
    background: transparent;
    border: 1px solid #5c6f91;
    border-radius: 12px;
    display: inline-flex;
    height: 24px;
    padding: 3px;
    position: relative;
    transition: background-color .3s ease, border-color .3s ease;
    width: 38px
}

.game-currency-switcher__thumb {
    background: #fff;
    border-radius: 50%;
    height: 16px;
    transition: background-color .3s ease, transform .3s ease;
    width: 16px
}

.game-currency-switcher__icon {
    color: #263b57;
    font-size: 16px !important;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(10%, -50%)
}

.game-currency-switcher:hover {
    border-color: #677b9e
}

.game-currency-switcher:hover .game-currency-switcher__thumb {
    background-color: hsla(0, 0%, 100%, .8)
}

.game-currency-switcher--fun {
    background-color: #0bdede;
    border-color: #0bdede;
    justify-content: flex-end
}

.game-currency-switcher--disabled:hover,
.game-currency-switcher--fun:hover {
    background-color: #1df0f0;
    border-color: #1df0f0
}

.game-currency-switcher--fun .game-currency-switcher__thumb,
.game-currency-switcher--fun:hover .game-currency-switcher__thumb {
    background-color: #263b57
}

.game-currency-switcher--disabled {
    cursor: not-allowed
}

.game-menu__list {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.game-menu .game-menu__item {
    border-radius: 8px;
    padding: 12px;
    position: relative;
    transition: background .3s ease
}

.game-menu .game-menu__item .game-menu__icon {
    color: hsla(0, 0%, 100%, .65);
    transition: color .3s ease
}

.game-menu .game-menu__item:hover {
    background: #384c6b
}

.game-menu .game-menu__item:hover .game-menu__icon {
    color: #fff
}

.game-panel::-webkit-scrollbar,
.game-panel__section::-webkit-scrollbar {
    height: 0;
    width: 0
}

.game-panel::-webkit-scrollbar-track,
.game-panel__section::-webkit-scrollbar-track {
    background: transparent
}

.game-panel::-webkit-scrollbar-thumb,
.game-panel__section::-webkit-scrollbar-thumb {
    background: transparent;
    margin: 0
}

.game-panel::-webkit-scrollbar-thumb:hover,
.game-panel__section::-webkit-scrollbar-thumb:hover {
    background: transparent
}

@-moz-document url-prefix() {

    .game-panel,
    .game-panel__section {
        scrollbar-color: transparent;
        scrollbar-width: none
    }
}

.game-panel:hover::-webkit-scrollbar-thumb,
.game-panel__section:hover::-webkit-scrollbar-thumb {
    background: transparent
}

.game-panel {
    display: none;

    @media (min-width: 1200px) {
        background: #263b57;
        display: flex;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(280px);
        transition: transform .3s ease;
        z-index: 1000
    }
}

.page-game__panel-mob {
    @media (min-width: 1200px) {
        display: none;
    }
}

.game-panel__panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: 64px
}

.game-panel__section {
    border-left: 1px solid #001b33;
    height: 100%;
    overflow-y: auto;
    padding: 16px 8px;
    position: relative;
    width: 280px
}

.game-panel__block--bottom {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    row-gap: 16px
}

.game-panel__logo {
    display: flex;
    justify-content: center;
    margin: 25px 0 30px
}

.game-panel__logo img {
    max-width: 46px
}

.game-panel__tooltip {
    display: block;
    white-space: normal;
    width: 196px
}

.game-panel__currency-switcher {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 58px;
    margin-bottom: 12px;
    padding: 0 12px 16px;
    position: relative;
    width: 64px
}

.game-panel__currency-switcher:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    right: 8px
}

.game-panel__currency-label {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 14px;
    margin: 0;
    text-transform: uppercase
}

.game-panel__chat {
    align-items: center;
    display: flex;
    justify-content: center
}

.game-panel__title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 8px 16px
}

.game-panel__title span {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.game-panel .game-panel__close-button {
    font-size: 13.5px;
    height: 24px;
    width: 24px
}

@-moz-document url-prefix() {
    .game-panel-currency-content--modal .game-panel-currency-content__list {
        scrollbar-color: #445778;
        scrollbar-width: thin
    }
}

@-moz-document url-prefix() {
    .tabs__categories {
        scrollbar-color: transparent;
        scrollbar-width: none
    }
}

@keyframes background-first {
    0% {
        transform: translate(-50%, -50%)
    }

    to {
        transform: translate(calc(-50% - 20px), -50%)
    }
}

@keyframes background-second {
    0% {
        transform: translate(-50%, -50%)
    }

    to {
        transform: translate(calc(-50% + 20px), -50%)
    }
}

@-moz-document url-prefix() {
    .select__dropdown {
        scrollbar-color: #445778;
        scrollbar-width: thin
    }
}

.page-game {
    background: #22242c none;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

.page-game__bg {
    @media (min-width: 1200px) {
        left: 0;
        position: absolute;
        top: 0;
    }
}

.page-game__bg--image {
    display: none;

    @media (min-width:1200px) {
        display: block;
    }
}

.page-game__bg,
.page-game__bg img {
    @media (min-width: 1200px) {
        height: 100%;
        width: 100%
    }
}

.page-game__bg img {
    @media (min-width: 1200px) {
        border: none;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

.page-game__bg:after {
    @media (min-width: 1200px) {
        background: rgba(0, 0, 0, .9) none;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.page-game__container {
    @media (min-width: 1200px) {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0
    }
}

@media (min-width:1440px) {
    .page-game__container {
        padding: 40px 104px 40px 40px
    }
}

.page-game__panel-top {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 101
}

.page-game__panel-top+.page-game__container {
    @media (min-width: 1200px) {
        padding-top: 8px
    }
}

/*@media (max-width:959px) {*/
/*    .page-game__panel-top--desktop {*/
/*        display: none*/
/*    }*/
/*}*/

.page-game__panel-top--hidden {
    height: 0;
    visibility: hidden
}

.page-game__panel-top--hidden+.page-game__container {
    height: 100%;

    @media (min-width: 1200px) {
        padding: 40px 104px 40px 40px
    }
}

.page-game__grid {
    height: 100%;

    @media (min-width: 1200px) {
        align-items: center;
        display: inline-grid;
        flex-direction: row;
        flex-wrap: nowrap;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        height: calc(75vw - 49.5px);
        justify-content: center;
        margin: 0;
        max-height: 100%;
        max-width: 100%;
        padding: 0;
        position: relative;
        width: calc(177.77778vh - 78.22222px);
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }

    @media (min-width:1440px) {
        height: calc(75vw - 69px);
        width: calc(177.77778vh - 92.44444px);
    }
}

.page-game__grid-item {
    height: 100%;

    @media (min-width: 1200px) {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0;
        min-height: 100%;
        min-width: 100%;
        padding: 0;
        width: 100%
    }
}

.page-game__slider {
    bottom: 0;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1035
}


@-moz-document url-prefix() {
    .game-frame--show-description .game-frame__content-wrap {
        scrollbar-color: #445778;
        scrollbar-width: thin
    }
}

.game-frame {
    height: 100%;

    @media (min-width: 1200px) {
        align-items: center;
        align-self: stretch;
        background-color: #263b57;
        border-radius: 8px;
        display: flex;
        max-height: 100%;
        max-width: 100%;
        padding: 0;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0;
        width: 100%
    }
}

.game-frame__logo {
    display: flex;
    left: 10px;
    position: absolute;
    top: 10px
}

.game-frame__logo img {
    height: 24px;
    padding-bottom: 2px;
    width: 103px
}

.game-frame__inner {
    height: 100%;
    padding-bottom: 48px;

    @media (min-width: 1200px) {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
        width: 100%
    }
}

.game-frame__head {
    display: none;

    @media (min-width:1200px) {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 40px;
        justify-content: center;
        margin: 0;
        padding: 0 60px;
        position: relative;
        width: 100%;
    }

    @media (min-width:1440px) {
        height: 40px;
        padding: 0 70px;
    }
}

.game-frame__block-frame {
    height: 100%;

    @media (min-width: 1200px) {
        background-color: #000;
        border-radius: 0 0 4px 4px;
        flex: 1;
        flex-direction: row;
        flex-wrap: nowrap;
        height: 100%;
        overflow: hidden;
        width: 100%
    }
}

.game-frame__block-frame,
.game-frame__frame {
    @media (min-width: 1200px) {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0
    }
}

.game-frame__frame {
    align-items: center;
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;

    @media (min-width: 1200px) {
        border: none;
        flex-direction: row;
        flex-wrap: nowrap;
        max-height: 100%;
        max-width: 100%;
    }
}

.game-frame__info {
    cursor: pointer;
    height: 24px;
    transition: color .3s ease;
    color: rgba(255, 255, 255, 0.65);
}

.game-frame__info:hover {
    color: #fff
}

.game-frame__title-container {
    display: flex;
    font-size: 14px;
    gap: 4px;
    justify-content: center;
    line-height: 20px;
    width: 100%
}

.game-frame__title {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.game-frame__provider,
.game-frame__title {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.game-frame__provider {
    color: hsla(0, 0%, 100%, .45)
}

.game-frame__provider--capitalize {
    text-transform: capitalize
}

.game-frame__controls {
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: flex-end;
    margin-right: 8px;
    position: absolute;
    right: 0;
    top: 0
}

.game-frame__description-wrap {
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0
}

.ze-chat-btn {
    align-items: center;
    background: #0bdede;
    border: none;
    border-radius: 50%;
    color: #192c43;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-width: unset;
    outline: none;
    padding: 0;
    transition: .2s
}

.ze-chat-btn:active,
.ze-chat-btn:focus,
.ze-chat-btn:hover {
    background: #1df0f0 !important;
    color: #192c43 !important
}

.ze-chat-btn--game {
    bottom: calc(var(--safe-area-inset-bottom));
    height: 44px;
    position: relative;
    right: calc(var(--safe-area-inset-right));
    width: 44px
}

.page-game__panel-top--hidden+.game-frame__block-frame {
    @media (max-width: 1200px) {
        height: 100%;
    }
}

.page-game__panel-top+.game-frame__block-frame {
    @media (max-width: 1200px) {
        height: calc(100% - 40px);
    }
}

.game-panel-mob {
    background: #263b57 none;
    bottom: 0;
    display: flex;
    height: 48px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 1000;
}

.game-panel-mob__list {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}

.game-panel-mob__item,
.game-panel-mob__list {
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}

.game-panel-mob__item {
    align-items: center;
    align-self: stretch;
    display: inline-flex;
    flex: 1;
    justify-content: center;
}

.game-panel-mob__link {
    align-items: center;
    background: transparent none;
    border: none;
    box-shadow: none;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    max-width: 100%;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.game-panel-mob__icon {
    align-items: center;
    color: hsla(0, 0%, 100%, .65);
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 22px;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
}