html, body {
  width: 100% !important;
  max-width: 100%;
  overflow-x: hidden !important;
}
.cookie-toggle__wrapper {
	visibility: hidden !important;
}
.navbar-collapse {
    z-index: 1000 !important;
}
.toffifee-light {
  background-color: #98247A;
}
.nav-tf-link { 
  color: #FFF !important; 
  text-decoration: none !important; 
  font-family: "Helvetica_bold", sans-serif !important; 
font-weight: bold !important;
}
.oou-label::before {
  margin-top: 7px;
  margin-left: -5px;
}
#oou:not(:checked),
#oou:checked {
  position: absolute;
  left: -9999px;
}
#oou:not(:checked)+label,
#oou:checked+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
#oou:not(:checked)+label:before,
#oou:checked+label:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 5px;
  width: 27px;
  height: 27px;
  background: #fff;
  border: 2px solid #98247A;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
  background-color: #FFF;
  outline: none;
  margin-right: 15px !important;
  z-index: 1;
}
#oou:not(:checked)+label:after,
#oou:checked+label:after {
  content: '◼';
  position: absolute;
  top: 14px;
  left: 3.5px;
  font-size: 28px;
  line-height: 0.8;
  color: #98247A;
  transition: all .2s;
  z-index: 1;
}
#oou:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}
#oou:checked+label:after {
  opacity: 1;
  transform: scale(1);
}
.footer-txt {
  font-family: "Helvetica_regular", sans-serif;
  font-size: 23px;
  padding-top: 35px;
}
.footer-txt:hover {
  color: #622512 !important;
}
.footer-txt:visited {
  color: #622512 !important;
}
.footer-txt:active {
  color: #622512 !important;
}
.content-right {
  text-align: right;
}
.tf-mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;  
}
.tf-px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;  
}
.tf-mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;  
}
.tf-px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;  
}
.tf-mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;  
}
.tf-px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;  
}
.headline-txt {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 27rem;
  left: 9rem;  
  line-height: 1;
}
.win-txt-1 {
  font-family: "Helvetica_neue", sans-serif;
  font-size: 8rem;
  color: #FFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.win-txt-2 {
  font-family: "Helvetica_neue", sans-serif;
  font-size: 5rem;
  color: #DDB068;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.win-txt-3 {
  font-family: "Helvetica_neue", sans-serif;
  font-size: 3rem;
  color: #FFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.win-txt-4 {
  font-family: "Helvetica_neue", sans-serif;
  font-size: 3rem;
  color: #FFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.listy-left, .listy-left-2, .listy-left-3 {
  z-index: 1;
}
.listy-right {
  z-index: 1;
}
.pravidla-arrow-between {
  width: 5rem;
  height: auto;
  align-self: 60px;
  margin-top: 45px;
}
.white-plane {
  position: absolute;
  overflow: hidden;
  top: 17rem;
  left: 29rem;
  max-width: 36rem;
  filter: drop-shadow(3px 5px 4px rgba(0, 0, 0, 0.4));
}
.glow-headline {
  position: absolute;
  overflow: hidden;
  top: 16rem;
  left: 4rem;
  max-width: 38rem;  
}
.gold-circle {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 40rem;
  left: 55rem;
  z-index: 1;
  
  background: linear-gradient(
    108deg, 
    #b28643 0%,
    #ddb068 35%,
    #ddb068 65%,
    #b28643 100%
  );
  
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
.gold-circle-text-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: rotate(15deg);
  padding: 30px;
  box-sizing: border-box;
}
.gold-circle-text {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  word-wrap: break-word;
  max-width: 100%; 
  z-index: 2;
  color: #98247A;
}
.daily-price-normal {
  color: #622512;
  font-family: "Helvetica_regular", sans-serif;
  font-size: 35px;
  text-transform: none;
}
.daily-price-bold {
  color: #622512;
  font-family: "Helvetica_neue", sans-serif;
  font-weight: bold;
  font-size: 35px;
  text-transform: none;
}
.kapky-top-left-img {
  position: absolute;
  overflow: hidden;
  top: 10rem;
  left: -11rem;
  max-width: 23rem;
}
.kapky-top-right-img {
  position: absolute;
  overflow: hidden;
  top: 4rem;
  left: 35rem;
  max-width: 36rem;
}
.kapky-down-right-img {
  position: absolute;
  overflow: hidden;
  top: 75rem;
  left: 113rem;
  max-width: 22rem;
}
.kapky-down-left-img {
  position: absolute;
  overflow: hidden;
  top: 77rem;
  left: -8rem;
  max-width: 23rem;
}
.merci-logo-img {
  width: 25rem !important;
  margin-top: 4rem;
  position: absolute;
  left: 11rem;
}
.gr-circle {
  background-color: #FFF;
  height: 13rem;
  width: 13rem;
  border: 1px solid #FFF;
  border-radius: 50%;
  text-align: center !important;
  margin: 0 auto 20px;
}
.btn-tf-gr {
  background-color: #DDB068;
  border: 1px solid #B28643;
  border-radius: 12px;
  color: #622512;
  font-family: "Helvetica_bold", sans-serif;
  font-size: 25px;
  padding: 6px 15px;
  background: linear-gradient(
    108deg, 
    #b28643 0%,
    #ddb068 35%,
    #ddb068 65%,
    #b28643 100%
  );
}
.btn-tf-gr:hover {
  background-color: #E3BE82;
  border: 1px solid #B28643;
  color: #622512;  
}
.oou-label {
  font-family: "Helvetica_regular", sans-serif;
  font-size: 18px;
  color: #FFF;
  padding-left: 40px !important;  
  padding-top: 8px;
}
.allowed-files-txt {
  font-family: "Helvetica_regular", sans-serif;
  font-size: 18px;
  color: #FFF;    
}
.pravidla-section {
  padding-top: 52rem;
  padding-bottom: 0;
  z-index: 2 !important;
}
.friends-family-img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3; 
}
.toffifee-sweets-img {
  width: 20% !important;
  position: absolute !important;
  overflow: hidden;
  top: 47rem;
  left: 12rem;
  z-index: 2;
}
.toffifee-sweets-img-2 {
  width: 20% !important;
  position: absolute !important;
  overflow: hidden;
  top: 89rem;
  left: 8rem;
  z-index: 2;
}
.toffifee-sweets-img-3 {
  width: 20% !important;
  position: absolute !important;
  overflow: hidden;
  top: 88rem;
  right: 12rem;
  z-index: 2;
}
.toffifee-sweets-img-4 {
  width: 20% !important;
  position: absolute !important;
  overflow: hidden;
  top: 116rem;
  left: 15rem;
  z-index: 2;
}
.toffifee-sweets-img-5 {
  width: 20% !important;
  position: absolute !important;
  overflow: hidden;
  top: 107rem;
  right: 14rem;
  z-index: 2;
}
.toffifee-sweets-img-6 {
  width: 22% !important;
  position: absolute !important;
  overflow: hidden;
  top: 125rem;
  right: 14rem;
  z-index: 2;
}
.pravidla-text-dark {
  padding-top: 25px;
  font-family: "Helvetica_bold", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
}
.pravidla-date {
  padding-top: 50px;
  font-family: "Helvetica_regular", sans-serif;
  font-size: 20px;
  color: #FFF;
}
.vyhry-title-txt {
  padding-bottom: 50px;
  font-family: "Helvetica_bold", sans-serif;
  font-size: 25px;
  color: #DDB068;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.ellipse {
  width: 150%;
  height: 200px;
  background-color: #DDB068;
  position: relative;
  left: -25%;
}
.footer-storck-img {
  width: 10%;
  position: absolute;
  overflow: hidden;
  left: 10rem;
  z-index: 2;
  padding-top: 65px;  
}
.img-sweet, .img-sweet-2, .img-sweet-3, .img-sweet-4, .img-sweet-5, .img-sweet-6 {
  z-index: 2;
}
.img-family {
    width: 100%;
    max-width: 1600px;
    position: absolute;
    top: -2rem;
    right: -15rem;
}

