@charset "UTF-8";

a,
body {
    color: var(--black2)
}

.game-btns,
.img-scaler,
.is-raised,
body,
header,
main {
    position: relative
}

.img-scalable,
body,
html {
    height: 100%
}

.games-title-text,
.primary-btn,
.primary-btn-text,
.show-more-text {
    white-space: nowrap
}

.game-frame-inner.is-open,
.game-review-btn {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical
}

.category-text,
.game-frame-inner.is-open,
.game-review-btn,
.headline .title,
.thumb-inner {
    -webkit-box-orient: vertical
}

.category-text,
.games-title-text,
.headline .title,
.headline .title-big,
.primary-btn,
.primary-btn-text,
.show-more-text,
input[placeholder] {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.category-text,
.games-title-text,
.headline .title,
.headline .title-big,
.primary-btn,
.primary-btn-text,
.show-more-text,
.thumb-inner,
input[placeholder] {
    text-overflow: ellipsis
}

.game .swiper-button-prev::after,
.game-toggle-bl .swiper-button-prev::after,
.icon-arrow-left:before {
    content: "\e902";
    content: none;
}

.game .swiper-button-next::after,
.game-toggle-bl .swiper-button-next::after,
.icon-arrow-right:before {
    content: "\e907";
    content: none;
}

.icon-fire:before {
    content: "\e90f";
    content: "🔥";
    font-size: 21px;
}

.icon-play:before {
    content: "\e913";
    color: var(--white)
}

.icon-reload:before {
    content: "\e915";
    content: "↻";
    font-weight: bold;
}

.icon-search:before {
    content: "\e918";
    color: var(--white)
}

.icon-user:before {
    content: "\e91e";
    color: var(--white)
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    min-width: 320px;
    font: 400 16px/1.2 Montserrat, sans-serif
}

body.bg-dark {
    background-color: #f7f8fc
}

html.is-horizontal-locked,
html.is-locked {
    position: fixed;
    height: 100%;
    max-height: 100vh;
    overflow: hidden
}

:root {
    scroll-behavior: unset;
    --theme_color: #e41b15;
    --red: #e52614;
    --red2: #f4432b;
    --red3: #e90000;
    --red4: #c4211c;
    --orange: #e85f11;
    --orange2: #ea880e;
    --orange3: #ea8d0e;
    --orange4: #d26a25;
    --orange5: #d48c26;
    --white: #fff;
    --white2: #f2f2f2;
    --black: #000;
    --black2: #212121;
    --black3: rgba(67, 67, 67, .3);
    --black4: rgba(0, 0, 0, .6);
    --gray: #b7b7b7;
    --gray2: #e2e2e2;
    --green: #1fa500
}

footer,
header {
    background-color: var(--black)
}

button {
    background-color: transparent
}

header {
    z-index: 11
}

main {
    padding-bottom: 56px;
    transition: filter .3s
}

main::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: var(--black);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-in, visibility .2s ease-in;
    -o-transition: opacity .2s ease-in, visibility .2s ease-in;
    transition: opacity .2s ease-in, visibility .2s ease-in
}

.is-raised {
    margin-top: -46px
}

section.is-modified {
    margin-bottom: 20px
}

.description li,
.section-desc li,
section .container>.thumbs {
    margin-bottom: 10px
}

.is-hidden {
    display: none
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    line-height: 1
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    text-decoration: none
}

img {
    max-width: 100%;
    vertical-align: top
}

svg:not(:root) {
    overflow: hidden
}

input,
textarea {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: none;
    border-radius: 0
}

textarea {
    overflow: auto;
    resize: none
}

button {
    /* outline: 0; */
    border: none;
    border-radius: 0;
    padding: 0;
    cursor: pointer
}

.found-field {
    border-radius: 24px
}

i {
    font-style: normal
}

[class*=icon-],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.games-title,
.search-no,
.subtitle,
.thumb-desc {
    text-transform: uppercase
}

.title,
.title-big,
.title-tiny {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--black2)
}

.title {
    font-size: 30px
}

.title-big {
    font-size: 34px
}

.title-small {
    font-size: 24px
}

.date-badge-icon,
.search-no,
.subtitle,
.title-tiny {
    font-size: 18px
}

.hover_title:hover,
.infor_footer a:hover {
    color: var(--theme_color)
}

.subtitle {
    font-weight: 500
}

.description p,
.section-desc p {
    line-height: 1.8;
    margin-bottom: 10px
}

.section-desc {
    margin-bottom: 36px
}

.description h2,
.description h3 {
    padding: 40px 0 20px;
    font-size: 21px
}

.description ul,
.section-desc ul {
    margin-bottom: 10px;
    padding-left: 40px;
    list-style: disc
}

.description li:last-child,
.section-desc li:last-child {
    margin-bottom: 0
}

.auth-opener,
.is-primary-colored,
.navbar .links li .sub-menu li:hover a,
.navbar .links li:hover a,
.register-opener,
.search-target {
    color: var(--orange)
}

.headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0
}

.headline .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.headline .title-big {
    overflow: hidden;
    white-space: nowrap
}

.headline-col .title-big {
    display: inline;
    vertical-align: middle;
    white-space: normal;
    margin-right: 20px
}

.found .title-big,
.found-page .title-big {
    margin-bottom: 40px;
    word-break: break-word
}

.found .primary-btn,
.found-page .primary-btn {
    max-width: 240px;
    width: 100%
}

.found .primary-btn-text,
.found-page .primary-btn-text {
    margin-left: 0
}

.found {
    margin-top: 60px
}

.found-page {
    padding-top: 60px
}

.found-field {
    width: 100%;
    margin-right: 15px;
    padding: 15px 20px;
    background-color: var(--white2);
    font-weight: 500
}

.breadcrumbs-item,
.found-form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-no {
    margin-bottom: 30px;
    font-weight: 700
}

.search-empty,
.search-empty-light {
    margin-bottom: 48px
}

.search-empty {
    font-weight: 600
}

.result-line .title-tiny {
    margin-bottom: 13px
}

.result-line .title-tiny+.thumbs {
    padding-top: 13px
}

.result-line .categories-second {
    padding-top: 0;
    padding-bottom: 0
}

.result-line+.result-line {
    margin-top: 14px
}

.container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px
}

.container-lg {
    margin: 0 auto;
    max-width: 1210px;
    padding: 0 20px
}

.img-scaler {
    padding-bottom: 75%
}

.img-scalable {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%
}

.required-bl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 304px;
    width: 100%;
    border-radius: 10px;
    padding: 18px;
    background-color: var(--white);
    letter-spacing: .75px;
    font-weight: 500;
    font-size: 15px;
    color: var(--black)
}

.thumb-link,
.thumb-link-wrap {
    border-radius: 20px;
    display: block
}

.games-tip,
.games-title {
    color: var(--white)
}

.required-bl::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 0;
    height: 0;
    border-width: 7px 12px 7px 0;
    border-style: solid;
    border-color: transparent var(--white) transparent transparent
}

.required-bl-text {
    display: inline-block;
    text-align: center
}

.section {
    padding: 20px 0
}

.comment,
.game-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.games {
    padding-top: 34px
}

.games-inner {
    position: relative;
    padding-top: 100px
}

.games-headline {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1150px;
    margin: 0 auto;
    padding: 34px 100px 34px 20px;
    background-color: var(--black)
}

.thumb-inner,
.thumb-link-wrap {
    position: relative;
    height: 100%
}

