@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Roboto+Condensed:wght@400;700&display=swap');

@font-face {
  font-family: 'Gotham Rounded Italic';
  src: url(../fonts/GothamRounded-BoldItalic.eot);
  src: url(../fonts/GothamRounded-BoldItalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/GothamRounded-BoldItalic.woff2) format('woff2'),
    url(../fonts/GothamRounded-BoldItalic.woff) format('woff'),
    url(../fonts/GothamRounded-BoldItalic.ttf) format('truetype'),
    url(../fonts/GothamRounded-BoldItalic.svg) format('svg');
  font-display: swap;
}


@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-weight: bold;
  font-display: swap;
}

@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-weight: 500;
  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;
}




* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
footer {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  min-height: 100%;

}

a {
  color: #FFFFFF;
  text-decoration: none;

}

a:hover {

  text-decoration: none;

}


.headWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

#headWrapper-mobile {
  display: none;
}

.headMenu {
  width: auto;
  height: 110px;
  background: -o-linear-gradient(top, rgba(4, 27, 64, 1) 0%, rgba(11, 28, 67, 1) 35%, rgba(16, 49, 95, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 27, 64, 1)), color-stop(35%, rgba(11, 28, 67, 1)), to(rgba(16, 49, 95, 1)));
  background: linear-gradient(180deg, rgba(4, 27, 64, 1) 0%, rgba(11, 28, 67, 1) 35%, rgba(16, 49, 95, 1) 100%);

}

#snowflakes {
  width: 100%;
  height: 110px;
  background-image: url("..//images/snowflakes.png");
  position: absolute;
  opacity: 0.2;
  background-position: 17% 28%;
}


#snowflakes-footer {
  width: 100%;
  height: 190px;
  background-image: url("..//images/snowflakes.png");
  position: absolute;
  opacity: 0.2;
  background-position: 17% 28%;
}

.headContent {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 50% auto;
  transform: translate(-50%, -50%);
}

.logo {
  width: auto;
  height: 60px;
  z-index: 100000;
  position: fixed;
  left: 0px;
  top: 74%;
}

.buttonWrapper {
  position: fixed;
  top: 42%;
  width: auto;
  z-index: 1000000;
  right: 0px;
}


.hero,
.hero-expand {
  position: relative;
  width: 1840px;
  height: 1367px;
  overflow: hidden;
  transition: 0.5s ease;
  top: 56px;
}

.centered {
  margin: 0 50% auto;
  transform: translate(-50%, 0px);
}



.bodyWrapper {
  background-image: url("..//images/pattern.jpg");
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
}

.head-text {
  font-family: "Gotham Rounded Bold";
  width: 140px;
  height: 50px;
  margin-right: 20px;
  display: inline-block;
  top: 20px;
  position: relative;
  text-align: right;
  color: white;
}

.phone {
  width: 16px;
  height: 30px;
  position: relative;
  top: 9px;
  left: -6px;
}

.thinLineGrey {
  background-color: #d1d8e6;
  width: auto;
  height: 4px;
}

.thinLineGrey2 {
  background-color: #d1d8e6;
  width: auto;
  height: px;
  margin-top: -44px;
}

.thinLineRed {
  background-color: #c10000;
  width: auto;
  height: 4px;
}


.logo-bottom {
  width: 500px;
  height: 110px;
  position: relative;
  top: 20px;
  left: 0px;

}

#logo-bottom {
  width: 175px;
  margin-left: 0px;
}

.text-bottom {
  text-align: center;
  font-family: 'Gotham Rounded Bold';
  font-size: 12px;

  left: 0px;
  width: 175px;
}

.pictogram {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  transition: transform .2s ease-in;
}

.pictogram:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}

.text-2-bottom {
  text-align: left;
  font-family: 'Gotham Rounded Bold';
  font-size: 12px;
  position: relative;
  top: -44px;
  display: inline-block;
  left: 190px;
  width: 300px;
}

.pictogram-container {

  position: relative;
  width: 400px;
  top: -87px;
  left: 631px;
}

.notice {
  width: 450px;
  position: relative;
  top: -126px;
  left: 100%;
  transform: translate(-450px, 0px);
}

