html,
body {
    height: 100%;
}

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page {
    flex: 1 0 auto;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

.footer {
    flex: 0 0 auto;
}

/*header*/

.header {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
    padding: 15px 0;
}

.header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
}

.header__logo {
    flex: 0 0 110px;
}

.header__logo img {
    display: block;
    max-width: 100%;
}

.header__list {
    display: flex;
    gap: 30px;
}

.header__list li {
    list-style: none;
}

.header__link {
    font-size: 17px;
    color: #a9a9a9;
}

.header__link:hover {
    color: #fff;
}

.lang {
    position: relative;
    display:  inline-block;
}

.lang__btn {
    color: #a9a9a9;;
    font-size: 17px;
    font-weight: 400;
    background: none;
    padding-top: 1px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.icon-lang:before {
    content: "";
    background-size: cover;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
}

.icon-ru:before {
    background-image: url("/template/images/lang-flag/russia.svg");
}

.icon-kk:before {
    background-image: url("/template/images/lang-flag/kazakhstan.svg");
}

.lang__list {
    transform: translateX(-11px);
    position: absolute;
    background: #424242;
    border-radius: 5px;
    display: none;
}

.lang__nav {
    color: #a9a9a9;;
    cursor: pointer;
    display: flex;
    padding: 11px 12px;
    border-radius: 5px;
    transition: background 0.1s linear ;
}

.lang__nav:hover {
    background: #2e2e2e;
    color: #fff;
}

.lang__nav img {
    margin-right: 7px;
}

.show {
    display: block;
}

.header__button button {
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 6px;
}

.login-btn {
    background: linear-gradient(to bottom, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
}

.login-btn:hover {
    background: linear-gradient(to bottom, #4eefcd 0, #378776 50%, #21584e 100%);
}

.register-btn {
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
}

.register-btn:hover {
    background: linear-gradient(to bottom, #ff3716 0, #6e1d17 100%);
}

.header__burger-btn {
    z-index: 2;
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    background: inherit;
}

.header__burger-btn span {
    position: absolute;
    width: 30px;
    height: 3px;
    background: #b81e11;
    left: 5px;
    transition: transform .5s, opacity.5s;
}

.header__burger-btn span:nth-child(1) {
    transform: translateY(-8px);
}

.header__burger-btn span:nth-child(3) {
    transform: translateY(8px);
}

.header.open .header__burger-btn span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
}

.header.open .header__burger-btn span:nth-child(2) {
    opacity: 0;
}

.header.open .header__burger-btn span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}

/*main*/

.main {
    padding-top: 59px;
}

.container-main {
    background-color: #262634;
    padding: 10px 10px 20px 10px;
    color: #fff;
}

.container-main:before,
.container-main:after {
    position: fixed;
    display: inline-block;
    content: " ";
    height: 100%;
    top: 56px;
    width: 324px;
}

.container-main:before {
    background: url("/template/images/girls-cards-left.jpg");
    left: calc(50% - 964px);
}

.container-main:after {
    background: url("/template/images/girls-cards-right.jpg");
    right: calc(50% - 964px);
}

.preview {
    margin-bottom: 5px;
    width: 100%;
    display: flex;
}

.sidebar-bonus {
    width: 20%;
    max-height: 214px;
    position: relative;
    margin-right: 10px;
    color: #fff;
    z-index: 1;
    overflow: hidden;
}

.sidebar-bonus__inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.sidebar-bonus__inner:before,
.sidebar-bonus__inner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar-bonus__inner:before {
    background: url("/template/images/home/start-bonus-bg.png") no-repeat center/contain;
    -webkit-animation: rotateBg 3s linear infinite;
    animation: rotateBg 3s linear infinite;
    z-index: -1;
}

@-webkit-keyframes rotateBg {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25%, 75% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
        opacity: 1
    }
}

@keyframes rotateBg {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25%, 75% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
        opacity: 1
    }
}

.sidebar-bonus__inner:after {
    background: url("/template/images/home/start-bonus-coins.png") no-repeat center/contain;
    z-index: 0;
}

.sidebar-bonus__title {
    font-size: 26px;
    z-index: 2;
}

