@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Roboto+Condensed:wght@400;700&display=swap');

@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;
}


#coinsOne {
  background-image: url("../images/paral-coin-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: fixed;
  top: 40vw;
  width: 15vw;
  height: 40vw;
  z-index: 0;
}
#coinsSecond {
  background-image: url("../images/paral-coin-2.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 16%;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vw;
  z-index: 0;
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bcg-blue {
  background-image: url("../images/bcg-blue.jpg");
  width: 100%;
  min-height: 750px;
  position: absolute;
  background-size: contain;
  background-repeat: repeat;
  z-index: -1;
}
.bcg-blue .person {
  position: absolute;
  bottom: 40px;
  left: 400px;
  width: 400px;
}
.coins {
  position: absolute;
  top: 30px;
  left: 550px;
  z-index: 0;
}
.paral-coins {
  background-image: url("../images/paral-coins.png");
  width: 100%;
  min-height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 0;
}
.paral-coins-1 {
  position: fixed;
  width: 400px;
  bottom: 0px;
  left: 0;
}
.paral-coins-2 {
  position: fixed;
  width: 400px;
  bottom: 0px;
  right: 0;
}
html {
  margin: 0;
  padding: 0;
  background: #efefef;
}
.loto-red-color {
  color: #E30613;
}
body {
  position: relative;
}
body,
footer {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  min-height: 100%;
  margin: 0 auto;
}
a {
  color: #FFFFFF;
  text-decoration: none;

}
.bcg-main {
  background-image: url("../images/bcg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
}
.coins-1 {
  background-image: url("../images/coins1.png");
  background-repeat: no-repeat;
  height: 24vw;
  top: 22vw;
  position: absolute;
  width: 24vw;
  z-index: 1;
  left: -3vw;
  background-size: 100%;
  -webkit-animation: coins1 2.2s ease 0s normal both;
  animation: coins1 2.2s ease 0s normal both;
}
@keyframes coins1 {
  0% {transform: scale(.3);opacity: 0}
  100% {transform: scale(1);opacity: 1}
}
@keyframes coins1Infinite {
  0% {transform: scale(1.1);}
  50% {transform: scale(1);}
  100% {transform: scale(1.1);}
}
.coins-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.coins-2 {
  background-image: url("../images/coins2.png");
  background-repeat: no-repeat;
  height: 76vw;
  position: absolute;
  z-index: 1;
  top: 17vw;
  width: 27vw;
  background-size: 100%;
  background-position-y: top;
  background-position-x: 9vw;
  -webkit-animation: coins2 2.2s ease 0s normal both;
  animation: coins2 2.2s ease 0s normal both;
}
@keyframes coins2 {
  0% {transform: scale(.5);opacity: 0;right: -150px;}
  100% {transform: scale(1);opacity: 1;right: 0px;}
}
@keyframes coins2Infinite {
  0% {transform: scale(1.05);right: 20px;}
  50% {transform: scale(1);right: 2px;}
  100% {transform: scale(1.05);right: 20px;}
}

a:hover {

  text-decoration: none;

}

p {
  margin: 0;
  padding: 0;
}
.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;
}

.hero,
.hero-expand {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  transition: 0.5s ease;
  background-size: 1810px;
  background-repeat: no-repeat;
  background-position: 50% 114px;
  animation: fade-in-opacity 2s ease-in-out;
  height: 800px;
  height: 47vw;
  cursor: pointer;
}

.centered {
  margin: 0 50% auto;
  transform: translate(-50%, 0px);
}

.hero-img {
  width: 19vw;
  top: 16vw;
  right: 20%;
  position: absolute;
  z-index: 1000;
  margin: 0;
  -webkit-animation: buttonMainAnim 2.2s ease 0s normal both,buttonMainAnimInfinite 2.4s ease 2s normal infinite;
  animation: buttonMainAnim 2.2s ease 0s normal both,buttonMainAnimInfinite 2.4s ease 2s normal infinite;
}
.hero-img h1 {
  font-family: "Gotham Rounded Bold";
  font-size: 48px;
  color: #2B2171;
  margin-left: 17px;
  line-height: 100%;
}
.hero-img img {
  width: 20vw;
}
.hero-img .button {
  margin-left: -14px;
  margin-top: 25px;
  width: 11vw;
  height: 4vw;
}
.hero-img .button:hover {
  transform: none;
}
.show1 {
  -webkit-animation: showAnim 5s ease-in-out 1s infinite;
  animation: showAnim 5s ease-in-out 1s infinite;
}
.show2 {
  -webkit-animation: showAnim 5s ease-in-out 1.2s infinite;
  animation: showAnim 5s ease-in-out 1.2s infinite;
}
.show3 {
  -webkit-animation: showAnim 5s ease-in-out 1.4s infinite;
  animation: showAnim 5s ease-in-out 1.4s infinite;
}
.show4 {
  -webkit-animation: showAnim 5s ease-in-out 1.6s infinite;
  animation: showAnim 5s ease-in-out 1.6s infinite;
}
@keyframes showAnim {
  0% {transform: scale(1);opacity: 1}
  8% {transform: scale(1.15);opacity: 1}
  16% {transform: scale(1);opacity: 1}
  100% {transform: scale(1);opacity: 1}
}
@keyframes buttonMainAnim {
  0% {transform: scale(.4);opacity: .4}
  100% {transform: scale(1.15);opacity: 1}
}
@keyframes buttonMainAnimInfinite {
  0% {transform: scale(1.15);}
  50% {transform: scale(1);}
  100% {transform: scale(1.15);}
}
.hero-header {
  width: 790px;
  top: 111px;
  left: 200px;
  position: relative;
  margin-bottom: 110px;
}

.hero-prasiatko {
  width: 620px;
  top: 0px;
  left: -55px;
  position: absolute;
  z-index: 10000;
  will-change: transform;
}
.ruka-p {
  width: 209px;
  top: 138px;
  left: 290px;
  position: absolute;
  z-index: 10000;
  will-change: transform;
}
.ruka-l {
  width: 174px;
  top: 190px;
  left: 40px;
  position: absolute;
  z-index: 10000;
  will-change: transform;
}
.hlava {
  width: 170px;
  top: 150px;
  left: 161px;
  position: absolute;
  z-index: 10000;
  transform-origin: bottom center;
  will-change: transform;
}
.animation-canvas {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50px;
  left: 284px;
}

.bodyWrapper {

  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
}

.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;
}