#notice {
  width: 30px;
  top: 3px;
  position: relative;
  left: 217px;
}

.notice-text {
  text-align: right;
  display: inline-block;
  font-family: 'Gotham Rounded Bold';
  font-size: 12px;
  left: 225px;
  position: relative;
}


#yt {
  width: 40px;
  top: 5px;
}

.imageLogo {
  width: auto;
  height: 60px;
  position: relative;
}

.thinnerLineGrey {
  background-color: #d1d8e6;
  width: auto;
  height: 1px;
  margin-top: -20px;
  opacity: 0.5;
  display: none;
}



.bold {
  font-family: 'Gotham Rounded Bold';
}


.text-centered {
  text-align: center;
  color: #c10000;
}



.redButton {
  width: 145px;
  height: 61px;
  z-index: 1000;
  font-size: 16px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  background-color: #e20000;
  padding: 5px 15px;
  margin-right: 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;

  transition: transform .2s ease-in;

  left: 70%;
  top: 20px;
}

.redButton:hover {
  background-color: #ec2020;
  transform: translateY(-3px);
}


.lightVioletButton {
  width: 175px;
  height: 61px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  z-index: 1000;
  font-size: 16px;
  border-radius: 5px;
  background-color: #3051c5;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease-in;
  left: 70%;
  top: 20px;
}

.lightVioletButton:hover {
  background-color: #153cc5;
  transform: translateY(-3px);
}




.footer {
  background-color: #c10000;
  width: 100%;
  height: 80px;
}


.centered {
  text-align: center;
}

.footerLegal {
  width: 100%;
  height: 190px;
  background: -o-linear-gradient(bottom, rgba(4, 27, 64, 1) 0%, rgba(11, 28, 67, 1) 35%, rgba(16, 49, 95, 1) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 27, 64, 1)), color-stop(35%, rgba(11, 28, 67, 1)), to(rgba(16, 49, 95, 1)));
  background: linear-gradient(0deg, rgba(4, 27, 64, 1) 0%, rgba(11, 28, 67, 1) 35%, rgba(16, 49, 95, 1) 100%);

  color: #ffffff;
  overflow: hidden;
}

.footer-content {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 50% auto;
  transform: translate(-50%, -50%);
  top: 151px;
}



.buttonText {

  width: 168px;
  top: 9px;
  position: absolute;
  left: 12px;

}

.mobile {
  display: none;
}






/* ------------------------------------------------------------page content------------------------------------------------ */

#main-image {
  position: absolute;
  top: -41px;
  left: 80px;
  width: 1830px;
}

#bck {
  position: absolute;
  top: -13px;
  left: -30px;
  width: 2130px;
}

.svetla {
  position: absolute;
  top: -41px;
  left: -240px;
  width: 2270px;
}

.button {
  width: 211px;
  height: auto;
  position: absolute;
  top: 318px;
  cursor: pointer;
}

.button-text-main,
.button-text-main-1 {
  color: white;
  font-size: 24px;
  position: absolute;
  font-family: 'Gotham Rounded Italic';
  top: 10px;
  left: 0px;
  width: 100%;
}

#btn1 {
  position: absolute;
  top: 0px;
  left: 0px;
}

#btn2 {
  position: absolute;
  top: 0px;
  left: 0px;
}


.hamburger {
  border: 0;
  background-color: transparent;
  top: 47px;
  left: calc(100% - 34px);
  position: fixed;
  z-index: 100000;
  margin: 0 0% auto;
}

.hamburger .line {
  background-color: #fff;
  display: block;
  margin: 5px 0;
  height: 4px;
  width: 30px;
  will-change: transform;
}

.hamburger.open .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.open .line:nth-child(2) {
  opacity: 0;
}

.hamburger.open .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.hamburger .line {
  /* ... */
  transition: all 0.5s ease;
}





#mobil {
  position: absolute;
  top: 227px;
  left: 400px;
  width: 570px;
  will-change: transform;
}

.hero-text-wrapper {
  width: 1400px;
  height: 210px;
  font-size: 96px;
  font-family: 'Gotham Rounded Bold';
  color: white;
  position: absolute;
  top: 122px;
  left: 0px;
  text-align: center;
  text-shadow: 1px 1px 5px black;
}


