.m-t-60 {
    margin-top: 60px;
}

.cursor_pointer {
    cursor: pointer;
}

.search-submitter .icon-search:before {
    color: black;
}

.iframe-buttons {
    display: none;
    position: absolute;
    top: 100px;
    right: -45px;
}

.iframe-buttons button {
    margin-bottom: 10px;
}

.game-closer,
.game-reloader {
    position: static;
}

.autocomplete-suggestions {
    position: inherit !important;
    padding: 20px 0;
}

.search-result__body {
    overflow: inherit;
}

.show-all-button-div {
    display: inline-flex;
    width: 100%;
}

.show-all-button-div a {
    cursor: pointer;
    justify-content: center;
}

.search-empty-bl {
    color: black;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Work Sans", sans-serif;
    text-align: center;
}

.load_more {
    cursor: pointer;
}

.b-download__btn > .disabled {
    background-color: #ff2b66;
    cursor: default;
}

.b-download__os > .disabled {
    cursor: default;
}

.b-download__os > .disabled > svg > path {
    fill: #212529;
}

.b-download__os > .disabled rect {
    stroke: rgba(230, 232, 236, 0.5);
}

.b-download__os > .disabled:hover > svg {
    background-color: transparent;
}

.game-descr p {
    margin-bottom: 16px;
}

.field_error {
    display: none;
}

.input._error {
    font-size: 14px;
}

.input._error::placeholder {
    color: transparent;
    opacity: 0;
}

.input._error::-webkit-input-placeholder {
    color: transparent;
    opacity: 0;
}

.input._error:-moz-placeholder {
    color: transparent;
    opacity: 0;
}

.input._error::-moz-placeholder {
    color: transparent;
    opacity: 0;
}

.input._error:-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}

.input._error::placeholder {
    color: transparent;
    opacity: 0;
}

.wrapper .info-bl {
    position: fixed;
    bottom: 58px;
    right: 56px;
    z-index: 14;
    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
}

.info-bl {
    width: 100%;
    min-height: 50px;
    padding: 10px 20px;
    border-radius: 0
}

.info-bl-closer {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-size: 18px
}

.info-bl-text {
    margin-left: 0;
    font-size: 14px
}

.info-bl .icon-check,
.info-bl .icon-warning {
    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: #fff;
    letter-spacing: .75px;
    font-weight: 500;
    font-size: 15px;
    color: #000
}

.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 #fff transparent transparent
}

.required-bl-text {
    display: inline-block;
    text-align: center
}

.info-bl {
    width: 400px;
    min-height: 186px;
    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: 20px;
    padding: 20px 20px;
    color: #fff
}

.info-bl-closer {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 2;
    font-size: 20px;
    color: #fff
}

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

.info-bl-text {
    display: inline-block;
    margin-left: 8px;
    font-size: 18px
}

.info-bl .icon-check,
.info-bl .icon-warning {
    font-size: 30px
}

.error-bl {
    background-color: #e90000
}

.success-bl {
    background-color: #1fa500
}

.b-breadcrumbs__item > a,
.b-breadcrumbs__item > a > span {
    color: #fff;
}

.b-breadcrumbs__item > a:hover,
.b-breadcrumbs__item > a > span:hover {
    color: #FF2B66;
}

@media (min-width: 899.99px) {
    .b-game__image {
        height: auto;
    }
}


@media (max-width: 899.98px) {


    /*.b-game__window:not(._fullscreen) .b-game__iframe {
        width: 0;
    }*/
}

.b-game-info__block_descr p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: Work Sans;
    color: #212529;
}

.mods-info__block_descr {
    margin-top: 60px;
}

.mods-info__block_descr h2,
.mods-info__block_descr h3 {
    margin: 0 0 24px;
    font-family: Work Sans, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #212529;
}

.mods-info__block_descr p {
    font-family: Work Sans, sans-serif;
    color: #212529;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
}

.mods-info__block_descr a {
    color: #ea0042;
}

.b-grid__item-single_column {
    margin: 0 !important;
    padding: 0 0 25px 55px;
}

.button {
    cursor: pointer;
}

/* ========== menu ========== */