.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-bottom {
  width: 500px;
  height: 110px;
  position: relative;
  top: 20px;
  left: 0px;

}
.mt40 {
  margin-top: 40px !important;
}


#logo-bottom {
  width: 175px;
  margin-left: 0px;
}

.text-bottom {
  text-align: center;
  font-family: 'Gotham Rounded Bold';
  font-size: 12px;

  left: 0px;
  width: 175px;
}

.pictogram {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  transition: transform .2s ease-in;
}

.pictogram:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}

.text-2-bottom {
  text-align: left;
  font-family: 'Gotham Rounded Bold';
  font-size: 12px;
  position: relative;
  top: -44px;
  display: inline-block;
  left: 190px;
  width: 300px;
}

.pictogram-container {

  position: relative;
  width: 400px;
  top: -87px;
  left: 631px;
}

.notice {
  width: 245px;
  position: relative;
  display: flex;
  top: -146px;
  left: calc(100% - 245px);
}

#notice {
  width: 40px;
  top: 0px;
  position: relative;
  left: 0px;
}

.notice-text {
  text-align: left;
  display: inline-block;
  font-family: 'Gotham Rounded Bold';
  font-size: 12px;
  left: 0px;
  margin-left: 10px;
  position: relative;
}



#yt {
  width: 40px;
  top: 5px;
}

.imageLogo {
  width: auto;
  height: 60px;
  position: relative;
}

.thinnerLineGrey {
  background-color: #d1d8e6;
  width: auto;
  height: 1px;
  margin-top: -20px;
  opacity: 0.5;
  display: none;
}



.bold {
  font-family: 'Gotham Rounded Bold';
}


.text-centered {
  text-align: center;
  color: #c10000;
}



.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;
}

.redButton:hover {
  background-color: #ec2020;
  transform: translateY(-3px);
}


.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;
}

.lightVioletButton:hover {
  background-color: #153cc5;
  transform: translateY(-3px);
}


.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;
}



.footer {
  background-color: #c10000;
  width: 100%;
  height: 80px;
}


.centered {
  text-align: center;
}

.footerLegal {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 190px;
  background: linear-gradient(0deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);
  color: #ffffff;
  overflow: hidden;
}

.footer-content {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 50% auto;
  transform: translate(-50%, -50%);
  top: 151px;
}




.phone-btn {

  width: 30px;
  top: 21px;
  left: 82%;
  height: auto;
  position: fixed;
  z-index: 100000;
  margin: 0 0% auto;
  display: none;


}

.buttonText {
  width: 172px;
  top: 11px;
  position: absolute;
  left: 15px;
}

h1 {
  margin: 0;
  padding: 0;

}

.mobile {
  display: none;
}

.mobile-break {
  display: block;
}


.hero-text {
  font-size: 36px;
  width: 830px;
  color: white;
  font-family: "Gotham Rounded Bold";
  top: 139px;
  position: relative;
  text-shadow: 2px 2px 2px rgba(0, 3, 66, 0.288);
}

.hero-text-1 {
  font-size: 1.25em;
  color: #26247b;
  text-transform: uppercase;
}

.hero-text-2 {
  font-size: 1.15em;
  color: white;
  text-transform: uppercase;
  top: 12px;
  position: relative;
}

.hero-text-3 {
  color: white;
  font-size: 2.6em;
  top: 12px;
  position: relative;
}

.prasa {
  left: 520px;
  position: relative;
  top: -419px;
  width: 570px;
}

.hero-main-text-headline {
  text-transform: uppercase;
  font-size: 1.8em;
  color: #26247b;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.blue {
  color: #26247b;
}

.hero-main-text {
  margin: 0px;
  color: #26247b;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 0.9em;
}

.button {
  width: 179px;
  height: 51px;
  background-image: url("..//images/button-blue.png");
  background-repeat: no-repeat;
  top: 0px;
  background-size: 100%;
  cursor: pointer;
  transition: .3s;
}
.button-anim {
  -webkit-animation: buttonAnim 2.2s ease 0s normal infinite;
  animation: buttonAnim 2.2s ease 0s normal infinite;
}
.margin-auto {
  margin: 0 auto;
}

.button:hover{
  transform: translate(-50%, -10px);
  transition: all ease 0.5s;

}

