/*
@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');
}
@font-face {
  font-family: 'Ej Font';
  src: url(..//fonts/ej_fonts/aachenstd.woff2) format('woff2'),
  url(.//fonts/ej_fonts/aachenstd.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-color: #fac800;
  background-image: url("../images/bcg1.webp");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position-x: center;
  background-position-y: top;
  z-index: 0;
  letter-spacing: -1px;
}
.main-wrapper-relative {
  position: relative;
  margin-top: 110px;
}
.slaf {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 2%;
}
.slaf img {
  position: relative;
  width: 52vw;
  right: 5.5vw;
  /*max-width: 900px;*/
  /*right: 95px;*/
}
/*.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-a {
  transition: .3s all;
}
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;
}
.white-button {
  color: #000;
  padding: 12px 20px;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.white-button:before {
  content: '';
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 6px;
  top: 45%;
  left: 47%;
}
.white-button span {
  font-size: 23px;
  position: relative;
  z-index: 2;
  font-family: 'Ej Font';
  letter-spacing: 0;
}
.black-button {
  color: #fff;
  padding: 6px 20px;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.black-button:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 6px;
  top: 47%;
  left: 45%;
}
.black-button span {
  font-size: 23px;
  position: relative;
  z-index: 2;
  font-family: 'Ej Font';
  letter-spacing: 0;
  text-transform: uppercase;
}
.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: 49%;
}
.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%;
}
.top-header {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}
.top-header p {
  font-family: "Gotham Rounded Book";
  font-size: 22px;
}
.one-items {
  width: 100%;
  max-width: 490px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ej-logo img {
  width: 100%;
  max-width: 260px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  top: 10px;
}
.ej-logo .black-button span {
  font-size: 55px;
}
.ej-logo .black-button:before {
  border-radius: 26px;
}
.ej-logo .black-button {
  padding: 30px;
}
.two-items {
  display: flex;
  justify-content: end;
  gap: 0px;
  position: relative;
}
/*.two-items:before {
  content: '';
  background: url("../images/line-top.png");
  position: absolute;
  height: 100%;
  width: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -17%;
  left: 21%;
}*/
.top-line {
  position: absolute;
  left: 18%;
  top: -5%;
  width: 56%;
  z-index: -1;
}
.form-line {
  position: absolute;
  right: -27%;
  top: -16%;
  width: 21%;
  transform: rotate(16deg);
  z-index: -2;
}
.map-line {
  position: absolute;
  left: 44%;
  top: -12%;
  width: 11%;
  z-index: -2;
}
.account-line {
  position: absolute;
  left: 28%;
  top: -50%;
  width: 33%;
  z-index: -2;
}
.end-line {
  position: absolute;
  left: 43%;
  bottom: -25%;
  width: 8%;
  z-index: -2;
}
.item-center {
  width: 100%;
  max-width: 360px;
}
.item-right {
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.item-right .black-button {
  padding: 8px 20px;
}
.item-right .black-button:before {
  left: 47%;
}
.item-right .white-button {
  padding: 8px 12px;
  margin-bottom: 15px;
}
.item-right .white-button:before {
  top: 47%;
}
.item-right .white-button span {
  font-size: 40px;
}
.item-right .red-button span {
  font-size: 32px;
}
.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;
}
.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;
}
.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;
  animation: 1.5s ease 0s normal infinite both running zoomBcg !important;
}
.anim-button {
  animation: 1s ease 0s normal infinite both running animButton !important;
}
.after-step-img {
  width: 98%;
  height: auto;
  /*animation: 1.5s ease 0s normal infinite both running zoomBcg !important;*/
}
@keyframes animButton {
  0% {scale: 1}
  50% {scale: 1.05}
  100% {scale: 1}
}
@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;
}




