:root {
    --app-svg-icon-fill: #c7f8fd;
    --app-svg-icon-fill-inverse: #000;
    --app-svg-icon-fill-accent: #69c8ea;
    --app-bg-logo: #1e252d;
    --app-bg-main: #252836;
    --app-bg-primary: #1a1f32;
    --app-bg-primary-75: #384456dd;
    --app-bg-accent: #d1ac07;
    --app-color-border: #d1ac07;
    --app-card-bg: #690d2c;
    --app-border: #eff6ff1a;
    --app-color-rating-default: #fdfbea;
    --app-color-rating-current: #f5e10f;
    --app-color-text: #fff;
    --app-color-heading: #fff;
    --app-color-accent: #d1ac07;
    --app-color-link: #c8e1fd;
    --app-bg-button-base: #1e4598;
    --app-bg-button-base-63: color.adjust(#1e4598, $alpha: .63);
    --app-bg-button-base-hover: #e7a44c;
    --app-color-button-base: #fff;
    --app-bg-button-accent: #4c8ae7;
    --grid-gap-spacing: .5rem;
    --grid-template-columns: calc((100% - var(--grid-gap-spacing) * 2) / 3);
    --grid-template-columns-mini: calc((100% - var(--grid-gap-spacing) * 2) / 3);
    --app-container: calc(1273px + 4rem);
    --font-heading: FjallaOne;
}

@media screen and (width >=640px) {
    :root {
        --grid-template-columns: calc((100% - var(--grid-gap-spacing) * 4) / 5);
        --grid-template-columns-mini: calc((100% - var(--grid-gap-spacing) * 4) / 5)
    }
}

@media screen and (width >=1024px) {
    :root {
        --grid-template-columns: calc((100% - var(--grid-gap-spacing) * 6) / 7);
        --grid-template-columns-mini: calc((100% - var(--grid-gap-spacing) * 5) / 6)
    }
}

@media screen and (width >=1280px) {
    :root {
        --grid-template-columns: calc((100% - var(--grid-gap-spacing) * 4) / 5);
        --grid-template-columns-mini: calc((100% - var(--grid-gap-spacing) * 6) / 7)
    }
}
@font-face {
    font-family: Fredoka;
    src: url("../fonts/Fredoka-Regular.ttf");
    font-display: swap;
    font-weight: 400
}
@font-face {
    font-family: FjallaOne;
    src: url("../fonts/FjallaOne-Regular.ttf");
    font-display: swap;
    font-weight: 400
}
html {
    -webkit-text-size-adjust: 100%
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    position: relative;
    text-rendering: optimizeSpeed;
    width: 100%;
    font-family: Fredoka, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

*,
:after,
:before {
    box-sizing: border-box
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

:focus {
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: FjallaOne, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

input,
input:required {
    box-shadow: none
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 30px #fff
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none
}

input:focus {
    outline: none
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

a:active,
a:hover {
    outline: none
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

img,
picture {
    display: inline-block
}

button,
input {
    line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    background: transparent;
    border: 0;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

[disabled] {
    pointer-events: none
}

input[type=checkbox],
input[type=radio] {
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-indent: 0
}

hr {
    background: #000;
    border: 0;
    box-sizing: content-box;
    height: 1px;
    line-height: 0;
    margin: 0;
    overflow: visible;
    padding: 0;
    page-break-after: always;
    width: 100%
}

pre {
    font-family: monospace, monospace;
    font-size: 100%
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

small,
sub,
sup {
    font-size: 75%
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -5px
}

sup {
    top: -5px
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1;
    margin: 0;
    padding: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    outline: 0;
    padding: 0
}

legend {
    border: 0;
    color: inherit;
    display: block;
    max-width: 100%;
    white-space: normal;
    width: 100%
}

fieldset {
    min-width: 0
}

body:not(:-moz-handler-blocked) fieldset {
    display: block
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

template {
    display: none
}

*,
*:before,
*:after {
    box-sizing: border-box
}

body {
    position: static;
    background: #111822;
    background-attachment: fixed;
    font-size: 1rem;
}

body:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 320px;
    content: ""
}

.svg-preload,
.images-preload,
.promos-preload {
    position: absolute;
    z-index: -999;
    bottom: 0;
    left: -9999px
}

.hidden {
    display: none !important
}

.sr-only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0)
}

.btn {
    position: relative;
    z-index: 0;
    display: inline-flex;
    min-height: 2rem;
    box-sizing: border-box;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding: calc(.75rem + 2px) 1.5rem calc(.75rem - 1px);
    border: 1px solid var(--app-color-border);
    border-radius: 20px;
    background-color: var(--app-bg-button-base);
    color: var(--app-color-button-base);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    transition: .4s ease-in-out
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: var(--app-bg-button-base-hover);
    text-decoration: none
}

.btn .icon {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 8px;
    fill: var(--app-color-button-base);
    transition: .4s ease-in-out
}

.btn--small {
    padding: .25rem 1rem;
    font-size: .875rem
}

.btn--icon-only {
    padding: .75rem
}

.btn--icon-only .icon {
    margin: 0
}

@media (width <=1024px) {
    .btn--transparent {
        padding: 10px 25px
    }
}

.btn-top {
    display: flex;
    width: 3rem;
    height: 3rem;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: var(--app-color-accent);
    transition: .4s ease-in-out
}

.btn-top .icon {
    position: relative;
    top: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--app-color-bg-accent);
    transform: rotate(-90deg);
    transition: .4s ease-in-out
}

.btn-top.show {
    opacity: 1
}

.btn-top:hover .icon {
    top: -3px
}

.btn--accent {
    background-color: var(--app-bg-button-accent)
}

.btn--border {
    border: 1px solid var(--app-color-button-base);
    background-color: transparent
}

.content {
    color: var(--app-color-text);
}

/*.content *:first-child {
    margin-top: 0 !important
}

.content *:last-child {
    margin-bottom: 0 !important
}*/

/*.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    max-height: 1000000px;
    padding: 0;
    margin: 0 0 1.5rem;
    color: var(--app-color-accent);
    font-weight: 400;
    line-height: 1.1
}

.content h1 {
    font-size: 2.1rem
}

.content h2 {
    font-size: 1.9rem
}

.content h3 {
    font-size: 1.7rem
}

.content h4 {
    font-size: 1.5rem
}

.content h5 {
    font-size: 1.3rem
}

.content h6 {
    font-size: 1.1rem
}

.content p {
    margin: 0 0 1.5rem
}

.content a:not([class]) {
    color: var(--app-color-link)
}

.content ul:not([class]),
.content ul.wp-block-list {
    padding: 0 0 0 1rem;
    margin: 0 0 1.5rem;
    list-style: none
}

.content ul:not([class]) li,
.content ul.wp-block-list li {
    position: relative;
    padding: 0 0 .5rem 1.5rem;
    list-style-type: none;
    text-decoration: none
}

.content ul:not([class]) li:before,
.content ul.wp-block-list li:before {
    position: absolute;
    top: .4em;
    left: 0;
    width: .5em;
    border-radius: 50%;
    aspect-ratio: 1/1;
    background: var(--app-color-link);
    content: ""
}

.content ol:not([class]),
.content ol.wp-block-list {
    padding: 0 0 0 1rem;
    margin: 0 0 1.5rem;
    counter-reset: list 1;
    list-style: none
}

.content ol:not([class]) li,
.content ol.wp-block-list li {
    position: relative;
    padding: 0 0 .5rem 1.5rem;
    list-style: none;
    text-decoration: none
}

.content ol:not([class]) li:before,
.content ol.wp-block-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--app-color-link);
    content: counter(list) ". ";
    counter-increment: list;
    font-weight: 500
}*/

.content pre {
    margin-bottom: 2rem !important
}

.content code.inline {
    padding: 3px 5px;
    color: var(--app-color-text);
    font-size: .9rem
}

.content blockquote {
    padding: 0 0 0 2rem;
    border-left: 5px solid var(--app-color-accent);
    margin: 1rem 0 2rem;
    font-size: 1.1rem;
    font-style: italic
}

.content b {
    color: var(--app-color-heading);
    font-weight: 700
}

.modal {
    position: fixed;
    z-index: 999;
    display: none;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    color: var(--app-color-headings);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.modal:after {
    position: absolute;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: var(--app-bg-primary-75);
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.modal.active {
    display: flex
}

.modal__toggler>* {
    pointer-events: none
}

.modal__inner {
    position: relative;
    z-index: 1;
    padding: 1.5rem 1.25rem 1.25rem;
    border-radius: 20px;
    background: var(--app-bg-primary);
    text-align: center
}

.modal__title {
    display: block;
    margin-bottom: 20px;
    color: var(--app-color-text);
}

.modal__close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    display: flex;
    width: 2rem;
    height: 2rem;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: var(--app-bg-accent);
    text-decoration: none;
    transition: .2s ease-in-out
}

.modal__close .icon {
    width: 1rem;
    height: 1rem;
    fill: #fff
}

.modal__close:hover,
.modal__close:focus,
.modal__close:active {
    opacity: .6
}

@keyframes player-gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.wrapper {
    position: relative;
    display: grid;
    min-height: 100vh;
    flex-flow: column nowrap;
    background-size: cover;
    grid-template-rows: min-content auto min-content
}

.wrapper__container {
    overflow: hidden;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto
}

@media screen and (min-width: 1280px) {
    .wrapper__container {
        width: var(--app-container)
    }
}

.wrapper__content {
    position: relative;
    z-index: 2
}

.wrapper__footer {
    margin-top: 3rem;
    background-color: var(--app-bg-primary)
}

.section {
    margin: 0 0 .5rem
}

.container {
    display: grid;
    gap: .5rem
}
.container-desc {
    display: grid;
    gap: .5rem
}
@media screen and (min-width: 1024px) {
    .container {
        grid-template-columns: 14rem auto
    }
    .container--inverse {
        grid-template-columns: auto 14rem
    }
    .container-desc {
        grid-template-columns: auto 14rem
    }
}

@media screen and (min-width: 1280px) {
    .container {
        grid-template-columns: 20rem auto
    }
    .container--inverse {
        grid-template-columns: auto 20rem
    }
    .container-desc {
        grid-template-columns: auto 20rem
    }
}

.content-widget {
    padding: 1.125rem 1.5rem;
    border-radius: 20px;
    background-color: var(--app-bg-primary);
    height: fit-content;
}

.content-widget__title {
    margin: 0 0 1.25rem;
    color: var(--app-color-heading);
}

.header {
    margin: 0 0 1rem
}

.navbar {
    display: grid;
    grid-template-columns: auto max-content;
    padding-bottom: 8px;
}

@media screen and (min-width: 1280px) {
    .navbar {
        border-bottom: 1px solid rgba(255, 255, 255, .1333333333);
        grid-template-columns: 1fr max-content 1fr
    }
}

.navbar__logo {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between
}

@media screen and (min-width: 1280px) {
    .navbar__logo {
        order: 2;
    }
}

.navbar__search {
    display: none
}

@media screen and (min-width: 1280px) {
    .navbar__search {
        display: block
    }
}

.navbar-nav {
    position: fixed;
    z-index: 10;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background-color: var(--app-bg-primary);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate(-100%)
}

@media screen and (min-width: 1280px) {
    .navbar-nav {
        display: contents
    }
}

.navbar-nav__left,
.navbar-nav__right {
    width: 20rem
}

@media screen and (min-width: 1280px) {
    .navbar-nav__left,
    .navbar-nav__right {
        width: auto
    }
}

@media screen and (min-width: 1280px) {
    .navbar-nav__left {
        order: 1
    }
}

.navbar-nav__right {
    display: flex;
    flex-flow: row nowrap
}

@media screen and (min-width: 1280px) {
    .navbar-nav__right {
        justify-content: flex-end;
        order: 3
    }
}

.navbar-nav.active {
    transform: translate(0)
}

.navmenu {
    display: flex;
    flex-flow: column nowrap;
    padding: 1rem 0;
    margin: 0;
    gap: 2rem
}

@media screen and (min-width: 1280px) {
    .navmenu {
        flex-flow: row nowrap;
        gap: 16px
    }
}

.navmenu li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}

.navmenu a {
    position: relative;
    z-index: 0;
    display: flex;
    box-sizing: border-box;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0;
    color: var(--app-color-text);
    cursor: pointer;
    gap: .5rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: .4s ease-in-out
}

.navmenu a .icon {
    fill: var(--app-svg-icon-fill)
}

.navmenu a:hover,
.navmenu a:focus,
.navmenu a:active {
    color: var(--app-color-accent)
}

.navmenu__title {
    position: relative;
    top: 2px;
    font-family: var(--font-heading);

}

@media (min-width: 640px) {
    .navmenu .mobile-show {
        display: none
    }
}

.navbar-toggler {
    position: relative;
    z-index: 11;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

@media screen and (min-width: 1280px) {
    .navbar-toggler {
        display: none
    }
}

.navbar-toggler svg {
    fill: var(--app-svg-icon-fill)
}

.navbar-toggler svg:first-child {
    display: block
}

.navbar-toggler svg:last-child {
    display: none
}

.navbar-toggler.active svg:first-child {
    display: none
}

.navbar-toggler.active svg:last-child {
    display: block
}

.search-form {
    height: 100%
}

.search-form__toggler {
    height: 100%;
    aspect-ratio: 1/1
}

.search-form__field {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start
}

.search-form__input {
    display: block;
    width: max(320px, 100%);
    padding: .75rem 1rem;
    border: 1px solid var(--app-border);
    border-radius: .5rem;
    background: #eff6ff1a;
    color: #fff;
    font-size: .875rem;
    line-height: 1.25rem;
    cursor: pointer;
}

.search-form__input::-webkit-input-placeholder {
    color: #fff8
}

.search-form__input:-moz-placeholder {
    color: #fff8
}

.search-form__input::-moz-placeholder {
    color: #fff8
}

.search-form__input:-ms-input-placeholder {
    color: #fff8
}

.search-form__input:focus {
    border-color: #3b82f6
}

.search-form__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    font-size: .875rem;
    line-height: 1.25rem
}

.search-form svg {
    fill: var(--app-svg-icon-fill)
}

.search-form--active .search-form__form {
    max-width: 320px
}

.promo {
    text-align: center
}

.promo--side {
    margin-top: .5rem;
    text-align: center
}

.promo--top {
    margin: 0 0 .5rem
}

.promo--bottom {
    margin: .5rem 0
}

.logo {
    display: flex;
    border-radius: 0 0 20px 20px;
    background: var(--app-bg-logo)
}

.card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    aspect-ratio: 1/1;
    -webkit-mask-image: radial-gradient(#fff 72%, #fff 72%);
    mask-image: radial-gradient(#fff 72%, #fff 72%)
}

.card__image {
    display: contents
}

.card__thumb {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-mask-composite: source-out, source-in, xor;
    mask-composite: subtract, intersect;
    -webkit-mask-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #fff, #fff);
    mask-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-position: 0 100%, 0 calc(100% + 1px);
    mask-position: 0 100%, 0 calc(100% + 1px);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%, 85% 2rem;
    mask-size: 100% 100%, 85% 2rem
}

.card__content {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 85%;
    padding: .35rem .5rem 0;
    border-radius: 0 15px 15px;
    backface-visibility: hidden;
    font-family: var(--font-heading);
}

.card__title {
    overflow: hidden;
    padding: 0;
    color: var(--app-color-text);
    text-overflow: ellipsis;
    transition: transform .3s ease-in-out;
    white-space: nowrap
}

.card__overlay {
    position: absolute;
    z-index: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--app-bg-accent);
    border-radius: 15px;
    backface-visibility: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    text-decoration: none;
    transition: opacity .6s ease-in-out
}

.card__overlay:after {
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: #112a5dbf;
    content: ""
}

.card__play {
    padding: 0 0 .75rem;
    transition: transform .3s ease-in-out
}

.card--big {
    grid-column: span 2;
    grid-row: span 2
}

.card:hover .card__overlay {
    opacity: 1
}

.card:hover .card__play {
    opacity: 1;
    transform: translateY(0)
}

.card-play {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    color: var(--app-color-accent);
    gap: .5rem
}

.card-play svg {
    width: 2rem;
    height: 2rem;
    fill: var(--app-color-accent)
}

.games-box__title {
    color: var(--app-color-heading);
}

.games-box__items {
    display: grid;
    justify-content: center;
    margin: 0 auto;
    counter-increment: section;
    counter-reset: chapter;
    grid-auto-flow: row dense;
    grid-gap: var(--grid-gap-spacing);
    grid-template-columns: repeat(auto-fill,minmax(150px,1fr))
}

.games-box__pagination {
    margin-top: .5rem
}

.games-box-mini__title {
    color: var(--app-color-heading);
}

.games-box-mini__items {
    display: grid;
    grid-gap: var(--grid-gap-spacing);
    grid-template-columns: repeat(auto-fill, var(--grid-template-columns-mini))
}

@media screen and (min-width: 1280px) {
    .games-box-mini__items {
        grid-template-areas: ". . big big . . ." ". . big big . . ."
    }
}

@media screen and (min-width: 1280px) {
    .games-box-mini .card:nth-of-type(3) {
        grid-area: big
    }
}

.games-side {
    padding: 1.125rem 1.5rem;
    border-radius: 20px;
    background-color: var(--app-bg-primary)
}

.games-side__title {
    color: var(--app-color-heading);font-size: 24px;
}

.games-side__items {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem
}

.game-side {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 1rem
}

.game-side__thumb {
    width: 55px;
    flex: none;
    border-radius: 20px;
    aspect-ratio: 1/1
}

.game-side__title {
    overflow: hidden;
    color: var(--app-color-heading);
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-heading);
}

.game-side__title:after {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.game-side:hover .game-side__title {
    color: var(--app-color-accent)
}

.games-side-box {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(auto-fill,minmax(100px,1fr))
}

@media (min-width: 1024px) {
    .games-side-box {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width: 1280px) {
    .games-side-box {
        grid-template-columns: repeat(3, 1fr)
    }
}

.game-side-box {
    position: relative;
    overflow: hidden;
    max-width: 200px;
    border-radius: 15px;
    aspect-ratio: 1/1
}

.game-side-box__image {
    display: contents
}

.game-side-box__thumb {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover
}

.game-side-box__content {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: .5rem;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.game-side-box__title:after {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.games-top {
    padding: 1.2rem;
    border-radius: 20px;
    background-color: var(--app-bg-accent)
}

.games-top__title {
    margin: 0 0 1.25rem;
    color: var(--app-color-heading);
    font-size: 24px;
    font-weight: 600;
    font-family: var(--font-heading);
}

.games-top__items {
    display: grid;
    gap: var(--grid-gap-spacing);
    grid-template-columns: repeat(3, 1fr)
}

@media screen and (min-width: 768px) {
    .games-top__items {
        grid-template-columns: repeat(5, 1fr)
    }
}

@media screen and (min-width: 1024px) {
    .games-top__items {
        grid-template-columns: repeat(7, 1fr)
    }
}

.section-title {
    color: var(--app-color-heading);
    font-family: FjallaOne, sans-serif;
}

@media screen and (min-width: 1280px) {
    .section-title {
        font-size: 3.438rem
    }
}

.pagination {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    text-align: center
}

.pagination ul {
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
    margin: 0;
    gap: .5rem;
    list-style: none
}

.pagination a,
.pagination span {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: calc(.75rem + 1px) 1.375rem calc(.75rem - 1px);
    border: 1px solid var(--app-color-accent);
    border-radius: 15px;
    background-color: var(--app-bg-primary-75);
    color: var(--app-color-text);
    cursor: pointer;
    text-decoration: none;
    transition: .4s ease-in-out
}

.pagination a .icon,
.pagination span .icon {
    width: 1.375rem;
    height: 1.375rem;
    fill: var(--app-color-text)
}

.pagination a.next,
.pagination a.prev,
.pagination span.next,
.pagination span.prev {
    padding: calc(.75rem + 1px) 1rem calc(.75rem - 1px)
}

.pagination a:active,
.pagination a:focus,
.pagination a:hover,
.pagination span.current {
    background-color: var(--app-color-accent);
    color: var(--app-bg)
}

.pagination a:active .icon,
.pagination a:focus .icon,
.pagination a:hover .icon,
.pagination span.current .icon {
    fill: var(--app-bg)
}

.breadcrumbs {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: .5rem
}

.breadcrumbs__item a {
    color: var(--app-color-link);
    text-decoration: none;
    transition: .4s ease-in-out
}

.breadcrumbs__item a:hover,
.breadcrumbs__item a:focus,
.breadcrumbs__item a:active {
    color: var(--app-color-text)
}

.breadcrumbs__item a:hover,
.breadcrumbs__current,
.breadcrumbs__delimiter {
    color: var(--app-color-text)
}

.vote-block {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.vote-block__info {
    position: relative;
    display: block;
    padding-top: 4px;
    color: var(--app-color-text);
}

.vote-block span.rating-text {
    display: block;
    margin-top: 7px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 1
}

.vote-block span.rating-text b {
    font-size: 14px
}

.vote-block .rating {
    display: flex;
    flex-flow: row-reverse nowrap;
    padding: 0;
    margin: 0 10px 0 0;
    background: none !important;
    list-style: none;
    vertical-align: middle
}

.vote-block .rating:hover li {
    cursor: pointer
}

.vote-block .rating:hover li .icon {
    fill: #fff !important
}

.vote-block.disabled {
    cursor: auto;
    pointer-events: none
}

.vote-block .rating li {
    display: block;
    margin-bottom: 0 !important;
    cursor: pointer
}

.vote-block .rating li .icon {
    width: 2rem;
    height: 2rem;
    fill: var(--app-color-rating-default);
    pointer-events: none
}

.vote-block .rating li.current .icon,
.vote-block .rating li.current~li .icon {
    fill: var(--app-color-rating-current)
}

.vote-block .rating li:hover .icon,
.vote-block .rating li:hover~li .icon,
.vote-block .rating li:hover~li.current .icon {
    fill: orange !important
}

.vote-block ol.rating {
    position: relative;
    padding: 0 !important
}

.vote-block ol.rating li {
    position: relative;
    z-index: 2;
    cursor: default;
    font-size: 0
}

.vote-block--small .rating li .icon {
    width: .75rem;
    height: .75rem;
    fill: var(--app-color-rating-default)
}

.single-head {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0 0 1rem;
    gap: 1rem
}

.single-head__icon {
    width: 3.25rem;
    border-radius: 15px;
    aspect-ratio: 1/1
}

.single-head__title {
    color: var(--app-color-heading);
    font-size: 36px;
    font-weight: 700;
}

.single-head__rating {
    padding-left: 1rem
}

.flash-container {
    position: relative;
    display: flex;
    min-height: 120px;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: var(--app-bg-primary-75);
    text-align: center
}

.flash-container__message {
    color: #fff
}

.flash-container>noindex,
.flash-container>p,
.flash-container object,
.flash-container iframe {
    display: block;
    margin: 0 auto
}

.flash-container.fullscreen {
    border: none;
    background: #fff;
    text-align: center
}

.flash-container.fullscreen noindex,
.flash-container.fullscreen p,
.flash-container.fullscreen object,
.flash-container.fullscreen embed,
.flash-container.fullscreen iframe {
    width: 100%;
    height: 100%
}

.game-placeholder {
    position: relative;
    z-index: 2;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: min(50vh, 560px);
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    animation: player-gradient 30s ease 0s infinite normal none running
}

.game-placeholder__bg {
    width: 100%;
    height: auto;
    filter: blur(40px);
    -o-object-fit: cover;
    object-fit: cover
}

.game-placeholder__content {
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.game-placeholder__start {
    display: flex;
    width: 130px;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    aspect-ratio: 1/1;
    color: #fff;
    gap: .5rem;
    background: #384456;
    background: linear-gradient(45deg, #384456, #5364bb) 0 0/100% 100%
}

.game-placeholder__start .icon {
    width: 4rem;
    height: 4rem;
    fill: #fff
}

.game-meta {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: .75rem;
    border-radius: 20px;
    margin: 1rem 0 0;
    background-color: var(--app-bg-accent)
}

.game-meta__actions {
    display: flex;
    flex-flow: row nowrap;
    margin-left: auto;
    gap: 2rem
}

.game-meta__actions>*:not(:last-child) {
    position: relative
}

.game-meta__actions>*:not(:last-child):after {
    position: absolute;
    top: 3px;
    right: -1rem;
    bottom: 3px;
    width: 1px;
    background-color: #fff;
    content: ""
}

.game-meta__btn {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center
}

.game-meta__btn .icon {
    width: 34px;
    height: 34px;
    fill: #fff
}

.game {
    margin: 0 0 1rem
}

.shares__toggler {
    position: relative;
    z-index: 0;
    cursor: pointer
}

.shares__toggler .icon {
    position: relative;
    transition: .4s ease-in-out
}

.shares__toggler:after {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.shares .shareon {
    display: flex;
    gap: .5rem
}

.shares .shareon>* {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 15px;
    margin: 0
}

.shares .shareon>*:before {
    position: static
}

.tags {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-flow: row wrap;
}

.tag__link {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: .375rem 1rem;
    border: 1px solid var(--app-color-border);
    border-radius: 15px;
    background-color: var(--app-bg-primary);
    color: #fff;
    gap: .5rem;
    font-family: var(--font-heading);
    text-decoration: none
}
.tag__link:hover{
    background-color: var(--app-color-accent);
    color: var(--app-bg-primary);
}
.tag__icon {
    width: 2rem;
    aspect-ratio: 1/1
}

.tag__title {
    padding: 2px 0 0
}

.footer {
    font-family: Fredoka, sans-serif;
}

.footer__top {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1333333333)
}

.footer__bottom {
    padding: .65rem 0 .5rem
}

.copyright {
    overflow: hidden;
    color: var(--app-color-heading);
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap
}

.footmenu {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 1rem 0;
    margin: 0;
    gap: 24px
}

.footmenu li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}

.footmenu a {
    position: relative;
    z-index: 0;
    display: flex;
    box-sizing: border-box;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0;
    color: var(--app-color-text);
    cursor: pointer;
    gap: .5rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: .4s ease-in-out
}

.footmenu a .icon {
    fill: var(--app-svg-icon-fill)
}

.footmenu a:hover,
.footmenu a:focus,
.footmenu a:active {
    color: var(--app-color-link)
}

@media (min-width: 640px) {
    .footmenu .mobile-show {
        display: none
    }
}


:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, #00000080, #0000)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.btn_up {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: var(--app-color-accent);
    width: 40px;
    height: 40px;
    border-radius: .75rem;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
}

.show {
    display: block;
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}

select.classic {
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23fff' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 7px;
    background-color: #0c1a32;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.5em;
    padding: 0.5em 1.4em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: inherit;
    font-size: 14px;
    border: 2px solid #465162;
    outline: 0;
    height: fit-content;
    margin-left: auto;
}

select.classic:focus {
    background-color: #0c1a32;
    color: #fff;
    outline: 0;
}
/*player button control*/
.player-footer, .blur_dialog, .contact-popup {
    --shadow-2: 0px 6px 30px rgba(0, 0, 0, .05);
    --box-bg-color: #1a1f32;
    --btn-control: #03010129 ;
    --btn-control-hover: #d1ac07;
    --color-primary: #fff;
    --btn-text-extent: #030712;
    --text-btn-control: #0a0a1a;
    --text-btn-control-hover: #fff;
    --border-btn: #ffffff3d;
    --color-content-popup: #fff;
    --color-heading-popup: #80e27e;
}
.player-footer {
    border-radius: 8px;
    position: relative;
    margin: 12px 0 0;
    box-shadow: var(--shadow-2);
    width: 100%;
    background-color: var(--box-bg-color);
}
.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;
    font-family: var(--font-heading);
    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 0.3s;
    border-radius: 12px;
    box-shadow: var(--shadow-2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.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: #fff;
    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: #fff;
        opacity: 1;
    }
    .g-footer__button:hover .g-footer__button-title_first {
        opacity: 0;
    }
    .g-footer__button:hover {
        transform: translateY(-3px);
        background: var(--btn-control-hover) !important;
        color: var(--text-btn-control-hover);
    }
}
.g-footer__button:hover .svg-icon {
    transform: rotate(-5deg);
}
.g-footer__button.voted, .g-footer__button.active {
    transform: translateY(-3px);
    background: var(--btn-control-hover)  !important;
    color: var(--text-btn-control-hover);
}
/* =======popup========== */
.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, 0.3);
    border-radius: 8px 0 0 ;
    border: 1px solid var(--border-card);
    z-index: 1001;
    transition: right 0.3s ease-in-out;
}
.blur_dialog.active, .contact-popup.show {
    right: 0px;
}
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: transparent;
    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;
}
/* Popup container */
.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 0px 5px 0;
    width: 100%;
}
.contact-select:focus-visible {
    outline: 0;
}
select.contact-select::-ms-expand {
    display: none;
}
.error_form_contact, .error-message-email {
    font-size: 0.9em;
    color: var(--high-light);
    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: 100%;
}
.content_inner_popup {
    padding-bottom: 100px;
}

.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-heading-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-heading-popup);
}
.content_inner_popup p:not([class]) {
    margin-bottom: 10px;
}
.check_box_contact {
    background-color: #fff;
    border: 3px solid var(--border-btn);
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 16px;
    margin: 0;
    width: 16px;
}
.form_contact {
    background: transparent;
    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%;
}
.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: white;
    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: 4px;
    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;
}
.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: var(--btn-control);
    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; /* Green background */
    color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 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 / 0.15);
    animation: show_toastt 1s ease forwards;
    z-index: 9999;
}
@keyframes show_toastt {
    0% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(10%);
    }
    80%, 100% {
        transform: translateX(20px);
    }
}
.notification-success.hide {
    animation: hide_toastt 1s ease forwards;
}
@keyframes hide_toastt {
    0% {
        transform: translateX(20px);
    }
    40% {
        transform: translateX(10%);
    }
    80%, 100% {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-100%);
    }
}
.notification-success .toastt {
    border-radius: 10px;
    border-left: 5px solid #2ecc71;
    background: #fff;
    padding: 8px 12px;
    box-shadow: 1px 7px 14px -5px rgb(0 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;
}
.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;
}

