@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: local(""), url(../fonts/roboto-v30-latin_cyrillic-100.woff2) format("woff2"), url(../fonts/roboto-v30-latin_cyrillic-100.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local(""), url(../fonts/roboto-v30-latin_cyrillic-300.woff2) format("woff2"), url(../fonts/roboto-v30-latin_cyrillic-300.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local(""), url(../fonts/roboto-v30-latin_cyrillic-regular.woff2) format("woff2"), url(../fonts/roboto-v30-latin_cyrillic-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local(""), url(../fonts/roboto-v30-latin_cyrillic-500.woff2) format("woff2"), url(../fonts/roboto-v30-latin_cyrillic-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local(""), url(../fonts/roboto-v30-latin_cyrillic-700.woff2) format("woff2"), url(../fonts/roboto-v30-latin_cyrillic-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local(""), url(../fonts/roboto-v30-latin_cyrillic-900.woff2) format("woff2"), url(../fonts/roboto-v30-latin_cyrillic-900.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Dela Gothic One;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/dela-gothic-one/dela-gothic-one-v10-cyrillic_latin-regular.eot);
    src: url(../fonts/dela-gothic-one/dela-gothic-one-v10-cyrillic_latin-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/dela-gothic-one/dela-gothic-one-v10-cyrillic_latin-regular.woff2) format("woff2"), url(../fonts/dela-gothic-one/dela-gothic-one-v10-cyrillic_latin-regular.woff) format("woff"), url(../fonts/dela-gothic-one/dela-gothic-one-v10-cyrillic_latin-regular.ttf) format("truetype"), url(../fonts/dela-gothic-one/dela-gothic-one-v10-cyrillic_latin-regular.svg#DelaGothicOne) format("svg")
}

@font-face {
    font-family: Druk Cyr;
    font-style: normal;
    font-weight: 700;
    src: local("Druk Cyr Bold"), local("Druk-Cyr-Bold"), url(../fonts/drukcyr/DrukCyr-Bold.woff2) format("woff2"), url(../fonts/drukcyr/DrukCyr-Bold.woff) format("woff"), url(../fonts/drukcyr/DrukCyr-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Druk Cyr;
    font-style: normal;
    font-weight: 900;
    src: local("Druk Cyr Heavy"), local("Druk-Cyr-Heavy"), url(../fonts/drukcyr/DrukCyr-Heavy.woff2) format("woff2"), url(../fonts/drukcyr/DrukCyr-Heavy.woff) format("woff"), url(../fonts/drukcyr/DrukCyr-Heavy.ttf) format("truetype")
}

@font-face {
    font-family: Druk Cyr;
    font-style: normal;
    font-weight: 500;
    src: local("Druk Cyr Medium"), local("Druk-Cyr-Medium"), url(../fonts/drukcyr/DrukCyr-Medium.woff2) format("woff2"), url(../fonts/drukcyr/DrukCyr-Medium.woff) format("woff"), url(../fonts/drukcyr/DrukCyr-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Druk Cyr;
    font-style: normal;
    font-weight: 400;
    src: local("Druk Cyr Super"), local("Druk-Cyr-Super"), url(../fonts/drukcyr/DrukCyr-Super.woff2) format("woff2"), url(../fonts/drukcyr/DrukCyr-Super.woff) format("woff"), url(../fonts/drukcyr/DrukCyr-Super.ttf) format("truetype")
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    -webkit-text-size-adjust: 100%
}

body {
    background: #fff;
    color: #212121;
    font-family: Roboto, sans-serif;
    font-size: 14px
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:hover {
    background-color: #969696;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

img {
display: block;
margin: 0 auto;
max-width: 100%;
}
figure img {
border-radius: 14px;
margin: 20px auto;
}

.container #toc_container {
    margin-bottom: 20px
}

.container #toc_container #ctoc-list-captions {
    border: 1px solid #013026;
    padding: 0
}

.container #toc_container #ctoc-list-captions .ctoc-body {
    padding: 10px
}

.container #toc_container #ctoc-list-captions ul {
    margin: 0 0 0 20px
}

.container #toc_container #ctoc-list-captions ul li {
    color: #00a324;
    list-style: disc
}

.container #toc_container #ctoc-list-captions ul li:hover {
    color: #013026
}

.container #toc_container #ctoc-list-captions ul li a {
    color: #00a324;
    padding: 0;
    text-decoration: none
}

.container #toc_container #ctoc-list-captions ul li a:hover {
    color: #013026
}

.container #toc_container #ctoc-list-captions ul li a:before {
    display: none
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%
}

