@charset "UTF-8";

@font-face {
    font-family: BalooThambi2;
    src: url("../fonts/BalooThambi2-Medium.woff2") format("woff2"), url("../fonts/BalooThambi2-Medium.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
    descent-override: 10%;
    line-gap-override: 5%
}

@font-face {
    font-family: BalooThambi2;
    src: url("../fonts/BalooThambi2-ExtraBold.woff2") format("woff2"), url("../fonts/BalooThambi2-ExtraBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
    descent-override: 10%;
    line-gap-override: 5%
}

@font-face {
    font-family: BalooThambi2;
    src: url("../fonts/BalooThambi2-SemiBold.woff2") format("woff2"), url("../fonts/BalooThambi2-SemiBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
    descent-override: 10%;
    line-gap-override: 5%
}

@font-face {
    font-family: BalooThambi2;
    src: url("../fonts/BalooThambi2-Bold.woff2") format("woff2"), url("../fonts/BalooThambi2-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    ascent-override: 90%;
    descent-override: 10%;
    line-gap-override: 5%
}

* {
    min-width: 0;
    min-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

iframe {
    border: 0
}

[hidden] {
    display: none !important
}

html {
    font-family: BalooThambi2, system-ui;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    border: 1px solid #5d5d8e;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    padding: 13px 60px 11px 18px;
    background-size: 12px 7px;
    background-position: calc(100% - 20px) 19px;
    background-repeat: no-repeat;
    height: 46px
}

.langs-current, select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOBAMAAADH1sFNAAAAFVBMVEUAAAAxMHMxMXYyMXQyMXUxMXYyMXXdNNa8AAAABnRSTlMAYF/v39/WiO4gAAAASklEQVQI11XJsQ2AMAADQcMEVNSRkBiBASjYg0Tx/iOkeBeJq7dOy653qs+F3t30uHJud512AfxrsyvgQxAgKAABISAEhAAICAUG0DYXT8iOiaUAAAAASUVORK5CYII=)
}

a {
    color: #000;
    cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #dcdcdc;
    line-height: 1.1;
    font-weight: 700
}

h1, h2 {
    font-size: 24px;
    margin: 0 0 1rem
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    -webkit-overflow-scrolling: touch
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.reset-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.main-svg-sprite {
    display: none
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.color-success {
    color: #59b70f
}

.color-gray {
    color: #a4a4a4
}

.container {
    width: 100%;
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto
}

.content-container {
    padding-left: 10px;
    padding-right: 10px
}

.title-mini {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0
}

.aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 650;
    background-color: rgba(0, 0, 0, .4);
    pointer-events: none;
    opacity: 0;
    height: 100vh;
    -webkit-transition: opacity .16s linear;
    transition: opacity .16s linear
}

.aside {
    position: fixed;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #05368e), color-stop(1, #021e44));
    z-index: 700;
    width: 240px;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .16s linear, -webkit-transform .16s linear;
    overflow-y: auto;
    -ms-overflow-style: none;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    scrollbar-width: none;
    overscroll-behavior-y: contain;
    color: #dcdcdc;
    -webkit-overflow-scrolling: touch;
    background: #1e1e1e
}

.aside__body {
    padding: 24px;
    position: relative
}

.aside::-webkit-scrollbar {
    display: none
}

.aside-opened .aside {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.aside-opened .aside-overlay {
    pointer-events: auto;
    opacity: 1
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border: 1px solid #333;
    padding: 20px 0
}

.header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

body, html {
    margin: 0;
    padding: 0
}

html {
    min-height: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100)
}

.app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background: #1d1d1d !important;
    color: #dcdcdc
}

.app__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100)
}

.app__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.app__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 60px
}

.badge {
    position: absolute;
    z-index: 10;
    top: 6px;
    left: -6px;
    display: inline-block;
    padding: 5px 8px 6px;
    box-shadow: 4px 2px 4px #0000004d;
    border-radius: 6px 6px 6px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: -.11px;
    color: #dcdcdc;
    background-color: #ffc500
}

.badge:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 4px;
    height: 4px;
    pointer-events: none;
    border-radius: 0 0 0 100%;
    background-color: #000
}

.badge::after {
    content: "";
    background: #000;
    width: 6px;
    height: 8px;
    border-radius: 4px 0 0 4px;
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: 1
}

.badge--new {
    background: linear-gradient(157deg, #008f19, #a3a30e)
}

.badge--hot {
    background: linear-gradient(157deg, #ebb731, #cc4a21)
}

.badge--trending {
    background: linear-gradient(157deg, #3942c9, #141faf)
}

.badge--hot:before {
    background-color: #cc4a21
}

.breads-nav {
    margin-bottom: 20px
}

.breads__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.breads__item:not(:last-child):after {
    content: "›";
    display: inline-block;
    margin-left: 7px
}

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    color: #dcdcdc;
    background: linear-gradient(157deg, #ebb731, #cc4a21);
    border-radius: 10px;
    padding: 7px 12px 6px;
    height: 39px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, -webkit-transform .1s linear, -webkit-box-shadow .1s ease-in-out;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, -webkit-transform .1s linear, -webkit-box-shadow .1s ease-in-out;
    transition: transform .1s linear, color .1s ease-in-out, background-color .1s ease-in-out, box-shadow .1s ease-in-out;
    transition: transform .1s linear, color .1s ease-in-out, background-color .1s ease-in-out, box-shadow .1s ease-in-out, -webkit-transform .1s linear, -webkit-box-shadow .1s ease-in-out box-shadow: 0 5px 20px rgb(0 0 0/7%)
}

.btn:hover {
    background-color: #ebb731;
    box-shadow: 0 5px 20px rgb(0 0 0/15%)
}

.btn:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(98, 98, 128, .5);
    box-shadow: 0 0 0 3px rgba(98, 98, 128, .5)
}

.btn:active {
    background-color: #575772
}

.btn--icon {
    padding-right: 15px
}

.btn--tap {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 8px
}

.btn--accent {
    background: #ffb118
}

.btn--accent:hover {
    background: #ffba32
}

.btn--accent:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 177, 24, .5);
    box-shadow: 0 0 0 3px rgba(255, 177, 24, .5)
}

.btn--accent:active {
    background-color: #fea800
}

.btn--success {
    background-color: #59b70f
}

.btn--success:hover {
    background-color: #64cf11
}

.btn--success:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(89, 183, 15, .5);
    box-shadow: 0 0 0 3px rgba(89, 183, 15, .5)
}

.btn--success:active {
    background-color: #4e9f0d
}

.btn--danger {
    background-color: #ab2b2b
}

.btn--danger:hover {
    background-color: #bf3030
}

.btn--danger:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(171, 43, 43, .5);
    box-shadow: 0 0 0 3px rgba(171, 43, 43, .5)
}

.btn--danger:active {
    background-color: #972626
}

.btn--dark {
    background-color: #000
}

.btn--dark:hover {
    background-color: #3a3987
}

.btn--dark:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(50, 49, 117, .5);
    box-shadow: 0 0 0 3px rgba(50, 49, 117, .5)
}

.btn--dark:active {
    background-color: #2a2963
}

.btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.btn-tap {
    margin: 0 10px 8px 0
}

