html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "PFKidsProGradeFive";
    src: url("PFKidsProGradeFive.ttf");
}

@font-face {
    font-family: "HelveticaNeueCyr-Thin";
    src: url("HelveticaNeueCyr-Thin.otf");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #171824;
    background-image: url("main-bg.svg");
    background-size: 100%;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    padding-top: 100px;
}

.table-col {
    max-width: 100%;
    overflow-x: auto;
}

img {
    max-width: 100%;
}

.space-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.space-around {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.container iframe {
    max-width: 100%;
}

.header {
    position: fixed;
    width: 100%;
    margin-bottom: 30px;
    background: #171824;
    top: 0;
    z-index: 111;
    border-bottom: 2px solid #222336;
}

.header .header-top-row {
    min-height: 80px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    /* border-bottom: 1px solid #383b3d; */
    font-size: 13px;
    font-weight: 700;
}

.header .header-top-row .btn {
    margin-left: 10px;
}
.header .header-top-row .btn {
    margin: 10px 20px!important;
}
.header .header-top-row .container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.single-header-panel {
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}

.single-header-panel .header-slogan {
    margin-left: 15px;
    padding-left: 30px;
    border-left: 1px dotted rgba(185, 198, 204, 0.4);
}

.social-text {
    padding: 0 10px;
    margin-left: 10px;
    border-left: 1px dotted rgba(185, 198, 204, 0.4);
    color: #a9bfca;
}

.site-logo svg {
    width: 161px;
    display: block;
}

.social-list {
    list-style: none;
    display: flex;
}

.social-list__link .icons {
    display: block;
    width: 29px;
    height: 29px;
}

.social {
    background-image: url(sprite-social-networks.png);
    margin-right: 5px;
}

.social.icon-fb-hvr,
.social.icon-fb:hover {
    width: 28px;
    height: 29px;
    background-position: -33px 0;
}

.social.icon-fb {
    width: 28px;
    height: 29px;
    background-position: -99px -68px;
}

.social.icon-fl-hvr,
.social.icon-fl:hover {
    width: 28px;
    height: 29px;
    background-position: -66px 0;
}

.social.icon-fl {
    width: 28px;
    height: 29px;
    background-position: 0 -34px;
}

.social.icon-gp-hvr,
.social.icon-gp:hover {
    width: 28px;
    height: 29px;
    background-position: -33px -34px;
}

.social.icon-gp {
    width: 28px;
    height: 29px;
    background-position: -66px -34px;
}

.social.icon-in-hvr,
.social.icon-in:hover {
    width: 28px;
    height: 29px;
    background-position: -99px 0;
}

.social.icon-in {
    width: 28px;
    height: 29px;
    background-position: -99px -34px;
}

.social.icon-mr-hvr,
.social.icon-mr:hover {
    width: 28px;
    height: 29px;
    background-position: 0 -68px;
}

.social.icon-mr {
    width: 28px;
    height: 29px;
    background-position: -33px -68px;
}

.social.icon-ok-hvr,
.social.icon-ok:hover {
    width: 28px;
    height: 29px;
    background-position: -66px -68px;
}

.social.icon-ok {
    width: 28px;
    height: 29px;
    background-position: 0 0;
}

.social.icon-tb-hvr,
.social.icon-tb:hover {
    width: 28px;
    height: 29px;
    background-position: -132px 0;
}

.social.icon-tb {
    width: 28px;
    height: 29px;
    background-position: -132px -34px;
}

.social.icon-tw-hvr,
.social.icon-tw:hover {
    width: 28px;
    height: 29px;
    background-position: -132px -68px;
}

.social.icon-tw {
    width: 28px;
    height: 29px;
    background-position: 0 -102px;
}

.social.icon-vk-hvr,
.social.icon-vk:hover {
    width: 28px;
    height: 29px;
    background-position: -33px -102px;
}

.social.icon-vk {
    width: 28px;
    height: 29px;
    background-position: -66px -102px;
}

.social.icon-ya-hvr,
.social.icon-ya:hover {
    width: 28px;
    height: 29px;
    background-position: -99px -102px;
}

.social.icon-ya {
    width: 28px;
    height: 29px;
    background-position: -132px -102px;
}

.social.icon-yh-hvr,
.social.icon-yh:hover {
    width: 28px;
    height: 29px;
    background-position: -165px 0;
}

.social.icon-yh {
    width: 28px;
    height: 29px;
    background-position: -165px -34px;
}

main h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ffc400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 40px;
}

