@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);

@font-face {
    font-family: icomoon;
    src: url(https://minecraftlegame.com/themes/minecraftlegame/rs/fonts/icomoon.eot?h39ymr);
    src: url(https://minecraftlegame.com/themes/minecraftlegame/rs/fonts/icomoon.eot?h39ymr#iefix) format('embedded-opentype'), url(../fonts/icomoon_h39ymr.ttf) format('truetype'), url(https://minecraftlegame.com/themes/minecraftlegame/rs/fonts/icomoon.woff?h39ymr) format('woff'), url(https://minecraftlegame.com/themes/minecraftlegame/rs/fonts/icomoon.svg?h39ymr#icomoon) format('svg');
    font-display: block;
    font-weight: 400;
    font-style: normal
}

.icon-arrow-down:before {
    content: "\e900"
}

.icon-arrow-left-light:before {
    content: "\e901"
}

.icon-arrow-left:before {
    content: "\e902"
}

.icon-arrow-line-left:before {
    content: "\e903"
}

.icon-arrow-line-right:before {
    content: "\e904"
}

.icon-arrow-line-up:before {
    content: "\e905"
}

.icon-arrow-right-light:before {
    content: "\e906"
}

.icon-arrow-right:before {
    content: "\e907"
}

.icon-check:before {
    content: "\e908"
}

.icon-close:before {
    content: "\e909"
}

.icon-date:before {
    content: "\e90b"
}

.icon-dislike:before {
    content: "\e90c"
}

.icon-enter:before {
    content: "\e90d"
}

.icon-facebook:before {
    content: "\e90e"
}

.icon-fire:before {
    content: "\e90f"
}

.icon-gamepad:before {
    content: "\e910"
}

.icon-google:before {
    content: "\e911"
}

.icon-like:before {
    content: "\e912"
}

.icon-play:before {
    content: "\e913";
    color: var(--white)
}

.icon-question:before {
    content: "\e914"
}

.icon-reload:before {
    content: "\e915"
}

.icon-scale-arrows:before {
    content: "\e917"
}

.icon-search:before {
    content: "\e918";
    color: var(--white)
}

.icon-share-social:before {
    content: "\e919"
}

.icon-share:before {
    content: "\e91a"
}

.icon-smile:before {
    content: "\e91b"
}

.icon-speech-bubble:before {
    content: "\e91c"
}

.icon-star:before {
    content: "\e91d"
}

.icon-user:before {
    content: "\e91e";
    color: var(--white)
}

.icon-warning:before {
    content: "\e91f"
}

.icon-rotate-mob:before {
    content: "\e916"
}

.icon-curve-arrow:before {
    content: "\e90a"
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    position: relative;
    min-width: 320px;
    height: 100%;
    font: 400 16px/1.2 Montserrat, sans-serif;
    color: var(--black2)
}

body.bg-dark {
    background-color: #f7f8fc
}

html.is-horizontal-locked,
html.is-locked {
    position: fixed;
    height: 100%;
    max-height: 100vh;
    overflow: hidden
}

/* ===================================================== root */
: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)
}

header {
    position: relative;
    z-index: 11
}

footer {
    display: table-row;
    height: 1px
}

footer .langs {
    margin-left: 45px
}

footer .langs-opener {
    border-radius: 10px;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, .21);
    line-height: 1.2;
    color: var(--white)
}

footer .langs-list {
    bottom: 100%
}

footer .langs.is-open .langs-list {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

main {
    position: relative;
    padding-bottom: 56px;
    transition: filter .3s ease
}

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 {
    position: relative;
    margin-top: -46px
}

section.is-modified {
    margin-bottom: 20px
}

section .container>.thumbs {
    margin-bottom: 10px
}

section .container>.tabs {
    display: none
}

section .container>.tabs .tab-first,
section .container>.tabs .tab-last {
    width: 50%
}

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 {
    color: var(--black2);
    text-decoration: none
}

img {
    max-width: 100%;
    /* height: auto; */
    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
}

input[placeholder] {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

textarea {
    overflow: auto;
    resize: none
}

button {
    outline: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer
}

small {
    font-size: 16px
}

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
}

.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
}

.title-tiny {
    font-size: 18px
}

.hover_title:hover {
    color: var(--theme_color);
}

.subtitle {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px
}

.description p,
.section-desc p {
    line-height: 1.8
}

.section-desc {
    margin-bottom: 36px
}

.description h2,
.description h3 {
    padding: 40px 0 20px;
    font-size: 21px
}

.description p,
.section-desc p {
    margin-bottom: 10px
}

.description ul,
.section-desc ul {
    margin-bottom: 10px;
    padding-left: 40px;
    list-style: disc
}

.description li,
.section-desc li {
    margin-bottom: 10px
}

.description li:last-child,
.section-desc li:last-child {
    margin-bottom: 0
}

.is-primary-colored {
    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;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.headline .title-big {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.headline-col .title-big {
    display: inline;
    vertical-align: middle;
    white-space: normal;
    margin-right: 20px
}

.headline-col .rating {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0
}

.headline .tabs {
    margin-left: 20px
}

.headline .tab-first,
.headline .tab-last {
    width: 102px
}

.line-break {
    display: inline-block;
    width: 100%
}

.found .title-big,
.found-page .title-big {
    margin-bottom: 40px
}

.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;
    border-radius: 24px;
    padding: 15px 20px;
    background-color: var(--white2);
    font-weight: 500
}

.found-form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-target {
    color: var(--orange)
}


.search-no {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px
}

.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-player-scaler,
.img-scaler {
    position: relative
}

.img-scaler {
    padding-bottom: 75%
}

.img-player-scaler {
    padding-bottom: 49%
}

.img-scalable {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.captcha-img {
    display: inline-block;
    width: 100%
}

.is-hidden {
    display: none
}

.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)
}

.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
}

.footer-row {
    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: 31px 0;
    color: var(--white);
    border-bottom: 1px solid #363636
}

.footer-row:last-child {
    border-bottom: none
}

.footer-text {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    line-height: 1.6
}

.footer-col {
    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;
    text-align: center
}

.footer-col+.footer-col {
    margin-left: 40px
}

.footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-item+.footer-item {
    margin-left: 30px
}

.footer-link {
    border-bottom: 1px solid var(--white);
    color: var(--white);
    -webkit-transition: color .2s ease-in, border-color .2s ease;
    -o-transition: color .2s ease-in, border-color .2s ease;
    transition: color .2s ease-in, border-color .2s ease
}

.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)
}

.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;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    color: var(--white)
}

.games-title-text {
    display: inline-block;
    margin-left: 14px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.games-tip {
    margin-bottom: 54px;
    font-weight: 500;
    line-height: 2;
    color: var(--white)
}

.games-bl {
    display: none;
    margin: 0 -15px;
    padding-right: 70px
}

.games-bl.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.games-bl .loading-sector {
    margin: 0 auto
}

.games .tabs {
    border-radius: 24px
}

.games .tab-first,
.games .tab-last {
    width: 196px;
    color: var(--white)
}

.games .tab-text {
    background-color: var(--black)
}

.games .thumb {
    width: 20%;
    padding: 0 15px 36px
}

.thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.thumbs .thumb {
    width: 20%;
    padding: 0 15px 36px
}

.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 {
    position: relative
}

.thumb-inner:hover .thumb-link-wrap,
.thumb-inner.is-touched .thumb-link-wrap {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: default
}

.thumb-inner:hover .thumb-video-wrap,
.thumb-inner.is-touched .thumb-video-wrap {
    opacity: 1
}

.thumb-inner:hover .label-fav,
.thumb-inner:hover .label-played,
.thumb-inner:hover .label-popular,
.thumb-inner:hover .label-progress,
.thumb-inner.is-touched .label-fav,
.thumb-inner.is-touched .label-played,
.thumb-inner.is-touched .label-popular,
.thumb-inner.is-touched .label-progress {
    opacity: 0;
    visibility: hidden
}

.thumb-inner:hover .label-popular,
.thumb-inner.is-touched .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 {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0 3px 15px var(--black3);
    box-shadow: 0 3px 15px var(--black3);
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.thumb-link {
    display: block;
    border-radius: 20px;
    overflow: hidden
}

.thumb-video-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    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;
    overflow: hidden;
    border-radius: 20px 20px 0 0
}

.thumb-desc {
    overflow: hidden;
    padding: 23px 16px 28px;
    background-color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.thumb .img-scalable {
    overflow: hidden;
    border-radius: 20px 20px 0 0
}

.thumb .label-fav,
.thumb .label-played,
.thumb .label-popular,
.thumb .label-progress,
.thumb .thumb-closer {
    position: absolute;
    z-index: 1
}

.thumb .label-fav,
.thumb .label-played,
.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-fav,
.thumb .label-played,
.thumb .label-popular {
    top: 10px
}

.thumb .label-fav {
    left: 10px
}

.thumb .label-played {
    right: 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 ease;
    transition: opacity .2s ease-in, visibility .2s ease-in, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease-in, visibility .2s ease-in;
    transition: transform .2s ease, opacity .2s ease-in, visibility .2s ease-in;
    transition: transform .2s ease, opacity .2s ease-in, visibility .2s ease-in, -webkit-transform .2s ease
}

.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: 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;
    transition: transform .2s ease-in, color .2s ease-in, opacity .2s ease-in, visibility .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
}

.thumb .cursor {
    position: absolute;
    z-index: 5;
    -webkit-transition: -webkit-transform 1s ease-in;
    transition: -webkit-transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    transition: transform 1s ease-in;
    transition: transform 1s ease-in, -webkit-transform 1s ease-in
}

.categories,
.categories-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.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
}

