@font-face {
  font-family: TrajanProBold;
  src: url(fonts/TrajanPro-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: TrajanProRegular;
  src: url(fonts/TrajanPro-Regular.ttf);
  font-weight: regular;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    padding-top: 60px;
    min-height: 100vh;
}

.menu {
  position: absolute;
  box-sizing: border-box;
  top: 60px;
  left: 0px;
  width: 100%;
  display: block;
}

.navlinks {
  position: absolute;
  display: none;
  right: 10%;
  /* display: flex; */
  min-width: 600px;
}

.navlinks ul {
  width: 100%;
  padding: 0px;
  text-align: right;
  background: inherit;
}

.navlinks li {
  display: inline-block;
  width: 30%;
  border: none;
  padding: 0px;
}

.burger {
  display: block;
  width: 24px;
  height: 24px;
  /* background: #b99252; */
  position: absolute;
  right: 15px;
  top: 19px;
  /* transform: translate(-50%, -50%); */
  /* z-index: 300; */
}

#bbutton {
  width: 100%;
  height: 100%;
}

#btnup {
  display: block;
  box-sizing: border-box;
  border-top: 3px solid #b99252;
  border-bottom: 3px solid #b99252;
  width: 100%;
  height: 13px;
  position: absolute;
  top: 0px;
  cursor: pointer;
  transition: all .15s ease-in;
}
#btndown {
  display: block;
  box-sizing: border-box;
  border-top: 3px solid #b99252;
  border-bottom: 3px solid #b99252;
  width: 100%;
  height: 13px;
  position: absolute;
  top: 10px;
  cursor: pointer;
  transition: all .15s ease-in;
}

/* .burger img:hover {
  background: #fff;
} */

ul {
  top: 60px;
  left: 0px;
  width: 100%;
  /* height: 100px; */
  padding: 20px 0px;
  padding-bottom: 0px;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 1em;
  background: #f3f3f3;
}

li {
  list-style: none;
  padding: 20px 0px 10px 0px;
  border-bottom: 1px solid #b99252;
  width: 90%;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #b99252;
}

p {
  font-family: "Playfair Display", serif;
  font-size: 1em;
}

h4 {
  text-align: center;
  font-size: 1.5em;
  color: #b99252;
}

h5 {
  text-align: center;
  font-size: 1.1em;
  color: #b99252;
  margin-bottom: 50px;
}

h6 {
  text-align: left;
  font-size: 1em;
  color: #b99252;
}
#seemore, #info-ns {
  display: none;
}

.disclaimer {
  text-align: left;
  font-size: 0.5em;
  color: #000;
  margin-top: 10px;
  font-family: "Playfair Display", serif;
  text-align: justify;
}

body {
  min-height: 100%;
  /* padding-top: 60px; */
}



/* #test {
  height: 60px;
} */

