.tb--filter-button-wrapper .digi_icon-filter {
    align-items: center;
    color: var(--text-color-4);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    position: relative
}

.tb--filter-button-wrapper .digi_icon-filter .tb--filter-badge {
    background-color: var(--brand-color-2);
    border-radius: 24px;
    display: inline-block;
    height: 5px;
    left: 17px;
    position: absolute;
    top: 4px;
    width: 5px
}

.tb--filter-button-wrapper .digi_icon-filter:before {
    color: var(--text-color-4);
    font-size: 24px;
    margin-right: 4px
}

.filter-popover {
    background-color: var(--background-color-2);
    border-radius: 16px;
    box-shadow: 0 0 9.136px 0 #00000040;
    padding: 16px 20px;
    position: absolute;
    right: 0;
    top: 35px;
    width: 340px;
    z-index: 12
}

.filter-popover .filter-list {
    background-color: var(--background-color-3);
    border-radius: 16px;
    margin-bottom: 16px;
    padding: 20px
}

.filter-popover .filter-list h2 {
    color: var(--text-color-1);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative
}

.filter-popover .filter-list h2:after {
    background-color: var(--text-color-4);
    content: "";
    height: 1px;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 35px;
    width: 100%
}

.filter-popover .filter-btn,.filter-popover .filter-btn button {
    display: flex;
    justify-content: flex-end
}

.filter-popover .filter-btn button {
    align-items: center;
    color: var(--brand-color-2);
    font-size: 16px;
    font-weight: 700;
    height: auto;
    line-height: 18px
}

.filter-popover .filter-btn button i {
    font-size: 20px
}

.tb--sorting-filter {
    position: relative;
    z-index: 120
}

@media screen and (max-width: 1023.9px) {
    .tb--sorting-filter {
        height:100%
    }
}

.tb--sorting-filter__cta {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center
}

@media screen and (min-width: 1023.9px) {
    .tb--sorting-filter__cta {
        background-color:var(--background-color-1);
        border-radius: 12px;
        height: 36px;
        padding: 9px;
        width: 36px
    }
}

@media screen and (max-width: 1023.9px) {
    .tb--sorting-filter__cta {
        border-left:1px solid var(--background-color-2);
        height: 100%;
        margin-right: -16px;
        padding: 0 12px
    }
}

.tb--sorting-filter__icon {
    color: var(--text-color-4);
    display: block;
    font-size: 22px
}

@media screen and (max-width: 1023.9px) {
    .tb--sorting-filter__icon {
        color:rgba(from var(--text-color-4) r g b/.5)
    }
}

.tb--sorting-filter__options-list {
    background-color: var(--background-color-1);
    border-radius: 12px;
    padding: 0 16px;
    width: 100%
}

@media screen and (min-width: 1023.9px) {
    .tb--sorting-filter__options-list {
        position:absolute;
        right: 0;
        top: calc(100% + 2px);
        width: 180px
    }
}

.tb--sorting-filter__option {
    align-items: center;
    color: var(--text-color-4);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 12px 0!important
}

.tb--sorting-filter__option:not(:last-child) {
    border-bottom: 1px solid rgba(from var(--text-color-4) r g b/.2)
}

.tb--sorting-filter__option .tb--sorting-filter__txt {
    color: var(--text-color-4);
    font-size: 14px;
    font-weight: 400
}

.tb--sorting-filter__option.tb--sorting-filter__radio--checked .tb--sorting-filter__txt {
    color: var(--brand-color-2)
}

.tb--sorting-filter__option.tb--sorting-filter__radio--checked .tb--sorting-filter__radio {
    border-color: var(--brand-color-2)
}

.tb--sorting-filter__option.tb--sorting-filter__radio--checked .tb--sorting-filter__radio:after {
    background-color: var(--brand-color-2);
    content: ""
}

.tb--sorting-filter__input {
    display: none
}

.tb--sorting-filter__radio {
    border: 1px solid var(--text-color-4);
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    position: relative;
    width: 16px
}

.tb--sorting-filter__radio:after {
    background-color: var(--text-color-4);
    border-radius: 50%;
    height: 8px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 8px
}

.wrapper header.tb-has-secondary-menu+main .tb--lobby-navbar .lh-sidebar {
    max-height: calc(100vh - 152px);
    top: 128px
}

.wrapper header.tb-has-secondary-menu+main .tb--lobby-navbar .lh-sidebar .lh-sidebar-scrollbox {
    max-height: calc(100vh - 184px)
}

.wrapper.tb--has-announcement header+main .tb--lobby-navbar .lh-sidebar {
    max-height: calc(100vh - 150px);
    top: 126px
}

.wrapper.tb--has-announcement header+main .tb--lobby-navbar .lh-sidebar .lh-sidebar-scrollbox {
    max-height: calc(100vh - 182px)
}

.wrapper.tb--has-announcement header.tb-has-secondary-menu+main .tb--lobby-navbar .lh-sidebar {
    max-height: calc(100vh - 198px);
    top: 174px
}

.wrapper.tb--has-announcement header.tb-has-secondary-menu+main .tb--lobby-navbar .lh-sidebar .lh-sidebar-scrollbox {
    max-height: calc(100vh - 230px)
}

.lobby-home {
    margin: 24px 0;
    padding: auto
}

.lobby-home__container {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin: 0 auto;
    max-width: 1568px;
    padding: 0 24px;
    width: 100%
}

@media screen and (max-width: 768px) {
    .lobby-home__container {
        padding:0 16px
    }
}

.lobby-home_banners_under_3 {
    display: flex;
    flex-direction: row
}

.lobby-home_banners_under_3 img {
    height: 300px
}

.lobby-home_preloader {
    height: 100vh
}

.lobby-home_preloader:before {
    background: none
}

.lobby-home .tb--lobby-navbar+.lobby-home__content {
    width: calc(100% - 244px)
}

@media screen and (max-width: 1280px) {
    .lobby-home .tb--lobby-navbar+.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.three-column .top-winners-item .top--winners-game {
        border-radius:12px;
        height: 56px
    }

    .lobby-home .tb--lobby-navbar+.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.three-column .top-winners-item .top--winners-date {
        font-size: 8px
    }

    .lobby-home .tb--lobby-navbar+.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.three-column .top-winners-item .top--winners-value {
        font-size: 12px;
        line-height: 16px
    }

    .lobby-home .tb--lobby-navbar+.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.three-column .top-winners-item .top--winners-bet {
        font-size: 10px
    }

    .lobby-home .tb--lobby-navbar+.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.three-column .top-winners-item .top--winners-desc {
        width: calc(100% - 60px)
    }

    .lobby-home .tb--lobby-navbar+.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.three-column .top-winners-item .top--winners-img {
        border-radius: 8px;
        width: 60px
    }

    .lobby-home .tb--lobby-navbar+.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.three-column .top-winners-item .top--winners-img .tb--not-available-text p {
        font-size: 8px
    }
}

.lobby-home__content {
    width: 100%
}

@media screen and (max-width: 1024px) {
    .lobby-home__content {
        width:100%
    }
}

.lobby-home__content .lh-action-buttons,.lobby-home__content .lh-system-group {
    border-radius: 12px;
    overflow: hidden
}

.lobby-home__content .lh-action-buttons::-webkit-scrollbar,.lobby-home__content .lh-system-group::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 1024px) {
    .lobby-home__content .lh-action-buttons,.lobby-home__content .lh-system-group {
        overflow:auto
    }
}

.lobby-home__content .lh-action-buttons .slick-arrow,.lobby-home__content .lh-system-group .slick-arrow {
    visibility: hidden
}

.lobby-home__content .lh-action-buttons:hover .slick-arrow,.lobby-home__content .lh-system-group:hover .slick-arrow {
    visibility: visible
}

.lobby-home__content .lh-action-buttons .lh-system-group_item,.lobby-home__content .lh-system-group .lh-system-group_item {
    text-wrap: nowrap;
    align-items: center;
    border-radius: 32px;
    display: flex!important;
    height: 40px;
    justify-content: center;
    padding: 8px 16px
}

.lobby-home__content .lh-action-buttons .lh-system-group_item img,.lobby-home__content .lh-action-buttons .lh-system-group_item svg,.lobby-home__content .lh-system-group .lh-system-group_item img,.lobby-home__content .lh-system-group .lh-system-group_item svg {
    height: 20px;
    margin-right: 8px;
    width: 20px;
    z-index: 1
}

.lobby-home__content .lh-action-buttons .lh-system-group_item span,.lobby-home__content .lh-system-group .lh-system-group_item span {
    color: var(--text-color-4);
    font-size: 14px;
    font-weight: 500;
    max-width: 244px;
    z-index: 1
}

.lobby-home__content .lh-action-buttons .slick-arrow+.slick-list,.lobby-home__content .lh-system-group .slick-arrow+.slick-list {
    position: relative
}

.lobby-home__content .lh-action-buttons .slick-arrow+.slick-list:after,.lobby-home__content .lh-action-buttons .slick-arrow+.slick-list:before,.lobby-home__content .lh-system-group .slick-arrow+.slick-list:after,.lobby-home__content .lh-system-group .slick-arrow+.slick-list:before {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 97px;
    z-index: 1
}

.lobby-home__content .lh-action-buttons .slick-arrow+.slick-list:before,.lobby-home__content .lh-system-group .slick-arrow+.slick-list:before {
    left: 0
}

.lobby-home__content .lh-action-buttons .slick-arrow+.slick-list:after,.lobby-home__content .lh-system-group .slick-arrow+.slick-list:after {
    right: 0
}

.lobby-home__content .lh-action-buttons .slick-arrow,.lobby-home__content .lh-system-group .slick-arrow {
    border-radius: 50%;
    bottom: 0;
    color: var(--text-color-2);
    height: 32px;
    margin: auto;
    opacity: 0;
    top: 0;
    transition: opacity 1s;
    width: 32px
}

.lobby-home__content .lh-action-buttons .slick-arrow.slick-next:before,.lobby-home__content .lh-action-buttons .slick-arrow.slick-prev:before,.lobby-home__content .lh-system-group .slick-arrow.slick-next:before,.lobby-home__content .lh-system-group .slick-arrow.slick-prev:before {
    color: var(--text-color-4)
}

.lobby-home__content .lh-action-buttons:hover .slick-arrow,.lobby-home__content .lh-system-group:hover .slick-arrow {
    opacity: 1
}

.lobby-home__content .lh-action-buttons {
    margin-bottom: 24px
}

@media screen and (max-width: 1024px) {
    .lobby-home__content .lh-action-buttons {
        margin-left:-16px;
        margin-right: -16px;
        padding: 0 16px
    }
}

@media screen and (max-width: 768px) {
    .lobby-home__content .lh-action-buttons {
        margin-bottom:16px
    }
}

.lobby-home__content .lh-action-buttons_inner {
    display: flex;
    gap: 8px;
    width: -webkit-max-content;
    width: max-content
}

.lobby-home__content .lh-action-buttons .lh-action_item {
    text-wrap: nowrap;
    align-items: center;
    background-color: var(--background-color-1);
    border: 1px solid rgba(from var(--text-color-4) r g b/.1);
    border-radius: 12px;
    display: flex!important;
    height: 44px;
    justify-content: center;
    padding: 16px
}

.lobby-home__content .lh-action-buttons .lh-action_item img,.lobby-home__content .lh-action-buttons .lh-action_item svg {
    height: 20px;
    margin-right: 16px;
    width: 20px
}

.lobby-home__content .lh-action-buttons .lh-action_item span {
    color: var(--text-color-4);
    font-size: 14px;
    font-weight: 500;
    max-width: 244px
}

.lobby-home__content .lh-action-buttons .lh-action_item.with-action-icon {
    position: relative
}

.lobby-home__content .lh-action-buttons .lh-action_item.with-action-icon span:before {
    background-color: rgba(from var(--text-color-4) r g b/.1);
    content: "";
    height: 20px;
    left: 44px;
    position: absolute;
    top: 12px;
    width: 1px
}

