* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:disabled {
    background-color: unset;
    border-color: #888;
    color: #888;
    cursor: auto;
    pointer-events: none
}

body.masked {
  position: relative;
  overflow: hidden;
}

h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

section {
    width: 100%
}

.display-flex {
    display: flex;
    flex-wrap: wrap
}

.link-block {
    display: inline-block
}

.white-round-border {
    border: 1px solid #fff;
    border-radius: 16px
}

.round-border-btn {
    border: 1px solid #fff;
    border-radius: 18px;
    font-size: 14px;
    padding: 4px 20px
}

.fixed-btn {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 100%
}

.game__tag {
    color: #bdbdbd;
    font-size: 16px;
    margin-right: 6px
}

@media (max-width: 1299px) {
    .game__tag {
        font-size:12px
    }
}

.game__tag:after {
    content: ","
}

.game__tag:last-of-type:after {
    content: ""
}

.form__btn {
    height: 48px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    background-color: #ff61b6;
    color: #fff
}

.form__btn:hover {
    background-color: #ff49ab
}

.sectionHeader {
    width: 100%;
    display: block;
    margin-bottom: 20px
}

.sectionHeader h2 {
    display: inline-block;
    margin-right: 20px
}

.noscroll {
    overflow: hidden
}

.more-btn {
    border: 1px solid #fff;
    border-radius: 18px;
    display: inline-block;
    font-size: 14px;
    padding: 4px 22px
}

.more-btn:hover {
    background-color: #fff;
    color: #1d2630
}

.more-btn i {
    font-size: 9px;
    transform: rotate(90deg);
    margin-right: 3px
}

@media screen and (max-width:1299px) {
    .more-btn {
        font-size: 12px;
        padding: 4px 16px
    }
    .more-btn i {
        font-size: 8px
    }
}

body,
html {
    padding: 0;
    margin: 0
}

body {
    --bg: #1d2630;
    --color: #fff;
    --line-color: #333b44;
    --border-color: #dfdfdf;
    background-color: #1d2630;
    font-family: Noto Sans,sans-serif;
    font-size: 15px;
    height: 100vh;
    overflow-x: hidden;
    width: 100%
}

body * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

body input {
    border: 0;
    box-shadow: none;
    outline: none
}

body a {
    color: #fff;
    cursor: pointer
}

body a,
body a:active,
body a:focus,
body a:hover {
    text-decoration: none
}

body button {
    border: 0;
    box-shadow: none;
    cursor: pointer
}

body button,
body button:active,
body button:focus,
body button:hover {
    outline: none
}

body p {
    word-break: break-word
}

body li {
    list-style: none
}

body.hide-iframe iframe {
    z-index: -1!important;
    opacity: 0
}

.d-none {
    display: none!important
}

.mobile {
    display: none!important
}

.hr_line {
    border: 1px solid #54585d;
}

.container {
    width: 1200px;
    border-bottom: 1px solid #3f464e;
    padding: 25px 0 40px;
    margin: 0 auto
}

.breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 12px;
    left: 0
}

.breadcrumb span:nth-child(2n) {
    color: #fff;
    margin: 0 12px
}

.breadcrumb span a {
    transition: all .1s ease-in-out;
    position: relative
}

.breadcrumb span a:after,
.breadcrumb span a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #fff
}

.breadcrumb span a:hover:after,
.breadcrumb span a:hover:before {
    width: 100%;
    opacity: 1
}

.breadcrumb span:last-child a {
    color: #ff61b6;
    font-weight: 700;
    transition: all .1s ease-in-out;
    position: relative;
    max-width: 300px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.breadcrumb span:last-child a:after,
.breadcrumb span:last-child a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #ff61b6
}

.breadcrumb span:last-child a:hover:after,
.breadcrumb span:last-child a:hover:before {
    width: 100%;
    opacity: 1
}

.moreLink {
    cursor: pointer;
    font-size: 12px;
    transition: all .1s ease-in-out;
    position: relative
}

.moreLink:after,
.moreLink:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #ff61b6
}

.moreLink:hover:after,
.moreLink:hover:before {
    width: 100%;
    opacity: 1
}

.moreLink i:before {
    margin-left: 6px
}

.moreLink,
.moreLink>i:before {
    color: #ff61b6
}

.news__list {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    padding: 24px 24px 30px;
    position: relative
}

.news__list h2 {
    border-bottom: 1px solid #333b44;
    padding-bottom: 16px;
    /* margin-bottom: 20px */
}

.news__list .home__moreLink {
    position: absolute;
    right: 24px;
    /*bottom: 24px*/
}

.news {
    color: #fff;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news h4 {
    color: #ff61b6;
    font-size: 10px
}

.news p {
    font-size: 14px;
    margin: 0
}

.news:last-of-type {
    padding-bottom: 40px
}

.events {
    position: relative
}

.events .moreLink {
    position: absolute;
    right: 0;
    top: 6px
}

.event {
    width: 100%;
    height: 108px;
    margin-bottom: 10px;
    border-radius: 16px;
    overflow: hidden
}

.event img,
.event img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width:1299px) {
    .event {
        width: 205px;
        height: 80px;
        margin-right: 20px
    }
}

.nav--scroll #nav {
    height: 58px
}

.nav--scroll #navbar__brand {
    width: 140px;
    height: 32px
}

.nav--scroll #home__banner {
    margin-top: 58px
}

.nav--scroll #nav__langMenu {
    top: 42px
}

#nav {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #1d2630;
    transition: height .3s ease-in;
    z-index: 30
}

#app_BNblock {
    margin-top: 70px
}

#navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 100%;
    margin: 0 auto
}

#navbar>div {
    display: flex;
}

#navbar>div>li {
    margin-left: 100px;
}

.drop-down ul {
    display: none;
    margin-left: -50px;
    position: absolute;
    padding: 5px 0 0;
    list-style: none;
    width: 200px;
    background: rgba(29, 38, 48, .9490196078431372);
    color: #fff;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    z-index: 200!important;
    margin-top: -5px;
}

.drop-down ul li {
    height: 50px;
    width: 100%;
    padding: 0 0 0 20px;
    border-bottom: 1px solid rgba(154, 159, 165, .30196078431372547);
    display: flex;
    align-items: center;
}

.drop-down ul li a:hover {
    color: #ff61b6;
}

.drop-down ul li:last-child {
    border: 0
}

.drop-down img,
.game_list_mob img {
    margin-right: 10px;
    vertical-align: middle
}

.drop-down:hover ul {
    display: block
}

.game_list_mob {
    padding-left: 100px;
    display: none;
}

.game_list_mob li {
    margin-bottom: 25px;
}

#navbar__brand {
    width: 165px;
    height: 40px
}

#navbar__brand img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: contain;
    object-fit: contain
}