.thumb-desc {
    background-color: var(--white)
}

.games-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-right: 40px;
    font-weight: 600;
    font-size: 40px
}

.games-title-text {
    display: inline-block;
    margin-left: 14px;
    overflow: hidden
}

.games-tip {
    margin-bottom: 54px;
    font-weight: 500;
    line-height: 2
}

.games-bl {
    display: none;
    margin: 0 -15px;
    padding-right: 70px
}

.game-btns,
.games-bl.is-open,
.requests-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.games-bl .loading-sector,
.lading-sector {
    margin: 0 auto
}

.games .thumb,
.thumbs .thumb {
    width: 20%;
    padding: 0 15px 36px
}

.categories,
.categories-secondary,
.thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.thumbs .primary-btn,
.thumbs+.primary-btn {
    min-width: 252px;
    margin: 0 auto
}

.thumbs a.primary-btn,
.thumbs+a.primary-btn {
    max-width: 252px;
    min-width: initial
}

#gamesBox~.primary-btn {
    max-width: 252px;
    margin: 0 auto
}

.thumb-inner {
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.thumb-inner.is-touched .thumb-link-wrap,
.thumb-inner:hover .thumb-link-wrap {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: default
}

.game-btn:not(.has-no-border).isActive::before,
.thumb-inner.is-touched .thumb-video-wrap,
.thumb-inner:hover .thumb-video-wrap,
.thumb-inner:hover .thumb_link_title_wrap {
    opacity: 1
}

.thumb-inner.is-touched .label-popular,
.thumb-inner.is-touched .label-progress,
.thumb-inner:hover .label-popular,
.thumb-inner:hover .label-progress {
    opacity: 0;
    visibility: hidden
}

.thumb-inner.is-touched .label-popular,
.thumb-inner:hover .label-popular {
    -webkit-transform: scale(1.148);
    -ms-transform: scale(1.148);
    transform: scale(1.148);
    opacity: 0;
    visibility: hidden
}

.thumb-inner:hover .thumb-closer {
    -webkit-transform: scale(1.176) translate3d(5px, -5px, 0);
    transform: scale(1.176) translate3d(5px, -5px, 0);
    opacity: 1;
    visibility: visible
}

.thumb-inner:hover .cursor {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.thumb-link-wrap {
    overflow: hidden;
    -webkit-box-shadow: 0 3px 15px var(--black3);
    box-shadow: 0 3px 15px var(--black3);
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.thumb-link {
    overflow: hidden;
}

.thumb-link:focus {
    outline: 1px solid #000;
    border: 1.6px solid #000;
}

.thumb .img-scalable,
.thumb-video,
.thumb-video-wrap {
    overflow: hidden;
    border-radius: 20px 20px 0 0
}

.thumb-video-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.thumb-video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.thumb-desc {
    font-weight: 600;
    padding: 15px 16px 21px;
    word-break: break-word
}

.thumb .label-popular,
.thumb .label-progress,
.thumb .thumb-closer {
    position: absolute;
    z-index: 1
}

.thumb .label-progress {
    -webkit-transition: opacity .2s ease-in, visibility .2s ease-in;
    -o-transition: opacity .2s ease-in, visibility .2s ease-in;
    transition: opacity .2s ease-in, visibility .2s ease-in
}

.thumb .label-popular {
    top: 10px
}

.thumb .label-progress {
    bottom: -20px;
    right: 10px
}

.thumb .label-popular {
    left: -10px;
    -webkit-transition: opacity .2s ease-in, visibility .2s ease-in, -webkit-transform .2s;
    transition: transform .2s, opacity .2s ease-in, visibility .2s ease-in, -webkit-transform .2s;
    -o-transition: transform .2s, opacity .2s ease-in, visibility .2s ease-in
}

.thumb .thumb-closer {
    top: -10px;
    right: -10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: color .2s ease-in, opacity .2s ease-in, visibility .2s ease-in, -webkit-transform .2s ease-in;
    transition: transform .2s ease-in, color .2s ease-in, opacity .2s ease-in, visibility .2s ease-in, -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in, color .2s ease-in, opacity .2s ease-in, visibility .2s ease-in
}

.thumb .cursor {
    position: absolute;
    z-index: 5;
    -webkit-transition: -webkit-transform 1s ease-in;
    transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    transition: transform 1s ease-in, -webkit-transform 1s ease-in
}

.categories .category,
.categories-secondary .category {
    width: 20%
}

.categories+.primary-btn,
.categories-secondary+.primary-btn {
    min-width: 252px;
    margin: 20px auto 0
}

.categories .category {
    padding: 0 15px 30px
}

.categories-secondary .category {
    padding: 0 15px 40px
}

.categories-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 10px 0 50px
}

.category-link,
.category-name {
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: hidden
}

.categories-second .category {
    width: 20%;
    padding: 15px
}

.category-link {
    display: flex;
    height: 75px;
    -webkit-box-shadow: 0 3px 15px 0 var(--black3);
    box-shadow: 0 3px 15px 0 var(--black3);
    border-radius: 20px;
    font-weight: 500
}

.category-img-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 75px
}

.category-img-wrap img {
    height: 100%;
    width: 100%
}

.category-name {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 20px 20px 0;
    padding: 0 10px;
    color: var(--black);
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.categories-wrap {
    display: -webkit-box;
    display: -ms-flexbox
}

.category-name::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 0 20px 20px 0;
    background-image: -o-linear-gradient(45deg, var(--red), var(--orange2));
    background-image: linear-gradient(45deg, var(--red), var(--orange2));
    -webkit-transition: opacity .2s ease-in, background-image .2s ease-in;
    -o-transition: opacity .2s ease-in, background-image .2s ease-in;
    transition: opacity .2s ease-in, background-image .2s ease-in
}

.cursor {
    background-image: -o-linear-gradient(36deg, var(--theme_color) 0, var(--orange3) 100%)
}

.category-text {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-transform: capitalize;
}

.categories-slider.swiper-container {
    margin: 0 -20px 25px;
    padding: 0 5px
}

.categories-item.swiper-slide {
    padding: 15px
}

.categories-wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px
}

.categories-wrap .category {
    width: 20%;
    padding: 17px 14px
}


.game-swiper-container.swiper-container-initialized {
    opacity: 1;
    visibility: visible
}

.requests-title {
    margin-bottom: 33px;
    font-weight: 500;
    color: var(--white)
}

.requests-item {
    padding: 8px 20px 8px 0
}

.tags-text {
    position: relative;
    z-index: 2;
    text-transform: capitalize;
}

.label-popular {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 40px
}

.label-progress-percents {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.label-progress-percents::after {
    content: attr(data-percent) "%";
    display: block;
    width: 30px;
    height: 30px;
    background: var(--black);
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    color: var(--white);
    text-align: center;
    line-height: 30px;
    font-size: 11px
}

.label-popular,
.label-popular::before,
.thumb-close {
    background-color: var(--white)
}

.label-progress-svg {
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.label-progress-inner {
    fill: #565656;
    stroke: #e86311;
    stroke-width: 10px;
    stroke-dasharray: 0 125.6636px;
    -webkit-transition: stroke-dasharray .6s ease-out;
    -o-transition: stroke-dasharray .6s ease-out;
    transition: stroke-dasharray .6s ease-out
}

.label-popular {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .21);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .21);
    border-radius: 0 24px 24px 0;
    font-size: 24px;
    color: var(--red2)
}

.label-popular::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 40px
}