@media screen and (max-width: 768px) {
    .lobby-home__content .lh-action-buttons .lh-action_item {
        height:40px;
        padding: 8px 16px
    }

    .lobby-home__content .lh-action-buttons .lh-action_item.with-action-icon {
        position: relative
    }

    .lobby-home__content .lh-action-buttons .lh-action_item.with-action-icon span:before {
        content: "";
        top: 9px
    }
}

.lobby-home__content .lh-action-buttons .slick-arrow+.slick-list:before {
    background: linear-gradient(90deg,rgb(from var(--background-color-2) r g b/1) 0,rgb(from var(--background-color-2) r g b/.7) 65%,rgb(from var(--background-color-2) r g b/0) 100%)
}

.lobby-home__content .lh-action-buttons .slick-arrow+.slick-list:after {
    background: linear-gradient(90deg,rgb(from var(--background-color-2) r g b/0) 0,rgb(from var(--background-color-2) r g b/.7) 65%,rgb(from var(--background-color-2) r g b/1) 100%)
}

.lobby-home__content .lh-action-buttons .slick-arrow {
    background-color: var(--background-color-2);
    border: 1px solid rgb(from var(--text-color-2) r g b/.3)
}

.lobby-home__content .lh-action-buttons .slick-prev {
    left: 16px;
    right: auto
}

.lobby-home__content .lh-action-buttons .slick-next {
    right: 16px
}

.lobby-home__content .lh-system-group {
    background-color: var(--background-color-1);
    margin-bottom: 24px;
    padding: 12px
}

@media screen and (max-width: 1024px) {
    .lobby-home__content .lh-system-group {
        border-radius:0;
        margin-left: -24px;
        margin-right: -24px
    }
}

@media screen and (max-width: 768px) {
    .lobby-home__content .lh-system-group {
        margin-bottom:16px;
        padding: 10px 12px
    }

    .lobby-home__content .lh-system-group .lh-system-group_item {
        height: 44px
    }
}

.lobby-home__content .lh-system-group .lh-system-group_item {
    position: relative
}