/* ======================================== */

.frame-box-game iframe {
    min-height: 520px;
}

@media (max-width: 1370px) {
    .frame-box-game iframe {
        min-height: 500px;
    }
}

@media (max-width: 991px) {
    .player-footer__inner {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
}

.s_titleControl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .s_titleControl {
        flex-direction: column;
        gap: 0;
    }
}

.show_content {
    position: absolute;
    /*width: 100%;*/
    /*bottom: 16px;*/
    display: flex;
    align-items: flex-end;
    z-index: 12;
   /* height: 50px*/
}

.ShowMore_button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: 0 0;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 14px;
    width: fit-content;
    cursor: pointer;
    font-family: Fredoka, sans-serif;;
    gap: 12px;
    padding: 6px 0
}

.s_content {
    font-family: Fredoka, sans-serif;
}

.s_content h2:not([class]){
    font-size: 24px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    margin-bottom: 8px;
    color: var(--app-color-accent);
    font-family: FjallaOne, sans-serif;
}

.s_content h3:not([class]), .s_content h4:not([class]) {
    margin-bottom: 8px;
    font-size: 20px;
    color: var(--app-color-accent);
    font-weight: 700;
    font-family: FjallaOne, sans-serif;
}

.s_content ol:not([class]), .s_content ul:not([class]) {
    padding-left: 24px;
    margin-bottom: 8px
}