.hero-text {
  margin: 0;
}

.hero-text-2 {
  margin: 0;
  font-size: 0.7em;
}



#super {
  position: absolute;
  top: 69px;
  left: -432px;
  width: 169px;
}

#gradient-wrapper {
  width: 1850px;
  height: 1311px;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

#gradient-left {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 1400px;
}

#gradient-right {
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0px;
  left: calc(100% - 200px);
  width: 200px;
  height: 1400px;
}

.sticker-wrapper {
  position: absolute;
  top: 262px;
  left: -469px;
  width: 180px;
  height: 172px;
}

#sticker {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 182px;
  height: auto;
}

#sticker-text {
  position: absolute;
  top: 35px;
  left: 28px;
  width: 130px;
  height: auto;
}

#candle {
  position: absolute;
  top: 1025px;
  left: 688px;
  width: 1030px;
  height: auto;
}

.text-wrapper {
  position: absolute;
  width: 1400px;
  height: auto;
  font-size: 25px;
  font-family: 'Gotham Rounded Bold';
  color: #26247b;
  top: 901px;
  line-height: 1.3;
}

.main-text-2 {
  font-size: 3em;
  line-height: 1.2;
}

.main-text-3 {
  font-size: 1.5em;
}


#svetlo1,
#svetlo2,
#svetlo3,
#svetlo4 {
  will-change: opacity;
  animation: svetlo 4s infinite ease-in-out;
}

#svetlo2 {
  animation-delay: 100ms;
}

#svetlo1 {
  animation-delay: 500ms;
}

#svetlo3 {
  animation-delay: 1050ms;
}

#svetlo4 {
  animation-delay: 750ms;
}

@keyframes svetlo {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.1;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.canvas {
  position: absolute;
  top: 0;
  width: 241px;
  top: 399px;
  left: 188px;
  cursor: url("../images/minca.png") 80 60, auto;
}

#button1 {
  top: 1244px;
}

/* ------------------------------------------------------------media queries------------------------------------------------ */



@media only screen and (max-width:1650px) {
  #bck {
    position: absolute;
    top: -43px;
    left: -30px;
    width: 1870px;

  }

  #main-image {
    position: absolute;
    top: -4px;
    left: 70px;
    width: 1419px;
  }

  .text-wrapper {
    position: absolute;
    width: 1400px;
    height: auto;
    font-size: 25px;
    font-family: 'Gotham Rounded Bold';
    color: #26247b;
    top: 721px;
    line-height: 1.3;
  }

  #mobil {
    position: absolute;
    top: 207px;
    left: 300px;
    width: 440px;
  }

  #super {
    position: absolute;
    top: 66px;
    left: -372px;
    width: 150px;
  }

  .sticker-wrapper {
    position: absolute;
    top: 209px;
    left: -364px;
    width: 180px;
    height: 172px;
  }

  #sticker {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 162px;
    height: auto;
  }

  #sticker-text {
    position: absolute;
    top: 35px;
    left: 28px;
    width: 110px;
    height: auto;
  }

  #candle {
    position: absolute;
    top: 825px;
    left: 638px;
    width: 1030px;
    height: auto;
  }

  #svetla {
    position: absolute;
    top: -3px;
    left: -220px;
    width: 1990px;
  }

  .button {
    width: 216px;
    height: auto;
    position: absolute;
    top: 265px;
    cursor: pointer;
  }

  #gradient-wrapper {
    width: 1850px;
    height: 1117px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

  .canvas {
    position: absolute;
    /* top: 0; */
    width: 186px;
    top: 305px;
    left: 136px;
    cursor: url("../images/minca.png") 80 60, auto;
  }

  #button1 {
    top: 1056px;
  }

  /* ------------------------------------------------------------------------------------------------------------ */
  .hero,
  .hero-expand {
    position: relative;
    width: 1840px;
    height: 1172px;
    overflow: hidden;
    transition: 0.5s ease;
    top: 56px;
  }

  .hero-text-wrapper {
    width: 1390px;
    height: 210px;
    font-size: 76px;
    font-family: 'Gotham Rounded Bold';
    color: white;
    position: absolute;
    top: 104px;
    left: 0px;
    text-align: center;
    text-shadow: 1px 1px 5px black;
  }

  .headContent {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
  }

  .footer-content {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
    top: 151px;
  }



  .pictogram-container {
    position: relative;
    width: 400px;
    top: -87px;

    left: 498px;
  }



}



