/*
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Roboto+Condensed:wght@400;700&display=swap');
*/

@font-face {
  font-family: "Aachen Std Bold";
  src: url(../fonts/ej_fonts/ejfont.eot);
  src: url(../fonts/ej_fonts/ejfont.eot?#iefix) format('embedded-opentype'),
  url(../fonts/ej_fonts/ejfont.woff2) format('woff2'),
  url(../fonts/ej_fonts/ejfont.woff) format('woff'),
  url(../fonts/ej_fonts/ejfont.ttf) format('truetype'),
  url(../fonts/ej_fonts/ejfont.svg) format('svg');
}

@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;
  background: #F5F5F5;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  min-height: 100%;
  letter-spacing: -1px;
}
.main-wrapper-relative {
  position: relative;
}
.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: auto;
  background-image: url("../images/t.svg");
  position: relative;
  bottom: 0px;
  background-position-x: left;
  background-position-y: 26vw;
  padding-bottom: 120px;
  padding-top: 60px;
  overflow: hidden;
  z-index: 5;
}
.bottom-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bottom-bg2.png");
  position: absolute;
  bottom: 0px;
  background-position-x: center;
  background-position-y: bottom;
  overflow: hidden;
  z-index: 0;
  height: 34vw;
  width: 100%;
}
.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;
  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: 35px;
}

.hero-section {
  position: relative;
}
.header-left-block {
  position: absolute;
}
.header-left-block img {
  width: 67vw;
}
.header-right-block {
  text-align: right;
}
.header-right-block img:first-child {
  width: 60vw;
}
.header-right-block img:last-child {
  display: none;
}
.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;
  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 rgba(0, 0, 0, 0.26);}
  50% {text-shadow: 0px -6px 20px rgba(0, 0, 0, 0.26);}
  100% {text-shadow: 0px -3px 8px rgba(0, 0, 0, 0.26);}
}
.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.1);}
  50% {transform: scale(1);}
  100% {transform: scale(1.1);}
}
.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;
}

#jackpot {
  position: absolute;
  font-size: 88px;
  color: white;
  font-family: "Aachen Std Bold";
  display: flex;
  z-index: 1;
  top: 11vw;
  left: -2vw;
  letter-spacing: 0;
  width: 100%;
  justify-content: center;
}


