@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: 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: 700;
    src: 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: url(../fonts/roboto-v30-latin_cyrillic-900.woff2) format("woff2"), url(../fonts/roboto-v30-latin_cyrillic-900.woff) format("woff")
}

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

body {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 400
}

@media (min-width: 992px) {
    body {
        background: url(site-bg.jpg?v=1.5)
    }
}

img {
    max-width: 100%
}

h1, h2, h3, h4 {
    line-height: 120%;
    padding: 15px 0 5px
}

.content {
    width: 100%
}

.content-text {
    line-height: 24px;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .content-text p {
        text-align: justify
    }
}

.content-text ol, .content-text ul {
    list-style: inside;
    padding-left: 40px
}

.content-text a {
    color: #00a3ff
}

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

.content-text a:visited {
    color: purple
}

.container.main-content {
    background: url(content-bg.jpg?v=1.3);
    border: 1px solid #424158;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    padding: 40px 15px;
    position: relative
}

.container.main-content.sss {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.main-single .container.main-content {
    display: block
}

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

.header-container {
    border-bottom: 4px solid #1c1f30;
    border-radius: 0 0 10px 10px;
    padding: 0
}

.header-content {
    background: url(content-bg.jpg?v=1.3);
    border: 1px solid #424158;
    border-radius: 0 0 7px 7px;
    border-top: none;
    padding-bottom: 12px
}

.header-top-content {
    display: flex
}

.logo {
    height: 110px;
    min-width: 290px;
    padding: 15px;
    position: relative
}

.logo img {
    position: absolute;
    top: 7px
}

.header-form {
    align-items: center;
    color: #c3b4d2;
    display: flex;
    font-size: 15px;
    height: 110px;
    justify-content: space-between;
    padding: 0 30px;
    width: 100%
}

.form-text {
    display: inline-block;
    margin-right: 10px;
    text-align: right;
    white-space: nowrap
}

.form-text2 {
    display: inline-block;
    margin: 0 10px
}

.download-btn, .login-btn, .registration-btn {
    border-radius: 5px;
    box-shadow: 0 6px 21px 6px rgba(9, 17, 48, .82);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 9px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.banner-btn:hover, .download-btn:hover, .login-btn:hover, .registration-btn:hover, .search-btn:hover, .single-referal:hover, .slot-btn:hover {
    box-shadow: 0 0 20px 0 hsla(0, 0%, 100%, .5)
}

.login-btn {
    background: #5d93fb;
    background: linear-gradient(0deg, #5d93fb, #3c5fa3 50%, #6096ff 0, #5d93fc 73%, #507fd9);
    border: 1px solid #72b7ff
}

.download-btn, .registration-btn {
    background-color: #1627bc;
    background-image: linear-gradient(0deg, darkred 0, #cb0c0c 50%, #e94e4e 51%, #ff3620 76%, #ec3636);
    border: 1px solid #c23f3f
}

.download-btn {
    font-size: 16px;
    margin-left: 80px;
    text-transform: inherit;
    width: 220px
}

.download-btn img {
    height: auto;
    margin-right: 5px;
    width: 25px
}

.download-btn img, .download-btn span {
    display: inline-block;
    vertical-align: middle
}

.download-btn span {
    font-size: 10px;
    text-align: left;
    width: calc(100% - 35px)
}

.download-btn span b {
    display: block;
    font-size: 14px;
    font-weight: 100
}

.input-link {
    border: 1px solid #4e759a;
    border-radius: 5px;
    color: #5b4f67;
    cursor: text;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    padding: 11px;
    text-decoration: none;
    width: 160px
}

.main-nav {
    align-items: center;
    background-image: linear-gradient(180deg, #3b3a50, #353449, #2f2e43, #2a293c, #242336);
    border-radius: 7px;
    box-shadow: 0 10px 14px -10px #091130;
    display: flex;
    height: 82px;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 300px
}

#menu-footer_menu, #menu-main_menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0 30px;
    width: 100%
}

#menu-footer_menu li a, #menu-footer_menu li span, #menu-main_menu li a, #menu-main_menu li span {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

#menu-footer_menu li a:hover, #menu-footer_menu li span, #menu-main_menu li a:hover, #menu-main_menu li span {
    border-bottom: 1px solid #ffc713;
    box-shadow: 0 16px 9px -10px rgba(9, 17, 48, .82);
    color: #ffc713;
    margin-bottom: -1px
}

#menu-footer_menu {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0
}

#menu-footer_menu li {
    margin: 0 40px
}

.header-social {
    display: flex;
    justify-content: space-between;
    min-width: 280px;
    padding: 0 40px
}

.social-link {
    background: url(socials_sprite.png?v=1.3);
    display: inline-block;
    height: 43px;
    width: 43px
}

.social-link > span {
    display: none
}

.social-link.vk {
    background-position: -7px -1px
}

.social-link.ok {
    background-position: -60px -1px
}

.social-link.fb {
    background-position: -113px -1px
}

.social-link.tw {
    background-position: 53px -1px
}

.social-link.vk:hover {
    background-position: -7px -53px
}

.social-link.ok:hover {
    background-position: -60px -53px
}

.social-link.fb:hover {
    background-position: -113px -53px
}

.social-link.tw:hover {
    background-position: 53px -53px
}

.sidebar {
    max-width: 345px;
    padding: 0 15px
}

.main-banner {
    align-items: center;
    background: url(img/main-banner.png);
    background-position: 50%;
    background-size: cover;
    border: 1px solid #424158;
    border-radius: 7px;
    display: flex;
    height: 335px;
    justify-content: flex-start;
    margin: 25px auto;
    padding-left: 85px;
    padding-right: 85px;
    position: relative
}

.main-banner__content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.main-banner__percentage {
    font-size: 130px;
    line-height: 100%
}

.main-banner__text {
    font-size: 42px;
    padding-left: 10px;
    color: #DEC481;
    text-shadow: -1px -1px 3px #111111;
}

.main-banner__btn {
    align-self: flex-end
}

.banner-btn {
    background: red;
    background: linear-gradient(0deg, red, #c80e0e 50%, #fe2a29 0);
    border: 1px solid #c23f3f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    max-width: 260px;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.slot-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 15px;
    width: 100%
}

.slot-thumb {
    background-image: linear-gradient(180deg, #52506f, #494864, #41405a, #393850, #313046);
    border-radius: 3px;
    color: #fff;
    margin: 3px 3px 40px;
    overflow: hidden;
    padding: 4px;
    position: relative;
    text-decoration: none;
    transition: .3s;
    width: 240px
}

.slot-thumb:hover {
    background: linear-gradient(0deg, darkred 0, #cb0c0c 50%, #e94e4e 51%, #ff3620 76%, #ec3636);
    box-shadow: 0 0 20px 0 hsla(0, 0%, 100%, .5)
}

.slot-thumb .slot-name span {
    display: none
}

.slot-thumb:hover .slot-name span {
    display: block;
    font-weight: 700
}

.slot-thumb:hover .slot-name p {
    display: none
}

.slot-thumb .slot-name {
    color: #fff !important
}

.slot-thumb.hidden {
    display: none
}

.slot-img {
    display: block;
    height: 180px;
    overflow: hidden
}

.slot-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1.08);
    width: 100%
}

.plus_bonus {
    color: #40d9ff;
    font-size: 20px;
    line-height: 35px;
    margin-right: 20px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase
}

.registration-btn:hover + .plus_bonus {
    color: #ffc713
}

.slot-name {
    align-items: center;
    color: #c6caf5;
    display: flex;
    font-size: 16px;
    height: 58px;
    justify-content: center;
    text-transform: uppercase;
    transition: .3s
}

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

.slot-buttons {
    align-content: center;
    background: rgba(0, 0, 0, .61);
    display: flex;
    flex-wrap: wrap;
    height: 180px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
    z-index: 1
}

.slot-thumb:hover .slot-buttons {
    opacity: 1
}

.wp-pagenavi {
    clear: both
}

.slot-demo, .slot-for-money {
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
    width: 190px;
    z-index: 99
}

.slot-demo {
    background: rgba(0, 0, 0, .7);
    transform: translateX(240px)
}

.slot-demo--alt {
    height: 36px;
    margin-top: 72px
}

.slot-for-money {
    background: #bf2afe;
    background: linear-gradient(0deg, #bf2afe 17%, #a01dd6 49%, #bb29f9 50%);
    border-bottom: 4px solid #8107b5;
    margin-bottom: 20px;
    transform: translateX(-240px)
}

.slot-thumb:hover .slot-demo, .slot-thumb:hover .slot-for-money {
    transform: translateX(0)
}

.slot-for-money:before {
    background: transparent;
    border: 1px solid #d46fff;
    border-radius: 4px;
    content: "";
    display: block;
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 188px
}

.slot-for-money:hover {
    text-decoration: none
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #bfbfbf;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000
}

.wp-pagenavi span.current {
    font-weight: 700
}

.alignleft {
    float: left;
    margin: 5px 15px 15px 0
}

.alignright {
    float: right;
    margin: 5px 0 15px 15px
}

.aligncenter {
    display: block;
    margin: 15px auto
}

.breadcrumbs-container {
    padding: 15px 0
}

.breadcrumbs {
    color: #c3b4d2;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    justify-content: flex-start;
    list-style: none
}

.breadcrumbs li:last-child {
    color: #ffc713
}

.breadcrumbs a {
    color: #c3b4d2;
    text-decoration: none
}

.breadcrumbs li > a, .breadcrumbs li > span {
    margin: 0 5px
}

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

@media (max-width: 1200px) {
    .small-container {
        margin: 0 auto
    }
}

.single-referal {
    background-color: #5e95ff;
    background-image: linear-gradient(0deg, darkred 0, #cb0c0c 50%, #e94e4e 51%, #ff3620 76%, #ec3636);
    border: 1px solid #c23f3f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    margin: 25px 0 40px;
    padding: 11px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.iframe-wrap {
    border-radius: 7px;
    margin-top: 30px;
    position: relative
}

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

.iframe-game {
    border: none;
    border-radius: 7px;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.error-404, .main-single h1 {
    text-align: center
}

.error-404 {
    font-size: 250px;
    font-weight: 700;
    padding: 60px 0;
    text-shadow: 0 0 30px #ffbce3
}

.sidebar-content {
    background: #0b0520;
    border-radius: 0 0 7px 7px;
    margin-top: -6px;
    padding: 26px 18px 20px
}

.sidebar-header {
    align-items: center;
    background: #000;
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, .48) 50%, transparent);
    border: 6px solid #444161;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    min-height: 75px;
    overflow: hidden;
    position: relative
}

.sidebar-header.dop:after {
    top: 85px
}

.sidebar-header.dop:hover:after {
    transform: translateY(-13px)
}

.sidebar-header.dop:hover p {
    color: #ffc713
}

.sidebar-header.dop:hover .sidebar-title:after, .sidebar-header.dop:hover .sidebar-title:before {
    background-position-y: -35px
}

.sidebar-header.wrap {
    flex-wrap: wrap;
    padding: 10px 0
}

.sidebar-header.wrap:after {
    content: normal
}

.sidebar-title {
    color: #40d9ff;
    font-size: 20px;
    line-height: 35px;
    padding: 0 42px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.sidebar-title:after, .sidebar-title:before {
    background: url(sidebar-sprite.png?v=1.3);
    content: "";
    display: block;
    height: 35px;
    position: absolute;
    top: 0;
    width: 33px
}

.sidebar-title:before {
    background-position: 0 0;
    left: 0
}

.sidebar-title:after {
    background-position: 33px 0;
    right: 0
}

.sidebar-container:hover .sidebar-title:after, .sidebar-container:hover .sidebar-title:before {
    background-position-y: -35px
}

.sidebar-container:hover .sidebar-title {
    color: #ffc713
}

.sidebar-container:hover .sidebar-header:after {
    transform: translateY(-35px)
}

.sidebar-header:after {
    border-radius: 37%;
    box-shadow: 0 0 20px 5px rgba(255, 199, 19, .9);
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    top: 100px;
    transition: .3s;
    width: 100%
}

.sidebar-container {
    margin-bottom: 40px;
    max-width: 450px
}

.sidebar-container:last-child {
    margin-bottom: 0
}

.top-slot {
    list-style: none
}

.top-slot__item {
    background-image: linear-gradient(180deg, #3b3a50, #353449, #2f2e43, #2a293c, #242336);
    border-radius: 7px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding: 20px
}

.top-slot__item:last-child {
    margin-bottom: 0
}

.top-slot__item:hover {
    background-image: linear-gradient(0deg, #3b3a50, #353449, #2f2e43, #2a293c, #242336)
}

.top-slot__info {
    font-size: 16px;
    max-width: 163px;
    padding-left: 15px;
    width: 100%
}

.top-slot__img {
    height: 56px;
    max-width: 76px;
    min-width: 76px
}

.top-slot__img img {
    border: 1px solid #3a5277;
    height: 55px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 75px
}

.top-slot__winner-sum, .winners__winner-sum {
    color: #099aff
}

.top-slot__slot-name, .winners__slot-name {
    color: #eabb19;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

.top-slot__item:hover .top-slot__winner-sum {
    color: #5c92fa
}

.top-slot__item:hover .top-slot__slot-name {
    color: #eaa019
}

.winners {
    font-size: 16px;
    list-style: none
}

.winners__item {
    background: #0b0520;
    border-bottom: 1px solid #322f47;
    display: flex;
    justify-content: flex-start;
    padding: 10px 15px
}

.winners__item:hover {
    background: #1d172e
}

.winners__item:last-child {
    border: none;
    border-radius: 0 0 7px 7px
}

.winners__number-circle {
    align-items: center;
    background-image: linear-gradient(180deg, #3b3a50, #353449, #2f2e43, #2a293c, #242336);
    border-radius: 50%;
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px
}

.winners__item:hover .winners__number-circle {
    background-image: linear-gradient(180deg, #fcd204, #febf00, #ffab00, #fe9700, #fb8301);
    color: #000
}

.winners__info {
    max-width: 240px;
    padding-left: 20px;
    width: 100%
}

.winners-content {
    padding: 6px 0 0
}

.winners__number {
    justify-content: center
}

.search-form, .winners__number {
    align-items: center;
    display: flex
}

.search-form {
    background: #0b0520;
    border: 1px solid #2d4161;
    border-radius: 7px;
    box-shadow: 0 6px 21px 6px rgba(9, 17, 48, .82);
    justify-content: space-between;
    margin-bottom: 40px
}

.search-label {
    background: url(sidebar-sprite.png?v=1.3);
    background-position: 66px -78px;
    display: block;
    height: 20px;
    margin: 0 20px;
    min-width: 20px
}

.search-input {
    background: transparent;
    border: none;
    color: #fff;
    height: 45px;
    outline: none;
    position: relative;
    width: 100%
}

.search-input:before {
    background: red;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.search-btn {
    background: #5d93fb;
    background: linear-gradient(0deg, #5d93fb, #3c5fa3 50%, #6096ff 0, #5d93fc 73%, #507fd9);
    border: none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: 12px 23px;
    text-align: center;
    text-transform: uppercase
}

.container.main-content.front-page-main {
    border-bottom: 0;
    border-radius: 7px 7px 0 0
}

.footer-icons {
    background: url(content-bg.jpg?v=1.3);
    border: 1px solid #424158;
    border-radius: 0 0 7px 7px;
    border-top: 0;
    padding-bottom: 30px;
    position: relative;
    text-align: center
}

.footer-icons:before, .main-banner:before, .main-content:before {
    background: #1c1f30;
    border-radius: 0 0 10px 10px;
    bottom: -6px;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.main-banner.page-banner {
    padding: 50px 15px;
    width: 100%
}

.page-banner .main-banner__text {
    line-height: 100%
}

.jackpot-wrap {
    align-items: center;
    background: url(lights.gif);
    border-radius: 4px;
    display: flex;
    height: 99px;
    justify-content: center;
    margin: 0 auto;
    width: 279px
}

.jek-pot-block {
    border-radius: 9px;
    text-align: center
}

.jek-pot-count span[data-number="1"] {
    background-position: 0 0
}

.jek-pot-count span[data-number="2"] {
    background-position: 0 -40px
}

.jek-pot-count span[data-number="3"] {
    background-position: 0 -80px
}

.jek-pot-count span[data-number="4"] {
    background-position: 0 -120px
}

.jek-pot-count span[data-number="5"] {
    background-position: 0 -160px
}

.jek-pot-count span[data-number="6"] {
    background-position: 0 -200px
}

.jek-pot-count span[data-number="7"] {
    background-position: 0 -240px
}

.jek-pot-count span[data-number="8"] {
    background-position: 0 -280px
}

.jek-pot-count span[data-number="9"] {
    background-position: 0 -320px
}

.jek-pot-count span[data-number="0"] {
    background-position: 0 -360px
}

.jek-pot-count span {
    background-image: url(sprite-jackpot.png?v=1.3);
    background-position: 0 -4px;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    transition: all .5s;
    transition-timing-function: ease-in-out;
    width: 22px
}

span.currency {
    background-image: url(sprite-jackpot2.png?v=1.3);
    background-position: 0 -48px;
    height: 40px;
    width: 25px
}

.jackpot-el {
    position: relative
}

b.jackpot-el {
    color: transparent
}

.jackpot-el:after {
    background-image: url(sprite-jackpot2.png?v=1.3);
    background-position: -30px -8px;
    background-repeat: no-repeat;
    bottom: -21px;
    content: "";
    height: 15px;
    left: auto;
    position: absolute;
    right: -2px;
    top: auto;
    width: 6px
}

.jek-pot-count {
    flex-wrap: wrap;
    justify-content: center
}

.jackpot, .jek-pot-count {
    align-items: center;
    display: flex
}

.active-nav .wrap {
    filter: blur(2px);
    transition-delay: .2s
}

.mobile-nav--overly {
    background: hsla(0, 0%, 100%, .28);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: .3s ease-out;
    width: 100%;
    z-index: 999
}

.active-nav .mobile-nav--overly {
    transform: translateX(0)
}

.mobile-nav--wrap {
    background: #2c3e50;
    background: url(content-bg.jpg?v=1.3);
    bottom: 0;
    display: none;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(300px);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    width: 300px;
    z-index: 9999999
}

.active-nav .mobile-nav--wrap {
    transform: translateX(0)
}

body.active-nav {
    overflow: hidden
}

.mobile-nav--item {
    border-bottom: 1px solid #3f5163;
    box-sizing: border-box;
    width: 100%
}

.mobile-nav--item a, .mobile-nav--item span {
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding-left: 20px
}

.mobile-nav--item a, .mobile-nav--item a:hover, .mobile-nav--item a:visited, .mobile-nav--item span {
    color: #fff;
    text-decoration: none
}

.mobile-nav--item > span {
    background: red;
    background: linear-gradient(0deg, red, #c80e0e 50%, #fe2a29 0)
}

.mobile-nav--header {
    background-image: linear-gradient(180deg, #3b3a50, #353449, #2f2e43, #2a293c, #242336);
    height: 40px
}

#mobile-nav--open, .mobile-nav--close {
    border: none;
    cursor: pointer;
    display: block;
    height: 40px;
    outline: none;
    width: 40px
}

#mobile-nav--open {
    border: 1px solid #c23f3f;
    border-radius: 5px;
    color: #fff;
    display: none;
    height: 50px;
    margin-right: 30px;
    min-width: 50px;
    right: 0;
    text-align: center;
    top: 0
}

#mobile-nav--open, .mobile-nav--close {
    background: red;
    background: linear-gradient(0deg, red, #c80e0e 50%, #fe2a29 0)
}

.mobile-nav--close {
    float: right;
    position: relative
}

.btn-line {
    background: #fff;
    display: block;
    height: 1px;
    width: 60%
}

#mobile-nav--open .btn-line {
    margin: 7px auto
}

.mobile-nav--close .btn-line {
    left: 0;
    margin: -1px auto 0;
    position: absolute;
    right: 0;
    top: 50%
}

.mobile-nav--close .line01 {
    transform: rotate(45deg)
}

.mobile-nav--close .line02 {
    transform: rotate(-45deg)
}

.customize-support .mobile-nav--wrap {
    top: 32px
}

.copyright {
    color: #cdcdde;
    font-size: 12px;
    padding: 35px 0;
    text-align: center
}

.shadow {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.footer__top {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    bottom: 20px;
    cursor: pointer;
    display: block;
    height: 50px;
    opacity: 0;
    outline: 0;
    padding: 0;
    position: fixed;
    right: 20px;
    transition: opacity .2s;
    width: 50px;
    z-index: 100
}

.footer__top.active {
    opacity: 1
}

@media only screen and (max-width: 1240px) {
    .main-nav {
        border-radius: 0;
        justify-content: flex-end;
        margin: 0
    }

    #menu-main_menu {
        padding: 0 15px
    }

    .header-social {
        padding: 0 30px
    }
}

@media only screen and (max-width: 1220px) {
    body {
        background: #3b3a50
    }

    .footer-icons:before, .main-content:before {
        content: none
    }

    .breadcrumbs {
        padding-left: 15px
    }

    .content {
        width: 100%
    }

    .main-content {
        flex-wrap: wrap
    }

    .container.footer-icons, .container.main-content, .header-container, .header-content {
        border: none;
        border-radius: 0;
        margin: 0
    }

    .main-banner {
        margin: 0
    }

    .sidebar {
        margin: 30px auto 0;
        max-width: 600px;
        min-width: 260px;
        padding: 0;
        width: 100%
    }
}

@media only screen and (max-width: 1150px) {
    .header-form {
        flex-wrap: wrap
    }

    .form-text {
        margin-bottom: -25px;
        text-align: left;
        width: 100%
    }

    .input-link {
        width: 25%
    }
}

@media only screen and (max-width: 1110px) {
    .mobile-nav--overly, .mobile-nav--wrap {
        display: block
    }

    #menu-main_menu {
        display: none
    }

    #mobile-nav--open {
        display: block
    }
}

@media only screen and (max-width: 1065px) {
    .header-form, .logo {
        height: auto
    }

    .header-form {
        align-content: center
    }

    .input-link, .login-btn, .registration-btn {
        margin: 5px 0;
        width: 49%
    }

    .form-text2 {
        display: none
    }

    .form-text {
        margin-bottom: 0
    }

    .logo img {
        top: 35px
    }

    .download-btn {
        margin-left: 0
    }
}

.slot-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%
}

.slide-scrins {
    display: block;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    width: 50%
}

.info-table {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%
}

ul.characteristic {
    font-weight: 900;
    list-style-type: none
}

.info-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 10px;
    text-align: center
}

ul.characteristic li {
    display: flex;
    font-size: 17px;
    font-weight: 700;
    padding: 5px 13px;
    text-shadow: 0 2px 0 #000
}

ul.characteristic li span {
    display: flex;
    flex-wrap: wrap;
    width: 50%
}

.slide-scrins button.slick-prev.slick-arrow {
    left: 15%;
    position: absolute;
    top: 45%
}

.slide-scrins button.slick-next.slick-arrow {
    position: absolute;
    right: 15%;
    top: 55%
}

.slick-slide img {
    margin: 0 auto
}

.image-no {
    background: url(no.png?v=1.3);
    background-repeat: no-repeat
}

.image-no, .image-yes {
    display: flex;
    height: 20px;
    margin-left: 35px;
    padding-right: 35px;
    width: 20px
}

.image-yes {
    background: url(yes.png?v=1.3);
    background-repeat: no-repeat
}

.btn--lg {
    font-size: 20px;
    height: 49px;
    line-height: 45px;
    padding: 0 15px
}

.btn {
    background: url(btn-lg1.png) repeat-x;
    background-position: 0 -49px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto 25px;
    max-width: 760px;
    padding: 0 7px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .2);
    text-transform: uppercase
}

.btn:hover {
    background-position: 0 -200px
}

a.btn:after {
    background: url(btn-lg1.png) repeat-x;
    background-position: 0 -98px;
    right: -19px
}

a.btn:after, a.btn:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 19px;
    z-index: 99999
}

a.btn:before {
    background: url(btn-lg1.png) repeat-x;
    background-position: 0 0;
    left: -19px
}

.btn:hover:before {
    background-position: 0 -151px
}

.btn:hover:after {
    background-position: 0 -249px
}

@media only screen and (max-width: 900px) {
    .slot-info {
        align-items: center;
        flex-direction: column
    }

    .slot-list {
        justify-content: space-around
    }

    .slide-scrins {
        width: 320px
    }

    .info-table {
        margin: 0 auto;
        max-width: 320px;
        width: 100%
    }

    .slide-scrins button.slick-next.slick-arrow {
        position: absolute;
        right: 0
    }

    .slide-scrins button.slick-prev.slick-arrow {
        left: 0;
        position: absolute
    }
}

@media only screen and (max-width: 782px) {
    .customize-support .mobile-nav--wrap {
        top: 46px
    }
}

@media only screen and (max-width: 768px) {
    .footer-icons {
        display: none
    }

    .slot-thumb:hover .slot-buttons {
        opacity: 0
    }

    .slot-demo {
        height: 100%;
        position: absolute;
        transform: translateX(0);
        width: 100%
    }

    .slot-demo--alt {
        margin-top: 0
    }

    .iframe-wrap {
        display: none
    }

    .main-banner__btn {
        text-align: center
    }

    .main-banner__content {
        justify-content: center
    }

    .main-banner {
        padding: 0
    }

    .main-nav {
        justify-content: space-between;
        padding-left: 0
    }

    .header-top-content {
        flex-wrap: wrap;
        justify-content: center
    }

    .logo {
        height: auto;
        text-align: center
    }

    .logo img {
        position: static
    }

    .form-text {
        margin-bottom: 10px;
        text-align: center
    }

    .header-form {
        margin-bottom: 12px
    }
}

@media only screen and (max-width: 600px) {
    .main-banner__text {
        font-size: 25px;
        margin-bottom: 15px;
        text-align: center;
        width: 100%
    }

    .main-banner__percentage {
        font-size: 100px
    }
}

.container.contact_container.clearfix {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    height: 75px;
    justify-content: space-around;
    text-align: center;
    text-transform: uppercase
}

.contact_text {
    text-transform: none;
    transition: all .3s
}

.contact_text:hover {
    color: #ffc713;
    cursor: pointer
}

.contact_text .footer_email {
    color: #fff;
    text-decoration: none;
    text-transform: none;
    transition: all .3s
}

.contact_text .footer_email:hover {
    color: #ffc713
}

.contact_phone .contact_text:hover {
    cursor: default
}

.phone_show:hover {
    cursor: pointer
}

@media only screen and (max-width: 500px) {
    .btn {
        width: 90%
    }

    .container.contact_container.clearfix {
        height: auto
    }

    .error-404 {
        font-size: 50vw
    }

    .single-referal {
        font-size: 23px
    }

    .content-text, .slot-list, .small-container {
        padding: 0
    }

    #mobile-nav--open {
        margin-right: 15px
    }

    .header-social {
        min-width: auto;
        padding: 0 10px
    }

    .social-link {
        margin: 0 5px
    }

    .mobile-nav--wrap {
        transform: translateX(100%);
        width: 100%
    }

    #menu-footer_menu li {
        text-align: center;
        width: 100%
    }

    [class*=wp-image] {
        display: block;
        float: none;
        height: auto;
        margin: 0 auto
    }

    .download-btn {
        margin: 0 auto
    }
}

@media only screen and (max-width: 450px) {
    .input-link, .login-btn, .registration-btn {
        width: 100%
    }

    .header-form, .logo {
        height: auto
    }
}

@media only screen and (max-width: 360px) {
    .jackpot-container, .top-slot-container {
        display: none
    }
}

.bonus-heading {
    text-align: center
}

.bonus-item {
    margin: 20px 0
}

.bonus-item + .bonus-item {
    margin-top: 0
}

.bonus-item .box {
    align-items: center;
    background: #111547;
    border: 1px solid #036;
    border-radius: 5px;
    box-shadow: 0 0 13px 0 #000;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    position: relative
}

.bonus-item__thumb {
    width: 218px
}

.bonus-item__head {
    width: calc(100% - 230px)
}

.bonus-item__head span {
    display: block;
    font-family: Roboto Condensed, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.bonus-item__head .after_title {
    border: 2px solid #819df0;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 22px;
    padding: 14px 18px;
    position: relative;
    text-align: left
}

.bonus-item__head .after_title:after, .bonus-item__head .after_title:before {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    width: 23px
}

.bonus-item__head .after_title:before {
    background: url(quote.png);
    left: 5px;
    top: -10px
}

.bonus-item__head .after_title:after {
    background: url(quote.png);
    bottom: -10px;
    right: 5px;
    transform: rotate(180deg)
}

.bonus-item__head a {
    background: #ff8549;
    background: linear-gradient(180deg, #ff8549, #c03221 50%, #c03221 0, #ff8549);
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    font-size: 20px;
    height: 48px;
    line-height: 45px;
    padding: 0 33px;
    text-decoration: none !important
}

.bonus-item__head a:hover {
    filter: brightness(120%)
}

.bonus-item__head a.js-bonus-button {
    background: #5e99ff;
    background: linear-gradient(180deg, #5e99ff, #24427f 50%, #24427f 0, #5e99ff);
    margin-right: 20px
}

.bonus-item__content {
    background: #242647;
    border: 1px solid #036;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 13px 0 #000;
    color: #fff;
    display: none;
    margin-top: -5px;
    padding: 25px;
    width: 100%
}

@media (max-width: 768px) {
    .bonus-item .box {
        flex-direction: column
    }

    .bonus-item__head, .bonus-item__thumb {
        text-align: center;
        width: 100%
    }

    .bonus-item__head a {
        margin: 0 auto 20px !important
    }
}

#filter-producer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -15px;
    margin-top: 20px;
    padding: 0 15px
}

@media (max-width: 768px) {
    #filter-producer {
        justify-content: center
    }
}

.filter-hover:hover {
    color: #ffc713 !important
}

#filter-producer button {
    align-items: center;
    background: none;
    border: 1px solid #00339d;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-basis: 21%;
    font-size: 18px;
    font-weight: 700;
    height: 41px;
    justify-content: center;
    margin-bottom: 15px;
    min-width: 150px;
    outline: 0;
    width: 140px
}

@media (max-width: 768px) {
    #filter-producer button {
        margin: 0 15px 15px
    }
}

#filter-producer button img {
    height: auto;
    max-width: 90%;
    pointer-events: none
}

#filter-producer button img.Netent {
    max-width: 65%
}

#filter-producer button img.Microgaming {
    max-width: 85%
}

