@charset "UTF-8";
@font-face {
    font-family: Ubuntu-regular;
    src: url(../fonts/Ubuntu-Regular.ttf) format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Ubuntu-medium;
    src: url(../fonts/Ubuntu-Medium.ttf) format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Ubuntu-bold;
    src: url(../fonts/Ubuntu-Bold.ttf) format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

body._lock {
    overflow: hidden;
    height: 100vh
}

.taxonomy__container .demorex__item-genre {
    margin: 10px 0
}

.demorex-pagination-wrapper {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 20px auto
}

.demorex-pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    background-color: #0b75df;
    color: #fff;
    text-decoration: none;
    border-radius: 3px
}

.demorex-pagination .page-numbers.current {
    color: #fff
}

.demorex-pagination .page-numbers:hover {
    background-color: rgba(11, 117, 223, .7);
    color: #fff
}

.demorex-pagination .next.page-numbers, .demorex-pagination .prev.page-numbers {
    font-weight: 700
}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 80vw !important;
    width: calc(100% - 4rem) !important
}

.sort__form-select-cont select {
    border: none;
    font-size: 16px
}

#game_frame img {
    width: 70%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    border-radius: 10px
}

.demorex-game__container {
    padding: 0 15px
}

.demorex-game-container {
    position: relative
}

.game__image-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    width: 100%
}

.game__image-buttons button {
    padding: 12px 20px;
    background-color: #0b75df;
    color: #fff;
    border: none;
    outline: 0;
    cursor: pointer;
    border-radius: 10px
}

.sort__form-select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.sort__form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 7px;
    font-size: 16px;
    width: 100%;
    min-width: 150px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    background: url(../img/arrow-down.png) 95% center/12px 11px no-repeat #fff
}

.sort__form-select:focus {
    outline: 0;
    border-color: #0073aa
}

.sort__form-select-cont {
    position: relative
}

.sort__form-select::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    color: #000;
    font-size: 12px
}

.sort__form-radio-cont input {
    display: none
}

.sort__form-radio-cont {
    font-family: Ubuntu-regular;
    --container_width: 200px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    width: var(--container_width);
    overflow: hidden;
    margin-left: auto
}

.sort__form-radio-cont label {
    width: 100%;
    padding: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 14px;
    margin-bottom: 0
}

.selection {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(var(--container_width) / 3);
    z-index: 0;
    left: 0;
    top: 0;
    -webkit-transition: .15s;
    transition: .15s
}

.sort__form-radio-cont label:has(input:checked) {
    color: #fff
}

.sort__form-radio-cont label:has(input:checked) ~ .selection {
    background-color: #0b75df;
    display: inline-block
}

.sort__form-radio-cont label:nth-child(1):has(input:checked) ~ .selection {
    -webkit-transform: translateX(calc(var(--container_width) * 0 / 3));
    -ms-transform: translateX(calc(var(--container_width) * 0 / 3));
    transform: translateX(calc(var(--container_width) * 0 / 3))
}

.sort__form-radio-cont label:nth-child(2):has(input:checked) ~ .selection {
    -webkit-transform: translateX(calc(var(--container_width) * 1 / 3));
    -ms-transform: translateX(calc(var(--container_width) * 1 / 3));
    transform: translateX(calc(var(--container_width) * 1 / 3))
}

.sort__form-radio-cont label:nth-child(3):has(input:checked) ~ .selection {
    -webkit-transform: translateX(calc(var(--container_width) * 2 / 3));
    -ms-transform: translateX(calc(var(--container_width) * 2 / 3));
    transform: translateX(calc(var(--container_width) * 2 / 3))
}

.demorex__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2%;
    margin: 0 0 35px
}

.demorex__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    margin: 0 0 20px;
    position: relative
}

.demorex__item-img {
    margin: 0 0 5px;
    position: relative
}

.demorex__item-img-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.demorex__item-img img {
    border-radius: 14px;
    width: 100%;
    height: auto
}

