@charset "UTF-8";
@font-face {
    font-display: swap;
    font-family: "bp_dot";
    font-style: normal;
    font-weight: bold;
    src: url(/css/game_14/fonts/bp_dot.woff) format("woff"),
    url(/css/game_14/fonts/bp_dot.woff2) format("woff2"),
    url(/css/game_14/fonts/bp_dot.ttf) format("truetype"),

}

* {
    min-width: 0;
    min-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input, button, select, optgroup, 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: 'bp_dot';
    font-size: 16px;
    line-height: 1.5;
    color: #9696A8;
    font-weight: 400;
}

.langs-current {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOBAMAAADH1sFNAAAAFVBMVEUAAAAxMHMxMXYyMXQyMXUxMXYyMXXdNNa8AAAABnRSTlMAYF/v39/WiO4gAAAASklEQVQI11XJsQ2AMAADQcMEVNSRkBiBASjYg0Tx/iOkeBeJq7dOy653qs+F3t30uHJud512AfxrsyvgQxAgKAABISAEhAAICAUG0DYXT8iOiaUAAAAASUVORK5CYII=")
}

a {
    color: #00ff00
}

a:hover, a:focus {
    color: #00ff00
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #00ff00;
    line-height: 1.1;
    font-weight: 700
}

h1, h2 {
    font-size: 24px;
    margin: 0 0 1rem
}

img {
    vertical-align: top;
    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: #64606C
}

.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;
    z-index: 500;
    width: 100%;
    z-index: 650;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 0;
    height: 100%;
    height: 100vh;
    /*height: calc(var(--vh, 1vh) * 100);*/
    -webkit-transition: opacity 0.16s linear;
    transition: opacity 0.16s linear
}

.aside {
    position: fixed;
    top: 0;
    z-index: 700;
    width: 240px;
    height: 100vh;
    /*height: calc(var(--vh, 1vh) * 100);*/
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 0.16s linear, -webkit-transform 0.16s linear;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior-y: contain;
    color: #fff;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(to bottom, #162526, #1e3233);
}

.aside__body {
    padding: 24px;
    background: linear-gradient(to bottom, #162526, #1e3233);
    /*background: #00ff00 linear-gradient(160deg, hsl(331.27, 59.17%, 47.06%), hsl(327.1, 58.21%, 43.99%) 3.67%, hsl(322.29, 57.07%, 40.97%) 7.75%, hsl(316.62, 55.71%, 38%) 12.39%, hsl(309.8, 54.07%, 35.09%) 17.7%, hsl(301.37, 52.08%, 32.22%) 23.82%, hsl(291.89, 53.25%, 31.69%) 30.88%, hsl(283, 54.87%, 31.55%) 38.99%, hsl(274.58, 56.35%, 31.41%) 48.3%, hsl(266.48, 57.69%, 31.29%) 58.92%, hsl(258.55, 58.87%, 31.17%) 71%, hsl(250.52, 59.9%, 31.07%) 84.65%, hsl(241.88, 60.76%, 30.98%))*/
}

.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;
    padding: 20px 0;
    color: #fff;
    background-position: top;
    background-size: contain;
}

.header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

html, body {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    min-height: 100vh;
    /*min-height: calc(var(--vh, 1vh) * 100);*/
    background-repeat: no-repeat;

}

.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: 100%;
    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: 0px 8px 0px;
    border-radius: 6px 6px 6px 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: -0.11px;
    color: #fff;
    background-color: #EB3175
}

.badge:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 6px;
    height: 4px;
    pointer-events: none;
    border-radius: 0 0 0 100%;
    background-color: #560A54
}

