h1,h2,h3 {
    overflow-wrap: break-word
}

ol,ul {
    overflow-wrap: break-word
}

html,body,div,span,h1,h2,h3,p,a,img,small,b,i,ol,ul,li,form,label,table,tbody,tr,td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    overflow-x: hidden;
    box-sizing: border-box
}

*,*:before,*:after {
    box-sizing: inherit
}

body {
    background-color: #fff;
    color: #2e3246;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0 auto;
    padding: 0;
    overflow: hidden
}

::-webkit-input-placeholder {
    color: #2d3436
}

h1,h2,h3,h3 a {
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    -webkit-backface-visibility: hidden;
    color: #151515
}

h1 {
    font-size: 3.157em;
    line-height: 1.2em
}

h2 {
    font-size: 2.369em;
    line-height: 1.2em
}

h3,h3 a {
    font-size: 1.777em;
    line-height: 1.2em
}

img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden
}

input,textarea {
    outline: none;
    outline: 0
}

:active,:hover,:focus {
    outline: 0 !important;
    outline-offset: 0 !important
}

input[type=text]:focus {
    outline: none
}

a,a:visited {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover {
    text-decoration: none
}

a:active,a:focus {
    outline: none
}

div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: block
}

div::-webkit-scrollbar {
    width: 0
}

p {
    line-height: 1.65em
}

input[type=text],input[type=email],input[type=url],textarea {
    color: #2d3436;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.45em;
    background-color: #fefeff;
    border-radius: 5px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    padding: 11px 15px;
    -webkit-appearance: none
}

input[type=text],input[type=email],input[type=url] {
    height: 45px
}

textarea {
    padding: 15px
}

input[type=submit] {
    width: 100%;
    background-color: #be2edd;
    border: 0;
    padding: 11px 30px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.45em;
    height: 45px;
    color: #fff;
    border-radius: 5px;
    -webkit-appearance: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

input[type=submit]:hover {
    background-color: #57606f
}

.space-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 60px
}

.space-box {
    background-color: #fff
}

.relative {
    position: relative
}

.fixed {
    position: fixed
}

.left {
    float: left
}

.text-center {
    text-align: center
}

.box-100 {
    width: 100%
}

.box-50 {
    width: 50%
}

.case-15 {
    margin: 0 15px 30px;
    padding: 0
}

.wp-caption {
    max-width: 100%;
    padding: 1.45em 0 2.9em
}

.aligncenter {
    display: block;
    margin: 0 auto;
    padding-bottom: 2.9em;
    text-align: center
}

.wp-caption.aligncenter {
    padding-bottom: 2.9em
}

.wp-caption p.wp-caption-text {
    padding: 0;
    margin-bottom: 0;
    font-style: italic;
    color: #151515;
    font-size: .95em;
    line-height: 1.45em;
    text-align: center
}

.wp-caption.aligncenter p.wp-caption-text {
    text-align: center
}

.space-header-2-height {
    min-height: 68px;
}

.space-header-2-wrap {
    width: 100%;
    min-height: 68px;
    background-color: #fff;
    z-index: 20;
    position: fixed;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,.3)
}

.space-header-2-wrap.fixed {
    top: 0;
    left: 0;
    right: 0
}

.space-header-2-top-ins {
    max-width: 1170px;
    min-width: 45px;
    min-height: 90px;
    border-bottom: 1px solid #dfe6e9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    width: 10%;
}

.space-header-2-nav-ins {
    width: 80%;
    display: flex;
    justify-content: flex-end;
}

.space-header-3-nav-ins {
    display: flex;
    width: 10%;
    min-width: 125px;
    justify-content: flex-end;
}

.space-header-2-top-logo {
    display: inline-block;
    order: 2
}

.space-header-2-top-logo-ins {
    padding-top: 15px
}

.space-header-2-top-logo a {
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #151515;
    line-height: 0
}

