/*
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Roboto+Condensed:wght@400;700&display=swap');
*/

@font-face {
  font-family: 'Gotham Rounded Italic';
  src: url(../fonts/GothamRounded-BoldItalic.eot);
  src: url(../fonts/GothamRounded-BoldItalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/GothamRounded-BoldItalic.woff2) format('woff2'),
    url(../fonts/GothamRounded-BoldItalic.woff) format('woff'),
    url(../fonts/GothamRounded-BoldItalic.ttf) format('truetype'),
    url(../fonts/GothamRounded-BoldItalic.svg) format('svg');

}


@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url(..//fonts/GothamRounded-Bold.woff2) format('woff2'),
    url(..//fonts/GothamRounded-Bold.woff) format('woff'),
    url(..//fonts/GothamRounded-Bold.ttf) format('truetype');

}

@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url(..//fonts/GothamRounded-Medium.woff2) format('woff2'),
    url(..//fonts/GothamRounded-Medium.woff) format('woff'),
    url(..//fonts/GothamRounded-Medium.ttf) format('truetype');
}


@font-face {
  font-family: 'Gotham Rounded Book';
  src: url(..//fonts/GothamRounded-Book.woff2) format('woff2'),
    url(..//fonts/GothamRounded-Book.woff) format('woff'),
    url(..//fonts/GothamRounded-Book.ttf) format('truetype');
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  min-height: 100%;
  background: #FFFFFF;
}
.main-wrapper-relative {
  position: relative;
}
.bcgg {
  background-image: url("../images/p.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  bottom: 0px;
  background-position-x: right;
  background-position-y: -19vw;
  padding-bottom: 50px;
  z-index: 3;
}
.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;
  height: 145px;
}

.balls {
  background-image: url("../images/balls.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  position: absolute;
  bottom: -50px;
  height: 100%;
  z-index: -1;
  background-position: -100px center;
  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;
  bottom: 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: 40px;
}
.hero-section {
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 630px;
  display: flex;
  position: relative;
  background-position-y: -2vw;
}
.hero-section-next {
  background-image: url("../images/hero-next.jpg") !important;
}
.action-head {
  position: relative;
  bottom: 60px;
}
.hero-content {
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  text-align: center;
  margin-top: 130px;
  padding: 0 20px;
  position: absolute;
  left: 56vw;
}
.hero-content img {
  width: 100%;
  max-width: 430px;
  animation: 1.5s ease 0s normal infinite both running zoomBcg !important;
}
.hero-content h1 {
  color: white;
  margin-top: 0;
  font-size: 76px;
  line-height: 1;
}
/* 1. Ensure this sits above everything when visible */
.modal {
  position: absolute;
  z-index: 9990000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.prevent-default {
  pointer-events: none;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal-date {
  font-size: 45px;
  margin-bottom: 0;
}
.modal-wrapper p {
  margin-bottom: 20px;
}
.modal-wrapper .modal-link img {
  width: 100%;
  max-width: 117px;
}
.modal-title {
}
.modal-description {
  color: #E30613;
}
.modal-wrapper {
  border-radius: 10px;
  text-align: center;
  font-family: 'Gotham Rounded Bold';
  font-size: 25px;
  color: white;
  padding: 40px 20px 60px;
  background-image: url("../images/bcg-modal.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 550px;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translate(-50%, -60%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
  cursor: pointer;
}
.modal-close img {
  width: 15px;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}
.hero-eye {
  width: 100%;
  max-width: 235px;
  height: auto;
  animation: 1.5s ease 0s normal infinite both running zoomBcg !important;
}
@keyframes zoomBcg {
  0% {scale: 1}
  50% {scale: 1.1}
  100% {scale: 1}
}
.price-counter-block {
  color: white;
  position: relative;
  text-align: center;
  bottom: 80px;
}
.price-counter-block img {
  width: 297px;
}
.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;
}


.faq {
  font-family: 'Gotham Rounded Book';
  display: flex;
  text-align: left;
  gap: 50px;
  margin-top: 50px;
}
.faq strong {
  font-family: 'Gotham Rounded Bold';
}
.faq h4 {
  margin-top: 0;
  font-size: 40px;
  font-family: 'Gotham Rounded Bold';
}
.faq p {
  font-size: 16px;
  margin-bottom: 10px;
}
.faq > div {
  flex: 1 1 0;
  width: 0;
}


.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;
  animation: 1.5s ease 0s normal infinite both running zoomBcg !important;
}
.steps-content {
  width: 100%;
  max-width: 1100px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 50px;
  color: #2A2071;
}
.steps-content h1 {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 45px;
}
.divider-text-block {
  font-family: 'Gotham Rounded Book';
  font-size: 25px;
  margin-bottom: 60px;
}
.divider-text-block p {
  margin: 30px 0px;
}
.divider-under-rules {
  margin-top: 60px;
  margin-bottom: 60px;
}
.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;
}
.square-wrapper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.square-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  width: 100%;
  padding: 0 20px;
  margin: 40px 0 100px;
  grid-gap: 15px;
}
.square-grid-after {
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: unset;
  justify-content: center;
}
.col {
  grid-column: span 2;
}
.col:nth-child(5) {
  grid-column: 2 / span 2;
  grid-row-start: 2;
}
.col:nth-child(6) {
  grid-row-start: 2;
}
.col:nth-child(7) {
  grid-row-start: 2;
}
.col:nth-child(8) {
  grid-row-start: 3;
}
.col:nth-child(9) {
  grid-row-start: 3;
}
.col:nth-child(10) {
  grid-row-start: 3;
}
.col:nth-child(11) {
  grid-row-start: 3;
}
.col:nth-child(12) {
  grid-column: 3 / span 2;
  grid-row-start: 4;
}
.col:nth-child(13) {
  grid-column: 5 / span 2;
  grid-row-start: 4;
}


.square-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 22px;
}
.square-div {
  margin: 5px;
  position: relative;
}
.square-div-animation {
  animation: 1s ease 0s normal both running squareAnim !important;
  cursor: pointer;
}
.square-div img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.vlocky {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
}
.squre-content {
  padding: 2px;
  display: flex;
  position: absolute;
  transform: rotateY(-180deg);
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  opacity: 0;
  background: #D5D5D5;
  border: 4px solid #EBEBEC;
  color: white;
  font-family: 'Gotham Rounded Bold';
  font-size: 31px;
  flex-direction: column;
  text-align: center;
}
.square-div-animation .squre-content {
  background: #FF0000;
}
.sqare-date {
  font-size: 40px;
}
.squre-content-show {
  animation: 1s ease 0s normal both running squareShow !important;
}
.active-today {
  cursor: pointer;
  animation: 1.5s ease 0s normal infinite both running activeToday !important;
}
.showed-square {
  transform: rotateY(180deg);
}
.showed-square .squre-content {
  opacity: 1;
}
@keyframes squareShow {
  30% { opacity: 0;}
  40% { opacity: 1;}
  100% { opacity: 1;}
}
@keyframes squareAnim {
  0% {    transform: rotateY(0);}
  100% {transform: rotateY(180deg);}
}

@keyframes activeToday {
  0% {box-shadow: 0px 0px 18px -6px rgba(255, 0, 0, 0.62);}
  50% {box-shadow: 0px 0px 25px 10px rgba(255, 0, 0, 0.62);}
  100% {box-shadow: 0px 0px 18px -6px rgba(255, 0, 0, 0.62);}
}
.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 {
  width: 100%;
  max-width: 792px;
  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;
}
.item-block {
  margin-bottom: 20px;
  flex-grow: 1;
  width: 47%;
  text-align: center;
  font-size: 16px;
}
.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 {
  width: 100%;
  max-width: 228px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.headline-flex {
  align-items: end;
  display: flex;
  height: 57px;
  margin-bottom: 20px;
}
.item-block-headline {
  margin: 0 45px;
  line-height: 120%;
}
.item-block-headline a {
  color: #E30613;
  text-decoration: underline;
}



/*START HEADER MENU*/

.headWrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

#headWrapper-mobile {
  display: none;
}

.headMenu {
  width: auto;
  height: 85px;
  background: linear-gradient(180deg, #101C40 0%, #1B305C 100%);
}

.hdl-bck {
  position: relative;
  margin-bottom: -210px !important;
  top: 160px;
}

.headContent {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: auto;
  z-index: 100000;
}
.logo a {
  display: grid;
}
.buttonWrapper {
  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;
  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: 55px;
  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 {
  text-transform: uppercase;
  z-index: 1000;
  font-size: 14px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  background-color: #e20000;
  padding: 10px 20px;
  margin-right: 5px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease-in;
  line-height: 1;
}
.lightVioletButton {
  text-transform: uppercase;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  z-index: 1000;
  font-size: 14px;
  background-color: #3051c5;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease-in;
  line-height: 1;
}
.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 {
    width: 90%;
  }
}
@media only screen and (max-width: 1250px) {
}
@media only screen and (max-width: 1050px) {
  .headMenu {
    height: 95px;
  }
  .headContent {
    width: 95%;
  }
  .sub-text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .faq {
    display: block;
    text-align: center;
  }
  .faq > div {
    width: 100%;
  }
  .faq h4 {
    font-size: 33px;
  }
  .sqare-date {
    font-size: 22px;
  }
  .squre-content {
    font-size: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .hero, .hero-expand {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: 0.5s ease;
    background-size: 1120px;
    background-position: 50% 30px;
    min-height: 400px;
  }
  .headMenu {
    width: 100%;
    height: 70px;
    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: 45px;
    position: relative;
  }
  .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;
  }
}
.show-tablet {
  display: none;
}
@media only screen and (max-width: 800px) {
  .hide-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .gula {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .sane {
    width: 70%;
  }
}
@media only screen and (max-width: 550px) {
  .headMenu-expand {
    padding-left: 10px;
    padding-right: 10px;
  }
  .headMenu {
    padding-left: 10px;
    padding-right: 10px;
  }
  .imageLogo {
    height: 38px;
  }
  .redButton,.lightVioletButton {
    padding: 9px 12px;
    font-size: 10px;
  }
}

/*END HEADER MENU*/










.d-none {
  display: none !important;
}



@media only screen and (max-width: 1400px) {
  .squre-content {
    font-size: 23px;
  }

}
@media only screen and (max-width: 1200px) {
  .hero-section {
    background-position-x: -21vw;
  }

}
@media only screen and (max-width: 1023px) {
  .hero-content h1 {
    font-size: 60px;
  }
  .squre-content {
    font-size: 20px;
  }

}
@media only screen and (max-width: 900px) {
  .steps-content h1 {
    font-size: 40px;
  }
  .hero-content {
    margin-top: 73px;
  }
  .bcgg {
    padding-bottom: 0;
  }
  .hero-section {
    height: 435px;
  }
}
@media only screen and (max-width: 868px) {
  .sqare-date {
    font-size: 26px;
  }
  .squre-content {
    font-size: 17px;
  }
  .hero-content h1 {
    font-size: 50px;
  }
  .rounded-bg {
    bottom: -37px;
  }
  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) {
  .square-div {
    margin: 0;
  }
  .sqare-date {
    font-size: 25px;
  }
  .squre-content {
    font-size: 16px;
  }
  .rounded-bg:before {
    border-radius: 350px 0 0 0;
  }
  .rounded-bg:after {
    border-radius: 0 350px 0 0;
  }
  .hero-section {
    background-position-x: -18vw;
  }
}
@media only screen and (max-width: 767px) {
  .sqare-date {
    font-size: 22px;
  }
  .squre-content {
    font-size: 14px;
  }

}
.show-mobile {
  display: none;
}
@media only screen and (max-width: 599px) {
  .squre-content {
    border-radius: 10px;
  }
  .square-div img {
    border-radius: 4px;
  }
  .vlocky {
    display: none;
  }
  .divider-text-block {
    margin-bottom: 40px;
  }
  .square-grid {
    grid-gap: 2px;
    margin: 40px 0 50px;
    padding: 0 10px;
  }
  .square-grid-after {
    grid-gap: 6px;
  }
  .sqare-date {
    font-size: 18px;
  }
  .squre-content {
    font-size: 13px;
  }
  .square-text {
    line-height: 1;
  }
  .steps-content h1 {
    font-size: 25px;
  }
  .mobile-h1 {
    font-size: 35px !important;
    margin-bottom: 30px !important;
  }
  .steps-block p {
    font-size: 13px;
    line-height: 1.3;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .action-head {
    bottom: 25px;
  }
  .rounded-bg {
    height: 76px;
  }
  .sub-title-mobile {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    position: relative;
    bottom: 47px;
    animation: 1.5s ease 0s normal infinite both running zoomBcg !important;
    z-index: 99;
  }
  .hero-section {
    background-position-x: center;
    background-image: url(../images/hero-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    position: relative;
    background-position-y: -13vw;
  }
  .hero-section-next {
    background-image: url(../images/hero-mobile-next.jpg) !important;
  }
  h2 {
    font-size: 21px;
  }
  .divider-text-block p {
    font-size: 16px;
  }
  .steps-content {
    margin-bottom: 30px;
  }
  .divider-under-rules {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .hero-eye {
    max-width: 150px;
  }
  .two-blocks {
    display: block;
  }
  .item-block {
    width: 100%;
  }
  .price-counter-block img {
    width: 245px;
  }
  .price-counter-block {
    bottom: 60px;
  }
  .balls {
    display: none;
  }
  .hero-content h1 {
    font-size: 48px;
  }
  .rounded-bg {
    border-radius: 25% 25% 0 0;
    width: 100%;
    background: #FFFFFF;
  }
  .rounded-bg:before,.rounded-bg:after {
    content: none;
  }
  .item-block .item-img {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 463px) {
  .sqare-date {
    font-size: 17px;
  }
  .squre-content {
    font-size: 13px;
  }
  .hero-section {
    height: 300px;
  }
  .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) {
}
/*IPHONE SE PORTAIL*/
@media only screen and (max-width: 376px) {
  .imageLogo {
    height: 36px;
  }
}
/*IPHONE SE LANDSCAPE*/
@media (max-width: 930px) and (max-height: 500px) {
  .youtube-iframe {
    height: 300px;
    position: relative;
    top: 50px;
  }
  .bcgg {
    padding-bottom: 0;
  }
}

/*IPHONE SE LANDSCAPE*/
@media (max-width: 700px) and (max-height: 400px) {
  .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: 1919px) {
  .hero-section {
    height: 700px;
  }
  .rounded-bg {
    height: 200px;
  }
}
@media only screen and (min-width: 2559px) {
  .balls {
    background-size: 70%;
    background-position: center center;
  }
  .hero-section {
    height: 1000px;
  }
  .hero-content {
    margin-top: 250px;
  }
  .rounded-bg {
    height: 266px;
  }
}
@media only screen and (min-width: 3839px) {
  .rounded-bg {
    padding-bottom: 165px;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}