#navbar__brand img,
#navbar__brand img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

#navbar__brand img img {
    -o-object-fit: cover;
    object-fit: cover
}

.nav__link {
    font-size: 18px;
    font-weight: 700;
    line-height: 80px;
    color: #fff
}

.nav__link:first-of-type.active,
.nav__link:first-of-type:hover {
    color: #ff61b6
}

.nav__link:nth-of-type(2).active,
.nav__link:nth-of-type(2):hover {
    color: #8260d2
}

.nav__link:nth-of-type(3).active,
.nav__link:nth-of-type(3):hover {
    color: #65d1ff
}

#nav__account {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#nav__account.loggedIn .nav__welcome {
    display: none
}

#nav__account.loggedIn .nav__user,
#nav__account.loggedOut .nav__welcome {
    display: block
}

#nav__account.loggedOut .nav__user {
    display: none
}

#nav__profile {
    color: #fff;
    font-size: 12px;
    text-align: right
}

.nav__user span:last-of-type {
    color: #b3b3b3
}

.nav__user div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ef9705;
    margin-top: 3px
}

.nav__welcome a {
    transition: all .1s ease-in-out;
    position: relative;
    color: #ff61b6;
    font-weight: 700;
    margin-left: 4px
}

.nav__welcome a:after,
.nav__welcome a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #ff61b6
}

.nav__welcome a:hover:after,
.nav__welcome a:hover:before {
    width: 100%;
    opacity: 1
}

#nav__coin {
    background: url(../images/common_sprites.png) -10px -10px no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px
}

#nav__profileAvatar {
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: #a5a8ac;
    text-align: center;
    margin-left: 10px;
    overflow: hidden;
    position: relative
}

#nav__profileAvatar a {
    display: inline-block;
    width: 100%;
    height: 100%
}

#nav__profileAvatar i {
    vertical-align: bottom
}

#nav__profileAvatar i:before {
    color: #4a5159;
    font-size: 14px
}

#nav__profileAvatar img {
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0
}

#nav__profileAvatar img,
#nav__profileAvatar img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#nav__profileAvatar:hover {
    background-color: #dbdcde
}

#nav__profileAvatar:hover i:before {
    color: #6e747a
}

#nav__langSelector {
    width: 28px;
    height: 28px;
    background-image: url(../images/common_sprites.png);
    background-position: -10px -174px;
    margin: 2px 18px 0;
    cursor: pointer;
    position: relative
}

#nav__langSelector.active #nav__langMenu {
    display: block
}

#nav__langMenu {
    display: none;
    width: 110px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 53px;
    right: 0;
    overflow: hidden
}

#nav__langMenu li {
    display: block;
    width: 100%;
    height: 50px;
    background: rgba(29, 38, 48, .9490196078431372);
    border-bottom: 1px solid rgba(154, 159, 165, .30196078431372547);
    color: #fff;
    font-size: 14px;
    padding: 15px 0 0 37px;
    position: relative
}

#nav__langMenu li:last-child {
    border: 0
}

#nav__langMenu li:after,
#nav__langMenu li:before {
    content: "";
    border-radius: 100%;
    position: absolute
}

#nav__langMenu li:before {
    width: 9px;
    height: 9px;
    border: 1.5px solid #fff;
    top: 19px;
    left: 17px
}

#nav__langMenu li:after {
    width: 8px;
    height: 8px;
    background-color: #fff;
    top: 21px;
    left: 19px
}

#nav__langMenu li.active:before,
#nav__langMenu li:hover:before {
    border-color: #ff61b6
}

#nav__langMenu li.active:after,
#nav__langMenu li:hover:after {
    background-color: #ff61b6
}

.nav__fbPage {
    font-size: 30px
}

.nav__fbPage i:before {
    color: #3578f7
}

.nav__twitter {
    width: 30px;
    height: 30px;
    background-color: #1da1f2;
    border-radius: 100%;
    font-size: 18px;
    text-align: center;
    padding: 4px 0 0 2px;
    margin-top: 2px;
    display: inline-block
}

#nav__copyright {
    position: absolute;
    top: 470px;
    left: 20px;
    font-size: 12px;
    color: #6d6d6d
}

#nav__mode {
    color: #fff;
    font-size: 12px;
    position: fixed;
    right: 30px;
    text-align: center
}

#nav__mode div {
    transform: scale(.8)
}

@media screen and (max-width:1449px) {
    #nav__mode {
        right: auto;
        left: calc(50% - 420px);
        text-align: left
    }
}

.nav__modeSlider,
.nav__safeMode {
    width: 58px;
    height: 22px;
    background-color: transparent;
    border: 1px solid #ff61b6;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    transition: all .4s ease-in;
    margin: 3px auto 0;
    position: relative
}

.nav__modeSlider:before,
.nav__safeMode:before {
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #ff61b6;
    font-size: 16px;
    bottom: 2px;
    transition: all .4s ease-in;
    content: "\f186";
    left: 3px
}

.nav__safeMode {
    border-color: #65d1ff
}

.nav__safeMode:before {
    color: #65d1ff;
    content: "\f111";
    left: 3px;
    transform: translateX(34px)
}

#footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 1200px;
    padding: 50px 0;
    margin: 0 auto
}

#footer img {
    width: 233px;
    margin-bottom: 20px
}

#footer p {
    width: 520px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    margin: 0
}

#footer__registerForm {
    width: 275px;
    color: #fff
}

#footer__registerForm h5 {
    font-size: 14px;
    margin: 0 0 14px
}

#footer__registerForm form {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

#footer__registerForm input {
    height: 26px;
    border: 1px solid #b3b3b3;
    font-size: 12px;
    letter-spacing: .5px;
    width: 180px;
    background-color: #2e363f;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    color: #fff;
    padding: 0 12px
}

#footer__registerForm input::-moz-placeholder {
    letter-spacing: 1px
}

#footer__registerForm input:-ms-input-placeholder {
    letter-spacing: 1px
}

#footer__registerForm input::placeholder {
    letter-spacing: 1px
}

#subscribe-btn {
    height: 26px;
    border: 1px solid #8260d2;
    font-size: 12px;
    letter-spacing: .5px;
    width: 95px;
    background-color: #8260d2;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    color: #1d2630;
    font-weight: 500;
    margin-left: -5px
}

#subscribe-btn:hover {
    color: #fff
}

#footer__copyright,
#footer__links,
#footer__links a {
    font-size: 12px;
    color: #6d6d6d!important
}

#footer__copyright {
    width: 315px!important
}

#footer__copyright,
#footer__links {
    display: inline-block
}

#footer__links span {
    margin: 0 12px
}

#footer__links a {
    transition: all .1s ease-in-out;
    position: relative
}

#footer__links a:after,
#footer__links a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #6d6d6d
}

