.breadcrumbs li > a, .btn, .page-text .btn, .page-text .btn:hover, .page-text a {
    text-decoration: none
}

.btn, .footer-nav--list li a, .footer-nav--list li span {
}

.footer-nav--list li span, .page-text .btn {
    text-transform: uppercase
}

header, main > div {
    width: 100%
}

.main-404 {
    min-height: calc(100vh - 263px);
}

.header-nav--list:after, header {
    right: 0
}

.iframe-wrap:before, .slot-thumbnails:before, .up_button:after, .up_button:before {
    content: ''
}

*, .mobile-casino--item {
    box-sizing: border-box
}

* {
    padding: 0;
    margin: 0
}

body {
    background: #002C47;
    font: 400 14px/20px Roboto, sans-serif;
    padding-top: 80px;
    color: #E9E7E7;
}

.bg-fon {
    background-color: #002C47;
    color: #E9E7E7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-fon.bg-fon__top {
    order: 0;
}

.page-main .container, body.home {
    background: #002C47;
}

.single-main .container {
    background: #002C47;
    /*max-width: 1230px;*/
}

.page-main, .single-main {
    padding: 0 0 50px 0;
}

table {
    margin: 20px auto;
    color: #E9E7E7;
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
}

table tr:nth-child(even) {
    background: #003250;
}

table tr:nth-child(odd) {
    background: #0D486C;
}

table tr {
    height: 21px;
}

table td {
    border: 0;
    text-align: left;
    padding: 10px 30px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    background: #002C47;
    color: #fff;
    border-bottom: 1px solid #66C5FF;
    z-index: 999;

    display: flex;
    align-items: center;
    justify-content: center;
}

.customize-support header {
    top: 32px
}

main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto
}

h1, h2, h3, h4 {
    padding: 20px 0 15px;
    line-height: 100%
}

.container.page-text {
    order: 1;
    padding: 0px 15px 20px 15px;

}

.bg-fon {
    order: 1;
}

.header-container {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.site-logo {
    width: 75px;
    margin-right: 70px;
}

.header-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-nav--list {
    position: relative;
}

.btn, .page-text .btn {
    display: inline-block;
    font: 400 16px Roboto, sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 32px 8px;
}

.download-btn {
    padding: 0;
    font-size: 14px;
    border: none;
    margin-right: 10px;
    height: 38px;
    width: 160px;
    background: #F39010;
    border-radius: 4px;
    color: #fff;
    position: relative;
}

.download-btn:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: url("../img/download.svg") 50% 50% no-repeat;
    background-size: 100%;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.download-btn span {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
}

.header-referral {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.download-btn img {
    display: block;
    max-width: 130px;
}

@media (max-width: 530px) {
    .site-logo {
        margin-right: 0;
    }

    .download-btn img {
        max-width: 100%;
    }
}

.register-btn {
    background: #F39010;
    border-radius: 4px;
    color: #fff;
    margin-right: 10px;
    width: 200px;
    height: 38px;
    position: relative;
    padding: 0;
    font-size: 14px;
}

.register-btn:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 22px;
    background: url("../img/reg.svg") 50% 50% no-repeat;
    background-size: 100%;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.register-btn span {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
}

.content-btn:hover, .register-btn:hover {
    background: #FFAD43;
    color: #fff;
}

.login-btn {
    background: #1CC90D;
    border-radius: 4px;
    width: 140px;
    height: 38px;
    position: relative;
    padding: 0;
    font-size: 14px;
}

.login-btn:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 22px;
    background: url("../img/user.svg") 50% 50% no-repeat;
    background-size: 100%;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
}

.login-btn span {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
}

.login-btn:hover {
    color: #fff;
    background: #51ED43;
}

.wrap-content-btn {
    display: block;
    padding: 15px 0;
    text-align: center
}

.content-btn {
    background: #F39010;
    border-bottom: 0;
    width: 160px;
    height: 38px;
    font-size: 14px;
    border-radius: 4px;
}

.header-nav--list a, .header-nav--list span {
    font: 400 14px/50px Roboto, sans-serif;
    padding: 20px 10px;
    color: #66C5FF;
    text-transform: uppercase;
    text-decoration: none
}

.footer-nav--list a, .footer-nav--list span {
    font: 400 14px/50px Roboto, sans-serif;
    padding: 20px 10px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

.header-nav--list span, .header-nav--list a:hover {
    color: #F39010
}

.footer-nav--list li span, .footer-nav--list li a:hover {
    color: #fff;
    text-decoration: underline;
}

.container {
    max-width: 1550px;
    width: 100%;
    /*margin: 0 auto;*/
    padding: 0 15px
}

.footer-nav ul, .header-nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    list-style: none
}

.header-nav ul {
    padding: 0 10px
}

.copyright {
    padding: 20px 0;
    text-align: center;
    color: #7CA2BA;
    font-size: 16px;
}

.footer-nav ul {
    padding: 10px 0;
}

.banner-block {
    width: 100%;
    max-height: 400px;
    border-top: 1px solid #66C5FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-block .container {
    padding: 0;

}

.banner-slider {
    /*opacity: 0;*/
    /*visibility: hidden;*/
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    position: relative;
}

.banner-slider.slick-dotted.slick-slider {
    width: 100%;
    height: 400px;
    margin-bottom: 0px;
}

.banner-slider .slick-slide {
    width: 100%;
    height: 400px;
    outline: none;
}

.banner-slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.banner-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.banner-slide-info {
    width: 260px;
    position: absolute;
    right: 80px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

.slide-title {
    color: #F39010;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 120%;
}

.slide-text {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 120%;
}

.more-btn {
    background: #F39010;
    border-radius: 4px;
    color: #fff;
    min-width: 190px;
    width: fit-content;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    text-decoration: none;
    transition: .3s;
    padding: 0 10px;
}

.more-btn:hover {
    opacity: .8;
    color: #fff;
}

.banner-slider .slick-dots {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    bottom: 20px;
    right: 120px;
    width: auto;
}

.banner-slider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    width: 80px;
    height: 4px;
    background: #C4C4C4;
}

.banner-slider .slick-dots li.slick-active {
    background: #F39010;
}

.banner-slider .slick-dots li button {
    display: none;
}

.banner-slider .arrow-next, .banner-slider .arrow-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 25px;
    height: 50px;
    background: url("../img/arrow-slider.svg") 50% 50% no-repeat;
    background-size: 100%;
    border: 0;
    outline: none;
    opacity: 0.7;
    transition: 0.3s;
    z-index: 90;
}