.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: 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' !important;
}
.form-badge {
  position: absolute;
  max-width: 230px;
  top: -150px;
  left: -120px;
  transform: translateX(-100%);
}
.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: 680px;
  display: flex;
  gap: 25px;
  align-items: flex-start;
  border-radius: 10px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #000;
  padding-top: 65px;
  position: relative;
}
.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 Bold';
  font-size: 32px;
}
.info-block {
  background: white;
  border-radius: 10px;
  box-shadow: 0px 8px 15px -2px #00000066;
}
.ticket-wrapper {
}
.ticket-wrapper img {
  width: 100%;
  height: auto;
}
.steps-content h1 {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 46px;
}
.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: #1D1D1B;
  text-decoration: underline;
  font-family: 'Gotham Rounded Book';
}
.steps-block {

  margin-bottom: 50px;
  flex-grow: 1;
  flex-basis: 0;
}
.step-form .steps-block {

  margin-bottom: 0;
}
.steps-block h2 {
  font-size: 35px;
  font-family: 'Gotham Rounded Bold';
}
.steps-block h3 {
  color: #E30613;
  margin: 0;
  font-size: 30px;
  font-family: 'Gotham Rounded Bold';
}
.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: 15px;
  font-family: "Gotham Rounded Bold";
  margin-bottom: 3px;
  display: block;
  text-align: left;
}
.loto-red-color {
  color: #E30613;
}
.register-form-group .text-input {
  text-align: left;
  width: 100%;
  height: 36px;
  border: 1px solid #1D1D1B;
  margin-bottom: 20px;
  border-radius: 7px;
  font-size: 14px;
  padding: 6px 10px 6px 14px;
  font-family: 'Gotham Rounded Bold';
  outline: none;
  background: transparent;
  color: #1D1D1B;
}
input::placeholder {
  color: rgba(29, 29, 27, 0.24);
  font-family: 'Gotham Rounded Bold';
}
.flex-radio {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 10px;
}
.flex-radio label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  font-family: 'Gotham Rounded Bold';
  position: relative;
  font-size: 16px;
}
.flex-radio label:after {
  content: '';
  width: 2px;
  height: 100%;
  background: #1D1D1B;
  position: absolute;
  top: 0;
  right: -8px;
}
.flex-radio label:last-child:after {
  content: none;
}
input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #1D1D1B;
  border-radius: 50%;
  position: relative;
  bottom: 1px;
  margin: 0;
}

input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #E20413;
  border-radius: 50%;
}

.register-form-group .textarea-input {
  text-align: center;
  width: 100%;
  background: #fff;
  border: 2px solid #F4F4F4;
  margin-bottom: 18px;
  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: 2px;
  font-size: 12px;
  color: #E30613;
  font-family: "Gotham Rounded Bold";
}
.opa0 {
  opacity: 0;
}
.register-form-group img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 12px;
  border: 1px solid #1D1D1B;
}
.checkbox-block {
  display: flex;
  padding-bottom: 15px;
  position: relative;
  font-family: 'Gotham Rounded Book';
  color: #1D1D1B;
  font-size: 11px;
  text-align: left;
  letter-spacing: 0;
  align-items: center;
}
.form-content {
  text-align: left;
}
.flex-send {
  gap: 5px;
}
.flex-send .red-button {
  padding: 6px 10px;
}
.flex-send .red-button:before {
  left: 47%;
}
.flex-send .red-button span {
  font-size: 18px;
}
.flex-send .red-button:before {
  border-radius: 4px;
}
.checkbox-block input[type="checkbox"] {
  background: transparent;
  margin-right: 8px;
  appearance: none;
  width: 20px;
  height: 20px;
  position: relative;
  border: 2px solid #1D1D1B;
  border-radius: 4px;
}
input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #E20413;
  border-radius: 2px;
}
.checkbox-block .a-label {
  text-decoration: underline;
  cursor: pointer;
}
.checkbox-block label {
  cursor: pointer;
}
.checkbox-block label a {
  color: #1D1D1B;
  cursor: pointer;
  text-decoration: underline;
}
.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: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: #1D1D1B;
  position: relative;
  margin-bottom: 140px;
}
.map-wrapper {
  position: relative;
}
.bojnice-pin {
  position: absolute;
  max-width: 19%;
  left: 28%;
  opacity: 0;
  top: 25%;
}
.animation-bojnice {
  animation: 1s ease-in-out 200ms normal both running animBojnice;
}
@keyframes animBojnice {
  0% {opacity: .6 ;transform: scale(0)}
  70% {opacity: 1;transform: scale(1.15)}
  100% {opacity: 1;transform: scale(1)}
}
.car-pin {
  position: absolute;
  width: 11%;
  left: 34%;
  top: 32%;
  opacity: 0;
  transform-origin: right bottom;
}
.animation-car {
  animation: 1.3s ease-in-out 1300ms normal both running animCar;
}
@keyframes animCar {
  0% {opacity: .6 ;transform: scale(0)}
  70% {opacity: 1;transform: scale(1.15)}
  100% {opacity: 1;transform: scale(1)}
}