.label-popular::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #d5d5d5 #d5d5d5 transparent transparent
}

.thumb-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    -webkit-box-shadow: 0 3px 17px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 17px rgba(0, 0, 0, .15);
    border-radius: 50%;
    font-size: 18px
}

.cursor,
.primary-btn {
    border-radius: 24px;
    letter-spacing: .65px;
    color: var(--white)
}

.cursor {
    display: inline-block;
    padding: 5px 10px;
    background-image: linear-gradient(54deg, var(--theme_color) 0, var(--orange3) 100%);
    text-transform: uppercase;
    font-weight: 700;
    pointer-events: none
}

.primary-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    font-weight: 700;
    text-transform: uppercase
}

.primary-btn {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 12px;
    background-image: -o-linear-gradient(36deg, var(--theme_color) 0, var(--orange3) 100%);
    background-image: linear-gradient(54deg, var(--theme_color) 0, var(--orange3) 100%);
    line-height: 1.6;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.show-more-btn {
    background-image: -o-linear-gradient(225deg, var(--orange3), var(--theme_color))
}

.primary-btn .icon-gamepad {
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
    font-size: 20px
}

.primary-btn-text {
    display: inline-block;
    overflow: hidden;
    margin-left: 6px
}

.breadcrumbs-link {
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in
}

.show-more-text,
.thumb-closer {
    background-color: var(--white)
}

.show-more-text {
    position: relative;
    color: var(--black)
}

.thumb-closer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 34px;
    height: 34px;
    -webkit-box-shadow: 0 3px 17px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 17px rgba(0, 0, 0, .15);
    border-radius: 50%;
    font-size: 18px
}

.show-more-btn {
    width: 100%;
    font-weight: 700;
    display: block;
    text-align: center
}

.show-more-btn {
    border-radius: 20px;
    padding: 2px;
    background-image: linear-gradient(225deg, var(--orange3), var(--theme_color));
    text-transform: uppercase
}

.show-more-text {
    z-index: 2;
    display: block;
    border-radius: 18px;
    padding: 27px 20px 28px;
    overflow: hidden;
    -webkit-transition: background-color .2s ease-in, color .2s ease-in;
    -o-transition: background-color .2s ease-in, color .2s ease-in;
    transition: background-color .2s ease-in, color .2s ease-in
}

.btn_search .icon-search::before,
.game .subtitle,
.game .title-big {
    color: var(--white)
}

#iframehtml5,
.links li .sub-menu .more:hover .more-sub-menu,
.navbar .links li:hover .js-sub-menu {
    display: block
}

section.bg-white {
    background-color: var(--white)
}

.btn-line {
    padding-bottom: 20px
}

.breadcrumbs {
    position: relative;
    z-index: 10;
    padding-top: 24px
}

.breadcrumbs-nav-wrap {
    color: #797979
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.breadcrumbs-item+.breadcrumbs-item {
    position: relative;
    margin-left: 8px;
    padding-left: 20px
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumbs-item+.breadcrumbs-item::before {
    content: "—";
    position: absolute;
    top: 0;
    left: 0
}

.breadcrumbs-link {
    color: #797979;
    transition: color .2s ease-in
}

.breadcrumb {
    position: relative;
    z-index: 10;
    margin: 0 -20px
}

.breadcrumb-item+.breadcrumb-item {
    position: relative;
    margin-left: 8px;
    padding-left: 20px;
    font-size: 16px
}

.breadcrumb-item {
    display: inline-block;
    vertical-align: middle;
    color: #b6b6b6
}

.breadcrumb-link {
    color: #b6b6b6;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.breadcrumb {
    padding: 6px 0 54px
}

.game-headline,
.game-review {
    display: -webkit-box;
    display: -ms-flexbox
}


.game {
    position: relative;
    padding-bottom: 60px;
    background-color: var(--black2)
}

.game-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    opacity: .15;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #000; */
    /* background-attachment: fixed; */
    -webkit-filter: blur(24px);
    filter: blur(24px);
}

.game-headline {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.game-headline .icon-dislike,
.game-headline .icon-like {
    font-size: 30px;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.game-review {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray)
}

.game-review-btn,
.game-review-col-last {
    display: -webkit-box;
    display: -ms-flexbox
}

.game-review-col,
.game-review-col-last {
    padding: 4px 22px
}

.game-review-col-last {
    display: flex;
    border-left: 1px solid var(--gray)
}

.game-review-num {
    display: inline-block;
    margin-top: 6px
}

.game-hgroup {
    margin-right: 40px
}

.game-review-link {
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
    color: var(--gray);
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.game-review-btn {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    text-align: center;
    color: var(--gray)
}

.game-btns>.game-btn:last-child,
.game-review-btn:last-child {
    margin-right: 0
}

.game-review-like.isActive .icon-like {
    color: var(--green)
}

.game-review-dislike.isActive .icon-dislike {
    color: var(--red3)
}

.game-btns .shares,
.game-btns>.game-btn {
    margin-right: 20px
}

.game-btns .game-btn-text {
    margin-left: 14px
}

.game-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 18px;
    border: 1px solid var(--white);
    padding: 8px 18px;
    font-weight: 500;
    color: var(--white);
    -webkit-transition: border-color .2s ease-in;
    -o-transition: border-color .2s ease-in;
    transition: border-color .2s ease-in
}

.mygames__emptyfav--button,
.mygames__emptyfav--button span {
    display: inline-block;
    position: relative;
    top: -2px;
    vertical-align: middle
}

.game-btn:not(.has-no-border)::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border-radius: 18px;
    background-image: -o-linear-gradient(45deg, #e52514, var(--orange2));
    background-image: linear-gradient(45deg, #e52514, var(--orange2));
    opacity: 0;
    -webkit-transition: opacity .2s ease-in, background-image .2s ease-in;
    -o-transition: opacity .2s ease-in, background-image .2s ease-in;
    transition: opacity .2s ease-in, background-image .2s ease-in
}

.mygames__emptyfav {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 40px 0 68px
}

.mygames__emptyfav span:not(.icon-star) {
    display: block;
    color: var(--white)
}

.mygames__emptyfav--note {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    text-transform: none;
    margin-top: 64px
}

.mygames__emptyfav--button {
    height: 36px;
    line-height: 34px;
    border: 1px solid var(--white);
    border-radius: 17px;
    padding: 0;
    text-align: center;
    background-color: transparent;
    font-size: 13px;
    font-weight: 500;
    width: 158px;
    margin: 0 13px;
    color: var(--white)
}

.button {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.mygames__emptyfav--button span {
    font-size: 17px;
    margin-right: 13px
}

.share-pop {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 136px 20px 100px;
    color: var(--white)
}

.carousel .swiper-button-next::after,
.carousel .swiper-button-prev::after,
.categories-second:not(.isVisible) .category:nth-child(1n+6),
.categories-swiper-container:not(.isVisible) .category:nth-child(1n+6),
.categories:not(.isVisible) .category:nth-child(1n+6),
.game-btn .icon-share,
.game-btn.is-hidden,
.hidden,
.hidden-load,
.hidden_btn_close,
.navbar .bx-menu,
.navbar .nav-links .sidebar-logo {
    display: none
}


.cursor-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.button {
    height: 54px;
    border-radius: 27px;
    background-color: var(--orange3);
    background-image: linear-gradient(225deg, var(--orange3), var(--theme_color));
    color: var(--white);
    border: 0;
    padding: 0 20px;
    font-size: 16px;
    line-height: 54px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.tags {
    max-width: 1150px;
    margin: 40px auto 0
}

.tags .swiper-container-free-mode>.swiper-wrapper {
    margin: 0 -6px
}

.tags-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0
}

.tags-item {
    width: auto;
    max-width: initial;
    padding: 0 6px 12px;
    font-size: 16px
}

.tags-link {
    position: relative;
    display: block;
    padding: 15px 27px;
    border-radius: 20px;
    font-weight: 500;
    box-shadow: 0 3px 15px var(--black3);
    background-color: var(--white);
    transition: color .2s ease-in
}

.tags-link::before,
.thumb_link_title_container:after,
.thumb_link_title_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.tags-link::before {
    content: "";
    bottom: 0;
    opacity: 0;
    border-radius: 20px;
    background-image: linear-gradient(45deg, var(--red) 0, var(--orange2) 100%);
    color: var(--white);
    transition: opacity .2s ease-in
}

.game-carousel::before {
    left: 0
}

.game-carousel::after {
    right: 0
}

.game-carousel .thumb-inner {
    -webkit-transition: transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in
}

.thumb_link_title_wrap {
    display: block;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0
}

@keyframes GameCardDescription_opacity__9_EM9 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.thumb_link_title_container {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    position: relative;
    animation: .3s ease-in-out GameCardDescription_opacity__9_EM9
}

.thumb_link_title_container:after {
    content: "";
    display: block;
    width: 100%;
    min-height: 100%;
    bottom: -1px;
    border-radius: 8px;
    background: linear-gradient(180deg, transparent 40.1%, rgba(0, 0, 0, .13) 59.09%, rgba(0, 0, 0, .15) 60.1%, rgba(0, 0, 0, .85));
    z-index: 1
}

.thumb_link_title_container .thumb_link_title_description {
    margin: auto 10px 0;
    padding-bottom: 10px;
    width: 100%;
    max-width: calc(100% - 20px);
    position: relative;
    z-index: 2
}

.thumb_link_title_container .thumb_link_title_description.GameCardDescription_large__NX3TA {
    margin: auto 10px 10px
}

.thumb_link_title_container .thumb_link_title_description .thumb_link_title {
    max-width: 100%;
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: .3px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 6px 2px 12px 0 rgba(67, 61, 77, .45);
    text-transform: capitalize;
}

.game .swiper-button-disabled,
.game-toggle-bl .swiper-button-disabled {
    opacity: 0
}

.game-btn.has-no-border {
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in
}

.game-btn.has-no-border {
    cursor: unset;
    border: 0;
    transition: color .2s ease-in
}

.game-btn .icon-share,
.game-btn .icon-share-social,
.game-btn .icon-speech-bubble,
.game-btn .icon-star,
.game-btn .icon-warning {
    position: relative;
    z-index: 1;
    font-size: 18px
}

.game-btn:not(.has-no-border).isActive {
    border-color: transparent
}

.game-btn-text {
    position: relative;
    display: inline-block;
    z-index: 1
}

.game-frame-box-wrap,
.game-frame-inner {
    display: none;
    position: relative
}

.game-carousel {
    margin: 42px 0 0
}

.game-swiper-container {
    margin: 0 -20px;
    padding: 10px 20px;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden
}

.game-frame {
    position: relative;
    padding-top: 24px
}

.game-frame .primary-btn {
    max-width: 260px;
    width: 100%
}

.game-frame-inner {
    min-width: 380px;
    padding-top: 100px;
    margin: 0 60px
}

.game-frame-inner.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.categories-carousel,
.game-frame-inner .primary-btn {
    margin-bottom: 30px
}

.game-frame-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgb(255 255 255 / 30%)
}

.game-closer,
.game-reloader {
    position: absolute;
    left: 101%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, .26);
    font-size: 26px;
    color: var(--white);
    -webkit-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    z-index: 4
}

.game-closer {
    top: 0;
    border-radius: 10px
}

.game-reloader {
    top: 60px;
    border-radius: 10px
}

.game .game-img-wrap {
    width: 260px;
    height: 260px
}

.game .game-img-wrap img {
    display: block;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    -webkit-animation: 1s infinite pulsing;
    animation: 1s infinite pulsing
}

@-webkit-keyframes pulsing {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }
}

@keyframes pulsing {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }
}

