body,table,td,tr {
    margin: 0;
    padding: 0
}

.BreadcrumbList ol li a:hover,.custom-ul li a:hover,.navigation>ul .navigation-big__bottom>li .navigation__item:hover,.siteMapSlots a:hover {
    text-decoration: underline
}

header {
    background: #1f2229;
    padding: .7rem 0
}

header .container {
    height: 100%;
    display: grid;
    align-items: flex-start;
    position: relative;
    grid-template-columns: 235px auto;
    grid-template-rows: 1fr;
    align-items: center
}

header .logo {
    width: 100%;
    grid-row-start: 1;
    display: flex;
    grid-row-end: 3
}

.navigation {
    width: 100%;
    display: flex;
    padding-left: 10px
}

.navigation>ul {
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.navigation>ul>li:hover .navigation-big__bottom {
    display: flex
}

.navigation>ul .navigation-big__bottom {
    position: absolute;
    width: 100%;
    left: 0;
    right: revert;
    max-height: 250px;
    z-index: 1000;
    background-color: #1f2229;
    box-shadow: 0 51px 74px 0 rgba(0,0,0,.32);
    padding: 10px;
    display: none;
    justify-content: flex-start;
    list-style: none;
    border: 1px solid #fff;
    border-top: none
}

.navigation>ul .navigation-big__bottom>li {
    width: 33%;
    display: flex;
    flex-direction: column
}

.navigation>ul .navigation-big__bottom>li .navigation-big__label {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff
}

.navigation>ul .navigation-big__bottom>li .navigation__item {
    font-size: 20px!important;
    font-weight: 400!important;
    color: #fff
}

.navigation>ul .navigation__top .navigation__item {
    font-size: 25px;
    font-weight: 500;
    margin-right: 30px;
    cursor: pointer;
    color: #fff
}

.navigation>ul .navigation__bottom {
    position: absolute;
    top: 55px;
    background: #f8f8f8;
    z-index: 1000
}

.navigation>ul .navigation__bottom .navigation__item {
    color: #545454;
    font-size: 22px;
    font-weight: 500;
    margin-right: 15px
}

.navigation>ul .navigation__bottom .navigation__item:after {
    content: " ";
    width: 2px;
    height: 15px;
    display: inline-block;
    background: #144567;
    margin-left: 10px
}

.navigation>ul .navigation__bottom .navigation__item:last-child:after {
    content: none
}

.search-wrap .search-icon {
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 100000
}

.search-wrap .search-icon:hover {
    background: #ffeb3b
}

.search-wrap .search-container {
    max-width: 500px;
    width: 100%;
    display: flex;
    margin-left: 60px;
    flex-direction: column;
    position: fixed;
    top: -100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    right: 50px
}

.search-wrap .search-container .search-input {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    border: 2px solid #1f2229;
    border-radius: 5px;
    outline: 0;
    background: #fff;
    color: #1f2229;
    display: flex;
    justify-content: center;
    text-align: left
}

.search-wrap .search-container .search-result {
    border: 2px solid #1f2229;
    border-top: 0;
    max-height: 300px;
    overflow: auto;
    position: absolute;
    background: #fff;
    top: 138px;
    z-index: 10000;
    width: 100%;
    padding: 2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.search-wrap .search-container .search-result .search-item {
    display: flex;
    align-items: center;
    margin-bottom: 3px
}

.search-wrap .search-container .search-result .search-item img {
    height: 40px
}

.search-wrap .search-container .search-result .search-item a {
    padding-left: 5px;
    color: #1f2229
}

.search-wrap .search-container .search-result .search-item a:hover {
    opacity: .7
}

.search-wrap .search-container.search-open {
    top: 0;
    opacity: 1;
    pointer-events: all;
    max-height: 100em;
    z-index: 10000;
    padding-top: 90px
}

.burger-menu {
    height: 20px;
    display: none;
    padding: 4px 2px;
    cursor: pointer;
    right: 25px;
    top: 35px;
    z-index: 100000000
}

.burger-menu,.burger-menu label {
    width: 30px;
    position: absolute;
    border-radius: 3px
}

.burger-menu label {
    top: 13px;
    height: 4px;
    background: red
}

.burger-menu label:after,.burger-menu label:before {
    width: 30px;
    height: 4px;
    border-radius: 3px;
    margin-left: 7px;
    background: red
}

#nav:checked~.burger-menu label:after {
    width: 28px
}

#nav:checked~.burger-menu label:before {
    width: 29px;
    top: -10px;
    left: 5px;
    animation: .5s forwards top-rot-in
}