.categories-second .category {
    width: 20%;
    padding: 15px
}

.category-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    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: -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;
    overflow: hidden;
    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
}

.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
}

.category-text {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.categories-slider.swiper-container {
    margin: 0 -20px 25px;
    padding: 0 5px
}

.categories-item.swiper-slide {
    padding: 15px
}

.categories-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px
}

.categories-wrap .category {
    width: 20%;
    padding: 17px 14px
}

.langs {
    position: relative
}

.langs.is-open .langs-opener {
    color: var(--orange)
}

.langs.is-open .icon-arrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.langs.is-open .langs-list {
    opacity: 1;
    visibility: visible
}

.langs-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.langs-list {
    position: absolute;
    right: 0;
    z-index: 2;
    -webkit-box-shadow: 0 3px 15px 0 var(--black3);
    box-shadow: 0 3px 15px 0 var(--black3);
    border-radius: 10px;
    padding: 12px 19px;
    background-color: var(--white);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s ease, visibility .35s ease, -webkit-transform .35s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .35s ease, visibility .35s ease, -webkit-transform .35s cubic-bezier(.4, 0, .2, 1);
    -o-transition: opacity .35s ease, visibility .35s ease, transform .35s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .35s ease, visibility .35s ease, transform .35s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .35s ease, visibility .35s ease, transform .35s cubic-bezier(.4, 0, .2, 1), -webkit-transform .35s cubic-bezier(.4, 0, .2, 1)
}

.langs-item+.langs-item {
    margin-top: 10px
}

.langs-link {
    font-size: 15px;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.langs .icon-arrow-down {
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.requests-title {
    margin-bottom: 33px;
    font-weight: 500;
    color: var(--white)
}

.requests-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.requests-item {
    padding: 8px 20px 8px 0
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px
}

.social-list .icon-facebook,
.social-list .icon-google {
    position: relative;
    z-index: 2
}

.social-item+.social-item {
    margin-left: 40px
}

.social-link {
    position: relative;
    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(--white);
    color: var(--black)
}

.social-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    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%);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tab-first,
.tab-last {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 2px;
    background-image: -o-linear-gradient(225deg, var(--orange3), var(--theme_color));
    background-image: linear-gradient(225deg, var(--orange3), var(--theme_color));
    text-transform: uppercase;
    font-weight: 700;
    color: var(--black2);
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.tab-first.is-current,
.tab-last.is-current {
    color: var(--white);
    pointer-events: none
}

.tab-first.is-current .tab-text,
.tab-last.is-current .tab-text {
    background-color: transparent
}

.tab-first {
    border-radius: 24px 0 0 24px;
    padding-right: 0
}

.tab-first .tab-text {
    border-radius: 24px 0 0 24px
}

.tab-last {
    border-radius: 0 24px 24px 0;
    padding-left: 0
}

.tab-last .tab-text {
    border-radius: 0 24px 24px 0
}

.tab-text {
    position: relative;
    z-index: 2;
    display: block;
    padding: 13px 15px;
    background-color: var(--white);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in
}

.label-fav,
.label-played {
    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: 40px;
    height: 40px;
    -webkit-box-shadow: 0 10px 40px rgba(161, 157, 150, .3);
    box-shadow: 0 10px 40px rgba(161, 157, 150, .3);
    border-radius: 50%;
    background-color: var(--red2);
    color: var(--white)
}

.label-fav {
    font-size: 18px
}

.label-played {
    font-size: 18px
}

.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-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: -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: 40px;
    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;
    background-color: var(--white);
    font-size: 24px;
    color: var(--red2)
}

.label-popular::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 40px;
    background-color: var(--white)
}

.label-popular::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px 5px 5px 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%;
    background-color: var(--white);
    font-size: 18px
}

.cursor {
    display: inline-block;
    border-radius: 24px;
    padding: 5px 10px;
    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%);
    text-transform: uppercase;
    letter-spacing: .65px;
    font-weight: 700;
    color: var(--white);
    pointer-events: none
}


.primary-btn {
    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;
    overflow: hidden;
    border-radius: 24px;
    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%);
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: .65px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--white);
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.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;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.member-enter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: var(--black)
}

.member-enter .icon-enter {
    font-size: 20px;
    margin-right: 10px
}

.profile-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: var(--black)
}

.profile-opener .icon-enter {
    font-size: 20px;
    margin-right: 10px
}

.secondary-btn {
    position: relative;
    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;
    border: 2px solid var(--white);
    border-radius: 16px;
    padding: 7px 17px;
    color: var(--white);
    -webkit-transition: border-color .2s ease-in;
    -o-transition: border-color .2s ease-in;
    transition: border-color .2s ease-in;
    cursor: pointer
}

.secondary-btn::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    opacity: 0;
    border-radius: 16px;
    background-image: -o-linear-gradient(225deg, var(--orange3), var(--theme_color));
    background-image: linear-gradient(225deg, var(--orange3), var(--theme_color));
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.secondary-btn-text {
    position: relative;
    z-index: 2
}

.bg-closer {
    position: fixed;
    top: 38px;
    right: 50px;
    z-index: 3;
    display: inline-block;
    font-size: 36px;
    color: var(--white);
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.circle-bg-closer {
    position: fixed;
    top: 19px;
    right: 8px;
    z-index: 4;
    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: 74px;
    height: 74px;
    border-radius: 50%;
    font-size: 36px;
    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
}

.scroller-to-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 3;
    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: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #f63b03;
    font-size: 36px;
    color: var(--white);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: color .2s ease-in, opacity .2s ease-in, visibility .2s ease-in;
    -o-transition: color .2s ease-in, opacity .2s ease-in, visibility .2s ease-in;
    transition: color .2s ease-in, opacity .2s ease-in, visibility .2s ease-in
}

.scroller-to-top.is-showed {
    opacity: 1;
    visibility: visible
}

.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%;
    background-color: var(--white);
    font-size: 18px
}

.auth-opener,
.register-opener {
    color: var(--orange)
}

.show-more-btn {
    display: block;
    width: 100%;
    border-radius: 20px;
    padding: 2px;
    background-image: -o-linear-gradient(225deg, var(--orange3), var(--theme_color));
    background-image: linear-gradient(225deg, var(--orange3), var(--theme_color));
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.show-more-text {
    position: relative;
    z-index: 2;
    display: block;
    border-radius: 18px;
    padding: 27px 20px 28px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: var(--white);
    color: var(--black);
    -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
}

.uploader {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 28px;
    padding: 19px;
    background-color: #cbcbcb;
    text-align: center;
    font-weight: 700;
    color: var(--black);
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.uploader.is-loaded .uploader-file {
    display: block
}

.uploader.is-loaded .uploader-select {
    display: none
}

.uploader-select {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.uploader-file {
    display: none;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.uploader-field {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    width: 0
}

.switcher {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.switcher-field {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.switcher-field:checked+.switcher-text::after {
    -webkit-transform: translate3d(22px, 0, 0);
    transform: translate3d(22px, 0, 0);
    background-color: #e53114
}

.switcher-text {
    font-size: 16px;
    line-height: 26px;
    color: var(--white);
    padding-left: 63px
}

.switcher-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 26px;
    border-radius: 5px;
    background-color: var(--white)
}

.switcher-text::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 4px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #484848;
    -webkit-transition: background-color .2s ease-in, -webkit-transform .2s ease-in;
    transition: background-color .2s ease-in, -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in, background-color .2s ease-in;
    transition: transform .2s ease-in, background-color .2s ease-in;
    transition: transform .2s ease-in, background-color .2s ease-in, -webkit-transform .2s ease-in
}

.btn-line {
    padding-bottom: 20px
}

.shares {
    position: relative
}

.shares-list {
    position: absolute;
    left: 50%;
    bottom: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    margin: 0 -5px;
    -webkit-transform: translate3d(-50%, -20px, 0);
    transform: translate3d(-50%, -20px, 0);
    -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
}

.shares-item {
    -webkit-transition: padding .2s ease-in;
    -o-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
    padding: 0 5px
}

.shares-item:hover {
    padding: 0 10px
}

.shares-link {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.shares-link::before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    border-radius: 50%;
    background-color: var(--white)
}

.shares-img {
    position: relative;
    z-index: 2
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox-label {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-text {
    color: var(--white)
}

.checkbox-hidden {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer
}

.checkbox-hidden:checked~.checkbox-custom {
    background-color: var(--white)
}

.checkbox-hidden:checked~.checkbox-custom::after {
    opacity: 1;
    visibility: visible
}

.checkbox-custom {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 2px solid var(--white);
    background-color: transparent;
    -webkit-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in
}

.checkbox-custom::after {
    content: "\e909";
    position: absolute;
    left: 1px;
    font-family: icomoon;
    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
}


.breadcrumbs {
    position: relative;
    z-index: 10;
    padding-top: 24px
}

.breadcrumbs-btn {
    display: none;
    line-height: 1.3;
    font-weight: 500;
    color: var(--black)
}

.breadcrumbs-btn .icon-arrow-left {
    margin-right: 6px;
    font-size: 17px
}

.breadcrumbs-opener {
    display: none;
    font-size: 16px
}

.breadcrumbs-nav-wrap {
    color: #797979
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumbs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs-item+.breadcrumbs-item {
    position: relative;
    margin-left: 8px;
    padding-left: 20px
}

.breadcrumbs-item+.breadcrumbs-item::before {
    content: "—";
    position: absolute;
    top: 0;
    left: 0
}

.breadcrumbs-home,
.breadcrumbs-light-home {
    font-size: 0;
    display: inline-block;
    background-size: cover;
    width: 77px;
    height: 11px;
    opacity: .5
}

.breadcrumbs-home {
    background: transparent url(https://minecraftlegame.com/themes/minecraftlegame/rs/svg/breadcrumbs-logo.svg) no-repeat center
}

.breadcrumbs-light-home {
    background: transparent url(https://minecraftlegame.com/themes/minecraftlegame/rs/svg/breadcrumbs-logo-white.svg) no-repeat center
}

.breadcrumbs-link {
    color: #797979;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.breadcrumb,
.breadcrumb-secondary {
    position: relative;
    z-index: 10;
    margin: 0 -20px
}

.breadcrumb-list {
    padding: 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0
}

.breadcrumb-list::-webkit-scrollbar,
.breadcrumb-list::-webkit-scrollbar-thumb {
    display: none
}

.breadcrumb-item+.breadcrumb-item {
    position: relative;
    margin-left: 8px;
    padding-left: 20px;
    font-size: 16px
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "—";
    position: absolute;
    top: 0;
    left: 0
}

.breadcrumb-item {
    display: inline-block;
    vertical-align: middle;
    color: #b6b6b6
}

.breadcrumb-home,
.breadcrumb-home-light {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    width: 77px;
    height: 11px
}

.breadcrumb-home {
    opacity: .3;
    background: transparent url(https://minecraftlegame.com/themes/minecraftlegame/rs/svg/breadcrumbs-logo.svg) no-repeat center
}

.breadcrumb-home-light {
    opacity: .6;
    background: transparent url(https://minecraftlegame.com/themes/minecraftlegame/rs/svg/breadcrumbs-logo-white.svg) no-repeat center
}

.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
}

.breadcrumb .breadcrumb-list {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 20px;
    white-space: nowrap;
    font-size: 0
}

.breadcrumb .breadcrumb-list::-webkit-scrollbar,
.breadcrumb .breadcrumb-list::-webkit-scrollbar-thumb {
    display: none
}

.breadcrumb-secondary {
    padding: 40px 0 52px
}

.rating {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.rating .star {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.rating:not(:checked)>input {
    display: none
}

.rating:not(:checked)>.star {
    float: right;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    color: #d3d3d3
}

.rating:not(:checked)>.star:before {
    content: "\e91c";
    display: inline-block;
    padding: 0 2px;
    font-family: icomoon
}

.rating>input:checked~.star {
    color: #f3c62a
}

.rating:not(:checked)>.star:hover,
.rating:not(:checked)>.star:hover~.star {
    color: var(--theme_color)
}

.rating>.star:hover~input:checked~.star,
.rating>input:checked+.star:hover,
.rating>input:checked+.star:hover~.star,
.rating>input:checked~.star:hover,
.rating>input:checked~.star:hover~.star {
    color: var(--theme_color)
}

.rate-area>.star:active {
    position: relative
}

.pagination {
    position: relative;
    margin-top: 30px
}

.pagination li+li {
    margin-left: 10px
}

.pagination-btn {
    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: 40px;
    height: 40px;
    border: 2px solid #cbcbcb;
    border-radius: 50%;
    background-color: transparent;
    color: #cbcbcb
}

.pagination-btn.is-first .icon-arrow-left-light {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0)
}

.pagination-btn.is-active {
    color: var(--orange);
    border-color: var(--orange)
}

.pagination-btn .icon-arrow-left-light,
.pagination-btn .icon-arrow-right-light {
    font-size: 22px;
    position: relative
}

.pagination-list {
    overflow-x: auto;
    white-space: nowrap;
    padding: 2px 55px;
    text-align: center
}

.pagination-list::-webkit-scrollbar,
.pagination-list::-webkit-scrollbar-thumb {
    display: none
}

.pagination-list::after,
.pagination-list::before {
    content: " ";
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: 46px;
    height: 46px;
    background-color: var(--white)
}

.pagination-list::before {
    left: -3px;
    border-radius: 0 23px 23px 0
}

.pagination-list::after {
    right: -3px;
    border-radius: 23px 0 0 23px
}

.pagination-item {
    display: inline-block
}

.pagination-item.is-last .icon-arrow-right-light {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0)
}

.pagination-item:first-child {
    padding: 0 6px 0 12px
}

.pagination-link {
    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: 40px;
    height: 40px;
    border: 2px solid var(--black);
    border-radius: 50%;
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
    -webkit-transition: border-color .2s ease-in, color .2s ease-in;
    -o-transition: border-color .2s ease-in, color .2s ease-in;
    transition: border-color .2s ease-in, color .2s ease-in
}

.pagination-link.is-active {
    color: var(--white);
    border-color: var(--orange);
    background-color: var(--orange);
    cursor: default
}

.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;
    opacity: .15;
    z-index: 0;
    pointer-events: none
}

.game-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;
    /* margin-bottom: 36px */
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray)
}

.game-review-col,
.game-review-col-last {
    padding: 4px 22px
}

.game-review-col-last {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    text-align: center;
    color: var(--gray)
}

.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.game-btns>.game-btn {
    margin-right: 20px
}

.game-btns>.game-btn:last-child {
    margin-right: 0
}

.game-btns .shares {
    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
}

.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
}

.lading-sector {
    margin: 0 auto
}

.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;
    display: inline-block;
    vertical-align: middle;
    width: 158px;
    position: relative;
    top: -2px;
    margin: 0 13px;
    color: var(--white)
}

.mygames__emptyfav--button span {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    position: relative;
    top: -2px
}

.share-pop {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 136px 20px 100px;
    color: var(--white)
}

.share-pop-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase
}


.categories:not(.isVisible) .category:nth-child(1n+6) {
    display: none
}

.categories-swiper-container:not(.isVisible) .category:nth-child(1n+6) {
    display: none
}

.categories-second:not(.isVisible) .category:nth-child(1n+6) {
    display: none
}

.rating-val {
    position: absolute;
    left: 100%;
    -webkit-transform: translate3d(4px, -3px, 0);
    transform: translate3d(4px, -3px, 0);
    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;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: transform .2s ease-in;
    -webkit-transition: -webkit-transform .2s ease-in;
    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 {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 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
}

.tags-text {
    position: relative;
    z-index: 2
}

.comments+.comments {
    margin-top: 26px
}

.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
}

.rating {
    display: inline-flex;
    font-family: icomoon
}

.rating-inner {
    position: relative;
    font-size: 16px
}

.rating-inner::before {
    content: "\e91d \e91d \e91d \e91d \e91d";
    display: block;
    letter-spacing: 6px
}

.rating-inner:hover .rating-avg-indicator {
    opacity: 0
}

.rating-avg-indicator {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    transition: width .2s ease-in, opacity .2s ease-in;
    pointer-events: none
}

.rating-avg-indicator::before {
    content: "\e91d \e91d \e91d \e91d \e91d";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 6px;
    color: #f3c62a
}

.rating-grades {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #d3d3d3
}

.rating-grade {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.rating-grade.checked,
.rating-grade.checked~.rating-label {
    color: var(--theme_color);
    z-index: 3
}

.rating-label {
    flex: 0 0 20%;
    height: 100%;
    cursor: pointer
}

.rating-label::before {
    content: "\e91d";
    display: block;
    transition: color .2s ease-in
}

.rating-label:checked~.rating-label:hover,
.rating-label:hover,
.rating-label:hover~.rating-label {
    color: var(--theme_color)
}

.rating-avg-val {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate3d(10px, -50%, 0);
    display: none;
    pointer-events: none
}

.game-btn.has-no-border {
    cursor: unset;
    border: 0;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.game-btn.is-hidden {
    display: none
}

.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 .icon-share {
    display: none
}

.game-btn:not(.has-no-border).isActive {
    border-color: transparent
}

.game-btn:not(.has-no-border).isActive::before {
    opacity: 1
}

.game-btn-text {
    position: relative;
    display: inline-block;
    z-index: 1
}

.game-carousel {
    margin: 42px 0 0
}

.game-swiper-container {
    margin: 0 -20px;
    padding: 10px 20px;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden
}

.game-swiper-container.swiper-container-initialized {
    opacity: 1;
    visibility: visible
}

.game-frame,
.game-frame-secondary {
    /* 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;
    min-height: 600px;
    margin-bottom: 24px */
}

.game-frame {
    position: relative;
    padding-top: 24px;
}

@media (max-width: 1365px) {
    .game-frame {
        padding-top: 50px;
    }
}

.game-frame.is-loaded .adblocker-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.game-frame .primary-btn {
    max-width: 260px;
    width: 100%
}

.game-frame-inner {
    position: relative;
    display: none;
    min-width: 380px;
    padding-top: 100px;
    margin: 0 60px
}

.game-frame-inner.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.game-frame-inner .primary-btn {
    margin-bottom: 30px
}

.game-frame-box-wrap {
    display: none;
    position: relative
}

.game-frame-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-right: 10px;
    box-shadow: 0 3px 15px rgb(255 255 255 / 30%);
}

.game-closer,
.game-reloader {
    position: absolute;
    left: 100%;
    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
}

.game-closer {
    top: 0;
    border-radius: 10px;
}

.game-reloader {
    top: 60px;
    border-radius: 10px;
}

@media (max-width: 1365px) {
    .game-closer {
        top: unset;
        bottom: 100%;
        right: 0;
        left: unset;
    }

    .game-reloader {
        top: unset;
        bottom: 100%;
        left: unset;
        right: 60px;
    }
}

.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: pulsing 1s ease infinite;
    animation: pulsing 1s ease infinite
}

@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulsing {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.game-tabs-container {
    max-width: 1150px;
    margin: 0 auto 20px;
    padding: 0 20px
}

.game-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.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 {
    /* max-width: 750px; */
    width: 100%
}

.game-toggle-zone {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 46px 20px 0 0
}

.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 .thumbs {
    padding-top: 46px
}

.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;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    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-prev::after {
    content: "\e902"
}

.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 .swiper-button-next::after {
    content: "\e907"
}

.game-toggle-bl .swiper-button-disabled {
    opacity: 0
}

.game-toggle-bl .loadmore {
    width: 260px
}

.game-toggle-box {
    margin: 0 -20px
}

.game .breadcrumbs {
    margin-bottom: 21px
}

.game .breadcrumbs-btn,
.game .breadcrumbs-opener {
    color: var(--white);
    text-transform: capitalize;
}

.game .breadcrumbs-item,
.game .breadcrumbs-link {
    color: var(--gray);
    text-transform: capitalize;
    white-space: nowrap;
}

.game .subtitle,
.game .title-big {
    color: var(--white)
}

.game .subtitle {
    margin-top: 20px
}

.game .thumb-inner {
    border-radius: 20px
}

.game .img-scaler {
    border-radius: 20px
}

.game .swiper-button-next,
.game .swiper-button-prev {
    background-color: rgba(0, 0, 0, .7);
    margin-top: 0;
    top: 10px;
    height: calc(100% - 20px);
    border-radius: 18px;
    width: 60px;
    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-next::after,
.game .swiper-button-prev::after {
    font-family: icomoon;
    font-size: 22px;
    color: var(--white);
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform
}

.game .swiper-button-prev {
    left: 19px
}

.game .swiper-button-prev::after {
    content: "\e902"
}

.game .swiper-button-next {
    right: 19px
}

.game .swiper-button-next::after {
    content: "\e907"
}

.game .swiper-button-disabled {
    opacity: 0
}

.categories-carousel {
    margin-bottom: 30px
}

.categories-carousel .category.has-btn {
    width: 20%;
    padding: 17px 12px
}

.categories-swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px
}

.categories-swiper-slide {
    width: 20%;
    padding: 17px 12px
}

.categories-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 32px 20px 0
}

.categories-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

.categories-wrapper .category {
    width: 20%;
    padding: 17px 12px
}


.about.is-modified {
    padding-top: 46px
}

.about-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    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)
}

.player {
    position: relative
}

.player-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    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: 74px;
    height: 74px;
    border-radius: 50%;
    padding-left: 4px;
    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%);
    color: var(--white);
    font-size: 20px
}

.player .img-scalable {
    border-radius: 10px
}

.start {
    display: none;
    margin-top: 38px
}

.start-first-col {
    margin-right: 18px
}

.start-last-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.computers-only,
.start-last-col-text {
    margin-bottom: 20px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: var(--white)
}

.start-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px
}