#footer__links a:hover:after,
#footer__links a:hover:before {
    width: 100%;
    opacity: 1
}

#btn__scrollTop {
    right: 20px;
    bottom: 85px;
    background-color: #3f464f
}

#btn__scrollTop i:before {
    color: #1d2630;
    font-size: 30px
}

#btn__scrollTop:hover {
    background-color: #61666d;
    color: #fff
}

#erolabs-ad {
    display: none
}


/* 
@media screen and (min-width:992px) {
    #erolabs-ad {
        display: none!important
    }
} */

body.safe-mode {
    background-color: #fff
}

body.safe-mode.masked {
    position: relative;
    overflow: hidden
}

body.safe-mode.masked:after {
    content: "";
    width: 100%;
    height: 300vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, .8);
    z-index: 25
}

body.safe-mode.masked #nav__langMenu a:after,
body.safe-mode.masked #nav__langMenu li:after {
    width: 8px
}

.safe-mode {
    --color: #1d2630;
    --bg: #fff;
    --line-color: #f4f4f4;
    --border-color: #c5c5c5
}

.safe-mode #footer__registerForm input,
.safe-mode #nav {
    background-color: #fff
}

.safe-mode #footer__registerForm input,
.safe-mode #footer p,
.safe-mode *,
.safe-mode .home__preRegisterGame h3 {
    color: #1d2630
}

.safe-mode #nav__langMenu a,
.safe-mode #nav__langMenu li {
    background-color: hsla(0, 0%, 100%, .9019607843137255);
    color: #1d2630
}

.safe-mode #nav__langMenu a:not(.active):before,
.safe-mode #nav__langMenu li:not(.active):before {
    border-color: #1d2630
}

.safe-mode #nav__langMenu a:not(.active):after,
.safe-mode #nav__langMenu li:not(.active):after {
    background-color: #1d2630
}

.safe-mode #nav__profileAvatar {
    background-color: #e2e5ea;
    border-color: #b5b8bb
}

.safe-mode #nav__profileAvatar i:before {
    color: #868b92
}

.safe-mode .nav__twitter i {
    color: #fff
}

.safe-mode #footer__registerForm input::-moz-placeholder {
    color: #dbdbdb
}

.safe-mode #footer__registerForm input:-ms-input-placeholder {
    color: #dbdbdb
}

.safe-mode #footer__registerForm input::placeholder {
    color: #dbdbdb
}

.safe-mode #subscribe-btn {
    background-color: #9f72ff;
    color: #fff
}

.safe-mode #subscribe-btn:hover {
    color: #1d2630
}

.safe-mode #btn__scrollTop {
    background-color: #d1d2d3
}

.safe-mode #btn__scrollTop i:before {
    color: #fff
}

.safe-mode #btn__scrollTop:hover {
    opacity: .8
}

.safe-mode .round-border-btn,
.safe-mode .white-round-border {
    border-color: #c5c5c5
}

.safe-mode .container {
    border-color: #f0f0f0
}

.safe-mode .news__list h2 {
    border-bottom: 2px solid #f4f4f4
}

.safe-mode .events .moreLink {
    color: #ff61b6
}

.safe-mode .breadcrumb span:nth-child(2n) {
    color: #1d2630
}

.safe-mode .breadcrumb span a {
    transition: all .1s ease-in-out;
    position: relative
}

.safe-mode .breadcrumb span a:after,
.safe-mode .breadcrumb span a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #1d2630
}

.safe-mode .breadcrumb span a:hover:after,
.safe-mode .breadcrumb span a:hover:before {
    width: 100%;
    opacity: 1
}

.safe-mode .breadcrumb span:last-child a {
    transition: all .1s ease-in-out;
    position: relative
}

.safe-mode .breadcrumb span:last-child a:after,
.safe-mode .breadcrumb span:last-child a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #ff61b6
}

.safe-mode .breadcrumb span:last-child a:hover:after,
.safe-mode .breadcrumb span:last-child a:hover:before {
    width: 100%;
    opacity: 1
}

.safe-mode .form__input input,
.safe-mode .form__input textarea {
    background-color: #f8f8f8;
    border-color: #1d2630
}

.safe-mode .form__input input::-moz-placeholder,
.safe-mode .form__input textarea::-moz-placeholder {
    color: #1d2630
}

.safe-mode .form__input input:-ms-input-placeholder,
.safe-mode .form__input textarea:-ms-input-placeholder {
    color: #1d2630
}

.safe-mode .form__input input,
.safe-mode .form__input input::placeholder,
.safe-mode .form__input textarea,
.safe-mode .form__input textarea::placeholder {
    color: #1d2630
}

.safe-mode .form__dropdown i,
.safe-mode .form__warning {
    color: #1d2630
}

.safe-mode .form__option,
.safe-mode .form__options {
    background-color: #f8f8f8;
    border-color: #1d2630
}

.safe-mode .form__option:hover {
    background-color: #fff
}

.safe-mode .form__option:not(:last-child):after {
    border-color: #1d2630
}

.safe-mode .form__input:not(.form__dropdown):not(.form__input--normal):focus label,
.safe-mode .form__input:not(.form__dropdown):not(.form__input--normal):hover label {
    background-color: #fff
}

.safe-mode .form__btn {
    color: #fff
}

.safe-mode .form__links {
    border-color: #f4f4f4
}

.safe-mode .form__links>a>i {
    color: #ff61b6
}

.safe-mode .form__links h4 {
    color: #1d2630
}

.safe-mode .more-btn {
    border-color: #1d2630
}

.safe-mode .more-btn,
.safe-mode .more-btn i {
    color: #1d2630
}

.safe-mode .more-btn:hover {
    background-color: #1d2630
}

.safe-mode .more-btn:hover,
.safe-mode .more-btn:hover i {
    color: #fff
}

.safe-mode .home__topGame:hover h4 {
    transition: all .1s ease-in-out;
    position: relative;
    position: absolute
}

.safe-mode .home__topGame:hover h4:after,
.safe-mode .home__topGame:hover h4:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #1d2630
}

.safe-mode .home__topGame:hover h4:hover:after,
.safe-mode .home__topGame:hover h4:hover:before {
    width: 100%;
    opacity: 1
}

.safe-mode .home__preRegisterGame h3 {
    transition: all .1s ease-in-out;
    position: relative
}

.safe-mode .home__preRegisterGame h3:after,
.safe-mode .home__preRegisterGame h3:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #1d2630
}

.safe-mode .home__preRegisterGame h3:hover:after,
.safe-mode .home__preRegisterGame h3:hover:before {
    width: 100%;
    opacity: 1
}

.safe-mode #game__summary h1 {
    color: #1d2630
}

.safe-mode #game__basicInfo span {
    color: #9a9fa5
}

