/* BASIC LAYOUT
----------------------------------------------- */

.wrapper {
    min-width: 320px;
    position: relative;
}

.wrapper-container {
    max-width: var(--max-width);
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

.wrapper-main {
    padding: 0 var(--indent);
}

.content {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) 300px;
    grid-gap: 40px 40px;
    padding: 20px 0;
    min-height: 80vh;
}

.header {
    background: linear-gradient(90deg, #000931, #00194b 22%, #00418d 70%, #005cba, #000931);
    color: var(--tt-dark);
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    box-shadow: 0px 2px 13px 0px #0000006b;
}

.footer {
    background-color: var(--bg-dark);
    color: var(--tt-dark);
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
    flex-flow: row wrap;
}

.side-block--sticky {
    position: sticky;
    left: 0;
    top: 20px;
}

@media screen and (min-width: 1600px) {
    .wrapper {
        background-size: 100% auto;
    }
}

.share-btn {
    position: fixed;
    z-index: 990;
    right: 0;
    top: 50%;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    margin-top: -150px;
    cursor: pointer;
    padding: 9px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.share-btn:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    color: var(--accent);
}

.share-box {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    width: 656px;
}

.share-box__text {
    padding: 30px;
}

.share-box__img {
    border-radius: 10px 10px 0 0;
    padding-top: 38.4%;
}

.share-box__close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
}

.c-orange {
    color: #fd823e;
}

.fbold {
    font-weight: 700;
}

.smf {
    margin-top: 20px;
    opacity: 0.6;
}

#scrolltop {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 10px;
    bottom: 10px;
    z-index: 990;
    display: none;
    background-color: var(--bg);
    color: var(--tt-2);
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* HEADER, NAV
----------------------------------------------- */

.logo {
    max-width: 160px;
}


.logo__caption {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}

.header__search {
    position: relative;
    margin-left: 16px;
}

.header__search input,
.header__search input:focus {
    padding: 0 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    color: #000;
}

.header__search input:not(:focus)::placeholder {
    color: #000;
    opacity: 0.4;
    font-size: 14px;
}

.header__search.open input {
    border-radius: 10px 10px 0 0;
}

.header__search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    padding: 0;
    background: none;
    color: #000;
    font-size: 18px;
}

.header__ctrl li {
    cursor: pointer;
    margin-left: 20px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

.header__ctrl li .badge {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    background-color: #8dca00;
    color: #fff;
    padding: 0 6px;
    position: absolute;
    left: 9px;
    top: -6px;
}

.header__ctrl .fal {
    margin: 0 10px 0 0;
    font-size: 18px;
}

.header__ctrl li:hover {
    color: #ccc;
}

.nav {
    margin-left: auto
}

.nav__menu li.nav-item {
    flex: 1 1 0;
    min-width: auto;
    max-width: 100%;
    white-space: nowrap;
    text-align: center;
}

/*
.nav__menu li.nav-item:nth-child(1) {
    background-color: #8dca00;
}

.nav__menu li.nav-item:nth-child(2) {
    background-color: #fb55a3;
}

.nav__menu li.nav-item:nth-child(3) {
    background-color: #02b8e3;
}

.nav__menu li.nav-item:nth-child(4n) {
    background-color: #ffb400;
}

.nav__menu li.nav-item:last-child {
    background-color: #ff4f5b;
}
*/

.nav__menu li.nav-item:not(:last-child) {
}

.nav__menu a {
    display: block;
    line-height: 50px;
    color: #fff;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bgreen {
    background-color: #8dca00;
}

.bblue {
    background-color: #02b8e3;
}

.bred {
    background-color: #ff4f5b;
}

.bpurp {
    background-color: #fb55a3;
}

.byelo {
    background-color: #edcc3d;
}

.nav__menu li.nav-item a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.green {
    color: #8dca00;
}

.blue {
    color: #02b8e3;
}

.red {
    color: #ff4f5b;
}

.purple {
    color: #fb55a3;
}

.yellow {
    color: #edcc3d;
}

/* TOP SCROLLERS
----------------------------------------------- */

.sect-carou:not(.owl-carousel) {
    overflow: hidden;
    white-space: nowrap;
}

.sect-carou:not(.owl-carousel) .sect-scroller__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}

.sect-scroller {
    margin-top: 40px;
    padding: 0 0;
}

.sect-scroller123 {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    margin-top: 40px;
    padding: 0 0 20px 20px;
    scrollbar-width: thin;
    scrollbar-color: var(--accent) var(--bdc);
}

.sect-scroller::-webkit-scrollbar {
    width: 12px;
    height: 8px;
}

.sect-scroller::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: var(--accent);
    border: 0;
}

.sect-scroller::-webkit-scrollbar-track {
    background-color: var(--bdc);
}

.sect-scroller__item {
    border-radius: 10px;
    background-color: var(--bg-dark);
    padding: 20px;
    position: relative;
    box-shadow: 0px 5px 13px -2px #00000038;
    border: 1px solid #0059c57a;
}

.sect-scroller__title {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
}

.sect-scroller__item .fal {
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 24px;
}

.sect-scroller__content {
    display: grid;
    grid-template-columns: repeat(7, minmax(54px, 1fr));
    grid-gap: 10px 10px;
}

.top {
    height: 75px;
    width: 75px;
    border-radius: 8px;
    display: block;
    position: relative;
    overflow: visible;
}

.top img {
    border-radius: 8px;
}

.top[data-count]::before {
    content: attr(data-count);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3px;
    font-size: 12px;
    background-color: #8dca00;
    color: #fff;
}

.top::after {
    content: attr(title);
    position: absolute;
    left: 50%;
    bottom: 100%;
    transition: all .2s;
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: block;
    transform: translate(-50%, -15px);
    z-index: 5;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    font-size: 12px;
}

.top:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.toprek {
    text-align: center;
    margin-bottom: -35px;
    margin-top: 10px;
}

