@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url(..//fonts/gothamRounded-Bold.woff2) format('woff2'),
    url(..//fonts/gothamRounded-Bold.woff) format('woff');

}

@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url(..//fonts/gothamRounded-Medium.woff2) format('woff2'),
    url(..//fonts/gothamRounded-Medium.woff) format('woff');
}


@font-face {
  font-family: 'Gotham Rounded Book';
  src: url(..//fonts/gothamRounded-Book.woff2) format('woff2'),
    url(..//fonts/gothamRounded-Book.woff) format('woff');
}


* {
  -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/hero.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  letter-spacing: -1px;
  background-color: #06174b;
}
.main-wrapper-relative {
  position: relative;
  margin-top: 60px;
  height: 37vw;
  /*overflow: hidden;*/
}
.bcgg {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: 0px;
  background-position-x: right;
  background-position-y: bottom;
  overflow: hidden;
  z-index: 0;
  background: rgb(255,255,255);
  background: none;
}
.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;
  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;
}
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: 650px;
  position: relative;
  overflow: hidden;
  background-position-y: -6vw;
}
.zodpovedne-hranie {
  position: absolute;
  width: 8vw;
  right: 13vw;
  top: 4vw;
}
.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 {
  position: absolute;
  left: 5vw;
  top: 7vw;
}
.eye-icons {
  max-width: 270px;
  margin-bottom: 10px;
}
.bcg-position {
  background-position-y: -4vw;
}
.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;}
}

.eye-button {
  color: #fff;
  padding: 6px 20px;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
}
.eye-button:before {
  content: '';
  background: #2A2071;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 12px;
  top: 47%;
  left: 47%;
}
.eye-button span {
  font-size: 90px;
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
  text-wrap: nowrap;
}
.hero-eye {
  width: 100%;
  height: auto;
  text-align: center;
  animation: 1.8s ease 0s infinite normal both running buttonMainAnimInfinite !important;
}
.hero-eye h1 {
  font-family: 'Gotham Rounded Medium';
  font-size: 50px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
}
.hero-eye .red-button span {
  font-size: 53px;
}
.hero-eye .red-button:before {
  left: 45%;
}
.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.05);}
  100% {transform: scale(1);}
}
.hero-block {
  background: white;
  border-radius: 12px;
  font-family: 'Gotham Rounded Book';
  color: #2A2071;
  padding: 30px 40px 40px;
  position: absolute;
  right: 5vw;
  top: 8vw;
}
.hero-block img {
  width: 100%;
}
.hero-block h2 {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 20px;
}
.hero-block ul {
  font-size: 24px;
  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;
  text-align: center;
}
.hero-block .red-button:before {
  left: 49%;
}
.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: #fff;
  position: relative;
  margin-bottom: 40px;
}
.steps-content h2 {
  margin-bottom: 0;
  font-size: 40px;
}
.step-content-2 {
  width: 100%;
  max-width: 1000px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: white;
  margin-bottom: 0px;
}
.flex-step-content {
  display: flex;
  gap: 50px;
  padding-bottom: 50px;
}
.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: 20px;
  text-align: left;
  margin: 10px 0;
}
.step-content-2-item .red-button span {
  font-size: 18px;
}
.text-center {
  text-align: center;
  margin-top: 10px;
}
.video-wrapper {
  width: 100%;
  padding: 0 20px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}
