<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ins.adsbygoogle[data-ad-status='unfilled'] {
  display: none !important;
}
:root {
  --col1: #46bef9;
  --col2: #0092d9;
  --col3: #ffc91b;
  --br: 10px;
}
@font-face {
font-family: Myriad;
src: url('images/myriad.ttf');
}
html, body {
height: 100%;
overflow-x: hidden;
}
div {
  box-sizing: border-box;
}
body {
background-color: var(--col1);
font-family: Myriad;
margin: 0;
padding: 0;
text-align: center;
box-sizing: border-box;
}
body::-webkit-scrollbar {
background: var(--col1);
}
body::-webkit-scrollbar-thumb {
background: var(--col3);
}
p {
margin: 0;
}
img {
border: 0;
}
a {
color: var(--col2);
text-decoration: none;
}
a:hover {
color: var(--col2);
text-decoration: none;
filter: contrast(130%);
}
h1, h2, h3, h4, h5, h6 {
font-family: Myriad;
font-size: 30px;
color: var(--col2);
font-weight: normal;
margin: 5px 0;
}


#top {
  background-color: var(--col2);
  border-radius: 0 0 25px 25px;
  height: 70px;
  width: 100%;
  margin: 0 0 10px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  z-index: 100;
}
#butmen {
  display: none;
  width: 60px; height: 60px;
  background: url('images/menu.png') no-repeat;
  position: absolute;
  top: 5px; left: 5px;
}
#butmein {
  display: none;
  width: 60px; height: 60px;
  background: url('images/menu.png') no-repeat;
  z-index: 300;
  position: relative;
  flex-shrink: 0;
}
.logo {
  display: block;
  width: 210px; height: 41px;
  background: url('images/logo.png') no-repeat;
  margin: 0 0 0 10px;
  flex-shrink: 0;
}
.minilogo {
  display: block;
  width: 120px; height: 23px;
  background: url('images/logo.png') no-repeat;
  background-size: cover;
  margin: 10px auto;
}
.kez {
  width: 64px; height: 64px;
  flex-shrink: 0;
}
.kez img {
  width: 64px; height: 64px;
  border-radius: 20px;
}

