* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.btn, .btn-flat, .btn-floating, .btn-large {
    border: none;
    display: inline-block;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    border-radius: 5px;
    transition: background-color .2s ease-out;
    text-align: center
}

.site-root, footer {
    -webkit-box-direction: normal;
    -moz-box-direction: normal
}

@font-face {
    font-display: swap;
    font-family: Fredoka;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Fredoka-Bold.ttf") format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Fredoka;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Fredoka-Regular.ttf") format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Fredoka;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Fredoka-SemiBold.ttf") format("truetype")
}

body {
    margin: 0 auto;
    font-family: Fredoka, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, .85);
    background-color: var(--bg-site);
    color: var(--text-color)
}

.sidenav li > a, strong {
    font-weight: 500
}

.btn, .btn-flat, .btn-floating, .btn-large, .btn-small {
    letter-spacing: .5px;
    line-height: 38px;
    padding: 0 10px;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    outline: 0;
    cursor: pointer
}

:root {
    --bg-site: #f1f1f1;
    --bg-component: #fff;
    --text-color: #6c6c6c;
    --button-color: #3b82f6;
    --button-hover-color: #2563eb;
    --text-highlight: #2563eb;
    --text-button-hover: #fff;
    --text-heading: #000;
	--grid-columns: 4;
  --grid-gap: 16px;
  --cell-size: 94px;
}

.btn, .btn-flat, .btn-floating {
    background-color: #26a69a;
    font-size: 14px;
    height: 36px
}

.btn-large, .sidenav li > a {
    height: 48px;
    font-size: 14px
}

.btn-flat:hover, .btn-floating:hover, .btn-large:hover, .btn-small:hover, .btn:hover {
    background-color: #2bbbad
}

.btn-floating:hover, .btn-large, .btn-small {
    background-color: #26a69a
}

.btn i, .btn-flat i, .btn-floating i, .btn-large i, .btn-small i {
    font-size: 1.3rem;
    line-height: inherit
}

.btn-small, .sidenav li > a > i {
    display: inline-block;
    height: 24px;
    text-align: center
}

.sidenav li > a, .site-root, ul.autocomplete-content li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box
}

.btn-small {
    border: none;
    border-radius: 5px;
    font-size: 14px;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.btn-floating {
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    width: 40px;
    z-index: 1
}

.pulse:before, .sidenav {
    height: 100%;
    top: 0;
    left: 0
}

.btn-floating i {
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 40px;
    text-align: center;
    width: inherit
}

.sidenav {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--bg-component);
    margin: 0;
    overflow-y: auto;
    padding-bottom: 60px;
    position: fixed;
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    transform: translateX(-105%);
    width: 300px;
    will-change: transform;
    z-index: 999
}

.pulse, button, input {
    overflow: visible
}

.dropdown-content, .game-list, .loader, .pulse, .search-form, footer {
    position: relative
}

.sidenav li > a {
    color: var(--text-color);
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    overflow: hidden;
    padding: 0 15px 0 30px;
    width: 100%;
    gap: 10px
}

.sidenav li > a:hover, ul.autocomplete-content li a:hover {
    background-color: rgba(0, 0, 0, .05)
}

.sidenav li > a > i {
    color: rgba(0, 0, 0, .54);
    font-size: 18px;
    line-height: 24px;
    margin: 0 10px 0 0;
    width: 24px
}

.dropdown-content {
    width: inherit;
    z-index: 9999
}

.dropdown-content li:focus, .dropdown-content:focus {
    outline: 0
}

.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, .87);
    cursor: pointer;
    line-height: 1.5rem;
    min-height: 50px;
    text-align: left;
    width: 100%
}

.dropdown-content li.active, .dropdown-content li:hover {
    background-color: #eee
}

.dropdown-content li.divider {
    height: 1px;
    min-height: 0
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #26a69a;
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 16px
}

.dropdown-content li > span > label {
    height: 18px;
    left: 0;
    top: 1px
}

