* {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: #F2F3F9;
    color: #1a1a1a;
    font-family: 'Noto Sans', sans-serif;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto
}

button {
    border: none !important;
    background: transparent;
    cursor: pointer;
}

table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-collapse: collapse
}

table th {
    font-weight: 700;
    padding: 5px;
    background: #efefef;
    border: 1px solid #ddd
}

table td {
    border: 1px solid #ddd;
    padding: 5px
}

.i-table-wrapper {
    overflow-x: scroll;
}

.i-container {
    max-width: 1440px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.i-btn-outline {
    border-radius: 15px;
    color: #0484ff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 28px;
    text-decoration: none;
    border: 1px solid #0484ff !important;
}

.i-btn {
    background: linear-gradient(45deg,#0484ff,#0484ff);
    border-radius: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 28px;
    text-decoration: none;
}

.i-banner {
    background: -o-linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .3)), url(/assets/soft/header-banner.png);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .3))), url(/assets/soft/header-banner.png);
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .3)), url(/assets/soft/header-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px;
    min-height: 500px;
}

.i-banner-wrapper {
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.i-banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    z-index: 3;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 30px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2;
    color: #fff;
}

.i-banner-content .i-btn {
    padding: 15px 40px;
}

.i-banner ul.payment-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-filter: none;
    filter: none;
    padding: 30px;
}

.i-header {
    background: #f2f3f9;
}

.i-navbar {
    padding: 0;
    background: #f2f3f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 30px;
    gap: 10px;
    box-shadow: #0003 0 4px 6px -1px,#0000001f 0 2px 4px -1px;
}

.i-navbar-logo img {
    height: 30px;
}

.i-main {
    padding-top: 65px;
}

.i-navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

.i-navbar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.i-navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.i-navbar-top__nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #F2F3F9;
    padding: 20px;
    z-index: 99;
    max-width: 320px;
    height: 100%;
    box-shadow: #0003 0 4px 6px -1px,#0000001f 0 2px 4px -1px;
}

.i-navbar-top__nav.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
}

.i-navbar-top__nav nav {
    width: 100%;
}

.i-navbar-top__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  
}

.i-navbar-top__block span {
    font-size: 12px;
    color: #7d7d7d;
}

.i-navbar-top__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 10px;
    background: #0484ff;
    padding: 10px;
    border-radius: 5px;
}

.i-navbar-top__nav .social-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: max-content;
}

.i-navbar-top__nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.i-navbar-top__nav ul li a img {
    width: 40px;
    height: 40px;
}

.i-navbar-top__nav ul li .sub-menu a {
    font-weight: 400;
}

.sub-menu {
    display: none !important;
    margin: 20px 0 0 !important;
    padding: 0 20px !important;
}

.menu-item-has-children:hover .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.i-navbar-quick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.i-navbar-quick ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.i-navbar-quick ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.i-navbar-quick ul li a svg {
    width: 25px;
    height: 25px;
}

.i-navbar-logo {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    text-transform: uppercase;
    color: #0484ff;
    font-weight: bold;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.i-navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.i-navbar-toggler-icon {
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    width: 35px !important;
    height: 35px !important;
}

.i-navbar-toggler-icon svg {
    fill: #0484ff;
    width: 35px;
    height: 35px
}

.i-navbar-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.i-main {
    width: 100%
}

.i-content {
    color: #1a1a1a;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    border-radius: 24px;
    margin: 35px 0;
}

.i-games {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}

.i-games-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px 0;
}

.i-games-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 35px 0;
}

.i-games-title {
    font-size: 28px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.i-games-title svg {
    width: 30px;
    height: 30px;
}

.i-games-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.i-games-more input {
    background: none;
    border: 1px solid #0484ff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 25px;
    border-radius: 15px;
    color: #0484ff;
}

.i-game {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 24px;
}

.i-game-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
}

.i-game-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, .8);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    border: 2px solid #0484ff;
    text-align: center;
}

.i-game:hover .i-game-wrap {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 999;
    border-radius: 4px
}

.i-game:hover .i-game-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 24px;
}

.i-game-title {
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

.i-game-play {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #0484ff;
    border-radius: 40px;
    font-size: 12px;
}

.i-game-img {
    width: 100%;
    height: 100%;
    height: 250px;
    border-radius: 24px;
    -o-object-fit: cover;
    object-fit: cover;
}

.i-jackpot {
    /* background: url(./jackpot-bg-huge.jpg) center center; */
    background-size: auto;
    padding: 80px 30px 30px;
    border-radius: 15px;
    margin: 35px 0;
    background: #0484ff;
}

.i-jackpot-title {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.i-jackpot-value {
    font-size: 60px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

.i-jackpot-soft {
    overflow-x: auto;
}

.i-jackpot-soft ul {
    list-style-type: none;
    margin: 50px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.i-jackpot-soft ul li {
    background: #1a1a1a;
    padding: 20px;
    border-radius: 15px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.i-jackpot-soft__title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.i-jackpot-soft__value {
    font-size: 22px;
    color: #0484ff;
}

.i-footer {
    background: #0484ff;
    mix-blend-mode: normal;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.i-footer-navbar {
    padding: 48px
}

.i-footer-navbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    list-style: none;
    padding-left: 0;
}

.i-footer-navbar ul li a {
    color: #FFF;
    margin-bottom: 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.i-footer-navbar ul li a:hover {
    opacity: 1;
    color: #0484ff;
}

.i-footer-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.i-footer-copyright {
    text-align: center;
    text-transform: uppercase;
    mix-blend-mode: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
}

.main-footer {
    padding: 30px 0;
}

.main-footer ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0
}

.main-footer ul li {
    margin-bottom: 10px
}

.main-footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px
}

ul.payment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

img.payment-list__img {
    height: 25px;
    width: auto
}

ul.soft-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin: 40px 0;
    /* -webkit-filter: grayscale(1);
    filter: grayscale(1) */
}
.soft-list__item{
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.soft-list__item img {
    height: 15px;
    width: auto;
    filter: brightness(0.7);
}

.main-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    margin: 35px 0;
}

.main-footer__row.main-footer__row--payment-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.main-footer__menu-logo {
    color: #fff;
    font-weight: bold;
    font-size: 44px
}

.main-footer__menu-logo img {
    height: 45px
}
.buttons-app__list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
a.buttons-app__link {
    color: #fff !important;
    background: #050D14;
    padding: 10px 25px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 10px
}

.buttons-app__link svg {
    width: 25px;
    height: 25px;
    fill: #fff
}

.main-footer__copyright {
    margin: 0
}

ul.main-footer__gamblers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px
}
.main-footer__gamblers-item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}
.main-footer__gamblers-item img{
    height: 100%;
    width: 100%;
}
.social-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social-links__item svg {
    fill: #fff;
    width: 30px;
    height: 30px
}

.main-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}

@media screen and (max-width:690px) {
    .main-footer__menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-footer ul {
        text-align: center;
        width: 100%
    }

    .main-footer__menu-logo {
        width: 100%
    }

    ul.payment-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-footer__menu-col.main-footer__menu-col--last {
        width: 100%
    }

    #footer-license {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    ul.main-footer__gamblers {
        margin: 30px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}