#bottom {
  background-color: var(--col2);
  border-radius: 25px 25px 0 0;
  height: 40px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 5px 5px 0 5px;
  position: fixed;
  bottom: 0;
}
#bottom a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.games, .games2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.games a, .games2 a {
  margin: 5px;
}
.games a img {
  border: 3px solid #fff;
  width: 145px; height: 145px;
  border-radius: 20px;
}
.games2 a img {
  border: 3px solid #fff;
  width: 200px; height: 200px;
  border-radius: 20px;
}
.minigames {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.minigames a {
  margin: 2px;
}
.minigames a img {
  border: 2px solid #fff;
  width: 56px; height: 56px;
  border-radius: 15px;
}
.white {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  border-radius: 25px;
  padding: 10px 15px;
  margin: 0 0 5px 0;
}
.ad {
    float: left;
    margin: -5px 15px 5px 0;
    border: 1px solid #f1f1f1;
}
.ad ins {
  width: 336px;
  height: 290px;
}
.ad2 {
    width: 100%;
    max-height: 250px;
    float: left;
    margin: 5px 0 25px 0;
}
.ad p, .ad2 p, .ad3 p {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}
.ad3 {
    border: none;
}
.ad3 ins {
  width: 336px;
  height: 290px;
}
.text {
  text-align: justify;
  font-size: 17px;
  line-height: 140%;
}
.text img {
  width: 130px; height: auto;
  float: right;
  margin: 0 0 5px 10px;
  border-radius: 15px;
}
.block1 {
  width: 100%;
  min-height: 300px;
}
.ph {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
.phl {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin: 15px 0 10px 0;
  text-align: left;
}
.hb {
  text-transform: uppercase;
  font-size: 22px;
  text-align: left;
  margin: 15px 0 10px 0;
}
.bigp {
  font-size: 24px;
  color: #999;
  margin: 10px 0;
}
.bigp font {
  color: #000;
  font-weight: bold;
}
.tags {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.tagsbig {
  width: 95%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.tags a {
  display: block;
  border: 2px solid var(--col1);
  border-radius: 0 20px 20px 20px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 18px;
  margin: 5px;
  color: var(--col1);
  white-space: nowrap;
  font-weight: bold;
}
.tagsbig a {
  display: block;
  border: 2px solid var(--col1);
  border-radius: 20px;
  padding: 10px 40px;
  text-transform: uppercase;
  font-size: 18px;
  margin: 5px;
  color: var(--col1);
  white-space: nowrap;
  font-weight: bold;
  background: #fff;
}
.smaller {
  justify-content: flex-start;
  height: 40px;
  overflow: hidden;
}
.smaller a {
  padding: 6px 16px !important;
  font-size: 14px !important;
}
.tagslong {
  width: 95%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.tagslong a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 280px;
  max-width: 900px;
  background: #fff;
  border-radius: 15px;
  padding: 0 20px;
  margin: 5px;
}
.tagslong a div:nth-child(1) {
  color: var(--col3);
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  flex-shrink: 0;
}
.tagslong a div:nth-child(3) {
  color: #444;
  font-size: 14px;
  height: 35px;
  overflow: hidden;
  text-align: justify;
  margin: 0 10px;
}
.tagslong a div:nth-child(2) {
  color: var(--col1);
  font-size: 30px;
  font-weight: bold;
  flex-shrink: 0;
  text-align: right;
  width: 40px;
}

.block2 {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.screen {
  width: 350px; height: 250px;
  border-radius: 25px;
}
.fle {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}
.fleinfo {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.p10 {
  font-size: 10px;
}
.p16 {
  font-size: 16px;
}
.p18 {
  font-size: 18px;
}
.p20 {
  font-size: 20px;
}
.p22 {
  font-size: 22px;
}
.p24 {
  font-size: 24px;
}
.pblue {
  color: var(--col1) !important;
}
.pdarkblue {
  color: var(--col2) !important;
}
.pblack {
  color: #000 !important;
}
.info {
  max-width: 480px;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.votes, .plays {
  width: 160px;
  height: 50px;
  padding: 0 0 0 60px;
  text-align: center;
  font-weight: bold;
}
.votes {
    background: url('images/votes.png') no-repeat;
}
.plays {
    background: url('images/plays.png') no-repeat;
}
.play {
  display: block;
  background: var(--col3);
  border-radius: 25px;
  width: 300px; height: 50px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.play img {
  margin: 0 10px 0 0;
}
.play:hover {
  color: #fff;
}
.stars {
  width: 207px; height: 38px;
  background: url('images/stars_off.png') no-repeat;
  text-align: left;
  margin: 0 0 20px 0;
}
.stars div {
  height: 38px;
  background: url('images/stars.png') no-repeat;
}

#gameplay {
  background: #000;
  width: 100vw; height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#game {
  width: 100%; height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#game2 {
	display: grid;
	grid-template-rows: 1fr 1fr;
	height: 100vh; /* Ð°Ð±Ð¾ 100% Ð²Ñ–Ð´ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° */
	overflow: hidden;
}
#game3 {
	width: 100%;
	height: 100vh;
	border-collapse: collapse;
	table-layout: fixed;
}

#game3 #tr1 {
	height: 50vh;
}
#game3 #tr2 {
	height: 50vh;
}

#game3 td {
  border: none;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}
#iframe {
  height: 100%;
}


.menu {
  width: 140px; height: 100%;
  background: var(--col2);
  text-align: center;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-shrink: 0;
}
.menu2 {
  width: 80px; height: 100vh !important;
  background: var(--col2);
  text-align: center;
  overflow: hidden;
  flex-shrink: 0;
  padding-top: 5px;
}
.menu::-webkit-scrollbar {
background: var(--col1);
width: 5px;
}
.menu::-webkit-scrollbar-thumb {
background: var(--col3);
}
#hidemenu {
  display: block;
  width: 30px; height: 50px;
  background: url('images/hide.png') 30% 50% var(--col3) no-repeat;
  border-radius: 0 15px 15px 0;
  position: absolute;
  left: 140px; top: 10px;
}
#hidemenu-2 {
  display: block;
  width: 30px; height: 50px;
  background: url('images/hide.png') 30% 50% var(--col3) no-repeat;
  border-radius: 0 15px 15px 0;
  position: absolute;
  left: 80px; top: 10px;
}
#hidemenu2 {
  display: block;
  width: 50px; height: 30px;
  background: url('images/hide2.png') 50% 50% var(--col3) no-repeat;
  border-radius: 15px 15px 0 0;
  position: absolute;
  right: 50px;
  margin-top: -30px;
}
#hidemenu3 {
  display: none;
  width: 50px; height: 30px;
  background: url('images/hide-show.png') 50% 50% var(--col3) no-repeat;
  border-radius: 15px 15px 0 0;
  position: absolute;
  right: 50px; bottom: 0;
  margin-top: -30px;
}
.gamerate {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.gamerate img {
  width: 120px; height: 120px;
  border-radius: 25px;
  border: 3px solid var(--col1);
}
.gamerate2 img {
  width: 60px; height: 60px;
  border-radius: 25px;
  border: 3px solid var(--col1);
}
.star {
  width: 100%; height: 63px;
  background: url('images/star.png') 50% 0 no-repeat;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 4px 0 0 0;
}
.star p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.ph2 {
  color: #fff;
  font-size: 20px;
  margin: 10px 0;
}
.ph3 {
  color: #fff;
  font-size: 15px;
  margin: 10px 0;
  text-transform: uppercase;
}
.button {
  display: block;
  width: 56px; height: 56px;
  border-radius: 24px;
  border: 2px solid #fff;
  background-color: var(--col1);
  margin: 2px;
}
.like {
  background: var(--col1) url('images/but_like.png') 50% 50% no-repeat;
}
.dislike {
  background: var(--col1) url('images/but_dislike.png') 50% 50% no-repeat;
}
.home {
  background: var(--col1) url('images/but_home.png') 50% 50% no-repeat;
}
.reload {
  background: var(--col1) url('images/but_reload.png') 50% 50% no-repeat;
}
.like_on {
  background: var(--col1) url('images/but_like_on.png') 50% 50% no-repeat;
}
.dislike_on {
  background: var(--col1) url('images/but_dislike_on.png') 50% 50% no-repeat;
}
.gamebuttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 3px 0;
}
#tripple {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
.moreleft {
  width: 150px;
  margin: 0 10px 0 0;
}
.moreright {
  width: 150px;
  margin: 0 0 0 10px;
}
#double {
  width: 96%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
.gamesbig {
  max-width: 900px;
}
.gamesbig &gt; div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  margin: 0 0 10px 0;
}
.gamesbig div img {
  border-radius: 15px;
  width: 255px; height: auto;
  margin: 0 10px 0 0;
}
.detra {
  width: 80px;
  flex-shrink: 0;
  font-weight: bold;
}
.desga {
  height: 105px;
  overflow: hidden;
  font-size: 15px;
  color: #444;
  margin: 10px 0;
  text-align: justify;
}
.detce {
  text-align: left;
}
.sidemain {
  flex-shrink: 0;
  max-width: 330px;
  margin: 0 0 0 6px;
  justify-content: flex-start;
}
.hma {
  color: #fff !important;
  text-transform: uppercase;
  text-align: left;
  font-size: 26px;
  width: 100%;
}
.hmac {
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  width: 100%;
}
.minu {
  margin-bottom: 0;
}
.texdiv {
  padding: 10px;
  width: 96%;
  color: #222;
}
#mein {
  width: 60%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
#mein a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
#mein a:hover {
  color: var(--col3);
}

#popup {
	display: none;
	position: fixed;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	z-index: 100;
}
#apprate {
	width: 310px;
	height: 246px;
	background: url('images/apprate.png?t=1')  no-repeat;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: center;
}
#apprate img {
	margin: 0 0 -5px 0;
}
#apprate2 {
	width: 310px;
	background-color: #fff;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
  border-radius: 25px;
  padding: 10px 10px 0 10px;
}
.pr {
	font-size: 24px;
	color: #111;
	line-height: 100%;
	margin: 20px 0 0 0;
}
.no {
	color: #999;
	font-size: 14px;
	margin: 0 0 15px 25px;
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 9;
}
.no:hover {
	text-decoration: underline;
}
.rghost {
	display: block;
	width: 310px; height: 240px;
	position: absolute;
}
.bab {
	display: none;
	text-transform: uppercase;
	font-size: 14px;
	width: 100%;
	padding: 10px;
  color: #fff;
}
#loading {
position: fixed;
width: 100vw; height: 100vh;
top: 0; left: 0;
z-index: 1000;
font-size: 30px;
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
background: var(--col2);
color: #fff;
}
.bigban {
  width: 100%;
  margin: 10px 0;
  color: #fff;
}
.but {
  display: block;
  background: var(--col3);
  border-radius: 25px;
  height: 50px;
  padding: 0 50px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
.butgrey {
  background: #9b9b9b !important;
}
#preplay {
  width: 100%; height: 50vh !important;
  background-color: var(--col1);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  border-top: 5px solid var(--col3);
  overflow-y: scroll;
  overflow-x: hidden;
}
#preplay::-webkit-scrollbar {
background: var(--col1);
width: 5px;
}
#preplay::-webkit-scrollbar-thumb {
background: var(--col3);
}
.pphotp {
  width: 90%;
  text-align: center;
}



@media (max-width:1240px) {
  .moreright {display: none;}
}
@media (max-width:1085px) {
  .moreleft {display: none;}
  .sidemain {display: none;}
}
@media (max-width:890px) {
  #mein {
    display: none;
    position: absolute;
    top: 60px; left: 0;
    line-height: 300%;
    padding: 30px 15px 15px 15px;
    border-radius: 0 0 15px 0;
    background: var(--col2);
    width: 200px;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 100;
  }
  #butmein {display: block;}
  .block2 {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
  }
  .screen {
    margin: 0 0 15px 0;
  }
}
@media (max-width:600px) {
  .ad {
    float: none;
    width: 98%;
    margin: 0 0 20px 0;
    max-height: 280px;
  }
  .block1 {
    flex-flow: column nowrap;
    justify-content: center;
  }
  .text {
    line-height: 130%;
  }
  .screen {
    width: 96%; height: auto;
  }

  #bottom {
    position: static;
    margin: -40px 0 0 0;
  }
  #maince {
    display: none;
  }
  .bab {display: block;}
  .ad {float: none;}
  .ad ins {width: 100%;}
}
</pre></body></html>