@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url(../fonts/GothamRounded-Bold.woff2) format('woff2'),
    url(../fonts/GothamRounded-Bold.woff) format('woff'),
    url(../fonts/GothamRounded-Bold.ttf) format('truetype');

}

@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url(../fonts/GothamRounded-Medium.woff2) format('woff2'),
    url(../fonts/GothamRounded-Medium.woff) format('woff'),
    url(../fonts/GothamRounded-Medium.ttf) format('truetype');

  font-display: swap;
}


@font-face {
  font-family: 'Gotham Rounded Book';
  src: url(../fonts/GothamRounded-Book.woff2) format('woff2'),
    url(../fonts/GothamRounded-Book.woff) format('woff'),
    url(../fonts/GothamRounded-Book.ttf) format('truetype');

  font-display: swap;
}

* {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  min-height: 100%;
  position: relative;
  background: #fff;
}
.bcgg {
  background-image: url("../images/t.svg");
  background-repeat: no-repeat;
  background-size: initial;
  position: relative;
  background-position-x: right;
  background-position-y: center;
      bottom: 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;
    min-height: 180px;
}

.balls {
  background-image: url("../images/loto-balls.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  position: absolute;
  bottom: -50px;
  height: 100%;
  z-index: 1;
  background-position: 70px center;
  overflow: hidden;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.hover-a {
  transition: .3s all;
}
.hover-a:hover {
  transform: translateY(-6px);
}
p {
  margin: 0;
  padding: 0;
}
.fullWidth{
  width: 100%;
  overflow: hidden;
}

.darkBlueGrad{
  background: rgb(12,27,66);
  background: -moz-linear-gradient(180deg, rgba(12,27,66,1) 0%, rgba(19,47,94,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(12,27,66,1) 0%, rgba(19,47,94,1) 100%);
  background: linear-gradient(180deg, rgba(12,27,66,1) 0%, rgba(19,47,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c1b42",endColorstr="#132f5e",GradientType=1);
}

.horizontalBlueGrad{
  background: #c0e7fb;
  background: -moz-linear-gradient(left,  #c0e7fb 0%, #0079ad 15%, #0079ad 85%, #c0e7fb 100%);
  background: -webkit-linear-gradient(left,  #c0e7fb 0%,#0079ad 15%,#0079ad 85%,#c0e7fb 100%);
  background: linear-gradient(to right,  #c0e7fb 0%,#0079ad 15%,#0079ad 85%,#c0e7fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e7fb', endColorstr='#c0e7fb',GradientType=1 );
}

.brightGreyGrad{
  background: #e4edf9;
  background: -moz-linear-gradient(top,  #e4edf9 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #e4edf9 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #e4edf9 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edf9', endColorstr='#ffffff',GradientType=0 );
}
.stripeVeryThick {
  height: 60px;
}
.block {
  display: block;
}
.contentCnt {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 20px;
  align-items: center;
}


.lightViolet {
  background-color: #2d51c3;
}
.darkBlueBg {
  background-color: #14305f;
}
.stripeThick {
  height: 8px;
}
.lightGreyBg {
  background-color: #d1d5e1;
}
.brightRedBg {
  background-color: #cc0003;
}
.stripeThin {
  height: 3px;
}
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;
  position: relative;
  bottom: 0;
}
footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  padding: 0 20px;
}
footer .footer-content > div {
  flex-grow: 1;
  width: 33%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
footer .logo-content img {
  height: 50px;
  margin-right: 10px;
  display: block;
}
footer .social-content {
  justify-content: center;
}
footer .social-content img {
  width: 30px;
  display: inline-block;
  position: relative;
  margin: 0 6px;
  transition: transform .2s ease-in;
}
footer .notice-content img {
  width: 40px;
  margin-right: 10px;
}
h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 45px;
}
.hero-section {
  background-image: url("../images/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 37vw;
    position: relative;
    background-position-x: center;
    background-position-y: -5vw;
  display: flex;
}
.hero-content {
    width: 56%;
    max-width: 100%;
    font-family: 'Gotham Rounded Bold';
    margin: 0 auto;
    text-align: left;
    margin-top: 4.5vw;
    padding: 0 20px;
    position: relative;
}
.hero-eye {
  width: 100%;
  max-width: 43vw;
  top: 0;
  position: absolute;
  left: 0;
  animation: 1s ease 0s 1 normal both running buttonMainAnim;
  z-index: 8;
}
.add-second-anim-to-eye {
  animation: 1.4s ease 0s infinite normal both running buttonMainAnimInfinite !important;
}
@keyframes buttonMainAnim {
  0% {transform: scale(.4);}
  100% {transform: scale(1.08);}
}
@keyframes buttonMainAnimInfinite {
  0% {transform: scale(1.08);}
  50% {transform: scale(1);}
  100% {transform: scale(1.08);}
}
.extra-logo {
  position: absolute;
  top: 95px;
  right: 20px;
  width: 180px;
}
.price-counter-block {
  color: white;
  position: relative;
}
.price-counter-content {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.price-counter-content .price-title {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.price-counter-content .price-counter {
  font-size: 53px;
}

.countdown-content {
  width: 100%;
  font-family: 'Gotham Rounded Bold';
  color: #2A2071;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 0px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 90px;
}
.countdown-content h3 {
  padding-bottom: 60px;
  margin: 0;
  font-size: 45px;
}
.countdown-bcg {
  background: #FFFFFF;
  border-radius: 25px;
  border: 5px solid #EBEBEC;
}
.countdown-title {
  font-size: 35px;
  padding: 0px 60px 20px;
}
.countdown-title-image {
  width: 90%;
  max-width: 600px;
  position: relative;
  bottom: 46px;
}
.stepper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  gap: 10px;
}
.stepper > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.countdown-content .podaj-si {
  display: inline-block;
}
.countdown-content .podaj-si img {
  width: 100%;
  max-width: 209px;
  position: relative;
  top: 40px;
}
.stepper .cube {
  width: 207px;
  height: 207px;
  background: url("../images/number-bcg.jpg");
  background-size: 100%;
  border-radius: 15px;
  margin-bottom: 8px;
  position: relative;
  background-repeat: no-repeat;
}
.count-desc {
  font-size: 30px;
}
.underline {
  text-decoration: underline;
}
.stepper .cube span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 130px;
  line-height: 1;
}
.stepper .days .cube:after,.stepper .hours .cube:after,.stepper .minutes .cube:after {
  content: '';
  background: url("../images/number-line.png");
  color: #E30613;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.title-content {
  width: 100%;
  color: #2A2071;
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0px;
  font-family: 'Gotham Rounded Book';
  position: relative;
  bottom: 50px;
  padding-bottom: 0px;
}
.vyhry-img {
  width: 100%;
  max-width: 550px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.38));
}
.title-content h2 {
  font-size: 34px;
}
.title-content a {
  display: inline-block;
}
.title-content img {
  max-width: 200px;
}
.title-content-v2 {
  bottom: 0px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.divider {
  border-top: 1px solid #e7e7e7;
  width: 80%;
  max-width: 500px;
}
.divider-with-image  {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.divider-with-image img {
  width: 100%;
  max-width: 200px;
}
.divider-with-image hr {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sutaz {
  width: 100%;
  color: #2A2071;
  max-width: 860px;
  padding: 0 14px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Gotham Rounded Book';
  margin-bottom: 60px;
}
.sutaz h3 {
    font-family: 'Gotham Rounded Bold';
  font-size: 38px;
  margin-bottom: 10px;
  margin-top: 0;
}
.sutaz h4 {
   font-family: 'Gotham Rounded Bold';
  font-size: 38px;
  margin-bottom: 40px;
  margin-top: 0;
}
.sutaz p {
  margin-bottom: 30px;
  font-size: 24px;
}
.vyhry-h4 {
  margin-top: 80px !important;
  margin-bottom: 0 !important;
}
.zrebovanie-vyhercov-block {
  margin-top: 80px;
}
.zrebovanie-vyhercov-block p {
  font-size: 29px;
  margin-bottom: 40px;
}
.zrebovanie-vyhercov-block a {
  display: inline-block;
}
.zrebovanie-vyhercov-img {
  max-width: 450px;
  margin-bottom: 30px;
}
.zrebovanie-vyhercov-block h4 {
  font-size: 39px;
      font-family: 'Gotham Rounded Bold';
}
.zrebovanie-vyhercov-block img {
  width: 70%;
  max-width: 420px;
}
.big-x {
  width: 100%;
  color: #2A2071;
  max-width: 860px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Gotham Rounded Book';
  margin-bottom: 80px;
}
.big-x p {
  font-size: 29px;
  margin-bottom: 60px;
}
.big-x img {
  width: 100%;
}
.more-info-block {
  width: 100%;
  max-width: 850px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
.sutaz-trva {
  width: 100%;
  margin-bottom: 50px;
}
.viac-info {
  width: 100%;
  max-width: 232px;

}
.conditions {
  width: 100%;
  color: #2A2071;
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Gotham Rounded Book';
  padding-top: 80px;
  margin-bottom: 80px;
}
.conditions h2 {
  font-family: 'Gotham Rounded Bold';
}
.conditions p {
  font-size: 30px;
}
.how-to-play-text {
  width: 100%;
  color: #2A2071;
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Gotham Rounded Bold';
  margin-bottom: 40px;
  margin-top: 60px;
}
.how-to-play-text a {
  display: inline-block;
}
.how-to-play-text h2 {
}
.how-to-play-text-item {
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  padding: 40px;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 752px;
  font-size: 30px;
}
.how-to-play-text-item h3 {
  margin-top: 0;
  font-size: 30px;
  color: #E30613;
  margin-bottom: 10px;
}
.how-to-play-text-item p {
  font-size: 20px;
}
.how-to-play-text-item > img {
  width: 100%;
  max-width: 130px;
  display: block;
  margin: 0 auto;
  margin-top: 24px;
}
.how-to-play-text-item a img {
  width: 100%;
  max-width: 141px;
  margin: 0 auto;
  margin-top: 24px;
}
.how-to-play-text-item a {
  color: #2A2071;
}
.strong {
  font-family: 'Gotham Rounded Bold';
}
.title-content p {
  font-family: 'Gotham Rounded Book';
  font-size: 30px;
}
.ticket-content {
  width: 100%;
  color: #2A2071;
  max-width: 450px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 90px;
}
.ticket-content a {
  display: inline-block;
}
.ticket-content img {
  max-width: 181px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.ticket-content p {
  font-family: 'Gotham Rounded Book';
  font-size: 14px;
  margin: 0 auto;
}
.zrebovanie-table-block {
  border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    padding: 15px;
  margin-bottom: 60px;
}
.zrebovanie-table {
  font-size: 20px;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
    font-family: 'Gotham Rounded Bold';
}

.zrebovanie-table tr th {
  border-bottom: 2px solid #2A2071;
  padding: 15px 4px;
}
.zrebovanie-table tr td, .zrebovanie-table tr th {
  border-right: 2px solid rgba(0, 0, 0, 0.08);
}
.zrebovanie-table tr td:last-child, .zrebovanie-table tr th:last-child {
  border-right: none;
}
.zrebovanie-table tr td span {
  color: #0000001a;
}
.zrebovanie-table tr th:first-child {
  border-right: 2px solid #2A2071;
}
.zrebovanie-table tr td {
  padding: 15px 4px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.zrebovanie-table tr td:first-child {
  border-right: 2px solid #2A2071;
}
.zrebovanie-table tr:last-child td {
  border-bottom: 0;
}

.form-section {
  width: 100%;
  max-width: 900px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 40px;
  color: #2A2071;
  margin-top: 80px;
}
.form-section h2 {
  font-family: 'Gotham Rounded Bold';
  font-size: 39px;
}
.form-section h4 {
  font-size: 39px;
    font-family: 'Gotham Rounded Bold';
  margin-top: 50px;
  margin-bottom: 50px;
}
.form-block {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 0px;
}

.flex-form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.form-content {
  text-align: left;
  flex-grow: 1;
  width: 45%;
  font-size: 16px;
  letter-spacing: 0;
}
.register-form-group {
  position: relative;
}
.register-form-group label {
  font-size: 16px;
  font-family: "Gotham Rounded Bold";
  margin-bottom: 6px;
  display: block;
}
.register-form-group .text-input {
  width: 100%;
  height: 54px;
  background: #fff;
  border: 2px solid #F4F4F4;
  margin-bottom: 24px;
  border-radius: 12px;
  font-size: 15px;
  padding: 15px 20px;
  font-family: 'Gotham Rounded Bold';
  outline: none;
  color: #2A2071;
}
.register-form-group .text-input::placeholder {
  color: #cfcfcf;
}
.error-label {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 12px;
  color: #E30613;
  font-family: "Gotham Rounded Bold";
}
.opa0 {
  opacity: 0;
}
.send-form img {
  height: 38px;
  margin-bottom: 12px;
}
.send-form {
  background: none;
  border: none;
  cursor: pointer;
  transition: .3s;
}
.send-form:hover {
  transform: translateY(-6px);
}
.checkbox-block {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  position: relative;
  font-family: 'Gotham Rounded Book';
  color: #2A2071;
  font-size: 10px;
}
.vzorovy {
  width: 100%;
}
.submit-message-block {
  height: 45px;
}
.submit-message {
  font-family: 'Gotham Rounded Medium';
  padding: 20px;
  color: white;
  border-radius: 12px;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  opacity: 0;
  background: green;
}
.submit-message.error {
  background: red;
}
.checkbox-block .error-label {
  bottom: 10px;
}
.checkbox-block a {
  text-decoration: underline;
}
.checkbox-block input {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.conditions-ul {
  width: 100%;
  max-width: 1100px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  margin-bottom: 80px;
  color: #2A2071;
  font-size: 25px;
  margin-top: 80px;
}
.conditions-ul h4 {
  text-align: center;
  font-size: 39px;
    font-family: 'Gotham Rounded Bold';
  margin-top: 50px;
  margin-bottom: 50px;
}
.conditions-ul ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.conditions-ul ul li {
  margin-bottom: 20px;
  line-height: 1.3;
}
.good-luck-wrapper {
  position: relative;
}
.good-luck-wrapper img {
    position: absolute;
    max-width: 26vw;
    bottom: -4vw;
    z-index: 2;
    right: 0vw;
}
.good-luck {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: 'Gotham Rounded Book';
  text-align: center;
  padding-bottom: 140px;
}
.good-luck h4 {
  font-family: 'Gotham Rounded Bold';
  color: #2A2071;
  font-size: 39px;
  margin-top: 80px;
  margin-bottom: 0;
}

.winners-block {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: #2A2071;
  font-family: 'Gotham Rounded Book';
  margin-top: 80px;
}
.steps-content-form {
  width: 100%;
  max-width: 900px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 100px;
  color: #2A2071;
  display: none;
}
.d-block {
  display: block !important;
}
.winners-block h2 {
  font-family: 'Gotham Rounded Bold';
}
.winners-block p {
  font-size: 24px;
  margin-bottom: 20px;
}
.tables-block {
  display: flex;
  gap: 10px;
  margin-top: 80px;
}
.table-item {
  flex: 1 1 auto;
  padding: 30px 20px 20px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  background: white;
  background-image: url("../images/tablex.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: bottom right;
}

.table-item > img {
  width: 60%;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.middle-content {
  width: 100%;
  color: #2A2071;
  max-width: 620px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 130px;
  font-family: 'Gotham Rounded Bold';
}
.middle-content p {
  font-size: 22px;
  line-height: 120%;
}
.test-link {
  color: red;
}
.test-link-2 {
  margin-top: 20px;
  color: green;
}
.number-content {
  width: 100%;
  color: #2A2071;
  max-width: 1050px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
  font-family: 'Gotham Rounded Bold';
}
.number-content h2 {
  font-size: 45px;
  line-height: 100%;
  margin-bottom: 50px;
}
.number-content img {
  width: 100%;
}
/*START HEADER MENU*/
.stripeVeryThick {
    height: 60px;
}
.block {
    display: block;
}
.rel {
    position: relative;
}
.stripeVeryThick {
    height: 60px;
}
.darkBlueGrad {
    background: rgb(12, 27, 66);
    background: -moz-linear-gradient(180deg, rgba(12, 27, 66, 1) 0%, rgba(19, 47, 94, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(12, 27, 66, 1) 0%, rgba(19, 47, 94, 1) 100%);
    background: linear-gradient(180deg, rgba(12, 27, 66, 1) 0%, rgba(19, 47, 94, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c1b42",endColorstr="#132f5e",GradientType=1);
}
.contentCnt {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1100px;
}
.contentCnt img {
  height: 50px;
  width: auto;
  margin-top: 10px
}
.abs {
    position: absolute;
}
.buttonContainer {
    margin-top: 6px;
}
.buttonContainer button {
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #e20000;
    padding: 5px 15px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.buttonContainer button:hover {
  opacity: .8;
}
.buttonContainer button.lightViolet {
    background-color: #2d51c3;
}
/*END HEADER MENU*/


.map-wrapper {
  width: 100%;
  color: #2A2071;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 160px;
  font-family: 'Gotham Rounded Bold';
}
.text-online-sms {
  font-size: 16px;
  position: absolute;
  left: 69%;
  top: 64%;
  font-family: 'Gotham Rounded Bold';
}
.map-frame {
  width: 95%;
  position: relative;
  margin: 0 auto;
}
.map-frame .map-bcg {
  width: 100%;
}
.map-cube {
  background: #2A2071;
  width: 10.7%;
  height: 15.1%;
  border-radius: 6px;
  transform: skew(347deg, 360deg);
  position: absolute;
  z-index: 2;
}
.scale-100 {
  transform: skew(347deg, 360deg) scale(1);
}
.scale-60 {
  transform: skew(347deg, 360deg) scale(0.6);
}
.scale-50 {
  transform: skew(347deg, 360deg) scale(0.5);
}
.cube-ba {
  top: 48%;
  left: -3%;
}
.cube-tt {
  top: 41%;
  left: 9%;
}
.cube-nt {
  left: 19%;
  top: 52%;
}
.cube-tn {
  left: 19%;
  top: 17%;
}
.cube-za {
  left: 36%;
  top: 2%;
}
.cube-bb {
  left: 41%;
  top: 32%;
}
.cube-ke {
  left: 67%;
  top: 21%;
}
.cube-pv {
  left: 74%;
  top: 0%;
}
.cube-sms {
  left: 60%;
  top: 58%;
}
.overlay-map {
  position: absolute;
  z-index: 1;
  display: none;
}
.overlay-map-ba {
  top: 49.2%;
  left: 0;
  width: 12.3%;
}
.overlay-map-tt {
  top: 38%;
  left: 2%;
  width: 18.8%;
}
.overlay-map-tn {
  top: 14%;
  left: 9.6%;
  width: 26%;
}
.overlay-map-za {
  left: 27.2%;
  top: 0%;
  width: 29.6%;
}
.overlay-map-nt {
  top: 46.9%;
  left: 15.1%;
  width: 24.5%;
}
.overlay-map-bb {
  top: 35.2%;
  left: 29.1%;
  width: 35%;
}
.overlay-map-pv {
  top: 7.9%;
  left: 53.3%;
  width: 46.5%;
}
.overlay-map-ke {
  top: 31.8%;
  left: 58.8%;
  width: 38.4%;
}
.map-info-text {
  text-align: left;
  width: 275px;
  font-size: 12px;
  font-family: 'Gotham Rounded Bold';
  position: absolute;
  top: 85%;
  left: 45%;
  display: none;
}
.show {
  display: block !important;
}
.show-region {
  display: block !important;
  -webkit-animation: 1.2s ease 0ms infinite normal both running animToMapInfinite;
  animation: 1.2s ease 0ms infinite normal both running animToMapInfinite;
}
@keyframes animToMapInfinite {
  0% { transform: translateY(0);opacity: 0.9;}
  50% { transform: translateY(-4px);opacity: 1;}
  100% { transform: translateY(0); opacity: 0.9;}
}
.show-region-bcg {
  display: block !important;
  animation: none !important;
  filter: grayscale(1);
  z-index: 0 !important;
}
.map-cube .text {
  position: absolute;
  color: white;
  z-index: 2;
  left: 50%;
  top: 50%;
  font-size: 14px;
  transform: translate(-50%, -50%);
  line-height: 0.9;
}
.map-cube .text .count-value {
  display: block;
  font-size: 43px;
}
.map-cube .inside {
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transform: skew(360deg, 360deg);
  position: absolute;
}
.map-cube .inside:nth-child(n+2) {
  box-shadow: 1px 2px #6C62B5;
}
.map-cube .inside:nth-child(n+3) {
  box-shadow: 2px 4px #6C62B5;
}
.map-cube .inside:nth-child(n+4) {
  box-shadow: 3px 6px #6C62B5;
}
.map-cube .inside:nth-child(n+5) {
  box-shadow: 4px 8px #6C62B5;
}
.map-cube .inside:nth-child(n+6) {
  box-shadow: 5px 10px #6C62B5;
}
.map-cube .inside:nth-child(n+7) {
  box-shadow: 6px 12px #6C62B5;
}
.map-cube .inside:nth-child(n+8) {
  box-shadow: 7px 14px #6C62B5;
}
.map-cube .inside:nth-child(n+9) {
  box-shadow: 8px 16px #6C62B5;
}
.map-cube .inside:nth-child(n+10) {
  box-shadow: 9px 18px #6C62B5;
}
.map-cube .inside:nth-child(n+11) {
  box-shadow: 10px 20px #6C62B5;
}
.map-cube .inside:nth-child(n+12) {
  box-shadow: 11px 22px #6C62B5;
}
.map-cube .inside:nth-child(n+13) {
  box-shadow: 12px 24px #6C62B5;
}
.map-cube .inside:nth-child(n+14) {
  box-shadow: 13px 26px #6C62B5;
}
.map-cube .inside:nth-child(n+15) {
  box-shadow: 14px 28px #6C62B5;
}
.map-cube .inside:nth-child(n+16) {
  box-shadow: 15px 30px #6C62B5;
}
.map-cube .inside:nth-child(n+17) {
  box-shadow: 16px 32px #6C62B5;
}
.map-cube .inside:nth-child(n+18) {
  box-shadow: 17px 34px #6C62B5;
}
.map-cube .inside:nth-child(n+19) {
  box-shadow: 18px 36px #6C62B5;
}
.map-cube .inside:nth-child(n+20) {
  box-shadow: 19px 38px #6C62B5;
}
.map-cube .inside:nth-child(n+21) {
  box-shadow: 20px 40px #6C62B5;
}
.map-cube .inside:nth-child(n+22) {
  box-shadow: 21px 42px #6C62B5;
}
.map-cube .inside:nth-child(n+23) {
  box-shadow: 22px 44px #6C62B5;
}
.map-cube .inside:nth-child(n+24) {
  box-shadow: 23px 46px #6C62B5;
}
.map-cube .inside:nth-child(n+25) {
  box-shadow: 24px 48px #6C62B5;
}
.number-item {
  width: 100%;
  color: #2A2071;
  max-width: 480px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
  font-family: 'Gotham Rounded Bold';
}
.number-item h3 {
  font-size: 24px;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}
.number-wrapper {
  width: 100%;
  max-width: 417px;
  margin: 0 auto;
  position: relative;
}
.number-wrapper .all-number {
  width: 100%;
}
#number5 {
  width: 11.5%;
  height: 10%;
  position: absolute;
  left: 59%;
  top: 0;
  animation: 1.2s ease 0ms infinite normal both running animToNumberInfinite;
}
#number7 {
  width: 11.5%;
  height: 10%;
  position: absolute;
  left: 88.5%;
  top: 0;
  animation: 1.2s ease 0ms infinite normal both running animToNumberInfinite;
}
#number20 {
  width: 11.5%;
  height: 10%;
  position: absolute;
  left: 73.7%;
  top: 25.7%;
  animation: 1.2s ease 0ms infinite normal both running animToNumberInfinite;
}
#number36 {
  width: 11.5%;
  height: 10%;
  position: absolute;
  left: 0%;
  top: 64%;
  animation: 1.2s ease 0ms infinite normal both running animToNumberInfinite;
}
#number37 {
  width: 11.5%;
  height: 10%;
  position: absolute;
  left: 14.5%;
  top: 64%;
  animation: 1.2s ease 0ms infinite normal both running animToNumberInfinite;
}
#number38 {
  width: 11.5%;
  height: 10%;
  position: absolute;
  left: 29.3%;
  top: 64%;
  animation: 1.2s ease 0ms infinite normal both running animToNumberInfinite;
}
@keyframes animToNumberInfinite {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}
.d-inline-block {
  display: inline-block;
}
.text-content {
  width: 100%;
  font-family: 'Gotham Rounded Book';
  color: #2A2071;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 100px;
  padding-top: 60px;
}
.text-content a {
  color: inherit !important;
}
.text-content h2 {
  margin-bottom: 30px;
}
.text-content p {
  font-size: 45px;
}
.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;
}
.main-wrapper-relative {
  position: relative;
}
.actions-block img {
  max-width: 250px;
  width: 100%;
  height: auto;
}
.steps-content {
  width: 100%;
  max-width: 637px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 100px;
  color: #2A2071;
}
.steps-block {
  padding: 40px 60px 50px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.steps-block h3 {
  color: #E30613;
  margin: 0;
  font-size: 22px;
}
.steps-block p {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 26px;
}
.steps-block p:last-child {
  margin-bottom: 0;
}
.type-block {
  width: 100%;
  max-width: 792px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 100px;
  color: #2A2071;
}
.type-block h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.two-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.item-block {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 32px 20px;
  margin-bottom: 20px;
  flex-grow: 1;
  width: 47%;
}
.item-block h4 {
  font-size: 40px;
  line-height: 120%;
  color: #E30613;
  margin-top: 0;
  margin-bottom: 0;
}
.item-block img {
  max-width: 63px;
  width: 100%;
  height: auto;
}
.item-block-headline {
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-block .loto-red-color {
  margin-bottom: 6px;
}
.how-to-play {
  display: flex;
  border: 3px solid #EBEBEC;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  padding: 50px;
  align-items: center;
  gap: 100px;
}
.how-to-play > div {
  flex: 1 1 0;
  position: relative;
}

@keyframes howToPlayAnimInfinite {
  0% {transform: scale(1);}
  80% {transform: scale(1);}
  90% {transform: scale(1.06);}
  100% {transform: scale(1);}
}

.how-to-play > div:after {
  content: '';
  width: 2px;
  height: 70%;
  background: #EBEBEC;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.how-to-play > div:last-child:after {
  content: none;
}
.how-to-play img {

}
.how-to-play > div:nth-child(1) img {
  animation: 2.5s ease 0s infinite normal both running howToPlayAnimInfinite !important;
}
.how-to-play > div:nth-child(2) img {
  animation: 2.5s ease 300ms infinite normal both running howToPlayAnimInfinite !important;
}
.how-to-play > div:nth-child(3) img {
  animation: 2.5s ease 600ms infinite normal both running howToPlayAnimInfinite !important;
}



.how-to-play-link:hover {
  filter: invert(16%) sepia(89%) saturate(7162%) hue-rotate(347deg) brightness(83%) contrast(118%)
}



.video-block {
  width: 100%;
  max-width: 792px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  padding-bottom: 70px;
  padding-top: 80px;
  color: #2A2071;
}
.video-block h2 {
  margin-bottom: 55px;
}
.youtube-iframe {
  width: 100%;
  height: 423px;
  position: relative;
  z-index: 2;
}
.vzorovy-block {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.vzorovy-block img {
  width: 100%;
  max-width: 385px;
}
.map-content {
  width: 100%;
  max-width: 800px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  padding-bottom: 100px;
  color: #2A2071;
  padding-top: 60px;
}
.map-content h2 {
  font-size: 39px;
}
.map-relative {
  position: relative;
  cursor: pointer;
}
.map-img {
  width: 100%;
  max-width: 586px;
  margin-bottom: 60px;
}
.lupa {
  position: absolute;
  width: 100%;
  max-width: 150px;
  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;
}
.map-button {
  width: 100%;
  max-width: 445px;
}


.faq-content {
  width: 100%;
  font-family: 'Gotham Rounded Book';
  color: #2A2071;
  max-width: 910px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  padding-top: 60px;
  padding-bottom: 0px;
  margin-bottom: 80px;
}
.faq-content h2 {
  font-family: 'Gotham Rounded Bold';
}
.faq-content h3 {
  font-family: 'Gotham Rounded Bold';
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 10px;
}
.faq-content p {
  font-size: 25px;
  margin-bottom: 40px;
}

.last-conditions {
  width: 100%;
  font-family: 'Gotham Rounded Book';
  color: #2A2071;
  max-width: 910px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  padding-top: 60px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 12px;
}
.last-conditions p {
  margin-bottom: 40px;
}
.last-conditions p:last-child {
  margin-bottom: 0;
}
.last-conditions a {
  color: #2A2071;
  text-decoration: underline;
}






@media only screen and (max-width: 1600px) {


}
@media only screen and (max-width: 1400px) {


}
@media only screen and (max-width: 1200px) {
  .text-content p {
    font-size: 39px;
  }
      .rounded-bg {
        bottom: -40px;
    }
}
@media only screen and (max-width: 1100px) {
  .countdown-content {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .title-content {
    bottom: 30px;
  }
  .sutaz p {
    font-size: 21px;
  }
  .sutaz h3 {
    font-size: 33px;
  }
  .zrebovanie-vyhercov-block h4 {
    font-size: 33px;
  }
  .title-content h2 {
    font-size: 27px;
}
      .rounded-bg {
        min-height: 160px;
    }

  .map-content h2,.form-section h2,.how-to-play-text h2,.number-content h2,.form-section h4,.conditions-ul h4,.good-luck h4 {
    font-size: 33px;
  }
  .conditions-ul {
    font-size: 22px;
  }
  .title-content p {
    font-size: 23px;
  }
  .countdown-content h3 {
    font-size: 38px;
  }
  .text-content p {
    font-size: 32px;
  }
  .faq-content h3 {
    font-size: 22px;
  }
  .faq-content p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 900px) {
  table {
    font-size: 12px;
  }
  .how-to-play {
    padding: 40px;
  }
  .extra-logo {
    top: 60px;
  }
}
@media only screen and (max-width: 868px) {
      .rounded-bg {
        min-height: 80px;
        bottom: -1px;
    }
  .text-content p {
    font-size: 25px;
  }
  footer {
    position: relative;
    bottom: -1px;
  }
  footer .footer-content {
    display: block;
  }
  footer .footer-content > div {
    width: 100%;
    display: block;
    text-align: center;
  }
  footer .logo-content img {
    margin: 0 auto 10px;
  }
  footer .notice-content img {
    margin: 0 auto 10px;
  }
  footer .social-content a {
    display: inline-block;
    margin: 15px 0;
  }
  footer {
    padding: 20px 0;
  }
  .conditions-ul {
    font-size: 18px;
  }
}
@media only screen and (max-width: 769px) {
  .sutaz p {
    font-size: 18px;
  }
      .title-content h2 {
        font-size: 21px;
    }
          .zrebovanie-vyhercov-block h4 {
        font-size: 26px;
    }
          .map-content h2, .form-section h2, .how-to-play-text h2, .number-content h2, .form-section h4, .conditions-ul h4, .good-luck h4 {
            font-size: 26px;
          }
  .conditions-ul {
    font-size: 16px;
  }
  .how-to-play {
    padding: 40px 20px;
    gap: 60px;
  }
  .how-to-play > div:after {
    right: -30px;
  }
  .stepper .cube {
    width: 150px;
    height: 150px;
  }
  .stepper .cube span {
    font-size: 80px;
  }
  h2,.number-content h2 {
    font-size: 29px;
  }
  .title-content p {
    font-size: 20px;
  }
  .countdown-content h3 {
    font-size: 29px;
  }
  .faq-content h3,.faq-content p {
    font-size: 20px;
  }
  .extra-logo {
    top: 66px;
    width: 140px;
  }
  .title-content {
    bottom: 0;
    padding-bottom: 70px;
  }
  .zrebovanie-table {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {

}
.hero-eye-mobile {
  display: none;
  animation: 1.3s ease 0s 1 normal both running buttonMainAnim;
}
.br-only-mobile {
  display: none;
}
.br-only-pc {
  display: block;
}
.show-mobile {
  display: none;
}
@media only screen and (max-width: 599px) {
  table {
    font-size: 14px;
  }
  .big-number {
    font-size: 40px;
  }
  .sutaz-trva {
    width: 93%;
  }
  .title-content h2 {
    font-size: 20px;
  }
  .title-content-v2 h2 {
    font-size: 30px;
  }
  .big-x p {
    font-size: 18px;
  }
  .divider-with-image img {
    max-width: 140px;
  }
  .more-info-block {
    margin-bottom: 30px;
  }
  .title-content-v2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .flex-form {
    display: block;
  }
  .form-content {
    width: 100%;
  }
  .vzorovy {
    margin-bottom: 20px;
  }
  .how-to-play-text-item p {
    font-size: 18px;
  }
  .conditions {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .how-to-play-text {
    margin-bottom: 30px;
  }
  .form-section {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .conditions-ul {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .winners-block p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .tables-block {
    display: block;
    margin-top: 60px;
  }
  .table-item {
    margin-bottom: 60px;
  }
  .winners-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .conditions p {
    font-size: 14px;
  }
  .viac-info {
    max-width: 140px;
  }
  .how-to-play {
    flex-direction: column;
  }
  .how-to-play > div:after {
    right: unset;
    width: 50%;
    height: 2px;
    bottom: -30px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .title-content {
    padding-bottom: 30px;
  }
  .countdown-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-content {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .video-block {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .number-content {
    margin-bottom: 30px;
  }
  .countdown-content h3 {
    padding-bottom: 40px;
  }
  .number-content img {
    width: 85%;
    margin: 0 auto;
  }
  .map-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  .stepper .days .cube:after, .stepper .hours .cube:after, .stepper .minutes .cube:after {
    height: 3px;
  }
  .count-desc {
    font-size: 16px;
  }
  .countdown-title {
    font-size: 22px;
    padding-left: 0;
    padding-right: 0;
  }
  .countdown-title-image {
    width: 80%;
    bottom: 28px;
  }
  .countdown-content .podaj-si img {
    max-width: 130px;
    top: 32px;
  }
  .actions-block img {
    max-width: 140px;
  }
  .youtube-iframe {
    height: 300px;
  }
  .good-luck-wrapper img {
        max-width: 32vw;
  }
  .steps-block {
    padding: 40px 20px 40px;
  }
  .price-counter-content .price-counter {
    font-size: 44px;
  }
  .stepper .cube {
    width: 90px;
    height: 90px;
  }
  .stepper .cube span {
    font-size: 44px;
  }
  .text-content p {
    font-size: 18px;
  }
  .title-content p {
    font-size: 18px;
  }
  h2,.number-content h2 {
    font-size: 23px;
  }
  .br-only-mobile {
    display: block;
  }
  .br-only-pc {
    display: none;
  }
  .hero-eye {
         max-width: unset;
        top: unset;
        bottom: 32px;
  }
  .hero-content {
    width: 84%;
  }
  .hero-eye-mobile {
    display: block;
    width: 94%;
    position: absolute;
    top: 71%;
    transform: translateY(-50%);
    left: 3%;
    z-index: 4;
  }
  .hero-section {
    background: url("../images/hero-mobile.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    height: 86vw;
    background-position-y: 0vw;
  }
  .extra-logo {
    right: unset;
    left: 2%;
  }
  .form-section h2 {
    font-size: 35px;
  }
  .bcgg {
    background-size: contain;
  }
  .rounded-bg {
    border-radius: 13% 13% 0 0;
    width: 100%;
    background: #fff;
  }
  .rounded-bg:before,.rounded-bg:after {
    content: none;
  }
  .lupa {
    max-width: 115px;
  }
  .zrebovanie-table {
    font-size: 13px;
  }
}
@media only screen and (max-width: 550px) {
  .overlay-map-nt {
    top: 45.9%;
  }
  .overlay-map-tt {
    top: 37%;
  }
  .overlay-map-ke {
    top: 30.5%;
  }
  .overlay-map-bb {
    top: 34.4%;
  }
  .countdown-content {
    margin-bottom: 60px;
  }
  .balls {
    display: none;
  }

}
@media only screen and (max-width: 463px) {
  .buttonContainer button {
    font-size: 12px;
    padding: 5px 15px;
  }
  .contentCnt {
    padding: 0 10px;
  }
  .zrebovanie-table-block {
    padding: 10px;
  }
  .zrebovanie-table {
    font-size: 11px;
  }
  h2 {
    font-size: 30px;
  }
  .text-content p {
    font-size: 16px;
  }
  .title-content p {
    font-size: 16px;
  }
  .map-cube .text {
    font-size: 5px;
  }
  .map-cube .text .count-value {
    font-size: 18px;
  }
  .two-blocks {
    display: block;
  }
  .item-block {
    width: 100%;
  }
  .faq-content h3, .faq-content p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 424px) {
      .form-section h2 {
        font-size: 33px;
    }
  .lupa {
    max-width: 90px;
  }
  .buttonContainer {
    margin-top: 7px;
  }

  .contentCnt img {
    height: 45px;
  }
}
/*IPHONE SE PORTAIL*/
@media only screen and (max-width: 376px) {
  .zrebovanie-table-block {
    padding: 6px;
  }
  .zrebovanie-table {
    font-size: 10px;
  }
   .form-section h2 {
    font-size: 30px;
  }
  .text-content p {
    font-size: 15px;
  }
  .map-cube .text {
    font-size: 5px;
  }
  .map-cube .text .count-value {
    font-size: 16px;
  }
  .price-counter-content .price-counter {
    font-size: 40px;
  }
}
/*IPHONE SE LANDSCAPE*/
@media (max-width: 930px) and (max-height: 500px) {
  .video-block h2 {
    margin-bottom: 0;
  }
  .youtube-iframe {
    height: 300px;
    position: relative;
    top: 50px;
  }
  .rounded-bg {
    padding-bottom: 66px;
    bottom: 74px;
  }
}

/*IPHONE SE LANDSCAPE*/
@media (max-width: 700px) and (max-height: 400px) {
  .balls {
    display: none;
  }
  footer .footer-content {
    display: block;
  }
  footer .footer-content > div {
    width: 100%;
    display: block;
    text-align: center;
  }
  footer .logo-content img {
    margin: 0 auto 10px;
  }
  footer .notice-content img {
    margin: 0 auto 10px;
  }
  footer .social-content a {
    display: inline-block;
    margin: 15px 0;
  }
  footer {
    padding: 20px 0;
  }
}


@media only screen and (min-width: 1919px) {
  .balls {
    background-position: center;
  }
  .rounded-bg {
    background-position-x: center;
    background-size: 108vw;
  }
  .good-luck-wrapper img {
    max-width: 500px;
  }
}
@media only screen and (min-width: 2259px) {
  .rounded-bg {
    background-size: 110vw;
  }
  .good-luck {
    position: relative;
  }
  .good-luck-wrapper img {
         right: -9vw;
        bottom: -4vw;
  }

}
@media only screen and (min-width: 2559px) {
  .rounded-bg {
    background-size: 115vw;
    height: 160px;
  }
    .good-luck-wrapper img {
        right: -7vw;
        bottom: -3vw;
    }
}
@media only screen and (min-width: 3839px) {
  .rounded-bg {
    background-size: 125vw;
    height: 170px;
  }
      .good-luck-wrapper img {
        right: -7vw;
        bottom: -2vw;
    }


}

.mt-0 {
  margin-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.channel-1-hero {
  background-position-y: 0vw !important;
}
.channel-1-extra {
  top: -18px !important;
}