html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none
}

html {
    margin: 0;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: Roboto, sans-serif;
    min-height: 100vh
}

body {
    vertical-align: baseline;
    background-color: #b956f0;
    min-height: 100%;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 14px
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color .2s ease 0s, background-image .2s ease 0s, color .2s ease 0s, border-color .2s ease 0s;
    -o-transition: background-color .2s ease 0s, background-image .2s ease 0s, color .2s ease 0s, border-color .2s ease 0s;
    transition: background-color .2s ease 0s, background-image .2s ease 0s, color .2s ease 0s, border-color .2s ease 0s
}

i {
    cursor: pointer;
    margin: 0 !important
}

ul,
li {
    list-style: none !important;
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
    font-size: 14px;
    margin: 0
}

table {
    border-collapse: collapse
}

table th,
table td {
    font-weight: 400;
    text-align: left;
    vertical-align: top
}

input,
select,
textarea,
button {
    background-color: transparent;
    font-size: 14px;
    color: #333;
    outline: none
}

button {
    -webkit-transition: background-color .2s ease 0s, color .2s ease 0s, border-color .2s ease 0s;
    -o-transition: background-color .2s ease 0s, color .2s ease 0s, border-color .2s ease 0s;
    transition: background-color .2s ease 0s, color .2s ease 0s, border-color .2s ease 0s
}

input,
button {
    border: 0
}

img {
    height: 100%;
    cursor: pointer;
    width: 100%
}

.p-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px
}

.container {
    position: relative;
    max-width: 1162px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto
}

.mini-container {
    max-width: 1024px
}

.row {
    width: 100%
}

.font-bold {
    font-weight: 700
}

.d-block {
    display: block
}

