@font-face {
  font-family: "obj";
  src: url(../fonts/obj.woff2) format("woff2"), url(../fonts/obj.ttf) format("truetype"), url(../fonts/obj.otf) format("opentype");
}
body {
  box-sizing: border-box;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-family: Poppins, sans-serif;
  background-color: white;
  background-image: url(../img/bg_desktop.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

html {
  scroll-behavior: smooth;
}

button, .first__link {
  background-color: #744F93;
  border: 0;
  outline: none;
  color: white;
  border-radius: 50px;
  padding: 0.7vw 2.7vw;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  cursor: pointer;
  font-size: 1.3vw;
  box-shadow: 0px 1px 3px 0px rgb(66, 68, 90);
}

.standard__p {
  color: #744F93;
  font-weight: 500;
  text-align: center;
  font-size: 1.04vw;
  width: 36%;
  font-weight: 700;
  font-style: italic;
  line-height: 1.35;
}

strong {
  font-weight: 900;
}

header {
  padding-top: 26.7vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
header a {
  text-decoration: none;
  margin-top: 1vw;
}

h3 {
  margin: 0;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 4vw;
  text-transform: uppercase;
  font-family: "obj", sans-serif;
  text-shadow: 0px 3px 8px rgb(45, 45, 45);
  line-height: 1.15;
}

.first__section {
  margin-top: 51.2vw;
}
.first__section .desktop__kroki {
  padding-top: 2vw;
  width: 100%;
}
.first__section .mobile__kroki {
  display: none;
}

.second__section {
  padding-top: 4.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.second__section p {
  color: white;
  font-weight: 500;
  font-size: 0.72vw;
  margin-top: 0;
  width: 100%;
  line-height: 1.5;
}
.second__section .wspolny__wystep {
  margin-top: 1.2vw;
  width: 35%;
}
.second__section .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 70%;
  margin-top: 1.3vw;
}
.second__section .box {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1.7vw;
}
.second__section .box img {
  width: 80%;
}
.second__section .box p {
  margin-top: 1.3vw;
}

.third__section {
  margin-top: 5vw;
}
.third__section .napis__desktop {
  display: flex;
  margin: 3vw auto;
  width: 50%;
}
.third__section .napis__mobile {
  display: none;
}

.form__section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 26.5vw;
}
.form__section p:not(.standard__p) {
  font-size: 1.8vw;
  margin-top: 0.9vw;
  line-height: 1.1;
  font-style: italic;
}
.form__section #formularz {
  width: 42%;
  margin-top: 3.5vw;
}
.form__section input:not([type=checkbox]), .form__section textarea {
  resize: none;
  border-radius: 20px;
  outline: none;
  font-family: Poppins, sans-serif;
  font-size: 0.8vw;
  background-color: #744F93;
  color: white;
  font-style: italic;
}
.form__section input::-moz-placeholder, .form__section textarea::-moz-placeholder {
  font-family: Poppins, sans-serif;
  font-size: 0.8vw;
  color: white;
  font-style: italic;
}
.form__section input::placeholder, .form__section textarea::placeholder {
  font-family: Poppins, sans-serif;
  font-size: 0.8vw;
  color: white;
  font-style: italic;
}
.form__section input:not([type=checkbox]) {
  width: 95%;
  padding: 1.35% 2.5%;
  margin-bottom: 0.5vw;
  border: 0;
  outline: none;
}
.form__section textarea {
  width: 96%;
  padding: 2%;
  height: 14.5vw;
  border: 0;
  outline: none;
}
.form__section .textarea__container {
  position: relative;
  margin-bottom: 0.8vw;
  padding: 0;
}
.form__section .textarea__container p {
  position: absolute;
  bottom: 7.2%;
  font-size: 0.73vw;
  margin: 0;
  color: white;
}
.form__section .textarea__container .odp__placeholder {
  left: 3%;
}
.form__section .textarea__container .counter {
  right: 3%;
}
.form__section input[type=checkbox] {
  display: none;
}
.form__section input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  background-position-x: left !important;
  background-image: url(../img/chackbox.png);
  background-repeat: no-repeat;
  background-size: 1vw;
  height: 1.8vw;
  padding-left: 3.5%;
}
.form__section input[type=checkbox]:checked + label {
  background-image: url(../img/chackbox_ok.png) !important;
}
.form__section .checkbox_error {
  background-image: url(../img/chackbox_bad.png) !important;
}
.form__section input:-webkit-autofill.show-error,
.form__section input:-webkit-autofill:hover.show-error,
.form__section input:-webkit-autofill:focus.show-error,
.form__section input:-webkit-autofill:active.show-error,
.form__section .show-error {
  background-color: #ff0033 !important;
  color: white !important;
}
.form__section .show-error::-moz-placeholder {
  color: white !important;
}
.form__section .show-error::placeholder {
  color: white !important;
}
.form__section .first__consent__box {
  margin-top: 0.6vw;
}
.form__section .second__consent__box,
.form__section .third__consent__box,
.form__section .fourth__consent__box {
  margin-top: 0.7vw;
  display: flex;
  align-items: start;
}
.form__section .rules_checkbox {
  margin: 0;
}
.form__section button {
  margin-top: 1vw;
  display: flex;
  margin: auto;
}
.form__section label {
  font-size: 0.83vw;
}
.form__section a {
  font-size: 0.83vw;
}
.form__section .rules_labels, .form__section a {
  font-family: poppins, sans-serif;
  font-size: 0.53vw;
  color: #744F93;
  line-height: 1.1;
  font-weight: 500;
}
.form__section .standard__p {
  width: 100%;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
footer img {
  width: 20%;
  max-width: 396px;
}

.gratulation__text {
  font-size: 1.7vw;
  font-weight: 700;
}

@media (max-width: 768px) {
  body {
    background-image: url(../img/bg_mobile.jpg);
  }
  header {
    padding-top: 50vw;
  }
  header a {
    margin-top: 3.8vw;
  }
  .standard__p {
    font-size: 1.94vw;
    width: 67%;
    margin: 0;
  }
  button, .first__link {
    padding: 1.2vw 5vw;
    font-size: 2.2vw;
  }
  .first__section {
    margin-top: 80.8vw;
  }
  .first__section .desktop__kroki {
    display: none;
  }
  .first__section .mobile__kroki {
    display: flex;
    width: 100%;
    position: relative;
    top: -12vw;
  }
  h3 {
    font-size: 7vw;
  }
  .second__section {
    padding: 0;
    position: relative;
    top: -10.5vw;
  }
  .second__section .wspolny__wystep {
    margin-top: 5vw;
    width: 82%;
    margin-bottom: 4.1vw;
  }
  .second__section p {
    font-size: 2.7vw;
    line-height: 1.15;
  }
  .second__section .container {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .second__section .container .box {
    width: 100%;
    margin-top: 0;
  }
  .second__section .container .box img {
    width: 68%;
  }
  .second__section .container .box p {
    font-size: 2.7vw;
    margin-top: 0.2vw;
    line-height: 1.2;
  }
  .second__section .container .box:nth-child(1) {
    margin-top: 10.5vw;
  }
  .second__section .container .box:nth-child(2) {
    order: -1;
    margin-top: 8.8vw;
  }
  .second__section .container .box:nth-child(3) {
    margin-top: 3.6vw;
  }
  .second__section .container .box:nth-child(4) {
    margin-top: 2.5vw;
  }
  .second__section .container .box:nth-child(5) {
    margin-top: 2.5vw;
  }
  .second__section .container .box:nth-child(6) {
    margin-top: 2.5vw;
  }
  .third__section {
    margin-top: 8vw;
  }
  .third__section .napis__desktop {
    display: none;
  }
  .third__section .napis__mobile {
    display: flex;
    margin: auto;
    margin-top: 7vw;
    width: 66%;
  }
  .form__section {
    margin-top: 39.5vw;
  }
  .form__section p {
    font-size: 5.6vw;
    margin-top: 3.9vw;
  }
  .form__section #formularz {
    width: 72%;
    margin-top: 11.5vw;
  }
  .form__section textarea {
    height: 46vw;
    border-radius: 10px;
    margin-bottom: 0;
  }
  .form__section .textarea__container p {
    font-size: 2vw;
  }
  .form__section .textarea__container .odp__placeholder {
    left: 4%;
  }
  .form__section .textarea__container .counter {
    right: 4%;
  }
  .form__section input:not([type=checkbox]) {
    width: 93%;
    padding: 2% 4%;
    margin-bottom: 2vw;
    border-radius: 10px;
  }
  .form__section input::-moz-placeholder, .form__section textarea::-moz-placeholder {
    font-size: 2.4vw;
  }
  .form__section input:not([type=checkbox]), .form__section textarea,
  .form__section input::placeholder, .form__section textarea::placeholder {
    font-size: 2.4vw;
  }
  .form__section input[type=checkbox] + label {
    background-size: 3vw;
    padding-left: 5.5%;
    font-size: 2.5vw;
    height: auto;
    margin-top: 1vw;
  }
  .form__section a, .form__section p {
    font-size: 2.5vw;
  }
  .form__section p {
    margin-bottom: 1.5vw;
  }
  footer img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .break-mobile {
    display: block;
  }
  .break-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .break-mobile {
    display: none;
  }
  .break-desktop {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */