html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: #fff0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[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;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    min-height: 100vh;
}

html.overlayed {
    overflow: hidden;
    height: 100%;
}

html.overlayed body {
    overflow: hidden;
    height: 100%;
}

body {
    width: 100%;
    margin: 0 auto;
    font-family: "Fredoka", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--color-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-body-bg-image);
    position: relative;
    overflow-x: hidden;
}

body .site {
    position: relative;
}

body.overlayed {
    overflow: hidden;
}

button {
    cursor: pointer;
}

p {
    padding: 0;
    margin: 0;
    max-height: 1000000px;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0 0 15px;
    max-height: 1000000px;
    line-height: 1.2;
}

h1:not([class]) {
    font-weight: 600;
    font-size: 2.5rem;
}

h2:not([class]) {
    font-weight: 600;
    font-size: 2rem;
}

h3:not([class]) {
    font-weight: 600;
    font-size: 1.5rem;
}

h4:not([class]) {
    font-weight: 600;
    font-size: 1.125rem;
}

li, ol, ul {
    max-height: 1000000px;
}

div {
    max-height: 1000000px;
}

svg {
    display: block;
}

a:not([class]) {
    color: #2a4eb4;
    display: inline-block;
    text-decoration: none;
    line-height: 1.2;
}

a:not([class]):hover {
    text-decoration: none;
    border-color: #fff0;
}

.form-input {
    outline: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: var(--color-primary);
    font-family: inherit;
}

.form-input::-webkit-input-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    font-family: "Fredoka", sans-serif;
}

.form-input:-moz-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    font-family: "Fredoka", sans-serif;
}

.form-input::-moz-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    font-family: "Fredoka", sans-serif;
}

.form-input:-ms-input-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
    font-family: "Fredoka", sans-serif;
}

.form-input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form-input:focus:-moz-placeholder {
    opacity: 0;
}

.form-input:focus::-moz-placeholder {
    opacity: 0;
}

.form-input:focus:-ms-input-placeholder {
    opacity: 0;
}

.form-textarea {
    resize: none;
    height: 65px;
}

@media (max-width: 991px) {
    h1:not([class]) {
        font-size: 1.6rem;
    }

    h2:not([class]) {
        font-size: 1.4rem;
    }

    h3:not([class]) {
        font-size: 1.2rem;
    }
}

.section {
    margin: 0 0 12px;
}

.heading__title {
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--color-primary);
    margin: 0;
}

.img-fluid {
    max-width: 100%;
    display: block;
}

.noscroll {
    overflow: hidden;
}

.page-content {
    position: relative;
}

.counters {
    display: none;
}

.hidden {
    display: none !important;
}

.text--center {
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 0.5);
    display: none;
    z-index: 99;
}

body.menu-opened {
    overflow: hidden;
}

body.menu-opened .overlay {
    display: block;
}

body.menu-opened .page-layout {
    -webkit-transform: translate3d(315px, 0, 0);
    transform: translate3d(315px, 0, 0);
}

.svg-preload, .images-preload, .promos-preload {
    position: absolute;
    bottom: 0;
    left: -9999px;
    z-index: -999;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 952px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 698px;
    }
}

@media (max-width: 727px) {
    .container {
        max-width: 440px;
    }
}

.site__content {
    padding-bottom: 60px;
    position: relative;
}

.site__footer {
    padding: 12px 24px;
}

.content p {
    margin: 0 0 10px;
}

.content *:first-child {
    margin-top: 0;
}

.content *:last-child {
    margin-bottom: 0;
}

.content__image {
    float: right;
    margin: 0 0 30px 40px;
}

.content ol {
    counter-reset: list 1;
    padding-left: 1rem;
}

.page-content {
    margin-bottom: 35px;
}

@media (max-width: 1200px) {}

.search-form {
    display: block;
    position: relative;
    border: 2px solid var(--search-border);
    border-radius: 7px;
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    z-index: 99;
    background: var(--bs-body-bg);
}

.search-form__button {
    display: block;
    width: 36px;
    height: 36px;
}

.search-form__button.active {
    z-index: 10;
    position: relative;
    background-position: -162px -84px;
}

.search-form__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;
}

.search-form__input {
    width: 150px;
    padding: 6px 8px 6px 8px;
    line-height: 1;
    color: var(--color-primary);
    background: #fff0;
    border: 0;
}

.search-form__input::-webkit-input-placeholder {
    color: var(--color-primary);
    opacity: 0.5;
}

.search-form__input:-moz-placeholder {
    color: var(--color-primary);
    opacity: 0.5;
}

.search-form__input::-moz-placeholder {
    color: var(--color-primary);
    opacity: 0.5;
}

.search-form__input:-ms-input-placeholder {
    color: var(--color-primary);
    opacity: 0.5;
}

.search-form__input:focus {
    outline: none;
}

.search-form__input:focus::-webkit-input-placeholder {
    opacity: 1;
}

.search-form__input:focus:-moz-placeholder {
    opacity: 1;
}

.search-form__input:focus::-moz-placeholder {
    opacity: 1;
}

.search-form__input:focus:-ms-input-placeholder {
    opacity: 1;
}

.search-form__btn {
    outline: none;
    border: 0;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 10px;
    z-index: 1;
    color: var(--color-primary);
    background: #fff0;
}

.search-form__btn .icon {
    fill: currentColor;
}

.search-form__btn:focus, .search-form__btn:hover, .search-form__btn:active {
    outline: none;
}

@media (max-width: 768px) {
    .search-form__input {
        width: 100%;
    }
}

.h-right {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: var(--header-bg);
    box-shadow: var(--shadow-1);
    margin: 0 0 12px;
    border-bottom: 1px solid var(--border-btn);
}

.header__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;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
}