.start-btn-wrap {
    width: 50%;
    padding: 0 8px
}

.start-btn {
    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;
    border-radius: 18px;
    width: 100%;
    border: 1px solid var(--white);
    padding: 8px 10px;
    color: var(--white);
    -webkit-transition: border-color .2s ease-in;
    -o-transition: border-color .2s ease-in;
    transition: border-color .2s ease-in
}

.start-btn.isActive .icon-like {
    color: var(--green)
}

.start-btn.isActive .icon-dislike {
    color: var(--red3)
}

.start-btn-text {
    display: inline-block;
    overflow: hidden;
    margin-left: 10px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.start .game-img-wrap {
    width: 100px;
    height: 100px;
    margin-bottom: 0
}

.start .icon-dislike,
.start .icon-like {
    font-size: 20px
}

.start .primary-btn {
    display: block;
    width: 100%;
    margin-bottom: 16px
}

.feed {
    padding-top: 46px
}

.feed .user-letter {
    font-weight: 500;
    font-size: 24px;
    background-color: var(--white2)
}

.feed-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.feed-row .primary-btn {
    width: 240px
}

.feed-row .primary-btn-text {
    margin-left: 0
}

.feed-col-first {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

.feed-col-middle {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feed-textarea-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 16px
}

.feed-textarea {
    height: 160px;
    border-radius: 20px;
    padding: 20px 54px 20px 16px;
    background-color: var(--white2);
    font-weight: 500;
    color: var(--black)
}

.feed-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 30px;
    color: #888;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.feed>.primary-btn {
    margin: 60px auto 0;
    min-width: 250px
}

.userpic {
    position: relative;
    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: 46px;
    height: 46px;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--white);
    font-size: 24px
}

.userpic-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comment-col {
    -ms-flex-negative: 0;
    margin-right: 20px
}

.comment-col-last {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.comment-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 18px
}

.comment-text {
    margin-bottom: 14px;
    line-height: 1.6;
    color: var(--black2)
}

.comment-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comment-name {
    margin-right: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 500;
    color: var(--black)
}

.comment-date {
    flex-shrink: 0;
    font-weight: 500;
    color: #ccc
}

.comment-name~.comment-changer {
    margin-left: 38px
}

.comment-changer {
    display: inline-block;
    color: var(--orange)
}

.comment-dislike,
.comment-like {
    display: inline-block;
    font-size: 22px;
    color: var(--gray);
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.comment-like {
    margin-right: 12px
}

.comment-negative,
.comment-positive {
    display: inline-block;
    margin-left: 20px
}

.comment-positive {
    color: var(--green)
}

.comment-negative {
    color: var(--red3)
}

.comment+.comment {
    margin-top: 26px
}

.game-toggle-carousel {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px
}

.game-toggle-carousel .headline {
    padding-top: 0;
    padding-bottom: 30px
}

.sticky-bl.is-stopped {
    position: absolute;
    bottom: 0;
    left: 0
}

.adblocker-line {
    position: absolute;
    top: 30px;
    display: none !important
}

.adblocker-notify {
    border-radius: 18px;
    border: 1px solid var(--white);
    padding: 8px 18px;
    font-weight: 500;
    color: var(--white);
    pointer-events: none
}

.not-working {
    padding: 136px 20px 100px;
    color: var(--white)
}

.not-working-inner {
    max-width: 638px;
    width: 100%;
    margin: 0 auto
}

.not-working .title {
    margin-bottom: 68px;
    text-align: center;
    color: var(--white)
}

.not-working p {
    margin-bottom: 34px;
    font-weight: 500;
    line-height: 1.8
}

.not-working p:last-child {
    margin-bottom: 0
}

.not-working ul {
    margin-bottom: 34px;
    padding-left: 16px;
    list-style-type: decimal;
    line-height: 1.8
}

.not-working a {
    display: inline-block;
    border-bottom: 1px solid var(--orange);
    line-height: 1.2;
    color: var(--orange);
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.review-edit {
    padding: 132px 20px 100px
}

.review-edit-inner {
    max-width: 790px;
    width: 100%;
    margin: 0 auto
}

.review-edit-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 38px
}

.review-edit-remover {
    display: inline-block;
    margin-left: 68px;
    color: var(--white);
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.review-edit .form-body {
    position: relative
}

.review-edit .form-title {
    text-align: start
}

.review-edit .form-textarea {
    border-radius: 24px;
    padding: 20px 54px 20px 16px;
    background-color: var(--white2);
    font-weight: 500;
    color: var(--black)
}

.review-edit .emoji-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 2;
    font-size: 30px;
    color: #888;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.review-edit .primary-btn {
    width: 100%;
    max-width: 240px;
    border-radius: 28px;
    padding: 16px 12px
}

.review-edit .primary-btn-text {
    margin-left: 0
}

.section-light-beam {
    position: relative
}

.section-light-beam::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 394px;
    background-color: var(--white)
}

.section-light-beam .primary-btn {
    background-image: -o-linear-gradient(33deg, var(--red4) 0, var(--orange4) 51%, var(--orange5) 100%);
    background-image: linear-gradient(57deg, var(--red4) 0, var(--orange4) 51%, var(--orange5) 100%)
}


.date-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--white)
}

.date-badge-icon {
    font-size: 18px
}