.main-nav .header-nav--list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    list-style: none;
}

.main-nav .header-nav--list li {
    color: #fff;
    border-bottom: 3px solid transparent;
}

.main-nav .header-nav--list li:first-child {
    color: #03a528;
    border-color: inherit;
}

.main-nav .header-nav--list li:nth-child(2):hover,
.main-nav .header-nav--list li:nth-child(2).current-menu-item,
.main-nav .header-nav--list li:nth-child(4):hover,
.main-nav .header-nav--list li:nth-child(4).current-menu-item {
    color: #0896dc;
    border-color: inherit;
}

.main-nav .header-nav--list li:nth-child(3):hover,
.main-nav .header-nav--list li:nth-child(3).current-menu-item,
.main-nav .header-nav--list li:nth-child(5):hover,
.main-nav .header-nav--list li:nth-child(5).current-menu-item {
    color: #ff6613;
    border-color: inherit;
}

.main-nav .header-nav--list li:nth-child(4):hover,
.main-nav .header-nav--list li:nth-child(4).current-menu-item,
.main-nav .header-nav--list li:nth-child(6):hover,
.main-nav .header-nav--list li:nth-child(6).current-menu-item {
    color: #a56bca;
    border-color: inherit;
}

.main-nav .header-nav--list a,
.main-nav .header-nav--list span {
    text-decoration: none;
    display: inline-block;
    padding: 7px 30px;
    color: inherit;
}

.slots-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
}

.home-banner {
    width: 100%;
}

.banner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.banner-text {
    flex: 1;
    font-family: "PFKidsProGradeFive", Arial, sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    padding: 30px 0;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
}

.banner-btn-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 430px;
    height: 210px;
    background: url(banner-btn-bg.png);
}

.hr-wave {
    width: 100%;
    height: 9px;
    margin: 15px 0;
    background: url(wave-line.png) repeat-x;
    border: none;
}

.btn {
    display: inline-block;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    padding: 5px 20px 7px;
    color: #fff;
    cursor: pointer;
}

.btn.btn-green {
    background: #03a528;
}

.btn.btn-green:hover {
    color: #03a528;
}

.btn.btn-orange {
    box-shadow: 0 3px 0 0 #228B22, 0 4px 4px 0 #000;
    background-color: #3CB371;
}

.btn.btn-orange:hover {
    box-shadow: 0 3px 0 0 #228B22, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, 0.4);
}

.btn.btn-orange:active {
    box-shadow: inset 0 2px 0 0 #228B22, inset 0 0 0 15px rgba(0, 0, 0, 0.2);
    transform: translateY(3px);
}

.btn.btn-silver {
    background: #c7d4df;
    color: #202021;
}

.btn.btn-silver:hover {
    box-shadow: 0 0 10px 0 rgba(11, 76, 127, 0.19);
}

.entr {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    margin: 0 10px;
    padding: 5px 0px 7px;
}

.big-btn {
    display: inline-block;
    padding: 22px 77px;
    font-weight: 700;
    background: #03a528;
    font-size: 18px;
    border: 3px solid;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.big-btn.btn-green {
    background: #03a528;
    border-color: #03a528;
}

.big-btn.btn-green:hover {
    color: #03a528;
}

.big-btn.btn-orange {
    background: #ff6613;
    border-color: #ff6613;
}

.big-btn.btn-orange:hover {
    color: #ff6613;
}

.big-btn:hover {
    background: #fff;
}

.text-container table {
    border: 1px solid #ff00ff;
    width: 100%;
    background: #171824;
    border-radius: 3px;
    margin: 0 0 25px;
    padding: 0;
    border-collapse: collapse;
}

.text-container img {
    margin: 0 auto 25px;
    display: block;
}

.text-container th {
    color: #FFD700;
    padding: 4px;
    background: #222336;
    padding: 10px;
    text-align: left;
}

.text-container td {
    padding: 3px;
    color: #fff;
    padding: 10px 0 10px 10px;
    line-height: 1.3;
}

.text-container tr:nth-child(odd) {
    background-color: #222336;
}

.text-container p,
.text-container ul,
.text-container ol {
    padding-bottom: 10px;
    line-height: 23px;
}

.text-container ul,
.text-container ol {
    margin-bottom: 25px;
}

.text-container li {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}

.text-container p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #fff;
}

.text-container ul,
.text-container ol {
    list-style-position: inside;
    padding-left: 15px;
}

h1 {
    font-size: 30px;
    padding: 0 0 15px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 17px;
}

