.bg-hero {
  width: 100%;
  /* max-height: 800px; */
  background-image: url(https://cdn-prod.neonet.pl/richcontent/651892/img/img_hero.bd0dbc81.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.hero {
  width: 45%;
  height: auto;
  flex-direction: column;
}

.hero h1 {
  font-family: "Baloo Thambi 2", cursive;
  font-size: 65px;
  color: #faa333;
  line-height: 90%;
  width: 100%;
  margin-top: 100px;
}

.flex.hero {
  align-items: flex-start;
}

.hero-icons {
  margin-bottom: 100px;
}

.hero p {
  margin-top: 30px;
  /* margin-bottom: 75%; */
  padding-top: 30px;
  /* padding-right: 60%; */
  font-weight: 400;
  position: relative;
  font-size: 25px;
  line-height: 110%;
}

.hero p::before {
  content: "";
  position: absolute;
  background: rgb(231, 173, 11);
  width: 120px;
  height: 3px;
  left: 0;
  top: 0;
}

.slogan-hero {
  font-family: "Baloo Thambi 2", cursive;
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  color: #faa333;
  line-height: 100%;
  padding: 35px 0;
}

/* p.slogan-hero {
  margin-top: 70%;
} */
@media screen and (max-width: 980px) {

  .bg-hero {
    background-position: top;
  }

  .hero {
    width: 100%;
  }

  .hero p {
    margin-top: 200px;
  }

}

@media screen and (max-width: 780px) {
  .bg-hero {
    /* height: auto; */
    /* max-height: 70vh; */
    background-size: 150%;
    background-position: center;
    background-position-y: 30px;
  }

  .hero p {
    margin-top: 30px;
    margin-bottom: 10%;
    padding-top: 30px;
    padding-right: 0;
    position: relative;
  }

  .hero h1 {
    margin-top: 600px;

  }

  .slogan-hero {
    font-family: "Baloo Thambi 2", cursive;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
    color: #faa333;
    line-height: 100%;
  }
}


@media screen and (max-width: 680px) {
  .hero h1 {
    margin-top: 600px;
    font-size: 45px;
  }

  .slogan-hero {
    margin-top: 50px;
    font-size: 30px;
    line-height: 100%;
  }
}

@media screen and (max-width: 580px) {
  .hero h1 {
    margin-top: 500px;
    font-size: 45px;
  }

  .slogan-hero {
    margin-top: 5px;
    font-size: 30px;
    line-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .bg-hero {
    /* height: auto; */
    background-size: 200%;
    background-position-x: center;
    /* background-position-y: 30px; */
  }

  .hero p {
    margin-top: 30px;
    margin-bottom: 10%;
    padding-top: 30px;
    padding-right: 0;
    position: relative;
    font-size: 16px;
  }

  .hero h1 {
    margin-top: 600px;
    font-size: 45px;
  }

  .slogan-hero {
    margin-top: 0;
    font-size: 30px;
    line-height: 100%;
  }
}

@media screen and (max-width: 380px) {
  .bg-hero {
    /* height: auto; */
    background-size: 200%;
    background-position-x: center;
    /* background-position-y: 30px; */
  }

  .hero p {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-right: 0;
    position: relative;
    font-size: 16px;
  }

  .hero h1 {
    margin-top: 450px;
    font-size: 45px;
  }
}
.container-img {
    position: relative;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.wrapper-content {
    border-left: #ff7631 1px solid;
    padding: 0 100px;
    position: relative;
}

.wrapper-content:nth-last-child(2) {
    border-left: none;
}

.wrapper-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: -44px;
    background: url(https://cdn-prod.neonet.pl/richcontent/651892/img/round_img.88470a65.svg) no-repeat;
    width: 88px;
    height: 88px;
    z-index: 100;
}

.relative {
    position: relative;
    z-index: -100;
}

.img1 {
    width: 100%;
    height: 100px;
}

.img2 {
    width: 100%;
    height: 100px;
}

.img3 {
    width: 55%;
    height: 100px;
}

.img5 {
    width: 65%;
    height: 100px;
    padding-bottom: 250px;
}

.img6 {
    width: 100%;
    height: 100px;
}

.img8 {
    width: 100%;
    max-width: 1800px;
    height: 100px;
}

.relative img {
    position: absolute;
    z-index: -1000;
}

.relative.img1 img {
    width: 95%;
    bottom: -50px;
    right: -500px;
}

.relative.img2 img {
    width: 65%;
    bottom: -50px;
    left: -20%;
}

.relative.img3 img {
    width: 100%;
    bottom: -100px;
    left: -25%;
}

.relative.img5 img {
    /* width: 100%; */
    bottom: 20px;
    left: -25%;
}

.relative.img6 img {
    width: 100%;
    bottom: -50px;
    left: 50%;
}

.relative.img8 img {
    width: 800px;
    bottom: 0;
    right: -200px;
}

.right {
    text-align: right;
}

.content-box {
    position: relative;
    width: 50%;
}

.box.content-box h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 3px;
    background: #ff7631;
}

.sterring {
    border-left: #ff7631 1px solid;

}

.sterring img {
    margin: 100px 0;
    z-index: -1000;
}

.tlo_img3 {
    background-image: url(https://cdn-prod.neonet.pl/richcontent/651892/img/tlo_img4.841da012.jpg);
    background-repeat: no-repeat;
}

.slogan-bottom {
    font-family: "Baloo Thambi 2", cursive;
    text-align: right;
    line-height: 100%;
}

.why h3 {
    padding-bottom: 5px;
    font-size: 24px;
}

.why p {
    padding-bottom: 2px;
    margin: 0;
}

.technical p {
    color: #ff7631;
    text-align: center;
}

.technical h2 {
    text-align: center;
    color: #000000;
    font-weight: 300;
}

table {
    /* border: solid #ff7631 1px; */
    margin: 0 auto;
}

td {
    padding: 5px 10px 0 5px;
}

td:first-child {
    text-align: right;

}

.slogan-content {
    text-align: right;
    font-size: 35px;
    text-transform: uppercase;
    color: #000000;
    line-height: 100%;
}

.footer {
    position: relative;
}

.bg-footer {
    background-image: url(https://cdn-prod.neonet.pl/richcontent/651892/img/tlo_footer.3a538211.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    /* top: -150px; */
    /* right: 0;     */
    bottom: -100px;
    z-index: -100;
    /* display: flex;
    justify-content: center; */

}

.flare {
    background: none;

    width: 300px;
    height: 30px;
    border: none;
}

.footer-logo {
    display: flex;
    justify-content: end;
    padding: 15px;
}

button {
    border: none;
    background: linear-gradient(to top, #e06c0d, #f5af19);
    /* color: #ffffff; */
    padding: 25px;
    font-size: 25px;
    border-radius: 25px;

}

@media screen and (max-width: 1024px) {

    .relative.img1 img {
        width: 100%;
        bottom: 100px;
        left: 400px;
    }

    .relative.img2 img {
        width: 100%;
        bottom: 0;
        left: -400px;
    }

    .relative.img3 img {
        width: 125%;
        bottom: 100px;
        left: -180px;
    }

    .relative.img5 img {
        width: 100%;
        bottom: 100px;
        left: -100px;
    }

    .relative.img6 img {
        width: 150%;
        bottom: 0;
        left: 300px;
    }

    .relative.img8 img {
        width: 80%;
        bottom: -20px;
        left: 400px;
    }


}

@media screen and (max-width: 980px) {

    .relative.img1 img {
        width: 100%;
        bottom: 100px;
        left: 400px;
    }

    .relative.img2 img {
        width: 100%;
        bottom: 0;
        left: -400px;
    }

    .relative.img3 img {
        width: 125%;
        bottom: 100px;
        left: -180px;
    }

    .relative.img5 img {
        width: 100%;
        bottom: 100px;
        left: -100px;
    }

    .relative.img6 img {
        width: 150%;
        bottom: 0;
        left: 300px;
    }

    .relative.img8 img {
        width: 80%;
        bottom: -20px;
        left: 400px;
    }


}

@media screen and (max-width: 720px) {
    .box.content-box h2 {
        font-size: 24px;
        line-height: 100%;
    }

    .flex {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .content-box {
        width: 100%;
        margin: 0 25px 25px 25px;
    }

    .img1 {
        height: 400px;
    }

    .img2 {
        height: 350px;
    }

    .img3 {
        height: 400px;
    }

    .img5 {
        height: 350px;
    }

    .img6 {
        height: 350px;
    }

    .img8 {
        height: 500px;
    }

    .relative.img1 img {
        width: 100%;
        bottom: 50px;
        left: 0;
    }

    .relative.img2 img {
        width: 100%;
        bottom: -50px;
        left: 0;
    }

    .relative.img3 img {
        width: 100%;
        bottom: 20px;
        left: 0;
    }

    .relative.img5 img {
        width: 150%;
        bottom: 20px;
        left: 0;
    }

    .relative.img6 img {
        width: 200%;
        bottom: -125px;
        left: 0;
    }

    .relative.img8 img {
        width: 100%;
        bottom: -20px;
        left: 0;
    }
}

@media screen and (max-width: 650px) {

    .relative.img2 img {
        bottom: 40px;
        left: 0;
    }

    .relative.img3 img {
        width: 180%;
        bottom: 20px;
        left: -20%;
    }

}

@media screen and (max-width: 480px) {

    .container-img img {
        top: 0;
        left: 0;
        width: 957px;
    }

    .content-box {
        width: 100%;
    }

    .flex {
        flex-direction: column;
        flex-wrap: wrap;
    }

    p {
        padding: 0 25px;
    }

    .wrapper-content::after {
        left: -22px;
        background: url(https://cdn-prod.neonet.pl/richcontent/651892/img/round_img.88470a65.svg) no-repeat;
        background-size: contain;
        width: 88px;
        height: 88px;
        z-index: 100;
    }

    .box.content-box h2 {
        line-height: 100%;
    }

    .box.content-box h2::before {
        left: 20px;
    }

    .wrapper-content::after {
        width: 44px;
        height: 44px;
    }

    .relative.img3 img {
        width: 150%;
        bottom: 20px;
        left: 0;
    }

    .relative.img6 img {
        width: 200%;
        bottom: -100px;
        left: 0;
    }
}


@media screen and (max-width: 1024px) {

    /* .container-img img {
        top: -50px;
        left: 35%;
        width: 125%;
    } */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid #757474; */
}

img {
  width: 100%;
}

body {
  font-family: "Prompt", sans-serif;
}

.box {
  width: 100%;
  max-width: 640px;
}

.display {
  display: none;
}

.container {
  width: 100%;
  padding: 0 15px;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}

.flex {
  display: flex;
  align-items: center;
}

.end {
  flex-direction: row-reverse;
}

.logo {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin-top: 60px;
}

h2 {
  font-size: 34px;
  text-transform: uppercase;
  color: #ff7631;
  padding: 36px 0 46px 0;
}

p {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .container {
    padding-left: 0;
  }

  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    width: 100px;
    margin: 0 auto;
    height: auto;
    margin-top: 10px;
  }

  p {
    font-size: 14px;
    padding-bottom: 30px;
  }

  h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #ff7631;
    padding: 36px 0 46px 20px;
  }
}

@media screen and (max-width: 750px) {
  .container {
    padding: 10px;
  }

  h1 {
    margin-top: 800px
  }

  .logo {
    width: 150px;
    /* margin: 0 auto; */
    height: auto;
    /* margin-top: 10px; */
  }

  p {
    font-size: 16px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 30px;
  }
}

/*# sourceMappingURL=../style.114bf045.css.map */