.video-wrapper video {
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.step-content-2-title-img {
  height: 56px;
}
.step-content-2 h3 {
  font-size: 22px;
  font-family: 'Gotham Rounded Book';
  margin-top: 0;
  margin-bottom: 20px;
}
.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: none;
}
.step-content-2 h3 .bigger {
  font-size: 36px;
}
.red-block {
  background: #fff;
  color: #2A2071;
  position: relative;
  background-image: url("../images/red-block-img.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  border: 2px solid transparent;
}
.red-block img {
  position: absolute;
  right: 0px;
  top: 60px;
  max-width: 140px;
}
.red-block h3 {
  font-size: 35px;
}
.blue-block {
  background: #2A2071;
  position: relative;
  background-image: url("../images/blue-block-img.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  border: 2px solid #ffffff9c;
  box-shadow: inset 0 0 17px 0px rgba(255, 255, 255, 0.63), 0 0 11px 4px rgba(255, 255, 255, 0.63);
}
.blue-block img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}

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;
  display: block;
}
.loto-wrapper {
  background-image: url("../images/loto.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  padding: 0 60px;
  display: block;
}
.jackpoty-wrapper {
  width: 100%;
  max-width: 1000px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  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;
  padding-bottom: 120px;
}
.our-offer-wrapper h2 {
  font-family: 'Gotham Rounded Bold';
  margin-bottom: 20px;
  font-size: 40px;
  color: white;
}
.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;
  height: 100%;
  position: relative;
  background: white;
}
.cta-offer {
  position: absolute !important;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s all;
}
.cta-offer:hover {
  transform: translateY(-6px) translateX(-50%);
}
.red-button {
  color: #fff;
  padding: 6px 20px;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
}
.red-button:before {
  content: '';
  background: #E30613;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 6px;
  top: 47%;
  left: 47%;
}
.red-button span {
  font-size: 30px;
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
  text-wrap: nowrap;
}
.red-button span small {
  display: block;
}
.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 #FFFFFF;
  margin-top: 20px;
}
.title-offer span {
  font-family: 'Gotham Rounded Bold';
  font-size: 32px;
  color: white;
}
.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;
}
.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: 80px;
  background: white;

}

.hdl-bck {
  position: relative;
  margin-bottom: -210px !important;
  top: 160px;
}

.headContent {
  position: relative;
  width: 1200px;
  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;
}
.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*/

.hero-block .red-button span {
  font-size: 28px;
}







@media only screen and (max-width: 1900px) {

}
@media only screen and (max-width: 1700px) {
  .hero-block h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1500px) {

}




@media only screen and (max-width: 1400px) {
  .hero-block ul {
    font-size: 20px;
  }
  .hero-block .red-button span {
    font-size: 20px;
  }
  .hero-eye h1 {
    font-size: 40px;
  }
  .hero-eye .red-button span {
    font-size: 30px;
  }
  .hero-content .red-button {
    padding: 2px 10px;
  }
  .eye-icons {
    max-width: 210px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-eye h1 {
    font-size: 35px;
  }

  .eye-button span {
    font-size: 38px;
  }
  .hero-block ul {
    padding-left: 10px;
  }
  .hero-block h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .hero-block ul {
    font-size: 16px;
  }
  .hero-block .red-button span {
    font-size: 16px;
  }
  .hero-block .red-button {
    padding: 4px 12px;
  }
  .red-button span {
    font-size: 26px;
  }
  .step-content-2-title-img {
    height: 50px;
  }
  .step-content-2 ul {
    font-size: 15px;
  }
  .hero-section {
    background-position-x: center;
    height: 450px;
  }
  .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) {
  .flex-offer .offer-item .subtitle, .flex-offer .offer-item ul, .flex-offer .offer-item p {
    font-size: 13px;
  }
  .flex-offer .offer-item h3 {
    font-size: 18px;
  }
  .step-content-2 h3 .bigger {
    font-size: 30px;
  }
  .eye-icons {
    max-width: 140px;
  }
  .hero-block {
    top: 5vw;
  }
  .hero-content {
    top: 4vw;
  }
  .hero-block {
    padding: 20px 20px 30px;
  }
  .zodpovedne-hranie {
    right: 8vw;
    top: 1vw;
  }
  .flex-step-content {
    gap: 20px;
  }
  .step-content-2 {
    padding: 0 30px;
  }
  .title-offer img {
    width: 50px;
  }
  .title-offer span {
    font-size: 25px;
  }
  .cta-offer img {
    height: 50px;
  }
  .flex-offer .offer-item {
    padding: 25px 15px;
  }
  .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;
  }
  .hero-section {
    height: 370px;
  }
}
@media only screen and (max-width: 900px) {
  .red-button span {
    font-size: 20px;
  }
  .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) {
  .step-content-2 h3 .bigger {
    font-size: 24px;
  }
  .hero-eye h1 {
    font-size: 20px;
  }
  .eye-button span {
    font-size: 30px;
  }
  .hero-block h2 {
    font-size: 22px;
  }
  .hero-block {
    top: 0vw;
  }
  .hero-content {
    top: 1vw;
  }
  .hero-eye .red-button span {
    font-size: 18px;
  }
  .red-button span {
    font-size: 18px;
  }
  .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: 10px;
  }
  .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: 105px;
  }
  .steps-content h2,.jackpoty-wrapper h2,.our-offer-wrapper h2 {
    font-size: 35px;
  }
  .step-content-2 h3 {
    font-size: 20px;
  }
  .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;
  }
  .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: 806px) {
  iframe {
    height: 85vw;
  }
}