.space-header-2-nav {
    width: 100%;
    min-height: 68px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.space-header-2-wrap.fixed .space-header-2-nav {
    top: 0;
    left: 0;
    right: 0;
    position: fixed
}

.space-header-2-height .space-header-2-wrap.fixed .space-header-2-nav {
    background-color: #fff
}

.space-header-2-nav ul.main-menu {
    line-height: 100%
}

.space-header-2-nav ul.main-menu li {
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
    color: #151515;
    font-family: 'Roboto',sans-serif;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400
}

.space-header-2-nav ul.main-menu li:last-child {
    margin-right: 0
}

.space-header-2-nav ul.main-menu li a {
    font-family: 'Roboto',sans-serif;
    color: #151515;
    text-decoration: none;
    font-weight: 400;
    padding: 25px 16px;
    border-bottom: 2px solid transparent;
    display: block
}

.space-header-2-nav ul.main-menu li a:hover,.space-header-2-nav ul.main-menu li:hover a {
    color: #be2edd;
    border-bottom: 2px solid #be2edd
}

.space-header-2-nav ul.main-menu li.menu-item-has-children a:after {
    content: "▼";
    font-family: 'Font Awesome 5 Free' !important;
    position: absolute;
    font-weight: 700;
    font-size: 10px;
    bottom: 15px;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto
}

.space-header-2-nav ul.main-menu li ul.sub-menu {
    display: block !important;
    background-color: #fff;
    padding: 15px 0;
    position: absolute;
    top: 30px;
    right: 0px;
    width: 330px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,.3);
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.space-header-2-nav ul.main-menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible
}

.space-header-2-nav ul.main-menu li ul.sub-menu li {
    display: block;
    padding: 6px 30px;
    float: left;
    position: relative;
    line-height: 1.2em;
    width: 100%
}

.space-header-2-nav ul.main-menu li ul.sub-menu li a {
    display: inline-block;
    padding: 0;
    color: #34495e;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px solid transparent
}

.space-header-2-nav ul.main-menu li ul.sub-menu li a:hover {
    border-bottom: 1px solid transparent;
    color: #b2bec3;
    text-decoration: none
}

.space-header-2-nav ul.main-menu li.menu-item-has-children ul.sub-menu li a:after {
    display: none
}

.space-title-box {
    background-color: #f1f3f4
}

.space-title-box-ins {
    padding-top: 60px
}

.space-title-box-h1 {
    margin: 0 15px
}

.space-title-box-h1 h1 {
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-size: 3.157em;
    line-height: 1.1em;
    color: #151515;
    text-align: center
}

.space-page-content.page-template {
    margin-bottom: 60px
}

