html {
    scroll-behavior: smooth
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    height: 100%
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    box-sizing: border-box;
    font-family: "SF Pro Text", sans-serif
}

@font-face {
    font-family: "SF Pro Text";
    src: url(/fonts/SF-Pro-Display-Medium.otf)
}

button {
    font-family: "SF Pro Text", sans-serif
}

a {
    font-family: "SF Pro Text", sans-serif
}

h1 {
    font-family: "SF Pro Text", sans-serif
}

html {
    overflow-x: hidden
}

body {
    background: #1D1C23
}

.lock {
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%
}

.container {
    max-width: 1510px;
    margin: 0 auto;
    padding: 0 20px
}

.header {
    background: #171716;
    margin-bottom: 56px
}

.header-menu {
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 65px;
    height: 100%
}

.header-menu__logo {
    display: block;
    min-width: 98px;
    height: 38px;
    background-image: url(/icons/logo.svg);
    margin-right: 24px
}

.header-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media (max-width: 1144px) {
    .header-nav {
        justify-content: end
    }
}

.navbar {
    display: flex;
    align-items: center
}

.navbar__ul {
    display: flex;
    gap: 24px
}

@media (max-width: 1144px) {
    .navbar__ul {
        flex-direction: column;
        gap: 0;
        margin: auto
    }
}

@media (max-width: 1144px) {
    .navbar__li {
        display: block
    }
}

.navbar__a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(218, 214, 206, 0.58);
    text-decoration: none;
    transition: color .2s linear
}

.navbar__a:hover,
.navbar__a:focus,
.navbar__a:active {
    color: #fff
}

.navbar__a_now {
    color: #fff;
    font-weight: 700
}

@media (max-width: 1144px) {
    .navbar__a {
        font-size: 30px;
        line-height: 70px
    }
}

@media (max-width: 1144px) {
    .navbar {
        width: 100%;
        z-index: 9;
        position: absolute;
        top: 0;
        left: -1000%;
        width: 100%;
        height: 100vh;
        display: flex;
        background-color: #121212;
        align-items: start;
        transition: all .2s
    }
    .navbar_active {
        left: 0
    }
}

img {
    user-select: none;
    pointer-events: none
}

.button {
    padding: 8px 14px;
    border-radius: 8px;
    height: 35px;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #292621;
    transition: all .1s linear
}

.button:hover,
.button:focus,
.button:active {
    transform: scale(1.03)
}

.button_grey {
    background: #292621;
    border-radius: 10px;
    color: #FFF
}

.button_white {
    background: #FAF9F8
}

.button_green {
    background: #00CFA6
}

.button_black {
    background: #1D1C23;
    border-radius: 11px
}

.small-p {
    font-family: "SF Pro Text";
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(218, 214, 206, 0.5)
}

.small-p span {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFF
}

.header-buttons {
    max-width: 494px;
    display: flex;
    align-items: center;
    width: 100%
}

.header-buttons_hide {
    display: none
}

.header-buttons__btn1 {
    margin-right: 12px
}

.header-buttons__btn2 {
    margin-right: 24px
}

.header-buttons__btn3 {
    margin-right: 10px
}

.header-buttons__p {
    max-width: 193px
}

.header-buttons__p span {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -.015em;
    color: #FAF9F8
}

@media (max-width: 717px) {
    .header-buttons {
        display: none
    }
    .header-buttons_hide {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: start;
        gap: 20px;
        max-width: 308px
    }
    .header-buttons_hide .button_white {
        width: 143px;
        display: flex;
        justify-content: center
    }
    .header-buttons_hide .button_green {
        width: 143px;
        display: flex;
        justify-content: center
    }
    .header-buttons_hide .button_black {
        height: 40px
    }
}

.burger {
    width: 30px;
    height: 18px;
    top: 9px;
    position: relative;
    z-index: 9999;
    cursor: pointer;
    display: none
}

.burger span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .2s
}

.burger span:first-child {
    top: 0
}

.burger span:last-child {
    top: auto;
    bottom: 0
}

@media (max-width: 1144px) {
    .burger {
        display: block
    }
}

