/* line 1, ../scss/_layout.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 8, ../scss/_layout.scss */
body, textarea, button, select, input {
  font-family: "Gotham-Book", sans-serif;
}

/* line 26, ../scss/_layout.scss */
.debug {
  background: url(../images/debug/desktop_on.jpg) no-repeat center top;
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  /* line 26, ../scss/_layout.scss */
  .debug {
    background: url(../images/debug/mobile_on.jpg) no-repeat center top;
  }
}

/* line 34, ../scss/_layout.scss */
.container {
  max-width: 1440px;
  margin: 0 auto;
}

@font-face {
  font-family: "Gotham-Book";
  src: url(/fonts/GOTHAM-Book.ttf) format('truetype');
}
@font-face {
  font-family: "Gotham-Light_Italic";
  src: url(/fonts/GOTHAM-Light_Italic.ttf) format('truetype');
}
@font-face {
  font-family: "Gotham-Light";
  src: url(/fonts/GOTHAM-Light.ttf) format('truetype');
}
@font-face {
  font-family: "Gotham-Medium";
  src: url(/fonts/GOTHAM-Medium.ttf) format('truetype');
}
/* line 15, ../scss/_fonts.scss */
body, textarea, button, select, input {
  font-family: "Gotham-Book", sans-serif;
}

/* line 1, ../scss/_btn.scss */
.btn-orange {
  padding: 27px 75px;
  border-radius: 50px;
  background-color: #ffba01;
  position: relative;
  color: #fff !important;
  font-size: 24px;
  margin-bottom: 30px;
}
/* line 9, ../scss/_btn.scss */
.btn-orange:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  /* line 1, ../scss/_btn.scss */
  .btn-orange {
    padding: 15px 60px 15px 60px;
    font-size: 14px;
  }
}

/* line 1, ../scss/_nav.scss */
.nav__items.container {
  max-width: 1320px;
}

/* line 5, ../scss/_nav.scss */
.nav {
  position: relative;
}
/* line 7, ../scss/_nav.scss */
.nav__video {
  position: relative;
}
/* line 10, ../scss/_nav.scss */
.nav__video-arrow {
  background: url(../images/arrow-down.png) no-repeat center center;
  height: 31px;
  width: 58px;
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  /* line 10, ../scss/_nav.scss */
  .nav__video-arrow {
    width: 23px;
  }
}
/* line 24, ../scss/_nav.scss */
.nav__bg {
  background: linear-gradient(180deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  width: auto;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 992px) {
  /* line 24, ../scss/_nav.scss */
  .nav__bg {
    width: auto;
    height: 90px;
  }
}
/* line 41, ../scss/_nav.scss */
.nav__items {
  height: 120px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  /* line 41, ../scss/_nav.scss */
  .nav__items {
    height: 70px;
  }
}
/* line 50, ../scss/_nav.scss */
.nav__items a {
  align-self: center;
}
/* line 54, ../scss/_nav.scss */
.nav__items a:hover {
  color: #eee;
}
/* line 59, ../scss/_nav.scss */
.nav__items .page__logo img {
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 992px) {
  /* line 59, ../scss/_nav.scss */
  .nav__items .page__logo img {
    height: 42px;
  }
}
/* line 67, ../scss/_nav.scss */
.nav__social {
  display: flex;
}
/* line 69, ../scss/_nav.scss */
.nav__social a {
  align-self: center;
  margin: 0 6px;
}

/* line 1, ../scss/_modal.scss */
.btn-play {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/play.svg) no-repeat center center;
  width: 400px;
  height: 400px;
  outline: none;
  border: none;
}
@media screen and (max-width: 992px) {
  /* line 1, ../scss/_modal.scss */
  .btn-play {
    width: 200px;
    height: 200px;
    top: 75%;
  }
}
/* line 16, ../scss/_modal.scss */
.btn-play:focus, .btn-play:visited {
  outline: none;
}

/* line 21, ../scss/_modal.scss */
.modal-dialog-bonito {
  max-width: 1080px !important;
}

