@font-face {
   font-family: 'Mariupol';
   src: url(../fonts/Mariupol-Regular.ttf)
}

@font-face {
   font-family: 'Mariupol Bold';
   src: url(../fonts/Mariupol-Bold.ttf)
}

embed,
iframe,
object,
video {
    max-width: 100%
}

iframe,
img {
    border: 0
}

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

body {
    margin: 0;
    animation: show 2s;
}

svg:not(:root) {
    overflow: hidden
}

*,
:after,
:before {
    box-sizing: border-box
}

img {
    height: auto;
    vertical-align: middle
}

a:active,
a:focus,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

button,
input,
select,
textarea {
    font-size: inherit;
    line-height: inherit
}

[role=button],
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

ol,
p,
ul {
    margin: 16px 0
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold
}

h1 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 15px
}

h2 {
    font-size: 30px;
    line-height: 36px
}

h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 25px 0 10px 0;
}

h4 {
    font-size: 18px;
    line-height: 27px
}

h5 {
    font-size: 16px;
    line-height: 19px
}

@media (max-width: 768px) {

    h1,
    h2 {
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 5px
    }
}

.btn {
    padding: 8px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}


.btn-light {
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: text;
    border: 1px solid #fff;
}

.btn-light:hover {
    color: #fff;
}

.btn-light::before,
.comment-reply-link:before {
    background: #78787a
}

.btn-orange {
    color: #0A0000;
    position: relative;
    z-index: 1;
    box-shadow: 4px 3px 11.7px 0px #0000009C;
    background: #cbff00;
    border: 1px solid #cbff00;
}

.btn-orange:before {
    background: #FF8E26
}

.btn-light:hover::before,
.comment-reply-link:hover:before,
.btn-orange:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.item__logo {
    border-radius: 4px;
    width: 100px;
    margin-right: 15px;
    display: block;
    float: left;
    min-height: 66px;
    position: relative;
    overflow: hidden
}

.item__logo img {
    display: block
}

.btn-orange {
    float: right;
    font-weight: 600;
}

.item.game .btn {
    float: left;
    margin-top: 10px
}

.play__btn .play-btn-orange {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 48px;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}

.play-btn-orange {
    background-image: linear-gradient(90deg, #9982fa, #a0b3fb);
    border: 1px solid #9982fa;
    color: #0A0000;
    position: relative;
    z-index: 1;
}

.play-btn-orange:hover {
  background-image: none;
  color: #ffffff;
}

* {
    outline: 0
}

a {
    color: #cbff00;
    transition: ease color .3s
}

a:hover {
    text-decoration: none;
    color: #cbff00;
}

img {
    max-width: 100%;
    height: inherit
}

.container {
    max-width: 1224px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px
}

.container:after {
    content: "";
    display: block;
    clear: both
}

.container.flex {
    margin-top: 36px
}

body {
    font-family: 'Mariupol', sans-serif;
    font-size: 18px;
    line-height: 27px;
    overflow-x: hidden;
    background: #1a212a;
    color: white;
    animation: show 2s;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    left: 0;
    width: 100%;
    background: #101419;
}

header .container {
    height: 70px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

header .container nav a {
    text-decoration: none !important;
}

header.active nav {
    padding-top: 70px !important;
    width: 385px !important;
}

.logo {
    position: relative;
    /*min-width: 200px;*/
    max-width: 200px;
    margin-bottom: 0px;
    display: block
}

.logo span {
    color: #06040b;
    z-index: 10;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    text-transform: uppercase;
    top: -7px;
    left: 39px;
}

.logo::after {
    width: 110px;
    font-weight: bold;
    min-height: 50px;
    margin-left: 0px;
    display: block;
    color: #66fcf1;
    position: relative;
    z-index: 2;
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 15px;
    text-transform: uppercase;
    transform: none;
    text-shadow: 1px 1px #020222, 2px 2px #c9b44a, 3px 3px #1e44ff;
}

nav {
    margin-left: 40px;
    display: flex;
    align-items: center;
    height: 100%
}

@media (min-width: 1200px) {
    nav {
        margin-left: auto;
    }
}

nav a {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.more-link {
    padding-right: 0;
}

nav a:first-child {
    display: flex
}

nav a:hover {
    text-decoration: underline;
    color: white;
}

.burger-menu {
    padding: 10px;
    height: 30px;
    width: 40px;
    display: none;
    position: absolute;
    border-radius: 3px;
    padding: 4px 2px;
    cursor: pointer;
    right: 15px;
    z-index: 1000000;
    top: 20px;
}

.burger-menu span::after,
.burger-menu span::before,
.burger-menu span {
    background: #cbff00;
    width: 30px;
    height: 3px
}

.burger-menu span::before {
    content: '';
    position: absolute;
    top: -9px;
    -webkit-animation: menu-load-state-top .5s;
    animation: menu-load-state-top .5s
}

.burger-menu span::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    -webkit-animation: menu-load-state-bottom .5s;
    animation: menu-load-state-bottom .5s
}

.burger-menu span {
    position: absolute;
    top: 13px;
}

@media only screen and (max-width: 1200px) {
    .burger-menu {
        display: block
    }
    header nav {
        height: 100vh;
        display: flex;
        flex-direction: column;
        position: fixed;
        z-index: 4000;
        right: 0;
        left: 100%;
        width: 300px;
        background: #101419;
        border-left: none;
        transition: all .3s;
        overflow: hidden;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        top: 0;
        bottom: 0;
        padding-top: 30px;
        overflow-y: scroll
    }
    header nav a {
        height: auto !important;
    }
    nav a {
        border-bottom: 20px solid transparent !important;
    }
    .active nav {
        transform: translateX(-100%)
    }
    nav ul {
        flex-direction: column
    }
    header nav a {
        height: auto!important
    }
    .sub-nav__items {
        display: flex
    }
    .sub-nav__container>span {
        display: none
    }
    .sub-nav__items .container {
        flex-direction: column
    }
}

.logo {
    margin-left:0;
}

.logo img {
    max-width: 180px;
}

.active .burger-menu span {
    background: transparent;
}

@keyframes top-rot-in {
    0% {
        transform: rotate(0deg);
        transform-origin: left
    }
    100% {
        transform: rotate(45deg);
        transform-origin: left
    }
}

@keyframes bot-rot-in {
    0% {
        transform: rotate(0deg);
        transform-origin: left
    }
    100% {
        transform: rotate(-45deg);
        transform-origin: left
    }
}

.active .burger-menu span::before {
    top: -10px;
    left: 5px;
    -webkit-animation: top-rot-in .5s forwards;
    animation: top-rot-in .5s forwards;
    width: 29px;
}

.active .burger-menu span::after {
    top: 10px;
    left: 5px;
    -webkit-animation: bot-rot-in .5s forwards;
    animation: bot-rot-in .5s forwards;
    width: 29px;
}

.page__content {
    font-size: 16px;
    line-height: 24px;
    color: white;
    margin-bottom: 24px
}

.page__content h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin: 25px 0 10px 0;
}

.items .item {
    width: calc(25% - 12px);
    margin: 6px;
    padding: 0 7.5px 39px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .14)
}