h2,
h3,
h4 {
    padding: 15px 0 10px;
}

h1,
h2,
h3,
h4 {
    font-family: "HelveticaNeueCyr-Thin", Arial, sans-serif;
    color: #ffc400;
    font-weight: 100;
    margin-bottom: 25px;
}

.text-container a {
    color: #00a3ff;
    text-decoration: none;
}

.text-container a:hover {
    text-decoration: underline;
}

.text-container a:visited {
    color: #fff;
}

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;
}

.line-title {
    position: relative;
    padding: 10px 0 10px;
    font-size: 50px;
    color: #0083c3;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

.line-title span,
.line-title h1 {
    display: inline-block;
    padding: 0 30px;
    font-size: inherit;
    font-family: inherit;
    color: #DC143C;
}

.dotted-line {
    height: 10px;
    margin: 30px 0 40px;
    background: url(line-dot.png-v=83750.png) 0 0 repeat-x;
}

.jackpot-counter {
    font-size: 100px;
    height: 90px;
}

.top-casino--container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-casino--container .top-casino__col {
    width: 100%;
    max-width: 370px;
    display: flex;
    flex-direction: column;
}

.top-casino--container .slot-thumbnails {
    margin-bottom: 20px;
    max-width: 370px;
}

.top-casino--container .slot-thumbnails img {
    width: 100%;
    height: auto;
}

.top-casino__title {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 18px;
    padding: 20px 0;
    color: #202021;
}

.top-casino__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff6613;
    margin-right: 13px;
}

.top-casino__icon img {
    width: 28px;
}

.slot-thumbnails {
    position: relative;
    background: #fff;
    margin: 0.5px;
}

.slot-thumbnails img {
    display: block;
}

.slot-thumbnails:hover img {
    opacity: 0.1;
}

.slot-thumbnails:hover .slot-thumbnails__name {
    opacity: 1;
}

.slot-thumbnails__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.slot-thumbnails__name {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    color: #020021;
    font-size: 20px;
    font-weight: 400;
    font-family: "HelveticaNeueCyr-Thin", Arial, sans-serif;
    letter-spacing: 0.25px;
    opacity: 0;
}

.demo-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1180px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0;
    box-shadow: 0 0 20px 1px rgba(11, 76, 127, 0.22);
}

.iframe-wrap {
    flex: 1;
    position: relative;
    max-width: 1090px;
    margin: 0 auto;
}

.iframe-wrap:before {
    content: "";
    display: block;
    padding-top: 75%;
    margin-bottom: 30px;
}

.iframe-slot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.slot-sidebar {
    width: 400px;
    padding: 20px;
}

.slot-sidebar .big-btn {
    display: block;
    width: 220px;
    margin: 30px auto 15px;
    padding: 16px 10px;
    text-align: center;
    box-shadow: 0 9px 19px -6px #ff6613;
}

@media (max-width: 1150px) {
    .slot-sidebar .big-btn {
        margin-bottom: 25px;
        order: 1;
    }
}

@media (max-width: 1150px) {
    .slot-sidebar {
        display: flex;
        flex-direction: column;
    }
}

.sidebar-title {
    padding: 20px 0 35px;
    color: #ff6613;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1150px) {
    .sidebar-title {
        order: 2;
    }
}

.sidebar-slots {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 1150px) {
    .sidebar-slots {
        order: 3;
    }
}

.sidebar-slots .slot-thumbnails {
    margin-bottom: 15px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0 10px 0px rgba(0, 10, 105, 0.49);
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    list-style: none;
    color: #fff;
}

.breadcrumbs a {
    color: #ff6613;
    text-decoration: none;
    margin-left: 2px;
}

.pay-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 92px;
    padding: 10px 0;
    border-top: 1px dotted #c9d8e7;
    border-bottom: 1px dotted #c9d8e7;
}

.pay-container .pay {
    background: url(pay-sprite.png-v=1.1.png);
    margin: 18px;
}

.pay-container .pay-visa {
    width: 57px;
    height: 19px;
    background-position: 0 0;
}

.pay-container .pay-visa:hover {
    background-position: 0 -19px;
}

.pay-container .pay-master {
    width: 59px;
    height: 34px;
    background-position: -64px 0;
}

.pay-container .pay-master:hover {
    background-position: -64px -38px;
}

.pay-container .pay-bitcoin {
    width: 108px;
    height: 23px;
    background-position: -131px 0;
}

.pay-container .pay-bitcoin:hover {
    background-position: -131px -23px;
}