.banner-slider .arrow-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 15px;
    right: auto;
}

.banner-slider .arrow-next:hover, .banner-slider .arrow-prev:hover {
    cursor: pointer;
    opacity: 1;
}

.breadcrumbs {
    display: flex;
    padding: 15px 5px;
    list-style: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #B8B7B7;
}

.breadcrumbs li {
    margin-right: 5px
}

.page-title {
    background: #0D486C;
    text-align: center;
    padding: 25px 15px;
    font-size: 28px;
    font-weight: bold;
    color: #E9E7E7;
    position: relative;
    z-index: 100;
    width: 100%;
}

.page-title:before {
    content: "";
    position: absolute;
    background: #0D486C;
    left: -999px;
    top: 0;
    height: 78px;
    width: 100%;
    z-index: -1;
}

.page-title:after {
    content: "";
    position: absolute;
    background: #0D486C;
    right: -999px;
    top: 0;
    height: 78px;
    width: 100%;
    z-index: -1;
}

@media only screen and (max-width: 1366px) {
    .page-title:after, .page-title:before {
        display: none;
    }
}

.slot-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 15px
}

.slot-list--wrap {
    background: #002C47;

    display: flex;
    align-items: center;
    justify-content: center;
}

.slot-thumbnails .slot-name {
    position: absolute;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #002c47;
    text-align: center;
    width: 100%;
    border: 1px solid #66c5ff;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    color: #fff;
}

.slot-thumbnails .slot-name a {
    color: inherit;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.slot-thumbnails .slot-name a:hover {
    color: #F39010;
}

.slot-thumbnails {
    display: block;
    position: relative;
    width: 16.6666%;
    max-width: 245px;
    margin: 10px;
    margin-bottom: 60px;
    /*border: 1px solid #66c5ff;*/
}

.slot-thumbnails:before {
    display: block;
    padding-top: 75%
}

.slot-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #66c5ff;
    border-bottom: unset;
}

@media only screen and (max-width: 1024px) {
    img.slot-miniature {
        display: none;
    }
}

.slot-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slot-container {
    display: flex;
    justify-content: space-between
}