.safe-mode .game__snsBtn i {
    color: #fff
}

.safe-mode .game__downloadBtn:hover {
    border-color: #fff
}

.safe-mode #game__slide picture.slick-siblings,
.safe-mode .game__thumbnail {
    opacity: .5!important
}

.safe-mode #game__slide .slick-arrow,
.safe-mode #game__suggestions button {
    background-color: #fff;
    opacity: 1;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .3)
}

.safe-mode #game__slide .slick-arrow:after,
.safe-mode #game__suggestions button:after {
    border-color: #cacaca
}

.safe-mode #game__slide .slick-arrow:hover,
.safe-mode #game__suggestions button:hover {
    opacity: 1
}

.safe-mode #game__introTabs {
    border-color: #f4f4f4
}

.safe-mode .game__introTab.active,
.safe-mode .game__introTab:hover {
    color: #1d2630
}

.safe-mode .games__checkbox label:before {
    border-color: #1d2630
}

.safe-mode .container--games .dropdown__selection--games.active h2 {
    border-color: #f4f4f4
}

.safe-mode #games__actionBar>span>i {
    color: #ff61b6
}

.safe-mode .games__new {
    color: #fff
}

.safe-mode .games__content h2 {
    transition: all .1s ease-in-out;
    position: relative
}

.safe-mode .games__content h2:after,
.safe-mode .games__content h2:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #1d2630
}

.safe-mode .games__content h2:hover:after,
.safe-mode .games__content h2:hover:before {
    width: 100%;
    opacity: 1
}

.safe-mode .game__tag {
    border-color: #1d2630
}

.safe-mode .game__tag--type {
    border-color: #65d1ff;
    color: #65d1ff
}

.safe-mode .game__tag--lang {
    border-color: #8260d2;
    color: #8260d2
}

.safe-mode .game__tag--test {
    border-color: #a3c338;
    color: #a3c338
}

.safe-mode .support__formFooter p {
    color: #1d2630
}

.safe-mode .support__formSection:first-child {
    border-color: #f4f4f4
}

.safe-mode .dropdown__panel {
    background-color: #fff;
    border-color: #1d2630
}

.safe-mode .dropdown__selection button {
    border-color: #1d2630
}

.safe-mode .dropdown__selection h2 {
    border-color: #f4f4f4
}

.safe-mode .dropdown__selection.active button {
    border-color: #ff61b6
}

.safe-mode .dropdown__selection.active ul {
    background-color: #fff
}

.safe-mode .dropdown__selection.active ul:before {
    background-color: hsla(0, 0%, 100%, .8)
}

.safe-mode .container--rule main h4 {
    color: #1d2630
}

@media screen and (max-width:1299px) {
    .safe-mode #nav__menu.nav__menu--open {
        background-color: hsla(0, 0%, 100%, .9490196078431372)
    }
    .safe-mode #nav__menu.nav__menu--open .nav__link {
        border-color: #e2e4e6
    }
    .safe-mode .news__list h2 {
        border: 0
    }
    .safe-mode .news {
        border-bottom: 2px solid #f4f4f4
    }
    .safe-mode .game__downloadBtn {
        border-color: #fff
    }
    .safe-mode .container--games hr {
        border-color: #f4f4f4
    }
    .safe-mode .form__fileLabel--mobile i {
        color: #ff61b6
    }
    .safe-mode .dropdown__panel {
        border-color: #f4f4f4
    }
    .safe-mode .dropdown__selection button i {
        color: #1d2630!important
    }
}

#ageVerify {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(29, 38, 48, .9019607843137255);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 70;
    overflow-x: hidden;
    overflow-y: scroll
}

#ageVerify__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px
}

#ageVerify__container>p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    padding: 10px 30px
}

#ageVerify__container>div {
    background-color: #1d2630;
    border-radius: 15px;
    text-align: center;
    padding: 50px 40px
}

#ageVerify__container>div img {
    width: 220px;
    margin-bottom: 60px
}

#ageVerify__container>div h2 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px
}

#ageVerify__container>div p {
    color: #ff61b6;
    font-size: 18px;
    line-height: 36px;
    padding: 0 20px;
    margin-bottom: 50px
}

#ageVerify__container>div button {
    width: 150px;
    height: 62px;
    border: 1px solid;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 8px
}

#ageVerify__container>div button:first-of-type {
    background-color: transparent;
    border-color: #fff
}

#ageVerify__container>div button:first-of-type:hover {
    background-color: #4f565d
}

#ageVerify__container>div button:last-of-type {
    background-color: #ff61b6;
    border-color: #ff61b6
}

#ageVerify__container>div button:last-of-type:hover {
    background-color: #ff49ab;
    border-color: #ff49ab
}

@media screen and (max-width:992px) {
    #ageVerify__container {
        width: 85%;
        max-width: 500px;
        top: 40px;
        transform: unset;
        transform: translateX(-50%)
    }
    #ageVerify__container>p {
        font-size: 12px;
        padding: 0 15px;
        margin-bottom: 20px
    }
    #ageVerify__container>div {
        padding: 40px 20px
    }
    #ageVerify__container>div img {
        width: 150px;
        margin-bottom: 30px
    }
    #ageVerify__container>div h2 {
        font-size: 18px
    }
    #ageVerify__container>div p {
        font-size: 14px;
        line-height: 22px;
        padding: 0;
        margin-bottom: 25px
    }
    #ageVerify__container>div button {
        width: 100px;
        height: 50px;
        font-size: 14px;
        margin: 6px
    }
}

.safe-mode #ageVerify {
    display: none!important
}

.app_BNblock {
    margin-top: 70px;
}