.game-tabs-container {
    max-width: 1150px;
    margin: 0 auto 20px;
    padding: 0 20px
}

.game-tab {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: inline-block;
    border-radius: 12px 12px 0 0;
    padding: 17px 44px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--white);
    -webkit-transition: background-color .2s ease-in, color .2s ease-in;
    -o-transition: background-color .2s ease-in, color .2s ease-in;
    transition: background-color .2s ease-in, color .2s ease-in
}

.game-tab.is-current {
    background-color: var(--white);
    color: var(--black2)
}

.game-toggle-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto
}

.game-toggle-col {
    width: 100%
}

.about.is-modified,
.feed,
.game-toggle-bl .thumbs,
.game-toggle-bl.is-modified .about {
    padding-top: 46px
}

.game-toggle-bl.has-margin {
    margin-top: 46px
}

.game-toggle-bl .headline {
    padding-top: 46px;
    padding-bottom: 0
}

.game-toggle-bl .headline.second {
    padding-top: 10px
}

.game-toggle-bl .game-swiper-container {
    padding: 20px
}

.game-toggle-bl .swiper-button-next,
.game-toggle-bl .swiper-button-prev {
    top: auto;
    bottom: 0;
    height: 100%;
    width: 94px;
    outline: 0;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.game-toggle-bl .swiper-button-next::after,
.game-toggle-bl .swiper-button-prev::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--red2);
    font-family: icomoon;
    font-size: 22px;
    color: var(--white);
    pointer-events: auto;
    -webkit-transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.game-toggle-bl .swiper-button-prev {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, var(--white)), color-stop(75%, rgba(255, 255, 255, .6)), color-stop(95%, rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, var(--white) 0, rgba(255, 255, 255, .6) 75%, rgba(255, 255, 255, .1) 95%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, var(--white) 0, rgba(255, 255, 255, .6) 75%, rgba(255, 255, 255, .1) 95%, rgba(255, 255, 255, 0) 100%)
}

.game-toggle-bl .swiper-button-next {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, var(--white)), color-stop(75%, rgba(255, 255, 255, .6)), color-stop(95%, rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, var(--white) 0, rgba(255, 255, 255, .6) 75%, rgba(255, 255, 255, .1) 95%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, var(--white) 0, rgba(255, 255, 255, .6) 75%, rgba(255, 255, 255, .1) 95%, rgba(255, 255, 255, 0) 100%)
}

.game-toggle-bl .loadmore {
    width: 260px
}

.game-toggle-box {
    margin: 0 -20px
}

.game .breadcrumbs {
    margin-bottom: 21px
}

.game .breadcrumbs-item,
.game .breadcrumbs-link {
    color: var(--gray);
    text-transform: capitalize;
    /* white-space: nowrap */
}

.game .subtitle {
    margin-top: 20px
}

.game .img-scaler,
.game .thumb-inner {
    border-radius: 20px
}

.game .swiper-button-next,
.game .swiper-button-prev {
    width: 60px;
    height: calc(100% - 20px);
    top: 10px;
    margin-top: 0;
    border-radius: 18px;
    font-size: 30px;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    outline: 0;
    -webkit-transition: transform .2s ease-in, border-radius .2s ease-in, opacity .2s ease-in;
    -o-transition: transform .2s ease-in, border-radius .2s ease-in, opacity .2s ease-in;
    transition: transform .2s ease-in, border-radius .2s ease-in, opacity .2s ease-in
}

