@font-face {
    font-family: israelhayomIcons;
    src: url(https://s3.amazonaws.com/static.pikoya.com/platforms/sections/95f86d4c-4af4-3cac-ac75-831ca242df97/assets/israelhayomIcons.b146b1c661f3e653979e37ffb816cb09.woff) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: israelhayomIcons;
    src: url(https://s3.amazonaws.com/static.pikoya.com/platforms/sections/95f86d4c-4af4-3cac-ac75-831ca242df97/assets/israelhayomIcons.b146b1c661f3e653979e37ffb816cb09.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: israelhayomIcons;
    src: url(https://s3.amazonaws.com/static.pikoya.com/platforms/sections/95f86d4c-4af4-3cac-ac75-831ca242df97/assets/israelhayomIcons.b146b1c661f3e653979e37ffb816cb09.woff) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: israelhayomIcons;
    src: url(https://s3.amazonaws.com/static.pikoya.com/platforms/sections/95f86d4c-4af4-3cac-ac75-831ca242df97/assets/israelhayomIcons.b146b1c661f3e653979e37ffb816cb09.woff), url(https://s3.amazonaws.com/static.pikoya.com/platforms/sections/95f86d4c-4af4-3cac-ac75-831ca242df97/assets/israelhayomIcons.b146b1c661f3e653979e37ffb816cb09.woff) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SimplerPro;
    src: url(https://s3.amazonaws.com/static.pikoya.com/platforms/sections/95f86d4c-4af4-3cac-ac75-831ca242df97/assets/SimplerPro-Bold.7f27b84d8337d2f01f55f96d7fbbd067.woff) format("opentype");
    font-weight: 800;
    font-style: normal
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    --bg-color-1:#41bceb;
    --bg-color-2:#40dac1;
    --bg-color-3:#ff938d;
    --bg-color-4:#d081a0;
    --bg-color-5:#91a7d4;
    --bg-color-6:#a9e1d0;
    --bg-color-7:#9f93d1;
    --bg-color-8:#ffa1a7;
    --bg-color-9:#418cba;
    --bg-color-10:#ffcf8c;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    direction: rtl;
    text-align: right
}

html,
body {
    margin: 0 auto;
    width: 100%;
    font-size: 1rem;
    line-height: 1.15;
    font-family: Simpler Pro H, sans-serif;
    color: #1f1f1f;
    letter-spacing: -.02em;
}

body {
    font-size: 1rem;
    line-height: 1.15;
    font-family: Simpler Pro H, sans-serif;
    color: #1f1f1f;
    letter-spacing: -.02em
}


.sep {display: none;}

a,
a:visited {
    color: inherit;
    text-decoration: none
}



button {
    color: inherit;
    cursor: pointer
}

img {
    max-width: 100%
}

a img {
    display: block
}

ol,
ul {
    list-style: none;
}

/******* HEADER *******/

header {
    margin: 0 auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    background: #fff;
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
}

header.scrolled {
    top: 0px;
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.scrolled+section {
    margin-top: 95px;
    transition: all .25s cubic-bezier(.39,.58,.57,1);
}

header.scrolled .header-top {
    max-height: 0;
    opacity: 0;
}

header .wrap {}

.header-top,
.header-bottom {
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0 15px 0 0;
    transition: all .25s cubic-bezier(.39,.58,.57,1);
}

.header-top {
    border-bottom: 1px solid #ebebeb;
    max-height: 60px;
    opacity: 1;
    transition: all .25s cubic-bezier(.39,.58,.57,1);
}

.header-bottom .logo {
    display: none;
}
header.scrolled .header-bottom .logo {
    display: block;
    margin-left: 24px;
}
.header-main,
.header-aside {
    display: flex;
    align-items: center;
}

.header-btn_menu {
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: 20px;
    padding: 7px 12px;
    margin-right: -12px;
}

.header__desktop .header-btn {
    display: -moz-box;
    display: flex;
    cursor: pointer;
}

.icon-ilh-Menu:before {
    content: "";
}

.header-btn_search {
    font-size: 1.1rem;
    padding: 7px 12px;
}

.icon-ilh-Search:before {
    content: "";
}

.main-menu {
    width: 100%;
}

.main-menu .nav-list {
    margin-right: 14px;
}

.main-menu .nav-list {
    margin-right: 14px;
}
.nav.nav-horizontal .nav-list.mobile {
    display: none;
}


.nav.nav-horizontal .nav-list {
    display: -moz-box;
    display: flex;
}

.main-menu .nav-item {
    margin: 0 1%;
    padding: 10px 15px;
    font-weight: 700;
    cursor: pointer;
    line-height: 2;
}

.main-menu .nav-item:hover {
    color: #006a9f;
/*
    padding: 14px 15px 10px;
    line-height: 25px;
*/
    -webkit-box-shadow: 0 -3px 0 #006a9f;
    box-shadow: 0 -3px 0 #006a9f;
}

.header__desktop .header-btn_search:hover {
    color: #006a9f;
    background-color: #f8f8f8;
    border-radius: 50px;
}

.header-main {
    max-width: 1280px;
    -moz-box-flex: 1;
    flex: 1 1;
    margin: 0 auto;
    padding: 0 15px;
}

.header-aside {
    flex-basis: 390px;
}

[class*=" icon-ilh-"],
[class^=icon-ilh-] {
    font-family: israelhayomIcons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
}

.header-btn {
    display: -moz-box;
    display: flex;
    cursor: pointer;
}

.header-btn_menu {
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: 20px;
    padding: 7px 12px;
    margin-right: -12px;
    height: 40px;
    width: 44px;
}

.header-btn_menu:hover {
    color: #006a9f;
    background-color: #f8f8f8;
    border-radius: 50px;
}

.header-top .header-btn_menu {
    display: none;
}

.header-btn_search {
    font-size: 1.1rem;
    padding: 7px 12px;
}

.header-btn_search:hover {
    color: #006a9f;
    background-color: #f8f8f8;
    border-radius: 50px;
}

.date {
    font-size: 16px;
    font-family: SimplerPro, sans-serif;
    font-weight: 400;
}

/****** SIDE MENU ******/

.mainMenuDrawer {
/*    --header-height: 38px;*/
}

.MuiBackdrop-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: -1;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
}

.mainMenuDrawer .mainMenuPaper {
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    width: 100%;
}

.MuiDrawer-paperAnchorRight {
    left: auto;
    right: 0;
}

.MuiDrawer-paper {
    top: 0;
    flex: 1 0 auto;
    height: 100%;
    display: flex;
    outline: 0;
    z-index: 1200;
    position: fixed;
    overflow-y: auto;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
}

.MuiPaper-elevation16 {
    box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.MuiPaper-root {
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
}

.mainMenuDrawer .contentWrapper {
    display: -moz-box;
    display: flex;
    height: -moz-calc(100% - var(--header-height));
    height: calc(100% - var(--header-height));
}

.mainMenuDrawer .contentWrapper .mainMenu {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative;
    display: -moz-box;
    display: flex;
    background: #fff;
    width: 100%;
}

.mainMenuDrawer .logo {
    height: 4.1875em;
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

.mainMenuDrawer .contentWrapper .mainMenuList {
    overflow: auto;
    direction: ltr;
    padding-bottom: 15px;
}

.mainMenuDrawer .contentWrapper .mainMenuList * {
    direction: rtl;
}

.mainMenuDrawer .contentWrapper .group {
    background-color: #f8f8f8;
    font-size: 1.375rem;
    font-weight: 700;
    padding: .35em 25.6px;
}

.mainMenuDrawer .contentWrapper .mainMenuList * {
    direction: rtl;
}

.mainMenuDrawer .contentWrapper .child {
    font-size: 1.125rem;
    font-weight: 700;
    padding: .42em 25.6px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
}

.mainMenuDrawer .contentWrapper .child.active, .mainMenuDrawer .contentWrapper .child:hover {
    background-color: #faeaeb;
}

.mainMenuDrawer .contentWrapper .child .MuiSvgIcon-root {
    font-size: 1em;
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.mainMenuDrawer .contentWrapper .subMenu {
    background: #fff;
    width: 100%;
}

.mainMenuDrawer .contentWrapper .subMenu .group, .mainMenuDrawer .contentWrapper .subMenu .group .arrowBack {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.mainMenuDrawer .contentWrapper .subMenu .child {
    font-weight: 400;
}

.mainMenuDrawer .contentWrapper .close-wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    background-color: transparent;
}

.mainMenuDrawer .contentWrapper .close-wrapper .close-btn {
    padding: 0;
    margin: .4em .2em 0 0;
    cursor: pointer;
    font-size: 3.125em;
}

.MuiDrawer-root {
    right: -100vw;
    transition: all 1s ease-out;
    position: absolute;
}
.MuiDrawer-root.open {
    position: fixed;
    z-index: 1300;
    inset: 0px;
    right: 0;
    position: fixed;
}

.MuiDrawer-root .mainMenuPaper {
    right: -290px;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.MuiDrawer-root.open .mainMenuPaper {
    right: 0px;
}

.MuiBackdrop-root {
    display: none;
}
.MuiDrawer-root.open .MuiBackdrop-root {
    display: block;
}

/******** FOOTER ********/

footer {
    display: block;
    background-color: rgba(194, 189, 189, .15);
    -webkit-margin-before: .75rem;
    margin-block-start: .75rem;
    max-inline-size: -moz-calc(100vw);
    max-inline-size: calc(100vw);
    margin-top: 24px;
}

footer .wrap {
    display: none;
/*
    display: -moz-box;
    display: flex;
    -moz-box-align: end;
    align-items: flex-end;
    -moz-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-padding-before: 1.8125rem;
    padding-block-start: 1.8125rem;
    -webkit-padding-after: 1.625rem;
    padding-block-end: 1.625rem;
    -webkit-padding-start: calc(100vw*(128 / 1920));
    -moz-padding-start: -moz-calc(100vw*(128 / 1920));
    padding-inline-start: calc(100vw*(128 / 1920));
    -webkit-padding-end: calc(100vw*(36 / 1920));
    -moz-padding-end: -moz-calc(100vw*(36 / 1920));
    padding-inline-end: calc(100vw*(36 / 1920));
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-padding-start: calc(100vw*(33 / 1920));
    -moz-padding-start: -moz-calc(100vw*(33 / 1920));
    padding-inline-start: calc(100vw*(33 / 1920));
    -webkit-padding-end: calc(100vw*(33 / 1920));
    -moz-padding-end: -moz-calc(100vw*(33 / 1920));
    padding-inline-end: calc(100vw*(33 / 1920));
*/
}

.footer__column-title {
    -webkit-margin-after: .8125rem;
    margin-block-end: .8125rem;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: right;
    color: #006a9f;
}

.footer__first-column-items {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-column-gap: -moz-calc(100vw*(10 / 1920));
    grid-column-gap: calc(100vw*(10 / 1920));
    -webkit-column-gap: calc(100vw*(10 / 1920));
    -moz-column-gap: -moz-calc(100vw*(10 / 1920));
    column-gap: calc(100vw*(10 / 1920));
    grid-row-gap: .9375rem;
    row-gap: .9375rem;
}

.footer__item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.19;
    letter-spacing: -.32px;
    text-align: right;
    color: inherit;
}

.footer__second-column-items {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-column-gap: -moz-calc(100vw*(10 / 1920));
    grid-column-gap: calc(100vw*(10 / 1920));
    -webkit-column-gap: calc(100vw*(10 / 1920));
    -moz-column-gap: -moz-calc(100vw*(10 / 1920));
    column-gap: calc(100vw*(10 / 1920));
    grid-row-gap: .9375rem;
    row-gap: .9375rem;
}

.footer__third-column-items {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: -moz-calc(100vw*(28 / 1920));
    grid-column-gap: calc(100vw*(28 / 1920));
    -webkit-column-gap: calc(100vw*(28 / 1920));
    -moz-column-gap: -moz-calc(100vw*(28 / 1920));
    column-gap: calc(100vw*(28 / 1920));
    grid-row-gap: .9375rem;
    row-gap: .9375rem;
}

.footer__fourth-column-items {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: row;
    grid-row-gap: .625rem;
    gap: .625rem;
}

.footer__item-icon {
    font-size: 16px;
    color: #fff !important;
    width: 28.3px;
    height: 28.3px;
    border-radius: 50%;
    background: #006a9f;
    cursor: pointer;
}

.footer__copyright, .footer__item-icon {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.footer__copyright {
    height: 50px;
    background-color: hsla(0, 0%, 80%, .3);
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.footer__copyright button {
    background-color: #006a9f;
    width: 24px;
    height: 24px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.footer__copyright p {
    margin-block: 0;
    font-size: 14px;
    color: #2c2c2c;
}

footer .r-link {
    font-size: 14px;
    margin: 0 24px;
    color: #0000006e;
}

/******** CONTENT **********/

.content {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.content .main {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.content .aside {
    flex-basis: 390px;
    display: none;
}

div.lobby-sub-menu {
    width: 100%;
    height: 47px;
    display: -moz-box;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    border-top: 3px solid #ebebeb;
    margin-top: 44px;
    margin-bottom: 8px;
}

div.lobby-sub-menu .lobby-title {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    font-size: 34px;
    font-weight: 700;
    padding: 0 8px;
    color: #006a9f;
    border-top: 3px solid #006a9f;
    margin-top: -3px;
    text-align: center;
}

div.lobby-sub-menu .lobby-title a {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

/******** GAME ITEM ********/
.games-top {
  display: grid; 
  grid-template-columns: repeat(3, minmax(0, 1fr)); 
  grid-template-rows: 1fr 1fr; 
  gap: 0px 0px; 
  grid-template-areas: 
    "game-small-1 game-small-2 game-big"
    "game-small-3 game-small-4 game-big";
    grid-row-gap: 24px;
    grid-column-gap: 12px;
}
.game-item {
    display: flex;
    flex-direction: column;
}

.games-top .game-item:nth-child(1) {
    grid-area: game-small-1;
}
.games-top .game-item:nth-child(2) {
    grid-area: game-small-2;
}
.games-top .game-item:nth-child(3) {
    grid-area: game-small-3;
}
.games-top .game-item:nth-child(4) {
    grid-area: game-small-4;
}
.games-top .game-item:nth-child(5) {
    grid-area: game-big;
}

.game-item .image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.game-item img {
    margin: 50px;
    margin-bottom: 14px;
    width: 140px;
    height: 140px;
}

.games-top .game-item:nth-child(5) img {
    width: 300px;
    height: 300px;
}

.games-top .game-item:nth-child(5) .icon, .games-top .game-item .icon.mobile {
    display: none;
}

.games-top .game-item:nth-child(5) .icon.mobile {
    display: block;
}

.game-item .game-name, .game-item h3.game-name {
    font-size: 26px;
    font-weight: bold;
    white-space: nowrap;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    margin-bottom: 12px;
    margin-top: 0;
    
}
.game-item .game-short {
    font-size: 15px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #ffffff;
    width: 100%;
    padding: 12px 4px;
    height: 48px;
}
.games-top .game-item:last-child {
    grid-area: game-big;
    grid-column: auto / span 1;
    grid-row: auto / span 2;
}
.games-top .game-item:last-child .image {
    height: 100%;
}

.games-top .game-item:last-child .game-info {
    height: auto;
}

.games-hive {
    display: grid; 
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 1fr; 
    gap: 8px; 
    grid-template-areas: 
    ". . . .";
    
}

.games-hive:last-child {
    margin-bottom: 24px;
}

.game-info {
    background-color: transparent;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
}

.game-mobile {
    display: none;
}

/******* GAMES BACKGROUND COLORS *******/

.games-top .game-item:nth-child(1) {
    background-color: var(--bg-color-1);
}
.games-top .game-item:nth-child(2) {
    background-color: var(--bg-color-2);
}
.games-top .game-item:nth-child(3) {
    background-color: var(--bg-color-3);
}
.games-top .game-item:nth-child(4) {
    background-color: var(--bg-color-4);
}
.games-top .game-item:nth-child(5) {
    background-color: var(--bg-color-5);
}

#game-hive1 .game-item:nth-child(1), .games-hive .game-item:nth-child(1) {
    background-color: var(--bg-color-6);
}
#game-hive1 .game-item:nth-child(2), .games-hive .game-item:nth-child(2) {
    background-color: var(--bg-color-7);
}
#game-hive1 .game-item:nth-child(3), .games-hive .game-item:nth-child(3) {
    background-color: var(--bg-color-8);
}
#game-hive1 .game-item:nth-child(4), .games-hive .game-item:nth-child(4) {
    background-color: var(--bg-color-9);
}
#game-hive1 .game-item:nth-child(5), .games-hive .game-item:nth-child(5) {
    background-color: var(--bg-color-3);
}
#game-hive1 .game-item:nth-child(6), .games-hive .game-item:nth-child(6) {
    background-color: var(--bg-color-2);
}
#game-hive1 .game-item:nth-child(7), .games-hive .game-item:nth-child(7) {
    background-color: var(--bg-color-10);
}
#game-hive1 .game-item:nth-child(8), .games-hive .game-item:nth-child(8) {
    background-color: var(--bg-color-1);
}
#game-hive1 .game-item:nth-child(9), .games-hive .game-item:nth-child(9) {
    background-color: var(--bg-color-5);
}
#game-hive1 .game-item:nth-child(10), .games-hive .game-item:nth-child(10) {
    background-color: var(--bg-color-4);
}
#game-hive1 .game-item:nth-child(11), .games-hive .game-item:nth-child(11) {
    background-color: var(--bg-color-8);
}
#game-hive1 .game-item:nth-child(12), .games-hive .game-item:nth-child(12) {
    background-color: var(--bg-color-7);
}

#game-hive2 .game-item:nth-child(1) {
    background-color: var(--bg-color-10);
}
#game-hive2 .game-item:nth-child(2) {
    background-color: var(--bg-color-1);
}
#game-hive2 .game-item:nth-child(3) {
    background-color: var(--bg-color-2);
}
#game-hive2 .game-item:nth-child(4) {
    background-color: var(--bg-color-3);
}
/******* GAME PAGE ********/