#filter-producer button img.Mega-jack {
    max-width: 72%
}

#filter-producer button img.Igrosoft {
    max-width: 60%
}

#filter-producer button.active, #filter-producer button:hover {
    background: #00339d
}

.registration__title {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center
}

.registration__help {
    color: #eabb19;
    font-size: 18px;
    margin: 20px 0
}

.btn-wrap, .registration__help {
    display: block;
    text-align: center
}

.btn-wrap {
    margin: 10px 0
}

.btn-wrap .btn {
    background-color: #1627bc;
    background-image: linear-gradient(0deg, darkred 0, #cb0c0c 50%, #e94e4e 51%, #ff3620 76%, #ec3636);
    border: 1px solid #c23f3f;
    border-radius: 5px;
    box-shadow: 0 6px 21px 6px rgba(9, 17, 48, .82);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 9px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.btn-wrap .btn:hover {
    filter: brightness(120%)
}

.sb-reg__tit-soc {
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0 35px;
    position: relative;
    text-align: center
}

.sb-reg__tit-soc:after, .sb-reg__tit-soc:before {
    background-image: url(spritev.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 35px 33px;
    content: "";
    display: block;
    font-size: 16px;
    height: 35px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 35px
}

.sb-reg__tit-soc:before {
    left: 0
}

.sb-reg__tit-soc:after {
    right: 0
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list, .slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

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

.slider-show {
    margin: 0 auto;
    max-width: 240px;
    text-align: center;
    width: calc(100% - 830px)
}

@media (max-width: 1200px) {
    .slider-show {
        max-width: 100%;
        width: 100%
    }

    .slick-slide > div {
        margin: 0 auto;
        max-width: 240px
    }
}

.slider-show .slot-list {
    padding: 0
}

.slider-show .slot-list .slot-thumb {
    margin-bottom: 20px
}

.slide-scrins .slick-arrow, .slider-show .slick-arrow {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 25px;
    outline: 0 !important;
    position: relative;
    width: 25px;
    z-index: 5
}

.slide-scrins .slick-prev.slick-arrow:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
    width: 100%
}

.slide-scrins .slick-next.slick-arrow:before {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -80%;
    transform: rotate(-45deg);
    width: 100%
}

@media (max-width: 1200px) {
    .slider-show .slick-arrow {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

.slider-show .slick-prev.slick-arrow:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 100%
}

.slider-show .slick-next.slick-arrow:before {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -80%;
    transform: rotate(45deg);
    width: 100%
}

.slider-show .sidebar-title:after, .slider-show .sidebar-title:before {
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 1200px) {
    .slider-show .slick-next {
        left: auto;
        right: 0
    }

    .slider-show .slick-arrow:before {
        transform: rotate(-45deg) !important
    }
}

.side-slot-nav__inner {
    padding: 10px 15px
}

.side-slot-nav__inner, .side-slot-nav__title {
    background-color: #003;
    border: 1px solid #7e98fc;
    border-radius: 5px
}

.side-slot-nav__title {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 7px;
    text-align: center
}

#toc_container {
    border: 1px solid #7e98fc;
    border-radius: 5px;
    display: flex;
    padding: 0 15px
}

.toc_list {
    counter-reset: item;
    font-size: 14px;
    line-height: 1.3;
    list-style: none;
    margin-left: 45px !important;
    margin: 0;
    padding: 15px 0;
    text-align: left
}

.toc_list li {
    counter-increment: item;
    line-height: 23px;
    padding-left: 12px;
    position: relative
}

.toc_list li:before {
    background-color: #256dc2;
    border-radius: 50%;
    color: #fff;
    content: counter(item);
    display: block;
    font-size: 10px;
    height: 18px;
    left: 0;
    line-height: 18px;
    margin-left: -15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 18px
}

.toc_list a {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    transition: color .2s
}

.toc_list a:hover {
    color: #ffc713;
    text-decoration: underline
}

.content-text #toc_container {
    margin-top: 20px
}

.content-text .search-form {
    margin-bottom: 10px
}

.content-text .sidebar-container {
    max-width: 100%
}

.content-text #toc_container ul {
    list-style-type: none;
    padding-left: 0
}

@media (max-width: 1200px) {
    .small-container {
        order: 1
    }

    .content-text {
        order: 2
    }

    .slot-info {
        order: 3
    }

    .slider-show {
        margin-top: 20px;
        order: 4
    }
}

@media (max-width: 768px) {
    .plus_bonus {
        width: 100%
    }

    .login-btn, .registration-btn {
        margin: 0
    }
}

.accordion-wrapper__item {
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    text-align: left
}

.accordion-wrapper__item:first-child {
    background-color: red;
    margin-top: 20px
}

.top-descr p {
    padding-bottom: 10px
}

.accordion-wrapper__item:last-child {
    border: none
}

.accordion-wrapper__item .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    background: #fff;
    background-color: #444161;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    display: -ms-flexbox;
    font-size: 25px;
    line-height: 1;
    min-height: 40px;
    padding: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.accordion-wrapper__item .title:after {
    border: 1px solid #fff;
    border-width: 0 0 2px 2px;
    content: "";
    font-size: 0;
    height: 12px;
    line-height: 0;
    margin-left: 10px;
    position: absolute;
    right: 22px;
    top: 12px;
    transform: rotate(-45deg);
    transition: all .3s ease;
    width: 12px
}

.accordion-wrapper__item .title.open:after {
    top: 19px;
    transform: rotate(135deg)
}

.accordion-wrapper__item .accordion-content {
    background: #0a0520;
    box-sizing: border-box;
    color: #fff;
    display: none;
    padding: 13px 20px 10px
}

.accordion-wrapper__item .accordion-content, .filters__content {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 13px;
    font-weight: 100;
    line-height: 18px;
    width: 100%
}

.filters__content {
    box-shadow: 0 1px 2px #d8e0e2;
    display: flex;
    display: -ms-flexbox;
    padding: 0 20px 10px
}

.accordion-container {
    background: #2d2d2d;
    border-radius: 6px;
    margin: 20px 0 25px;
    padding: 25px 35px 10px
}

.comment-form {
    background: #000;
    border: 1px solid #1196d7;
    font-size: 1rem;
    line-height: 1.875rem;
    padding: 20px
}

.comment-reply-title {
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    margin: 15px 0;
    padding: 15px 0 5px
}

.comment-form-comment {
    align-items: center;
    display: flex
}

.comments-title, .page_comments_block .comment-notes {
    margin: 0 0 10px
}

.page_comments_block .form-submit {
    margin: 10px 0 0
}

.comment-form label {
    display: inline-block;
    width: 150px
}

.page_comments_block input {
    margin: 5px 0
}

.comment-form .form-submit {
    margin: 10px 0
}

#comment {
    margin-left: 3px
}