.badge--new {
    background: linear-gradient(157deg, #EB3175, #560A54)
}

.badge--hot {
    background: linear-gradient(157deg, #EBB731, #CC4A21)
}

.badge--hot:before {
    background-color: #ffffff
}

.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: none;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    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 100ms ease-in-out, background-color 100ms ease-in-out, -webkit-transform 100ms linear, -webkit-box-shadow 100ms ease-in-out;
    transition: color 100ms ease-in-out, background-color 100ms ease-in-out, -webkit-transform 100ms linear, -webkit-box-shadow 100ms ease-in-out;
    transition: transform 100ms linear, color 100ms ease-in-out, background-color 100ms ease-in-out, box-shadow 100ms ease-in-out;
    transition: transform 100ms linear, color 100ms ease-in-out, background-color 100ms ease-in-out, box-shadow 100ms ease-in-out, -webkit-transform 100ms linear, -webkit-box-shadow 100ms ease-in-out;
    border: 2px solid #00ff00;
    box-shadow: 0px 4px 10px 2px #3e3e3e, inset 0px 0px 4px #00ff007d;
}

.btn:hover {
    background-color: #42dbca
}

.btn:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(98, 98, 128, 0.5);
    box-shadow: 0 0 0 3px rgba(98, 98, 128, 0.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-color: #162526
}

.btn--accent:hover {
    background-color: #162526;
    box-shadow: 0 0 13px 5px rgb(255 255 255 / 50%);
}

.btn--accent:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 177, 24, 0.5);
    box-shadow: 0 0 13px 5px rgb(255 255 255 / 50%);
}

.btn--accent:active {
    background-color: #00ff00;
    color: #000;
}

.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, 0.5);
    box-shadow: 0 0 0 3px rgba(89, 183, 15, 0.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, 0.5);
    box-shadow: 0 0 0 3px rgba(171, 43, 43, 0.5)
}

.btn--danger:active {
    background-color: #972626
}

.btn--dark {
    background-color: #00ff00
}

.btn--dark:hover {
    background-color: #3a3987
}

.btn--dark:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(50, 49, 117, 0.5);
    box-shadow: 0 0 0 3px rgba(50, 49, 117, 0.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-primary {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0 32px;
    height: 44px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(-43deg, hsl(338.06, 82.3%, 55.69%), hsl(337.81, 80.63%, 55.28%) 1.59%, hsl(337.07, 76.09%, 54.14%) 6.02%, hsl(335.81, 69.4%, 52.35%) 12.81%, hsl(333.91, 61.36%, 49.98%) 21.48%, hsl(331.15, 58.89%, 47.08%) 31.54%, hsl(327.1, 55.62%, 43.72%) 42.5%, hsl(320.95, 51.29%, 39.94%) 53.88%, hsl(310.92, 45.53%, 35.8%) 65.19%, hsl(293.32, 40.56%, 32.87%) 75.94%, hsl(272.86, 40.52%, 32.9%) 85.65%, hsl(253.77, 40.49%, 32.93%) 93.83%, hsl(240.88, 40.48%, 32.94%))
}

.btn-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    margin: 0;
    /*background: no-clip;*/
    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: #493276;
    position: absolute;
    -webkit-transition: transform 0.35s ease;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.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: none;
    padding: 0;
    padding: 9px;
    font-size: 20px;
    color: #fff;
}

.btn-icon__img {
    width: 32px;
    vertical-align: top
}

.btn-fullscreen {
    position: absolute;
    top: -23px;
    right: -23px;
    z-index: 75;
    width: 35px;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px;
    margin: 0;
    background: none;
    border: none;
    background-color: #58b4d0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer
}

.btn-fullscreen__icon {
    width: 24px;
    height: 24px
}

.btn-fullscreen:hover, .btn-fullscreen:focus {
    background-color: #42dbca;
}

.btn-link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    height: auto;
    background: none;
    text-decoration: underline;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 1rem;
    cursor: pointer
}

.btn-link:hover, .btn-link:focus {
    color: #EB3175
}

.cat-btn {
    /*display: -webkit-inline-box;*/
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 8px;
    border-radius: 8px;
    background-color: #162526;
    padding: 6px 10px;
    border: 2px solid #00ff00;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    transition: transform, background-color .3s ease-in-out;
    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, 0.08);
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.08)
}