.navbar {
  height: 60px;
  width: 100%;
  padding: 10px;
  padding-top: 15px;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  z-index: 200;
  position: fixed;
  top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottomline {
  width: 100%;
  margin: 30px auto;
  margin-bottom: 0;
  border-bottom: 2px solid #b99252;
  position: relative;
  top: 100%;
}

.top_header {
  position: relative;
  max-width: 378px;
  margin: 0 auto;
  /* top: 60px; */
}

.top_paragraph {
  padding: 20px;
  padding-bottom: 0px;
  /* margin-top: 50px; */
  background: #FFF;
  position: relative;
  bottom: 0px;
}

.main {
  width: 100%;
  background: #fff;
  /* margin: 50px auto; */
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 0;
  color: #19223d;
  /* -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5); */
  font-family: TrajanProBold;
}

.main__paragraph {
  font-size: 1.5em;
  text-align: right;
}

.gold {
  color: #b99252;
}

.main__header {
  /* display: block; */
  font-size: 5.2em;
  text-align: center;
  margin-top: 40px;
  /* margin-bottom: 20px; */
  line-height: 90%;
  max-height: 160px;
  color: #b99252;
}

.main__smallp {
  font-size: 0.9em;
  text-align: justify;
  font-family: "Playfair Display", serif;
  color: #19223d;
}

.thanksheader {
  font-size: 1.3em;
  text-align: center;
  color: #b99252;
  font-weight: bold;
  padding-bottom: 20px;
}

.thanksparagraph {
  font-size: 1.3em;
  text-align: center;
  color: #19223d;
  font-weight: regular;
}

.contener, .enddisclaimer {
  max-width: 378px;
  margin: 0px auto;
}

.howto {
  background-color: #f3f3f3;
  position: relative;
  padding-top: 30px;
}

.howto__container {
  position: relative;
  margin: auto;
  margin-top: 30px;
}
.step {
  min-height: 500px;
  display: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.step__btn {
  /* width: 30px;
      height: 60px; */
  font-size: 2.5em;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  /* background-color: #000; */
  /* opacity: 0.5; */
  color: #ddd;
}
.step__prevbtn {
  left: 0px;
  transform: rotate(45deg);
  border-left: 5px solid #b99252;
  border-bottom: 5px solid #b99252;
  height: 30px;
  width: 30px;
  display: block;
}
.step__nextbtn {
  right: 0;
  transform: rotate(45deg);
  border-right: 5px solid #b99252;
  border-top: 5px solid #b99252;
  height: 30px;
  width: 30px;
  display: block;
}
.step__img {
  max-width: 200px;
  flex: 45%;
  /* position: relative; */
  top: 15%;
}
.step__paragraph {
  font-size: 0.9em;
  font-family: "Playfair Display", serif;
  margin: 20px auto;
  text-align: center;
}
.contactform {
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}
.form {
  //font-size: 0.6em;
  font-family: "Playfair Display", serif;
}
.row {
  width: 100%;
  margin: 15px auto;
  /* margin-top: 50px; */
}

form input, form select {
  height: 45px;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  background-color: #f3f3f3;
  color: #000;
  font-family: "Playfair Display", serif;
  border: none;
  padding: 10px;
  border-radius: 0px;
  -webkit-appearance: none;
    font-size: 0.9rem;
}

input::placeholder {
  opacity: 1;
  color: #000;
}

/* .check {
    width: 10px;
    height: 10px;
    border: none;
    display: inline-block;
} */

.whitespace {
  height: 5px;
  width: 100%;
}

.chcont input[type="checkbox"] {
  display: none;
  width: 20px;
  height: 20px;
}

.chcont {
  display: block;
  width: 85%;
  /* height: 25px; */
  margin: 20px 0;
  text-align: justify;
}

.chcont label::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 1px;
  background: #b99252;
  box-sizing: border-box;
}

.chcont label::after {
  content: "";
  display: block;
  height: 5px;
  width: 13px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: all .5s ease;
  transform: rotate(-45deg);
}

.chcont label, .alternative_checkbox, .short.agree {
  position: relative;
  top: 0px;
  left: 40px;
    font-size: 0.8rem;
}
.chcont label::before,
.chcont label::after {
  position: absolute;
  left: -40px;
  top: 0;
}
/*Outer-box*/
.chcont label::before {
  top: -1px;
}
/*Checkmark*/
.chcont label::after {
  left: -38px;
  top: 3px;
}
/*Hide the checkmark by default*/
.chcont input[type="checkbox"] + label::after {
  content: none;
}
/*Unhide the checkmark on the checked state*/
.chcont input[type="checkbox"]:checked + label::after {
  content: "";
}

#NS {
  width: 70%;
  display: block;
  /* box-sizing: border-box; */
  height: 40px;
  margin-top: 25px;
  padding-top: 9px;
  background: #b99252;
  color: #FFF;
  font-size: 1em;
  text-align: center;
  font-family: "Playfair Display", serif;
  transition: all 0.15s ease-in;
  margin: 25px auto;
}

#NS:hover {
  background: #fff;
  border: 2px solid #b99252;
  color: #b99252;
  /* box-sizing: border-box; */
  padding-top: 8px;
}

#yt0 {
  width: 100%;
  display: block;
  height: 60px;
  margin: 0 auto;
  border: none;
  border-radius: 0px;
  background: #b99252;
  color: #fff;
  font-size: 1.6em;
  transition: all 0.15s ease-in;
  font-family: "Playfair Display", serif;
}

#yt0:hover {
  background: #fff;
  border: 2px solid #b99252;
  color: #b99252;
}

/* animacje */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.5s;
  animation-name: fade;
  animation-duration: 0.5s;
}


#guide, #formsec {
  position: absolute;
  top: -60px;
  height: 0px;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.disccontainer {
  background: #f3f3f3;
  padding: 10px 0px;
  padding-top: 0px;
}

.enddisclaimer {
  text-align: left;
  font-size: 0.6em;
  color: #19223d;
  margin: 20px auto;
  font-family: "Playfair Display", serif;
  text-align: justify;
  border-top: 2px solid #b99252;
  padding-top: 30px;
  width: 90%;
}