.slot-demo {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1024px) {
    .slot-demo {
        margin: 0px auto;
    }

    .slot-demo img {
        display: block;
        width: 80%;
        height: auto;
        margin: 0px auto;
    }
}

.slot-sidebar {
    min-width: 275px;
    max-width: 275px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: column
}

.slot-sidebar .slot-thumbnails {
    width: 100%;
    margin-bottom: 15px
}

.news-list {
    padding: 30px 15px
}

.news-card {
    background: #0D486C;
    padding: 60px 0;
    margin-bottom: 30px;
}

@media only screen and (max-width: 530px) {
    .news-card {
        padding: 40px 15px;
    }
}

.news-title {
    text-align: center;

    color: #E9E7E7;
    text-decoration: none;
    display: block;
    margin-bottom: 60px;
}

.news-title h2 {
    font-weight: bold;
    font-size: 24px;
    padding: 0;
}

.news-title:hover {
    color: #F39010;
    transition: 0.3s;
    text-decoration: none;
}

.news-img {
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.news-info {
    margin: 60px auto 0;
    text-align: center;
}

.news-date {
    margin: 0 24px;
    color: #939393;
    font-size: 16px;
}

.news-link {
    color: #F39010;
    font-size: 18px;
    text-decoration: none;
    margin: 0 24px;
}

.news-link:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 530px) {
    .news-info {
        margin: 40px auto 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .news-link, .news-date {
        margin: 10px;
    }

    .banner-slider .slick-dots li {
        width: 40px;
    }
}

.iframe-wrap {
    position: relative;
    margin: 0 auto
}

.iframe-wrap:before {
    display: block;
    padding-top: 75%;
    margin-bottom: 30px
}

.iframe-slot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.breadcrumbs li > a {
    color: #B8B7B7;
}

.breadcrumbs li > span {
    color: #B8B7B7;
}

.page-text p {
    text-align: justify;
    margin: 10px 0;
}

.page-text ol, .page-text ul {
    list-style-position: inside;
    margin-bottom: 10px;
    padding-left: 15px;
}

.page-text a {
    color: #5BB2E8;
}

.page-text a:hover {
    color: #5BB2E8;
    text-decoration: underline;
}

.page-text a:visited {
    color: #fff;
}

.page-text img.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

.page-text img.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.page-text img.aligncenter {
    display: block;
    margin: 20px auto;
}

.up_button {
    position: fixed;
    right: 20px;
    bottom: 70px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0F3B56
}

.up_button:after, .up_button:before {
    position: absolute;
    top: 48%;
    display: block;
    height: 2px;
    width: 12px;
    background: #fff
}

.up_button:before {
    transform: rotate(-45deg);
    left: 6px
}

.up_button:hover:after, .up_button:hover:before {
    background: #F39010
}

.up_button:after {
    transform: rotate(45deg);
    right: 6px
}

footer {
    width: 100%;
    background: #002C47;
    color: #E9E7E7;

    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-nav--list {
    display: flex;
    justify-content: space-around
}

.title-404 {
    padding-top: 30px;
    text-align: center;
    font-weight: bold;
    margin: 60px auto;
    font-size: 56px;
    color: #F39010;
    line-height: 100%
}

.text-404 {
    font-size: 20px;
    text-align: center
}

.active-nav .wrap {
    filter: blur(2px);
    transition-delay: .2s
}

.mobile-casino--overly {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
    width: 100%;
    background: rgba(255, 255, 255, .28);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: 999
}

.active-nav .mobile-casino--overly {
    transform: translateX(0)
}

.mobile-casino--wrap {
    position: fixed;
    width: 300px;
    overflow: auto;
    right: 15px;
    top: 20px;
    background: #0D486C;
    border-radius: 4px;
    /*bottom: 0;*/
    transform: translateX(315px);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: 1000
}

.customize-support .mobile-casino--wrap {
    top: 32px
}

.active-nav .mobile-casino--wrap {
    transform: translateX(0)
}

body.active-nav {
    overflow: hidden
}

.mobile-casino--item {
    width: 100%;
}

.mobile-casino--item a, .mobile-casino--item span {
    font-size: 16px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: #66C5FF;
    text-transform: uppercase;
}

.mobile-casino--item a, .mobile-casino--item a:hover, .mobile-casino--item a:visited, .mobile-casino--item span {
    text-decoration: none;
    color: #66C5FF;
}

.mobile-casino--item > span {
    background: #2a3338
}

.mobile-casino--header {
    height: 40px
}

#mobile-casino--open, .mobile-casino--close {
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    background: #0D486C;
    border: none;
    display: block;
    outline: 0;
}

#mobile-casino--open {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    background: #0D486C;
    text-align: center;
    color: #fff;
    display: none;
}