.top-adapt {
    width: 100%;
    height: 90px;
    text-align: center;
    background: #222b34;
}

.bottom-adapt-full {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin: 10px 0;
    height: 280px;
}

.sect-scroller__item--1 .sect-scroller__content {
    grid-template-columns: repeat(1, minmax(54px, 1fr));
}

.sect-scroller__item--2 .sect-scroller__content {
    grid-template-columns: repeat(2, minmax(54px, 1fr));
}

.sect-scroller__item--3 .sect-scroller__content {
    grid-template-columns: repeat(3, minmax(54px, 1fr));
}

.sect-scroller__item--4 .sect-scroller__content {
    grid-template-columns: repeat(4, minmax(54px, 1fr));
}

.sect-scroller__item--5 .sect-scroller__content {
    grid-template-columns: repeat(5, minmax(54px, 1fr));
}

.sect-scroller__item--6 .sect-scroller__content {
    grid-template-columns: repeat(6, minmax(54px, 1fr));
}

.sect-scroller__item--7 .sect-scroller__content {
    grid-template-columns: repeat(7, minmax(54px, 1fr));
}

.sect-scroller__item--8 .sect-scroller__content {
    grid-template-columns: repeat(8, minmax(54px, 1fr));
}

.sect-scroller__item--9 .sect-scroller__content {
    grid-template-columns: repeat(9, minmax(54px, 1fr));
}

.sect-scroller__item--10 .sect-scroller__content {
    grid-template-columns: repeat(10, minmax(54px, 1fr));
}

.sect-scroller__item--11 .sect-scroller__content {
    grid-template-columns: repeat(11, minmax(54px, 1fr));
}

.sect-scroller__item--12 .sect-scroller__content {
    grid-template-columns: repeat(12, minmax(54px, 1fr));
}

.sect-scroller__item--13 .sect-scroller__content {
    grid-template-columns: repeat(13, minmax(54px, 1fr));
}

.sect-scroller__item--14 .sect-scroller__content {
    grid-template-columns: repeat(14, minmax(54px, 1fr));
}

.sect-scroller__item--15 .sect-scroller__content {
    grid-template-columns: repeat(15, minmax(54px, 1fr));
}

.sect-scroller__item--16 .sect-scroller__content {
    grid-template-columns: repeat(16, minmax(54px, 1fr));
}

.sect-scroller__item--17 .sect-scroller__content {
    grid-template-columns: repeat(17, minmax(54px, 1fr));
}

.sect-scroller__item--18 .sect-scroller__content {
    grid-template-columns: repeat(18, minmax(54px, 1fr));
}

.sect-scroller__item--19 .sect-scroller__content {
    grid-template-columns: repeat(19, minmax(54px, 1fr));
}

.sect-scroller__item--20 .sect-scroller__content {
    grid-template-columns: repeat(20, minmax(54px, 1fr));
}

.sidebar .sect-scroller__item {
    display: block;
    margin-bottom: 20px;
}

.sidebar .sect-scroller__content {
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    justify-items: center;
}

.sidebar .top {
    width: 100%;
    box-shadow: 0px 5px 13px -2px rgba(0, 0, 0, 0.38);
}

/* SECTION
----------------------------------------------- */

.sect {
    margin-bottom: 40px;
}

.sect__header {
    margin-bottom: 20px;
}

.sect__title {
    font-size: 18px;
    font-weight: 600;
}

.descr {
    line-height: 1.6;
    color: var(--tt-2);
}

.descr--top {
    margin-bottom: 20px;
}

.descr h1 {
    font-size: 22px;
    font-weight: 600;
    color: var(--tt-2);
}

.descr h2,
.descr h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--tt-2);
}

.descr--btm,
.descr__text {
    display: grid;
    grid-gap: 15px 0;
}

.descr a,
.descr__btn {
    color: var(--tt-2);
    text-decoration: underline;
}

.descr__text.not-active p:first-child ~ p {
    display: none;
}

.descr__text.not-active p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.descr__btn {
    cursor: pointer;
    margin-top: 5px;
}

.descr ul li {
    list-style: disc;
    margin-left: 40px;
}

.descr ol li {
    list-style: decimal;
    margin-left: 40px;
}

.speedbar {
    color: var(--tt-2);
    margin-top: 40px;
}

.speedbar .fal {
    color: var(--accent);
    margin-right: 8px;
}

.speedbar a:hover,
.speedbar2 a:hover {
    text-decoration: underline;
}

.speedbar2 {
    position: absolute;
    left: 20px;
    top: 5px;
    right: 170px;
    z-index: 10;
    height: 30px;
    line-height: 30px;
    color: #e3e3e3;
    padding-left: 34px;
}

.speedbar2 a {
    color: var(--accent);
}

.speedbar2 .fal {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--accent);
    color: #000;
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 12px;
}

/* Speedbar
----------------------------------------------- */

.breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0px;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.breadcrumbs::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2rem;
    pointer-events: none;
    background-image: var(--gradient-block-right);
}

.breadcrumbs > li {
    white-space: nowrap;
}

.breadcrumbs > li:not(:last-child)::after {
    content: "/";
    margin: 0 .375rem 0 .125rem;
    opacity: .5;
}

.breadcrumbs > li:last-child {
    min-width: 0;
}

.breadcrumbs > li a:hover {
    opacity: .8;
    text-decoration: none !important;
}

/* CARD ITEM
----------------------------------------------- */

.card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.card__img {
    padding-top: 100%;
}

[data-label]::after {
    content: attr(data-label);
    position: absolute;
    left: -30px;
    top: 5px;
    z-index: 3;
    background-color: #edcc3d;
    color: #6b5c18;
    font-size: 10px;
    padding: 2px 0;
    text-transform: uppercase;
    font-weight: 600;
    transform: rotate(-45deg);
    width: 100px;
    text-align: center;
}