/* ********************************** */
/* ********************************** */
/* ********************************** */
/* ********************************** */
/* ********************************** */
/* ********************************** */

/* screen < 370px  */


@media only screen and (max-width: 370px) {
  .main__header {
    font-size: 4.7em;
  }
}
@media only screen and (max-width: 350px) {
  .main__header {
    font-size: 4.2em;
  }
}
@media only screen and (min-width: 450px) {
  .main__header {
    font-size: 6.1em;
    text-align: center;
  }
  .top_header {
    max-width: 450px;
    padding: 10px 0px;
    padding-bottom: 0px;
  }
  .contener, .enddisclaimer {
    max-width: 450px;
    /* padding: 20px; */
  }
}
@media only screen and (min-width: 520px) {
  .main__header {
    font-size: 7.2em;
    /* display: block; */
    text-align: center;
    min-height: 200px;
  }
  .top_header {
    max-width: 520px;
  }
  .contener, .enddisclaimer {
    max-width: 450px;
  }
}
/* screen width > 700 */
@media only screen and (min-width: 700px) {
  section {
    max-width: 100%;
    margin: 0 auto;
    /* padding: 70px 0px; */
  }
  .main {
    padding: 0px;
    /* padding-top: 60px; */
  }
  .navlinks {
    display: block;
  }
  .navbar {
    padding-left: 10%;
    padding-right: 10%;
  }
  .menu {
    display: none;
  }

  .menu:after {
    display: block;
  }

  ul {
  }

  .burger {
    display: none;
  }

  /* .menu {
    display: flex;
  } */

  .header {
    position: relative;
    margin-bottom: 100px;
    width: 420px;
    max-height: 300px;
    padding: 30px;
    margin-left: 0%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  }

  .top_paragraph {
    width: 420px !important;
    padding-bottom: 20px;
  }

  .top_paragraph .bottomline {
    display: none;
  }

  .header .bottomline {
    display: none;
  }

  .top_paragraph {
    width: 55%;
    margin-left: 0px;
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  }

  .top_header {
    background-image: url("img/bground3.jpg");
    background-size: cover;
    width: 100%;
    padding: 0px 10%;
    max-width: 100%;
    margin: 0 auto;
  }

  .main__header {
    font-size: 5.5em;
    max-height: 150px;
    margin-top: 20px;
    /* margin-bottom: 50px; */
  }

  .howto {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    padding-top: 30px;
  }

  .contener, .enddisclaimer {
    max-width: 80%;
  }

  .step {
    position: relative;
    min-height: 400px;
    font-size: 1.3em;
    padding: 30px;
  }

  .stepdesc {
    flex: 30%;
    max-width: 450px;
    display: block;
  }

  .step h6 {
  }

  .step__prevbtn {
    left: -15px;
    font-size: 4em;
  }
  .step__nextbtn {
    right: -15px;
    font-size: 4em;
  }

  .step__img {
    width: 160px;
    max-width: 200px;
    margin-top: 30px;
    margin-right: 0px;
    flex: 45%;
    /* position: absolute; */
    /* right: 30px; */
    /* text-align: left; */
    /* top: 0px; */
  }

  .step__paragraph {
    width: 80%;
    margin-left: 0px;
    /* position: absolute; */
    top: 35%;
    left: 50px;
    font-size: 0.8em;
    text-align: left;
  }

  .contactform {
    padding-top: 30px;
  }

  .formulae {
    padding: 70px auto;
  }

  .contener {
    width: 80%;
    margin: 0px auto;
  }

  .disccontainer {
    width: 100%;
    margin: 0px auto;
    margin-top: 20px;
    background: #f3f3f3;
  }

  .enddisclaimer {
    width: 80%;
  }
}

/* ********************************** */
/* ********************************** */
/* ********************************** */
/* ********************************** */
/* ********************************** */
/* ********************************** */

/* screen width > 1000 */
@media only screen and (min-width: 1000px) {
  .step {
    min-height: 450px;
  }

  .step__paragraph {
    font-size: 1em;
  }

  .top_header {
    padding: 0px 10%;
    min-height: 450px;
  }
  .top_paragraph {
    margin-top: 230px;
  }
}

/* ********************************** */
/* ********************************** */
/* ********************************** */
/* ********************************** */
/* ********************************** */
/* ********************************** */