.btn-tap__label {
    font-size: 13px
}

.btn-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #dcdcdc;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    z-index: 250;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer
}

.btn-close:after, .btn-close:before {
    content: "";
    top: 50%;
    left: 50%;
    height: 2px;
    width: 18px;
    margin: -1px 0 0 -9px;
    background: #dcdcdc;
    position: absolute;
    -webkit-transition: transform .35s ease;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

.btn-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.btn-icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
    padding: 0;
    padding: 9px;
    font-size: 20px;
    color: #dcdcdc
}

.btn-icon__img {
    width: 32px;
    vertical-align: top
}

.btn-fullscreen {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 75;
    width: 30px;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px;
    margin: 0;
    background: 0 0;
    border: none;
    background-color: #000;
    border-radius: 8px;
    color: #dcdcdc;
    cursor: pointer
}

.btn-fullscreen__icon {
    width: 24px;
    height: 24px
}

.btn-fullscreen:focus, .btn-fullscreen:hover {
    background-color: #ffc500;
    color: #000
}

.btn-link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    height: auto;
    background: 0 0;
    text-decoration: underline;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 1rem;
    cursor: pointer
}

.btn-link:focus, .btn-link:hover {
    color: #cc4a21
}

.cat-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 2px solid #ccc;
    background-color: #dcdcdc;
    height: 39px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 17px;
    color: #0f161f;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 2px 4px 16px rgba(0, 0, 0, .08);
    box-shadow: 2px 4px 16px rgba(0, 0, 0, .08)
}

.cats__list .cat-btn {
    background: #2c2c2c;
    color: #dcdcdc;
    font-weight: 500;
    border: 0;
    padding: 6px 12px !important;
    transition: all .3s ease-in-out;
    display: inline-flex;
}

.cats__list .cat-btn:hover {
    transform: translateY(-3px);
    border: 0;
    font-weight: 500;
    color: #000;
    box-shadow: 0 5px 20px rgb(0 0 0/15%);
    background: #0f3
}

.cat-btn__img {
    vertical-align: top;
    border-radius: 5px;
    width: auto;
    height: 24px
}

.cat-btn__name {
    padding: 2px 10px 4px 10px
}

.reset-list .cat-btn__name {
    padding: 0 10px 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: calc(100% - 26px) */
    padding: 0;
}

.cat-btn__name:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 5px;
    height: 8px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgBAMAAADgTEWFAAAAIVBMVEUAAADrMXXrMXTrMnbqMHXsMHPvMHDrMXXrMHTnMHDrMXXGdY4YAAAACnRSTlMAoO+PkJAQv4Ag4TxQMAAAAElJREFUGNNj4KxazAAFjKtWCUCZWatWLYQz4cKsqxDCUghhRloIGyCEFRDMBQgFDghtKIZRLsiMEGRCOJAJ4T4OkCAURKkw4AMAPGFCOCu7MJoAAAAASUVORK5CYII=") no-repeat center;
    background-size: 5px 8px;
    margin: 6px 0 0 10px
}

.cat-btn:focus, .cat-btn:hover {
    outline: 0
}

.cat-btn--tag {
    background-color: transparent;
    box-shadow: none;
    color: #dcdcdc;
    /* border: 2px solid transparent; */
    border: 0;
    margin-right: 0;
    margin-bottom: 5px;
    height: 36px;
    gap: 5px;
}

.cat-btn--tag .cat-btn__name:after {
    content: none
}

.cat-btn--tag:focus, .cat-btn--tag:hover {
    color: #0f3;
    -webkit-box-shadow: 2px 4px 6px rgb(0 0 0 / 8%);
    box-shadow: 2px 4px 6px rgb(0 0 0 / 8%)
}

.cats {
    margin-bottom: 8px
}

.cats__list {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch
}

.cats__list::-webkit-scrollbar {
    display: none
}