.main-home .slots-container {
    max-width: 960px
}

.btn,
.text-container .btn {
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    width: 160px
}

.btn-orange,
.text-container .btn-orange {
    background: #ffa100;
    color: #000
}

.btn-orange:hover,
.text-container .btn-orange:hover {
    background: #ffcc16
}

.btn-green,
.text-container .btn-green {
    background: #00a324;
    color: #e5e5e5
}

.btn-green:hover,
.text-container .btn-green:hover {
    background: #06e036;
    text-decoration: none
}

.btn-large,
.text-container .btn-large {
    display: block;
    font-size: 25px;
    font-weight: 700;
    max-width: 305px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%
}

.text-container ol,
.text-container p,
.text-container ul {
    line-height: 25px;
    padding-bottom: 10px
}

.text-container ol,
.text-container ul {
    list-style-position: inside;
    padding-left: 15px
}

.text-container p {
    text-indent: 15px
}

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

h1 {
    font-size: 28px;
    padding: 45px 0
}

h2 {
    font-size: 24px;
    padding: 36px 0
}

h3 {
    font-size: 20px;
    padding: 26px 0
}

h4 {
    font-size: 18px;
    padding: 20px 0
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
    text-align: center
}

.text-container a {
    color: #5ed1ba;
    text-decoration: none
}

.text-container a:visited {
    color: #a35ed9
}

.text-container a:hover {
    text-decoration: underline
}

img.alignleft {
    float: left;
    margin: 20px 20px 20px 0
}

img.alignright {
    float: right;
    margin: 20px 0 20px 20px
}

img.aligncenter {
    display: block;
    margin: 20px auto
}

nav ul {
    list-style: none
}

nav a,
nav span {
    color: #fff;
    text-decoration: none
}

.manufacturer-nav--list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 35px 0 0
}

.manufacturer-nav--list a,
.manufacturer-nav--list span {
    color: #202021;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    justify-content: space-between;
    margin: 0 5px;
    padding: 15px 0 0;
    text-align: center;
    text-decoration: none
}

.manufacturer-nav--list a:hover,
.manufacturer-nav--list span {
    text-decoration: underline
}

.manufacturer-nav--list a:before,
.manufacturer-nav--list span:before {
    zoom: .8;
    background: url(../../img/producer-sprite.png?v=1.3);
    content: "";
    display: block;
    margin-bottom: 25px;
    margin-top: auto
}

.menu-microgaming a:before,
.menu-microgaming span:before {
    background-position: 0 -132px;
    height: 35px;
    width: 142px
}

.menu-microgaming a:hover:before,
.menu-microgaming span:before {
    background-position: 0 -169px
}

.menu-netent a:before,
.menu-netent span:before {
    background-position: 0 0;
    height: 36px;
    width: 105px
}

.menu-netent a:hover:before,
.menu-netent span:before {
    background-position: 0 -43px
}

.menu-novomatic a:before,
.menu-novomatic span:before {
    background-position: 0 -84px;
    height: 23px;
    width: 112px
}

.menu-novomatic a:hover:before,
.menu-novomatic span:before {
    background-position: 0 -108px
}

.menu-igrosoft a:before,
.menu-igrosoft span:before {
    background-position: 0 -448px;
    height: 44px;
    width: 92px
}