.demorex__item-title {
    font-family: Ubuntu-bold;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: .01em;
    color: #1f344c;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.demorex-game-info {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.demorex-game-info svg {
    width: 24px;
    height: 24px;
    color: #0b75df
}

.demorex__item-genre {
    font-family: Ubuntu-regular;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #000;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.demorex__item-genre li {
    margin: 0 5px 0 0;
    padding: 3px 6px;
    border: 1px solid #0b75df;
    border-radius: 5px
}

.demorex__item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 14px;
    background-color: #0b75df;
    padding: 5px 10px
}

.demorex__item-grade, .demorex__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 0 0;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: .02em;
    color: #1f344c
}

.demorex__item-top {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    color: #fff;
    background-color: #0b75df;
    border-top-left-radius: 14px;
    font-size: 16px;
    font-weight: 700
}

.demorex__item-grade img, .demorex__item-top img {
    position: relative;
    top: -2.5px;
    margin: 0 5px 0 0
}

.demorex__item-grade .rating {
    font-size: 16px;
    font-weight: 700;
    margin: 3px 0 0 8px;
    color: #fff
}

.demorex__item-top span {
    font-size: 13px;
    line-height: 17px;
    margin: 0 10px 0 0
}

.star.star-full {
    fill: #faab00;
    min-width: 19px;
    width: 19px;
    height: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.demorex-info-btn {
    fill: #fff
}

.demorex__item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 15px !important;
    position: absolute;
    background-color: #0b75df;
    right: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 14px;
    padding: 10px
}

.demorex__item-item {
    font-family: Ubuntu-regular;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -.004em;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.demorex__item-item span {
    font-family: Ubuntu-bold;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    margin: 0 10px 0 0
}

.demorex__item-item .rtp {
    font-family: Ubuntu-bold;
    display: inline-block;
    padding: 5px 9px 4px 27px;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -.004em;
    color: #fff;
    border: 1px solid #e7eaee;
    border-radius: 4px;
    background: url(../img/backward.png) 11px center/13px 11px no-repeat
}

.demorex__item-item:not(:last-child) {
    margin: 0 0 8px;
    border-bottom: 1px solid #fff
}

.demorex__item-btns {
    margin-top: auto;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    gap: 5px
}

.demorex__item-btn {
    text-align: center;
    padding: 9px 10px 7px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 5px
}

.demorexplay__button {
    background-color: #0b75df
}

.demorexplay__button:hover, .demorexreview-btn:hover {
    text-decoration: none
}

.demorexreview-btn {
    font-family: Ubuntu-regular;
    background-color: #fff;
    color: #0b75df;
    border: 1px solid #0b75df;
    text-decoration: none;
    font-size: 16px
}

.demorex__all-link {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    padding: 15px 110px 14px
}

.button-content {
    text-align: center
}

.load-more-button {
    background-color: #0b75df;
    width: 200px;
    padding: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    border-radius: 20px;
    cursor: pointer;
    border: none
}

.load-more-button:hover {
    text-decoration: none
}

@media screen and (max-width: 1024px) {
    .demorex__item {
        padding: 10px;
        width: 100%;
        min-width: auto;
        max-width: 100%
    }

    .sort__form-select-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .sort__form-select-wrap .sort__form-select-cont, .sort__form-select-wrap select {
        width: 100%
    }
}

@media screen and (max-width: 900px) {
    .demorex__list {
        display: -ms-grid;
        display: grid;
        gap: 10px;
        -ms-grid-columns: repeat(2, minmax(0, 1fr));
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .demorex__item {
        padding: 10px;
        width: 100%;
        min-width: auto;
        max-width: 100%
    }
}

@media screen and (max-width: 650px) {
    .demorex__all-link {
        margin: 0 15px;
        width: calc(100% - 30px);
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        text-align: center;
        padding: 15px 15px 14px
    }
}

@media screen and (max-width: 570px) {
    .demorex__list {
        -ms-grid-columns: 100%;
        grid-template-columns:100%
    }
}

.hidden-info {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity .5s, max-height .5s;
    transition: opacity .5s, max-height .5s
}

.visible-info {
    opacity: 1;
    max-height: 1000px;
    -webkit-transition: opacity .5s, max-height .5s;
    transition: opacity .5s, max-height .5s
}

.wrapper__cont {
    margin: 0 auto;
    max-width: 1370px;
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-orient: horizontal;
    gap: 25px
}

.demorex-game__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
}

.demorexgame {
    padding: 0
}

.demorexgame img {
    max-width: 100% !important
}

.demorex-full img {
    max-width: 100% !important;
    height: auto
}

.demorex-full iframe {
    height: 100vh !important
}

.demorexgame .game__image {
    width: 100%;
    position: relative;
    border: 2px solid #4f46e5;
    padding: 50px;
    border-radius: 10px;
    text-align: center
}

.demorex-full .game__image {
    border: none;
    padding: 0
}

.demorex-full .game__image img {
    width: 100% !important
}

.demorex-game__main-title {
    font-family: Ubuntu-bold;
    font-size: 36px;
    padding: 0;
    margin: 0
}

.demorex-game__main-desc {
    margin-bottom: 20px;
    font-family: Ubuntu-regular
}

.demorex-game__main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px
}