.hot_label[data-label]::after {
    background-color: #de002b;
    color: #fff;
}

.new_label[data-label]::after {
    background-color: #7ca907;
    color: #fff;
}

.card__title {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 10px 12px;
    line-height: 1.3;
    text-shadow: #000000 0px 0px 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff !important;
    font-weight: 400;
    text-align: center;
}

.card__overlay {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 44px;
    z-index: 3;
    line-height: 2;
}

.card__overlay::after {
    content: attr(data-text);
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.card__overlay .svg-icon {
    width: 36px;
    height: 36px;
}

.card__rating {
    position: absolute;
    right: 0;
    top: 10px;
    border-radius: 4px 0 0 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-weight: 600;
    text-align: center;
    padding: 3px;
    background-color: #8dca00;
    color: #fff;
}

.card__rating .svg-icon {
    width: 12px;
    height: 12px;
}

.card__title:hover {
    opacity: 0;
}

.card:hover .card__overlay {
    opacity: 1;
}

.emoticons {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 10px 0px;
}

/* FOOTER, PAGINATION
----------------------------------------------- */

.footer a:hover {
    text-decoration: underline;
}

.btn-accent {
    height: 40px;
    border-radius: 8px;
    padding: 0 20px;
    cursor: pointer;
    color: #fff;
    border: 2px solid var(--accent);
}

.footer__menu a {
    margin-right: 20px;
    display: inline-block;
    color: #fff;
}

.footer__text {
    line-height: 1.7;
    margin-left: 40px;
}

.footer__age {
    background-color: #ea121e;
    color: #fff;
    width: 60px;
    height: 40px;
    display: inline-block;
    border-radius: 8px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.pagination {
    text-align: center;
    padding-top: 0px;
}

.pagination__btn-loader a,
.pagination__btn-loader span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 50px;
    background: rgba(0, 0, 0, 0.06);
    color: var(--tt);
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 10px;
}

.pagination__pages a,
.pagination__pages span {
    display: inline-block;
    margin: 10px 5px 0 5px;
    line-height: 40px;
    padding: 0 10px;
    min-width: 40px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 8px;
}

.pagination__pages span:not(.nav_ext),
.pagination__pages a:hover,
.pagination__btn-loader a:hover {
    background: #f5d013;
    color: #fff;
    border-color: #f5d013;
}

.pagination__pages--full a,
.pagination__pages--full span {
    line-height: 30px;
    min-width: 30px;
    font-size: 14px;
}


.page {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) 300px;
    grid-gap: 0px 40px;
    padding: 40px 0;
    min-height: 80vh;
    grid-template-areas: "main side" "desc side";
    grid-template-rows: min-content 1fr;
}

.page__col-main {
    grid-area: main;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    padding-top: 40px;
    background-color: var(--bg-dark);
    color: var(--tt-dark);
    position: relative;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .05);
}

.page__col-side {
    grid-area: side;
}

.page__col-desc {
    grid-area: desc;
}

.emotion {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
}

.game-plug {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.game-plug-in {
    cursor: pointer;
    max-width: calc(100% - 40px);
    max-width: 60%;
    color: #fff;
}

.game-plug__img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    margin-right: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.game-plug__desc h1 {
    font-weight: 600;
    font-size: 24px;
    margin: 5px 0 20px 0;
}

.game-plug__btn {
    height: 50px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #8dca00;
    /*#222b34*/
    box-shadow: 0 0 0 5px rgb(141, 202, 0, 0.5);
    padding: 0 40px;
    margin-bottom: 5px;
    width: 230px;
}

.game-plug__category {
    text-transform: uppercase;
    opacity: 0.6;
}

.gamenow:hover .game-plug__btn {
    box-shadow: 0 0 0 5px rgb(141, 202, 0, 0);
    color: #75a702;
    color: #fff;
}

.page__player-bottom {
    margin: 20px 0 0;
}


#game_loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    display: block;
    margin: 0;
}

#game.game_load #game_loading {
    display: block;
}

#game_loading {
    display: none;
}

#game_loading {
    z-index: 10001;
    text-align: center;
    padding: 30% 0px;
    font-weight: bold;
    font-size: .875rem;
    text-transform: uppercase;
    pointer-events: none;
    color: #fad060;
    transition: opacity .3s linear;
    background: #222b34;
}

#game_loading::before {
    margin: 0 auto;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 1.5rem;
    border: 4px solid #fad060;
    border-bottom-color: transparent;
    border-radius: 50%;
    transform-origin: 50% 50%;
    animation: game_load 1s linear infinite;
}

@keyframes game_load {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.play-game .game-plug,
.play-game .gamelist__add1 {
    display: none !important;
}

.page__player {
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    position: relative;
    padding-top: 62.6%;
}

.page__subtitle {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
}

.page__meta {
    margin-left: 20px;
}

.page__compl a {
    color: var(--tt-dark);
}

.page__share-btn {
    cursor: pointer;
    color: var(--accent);
}

.page__fs {
    cursor: pointer;
    color: #fff;
    pointer-events: none;
    opacity: 0.8;
}

.play-game .page__fs {
    opacity: 1;
    pointer-events: auto;
}

.gamelist__add {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 10;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 12px;
    background-color: var(--bg-dark);
    cursor: pointer;
    color: #fff;
    gap: 5px;
}

.page__share-btn:hover,
.page__fs:hover,
.gamelist__add:hover,
.page__compl a:hover {
    text-decoration: underline;
}

.psh {
    background-color: #fff;
    border-radius: 10px;
    padding: 60px 30px;
    text-align: center;
    width: 300px;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.psh-close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
}

.page__info {
    background-color: var(--bg-dark);
    border-radius: 10px;
    padding: 20px 20px 40px 20px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .05);
}

.page__info-img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    float: left;
    margin: 0 20px 0 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.page__info--second {
    border-radius: 10px;
}