@media only screen and (max-width: 769px) {
  .step-content-2 h3 {
    font-size: 18px;
  }
  .hero-block ul {
    font-size: 13px;
  }
  .hero-block .red-button span {
    font-size: 13px;
  }
  .zodpovedne-hranie {
    right: 5vw;
  }
  .hero-block .red-button {
    padding: 1px 12px;
  }
  .hero-block h2 {
    font-size: 17px;
    margin-bottom: 0;
  }
  .hero-block {
    padding: 15px 15px 20px;
  }
  .hero-block h2 {
    font-size: 20px;
  }
  .red-button {
    padding: 6px 14px;
  }
  .red-button span {
    font-size: 16px;
  }
  .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;
  }
  .step-content-2 h3 {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .step-content-2 h3 .bigger {
    font-size: 20px;
  }
  .step-content-2-item .red-button span {
    font-size: 14px;
  }
  .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;
  }
  .step-content-2 ul li {
    margin-bottom: 10px;
  }

}

.show-more-button,.show-less-button {
  position: relative;
}

@media only screen and (max-width: 669px) {
  .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: 24px;
  }
  .jackpot-price {
    font-size: 30px !important;
  }
  .blue-block img, .red-block img {
    max-width: 80px;
  }
  .step-content-2 h3 {
    font-size: 14px;
  }
  h2 {
    font-size: 29px;
  }
  .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;
}
.register-with-bonus-mobile {
  display: none;
}
.show-more-block {
  max-height: 0;
  opacity: 0;
  display: none;
}
.show-active {
  display: block;
  max-height: 1000px !important;
  opacity: 1 !important;
  transition: max-height, opacity 0.5s ease-in !important;
}
.opa-0 {
opacity: 0 !important;
  pointer-events: none;
}
@media only screen and (max-width: 599px) {
  .hero-eye {
    flex-direction: column;
    text-align: left;
    align-items: self-start;
  }
  .hero-eye h1 {
    text-align: left;
  }
.buttons-flex .red-button {
  padding: 4px 14px;
}
.buttons-flex .red-button span {
  font-size: 24px;
}
.buttons-flex .red-button span small {
  font-size: 15px;
}
.step-content-2 {
  padding: 0 20px;
}
  .flex-jackpot {
    gap: 0;
  }
.zodpovedne-hranie {
  display: none;
}
.register-with-bonus {
  display: none;
}
.register-with-bonus-mobile {
  display: inline-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: 20px;
  border-radius: 12px 12px 0 0;
}
.main-wrapper-relative {
  margin-top: 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%;
  margin-bottom: 20px;
}
#ejJackpot, #lotoJackpot {
  display: block;
}
.jackpot-text-block div:first-child {
  margin-bottom: 10px;
}
.jackpot-wrapper img {
  width: 150px;
  margin: 0 auto;
}
.ej-wrapper, .loto-wrapper {
  min-height: 180px;
  padding: 10px 0;
  height: unset;
}
.steps-content h2, .jackpoty-wrapper h2, .our-offer-wrapper h2 {
  font-size: 30px;
  text-align: center;
}
.show-mobile {
  display: block;
}
.jackpot-price {
  font-size: 44px !important;
  margin-left: 0;
}
.flex-step-content {
  padding-bottom: 0;
}
.step-content-2 {
  margin-bottom: 40px;
}

