@font-face {
  font-family: 'Gotham Rounded Italic';
  src: url(../fonts/GothamRounded-BoldItalic.eot);
  src: url(../fonts/GothamRounded-BoldItalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/GothamRounded-BoldItalic.woff2) format('woff2'),
    url(../fonts/GothamRounded-BoldItalic.woff) format('woff'),
    url(../fonts/GothamRounded-BoldItalic.ttf) format('truetype'),
    url(../fonts/GothamRounded-BoldItalic.svg) format('svg');

}


@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url(../fonts/gothamrounded-bold.woff2) format('woff2'),
    url(../fonts/gothamrounded-bold.woff) format('woff'),
    url(../fonts/gothamrounded-bold.ttf) format('truetype');

}

@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url(../fonts/gothamrounded-medium.woff2) format('woff2'),
    url(../fonts/gothamrounded-medium.woff) format('woff'),
    url(../fonts/gothamrounded-medium.ttf) format('truetype');

  font-display: swap;
}


@font-face {
  font-family: 'Gotham Rounded Book';
  src: url(../fonts/gothamrounded-book.woff2) format('woff2'),
    url(../fonts/gothamrounded-book.woff) format('woff'),
    url(../fonts/gothamrounded-book.ttf) format('truetype');

  font-display: swap;
}




* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  min-height: 100%;
  position: relative;
  background: #F4F4F4;
}
.bcgg {
  background-image: url("../images/bcg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wrapper-content {
  position: relative;
  background: #fff;
  /*background-image: url(../images/zetony.png);
  background-repeat: repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: top;*/
}
.zetony {
  position: absolute;
  margin: 0 auto;
  width: 100%;

  top: 20%;
}
.table-bcg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.zetony img {
  width: 100%;
  max-width: 2000px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.head-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  opacity: .7;
}
.coins1 {
  position: absolute;
  z-index: 3;
  top: 15%;
  left: 0vw;
}
.coins2 {
  position: absolute;
  z-index: 3;
  top: 15%;
  right: 0vw;
}
.rounded-bg {
  position: absolute;
  top: -210px;
  background-image: url("../images/bcg-rounded.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  margin: 0 auto;
  height: 225px;
  background-position: top;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.hover-a {
  transition: .3s all;
}
.hover-a:hover {
  transform: translateY(-6px);
}
p {
  margin: 0;
  padding: 0;
}
.fullWidth{
  width: 100%;
  overflow: hidden;
}

.darkBlueGrad{
  background: rgb(12,27,66);
  background: -moz-linear-gradient(180deg, rgba(12,27,66,1) 0%, rgba(19,47,94,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(12,27,66,1) 0%, rgba(19,47,94,1) 100%);
  background: linear-gradient(180deg, rgba(12,27,66,1) 0%, rgba(19,47,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c1b42",endColorstr="#132f5e",GradientType=1);
}

.horizontalBlueGrad{
  background: #c0e7fb;
  background: -moz-linear-gradient(left,  #c0e7fb 0%, #0079ad 15%, #0079ad 85%, #c0e7fb 100%);
  background: -webkit-linear-gradient(left,  #c0e7fb 0%,#0079ad 15%,#0079ad 85%,#c0e7fb 100%);
  background: linear-gradient(to right,  #c0e7fb 0%,#0079ad 15%,#0079ad 85%,#c0e7fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e7fb', endColorstr='#c0e7fb',GradientType=1 );
}

.brightGreyGrad{
  background: #e4edf9;
  background: -moz-linear-gradient(top,  #e4edf9 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #e4edf9 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #e4edf9 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edf9', endColorstr='#ffffff',GradientType=0 );
}
.stripeVeryThick {
  height: 60px;
}
.block {
  display: block;
}
.contentCnt {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.buttonContainer {
  right: 15px;
  margin-top: 21px;
}
.redButton {
  width: 145px;
  height: 61px;
  z-index: 1000;
  font-size: 16px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  background-color: #e20000;
  padding: 5px 15px;
  margin-right: 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  transition: transform .2s ease-in;
  left: 70%;
  top: 20px;
}
.lightVioletButton {
  width: 175px;
  height: 61px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  z-index: 1000;
  font-size: 16px;
  border-radius: 5px;
  background-color: #3051c5;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease-in;
  left: 70%;
  top: 20px;
}
.head-text {
  font-family: "Gotham Rounded Bold";
  width: 140px;
  height: 50px;
  margin-right: 20px;
  display: inline-block;
  top: 20px;
  position: relative;
  text-align: right;
  color: white;
}
.lightViolet {
  background-color: #2d51c3;
}
.darkBlueBg {
  background-color: #14305f;
}
.stripeThick {
  height: 8px;
}
.lightGreyBg {
  background-color: #d1d5e1;
}
.brightRedBg {
  background-color: #cc0003;
}
.stripeThin {
  height: 3px;
}
footer {
  width: 100%;
  background: linear-gradient(0deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);
  color: #ffffff;
  overflow: hidden;
  font-family: 'Gotham Rounded Bold';
  font-size: 12px;
  padding: 50px 0;
}
footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  padding: 0 20px;
}
footer .footer-content > div {
  flex-grow: 1;
  width: 33%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
footer .logo-content img {
  height: 50px;
  margin-right: 10px;
  display: block;
}
footer .social-content {
  justify-content: center;
}
footer .social-content img {
  width: 30px;
  display: inline-block;
  position: relative;
  margin: 0 6px;
  transition: transform .2s ease-in;
}
footer .notice-content img {
  width: 40px;
  margin-right: 10px;
}



















.headWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

#headWrapper-mobile {
  display: none;
}

.headMenu {
  width: auto;
  height: 110px;
  background: linear-gradient(180deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);

}

.hdl-bck {
  position: relative;
  margin-bottom: -210px !important;
  top: 160px;
}

.headContent {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 50% auto;
  transform: translate(-50%, -50%);
}

.logo {
  width: auto;
  height: 60px;
  z-index: 100000;
  position: fixed;
  left: 0px;
  top: 74%;
}

.buttonWrapper {
  position: fixed;
  top: 55%;
  width: auto;
  z-index: 1000000;
  right: 0px;
}
.phone {
  width: 16px;
  height: 30px;
  position: relative;
  top: 9px;
  left: -6px;
}

.thinLineGrey {
  background-color: #d1d8e6;
  width: auto;
  height: 4px;
}

.thinLineGrey2 {
  background-color: #d1d8e6;
  width: auto;
  height: px;
  margin-top: -44px;
}

.thinLineRed {
  background-color: #c10000;
  width: auto;
  height: 4px;
}


.logo {
  width: auto;
  height: 60px;
  z-index: 100000;
  position: fixed;
  left: 0px;
  top: 74%;
}
#video {
  display: block;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
#videoMobile {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.headMenu-expand {
  width: 100%;
  height: 277px;
  padding-left: 50px;
  padding-right: 50px;
  transition: 0.5s ease;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);
}
.hero-expand {
  margin-top: 197px;
  transition: 0.5s ease;
}
.imageLogo {
  width: auto;
  height: 60px;
  position: relative;
}
.hamburger {
  border: 0;
  background-color: transparent;
  top: 47px;
  left: calc(100% - 43px);
  position: fixed;
  z-index: 100000;
  margin: 0 0% auto;
}

.hamburger .line {
  background-color: #fff;
  display: block;
  margin: 5px 0;
  height: 4px;
  width: 30px;
  will-change: transform;
}

.hamburger.open .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.open .line:nth-child(2) {
  opacity: 0;
}

.hamburger.open .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.hamburger .line {
  /* ... */
  transition: all 0.5s ease;
}
.d-block {
  display: block;
}























.cursor-pointer {
  cursor: pointer;
}
h2 {
  margin-top: 0;
  margin-bottom: 70px;
  font-size: 40px;
  font-family: 'Gotham Rounded Bold';
}
.hero-section {
  height: 670px;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
.bcg-hero {
  width: 100%;
  height: 100%;
  background-image: url(../images/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  animation: 12s ease 0s normal both running zoomMainBcg !important;
}
@keyframes zoomMainBcg {
  0% {transform: scale(1)}
  100% {transform: scale(1.05)}
}
.hero-section:hover .eye-hero {
  transform: translateY(-10px);
}
.typek-wrapper {
   position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    max-width: 620px;
}
.typek-wrapper .typek {
  width: 100%;
}
.typek-wrapper .hologram {
        position: absolute;
        width: 272px;
    left: 242px;
    top: 303px;

  transform: translateY(-50%);
  animation: 1.1s ease 0s infinite normal both running hologramAnim !important;
}
@keyframes hologramAnim {
  0% {opacity: .6}
  50% {opacity: 0.3}
  100% {opacity: .6}
}

.hero-content {
  width: 100%;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  margin-top: 150px;
  padding: 0 40px;
  position: absolute;
  text-align: center;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.hero-item img {
  width: 100%;
  max-width: 556px;
  height: auto;
}
.hero-item h1 {
  color: white;
  margin-top: 0;
}
.hero-item p {
  color: white;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 22px;
}
.hero-item .eye-hero {
  max-width: 170px;
  width: 100%;
  height: auto;
  transition: .3s;
}
.block-content {
  width: 100%;
  color: #2A2071;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
.block-content h2 {
  margin-bottom: 40px;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.turnaj-include {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.turnaj-include p {
  font-family: 'Gotham Rounded Bold';
  color: #2A2071;
  font-size: 38px;
}
.turnaj-include span {
  position: relative;
  font-family: 'Gotham Rounded Bold';
  color: white;
  z-index: 4;
  padding: 10px 18px;
  display: inline-block;
  font-size: 50px;
}
.turnaj-include span:before {
  content: '';
  background: #E30613;
  position: absolute;
  width: 100%;
  transform: skewX(345deg) translate(-55%, -50%);
  z-index: -1;
  border-radius: 5px;
  top: 50%;
  left: 52%;
  height: 100%;
}
.outbox-content {
  margin-bottom: 0;
  position: relative;
  bottom: 70px;
}
.game-of-week-wrapper {
  position: relative;
  width: 100%;
  color: #2A2071;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
  margin-bottom: 50px;
}
.game-of-week {
  display: block;
  padding: 0 20px;
  position: relative;
  transition: .3s;
  cursor: pointer;
}
/*.game-of-week:hover {
  transform: scale(.99);
}*/
.game-of-week-wrapper:after {
  content: '';
  border-bottom: 2px solid #E0E0E0;
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 10%;
}
.game-of-week-wrapper h2 {
  margin-bottom: 40px;
}

.game-of-week .turnaj {
  border-radius: 12px;
  width: 100%;
  height: 335px;
  background-image: url("../images/turnaj.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  transition: .3s;
  animation: 1.2s ease 0s normal both infinite turnajAnim;
}
@keyframes turnajAnim {
  0% { box-shadow: none}
  50% {box-shadow:0px 0px 40px 0px #f70100}
  100% {box-shadow: none}
}

.game-flex-block {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 40px;
}
.border-bottom-game:after {
  content: '';
  border-bottom: 2px solid #E0E0E0;
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 10%;
}
.game-flex-block2 {
  padding: 25px;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news-tip {
  position: relative;
  gap: 70px;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Gotham Rounded Bold';
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;

  margin-bottom: 50px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
table {
  border-collapse: collapse;
  margin: 0% auto;
  border-collapse: collapse;
  color: #fff;
  width: 100%;
}
.table-wrapper table {
  background-repeat: no-repeat !important;
  background-position: center 2vw !important;
  position: relative;
  z-index: 2;
}
tr {
  width: 200px;
}
table tr {
  display: none;
}
td {
  display: table-cell;
  width: auto;
  margin: 10px;
  padding: 5px 15px;
  font-size: 18px;
}
table>tr>td {
  display: table-cell;
  width: auto;
  margin: 10px;
  padding: 8px 10px;
  font-size: 12px;
  text-align: left;
}
table tr:first-child td {
  font-family: 'Gotham Rounded Bold';
  padding-top: 0px;
  padding-bottom: 4px;
}


table>tr>td:first-child {
  padding-left: 15px;
  width: 20%;
  text-align: center;
}
table>tr td:nth-child(3) {
  width: 23%;
  text-align: center;
}
table>tr td:nth-child(4) {
  width: 15%;
  text-align: right;
}
table tr.active {
  display: table-row;
  /*border-bottom: 1px solid #dddddd;*/
  text-align: left;
}
.news-tip:after {
  content: '';
  border-bottom: 2px solid #E0E0E0;
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 10%;
}
.news-tip .tip-block-1 {
  flex: 0 1 49%;
  margin-bottom: 34px;
  margin-bottom: 40px;
}
.news-tip .tip-block-2 {
  flex: 0 1 32%;
  margin-bottom: 34px;
  margin-bottom: 40px;
  transition: .3s;
  max-width: 360px;
  /*animation: 5s ease 0s normal infinite both running animHot !important;*/
}
@keyframes animHot {
  0% { transform: translateY(0) scale(1)}
  50% {transform: translateY(0px) scale(1)}
  55% {transform: translateY(-10px) scale(1.01)}
  60% {transform: translateY(0px) scale(1)}
  65% {transform: translateY(-10px) scale(1.01)}
  70% {transform: translateY(0px) scale(1)}
  100% {transform: translateY(0px) scale(1)}
}

.tip-block-2:hover {
  transform: translateY(-10px);
}
.news-tip h2 {
  font-size: 40px;
  color: #E30613;
  line-height: 1.2;
  margin-bottom: 20px;
}
.tip-block-1 {
  text-align: left;
}
.tip-block-1 p {
  margin-right: 60px;
  margin-bottom: 20px;
  font-family: 'Gotham Rounded Book';
}
.news-tip .condition-tip {
  font-size: 12px;
  font-family: 'Gotham Rounded Book';
  text-decoration: underline;
  color: #2A2071;
  margin-bottom: 10px;
  display: inline-block;
}
.cta-tip-block {
  text-align: right;
}
.cta-tip-block a {
  display: inline-block;
  font-size: 26px;
}
strong {
  font-family: 'Gotham Rounded Bold';
}
.cta-tip-block a img {
  width: 100%;
  max-width: 150px;
}
.cta-tip-block a {
  transition: .2s;
}
.cta-tip-block a:hover {
  transform: translateY(-4px);
  transition: .3s;
}
.date-game {
  position: absolute;
  top: -36px;
  left: 15px;
  background: #2A2071;
  padding: 8px 14px;
  border-radius: 8px 8px 0 0;
  line-height: 1;
  font-size: 21px;
  z-index: 0;
  font-family: 'Gotham Rounded Book';
}
.tip-block-2 .game-img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.free-spin {
  position: absolute;
  z-index: 2;
  padding: 3px 10px 1px 20px;
  text-align: center;
  line-height: 1;
  font-size: 25px;
  margin: 0 auto;
}
.free-spin span {
  font-size: 30px;
}
.position-relative {
  position: relative;
}
.centered {
  text-align: center;
}
.centered {
  margin: 0 50% auto;
  transform: translate(-50%, 0px);
}
.boxes-container {
  width: 1200px;
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
  margin-top: 0px;
  position: relative;
  z-index: 3;
}
.box-mince {
  position: absolute;
  bottom: -20px;
  max-width: 350px;
  z-index: 1;
  filter: drop-shadow(0px 10px 20px rgba(255, 0, 0, 0.5));
}
.box-mince-bcg {
  position: absolute;
  bottom: -20px;
  max-width: 350px;
  z-index: 0;
}
.timer {
  position: absolute;
  width: 40px;
  right: -28px;
  top: -5px;
  -webkit-animation: TimerAnim 1s ease 0s normal infinite;
  animation: TimerAnim 1s ease 0s normal infinite;
}
@keyframes TimerAnim {
  0% {transform: scale(1);}
  60% {transform: scale(1.15);}
  100% {transform: scale(1);}
}
.box1,.box3 {
  position: relative;
  box-shadow: inset 0 0 18px 12px #70bfd875, 0 0 20px 5px #70bfd873, 0 0 9px 1px #70bfd882;
  flex-basis: 25%;
  color: #fff;
  border-radius: 25px;
  background: #70bfd812;
  border: 2px solid white;
  font-family: "Gotham Rounded Book";
  font-size: 22px;
  padding: 40px 17px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.mirror {
  position: absolute;
  width: 100%;
  bottom: -55px;
}
.box1 p, .box2 p, .box3 p {
  font-size: 20px;
  line-height: 26px;
}
.bold {
  font-family: 'Gotham Rounded Bold';
}
.box2 {
  box-shadow: inset 0 0 50px 20px #e2041338, 0 0 14px 12px #e2041338, 0 0 20px 5px #e2041338;
  flex-basis: 50%;
  border: 2px solid #E20413;
  color: white;
  border-radius: 10px;
  background: transparent;
  font-family: "Gotham Rounded Book";
  font-size: 22px;
  padding: 40px 17px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.inside-box-block {
  filter: drop-shadow(0px 0px 20px red);
}
.box-hdl {
  font-family: "Gotham Rounded Bold";
  font-size: 30px !important;
  line-height: 36px !important;
  color: white;
  margin-bottom: 8px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.stars-block {
  position: absolute;
  background: white;
  left: 50%;
  z-index: 1;
  bottom: -15px;
  display: flex;
  justify-content: space-between;
  width: 85%;
  transform: translateX(-50%);
  border-radius: 25px;
  color: #2A2071;
  font-family: 'Gotham Rounded Bold';
  font-size: 13px;
  padding: 6px 0px 4px;
}
.stars-item {
  flex: 1 1 0px;
  display: block;
}
.mt-35 {
  margin-top: 35px !important;
}
.stars-item span {
  margin-bottom: 2px;
  display: block;
}
.stars-item img {
  width: 51px;
}
.game-item-3 {
  font-family: 'Gotham Rounded Medium';
  flex: 0 1 32%;
  margin-bottom: 34px;
  max-width: 360px;
}
.game-item-4 {
  font-family: 'Gotham Rounded Medium';
  flex: 0 1 31%;
  margin-bottom: 34px;
}
.game-item a {
  display: block;
  transition: .3s;
}
.game-item a:hover {
  transform: translateY(-10px);
}
.game-item .game-img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.game-item h3 {
  font-family: 'Gotham Rounded Bold';
  color: #E30613;
  font-size: 22px;
  line-height: 120%;
  margin-top: 22px;
  margin-bottom: 14px;
}
.game-item p {
  font-size: 14px;
  line-height: 120%;
  font-family: 'Gotham Rounded Book';
}
.button {
  width: 240px;
  height: 70px;
  background-image: url(..//images/button-white.png);
  background-repeat: no-repeat;
  top: 0px;
  background-size: 100%;
  cursor: pointer;
  transition: .3s;
  -webkit-animation: buttonAnim 1.8s ease 0s normal infinite;
  animation: buttonAnim 1.8s ease 0s normal infinite;
  position: relative;
  z-index: 3;
}
@keyframes buttonAnim {
  0% {transform: scale(0.95);}
  60% {transform: scale(1.1);}
  100% {transform: scale(0.95);}
}
@keyframes headlineAnim {
  0% {transform: scale(.95) translate(-50%, 0px);}
  50% {transform: scale(1) translate(-48%, 0px);}
  100% {transform: scale(.95) translate(-50%, 0px);}
}
.margin-auto {
  margin: 0 auto;
}
.rules {
  width: 100%;
  height: 0px;
  font-family: "Gotham Rounded Book";
  text-align: center;
  margin-top: 0px;
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}
.rules-block {
  padding-bottom: 80px;
}
.live-button {
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.free-spin {
  font-family: 'Gotham Rounded Bold';
  position: relative;
  z-index: 2;
  color: white;
  width: 550px;
  display: block;
  animation: 1.8s ease 0s 1 normal both running buttonMainAnim;
}
.free-spin .price {
  font-size: 90px;
  line-height: 1;
}
.free-spin:before {
  content: '';
  background: #E20413;
  position: absolute;
  width: 100%;
  height: 130px;
  z-index: -1;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 12px;
  top: 47%;
  left: 47%;
}
.hero-content h1 {
  text-shadow: #fff 0px 0 18px;
  color: white;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 105px;
  line-height: 1;
}
.add-second-anim-to-eye {
  animation: 1.8s ease 0s infinite normal both running buttonMainAnimInfinite !important;
}
@keyframes buttonMainAnim {
  0% {transform: scale(.4);opacity: .6}
  100% {transform: scale(1.1);opacity: 1}
}
@keyframes buttonMainAnimInfinite {
  0% {transform: scale(1.1);}
  50% {transform: scale(1);}
  100% {transform: scale(1.1);}
}
.loto-red-color {
  color: #E30613;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.cta-tip {
  position: relative;
  z-index: 4;
  padding: 10px 18px;
}
.cta-tip:before {
  content: '';
  background: #E30613;
  position: absolute;
  width: 100%;
  transform: skewX(345deg) translate(-55%, -50%);
  z-index: -1;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  height: 100%;
}
.table-wrapper {
  display: flex;
  width: 1200px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 3;
  margin-top: 80px;
}
.valec {
  width: 122%;
  position: absolute;
  left: -11%;
  top: -7px;
}
.filter-shadow {
  transition: .1s;
  filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.1));
}
.packa {
  position: absolute;
  right: -20px;
  transform: translateX(100%) rotateX(0deg) translateY(0px);
  width: 62px;
  z-index: -1;
  top: -24px;
  cursor: pointer;
  transition: .1s all;
}
.packa.active {
  transform: translateX(100%) rotateX(180deg) translateY(-70px);
}
.time-block {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  color: white;
  font-family: "Gotham Rounded Bold";
  font-size: 12px;
  z-index: 3;
  margin-bottom: 50px;
}
.time-block:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 100%;
  transform: skewX(-10deg);
  border-radius: 4px;
  padding: 14px 6px;
  left: -8px;
  z-index: -1;
  background: #AC9597;
  top: 0px;
}
.time-block.active:before {
  background: #E20514;
}
.time-block .time-wrapper {
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 7px;
}
.tbl h3 {
  font-family: "Gotham Rounded Bold";
  color: white;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 10px;
}
  .tbl1 {
    font-family: "Gotham Rounded Bold";
    color: white;
    font-size: 15px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

#tab-joker, #tab-magicky, #tab-klasicky, #tab-ovocny, #tab-kralovsky, #tab-hot {
  padding-top: 40px;
  box-sizing: border-box;
  text-align: center;
  height: auto;
  display: block;
  position: relative;
  flex-basis: 49%;
  border-radius: 15px;
  background-color: transparent;
  font-family: "Gotham Rounded Book";
  font-weight: 300;
  transition: 1500ms ease-in-out;
  margin-bottom: 80px;
  font-size: 15px;
  align-self: baseline;
  flex-shrink: 1;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 40px;
}
.d-none {
  display: none;
}
#tab-joker {
  border: 2px solid #BA08B3;
  box-shadow: inset 0 0 20px 5px #BA08B373, 0 0 20px 2px #BA08B373;
}
#tab-magicky {
  border: 2px solid #1E5A86;
  box-shadow: inset 0 0 20px 5px #1E5A86B0, 0 0 20px 2px #1E5A86B0;
}
#tab-klasicky {
  border: 2px solid #5647BF;
  box-shadow: inset 0 0 20px 5px #5647BF80, 0 0 20px 2px #5647BF80;
}
#tab-ovocny {
  border: 2px solid #E20413;
  box-shadow: inset 0 0 20px 5px #E204137B, 0 0 20px 2px #E204137B;
}
#tab-kralovsky {
  border: 2px solid #F0DF0A;
  box-shadow: inset 0 0 20px 5px #F0DF0A66, 0 0 20px 2px #F0DF0A66;
}
#tab-hot {
  border: 2px solid #E83F0A;
  box-shadow: inset 0 0 20px 5px #E83F0A80, 0 0 20px 2px #E83F0A80;
}
.tbl {
  box-sizing: border-box;
  text-align: center;
  margin-top: 100px;
  height: auto;
  display: block;
  position: relative;
  width: 500px;
  border-radius: 15px;
  background-color: #ffffff;
  font-family: "Gotham Rounded Medium";
  font-weight: 300;
  transition: 1500ms ease-in-out;
  margin-bottom: 20px;
}
.tab-icon {
  position: absolute;
  top: -49px;
  height: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.margin-button {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tblHeader {
  width: 100%;
  max-width: 290px;
  top: -32px;
  left: 50%;
  position: relative;
  margin-bottom: -30px;
  transform: translateX(-50%);
}
#dataBox-joker, #dataBox-magicky, #dataBox-klasicky, #dataBox-ovocny, #dataBox-kralovsky, #dataBox-hot {
  margin-bottom: 12px;
  padding-bottom: 5px;
}
#dataBox-joker:before, #dataBox-magicky:before, #dataBox-klasicky:before, #dataBox-ovocny:before, #dataBox-kralovsky:before, #dataBox-hot:before {
  content: '';
  width: 50%;
  height: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 1%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
#dataBox-kralovsky:before {
  background: transparent;
  box-shadow: 0px 0px 100px 60px #f0df0a63, inset 0px 0px 100px 200px #f0df0a59;
}
#dataBox-ovocny:before {
  background: transparent;
  box-shadow: 0px 0px 100px 60px #E204137B, inset 0px 0px 200px 200px #e2041366;
}
#dataBox-joker:before {
  background: #bb0ab357;
  box-shadow: 0px 0px 94px 87px #bb0ab35c;
}
#dataBox-hot:before {
  background: transparent;
  box-shadow: 0px 0px 97px 64px #E83F0A80, inset 0px 0px 197px 164px #e83f0a73;
}
#dataBox-magicky:before {
  background: #1e5a86a8;
  box-shadow: 0px 0px 94px 87px #1E5A86B0;
}
#dataBox-klasicky:before {
  background: #5647BF80;
  box-shadow: 0px 0px 94px 87px #5647BF80;
}

.load_more-joker {
  margin-top: 5px;
  margin-bottom: 5px;
}
.full-table-block {
  border-radius: 10px;
  position: relative;
  margin: 0 20px;
  /* padding: 0 20px; */
  background: none;
  box-shadow: none;
  padding-top: 15px;
}
.full-table-block.active-bcg {
  transition: .2s;
  background: rgb(250,249,247);
  background: -moz-linear-gradient(180deg, rgba(250,249,247,1) 0%, rgba(235,234,230,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(250,249,247,1) 0%, rgba(235,234,230,1) 100%);
  background: linear-gradient(180deg, rgba(250,249,247,1) 0%, rgba(235,234,230,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faf9f7",endColorstr="#ebeae6",GradientType=1);
  box-shadow: 0px 7px 25px #0000004a;
}

table>tr:first-child>td {
  font-size: 11px;
}
.tblHeader, #loadMore, #loadMore-joker, #loadMore-magicky, #loadMore-klasicky, #loadMore-ovocny, #loadMore-kralovsky, #loadMore-hot {
  color: #26247b;
  font-family: "Gotham Rounded Bold";
  margin-top: 0px;
  margin-bottom: 12px;
  display: block;
  font-size: 14px;
  text-align: center;
  padding-right: 0;
  padding-bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#loadLess, #loadLess-joker, #loadLess-magicky, #loadLess-klasicky, #loadLess-ovocny, #loadLess-kralovsky, #loadLess-hot {
  display: none;
  color: #26247b;
  text-align: center;
  padding-right: 0;
  margin-top: 20px;
  margin-bottom: 12px;
  padding-bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#loadMore img, #loadMore-joker img, #loadMore-magicky img, #loadMore-klasicky img, #loadMore-ovocny img, #loadMore-kralovsky img, #loadMore-hot img, #loadLess img, #loadLess-joker img, #loadLess-magicky img, #loadLess-klasicky img, #loadLess-ovocny img, #loadLess-kralovsky img, #loadLess-hot img {
  width: 120px;
}

.load {
  margin-top: 40px !important;
  margin-bottom: 0px !important;
}
.load span {
  position: relative;
  display: inline-block;
  width: 120px;
  font-family: "Gotham Rounded Bold";
  font-size: 13px !important;
}
.load span:before {
  content: '';
  border: 2px solid #fff;
  width: 100%;
  position: absolute;
  height: 100%;
  transform: skewX(-10deg);
  border-radius: 4px;
  padding: 4px 6px;
  left: -8px;
  z-index: -1;
  background: white;
  top: -6px;

}
.shadow:before {
  animation: 1500ms ease 0s normal both infinite shadowLoad !important;
  border: 2px solid rgba(38, 36, 123, 0.9) !important;
}
@keyframes shadowLoad {
  0% { box-shadow: 0px 0px 3px 0px #e20414;}
  50% {box-shadow: 0px 0px 20px 0px #e20414;}
  100% { box-shadow: 0px 0px 3px 0px #e20414;}
}
.shadow-packa {
  animation: 1500ms ease 0s normal both infinite shadowLoadFilter !important;
}
@keyframes shadowLoadFilter {
  0% { filter: drop-shadow(0px 0px 3px #e20414);}
  50% {filter: drop-shadow(0px 0px 10px #e20414);}
  100% { filter: drop-shadow(0px 0px 3px #e20414);}
}
@media only screen and (min-width: 2000px) {

}

@media only screen and (min-width: 2200px) {
  .hero-content {
    bottom: 23%;
  }
    .rounded-bg {
        top: -213px;
        height: 213px;
    }
  .hero-section {
    height: 764px;
  }
  .rounded-bg {
  background-size: 106%;
  }
  .typek-wrapper .hologram {

    width: 272px;
    left: 266px;
    top: 327px;

}
  .typek-wrapper {
    left: 0%;
    top: 3%;
        max-width: 663px;
  }
}
@media only screen and (min-width: 3200px) {
.rounded-bg {
top: -280px;
height: 290px;
background-size: 118%;
background-position-x: center;
}
}
@media only screen and (max-width: 1600px) {
   .typek-wrapper {
        top: 7%;
      }
  .rounded-bg {
    top: -158px;
  }
  table>tr>td {
    padding: 5px 10px;
  }
  table tr:first-child td {
    font-size: 9px;
  }
  .table-wrapper {
    display: flex;
    width: 1200px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .boxes-container {
    width: 1200px;
    display: flex;
    gap: 20px;
    margin-top: 50px;
  }
.headContent {
position: relative;
width: 1200px;
height: 100%;
margin: 0 50% auto;
transform: translate(-50%, -50%);
}
}
@media only screen and (max-width: 1400px) {
  .hero-item {
  flex: 0 1 100%;
  }
}
@media only screen and (max-width: 1250px) {
  .tab-icon {
    top: -27px;
    height: 50px;
  }
  .packa {
    width: 47px;
  }
  table>tr>td {
    padding: 3px 10px;
    font-size: 11px;
  }
  .tbl {
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
    height: auto;
    display: block;
    position: relative;
    width: 450px;
    border-radius: 15px;
    font-family: "Gotham Rounded Medium";
    font-weight: 300;
    transition: 1500ms ease-in-out;
  }
  .table-wrapper {
    display: flex;
    width: 1000px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .boxes-container {
    width: 1000px;
    display: flex;
    gap: 20px;
    margin-top: 50px;
  }
  .box1, .box2, .box3 {
    font-size: 19px;
  }
.headContent {
position: relative;
width: 1000px;
height: 100%;
margin: 0 50% auto;
transform: translate(-50%, -50%);
}
}
@media only screen and (max-width: 1200px) {
  .hero-content h1 {
    font-size: 80px;
  }
  .free-spin .price {
    font-size: 80px;
  }
  .free-spin {
    width: 470px;
  }
  .free-spin:before {
    height: 110px;
  }
  table tr:first-child td {
    font-size: 12px;
  }
  table>tr>td {
    padding: 10px 10px;
    font-size: 14px;
  }
  .packa {
    width: 74px;
    right: -24px;
  }
  .hero-content {
    margin-top: 80px;
  }
  #tab-joker, #tab-magicky, #tab-klasicky, #tab-ovocny, #tab-kralovsky, #tab-hot {
    box-shadow: none;
    flex-basis: 45%;
  }
  .coins {
    height: 100%;
  }
  .hero-content {
    bottom: 2%;
  }
.news-tip h2 {
font-size: 34px;
}
.tip-block-1 p {
margin-right: 0px;
}
.outbox-content {
bottom: 60px;
}
  .rounded-bg {
    top: -118px;
  }
.hero-section {
height: 600px;
}
.rounded-bg:before {
border-radius: 400px 0 0 0;
}
.rounded-bg:after {
border-radius: 0 400px 0 0;
}
}
@media only screen and (max-width: 1100px) {
  table tr:first-child td {
    font-size: 11px;
  }
  .free-spin {
    font-size: 19px;
  }
  .free-spin span {
    font-size: 22px;
  }
  .date-game {
    top: -32px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1050px) {
  .box-mince {
    max-width: 280px;
  }
  .box-hdl {
    font-size: 23px !important;
  }
  .box1 p, .box2 p, .box3 p {
    font-size: 15px;
    line-height: 22px;
  }
  .packa {
    width: 62px;
    right: -24px;
  }
      .hero-content {
        bottom: 4%;
    }

  #tab-joker, #tab-magicky, #tab-klasicky, #tab-ovocny, #tab-kralovsky, #tab-hot {
    box-sizing: border-box;
    text-align: center;
    height: auto;
    display: block;
    position: relative;
    flex-basis: 45%;
    border-radius: 15px;
    background-color: transparent;
    font-family: "Gotham Rounded Book";
    font-weight: 300;
    transition: 1500ms ease-in-out;
    font-size: 15px;
    align-self: baseline;
    flex-shrink: 1;
  }
  .table-wrapper {
    display: flex;
    width: 900px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }
  table>tr>td {
    padding: 7px 10px;
    font-size: 13px;
  }
  .boxes-container {
    width: 900px;
    display: flex;
    gap: 20px;
    margin-top: 50px;
  }
  .hero-content {
    margin-top: 80px;
  }
.headContent {
width: 900px;
}
}
@media only screen and (max-width: 1023px) {
  .stars-block {
    font-size: 10px;
  }
  .stars-item img {
    width: 44px;
  }
.news-tip h2 {
font-size: 30px;
}
.rounded-bg:before {
border-radius: 400px 0 0 0;
}
.rounded-bg:after {
border-radius: 0 400px 0 0;
}
}
@media only screen and (max-width: 950px) {
  .free-spin {
    font-size: 16px;
  }
  .free-spin span {
    font-size: 19px;
  }
  .date-game {
    top: -28px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) {
      .typek-wrapper {
        top: 15%;
    }
      .hero-content h1 {
        font-size: 60px;
    }
      .free-spin .price {
        font-size: 60px;
    }
          .free-spin:before {
        height: 87px;
    }
              .free-spin {
        width: 386px;
    }
  table tr:first-child td {
    font-size: 10px;
  }
  .box1 p, .box2 p, .box3 p {
    font-size: 16px;
  }
  #tab-joker, #tab-magicky, #tab-klasicky, #tab-ovocny, #tab-kralovsky, #tab-hot {
    box-sizing: border-box;
    text-align: center;
    height: auto;
    display: block;
    position: relative;
    flex-basis: 48%;
    border-radius: 15px;
    font-family: "Gotham Rounded Book";
    background: transparent;
    font-weight: 300;
    transition: 1500ms ease-in-out;
    margin-bottom: 80px;
    font-size: 15px;
    align-self: baseline;
    flex-shrink: 1;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  table>tr>td {
    font-size: 11px;
    padding: 6px 10px;
  }
  .packa {
    right: -21px;
    width: 55px;
  }
  .table-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
  .boxes-container {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
  .button {
    width: 211px;
    height: 66px;
  }
  .box1, .box2, .box3 {
    font-size: 15px;
  }
  .box1,.box3 {
    box-shadow: inset 0 0 16px 6px #70bfd875, 0 0 9px 4px #70bfd873, 0 0 48px 5px #70bfd882;
    background: #70bfd812;
  }
  .news-tip .tip-block-2 {
    flex: 0 1 30%;
  }
  .stars-block {
    width: 90%;
    font-size: 10px;
  }
  .stars-item img {
    width: 48px;
  }
  .free-spin {
    font-size: 12px;
  }
  .free-spin span {
    font-size: 15px;
  }
  .date-game {
    top: -25px;
    font-size: 11px;
  }
.news-tip {
gap: 20px;
}
.outbox-content {
bottom: 47px;
}
  .rounded-bg {
    top: -100px;
  }
.redButton,.lightVioletButton {
margin-bottom: 10px;
display: block;
width: 100%;
padding: 5px 15px;
height: 41px;
}
.hero, .hero-expand {
position: relative;
width: 100%;
overflow: hidden;
transition: 0.5s ease;
background-size: 1120px;
background-position: 50% 30px;
min-height: 400px;
}
#headWrapper {
display: none;
}
#headWrapper-mobile {
display: block;
}
.buttonWrapper {
position: relative;
top: 138px;
width: 500px;
z-index: 1000000;
right: 0px;
margin: 0 50% auto;
transform: translate(-50%, 0px);
}
.logo {
width: auto;
height: 60px;
z-index: 100000;
position: fixed;
left: 0px;
top: 39px;
}
.headMenu {
width: 100%;
height: 80px;
padding-left: 50px;
padding-right: 50px;
overflow: hidden;
transition: 0.5s ease;
}
.headMenu-expand {
width: 100%;
height: 277px;
padding-left: 50px;
padding-right: 50px;
transition: 0.5s ease;
overflow: hidden;
background: linear-gradient(180deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);
}
.hero-expand {
margin-top: 197px;
transition: 0.5s ease;
}
.imageLogo {
width: auto;
height: 48px;
position: relative;
}
.headContent {
width: 100%;
height: 80px;
top: 18px;
}
.head-text {
font-family: "Gotham Rounded Bold";
width: 100%;
height: 50px;
margin-right: 20px;
display: block;
top: -15px;
position: relative;
text-align: center;
color: white;
}
.hero-section {
margin-top: 70px;
}
.game-item-3 {
flex: 0 1 30%;
}
.game-item-4 {
flex: 0 1 30%;
}
  .hero-section {
    height: 450px;
  }
  #tab-joker, #tab-magicky, #tab-klasicky, #tab-ovocny, #tab-kralovsky, #tab-hot {
    box-shadow: none;
  }
     .hero-content {
        bottom: 9%;
    }
  .typek-wrapper {
    max-width: 400px;
  }
        .typek-wrapper .hologram {
        left: 40%;
            top: 47%;
            width: 42%;
    }
}
@media only screen and (max-width: 868px) {
  table tr:first-child td {
    font-size: 9px;
  }
  table>tr>td:first-child {
    padding-left: 10px;
    width: 20%;
  }
  table>tr>td {
    font-size: 11px;
    padding: 5px 10px;
  }
  .packa {
    width: 50px;
  }
.tip-block-1 p {
font-size: 15px;
}
.news-tip h2 {
font-size: 27px;
}
.cta-tip-block a img {
max-width: 130px;
}
footer {
position: relative;
bottom: -1px;
}
footer .footer-content {
display: block;
}
footer .footer-content > div {
width: 100%;
display: block;
text-align: center;
}
footer .logo-content img {
margin: 0 auto 10px;
}
footer .notice-content img {
margin: 0 auto 10px;
}
footer .social-content a {
display: inline-block;
margin: 15px 0;
}
footer {
padding: 20px 0;
}
}
@media only screen and (max-width: 769px) {
  .tab-icon {
    top: -23px;
    height: 40px;
  }
  #tab-joker, #tab-magicky, #tab-klasicky, #tab-ovocny, #tab-kralovsky, #tab-hot {
    padding-left: 0px;
    padding-right: 0px;
  }
  .packa {
    right: -16px;
  }

  table>tr>td {
    font-size: 11px;
    padding: 4px 10px;
  }

  table tr:first-child td {
    font-size: 8px;
  }

  .turnaj-include p {
    font-size: 33px;
  }
  .turnaj-include span {
    font-size: 40px;
  }
  .news-tip .tip-block-1 {
    flex: 0 1 63%;
  }
  .typek-wrapper {
    right: 0%;
  }
  .stars-block {
    font-size: 8px;
  }
  .stars-item img {
    width: 37px;
  }
  .free-spin {
    right: 8px;
    font-size: 9px;
    top: -9px;
  }
  .free-spin span {
    font-size: 12px;
  }
  .date-game {
    top: -24px;
    left: 8px;
    font-size: 10px;
  }
.news-tip {
padding-left: 15px;
padding-right: 15px;
}
  .news-tip h2 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .tip-block-1 p {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .cta-tip {
    font-size: 14px;
  }
.outbox-content {
bottom: 22px;
margin-bottom: 30px;
}
.cta-tip-block {
text-align: left;
}
  .rounded-bg {
    top: -78px;
  }
.rounded-bg:before {
border-radius: 350px 0 0 0;
}
.rounded-bg:after {
border-radius: 0 350px 0 0;
}
.hero-item img {
max-width: 250px;
}
}
@media only screen and (max-width: 730px) {
  table>tr>td {
    font-size: 9px;
    padding: 4px 10px;
  }
  .packa {
    width: 45px;
  }
}
@media only screen and (max-width: 680px) {
  table>tr>td {
    font-size: 10px;
    padding: 3px 10px;
  }
  table tr:first-child td {
    font-size: 8px;
  }
  .packa {
    width: 43px;
  }

  #tab-joker, #tab-magicky, #tab-klasicky, #tab-ovocny, #tab-kralovsky, #tab-hot {
    flex-basis: 48%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .stars-block {
    font-size: 7px;
  }
  .stars-item img {
    width: 32px;
  }
  .free-spin {
    font-size: 8px;
  }
  .free-spin span {
    font-size: 10px;
  }
  .date-game {
    top: -22px;
    font-size: 9px;
  }
  .free-spin {
    padding: 3px 4px 1px 11px;
  }
}
.hero-mobile {
  display: none;
}
.coins-mobile {
  display: none;
}
.button-mobile-show {
  display: none;
}
@media only screen and (max-width: 599px) {
  .typek {
    display: none !important;
  }
  .bcg-hero {
            background: url(../images/hero-mobile.jpg);
        background-position-x: center;
        background-repeat: no-repeat;
        background-size: cover;
        animation: 12s ease 0s normal both running zoomMobileBcg !important;
        background-position-y: 4vw;
  }
  .tab-icon {
    top: -32px;
    height: 58px;
  }
  .add-second-anim-to-eye {
    animation: none !important;
  }
  .zetony {
    display: none;
  }
  .tblHeader {
    top: -30px;
  }
  .table-wrapper {
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .full-table-block {
    margin: 0 30px;
  }
  table>tr>td {
    padding: 9px 10px;
    font-size: 13px;
  }
  table tr:first-child td {
    font-size: 12px;
    padding-top: 5px;
  }
     .typek-wrapper {
        top: 0;
        right: 0%;
        width: 100%;
        height: 100%;
        max-width: unset;
    }
      .typek-wrapper .hologram {
        left: 35vw;
        top: 56vw;
        width: 53%;
    }
  .packa {
    right: -27px;
    width: 62px;
    top: -7px;
  }
  #tab-joker, #tab-magicky, #tab-klasicky, #tab-ovocny, #tab-kralovsky, #tab-hot {
    margin-bottom: 50px;
  }
  
  .button-mobile-hide {
    /*display: none;*/
    margin-top:55px;
  }
  
  .button-mobile-show {
    display: block;
  }
  .head-overlay {
    width: auto;
    height: 100%;
  }
  .coins {
    display: none !important;
  }
  .coins-mobile {
    display: block;
    width: 100%;
    height: auto;
    right: unset;
    position: absolute;
    top: -14%;
    z-index: 5;
  }
  .button {
    width: 215px;
    height: 75px;
  }
  .free-spin {
    width: 350px;
  }
  .free-spin .price {
    font-size: 55px;
  }
  .free-spin {
    width: 400px;
    left: 0;
  }
  .free-spin:before {
    height: 92px;
  }
  .hero-section {
    height: 460px;
  }
  .hero-content {
    display: none;
  }
  .hero-mobile {
    display: block;
    width: 100%;
    font-family: 'Gotham Rounded Bold';
    margin: 0 auto;
    padding: 0 40px;
    position: absolute;
    text-align: center;
    z-index: 4;
    margin-bottom: 40px;
    top: unset;
    bottom: 98%;
  }
  .hero-mobile .hero-item h1 {
        text-shadow: #fff 0px 2px 2px;
    color: #fff;
    font-size: 55px;
    text-align: center;
    margin-bottom: 50px;
  }
  .free-spin {
    margin: 0 auto;
  }
  #tab-joker, #tab-magicky, #tab-klasicky, #tab-ovocny, #tab-kralovsky, #tab-hot {
    flex-basis: 100%;
  }
  .boxes-container {
    width: 100%;
    display: flex;
    gap: 60px 20px;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
  .box1 p, .box2 p, .box3 p {
    font-size: 12px;
    line-height: 20px;
  }
  .box-hdl {
    font-size: 18px !important;
    line-height: 27px !important;
  }
  .box1 {
    order: 2;
    flex-basis: unset;
    width: 47%;
  }
  .box2 {
    order: 1;
    flex-basis: unset;
    width: 100%;
  }
  .box3 {
    order: 3;
    flex-basis: unset;
    width: 47%;
  }
  .no-mobile {
    display: none;
  }
  .live-button {
    max-width: 250px;
  }
  #video {
    display: none;
  }
  #videoMobile {
    display: block;
  }
  .free-spin {
    font-size: 8px;
  }
  .date-game {
    top: -22px;
    font-size: 9px;
  }

  .free-spin {
    padding: 3px 12px 1px 22px;
    font-size: 18px;
    right: 3px;
    top: -14px;
  }
  .free-spin span {
    font-size: 31px;
  }
  .rounded-bg {
    top: -70px;
    z-index: 3;
  }
.buttonWrapper {
position: relative;
top: 140px;
width: 100%;
}
}
.mobile-hero-content {
display: none;
}
.show-mobile {
  display: none;
}
@media only screen and (max-width: 550px) {
  table>tr>td:first-child {
    padding-left: 9px;
  }
  .packa {
    right: -27px;
    width: 60px;
    top: -13px;
  }
  .load {
    margin-top: 25px !important;
  }
  table>tr>td {
    padding: 7px 10px;
    font-size: 12px;
  }
  .show-mobile {
    display: block;
  }
  .turnaj-include {
    width: 100%;
  }
  .turnaj-include p {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 16px;
  }
  .turnaj-include span {
    font-size: 26px;
  }

  .cta-tip {
    font-size: 20px;
  }
  .news-tip {
    padding-left: 0;
    padding-right: 0;
  }
  .game-of-week {
    padding: 0;
  }
  .stars-block {
    font-size: 12px;
  }
  .stars-item img {
    width: 51px;
  }
  .date-game {
    top: -40px;
    font-size: 24px;
    left: 13px;
  }
  .hero-content {
    padding: 0 30px;
  }
.mobile-hero-content {
display: block;
font-family: 'Gotham Rounded Bold';
margin-bottom: 40px;
}
.mobile-hero-content h1 {
margin-top: 0;
margin-bottom: 10px;
}
@keyframes zoomMobileBcg {
0% { transform: scale(1)}
100% {transform: scale(1.1)}
}
.news-tip {
padding-top: 40px;
  justify-content: center;
}
.news-tip:after {
width: 100%;
  left: 0;
}
  .border-bottom-game:after {
    width: 90%;
    left: 5%;
  }
  .game-of-week-wrapper:after {
    width: 90%;
    left: 5%;
  }
.news-tip .tip-block-1 {
margin-bottom: 0px;
}
.cta-tip-block {
text-align: center;
position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
width: 100%;
z-index: 3;
}
.cta-tip-block a img {
max-width: 150px;
}
.tip-block-1 p {
  font-size: 16px;
margin: 0 40px;
margin-bottom: 10px;
}
.news-tip h2 {
font-size: 30px;
}
.news-tip .tip-block-1 {
flex: 0 1 100%;
text-align: center;
}
.news-tip .tip-block-2 {
animation: unset !important;
flex: 0 1 100%;
}
.game-item-3 {
flex: 0 1 100%;
  margin-top: 40px;
}

.game-item-4 {
flex: 0 1 100%;
}
.headMenu-expand {
padding-left: 10px;
padding-right: 10px;
}
.headMenu {
padding-left: 10px;
padding-right: 10px;
}
.rounded-bg {
border-radius: 13% 13% 0 0;
width: 100%;
background: #07062a;
bottom: 0;
top: -50px;
}
.block-content {
margin-bottom: 50px;
}
.outbox-content {
margin-bottom: 50px;
bottom: 0;
}
.rounded-bg:before,.rounded-bg:after {
content: none;
}
.wrapper-content {
padding-top: 20px;
}

  .hero-item p {
    font-size: 18px;
  }
.bcgg {
background-position-y: 0vw;
}
}
@media only screen and (max-width: 520px) {
  table>tr>td {
    padding: 6px 10px;
    font-size: 12px;
  }
  .packa {
    right: -23px;
    width: 62px;
    top: -32px;
  }
}
@media only screen and (max-width: 490px) {
  .packa {
    right: -19px;
    width: 58px;
    top: -30px;
  }
  table>tr>td {
    padding: 5px 10px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 463px) {
  .table-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  table tr:first-child td {
    font-size: 9px;
  }
  .packa {
    width: 54px;
    right: -15px;
  }
  table>tr>td:first-child {
    padding-right: 3px;
  }
  table>tr>td {
    padding: 5px 10px;
    font-size: 11px;
  }
  .free-spin {
    width: 350px;
  }
  .free-spin .price {
    font-size: 50px;
  }
.mobile-hero-content h1 {
font-size: 30px;
}
.news-tip h2 {
font-size: 24px;
}
.two-blocks {
display: block;
}
.item-block {
width: 100%;
}
.steps-block {
padding: 40px 20px 40px;
}
h2 {
font-size: 34px;
}
}
@media only screen and (max-width: 450px) {
  table>tr>td {
    padding: 4px 10px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 425px) {
  table tr:first-child td {
    font-size: 8px;
  }
  .coins-mobile {
    top: 15%;
  }
  .packa {
    width: 46px;
  }
  table>tr>td {
    padding: 4px 10px;
    font-size: 11px;
  }
  .free-spin:before {
    height: 77px;
  }
  .free-spin .price {
    font-size: 39px;
  }
  .free-spin {
    width: 100%;
    left: 0;
  }
  .hero-mobile .hero-item h1 {
    font-size: 48px;
  }
.buttonContainer {
margin-top: 7px;
}
.buttonContainer button {
display: block;
margin-bottom: 5px;
width: 110px;
font-size: 13px;
padding: 3px 15px;
}
}
@media only screen and (max-width: 400px) {
  table>tr>td {
    padding: 3px 10px;
    font-size: 10px;
  }
  table tr:first-child td {
    font-size: 7px;
  }
  table>tr>td:first-child {
    padding-left: 7px;
  }
  table tr:first-child td:last-child {
    padding-left: 6px;
  }
}
/*IPHONE SE PORTAIL*/
@media only screen and (max-width: 376px) {

  .packa {
    width: 40px;
  }
  .hero-mobile .hero-item h1 {
    font-size: 32px;
  }
  table>tr>td {
    padding: 2px 10px;
    font-size: 9px;
  }
  .box1,.box3 {
    width: 100%;
  }
}
/*IPHONE 12 MAX LANDSCAPE*/
@media (max-width: 930px) and (max-height: 500px) {
  #tab-joker, #tab-magicky, #tab-klasicky, #tab-ovocny, #tab-kralovsky, #tab-hot {
    padding-left: 20px;
    padding-right: 20px;
  }
  table>tr>td {
    font-size: 12px;
    padding: 5px 10px;
  }
  .hero-section {
    height: 392px;
  }
  .hero-item p {
    font-size: 19px;
  }
  .outbox-content {
    bottom: 20px;
  }
  .hero-content {
    margin-top: 63px;
  }
}

/*IPHONE SE LANDSCAPE*/
@media (max-width: 700px) and (max-height: 400px) {
  .hero-content .hero-item {
    flex: 0 1 47%;
  }
  .hero-content .hero-item:last-child {
    text-align: left;
  }
  .hero-item p {
    font-size: 16px;
  }
  .hero-section {
    height: 330px;
  }
  .rounded-bg {
    top: -120px;
  }
  .hero-content {
    margin-top: 58px;
  }

  footer .footer-content {
    display: block;
  }
  footer .footer-content > div {
    width: 100%;
    display: block;
    text-align: center;
  }
  footer .logo-content img {
    margin: 0 auto 10px;
  }
  footer .notice-content img {
    margin: 0 auto 10px;
  }
  footer .social-content a {
    display: inline-block;
    margin: 15px 0;
  }
  footer {
    padding: 20px 0;
  }
}
.mt-0 {
  margin-top: 0px !important;
}