jdiv#jvlabelWrap {
    bottom: -40px !important;
}

.__jivoMobileButton {
    display: none;
}

body,
.header *,
.view {
    font-family: "Montserrat", sans-serif !important;
}

.ButtonClose svg path {
    fill: var(--menu__close-icon) !important;
}

.header .user {
    padding: 0 !important;
}

.header .user,
.nav-game .Search,
.filter__item span,
.games__category-title .show-all,
.layout .handle-back,
.games .handle-back {
    border-radius: 24px !important;
}

.header .nav-btn__text,
.header .user span,
.nav-game .Search input,
.filter__item span,
.games__category-title .title,
.games__category-title .show-all,
.layout .handle-back span,
.games .handle-back,
.MarqueePayments_title {
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    padding: 4px 16px !important;
}

.header .user:not(.user--reg) span,
.MarqueePayments_title {
    padding: unset !important;
}

.games .grid-title {
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 150% !important;
}

.games .handle-back {
    padding-left: 12px !important;
}

.game-card__img .fs {
    background: #00BFFF !important;
}

.layout .handle-back {
    padding: 0 !important;
    padding-left: 12px !important;
}

.layout .handle-back span {
    padding-left: 0 !important;
}

.account-btn .user:not(.user--reg) {
    background: #00BFFF !important;
    padding: 4px 16px !important;
}

.nav-game .Search {
    background: none !important;
}

.nav-game .Search input {
    background-size: 14px !important;
    font-family: "Montserrat", sans-serif !important;
    padding: 5.5px 30px !important;
}

.filter__item span {
    box-shadow: none !important;
}

.providers-bar {
    border-radius: 48px !important;
    padding: 8px 20px !important;
}

.providers-bar .swiper-slide .label {
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.providers-bar .swiper-slide {
    max-width: 110px;
}

@media (max-width: 500px) {
    .providers-bar .swiper-slide .label{
        font-size: 10px !important;
    }
}

.games__category-title .title {
    padding: 0 !important;
}

.games__category-title .show-all {
    white-space: nowrap !important;
}

.games .nav .swiper-button-next,
.games .nav .swiper-button-prev {
    background: transparent !important;
}

@media (min-width: 991px) {
    .games .nav .swiper-button-next,
    .games .nav .swiper-button-prev {
        border: 1px solid #35DFE8;
    }
}

.abstact-image .light,
.jackpots-lobby_info .title span {
    display: none !important;
}

.jackpots-lobby_info .title::before {
    content: url("images/jackpots/total_jackpots.png");
}

.jackpots-lobby_info .show {
    margin-top: 10px !important;
    font-size: 18px !important;
}

.jackpots-lobby.v2 .jackpots-lobby_list .item .image-block,
.jackpots-list.v2 .item .icon{
    right: -5px !important;
}

.jackpots-lobby.v2 .jackpots-lobby_list .item span,
.jackpots-list.v2 .item__title {
    font-size: 34px !important;
    line-height: 56px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    text-shadow: none !important;
}

.jackpots-lobby.v2 .jackpots-lobby_list .item .value,
.jackpots-list.v2 .item__content {
    font-size: 30px !important;
    line-height: 48px !important;
    font-weight: 500 !important;
}

.jackpots-lobby.v2 .jackpots-lobby_list .item {
    padding: 30px 24px !important;
    overflow: hidden;
}

.jackpots-list.v2 .item {
    padding: 30px 36px !important;
    overflow: hidden;
}

@media (max-width: 1300px) {
    .jackpots-lobby.v2 .jackpots-lobby_list .item span,
    .jackpots-list.v2 .item__title {
        font-size: 28px !important;
        line-height: 42px !important;
    }

    .jackpots-lobby.v2 .jackpots-lobby_list .item .value,
    .jackpots-list.v2 .item__content {
        font-size: 24px !important;
        line-height: 38px !important;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .jackpots-lobby_info .abstact-image .monets {
        object-position: center top !important;
    }
}

@media (max-width: 500px) {
    .jackpot-lobby:not(.jackpots-page) .jackpots-lobby_info .abstact-image .monets {
        object-position: -500px top !important;
    }
}

@media (max-width: 991px) {
    .jackpots-lobby.v2 .jackpots-lobby_list .item {
        padding: 30px 16px !important;
    }

    .jackpots-list.v2 .item {
        padding: 30px 16px !important;
    }
}

@media (min-width: 768px) and (max-width: 1150px) {
    .jackpots-lobby_list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.footer .logo {
    max-width: 120px !important;
}

.menu-section .menu .group-title span {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.menu-section .menu .item a, .menu-section .menu .item span {
    font-weight: 600 !important;
}

.account-btn .balance__added {
    background: #00BFFF !important;
}

@media (max-width: 768px) {
    .layout-container {
        padding: 40px 20px !important;
    }

    .jackpots-lobby_info .title::before {
        content: none;
    }

    .abstact-image .light,
    .jackpots-lobby_info .title span {
        display: flex !important;
        font-family: "Montserrat", sans-serif !important;
        font-size: 32px !important;
        font-weight: 800 !important;
    }

    .jackpots-page .inline .title {
        display: flex;
        justify-content: center;
    }

    .jackpots-page .inline .value {
        text-align: center;
    }
}

.banners {
    min-height: 23.44vw !important;
}

@media (max-width: 991px) and (orientation: portrait) {
    .banners {
        //min-height: 78.8vw !important;
    }
}

@media (max-width: 991px) {
    .banners .banner {
        height: auto !important;
    }
}

@media (max-width: 500px) and (orientation: portrait) {
    .header .user span {
        font-size: 12px !important;
    }
}

.layout-container .Auth .forms .form .or span {
    white-space: normal !important;
    text-align: center;
    width: 100%;
}

.layout-container .Auth .forms .form .or:before,
.layout-container .Auth .forms .form .or:after {
    display: none !important;
}

.menu-alerts .list .item:nth-child(4) {
    order: 2;
}

.profile .Deposit .PaymentSystems .payment-system:last-child {
    order: -1;
}

.profile .Deposit .field-block .Field input {
    padding: 0 10px;
}

@media (max-width: 991px) {
    .profile .Deposit,
    .profile .Withdraw {
        margin-bottom: 350px !important;
    }

    .profile .Deposit .field-block {
        order: -3;
    }

    .profile .Deposit .error {
        order: -2;
    }

    .profile .Deposit .controls {
        order: -1;
        padding-top: unset !important;
        margin-top: 10px !important;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .profile .Deposit .controls:before {
        top: unset !important;
        bottom: 0;
    }
}

.LatestBets select {
    background-color: #021428 !important;
}