#commentform > p {
    margin: 2px auto
}

.form-submit input[type=submit] {
    background: #42aaff;
    background: -moz-linear-gradient(top, #42aaff 0, #036);
    background: -webkit-gradient(linear, left top, left bottom, from(#42aaff), to(#036));
    border: 1px solid #036;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 0 1px hsla(0, 0%, 100%, .5);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 8px 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .7), 0 1px 0 hsla(0, 0%, 100%, .3)
}

.commentlist {
    font-size: 16px;
    list-style: none;
    padding: 0
}

.commentlist li {
    background: #000;
    border: 1px solid #939393;
    padding: 20px
}

.commentlist li .vcard {
    display: inline-block;
    margin: 10px 0;
    vertical-align: middle;
    width: 300px
}

.commentlist li .vcard a {
    color: #fff;
    font-style: normal;
    text-decoration: none
}

.commentlist li .commentmetadata {
    float: right;
    margin: 10px 0;
    text-align: right;
    width: 300px
}

.commentlist li .commentmetadata a {
    color: #008aff;
    text-decoration: none
}

.commentlist p {
    color: #fff
}

.page_comments_block .comment-author, .page_comments_block .reply {
    margin: 10px 0
}

@media (max-width: 480px) {
    #comment {
        width: 100%
    }
}

.logged-in-as a {
    color: #fff;
    margin-bottom: 15px;
    text-decoration: none
}

@media (max-width: 580px) {
    .comment-form-comment {
        display: block
    }
}

.banner-link {
    position: relative
}

img.asside-banner {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 315px;
    text-align: center;
    width: 100%
}

.asside-btn {
    bottom: 30px;
    left: 0;
    margin: 0 auto;
    max-width: 220px;
    position: absolute;
    right: 0
}

img.btn-img {
    width: 100%
}

img.btn-img:hover {
    filter: brightness(120%)
}

.comment-respond {
    margin-top: 30px
}

.comment-form {
    background-color: #0b0520;
    border: none;
    border-radius: 7px
}

.comment-form .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 15px
}

.comment-form .form-row .col {
    padding: 0 15px
}

.comment-form .form-row .col-12 {
    width: 100%
}

.comment-form .form-row .col-4 {
    width: 33.3%
}

.comment-form .form-row textarea#comment {
    background-color: transparent;
    border: 1px solid #2d4161;
    border-radius: 7px;
    box-shadow: 0 6px 21px 6px rgba(9, 17, 48, .82);
    color: #fff;
    display: block;
    margin-left: 0;
    outline: none;
    padding: 15px;
    resize: none;
    width: 100%
}