@media only screen and (max-width:1250px) {
  #bck {
    position: absolute;
    top: -88px;
    left: -160px;
    width: 1992px;
    /* height: 1310px; */
  }

  #main-image {
    position: absolute;
    top: -4px;
    left: 69px;
    width: 1530px;
  }



  .hero-text-wrapper {
    top: 114px;
    left: 0px;
    width: 700px;
    font-size: 75px;
  }

  #mobil {
    position: absolute;
    top: 227px;
    left: 331px;
    width: 490px;
  }

  #super {
    position: absolute;
    top: 70px;
    left: -342px;
    width: 150px;
  }

  .sticker-wrapper {
    position: absolute;
    top: 238px;
    left: -397px;
    width: 170px;
    height: 162px;
  }

  #sticker {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 162px;
    height: auto;
  }

  #sticker-text {
    position: absolute;
    top: 35px;
    left: 28px;
    width: 110px;
    height: auto;
  }

  .canvas {
    position: absolute;
    /* top: 0; */
    width: 207px;
    top: 353px;
    left: 149px;
    cursor: url("../images/minca.png") 80 60, auto;
  }

  #candle {
    position: absolute;
    top: 900px;
    left: 498px;
    width: 820px;
    height: auto;
  }

  #svetla {
    position: absolute;
    top: -1px;
    left: -210px;
    width: 1930px;
  }


  .button {
    width: 211px;
    height: auto;
    position: absolute;
    top: 277px;
    cursor: pointer;
  }

  .text-wrapper {
    position: absolute;
    width: 1010px;
    height: auto;
    font-size: 20px;
    font-family: 'Gotham Rounded Bold';
    color: #26247b;
    top: 809px;
    line-height: 1.3;
  }

  #button1 {
    top: 1085px;
  }


  /* ------------------------------------------------------------------------------------------------------------ */


  .hero,
  .hero-expand {
    position: relative;
    width: 100%;
    height: 1205px;
    overflow: hidden;
    transition: 0.5s ease;
  }



  .headContent {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
  }

  .footer-content {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
    top: 151px;
  }

  #notice {
    width: 30px;
    top: 4px;
    position: relative;
    left: -7px;
  }

  .notice {
    width: 220px;
    position: relative;
    top: -126px;
    left: 100%;
    transform: translate(-220px, 0px);
  }

  .notice-text {
    text-align: right;
    display: inline-block;
    font-family: 'Gotham Rounded Bold';
    font-size: 12px;
    left: 31px;
    position: relative;
    top: -30px;
  }

  .pictogram-container {
    position: relative;
    width: 400px;
    top: -87px;

    left: 498px;
  }




}

@media only screen and (max-width:1050px) {
  .hero-text-wrapper {
    top: 114px;
    left: 0px;
    width: 90%;
    font-size: 67px;
  }

  .button {
    width: 211px;
    height: auto;
    position: absolute;
    top: 254px;
    cursor: pointer;
  }

  #bck {
    position: absolute;
    top: -23px;
    left: -160px;
    width: 1738px;
    /* height: 1030px; */
  }

  #main-image {
    position: absolute;
    top: -1px;
    left: 59px;
    width: 1380px;
  }

  .text-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    font-size: 18px;
    font-family: 'Gotham Rounded Bold';
    color: #26247b;
    top: 751px;
    line-height: 1.3;
  }

  #mobil {
    position: absolute;
    top: 207px;
    left: 291px;
    width: 460px;
  }

  #super {
    position: absolute;
    top: 70px;
    left: -322px;
    width: 150px;
  }

  .sticker-wrapper {
    position: absolute;
    top: 211px;
    left: -362px;
    width: 170px;
    height: 162px;
  }

  #sticker {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 152px;
    height: auto;
  }

  #sticker-text {
    position: absolute;
    top: 35px;
    left: 28px;
    width: 100px;
    height: auto;
  }


  #candle {
    position: absolute;
    top: 835px;
    left: 468px;
    width: 750px;
    height: auto;
  }

  #svetla {
    position: absolute;
    top: -1px;
    left: -210px;
    width: 1930px;
  }

  .canvas {
    position: absolute;
    /* top: 0; */
    width: 193px;
    top: 317px;
    left: 120px;
    cursor: url("../images/minca.png") 80 60, auto;
  }

  #button1 {
    top: 995px;
  }

  .hero,
  .hero-expand {
    position: relative;
    width: 100%;
    height: 1112px;
    overflow: hidden;
    transition: 0.5s ease;
  }



  .headContent {

    width: 98%;

  }

  .footer-content {
    position: relative;
    width: 98%;

  }





}

