@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: url(/build/website/fonts/lato-400.01a9f391.woff2), url(/build/website/fonts/lato-400.10ba7870.woff)
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: url(/build/website/fonts/lato-700.506aaf7f.woff2), url(/build/website/fonts/lato-700.0421cae9.woff)
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    src: url(/build/website/fonts/lato-900.8866c53f.woff2), url(/build/website/fonts/lato-900.be1f6459.woff)
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(/build/website/fonts/montserrat-400.35b478a9.woff2), url(/build/website/fonts/montserrat-400.dbd57c04.woff)
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(/build/website/fonts/montserrat-700.1f256dfe.woff2), url(/build/website/fonts/montserrat-700.6a509a96.woff)
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    src: url(/build/website/fonts/montserrat-900.8e1baba5.woff2), url(/build/website/fonts/montserrat-900.b12322d8.woff)
}

:root {
    --vh: 1vh
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

ul {
    list-style: none
}

svg.hidden {
    display: none
}

iframe {
    border: none
}

.section--mt36 {
    margin-top: 36px
}

h1 {
    font-family: Montserrat, sans-serif;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: .2px;
    line-height: 1.27;
    margin-top: 24px
}

h2 {
    font-size: 36px;
    line-height: 1.17
}

h2, h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: .2px
}

h3 {
    font-size: 28px
}

h3, h4 {
    line-height: 1.14
}

h4 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .2px
}

.section-title {
    color: #fff;
    margin-top: 36px
}

.section-title.section-title--mt0 {
    margin-top: 0
}

.section-title.section-title--mb12 {
    margin-bottom: 12px
}

.section-title.section-title--mt72 {
    margin-top: 72px
}

body.no-scroll {
    overflow: hidden
}

.btn-icon {
    align-items: center;
    background-color: #404659;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    height: 28px;
    justify-content: center;
    margin-left: 8px;
    outline: none;
    transition: background-color .3s ease-in-out;
    width: 28px
}

.btn-icon:hover {
    background-color: #016cf9
}

.btn-icon .icon {
    fill: #fff;
    height: 12px;
    width: 12px
}

.btn-icon--lg {
    height: 40px;
    position: relative;
    width: 40px
}

.btn-icon--lg:hover {
    background-color: #404659
}

.btn-icon--lg .icon {
    height: 16px;
    width: 16px
}

.btn-icon .icon--reload {
    transition: transform .3s ease-in-out
}

.btn-icon:hover .icon--reload {
    transform: rotate(180deg)
}