/* mensie rozlisenia obrazovky */
@media (max-width: 2000px) {

}
@media (max-width: 1950px) {

}
@media (max-width: 1900px) {

}







@media (max-width: 1850px) {
    .kapky-down-right-img {
        position: absolute;
        overflow: hidden;
        left: 100rem;
    }
    .friends-family-img {
        width: 80%;
    }
    .img-family {
        width: 83%;
        max-width: 1600px;
        position: absolute;
        top: -2rem;
        right: -17rem;
    }
    .kapky-top-right-img {
        position: absolute;
        overflow: hidden;
        top: 5rem;
        left: 34rem;
        max-width: 29rem;
    }
    .white-plane {
        position: absolute;
        overflow: hidden;
        top: 18rem;
        left: 30rem;
        max-width: 34rem;
    }
    .gold-circle {
        width: 17rem;
        height: 17rem;
        top: 37rem;
    }
    .daily-price-normal {
        font-size: 30px;
    }
    .daily-price-bold {
        font-size: 33px;
    }
    .pravidla-section {
        padding-top: 47rem;
    }
    .toffifee-sweets-img {
        width: 21% !important;
        position: absolute !important;
        overflow: hidden;
        top: 51rem;
    }
}
@media (max-width: 1800px) {
    .kapky-down-right-img {
        position: absolute;
        overflow: hidden;
        left: 97rem;
    }
    .kapky-top-right-img {
        top: 5rem;
        left: 33rem;
        max-width: 29rem;
    }
    .friends-family-img {
        width: 75%;
    }
    .img-family {
        width: 83%;
        max-width: 1600px;
        position: absolute;
        top: -3rem;
        right: -17rem;
    }
    .white-plane {
        position: absolute;
        overflow: hidden;
        top: 14rem;
        left: 30rem;
        max-width: 34rem;
    }
    .gold-circle {
        width: 17rem;
        height: 17rem;
        top: 28rem;
    }
    .pravidla-section {
        padding-top: 39rem;
    }
    .merci-logo-img {
        width: 24rem !important;
    }
    .headline-txt {
        position: absolute;
        overflow: hidden;
        z-index: 2;
        top: 24rem;
    }
    .glow-headline {
        top: 12rem;
    }
    .toffifee-sweets-img {
        width: 21% !important;
        top: 44rem;
        left: 8rem;
    }
    .toffifee-sweets-img-6 {
        width: 20% !important;
        top: 117rem;
        right: 14rem;
    }
    .toffifee-sweets-img-5 {
        width: 18% !important;
        top: 103rem;
        right: 18rem;
    }
    .toffifee-sweets-img-4 {
        width: 19% !important;
        top: 110rem;
        left: 15rem;
    }
    /*.win-txt-1 {
        font-size: 7rem;
    }
    .win-txt-2 {
        font-size: 4.5rem;
    }
    .win-txt-3 {
        font-size: 2.5rem;
    }*/
}
@media (max-width: 1750px) {
    .kapky-down-right-img {
        position: absolute;
        overflow: hidden;
        left: 94rem;
        top: 75rem;
        max-width: 20rem;
    }
    .kapky-down-left-img {
      position: absolute;
      overflow: hidden;
      top: 75rem;
      left: -7rem;
      max-width: 21rem;
  }
    .kapky-top-right-img {
        top: 5rem;
        left: 33rem;
        max-width: 26rem;
    }
    .friends-family-img {
        width: 75%;
    }
    .img-family {
        width: 83%;
        max-width: 1600px;
        position: absolute;
        top: -3rem;
        right: -17rem;
    }
    .white-plane {
        position: absolute;
        overflow: hidden;
        top: 14rem;
        left: 30rem;
        max-width: 34rem;
    }
    .gold-circle {
        width: 17rem;
        height: 17rem;
        top: 28rem;
    }
    .pravidla-section {
        padding-top: 39rem;
    }
    .merci-logo-img {
        width: 24rem !important;
    }
    .headline-txt {
        position: absolute;
        overflow: hidden;
        z-index: 2;
        top: 24rem;
        left: 10rem;
    }
    .glow-headline {
        top: 13.5rem;
        max-width: 32rem;
        left: 4.5rem;
    }
    .toffifee-sweets-img {
        width: 21% !important;
        top: 44rem;
        left: 8rem;
    }
    .toffifee-sweets-img-6 {
        width: 20% !important;
        top: 117rem;
        right: 14rem;
    }
    .toffifee-sweets-img-5 {
        width: 18% !important;
        top: 103rem;
        right: 18rem;
    }
    .toffifee-sweets-img-4 {
        width: 19% !important;
        top: 110rem;
        left: 15rem;
    }
    .toffifee-sweets-img-3 {
      width: 19% !important;
      top: 88rem;
      right: 9rem;
  }
    .win-txt-1 {
        font-size: 7rem;
    }
    .win-txt-2 {
        font-size: 4.5rem;
    }
    .win-txt-3 {
        font-size: 2.5rem;
    }
}
@media (max-width: 1700px) {
    .kapky-down-right-img {
        position: absolute;
        overflow: hidden;
        left: 94rem;
        top: 75rem;
        max-width: 20rem;
    }
    .kapky-down-left-img {
      position: absolute;
      overflow: hidden;
      top: 75rem;
      left: -7rem;
      max-width: 21rem;
  }
    .kapky-top-right-img {
        top: 5rem;
        left: 33rem;
        max-width: 26rem;
    }
    .friends-family-img {
        width: 75%;
    }
    .img-family {
        width: 83%;
        max-width: 1600px;
        position: absolute;
        top: -3rem;
        right: -17rem;
    }
    .white-plane {
        position: absolute;
        overflow: hidden;
        top: 14rem;
        left: 30rem;
        max-width: 34rem;
    }
    .gold-circle {
        width: 17rem;
        height: 17rem;
        top: 28rem;
    }
    .pravidla-section {
        padding-top: 37rem;
    }
    .merci-logo-img {
        width: 24rem !important;
    }
    .headline-txt {
        position: absolute;
        overflow: hidden;
        z-index: 2;
        top: 24rem;
        left: 10rem;
    }
    .glow-headline {
        top: 13.5rem;
        max-width: 32rem;
        left: 7rem;
    }
    .toffifee-sweets-img {
        width: 21% !important;
        top: 44rem;
        left: 8rem;
    }
    .toffifee-sweets-img-6 {
        width: 20% !important;
        top: 117rem;
        right: 14rem;
    }
    .toffifee-sweets-img-5 {
        width: 18% !important;
        top: 103rem;
        right: 18rem;
    }
    .toffifee-sweets-img-4 {
        width: 19% !important;
        top: 110rem;
        left: 15rem;
    }
    .toffifee-sweets-img-3 {
      width: 19% !important;
      top: 88rem;
      right: 9rem;
  }
    .win-txt-1 {
        font-size: 7rem;
    }
    .win-txt-2 {
        font-size: 4.5rem;
    }
    .win-txt-3 {
        font-size: 2.5rem;
    }
}
@media (max-width: 1600px) {
    .friends-family-img {
        width: 89%;
    }
    .img-family {
        width: 83%;
        top: -3rem;
        right: -20rem;
    }
    .toffifee-sweets-img {
        width: 21% !important;
        top: 42rem;
        left: 7rem;
    }
    .glow-headline {
        top: 14.5rem;
        max-width: 31rem;
        left: 7rem;
    }
    .kapky-down-right-img {
        left: 86rem;
    }
    .toffifee-sweets-img-5 {
        right: 14rem;
    }
}
@media (max-width: 1500px) {
    .kapky-down-right-img {
        left: 79rem;
    }
    .toffifee-sweets-img-5 {
        right: 12rem;
    }
    .gold-circle {
        width: 15rem;
        height: 15rem;
        top: 29rem;
        left: 52rem;
    }
    .white-plane {
        max-width: 32rem;
    }
    .kapky-top-right-img {
        max-width: 23rem;
    }
    .daily-price-normal {
        font-size: 27px;
    }
    .daily-price-bold {
        font-size: 30px;
    }
}
/*
@media (max-width: 1439px) {

}*/