.burger-menu label:before {
    content: "";
    position: absolute;
    top: -8px;
    animation: .5s menu-load-state-top
}

#nav:checked~.burger-menu label {
    background: 0 0
}

#nav:checked~.burger-menu label:after {
    top: 10px;
    left: 5px;
    animation: .5s forwards bot-rot-in
}

.burger-menu label:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    animation: .5s menu-load-state-bottom
}

@keyframes menu-load-state-top {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(8px)
    }
}

@keyframes menu-load-state-bottom {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

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

    to {
        transform: rotate(45deg);
        transform-origin: left
    }
}

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

    to {
        transform: rotate(-45deg);
        transform-origin: left
    }
}

.BreadcrumbList ol {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 0
}

.BreadcrumbList ol li {
    padding-right: .3rem;
    padding-left: .3rem;
    font-size: .8rem
}

.BreadcrumbList ol li:first-child {
    padding-left: 0
}

.BreadcrumbList ol li:last-child {
    padding-right: 0
}

.BreadcrumbList ol li a {
    color: #0b3960
}

.blog-medium,.blog-top {
    display: grid;
    grid-template-columns: 60% 40%;
    background: #fff;
    box-shadow: 0 4px 8px #e55638;
    box-sizing: content-box
}

.blog-medium img,.blog-top img {
    width: 100%;
    object-fit: fill;
    max-height: inherit
}

.blog-medium>div,.blog-top>div {
    padding: 0 10px 10px;
    display: flex;
    flex-direction: column
}

.blog-medium>div p:first-child,.blog-top>div p:first-child {
    font-weight: 700
}

.blog-medium>div a,.blog-top>div a {
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px
}

.blog-medium-container {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 30px 0
}

.bonus-review__container {
    display: grid;
    grid-template-columns: 60% 40%
}

@media screen and (max-width: 800px) {
    .burger-menu {
        display:block;
        position: fixed;
        margin-top: -10px
    }

    .search-icon {
        right: 50px!important
    }

    .search-wrap .search-container {
        max-width: 300px
    }

    #nav:checked~.navigation {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%)
    }

    .search-container {
        grid-row-start: 2!important;
        grid-column-start: 1!important;
        grid-row-end: 3!important;
        grid-column-end: 3!important;
        margin-left: 5px!important;
        margin-right: 5px
    }

    header .logo {
        grid-row-start: 1!important;
        grid-row-end: 2!important
    }

    .navigation {
        height: 100%;
        display: flex;
        position: fixed;
        right: 0;
        left: 100%;
        width: 100%;
        background: #1f2229;
        border-left: none;
        transition: .3s;
        transform: translateX(0);
        top: 0;
        bottom: 0;
        padding-top: 30px;
        z-index: 100000;
        box-shadow: 0 0 10px rgba(0,0,0,.5);
        padding-left: 10px;
        justify-content: flex-start;
        overflow: auto
    }

    .navigation,.navigation>ul {
        flex-direction: column
    }

    .navigation .navigation__top {
        height: auto
    }

    .navigation .navigation__top>.navigation__item {
        font-size: 22px!important
    }

    .navigation .navigation__bottom,.navigation .navigation__top {
        display: flex;
        flex-direction: column
    }

    .navigation .navigation__bottom {
        position: relative;
        background: 0 0;
        top: 0
    }

    .navigation .navigation__bottom .navigation__item:after {
        content: none
    }

    .navigation .navigation-big__bottom {
        position: relative!important;
        padding: 0!important;
        box-shadow: none!important;
        background-image: none!important;
        background-color: transparent!important;
        flex-direction: column;
        justify-content: flex-start;
        min-height: 100%;
        max-height: 100%!important
    }

    .navigation .navigation-big__bottom>li {
        width: 100%!important;
        padding: 0;
        border-bottom: 1px solid #4b4b4b
    }

    .navigation a {
        margin-right: 0
    }

    table tr td {
        width: 100px
    }

    .langnav {
        top: 40px!important
    }

    .bonus-review__container {
        grid-template-columns: 100%
    }
}

.bonus-review-btns {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 10px
}

