.landing-page {
  font-family: "proxima-nova", sans-serif;
  margin: auto;
  font-size: 17px;
  color: #677379;
  position: relative;
  background-color: #f7f7f7;
}

@-webkit-keyframes halo-effect {
  from {
    -webkit-box-shadow: 0px 0px 0px 8px #f9cdd0;
            box-shadow: 0px 0px 0px 8px #f9cdd0;
  }
  to {
    -webkit-box-shadow: 0px 0px 0px 2px #f9cdd0;
            box-shadow: 0px 0px 0px 2px #f9cdd0;
  }
}

@keyframes halo-effect {
  from {
    -webkit-box-shadow: 0px 0px 0px 8px #f9cdd0;
            box-shadow: 0px 0px 0px 8px #f9cdd0;
  }
  to {
    -webkit-box-shadow: 0px 0px 0px 2px #f9cdd0;
            box-shadow: 0px 0px 0px 2px #f9cdd0;
  }
}

.landing-page .lp-bg-element {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  height: 600px;
  width: 300px;
}

.landing-page #lp-bg-element-1 {
  top: 700px;
  right: 0;
  background-image: url("https://cdn-prod.neonet.pl/richcontent/1459755/img/el1.png");
  z-index: 1;
}

.landing-page #lp-bg-element-2 {
  top: 100px;
  background-image: url("https://cdn-prod.neonet.pl/richcontent/1459755/img/el1.png");
  z-index: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.landing-page .lp-content {
  position: relative;
  z-index: 2;
  padding-top: 30px;
}

.landing-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.landing-page h1 {
  font-weight: bold;
  font-size: 50px;
  margin: 0;
}

.landing-page h2 {
  font-weight: bold;
  font-size: 50px;
  text-align: center;
}

.landing-page h3 {
  font-weight: bold;
  font-size: 40px;
  margin: 0 0 15px 0;
}

.landing-page h4 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 0 10px 0;
}

.landing-page h5 {
  font-weight: bold;
  font-size: 40px;
  margin: 0 0 30px 0;
}

.landing-page img {
  display: block;
  width: 100%;
}

.landing-page a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.landing-page .header .txt-wrapper {
  width: 35%;
  margin: 0 1% 0 14%;
}

.landing-page .header .header-txt-container .logo {
  width: 60px;
  margin-bottom: 15px;
}

.landing-page .header .header-txt-container .header-txt-1 {
  text-transform: uppercase;
}

.landing-page .header .header-txt-container .header-txt-1 span {
  font-weight: 700;
}

.landing-page .header .header-txt-container .header-txt-2 {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
}

.landing-page .img-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.landing-page .img-section .img,
.landing-page .img-section .txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.landing-page .img-section .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.landing-page .img-section .txt .txt-wrapper {
  padding: 5%;
  height: 100%;
}

.landing-page .btn {
  cursor: pointer;
  display: inline-block;
  color: #ff444f;
  background-color: #f7f7f7;
  padding: 10px 25px;
  margin: 30px auto;
  text-transform: uppercase;
  text-align: center;
  border-radius: 100px;
  border: 2px #ff444f solid;
  line-height: 30px;
  font-size: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}

.landing-page .btn-wrapper {
  padding: 0 10px;
}

.landing-page .btn:hover {
  color: #f7f7f7;
  background-color: #ff444f;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.landing-page .sec-child {
  width: 100%;
}

.landing-page .img-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.landing-page section {
  position: relative;
}

.landing-page section .scroll-marker {
  position: absolute;
  top: -128px;
}

.landing-page .features-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.landing-page .features-section .feature-container {
  margin: 20px;
  width: 120px;
  text-align: center;
}

.landing-page .features-section .feature-container .feature-link .feature-img-container {
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e30613;
  border-radius: 100px;
  width: 80px;
  height: 80px;
}

.landing-page .features-section .feature-container .feature-link:hover .feature-img-container {
  animation: halo-effect 0.7s infinite alternate-reverse ease-in-out;
}

.landing-page .features-section .feature-container .feature-link:hover .feature-img-container .feature-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.landing-page .features-section .feature-container .feature-link .feature-img {
  width: 55px;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.landing-page .features-section .feature-container .feature-link .feature-desc {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
}

.landing-page .counter-list {
  list-style: none;
  padding: 0;
  counter-reset: my-counter;
}

.landing-page .counter-list li {
  counter-increment: my-counter;
  padding-left: 50px;
  position: relative;
  min-height: 50px;
}

.landing-page .counter-list li::before {
  content: counter(my-counter) "";
  position: absolute;
  left: 0;
  top: -5px;
  color: #fff;
  background-color: #e30613;
  -webkit-box-shadow: 0px 0px 0px 4px #f9cdd0;
          box-shadow: 0px 0px 0px 4px #f9cdd0;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
}

.landing-page #lp-sec-1 {
  margin-bottom: 100px;
}

.landing-page #lp-sec-1 .img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing-page #lp-sec-1 .img img {
  max-width: 400px;
}

@media (min-width: 769px) {
  .landing-page .img-section .txt .txt-wrapper {
    max-width: 500px;
  }
  .landing-page #lp-sec-1 .img {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .landing-page #lp-sec-1 .img img {
    width: 75%;
    margin-right: 40px;
  }
  .landing-page .sec-child {
    width: 50%;
  }
  .landing-page .img-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .landing-page .img-section.sec-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .landing-page .img-section.sec-reverse .txt {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .landing-page .d-desktop {
    display: block;
  }
}

.landing-page .img-disp-mobile {
  display: none;
}

@media (max-width: 768px) {
  .landing-page .img-disp-desktop {
    display: none;
  }
  .landing-page .img-disp-mobile {
    display: block;
  }
  .landing-page .header {
    background-size: 50%;
  }
  .landing-page .lp-bg-element {
    display: none;
  }
  .landing-page .header .txt-wrapper {
    width: 100%;
    margin: auto;
    padding: 0 10px;
  }
  .landing-page .header .header-txt-container {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .landing-page .header .header-txt-container .logo {
    display: inline-block;
    margin-top: 40px;
  }
}

.img-section.footer {
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.img-section.footer .sec-child,
.img-section.footer .txt-wrapper {
  width: 100%;
}

.img-section.footer .txt .txt-wrapper {
  max-width: 100%;
}
/*# sourceMappingURL=https://cdn-prod.neonet.pl/richcontent/1459755/style/style.css.map */