@media (max-width: 1400px) {
    .kapky-top-right-img {
        max-width: 21rem;
    }
    .img-family {
        right: -22rem;
    }
    .white-plane {
        max-width: 32rem;
        top: 13rem;
        left: 29rem;
    }
    .gold-circle {
        width: 14rem;
        height: 14rem;
        top: 29rem;
        left: 51rem;
    }
    .kapky-down-right-img {
        left: 73rem;
    }
    .toffifee-sweets-img-6 {
        top: 119rem;
    }
}
@media (max-width: 1300px) {
    .merci-logo-img {
        width: 21rem !important;
    }
    .kapky-top-left-img {
        top: 6rem;
        left: -9rem;
        max-width: 19rem;
    }
    .kapky-top-right-img {
        max-width: 19rem;
        left: 30rem;
        top: 5rem;
    }
    .kapky-down-left-img {
        position: absolute;
        overflow: hidden;
        top: 75rem;
        left: -7rem;
        max-width: 18rem;
    }
    .headline-txt {
        top: 22rem;
        left: 9rem;
    }
    .win-txt-1 {
        font-size: 6rem;
    }
    .win-txt-2 {
        font-size: 4rem;
    }
    .win-txt-3 {
        font-size: 2.2rem;
    }
    .glow-headline {
        top: 13.5rem;
        max-width: 30rem;
        left: 6rem;
    }
    .gold-circle {
        width: 13rem;
        height: 13rem;
        top: 26rem;
        left: 47rem;
    }
    .daily-price-normal {
        font-size: 24px;
    }
    .daily-price-bold {
        font-size: 27px;
    }
    .pravidla-section {
        padding-top: 31rem;
    }
    .toffifee-sweets-img {
        width: 21% !important;
        top: 36rem;
        left: 4rem;
    }
    .kapky-down-right-img {
        left: 65rem;
        max-width: 18rem;
    }
    .toffifee-sweets-img-6 {
        top: 114rem;
    }
    .toffifee-sweets-img-4 {
        top: 107rem;
    }
    .white-plane {
        max-width: 30rem;
        top: 12rem;
        left: 27rem;
    }
}
@media (max-width: 1200px) {
    .kapky-top-left-img {
        left: -10rem;
        max-width: 18rem;
    }
    .merci-logo-img {
        width: 20rem !important;
        left: 9rem;
    }
    .glow-headline {
        top: 12.5rem;
        max-width: 31rem;
        left: 5rem;
    }
    .headline-txt {
        top: 21rem;
        left: 8rem;
    }
    .white-plane {
        max-width: 27rem;
        top: 11rem;
        left: 27rem;
    }
    .kapky-top-right-img {
        left: 28rem;
    }
    .gold-circle {
        width: 12rem;
        height: 12rem;
        top: 23rem;
        left: 46rem;
    }
    .daily-price-normal {
        font-size: 21px;
    }
    .daily-price-bold {
        font-size: 25px;
    }
    .pravidla-section {
        padding-top: 28rem;
    }
    .toffifee-sweets-img {
        display: none;
    }
    .tf-px-10 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .tf-mx-10 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .kapky-down-left-img {
        display: none;
    }
    .kapky-down-right-img {
        display: none;
    }
    .toffifee-sweets-img-2 {
        top: 70rem;
        left: 5rem;
    }
    .toffifee-sweets-img-3 {
        top: 72rem;
        right: 9rem;
    }
    .toffifee-sweets-img-4 {
        top: 104rem;
        left: 8rem;
    }
    .toffifee-sweets-img-5 {
        right: 9rem;
    }
    .toffifee-sweets-img-6 {
        top: 113rem;
        right: 10rem;
        width: 22% !important;
    }
}
@media (max-width: 1050px) {
    .kapky-top-left-img {
        left: -10rem;
        top: 5rem;
        max-width: 17rem;
    }
    .merci-logo-img {
        width: 20rem !important;
        left: 7rem;
        margin-top: 2rem;
    }
    .kapky-top-right-img {
        left: 26rem;
    }
    .headline-txt {
        top: 20rem;
        left: 6rem;
    }
    .glow-headline {
        top: 12.5rem;
        left: 4rem;
        max-width: 28rem;
    }
    .white-plane {
        max-width: 27rem;
        top: 9rem;
        left: 25rem;
    }
    .gold-circle {
        top: 21rem;
        left: 42rem;
    }
    .pravidla-section {
        padding-top: 26rem;
    }
    .pravidla-arrow-between {
        display: none;
    }
    .toffifee-sweets-img-3 {
        top: 68rem;
        right: 5rem;
    }
    .toffifee-sweets-img-2 {
        top: 66rem;
        left: 4rem;
    }
    .toffifee-sweets-img-4 {
        top: 99rem;
        left: 3rem;
    }
    .toffifee-sweets-img-5 {
        right: 5rem;
        top: 98rem;
    }
    .toffifee-sweets-img-6 {
        top: 108rem;
        right: 10rem;
        width: 23% !important;
    }
}
@media (max-width: 991px) {
    .kapky-top-left-img {
        display: none;
    }
    .merci-logo-img {
        left: 5rem;
    }
    .headline-txt {
        top: 17rem;
        left: 4rem;
    }
    .kapky-top-right-img {
        left: 24rem;
        top: 2rem;
        max-width: 17rem;
    }
    .img-family {
        right: -17rem;
    }
    .glow-headline {
        top: 10rem;
        left: 2rem;
        max-width: 28rem;
    }
    .white-plane {
        max-width: 27rem;
        top: 6rem;
        left: 20rem;
    }
    .gold-circle {
        top: 20rem;
        left: 36rem;
    }
    .content-right {
        text-align: center;
    }
    .allowed-files-txt {
        text-align: center;
        padding-top: 1rem;
    }
    .mb-5 {
        margin-bottom: 0px !important;
    }
    .toffifee-sweets-img-6 {
        top: 113rem;
        right: 7rem;
        width: 26% !important;
    }
}
@media (max-width: 767px) {
    .merci-logo-img {
        left: 3rem;
    }
    .headline-txt {
        top: 16rem;
        left: 2rem;
    }
    .kapky-top-right-img {
        display: none;
    }
    .glow-headline {
        top: 9rem;
        left: 0rem;
        max-width: 27rem;
    }
    .img-family {
        right: -13rem;
    }
    .white-plane {
        max-width: 25rem;
        top: 6rem;
        left: 19rem;
    }
    .toffifee-sweets-img-2 {
        top: 66rem;
        width: 30% !important;
        left: 0rem;
    }
    .toffifee-sweets-img-3 {
        top: 64rem;
        right: 0rem;
        width: 30% !important;
    }
    .page-section .page-section-heading {
        font-size: 2.50rem;
        line-height: 2rem;
    }
    .toffifee-sweets-img-4 {
        top: 95rem;
        left: 0rem;
        width: 30% !important;
    }
    .toffifee-sweets-img-5 {
        right: 0rem;
        top: 96rem;
        width: 30% !important;
    }
    .toffifee-sweets-img-6 {
        top: 115rem;
        right: 1rem;
        width: 32% !important;
    }
}
@media (max-width: 575px) {
    .kapky-top-left-img {
        display: none;
    }
    .kapky-top-right-img {
        display: none;
    }
    .kapky-down-left-img {
        display: none;
    }
    .kapky-down-right-img {
        display: none;
    }
    .img-family {
        //display: none;
    }
    .gold-circle {
        top: 40rem;
        left: 5rem;
        width: 14rem;
        height: 14rem;
    }
    .pravidla-section {
        padding-top: 48rem;
    }
    .merci-sweets {
        display: none;
    }
    .merci-sweets-2 {
        
    }
    .footer {
        padding-top: 13rem;
    }
    .toffifee-sweets-img-6 {
        top: 190rem;
        right: 3rem;
        width: 80% !important;
    }
    .footer-storck-img {
        width: 50%;
        position: absolute;
        overflow: hidden;
        left: 6rem;
        z-index: 2;
        padding-top: 72px;
    }
    .ellipse {
        width: 150%;
        height: 315px;
        background-color: #DDB068;
        position: relative;
        left: -25%;
    }
    .footer-txt {
        font-family: "Helvetica_regular", sans-serif;
        font-size: 20px;
        padding-top: 11rem;
    }
    .pravidla-ikony {
        display: inline-grid !important;
    }
    .pravidla-arrow-between {
        display: none;
    }
    .headline-txt {
        top: 19rem;
        left: 1rem;
    }
    .pravidla-section {
        padding-top: 59rem;
    }
    .glow-headline {
        display: none;
    }
    .merci-logo-img {
        margin-top: 2rem;
        width: 19rem !important;
        left: 2rem;
    }
    .allowed-files-txt {
        text-align: center;
        padding-top: 2rem;
    }
    .footer-storck-img {
        width: 50%;
        position: absolute;
        overflow: hidden;
        left: 6rem;
        z-index: 2;
        padding-top: 27px;
    }
    .footer-txt {
        font-family: "Helvetica_regular", sans-serif;
        font-size: 20px;
        padding-top: 9rem;
    }
    .ellipse {
        width: 150%;
        height: 255px;
        background-color: #DDB068;
        position: relative;
        left: -25%;
    }
    #oou:not(:checked)+label:after, #oou:checked+label:after {
        top: 13px;
    }
    .page-section .page-section-heading {
        font-size: 3.25rem !important;
        line-height: 4rem !important;
    }
    .white-plane {
        display: none;
    }
}
@media (max-width: 450px) {
    .kapky-top-left-img {
        display: none;
    }
    .kapky-top-right-img {
        display: none;
    }
    .kapky-down-left-img {
        display: none;
    }
    .kapky-down-right-img {
        display: none;
    }
    .win-txt-1 {
        font-size: 5rem;
    }
    .win-txt-2 {
        font-size: 3.5rem;
    }
    .win-txt-3 {
        font-size: 2rem;
    }
    .win-txt-4 {
        font-size: 2rem;
    }
    .img-family {
        top: -3rem;
        right: -5rem;
        width: 125%;
    }
    .img-family-top {
        position: relative;
        overflow-x: clip;
    }
    .daily-price-normal {
        font-size: 27px;
    }
    .daily-price-bold {
        font-size: 29px;
    }
    .pravidla-section {
        padding-top: 30rem;
    }
    .merci-sweets {
        display: none;
    }
    .pravidla-ikony {
        display: inline-grid !important;
    }
    .pravidla-arrow-between {
        display: none;
    }
    .footer {
        padding-top: 13rem;
    }
    .toffifee-sweets-img-6 {
        top: 206rem;
        right: 3rem;
        width: 80% !important;
    }
    .footer-storck-img {
        width: 50%;
        position: absolute;
        overflow: hidden;
        left: 7rem;
        z-index: 2;
        padding-top: 110px;
    }
    .ellipse {
        width: 150%;
        height: 370px;
        background-color: #DDB068;
        position: relative;
        left: -25%;
    }
    .footer-txt {
        font-family: "Helvetica_regular", sans-serif;
        font-size: 20px;
        padding-top: 15rem;
    }
    .glow-headline {
        display: none;
    }
    
    
    
    
    
    /*.merci-logo-img {
        margin-top: 17rem;
        width: 15rem !important;
        left: 5rem;
    }
    .headline-txt {
        top: 25rem;
        left: 1rem;
    }*/
    .gold-circle {
        top: 51rem;
        left: 6.3rem;
        width: 14rem;
        height: 14rem;
    }
    
    
    
    
    .headline-txt {
        position: relative !important;
        left: 0 !important;
        top: 15rem !important;
        display: block !important;
        text-align: center !important;
        margin-left: auto !important;  
        margin-right: auto !important;
        width: 90% !important;
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .merci-logo-img {
        position: relative !important; 
        left: 0 !important;
        top: 15rem !important;
        transform: none !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        max-width: 80% !important;
        height: auto !important;
        margin-left: auto !important;  
        margin-right: auto !important;
        margin-top: 4rem !important;   
        margin-bottom: 4rem !important;
    }

	/* piwik lista */
    .teaser-advice {
        position: fixed !important;
        bottom: 7rem !important;
        left: 0 !important;
        z-index: 999999 !important;
        padding-bottom: calc(40px + env(safe-area-inset-bottom)) !important;
        max-height: 70vh !important;
        overflow-y: auto !important;
    	/*margin-bottom: 10rem !important;*/
    }
    
    .tf-px-10 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .tf-mx-10 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .content-right {
        text-align: center;
    }
    .allowed-files-txt {
        text-align: center;
        padding-top: 2rem;
    }
    .mb-5 {
        margin-bottom: 0px !important;
    }
    #oou:not(:checked)+label:after, #oou:checked+label:after {
        top: 12px;
        left: 7px;
    }
    .page-section .page-section-heading {
        font-size: 3.25rem !important;
        line-height: 4rem !important;
    }
    .white-plane {
        display: none;
    }
}
@media (max-width: 420px) {
	.gold-circle {
        top: 54rem;
	}
}
@media (max-width: 395px) {
    /*.headline-txt {
        top: 29rem;
        left: 0rem;
    }*/
    /*.merci-logo-img {
        margin-top: 17rem;
        width: 15rem !important;
        left: 4rem;
    }*/
    .white-plane {
        display: none;
    }
    .gold-circle {
        top: 54rem;
        left: 4.5rem;
        width: 14rem;
        height: 14rem;
    }
    .daily-price-normal {
        font-size: 27px;
    }
    .daily-price-bold {
        font-size: 29px;
    }
    /*.pravidla-section {
        padding-top: 62rem;
    }*/
    .footer {
        padding-top: 13rem;
    }
    /*.toffifee-sweets-img-6 {
        top: 205rem;
        right: 3rem;
        width: 80% !important;
    }*/
    .footer-storck-img {
        width: 50%;
        position: absolute;
        overflow: hidden;
        left: 6rem;
        z-index: 2;
        padding-top: 72px;
    }
    .ellipse {
        width: 150%;
        height: 315px;
        background-color: #DDB068;
        position: relative;
        left: -25%;
    }
    .footer-txt {
        font-family: "Helvetica_regular", sans-serif;
        font-size: 20px;
        padding-top: 11rem;
    }
}
@media (max-width: 380px) {
    /*.headline-txt {
        top: 29rem;
        left: 0rem;
    }*/
    /*
    .merci-logo-img {
        margin-top: 17rem;
        width: 15rem !important;
        left: 4rem;
    }*/
    .footer {
        padding-top: 13rem;
    }
    /*.toffifee-sweets-img-6 {
        top: 207rem;
        right: 3rem;
        width: 80% !important;
    }*/
    .footer-storck-img {
        width: 50%;
        position: absolute;
        overflow: hidden;
        left: 6rem;
        z-index: 2;
        padding-top: 120px;
    }
    .ellipse {
        width: 150%;
        height: 350px;
        background-color: #DDB068;
        position: relative;
        left: -25%;
    }
    .footer-txt {
        font-family: "Helvetica_regular", sans-serif;
        font-size: 20px;
        padding-top: 14rem;
    }
    .white-plane {
        display: none;
    }
}