@media only screen and (max-width:900px) {
  .hero-text-wrapper {
    top: 74px;
    left: 0px;
    width: 90%;
    font-size: 60px;
  }

  .button-text-main,
  .button-text-main-1 {
    color: white;
    font-size: 21px;
    position: absolute;
    font-family: 'Gotham Rounded Italic';
    top: 9px;
    left: 0px;
    width: 100%;
  }

  .button {
    width: 191px;
    height: auto;
    position: absolute;
    top: 204px;
    cursor: pointer;
  }

  #bck {
    position: absolute;
    top: 31px;
    left: -160px;
    width: 1272px;
    /* height: 750px; */
  }

  #main-image {
    position: absolute;
    top: 1px;
    left: 69px;
    width: 1140px;
  }

  .text-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    font-size: 13px;
    font-family: 'Gotham Rounded Bold';
    color: #26247b;
    top: 581px;
    line-height: 1.3;
  }

  #mobil {
    position: absolute;
    top: 137px;
    left: 261px;
    width: 360px;
  }

  #super {
    position: absolute;
    top: 34px;
    left: -282px;
    width: 130px;
  }

  .sticker-wrapper {
    position: absolute;
    top: 172px;
    left: -279px;
    width: 170px;
    height: 162px;
  }

  #sticker {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 132px;
    height: auto;
  }

  #sticker-text {
    position: absolute;
    top: 35px;
    left: 28px;
    width: 80px;
    height: auto;
  }


  #candle {
    position: absolute;
    top: 625px;
    left: 368px;
    width: 640px;
    height: auto;
  }



  .svetla {
    position: absolute;
    top: -44px;
    left: -240px;
    width: 1610px;
  }

  .canvas {
    position: absolute;
    /* top: 0; */
    width: 151px;
    top: 189px;
    left: 127px;
    cursor: url("../images/minca.png") 80 60, auto;
  }

  #button1 {
    top: 763px;
  }

  /* ------------------------------------------------------------------------------------------------------------ */

  .hero,
  .hero-expand {
    position: relative;
    width: 100%;
    height: 877px;
    overflow: hidden;
    transition: 0.5s ease;
  }

  #headWrapper {
    display: none;
  }

  #headWrapper-mobile {
    display: block;
  }




  .logo {
    width: auto;
    height: 60px;
    z-index: 100000;
    position: fixed;
    left: 0px;
    top: 39px;
  }

  .headMenu {
    width: 100%;
    height: 80px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
    transition: 0.5s ease;

  }

  .headMenu-expand {
    width: 100%;
    height: 270px;
    padding-left: 50px;
    padding-right: 50px;
    transition: 0.5s ease;
    overflow: hidden;
    background: -o-linear-gradient(top, rgba(4, 27, 64, 1) 0%, rgba(11, 28, 67, 1) 35%, rgba(16, 49, 95, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 27, 64, 1)), color-stop(35%, rgba(11, 28, 67, 1)), to(rgba(16, 49, 95, 1)));
    background: linear-gradient(180deg, rgba(4, 27, 64, 1) 0%, rgba(11, 28, 67, 1) 35%, rgba(16, 49, 95, 1) 100%);

  }

  .hero-expand {
    margin-top: 190px;
    transition: 0.5s ease;
  }



  .imageLogo {
    width: auto;
    height: 48px;
    position: relative;
  }

  .headContent {
    width: 100%;
    height: 80px;
  }

  .head-text {
    font-family: "Gotham Rounded Bold";
    width: 100%;
    height: 50px;
    margin-right: 20px;
    display: block;
    top: 6px;
    position: relative;
    text-align: center;
    color: white;
  }

  .buttonWrapper {
    position: relative;
    top: 120px;
    width: 500px;
    z-index: 1000000;
    right: 0px;
    margin: 0 50% auto;
    transform: translate(-50%, 0px);
  }

  .redButton {
    width: 100%;
    height: 41px;
    z-index: 1000;
    font-size: 16px;
    font-family: "Gotham Rounded Bold";
    color: #FFFFFF;
    background-color: #e20000;
    padding: 5px 15px;
    margin-right: 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    transition: transform .2s ease-in;
    left: 70%;
    top: 20px;
    margin-bottom: 10px;
  }

  .lightVioletButton {
    width: 100%;
    height: 41px;
    font-family: "Gotham Rounded Bold";
    color: #FFFFFF;
    z-index: 1000;
    font-size: 16px;
    border-radius: 5px;
    background-color: #3051c5;
    padding: 5px 15px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform .2s ease-in;
    left: 70%;
    top: 20px;
  }






  .footer-content {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .logo-bottom {
    width: 500px;
    height: 110px;
    position: relative;
    top: -20px;
    left: 0px;
  }

  #notice {
    width: 30px;
    top: -10px;
    position: relative;
    left: 0px;
  }

  .notice-text {
    text-align: right;
    display: inline-block;
    font-family: 'Gotham Rounded Bold';
    font-size: 12px;
    left: 0px;
    position: relative;
    top: -13px;
  }

  .notice {
    width: 450px;
    position: relative;
    top: -86px;
    left: 0px;
    transform: translate(0px, 0px);
  }

  .pictogram-container {
    position: relative;
    width: 400px;
    top: -126px;
    left: 100%;
    transform: translate(-140px, 0px);
  }

}