/* line 26, ../scss/_modal.scss */
.modal-body {
  position: relative;
  padding: 0px;
}
/* line 29, ../scss/_modal.scss */
.modal-body--no-padding {
  padding: 0 !important;
}

/* line 47, ../scss/_modal.scss */
.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff !important;
  opacity: 1;
}

/* line 1, ../scss/_footer.scss */
.footer__items.container {
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  /* line 1, ../scss/_footer.scss */
  .footer__items.container {
    justify-content: center;
  }
}

/* line 11, ../scss/_footer.scss */
.footer__items {
  display: flex;
  justify-content: space-between;
  height: 138px;
}
/* line 15, ../scss/_footer.scss */
.footer__items a {
  align-self: center;
}
@media screen and (max-width: 992px) {
  /* line 11, ../scss/_footer.scss */
  .footer__items {
    height: 254px;
  }
}
/* line 22, ../scss/_footer.scss */
.footer__links {
  display: flex;
  align-items: center;
}
/* line 26, ../scss/_footer.scss */
.footer__links a {
  padding: 0 10px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  /* line 26, ../scss/_footer.scss */
  .footer__links a {
    padding: 0 5px;
  }
}
/* line 33, ../scss/_footer.scss */
.footer__links a:hover {
  color: #bcbdbd;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  /* line 22, ../scss/_footer.scss */
  .footer__links {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    align-self: center;
  }
}
/* line 46, ../scss/_footer.scss */
.footer__terms br {
  display: none;
}
@media screen and (max-width: 992px) {
  /* line 46, ../scss/_footer.scss */
  .footer__terms br {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  /* line 45, ../scss/_footer.scss */
  .footer__terms {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 992px) {
  /* line 56, ../scss/_footer.scss */
  .footer__social {
    display: inline;
  }
}

/* line 11, ../scss/style.scss */
.s1 {
  padding: 60px 0 53px;
}
@media screen and (max-width: 992px) {
  /* line 11, ../scss/style.scss */
  .s1 {
    padding: 28px 0 0;
  }
}
/* line 16, ../scss/style.scss */
.s1__hide-1, .s1__hide-2 {
  display: none;
}
/* line 19, ../scss/style.scss */
.s1__hide-1.active, .s1__hide-2.active {
  display: block;
}
/* line 23, ../scss/style.scss */
.s1__header {
  margin-bottom: 18px;
  background: url("../images/uniwersalna_potrzeba.png") no-repeat center top;
  width: auto;
  height: 87px;
}
@media screen and (max-width: 992px) {
  /* line 23, ../scss/style.scss */
  .s1__header {
    background: url("../images/uniwersalna_potrzeba-mob.png") no-repeat center top;
    height: 64px;
  }
}
/* line 34, ../scss/style.scss */
.s1__numbers {
  display: flex;
  justify-content: center;
}
/* line 37, ../scss/style.scss */
.s1__numbers img {
  padding: 0 20px;
}
/* line 41, ../scss/style.scss */
.s1__txt {
  margin-bottom: 35px;
}
@media screen and (max-width: 992px) {
  /* line 41, ../scss/style.scss */
  .s1__txt {
    font-size: 13px;
  }
}
/* line 50, ../scss/style.scss */
.s1__img-1 img {
  margin-bottom: 80px;
  background: url("../images/sun_home.png") no-repeat center top;
  width: auto;
  height: 138px;
}
@media screen and (max-width: 992px) {
  /* line 50, ../scss/style.scss */
  .s1__img-1 img {
    background-size: contain;
    height: 107px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 992px) {
  /* line 65, ../scss/style.scss */
  .s1__img-1 p {
    font-size: 13px;
  }
}
/* line 71, ../scss/style.scss */
.s1__img-2 {
  margin: 80px 0 20px;
  background: url("../images/jak_powstaja.png") no-repeat center top;
  width: auto;
  height: 87px;
}
@media screen and (max-width: 992px) {
  /* line 71, ../scss/style.scss */
  .s1__img-2 {
    background: url("../images/jak_powstaja-mob.png") no-repeat center top;
    height: 40px;
    margin: 40px 0 20px;
  }
}
/* line 82, ../scss/style.scss */
.s1__img-3 {
  margin-top: 55px;
  margin-bottom: 64px;
  background: url("../images/ico_tekst_desktop.png") no-repeat center top;
  width: auto;
  height: 236px;
}
@media screen and (max-width: 992px) {
  /* line 82, ../scss/style.scss */
  .s1__img-3 {
    background: url("../images/ico-tekst-mob.png") no-repeat center top;
    height: 453px;
    margin-top: 48px;
    margin-bottom: 42px;
  }
}
/* line 95, ../scss/style.scss */
.s1__img-4 {
  margin-bottom: 48px;
  background: url("../images/Metodologia_testowania.png") no-repeat center top;
  width: auto;
  height: 174px;
}
@media screen and (max-width: 992px) {
  /* line 95, ../scss/style.scss */
  .s1__img-4 {
    background: url("../images/metodologia_testowania-mob.png") no-repeat center top;
    height: 850px;
  }
}
/* line 105, ../scss/style.scss */
.s1__numbers {
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  /* line 105, ../scss/style.scss */
  .s1__numbers {
    display: none;
  }
}

/* line 113, ../scss/style.scss */
.s2 {
  padding-bottom: 94px;
}
@media screen and (max-width: 992px) {
  /* line 113, ../scss/style.scss */
  .s2 {
    padding-bottom: 20px;
    margin-top: 20px;
  }
}
/* line 125, ../scss/style.scss */
.s2__img {
  background: url("../images/blonde_najlepsza.jpg") no-repeat center top;
  width: auto;
  height: 705px;
  background-size: contain;
}
@media screen and (max-width: 1279px) {
  /* line 125, ../scss/style.scss */
  .s2__img {
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  /* line 125, ../scss/style.scss */
  .s2__img {
    background: url("../images/blonde_najlepsza-mob.png") no-repeat center top;
    height: 530px;
  }
}

/* line 140, ../scss/style.scss */
.s3__txt {
  background: url("../images/zobacz_video.png") no-repeat center top;
  width: auto;
  height: 33px;
}
@media screen and (max-width: 992px) {
  /* line 140, ../scss/style.scss */
  .s3__txt {
    background: url("../images/zobacz_video-mob.png") no-repeat center top;
    height: 29px;
  }
}
/* line 149, ../scss/style.scss */
.s3__video {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  /* line 149, ../scss/style.scss */
  .s3__video {
    margin-top: 28px;
  }
}

/* line 167, ../scss/style.scss */
.s4 {
  padding-bottom: 83px;
}
@media screen and (max-width: 992px) {
  /* line 167, ../scss/style.scss */
  .s4 {
    padding-bottom: 33px;
  }
}
/* line 172, ../scss/style.scss */
.s4__img {
  background: url("../images/8_ikony.png") no-repeat center top;
  width: auto;
  height: 1555px;
}
@media screen and (max-width: 992px) {
  /* line 172, ../scss/style.scss */
  .s4__img {
    background: url("../images/8_ikony-mob.png") no-repeat center top #091837;
    height: 2694px;
  }
}

/* line 182, ../scss/style.scss */
.s5 {
  padding-bottom: 113px;
}
@media screen and (max-width: 992px) {
  /* line 182, ../scss/style.scss */
  .s5 {
    padding-bottom: 54px;
  }
}
/* line 187, ../scss/style.scss */
.s5__img {
  background: url("../images/udowodnione_desktop.png") no-repeat center top;
  width: auto;
  height: 397px;
}
@media screen and (max-width: 992px) {
  /* line 187, ../scss/style.scss */
  .s5__img {
    background: url("../images/udowodnione-mob.png") no-repeat center top;
    height: 601px;
  }
}

/* line 197, ../scss/style.scss */
.s6 {
  position: relative;
  margin: 0 30px 38px;
}
/* line 200, ../scss/style.scss */
.s6__img-1 {
  background: url("../images/przelomowa.png") no-repeat center top;
  width: auto;
  height: 87px;
  margin: 0 20px 18px;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  /* line 200, ../scss/style.scss */
  .s6__img-1 {
    background: url("../images/przelomowa-mob.png") no-repeat center top;
    height: 64px;
  }
}
/* line 212, ../scss/style.scss */
.s6__txt {
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  /* line 212, ../scss/style.scss */
  .s6__txt {
    font-size: 13px;
    margin-bottom: 0;
  }
}
/* line 218, ../scss/style.scss */
.s6__txt--white-header {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 225, ../scss/style.scss */
.s6__txt--white {
  color: #fff;
}
/* line 228, ../scss/style.scss */
.s6__txt ul {
  list-style-type: none;
}
/* line 232, ../scss/style.scss */
.s6__img-2 {
  background: url("../images/rewolucyjna_blank.jpg") no-repeat center top;
  width: auto;
  height: 446px;
  margin-bottom: 40px;
  padding-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  /* line 232, ../scss/style.scss */
  .s6__img-2 {
    background: url("../images/rewolucyjna_blank-mob.png") no-repeat center top #223468;
    height: 420px;
    padding-top: 20px;
  }
}
/* line 244, ../scss/style.scss */
.s6__img-2.active {
  height: 1588px;
}
/* line 248, ../scss/style.scss */
.s6__gradient--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(transparent 0%, #223468 100%);
}
/* line 256, ../scss/style.scss */
.s6 .btn-3 {
  position: absolute;
  bottom: 65px;
  transform: translateX(-50%);
}

/* line 265, ../scss/style.scss */
.s7 {
  padding-bottom: 85px;
}
@media screen and (max-width: 992px) {
  /* line 265, ../scss/style.scss */
  .s7 {
    padding-bottom: 100px;
  }
}
/* line 270, ../scss/style.scss */
.s7__img {
  background: url("../images/uwielbiany_desktop.png") no-repeat center top;
  width: auto;
  height: 447px;
}
@media screen and (max-width: 992px) {
  /* line 270, ../scss/style.scss */
  .s7__img {
    background: url("../images/uwielbiany-mob.png") no-repeat center top;
    height: 338px;
  }
}

/* line 280, ../scss/style.scss */
.s8 {
  padding-bottom: 78px;
}
/* line 282, ../scss/style.scss */
.s8__img {
  background: url("../images/zobacz-wszsytkie_kolory.png") no-repeat center top;
  width: auto;
  height: 893px;
}
@media screen and (max-width: 992px) {
  /* line 282, ../scss/style.scss */
  .s8__img {
    background: url("../images/zobacz_wszystkie-mob.png") no-repeat center top;
    height: 1606px;
  }
}

/* line 293, ../scss/style.scss */
.s9 {
  position: relative;
}
/* line 296, ../scss/style.scss */
.s9__img-1 {
  background: url("../images/partnerzy.png") no-repeat center top;
  width: auto;
  height: 176px;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  /* line 296, ../scss/style.scss */
  .s9__img-1 {
    background: url("../images/partnerzy-mob.png") no-repeat center top;
    height: 106px;
    margin-bottom: 20px;
  }
}
/* line 307, ../scss/style.scss */
.s9__img-2 {
  background: url("../images/mail.png") no-repeat center top;
  width: auto;
  height: 300px;
}
@media screen and (max-width: 992px) {
  /* line 307, ../scss/style.scss */
  .s9__img-2 {
    background: url("../images/mail-mob.png") no-repeat center top #091837;
    height: 151px;
  }
}
/* line 316, ../scss/style.scss */
.s9 a.mail {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  height: 45px;
}
@media screen and (max-width: 992px) {
  /* line 316, ../scss/style.scss */
  .s9 a.mail {
    bottom: 38px;
    height: 25px;
  }
}
/* line 326, ../scss/style.scss */
.s9 a.mail:hover {
  cursor: pointer;
}

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