.cat-btn__img {
    vertical-align: top;
    border-radius: 5px;
    width: auto;
    height: 26px
}

.cat-btn__name {
    padding: 2px 10px 4px 10px;
}

.reset-list .cat-btn__name {
    padding: 0px 10px 0px 10px;
    /*width: calc(100% - 26px);*/
    font-size: 14px;
}

.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:hover, .cat-btn:focus {
    color: #000;
    background: #00ff00;
    transform: translateY(-3px);
}

.cat-btn--tag {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    margin-right: 0;
    margin-bottom: 5px;
}

.cat-btn--tag .cat-btn__name:after {
    content: none
}

.cat-btn--tag:hover, .cat-btn--tag:focus {
    color: #00ff00;
    background-color: transparent;
    -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;
    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 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear
}

.cookies-alert.is-opened {
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cookies-alert__panel {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 32px;
    -webkit-box-shadow: 0 2px 32px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 32px rgba(0, 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: #00ff00
}

.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-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.game-ctrls .btn {
    margin: 0 8px 8px 0
}

.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
}

.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%;
    padding-top: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.game-preview, .game-preview-bgi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.game-preview-bgi {
    z-index: 10;
    background-position: center;
    background-size: cover;
    opacity: .5
}

@supports (filter:blur(10px)) or (-webkit-filter:blur(10px)) {
    .game-preview-bgi {
        opacity: 1;
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }
}

.game-preview__content {
    position: relative;
    z-index: 20;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6)
}

.game-preview__logo {

}

.game-preview__logo-img {
    width: 100%;
    max-width: none;
    height: auto;
    vertical-align: top
}


.game__content {
    position: relative
}

.game__aside {
    /*display: none*/
}

.games-more {
    margin-bottom: 25px
}

.games-more-link {
    display: block;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    /*background: -webkit-gradient(linear, left top, right top, from(#333276), color-stop(78.82%, #EB3175), color-stop(98.79%, #EB3175));*/
    background: linear-gradient(to right, #333276 0%, #EB3175 78.82%, #EB3175 98.79%);
    -webkit-box-shadow: 4px 14px 34px rgba(117, 49, 118, 0.29);
    box-shadow: 4px 14px 34px rgba(117, 49, 118, 0.29);
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    padding: 10px 20px
}

.games-more-link:hover, .games-more-link:focus {
    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:hover, .games__title-link:focus {
    text-decoration: underline
}

.games__list {
    display: -ms-grid;
    display: grid;
    /*-ms-grid-columns: (minmax(170px, 1fr)) [ auto-fill ];*/
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); 
    grid-auto-flow: dense;
    -ms-grid-auto-flow: dense;
    text-align: center;
    margin-left: 0;
    gap: 16px;
    margin-bottom: 25px;
}

.games__list--half .games__item {
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 20px;
    margin-bottom: 0 */
}

.games__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: 0 0 10px 10px;
    margin-bottom: 10px */
	height: 100%;
    display: block;
    position: relative;
    z-index: 0; 
    border-radius: 16px;
}

.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: #162526;
    padding: 12px;
    text-align: center;
    -webkit-box-shadow: 0 -5px 6px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 -5px 6px 6px rgba(0, 0, 0, 0.4);
    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: 120px;
    top: 50%;
    transform: translateY(-50%);
    left: 38%;
}

.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, 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: #fff;
    border-radius: 10px;
    padding: 15px;
    -webkit-box-shadow: 0 2px 32px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 32px rgba(0, 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: 24px;
    font-weight: 700;
    color: #fff
}

.nav-footer {
}

.nav-footer__item {
}

.nav-item-footer {
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    color: #00ff00
}

.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: #00ff00;
    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: #fff;
    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 {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    padding: 4px;
    display: flex;
    align-items: center;
}

.nav-item-main .nav-badge {
    margin-top: 6px
}

.nav-item-main__icon {
    vertical-align: top;
    width: 28px;
    height: 28px;
    margin-top: 0;
    margin-right: 12px
}