.game-page .content .aside {
    display: none;
}

.game-page .game-info {
    align-items: flex-start;
}

.game-page .games-hive .game-info {
    align-items: center;
}

.game-page .games-hive {
    margin: 0 0 24px 0;
}

.game-page .game-frame {
    margin-bottom: 24px;
}

.game-page .game-name {
    font-size: 24px;
    font-weight: bold;
    margin: 12px 0;
}

.game-page .game-short:not(.game-page .game-info .game-short) {
    padding: 6px 8px 12px;
    margin-bottom: 24px;
}

/********* ADS *********/

.bnr_750, .bnr_250, .bnr_970 {
    margin-top: 24px;
}

.bnr_750 center {
    margin: 0 auto;
    width: 750px;
}

.bnr_250 center {
    margin: 0 auto;
    width: 300px;
}

.bnr_970 center {
    margin: 0 auto;
    width: 970px;
}

center {
    position: relative;
}

center:before {
    position: absolute;
    content: "Advertisement";
    font-size: 11px;
    color:#000000;
    top: -14px;
    right: 0;
}

.bnr_250.mobile {
    display: none;
}

.btn-back {
    border: 1px solid #e9311b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    font-size: 13px;
    color: #ffffff!important;
    font-weight: bold;
    background-color: #e9311b;
    margin: 12px 0;
}

