@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 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: #fff;
}
.confety {
  width: 100%;
  max-width: 2000px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: none;
  top: -11vw;
  mix-blend-mode: darken;
}
.confety-2 {
  width: 100%;
  max-width: 2000px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: none;
  bottom: 0vw;
  mix-blend-mode: darken;
}
.show-confety {
  display: block;
}
.show-mobile {
  display: none;
}
.bcgg {
  background: url("../images/bcg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  bottom: 0px;
  background-position-x: center;
  background-position-y: top;
  padding-bottom: 100px;
  z-index: 0;
}
.ozbody {
  position: absolute;
  top: -9vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
  max-width: 1900px;
}
.hero-mince {
  position: absolute;
  top: -20vw;
  left: 0;
  width: 100%;
	max-width: 25vw;
  z-index: 0;
}
.hero-coins {
  position: absolute;
  top: -20vw;
  right: 0;
  width: 100%;
	max-width: 25vw;
  z-index: 0;
}
.bottom-mince {
  position: absolute;
  bottom: 0vw;
  left: 0;
  width: 100%;
	max-width: 40vw;
  z-index: 0;
}
.bottom-coins {
  position: absolute;
  bottom: 0vw;
  right: 0;
  width: 100%;
	max-width: 40vw;
  z-index: 0;
}
.wrapper-content {
  position: relative;
  background: #fff;
}
.rounded-bg {
  position: absolute;
  top: -150px;
  background-image: url("../images/top-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  margin: 0 auto;
  height: 151px;
  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);
}
.over-iframe-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.over-iframe-link iframe {
  pointer-events: none;
}
p {
  margin: 0;
  padding: 0;
}
.fullWidth{
  width: 100%;
  overflow: hidden;
}
#video {
  display: block;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
#videoMobile {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.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: 50px;
  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;
}
.btn-top {
  margin-bottom: 40px;
  display: inline-block;
  animation: 2s ease 0s normal infinite both running zoomBcg !important;
}
.btn-top img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
.lightVioletButton {
  width: 175px;
  height: 50px;
  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;
}
.head-text {
  font-family: "Gotham Rounded Bold";
  margin-right: 20px;
  color: white;
	display: flex;
    flex-direction: column;
    align-items: end;
	gap: 5px;
}
.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;
}


iframe {
  width: 100%;
  height: 162px;
  border-radius: 10px;
  border: none;
}

.iframe-wrapper {
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.iframe-wrapper p {
  font-family: "Gotham Rounded Book";
  font-size: 15px;
  color: #000000;
}
.iframe-main-wrapper .iframe-wrapper:last-child {
  margin-bottom: 0;
}

.loading-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}
.loading-wrapper .center-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-wrapper .center-loading img {
  height: auto;
  width: 100%;
  max-width: 120px;
  margin-bottom: 10px;
}
.loading-wrapper .center-loading p {
  font-size: 13px;
  color: #14305f;
}

.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 {
	width: 96%;
	max-width: 1400px;
	display: flex;
    justify-content: space-between;
	margin: 0 auto;
	align-items: center;
	height: 100%;
}

.logo {
  width: auto;
  z-index: 100000;
}

.buttonWrapper {
  width: auto;
  z-index: 1000000;
	display: flex;
	align-items: center;
}
.phone {
     width: 16px;
    position: relative;
    top: 2px;
    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;
}



.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;
}
