.game .swiper-button-prev {
    left: 19px
}

.game .swiper-button-next {
    right: 19px
}

.categories-carousel .category.has-btn,
.categories-swiper-slide,
.categories-wrapper .category {
    width: 20%;
    padding: 17px 12px
}

.categories-swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px
}

.about-headline,
.categories-wrapper {
    display: -webkit-box;
    display: -ms-flexbox
}

.categories-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 32px 20px 0
}

.categories-wrapper {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

.about-headline {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px
}

.about-img-wrap {
    margin-right: 10px
}

.about-title {
    color: var(--black2);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px
}

.about-text {
    line-height: 1.8;
    color: var(--black2)
}

.sticky-bl.is-stopped {
    position: absolute;
    bottom: 0;
    left: 0
}

.date-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--white)
}

.date-badge-text {
    display: inline-block;
    margin-left: 8px;
    font-size: 15px
}

.plus {
    font-size: 18px;
    line-height: 1
}

section.has-sticky-btn .sticky-wrapper {
    position: absolute;
    min-width: 130px;
    left: -100px;
    top: 30%
}

.carousel {
    position: relative;
    margin-bottom: 60px
}

.carousel::after,
.carousel::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 150px
}

.carousel::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(var(--black4)), color-stop(50%, var(--black4)), color-stop(75%, rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, var(--black4) 0, var(--black4) 50%, rgba(0, 0, 0, .4) 75%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, var(--black4) 0, var(--black4) 50%, rgba(0, 0, 0, .4) 75%, rgba(0, 0, 0, 0) 100%)
}

.carousel::after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(var(--black4)), color-stop(50%, var(--black4)), color-stop(75%, rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(right, var(--black4) 0, var(--black4) 50%, rgba(0, 0, 0, .4) 75%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(-90deg, var(--black4) 0, var(--black4) 50%, rgba(0, 0, 0, .4) 75%, rgba(0, 0, 0, 0) 100%)
}

.carousel .swiper-button-next,
.carousel .swiper-button-prev {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    outline: 0;
    font-size: 40px;
    color: var(--white);
    -webkit-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in
}

.carousel .swiper-button-prev {
    left: 30px;
    padding-right: 3px
}

.carousel .swiper-button-next {
    right: 30px;
    padding-left: 3px
}

.progressbar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    height: 4px;
    width: 0%;
    background: var(--orange)
}

.thumb-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 14;
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none
}

.thumb .img-scaler::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    background-color: var(--black);
    transition: opacity .2s ease-in
}

.thumb .img-scaler.has-loader::before {
    opacity: .6
}

.game-frame-box.full-screened iframe {
    height: calc(100% + 45px);
    width: 100%
}

@media screen and (min-width:1025px),
only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1367px) and (orientation:landscape),
only screen and (min--moz-device-pixel-ratio:2) and (min-width:1367px) and (orientation:landscape),
only screen and (-o-min-device-pixel-ratio:2/1) and (min-width:1367px) and (orientation:landscape),
only screen and (min-device-pixel-ratio:2) and (min-width:1367px) and (orientation:landscape),
only screen and (min-resolution:192dpi) and (min-width:1367px) and (orientation:landscape),
only screen and (min-resolution:2dppx) and (min-width:1367px) and (orientation:landscape) {

    .game-review-link:hover,
    .thumb .thumb-closer:hover,
    a.breadcrumb-link:hover,
    a.breadcrumbs-link:hover {
        color: var(--orange)
    }

    .thumb .thumb-closer:hover~.thumb-link-wrap .cursor {
        display: none
    }

    .category-link:hover .category-name,
    .tags-link:hover {
        color: var(--white)
    }

    .category-link:hover .category-name::before,
    .game-btn:not(.has-no-border):hover::before,
    .shares:hover .shares-btn::before,
    .tags-link:hover::before {
        opacity: 1
    }

    .game .game-img-wrap:hover~.primary-btn,
    .primary-btn:hover {
        -webkit-transform: scale(1.048);
        -ms-transform: scale(1.048);
        transform: scale(1.048)
    }

    .game-btn:not(.has-no-border):hover {
        border-color: transparent
    }

    .show-more-btn:hover .show-more-text {
        background-color: transparent;
        color: var(--white)
    }

    .game-review-like:hover .icon-like {
        color: var(--green)
    }

    .game-review-dislike:hover .icon-dislike {
        color: var(--red3)
    }

    .game-closer:hover,
    .game-reloader:hover {
        background-color: rgba(255, 255, 255, .46)
    }

    .game-tab:not(.is-current):hover {
        background-color: rgba(247, 244, 239, .22)
    }

    .game-toggle-bl .swiper-button-next:hover::after,
    .game-toggle-bl .swiper-button-prev:hover::after {
        -webkit-transform: scale(1.088);
        -ms-transform: scale(1.088);
        transform: scale(1.088)
    }

    .game .swiper-button-next:hover::after,
    .game .swiper-button-prev:hover::after {
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25)
    }

    .carousel .swiper-button-next:not(.swiper-button-disabled):hover,
    .carousel .swiper-button-prev:not(.swiper-button-disabled):hover {
        background-color: var(--orange)
    }

    .button:hover {
        color: var(--white);
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@media screen and (max-width:1399px) {
    section.has-sticky-btn .sticky-wrapper {
        left: -80px
    }
}

@media screen and (max-width:1139px) {
    .games-bl {
        padding-right: 0
    }

    .categories .category,
    .categories-second .category,
    .categories-secondary .category,
    .categories-wrapper .category,
    .games .thumb {
        width: 25%
    }

    .categories-box {
        margin: 0 -20px
    }

    .categories-wrap {
        position: relative;
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0;
        padding: 0 6px;
        white-space: nowrap;
        font-size: 0
    }

    .categories-wrap::-webkit-scrollbar,
    .categories-wrap::-webkit-scrollbar-thumb {
        display: none
    }

    .categories-wrap .category {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        font-size: 16px
    }

    .categories-wrap .category.has-btn {
        width: 20%
    }

    .game-tab {
        padding: 17px 22px
    }

    .game .title-big {
        font-size: 32px
    }

    .game .subtitle {
        font-size: 16px
    }

    .categories-swiper-container.swiper-container-initialized {
        opacity: 1;
        visibility: visible
    }

    .categories-carousel {
        margin: 0 -20px 30px;
        padding: 0
    }

    .categories-carousel .category.has-btn {
        display: none
    }

    .categories-swiper-container {
        opacity: 0;
        visibility: hidden;
        padding: 10px 12px
    }

    .categories-swiper-wrapper.nowrap {
        flex-wrap: initial
    }

    .categories-swiper-slide {
        width: 220px
    }

    .categories-carousel .categories-swiper-container:not(.isVisible) .category:nth-child(1n+6) {
        display: block
    }
}

@media screen and (max-width:1024px),
only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1366px) and (orientation:landscape),
only screen and (min--moz-device-pixel-ratio:2) and (max-width:1366px) and (orientation:landscape),
only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1366px) and (orientation:landscape),
only screen and (min-device-pixel-ratio:2) and (max-width:1366px) and (orientation:landscape),
only screen and (min-resolution:192dpi) and (max-width:1366px) and (orientation:landscape),
only screen and (min-resolution:2dppx) and (max-width:1366px) and (orientation:landscape) {

    header {
        width: 100%
    }

    .tags-nav.swiper-container-initialized,
    .thumb .thumb-closer {
        opacity: 1;
        visibility: visible
    }

    header {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 13;
        transition: transform .3s
    }

    header.is-hide {
        transform: translate3d(0, -76px, 0)
    }

    .game .swiper-button-next,
    .game .swiper-button-prev,
    .game-btn .icon-share-social,
    .game-btn-text {
        display: none
    }

    .game-tabs {
        display: block
    }

    main {
        padding: 70px 0 36px
    }

    section.is-raised {
        margin-top: -46px
    }

    .headline {
        padding: 30px 0
    }

    .found .title-big,
    .found-page .title-big,
    .headline .title-big {
        font-size: 32px
    }

    .container-lg {
        padding: 0 20px
    }

    .btn-line {
        padding-bottom: 0
    }

    .thumbs .thumb {
        width: 25%
    }

    .thumb-inner.is-touched .thumb-closer,
    .thumb-inner:hover .thumb-closer {
        -webkit-transform: scale(1.176) translate3d(5px, -5px, 0);
        transform: scale(1.176) translate3d(5px, -5px, 0)
    }

    .thumb .thumb-closer {
        top: 10px;
        right: 10px;
        z-index: 2
    }

    .requests-title {
        margin-bottom: 20px
    }

    .breadcrumb {
        padding: 2px 0 20px
    }

    .game-tab {
        font-size: 12px
    }

    .game-toggle-bl .thumbs {
        padding-top: 30px
    }

    .game .title-big {
        font-size: 28px
    }

    .game .subtitle {
        font-size: 16px
    }

    .game-btn .icon-share,
    .game-btn .icon-share-social,
    .game-btn .icon-speech-bubble,
    .game-btn .icon-star,
    .game-btn .icon-warning {
        font-size: 22px
    }

    .carousel {
        margin-bottom: 50px
    }

    .carousel::after,
    .carousel::before {
        width: 100px
    }

    .carousel .swiper-button-next,
    .carousel .swiper-button-prev {
        width: 60px;
        height: 60px;
        font-size: 30px
    }

    .carousel .swiper-button-prev {
        left: 20px
    }

    .carousel .swiper-button-next {
        right: 20px
    }

    .progressbar {
        top: auto;
        bottom: 0
    }

    .mygames__emptyfav span:not(.icon-star) {
        padding-left: 0
    }

    .mygames__emptyfav--note {
        position: relative;
        margin-top: 116px;
        line-height: 33px
    }

    .mygames__emptyfav--button {
        position: absolute;
        font-size: 0;
        width: 47px;
        height: 47px;
        border-radius: 50%;
        margin: 0;
        top: -73px;
        left: 44%
    }

    .mygames__emptyfav--button span {
        font-size: 22px;
        margin: 0
    }

    .mygames__emptyfav--button:before {
        font-family: icomoon !important;
        content: "\e90a";
        position: absolute;
        left: -73px;
        font-size: 60px;
        color: var(--white);
        top: 17px
    }

    .tags-nav {
        margin: 0 -20px;
        padding: 0 20px;
        transition: opacity .3s, visibility .3s
    }

    .tags-list {
        justify-content: flex-start
    }

    .game .thumb-inner.is-touched .thumb-link-wrap {
        -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
        transform: scale(1.12)
    }

    .game {
        padding-bottom: 70px
    }

    .game-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        padding: 0 0 3px
    }

    .game-btn.has-no-border {
        border: 1px solid var(--white)
    }

    .game-btn .icon-share {
        display: inline-block
    }

    .game-carousel {
        margin: 0 -20px;
        padding: 20px 0
    }

    .game-swiper-container {
        border-radius: 0;
        margin: 0;
        padding: 10px 20px
    }

    .game-tabs-container {
        max-width: initial;
        margin-bottom: 0;
        padding: 0;
        background-color: var(--black)
    }

    .game-tabs {
        position: relative;
        max-width: 1150px;
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0 auto;
        padding: 0 20px;
        white-space: nowrap
    }

    .game-tab {
        width: auto;
        border-top: 1px solid transparent;
        border-radius: 0;
        padding: 17px 0;
        -webkit-transition: border-color .2s;
        -o-transition: border-color .2s;
        transition: border-color .2s
    }

    .game-tab.is-current {
        border-color: var(--white);
        background-color: transparent;
        color: var(--white)
    }

    .game-tab+.game-tab {
        margin-left: 20px
    }

    .game-btn:not(.has-no-border)::before {
        border-radius: 50%;
    }

    .game-carousel .thumb {
        width: 160px !important
    }
}