@media screen and (max-width:1299px) {
    .mobile {
        display: block!important
    }
    .pc {
        display: none!important
    }
    h2 {
        font-size: 16px
    }
    .container {
        width: 100%;
        padding: 25px 15px 30px
    }
    .sectionHeader {
        margin-bottom: 15px
    }
    .news__list {
        min-height: auto;
        border: 0;
        border-radius: 0;
        padding: 10px 0
    }
    .news__list h2 {
        border-bottom: 0;
        margin: 0;
        padding: 0
    }
    .news__list .home__moreLink {
        right: 0;
        top: 15px;
        bottom: auto
    }
    .news {
        width: 100%;
        border-bottom: 1px solid #333b44;
        padding-bottom: 12px
    }
    .news h4 {
        margin-bottom: 0
    }
    .news:last-of-type {
        padding-bottom: 12px;
        border: 0
    }
    .events {
        margin: 0
    }
    .events .moreLink {
        position: absolute;
        top: 5px;
        right: 0
    }
    #nav {
        height: 58px
    }
    #navbar {
        width: 100%;
        padding: 0 15px
    }
    .nav--scroll #nav {
        height: 58px
    }
    .nav--scroll #navbar__brand {
        width: 120px;
        height: 28px;
        padding-top: 0
    }
    #navbar__brand {
        width: 120px;
        height: 28px;
        z-index: 40
    }
    #navbar__brand img,
    #navbar__brand img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left;
        object-position: left
    }
    #nav__profileAvatar {
        width: 27px;
        height: 27px
    }
    #nav__profileAvatar i {
        vertical-align: unset
    }
    #nav__profileAvatar i:before {
        font-size: 12px
    }
    #nav__langSelector {
        margin: 0 12px
    }
    #nav__langMenu {
        width: 98px;
        top: 43px;
        right: 0
    }
    #nav__langMenu a,
    #nav__langMenu li {
        height: 40px;
        font-size: 12px;
        padding: 11px 0 0 33px
    }
    #nav__langMenu a:before,
    #nav__langMenu li:before {
        top: 14px;
        left: 15px
    }
    #nav__langMenu a:after,
    #nav__langMenu li:after {
        top: 16px;
        left: 17px
    }
    #nav__mode {
        right: auto;
        left: 130px;
        text-align: center
    }
    #nav__mode div {
        margin: 0
    }
    .nav__modeSlider,
    .nav__safeMode {
        width: 42px;
        height: 17px;
        margin: 2px auto 0
    }
    .nav__modeSlider:before,
    .nav__safeMode:before {
        font-size: 12px;
        bottom: 1px;
        left: 2px
    }
    .nav__safeMode:before {
        transform: translateX(24px)
    }
    #footer {
        width: 100%;
        padding: 60px 15px 20px;
        position: relative;
        flex-direction: column
    }
}

@media screen and (max-width:1299px) and (min-width:1200px) {
    #footer {
        width: 1200px
    }
}

@media screen and (max-width:1299px) {
    #footer p {
        width: 100%
    }
    #footer__links {
        width: auto;
        position: absolute;
        top: 30px;
        left: 15px
    }
    #footer__registerForm {
        margin: 35px 0;
        width: 100%
    }
    #footer__registerForm h5 {
        font-size: 12px
    }
    #footer__registerForm input {
        width: calc(100% - 95px)
    }
    #nav__menuBar {
        width: 25px;
        height: 19px;
        background: url(../images/common_sprites.png) -10px -44px;
        transform: scale(.9)
    }
    #nav__menu.nav__menu--close {
        display: none!important
    }
    #nav__menu.nav__menu--open {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(29, 38, 48, .95);
        padding: 58px 20px;
        overflow-y: auto
    }
    #nav__menu.nav__menu--open .nav__link {
        width: 100%;
        border-top: 2px solid #333b44;
        display: block;
        text-align: center;
        margin: 0
    }
    #nav__menu.nav__menu--open .nav__link:first-of-type {
        border: 0
    }
    #nav__menu.nav__menu--open .nav__link i {
        margin-right: 10px;
        transform: rotate(10deg)
    }
    #nav__menu.nav__menu--open .nav__link i:before {
        color: #65d1ff;
        font-size: 24px
    }
    #nav__menu.nav__menu--open .nav__fbPage {
        position: absolute;
        bottom: 15px;
        right: 60px
    }
    #nav__menu.nav__menu--open .nav__twitter {
        position: fixed;
        bottom: 20px;
        right: 20px;
        margin: 0
    }
}

@media screen and (max-width:1299px) and (orientation:landscape) {
    #nav__menu.nav__menu--open .nav__fbPage,
    #nav__menu.nav__menu--open .nav__twitter {
        bottom: auto
    }
    #nav__menu.nav__menu--open .nav__fbPage {
        margin-top: -6px
    }
}

@media screen and (max-width:1299px) {
    .nav__copyright {
        position: fixed;
        width: calc(100% - 120px);
        bottom: 20px;
        left: 20px;
        font-size: 12px;
        color: #6d6d6d
    }
}

@media screen and (max-width:1299px) and (orientation:landscape) {
    .nav__copyright {
        bottom: auto;
        margin-top: 15px
    }
}

@media screen and (max-width:1299px) {
    #nav__menuCloseBtn {
        position: absolute;
        right: 15px;
        top: 18px;
        width: 24px;
        height: 24px;
        background: url(../images/common_sprites.png) -10px -83px;
        transform: scale(.9)
    }
    .dropdown__panel {
        width: 100%;
        height: 60px;
        position: fixed;
        top: 57px;
        left: 0;
        padding: 18px 20px;
        border: 0;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        background: #1d2630;
        border-bottom: 2px solid #333b44;
        border-radius: 0;
        z-index: 15
    }
    .dropdown__selection {
        margin-right: 8px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
    .dropdown__selection button {
        background: transparent;
        border-radius: 4px;
        border: 1px solid #fff;
        color: #fff;
        font-size: 13px;
        text-align: left;
        padding: 2px 10px
    }
    .dropdown__selection button i {
        margin-left: 5px
    }
    .dropdown__selection span {
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 2px
    }
    .dropdown__selection ul {
        display: none
    }
    .dropdown__selection.active button {
        border-color: #ff61b6
    }
    .dropdown__selection.active button i,
    .dropdown__selection.active button span {
        color: #ff61b6
    }
    .dropdown__selection.active button i {
        transform: rotate(180deg)
    }
    .dropdown__selection.active ul {
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        top: 101px;
        background-color: #1d2630;
        padding: 0 20px
    }
    .dropdown__panel--rule.app_BNblock .dropdown__selection.active ul {
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        top: 101px;
        background-color: #1d2630;
        padding: 0 20px;
        margin-top: 86px;
    }
    .dropdown__selection.active ul:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(29, 38, 48, .8);
        z-index: 10
    }
    .dropdown__selection.active li {
        list-style: none;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        padding: 12px 10px;
        font-size: 12px;
        z-index: 15;
        position: relative
    }
    .dropdown__selection.active li:last-child {
        border: 0
    }
}


/* @media screen and (max-width:1299px) and (max-width:991px) { */

#erolabs-ad {
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 82px;
    background-color: #1d2630;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    padding: 0 15px
}

#erolabs-ad img {
    width: 50px;
    height: 50px;
    margin: 0 10px
}

#erolabs-ad section {
    width: calc(100% - 190px)
}

#erolabs-ad section h2 {
    height: 20px;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#erolabs-ad section p {
    max-height: 35px;
    overflow: hidden;
    font-size: 12px;
    color: #9a9fa5;
    margin: 0
}

#erolabs-ad-close-btn {
    width: 24px;
    height: 24px;
    background: url(../images/common_sprites.png) -10px -83px;
    transform: scale(.9);
    transform: scale(.8)
}

#erolabs-ad-download {
    background-color: #ff61b6;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 15px;
    position: absolute;
    right: 10px
}