.page__info--second .page__info-img {
    width: 150px;
    height: 150px;
}

.page__related {
    margin-bottom: 20px;
}

.page__rating {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 45px;
    padding-bottom: 100px;
}

.page__rating a {
    background-color: var(--bg-2);
    display: block;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding-bottom: 10px;
    width: calc((100% - 20px) / 2);
}

.page__rating a .fal {
    display: block;
    height: 60px;
    border-radius: 10px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    background-color: #91c523;
    color: #fff;
    margin-bottom: 10px;
}

.page__rating a + a .fal {
    background-color: #fb3832;
    transform: scale(-1, 1);
}

.page__rating-bar {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    height: 30px;
    border-radius: 8px;
    overflow: hidden;
    background: repeating-linear-gradient(45deg, #e2332d, #e2332d 10px, #fb3832 10px, #fb3832 20px);
}

.page__rating-bar-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #6ab04c;
    background: repeating-linear-gradient(45deg, #57913e, #57913e 10px, #6ab04c 10px, #6ab04c 20px);
}

.page__rating-likes {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 20px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}

.page__rating i {
    font-style: normal;
}

.page__rating-likes span {
    display: none;
}

.page__rating-votes {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    color: var(--tt-2);
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}

.page__rating a:hover .fal {
    opacity: 0.8;
}

.page__ctrl {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
    display: grid;
    grid-gap: 5px 0;
}

.page__ctrl-title {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}

.page__ctrl i {
    font-style: normal;
    font-weight: 600;
}

.page__ctrl i::after {
    content: '-';
    display: inline;
    margin: 0 10px;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.c-strelki::before {
    content: '\2191, \2190, \2193, \2192';
}

.c-wasd::before {
    content: 'W A S D';
}

.c-mouse::before {
    content: '';
    width: 10px;
    height: 14px;
    background-size: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url('data:image/svg+xml,%3Csvg width="384" height="512" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" data-prefix="fal" data-icon="mouse" role="img" class="svg-inline--fa fa-mouse fa-w-12 fa-2x"%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill="currentColor" d="M224 0h-64A160 160 0 0 0 0 160v192a160 160 0 0 0 160 160h64a160 160 0 0 0 160-160V160A160 160 0 0 0 224 0zM32 160A128.14 128.14 0 0 1 160 32h16v160H32zm320 192a128.14 128.14 0 0 1-128 128h-64A128.14 128.14 0 0 1 32 352V224h320zm0-160H208V32h16a128.14 128.14 0 0 1 128 128z" id="svg_1"/%3E%3C/g%3E%3C/svg%3E');
}

.c-lkm::before {
    content: '';
    width: 10px;
    height: 14px;
    background-size: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url('data:image/svg+xml,%3Csvg width="384" height="512" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" data-prefix="fal" data-icon="mouse" role="img" class="svg-inline--fa fa-mouse fa-w-12 fa-2x"%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill="currentColor" d="m224,0l-64,0a160,160 0 0 0 -160,160l0,192a160,160 0 0 0 160,160l64,0a160,160 0 0 0 160,-160l0,-192a160,160 0 0 0 -160,-160zm-192,160a128.14,128.14 0 0 1 128,-128l16,0l-83,-8l-69,74l8,62zm320,192a128.14,128.14 0 0 1 -128,128l-64,0a128.14,128.14 0 0 1 -128,-128l0,-128l320,0l0,128zm0,-160l-144,0l0,-160l16,0a128.14,128.14 0 0 1 128,128l0,32z" id="svg_1"/%3E%3C/g%3E%3C/svg%3E');
}

.c-pkm::before {
    content: '';
    width: 10px;
    height: 14px;
    background-size: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url('data:image/svg+xml,%3Csvg width="384.00000000000006" height="512" xmlns="http://www.w3.org/2000/svg" class="svg-inline--fa fa-mouse fa-w-12 fa-2x" role="img" data-icon="mouse" data-prefix="fal" focusable="false" aria-hidden="true"%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath id="svg_1" d="m226.04079,0l-64,0a160,160 0 0 0 -160,160l0,192a160,160 0 0 0 160,160l64,0a160,160 0 0 0 160,-160l0,-192a160,160 0 0 0 -160,-160zm-192,160a128.14,128.14 0 0 1 128,-128l16,0l0,160l-144,0l0,-32zm320,192a128.14,128.14 0 0 1 -128,128l-64,0a128.14,128.14 0 0 1 -128,-128l0,-128l320,0l0,128zm-12.24475,-280.40675l-76.65385,-51.01981l-55.1014,11.42657l16,0aNaN,NaN 0 0 136.16317,74.9394l-20.40792,-35.34615z" fill="currentColor"/%3E%3C/g%3E%3C/svg%3E');
}

.c-scroll::before {
    content: '';
    width: 10px;
    height: 14px;
    background-size: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url('data:image/svg+xml,%3Csvg width="384" height="512" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" data-prefix="fal" data-icon="mouse" role="img" class="svg-inline--fa fa-mouse fa-w-12 fa-2x"%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill="currentColor" d="M224 0h-64A160 160 0 0 0 0 160v192a160 160 0 0 0 160 160h64a160 160 0 0 0 160-160V160A160 160 0 0 0 224 0zm112 352a112.12 112.12 0 0 1-112 112h-64A112.12 112.12 0 0 1 48 352V160A112.12 112.12 0 0 1 160 48h64a112.12 112.12 0 0 1 112 112zM192 96a32 32 0 0 0-32 32v32a32 32 0 0 0 64 0v-32a32 32 0 0 0-32-32z" id="svg_1"/%3E%3C/g%3E%3C/svg%3E');
}

.c-space::before {
    content: 'Пробел';
}

.c-shift::before {
    content: 'shift';
}

.c-ctrl::before {
    content: 'ctrl';
}

.c-alt::before {
    content: 'alt';
}

.c-enter::before {
    content: 'enter';
}

.c-caps-lock::before {
    content: 'caps-lock';
}

.c-backspace::before {
    content: 'backspace';
}

.c-tab::before {
    content: 'tab';
}

.c-left::before {
    content: 'left';
}

.c-right::before {
    content: 'right';
}

.c-up::before {
    content: 'up';
}

.c-down::before {
    content: 'down';
}

.c-esc::before {
    content: 'esc';
}

.c-plus::before {
    content: 'plus';
}

.c-minus::before {
    content: 'minus';
}

.c-1-3::before {
    content: '1-3';
}

.c-1-5::before {
    content: '1-5';
}

.c-1-7::before {
    content: '1-7';
}

.c-1-9::before {
    content: '1-9';
}

.c-0::before {
    content: '0';
}

.c-1::before {
    content: '1';
}

.c-2::before {
    content: '2';
}

.c-3::before {
    content: '3';
}

.c-4::before {
    content: '4';
}

.c-5::before {
    content: '5';
}

.c-6::before {
    content: '6';
}

.c-7::before {
    content: '7';
}

.c-8::before {
    content: '8';
}

.c-9::before {
    content: '9';
}

.c-a::before {
    content: 'A';
}

.c-b::before {
    content: 'B';
}

.c-c::before {
    content: 'C';
}

.c-d::before {
    content: 'D';
}

.c-e::before {
    content: 'E';
}

.c-f::before {
    content: 'F';
}

.c-g::before {
    content: 'G';
}

.c-h::before {
    content: 'H';
}

.c-i::before {
    content: 'I';
}

.c-j::before {
    content: 'J';
}

.c-k::before {
    content: 'K';
}

.c-l::before {
    content: 'L';
}

.c-m::before {
    content: 'M';
}

.c-n::before {
    content: 'N';
}

.c-o::before {
    content: 'O';
}

.c-p::before {
    content: 'P';
}

.c-q::before {
    content: 'Q';
}

.c-r::before {
    content: 'R';
}

.c-s::before {
    content: 'S';
}

.c-t::before {
    content: 'T';
}

.c-u::before {
    content: 'U';
}

.c-v::before {
    content: 'V';
}

.c-w::before {
    content: 'W';
}

.c-x::before {
    content: 'X';
}

.c-y::before {
    content: 'Y';
}

.c-z::before {
    content: 'Z';
}

.game-desktop-only {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.game-desktop-only .fal {
    font-size: 60px;
    color: var(--accent);
}

.game-desktop-only__title {
    margin: 20px 0;
    font-weight: 600;
    font-size: 24px;
}


.full-text {
    line-height: 1.5;
    font-size: 15px;
    color: var(--tt-2);
    word-wrap: break-word;
}

.full-text a {
    text-decoration: underline;
    color: #5278b1;
}

.full-text img:not(.emoji),
.full-text p,
.full-text h1,
.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5,
.full-text > ul,
.full-text > ol,
.full-text table,
.page__title {
    margin-bottom: 15px;
}

.full-text > img[style*="left"],
.full-text > .highslide img[style*="left"] {
    margin: 0 10px 10px 0;
}

.full-text > img[style*="right"],
.full-text > .highslide img[style*="right"] {
    margin: 0 0 10px 10px;
}

.full-text > ul li,
.full-text > ol li {
    padding-left: 28px;
    position: relative;
}

.full-text > ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 3px solid var(--accent);
    position: absolute;
    top: 6px;
    left: 6px; 
}

.full-text > ol {
    counter-reset: num;
}

.full-text > ol li:before {
    content: counter(num);
    counter-increment: num;
    background-color: var(--accent);
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    width: 24px;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 6px;
    box-sizing: border-box;
}

.full-text > ol li:after {
    content: '';
    border: 10px solid transparent;
    border-left-color: var(--accent);
    position: absolute;
    left: 27px;
    top: 50%;
    transform: scale(0.66, 1.5) translateY(-50%);
    transform-origin: 0 0;
}

.full-text > ul li + li,
.full-text > ol li + li {
    margin-top: 10px;
}

.full-text table,
.video-inside > * {
    width: 100%;
}

.full-text table tr td {
    padding: 10px;
    border: 2px solid #fff;
}

.full-text table tr:nth-child(2n+1) {
    background-color: #f2f6f9;
}

.full-text table tr:nth-child(1) {
    background-color: #cee0ed;
}

.full-text table img:not(.emoji) {
    margin: 0;
    max-width: 350px
}

.full-text > *:last-child {
    margin-bottom: 0;
}

.video-responsive {
    padding-top: 60%;
    position: relative;
}

.video-responsive > iframe,
.video-responsive > video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.full-text h1,
.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
    font-size: 21px;
    font-weight: 300;
}

.full-text iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}