.line.flex-left {
    display: flex;
    justify-content: flex-end;
}

.side-fix {
    position: fixed;
    left: 0;
    top: 134px;
}

/********** RESPONSIVE ***********/

@media (orientation: landscape) {
    .game-container iframe {
        aspect-ratio: 16 / 9 !important;
    }
}
@media (orientation: portrait) {
    .game-container iframe {
        aspect-ratio: 9 / 16 !important;
        height: 100%;
        background: #fff;
    }
    .game-container iframe body {
        background-color: #ffffff!important;
    }
    .page-play .game-frame {
        margin: 0 36px;
    }
}
@media (max-width: 1480px) and (min-width: 600px) {
    .main-menu .nav-item {
        padding: 10px 8px;
        white-space: nowrap;
        margin: 0 1px;
    }
}
@media (max-width: 1024px) and (min-width: 600px) {
    .main-menu .nav-item {
        font-size: 14px;
    }
}
@media (max-width: 650px) and (min-width: 600px) {
    .header-btn_menu {
        margin-left: 0;
    }
}
@media screen and (max-width: 1900px) {
    .content .aside {
        display: block;
    }
}
@media screen and (max-width: 1050px) {
    .bnr_970 {
        display: none;
    }
}
@media screen and (min-width: 600px) {
    .mainMenuDrawer {
        --header-height: 0px;
        z-index: 9999 !important;
    }
    .mainMenuDrawer .mainMenuPaper {
        width: auto;
    }
    .mainMenuDrawer .contentWrapper .mainMenu {
        width: 14.8125em;
    }
    .mainMenuDrawer .contentWrapper .subMenu {
        width: 12.1875em;
        border-right: 2px solid #1f1f1f;
    }
    
}