.demorex-game__main-info-author, .demorex-game__main-info-date {
    padding: 20px 0
}

.demorexplay__button:active, .demorexplay__button:focus, .demorexplay__button:hover, .game__image-btn:active, .game__image-btn:focus, .game__image-btn:hover {
    text-decoration: none
}

.demorex-game__aside {
    min-width: 320px;
    max-width: 320px;
    margin: 0;
    top: 15px
}

.demorex-game__aside-content {
    background-color: #fff;
    top: 30px;
    padding: 20px 10px;
    margin-bottom: 50px
}

.demorex-game__aside-title {
    font-family: Ubuntu-regular;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px;
    color: #000
}

.demorex-game__aside-table {
    padding: 0 15px
}

.demorex-game__aside-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0
}

.demorex-game__aside-table-row:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.demorex-game__aside-table-name, .demorex-game__aside-table-value {
    font-family: Ubuntu-bold;
    font-size: 16px;
    color: #000
}

.demorex-game__aside-link {
    text-align: center;
    margin-top: 25px
}

.aside-button {
    width: 100%;
    outline: 0;
    border: none;
    padding: 12px 20px;
    cursor: pointer
}

.demorex-game__aside .demorex__item-genre {
    margin: 10px 0
}

@media screen and (max-width: 1024px) {
    .wrapper__cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }

    .demorex-game__aside {
        top: 15px;
        width: 100%;
        position: relative;
        max-width: 100%;
        margin: 0
    }

    .demorex-game__aside-content {
        position: relative
    }

    .demorex-game__aside .demorex__item-genre {
        margin: 10px 0
    }

    .game__image-buttons button {
        padding: 20px 40px
    }
}

.demorex-game__aside-games-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px
}

.demorex-game__aside-games-item {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: 0 0 30px -20px;
    box-shadow: 0 0 30px -20px
}

.demorex-game__aside-games-title {
    margin-bottom: 8px;
    font-size: 16px;
    font-family: Ubuntu-bold
}

.demorex-game__aside-games-image {
    width: 100%
}

.demorex-game__aside-games-image img {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.demorex-game__aside-character-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.demorex-game__aside-character-item-title {
    margin-bottom: 8px;
    font-size: 14px;
    font-family: Ubuntu-bold
}

.demorex-game__aside-character-item-desc {
    margin-bottom: 8px;
    font-size: 14px;
    font-family: Ubuntu-regular
}

.demorex-game__aside-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    gap: 25px
}

.demorex-game__aside-buttons a, .demorex-game__aside-buttons button {
    width: 50%;
    text-align: center;
    text-decoration: none
}

.demorex-game__aside-buttons a {
    background-color: #e7eaee;
    padding: 7px 12px;
    color: #000;
    border-radius: 10px
}

.demorex-game__aside-buttons a:hover {
    color: #000
}