.date-badge-text {
    display: inline-block;
    margin-left: 8px;
    font-size: 15px
}

.card-inner {
    display: block;
    overflow: hidden
}

.card-inner:hover .card-bg {
    -webkit-transition: -webkit-filter .2s ease-in;
    transition: -webkit-filter .2s ease-in;
    -o-transition: filter .2s ease-in;
    transition: filter .2s ease-in;
    transition: filter .2s ease-in, -webkit-filter .2s ease-in
}

.card-bg {
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: -webkit-filter .1s ease-in;
    transition: -webkit-filter .1s ease-in;
    -o-transition: filter .1s ease-in;
    transition: filter .1s ease-in;
    transition: filter .1s ease-in, -webkit-filter .1s ease-in
}

.card-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--black4)
}

.card-title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 26px;
    color: var(--white);
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.card-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.card-link-pointer {
    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;
    border-radius: 50%;
    font-weight: 700;
    font-size: 16px;
    background-image: -o-linear-gradient(33deg, var(--red4) 0, var(--orange4) 51%, var(--orange5) 100%);
    background-image: linear-gradient(57deg, var(--red4) 0, var(--orange4) 51%, var(--orange5) 100%);
    color: var(--white);
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.badges {
    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
}

.badges .date-badge {
    margin-right: 20px
}

.text-breaker {
    display: inline-block;
    width: 100%
}

.plus {
    font-size: 18px;
    line-height: 1
}

.pagination-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0 48px
}

.pagination-after,
.pagination-before {
    font-size: 16px
}

.pagination-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    height: 50px
}

.pagination-items {
    padding: 0 5px
}

.pagination-before {
    padding-right: 15px
}

.pagination-before .icon-arrow-left {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0)
}

.pagination-after {
    padding-left: 15px
}

.pagination-after .icon-arrow-right {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0)
}

.pagination-after-link,
.pagination-before-link,
.pagination-links {
    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%
}

.pagination-after-link,
.pagination-before-link {
    background-color: #b2b2b2;
    color: var(--white)
}

.pagination-after-link.is-disabled,
.pagination-before-link.is-disabled {
    background-color: #181818
}

.pagination-links {
    position: relative;
    border: 1px solid #97a6c0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: border-color .2s ease-in, color .2s ease-in;
    -o-transition: border-color .2s ease-in, color .2s ease-in;
    transition: border-color .2s ease-in, color .2s ease-in
}

.pagination-links.is-current {
    color: var(--white)
}

.pagination-links.is-current::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border-radius: 50%;
    background-image: -o-linear-gradient(33deg, var(--red4) 0, var(--orange4) 51%, var(--orange5) 100%);
    background-image: linear-gradient(57deg, var(--red4) 0, var(--orange4) 51%, var(--orange5) 100%)
}

.pagination-links-text {
    position: relative;
    z-index: 2
}

section.has-sticky-btn .sticky-wrapper {
    position: absolute;
    min-width: 130px;
    left: 0;
    left: -100px;
    top: 30%
}


section.bg-white {
    background-color: var(--white)
}


.comments-redirect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.comments-redirect .icon-speech-bubble {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px
}

.comments-redirect-text {
    display: inline-block;
    margin-left: 10px
}

.comments-redirect span {
    display: inline-block
}

.comments-redirect .to-hide {
    margin-left: 4px
}

.picture {
    margin-bottom: 58px
}

.picture-caption {
    margin-top: 28px;
    text-align: center;
    font-size: 19px;
    font-style: italic;
    color: #828282
}



.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-next::after,
.carousel .swiper-button-prev::after {
    display: none
}

.carousel .swiper-button-prev {
    left: 30px;
    padding-right: 3px
}

.carousel .swiper-button-next {
    right: 30px;
    padding-left: 3px
}