.d-inline {
    display: inline-block
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.d-c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.p-r {
    position: relative
}

.bg-fff {
    background-color: #fff
}

.absolute {
    position: absolute;
    top: 50%
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.text-center {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.m-r {
    margin-right: 10px
}

.m-t {
    margin: 10px 0
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.gif {
    width: 100%;
    text-align: center
}

#loading_img {
    width: 42px;
    height: 42px;
    background-color: transparent !important
}

.hidden {
    display: none
}

.w-full {
    width: 100%
}

.h-full {
    height: 100%
}

.font-fff {
    color: #fff
}

.al {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    background-color: #e83e8c;
    min-width: 10px;
    cursor: pointer;
    white-space: nowrap
}

.container-game {
    width: 1370px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(max-width:1399px) {
    .container-game {
        width: 1140px
    }
}

@media(max-width:1199px) {
    .container-game {
        width: 960px
    }
}

@media(max-width:991px) {
    .container-game {
        width: 100%
    }
}

.ads {
    width: 100%
}

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

.ads-left {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    text-align: left;
    height: 600px
}

.ads-right {
    display: none;
    position: absolute;
    top: 155px;
    right: 0;
    text-align: right
}

.ads-content {
    height: 600px
}

.ads-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.ads-title {
    display: block;
    text-align: center;
    background: 0 0;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: .6
}

.horizontal-title {
    text-align: left !important
}

.ads,
.ads-left,
.ads-right {
    z-index: 100
}

@media(min-width:1340px) {
    .ads-left {
        display: block
    }
    .ads-right {
        display: block
    }
    .ads-content {
        width: 160px
    }
}

@media(min-width:1880px) {
    .ads-left {
        display: block
    }
    .ads-right {
        display: block
    }
    .ads-content {
        width: 300px
    }
}

#expand {
    cursor: pointer !important
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0 !important;
    border: 0 !important;
    left: 0 !important;
    right: 0 !important;
    cursor: pointer !important
}

header {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9e1bc8), to(#a71dd3));
    background: -o-linear-gradient(top, #9e1bc8 0, #a71dd3 100%);
    background: linear-gradient(to bottom, #9e1bc8 0, #a71dd3 100%);
    -webkit-box-shadow: 0 0 8px 0 #280035;
    box-shadow: 0 0 8px 0 #280035;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 666
}

.group-menu {
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.menu-item-mobile {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-logo {
    width: 165px;
    height: 41px;
    margin-right: 20px
}

.menu-header-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    max-width: 500px;
    overflow-x: auto
}

.menu-item {
    color: #fff;
    border-right: 1px solid #ce4fa1;
    padding: 0 12px;
    text-transform: capitalize;
    white-space: nowrap
}

.menu-item:hover {
    color: #f29c76
}

.menu-header-box .menu-item:last-child {
    border-right: 0
}

.search-box-menu {
    margin-left: auto
}

.form-input {
    background: #fff;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    border: 0;
    padding: 0 40px 0 10px;
    font-size: 18px;
    color: #252222;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px;
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px
}

.form-button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    cursor: pointer
}

.left-mobile-menu {
    position: fixed;
    width: 220px;
    background: #9a0a6b;
    top: 60px;
    left: -220px;
    -webkit-transition: left .5s ease;
    -o-transition: left .5s ease;
    transition: left .5s ease;
    color: #fff;
    height: auto;
    overflow-y: auto;
    z-index: 10;
    max-height: 400px
}

.inner-mobile-menu {
    padding: 10px
}

.per-mobile-item a {
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase
}

.game_item {
    min-height: 90vh
}

.forEachGame {
    clear: both;
    overflow: hidden
}

.gameBox {
    width: 166px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left
}

.game-on-ads {
    width: 332px;
    height: 332px
}

.throw-ads-300 {
    width: 100%;
    height: 100%
}

.aGameBox {
    width: 150;
    height: 150px
}

.aGameBox img {
    background: #fff url(/web/20230529081959im_/https://papas-freezeria.io/themes/papas-freezeria.com/rs/imgs/loading-image.gif) 50% 50% no-repeat
}

.bGameBox,
.aGameBox {
    -webkit-box-shadow: 2px 2px 7px -3px #1f1f1f;
    box-shadow: 2px 2px 7px -3px #1f1f1f;
    border-radius: 15px;
    overflow: hidden
}

.bGameBox img,
.aGameBox img {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.game-name {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, .7)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 90%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 90%);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-shadow: 0 0 3px #000;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 3;
    padding: 10px 3%;
    color: #fff;
    text-align: center;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
    font-weight: 600
}

.aGameBox:hover .game-name {
    opacity: 1
}

.aGameBox:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.row-title {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2
}

.home-title {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    text-shadow: 1px 1px 3px #787878;
    text-transform: capitalize
}

.horizontal-ads {
    width: 172px;
    padding: 8px
}

.throw-ads-300 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.game-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mini-game {
    width: 107px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    display: none
}

.frame-box-game {
    width: 100%;
    max-width: 836px
}

.iframeBox {
    background: -o-radial-gradient(ellipse closest-side, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .5) 100%);
    background: radial-gradient(ellipse closest-side, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .5) 100%)
}

.game-minishow {
    width: 91px;
    height: 91px;
    -webkit-box-shadow: 0 5px 10px 5px rgb(0 0 0/20%);
    box-shadow: 0 5px 10px 5px rgb(0 0 0/20%);
    margin-top: 18px;
    border-radius: 20px
}

.game-minishow img {
    border-radius: 20px
}

.mini-game .game-minishow:first-child {
    margin-top: 0
}

.game-info-content {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #464646;
    line-height: 2
}

.inner-game-info-content {
    padding: 25px 15px;
    background-color: #fff
}

.sub-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize
}
.content-info h1,
.content-info h2,
.content-info h3,
.content-info h4 {
    /* font-weight: 600; */
    /* font-size: 18px; */
    /* text-transform: capitalize; */
	font-weight: revert;
    font-size: revert;
    margin: revert;
}
.content-info p{
	margin-bottom:10px;
}
.content-info ul, .content-info ol{
	list-style: disc;
	padding-left: 2rem;
	margin-bottom:10px;
}
.content-info li{
	list-style: disc!important;
}
.tagcate {
    display: inline-block;
    padding: 3px 10px;
    background-color: #c12c7c;
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 10px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    font-size: 12px;
    cursor: pointer
}

.tagcate:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.comment-box-app {
    margin: 10px -8px
}

.new-game-update .sub-title {
    color: #fff
}

#expand {
    cursor: pointer !important
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0 !important;
    border: 0 !important;
    left: 0 !important;
    right: 0 !important;
    cursor: pointer !important
}

.expander {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 9px;
    right: 15px
}

.overwrite-breadcumb {
    padding: 5px 0
}

.bread-crumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
    color: #000;
    white-space: nowrap
}

.bread-after:before {
    content: "»";
    margin: 0 5px;
    color: #5b5b5b
}

.overwrite-breadcumb a:last-child {
    cursor: default
}

.header-game {
    border-top: 1px solid #edf3f7;
    background-color: #fff;
    height: auto;
    overflow: hidden;
    color: #000;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 10px;
    text-align: left
}

.box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box-header h1 {
    font-size: 20px;
    white-space: nowrap;
    font-weight: 600;
    text-transform: capitalize
}

.header-game-extend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-game-extend>span {
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 5px
}

.expand-btn {
    margin-right: -5px
}

.header-game-extend>span>svg {
    width: 24px;
    height: 24px;
    fill: #000
}

.header-game-extend>span:hover {
    background-color: rgb(241 241 241/80%)
}