.bonus-review-description {
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 10px;
    padding-left: 10%;
    padding-right: 10%
}

.bonus-review-description p {
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 0;
    margin: 0 0 20px
}

.bonus__content {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 0 10px 10px 0;
    border: 2px solid #ee5755;
    border-left: none
}

.bonus__content .slot_table_info {
    grid-template-columns: 1fr!important
}

.bonus__content .bonus-review-btns {
    flex-wrap: wrap
}

.bonus__content .bonus-review-btns .btn-primary,.bonus__content .bonus-review-btns .btn-second {
    margin-top: 10px
}

.bonus__demo {
    border-radius: 15px
}

.slot_table_info {
    display: grid;
    grid-gap: .7rem
}

.slot_table_info .block_info {
    border: .15rem solid rgba(238,87,85,.85);
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    padding: .4rem;
    width: 100%;
    box-sizing: border-box
}

.slot_table_info .block_info legend {
    font-size: .8rem;
    font-style: italic;
    padding: 0 .3rem
}

html {
    font-size: 16px;
}

a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit
}

li {
    margin: .4rem 0
}

body {
    background: no-repeat #f8f8f8;
    font-weight: 500;
    color: #242424;
    font-size: 1rem;
}

@media only screen and (max-width: 480px) {
    body {
        background-image:none!important
    }
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding-left: .5rem;
    padding-right: .5rem;
    box-sizing: border-box
}

.btn-primary,.btn-second {
    font-weight: 500;
    padding: 1rem 2rem;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

h1 {
    font-size: 2rem
}

h1,h2,h3,h4 {
    margin-top: .67rem;
    margin-bottom: .67rem
}

h2 {
    font-size: 1.8rem
}

h3 {
    font-size: 1.6rem
}

h4 {
    font-size: 1.4rem
}

.demo-play__container {
    height: 100%
}

.modal {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 90vw;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 70px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
    z-index: 101
}

.expert-block,.sitemapNavWrap {
    position: relative
}

.modal>div>img {
    width: 100%;
    height: 100%
}

.modal>div iframe {
    width: 80vw;
    height: calc(100vh - 90px)
}

.modal>button {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 2rem;
    height: 2rem;
    padding: .5rem;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 1px 1px 1px rgba(0,0,0,.227);
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.562)
}

.casino-list {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-gap: 20px;
    width: 100%;
    grid-template-columns: 1fr
}

.btn-primary {
    background-image: linear-gradient(42deg,#f41b18,#ba3b3b);
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px
}

.btn-primary:hover {
    background-image: linear-gradient(42deg,#f41b18,rgba(186,59,59,.8))!important;
    color: #000
}

.btn-primary.sm,.btn-second.sm {
    font-size: .9rem;
    padding: .5rem 1rem
}

.btn-second {
    border: 1px solid rgba(238,87,85,.85);
    color: #c20d40;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px
}

.provider-list,.slot-list {
    display: grid;
    grid-gap: .7rem
}

.btn-second:hover {
    border: 1px solid #ee5755;
    background: #fff;
    color: #000
}

.slot-list {
    grid-template-columns: repeat(auto-fill,minmax(240px,1fr))
}

@media screen and (max-width: 500px) {
    .slot-list {
        grid-template-columns:repeat(auto-fill,minmax(160px,1fr))
    }
}

.provider-list {
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr))
}

.custom-ul {
    list-style: none
}

.custom-ul li {
    padding: 2px
}

.custom-ul li a {
    color: red
}

.custom-ul li a:hover {
    color: #c65e5e
}

.custom-ul li:before {
    background-color: #ff0100;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: relative;
    left: -7px;
    margin-left: -7px;
    display: inline-block;
    top: -3px;
}

table thead tr {
    background: #1f2229!important
}

table thead tr th {
    color: #fff;
    text-align: left;
    padding: 8px 5px;
    font-size: 1rem
}

table,td,tr {
    border-collapse: collapse;
}

table td {
    padding: 8px 5px;
}