.nav-item-main:hover, .nav-item-main:focus {
    color: #00ff00;
    background-color: transparent;
    -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 4px 6px rgba(0, 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: 0.6px solid rgba(255, 255, 255, 0.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: 0.6px solid rgba(255, 255, 255, 0.2)
}

.nav-search {
    margin-bottom: 20px
}

.nav-title {
    font-weight: 700;
    color: #00ff00;
    font-size: 15px;
    margin: 0 0 12px 0
}

.nav-badge {
    display: inline-block;
    vertical-align: top;
    background-color: #EB3175;
    color: #fff;
    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: #fff;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 4px 8px;
    border-radius: 6px;
    text-decoration: none
}

.nav-item-top:hover, .nav-item-top:focus {
    color: #6A4C9A;
    background-color: #fff;
    -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 4px 6px rgba(0, 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: #fff;
    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, 0.08);
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.08)
}

.nav-item-cat:hover .nav-item-cat__label, .nav-item-cat:focus .nav-item-cat__label {
    background-color: #fff;
    color: #6A4C9A
}

.nav-item-cat:hover .nav-badge, .nav-item-cat:focus .nav-badge {
    color: #6A4C9A
}

.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.page-header__thumb {
    width: 60px;
    margin-bottom: 1rem;
    margin-right: 1rem
}

.page-header__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.page-header__img {
    vertical-align: top;
    width: 100%;
    height: auto;
    border-radius: 10px
}

.page-header__title {
    font-size: 24px;
    margin-bottom: 10px
}

.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;
    width: 100%;
}

.place-block--square {
    min-height: 250px;
    margin-bottom: 25px
}

.adsbygoogle {
    margin: 0 !important;
    min-width: 100%;
    max-height: 100px;
    height: 100px !important
}

.adsbygoogle, .adsbygoogle ins, .adsbygoogle iframe {
    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 #00ff00;
    box-shadow: 0 2px 19px 4px #00ff00;
    bottom: 1px
}

.play-btn__ctrl {
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 10;
    background-color: #162526;
    box-shadow: 0 0 0.75rem 0 #00ff00;
    font-weight: 700;
    color: #fff;
    height: 50px;
    font-size: 22px;
    padding: 0 32px;
    border-radius: 16px;
    border: 2px solid #00ff00;
    margin: 0;
    cursor: pointer;
    -webkit-overflow-scrolling: touch;
    transition: box-shadow ease .15s, background-color ease .15s, transform ease .1s, opacity ease .1s;
}

.play-btn__ctrl:before {
    content: "";
    position: absolute;
    height: 30px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    top: 45px;
    border-radius: 10px;
    background-color: #00ff00
}

.play-btn__ctrl:hover, .play-btn__ctrl:focus {
    -webkit-box-shadow: 0 0 1rem 0 #fff;
    ox-shadow: 0 0 1rem 0 #fff;
}

.searchform {
    position: relative
}

.searchform button {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 28px;
    height: 28px;
    outline: 0;
    border: 0;
    background: transparent;
    color: #00ff00;
    cursor: pointer;
}

.searchform__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 36px;
    border-radius: 7px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #00ff00;
    background-color: transparent;
    padding-left: 38px;
    padding-right: 15px
}

.searchform__input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.searchform__input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.searchform__input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.searchform__input::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.searchform__input::placeholder {
    color: #fff;
    opacity: 1
}

.searchform__input:-ms-input-placeholder {
    color: #fff
}

.searchform__input::-ms-input-placeholder {
    color: #fff
}

.searchform__input:focus {
    outline: none
}

.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: #fff;
    -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: 4px;
    -o-object-fit: cover;
    object-fit: cover;
	aspect-ratio: 17 / 11;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 29%), 0 6px 10px 0 rgb(0 0 0 / 19%);
}

.snippet__name {
    display: block;
    font-size: 14px;
    -webkit-transition: color 100ms;
    transition: color 100ms;
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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: -0.13px;
    font-weight: 700;
    margin-right: 8px
}