.space-page-section-ins {
    padding-top: 41px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.space-page-content-wrap {
    margin: 0 15px
}

.space-page-content-box-wrap {
    border-bottom: 1px solid #dfe6e9;
    padding-bottom: 30px;
    margin: 0 0 15px
}

.page .space-page-content-box-wrap {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0
}

.space-page-content {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.65em;
    color: #2e3246
}

.space-page-content a {
    color: #ff2453;
    text-decoration: underline
}

.space-page-content a:hover {
    color: #be2edd
}

.space-page-content p {
    padding-bottom: 1.45em
}

.space-page-content p:last-child {
    padding-bottom: 0
}

.space-page-content h2,.space-page-content h3 {
    margin: 23.2px 0
}
.space-page-content .table-wrp {
    padding: 0 15px;
}
.space-page-content table {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:800px) {
    .space-page-content table {
        width: auto;
        max-width: 660px;
    }
}
.leftcol {
    border: 1px solid #626262;
}

.rightcol {
    width: 50%;
    text-align: right;
    border: 1px solid #626262;
}

.space-page-content table tbody tr td {
    padding: 10px 15px;
    border: 1px solid #fffdfd;
    background-color: #eff4f5;
}
.space-page-content table tbody tr:nth-child(2n+1) td {
    background-color: #f4f8f9;
}

.space-page-content ol,.space-page-content ul {
    margin-bottom: 1.45em;
    margin-left: 30px
}

.space-page-content ol {
    list-style: decimal
}

.space-page-content ol li,.space-page-content ul li {
    padding: 5px
}

.space-page-content ul {
    margin-left: 0
}

.space-page-content ul li {
    padding: 5px 5px 5px 35px;
    position: relative
}

.space-page-content ul li:before {
    content: "●";
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 400;
    position: absolute;
    font-size: 14px;
    top: 5px;
    left: 7px;
    color: #ff2453
}

.space-page-content input[type=text],.space-page-content input[type=email],.space-page-content input[type=url],.space-page-content input[type=submit],.space-page-content textarea {
    max-width: 100%;
    width: auto;
    margin-bottom: 10px
}

.space-comments {
    overflow: hidden
}

h3.comment-reply-title {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 5px
}

.space-comments-ins {
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 5px;
    background-color: #f1f3f4
}

.space-comments-wrap {
    padding: 30px 30px 15px;
    overflow: hidden
}

h3.comment-reply-title small a {
    color: #ff2453 !important;
    font-size: 12px;
    line-height: 1.45em;
    font-weight: 400;
    text-decoration: underline
}

h3.comment-reply-title small a:hover {
    color: #ff2453 !important;
    text-decoration: underline
}

.comment-respond {
    overflow: hidden;
    position: relative;
    padding: 15px 0
}

form.comment-form {
    overflow: hidden;
    line-height: 1.45em
}

form.comment-form p.comment-notes {
    padding-bottom: 30px;
    color: #7f8c8d !important;
    font-size: 12px;
    line-height: 1.45em;
    font-weight: 400
}

form.comment-form p.comment-notes span {
    font-weight: 700
}

form.comment-form p.comment-notes span.required {
    color: #d63031;
    font-weight: 400
}

form.comment-form p.form-submit {
    padding-bottom: 0
}

form.comment-form input[type=text],form.comment-form input[type=email],form.comment-form input[type=submit],form.comment-form input[type=url] {
    width: 50%
}

form.comment-form input[type=submit] {
    margin-bottom: 0
}

form.comment-form textarea {
    width: 100%;
    height: 180px
}
@media (max-width:600px) {
 form.comment-form input[type=text],form.comment-form input[type=email],form.comment-form input[type=submit],form.comment-form input[type=url] {
    width: 100%;
}
input[type=submit] {
    padding: 11px;
}
   
}

.space-footer {
    overflow: hidden
}

.space-footer-ins {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1170px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.space-footer-copy {
    padding: 30px 0;
    background-color: #111
}

.space-footer-copy-left {
    color: #777;
    font-size: .75em;
    line-height: 1.25em;
    font-weight: 400
}

#scrolltop {
    position: fixed;
    bottom: 7px;
    right: 15px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    color: #ff2453;
    cursor: pointer;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.space-single-aces-breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0 0
}

.page .space-single-aces-breadcrumbs {
    padding: 0
}

.glow-button {
    text-decoration: none !important;
    display: block;
    padding: 15px 30px;
    margin: 10px auto;
    border-radius: 10px;
    box-shadow: 0 0 40px 40px #f137a6 inset,0 0 0 0 #f137a6;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff !important;
    text-align: center;
    transition: .15s ease-in-out
}

.glow-button:hover {
    box-shadow: 0 0 10px 0 #f137a6 inset,0 0 10px 4px #f137a6;
    color: #f137a6 !important
}

ul.space-footer-ins {
    padding-bottom: 10px;
    justify-content: center
}

ul.space-footer-ins li a {
    padding: 0 5px;
    color: #ccc;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

ul.space-footer-ins li a:hover,ul.space-footer-ins li a:focus,ul.space-footer-ins li a:active {
    text-decoration: underline
}

.space-footer-ins a {
    display: inline-block;
    margin: 0 auto
}

.space-footer-ins img {
    max-width: 200px
}

.responsiblegambling {
    background: #fff;
    border-radius: 5px
}

.space-footer-copy-left {
    padding-right: 15px
}

.space-footer-copy-left p,.space-footer-copy-menu p {
    margin: 5px 0;
    color: #777;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.space-footer-copy-menu+div {
    width: 100%;
    text-align: center;
    color: #777;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media (max-width: 1024px) {
    .space-footer-ins img {
        margin-bottom:10px
    }

    .space-footer-ins .space-footer-copy-left {
        margin: 0;
        padding: 0
    }

    .space-footer-copy-left p,.space-footer-copy-menu p {
        text-align: center
    }
}

.space-header-2-nav ul.main-menu li a:hover,.space-header-2-nav ul.main-menu li:hover a,.space-page-content a:hover,form.comment-form p.comment-notes span.required {
    color: #3c6382
}

input[type=submit] {
    background-color: #3c6382
}

.space-header-2-nav ul.main-menu li a:hover,.space-header-2-nav ul.main-menu li:hover a {
    border-bottom: 2px solid #3c6382
}

.space-page-content a,.space-page-content ul li:before,h3.comment-reply-title small a,#scrolltop {
    color: #eb2f06
}

.space-header-2-height .space-header-2-wrap,.space-header-2-height .space-header-2-wrap.fixed .space-header-2-nav {
    background-color: #fff
}

.space-header-2-height .space-header-2-top-ins {
    border-bottom: 1px solid #f1f3f4
}

.space-header-2-height .space-header-2-top-logo a {
    color: #2d3436
}

.space-header-2-height .space-header-2-nav ul.main-menu li,.space-header-2-height .space-header-2-nav ul.main-menu li a {
    color: #151515
}

.space-header-2-height .space-header-2-nav ul.main-menu li a:hover,.space-header-2-height .space-header-2-nav ul.main-menu li:hover a {
    color: #3c6382;
    border-bottom: 2px solid #3c6382
}

.space-header-2-height .space-header-2-nav ul.main-menu li ul.sub-menu {
    background-color: #fff
}

.space-header-2-height .space-header-2-nav ul.main-menu li ul.sub-menu li a {
    color: #34495e;
    border-bottom: 1px solid transparent
}

#scrolltop.show {
    opacity: 1;
    visibility: visible;
    bottom: 15px
}