.lobby-home__content .lh-system-group .lh-system-group_item:after {
    background: var(--background-color-2);
    border-radius: 32px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lobby-home__content .lh-system-group .lh-system-group_item:before {
    background: linear-gradient(180deg,var(--brand-color-2) 0,#f2b34633 100%);
    border-radius: 32px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .2s;
    width: 100%
}

.lobby-home__content .lh-system-group .lh-system-group_item:hover:after {
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    width: calc(100% - 2px)
}

.lobby-home__content .lh-system-group .lh-system-group_item:hover:before {
    opacity: 1
}

.lobby-home__content .lh-system-group .slick-arrow+.slick-list:before {
    background: linear-gradient(90deg,rgb(from var(--background-color-1) r g b/1) 0,rgb(from var(--background-color-1) r g b/.7) 65%,rgb(from var(--background-color-1) r g b/0) 100%)
}

.lobby-home__content .lh-system-group .slick-arrow+.slick-list:after {
    background: linear-gradient(90deg,rgb(from var(--background-color-1) r g b/0) 0,rgb(from var(--background-color-1) r g b/.7) 65%,rgb(from var(--background-color-1) r g b/1) 100%)
}

.lobby-home__content .lh-system-group .slick-arrow {
    background-color: var(--background-color-2);
    border: 1px solid rgb(from var(--text-color-2) r g b/.3)
}

.lobby-home__content .lh-system-group .slick-prev {
    left: 0;
    right: auto
}

.lobby-home__content .lh-system-group .slick-next {
    right: 0
}

.lobby-home__content .lh-system-group_inner {
    border-radius: 12px;
    display: flex;
    gap: 8px;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .lobby-home__content .lh-system-group_inner {
        display:flex;
        gap: 8px;
        width: -webkit-max-content;
        width: max-content
    }
}

.lobby-home__content .lh-system-group_inner .slick-slider {
    width: 100%
}

.lobby-home__content .lh-providers-games-list .lh-widget-title,.lobby-home__content .lh-widget .lh-widget-title {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    position: relative
}

.lobby-home__content .lh-providers-games-list .lh-widget-title img,.lobby-home__content .lh-widget .lh-widget-title img {
    align-items: center;
    background-color: var(--background-color-1);
    border-radius: 12px;
    color: var(--text-color-4);
    display: flex;
    height: 36px;
    justify-content: center;
    margin-inline-end:8px;width: 36px
}

.lobby-home__content .lh-providers-games-list .lh-widget-title span,.lobby-home__content .lh-widget .lh-widget-title span {
    color: var(--text-color-4);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px
}

.lobby-home__content .lh-providers-games-list .lh-widget-title .view-all,.lobby-home__content .lh-widget .lh-widget-title .view-all {
    cursor: pointer;
    position: absolute;
    right: 96px;
    top: 13px;
    white-space: nowrap
}

.lobby-home__content .lh-providers-games-list .lh-widget-title .view-all span,.lobby-home__content .lh-widget .lh-widget-title .view-all span {
    color: var(--brand-color-2);
    font-size: 14px
}

.lobby-home__content .lh-providers-games-list .lh-widget-title .view-all span:first-child,.lobby-home__content .lh-widget .lh-widget-title .view-all span:first-child {
    font-weight: 600
}

.lobby-home__content .lh-providers-games-list .lh-widget-title .view-all span:nth-child(2),.lobby-home__content .lh-widget .lh-widget-title .view-all span:nth-child(2) {
    font-weight: 400;
    margin-left: 4px
}

@media screen and (max-width: 1023.9px) {
    .lobby-home__content .lh-providers-games-list .lh-widget-title .view-all,.lobby-home__content .lh-widget .lh-widget-title .view-all {
        position:static
    }
}

.lobby-home__content .lh-providers-games-list .lh-widget-title_block,.lobby-home__content .lh-widget .lh-widget-title_block {
    height: 36px
}

@media screen and (max-width: 1023.9px) {
    .lobby-home__content .lh-providers-games-list .lh-widget-title,.lobby-home__content .lh-widget .lh-widget-title {
        justify-content:space-between
    }
}

@media screen and (max-width: 768px) {
    .lobby-home__content .lh-providers-games-list .lh-widget-title,.lobby-home__content .lh-widget .lh-widget-title {
        margin-bottom:12px
    }
}

.lobby-home__content .lh-providers-games-list .lh-system-item,.lobby-home__content .lh-widget .lh-system-item {
    margin: 8px 0
}

@media screen and (min-width: 1023.9px) {
    .lobby-home__content .lh-providers-games-list .lh-system-item,.lobby-home__content .lh-widget .lh-system-item {
        background-color:var(--background-color-1);
        border-radius: 12px;
        width: 100%
    }
}

.lobby-home__content .lh-providers-games-list .lh-system-item .number-flag,.lobby-home__content .lh-widget .lh-system-item .number-flag {
    align-items: center;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    background-color: rgb(from var(--background-color-1) r g b/.4);
    border: 1px solid rgb(from var(--text-color-1) r g b/.2);
    border-radius: 0 0 24px 24px;
    display: flex;
    height: 50px;
    justify-content: center;
    left: 8px;
    position: absolute;
    top: 0;
    width: 43px;
    z-index: 1
}

.lobby-home__content .lh-providers-games-list .lh-system-item .number-flag span,.lobby-home__content .lh-widget .lh-system-item .number-flag span {
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.lobby-home__content .lh-providers-games-list .lh-scroller,.lobby-home__content .lh-widget .lh-scroller {
    gap: 8px;
    overflow-x: auto
}

.lobby-home__content .lh-providers-games-list .lh-scroller::-webkit-scrollbar,.lobby-home__content .lh-widget .lh-scroller::-webkit-scrollbar {
    display: none
}

.lobby-home__content .lh-providers-games-list .lh-scroller .lh-system-item,.lobby-home__content .lh-widget .lh-scroller .lh-system-item {
    margin: 0
}

@media screen and (max-width: 1023.9px) {
    .lobby-home__content .lh-providers-games-list.lh-horizontal-games .lh-system-item,.lobby-home__content .lh-widget.lh-horizontal-games .lh-system-item {
        max-width:49%;
        min-width: calc(50vw - 40px)
    }
}

@media screen and (max-width: 500px) {
    .lobby-home__content .lh-providers-games-list.lh-horizontal-games .lh-system-item,.lobby-home__content .lh-widget.lh-horizontal-games .lh-system-item {
        max-width:100%;
        min-width: calc(100vw - 40px)
    }
}

.lobby-home__content .lh-providers-games-list.lh-horizontal-games .lh-system-item .games--grid-img,.lobby-home__content .lh-widget.lh-horizontal-games .lh-system-item .games--grid-img {
    aspect-ratio: 3/1;
    height: auto
}

.lobby-home__content .lh-providers-games-list.lh-horizontal-games .lh-system-item .games--grid-img img,.lobby-home__content .lh-widget.lh-horizontal-games .lh-system-item .games--grid-img img {
    aspect-ratio: 3/1
}

@media screen and (max-width: 1023.9px) {
    .lobby-home__content .lh-providers-games-list.lh-vertical-games .lh-system-item,.lobby-home__content .lh-widget.lh-vertical-games .lh-system-item {
        max-width:24%;
        min-width: 24%
    }
}

@media screen and (max-width: 500px) {
    .lobby-home__content .lh-providers-games-list.lh-vertical-games .lh-system-item,.lobby-home__content .lh-widget.lh-vertical-games .lh-system-item {
        max-width:32%;
        min-width: 32%
    }
}

@media screen and (max-width: 390px) {
    .lobby-home__content .lh-providers-games-list.lh-vertical-games .lh-system-item,.lobby-home__content .lh-widget.lh-vertical-games .lh-system-item {
        max-width:45%;
        min-width: 138px
    }
}

.lobby-home__content .lh-providers-games-list.lh-vertical-games .lh-system-item .games--grid-img,.lobby-home__content .lh-widget.lh-vertical-games .lh-system-item .games--grid-img {
    aspect-ratio: 1/1.36;
    height: auto
}

@media screen and (max-width: 1023.9px) {
    .lobby-home__content .lh-providers-games-list.lh-vertical-games.small-games .lh-system-item,.lobby-home__content .lh-widget.lh-vertical-games.small-games .lh-system-item {
        max-width:16%;
        min-width: 15.5%
    }
}

@media screen and (max-width: 500px) {
    .lobby-home__content .lh-providers-games-list.lh-vertical-games.small-games .lh-system-item,.lobby-home__content .lh-widget.lh-vertical-games.small-games .lh-system-item {
        max-width:24%;
        min-width: 23.5%
    }
}

@media screen and (max-width: 390px) {
    .lobby-home__content .lh-providers-games-list.lh-vertical-games.small-games .lh-system-item,.lobby-home__content .lh-widget.lh-vertical-games.small-games .lh-system-item {
        max-width:32%;
        min-width: 110px
    }
}

.lobby-home__content .lh-providers-games-list.lh-vertical-games.small-games .lh-system-item .games--grid-img,.lobby-home__content .lh-widget.lh-vertical-games.small-games .lh-system-item .games--grid-img {
    aspect-ratio: 1/1.4;
    height: auto
}

.lobby-home__content .lh-providers-games-list.lh-vertical-games.small-games .lh-system-item .games--grid-img img,.lobby-home__content .lh-widget.lh-vertical-games.small-games .lh-system-item .games--grid-img img {
    aspect-ratio: 1/1.4
}

@media screen and (max-width: 1023.9px) {
    .lobby-home__content .lh-providers-games-list.lh-standard-games .lh-system-item,.lobby-home__content .lh-widget.lh-standard-games .lh-system-item {
        max-width:24%;
        min-width: calc(27vw - 40px)
    }
}

@media screen and (max-width: 500px) {
    .lobby-home__content .lh-providers-games-list.lh-standard-games .lh-system-item,.lobby-home__content .lh-widget.lh-standard-games .lh-system-item {
        max-width:32%;
        min-width: calc(38vw - 40px)
    }
}

@media screen and (max-width: 390px) {
    .lobby-home__content .lh-providers-games-list.lh-standard-games .lh-system-item,.lobby-home__content .lh-widget.lh-standard-games .lh-system-item {
        max-width:45%;
        min-width: calc(54vw - 40px)
    }
}

.lobby-home__content .lh-providers-games-list.lh-standard-games .lh-system-item .games--grid-img,.lobby-home__content .lh-widget.lh-standard-games .lh-system-item .games--grid-img {
    aspect-ratio: 1.5/1;
    height: auto
}

@media screen and (min-width: 1024px) {
    .lobby-home__content .lh-providers-games-list.lh-width-bg .lh-widget-container,.lobby-home__content .lh-widget.lh-width-bg .lh-widget-container {
        border-radius:18px
    }
}

.lobby-home__content .lh-providers-games-list.lh-width-bg .lh-slider .slick-slider,.lobby-home__content .lh-widget.lh-width-bg .lh-slider .slick-slider {
    border-radius: 16px;
    padding: 16px 24px
}

@media screen and (max-width: 1023.9px) {
    .lobby-home__content .lh-providers-games-list.lh-width-bg .lh-slider .slick-slider,.lobby-home__content .lh-widget.lh-width-bg .lh-slider .slick-slider {
        padding:16px
    }
}

.lobby-home__content .lh-providers-games-list.lh-width-bg .lh-widget-container .lh-scroller,.lobby-home__content .lh-widget.lh-width-bg .lh-widget-container .lh-scroller {
    padding: 24px
}

@media screen and (max-width: 768px) {
    .lobby-home__content .lh-providers-games-list.lh-width-bg .lh-widget-container .lh-scroller,.lobby-home__content .lh-widget.lh-width-bg .lh-widget-container .lh-scroller {
        padding:24px 16px
    }
}

.lobby-home__content .lh-providers-games-list.lh-providers,.lobby-home__content .lh-widget.lh-providers {
    padding-top: 52px
}

@media screen and (max-width: 1023.9px) {
    .lobby-home__content .lh-providers-games-list.lh-providers,.lobby-home__content .lh-widget.lh-providers {
        padding-top:0
    }

    .lobby-home__content .lh-providers-games-list.lh-providers::-webkit-scrollbar,.lobby-home__content .lh-widget.lh-providers::-webkit-scrollbar {
        display: none
    }

    .lobby-home__content .lh-providers-games-list.lh-providers .lh-scroller,.lobby-home__content .lh-widget.lh-providers .lh-scroller {
        display: flex;
        gap: 8px
    }

    .lobby-home__content .lh-providers-games-list.lh-providers .lh-system-item,.lobby-home__content .lh-widget.lh-providers .lh-system-item {
        background-color: var(--background-color-1);
        border-radius: 12px;
        height: 48px;
        min-width: 175px;
        padding: 16px
    }

    .lobby-home__content .lh-providers-games-list.lh-providers .lh-system-item svg,.lobby-home__content .lh-widget.lh-providers .lh-system-item svg {
        height: 25px;
        width: 100%
    }
}

.lobby-home__content .lh-providers-games-list.lh-providers .slick-slider .slick-slide>div .lh-system-item,.lobby-home__content .lh-widget.lh-providers .slick-slider .slick-slide>div .lh-system-item {
    height: 56px
}

.lobby-home__content .lh-providers-games-list.lh-providers .slick-slider .slick-slide>div .lh-system-item svg,.lobby-home__content .lh-widget.lh-providers .slick-slider .slick-slide>div .lh-system-item svg {
    height: 25px;
    width: 100%
}

.lobby-home__content .lh-providers-games-list .lh-slider .slick-slider,.lobby-home__content .lh-widget .lh-slider .slick-slider {
    border-radius: 16px;
    position: relative
}

.lobby-home__content .lh-providers-games-list .lh-slider .slick-slider .slick-list,.lobby-home__content .lh-widget .lh-slider .slick-slider .slick-list {
    margin: 0 -4px
}

.lobby-home__content .lh-providers-games-list .lh-slider .slick-slider .slick-arrow,.lobby-home__content .lh-widget .lh-slider .slick-slider .slick-arrow {
    background-color: var(--background-color-1);
    border-radius: 24px;
    top: -52px
}

.lobby-home__content .lh-providers-games-list .lh-slider .slick-slider .slick-arrow:before,.lobby-home__content .lh-widget .lh-slider .slick-slider .slick-arrow:before {
    color: var(--text-color-4)
}

.lobby-home__content .lh-providers-games-list .lh-slider .slick-slider .slick-prev,.lobby-home__content .lh-widget .lh-slider .slick-slider .slick-prev {
    right: 44px
}

.lobby-home__content .lh-providers-games-list .lh-slider .slick-slider .slick-next,.lobby-home__content .lh-widget .lh-slider .slick-slider .slick-next {
    right: 0
}

@media screen and (max-width: 1023.9px) {
    .lobby-home__content .lh-providers-games-list .lh-widget-container,.lobby-home__content .lh-widget .lh-widget-container {
        margin:0 -24px
    }
}

@media screen and (max-width: 768px) {
    .lobby-home__content .lh-providers-games-list .lh-widget-container,.lobby-home__content .lh-widget .lh-widget-container {
        margin:0 -16px
    }
}

.lobby-home__content .lh-providers-games-list .lh-widget-container .lh-scroller,.lobby-home__content .lh-widget .lh-widget-container .lh-scroller {
    grid-auto-flow: column;
    grid-template-rows: repeat(var(--rowCount),1fr);
    padding: 0 24px
}

@media screen and (max-width: 768px) {
    .lobby-home__content .lh-providers-games-list .lh-widget-container .lh-scroller,.lobby-home__content .lh-widget .lh-widget-container .lh-scroller {
        padding:0 16px
    }
}

.lobby-home__content .lh-widget {
    margin-bottom: 24px
}

@media screen and (max-width: 768px) {
    .lobby-home__content .lh-widget {
        margin-bottom:16px
    }
}

.lobby-home__content .slick-next,.lobby-home__content .slick-prev {
    top: -44px
}

.lobby-home__content .slick-next {
    right: 0
}

.lobby-home__content .slick-prev {
    right: 44px
}

.lobby-home__content .lh-banner img {
    border-radius: 16px
}

.lobby-home__content .lh-banner .slick-next,.lobby-home__content .lh-banner .slick-prev {
    background-color: rgba(0,0,0,.502);
    border: 1px solid hsla(0,0%,80%,.302);
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%)
}

.lobby-home__content .lh-banner .slick-next:hover,.lobby-home__content .lh-banner .slick-prev:hover {
    background-color: var(--brand-color-2);
    border-color: var(--brand-color-2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.149)
}

.lobby-home__content .lh-banner .slick-next:hover:before,.lobby-home__content .lh-banner .slick-prev:hover:before {
    color: var(--background-color-1)
}

.lobby-home__content .lh-banner .slick-next {
    right: 16px
}

.lobby-home__content .lh-banner .slick-prev {
    left: 16px
}

.lobby-home__content .lh-banner .slick-list {
    margin: 0
}

.lobby-home__content .lh-banner .slick-track {
    display: flex!important;
    margin: 0 -4px
}

.lobby-home__content .lh-banner .slick-slide {
    padding: 0 4px;
    position: relative
}

.lobby-home__content .lh-top-winners {
    margin-bottom: 24px
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container {
    height: auto;
    overflow: hidden;
    width: 100%
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block {
    display: flex;
    margin: 0 -4px
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-col {
    padding: 0 4px
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.one-column .top-winners-col,.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.one-column .top-winners-item {
    width: 100%
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.one-column .top-winners-item .slick-slider .slick-slide .top--winners-game {
    margin-bottom: 0
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.two-column .top-winners-col {
    width: 50%
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.three-column .top-winners-col {
    width: 33.33%
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item {
    background-color: var(--background-color-1);
    border-radius: 12px;
    height: 100%;
    padding: 16px 12px
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .time-title {
    color: var(--text-color-4);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    padding-left: 4px
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .slick-slider .slick-slide .top--winners-game {
    background-color: var(--background-color-2);
    border-radius: 16px;
    display: flex!important;
    height: 76px;
    margin-bottom: 12px;
    padding-left: 12px
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .slick-slider .slick-slide .top--winners-img {
    border-radius: 12px;
    width: 78px
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .slick-slider .slick-slide .top--winners-img .tb--not-available-text {
    background-color: var(--background-color-3);
    color: rgb(from var(--text-color-4) r g b/.5);
    font-size: 10px
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .slick-slider .slick-slide>div:nth-child(3n+3) .top--winners-game {
    margin-bottom: 0
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .slick-slider .slick-arrow.slick-next {
    right: 4px
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .slick-slider .slick-arrow:before {
    color: var(--text-color-4)
}

.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .slick-slider .slick-next,.lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .slick-slider .slick-prev {
    background-color: var(--background-color-2);
    border: 1px solid rgb(from var(--text-color-2) r g b/.3);
    border-radius: 50%;
    height: 32px;
    top: -40px;
    width: 32px
}

@media screen and (max-width: 1023.9px) {
    .lobby-home__content .lh-top-winners {
        margin:0 -24px 24px
    }

    .lobby-home__content .lh-top-winners .top--winners-slider .slick-list {
        padding: 0 24px
    }

    .lobby-home__content .lh-top-winners .top--winners-slider .slick-track {
        margin: 0 -4px
    }

    .lobby-home__content .lh-top-winners .top--winners-slider .top--winners-game_title {
        margin-left: 24px
    }
}

@media screen and (max-width: 768px) {
    .lobby-home__content .lh-top-winners {
        margin:0 -16px 16px
    }

    .lobby-home__content .lh-top-winners .top--winners-slider .slick-list {
        padding: 0 16px
    }

    .lobby-home__content .lh-top-winners .top--winners-slider .top--winners-game_title {
        margin-left: 16px
    }
}

.lobby-home__content .lh-random-game {
    align-items: center;
    background-color: var(--background-color-1);
    border-radius: 12px;
    display: flex;
    height: 206px;
    justify-content: center;
    overflow: hidden;
    padding: 0 24px;
    position: relative
}

.lobby-home__content .lh-random-game.start .rg_1 {
    animation: left-to-right-1 .5s ease-in-out forwards
}

.lobby-home__content .lh-random-game.start .rg_2 {
    animation: left-to-right-2 .5s ease-in-out forwards
}

.lobby-home__content .lh-random-game.start .rg_3 {
    animation: left-to-right-3 .5s ease-in-out forwards
}

.lobby-home__content .lh-random-game.start .random-game {
    animation: zoom-in .4s ease-in forwards
}

.lobby-home__content .lh-random-game.start .rg_4 {
    animation: right-to-left-3 .5s ease-in-out forwards
}

.lobby-home__content .lh-random-game.start .rg_5 {
    animation: right-to-left-2 .5s ease-in-out forwards
}

.lobby-home__content .lh-random-game.start .rg_6 {
    animation: right-to-left-1 .5s ease-in-out forwards
}

.lobby-home__content .lh-random-game.start .rotated-verlay {
    opacity: 1
}

.lobby-home__content .lh-random-game.start .selected-game .slt {
    animation: zoom-rotate .4s ease-in forwards,shaking .2s ease-in .4s forwards;
    opacity: 1!important
}

.lobby-home__content .lh-random-game.start .selected-game .slt .games--grid-item,.lobby-home__content .lh-random-game.start .selected-game .slt img {
    height: 126px;
    margin: 0;
    width: 90px
}

.lobby-home__content .lh-random-game.start .lh-random-game__main:after,.lobby-home__content .lh-random-game.start .lh-random-game__main:before {
    opacity: 0
}

.lobby-home__content .lh-random-game.start .lh-random-game__action .feeling-lucky-btn {
    opacity: 0;
    visibility: hidden
}

.lobby-home__content .lh-random-game.start .lh-random-game__action .try-again-block {
    opacity: 1;
    visibility: visible
}

.lobby-home__content .lh-random-game.end .rg_1 {
    animation: back-to-left-1 .5s ease-in-out
}

.lobby-home__content .lh-random-game.end .rg_2 {
    animation: back-to-left-2 .5s ease-in-out
}

.lobby-home__content .lh-random-game.end .rg_3 {
    animation: back-to-left-3 .5s ease-in-out
}

.lobby-home__content .lh-random-game.end .rg_4 {
    animation: back-to-right-3 .5s ease-in-out
}

.lobby-home__content .lh-random-game.end .rg_5 {
    animation: back-to-right-2 .5s ease-in-out
}

.lobby-home__content .lh-random-game.end .rg_6 {
    animation: back-to-right-1 .5s ease-in-out
}

.lobby-home__content .lh-random-game.end .selected-game .slt {
    opacity: 0!important
}

.lobby-home__content .lh-random-game.end .lh-random-game__main:after,.lobby-home__content .lh-random-game.end .lh-random-game__main:before {
    transition: 1s
}

.lobby-home__content .lh-random-game__info {
    display: flex;
    flex-direction: column;
    height: 118px;
    margin-right: 50px;
    width: 341px;
    z-index: 2
}

@media screen and (max-width: 991px) {
    .lobby-home__content .lh-random-game__info {
        width:281px
    }
}

.lobby-home__content .lh-random-game__main {
    display: flex;
    gap: 8px;
    height: 126px;
    position: relative;
    z-index: 1
}

.lobby-home__content .lh-random-game__main:before {
    left: 0
}

.lobby-home__content .lh-random-game__main:after,.lobby-home__content .lh-random-game__main:before {
    background: linear-gradient(270deg,#30323a00 0,var(--background-color-1) 97.06%);
    content: "";
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 183px;
    z-index: 1
}

.lobby-home__content .lh-random-game__main:after {
    right: 0;
    transform: rotate(-180deg)
}

.lobby-home__content .lh-random-game__main .rg_1 {
    transform: translateX(0)
}

@media screen and (max-width: 1244px) {
    .lobby-home__content .lh-random-game__main .rg_1 {
        display:none
    }
}

.lobby-home__content .lh-random-game__main .rg_2 {
    transform: translateX(0)
}

@media screen and (max-width: 600px) {
    .lobby-home__content .lh-random-game__main .rg_2 {
        display:none
    }
}

.lobby-home__content .lh-random-game__main .rg_3,.lobby-home__content .lh-random-game__main .rg_6 {
    transform: translateX(0)
}

@media screen and (max-width: 1244px) {
    .lobby-home__content .lh-random-game__main .rg_6 {
        display:none
    }
}

.lobby-home__content .lh-random-game__main .rg_4,.lobby-home__content .lh-random-game__main .rg_5 {
    transform: translateX(0)
}

@media screen and (max-width: 600px) {
    .lobby-home__content .lh-random-game__main .rg_5 {
        display:none
    }
}

.lobby-home__content .lh-random-game__main .rotated-verlay {
    animation: rotate-clockwise 30s linear infinite;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: .5s;
    width: 100%;
    z-index: -1
}

.lobby-home__content .lh-random-game__main .rotated-verlay div:after {
    -webkit-backdrop-filter: initial;
    backdrop-filter: none;
    background: repeating-conic-gradient(from 0deg,rgb(from var(--background-color-1) r g b/.45) 0deg 9deg,#0000 9deg 18deg),radial-gradient(rgb(from var(--brand-color-2) r g b/.55),#0000 60%);
    content: "";
    height: 1400px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1400px
}

.lobby-home__content .lh-random-game__main img {
    height: 126px;
    object-fit: cover;
    width: 90px
}

.lobby-home__content .lh-random-game__main .random-game {
    border-radius: 12px;
    height: 126px;
    min-width: 90px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.lobby-home__content .lh-random-game__main .random-game:after {
    animation: rotate-clockwise 30s linear infinite;
    -webkit-backdrop-filter: initial;
    backdrop-filter: none;
    background: repeating-conic-gradient(from 0deg,rgb(from var(--background-color-1) r g b/.45) 0deg 9deg,#0000 9deg 18deg),radial-gradient(rgb(from var(--brand-color-2) r g b/.55),#0000 60%);
    content: "";
    height: calc(150% + 1px);
    left: -25%;
    position: absolute;
    top: -25%;
    width: calc(150% + 1px);
    z-index: -1
}

.lobby-home__content .lh-random-game__main .random-game .selected-game {
    align-items: center;
    border: 3px solid var(--brand-color-2);
    border-radius: 12px;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}

.lobby-home__content .lh-random-game__main .random-game .selected-game .triangle {
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px
}

.lobby-home__content .lh-random-game__main .random-game .selected-game .triangle:after,.lobby-home__content .lh-random-game__main .random-game .selected-game .triangle:before {
    background: var(--brand-color-2);
    border-radius: 0 0 6px 0;
    bottom: 0;
    -webkit-clip-path: polygon(100% 2%,2% 100%,100% 100%);
    clip-path: polygon(100% 2%,2% 100%,100% 100%);
    content: "";
    height: 20px;
    margin: auto 0;
    position: absolute;
    top: -22px;
    transform: rotate(45deg);
    width: 20px;
    z-index: 2
}

.lobby-home__content .lh-random-game__main .random-game .selected-game .digi_icon-box-qs-mark {
    color: var(--brand-color-2);
    font-size: 65px
}

.lobby-home__content .lh-random-game__main .random-game .selected-game .digi_icon-box-qs-mark:before {
    width: auto
}

.lobby-home__content .lh-random-game__main .random-game .selected-game .slt {
    height: calc(100% + 6px);
    left: -3px;
    opacity: 0;
    position: absolute;
    top: -3px;
    width: calc(100% + 6px);
    z-index: 10
}

.lobby-home__content .lh-random-game__main .random-game .lh-top-winners {
    margin-bottom: 24px
}

.lobby-home__content .lh-random-game__main .random-game .lh-top-winners .top--winners-slider.top-winners-container {
    height: auto;
    overflow: auto;
    width: 100%
}

.lobby-home__content .lh-random-game__main .random-game .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block {
    display: flex;
    gap: 8px
}

.lobby-home__content .lh-random-game__main .random-game .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.one-column .top-winners-item {
    width: 100%
}

.lobby-home__content .lh-random-game__main .random-game .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.one-column .top-winners-item .slick-slider .slick-slide .top--winners-game {
    margin-bottom: 0
}

.lobby-home__content .lh-random-game__main .random-game .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.two-column .top-winners-item {
    width: calc(50% - 4px)
}

.lobby-home__content .lh-random-game__main .random-game .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block.three-column .top-winners-item {
    width: calc(33.333% - 4px)
}

.lobby-home__content .lh-random-game__main .random-game .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item {
    background-color: var(--background-color-1);
    border-radius: 12px;
    padding: 16px 12px
}

.lobby-home__content .lh-random-game__main .random-game .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .time-title {
    color: var(--text-color-4);
    font-size: 14px;
    margin-bottom: 16px;
    padding-left: 4px
}

.lobby-home__content .lh-random-game__main .random-game .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .slick-slider .slick-slide .top--winners-game {
    background-color: var(--background-color-2);
    display: flex!important;
    height: 76px;
    margin-bottom: 12px;
    padding-left: 12px
}

.lobby-home__content .lh-random-game__main .random-game .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .slick-slider .slick-slide>div:nth-child(3n+3) .top--winners-game {
    margin-bottom: 0
}

.lobby-home__content .lh-random-game__main .random-game .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .slick-slider .slick-arrow.slick-next {
    right: 4px
}

.lobby-home__content .lh-random-game__main .random-game .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .slick-slider .slick-next,.lobby-home__content .lh-random-game__main .random-game .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .slick-slider .slick-prev {
    background-color: var(--background-color-2);
    border: 1px solid rgb(from var(--text-color-2) r g b/.3);
    border-radius: 50%;
    height: 32px;
    top: -40px;
    width: 32px
}

.lobby-home__content .lh-random-game__title {
    color: var(--text-color-1);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px
}

.lobby-home__content .lh-random-game__txt {
    color: var(--text-color-4);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 24px
}

.lobby-home__content .lh-random-game__action {
    position: relative
}

.lobby-home__content .lh-random-game__action button {
    align-items: center;
    background: var(--brand-color-2);
    background-image: var(--brand-gradient-2);
    border: 1px solid var(--brand-color-2);
    border-radius: var(--btn-radius-top-left) var(--btn-radius-top-right) var(--btn-radius-bottom-right) var(--btn-radius-bottom-left);
    color: var(--background-color-1);
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    letter-spacing: .7px;
    line-height: 32px;
    padding: 12px 16px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    width: 50%
}

.lobby-home__content .lh-random-game__action button .digi_icon-all,.lobby-home__content .lh-random-game__action button .digi_icon-play-now {
    font-size: 18px;
    margin-right: 4px
}

.lobby-home__content .lh-random-game__action button.feeling-lucky-btn {
    position: absolute
}

.lobby-home__content .lh-random-game__action .try-again-block {
    display: flex;
    gap: 12px;
    opacity: 0;
    position: absolute;
    transition: .5s;
    visibility: hidden;
    width: 100%
}

.lobby-home__content .lh-random-game__action .try-again-block button {
    width: 50%
}

.lobby-home__content .lh-random-game__action .try-again-block button.try-again {
    background-color: var(--background-color-4);
    border-color: var(--background-color-4);
    color: var(--brand-color-2)
}

@media screen and (max-width: 768px) {
    .lobby-home__content .lh-random-game {
        flex-direction:column;
        height: 358px;
        justify-content: flex-start;
        padding: 24px
    }

    .lobby-home__content .lh-random-game .lh-random-game__info {
        align-items: center;
        height: auto;
        margin-right: 0
    }

    .lobby-home__content .lh-random-game .lh-random-game__info .lh-random-game__txt {
        margin-bottom: 38px
    }

    .lobby-home__content .lh-random-game .lh-random-game__info .lh-random-game__action {
        bottom: 64px;
        left: 50%;
        position: absolute;
        transform: translate(-50%);
        width: 320px
    }

    .lobby-home__content .lh-random-game .lh-random-game__info .lh-random-game__action .feeling-lucky-btn {
        width: 100%
    }

    .lobby-home__content .lh-random-game .lh-random-game__info .lh-random-game__action button {
        height: 40px;
        line-height: 40px
    }
}

@media screen and (max-width: 400px) {
    .lobby-home__content .lh-random-game .lh-random-game__info .lh-random-game__action {
        width:calc(100% - 32px)
    }
}

.lh-sidebar {
    background-color: var(--background-color-1);
    border-radius: 12px;
    max-height: calc(100vh - 104px);
    min-height: 500px;
    padding: 16px 6px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    width: 236px
}

.lh-sidebar .lh-sidebar-scrollbox {
    max-height: calc(100vh - 136px);
    min-height: 468px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 10px;
    width: 224px
}

.lh-sidebar .lh-sidebar-scrollbox::-webkit-scrollbar {
    background-color: #0000;
    width: 0
}

.lh-sidebar .lh-sidebar-scrollbox:after {
    background: linear-gradient(180deg,#30323a00 0,var(--background-color-1) 77%);
    border-radius: 0 0 12px 12px;
    bottom: 0;
    content: "";
    height: 53px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0
}

.lh-sidebar .lh-sidebar-scroll {
    width: 203px
}

.lh-sidebar:hover .lh-sidebar-scrollbox::-webkit-scrollbar {
    width: 4px
}

.lh-sidebar:hover .lh-sidebar-scrollbox::-webkit-scrollbar-thumb {
    background-color: rgb(from var(--text-color-4) r g b/.1)
}

@media screen and (max-width: 1023.9px) {
    .lh-sidebar {
        display:none
    }
}

.lh-sidebar .lh-sidebar-item {
    background: var(--background-color-2);
    border-radius: 12px;
    cursor: pointer;
    margin-bottom: 16px;
    position: relative
}

.lh-sidebar .lh-sidebar-item:before {
    background: linear-gradient(90deg,rgb(from var(--brand-color-2) r g b/.06) 0,rgb(from var(--brand-color-2) r g b/.3) 100%);
    border-radius: 12px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .2s;
    width: 100%
}

.lh-sidebar .lh-sidebar-item:after {
    background-color: var(--brand-color-2);
    border-radius: 12px;
    content: "";
    height: 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 12px;
    width: 4px
}

.lh-sidebar .lh-sidebar-item:not(.lh-list-style):hover:before {
    opacity: 1
}

.lh-sidebar .lh-sidebar-item.active:before {
    background: linear-gradient(90deg,rgb(from var(--brand-color-2) r g b/.06) 0,rgb(from var(--brand-color-2) r g b/.3) 100%);
    border-radius: 12px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%
}

.lh-sidebar .lh-sidebar-item.active:after {
    background-color: var(--brand-color-2);
    border-radius: 12px;
    content: "";
    height: 20px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 12px;
    width: 4px
}

.lh-sidebar .lh-sidebar-item:last-child {
    margin-bottom: 0
}

.lh-sidebar .lh-sidebar-item_home {
    align-items: center;
    display: flex;
    height: 44px;
    padding: 12px
}

.lh-sidebar .lh-sidebar-item_home .category_icon-home {
    color: var(--text-color-1);
    font-size: 20px;
    margin-right: 8px
}

.lh-sidebar .lh-sidebar-item_home .lh-sub-title {
    color: var(--text-color-4);
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.lh-sidebar .lh-sidebar-item.lh-list-style {
    background-color: #0000;
    display: flex;
    flex-direction: column;
    padding: 0
}

.lh-sidebar .lh-sidebar-item.lh-list-style .lh-icon,.lh-sidebar .lh-sidebar-item.lh-list-style:before {
    display: none
}

.lh-sidebar .lh-sidebar-item.lh-list-style .lh-title {
    color: var(--text-color-4);
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
    opacity: .5;
    padding-left: 12px;
    width: 100%
}

.lh-sidebar .lh-sidebar-item.lh-list-style .lh-submenu {
    background-color: var(--background-color-2);
    border-radius: 12px;
    width: 100%
}

.lh-sidebar .lh-sidebar-item.lh-list-style .lh-submenu_item {
    align-items: center;
    display: flex;
    height: 44px;
    margin-bottom: 1px;
    padding: 12px;
    position: relative;
    transition: background-color .3s ease-in-out
}

.lh-sidebar .lh-sidebar-item.lh-list-style .lh-submenu_item.active:before {
    background: linear-gradient(90deg,rgb(from var(--brand-color-2) r g b/.06) 0,rgb(from var(--brand-color-2) r g b/.3) 100%);
    border-radius: 12px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%
}

.lh-sidebar .lh-sidebar-item.lh-list-style .lh-submenu_item.active:after {
    background-color: var(--brand-color-2);
    border-radius: 12px;
    content: "";
    height: 20px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 12px;
    width: 4px
}

.lh-sidebar .lh-sidebar-item.lh-list-style .lh-submenu_item:before {
    background: linear-gradient(90deg,rgb(from var(--brand-color-2) r g b/.06) 0,rgb(from var(--brand-color-2) r g b/.3) 100%);
    border-radius: 12px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .2s;
    width: 100%
}

.lh-sidebar .lh-sidebar-item.lh-list-style .lh-submenu_item:after {
    background-color: var(--brand-color-2);
    border-radius: 12px;
    content: "";
    height: 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 12px;
    transition: .2s;
    width: 4px
}

.lh-sidebar .lh-sidebar-item.lh-list-style .lh-submenu_item:hover:before {
    opacity: 1
}

.lh-sidebar .lh-sidebar-item.lh-list-style .lh-submenu_item .lh-sub-icon {
    color: var(--text-color-1);
    font-size: 20px;
    margin-inline-end:8px}

.lh-sidebar .lh-sidebar-item.lh-list-style .lh-submenu_item img {
    width: 16px
}

.lh-sidebar .lh-sidebar-item.lh-list-style .lh-submenu_item .lh-sub-title {
    color: var(--text-color-4);
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.lh-sidebar .lh-sidebar-item.lh-list-style .lh-submenu_item:last-child {
    margin-bottom: 0
}

.lh-sidebar-search {
    cursor: pointer;
    margin-bottom: 16px;
    opacity: .5;
    position: relative
}

.lh-sidebar-search_box {
    background-color: var(--background-color-2)!important;
    border: none;
    border-radius: 38px;
    color: #fff;
    color: var(--text-color-4);
    font-size: 12px;
    height: 36px;
    padding: 0 40px;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.lh-sidebar-search .digi_icon-search {
    bottom: 0;
    color: var(--text-color-4);
    font-family: BuilderFont!important;
    font-size: 24px;
    height: 24px;
    left: 10px;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    width: 24px
}

.lh-sidebar-search_popup {
    height: 760px;
    width: 865px
}

.lh-sidebar-search_popup_header {
    background-color: var(--background-color-1)
}

.lh-sidebar-search_popup_header .digi_icon-close,.lh-sidebar-search_popup_header .tb--modal-header-txt {
    color: var(--text-color-1)!important
}

.lh-sidebar-search_popup_body {
    background-color: var(--background-color-2);
    padding: 24px
}

.lh-sidebar-search_popup_body_wrapper {
    position: relative
}

.lh-sidebar-search_popup_body_wrapper .digi_icon-search {
    bottom: 0;
    color: var(--text-color-4);
    font-family: BuilderFont!important;
    font-size: 16px;
    height: 16px;
    left: 12px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateY(-50%)
}

.lh-sidebar-search_popup_body_wrapper .digi_icon-search:before {
    height: 16px;
    line-height: 16px;
    width: 16px
}

.lh-sidebar-search_popup_body_wrapper .search-box {
    background-color: var(--background-color-1)!important;
    border: 1px solid rgb(from var(--text-color-4) r g b/.2);
    border-radius: 38px;
    color: var(--text-color-1)!important;
    font-size: 14px;
    height: 40px;
    padding: 0 40px;
    width: 100%
}

.lh-sidebar-search_popup_body_wrapper .search-box::placeholder {
    color: var(--text-color-2)!important;
    font-size: 14px;
    opacity: 50%
}

.lh-sidebar-search_popup_body .tb--empty-state {
    min-height: 265px;
    padding: 24px 20px
}

.lh-sidebar-search_popup_body .tb--empty-state .tb--empty-state_img {
    height: 90px;
    width: 90px
}

.lh-sidebar-search_popup_body .tb--empty-state .tb--empty-state_img svg {
    height: 50px;
    width: 50px
}

.lh-sidebar-search_popup_body .tb--empty-state .tb--empty-state_img svg path {
    fill: var(--text-color-4)
}

.lh-sidebar-search_popup_body .tb--empty-state h4 {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 8px
}

.lh-sidebar-search_popup_body .tb--empty-state p {
    font-size: 14px
}

.lh-sidebar-search_popup_games {
    grid-template-columns: repeat(5,1fr)
}

.lh-sidebar-search_popup_games .games--grid-item {
    height: -webkit-max-content;
    height: max-content
}

.lh-sidebar-search_popup_games .games--grid-item .games--grid-img {
    height: 220px
}

@media screen and (max-width: 1023.9px) {
    .lh-sidebar-search_popup_games .games--grid-item .games--grid-img {
        height:154px
    }
}

.recommended-game-widget {
    background-color: var(--background-color-1);
    border-radius: 12px;
    padding: 26px 16px 16px;
    position: relative
}

.recommended-game-widget .slick-arrow {
    background-color: var(--background-color-2);
    border-radius: 50%;
    color: var(--text-color-4);
    height: 36px;
    position: absolute;
    top: -46px;
    width: 36px
}

.recommended-game-widget .slick-arrow:before {
    color: var(--text-color-4)
}

.recommended-game-widget .slick-prev {
    right: 44px
}

.recommended-game-widget .slick-next {
    right: 0
}

.recommended-game-widget .slick-list {
    margin: 0 -4px
}

.recommended-game-widget .games--grid-img {
    height: 210px
}

.recommended-game-widget__title {
    align-items: center;
    color: var(--text-color-4);
    display: flex;
    font-size: 14px;
    gap: 8px;
    margin-bottom: 16px;
    text-transform: uppercase
}

.recommended-game-widget__title i {
    align-items: center;
    background-color: var(--background-color-2);
    border-radius: 12px;
    display: flex;
    font-size: 20px;
    height: 36px;
    justify-content: center;
    width: 36px
}

@keyframes rotate-clockwise {
    to {
        transform: rotate(1turn)
    }
}

@keyframes left-to-right-1 {
    to {
        transform: translateX(294px)
    }
}

@keyframes back-to-left-1 {
    0% {
        transform: translateX(294px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes left-to-right-2 {
    to {
        transform: translateX(196px)
    }
}

@keyframes back-to-left-2 {
    0% {
        transform: translateX(196px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes left-to-right-3 {
    to {
        transform: translateX(98px)
    }
}

@keyframes back-to-left-3 {
    0% {
        transform: translateX(98px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes right-to-left-1 {
    to {
        transform: translateX(-294px)
    }
}

@keyframes back-to-right-1 {
    0% {
        transform: translateX(-294px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes right-to-left-2 {
    to {
        transform: translateX(-196px)
    }
}

@keyframes back-to-right-2 {
    0% {
        transform: translateX(-196px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes right-to-left-3 {
    to {
        transform: translateX(-98px)
    }
}

@keyframes back-to-right-3 {
    0% {
        transform: translateX(-98px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.2)
    }
}

@keyframes zoom-rotate {
    0% {
        transform: rotate(105deg) scale(.3)
    }

    to {
        transform: roatet(-55deg) scale(1.2)
    }
}

@keyframes shaking {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(-3deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.providers-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.providers-list.provider-list-hidden {
    height: 144px;
    overflow: hidden
}

.sidebar-search_popup__title {
    color: var(--text-color-4);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase
}

.sidebar-search_popup__scroll {
    margin: 24px -12px 0;
    overflow-y: auto;
    padding: 0 12px;
    position: relative
}

.lh-sidebar-search_popup_body .tb--preloader-container {
    position: static
}

.lh-sidebar-search_popup_body .see-more_btn {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 16px auto 0;
    min-width: 160px;
    width: -webkit-max-content;
    width: max-content
}

.lh-sidebar-search_popup_body .games--grid-layout {
    margin-top: 0
}

.lh-sidebar-search_popup_body .tb--games-grid-front .games--grid-footer {
    display: none
}

.recommended-game_preloader {
    height: 265px
}

.providers-block {
    margin-bottom: 24px
}

.providers-list__item {
    align-items: center;
    background-color: var(--background-color-4);
    border-radius: 24px;
    color: var(--text-color-4);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    gap: 8px;
    height: 40px;
    padding: 0 16px
}

.providers-list__item .providers-list__item-text {
    font-weight: 500;
    text-transform: uppercase
}

.providers-list__item .count {
    opacity: .6
}

.providers-list__item i:before {
    font-size: 24px
}

.tb--rtl .lobby-home__content .lh-widget .slick-prev {
    left: 0
}

.tb--rtl .lobby-home__content .lh-widget .slick-next {
    left: 44px
}

.tb--rtl .lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .slick-slider .slick-arrow.slick-prev {
    left: 4px;
    right: auto
}

.tb--rtl .lobby-home__content .lh-top-winners .top--winners-slider.top-winners-container .top-winners-block .top-winners-item .slick-slider .slick-arrow.slick-next {
    left: 40px;
    right: auto
}

.f32-flag {
    background: url(https://cdn.bcdel.com/version/0.5.708/static/media/flags.268d2cfee6694d2774cb.png) no-repeat 0 0;
    background-size: 24px;
    height: 24px;
    width: 24px
}

.f32-ad {
    background-position: 0 0
}

.f32-ae {
    background-position: 0 -32px
}

.f32-af {
    background-position: 0 -64px
}

.f32-ag {
    background-position: 0 -96px
}

.f32-ai {
    background-position: 0 -128px
}

.f32-al {
    background-position: 0 -160px
}

.f32-am {
    background-position: 0 -192px
}

.f32-ao {
    background-position: 0 -224px
}

.f32-ar {
    background-position: 0 -256px
}

.f32-as {
    background-position: 0 -288px
}

.f32-at {
    background-position: 0 -320px
}

.f32-au {
    background-position: 0 -352px
}

.f32-aw {
    background-position: 0 -384px
}

.f32-ax {
    background-position: 0 -416px
}

.f32-az {
    background-position: 0 -448px
}

.f32-ba {
    background-position: 0 -480px
}

.f32-bb {
    background-position: 0 -512px
}

.f32-bd {
    background-position: 0 -544px
}

.f32-be {
    background-position: 0 -576px
}

.f32-bf {
    background-position: 0 -608px
}

.f32-bg {
    background-position: 0 -640px
}

.f32-bh {
    background-position: 0 -672px
}

.f32-bi {
    background-position: 0 -704px
}

.f32-bj {
    background-position: 0 -736px
}

.f32-bl {
    background-position: 0 -768px
}

.f32-bm {
    background-position: 0 -800px
}

.f32-bn {
    background-position: 0 -832px
}

.f32-bo {
    background-position: 0 -864px
}

.f32-bq-bo {
    background-position: 0 -896px
}

.f32-bq-sa {
    background-position: 0 -928px
}

.f32-bq-se {
    background-position: 0 -960px
}

.f32-br {
    background-position: 0 -992px
}

.f32-bs {
    background-position: 0 -1024px
}

.f32-bt {
    background-position: 0 -1056px
}

.f32-bw {
    background-position: 0 -1088px
}

.f32-by {
    background-position: 0 -1120px
}

.f32-bz {
    background-position: 0 -1152px
}

.f32-ca-bc {
    background-position: 0 -1184px
}

.f32-ca {
    background-position: 0 -1216px
}

.f32-cc {
    background-position: 0 -1248px
}

.f32-cd {
    background-position: 0 -1280px
}

.f32-cf {
    background-position: 0 -1312px
}

.f32-cg {
    background-position: 0 -1344px
}

.f32-ch {
    background-position: 0 -1376px
}

.f32-ci {
    background-position: 0 -1408px
}

.f32-ck {
    background-position: 0 -1440px
}

.f32-cl {
    background-position: 0 -1472px
}

.f32-cm {
    background-position: 0 -1504px
}

.f32-cn {
    background-position: 0 -1536px
}

.f32-co {
    background-position: 0 -1568px
}

.f32-cr {
    background-position: 0 -1600px
}

.f32-cu {
    background-position: 0 -1632px
}

.f32-cv {
    background-position: 0 -1664px
}

.f32-cw {
    background-position: 0 -1696px
}

.f32-cx {
    background-position: 0 -1728px
}

.f32-cy {
    background-position: 0 -1760px
}

.f32-cz {
    background-position: 0 -1792px
}

.f32-de {
    background-position: 0 -1824px
}

.f32-dj {
    background-position: 0 -1856px
}

.f32-dk {
    background-position: 0 -1888px
}

.f32-dm {
    background-position: 0 -1920px
}

.f32-do {
    background-position: 0 -1952px
}

.f32-dz {
    background-position: 0 -1984px
}

.f32-easter_island {
    background-position: 0 -2016px
}

.f32-ec-w {
    background-position: 0 -2048px
}

.f32-ec {
    background-position: 0 -2080px
}

.f32-ee {
    background-position: 0 -2112px
}

.f32-eg {
    background-position: 0 -2144px
}

.f32-eh {
    background-position: 0 -2176px
}

.f32-er {
    background-position: 0 -2208px
}

.f32-es-ce {
    background-position: 0 -2240px
}

.f32-es-cn {
    background-position: 0 -2272px
}

.f32-es-ga {
    background-position: 0 -2304px
}

.f32-es-ib {
    background-position: 0 -2336px
}

.f32-es-ml {
    background-position: 0 -2368px
}

.f32-es-pv {
    background-position: 0 -2400px
}

.f32-es {
    background-position: 0 -2432px
}

.f32-esperanto {
    background-position: 0 -2464px
}

.f32-et {
    background-position: 0 -2496px
}

.f32-european_union {
    background-position: 0 -2528px
}

.f32-fi {
    background-position: 0 -2560px
}

.f32-fj {
    background-position: 0 -2592px
}

.f32-fk {
    background-position: 0 -2624px
}

.f32-fm {
    background-position: 0 -2656px
}

.f32-fo {
    background-position: 0 -2688px
}

.f32-fr-h {
    background-position: 0 -2720px
}

.f32-fr {
    background-position: 0 -2752px
}

.f32-ga {
    background-position: 0 -2784px
}

.f32-gb-eng {
    background-position: 0 -2816px
}

.f32-gb-ork {
    background-position: 0 -2848px
}

.f32-gb-sct {
    background-position: 0 -2880px
}

.f32-gb-wls {
    background-position: 0 -2912px
}

.f32-gb {
    background-position: 0 -2944px
}

.f32-gd {
    background-position: 0 -2976px
}

.f32-ge-ab {
    background-position: 0 -3008px
}

.f32-ge {
    background-position: 0 -3040px
}

.f32-gg {
    background-position: 0 -3072px
}

.f32-gh {
    background-position: 0 -3104px
}

.f32-gi {
    background-position: 0 -3136px
}

.f32-gl {
    background-position: 0 -3168px
}

.f32-gm {
    background-position: 0 -3200px
}

.f32-gn {
    background-position: 0 -3232px
}

.f32-gq {
    background-position: 0 -3264px
}

.f32-gp {
    background-position: 0 -3296px
}

.f32-gr {
    background-position: 0 -3328px
}

.f32-gt {
    background-position: 0 -3360px
}

.f32-gu {
    background-position: 0 -3392px
}

.f32-gw {
    background-position: 0 -3424px
}

.f32-gy {
    background-position: 0 -3456px
}

.f32-hausa {
    background-position: 0 -3488px
}

.f32-hk {
    background-position: 0 -3520px
}

.f32-hmong {
    background-position: 0 -3552px
}

.f32-hn {
    background-position: 0 -3584px
}

.f32-hr {
    background-position: 0 -3616px
}

.f32-ht {
    background-position: 0 -3648px
}

.f32-hu {
    background-position: 0 -3680px
}

.f32-id {
    background-position: 0 -3712px
}

.f32-ie {
    background-position: 0 -3744px
}

.f32-il {
    background-position: 0 -3776px
}

.f32-im {
    background-position: 0 -3808px
}

.f32-in {
    background-position: 0 -3840px
}

.f32-io {
    background-position: 0 -3872px
}

.f32-iq {
    background-position: 0 -3904px
}

.f32-ir {
    background-position: 0 -3936px
}

.f32-is {
    background-position: 0 -3968px
}

.f32-it-82 {
    background-position: 0 -4000px
}

.f32-it-88 {
    background-position: 0 -4032px
}

.f32-it {
    background-position: 0 -4064px
}

.f32-je {
    background-position: 0 -4096px
}

.f32-jm {
    background-position: 0 -4128px
}

.f32-jo {
    background-position: 0 -4160px
}

.f32-jp {
    background-position: 0 -4192px
}

.f32-kannada {
    background-position: 0 -4224px
}

.f32-ke {
    background-position: 0 -4256px
}

.f32-kg {
    background-position: 0 -4288px
}

.f32-kh {
    background-position: 0 -4320px
}

.f32-ki {
    background-position: 0 -4352px
}

.f32-km {
    background-position: 0 -4384px
}

.f32-kn {
    background-position: 0 -4416px
}

.f32-kp {
    background-position: 0 -4448px
}

.f32-kr {
    background-position: 0 -4480px
}

.f32-kurdistan {
    background-position: 0 -4512px
}

.f32-kw {
    background-position: 0 -4544px
}

.f32-ky {
    background-position: 0 -4576px
}

.f32-kz {
    background-position: 0 -4608px
}

.f32-la {
    background-position: 0 -4640px
}

.f32-lb {
    background-position: 0 -4672px
}

.f32-lc {
    background-position: 0 -4704px
}

.f32-li {
    background-position: 0 -4736px
}

.f32-lk {
    background-position: 0 -4768px
}

.f32-lr {
    background-position: 0 -4800px
}

.f32-ls {
    background-position: 0 -4832px
}

.f32-lt {
    background-position: 0 -4864px
}

.f32-lu {
    background-position: 0 -4896px
}

.f32-lv {
    background-position: 0 -4928px
}

.f32-ly {
    background-position: 0 -4960px
}

.f32-ma {
    background-position: 0 -4992px
}

.f32-malayali {
    background-position: 0 -5024px
}

.f32-maori {
    background-position: 0 -5056px
}

.f32-mc {
    background-position: 0 -5088px
}

.f32-md {
    background-position: 0 -5120px
}

.f32-me {
    background-position: 0 -5152px
}

.f32-mf {
    background-position: 0 -5184px
}

.f32-mg {
    background-position: 0 -5216px
}

.f32-mh {
    background-position: 0 -5248px
}

.f32-mk {
    background-position: 0 -5280px
}

.f32-ml {
    background-position: 0 -5312px
}

.f32-mm {
    background-position: 0 -5344px
}

.f32-mn {
    background-position: 0 -5376px
}

.f32-mo {
    background-position: 0 -5408px
}

.f32-mp {
    background-position: 0 -5440px
}

.f32-mq {
    background-position: 0 -5472px
}

.f32-mr {
    background-position: 0 -5504px
}

.f32-ms {
    background-position: 0 -5536px
}

.f32-mt {
    background-position: 0 -5568px
}

.f32-mu {
    background-position: 0 -5600px
}

.f32-mv {
    background-position: 0 -5632px
}

.f32-mw {
    background-position: 0 -5664px
}

.f32-mx {
    background-position: 0 -5696px
}

.f32-my {
    background-position: 0 -5728px
}

.f32-mz {
    background-position: 0 -5760px
}

.f32-na {
    background-position: 0 -5792px
}

.f32-nato {
    background-position: 0 -5824px
}

.f32-nc {
    background-position: 0 -5856px
}

.f32-ne {
    background-position: 0 -5888px
}

.f32-nf {
    background-position: 0 -5920px
}

.f32-ng {
    background-position: 0 -5952px
}

.f32-ni {
    background-position: 0 -5984px
}

.f32-nl {
    background-position: 0 -6016px
}

.f32-no {
    background-position: 0 -6048px
}

.f32-northern_cyprus {
    background-position: 0 -6080px
}

.f32-np {
    background-position: 0 -6112px
}

.f32-nr {
    background-position: 0 -6144px
}

.f32-nu {
    background-position: 0 -6176px
}

.f32-nz {
    background-position: 0 -6208px
}

.f32-om {
    background-position: 0 -6240px
}

.f32-pa {
    background-position: 0 -6272px
}

.f32-pe {
    background-position: 0 -6304px
}

.f32-pf {
    background-position: 0 -6336px
}

.f32-pg {
    background-position: 0 -6368px
}

.f32-ph {
    background-position: 0 -6400px
}

.f32-pk {
    background-position: 0 -6432px
}

.f32-pl {
    background-position: 0 -6464px
}

.f32-pn {
    background-position: 0 -6496px
}

.f32-pr {
    background-position: 0 -6528px
}

.f32-ps {
    background-position: 0 -6560px
}

.f32-pt-20 {
    background-position: 0 -6592px
}

.f32-pt-30 {
    background-position: 0 -6624px
}

.f32-pt {
    background-position: 0 -6656px
}

.f32-pw {
    background-position: 0 -6688px
}

.f32-py {
    background-position: 0 -6720px
}

.f32-qa {
    background-position: 0 -6752px
}

.f32-ro {
    background-position: 0 -6784px
}

.f32-rs {
    background-position: 0 -6816px
}

.f32-ru {
    background-position: 0 -6848px
}

.f32-rw {
    background-position: 0 -6880px
}

.f32-sa {
    background-position: 0 -6912px
}

.f32-sb {
    background-position: 0 -6944px
}

.f32-sc {
    background-position: 0 -6976px
}

.f32-sd {
    background-position: 0 -7008px
}

.f32-se {
    background-position: 0 -7040px
}

.f32-sg {
    background-position: 0 -7072px
}

.f32-sh {
    background-position: 0 -7104px
}

.f32-si {
    background-position: 0 -7136px
}

.f32-sindh {
    background-position: 0 -7168px
}

.f32-sj {
    background-position: 0 -7200px
}

.f32-sk {
    background-position: 0 -7232px
}

.f32-sl {
    background-position: 0 -7264px
}

.f32-sm {
    background-position: 0 -7296px
}

.f32-sn {
    background-position: 0 -7328px
}

.f32-so {
    background-position: 0 -7360px
}

.f32-somaliland {
    background-position: 0 -7392px
}

.f32-south_ossetia {
    background-position: 0 -7424px
}

.f32-sr {
    background-position: 0 -7456px
}

.f32-ss {
    background-position: 0 -7488px
}

.f32-st {
    background-position: 0 -7520px
}

.f32-sv {
    background-position: 0 -7552px
}

.f32-sx {
    background-position: 0 -7584px
}

.f32-sy {
    background-position: 0 -7616px
}

.f32-sz {
    background-position: 0 -7648px
}

.f32-tc {
    background-position: 0 -7680px
}

.f32-td {
    background-position: 0 -7712px
}

.f32-tg {
    background-position: 0 -7744px
}

.f32-th {
    background-position: 0 -7776px
}

.f32-tibet {
    background-position: 0 -7808px
}

.f32-tj {
    background-position: 0 -7840px
}

.f32-tk {
    background-position: 0 -7872px
}

.f32-tl {
    background-position: 0 -7904px
}

.f32-tm {
    background-position: 0 -7936px
}

.f32-tn {
    background-position: 0 -7968px
}

.f32-to {
    background-position: 0 -8000px
}

.f32-tr {
    background-position: 0 -8032px
}

.f32-transnistria {
    background-position: 0 -8064px
}

.f32-tt {
    background-position: 0 -8096px
}

.f32-tv {
    background-position: 0 -8128px
}

.f32-tw {
    background-position: 0 -8160px
}

.f32-tz {
    background-position: 0 -8192px
}

.f32-ua {
    background-position: 0 -8224px
}

.f32-ug {
    background-position: 0 -8256px
}

.f32-united_nations {
    background-position: 0 -8288px
}

.f32-us-hi {
    background-position: 0 -8320px
}

.f32-us {
    background-position: 0 -8352px
}

.f32-uy {
    background-position: 0 -8384px
}

.f32-uz {
    background-position: 0 -8416px
}

.f32-va {
    background-position: 0 -8448px
}

.f32-vc {
    background-position: 0 -8480px
}

.f32-ve {
    background-position: 0 -8512px
}

.f32-vg {
    background-position: 0 -8544px
}

.f32-vi {
    background-position: 0 -8576px
}

.f32-vn {
    background-position: 0 -8608px
}

.f32-vu {
    background-position: 0 -8640px
}

.f32-ws {
    background-position: 0 -8672px
}

.f32-xk {
    background-position: 0 -8704px
}

.f32-xx {
    background-position: 0 -8736px
}

.f32-ye {
    background-position: 0 -8768px
}

.f32-yiddish {
    background-position: 0 -8800px
}

.f32-za {
    background-position: 0 -8832px
}

.f32-zm {
    background-position: 0 -8864px
}

.f32-zw {
    background-position: 0 -8896px
}

.promotions-wrapper {
    padding-bottom: 20px
}

.promotions-content,.promotions-content_details {
    display: flex;
    justify-content: center;
    min-height: 320px;
    padding: 0 16px;
    width: 100%
}

.promotions-content .btn__main-clr,.promotions-content .btn__secondary,.promotions-content_details .btn__main-clr,.promotions-content_details .btn__secondary {
    border-radius: var(--btn-radius-top-left) var(--btn-radius-top-right) var(--btn-radius-bottom-right) var(--btn-radius-bottom-left);
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    padding: 0 16px;
    text-align: center;
    text-transform: capitalize
}

.promotions-content .btn__main-clr:hover,.promotions-content .btn__secondary:hover,.promotions-content_details .btn__main-clr:hover,.promotions-content_details .btn__secondary:hover {
    color: inherit
}

.promotions-content .btn__main-clr,.promotions-content_details .btn__main-clr {
    background: var(--brand-color-2);
    background-image: var(--brand-gradient-2);
    color: var(--background-color-1)
}

.promotions-content .btn__secondary,.promotions-content_details .btn__secondary {
    background: #0000;
    border: 1px solid var(--brand-color-2);
    color: var(--brand-color-2);
    width: 100%
}

.promotions-content .btn-promotion,.promotions-content_details .btn-promotion {
    align-items: center;
    bottom: 20px;
    display: flex;
    justify-content: center;
    left: 16px;
    position: fixed;
    right: 16px;
    width: calc(100% - 36px);
    z-index: 1
}

.promotions-content_details.bottom-space:after {
    background-color: var(--background-color-1);
    bottom: 0;
    content: "";
    height: 80px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0
}

.highligted-promotions_bottom-sheet .tb--preloader-container {
    min-height: 320px
}

.highligted-promotions_bottom-sheet [data-rsbs-overlay] {
    max-height: calc(100% - 24px)
}

.promotions_empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center
}

.promotions_empty__icon {
    align-items: center;
    background-color: var(--background-color-2);
    border-radius: 50%;
    display: flex;
    height: 120px;
    justify-content: center;
    margin-bottom: 28px;
    width: 120px
}

.promotions_empty__title {
    color: var(--text-color-1);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px
}

.promotions_empty__text {
    color: rgb(from var(--text-color-1) r g b/.6);
    font-size: 14px
}

.promotions_list__item {
    border-radius: 16px;
    margin-bottom: 16px;
    min-height: 50px;
    overflow: hidden
}

.promotions_list,.promotions_list__item img {
    width: 100%
}

.promotions_list.overflow-hidden {
    visibility: hidden
}

.promotions_list .btn-view-all {
    align-items: center;
    display: flex;
    justify-content: center
}

.promotions_list__title {
    align-items: center;
    color: var(--text-color-4);
    display: flex;
    font-size: 12px;
    margin-bottom: 16px;
    text-transform: uppercase
}

.promotions_list__title i {
    margin-right: 4px
}

.scroll-block {
    overflow: auto
}

.btn-fixed-bg {
    background-color: var(--background-color-1);
    left: 15px;
    padding-bottom: 16px;
    position: fixed;
    transform: translateY(-1px);
    width: calc(100% - 30px)
}

.btn-go-back {
    align-items: center;
    color: var(--text-color-4);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px
}

.btn-go-back i {
    font-size: 20px;
    margin-left: -14px
}

.promotions-item {
    height: -webkit-max-content;
    height: max-content;
    width: 100%
}

.promotions-item__coontent {
    padding-top: 50px
}

.promotions-item__coontent.bottom-space {
    padding-bottom: 60px
}

.promotions-item__img {
    border-radius: 16px;
    overflow: hidden
}

.promotions-item__img img {
    width: 100%
}

.promotions-item__text {
    color: var(--text-color-1);
    font-size: 14px
}

.promotions-item__text:not(:empty) {
    margin-top: 16px
}

.mobile-nav_list .power-btn {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 8px;
    position: relative
}

.mobile-nav_list .power-btn .mobile-nav_item-inner {
    padding: 0!important
}

.mobile-nav_list-more .power-btn i {
    margin-bottom: 0!important
}

.power-btn {
    min-height: 42px;
    position: relative
}

.power-btn .mobile-nav_item__text {
    display: none
}

.power-btn i {
    position: relative
}

.power-btn i:before {
    pointer-events: none;
    position: relative;
    z-index: 1
}

.power-btn:after {
    background: linear-gradient(180deg,var(--brand-color-2),rgb(from var(--background-color-2) r g b/.2));
    border-radius: 50px;
    left: -1px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px
}

.power-btn:after,.power-btn:before {
    bottom: 0;
    content: "";
    height: 40px;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1
}

.power-btn:before {
    background-color: rgb(from var(--background-color-2) r g b/.2);
    border-radius: 50%;
    left: 0
}

.power-btn .mobile-nav_item-inner {
    padding: 0
}

.power-btn .mobile-nav_item-inner i {
    margin-bottom: 0
}

.power-btn .mobile-nav_item-inner:before {
    display: none!important
}

.sigle-game-section {
    background-position: 0;
    background-size: cover;
    border-radius: 12px;
    height: 268px;
    margin-bottom: 24px;
    padding: 16px
}

@media screen and (min-width: 1366px) {
    .sigle-game-section {
        height:350px
    }
}

@media screen and (max-width: 1023.9px) {
    .sigle-game-section {
        height:auto;
        padding: 20px 25px;
        position: relative;
        z-index: 0
    }

    .sigle-game-section:after {
        background: linear-gradient(180deg,rgb(from var(--background-color-1) r g b/.6) 5.23%,rgb(from var(--background-color-1) r g b/.5) 25.12%,rgb(from var(--background-color-1) r g b/.9) 49.86%);
        border-radius: 12px;
        bottom: -1px;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
}

@media screen and (max-width: 768px) {
    .sigle-game-section {
        margin-bottom:16px
    }
}

.sigle-game-section .games--grid-jackpot,.sigle-game-section .tb--game-max-win {
    align-items: center;
    border-radius: 8px 8px 8px 0;
    box-shadow: 0 .520958px 2.60479px #00000040;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 24px;
    padding: 0 8px 0 6px;
    width: -webkit-max-content;
    width: max-content
}

.sigle-game-section .tb--game-max-win {
    background: var(--background-color-1);
    background-image: var(--background-gradient-1);
    box-shadow: 0 .520958px 2.60479px #00000040;
    color: var(--brand-color-2);
    opacity: .9
}

.sigle-game-section .tb--game-max-win i {
    font-size: 14px
}

.sigle-game-section .tb--game-max-win p span:last-child {
    margin-left: 4px
}

.sigle-game-section .games--grid-jackpot {
    background-color: var(--text-color-1);
    color: var(--background-color-1)
}

.sigle-game-section .tb--casino-badge__list {
    height: 22px;
    overflow: hidden
}

.sigle-game-section .info-block {
    display: grid;
    height: 100%;
    margin-left: auto;
    max-width: 75%;
    min-width: 50%;
    width: -webkit-max-content;
    width: max-content
}

.sigle-game-section .info-block .info-block_top {
    align-items: center;
    display: flex;
    gap: 16px;
    height: -webkit-max-content;
    height: max-content;
    justify-content: flex-end
}

.sigle-game-section .info-block .casino--lang-wrapper {
    flex-direction: row;
    gap: 8px;
    margin-left: 16px
}

.sigle-game-section .info-block .casino--lang-wrapper .casino--lang {
    margin: 0!important
}

.sigle-game-section .info-block .info-block_center {
    display: grid;
    height: -webkit-max-content;
    height: max-content;
    margin: 16px 0
}

.sigle-game-section .info-block .casino-games--badge {
    display: flex;
    margin-bottom: 4px
}

.sigle-game-section .title {
    color: var(--text-color-4);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px
}

@media screen and (max-width: 1200px) {
    .sigle-game-section .title {
        font-size:24px
    }
}

.sigle-game-section .games--grid-like {
    margin-left: 0
}

.sigle-game-section .buttons-block {
    align-items: center;
    display: flex;
    gap: 16px
}

.sigle-game-section .buttons-block .btn {
    height: 48px;
    width: 168px
}

@media screen and (max-width: 1366px) {
    .sigle-game-section .buttons-block .btn {
        width:115px
    }
}

@media screen and (max-width: 1200px) {
    .sigle-game-section .buttons-block .btn {
        height:40px
    }
}

@media screen and (max-width: 1024px) {
    .sigle-game-section .buttons-block .btn {
        font-size:14px;
        font-weight: 500
    }
}

.sigle-game-section .buttons-block>div {
    align-items: center;
    display: flex;
    font-size: 16px;
    justify-content: center
}

.sigle-game-section .buttons-block .favorite-button,.sigle-game-section .buttons-block .games--grid-like {
    align-items: center;
    background: rgb(from var(--text-color-4) r g b/.2);
    border-radius: 27px;
    color: var(--text-color-4);
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    min-width: 78px
}

@media screen and (max-width: 1200px) {
    .sigle-game-section .buttons-block .favorite-button,.sigle-game-section .buttons-block .games--grid-like {
        height:40px
    }
}

@media screen and (max-width: 1024px) {
    .sigle-game-section .buttons-block .favorite-button,.sigle-game-section .buttons-block .games--grid-like {
        background:rgb(from var(--text-color-1) r g b/.2);
        font-size: 14px
    }
}

.sigle-game-section .buttons-block .games--grid-like i {
    margin-right: 3px
}

@media screen and (max-width: 1024px) {
    .sigle-game-section .buttons-block .btn__main-clr {
        background:var(--brand-color-2);
        background-image: var(--brand-gradient-2);
        color: var(--background-color-1)
    }

    .sigle-game-section .buttons-block .btn__secondary {
        background: #0000;
        border: 1px solid var(--brand-color-2);
        color: var(--brand-color-2)
    }
}

.sigle-game-section .buttons-block_right {
    display: flex;
    gap: 8px
}

.sigle-game-section .games--grid-amount {
    color: var(--text-color-4);
    font-size: 14px;
    margin-left: auto;
    margin-top: auto;
    width: -webkit-max-content;
    width: max-content
}

.sigle-game-section .games--grid-amount .currency {
    margin-left: 4px
}

.sigle-game-section .favorite-button i,.sigle-game-section .games--grid-like i {
    font-size: 22px
}

.info-block_mobile {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px
}

.info-block_mobile .image-block {
    border-radius: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative
}

.info-block_mobile .image {
    width: 100%
}

.info-block_mobile .title {
    margin-bottom: 12px;
    text-align: center
}

.info-block_mobile .info-block_bottom,.info-block_mobile .info-block_top {
    display: flex;
    left: 12px;
    position: absolute;
    right: 12px
}

.info-block_mobile .info-block_top {
    justify-content: space-between;
    top: 12px
}

.info-block_mobile .info-block_bottom {
    bottom: 18px;
    flex-direction: column;
    gap: 6px
}

.info-block_mobile .buttons-block {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.info-block_mobile .buttons-block .btn__main-clr {
    max-width: none;
    width: 100%
}

@media screen and (min-width: 375px)and (max-width:1024px) {
    .info-block_mobile .buttons-block .btn__main-clr {
        width:calc(50% - 6px)
    }
}

.info-block_mobile .buttons-block .btn__main-clr,.info-block_mobile .buttons-block .favorite-button,.info-block_mobile .buttons-block .games--grid-like {
    height: 44px
}

.info-block_mobile .favorite-button,.info-block_mobile .games--grid-like {
    width: calc(50% - 6px)
}

.tb--rtl .sigle-game-section .tb--game-max-win p span:last-child {
    margin-left: 0;
    margin-right: 4px
}

.tb--rtl .sigle-game-section .games--grid-jackpot,.tb--rtl .sigle-game-section .tb--game-max-win {
    border-radius: 8px 8px 0 8px;
    direction: ltr
}

.tb--rtl .sigle-game-section .info-block {
    margin-left: 0;
    margin-right: auto
}

.tb--rtl .sigle-game-section .casino--lang-wrapper {
    margin-left: 0;
    margin-right: 16px
}

.tb--rtl .sigle-game-section .buttons-block .games--grid-like i {
    margin-left: 3px;
    margin-right: 0
}

.tb--rtl .sigle-game-section .games--grid-amount {
    margin-left: 0;
    margin-right: auto
}

.lh-provider-detail .lh-providers-block {
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    padding: 24px
}

.lh-provider-detail .lh-providers-block .lh-providers-row {
    display: flex
}

@media screen and (min-width: 1023.9px) {
    .lh-provider-detail .lh-providers-block .lh-providers-row {
        align-items:flex-end;
        flex-direction: row;
        margin: 0 -12px
    }

    .lh-provider-detail .lh-providers-block .lh-providers-col {
        padding: 0 12px
    }

    .lh-provider-detail .lh-providers-block .lh-providers-col.games-group {
        width: 30%
    }

    .lh-provider-detail .lh-providers-block .lh-providers-col.games-list {
        width: 70%
    }
}

@media screen and (max-width: 1023.9px) {
    .lh-provider-detail .lh-providers-block {
        padding:110px 16px 16px
    }

    .lh-provider-detail .lh-providers-block .lh-providers-row {
        flex-direction: column;
        gap: 16px
    }

    .lh-provider-detail .lh-providers-block .lh-providers-col {
        width: 100%
    }
}

.lh-provider-detail .lh-providers-block .lh-providers-games-group {
    background: rgb(from var(--background-color-1) r g b/.8);
    background-clip: padding-box;
    border: 1px solid #0000;
    border-radius: 16px;
    height: 80px;
    padding: 16px;
    position: relative;
    z-index: 0
}

@media screen and (max-width: 1023.9px) {
    .lh-provider-detail .lh-providers-block .lh-providers-games-group {
        height:72px;
        width: 100%
    }
}

.lh-provider-detail .lh-providers-block .lh-providers-games-group:before {
    background: linear-gradient(180deg,#cdd0d552,hsla(218,9%,82%,.192));
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    margin: -1px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.lh-provider-detail .lh-providers-block .lh-providers-games-group:after {
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.lh-provider-detail .lh-providers-block .lh-providers-games-group .lh-providers-games-info {
    align-items: start;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.lh-provider-detail .lh-providers-block .lh-providers-games-group .lh-providers-games-info .left-side {
    max-width: calc(100% - 64px)
}

.lh-provider-detail .lh-providers-block .lh-providers-games-group .lh-providers-games-info h6 {
    color: var(--text-color-1);
    font-size: 20px;
    font-weight: 600
}

.lh-provider-detail .lh-providers-block .lh-providers-games-group .lh-providers-games-info p {
    color: rgb(from var(--text-color-1) r g b/.7);
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.lh-provider-detail .lh-providers-block .lh-providers-games-group .lh-providers-games-info .digi_icon-arrow_left {
    align-items: center;
    border: 1px solid var(--text-color-1);
    border-radius: 50%;
    color: var(--text-color-1);
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    font-size: 20px;
    height: 40px;
    justify-content: center;
    width: 40px
}

@media screen and (max-width: 1023.9px) {
    .lh-provider-detail .lh-providers-block .lh-providers-games-group .lh-providers-games-info .digi_icon-arrow_left {
        font-size:18px;
        height: 36px;
        width: 36px
    }
}

.lh-provider-detail .lh-providers-block .lh-providers-games-list {
    align-content: flex-end;
    position: relative
}

@media screen and (min-width: 1023.9px) {
    .lh-provider-detail .lh-providers-block .lh-providers-games-list:before {
        left:0;
        transform: rotate(-180deg)
    }

    .lh-provider-detail .lh-providers-block .lh-providers-games-list:after,.lh-provider-detail .lh-providers-block .lh-providers-games-list:before {
        background: linear-gradient(270deg,var(--background-color-1) 30.43%,#30323a00 100%);
        border-radius: 0 12px 12px 0;
        content: "";
        display: none;
        height: 100%;
        position: absolute;
        top: 0;
        width: 56px;
        z-index: 10
    }

    .lh-provider-detail .lh-providers-block .lh-providers-games-list:after {
        right: 0
    }

    .lh-provider-detail .lh-providers-block .lh-providers-games-list__shadow_end:after,.lh-provider-detail .lh-providers-block .lh-providers-games-list__shadow_start:before {
        display: block
    }
}

.lh-provider-detail .lh-providers-block .lh-providers-games-list:hover .slick-next,.lh-provider-detail .lh-providers-block .lh-providers-games-list:hover .slick-prev {
    opacity: 1
}

@media screen and (max-width: 1023.9px) {
    .lh-provider-detail .lh-providers-block .lh-providers-games-list {
        width:100%
    }
}

.lh-provider-detail .lh-providers-block .lh-providers-games-list .slick-list {
    position: relative
}

.lh-provider-detail .lh-providers-block .lh-providers-games-list .slick-next {
    right: 16px
}

.lh-provider-detail .lh-providers-block .lh-providers-games-list .slick-prev {
    left: 16px
}

.lh-provider-detail .lh-providers-block .lh-providers-games-list .slick-track {
    display: flex!important
}

.lh-provider-detail .lh-providers-block .lh-providers-games-list .slick-slide {
    margin: 0 4px;
    padding: 0;
    position: relative
}

.lh-provider-detail .lh-providers-block .lh-providers-games-list .lh-system-item {
    margin: 0
}

.lh-provider-detail .lh-providers-block .lh-providers-games-list .slick-slider.transform-none .slick-track {
    transform: translateZ(0)!important
}

.lh-provider-detail .lh-providers-block .lh-providers-games-list .slick-slider .slick-track {
    transition: transform .5s
}

.lh-provider-detail .lh-providers-block .lh-providers-games-list .slick-next,.lh-provider-detail .lh-providers-block .lh-providers-games-list .slick-prev {
    background-color: rgba(0,0,0,.502);
    border: 1px solid hsla(0,0%,80%,.302);
    border-radius: 50%;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%)
}

.lh-provider-detail .lh-providers-block .lh-providers-games-list .slick-next:hover,.lh-provider-detail .lh-providers-block .lh-providers-games-list .slick-prev:hover {
    background-color: var(--brand-color-2);
    border-color: var(--brand-color-2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.149)
}

.lh-provider-detail .lh-providers-block .lh-providers-games-list .slick-next:hover:before,.lh-provider-detail .lh-providers-block .lh-providers-games-list .slick-prev:hover:before {
    color: var(--background-color-1)
}

.lh-provider-detail.lh-multi-providers {
    background-color: var(--background-color-1);
    border-radius: 16px;
    padding: 16px
}

.lh-provider-detail.lh-multi-providers .lh-providers-tab {
    display: flex;
    gap: 8px;
    height: 70px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative
}

@media screen and (max-width: 768px) {
    .lh-provider-detail.lh-multi-providers .lh-providers-tab {
        height:68px;
        overflow: auto
    }

    .lh-provider-detail.lh-multi-providers .lh-providers-tab::-webkit-scrollbar {
        display: none
    }

    .lh-provider-detail.lh-multi-providers .lh-providers-tab .tab-item {
        height: 48px
    }

    .lh-provider-detail.lh-multi-providers .lh-providers-tab .tab-item img,.lh-provider-detail.lh-multi-providers .lh-providers-tab .tab-item svg {
        height: 24px
    }
}

.lh-provider-detail.lh-multi-providers .lh-providers-tab:after {
    background: linear-gradient(270deg,var(--background-color-1) 30.43%,#30323a00 100%);
    content: "";
    height: 60px;
    position: absolute;
    right: 0;
    width: 56px;
    z-index: 10
}

.lh-provider-detail.lh-multi-providers .lh-providers-tab::-webkit-scrollbar {
    height: 4px
}

.lh-provider-detail.lh-multi-providers .lh-providers-tab:hover {
    overflow: auto
}

.lh-provider-detail.lh-multi-providers .lh-providers-tab .tab-item {
    align-items: center;
    background: linear-gradient(180deg,var(--brand-color-2) 0,#f2b34633 100%);
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    min-width: 140px;
    padding: 0 16px;
    position: relative
}

.lh-provider-detail.lh-multi-providers .lh-providers-tab .tab-item img,.lh-provider-detail.lh-multi-providers .lh-providers-tab .tab-item svg {
    height: 28px;
    width: 100%;
    z-index: 2
}

.lh-provider-detail.lh-multi-providers .lh-providers-tab .tab-item:before {
    background: var(--background-color-2);
    border-radius: 8px;
    bottom: auto;
    content: "";
    height: 100%;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 0
}

.lh-provider-detail.lh-multi-providers .lh-providers-tab .tab-item.active:before,.lh-provider-detail.lh-multi-providers .lh-providers-tab .tab-item:hover:before {
    background: var(--background-color-2);
    border-radius: 12px;
    bottom: auto;
    content: "";
    height: calc(100% - 2px);
    left: auto;
    position: absolute;
    right: auto;
    top: 1px;
    width: calc(100% - 2px);
    z-index: 0
}