.step-content-2 h3 {
  font-size: 24px;
}
.our-offer-wrapper {
  padding-bottom: 350px;
}
.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: 30px;
}
  .steps-content h2 {
    margin-bottom: 30px;
  }
.hide-mobile {
  display: none;
}
  .hero-block ul {
    font-size: 24px;
  }
.main-wrapper-relative {
  height: auto;
}
.hero-section {
  background-image: url("../images/hero-mobile.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
  background-position-y: 0vw;
  flex-direction: column;
  padding: 0 20px;
  gap: 15px;
  justify-content: end;
  padding-bottom: 30px;
}
  .hero-block .red-button span {
    font-size: 22px;
  }
.hero-block {
  top: unset;
  left: unset;
  right: unset;
  position: relative;
}
.hero-content {
  width: unset;
  left: unset;
  top: unset;
  position: relative;
}
  .hero-eye {
    animation: 1.5s ease 0s infinite normal both running buttonMainAnimInfiniteMobile !important;
  }
  @keyframes buttonMainAnimInfiniteMobile {
    0% {transform: scale(1);}
    50% {transform: scale(1.03);}
    100% {transform: scale(1);}
  }
.hero-eye h1 {
  font-size: 40px;
}
.eye-button span {
  font-size: 46px;
}
.eye-button:before {
  background: #E20413;
  border-radius: 6px;
}

.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: unset;
  height: 100%;
  width: auto;
}
.red-block-mobile {
  background: #E20413;
  position: relative;
}
.red-button span {
  font-size: 24px;
}
.red-button span small {
  font-size: 18px;
}
.red-block-mobile img {
  max-width: 140px;
}
.step-content-2-item-mobile {
  text-align: left;
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 0px;
  box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.3);
}
.blue-block-mobile .collapse-block {
  display: flex;
  align-items: center;
  background: url("../images/blue-block-img-mobile.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.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: 30px;
  margin-left: 35%;
  font-family: "Gotham Rounded Book";
}
  .blue-block-mobile h3 .smaller {
    font-size: 20px;
  }
.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: 0px;
}
.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;
  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: 6px;
  width: 110px;
}
.flex-offer-mobile .subtitle {
  margin-top: 0px;
  font-size: 23px;
}
.our-offer-wrapper h2 {
  margin-bottom: 30px;
}
.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: 23px;
  margin-bottom: 8px;

}
.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: 2px;
}
.flex-offer-mobile .show-more-block a img {
  height: 40px;
  width: auto;
  margin-bottom: 10px;
}
.flex-offer-mobile .show-more-block .red-button {
  margin-bottom: 10px;
}
.flex-offer-mobile .show-more-block > img {
  display: block;
  margin-left: auto;
  width: 110px;
  margin-top: 6px;
  margin-bottom: 5px;
}
.step-content-1-item-mobile {
  text-align: left;
  padding: 16px 20px;
  border-radius: 16px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.54);
  background: white;
  color: #2A2071;
  margin-bottom: 40px;
  font-family: 'Gotham Rounded Book';
}
.step-content-1-item-mobile h3 {
  margin-top: 15px;
  margin-bottom: 18px;
  font-size: 36px;
  font-family: 'Gotham Rounded Book';
}
.show-more-block .red-button span {
  font-size: 24px !important;
}
.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;
}
  .hero-block .red-button {
    padding: 4px 12px;
  }
  .hero-eye .red-button span {
    font-size: 33px;
  }