table {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

table tr:nth-child(odd) {
    background: rgba(0,0,0,.05);
}

.bonus-list {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-gap: 20px;
    width: 100%;
    grid-template-columns: 1fr 1fr
}

@media screen and (max-width: 1000px) {
    .slot_table_info {
        grid-template-columns:1fr 1fr
    }

    .bonus-list,.casino-list {
        grid-template-columns: 1fr
    }
}

.title__icons .btn-second {
    font-size: 1rem;
    padding: .5rem 1rem;
    margin-left: .5rem;
    float: inherit;
    display: inline-block
}

.expert-refernces {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .7rem
}

@media screen and (min-width: 1000px) {
    .expert-refernces .references-block {
        width:30%
    }

    .expert-refernces .expert-block {
        width: 64%
    }
}

.expert-block {
    display: grid;
    background: #f1f3f7;
    padding: 25px;
    grid-template-columns: 200px auto;
    grid-gap: 10px;
    align-items: center;
    box-shadow: 0 4px 8px -2px rgba(11,25,56,.16);
    border: 1px solid #e0e0e0;
    border-radius: 25px
}

.expert-block>p {
    grid-column-start: 1;
    grid-column-end: 3
}

@media screen and (max-width: 450px) {
    .expert-block {
        grid-template-columns:auto
    }

    .expert-block img {
        margin: auto
    }

    .expert-block>p {
        grid-column: auto
    }
}

.sitemapNavWrap:hover .sitemapNavContainer {
    display: flex;
    background: #000;
    border: 1px solid
}

.sitemapNavContainer {
    position: absolute;
    min-width: 600px;
    justify-content: space-between;
    right: 0;
    bottom: 23px;
    background: #f8f8f8;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    box-shadow: 0 4px 9px 0 rgba(0,0,0,.32)
}

.sitemapNavContainer>div {
    display: flex;
    flex-direction: column
}

.cls-1 {
    opacity: 0
}

.cls-1,.cls-2 {
    fill: #fff
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #1f2229
}

::-webkit-scrollbar-thumb {
    background-color: #f64442;
    border-radius: 10px
}

::-webkit-scrollbar-corner {
    background-color: #999
}

.siteMapSlots {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.siteMapSlots a {
    width: 33%;
    color: #242424;
    font-size: 16px;
    margin: 10px 0
}

.siteMapSlots a:hover {
    color: #000
}

.black-container {
    background: #1f2229;
    padding: 10px 0;
    margin-top: 10px
}

.black-container .container>h2,.black-container .container>h3,.black-container .container>h4,.black-container .container>p {
    color: #fff
}

.faq-wrap {
    padding-top: 10px;
    padding-bottom: 10px
}

.faq-wrap h2 {
    margin-top: 0
}

.faq-wrap .QuestionElement {
    border-bottom: .07em solid #ededed;
    padding: 10px 0
}

.faq-wrap .QuestionElement h3 {
    margin: 0 0 10px
}

.faq-wrap .QuestionElement>div {
    border-left: 2px solid #e31b1b;
    margin-left: 55px;
    padding-left: 25px;
    opacity: 1;
    transition: 3s
}

@media screen and (max-width: 600px) {
    .table.table-mobile {
        border:0!important
    }

    .table.table-mobile thead {
        display: none
    }

    .table.table-mobile tr {
        margin-bottom: 10px;
        display: block;
        border: 2px solid #322d40!important
    }

    .table.table-mobile tr:last-child {
        margin-bottom: 0!important
    }

    .table.table-mobile td {
        display: flex;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        border-right: 1px solid transparent;
        width: 100%;
        justify-content: space-between
    }

    .table.table-mobile td:last-child {
        border-bottom: 0
    }

    .table.table-mobile td:before {
        content: attr(data-label);
        float: left;
        text-align: left;
        text-transform: uppercase;
        font-weight: 700
    }

    .siteMapSlots a {
        width: 100%
    }

    .faq-wrap .QuestionElement>div {
        margin-left: 20px
    }
}

.orangered {
    color: #ff4500
}

.text-center {
    text-align: center
}

@font-face {
    font-family: __Montserrat_Fallback_e958b4;
    src: local("Arial");
    ascent-override:84.97%;descent-override:22.03%;line-gap-override:0%;size-adjust:113.92%
}

.__className_e958b4 {
    font-family: Montserrat,__Montserrat_Fallback_e958b4;
    font-style: normal;
    line-height: 1.5;
}

.CasinoPage_casino-detail-container__wVXLt {
    color: #fff;
    display: grid;
    border: none;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 20px;
    background: #202229;
    box-shadow: 0 4px 8px rgba(29,39,48,.16);
    padding: 10px;
    margin-top: 30px;
    text-align: center
}

.CasinoPage_casino-detail-container__wVXLt>div {
    border-right: 1px solid #dce3e8;
    padding: 10px
}

@media screen and (max-width: 700px) {
    .blog-medium,.blog-top {
        grid-template-columns:100%;
        grid-template-rows: auto auto;
        max-height: 100%
    }

    .blog-medium p,.blog-top p {
        margin: 15px 0
    }

    .blog-medium-container {
        grid-template-columns: 100%
    }

    .CasinoPage_casino-detail-container__wVXLt {
        grid-template-columns: 1fr
    }

    .CasinoPage_casino-detail-container__wVXLt>div {
        border-right: 0
    }
}

.CasinoPage_casino-detail-container__wVXLt>div:last-child {
    border-right: 0
}

.CasinoPage_casino-detail-container__wVXLt ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.CasinoPage_casino-detail-container__wVXLt ul li {
    display: flex;
    align-items: center
}

.CasinoPage_casino-detail-container__wVXLt ul li span {
    margin-right: 5px
}

.CasinoPage_detail-container-double__ge4nP {
    grid-template-columns: 1fr 1fr
}

.CasinoPage_minus__cU94v,.CasinoPage_plus___5x1G {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),#3acd37;
    background-position: 50%;
    background-size: 50% 3px,3px 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    min-width: 30px;
    min-height: 30px
}

.CasinoPage_minus__cU94v {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),red;
    background-position: 50%;
    background-size: 50% 3px;
    background-repeat: no-repeat;
    border-radius: 50%
}