.header__left {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.header__right {
    /*max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;*/
}

/*
@media (max-width: 1199px) {
    .header__left {
        display: none;
    }
}
*/

@media (max-width: 991px) {

    .header__center, .header__right {
        max-width: 100%;
        flex: unset;
    }

    .header__left {
        flex: 1
    }

    .logo {
        flex: 1;
    }
}

.header__center {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.menu_mobile {
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    height: fit-content;
}

.logo img {
    margin: 0 auto;
    max-width: 148px;
    height: auto;
    width: 100%;
}

.menu-toggle {
    display: block;
    width: 25px;
    height: 20px;
    background-color: #fff0;
    border: none;
    cursor: pointer;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: right;
    font-size: 0;
}

.menu-toggle__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 44px;
    height: 44px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.menu-toggle__check {
    display: none;
}

.menu-toggle__item {
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    display: inline-block;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.menu-toggle__item:nth-of-type(1) {
    width: 50%;
}

.menu-toggle__item:nth-of-type(2) {
    width: 75%;
}

.menu-toggle__item:nth-of-type(3) {
    width: 100%;
}

.menu-toggle:hover .menu-toggle__item, .menu-toggle:focus .menu-toggle__item {
    width: 100%;
}

.menu-toggle__wrapper.active .menu-toggle__item {
    width: 100%;
}

.menu-toggle__wrapper.active .menu-toggle__item--1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    position: relative;
}

.menu-toggle__wrapper.active .menu-toggle__item--2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-toggle__wrapper.active .menu-toggle__item--3 {
    display: none;
}

.menu-toggle__wrapper.active .menu-toggle__item {
    width: 100%;
}

.popup-menu {
    background: #002144;
    position: absolute;
    z-index: 1000;
    top: 100%;
    right: 0;
    padding: 10px 25px 10px 20px;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 7px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.popup-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    list-style: none;
    padding: 0;
    margin: 0 -17px 20px;
}

.popup-menu a {
    color: #f7f6fc;
}

.popup-menu a:hover {
    color: #2a4eb4;
}

.d-block-mobile {
    display: none;
}

@media (max-width: 1199px) {
    .popup-menu {
        display: block;
    }
}

.popup-menu.active {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.menu__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;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu__link {
    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;
    color: var(--color-menu);
    font-weight: 500;
    text-decoration: none;
    padding: 6px 12px;
    position: relative;
    z-index: 0;
    line-height: normal;
    gap: 4px;
}

.menu__link img {
    max-width: 24px;
    object-fit: contain;
}

.menu__link:hover {
    color: var(--high-light);
}

.menu__link:hover::after {
    opacity: 1;
}

.menu__icon {
    width: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
}

.menu--left {
    display: block;
}

@media (max-width: 1199px) {
    .menu--left {
        display: none;
    }
}

.menu--mobile {
    display: none;
}

.menu--mobile .menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.menu--mobile .menu__link {
    white-space: nowrap;
    color: #f7f6fc;
}

@media (max-width: 1199px) {
    .menu--mobile {
        display: block;
    }
}

.menu--footer .menu__link {
    opacity: 0.65;
}

.menu--footer .icon {
    display: none;
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    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;
    height: 100%;
    padding: 40px 50px;
    position: relative;
}

.banner__heading {
    display: block;
    color: var(--color-primary);
    text-decoration: none;
    margin-bottom: 20px;
}

.banner__heading::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner__title {
    display: block;
    font-size: 2.188rem;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 30px;
    position: relative;
}

.banner__title::before {
    content: "";
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ff0100;
    border-radius: 3px;
}

.banner__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    border-radius: 7px;
}

.banner__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner__bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(153 113 35 / 0.9);
    background: -webkit-gradient(linear, left top, right top, from(rgb(153 113 35 / 0.5)), color-stop(35%, rgb(153 113 35 / 0.8)), to(#002144));
    background: linear-gradient(90deg, rgb(153 113 35 / 0.5) 0%, rgb(153 113 35 / 0.8) 35%, #002144 100%);
}

.banner__content {
    font-weight: 100;
    max-width: 75%;
}

@media (max-width: 1199px) {
    .banner__title {
        font-size: 1.6rem;
    }
}

@media (max-width: 991px) {
    .banner {
        padding: 30px;
    }

    .banner__content {
        max-width: 100%;
    }
}

.banner-big {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    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;
    height: 100%;
    padding: 0 50px;
    position: relative;
    z-index: 0;
}

.banner-big__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    border-radius: 7px;
    filter: blur(9px);
}

.banner-big__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner-big__bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(153 113 35 / 0.9);
    background: linear-gradient(264deg, #000000 0%, rgb(0 0 0 / 80%) 35%, #00000000 100%);
}

.banner-big__pers {
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
}

.banner-big__pers a {
    color: var(--color-primary);
}

.banner-big__pers img {
    width: 250px;
    object-fit: contain;
    border-radius: 8px;
}

.banner-big__pers a::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner-big__right {
    max-width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
}

.banner-big__title {
    font-size: 2.188rem;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

.banner-big__title::before {
    content: "";
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ff0100;
    border-radius: 3px;
}

.banner-big__content {
    font-weight: 100;
}

@media (max-width: 1199px) {
    .banner-big {
        padding: 30px;
    }

    .banner-big__title {
        font-size: 1.6rem;
    }

    .banner-big__pers {
        display: none;
    }
}

.banner-small {
    border-radius: 7px;
    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;
    padding: 10px;
    position: relative;
    margin: 0 0 20px;
    overflow: hidden;
    justify-content: space-between;
}

.banner-small__pers {
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.banner-small__pers img {
    border-radius: 7px;
}

.banner-small__pers a {
    color: var(--color-primary);
}

.banner-small__pers a::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner-small__bg {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.banner-small::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(1 0 0 / 0.8);
    z-index: -1;
}

.banner-small__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 30px;
    position: relative;
}

.banner-small__title::before {
    content: "";
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ff0100;
    border-radius: 3px;
}

.banner-small__content {
    font-weight: 100;
}

.banner-small--last {
    margin: 0;
}

.banner-small--last::before {
    background: rgb(196 192 99 / 0.8);
}

.banner-small--last .banner-small__title::before {
    background: #2a897c;
}

@media (max-width: 1199px) {
    .banner-small__pers {
        margin-left: auto;
    }
}

.banners__columns {
    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;
    margin: 0 -10px;
}

.banners__column {
    padding: 0 10px;
}

.banners__column--left {
    max-width: 66.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
}

@media (max-width: 1199px) {
    .banners__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .banners__column {
        max-width: 100%;
        margin: 0 0 20px;
    }

    .banners__column:last-child {
        margin: 0;
    }
}


.card {
    background: var(--item-background);
    border-radius: 7px;
    max-width: 240px;
    width: 100%;
    height: fit-content;
    box-shadow: var(--shadow-2);
    border: 1px solid var(--border-card);
    position: relative;
}

.card__overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
}

.card__inner {
    pointer-events: auto;
    position: relative;
    z-index: 4;
    text-decoration: none;
    display: block;
}

.card__thumb {
    overflow: hidden;
    border-radius: 7px 7px 0 0;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    aspect-ratio: 20 / 13;
}

.card__thumb,
.card__thumb * {
    pointer-events: none;
}

.grid_2x2 .card__thumb {
    aspect-ratio: 176 / 118;
    display: block;
}

.card__square .card__thumb {
    aspect-ratio: 1;
}

.card__thumb img {
    width: 100%;
}

.card .card__thumb img {
    /*max-width: 200px;*/
    display: block;
    height: auto;
    object-fit: cover;
}

.grid_2x2 .card__thumb img {
    max-width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 7px 7px 0 0;
}

.card__heading {
    line-height: normal;
    max-width: 150px;
    padding: 8px 12px 8px 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card__title {
    display: block;
    color: var(--color-primary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card__title::after {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.card__rating {
    color: var(--color-primary);
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 4px;
    border-radius: 7px;
    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;
    background: var(--bs-body-bg);
    box-shadow: var(--shadow-1);
    z-index: 1;
    pointer-events: none;
}

.card:hover {
    background: var(--card-hover);
    border-color: var(--high-light);
}

.card_active {
    border-color: var(--high-light);
}

.card:hover .card__overlay {
    top: 0;
}

.card:hover .card__title {
    color: var(--color-light);
}

.pagination ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row wrap;
    justify-content: center;
    margin: 30px 0 0 0;
    list-style: none;
    gap: 3px;
}

.pagination li {
    padding: 0;
}

.pagination a, .pagination span {
    font-weight: 500;
    position: relative;
    z-index: 0;
    display: block;
    padding: 0 5px;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    min-width: 42px;
    height: 42px;
    line-height: 42px;
    opacity: 1;
    margin: 0 3px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--bg-paging);
    color: var(--color-primary);
}

.pagination a::after, .pagination span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background: var(--high-light);
}

.pagination a:hover, .pagination a.current, .pagination span:hover, .pagination span.current {
    color: #fff;
}

.pagination a:hover::after, .pagination a.current::after, .pagination span:hover::after, .pagination span.current::after {
    opacity: 1;
}

.pagination .next {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination .next .icon {
    fill: #2a4eb4;
}

.pagination .prev {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination .prev .icon {
    fill: #2a4eb4;
}

.games-grid__items {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    grid-auto-flow: row dense;
    justify-content: center;
}

.games-grid__items.small {
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
}

.games-grid__item {
    /*padding: 0 10px;
    margin: 0 0 20px;
    max-width: 50%;*/
}

.games-grid__title {
    margin: 0 0 20px;
}

@media (min-width: 1200px) {}

@media (max-width: 500px) {
    .games-grid__items {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

/* Bottom Menu Slider */
.navbar_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--background-color, #1a1a2e);
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    z-index: 999;
    padding: 8px 0;
    display: none;
}

@media (max-width: 991px) {
    .navbar_bottom {
        display: block;
    }
}

.menu-bottom-slider {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    margin: 0 auto;
}

.menu-bottom-slider .swiper-container {
    padding: 0 20px;
}

.menu-bottom-slider .swiper-wrapper {
    display: flex;
    align-items: center;
}

.menu-bottom-slider.centered-mode .swiper-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.menu-bottom-slider.centered-mode .swiper-wrapper {
    justify-content: center;
}

.menu-bottom-slider .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

.menu-bottom__link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    color: var(--color-primary);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--border-btn);
}

.menu-bottom__link:hover {
    background: var(--bg-btn-action-hover);
    color: var(--color-light);
}

.menu-bottom__icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.menu-bottom__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side-popular__items {
    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;
    margin: 0 -15px;
}

.side-popular__item {
    margin: 0 0 20px;
    padding: 0 10px;
    max-width: 50%;
}

.side-popular__title {
    color: var(--color-primary);
    font-size: 1.563rem;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: center;
    display: flex;
}

@media (max-width: 1199px) {
    .side-popular__item {
        max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
    .side-popular__item {
        max-width: calc((100% - 10px) / 2);
        margin-bottom: 10px;
        padding: 0;
    }

    .side-popular__items {
        margin: 0
    }

    .side-popular__item:nth-child(2n+1) {
        margin-right: 10px;

    }
}

.carousel {
    position: relative;
}

.carousel__nav {
    position: absolute;
    top: 0;
    width: 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 11;
    background: var(--nav-slide-btn);
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.slide-recent .carousel__nav {
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 24px);
}

.carousel__nav .icon {
    display: block;
    height: auto;
    fill: currentColor;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.carousel__nav--prev {
    left: 0;
    border-radius: 8px 0 0 8px;
}

.carousel__nav--next {
    right: 0;
    border-radius: 0 8px 8px 0;
}

.carousel__nav:hover {
    opacity: 1;
}

.player-footer {
    border-radius: 0 0 7px 7px;
    position: relative;
    box-shadow: var(--shadow-2);
    width: 100%;
}

.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__inner::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--box-bg-color);
    position: absolute;
    bottom: 0;
    border-radius: 0 0 7px 7px;
    left: 0;
    top: 0;
    z-index: -1;
    border: 1px solid var(--border-card);
}

.player-footer__item {
    padding: 0 10px;
}

.player-footer__left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.player-footer__center_logo {
    display: none;
    align-items: center;
    justify-content: center;
}

.player-footer__center_logo img {
    border-radius: 4px;
    object-fit: contain;
}

.player-footer__left img {
    border-radius: 4px;
}

.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__divider {
    height: 20px;
    margin-right: 4px;
    margin-left: 4px;
    border-right: 1px solid rgb(131 131 131 / 50%);
}

.player-footer__actions a {
    margin-left: 20px;
    text-decoration: none;
}

.player-footer__actions a .icon {
    fill: #fff;
}

.player-footer__actions a:hover .icon {
    fill: #ff0100;
}

.player-footer__video {
    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;
}

.player-footer__video .icon {
    margin-right: 10px;
}

.player-footer__video .title {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .player-footer__center_logo {
        display: none !important;
    }

    .player-footer__inner {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .player-footer__rating {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.player__columns, .page__columns {
    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;
    margin-bottom: 24px;
}

.player__right, .page__right {
    min-width: 0;
    max-width: 320px;
    margin-left: 24px;
}

.player__left, .page__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.player__heading {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 10px;
}

.player__heading::after {
    content: "";
    height: 1px;
    background: var(--color-primary);
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.player__title {
    font-size: 2.188rem;
    font-weight: 600;
    font-family: "Fredoka", sans-serif;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto;
    margin-right: 60px;
}

@media (max-width: 1199px) {
    .player__columns, .page__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .player__left, .page__left {
        margin: 0 0 30px;
        flex: unset;
    }

    .player__right, .page__right {
        max-width: 100%;
        padding: 0;
        margin-left: 0;
    }

    .side-popular__items {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .player__title {
        max-width: 100%;
        font-size: 1.6rem;
        margin: 0 0 10px;
    }

    .player__heading::before, .player__heading::after {
        display: none;
    }
}


.box {
    background-color: var(--box-bg-color);
    border-radius: 16px;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    color: var(--color-primary);
    box-shadow: var(--shadow-2);
}

.box_hompage {
    background-color: var(--box-bg-color);
    border-radius: 16px;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    color: var(--color-primary);
    box-shadow: var(--shadow-2);
    border: 6px solid var(--high-light);
}

.box_hompage * {
    text-align: left !important;
}

.box_hompage h1, .box_hompage h2, .box_hompage h3 {
    color: var(--color-primary);
}

.box_hompage h2 {
    font-size: 28px;
}

.box_hompage h3 {
    font-size: 24px;
}

.box__heading {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box__title {
    color: var(--color-primary);
    font-size: 2.5rem;
    font-weight: 600;
    font-family: "Fredoka", sans-serif;
}

.box__image {
    float: right;
    margin: 0 0 10px 30px;
}

.box__image img {
    border-radius: 7px;
}

@media (min-width: 992px) {
    .box__heading {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .box__addons {
        padding-left: 30px;
        margin-top: 0;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .box__image {
        max-width: 120px;
    }

    .box {
        padding: 20px
    }
}

.videogallery__items {
    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;
    margin: 0 -5px;
}

.videogallery__item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.videogallery .iframe-container-16-9 {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.videogallery .iframe-container-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.videogallery .iframe-container-4-3 {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.videogallery .iframe-container-4-3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.footer-menu {
    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;
    list-style: none;
    margin: 0 -15px;
}

.footer-menu li {
    padding: 0 15px;
}

.footer-menu a {
    text-decoration: none;
    color: var(--color-primary);
}

.footer__inner {
    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;
}

.footer__copyright {
    opacity: 0.6;
    color: var(--color-primary);
}

.footer__menu {
    margin: 0 auto;
}

.scroll-top {
    position: fixed;
    z-index: 2;
    right: 15px;
    bottom: 15px;
    background: #ff0100;
    width: 55px;
    height: 55px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.scroll-top .icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: #2a4eb4;
    width: 20px;
    height: auto;
    display: block;
    position: relative;
    top: -2px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.scroll-top.show {
    opacity: 1;
}

.scroll-top:hover, .scroll-top:focus, .scroll-top:active {
    background-color: #203c8b;
}

.scroll-top:hover .icon, .scroll-top:focus .icon, .scroll-top:active .icon {
    fill: #ff0100;
    top: -5px;
}

.privacy {
    padding: 10px 10px 10px 15px;
    background: #002144;
    border: 1px solid #5b4315;
    border-radius: 8px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    display: none;
}

.privacy__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;
}

.privacy__content {
    color: var(--color-primary);
    line-height: 1.6;
    margin-right: 15px;
}

.privacy__content a {
    color: #ff0100;
}

.privacy__links {
    text-align: center;
    font-size: 0;
}

.privacy__links .icon {
    fill: #fff;
}

@media (max-width: 991px) {
    .h-right__item-mode {
        margin-left: 0;
    }
}

.games-list {
    margin-bottom: 12px;
}

.flex-row {
    flex-flow: row nowrap;
}

.align-item-center {
    align-items: center;
}

.view-more {
    margin-left: 10px;
    color: var(--high-light);
    text-decoration: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.min-h100 {
    min-height: 100vh;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.search-form {
    display: flex;
    position: relative;
    font-weight: 500;
    align-items: center;
}

.search-form__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;
}

.navbar_nav .links li .sub-menu {
    position: absolute;
    left: 0;
    top: 45px;
    line-height: 40px;
    padding-left: 0;
    background: var(--bs-body-bg);
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 999;
    width: max-content;
}

.menu-item {
    position: relative;
}

.navbar_nav .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid var(--border-btn);
    list-style: none;
}

.navbar_nav .links li .sub-menu li a {
    color: var(--color-primary);
}

.navbar_nav .links li .sub-menu li a:hover {
    color: var(--high-light);
}

.navbar_nav .links li a {
    text-decoration: none;
}

.navbar_nav .links li:hover .htmlCss-sub-menu, .navbar_nav .links li:focus .htmlCss-sub-menu, .navbar_nav .links li:active .htmlCss-sub-menu {
    display: block;
}

.btn_up {
    background: #fff0;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    border-radius: 10px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    transition: transform 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transform: translateX(120px);
    z-index: 99;
}

.btn_up.show {
    transform: translateX(0);
}

.btn_up span {
    background: var(--high-light);
    color: #fff;
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    box-shadow: inset 0 2px 4px 0 rgb(255 255 255 / 38%), inset 0 -3px 3px 0 rgb(0 0 0 / 20%), 0 8px 15px 0 var(--high-light), 0 -4px 20px 0 #ffe3c7;
}

.btn_up.show span {
    animation: gelatine 2.5s infinite;
}

.btn_up.show span:before {
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes gelatine {
    from, to {
        transform: scale(1, 1);
    }

    20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    40% {
        transform: translateY(-30px);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    60% {
        transform: translateY(-15px);
    }
}

.more-game {
    margin: 12px auto;
    background: #8566ff;
    box-shadow: 0 5px 6px 0 rgb(0 0 0 / 29%);
    padding: 8px 16px;
    max-width: 300px;
    font-weight: 600;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    display: block;
    transition-duration: 0.3s;
    color: #fff !important;
    text-decoration: none !important;
}

.more-game:hover {
    transform: scale(1.1);
}

.main-svg-sprite {
    display: none;
}

.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;
}

.tag--list {
    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;
    gap: 12px;
}

.tag--component {
    border: 1px solid var(--border-btn);
    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;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 12px;
    position: relative;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    text-transform: capitalize;
    z-index: 0;
    border-radius: 4px;
    font-size: 16px;
    color: var(--color-primary);
    background: var(--btn-control);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    gap: 4px;
}

.tag--component span.count {
    color: var(--high-light);
}

.tag--component:hover span.count {
    color: var(--color-primary);
}

.tag--component_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-direction: column;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 17px;
    position: relative;
    text-align: left;
    line-height: normal;
    white-space: nowrap;
    z-index: 0;
    border-radius: 4px;
    font-size: 14px;
    color: var(--color-primary);
    background: #ffffff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    box-shadow: 0px 1px 30px rgb(0 0 0 / 9%);
}

.category_item>.tag--component_slide:first-child {
    margin: 0 0 10px;
}

html[data-theme=dark] .tag--component_slide {
    background: #002144;
}

.tag--component_slide img {
    border-radius: 8px;
    max-width: 35px;
    margin: 0 0 8px;
}

.tag--component_slide:hover {
    background: #a9a9a9
}

html[data-theme=dark] .tag--component_slide:hover {
    background: #011830;
}

.tag--component:hover {
    transform: translateY(-3px);
    background: var(--bg-btn-action-hover);
    color: var(--color-light);
}

.show_content {
    position: absolute;
    max-width: calc(100% - 30px);
    width: 100%;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
    z-index: 12;
    background: linear-gradient(1deg, var(--box-bg-color), transparent);
}

.ShowMore_button {
    position: relative;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0;
    background: 0 0;
    color: var(--color-primary);
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    gap: 12px;
    padding: 6px 12px;
    font-family: inherit;
}

.new-content-page ul li, .game-content-page ul li {
    font-weight: inherit !important;
}

.new-content-page, .game-content-page p {
    margin-bottom: 10px;
}

.game-content-page a:not([class]), .new-content-page a:not([class]) {
    color: var(--high-light);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: all .13s linear;
}

.game-content-page a:not([class]):hover, .new-content-page a:not([class]):hover {
    color: var(--high-light);
    text-underline-offset: 3px;
}

.game-content-page h2, .new-content-page h2 {
    color: var(--high-light);
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.game-content-page h3, .game-content-page h4, .game-content-page h5, .new-content-page h3, .new-content-page h4, .new-content-page h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--high-light);
}

.games_content--bottom {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-flow: row wrap;
}

.comment {
    width: 340px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.games_content--bottom .game-content-page {
    flex: 1;
}

@media (max-width: 1200px) {
    .games_content--bottom .comment, .games_content--bottom .game-content-page {
        width: 100%;
    }
}

.slide-posts-banner .swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: unset !important;
    z-index: 2;
}

.slide-posts-banner .swiper-pagination .swiper-pagination-bullet {
    margin-right: 8px;
    background-color: #c0c3ce;
    width: 10px;
    height: 10px;
}

.game_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 12px;
}

.game_title .games__title {
    font: 700 45px/1.2 "fnaf", sans-serif;
}

.slide-posts-banner .slick-dots {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: flex-end;
    right: 0;
}

.carousel__container--hot .slick-slide, .carousel__container--popular .slick-slide {
    margin: 0 12px;
}

.slide-posts-banner .slick-dots li button:before {
    font-size: 12px;
}

.list_news--categories {
    width: 100%;
    padding: 24px 0;
}

.item-news {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin-top: 15px;
    border-top: 1px solid #919191;
    background: #cccccc40;
    padding: 15px;
    border-radius: 8px;
}

.item-news .thumb_post {
    width: 30%;
}

.item-news .relNewsInfo {
    flex: 1;
}

.item-news .relNewsTitle {
    font: 700 24px/1.2 "fnaf", sans-serif;
    margin: 0 0 12px !important;
}

.item-news .thumb_post img {
    width: 100%;
    border-radius: 8px;
}

.shortDes {
    color: #bebebe;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read_more {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.widget_categories {
    padding: 15px;
    background: linear-gradient(180deg, rgb(0 0 0 / 20%) 0%, #fff0 100%);
    border-radius: 8px;
}

.widget_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.list_categories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.category_link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.category_link:hover {
    color: var(--high-light);
}

.popular-posts {
    height: 400px;
    width: 100%;
}

.popular-posts .slick-list, .popular-posts .slick-track {
    height: 100%;
}

.popular-post {
    box-sizing: border-box;
    background: linear-gradient(90deg, rgb(153 113 35 / 0.5) 0%, rgb(153 113 35 / 0.8) 35%, #002144 100%);
}

.popular-posts .slick-dots {
    position: absolute;
    bottom: 6px;
    right: 10px;
    display: block;
    width: fit-content;
}

.popular-post .slick-slide {
    width: 100%;
}

.banner-big-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.banner-big-item img {
    width: 200px;
    height: 200px;
    margin-right: 12px;
}

.banner-big-item .banner-big__content {
    width: calc(100% - 200px);
}

.star-icon {
    color: #fc0;
    width: 12px;
    height: 12px;
    margin-right: 3px;
}

.footer__button {
    display: flex;
    align-items: center;
}

.g-footer__button {
    background: var(--btn-control);
    color: var(--color-primary);
    border: 0;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    border-radius: 50%;
    box-shadow: var(--shadow-2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-footer__button .svg-icon {
    width: 18px;
    height: 18px;
    transition: transform .2s cubic-bezier(.32, 1.2, .54, 1.17);
}

.g-footer__button-title {
    font-size: 10px;
    bottom: 4px;
    left: 50%;
    position: absolute;
}

.g-footer__button-title_last {
    opacity: 0;
}

.g-footer__button-title_first {
    background-color: transparent;
    color: #75879a;
    opacity: 1;
}

.g-footer__button-title_text {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s cubic-bezier(.32, 1.2, .54, 1.17);
    white-space: nowrap;
    background: var(--box-bg-color);
    font-weight: 500;
}


@media (hover: hover) and (pointer: fine) {
    .g-footer__button:hover .g-footer__button-title_last {
        background-color: var(--nav-slide-btn);
        color: #fff;
        opacity: 1;
    }

    .g-footer__button:hover .g-footer__button-title_first {
        opacity: 0;
    }

    .g-footer__button:hover {
        transform: translateY(-3px);
        background: var(--bg-btn-action-hover);
        color: var(--color-light);
    }
}

.g-footer__button:hover .svg-icon {
    transform: rotate(-5deg);
}

/*.g-footer__button:not(:last-child):after {
    content: "";
    height: 20px;
    width: 1px;
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--border-btn);
}*/

.g-footer__button.voted, .g-footer__button.active {
    transform: translateY(-3px);
    background: var(--bg-btn-action-hover);
    color: var(--color-light);
}

.player-footer__item .title {
    font-size: 24px;
    color: var(--color-primary);
    margin: 0 0 8px 0;
}

.games_content--bottom {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-flow: row wrap;
}

.games_content--bottom .game-content-page {
    flex: 1;
}

.comment {
    width: 340px;
}

@media (max-width: 1200px) {
    .games_content--bottom .comment, .games_content--bottom .game-content-page {
        width: 100%;
    }
}

.pulse {
    position: relative;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #3ca4a49e;
    -webkit-animation: pulse 1.5s infinite;
}

.pulse:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px #fff0;
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 #fff0;
    }
}

.s-content__title {
    font-weight: 600;
    font-size: 28px;
    color: var(--color-primary);
    margin: 0 0 20px !important;
}

.s-content__content {
    background-color: var(--bs-body-bg);
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-1)
}

.breadcrumbs {
    color: var(--color-primary);
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 600;
}

.breadcrumbs__current {
    opacity: 0.5;
}

.breadcrumbs__delimiter {
    color: var(--color-primary);
    margin: 0 2px;
}

.breadcrumbs a {
    color: var(--color-primary);
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.breadcrumbs a:hover {
    color: var(--high-light);
}

.s-content img {
    margin: 0 auto;
    display: block;
}

.widget__title {
    font-size: 22px;
    color: var(--color-primary);
    font-weight: 600;
}

.news__item {
    border-top: 1px solid rgb(229 229 229 / 0.26);
    margin-top: 15px;
    padding-top: 12px;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

.news__item .title-news .title-news-link {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    text-decoration: none;
    color: var(--color-primary);
}

.news_item_bt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    flex-direction: column;
    gap: 12px;
}

.news_item_bot .thumb-art {
    margin-right: 10px;
    margin-top: 4px;
}

.news_item_description {
    max-width: 232px;
    color: #ffffff9c;
    font-size: 14px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    margin: 0 0 12px;
}

#game-suggestions .swiper-wrapper, #game_popular_slider .swiper-wrapper, .slide-recent .swiper-wrapper, #game_hot_slider .swiper-wrapper {
    transition-timing-function: linear;
    will-change: transform;
    touch-action: pan-y;
    user-select: none;
}

#game-promotion .swiper-wrapper, .game_category_slider_1games .swiper-wrapper, #category_list .swiper-wrapper {
    will-change: transform;
    touch-action: pan-y;
    user-select: none;
}

#game-suggestions.swiper-container, #game_popular_slider.swiper-container, .slide-recent .swiper-container, #game_hot_slider.swiper-container {
    border-radius: 8px;
}

.slide-recent .swiper-container {
    padding: 12px 0;
}

.slide-recent .game_title {
    margin: 0;
}

#game-suggestions {
    height: 400px;
    padding: 0 12px;
}

.swiper-container .swiper-button-disabled, #category_list .swiper-button-disabled {
    opacity: 0.5;
}

#game_hot_slider:hover .carousel__nav, .slide-recent:hover .carousel__nav, #game_popular_slider:hover .carousel__nav, #game_category_slider:hover .carousel__nav, #game_category_slider_car:hover .carousel__nav, .game_category_slider_container:hover .carousel__nav, #game_category_slider_action:hover .carousel__nav {
    display: flex;
}

.game_bottom_more_games {
    dipplay: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

.view_more_btn {
    border: 2px solid var(--high-light);
    border-radius: 5px;
    background: #ad1200;
    color: #fff;
    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;
    padding: 8px 10px 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    width: fit-content;
    white-space: nowrap;
    z-index: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin: 0 auto;
}

.heading__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #0d0d0d;
}

.topgames_title {
    font-size: 24px;
    color: var(--color-primary);
    font-weight: 600;
}

.category_content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.about_category {
    max-width: 450px;
    width: 450px;
    padding: 16px;
    background: var(--box-bg-color);
    border-radius: 12px;
    color: var(--color-primary);
}

.category_boundary {
    padding: 12px 16px;
    width: calc(100% - 450px);
    position: relative;
}

.category_boundary .slick-arrow {
    width: 50px;
    color: #fff;
    border: 0;
    position: absolute;
    z-index: 111;
    top: 0;
    height: 100%;
    background: #000;
    cursor: pointer;
    left: 0;
    display: none;
}

.categories_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
}

.category_item {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.category_item .tag--component:first-child {
    margin-bottom: 10px;
}

.tag--component {}

.category_boundary:hover .slick-arrow {
    display: block;
}

.category_boundary .right-icon {
    left: unset;
    right: 0;
}

.categories_list .swiper-slide, .slide-recent .swiper-slide {
    width: fit-content !important;
}

#game-promotion .swiper-slide, .game_category_slider_container .swiper-slide, #game_popular_slider .swiper-slide, #game_hot_slider .swiper-slide {
    width: fit-content;
}

.BlogCard_container {
    display: block;
    background: var(--item-background);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    will-change: transform;
    text-decoration: none;
}

.BlogCard_cardImageContainer {
    overflow: hidden;
}

.BlogCard_cardImage {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 0.3s ease-in;
}

.BlogCard_description {
    padding: 16px 16px 32px;
}

.BlogCard_infoBlock {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.Category_category {
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    background: #d7d7d78c;
    border-radius: 6px;
    margin: 0;
}

.Date_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #ffffff82;
}

.BlogCard_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 8px;
    word-wrap: break-word;
}

.BlogCard_text {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff82;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Blog_containerCards {
    display: grid;
    grid-template-columns: repeat(3, minmax(290px, 374px));
    grid-gap: 16px;
    gap: 16px;
}

@media (max-width: 1024px) {
    .Blog_containerCards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 892px) {
    .Blog_containerCards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .Blog_containerCards {
        grid-template-columns: repeat(1, 1fr);
    }

    .BlogCard_cardImage {
        height: 300px;
    }
}

@media (max-width: 500px) {
    .Blog_containerCards {
        grid-template-columns: repeat(1, 1fr);
    }
}

.mb-3 {
    margin: 0 0 16px;
}

.h-right__item-heart {
    display: flex;
    position: relative;
    margin-left: 6px;
}

.h-right__item-install {
    display: flex;
    position: relative;
    margin-left: 12px;
}

.heart {
    background: 0;
    border: 0;
    color: var(--color-menu);
}

.heart:hover .icon {
    color: var(--high-light);
}

.h-right__item-heart .heart:hover {
    color: red;
}

.favorite-icon .icon {
    fill: var(--color-primary);
}

.favorite-icon:hover .icon {
    fill: red;
}

.favorited {
    color: red;
}

.popup-favorite {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #000000cc;
    padding-top: 40px;
    display: none;
    height: 100vh;
    backdrop-filter: blur(14px);
}

.popup-close-btn {
    width: 35px;
    height: 35px;
    background: transparent;
    color: var(--color-light);
}

#sectionFavorites {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    grid-auto-flow: row dense;
    justify-content: center;
}

.popup-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
}

.popup-title-heart {
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: var(--color-light);
    font-size: 24px;
}


.title-heart {
    margin-bottom: 15px;
}

.popup-title-heart .title-heart .heart .icon {
    fill: #fff;
}

.badge_number {
    position: absolute;
    right: -2px;
    display: none;
    top: 1px;
    width: 14px;
    height: 14px;
    font-size: 10px;
    background: red;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.search-complete-relative {
    position: relative;
}

.search-complete {
    position: absolute;
    width: 100%;
    max-height: 393px;
    overflow-y: auto;
    z-index: 999;
    top: 42px;
    border-radius: 5px;
    background: var(--search-complete-bg);
    padding: 8px 10px;
    border: 1px solid var(--search-complete-border);
    box-shadow: var(--shadow-1);
    display: none;
}

.search-complete .card__title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.search-complete .card:hover span {
    color: var(--color-light) !important;
}

.btn_menu {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.games-flex__item .card {
    padding: 8px 10px;
    border-radius: 0;
    max-width: 100%;
    border: 0;
    margin: 0 0 6px;
}

.games-flex__item .card .card__inner {
    align-items: center;
    gap: 10px;
}

.games-flex__item .card .card__inner .card__heading {
    padding: 0;
}

.games-flex__item .card .card__inner .card__thumb {
    border-radius: 0;
}

.games-flex__item .card .card__inner .card__thumb .card__rating {
    top: 2px;
    left: 4px;
    padding: 2px 7px 3px 3px;
}

.games-flex__item .card .card__inner .card__thumb .card__rating .star-icon {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.games-flex__more .card {
    background: var(--high-light);
    max-width: 120px;
    border-radius: 12px;
    padding: 6px 12px;
}

.games-flex__more {
    text-align: center;
    background: #002144;
    position: relative;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

.search-fixed {
    display: none;
    position: fixed;
    z-index: 99;
    background: #000000cc;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
}

.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.offline .content_notification .icon {
    background: #ccc;
}

.games-flex__title .card {
    border-radius: 0;
    padding: 0 12px;
}

.text-overflow-2line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
}

.search-complete .card__thumb {
    width: 30%;
}

.search-complete .card__heading {
    width: 70%;
}

#posts_category .Blog_containerCards {
    grid-template-columns: repeat(2, minmax(290px, 374px));
}

@media (max-width: 1200px) {
    #posts_category .Blog_containerCards {
        grid-template-columns: repeat(2, minmax(290px, 447px));
    }
}

@media (max-width: 1024px) {
    #posts_category .Blog_containerCards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 892px) {
    #posts_category .Blog_containerCards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #posts_category .Blog_containerCards {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 500px) {
    #posts_category .Blog_containerCards {
        grid-template-columns: repeat(1, 1fr);
    }
}

.game-iframe {
    width: 100%;
}

@media (max-width: 768px) {
    .category_content {
        flex-flow: row wrap;
    }

    .category_boundary {
        width: 100%;
    }

    .about_category {
        width: 100%;
        max-width: 100%;
    }
}

.random-games, .get_app {
    background: 0;
    border: 0;
}

.random-games .svg-icon, .get_app .svg-icon {
    color: var(--color-menu);
    opacity: .7;
}

.random-games .svg-icon:hover {
    opacity: 1;
}

#posts_news .Blog_containerCards {
    grid-template-columns: repeat(2, minmax(247px, 362px));
}

@media (max-width: 1200px) {
    #posts_news .Blog_containerCards {
        grid-template-columns: repeat(3, minmax(290px, 447px));
    }
}

@media (max-width: 1024px) {
    #posts_news .Blog_containerCards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 892px) {
    #posts_news .Blog_containerCards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #posts_news .Blog_containerCards {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 500px) {
    #posts_news .Blog_containerCards {
        grid-template-columns: repeat(1, 1fr);
    }
}

.home-btn {
    color: #f40;
    background: 0;
    outline: 0;
    border: 0;
}

.current_menu {
    border-bottom: 2px solid #f40;
}

.Home_grid__npx0i {
    --grid-columns: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, 169px);
    grid-gap: 16px;
    gap: 16px;
    grid-auto-flow: row dense;
    justify-content: center;
    margin: 0 0 16px;
}

.grid_2x2 {
    grid-column: span 2;
    grid-row: span 2;
}

.grid_2x2.card {
    max-width: 100%;
    height: fit-content;
    width: 100%;
}

.related_cat_list {
    display: flex;
    gap: 6px;
    margin: 2px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #b9b9b9;
    font-weight: 400;
}

html[data-theme=dark] .related_cat_list {
    color: #63778a;
}

.grid_2x2 .card__heading {
    max-width: unset;
}

.related_cat_list .cat_link {
    color: #a1a1a1;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
}

.grid_2x2.card:hover .related_cat_list, .grid_2x2.card:hover .related_cat_list .cat_link {
    color: #ffffff70;
}

.related_cat_list .cat_link:hover {
    color: #fc0;
}

.card_rating {
    margin: 2px 0 0;
    font-size: 12px;
    color: var(--color-primary);
}

.card:hover .card_rating {
    color: var(--color-light);
}

.grid_2x2 .card__title::after {
    content: none;
}

.grid_2x2 .card__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.grid_2x2 .card__heading .play_more {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--high-light);
    color: var(--color-light);
}

.grid_2x2 .card__heading .play_more:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.grid_2x2 .card__heading .play_more:hover {
    background: #cc6701;
}

.grid_2x2 .card__heading .card__heading_left {
    flex: 1;
}

.GameLabel_container {
    position: absolute;
    left: -4px;
    top: -6px;
    padding: 4px 8px;
    color: var(--color-light);
    font-weight: 500;
    font-size: 9px;
    line-height: 120%;
    box-shadow: 1px 1px 1px 0 #00000045, 1px 1px 1px 0 #0000004f, 2px 2px 3px 0 #00000008;
    border-radius: 20px 32px 32px 0;
    text-transform: uppercase;
    transform: translate(-2px, -2px);
    z-index: 100;
    text-shadow: 1px 1px 3px #000;
    letter-spacing: 1.15px;
}

.GameLabel_container::before {
    content: "";
    background: inherit;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 0;
}

.GameLabel_container::after {
    content: "";
    background: #bac9de;
    width: 6px;
    height: 8px;
    border-radius: 4px 0 0 4px;
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: 1;
}

.GameLabel_new {
    background-color: #3eb752;
}

.GameLabel_updated {
    background: linear-gradient(44deg, #32803f, #62d276);
}

.GameLabel_trending {
    background-color: #235b8b;
}

.GameLabel_hot {
    background-color: #AB1C2C;
}

.visible-hidden {
    visibility: hidden;
}

.view_more_game {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary);
    font-size: 16px;
    text-decoration: none;
    box-shadow: var(--shadow-2);
    border: 1px solid var(--border-card);
    text-transform: uppercase;
    min-height: 130px;
    background: var(--item-background);
    border-radius: 7px;
    max-width: 240px;
    width: 100%;
    padding: 22px;
    text-align: left;
}

#game_category_slider_1games .card__heading {
    position: absolute;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(0deg, #1b1a1a, transparent);
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 6px 6px;
    transition: opacity 0.3s linear;
    z-index: 100;
}

#game_category_slider_1games .card:hover .card__heading {
    opacity: 1;
}