.cursor-pointer {
  cursor: pointer;
}
h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 55px;
  font-family: 'Gotham Rounded Bold';
}
.hero-section {
  height: 40vw;
  position: relative;
  overflow: hidden;
}
.bcg-hero {
  width: 100%;
  height: 100%;
  background-image: url(../images/hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
  animation: 12s ease 0s normal both running zoomMainBcg !important;
}
@keyframes zoomMainBcg {
  0% {transform: scale(1)}
  100% {transform: scale(1.03)}
}
.hero-section:hover .eye-hero {
  transform: translateY(-10px);
}
.hero-content {
  width: auto;
  font-family: 'Gotham Rounded Bold';
  right: 16vw;
  text-align: center;
  margin-top: 8vw;
  padding: 0 20px;
  position: absolute;
  z-index: 2;
  top: 0;
}

.hero-flex-block {
  gap: 37px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
.hero-item {
  animation: 2s ease 0s normal infinite both running zoomBcg !important;
}
.anim-to-item {
	animation: 4000ms ease 0s normal infinite both running zoomBcg2 !important;
}
@keyframes zoomBcg {
  0% {scale: 1}
  50% {scale: 1.05}
  100% {scale: 1}
}
@keyframes zoomBcg2 {
  0% {scale: 1}
	80% {scale: 1}
  85% {scale: 1.02}
  100% {scale: 1}
}
.hero-item img {
  width: 40vw;
  height: auto;
}
.hero-item h1 {
  color: white;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
}
.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;
}
.aaa {}
.block-content {
  width: 100%;
  color: #2A2071;
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
.block-content h2 {
  font-family: 'Gotham Rounded Bold';
  font-size: 57px;
  line-height: 1.1;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
.strong {
  font-family: 'Gotham Rounded Bold';
}
.inline-block {
  display: inline-block;
}
.block-content h3 {
  font-family: 'Gotham Rounded Book';
  font-size: 28px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  margin-top: 0;
}
.outbox-content {
  align-items: center;
  padding: 46px;
  border: 2px solid #ffffff;
  color: white;
  box-shadow: inset 0 0 140px -65px rgb(116 197 218 / 63%), 0 0 60px -9px rgb(127 227 248 / 63%);
  border-radius: 16px;
  flex: 1;
  position: relative;
  bottom: 50px;
}
.outbox-content:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 16px;
  margin: 0;
  z-index: -1;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05)
}
.outbox-content:after {
  content: '';
  background: url("../images/eclipse.png");
  background-position: center;
  background-size: 125%;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
}
.light-box {
  position: absolute;
  height: 100%;
  top: 0;
}
.light-box-right {
  right: 0%;
  transform: translateX(50%);
}
.light-box-left {
  left: 0%;
  transform: translateX(-50%);
}
.game-flex-block {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bonusfest {
  font-family: 'Gotham Rounded Bold';
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
	gap: 24px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: 20px;
  margin-bottom: 40px;
}
.bonusfest-item {
  position: relative;
  cursor: pointer;
  transition: .2s;
	font-family: 'Gotham Rounded Bold';
    flex: 0 1 31%;
    margin-bottom: 60px;
    max-width: 360px;
	z-index: 2;
}
.bonusfest-item:hover {
  transform: scale(1.05);
  transition: .3s;
}
.bonusfest-item img {
  max-width: 100%;
  border-radius: 12px;
}
/* 1. Ensure this sits above everything when visible */
.modal {
  position: absolute;
  z-index: 9990000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
}

.modal.is-visible {
  visibility: visible;
}
.modal-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.prevent-default {
  pointer-events: none;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal-wrapper p {
  margin-bottom: 20px;
}
.modal-title {
}
.modal-description {
  color: #fff;
}
.modal-wrapper {
  border-radius: 10px;
  text-align: center;
  font-family: 'Gotham Rounded Bold';
  font-size: 25px;
  background: #2A2071;
  color: white;
  padding: 40px 20px 40px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 375px;
  height: 350px;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}
.modal-wrapper img {
  width: 100%;
  max-width: 92px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.modal-condition {
  text-decoration: underline;
  font-size: 13px;
  font-family: 'Gotham Rounded Book';
  display: block;
}
.modal-condition:hover {
  text-decoration: underline;
}
.text-to-modal,.link-to-modal,.conditions-to-modal {
  display: none;
}
.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translate(-50%, -60%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translate(-50%, 50%);
  opacity: 1;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
  cursor: pointer;
}
.modal-close img {
  width: 15px;
}
.modal-link {
  color: #fff;
  padding: 6px 12px;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-decoration: none;
}
.modal-link:before {
  content: '';
  background: #E20413;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 6px;
  top: 47%;
  left: 47%;
}
.modal-link span {
  font-size: 20px;
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
}
.modal-link:hover {
  transition: .3s;
  transform: translateY(-4px);
}
.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
  font-family: "Gotham Rounded Book";
}

.modal-content > *:last-child {
  margin-bottom: 0;
}
.bonus {
  position: absolute;
  bottom: -12px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  width: 85%;
  padding: 0 6px;
  text-align: center;
  font-size: 27px;
}
.bonus:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 55px;
  z-index: -1;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 8px;
  top: 47%;
  left: 47%;
}
.date-game {
    position: absolute;
    top: -35px;
    left: 15px;
    background: #fff;
    padding: 8px 20px;
    border-radius: 8px 8px 0 0;
    line-height: 1;
    font-size: 22px;
    z-index: -1;
    font-family: 'Gotham Rounded Book';
	color: #2A2071;
}
.white-button {
  color: #2A2071;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-decoration: none;
}
.white-button span {
  font-size: 30px;
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
}
.white-button:before {
  content: '';
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 6px;
  top: 47%;
  left: 47%;
}
.bonus.red:before {
  background: #E20413;
}
.bonus.blue:before {
  background: #2A2071;
}
.number-big {
  font-size: 37px;
}
.podmienky {
  padding-top: 20px;
  font-family: 'Gotham Rounded Book';
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
	position: relative;
	z-index: 2;
}
.podmienky img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 100%;
  max-width: 285px;
  height: auto;
  cursor: pointer;
}
.podmienky a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  font-size: 15px;
}
.link-bottom-wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.news-tip {
  position: relative;
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: 'Gotham Rounded Bold';
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;

  margin-bottom: 50px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.news-tip:after {
  content: '';
  border-bottom: 2px solid #E0E0E0;
  position: absolute;
  bottom: 0;
  width: 80%;
}
.news-tip .tip-block-1 {
  flex: 0 1 52%;
  margin-bottom: 34px;
  margin-bottom: 40px;
}
.news-tip .tip-block-2 {
  flex: 0 1 42%;
  margin-bottom: 34px;
  margin-bottom: 40px;
  transition: .3s;
  /*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)}
}
.free-spin {
  font-family: 'Gotham Rounded Bold';
  position: relative;
  z-index: 2;
  color: white;
  padding: 10px 20px;
  animation: 1.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 normal both running buttonMainAnim;
  margin-bottom: 14px;
  display: inline-block;
  align-items: center;
  text-align: left;
  justify-content: center;
  gap: 15px;
}
.free-spin:before {
  content: '';
  background: #E20413;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 12px;
  top: 47%;
  left: 48%;
  box-shadow: 0px 2px 13px 0px #E20413;
}
.free-spin .price {
  font-size: 77px;
  line-height: 1;
}
.hero-content h1 {
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 95px;
  text-align: center;
  line-height: 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: 120px;
}
.tip-block-2 img {
  width: 100%;
  max-width: 370px;
  border-radius: 12px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.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;
}
.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;
}
.game-item-3 {
  font-family: 'Gotham Rounded Bold';
  flex: 0 1 32%;
  margin-bottom: 34px;
}
.game-item-4 {
  font-family: 'Gotham Rounded Bold';
  flex: 0 1 23%;
  margin-bottom: 34px;
}
.game-item a {
  display: block;
  transition: .3s;
}
.game-item a:hover {
  transform: translateY(-10px);
}
.game-item img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.game-item h3 {
  color: #E30613;
  font-size: 22px;
  line-height: 120%;
  margin-top: 22px;
  margin-bottom: 14px;
}
.game-item p {
  font-size: 14px;
  line-height: 120%;
}

.outbox-wrapper {
  padding: 0 40px;
}
.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%;
}
@media only screen and (max-width: 1400px) {
  .hero-content h1 {
    font-size: 70px;
  }
  .free-spin .price {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1200px) {
  .ozbody {
    top: 5vw;
  }
  iframe {
    height: 14vw;
  }
.news-tip h2 {
font-size: 34px;
}
.tip-block-1 p {
margin-right: 0px;
}
  .rounded-bg {
    top: -128px;
  }
}
@media only screen and (max-width: 1023px) {
  .block-content h2 {
    font-size: 42px;
  }
  .block-content h3 {
    font-size: 25px;
  }
  .hero-content {
    right: 8vw;
    margin-top: 6vw;
  }
  .hero-content h1 {
    font-size: 60px;
  }
  .free-spin .price {
    font-size: 45px;
  }
  .rounded-bg {
    top: -120px;
  }
  .bonus {
    font-size: 20px;
  }
  .number-big {
    font-size: 33px;
  }
.news-tip h2 {
font-size: 30px;
}
}
@media only screen and (max-width: 900px) {
	.redButton,.lightVioletButton {
		height: 45px;
		font-size: 15px;
	}
	.date-game {
		font-size: 15px;
		    top: -29px;
	}
.news-tip {
gap: 20px;
}
  .rounded-bg {
    top: -100px;
  }
.hero, .hero-expand {
position: relative;
width: 100%;
overflow: hidden;
transition: 0.5s ease;
background-size: 1120px;
background-position: 50% 30px;
min-height: 400px;
}
.headMenu {
height: 80px;
overflow: hidden;
transition: 0.5s ease;
}
.head-text {
	font-size: 15px;
}
.phone {
	width: 12px;
	top: 1px;
}
.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;
}
  .outbox-content {
    bottom: 10px;
    padding: 36px 16px;
  }
.game-item-3 {
flex: 0 1 30%;
}
.game-item-4 {
flex: 0 1 22%;
}
}
@media only screen and (max-width: 868px) {
.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: 820px) {

  .bonus:before {
    height: 50px;
  }
  .bonus {
    font-size: 18px;
  }
  .number-big {
    font-size: 31px;
  }
  iframe {
    height: 85vw;
  }
  .confety {
    width: 100%;
    height: 1500px;
    object-fit: cover;
  }
  .confety-2 {
    width: 100%;
    height: 1500px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 769px) {
  .block-content h2 {
    font-size: 36px;
  }
  .block-content h3 {
    font-size: 22px;
  }

  .hero-content h1 {
    font-size: 45px;
  }
  .free-spin .price {
    font-size: 34px;
  }
  .bonus {
    font-size: 16px;
  }
  .number-big {
    font-size: 29px;
  }
  .confety {
    top: -20vw;
  }
.news-tip {
padding-left: 0;
padding-right: 0;
}
.news-tip h2 {
font-size: 23px;
margin-bottom: 14px;
}
.cta-tip-block {
text-align: left;
}
  .rounded-bg {
    top: -80px;
  }

}
@media only screen and (max-width: 767px) {
	.redButton {
		margin-right: 8px;
	}
	.redButton, .lightVioletButton {
		width: auto;
        height: auto;
        padding: 8px 17px;
        border-radius: 4px;
	}
	    .head-text {
        font-size: 13px;
			gap: 3px;
    }
		    .phone {
        width: 9px;
        top: 1px;
    }
  h2 {
    font-size: 30px;
  }

}
.mobile-hero-content {
  display: none;
}
@media only screen and (max-width: 700px) {
  .bonus:before {
    height: 41px;
  }
  .bonus {
    font-size: 14px;
  }
  .number-big {
    font-size: 24px;
  }
  .rounded-bg {
    top: -67px;
  }
}
@media only screen and (max-width: 599px) {
  .block-content h3 {
    font-size: 16px;
  }
  .block-content h2 {
    font-size: 30px;
  }
  .show-mobile {
    display: block;
  }
	.bonusfest {
		padding-left: 5px;
		padding-right: 5px;
	}
  .hero-content {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
    right: unset;
    top: unset;
  }
	.bonusfest-item {
		    flex: 0 1 45%;
	}
  .modal-wrapper {
    height: 300px;
  }
  .modal-content {
    margin-top: 10px;
  }
  .bonusfest {
    grid-gap: 24px 16px;
  }
  .col {
    grid-column: span 3 !important;
    grid-row-start: unset !important;
  }
  .podmienky img {
    max-width: 200px;
  }
  .confety {
    top: -15vw;
  }
  .btn-top {
    display: none;
  }
  #video {
    display: none;
  }
  #videoMobile {
    display: block;
  }
  .bcg-hero {
    background: url("../images/hero-mobile.jpg");
    background-position-x: center;
    background-repeat: no-repeat;
          background-position-y: 0vw;
        background-size: cover;
  }
  @keyframes zoomMobileBcg {
    0% { transform: scale(1)}
    100% {transform: scale(1.1)}
  }
  .mobile-hero-content img {
    height: auto;
    width: 100%;
    max-width: 179px;
    margin-top: 20px;
    animation: 2s ease 0s normal infinite both running zoomBcg !important;
  }
  .mobile-hero-content {
    display: block;
    font-family: 'Gotham Rounded Bold';
    margin-bottom: 40px;
  }
  .mobile-hero-content p {
    margin: 0 20px;
    margin-top: 20px;
  }
  .mobile-hero-content h1 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .hero-flex-block {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
  }
  .hero-item img {
    max-width: 100%;
  }
  .iframe-wrapper p {
    margin: 0 20px;
  }
.hero-section {
height: 82vw;
}
.imageLogo {
	height: 37px;
}
  .outbox-content {
    padding: 20px 16px;
  }
.redButton, .lightVioletButton {
	        padding: 14px 11px;
        font-size: 12px;
}
    .head-text {
        font-size: 12px;
        margin-right: 10px;
    }
.modal-wrapper p {
	font-size: 20px;
}
.headMenu {
	height: 70px;
}
.headContent {
	width: 94%;
}
  .rounded-bg {
    border-radius: 13% 13% 0 0;
    width: 100%;
    background: #070728;
    bottom: 0;
    top: -90px;
  }
}
@media only screen and (max-width: 550px) {

.news-tip {
padding-top: 40px;
}
.news-tip:before {
content: '';
border-bottom: 2px solid #E0E0E0;
position: absolute;
top: 0;
width: 100%;
}
.news-tip:after {
width: 100%;
}
.news-tip .tip-block-1 {
margin-bottom: 0px;
}
.cta-tip-block {
text-align: center;
position: absolute;
bottom: 40px;
width: 100%;
z-index: 3;
}
.cta-tip-block a img {
max-width: 150px;
}
.tip-block-1 p {
font-size: 12px;
margin: 0 40px;
margin-bottom: 10px;
}
.news-tip h2 {
font-size: 30px;
}
.tip-block-2 img {
max-width: 100%;
}
.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%;
}
.game-item-4 {
flex: 0 1 100%;
}
.headMenu-expand {
padding-left: 10px;
padding-right: 10px;
}
.rounded-bg:before,.rounded-bg:after {
content: none;
}
.wrapper-content {
padding-top: 20px;
}
}
@media only screen and (max-width: 463px) {
	.head-text {
		font-size: 9px;
	}
	    .redButton, .lightVioletButton {
        padding: 15px 9px;
        font-size: 10px;
    }
	    .imageLogo {
        height: 30px;
    }
  .bonus {
    font-size: 14px;
  }
  .number-big {
    font-size: 22px;
  }
.mobile-hero-content h1 {
font-size: 30px;
}
.news-tip h2 {
font-size: 24px;
}
.two-blocks {
display: block;
}
.item-block {
width: 100%;
}
  .block-content h3 {
    font-size: 14px;
  }
  .block-content h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
.steps-block {
padding: 40px 20px 40px;
}
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 424px) {
  .bonus {
    font-size: 12px;
  }
  .outbox-wrapper {
    padding: 0 35px;
  }
  .outbox-content {
    bottom: 10px;
    padding: 36px 10px;
  }
  .block-content h3 {
    font-size: 13px;
  }
  .block-content h2 {
    font-size: 24px;
  }
.buttonContainer {
margin-top: 7px;
}
.buttonContainer button {
display: block;
margin-bottom: 5px;
width: 110px;
font-size: 13px;
padding: 3px 15px;
}
}
/*IPHONE SE PORTAIL*/
@media only screen and (max-width: 376px) {
}

.mt-0 {
  margin-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.d-none {
  display: none !important;
}

@media only screen and (min-width: 1900px) {
}
@media only screen and (min-width: 2000px) {
  .hero-section {
    height: 36vw;
  }
  .hero-content h1 {
    font-size: 115px;
  }
  .free-spin .price {
    font-size: 90px;
  }
}
@media only screen and (min-width: 2200px) {
  .hero-content h1 {
    font-size: 126px;
  }
  .free-spin .price {
    font-size: 100px;
  }
}
@media only screen and (min-width: 3800px) {
  .hero-content {
    margin-top: 6%;
  }
  .ozbody {
    top: -6vw;
  }
}