.demorex-game__aside-buttons button {
    padding: 7px 12px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer
}

.similar-games {
    overflow-x: hidden;
    position: relative;
    margin: 50px 0
}

.similar-games__item {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

.similar-games__item-img {
    -webkit-transition: .5s;
    transition: .5s
}

.similar-games__item-img img {
    border-radius: 8px
}

.similar-games__item-overflow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 1
}

.similar-games__item:hover .similar-games__item-img {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.similar-games__item:hover .similar-games__item-overflow {
    opacity: 1
}

.similar-games__item-title {
    font-family: Ubuntu-bold;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: .01em;
    color: #1f344c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0
}

.similar-games__item-overflow a {
    background-color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    z-index: 2;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700
}

.similar-games__item-overflow a:hover {
    color: #fff
}

.swiper-button-next, .swiper-button-prev {
    background-color: #fff;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important
}

.swiper-button-next::after, .swiper-button-prev::after {
    color: red;
    font-size: 20px !important
}

.demorex-game__main-header {
    padding: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px
}

.demorex-game__main-header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

a.demorex-broken-link, a.demorex-close-fullscreen, a.demorex-fullscreen {
    height: 26px;
    width: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    color: #000
}

a.demorex-broken-link svg {
    color: red
}

a.demorex-fullscreen svg {
    color: #000
}

a.demorex-broken-link svg, a.demorex-fullscreen svg {
    width: 20px;
    height: 20px;
    fill: #fff !important
}

a.demorex-close-fullscreen {
    display: none;
    z-index: 2;
    background: #000;
    position: absolute;
    top: 20px;
    right: 20px
}

a.demorex-close-fullscreen svg {
    fill: #fff !important
}

#demorex-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    margin-top: 0
}

#demorex-modal > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    width: 90%
}

.demorex-grid {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0
}

.slot-card {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    width: calc(25% - 15px)
}

.slot-card:hover {
    -webkit-transform: translateY(-10px) rotateY(5deg);
    transform: translateY(-10px) rotateY(5deg);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2)
}

.slot-card-image {
    height: 160px;
    background: linear-gradient(135deg, #4f46e5, #818cf8);
    position: relative;
    overflow: hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.slot-card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slot-card-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(255, 255, 255, .1)), to(transparent));
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .1) 50%, transparent);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: 3s infinite shine;
    animation: 3s infinite shine
}

@-webkit-keyframes shine {
    0% {
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg)
    }
    100% {
        -webkit-transform: translateX(100%) rotate(45deg);
        transform: translateX(100%) rotate(45deg)
    }
}

@keyframes shine {
    0% {
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg)
    }
    100% {
        -webkit-transform: translateX(100%) rotate(45deg);
        transform: translateX(100%) rotate(45deg)
    }
}

.slot-card-content {
    padding: 10px 10px 30px;
    height: 100%;
    max-height: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slot-card-title {
    font-size: 17px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 16px;
    position: relative;
    padding-bottom: 10px
}

.slot-card-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #4f46e5;
    -webkit-transition: width .3s;
    transition: width .3s
}

.slot-card:hover .slot-card-title::after {
    width: 100%
}

.slot-card-description {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 20px
}

.slot-card-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px
}

.slot-card-tag {
    font-size: 12px;
    color: #4f46e5;
    background-color: #eef2ff;
    padding: 4px 10px;
    border-radius: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.slot-card-tag:hover {
    background-color: #4f46e5;
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: alias
}

.slot-card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    border-top: 1px solid #e5e7eb
}

.slot-card-footer-provider {
    font-size: 12px;
    color: #4f46e5;
    background-color: #eef2ff;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.slot-card-footer-provider:hover {
    background-color: #4f46e5;
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: alias
}

.slot-card-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.slot-card-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #6b7280
}

.slot-card-stat-icon {
    width: 20px;
    height: 20px;
    fill: currentColor
}

.slot-card-button {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(135deg, #4f46e5, #818cf8);
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    overflow: hidden;
    outline: 0;
    border: none;
    width: 100%;
    cursor: pointer
}

.slot-card-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, .3), transparent);
    -webkit-transition: .4s;
    transition: .4s
}