.s_content ul:not([class]) li, .s_content ol:not([class]) li {
    color: #7a7d8f;
    list-style: disc;
    margin-bottom: 4px
}

.s_content a:not([class]) {
    color: var(--app-color-accent);
    text-decoration: underline
}

.s_content a:not([class]):hover {
    text-underline-offset: 3px
}

.s_content p:not([class]), .sub_description p:not([class]) {
    color: #7a7d8f;
    margin-bottom: 10px
}

.carousel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 12px;
}

.carousel-heading__left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.carousel-heading__left h3 {
    margin: 0;
}

.link--more {
    text-decoration: none;
    color: #fff;
}
.link--more:hover{
    color var(--app-color-accent)
}
.action-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
}

.action-button button.swiper-button-disabled {
    opacity: .4;
    color: #545454;
}

.action-button button:first-child {
    border-radius: 6px 0 0 6px;
    border-right: 0;
}

.action-button button:last-child {
    border-radius: 0 6px 6px 0;
}

.action-button button {
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    color: #fff;
    transition: background .2s;
    border: 1px solid #ccc;
    background-color: transparent;
}

.py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.categories-list__inner {
    display: grid;
    grid-gap: .625rem;
    grid-auto-rows: auto;
    grid-auto-flow: dense;
}

@media screen and (min-width: 100px) {
    .categories-list__inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 376px) {
    .categories-list__inner {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 700px) {
    .categories-list__inner {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 1024px) {
    .categories-list__inner {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media screen and (min-width: 1216px) {
    .categories-list__inner {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media screen and (min-width: 1408px) {
    .categories-list__inner {
        grid-template-columns: repeat(6, 1fr);
    }
}


.tag-card {
    display: flex;
    overflow: hidden;
    padding: 8px;
    height: 4.375rem;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    background: #fff;
    /*box-shadow: 4px 4px 20px 0 rgba(10, 148, 228, .5);*/
    transform: scale(1) translateZ(0);
    transition: transform 86ms cubic-bezier(.25,.46,.45,.94), box-shadow 86ms cubic-bezier(.25,.46,.45,.94);
    width: 85%;
    text-decoration: none;
    border: 2px solid transparent;
}

.tag-card img {
    height: 100%;
    width: 30%;
    object-fit: contain;
    border-radius: 15px;
}

.tag-card span {
    padding: 0 8px;
    color: #4a4a4a;
    width: 85%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: transform .3s ease-in-out;
    overflow: hidden;
}

.heading-title {
    margin: 0 !important;
}

.tag-card:hover {
    border: 2px solid var(--app-bg-accent);
}

.view-more {
    display: flex;
    justify-content: center;
}

.more-game {
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: calc(.75rem + 1px) 1.375rem calc(.75rem - 1px);
    border: 1px solid var(--app-color-accent);
    border-radius: 15px;
    background-color: var(--app-bg-primary);
    color: var(--app-color-text);
    cursor: pointer;
    text-decoration: none;
    transition: .4s ease-in-out;
    margin-top: 16px;
}

.more-game:hover {
    background: var(--app-color-accent);
}

.list_category {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-flow: row wrap;
}

.cat_item {
    padding: 8px 16px;
    border: 1px solid var(--app-color-accent);
    border-radius: 15px;
    background-color: var(--app-bg-primary-75);
    color: var(--app-color-text);
    cursor: pointer;
    text-decoration: none;
    transition: .4s ease-in-out;
    background: #1d1e2229;
}

.cat_item:hover {
    background: var(--app-color-accent);
}

.description__body p {
    color: #fff;
}

.game_title {
    display: flex;
    align-items: baseline;
    gap: 16px;
}

.card-play__title,
.games-side__title {
    font-family: FjallaOne, sans-serif;
}

.page_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 989;
    background-color: rgba(0, 0, 0, .75)
}

.loading_page {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    margin: 12px auto;
    z-index: 99
}

.loader {
    width: 65px;
    aspect-ratio: 1;
    position: relative
}

.loader:after, .loader:before {
    content: "";
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 0 0 3px inset #fff;
    animation: 2.5s infinite l4
}

.loader:after {
    animation-delay: -1.25s
}

@keyframes l4 {
    0%, 100% {
        inset: 0 35px 35px 0
    }
    12.5% {
        inset: 0 35px 0 0
    }
    25% {
        inset: 35px 35px 0 0
    }
    37.5% {
        inset: 35px 0 0 0
    }
    50% {
        inset: 35px 0 0 35px
    }
    62.5% {
        inset: 0 0 0 35px
    }
    75% {
        inset: 0 0 35px 35px
    }
    87.5% {
        inset: 0 0 35px 0
    }
}

.next_btn:hover,
.prev_btn:not(disabled):hover {
    background: var(--app-color-accent);
}

.action-button button.swiper-button-disabled:hover {
    background: transparent !important;
}
@media screen and (max-width: 1024px) {
     .container--inverse,.container-desc{
		 display: block;
	 }
}