.pay-container .pay-paysafe {
    width: 104px;
    height: 17px;
    background-position: -245px 0;
}

.pay-container .pay-paysafe:hover {
    background-position: -245px -17px;
}

.pay-container .pay-ecopayz {
    width: 114px;
    height: 27px;
    background-position: -355px 0;
}

.pay-container .pay-ecopayz:hover {
    background-position: -355px -34px;
}

.pay-container .pay-entropay {
    width: 145px;
    height: 37px;
    background-position: -476px 0;
}

.pay-container .pay-entropay:hover {
    background-position: -476px -38px;
}

.manufacturer-nav--list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}

.inst {
    margin-right: 10px;
    background-color: #264484;
    box-shadow: 0 3px 0 1px #16284d;
}

.inst:hover {
    box-shadow: 0 3px 0 1px #16284d, inset 0 10px 10px 5px rgba(255, 255, 255, 0.4);
}

.vk {
    margin-right: 10px;
    background-color: #3a6aa3;
    box-shadow: 0 3px 0 1px #223f61;
}

.vk:hover {
    box-shadow: 0 3px 0 1px #223f61, inset 0 10px 10px 5px rgba(255, 255, 255, 0.4);
}

.tel {
    background-color: #2ca3df;
    box-shadow: 0 3px 0 1px #1a6b84;
}

.tel:hover {
    box-shadow: 0 3px 0 1px #16284d, inset 0 10px 10px 5px rgba(255, 255, 255, 0.4);
}

.manufacturer-nav--list a,
.manufacturer-nav--list span {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0 15px;
    padding: 15px 0;
    color: #202021;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
}

.manufacturer-nav--list a:hover,
.manufacturer-nav--list span:hover {
    text-decoration: underline;
}

.manufacturer-nav--list a:before,
.manufacturer-nav--list span:before {
    content: "";
    display: block;
    margin-bottom: 10px;
    background: url(manufacturer-sprite.png-v=1.1.png);
    margin-top: auto;
    zoom: 0.8;
}

.footer .manufacturer-nav--list a:before,
.footer .manufacturer-nav--list span:before {
    zoom: initial;
}

.footer .manufacturer-nav--list li a,
.footer .manufacturer-nav--list li span {
    font-size: 0;
}

.footer-nav .footer-nav--list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    list-style: none;
}

@media (max-width: 530px) {
    .footer-nav .footer-nav--list {
        flex-direction: column;
        align-items: center;
    }
}

.footer-nav .footer-nav--list li {
    color: #000;
    border-bottom: 3px solid transparent;
}

.footer-nav .footer-nav--list li:first-child {
    color: #03a528;
    border-color: inherit;
}

.footer-nav .footer-nav--list li:nth-child(2):hover,
.footer-nav .footer-nav--list li:nth-child(2).current-menu-item,
.footer-nav .footer-nav--list li:nth-child(4):hover,
.footer-nav .footer-nav--list li:nth-child(4).current-menu-item {
    color: #0896dc;
    border-color: inherit;
}

.footer-nav .footer-nav--list li:nth-child(3):hover,
.footer-nav .footer-nav--list li:nth-child(3).current-menu-item,
.footer-nav .footer-nav--list li:nth-child(5):hover,
.footer-nav .footer-nav--list li:nth-child(5).current-menu-item {
    color: #ff6613;
    border-color: inherit;
}

.footer-nav .footer-nav--list li:nth-child(4):hover,
.footer-nav .footer-nav--list li:nth-child(4).current-menu-item,
.footer-nav .footer-nav--list li:nth-child(6):hover,
.footer-nav .footer-nav--list li:nth-child(6).current-menu-item {
    color: #a56bca;
    border-color: inherit;
}

.footer-nav .footer-nav--list a,
.footer-nav .footer-nav--list span {
    text-decoration: none;
    display: inline-block;
    padding: 7px 30px;
    color: inherit;
}

.menu-microgaming a:before,
.menu-microgaming span:before {
    width: 142px;
    height: 35px;
    background-position: 0 -132px;
}

.menu-microgaming a:hover:before,
.menu-microgaming span:hover:before {
    background-position: 0 -169px;
}

.menu-netent a:before,
.menu-netent span:before {
    width: 105px;
    height: 36px;
    background-position: 0 0;
}

.menu-netent a:hover:before,
.menu-netent span:hover:before {
    background-position: 0 -43px;
}

.menu-novomatic a:before,
.menu-novomatic span:before {
    width: 112px;
    height: 23px;
    background-position: 0 -84px;
}

