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;
}

.image__hp-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto auto;
  top: 35px;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .image__hp-logo {
    max-height: 60px;
    top: 25px;
  }
}

@media all and (max-width: 767px) {
  .image__hp-logo {
    max-height: 40px;
    top: 15px;
  }
}

.image__image__top {
  position: relative;
  min-width: 100%;
}

.btn-top {
  background-color: #0096d6;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 35px;
  font-size: 18px;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
}

.btn-top:hover {
  background-color: #ffffff;
  color: #0096d6;
}

.btn-big {
  background-color: #0096d6;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 35px;
  font-size: 18px;
  font-weight: 600;
  min-width: 260px;
  text-align: center;
}

.btn-big:hover {
  background-color: #ffffff;
  color: #0096d6;
}

#top {
  position: relative;
  width: 100%;
}

#top .caption {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto auto;
  width: 600px;
  top: 150px;
  text-align: center;
}

@media all and (max-width: 767px) {
  #top .caption {
    width: 100%;
    padding: 0px 25px;
    top: 70px;
  }
}

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

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

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

@media all and (max-width: 767px) {
  #top .caption .btn-top {
    display: none;
  }
}

#top .caption p {
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
}

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

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

#top .caption small {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  #top .caption small {
    font-size: 20px;
  }
}

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

#atrybuty {
  margin-bottom: 55px;
}

#atrybuty p {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  margin-bottom: 15px;
}

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

#atrybuty span.price {
  color: #0096d6;
  font-size: 24px;
}

#bar {
  background-color: #0096d6;
  padding: 20px 0px;
  text-align: center;
}

#bar p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
}

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

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#info .with-image {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#info .with-text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#info .inner {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media all and (max-width: 767px) {
  #info .inner {
    display: block;
    text-align: center;
    height: auto;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  #info .inner {
    display: block;
    text-align: center;
    height: auto;
  }
}

#info .inner .text-wrapper {
  padding: 50px;
}

#info .inner p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

#bottom {
  padding: 25px 0px;
  text-align: center;
}

#bottom img {
  margin: auto auto;
}
/*# sourceMappingURL=main.css.map */