@media (max-width: 359px) {
    /*.headline-txt {
        top: 29rem;
        left: 1rem;
    }*/
    /*.merci-logo-img {
        margin-top: 17rem;
        width: 15rem !important;
        left: 4.5rem;
    }*/
    .footer {
        padding-top: 13rem;
    }
    /*.toffifee-sweets-img-6 {
        top: 207rem;
        right: 3rem;
        width: 80% !important;
    }*/
    .footer-storck-img {
        width: 50%;
        position: absolute;
        overflow: hidden;
        left: 6rem;
        z-index: 2;
        padding-top: 85px;
    }
    .ellipse {
        width: 150%;
        height: 320px;
        background-color: #DDB068;
        position: relative;
        left: -25%;
    }
    .footer-txt {
        font-family: "Helvetica_regular", sans-serif;
        font-size: 20px;
        padding-top: 12rem;
    }
    .white-plane {
        display: none;
    }
}










































.toffifee-dark {
  background-color: #621201;
}
.toffifee-green {
  background-color: #0D4524;
}
.toffifee-nav {
  margin: 0 auto !important;
}
.nav-tf-item {
  color: #621201 !important;
  font-size: 25px;
  font-family: "Avenir Medium", sans-serif;
}


/**/
.toffifee-leaf1-img {
  position: absolute;
  top: 30rem;
  left: 63rem;
  max-width: 15rem;
}
.toffifee-leaf2-img {
  position: absolute;
  top: 34rem;
  left: 68rem;
  max-width: 15rem;
}