.CasinoPage_fact-icon__Cy5T4 {
    color: #fad200;
    font-weight: 700;
    font-size: 30px
}

.footer {
    background: #202228;
    margin-top: 2rem
}

.footer__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px
}

.footer__inner {
    padding: 60px 0 20px
}

.footer-top {
    margin: 0 0 60px
}

.footer-top__body {
    display: flex;
    gap: 0 30px
}

.footer-top__content {
    width: 440px
}

.footer-top__logo {
    margin: 0 0 40px
}

.footer-top__title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 10px
}

.footer-top__subtitle {
    color: #b8b8b8;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-width: 323px;
    margin: 0 0 20px
}

.footer-top__social {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin: 40px 0 0
}

.footer-top__btn {
    margin: 0 0 0 22px
}

.footer-top__btn-link {
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 50px;
    border: 2px solid #fff;
    transition: background .2s
}

.footer-top__nav {
    width: 762px
}

.footer-top__columns {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px
}

.footer-top__column {
    padding: 0 10px
}

.footer-top-column-title {
    font-size: 16px;
    margin: 0 0 20px
}

.footer-top__list {
    display: flex;
    flex-direction: column;
    gap: 15px 0
}

.footer-top__item-link {
    color: #b8b8b8;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px
}

.footer-bottom__copyright-link,.footer-bottom__copyright-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #b8b8b8
}

.footer-middle {
    background: rgba(255,255,255,.05);
    margin: 0 0 20px
}

.footer-middle__body {
    padding: 20px 0
}

.footer-middle__cards {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-bottom__copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px
}