.overlay {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #000;
    cursor: pointer;
    display: none;
}

.mobile-menu {
    width: 260px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    z-index: 999;

    position: fixed;
    left: -340px;
    top: 0;
    transition: left .4s;
    background-color: var(--bg-dark);
    color: var(--tt-2);
}

.mobile-menu::-webkit-scrollbar {
    display: none;
}

.mobile-menu.is-active {
    left: 0;
}

.mobile-menu-close {
    cursor: pointer;
    left: 260px;
    top: -40px;
    position: fixed;
    z-index: 999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-dark);
    color: var(--tt-2);
    border-radius: 0 10px 10px 0;
    transition: top .4s, opacity .4s;
}

.mobile-menu-close.is-active {
    top: 60px;
    opacity: 1;
}

body.mobile-menu-is-opened {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.mobile-menu .nav__menu {
    margin: 0;
    padding: 0;
    display: block;
}

.mobile-menu .nav__menu > li {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0 !important;
    box-shadow: none !important;
}

.mobile-menu .nav__menu > li > a {
    height: 50px;
}

.mobile-menu .sect-scroller__content {
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
    justify-items: center;
}

.mobile-menu .top {
    width: 100%;
    height: 44px;
}

.mobile-menu .sect-scroller__item {
    margin: 0 -10px;
}

@media screen and (max-width: 1220px) {
    .wrapper {
        padding: 0;
        background-image: none;
    }

    .wrapper-container {
        max-width: 1000px;
    }


    .nav a {
        line-height: 48px;
        padding: 0 8px;
        font-size: 13px;
    }


    .emotion {
        margin-top: -20px;
    }

    .header__btn-menu {
        cursor: pointer;
        margin-left: 20px;
        color: #fff;
        display: block;
    }

    #scrolltop {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .content {
        grid-gap: 40px 20px;
    }

    .footer__text {
        margin-left: 20px;
    }


    .sect-scroller .js-this-in-mobile-menu {
        display: none !important;
    }

    .page {
        grid-gap: 20px 20px;
        grid-template-columns: minmax(200px, 1fr) 240px;
    }

    .page__subtitle {
        min-width: 100%;
        text-align: center;
        white-space: normal;
    }

    .page__meta {
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 950px) {
    .wrapper {
        overflow: hidden;
    }

    .wrapper-container {
        max-width: 768px;
    }

    .content {
        display: block;
    }

    .sidebar {
        margin-top: 40px;
    }

    .footer {
        display: block;
        text-align: center;
    }

    .footer__menu {
        justify-content: center;
    }

    .footer__text {
        margin: 20px 0;
    }

    .footer__menu a {
        margin: 0 20px;
    }

    .side-block--sticky {
        position: static;
    }

    .emotion {
        margin-top: -40px;
    }

    .page {
        grid-gap: 20px 20px;
        grid-template-columns: minmax(280px, 1fr);
        grid-template-areas: "main" "side" "desc";
    }

    .page__col-side .side-block--sticky,
    .page__ctrl {
        display: none;
    }

    .page__info {
        border-radius: 10px;
    }

    .page__rating {
        margin: 0;
    }
}

@media screen and (max-width: 760px) {
    .wrapper-container {
        max-width: 640px;
    }

    .header__search {
        min-width: 100%;
        margin: 0;
        order: 10;
        margin-top: 20px;
    }

    .logo {
        min-width: 50px;
    }

    .hm {
        display: none;
    }

    .header__ctrl .fal {
        margin: 0;
    }

    .header__btn-menu {
        margin-left: 24px;
    }

    .header__ctrl {
        margin-left: auto;
    }

    .emotion {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -40px;
    }

    .page__col-main,
    .page__player {
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0;
    }

    .gamelist__add {
        font-size: 0;
    }

    .gamelist__add .fal {
        font-size: 18px;
        margin: 0;
    }

    .speedbar2 {
        right: 60px;
    }

    .page__rating {
        margin: -20px;
        margin-bottom: 0;
        border-radius: 0;
    }

    .page__info {
        margin: -20px;
        margin-bottom: 20px;
        border-radius: 0;
        border-top: 1px solid var(--bdc);
    }

    .page__info--second {
        margin-top: 0;
        border: 0;
    }

    .page__text .quote {
        margin-left: var(--indent-negative);
        margin-right: var(--indent-negative);
        padding-right: var(--indent);
    }

    .full-text h1,
    .full-text h2,
    .full-text h3,
    .full-text h4,
    .full-text h5 {
        font-size: 18px;
    }

    .add-comments-form__input {
        min-width: 100%;
        margin: 0 0 10px 0;
    }

    .add-comments-form__btn {
        width: 100%;
        order: 10;
    }

    .add-comments-form .form__row--protect .form__caption {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .mass_comments_action,
    .comment-item__controls,
    .comment-item__rating-caption {
        display: none;
    }
}

@media screen and (min-width: 591px) {
    .page__info--second {
        display: grid;
        grid-template-columns: 150px 1fr;
        gap: 20px;
    }
}

@media screen and (max-width: 590px) {
    .wrapper-container {
        max-width: 480px;
    }

    .game-plug-in,
    .game-plug__desc {
        display: block;
        text-align: center;
    }

    .game-plug__img {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 100px;
        height: 100px;
    }

    .game-plug__desc h1 {
        font-size: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .game-plug__btn {
        height: 40px;
        padding: 0 20px;
        font-size: 14px;
    }

    .game-plug__category {
        font-size: 12px;
    }

    .game-plug-in {
        max-width: 90%;
    }

    .page__player {
        padding-top: 100%;
    }

    .speedbar2 {
        padding-left: 0;
    }

    .speedbar2 .fal,
    .page__info--second .page__info-img {
        display: none;
    }
}

@media screen and (max-width: 470px) {
    .wrapper-container22 {
        max-width: 360px;
    }

    .logo > * {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .logo__title {
        font-size: 20px;
    }

    .emotion {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -25px;
    }

    .full-text iframe {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        height: 260px;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.og {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
    width: 80px;
}

.og img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 !important;
    max-width: 100% !important;
}

.og a {
    display: block;
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;;
    color: #444;
}

.og a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

/* GAME AD */

.game-plug-skip {
    position: absolute;
    right: 20px;
    bottom: 20px;
    border: 1px solid #838383;
    cursor: pointer;
    padding: 10px 15px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.game-plug-skip:hover {
    background: #fff;
    color: #838383;
}

/* END */
.link-games {
    padding: 14px 50px;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
    background: #162526;
    vertical-align: middle;
    color: #fff;
    border: 1px solid transparent;
}

.link-games:hover {
    color: #fff;
    border: 1px solid #fff;
}

.more-game {
    padding: 12px 24px;
    background-image: linear-gradient(90deg, #ff564e, #f9d027);
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    text-decoration: none;
    max-width: 200px;
    box-shadow: rgb(0 0 0/24%) 0 6px 12px 0;
}

.more-game:hover, .more-game:active {
    background-image: linear-gradient(90deg, #f9d027, #ff564e);
}

.ml-350 {
    margin-left: 350px !important;
}

.hidden {
    display: none !important;
}

.header__logo {

}

.game_content_container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 24px;
    margin: 12px auto;
}

.game_content_container .game-content-page {
    width: 100%;
    flex: 0 0 72%;
    max-width: 72%;
}

.game_content_container .comment-area {
    flex: 0 0 calc(100% - 72% - 24px);
    max-width: calc(100% - 72% - 24px);
    width: 100%;
}

.game-content-page .content-inner {
    position: relative;
    z-index: 12;
}

.game-content-page {
    position: relative;
    background: #fff;
    padding: 24px;
    border-radius: 6px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .05);
    height: fit-content;
}

.game-description p a, .game-description a:not([class]), .single-description ul li a, .single-description ol li a {
    color: #f5d013;
    text-decoration: underline;
    text-underline-offset: 4px;
}


.game-description p a:hover, .single-description ul li a:hover, .single-description ol li a:hover {
    color: #f5d013;
    text-decoration: none;
}

.game-description h2 {
    color: #f5d013;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.game-description h3, .game-description h4, .game-description h5 {
    font-size: 20px;
    color: #f5d013
}

.favorited span.svg-icon {
    color: #ed1c24;
}

.game-description {

}

.btn-scroll-top {
    display: block;
    position: fixed;
    right: -120px;
    bottom: 24px;
    width: 40px;
    height: 40px;
    transition: right 400ms cubic-bezier(.68, -.55, .265, 1.55), opacity .3s, background-color .25s ease-in-out;
    border-radius: 0.75rem;
    padding: 6px;
    background-color: #f5d013;
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: 1025;
}

.btn-scroll-top:hover {
    color: #fff;
}

.btn-scroll-top .svg-icon {
    display: inline-block;
    vertical-align: middle;
}

.btn-scroll-top.show {
    right: 1.25rem;
    opacity: 1;

}

.category-list-wrapper .cat-name {
    color: #fff;
}

.footer_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin-left: -28px
}

.footer_container a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-left: 28px;
}

.show_content {
    position: absolute;
    max-width: calc(100% - 40px);
    width: 100%;
    bottom: 10px;
    display: flex;
    align-items: flex-end;
    z-index: 12;
}

.ShowMore_button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0;
    background: 0 0;
    color: var(--tt-2);
    font-size: 16px;
    width: fit-content;
    cursor: pointer;
    gap: 12px;
    padding: 6px 0px;
}

.ShowMore_button:hover {
    background: transparent;
    color: inherit;
}

#tooltip {
    font-weight: 600;
    text-align: center;
    color: #03214e;
    background: #ffc500;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 100;
    padding: 5px 15px;
    border-radius: 5px;
    width: 220px;
    transform: translateX(-50%);
}

#tooltip::after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #ffc500;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    margin-left: -10px;
}

#tooltip.top::after {
    border-top-color: transparent;
    border-bottom: 10px solid #ff318f;
    top: -20px;
    bottom: auto
}

