ins.adsbygoogle[data-ad-status='unfilled'] {
  display: none !important;
}
:root {
  --colbg: #095087;
  --coltheme: #e41010;
  --col3: #0db2ff;
}
@font-face {
font-family: Font;
src: url('images/moon.ttf');
}
html, body {
  height: 100%;
}
body {
  background: var(--colbg) url('images/bg.jpg');
  font-family: Arial;
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
div {
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  background: var(--colbg);
}
body::-webkit-scrollbar-thumb {
  background: var(--col3);
}
p {
  margin: 0;
}
img {
  border: 0;
}
a {
  color: var(--coltheme);
  text-decoration: none;
}
a:hover {
  color: var(--col3);
  text-decoration: none;
  filter: contrast(130%);
}
h1, h2, h3, h4, h5, h6 {
  font-family: Font;
  font-size: 36px;
  color: var(--col3);
  font-weight: normal;
  margin: 15px 0;
}
h2 {font-size: 24px !important;}
h3 {font-size: 18px !important; color: var(--colbg) !important;}
h4 {font-size: 18px !important;}
h5 {font-size: 16px !important;}
h6 {font-size: 14px !important;}

.h1lh {line-height: 100%; margin: 15px 0 0 0; font-size: 24px;}

.no-scroll {overflow: hidden;}

input, textarea {
  background: #fff;
  border-radius: 13px;
  color: #000;
  font-family: Arial;
  font-size: 16px;
  height: 31px;
  padding: 0 0 0 10px;
  border: none;
}
.p12 {font-size: 12px;}
.p14 {font-size: 14px;}
.p16 {font-size: 16px;}
.p18 {font-size: 18px;}
.p20 {font-size: 20px;}
.p21 {font-size: 21px;}
.p22 {font-size: 22px;}
.p24 {font-size: 24px;}
.p25 {font-size: 25px;}
.p26 {font-size: 26px;}
.p30 {font-size: 30px;}
.p36 {font-size: 36px;}
.p40 {font-size: 40px;}
.p48 {font-size: 48px;}

.pupper {text-transform: uppercase;}

.tal {text-align: left !important;}
.tar {text-align: right !important;}
.tac {text-align: center !important;}

.pred {color: var(--coltheme) !important;}
.pblue {color: var(--colbg);}
.plblue {color: var(--col3);}
.pwhite {color: #fff;}
.pfont {font-family: Font;}
.pnw {white-space: nowrap;}
.mw1000 {max-width: 1000px; width: 100%;}
.mw900 {max-width: 900px; width: 100%;}
.mw800 {max-width: 800px; width: 100%;}
.vs10 {width: 100%; height: 10px;}

#top {
  width: 100%; height: 110px;
  border-bottom: 6px solid #fff;
  background-color: var(--coltheme);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}
#topmenu {
  width: 100%; height: 60px;
  border-bottom: 6px solid #fff;
  background-color: var(--col3);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  font-family: Font;
  text-transform: uppercase;
  color: var(--colbg);
  font-size: 14px;
}
#topmenu a {color: var(--colbg);}
#topmenu a:hover {color: #fff;}
.but {
  display: inline-block;
  width: 80px; height: 80px;
  background-size: cover;
}
.buts {
  display: inline-block;
  width: 50px; height: 50px;
  margin: 0 5px;
  background-size: cover !important;
}
.home {background: url('images/but_home.png') no-repeat;}
.best {background: url('images/but_best.png') no-repeat;}
.cats {background: url('images/but_menu.png') no-repeat;}
.history {background: url('images/but_history.png') no-repeat;}
.blike {background: url('images/but_like.png') no-repeat;}
.bdislike {background: url('images/but_dislike.png') no-repeat;}

.close {background: url('images/buts_close.png') no-repeat;}
.fs {background: url('images/buts_fs.png') no-repeat;}
.reload {background: url('images/buts_reload.png') no-repeat;}
.like {background: url('images/buts_like.png') no-repeat;}
.dislike {background: url('images/buts_dislike.png') no-repeat;}

.cb {
  position: fixed; top: 10px; right: 5px;
  z-index: 10;
}

.logo {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  height: auto; /* Автоматична висота для збереження пропорцій */
  background: url('images/logo.png') no-repeat center;
  background-size: contain;
  aspect-ratio: 500 / 130; /* Співвідношення сторін */
}