.menu-novomatic a:hover:before,
.menu-novomatic span:hover:before {
    background-position: 0 -108px;
}

.menu-igrosoft a:before,
.menu-igrosoft span:before {
    width: 92px;
    height: 44px;
    background-position: 0 -448px;
}

.menu-igrosoft a:hover:before,
.menu-igrosoft span:hover:before {
    background-position: 0 -496px;
}

.menu-playson a:before,
.menu-playson span:before {
    width: 149px;
    height: 32px;
    background-position: 0 -205px;
}

.menu-playson a:hover:before,
.menu-playson span:hover:before {
    background-position: 0 -239px;
}

.menu-yggdrasil a:before,
.menu-yggdrasil span:before {
    width: 181px;
    height: 42px;
    background-position: 0 -271px;
}

.menu-yggdrasil a:hover:before,
.menu-yggdrasil span:hover:before {
    background-position: 0 -314px;
}

.menu-betsoft a:before,
.menu-betsoft span:before {
    width: 100px;
    height: 38px;
    background-position: 0 -546px;
}

.menu-betsoft a:hover:before,
.menu-betsoft span:hover:before {
    background-position: 0 -589px;
}

.menu-evoplay a:before,
.menu-evoplay span:before {
    width: 164px;
    height: 42px;
    background-position: 0 -356px;
}

.menu-evoplay a:hover:before,
.menu-evoplay span:hover:before {
    background-position: 0 -401px;
}

.menu-unicum a:before,
.menu-unicum span:before {
    width: 91px;
    height: 24px;
    background-position: 0 -637px;
}

.menu-unicum a:hover:before,
.menu-unicum span:hover:before {
    background-position: 0 -672px;
}

.bonus-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px;
    margin-bottom: 20px;
    color: #202021;
    box-shadow: 0 0 29px -3px rgba(11, 76, 127, 0.23);
}

.bonus-item__img {
    width: 240px;
    margin-right: 30px;
}

.bonus-item__img img {
    border-radius: 7px;
    box-shadow: 0 0 12px 0px rgba(0, 10, 105, 0.55);
}

.bonus-item__head {
    flex: 1;
}

.bonus-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.bonus-item__head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.bonus-item__btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: auto;
}

.bonus-item__btns .btn {
    padding: 9px 30px 10px;
    margin: 2px;
    text-align: center;
    text-transform: uppercase;
}

.bonus-item__btns .btn-orange,
.bonus-item__btns .btn-orange:hover {
    color: #fff;
}

.bonus-item__btns .btn-orange:hover {
    background: #ff6613;
    box-shadow: 0 9px 19px -7px #ff6613;
    text-decoration: none;
}

.bonus-item__content {
    width: 100%;
    padding: 40px 0 10px;
    display: none;
}

.container-404 {
    padding-top: 60px;
}

.text-404 {
    text-align: center;
    font-size: 25px;
    color: #202021;
    font-weight: 400;
    font-family: "HelveticaNeueCyr-Thin", Arial, sans-serif;
}

.main-nav--wrap {
    position: relative;
}

.mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    color: #fff;
    background: #202021;
    list-style: none;
    overflow: hidden;
    height: 0;
    z-index: 999;
    box-sizing: border-box;
}

.mobile-nav--item {
    opacity: 0;
    transform: translateY(40px);
}

.mobile-nav {
    border-top: 1px solid #383b3d;
}