.menu-igrosoft a:hover:before,
.menu-igrosoft span:before {
    background-position: 0 -496px
}

.menu-playson a:before,
.menu-playson span:before {
    background-position: 0 -205px;
    height: 32px;
    width: 149px
}

.menu-playson a:hover:before,
.menu-playson span:before {
    background-position: 0 -239px
}

.menu-yggdrasil a:before,
.menu-yggdrasil span:before {
    background-position: 0 -271px;
    height: 42px;
    width: 181px
}

.menu-yggdrasil a:hover:before,
.menu-yggdrasil span:before {
    background-position: 0 -314px
}

.menu-betsoft a:before,
.menu-betsoft span:before {
    background-position: 0 -546px;
    height: 38px;
    width: 100px
}

.menu-betsoft a:hover:before,
.menu-betsoft span:before {
    background-position: 0 -589px
}

.menu-evoplay a:before,
.menu-evoplay span:before {
    background-position: 0 -356px;
    height: 42px;
    width: 164px
}

.menu-evoplay a:hover:before,
.menu-evoplay span:before {
    background-position: 0 -401px
}

.menu-unicum a:before,
.menu-unicum span:before {
    background-position: 0 -637px;
    height: 24px;
    width: 91px
}

.menu-unicum a:hover:before,
.menu-unicum span:before {
    background-position: 0 -672px
}

.header__fixed {
    background: #024538;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10
}

.header-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px
}

.header .site-logo a,
.header .site-logo span {
    color: #9c9c9e
}

.header-btns {
    display: flex;
    justify-content: flex-end
}

.header-btns .btn {
    margin: 5px 0
}

.header-btns .btn-orange {
    margin-right: 30px
}

.header-nav--list {
    display: flex;
    font-size: 16px;
    justify-content: center
}

.header-nav--list a,
.header-nav--list span {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 11px 50px;
    position: relative
}

.header-nav--list a:after,
.header-nav--list span:after {
    background: #5ed1ba;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: .3s;
    transition-property: width;
    width: 0
}

.header-nav--list span {
    color: #5ed1ba
}

.header-nav--list span:after {
    left: 0;
    opacity: 1;
    width: 100%
}

.home-banner {
    align-items: center;
    color: #e5e5e5;
    display: flex;
    flex-direction: column;
    font-size: 48px;
    justify-content: center;
    margin-top: 60px;
    position: relative;
    text-align: center
}

@media (max-width:768px) {
    .home-banner {
        margin-top: 86px
    }
}

@media (max-width:450px) {
    .home-banner {
        margin-top: 126px
    }
}

.home-banner__text {
    align-items: center;
    bottom: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: -295px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

@media (max-width:991px) {
    .home-banner__text {
        bottom: 0;
        justify-content: start;
        left: 0;
        top: 40px
    }
}

.home-banner__text1 {
    font-family: Dela Gothic One;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-shadow: 0 0 40px #000
}

@media (max-width:991px) {
    .home-banner__text1 {
        font-size: 28px
    }
}

.home-banner__text2 {
    color: #ffa100;
    font-family: Druk Cyr;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 100%;
    text-shadow: 0 0 40px #000
}

@media (max-width:991px) {
    .home-banner__text2 {
        font-size: 42px
    }
}

.home-banner img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:991px) {
    .home-banner img {
        height: 312px
    }
}

.jackpot {
    background: linear-gradient(90deg, #012921, #024538 51.93%, #012921);
    color: #ffa100;
    font-weight: 900;
    margin: 40px 0;
    padding: 45px 0;
    text-align: center
}

.jackpot__title {
    font-size: 35px
}

.jackpot__info {
    font-size: 64px
}

.jackpot__currency {
    bottom: -10px;
    font-size: 48px;
    left: 10px;
    position: relative
}

.slots-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0 10px
}

.slot-thumbnail {
    background: #012921;
    font-size: 18px;
    margin: 0 9px 20px;
    padding-bottom: 40px;
    position: relative;
    width: 220px
}