#bottom {
  width: 100%; height: 50px;
  border-top: 6px solid #fff;
  background-color: var(--col3);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  margin: 10px 0 0 0;
}
#bottom a {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}
.content {
  min-height: calc(100vh - 330px);
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.content2 {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.text {
  max-width: 1400px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.games {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.games a {
  display: block;
  width: 200px; height: 200px;
  border: 8px solid #fff;
  border-radius: 10px;
  background-size: cover;
  transition: background-image 0.5s ease;
  margin: 7px;
  background-color: #fff;
}
.games a:hover {
  border-color: var(--col3);
}
.games a img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 5px;
 }
 .gamesmall a {
   width: 100px; height: 100px;
   border: 4px solid #fff;
 }
 .im {
   width: 200px; height: 200px;
   border: 5px solid var(--col3);
   border-radius: 15px;
 }
 .imba {
   width: 256px; height: 256px;
   border-radius: 25px;
 }
 .flol {
   float: left;
   margin: 0 10px 3px 0;
 }
 .flor {
   float: right;
   margin: 0 0 3px 10px;
 }
 .ph1 {
   font-family: Font;
   font-size: 18px;
   color: var(--col3);
   margin: 0 0 10px 0;
   text-align: left;
 }
 .ad {
   border: 1px solid #e5e5e5;
   padding: 5px;
   font-size: 14px;
   color: #000;
   text-transform: uppercase;
   text-align: center;
 }
.ad div {
  width: 336px; height: 280px;
}
.ad2 {
  width: 100%;
}
.gameops {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  max-width: 1000px;
  min-height: 340px;
  margin: 10px 0 20px 0;
  font-size: 14px;
  text-align: justify;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
#texto {
  max-height: 305px;
  overflow: hidden;
  position: relative;
  font-size: 15px;
  text-align: justify;
}
.grad {
  display: block;
  width: 100%; height: 35px;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  width: 100%;
  background: url('images/grad.png') repeat-x;
  text-align: center;
  position: absolute; bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-end;
}
.fle {
  width: 100%;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.flenowrap {flex-wrap: nowrap;}
.flecen {justify-content: center !important;}
.flebetween {justify-content: space-between !important;}
.fletop {align-items: flex-start !important;}

.white {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  max-width: 900px;
  width: 100%; height: 100%;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.pabla {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}
.pablue {
  font-family: Font;
  color: var(--col3);
  font-size: 16px;
}
.tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.tags a {
  display: inline-block;
  border-radius: 15px;
  border: 2px solid var(--col3);
  padding: 8px 20px;
  text-transform: uppercase;
  color: var(--col3);
  font-weight: bold;
  font-size: 14px;
  margin: 2px 5px;
}
.tags a:hover {
  border: 2px solid var(--col3);
  color: #fff;
  background-color: var(--col3);
}
.bigtags a {
  border-radius: 20px !important;
  border: 2px solid var(--col3) !important;
  padding: 10px 30px !important;
  font-size: 17px !important;
  margin: 4px 5px !important;
  background-color: var(--col3) !important;
  color: #fff !important;
}
.rating {
  display: inline-block;
  width: 244px; height: 40px;
  background: url('images/stars_grey.png?t=1') no-repeat;
  text-align: left;
  margin: 0 0 0 10px;
}
.rating div {
  display: inline-block;
  height: 40px;
  background: url('images/stars.png') no-repeat;
}
.playbut {
  font-family: Font;
  display: inline-block;
  border-radius: 15px;
  padding: 10px 70px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--col3);
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin: 10px 0;
}
.playbut img {
  margin: 0 10px 0 0;
}
.playbut:hover {
  color: #fff;
}
.fleve {
  width: 100%;
  min-height: 230px; height: 100%;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}
.stat div {
  margin: 0px 10px;
}
.stat div p {
  margin: 5px 0;
}
.logo_small {
  display: inline-block;
  width: 300px; height: 78px;
  background: url('images/logo_small.png') no-repeat;
}
#rate, #ratenew {
  width: 100%; height: 100vh;
  position: fixed; top: 0; left: 0;
  background-color: rgba(0,0,0,0.85);
  display: none;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
#rate a {
  display: block;
  width: 420px; height: 600px;
  background: url('images/rate.jpg') 50% 0 no-repeat #110a0a;
  border: 3px solid var(--coltheme);
  padding: 350px 0 0 0;
  box-sizing: border-box;
  line-height: 200%;
  border-radius: 10px;
}
#ratenew > div {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#ratestars {
  display: inline-block;
  width: 244px; height: 40px;
  background: url('images/stars.png') no-repeat;
}
#ratestars a {
  display: inline-block;
  width: 43px; height: 100%;
}
.space50 {width: 50px;}
.space40 {width: 30px;}
#preloader, #preloader2 {
  width: 100%; height: 100%;
  background-image: url('images/bg.jpg');
  background-color: var(--colbg);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0; left: 0;
  z-index: 10;
}
.loader {
  width: 300px;
  height: 30px;
  background-color: var(--colbg);
  border-radius: 15px;
  border: 3px solid #fff;
  overflow: hidden;
  position: relative;
}
.progress {
  width: 0;
  height: 100%;
  background-color: var(--col3);
  animation: fillProgress 1s linear forwards;
  border-radius: 10px;
}
#preloader2 .loader .progress {
  animation: fillProgress 2s linear forwards;
}