#game_category_slider_1games .card {
    border: 2px solid #000;
}

#game_category_slider_1games .card:hover {
    border-color: var(--high-light);
}

@media (min-width: 400px) {
    .Home_grid__npx0i {
        --grid-columns: 2;
    }
}

@media (min-width: 500px) {
    .Home_grid__npx0i {
        --grid-columns: 2;
    }
}

@media (min-width: 600px) {
    .Home_grid__npx0i {
        --grid-columns: 3;
    }
}

@media (min-width: 768px) {
    .Home_grid__npx0i {
        --grid-columns: 4;
    }
}

@media (min-width: 982px) {
    .Home_grid__npx0i {
        --grid-columns: 5;
    }
}

@media (min-width: 1024px) {
    .Home_grid__npx0i {
        --grid-columns: 6;
    }
}

@media (min-width: 1200px) {
    .Home_grid__npx0i {
        --grid-columns: 7;
    }
}

@media (min-width: 1400px) {
    .Home_grid__npx0i {
        --grid-columns: 8;
    }
}

@media (min-width: 1600px) {
    .Home_grid__npx0i {
        --grid-columns: 9;
    }
}

@media (max-width: 500px) {
    .Home_grid__npx0i {
        --grid-columns: 2;
        grid-template-columns: repeat(2, 1fr);
    }
}