.item__image img {
    display: block
}

.top-bonus .btn-orange,
.top-casino .btn-orange {
    margin-top: auto;
    width: 160px
}

.items.c6 .item {
    width: calc(16.6% - 12px);
    margin: 6px;
    padding: 0
}

.item__game img {
    margin-bottom: 20px
}

.top-casino .casino-label {
    background: #F00;
    border-radius: 8px 0;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .05em;
    color: #FFF;
    padding: 4px 12px 3px;
    z-index: 1;
    text-transform: uppercase
}

.top-casino .item__rate {
    position: absolute;
    right: 0;
    bottom: -1px;
    background: #FFC700;
    border-radius: 4px 0 0 0;
    color: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 19px
}


@media (max-width: 920px) {
    .home__slider .item {
        padding: 24px 27px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }


    .home__slider ul {
        margin-top: -50px;
        order: 3;
        display: flex;
        flex-direction: column-reverse
    }

    .home__slider li {
        margin: 12px 0 0 0
    }

    .home__slider .btn-orange {
        padding: 15px 22px
    }

    .top-casino.items .item {
        width: 100%;
        margin: 7.5px 0;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: start;
        justify-content: space-between;
        padding: 0 7.5px 12px
    }

    .top-casino .casino__bonus {
        margin: 21px 0 0 0;
        width: calc(100% - 126px);
        text-align: left
    }

    .top-casino .btn-orange {
        margin-left: auto;
        margin-top: 12px
    }

    .items.c6 .item {
        min-width: 150px;
        min-height: 170px
    }

    .top-casino .casino-label {
        right: 1px;
        border-radius: 8px 8px 0 0
    }

    .top-casino .item__rate {
        top: 0;
        bottom: auto;
        z-index: 1;
        right: 0;
        padding: 0 5px;
        height: 21px;
        border-radius: 0
    }
    
    .item__table-left.has-label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .item__thumb, .play__btn {
        margin: 0;
    }
}

.item__thumb {
    border-radius: 10px;
    overflow: hidden;
}

.item__thumb img {
    border-radius: 10px;
}

.item__table {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px 20px;
    border-radius: 22px;
    border: 1px solid #9982fa;
    background: #262c35;
}