@media screen and (max-width:991px) {

    .carousel .swiper-button-next,
    .carousel .swiper-button-prev {
        width: 50px;
        height: 50px;
        font-size: 26px
    }

    .carousel .swiper-button-prev {
        left: 20px
    }

    .carousel .swiper-button-next {
        right: 20px
    }

    .shares {
        display: block
    }
}

@media screen and (max-width:959px) {
    .games-title {
        font-size: 32px
    }

    .categories .category,
    .categories-second .category,
    .categories-secondary .category,
    .categories-wrapper .category,
    .games .thumb {
        width: 33.332%
    }

    .game .title-big {
        font-size: 24px
    }
}

@media screen and (max-width:863px) {

    .found .title-big,
    .found-page .title-big,
    .games-title,
    .headline .title-big {
        font-size: 26px
    }

    .categories-second,
    .categories-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        font-size: 0;
        display: block
    }

    .result-line .categories-second {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .games-bl {
        margin: 0 -10px
    }

    .games .thumb {
        padding: 0 10px 26px
    }

    .categories-second {
        margin: 0 -20px;
        padding: 10px 5px 40px
    }

    .categories-second::-webkit-scrollbar,
    .categories-second::-webkit-scrollbar-thumb {
        display: none
    }

    .categories-second .category {
        display: inline-block;
        vertical-align: middle;
        width: 220px;
        font-size: 16px
    }

    .categories-wrapper::before,
    .game-tabs::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 20px
    }

    .categories-second .category.has-btn {
        display: none
    }

    .game-tabs::-webkit-scrollbar,
    .game-tabs::-webkit-scrollbar-thumb {
        display: none
    }

    .game-tabs::before {
        background-color: var(--black)
    }

    .categories-container {
        padding: 18px 0 0
    }

    .categories-wrapper {
        position: relative;
        margin: 0;
        padding: 0 8px
    }

    .categories-wrapper::-webkit-scrollbar,
    .categories-wrapper::-webkit-scrollbar-thumb {
        display: none
    }

    .categories-wrapper::before {
        background-color: var(--white)
    }

    .categories-wrapper .category {
        display: inline-block;
        width: 220px;
        font-size: 16px
    }
}

@media screen and (max-width:799px) {

    .games {
        padding-top: 20px
    }

    .games-inner {
        padding-top: 0
    }

    .games-headline {
        position: static;
        display: block;
        padding: 0 0 100px;
        background-color: transparent
    }

    .games-tip {
        padding: 0 40px;
        text-align: center
    }
}