.sticky-btn {
    display: inline-block;
    border-radius: 24px;
    padding: 16px 14px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: var(--white);
    background-image: -o-linear-gradient(33deg, var(--red4) 0, var(--orange4) 51%, var(--orange5) 100%);
    background-image: linear-gradient(57deg, var(--red4) 0, var(--orange4) 51%, var(--orange5) 100%);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sticky-btn.shown {
    opacity: 1;
    visibility: visible
}

.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:767px) {
    .pagination-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@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) {

    .pagination-btn:not(.is-disabled):hover {
        color: var(--orange);
        border-color: var(--orange)
    }

    .pagination-link:not(.is-active):hover {
        border-color: var(--orange);
        color: var(--orange)
    }

    .pagination-link.is-active:not(.is-disabled):hover {
        color: var(--white);
        border-color: var(--orange);
        background-color: var(--orange);
        cursor: default
    }

    footer .langs-opener:hover {
        color: var(--orange)
    }

    .footer-link:hover {
        border-color: var(--black);
        color: var(--orange)
    }

    .catalog::after {
        content: "";
        position: absolute;
        bottom: 18px;
        left: 0;
        right: 0;
        z-index: 2;
        height: 4px;
        background-color: var(--white)
    }

    .catalog-closer:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .thumb .thumb-closer:hover {
        color: var(--orange)
    }

    .thumb .thumb-closer:hover~.thumb-link-wrap .cursor {
        display: none
    }

    .category-link:hover .category-name {
        color: var(--white)
    }

    .category-link:hover .category-name::before {
        opacity: 1
    }


    .langs-link:hover {
        color: var(--orange)
    }

    .social-link:hover::before {
        opacity: 1
    }

    .tab-first:not(.is-current):hover,
    .tab-last:not(.is-current):hover {
        color: #e75d2e
    }

    .primary-btn:hover {
        -webkit-transform: scale(1.048);
        -ms-transform: scale(1.048);
        transform: scale(1.048)
    }

    .secondary-btn:hover {
        border-color: transparent
    }

    .secondary-btn:hover::before {
        opacity: 1
    }

    .bg-closer:hover {
        color: var(--orange)
    }

    .circle-bg-closer:hover {
        color: var(--orange)
    }

    .scroller-to-top:not(.is-showed):hover {
        color: var(--orange)
    }

    .show-more-btn:hover .show-more-text {
        background-color: transparent;
        color: var(--white)
    }

    .uploader:hover {
        cursor: pointer;
        opacity: .8
    }

    .shares:hover .shares-list {
        opacity: 1;
        visibility: visible
    }

    .shares:hover .shares-btn::before {
        opacity: 1
    }

    .shares-item:hover .shares-link {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4)
    }

    .user .user-img-wrap:hover {
        color: var(--orange)
    }

    .user-img-wrap:hover .user-img-changer {
        opacity: .5
    }

    .user-link:hover {
        color: var(--orange)
    }

    a.breadcrumbs-link:hover {
        color: var(--orange)
    }

    a.breadcrumb-link:hover {
        color: var(--orange)
    }

    .game-review-link:hover {
        color: var(--orange)
    }

    .game-review-like:hover .icon-like {
        color: var(--green)
    }

    .game-review-dislike:hover .icon-dislike {
        color: var(--red3)
    }

    .game-btn:not(.has-no-border):hover {
        border-color: transparent
    }

    .game-btn:not(.has-no-border):hover::before {
        opacity: 1
    }

    .game-closer:hover,
    .game-reloader:hover {
        background-color: rgba(255, 255, 255, .46)
    }

    .game .game-img-wrap:hover~.primary-btn {
        -webkit-transform: scale(1.048);
        -ms-transform: scale(1.048);
        transform: scale(1.048)
    }

    .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)
    }

    .feed-btn:hover {
        color: var(--orange)
    }

    .comment-like:hover {
        color: var(--green)
    }

    .comment-dislike:hover {
        color: var(--red3)
    }

    .not-working-link:hover {
        border-color: transparent
    }

    .review-edit-remover:hover {
        color: var(--orange)
    }

    .review-edit .emoji-btn:hover {
        color: var(--orange)
    }


    .card-inner:hover .card-bg {
        -webkit-filter: blur(4px);
        filter: blur(4px)
    }

    .card-inner:hover .card-title {
        color: var(--orange)
    }

    .card-inner:hover .card-link-pointer {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    .pagination-links:not(.is-current):hover {
        border-color: var(--orange);
        color: var(--orange)
    }


    .comments-redirect:hover {
        color: #d05c24
    }


    .carousel .swiper-button-next:not(.swiper-button-disabled):hover,
    .carousel .swiper-button-prev:not(.swiper-button-disabled):hover {
        background-color: var(--orange)
    }

    .not-working a:hover {
        border-color: transparent
    }

    .user:hover .user-bl {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
        opacity: 1;
        visibility: visible
    }

    .button:hover {
        color: var(--white);
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .tags-link:hover {
        color: var(--white)
    }

    .tags-link:hover::before {
        opacity: 1
    }
}


@media screen and (max-width:1399px) {
    section.has-sticky-btn .sticky-wrapper {
        left: -80px
    }
}

@media screen and (max-width:1319px) {
    .sticky-btn {
        position: fixed;
        bottom: 20px;
        left: 30px;
        z-index: 5;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        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;
        opacity: 0;
        visibility: hidden;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 0;
        -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
    }

    .sticky-btn-text {
        display: none
    }

}


@media screen and (max-width:1199px) {

    .card .text-breaker {
        display: inline;
        width: auto
    }


    .form-control .required-bl {
        font-size: 12px
    }
}

@media screen and (max-width:1139px) {

    .games-bl {
        padding-right: 0
    }

    .games .thumb {
        width: 25%
    }

    .catalog-col-first {
        width: 33.332%
    }

    .catalog-col-first .catalog-items {
        margin: 0
    }

    .catalog-col-first .category {
        width: 100%;
        padding: 0 0 20px 0
    }

    .catalog-col-middle {
        width: 33.332%
    }

    .catalog-col-last {
        width: 33.332%
    }

    .categories .category,
    .categories-secondary .category {
        width: 25%
    }

    .categories-second .category {
        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%
    }

    .form-control .required-bl {
        max-width: 200px
    }

    .game-tab {
        padding: 17px 22px
    }

    .game .title-big {
        font-size: 32px
    }

    .game .subtitle {
        font-size: 16px
    }

    .categories-swiper-container {
        opacity: 0;
        visibility: hidden
    }

    .categories-swiper-container.swiper-container-initialized {
        opacity: 1;
        visibility: visible
    }

    .categories-wrapper .category {
        width: 25%
    }


    .categories-carousel {
        margin: 0 -20px 30px;
        padding: 0
    }

    .categories-carousel .category.has-btn {
        display: none
    }

    .categories-swiper-container {
        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 {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 13;
        transition: transform .3s ease
    }

    header.is-hide {
        transform: translate3d(0, -76px, 0)
    }


    footer .langs {
        display: none
    }

    main {
        padding: 70px 0 36px
    }

    section.is-raised {
        margin-top: -46px
    }

    .headline {
        padding: 30px 0
    }

    .headline .title-big {
        font-size: 32px
    }

    .found .title-big,
    .found-page .title-big {
        font-size: 32px
    }

    .container-lg {
        padding: 0 20px
    }

    .catalog-closer {
        display: none
    }

    .catalog-head {
        display: block
    }

    .catalog-row .nano,
    .catalog-row-single .nano {
        height: 100%;
        overflow: visible
    }

    .catalog-row .nano::after,
    .catalog-row .nano::before,
    .catalog-row-single .nano::after,
    .catalog-row-single .nano::before {
        display: none
    }

    .catalog-row .nano-content,
    .catalog-row-single .nano-content {
        position: static;
        overflow: visible
    }

    .catalog-row {
        display: block;
        margin: 0
    }

    .catalog-col-single .nano-content {
        padding: 20px 20px 0 20px
    }

    .catalog-col-single .btn-line {
        padding: 0
    }

    .catalog-col-first,
    .catalog-col-last,
    .catalog-col-middle {
        padding: 0
    }

    .catalog-col-first:not(.is-open),
    .catalog-col-last:not(.is-open),
    .catalog-col-middle:not(.is-open) {
        display: none
    }

    .catalog-col-first.is-open,
    .catalog-col-last.is-open,
    .catalog-col-middle.is-open {
        display: block
    }

    .catalog-col-first .nano-content,
    .catalog-col-last .nano-content,
    .catalog-col-middle .nano-content {
        padding: 84px 17px 0 20px
    }

    .catalog-col-first {
        width: 100%
    }

    .catalog-col-first .catalog-items {
        margin: 0 -10px
    }

    .catalog-col-first .category {
        width: 33.332%;
        padding: 0 10px 20px
    }

    .catalog-col-middle {
        width: 100%
    }

    .catalog-col-middle .catalog-items {
        margin: 0 -10px
    }

    .catalog-col-middle .category {
        width: 33.332%;
        padding: 0 10px 20px
    }

    .catalog-col-middle .primary-btn {
        display: none
    }

    .catalog-col-last {
        display: none
    }

    .catalog-col-last .catalog-items {
        margin: 0 -10px
    }

    .catalog-title {
        display: none
    }

    .catalog>.nano {
        height: calc(100% - 50px);
        overflow: hidden
    }

    .catalog>.nano>.nano-content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: scroll;
        overflow-x: hidden;
        padding-bottom: 20px
    }

    .catalog>.nano>.nano-pane {
        right: 3px;
        width: 2px
    }

    .catalog>.nano>.nano-pane::after,
    .catalog>.nano>.nano-pane::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2;
        width: 2px;
        height: 20px;
        background-color: var(--white)
    }

    .catalog>.js-nano>.nano-content {
        padding-bottom: 0
    }

    .catalog .tabs-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .thumbs .thumb {
        width: 25%
    }

    .thumb-inner:hover .thumb-closer,
    .thumb-inner.is-touched .thumb-closer {
        -webkit-transform: scale(1.176) translate3d(5px, -5px, 0);
        transform: scale(1.176) translate3d(5px, -5px, 0)
    }

    .thumb .label-played {
        display: none
    }

    .thumb .thumb-closer {
        top: 10px;
        right: 10px;
        z-index: 2;
        opacity: 1;
        visibility: visible
    }


    .form-control .required-bl {
        top: 100%;
        left: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        max-width: initial;
        padding: 15px
    }

    .form-control .required-bl::before {
        top: auto;
        bottom: 100%;
        left: 60px;
        -webkit-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0);
        border-width: 0 8px 10px 8px;
        border-color: transparent transparent var(--white) transparent
    }

    .form-control-inner.has-invalid-field {
        margin-bottom: 100px
    }

    .requests-title {
        margin-bottom: 20px
    }

    .btn-line {
        padding-bottom: 0
    }

    .user .user-bl::before {
        display: none
    }

    .profile .required-bl {
        background-color: #f61200
    }

    .profile .required-bl::before {
        top: auto;
        bottom: 100%;
        left: 60px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        border-width: 0 7px 9px 7px;
        border-color: transparent transparent #f61200 transparent
    }

    .breadcrumb {
        padding: 2px 0 20px
    }

    .breadcrumb-secondary {
        padding: 0 0 40px
    }

    .breadcrumb-secondary .breadcrumb-list {
        padding: 21px 20px;
        background-color: #f7f9fc
    }

    .game-tab {
        font-size: 12px;
        padding: 17px 10px
    }

    .game-toggle-zone {
        display: none
    }

    .game-toggle-bl .thumbs {
        padding-top: 30px
    }

    .game .title-big {
        font-size: 28px
    }

    .game .subtitle {
        font-size: 16px
    }


    .card-title {
        font-size: 22px
    }


    .comments-redirect {
        height: 44px;
        padding: 0 12px;
        border: 1px solid #cbd0d7;
        border-radius: 20px
    }

    .comments-redirect .to-hide {
        display: none
    }


    .picture {
        margin-bottom: 50px
    }

    .picture-caption {
        text-align: left;
        font-size: 16px
    }

    .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 ease, visibility .3s ease
    }

    .tags-nav.swiper-container-initialized {
        opacity: 1;
        visibility: visible
    }

    .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-review {
        /* display: none */
    }

    .game-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        padding: 0 0 3px 0
    }

    .game-btn.has-no-border {
        border: 1px solid var(--white)
    }

    .game-btn.is-hidden {
        /* display: -webkit-box;
        display: -ms-flexbox;
        display: flex */
    }

    .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
    }

    .game-btn .icon-share-social {
        display: none
    }

    .game-btn .icon-share {
        display: inline-block
    }

    .game-btn-text {
        display: none
    }

    .game-carousel {
        margin: 0 -20px 0;
        padding: 20px 0
    }

    .game-swiper-container {
        border-radius: 0;
        margin: 0;
        padding: 10px 20px
    }

    .game-frame,
    .game-frame-secondary {
        /* display: none */
    }

    .game-tabs-container {
        max-width: initial;
        margin-bottom: 0;
        padding: 0;
        background-color: var(--black)
    }

    .game-tabs {
        position: relative;
        display: block;
        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 ease;
        -o-transition: border-color .2s ease;
        transition: border-color .2s ease
    }

    .game-tab.is-current {
        border-color: var(--white);
        background-color: transparent;
        color: var(--white)
    }

    .game-tab+.game-tab {
        margin-left: 20px
    }

    .game .swiper-button-next,
    .game .swiper-button-prev {
        display: none
    }

    .start {
        /* display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding-bottom: 20px */
    }

    .start-last-col {
        max-width: 548px
    }

    .adblocker-line {
        display: none
    }

    .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
    }

    .games .thumb {
        width: 33.332%
    }

    .catalog-col-single .category {
        width: 33.332%
    }

    .categories .category,
    .categories-secondary .category {
        width: 33.332%
    }

    .categories-second .category {
        width: 33.332%
    }

    .game .title-big {
        font-size: 24px
    }

    .categories-wrapper .category {
        width: 33.332%
    }

    .card-title {
        margin-bottom: 14px
    }
}