@media (any-hover: hover) {
    .sublist__body {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s, visibility .2s;
        pointer-events: none;
    }

    .sublist__body::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -20px;
        height: 30px;
        background-color: transparent;
        z-index: -1;
        cursor: default;
    }

    body:not(._touch) .header__menu-item.sublist:hover .header__menu-link svg {
        transform: rotate(-180deg);
    }

    body:not(._touch) .header__menu-item.sublist:hover .sublist__body {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

/* ========== grid ========== */

.b-grid__container._container {
    align-items: stretch;
}

.b-grid__container .b-grid__content.games_container {
    display: grid;
    grid-template-columns: repeat(5, 200px);
    gap: 24px 18px;
}

.b-grid__container .b-grid__item {
    margin: 0 !important;
}

@media (max-width: 899.98px) {
    .b-grid__container._container {
        max-width: none;
    }

    .b-grid__container .b-grid__content.games_container {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    }
}

@media (max-width: 640px) {
    .b-grid__container .b-grid__content.games_container {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
}

.show_more_text {
    max-height: 625px;
    overflow: hidden;
    margin-bottom: 25px;
}

.show_more_text.active {
    max-height: none;
    height: auto;
}

.popup__acts {
    margin-top: 16px;
}

.popup_review .popup__form {
    margin-bottom: 0;
}

/* ========== recaptcha ========== */

@media (max-width: 480px) {
    .g-recaptcha {
        transform: scale(0.79);
        transform-origin: 0 0;
    }
}

@media (max-width: 380px) {
    .g-recaptcha {
        transform: scale(0.75);
    }
}

@media (max-width: 350px) {
    .g-recaptcha {
        transform: scale(0.7);
    }
}

/* ---------- game ---------- */

.game-comments__header {
    display: flex;
    flex: 1 1 auto;
}

.game-comments__user {
    flex: 1 1 auto;
}

.comment-user {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.comment-user__name {
    margin-left: 8px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 14px;
}

.comment-user__vote {
    width: 19px;
    height: 20px;
    margin-left: 16px;
    background: no-repeat 0 0;
}

.game-comments__item {
    display: block;
}

.comment-user__vote_like {
    background-image: url('../img/icons/like.svg');
}

.comment-user__vote_dislike {
    background-image: url('../img/icons/dislike.svg');
}

.game-comments__btn-reply {
    margin-left: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    background-color: transparent;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    transition: color 0.2s;
}

.game-comments__btn-reply span {
    margin-left: 6px;
    color: inherit;
}

.game-comments__btn-reply path {
    stroke: currentColor;
    transition: stroke 0.2s;
}

.game-comments__btn-reply:hover {
    color: #ea0042;
}

.game-comments__btn-reply svg:hover path {
    fill: none;
    stroke: #ea0042;
}

.game-comments__form-reply {
    display: none;
    margin-top: 16px;
}

.game-comments__form-reply .game-comments__form-text {
    margin-bottom: 16px;
}

.game-comments__form-reply textarea.input {
    padding: 16px 10px;
    height: 60px;
}

.game-comments__form-input {
    border-radius: 12px;
}

.game-comments__form-reply .input {
    font-size: 16px;
    padding: 12px 10px;
}

.game-comments__group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form__line__buttons {
    flex: 1 1 auto;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: flex-start;
}

.form__line__buttons .button {
    margin: 0;
    min-width: 120px;
}

.form__btn_reset {
    background-color: #262653;
    box-shadow: 0 6px 0 0 #000;
}

.form__btn_reset:hover {
    background-color: #4c3a6e;
}

.form__btn_reset:active {
    box-shadow: 0 2px 0 0 #262653;
}

@media (max-width: 899.98px) {
    .game-comments__form-reply .input {
        width: 100%;
        flex: 1 1 100%;
    }

    .form__line__buttons {
        justify-content: space-between;
    }

    .form__line__buttons .button {
        min-width: 100px;
        width: 100px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1170px) {
    .game-comments__replies .game-comments__form-input,
    .game-comments__replies .game-comments__form-input .input {
        width: 100%;
        flex: 1 1 100%;
        margin: 0;
    }

    .game-comments__replies .form__line__buttons {
        justify-content: space-between;
        margin-top: 16px;
    }
}

.game-comments__btn-replies {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    user-select: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.14;
    color: #ea0042;
    background-color: transparent;
}

.game-comments__btn-replies::before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath stroke='%23EA0042' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1.5 5 5 5-5'/%3E%3C/svg%3E");
    transition: transform 0.2s ease-in-out;
}

.game-comments__btn-replies._active::before {
    transform: rotate(-180deg);
}

.game-comments__replies .game-comments__item {
    border: 1px solid #262653;
    border-radius: 16px;
}

.game-comments__replies {
    display: none;
    margin-top: 16px;
}

.b-game__prompt {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    z-index: 1;
    transition: opacity 0.2s ease-in-out;
}

.b-game__prompt._open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.game-prompt {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 8px 10px;
    background-color: #ffb23f;
    border-radius: 4px;
}

.game-prompt__caption {
    flex: 1 1 auto;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.14;
    color: #2d1839;
}

.game-prompt__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
}

.game-prompt__btn::before {
    content: '';
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath class='st0' d='M13,1L1,13' fill='none' stroke='%23100E19' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath class='st0' d='M1,1l12,12' fill='none' stroke='%23100E19' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    transition: transform 0.2s ease-in-out;
}

.play-similar {
    position: relative;
    z-index: 1;
    margin: 40px 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

@media (any-hover: hover) {
    .game-prompt__btn:hover::before {
        transform: rotate(-270deg);
    }
}

.comment-user__avatar {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.comment-user__avatar img {
    width: 75%;
    height: 75%;
}

.comment_color_1 {
    background-color: #2600E3;
}

.comment_color_2 {
    background-color: #894BFF;
}

.comment_color_3 {
    background-color: #6C50FA;
}

.comment_color_4 {
    background-color: #BD2C05;
}

.comment_color_5 {
    background-color: #99002B;
}

.comment_color_6 {
    background-color: #EA0042;
}

.comment_color_7 {
    background-color: #FFB23F;
}

.comment_color_8 {
    background-color: #FF592C;
}

/* ---------- personages ---------- */

.personages_bottom {
    padding: 60px 0 32px;
    margin: 0;
}

.personages_bottom .personages__dropdown {
    bottom: 0;
    top: auto;
}

.personages_bottom .personages__btn,
.personages_bottom .personages__popup-link {
    align-self: flex-end;
}

.personages__title {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    color: #212529;
}

body::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    pointer-events: none;
    transition: background-color 0.4s;
}

body._personages-is-open::before {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.75);
}

.page-download._personages-is-open::after {
    content: none;
}

@media (min-width: 899.98px) {
    .personages__popup-link {
        display: none;
    }

    .personages__dropdown._open {
        max-height: 600px;
        z-index: 12;
    }

    body::before {
        content: '';
    }
}

@media (max-width: 899.98px) {
    .personages__popup-link {
        display: flex;
    }

    .personages__btn {
        display: none;
    }

    .personages_bottom {
        padding: 60px 0 32px;
        margin: 0;
    }
}

.blackout::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.no-pointer {
    pointer-events: none;
}

/* ---------- rating ---------- */

@font-face {
    font-family: star;
    src: url('../fonts/star.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[hidden] {
    display: none;
}

.rating {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
}

.rating-stars {
    display: flex;
    align-items: flex-end;
    font-size: 19px;
    line-height: 1;
    transition: opacity 0.2s;
}

.rating-stars.rating-stars_sending {
    opacity: 0.2;
}

.rating-stars.rating-stars_set .rating-stars__active,
.rating-stars.rating-stars_set .rating-stars__item {
    cursor: pointer;
}

.rating-stars__body {
    position: relative;
}

.rating-stars__body::before {
    content: '\e900\e900\e900\e900\e900';
    display: block;
    font-family: star;
    letter-spacing: 5px;
    color: #262653;
}

.rating-stars__active {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rating-stars__active::before {
    content: '\e900\e900\e900\e900\e900';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-family: star;
    letter-spacing: 5px;
    color: #ea0042;
    transition: color 0.2s;
}

@media (any-hover: hover) {
    .rating-stars__active.rating-stars_hover::before {
        color: #ffb23f;
    }
}

.rating-stars__items {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.rating-stars__item {
    flex: 0 0 20%;
    height: 100%;
    opacity: 0;
}

.rating-stars__value {
    font-size: 50%;
    line-height: 1;
    padding: 0 0 0 10px;
}

.rating__link {
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    line-height: 1.57;
    padding: 4px 8px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
}

#voted_count {
    margin: 0 3px;
}

/* ---------- game ---------- */

.game-comments__header {
    display: flex;
    flex: 1 1 auto;
}

.game-comments__user {
    flex: 1 1 auto;
}

.comment-user {
    display: flex;
    align-items: center;
}

.comment-user__name {
    margin-left: 8px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 14px;
}

.comment-user__vote {
    width: 19px;
    height: 20px;
    margin-left: 16px;
    background: no-repeat 0 0;
}

.game-comments__item {
    display: block;
}

.comment-user__vote_like {
    background-image: url('../img/icons/like.svg');
}

.comment-user__vote_dislike {
    background-image: url('../img/icons/dislike.svg');
}

.game-comments__btn-reply {
    margin-left: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    background-color: transparent;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    transition: color 0.2s;
}

.game-comments__btn-reply span {
    margin-left: 6px;
    color: inherit;
}

.game-comments__btn-reply path {
    stroke: currentColor;
    transition: stroke 0.2s;
}

.game-comments__btn-reply:hover {
    color: #ea0042;
}

.game-comments__btn-reply svg:hover path {
    fill: none;
    stroke: #ea0042;
}

.game-comments__form-reply {
    display: none;
    margin-top: 16px;
}

.game-comments__form-reply .game-comments__form-text {
    margin-bottom: 16px;
}

.game-comments__form-reply textarea.input {
    padding: 16px 10px;
    height: 60px;
}

.game-comments__form-input {
    border-radius: 12px;
}

.game-comments__form-reply .input {
    font-size: 16px;
    padding: 12px 10px;
}

.game-comments__group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form__line__buttons {
    flex: 1 1 auto;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: flex-start;
}

.form__line__buttons .button {
    margin: 0;
    min-width: 120px;
}

.form__btn_reset {
    background-color: #262653;
    box-shadow: 0 6px 0 0 #000;
}

.form__btn_reset:hover {
    background-color: #4c3a6e;
}

.form__btn_reset:active {
    box-shadow: 0 2px 0 0 #262653;
}

@media (max-width: 899.98px) {
    .game-comments__form-reply .input {
        width: 100%;
        flex: 1 1 100%;
    }

    .form__line__buttons {
        justify-content: space-between;
    }

    .form__line__buttons .button {
        min-width: 100px;
        width: 100px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1170px) {
    .game-comments__replies .game-comments__form-input,
    .game-comments__replies .game-comments__form-input .input {
        width: 100%;
        flex: 1 1 100%;
        margin: 0;
    }

    .game-comments__replies .form__line__buttons {
        justify-content: space-between;
        margin-top: 16px;
    }
}

.game-comments__btn-replies {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    user-select: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.14;
    color: #ea0042;
    background-color: transparent;
}

.game-comments__btn-replies::before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath stroke='%23EA0042' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1.5 5 5 5-5'/%3E%3C/svg%3E");
    transition: transform 0.2s ease-in-out;
}

.game-comments__btn-replies._active::before {
    transform: rotate(-180deg);
}

.game-comments__replies .game-comments__item,
.game-comments__replies .comments__item {
    border: 1px solid #262653;
    border-radius: 16px;
}

.game-comments__replies {
    display: none;
    margin-top: 16px;
}

.b-game__prompt {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    z-index: 1;
    transition: opacity 0.2s ease-in-out;
}

.b-game__prompt._open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.game-prompt {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 8px 10px;
    background-color: #ffb23f;
    border-radius: 4px;
}

.game-prompt__caption {
    flex: 1 1 auto;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.14;
    color: #2d1839;
}

.game-prompt__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
}

.game-prompt__btn::before {
    content: '';
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath class='st0' d='M13,1L1,13' fill='none' stroke='%23100E19' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath class='st0' d='M1,1l12,12' fill='none' stroke='%23100E19' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    transition: transform 0.2s ease-in-out;
}

.play-similar {
    position: relative;
    z-index: 1;
    margin: 40px 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

@media (any-hover: hover) {
    .game-prompt__btn:hover::before {
        transform: rotate(-270deg);
    }
}

.logo img {
    max-width: 200px;
    max-height: 80px;
    object-fit: contain;
}

.menu-item {
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
}

.menu-item:hover {
    color: #ffcc00;
}

#results {
    z-index: 1005;
    display: none;
    position: absolute;
    width: 100%;
    top: 44px;
    right: -5px;
    background: #fff;
}

.result {
    background: #fff;
}

.text-icon i {
    font-size: 24px;
    margin-right: 8px;
}

.result a {
    font-size: 11px;
    display: block;
    padding: 4px;
    line-height: 16px;
    color: #002b50;
    overflow: hidden;
    box-shadow: rgb(9 30 66 / 7%) 0 4px 8px, rgb(9 30 66 / 7%) 0 0 2px;
}

.result a:hover {
    background: #009cff;
    color: #fff;
    text-decoration: none;
}

.result img {
    float: left;
    width: 60px;
    height: 40px;

    margin: 0 5px 0 1px;
    object-fit: cover;
}

.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 .content_notification {
    display: flex;
    align-items: center;
}

.content_notification img {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #2ecc71;
    object-fit: cover;
}

.toastt.offline .content_notification .icon {
    background: #ccc;
}

.content_notification .details {
    margin-left: 15px;
}

.details span {
    font-size: 20px;
    font-weight: 500;
}

.details p {
    color: #878787;
}

.pagination-wrapper {
    margin-top: 20px;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-left: -12px;
    justify-content: center;
}

.pagination .page-link {
    background: #fff;
    color: #212529;
    border: 0;
    width: 45px;
    height: 45px;
    text-decoration: none;
    border-radius: 8px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    margin-left: 12px;
    box-shadow: 0 4px 0 0 #d7d7d7;
}

.pagination .page-link:hover {
    background-color: #ea0042;
    color: #fff;
    box-shadow: 0 2px 0 0 #99002b;
}

.page-link {
    position: relative;
    display: block;
    transition: all 0.25s ease-in-out;

}

.page-link:hover {
    background: #574260;
}

.pagination .disabled .page-link {
    background-color: #ea0042;
    color: #fff;
    box-shadow: 0 4px 0 0 #99002b;
}


.games-list {
    margin-bottom: 12px;
}

.flex-row {
    flex-flow: row nowrap;
}

.align-item-center {
    align-items: center;
}

.tag--list {
    display: flex;
    flex-wrap: wrap;
    margin: 12px -12px;
    padding: 0;
    list-style: none
}

.tag--list > .item {
    margin-left: 12px;
    margin-bottom: 12px;
    max-width: 100%
}

.tag--component {
    display: block;
    background-color: #ea0042;
    color: #fff;
    padding: .7rem 1.5rem .5rem;
    border-radius: 16px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none;
    margin-left: 12px;
    margin-bottom: 12px;
    max-width: 100%;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0 4px 0 0 #99002b;
    box-shadow: 0 4px 0 0 #99002b;
}

.tag--component:before {
    margin-right: 1.3rem
}

.tag--component:hover {
    color: #fff;
    transform: translateY(2px);
    box-shadow: 0 1px 0 0 #99002b;

}
.tag--component:hover h2,.tag--component:hover h3{
	color: #fff !important;
}
.attr_name{
	text-decoration: none;
}
.attr_name h2, .attr_name h3{ 
	 font-size: inherit !important;
    text-transform: lowercase !important;
    margin-bottom: 0!important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
	  
}
.title-game {
    font-size: 24px;
    font-weight: 700;
}

.view-more {
    margin-left: 10px;
    color: #f15a24;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}

.view-more:hover {
    color: #EA0042;
}

.min-h100 {
    min-height: 100vh;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

#slider {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.game-item-hot {
    margin-right: 12px;
}

.owl-stage-outer::before {
    left: -8px;
    background: linear-gradient(90deg, #131111 30%, #0C99D500 100%);
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 32px;
}

.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: 0 0 !important;
    border: none !important;
    z-index: 1;
    opacity: .75;
    color: #000;
    height: 100%;
}

.main-content .owl-theme .custom-nav .owl-prev:focus, .main-content .owl-theme .custom-nav .owl-next:focus {
    border: 0 !important;
    outline: 0 !important;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#slider .owl-stage-outer::after, #slider .owl-stage-outer::before {
    content: "";
    top: 0;
    right: -8px;
    background: linear-gradient(270deg, #f0f1f3 25%, #0C99D500 100%);
    max-width: 65px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

#slider .owl-stage-outer::before {
    left: -8px;
    background: linear-gradient(90deg, #f0f1f3 30%, #0C99D500 100%);
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 20px;
    top: 50%;
    background-color: #27b0f1 !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #000;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -23px;
    top: 50%;
    background-color: #27b0f1 !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #000;
    transform: translate(-50%, -50%);
}

.sweep-to-right {

    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sweep-to-right:hover {
    color: #fff;
}

.sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #42dbca;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sweep-to-right:hover:before {
    transform: scaleX(1);
}

.btn_up {
    background: transparent;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    border-radius: 10px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    transition: transform 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transform: translateX(120px);
    z-index: 9999;
}

.btn_up.show {
    transform: translateX(0);
}

.btn_up span {
    background: #EA0042;
    color: #fff;
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    box-shadow: inset 0 2px 4px 0 rgb(255 255 255 / 38%), inset 0 -3px 3px 0 rgb(0 0 0 / 20%), 0 8px 15px 0 #44231073, 0 -4px 20px 0 #ffb10061;
}

.btn_up.show span {
    animation: gelatine 2.5s infinite;
}

.btn_up.show span:before {
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes gelatine {
    from, to {
        transform: scale(1, 1);
    }
    20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    40% {
        transform: translateY(-30px);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    /*75% { transform: scale(0.95, 1.05); }*/
    60% {
        transform: translateY(-15px);
    }
}

.games__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px auto;
}

.more-game {
    display: inline-block;
    border-radius: 16px;
    padding: 11px 19px;
    margin: 0 auto;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: #ffffff;
    background-color: #ea0042;
    -webkit-box-shadow: 0 4px 0 0 #99002b;
    box-shadow: 0 4px 0 0 #99002b;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.more-game:hover {
    transform: translateY(2px);
    box-shadow: 0 1px 0 0 #99002b;
}

#posts_slide, #top_games {
    position: relative;
}

#posts_slide .slick-arrow, #top_games .slick-arrow {
    background: #EA0042;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
    z-index: 1;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    outline: 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0/20%), 0 6px 10px 0 rgb(0 0 0/19%);
}

#posts_slide .right-icon, #top_games .right-icon {
    left: unset;
    right: -14px;
}

.game_content p {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.game_content div.content a {
    font-weight: 500;
}

html[data-theme="dark"] .game_content div.content a {
    color: var(--theme-color)
}

.teaser__body h1 {
    font-size: 28px;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.game_content h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.game_content h2, .game_content h3, .game_content h4 {
    font-weight: 700;
    color: var(--highlight-text);
}

.game_content h3, .game_content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.GameSectionPlay, .game_area_second {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    margin: 12px auto;
}

.game_area_second {
    gap: 12px;
}

.game_area_second .game_content {
    width: 100%;
    flex: 0 0 70%;
    max-width: 70%;
}

.game_area_second .comment-area {
    flex: 0 0 calc(100% - 70% - 24px);
    max-width: calc(100% - 70% - 24px);
    width: 100%;
}

.GameSectionPlay .iframe-container {
    margin-right: 12px;
    display: flex;
    flex: 0 0 calc(100% - 312px);
    max-width: calc(100% - 312px);
    flex-direction: column;

}

.game_content, .post-content {
    box-sizing: border-box;
    position: relative;
}

.flex-right {
    display: inline-block;
    width: 300px;
}

.ads300x600 {
    width: 300px;
    height: 600px;
}

.favorites_btn {
    padding: 6px 12px;
    border-radius: 7px;
}

.favorites_btn span.svg-icon {
    font-size: 24px;
    color: #fcd53f;
    text-shadow: 2px 2px 3px var(--primary-text);
}

.favorites_btn.favorited span.svg-icon {
    color: #dc3545;
}

.sidebar-game-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
}

.tag-game {
    background: #001f47;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    transition: all .15s ease-in-out;
}

.tag-game:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-4px);
}

.title-page {
    margin: 24px 0;
    font-size: 24px;
    font-weight: 700;
}

.title-icon i {
    font-size: 24px;
    margin-right: 8px;
    background: var(--bs-gray-200);
    line-height: 45px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
}

.icon-search i {
    color: #fff;
    font-size: 18px;
}

.categories ul li.active a {

    background: #001f47;
}

.categories ul li.active h2 {
    color: #fff !important;
}

.categories ul li.active a:hover > .text {
    background-color: transparent;
    color: #fff;
}

.typeahead__query input {
    max-width: 300px;
    margin-left: auto;
}

.menu_item {
    color: #fff;
    margin-right: 12px;
}

.menu_item:hover {
    color: #fff;
}

.menu_sidebar {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 12px 0;
    border-bottom: 1px solid #00000054;
    display: none;
}

.menu_sidebar_item {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 3px 6px;
    border-radius: 8px;
    width: 100%;
}

.menu_sidebar_item:hover {
    text-decoration: none;
    background-color: #f1f1f1;
    color: #fff;
}

.text-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main {
    min-height: 100vh;
}

.game-selection-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 12px;
    margin: 0 auto;
}

.game-selection-content .game_content {
    width: 100%;
    flex: 0 0 70%;
    max-width: 70%;
    background: #fff;
    padding: 12px;
    word-break: break-word;
    border-radius: 12px;
    box-shadow: 0 3px 3px 3px rgb(0 0 0 / 5%);
}

.game-selection-content .game_comment {
    flex: 0 0 calc(100% - 70% - 12px);
    max-width: calc(100% - 70% - 12px);
    width: 100%;
}

html[data-theme="dark"] .game-selection-content .game_content {
    background: #1b1d22;
}

html[data-theme="dark"] .footer-link {
    color: #fff;
}

.footer-link:hover {
    color: var(--theme-color);
}

.count {
    background-color: #d95652;
    border-radius: 50%;
    height: 16px;
    position: absolute;
    width: 16px;
    text-align: center;
    top: -4px;
    right: -4px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}

.favorite-link a:hover .count_num .count {
    color: #fff;
}

.main-svg-sprite {
    display: none
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}

.ads_300x600 {
    width: 100%;
    min-height: 90px;
    height: auto;
}

.SingleGame_gameContainer__GOLPG {
    max-width: calc(100% - 504px);
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ff2e2e;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #ff2e2e, 0 0 5px #ff2e2e;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #ff2e2e;
    border-left-color: #ff2e2e;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media (max-width: 1369px) {
    .SingleGame_gameContainer__GOLPG {
        max-width: calc(100% - 344px);
    }

    .SingleGame_rightSidebarBigBanner__kGmZL {
        grid-row: 3/span 6;
    }
}


@media (max-width: 1200px) {
    .game-selection-content .game_content, .game-selection-content .game_comment {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .SingleGame_gameContainer__GOLPG {
        max-width: calc(100% - 184px);
    }
}

@media (max-width: 992px) {
    .typeahead__query input {
        max-width: unset;
        margin-left: unset;
    }

    .menu_header {
        display: none;
    }

    .menu_sidebar {
        display: flex;
    }

    .SingleGame_gameContainer__GOLPG {
        max-width: 100%;
    }
}

.game-content-page {
    position: relative;
    /*padding-top: 20px;
    font-weight: 400;
    box-shadow: rgb(0 0 0 / 24%) 0px 6px 12px 0px;
    border-radius: 12px
    padding: 20px;*/
    overflow: hidden;

}

.game-page-controls {
    font-size: 16px;
    line-height: 24px;
    font-family: Work Sans;
    color: #212529;
}

.game-page-controls p {
    margin-bottom: 10px;
}

.game-content-page ul, .game-content-page ol,
.game-page-controls ul, .game-page-controls ol {
    padding-left: 24px;
}

.game-content-page ul li, .game-content-page ol li,
.game-page-controls ul li, .game-page-controls ol li {
    list-style: disc;
    color: #212529;
    margin-bottom: 10px;
    font-size: 16px;
}

.game-content-page p a, .single-description ul li a, .single-description ol li a,
.game-page-controls p a, .game-page-controls ul li a, .game-page-controls ol li a {
    color:#ea0042;
    text-decoration: none;
}

.game-content-page p a:hover, .single-description ul li a:hover, .single-description ol li a:hover,
.game-page-controls p a:hover, .game-page-controls ul li a:hover, .game-page-controls ol li a:hover {
    color: #ea0042;
    text-decoration: none;
}

.game-content-page h2,
.game-page-controls h2 {
    color: #ea0042;
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;

}

.game-content-page h3, .game-content-page h4, .game-content-page h5,
.game-page-controls h3, .game-page-controls h4, .game-page-controls h5 {
    font-size: 20px;
    color: #ea0042;
    margin-bottom: 10px;
}

.show_content {
    position: absolute;
    max-width: 98%;
    width: 100%;
    bottom: 20px;
    border-top: 2px solid #212529;
    display: flex;
    align-items: flex-end;
    z-index: 12;
    background: #fff;
}

.ShowMore_button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 2px solid #212529;
    border-top: 0;
    background: 0 0;
    color: #212529;
    font-size: 14px;
    width: fit-content;
    cursor: pointer;
    gap: 12px;
    padding: 6px 12px;
}

.main--wrapper {
    margin-top: 32px;
}