.nav-wrap,
.nav-wrap .navbar .links li .sub-menu {
    background: var(--black);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

@media screen and (max-width:767px) {
    .thumbs .thumb {
        width: 33.332%
    }
}

.mob-game,
.mob-game::before {
    top: 0;
    right: 0;
    background-color: var(--black);
    left: 0;
    bottom: 0
}

@media screen and (max-width:719px) {

    .headline .title-big {
        font-size: 24px
    }

    .found .title-big,
    .found-page .title-big {
        margin-bottom: 30px;
        font-size: 24px
    }

    .found .primary-btn,
    .found-page .primary-btn {
        max-width: initial;
        padding: 9px 12px
    }

    .found {
        margin-top: 30px
    }

    .found-page {
        padding-top: 30px
    }

    .found-field {
        margin-bottom: 20px;
        padding: 12px 20px
    }

    .found-form-inner {
        display: block
    }

    .categories .category,
    .categories-secondary .category {
        width: 50%
    }
}

.mob-game {
    position: fixed;
    z-index: 100;
    -webkit-transition: opacity .2s ease-in, visibility .2s ease-in;
    -o-transition: opacity .2s ease-in, visibility .2s ease-in;
    transition: opacity .2s ease-in, visibility .2s ease-in
}

.mob-game::before {
    content: "\e916";
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
    font-family: icomoon;
    color: var(--white);
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease-in
}

.mob-game.required-rotate::before {
    visibility: visible;
    opacity: .6
}

.mob-game .back-btn {
    position: fixed;
    z-index: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 3px rgb(0 0 0 / 37%);
    background-color: var(--white);
    font-size: 20px;
    color: #e65e2e
}

.mob-game.has-default-iframe .back-btn {
    top: 20px;
    left: 0;
    width: 46px;
    height: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

@media only screen and (orientation:portrait),
only screen and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),
only screen and (min--moz-device-pixel-ratio:2) and (orientation:portrait),
only screen and (-o-min-device-pixel-ratio:2/1) and (orientation:portrait),
only screen and (min-device-pixel-ratio:2) and (orientation:portrait),
only screen and (min-resolution:192dpi) and (orientation:portrait),
only screen and (min-resolution:2dppx) and (orientation:portrait) {
    .mob-game.has-horizontal-iframe .back-btn {
        top: 0;
        right: 20px;
        width: 40px;
        height: 46px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px
    }

    .mob-game.has-horizontal-iframe .mob-game-frame {
        transform: translateX(100vw) rotate(90deg);
        transform-origin: top left;
        width: 100vh;
        height: 100vw
    }

    .mob-game.has-horizontal-iframe .back-btn i {
        transform: rotate(90deg)
    }
}

@media only screen and (orientation:landscape),
only screen and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape),
only screen and (min--moz-device-pixel-ratio:2) and (orientation:landscape),
only screen and (-o-min-device-pixel-ratio:2/1) and (orientation:landscape),
only screen and (min-device-pixel-ratio:2) and (orientation:landscape),
only screen and (min-resolution:192dpi) and (orientation:landscape),
only screen and (min-resolution:2dppx) and (orientation:landscape) {
    .mob-game.has-horizontal-iframe .back-btn {
        top: 20px;
        left: 0;
        width: 46px;
        height: 40px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }
}

@media screen and (max-width:666px) {
    .games .thumb {
        width: 50%
    }
}

@media screen and (max-width:639px) {
    .thumbs .thumb {
        width: 50%
    }
}

@media screen and (max-width:575px) {

    .carousel::after,
    .carousel::before {
        width: 60px
    }
}

@media screen and (max-width:539px) {
    .headline-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .headline .title-big {
        white-space: normal
    }
}

@media screen and (max-width:479px) {

    .description p,
    .section-desc p {
        line-height: 1.6
    }

    .description {
        margin-top: 40px
    }

    .description .title-small,
    .games-title {
        font-size: 20px
    }

    .headline .title {
        font-size: 24px
    }

    .games {
        padding-top: 24px
    }

    .categories,
    .categories-secondary,
    .thumbs {
        margin: 0 -10px
    }

    .thumbs .thumb {
        padding: 0 10px 22px
    }

    .thumbs+.primary-btn {
        max-width: initial
    }

    .thumb-link,
    .thumb-link-wrap {
        border-radius: 10px
    }

    .thumb .img-scalable,
    .thumb-video,
    .thumb-video-wrap {
        border-radius: 10px 10px 0 0
    }

    .thumb-desc {
        padding: 15px 12px
    }

    .categories .category,
    .categories-secondary .category {
        padding: 0 10px 20px
    }

    .categories .category.has-btn,
    .categories-secondary .category.has-btn {
        width: 100%;
        padding-bottom: 0
    }

    .categories-second {
        padding: 10px 10px 40px
    }

    .categories-item.swiper-slide,
    .categories-second .category {
        padding: 10px
    }

    .category-link {
        height: 60px;
        border-radius: 10px;
        font-size: 12px
    }

    .category-img-wrap {
        width: 60px
    }

    .category-name,
    .category-name::before {
        border-radius: 0 10px 10px 0
    }

    .categories-inner.swiper-wrapper {
        padding: 5px 0
    }

    .categories-wrap {
        padding: 0 9px
    }

    .categories-wrap .category {
        padding: 17px 11px
    }

    .show-more-btn {
        border-radius: 10px;
        font-size: 12px
    }

    .show-more-text {
        border-radius: 8px;
        padding: 21px 20px;
        line-height: 1.2
    }

    .about.is-modified,
    .feed,
    .game-toggle-bl .headline,
    .game-toggle-bl.is-modified .about {
        padding-top: 28px
    }

    .game-toggle-bl.has-margin {
        margin-top: 28px
    }

    .about-headline {
        margin-bottom: 18px
    }

    .about-title {
        font-size: 18px
    }

    .carousel .swiper-button-prev {
        left: 8px
    }

    .carousel .swiper-button-next {
        right: 8px
    }

    .categories-swiper-slide {
        padding: 10px 12px
    }
}

@media screen and (max-width:383px) {
    .headline .title-big {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .game .subtitle {
        font-size: 12px
    }

    .thumb-inner.is-touched .thumb-closer,
    .thumb-inner:hover .thumb-closer {
        -webkit-transform: scale(1.176) translate3d(2px, -2px, 0);
        transform: scale(1.176) translate3d(2px, -2px, 0)
    }

    .thumb .label-popular {
        width: 30px;
        height: 30px
    }

    .thumb .label-popular {
        font-size: 17px
    }

    .thumb .label-popular::before {
        width: 5px;
        height: 30px
    }

    .thumb .thumb-closer {
        top: 5px;
        right: 5px;
        font-size: 16px
    }

    .game-headline {
        margin-bottom: 24px
    }

    .game .title-big {
        font-size: 20px
    }

    .carousel .swiper-button-next,
    .carousel .swiper-button-prev {
        width: 40px;
        height: 40px;
        font-size: 20px
    }
}

.nav-wrap {
    width: 100%;
    height: 70px;
    z-index: 99
}

.nav-wrap .navbar {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto
}

.nav-wrap .navbar .nav-links {
    line-height: 70px;
    height: 100%
}

.nav-wrap .navbar .links {
    display: flex
}

.nav-wrap .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 10px
}

.nav-wrap .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.nav-wrap .navbar .links li:hover>a {
    color: var(--orange);
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg)
}

.nav-wrap .navbar .links li .arrow {
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: var(--white);
    transition: .3s
}

.nav-wrap .navbar .links li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2
}

.navbar .links li:hover .htmlCss-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.navbar .links li .sub-menu a {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 0 22px
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px;
    z-index: 1;
    display: none
}

.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: var(--white);
    font-weight: 600;
    cursor: pointer;
    transition: .3s
}