.comment-form .form-row textarea#comment::-moz-placeholder {
    color: #fff
}

.comment-form .form-row textarea#comment::placeholder {
    color: #fff
}

.comment-form .form-row input {
    background-color: transparent;
    border: 1px solid #2d4161;
    border-radius: 7px;
    box-shadow: 0 6px 21px 6px rgba(9, 17, 48, .82);
    color: #fff;
    outline: none;
    padding: 15px;
    width: 100%
}

.comment-form .form-row input::-moz-placeholder {
    color: #fff
}

.comment-form .form-row input::placeholder {
    color: #fff
}

.comment-form .form-row input[type=submit] {
    background: #5d93fb;
    background: linear-gradient(0deg, #5d93fb, #3c5fa3 50%, #6096ff 0, #5d93fc 73%, #507fd9);
    border: none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .comment-form .form-row .col-4 {
        margin-bottom: 15px;
        width: 100%
    }
}

.comments-box {
    background-color: #0b0520;
    border: none;
    border-radius: 7px;
    margin-top: 30px;
    padding: 20px
}

.comments-box .comments-title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px
}

ul.comments {
    list-style-type: none;
    margin-bottom: -20px;
    padding: 0
}

.comments li {
    background-color: transparent;
    border: 1px solid #2d4161;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px
}