.cookies-alert {
    position: fixed;
    z-index: 150;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    color: #707092;
    font-size: 15px;
    line-height: 1.1;
    pointer-events: none;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.cookies-alert.is-opened {
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cookies-alert__panel {
    position: relative;
    background-color: #dcdcdc;
    border-radius: 10px;
    padding: 32px;
    -webkit-box-shadow: 0 2px 32px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 32px rgba(0, 0, 0, .1)
}

.cookies-alert__text--tablet {
    display: none
}

.cookies-alert__action {
    margin-top: 32px
}

.cookies-alert__action .btn-primary {
    width: 100%
}

.data-card {
    position: relative;
    padding: 10px 10px 10px 50px;
    min-height: 50px;
    border-radius: 10px;
    background-color: #f4f3ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000
}

.data-card__icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px
}

.data-card__label {
    color: #adadc6;
    font-size: 14px;
    font-weight: 500
}

.data-card__title {
    font-size: 15px;
    font-weight: 600
}

.footer-copyright {
    width: 100%;
    margin-bottom: 0;
    font-weight: 600
}

.game-ctrls {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.game-ctrls .btn-tap .btn {
    margin-bottom: 0
}

.game-data {
    margin-bottom: 20px
}

.game-data__item {
    margin-bottom: 8px
}

.game-frame {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: none;
    position: absolute;
    background: #dcdcdc
}

.game-frame iframe, .game-frame img, .game-frame object {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    position: absolute
}

.game-place {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.game-place iframe {
    min-height: 520px;
    border: 0
}

.game {
    margin-bottom: 20px
}

.game__content {
    position: relative
}

.game__aside {
    display: none
}

.games-more {
    margin-bottom: 25px
}

.games-more-link {
    display: block;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    color: #dcdcdc;
    background: -webkit-gradient(linear, left top, right top, from(#333276), color-stop(78.82%, #cc4a21), color-stop(98.79%, #cc4a21));
    background: linear-gradient(to right, #333276 0, #cc4a21 78.82%, #cc4a21 98.79%);
    -webkit-box-shadow: 4px 14px 34px rgba(117, 49, 118, .29);
    box-shadow: 4px 14px 34px rgba(117, 49, 118, .29);
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    padding: 10px 20px
}

.games-more-link:focus, .games-more-link:hover {
    text-decoration: underline;
    color: #fff
}

.games-more-loading {
    text-align: center;
    font-size: 20px;
    color: #000;
    height: 40px
}

.games {
    margin-bottom: 30px
}

.games__title {
    font-size: 24px;
    margin-bottom: 20px
}

.games__title-link {
    text-decoration: none
}

.games__title-link:focus, .games__title-link:hover {
    text-decoration: underline
}

.games__list {
    -ms-grid-auto-flow: dense;
    text-align: center;
    margin-left: 0;
    gap: 16px;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    grid-auto-flow: row dense
}

.games__list--half .games__item {
    max-width: 100%;
    flex: 0 0 fit-content
}

.games__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.logo-link {
    display: block;
    text-align: center;
    margin-bottom: 26px
}

.logo-link__img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.mobile-head {
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #141124;
    padding: 12px;
    text-align: center;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .19);
    height: 50px
}

.mobile-head .btn-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.mobile-head .btn-icon--aside {
    left: 6px
}

.mobile-head .btn-icon--search {
    right: 6px
}

.mobile-logo {
    position: absolute;
    max-width: 100px;
    top: 50%;
    transform: translateY(-50%)
}

.mobile-logo__img {
    width: 100%
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 700;
    background-color: rgba(0, 0, 0, .5);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior-y: contain;
    opacity: 0;
    pointer-events: none;
    -webkit-overflow-scrolling: touch
}

.modal-overlay::-webkit-scrollbar {
    display: none
}

.modal-overlay.is-opened {
    opacity: 1;
    pointer-events: auto
}

.modal-overlay.is-opened .modal {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.modal {
    max-width: 1200px;
    margin: 10vh auto;
    margin: calc(var(--vh, 1vh) * 10) auto;
    background-color: #0a0f0c;
    border-radius: 10px;
    border: 1px solid #333;
    padding: 15px;
    -webkit-box-shadow: 0 2px 32px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 32px rgba(0, 0, 0, .1);
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-transition: opacity 160ms linear, -webkit-transform 160ms linear;
    transition: opacity 160ms linear, -webkit-transform 160ms linear;
    transition: transform 160ms linear, opacity 160ms linear;
    transition: transform 160ms linear, opacity 160ms linear, -webkit-transform 160ms linear
}

.modal-head {
    margin-bottom: 20px
}

.modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.nav-footer {
    margin-bottom: 20px
}

.nav-footer__item {
}

.nav-item-footer {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 8px 0
}

.nav-item-footer:hover {
    color: #0f3
}

.nav-langs {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem
}

.langs-current {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
    padding: 12px 60px 10px 18px;
    background-size: 12px 7px;
    background-position: calc(100% - 20px) 20px;
    background-repeat: no-repeat;
    border-radius: 10px;
    border: 1px solid #5d5d8e
}

.langs-current__flag {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    margin-right: 10px
}

.langs-current__flag-img {
    vertical-align: top;
    width: auto;
    height: 22px
}

.langs-popup {
    background-color: #dcdcdc;
    padding: 15px;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch
}

.langs-popup::-webkit-scrollbar {
    display: none
}

.langs-popup__title {
    font-size: 20px;
    margin: 0 0 20px 0
}

.langs__item {
    display: inline-block;
    vertical-align: top;
    margin: 4px 10px 5px 0
}

.langs__flag {
    width: 32px;
    height: auto;
    margin-right: 10px
}

.langs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    font-size: 16px;
    text-decoration: none
}

.nav-item-main {
    display: flex;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    text-decoration: none;
    color: #dcdcdc;
    border-radius: 6px;
    padding: 4px;
    border: 2px solid transparent;
    box-shadow: 2px 4px 6px transparent;
    align-items: center;
    gap: 5px
}

.nav-item-main .nav-badge {
    margin-top: 6px
}

.nav-item-main__icon {
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin-top: 0;
}

.nav-item-main:focus, .nav-item-main:hover {
    color: #0f3;
    -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, .08);
    box-shadow: 2px 4px 6px rgba(0, 0, 0, .08)
}

.nav {
    margin-bottom: 12px;
    padding-left: 3px;
    padding-right: 3px
}

.nav__list {
    padding: 0 7px 10px
}

.nav:not(:last-child) {
    border-bottom: .6px solid rgba(255, 255, 255, .2)
}

.nav--main {
    padding-left: 0;
    padding-right: 0;
    border-bottom: none !important
}

.nav--main .nav__list, .nav--top .nav__list {
    padding-left: 0;
    padding-right: 0
}

.nav--main .nav__item {
    padding: 3px 0;
    border-bottom: .6px solid rgba(255, 255, 255, .2)
}

.nav-search {
    margin-bottom: 20px
}

.nav-title {
    font-weight: 700;
    color: #8697a2;
    font-size: 15px;
    margin: 0 0 12px 0
}

.nav-badge {
    display: inline-block;
    vertical-align: top;
    background-color: #dd1e1e;
    color: #dcdcdc;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    border-radius: 6px;
    padding: 3px 5px 4px 4px;
    margin-left: 5px;
    margin-top: 3px
}

.nav-badge--simple {
    background-color: transparent;
    padding: 0;
    margin: 0
}

.nav-item-top {
    color: #dcdcdc;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 4px 8px;
    border-radius: 6px;
    text-decoration: none
}

.nav-item-top:focus, .nav-item-top:hover {
    color: #6a4c9a;
    background-color: #dcdcdc;
    -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, .08);
    box-shadow: 2px 4px 6px rgba(0, 0, 0, .08)
}

.nav-item-cat {
    display: block;
    margin: 0 7px 7px 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    color: #dcdcdc;
    text-decoration: none
}

.nav-item-cat .nav-badge--simple {
    margin-top: 2px
}

.nav-item-cat__label {
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    padding: 3px 10px;
    margin-right: 8px;
    background-color: #6a4c9a;
    -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, .08);
    box-shadow: 2px 4px 6px rgba(0, 0, 0, .08)
}

.nav-item-cat:focus .nav-item-cat__label, .nav-item-cat:hover .nav-item-cat__label {
    background-color: #dcdcdc;
    color: #6a4c9a
}

.nav-item-cat:focus .nav-badge, .nav-item-cat:hover .nav-badge {
    color: #6a4c9a
}

.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    width: 100%
}

.page-header__thumb {
    height: 50px
}

.page-header__content {
    color: #dcdcdc
}

.page-header__img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.page-header__title {
    font-size: 20px;
    margin: 0 0 6px
}

.page-header__descr {
    margin-top: 12px
}

.page-header__place {
    width: 100%
}

.page-info h2 {
    font-size: 31px;
    margin-bottom: 20px
}

.place-block {
    min-height: 92px;
    margin: 0 auto 20px auto;
    text-align: center;
    display: none
}

.place-block--square {
    min-height: 250px;
    margin-bottom: 25px
}

.adsbygoogle {
    margin: 0 !important;
    min-width: 100%;
    max-height: 100px;
    height: 100px !important
}

.adsbygoogle, .adsbygoogle iframe, .adsbygoogle ins {
    width: 100% !important
}

.play-btn {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.play-btn:before {
    content: "";
    position: absolute;
    z-index: 5;
    height: 30px;
    left: 50%;
    border-radius: 10px;
    width: 50px;
    margin-left: -25px;
    -webkit-box-shadow: 0 2px 19px 4px #ec4391;
    box-shadow: 0 2px 19px 4px #ec4391;
    bottom: 1px
}

.play-btn__ctrl {
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 10;
    border: none;
    background: #ffc500;
    font-weight: 700;
    color: #0a0f0c;
    height: 50px;
    font-size: 22px;
    padding: 0 32px;
    border-radius: 16px;
    margin: 0;
    cursor: pointer;
    -webkit-overflow-scrolling: touch
}

.play-btn__ctrl:before {
    content: "";
    position: absolute;
    height: 30px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    top: 45px;
    border-radius: 10px;
    background-color: #0a0f0c
}

.play-btn__ctrl:focus, .play-btn__ctrl:hover {
    -webkit-box-shadow: 0 2px 34px #ffc500;
    box-shadow: 0 2px 34px #ffc500
}

.searchform {
    position: relative
}

.searchform button {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 28px;
    height: 28px;
    outline: 0;
    border: 0;
    background: 0 0;
    color: #8697a2;
    cursor: pointer
}

.searchform__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 36px;
    border-radius: 7px;
    font-size: 16px;
    color: #dcdcdc;
    border: none;
    background-color: #2c2c2c;
    padding-left: 38px;
    padding-right: 15px
}

.searchform__input::-webkit-input-placeholder {
    color: #8697a2;
    opacity: 1
}

.searchform__input::-moz-placeholder {
    color: #8697a2;
    opacity: 1
}

.searchform__input:-ms-input-placeholder {
    color: #8697a2;
    opacity: 1
}

.searchform__input::-ms-input-placeholder {
    color: #8697a2;
    opacity: 1
}

.searchform__input::placeholder {
    color: #8697a2;
    opacity: 1
}

.searchform__input:-ms-input-placeholder {
    color: #8697a2
}

.searchform__input::-ms-input-placeholder {
    color: #8697a2
}

.searchform__input:focus {
    outline: 0
}

.snippet {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.snippet__url {
    display: block;
    position: relative;
    text-decoration: none;
    color: #dcdcdc;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex: 1 0 auto
}

.snippet__img-wrap {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 5px
}

.snippet__img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1
}

.snippet__name {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    -webkit-transition: color .1s;
    transition: color .1s;
    text-align: center
}

.snippet__info {
    margin-top: 5px;
    line-height: 1;
    height: 18px
}

.snippet-tag {
    display: inline-block;
    height: 17px;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -.13px;
    font-weight: 700;
    margin-right: 8px
}

.snippet-tag:last-child {
    margin-right: 0
}

.snippet-tag__icon {
    height: 10px;
    margin-right: 2px
}

.snippet-tag--rating {
    color: #fd0
}

.snippet-tag--rating .snippet-tag__icon {
    width: 10px
}

.snippet-tag--played {
    color: #333276
}

.snippet-tag--played .snippet-tag__icon {
    width: 20px
}

.theme-switcher {
    margin-bottom: 25px
}

.theme-switcher__title {
    font-size: 16px;
    opacity: .6;
    color: #dcdcdc;
    margin-bottom: 5px
}

.theme-switcher__ctrls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.theme-switcher__ctrls .theme-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.theme-btn {
    position: relative
}

.theme-btn__ctrl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.theme-btn__ctrl:checked+.theme-btn__label {
    background-color: #dcdcdc;
    color: #bd0061
}

.theme-btn__label {
    display: block;
    border-radius: 7px;
    padding: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
    color: #dcdcdc;
    cursor: pointer
}

@media (min-width:576px) {
    .footer__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .game-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -8px
    }

    .game-data__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px
    }

    .game-data .data-card {
        width: 100%
    }

    .nav-footer {
        text-align: right;
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        margin-top: 12px
    }

    .nav-footer__item {
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
        /* margin-left: 15px */
    }

    .page-header__content {
        max-width: 100%
    }
}