.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: var(--orange);
    border-radius: 12px;
    opacity: 0;
    pointer-events: none;
    transition: .4s
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: var(--orange);
    /* border: 1px solid; */
    box-shadow: 0 -2px 36px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 -2px 36px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 -2px 36px 0 rgba(0, 0, 0, .3)
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: var(--orange);
    right: 10px;
    top: -6px;
    transform: rotate(45deg)
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: 0;
    padding: 0 39px 0 15px;
    font-size: 16px;
    border: none
}

.btn_close {
    width: 21px;
    height: 21px;
    font-size: 21px;
    color: var(--white)
}

.btn_get_search {
    position: relative;
    float: right;
    z-index: 1;
    border: unset;
    height: 100%;
    padding: 11px 14px;
    background: 0 0;
    cursor: pointer
}

.btn_search {
    font-size: 21px;
    padding: 8px 11px;
}

@media (max-width:920px) {
    .nav-wrap .navbar {
        max-width: 100%
    }

    .nav-wrap .navbar .logo a {
        font-size: 27px
    }

    .nav-wrap .navbar .links li {
        padding: 0 10px;
        white-space: nowrap
    }

    .nav-wrap .navbar .links li a {
        display: inline-block;
        width: 100%
    }
}

@media (max-width:800px) {

    .navbar .bx-menu,
    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu {
        display: block
    }

    .nav-wrap .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
        background: var(--black);
        line-height: 40px;
        padding: 10px 20px 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        transition: .5s;
        z-index: 1000
    }

    .navbar .links li .sub-menu .more-sub-menu li,
    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff
    }

    .navbar .bx-menu,
    .sidebar-logo i {
        font-size: 24px;
        color: #fff;
        padding: 10px 12px
    }

    .nav-wrap .navbar .links {
        display: block;
        margin-top: 20px
    }

    .nav-wrap .navbar .links li .arrow {
        position: absolute;
        left: 44px;
        top: 9px
    }

    .nav-wrap .navbar .links li {
        display: block;
        padding: 0
    }

    .nav-wrap .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none
    }

    .nav-wrap .navbar .links li .sub-menu li {
        border-bottom: none
    }

    .navbar .links li .sub-menu .more-sub-menu {
        position: relative;
        left: 0;
        display: none
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0)
    }

    .navbar .links li .sub-menu .more span {
        display: flex;
        align-items: center
    }

    .links li .sub-menu .more:hover .more-sub-menu,
    .navbar .links li:hover .htmlCss-sub-menu,
    .navbar .links li:hover .js-sub-menu {
        display: none
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg)
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg)
    }
}

.nav-wrap .navbar .show_mobile {
    left: 0
}

@media (max-width:370px) {
    .nav-wrap .navbar .nav-links {
        max-width: 100%
    }
}

.pagination .active,
.pagination .btn_page {
    -webkit-box-orient: horizontal;
    padding: 0 6px;
    margin: 0 5px;
    min-width: 44px;
    font-weight: 700;
    height: 44px;
    -webkit-box-direction: normal
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 48px
}

.pagination .btn_page {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--black);
    color: var(--black);
    font-size: 16px;
    -webkit-transition: color .5s, background-color .5s, border-color .5s, -webkit-box-shadow .5s;
    -o-transition: color .5s, background-color .5s, border-color .5s, box-shadow .5s;
    transition: color .5s, background-color .5s, border-color .5s, box-shadow .5s, -webkit-box-shadow .5s
}

.font-rate,
.pagination .active {
    display: -webkit-box;
    display: -ms-flexbox
}

.pagination .btn_page:hover {
    cursor: pointer;
    color: var(--orange);
    border-color: var(--orange)
}

.pagination .active {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    background-color: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 50%;
    font-size: 19px;
    cursor: default
}

.subheadings {
    color: var(--white);
    font-size: 18px
}

@media (max-width:1365px) {
    .game-frame {
        padding-top: 50px
    }

    .game-closer,
    .game-reloader {
        top: unset;
        bottom: 100%;
        left: unset
    }

    .game-closer {
        right: 0
    }

    .game-reloader {
        right: 60px
    }

    .similar {
        padding-left: 20px
    }
}

/* ========================== game__content */
.game__content {
    font-size: 16px;
    color: var(--black2);
    word-wrap: break-word;
    /* padding-right: 15px; */
}

.game__content * {
    line-height: 1.5;
    margin-top: 0;
}

.game__content ul,
.game__content ol {
    padding-left: 30px;
    margin-bottom: 15px;
    list-style: revert;
    list-style: revert-layer
}

.game__content li {
    padding-left: 6px;
    margin-bottom: 0;
    position: relative;
}

.game__content li:last-child {
    margin-bottom: 9px;
}

.game__content p {
    margin-bottom: 9px;
    letter-spacing: 0.4px;
}

.game__content a {
    font-style: italic;
    text-decoration: none;
    color: var(--theme_color);
}

.game__content a:hover,
.game__content a:focus {
    color: var(--orange)
}

.game__content h1,
.game__content h2,
.game__content h3,
.game__content h4,
.game__content h5,
.game__content h6 {
    font-weight: bold;
    margin-bottom: 6px;
}

.game__content img {
    max-width: 100%;
    height: auto;
}

.game__content iframe {
    max-width: 100%;
}

.game__content blockquote {
    display: block;
    position: relative;
    padding: 0 0 0 40px;
    margin-bottom: 15px;
}

.game__content blockquote:before {
    content: '';
    position: absolute;
    display: block;
    top: 2px;
    bottom: 2px;
    left: 16px;
    width: 3px;
    background-color: var(--theme_color);
    -webkit-box-shadow: 0 0 13px 0 var(--theme_color);
    box-shadow: 0 0 13px 0 var(--theme_color);
    border-radius: 4px;
}

.game__content h2:last-child,
.game__content h3:last-child,
.game__content h4:last-child,
.game__content h5:last-child,
.game__content h6:last-child,
.game__content ul:last-child,
.game__content ol:last-child,
.game__content blockquote:last-child,
/* .game__content blockquote p, */
.game__content p:last-child {
    margin-bottom: 0;
}


.game-full-rate {
    padding-left: 10px
}

#append-rate .rating img {
    display: unset;
    margin-bottom: 0;
    width: 22px;
    height: 22px
}

.font-rate {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: .5;
    gap: 12px
}

.game-btns .btn_rate {
    width: auto;
    border: unset
}

.share_lists {
    position: absolute;
    top: 55px;
    left: 330px
}

.share_lists .st-btn {
    border-radius: 50% !important
}

@media (max-width:464px) {
    .share_lists {
        left: 0;
        top: 106px
    }
}

.hidden-imp {
    opacity: 0 !important;
    visibility: hidden
}

#commentChecked {
    width: unset;
    display: unset
}

#btn_cancel {
    margin-top: 12px
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0 !important;
    border: 0 !important;
    left: 0 !important;
    right: 0 !important;
    cursor: pointer !important
}

.exit-fullscreen {
    width: 36px;
    height: 36px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 8px;
    color: white;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-family: sans-serif;
    line-height: 21px;
    font-size: 25px;
    border-radius: 6px;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer {
    padding: 20px 15px;
    height: 100%;
    text-align: center;
}

.infor_footer a {
    color: var(--white);
    font-size: 16px;
    height: 100%
}

.infor_footer a::after {
    content: "|";
    margin: 0 9px;
    color: var(--theme_color)
}

.infor_footer a:last-child::after {
    content: ""
}