#tooltip.left::after {
    left: 10px;
    margin: 0
}

#tooltip.right::after {
    right: 10px;
    left: auto;
    margin: 0
}


.notification-success {

    position: fixed;
    bottom: 12px;
    left: 12px;
    border-radius: 10px;
    box-shadow: 0px -6px 74px 0px rgba(0, 0, 0, 0.15);
    animation: show_toastt 1s ease forwards;
    z-index: 9999;
}

@keyframes show_toastt {
    0% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(10%);
    }
    80%, 100% {
        transform: translateX(20px);
    }
}

.notification-success.hide {
    animation: hide_toastt 1s ease forwards;
}

@keyframes hide_toastt {
    0% {
        transform: translateX(20px);
    }
    40% {
        transform: translateX(10%);
    }
    80%, 100% {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-100%);
    }
}

.notification-success .toastt {
    border-radius: 10px;
    border-left: 5px solid #2ecc71;
    background: #fff;
    padding: 8px 12px;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-success .toastt.offline {
    border-color: #ccc;
}

.toastt .toastt-content {
    display: flex;
    align-items: center;
}


.toastt.offline .toastt-content .icon {
    background: #ccc;
}

.toastt-content .details {
    margin-left: 15px;
}

.details span {
    font-size: 20px;
    font-weight: 500;
    color: #2ecc71;
}

.details p {
    color: #878787;
}


@media (max-width: 1024px) {
    .game_content_container .game-content, .game_content_container .comment-area {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    gap: 8px;
}

.site-logo {
    height: 45px;
}

.page_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: rgba(0, 0, 0, .75);
}

.loading_page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.hidden {
    display: none;
}

.loading_image {
    width: 100px;
    height: 100px;
    background-color: transparent !important;
}

.gameSliderBig .slide-item {
    width: 211px;
}

@media (min-width: 48em) {
    .gameSliderBig .slide-item {
        width: 422px;
    }
}

.swiper .swiper-button-disabled {
    display: none;
}

.sect-categories__tabs .swiper-slide {
    width: fit-content;
}

.header-slider {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: var(--bg-dark);
    width: fit-content;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px 20px 0 0;
}

.action-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
}