#erolabs-ad.en #erolabs-ad-download,
#erolabs-ad.ja #erolabs-ad-download {
    font-size: 12px;
    padding: 7px 10px
}

.safe-mode #erolabs-ad {
    background-color: #fff
}

@media screen and (min-width:768px) {
    #dbcheck,
    #dbcheck_false,
    #loginfalse {
        margin: 0 auto;
        width: 600px;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 101;
        position: fixed;
        border-radius: 20px;
        display: none;
        background-color: #1d2630;
        padding: 15px 150px;
    }
    #dbcheck_content img {
        margin-top: 10px;
    }
    .db_header h1 {
        color: #ffffff;
    }
    .db_body {
        color: #ff61b6;
    }
}

@media screen and (max-width:768px) {
    /*922以下(含)*/
    #dbcheck,
    #dbcheck_false,
    #loginfalse {
        margin: 0 auto;
        width: 80%;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 101;
        position: fixed;
        border-radius: 20px;
        display: none;
        background-color: #1d2630;
        padding: 15px 20px;
    }
    #dbcheck_content img {
        margin: 10px auto 0 auto;
        width: 80%;
    }
    .db_header h1 {
        color: #ffffff;
        font-size: 26px;
    }
    .db_body {
        color: #ff61b6;
        font-size: 16px;
    }
}

#db_bgc {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    opacity: 0.5;
    display: none;
    background-color: rgb(0, 0, 0);
    z-index: 100;
    position: fixed;
}

.db_footer button {
    width: 150px;
    height: 50px;
    background-color: #ff61b6;
    border-radius: 25px;
    color: white;
    font-size: 18px;
    font-weight: 800;
    line-height: 15px;
    margin: 10px 0;
}

video {
    cursor: pointer;
}

.no-wrap {
    display: flex;
    flex-wrap: nowrap
}


.otherGames_box {
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: overlay;
    padding-bottom: 10px;
    white-space: nowrap;
    width: 100%
}

.otherGames_box::-webkit-scrollbar {
    height: 4px;
    width: 6px
}

.otherGames_box::-webkit-scrollbar-thumb {
    background: hsla(0,0%,100%,.1);
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px transparent
}

.otherGames_box::-webkit-scrollbar-track {
    background: #1b202b;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.055)
}

.otherGames_box::-webkit-scrollbar-thumb:hover {
    background: hsla(0,0%,100%,.1);
    background-clip: padding-box;
    border: 1px solid transparent;
    cursor: pointer
}

@media (max-width: 1299px) {
    .otherGames_box {
        display:flex;
        margin-bottom: 10px;
        overflow-x: auto
    }
}

.otherGames_box img,.otherGames_box source {
    border-radius: 10px;
    height: 72px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 72px
}

@media (max-width: 1299px) {
    .otherGames_box img,.otherGames_box source {
        height:90px;
        width: 90px
    }
}

.otherGames_list {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    margin: 10px 0
}

.otherGames_list:first-of-type {
    margin: 0 0 10px
}

@media (max-width: 1299px) {
    .otherGames_list:first-of-type {
        margin:0 10px 0 0
    }

    .otherGames_list {
        align-items: center;
        flex-direction: column;
        margin: 0 10px
    }
}