.footer-bottom__copyright-content {
    width: 620px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

select::-ms-expand {
    display: none
}

.footer-bottom__info {
    padding: 20px 0 0;
    border-top: 1px solid #5a5e6b;
    display: flex;
    flex-direction: column;
    gap: 20px 0
}

.footer-bottom__info-text {
    color: #b8b8b8;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.footer-bottom__info-text-sp {
    color: #b8b8b8;
    text-decoration-line: underline
}

.footer-bottom__copyright-hide {
    display: none
}

.footer-bottom__copyright-lang-box {
    position: relative;
    width: 161px;
    height: 44px
}

.footer-bottom__copyright-lang {
    position: relative;
    border-radius: 30px;
    border: 1px solid #fff;
    background: rgba(255,255,255,.05);
    cursor: pointer
}

.footer-bottom__copyright-lang.footer-bottom__copyright-lang-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.footer-bottom__copyright-lang::after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    left: auto;
    width: 100%;
    height: 100%;
    max-width: 14px;
    max-height: 14px;
    transform: translateY(100%);
    background-image: url(/img/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.footer-bottom__copyright-lang--show.footer-bottom__copyright-lang::after {
    transform: translateY(100%) rotate(180deg)
}

.footer-bottom__copyright-lang-active,.footer-bottom__copyright-lang-item {
    display: flex;
    align-items: center;
    padding-left: 1em
}

.footer-bottom__copyright-lang-img {
    margin: 0 5px 0 0;
    align-self: center
}

.footer-bottom__copyright-lang-text {
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.footer-bottom__copyright-lang-list {
    max-height: 0;
    overflow: hidden;
    transition: .3s
}

@media(min-width: 1000px) {
    .footer-top__image:hover path {
        fill:#fff
    }

    .footer-top__btn-link:hover {
        color: #d80027;
        background: #fff
    }

    .footer-top__item-link:hover {
        color: #fff;
        text-decoration-line: underline
    }

    .footer-middle__card-img:hover path {
        color: #fff
    }
}

.footer-top__image:active path {
    fill: #e0e0e0
}

.footer-top__btn-link:active {
    color: #fff;
    background: #d80027;
    border: none
}

.footer-top__item-link:active {
    color: #d80027
}

.footer-middle__card-img:active path {
    color: #e0e0e0
}

@media(max-width: 1250px) {
    .footer-middle__cards {
        flex-wrap:wrap;
        gap: 10px 20px;
        justify-content: center
    }

    .footer-middle__card-img-one {
        max-width: 56px;
        max-height: 18px
    }

    .footer-middle__card-img-two {
        max-width: 128px;
        max-height: 45px
    }

    .footer-middle__card-img-three {
        max-width: 128px;
        max-height: 19px
    }

    .footer-middle__card-img-four {
        max-width: 34px;
        max-height: 39px
    }

    .footer-middle__card-img-five,.footer-middle__card-img-seven {
        max-width: 166px;
        max-height: 34px
    }

    .footer-middle__card-img-six {
        max-width: 114px;
        max-height: 33px
    }
}

@media(max-width: 1000px) {
    .footer-top__body {
        flex-wrap:wrap;
        gap: 30px 0
    }

    .footer-top__columns {
        flex-wrap: wrap;
        gap: 20px 0
    }

    .footer-top__logo {
        margin: 0 0 30px
    }

    .footer-top__social {
        margin: 30px 0 0
    }

    .footer-top__btn {
        margin: 0 0 0 15px
    }

    .footer-top {
        margin: 0 0 30px
    }

    .footer-bottom__copyright-link,.footer-bottom__copyright-text {
        display: none
    }

    .footer-bottom__copyright-content,.footer-bottom__copyright-lang,.footer-bottom__copyright-lang-box,.footer-bottom__copyright-lang-list {
        width: 100%
    }

    .footer-bottom__copyright-hide,.footer-bottom__copyright-link-hide,.footer-bottom__copyright-text-hide {
        display: block
    }

    .footer-bottom__copyright-hide {
        display: flex;
        flex-wrap: wrap-reverse;
        gap: 20px 0
    }

    .footer-bottom__copyright-text-hide {
        text-align: center;
        flex: 0 1 100%
    }

    .footer-bottom__info {
        padding: 20px 0;
        border-bottom: 1px solid #5a5e6b
    }

    .footer-bottom__copyright-content-hide {
        max-width: 260px;
        margin: 0 auto;
        padding: 20px 0 0;
        display: flex;
        flex: 0 1 100%
    }

    .footer-top__image:active path {
        fill: #e0e0e0
    }

    .footer-top__btn-link:active {
        color: #fff;
        background: #d80027;
        border: none
    }

    .footer-top__item-link:active {
        color: #d80027
    }

    .footer-middle__card-img:active path {
        color: #e0e0e0
    }
}

@media(max-width: 769px) {
    .footer-middle__cards {
        gap:10px 5px
    }
}

.game-container__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background-size: cover;
    filter: blur(4px);/*9.854227066px);*/
    background-position: center top;
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
}

div::-webkit-scrollbar {
    display: none;  /* Chrome, Safari, Opera */
}

.slots-comparison-wrapper {
    width: 100%;
    overflow-x: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    margin-top: 1rem;
}

.slots-comparison-table {
    border-collapse: collapse;
    width: 100%;
    /*min-width: 1200px;*/
}

.slots-comparison-table th,
.slots-comparison-table td {
    border: 1px solid #ddd;
    padding: 10px;
    white-space: nowrap;
    text-align: left;
}