.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 Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: #131313;
  position: relative;
}
.strong {
  font-family: 'Gotham Rounded Bold';
}
.steps-content h3 {
  margin-top: 0;
  font-size: 45px;
  margin-bottom: 20px;
  font-family: 'Gotham Rounded Bold';
}
.steps-content p {
  font-size: 35px;
}
.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;
  position: relative;
}
.click-and-play {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.click-and-play img {
  width: 100%;
  max-width: 195px;
  animation: 1.2s ease 0s infinite normal both running buttonMainAnimInfinite !important;
}
.flex-step-content {
  display: flex;
  gap: 20px;
  padding-bottom: 50px;
}
.hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 4em 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: #131313;
  text-decoration: underline;
  font-family: 'Gotham Rounded Medium';
}
.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;
}
.bonus-content {
  width: 100%;
  max-width: 1300px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 80px;
  color: #131313;
  position: relative;
  z-index: 2;
}
.bonus-flex {
  display: flex;
  align-items: center;
}
.bonus-item {
  width: 100%;
}
.bonus-item h4 {
  font-size: 45px;
  font-family: 'Gotham Rounded Bold';
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.bonus-item ul {
  font-size: 25px;
  counter-reset: li;
  list-style-type: none;
  padding-left: 40px;
}
.bonus-item ul li {
  padding-bottom: 20px;
  position: relative;
  padding-left: 8px;
}
.bonus-item ul li:before {
  content: counter(li) ".";
  counter-increment: li;
  height: 30px;
  width: 30px;
  border: 2px solid #131313;
  border-radius: 50%;
  color: #131313;
  text-align: center;
  position: absolute;
  left: -40px;
  top: -3px;
  font-size: 20px;
  line-height: 1.5;
  font-family: 'Gotham Rounded Bold';
}
.play-the-game {
  width: 536px;
  margin-bottom: 60px;
  max-width: 40vw;
}
.game {
  display: inline-block;
}
.game img {
  max-width: 280px;
  animation: 1.2s ease 0s infinite normal both running buttonMainAnimInfinite !important;
}
.mobile-item img {
  max-width: 500px;
  width: 30vw;
}
.three-steps {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-top: 100px;
  margin-left: 20px;
  margin-right: 20px;
}
.step-item {
  position: relative;
  background: white;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.27);
  border-radius: 5px;
  min-height: 152px;
  display: flex;
  align-items: center;
  padding: 16px;
  width: 100%;
  justify-content: center;
  font-family: 'Gotham Rounded Book';
  font-size: 22px;
}
@keyframes stepAnim {
  0% {transform: scale(1);}
  20% {transform: scale(1.06);}
  40% {transform: scale(1);}
  100% {transform: scale(1);}
}
.step-item:nth-child(1) {
  animation: 1.8s ease 0s infinite normal both running stepAnim !important;
}
.step-item:nth-child(2) {
  animation: 1.8s ease 200ms infinite normal both running stepAnim !important;
}
.step-item:nth-child(3) {
  animation: 1.8s ease 400ms infinite normal both running stepAnim !important;
}
.step-item:nth-child(1):after,.step-item:nth-child(2):after {
  content: '';
  background: url("../images/arrow.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  right: -37px;
  position: absolute;
}
.nalepka {
  position: absolute;
  width: 80px;
  right: 0;
  top: 0;
}
.yellow-step {
  position: absolute;
  max-width: 76px;
  left: 12px;
  top: -35px;
}
.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;
}
.hr-with-button {
  position: relative;
}


/*START HEADER MENU*/
.headWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}
.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: 50px;
  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;
}
.head-text {
  font-family: "Gotham Rounded Bold";
  margin-right: 20px;
  color: white;
	display: flex;
    flex-direction: column;
    align-items: end;
	gap: 5px;
}
.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;
}
.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;
}

/*END HEADER MENU*/











@media only screen and (max-width: 1600px) {
  .bottom-bg {
    height: 46vw;
  }
  #jackpot {
    font-size: 75px;
  }

.puky {
    top: 50vw;
  }
}


