html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.4;
}
body {
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    background: url(../images/bg.jpg) center 0 repeat-y #020100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 980px;
}
footer, header, section {
    background: #020100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    margin: 0 auto;
    width: 980px;
}
.header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: -webkit-gradient(linear, left top, left bottom, from(#120323), to(#000));
    background: linear-gradient(180deg, #120323, #000);
    font-family: Arial, Helvetica, sans-serif;
    justify-content: space-between;
    margin: 0 auto;
    min-height: 100px;
    padding-left: 25px;
    padding-right: 36px;
    position: relative;
    width: 980px;
}
.header, .header-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
}
.header, .header-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
}
.header-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.header-content .logo {
    background-image: url(../images/logo777_new.png);
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 78px;
    outline: 0;
    padding: 13px 10px 12.001px 10.008px;
    width: 250px;
}
.header-content .button {
    transition: all 0.2s;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1c1c1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 0 0 rgba(0, 0, 0, .5), -1px 0 0 rgba(0, 0, 0, .2), 0 1px 1px hsla(0, 0%, 100%, .4);
    text-transform: uppercase;
}
.header-content .button--register {
    background: #c6e66a;
    background: -webkit-gradient(linear, left top, left bottom, from(#c1e266), to(#5e8309));
    background: linear-gradient(180deg, #c1e266, #5e8309);
    border: 1px solid #839d42;
    margin-right: 20px;
    min-width: 178px;
}
.header-content .button--register:hover {
    -webkit-box-shadow: inset 0 0 10px 2px #e6f1bb;
    box-shadow: inset 0 0 10px 2px #e6f1bb;
}
.header-content .button--login {
    background: #009cfe;
    background: -webkit-gradient(linear, left top, left bottom, from(#009cfe), to(#23499a));
    background: linear-gradient(180deg, #009cfe, #23499a);
    border: 1px solid #1999d9;
    min-width: 117px;
}
.header-content .button--login:hover {
    -webkit-box-shadow: inset 0 0 15px 5px #33bcfe;
    box-shadow: inset 0 0 15px 5px #33bcfe;
}
.header-content .button:after {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 26px;
    margin-left: 5px;
    width: 26px;
}
.header-content .button--register:after {
    background-image: url(../images/icon_button_register.svg);
}
.header-content .button--login:after {
    background-image: url(../images/icon_button_enter.svg);
}
.slider {
    width: 100%;
}
.swiper {
    width: 100%;
    box-sizing: border-box;
}

.slider .swiper-slide {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
}
.slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide__content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-slide__content .btn:hover {
    -webkit-box-shadow: 0 10px 0 0 #1a2601, inset 0 0 20px 2px #e6f1bb;
    box-shadow: 0 10px 0 0 #1a2601, inset 0 0 20px 2px #e6f1bb;
}
.swiper-slide__content .btn {
    transition: all 0.2s;
    background: #c6e66a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #c6e66a), color-stop(80%, #547a01));
    background: linear-gradient(180deg, #c6e66a 9%, #547a01 80%);
    border-radius: 5px;
    bottom: 30px;
    -webkit-box-shadow: 0 10px 0 0 #1a2601;
    box-shadow: 0 10px 0 0 #1a2601;
    color: #1c1c1c;
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    height: 70px;
    left: 30px;
    line-height: 68px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 0 0 rgba(0, 0, 0, .5), -1px 0 0 rgba(0, 0, 0, .2), 0 1px 1px hsla(0, 0%, 100%, .4);
    width: 300px;
    z-index: 10;
}
.slider .swiper-slide span {
    display: block;
    line-height: 1.2;
    text-align: center !important;
    text-shadow: 1px 1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000, -1px -1px 10px #000, -1px -1px 1px hsla(0, 0%, 100%, .2), 1px 1px 1px hsla(0, 0%, 100%, .2), -1px 1px 1px hsla(0, 0%, 100%, .2), 1px -1px 1px hsla(0, 0%, 100%, .2);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 37px;
    font-style: italic;
    font-weight: 700;
}

.slider .black:nth-child(1) {
    left: 35px;
    top: 30px;
    opacity: 1;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 315px;
}
.slider .black:nth-child(2) {
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 315px;
}
.slider .swiper-container {
    position: relative;
}
.slider .swiper-pagination {
    bottom: 25px;
    position: absolute;
    right: 10px;
    z-index: 2000;
    width: auto;
    left: auto;
}
.slider .swiper-pagination-bullet {
    background: #974ad1;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 3px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 10px;
    opacity: 1;
}
.slider .swiper-pagination-bullet-active {
    background: #fcf600;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    margin: 3px;
    position: relative;
    vertical-align: middle;
    width: 13px;
}

.slider .swiper-pagination-bullet:after {
    background: #320253;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 8px;
}
.slider .swiper-pagination-bullet-active:after {
    background: #ffd000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd000), to(#d87700));
    background: linear-gradient(180deg, #ffd000 0, #d87700);
    height: 11px;
    position: absolute;
    width: 11px;
}

.info-block {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
    justify-content: space-between;
    margin-bottom: 15px;
    min-height: 60px;
    padding-left: 36px;
    padding-right: 36px;
    position: relative;
    width: 100%;
}
.menu:after, .menu:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.menu:before {
    background-image: url(../images/menu-line-horizontal.avif);
}
.menu:after {
    background-image: url(../images/menu-line-horizontal.avif);
}
.menu-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a08ec0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    font-family: HelveticaNeueCyrBold, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 20%;
    z-index: 5;
}
.menu-item.selected, .menu-item:hover {
    background-image: url(../images/active-bg.avif);
    background-position: bottom -5px center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
}
.menu-item:after, .menu-item:before {
    background-image: url(../images/menu-line-vertical.avif);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 55px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}
.menu-item:before {
    left: 0;
}
.menu-item.selected:after, .menu-item.selected:before, .menu-item:hover:after, .menu-item:hover:before {
    -webkit-filter: brightness(2);
    filter: brightness(2);
    z-index: 2;
}
.menu-item:after, .menu-item:before {
    background-image: url(../images/menu-line-vertical.avif);
}
.menu-item span {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 5px;
    position: relative;
    z-index: 5;
}
.menu-item span:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 18px;
    margin-right: 6px;
    width: 21px;
}
.menu-item-home span:before {
    background-image: url(../images/home.25ecc44f.svg);
}
.menu-item.selected:not(.menu-item-prime) span:before, .menu-item:hover:not(.menu-item-prime) span:before {
    -webkit-filter: brightness(2);
    filter: brightness(2);
}
.menu-item:after {
    right: -1px;
}
.menu-item-slots span:before {
    background-image: url(../images/slots.d12399c0.svg);
}
.menu-item-bonuses span:before {
    background-image: url(../images/bonuses.e32539a1.svg);
}
.menu-item-tournaments span:before {
    background-image: url(../images/tournaments.34fbb686.svg);
}

.menu-item-prime, .menu-item-prime:hover {
    color: #311c3c;
}
.menu-item .menu-item-bg {
    background-image: url(../images/elit-bg.2098bf09.avif);
    background-repeat: no-repeat;
    background-size: contain;
    height: 98%;
    left: 1px;
    position: absolute;
    top: 2px;
    width: 99%;
    z-index: 2;
}
.menu-item-prime .glowing {
    -webkit-animation: glowing 3s
    ease infinite;
    animation: glowing 3s
    ease infinite;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 5px;
    height: calc(100% - 5px);
    position: absolute;
    width: 100%;
    z-index: 2;
}
.menu-item-prime .glowing {
    background-image: url(../images/glowing.1b0981dd.avif);
}

@keyframes glowing {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.menu:after {
    bottom: 5px;
}
.menu-item-prime span:before {
    background-image: url(../images/prime.de47b85b.svg);
}
.footer-game-categories-block {
    width: 100%;
}
.footer {
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#120323), to(#000));
    background: linear-gradient(0deg, #120323, #000);
    border-top: 1px solid #291d38;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Helvetica, sans-serif;
    gap: 30px;
    padding: 20px 36px 10px;
}
.footer, .footer-navigation {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    width: 100%;
}
.footer, .footer-navigation {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    width: 100%;
}
.footer-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}
.footer-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 160px;
}

.footer-navigation ul li {
    white-space: nowrap;
}
.footer-navigation ul li span {
    color: #d2a4f7;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    padding-bottom: 2px;
}
.footer-navigation ul li a {
    color: #a497b5;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    transition: all 0.2s;
}
.footer-navigation ul li a:hover {
    color: #6b5c79;
}
.footer_payments {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid #291d38;
    border-top: 1px solid #291d38;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    height: 24px;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
}
.footer_payments img {
    border: none;
    display: inline-block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer #footer-license {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d2a4f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    font-size: 12px;
    gap: 10px;
    margin: 0 auto;
    width: 914px;
}
.footer #footer-license .footer-license, .footer #footer-license .footer-license-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
}
.footer #footer-license .age-restricted-image {
    background-image: url(../images/18plus.63ea2f45.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 45px;
    margin: auto 10px auto 0;
    min-width: 45px;
    width: 45px;
}
.footer #footer-license .license-img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    margin-right: 10px;
}

.footer-copyright {
    color: #d2a4f7;
    font-size: 12px;
    font-weight: 700;
    margin-top: -20px;
    text-align: center;
}
section .button {
    transition: all 0.2s;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1c1c1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 0 0 rgba(0, 0, 0, .5), -1px 0 0 rgba(0, 0, 0, .2), 0 1px 1px hsla(0, 0%, 100%, .4);
    text-transform: uppercase;
}
section .button--register {
    background: #c6e66a;
    background: -webkit-gradient(linear, left top, left bottom, from(#c1e266), to(#5e8309));
    background: linear-gradient(180deg, #c1e266, #5e8309);
    border: 1px solid #839d42;
    min-width: 178px;
}
section .button--register:hover {
    -webkit-box-shadow: inset 0 0 10px 2px #e6f1bb;
    box-shadow: inset 0 0 10px 2px #e6f1bb;
}
.games__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.games__head h1 {
    display: block;
    line-height: 1.2;
    text-align: center !important;
    text-shadow: 1px 1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000, -1px -1px 10px #000, -1px -1px 1px hsla(0, 0%, 100%, .2), 1px 1px 1px hsla(0, 0%, 100%, .2), -1px 1px 1px hsla(0, 0%, 100%, .2), 1px -1px 1px hsla(0, 0%, 100%, .2);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-style: italic;
    font-weight: 700;
}
.section-text {
    padding: 40px ;
}
.section-text h2 {
    display: block;
    line-height: 1.2;
    text-align: left !important;
    text-shadow: 1px 1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000, -1px -1px 10px #000, -1px -1px 1px hsla(0, 0%, 100%, .2), 1px 1px 1px hsla(0, 0%, 100%, .2), -1px 1px 1px hsla(0, 0%, 100%, .2), 1px -1px 1px hsla(0, 0%, 100%, .2);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-style: italic;
    font-weight: 700;
}
.section-text p {
    color: #a497b5;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    transition: all 0.2s;
}
.section-text li {
    color: #a497b5;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    transition: all 0.2s;
}

.games .block-bg {
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 #000;
    box-sizing: border-box;
    background-color: #120323;
    border: 1px solid #393a51;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.games .block-bg span {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}

footer {
    position: relative;
    z-index: 20;
}
.section-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

@media screen and (max-width: 900px) {
    
    footer, header, section, body {
        max-width: 100%;
        min-width: auto;
        width: 100%;
    }
    .header, .header-content {
        padding: 0;
    }
    .header-content .logo {
        width: 100px;
        height: 30px;
        background-size: contain;
    }
    .header-content .button {
        font-size: 10px;
    }
    .header-content .button--register, .header-content .button--login {
        min-width: auto;
    }
    .header-content .button:after {
        width: 19px;
        height: 19px;
    }
    .header-content .button--register {
        margin-right: 5px;
    }
    .header {
        height: 60px;
        min-height: auto;
    }
    .slider .swiper-slide {
        height: 500px;
    }
    .swiper-slide__content {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .swiper-slide__content .btn {
        left: 20px;
        right: 20px;
        height: 50px;
        font-size: 18px;
        line-height: 54px;
        bottom: 60px;
        box-shadow: 0 4px 0 0 #1a2601;
    }
    .slider .swiper-slide span {
        position: relative!important;
        width: 100% !important;
        right: auto!important;
        left: auto!important;
    }
    .info-block {
        flex-direction: column;
        align-items: center;
        transform: scale(0.6);
    }
    .payout {
        margin-bottom: 50px;
    }
    .menu {
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 100%;
    }
    .menu-item {
        width: 227px;
        height: 70px;
    }
    .menu-item .menu-item-bg {
        background-position: center;
    }
    .games, .footer-game-categories-block .category-block-wrapper, .footer-game-categories-block__categories, .footer #footer-license {
        width: 100% !important;
    }
    .games__head {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .games-block {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .footer-navigation {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 40px;
    }
    .footer_payments {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 20px;
        height: 100px;
    }
    .footer_payments img {
        height: 24px;
    }
    .footer #footer-license .footer-license, .footer #footer-license .footer-license-images {
        flex-direction: column;
        align-items: center;
    }
    .footer #footer-license .license-img {
        width: 50px;
        margin-right: 0;
        margin-top: 20px;
    }
    .footer #footer-license {
        text-align: center;
    }
    .games {
        max-width: 95% !important;
    }
    html, body {
        overflow-x: hidden;
        margin: 0;
    }
    header, footer {
        padding: 0 15px;
    }
    * {
        box-sizing: border-box;
    }
    .games-block__game .game-image {
        object-fit: cover;
    }
    .section-text {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer, .footer-navigation {
        padding-left: 0;
        padding-right: 0;
    }
}