.dropdown-content li > a > i {
    float: left;
    height: inherit;
    line-height: inherit;
    margin: 0 24px 0 0;
    width: 24px
}

.dropdown-trigger {
    cursor: pointer
}

ul.autocomplete-content {
    background-color: #cfcfcf;
    border-radius: 10px;
    display: none;
    margin: 5px 0 0;
    max-height: 600px;
    overflow-y: scroll;
    position: absolute;
    width: 100%
}

ul.autocomplete-content li {
    background: 0 0;
    display: block;
    height: auto;
    min-height: inherit
}

ul.autocomplete-content li:first-child a {
    padding-top: 10px
}

ul.autocomplete-content li:last-child {
    border-bottom: none
}

ul.autocomplete-content li:last-child a {
    padding-bottom: 10px
}

ul.autocomplete-content li:focus, ul.autocomplete-content li:hover {
    background: 0 0
}

ul.autocomplete-content li a {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 0;
    outline: 0;
    padding: 5px 10px
}

ul.autocomplete-content li a > span {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 130%;
    margin-left: 10px
}

ul.autocomplete-content li .highlight {
    color: #444
}

ul.autocomplete-content li img {
    font-size: 0;
    height: 40px;
    width: 40px
}

a {
    background-color: transparent;
    text-decoration: none
}

ul {
    padding-left: 0
}

ul li {
    list-style-type: none
}

i {
    line-height: inherit
}

button, select {
    text-transform: none
}