@media (min-width:768px) {
    .content-container {
        padding-left: 20px;
        padding-right: 20px
    }

    .title-mini {
        margin-bottom: 10px
    }

    .cookies-alert__panel {
        width: 100%;
        max-width: 728px;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 24px 40px 24px 32px
    }

    .cookies-alert__text {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1
    }

    .cookies-alert__text--mobile {
        display: none
    }

    .cookies-alert__text--tablet {
        display: block
    }

    .cookies-alert__action {
        margin-top: 0;
        margin-left: 28px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 134px;
        flex: 0 0 134px;
        max-width: 134px
    }

    .data-card {
        min-height: 94px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 12px 50px 12px 20px
    }

    .data-card__icon {
        width: 38px;
        height: 38px;
        left: auto;
        top: 10px;
        right: 15px
    }

    .data-card__label {
        line-height: 1;
        margin-bottom: 5px
    }

    .data-card__title {
        line-height: 1
    }

    .game-data__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .game-preview__logo {
        max-width: 240px
    }

    .modal {
        padding: 20px
    }

    .langs-popup {
        position: absolute;
        top: auto;
        bottom: calc(100% + 10px);
        width: 700px;
        height: auto;
        -webkit-box-shadow: 0 2px 32px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 32px rgba(0, 0, 0, .1);
        border-radius: 10px;
        padding: 20px 23px
    }

    .langs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .langs__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin: 3px 0
    }

    .play-btn:before {
        width: 70px;
        margin-left: -35px
    }

    .play-btn__ctrl {
        padding: 0 56px;
        height: 60px;
        font-size: 32px
    }

    .play-btn__ctrl:before {
        top: 54px;
        width: 70px;
        margin-left: -35px
    }

    .sort__title {
        margin-bottom: 0;
        margin-right: 15px
    }

    .cats__list {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px
    }
}

@media (min-width:992px) {
    h1, h2 {
        font-size: 32px
    }

    .footer__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center
    }

    .footer-copyright, .nav-footer, .nav-langs {
        margin-top: 0;
        margin-bottom: 0
    }

    .footer-copyright {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        margin-top: 0
    }

    .nav-footer {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .nav-langs {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 45px
    }

    .game {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .game__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1
    }

    .game__aside {
        display: block;
        margin-left: 24px;
        width: 300px;
        padding-top: 12px
    }

    .games {
        margin-bottom: 20px
    }

    .langs-popup {
        left: auto;
        right: 0
    }

    .page-header {
        margin-bottom: 20px
    }

    .page-header__thumb {
        height: 50px;
        width: auto
    }

    .page-header__content {
        max-width: 100%
    }

    .page-header__place {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        margin-left: 2rem
    }
}

@media (min-width:1200px) {
    .aside-overlay {
        display: none
    }

    .mobile-head {
        display: none
    }

    .aside {
        position: sticky;
        width: 220px;
        -webkit-transform: none;
        transform: none
    }

    .app__main {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .cat-btn {
        margin-right: 10px;
        margin-bottom: 12px
    }

    .cat-btn--tag {
        margin-right: 0;
        margin-bottom: 5px
    }

    .cats__list {
        white-space: initial;
        overflow-x: initial
    }

    .modal {
        padding: 32px
    }

    .page-info {
        max-width: 1100px
    }

    .badge, .info-rate, .snippet__img {
        -webkit-transition: -webkit-transform .1s linear;
        transition: -webkit-transform .1s linear;
        transition: transform .1s linear;
        transition: transform .1s linear, -webkit-transform .1s linear
    }

    .snippet:hover .badge, .snippet:hover .info-rate, .snippet:hover .snippet__img {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    .snippet:hover .snippet__name {
        color: #0f3
    }
}

@media (min-width:1300px) {
    .games {
        margin-bottom: 10px
    }

    .games__title {
        font-size: 24px
    }
}

@media (min-width:1400px) {
    .content-container {
        padding-left: 32px;
        padding-right: 32px
    }

    .app__main {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .game__aside {
        margin-left: 24px;
        padding-top: 12px
    }

    .games {
        margin-bottom: 0
    }

    .games__title {
        font-size: 32px
    }
}

.catalog-pagination ul.paging {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 12px;
    padding-inline-start: 0px
}

.catalog-pagination ul.paging li {
    background-color: #dcdcdc;
    color: #0f161f;
    height: 40px;
    width: 40px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
}

.catalog-pagination ul.paging li.active {
    background-color: #0f3;
    color: #000;
    cursor: default;
}

.catalog-pagination ul.paging li a, .endless_page_current span {
    text-decoration: none;
    padding: 15px;
    margin: -15px
}

.catalog-pagination ul.paging li:hover {
    background-color: #0f3;
    color: #000
}

.catalog-pagination ul.paging li:hover a {
    color: #000
}

.titleContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-bottom: 16px;
    align-items: center
}

.titleContainer .svg-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px
}

.textTitle {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
    padding-right: 16px;
    margin-bottom: 0;
    font-size: 24px;
    color: #dcdcdc;
    font-weight: 700
}

.titleLink {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0;
    z-index: 2;
    text-transform: none;
    line-height: 1 !important;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #9a9a9a
}

.titleLink:hover {
    color: #0f3
}

.info-rate {
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 5px;
    display: inline-block;
    padding: 3px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 10px;
    background-color: #000;
    display: flex;
    align-items: center
}

.game__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 24px;
    margin: 12px auto;
    height: fit-content
}