.margin-button {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rules {
  width: 100%;
  height: 0px;
  font-family: "Gotham Rounded Book";
  text-align: center;
  margin-top: 0px;
  margin-bottom: 100px;
  text-decoration: underline;
  cursor: pointer;
  color: #26247b;
  font-size: 12px;
}

table>tr>td {
  display: table-cell;
  width: auto;
  margin: 10px;
  padding: 10px 10px;
  font-size: 14px;
}
table tr:first-child td {
  font-family: 'Gotham Rounded Bold';
}
.table-wrapper {
  display: flex;
  width: 1400px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 3;
}

#dataBox-joker,
#dataBox-magicky,
#dataBox-klasicky,
#dataBox-ovocny,
#dataBox-kralovsky,
#dataBox-hot {
  margin-bottom: 10px;
}

#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: 32%;
  border-radius: 15px;
  background-color: #fff;
  font-family: "Gotham Rounded Book";
  font-weight: 300;
  transition: 1500ms ease-in-out;
  margin-bottom: 20px;
  font-size: 15px;
  align-self: baseline;
  flex-shrink: 1;
}

.tbl {
  box-sizing: border-box;
  text-align: center;
  margin-top: 50px;
  height: auto;
  display: block;
  position: relative;
  width: 500px;
  border-radius: 15px;
  background-color: #ffffff;
  padding-bottom: 15px;
  padding-top: 12px;
  font-family: "Gotham Rounded Medium";
  font-weight: 300;
  transition: 1500ms ease-in-out;
  margin-bottom: 20px;
}

.load_more-joker {
  margin-top: 5px;
  margin-bottom: 5px;
}


.tblHeader,
#loadMore,
#loadMore-joker,
#loadMore-magicky,
#loadMore-klasicky,
#loadMore-ovocny,
#loadMore-kralovsky,
#loadMore-hot {
  color: #26247b;
  font-family: "Gotham Rounded Book";
  margin-top: 20px;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding-right: 0;
}

#loadLess,
#loadLess-joker,
#loadLess-magicky,
#loadLess-klasicky,
#loadLess-ovocny,
#loadLess-kralovsky,
#loadLess-hot {
  display: none;
  color: #26247b;
  text-align: right;
  text-transform: uppercase;
  text-align: center;
  padding-right: 0;
}
#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;
}
table {
  border-collapse: collapse;
  margin: 0% auto;
  border-collapse: collapse;
  color: #26247b;
  width: 90%;
}

#dataBox {
  margin-bottom: 10px;
}

tr {
  width: 200px;
}

td {
  display: table-cell;
  width: auto;
  margin: 10px;
  padding: 5px 15px;
  font-size: 18px;
}

td:nth-child(2) {

  text-align: left;
}


td:nth-child(3) {
  text-align: left;
}

td:nth-child(4) {
  text-align: left;
}

table tr {
  display: none;
}

table tr.active {
  display: table-row;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}



#dataBox>table>tr:nth-child(1)>td:nth-child(1) {
  font-family: "Gotham Rounded Medium";
}

#dataBox>table>tr:nth-child(1)>td:nth-child(3) {
  font-family: "Gotham Rounded Medium";
}

.body-text {
  width: 900px;
  height: auto;
  font-family: 'Gotham Rounded Bold';
  color: #26247b;
  font-size: 27px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.glow {
  position: absolute;
  top: 330px;
  left: 260px;
  animation: glow 5s infinite;
  margin: 0 50% auto;
}

@keyframes glow {
  0% {
    transform: scale(2);
  }

  40% {
    transform: scale(1);
  }

  50% {
    transform: scale(2);
  }

  60% {
    transform: scale(1);
  }

  100% {
    transform: scale(2);
  }

}



.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

@keyframes fade-in-bottom {
  0% {
    transform: translate(-50%, 50px);

    opacity: 0;
  }

  100% {
    transform: translateX(-50%, 0px);

    opacity: 1;
  }
}


.scrolled.fade-in-opacity {
  animation: fade-in-opacity 1s ease-in-out both;
}

@keyframes fade-in-opacity {
  0% {


    opacity: 0;
  }

  100% {


    opacity: 1;
  }
}

.fade-in-bottom-static {
  animation: fade-in-bottom 1s ease-in-out both;
}

.fade-in-bottom-static-delayed {
  animation: fade-in-bottom-nocenter 1s ease-in-out both;
  animation-delay: 500ms;
}

.body-text-middle {
  color: rgb(237, 28, 36);
  font-size: 1.3em;
}

@keyframes fade-in-bottom-nocenter {
  0% {
    transform: translate(0%, 50px);

    opacity: 0;
  }

  100% {
    transform: translateX(0%, 0px);

    opacity: 1;
  }
}
.middle-content {
  width: 100%;
  max-width: 979px;
  margin: 0 auto;
  text-align: center;
  color: #26247b;
  position: relative;
  font-family: "Gotham Rounded Book";
  margin-bottom: 100px;
  padding: 60px 20px;
}
.middle-content:before {
  content: '';
  border-top: 1px solid #E0E0E0;
  width: 80%;
  /* height: 1px; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.middle-content:after {
  content: '';
  border-top: 1px solid #E0E0E0;
  width: 80%;
  /* height: 1px; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.middle-content h4 {
  font-size: 28px;
  line-height: 120%;
  margin: 0;
}
.middle-content h4 strong {
  font-family: "Gotham Rounded Bold";
}

.boxes-container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 3;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 50px;
  padding: 0 20px;
  justify-content: center;
}

.box1 {
  flex-basis: 25%;
  color: #fff;
  border-radius: 10px;
  background: #2A2071;
  box-shadow: 0px 4px 20px -8px rgb(0 0 0 / 25%);
  font-family: "Gotham Rounded Book";
  font-size: 22px;
  padding: 20px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;

}

.box2 {
  flex-basis: 23%;
  color: #2A2071;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-family: "Gotham Rounded Bold";
  padding: 40px 20px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.box3 {
  flex-basis: 25%;
  color: #fff;
  border-radius: 10px;
  background: #2A2071;
  box-shadow: 0px 4px 20px -8px rgb(0 0 0 / 25%);
  font-family: "Gotham Rounded Book";
  font-size: 22px;
  padding: 20px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.box-hdl {
  font-family: "Gotham Rounded Bold";
  font-size: 30px;
  color: #ed1c24;
}

.tblHeader {
  width: 180px;
  top: -50px;
  left: 50%;
  position: relative;
  margin-bottom: -30px;
  transform: translateX(-50%);
}

.banner-frame {
  background: transparent;
  background-position: center;
  border-radius: 85px;
  transform: skew(350deg);
  width: 640px;
  height: 600px;
  top: 50px;
  left: 290px;
  position: relative;
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
}
.banner-frame .person {
  position: absolute;
  width: 730px;
  transform: skewX(10deg);
  bottom: 0;
  z-index: 4;
  left: -43px;
}
/*.headline-img {
  transform: scale(.95) translate(-50%, 0px);
  animation: headlineAnim 2s ease 2.5s normal infinite;
}*/
@keyframes buttonAnim {
  0% {transform: scale(.95);}
  60% {transform: scale(1.15);}
  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);}
}

