body,
html {
  font-family: 'Nunito', sans-serif;
  letter-spacing: -0.36px;
}

a {
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}

a:hover {
  text-decoration: none;
}

p,
b,
a {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
}

p {
  color: #ffffff;
  font-weight: 300;
}

b {
  font-weight: 700;
}

.wrapper {
  font-family: 'Nunito', sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  max-width: 1140px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
  margin: auto auto;
  position: relative;
}

#top {
  position: relative;
}

@media all and (max-width: 767px) {
  #top {
    margin-bottom: 220px;
    text-align: center;
  }
}

#top .caption {
  position: absolute;
  z-index: 2;
  left: 25px;
  top: 280px;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  #top .caption {
    top: 170px;
    left: 45px;
  }
}

@media all and (max-width: 767px) {
  #top .caption {
    width: 100%;
    left: auto;
  }
}

#top .caption p {
  color: #000;
  font-size: 32px;
  font-weight: 200;
  line-height: 44px;
  margin-bottom: 35px;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  #top .caption p {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 767px) {
  #top .caption p {
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 15px;
  }
}

#top .caption b {
  color: #2f489a;
  font-size: 46px;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  #top .caption b {
    font-size: 36px;
  }
}

#steps h2 {
  margin-bottom: 35px;
}

#steps p,
#steps b {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

#steps b {
  font-weight: 600;
}

#steps img {
  margin-bottom: 25px;
}

@media all and (max-width: 767px) {
  #steps img {
    margin-top: 25px;
    margin-bottom: 5px;
  }
}

#konkurs {
  margin: 55px 0px;
  position: relative;
  height: 560px;
  background-image: url(../images/konkurs-bg.png);
  background-size: cover;
  padding: 35px 0px;
  text-align: center;
}

#konkurs .caption {
  z-index: 2;
  position: absolute;
  bottom: 55px;
  left: 0px;
  right: 0px;
  margin: auto auto;
}

#konkurs .caption .btn {
  margin-top: 15px;
}

#konkurs .caption p {
  color: #000;
  font-size: 28px;
}

#konkurs .caption b {
  color: #2f489a;
  font-weight: 600;
}

#konkurs h2 {
  color: #2f489a;
  font-size: 28px;
  font-weight: 400;
}

#produkty .with-text {
  padding: 0px 55px;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  #produkty .with-text {
    margin-bottom: 35px;
  }
}

#produkty .text-margin {
  margin-left: 55px;
}

@media all and (max-width: 991px) {
  #produkty .text-margin {
    margin-left: 0px;
  }
}

#produkty .inner {
  height: 500px;
  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;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  #produkty .inner {
    height: auto;
  }
}

@media all and (max-width: 767px) {
  #produkty .inner {
    display: block;
    height: auto;
    margin-bottom: 35px;
  }
}

#produkty .inner ul {
  list-style-type: none;
}

#produkty .inner ul li {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  margin: 5px 0px;
  position: relative;
}

#produkty .inner ul li:after {
  width: 13px;
  height: 11px;
  background-image: url(../images/tick.png);
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto auto;
  left: -25px;
}

#produkty .inner .cash {
  position: absolute;
  top: -25px;
  right: 50px;
  z-index: 2;
}

@media all and (max-width: 767px) {
  #produkty .inner .cash {
    left: 0px;
    right: 0px;
    margin: auto auto;
  }
}

#produkty .inner img {
  width: 100%;
  padding: 55px;
  position: relative;
}

@media all and (max-width: 767px) {
  #produkty .inner img {
    padding: 15px 55px;
    margin-top: 55px;
  }
}

#produkty .inner p.nazwa {
  color: #2f489a;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
}

#produkty .inner p.cena {
  font-size: 24px;
  color: #2f489a;
  font-weight: 700;
}

#produkty .inner p.rata {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

#produkty .inner .btn__top {
  max-width: 160px;
  margin-top: 15px;
}

#bar {
  background-color: #2f489a;
  padding: 35px 0px;
}

@media all and (max-width: 767px) {
  #bar {
    display: none;
  }
}

.cash {
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  border-radius: 35px;
  padding: 8px 25px;
  max-width: 120px;
  text-align: center;
  margin-top: 10px;
}

#kod {
  padding: 55px 0px;
}

@media all and (max-width: 767px) {
  #kod {
    padding: 15px 0px;
  }
}

#kod p {
  color: #000;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 25px;
}

@media all and (max-width: 767px) {
  #kod p {
    font-size: 16px;
  }
}

#kod b {
  color: #000;
  font-size: 42px;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  #kod b {
    font-size: 30px;
    line-height: 30px;
  }
}

#kod small {
  font-size: 28px;
}

#kod img {
  margin: auto auto;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  #kod img {
    max-width: 90%;
  }
}

@media all and (max-width: 767px) {
  #kod img {
    max-width: 70%;
  }
}

#cashback {
  position: relative;
}

#cashback img {
  position: relative;
}

#cashback .caption {
  position: absolute;
  right: 35px;
  z-index: 2;
  top: 150px;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  #cashback .caption {
    top: 120px;
  }
}

@media all and (max-width: 767px) {
  #cashback .caption {
    text-align: right;
    top: 30px;
    right: 15px;
  }
}

#cashback .caption p {
  color: #000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  #cashback .caption p {
    font-size: 16px;
    line-height: 16px;
  }
}

#cashback .caption .btn {
  margin-top: 15px;
}

#bottom {
  padding: 25px 0px;
}

@media all and (max-width: 767px) {
  #bottom {
    padding: 25px;
  }
}

#bottom p {
  font-size: 13px;
  font-weight: 300;
  color: #000;
}

span.blue {
  color: #2f489a;
}

.btn__top {
  background-color: #2f489a;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  min-width: 160px;
  padding: 12px 15px;
  border-radius: 35px;
}

.btn__top:hover {
  background-color: #000;
  color: #ffffff;
}

.btn__bordered {
  background-color: transparent;
  font-size: 16px;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-weight: 500;
  padding: 12px 35px;
  border-radius: 35px;
}

.btn__bordered:hover {
  background-color: #ffffff;
  color: #2f489a;
}

.image__konkurs {
  position: relative;
}

.image__produkt-konkurs {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto auto;
  top: 120px;
}

@media all and (max-width: 767px) {
  .image__produkt-konkurs {
    max-width: 70%;
  }
}

.image__top {
  z-index: 1;
  position: relative;
}

.image__logo {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto auto;
  top: 25px;
  z-index: 2;
}

@media all and (max-width: 991px) {
  .image__logo {
    max-height: 26px;
  }
}

.image__produkt-top {
  position: absolute;
  right: 45px;
  margin: auto auto;
  bottom: 175px;
  z-index: 2;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .image__produkt-top {
    max-width: 360px;
  }
}

@media all and (max-width: 767px) {
  .image__produkt-top {
    max-width: 80%;
    bottom: 0px;
  }
}
/*# sourceMappingURL=main.css.map */