button, input, optgroup, select, textarea {
    font-family: Dosis, sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

.autocomplete-content, .sidenav, nav {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.site-root {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    flex-direction: column;
    height: 100dvh
}

.site-root .site-body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1
}

.mobile-menu li:first-child, .page-wrapper {
    margin-top: 15px
}

.section {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.game-list {
    margin: 20px auto 0;
    max-width: 1874px;
    padding: 0 10px
}

.row {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

.pulse:before {
    -webkit-animation: 1s cubic-bezier(.24, 0, .38, 1) infinite pulse-animation;
    -moz-animation: 1s cubic-bezier(.24, 0, .38, 1) infinite pulse-animation;
    animation: 1s cubic-bezier(.24, 0, .38, 1) infinite pulse-animation;
    background-color: inherit;
    border-radius: inherit;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s, -moz-transform .3s;
    -moz-transition: opacity .3s, transform .3s, -moz-transform .3s;
    width: 100%;
    z-index: -1
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50%, to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-moz-keyframes pulse-animation {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }
    50%, to {
        opacity: 0;
        -moz-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
    50%, to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.circle {
    border-radius: 50%
}

nav.header {
    background: #0065fd;
    border-radius: 0;
    display: grid;
    grid-template-columns:1fr auto;
    line-height: normal;
    position: absolute;
    width: 100%;
    align-items: center
}

nav.header .mobile-button {
    color: #fff;
    display: none;
    grid-area: 1;
    height: 56px;
    position: relative;
    z-index: 1
}

.mobile-menu {
    -webkit-transition: margin-left .3s;
    -moz-transition: margin-left .3s;
    transition: margin-left .3s;
    width: 190px;
    z-index: 11111
}

.mobile-menu.open {
    margin-left: 190px
}

.mobile-menu li:first-child i {
    color: green
}

.logo-con, .logo-con a {
    -webkit-align-self: center;
    align-self: center;
    display: block
}

.logo-con {
    margin-left: 40px
}

.logo-con a {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    animation-name: tada;
    position: relative;
    width: fit-content
}

.logo-con a:active, .logo-con a:hover {
    -webkit-filter: brightness(1.1) contrast(1.1);
    filter: brightness(1.1) contrast(1.1)
}

.logo-con a:hover {
    -webkit-transition: -webkit-filter .2s;
    -moz-transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s
}

.logo-con a img {
    display: block;
    font-size: 0;
    max-height: 28px;
    text-indent: -300px
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -moz-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    to {
        -moz-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -moz-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -moz-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -moz-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scale(1) rotate(0);
        -moz-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.search-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.search-section .search-container {
    max-width: 360px;
    min-width: 230px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1
}

.search-section .btn-search {
    background: #fff;
    border-radius: 50%;
    color: #56ad1e;
    display: none;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    width: 36px
}

.search-section .search-input, footer {
    display: -webkit-flex;
    display: -moz-box
}

.search-section .btn-search:hover {
    background: #377111;
    color: #fff
}

.search-section .search-input {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.search-section .search-input input {
    background-color: var(--bg-component);
    border: 0;
    border-radius: 25px;
    font-size: 14px;
    height: 42px;
    outline: 0;
    padding: 0 40px 0 15px;
    width: 100%;
    font-family: inherit
}

input::placeholder {
    color: var(--text-color) !important
}

.search-section .search-input input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.search-section .search-input input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.search-section .search-input input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.search-section .search-input input::placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.search-section .search-input input:focus::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.search-section .search-input input:focus::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.search-section .search-input input:focus::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.search-section .search-input input:focus::placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.search-section .search-input .icon-times-circle {
    display: none
}

.search-section .search-input i {
    color: hsla(0, 0%, 100%, .5);
    height: 32px;
    line-height: 32px;
    margin-left: -39px;
    position: relative;
    text-align: center;
    width: 32px
}

.hidden {
    display: none !important
}

.header-right {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: flex-end;
    margin-right: 40px
}

.header-right__favorite .favorite-btn, .header-right__random .random {
    position: relative;
    background-color: transparent;
    outline: 0;
    border: 0;
    color: #fff;
    cursor: pointer
}

.search-form__btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    background-color: transparent;
    border: 0;
    outline: 0;
    color: var(--text-color)
}

.carousel {
    position: relative;
    overflow: hidden
}

.carousel__slide {
    padding: 0 20px;
    height: 50px !important;
    width: fit-content !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.carousel__slide:hover {
    background: #0855a2;
    color: #fff
}

.btn_up, .categoryChild-item:hover {
    color: var(--text-button-hover)
}

.carousel__prev {
    left: 0
}

.carousel__next {
    right: 6px
}

.carousel__next, .carousel__prev {
    position: absolute;
    z-index: 1;
    top: 12.5%;
    bottom: 8%;
    width: 3.875rem;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.carousel__next-btn, .carousel__prev-btn {
    pointer-events: auto;
    position: absolute;
    top: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    outline: 0;
    height: 2.75rem;
    border-radius: 50%;
    border: 3px solid rgb(126 34 206 / var(--tw-bg-opacity, 1));
    background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
    box-shadow: 0 .875rem 1rem rgba(23, 32, 55, .19);
    transform: translateY(-50%);
    margin-top: .5rem;
    transition: border-color .2s, color .2s;
    cursor: pointer
}

.btn_up {
    position: fixed;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    right: 10px;
    transition: transform .5s cubic-bezier(.51, .92, .24, 1.15);
    animation: 2.5s infinite gelatine;
    display: none;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    border: 0;
    outline: 0;
    background: var(--button-color);
    cursor: pointer
}

.btn_up, .button-more:hover, .category-list__component:hover, .categoryChild-item:hover {
    background-color: var(--button-hover-color)
}

@keyframes gelatine {
    0%, 100% {
        transform: scale(1, 1)
    }
    100%, 20%, 50%, 80% {
        transform: translateY(0)
    }
    25% {
        transform: scale(.9, 1.1)
    }
    40% {
        transform: translateY(-30px)
    }
    50% {
        transform: scale(1.1, .9)
    }
    60% {
        transform: translateY(-15px)
    }
}

.show {
    display: block;
}

.categoryChild-item, footer {
    background: var(--bg-component)
}

.carousel__prev-btn {
    left: 2.125rem
}

.carousel._loading .carousel__swiper {
    opacity: 1;
    visibility: visible
}

.carousel__swiper.swiper {
    position: relative;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.badge_number, .close-mobile-menu .svg-icon {
    width: 15px;
    height: 15px
}

.carousel__wrapper {
    z-index: 1
}

.carousel__next:has(.swiper-button-disabled), .carousel__prev:has(.swiper-button-disabled) {
    opacity: 0;
    pointer-events: none
}

.category-item {
    display: flex;
    justify-content: center;
    align-items: center
}

.categoryChild, .titleControl {
    display: flex;
    align-items: center
}

.titleControl {
    justify-content: space-between
}

.titleControl h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: normal
}

.categoryChild {
    justify-content: flex-start;
    gap: 5px;
    margin: 10px 0
}

.categoryChild-item {
    border-radius: 10px;
    color: var(--text-color);
    padding: 2px 10px;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    transition: background-color .25s;
    white-space: nowrap;
    overflow: hidden
}

.badge_number {
    position: absolute;
    top: -5px;
    right: -15px;
    background-color: red;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px
}

.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
}

.popup-favorites {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background-color: #2e333830;
    backdrop-filter: blur(15px);
    display: none
}

.section-heading {
    max-width: 1084px;
    margin: 20px auto
}

.close-favorite {
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    color: #fff
}

.card a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px
}

.card__thumb {
    width: 94px;
    height: 94px;
    border-radius: 16px
}

.card img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    object-fit: cover
}

@media only screen and (max-width: 992px) {
    nav.header {
        grid-template-columns:52px 165px 1fr
    }

    nav.header .logo-con a {
        margin-left: 0;
        margin-right: 0
    }

    nav.header .search-section {
        margin-right: 10px;
        -webkit-box-pack: end;
        -webkit-justify-content: end;
        -moz-box-pack: end;
        justify-content: end
    }

    nav.header .search-section .search-container {
        max-width: 40%
    }

    footer ul {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: inline-flex
    }

    footer ul li a {
        font-size: 14px
    }

    .body-game-page .page-wrapper {
        padding-left: 15px;
        padding-right: 15px
    }

    .game-description .game-text h1 {
        margin-bottom: 10px
    }

    .az-game-section .links a {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 5px
    }

    .mobile-button {
        display: flex !important;
        justify-content: center;
        align-items: center
    }
}

@media (max-width: 992px) {
    .badge_number {
        display: none !important
    }

    .header-right__favorite, .header-right__random, .menu-header {
        display: none
    }

    .header-right {
        margin-right: 5px
    }
}

@media only screen and (max-width: 619px) {
    .logo-con {
        justify-self: center;
        margin-left: 0
    }

    nav.header {
        grid-template-columns:52px 1fr 52px
    }

    nav.header .search-section .search-container {
        max-width: none;
        min-width: auto
    }

    nav.header .search-section .search-container .search-input {
        background-color: transparent;
        height: 56px;
        left: 0;
        padding: 0 15px;
        position: absolute;
        top: 0;
        -webkit-transition: -webkit-backdrop-filter .5s;
        transition: backdrop-filter .5s;
        -moz-transition: backdrop-filter .5s;
        transition: backdrop-filter .5s, -webkit-backdrop-filter .5s;
        width: 100%;
        z-index: 9999
    }

    .search-form__btn, nav.header .search-section .search-container .search-input .icon-search, nav.header .search-section .search-container .search-input:not(.active) {
        display: none
    }

    nav.header .search-section .search-container .search-input .icon-times-circle {
        color: rgba(255, 0, 0, .5);
        cursor: pointer;
        display: initial;
        height: 45px;
        line-height: 45px;
        margin-left: -40px;
        width: 40px
    }

    nav.header .search-section .search-container .search-input.active {
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px)
    }

    nav.header .search-section .search-container .btn-search {
        display: block
    }

    nav.header .dropdown-content {
        left: 0;
        margin-left: 15px;
        margin-top: 5px;
        position: absolute;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px)
    }

    .ads_bottom {
        margin-left: -15px;
        margin-right: -15px
    }

    .btn-search {
        display: flex !important;
        justify-content: center;
        align-items: center
    }
}

.favorite-btn:hover, .random:hover {
    opacity: .5
}

.page_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 989;
    background-color: rgba(0, 0, 0, .75)
}

.loading_page {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    margin: 12px auto;
    z-index: 99
}

.loader {
    width: 65px;
    aspect-ratio: 1
}

.loader:after, .loader:before {
    content: "";
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 0 0 3px inset #fff;
    animation: 2.5s infinite l4
}

.loader:after {
    animation-delay: -1.25s
}

@keyframes l4 {
    0%, 100% {
        inset: 0 35px 35px 0
    }
    12.5% {
        inset: 0 35px 0 0
    }
    25% {
        inset: 35px 35px 0 0
    }
    37.5% {
        inset: 35px 0 0 0
    }
    50% {
        inset: 35px 0 0 35px
    }
    62.5% {
        inset: 0 0 0 35px
    }
    75% {
        inset: 0 0 35px 35px
    }
    87.5% {
        inset: 0 0 35px 0
    }
}

.menu-header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px
}

.menu-header li a {
    display: block;
    font-size: 16px;
    padding: 2px 10px;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: transform .2s;
    width: fit-content
}

.menu-header li a:hover, footer ul.footer-links li a:hover {
    border-bottom: 1px solid #fff
}

.bg-overlay {
    position: fixed;
    background: #00000069;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none
}

.close-mobile-menu {
    position: absolute;
    right: 10px;
    top: 10px;
    background: 0 0;
    border: 0;
    outline: 0;
    color: var(--text-color);
    cursor: pointer
}

.section-heading__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 12px
}

.section-heading__title h2 {
    font-size: 24px;
    font-weight: 700
}

footer {
    color: #fff;
    display: -webkit-box;
    display: flex;
    gap: 15px;
    padding: 15px 30px 25px;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin: 60px 0 0;
    justify-content: center
}

.divider {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    padding-bottom: 15px
}

.mt-7 {
    margin-top: 70px !important
}

.heading {
    color: var(--text-highlight)
}

.ads_title {
    color: var(--text-color);
    font-size: 10px
}
.category-list{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-flow: row wrap;
}
.category-list a{
    display: block;
    background-color: #25a2ec;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 3px 0 0 #004b68;
    transition: all .3s ease-out;
    text-align: center;
}
.category-list a:hover{
    box-shadow: 0 0 0 0 #004b68;
    transform: translateY(3px);
    background-color: #004b68;
}


/*===============================*/
select.classic {
    background-image: url("data:image/svg+xml;utf8,<svg fill='%236c6c6c' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    background-color: #fff;
    color: #6c6c6c;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 1.4em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    border: 0;
    outline: 0;
    height: fit-content;
    margin-left: auto;
}
select.classic:focus {
    background-color: #fff;
    color: #6c6c6c;
    outline: 0;
}
/* select filter cat*/
/*player button control*/
.player-footer, .blur_dialog, .contact-popup {
    --shadow-2: 0px 6px 30px rgba(0, 0, 0, .05);
    --box-bg-color: #fff;
    --btn-control: #dfe1e0;
    --btn-control-hover: #2563eb;
    --color-primary: #6c6c6c;
    --btn-text-extent: #030712;
    --text-btn-control: #4c4444;
    --text-btn-control-hover: #fff;
    --border-btn: #9c9c9cd6;
    --color-content-popup: #6c6c6c;
    --color-heading-popup: #2563eb;
}
.player-footer {
    border-radius: 8px;
    position: relative; 
    box-shadow: var(--shadow-2);
    width: 100%;
    background-color: var(--box-bg-color);
	flex-grow: 0;
    flex-shrink: 0;
    height: 60px;
}
.player-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 10px;
    z-index: 0;
}
.player-footer__item {
    padding: 0 10px;
}
.player-footer__left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.player-footer__left img {
    border-radius: 4px;
    max-width: 40px;
}
.player-footer__left h1 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    font-family: var(--font-heading);
    color: var(--color-primary);
    padding: 0;
}
.player-footer__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.g-footer__button {
    background: var(--btn-control) !important;
    color: var(--text-btn-control);
    border: 0;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    border-radius: 50%;
    box-shadow: var(--shadow-2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.g-footer__button .svg-icon {
    width: 18px;
    height: 18px;
    transition: transform .2s cubic-bezier(.32, 1.2, .54, 1.17);
}
.g-footer__button-title {
    font-size: 10px;
    bottom: 4px;
    left: 50%;
    position: absolute;
}
.g-footer__button-title_last {
    opacity: 0;
}
.g-footer__button-title_first {
    background-color: transparent;
    color: #75879a;
    opacity: 1;
}
.g-footer__button-title_text {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s cubic-bezier(.32, 1.2, .54, 1.17);
    white-space: nowrap;
    background: var(--box-bg-color);
    font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
    .g-footer__button:hover .g-footer__button-title_last {
        background-color: var(--btn-text-extent) ;
        color: #fff;
        opacity: 1;
    }
    .g-footer__button:hover .g-footer__button-title_first {
        opacity: 0;
    }
    .g-footer__button:hover {
        transform: translateY(-3px);
        background: var(--btn-control-hover) !important;
        color: var(--text-btn-control-hover);
    }
}
.g-footer__button:hover .svg-icon {
    transform: rotate(-5deg);
}
.g-footer__button.voted, .g-footer__button.active {
    transform: translateY(-3px);
    background: var(--btn-control-hover)  !important;
    color: var(--text-btn-control-hover);
}
/* =======popup========== */
.blur_dialog, .contact-popup {
    position: fixed;
    bottom: 0;
    top: 0;
    right: -330px;
    width: 330px;
    background-color: var(--box-bg-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px 0 0 ;
    border: 1px solid var(--border-card);
    z-index: 1001;
    transition: right 0.3s ease-in-out;
}
.blur_dialog.active, .contact-popup.show {
    right: 0px;
}
label.label-contact-select {
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
}
label.label-contact-select:before {
    content: "";
    height: 31px;
    position: absolute;
    right: 7px;
    top: 3px;
    width: 22px;
    background: transparent;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    pointer-events: none;
    display: block;
}
label.label-contact-select:after {
    content: " ";
    position: absolute;
    right: 15px;
    top: 46%;
    margin-top: -3px;
    z-index: 2;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.9px 4px 0 4px;
    border-color: #6c6c6c transparent transparent transparent;
    pointer-events: none;
}
/* Popup container */
.contact-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 30px 0 10px;
    border: 1px solid var(--border-btn);
    border-radius: 4px;
    line-height: 36px;
    background: var(--box-bg-color);
    height: 36px;
    color: var(--color-primary);
    margin: 0 0px 5px 0;
    width: 100%;
}
.contact-select:focus-visible {
    outline: 0;
}
select.contact-select::-ms-expand {
    display: none;
}
.error_form_contact, .error-message-email {
    font-size: 0.9em;
    color: var(--high-light);
    margin: 0 0 8px;
    display: none;
}
label.label-contact-select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}
.popup-heading {
    display: flex;
    align-items: center;
    flex-flow: nowrap;
    padding: 0 40px 0 16px;
    line-height: 1.5;
}
.popup-content {
    border-top: 1px solid var(--border-btn);
    font-size: 14px;
    font-weight: 400;
    color: var(--color-content-popup);
    padding: 8px 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    height: 100%;
}
.content_inner_popup {
    padding-bottom: 100px;
}

.content_inner_popup h2:not([class]), .content_inner_popup h3:not([class]), .content_inner_popup h4:not([class]) {
    margin: 0 0 10px;
    color: var(--color-heading-popup);
}
.content_inner_popup h2:not([class]) {
    font-size: 24px;
    font-weight: 600;
}
.content_inner_popup h3:not([class]), .content_inner_popup h4:not([class]) {
    font-size: 20px;
    font-weight: 500;
}
.content_inner_popup ol:not([class]), .content_inner_popup ul:not([class]) {
    margin: 0 0 10px;
    padding-left: 20px;
}
.content_inner_popup ol:not([class]) li, .content_inner_popup ul:not([class]) li {
    list-style: disc;
    margin: 0 0 6px;
}
.content_inner_popup a:not([class]) {
    color: var(--color-heading-popup);
}
.content_inner_popup p:not([class]) {
    margin-bottom: 10px;
}
.check_box_contact {
    background-color: #fff;
    border: 3px solid var(--border-btn);
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 16px;
    margin: 0;
    width: 16px;
}
.form_contact {
    background: transparent;
    border: 1px solid var(--border-btn);
    color: var(--color-primary);
    max-width: 308px;
    resize: none;
    border-radius: 4px;
    transition: background-color .2s ease-in-out;
    width: 100%;
}
.contact_input {
    margin: 0 0 10px;
    padding: 8px 12px;
}
.contact_textarea {
    margin: 0 0 10px;
    padding: 8px 12px;
    height: 86px;
}
.icon_contact {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    margin-right: 10px;
}
.title_contact {
    font-size: 12px;
    color: var(--btn-text-extent);
    flex: 1;
    padding: 14px 0;
}
.title_contact strong {
    font-size: 14px;
}
.close_contact {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.close_contact .svg-icon {
    width: 14px;
    height: 14px;
}
.feedback_image_checkbox {
    margin: 7px 0 0 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.contact-form button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
}
.form_bottom {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 4px 16px;
}
.popup-link_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 12px;
    border: 1px solid var(--border-btn);
    border-radius: 4px;
    margin-top: 12px;
    position: relative;
    height: 40px;
    margin-bottom: 20px;
}
.popup-link-share--url {
    width: 100%;
    background: 0;
    border: 0;
    height: auto;
    color: var(--color-primary);
    flex: 1;
    padding-right: 12px;
}
.popup-link-share--copy {
    color: #8166ff;
    font-weight: 600;
}
.popup-link-share--copy:hover {
    cursor: pointer;
}
.title_change_log {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-primary);
    line-height: normal;
    letter-spacing: 1.1px;
}
.change_log_item {
    padding: 8px;
    border-radius: 8px;
    background: var(--btn-control);
    margin: 0 0 8px;
}
.content_change_log {
    margin-bottom: 6px;
    color: var(--color-content-popup);
    font-size: 14px;
    padding-left: 15px;
}
.content_change_log ul {
    padding-left: 16px;
    margin: 0;
}
.notify-toast {
    background: #4CAF50; /* Green background */
    color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.toast-content {
    font-size: 16px;
    font-weight: 600;
}
.notification-success {
    position: sticky;
    bottom: 12px;
    left: 12px;
    width: fit-content;
    border-radius: 10px;
    box-shadow: 0 -6px 74px 0 rgb(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 rgb(0 0 0 / 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notification-success .toastt .content {
    display: flex;
    gap: 12px;
    align-items: center;
}
.notification-success .toastt.offline {
    border-color: #ccc;
}
.content_notification .details {
    margin-left: 15px;
}
.details span {
    font-size: 20px;
    font-weight: 500;
    color: #878787;
}
.details p {
    color: #878787;
}
.toastt .content_notification {
    display: flex;
    align-items: center;
}
.toastt .content_notification .icon {
    background: #ccc;
}
.toastt .content_notification .icon img {
    max-width: 50px;
}
.favorited {
    color: red;
}

/* ======================================== */

.frame-box-game iframe {
    min-height: 520px;
}

@media (max-width: 1370px) {
    .frame-box-game iframe {
        min-height: 500px;
    }
}

@media (max-width: 991px) {
    .player-footer__inner {
        align-items: start; 
        justify-content: center;
        gap: 10px;
    }

    .titleControl {
        flex-direction: column;
        margin-bottom: 16px;
    }
}