.otherGames_title {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.otherGames_text {
    color: #bdbdbd;
    font-size: 14px
}

.otherGames_originalPrice {
    color: #bdbdbd;
    font-size: 12px;
    margin-left: 10px;
    text-decoration: line-through
}

@media (max-width: 1299px) {
    .otherGames_originalPrice {
        margin-left:0
    }
}

.otherGames_cont {
    margin-left: 15px;
    width: 198px
}

@media (max-width: 1299px) {
    .otherGames_cont {
        margin-left:0;
        text-align: center;
        width: 90px
    }
}

.button_full {
    align-items: center;
    background-color: #eb4da2!important;
    border-color: #eb4da2!important;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    color: #1d2630!important;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 700;
    justify-content: center
}

.button_full:hover {
    background-color: #d7398e!important;
    border-color: #d7398e!important;
    color: #1d2630!important
}

.button_false {
    background-color: #bdbdbd!important;
    border-color: #888!important;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    color: #1d2630!important;
    cursor: pointer;
    cursor: auto!important;
    pointer-events: none!important
}

.button_false,.button_hollow {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 700;
    justify-content: center
}

.button_hollow {
    background-color: #1d2630!important;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer
}

.button_hollow,.button_hollow:hover {
    border-color: #eb4da2!important;
    color: #eb4da2!important
}

.button_hollow:hover {
    background-color: #1f2a37!important
}

.button_hollowhite {
    align-items: center;
    background-color: unset!important;
    border-color: #bdbdbd!important;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    color: #fff!important;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 700;
    justify-content: center
}

.button_hollowhite:hover,.button_minor {
    background-color: #1f2a37!important
}

.button_minor {
    align-items: center;
    border-color: #1f2a37!important;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    color: #bdbdbd!important;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 700;
    justify-content: center
}

.button_minor:hover {
    background-color: #151d25!important;
    border-color: #151d25!important;
    color: #bdbdbd!important
}

.button_disable {
    align-items: center;
    background-color: #888!important;
    border-color: #888!important;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    color: #fff!important;
    cursor: auto!important;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    pointer-events: none!important
}

.icon_infoBtn {
    background-color: #bdbdbd;
    height: 20px;
    margin: 3px 10px 3px 0;
    width: 20px
}

@media (max-width: 1299px) {
    .icon_infoBtn {
        height:16px;
        width: 16px
    }
}


.game_shareBtnBase {
    background-color: #fff;
    height: 30px;
    margin: 10px 5px 0;
    width: 30px
}

@media (max-width: 1299px) {
    .game_shareBtnBase {
        height:24px;
        margin: 5px 2px;
        width: 24px
    }
}

.pepicons-pop--house {
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M1 11C.08 11-.352 9.863.336 9.253l9-8a1 1 0 0 1 1.328 0l9 8C20.352 9.863 19.92 11 19 11h-1v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-7zm6 6v-5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v5h3v-7a1 1 0 0 1 .512-.873L10 3.337l-6.512 5.79A1 1 0 0 1 4 10v7zm2 0v-4h2v4z' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.mdi--gamepad-variant-outline,.pepicons-pop--house {
    background-color: currentColor;
    display: inline-block;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.mdi--gamepad-variant-outline {
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9h2v2h2v2H8v2H6v-2H4v-2h2zm12.5 0a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 18.5 9m-3 3a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-1.5-1.5 1.5 1.5 0 0 1 1.5-1.5M17 5a7 7 0 0 1 7 7 7 7 0 0 1-7 7c-1.96 0-3.73-.8-5-2.1A6.96 6.96 0 0 1 7 19a7 7 0 0 1-7-7 7 7 0 0 1 7-7zM7 7a5 5 0 0 0-5 5 5 5 0 0 0 5 5c1.64 0 3.09-.79 4-2h2c.91 1.21 2.36 2 4 2a5 5 0 0 0 5-5 5 5 0 0 0-5-5z'/%3E%3C/svg%3E")
}

.fa6-regular--comment-dots {
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4-8.2 6-22.3 14.8-39.4 22.7 5.6-14.7 9.9-31.3 11.3-49.4 1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1M26.3 423.8q-2.4 4.05-5.1 8.1l-.3.5-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5-4.6 4.6-5.9 11.4-3.4 17.4s8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9.8-.1 1.6-.3 2.4-.5 17.8-3.5 34.9-9.5 50.1-16.1 22.9-10 42.4-21.9 54.3-30.6 31.8 11.5 67 17.9 104.1 17.9 141.4 0 256-93.1 256-208S397.4 32 256 32 0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9-1.9 24.5-11.4 46.3-21.4 62.9M144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64m144-32a32 32 0 1 0-64 0 32 32 0 1 0 64 0m80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64'/%3E%3C/svg%3E")
}

.fa6-regular--comment-dots,.ion--volume-high-outline {
    background-color: currentColor;
    display: inline-block;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.ion--volume-high-outline {
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M126 192H56a8 8 0 0 0-8 8v112a8 8 0 0 0 8 8h69.65a15.93 15.93 0 0 1 10.14 3.54l91.47 74.89A8 8 0 0 0 240 392V120a8 8 0 0 0-12.74-6.43l-91.47 74.89A15 15 0 0 1 126 192m194 128c9.74-19.38 16-40.84 16-64 0-23.48-6-44.42-16-64m48 176c19.48-33.92 32-64.06 32-112s-12-77.74-32-112m48 272c30-46 48-91.43 48-160s-18-113-48-160'/%3E%3C/svg%3E")
}

.mdi--shopping-outline {
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 6h-2c0-2.8-2.2-5-5-5S7 3.2 7 6H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m-7-3c1.7 0 3 1.3 3 3H9c0-1.7 1.3-3 3-3m7 17H5V8h14zm-7-8c-1.7 0-3-1.3-3-3H7c0 2.8 2.2 5 5 5s5-2.2 5-5h-2c0 1.7-1.3 3-3 3'/%3E%3C/svg%3E");
    background-color: currentColor
}

.mdi--heart,.mdi--shopping-outline {
    display: inline-block;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.mdi--heart {
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 21.35-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53z'/%3E%3C/svg%3E");
    background-color: #ffa5d6
}

.mdi--heart-outline {
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12.1 18.55-.1.1-.11-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04 1 3.57 2.36h1.86C13.46 6 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05M16.5 3c-1.74 0-3.41.81-4.5 2.08C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.41 2 8.5c0 3.77 3.4 6.86 8.55 11.53L12 21.35l1.45-1.32C18.6 15.36 22 12.27 22 8.5 22 5.41 19.58 3 16.5 3'/%3E%3C/svg%3E")
}

.fluent--share-16-filled,.mdi--heart-outline {
    display: inline-block;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.fluent--share-16-filled {
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M9.78 2.05a.5.5 0 0 1 .527.055l4.5 3.5a.5.5 0 0 1 .025.769l-4.5 4A.5.5 0 0 1 9.5 10V8.056c-.236.04-.544.11-.904.23-.873.292-2.054.879-3.242 2.068a.5.5 0 0 1-.852-.4c.143-1.571.601-2.717 1.224-3.543a4.7 4.7 0 0 1 2.095-1.574A5.4 5.4 0 0 1 9.5 4.493V2.5a.5.5 0 0 1 .28-.45M2 5.5A2.5 2.5 0 0 1 4.5 3h2a.5.5 0 0 1 0 1h-2A1.5 1.5 0 0 0 3 5.5v6A1.5 1.5 0 0 0 4.5 13h6a1.5 1.5 0 0 0 1.5-1.5v-1a.5.5 0 0 1 1 0v1a2.5 2.5 0 0 1-2.5 2.5h-6A2.5 2.5 0 0 1 2 11.5z'/%3E%3C/svg%3E")
}

.material-symbols-light--add {
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.5 12.5H6v-1h5.5V6h1v5.5H18v1h-5.5V18h-1z'/%3E%3C/svg%3E")
}

.material-symbols-light--add,.mdi-light--minus {
    display: inline-block;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.mdi-light--minus {
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 13v-1h13v1z'/%3E%3C/svg%3E")
}

.baseline-telegram {
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4.64 6.8c-.15 1.58-.8 5.42-1.13 7.19-.14.75-.42 1-.68 1.03-.58.05-1.02-.38-1.58-.75-.88-.58-1.38-.94-2.23-1.5-.99-.65-.35-1.01.22-1.59.15-.15 2.71-2.48 2.76-2.69a.2.2 0 0 0-.05-.18c-.06-.05-.14-.03-.21-.02-.09.02-1.49.95-4.22 2.79-.4.27-.76.41-1.08.4-.36-.01-1.04-.2-1.55-.37-.63-.2-1.12-.31-1.08-.66.02-.18.27-.36.74-.55 2.92-1.27 4.86-2.11 5.83-2.51 2.78-1.16 3.35-1.36 3.73-1.36.08 0 .27.02.39.12.1.08.13.19.14.27-.01.06.01.24 0 .38'/%3E%3C/svg%3E")
}

.baseline-telegram,.bitcoin-icons--cross-outline {
    display: inline-block;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.bitcoin-icons--cross-outline {
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' d='m6 6 12 12m0-12L6 18'/%3E%3C/svg%3E")
}

.icon_ios {
    -webkit-mask-image: url(../images/svg/icon_ios_w.svg);
    mask-image: url(../images/svg/icon_ios_w.svg)
}

.icon_android,.icon_ios {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover
}

.icon_android {
    -webkit-mask-image: url(../images/svg/icon_android_w.svg);
    mask-image: url(../images/svg/icon_android_w.svg)
}

.icon_mac {
    height: 24px;
    -webkit-mask-image: url(../images/svg/icon_mac_w.svg);
    mask-image: url(../images/svg/icon_mac_w.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 24px
}

@media (max-width: 1299px) {
    .icon_mac {
        height:20px;
        width: 20px
    }
}

.icon_windows {
    -webkit-mask-image: url(../images/svg/icon_windows_w.svg);
    mask-image: url(../images/svg/icon_windows_w.svg)
}

.icon_cloudGame,.icon_windows {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover
}

.icon_cloudGame {
    -webkit-mask-image: url(../images/svg/icon_cloudGame_w.svg);
    mask-image: url(../images/svg/icon_cloudGame_w.svg)
}

.icon_cloudGameVip {
    -webkit-mask-image: url(../images/svg/icon_cloudGameVip_w.svg);
    mask-image: url(../images/svg/icon_cloudGameVip_w.svg)
}

.icon_cloudGameVip,.icon_pc {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover
}

.icon_pc {
    -webkit-mask-image: url(../images/svg/icon_pc_w.svg);
    mask-image: url(../images/svg/icon_pc_w.svg)
}

.icon_web {
    -webkit-mask-image: url(../images/svg/icon_web_w.svg);
    mask-image: url(../images/svg/icon_web_w.svg)
}

.icon_forum,.icon_web {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover
}

.icon_forum {
    -webkit-mask-image: url(../images/svg/icon_forum_w.svg);
    mask-image: url(../images/svg/icon_forum_w.svg)
}

.icon_ecoin {
    background: url(../images/svg/ecoin_outline.svg) 50% no-repeat
}

.dialog {
    background-color: rgba(0,0,0,.5);
    display: none;
    height: 100vh;
    left: 50%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: overlay;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%) translateZ(0);
    width: 100%;
    z-index: 70
}

.dialog::-webkit-scrollbar {
    height: 4px;
    width: 6px
}

.dialog::-webkit-scrollbar-thumb {
    background: hsla(0,0%,100%,.1);
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px transparent
}

.dialog::-webkit-scrollbar-track {
    background: #1b202b;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.055)
}

.dialog::-webkit-scrollbar-thumb:hover {
    background: hsla(0,0%,100%,.1);
    background-clip: padding-box;
    border: 1px solid transparent;
    cursor: pointer
}

.dialog .achievement-picBox {
    margin: 0 auto;
    width: 70%
}

@media (max-width: 767px) {
    .dialog .achievement-picBox {
        width:100%
    }
}

.dialog_container {
    animation: showDoalig .5s;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 650px
}

@media (max-width: 767px) {
    .dialog_container {
        border-radius:15px;
        max-width: 500px;
        transform: unset;
        transform: translate(-50%,-50%);
        width: 85%
    }
}

@media (min-aspect-ratio: 1/1) {
    .dialog_container {
        max-height:85vh;
        overflow-y: auto
    }
}

.dialog_containerBox {
    background-color: #1d2630;
    border-radius: 15px;
    padding: 50px 40px;
    text-align: center
}

@media (max-width: 767px) {
    .dialog_containerBox {
        padding:30px 20px
    }
}

.dialog_title {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .dialog_title {
        font-size:18px
    }
}

.dialog_title--lg {
    font-size: 22px
}

@media (max-width: 1299px) {
    .dialog_title--lg {
        font-size:22px
    }
}

.dialog_mainBox {
    margin-bottom: 8px
}

@media (max-width: 767px) {
    .dialog_mainBox {
        margin-bottom:10px
    }
}

.dialog_mainBox .moreLink {
    color: #9ae1ff;
    font-size: 16px!important;
    margin-left: 5px
}

@media (max-width: 767px) {
    .dialog_mainBox .moreLink {
        font-size:14px!important
    }
}

.dialog_main {
    color: #bdbdbd;
    font-size: 16px;
    line-height: 32px;
    padding: 0 20px
}

@media (max-width: 767px) {
    .dialog_main {
        font-size: 14px;
        line-height: 28px;
        padding: 0
    }
}

.dialog_notes {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 30px;
    text-align: justify
}

@media (max-width: 767px) {
    .dialog_notes {
        font-size:12px;
        margin-bottom: 20px;
        padding: 0 15px
    }
}

.dialog_code{
    font-size: 22px;
    font-weight: 700;
    color: #BDBDBD;
    word-wrap: break-word;
}

@media (max-width: 767px) {
    .dialog_code {
        font-size: 18px;
    }
}

.pushImg{
    display: block;
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}

.pushImg img{
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: contain;
}
@media (max-width: 1299px) {
    .pushImg{
        max-width: 410px;
        width: 100%;
    }
    .pushImg img{
        max-height: unset;
    }
}

.dialog_buttonBox {
    flex-direction: row
}

.dialog_buttonBox,.dialog_buttonBox a,.dialog_buttonBox_vertical {
    align-items: center;
    display: flex;
    justify-content: center
}

.dialog_buttonBox_vertical {
    flex-direction: row
}

@media (max-width: 767px) {
    .dialog_buttonBox_vertical {
        flex-direction:column
    }

    .dialog_buttonBox_vertical .dialog_button {
        margin: 8px auto;
        width: 90%
    }
}

.dialog_button {
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    margin: 8px;
    width: 45%
}

@media (max-width: 767px) {
    .dialog_button {
        font-size:14px;
        height: 40px;
        margin: 6px
    }
}

.button_lg {
    max-width: 256px;
    width: 100%
}

@media (max-width: 1299px) {
    .button_lg {
        font-size:16px;
        height: 50px;
        max-width: 256px;
        width: 77%
    }
}

.dialog_btn--disabled {
    background-color: #bdbdbd!important;
    border-color: #bdbdbd!important;
    color: #fff!important;
    pointer-events: none!important
}

.menuCloseBtn {
    background-color: transparent;
    background-image: url(../images/common_sprites.png);
    background-position: 0 -83px;
    background-repeat: no-repeat;
    height: 25px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 18px;
    transform: scale(.9);
    width: 25px;
    width: 26px;
    z-index: 1
}

@keyframes showDoalig {
    0% {
        margin-top: -100px;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    40% {
        margin-top: 0
    }

    85% {
        margin-top: 7px
    }

    to {
        margin-top: 3px
    }
}


.notification {
    animation: showUp .3s;
    color: #fff;
    margin-top: 50px;
    opacity: .9;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999
}

.notification__content {
    align-items: center;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 15px;
    width: 300px
}

@media (max-width: 767px) {
    .notification__content {
        padding:10px
    }
}

.notification__content--error {
    background-color: #dc3545
}

.notification__content--success {
    background-color: #0675a2
}

.notification i {
    font-size: 26px;
    padding-left: 5px;
    padding-right: 15px
}

@media (max-width: 767px) {
    .notification i {
        font-size:20px
    }
}

.notification h1 {
    font-size: 20px;
    margin: 0
}

@media (max-width: 767px) {
    .notification h1 {
        font-size:18px
    }
}

.notification p {
    font-size: 12px;
    margin: 0;
    white-space: break-spaces;
}

@keyframes showUp {
  from{
    margin-top: 0px;
    opacity: 0;
  }
  to{
    margin-top: 50px;
    opacity: 0.9;
  }
}

.u-m-0{
  margin: 0px !important;
}

@media (max-width: 1299px) {
    .home__topGamesTitle{
        padding: 0 15px;
    }
}

.w100 {
  width: 100% !important;
}