.card__thumb video {
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
    pointer-events: none;
    /* cho mọi tap xuyên qua xuống <a> */
    opacity: 0;
    /* ẩn đi */
    transition: opacity .3s;
}

@media (hover: none) and (pointer: coarse) and (max-width: 991px) {
    .card__thumb video {
        pointer-events: none !important;
        /* Video không nhận sự kiện click trên mobile */
    }

    .card:hover .card__thumb video {
        display: none !important;
    }
}

@media (hover: hover) and (pointer: fine) {
    .card:hover .card__thumb video {
        opacity: 1;
    }
}

.titleControl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
    margin: 0 0 20px;
}

select.classic {
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 1em 0.5em 1.7em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: auto;
}

select.classic:focus {
    color: #000;
    border-color: grey;
    outline: 0;
}

.filter_icon {
    position: absolute;
    left: 10px;
    pointer-events: none;
    width: 14px;
    height: 14px;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
}

.sort_container {
    margin-left: auto;
    position: relative;
}

.hot_page .heading__title {
    font-size: 1.3rem;
}

.text-center {
    text-align: center !important;
}

.new_page h1.heading__title, .popular_page h1.heading__title, .hot_page h1.heading__title {
    font-size: 28px;
}

.title_heading {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-primary);
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ff4400;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #ff4400, 0 0 5px #ff4400;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #ff4400;
    border-left-color: #ff4400;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .search-complete-relative {
        position: fixed;
        flex: 1;
        margin: 0;
        left: 0;
        top: 12px;
        right: 0;
        display: none;
        z-index: 100;
        max-width: 100%;
        width: 100%;
        padding: 10px 24px;
    }

    .d-block-mobile {
        display: block;
    }

    .header__right {
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
    }

    .search-form__inner, .search-form__input {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .grid_2x2.card {
        grid-column: unset;
        grid-row: unset;
    }

    .card__heading_right, .related_cat_list {
        display: none;
    }

    .card_rating {
        font-size: 0.7778rem;
        font-weight: 500;
        line-height: 1;
        position: absolute;
        top: 4px;
        right: 4px;
        z-index: 1;
        padding: 4px;
        border-radius: 7px;
        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;
        background: var(--bs-body-bg);
        box-shadow: var(--shadow-1);
        z-index: 1;
    }
}