.snippet-tag:last-child {
    margin-right: 0
}

.snippet-tag__icon {
    height: 14px;
    margin-right: 3px
}

.snippet-tag--rating {
    color: #00ff00
}

.snippet-tag--rating .snippet-tag__icon {
    width: 15px
}

.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: 0.6;
    color: #fff;
    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: #fff;
    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: #fff;
    cursor: pointer
}

@media (min-width: 375px) {
    /* .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    } */

    .snippet__img-wrap {
    }
}

@media (min-width: 576px) {
    .snippet__img-wrap {
    }

    .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%
    }

    /* .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    } */

    .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 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        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%
    }

	
    /* .games__list {
        margin-left: -20px
    } */

    /* .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 0 20px 20px
    } */

    .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, 0.1);
        box-shadow: 0 2px 32px rgba(0, 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 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sort__title {
        margin-bottom: 0;
        margin-right: 15px
    }

    .cats__list {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px
    }

    .game-place {
        padding-top: 68.4%
    }
}

@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
    }


    .games {
        margin-bottom: 20px
    }

    /* .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666%;
        flex: 0 0 16.666%;
        max-width: 16.666%
    } */

    .langs-popup {
        left: auto;
        right: 0
    }

    .page-header {
        margin-bottom: 20px
    }

    .page-header__thumb {
        width: 145px
    }

    .page-header__content {
        max-width: 100%
    }

    .page-header__title {
        font-size: 32px
    }

    .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;
        box-shadow: unset;
    }

    .app__main {
        padding-top: 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, .snippet__img {
        -webkit-transition: -webkit-transform 100ms linear;
        transition: -webkit-transform 100ms linear;
        transition: transform 100ms linear;
        transition: transform 100ms linear, -webkit-transform 100ms linear
    }

    .snippet:hover .snippet__url {
        color: #00ff00
    }

    .snippet:hover .badge, .snippet:hover .snippet__img {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    .snippet__img-wrap {
    }
}

@media (min-width: 1300px) {
    .games {
        margin-bottom: 10px
    }

    .games__title {
        font-size: 24px
    }

    /* .games__list {
        margin-left: -20px
    } */

    /* .games__item {
        padding: 0 0 20px 20px;
        margin-bottom: 20px
    } */
}

@media (min-width: 1400px) {
    .content-container {
        padding-left: 32px;
        padding-right: 32px
    }

    .footer__content {
        padding-left: 254px
    }

    .app__main {
        padding-top: 32px
    }


    .games {
        margin-bottom: 0
    }

    .games__title {
        font-size: 32px
    }

   /*  .games__list {
        margin-left: -32px
    }
 */
    /* .games__item {
        padding: 0 0 20px 20px;
        margin-bottom: 0
    } */
}

.catalog-pagination ul.paging {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 20px;
    padding-inline-start: 0px
}

.catalog-pagination ul.paging li.active {
    background: #00FF00;
    color: #000;
    border: none;
}

.catalog-pagination ul.paging li {
    background-color: #162526;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px
}

.catalog-pagination ul.paging li a, .endless_page_current span {
    text-decoration: none;
    padding: 15px;
    margin: -15px;
    font-size: 18px;
}

.catalog-pagination ul.paging li.active a:hover {
    color: #333276
}

.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: 1rem;
    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;
}

.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: #00FF00;

}

.info-rate {
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 0px;
    padding: 5px 8px 6px;
    border-radius: 6px 4px 0px 6px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    display: none;
    align-items: center;
    background-color: #071522;
}

.game__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 24px;
    margin: 12px auto;
}

.game__content .game-content-page {
       width: 100%;
    flex: 1;
    max-width: 100%;
}

.game-content-page, .page-content {
    position: relative;
    padding: 20px;
    border-radius: 16px;
    color: #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 6px 12px 0px;
    background: #162526;
    font-size: 15px;
}

.page-content {
    margin-bottom: 24px;
}