.btn-icon .icon-full, .btn-icon .icon-full--open {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.btn-icon .icon-full--open {
    transition: transform .3s ease-in-out;
    visibility: hidden
}

.btn-icon:hover .icon-full {
    visibility: hidden
}

.btn-icon:hover .icon-full--open {
    transform: translate(-50%, -50%) scale(1.5);
    visibility: visible
}

.btn {
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.29;
    outline: none;
    overflow: hidden;
    padding: 11px 36px;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: background-color .3s ease-in-out;
    white-space: nowrap
}

.btn--blue {
    background-color: #016cf9
}

.btn--blue:hover {
    background-color: #0051bb
}

.btn--green {
    background-color: #18c93f
}

.btn--green:hover {
    background-color: #4ce16d
}

.btn--grey {
    background-color: #404659
}

.btn--grey:hover {
    background-color: #016cf9
}

.btn--tc {
    background-color: transparent
}

.btn--tc:hover {
    background-color: #103b61
}

.btn-play {
    align-items: center;
    background-color: rgba(1, 108, 249, .6);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    outline: none;
    position: relative;
    transition: background-color .3s ease-in-out;
    width: 60px;
    z-index: 5
}

.btn-play:hover {
    background-color: #016cf9
}

.btn-play svg {
    fill: #fff;
    height: 18px;
    left: 2px;
    position: relative;
    width: 18px
}

.form-ref--max, .form-ref--max .btn {
    width: 100%
}

.arrow-up {
    bottom: 20vh;
    height: 40px;
    opacity: 0;
    position: fixed;
    right: calc(50% - 628px);
    transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
    visibility: hidden;
    width: 40px;
    z-index: 800
}

.arrow-up.active {
    opacity: 1;
    visibility: visible
}

@media (max-width: 1300px) {
    .arrow-up {
        right: 20px
    }
}

.text--green {
    -webkit-text-fill-color: transparent;
    background: #68fd77;
    background: linear-gradient(0deg, #68fd77, #68fdd0);
    -webkit-background-clip: text;
    font-size: 30px;
    font-weight: 900;
    position: relative;
    top: 4px
}

.text--green, .text--rating {
    font-family: Montserrat, sans-serif;
    line-height: 1
}

.text--rating {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.read-more {
    color: #016cf9;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit
}

.page {
    display: flex;
    flex-direction: column
}

.first-screen, .page {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    position: relative
}

.first-screen {
    padding-bottom: 36px
}

.first-screen.first-screen--pb0 {
    padding-bottom: 0
}

.first-screen.first-screen--no-full-screen {
    min-height: auto
}

.book-of-dead .first-screen {
    background: url(/build/website/images/background-book-of-dead.d0644037.jpg) 50% no-repeat;
    background-size: cover
}

.first-screen.book-of-dead--custom {
    background: url(/build/website/images/background-book-of-dead.d0644037.jpg) top no-repeat, linear-gradient(270deg, #1c1d27, rgba(28, 29, 39, 0) 20.63%), linear-gradient(90deg, #1c1d27, rgba(28, 29, 39, 0) 20.63%), linear-gradient(180deg, rgba(28, 29, 39, .79), rgba(23, 39, 55, .79) 0, rgba(28, 29, 39, 0) 50%), linear-gradient(180deg, rgba(28, 29, 39, 0) 50%, #1c1d27), #1c1d27
}

.first-screen.book-of-dead--custom:after, .first-screen.book-of-dead--custom:before {
    top: 200px
}

.starburst .first-screen {
    background: url(/build/website/images/background-starburst.f9a61f8e.jpg) 50% no-repeat;
    background-size: cover
}

.fire-joker .first-screen {
    background: url(/build/website/images/background-fire-joker.f7b2fcb9.jpg) 50% no-repeat;
    background-size: cover
}

.super-hot .first-screen {
    background: url(/build/website/images/background-40-super-hot.b50e98a8.jpg) 50% no-repeat;
    background-size: cover
}

.bonanza .first-screen {
    background: url(/build/website/images/background-bonanza.9b83d0c5.jpg) 50% no-repeat;
    background-size: cover
}

.gonzos-quest .first-screen {
    background: url(/build/website/images/background-gonzos-quest.0eba675f.jpg) 50% no-repeat;
    background-size: cover
}

.jammin-jars .first-screen {
    background: url(/build/website/images/background-jammin-jars.2e268cdf.jpg) 50% no-repeat;
    background-size: cover
}

.reactoonz .first-screen {
    background: url(/build/website/images/background-reactoonz.36785580.jpg) 50% no-repeat;
    background-size: cover
}

.sizzling-hot .first-screen {
    background: url(/build/website/images/background-sizzling-hot.dea974b1.jpg) 50% no-repeat;
    background-size: cover
}

.twin-spin .first-screen {
    background: url(/build/website/images/background-twin-spin.e92db10b.jpg) 50% no-repeat;
    background-size: cover
}

.book-of-ra .first-screen {
    background: url(background-book-of-ra.41c2be72.jpg) 50% no-repeat;
    background-size: cover
}

.first-screen.jammin-jars-2 {
    background: url(/build/website/images/background-jammin-jars-2.3fe4b859.jpg) 50% no-repeat;
    background-size: cover
}

.first-screen:before {
    content: "";
    height: 437px;
    left: 0;
    position: absolute;
    top: 30%;
    width: 272px
}

.book-of-dead .first-screen:before {
    background: url(/build/website/images/book-bg-left.6af4a59c.png) 0 0 no-repeat;
    background-size: contain
}

.starburst .first-screen:before {
    background: url(/build/website/images/starburst-bg-left.b5ac5d64.png) 0 0 no-repeat;
    background-size: contain
}

.fire-joker .first-screen:before {
    background: url(/build/website/images/fire-joker-left.d31c3b27.png) 0 0 no-repeat;
    background-size: contain
}

.super-hot .first-screen:before {
    background: url(/build/website/images/40-super-hot-left.f2e16cf2.png) 0 0 no-repeat;
    background-size: contain
}

.gonzos-quest .first-screen:before {
    background: url(/build/website/images/gonzos-quest-left.3cfdadb5.png) 0 0 no-repeat;
    background-size: contain
}

.jammin-jars .first-screen:before {
    background: url(/build/website/images/jammin-jars-left.6ee9c3f6.png) 0 0 no-repeat;
    background-size: contain
}

.reactoonz .first-screen:before {
    background: url(/build/website/images/reactoonz-left.66d134fb.png) 0 0 no-repeat;
    background-size: contain
}

.sizzling-hot .first-screen:before {
    background: url(/build/website/images/sizzling-hot-left.5585ecca.png) 0 0 no-repeat;
    background-size: contain
}

.twin-spin .first-screen:before {
    background: url(/build/website/images/twin-spin-left.97edca8c.png) 0 0 no-repeat;
    background-size: contain
}

.book-of-ra .first-screen:before {
    background: url(/build/website/images/book-of-ra-left.87a54f78.png) 0 0 no-repeat;
    background-size: contain;
    height: 403px
}

.first-screen:after {
    content: "";
    height: 365px;
    position: absolute;
    right: 0;
    top: 30%;
    width: 274px
}

.book-of-dead .first-screen:after {
    background: url(/build/website/images/book-bg-right.96e6f8fe.png) 100% 0 no-repeat;
    background-size: contain
}

.starburst .first-screen:after {
    background: url(/build/website/images/starburst-bg-right.15cc143b.png) 100% 0 no-repeat;
    background-size: contain
}

.fire-joker .first-screen:after {
    background: url(/build/website/images/fire-joker-right.014a26f9.png) 100% 0 no-repeat;
    background-size: contain
}

.super-hot .first-screen:after {
    background: url(/build/website/images/40-super-hot-right.7ba5e07e.png) 100% 0 no-repeat;
    background-size: contain
}

.bonanza .first-screen:after {
    background: url(/build/website/images/bonanza-right.8f9442c9.png) 100% 0 no-repeat;
    background-size: contain
}

.gonzos-quest .first-screen:after {
    background: url(/build/website/images/gonzos-quest-right.f1269b79.png) 100% 0 no-repeat;
    background-size: contain
}

.jammin-jars .first-screen:after {
    background: url(/build/website/images/jammin-jars-right.aaccd9db.png) 100% 0 no-repeat;
    background-size: contain
}

.reactoonz .first-screen:after {
    background: url(/build/website/images/reactoonz-right.a296f789.png) 100% 0 no-repeat;
    background-size: contain
}

.sizzling-hot .first-screen:after {
    background: url(/build/website/images/sizzling-hot-right.8b68cf93.png) 100% 0 no-repeat;
    background-size: contain
}

.twin-spin .first-screen:after {
    background: url(/build/website/images/twin-spin-right.db088ac8.png) 100% 0 no-repeat;
    background-size: contain
}

.book-of-ra .first-screen:after {
    background: url(/build/website/images/book-of-ra-right.9d6e7118.png) 100% 0 no-repeat;
    background-size: contain
}

.jammin-jars-2.first-screen:before {
    background: url(/build/website/images/jammin-jars-2-left.288c0222.png) 0 0 no-repeat;
    background-size: contain
}

.jammin-jars-2.first-screen:after {
    background: url(/build/website/images/jammin-jars-2-right.f63e3e23.png) 100% 0 no-repeat;
    background-size: contain
}

.main {
    flex: 1;
    z-index: 1
}

.container, .main {
    position: relative
}

.container {
    margin: 0 auto;
    max-width: 1128px;
    width: 100%;
    z-index: 2
}

@media (max-width: 1148px) {
    .container {
        padding: 0 10px
    }
}

.bg-hieroglyph {
    background: #1c1d27;
    padding-bottom: 36px;
    position: relative
}

.bg-hieroglyph--pb0 {
    padding-bottom: 0
}

.book-of-dead .bg-hieroglyph, .book-of-ra .bg-hieroglyph, .eucasinoslots .bg-hieroglyph {
    background: url(/build/website/images/hieroglyph-book-of-dead.db847791.png), #1c1d27
}

.starburst .bg-hieroglyph {
    background: url(/build/website/images/hieroglyph-starburst.c2b2e6e5.png), #1c1d27
}

.fire-joker .bg-hieroglyph {
    background: url(/build/website/images/hieroglyph-fire-joker.963e1970.png), #1c1d27
}

.super-hot .bg-hieroglyph {
    background: url(/build/website/images/hieroglyph-40-super-hot.102e8e00.png), #1c1d27
}

.bonanza .bg-hieroglyph {
    background: url(/build/website/images/hieroglyph-bonanza.65afca7a.png), #1c1d27
}

.gonzos-quest .bg-hieroglyph {
    background: url(/build/website/images/hieroglyph-gonzos-quest.efe4c9ac.png), #1c1d27
}

.jammin-jars .bg-hieroglyph {
    background: url(/build/website/images/hieroglyph-jammin-jars.02dfb593.png), #1c1d27
}

.reactoonz .bg-hieroglyph {
    background: url(/build/website/images/hieroglyph-reactoonz.f711a94c.png), #1c1d27
}

.sizzling-hot .bg-hieroglyph {
    background: url(/build/website/images/hieroglyph-sizzling-hot.d401eda0.png), #1c1d27
}

.twin-spin .bg-hieroglyph {
    background: url(/build/website/images/hieroglyph-twin-spin.5ea506af.png), #1c1d27
}

.bg-hieroglyph:before {
    background: linear-gradient(180deg, #1c1d27 -8%, rgba(28, 29, 39, 0) 17.53%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.main--custom .bg-hieroglyph:before {
    background: linear-gradient(180deg, #1c1d27 -3%, rgba(28, 29, 39, 0) 30.53%);
    filter: blur(18px);
    top: -18px
}

.bg-hieroglyph--mt36 {
    padding-top: 36px
}

.bg-dark-grey {
    background: #16161f;
    padding: 36px 0
}

.bg-dark-grey--pb0 {
    padding-bottom: 0
}

.img-bg {
    position: absolute;
    z-index: 1
}

@media (max-width: 991px) {
    h1 {
        font-size: 38px;
        line-height: 1.2
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 22px
    }

    .first-screen {
        padding-bottom: 36px
    }

    .section--mt36 {
        margin-top: 24px
    }

    .section-title.section-title--mt72 {
        margin-top: 36px
    }

    .bg-hieroglyph {
        padding-bottom: 24px
    }

    .bg-hieroglyph--pb0 {
        padding-bottom: 0
    }

    .bg-dark-grey {
        padding: 24px 0
    }

    .bg-dark-grey--pb0 {
        padding-bottom: 0
    }

    .bg-hieroglyph--mt36 {
        padding-top: 24px
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 28px;
        line-height: 1.14
    }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 18px
    }

    .content p {
        font-size: 14px;
        line-height: 1.43
    }

    .first-screen {
        padding-bottom: 24px
    }

    .first-screen.first-screen--pb0 {
        padding-bottom: 0
    }

    .section-title {
        margin-top: 24px
    }
}

.content {
    color: #fff
}

.content--mt36 {
    margin-top: 36px
}

.content--mb36 {
    margin-bottom: 36px
}

.content--mt24 {
    margin-top: 24px
}

.content.content--grey {
    color: #b5b7d1
}

.content p {
    margin-top: 12px
}

.content li, .content p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.5
}

.content li a, .content p a {
    color: #016cf9;
    font-size: inherit;
    font-weight: 700;
    transition: color .3s ease-out
}

.content li a:hover, .content p a:hover {
    color: #0051bb
}

.content h2, .content h3, .content h4 {
    color: #fff;
    margin-top: 24px
}

.content ul li {
    line-height: 1.25;
    margin-top: 12px;
    padding-left: 14px;
    position: relative
}

.content ul li:before {
    background: #fff;
    border-radius: 2px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px
}

.content ol {
    padding-left: 20px
}

.content--casinos {
    display: flex;
    padding-bottom: 36px
}

.content--casinos .section-iframe__advt {
    margin-left: 24px;
    max-height: 600px;
    min-width: 276px
}

.content--casinos .content {
    flex-grow: 1
}

.content--casinos .advt__card--open {
    height: 415px
}

.image-center-fullsize {
    display: block;
    margin: 18px auto 0
}

@media (max-width: 991px) {
    .content--mt36 {
        margin-top: 24px
    }

    .content--mb36 {
        margin-bottom: 24px
    }

    .content--mt24 {
        margin-top: 12px
    }

    .content--casinos {
        flex-direction: column;
        padding-bottom: 24px
    }

    .content--casinos .section-iframe__advt {
        margin-left: 0;
        margin-top: 24px
    }

    .content--casinos .advt__card--open {
        height: 430px
    }
}

@media (max-width: 500px) {
    .content--casinos .advt__card--open {
        height: auto
    }
}

.background-image {
    background: #1c1d27;
    height: 100%;
    z-index: -1
}

.background-image, .background-image img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.background-image img {
    height: auto;
    object-fit: contain
}

.header {
    align-items: center;
    display: flex;
    height: 96px;
    justify-content: space-between
}

.header--dark {
    background: #30374a
}

.header--slots {
    background: #16161f;
    height: 72px
}

.header--slots .container {
    align-items: center;
    display: flex;
    justify-content: center
}

.header > .container {
    align-items: center;
    display: flex;
    gap: 15px
}

.header__logo {
    max-height: 75px;
    width: auto
}

.header__logo--small {
    max-width: 100px
}

@media (max-width: 500px) {
    .header {
        height: 66px
    }

    .header__logo {
        display: block;
        margin: 0 auto;
        max-height: 42px
    }
}

.section-iframe__info {
    display: flex;
    justify-content: space-between;
    min-height: 588px
}

.section-iframe__iframe {
    background: linear-gradient(180deg, #313848, #343a49 51.48%, #1e232f);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-right: 12px;
    padding: 8px;
    width: calc(100% - 288px)
}

.first-screen--no-full-screen .section-iframe__iframe {
    margin-right: 0;
    width: 100%
}

.section-iframe__iframe--full {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900
}

.section-iframe__advt {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    max-height: 588px;
    width: 276px
}

.iframe-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 0 8px
}

.iframe-top__title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.33
}

.iframe-top__title span {
    font-size: 18px;
    font-weight: 400
}

.iframe-middle, .iframe-top__btns {
    align-items: center;
    display: flex
}

.iframe-middle {
    background-size: cover;
    border-radius: 8px;
    flex: 1;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
}

.iframe-middle:before {
    background: rgba(22, 22, 31, .6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.iframe-middle iframe {
    display: none;
    height: 100%;
    width: 100%;
    z-index: 3
}

.iframe__bg {
    filter: blur(4px);
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.iframe__start {
    align-items: center;
    display: flex;
    flex-direction: column
}

.iframe__start-text {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.33;
    margin-top: 24px;
    max-width: 434px;
    position: relative;
    text-align: center;
    z-index: 5
}

.iframe-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 8px
}

.iframe-bottom__text {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    margin: 0 auto 0 24px
}

.iframe-bottom__text a {
    color: #016cf9;
    font-weight: 700
}

.iframe-bottom__rating {
    align-items: center;
    display: flex;
    margin-left: 24px
}

.iframe-bottom__rating-text {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    margin-right: 12px
}

.iframe-bottom__rating-num {
    align-items: flex-end;
    background: #292e3c;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding: 2px 12px 6px
}

.advt__card {
    background: linear-gradient(180deg, #313848, #343a49 51.48%, #1e232f);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 84px;
    overflow: hidden;
    padding: 8px;
    transition: height .35s cubic-bezier(.75, -.25, .25, 1.25);
    width: 100%
}

.advt__card:not(:last-child) {
    margin-bottom: 8px
}

.advt__card--open {
    height: 404px
}

.advt__card-main {
    display: flex
}

.advt__card-logo {
    border-radius: 8px;
    height: 68px;
    margin-right: 12px;
    min-width: 68px;
    overflow: hidden;
    width: 68px
}

.advt__card-logo img {
    border-radius: 8px;
    object-fit: cover;
    object-position: center
}

.advt__card-title {
    display: flex;
    flex-direction: column
}

.advt__card-name {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 12px
}

.rating-card {
    align-items: flex-end;
    background: #292e3c;
    border-radius: 8px;
    display: flex;
    height: 40px;
    padding: 5px 7px 7px
}

.rating-card .text--green {
    margin-left: auto
}

.rating-card__title {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    margin-right: 10px
}

.advt__card-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: auto
}

.advt__card-info .btn {
    margin: 12px 0 6px;
    text-align: center
}

.advt__card-bonus {
    border: 1px solid #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding: 8px 12px
}

.advt__card-bonus-title {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 5px
}

.advt__card-bonus-desc {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.12
}

.advt__card-tc {
    background: #292e3c;
    border-radius: 8px;
    display: flex;
    margin-top: 10px;
    max-height: 58px;
    overflow: hidden;
    padding: 8px 12px
}

.advt__card-tc-text {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.17
}

.advt__card-accepted {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.advt__card-accepted img {
    max-height: 18px
}

.advt__card-accepted-title {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 12px
}

.advt__card-tc-apply {
    color: #fff;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 1.25;
    text-align: center
}

.advt__card-tc-apply.btn {
    margin: auto;
    text-align: center;
    width: 100%
}

.advt__card-age {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.17;
    margin-top: auto;
    text-align: center
}

.advt__card-age a {
    color: #016cf9;
    font-size: inherit
}

@media (max-width: 1148px) {
    .first-screen:after, .first-screen:before {
        display: none
    }
}

@media (max-width: 991px) {
    .section-iframe__info {
        flex-direction: column
    }

    .first-screen--no-full-screen .section-iframe__info {
        min-height: auto
    }

    .section-iframe__iframe {
        margin-bottom: 24px;
        margin-right: 0;
        width: 100%
    }

    .first-screen--no-full-screen .section-iframe__iframe {
        margin-bottom: 12px
    }

    .section-iframe__advt {
        flex-direction: row;
        width: 100%
    }

    .advt__card {
        transition: none
    }

    .advt__card:not(:last-child) {
        margin-bottom: 0;
        margin-right: 12px
    }

    .advt__card-tc {
        height: 72px;
        max-height: 72px
    }

    .iframe-middle {
        height: 56.25vw;
        min-height: 56.25vw
    }
}

@media (max-width: 860px) {
    .advt__card--open {
        height: 430px
    }
}

@media (max-width: 720px) {
    .section-iframe__advt {
        flex-wrap: wrap
    }

    .advt__card {
        width: calc(50% - 6px)
    }

    .advt__card:not(:last-child) {
        margin-bottom: 12px
    }

    .advt__card:nth-child(2n) {
        margin-right: 0
    }

    .section-iframe__advt {
        justify-content: center;
        max-height: 100%
    }

    .iframe-bottom {
        flex-wrap: wrap;
        padding-top: 12px
    }

    .iframe-bottom .form-ref {
        margin-bottom: 12px;
        text-align: center;
        width: 100%
    }

    .iframe-bottom .btn {
        text-align: center
    }

    .iframe-bottom__rating .iframe-bottom__rating-text {
        display: none
    }

    .iframe-bottom__text {
        margin: 0;
        max-width: min-content
    }

    .advt__card-title {
        width: calc(100% - 68px)
    }
}

@media (max-width: 500px) {
    .advt__card {
        max-width: 400px;
        width: 100%
    }

    .advt__card:not(:last-child) {
        margin-right: 0
    }

    .iframe-top__btns {
        display: none
    }

    .iframe-top__title {
        font-size: 16px
    }

    .iframe-top__title span, .iframe-top__title--sm {
        font-size: 14px
    }

    .iframe__start-text {
        font-size: 14px;
        max-width: 100%;
        padding: 0 10px
    }

    .iframe__start {
        width: 100%
    }

    .btn-play {
        height: 48px;
        width: 48px
    }

    .btn-play svg {
        height: 14px
    }

    .advt__card-tc {
        height: auto;
        max-height: 58px
    }

    .advt__card--open {
        height: auto
    }

    .advt__card-age {
        margin-top: 12px
    }
}

@media (max-height: 450px) and (orientation: landscape) {
    .section-iframe__iframe.mobile-playing {
        border-radius: 0;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        left: 0;
        margin: 0;
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 900
    }

    .section-iframe__iframe.mobile-playing .iframe-middle {
        height: 100%;
        min-height: auto
    }

    .section-iframe__iframe.mobile-playing .iframe-top__title {
        font-size: 16px
    }

    .section-iframe__iframe.mobile-playing .iframe-top__title--sm {
        font-size: 14px
    }

    .section-iframe__iframe.mobile-playing .iframe-top__btns {
        display: none
    }

    .section-iframe__iframe.mobile-playing .iframe-bottom {
        padding-top: 8px
    }

    .section-iframe__iframe.mobile-playing .iframe-bottom .iframe-bottom__rating, .section-iframe__iframe.mobile-playing .iframe-bottom .iframe-bottom__text {
        display: none
    }

    .section-iframe__iframe.mobile-playing .iframe-bottom .btn {
        margin: 0 auto;
        max-width: 288px
    }

    .section-iframe__iframe.mobile-playing .iframe-bottom .form-ref {
        margin-bottom: 0
    }

    .mobile-playing .arrow-up {
        display: none
    }

    body.mobile-playing {
        overflow: hidden
    }
}

.anchors__list {
    display: flex;
    justify-content: space-between
}

.anchor__item {
    flex-basis: 20%
}

.anchor__item:not(:last-child) {
    margin-right: 12px
}

.anchor__link {
    padding: 11px;
    text-align: center;
    width: 100%
}

@media (max-width: 600px) {
    .anchors__list {
        flex-wrap: wrap
    }

    .anchor__item {
        flex-basis: calc(50% - 6px)
    }

    .anchor__item:not(:last-child) {
        margin-bottom: 12px;
        margin-right: 0
    }

    .anchor__item:nth-child(odd) {
        margin-right: 12px
    }
}

.game-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px
}

.main--custom .game-info {
    margin-top: 0
}

.game-info__card {
    background: linear-gradient(90deg, #2e3443, #212633);
    border-radius: 8px;
    color: #fff;
    display: flex;
    margin-bottom: 12px;
    min-height: 142px;
    padding: 8px 12px;
    width: calc(50% - 6px)
}

.game-info__card:nth-child(odd) {
    margin-right: 12px
}

.game-info__card:first-child {
    background: transparent;
    padding: 0
}

.game-info__card_caption {
    flex-direction: column
}

.game-info__card_caption p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 12px
}

.main--custom .game-info__card:nth-child(3), .main--custom .game-info__card:nth-child(4) {
    margin-bottom: 0
}

.game-info--left {
    flex: 1
}

.game-info__card-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px
}

.game-info__card-name {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900;
    margin-right: 24px
}

.game-info__text {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29
}

.game-info--right {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 24px;
    width: 174px
}

.game-info--right[data-rtp], .game-info--right[data-volatility] {
    position: relative
}

.game-info--right[data-rtp]:before, .game-info--right[data-volatility]:before {
    bottom: 0;
    font-size: 18px;
    left: 52%;
    position: absolute;
    transform: translate(-50%, -10px)
}

.game-info--right[data-rtp]:before {
    color: #68fd77;
    content: attr(data-rtp);
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.game-info--right[data-volatility]:before {
    content: attr(data-volatility);
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    text-align: center;
    text-transform: capitalize
}

.game-info--right[data-color=high]:before, .game-info--right[data-color=hight]:before {
    -webkit-text-fill-color: transparent;
    background: #ff9a23;
    background: linear-gradient(270deg, #ff2315, #ff9a23);
    -webkit-background-clip: text
}

.game-info--right[data-color=low]:before {
    -webkit-text-fill-color: transparent;
    background: #68fd77;
    background: linear-gradient(0deg, #68fd77, #68fdd0);
    -webkit-background-clip: text
}

.game-info--right[data-color=medium]:before {
    -webkit-text-fill-color: transparent;
    background: #ff9a23;
    background: linear-gradient(270.29deg, #fff849 1.45%, #e8fd68 36.16%, #56ff48 67.71%, #68fdd0 99.69%);
    -webkit-background-clip: text
}

.game-info--right[data-color=very-high]:before {
    -webkit-text-fill-color: transparent;
    background: #ff2315;
    background: linear-gradient(270.37deg, #ff0404 .24%, #ff6332 34.74%, #ffaf50 72.83%);
    -webkit-background-clip: text
}

.game-info--right[data-color=medium-high]:before {
    -webkit-text-fill-color: transparent;
    background: #ff9a23;
    background: linear-gradient(270.04deg, #ff3d00 -1.54%, #ff9519 26.51%, #fff618 64.77%, #e8fd68 95.37%);
    -webkit-background-clip: text
}

.game-info--right-bg {
    background: linear-gradient(180deg, rgba(0, 0, 0, .94) -.45%, transparent);
    border: 1px solid #2684fe;
    border-radius: 8px;
    justify-content: center;
    padding: 8px 12px
}

.game-info--right .text--green {
    font-size: 28px;
    line-height: 1;
    text-align: center;
    top: 0
}

.pop-up__data-text {
    display: none
}

@media (max-width: 991px) {
    .game-info__card {
        min-height: auto;
        padding: 4px 12px;
        width: 100%
    }

    .game-info__card:nth-child(odd) {
        margin-right: 0
    }

    .main--custom .game-info__card:nth-child(3) {
        margin-bottom: 12px
    }

    .game-info {
        margin-top: 36px
    }
}

@media (max-width: 500px) {
    .game-info__card {
        align-items: center;
        flex-direction: column
    }

    .game-info--right {
        flex-direction: row;
        margin-left: 0;
        margin-top: 5px;
        padding-bottom: 10px
    }

    .game-info--right-bg {
        margin-top: 12px;
        min-height: 56px
    }

    .game-info {
        margin-top: 24px
    }

    .game-info--right[data-rtp]:before, .game-info--right[data-volatility]:before {
        transform: translate(-50%, -25px)
    }
}

.game-details {
    display: flex;
    margin-top: 24px
}

.game-details__card {
    background: linear-gradient(90deg, #2e3443, #212633);
    border-radius: 8px;
    padding: 8px 12px;
    width: calc(100% - 12px)
}

.game-details__card:not(:last-child) {
    margin-right: 12px
}

.details-table {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.details-table caption {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.56;
    text-align: left;
    width: 100%
}

.details-table thead {
    width: 40%
}

.details-table tbody {
    width: 60%
}

.details-table tbody tr {
    justify-content: flex-end
}

.details-table tr {
    display: flex;
    justify-content: space-between;
    margin-top: 12px
}

.details-table__name {
    color: #b5b7d1;
    font-weight: 400;
    margin-right: 10px
}

.details-table__desc, .details-table__name {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    white-space: nowrap
}

.details-table__desc {
    color: #fff;
    font-weight: 700;
    text-align: right
}

@media (max-width: 991px) {
    .game-details {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 12px
    }

    .game-details__card {
        width: calc(50% - 12px)
    }

    .game-details__card:not(:last-child) {
        margin-bottom: 24px;
        margin-right: 0
    }

    .game-details__card:nth-child(odd) {
        margin-right: 24px
    }

    .game-details__card:last-child {
        margin-right: 0
    }
}

@media (max-width: 750px) {
    .game-details__card {
        width: 100%
    }

    .game-details__card:not(:last-child) {
        margin-bottom: 12px
    }

    .game-details__card:nth-child(odd) {
        margin-right: 0
    }
}

.pros-and-cons {
    display: flex;
    margin-top: 24px
}

.pros-and-cons__card {
    background: linear-gradient(90deg, #2e3443, #212633);
    border-radius: 8px;
    color: #fff;
    padding: 8px 12px;
    width: calc(50% - 12px)
}

.pros-and-cons__card:not(:last-child) {
    margin-right: 24px
}

.pros-and-cons__title {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.33
}

.pros-and-cons__title.pros-title {
    color: #68fd77
}

.pros-and-cons__title.cons-title {
    color: #f90052
}

.pros-and-cons__list {
    margin-top: 12px
}

.pros-and-cons__item {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25
}

.pros-and-cons__item:not(:last-child) {
    margin-bottom: 8px
}

.cons-list .pros-and-cons__item, .pros-list .pros-and-cons__item {
    padding-left: 16px;
    position: relative
}

.cons-list .pros-and-cons__item:before, .pros-list .pros-and-cons__item:before {
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px
}

.pros-list .pros-and-cons__item:before {
    background: url(/build/website/images/pros.66c90bd5.svg) 50% no-repeat;
    background-size: contain
}

.cons-list .pros-and-cons__item:before {
    background: url(/build/website/images/cons.d0df90a6.svg) 50% no-repeat;
    background-size: contain
}

@media (max-width: 700px) {
    .pros-and-cons {
        flex-direction: column;
        margin-top: 12px
    }

    .pros-and-cons__card {
        width: 100%
    }

    .pros-and-cons__card:not(:last-child) {
        margin-bottom: 12px;
        margin-right: 0
    }
}

.game-developer {
    position: relative
}

.game-developer:after {
    clear: both;
    content: "";
    display: block
}

.game-developer__table {
    background: #212633;
    border-radius: 8px;
    float: left;
    margin: 0 24px 14px 0;
    padding: 12px;
    width: 552px
}

.game-developer__row {
    display: flex
}

.game-developer__logo {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 12px;
    width: 130px
}

.game-developer__logo img {
    border-radius: 8px;
    height: auto;
    max-width: 100%
}

.game-developer__card {
    background: #30374a;
    border-radius: 8px;
    padding: 8px 12px;
    position: relative;
    width: calc(50% - 77px)
}

.game-developer__card:not(:last-child) {
    margin-right: 12px
}

.game-developer__card img {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.game-developer__card-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.game-developer__card-col {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.33
}

.game-developer__card-title {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.11;
    margin-top: 4px
}

.game-developer__country {
    background: #30374a;
    border-radius: 8px;
    margin-top: 12px;
    padding: 8px 12px
}

.game-developer__country-name {
    align-items: center;
    display: flex
}

.game-developer__country-name img {
    height: 28px;
    margin-right: 8px;
    width: 46px
}

.game-developer__country-name span {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.22
}

.game-developer__country-text {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    margin-top: 12px
}

.game-developer__awards {
    background: #30374a;
    border-radius: 8px;
    margin-top: 12px;
    padding: 12px
}

.game-developer__awards-title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900
}

.game-developer__awards-list {
    margin-top: 12px
}

.game-developer__awards-item {
    display: flex;
    flex-direction: column;
    min-height: 30px;
    padding-left: 44px;
    position: relative
}

.game-developer__awards-item:not(:last-child) {
    margin-bottom: 18px
}

.game-developer__awards-item:before {
    background: url(/build/website/images/award.f1c4ea23.svg) 50% no-repeat;
    background-size: contain;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px
}

.game-developer__awards-name {
    color: #fff
}

.game-developer__awards-desc, .game-developer__awards-name {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.14
}

.game-developer__awards-desc {
    color: #b5b7d1;
    margin-top: 2px
}

@media (max-width: 991px) {
    .game-developer__table {
        max-width: 360px
    }

    .game-developer__country-text {
        margin-top: 8px
    }

    .game-developer__card-title {
        font-size: 14px
    }

    .game-developer__card-col {
        font-size: 18px
    }
}

@media (max-width: 700px) {
    .game-developer__table {
        float: none;
        margin-top: 24px;
        max-width: 100%;
        width: 100%
    }
}

.bonuses-table {
    color: #fff;
    margin-top: 24px
}

.bonuses-table__row {
    background: linear-gradient(180deg, #313848, #343a49 51.48%, #1e232f);
    border-radius: 8px;
    display: flex;
    padding: 12px
}

.bonuses-table__row:not(:last-child) {
    margin-bottom: 12px
}

.bonuses-table--left {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative
}

.bonuses-table__label {
    max-width: 122px;
    position: absolute;
    right: 0;
    top: -12px
}

.bonuses-table--bottom {
    background: #292e3c;
    border-radius: 8px;
    margin-top: 12px;
    padding: 6px 12px
}

.bonuses-table--top {
    display: flex
}

.bonuses-table__tc {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.14
}

.bonuses-table__logo {
    align-items: center;
    display: flex;
    height: 88px;
    justify-content: center;
    margin-right: 24px;
    min-width: 88px;
    width: 88px
}

.bonuses-table__logo img {
    border-radius: 8px;
    height: 100%;
    width: 100%
}

.bonuses-table__name {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.11;
    white-space: nowrap
}

.bonuses-table__bonus {
    border: 1px solid #fff;
    border-radius: 8px;
    margin: auto;
    max-width: 370px;
    padding: 12px 24px;
    position: relative;
    width: 100%;
    z-index: 2
}

.bonuses-table__bonus-name {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.11
}

.bonuses-table__bonus-text {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.11;
    margin-top: 4px
}

.bonuses-table__info {
    display: flex;
    flex-direction: column;
    margin-right: 24px
}

.bonuses-table__info .rating-card {
    flex-wrap: wrap;
    height: auto;
    margin-top: 12px;
    white-space: nowrap;
    width: min-content
}

.bonuses-table__info .rating-card__title {
    margin-right: 0;
    width: 100%
}

.bonuses-table__info .text--green {
    margin-left: 0
}

.bonuses-table--right {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
    max-width: 28%;
    min-width: 185px
}

.bonuses-table--right .form-ref {
    margin-bottom: 5px;
    text-align: center
}

.bonuses-table--right .btn--blue {
    text-align: center
}

.bonuses-table--right .btn--blue.popup__btn-activation {
    margin-bottom: 5px
}

.bonuses-table--custom-page .bonuses-table__bonus-text {
    margin-top: 0
}

.bonuses-table--custom-page .rating-card {
    display: flex;
    flex-wrap: nowrap;
    padding: 12px;
    width: 180px
}

.bonuses-table--custom-page .rating-card .rating-card__title {
    margin-right: 11px;
    max-width: 44px;
    white-space: break-spaces
}

.bonuses-table--custom-page .bonuses-table--right {
    flex-direction: row;
    max-width: 50%
}

.bonuses-table--custom-page .bonuses-table--right .bonuses-table__btns {
    margin-left: 24px
}

.bonuses-table--custom-page .bonuses-table--right .bonuses-table__accepted {
    align-items: flex-end;
    background: #292e3c;
    border-radius: 8px;
    margin-bottom: 8px;
    max-width: 176px;
    padding: 8px 10px
}

.bonuses-table--custom-page .bonuses-table--right .bonuses-table__payments {
    background: #292e3c;
    border-radius: 8px;
    display: flex;
    gap: 4px;
    padding: 8px 10px
}

.bonuses-table--custom-page .bonuses-table--right .bonuses-table__payments img {
    height: 16px;
    width: 36px
}

.bonuses-table__accepted {
    align-items: center;
    display: flex;
    margin-bottom: 12px
}

.bonuses-table__accepted img {
    max-height: 18px
}

.bonuses-table__accepted-title {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    margin-right: 8px
}

.bonuses-table__tc-apply {
    display: block;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin: auto;
    text-align: center;
    width: 100%
}

.bonuses-table__tc-apply--wrap {
    white-space: break-spaces
}

.bonuses-table__age, .bonuses-table__age--link {
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.14;
    margin-top: 5px;
    text-align: center
}

.bonuses-table__age--link {
    color: #016cf9
}

.bonuses-table__btn--min-200 {
    min-width: 200px;
    white-space: inherit
}

@media (max-width: 991px) {
    .bonuses-table__bonus {
        padding: 8px 12px
    }

    .bonuses-table__bonus-name, .bonuses-table__bonus-text {
        font-size: 14px
    }

    .bonuses-table__label {
        max-width: 66px
    }

    .bonuses-table {
        margin-top: 12px
    }

    .bonuses-table--custom-page {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center
    }

    .bonuses-table--custom-page .bonuses-table__row {
        flex-direction: column;
        width: 32%
    }

    .bonuses-table--custom-page .bonuses-table__logo {
        height: 68px;
        margin-right: 12px;
        min-width: 68px;
        width: 68px
    }

    .bonuses-table--custom-page .bonuses-table__info {
        margin-right: 0;
        width: calc(100% - 80px)
    }

    .bonuses-table--custom-page .bonuses-table__name {
        font-size: 14px;
        line-height: 16px
    }

    .bonuses-table--custom-page .rating-card {
        padding: 4px 8px;
        width: auto
    }

    .bonuses-table--custom-page .bonuses-table--top {
        flex-wrap: wrap
    }

    .bonuses-table--custom-page .bonuses-table__bonus {
        margin: 12px 0;
        max-width: 100%
    }

    .bonuses-table--custom-page .bonuses-table--right {
        flex-direction: column;
        margin-left: 0;
        max-width: 100%
    }

    .bonuses-table--custom-page .bonuses-table--right .bonuses-table__accepted {
        background: transparent;
        margin: 12px 0;
        max-width: 100%
    }

    .bonuses-table--custom-page .bonuses-table--right .bonuses-table__btns {
        margin-left: 0;
        margin-top: 12px
    }
}

@media (max-width: 700px) {
    .bonuses-table__row {
        flex-direction: column;
        padding: 8px
    }

    .bonuses-table--right {
        margin-left: 0;
        margin-top: 12px;
        max-width: 100%
    }

    .bonuses-table--top {
        flex-wrap: wrap
    }

    .bonuses-table__bonus {
        margin-top: 12px;
        max-width: 100%;
        width: 100%
    }

    .bonuses-table__label {
        top: -8px
    }

    .bonuses-table--right {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center
    }

    .bonuses-table__accepted, .bonuses-table__row .btn, .bonuses-table__tc-apply {
        text-align: center;
        width: 100%
    }

    .bonuses-table__row .btn {
        max-width: 250px
    }

    .bonuses-table__age--link {
        margin-left: 0
    }

    .bonuses-table__accepted {
        justify-content: center
    }

    .bonuses-table__tc-apply {
        margin: 12px 0;
        margin: 0
    }

    .bonuses-table--right {
        align-items: center;
        flex-direction: column
    }

    .bonuses-table--custom-page {
        flex-direction: column
    }

    .bonuses-table--custom-page .bonuses-table__accepted-container, .bonuses-table--custom-page .bonuses-table__btns, .bonuses-table--custom-page .bonuses-table__row {
        width: 100%
    }
}

@media (max-width: 450px) {
    .bonuses-table__row .btn {
        max-width: 100%
    }

    .bonuses-table--right {
        flex-direction: row
    }

    .bonuses-table__age--link {
        margin-left: 4px
    }

    .bonuses-table__logo {
        margin-right: 12px
    }
}

.attention {
    background: #212633;
    border-radius: 8px;
    color: #fff;
    margin-top: 36px;
    padding: 12px 24px;
    position: relative;
    width: calc(100% - 2px)
}

.attention:before {
    background: linear-gradient(235deg, #fbff24, #fb9c0f);
    border-radius: 8px;
    content: "";
    height: calc(100% + 4px);
    left: -2px;
    position: absolute;
    top: -2px;
    width: calc(100% + 4px);
    z-index: -1
}

.attention .img-bg {
    height: calc(100% - 24px);
    right: 24px;
    top: 12px
}

.attention .content, .attention h3 {
    position: relative;
    z-index: 3
}

@media (max-width: 700px) {
    .attention {
        margin-top: 24px;
        padding: 8px
    }

    .attention .img-bg {
        bottom: 8px;
        height: 88px;
        right: 8px;
        top: inherit
    }
}

.content-guide {
    color: #fff;
    display: flex;
    margin-top: 24px
}

.content-guide .content {
    width: 50%
}

.content-guide .content h3 {
    margin-top: 0
}

.content-guide__table {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    width: calc(50% - 12px)
}

.content-guide__table-wrap {
    background: #212633;
    border-radius: 8px;
    padding: 12px
}

.content-guide__table-row {
    display: flex
}

.content-guide__table-row .rating-card {
    height: 90px;
    margin-left: 12px;
    padding: 20px
}

.content-guide__table-row .rating-card .text--green {
    font-size: 51px
}

.content-guide__table-row .rating-card .text--rating {
    font-size: 30px
}

.content-guide__table-row--left {
    display: flex;
    flex-direction: column
}

.content-guide__table-title {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25
}

.content-guide__table-desc {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    margin-top: 8px
}

.content-guide__list {
    margin-top: 24px
}

.content-guide__item {
    background: #30374a;
    border-radius: 8px;
    display: flex
}

.content-guide__item:not(:last-child) {
    margin-bottom: 8px
}

.content-guide__item-num {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    color: #1c1d27;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 900;
    height: 52px;
    justify-content: center;
    min-width: 52px;
    width: 52px
}

.content-guide__item-desc {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    padding: 8px 12px
}

.content-guide__quote {
    background: linear-gradient(90deg, #313848, #343a49 51.48%, #1e232f);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    padding: 12px;
    position: relative
}

.content-guide__quote-name {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25
}

.content-guide__quote-prof {
    color: #b5b7d1;
    margin-top: 4px
}

.content-guide__quote-prof, .content-guide__quote-text {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    position: relative;
    z-index: 2
}

.content-guide__quote-text {
    margin-top: 8px
}

.content-guide__img--left {
    bottom: 6px;
    left: 6px
}

.content-guide__img--right {
    bottom: 6px;
    right: 6px
}

@media (max-width: 991px) {
    .content-guide {
        flex-direction: column
    }

    .content-guide .content, .content-guide__table {
        width: 100%
    }

    .content-guide__table {
        margin-left: 0;
        margin-top: 24px
    }
}

@media (max-width: 500px) {
    .content-guide__table-row {
        flex-direction: column
    }

    .content-guide__table-row .rating-card {
        height: 50px;
        justify-content: center;
        margin-left: 0;
        margin-top: 8px;
        padding: 12px
    }

    .content-guide__table-row .rating-card .text--green {
        font-size: 32px;
        margin-left: 0
    }

    .content-guide__table-row .rating-card .text--rating {
        font-size: 21px
    }

    .content-guide__list {
        margin-top: 12px
    }

    .content-guide__item {
        position: relative
    }

    .content-guide__item-num {
        height: 100%;
        left: 0;
        min-height: 100%;
        min-width: 32px;
        position: absolute;
        top: 0;
        width: 32px
    }

    .content-guide__item-desc {
        margin-left: 32px
    }

    .content-guide__quote {
        margin-top: 12px;
        padding: 8px
    }

    .content-guide__table-wrap {
        padding: 8px
    }

    .content-guide__img--left, .content-guide__img--right {
        max-height: 28px
    }

    .content-guide__img--left {
        bottom: 20px
    }
}

.mobile-game {
    position: relative
}

.mobile-game .img-bg {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.mobile-game__wrap {
    align-items: center;
    display: flex;
    min-height: 352px;
    padding: 24px 0
}

.mobile-game--left {
    margin-right: 24px;
    min-width: 360px
}

.mobile-game--right h2 {
    margin-top: 0
}

@media (max-width: 991px) {
    .mobile-game--left {
        min-width: 250px
    }

    .mobile-game__wrap {
        min-height: auto
    }
}

@media (max-width: 700px) {
    .mobile-game__wrap {
        flex-direction: column
    }

    .mobile-game--left {
        margin-bottom: 8px;
        margin-right: 0;
        max-width: 200px;
        min-width: 150px
    }
}

@media (max-width: 500px) {
    .mobile-game .img-bg {
        object-position: -750px 0
    }
}

.content-img__row {
    display: flex;
    margin-top: 36px
}

.content-img__row img {
    align-self: center;
    border-radius: 8px;
    height: auto;
    margin-right: 72px;
    width: 49%
}

.content-img__row--reverse {
    flex-direction: row-reverse
}

.content-img__row--reverse img {
    margin-right: 0;
    width: calc(50% - 24px)
}

.content-img__row--reverse .content {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(50% - 24px)
}

.content-img__row h3 {
    margin-top: 0
}

.content-img__row .content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center
}

.content-img__row .content li, .content-img__row .content p {
    color: #a1c1dc
}

@media (max-width: 991px) {
    .content-img__row {
        flex-direction: column;
        margin-top: 12px
    }

    .content-img__row img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        width: auto
    }

    .content-img__row h3 {
        margin-top: 24px
    }

    .content-img__row--reverse .content {
        margin: 0;
        width: 100%
    }
}

.tips-and-tricks {
    background: #212633;
    border-radius: 8px;
    margin-top: 36px;
    padding: 12px
}

.tips-and-tricks__list {
    display: flex;
    flex-direction: column;
    margin-top: 12px
}

.tips-and-tricks__item {
    background: #30374a;
    border-radius: 8px;
    padding: 12px
}

.tips-and-tricks__item:not(:last-child) {
    margin-bottom: 8px
}

.tips-and-tricks__item-tips {
    color: #fff;
    font-weight: 700
}

.tips-and-tricks__item-tips, .tips-and-tricks__item-tricks {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 1.25
}

.tips-and-tricks__item-tricks {
    color: #b5b7d1;
    font-weight: 400;
    margin-top: 4px
}

@media (max-width: 500px) {
    .tips-and-tricks {
        margin-top: 24px
    }

    .tips-and-tricks__item-tips, .tips-and-tricks__item-tricks {
        font-size: 14px
    }
}

.content-video {
    padding: 36px 0
}

.book-of-dead .content-video {
    background: linear-gradient(270deg, #0c0c21, rgba(12, 12, 33, .1) .63%), linear-gradient(90deg, #1a0c21, #0c0c21 0, rgba(12, 12, 33, .1) .63%), linear-gradient(180deg, rgba(12, 12, 33, .8), rgba(12, 12, 33, .1) 20%), linear-gradient(180deg, rgba(12, 12, 33, .1) 20%, rgba(12, 12, 33, .5)), url(/build/website/images/background-book-of-dead.d0644037.jpg) bottom no-repeat;
    background-size: cover
}

.starburst .content-video {
    background: linear-gradient(270deg, #0c0c21, rgba(12, 12, 33, .1) .63%), linear-gradient(90deg, #1a0c21, #0c0c21 0, rgba(12, 12, 33, .1) .63%), linear-gradient(180deg, rgba(12, 12, 33, .8), rgba(12, 12, 33, .1) 20%), linear-gradient(180deg, rgba(12, 12, 33, .1) 20%, rgba(12, 12, 33, .5)), url(/build/website/images/background-starburst.f9a61f8e.jpg) 50% no-repeat;
    background-size: cover
}

.reactoonz .content-video {
    background: linear-gradient(270deg, #0c0c21, rgba(12, 12, 33, .1) .63%), linear-gradient(90deg, #1a0c21, #0c0c21 0, rgba(12, 12, 33, .1) .63%), linear-gradient(180deg, rgba(12, 12, 33, .8), rgba(12, 12, 33, .1) 20%), linear-gradient(180deg, rgba(12, 12, 33, .1) 20%, rgba(12, 12, 33, .5)), url(/build/website/images/background-reactoonz-video.afa05502.jpg) 50% no-repeat;
    background-size: cover
}

.jammin-jars .content-video {
    background: linear-gradient(270deg, #0c0c21, rgba(12, 12, 33, .1) .63%), linear-gradient(90deg, #1a0c21, #0c0c21 0, rgba(12, 12, 33, .1) .63%), linear-gradient(180deg, rgba(12, 12, 33, .8), rgba(12, 12, 33, .1) 20%), linear-gradient(180deg, rgba(12, 12, 33, .1) 20%, rgba(12, 12, 33, .5)), url(/build/website/images/background-jammin-jars-video.40d71f22.jpg) 50% no-repeat;
    background-size: cover
}

.gonzos-quest .content-video {
    background: linear-gradient(270deg, #0c0c21, rgba(12, 12, 33, .1) .63%), linear-gradient(90deg, #1a0c21, #0c0c21 0, rgba(12, 12, 33, .1) .63%), linear-gradient(180deg, rgba(12, 12, 33, .8), rgba(12, 12, 33, .1) 20%), linear-gradient(180deg, rgba(12, 12, 33, .1) 20%, rgba(12, 12, 33, .5)), url(/build/website/images/background-gonzos-quest-video.a5e5ff4e.jpg) 50% no-repeat;
    background-size: cover
}

.sizzling-hot .content-video {
    background: linear-gradient(270deg, #0c0c21, rgba(12, 12, 33, .1) .63%), linear-gradient(90deg, #1a0c21, #0c0c21 0, rgba(12, 12, 33, .1) .63%), linear-gradient(180deg, rgba(12, 12, 33, .8), rgba(12, 12, 33, .1) 20%), linear-gradient(180deg, rgba(12, 12, 33, .1) 20%, rgba(12, 12, 33, .5)), url(/build/website/images/background-sizzling-hot-video.4bdcb435.jpg) 50% no-repeat;
    background-size: cover
}

.fire-joker .content-video {
    background: linear-gradient(270deg, #0c0c21, rgba(12, 12, 33, .1) .63%), linear-gradient(90deg, #1a0c21, #0c0c21 0, rgba(12, 12, 33, .1) .63%), linear-gradient(180deg, rgba(12, 12, 33, .8), rgba(12, 12, 33, .1) 20%), linear-gradient(180deg, rgba(12, 12, 33, .1) 20%, rgba(12, 12, 33, .5)), url(/build/website/images/background-fire-joker-video.483ecb6c.jpg) 50% no-repeat;
    background-size: cover
}

.twin-spin .content-video {
    background: linear-gradient(270deg, #0c0c21, rgba(12, 12, 33, .1) .63%), linear-gradient(90deg, #1a0c21, #0c0c21 0, rgba(12, 12, 33, .1) .63%), linear-gradient(180deg, rgba(12, 12, 33, .8), rgba(12, 12, 33, .1) 20%), linear-gradient(180deg, rgba(12, 12, 33, .1) 20%, rgba(12, 12, 33, .5)), url(/build/website/images/background-twin-spin-video.2a085822.jpg) 50% no-repeat;
    background-size: cover
}

.super-hot .content-video {
    background: linear-gradient(270deg, #0c0c21, rgba(12, 12, 33, .1) .63%), linear-gradient(90deg, #1a0c21, #0c0c21 0, rgba(12, 12, 33, .1) .63%), linear-gradient(180deg, rgba(12, 12, 33, .8), rgba(12, 12, 33, .1) 20%), linear-gradient(180deg, rgba(12, 12, 33, .1) 20%, rgba(12, 12, 33, .5)), url(/build/website/images/background-40-super-hot-video.f41b9c94.jpg) 50% no-repeat;
    background-size: cover
}

.bonanza .content-video {
    background: linear-gradient(270deg, #0c0c21, rgba(12, 12, 33, .1) .63%), linear-gradient(90deg, #1a0c21, #0c0c21 0, rgba(12, 12, 33, .1) .63%), linear-gradient(180deg, rgba(12, 12, 33, .8), rgba(12, 12, 33, .1) 20%), linear-gradient(180deg, rgba(12, 12, 33, .1) 20%, rgba(12, 12, 33, .5)), url(/build/website/images/background-bonanza-video.bf84a28f.jpg) 50% no-repeat;
    background-size: cover
}

.content-video.jammin-jars-2 {
    background: linear-gradient(270deg, #0c0c21, rgba(12, 12, 33, .1) .63%), linear-gradient(90deg, #1a0c21, #0c0c21 0, rgba(12, 12, 33, .1) .63%), linear-gradient(180deg, rgba(12, 12, 33, .8), rgba(12, 12, 33, .1) 20%), linear-gradient(180deg, rgba(12, 12, 33, .1) 20%, rgba(12, 12, 33, .5)), url(/build/website/images/background-jammin-jars-2-video.c1747243.jpg) 50% no-repeat;
    background-size: cover
}

.content-video h2 {
    margin-top: 0
}

.content-video .content {
    width: 50%
}

.content-video__wrap {
    align-items: center;
    display: flex
}

.content-video__wrap .content {
    margin-right: 24px;
    width: 50%
}

.content-video__frame {
    position: relative;
    width: calc(50% - 24px)
}

.iframe-wrap {
    border: 4px solid #fff;
    border-radius: 8px;
    padding-bottom: 56.6%;
    position: relative;
    width: 100%
}

.iframe-wrap iframe, .iframe-wrap img {
    height: 100%;
    width: 100%
}

.iframe-wrap iframe {
    display: none;
    left: 0;
    position: absolute;
    top: 0
}

.iframe__start {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5
}

@media (max-width: 991px) {
    .content-video__wrap {
        flex-direction: column
    }

    .content-video__wrap .content {
        margin-right: 0;
        width: 100%
    }

    .content-video__frame {
        margin-top: 24px;
        max-width: 552px;
        width: 100%
    }

    .book-of-dead .content-video {
        background: linear-gradient(270deg, #0c0c21, rgba(12, 12, 33, .1) .63%), linear-gradient(90deg, #1a0c21, #0c0c21 0, rgba(12, 12, 33, .1) .63%), linear-gradient(180deg, rgba(12, 12, 33, .3), rgba(12, 12, 33, .1) 20%), linear-gradient(180deg, rgba(12, 12, 33, .1) 20%, rgba(12, 12, 33, .5)), url(/build/website/images/background-book-of-dead.d0644037.jpg) bottom no-repeat;
        background-size: cover
    }

    .reactoonz .content-video {
        background: linear-gradient(270deg, #0c0c21, rgba(12, 12, 33, .1) .63%), linear-gradient(90deg, #1a0c21, #0c0c21 0, rgba(12, 12, 33, .1) .63%), linear-gradient(180deg, rgba(12, 12, 33, .8), rgba(12, 12, 33, .1) 20%), linear-gradient(180deg, rgba(12, 12, 33, .1) 20%, rgba(12, 12, 33, .5)), url(/build/website/images/background-reactoonz.36785580.jpg) 50% no-repeat;
        background-size: cover
    }
}

.other-games {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px
}

.other-games__card {
    align-items: flex-end;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    height: 294px;
    margin-bottom: 24px;
    margin-right: 12px;
    padding: 12px;
    position: relative;
    width: 216px
}

.other-games__card:nth-child(5n+5) {
    margin-right: 0
}

.other-games__card:before {
    background: linear-gradient(180deg, rgba(42, 44, 57, 0), #2a2c39 65.34%, #2a2c39);
    content: "";
    height: 100%;
    z-index: 2
}

.other-games__card picture, .other-games__card:before {
    border-radius: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.other-games__card picture {
    height: calc(100% - 2px);
    object-fit: cover;
    overflow: hidden;
    z-index: 1
}

.other-games__card picture img {
    width: 100%
}

.other-games__info {
    position: relative;
    width: 100%;
    z-index: 3
}

.other-games__info .btn {
    max-width: 100%;
    text-align: center;
    width: 100%
}

.other-games__info table {
    width: 100%
}

.other-games__info caption {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.33;
    margin-bottom: 8px;
    text-align: left
}

.other-games__info caption a {
    color: inherit;
    font-size: inherit
}

.other-games__info .other-games__category {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29
}

.other-games__info .other-games__value {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.29;
    text-align: right
}

@media (max-width: 1148px) {
    .other-games__card {
        width: calc(20% - 10px)
    }
}

@media (max-width: 991px) {
    .other-games__card {
        width: calc(25% - 9px)
    }

    .other-games__card:nth-child(5n+5) {
        margin-right: 12px
    }

    .other-games__card:nth-child(4n+4) {
        margin-right: 0
    }
}

@media (max-width: 800px) {
    .other-games__card {
        margin-bottom: 12px;
        width: calc(33% - 6px)
    }

    .other-games__card:nth-child(4n+4) {
        margin-right: 12px
    }

    .other-games__card:nth-child(3n+3) {
        margin-right: 0
    }
}

@media (max-width: 620px) {
    .other-games__card {
        width: calc(50% - 6px)
    }

    .other-games__card:nth-child(3n+3) {
        margin-right: 12px
    }

    .other-games__card:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 400px) {
    .other-games__card {
        height: 240px;
        width: 100%
    }

    .other-games__card:nth-child(odd) {
        margin-right: 0
    }
}

.author {
    background: #16161f;
    padding: 36px 0;
    position: relative
}

.author:after {
    clear: both;
    content: "";
    display: block
}

.author__columns {
    display: flex;
    margin-top: 24px
}

.author__columns .author {
    background: linear-gradient(90deg, #313848, #343a49 51.48%, #1e232f);
    border-radius: 8px;
    color: #fff;
    padding: 12px;
    width: calc(33% - 13px)
}

.author__columns .author:not(:last-child) {
    margin-right: 24px
}

.author__columns .author-profile {
    border-radius: 8px;
    float: left;
    height: 120px;
    margin: 0 12px 0 0;
    overflow: hidden;
    position: relative;
    width: 120px
}

.author__columns .author-profile img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center top;
    position: absolute;
    top: 0;
    width: 100%
}

.author__columns .author-info {
    min-height: 50px
}

.author__columns .author-name {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33
}

.author__columns .author-social {
    align-items: center;
    display: flex;
    margin-top: 4px
}

.author__columns .author-function {
    color: #89acc9;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29
}

.author__columns .author-description p:first-child {
    margin-top: 0
}

@media (max-width: 991px) {
    .author__columns {
        flex-direction: column
    }

    .author__columns .author {
        margin-bottom: 12px;
        width: 100%
    }

    .author__columns .author:not(:last-child) {
        margin-right: 0
    }
}

@media (max-width: 500px) {
    .author {
        padding: 24px 0
    }

    .author__columns .author-profile {
        height: 96px;
        width: 96px
    }
}

.faqs {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    padding-bottom: 36px
}

.faq {
    border: 1px solid #6e7085;
    border-radius: 8px;
    color: #fff;
    min-height: 126px;
    padding: 12px;
    width: 100%
}

.faq:not(:last-child) {
    margin-bottom: 12px
}

.book-of-dead .faq {
    background: url(/build/website/images/faq-book-of-dead.c27b3a9d.jpg) 100% 100% no-repeat;
    background-size: cover
}

.book-of-ra .faq {
    background: url(/build/website/images/faq-book-of-ra.a04d28f4.jpg) 100% 100% no-repeat;
    background-size: cover
}

.starburst .faq {
    background: url(/build/website/images/faq-starburst.d451a594.jpg) 100% 100% no-repeat;
    background-size: cover
}

.reactoonz .faq {
    background: url(/build/website/images/faq-reactoonz.1af67399.jpg) 100% 0 no-repeat;
    background-size: cover
}

.jammin-jars .faq {
    background: url(/build/website/images/faq-jammin-jars.f554d357.jpg) 100% 0 no-repeat;
    background-size: cover
}

.gonzos-quest .faq {
    background: url(/build/website/images/faq-gonzos-quest.a0fa753d.jpg) 100% 0 no-repeat;
    background-size: cover
}

.sizzling-hot .faq {
    background: url(/build/website/images/faq-sizzling-hot.158978d7.jpg) 100% 0 no-repeat;
    background-size: cover
}

.fire-joker .faq {
    background: url(/build/website/images/faq-fire-joker.327b3619.jpg) 100% 0 no-repeat;
    background-size: cover
}

.twin-spin .faq {
    background: url(/build/website/images/faq-twin-spin.5b2f0c12.jpg) 100% 0 no-repeat;
    background-size: cover
}

.super-hot .faq {
    background: url(/build/website/images/faq-super-hot.bb55420c.jpg) 100% 0 no-repeat;
    background-size: cover
}

.bonanza .faq {
    background: url(/build/website/images/faq-bonanza.301bb3a0.jpg) 100% 0 no-repeat;
    background-size: cover
}

.faq.jammin-jars-2 {
    background: url(/build/website/images/faq-jammin-jars-2.985c9bdb.jpg) 100% 0 no-repeat;
    background-size: cover
}

.faq__question {
    font-size: 18px;
    line-height: 1.22
}

.faq__answer {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.5;
    margin-top: 8px
}

.faq__answer ul {
    list-style: disc;
    padding-left: 20px
}

@media (max-width: 991px) {
    .faqs {
        margin-top: 12px;
        padding-bottom: 24px
    }
}

@media (max-width: 600px) {
    .book-of-dead .faq {
        background: url(/build/website/images/faq-mobile-book-of-dead.1f2f6f2f.jpg) 100% 100% no-repeat;
        background: url(/build/website/images/faq-mobile-book-of-ra.f1050a85.jpg) 100% 100% no-repeat;
        background-size: cover
    }

    .starburst .faq {
        background: url(/build/website/images/faq-mobile-starburst.ca341102.jpg) 100% 100% no-repeat;
        background-size: cover
    }

    .reactoonz .faq {
        background: url(/build/website/images/faq-mobile-reactoonz.97963b21.jpg) 100% 100% no-repeat;
        background-size: cover
    }

    .jammin-jars .faq {
        background: url(/build/website/images/faq-mobile-jammin-jars.06a09809.jpg) 100% 100% no-repeat;
        background-size: cover
    }

    .gonzos-quest .faq {
        background: url(/build/website/images/faq-mobile-gonzos-quest.a350058a.jpg) 100% 100% no-repeat;
        background-size: cover
    }

    .sizzling-hot .faq {
        background: url(/build/website/images/faq-mobile-sizzling-hot.4383358c.jpg) 100% 100% no-repeat;
        background-size: cover
    }

    .fire-joker .faq {
        background: url(/build/website/images/faq-mobile-fire-joker.b73dc35e.jpg) 100% 100% no-repeat;
        background-size: cover
    }

    .twin-spin .faq {
        background: url(/build/website/images/faq-twin-spin.5b2f0c12.jpg) 100% 0 no-repeat;
        background-size: cover
    }

    .super-hot .faq {
        background: url(/build/website/images/faq-super-hot.bb55420c.jpg) 100% 0 no-repeat;
        background-size: cover
    }

    .bonanza .faq {
        background: url(/build/website/images/faq-bonanza.301bb3a0.jpg) 100% 0 no-repeat;
        background-size: cover
    }
}

.footer {
    background: #0d0e17;
    padding: 12px 0 24px
}

.footer__wrap {
    display: flex
}

.footer__row {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.footer-col {
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

.footer-col:first-child {
    margin-right: 24px;
    width: 264px
}

.footer-col:nth-child(2) {
    flex: 1
}

.footer-col:last-child {
    margin-left: 24px;
    width: 168px
}

.footer__comp {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 12px 0;
    margin-left: 24px
}

.footer__comp > div {
    width: calc(33.333% - 5px)
}

.footer__comp > :not(:last-child) {
    margin-right: 12px
}

.footer__langs {
    background: #1c1d27;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    min-height: 126px;
    padding: 12px
}

.footer__langs-title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .2px;
    line-height: 1.43
}

.footer__langs-list {
    display: flex;
    flex-wrap: wrap
}

.footer__langs-item {
    height: 17px;
    margin-bottom: 12px;
    width: calc(25% - 9px)
}

.footer__langs-item:not(:nth-child(4n+4)) {
    margin-right: 12px
}

.footer__langs-item img {
    border-radius: 2px;
    height: 17px;
    width: 27px
}

.footer-logo {
    margin-right: 24px
}

.footer__nav {
    flex: 1
}

.footer__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.footer__item {
    max-width: calc(50% - 12px);
    min-width: 35%
}

.footer__item:nth-child(odd) {
    margin-right: 24px
}

.footer__link {
    font-size: 16px;
    padding: 5px 10px
}

.footer__disclaimer {
    display: flex;
    flex-direction: column;
    margin-top: auto
}

.footer__disclaimer-title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.43
}

.footer__disclaimer-text p {
    font-size: 14px;
    line-height: 1.29
}

.footer__img {
    align-items: center;
    display: flex
}

.footer__img--lg {
    height: 40px;
    margin-bottom: 8px;
    margin-right: 12px;
    min-width: 40px;
    width: 40px
}

.footer__img--lg img {
    height: 100%;
    width: 100%
}

.footer__img--sm {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 200px
}

.footer__img--sm a {
    margin-bottom: 5px;
    max-width: calc(50% - 6px)
}

.footer__img--sm a:nth-child(odd) {
    margin-right: 12px
}

.footer__img--sm img {
    max-height: 100%
}

.footer__about {
    margin-top: 4px
}

.footer__about p, .footer__copy {
    font-size: 12px;
    line-height: 1.33
}

.footer__copy {
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 400;
    margin-top: 12px
}

.footer__copy--mob {
    display: none
}

.footer__organization-img {
    max-width: 120px;
    width: 100%
}

@media (max-width: 991px) {
    .footer-col:first-child {
        margin-right: 12px
    }

    .footer-col:last-child {
        margin-left: 12px
    }

    .footer__langs {
        margin-top: 0
    }

    .footer__about {
        margin-top: auto
    }

    .footer__disclaimer-text p {
        font-size: 12px
    }

    .footer-logo img {
        max-width: 142px
    }
}

@media (max-width: 700px) {
    .footer__row {
        flex-wrap: wrap
    }

    .footer-logo {
        margin-right: 0;
        order: 1
    }

    .footer__comp {
        flex: none;
        margin-top: 12px;
        order: 2;
        width: 100%
    }

    .footer__nav {
        flex: auto;
        margin-top: 12px;
        order: 3;
        width: 100%
    }

    .footer__wrap {
        flex-direction: column
    }

    .footer-col {
        margin-top: 12px;
        width: 100%
    }

    .footer-col:first-child {
        margin-right: 0;
        width: 100%
    }

    .footer-col:last-child {
        margin-left: 0;
        width: 100%
    }

    .footer__langs-item:not(:nth-child(4n+4)) {
        margin-right: 10px
    }

    .footer__langs-item {
        margin-bottom: 0;
        margin-right: 10px;
        width: auto
    }

    .footer__langs {
        min-height: auto
    }

    .footer-col .footer__about, .footer-col .footer__copy {
        display: none
    }

    .footer__copy--mob {
        display: block
    }

    .footer__link {
        display: block;
        white-space: pre-wrap
    }
}

@media (max-width: 400px) {
    .footer__item {
        min-width: calc(50% - 12px)
    }
}

.overlay {
    align-items: center;
    background: rgba(0, 0, 0, .75);
    display: flex;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 10px 0;
    position: fixed;
    top: 0;
    transition: opacity .3s ease-in-out;
    visibility: hidden;
    width: 100vw;
    z-index: 910
}

.overlay--open {
    opacity: 1;
    visibility: visible
}

.pop-up {
    background: #30374a;
    border-radius: 8px;
    max-height: 100%;
    overflow-y: auto;
    padding: 12px;
    width: 565px
}

@media (max-width: 575px) {
    .pop-up {
        max-width: calc(100vw - 20px)
    }
}

.pop-up__title {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.pop-up__title .btn-icon {
    margin-left: auto
}

.pop-up__name {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.56
}

.pop-up__text {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.37
}

.pop-up__text p {
    margin-top: 12px
}

.starburst__symbols {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px
}

.starburst__item {
    background: #212633;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    min-width: 270px;
    padding: 12px;
    width: calc(25% - 12px)
}

.starburst__item:not(:nth-child(4n+4)) {
    margin-right: 12px
}

.starburst__info {
    display: flex
}

.starburst__logo {
    border-radius: 8px;
    height: 56px;
    margin-right: 12px;
    min-height: 56px;
    min-width: 56px;
    overflow: hidden;
    width: 56px
}

.starburst__logo img {
    height: 100%;
    width: 100%
}

.starburst__name {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17
}

.starburst__description {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    margin-bottom: 12px;
    margin-top: 8px
}

.starburst__item--main .starburst__info {
    flex-direction: column
}

.starburst__item--main .starburst__logo {
    height: 110px;
    margin-bottom: 12px;
    margin-right: 0;
    width: 100%
}

.starburst__table {
    display: flex;
    flex-direction: column;
    margin-top: auto
}

.starburst__table-row {
    background: #30374a;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 4px
}

.starburst__table-row:not(:last-child) {
    margin-bottom: 4px
}

.starburst__table-icons {
    display: flex
}

.starburst__table-icon {
    border-radius: 8px;
    height: 32px;
    margin-right: 4px;
    overflow: hidden;
    width: 32px
}

.starburst__table-icon img {
    height: 100%;
    width: 100%
}

.starburst__table-value {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 53px;
    padding: 4px;
    text-align: center
}

.starburst__table-value span {
    color: #1c1d27;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1
}

@media (max-width: 1148px) {
    .starburst__item {
        margin-right: 12px;
        width: calc(33% - 6px)
    }

    .starburst__item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media (max-width: 920px) and (min-width: 700px) {
    .starburst__item {
        min-width: auto
    }

    .starburst__table-icon {
        height: 25px;
        width: 25px
    }

    .starburst__table-value {
        min-width: 40px
    }

    .starburst__table-value span {
        font-size: 16px
    }

    .starburst__item--main .starburst__logo {
        height: auto
    }

    .starburst__name {
        font-size: 20px
    }
}

@media (max-width: 699px) {
    .starburst__item {
        margin-right: 0;
        width: calc(50% - 6px)
    }

    .starburst__item:not(:nth-child(4n+4)), .starburst__item:nth-child(4n+4) {
        margin-right: 0
    }

    .starburst__item:nth-child(odd) {
        margin-right: 12px
    }

    .starburst__item--main .starburst__logo {
        height: auto
    }

    .starburst__logo {
        height: 44px;
        min-height: 44px;
        min-width: 44px;
        width: 44px
    }

    .starburst__name {
        font-size: 16px
    }
}

@media (max-width: 585px) {
    .starburst__symbols {
        justify-content: center
    }

    .starburst__item {
        max-width: 400px;
        width: 100%
    }

    .starburst__item:nth-child(odd) {
        margin-right: 0
    }
}

.symbols-book-of-dead {
    margin-top: 24px
}

.symbols-book-of-dead__row {
    background: linear-gradient(90deg, #313848, #343a49 51.48%, #1e232f);
    border-radius: 8px;
    display: flex;
    min-height: 72px;
    padding: 8px
}

.symbols-book-of-dead__row:not(:last-child) {
    margin-bottom: 8px
}

.symbols-book-of-dead__row-logo {
    height: 56px;
    margin-right: 12px;
    min-width: 56px;
    width: 56px
}

.symbols-book-of-dead__row-logo img {
    border-radius: 8px;
    height: 100%;
    width: 100%
}

.symbols-book-of-dead__row-info, .symbols-book-of-dead__row-option {
    display: flex;
    flex-direction: column
}

.symbols-book-of-dead__row-info {
    max-width: 500px;
    width: 100%
}

.symbols-book-of-dead__row-option {
    flex: 1;
    margin-left: 16px
}

.symbols-book-of-dead__name {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25
}

.symbols-book-of-dead__desc, .symbols-book-of-dead__symbols {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    margin-top: 4px
}

.symbols-book-of-dead__symbols {
    color: #a1c1dc;
    white-space: nowrap
}

.symbols-book-of-dead__desc {
    color: #b5b7d1
}

@media (max-width: 700px) {
    .symbols-book-of-dead__row {
        flex-wrap: wrap
    }

    .symbols-book-of-dead__row-option {
        margin-left: 0;
        margin-top: 12px;
        min-width: calc(25% - 6px);
        width: calc(25% - 6px)
    }

    .symbols-book-of-dead__row-option:not(:last-child) {
        margin-right: 8px
    }

    .symbols-book-of-dead__row-logo {
        height: 72px;
        margin-right: 8px;
        width: 72px
    }

    .symbols-book-of-dead__row-info {
        max-width: calc(100% - 80px)
    }
}

@media (max-width: 500px) {
    .symbols-book-of-dead__row-option {
        min-width: calc(50% - 4px);
        width: calc(50% - 4px)
    }

    .symbols-book-of-dead__row-option:not(:last-child) {
        margin-right: 0
    }

    .symbols-book-of-dead__row-option:nth-child(odd) {
        margin-right: 8px
    }
}

.reactoonz__symbols {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px
}

.reactoonz__item {
    background: #212633;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    min-width: 270px;
    padding: 12px;
    width: calc(33% - 6px)
}

.reactoonz__item:not(:nth-child(3n+3)) {
    margin-right: 12px
}

.reactoonz__info {
    display: flex
}

.reactoonz__logo {
    border-radius: 8px;
    height: 56px;
    margin-right: 12px;
    min-height: 56px;
    min-width: 56px;
    overflow: hidden;
    width: 56px
}

.reactoonz__logo img {
    height: 100%;
    width: 100%
}

.reactoonz__name {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17
}

.reactoonz__description {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    margin-bottom: 12px;
    margin-top: 8px
}

.reactoonz__item--main .reactoonz__info {
    flex-direction: column
}

.reactoonz__item--main .reactoonz__logo {
    height: 150px;
    margin-bottom: 12px;
    margin-right: 0;
    width: 100%
}

.reactoonz__table {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto
}

.reactoonz__table-row {
    background: #30374a;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    padding: 4px;
    width: calc(50% - 3px)
}

.reactoonz__table-row:nth-child(odd) {
    margin-right: 6px
}

.reactoonz__table-row :nth-last-child(n+2) {
    margin-bottom: 0
}

.reactoonz__table-icons {
    display: flex;
    position: relative
}

.reactoonz__table-label {
    align-items: center;
    background: #404659;
    border-radius: 2px;
    bottom: 0;
    color: #b5b7d1;
    display: flex;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 16px;
    min-height: 16px;
    min-width: 29px;
    padding: 0 2px;
    position: absolute;
    right: -15px
}

.reactoonz__table-icon {
    border-radius: 8px;
    height: 32px;
    margin-right: 4px;
    overflow: hidden;
    width: 32px
}

.reactoonz__table-icon img {
    height: 100%;
    width: 100%
}

.reactoonz__table-value {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 53px;
    padding: 4px;
    text-align: center
}

.reactoonz__table-value span {
    color: #1c1d27;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1
}

@media (max-width: 991px) and (min-width: 600px) {
    .reactoonz__item {
        margin-right: 0;
        width: calc(50% - 6px)
    }

    .reactoonz__item:not(:nth-child(3n+3)) {
        margin-right: 0
    }

    .reactoonz__item:nth-child(odd) {
        margin-right: 12px
    }
}

@media (max-width: 600px) {
    .reactoonz__item:not(:nth-child(3n+3)), .reactoonz__item:nth-child(odd) {
        margin-right: 0
    }

    .reactoonz__item {
        width: 100%
    }

    .reactoonz__item:last-child {
        margin-bottom: 0
    }
}

.jammin-jars__symbols {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px
}

.jammin-jars__item {
    background: #212633;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    min-width: 270px;
    padding: 12px;
    width: calc(33.33333% - 8px)
}

.jammin-jars__item:not(:nth-child(3n+4)) {
    margin-right: 12px
}

.jammin-jars__info {
    display: flex
}

.jammin-jars__logo {
    border-radius: 8px;
    height: 56px;
    margin-right: 12px;
    min-height: 56px;
    min-width: 56px;
    overflow: hidden;
    width: 56px
}

.jammin-jars__logo img {
    height: 100%;
    width: 100%
}

.jammin-jars__name {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17
}

.jammin-jars__description {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    margin-bottom: 12px;
    margin-top: 8px
}

.jammin-jars__item--main {
    width: 100%
}

.jammin-jars__item--main:first-child {
    margin-right: 0
}

.jammin-jars__main-wr {
    display: flex
}

.jammin-jars__main-wr .jammin-jars__logo {
    height: 150px;
    margin-right: 12px;
    width: auto
}

.jammin-jars__main-wr-text {
    max-width: 350px
}

.jammin-jars__table {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto
}

.jammin-jars__table-row {
    background: #30374a;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    padding: 4px;
    width: calc(50% - 3px)
}

.jammin-jars__table-row:nth-child(odd) {
    margin-right: 6px
}

.jammin-jars__table-row :nth-last-child(n+2) {
    margin-bottom: 0
}

.jammin-jars__table-icons {
    display: flex;
    position: relative
}

.jammin-jars__table-label {
    align-items: center;
    background: #404659;
    border-radius: 2px;
    bottom: 0;
    color: #b5b7d1;
    display: flex;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 16px;
    min-height: 16px;
    min-width: 29px;
    padding: 0 2px;
    position: absolute;
    right: -15px
}

.jammin-jars__table-icon {
    border-radius: 8px;
    height: 32px;
    margin-right: 4px;
    overflow: hidden;
    width: 32px
}

.jammin-jars__table-icon img {
    height: 100%;
    width: 100%
}

.jammin-jars__table-value {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 53px;
    min-width: 70px;
    padding: 4px;
    text-align: center
}

.jammin-jars__table-value span {
    color: #1c1d27;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1
}

.jammin-jars_table-image {
    border-radius: 8px;
    width: 100%
}

@media (max-width: 991px) and (min-width: 600px) {
    .jammin-jars__item {
        margin-right: 0;
        width: calc(50% - 6px)
    }

    .jammin-jars__item:not(:nth-child(3n+4)) {
        margin-right: 0
    }

    .jammin-jars__item:nth-child(odd) {
        margin-right: 12px
    }

    .jammin-jars__main-wr {
        flex-direction: column
    }

    .jammin-jars__main-wr .jammin-jars__logo {
        margin-bottom: 12px;
        margin-right: 0
    }

    .jammin-jars__main-wr-text {
        max-width: 100%
    }
}

@media (max-width: 600px) {
    .jammin-jars__item:not(:nth-child(3n+4)), .jammin-jars__item:nth-child(odd) {
        margin-right: 0
    }

    .jammin-jars__item {
        width: 100%
    }

    .jammin-jars__item:last-child {
        margin-bottom: 0
    }

    .jammin-jars__main-wr {
        flex-direction: column
    }

    .jammin-jars__main-wr .jammin-jars__logo {
        margin-bottom: 12px;
        margin-right: 0
    }
}

.gonzos-quest__symbols {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px
}

.gonzos-quest__item {
    background: #212633;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    min-width: 270px;
    padding: 12px;
    width: calc(33.33333% - 8px)
}

.gonzos-quest__item:not(:nth-child(3n+3)) {
    margin-right: 12px
}

.gonzos-quest__info {
    display: flex
}

.gonzos-quest__logo {
    border-radius: 8px;
    height: 56px;
    margin-right: 12px;
    min-height: 56px;
    min-width: 56px;
    overflow: hidden;
    width: 56px
}

.gonzos-quest__logo img {
    height: 100%;
    width: 100%
}

.gonzos-quest__name {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17
}

.gonzos-quest__description {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    margin-bottom: 12px;
    margin-top: 8px
}

.gonzos-quest__item--main .gonzos-quest__info {
    flex-direction: column
}

.gonzos-quest__item--main .gonzos-quest__logo {
    height: 152px;
    margin-bottom: 12px;
    margin-right: 0;
    width: 100%
}

.gonzos-quest__table {
    display: flex;
    flex-direction: column;
    margin-top: auto
}

.gonzos-quest__table-row {
    background: #30374a;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 4px
}

.gonzos-quest__table-row:not(:last-child) {
    margin-bottom: 4px
}

.gonzos-quest__table-icons {
    display: flex
}

.gonzos-quest__table-icon {
    border-radius: 8px;
    height: 32px;
    margin-right: 4px;
    overflow: hidden;
    width: 32px
}

.gonzos-quest__table-icon img {
    height: 100%;
    width: 100%
}

.gonzos-quest__table-value {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 66px;
    padding: 4px;
    text-align: center
}

.gonzos-quest__table-value span {
    color: #1c1d27;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1
}

@media (max-width: 1148px) {
    .gonzos-quest__item {
        margin-right: 12px;
        width: calc(33% - 6px)
    }

    .gonzos-quest__item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media (max-width: 920px) and (min-width: 700px) {
    .gonzos-quest__item {
        min-width: auto
    }

    .gonzos-quest__table-icon {
        height: 25px;
        width: 25px
    }

    .gonzos-quest__table-value {
        min-width: 40px
    }

    .gonzos-quest__table-value span {
        font-size: 16px
    }

    .gonzos-quest__item--main .gonzos-quest__logo {
        height: auto
    }

    .gonzos-quest__name {
        font-size: 20px
    }
}

@media (max-width: 699px) {
    .gonzos-quest__item {
        margin-right: 0;
        width: calc(50% - 6px)
    }

    .gonzos-quest__item:not(:nth-child(4n+4)), .gonzos-quest__item:nth-child(4n+4) {
        margin-right: 0
    }

    .gonzos-quest__item:nth-child(odd) {
        margin-right: 12px
    }

    .gonzos-quest__item--main .gonzos-quest__logo {
        height: auto
    }

    .gonzos-quest__logo {
        height: 44px;
        min-height: 44px;
        min-width: 44px;
        width: 44px
    }

    .gonzos-quest__name {
        font-size: 16px
    }
}

@media (max-width: 585px) {
    .gonzos-quest__symbols {
        justify-content: center
    }

    .gonzos-quest__item {
        max-width: 400px;
        width: 100%
    }

    .gonzos-quest__item:nth-child(odd) {
        margin-right: 0
    }
}

.bonanza__symbols {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px
}

.bonanza__item {
    background: #212633;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    min-width: 270px;
    padding: 12px;
    width: calc(25% - 9px)
}

.bonanza__item:not(:nth-child(4n+4)) {
    margin-right: 12px
}

.bonanza__info {
    display: flex
}

.bonanza__logo {
    border-radius: 8px;
    height: 56px;
    margin-right: 12px;
    min-height: 56px;
    min-width: 56px;
    overflow: hidden;
    width: 56px
}

.bonanza__logo img {
    height: 100%;
    width: 100%
}

.bonanza__name {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17
}

.bonanza__description {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    margin-bottom: 12px;
    margin-top: 8px
}

.bonanza__item--main .bonanza__info {
    flex-direction: column
}

.bonanza__item--main .bonanza__logo {
    height: 152px;
    margin-bottom: 12px;
    margin-right: 0;
    width: 100%
}

.bonanza__table {
    display: flex;
    flex-direction: column;
    margin-top: auto
}

.bonanza__table-row {
    background: #30374a;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 4px
}

.bonanza__table-row:not(:last-child) {
    margin-bottom: 4px
}

.bonanza__table-icons {
    align-items: center;
    display: flex
}

.bonanza__table-icon {
    border-radius: 8px;
    height: 24px;
    margin-right: 4px;
    overflow: hidden;
    width: 24px
}

.bonanza__table-icon img {
    height: 100%;
    width: 100%
}

.bonanza__table-value {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 66px;
    padding: 4px;
    text-align: center
}

.bonanza__table-value span {
    color: #1c1d27;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1
}

@media (max-width: 1148px) {
    .bonanza__item {
        margin-right: 12px;
        width: calc(33% - 6px)
    }

    .bonanza__item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media (max-width: 920px) and (min-width: 700px) {
    .bonanza__item {
        min-width: auto
    }

    .bonanza__table-icon {
        height: 25px;
        width: 25px
    }

    .bonanza__table-value {
        min-width: 40px
    }

    .bonanza__table-value span {
        font-size: 16px
    }

    .bonanza__item--main .bonanza__logo {
        height: auto
    }

    .bonanza__name {
        font-size: 20px
    }
}

@media (max-width: 699px) {
    .bonanza__item {
        margin-right: 0;
        width: calc(50% - 6px)
    }

    .bonanza__item:not(:nth-child(4n+4)), .bonanza__item:nth-child(4n+4) {
        margin-right: 0
    }

    .bonanza__item:nth-child(odd) {
        margin-right: 12px
    }

    .bonanza__item--main .bonanza__logo {
        height: auto
    }

    .bonanza__logo {
        height: 44px;
        min-height: 44px;
        min-width: 44px;
        width: 44px
    }

    .bonanza__name {
        font-size: 16px
    }
}

@media (max-width: 585px) {
    .bonanza__symbols {
        justify-content: center
    }

    .bonanza__item {
        max-width: 400px;
        width: 100%
    }

    .bonanza__item:nth-child(odd) {
        margin-right: 0
    }
}

.sizzling-hot__symbols {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px
}

.sizzling-hot__item {
    background: #212633;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    min-width: 270px;
    padding: 12px;
    width: calc(25% - 12px)
}

.sizzling-hot__item:not(:nth-child(4n+4)) {
    margin-right: 12px
}

.sizzling-hot__info {
    display: flex
}

.sizzling-hot__logo {
    height: 56px;
    margin-right: 12px;
    min-height: 56px;
    min-width: 56px;
    width: 56px
}

.sizzling-hot__logo img {
    height: 100%;
    width: 100%
}

.sizzling-hot__name {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17
}

.sizzling-hot__description {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    margin-bottom: 12px;
    margin-top: 8px
}

.sizzling-hot__table {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    min-height: 172px
}

.sizzling-hot__table-row {
    background: #30374a;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 4px
}

.sizzling-hot__table-row:not(:last-child) {
    margin-bottom: 4px
}

.sizzling-hot__table-icons {
    display: flex
}

.sizzling-hot__table-icon {
    border-radius: 8px;
    height: 32px;
    margin-right: 4px;
    overflow: hidden;
    width: 32px
}

.sizzling-hot__table-icon img {
    height: 100%;
    width: 100%
}

.sizzling-hot__table-value {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 53px;
    padding: 4px;
    text-align: center
}

.sizzling-hot__table-value span {
    color: #1c1d27;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1
}

@media (max-width: 1148px) {
    .sizzling-hot__item {
        margin-right: 12px;
        width: calc(33% - 6px)
    }

    .sizzling-hot__item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media (max-width: 920px) and (min-width: 700px) {
    .sizzling-hot__item {
        min-width: auto
    }

    .sizzling-hot__table-icon {
        height: 25px;
        width: 25px
    }

    .sizzling-hot__table-value {
        min-width: 40px
    }

    .sizzling-hot__table-value span {
        font-size: 16px
    }

    .sizzling-hot__item--main .sizzling-hot__logo {
        height: auto
    }

    .sizzling-hot__name {
        font-size: 20px
    }

    .sizzling-hot__table {
        min-height: 144px
    }
}

@media (max-width: 699px) {
    .sizzling-hot__item {
        margin-right: 0;
        width: calc(50% - 6px)
    }

    .sizzling-hot__item:not(:nth-child(4n+4)), .sizzling-hot__item:nth-child(4n+4) {
        margin-right: 0
    }

    .sizzling-hot__item:nth-child(odd) {
        margin-right: 12px
    }

    .sizzling-hot__item--main .sizzling-hot__logo {
        height: auto
    }

    .sizzling-hot__logo {
        height: 44px;
        min-height: 44px;
        min-width: 44px;
        width: 44px
    }

    .sizzling-hot__name {
        font-size: 16px
    }
}

@media (max-width: 588px) {
    .sizzling-hot__symbols {
        justify-content: center
    }

    .sizzling-hot__item {
        max-width: 400px;
        width: 100%
    }

    .sizzling-hot__item:nth-child(odd) {
        margin-right: 0
    }

    .sizzling-hot__table {
        min-height: auto
    }
}

.forty-super-hot__symbols {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px
}

.forty-super-hot__item {
    background: #212633;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    min-width: 270px;
    padding: 12px;
    width: calc(25% - 12px)
}

.forty-super-hot__item:not(:nth-child(4n+4)) {
    margin-right: 12px
}

.forty-super-hot__info {
    display: flex
}

.forty-super-hot__logo {
    height: 56px;
    margin-right: 12px;
    min-height: 56px;
    min-width: 56px;
    width: 56px
}

.forty-super-hot__logo img {
    height: 100%;
    width: 100%
}

.forty-super-hot__name {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17
}

.forty-super-hot__description {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    margin-bottom: 12px;
    margin-top: 8px
}

.forty-super-hot__table {
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
    min-height: 128px
}

.forty-super-hot__table-row {
    background: #30374a;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 4px
}

.forty-super-hot__table-row:not(:last-child) {
    margin-bottom: 4px
}

.forty-super-hot__table-icons {
    display: flex
}

.forty-super-hot__table-icon {
    border-radius: 8px;
    height: 32px;
    margin-right: 4px;
    overflow: hidden;
    width: 32px
}

.forty-super-hot__table-icon img {
    height: 100%;
    width: 100%
}

.forty-super-hot__table-value {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 53px;
    padding: 4px;
    text-align: center
}

.forty-super-hot__table-value span {
    color: #1c1d27;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1
}

@media (max-width: 1148px) {
    .forty-super-hot__item {
        margin-right: 12px;
        width: calc(33% - 6px)
    }

    .forty-super-hot__item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media (max-width: 920px) and (min-width: 700px) {
    .forty-super-hot__item {
        min-width: auto
    }

    .forty-super-hot__table-icon {
        height: 25px;
        width: 25px
    }

    .forty-super-hot__table-value {
        min-width: 40px
    }

    .forty-super-hot__table-value span {
        font-size: 16px
    }

    .forty-super-hot__item--main .forty-super-hot__logo {
        height: auto
    }

    .forty-super-hot__name {
        font-size: 20px
    }

    .forty-super-hot__table {
        min-height: 144px
    }
}

@media (max-width: 699px) {
    .forty-super-hot__item {
        margin-right: 0;
        width: calc(50% - 6px)
    }

    .forty-super-hot__item:not(:nth-child(4n+4)), .forty-super-hot__item:nth-child(4n+4) {
        margin-right: 0
    }

    .forty-super-hot__item:nth-child(odd) {
        margin-right: 12px
    }

    .forty-super-hot__item--main .forty-super-hot__logo {
        height: auto
    }

    .forty-super-hot__logo {
        height: 44px;
        min-height: 44px;
        min-width: 44px;
        width: 44px
    }

    .forty-super-hot__name {
        font-size: 16px
    }
}

@media (max-width: 588px) {
    .forty-super-hot__symbols {
        justify-content: center
    }

    .forty-super-hot__item {
        max-width: 400px;
        width: 100%
    }

    .forty-super-hot__item:nth-child(odd) {
        margin-right: 0
    }

    .forty-super-hot__table {
        min-height: auto
    }
}

.fire-joker__symbols {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px
}

.fire-joker__item {
    background: #212633;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    margin-right: 12px;
    min-width: 270px;
    padding: 12px;
    width: calc(33% - 6px)
}

.fire-joker__item:nth-child(3n+3) {
    margin-right: 0
}

.fire-joker__info {
    display: flex
}

.fire-joker__logo {
    align-items: center;
    border-radius: 8px;
    display: flex;
    height: 56px;
    justify-content: center;
    margin-right: 12px;
    min-height: 56px;
    min-width: 56px;
    overflow: hidden;
    width: 56px
}

.fire-joker__logo img {
    width: 100%
}

.fire-joker__name {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17
}

.fire-joker__description {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    margin-bottom: 12px;
    margin-top: 8px
}

.fire-joker__table {
    display: flex;
    flex-direction: column;
    margin-top: auto
}

.fire-joker__table-row {
    background: #30374a;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 4px
}

.fire-joker__table-icons {
    display: flex
}

.fire-joker__table-icon {
    align-items: center;
    border-radius: 8px;
    display: flex;
    height: 32px;
    margin-right: 4px;
    overflow: hidden;
    width: 32px
}

.fire-joker__table-icon img {
    width: 100%
}

.fire-joker__table-value {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 53px;
    padding: 4px;
    text-align: center
}

.fire-joker__table-value span {
    color: #1c1d27;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1
}

@media (max-width: 920px) and (min-width: 700px) {
    .fire-joker__item {
        min-width: auto
    }

    .fire-joker__table-icon {
        height: 25px;
        width: 25px
    }

    .fire-joker__table-value {
        min-width: 40px
    }

    .fire-joker__table-value span {
        font-size: 16px
    }

    .fire-joker__name {
        font-size: 20px
    }
}

@media (max-width: 699px) {
    .fire-joker__item {
        margin-right: 0;
        width: calc(50% - 6px)
    }

    .fire-joker__item:nth-child(odd) {
        margin-right: 12px
    }

    .fire-joker__logo {
        height: 44px;
        min-height: 44px;
        min-width: 44px;
        width: 44px
    }

    .fire-joker__name {
        font-size: 16px
    }
}

@media (max-width: 585px) {
    .fire-joker__symbols {
        justify-content: center
    }

    .fire-joker__item {
        max-width: 400px;
        width: 100%
    }

    .fire-joker__item:nth-child(odd) {
        margin-right: 0
    }
}

.symbols-book-of-ra {
    margin-top: 24px;
    padding-bottom: 36px
}

.sym__intro {
    background: #212633;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 8px
}

.sym-image {
    border-radius: 6px;
    height: 32px;
    min-width: 32px;
    width: 32px
}

.sym-image--lg {
    border-radius: 8px;
    height: 56px;
    min-width: 56px;
    width: 56px
}

.sym__intro-text .sym-image--lg {
    float: left;
    margin-bottom: 4px;
    margin-right: 12px
}

.sym__title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700
}

.sym__desc {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px
}

.sym__intro-list {
    display: flex;
    margin-top: 12px
}

.sym__intro-item {
    align-items: center;
    background: #30374a;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 4px;
    width: calc(33.33333% - 2.66667px)
}

.sym__intro-item:not(:last-child) {
    margin-right: 4px
}

.sym__intro-images {
    display: flex
}

.sym__intro-images img {
    margin-right: 4px
}

.sym__intro-bonus {
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2px 4px;
    width: calc(100% - 185px)
}

.sym__intro-bonus span {
    color: #1c1d27;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-align: center
}

.sym__list {
    grid-gap: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px
}

.sym__item {
    background: #212633;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 8px
}

.sym__item .sym__intro-text {
    margin-bottom: 12px
}

.sym__sublist {
    grid-gap: 4px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: auto
}

.sym__sublist-item {
    background: #30374a;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-height: 52px;
    padding: 6px 8px;
    position: relative
}

.sym__sublist-item img {
    bottom: 8px;
    position: absolute;
    right: 8px;
    z-index: 2
}

.sym__sublist-value {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 900
}

.sym__sublist-title, .sym__sublist-value {
    font-size: 14px;
    position: relative;
    z-index: 3
}

.sym__sublist-title {
    color: #a1c1dc;
    font-family: Lato, sans-serif;
    font-weight: 400;
    margin-top: 5px
}

@media (max-width: 1150px) {
    .sym__intro-list {
        flex-wrap: wrap
    }

    .sym__intro-item {
        width: calc(50% - 2px)
    }

    .sym__intro-item:not(:last-child) {
        margin-right: 0
    }

    .sym__intro-item:nth-child(odd) {
        margin-right: 4px
    }

    .sym__intro-item:nth-child(n+3) {
        margin-top: 4px
    }
}

@media (max-width: 991px) {
    .symbols-book-of-ra {
        margin-top: 12px;
        padding-bottom: 24px
    }

    .sym__list {
        margin-top: 12px
    }
}

@media (max-width: 800px) {
    .sym__intro-item {
        width: 100%
    }

    .sym__intro-item:not(:first-child) {
        margin-top: 4px
    }

    .sym__intro-item:nth-child(odd) {
        margin-right: 0
    }

    .sym__intro-item:nth-child(n+3) {
        margin-top: 4px
    }

    .sym__list {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 500px) {
    .sym__intro-item {
        flex-direction: column
    }

    .sym__intro-bonus {
        flex-direction: row;
        margin-top: 4px;
        padding: 5px;
        width: 100%
    }

    .sym-image, .sym__intro-bonus span:first-child {
        margin-right: 2px
    }

    .sym-image {
        height: 28px;
        min-width: 28px;
        width: 28px
    }

    .sym-image:last-child {
        margin-right: 0
    }

    .sym__list {
        grid-template-columns: 1fr
    }
}

.author__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
    margin-top: 24px
}

.author__list .author__item {
    background: linear-gradient(90deg, #2e3443, #212633);
    border-radius: 8px;
    color: #fff;
    min-height: 232px;
    padding: 12px
}

.author__list .author__item:not(:last-child) {
    margin-bottom: 12px
}

.author__list .author__item-profile {
    align-items: flex-end;
    border-radius: 8px;
    display: flex;
    float: left;
    height: 208px;
    margin-right: 24px;
    overflow: hidden;
    padding: 8px;
    position: relative;
    width: 158px
}

.author__list .author__item-profile:before {
    background: linear-gradient(180deg, rgba(42, 44, 57, 0), rgba(42, 44, 57, .87) 89.82%, #2a2c39);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.author__list .author__item-img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: top center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.author__list .author__item-info {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3
}

.author__list .author__item-name {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33
}

.author__list .author__item-social {
    align-items: center;
    display: flex;
    margin-top: 4px
}

.author__list .author__item-function {
    color: #89acc9;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    margin-top: 4px
}

.author__list .author__item-description p:first-child {
    margin-top: 0
}

@media (max-width: 991px) {
    .author__list {
        margin-bottom: 24px
    }
}

@media (max-width: 700px) {
    .how-we-work .how-we-work__item {
        min-height: max-content;
        width: 100%
    }

    .how-we-work .how-we-work__item:nth-child(odd) {
        margin-right: 0
    }

    .author__list .author__item-profile {
        height: 150px;
        margin-right: 12px;
        width: 114px
    }

    .author__list .author__item-name {
        font-size: 14px
    }

    .author__list .author__item-function {
        font-size: 12px
    }
}

.article-bg {
    background: #1c1d27;
    color: #fff;
    min-height: 100%;
    padding: 48px 0
}

.article-bg h1 {
    margin-top: 0
}

.article-intro {
    background: linear-gradient(90deg, #313848, #343a49 51.48%, #1e232f);
    border-radius: 8px;
    padding: 12px 24px;
    position: relative
}

.article-intro .img-bg {
    height: auto;
    max-height: 128px;
    right: 24px;
    top: 12px
}

.article-intro .content {
    position: relative;
    z-index: 2
}

@media (max-width: 991px) {
    .article-bg {
        padding: 36px 0
    }

    .article-intro {
        padding: 12px
    }

    .article-intro .img-bg {
        right: 12px
    }
}

@media (max-width: 500px) {
    .article-bg {
        padding: 24px 0
    }
}

.contact-us {
    background: linear-gradient(90deg, #313848, #343a49 51.48%, #1e232f);
    border-radius: 8px;
    color: #fff;
    padding: 12px 24px;
    position: relative
}

.contact-us .img-bg {
    height: auto;
    max-height: 128px;
    right: 24px;
    top: 12px
}

.contact-us .content, .contact-us__form {
    position: relative;
    z-index: 2
}

.contact-us__form {
    margin-top: 36px
}

.contact-us__form .btn--blue {
    min-width: 168px
}

.contact-us__form-row {
    display: flex
}

.form-input {
    position: relative;
    width: calc(33% - 5px)
}

.form-input:not(:last-child) {
    margin-right: 12px
}

.form-input__label {
    color: #7b93a8;
    cursor: text;
    font-size: 14px;
    left: 10px;
    line-height: 1.5;
    position: absolute;
    top: 11px;
    transition: .3s;
    user-select: none;
    z-index: 1
}

.form-input__input {
    background: #51596d;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 1.2;
    outline: none;
    padding: 12px;
    transition: box-shadow .3s linear;
    width: 100%
}

.contact-us__form textarea:focus, .form-input__input:focus {
    border-bottom: 1px solid #60a5ff
}

.form-input__input:focus ~ .form-input__label, .form-input__input:not(:placeholder-shown) ~ .form-input__label, .form-textarea__textarea:focus ~ .form-input__label, .form-textarea__textarea:not(:placeholder-shown) ~ .form-input__label {
    color: #60a5ff;
    font-family: Lato, sans-serif;
    font-size: 10px;
    font-weight: 400;
    top: 0
}

.form-textarea {
    margin-top: 12px;
    position: relative;
    width: 100%
}

.form-textarea__textarea {
    background: #51596d;
    border-bottom: 1px solid #fff;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    min-height: 80px;
    outline: none;
    padding: 12px;
    resize: vertical;
    transition: box-shadow .3s linear;
    width: 100%
}

.contact-us__check-line {
    align-items: center;
    display: flex;
    margin-top: 24px;
    position: relative
}

.contact-us__check-line .btn--blue {
    margin-right: 48px
}

.contact-us__check-line input {
    opacity: 0;
    position: relative;
    z-index: -1
}

.contact-us__check-line input:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border-radius: 4px;
    content: "";
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    height: 18px;
    width: 18px
}

.contact-us__check-line label {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

.contact-us__check-line label a {
    color: #016cf9;
    font-family: Montserrat, sans-serif;
    font-size: inherit;
    font-weight: 700;
    line-height: 1;
    margin: 1px 2px 0
}

.custom-checkbox {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.custom-checkbox + label {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    left: -15px;
    position: relative;
    user-select: none
}

.custom-checkbox + label:before {
    background: #fff;
    border-radius: 4px;
    content: "";
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    height: 18px;
    margin-right: 12px;
    width: 18px
}

.custom-checkbox:checked + label:before {
    background: url(/build/website/images/check.c6dda098.svg) 50% no-repeat, #016cf9
}

.contact-us__map {
    height: 400px;
    margin: 20px auto 0;
    width: 100%
}

.contact-us__checkbox-fieldset {
    border: none;
    display: flex
}

.contact-us__checkbox-fieldset > label {
    display: block
}

.contact-us__checkbox-fieldset > label:before {
    margin-bottom: -3px
}

@media (max-width: 991px) {
    .contact-us__check-line {
        flex-direction: column-reverse;
        margin-top: 12px
    }

    .custom-checkbox + label {
        left: 0;
        width: 100%
    }

    .contact-us__check-line input {
        left: 4px;
        position: absolute;
        top: 5px
    }

    .contact-us__check-line .btn--blue {
        margin-right: 0;
        margin-top: 12px
    }
}

@media (max-width: 600px) {
    .contact-us {
        padding: 12px
    }

    .contact-us__form-row {
        flex-direction: column
    }

    .form-input {
        width: 100%
    }

    .form-input:not(:last-child) {
        margin-bottom: 12px
    }

    .contact-us .img-bg {
        right: 12px
    }

    .contact-us__form {
        margin-top: 24px
    }
}

.how-we-work {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    margin-top: 24px
}

.how-we-work__item {
    background: linear-gradient(90deg, #2e3443, #212633);
    border-radius: 8px;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 12px;
    min-height: 76px;
    padding: 8px 12px;
    width: calc(50% - 6px)
}

.how-we-work__item:nth-child(odd) {
    margin-right: 12px
}

.other-countries {
    color: #fff;
    column-count: 3;
    list-style: disc;
    margin: 12px 0 36px
}

.other-countries .other-countries__item {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 20px
}

@media (max-width: 991px) {
    .other-countries {
        margin: 12px 0 24px
    }
}

@media (max-width: 500px) {
    .other-countries {
        column-count: 1
    }
}

.header-new {
    background: #16161f;
    height: 72px;
    position: relative;
    z-index: 20
}

.header-new .container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: static
}

.header-new__nav {
    flex-grow: 1;
    margin: 0 36px
}

.header-new__list {
    display: flex;
    justify-content: center
}

.header-new__list-item {
    height: 72px
}

.header-new__list-item:not(:last-child) {
    margin-right: 40px
}

.header-new__list-item:hover .header-new__sublist-wrap {
    display: block
}

.header-new__list-item:hover .header-new__list-link:after {
    width: 100%
}

.header-new__list-item:hover .header-new__list-arrow {
    transform: rotate(180deg)
}

.header-new__list-link {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Lato, sans-serif;
    font-weight: 700;
    height: 100%;
    line-height: 1;
    position: relative
}

.header-new__list-link:after {
    background: #016cf9;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    transition: width .15s linear;
    width: 0
}

.header-new__list-arrow {
    margin-left: 4px;
    transition: transform .1s linear
}

.header-new__sublist-wrap {
    background: #fff;
    display: none;
    left: 0;
    padding: 24px 0;
    position: absolute;
    right: 0;
    top: 72px;
    width: 100%
}

.header-new__sublist {
    grid-gap: 12px 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: 1128px;
    width: 100%
}

.header-new__sublist-link {
    color: #16161f;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 1.12;
    transition: color .15s linear
}

.header-new__sublist-link:hover {
    color: #016cf9
}

.languages {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative
}

.languages.open .languages__list, .languages:hover .languages__list {
    opacity: 1;
    visibility: visible
}

.languages__btn {
    background: transparent;
    border: none;
    cursor: pointer;
    height: 24px;
    width: 32px
}

.languages__btn-img {
    border-radius: 4px;
    height: 24px;
    width: 32px
}

.languages__list {
    grid-gap: 12px;
    background: #16161f;
    border-radius: 0 0 12px 12px;
    display: grid;
    grid-template-columns: repeat(8, 32px);
    opacity: 0;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 72px;
    visibility: hidden
}

.languages__list-link {
    border-radius: 4px;
    display: block;
    height: 24px;
    overflow: hidden;
    position: relative;
    width: 32px
}

.languages__list-link img {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.header-new__menu-btn {
    display: none
}

@media (max-width: 1100px) {
    .header-new__menu-btn {
        align-items: center;
        background: #272736;
        border: none;
        border-radius: 6px;
        display: flex;
        flex-direction: column;
        height: 40px;
        justify-content: center;
        min-width: 40px;
        width: 40px
    }

    .header-new__menu-line {
        background: #fff;
        border-radius: 1px;
        display: block;
        height: 3px;
        margin-bottom: 2px;
        transition: transform .3s;
        width: 20px
    }

    .header-new__menu-line:first-child {
        transform-origin: top left
    }

    .header-new__menu-line:nth-child(3) {
        margin-bottom: 0;
        transform-origin: bottom left
    }

    .header-new__menu-btn--open .header-new__menu-line:first-child {
        transform: rotate(45deg) translateY(-6px)
    }

    .header-new__menu-btn--open .header-new__menu-line:nth-child(2) {
        display: none
    }

    .header-new__menu-btn--open .header-new__menu-line:nth-child(3) {
        transform: rotate(-45deg) translateY(6px)
    }

    .languages__btn {
        align-items: center;
        background: #272736;
        border-radius: 6px;
        display: flex;
        height: 40px;
        justify-content: center;
        min-width: 40px;
        width: 40px
    }

    .languages__btn-img {
        height: 18px;
        width: 24px
    }

    .header-new {
        height: 56px
    }

    .header-new__nav {
        background: #16161f;
        display: block;
        left: 0;
        margin: 0;
        min-height: calc(100vh - 56px);
        min-height: calc(var(--vh, 1vh) * 100 - 56px);
        position: absolute;
        right: 0;
        top: 56px;
        transform: translateX(-100%)
    }

    .header-new__nav.open {
        transform: translateX(0);
        transition: transform .3s ease
    }

    .header-new__list {
        flex-direction: column
    }

    .header-new__list-item {
        height: auto
    }

    .header-new__list-item:not(:last-child) {
        margin-right: 0
    }

    .header-new__list-link {
        justify-content: center;
        padding: 12px 10px
    }

    .header-new__list-link:after {
        display: none
    }

    .header-new__sublist-wrap {
        background: #272736;
        display: block;
        padding: 24px 10px;
        position: relative;
        top: 0
    }

    .header-new__list-item .header-new__list-arrow {
        transform: rotate(180deg)
    }

    .header-new__sublist-link {
        color: #fff
    }

    .languages__list {
        top: 56px
    }

    .languages__list-link {
        height: 18px;
        width: 24px
    }
}

@media (max-width: 700px) {
    .header-new__sublist {
        grid-template-columns: repeat(2, 1fr)
    }

    .header-new__sublist-wrap {
        padding: 10px
    }
}

@media (max-width: 500px) {
    .header-new__sublist {
        grid-template-columns: 1fr
    }

    .languages {
        position: static
    }

    .languages__list {
        grid-template-columns: repeat(auto-fill, 24px);
        left: 10px;
        right: 10px
    }

    .header-new__logo {
        max-width: 145px
    }
}

@media (max-height: 450px) and (orientation: landscape) {
    .mobile-playing .header-new {
        z-index: 0
    }
}

.footer-new {
    background: #0d0e17;
    padding: 24px 0
}

.footer-new__top {
    align-items: center;
    display: flex
}

.footer-new__top.footer-new__top--jcc {
    justify-content: space-between
}

.footer-new__logo {
    max-width: 215px;
    min-width: max-content
}

.footer-new__nav {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    margin: 0 24px
}

.footer-new__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.footer-new__item:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 36px
}

.footer-new__link {
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 700;
    transition: color .3s ease-out
}

.footer-new__link:hover {
    color: #2684fe
}

.footer-new__social {
    display: flex
}

.footer-new__social-icon {
    background: #22395c;
    border-radius: 6px;
    height: 44px;
    width: 44px
}

.footer-new__social-icon:not(:last-child) {
    margin-right: 12px
}

.footer-new__social-icon .icon {
    fill: #2684fe;
    height: 25px;
    transition: all .3s ease-out;
    width: 25px
}

.footer-new__social-icon:hover .icon {
    fill: #fff;
    transform: scale(1.1)
}

.footer-new__social-link {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.footer-new__bottom {
    justify-content: space-between;
    margin-top: 24px
}

.footer-new__bottom, .footer-new__trust-list {
    align-items: center;
    display: flex
}

.footer-new__trust-list + .footer-new__trust-list {
    margin-left: 24px
}

.footer-new__trust-item {
    max-height: 30px
}

.footer-new__trust-item:not(:last-child) {
    margin-right: 24px
}

.footer-new__trust-item img {
    max-height: 30px
}

.footer-new__text {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.33;
    margin-top: 24px;
    text-align: center
}

.footer-new__text a {
    color: #016cf9;
    font-size: inherit;
    font-weight: 700;
    transition: color .3s ease-out
}

.footer-new__text a:hover {
    color: #0051bb
}

.footer-new__text--copy {
    margin-top: 12px
}

@media (max-width: 991px) {
    .footer-new__top {
        flex-wrap: wrap
    }

    .footer-new__social {
        justify-content: center;
        margin-top: 24px;
        width: 100%
    }

    .footer-new__nav {
        margin-right: 0
    }

    .footer-new__list {
        justify-content: flex-end
    }

    .footer-new__item {
        margin-right: 36px
    }
}

@media (max-width: 750px) {
    .footer-new__bottom, .footer-new__top {
        flex-direction: column
    }

    .footer-new__top--jcc .footer-new__trust-list {
        margin-top: 12px
    }

    .footer-new__nav {
        margin: 24px 0
    }

    .footer-new__social {
        margin: 0
    }

    .footer-new__trust-list:not(:last-child) {
        margin-bottom: 12px
    }

    .footer-new__trust-list + .footer-new__trust-list {
        margin-left: 0
    }
}

@media (max-width: 500px) {
    .footer-new__list {
        flex-direction: column
    }

    .footer-new__item {
        text-align: center
    }

    .footer-new__item:not(:last-child) {
        margin: 0 0 16px
    }

    .footer-new__item:last-child {
        margin: 0
    }
}

.more-games {
    background: #212633;
    border-radius: 8px;
    margin-top: 36px;
    padding: 8px 12px
}

.more-games .splide__arrow {
    align-items: center;
    background-color: #22395c;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    transition: background-color .3s ease-in-out;
    width: 32px
}

.more-games .splide__arrow:hover {
    background-color: #016cf9
}

.more-games .splide__arrow--prev {
    margin-right: 8px
}

.more-games .splide__arrows {
    display: flex;
    position: absolute;
    right: 0;
    top: -42px
}

.more-games .splide {
    margin-top: 10px
}

.more-games .more-games__row {
    align-items: center;
    display: flex;
    min-height: 32px;
    padding-right: 108px
}

.more-games .splide__slide {
    background: #30374a;
    border-radius: 8px;
    padding: 8px
}

.more-games .splide__slide:hover .btn-play, .more-games .splide__slide:hover .more-games__card-image:before {
    opacity: 1;
    visibility: visible
}

.more-games .more-games__card-image {
    align-items: center;
    border-radius: 6px;
    display: flex;
    height: 86px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
}

.more-games .more-games__card-image:before {
    backdrop-filter: blur(4px);
    background: rgba(22, 22, 31, .6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.more-games .more-games__card-image img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.more-games .more-games__card-image .btn-play {
    opacity: 0;
    transition: all .3s ease-out;
    visibility: hidden
}

.more-games .more-games__card-title {
    color: #fff;
    display: block;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    letter-spacing: .2px;
    margin-top: 8px
}

.more-games .more-games__card-provider {
    color: #fff;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px
}

.more-games .splide__pagination {
    margin-top: 12px
}

.more-games .splide__pagination li:not(:last-child) {
    margin-right: 4px
}

.more-games .splide__pagination button {
    background: #22395c;
    border: none;
    border-radius: 2px;
    height: 8px;
    width: 8px
}

.more-games .splide__pagination button.is-active {
    background: #016cf9
}

.more-games__title {
    color: #fff;
    font-weight: 900;
    letter-spacing: .2px
}

@media (max-width: 991px) {
    .more-games {
        margin-top: 24px
    }
}

@media (max-width: 500px) {
    .more-games .more-games__card-image {
        height: 120px
    }

    .more-games .more-games__card-image:before {
        backdrop-filter: blur(0);
        background: rgba(0, 0, 0, .28);
        opacity: 1;
        visibility: visible
    }

    .more-games .more-games__card-image .btn-play {
        background: #2684fe;
        opacity: 1;
        visibility: visible
    }
}

.blocks__wrap {
    padding-bottom: 36px
}

@media (max-width: 991px) {
    .blocks__wrap {
        padding-bottom: 24px
    }
}

.intro__title {
    margin-top: 0
}

.content--block {
    padding-bottom: 36px
}

@media (max-width: 991px) {
    .content--block {
        padding-bottom: 24px
    }
}

.game-info--block {
    margin-top: 0;
    padding-bottom: 36px
}

.game-info--block .game-info__card:nth-last-child(-n+2) {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .game-info--block {
        margin-top: 0;
        padding-bottom: 24px
    }

    .game-info--block .game-info__card:nth-last-child(2) {
        margin-bottom: 12px
    }
}

.game-details--block {
    padding-bottom: 36px
}

@media (max-width: 991px) {
    .game-details--block {
        padding-bottom: 24px
    }
}

.table-content__wrap {
    padding-bottom: 36px
}

.table-content {
    background: #16161f;
    border-radius: 8px;
    min-height: 178px;
    position: relative
}

.table-content__back {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.table-content__front {
    padding: 36px 24px;
    position: relative;
    z-index: 3
}

.btn--table {
    align-items: center;
    background-color: #22395c;
    color: #fff;
    display: flex;
    margin-top: 24px;
    padding: 9px 27px
}

.btn--table:hover {
    background-color: #0051bb
}

.btn--table img {
    margin-right: 6px
}

.table-content__list {
    display: none;
    margin-top: 24px
}

.table-content__list.open {
    display: block
}

.table-content__list li {
    line-height: 1.25;
    margin-top: 6px
}

.table-content__list li.table-content__subitem {
    padding-left: 14px
}

.table-content__list a {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.5;
    transition: color .3s ease-out
}

.table-content__list a:hover {
    color: #016cf9
}

@media (max-width: 991px) {
    .table-content__wrap {
        padding-bottom: 24px
    }

    .table-content {
        min-height: 116px
    }

    .table-content__front {
        padding: 12px
    }

    .table-content__back img {
        max-height: 84px
    }
}

.content--pb36 {
    padding-bottom: 36px
}

.content--pb24 {
    padding-bottom: 24px
}

.content--images {
    position: relative
}

.content--images > :first-child {
    margin-top: 0
}

.content--images .img--left {
    border-radius: 8px;
    float: left;
    margin: 24px 24px 12px 0;
    max-width: 50%
}

.content--images .img--right {
    border-radius: 8px;
    float: right;
    margin: 24px 0 12px 24px;
    max-width: 50%
}

.content--images:after {
    clear: both;
    content: "";
    display: table
}

.content--black {
    position: relative
}

.content--black ol {
    counter-reset: ol-counter;
    list-style: none;
    padding-left: 0
}

.content--black ol li {
    counter-increment: ol-counter;
    margin-top: 34px;
    padding-left: 48px;
    position: relative
}

.content--black ol li:last-child {
    margin-bottom: 24px
}

.content--black ol li:before {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    color: #1c1d27;
    content: counter(ol-counter);
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    left: 0;
    line-height: 28px;
    position: absolute;
    top: -9px;
    width: 40px
}

.content--black__bg-img {
    position: absolute;
    right: 0;
    top: -36px;
    z-index: -1
}

@media (max-width: 991px) {
    .content--black__bg-img {
        right: -10px;
        top: -24px
    }

    .content--pb36 {
        padding-bottom: 24px
    }

    .content--pb24 {
        padding-bottom: 12px
    }

    .content--black ol li {
        margin-top: 12px
    }

    .content--black ol li:last-child {
        margin-bottom: 12px
    }

    .content--black ol li:before {
        top: 0
    }
}

@media (max-width: 700px) {
    .content--images .img--left, .content--images .img--right {
        display: block;
        float: none;
        margin: 12px auto 0;
        max-width: 100%
    }

    .content--images .img--left.img--float-mobile {
        float: left;
        margin: 12px 25px 12px 0;
        max-width: 30%
    }

    .content--images .img--right.img--float-mobile {
        float: right;
        margin: 12px 0 12px 25px;
        max-width: 30%
    }
}

.pros-and-cons--mt0 {
    margin-top: 0;
    padding-bottom: 36px
}

@media (max-width: 991px) {
    .pros-and-cons--mt0 {
        margin-top: 0;
        padding-bottom: 24px
    }
}

.game-developer--pb36 {
    padding-bottom: 36px
}

@media (max-width: 991px) {
    .game-developer--pb36 {
        padding-bottom: 24px
    }
}

.bonuses-table--pb36 {
    padding-bottom: 36px
}

@media (max-width: 991px) {
    .bonuses-table--pb36 {
        padding-bottom: 24px
    }
}

.attention--mt0 {
    margin-top: 0
}

@media (max-width: 991px) {
    .attention--mt0 {
        margin-top: 0
    }
}

.block-table__wrap {
    padding-bottom: 36px
}

.block-table__bg {
    background: #212633;
    border-radius: 8px;
    margin: 0 auto;
    max-width: max-content;
    padding: 12px
}

.block-table {
    border-collapse: collapse;
    color: #fff
}

.block-table th, .block-table tr td:first-child {
    font-family: Montserrat, sans-serif;
    font-weight: 900
}

.block-table th {
    font-size: 16px;
    padding: 0 10px 10px;
    vertical-align: top
}

.block-table th:first-child {
    padding: 0 0 10px;
    text-align: left
}

.block-table td {
    font-size: 14px;
    padding: 10px
}

.block-table td:not(:first-child) {
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-align: center
}

.block-table td:first-child {
    border-radius: 8px 0 0 8px
}

.block-table td:last-child {
    border-radius: 0 8px 8px 0
}

.block-table td.red {
    color: #fd3030
}

.block-table td.green {
    color: #19b000
}

.block-table tbody tr {
    height: 56px
}

.block-table tbody tr:nth-child(odd) {
    background: #30374a;
    border-radius: 8px
}

@media (max-width: 991px) {
    .block-table__wrap {
        padding-bottom: 24px
    }

    .block-table__bg {
        overflow-x: auto
    }
}

.history {
    display: flex;
    margin-top: 12px;
    padding-bottom: 36px
}

.history--column {
    flex-direction: column;
    gap: 24px
}

.history--column .history__right {
    align-self: center;
    margin-left: 0
}

.history--column .history__list {
    flex-direction: row;
    flex-wrap: wrap
}

.history--column .history__right {
    width: auto
}

.history--column .history__card {
    margin-bottom: 24px;
    margin-right: 60px;
    width: calc(25% - 60px)
}

.history--column .history__line {
    display: none
}

.history--column .history__card:not(:last-child) {
    margin-bottom: 24px
}

.history--column .history__card.history__card--image:last-child {
    margin-right: 60px
}

.history--column .history__card:last-child {
    margin-bottom: 24px
}

.history--column .history__card:last-child:before {
    content: none
}

.history__left {
    flex-grow: 1
}

.history__left :first-child {
    margin-top: 0
}

.history__right {
    display: flex;
    justify-content: space-between;
    margin-left: 24px;
    min-width: 260px;
    width: 260px
}

.history__right--hiden {
    display: none
}

.history__line {
    background: #30374a;
    min-width: 4px;
    position: relative;
    width: 4px
}

.history__line:after, .history__line:before {
    background: #30374a;
    border-radius: 50%;
    content: "";
    height: 8px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 8px
}

.history__line:before {
    top: 0
}

.history__line:after {
    bottom: 0
}

.history__card, .history__list {
    display: flex;
    flex-direction: column
}

.history__card {
    background: #30374a;
    border-radius: 8px;
    counter-increment: history;
    justify-content: space-between;
    min-height: 78px;
    padding: 8px 12px;
    position: relative;
    width: 216px
}

.history__card:not(:last-child) {
    margin-bottom: 48px
}

.history__card:before {
    background: url(/build/website/images/history-line.1e822281.svg) 50% no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: -48px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    z-index: 3
}

.history__card:after {
    bottom: -7px;
    color: #3d455b;
    content: counter(history);
    font-family: Montserrat, sans-serif;
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 7px;
    z-index: 2
}

.history__card.history__card--image {
    flex-direction: row;
    justify-content: flex-start;
    min-height: 70px;
    padding: 8px
}

.history__card.history__card--image:not(:last-child) {
    margin-bottom: 24px
}

.history__card.history__card--image:after {
    bottom: -6px;
    content: attr(data-history);
    font-size: 38px;
    right: -1px
}

.history__card.history__card--image img {
    margin-right: 8px;
    min-width: 54px;
    position: relative;
    z-index: 3
}

.history__card.history__card--image .history__card-date {
    font-size: 14px;
    margin-top: 0
}

.history__card-title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: .2px;
    position: relative;
    z-index: 3
}

.history__card-date {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-weight: 400;
    margin-top: 4px;
    position: relative;
    z-index: 3
}

@media (max-width: 991px) {
    .history {
        padding-bottom: 24px
    }

    .history--column .history__card {
        width: calc(33.333% - 40px)
    }

    .history__card:not(:last-child) {
        margin-bottom: 12px
    }
}

@media (max-width: 700px) {
    .history {
        flex-direction: column
    }

    .history--column .history__right {
        width: 100%
    }

    .history--column .history__list {
        flex-direction: column
    }

    .history--column .history__card {
        width: calc(100% - 40px)
    }

    .history--column .history__line {
        display: block
    }

    .history--column .history__card:last-child, .history--column .history__card:not(:last-child) {
        margin-bottom: 12px
    }

    .history--column .history__card:last-child:before {
        content: ""
    }

    .history__right {
        margin-left: 0;
        margin-top: 24px;
        width: 100%
    }

    .history__list {
        width: 100%
    }

    .history__card {
        width: calc(100% - 40px)
    }
}

.book-of-ra .content-video {
    background: linear-gradient(270deg, #0c0c21, rgba(12, 12, 33, .1) .63%), linear-gradient(90deg, #1a0c21, #0c0c21 0, rgba(12, 12, 33, .1) .63%), linear-gradient(180deg, rgba(12, 12, 33, .8), rgba(12, 12, 33, .1) 20%), linear-gradient(180deg, rgba(12, 12, 33, .1) 20%, rgba(12, 12, 33, .5)), url(background-book-of-ra.41c2be72.jpg) bottom no-repeat;
    background-size: cover
}

.subscribe {
    background: linear-gradient(90deg, #313848, #343a49 51.48%, #1e232f);
    padding: 36px 0
}

.subscribe .content {
    text-align: center
}

.subscribe__row {
    display: flex;
    justify-content: center;
    margin-top: 24px
}

.subscribe__row input {
    background: #fff;
    border: none;
    border-radius: 8px;
    color: #16161f;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-right: 8px;
    outline: none;
    padding: 8px 12px
}

.subscribe__row input::placeholder {
    color: #8c919e;
    font-family: Lato, sans-serif;
    font-weight: 400
}

@media (max-width: 991px) {
    .subscribe {
        padding: 24px 0
    }
}

@media (max-width: 500px) {
    .subscribe {
        padding: 24px 0
    }

    .subscribe__row {
        flex-direction: column
    }

    .subscribe__row input {
        margin-bottom: 8px;
        margin-right: 0
    }
}

.other-games--grid {
    grid-gap: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
    margin-top: 24px;
    padding-bottom: 36px
}

.other-games__slot {
    align-items: flex-end;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    height: 294px;
    min-width: 216px;
    padding: 12px;
    position: relative
}

.other-games__slot:before {
    background: linear-gradient(180deg, rgba(42, 44, 57, 0), #2a2c39 65.34%, #2a2c39);
    content: "";
    height: 100%;
    z-index: 2
}

.other-games__slot img, .other-games__slot:before {
    border-radius: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.other-games__slot img {
    height: calc(100% - 2px);
    object-fit: cover;
    object-position: center top;
    overflow: hidden;
    z-index: 1
}

@media (max-width: 991px) {
    .other-games--grid {
        margin-top: 12px;
        padding-bottom: 24px
    }
}

@media (max-width: 500px) {
    .other-games--grid .other-games__slot {
        height: 198px;
        padding: 8px
    }

    .other-games--grid .other-games__slot caption {
        font-size: 16px;
        margin-bottom: 4px
    }
}

.author-new__wrap {
    padding-bottom: 36px
}

.author-new {
    display: flex
}

.author-new__left {
    margin-right: 24px;
    max-width: 225px;
    min-width: max-content
}

.author-new__left img {
    border-radius: 8px
}

.author-new__right {
    display: flex;
    flex-direction: column
}

.author-new__name {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900;
    margin-top: 12px
}

.author-new__prof {
    color: #89acc9;
    margin-top: 4px
}

.author-new__desc, .author-new__prof {
    font-family: Lato, sans-serif;
    font-weight: 400
}

.author-new__desc {
    color: #fff;
    line-height: 1.5;
    margin-top: 12px
}

.author-new__quote-wrap {
    background: linear-gradient(90deg, #313848, #343a49 51.48%, #1e232f);
    border-radius: 8px;
    margin-top: 24px;
    padding: 24px;
    position: relative
}

.author-new__quote {
    position: relative;
    z-index: 3
}

.author-new__quote p {
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.5
}

.author-new__quote p:not(:last-child) {
    margin-bottom: 12px
}

.author-new__quote-image {
    bottom: 12px;
    position: absolute;
    right: 12px;
    z-index: 2
}

.author-new__quote-image--first {
    bottom: auto;
    left: 12px;
    right: auto;
    top: 12px
}

@media (max-width: 991px) {
    .author-new__wrap {
        padding-bottom: 24px
    }

    .author-new__left {
        margin-right: 12px
    }

    .author-new__quote-wrap {
        padding: 12px
    }

    .author-new__quote-image {
        bottom: 6px;
        right: 6px
    }

    .author-new__quote-image--first {
        bottom: auto;
        left: 6px;
        right: auto;
        top: 6px
    }
}

@media (max-width: 600px) {
    .author-new {
        flex-direction: column
    }

    .author-new__left {
        margin-bottom: 24px;
        margin-right: 0;
        max-width: 100%;
        text-align: center;
        width: 100%
    }
}

.reviews {
    display: flex;
    margin-top: 24px;
    padding-bottom: 36px
}

.reviews__form {
    display: flex;
    flex-direction: column;
    margin-right: 24px;
    min-width: 360px;
    width: 360px
}

.reviews__form input, .reviews__form textarea {
    background: #fff;
    border: none;
    border-radius: 8px;
    color: #16161f;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 12px;
    outline: none;
    padding: 8px 12px
}

.reviews__form input::placeholder, .reviews__form textarea::placeholder {
    color: #8c919e;
    font-family: Lato, sans-serif;
    font-weight: 400
}

.reviews__form textarea {
    min-height: 120px;
    resize: none
}

.reviews__splide {
    width: calc(100% - 384px)
}

.reviews__slider .splide__arrow {
    align-items: center;
    background-color: #22395c;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    transition: background-color .3s ease-in-out;
    width: 32px
}

.reviews__slider .splide__arrow:hover {
    background-color: #016cf9
}

.reviews__slider .splide__arrows {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 19px
}

.reviews__slider .splide__pagination {
    bottom: 8px;
    left: 50%;
    margin: 0;
    max-width: max-content;
    position: absolute;
    transform: translateX(-50%)
}

.reviews__slider .splide__pagination li:not(:last-child) {
    margin-right: 4px
}

.reviews__slider .splide__pagination button {
    background: #22395c;
    border: none;
    border-radius: 2px;
    height: 8px;
    width: 8px
}

.reviews__slider .splide__pagination button.is-active {
    background: #016cf9
}

.reviews__slider .splide__slide {
    background: #212633;
    border-radius: 8px;
    min-height: 224px;
    padding: 8px
}

.review-author__row {
    display: flex
}

.review-author__row img {
    border-radius: 8px;
    margin-right: 8px
}

.review-author__info {
    display: flex;
    flex-direction: column
}

.review-author__name {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.review-author__id {
    color: #b5b7d1
}

.review-author__desc p, .review-author__id {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px
}

.review-author__desc p {
    color: #fff;
    line-height: 16px
}

@media (max-width: 991px) {
    .reviews {
        margin-top: 12px;
        padding-bottom: 24px
    }

    .reviews__form {
        margin-right: 12px
    }

    .reviews__splide {
        width: calc(100% - 372px)
    }
}

@media (max-width: 700px) {
    .reviews {
        flex-direction: column
    }

    .reviews__form {
        margin-bottom: 24px;
        margin-right: 0;
        width: 100%
    }

    .reviews__splide {
        width: 100%
    }

    .reviews__slider .splide__slide {
        min-height: auto
    }

    .reviews__slider .splide__arrows {
        margin-top: 12px
    }
}

.licenses-table table {
    border-collapse: separate;
    border-spacing: 0 12px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px
}

.licenses-table table td {
    background: #212633;
    border-radius: 8px;
    padding: 12px
}

.licenses-table__row-title {
    letter-spacing: .2px
}

.licenses-table__container {
    display: flex;
    gap: 12px;
    margin-top: 12px
}

.licenses-table__image {
    height: 96px;
    width: 96px
}

.licenses-table__content {
    color: #b5b7d1;
    display: flex;
    font-family: Lato, sans-serif;
    font-weight: 400;
    gap: 12px;
    line-height: 24px
}

.licenses-table__bonus {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 8px;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    min-width: 200px;
    padding: 16px 12px;
    width: 30%
}

.licenses-table__casino {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.licenses-table__casino-img {
    border-radius: 8px
}

@media (max-width: 991px) {
    .licenses-table__container {
        flex-direction: column;
        margin-top: 8px
    }

    .licenses-table__content {
        display: block;
        font-size: 14px;
        line-height: 20px
    }

    .licenses-table__image {
        display: block;
        float: left;
        height: 54px;
        margin: 0 8px 6px 0;
        width: 54px
    }

    .licenses-table__bonus {
        padding: 8px 12px;
        width: 100%
    }
}

.bonuses-horizontal__list {
    display: flex;
    gap: 12px;
    margin-top: 36px;
    padding-bottom: 36px
}

.bonuses-horizontal__item {
    background: linear-gradient(90deg, #313848, #343a49 51.48%, #1e232f);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    width: 25%
}

.bonuses-horizontal__item-header {
    align-items: flex-start;
    color: #fff;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900;
    gap: 12px;
    line-height: 20px
}

.bonuses-horizontal__item-header img {
    border-radius: 8px;
    height: 60px;
    width: 60px
}

.bonuses-horizontal__item-bonus {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex: 1;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 16px;
    padding: 8px 12px
}

.bonuses-horizontal__item-rating .text--green {
    margin-left: 0
}

@media (max-width: 991px) {
    .bonuses-horizontal__list {
        flex-direction: column;
        margin-top: 24px;
        padding-bottom: 24px
    }

    .bonuses-horizontal__item {
        width: 100%
    }
}

.payments-table {
    margin-bottom: 36px
}

.payments-table__row {
    background: #212633;
    border-radius: 8px;
    padding: 12px
}

.payments-table__row:not(:last-child) {
    margin-bottom: 24px
}

.payments-table__row-header {
    display: flex;
    gap: 12px
}

.payments-table__row-image {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    display: flex;
    height: 148px;
    justify-content: center;
    min-width: 148px;
    padding: 24px
}

.payments-table__row-title {
    color: #fff;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .2px;
    line-height: 28px
}

.payments-table__row-text {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 24px
}

.payments-table__row-body {
    background: linear-gradient(90deg, #313848, #343a49 51.48%, #1e232f);
    border-radius: 8px;
    display: flex;
    gap: 12px;
    margin: 12px 0;
    padding: 12px
}

.payments-table__row-body ul {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 24px
}

.payments-table__row-body svg {
    margin-right: 5px;
    min-width: 15px
}

.payments-table__row-body li {
    align-items: center;
    display: flex
}

.payments-table__row-body li:not(:last-child) {
    margin-bottom: 6px
}

.payments-table__casinos-list {
    display: flex;
    gap: 36px
}

.payments-table__casinos-item {
    display: flex;
    gap: 12px
}

.payments-table__casinos-item img {
    border-radius: 8px;
    height: 72px;
    width: 72px
}

.payments-table__casinos-item span {
    color: #fff;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 20px
}

.payments-table__casinos-item button.popup__btn-activation, .payments-table__casinos-item form {
    margin-top: auto
}

.payments-table__casinos-body {
    display: flex;
    flex-direction: column
}

@media (max-width: 991px) {
    .payments-table {
        margin-bottom: 24px
    }

    .payments-table__row-header {
        display: block
    }

    .payments-table__row-image {
        float: left;
        height: 88px;
        margin: 0 12px 12px 0;
        min-width: 88px;
        width: 88px
    }

    .payments-table__row-body {
        flex-direction: column
    }

    .payments-table__casinos-list {
        align-content: inherit;
        flex-direction: column
    }
}

ul.content-list-gray li {
    align-items: center;
    background: #30374a;
    border-radius: 8px;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    min-height: 52px;
    padding: 8px 12px 8px 64px;
    position: relative
}

ul.content-list-gray li:before {
    border-radius: 8px;
    height: 100%;
    padding: 8px;
    top: 0;
    width: 52px
}

ul.content-list-gray li:first-child:before {
    background: url(/build/website/images/licence.1499c737.png) no-repeat 50% #fff
}

ul.content-list-gray li:nth-child(2):before {
    background: url(/build/website/images/credit-card-payment.9d592381.png) no-repeat 50% #fff
}

ul.content-list-gray li:nth-child(3):before {
    background: url(/build/website/images/help.7167fbf2.png) no-repeat 50% #fff
}

@media (max-width: 700px) {
    ul.content-list-gray li:before {
        height: 52px
    }
}

.main-casino {
    grid-gap: 12px 24px;
    background: linear-gradient(90deg, #313848, #343a49 51.48%, #1e232f);
    border-radius: 8px;
    display: grid;
    grid-template-areas: "logo name bonus features btns" "logo rating bonus payments btns" "info info info info info";
    margin-top: 24px;
    padding: 12px
}

.main-casino__logo {
    border-radius: 8px;
    grid-area: logo;
    height: 152px;
    min-width: 152px;
    width: 152px
}

.main-casino__name {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    font-weight: 900;
    grid-area: name;
    line-height: 1.22
}

.main-casino__bonus-wrap {
    border-radius: 8px;
    grid-area: bonus;
    max-width: 316px;
    min-width: 316px;
    overflow: hidden;
    position: relative
}

.main-casino__slot {
    overflow: hidden;
    z-index: 2
}

.main-casino__slot, .main-casino__slot img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.main-casino__slot img {
    object-fit: fill
}

.main-casino__bonus {
    border-bottom: 1px solid #fff;
    border-radius: 8px;
    border-right: 1px solid #fff;
    border-top-left-radius: 0;
    left: 0;
    max-width: 205px;
    padding: 12px 34px 12px 12px;
    transform: skew(-30deg);
    width: max-content;
    z-index: 3
}

.main-casino__bonus, .main-casino__bonus:before {
    background: linear-gradient(90deg, rgba(49, 56, 72, .43), rgba(52, 58, 73, .43) 51.48%, rgba(30, 35, 47, .43));
    position: absolute;
    top: 0
}

.main-casino__bonus:before {
    content: "";
    height: 100%;
    left: -53px;
    width: 53px;
    z-index: 0
}

.main-casino__bonus p {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    transform: skew(30deg)
}

.main-casino__features {
    border: 1px solid #fff;
    border-radius: 8px;
    grid-area: features;
    height: max-content;
    padding: 10px 6px
}

.main-casino__feature {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    position: relative
}

.main-casino__feature:not(:last-child) {
    margin-bottom: 8px
}

.main-casino__feature:before {
    background: url(/build/website/images/circle-star.b04e22b9.svg) 50% no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 8px;
    min-width: 14px;
    width: 14px
}

.main-casino__btns {
    grid-area: btns
}

.main-casino__btns .bonuses-table__tc-apply {
    padding: 8px 16px
}

.main-casino .rating-card {
    grid-area: rating;
    margin-top: auto
}

.main-casino__payments {
    grid-gap: 6px 12px;
    background: #292e3c;
    border-radius: 8px;
    display: grid;
    grid-area: payments;
    grid-auto-rows: 16px;
    grid-template-columns: repeat(4, 36px);
    margin-top: auto;
    padding: 8px 12px
}

.main-casino__bonus-info {
    background: #292e3c;
    border-radius: 8px;
    grid-area: info;
    padding: 6px 12px
}

.main-casino__bonus-info p {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.main-casino__accepted {
    align-items: center;
    display: flex;
    margin-bottom: 12px
}

.main-casino__accepted-title {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-right: 8px
}

.main-casino .btn--green {
    background: #18c93f;
    color: #034110;
    filter: drop-shadow(0 8px 24px rgba(24, 222, 68, .45));
    margin-bottom: 8px;
    transition: filter .3s ease-in-out
}

.main-casino .btn--green:hover {
    filter: none
}

.main-casino .btn--green.popup__btn-activation {
    width: 100%
}

.main-casino .bonuses-table__age {
    color: #fff;
    display: block
}

.main-casino .bonuses-table__age--link {
    display: block
}

@media (max-width: 1100px) {
    .main-casino {
        grid-gap: 12px;
        grid-template-areas: "logo name bonus bonus" "logo rating bonus bonus" "features payments info info" "btns btns btns btns"
    }

    .main-casino__payments {
        margin-top: 0
    }

    .main-casino__btns {
        margin: 0 auto;
        max-width: 300px;
        min-width: max-content;
        width: 100%
    }
}

@media (max-width: 750px) {
    .main-casino {
        grid-template-areas: "logo name name name" "logo rating rating rating" "bonus bonus features features" "payments payments payments payments" "btns btns btns btns" "info info info info";
        grid-template-columns: 68px 1fr 1fr 1fr
    }

    .main-casino__bonus-wrap {
        height: 152px;
        margin: 0 auto
    }

    .main-casino__logo {
        height: 68px;
        min-width: 68px;
        width: 68px
    }

    .main-casino__name {
        font-size: 16px
    }

    .main-casino .rating-card {
        height: 38px;
        max-width: max-content
    }

    .main-casino__features {
        height: auto
    }

    .main-casino__payments {
        grid-template-columns: repeat(auto-fill, 36px)
    }
}

@media (max-width: 550px) {
    .main-casino {
        grid-template-areas: "logo name" "logo rating" "bonus bonus" "btns btns" "info info";
        grid-template-columns: 68px 1fr;
        padding: 8px
    }

    .main-casino__bonus-wrap {
        height: 100%;
        min-width: 100%;
        padding-top: 48%;
        width: 100%
    }

    .main-casino__features, .main-casino__payments {
        display: none
    }
}

.novoline-screen {
    background: url(/build/website/images/novoline-bg.9535865f.jpg) top no-repeat;
    background-size: cover;
    padding: 0 0 36px
}

.novoline {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 36px
}

.novoline__img {
    height: auto
}

.novoline__btns {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(244px, auto));
    margin-top: 36px
}

.novoline__btns .btn {
    padding: 11px;
    text-align: center
}

@media (max-width: 991px) {
    .novoline-screen {
        padding: 0
    }

    .novoline {
        margin-top: 24px
    }

    .novoline__btns {
        grid-gap: 12px;
        margin-top: 24px
    }
}

@media (max-width: 720px) {
    .novoline__btns {
        grid-template-columns: minmax(244px, auto)
    }

    .content--casinos .section-iframe__advt {
        max-height: 100%
    }
}

@media (max-width: 500px) {
    .novoline__btns {
        grid-template-columns: 1fr;
        width: 100%
    }
}

.small-table {
    background: #212633;
    border-radius: 8px;
    padding: 8px 12px
}

.small-table__title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .2px;
    line-height: 1.5
}

.small-table__list {
    grid-gap: 4px 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8px
}

.small-table__column {
    background: #30374a;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 12px
}

.small-table__column span:first-child {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-weight: 400;
    margin-right: 12px
}

.small-table__column span:last-child {
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-align: right
}

@media (max-width: 700px) {
    .small-table__list {
        grid-template-columns: 1fr
    }
}

@media (max-width: 500px) {
    .small-table__column {
        flex-direction: column
    }

    .small-table__column span:first-child {
        margin-bottom: 4px;
        margin-right: 0
    }

    .small-table__column span:last-child {
        text-align: left
    }
}

.games-info__list {
    margin-top: 24px
}

.games-info__item {
    grid-gap: 12px;
    background: #212633;
    border-radius: 8px;
    display: grid;
    grid-template-areas: "image text" "btn text";
    grid-template-columns: 200px 1fr;
    grid-template-rows: 130px 1fr;
    padding: 12px
}

.games-info__item:not(:last-child) {
    margin-bottom: 12px
}

.games-info__item .btn {
    text-align: center
}

.games-info__title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    line-height: 1.25
}

.games-info__description {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-weight: 400;
    margin-top: 8px
}

.games-info__item-img {
    grid-area: image
}

.games-info__item-text {
    grid-area: text
}

.games-info__item .btn {
    grid-area: btn;
    max-height: 40px
}

@media (max-width: 500px) {
    .games-info__item {
        grid-template-areas: "image" "text" "btn";
        grid-template-columns: 1fr;
        grid-template-rows: 78px 1fr 40px;
        position: relative
    }

    .games-info__item-img {
        height: 78px;
        width: 120px
    }

    .games-info__title {
        left: 140px;
        position: absolute;
        right: 12px;
        top: 12px
    }

    .games-info__description {
        margin-top: 0
    }
}

.cash-popup {
    background: linear-gradient(90deg, #313848, #343a49 51.48%, #1e232f);
    border: 1px solid #717785;
    border-radius: 8px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    min-height: 136px;
    opacity: 0;
    padding: 12px;
    position: fixed;
    right: 40px;
    transform: translateX(calc(100% + 65px));
    visibility: hidden;
    width: 290px;
    z-index: 800
}

.cash-popup.show {
    opacity: 1;
    transform: translateX(0);
    transition: all .3s ease-in-out;
    visibility: visible
}

.cash-popup__close {
    align-items: center;
    background: #89acc9;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    outline: none;
    position: absolute;
    right: -12px;
    top: -12px;
    width: 24px
}

.cash-popup__close .icon {
    fill: #202531;
    height: 12px;
    width: 12px
}

.cash-popup__info {
    display: flex;
    margin-bottom: 12px
}

.cash-popup__info img {
    border-radius: 8px;
    margin-right: 12px
}

.cash-popup__bonus {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(240.14deg, #fbff24 15.39%, #fb9c0f 90.83%);
    -webkit-background-clip: text;
    color: #fb9c0f;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.cash-popup__btn {
    margin-top: auto;
    width: 100%
}

.cash-popup__btn .btn {
    text-align: center;
    text-transform: capitalize;
    width: 100%
}

@media (max-width: 767px) {
    .cash-popup {
        bottom: 50%;
        right: 50%;
        transform: translate(-100%, 50%)
    }

    .cash-popup.show {
        transform: translate(50%, 50%)
    }
}

.ref-popup {
    align-items: center;
    backdrop-filter: blur(5px);
    background: rgba(122, 130, 154, .5);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    padding: 12px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .6s;
    z-index: 1000
}

.ref-popup.active {
    display: flex
}

.ref-popup__box {
    background: linear-gradient(180deg, #313848, #343a49 51.48%, #1e232f);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 24px
}

.ref-popup__box-icon {
    align-self: center
}

.ref-popup__box-text {
    margin-top: 12px;
    text-align: center
}

.ref-popup__box-text span {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
    opacity: .65
}

.ref-popup__box-text p {
    color: #b5b7d1;
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
    max-width: 380px;
    text-align: center
}

.ref-popup__box-btn {
    display: flex;
    justify-content: flex-start;
    margin-left: -12px;
    margin-top: 24px
}

.ref-popup__btn {
    align-items: center;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-basis: calc(50% - 12px);
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .2px;
    line-height: 18px;
    margin-left: 12px
}

.ref-popup__btn.no {
    background: #323949;
    padding: 11px 12px
}

.ref-popup__btn.yes {
    background: #016cf9
}

.ref-popup__btn.yes button {
    align-items: center;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 18px;
    padding: 11px 12px;
    width: 100%
}

@media (max-width: 500px) {
    .ref-popup {
        padding: 6px
    }

    .ref-popup__box {
        padding: 12px
    }

    .ref-popup__box-btn {
        flex-direction: column;
        margin-top: 12px
    }

    .ref-popup__btn.yes {
        margin-top: 8px
    }
}