.mobil-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: #1D1D1B;
  position: relative;
  padding-top: 10px;
  margin-bottom: 120px;
}
.mobil-bg {
  width: 100%;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
}
.mobil-desc {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}
.mobil-desc p {
  font-family: 'Gotham Rounded Bold';
  font-size: 22px;
  margin-bottom: 20px;
}




.map-content .black-button:before {
  border-radius: 20px;
  left: 47%;
}
.map-content .black-button {
  padding: 30px;
  top: 85px;
}
.map-content .black-button span {
  font-size: 52px;
}
.map-desc {
  position: absolute;
  bottom: 70px;
  width: 100%;
  left: 0;
}
.map-desc .white-button,.mobil-desc .white-button {
  margin-bottom: 20px;
}
.map-desc .red-button span,.mobil-desc .red-button span {
  font-size: 32px;
}
.map-desc .white-button:before,.mobil-desc .white-button:before {
  left: 49%;
}
.map-desc .white-button span,.mobil-desc .white-button span {
  font-size: 30px;
}
.map-desc h3 {
  font-family: 'Gotham Rounded Bold';
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.map-desc p {
  font-family: 'Gotham Rounded Bold';
  font-size: 22px;
  margin-bottom: 20px;
}
.mobil-desc p {
  font-family: 'Gotham Rounded Bold';
  font-size: 28px;
  margin-bottom: 25px;
}
.badge-mobile-left {
  position: absolute;
  max-width: 170px;
  left: -15%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.badge-mobile-right {
  position: absolute;
  max-width: 275px;
  right: -22%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.map-relative {
  position: relative;
  cursor: pointer;
}
.map-content .map-img {
  width: 100%;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.42));
}
.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);}
}

.hover-a {
  transition: .3s all;
}

.faq-content {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 300px;
  color: #fff;
  font-family: 'Gotham Rounded Book';
  position: relative;
}
.collapse-item {
  background: white;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 10px;
  color: #1D1D1B;
  overflow: hidden;
}
.collapse-item button {
  background: transparent;
  border: none;
  color: #1D1D1B;
  font-family: 'Gotham Rounded Bold';
  width: 100%;
  text-align: left;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  padding-left: 0;
}
.collapse-active {
  background: #1D1D1B;
}
.collapse-item.collapse-active {
  color: white !important;
}
.collapse-item.collapse-active button {
  color: white;
}
.collapse-item > div {
  max-height: 0;
  opacity: 0;
  font-family: 'Gotham Rounded Book';
  font-size: 16px;
  padding-left: 10px;
}
.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 > div a {
  font-family: 'Gotham Rounded Bold';
  text-decoration: underline;
  color: #fff;
}
.collapse-item button:after {
  content: url(../images/arrow.svg);
  position: absolute;
  right: 0;
  top: 8px;
  transition: .3s all;
}
.collapse-item.collapse-active button:after {
  transform: rotate(-180deg);
  transition: .2s all;
  filter: invert(1);
}
.collapse-item > div p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.collapse-item > div p:last-child {
  margin-bottom: 0;
}
.danger-border {
  border-color: #E30613 !important;
}
.faq-content h2 {
  font-size: 40px;
  text-align: center;
  font-family: 'Gotham Rounded Bold';
  margin-top: 0;
  margin-bottom: 20px;
  color: #1D1D1B;
}
.form-wrapper {
  position: relative;
  margin-bottom: 20px;
}
#form {
  margin-bottom: 0;
}
.ihrisko {
  position: absolute;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
  width: 100%;
  max-width: 800px;
  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;
}
.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: 10px 0px;
  color: white;
  border-radius: 12px;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  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;
}
.zdielat {
  height: 62px;
  display: none;
  animation: jump 2000ms 0ms infinite;
}
.stiahnut {
  height: 62px;
  display: none;
  animation: jump 2000ms 200ms infinite;
}
.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;
}
