.home_page, .hot_page, .new_page, .popular_page, .category_page {
    padding: 0px 24px;
}

.loading_page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    margin: 12px auto;
}


.halloween {
    position: relative;
    padding-left: 40px;
}



.halloween .ghost_area {
    position: absolute;
    width: 35px;
    height: 29px;
    left: 0;
    display: block;
}

.ghost {
    position: relative;
}

.ghost .body {
    width: 28px;
    height: 34px;
    background: #fff;
    border-radius: 5rem 5rem 1rem 1rem;
    box-shadow: 0px 0px 0px #ff0000 inset, 0 0 18px 5px #ff0000;
    animation: ghostFloat 2s ease-in-out infinite;
}

.ghost .body .face {
    position: absolute;
    top: 10px;
    left: 8px;
}

.ghost .body .face .eyes {
    width: 4px;
    height: 5px;
    background: #01000a;
    border-radius: 50%;
    animation: eyesBlink 3s linear infinites;
}

.ghost .body .face .eyes::before {
    position: absolute;
    content: "";
    width: 4px;
    height: inherit;
    left: 10px;
    background: inherit;
    border-radius: inherit;
}

.ghost .body .face .dimples {
    width: 4px;
    height: 4px;
    background: #ffbeff;
    border-radius: 50%;
}