.item__table:hover {
    transition: 0.5s;
}

/*.item__table-left,*/
/*.item__table-right,*/
.item__table-center {
    flex: 1;
    position: relative
}

.item__table-left {
    flex: none;
}

.item__table-right {
    flex: none;
}

.item__thumb {
    position: relative;
    max-width: 260px;
    width: 260px;
    float: left;
    height: 171px
}

.item__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    /*padding-bottom: 10px;*/
}

.page__thumb {
    width: 260px !important;
    max-width: 260px !important;
}

.item__rate {
    text-decoration: none;
    /*color: #fff;*/
    color: #0B061D;
    /*padding: 2px 5px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    /* display: flex; */
    align-items: center;
}

.star-in-thumb {
    fill: #fff;
    width: 13px;
    height: 12px;
    margin-right: 3px;
    position: relative;
    top: -1px
}

.logo-flag {
    width: 24px;
    height: 25px
}

.item__heading {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.item__heading--link {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding-right: 12px
}

.item__heading--link:hover {
    color: #fff;
}

.list__game {
    float: left;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 920px) {
    .list__game {
        margin: auto;
    }
    .item__heading {
        margin: auto;
    }
}

@media (min-width: 921px) and (max-width: 1040px) {
    .list__game {
        margin-top: 0px;
    }
}

.list__game--item {
    background: none;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    color: #fff;
    white-space: nowrap;
}

.item__bonus {
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    position: relative;
    margin: 14px 0;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.item__table-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 15px;
}

.item__thumb {
    padding-bottom: 15px;
}

.bonus-info {
    /*border: 1px solid #2564C8;*/
    /*box-shadow: 0 0 2px #63F4FB, 0 0 0px #6B77D0, 0 0 30px #7120B1;*/
    border-radius: 20px;
    padding: 10px;
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 920px) {
    .bonus-info {
        margin-top: 10px;
    }
}

.bonus-info div {
    flex: 1 1 48%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

@media (min-width: 600px) {
    .bonus-info div:nth-child(3),
    .bonus-info div:nth-child(4) {
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .bonus-info div:nth-child(4) {
        margin-bottom: 0;
    }
}

.bonus-info div::before {
    content: url('/img/checkmark.png');
    content: url('../images/checkmark-red.png');
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    margin-top: 15px;
}


@media (max-width: 600px) {
    .bonus-info div {
        flex: 1 1 100%; /* Элементы будут занимать всю ширину строки */
    }
}


@media (max-width: 920px) {
    .item__table-center {
        padding: 15px 0;
    }
    
    .item__thumb {
        padding-bottom: 15px;
    }
}

.item__table-right {
    display: flex;
    flex-direction: column;
    /*margin: auto;*/
    padding: inherit;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    box-shadow: 6px 9px 25.5px 0px #0603188C;
}

.casino-bonus span {
    display: block;
    text-align: center;
}

.casino-bonus span:nth-child(1) {
    text-transform: uppercase;
    font-weight: 600;
}

.casino__btn {
    /*padding: 0 15px;*/
    display: flex;
    width: fit-content;
    min-height: 60px;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.casino__btn .btn {
    /*flex: 1;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 48px;
    border-radius: 10px;
}

.limit,
.depos {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}

.btn-orange:hover {
    background: none;
    color: #fff;
}

.label {
    padding-right: 5px;
}

.casino-label {
    background: #eb0303;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .11), 0 3px 12px rgba(0, 0, 0, .08), 0 3px 8px rgba(0, 0, 0, .15);
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .05em;
    color: #FFF;
    text-transform: uppercase;
    padding: 3px 12px;
    text-align: center;
    position: absolute;
    left: 212px;
    border-radius: 0 0 8px
}

.item__table-left.has-label .item__heading {
    padding-top: 25px
}

@media (max-width: 920px) {
    .item__table {
        display: flex;
        flex-direction: column
    }

    /*.list__game {*/
    /*    display: none*/
    /*}*/

    /*.providers,*/
    /*.pay,*/
    /*.limit,*/
    /*.depos {*/
    /*    min-height: 40px*/
    /*}*/

    /*.item__table-right {*/
    /*    flex-direction: column-reverse*/
    /*}*/

    .depos {
        border-bottom: 0
    }
    .list__game {
        display: none;
    }
}

@media (max-width: 950px) {
    /*.item__thumb {*/
    /*    max-width: 120px;*/
    /*    height: 81px*/
    /*}*/

    .casino-label {
        left: 120px
    }

    /*.item__heading--link {*/
    /*    font-size: 18px*/
    /*}*/
}

.casino-bonus {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
    width: fit-content;
    align-items: center;
    margin: auto;
}

@media (max-width: 1024px) {
    /*.item__table {*/
    /*    display: flex;*/
    /*    flex-direction: column*/
    /*}*/

    /*.item__table-center {*/
    /*    margin: 0 auto;*/
    /*}*/

    .item__bonus:before {
        left: -16px;
        right: -16px;
        border-bottom: 0
    }
}

.item__table .line {
    display: flex
}

@media (max-width: 1024px) {
    .item__table.show-all .show-more__item:after {
        transform: rotateZ(135deg);
        margin-top: 6px
    }

    .item__table.show-all .providers,
    .item__table.show-all .pay,
    .item__table.show-all .limit,
    .item__table.show-all .depos {
        display: flex
    }
}


.footer__logo {
    margin-bottom: 24px;
    height: auto;
    width: 184px;
}

@media screen and (max-width: 1024px) {

    .footer__logo {
        margin-bottom: 0
    }

    div.footer__logo {
        flex-direction: column
    }

    div.footer__logo {
        margin: 0 0 15px
    }
}

@media (min-width: 360px) and (max-width: 1024px) {

    div.footer__logo {
        max-width: 100%
    }

    div.footer__logo {
        display: flex;
        justify-content: center
    }
}

blockquote {
    position: relative;
    padding: 20px 20px 20px 65px;
    margin: 20px 0;
    color: white;
    border: 2px solid #6c3af5;
}

blockquote::before {
    content: url('data:image/svg+xml;utf8,<svg fill="%236c3af5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke="%236c3af5"><path d="M6.5 10c-.223 0-.437.034-.65.065.069-.232.14-.468.254-.68.114-.308.292-.575.469-.844.148-.291.409-.488.601-.737.201-.242.475-.403.692-.604.213-.21.492-.315.714-.463.232-.133.434-.28.65-.35l.539-.222.474-.197-.485-1.938-.597.144c-.191.048-.424.104-.689.171-.271.05-.56.187-.882.312-.318.142-.686.238-1.028.466-.344.218-.741.4-1.091.692-.339.301-.748.562-1.05.945-.33.358-.656.734-.909 1.162-.293.408-.492.856-.702 1.299-.19.443-.343.896-.468 1.336-.237.882-.343 1.72-.384 2.437-.034.718-.014 1.315.028 1.747.015.204.043.402.063.539l.025.168.026-.006A4.5 4.5 0 1 0 6.5 10zm11 0c-.223 0-.437.034-.65.065.069-.232.14-.468.254-.68.114-.308.292-.575.469-.844.148-.291.409-.488.601-.737.201-.242.475-.403.692-.604.213-.21.492-.315.714-.463.232-.133.434-.28.65-.35l.539-.222.474-.197-.485-1.938-.597.144c-.191.048-.424.104-.689.171-.271.05-.56.187-.882.312-.317.143-.686.238-1.028.467-.344.218-.741.4-1.091.692-.339.301-.748.562-1.05.944-.33.358-.656.734-.909 1.162-.293.408-.492.856-.702 1.299-.19.443-.343.896-.468 1.336-.237.882-.343 1.72-.384 2.437-.034.718-.014 1.315.028 1.747.015.204.043.402.063.539l.025.168.026-.006A4.5 4.5 0 1 0 17.5 10z"></path></svg>');
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 40px;
    height: auto;
}

blockquote p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
}

@media screen and (max-width: 600px) {
    blockquote {
        padding: 20px;
    }

    blockquote::before {
        position: relative;
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
        top: auto;
        left: auto;
        width: auto;
        transform: none;
    }

    blockquote p {
        margin-left: 0;
    }
}

.icon-18 {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    filter: invert(1);
    opacity: .9
}

@media (max-width: 1024px) {

    div.footer__logo {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    div.footer__logo .logo {
        order: initial;
        margin: 0 auto
    }

    div.footer__logo .hamburger {
        display: none
    }

    .footer__logo {
        width: 250px
    }
}

.items_topcasino .item__table {
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    border-radius: 8px;
    overflow: hidden;
    align-items: center
}

.items_topcasino .item__table-left {
    flex: 1;
    position: relative
}

.items_topcasino .item__table-left {
    min-width: 514px
}

.items_topcasino .item__thumb {
    position: relative;
    max-width: 212px;
    width: 212px;
    float: left;
    margin-right: 15px;
    height: 140px
}

.items_topcasino .item__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.items_topcasino .item__rate {
    background: #FFC700;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    padding: 2px 5px;
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 11px;
    display: flex;
    align-items: center;
    height: 20px
}

.items_topcasino .star-in-thumb {
    fill: #fff;
    width: 13px;
    height: 12px;
    margin-right: 3px;
    position: relative;
    top: -1px
}

.items_topcasino .logo-flag {
    width: 24px;
    height: 25px
}

.items_topcasino .item__heading {
    display: flex;
    flex-direction: row;
    padding-top: 15px
}

.items_topcasino .item__heading--link {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-decoration: none;
    color: #178b42;
    padding-right: 12px
}

.items_topcasino .item__bonus {
    background: linear-gradient(90deg, rgba(219, 0, 255, .15) 0, rgba(255, 45, 85, .15) 100%);
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    border: dashed 1px #FF2D55;
    position: relative;
    margin: 5px 0 0;
    min-height: 42px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: column;
    text-align: left
}

.items_topcasino .item__bonus:before {
    display: none
}

.items_topcasino .casino-label {
    background: #F00;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .11), 0 3px 12px rgba(0, 0, 0, .08), 0 3px 8px rgba(0, 0, 0, .15);
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .05em;
    color: #FFF;
    text-transform: uppercase;
    padding: 3px 12px;
    text-align: center;
    position: absolute;
    left: 0;
    border-radius: 0 0 8px;
    z-index: 1
}

.items_topcasino .item__table-right {
    max-width: 200px
}

@media (max-width: 768px) {
    .items_topcasino .item__table {
        display: flex;
        flex-direction: column
    }

    .items_topcasino .item__table-right {
        flex-direction: column-reverse
    }
}

@media (max-width: 1024px) {
    .items_topcasino .item__thumb {
        max-width: 120px;
        height: 81px
    }

    .items_topcasino .casino-label {
        left: 120px
    }

    .items_topcasino .item__heading--link {
        font-size: 18px
    }
}

.items_topcasino .casino__btn {
    padding: 0 15px;
    background: transparent;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    width: inherit;
    margin: 0
}

.items_topcasino .casino__btn .btn {
    flex: none;
    width: 100px;
    margin: 5px 0
}

@media (max-width: 1024px) {

    .items_topcasino .item__table {
        flex-wrap: wrap
    }

    .items_topcasino .item__table-right {
        max-width: 100%;
        width: 100%
    }

    .items_topcasino .casino__btn {
        flex-direction: row;
        min-height: 60px
    }

    .items_topcasino .casino__btn .btn {
        margin: 0 5px
    }

    .items_topcasino .item__bonus {
        margin: 5px 15px 0 0
    }

    .items_topcasino .item__table-left {
        min-width: 100%
    }
}

@media (min-width: 1025px) {
    .item__table-left > .item__rate.mobile {
        display: none !important;

    }

    .item__table-left .item__rate:not(.mobile) {
        display: flex !important;
    }
}

#footer {
    max-width: 100%;
}

@media (min-width: 1025px) {
    .ccc {
        display: inline-block;
        vertical-align: top;
        float: right;
        margin-top: -15px;
    }

    .footer__icons {
        display: inline-block;
    }

    #footer {
        display: block;
    }
}

.page404 #footer {
    position: relative;
    width: 100%;
    bottom: 0;
}

@media (max-width: 1024px) {

    .item__table-left > .item__rate.mobile {
        display: block !important;
        padding-top: 5px;
    }

    .ccc {
        text-align: center;
    }

    .items_topcasino .item__bonus {
        clear: both;
        margin: 5px 15px;
        float: left;
        width: 100%;
        max-width: calc(100% - 30px)
    }

    .items_topcasino .item__thumb {
        max-width: 110px;
        width: 110px;
        height: inherit
    }

    .items_topcasino .casino-label,
    .items_topcasino .item__rate {
        display: none
    }

    .items_topcasino .casino__btn {
        min-height: 50px
    }
    .item__table{
        padding: 10px;
    }
}

@media (max-width: 380px) {
    .items_topcasino .item__thumb {
        max-width: 70px;
        width: 70px
    }

    .items_topcasino .logo-flag {
        display: none
    }

    .items_topcasino .item__heading {
        padding-top: 8px
    }
}


@media (max-width: 768px) {
    .comment-btn .btn-orange {
        margin-left: 0;
        margin-right: 6px
    }
}

@media (max-width: 400px) {
    .star-rating .star:nth-child(1) {
        display: block
    }
}

.post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.post__thumb img.default {
    object-fit: contain;
    padding: 15px
}

.hidden {
    display: none !important;
}

.container h1 {
    margin: 30px auto;
    text-align: center;
    /* text-shadow: 0px 4px 4px #8F00FF; */
}

.item__rate img {
    height: 11px;
    margin-top: -3px;
    margin-right: 5px;
}

.container .page__content div {
    max-width: 100% !important;
}

@media all and (max-width: 600px) {
    .container h1 {
    margin: 20px auto;
    }
}

.container h1 {
    margin: 30px auto;
}


/* footer */

.footer-block {
    display: inline-grid;
}

.footer-block li {
    list-style-type: none;
    flex: auto;
}

.footer-contnt {
    margin: 20px auto 0 auto;
}

footer .container {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

footer {
    background: #101419;
    color: #fff;
    padding-top: 20px;
    margin-top: 20px
}

.footer-text {
    margin: 20px auto 0 auto;
}

.footer-content {
    height: 100% !important;
    display: grid !important;
}

.footer-list {
    display: grid !important;
    grid-template-columns: 20% 80%;
}

.footer-info {
    display: grid !important;
    grid-template-columns: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
}

.footer-content li a {
    color: white;
    text-decoration: none;
    text-transform: none;
}

@media screen and (max-width: 1280px) {
    footer {
        padding: 20px 0px 0px 0px;
    }

    .footer-content>div:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 4;
        text-align: center;
        grid-template-columns: 100%;
    }

    .footer-content>div:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 3;
        text-align: center;
    }

    .footer-content>div:nth-child(3) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 1;
    }

    .footer-block {
        display: inline-block;
        padding-inline-start: 0px;
    }

    .footer-block li {
        margin: 10px 0;
    }
	
	.footer-info {
		margin-bottom: 0px;
	}
}