@media (max-width: 717px) {
    .burger {
        top: 0
    }
}

.burger_active span {
    transform: scale(0);
    transition: all .2s
}

.burger_active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px)
}

.burger_active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px)
}

.deposit-bonus {
    padding: 24px 24px 24px 50px;
    width: 100%;
    min-height: 398px;
    height: 100%;
    background-color: #171716;
    border-radius: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px
}

@media (max-width: 808px) {
    .deposit-bonus {
        padding: 24px
    }
}

@media (max-width: 620px) {
    .deposit-bonus {
        justify-content: center
    }
}

.deposit-bonus__right {
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px
}

@media (max-width: 1369px) {
    .deposit-bonus__right {
        max-width: 1369px;
        justify-content: space-between
    }
}

@media (max-width: 1165px) {
    .deposit-bonus__right {
        justify-content: space-evenly
    }
}

.big-h1 {
    font-family: "SF Pro Text";
    font-weight: 900;
    font-size: 64px;
    line-height: 108.56%;
    letter-spacing: -.015em;
    color: #FAF9F8
}

.big-p {
    font-family: "SF Pro Text";
    font-weight: 500;
    font-size: 20px;
    line-height: 140.84%;
    letter-spacing: -.32px;
    color: rgba(218, 214, 206, 0.58)
}

.deposit-information__h1 {
    max-width: 557px;
    margin-bottom: 24px
}

.deposit-information__p {
    max-width: 324px;
    margin-bottom: 40px
}

.deposit-information__buttons {
    display: flex;
    gap: 12px
}

@media (max-width: 1369px) {
    .deposit-information__buttons {
        margin-bottom: 40px
    }
}

.bonus-item {
    overflow: hidden;
    position: relative;
    max-width: 340px;
    width: 100%;
    min-height: 166px;
    background: #1D1C23;
    border-radius: 23px;
    padding: 0 0 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: end
}

@media (max-width: 1369px) {
    .bonus-item:last-child {
        display: none
    }
}

@media (max-width: 1165px) {
    .bonus-item:last-child {
        display: flex
    }
}

@media (max-width: 808px) {
    .bonus-item {
        min-width: 200px
    }
}

.bonus-item__img {
    position: absolute;
    top: -2%;
    left: 55%
}

.bonus-item:nth-child(2) img {
    left: 40%
}

.bonus-item:nth-child(3) img {
    left: 30%
}

.bonus-item:nth-child(4) img {
    top: 10%;
    left: 60%
}

.slots {
    margin-bottom: 200px;
    width: 100%;
    min-height: 341px;
    background: #171716;
    border-radius: 32px;
    padding: 43px 39px 45px 50px
}

.slots .small-p span {
    font-family: "SF Pro Text";
    font-weight: 800;
    font-size: 30px;
    line-height: 140.84%;
    letter-spacing: -.32px;
    color: #FAF9F8;
    margin-right: 12px
}

.slots__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 14px
}

.slots__p {
    margin-bottom: 24px
}

.slot__img {
    margin-bottom: 8px
}