/* ------------------------------------------------------------media queries------------------------------------------------ */



@media only screen and (max-width:1600px) {
  @keyframes coins2 {
    0% {transform: scale(.5);opacity: 0;right: -150px;}
    100% {transform: scale(1);opacity: 1;right: 0px;}
  }
  .person {
    left: 4%;
    width: 44%;
    height: 37%;
    top: 7%;
  }
  #coinsOne {
    top: 40vw;
  }
  #coinsSecond {
    height: 62vw;
  }
  .animation-canvas {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 0px;
    left: -36px;
    transform: scale(0.8);
  }


  .hero,
  .hero-expand {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: 0.5s ease;
  }
  .hero-header {
    width: 670px;
    top: 101px;
    left: 190px;
    position: relative;
  }

  .table-wrapper {
    display: flex;
    width: 1200px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }

  .hdl-bck {
    position: relative;
    margin-bottom: -210px !important;
    top: 107px;
    width: 518px;
  }

  .hero-main-text {
    margin: 0px;

    margin-bottom: 40px;
    margin-top: 60px;
    font-size: 1em;
  }

  .hero-main-text-headline {
    text-transform: uppercase;
    font-size: 2em;


  }

  .glow {
    position: absolute;
    top: 300px;
    left: 200px;
    animation: glow 5s infinite;
    margin: 0 50% auto;
  }

  .hero-text {
    font-size: 28px;
    width: 750px;
    color: white;
    font-family: "Gotham Rounded Bold";
    top: 135px;
    position: relative;
    text-shadow: 2px 2px 2px rgba(0, 3, 66, 0.288);
  }

  .prasa {
    left: 410px;
    position: relative;
    top: -289px;
    width: 410px;
  }



  /* ------------------------------------------------------------------------------------------------------------ */


  .hero-text-wrapper {
    position: absolute;
    top: 130px;
    left: 0px;
    width: 700px;
    font-size: 57px;
  }

  .headContent {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
  }

  .footer-content {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
    top: 151px;
  }



  .pictogram-container {
    position: relative;
    width: 400px;
    top: -87px;

    left: 498px;
  }


}