.ghost .body .face .dimples::after, .ghost .body .face .dimples::before {
    position: absolute;
    content: "";
    width: 3px;
    height: inherit;
    left: 12px;
    background: inherit;
    border-radius: inherit;
}

.ghost .body .face .mouth {
    position: absolute;
    top: 10px;
    left: 2px;
    background: #fff;
    width: 12px;
    height: 3px;
    border-radius: 50%;
}

.ghost .body .face .mouth::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 12px;
    left: -1px;
    height: inherit;
    border-radius: 50%;
    box-shadow: 0px 5px 0px 0px #01000a;
}

.ghost .bottom {
    position: absolute;
    top: 30px;
}

.ghost .bottom .circle {
    position: absolute;
    z-index: 2;
    width: 5px;
    height: 8px;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
}

.ghost .bottom .circle:nth-child(1) {
    left: 0;
}

.ghost .bottom .circle:nth-child(2) {
    left: 11px;
    border-radius: 1rem;
}

.ghost .bottom .circle:nth-child(3) {
    left: 23px;
}

.ghost .bottom .wave {
    position: relative;
    z-index: 1;
    left: 5px;
    width: 7px;
    height: 8px;
    background: #c3c7cb;
    border-radius: 1rem;
    box-shadow: inset 0rem 1.1rem 0 #fff;
}

.ghost .bottom .wave::before {
    position: absolute;
    content: "";
    left: 11px;
    width: inherit;
    height: inherit;
    background: inherit;
    border-radius: inherit;
    box-shadow: inherit;
}

@keyframes ghostFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-1rem);
    }
}

@keyframes eyesBlink {
    0%, 30%, 38%, 100% {
        transform: scale(1);
    }

    34%, 36% {
        transform: scale(1);
    }
}

.spider_web {
    background-image: url("../images/bg.png");
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    display: none;
}

html[data-theme=dark]:root .spider_web {
    background-image: url("../images/spider-web_1.png");
    opacity: 0.2;
    filter: blur(2px);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.pumpkin {
    position: relative;
}

.pumpkin:hover::before {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

.pumpkin:before {
    content: "";
    background-image: url(../images/pumpkin.png);
    width: 28px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 1px;
    left: 26px;
}

.spider {
    position: absolute;
    top: 0;
    right: 65px;
    animation: swing 2s infinite;
    transform-origin: top;
    transition: 0.8s ease-in-out;
    z-index: 111;
    pointer-events: none;
    display: none;
}

.spider .spiderweb {
    width: 2px;
    height: 45px;
    margin-left: 15px;
    background: var(--color-primary);
}

.spider .body {
    width: 32px;
    height: 24px;
    background: var(--color-primary);
    position: relative;
    border-radius: 50%;
}

.spider .body .eye {
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 5px;
    background: var(--search-background);
    border-radius: 50%;
}

.spider .body .eye.left {
    left: 14px;
}

.spider .body .eye.right {
    right: 18px;
}

.spider .body .eye:after {
    background: var(--color-light);
    width: 4px;
    height: 4px;
    content: "";
    display: block;
    margin: 55%;
    border-radius: 50%;
    animation: look 4s infinite;
}

.spider .legs .leg {
    width: 20px;
    height: 27px;
    margin-top: -21px;
    border: 2px solid transparent;
    border-top-color: var(--color-primary);
    border-radius: 40px 40px 0 0;
}

.spider .legs {
    position: absolute;
    bottom: -23%;
    z-index: -1;
}

.spider .legs.left {
    left: -33px;
}

.spider .legs.right {
    right: -15px;
}

.legs.left .leg:nth-child(1) {
    transform: rotate(10deg);
    margin-left: 19px;
}

.legs.right .leg:nth-child(1) {
    transform: rotate(-10deg);
    margin-left: -16px;
}

.legs.left .leg:nth-child(2) {
    transform: rotate(-20deg);
    margin-left: 22px;
}

.legs.right .leg:nth-child(2) {
    transform: rotate(20deg);
    margin-left: -20px;
}

.legs.left .leg:nth-child(3) {
    transform: rotate(-50deg);
    margin-left: 27px;
}

.legs.right .leg:nth-child(3) {
    transform: rotate(50deg);
    margin-left: -30px;
}

@keyframes look {
    0%, 40%, 100% {
        transform: translateX(0);
    }

    45%, 95% {
        transform: translateX(-110%);
    }
}

@keyframes swing {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.tag_halloween .card__thumb:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url("../images/frame_halloween.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    top: 0;
    left: 0;
    filter: drop-shadow(-4px 7px 9px #00000086) brightness(1.3) saturate(2.5);
    transform: scale(1.12);
}

.halloween .heading__title {
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 20px #ff92a7;
    }

    to {
        text-shadow: 0 0 30px #de002b, 0 0 10px #ff9b37;
    }
}

.halloween_event .ghost_area, .halloween_event .spider_web, .halloween_event .spider, .halloween_event .pumpkin {
    display: block;
}

.remove_recent {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 30px;
    height: 30px;
    line-height: 18px;
    border-radius: 4px;
    background: red;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 10;
}

.remove_recent .svg-icon {
    width: 12px;
    height: 12px;
}

.card:hover .remove_recent {
    display: flex;
}

.logo_dark {
    display: none;
}

html[data-theme=dark]:root .logo_dark {
    display: block
}

html[data-theme=dark]:root .logo_light {
    display: none
}

.card__square {
    border: 2px solid transparent;
}

.card__square:hover {
    border-color: var(--high-light);
}

.card__square .card__thumb {
    border-radius: 7px;
}

.page_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 989;
    background-color: rgba(0, 0, 0, .75);
}

.loading_page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.loader {
    width: 65px;
    aspect-ratio: 1;
    position: relative;
}

.loader:before, .loader:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 0 0 3px inset #fff;
    animation: l5 2.5s infinite;
}

.loader:after {
    animation-delay: -1.25s;
    border-radius: 0;
}

@keyframes l5 {
    0% {
        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
    }

    100% {
        inset: 0 35px 35px 0
    }
}

.h-right__item-mode {
    display: flex;
    position: relative;
    margin-left: 8px;
}

.h-right__item {
    margin-left: 8px;
}

.color-toggle {
    cursor: pointer
}

.layout-header .color-toggle .dark {
    display: none !important
}

.layout-header .color-toggle .light {
    display: flex !important;
    align-items: center;
}

.layout-header .color-toggle.toggled .dark {
    display: flex !important;
    align-items: center;
}

.layout-header .color-toggle.toggled .light {
    display: none !important
}

.ads-class {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 24px auto;
}

.ads_side span, .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;
    background-color: rgba(114, 114, 114, 0.16);
}

