/*
@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%;
  letter-spacing: -1px;
}
.main-wrapper-relative {
  position: relative;
  padding-top: 110px;
  background: #003671;
  /*overflow: hidden;*/
}
.together {
  display: inline-block;
}
.side-hand {
  position: absolute;
  left: 0;
  top: -5vw;
  width: 40vw;
  z-index: -2;
}
.hand-right-side {
      position: absolute;
    width: 16vw;
    right: 4vw;
    bottom: -4vw;
  z-index: -3;
}
.position-relative {
  position: relative;
}
.bcgg {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: 0px;
  background-position-x: right;
  background-position-y: bottom;
  padding-bottom: 150px;
  overflow: hidden;
  z-index: 5;
}
.rounded-bg {
  position: absolute;
  bottom: -1px;
  background-image: url("../images/top-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto;
  min-height: 180px;
}
.puk1 {
  position: absolute;
  right: 0;
  max-width: 5vw;
  top: 5vw;
  overflow: hidden;
}
.puk2 {
  position: absolute;
  left: 0;
  max-width: 15vw;
  bottom: 20vw;
  overflow: hidden;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.hover-a {
  transition: .3s all;
}
.hover-a:hover {
  transform: translateY(-6px);
}
p {
  margin: 0;
  padding: 0;
}
.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: absolute;
  bottom: 0;
  z-index: 9;
}
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 {
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  display: flex;
  position: relative;
  overflow: hidden;
  background-position-y: -6vw;
}
.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: 100%;
  max-width: 100%;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  text-align: center;
  margin-top: 7vw;
  padding: 0 20px;
  position: relative;
  margin-left: 13%;
}
.hero-content h1 {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 7.5vw;
  text-align: left;
  line-height: 1;
  animation: 1.5s ease 0s infinite normal both running titleAnim !important;
}
@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;
}
.pt-0 {
  padding-top: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.price-counter-block {
  color: white;
  position: relative;
  text-align: center;
  bottom: 80px;
}
.price-counter-block img {
  width: 297px;
  animation: 1.3s ease 0s 1 normal both running buttonMainAnim;
}
.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.15);}
  50% {transform: scale(1);}
  100% {transform: scale(1.15);}
}
.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: 980px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: #2A2071;
  position: relative;
  bottom: 60px;
}
.steps-content h2 {
  margin-bottom: 0;
}
.step-content-2 {
  width: 100%;
  max-width: 1040px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: #2A2071;
  margin-bottom: 60px;
}
.flex-step-content {
  display: flex;
  gap: 50px;
  padding-bottom: 50px;
}
.hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 3em 0;
  padding: 0;
  width: 90%;
  left: 5%;
  position: relative;
  z-index: -2;
}
.step-content-2-item {
  flex: 1 1 0px;
  position: relative;
}
.step-content-2-title-img {
  height: 61px;
}
.step-content-2 h3 {
  font-size: 24px;
  font-family: 'Gotham Rounded Bold';
}
.step-content-2 ul {
  font-size: 16px;
  text-align: left;
  margin-bottom: 40px;
  padding-left: 40px;
}
.step-content-2 ul li {
  margin-bottom: 20px;
}
.step-cta {
  display: flex;
  flex-direction: column;
}
.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%;
}

.faq {
  width: 100%;
  max-width: 900px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  margin-bottom: 60px;
  color: #2A2071;
}
.faq-flex {
  display: flex;
  gap: 60px;
  padding-bottom: 50px;
}
.faq h3 {
  font-size: 36px;
  font-family: 'Gotham Rounded Bold';
  margin-top: 0;
}
.faq h4 {
  font-size: 22px;
  font-family: 'Gotham Rounded Bold';
  margin-top: 30px;
  margin-bottom: 10px;
}
.faq h4:first-child {
  margin-top: 0;
}
.faq p {
  font-size: 21px;
  margin-bottom: 10px;
}
.puky {
  position: absolute;
  width: 100%;
  top: 42vw;
  z-index: 2;
  text-align: center;
}
.puky img {
  width: 100%;
  max-width: 1700px;
  min-width: 1350px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.puky-mobile {
  position: absolute;
  z-index: -1;
  text-align: center;
  display: none;
}
.puky-mobile-1 {
  right: -20px;
  bottom: 0;
  width: 70px;
}
.puky-mobile-2 {
  left: -20px;
  max-width: 70px;
  bottom: 0;
}











.anim-logo-tiposbet {
  height: 92px;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
.anim-logo-tiposbet img {
  height: 100%;
  position: absolute;
  right: -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;
}
.conditions {
  margin-top: 10px;
}
.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;
}

#headWrapper-mobile {
  display: none;
}