.game__content .game-content-page {
    width: 100%;
    flex: 1;
    overflow: hidden
}

.game-content-page, .page-content {
    position: relative;
    padding: 20px;
    border-radius: 16px;
    color: #dcdcdc;
    font-size: 15px;
    background: #0a0f0c;
    border: 1px solid #333
}

.page-content {
    font-family: inherit;
    margin: 0 0 32px
}

.game-content-page a:not([class]), .page-content a:not([class]) {
    color: #0f3;
    text-decoration: underline;
    font-weight: 100
}

.game-content-page p:not([class]), .page-content p:not([class]) {
    margin: 0 0 10px 0;
    color: #dcdcdc
}

.game-content-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 10px 0
}

.game-content-page table td, .game-content-page table th {
    border: 1px solid #666;
    padding: 8px
}

.game-content-page h2:not([class]), .page-content h2:not([class]) {
    font-size: 28px;
    color: #0f3;
	color: #4ee450;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 12px 0;
	/* margin: revert; */
}

.game-content-page h3:not([class]), .game-content-page h4:not([class]), .game-content-page h5:not([class]), .page-content h3:not([class]), .page-content h4:not([class]), .page-content h5:not([class]) {
    font-size: 24px;
    color: #4ee450;
    font-weight: 700;
    margin: 0 0 12px 0;
	/* margin: revert; */
}

.game-content-page ol:not([class]), .game-content-page ul:not([class]), .page-content ol:not([class]), .page-content ul:not([class]) {
    padding-left: 24px;
    margin: 0 0 10px
}

.game-content-page .single-description ol:not([class]) li, .game-content-page .single-description ul:not([class]) li, .page-content ol:not([class]) li, .page-content ul:not([class]) li {
    list-style: disc;
    color: #dcdcdc;
    margin: 0 0 6px
}
.game-content-page table{
	font-family:inherit!important;
}
.single-description a:hover {
    color: #29bb46
}

.single-description img {
    max-width: 100%;
    height: auto;
}

.game__content .comment-area {
    flex: 0 0 calc(100% - 70% - 24px);
    max-width: calc(100% - 70% - 24px);
    width: 100%
}

@media (max-width:1200px) {
    .game__content .comment-area, .game__content .game-content-page {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.favorited svg {
    color: #0f3
}

.titleControl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%
}

.titleControl .svg-icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    color: #ffc500
}

.titleControl .page-header__title {
    margin-bottom: 0
}

.articleBox {
    color: #fff
}

.clearfix::after {
    content: "";
    clear: both;
    display: table
}

.articleBox .artText img {
    margin: 8px auto;
    max-width: 700px;
    width: 100%;
    object-fit: contain;
    display: block
}

.articleBox .artText h2 {
    font-size: 24px
}

.articleBox .artText h2, .articleBox .artText h3, .articleBox .artText h4 {
    color: #ffc500;
    margin-bottom: 10px
}

.articleBox .artText p {
    margin-bottom: 10px
}

.articleBox .artText p a, articleBox .artText ol li a, articleBox .artText ul li a {
    color: #ffc500
}

.artCat {
    width: 100%;
    padding: 0 0 6px;
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #ffffff38;
    margin-bottom: 12px
}

.artCat a {
    color: #ffc500;
    text-decoration: none
}

.artTitle {
    padding: 0 0 20px;
    font-size: 32px;
    font-weight: 700
}

.artMainImgBox {
    margin: 12px 0 24px;
    position: relative;
    float: left
}

.artSideTitle {
    font-size: 20px;
    margin: 0 0 16px;
    color: #000
}

.relNews {
    padding-bottom: 32px
}

.relNewsItem:last-child {
    margin: 0
}

.relNewsItem {
    width: 100%;
    margin: 0 0 18px;
    display: flex;
    flex-flow: row nowrap;
    position: relative
}

.sectionLink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}

.relNewsImg {
    width: 110px;
    height: auto;
    border-radius: 8px
}

.newsItem {
    width: 100%;
    margin: 0 0 18px;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    color: #000;
    aspect-ratio: 16/9
}

.newsItem .relNewsTitle {
    font-size: 24px
}

.newsTitle {
    font-size: 32px;
    color: #000;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 600
}

.shortDes {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.newsDes {
    margin-bottom: 24px
}

.read_more {
    color: #ffc500;
    text-decoration: none;
    font-size: 14px
}

.fire {
    color: #ff6262
}

.analytic {
    color: #ffc250
}

.new_star {
    color: #ffc107
}

.divider {
    border-bottom: 1px solid #ffffff33;
    margin-bottom: 10px
}

.ads-class {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 24px auto
}

.ads-top-txt span {
    font-size: 12px;
    color: #dcdcdc;
    text-align: center;
    display: block
}

.ads-class .ads {
    width: 100%;
    min-height: 90px;
    max-width: 1200px;
    margin: 0 auto
}

.games__side {
    display: flex;
    flex-direction: column;
    margin-left: -20px
}

#game-suggestions {
    height: 100%
}

#game-suggestions::after, #game-suggestions::before {
    width: 100%;
    height: 35px;
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #0a0f0c, transparent);
    z-index: 9;
    pointer-events: none
}

#game-suggestions::before {
    top: 0
}

#game-suggestions::after {
    bottom: 0;
    background: linear-gradient(0deg, #0a0f0c, transparent)
}

#game-suggestions .swiper-slide {
    height: fit-content !important
}

.game_title {
    display: flex;
    color: #fff
}

.slide-action {
    display: flex;
    align-items: center;
    margin-left: 24px;
    gap: 10px
}

.slide-action button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fdb504;
    box-shadow: 0 1px 2px #000;
    border-radius: 25px;
    transition: all .3s;
    border: 0;
    outline: 0
}

.slide-action button.swiper-button-disabled {
    opacity: .5
}

select.classic {
    background-color: #fff;
    border: thin solid #00f;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: .5em 1.4em .5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 12px 7px;
    background-position: calc(100% - 8px) 15px;
    background-repeat: no-repeat;
    height: auto
}