@media only screen and (max-width: 1400px) {
  .form-badge {
    left: -50px;
  }
}
@media only screen and (max-width: 1220px) {
  .ej-logo img {
    max-width: 230px;
  }
  .ej-logo .black-button span {
    font-size: 50px;
  }
  .top-header p {
    font-size: 19px;
  }
  .one-items {
    margin-bottom: 20px;
  }
  .item-right .white-button span {
    font-size: 30px;
  }
  .black-button span {
    font-size: 19px;
  }
  .item-right .red-button span {
    font-size: 25px;
  }
  .item-right {
    max-width: 340px;
  }
  .item-center {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1150px) {
  .form-badge {
    left: -32px;
    max-width: 179px;
    top: -119px;
  }
  .form-line {
    right: -19%;
  }
  body {
    background-position-y: -6vw;
  }
  .ej-logo .black-button span {
    font-size: 42px;
  }
  .ej-logo img {
    max-width: 191px;
  }
  .top-header p {
    font-size: 16px;
  }
  .item-right .white-button span {
    font-size: 25px;
  }
  .black-button span {
    font-size: 17px;
  }
  .item-right .red-button span {
    font-size: 22px;
  }
  .item-right {
    max-width: 300px;
  }
  .item-center {
    max-width: 320px;
  }
  .top-line {
    left: 24%;
    top: -11%;
  }
  .one-items {
    max-width: 390px;
  }

}

@media only screen and (max-width: 1050px) {
  .map-desc .white-button span, .mobil-desc .white-button span {
    font-size: 24px;
  }
  .map-desc .white-button, .mobil-desc .white-button {
    margin-bottom: 12px;
  }
  .map-desc h3 {
    font-size: 26px;
  }
  .mobil-desc p {
    font-size: 23px;
  }
  .map-desc p {
    font-size: 18px;
  }
  .map-desc .red-button span, .mobil-desc .red-button span {
    font-size: 25px;
  }
  .map-content .black-button span {
    font-size: 44px;
  }
  .one-items {
    max-width: 370px;
  }
}
@media only screen and (max-width: 1000px) {
  .form-line {
    right: -14%;
  }
  .top-line {
    left: 20%;
    top: 0%;
  }
  .one-items {
    max-width: 350px;
  }
  .item-center {
    max-width: 250px;
  }
}
@media only screen and (max-width: 950px) {
  .map-desc .white-button {
    margin-bottom: 5px;
  }
  .map-desc {
    bottom: 55px;
  }
  .top-header p {
    font-size: 15px;
  }
  .ej-logo .black-button span {
    font-size: 37px;
  }
  .item-right .white-button span {
    font-size: 22px;
  }
  .item-right {
    max-width: 260px;
  }
  body {
    background-position-y: -10vw;
  }
}
.hide-tablet {
  display: block;
}
.show-tablet {
  display: none;
}
@media only screen and (max-width: 900px) {
  .map-content .black-button:before {
    border-radius: 12px;
  }
  .map-content .black-button span {
    font-size: 38px;
  }
  .form-line {
    right: -11%;
  }
  .one-items {
    max-width: 300px;
  }
  .top-header p {
    font-size: 14px;
  }
  .ej-logo .black-button span {
    font-size: 34px;
  }
  .ej-logo .black-button:before {
    border-radius: 16px;
  }
  body {
    background-position-y: -12vw;
  }
  .item-center {
    max-width: 220px;
  }
}
.ihrisko-mobile {
  display: none;
}
.zoskrab-mobile {
  display: none;
}
@media only screen and (max-width: 868px) {
  .collapse-item > div p {
    font-size: 18px;
  }
  .collapse-item button {
    font-size: 22px;
  }
  .map-content .black-button {
    padding: 23px;
    top: 70px;
  }
  .map-content .black-button:before {
    left: 48%;
  }
  .map-desc .white-button span, .mobil-desc .white-button span {
    font-size: 20px;
  }
  .map-desc .red-button span, .mobil-desc .red-button span {
    font-size: 22px;
  }
  .map-desc p {
    font-size: 16px;
  }
  .map-desc h3 {
    font-size: 23px;
  }
  .form-wrapper {
    margin-bottom: 60px;
  }
  .win-img {
    max-width: 385px;
  }
  .stick-and-button .red-button span {
    font-size: 36px;
  }
  .stick-and-button .red-button {
    padding: 10px 22px;
  }
  .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;
  }
  .step-form .steps-block {
    padding: 10px 10px 10px;
  }
  .ticket-wrapper img {
    max-width: 300px;
  }
  .zoskrab-mobile {
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 3%;
    width: 115%;
    transform: translateX(-50%);
  }
  .step-form {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  .step-form h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .ihrisko {
    display: none;
  }
  .ihrisko-mobile {
    position: absolute;
    width: 100%;
    max-width: 550px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    display: block;
    height: 110%;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
  }
  .form-line {
    right: -31%;
    top: -12%;
    width: 25%;
  }
  .hero-content h1 {
    font-size: 36px;
  }
  .hero-content p {
    font-size: 36px;
  }
  .rounded-bg {
    bottom: -26px;
  }
  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;
  }
  .item-right .white-button span {
    font-size: 18px;
  }
  .black-button span {
    font-size: 13px;
  }
  .item-right .black-button:before {
    left: 49%;
  }
  .item-right .red-button span {
    font-size: 16px;
  }
  .item-right {
    max-width: 230px;
  }
  .top-header p {
    font-size: 13px;
  }
  body {
    background-position-y: -15vw;
    background-position-x: 48%;
  }
  .one-items {
    max-width: 270px;
  }
  .ej-logo .black-button span {
    font-size: 29px;
  }
  .ej-logo img {
    max-width: 170px;
  }
  .top-line {
    left: 15%;
    top: -5%;
  }
}

