/*
@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 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;
  background: #fff;
  background-image: url("../images/hero-bcg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: center;
  background-position-y: top;
  z-index: 0;
  letter-spacing: -1px;
}
.main-wrapper-relative {
  position: relative;
  margin-top: 110px;
}
.hero-wrapper {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  align-items: center;
  position: relative;
}
.hero-wrapper > div {
  flex: 1 1 0;
}
.hero-text {
  text-align: center;
  animation: 1.5s ease 0s normal infinite both running zoomBcg !important;
}
@keyframes zoomBcg {
  0% {scale: 1}
  50% {scale: 1.05}
  100% {scale: 1}
}
.hero-text h2 {
  color: white;
  font-family: 'Gotham Rounded Bold';
  font-size: 34px;
  margin-bottom: 0;
}
.hero-text .red-button {
  padding: 12px 25px;
  margin-bottom: 20px;
}
.hero-text .red-button span {
  font-size: 48px;
}
.hero-text .red-button:before {
  left: 49%;
  border-radius: 12px;
}
.hero-image .desktop-version {
  width: 180%;
  position: relative;
  left: -10vw;
  top: -5vw;
}
.hero-image .mobile-version {
  display: none;
}
/*.bcgg {
  background-image: url("../images/bcg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  bottom: 0px;
  background-position-x: center;
  background-position-y: top;
  padding-bottom: 0;
  z-index: 0;
}*/
.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-scale {
  transition: .3s all;
  position: relative;
}
.hover-scale:hover {
  transform: scale(1.05);
}
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%;
  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;
}
.red-button {
  color: #fff;
  padding: 6px 20px;
  position: relative;
  display: inline-block;
  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: 23px;
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
}
h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
}
.game-date {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  margin-top: 3%;
}
.arc-text {
  position: relative;
  width: 100%;
  min-height: 100px;
  font-family: "Gotham Rounded Bold";
  margin: 0 auto;
  font-size: 55px;
  color: #2A2071;
}

.stick-and-button {
  position: relative;
}
.stick-and-button img {
  width: 100%;
  max-width: 680px;
}
.stick-and-button .red-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 30px;
}
.stick-and-button .red-button span {
  font-size: 65px;
}
.stick-and-button .red-button:before {
  border-radius: 16px;
}