@media all and (max-width:1280px) {
    .footer-text {
        text-align: center;
    }

    .footer-block {
        display: inline;
    }

    .footer-list {
        display: block;
    }

    .footer-content>div:nth-child(3) {
        display: block;
        grid-column-start: auto;
        position: relative;
        width: 30px;
        justify-content: center;
        text-align: center;
        margin: 20px auto;
    }
}

.footer-about {
    text-align: center;
    font-size: 16px;
}

@media all and (max-width:548px) {
    .footer-block {
        padding-inline-start: 11px;
    }
}

@media all and (max-width:539px) {
    .footer-block {
        padding-inline-start: 0px;
    }
}

.footer-block {
    margin: 0;
}

/* faq */
svg:not(:root) {
    overflow: hidden
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media screen and (min-width: 300px) {
    .accordion__action-icon {
        width: 40px;
        height: 22px;
    }

    .accordion__action-icon svg {
        width: 30px;
        height: 29px;
    }

    .accordion__action,
    .accordion__content {
        padding: 5px 0px 5px 0px;
    }

    .accordion__action {
        display: flex;
        align-items: baseline;
    }

    .accordion__item {
        border: 1px solid #9982fa;
        border-radius: 0;
        margin-bottom: 25px;
    }

    .accordion__item:hover {
        transition: 0.5s;
    }
}

.accordion__action-icon {
    position: relative;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
    transition: transform ease .25s, background ease .25s, border ease .25s;
}

.accordion__items {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 25px;
}

.accordion__title.h4 {
    font-size: 18px;
    line-height: 10px;
    padding: 15px 0;
    color: white;
    font-weight: 500;
    padding-left: 20px;
}

@media screen and (max-width: 1200px) {
    .accordion__title.h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .accordion__content p {
        margin: 0px 0 25px;
        font-size: 16px;
        line-height: 24px;
    }
}

.accordion__action {
    color: white;
    text-decoration: none;
    margin: 0;
    padding-right: 20px;
}

.faq .row {
    display: block;
}

.accordion__content p {
    margin: 10px 0 10px;
    padding: 0 30px 0 20px;
}

.accordion__items li:last-child .accordion__content {
    border-bottom: none;
}

.row h2 {
    margin: 25px 0 25px 0;
    color: white;
    font-size: 24px;
}

.faq .row {
    list-style-type: none;
    margin: 10px 0px 60px 0px;
}

.container .container {
    padding: 0px;
}

.accordion__content.hidden {
    display: block;
    opacity: 1;
}

.accordion__content p,
.accordion__content {
    font-size: 16px;
}

.accordion__item.active .accordion__action-icon {
    transform: rotate(-180deg);
}

.faq ul ul {
    list-style-type: disc;
}

.casitem {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
    align-items: center;
}

.cas-logo {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(40% - 20px);
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0;
    border-radius: 16px;
}

.cas-logo img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #63F4FB, #6B77D0 55.4%, #7120B1) 1;
    border-image-slice: 1;
    background: linear-gradient(90deg, #63F4FB, #6B77D0 55.4%, #7120B1);
    
}

@media screen and (max-width: 600px) {
    .cas-logo {
    max-width: calc(50% - 10px);
    }
}

/* bonus-table */

.bonus-table {
    font-size: 14px;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #9982fa;
    display: table;
    border-collapse: collapse;
    margin: 10px auto;
}

.table-header, .table-row {
    display: table-row;
}

.table-header div, .table-row div {
    display: table-cell;
    border: 1px solid #2564C8;
    text-align: center;
    padding: 10px 5px;
}

.table-header div {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.table-row div {
    vertical-align: middle;
}

@media all and (max-width: 600px) {
    .bonus-table {
        font-size: 13px;
        width: 100%;
        overflow-x: auto;
    }

    .table-header div {
        height: 35px;
        font-size: 13px;
        vertical-align: middle;
    }

    .table-header div, .table-row div {
        padding: 4px;
    }
}

@media all and (max-width: 365px) {
    .bonus-table {
        font-size: 12px;
    }
}

@media all and (max-width: 1100px) {
    .bonus-table {
        width: 100%;
    }
}

.limit {
    display: none;
}

.star {
    color: #0B061D;
    font-size: 24px;
    line-height: 28px;
    padding-right: 3px;
}

/*networks*/

.footer-contnt {
    font-size: 16px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
}

@media all and (max-width: 1280px) {
  footer {
      padding-bottom: 20px !important;
  }
}

@media all and (max-width: 600px) {
  .footer-contnt {
      display: block;
  }
}

.logo-footer img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

@media all and (max-width: 1280px) {
    .logo-footer img {
        padding-top: 20px;
    }
}

.btn-top {
    position: fixed;
    right: 30px;
    bottom: 60px;
    cursor: pointer;
    opacity: .8;
    z-index: 10;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 29px;
    font-size: 37px;
    border-radius: 100%;
    border: 2px solid #cbff00;
}

.btn-top:hover {
    opacity: 1;
    transition: all 0.2s
}

.scroll-up:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 29px;
    background-image: url('data:image/svg+xml;utf8,<svg width="34" height="34" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M40 45L27 30L14 45" stroke="%23FFFFFF" stroke-width="3" transform="rotate(0 27 27)"></path></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: 3px -6px;
}

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

.more-link {
    text-decoration: none;
    color: #fff;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 8px;
    left: auto;
    right: 0;
    min-width: 150px;
    padding: 10px 0;
    background: #101419;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li a:hover {
    background: #101419f0;
}

@media (max-width: 912px) {
    .dropdown-menu {
        display: block;
        position: static;
        padding: 0px;
        background: none;
        box-shadow: none;
        margin: 0px;
    }
    
    .dropdown-menu li a:hover {
        background: #060318;
    }

    .dropdown .more-link {
        display: none;
    }

    .dropdown-menu li a {
        display: block;
        color: #fff;
    }

    .dropdown-menu li a {
        display: block;
        text-align: center;
        padding: 0 10px;
    }
}

.stars {
    position: relative;
    display: block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFD146"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>');
    background-repeat: repeat-x;
}

.stars_sm {
    width: 120px;
    height: 28px;
    background-size: 24px 28px;
}

.stars_sm_4 {
    width: 96px;
    height: 28px;
    background-size: 24px 28px;
}

.stars_sm_3 {
    width: 72px;
    height: 28px;
    background-size: 24px 28px;
}


@media (max-width: 912px) {
    .top-rating__star {
        justify-content: center;
        text-align: center;
    }

    .stars {
        display: inline-block;
        margin: 0 auto;
    }
}

.play__btn {
    padding-top: 10px;
}


.page__thumb {
    border-radius: 10px;
}

/*new page*/

@media (min-width: 601px) and (max-width: 1100px) {
  .btn-top {
    bottom: 225px;
  }
}

.post {
    text-align: center;
    background: #262c35;
    margin-bottom: 30px;
    border-radius: 22px;
    border: 1px solid #9982fa;
}

.post-title {
    font-size: 24px;
    line-height: 28px;
    color: white;
    margin: 20px;
    display: block;
    padding-top: 20px;
    text-decoration: none;
}

.post-title:hover {
    color: #cbff00;
}

.post-info {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.post-preview {
    margin: 0 15px 15px 15px;
    /*text-align: justify*/
}

.post-preview img {
    max-width: 100%;
    max-height: 100%;
    margin: 5px
}

.post-preview a:hover {
    text-decoration: underline
}

.post-continue {
    margin: 10px
}

.post-body {
    padding: 1px 0;
    text-align: center;
}

@media screen and (max-width: 320px) {
    .post-preview {
        margin: 0 5px 15px 5px
    }
}

.btn-small {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    background-image: linear-gradient(90deg, #9982fa, #a0b3fb);
    border: 1px solid #9982fa;
    color: #0A0000;
    text-decoration: none;
}

.btn-small:hover {
    background-image: none;
    color: #ffffff;
}

.separator {
    width: 80px;
    border: 0;
    border-top: 2px solid #cbff00;
    margin: 15px auto;
    display: block;
}

.img-content {
     text-align:center;
     max-width: 900px;
     width: 100%;
     margin: 0 auto;
}

.comments {
    padding: 30px 10px
}

.comments-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: white;
    margin: 25px 0 10px 0;
    text-align: center;
}

.comment {
    margin: 30px 10px;
    text-align: left
}

.comment-name {
    display: inline-block
}

.comment-date {
    display: inline-block;
    float: right
}

.comment-text {
    /*text-align: justify;*/
    margin: 10px 0
}

.form {
    text-align: center;
}

.form__label {
    display: block;
    margin: 10px 0
}

.form__label img {
    background: #fff;
}

.form__textarea {
    border: 1px solid #e5e5e5;
    width: 50%;
    height: 100px;
    padding: 10px;
    border-radius: 10px;
    background-color: #1a212a;
}

.form__textarea:focus {
    outline: none;
    border: 1px solid #cbff00;
    background-color: #1a212a;
}

.form__input,
.form__select {
    border: 1px solid #e5e5e5;
    width: 50%;
    height: 30px;
    padding: 10px;
    border-radius: 10px;
    background-color: #1a212a;
}

.form__input:focus,
.form__select:focus {
    outline: none;
    border: 1px solid #cbff00;
    background-color: #1a212a;
}

.form__select {
    padding: 0 5px
}

.form__checkbox {
    border: 1px solid #e5e5e5;
    margin: 5px
}

.form__checkbox:focus {
    outline: none;
    border: 1px solid #fb3c2d
}

.form__input,
.form__textarea {
	color: white;
}

.btn-submit {
    padding: 10px 15px;
    border-radius: 10px;
    background-image: linear-gradient(90deg, #9982fa, #a0b3fb);
    border: 1px solid #9982fa;
    color: #0A0000;
    text-decoration: none;
    cursor: pointer;
    text-transform: none
}

.btn-submit:hover {
    background-color: none;
    color: #fff;
}

.btn-wrap {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px
}

@media screen and (max-width: 600px) {
    .form__textarea,
    .form__input, .form__select{
        width: 100%;
    }
}

/* license */

.item__heading {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 90px;
}

.item__heading--link {
    flex-shrink: 0;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    min-width: 140px;
}

.item__heading--license {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    position: relative;
    margin-left: 0;
}

.item__heading--license::before {
    content: "🛡️";
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    opacity: 0.7;
}

@media (max-width: 920px) {
    .item__heading {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .item__heading--link,
    .item__heading--license {
        min-width: unset;
        text-align: center;
        justify-content: center;
    }
}

/* faq */

svg:not(:root) {
    overflow: hidden
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media screen and (min-width: 300px) {
    .accordion__action-icon {
        width: 40px;
        height: 22px;
    }

    .accordion__action-icon svg {
        width: 30px;
        height: 29px;
    }

    .accordion__action,
    .accordion__content {
        padding: 5px 0px 5px 0px;
    }

    .accordion__action {
        display: flex;
        align-items: baseline;
    }

    .accordion__item {
        border: 1px solid #9982fa;
        background: #262c35;
        border-radius: 10px;
        margin-bottom: 25px;
    }

    .accordion__item:hover {
        transition: 0.5s;
    }
}

.accordion__action-icon {
    position: relative;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
    transition: transform ease .25s, background ease .25s, border ease .25s;
}

.accordion__items {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 25px;
}

.accordion__title.h4 {
    font-size: 18px;
    line-height: 10px;
    padding: 15px 0;
    color: white;
    font-weight: 500;
    padding-left: 20px;
}

@media screen and (max-width: 1200px) {
    .accordion__title.h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .accordion__content p {
        margin: 0px 0 25px;
        font-size: 16px;
        line-height: 24px;
    }
}

.accordion__action {
    color: white;
    text-decoration: none;
    margin: 0;
    padding-right: 20px;
}

.faq .row {
    display: block;
}

.accordion__content p {
    margin: 10px 0 10px;
    padding: 0 30px 0 20px;
}

.accordion__items li:last-child .accordion__content {
    border-bottom: none;
}

.row h2 {
    margin: 25px 0 25px 0;
    color: white;
    font-size: 24px;
}

.faq .row {
    list-style-type: none;
    margin: 10px 0px 60px 0px;
    background: #1a212a;
}

.container .container {
    padding: 0px;
}

.accordion__content.hidden {
    display: block;
    opacity: 1;
}

.accordion__content p,
.accordion__content {
    font-size: 16px;
}

.accordion__item.active .accordion__action-icon {
    transform: rotate(-180deg);
}

.faq ul ul {
    list-style-type: disc;
}