@media only screen and (max-width: 1400px) {
  .bottom-bg {
    height: 52vw;
  }
  #jackpot {
    font-size: 67px;
  }

}
@media only screen and (max-width: 1280px) {
  .bottom-bg {
    height: 57vw;
  }
  .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) {
  .bonus-item ul {
    font-size: 22px;
  }
  .bonus-item ul li:before {
    height: 25px;
    width: 25px;
    font-size: 16px;
    line-height: 1.6;
    left: -30px;
    top: 0px;
  }
  #jackpot {
    font-size: 56px;
  }
  .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;
  }
  .rounded-bg {
    bottom: -40px;
  }
  .spin {
    bottom: 0vh;
    width: 33vw;
  }
   .imageLogo {
        height: 45px;
      }
}
@media only screen and (max-width: 1023px) {
  .bottom-bg {
    height: 63vw;
  }
  .bonus-item h4 {
    margin-left: 20px;
    font-size: 40px;
    text-align: left;
    margin-bottom: 20px;
  }
  .bonus-item ul {
    font-size: 20px;
  }
  .bonus-item ul li:before {
    height: 20px;
    width: 20px;
    font-size: 14px;
    line-height: 1.6;
    left: -23px;
    top: 0px;
  }
  #jackpot {
    font-size: 48px;
  }
  h2 {
    font-size: 33px;
  }
  .step-content-2-title-img {
    height: 36px;
  }
  .step-content-2 h3 {
    font-size: 15px;
  }
  .hero-content h1 {
    margin-top: 20px;
  }
  .rounded-bg {
    min-height: 125px;
  }
  .steps-content p {
    font-size: 30px;
  }
  .steps-content h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .bottom-bg {
    height: 68vw;
  }

  #jackpot {
    font-size: 41px;
  }
  .redButton,.lightVioletButton {
		height: 45px;
		font-size: 15px;
	}
      .headMenu {
        height: 80px;
        overflow: hidden;
        transition: 0.5s ease;
    }
      .imageLogo {
        height: 33px;
      }
          .head-text {
        font-size: 13px;
        gap: 3px;
    }
      .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;
  }
  .spin {
    bottom: -6vh;
    width: 33vw;
  }
}
@media only screen and (max-width: 868px) {
  .bonus-item ul li {
    padding-bottom: 14px;
  }
  .bonus-item ul li:before {
    height: 20px;
    width: 20px;
    font-size: 14px;
    line-height: 1.6;
    left: -23px;
    top: 0px;
  }
  .bonus-item ul {
    font-size: 18px;
  }
  .step-item {
    font-size: 15px;
    padding: 10px;
  }
  .steps-content p {
    font-size: 26px;
  }
  .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;
  }
  .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) {
  .click-and-play img {
    max-width: 160px;
  }

  .yellow-step {
    max-width: 58px;
    top: -20px;
  }
  .nalepka {
    width: 60px;
  }
  .bottom-bg {
    height: 73vw;
  }
  .bonus-item ul li:before {
    height: 15px;
    width: 15px;
    font-size: 12px;
    line-height: 1.4;
    left: -18px;
    top: 0px;
  }
  .bonus-item ul {
    font-size: 15px;
  }
  .step-item {
    font-size: 13px;
    padding: 8px;
  }
  .steps-content p {
    font-size: 22px;
  }
  .steps-content h3 {
    font-size: 36px;
  }
  #jackpot {
    font-size: 34px;
  }
    h2 {
    font-size: 25px;
  }
  .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) {
      .head-text {
        font-size: 12px;
        gap: 2px;
            margin-right: 13px;
    }
  .redButton {
    margin-right: 8px;
  }
  .phone {
    width: 10px;
  }
      .redButton, .lightVioletButton {
        width: auto;
        height: auto;
        padding: 8px 17px;
        border-radius: 4px;
    }
  .step-content-2 ul {
            font-size: 12px;
    padding-left: 20px;
  }

}
@media only screen and (max-width: 669px) {
  h2 {
    font-size: 23px;
  }
  .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-top {
  display: none;
}
.mobile-hand-right-side {
  display: none;
}
.mobile-item {
  order: 2;
}
@media only screen and (max-width: 599px) {
  .bonus-flex {
    display: block;
  }
  .mobile-item {
    text-align: center;
    margin-bottom: 40px;
  }
  .mobile-item img {
    width: 70vw;
  }
  .bonus-content {
    margin-top: 40px;
    margin-bottom: 70vw;
  }
  .header-left-block {
    top: -6vw;
  }
  .bonus-item ul li:before {
    height: 20px;
    width: 20px;
    font-size: 15px;
    line-height: 1.4;
    left: -27px;
    top: 0px;
  }
  .bonus-item h4 {
    margin-left: 0;
    font-size: 31px;
    text-align: center;
  }
  .bonus-item ul {
    font-size: 21px;
    padding-left: 28px;
  }
  .conditions a {
    color: white;
  }
  .play-the-game {
    max-width: 85vw;
  }
  .bottom-bg {
    height: 150vw;
    background-position-x: 0vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bottom-bg-mobile.png");
    background-position-y: bottom;
  }
  .title-mobile {
    font-size: 32px;
    display: block;
    margin-bottom: 0px;
  }
  .hr {
    margin: 3em 0;
  }
  .steps-content h3 {
    font-size: 21px;
    margin-bottom: 0;
  }
  .three-steps {
    display: block;
  }
  .step-item {
    margin-bottom: 70px;
    font-size: 21px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .ul-container {
    display: flex;
    justify-content: center;
  }
  .step-item:nth-child(1):after, .step-item:nth-child(2):after {
    right: unset;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(90deg);
    bottom: -45px;
  }
  .nalepka {
    width: 80px;
  }
  .yellow-step {
    max-width: 74px;
    top: -32px;
  }
  .three-steps .step-item:last-child {
    margin-bottom: 0;
  }
  .steps-content p {
    font-size: 21px;
  }

  .header-right-block img:first-child {
    display: none;
  }
  .header-right-block img:last-child {
    width: 78vw;
    display: inline-block;
  }
  .header-left-block img {
    width: 100vw;
  }
  #jackpot {
    top: 15vw;
  }
  .headMenu {
    height: 70px;
  }
      .redButton, .lightVioletButton {
        padding: 14px 11px;
        font-size: 12px;
    }
      .imageLogo {
        height: 26px;
    }
  .puk1,.puk2 {
    display: none;
  }
  .side-hand-mobile {
    display: block;
    width: 100%;
            margin-bottom: -120px;
  }
  .side-hand {
    display: none;
  }
  .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-top {
      display: block;
        position: absolute;
        top: 0vw;
        width: 100%;
        right: 0;
        z-index: -2;
     }
     .mobile-hand-right-side {
       display: block;
             position: absolute;
        bottom: -12vw;
        width: 100%;
        right: 0;
       z-index: -1;
     }
  .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;
  }
  #jackpot {
    font-size: 49px;
    left: -4vw;
  }
  .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-content {
    margin: 0 auto;
  }
  .hero-content h1 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 50px;
  }
  .bcgg {
    padding-bottom: 60px;
    padding-top: 20px;
    background-position-y: 100vw;
    background-size: 90%;
  }
  .game img {
    max-width: 230px;
  }
}
@media only screen and (max-width: 550px) {
  .bottom-bg {
    height: 145vw;
  }
  #jackpot {
    font-size: 39px;
  }
  .redButton, .lightVioletButton {
        padding: 12px 10px;
        font-size: 11px;
    }
      .head-text {
        font-size: 11px;
        gap: 2px;
        margin-right: 11px;
    }
  .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) {
  .bottom-bg {
    height: 160vw;
  }
  #jackpot {
    font-size: 36px;
  }
      .imageLogo {
        height: 20px;
    }
  .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) {

  #jackpot {
    font-size: 31px;
  }
      .imageLogo {
        height: 22px;
    }
  .phone {
    display: none;
  }
      .redButton, .lightVioletButton {
        padding: 12px 8px;
        font-size: 10px;
    }
  .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) {
  .bonus-item ul {
    font-size: 19px;
  }
  #jackpot {
    font-size: 28px;
  }
  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-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;
  }
  .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) {
  .bcgg {
    padding-bottom: 8vw;
  }
  #jackpot {
    font-size: 90px;
  }
}
@media only screen and (min-width: 2100px) {
  #jackpot {
    font-size: 100px;
  }
  .bcgg {
    padding-bottom: 12vw;
  }
  .hand-right-side {
    width: 13vw;

}
  .rounded-bg {
    min-height: 200px;
  }
  .hero-content {
    margin-left: 16vw;
    max-width: 100%;
    margin-top: 8vw;
  }
  .hero-content h1 {
    font-size: 7vw;
  }
   .puky {
    top: 39vw;
  }
   .side-hand {
    width: 34vw;
}
}
@media only screen and (min-width: 2300px) {
  #jackpot {
    font-size: 120px;
  }
  .bcgg {
    padding-bottom: 16vw;
  }

  .rounded-bg {
    min-height: 230px;
  }
}
@media only screen and (min-width: 2559px) {
  #jackpot {
    font-size: 120px;
  }
      .puky {
        top: 33vw;
    }
  .side-hand {
        top: -2vw;
    width: 25vw;
  }
  .balls {
    background-position: center center;
  }
  .rounded-bg {
    padding-bottom: 70px;
    min-height: 285px;
  }
}