.mfp-zoom-out-cur a#scrolltop {
    display: none;
}

.gallery__blok {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.gallery__img {
    margin: 10px 6px 10px 6px;
}

.glow-button {
    text-decoration: none !important;
    display: inline-block;
    padding: 15px 0px;
    margin: 10px 0px;
    width: 49%;
    border-radius: 10px;
    box-shadow: 0 0 40px 40px #eb2f06e3 inset,0 0 0 0 #eb2f06e3;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff !important;
    transition: .15s ease-in-out
}

.glow-button:hover {
    box-shadow: 0 0 10px 0 #eb2f06e3 inset,0 0 10px 4px #eb2f06e3;
    color: #eb2f06e3 !important
}

td {
    display: table-cell;
    vertical-align: middle;
}

.casino-opwrapper {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:660px) {
    .casino-opwrapper {
        width: 90%;
    }
}

.casino-header-info {
    padding-bottom: 40px;
}

.rating_top {
    color: #eb2f06;
    font-size: 1.7em;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    line-height: 1.7em;
    border: 5px solid #eb2f06;
    background: #ffffff;
    padding: 2px;
}

.rating_top::selection {
    background: #eb2f0652;
}

.wrap_button {
    display: flex;
    justify-content: space-between;
}

.gallery__inner table {
    width: 100%;
}

.gallery__inner p {
    text-align: center;
    font-style: italic;
    color: #151515;
    font-size: .95em;
    line-height: 1.45em;
}

@media screen and (max-width: 855px) {
    .wrap_button {
        flex-direction: column;
    }

    .glow-button {
        width: 100%;
    }
}

.space-page-content table.avtor {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.space-page-content table.avtor td {
    border: 1px solid #fff;
}

.avtor_img {
    width: 20%;
}

.avtor_img p {
    text-align: center;
}

.avtor_text {
    min-height: 10em;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 870px) {
    .space-header-2-top-ins {
        width:10%;
    }

    .space-header-2-nav-ins {
        width: 80%;
    }

    .space-header-3-nav-ins {
        width: 20%;
        min-width: 115px;
        justify-content: center;
    }
}

@media screen and (max-width: 492px) {
    .space-header-2-top-ins {
        width: auto;
    }

    .space-header-2-nav-ins {
        width: auto;
    }

    .space-header-3-nav-ins {
        width: auto;
    }

    .space-header-2-nav ul.main-menu li ul.sub-menu {
        width: 260px;
    }
}

@media screen and (max-width: 1015px) {
    .box-50 {
        width:100%;
    }
}

/* edit 04.05.23 lang */
.dropbtn {
    padding: 5px;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: auto;
    left: -5px;
    padding: 0px 5px;
}

.dropbtn {
    padding-left: 25px;
    width: 80px;
}

.dropdown-content a.ru, .dropbtn.ru {
    background: url('../../../wp-content/uploads/ru.png') no-repeat left center;
}

.dropdown-content a.ua, .dropbtn.ua {
    background: url('../../../wp-content/uploads/ua.png') no-repeat left center;
}

.dropdown-content a.uz, .dropbtn.uz {
    background: url('../../../wp-content/uploads/uz.png') no-repeat left center;
}

.dropdown-content a.kz, .dropbtn.kz {
    background: url('../../../wp-content/uploads/kz.png') no-repeat left center;
}

.dropdown-content a.az, .dropbtn.az {
    background: url('../../../wp-content/uploads/az.png') no-repeat left center;
}

.dropdown-content a.tr, .dropbtn.tr {
    background: url('../../../wp-content/uploads/tr.png') no-repeat left center;
}
.dropdown-content a.mz, .dropbtn.mz {
    background: url('../../../wp-content/uploads/mz.png') no-repeat left center;
}

/* Links inside the dropdown */
.space-header-2-nav ul.main-menu li .dropdown-content a {
    color: black;
    padding: 5px 0 5px 25px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.space-header-2-nav ul.main-menu li .dropdown-content a:hover {
    background-color: #f1f1f1;
    border-bottom: none;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.space-header-2-nav ul.main-menu li.menu-item-has-children .dropdown-content a:after {
    display: none;
}

.space-header-2-height .space-header-2-nav ul.main-menu li:hover .dropdown-content a {
    border: none;
    color: black;
}

@media screen and (max-width: 800px) {
    .mob-hide {
        display: none
    }

    .space-header-2-nav {
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px
    }
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: #888;
    opacity: 0.7;
}

/* ****** / TOC ****** */
#playGame {
    width: inherit;
    margin: .7rem auto;
}

.adaptive:empty.aviator-spribe {
    background: url(../../../wp-content/uploads/aviator-spribe.png) center;
    background-repeat: no-repeat;
    background-size: contain;
}

.adaptive.aviator-spribe {
    padding-top: 60%;
}

@media (min-width: 920px) {
    .adaptive:empty {
        padding-top:52%;
    }
}

@media (max-width: 800px) {
    .adaptive.aviator-spribe {
        padding-top:100%;
    }
}

@media (max-width: 600px) {
    .adaptive.aviator-spribe {
        padding-top:180%;
    }
}

.adaptive iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: unset;
    max-height: 90vh;
}

.adaptive {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    max-width: 100%;
}

.adaptive:empty {
    max-width: 100%;
    padding-top: 52%;
    margin-top: 1.5rem;
}

.adaptive:empty::before {
    content: '';
    background-image: url(../../../wp-content/uploads/lets-play.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 70%;
    width: -webkit-fill-available;
    background-size: 40%;
    min-height: 100%;
    position: absolute;
    display: -ms-grid;
    display: grid;
    top: 0;
    margin-left: 200px;
    margin-right: 200px;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-filter: hue-rotate(228deg) drop-shadow(0px 0px 1.5rem white);
    filter: hue-rotate(228deg) drop-shadow(0px 0px 1.5rem white);
}

@media (max-width: 800px) {
    .adaptive:empty::before {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@-webkit-keyframes pulse {
    0% {
        background-size: 40%;
    }

    25% {
        background-size: 55%;
    }

    50% {
        background-size: 40%;
    }

    75% {
        background-size: 55%;
    }

    100% {
        background-size: 40%;
    }
}

@keyframes pulse {
    0% {
        background-size: 40%;
    }

    25% {
        background-size: 55%;
    }

    50% {
        background-size: 40%;
    }

    75% {
        background-size: 55%;
    }

    100% {
        background-size: 40%;
    }
}

.iframe {
    max-width: 1190px;
    max-height: 670px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.iframe-wrapper {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

iframe {
    height: 670px;
    width: 100%;
    box-shadow: 0 2px 10px rgb(77, 92, 129);
}

@media (max-width: 1023px) {
    iframe {
        height: 570px;
    }
}

@media (max-width: 882px) {
    iframe {
        height: 520px;
    }
}

@media (max-width: 800px) {
    iframe {
        height: 470px;
    }
}

@media (max-width: 745px) {
    iframe {
        height: 370px;
    }
}

@media (max-width: 590px) {
    iframe {
        height: 300px;
    }
}

@media (max-width: 480px) {
    iframe {
        height: 250px;
    }
}

@media (max-width: 410px) {
    iframe {
        height: 220px;
    }
}

@media (max-width: 368px) {
    iframe {
        height: 200px;
    }
}

.main-img-wrapper {
    text-align: center;
    margin: 0 auto;
    max-width: 660px;
}
@media (max-width:660px) {
    .main-img-wrapper {
       margin: 0 15px; 
    }

}
.table_cookie_wrp {
    width: 100%;
    overflow-x: auto;
}

.space-page-content table.table_cookie {
    width: 80%;
}

.table_cookie td {
    border: 1px solid rgb(119, 119, 119);
    border-collapse: collapse;
}

@media (max-width: 1024px) {
    .space-page-content table.table_cookie {
        width: 100%;
    }
}

/* width */
.table_cookie_wrp::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.table_cookie_wrp::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
}

/* Handle */
.table_cookie_wrp::-webkit-scrollbar-thumb {
    background: rgb(210, 210, 210);
    border-radius: 10px;
}

/* Handle on hover */
.table_cookie_wrp::-webkit-scrollbar-thumb:hover {
    background: rgb(67 67 67);
}

/* edit 12.09.2023 news */
.news-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-wrapper a {
    text-decoration: none;
}

.news-item {
    display: flex;
    flex-direction: column;
    width: 32%;
    background-color: #f1f3f4;
    padding: 15px 10px 70px 10px;
    margin-bottom: 20px;
    position: relative;
    /*border: 1px #d3cff3 solid;*/
    border-radius: 5px;
}

a.non-underline:hover {
    text-decoration: none;
}

.news-item a:hover h2 {
    color: #57606f;
}

.news-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
}

.news-img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.news-title {
    text-align: left;
}

h2.news-title {
    font-size: 18px;
    line-height: 22px;
}

.news-info {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    font-size: 0.7em;
    opacity: 0.8;
}

.news-date {
    margin-right: 10px;
}

.news-text {
    font-size: 0.9em;
    font-weight: 400;
}

.news-btn {
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 25px;
}

.news-btn a {
    width: 60%;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 24px;
    text-align: center;
    transform-origin: left center;
    transition: .3s ease-in-out;
    background: #3c6382;
}

.news-btn a:hover {
    background: #57606f;
    color: #fff;
}

@media (max-width: 1056px) {
    .news-item {
        width: 49%;
    }
}

@media (max-width: 680px) {
    .news-item {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .news-img {
        height: auto;
    }
}

.space-title-box-h1 h1.news-main-title {
    font-size: 2.157em;
}

.news-info.txt-center {
    justify-content: center;
}

.img-wrp {
    text-align: center;
    margin: 20px 0;
}

.img-wrp.brdr-rds img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.news-flex-wrp {
    display: flex;
    width: 100%;
}

.content-wrp {
    width: 60%;
    padding-right: 10px;
    margin-bottom: 30px;
}

.game-details__wrap {
    width: 40%;
}

.offer-wrp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.offer-item {
    width: 100%;
    padding: 10px;
    min-height: 60px;
    background: #f1f3f4;
    /*border: 1px solid #e2dff6;*/
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.offer-number {
    width: 30px;
    height: 30px;
    background-color: #57606f;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
}

.offer-item:first-of-type .offer-number {
    background-color: #ffdb45;
    color: #2e3246;
}

.offer-title {
    width: 49%;
    color: #29303d;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-left: 10px;
}

.offer-logo {
    width: 130px;
    max-width: 130px;
    margin-right: auto;
}

.offer-logo img {
    width: 100%;
    height: auto;
}

.offer-btn {
    width: 49%;
    width: 180px;
    margin: auto 0;
}

.offer-btn a {
    display: block;
    border-radius: 5px;
    color: #2e3246;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 12px;
    text-align: center;
    transform-origin: left center;
    transition: .3s ease-in-out;
    width: 100%;
    background: #ffdb45;
    text-decoration: none;
}

.offer-btn a:hover {
    background: #57606f;
    color: #fff;
}

.offer-item:first-of-type {
    border: 1px solid #ffdb45;
    box-shadow: 0 4px 6px #ffdb45;
    position: relative;
}

/*.offer-item:first-of-type:before {
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    content: "â˜†";
    color: #fff;
    background: #6c5dd4;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}*/
@media (max-width: 1000px) {
    .offer-btn {
        width: 120px;
    }

    .offer-logo {
        max-width: 100px;
    }
}

@media (max-width: 800px) {
    .news-flex-wrp {
        flex-direction: column;
    }

    .content-wrp, .game-details__wrap {
        width: 100%;
    }

    .offer-btn {
        width: 240px;
    }

    .offer-logo {
        max-width: 130px;
    }
}

@media (max-width: 480px) {
    .offer-btn {
        width: 150px;
    }
}

@media (max-width: 380px) {
    .offer-btn {
        width: 100px;
    }

    .offer-logo {
        max-width: 80px;
    }
}
.offer-button {
    margin-top: 20px;
    margin-bottom: 20px;
}
.offer-button a {
    display: block;
    width: 350px;
    margin: 0 auto;
    padding: 15px 30px;
    font-weight: 700;
    line-height: 15px;
    background-color: #dc3545;
    border-radius: 25px 25px 25px 25px;
    color: #fff;
    text-decoration: none;
}
.offer-button a:hover {
    background-color: #28a909;
    color: #fff;
}
@media screen and (max-width:420px) {
    .offer-button a {
        width: 100%;
        padding: 15px;
    }
}
.space-page-content .big-table-wrp {
    overflow: auto;
}
.space-page-content .big-table-wrp table {
    width: auto;
    min-width: 80%;
}