/* at desktop (>1100px) */
@media only screen and (min-width: 1100px) {
    h5 {
        font-size: 1.5em;
    }
    .navbar {
      padding: 5px 15%;
    }
  .top_header {
    padding: 0px 15%;
  }
  .header {
    width: 480px;
    min-height: 320px !important;
    padding: 20px;
    margin-bottom: 150px;
  }

  .navlinks {
    right: 15%;
  }
  .main__header {
    font-size: 6.8em;
    /* margin-bottom: 50px; */
    padding-top: 10px;
  }
#info-ns,
  #seemore {
    width: 100%;
    display: block;
    /*box-sizing: border-box; */
    height: 40px;
    margin-top: 25px;
    padding-top: 9px;
    font-size: 1em;
    text-align: center;
    font-family: "Playfair Display", serif;
    transition: all 0.15s ease-in;
  }
    
    #info-ns{
        background: #fff;
    border: 2px solid #b99252;
    color: #b99252;
    }
    
    #info-ns:hover {
    background: #b99252;
    color: #FFF;
    
  }
    
  #seemore {
    background: #b99252;
    color: #FFF;
  }  

  #seemore:hover {
    background: #fff;
    border: 2px solid #b99252;
    color: #b99252;
  }

  .top_paragraph {
    margin-top: 160px;
    width: 480px !important;
    /* height: 190px; */
    padding-bottom: 30px;
  }

  .step__img {
    width: 200px;
  }
  .step {
    min-height: 450px;
  }
  .contener,
  .enddisclaimer {
    width: 70%;
  }
  .step__prevbtn {
    left: -60px;
  }
  .step__nextbtn {
    right: -60px;
  }
.chcont {
    font-size: 0.8em;
}
.disclaimer, .enddisclaimer {
    font-size: 0.8em;
}
.disccontainer {
    margin-top: 40px;
}

.thanks_header {
  width: 520px;
  min-height: 412px !important;
  padding-top: 50px;
  padding-bottom: 80px;
}

.thanks_header .main__header {
  margin: 50px auto;
  font-size: 7.2em;
}

.thanks_container {
  width: 520px !important;
}

.thanks_container p {
  margin: 10px auto;
}

}

@media only screen and (min-width: 1366px) {
  .main__header {
    font-size: 9.2em;
    padding: 30px 0px;
  }
  .main__paragraph {
    font-size: 1.8em;
  }
  .top_paragraph {
    /* height: 220px; */
    padding: 30px;
    width: 650px !important;
  }
  #seemore, #info-ns, #seemore:hover, #info-ns:hover {
    height: 50px;
    margin-top: 40px;
    padding: 13px;
  }
  .top_header {
    /* height: 750px; */
    padding: 0px 15%;
  }
  .header {
    width: 650px;
    min-height: 440px !important;
    padding: 30px;
  }

  #lpForm {
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    flex-direction:row;
    align-items:flex-start;
      
  }
  .row {
    flex: 50%;
    box-sizing: border-box;
    padding: 0px 10px;
  }
  .checkcontainer {
    flex: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .top_header {
    /* height: 750px; */
    padding: 0px 15%;
  }

 .header {
    height: 600px;
    width: 670px;
    padding: 30px;
  }
.top_paragraph {
  width: 670px !important;
}

  .main__smallp {
    font-size: 1.2em;
  }

  .contener {
    width: 60%;
    padding-top: 100px 0px;
  }

  /* #lpForm {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    flex-direction:row;
    align-items:center;
  }

  .row {
    flex: 50%;
    box-sizing: border-box;
    padding: 0px 10px;
  } */

    /* .checkcontainer {
    flex: 100%;
  } */

 .step {
   max-height: 350px;
 }

.step__img {
   width: 22%;
 }

  .disclaimer {
    margin-bottom: 20px;
  }

  .enddisclaimer {
    width: 60%;
  }

}

@media only screen and (min-width: 1920px) {
  .main__header {
    font-size: 9.5em;
    margin-bottom: 115px;
  }
  .top_header {
    padding: 0px 20%;
  }
  .navbar {
    padding: 7px 20%;
  }
  .navlinks {
    right: 20%;
  }
  .step__paragraph {
    top: 40%;
  }
}


.errorMessage{
    color: #b99252;
    position: relative;
    left: 40px;
    font-size: 0.8rem;
}

a, button, .chcont *, select{
    cursor: pointer;
}


.row.pok{
    position: relative;
}

.row.pok::before {
    content: '' !important;
    display: block !important;
    position: absolute;
    top: 20px;
    left: 100%;
    z-index: 100;
    transform: translate3d(-30px, 0, 0);
    width: 0;
    height: 0;
    border: inset 4px;
    border-color: #8a8b90 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0
}