.game-content-page p a, .single-description ul li a, .single-description ol li a, .page-content p a {
    color: #00ff00;
    text-decoration: none;
    font-weight: 600;
}

.game-content-page p {
    margin: 0 0 10px 0
}

.game-content-page h2,
.page-content h2 {
    font-size: 28px;
    color: #00ff00;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}

.game-content-page h3, .game-content-page h4, .game-content-page h5,
.page-content h3, .page-content h4, .page-content h5 {
    font-size: 22px;
    color: #00ff00;
    font-weight: 500;
    margin: 0 0 12px 0;
}

.game-content-page ul, .game-content-page ol,
.page-content ul, .page-content ol {
    padding-left: 24px;
}

.game-content-page .single-description ul li, .game-content-page .single-description ol li,
.page-content ul li, .page-content ol li {
    list-style: disc;
    margin-bottom: 10px;
}

.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 .game-content-page, .game__content .comment-area {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.favorited svg {
    color: #dd1e1e;
}

.titleControl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.titleControl .svg-icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}

.titleControl .page-header__title {
    margin-bottom: 0
}

.articleBox {
    color: #00ff00
}

.articleBox {
    padding: 35px 40px 30px 40px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    background: rgb(255 255 255 / 30%);
    position: relative;
    color: inherit;
    font-size: 14px;
    color: #00ff00;
}

.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: #EB3175;
    margin-bottom: 10px;
}

.articleBox .artText p {
    margin-bottom: 10px;
}

.articleBox .artText p a, articleBox .artText ul li a, articleBox .artText ol li a {
    color: #EB3175;
}

.artCat {
    width: 100%;
    padding: 0 0 6px;
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #ffffff38;
    margin-bottom: 12px;
}

.artCat a {
    color: #EB3175;
    text-decoration: none;
}

.artTitle {
    padding: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
}

.artMainImgBox {
    margin: 12px 0 24px;
    position: relative;
    float: left;
}

.artSideWrapBox {
}

.artSideTitle {
    font-size: 20px;
    margin: 0 0 16px;
    color: #00ff00;
}

.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: 110px;
    border-radius: 8px
}

.newsItem {
    width: 100%;
    margin: 0 0 18px;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    color: #00ff00;
}

.relNewsInfo {
    padding: 0 0 0 20px;
    justify-content: flex-start;
    display: flex;
    flex-flow: column nowrap;
    width: calc(100% - 110px);
}

.relNewsTitle {
    padding: 0;
    /*margin: 8 0;*/
    font-size: 14px;
    overflow: hidden;
    color: #00ff00;
}

.newsItem .relNewsTitle {
    font-size: 24px;
}

.newsTitle {
    font-size: 32px;
    color: #00ff00;
    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: #eb3175;
    text-decoration: none;
    font-size: 14px;
}

.show_content {
    position: absolute;
    max-width: calc(100% - 40px);
    width: 100%;
    bottom: 14px;
    display: flex;
    align-items: flex-end;
    z-index: 12;
}

.ShowMore_button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: 0 0;
    color: #fff;
    border: 0;
    font-size: 17px;
    width: fit-content;
    cursor: pointer;
    gap: 12px;
    padding: 6px 12px;
}

.nav-footer__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    gap: 28px;

}

.game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.game .game__content {
    width: 100%;
    flex: 1;
}

.game .game__aside {
    width: 300px;
}

.ads-class {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 24px auto;
}

.ads-top-txt span {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
}

.ads-class .ads {
    width: 100%;
    min-height: 90px;
    max-width: 1200px;
    margin: 0 auto;
    display: block
}

.ads-right {
    flex: 0 0 300px;
    max-width: 300px;
    width: 100%;
}

@media (max-width: 1200px) {
    .game .game__content, .game .game__aside {
        width: 100%;
        max-width: 100%;
    }

    .game {
        flex-direction: column;
    }
}

.attr_name * {
    font-size: inherit !important;
    color: inherit !important;
    text-transform: lowercase !important;
    margin: 0 !important;
    font-weight: inherit !important;
}