.ads-class .game-under {
    width: 100%;
    min-height: 90px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: rgba(114, 114, 114, 0.16);
}

.ads_side {
    margin-bottom: 12px;
    box-sizing: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ads_side .game-right {
    border-radius: 4px;
    margin: 12px auto auto;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #ffffff0d;
}

.page-game-play {
    max-width: 1370px;
    margin: 0 auto;
    width: 100%;
    padding: 0 24px
}

.gap-3 {
    gap: 8px;
}

.title_site>* {
    font-size: 28px !important;
    color: var(--color-primary);
    margin: 0;
}

#my_last_played .card {
    display: flex;
    align-items: center;
}

#my_last_played .card__inner {
    max-width: 110px;
}

#my_last_played .card__thumb {
    border-radius: 7px;
    min-height: 71px;
}

#my_last_played .card__title {
    white-space: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#my_last_played .card__heading {
    padding: 8px 20px;
    max-width: unset;
    width: 100%;
    flex: 1;
    overflow: hidden;
}

.action-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
}

.action-button button {
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    color: var(--color-primary);
    transition: background .2s ease;
    border: 1px solid var(--border-btn);
    background-color: var(--bg-btn-action);
}

.action-button button:hover {
    color: var(--color-light);
    background: var(--bg-btn-action-hover);
}

.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.swiper-button-disabled {
    opacity: .4;
    color: #545454;
}

.action-button button.swiper-button-disabled:hover {
    background: transparent;
}

.now__icon {
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}

.now__icon .circle--inner {
    background: #e50040;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.8;
    margin: 0 auto;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.now__icon .circle--inner:after {
    content: "";
    display: block;
    border: 2px solid #e50040;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: -5px;
    left: -5px;
    position: absolute;
    opacity: 0.8;
    -webkit-animation: circle 1s ease-in-out 0.2s infinite;
    animation: circle 1s ease-in-out 0.2s infinite;
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes circle {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.game__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center;
    z-index: 1;
}

.game__preview {
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.game__preview::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(33, 26, 48, 0.5) url("../images/pattern.svg") 0 0 / 3.125rem 3.125rem repeat;
    mix-blend-mode: soft-light;
}

.santa-hat:before {
    content: "";
    background-image: url("../images/santa-hat.png?v=1");
    width: 37px;
    height: 37px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: -9px;
    left: 20px;
    transform: rotate(12deg);
}

#gtx-trans {
    display: none !important;
}

.popup-desktop {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    position: fixed;
    right: 4rem;
    top: 70%;
    z-index: 100;
    width: 29.375rem;
    padding-right: 1rem;
    border-radius: 0.875rem;
    -webkit-box-shadow: 0 0.25rem 1.438rem #369ed8;
    box-shadow: 0 0.25rem 1.438rem #369ed8;
    background-color: var(--item-background);
    -webkit-transition: transorm 0.3s, opacity 0.2s;
    transition: transorm 0.3s, opacity 0.2s;
}

.popup-desktop._open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}

.popup-desktop__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.popup-desktop__content {
    display: -ms-grid;
    display: grid;
    gap: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.344rem 0;
}

.popup-desktop__text {
    color: var(--color-primary);
    font-size: 1.25rem;
    font-weight: 600;
}

.popup-desktop__buttons {
    display: -ms-grid;
    display: grid;
    gap: 1.25rem;
    -ms-grid-columns: (1fr) [ 2];
    grid-template-columns: repeat(2, 1fr);
}

.popup-desktop__button {
    height: 2.375rem;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    text-align: center;
}

.button--cancel {
    padding: 0.714em 2.286em;
    border-radius: 7px;
    color: #525151;
    background-color: #dddad4;
}

.button--add {
    padding: 0.286em 2.286em;
    border-radius: 7px;
    color: #fff;
    background-color: #1d6eff;
}

.popup-desktop__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.25rem;
    flex: 0 0 8.25rem;
    -webkit-animation: swing ease-in-out 5s infinite;
    animation: swing ease-in-out 5s infinite;
}

.popup-desktop__logo {
    -webkit-animation: logo-scale ease-in-out 5s infinite;
    animation: logo-scale ease-in-out 5s infinite;
}

@-webkit-keyframes logo-scale {
    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}

@keyframes logo-scale {
    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    33% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    67% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes swing {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    33% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    67% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.carousel .carousel__heading {
    margin: 0;
}

.carousel .swiper-container {
    padding: 12px 0;
}

/*===========sidebar-menu==============*/
.navside.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navside .close_icon {
    display: none;
}

.navside.active .open_icon {
    display: none;
}

.navside.active .close_icon {
    display: block;
}

.navside {
    margin: 0;
    background: var(--bs-body-bg);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    -webkit-transform: translate3d(calc(-100% - 45px), 0, 0);
    transform: translate3d(calc(-100% - 45px), 0, 0);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-right: 1px solid #ffffff5e;
    width: 230px;
}

.button-close {
    position: absolute;
    left: 206px;
    top: 35px;
    width: 45px;
    height: 45px;
    background: var(--bs-body-bg) !important;
    border-radius: 50%;
    border: 1px solid #ffffff5e;
    z-index: 111;
    color: var(--color-menu);
    display: flex;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 18%);
    justify-content: center;
    align-items: center;
}

[data-scrollbar] {
    display: block;
    position: relative;
}

.scroll-content {
    overflow-y: auto;
    scrollbar-width: none;
    overscroll-behavior-y: contain;
}

.scrollbar-track {
    position: absolute;
    opacity: 0;
    z-index: 1;
    background: rgba(222, 222, 222, .75);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.5s 0.5s ease-out;
    transition: opacity 0.5s 0.5s ease-out;
}

.scrollbar-track.show,
.scrollbar-track:hover {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.scrollbar-track-x {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
}

.scrollbar-track-y {
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
}

.scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, .5);
    border-radius: 4px;
}

.navside__scroll {
    height: 100%;
    position: relative;
    overflow: auto;
    padding: 10px 18px 10px 18px;
}

.navside__scroll::-webkit-scrollbar {
    display: none;
}

.navside__inner {
    margin: 5px 0;
    max-height: 100%;
}

.navside__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.navside__item {
    margin: 0;
}

.navside__link {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 6px 0px;
    opacity: 1;
    z-index: 1;
    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;
    gap: 10px;
    width: fit-content;
    border-radius: 8px;
}

.navside__link:hover {
    /*background: var(--card-hover);*/

}

.navside__link:hover .navside__title {
    transform: translateX(10px);
}

.navside__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 28px;
}

.navside__thumb img {
    max-height: 100%;
}

.navside__title {
    color: var(--color-menu);
    text-transform: capitalize;
    font-family: inherit;
    transition: all .2s linear;
    font-weight: 500;
}

.navside__toggle {
    border-radius: 0 25px 25px 0;
    width: 45px;
    height: 45px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    -webkit-box-shadow: 0 6px 40px 0 rgba(39, 40, 40, .11);
    box-shadow: 0 6px 40px 0 rgba(39, 40, 40, .11);
    z-index: 1;
    background: var(--bs-body-bg);
    border: 0;
    outline: 0;
    color: var(--color-menu);
}

.btn_search_mobile {
    display: none;
    width: 40px;
    height: 40px;
    background: transparent;
    color: var(--color-primary);
    border: 0;
    outline: 0;
}

.divider {
    background: var(--border-btn);
    height: 1px;
}

@media (max-width: 991px) {
    .btn_search_mobile {
        display: block;
    }

    .logo img {
        max-width: 130px;
        object-fit: contain;
    }

    .menu_action, .favorites_btn {
        display: none;
    }

    .search-complete {
        max-width: calc(100% - 48px);
    }
}

@media (min-width: 1199px) {
    .navside__items--mobile-only {
        display: none;
    }
}

/*===========sidebar-menu==============*/
/*===========release_info===========*/
.release_info_container {
    max-width: 100%;
    margin: 0 0 12px;
}

.release_info_item {
    display: flex;
    margin: 0 0 8px;
}

.release_info_left {
    width: 120px;
    color: var(--color-gray);
}

.release_info_right {
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    flex: 1;
}

.release_info_right span:last-child {
    font-weight: 400;
    font-size: 12px;
    margin-left: 4px;
    color: var(--color-gray);
}

.gap-4 {
    gap: 12px;
}

.button_share {
    border: 1px solid var(--border-btn);
    background-color: var(--bg-btn-action);
    color: var(--color-primary);
    border-radius: 8px;
    padding: 6px 12px;
    width: inherit;
    height: fit-content;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
}

.button_share:hover {
    color: var(--color-light);
    background: var(--bg-btn-action-hover);
}

.ms-auto {
    margin-left: auto;
}

/*===========release_info===========*/
/*===========control guide ===========*/
.game_dialog_container {
    z-index: 0;
    overflow: hidden;
    margin: 20px;
    max-height: 65vh;
    height: min(65vh, 280px);
    position: absolute;
    right: 0px;
    bottom: 8px;
    max-width: min(35%, 320px);
    min-width: 300px;
    border-radius: 20px;
    transform: translateY(100%);
}

.slide-in {
    animation: slideInUp 0.2s forwards;
}

.slide-out {
    animation: slideOutDown 0.2s forwards;
}

@keyframes slideOutDown {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(100%);
    }
}