@media screen and (max-width:863px) {
    .headline .title-big {
        font-size: 26px
    }

    .found .title-big,
    .found-page .title-big {
        font-size: 26px
    }

    .result-line .categories-second {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .games-title {
        font-size: 26px
    }

    .games-bl {
        margin: 0 -10px
    }

    .games .thumb {
        padding: 0 10px 26px
    }

    .categories-second {
        display: block;
        margin: 0 -20px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 10px 5px 40px;
        white-space: nowrap;
        font-size: 0
    }

    .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-second .category.has-btn {
        display: none
    }

    .game-tabs::-webkit-scrollbar,
    .game-tabs::-webkit-scrollbar-thumb {
        display: none
    }

    .game-tabs::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 20px;
        background-color: var(--black)
    }

    .categories-container {
        padding: 18px 0 0
    }

    .categories-wrapper {
        position: relative;
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0;
        padding: 0 8px;
        white-space: nowrap;
        font-size: 0
    }

    .categories-wrapper::-webkit-scrollbar,
    .categories-wrapper::-webkit-scrollbar-thumb {
        display: none
    }

    .categories-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 20px;
        background-color: var(--white)
    }

    .categories-wrapper .category {
        display: inline-block;
        width: 220px;
        font-size: 16px
    }

    .feed-col-middle {
        display: block
    }

    .feed-textarea-wrap {
        margin: 0 0 20px 0
    }
}

@media screen and (max-width:799px) {
    .footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-col:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px
    }

    .footer-col+.footer-col {
        margin-left: 0
    }

    .games {
        padding-top: 20px
    }

    .games .tabs {
        width: 100%
    }

    .games .tab-first,
    .games .tab-last {
        width: 50%
    }

    .games-inner {
        padding-top: 0
    }

    .games-headline {
        position: static;
        display: block;
        padding: 0 0 100px 0;
        background-color: transparent
    }

    .games-tip {
        padding: 0 40px;
        text-align: center
    }

    .games .tabs-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 20px;
        -webkit-transition: -webkit-transform .2s ease-in;
        transition: -webkit-transform .2s ease-in;
        -o-transition: transform .2s ease-in;
        transition: transform .2s ease-in;
        transition: transform .2s ease-in, -webkit-transform .2s ease-in
    }

    .games .tabs-wrap.is-fixed {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    .games .tabs-wrap.is-fixed .tabs {
        -webkit-box-shadow: 0 5px 17px 1px rgba(67, 67, 67, .73);
        box-shadow: 0 5px 17px 1px rgba(67, 67, 67, .73)
    }

    .circle-bg-closer {
        top: 6px;
        width: 54px;
        height: 54px;
        font-size: 25px
    }

    .circle-bg-closer.is-transformed {
        top: auto;
        bottom: 6px;
        background-color: #f63b03
    }

    .scroller-to-top {
        bottom: 6px;
        right: 10px;
        width: 54px;
        height: 54px;
        font-size: 28px
    }

    .profile-col-first {
        margin-right: 30px
    }

    .card-title {
        font-size: 18px
    }
}

@media screen and (max-width:767px) {
    .thumbs .thumb {
        width: 33.332%
    }

    .profile {
        padding-top: 30px
    }

    .profile-col-first {
        display: none
    }

    .profile-mob-user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 22px
    }

    .profile-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .profile .form-body {
        max-width: initial;
        margin-top: 30px
    }

    .profile .form-title {
        font-size: 32px
    }

    .profile .primary-btn {
        margin: 36px auto 0;
        max-width: 398px
    }

    .pagination-btn.is-first {
        position: absolute;
        top: 2px;
        left: 0;
        z-index: 2;
        margin-right: 0
    }

    .pagination-btn.is-last {
        position: absolute;
        top: 2px;
        right: 0;
        z-index: 2;
        margin-right: 0
    }

    .pagination-btn.is-first+.pagination-item {
        margin-left: 0
    }

    .pagination-item.is-first {
        position: absolute;
        top: 2px;
        left: 0;
        z-index: 2;
        margin: 0;
        padding: 0
    }

    .pagination-item.is-first+.pagination-item {
        margin: 0
    }

    .pagination-item.is-last {
        position: absolute;
        top: 2px;
        right: 0;
        z-index: 2;
        margin: 0
    }

    .review-edit .form-title {
        font-size: 26px
    }

    .comments-redirect {
        height: 38px
    }


    .picture {
        margin-bottom: 40px
    }

    .picture-caption {
        margin-top: 14px;
        font-size: 15px
    }

}

@media screen and (max-width:720px) {
    .catalog-col-single .category {
        width: 50%
    }
}

@media screen and (max-width:719px) {
    section .container>.tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 480px;
        width: 100%;
        margin: 0 auto 24px
    }

    .headline .title-big {
        font-size: 24px
    }

    .headline .tabs {
        display: none
    }

    .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
    }

    .catalog-col-first .category {
        width: 50%
    }

    .catalog-col-middle .category {
        width: 50%
    }

    .categories .category,
    .categories-secondary .category {
        width: 50%
    }

    .shares-list {
        display: none
    }

    /* 
    .breadcrumbs {
        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;
        margin: 0 -20px;
        padding: 11px 20px 11px 18px;
        background-color: #f1f1f1
    }

    .breadcrumbs-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .breadcrumbs-opener {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .breadcrumbs-nav-wrap {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--white);
        font-weight: 500;
        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
    }

    .breadcrumbs-list {
        display: block;
        padding: 0 20px
    }

    .breadcrumbs-item {
        border-bottom: 1px solid #f9f9f9
    }

    .breadcrumbs-item:first-child {
        display: none
    }

    .breadcrumbs-item+.breadcrumbs-item {
        position: static;
        margin-left: 0;
        padding-left: 0
    }

    .breadcrumbs-item+.breadcrumbs-item::before {
        content: normal;
        position: static
    }

    .breadcrumbs-link {
        display: block;
        width: 100%;
        padding: 11px 22px 12px;
        color: var(--black)
    }

    .game .breadcrumbs {
        margin-bottom: 34px;
        background-color: rgba(241, 241, 241, .15)
    }

    .game .breadcrumbs-item,
    .game .breadcrumbs-link {
        color: var(--black)
    } */

    .review-edit .form-title {
        font-size: 22px
    }
}

.mob-game {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: var(--black);
    -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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
    font-family: icomoon;
    background-color: var(--black);
    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%
    }

    .section-light-beam::before {
        height: 500px
    }
}

@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
    }

    .catalog .tabs-wrap {
        display: block
    }

    .catalog .tab-first,
    .catalog .tab-last {
        width: 50%
    }


    .card-title {
        font-size: 22px
    }
}

@media screen and (max-width:479px) {

    .description p,
    .section-desc p {
        line-height: 1.6
    }

    .description {
        margin-top: 40px
    }

    .description .title-small {
        font-size: 20px
    }

    .headline .title {
        font-size: 24px
    }

    .games {
        padding-top: 24px
    }

    .games-title {
        font-size: 20px
    }


    .catalog-col-single .catalog-items {
        margin: 0 -5px
    }

    .catalog-col-single .category {
        padding: 0 5px 20px
    }

    .catalog-col-first .catalog-items {
        margin: 0 -5px
    }

    .catalog-col-first .category {
        padding: 0 5px 20px
    }

    .catalog-col-middle .catalog-items {
        margin: 0 -5px
    }

    .catalog-col-middle .category {
        padding: 0 5px 20px
    }

    .thumbs {
        margin: 0 -10px
    }

    .thumbs .thumb {
        padding: 0 10px 22px
    }

    .thumbs+.primary-btn {
        max-width: initial
    }

    .thumb-link-wrap {
        border-radius: 10px
    }

    .thumb-link {
        border-radius: 10px
    }

    .thumb-video-wrap {
        border-radius: 10px 10px 0 0
    }

    .thumb-video {
        border-radius: 10px 10px 0 0
    }

    .thumb-desc {
        padding: 21px 12px
    }

    .thumb .img-scalable {
        border-radius: 10px 10px 0 0
    }

    .categories,
    .categories-secondary {
        margin: 0 -10px
    }

    .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-second .category {
        padding: 10px
    }

    .category-link {
        height: 60px;
        border-radius: 10px;
        font-size: 12px
    }

    .category-img-wrap {
        width: 60px
    }

    .category-name {
        border-radius: 0 10px 10px 0
    }

    .category-name::before {
        border-radius: 0 10px 10px 0
    }

    .categories-inner.swiper-wrapper {
        padding: 5px 0
    }

    .categories-item.swiper-slide {
        padding: 10px
    }

    .categories-wrap {
        padding: 0 9px
    }

    .categories-wrap .category {
        padding: 17px 11px
    }

    .bg-closer {
        top: 20px;
        right: 20px;
        font-size: 25px
    }

    .show-more-btn {
        border-radius: 10px;
        font-size: 12px
    }

    .show-more-text {
        border-radius: 8px;
        padding: 21px 20px;
        line-height: 1.2
    }

    .profile-user-changer span {
        display: none
    }

    .profile-btn {
        max-width: initial
    }

    .profile .form-title {
        font-size: 24px
    }

    .profile .primary-btn {
        max-width: initial;
        padding: 15px 12px
    }

    .game-toggle-bl.is-modified .about {
        padding-top: 28px
    }

    .game-toggle-bl.has-margin {
        margin-top: 28px
    }

    .game-toggle-bl .headline {
        padding-top: 28px
    }

    .about.is-modified {
        padding-top: 28px
    }

    .about-headline {
        margin-bottom: 18px
    }

    .about-title {
        font-size: 18px
    }

    .player-btn {
        width: 54px;
        height: 54px
    }

    .feed {
        padding-top: 28px
    }

    .feed-row .primary-btn {
        width: 100%
    }

    .comment-changer {
        display: none
    }

    .game-toggle-carousel .headline {
        padding-top: 0;
        padding-bottom: 10px
    }

    .not-working {
        padding: 126px 20px 126px
    }

    .not-working .title {
        font-size: 24px
    }

    .review-edit {
        padding: 126px 20px 126px
    }

    .review-edit .primary-btn {
        padding: 15px 12px
    }


    .card-title {
        font-size: 20px
    }

    .pagination-secondary {
        padding: 30px 0 10px
    }

    .pagination-after,
    .pagination-before {
        font-size: 12px
    }

    .pagination-inner {
        height: 44px
    }

    .pagination-after-link,
    .pagination-before-link,
    .pagination-links {
        width: 44px;
        height: 44px
    }

    .pagination-links {
        font-size: 16px
    }

    .carousel .swiper-button-prev {
        left: 8px
    }

    .carousel .swiper-button-next {
        right: 8px
    }

    .categories-swiper-slide {
        padding: 10px 12px
    }
}