@media only screen and (max-width:750px) {


  .button-text-main,
  .button-text-main-1 {
    color: white;
    font-size: 21px;
    position: absolute;
    font-family: 'Gotham Rounded Italic';
    top: 9px;
    left: 0px;
    width: 100%;
  }

  .svetla {
    position: absolute;
    top: -51px;
    left: -240px;
    width: 1760px;
  }

  .button {
    width: 191px;
    height: auto;
    position: absolute;
    top: 171px;
    cursor: pointer;
  }

  #bck {
    position: absolute;
    top: -43px;
    left: -160px;
    width: 1221px;
    /* height: 644px; */
  }

  #main-image {
    position: absolute;
    top: 23px;
    left: 34px;
    width: 860px;
  }

  .text-wrapper {
    position: absolute;
    width: 94%;
    height: auto;
    font-size: 13px;
    font-family: 'Gotham Rounded Bold';
    color: #26247b;
    top: 481px;
    line-height: 1.3;
  }

  #mobil {
    position: absolute;
    top: 117px;
    left: 191px;
    width: 320px;
  }

  #super {
    position: absolute;
    top: 36px;
    left: -222px;
    width: 90px;
  }

  .sticker-wrapper {
    position: absolute;
    top: 121px;
    left: -244px;
    width: 170px;
    height: 162px;
  }

  #sticker {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 132px;
    height: auto;
  }

  #sticker-text {
    position: absolute;
    top: 35px;
    left: 28px;
    width: 80px;
    height: auto;
  }


  #candle {
    position: absolute;
    top: 529px;
    left: 328px;
    width: 580px;
    height: auto;
  }

  #svetla {
    position: absolute;
    top: 4px;
    left: -80px;
    width: 890px;
  }


  .hero-text-wrapper {
    top: 63px;
    left: 0px;
    width: 90%;
    font-size: 50px;
  }

  .canvas {
    position: absolute;
    /* top: 0; */
    width: 135px;
    top: 146px;
    left: 72px;
    cursor: url("../images/minca.png") 80 60, auto;
  }

  #button1 {
    top: 667px;
  }

  /* ------------------------------------------------------------------------------------------------------------ */
  .hero,
  .hero-expand {
    position: relative;
    width: 100%;
    height: 771px;
    overflow: hidden;
    transition: 0.5s ease;
  }

  .logo-bottom {
    width: 500px;
    height: 110px;
    position: relative;
    top: -35px;
    left: 0px;
  }

  .notice {
    width: 450px;
    position: relative;
    top: -59px;
    left: 0px;
    transform: translate(0px, 0px);
  }

  .pictogram-container {
    position: relative;
    width: 400px;
    top: -86px;
    left: 0%;
    transform: translate(0px, 0px);
  }

}