@media screen and (max-width: 1700px) {
    .content .aside, .side-fix {
        display: none;
    }
    
}

@media screen and (max-width: 1200px) {
    .game-page .game-name {
        padding: 0 8px;
    }
    
    .game-page .game-frame .game-short {
        padding: 0 8px;
    }
    
    .titleText {
        white-space: nowrap;
        max-width: 90vw;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        
    }
    
}

@media screen and (min-width: 800px) and (max-height: 788px) {
    
    .game-page .game-container {
        width: 100%;
        max-width: 1120px;
    }
    
    .game-page .game-frame {
        display: flex;
        justify-content: center;
    }
    
}

@media screen and (max-width: 800px) {
    .bnr_750 {
        display: none;
    }
    .bnr_250.mobile {
        display: block;
    }
    .content .bnr_250.mobile {
        display: block;
        margin-bottom: -24px;
    }
    .games-hive {
        display: grid; 
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 1fr; 
        gap: 8px; 
        grid-template-areas: 
        ". ."; 
    }
    header.scrolled .header-bottom .logo {
        display: none;
    }
    .header-aside {
        display: none;
    }
    
    .footer__column ul {
        width: 97vw;
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #ccc;
    }
    
    .game-page .game-frame iframe {
        display: none;
    }
    
    .game-mobile {
        display: block;
    }
    
    .game-mobile a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #41bceb;
        padding: 24px;
    }
    
    .game-mobile img {
        max-width: 180px;
        margin: 48px 0;
    }
    
    .game-mobile button {
        font-size: 26px;
        background-color: #fff;
        color: #000;
        padding: 12px 36px;
    }
    
    .game-item img, .games-top .game-item:nth-child(5) img {
        width: 160px;
        height: 160px;
    }
    
}