.blonew {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: 100%;
}
.blonl {
  width: 60%;
  padding: 0 20px 0 0;
  text-align: left;
}
.blonr {
  width: 40%;
  text-align: left;
}
.blog, .news {
  width: 100%;
  display: block;
  border-radius: 15px;
  background-color: #fff;
  padding: 10px;
}
.buton {
  width: 100%;
  border-radius: 10px;
  background-color: var(--col3);
  padding: 5px;
  color: var(--colbg);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  box-sizing: border-box;
}
.buton:hover {
  background-color: var(--colbg);
  color: #fff;
}
.ablo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 10px 0;
}
.ablo img {
  width: 100px; height: 100px;
  border: 2px solid var(--colbg);
  border-radius: 10px;
  margin: 0 10px 0 0;
}
.imblo {
  width: 200px !important; height: 200px !important;
  border: 3px solid var(--col3) !important;
  border-radius: 15px !important;
  margin: 0 10px 0 0 !important;
}
.rmore {
  font-size: 13px;
  color: var(--colbg);
  text-transform: uppercase;
  float: right;
  position: relative; top: -15px;
}
.rmore2 {
  font-size: 13px;
  color: var(--colbg);
  text-transform: uppercase;
  position: absolute; bottom: -15px; right: 0;
}
.ablot {
  color: #333;
  font-size: 14px;
  text-align: justify;
}
.ablodi {
  height: 88px;
  overflow: hidden;
}
.ablodibig {
  height: 200px;
  overflow: hidden;
  text-align: left;
}
.pbhl {
  max-height: 36px;
  overflow: hidden;
  padding: 0 10px 0 0;
  font-size: 17px;
  line-height: 100%;
  text-align: left;
  width: 100%;
  margin: 0 0 5px 0;
}
.anew {
  width: 100%;
  margin: 0 0 11px 0;
  height: 77px;
  overflow: hidden;
  text-align: left;
  position: relative;
}
.anewfull {
  width: 100%;
  margin: 0 0 11px 0;
  text-align: left;
  position: relative;
}
.anewt {
  font-size: 13px;
  color: #666;
  text-align: justify;
}
.atext {
  text-align: justify;
  text-align-last: center;
}
.anhl {
  display: block;
  height: 16px;
  overflow: hidden;
}
#game {
  width: 100%; height: 530px;
  border-radius: 0 0 15px 15px;
  background-color: #000;
}
#game iframe {
  box-sizing: border-box;
  height: 100%;
  border-radius: 0 0 15px 15px;
}
.gtop {
  border-radius: 0;
  background-color: var(--col3);
  height: 60px; width: 100%;
  padding: 5px 0;
}
.gtop > div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.off {
  pointer-events: none;
  opacity: 0.6;
}
#jsrat {
  font-family: Font;
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.error404 {
  font-family: Font;
  color: #fff;
  line-height: 200%;
  font-size: 21px;
}
.flegame {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.sidel {
  width: 140px;
  text-align: left;
}
.sider {
  width: 140px;
  text-align: right;
}
.advert300, .advert160 {
  height: 600px;
}
.advert300 > p, .advert160 > p {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  position: absolute;
  margin-top: -15px;
  text-align: center;
}
.advert300 > p {width: 300px;}
.advert160 > p {width: 160px;}
.advert300 {
  width: 300px;
  margin: 0 10px 0 0;
}
.advert160 {
  width: 160px;
  margin: 0 0 0 10px;
}
.summon {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100dvh;
  z-index: 9;
  background-color: #000;
}
.tomain {
  display: none;
}
.cen {
  text-align: center;
  display: inline-block;
}


@keyframes spin {
    100% {-webkit-transform: rotate(360deg); transform:rotate(360deg);}
}
@keyframes fillProgress {
  from {width: 0;}
  to {width: 100%;}
}

@media (max-width:1660px) {
  .advert160 {display: none;}
}
@media (max-width:1500px) {
  .sidel {display: none;}
}
@media (max-width:1360px) {
  .advert300 {display: none;}
  .sidel {display: flex;}
}
@media (max-width:1150px) {
  .sidel {display: none;}
  .sider {display: none;}
}
@media (max-width:900px) {
  .gameops {flex-flow: column nowrap;}
  .ad {width: 100%; margin: 10px 0 0 0;}
  .ad div {width: 100%;}
  .gameops div {width: 100%;}
}
@media (max-width:700px) {
  .white {flex-flow: row wrap;}
  .blonew {flex-flow: column nowrap;}
  .blonl, .blonr {width: 100%; padding: 0;}
  .logtop {display: none;}
}
@media (max-width:600px) {
  #topmenu {display: none;}
  .but {
    background-size: cover;
    width: 60px; height: 60px;
  }
  .games a {
    width: 142px; height: 142px;
    border-width: 6px;
  }
  .bigtags a {
    padding: 7px 20px !important;
    font-size: 15px !important;
    margin: 3px 4px !important;
  }
}
@media (max-width:420px) {
  h1 {font-size: 28px;}
  .im {width: 80%; height: auto;}
  .flol {float: none; margin: 5px 0;}
  .flor {float: none; margin: 15px 0 5px 0;}
  #top {height: 90px;}
  #texto {max-height: 500px; text-align-last: center; padding: 0 20px;}
  .fleve > div {margin: 0 0 10px 0;}
  .buts {width: 40px; height: 40px; background-size: cover;}
  .gameops {padding: 20px 0;}
  body {overflow-x: hidden;}
  .ad {padding: 0;}
}