.mobile-casino--close {
    position: relative;
    background: 0 0;
    float: right
}

.btn-line {
    display: block;
    width: 60%;
    height: 1px;
    background: #fff
}

#mobile-casino--open .btn-line {
    margin: 7px auto
}

.mobile-casino--close .btn-line {
    position: absolute;
    margin: -1px auto 0;
    left: 0;
    right: 0;
    top: 50%
}

.mobile-casino--close .line01 {
    transform: rotate(45deg)
}

.mobile-casino--close .line02 {
    transform: rotate(-45deg)
}

@media only screen and (max-width: 1500px) {
    .header-nav {
        display: none
    }

    #mobile-casino--open {
        display: block
    }
}

@media only screen and (max-width: 1300px) {
    .page-main, .single-main {
        padding: 0
    }
}

@media only screen and (max-width: 1200px) {
    .slot-sidebar {
        display: none
    }
}

@media only screen and (max-width: 1100px) {
    .slot-list {
        max-width: 768px
    }

    .slot-thumbnails {
        width: 33.333%
    }
}

@media only screen and (max-width: 782px) {
    .customize-support header {
        top: 42px
    }

    .footer-nav ul {
        flex-wrap: wrap
    }

    .footer-nav ul li {
        width: 100%;
        text-align: center
    }
}

@media only screen and (max-width: 768px) {
    .iframe-wrap {
        display: none
    }
}