.mobile-nav a,
.mobile-nav span {
    display: block;
    padding: 20px 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.mobile-nav span {
    background: linear-gradient(90deg, #202021 1px, transparent 1%) center, linear-gradient(#202021 1px, transparent 1%) center, #505050;
    background-size: 2px 2px;
}

.mobile-nav--btn {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #2f2f2f;
    cursor: pointer;
    outline: none;
    transition: 0.3s ease-in-out;
}

.mobile-nav--btn span {
    display: block;
    position: absolute;
    height: 2px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 10px;
    right: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.mobile-nav--btn span:nth-child(1) {
    top: 17px;
}

.mobile-nav--btn span:nth-child(2) {
    top: 25px;
}

.mobile-nav--btn span:nth-child(3) {
    top: 33px;
}

.active-nav .mobile-nav--btn span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.active-nav .mobile-nav--btn span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.active-nav .mobile-nav--btn span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.characters-wrap {
    color: #0083c3;
    width: 95%;
    margin: 20px;
}

.characters-wrap tr:nth-child(2n) {
    background: #ddeaf1;
}

.characters-wrap td {
    padding: 10px;
}

.characters-wrap td:first-child {
    font-weight: bold;
}

.site-logo {
    margin-right: auto;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.site-logo img {
    width: 200px;
}

@media only screen and (max-width: 1150px) {
    .top-casino--container .top-casino__col {
        max-width: initial;
    }

    .top-casino__slots {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .demo-container {
        margin-top: 0;
    }

    .slot-sidebar {
        width: 100%;
    }

    .iframe-wrap {
        flex: initial;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .demo-container {
        margin-top: 30px;
        box-shadow: none;
    }
}

@media only screen and (max-width: 850px) {
    .jackpot-counter {
        font-size: 60px;
    }

    .single-header-panel .header-slogan {
        border: none;
        padding-left: 0;
        margin-left: 0;
    }

    .banner-text {
        flex: initial;
        width: 100%;
        text-align: center;
    }

    .social-list {
        justify-content: center;
    }

    .header .header-top-row .btn {
        margin: 0 5px;
    }

    .header .header-top-row .container {
        justify-content: center;
    }

    .social-text {
        border: none;
    }

    .social-list,
    .social-text {
        width: 100%;
        padding: 10px 0 0;
        text-align: center;
    }

    .site-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .site-logo svg {
        margin: 25px auto;
    }
}

@media only screen and (max-width: 768px) {
    .jackpot-counter {
        font-size: 35px;
    }

    .sidebar-slots {
        flex-direction: column;
        align-items: center;
    }

    .banner-text {
        padding: 20px 0 10px;
        font-size: 45px;
    }

    .header-bottom-row .container {
        padding: 0;
    }

    .home-banner,
    .main-nav .header-nav--list {
        display: none;
    }

    .main-nav {
        position: relative;
        height: 50px;
    }

    .active-nav .mobile-nav {
        display: block;
        height: initial;
    }

    .active-nav .mobile-nav--item {
        transition: 0.3s ease-in-out;
        transform: translateY(0);
        opacity: 1;
    }

    .header-nav--list {
        display: none;
    }

    .mobile-nav--btn {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .bonus-item__btns {
        justify-content: center;
    }

    .bonus-item__head {
        flex: initial;
        width: 100%;
    }

    .bonus-item__img {
        margin-right: 0;
    }
}

@media only screen and (max-width: 500px) {
    .single-header-panel .header-slogan {
        text-align: center;
    }

    .header .header-top-row .btn {
        margin-top: 10px;
    }

    .single-header-panel {
        flex-direction: column;
    }

    .banner-btn-box {
        height: initial;
        background: transparent;
        margin-bottom: 10px;
    }

    img[class*="wp-image"] {
        display: block;
        float: none;
        margin: 0 auto;
        height: auto;
    }
}

@media only screen and (max-width: 340px) {
    body {
        padding-top: 130px;
    }
}

#ctoc-list-captions {
    padding: 20px;
    background: #222336;
    border-radius: 10px;
    border: none !important;
    margin-bottom: 30px;
}

.ctoc-body {
    padding: 0;
}

.ctoc-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ctoc-body ul li {
    margin-bottom: 10px;
}

.ctoc-body a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    transition: all 0.5s ease-out;
}

.ctoc-body a:hover {
    text-decoration: none;
    color: #ffc400;
}

.ctoc__item-thumbnail {
    width: 15px !important;
    height: 15px !important;
	margin-bottom: 10px;
    background-repeat: no-repeat;
}

.loadmore {
    margin-top: 20px;
    border: 1px solid #03a528;
}

.has-btn {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.up_button {
    opacity: 0;
    display: block;
    background-image: url(top.svg);
    background-color: #03a528;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: 2px solid #03a528;
}

@media (max-width: 767px) {
    .up_button {
        display: none !important;
    }
}

.comments-container {
    max-width: 1200px;
    width: 100%;
    margin: 50px auto;
    padding: 0 10px;
}

.comments-container .commentlist {
    list-style: none;
}

.comments-container .commentlist li {
    margin-bottom: 20px;
}

.comments-container h3.comment-reply-title {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    margin: 70px 0 30px 0;
    font-weight: 500;
    padding: 0;
}

.comments-container .comment-reply-text {
    margin-bottom: 20px;
}

.comments-container .comment__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.comments-container .comment__wrap .avatar {
    border-radius: 50%;
}

.comments-container .comment__block {
    padding: 15px;
    width: 100%;
    border: 1px solid #7a7b7c;
    position: relative;
}

.comments-container .comment__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.comments-container .comment__header div.author {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.comments-container .comment__header div.date {
    margin-left: 20px;
    color: #c7cdd1;
}

.comments-container .comment-form-comment {
    margin-bottom: 20px;
}

.comments-container .comment-form-comment textarea {
    width: 100%;
    resize: none;
    height: 200px;
    padding: 15px;
    background: transparent;
    border: 1px solid #7a7b7c;
    color: white;
    outline: none;
}

.comments-container .form-submit {
    text-align: right;
}

.comments-container .form-submit .btn {
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    background-color: #fe284a;
    outline: none;
    border: none;
}

.comments-container .form-submit .btn:hover {
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, 0.4);
}

.comments-container .form-submit .btn:active {
    box-shadow: inset 0 2px 0 0 #871628, inset 0 0 0 15px rgba(0, 0, 0, 0.2);
    transform: translateY(3px);
}

@media (max-width: 768px) {
    .comments-container .form-submit {
        display: block;
        margin: 20px auto;
    }
}

.comments-container .comment-form-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.comments-container .comment-form-info input {
    border: 1px solid #7a7b7c;
    background: transparent;
    width: 200px;
    height: 35px;
    margin-left: 15px;
    padding: 0 15px;
    color: white;
    outline: none;
}

@media only screen and (max-width: 530px) {
    .comments-container .comment-form-info {
        flex-direction: column;
    }

    .comment-form-author {
        margin-bottom: 20px;
    }

    .comments-container .comment-form-info input.author {
        margin-left: 27px;
    }

    .comments-container .form-submit {
        text-align: center;
    }
}

.s-game {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.s-game__inner {
    position: relative;
    background-color: #000;
}

.s-game__inner:after {
    content: "";
    display: block;
    padding-top: 75%;
}

.s-game__entry,
.s-game__inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.s-game__inner iframe {
    border: 0;
    outline: 0;
}

.s-game__img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: blur(10px);
}

.s-game__btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 0;
    background-color: transparent;
    background-image: url(play.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: opacity 0.2s;
    cursor: pointer;
}

.s-game__btn:hover {
    opacity: 0.8;
}

.advantages {
    box-sizing: border-box;
    padding: 20px 0;
    background-color: #161626;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

.advantages:before,
.advantages:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 14px;
    background-image: url(star.png);
    background-size: contain;
    background-repeat: repeat-x;
}

.advantages:before {
    top: 3px;
}

.advantages:after {
    bottom: 3px;
}

@media (max-width: 668px) {
    .advantages {
        margin: 40px 0 30px;
    }
}

.advantages_row {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
}

.advantages_block {
    display: flex;
    box-sizing: border-box;
    min-height: 160px;
    width: 33%;
    padding-left: 10px;
    align-items: center;
}

.advantages_block img {
    width: 35px;
    margin-right: 15px;
    flex: 10% 0 0;
}

@media (max-width: 668px) {
    .advantages_block img {
        margin: 0;
    }
}

@media (max-width: 668px) {
    .advantages_block {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        min-height: 90px;
        padding: 10px;
    }
}

.advatnages_title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

@media (max-width: 668px) {
    .advatnages_title {
        margin: 0;
        font-size: 12px;
    }
}

.advantages_text {
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #646a87;
}

@media (max-width: 668px) {
    .advantages_text {
        display: none;
    }
}

.footer {
    background: url(footer-bg.png) repeat, #0a0a14;
    width: 100%;
    border-top: 1px dashed #303036;
}

.footer-icon {
    background: url(footer-bg.png) repeat, #0a0a14;
    box-shadow: inset 0 30px 30px -10px rgba(0, 0, 0, 0.8);
    width: 100%;
    color: #646a87;
}

.footer-icon h3 {
    color: #646a87;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.footer-icon .footer-block-title {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #222330;
    line-height: 30px;
    margin-top: 20px;
}

.pay-and-partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.pay-and-partners .icon-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    height: 40px;
    box-sizing: border-box;
    width: 16.66667%;
    padding-right: 15px;
}

@media (max-width: 480px) {
    .pay-and-partners .icon-item {
        width: 25%;
    }
}

.pay {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.pay > div {
    display: flex;
    align-items: center;
    height: 40px;
    margin: 0 30px 25px 0;
}

.partner_betsoft {
    width: 110px;
}

.endorphina {
    width: 95px;
}

.spinomenal,
.isoftbet {
    width: 130px;
}

.pariplay,
.belatra {
    width: 130px;
}

.visa {
    width: 80px;
}

.mastercard {
    width: 45px;
}

.netelller {
    width: 125px;
}

.skrill {
    width: 80px;
}

.webmoney,
.yandex,
.moneta,
.big_time_gaming {
    height: 40px;
}

.sms {
    width: 40px;
}

.blueprint,
.booongo {
    height: 30px;
}

.evolution {
    max-width: 140px;
}

.push_gaming,
.red_tiger {
    width: 160px;
}

.relax_gaming {
    width: 120px;
}

.elk {
    width: 102px;
}

.playtech {
    width: 160px;
}

.nolimit {
    width: 145px;
}

.thunderkick {
    width: 140px;
}

.ezugi {
    width: 99px;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .footer-menu {
        flex-direction: column;
    }
}

.footer-menu .menu-help {
    width: 50%;
}

@media (max-width: 768px) {
    .footer-menu .menu-help {
        width: 100%;
    }
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.footer-menu ul li {
    width: 50%;
    padding: 0 12px;
}

@media (max-width: 768px) {
    .footer-menu ul li {
        width: 100%;
    }
}

.footer-menu ul li a,
.footer-menu ul li span {
    height: 36px;
    width: 100%;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    display: block;
    line-height: 36px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color .15s linear, transform .15s linear;
}

.footer-menu ul li:hover {
    background-color: #252536;
    transform: scale(1.1);
    border-radius: 4px;
}

.social_footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.social_footer h3 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #222330;
    line-height: 30px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.social_footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.social_footer img {
    width: 20px;
    height: 20px;
}

.footer-copy {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 15px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .footer-copy {
        flex-direction: column-reverse;
    }
}

.copy {
    width: 35%;
}

@media (max-width: 768px) {
    .copy {
        width: 100%;
        text-align: center;
    }
}

.age {
    display: flex;
    flex-direction: row;
    width: 40%;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.age a {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .age a {
        margin: 0;
    }
}

.age img {
    height: 40px;
    width: 40px;
    max-width: initial;
}

@media (max-width: 768px) {
    .age {
        width: 100%;
        text-align: center;
        flex-direction: column;
    }
}

.licence {
    width: 35px;
}

@media (max-width: 768px) {
    .licence {
        display: block;
        margin: 10px auto;
    }
}

.lang {
    width: 150px;
}

.list_hreflangs {
    display: flex;
    list-style: none;
    flex-direction: column;
    position: relative;
}

.list_hreflangs:hover li {
    display: flex;
}

.list_hreflangs li {
    flex-direction: row;
    align-items: center;
    display: none;
    margin-bottom: 10px;
    order: -1;
}

.list_hreflangs li span,
.list_hreflangs li a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.list_hreflangs li img {
    margin-right: 10px;
}

.list_hreflangs li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.list_hreflangs li .arrow-bottom {
    width: 12px;
    margin-left: 10px;
    display: block;
}

.list_hreflangs .active {
    display: flex;
    cursor: pointer;
    order: -2;
}

.list_hreflangs img {
    width: 30px;
    height: 30px;
}

.no-active {
    top: 35px;
    position: absolute;
    left: 1px;
}

@media (max-width: 600px) {
    .container img {
        width: 100%;
    }
}

.copy,
.age,
.lang {
    color: #ccc;
}

.btnmain {
    box-sizing: border-box;
    appearance: none;
    background-color: transparent;
    border: 2px solid #ffc400;
    border-radius: 0.6em;
    color: #e74c3c;
    cursor: pointer;
    display: flex;
    align-self: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0 12px;
    padding: 12px 36px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.btnmain:focus,
.btnmain:hover {
    color: #fff;
    outline: 0;
}
.btn-yellow {
    border-color: #ffc400;
    color: #fff;
    box-shadow: 0 0 6px 0 #ffc400 inset, 0 0 6px 1px #ffc400;
    transition: all 150ms ease-in-out;
}
.btn-pink {
    border-color: #ff00ff;
    color: #fff;
    box-shadow: 0 0 6px 0 #ff00ff inset, 0 0 6px 1px #ff00ff;
    transition: all 150ms ease-in-out;
}

@media (max-width: 500px) {
    body {
        padding-top: 100px;
    }
    .btnmain {
        padding: 8px 16px;
    }
    main h1 {
        font-size: 20px;
    }
    .site-logo {
        font-size: 14px;
    }
}
.responsive {overflow-x: auto;margin:0 0 25px;}