.exit-fullscreen {
    width: 36px;
    height: 36px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 6px;
    background-color: rgba(0, 0, 0, .65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.clipboard-share {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 300px;
    min-height: 45px;
    z-index: 10000
}

.hide-zindex {
    z-index: -20;
    visibility: hidden
}

.close-sharing-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .65);
    display: none
}

.inline-sharing-box h3 {
    margin-bottom: 10px
}

#rating {
    font-family: inherit
}

#rating .text-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    height: 24px;
    line-height: 24px
}

#rating .rating-element {
    display: inline-block;
    color: inherit;
    margin: 0;
    line-height: 24px
}

#default-demo {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#default-demo img {
    width: 18px
}

.rate-info {
    line-height: 24px;
    letter-spacing: -.5px;
    font-size: 14px
}

.s_paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.go_top {
    margin: 0 5px
}

.active_ {
    color: #920a4c;
    border-color: #c34d85;
    background: #e9bed3 -webkit-gradient(linear, left top, left bottom, from(#e9bed3), to(#fdcfe6));
    background: #e9bed3 -o-linear-gradient(#e9bed3, #fdcfe6);
    background: #e9bed3 linear-gradient(#e9bed3, #fdcfe6);
    -webkit-box-shadow: 0 0 3px #333, inset 0 2px 0 #ffd1e8;
    box-shadow: 0 0 3px #333, inset 0 2px 0 #ffd1e8
}

.go_top:hover {
    color: #920a4c;
    border-color: #c34d85;
    background: #e9bed3 -webkit-gradient(linear, left top, left bottom, from(#e9bed3), to(#fdcfe6));
    background: #e9bed3 -o-linear-gradient(#e9bed3, #fdcfe6);
    background: #e9bed3 linear-gradient(#e9bed3, #fdcfe6);
    -webkit-box-shadow: 0 0 3px #333, inset 0 2px 0 #ffd1e8;
    box-shadow: 0 0 3px #333, inset 0 2px 0 #ffd1e8
}

.not_found {
    width: 100%;
    padding: 25px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #464646;
    line-height: 2
}

.search_found li {
    list-style: disc !important;
    list-style-position: inside !important
}

footer {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9e1bc8), to(#a71dd3));
    background: -o-linear-gradient(top, #9e1bc8 0, #a71dd3 100%);
    background: linear-gradient(to bottom, #9e1bc8 0, #a71dd3 100%);
    -webkit-box-shadow: 0 0 8px 0 #280035;
    box-shadow: 0 0 8px 0 #280035;
    margin-top: 40px
}

.inner-row-footer {
    overflow: hidden;
    text-align: center;
    padding: 25px 0
}

.link {
    padding: 4px 6px;
    font-size: 14px;
    display: inline-block;
    color: #fff
}

.link:hover {
    color: #f29c76
}

#back-to-top {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 10px;
    bottom: 30px;
    font-size: 25px;
    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;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #464646;
    border-radius: 50%;
    cursor: pointer
}

.loading_page {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99
}

.layer-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: rgba(35, 39, 65, .65)
}

#back-to-top:hover {
    -webkit-box-shadow: rgba(0, 0, 0, .16) 0 1px 4px, #333 0 0 0 3px;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px, #333 0 0 0 3px
}

.throw-ads-970x90,
.throw-ads-160,
.throw-ads-768x90,
.throw-ads-468x60,
.throw-ads-320x250 {
    display: none
}

.info-game-left {
    max-width: 100%
}

@media(min-width:921px) {
    .throw-ads-768x90 {
        display: block
    }
    .left-mobile-menu {
        left: -220px !important
    }
}

@media(min-width:1200px) {
    .mini-game {
        display: block
    }
    .throw-ads-970x90,
    .throw-ads-160-right {
        display: block
    }
}

@media(min-width:1081px) and (max-width:1161px) {
    .container {
        width: 996px
    }
    .frame-box-game {
        width: 980px
    }
}

@media(min-width:921px) and (max-width:1080px) {
    .container {
        width: 830px
    }
    .frame-box-game {
        width: 814px
    }
}

@media(max-width:920px) {
    .container {
        width: 664px
    }
    .group-menu .menu-header-box,
    .group-menu .search-box-menu {
        display: none
    }
    .group-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    #back-to-top {
        visibility: hidden
    }
    .menu-item-mobile {
        display: block
    }
    .menu-logo {
        margin-right: 0
    }
    .frame-box-game {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 8px
    }
}

@media(min-width:576px) and (max-width:920px) {
    .throw-ads-468x60 {
        display: block
    }
}

@media(max-width:750px) {
    .container {
        width: 100%
    }
    .forEachGame {
        text-align: center
    }
    .gameBox {
        float: none
    }
    .game-on-ads {
        display: none
    }
}

@media(max-width:500px) {
    .box-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}