.titleContainer .textTitle {
    font-size: 28px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}
.item3x2 {
    grid-column: span 3;
    grid-row: span 2;
}
.item2x2 {
    grid-column: span 2;
    grid-row: span 2;
}
.highlight {
    border: 2px solid #0f0;
    box-shadow: 0px 6px 15px 3px #534c4c;
}
.games__item .snippet{
	height: 100%;
}
.item2x2 .snippet__img-wrap{
	height: calc(100% - 23px);
}
 .responsive-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
 
 @media screen and (min-width: 1200px) {
     .responsive-wrapper{
         display: grid;
         grid-template-columns: repeat(2, minmax(0, 1fr));
     }

 }

.responsive-item {
	  /*width: 50%;*/
    width:100%;
    box-sizing: border-box;
	position: relative;
    padding: 20px;
    border-radius: 16px;
    color: #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 6px 12px 0px;
    background: #162526;
	height: fit-content;
}
.responsive-item .games__list{
		margin-bottom: unset;
	    grid-template-columns: repeat(auto-fill, minmax(134px, 1fr));
}
/* Khi màn hình <= 1200px, đổi sang column và mỗi khối rộng 100% */
@media (max-width: 1200px) {
  .responsive-wrapper {
	flex-direction: column;
  }
  .responsive-item {
	width: 100%;
  }
}
@media (max-width: 768px) {
  .games__list {
	   grid-template-columns: repeat(auto-fill, minmax(134px, 1fr));
    }
}
.text_center{
	text-align: center;
}


.app {
    color: #fff;
    background: #1e3233;
}


.btn-scroll-top.show {
    right: 1.25rem;
    opacity: 1;
}

.btn-scroll-top {
    display: block;
    position: fixed;
    bottom: 24px;
    width: 45px;
    height: 45px;
    transition: right .4s cubic-bezier(.68, -.55, .265, 1.55), opacity .3s, background-color .25s ease-in-out;
    border-radius: .75rem;
    background-color: #0f0;
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: 1025;
    outline: 0;
    border: 0;
    cursor: pointer;
}

.svg-icon img{
    width:100%;
}


.player-footer {
    border-radius: 10px;
    position: relative;
    margin: 12px 0 0;
    box-shadow: 0 6px 30px rgba(0, 0, 0, .05);
    width: 100%;
    background-color: #162526;
}

.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__left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.player-footer__item {
    padding: 0 10px;
}

.player-footer__left img {
    border-radius: 4px;
    max-width: 40px;
}

.player-footer__left h1 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    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;
}

.player-footer__item {
    padding: 0 10px;
}

.game_vote {
    display: flex;
    align-items: center;
    gap: 8px;
}

.g-footer__button {
    background: none;
    height: 40px;
    transition: all .3s;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid #0f0;
    padding: 0 6px;
    text-decoration: auto;
}

.g-footer__button .svg-icon {
    width: 20px;
    height: 20px;
    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_text {
    border-radius: 16px;
    padding-left: 10px;
    top: 0;
    white-space: nowrap;
    font-weight: 500;
    color: #fff;
}



.game-main{
    width:100%;
    border: 2px solid #918e8e;
    border-radius: 12px;
}

.detail-box-game{
    width:100%;
    position: relative;
}

.game-icon-main{
    width:100%;
    height:100%;
    border-radius: 12px;
}

.pc-game-info{
    position: absolute;
    width: 40%;
    max-width: 150px;
    margin: auto;
    left: 44%;
    top: 29%;
}

.pc-game-icon{
    width: 100%;
    border-radius: 12px;
}

.pc-game-btn{
    color: #fff;
    background: #25d9ca;
    font-size: 1.5rem;
    margin: 1.5rem auto;
    width: 100%;
    border: none;
    border-radius: 5px;
}


@media screen and (max-width: 568px) {
    .pc-game-info{
        display:none!important;
    }
}

@media screen and (min-width: 568px) {
    .game-icon-main{
        filter: blur(6px);
    }
}