.btn_dialog_close {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-align: center;
    color: var(--color-primary);
    position: absolute;
    right: 12px;
    top: 12px;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    flex: 0 0 auto;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn_dialog_close .svg-icon {
    width: 14px;
    height: 14px;
}

.blur_dialog {
    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;
    border: 1px solid var(--border-card);
    z-index: 1001;
    transition: right 0.3s ease-in-out;
}

.blur_dialog.active {
    right: 0px;
}

.game_dialog_wrapper {
    color: var(--color-primary);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
    height: 100%;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    background: var(--box-bg-color);
    padding: 12px;
}

.game_dialog_inner {
    height: calc(100% - 32px);
    overflow: hidden auto;
    margin-top: 10px;
    border-radius: 8px;
    background-color: var(--box-bg-color);
    text-align: left;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 400;
}

.game_dialog_inner h4 {
    font-size: 20px;
    margin-left: 5px;
}

.game_dialog_inner::-webkit-scrollbar {
    width: 7px;
    background: var(--color-gray);
}

.game_dialog_inner::-webkit-scrollbar-thumb {
    background: rgb(71, 73, 103);
}

@keyframes slideInUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.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-gray);
    font-size: 14px;
    padding-left: 15px;
}

.content_change_log ul {
    padding-left: 16px;
    margin: 0;
}

/*===========control guide ===========*/
/*============= tag list ============*/
.list-tags {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-auto-flow: row dense;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
}

@media (min-width: 1200px) {
    .list-tags {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

.tag_title_alphabet {
    display: block;
    font-size: 36px;
    font-weight: 500;
    color: var(--color-gray);
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 12px 0 0;
    line-height: normal;
}

.tags-item.full {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.tags-item.full a {
    text-decoration: none;
    width: 100%;
}

.tags-item-root {
    border-radius: 6px;
    position: relative;
    width: 100%;
    padding: 8px;
    height: 48px;
    background: var(--btn-control);
    color: var(--color-primary);
    transition: all 0.2s ease-in;
    font-weight: 500;
    border: 1px solid var(--border-btn);
}

.tags-item-root:hover {
    transform: translateY(-3px);
    background: var(--bg-btn-action-hover);
    color: var(--color-light);
}

.tags-item-container {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

.tags-item-thumb {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

.tags-item-thumb img {
    height: 100%;
    width: 65px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.tags-item-content {
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    margin: 0;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tags-item-content span.count {
    color: var(--high-light);
}

/* 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;
}

.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;
    border: 1px solid var(--border-card);
    z-index: 1001;
    transition: right 0.3s ease-in-out;
    /* Transition effect */
}

.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;
}

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: var(--color-primary) transparent transparent transparent;
    pointer-events: none;
}

/* Popup visible state */
.contact-popup.show {
    right: 0px;
    /* Position above button when visible */
}

.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-gray);
    padding: 8px 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    max-height: calc(100vh - 67px);
    padding-bottom: 24px;
}

.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;
    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: 100px;
    margin-top: 12px;
    position: relative;
    height: 40px;
    margin-bottom: 20px;
}

.popup-link-share--url {
    width: 100%;
    background: 0;
    border: 0;
    height: auto;
    color: var(--color-primary);
    flex: 1;
    padding-right: 12px;
}

.popup-link-share--copy {
    color: #8166ff;
    font-weight: 600;
}

.popup-link-share--copy:hover {
    cursor: pointer;
}

/*============= tag list ============*/
.play_box {
    align-items: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-grow: 0;
}

.player__inner {
    width: 100%;
    height: 100%;
    flex-grow: 1;
    justify-content: center;
    position: relative;
}

body.fullscreen {
    overflow: hidden;
}

.fullscreen .player__inner {
    width: 100%;
    height: calc(100% - 60px);
}

.fullscreen .flash-container {
    height: 100% !important;
}

.flash-container {
    width: 100%;
    height: 100%;
    min-height: 550px;
}

@media (max-width: 1370px) {
    .flash-container {
        min-height: 500px;
    }
}

@media (max-width: 768px) {
    .flash-container {
        min-height: 320px;
    }
}

.flip {
    transform: rotateY(180deg)
}

.flash-container iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 19;
}

.fullscreen .play_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.show_fullscreen, .player-footer__exit_fullscreen {
    display: none;
}

.fullscreen .player-footer__fullscreen, .fullscreen .hide_fullscreen {
    display: none;
}

.fullscreen .hide_fullscreen {
    display: none;
}

.fullscreen .show_fullscreen, .fullscreen .player-footer__exit_fullscreen {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen .player-footer__center_logo {
    display: flex;
}

.button__exit_fullscreen {
    display: none;
}

.is_mobile.fullscreen .button__exit_fullscreen {
    position: fixed;
    display: flex;
    z-index: 1000;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    border-radius: 0;
    background: 0;
    color: var(--color-primary);
    border: 0;
    width: 40px;
    height: 40px;
    box-shadow: var(--shadow-2);
    align-items: center;
    justify-content: center;
}

.is_mobile.fullscreen .player-footer__actions {
    display: none;
}

.preview_index {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: var(--color-primary);
    font-size: 40px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #0000005e;
}

.color-gray {
    color: var(--color-gray);
}

.more-text {
    display: none;
}

.toggle-text-btn {
    cursor: pointer;
    text-decoration: underline;
    margin-left: 5px;
    color: var(--high-light);
}

@media (max-width: 1366px) {
    .game_promotion .games-grid__item:nth-child(n + 15) {
        display: none;
    }
}

@media (max-width: 768px) {
    .button_share {
        margin-left: unset;
    }
}

.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;
}

.ml-auto {
    margin-left: auto;
}

.button_discord {
    background: transparent;
    border: 0;
    border: 1px solid var(--border-btn);
    border-radius: 6px;
    display: flex;
    color: var(--color-primary);
    align-items: center;
    gap: 6px;
    height: 40px;
    padding: 6px 12px;
    text-decoration: none;
}

.button_discord:hover {
    color: var(--color-light);
    background: var(--bg-btn-action-hover);
}

.button_discord img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

#game-promo .swiper-slide {
    width: fit-content !important;
    margin-right: 12px !important;
}

.desktop-slide-inner {
    display: flex;
}

.desktop-slide {
    display: flex;
    height: 100%;
}

.grid-container, .grid-container_2 {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    max-width: 170px;
    gap: 12px;
    margin-left: 12px;
}

.grid-container_2 {
    width: 170px;
    margin: 0;
}

.grid-item {
    width: 170px;
}

/* Mobile View */
.mobile-slide {
    display: none;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #game-promo .mobile-slide {
        display: flex;
        width: 160px !important;
    }

    .desktop-slide {
        display: none;
    }
}

.btn_control_slide {
    position: absolute;
    bottom: 12px;
    width: 40px;
    height: calc(100% - 20px);
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    color: var(--color-primary);
    transition: background .2s ease, opacity .2s ease;
    background: var(--bs-body-bg);
    opacity: .4;
    border: 0;
    z-index: 10;
}

.btn_control_slide .svg-icon {
    width: 36px;
    height: 36px;
}

.game-slider:hover .btn_control_slide {
    opacity: 1;
}

.btn_control_slide:hover {
    background: var(--bs-body-bg);
}

.btn_control_slide.btn_prev {
    left: -1px;
}

.btn_control_slide.btn_next {
    right: -1px;
}

.btn_control_slide.swiper-button-disabled {
    opacity: 0 !important;
}

.clickable-element,
.menu-toggle__wrapper,
.btn_search_mobile,
.favorites_btn,
.button_vote_game,
[data-action] {
    min-height: 44px;
    min-width: 44px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    user-select: none;
}

.swiper-container {
    touch-action: pan-y pinch-zoom;
}

.lazy, .lazy-bg {
    filter: blur(6px);
    transition: filter .25s ease;
}

.is-loaded {
    filter: none;
}

.content-inner.is-open {
    max-height: 100% !important;
    height: 100% !important;
    overflow: unset !important;
}

.remove_recent,
.remove_favorite {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #fff;
    line-height: 18px;
    background: red;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 10;
    outline: none;
}


#favoriteGames .card:hover .remove_favorite,
#recentGames .card:hover .remove_recent {
    display: flex;
}

/* Tab list */
.tab-list {
    display: flex;
    border-bottom: 2px solid #2a2e42;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tab-list .tab-item {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    position: relative;
    color: var(--body-bg-color);
    opacity: .7;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.tab-list .tab-item .svg-icon {
    margin-right: 6px;
    width: 14px;
    height: 14px;
}

.tab-list .tab-item.active {
    color: var(--highlight-color);
    background-color: rgba(255, 255, 255, .1);
    opacity: 1;
}

.tab-list .tab-item.active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffd600;
    border-radius: 2px;
}

/* Tab content */

.tab-panel {
    display: none;
    padding-top: 12px;
}

.tab-panel.active {
    display: block;
}

.tab-panel .card {
    text-align: center;
}

.tab-panel .card .icon {
    font-size: 40px;
    margin-bottom: 12px;
    color: #ff4d4d;
}

.tab-panel .card h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.tab-panel .card p {
    margin: 0;
    color: #c0c3d0;
}

.empty_game {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 200px;
    padding: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, .05);
    border-radius: 8px;
}

.empty_game-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.empty_game-header .icon {
    width: 32px;
    height: 32px;
}

.empty_game-header .title {
    font-weight: 700;
    font-size: 1rem;
}

.empty_game p {
    font-size: 0.865rem;
    text-align: center;
    text-wrap: balance;
    line-height: 1.2;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}