@media screen and (max-width:424px) {
    .games .tab-text {
        font-size: 12px
    }

    .form-title {
        font-size: 24px
    }
}


@media screen and (max-width:383px) {
    .headline .title-big {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .footer-item+.footer-item {
        margin-left: 15px
    }

    .catalog .tabs {
        font-size: 12px
    }

    .thumb-inner:hover .thumb-closer,
    .thumb-inner.is-touched .thumb-closer {
        -webkit-transform: scale(1.176) translate3d(2px, -2px, 0);
        transform: scale(1.176) translate3d(2px, -2px, 0)
    }

    .thumb .label-fav,
    .thumb .label-played,
    .thumb .label-popular {
        width: 30px;
        height: 30px
    }

    .thumb .label-fav,
    .thumb .label-played {
        top: 5px
    }

    .thumb .label-fav {
        left: 5px;
        font-size: 15px
    }

    .thumb .label-popular {
        font-size: 17px
    }

    .thumb .label-popular::before {
        width: 5px;
        height: 30px
    }

    .thumb .thumb-closer {
        top: 5px;
        right: 5px;
        font-size: 16px
    }

    .breadcrumb-secondary {
        padding-bottom: 30px
    }

    .game-headline {
        margin-bottom: 24px
    }

    .game .title-big {
        font-size: 20px
    }

    .game .subtitle {
        font-size: 12px
    }

    .picture-caption {
        font-size: 16px
    }


    .carousel .swiper-button-next,
    .carousel .swiper-button-prev {
        width: 40px;
        height: 40px;
        font-size: 20px
    }

    .sticky-btn {
        left: 10px
    }

    .start-btn-text {
        display: none
    }
}

@media screen and (max-width:360px) {
    .catalog-col-single .catalog-items {
        margin: 0
    }

    .catalog-col-single .category {
        width: 100%;
        padding: 0 0 20px
    }

    .catalog-col-first .catalog-items {
        margin: 0
    }

    .catalog-col-first .category {
        width: 100%;
        padding: 0 0 20px
    }

    .catalog-col-middle .catalog-items {
        margin: 0
    }

    .catalog-col-middle .category {
        width: 100%;
        padding: 0 0 20px
    }
}

/* =================================== menu */
.nav-wrap {
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    height: 70px;
    background: var(--black);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.nav-wrap .navbar {
    /* height: 100%;
    width: 100%;  */
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    /* background: red; */
    /* padding: 0 50px; */
}

.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: 500;
}

.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 {
    /* background: red; */
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: var(--white);
    transition: all 0.3s ease;
}

.nav-wrap .navbar .links li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    background: var(--black);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
}

.navbar .links li:hover .htmlCss-sub-menu,
.navbar .links li:hover .js-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.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 li:hover a {
    color: var(--orange);
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.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: all 0.3s ease;
}

.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: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: var(--orange);
    border: 1px solid rgb(33 33 33 / 28%);
    box-shadow: 0px -2px 36px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px -2px 36px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -2px 36px 0px rgba(0, 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: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

@media (max-width:920px) {
    .nav-wrap .navbar {
        max-width: 100%;
        /* padding: 0 25px; */
    }

    .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) {
    .nav-wrap {
        /* position: relative; */
    }

    .navbar .bx-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: 20px;
        padding-top: 10px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        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 {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    .navbar .links li:hover .htmlCss-sub-menu,
    .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .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);
    }
}

@media (max-width:370px) {
    .nav-wrap .navbar .nav-links {
        max-width: 100%;
    }
}

.nav-wrap .navbar .show_mobile {
    left: 0%;
}

.btn_search {
    font-size: 21px;
    padding: 10px 12px;
}

.btn_search .icon-search::before {
    color: var(--white);
}


/*============================== pagination ==============================*/
.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: 30px auto 0; */
    margin-bottom: 48px;
}

.pagination .btn_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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;
    min-width: 44px;
    height: 44px;
    padding: 0 6px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--black);
    color: var(--black);
    font-size: 19px;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transition-property: color, background-color, border-color, -webkit-box-shadow;
    transition-property: color, background-color, border-color, -webkit-box-shadow;
    -o-transition-property: color, background-color, border-color, box-shadow;
    transition-property: color, background-color, border-color, box-shadow;
    transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
}

.pagination .btn_page:hover {
    cursor: pointer;
    color: var(--orange);
    border-color: var(--orange);
    /* background-color: var(--white); */
}

.pagination .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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;
    padding: 0 6px;
    margin: 0 5px;
    min-width: 44px;
    height: 44px;
    color: var(--white);
    background-color: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 50%;
    font-size: 19px;
    font-weight: 700;
    cursor: default;
}

/* ========================== game__content */
.subheadings {
    color: var(--white);
    font-size: 18px;
}

@media (max-width: 1365px) {
    .similar {
        padding-left: 20px;
    }
}


.game__content {
    font-size: 16px;
    line-height: 1.5;
    color: var(--black2);
    word-wrap: break-word;
}

.game__content ul,
.game__content ol {
    padding-left: 30px;
    margin-bottom: 26px;
}

.game__content ul:last-child,
.game__content ol:last-child {
    margin-bottom: 0;
}

.game__content li {
    line-height: 26px;
    padding-left: 6px;
    position: relative;
}

.game__content p {
    line-height: 26px;
    margin-bottom: 26px;
    letter-spacing: 0.4px;
}

.game__content a {
    font-style: italic;
    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: 12px;
    /* color: var(--white); */
}

.game__content h1:last-child,
.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 {
    margin-bottom: 0;
}

.game__content img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 576px) {
    .game__content iframe {
        max-width: 100%;
    }
}

.game__content blockquote {
    display: block;
    position: relative;
    padding: 0 0 0 40px;
    line-height: 30px;
    margin-bottom: 26px;
}

.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 blockquote p {
    margin-bottom: 0;
}

.game__content blockquote:last-child {
    margin-bottom: 0;
}


/* game-full-rate */
.b-action #st-1 {
    text-align: left;
    /* margin-top: 10px; */
}

.b-action #st-1 .st-btn {
    height: 44px;
    line-height: 44px;
    margin-right: 8px;
    padding: 0 10px;
    border-radius: 50%;
}

.b-action #st-1 .st-btn img {
    top: 10px;
}

.game-full-rate {
    padding-left: 10px;
}

#append-rate .rating img {
    display: unset;
    margin-bottom: 0;
    width: 22px;
    height: 22px;
}

.font-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 0.5;
    /* color: #9595D1; */
    /* margin-bottom: 20px; */
    gap: 12px;
}

.font-rate .rating {
    margin-bottom: 0;
}

/* share_lists */
.game-btns {
    position: relative;
}

.game-btns .btn_rate {
    width: auto;
    border: unset;
}

.share_lists {
    position: absolute;
    /* bottom: 55px; */
    top: 55px;
    left: 330px;
    /* right: 148px; */
}

.share_lists .st-btn {
    border-radius: 50% !important;
}

@media (max-width: 464px) {
    .share_lists {
        left: 0;
        top: 106px;
    }
}

.hidden-imp {
    /* display: none !important; */
    opacity: 0 !important;
    visibility: hidden;
}

#commentChecked {
    width: unset;
    display: unset;
}

#btn_cancel {
    margin-top: 12px;
}

/* fullscreen.php */
.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0px !important;
    border: 0px !important;
    left: 0px !important;
    right: 0px !important;
    cursor: pointer !important;
}

.exit-fullscreen {
    width: 36px;
    height: 36px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 6px;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.hidden {
    display: none;
}


/*============================== loading_mask ==============================*/

.hidden-load {
    display: none;
}

.loading_mask {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading_mask>img {
    height: 300px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.action .loading_mask>img {
    left: 50%;
}

.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 ==============================*/
.footer {
    height: 70px;
    display: flex;
}

.footer .flex-center {
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.infor_footer a:hover {
    /* color: rgba(255, 255, 255, .8); */
    color: var(--theme_color);
}

.infor_footer a {
    color: var(--white);
    /* font-weight: 700; */
    font-size: 16px;
    height: 100%;
}

.infor_footer a::after {
    content: "|";
    margin: 0 5px;
    color: var(--theme_color);
}

.infor_footer a:last-child::after {
    content: "";
}