.headMenu {
  width: auto;
  height: 110px;
  background: linear-gradient(180deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);

}

.hdl-bck {
  position: relative;
  margin-bottom: -210px !important;
  top: 160px;
}

.headContent {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 50% auto;
  transform: translate(-50%, -50%);
}

.logo {
  width: auto;
  height: 60px;
  z-index: 100000;
  position: fixed;
  left: 0px;
  top: 74%;
}

.buttonWrapper {
  position: fixed;
  top: 55%;
  width: auto;
  z-index: 1000000;
  right: 0px;
}
.phone {
  width: 16px;
  height: 30px;
  position: relative;
  top: 9px;
  left: -6px;
}

.thinLineGrey {
  background-color: #d1d8e6;
  width: auto;
  height: 4px;
}

.thinLineGrey2 {
  background-color: #d1d8e6;
  width: auto;
  height: px;
  margin-top: -44px;
}

.thinLineRed {
  background-color: #c10000;
  width: auto;
  height: 4px;
}


.logo {
  width: auto;
  height: 60px;
  z-index: 100000;
  position: fixed;
  left: 0px;
  top: 77%;
}

.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;
}

.buttonContainer {
  right: 15px;
  margin-top: 21px;
}
.redButton {
  width: 145px;
  height: 61px;
  z-index: 1000;
  font-size: 16px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  background-color: #e20000;
  padding: 5px 15px;
  margin-right: 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  transition: transform .2s ease-in;
  left: 70%;
  top: 20px;
}
.lightVioletButton {
  width: 175px;
  height: 61px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  z-index: 1000;
  font-size: 16px;
  border-radius: 5px;
  background-color: #3051c5;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease-in;
  left: 70%;
  top: 20px;
}
.head-text {
  font-family: "Gotham Rounded Bold";
  width: 140px;
  height: 50px;
  margin-right: 20px;
  display: inline-block;
  top: 20px;
  position: relative;
  text-align: right;
  color: white;
}
.lightViolet {
  background-color: #2d51c3;
}
.darkBlueBg {
  background-color: #14305f;
}
.stripeThick {
  height: 8px;
}
.lightGreyBg {
  background-color: #d1d5e1;
}
.brightRedBg {
  background-color: #cc0003;
}
.stripeThin {
  height: 3px;
}
@media only screen and (max-width: 1600px) {
  .headContent {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 1250px) {
  .headContent {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 1050px) {
  .headContent {
    width: 900px;
  }
}
@media only screen and (max-width: 900px) {
  .redButton,.lightVioletButton {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding: 5px 15px;
    height: 41px;
  }
  .hero, .hero-expand {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: 0.5s ease;
    background-size: 1120px;
    background-position: 50% 30px;
    min-height: 400px;
  }
  #headWrapper {
    display: none;
  }
  #headWrapper-mobile {
    display: block;
  }
  .buttonWrapper {
    position: relative;
    top: 138px;
    width: 500px;
    z-index: 1000000;
    right: 0px;
    margin: 0 50% auto;
    transform: translate(-50%, 0px);
  }
  .logo {
    width: auto;
    height: 60px;
    z-index: 100000;
    position: fixed;
    left: 0px;
    top: 45px;
  }
  .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: 40px;
    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;
  }
}
@media only screen and (max-width: 599px) {
  .buttonWrapper {
    position: relative;
    top: 140px;
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .headMenu-expand {
    padding-left: 10px;
    padding-right: 10px;
  }
  .headMenu {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*END HEADER MENU*/











@media only screen and (max-width: 1600px) {

.puky {
    top: 50vw;
  }
}


@media only screen and (max-width: 1400px) {
  .hero-section {
    height: 550px;
  }

}
@media only screen and (max-width: 1280px) {
  .puky {
    top: 55vw;
  }
  .puky img {
    min-width: unset;
  }

}
.puk1,.puk2 {
    display: none;
  }
@media only screen and (max-width: 1250px) {
  .puky {
    display: none;
  }
  .puk1,.puk2 {
    display: block;
  }
  .side-hand {
    width: 36vw;
  }

}
@media only screen and (max-width: 1200px) {
  .hand-right-side {
    right: 0;
  }
  .faq p {
    font-size: 18px;
  }
  .step-content-2-title-img {
    height: 50px;
  }
  .step-content-2 h3 {
    font-size: 19px;
  }
  .step-content-2 ul {
    font-size: 14px;
  }
  .step-cta img {
    height: 40px;
  }
  .hero-section {
    background-position-x: center;
    height: 450px;
  }
  .rounded-bg {
    bottom: -40px;
  }
  .spin {
    bottom: 0vh;
    width: 33vw;
  }
}
@media only screen and (max-width: 1023px) {
  h2 {
    font-size: 33px;
  }
  .step-content-2-title-img {
    height: 36px;
  }
  .step-content-2 h3 {
    font-size: 15px;
  }
  .hero-content h1 {
    margin-top: 20px;
  }
  .steps-content {
    margin-top: 50px;
  }
  .rounded-bg {
    min-height: 125px;
  }
  .hero-section {
    height: 370px;
  }
}
@media only screen and (max-width: 900px) {
      .side-hand {
        width: 39vw;
    }
  .faq h3 {
    font-size: 33px;
  }
  .faq h4 {
    font-size: 18px;
  }
      .faq p {
        font-size: 16px;
    }
      .step-content-2 ul {
        font-size: 13px;
    }
  .hero-coins {
    background-size: 100%;
    background-position-y: center;
    background-position-x: center;
    animation: coins1Mobile 15s ease 0s normal both;
  }
  .main-wrapper-relative {
    padding-top: 80px;
  }
  .bcgg {
    padding-bottom: 0;
  }
  .spin {
    bottom: -6vh;
    width: 33vw;
  }
}
@media only screen and (max-width: 868px) {
  .flex-step-content {
    gap: 10px;
  }
  .step-content-2 ul li {
    margin-bottom: 12px;
  }

     .step-cta img {
        height: 30px;
    }
  .step-cta a {
    font-size: 11px;
  }
  h2 {
    font-size: 29px;
  }
  .hero-section {
    height: 330px;
  }
  .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: 769px) {
    h2 {
    font-size: 25px;
  }
  .hero-section {
    height: 310px;
  }
  .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) {
  .step-content-2 ul {
            font-size: 12px;
    padding-left: 20px;
  }

}
@media only screen and (max-width: 669px) {
  h2 {
    font-size: 23px;
  }
  .hero-section {
    height: 300px;
  }
  .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;
}
.side-hand-mobile {
  display: none;
}
.mobile-hand-right-side {
  display: none;
}
@media only screen and (max-width: 599px) {
  .puk1,.puk2 {
    display: none;
  }
  .side-hand-mobile {
    display: block;
    width: 100%;
            margin-bottom: -120px;
  }
  .side-hand {
    display: none;
  }
  .steps-content {
    bottom: 40px;
  }
  .plr-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }
  .step-content-2 ul li {
    margin-bottom: 20px;
  }
  .puky {
    display: none;
  }
  .puky-mobile {
    display: block;
  }
  .flex-step-content {
    padding-bottom: 0;
  }
  .step-content-2 {
    margin-bottom: 50px;
  }
  .faq p {
    font-size: 14px;
  }
      .step-cta img {
        height: 48px;
    }
          .step-cta a {
        font-size: 14px;
    }
  .faq h4 {
    font-size: 14px;
    margin-top: 16px;
  }
     .faq h3 {
        font-size: 35px;
        text-align: center;
    }
     .hand-right-side {
       display: none;
     }
     .mobile-hand-right-side {
       display: block;
             position: absolute;
        bottom: -12vw;
        width: 100%;
        right: 0;
     }
  .faq-flex {
    display: block;
    padding-bottom: 0;
  }
  .step-content-2 h3 {
    font-size: 24px;
  }
  .step-content-2 ul {
    font-size: 16px;
    padding-left: 25px;
  }
  .step-content-2 {
	  padding: 0;
  }
  .step-content-2-item {
	  padding: 0 20px
  }
      .step-content-2-title-img {
        height: 70px;
    }
  .flex-step-content {
    display: block;
  }
  .flex-item-space-between {
    align-items: center;
    margin-bottom: 40px;
  }
  .step-cta a {
    display: block;
  }
  h2 {
    font-size: 26px;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .hero-section {
    background-image: url("../images/hero-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    display: flex;
    position: relative;
    overflow: hidden;
    background-position-y: -29vw;
  }
  .rounded-bg {
    border-radius: 13% 13% 0 0;
    width: 100%;
    background: #fff;
    bottom: -60px;
  }
  .rounded-bg:before,.rounded-bg:after {
    content: none;
  }
  .hero-content {
    margin: 0 auto;
  }
  .hero-content h1 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 50px;
  }
}
@media only screen and (max-width: 550px) {
  .hero-content h1 {
    font-size: 45px;
  }
  .tiposbet-text p {
    font-size: 26px;
  }
  .spin {
    right: 17vw;
    bottom: 139px;
    width: 66vw;
  }
  .side-hand-mobile {
    margin-bottom: -85px;
  }
  .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;
  }
}
@media only screen and (max-width: 463px) {
	.hero-section {
		        height: 215px;
	}
  .hero-content h1 {
    font-size: 43px;
  }
  h2 {
    font-size: 25px;
  }
  .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;
  }
}
@media only screen and (max-width: 424px) {
  .side-hand-mobile {
    margin-bottom: -65px;
}
  .faq h3 {
    font-size: 30px;
  }
  h2 {
    font-size: 21px;
  }
  .hero-content h1 {
    font-size: 40px;
  }
}
/*IPHONE SE PORTAIL*/
@media only screen and (max-width: 376px) {
  h2 {
    font-size: 20px;
  }
  .hero-content h1 {
    font-size: 36px;
  }
}
/*IPHONE LANDSCAPE*/
@media (max-width: 930px) and (max-height: 500px) {
  .puk2 {
        max-width: 10vw;
    bottom: 13vw;
  }
  .puky {
    display: none;
  }
  .step-content-2 h3 {
    font-size: 14px;
  }
  .hero-section {
    height: 370px;
  }
  .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;
  }
  .bcgg {
    padding-bottom: 0;
  }
  .hero-content h1 {
    margin-top: 20px;
  }
}

/*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) {
  .hero-section {
    height: 37vw;
  }
}
@media only screen and (min-width: 2100px) {
  .hand-right-side {
    width: 13vw;

}
  .rounded-bg {
    min-height: 200px;
  }
  .hero-content {
    margin-left: 16vw;
    max-width: 100%;
    margin-top: 5vw;
  }
  .hero-content h1 {
    font-size: 7vw;
  }
   .puky {
    top: 39vw;
  }
   .side-hand {
    width: 34vw;
}
}
@media only screen and (min-width: 2300px) {

  .rounded-bg {
    min-height: 230px;
  }
}
@media only screen and (min-width: 2559px) {
      .puky {
        top: 33vw;
    }
  .side-hand {
        top: -2vw;
    width: 25vw;
  }
  .balls {
    background-position: center center;
  }
  .rounded-bg {
    padding-bottom: 70px;
    min-height: 285px;
  }
  .hero-section {
    height: 35vw;
  }
}
@media only screen and (min-width: 3839px) {
  .side-hand {
    width: 17vw;
  }
  .rounded-bg {
    padding-bottom: 165px;
    min-height: 450px;
  }
}