.step-content-1-item-mobile h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: 'Gotham Rounded Bold';
}
.steps-content {
  margin-bottom: 10px;
}
.buttons-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
  .step-content-2-item-mobile ul {
    font-family: 'Gotham Rounded Book';
    padding-left: 20px;
  }
.buttons-flex.opa-0 {
  height: 0;
}
.buttons-flex a img {
  width: 220px;
}
.buttons-flex > img {
  width: 140px;
}
.step-content-1-item-mobile .show-more-block {
  padding-top: 10px;
}
.flex-offer-mobile .collapse-block .subtitle {
  margin-top: 0;
  color: #2A2071 !important;
}
}
@media only screen and (max-width: 550px) {
  .flex-offer-mobile .subtitle {
    font-size: 20px;
  }
.eye-button span {
  font-size: 30px;
}
.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;
}
  .hero-eye h1 {
    font-size: 35px;
  }
.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: 26px;
}
.blue-block-mobile h3 > strong {
  font-size: 32px;
}
.step-content-2 h3 span {
  font-size: 22px;
}
.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: 22px;
}

}
@media only screen and (max-width: 463px) {
  .hero-block .red-button span {
    font-size: 23px;
  }
.flex-offer-mobile .show-more-block h4 {
  font-size: 20px;
  margin-bottom: 4px;
}
.blue-block-mobile h3 {
  font-size: 24px;
}
.blue-block-mobile h3 > strong {
  font-size: 24px;
}
.step-content-1-item-mobile h3 {
  font-size: 31px;
}
.step-content-2 h3 span {
  font-size: 17px;
}
.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;
}
  .hero-eye .red-button span {
    font-size: 27px;
  }
.steps-content h2, .jackpoty-wrapper h2, .our-offer-wrapper h2 {
  font-size: 31px;
}
  .hero-block ul {
    font-size: 21px;
  }
.youtube-iframe {
  height: 300px;
  position: relative;
  top: 50px;
}
.steps-block {
  padding: 40px 20px 40px;
}
.countdown-content {
  width: 375px;
}
  .hero-section {
    height: 110vw;
  }
.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 > div h3 {
  font-size: 26px;
}
.flex-offer-mobile .collapse-block > div img {
  width: 70px;
}
.flex-offer-mobile .subtitle {
  font-size: 17px;
}
.flex-offer-mobile .show-more-block p, .flex-offer-mobile .show-more-block ul {
  font-size: 17px;
}
  .hero-eye h1 {
    font-size: 32px;
  }
  .eye-icons {
    max-width: 100px;
  }
}
@media only screen and (max-width: 424px) {
  .hero-block ul {
    font-size: 19px;
  }
.hero-eye h1 {
  font-size: 22px;
}
.eye-button span {
  font-size: 25px;
}
.eye-button {
  padding: 5px 18px;
}
.steps-content {
  margin-top: 20px;
}
.flex-offer-mobile .show-more-block ul {
  padding-left: 16px;
}
.flex-offer-mobile .show-more-block a img {
  height: 30px;
  width: auto;
}
.red-block-mobile img {
  max-width: 130px;
}
  .hero-eye .red-button span {
    font-size: 19px;
  }

.step-content-2-item-mobile {
  padding: 20px 12px;
}
.step-content-1-item-mobile .subtitle {
  font-size: 18px;
}
.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: 30px;
}
.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: 391px) {
  .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 (min-width: 1800px) {
  .puk1 {
    left: 60vw;
  }
  .hero-section {
    height: 37vw;
  }
}
@media only screen and (min-width: 2100px) {
  .hero-block ul {
    font-size: 29px;
  }
  .hero-eye h1 {
    font-size: 64px;
  }
  .hero-eye .red-button span {
    font-size: 60px;
  }
}
@media only screen and (min-width: 2300px) {
}
@media only screen and (min-width: 2559px) {


}
@media only screen and (min-width: 3839px) {

}