@media only screen and (max-width:1250px) {
  .paral-coins-1,.paral-coins-2 {
    width: 300px;
  }

  .hero-header {
    width: 700px;
    top: 101px;
    left: 150px;
    position: relative;
  }

  .animation-canvas {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 33px;
    left: -36px;
    transform: scale(0.8);
  }

  .box-hdl {
    font-family: "Gotham Rounded Bold";
    font-size: 26px;
    color: #ed1c24;
  }


  .hdl-bck {
    position: relative;
    margin-bottom: -210px !important;
    top: 48px;
    width: 358px;
  }

  .hero-text-2 {
    font-size: 1.15em;
    text-transform: uppercase;
    top: 9px;
    position: relative;
  }

  .hero-text-3 {
    font-size: 2.6em;
    top: 10px;
    position: relative;
  }

  .hero-main-text {
    margin: 0px;
    margin-bottom: 40px;
    margin-top: 29px;
    font-size: 1em;
  }

  .glow {
    position: absolute;
    top: 255px;
    left: 133px;
    animation: glow 5s infinite;
    margin: 0 50% auto;
    width: 100px;
  }

  .tblHeader {
    color: #e20000;
    font-family: "Gotham Rounded Bold";
    font-size: 21px;
  }

  td {
    display: table-cell;
    width: auto;
    margin: 10px;
    padding: 5px 15px;
    font-size: 15px;
  }

  .tbl {
    box-sizing: border-box;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    height: auto;
    display: block;
    position: relative;
    width: 450px;
    border-radius: 15px;
    padding-bottom: 15px;
    padding-top: 12px;
    font-family: "Gotham Rounded Medium";
    font-weight: 300;
    transition: 1500ms ease-in-out;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 60%);
  }


  .hero-text {
    font-size: 19px;
    width: 400px;

    font-family: "Gotham Rounded Bold";
    top: 130px;
    position: relative;
    text-shadow: 2px 2px 2px rgba(0, 3, 66, 0.288);
  }

  .prasa {
    left: 260px;
    position: relative;
    top: -139px;
    width: 280px;
  }


  .buttonText {
    width: 152px;
    top: 9px;
    position: absolute;
    left: 16px;
  }

  .body-text {
    width: 700px;
    height: auto;
    font-family: 'Gotham Rounded Bold';
    font-size: 20px;
  }

  /* ------------------------------------------------------------------------------------------------------------ */

  .hero,
  .hero-expand {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: 0.5s ease;
    background-size: 1201px;
  }

  .headContent {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
  }

  .footer-content {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
    top: 151px;
  }

  .notice {
    width: 245px;
    position: relative;
    display: flex;
    top: -146px;
    left: calc(100% - 245px);
  }

  #notice {
    width: 40px;
    top: 0px;
    position: relative;
    left: 0px;
  }

  .notice-text {
    text-align: left;
    display: inline-block;
    font-family: 'Gotham Rounded Bold';
    font-size: 12px;
    left: 0px;
    margin-left: 10px;
    position: relative;
  }

  .pictogram-container {
    position: relative;
    width: 400px;
    top: -87px;

    left: 498px;
  }

  .table-wrapper {
    display: flex;
    width: 1000px;
    flex-wrap: wrap;
    justify-content: center;
  }

}

@media only screen and (max-width:1050px) {
  .table-wrapper {
    display: flex;
    width: 900px;
    flex-wrap: wrap;
    justify-content: center;
  }


  #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;
    background-color: #fff;
    font-family: "Gotham Rounded Book";
    font-weight: 300;
    transition: 1500ms ease-in-out;
    margin-bottom: 20px;
    font-size: 15px;
    align-self: baseline;
    flex-shrink: 1;
  }

  .table-wrapper {
    display: flex;
    width: 900px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  table>tr>td {
    display: table-cell;
    width: auto;
    margin: 10px;
    padding: 10px 10px;
    font-size: 14px;
  }

  .headContent {

    width: 900px;

  }

  .footer-content {

    width: 900px;

  }

}