.slot-card-button:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 5px 15px rgba(79, 70, 229, .4);
    box-shadow: 0 5px 15px rgba(79, 70, 229, .4)
}

.total-counter {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    font-size: 16px;
    color: #4f46e5;
    padding: 4px 10px;
    border-radius: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

@-webkit-keyframes float {
    0%, 100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(2deg);
        transform: translateY(-10px) rotate(2deg)
    }
}

@keyframes float {
    0%, 100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(2deg);
        transform: translateY(-10px) rotate(2deg)
    }
}

@media screen and (max-width: 1160px) {
    .slot-card {
        width: calc(33% - 12px)
    }

    .demorex-rating-container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media screen and (max-width: 768px) {
    .slot-card {
        width: calc(50% - 10px)
    }

    .slot-card-content {
        height: auto;
        max-height: 150px
    }

    .slot-card-image {
        height: auto
    }

    .slot-card-footer, .slot-card-tags, .sort__form-radio-cont {
        display: none
    }
}

.jq-stars {
    display: inline-block
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%
}

.jq-star-svg path {
    stroke-linejoin: round
}

.jq-star.hovered .star {
    fill: orange
}

span.demorex-rating_text {
    margin-right: 5px;
    font-size: .9em;
    font-weight: 700
}

.demorex-rating_stars {
    bottom: -2px;
    position: relative
}

.demorex-rating_stars svg.jq-star-svg {
    width: 100%;
    height: 100%
}

span.demorex-rating_votes {
    font-size: .7em;
    margin-left: 10px
}

.demorex-grid-2 .slot-card {
    width: calc(50% - 10px)
}

.demorex-grid-3 .slot-card {
    width: calc(33% - 12px)
}

.demorex-grid-4 .slot-card {
    width: calc(25% - 15px)
}

.game__card-public-button, .game__card-public-button:focus, .game__card-public-button:hover {
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #4f46e5;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    margin-top: auto;
    border: none
}

@media screen and (max-width: 768px) {
    .game__card-public-button, .game__card-public-button:focus, .game__card-public-button:hover {
        padding: 5px
    }
}

.slot-card-content .game__card-public-permalink, .slot-card-content .game__card-public-permalink:hover {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    color: #4f46e5 !important;
    font-size: 16px;
    font-weight: 700;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 20px;
    text-decoration: none
}

.demorex-game__main-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 30px;
    margin: 20px 0;
    padding: 30px 15px;
    border-radius: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.demorex-game__main-information-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 30px);
    margin-bottom: 20px !important;
    border-bottom: 0
}

.demorex-game__main-information-item-key {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-transform: capitalize
}

.demorex-game__main-information-item-value {
    text-align: right;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-overflow: ellipsis;
    overflow: hidden
}

.demorex-game__main-information-item:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    min-width: 20px;
    margin: 0 5px;
    border-bottom: 1px dashed #475158
}

.providers-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    list-style: none;
    padding: 0
}

.providers-grid .provider__item {
    position: relative
}

.providers-grid .provider__item-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.providers-grid .provider__item-image {
    width: 100%;
    height: 100%;
    max-height: 182px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.providers-grid .provider__item-name {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px
}

.providers-grid .provider__item-count {
    background-color: #4f46e5;
    padding: 5px 10px;
    color: #fff;
    width: 100px;
    border-radius: 10px;
    text-align: center
}

#demorex-broken-submit {
    margin-top: 10px
}

.demorex-grid-container {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin: 20px 0
}

@media screen and (max-width: 768px) {
    .demorex-grid-container {
        -ms-grid-columns:(48%) [ 2 ];
        grid-template-columns:repeat(2, 48%)
    }
}

.demorex__card {
    position: relative;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .5019607843);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .5019607843);
    -webkit-transition: .6s cubic-bezier(.175, .885, .32, 1.275);
    transition: .6s cubic-bezier(.175, .885, .32, 1.275)
}