.text_off {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    height: 0
}

select.classic:focus {
    color: #000;
    border-color: grey;
    outline: 0
}

.sort_container {
    margin-left: auto
}

.w-100 {
    width: 100%
}

.titleControl .page-header__title {
    font-size: 32px
}

.load-page {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    display: none
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.loader {
    width: 60px;
    aspect-ratio: 1;
    --c: no-repeat linear-gradient(#ffffff 0 0);
    background: var(--c) 0 38px, var(--c) right 18px bottom 18px, var(--c) right 18px top 18px, var(--c) 18px 18px, var(--c) 18px 100%, var(--c) 100% 100%, var(--c) 100% 0, var(--c) 0 0;
    animation: l8-1 2s infinite, l8-2 2s infinite
}

@keyframes l8-1 {
    0% {
        background-size: 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0
    }

    6.25% {
        background-size: 40px 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0
    }

    12.5% {
        background-size: 40px 4px, 4px 20px, 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0
    }

    18.75% {
        background-size: 40px 4px, 4px 20px, 20px 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0
    }

    25% {
        background-size: 40px 4px, 4px 20px, 20px 4px, 4px 40px, 0 4px, 4px 0, 0 4px, 4px 0
    }

    31.25% {
        background-size: 40px 4px, 4px 20px, 20px 4px, 4px 40px, 40px 4px, 4px 0, 0 4px, 4px 0
    }

    37.5% {
        background-size: 40px 4px, 4px 20px, 20px 4px, 4px 40px, 40px 4px, 4px 100%, 0 4px, 4px 0
    }

    43.75% {
        background-size: 40px 4px, 4px 20px, 20px 4px, 4px 40px, 40px 4px, 4px 100%, 100% 4px, 4px 0
    }

    48%, 52% {
        background-size: 40px 4px, 4px 20px, 20px 4px, 4px 40px, 40px 4px, 4px 100%, 100% 4px, 4px 40px
    }

    56.25% {
        background-size: 0 4px, 4px 20px, 20px 4px, 4px 40px, 40px 4px, 4px 100%, 100% 4px, 4px 40px
    }

    62.5% {
        background-size: 0 4px, 4px 0, 20px 4px, 4px 40px, 40px 4px, 4px 100%, 100% 4px, 4px 40px
    }

    68.75% {
        background-size: 0 4px, 4px 0, 0 4px, 4px 40px, 40px 4px, 4px 100%, 100% 4px, 4px 40px
    }

    75% {
        background-size: 0 4px, 4px 0, 0 4px, 4px 0, 40px 4px, 4px 100%, 100% 4px, 4px 40px
    }

    81.25% {
        background-size: 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 100%, 100% 4px, 4px 40px
    }

    87.5% {
        background-size: 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0, 100% 4px, 4px 40px
    }

    93.75% {
        background-size: 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 40px
    }

    100% {
        background-size: 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0, 0 4px, 4px 0
    }
}

@keyframes l8-2 {
    0%, 49.9% {
        background-position: 0 38px, right 18px bottom 18px, right 18px top 18px, 18px 18px, 18px 100%, 100% 100%, 100% 0, 0 0
    }

    100%, 50% {
        background-position: right 18px bottom 18px, right 18px top 18px, 18px 18px, 18px 100%, 100% 100%, 100% 0, 0 0, bottom 18px left 0
    }
}

.nav-footer__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    gap: 1rem;
}

.BlogCard_container {
    display: block;
    background: var(--color-background);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    will-change: transform;
    text-decoration: none
}

.BlogCard_cardImageContainer {
    overflow: hidden
}

.BlogCard_cardImage {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform .3s ease-in;
    aspect-ratio: 16/9
}

.BlogCard_description {
    padding: 16px 16px 32px
}

.BlogCard_infoBlock {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px
}

.breadcrumbs {
    margin-bottom: 20px
}

.breadcrumbs .breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.breadcrumbs .breadcrumb li {
    display: flex;
    margin-right: 8px;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #dcdcdc;
    text-transform: uppercase
}

.breadcrumbs .breadcrumb li a {
    color: #dcdcdc
}

.breadcrumbs .breadcrumb li a:hover {
    color: #fc0
}

.breadcrumbs .breadcrumb li span.svg-icon {
    width: 14px;
    height: 14px
}

.text-muted {
    margin-left: 8px
}

.main__content .title {
    margin-bottom: 10px
}

.hr {
    display: block;
    width: 100%;
    background: #342eaf;
    height: 2px
}

.main__content .hr {
    margin-bottom: 24px
}

.hr::after {
    content: '';
    display: flex;
    width: 65px;
    height: 2px;
    background: #fc0
}

.Category_category {
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px;
    color: #dcdcdc;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    background: #d7d7d78c;
    border-radius: 6px;
    margin: 0
}

.Date_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #ffffff82
}

.BlogCard_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #dcdcdc;
    margin-bottom: 8px;
    word-wrap: break-word
}

.BlogCard_text {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff82;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.Blog_containerCards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 20px 20px;
    grid-auto-flow: row dense;
    margin-bottom: 44px;
    padding: 0 2.5%
}

@media (max-width:1024px) {
    .Blog_containerCards {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:892px) {
    .Blog_containerCards {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .Blog_containerCards {
        grid-template-columns: repeat(1, 1fr)
    }

    .BlogCard_cardImage {
        height: 300px
    }
}

@media (max-width:500px) {
    .Blog_containerCards {
        grid-template-columns: repeat(1, 1fr)
    }
}

.SinglePost_backButton {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
    color: var(--color-text-2);
    padding-left: 23px;
    opacity: .9;
    cursor: pointer
}

.SinglePost_backButton a {
    display: flex;
    align-items: center;
    gap: 3px
}

.SinglePost_backButton a span.svg-icon {
    width: 12px;
    height: 12px
}

.SinglePost_infoBlock {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.SinglePost_title {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    letter-spacing: -.5px;
    color: #dcdcdc;
    margin: 0 0 12px
}

.SinglePost_postImage {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 48px
}

.SinglePost_postImage img {
    width: 100%;
    height: 100%;
    border-radius: 16px
}

.SinglePost_textBlock {
    color: #dcdcdc;
    line-height: 150%;
    word-wrap: break-word
}

.SinglePost_textBlock img {
    margin: 24px auto;
    display: block
}

.SinglePost_textBlock a {
    color: #fdd401
}

.SinglePost_textBlock ol, .SinglePost_textBlock ul {
    padding-left: 24px
}

.SinglePost_textBlock ol li, .SinglePost_textBlock ul li {
    list-style: disc;
    magin: 0 0 10px
}

.articleBox {
    position: relative;
    font-size: 14px;
    color: #dcdcdc
}

.relNews {
    padding-bottom: 32px
}

.relNewsItem:last-child {
    margin: 0
}

.newsItem, .relNewsItem {
    width: 100%;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    position: relative
}

.sectionLink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}

.relNewsImg {
    object-fit: cover;
    border-radius: 8px;
    max-width: 40%;
    width: 100%
}

.posts_related {
    padding: 16px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #05368e), color-stop(1, #021e44));
    border-radius: 3px;
    border: 1px solid #403573
}

.artSideTitle {
    font-size: 28px;
    color: #dcdcdc;
    font-weight: 700;
    margin: 0 0 24px
}

.cat_item, .dateNew {
    color: #ffffffc4;
    font-size: 12px
}

.relNewsInfo {
    justify-content: flex-start;
    display: flex;
    gap: 8px;
    margin: 8px 0 0;
    align-items: center
}

.relNewsInfo_cat {
    background: #4a0570;
    padding: 15px 30px 20px;
    margin: -60px 20px 0;
    position: relative
}

.dateNew {
    display: flex;
    align-items: center
}

.dateNew span.svg-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px
}

.relNewsTitle {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    color: #dcdcdc;
    flex: 1
}

.newsItem .relNewsTitle {
    font-size: 22px
}

.newsTitle {
    font-size: 32px;
    color: #fbc401;
    margin-bottom: 16px;
    font-weight: 600
}

.shortDes {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    color: #ffffffc4
}

.posts_related {
    padding: 16px;
    background: #070a2e;
    border-radius: 3px
}

.artSideTitle {
    font-size: 28px;
    color: #dcdcdc;
    font-weight: 700;
    margin: 0 0 24px
}

.newsItem {
    width: 100%;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    position: relative
}

.relNewsInfo {
    justify-content: flex-start;
    display: flex;
    gap: 8px;
    margin: 8px 0 0
}

.relNewsInfo_cat {
    background: #4a0570;
    padding: 15px 30px 20px;
    margin: -60px 20px 0;
    position: relative
}

.dateNew {
    color: #ffffffc4;
    display: flex;
    align-items: center;
    font-size: 12px
}

.cat_item {
    color: #ffffffc4;
    font-size: 12px;
    text-decoration: none
}

.dateNew span.svg-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px
}