@media only screen and (max-width:900px) {
  .person {
    top: 4%;
  }
  body {
    margin-top: 60px;
  }
  .hero-text-3 {

    font-size: 2.6em;
    top: 11px;
    position: relative;
  }

  .animation-canvas {
    position: absolute;
    width: 500px;
    height: 500px;
    top: -53px;
    left: -106px;
    transform: scale(0.6);
  }

  .hero-img {
    width: 22vw;
    top: 14vw;
  }
  .hero-img img {
    width: 26vw;
  }
  .hero-img .button {
    width: 15vw;
    height: 5vw;
  }
  .banner-frame {
    width: 480px;
    height: 433px;
    left: 192px;
    top: 80px;
  }
  .banner-frame .person {
    width: 582px;
    bottom: 0px;
    left: -40px;
  }
  .hero-header {
    width: 540px;
    top: 81px;
    left: 140px;
    position: relative;
  }
  .hdl-bck {
    position: relative;
    margin-bottom: -210px !important;
    top: -1px;
    width: 322px;
  }

  .footer-content {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .logo-bottom {
    width: 500px;
    height: 110px;
    position: relative;
    top: -20px;
    left: 0px;
  }

  #notice {
    width: 30px;
    top: -10px;
    position: relative;
    left: 0px;
  }

  .notice-text {
    text-align: left;
    display: inline-block;
    font-family: 'Gotham Rounded Bold';
    font-size: 12px;
    left: 0px;
    position: relative;
    top: -13px;
  }

  .notice {
    width: 450px;
    position: relative;
    top: -67px;
    left: 0px;
    transform: translate(0px, 0px);
  }

  .pictogram-container {
    position: relative;
    width: 400px;
    top: -126px;
    left: 100%;
    transform: translate(-140px, 0px);
  }

  .glow {
    position: absolute;
    top: 195px;
    left: 109px;
    animation: glow 5s infinite;
    margin: 0 50% auto;
    width: 100px;
  }

  .hero-text {
    font-size: 17px;
    width: 400px;
    color: white;
    font-family: "Gotham Rounded Bold";
    top: 93px;
    position: relative;
    text-shadow: 2px 2px 2px rgba(0, 3, 66, 0.288);
  }

  .button {
    margin-top: 40px;
    width: 188px;
    height: 54px;
  }

  .prasa {
    left: 230px;
    position: relative;
    top: -149px;
    width: 260px;
  }

  .rules {
    width: 100%;
    height: 0px;
    font-family: "Gotham Rounded Book";
    text-align: center;
    margin-top: 0px;
    margin-bottom: 57px;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
  }


  .tbl {
    box-sizing: border-box;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    height: auto;
    display: block;
    position: relative;
    width: 400px;
    border-radius: 15px;
    background-color: #ffffff;
    padding-bottom: 15px;
    padding-top: 12px;
    font-family: "Gotham Rounded Medium";
    font-weight: 300;
    transition: 1500ms ease-in-out;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 60%);
  }

  td {
    display: table-cell;
    width: auto;
    margin: 10px;
    padding: 5px 5px;
    font-size: 15px;
  }



  /* ------------------------------------------------------------------------------------------------------------ */

  #headWrapper {
    display: none;
  }

  #headWrapper-mobile {
    display: block;
  }




  .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;
  }
  .rules {
    width: 100%;
    height: 0px;
    font-family: "Gotham Rounded Book";
    text-align: center;
    margin-top: 30px;
    margin-bottom: 57px;
    text-decoration: underline;
    cursor: pointer;
    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;
    background-color: #fff;
    font-family: "Gotham Rounded Book";
    font-weight: 300;
    transition: 1500ms ease-in-out;
    margin-bottom: 0px;
    font-size: 15px;
    align-self: baseline;
    flex-shrink: 1;
  }

  .buttonWrapper {
    position: relative;
    top: 138px;
    width: 500px;
    z-index: 1000000;
    right: 0px;
    margin: 0 50% auto;
    transform: translate(-50%, 0px);
  }

  .redButton {
    width: 100%;
    height: 41px;
    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;
    margin-bottom: 10px;
  }

  .lightVioletButton {
    width: 100%;
    height: 41px;
    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;
  }

  .phone-btn {
    width: 30px;
    top: 49px;
    left: 100%;
    height: auto;
    position: fixed;
    z-index: 100000;
    margin: 0 0% auto;
    display: block;
    transform: translate(-30px);
  }


  .box1,
  .box2,
  .box3 {
    flex-basis: 48%;
  }

  .box-hdl {
    font-family: "Gotham Rounded Bold";
    font-size: 20px;
    color: #ed1c24;
  }

  .table-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width:750px) {
  .person {
    left: 1%;
    width: 48%;
    top: 2%;

  }

  .animation-canvas {
    position: absolute;
    width: 500px;
    height: 500px;
    top: -90px;
    left: -108px;
    transform: scale(0.45);
  }

  .logo-bottom {
    width: 500px;
    height: 110px;
    position: relative;
    top: -35px;
    left: 0px;
  }

  table>tr>td {
    display: table-cell;
    width: auto;
    margin: 10px;
    padding: 3px 4px;
    font-size: 12px;
  }


  .hdl-bck {
    position: relative;
    margin-bottom: -210px !important;
    top: -9px;
    width: 302px;
  }

  .notice {
    width: 450px;
    position: relative;
    top: -59px;
    left: 0px;
    transform: translate(0px, 0px);
  }

  .pictogram-container {
    position: relative;
    width: 400px;
    top: -87px;
    left: 0%;
    transform: translate(0px, 0px);
  }


  .hero-header {
    width: 410px;
    top: 81px;
    left: 110px;
    position: relative;
    margin-bottom: 80px;
  }

  .body-text {
    width: 100%;
    height: auto;
    font-family: 'Gotham Rounded Bold';
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text {
    font-size: 15px;
    width: 400px;
    color: white;
    font-family: "Gotham Rounded Bold";
    top: 93px;
    position: relative;
    text-shadow: 2px 2px 2px rgba(0, 3, 66, 0.288);
  }

  .prasa {
    left: 199px;
    position: relative;
    top: -119px;
    width: 210px;
  }



  .hero-main-text {
    margin: 0px;
    margin-top: 25px;
  }

  /* ------------------------------------------------------------------------------------------------------------ */


}

@media only screen and (max-width:600px) {
  .middle-content h4 {
    font-size: 26px;
  }
  .middle-content {
    margin-bottom: 50px;
  }
  .hero-img img {
    width: 60vw;
  }
  .hero,
  .hero-expand {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: 0.5s ease;
    background-size: 1120px;
    background-position: 50% 30px;
    min-height: 400px;
    min-height: 110vw;
  }
  .hero-img {
    width: 65vw;
    height: 65vw;
    top: 52vw;
    position: absolute;
    z-index: 1000;
    right: unset;
    left: 23%;
  }
  .hero-img .button {
    width: 28vw;
    height: 11vw;
  }
  #tab-joker,
  #tab-magicky,
  #tab-klasicky,
  #tab-ovocny,
  #tab-kralovsky,
  #tab-hot {

    flex-basis: 100%;

  }

  .boxes-container {
    flex-direction: column;
  }

  .no-mobile {
    display: none;
  }

  .btnRed {
    width: 185px;
    top: 350px;
  }
  .buttonWrapper {
    position: relative;
    top: 140px;
    width: 100%;
  }
  .redButton {
    width: 100%;
    height: 41px;
    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;
    margin-bottom: 10px;
  }

  .lightVioletButton {
    width: 100%;
    height: 41px;
    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;
  }
}

