p,
a,
img {
  padding: 0px;
  margin: 0px;
}

p {
  font-size: 18px;
  font-weight: 300;
}

.container {
  background: #ffffff;
}

.custom-container {
  max-width: 860px;
  margin: auto auto;
}

.bg-silver {
  background-color: #f7f7f7;
}

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

span.small {
  color: #0b080b;
  font-weight: 300;
}

#top {
  position: relative;
}

#top img.logo {
  position: absolute;
  right: 15px;
  top: 15px;
}

@media all and (max-width: 767px) {
  #top img.logo {
    left: 15px;
    bottom: 15px;
    top: auto;
    max-height: 40px;
  }
}

#top .caption {
  width: 380px;
  position: absolute;
  bottom: 35px;
  left: 85px;
  text-align: center;
}

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

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

#top .caption p {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

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

#top .caption .btn-top {
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 50px;
  width: 220px;
  padding: 12px 0px;
  color: #0b080b;
  font-size: 16px;
  font-weight: 600;
}

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

#top .caption .btn-top:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.3);
}

#product-info {
  border-bottom: 1px solid #ebebeb;
  padding: 65px 0px;
}

@media all and (max-width: 767px) {
  #product-info {
    padding: 35px 0px;
  }
}

#product-info img {
  max-width: 90%;
  height: auto;
  margin-left: 85px;
}

@media all and (max-width: 991px) {
  #product-info img {
    margin-left: 0px;
  }
}

#product-info .flex-col {
  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) {
  #product-info .flex-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 400px;
  }
}

@media all and (max-width: 767px) {
  #product-info .flex-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 350px;
  }
}

#product-info p {
  line-height: 38px;
}

#product-info p.cena {
  font-size: 30px;
  font-weight: 600;
  margin-top: 15px;
}

#product-info span.stara {
  color: #bbbbbb;
  font-size: 20px;
  text-decoration: line-through;
}

#product-info .btn-kup {
  margin-top: 35px;
  background: #311970;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#311970), to(#2f3de6));
  background: linear-gradient(to right, #311970 0%, #2f3de6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#311970', endColorstr='#2f3de6', GradientType=1);
  /* IE6-9 */
  padding: 15px 0px;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  border-radius: 35px;
  min-width: 220px;
  max-width: 220px;
}

#product-info .btn-kup:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(44, 54, 227, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(44, 54, 227, 0.3);
}

#steps {
  border-bottom: 1px solid #ebebeb;
  padding: 65px 0px;
}

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

@media all and (min-width: 768px) and (max-width: 991px) {
  #steps {
    padding-left: 45px;
    padding-right: 45px;
  }
}

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

@media all and (max-width: 767px) {
  #steps p {
    margin-bottom: 35px;
  }
}

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

#bottom p {
  font-size: 13px;
  font-weight: 400;
  padding: 15px 0px;
  text-align: center;
}
/*# sourceMappingURL=main.css.map */