@font-face {
    font-family: "Montserrat";
    src: url(../fonts//Montserrat-Regular.woff2) format("woff2"), url(../fonts//Montserrat-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts//Montserrat-Bold.woff2) format("woff2"), url(../fonts//Montserrat-Bold.woff) format("woff");
    font-display: swap;
    font-weight: 700
}

*,
*::before,
*::after {
    box-sizing: border-box
}

ul[class],
ol[class] {
    padding: 0
}

body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

body::-webkit-scrollbar {
    width: 18px;
    height: 8px;
    background-color: #000
}

body::-webkit-scrollbar-thumb {
    background-color: #bea23f
}

ul[class],
ol[class] {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

section>*+*,
article>*+* {
    margin-top: 1em
}

input,
button,
textarea,
select {
    font: inherit
}

@media (prefers-reduced-motion:reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

body {
    background-color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif
}

body.is-overflow {
    overflow: hidden
}

.o-flex {
    display: flex
}

.o-flex-wrap {
    display: flex;
    flex-wrap: wrap
}

.o-flex-column {
    display: flex;
    flex-direction: column
}

.o-container {
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto
}

.o-gold {
    color: #dabe4b
}

.c-header__inner {
    gap: 8px 15px;
    padding: 8px 0;
    min-height: 107px
}

.c-header__top,
.c-header__bottom {
    gap: 20px
}

.c-header__top {
    justify-content: flex-end
}

.c-header__bottom {
    align-items: center;
    justify-content: space-between
}

.c-header {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}

.c-header__btn,
.c-slider__play {
    /* border-radius: 5px; */
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 7px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease-in-out
}

.c-slider__play,
.c-header__btn-in,
.c-slots__btn {
    /* border: 1px solid #000; */
    box-shadow: 0 0 0 1px #fdb953;
    background: #fdb953;
}

.c-header__btn-in:hover {
    color: #523d15
}

.c-header__btn-sign {
    /* border: 1px solid #000; */
    background: #f6f6f6;
    box-shadow: 0 0 0 1px #f6f6f6
}

.c-header__btn-sign:hover {
    color: #c38f2b
}

.c-burger,
.c-burger-closed {
    height: 40px;
    width: 40px
}

.c-burger div,
.c-burger-closed__body div {
    background: #fff;
    border-radius: 5px;
    height: 3px;
    width: 20px
}

.c-burger {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center
}

.c-burger-closed {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 20px
}

.c-burger-closed__body {
    position: relative;
    height: 100%;
    width: 100%
}

.c-burger-closed__body div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.c-burger-closed__body div:first-child {
    transform: rotate(45deg)
}

.c-burger-closed__body div:last-child {
    transform: rotate(-45deg)
}

.c-menu {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    background-color: #000;
    overflow-y: auto;
    transform: translateX(-320px);
    transition: all 0.3s;
    height: 100vh;
    width: 320px
}

.c-menu.is-active {
    transform: translateX(0)
}

.c-menu__list[class] {
    margin: 0
}

.c-menu__box {
    background-color: #2a2c2b;
    padding: 15px;
    margin-top: 70px;
    text-align: center
}

.c-menu__item {
    border-top: 1px solid #1d1d1d
}

.c-menu__item:first-child {
    border-top: none
}

.c-menu__link {
    padding: 15px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase
}

.c-menu__link:hover {
    color: rgba(151, 109, 73, .8)
}

.c-menu__link-support {
    background-color: #ca000e;
    color: #fff
}

.c-menu__link-support:hover {
    background-color: rgba(202, 0, 14, .8);
    color: #fff
}

.c-menu__btn.c-header__btn {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px
}

.c-main {
    background-color: #fff;
    /* background-image: url(../img/bg/content-bg.jpg);
    background-image: -webkit-image-set(url(../img/bg/content-bg.webp) 1x, url(../img/bg/content-bg.webp) 2x);
    background-image: image-set(url(../img/bg/content-bg.jpg) 1x, url(../img/bg/content-bg.jpg) 2x);
    background-repeat: repeat;
    background-position: center top;
    padding-top: 107px;
    padding-bottom: 70px */
}

.c-content {
    margin-top: 20px;
    color: #000
}

.c-slots {
    padding-top: 25px;
    padding-bottom: 25px
}

.c-slots__title {
    padding-bottom: 20px;
    font-weight: 700
}

.c-slots__inner {
    justify-content: center;
    gap: 8px;
    padding-top: 25px;
    padding-bottom: 25px
}

.c-slots__item {
    flex: 0 0 236px;
    height: 216px;
    position: relative
}

.c-slots__item img {
    background-image: url(../img/slots/game_frame.png);
    background-image: -webkit-image-set(url(../img/slots/game_frame.webp) 1x, url(../img/slots/game_frame.webp) 2x);
    background-image: image-set(url(../img/slots/game_frame.png) 1x, url(../img/slots/game_frame.png) 2x);
    background-repeat: center top;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 4px 5px 13px 5px
}

.c-slots__item:hover .c-slots__hover {
    opacity: 1
}

.c-slots__info {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #232323;
    font-size: 18px;
    padding: 5px;
    height: 40px;
    max-width: 236px
}

.c-slots__hover {
    position: absolute;
    top: 4px;
    left: 5px;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.2s;
    height: calc(100% - 57px);
    width: calc(100% - 10px)
}

.c-slots__btn {
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 5px 10px;
    text-decoration: none
}

.c-slots__btn:hover {
    background-color: #ba2c2c
}

.c-table-wrap {
    overflow-x: auto;
    margin: 15px 0
}

.c-table-wrap::-webkit-scrollbar {
    width: 24px;
    height: 8px;
    background-color: #000
}

.c-table-wrap::-webkit-scrollbar-thumb {
    background-color: #bea23f
}

.c-table {
    font-size: 14px;
    background: #F6F6F6;
    width: 600px;
    border-collapse: collapse;
    /* border: 1px solid #2B2B2B; */
    text-align: left
}

.c-table th,
.c-table td {
    border-bottom: 1px solid #2B2B2B;
    text-align: center
}

.c-table td:first-child {
    font-weight: 700;
    color: #2B2B2B;
    padding: 10px 15px
}

.c-table td {
    color: #2A2C2B;
    transition: 0.3s linear;
    padding: 10px 15px
}

.c-table-info th {
    font-size: 14px;
    color: #339;
    padding: 10px 12px;
    background: #e8e8e8
}

.c-table-info td {
    color: #669;
    border-top: 1px solid #fff;
    padding: 10px 12px;
    background: rgba(51, 51, 153, .2);
    transition: 0.3s
}

.c-reviews__inner {
    gap: 30px
}

.c-reviews__item {
    background: #000;
    color: #fff;
    border: 1px solid #bea23f;
    padding: 14px 16px;
    border-radius: 4px
}

.c-reviews__top {
    display: flex;
    align-items: center;
    padding-bottom: 15px
}

.c-reviews__top img {
    border: 2px solid #bea23f;
    border-radius: 50%;
    padding: 10px 0 0 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom
}

.c-reviews__top-content {
    margin-left: 15px
}

.c-reviews__date {
    font-size: 14px;
    color: #8b989e
}

.c-reviews__rating[class] {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.c-reviews__rating {
    display: flex;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.c-reviews__rating-item {
    margin: 0 2px
}

.c-reviews__rating-item img {
    width: 15px;
    height: 15px
}

.c-reviews__content-btn,
.c-reviews__content-title {
    color: #bea23f
}

.c-reviews__content-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}

.c-reviews__content-descr {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px
}

.c-reviews__box {
    text-align: right
}

.c-reviews__content-btn {
    text-decoration: none;
    font-weight: 700;
    padding-top: 15px;
    display: inline-block
}

.c-reviews__content-btn:hover {
    text-decoration: underline
}

.c-faq {
    gap: 20px
}

.c-faq__body {
    padding: 20px 0 0 0
}

.c-faq__body p {
    margin-top: 1em;
    color:#2A2C2B;
}

.c-faq details {
    background: #F6F6F6;
    /* border: 1px solid #bea23f; */
    color: #F6F6F6;
    padding: 15px 20px 15px 15px;
    position: relative;
    font-size: 16px;
    border-radius: 15px;
    transition: all 0.3s
}

.c-faq details[open] summary::before {
    transform: rotate(45deg)
}

.c-faq details[open] summary::after {
    transform: rotate(-45deg)
}

.c-faq summary {
    align-items: center;
    color: #bea23f;
    cursor: pointer;
    display: grid;
    font-weight: 700;
    grid-template-columns: 1fr 20px;
    gap: 10px;
    justify-content: space-between;
    position: relative
}

.c-faq summary::before,
.c-faq summary::after {
    background: #bea23f;
    content: "";
    position: absolute;
    grid-column: 2/3;
    transition: all 0.3s ease-in-out;
    height: 3px;
    width: 20px
}

.c-faq summary::before {
    transform: rotate(180deg)
}

.c-faq summary::after {
    transform: rotate(-90deg)
}

.c-faq summary::marker,
.c-faq summary::-webkit-details-marker {
    display: none
}

.c-slider-wrap {
    background-image: url(../img/banner/bg-s.jpg);
    background-image: -webkit-image-set(url(../img/banner/bg-s.webp) 1x, url(../img/banner/bg-s.webp) 2x);
    background-image: image-set(url(../img/banner/bg-s.jpg) 1x, url(../img/banner/bg-s.jpg) 2x);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

.c-slider {
    font-size: 22px
}

.c-slider__item {
    flex: 0 0 100%;
    font-weight: 700;
    padding: 30px 0;
    min-height: 381px
}

.c-slider__body {
    gap: 8px;
    height: 100%;
    margin: 0 auto;
    max-width: 320px
}

.c-slider__body .o-big {
    font-size: 36px
}

.c-slider__play {
    font-size: 22px;
    margin-top: auto;
    text-shadow: 0 -1px #fff;
    max-width: 225px;
    border-radius: 40px;
}
.c-slider__play:hover {
    border-radius: 0;
}

.c-footer {
    background: #151515;
    color: #fff;
    padding-top: 50px
}

.c-footer * {
    color: #a3a3a3
}

.c-footer a {
    text-decoration: none;
    transition: all 0.3s ease-in-out
}

.c-footer a:hover {
    color: #fff
}

.c-footer__menu,
.c-footer__images {
    justify-content: center
}

.c-footer__menu {
    gap: 15px
}

.c-footer__menu li {
    margin-left: 25px;
    text-align: center
}

.c-footer__menu[class] {
    list-style: disc
}

.c-footer__images {
    gap: 15px
}

.c-footer__images img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.3s ease-in-out
}

.c-footer__images img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.c-footer__top-indent {
    margin-top: 40px
}

.c-footer__copyright {
    font-size: 12px;
    font-weight: 700;
    gap: 12px;
    text-align: center
}

.c-footer__bottom-list {
    align-items: center
}

@media (min-width:555px) {
    .c-table {
        max-width: 1024px;
        width: 100%;
        margin: 0 auto
    }
}

@media (min-width:768px) {
    .c-header__btn-in {
        order: 0;
        margin-left: auto
    }

    .c-header__btn-sign {
        margin-right: 0
    }

    .c-slots__title {
        font-size: 25px
    }

    .c-faq details {
        font-size: 22px;
        padding: 25px 40px 25px 25px
    }

    .c-slider-wrap {
        background-image: url(../img/banner/bg-m.jpg);
        background-image: -webkit-image-set(url(../img/banner/bg-m.webp) 1x, url(../img/banner/bg-m.webp) 2x);
        background-image: image-set(url(../img/banner/bg-m.jpg) 1x, url(../img/banner/bg-m.jpg) 2x)
    }

    .c-slider__container {
        padding: 0 0 0 50px
    }

    .c-slider__item {
        background-image: url(../img/banner/1.png);
        background-image: -webkit-image-set(url(../img/banner/1.webp) 1x, url(../img/banner/1.webp) 2x);
        background-image: image-set(url(../img/banner/1.png) 1x, url(../img/banner/1.png) 2x);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: bottom right;
        min-height: 381px
    }

    .c-slider__body {
        margin: 0
    }
}

@media (min-width:992px) {

    .c-burger,
    .c-burger-closed,
    .c-menu__box,
    .c-menu__item--off {
        display: none
    }

    .c-header__inner {
        align-items: center;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas: "left right";
        min-height: 66px
    }

    .c-header__top {
        grid-area: right
    }

    .c-header__bottom {
        grid-area: left
    }

    .c-menu {
        position: static;
        transform: translateX(0);
        width: auto;
        background-color: transparent;
        overflow: visible;
        margin-top: 8px;
        height: initial
    }

    .c-menu__list {
        display: flex
    }

    .c-menu__item {
        border: none
    }

    .c-menu__item+.c-menu__item {
        margin-left: 25px
    }

    .c-menu__link {
        padding: 0;
        white-space: nowrap
    }

    .c-main {
        padding-top: 66px
    }

    .c-slider__container {
        padding: 0 0 0 5%
    }

    .c-slider-wrap {
        background-position: center top
    }

    .c-slider {
        font-size: 36px
    }

    .c-slider__body {
        gap: initial;
        max-width: 405px
    }

    .c-slider__body .o-big {
        font-size: 50px
    }

    .c-slider__item {
        min-height: 478px;
        padding-top: 45px
    }

    .c-slider__play {
        font-size: 28px
    }
}

@media (min-width:1200px) {
    .c-slider__container {
        padding: 0 15px
    }
}

@media (min-width:1600px) {
    .c-slider-wrap {
        background-image: url(../img/banner/bg.jpg);
        background-image: -webkit-image-set(url(../img/banner/bg.webp) 1x, url(../img/banner/bg.webp) 2x);
        background-image: image-set(url(../img/banner/bg.jpg) 1x, url(../img/banner/bg.jpg) 2x)
    }
}