@media only screen and (max-width:540px) {
  .person {
    left: 0;
    background-size: contain;
    width: 50%;
    top: 1%;
    height: 10%;
  }
  #coinsOne {
    top: 85vw;
    width: 34vw;
    height: 100vw;
  }
  #coinsSecond {
    background-size: 27%;
    height: 100vw;
    top: 111vw;
  }
  .paral-coins-1, .paral-coins-2 {
    width: 200px;
  }
  .paral-coins-1 {
    bottom: 50px;
  }
  .paral-coins-2 {
    bottom: 200px;
  }
  .animation-canvas {
    position: absolute;
    width: 10vw;
    height: 10vw;
    left: 2vw;
    transform: scale(var(--vw-scale));
    top: 13vw;
    top: calc(70px + -3vw);
  }
  .hero-header {
    width: 90vw;
    top: 79px;
    left: 20vw;
    position: relative;
    margin-bottom: calc(14vw + 10px);
  }
  .banner-frame {
    width: 64vw;
    top: 20px;
    left: 26vw;
    position: relative;
    margin-bottom: calc(28vw + 10px);
    height: 303px;
    border-radius: 32px;
  }
  .banner-frame .person {
    width: 333px;
    left: -19px;
    bottom: 0px;
  }
  .hero-img img {
    width: 60vw;
  }

  .hero-text-3 {
    color: white;
    font-size: 2.6em;
    top: 9px;
    position: relative;
  }

  .logo-bottom {
    width: 177px;
    height: 106px;
    position: relative;
    top: -37px;
    left: 0px;
    margin: 0 50% auto;
    transform: translate(-50%, 0px);
  }

  .hdl-bck {
    position: relative;
    margin-bottom: -210px !important;
    top: 19px;
    width: 360px;
  }

  .pictogram-container {
    position: relative;
    width: 100%;
    top: -40px;
    display: flex;
    margin: 0 50% auto;
    left: 0%;
    transform: translate(-50%, 0px);
    justify-content: center;
    height: 33px;
  }

  .pictogram {
    width: 30px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
    transition: transform .2s ease-in;
  }

  #yt {
    width: 40px;
    top: -4px;
  }

  .text-2-bottom {
    text-align: center;
    font-family: 'Gotham Rounded Bold';
    font-size: 12px;
    position: relative;
    top: 0px;
    display: block;
    left: 0px;
    margin: 0 50% auto;
    width: 270px;
    transform: translate(-50%, 0px);
  }

  .notice {
    width: 350px;
    position: relative;
    top: -13px;
    left: 0px;
    transform: translate(-50%, 0px);
    margin: 0 50% auto;
  }

  .glow {
    position: absolute;
    top: 333px;
    left: -124px;
    animation: glow 5s infinite;
    margin: 0 50% auto;
    width: 96px;
  }


  .body-text {
    width: 98%;
    height: auto;
    font-family: 'Gotham Rounded Bold';
    font-size: 18px;
  }

  .tbl {
    width: 95%;

  }

  .mobile-break {
    display: none;
  }

  .button {
    width: 260px;
    height: 75px;
  }


  .hero-text {
    font-size: 19px;
    width: 380px;
    color: white;
    font-family: "Gotham Rounded Bold";
    top: 101px;
    position: relative;
    text-shadow: 2px 2px 2px rgba(0, 3, 66, 0.288);
  }

  .hero-main-text {
    margin: 0px;
    position: relative;
    top: 317px;
    margin-top: 60px;
  }


  .prasa {
    display: none;
  }

  td {
    display: table-cell;
    width: auto;
    margin: 10px;
    padding: 5px 10px;
    font-size: 15px;
  }

  /* ---------------------------
 */



  .bodyWrapper {
    padding: 10px;
    padding-top: 0px;
  }



  .btnRed {
    width: 185px;
    top: 284px;
  }




  .footerLegal {
    width: 100%;
    height: 220px;

  }

  .headMenu {

    padding-left: 10px;
    padding-right: 10px;

  }

  .headMenu-expand {

    padding-left: 10px;
    padding-right: 10px;

  }

}



@media only screen and (max-width:420px) {
  .person {
    width: 48%;
    top: 1%;
  }
  .paral-coins-1 {
    bottom: 20px;
  }
  .paral-coins-2 {
    bottom: 100px;
  }
  .table-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero-header {
    width: 100vw;
    top: 71px;
    left: 20vw;
    position: relative;
    margin-bottom: calc(17vw + 10px);
  }


  .body-text {
    width: 900px;
    height: auto;
    font-family: 'Gotham Rounded Bold';
    color: #26247b;
    font-size: 27px;
    margin-bottom: 30px;
    margin-top: 0px;
  }

  .hero-text-3 {
    color: white;
    font-size: 2.6em;
    top: 12px;
    position: relative;
  }

  .hero-text {
    font-size: 17px;
    width: 350px;
    color: white;
    font-family: "Gotham Rounded Bold";
    top: 93px;
    position: relative;
    text-shadow: 2px 2px 2px rgba(0, 3, 66, 0.288);
  }

  .hdl-bck {
    position: relative;
    margin-bottom: -194px !important;
    top: 19px;
    width: 341px;
  }

  .hero-main-text {
    margin: 0px;
    position: relative;
    top: 231px;
    margin-top: 60px;
  }



  .body-text {
    width: 98%;
    height: auto;
    font-family: 'Gotham Rounded Bold';
    font-size: 14px;
  }


}