.show-tablet {
  display: none;
}
@media only screen and (max-width: 800px) {
  .map-desc p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .map-desc h3 {
    font-size: 20px;
  }
  .map-desc .white-button span, .mobil-desc .white-button span {
    font-size: 18px;
  }
  .mobil-desc p {
    font-size: 20px;
  }
  .map-desc .red-button span, .mobil-desc .red-button span {
    font-size: 18px;
  }
  .hide-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
}

@media only screen and (max-width: 769px) {
  .collapse-item > div p {
    font-size: 16px;
  }
  .collapse-item button {
    font-size: 20px;
  }
  .map-content {
    margin-bottom: 80px;
  }
  .badge-mobile-right {
    max-width: 187px;
    right: -10%;
  }
  .map-content .black-button span {
    font-size: 30px;
  }
  .hero-content h1 {
    font-size: 30px;
  }
  .hero-content p {
    font-size: 30px;
  }

  .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: 730px) {
  body {
    background-position-y: -26vw;
    background-position-x: 47%;
  }
  .top-line {
    left: 17%;
    top: 5%;
    transform: rotate(8deg);
  }
  .form-line {
    right: -20%;
  }
  .item-right .white-button span {
    font-size: 16px;
  }
  .item-right {
    max-width: 200px;
  }
  .item-center {
    max-width: 200px;
  }
  .ej-logo .black-button span {
    font-size: 25px;
  }
  .ej-logo .black-button:before {
    border-radius: 12px;
  }
  .ej-logo .black-button {
    padding: 25px;
  }
  .ej-logo img {
    max-width: 125px;
  }
  .one-items {
    max-width: 260px;
  }
}
.show-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .form-wrapper {
    margin-bottom: 40px;
  }
  .map-content {
    margin-bottom: 40px;
  }
  .mobil-content {
    margin-bottom: 80px;
  }
  .account-line {
    top: -49%;
    width: 40%;
  }
  .map-desc p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .map-desc .white-button span, .mobil-desc .white-button span {
    font-size: 16px;
  }
  .map-desc .red-button span, .mobil-desc .red-button span {
    font-size: 16px;
  }
  .mobil-desc p {
    font-size: 18px;
  }
  .collapse-item > div p {
    font-size: 15px;
  }
  .collapse-item button {
    font-size: 19px;
  }
  .map-desc {
    bottom: 40px;
  }

  .map-content .black-button {
    padding: 18px;
    top: 57px;
  }
  .map-content .black-button span {
    font-size: 25px;
  }
  .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;
}
.header-mobile-image {
  display: none;
}
.ej-logo .red-button {
  display: none;
}
.form-line-mobile {
  display: none;
}
.form-badge {
  display: none;
}
.map-content .map-img-mobile {
  display: none;
}
.map-line-mobile {
  display: none;
}
.form-badge-2-mobile {
  display: none;
}
.form-badge-mobile {
  display: none;
}
.mobil-mobile-bg {
  display: none;
}
.mobile-line-mobile {
  display: none;
}
.faq-line-mobile {
  display: none;
}
@media only screen and (max-width: 599px) {
  .badge-mobile-left,.badge-mobile-right {
    display: none;
  }
  .end-line {
    display: none;
  }
  .faq-line-mobile {
    display: block;
    position: absolute;
    width: 37%;
    top: -44vw;
    left: 4%;
    z-index: 0;
  }
  .mobile-line-mobile {
    display: block;
    position: absolute;
    width: 39vw;
    top: -51vw;
    left: 32%;
    z-index: -2;
  }
  .map-content {
    margin-bottom: 180px;
  }
  .mobil-desc {
    position: absolute;
    top: 35%;
    width: 90%;
    left: 5%;
    transform: translateY(-50%);
  }
  .map-desc .white-button span {
    font-size: 28px;
  }
  .map-desc h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .map-desc .white-button {
    margin-bottom: 20px;
  }
  .map-desc {
    bottom: 50px;
    padding: 0 30px;
  }
  .map-desc .white-button:before {
    left: 47%;
  }
  .map-desc p {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .mobil-desc .white-button {
    margin-bottom: 20px;
  }
  .mobil-desc p {
    font-size: 20px;
    max-width: 60%;
    left: 20%;
    position: relative;
    margin-bottom: 30px;
  }
  .map-desc .red-button span, .mobil-desc .red-button span {
    font-size: 22px;
  }
  .mobil-desc .white-button span {
    font-size: 34px;
  }
  .mobil-desc .white-button:before {
    left: 48%;
  }
  .mobil-bg {
    display: none;
  }
  .mobil-mobile-bg {
    display: block;
    width: 100%;
  }
  .mobil-content {
    padding: 0;
  }
  .map-content .map-img {
    display: none;
  }
  .map-content .map-img-mobile {
    display: block;
    width: 100%;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
  }
  .step-form {
    max-width: 70%;
  }
  .top-header {
    margin-bottom: 120px;
  }
  .form-badge-mobile {
    display: block;
    position: absolute;
    width: 41%;
    right: 5%;
    top: -20%;
  }
  .form-badge-2-mobile {
    display: block;
    position: absolute;
    width: 34%;
    left: 5%;
    bottom: -28%;
  }
  .top-header p {
    font-size: 18px;
  }
  .two-items {
    flex-direction: column;
    gap: 20px;
  }
  .item-right {
    max-width: unset;
    margin-top: 0;
  }
  .item-center {
    max-width: unset;
  }
  .ej-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .ej-logo img {
    display: none;
  }
  .top-header {
    align-items: center;
  }
  .ej-logo .red-button {
    display: inline-block;
    position: relative;
    bottom: 10px;
  }
  .one-items {
    max-width: 100%;
  }
  .ej-logo .black-button span {
    font-size: 22px;
  }
  .ej-logo .black-button {
    padding: 20px 22px;
  }
  .black-button:before {
    left: 48%;
  }
  .header-mobile-image {
    display: block;
    width: 100%;
    margin-bottom: -60px;
  }
  .black-button span {
    font-size: 18px;
  }
  .item-right .white-button span {
    font-size: 34px;
  }
  .top-line {
    display: none;
  }
  .form-line-mobile {
    position: absolute;
    display: block;
    width: 13%;
    top: -19%;
    left: 29%;
    z-index: -2;
  }
  .form-line {
    display: none;
  }
  .faq-content h2 {
    font-size: 32px;
  }
  .faq-content {
    padding-bottom: 240px;
  }
  .collapse-item > div {
    padding-left: 5px;
  }
  .collapse-item > div p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .collapse-item > div p:first-child {
    margin-bottom: 10px;
  }
  .item-right .red-button {
    display: none;
  }
  body {
    background: url("../images/bcg1-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: -52vw;
  }
  .mobil-content {
    margin-bottom: 0px;
  }
  .win-item {
    font-size: 20px;
  }
  .slaf img {
    right: 24vw;
    width: 120vw;
  }
  .balls-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, 1fr);
  }
  .form-wrapper {
    margin-bottom: 200px;
  }
  .map-content {
    padding: 0;
  }
  .map-line {
    display: none;
  }
  .map-line-mobile {
    display: block;
    position: absolute;
    width: 28%;
    top: -23%;
    left: 53%;
    z-index: -2;
  }
  .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%;
  }
  .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;
  }
  .steps-block h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .steps-block h3 {
    font-size: 16px;
  }
  .winner-name {
    min-height: 18px;
    font-size: 18px;
  }
  .winner-city {
    font-size: 12px;
    line-height: 12px;
  }
  .game-date {
    margin-top: 7%;
  }
  .register-form-group > label {
    font-size: 18px;
  }
  .flex-radio label {
    font-size: 15px;
  }
  .winner img {
    max-height: 14vw;
  }
  .video-frame iframe {
    height: 50vw !important;
  }
  .bojnice-pin {
    max-width: 32%;
    left: 23%;
    top: 20%;
  }
  .car-pin {
    width: 16%;
    left: 34%;
    top: 26%;
  }
  .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;
  }
  .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;
  }
}
@media only screen and (max-width: 550px) {
  .step-form {
    max-width: 80%;
  }
  .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;
  }
  .map-desc .white-button span {
    font-size: 24px;
  }
  .mobil-desc p {
    font-size: 18px;
  }
  .mobil-desc .white-button span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .map-desc .red-button span, .mobil-desc .red-button span {
    font-size: 18px;
  }
  .map-desc p {
    font-size: 19px;
  }
  .collapse-item > div p {
    font-size: 12px;
  }
  .step-form h2 {
    margin-top: 10px;
  }
  .winner-name {
    min-height: 16px;
    font-size: 16px;
  }
  .winner-city {
    font-size: 11px;
    line-height: 11px;
  }
}
@media only screen and (max-width: 463px) {
  .mobil-desc p {
    font-size: 16px;
  }
  .mobil-desc .white-button span {
    font-size: 25px;
  }
  .map-desc .white-button span {
    font-size: 23px;
  }
  .map-desc p {
    font-size: 17px;
  }
  .red-button span {
    font-size: 18px;
  }
  .ticket-wrapper {
    padding-bottom: 0;
  }
  .winner img {
    max-height: 12vw;
  }
  .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;
  }
  .form-line-mobile {
    width: 18%;
  }
}
@media only screen and (max-width: 424px) {
  .map-desc .red-button span, .mobil-desc .red-button span {
    font-size: 16px;
  }
  .red-button {
    padding: 6px 12px;
  }
  .red-button:before {
    border-radius: 4px;
  }
  .mobil-desc p {
    font-size: 15px;
  }
  .map-desc .white-button span {
    font-size: 21px;
  }
  .map-desc p {
    font-size: 16px;
  }
  .item-right .white-button span {
    font-size: 30px;
  }
  .black-button span {
    font-size: 15px;
  }
  .top-header p {
    font-size: 17px;
  }
  .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) {
  .mobil-desc p {
    font-size: 14px;
  }
  .map-desc .white-button span {
    font-size: 20px;
  }
  .top-header p {
    font-size: 16px;
  }
}

/*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) {
  .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) {
}
@media only screen and (min-width: 2500px) {
}
@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;
}