.newsItem .relNewsTitle {
    font-size: 22px
}

.newsTitle {
    font-size: 32px;
    color: #fbc401;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 600
}

.shortDes {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffffc4
}

.newsDes {
    margin-bottom: 24px
}

.attr_name {
    text-decoration: none
}

.attr_name *, .attr_name h2, .attr_name h3 {
    font-size: inherit !important;
    text-transform: lowercase !important;
    margin: 0 !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: #000 !important
}

.heading__content {
    margin: 24px 0
}

.layout {
    display: flex;
    justify-content: space-between
}

.main {
    width: 100%;
    flex: 1
}

.side {
    width: 100%;
    max-width: 320px;
    margin-left: 12px
}

@media (max-width:982px) {
    .layout {
        flex-direction: column
    }

    .main, .side {
        width: 100%;
        max-width: 100%
    }
}

.blur_dialog, .contact-popup, .player-footer {
    --shadow-2: 0px 6px 30px rgba(0, 0, 0, .05);
    --box-bg-color: #242222;
    --btn-control: #0a1914;
    --color-primary: #ffffff;
    --btn-text-extent: #021F46;
    --btn-control-hover: #00ff33;
    --color-light: #ffffff;
    --border-btn: #333333;
    --color-content-popup: #dcdcdc;
    --color-hightlight-popup: #00ff33
}

.player-footer {
    border-radius: 8px;
    position: relative;
    box-shadow: var(--shadow-2);
    width: 100%;
    background-color: var(--box-bg-color);
    border: 1px solid var(--border-btn)
}

.player-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 10px;
    z-index: 0
}

.player-footer__item {
    padding: 0 10px
}

.player-footer__left {
    display: flex;
    align-items: center;
    gap: 8px
}

.player-footer__left img {
    border-radius: 4px;
    max-width: 40px
}

.player-footer__left h1 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: var(--color-primary);
    padding: 0
}

.player-footer__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.g-footer__button {
    background: var(--btn-control) !important;
    color: var(--color-primary);
    border: 0;
    width: 40px;
    height: 40px;
    transition: all .3s;
    border-radius: 50%;
    box-shadow: var(--shadow-2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid transparent
}

.g-footer__button .svg-icon {
    width: 18px;
    height: 18px;
    transition: transform .2s cubic-bezier(.32, 1.2, .54, 1.17)
}

.g-footer__button-title {
    font-size: 10px;
    bottom: 4px;
    left: 50%;
    position: absolute
}

.g-footer__button-title_last {
    opacity: 0
}

.g-footer__button-title_first {
    background-color: transparent;
    color: #75879a;
    opacity: 1
}

.g-footer__button-title_text {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s cubic-bezier(.32, 1.2, .54, 1.17);
    white-space: nowrap;
    background: var(--box-bg-color);
    font-weight: 500
}

@media (hover:hover) and (pointer:fine) {
    .g-footer__button:hover .g-footer__button-title_last {
        background-color: var(--btn-text-extent);
        color: #dcdcdc;
        opacity: 1
    }

    .g-footer__button:hover .g-footer__button-title_first {
        opacity: 0
    }

    .g-footer__button:hover {
        transform: translateY(-3px);
        color: var(--color-light);
        border: 1px solid var(--btn-control-hover)
    }
}

.g-footer__button:hover .svg-icon {
    transform: rotate(-5deg)
}

.g-footer__button.active, .g-footer__button.voted {
    transform: translateY(-3px);
    color: var(--color-light);
    border: 1px solid var(--btn-control-hover)
}

.blur_dialog, .contact-popup {
    position: fixed;
    bottom: 0;
    top: 0;
    right: -330px;
    width: 330px;
    background-color: var(--box-bg-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 8px 0 0;
    border: 1px solid var(--border-card);
    z-index: 1001;
    transition: right .3s ease-in-out
}

.blur_dialog.active, .contact-popup.show {
    right: 0
}

label.label-contact-select {
    position: relative;
    display: inline-block;
    margin: 0 0 10px
}

label.label-contact-select:before {
    content: "";
    height: 31px;
    position: absolute;
    right: 7px;
    top: 3px;
    width: 22px;
    background: 0 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    pointer-events: none;
    display: block
}

label.label-contact-select:after {
    content: " ";
    position: absolute;
    right: 15px;
    top: 46%;
    margin-top: -3px;
    z-index: 2;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.9px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    pointer-events: none
}

.contact-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 30px 0 10px;
    border: 1px solid var(--border-btn);
    border-radius: 4px;
    line-height: 36px;
    background: var(--box-bg-color);
    height: 36px;
    color: var(--color-primary);
    margin: 0 0 5px 0;
    width: 100%;
    font-size: 14px
}

.contact-select:focus-visible {
    outline: 0
}

select.contact-select::-ms-expand {
    display: none
}

.error-message-email, .error_form_contact {
    font-size: .9em;
    color: #ff5E22FF;
    margin: 0 0 8px;
    display: none
}

label.label-contact-select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px
}

.popup-heading {
    display: flex;
    align-items: center;
    flex-flow: nowrap;
    padding: 0 40px 0 16px;
    line-height: 1.5
}

.popup-content {
    border-top: 1px solid var(--border-btn);
    font-size: 14px;
    color: var(--color-content-popup);
    padding: 8px 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    height: calc(100vh - 60px)
}