@media only screen and (max-width:360px) {

  .button {
    width: 220px;
    height: 61px;
  }
  #tab-joker,
  #tab-magicky,
  #tab-klasicky,
  #tab-ovocny,
  #tab-kralovsky,
  #tab-hot {
    width: 80%;
    font-size: 13px;

  }


  .tblHeader {
    width: 70%;
    top: -29px;
    left: 5%;
    position: relative;
    margin-bottom: -30px;
  }

  .table-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }


  .hero-header {
    width: 110vw;
    top: 79px;
    left: 20vw;
    position: relative;
    margin-bottom: calc(22vw + 20px);

  }

  .hdl-bck {
    position: relative;
    margin-bottom: -194px !important;
    top: 6px;
    width: 301px;
  }

  td {
    display: table-cell;
    width: auto;
    margin: 9px;
    padding: 5px 6px;
    font-size: 13px;
  }

  .notice-text {
    text-align: left;
    display: inline-block;
    font-family: 'Gotham Rounded Bold';
    font-size: 9px;
    left: 0px;
    position: relative;
    top: -13px;
  }

  .notice {
    width: 270px;
    position: relative;
    top: -13px;
    left: 0px;
    transform: translate(-50%, 0px);
    margin: 0 50% auto;
  }


  .hero-main-text {
    margin: 0px;
    position: relative;
    top: 210px;
    margin-top: 42px;
  }

  .hero-text {
    font-size: 15px;
    width: 350px;
    color: white;
    font-family: "Gotham Rounded Bold";
    top: 93px;
    position: relative;
    text-shadow: 2px 2px 2px rgba(0, 3, 66, 0.288);
  }



}

@media only screen and (max-width:320px) {

  .hero-main-text {
    margin: 0px;
    position: relative;
    top: 171px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-text-2 {

    text-transform: uppercase;
    top: 6px;
    position: relative;
  }

  .hdl-bck {
    position: relative;
    margin-bottom: -178px !important;
    top: 6px;
    width: 251px;
  }

  .glow {
    position: absolute;
    top: 256px;
    left: -100px;
    animation: glow 5s infinite;
    margin: 0 50% auto;
    width: 96px;
  }

  .hero-main-text {
    margin: 0px;
    position: relative;
    top: 171px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 60px;
  }

  .hero-text-3 {
    color: white;
    font-size: 2.6em;
    top: 9px;
    position: relative;
  }

  .hero-text {
    font-size: 12px;
    width: 290px;
    color: white;
    font-family: "Gotham Rounded Bold";
    top: 93px;
    position: relative;
    text-shadow: 2px 2px 2px rgba(0, 3, 66, 0.288);
  }



  td {
    display: table-cell;
    width: auto;
    margin: 10px;
    padding: 3px 5px;
    font-size: 12px;
  }
}
@media (max-width:920px) and (max-height: 500px) {
  body {
    margin-top: 40px;
  }
  .hero, .hero-expand {
    min-height: 450px;
  }
  .hero-img {
    width: 250px;
    top: 100px;
    right: 90px;
  }
  .banner-frame {
    width: 500px;
    height: 400px;
    margin-bottom: 40px;
    left: 150px;
  }
  .banner-frame .person {
    width: 562px;
    left: -28px;
    bottom: 0px;
  }
  .paral-coins-1, .paral-coins-2 {
    width: 200px;
  }
}
@media (max-width:700px) and (max-height: 400px) {
  .hero-img {
    width: 200px;
    top: 76px;
  }
  .hero, .hero-expand {
    min-height: 330px;
  }
}
@media (width:1180px) and (height: 820px) {
  #coinsOne {
    top: 42vw;
  }
  #coinsSecond {
    height: 60vw;
  }
  body {
    margin-top: 70px;
  }
  .hero-img {
    width: 350px;
    right: 170px;
  }
  .banner-frame .person {
    left: -42px;
    width: 730px;
  }
  .hero-img {
    top: calc(50% - 150px);
  }
}
@media (width:820px) and (height: 1180px) {
  .paral-coins-1, .paral-coins-2 {
    bottom: 540px
  }
  #coinsOne {
    top: 50vw;
    width: 45vw;
    height: 100vw;
  }
  #coinsSecond {
    background-size: 30%;
    height: 72vw;
    top: 0vw;
  }
}
@media (width:1024px) and (height: 768px) {
  #coinsOne {
    top: 40vw;
  }
  #coinsSecond {
    height: 62vw;
  }
  .hero, .hero-expand {
    min-height: 500px;
  }
  body {
    margin-top: 75px;
  }
  .banner-frame {
    height: 520px;
    top: 110px;
  }
  .hero-img {
    width: 300px;
    right: 150px;
  }
  .hero-img {
    top: calc(46% - 114px);
  }
}
@media (width: 768px) and (height: 1024px) {
  .paral-coins-1, .paral-coins-2 {
    bottom: 400px;
  }
}

@media (max-width:930px) and (max-height: 500px) {

}
.eurojackpot{
  cursor: default;
  background: linear-gradient(90deg, rgba(251, 187, 33, 0.75) 0%, rgba(203, 124, 48, 0.75) 100%);
  min-height: 140px;
  height:auto;
  margin: 30px 0px ;
}

.eurojackpot p {
  text-transform: uppercase;
  text-align:center;
  font-family: "Gotham Rounded Bold";
  font-size:30px;
  color: #26247b;
  padding:30px 0px;
}

p .eurojackpot-pod{text-decoration: underline;}
p:hover .eurojackpot-pod{
  cursor: pointer;
  text-decoration: none;}

p .eurojackpot-suma{
  font-size:40px;}