.slot__img_green {
    background: linear-gradient(150.39deg, #00CFA6 18.12%, #00AD8B 118.3%);
    border-radius: 12px;
    width: 160px;
    height: 160px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.slot__img_green img {
    margin-bottom: 16px
}

.slot__img_green p {
    text-align: center;
    font-family: "SF Pro Text";
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    opacity: 1
}

.slot__img_green p span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #292621;
    opacity: .6
}

.pin-up-casino {
    position: relative;
    width: 100%;
    min-height: 766px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 200px
}

.pin-up-casino__img1 {
    position: absolute;
    left: 0;
    top: 20%
}

@media (max-width: 979px) {
    .pin-up-casino__img1 {
        display: none
    }
}

.pin-up-casino__img2 {
    position: absolute;
    left: 10%;
    top: -10%
}

@media (max-width: 979px) {
    .pin-up-casino__img2 {
        display: none
    }
}

.pin-up-casino__img3 {
    position: absolute;
    left: 80%;
    top: -10%
}

@media (max-width: 979px) {
    .pin-up-casino__img3 {
        display: none
    }
}

.pin-up-casino__img4 {
    position: absolute;
    left: 90%;
    top: 20%
}

@media (max-width: 979px) {
    .pin-up-casino__img4 {
        display: none
    }
}

.pin-up-casino__h1 {
    max-width: 739px;
    text-align: center;
    margin-bottom: 24px
}

.pin-up-casino__p {
    max-width: 733px;
    text-align: center;
    margin-bottom: 64px
}

.scroll {
    width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 387px;
    background: #1D1C23;
    border-radius: 32px
}

.pin-list {
    position: relative;
    overflow-y: scroll;
    width: 100%;
    min-height: 387px;
    background: #171716;
    border-radius: 32px;
    padding: 15px 0 15px 15px;
    display: flex;
    gap: 14px
}

.pin-item {
    padding: 32px;
    gap: 32px;
    min-width: 418px;
    height: 356.96px;
    background: #1D1C23;
    border-radius: 23px
}

.pin-item__img {
    margin-bottom: 32px
}

.pin-item__bonus {
    margin-bottom: 31px
}

.pin-item__p1 {
    font-family: "SF Pro Text";
    font-weight: 700;
    font-size: 30px;
    line-height: 113.84%;
    letter-spacing: -.32px;
    color: #FAF9F8;
    margin-bottom: 12px;
    max-width: 400px
}

.pin-item__p2 {
    line-height: 152.84%
}

.shadow-block {
    width: 34px;
    height: 400px;
    position: absolute;
    z-index: 23123123;
    top: 1.5%;
    left: 97.8%;
    background: linear-gradient(270deg, #171716 0%, rgba(23, 23, 22, 0) 100%)
}

@media (max-width: 774px) {
    .shadow-block {
        left: 96.2%
    }
}

@media (max-width: 522) {
    .shadow-block {
        left: 90.2%
    }
}

.bonusik {
    padding: 4px 8px;
    gap: 10px;
    width: 86px;
    height: 32px;
    background: linear-gradient(0deg, #00CFA6, #00CFA6);
    border-radius: 32px;
    font-family: "SF Pro Text";
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.045em;
    color: #171716;
    display: flex;
    justify-content: center;
    align-items: center
}

.automats-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.game-automats {
    display: flex;
    flex-direction: column;
    margin-bottom: 102px;
    gap: 15px;
    min-height: 1137px;
    width: 100%
}

.game-automats__h1 {
    align-self: center;
    max-width: 739px;
    text-align: center
}

.game-automats__p {
    align-self: center;
    max-width: 733px;
    text-align: center;
    margin-bottom: 64px
}

.automats-block {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 911px;
    min-height: 356px;
    background: #171716;
    border-radius: 30px;
    padding: 50px 0 50px 50px
}

.automats-block__bonus {
    width: 258px;
    margin-bottom: 32px
}

.automats-block__p1 {
    font-family: "SF Pro Text";
    font-weight: 700;
    font-size: 30px;
    line-height: 113.84%;
    letter-spacing: -.32px;
    color: #FAF9F8;
    margin-bottom: 12px;
    max-width: 307px
}

.automats-block__p2 {
    max-width: 518px;
    position: relative;
    z-index: 321
}

.automats-block__img {
    position: absolute;
    left: 65%;
    top: 7%
}

.filter-flex {
    width: 100%;
    display: flex;
    gap: 20px
}

@media (max-width: 1430px) {
    .cowboi {
        display: none
    }
}

@media (max-width: 985px) {
    .woman {
        display: none
    }
}

.game-automats__sblock {
    max-width: 536px
}

.game-automats__sblock .automats-block__bonus {
    max-width: 131px
}

.game-automats__sblock .automats-block__p2 {
    max-width: 275px
}

.game-automats__sblock .automats-block__img {
    left: 58%;
    top: 7%
}

.game-automats__3block {
    padding-right: 14px;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
    max-width: 100%
}

.game-automats__3block .automats-block__p1 {
    max-width: 274px
}

.game-automats__3block .automats-block__p2 {
    max-width: 518px
}

.game-automats__3block {
    overflow: visible
}

.games-list {
    position: relative;
    padding: 32px 44px 36px 30px;
    max-width: 727px;
    min-height: 327px;
    background: #1D1C23;
    border-radius: 37px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.games-list__bimg1 {
    position: absolute;
    top: 50%;
    left: -20%
}

@media (max-width: 1402px) {
    .games-list__bimg1 {
        display: none
    }
}

.games-list__bimg2 {
    position: absolute;
    top: -25%;
    left: 82%
}

@media (max-width: 985px) {
    .games-list__bimg2 {
        display: none
    }
}

.games-list__item {
    width: 122px
}

@media (max-width: 1144px) {
    .games-list {
        max-width: 601px
    }
    .games-list__item:nth-child(10) {
        display: none
    }
    .games-list__item:nth-child(9) {
        display: none
    }
}

@media (max-width: 1018px) {
    .games-list {
        padding-right: 30px;
        max-width: 449px
    }
    .games-list__item:nth-child(8) {
        display: none
    }
    .games-list__item:nth-child(7) {
        display: none
    }
}

@media (max-width: 929px) {
    .games-list {
        padding-right: 30px;
        max-width: 317px
    }
    .games-list__item:nth-child(6) {
        display: none
    }
    .games-list__item:nth-child(5) {
        display: none
    }
}

section.description {
    margin-top: 40px;
    margin-bottom: 160px;
    color: rgba(218, 214, 206, 0.58);
    font-size: 1.2rem
}

section.description h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 2.3rem
}

section.description h3 {
    color: #fff;
    font-size: 1.7rem;
    margin-top: 20px;
    margin-bottom: 10px
}
.description ul > li > a{
    color: rgba(218, 214, 206, 0.58);
    text-decoration: none;
    transition: color .2s linear;
}
.description ul > li::before {
    content: '—';
    margin-right: 10px;
}
.description ul > li:not(:first-child) {
    padding-top: 10px;
}
.description ul > li > a:hover,
.description ul > li > a:focus,
.description ul > li > a:active {
    color: #fff;
}

@media (max-width: 734px) {
    .games-list {
        display: none
    }
    .filter-flex {
        flex-wrap: wrap
    }
    .filter-flex .game-automats__sblock {
        width: 100%;
        max-width: 100%
    }
    .woman {
        display: block
    }
    .game-automats__sblock .automats-block__img {
        left: 65%
    }
}

@media (max-width: 568px) {
    .game-automats__sblock .automats-block__img {
        display: none
    }
    .automats-block {
        padding-left: 25px
    }
}

.mobile {
    margin-bottom: 50px;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    height: 356px;
    position: relative
}

.mobile .automats-block__p1 {
    max-width: 255px
}

.mobile .automats-block__p2 {
    max-width: 518px
}

.mobile__img5 {
    position: absolute;
    top: -55%;
    left: 65%
}

.mobile__img4 {
    position: absolute;
    top: -1%;
    left: 56%
}

.mobile__img3 {
    position: absolute;
    top: 55%;
    left: 43%;
    height: 119.65px
}

.mobile__img2 {
    position: absolute;
    top: 11%;
    left: 48%;
    height: 154.21px
}

.mobile__img1 {
    position: absolute;
    top: 61%;
    left: 52%;
    height: 89px
}

@media (max-width: 1361px) {
    .mobile__img1 {
        display: none
    }
    .mobile__img2 {
        display: none
    }
    .mobile__img3 {
        display: none
    }
    .mobile__img5 {
        position: absolute;
        top: -55%;
        left: 59%
    }
    .mobile__img4 {
        position: absolute;
        top: -1%;
        left: 50%
    }
}

@media (max-width: 1164px) {
    .mobile__img4 {
        display: none
    }
    .mobile__img5 {
        position: absolute;
        top: -55%;
        left: 52%
    }
}

@media (max-width: 982px) {
    .mobile__img5 {
        display: none
    }
}

.footer {
    background: #171716
}

@media (max-width: 704px) {
    .header-navb {
        display: none
    }
    .header-menub {
        justify-content: center
    }
}