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);
  background-color: #000;
  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;
}

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

@media all and (max-width: 991px) {
  .small-container {
    width: auto;
  }
}

.btn {
  border-radius: 35px;
}

.btn__top {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto auto;
  border: 2px solid #ffffff;
  bottom: 0px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 25px;
  min-width: 160px;
  max-width: 160px;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .btn__top {
    bottom: -110px;
  }
}

.btn__top:hover {
  color: #ffffff;
  min-width: 220px;
  max-width: 220px;
}

.btn__kup {
  bottom: 55px;
  border: 2px solid #ffffff;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto auto;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 25px;
  min-width: 160px;
  max-width: 160px;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .btn__kup {
    bottom: -25px;
  }
}

@media all and (max-width: 767px) {
  .btn__kup {
    bottom: 0px;
  }
}

.btn__kup:hover {
  color: #ffffff;
  min-width: 220px;
  max-width: 220px;
}

.block__absolute {
  position: absolute;
}

.block__relative {
  position: relative;
}

.image__msi {
  top: 25px;
  left: 25px;
}

@media all and (max-width: 767px) {
  .image__msi {
    max-height: 20px;
  }
}

.image__nvidia {
  top: 25px;
  right: 25px;
}

@media all and (max-width: 767px) {
  .image__nvidia {
    max-height: 20px;
  }
}

.image__produkt {
  bottom: 25px;
  left: 0px;
  right: 0px;
  margin: auto auto;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .image__produkt {
    max-width: 70%;
    bottom: -110px;
  }
}

@media all and (max-width: 767px) {
  .image__produkt {
    max-width: 60%;
    margin-top: 25px;
    margin-bottom: 0px;
  }
}

.text__small-heading {
  font-size: 20px;
  font-weight: 200;
}

@media all and (max-width: 767px) {
  .text__small-heading {
    font-size: 14px;
  }
}

.text__big-heading {
  font-size: 32px;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .text__big-heading {
    font-size: 18px;
  }
}

.text__heading {
  font-size: 32px;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .text__heading {
    padding: 0px 25px;
    font-size: 24px;
  }
}

.text__product-title {
  font-size: 26px;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .text__product-title {
    font-size: 20px;
  }
}

.text__content-text {
  font-size: 18px;
}

.text__spec-text {
  font-size: 16px;
  line-height: 24px;
}

#top {
  background-size: cover;
}

#top .caption {
  z-index: 2;
  text-align: center;
  left: 0px;
  right: 0px;
  margin: auto auto;
  top: 150px;
}

@media all and (max-width: 767px) {
  #top .caption {
    max-height: 20px;
    padding: 0px 25px;
    top: 250px;
  }
}

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

#top .caption p {
  line-height: 32px;
}

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

#steps {
  margin-top: 50px;
}

@media all and (max-width: 991px) {
  #steps {
    margin-top: 150px;
  }
}

#steps .inner {
  padding: 25px 0px;
}

#steps .inner p {
  font-size: 18px;
}

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

#produkt {
  background-image: url(../images/bg2.png);
  background-size: cover;
}

#produkt .inner {
  height: 700px;
  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) {
  #produkt .inner {
    height: 550px;
  }
}

@media all and (max-width: 767px) {
  #produkt .inner {
    height: auto;
  }
}

#produkt .with-image {
  padding: 45px;
}

#akcesoria .inner {
  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;
  margin-top: 35px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 400px;
}

#bottom p {
  margin: 35px 0px;
}
/*# sourceMappingURL=main.css.map */