/*.toffifee-headline-img {
  width: 30rem !important;
  position: absolute !important;
  top: 250px;
  left: 130px;
}*/
.toffifee-gd-img {
  width: 100% !important;
  position: absolute !important;
  top: 35rem;
  left: 0;
  //z-index: 1 !important;  
}


.pravidla-ikony {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.pravidla-item{
    width: 15rem;
    text-align: center;
}

.pravidla-icon-white-1 {
  max-width: 9rem;
  padding-top: 2.5rem;
}
.pravidla-icon-white-2 {
  max-width: 9rem;
  padding-top: 3.4rem;
}
.pravidla-icon-white-3 {
  max-width: 7.8rem;
  padding-top: 2.5rem;
}



.row-p30-top {
  padding-top: 30px;
}
.row-p40-top {
  padding-top: 40px;
}
.row-p50-top {
  padding-top: 50px;
}
.row-p60-top {
  padding-top: 60px;
}
.row-p70-top {
  padding-top: 70px;
}
.row-p80-top {
  padding-top: 80px;
}
.row-p90-top {
  padding-top: 90px;
}
.row-p100-top {
  padding-top: 100px;
}
.sidebar-link {
  text-decoration: none !important;
}
.zoo-name {
  font-family: "Avenir Medium", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #621201;
  padding-bottom: 15px; 
}
input[type='radio'] {
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: none;
    border: 3px solid #0D4524;
    background-color: #FFFFFF;
}
input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}
input[type="radio"]:checked:before {
    background: #0D4524;
    
}
input[type="radio"]:checked {
  border-color: #0D4524;
}
.form-tf-box {
  margin-top: 10px;
  border: 2px solid #98247A;
  border-radius: 4px;
  font-weight: 600;
}
input::placeholder {
  text-align: center;
  font-weight: bold;
  font-family: "Helvetica_bold", sans-serif;
  color: #98247A !important;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: #B35900;
}
select {
  text-align: center;
  font-weight: bold;
  font-family: "Avenir Medium", sans-serif;
  color: #B35900 !important;
}
.check-danger {
  border: 3px solid #CC0000 !important;
}
.check-danger2:before {
  border: 3px solid #CC0000 !important;
}
.bill-info-success {
  color: #FFFFFF !important;
}
.placeholder-danger {
  color: #CC0000 !important;
}
.placeholder-danger::placeholder {
  color: #CC0000 !important;
}
.placeholder-danger::-ms-input-placeholder {
  color: #CC0000 !important;
}
option:not(:first-of-type) {
  text-align: center;
  font-weight: bold;
  font-family: "Avenir Medium", sans-serif;
  color: #B35900 !important;
}
.nakup-title {
  font-family: "Avenir Medium", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #621201;
  padding: 15px 0 5px 12px;    
}
.bill-title {
  font-family: "Avenir Medium", sans-serif;
  font-size: 18px;
  color: #621201;
  padding: 15px 0 0 12px;    
}           