@media only screen and (max-width:600px) {

  #headImage-mobile {
    width: auto;
    height: 589px;

  }



  .btnRed {
    width: 185px;
    top: 350px;
  }

  .buttonWrapper {
    position: relative;
    top: 120px;
    width: 100%;

  }

  .redButton {
    width: 100%;
    height: 41px;
    z-index: 1000;
    font-size: 16px;
    font-family: "Gotham Rounded Bold";
    color: #FFFFFF;
    background-color: #e20000;
    padding: 5px 15px;
    margin-right: 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    transition: transform .2s ease-in;
    left: 70%;
    top: 20px;
    margin-bottom: 10px;
  }

  .lightVioletButton {
    width: 100%;
    height: 41px;
    font-family: "Gotham Rounded Bold";
    color: #FFFFFF;
    z-index: 1000;
    font-size: 16px;
    border-radius: 5px;
    background-color: #3051c5;
    padding: 5px 15px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform .2s ease-in;
    left: 70%;
    top: 20px;
  }
}


@media only screen and (max-width:540px) {


  .button-text-main,
  .button-text-main-1 {
    color: white;
    font-size: 21px;
    position: absolute;
    font-family: 'Gotham Rounded Italic';
    top: 9px;
    left: 0px;
    width: 100%;
  }

  .button {
    width: 191px;
    height: auto;
    position: absolute;
    top: 148px;
    cursor: pointer;
  }

  #bck {
    position: absolute;
    top: 12px;
    left: -160px;
    width: 1146px;
    /* height: 644px; */
  }

  #main-image {
    position: absolute;
    top: -5px;
    left: 33px;
    width: 900px;
  }

  .text-wrapper {
    position: absolute;
    width: 94%;
    height: auto;
    font-size: 13px;
    font-family: 'Gotham Rounded Bold';
    color: #26247b;
    top: 463px;
    line-height: 1.3;
  }

  #mobil {
    position: absolute;
    top: 143px;
    left: 151px;
    width: 270px;
  }

  #super {
    position: absolute;
    top: 33px;
    left: -202px;
    width: 90px;
  }

  .sticker-wrapper {
    position: absolute;
    top: 104px;
    left: -233px;
    width: 170px;
    height: 162px;
  }

  #sticker {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 132px;
    height: auto;
  }

  #sticker-text {
    position: absolute;
    top: 35px;
    left: 28px;
    width: 80px;
    height: auto;
  }

  .canvas {
    position: absolute;
    /* top: 0; */
    width: 115px;
    top: 142px;
    left: 50px;
    cursor: url("../images/minca.png") 80 60, auto;
  }

  #candle {
    position: absolute;
    top: 559px;
    left: 280px;
    width: 440px;
    height: auto;
  }

  .svetla {
    position: absolute;
    top: -6px;
    left: -100px;
    width: 890px;
  }

  .hero-text-wrapper {
    top: 61px;
    left: 0px;
    width: 90%;
    font-size: 40px;
  }



  #button1 {
    top: 673px;
  }





  .hero,
  .hero-expand {
    height: 780px;
  }

  /* ---------------------------
 */

  .footer-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 50px;
  }


  .bodyWrapper {
    padding: 10px;
    padding-top: 0px;
  }



  .btnRed {
    width: 185px;
    top: 284px;
  }




  .footerLegal {
    width: 100%;
    height: 220px;

  }

  .headMenu {

    padding-left: 10px;
    padding-right: 10px;

  }

  .headMenu-expand {

    padding-left: 10px;
    padding-right: 10px;

  }


  .logo-bottom {
    width: 500px;
    height: 110px;
    position: relative;
    top: -25px;
    left: 0px;
  }

  .pictogram-container {
    position: relative;
    width: 400px;
    top: -35px;
    left: 0%;
    transform: translate(0px, 0px);
  }

  .text-2-bottom {
    text-align: left;
    font-family: 'Gotham Rounded Bold';
    font-size: 12px;
    position: relative;
    top: 6px;
    display: inline-block;
    left: 0px;
    width: 300px;
  }

  .notice {
    width: 450px;
    position: relative;
    top: -13px;
    left: 0px;
    transform: translate(0px, 0px);

  }




}