.action-button button {
    outline: 0;
    background: linear-gradient(90deg, #004ea4, #003f8b);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0px 8px;
    height: unset;
    border: 1px solid #ededed;
    transition: border-color .3s ease;
}

.action-button button:hover {
    border-color: #c2c2c2
}

.action-button button:first-child {
    border-radius: 6px 0 0 6px
}

.action-button button:last-child {
    border-radius: 0 6px 6px 0
}

.action-button button.swiper-button-disabled {
    opacity: .5;
}

.img-category {
    width: 32px;
    height: 32px;

}


.nav--bar > .list > .item:hover .more--list {
    display: block;
}

.nav--bar > .list > .item > .wrapper {
    padding-top: 12px;
    position: absolute;
}

.page-content h1 {
    font-size: 28px;
    color: #f5d013;
    margin: 0 0 12px;
}

.page-content h2, .page-content h3 {
    font-size: 22px;
    color: #f5d013;
    margin: 0 0 12px;
}

.page-content a {
    color: #f5d013;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.page-content ul, .page-content ol {
    padding-left: 24px;
}

.page-content ul li, .page-content ol li {
    list-style: disc;
    margin: 0 0 8px;
}

.page-content p {
    margin: 0 0 10px
}

.page-content {
    padding: 20px;
    background-color: var(--bg-dark);
    border-radius: 6px;
}

.main-svg-sprite {
    display: none;
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    border-radius: 3px;
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}


.sect-categories .swiper-scrollbar {
    background: #d6d6d6;
}

.sect-categories .swiper-container-horizontal > .swiper-scrollbar {
    border-radius: 2px;
    height: 4px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sect-categories .swiper-scrollbar-drag {
    background: rgb(0 0 0 / 15%);
}

.fal .svg-icon {
    width: 14px;
    height: 14px;
}

.tag_tab {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-flow: row wrap;
}

.tags {
    text-decoration: none !important;
    display: flex;
    background: linear-gradient(90deg, #004ea4, #003f8b);
    border-radius: 35px;
    overflow: hidden;
    color: #fff;
    padding: 4px 8px;
    border: 1px solid #ffffff38;
}

.tags img {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    margin: 0 !important;
}

.tags span {
    margin: 0 8px;
    line-height: 32px;
    font-size: 13px;
    font-weight: 700
}

.tags:hover {
    background: #a4e312;
    color: #000
}

@media (max-width: 1000px) {
    .tags {
        box-shadow: 0 1px 2px 0 rgb(0 0 0/10%);
        margin: 0 0 0 10px
    }

    .tag_tab {
        height: 44px;
        overflow-x: scroll;
        white-space: nowrap
    }

    .tag_obv {
        pading-bottom: 10px
    }

    .nav {
        display: none;
    }

    .header__search {
        margin-left: auto;
    }
}

#my_game_popup {
    position: fixed;
    height: auto;
    width: 100%;
    top: 50%;
    left: 50%;
    padding: 24px;
    transform: translate(-50%,-50%);
    max-width: 1024px;
    display: none
}

.more_games_url {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0 0;
}

.more-games {
    color: #000;
    background: #f5d013;
    padding: 6px 12px;
    box-shadow: 0 5px 6px 0 rgb(0 0 0/22%);
    border-radius: 6px;
    font-size: 15px;
    transition: transform .3s linear;
}

.more-games:hover {
    background: #ffb400;
}

.suggest-search-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.suggest-search-item img {
    width: 40px;
    height: 40px;
    border-radius: 10px;

}

.games-storage-clear {
    padding: 10px 0px;
    margin: 40px auto 0px auto;
    width: 200px;
    text-align: center;
    border: 1px solid #2f3c49;
    border-radius: 4px;
    cursor: pointer;
    color: #000000d4a;
}

.games-storage-clear:hover {
    background: #303d4a;
    color: #fff;
}

.games-hot .gameSliderHot,
.games-top-picks .gameSliderTopPicks,
.games-popular .gameSliderPopular {
    max-width: 100%;
    overflow: hidden;
}

.games-hot,
.games-top-picks,
.games-popular {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, .30));
}

/*.games-hot .slide-item{
    width: fit-content;
}*/
.games-hot .swiper-wrapper, .games-popular .swiper-wrapper, .games-top-picks .swiper-wrapper {
    transition-timing-function: linear;
}

.games-hot .slider--wrapper, .games-new .slider--wrapper, .games-popular .slider--wrapper, .sliderCategoryList .slider--wrapper, .games-top-picks .slider--wrapper {
    padding: 20px;
    margin: 0 0 20px;
    background: var(--bg-dark);
    border-radius: 0 20px 20px 20px;
}

.games-top-picks {
    margin: 20px 0 0;
}

.link--more {
    color: #f5d013;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    margin-left: 12px;
}

.link--more:hover {
    color: #74a600
}

.header--h4 {
    font-size: 18px;
}

.page-wrapper {
    padding: 20px 0;
    min-height: 80vh;
}

.category-list {
    margin: 0 0 20px;
}

.header-top {
    margin: 0 0 12px;
}

.header__btn-menu {
    color: #fff;
    margin-left: 12px;
}

.main--logo {
    max-width: 110px;
    display: block;
    width: 100%;
}

.hr {
    height: 1px;
    background-color: #70616152;
    padding: 0 !important;
    margin: 8px auto;
}

.nav-item-mobile {
    position: relative;
    list-style: none;
    padding: 8px 14px;
}

.mt-3 {
    margin: 24px 0 0;
}

.header:after {
    background: url("../images/topleft.png") 0 0 no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}

.header:after {
    background: url("../images/rightbottom.png") 100% 100% no-repeat;
    bottom: 0;
    right: 0;
}

.header:after, .header:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.nav__menu .nav-item-link {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #fff;
    padding: 0 6px;
    font-size: 16px;
    font-weight: 500;
    background: 0;
    text-transform: unset;
    letter-spacing: unset;
}

.nav__menu .dropbtn {
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%
}

.dropbtn .svg-icon {
    width: 15px;
    height: 15px;
}

li.dropdown {
    display: inline-block;
    position: relative
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #210e10;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 999
}

.dropdown-content a {
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content a:hover {
    background-color: #2c1a1c
}

.dropdown:hover .dropdown-content {
    display: block
}
.banner-row {
    margin: 12px auto;
    display: block;
    max-width: 1200px;
    width: 100%;
    padding: 8px;
    background: #0000002e;
}
.ads_right {
    margin-bottom: 20px;
    background: #f0fbfc;
    border-radius: 10px;
    padding: 10px 0;
}