.win-txt {
  font-family: "Avenir Medium", sans-serif;
  font-size: 4rem;
  color: #FFFFFF;
  position: absolute;
  z-index: 2;
  top: 43rem;
  left: 35rem;  
}
.win-txt-bold {
  font-family: "Avenir Bold", sans-serif;
}
.win-txt-bold-1 {
  font-size: 80px;
}


* {
  box-sizing: border-box;
}


#upload-file-main-button {
  padding: 5px 15px !important;
}
.footer-link {
  color: #622512;
  text-decoration: none;
}
.footer-link:hover {
  color: #FFFFFF;
}
.footer-link:active {
  color: #FFFFFF;
}
.footer-link:visited {
  color: #FFFFFF;
}

.footer-brandbar {
  background-color: #FFF !important;
}
.bnd-headline {
  padding-top: 40px;
}
.bnd-logos {
  padding: 40px 0;
}
.ellipse2 {
  display: none;
}


#vyhry {
  padding-bottom: 0;
}

#page-top {
  overflow-x: hidden;
}
#pravidla-btn {
  z-index: 2 !important;
}


.img-gd {
  z-index: 3;
}
.pravidla-div-section {
  z-index: 1;
}
.tf-menu-btn {
  width: 45px;
  height: 45px;
}
#fileInfoBox {
  text-align: center;
  padding-top: 20px;
  color: #FFF;
  background-color: #C32A2A;
  border: 1px solid #AA0000;
  width: fit-content;
  height: 60px;
  padding: 15px 40px;
  font-family: "Helvetica_regular", sans-serif;
  border-radius: 3px;
  font-size: 22px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 10px;
}
#successAlert {     
  position: fixed;
  bottom: 30px;
  margin-left: auto !important;
  margin-right: auto !important;       
  width: fit-content;
  height: auto;
  padding: 15px 40px;
  font-family: "Helvetica_regular", sans-serif;
  font-size: 22px;
  color: #FFFFFF;
  background-color: #319131;
  border: 1px solid #00AA00;
  border-radius: 3px;
  text-align: center;
  z-index: 101;
  left: 0;
  right: 0;
  display: none;
}
#successAlert2 {
  position: fixed;
  bottom: 30px;
  margin-left: auto !important;
  margin-right: auto !important;       
  width: fit-content;
  height: auto;
  padding: 15px 40px;
  font-family: "Helvetica_regular", sans-serif;
  font-size: 22px;
  color: #FFFFFF;
  background-color: #319131;
  border: 1px solid #00AA00;
  border-radius: 3px;
  text-align: center;
  z-index: 101;
  left: 0;
  right: 0;
  display: none;
}
#errorAlert {     
  position: fixed;
  bottom: 30px;
  margin-left: auto !important;
  margin-right: auto !important;       
  width: fit-content;
  height: auto;
  padding: 15px 40px;
  font-family: "Avenir Medium", sans-serif;
  font-size: 22px;
  color: #FFFFFF;
  background-color: #C32A2A;
  border: 1px solid #AA0000;
  border-radius: 3px;
  text-align: center;
  z-index: 101;
  left: 0;
  right: 0;
  display: none;
}
#shop {
  text-align-last: center !important;
}
.tf-mg-20 {
  margin-top: 20px;
}
.toffifee-brandbar-img {
    width: 125px;
    height: 60px;
    display: inline-block;
    background-image: url('../images/brandbar/toffifee.png');
    background-size: cover;
    transition: background-image 0.1s ease-in-out;
}
.toffifee-brandbar-img:hover {
    background-image: url('../images/brandbar/toffifee_color.png');
}
.nimm2-img {
    width: 125px;
    height: 60px;
    display: inline-block;
    background-image: url('../images/brandbar/nimm2.png');
    background-size: cover;
    transition: background-image 0.1s ease-in-out;
}
.nimm2-img:hover {
    background-image: url('../images/brandbar/nimm2_color.png');
}
.knoppers-img {
    width: 125px;
    height: 60px;
    display: inline-block;
    background-image: url('../images/brandbar/knoppers.png');
    background-size: cover;
    transition: background-image 0.1s ease-in-out;
}
.knoppers-img:hover {
    background-image: url('../images/brandbar/knoppers_color.png');
}
.wo-img {
    width: 125px;
    height: 60px;
    display: inline-block;
    background-image: url('../images/brandbar/wo.png');
    background-size: cover;
    transition: background-image 0.1s ease-in-out;
}
.wo-img:hover {
    background-image: url('../images/brandbar/wo_color.png');
}
.mamba-img {
    width: 125px;
    height: 60px;
    display: inline-block;
    background-image: url('../images/brandbar/mamba.png');
    background-size: cover;
    transition: background-image 0.1s ease-in-out;
}
.mamba-img:hover {
    background-image: url('../images/brandbar/mamba_color.png');
}




