.slot-thumbnail .tag-link {
    color: #212121;
    display: block;
    font-size: 20px;
    height: 40px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    top: -40px;
    white-space: nowrap;
    width: 100%
}

.slot-thumbnail img {
    display: block;
    max-height: 165px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.slot-thumbnail .slot_wrap,
.slot-thumbnail a {
    color: #e0e0e0;
    text-decoration: none
}

.slot-thumbnail .slot-name {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 40px;
    justify-content: center;
    left: 0;
    position: absolute;
    transition: .3s;
    width: 100%
}

.slot-thumbnail .slot-name span {
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.game-collection .slot-thumbnail {
    margin-top: 50px
}

.game-collection h3 {
    padding-bottom: 0
}

.iframe-wrap {
    margin: 0 auto;
    max-width: 1090px;
    position: relative
}

.iframe-wrap:before {
    content: "";
    display: block;
    margin-bottom: 30px;
    padding-top: 75%
}

.iframe-slot {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.up_button {
    bottom: 50px;
    right: 20px
}

.footer {
    background: linear-gradient(90deg, #012921, #024538 51.93%, #012921);
    margin-top: 40px;
    padding: 15px 0
}

.footer-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.footer-nav--list {
    align-items: center;
    -moz-columns: 5;
    column-count: 5;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: center;
    list-style: none;
    padding: 20px 0
}

.footer-nav--list a,
.footer-nav--list span {
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-decoration: none
}

.footer-nav--list span {
    color: #5ed1ba;
    text-decoration: underline
}

.footer-nav--list a:hover {
    color: #5ed1ba
}

.footer-logo {
    text-align: center;
    width: 250px
}

.footer-logo a,
.footer-logo span {
    color: #9c9c9e;
    font-size: 10px
}

.footer-logo img {
    display: block;
    margin: 0 auto
}

.copyright {
    color: #9c9c9e;
    font-size: 12px;
    padding: 10px 0 0;
    text-align: center
}

ul.breadcrumbs {
    color: #9c9c9e;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: flex-start;
    list-style: none;
    padding: 0
}

ul.breadcrumbs li {
    margin-bottom: 5px;
    padding-right: 3px
}

ul.breadcrumbs a,
ul.breadcrumbs a:hover,
ul.breadcrumbs a:visited {
    color: #9c9c9e;
    text-decoration: none
}

.page ul.breadcrumbs {
    padding: 30px 0
}

.single ul.breadcrumbs {
    padding: 20px 0 0
}

.game {
    box-sizing: border-box;
    margin: 40px auto 0
}

.game__inner {
    background-color: #000;
    position: relative
}

.game__inner:after {
    content: "";
    display: block;
    padding-top: 56.3%
}

.game__entry,
.game__inner iframe {
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.game__inner iframe {
    border: 0;
    outline: 0
}

.game__img {
    display: block;
    filter: blur(10px);
    opacity: .5
}

.game__btn,
.game__img {
    height: 100%;
    width: 100%
}

.game__btn {
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url(../../img/play.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s
}

.game__btn:hover {
    opacity: .8
}

.similar-slots {
    padding-top: 20px
}

.characteristic {
    margin: 40px auto
}

.characteristic__title {
    background: linear-gradient(90deg, #012921, #024538 51.93%, #012921);
    color: #fff;
    padding: 20px 10px;
    text-align: center
}

.characteristic__list {
    font-size: 18px
}

.characteristic__list li {
    align-items: center;
    background: #effbf9;
    display: flex;
    height: 60px;
    justify-content: space-between
}

.characteristic__list li>span {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    width: 50%
}

.characteristic__list li:nth-child(2n) {
    background: #e0f4f0
}

.characteristic__list .dark-text {
    color: #c4c4c4
}

.title-404 {
    font-size: 144px;
    padding: 50px 0 60px;
    text-align: center
}

.text-404 {
    font-size: 28px;
    margin-bottom: 50px;
    text-align: center
}

.container .banner-app {
    align-items: flex-start;
    display: flex;
    font-size: 28px;
    padding-bottom: 20px
}

.container .banner-app>div {
    width: 50%
}

.container .banner-app__img {
    margin-right: 20px
}

.container .banner-app__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px
}

.container .banner-app__one-text {
    font-size: 36px;
    font-weight: 700
}

.container .banner-app__two-text {
    padding: 10px 0 20px
}

.container .banner-app__btn .btn {
    max-width: 370px;
    padding: 15px;
    width: 370px
}

.main-nav--wrap {
    position: relative
}

.mobile-nav {
    background: linear-gradient(90deg, #012921, #024538 51.93%, #012921);
    box-sizing: border-box;
    color: #fff;
    height: 0;
    left: 0;
    list-style: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999
}

.mobile-nav--item {
    opacity: 0;
    transform: translateY(40px)
}

.mobile-nav a,
.mobile-nav span {
    color: #fff;
    display: block;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    transition: .3s ease-in-out
}

.mobile-nav span {
    background: linear-gradient(90deg, #012a21 1px, transparent 1%) 50%, linear-gradient(#012a21 1px, transparent 1%) 50%, #012b22;
    background-size: 2px 2px
}

.mobile-nav--btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    height: 50px;
    outline: none;
    position: relative;
    right: 0;
    top: 0;
    transition: .3s ease-in-out;
    width: 50px
}

.mobile-nav--btn span {
    background: #fff;
    border-radius: 9px;
    display: block;
    height: 2px;
    left: 10px;
    opacity: 1;
    position: absolute;
    right: 10px;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.mobile-nav--btn span:first-child {
    top: 17px
}

.mobile-nav--btn span:nth-child(2) {
    top: 25px
}

.mobile-nav li:last-child {
    margin-bottom: 20px
}

.mobile-nav--btn span:nth-child(3) {
    top: 33px
}

.active-nav .mobile-nav--btn span:first-child {
    top: 50%;
    transform: rotate(135deg)
}

.active-nav .mobile-nav--btn span:nth-child(2) {
    left: -60px;
    opacity: 0
}

.active-nav .mobile-nav--btn span:nth-child(3) {
    top: 50%;
    transform: rotate(-135deg)
}

@media only screen and (max-width:992px) {
    .main-nav {
        position: relative
    }

    .active-nav .mobile-nav {
        height: auto
    }

    .active-nav .mobile-nav--item {
        opacity: 1;
        transform: translateY(0);
        transition: .3s ease-in-out
    }

    .header-nav--list,
    .producer-nav {
        display: none
    }

    .mobile-nav--btn {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .container .banner-app {
        align-items: center;
        flex-direction: column;
        text-align: center
    }

    .container .banner-app__img {
        margin-right: 0
    }

    .container .banner-app>div {
        width: 100%
    }

    .text-404 {
        margin-bottom: 20px
    }

    .title-404 {
        padding: 20px 0
    }

    .characteristic {
        margin: 10px auto 20px
    }

    .game__btn {
        background-size: 100px
    }

    .container.game-container {
        padding: 0
    }

    .game {
        margin: 15px auto 0
    }

    .characteristic__list {
        font-size: 16px
    }

    .characteristic__list li {
        flex-wrap: wrap;
        height: auto
    }

    .characteristic__list li>span {
        padding: 10px 20px;
        width: 100%
    }

    .characteristic__list li>span:last-child {
        background: #effbf9
    }

    .characteristic__list li>span:first-child {
        background: #e0f4f0
    }

    .page ul.breadcrumbs {
        padding-bottom: 15px
    }

    .slots-container {
        padding: 20px 0 10px
    }

    h1 {
        padding: 30px 0 10px
    }

    h2,
    h3 {
        padding: 20px 0
    }

    .jackpot {
        margin: 15px 0
    }

    .footer {
        margin-top: 20px
    }

    .home-banner {
        font-size: 30px
    }

    .footer-container {
        flex-direction: column
    }

    .footer-logo {
        text-align: center;
        width: 100%
    }

    .footer-logo a,
    .footer-logo span {
        color: #9c9c9e
    }

    .footer-logo img {
        width: 80px
    }

    .footer-nav--list {
        -moz-columns: 4;
        column-count: 4;
        order: -1;
        width: 100%
    }

    .site-logo {
        margin-right: 95px
    }

    .header-btns {
        order: 1
    }

    .container.header-container {
        flex-wrap: wrap
    }

    .header-btns {
        flex: auto;
        justify-content: center;
        padding-top: 10px;
        width: 100%
    }

    .container.header-container {
        padding: 10px 15px
    }

    .home-banner {
        font-size: 35px;
        height: auto
    }

    .home-banner .btn-large {
        font-size: 20px;
        max-width: 290px;
        padding: 10px
    }

    .main table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        width: 90%
    }
}

@media (max-width:767px) {
    .container #toc_container #ctoc-list-captions .ctoc-body {
        display: block
    }
}

@media only screen and (max-width:500px) {
    .footer-nav--list {
        -moz-columns: 2;
        column-count: 2;
        text-align: center
    }

    .jackpot__title {
        font-size: 25px
    }

    .jackpot__info {
        font-size: 35px
    }

    .jackpot__currency {
        bottom: -5px;
        font-size: 25px;
        left: 5px
    }

    img[class*=wp-image] {
        display: block;
        float: none;
        margin: 10px auto
    }
}

@media only screen and (max-width:450px) {
    .container .banner-app__btn {
        width: 100%
    }

    .container .banner-app__btn .btn {
        max-width: 100%;
        min-width: 100%;
        width: 100%
    }

    .title-404 {
        padding: 0
    }

    .game__btn {
        background-size: 70px
    }

    .container.characteristic {
        padding: 0
    }

    .container {
        padding: 0 10px
    }

    .slots-container {
        padding: 15px 2px 0
    }

    .slot-thumbnail {
        margin: 0 2px 4px;
        padding-bottom: 40px;
        width: calc(50% - 4px)
    }

    .site-logo {
        margin-right: 0
    }

    .container.header-container {
        justify-content: space-between
    }

    .header-btns {
        align-items: center;
        flex-direction: column
    }

    .header-btns .btn-orange {
        margin-right: 0
    }
}

@media only screen and (max-width:350px) {
    .footer-nav--list {
        -moz-columns: 1;
        column-count: 1
    }
}

.no-mobile-user .header-nav--list a:hover {
    color: #5ed1ba
}

.no-mobile-user .header-nav--list a:hover:after {
    left: 0;
    opacity: 1;
    width: 100%
}

.no-mobile-user .slot-thumbnail .slot_wrap:hover .slot-name,
.no-mobile-user .slot-thumbnail a:hover .slot-name {
    height: 100%
}

.no-mobile-user .slot-thumbnail .slot_wrap:hover img,
.no-mobile-user .slot-thumbnail a:hover img {
    opacity: .3
}

.up_button {
    background-color: #fff;
    border: 1px solid #024538;
    border-radius: 9px;
    bottom: 10%;
    height: 50px;
    padding: 14px;
    position: fixed;
    right: 10%;
    text-align: center;
    transition: all .3s;
    width: 50px;
    z-index: 2
}

.logos {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 40px
}

.logos,
.logos__item {
    align-items: center;
    display: flex
}

.logos__item {
    color: #000;
    cursor: pointer;
    flex-direction: column;
    height: 66px;
    justify-content: flex-start;
    margin: 0 10px 20px;
    max-width: 145px;
    text-decoration: none
}

.logos__item img {
    flex: 1;
    margin-bottom: 10px;
    max-width: 100%;
    min-height: 40px
}

.logos__item span {
    font-weight: 600
}