.demorex__card-image {
    width: 100%;
    min-height: 100px;
    max-height: 120px
}

.demorex__card img {
    width: 100%;
    -webkit-transition: .6s cubic-bezier(.175, .885, .32, 1.275);
    transition: .6s cubic-bezier(.175, .885, .32, 1.275);
    display: inline-block;
    min-width: 100px;
    min-height: 100px;
    max-height: 120px;
    opacity: 0
}

.demorex__card-image img.loaded {
    opacity: 1
}

.demorex__card:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 8px 16px rgba(255, 255, 255, .2);
    box-shadow: 0 8px 16px rgba(255, 255, 255, .2);
    scale: 1.3
}

.demorex__card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    -webkit-backdrop-filter: brightness(.4);
    backdrop-filter: brightness(.4);
    opacity: 0;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: .6s cubic-bezier(.175, .885, .32, 1.275);
    transition: .6s cubic-bezier(.175, .885, .32, 1.275)
}

.demorex__card:hover .demorex__card-content {
    opacity: 1
}

.demorex__card-title {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 700
}

.demorex__card-button {
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    border: none;
    padding: 10px 20px;
    background: linear-gradient(135deg, #4f46e5, #818cf8);
    border-radius: 10px
}

.demorex-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.demorex-popup-content {
    position: relative;
    width: 80%;
    height: 80%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden
}

.demorex-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%
}

#demorex-iframe {
    width: 100%;
    height: 100%
}

.api-load-more-button {
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: .3s !important;
    transition: .3s !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.api-load-more-button:hover {
    opacity: .95
}

.players {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 5px
}

.players i.icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: .5s linear infinite alternate animate_drop_shadow;
    animation: .5s linear infinite alternate animate_drop_shadow;
    background-color: #57ec32;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10px
}

.players .demorex__card--players__active {
    font-size: 14px;
    text-transform: lowercase
}

@media (max-width: 768px) {
    .players .demorex__card--players__active {
        font-size: 10px
    }
}

.players .players_count {
    margin-left: auto;
    font-size: 14px
}

@media (max-width: 768px) {
    .players.players-zero {
        font-size: 10px
    }
}

.players.players-zero i.icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: .5s linear infinite alternate animate_drop_shadow_red;
    animation: .5s linear infinite alternate animate_drop_shadow_red;
    background-color: red;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10px
}

.players.players-zero .players_count {
    color: red
}

@-webkit-keyframes animate_drop_shadow {
    0% {
        -webkit-filter: drop-shadow(0 0 6px #57ec32);
        filter: drop-shadow(0 0 6px #57ec32)
    }
    100% {
        -webkit-filter: drop-shadow(0 0 0 #57ec32);
        filter: drop-shadow(0 0 0 #57ec32)
    }
}

@keyframes animate_drop_shadow {
    0% {
        -webkit-filter: drop-shadow(0 0 6px #57ec32);
        filter: drop-shadow(0 0 6px #57ec32)
    }
    100% {
        -webkit-filter: drop-shadow(0 0 0 #57ec32);
        filter: drop-shadow(0 0 0 #57ec32)
    }
}

@-webkit-keyframes animate_drop_shadow_red {
    0% {
        -webkit-filter: drop-shadow(0 0 6px red);
        filter: drop-shadow(0 0 6px red)
    }
    100% {
        -webkit-filter: drop-shadow(0 0 0 red);
        filter: drop-shadow(0 0 0 red)
    }
}

@keyframes animate_drop_shadow_red {
    0% {
        -webkit-filter: drop-shadow(0 0 6px red);
        filter: drop-shadow(0 0 6px red)
    }
    100% {
        -webkit-filter: drop-shadow(0 0 0 red);
        filter: drop-shadow(0 0 0 red)
    }
}

.image-preloader {
    width: 100%;
    height: 120px;
    max-height: 120px;
    background: url(../../img/placeholder.gif) center/cover no-repeat
}

.hidden-img {
    display: none
}

.error {
    background: url(placeholder.jpg) center center/cover no-repeat !important
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}