/*
@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-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');
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  min-height: 100%;
  background-image: url("../images/bcg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  letter-spacing: -1px;
  background-color: #fff;
}
.main-wrapper-relative {
  position: relative;
  margin-top: 80px;
  height: 39vw;
  /*overflow: hidden;*/
}

.puk1 {
  position: absolute;
  left: 63vw;
  max-width: 270px;
  top: -15px;
  overflow: hidden;
}
.puk2 {
  position: absolute;
  left: 200px;
  max-width: 270px;
  top: -80px;
  overflow: hidden;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.hover-a {
  transition: .3s all;
  display: inline-block;
}
.hover-a:hover {
  transform: translateY(-6px);
}
p {
  margin: 0;
  padding: 0;
}
.block {
  display: block;
}
.contentCnt {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.lightViolet {
  background-color: #2d51c3;
}
.darkBlueBg {
  background-color: #14305f;
}
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;
  position: relative;
  z-index: 2;
}
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;
}
h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 38px;
}
.hero-section {
  height: 45vw;
  display: flex;
  position: relative;
  overflow: hidden;
  background-position-y: -6vw;
}
.hero-img-bcg {
  background: url("../images/hero-img1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: -2vw;
}
.infolinka {
  text-align: center;
  font-size: 18px;
}
.infolinka span {
  margin-right: 8px;
}
.infolinka img {
  width: 20px;
}
.infolinka a {
  display: inline-block;
}
.spin {
  position: absolute;
  bottom: 4vh;
  z-index: 2;
  right: 68vw;
  animation: slotAnim 2.1s ease 0s normal forwards;
}
.add-second-anim-to-spin {
  animation: .8s ease 0s infinite normal both running slotPulse !important;
}
@keyframes slotAnim {
  0% {opacity:0;transform: scale(.5);filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);}
  70% {opacity:1;transform: scale(1.1);filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);-webkit-filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);}
  100% {opacity:1;transform: scale(1);filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);}
}
@keyframes slotPulse {
  0% {filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.4)) saturate(0.9);}
  50% {filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);-webkit-filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);}
  100% {filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.4)) saturate(0.9);}
}
.hero-coins {
  background-image: url("../images/coins.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 530px;
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: 120px;
  background-position-y: top;
  background-position-x: center;
  animation: coins1 15s ease 0s normal both;
}
@keyframes coins1 {
  0% {transform: scale(.3);opacity: 0}
  20% {transform: scale(1.3);opacity: 1}
  100% {transform: scale(1.40);opacity: 1}
}
@keyframes coins1Mobile {
  0% {transform: scale(.3);opacity: 0}
  20% {transform: scale(2);opacity: .9}
  100% {transform: scale(2.2);opacity: .9}
}
.hero-content {
  width: 26vw;
  position: absolute;
  left: 12vw;
  top: 14vw;
}
.hero-content img {
  width: 100%;
  animation: 1.3s ease 0s 1 normal both running buttonMainAnim;
}
.hero-content h1 {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 7.5vw;
  text-align: left;
  line-height: 1;

}
@keyframes titleAnim {
  0% {text-shadow: 0px -3px 8px #ffffffc2;}
  50% {text-shadow: 0px -6px 20px #ffffffc2;}
  100% {text-shadow: 0px -3px 8px #ffffffc2;}
}
.hero-content .hero-eye {
  width: 100%;
  max-width: 363px;
  height: auto;
}
.mt-0 {
  margin-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.add-second-anim-to-eye {
  animation: 1.8s ease 0s infinite normal both running buttonMainAnimInfinite !important;
}
@keyframes buttonMainAnim {
  0% {transform: scale(.4);}
  100% {transform: scale(1.15);}
}
@keyframes buttonMainAnimInfinite {
  0% {transform: scale(1);}
  50% {transform: scale(1.10);}
  100% {transform: scale(1);}
}
video {
  max-width: 752px;
  border-radius: 20px;
  margin-bottom: 100px;
  cursor: pointer;
}
.divider {
  border: 1px solid #2A2071;
  width: 80%;
  max-width: 500px;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
}
.hero-block {
  border-radius: 12px;
  font-family: 'Gotham Rounded Book';
  color: #2A2071;
  padding: 8px;
  position: absolute;
  left: 43vw;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.hero-block h1 {
  font-size: 52px;
  font-family: 'Gotham Rounded Bold';
}
.hero-block .red-block {
  color: white;
  font-size: 76px;
  padding: 10px 50px;
  border-radius: 10px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.hero-block .red-block span {
  position: relative;
  z-index: 2;
}
.hero-block .red-block:after {
  content: '';
  width: 100%;
  background: #E20413;
  position: absolute;
  height: 100%;
  left: 0;
  z-index: 0;
  transform: skewX(-9deg);
  border-radius: 10px;
  top: -4px;
}
.hero-block img {
  width: 100%;
  max-width: 700px;
}
.hero-block h2 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 20px;
}
.hero-block ul {
  font-size: 16px;
  margin: 0;
  padding-left: 15px;
}
.hero-block ul li {
  margin-bottom: 5px;
}
.hero-block a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8%;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.hero-block a img {
  width: 80%;
}
.countdown-content {
  width: 100%;
  font-family: 'Gotham Rounded Bold';
  color: #2A2071;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 60px;
  position: relative;
  bottom: 80px;
}
.countdown-bcg {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  height: 160px;
}
.countdown-title {
  color: #E30613;
  font-size: 24px;
  padding: 20px 60px 0;
}
.stepper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 8px;
}

.stepper > div {
  flex-grow: 1;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stepper .cube {
  width: 93px;
  height: 93px;
  background: #2A2071;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 8px;
  position: relative;
}
.stepper > div > div > span {
  color: #E30613;
}
.stepper .cube span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 50px;
  color: white;
  line-height: 1;
}
.stepper .days .cube:after,.stepper .hours .cube:after {
  content: ':';
  color: #E30613;
  position: absolute;
  right: -26px;
  top: 28px;
  font-size: 27px;
}




.loto-red-color {
  color: #E30613;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.actions-block {
  margin-top: 50px;
}
.actions-block a {
  display: inline-block;
  margin: 0 4px 10px;
}
.actions-block img {
  max-width: 208px;
  width: 100%;
  height: auto;
}
.steps-content {
  width: 100%;
  max-width: 1000px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: #2A2071;
  position: relative;
  margin-bottom: 100px;
  z-index: 2;
}
.steps-content h2 {
  margin-bottom: 0;
  font-size: 50px;
}
.step-content-2 {
  width: 100%;
  max-width: 680px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
  margin-top: 20px;
}
.draw-of-week-container {
  width: 100%;
  max-width: 1010px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: white;
  position: relative;
  margin-bottom: 100px;
  padding-top: 50px;
  z-index: 3;
}
.d-block {
  display: block;
}
.draw-of-week-block {
  background: #2a207187;
  padding: 16px;
  display: flex;
  border-radius: 0 20px 20px 20px;
  gap: 50px;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
}
.draw-of-week-absolute {
  position: absolute;
  background: #2a207187;
  font-size: 30px;
  font-family: 'Gotham Rounded Bold';
  padding: 14px 10px 0 10px;
  top: -50px;
  border-radius: 20px 20px 0px 0px;
  width: 326px;
  left: 0;
}
.negative-round {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: -20px;
  bottom: 0;
}
.negative-round:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  box-shadow: -20px 20px 0 0 #2a207187;
}
.draw-of-week-block img {
  border-radius: 20px;
  width: 100%;
  max-width: 310px;
}
.draw-of-week-title {
  font-size: 32px;
  font-family: 'Gotham Rounded Bold';
  margin-bottom: 30px;
}
.draw-of-week-description {
  font-size: 24px;
  margin-bottom: 30px;
}
.draw-of-week-date {
  font-size: 24px;
  font-family: 'Gotham Rounded Bold';
}
.registration-container {
  width: 100%;
  max-width: 1100px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: white;
  position: relative;
  margin-bottom: 100px;
  z-index: 3;
}
.registration-content {
  margin-bottom: 100px;
}
.registration-content img {
  width: 100%;
  max-width: 433px;
}
.registration-content p {
  font-size: 47px;
}
.registration-content h4 {
  font-size: 52px;
  margin: 0;
  font-family: 'Gotham Rounded Bold';
  margin-bottom: 5px;
}
.registration-content h3 {
  font-size: 63px;
  margin: 0;
  font-family: 'Gotham Rounded Bold';
  margin-bottom: 40px;
}
.red-block {
  padding: 5px 10px;
  position: relative;
  font-size: 75px;
  top: 5px;
}
.red-block:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #E30613;
  border-radius: 10px;
  left: 0;
  z-index: -1;
  transform: skewX(-12deg);
  bottom: 3px;
}
.games-container {
  width: 100%;
  max-width: 1020px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: white;
  position: relative;
  padding-bottom: 100px;
}
.game-image {
  position: relative;
  line-height: 0;
}
.coins-wrapper {
  position: relative;
}
.coins {
  background: url(../images/mince.png);
  width: 100%;
  height: 120%;
  position: absolute;
  background-size: 100%;
  background-position: top;
  z-index: 1;
  top: 0;
}
.win-price {
  font-size: 16px;
  position: absolute;
  top: 0;
  background: #E20413;
  padding: 4px 20px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  border-radius: 0 0 20px 20px;
  line-height: 1.4;
}
.win-price span {
  font-family: 'Gotham Rounded Bold';
}
.game-image img {
  border-radius: 20px;
  width: 100%;
}
.game-desc {
  padding: 10px 6px 0;
}
.game-desc h3 {
  font-size: 24px;
  font-family: 'Gotham Rounded Bold';
  margin-bottom: 10px;
  margin-top: 0;
}
.game-desc p {
  font-size: 16px;
}
.game-item.hot .win-price {
  top: unset;
  bottom: 0;
  border-radius: 20px 20px 0 0;
}
.flame {
  border-radius: 0 !important;
  position: absolute;
  left: 51%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 135% !important;
  z-index: 2;
  animation: 1.5s ease 0s infinite normal both running flameAnim !important;
}
@keyframes flameAnim {
  0% {filter: drop-shadow(0px 0px 10px rgba(255, 0, 0, 0.6));-webkit-filter: drop-shadow(0px 0px 10px rgba(255, 0, 0, 0.6));}
  50% {opacity:.6;filter: drop-shadow(0px 0px 10px transparent);-webkit-filter: drop-shadow(0px 0px 10px transparent);}
  100% {filter: drop-shadow(0px 0px 10px rgba(255, 0, 0, 0.6));-webkit-filter: drop-shadow(0px 0px 10px rgba(255, 0, 0, 0.6));}
}
.games-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.game-item {
  position: relative;
  z-index: 6;
}
.game-item.hot:after {
  content: '';
  background: url("../images/hot-tip.png");
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 599px) {
  .games-content {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
  .games-content .game-item:nth-child(1) {
    grid-column: span 2;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}






.flex-step-content {
  display: flex;
  gap: 50px;
  padding-bottom: 50px;
}
.step-item {
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
  color: #2A2071;
  padding: 40px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: white;
}
.cta-bonus {
  margin-top: 20px;
  display: inline-block;
  animation: 1.8s ease 0s infinite normal both running buttonMainAnimInfinite !important;
}
.cta-bonus img {
  width: 100%;
  max-width: 228px;
}
.step-item h3 {
  color: #E20413;
  font-family: 'Gotham Rounded Bold';
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 20px;
}
.step-item p {
  font-size: 25px;
}
.step-item .bigger {
  font-size: 40px;
  font-family: 'Gotham Rounded Bold';
}
.hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  width: 80%;
  left: 10%;
  position: relative;
  z-index: -2;
}
.step-content-2-item {
  flex: 1 1 0px;
  border-radius: 12px;
  box-shadow: 0px 6px 33px rgba(0, 0, 0, 0.25);
  padding: 40px 30px 30px 25px;
  text-align: left;
}
.step-content-2-title-img {
  height: 56px;
}
.strong {
  font-family: 'Gotham Rounded Bold';
}
.step-content-2 h4 {
  font-family: 'Gotham Rounded Bold';
  margin-top: 0;
  font-size: 23px;
  margin-bottom: 16px;
}
.step-content-2 a {
  text-decoration: underline;
}
.red-block img {
  position: absolute;
  right: 0px;
  top: 60px;
  max-width: 140px;
}
.blue-block {
  background: #2A2071;
  position: relative;
}
.blue-block img {
  position: absolute;
  right: 0;
  top: 100px;
  max-width: 150px;
  mix-blend-mode: lighten;
}

iframe {
  width: 100%;
  height: 162px;
  border-radius: 10px;
  border: none;
  pointer-events: none;
}
.step-content-2 ul {
  font-size: 18px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.step-content-2 ul li {
  margin-bottom: 14px;
}
.step-content-2 ul li:last-child {
  margin-bottom: 0;
}
.step-cta a {
  display: inline-block;
  color: #2A2071;
  font-size: 16px;
  margin-bottom: 6px;
}
.step-cta a:last-child {
  text-decoration: underline;
}
.step-cta img {
  height: 48px;
}
.flex-item-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.jackpot-wrapper {
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
}
.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;
}
.loading-wrapper .center-loading p {
  font-size: 13px;
  color: #14305f;
}
.ej-wrapper {
  background-image: url("../images/ej.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  padding: 0 60px;
}
.loto-wrapper {
  background-image: url("../images/loto.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  padding: 0 60px;
}
.jackpoty-wrapper {
  width: 100%;
  max-width: 1000px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: #2A2071;
  margin-bottom: 60px;
}
.jackpoty-wrapper h2 {
  font-family: 'Gotham Rounded Bold';
  font-size: 40px;
}
.flex-jackpot {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 60px;
  color: #fff;
  height: 100%;
}
.jackpot-text-block {
  width: 58%;
}
.jackpot-text-block div:first-child {
  border-bottom: 2px solid white;
  margin-bottom: 8px;
}
.jackpot-text-block span {
  font-size: 26px;
}
.jackpot-price {
  font-size: 46px !important;
  font-family: 'Gotham Rounded Bold';
  margin-left: 16px;
}
.register-with-bonus {
  display: inline-block;
  margin-top: 12px;
  transition: .3s all;
}
.register-with-bonus:hover {
  transform: translateY(-5px);
}
.register-with-bonus img {
  width: 100%;
  max-width: 448px;
}
.our-offer-wrapper {
  width: 100%;
  max-width: 1250px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: #2A2071;
  margin-bottom: 60px;
}
.our-offer-wrapper h2 {
  font-family: 'Gotham Rounded Bold';
  margin-bottom: 0;
  font-size: 40px;
}
.flex-offer {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.d-inline-block {
  display: inline-block;
}
.flex-offer > div {
  flex: 1 1 0px;
  text-align: center;
  margin-bottom: 0px;
}
.flex-offer .offer-item {
  border-radius: 12px;
  box-shadow: 0px 6px 33px rgba(0, 0, 0, 0.25);
  padding: 25px 25px 50px;
  height: 100%;
  position: relative;
  background: white;
}
.cta-offer {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.cta-offer img {
  height: 60px;
}
.flex-offer .offer-item h3 {
  font-family: 'Gotham Rounded Bold';
  margin-bottom: 32px;
  margin-top: 0;
  font-size: 24px;
  text-transform: uppercase;
}
.flex-offer .offer-item .subtitle {
  font-family: 'Gotham Rounded Medium';
  font-size: 16px;
  min-height: 57px;
  margin-bottom: 16px;
}
.flex-offer .offer-item p {
  font-size: 16px;
}
.flex-offer .offer-item ul {
  font-size: 16px;
  margin: 0;
  padding-left: 20px;
  text-align: left;
}
.flex-offer .offer-item ul li {
  margin-bottom: 4px;
}
.title-offer {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #2A2071;
  margin-top: 60px;
}
.title-offer span {
  font-family: 'Gotham Rounded Bold';
  font-size: 32px;
}
.h-100 {
  height: 100%;
}









.first-image-anim-desktop {
  z-index: 2;
  animation: 2s ease 0s normal both running firstTiposbet;
}
.second-image-anim-desktop {
  animation: .8s ease 0s normal both running secondTiposbet;
}
@keyframes firstTiposbet {
  0% {right: -100%}
  50% {right: 0}
  70% {right: 0}
  100% {right: 33.3%}
}
@keyframes secondTiposbet {
  0% {right: -100%}
  100% {right: 0}
}
.tiposbet-text {
  margin-bottom: 70px;
}
.tiposbet-text p {
  font-size: 28px;
}
.date {
  color: #2A2071;
  font-size: 35px;
  margin-top: 65px;
}
.conditions {
  margin-top: 5px;
}
.conditions a {
  font-size: 12px;
  color: #2A2071;
  text-decoration: underline;
  font-family: 'Gotham Rounded Book';
}
.steps-block {
  padding: 40px 50px 50px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.steps-block h3 {
  color: #E30613;
  margin: 0;
  font-size: 22px;
}
.steps-block p {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 26px;
}
.steps-block p:last-child {
  margin-bottom: 0;
}
.type-block {
  position: relative;
  width: 100%;
  max-width: 1176px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 100px;
  color: #2A2071;
}
.type-block h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.two-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.item-block {
  margin-bottom: 20px;
  flex-grow: 1;
  width: 33%;
  text-align: center;
  font-size: 16px;
  max-width: 367px;
}
.item-block .item-img {
  position: relative;
  padding-bottom: 30px;
  display: block;
  transition: .3s all;
}
.item-block .item-img:hover {
  transform: translateY(-10px);
}
.item-block .item-img .item-bcg {
  width: 100%;
  max-width: 368px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.item-block .item-img .item-text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 228px;
}
.headline-flex {
  align-items: end;
  display: flex;
  height: 57px;
  margin-bottom: 20px;
}
.item-block-headline {
  margin: 0;
  line-height: 120%;
}
.item-block-headline a {
  color: #E30613;
  text-decoration: underline;
}



/*START HEADER MENU*/

.headWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  box-shadow: 0px 5px 20px #0000002b;
}

#headWrapper-mobile {
  display: none;
}

.headMenu {
  width: auto;
  height: 80px;
  background: white;

}

.hdl-bck {
  position: relative;
  margin-bottom: -210px !important;
  top: 160px;
}

.headContent {
  position: relative;
  width: 1250px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buttonWrapper {
  position: unset;
  width: auto;
  z-index: 1000000;
}
.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;
  margin-top: -44px;
}

.thinLineRed {
  background-color: #c10000;
  width: auto;
  height: 4px;
}


.logo {
  width: auto;
  height: 60px;
  z-index: 100000;
}

.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;
}


.sms {
	

	
}

.ezreb {

	
 
}

.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;
}

.buttonContainer {
  right: 15px;
  margin-top: 21px;
}
.redButton {
  z-index: 1000;
  font-size: 16px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  background-color: #e20000;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease-in;
  left: 70%;
  top: 20px;
}
.lightVioletButton {
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  z-index: 1000;
  font-size: 16px;
  background-color: #2A2071;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease-in;
  left: 70%;
  top: 20px;
  margin-right: 15px;
}
.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;
}
@media only screen and (max-width: 1600px) {
  .headContent {
    position: relative;
    width: 1200px;
  }
}
@media only screen and (max-width: 1250px) {
  .headContent {
    position: relative;
    width: 1000px;
  }
}
@media only screen and (max-width: 1050px) {
  .headContent {
    width: 96%;
  }
}
@media only screen and (max-width: 599px) {
  .headMenu {
    height: 80px;
  }
  .imageLogo {
    height: 50px;
  }
  .logo {
    height: unset;
  }
  .lightVioletButton {
    margin-right: 6px;
  }
}
@media only screen and (max-width: 550px) {
  .headContent {
    width: 100%;
  }
  .lightVioletButton,.redButton {
    padding: 5px 12px;
    font-size: 12px;
  }
  .imageLogo {
    height: 42px;
  }
  .headMenu-expand {
    padding-left: 10px;
    padding-right: 10px;
  }
  .headMenu {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .imageLogo {
    height: 37px;
  }
}
/*END HEADER MENU*/














@media only screen and (max-width: 1400px) {
  .hero-block {
    left: 45vw;
  }
  .hero-block img {
    max-width: 46vw;
  }
  .hero-block h1 {
    font-size: 46px;
  }
  .hero-block .red-block {
    font-size: 68px;
  }
  .hero-section {
    height: 470px;
  }
  body {
    background-position-y: 4vw;
  }

}
@media only screen and (max-width: 1200px) {
  .registration-content p {
    font-size: 38px;
  }
  .registration-content h4 {
    font-size: 43px;
  }
  .registration-content h3 {
    font-size: 55px;
  }
  .red-block {
    font-size: 66px;
  }
  .main-wrapper-relative {
    height: 41vw;
  }
  .hero-block h1 {
    font-size: 35px;
  }
  .hero-block .red-block {
    font-size: 55px;
    padding: 10px 30px;
  }
  body {
    background-position-y: 6vw;
  }
  .step-content-2-title-img {
    height: 50px;
  }
  .step-content-2 ul {
    font-size: 15px;
  }
  .hero-section {
    background-position-x: center;
    height: 37vw;
  }
  .rounded-bg {
    bottom: -40px;
  }
  .spin {
    bottom: 0vh;
    width: 33vw;
  }
  .flex-offer .offer-item .subtitle,.flex-offer .offer-item ul,.flex-offer .offer-item p {
    font-size: 14px;
  }
  .flex-offer .offer-item h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .draw-of-week-title {
    font-size: 28px;
  }
  .draw-of-week-description,.draw-of-week-date {
    font-size: 20px;
  }
  .hero-block h1 {
    font-size: 30px;
  }
  .hero-block .red-block {
    font-size: 48px;
    padding: 10px 30px;
  }
  .title-offer img {
    width: 50px;
  }
  .title-offer span {
    font-size: 25px;
  }
  .cta-offer img {
    height: 50px;
  }
  .flex-offer .offer-item {
    padding: 25px 15px 50px;
  }
  .jackpot-text-block span {
    font-size: 24px;
  }
  .jackpot-price {
    font-size: 40px !important;
  }
  .step-content-2-title-img {
    height: 36px;
  }
  .puk2 {
    left: 0;
  }
  .rounded-bg {
    min-height: 125px;
  }
}
@media only screen and (max-width: 900px) {
  .win-price {
    font-size: 14px;
  }
  .game-desc h3 {
    font-size: 18px;
  }
  .game-desc p {
    font-size: 12px;
  }
  .registration-content p {
    font-size: 34px;
  }
  .registration-content h4 {
    font-size: 38px;
  }
  .registration-content h3 {
    font-size: 51px;
  }
  .red-block {
    font-size: 62px;
  }
  .hero-coins {
    background-size: 100%;
    background-position-y: center;
    background-position-x: center;
    animation: coins1Mobile 15s ease 0s normal both;
  }
  .main-wrapper-relative {
    margin-top: 80px;
  }
  .spin {
    bottom: -6vh;
    width: 33vw;
  }
}
@media only screen and (max-width: 868px) {
  .hero-block h1 {
    font-size: 26px;
  }
  .hero-block .red-block {
    font-size: 40px;
    padding: 6px 24px;
  }
  .hero-block .red-block:after {
    top: -2px;
  }
  .flex-offer .offer-item .subtitle {
    min-height: 37px;
  }
  .flex-offer .offer-item h3 {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .flex-offer .offer-item .subtitle, .flex-offer .offer-item ul, .flex-offer .offer-item p {
    font-size: 11px;
  }
  .cta-offer img {
    height: 40px;
  }
  .flex-jackpot {
    gap: 25px;
  }
  .ej-wrapper,.loto-wrapper {
    padding: 15px 30px;
  }
  .jackpot-text-block {
    width: 62%;
  }
  .jackpot-wrapper img {
    width: 120px;
  }
  .blue-block img,.red-block img {
    max-width: 120px;
  }
  .steps-content h2,.jackpoty-wrapper h2,.our-offer-wrapper h2 {
    font-size: 35px;
  }
  .flex-step-content {
    gap: 10px;
  }
  .step-content-2 ul {
    font-size: 13px;
    padding-left: 15px;
  }
  .step-cta img {
    height: 36px;
  }
  .step-cta a {
    font-size: 12px;
  }
  h2 {
    font-size: 31px;
  }
  .rounded-bg {
    min-height: 80px;
    bottom: -1px;
  }
  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: 806px) {
  iframe {
    height: 85vw;
  }
}

@media only screen and (max-width: 769px) {
  .game-image img {
    border-radius: 10px;
  }
  .steps-content {
    margin-bottom: 60px;
  }
  video {
    margin-bottom: 60px;
  }
  .draw-of-week-container {
    margin-bottom: 60px;
  }
  .draw-of-week-block {
    margin-bottom: 60px;
  }
  .registration-container {
    margin-bottom: 60px;
  }
  .registration-content {
    margin-bottom: 60px;
  }
  .games-content {
    gap: 20px;
  }
  .win-price {
    border-radius: 0 0 10px 10px;
    padding: 4px 14px;
    font-size: 13px;
  }
  .draw-of-week-description,.draw-of-week-title {
    margin-bottom: 15px;
  }
  .draw-of-week-block {
    gap: 20px;
  }
  .draw-of-week-description, .draw-of-week-date {
    font-size: 17px;
  }
  .draw-of-week-title {
    font-size: 20px;
  }
  .bcgg {
    background-size: 100%;
    background-position-y: bottom;
  }
  .step-item p {
    font-size: 22px;
  }
  .step-item .bigger {
    font-size: 37px;
  }
  .main-wrapper-relative {
    height: 38vw;
  }
  .hero-block h1 {
    font-size: 23px;
  }
  .hero-block .red-block {
    font-size: 35px;
    padding: 6px 20px;
  }
  .flex-offer .offer-item ul {
    padding-left: 12px;
  }
  .title-offer img {
    width: 40px;
  }
  .title-offer span {
    font-size: 20px;
  }
  .cta-offer img {
    height: 33px;
  }
  .cta-offer {
    bottom: -23px;
  }
  .jackpot-wrapper img {
    width: 100px;
  }
  .flex-jackpot {
    gap: 15px;
  }
  .jackpot-text-block span {
    font-size: 20px;
  }
  .jackpot-price {
    font-size: 35px !important;
  }
  .step-content-2 h4 {
    font-size: 20px;
  }
  .item-block {
    width: 100%;
  }
  .rounded-bg:before {
    border-radius: 350px 0 0 0;
  }
  .rounded-bg:after {
    border-radius: 0 350px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .registration-content p {
    font-size: 26px;
  }
  .registration-content h4 {
    font-size: 29px;
  }
  .registration-content h3 {
    font-size: 38px;
  }
  .red-block {
    font-size: 46px;
  }

}
@media only screen and (max-width: 669px) {
  .game-desc p {
    font-size: 11px;
  }
  .game-desc h3 {
    font-size: 16px;
  }

  .flex-offer .offer-item .subtitle, .flex-offer .offer-item ul, .flex-offer .offer-item p {
    font-size: 9px;
  }
  .cta-offer img {
    height: 28px;
  }
  .flex-offer .offer-item h3 {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .jackpot-text-block span {
    font-size: 17px;
  }
  .jackpot-price {
    font-size: 30px !important;
  }
  .blue-block img, .red-block img {
    max-width: 80px;
  }
  h2 {
    font-size: 29px;
  }
  .anim-logo-tiposbet {
    height: 12vw;
  }
  .first-image-anim-mobile {
    z-index: 2;
    animation: 2s ease 0s normal both running firstTiposbetMobile;
  }
  .second-image-anim-mobile {
    animation: .8s ease 0s normal both running secondTiposbetMobile;
  }
  @keyframes firstTiposbetMobile {
    0% {right: -100%}
    50% {right: 5vw;}
    70% {right: 5vw;}
    100% {right: 32.6vw;}
  }
  @keyframes secondTiposbetMobile {
    0% {right: -100%}
    100% {right: 5vw;}
  }
}
.show-mobile {
  display: none;
}
.register-with-bonus-mobile {
  display: none;
}
.show-more-block {
  display: none;
}
.opa-0 {
  opacity: 0 !important;
  transition: .1s all;
}
.w-100 {
  width: 100%;
}
.podmienky {
  font-size: 16px;
  text-decoration: underline;
  margin-top: 12px;
  display: inline-block;
}
@media only screen and (max-width: 599px) {
  .podmienky {
    font-size: 12px;
  }
  video {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .hero-img-bcg {
    background: none;
  }
  .hero-block {
    padding: 20px;
  }
  .hero-block img {
    width: 54%;
  }
  .draw-of-week-description, .draw-of-week-title {
    margin-bottom: 24px;
  }
  .draw-of-week-description, .draw-of-week-date {
    font-size: 16px;
    line-height: 1.6;
  }
  .draw-of-week-block {
    display: block;
    border-radius: 0 0 20px 20px;
    padding: 16px 16px 50px 16px;
    margin-bottom: 40px;
  }
  .draw-of-week-container {
    margin-bottom: 40px;
  }
  .draw-of-week-absolute {
    width: 100%;
    padding: 20px 10px 10px 10px;
    top: -66px;
  }
  .draw-of-week-block img {
    margin-bottom: 20px;
  }
  .negative-round {
    display: none;
  }
  .coins {
    display: none;
  }
  .registration-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .registration-content h3 {
    font-size: 27px;
  }
  .red-block {
    font-size: 40px;
    margin: 0 5px;
  }
  .registration-content p {
    font-size: 22px;
    margin-bottom: 14px;
    line-height: 1.6;
  }
  .registration-content img {
    max-width: 65%;
  }
  .steps-content {
    margin-bottom: 20px;
  }
  .date {
    font-size: 30px;
  }
  .step-item h3 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .step-item p {
    font-size: 20px;
  }
  .step-item .bigger {
    font-size: 35px;
  }
  .register-with-bonus {
    display: none;
  }
  .register-with-bonus-mobile {
    display: block;
    transition: .3s all;
  }
  .register-with-bonus-mobile img {
    width: 100%;
    max-width: 200px;
  }

  .register-with-bonus-mobile:hover {
    transform: translateY(-5px);
  }
  .jackpot-wrapper {
    border-radius: 0;
  }
  .ej-wrapper {
    margin-bottom: 0;
    border-radius: 12px 12px 0 0;
  }
  .loto-wrapper {
    border-radius: 0 0 12px 12px;
  }
  .flex-jackpot {
    display: grid;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .jackpot-text-block {
    width: 100%;
  }
  .jackpot-text-block span {
    display: none;
  }
  #ejJackpot, #lotoJackpot {
    display: block;
  }
  .jackpot-text-block div:first-child {
    border: none;
    margin-bottom: 0;
  }
  .jackpot-wrapper img {
    width: 150px;
    margin: 0 auto;
  }
  .ej-wrapper, .loto-wrapper {
    min-height: 180px;
    padding: 10px 0;
    height: unset;
  }
  .show-mobile {
    display: block;
  }
  .jackpot-price {
    font-size: 44px !important;
    margin-left: 0;
  }
  .flex-step-content {
    padding-bottom: 0;
  }
  .step-content-2 {
    margin-bottom: 60px;
  }

  .step-content-2 ul {
    font-size: 16px;
  }
  .step-content-2-title-img {
    height: 60px;
  }
  .flex-step-content {
    display: block;
  }
  .flex-item-space-between {
    align-items: center;
    margin-bottom: 40px;
  }
  .step-cta a {
    display: block;
  }
  h2 {
    font-size: 26px;
  }
  .jackpoty-wrapper h2 {
    margin-bottom: 10px;
  }
  .hide-mobile {
    display: none;
  }
  .main-wrapper-relative {
    height: 73vw;
  }
  .divider {
    display: none;
  }
  .hero-section {
    background-image: url("../images/hero-mobile1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 92vw;
    display: flex;
    position: relative;
    overflow: hidden;
    background-position-y: -6vw;
  }
  .hero-block {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 38%;
  }
  .hero-block h1 {
    font-size: 44px;
    color: white;
  }
  .hero-block .red-block {
    font-size: 66px;
    padding: 10px 40px;
  }
  .hero-content {
    width: 41vw;
    left: 7vw;
    top: 20vw;
  }

  .rounded-bg {
    border-radius: 13% 13% 0 0;
    width: 100%;
    background: #fff;
    bottom: -60px;
  }
  .rounded-bg:before,.rounded-bg:after {
    content: none;
  }
  .blue-block-mobile {
    background: #2A2071;
    position: relative;
  }
  .blue-block-mobile img {
    max-width: 150px;
    mix-blend-mode: lighten;
  }
  .red-block-mobile {
    background: #E20413;
    position: relative;
  }
  .red-block-mobile img {
    max-width: 140px;
  }
  .step-content-2-item-mobile {
    text-align: left;
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 20px;
    box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.3);
  }
  .step-content-2-item-mobile .collapse-block {
    display: flex;
    align-items: center;
  }
  .step-content-2-item-mobile .collapse-content {
    width: 100%;
  }
  .step-content-2-item-mobile .show-more {
    width: 140px;
    display: block;
    margin-left: auto;
  }
  .step-content-2-item-mobile h3 {
    margin-bottom: 15px;
  }
  .blue-block-mobile h3 {
    font-size: 28px;
  }
  .blue-block-mobile h3 > strong {
  display: inline-block;
  font-size: 40px;
  }
  .red-block-mobile h3 {
    font-size: 28px;
  }
  .red-block-mobile h3 span strong {
    font-size: 44px;
    display: inline-block;
  }
  .step-content-2 h4 {
    font-size: 26px;
  }
  .step-content-2 ul {
    font-size: 22px;
  }
  .step-content-2-item-mobile .show-more-block {
    padding-top: 30px;
  }
  .step-content-2-item-mobile .show-more-block img {
    display: block;
    margin-left: auto;
    margin-top: 20px;
    width: 140px;
  }
  .flex-offer-mobile {
    text-align: left;
    padding: 16px 32px;
    border-radius: 16px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.54);
    background: white;
    margin-bottom: 20px;
  }
  .flex-offer-mobile .collapse-block > div {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .flex-offer-mobile .collapse-block > div h3 {
    margin: 0;
    font-family: 'Gotham Rounded Bold';
    font-size: 36px;
    text-align: left;
  }
  .flex-offer-mobile .collapse-block > img {
    display: block;
    margin-left: auto;
    margin-top: 20px;
    width: 140px;
  }
  .bcgg {
    padding-bottom: 0;
  }
  .flex-offer-mobile .subtitle {
    margin-top: 0px;
    font-size: 23px;
  }
  .our-offer-wrapper h2 {
    margin-bottom: 10px;
  }
  .jackpoty-wrapper {
    margin-bottom: 40px;
  }
  .flex-offer-mobile .show-more-block {
    padding-top: 0px;
  }
  .flex-offer-mobile .show-more-block h4 {
    font-size: 38px;
    font-family: 'Gotham Rounded Bold';
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: -2px;
  }
  .flex-offer-mobile .show-more-block p {
    font-size: 20px;
    margin-bottom: 16px;

  }
  .flex-offer-mobile .show-more-block .subtitle {
    font-family: 'Gotham Rounded Bold';
  }
  .flex-offer-mobile .show-more-block ul {
    font-size: 20px;
    padding-left: 20px;
  }
  .flex-offer-mobile .show-more-block ul li {
    margin-bottom: 6px;
  }
  .flex-offer-mobile .show-more-block a img {
    height: 40px;
    width: auto;
    margin-bottom: 10px;
  }
  .flex-offer-mobile .show-more-block > img {
    display: block;
    margin-left: auto;
    width: 140px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .step-content-1-item-mobile {
    text-align: left;
    padding: 16px 32px;
    border-radius: 16px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.54);
    background: white;
    margin-bottom: 40px;
    font-family: 'Gotham Rounded Book';
  }
  .step-content-1-item-mobile h3 {
    font-size: 36px;
    font-family: 'Gotham Rounded Bold';
  }
  .step-content-1-item-mobile .subtitle {
    font-size: 20px;
  }
  .step-content-1-item-mobile ul {
    font-size: 20px;
    padding-left: 15px;
  }
  .step-content-1-item-mobile ul li {
    margin-bottom: 6px;
  }
  .step-content-1-item-mobile h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'Gotham Rounded Bold';
  }
  .buttons-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }
  .buttons-flex a img {
    width: 220px;
  }
  .buttons-flex > img {
    width: 140px;
  }
  .step-content-1-item-mobile .show-more-block {
    padding-top: 30px;
  }
  .flex-offer-mobile .collapse-block .subtitle {
    margin-top: 0;
    color: #2A2071 !important;
  }
}
@media only screen and (max-width: 550px) {
  .step-item p {
    font-size: 18px;
  }
  .step-item .bigger {
    font-size: 30px;
  }
  .hero-block h1 {
    font-size: 38px;
  }
  .hero-block .red-block {
    font-size: 55px;
  }

  .buttons-flex a img {
    width: 200px;
  }
  .tiposbet-text p {
    font-size: 26px;
  }
  .puk1 {
    left: 71vw;
    max-width: 230px;
  }
  .puk2 {
    left: -85px;
    max-width: 200px;
  }
  .spin {
    right: 17vw;
    bottom: 139px;
    width: 66vw;
  }
  .two-blocks {
    display: block;
  }
  .item-block {
    margin-right: auto;
    margin-left: auto;
  }
  .price-counter-block img {
    width: 245px;
  }
  .price-counter-block {
    bottom: 60px;
  }
  .balls {
    display: none;
  }
  .item-block .item-img {
    margin-bottom: 40px;
  }
  .blue-block-mobile h3 {
    font-size: 25px;
  }
  .blue-block-mobile h3 > strong {
    font-size: 32px;
  }
  .red-block-mobile h3 {
    font-size: 24px;
  }
  .red-block-mobile h3 span strong {
    font-size: 36px;
  }
  .flex-offer-mobile .show-more-block h4 {
    font-size: 33px;
  }

}
@media only screen and (max-width: 463px) {
  .game-item.hot:after {
    height: 37px;
  }
  .draw-of-week-block img {
    max-width: unset;
  }
  .registration-content h4 {
    font-size: 18px;
  }
  .registration-content h3 {
    font-size: 20px;
  }
  .red-block {
    padding: 8px 16px;
    font-size: 34px;
  }
  .step-item p {
    font-size: 17px;
  }
  .step-item .bigger {
    font-size: 28px;
  }
  .step-item {
    padding: 25px 10px;
  }
  .hero-block h1 {
    font-size: 33px;
  }
  .hero-block .red-block {
    font-size: 46px;
  }
  .flex-offer-mobile .show-more-block h4 {
    font-size: 29px;
  }
  .blue-block-mobile h3 {
    font-size: 20px;
  }
  .blue-block-mobile h3 > strong {
    font-size: 24px;
  }
  .step-content-1-item-mobile h3 {
    font-size: 31px;
  }
  .step-content-2-item-mobile .show-more {
    width: 120px;
  }
  .step-content-2-item-mobile .show-more-block img {
    width: 120px;
  }
  .step-content-2 h4 {
    font-size: 22px;
  }
  .step-content-2 ul {
    font-size: 16px;
  }
  .red-block-mobile h3 {
    font-size: 16px;
  }
  .red-block-mobile h3 span strong {
    font-size: 24px;
  }
  .buttons-flex a img {
    width: 190px;
  }
  .jackpot-price {
    font-size: 36px !important;
  }
  .youtube-iframe {
    height: 300px;
    position: relative;
    top: 50px;
  }
  .steps-block {
    padding: 40px 20px 40px;
  }
  .countdown-content {
    width: 375px;
  }
  .stepper .cube {
    width: 80px;
    height: 80px;
  }
  .stepper .cube span {
    font-size: 40px;
  }
  .stepper .days .cube:after, .stepper .hours .cube:after {
    right: -21px;
    top: 22px;
  }
  .flex-offer-mobile .collapse-block > img,.flex-offer-mobile .show-more-block > img {
    width: 120px;
  }
  .flex-offer-mobile .collapse-block > div h3 {
    font-size: 30px;
  }
  .flex-offer-mobile .collapse-block > div img {
    width: 70px;
  }
  .flex-offer-mobile .subtitle {
    font-size: 16px;
  }
  .flex-offer-mobile .show-more-block p, .flex-offer-mobile .show-more-block ul {
    font-size: 16px;
  }
}
@media only screen and (max-width: 424px) {
  .win-price {
    font-size: 10px;
  }
  .hot .game-desc {
    padding-top: 14px;
  }
  .game-desc p {
    font-size: 10px;
  }
  .game-desc h3 {
    font-size: 15px;
  }
  .step-item p {
    font-size: 15px;
  }
  .step-item .bigger {
    font-size: 25px;
  }
  .steps-content h2, .jackpoty-wrapper h2, .our-offer-wrapper h2 {
    font-size: 32px;
  }
  .hero-block h1 {
    font-size: 31px;
  }
  .hero-block .red-block {
    font-size: 42px;
  }
  .flex-offer-mobile .show-more-block ul {
    padding-left: 16px;
  }
  .flex-offer-mobile .show-more-block a img {
    height: 30px;
    width: auto;
  }
  .flex-offer-mobile .show-more-block h4 {
    font-size: 28px;
  }
  .blue-block-mobile img {
    max-width: 130px;
  }
  .red-block-mobile img {
    max-width: 130px;
  }
  .step-content-2-item-mobile {
    padding: 20px 12px;
  }
  .step-content-1-item-mobile .subtitle {
    font-size: 16px;
  }
  .step-content-1-item-mobile h4 {
    font-size: 26px;
  }
  .step-content-1-item-mobile ul {
    font-size: 16px;
  }
  .step-content-1-item-mobile h3 {
    font-size: 29px;
  }
  .buttons-flex > img {
    width: 120px;
  }
  .buttons-flex a img {
    width: 160px;
  }
  .faq h3 {
    font-size: 30px;
  }
  h2 {
    font-size: 23px;
  }
  .flex-offer-mobile {
    padding: 16px;
  }
}
/*IPHONE SE PORTAIL*/
@media only screen and (max-width: 376px) {
  .hero-block h1 {
    font-size: 29px;
  }
  .hero-block .red-block {
    font-size: 37px;
  }
  .flex-offer-mobile .show-more-block h4 {
    font-size: 26px;
  }
  .buttons-flex a img {
    width: 140px;
  }
  .step-content-1-item-mobile h3 {
    font-size: 24px;
  }
}
/*IPHONE LANDSCAPE*/
@media (max-width: 930px) and (max-height: 500px) {
  .hero-coins {
    background-size: 100%;
    background-position-y: bottom;
  }
  footer {
    position: relative;
    bottom: -1px;
    padding: 20px 0;
  }
  .youtube-iframe {
    height: 300px;
    position: relative;
    top: 50px;
  }
  .rounded-bg {
    min-height: 80px;
    bottom: -1px;
  }
}

/*IPHONE SE LANDSCAPE*/
@media (max-width: 700px) and (max-height: 400px) {
  .rounded-bg {
    bottom: -129px;
  }
  .balls {
    display: none;
  }
  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 (min-width: 1800px) {
  .puk1 {
    left: 60vw;
  }
  .hero-section {
    height: 37vw;
  }
}
@media only screen and (min-width: 2100px) {
  .rounded-bg {
    min-height: 200px;
  }
  .main-wrapper-relative {
    height: 41vw;
  }
}
@media only screen and (min-width: 2300px) {
  .rounded-bg {
    min-height: 230px;
  }
}
@media only screen and (min-width: 2559px) {
  .puk1 {
    left: 56vw;
  }
  .balls {
    background-position: center center;
  }
  .rounded-bg {
    padding-bottom: 70px;
    min-height: 285px;
  }
  body {
    background-position-y: 0;
  }

}
@media only screen and (min-width: 3839px) {
  .hero-block img {
    max-width: unset;
  }
  .puk1 {
    left: 54vw;
  }
  .rounded-bg {
    padding-bottom: 165px;
    min-height: 450px;
  }
}
.pb-40 {
  padding-bottom: 40px;
}