.comments li .comment-author {
    font-size: 20px;
    margin-bottom: 10px
}

.comments li .comment-metadata {
    font-size: 14px;
    margin-bottom: 10px
}

.s-game {
    border-radius: 7px;
    box-sizing: border-box;
    display: none;
    margin: 30px auto 20px;
    max-width: 800px
}

@media screen and (min-width: 768px) {
    .s-game {
        display: block
    }
}

.s-game__inner {
    background-color: #000;
    border-radius: 7px;
    position: relative
}

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

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

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

.s-game__img {
    display: block;
    filter: blur(10px);
    height: 100%;
    opacity: .5;
    width: 100%
}

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

.s-game__btn:hover {
    opacity: .8
}

.bottom-descr table {
    border-collapse: collapse;
    width: 100%
}

.bottom-descr table td, .bottom-descr table th {
    background-color: transparent;
    border: 1px solid gray;
    color: #fff;
    padding: 2px;
    text-align: center
}

.bonus_popup {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, .9);
    color: #f3f3f3;
    display: flex;
    height: 100%;
    justify-content: center;
    letter-spacing: .04em;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100vw;
    z-index: -1
}

.bonus_popup_window {
    align-items: center;
    background: url(popup_img_1920.webp) no-repeat 50%/cover;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 480px;
    padding: 60px 80px;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 600px
}

@media (max-width: 576px) {
    .bonus_popup_window {
        background: url(popup_img_320.webp) no-repeat 50%/cover;
        height: 360px;
        padding: 60px 10px 22px;
        width: 300px
    }
}

.bonus_popup_title {
    margin-bottom: 20px
}

@media (max-width: 400px) {
    .bonus_popup_title img {
        height: 30px;
        width: 210px
    }
}

.bonus_popup_txt {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 120%;
    margin-bottom: 32px
}

@media (max-width: 576px) {
    .bonus_popup_txt {
        font-size: 16px
    }
}

@media (min-width: 577px) {
    .bonus_popup_txt br {
        display: none
    }
}

.bonus_popup_ref {
    background: #ebb324;
    border-radius: 4px;
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 120%;
    padding: 14px 21px;
    text-decoration: none
}

.bonus_popup_ref:hover {
    background: #f8a221;
    color: #f3f3f3;
    padding: 15px 22px;
    text-decoration: none
}

@media (max-width: 576px) {
    .bonus_popup_ref {
        display: block;
        font-size: 14px;
        margin-top: auto;
        padding: 14px 19px;
        width: 100%
    }
}

.bonus_popup_close {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 33px;
    height: 20px;
    justify-content: center;
    opacity: .3;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px
}

.bonus_popup_close:hover {
    opacity: 1
}

@media (max-width: 768px) {
    .header-container {
        position: relative
    }

    #mobile-nav--open {
        position: absolute;
        top: 10px
    }

    .main-nav {
        height: 0;
        justify-content: center
    }

    .header-form {
        flex-wrap: nowrap
    }

    body {
        padding-bottom: 70px
    }

    .mob_download {
        background: #111547;
        bottom: 0;
        display: block;
        left: 0;
        padding: 10px 0;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 10
    }

    .header-content .logo {
        padding: 0
    }

    .header-content .logo a {
        display: block
    }

    .header-content .logo img {
        height: auto;
        min-width: auto;
        width: 110px
    }

    .plus_bonus {
        display: none
    }
}

@media (max-width: 500px) {
    .login-btn, .registration-btn {
        font-size: 14px
    }

    .registration-btn {
        margin-right: 10px
    }
}

.img-fig {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.fig-img img {
    border-radius: 14px;
    margin: 30px auto;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
    padding: 5px 5px;
    border: 1px solid #004bff;
    text-align: left;
}

.responsive-table th {
    background-color: #000d3a;
    font-weight: bold;
    color: white;
}