.content_inner_popup h2:not([class]), .content_inner_popup h3:not([class]), .content_inner_popup h4:not([class]) {
    margin: 0 0 10px;
    color: var(--color-hightlight-popup)
}

.content_inner_popup h2:not([class]) {
    font-size: 24px;
    font-weight: 600
}

.content_inner_popup h3:not([class]), .content_inner_popup h4:not([class]) {
    font-size: 20px;
    font-weight: 500
}

.content_inner_popup ol:not([class]), .content_inner_popup ul:not([class]) {
    margin: 0 0 10px;
    padding-left: 20px
}

.content_inner_popup ol:not([class]) li, .content_inner_popup ul:not([class]) li {
    list-style: disc;
    margin: 0 0 6px
}

.content_inner_popup a:not([class]) {
    color: var(--color-hightlight-popup)
}

.check_box_contact {
    background-color: #dcdcdc;
    border: 3px solid var(--border-btn);
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 16px;
    margin: 0;
    width: 16px
}

.form_contact {
    background: 0 0;
    border: 1px solid var(--border-btn);
    color: var(--color-primary);
    max-width: 308px;
    resize: none;
    border-radius: 4px;
    transition: background-color .2s ease-in-out;
    width: 100%;
    font-family: inherit
}

.contact_input {
    margin: 0 0 10px;
    padding: 8px 12px
}

.contact_textarea {
    margin: 0 0 10px;
    padding: 8px 12px;
    height: 86px
}

.icon_contact {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    margin-right: 10px
}

.title_contact {
    font-size: 12px;
    color: var(--color-primary);
    flex: 1;
    padding: 14px 0
}

.title_contact strong {
    font-size: 14px
}

.close_contact {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px
}

.close_contact .svg-icon {
    width: 14px;
    height: 14px
}

.feedback_image_checkbox {
    margin: 7px 0 0 8px;
    display: flex;
    align-items: center;
    gap: 4px
}

.contact-form button {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer
}

.form_bottom {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 4px 16px
}

.popup-link_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 12px;
    border: 1px solid var(--border-btn);
    border-radius: 100px;
    margin-top: 12px;
    position: relative;
    height: 40px;
    margin-bottom: 20px
}

.popup-link-share--url {
    width: 100%;
    background: 0;
    border: 0;
    height: auto;
    color: var(--color-primary);
    flex: 1;
    padding-right: 12px;
    font-family: inherit
}

.popup-link-share--copy {
    color: #8166ff;
    font-weight: 600
}

.popup-link-share--copy:hover {
    cursor: pointer
}

.title_change_log {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-primary);
    line-height: normal;
    letter-spacing: 1.1px
}

.change_log_item {
    padding: 8px;
    border-radius: 8px;
    background: #141615;
    margin: 0 0 8px
}

.content_change_log {
    margin-bottom: 6px;
    color: var(--color-content-popup);
    font-size: 14px;
    padding-left: 15px
}

.content_change_log ul {
    padding-left: 16px;
    margin: 0
}

.notify-toast {
    background: #4caf50;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.toast-content {
    font-size: 16px;
    font-weight: 600
}

.notification-success {
    position: sticky;
    bottom: 12px;
    left: 12px;
    width: fit-content;
    border-radius: 10px;
    box-shadow: 0 -6px 74px 0 rgb(0 0 0 / .15);
    animation: show_toastt 1s ease forwards;
    z-index: 9999
}

@keyframes show_toastt {
    0% {
        transform: translateX(-100%)
    }

    40% {
        transform: translateX(10%)
    }

    100%, 80% {
        transform: translateX(20px)
    }
}

.notification-success.hide {
    animation: hide_toastt 1s ease forwards
}

@keyframes hide_toastt {
    0% {
        transform: translateX(20px)
    }

    40% {
        transform: translateX(10%)
    }

    100%, 80% {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-100%)
    }
}

.notification-success .toastt {
    border-radius: 10px;
    border-left: 5px solid #2ecc71;
    background: #dcdcdc;
    padding: 8px 12px;
    box-shadow: 1px 7px 14px -5px rgb(0 0 0 / .15);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.notification-success .toastt .content {
    display: flex;
    gap: 12px;
    align-items: center
}

.notification-success .toastt.offline {
    border-color: #ccc
}

.content_notification .details {
    margin-left: 15px
}

.details span {
    font-size: 20px;
    font-weight: 500;
    color: #878787
}

.details p {
    color: #878787;
    margin: 0
}

.toastt .content_notification {
    display: flex;
    align-items: center
}

.toastt .content_notification .icon {
    background: #ccc
}

.toastt .content_notification .icon img {
    max-width: 50px
}

.favorited {
    color: red
}

.toggle-text {
    font-size: 14px;
    margin: 10px 0 0
}

.swiper-slide.games__item {
    padding: 0
}

#game_category_slider_promotion .snippet__img {
    aspect-ratio: 1
}

.game-category-slider .swiper-container {
    padding: 12px 0;
    margin: -9px 0
}

.highlight {
    color: #fdb504
}

.game_area_related {
    position: relative;
    padding: 20px;
    border-radius: 16px;
    color: #dcdcdc;
    margin: 10px 0;
    background: #0a0047;
    border: 1px solid #403573;
    box-shadow: rgba(0, 0, 0, .36) 0 6px 12px 0
}

:focus-visible {
    outline: 0
}

body.fullscreen::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(5px);
    z-index: 998;
    pointer-events: none
}

body.fullscreen .game-iframe-play {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    aspect-ratio: unset !important;
    margin: 0 !important;
    grid-row: unset !important;
    grid-column: unset !important;
    gap: 0 !important;
    border-radius: 0 !important
}

.game-place {
    position: relative;
    min-height: 520px
}

body.fullscreen .game-place {
    height: calc(100% - 60px);
    border-radius: 0 !important
}

body.fullscreen .player-footer {
    margin: 0 !important;
    border-radius: 0 !important
}

@media (max-width:991px) {
    .fullscreen .player-footer__actions .favorites_btn, .fullscreen .player-footer__actions .game_vote, .fullscreen .player-footer__actions .report_bug, .fullscreen .player-footer__actions .toggleModalBtn {
        display: none
    }

    .fullscreen .player-footer__inner {
        flex-direction: row
    }
}

.wpZ3GoxLQVMZwH0a4VbJ {
    margin-bottom: 1rem;
}

.wpZ3GoxLQVMZwH0a4VbJ, .ywoqqyUKAOhwkYT8pgAd {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.FzCrgTBdL_UGZ6dZa4R7 {
    color: var(--grey-5);
    flex-shrink: 0;
    transform: rotate(-90deg);
}

.ywoqqyUKAOhwkYT8pgAd {
    color: var(--grey-3);
    font: 700 12px / 16px var(--fontBody);
    letter-spacing: .3px;
    text-transform: uppercase;
    white-space: nowrap;
}

.exit-fullscreen {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0px !important;
    border: 0px !important;
    left: 0px !important;
    right: 0px !important;
    cursor: pointer !important;
}

center {
    font-size: 24px;
}

center a {
    color: #0f3;
}

center a:hover {
    color: #29bb46;
}

.no-games {
    margin: 4rem 0;
}

/*# sourceMappingURL=global.min.css.map */