.gule-bcg {
  position: relative;
 /* background-image: url("../images/gule.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 4vw;
  background-position-x: center;*/
}
.gule {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3vw;
  z-index: -1;
}
.hero-section {
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 530px;
  display: flex;
  position: relative;
  background-position-y: -5vw;
}
.action-head {
  position: relative;
  bottom: 60px;
}
.video-frame {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.win-block {
  width: 100%;
  max-width: 900px;
  padding: 0 30px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
}
.win-block .red-button {
  padding: 12px 26px;
  margin-bottom: 40px;
}
.win-block .red-button span {
  font-size: 36px;
}
.win-block .red-button:before {
  border-radius: 16px;
}
.win-img {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.win-item {
  margin-bottom: 30px;
  font-size: 24px;
}
.win-item span {
  font-family: 'Gotham Rounded Bold';
}
.win-item p {
  font-family: 'Gotham Rounded Book';
}
.video-frame iframe {
  height: 570px !important;
  width: 100% !important;
  border-radius: 18px;
  box-shadow: 0px 0px 40px -4px white;
}
.hero-content {
  width: 100%;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  text-align: center;
  margin-top: 17%;
  padding: 0 20px;
  margin-bottom: 32%;
}
.hero-content h1 {
  color: white;
  margin-top: 0;
  font-size: 58px;
  line-height: 1;
  margin-bottom: 60px;
}
.hero-content p {
  color: white;
  margin-top: 0;
  font-size: 52px;
  line-height: 1;
  margin-top: 30px;
  font-family: 'Gotham Rounded Book';
}
strong {
  font-family: 'Gotham Rounded Bold';
}
.hero-eye {
  width: 90%;
  height: auto;
}
.after-step-img {
  width: 98%;
  height: auto;
  /*animation: 1.5s ease 0s normal infinite both running zoomBcg !important;*/
}
.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;
}




.loto-red-color {
  color: #E30613;
}
.loto-blue-color {
  color: #2A2071;
}
.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: 840px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: #2A2071;
  position: relative;
}
.strong {
  font-family: 'Gotham Rounded Bold';
}
.steps-content-form {
  width: 100%;
  max-width: 850px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 100px;
  color: #2A2071;
}
.step-form {
  max-width: 1200px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #2A2071;
  padding-top: 50px;
  position: relative;
  background: white;
  box-shadow: 0px -45px 25px -6px rgba(0, 0, 0, 0.14);
  padding-left: 40px;
  padding-right: 40px;
}
.step-form:before {
  content: '';
  position: absolute;
  background: url("../images/pattern.png");
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .8;
}
.zoskrab {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 3%;
  width: 115%;
  transform: translateX(-50%);
}
.send-block {
  text-align: center;
}
.step-form h2 {
  font-family: 'Gotham Rounded Book';
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.step-form h2:first-child {
  display: none;
}
.info-block {
  background: white;
  border-radius: 10px;
  box-shadow: 0px 8px 15px -2px #00000066;
}
.ticket-wrapper {
  padding: 20px 10px;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ticket-wrapper img {
  width: 100%;
  height: auto;
}
.ticket-wrapper .red-button span {
  font-size: 44px;
}
.ticket-wrapper .red-button:before {
  border-radius: 12px;
  left: 48%;
}
.steps-content h1 {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 46px;
}
.middle-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
  box-shadow: 0px 0px 100px 100px white;
  background: white;
  padding-bottom: 50px;
}
.next-step-wrapper {
  text-align: center;
  margin-bottom: 10px;
}
#registracia {
  height: 30px;
}
.next-step-wrapper img {
  max-width: 52px;
  animation:nextStepAnim 1.5s infinite;
  cursor: pointer;
}
@keyframes nextStepAnim {
  0%{ transform:translateY(0)}
  50% { transform:translateY(-12px)}
  100%{ transform:translateY(0px)}
}
.middle-content {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  color: #2A2071;
  text-align: center;
}
.middle-content h3 {
  font-family: 'Gotham Rounded Book';
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.round-item {
  display: flex;
  gap: 20px;
  width: 100%;
  font-family: 'Gotham Rounded Book';
  font-size: 24px;
  border: 5px solid white;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
  background: #ffffff;
  background: -webkit-linear-gradient(172deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: -moz-linear-gradient(172deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(172deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#F2F2F2", GradientType=0);
}
.round-item p {
  line-height: 1;
}
.round-name {
  background: #EDEDED;
  padding: 25px 10px;
  border-radius: 10px 0 0 10px;
  min-width: 140px;
}
.round-desc {
  align-self: stretch;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 0 10px 10px 0px;
  text-align: left;
  padding: 3px 0;
}
.main-text {
  width: 100%;
}
.sub-text {
  max-width: 1000px
}
.ako-na-to {
  max-width: 162px;
  margin-bottom: 10px;
}
.sutaz {
  max-width: 110px;
  margin-bottom: 10px;
}
.vygenerovat-obsah {
  width: 100%;
  margin-bottom: 30px;
}
.position-relative {
  position: relative;
}
strong {
  font-family: 'Gotham Rounded Bold' !important;
}
.conditions {
  text-align: center;
  padding-top: 8px;
  line-height: 1;
  margin-bottom: 7px;
}
.conditions a {
  font-size: 14px;
  color: #2A2071;
  text-decoration: underline;
  font-family: 'Gotham Rounded Book';
}
.steps-block {
  padding: 30px;
  margin-bottom: 50px;
  flex-grow: 1;
  flex-basis: 0;
}
.step-form .steps-block {
  padding: 30px 10px 10px;
  margin-bottom: 0;
}
.steps-block h2 {
  font-size: 35px;
  font-family: 'Gotham Rounded Bold';
}
.form-content h3 {
  color: #2A2071;
  margin-top: 0;
  font-size: 35px;
  font-family: 'Gotham Rounded Bold';
  margin-bottom: 20px;
}
.steps-block p {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 1.2;
}
.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;
}
.register-form-group {
  position: relative;
}
.register-form-group label {
  font-size: 16px;
  font-family: "Gotham Rounded Bold";
  margin-bottom: 6px;
  margin-left: 4px;
  display: block;
  text-align: left;
}
.loto-red-color {
  color: #E30613;
}
.register-form-group .text-input {
  text-align: left;
  width: 100%;
  height: 44px;
  border: 1px solid #2A2071;
  margin-bottom: 24px;
  border-radius: 12px;
  font-size: 16px;
  padding: 6px 10px 6px 14px;
  font-family: 'Gotham Rounded Bold';
  outline: none;
  color: #2A2071;
}
input::placeholder {
  color: #d2d2d3;
  font-family: 'Gotham Rounded Book';
}
.register-form-group .textarea-input {
  text-align: center;
  width: 100%;
  background: #fff;
  border: 2px solid #F4F4F4;
  margin-bottom: 24px;
  border-radius: 12px;
  font-size: 18px;
  padding: 8px 10px;
  font-family: 'Gotham Rounded Book';
  outline: none;
  color: #4A556C;
}
.error-label {
  position: absolute;
  left: 4px;
  bottom: 6px;
  font-size: 12px;
  color: #E30613;
  font-family: "Gotham Rounded Bold";
}
.opa0 {
  opacity: 0;
}

.checkbox-block {
  display: flex;
  padding-bottom: 25px;
  position: relative;
  font-family: 'Gotham Rounded Book';
  color: #2A2071;
  font-size: 12px;
  text-align: left;
}
.form-content {
  text-align: left;
  position: relative;
  z-index: 1;
  background: #e6e6e6;
  background: -webkit-linear-gradient(152deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 78%);
  background: -moz-linear-gradient(152deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 78%);
  background: linear-gradient(152deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 78%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E6E6E6", endColorstr="#FFFFFF", GradientType=0);
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0px 3px 20px 2px rgba(0, 0, 0, 0.21);
  border: 5px solid white;
}
.checkbox-block input {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.checkbox-block .a-label {
  text-decoration: underline;
  cursor: pointer;
}
.checkbox-block label {
  cursor: pointer;
  letter-spacing: 0;
}
.send-form {
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 0px;
}
.zelen {
  max-width: 140px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.text-center {
  text-align: center;
}
.balls-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  width: 100%;
  padding: 0 20px;
  margin: 40px 0;
  grid-gap: 15px;
}
.balls-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ball-div {
  cursor: pointer;
  margin: 5px;
  position: relative;
}
.img-ball {
  width: 100%;
  height: auto;
}
.balls-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@-webkit-keyframes brush {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 300px 0px;
    mask-position: 300px 0px;
  }
}
@-webkit-keyframes brushBig {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 500px 0px;
    mask-position: 500px 0px;
  }
}
@-webkit-keyframes visibleText {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.brush {
  position: absolute;
  visibility: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 118%;
}
.big .brush {
  width: 95%;
}
.visible {
  visibility: visible !important;
}
.brush-animation {
  visibility: visible;
  -webkit-animation: brush .5s 0s 1 backwards reverse;
  -moz-animation:    brush .5s 0s 1 backwards reverse;
  -o-animation:      brush .5s 0s 1 backwards reverse;
  animation:         brush .5s 0s 1 backwards reverse;


  -webkit-mask:url('../images/brush.svg') no-repeat 0 0;
  mask:url('../images/brush.svg') no-repeat 0 0;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.brush-animation-big {
  visibility: visible;
  -webkit-animation: brushBig .5s 0s 1 backwards reverse;
  -moz-animation:    brushBig .5s 0s 1 backwards reverse;
  -o-animation:      brushBig .5s 0s 1 backwards reverse;
  animation:         brushBig .5s 0s 1 backwards reverse;
  -webkit-mask:url('../images/brush-big.svg') no-repeat 0 0;
  mask:url('../images/brush-big.svg') no-repeat 0 0;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.brush-animation ~ .winner,.brush-animation-big ~ .winner {
  visibility: visible;
  -webkit-animation: visibleText .5s 0s 1 backwards;
  -moz-animation:    visibleText .5s 0s 1 backwards;
  -o-animation:      visibleText .5s 0s 1 backwards;
  animation:         visibleText .5s 0s 1 backwards;
}
.gula-content {
  text-align: center;
  position: relative;
}
#youtube-iframe {
  height: auto;
  position: relative !important;
  border-radius: 18px;
  box-shadow: 0px 0px 40px -4px white;
}
.sutaz-img {
  width: 24vw;
  max-width: 240px;
  margin-bottom: 30px;
}
.winner {
  color: #2A2071;
  text-align: center;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  width: 72%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.winner img {
  max-height: 122px;
}
.winner-big img {
  max-height: 145px !important;
}
.ball-div.big {
  margin: 0 60px;
}
.winner-name {
  margin-top: 5px;
  min-height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: 'Gotham Rounded Medium';
  display: block;
  margin-bottom: 2px;
}
.name-big {
  min-height: 26px !important;
  font-size: 26px !important;
  margin-top: 12px !important;
  margin-bottom: 4px !important;
}
.winner-city {
  min-height: 14px;
  font-size: 14px;
  line-height: 1;
  font-family: 'Gotham Rounded Book';
}
.city-big {
  min-height: 16px !important;
  font-size: 16px !important;
}
.custom-text-block {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  width: 90%;
  font-size: min(max(20px, 10vw), 65px);
  max-width: 500px;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
  font-family: "Gotham Rounded Bold";
  mix-blend-mode: lighten;
}
#customText {
  white-space: pre-wrap;
  word-wrap: break-word;
  display: block;
  color: #e7b039;
  /*background: linear-gradient(to right, #FCA82D 0%, #FFEDD2 25%, #FCA82D 50%, #FFEDD2 75%, #FCA82D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
.final-winner-wrapper {
  width: 100%;
  max-width: 600px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  padding-bottom: 100px;
  color: #fff;
}
.final-winner-wrapper h3 {
  font-size: 50px;
  margin: 0;
}
.final-winner-wrapper h4 {
  font-size: 40px;
  margin: 0;
  margin-bottom: 30px;
}
.map-content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  padding-bottom: 100px;
  color: #fff;
}
.map-content h2 {
  font-family: 'Gotham Rounded Bold';
  font-size: 40px;
  margin-bottom: 40px;
}
.map-relative {
  position: relative;
  cursor: pointer;
}
.map-img {
  width: 100%;
  max-width: 500px;
  margin-bottom: 50px;
}
.lupa {
  position: absolute;
  width: 100%;
  max-width: 136px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  animation: 5s ease 0s infinite normal both running lupaAnim2;
}
.add-second-anim-to-lupa {
  animation: 1.3s ease 0s infinite normal both running lupaAnimInfinite !important;
}
@keyframes lupaAnim {
  0% {transform: translate(-50%,-50%) scale(.4);}
  100% {transform: translate(-50%,-50%) scale(1.08);}
}
@keyframes lupaAnim2 {
  0% {transform: translate(-50%,-50%);}
  20% {transform: translate(-80%,-80%);}
  45% {transform: translate(-170%,0%);}
  80% {transform: translate(100%,-70%);}
  100% {transform: translate(-50%,-50%);}
}
@keyframes lupaAnimInfinite {
  0% {transform: translate(-50%,-50%) scale(1.08);}
  50% {transform: translate(-50%,-50%) scale(1);}
  100% {transform: translate(-50%,-50%) scale(1.08);}
}
.map-content a {
  display: inline-block;
}
.hover-a {
  transition: .3s all;
}
.map-button {
  width: 90%;
  max-width: 445px;
  animation: 1.5s ease 0s normal infinite both running zoomBcg !important;
}
.faq-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 160px;
  color: #fff;
  font-family: 'Gotham Rounded Book';
  position: relative;
}
.danger-border {
  border-color: #E30613 !important;
}
.win-wrapper {
  position: relative;
}
.faq-bg {
  position: absolute;
  width: 100%;
  top: -45vw;
  z-index: 0;
}
.faq-content h2 {
  font-size: 40px;
  text-align: center;
  font-family: 'Gotham Rounded Bold';
  margin-top: 0;
  margin-bottom: 30px;
  color: #2A2071;
}
.collapse-item {
  background: white;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 10px;
  color: #2A2071;
  box-shadow: 0px 0px 12px -3px #00000042;
  overflow: hidden;
}
.collapse-item button {
  background: transparent;
  border: none;
  color: #2A2071;
  font-family: 'Gotham Rounded Bold';
  width: 100%;
  text-align: left;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  padding-left: 0;
  padding-right: 25px;
}
.collapse-item button:after {
  content: url(../images/arrow.svg);
  position: absolute;
  right: 0;
  top: 8px;
  transition: .3s all;
}
.collapse-item > div {
  max-height: 0;
  opacity: 0;
  font-family: 'Gotham Rounded Book';
  font-size: 16px;
  padding-left: 10px;
}

.collapse-item > div p {
  font-size: 16px;
  line-height: 1.6;
}
.collapse-anim {
  max-height: 500px !important;
  opacity: 1 !important;
  padding-top: 16px !important;
  transition: padding-top, max-height, opacity 0.3s ease-in !important;
  /* animation: .5s ease 0s normal both running collapseAnim !important; */
}
.collapse-item.collapse-active button:after {
  transform: rotate(-180deg);
  transition: .2s all;
}
.form-wrapper {
  margin: 0 20px;
  position: relative;
}
.ihrisko {
  position: absolute;
  width: 100%;
  max-width: 1190px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.gula {
  width: 700px;
}
.top0 {
  top: 0 !important;
}
.glid {
  position: absolute;
  z-index: 3;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 450px;
  display: none;
}
.share {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.share button {
  background: transparent;
  border: none;
  cursor: pointer;
}
.submit-message-block {
  height: 45px;
  position: relative;
  z-index: 2;
}
.submit-message{
  font-family: 'Gotham Rounded Medium';
  padding: 15px 0px;
  color: white;
  border-radius: 12px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
}
.submit-message-download {
  font-family: 'Gotham Rounded Medium';
  padding: 15px 0px;
  color: white;
  border-radius: 12px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  max-width: 360px;
  margin: 0 auto;
}
.submit-message.success,.submit-message-download.success {
  background: #51a351;
}
.submit-message.error {
  background: #E20413;
}
.opa50 {
  opacity: 50%;
}
.share.opa50 {
  pointer-events: none;
}
.share.opa50 img {
  animation: none;
}
.sane {
  max-width: 500px;
  position: relative;
  top: 10px;
}
.conditions-label {}
.zdielat {
  height: 62px;
  display: none;
  animation: jump 2000ms 0ms infinite;
}
.stiahnut {
  height: 62px;
  display: none;
  animation: jump 2000ms 200ms infinite;
}
.bottom-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 40px;
  background: white;
  box-shadow: 0px 25px 25px -6px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  position: relative;
  margin-bottom: 100px;
}
.bottom-wrapper:before {
  content: '';
  position: absolute;
  background: url(../images/pattern.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .8;
}
.games-wrapper {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.game-card {
  border-radius: 16px;
  display: block;
  border: 5px solid white;
  text-align: center;
  padding: 25px 20px;
  box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.19);
  position: relative;
  transition: .3s all;
}
.game-card:hover {
  transform: translateY(-6px);
}
.game-card .logo-wrapper {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}
.game-card .logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.games-wrapper .subtext {
  font-family: "Gotham Rounded Book";
  font-size: 12px;
  color: white;
}
.games-wrapper .price-big {
  font-family: "Gotham Rounded Bold";
  font-size: 29px;
  color: white;
  margin-bottom: 20px;
}
.games-wrapper .price-small {
  font-family: "Gotham Rounded Bold";
  font-size: 18px;
  color: white;
  margin-bottom: 20px;
}
.game-card.eurojackpot {
  background: #ECCF5D;
  background: -webkit-linear-gradient(178deg, rgba(236, 207, 93, 1) 0%, rgba(205, 165, 50, 1) 78%);
  background: -moz-linear-gradient(178deg, rgba(236, 207, 93, 1) 0%, rgba(205, 165, 50, 1) 78%);
  background: linear-gradient(178deg, rgba(236, 207, 93, 1) 0%, rgba(205, 165, 50, 1) 78%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ECCF5D", endColorstr="#CDA532", GradientType=0);
}
.game-card.euromiliony {
  background: #FEC056;
  background: -webkit-linear-gradient(178deg, rgba(254, 192, 86, 1) 0%, rgba(229, 139, 36, 1) 78%);
  background: -moz-linear-gradient(178deg, rgba(254, 192, 86, 1) 0%, rgba(229, 139, 36, 1) 78%);
  background: linear-gradient(178deg, rgba(254, 192, 86, 1) 0%, rgba(229, 139, 36, 1) 78%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FEC056", endColorstr="#E58B24", GradientType=0);
}
.game-card.loto {
  background: #0AB3F1;
  background: -webkit-linear-gradient(178deg, rgba(10, 179, 241, 1) 0%, rgba(1, 124, 208, 1) 78%);
  background: -moz-linear-gradient(178deg, rgba(10, 179, 241, 1) 0%, rgba(1, 124, 208, 1) 78%);
  background: linear-gradient(178deg, rgba(10, 179, 241, 1) 0%, rgba(1, 124, 208, 1) 78%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0AB3F1", endColorstr="#017CD0", GradientType=0);
}
.game-card.loto5z35 {
  background: #56E496;
  background: -webkit-linear-gradient(178deg, rgba(86, 228, 150, 1) 0%, rgba(43, 181, 106, 1) 78%);
  background: -moz-linear-gradient(178deg, rgba(86, 228, 150, 1) 0%, rgba(43, 181, 106, 1) 78%);
  background: linear-gradient(178deg, rgba(86, 228, 150, 1) 0%, rgba(43, 181, 106, 1) 78%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56E496", endColorstr="#2BB56A", GradientType=0);
}
.flex-card-bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.flex-card-bottom > span {
  font-family: "Gotham Rounded Bold";
  font-size: 12px;
}
.flex-card-bottom .play-game {
  background: white;
  color: #2A2071;
  padding: 8px 12px;
  border-radius: 6px;
}
.iframe-wrapper {
  margin: 0 auto;
  max-width: 920px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.round-desc small {
  font-size: 16px;
}
.name-winners-title {
  display: inline-block;
}
.iframe-wrapper video {
  border-radius: 16px;
  border: 5px solid white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 50vw;
  cursor: pointer;
  max-height: 520px;
}
.games-wrapper > a {
  flex: 1 1 0;
}
.send-form img {
  width: 120px;
  animation: jump 2000ms 0ms infinite;
}
@keyframes jump { 0% {transform: scale(1);filter: drop-shadow(0px 0px 00px #ffffff);} 50% {transform: scale(1);filter: drop-shadow(0px 0px 00px #ffffff);} 75% {transform: scale(1.05);filter: drop-shadow(0px 0px 10px rgba(225, 60, 60, 0.35));} 100% { transform: scale(1);filter: drop-shadow(0px 0px 0px #ffffff);} }
.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;
}
.divider {
  width: 80%;
  border-top: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.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%);
}
form {
  margin-bottom: 0;
}
.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: 1500px) {
  .slaf img {
    right: 6vw;
  }
}
@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: 900px) {
  .steps-block p {
    font-size: 20px;
  }
  .main-wrapper-relative {
    margin-top: 80px;
  }
  .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*/











.bcggs {
  overflow: hidden;
}


@media only screen and (max-width: 1400px) {
  .faq-bg {
    top: -40vw;
  }
  .arc-text {
    font-size: 45px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 1260px) {

}
@media only screen and (max-width: 1200px) {
  .faq-bg {
    top: -26vw;
  }
  .bottom-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 20px;
  }
  .step-form h2 {
    font-size: 25px;
  }
  .ticket-wrapper .red-button span {
    font-size: 38px;
  }
  .hero-text .red-button span {
    font-size: 40px;
  }
  .hero-text h2 {
    font-size: 30px;
  }
  .games-wrapper {
    gap: 10px;
  }
  .flex-card-bottom {
    gap: 10px;
  }
  .flex-card-bottom .play-game {
    padding: 6px 10px;
  }
  .flex-card-bottom > span {
    font-size: 11px;
  }
  .games-wrapper .price-big {
    font-size: 25px;
  }
  .arc-text {
    font-size: 33px;
  }
  .stick-and-button .red-button span {
    font-size: 50px;
  }
  .winner img {
    max-height: 10vw;
  }
  .winner-city {
    font-size: 13px;
    line-height: 13px;
  }
  .hero-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .hero-content p {
    margin-top: 20px;
    font-size: 40px;
    line-height: 1.2;
  }
  .checkbox-block {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1100px) {
  .middle-wrapper {
    padding: 0 40px;
  }
  .zoskrab {
    width: 110%;
    top: 2%;
  }
}
@media only screen and (max-width: 1023px) {
  .faq-bg {
    top: -14vw;
  }
  .round-item {
    font-size: 22px;
  }
  .middle-content h3 {
    font-size: 20px;
  }
  .step-form {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }
  .step-form h2 {
    font-size: 22px;
  }
  .ticket-wrapper .red-button span {
    font-size: 34px;
  }
  .hero-text .red-button span {
    font-size: 33px;
  }
  .hero-text h2 {
    font-size: 28px;
  }
  .hero-wrapper {
    overflow: hidden;
  }
  .games-wrapper .price-big {
    font-size: 20px;
  }
  .game-card {
    padding: 25px 10px;
  }
  .flex-card-bottom > span {
    font-size: 9px;
  }
  .games-wrapper .price-small {
    font-size: 16px;
  }
  .games-wrapper .subtext {
    font-size: 11px;
  }
  .game-card .logo-wrapper {
    height: 30px;
  }
  .register-form-group .text-input {
    height: 35px;
  }
  .register-form-group label {
    font-size: 14px;
  }
  .register-form-group .text-input {
    font-size: 14px;
  }
  .register-form-group label {
    margin-bottom: 2px;
  }

  .video-frame iframe {
    height: 53vw !important;
  }
  .hero-section {
    height: 450px;
  }
}
@media only screen and (max-width: 950px) {
  .round-item {
    font-size: 19px;
  }
  .register-form-group .text-input {
    margin-bottom: 18px;
  }
  .checkbox-block {
    padding-bottom: 18px;
  }
  .error-label {
    bottom: 1px;
  }
}
.hide-tablet {
  display: block;
}
.show-tablet {
  display: none;
}
@media only screen and (max-width: 900px) {
  .arc-text {
    font-size: 27px;
  }

  .zoskrab {
    top: 0;
  }
  .ticket-wrapper {
    padding: 15px;
  }
  .conditions {
    padding-top: 18px;
  }
  .winner-name {
    min-height: 19px;
    font-size: 19px;
  }
  .winner-city {
    font-size: 13px;
    line-height: 13px;
  }
  .winner img {
    max-height: 11vw;
  }
  .hero-eye {
    width: 90%;
    max-width: 300px;
  }
  .bcgg {
    padding-bottom: 0;
  }
  .hero-section {
    height: 435px;
  }
  .steps-content {
    padding: 0 30px;
  }
  .steps-block p {
    margin-bottom: 15px;
  }
  .checkbox-block {
    font-size: 10px;
  }
}
.ihrisko-mobile {
  display: none;
}
.zoskrab-mobile {
  display: none;
}
.puky-mobile {
  display: none;
}
@media only screen and (max-width: 868px) {
  .faq-bg {
    top: -6vw;
  }
  .round-item {
    font-size: 17px;
  }
  .middle-content h3 {
    font-size: 17px;
  }
  .form-content h3 {
    font-size: 30px;
  }
  .step-form h2 {
    font-size: 17px;
  }
  .ticket-wrapper .red-button span {
    font-size: 26px;
  }
  .hero-text .red-button span {
    font-size: 29px;
  }
  .hero-text h2 {
    font-size: 24px;
  }
  .stick-and-button .red-button span {
    font-size: 36px;
  }
  .stick-and-button .red-button {
    padding: 10px 22px;
  }
  .name-winners-title {
    font-size: 20px;
  }
  .stick-and-button img {
    max-width: 420px;
  }
  .stick-and-button .red-button:before,.win-block .red-button:before {
    border-radius: 8px;
  }
  .win-block .red-button span {
    font-size: 30px;
  }
  .win-block .red-button {
    padding: 8px 22px;
  }
  .slaf {
    padding-top: 4%;
  }
  .hide-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
  .ticket-wrapper img {
    max-width: 300px;
  }
  .zoskrab-mobile {
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 3%;
    width: 115%;
    transform: translateX(-50%);
  }
  .ihrisko {
    display: none;
  }
  .ihrisko-mobile {
    position: absolute;
    width: 100%;
    max-width: 550px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    display: block;
    height: 100%;
  }
  .hero-content h1 {
    font-size: 36px;
  }
  .hero-content p {
    font-size: 36px;
  }
  .rounded-bg {
    bottom: -26px;
  }
  footer .footer-content {
    display: block;
  }
  .send-block .red-button span {
    font-size: 16px;
  }
  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;
  }
  .submit-message-block {
    max-width: 100%;
  }
  footer {
    padding: 20px 0;
  }
  .collapse-item > div p {
    font-size: 14px;
  }
}


@media only screen and (max-width: 769px) {
  .faq-bg {
    top: 0;
  }
  .collapse-item > div p {
    font-size: 13px;
  }
  .faq-content h2 {
    font-size: 34px;
  }
  .games-wrapper {
    flex-wrap: wrap;
  }
  .games-wrapper > a {
    flex: 1 1 calc(50% - 10px);
  }
  .round-item {
    font-size: 15px;
  }
  .form-content {
    padding: 25px 10px;
  }
  .hero-text .red-button span {
    font-size: 24px;
  }
  .hero-text h2 {
    font-size: 21px;
  }
  .arc-text {
    font-size: 23px;
  }
  .hero-content h1 {
    font-size: 30px;
  }
  .hero-content p {
    font-size: 30px;
  }
  .collapse-item button {
    font-size: 20px;
  }

  .steps-block p {
    font-size: 17px;
  }
  .ball-div {
    margin: 0px;
  }
  .gule {
    width: 90%;
  }
  .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) {
}
.show-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .collapse-item button {
    font-size: 16px;
  }
  .collapse-item > div p {
    font-size: 12px;
  }
  .games-wrapper {
    margin-bottom: 30px;
  }
  .round-name {
    min-width: 100px;
  }
  .round-item {
    font-size: 13px;
  }
  .middle-content h3 {
    font-size: 15px;
  }
  .step-form h2 {
    font-size: 15px;
  }
  .ticket-wrapper .red-button span {
    font-size: 23px;
  }
  .form-content h3 {
    font-size: 24px;
  }
  .hero-text .red-button span {
    font-size: 22px;
  }
  .steps-block p {
    font-size: 15px;
  }
  .winner-name {
    min-height: 15px;
    font-size: 15px;
  }
  .winner-city {
    font-size: 12px;
    line-height: 12px;
  }
  .winner img {
    max-height: 12vw;
  }
  .hero-eye {
    width: 90%;
    max-width: 300px;
  }
}
.only-mobile {
  display: none;
}
.only-pc {
  display: block;
}
@media only screen and (max-width: 599px) {
  .collapse-item > div p {
    font-size: 13px;
  }
  .collapse-item button {
    font-size: 16px;
  }
  .collapse-item {
    padding: 20px 10px 20px 10px;
  }
  .collapse-item button:after {
    top: 3px;
  }
  .win-block {
    margin-bottom: 0px;
  }
  .bottom-wrapper {
    margin-bottom: 60px;
  }
  .name-winners-title {
    font-size: 16px;
  }
  .collapse-item > div {
    padding-left: 4px;
  }
  body {
    background: url("../images/hero-bcg-mobile.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: top;
  }
  .hero-image .desktop-version {
    display: none;
  }
  .hero-image .mobile-version {
    display: block;
    width: 100%;
  }
  .hero-wrapper {
    flex-direction: column;
    margin-bottom: 60px;
    padding: 0;
  }
  .hero-text {
    order: 2;
    position: absolute;
    bottom: 0;
  }
  .hero-text .red-button span {
    font-size: 34px;
  }
  .hero-text h2 {
    font-size: 26px;
  }
  .win-item {
    font-size: 20px;
  }
  .arc-text {
    font-size: 40px;
  }
  .step-form {
    flex-direction: column;
  }
  .slaf img {
    right: 24vw;
    width: 120vw;
  }
  .step-form .steps-block {
    padding-top: 0;
  }
  .balls-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, 1fr);
  }
  .step-form h2:first-child {
    display: block;
    font-family: 'Gotham Rounded Bold';
    font-size: 40px;
    margin-bottom: 0;
    padding-top: 10px;
  }
  .faq-content h2 {
    font-size: 30px;
  }
  .form-content h3 {
    font-size: 32px;
  }
  .name-winners-title {
    margin-bottom: 5px;
  }
  .round-desc small {
    font-size: 14px;
  }
  .middle-content h3 {
    font-size: 20px;
  }
  .round-item {
    font-size: 18px;
  }
  .step-form h2:last-of-type {
    display: none;
  }
  .ticket-wrapper .red-button {
    display: none;
  }
  .only-mobile {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .ticket-wrapper {
    margin-bottom: 0;
  }
  .steps-content {
    max-width: 430px;
  }
  .steps-content {
    padding: 0 25px;
  }
  .hero-content {
    margin-bottom: 54%;
  }
  .hero-content h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .hero-content p {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.2;
  }
  .hero-eye {
    width: 80%;
  }
  .puky-mobile {
    position: absolute;
    width: 100%;
    max-width: 50px;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    display: block;
  }
  .flex-card-bottom > span {
    font-size: 11px;
  }
  .games-wrapper {
    gap: 5px;
  }
  .iframe-wrapper {
    padding-bottom: 30px;
  }
  .winner-big img {
    max-height: 26vw !important;
  }
  .sutaz-img {
    margin-bottom: 20px;
  }
  .error-label {
    font-size: 11px;
  }
  .ball-div.big {
    width: 80%;
    margin: 0 auto;
  }
  .balls-grid {
    margin: 60px 0;
  }
  .final-winner-wrapper h3 {
    font-size: 35px;
  }
  .final-winner-wrapper h4 {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .map-content h2 {
    font-size: 23px;
  }
  .steps-block h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .winner-name {
    min-height: 18px;
    font-size: 18px;
  }
  .winner-city {
    font-size: 12px;
    line-height: 12px;
  }
  .game-date {
    margin-top: 7%;
  }
  .winner img {
    max-height: 14vw;
  }
  .video-frame iframe {
    height: 50vw !important;
  }
  .map-content {
    padding-bottom: 50px;
  }
  .lupa {
    max-width: 115px;
  }
  .glid {
    width: 80%;
  }
  .custom-text-block {
    width: 80%;
  }
  .steps-content h1 {
    font-size: 25px;
  }
  .mobile-h1 {
    font-size: 35px !important;
    margin-bottom: 30px !important;
  }
  .steps-block p {
    font-size: 11px;
    line-height: 1.2;
  }
  .steps-block {
    padding: 30px 5px;
  }
  .hide-mobile {
    display: none;
  }
  .flex-card-bottom {
    flex-direction: column;
  }
  .flex-card-bottom span:first-child {
    order: 2;
  }
  .show-mobile {
    display: block;
  }
  .action-head {
    bottom: 25px;
  }
  .rounded-bg {
    height: 115px;
  }
  .ako-na-to {
    max-width: 85px;
    margin-bottom: 4px;
  }
  .sutaz {
    max-width: 60px;
    margin-bottom: 4px;
  }
  .steps-block p {
    margin-bottom: 10px;
  }
  .form-wrapper {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 550px) {
  .arc-text {
    font-size: 35px;
  }

  .ticket-wrapper img {
    max-width: 242px;
  }
  .two-blocks {
    display: block;
  }
  .item-block {
    width: 100%;
  }
  .price-counter-block img {
    width: 245px;
  }
  .price-counter-block {
    bottom: 60px;
  }
  .balls {
    display: none;
  }

  .rounded-bg {
    border-radius: 25% 25% 0 0;
    width: 100%;
    background: #f4f4f4;
  }
  .rounded-bg:before,.rounded-bg:after {
    content: none;
  }
  .item-block .item-img {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .step-form {
    padding-left: 10px;
    padding-right: 10px;
  }
  .middle-wrapper {
    padding: 0 20px;
  }
  .bottom-wrapper {
    padding: 0 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .form-wrapper {
    margin: 0 10px;
  }
  .middle-content h3 {
    font-size: 18px;
  }
  .round-item {
    font-size: 16px;
  }
  .checkbox-block {
    font-size: 9px;
  }
  .winner-name {
    min-height: 16px;
    font-size: 16px;
  }
  .winner-city {
    font-size: 11px;
    line-height: 11px;
  }
}
@media only screen and (max-width: 463px) {
  .hero-text .red-button span {
    font-size: 27px;
  }
  .hero-text h2 {
    font-size: 22px;
  }
  .red-button span {
    font-size: 18px;
  }
  .puky-mobile {
    max-width: 35px;
  }
  .arc-text {
    font-size: 30px;
  }
  .winner img {
    max-height: 12vw;
  }
  .step-form h2:first-child {
    font-size: 32px;
  }
  .video-frame iframe {
    height: 47vw !important;
  }
  .name-big {
    min-height: 23px !important;
    font-size: 23px !important;
  }
  .vygenerovat-obsah {
    margin-bottom: 15px;
  }
  .hero-section {
    height: 300px;
  }
  .youtube-iframe {
    height: 300px;
    position: relative;
    top: 50px;
  }
  h2 {
    font-size: 34px;
  }
  .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) {
  .collapse-item > div p {
    font-size: 12px;
  }
  .collapse-item button {
    font-size: 15px;
  }
  .faq-content h2 {
    font-size: 28px;
  }
  .round-item {
    gap: 10px;
    font-size: 15px;
  }
  .round-name {
    min-width: 80px;
  }
  .games-wrapper .price-big {
    font-size: 18px;
  }
  .game-card {
    padding: 25px 10px;
  }
  .hero-text .red-button span {
    font-size: 25px;
  }
  .hero-text h2 {
    font-size: 20px;
  }
  .arc-text {
    font-size: 28px;
  }
  .city-big {
    min-height: 14px !important;
    font-size: 14px !important;
  }
  .winner-name {
    min-height: 14px;
    font-size: 14px;
  }
  .winner-city {
    font-size: 10px;
    line-height: 10px;
  }
  .winner img {
    max-height: 11vw;
  }
  .lupa {
    max-width: 90px;
  }
}

@media only screen and (max-width: 391px) {
  .puky-mobile {
    display: none;
  }
}

/*IPHONE SE PORTAIL*/
@media only screen and (max-width: 376px) {
  .winner-name {
    min-height: 13px;
    font-size: 13px;
  }
  .winner-city {
    font-size: 10px;
    line-height: 10px;
  }
  .winner img {
    max-height: 9vw;
  }
  .redButton, .lightVioletButton {
    padding: 8px 10px;
    font-size: 9px;
  }
  .redButton {
    margin-right: 1px;
  }
  .headContent {
    width: 100%;
  }
  .imageLogo {
    height: 30px;
  }
}
/*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: 1600px) {
}
@media only screen and (min-width: 1919px) {
  .faq-bg {
    top: -51vw;
  }
  body {
    background-position-y: -7vw;
  }
  .hero-section {
    height: 550px;
  }
  .rounded-bg {
    height: 200px;
  }
  .hero-content h1 {
    font-size: 65px;
  }
  .hero-content p {
    font-size: 56px;
  }
}
@media only screen and (min-width: 2300px) {
  .faq-bg {
    top: -55vw;
  }
  body {
    background-position-y: -13vw;
  }
}
@media only screen and (min-width: 2500px) {
  body {
    background-position-y: -20vw;
  }
}
@media only screen and (min-width: 3839px) {
  .hero-section {
    height: 700px;
  }
  .rounded-bg {
    padding-bottom: 165px;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}

.export-button {
  background: #E30613;
  color: white;
  border: none;
  padding: 12px 26px;
  font-size: 20px;
  border-radius: 12px;
  font-family: "Gotham Rounded Bold";
  cursor: pointer;
}