@media only screen and (max-width: 650px) {
    .header-container {
        height: auto;
        justify-content: space-between;
    }

    .header-container > * {
        order: 1;
    }

    .download-btns {
        order: 2;
    }

    .header-referral {
        width: 160px;
        text-align: center;
        margin: 15px 0
    }

    .site-logo {
        max-width: none;
        height: auto
    }

    #mobile-casino--open {
        width: 50px;
        height: 50px;

        /*header {*/
        /*    position: static;*/
        /*    order: -1*/
        /*}*/
        /*body {*/
        /*    display: flex;*/
        /*    flex-wrap: wrap;*/
        /*    padding: 0*/
        /*}*/

    }

    @media only screen and (max-width: 570px) {
        .slot-thumbnails {
            width: 50%
        }
    }

    @media only screen and (max-width: 650px) {
        .title-404 {
            font-size: 150px;
        }

        .mobile-casino--wrap {
            top: 15px;
            right: 0;
            width: 100%;
            transform: translateX(100%);
        }

        img[class*=wp-image] {
            display: block;
            float: none;
            margin: 0 auto
        }
    }

    @media only screen and (max-width: 380px) {
        .slot-thumbnails {
            width: 100%
        }

        .register-btn:before, .login-btn:before {
            display: none;
        }

        .register-btn span, .login-btn span {
            right: auto;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
        }

        table td {
            padding: 5px;
        }

        .container.page-text {
            padding: 0px 5px 20px 5px;
        }
    }


    /*Slot Game Block*/
    .s-game {
        /*max-width: 800px;*/
        margin: 0 auto;
        display: none;
        box-sizing: border-box;
    }

    @media screen and (min-width: 768px) {
        .s-game {
            display: block;
        }
    }

    .s-game__inner {
        position: relative;
        background-color: #000;
        max-height: 780px;
    }

    .s-game__inner:after {
        content: '';
        display: block;
        padding-top: 70%;
    }

    .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: .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(../img/play.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        transition: opacity .2s;
        cursor: pointer;
    }

    .s-game__btn:hover {
        opacity: .8;
    }

    .play-link {
        background: #F39010;
        border-radius: 4px;
        text-transform: uppercase;
        color: #fff;
        display: block;
        margin: 20px 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 24px;
        text-decoration: none;
        z-index: 1000;
        transition: .3s;
    }

    .play-link:hover {
        background: #FFAD43;
    }

    .play-link a {
        text-decoration: none;
        color: #fff;
    }

    .download-btns img {
        width: 100%;
        height: auto;
        max-width: 240px;
    }

    a.btn-content {
        background: 0 0;
        color: #10a043;
        border-color: #10a043;
        display: block;
        margin: 10px auto;
        max-width: 190px;
        font: 400 16px Roboto, sans-serif;
        padding: 10px 32px 8px;
        border: 2px solid;
        text-align: center;
    }

    a.btn-content:hover {
        background: #10a043;
        color: #fff;
        text-decoration: none;
    }

    .top-text {
        order: 0;
        background-color: #002C47;
        color: #E9E7E7;
        padding: 0 15px 20px 15px;

    }

    #toc_container {
        max-width: 1550px;
        width: 100%;
        /*margin: 20px auto 0;*/
        padding: 0 60px;
    }

    .page-text.top-text-post {
        order: 0;
    }

    .table-character {
        border-collapse: collapse;
        margin: 20px auto;
        color: #E9E7E7;
        max-width: 750px;
        width: 100%;
        clear: both;
    }

    .table-character td {
        padding: 10px 30px;
        width: 50%;
        font-size: 16px;
    }

    .ctoc-body {
        padding: 15px 10px;
        background: transparent;
        max-width: 600px;
    }

    .ctoc-body li {
        list-style: none;
        color: #F39010;
    }

    .ctoc-body li a {
        color: #F39010;
        font-size: 18px;
        display: block;
        margin-bottom: 10px;
        text-decoration: none;
    }

    .ctoc-body li a:hover {
        color: #F39010;
        text-decoration: underline;
    }

    .ctoc-body li a:visited {
        color: #F39010;
    }

    /* ================================================================================================================
    bonus-page template
    =================================================================================================================*/
    .bonus-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px;
        border-bottom: 2px solid #49277b;
        border-top: 2px solid #49277b;
        background-color: #313131;
        max-width: 60%;
        margin: 0 auto;
    }

    @media screen and (max-width: 1080px) {
        .bonus-item {
            max-width: 90%;
        }
    }

    @media screen and (max-width: 768px) {
        .bonus-item {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            max-width: 100%;
        }
    }

    .bonus-item__thumb {
        width: 30%;
        display: flex;
        align-items: center;
    }

    @media screen and (max-width: 768px) {
        .bonus-item__thumb {
            text-align: center;
            display: block;
            margin: 0 auto;
        }
    }

    @media (max-width: 768px) {
        .bonus-item__thumb {
            width: 100%;
        }
    }

    .bonus-item__thumb img {
        width: 100%;
        max-width: 200px;
        height: initial;
    }

    .bonus-item__head {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    @media (max-width: 1450px) {
        .bonus-item__head {
            width: 60%;
        }
    }

    @media (max-width: 1280px) {
        .bonus-item__head {
            width: 70%;
        }
    }

    @media (max-width: 768px) {
        .bonus-item__head {
            width: 100%;
        }
    }

    .bonus-item__head p {
        width: 100%;
        font-size: 28px !important;
        font-weight: 700;
        color: white;
        display: block;
        text-align: center !important;
        margin: 0 0 auto;
    }

    @media screen and (max-width: 768px) {
        .bonus-item__head p {
            padding: 20px 0;
        }
    }

    .bonus-item__head p span {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .bonus-item__head a {
        color: #fff !important;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 5px;
        height: 42px;
        line-height: 42px;
        display: inline-block;
        background: #d94a12;
        padding: 0 35px;
        margin-right: auto;
        margin-left: 25px;
        border: 2px solid transparent;
        transition: all 0.2s;
        font-weight: initial;
    }

    .bonus-item__head a:hover {
        transition: all 0.2s;
        background: transparent;
        border: 2px solid #d94a12;
    }

    @media screen and (max-width: 768px) {
        .bonus-item__head a {
            margin: 0 auto;
            text-align: center;
            width: 100%;
            float: none;
            padding: 0;
        }
    }

    .bonus-item__head .js-bonus-button {
        font-size: 14px;
        color: #d94a12;
        font-weight: 900;
        text-decoration: none;
        cursor: pointer;
        margin-left: auto;
        margin-right: 25px;
        font-weight: initial;
        white-space: nowrap;
        height: 42px;
        line-height: 38px;
        border: 2px solid #fff;
        padding: 0 20px;
        text-transform: uppercase;
        transition: all 0.3s;
    }

    .bonus-item__head .js-bonus-button:hover {
        color: #fff;
        background-color: #d94a12;
        border: 2px solid transparent;
        transition: all 0.3s;
    }

    .title-textority {
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        margin-bottom: 25px;
    }

    @media screen and (max-width: 768px) {
        .bonus-item__head .js-bonus-button {
            width: 100%;
            text-align: center;
            margin: 20px auto 0;
        }

        #toc_container {
            padding: 0 15px;
        }
    }

    .bonus-item__content {
        display: none;
        color: #fff;
        margin-top: 30px;
    }

    .single-main .ctoc-body {
        background: none;

    }

    @media screen and (max-width: 1024px) {
        .banner-block {
            max-height: 400px;
            border: 0;
            margin-top: 0;
        }

        .banner-slider .slick-slide {
            height: 250px;
        }

        .banner-slider.slick-dotted.slick-slider {
            height: 250px;
        }

        .download-btn-mob {
            padding: 8px 15px;
            font-size: 14px;
            border: none;
            height: 38px;
            min-width: 160px;
            width: fit-content;
            background: #F39010;
            border-radius: 4px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .download-logo-custom {
            width: auto;
            max-height: 22px;
            margin-right: 10px;
        }


        /*.banner-slide-info {*/
        /*    right: auto;*/
        /*    left: 50%;*/
        /*    transform: translateY(-50%) translateX(-50%);*/
        /*}*/
        .banner-slider .slick-dots {
            right: auto;
            left: 50%;
            transform: translateX(-50%);
        }

        .download-btn {
            margin-right: 0;
        }

        .site-logo {
            margin-right: 0;
        }

        .mob-log-link {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #0D486C;
            padding: 10px 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .footer {
            padding-bottom: 60px;
        }
    }

    /*убрал миниатюру демки*/
    img.slot-miniature {
        display: none;
    }

    .slot-demo {
        max-width: 100%;
    }

    .slot-demo img {
        display: block;
        width: 640px;
        height: auto;
        margin: 0px auto;
    }

    .page-text img {
        margin: auto;
        display: block;
    }

    .ref-link a {
        color: #fff;
    }

    .ref-link a:hover {
        text-decoration: none;
        color: #fff;
    }


    @media screen and (max-width: 480px) {
        .banner-slide-info {
            width: 100%;
            position: absolute;
            left: 0;
            top: 11px;
            transform: none;
            text-align: left;
            height: 100%;
            padding: 0 26px;
        }

        .banner-block {
            max-height: 400px;
            margin-top: 40px;
        }

        .slide-title {
            font-style: normal;
            font-weight: bold;
            font-size: 44px;
            line-height: 45px;
            color: #FFF48C;

        }

        .slide-text {
            font-style: normal;
            font-weight: 600;
            font-size: 36px;
            line-height: 45px;
            color: #FFFFFF;
        }

        .more-btn {
            margin: 0;
            position: absolute;
            bottom: 30px;
            text-align: center;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    @media screen and (max-width: 340px) {
        .banner-slide-info {
            width: 100%;
            position: absolute;
            left: 0;
            top: 11px;
            transform: none;
            text-align: left;
            height: 100%;
            padding: 0 26px;
        }

        .banner-block {
            max-height: 400px;
        }

        .slide-title {
            font-style: normal;
            font-weight: bold;
            font-size: 30px;
            line-height: 30px;

        }

        .slide-text {
            font-style: normal;
            font-weight: 600;
            font-size: 22px;
            line-height: 30px;
        }

        .register-btn {
            width: 140px;
        }

        .header-referral .login-btn {
            width: 140px;
        }

    }


    @media (max-width: 554px) {

        .download-logo-custom {
            width: auto;
            max-height: 22px;
            margin-right: 10px;
        }

        .header-referral {
            width: 200px;
        }

        /*.site-logo {*/
        /*    width: 140px;*/
        /*}*/
    }

    @media (max-width: 543px) {
        .register-btn {
            margin-bottom: 10px;
            margin-right: 0;
        }

        .login-btn {
            width: 200px;
        }
    }



    @media (max-width: 650px) {
        .header-referral {
            width: 100%;
        }
    }

}


@media screen and (max-width: 600px) {
    .page-text iframe{
        width: 100%;
        border: 0;
        outline: 0;
        margin: 20px 0 0;
    }

    .cover-table {
        overflow-x: scroll;
    }
    .cover-table table{
        min-width: 550px;
    }
}

/* =================================================================================================================
=================================================================================================================*/