.sidebar-bonus__value {
    font-size: 30px;
    z-index: 4;
}

.sidebar-bonus__btn {
    display: inline-block;
    width: 180px;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    border-radius: 6px;
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
    z-index: 4;
}

.slideshow-container {
    width: 80%;
    position: relative;
}

.container__inner {
    display: flex;
}

.sidebar {
    width: 20%;
}

.sidebar-nav {
    margin-bottom: 20px;
}

.sidebar-nav__item {
    list-style: none;
}

.sidebar-nav__item:first-child {
    border-radius: 6px 6px 0 0;
}

.sidebar-nav__item:last-child {
    border-radius: 0 0 6px 6px;
}

.sidebar-nav__link {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 10px 20px;
}

.nav-one .sidebar-nav__item {
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
}

.nav-one .sidebar-nav__item:hover,
.sidebar-bonus__btn:hover {
    background: linear-gradient(to bottom, #f1482c 0, #95190f 100%);
}

.animation-item {
    position: relative;
    overflow: visible;
}

.animation-link:before {
    position: absolute;
    content: "";
    background: url("/template/images/home/glow-lights.gif");
    width: 100%;
    height: 43px;
    top: -2px;
    left: 0;
    background-size: 100% 100%,0,0;
    mix-blend-mode: screen;
    z-index: 1;
}

.content-main {
    padding-left: 5px;
    width: 80%;
}

.nav-two .sidebar-nav__item {
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
}

.nav-two .sidebar-nav__item:hover {
    background: linear-gradient(to bottom, #5c5c5c 0, #242222 100%);
}

.content-menu {
    border-radius: 6px;
    padding: 5px;
    background-color: #424242;
}

.content__list {
    justify-content: space-around;
    align-items: center;
    display: flex;
}

.content__list li {
    list-style: none;
}

.content__link {
    font-size: 19px;
    color: #a9a9a9;
    transition: color 0.1s linear;
    cursor: pointer;
}

.content__link:hover {
    color: #fff;
}

.content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.content a {
        color: #b80f16;
}

.content table {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.content td {
    padding: 0 10px;
}

.content table tr:first-child {
    background: #2e2e2e;
    text-align: center;
}

.content table tr {
    background: #444444;
}

.content table ul {
    padding-bottom: 0;
    text-align: left;
    list-style: disc;
}

.content table ul li:before {
    content: inherit;
}

.article-btn {
    display: block;
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
    padding: 10px 0;
    width: 400px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    margin: 0 auto 10px auto;
    font-size: 17px;
}

.article-btn:hover {
    background: linear-gradient(to bottom, #ff3716 0, #6e1d17 100%);
}

/*games*/

.games {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.game__block {
    padding: 5px;
    margin-bottom: 10px;
}

.game__img {
    position: relative;
    margin-bottom: 5px;
}

.game__img img {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    width:190px;
    height:142px;
}

.game__item {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}


.game__block:hover .game__item {
    display: block;
}

.game__btn {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.game__btn-play {
    display: inline-block;
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
    padding: 10px 45px;
    border-radius: 5px;
}

.game__btn-play:hover {
    background: linear-gradient(to bottom, #f1482c 0, #95190f 100%);
}

.game__btn-demo:hover {
    text-decoration: underline;
}

.game__block button,
.game__block a {
    display: block;
    color: #fff;
    text-align: center;
}

.game__name {
    display: block;
    margin-top: 5px;
}

.more-games {
    width: 500px;
    display: block;
    margin: 0 auto;
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
}

.more-games:hover {
    background: linear-gradient(to bottom, #f1482c 0, #95190f 100%);
}

/*content*/

.content {
    padding: 15px;
    text-align: justify;
}

.content h1 {
    font-size: 27px;
}

.content p {
    margin: 15px 0;
}

.content ul {
    list-style: none;
}

.content ul li {
    padding: 1px;
    margin-left: 30px;
}

.content ul li:before {
    padding-right: 10px;
    font-weight: bold;
    color: #b80f16;
    content: "\2714";
    transition-duration: 0.5s;
}

.content ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.content ol li {
    position: relative;
    border-radius: 6px;
    display: block;
    padding: 10px;
    margin: 8px 8px 8px 50px;
    background: #444;
    text-decoration: none;
    transition: all .3s ease-out;
}
.content ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #b80f16;
    height: 2em;
    width: 2em;
    border-radius: 6px;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.content__btn {
    display: inline-block;
    width: 60%;
    padding: 10px 0;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    margin: 10px 0;
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
}

.content__btn:hover {
    background: linear-gradient(to bottom, #f1482c 0, #95190f 100%);
}

.anchor-menu__link {
    margin-left: 10px!important;
}

.anchor-menu__list {
    line-height: 2em;
    padding: 15px 15px 15px 0;
    margin: 0 15px 10px 0;
    background: #2e2e2e;
    float: left;
    border-radius: 6px;
    border: 1px solid #6e3b3b;
}

.anchor-menu__link a {
    font-size: 15px;
    color: #ffffff;
}

.anchor-menu__link a:hover {
    text-decoration: underline;
}


/*bonuses*/

.bonuses {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0 15px;
}

.bonuses__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 30px;
    flex: 0 0 49.6%;
    border: 2px solid #dc1f00;
    border-radius: 10px;
}

.bonuses__block {
    display: flex;
    height: 100%;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: space-between;
}

.bonuses__title {
    font-size: 20px;
}

.bonuses__img {
    margin: 40px 0;
    position: relative;
}

.bonuses__img:after {
    content: "";
    background-image: url("/template/images/bonuses/promo_circle.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-size: contain;
}


.bonuses__img img {
    width: 45px;
}

.bonuses__btn button {
    display: inline-block;
    width: 250px;
    font-size: 16px;
    padding: 12px 0;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
}

.bonuses__btn button:hover {
    background: linear-gradient(to bottom, #f1482c 0, #95190f 100%);
}

/*demo*/

.demo__title {
    text-align: center;
    color: #e50539;
}

.demo-iframe {
    text-align: center;
    margin: 10px 0;
    position: relative;
}

iframe {
    max-width: 100%;
}

.demo-game-img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 5px 21px -1px rgba(0, 0, 0, 0.24);
    filter: brightness(0.7) blur(2px);
}

.demo-play {
    display: inline-block;
    width: 60%;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
}

.play {
    cursor: pointer;
    background: none;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.play img {
    width: 70px;
}

.demo-btn {
    text-align: center;
    cursor: pointer;
}

.demo-play:hover {
    background: linear-gradient(to bottom, #f1482c 0, #95190f 100%);
}

.demo-slots {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: space-between;
}

/*faq */

.faq {
    padding: 0 15px;
}

.faq__title {
    align-items: center;
    font-size: 18px;
    margin: 10px 0;
}

.collapsible {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.4;
    text-align: left;
    font-size: 18px;
    width: 100%;
    padding: 12px 0 12px 20px;
    cursor: pointer;
    outline: none;
    margin-top: 15px;
    border-radius: 6px;
    background: #373737;
    color: #ffffff;
}

.collapsible img {
    width: 25px;
    margin: 0 20px;
    transition: transform 500ms;
}

.active,
.collapsible:hover {
    background: #5c5f62;
}

.collapsible.active img {
    transform: rotate(180deg);
}

.answer {
    width: 100%;
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background: #373737;
    margin-top: -5px;
    border-radius: 0 0 6px 6px;
}

.answer p {
    padding: 15px 0;
}

/*footer*/
.footer {
    background: #212121;
}
.footer-cookie {
    background: #424242;
    color: #eee;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
}
.footer-cookie p {
    margin: 0;
}
.footer-inner {
    display: flex;
}
.footer-col1, .footer-col2, .footer-col3 {
    padding: 1em;
}
.footer-col1 a, .footer-col2 a, .footer-col3 a {
    display: block;
    font-size: 14px;
    padding: 3px 4px;
    margin: 3px 4px;
    color: #eee;
}
.footer-copyright {
    background: #424242;
    color: #eee;
    padding: 10px 0;
    font-size: 12px;
}
.footer-copyright p {
    margin: 0;
    text-align: center;
}
#footer-up {
    position: fixed;
    width: 52px;
    right: 3%;
    bottom: 10%;
    transform: rotate(-180deg);
    padding: 10px;
    background: #eee;
}
@media (max-width: 768px) {
    .footer .container {
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;
    }
    #footer-up {
        position: fixed;
        right: 1%;
        bottom: 1%;
        transform: rotate(-180deg);
        padding: 12px 12px 8px 12px;
        background: #fff;
        border-radius: 12%;
        border: solid 1px #eee;
    }
}
.pointer-events-off {
    pointer-events: none;
}
.footer-wrapper {
    max-width: 1280px;
}
.footer__league {
    background: #424242;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}
.footer-vendors__link {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition: filter 0.2s, -webkit-filter 0.2s;
    margin-left: 11px;
    padding: 10px;
}
.footer-vendors__link:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

@media only screen and (max-width: 1024px) {.footer__league {
    display: none;
}
}
.footer-wrapper {
    max-width: 1280px;
    margin: auto;
    display: flex;
}
.footer__comercial {
    background-color: #212121;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% + 20px);
    margin: 0 -10px;
}
.footer-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0;
}
.footer__comercial-item {
    padding: 0 1px;
    height: 28px;
    margin: 4px 0;
}
.footer__comercial .footer-wrapper, .footer__comercial-item-fsps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__comercial-item-fsps {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    margin: 0;
    padding: 0 2px;
}
.footer__comercial-item-fsps img {
    height: 48px;
    display: block;
    margin: 0 auto;
}
.footer__comercial-item.eighteen {
    width: 36px;
    height: 36px;
}
.footer__comercial-item.astropay {
    width: 102px;
    height: auto;
}

.footer__comercial-item.hovercolor {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}
.footer__comercial-item.hovercolor:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.footer__comercial-item:nth-child(6) {
    width: 100px;
}
.footer-wrapper {
    margin: auto;
}
@media only screen and (max-width: 1024px) {
    .footer-wrapper {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media only screen and (max-width: 576px) {
    .footer__comercial {
        display: block;
        font-size: 0;
        text-align: center;
    }
    .footer__comercial-item {
        font-size: 16px;
        display: inline-block;
        width: calc(100%/4);
        padding: 0 10px;
    }
}
/*back-to-top*/

.back_to_top {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    position: fixed;
    bottom: 90px;
    right: -50px;
    background: #ddd9d9;
    cursor: pointer;
    transition: filter 0.1s linear, bottom 0.4s linear;
}

.back_to_top.active {
    right: 50px;
    transition: 0.4s linear;
}

.back_to_top:hover,
.back_to_top:focus {
    filter: brightness(1.5);
    outline: none;
}

.content-404 {
    text-align: center;
}

.content-404 h1 {
    font-size: 50px;
}

.content-404 p {
    font-size: 25px;
}

/*media*/

@media(max-width: 1280px) {

    .container {
        max-width: none;
    }

    /*header*/

    .header__logo {
        flex: 0 0 90px;
    }

    .header__button button {
        padding: 10px;
    }

    /*preview*/

    .sidebar-bonus {
        margin-bottom: 10px;
    }

    .sidebar-bonus__title {
        font-size: 25px;
    }

    .sidebar-bonus__value {
        font-size: 27px;
    }

    .sidebar-bonus__btn {
        font-size: 16px;
        padding: 7px 0;
    }

    /*content-main*/

    .games {
        justify-content: space-evenly;
    }

    .demo-slots {
        justify-content: space-evenly;
    }
}

@media(max-width: 1100px) {

    /*header*/

    .header__body {
        padding: 0 10px;
    }

    .header__logo {
        flex: 0 0 80px;
    }

    .icon-lang:before {
        width: 18px;
        height: 18px;
    }

    .header__button button {
        padding: 8px;
    }

    /*preview*/

    .sidebar-bonus__title {
        font-size: 20px;
    }

    .sidebar-bonus__value {
        font-size: 22px;
    }

    .sidebar-bonus__btn {
        width: 170px;
    }

    .sidebar-nav__link {
        font-size: 15px;
        padding: 7px 10px;
    }

    .animation-link:before {
        height: 35px;
    }

    .anchor-menu__list {
        padding: 10px 10px 10px 0;
        margin: 0 15px 0 0;
        text-align: left;
        width: 48%;
    }

    .bonuses {
        gap: 10px;
    }

    .bonuses__item {
        flex: 0 0 49.3%;
    }

}

@media(max-width: 990px) {

    /*header*/

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

    .header__body {
        padding: 0 15px;
        width: 100%;
        justify-content: space-between;
    }

    .header__logo {
        flex: 0 0 100px;
    }

    .header__button button {
        padding: 9px 15px;
    }

    .header__burger-btn {
        display: block;
    }

    .header__menu {
        width: 350px;
        padding: 20px 20px 10px 25px;
        border-radius: 0 6px 6px 0;
        position: absolute;
        margin-top: 60px;
        left: -350px;
        top: 0;
        background: #fff;
        transition: transform .5s;
    }

    .header__list {
        display: block;
    }

    .header__link {
        color: #000;
        padding: 6px 0;
        display: block;
        width: 100%;
        font-size: 18px;
    }

    .header__link:hover {
        color: #000000;
    }

    .lang__btn, .lang__nav {
        color: #000000;
    }

    .lang__list {
        transform: translateX(-13px);
        display: block;
        background: transparent;
        border-radius: 0;
        position: static;
    }

    .icon-lang:before {
        width: 22px;
        height: 22px;
    }

    .header.open .header__menu {
        transform: translateX(100%);
    }

    .sidebar-bonus, .sidebar {
        display: none;
    }

    .slideshow-container {
        width: 100%;
    }

    .content-main {
        padding-left: 0;
        width: 100%;
    }

    .demo-slots {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .anchor-menu__list {
        width: 42%;
    }


}

@media(max-width: 800px) {


    .collapsible img {
        width: 23px;
        margin: 0 10px;
    }

    .anchor-menu__list {
        width: 50%;
    }

    .bonuses__item {
        flex: 0 0 49%;
        padding: 20px;
    }

    .bonuses__title {
        font-size: 19px;
    }

    .bonuses__img img {
        width: 35px;
    }

    .bonuses__text {
        font-size: 15px;
    }

    .bonuses__btn button {
        width: 210px;
    }

}

@media(max-width: 650px) {

    .preview {
        display: none;
    }

    .content__list {
        justify-content: space-between;
    }

    .content__link {
        font-size: 17px;
    }

    .demo-play {
        width: 75%;
    }

    .anchor-menu__list {
        width: 60%;
    }
}

@media(max-width: 570px) {



    .content ul li {
        margin-left: 10px;
    }

    .content ol li {
        margin: 8px 8px 8px 40px;
    }

    .article-btn, .demo-play,.more-games {
        width: 100%;
    }

    .demo__title {
        font-size: 25px;
    }

    .anchor-menu__list {
        width: 100%;
    }

    .bonuses__item {
        flex: 0 0 100%;
    }

    .bonuses__btn button {
        width: 300px;
    }

}

@media(max-width: 480px) {

    .header__logo {
        flex: 0 0 90px;
    }

    .header__button button {
        font-size: 15px;
        padding: 8px 11px;
    }

    .content {
        text-align: left;
    }

    .game__img img {
        width: 180px;
        height: auto;
    }
}

@media(max-width: 440px) {
    .content-menu {
        display: none;
    }
}

@media(max-width: 400px) {


    .header__body {
        padding: 0 10px;
    }

    .header__logo {
        flex: 0 0 80px;
    }

    .header__menu {
        width: 265px;
        left: -265px;
    }



    .bonuses__btn button {
        width: 220px;
    }

    .game__img img {
        width: 150px;
        height:112px;
    }

}

@media(max-width: 350px) {



    .game__block {
        width: 70%;
    }

    .game__img img {
        width: 100%;
    }
}

@media(max-width: 320px) {
    .header__button button {
        font-size: 14px;
        padding: 8px 5px;
    }

    .header__logo {
        flex: 0 0 70px;
    }

}

splide__track splide__track--slide splide__track--ltr splide__track--draggable {
    border-radius: 6px;
}

.splide__slide img {
    border-radius: 6px;
    height: 216px;
}

.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}