@media only screen and (max-width:420px) {



  .button-text-main,
  .button-text-main-1 {
    color: white;
    font-size: 18px;
    position: absolute;
    font-family: 'Gotham Rounded Italic';
    top: 9px;
    left: 0px;
    width: 100%;
  }

  .button {
    width: 162px;
    height: auto;
    position: absolute;
    top: 158px;
    cursor: pointer;
  }

  #bck {
    position: absolute;
    top: -46px;
    left: -210px;
    width: 1224px;
    /* height: 644px; */
  }

  #main-image {
    position: absolute;
    top: 144px;
    left: 9px;
    width: 570px;
  }

  .text-wrapper {
    position: absolute;
    width: 94%;
    height: auto;
    font-size: 13px;
    font-family: 'Gotham Rounded Bold';
    color: #26247b;
    top: 451px;
    line-height: 1.3;
  }

  #mobil {
    position: absolute;
    top: 179px;
    left: 114px;
    width: 229px;
  }

  #super {
    position: absolute;
    top: 35px;
    left: -169px;
    width: 82px;
  }

  .sticker-wrapper {
    position: absolute;
    top: 170px;
    left: -185px;
    width: 30px;
    height: 162px;
  }

  #sticker {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 132px;
    height: auto;
  }

  #sticker-text {
    position: absolute;
    top: 35px;
    left: 28px;
    width: 80px;
    height: auto;
  }


  #candle {
    position: absolute;
    top: 589px;
    left: 233px;
    width: 340px;
    height: auto;
  }

  #svetla {
    position: absolute;
    top: 14px;
    left: -50px;
    width: 630px;
  }


  .hero-text-wrapper {
    top: 67px;
    left: 0px;
    width: 90%;
    font-size: 39px;
  }


  .canvas {
    position: absolute;
    /* top: 0; */
    width: 96px;
    top: 156px;
    left: 29px;
    cursor: url("../images/minca.png") 80 60, auto;
  }

  .hero,
  .hero-expand {
    height: 770px;
  }

  #button1 {
    top: 664px;
  }

}



@media only screen and (max-width:367px) {
  #button1 {
    top: 673px;
  }

  #candle {
    position: absolute;
    top: 634px;
    left: 203px;
    width: 340px;
    height: auto;
  }

}

@media only screen and (max-width:330px) {


  .sticker-wrapper {
    position: absolute;
    top: 171px;
    left: -172px;
    width: 30px;
    height: 162px;
  }

  #mobil {
    position: absolute;
    top: 207px;
    left: 104px;
    width: 210px;
  }

  #super {
    position: absolute;
    top: 35px;
    left: -159px;
    width: 82px;
  }

  .button {
    width: 162px;
    height: auto;
    position: absolute;
    top: 151px;
    cursor: pointer;
  }

  #button1 {
    top: 664px;
  }

  .text-wrapper {
    position: absolute;
    width: 94%;
    height: auto;
    font-size: 12px;
    font-family: 'Gotham Rounded Bold';
    color: #26247b;
    top: 451px;
    line-height: 1.3;
  }

  .svetla {
    position: absolute;
    top: -6px;
    left: -80px;
    width: 810px;
  }

  .canvas {
    position: absolute;
    /* top: 0; */
    width: 89px;
    top: 172px;
    left: 25px;
    cursor: url("../images/minca.png") 80 60, auto;
  }

}

@media only screen and (max-width:320px) {
  .hero-text-wrapper {
    top: 67px;
    left: 0px;
    width: 90%;
    font-size: 35px;
  }

  .svetla {
    position: absolute;
    top: -6px;
    left: -80px;
    width: 810px;
  }

  .canvas {
    position: absolute;
    /* top: 0; */
    width: 88px;
    top: 173px;
    left: 26px;
    cursor: url("../images/minca.png") 80 60, auto;
  }

}