@media screen and (max-width: 600px) {
    .MuiDrawer-root .mainMenuPaper {
        right: -100%;
    }
    .nav.nav-horizontal .nav-list {
        display: none;
    }
    .nav.nav-horizontal .nav-list.mobile {
        display: flex;
        overflow-x: auto;
        max-width: 100vw;
        position: relative;
        right: -45px;
    }
    .main-menu .nav-list .nav-item {
        white-space: nowrap;
        padding-top: 0;
        padding-bottom: 0;
        font-weight: inherit;
    }
    
    header.scrolled {
        top: 0px;
        position: fixed;
        z-index: 999;
        width: 100vw;
        background-color: hsla(0,0%,100%,.9);
    }

    header.scrolled .header-top {
        max-height:inherit;
        opacity: 1;
    }
    
    .sep {display: block;}
    
    .header-main {
        height: auto;
        justify-content: center;
    }
    .header-main .logo img {
        display: block;
        margin: 8px auto;
        width: 96px;
    }
    .header-top {
        height: auto;
    }
    .header-btn_menu {
        position: absolute;
        right: 12px;
        top: 2px;
    }
    
    .header-top .header-main {
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .header-top .header-btn_menu {
        display: block;
        position: relative;
        right: -17px;
    }
    
    .header-bottom .header-btn_menu {
        display: none;
    }
    
    .mainMenuDrawer .contentWrapper .mainMenuList {
        display: flex;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }
    .mainMenuDrawer .contentWrapper .group {
        flex: 1 0 100%;
    }
    .mainMenuDrawer .contentWrapper .child {
        flex: 1 0 50%;
    }
    .mainMenuDrawer .contentWrapper .close-wrapper {
        position: absolute;
        z-index: 99999;
        color: #000000;
    }
    .mainMenuDrawer .contentWrapper .close-wrapper .close-btn {
        margin: 0.1em .2em 0 0;
    }
    
    .games-top {
        display: block;
    }
    .games-top .game-item {
        margin-bottom: 16px;
    }
    div.lobby-sub-menu {
        margin-bottom: 16px;
    }
    
    .game-info:not(.game-page .game-info) {
        background-color: transparent;
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
    }
    .game-name:not(.game-page .game-name) {
        color: #ffffff;
        font-size: 24px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .games-top .game-name:not(.game-page .game-name) {
        font-size: 36px;
    }
    .game-item .game-short {
        display: none;
    }
    
    .game-item img, .games-top .game-item:nth-child(5) {
        margin-bottom: 12px;
        margin-top: 24px;
    }
    
    .page-play .game-container {
        height: calc(100vh - 220px);
        margin: 0 8px;
        margin-top: 12px;
    }
    
    .page-play .header-bottom {
        display: none;
    }
        
    .games-top .game-item:nth-child(5) .icon {
        display: block;
    }

    .games-top .game-item:nth-child(5) .icon.mobile {
        display: none;
    }
    
    .footer__copyright {
        flex-direction: column;
        padding: 12px 0;
        height: auto;
    }
    
    .footer__copyright p {
        margin: 12px 0;
    }
 
}

@media screen and (max-width: 370px) {
    
    .game-item .game-name, .game-name:not(.game-page .game-name) {
        max-width: 95%;
        font-size: 25px;
    }
    
}