/*@media (max-width: 1900px) {
    
}


@media (max-width: 1600px) {
    
}
@media (max-width: 1500px) {
    
}
@media (max-width: 1400px) {
    
}




@media (max-width: 1600px) {
  
}



@media (max-width: 1300px) {
  .toffifee-leaf-right-img {
    position: absolute;
    right: -500px;
  }
  .toffifee-leaf-left-img {
    position: absolute;
    left: -480px;
  }
  .win-txt {
    position: absolute;
    top: 40rem;
    left: 21rem;
    font-size: 3rem;  
  }
  .win-txt-bold {
    font-size: 3.4rem;
  }
  .headline-txt {
    font-size: 5rem;
  }
  .toffifee-logo-img {
    width: 23rem;
  }
  .toffifee-sweets-img {
    width: 26% !important;
    position: absolute;
    left: 13rem;
  }
  .pravidla-section {
    padding-top: 10rem;
  }
  .tf-px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .tf-mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .tf-px-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .tf-mx-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}

@media (max-width: 1439px) {

}

@media (max-width: 1200px) {
  .toffifee-leaf-right-img {
    display: none;
  }
  .toffifee-leaf-left-img {
    display: none;
  }
  
  .headline-txt {
    font-size: 4.5rem;
  }
  .toffifee-leaf1-img {
    position: absolute;
    left: 36rem;
  }
  .toffifee-leaf2-img {
    position: absolute;
    left: 42rem;
  }
  .win-txt {
    position: absolute;
    top: 40rem;
    left: 18rem;
    font-size: 3rem;
  }
  .win-txt-bold {
    font-size: 3rem;
  }
}

@media (max-width: 1050px) {
  
  .win-txt {
    position: absolute;
    top: 39rem;
    left: 15rem;
    font-size: 2.5rem;
  }
  .win-txt-bold {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .tf-px-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tf-mx-6 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tf-px-10 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tf-mx-10 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .content-right {
    text-align: center;
  }
  .allowed-files-txt {
    margin-top: 20px;
    text-align: center;
  }
  .gr-circle {
    width: 11rem;
    height: 11rem;
  }
  .pravidla-icon-white-1 {
    max-width: 8rem;
  }
  .pravidla-icon-white-2 {
    max-width: 8rem;
  }
  .pravidla-icon-white-3 {
    max-width: 8rem;
  }
  .toffifee-sweets-img {
    width: 28% !important;
  }
  .headline-txt {
    font-size: 3.5rem;
    padding-top: 2rem;
  }
  .toffifee-logo-img {
    width: 20rem !important;
  }
  
  .pravidla-section {
    padding-top: 4rem;
  }
  .toffifee-leaf1-img {
    display: none;
  }
  .toffifee-leaf2-img {
    display: none;
  }
}

@media (max-width: 767px) {
  .listy-left {
    display: none;
  }
  .listy-right {
    display: none;
  }
  .img-leaf1 {
    display: none;
  }
  .img-leaf2 {
    display: none;
  }
  .tf-px-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tf-mx-6 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .tf-px-10 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tf-mx-10 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .win-txt {
    font-size: 30px;
    top: 46rem;
    left: 1.5rem;
  }
  .win-txt-bold { 
    font-size: 30px;
  }
  .img-gd {
    display: none;
  }
  
  .img-sweet {
    display: none;
  }
  .headline-txt {
    font-size: 3.75rem !important; 
    padding-bottom: 30px;
  }
  .toffifee-logo-img {
    width: 20rem !important;
  }
  #mainNav {
    padding-bottom: 0px !important;
  }
  #mainNav .navbar-toggler {
    padding: 0px !important;
  }
  .navbar-toggler {
    border: none;
  }
  .gr-circle-2 {
    margin-top: 40px;
  }
  .gr-circle-3 {
    margin-top: 40px;
  }
  .content-right {
    text-align: center;
  }
  .allowed-files-txt {
    margin-top: 20px;
    text-align: center;  
  }
  .vyhry-title-txt {
    padding-bottom: 30px;
    font-size: 2rem !important;  
  }
  .footer-storck-img {
    width: 30%;
    padding-top: 50px;
  }
  .footer-txt {
    padding-top: 140px;
  }
  .ellipse {
    min-height: 280px;  
  }
  .toffifee-nav {
    padding-top: 10px;
  }
  .nav-tf-item {
    padding-bottom: 5px;
  }
  .ellipse2 {
    display: inline;
    width: 100%;
    height: 200px;
    background-color: #0D4524;
    background-image: linear-gradient(180deg, #0c4424 0%, #46874c 74%, #46874c 100%);
    clip-path: ellipse(70% 50% at 50% 50%);
    position: absolute;
    top: 43rem;
    left: 0;
  }
  .tf-menu-btn:active {
    border: 0px !important;
  }
  .tf-menu-btn:hover {
    border: 0px !important;
  }
  .tf-menu-btn:visited {
    border: 0px !important;
  }
  .btn-tf-gr {
    font-size: 22px;
  }
  .footer {
    padding-top: 3rem;
  }
}

@media (max-width: 575px) {
  
  .win-txt {
    font-size: 26px;
    top: 46rem;
    left: 2rem;
  }
  .footer-storck-img {
    position: absolute;
    left: 10rem;
  }
  .row-p90-top {
    padding-top: 60px !important;
  }
  .headline-txt {
    font-size: 3.25rem !important;
  }
  .pravidla-section {
    margin-top: 3rem !important;
    padding-top: 5rem !important;
  }
}

@media (max-width: 380px) {
    .footer-brandbar {
        display: none !important;
    }
    .bnd-logos {
        padding: 0px !important;
    }
    .mb-5 {
        margin-bottom: 0px !important;
    }
    .ellipse {
        width: 128.5% !important;
        clip-path: ellipse(69% 88% at 55% 100%);
    }
    .footer-txt {
        padding-left: 4rem;
        font-size: 17px;
    }
  
  .win-txt {
    font-size: 18px;
    top: 46rem;
    left: 0.5rem;
  }
  .footer-storck-img {
    position: absolute;
    left: 8rem;
  }
  .row-p90-top {
    padding-top: 60px !important;
  }
  .headline-txt {
    font-size: 3.25rem !important;
  }
  .pravidla-section {
    margin-top: 3rem !important;
    padding-top: 5rem !important;
  }
}

@media (max-width: 359px) {
  
  .win-txt {
    font-size: 26px;
    top: 46rem;
    left: 0rem;
  }
  .footer-storck-img {
    position: absolute;
    left: 8rem;
  }
  .row-p90-top {
    padding-top: 60px !important;
  }
  .headline-txt {
    font-size: 3.25rem !important;
  }
  .pravidla-section {
    margin-top: 3rem !important;
    padding-top: 5rem !important;
  }
}*/
