p {
  font-weight: 300;
  letter-spacing: -.5px;
}

b {
  font-weight: 500;
}

.btn {
  border: none;
}

.container {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  max-width: 1140px;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  letter-spacing: .6px;
  line-height: 1.42857;
  font-size: 17px;
  font-family: 'Rubrik', sans-serif;
  color: #000;
}

.container .top {
  background-image: url(../images/bg-top.png);
  background-size: cover;
  padding: 50px 25px;
  min-height: 500px;
  position: relative;
}

@media all and (max-width: 767px) {
  .container .top {
    min-height: 800px;
  }
}

.container .top .text {
  position: absolute;
  top: 150px;
  left: 50px;
}

@media all and (max-width: 1023px) {
  .container .top .text {
    max-width: 300px;
    top: 100px;
  }
}

@media all and (max-width: 767px) {
  .container .top .text {
    text-align: center;
    left: 0px;
    right: 0px;
    margin: auto auto;
  }
}

.container .top .text h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.container .top .text p {
  color: #fff;
  font-size: 20px;
}

.container .top .amd-logo {
  position: absolute;
  left: 45px;
  top: 45px;
}

@media all and (max-width: 767px) {
  .container .top .amd-logo {
    max-height: 25px;
  }
}

.container .top .radeon-logo {
  position: absolute;
  right: 45px;
  top: 45px;
}

@media all and (max-width: 767px) {
  .container .top .radeon-logo {
    max-height: 25px;
  }
}

.container .top .produkty-img {
  position: absolute;
  top: 130px;
  right: 90px;
}

@media all and (max-width: 1024px) {
  .container .top .produkty-img {
    max-height: 250px;
    right: 45px;
  }
}

@media all and (max-width: 767px) {
  .container .top .produkty-img {
    top: auto;
    bottom: 50px;
    left: 0px;
    right: 0px;
    margin: auto auto;
  }
}

.container .top .btn-top {
  background: #be0d1c;
  background: -moz-linear-gradient(left, #be0d1c 0%, #ffa732 100%);
  background: -webkit-linear-gradient(left, #be0d1c 0%, #ffa732 100%);
  background: linear-gradient(to right, #be0d1c 0%, #ffa732 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0d1c', endColorstr='#ffa732', GradientType=1);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  padding: 10px 45px;
  border-radius: 50px;
  min-width: 180px;
  margin-top: 35px;
  transition: ease-in-out 0.3s;
}

.container .top .btn-top:hover {
  background: #fff;
  color: #000;
}

.container .steps {
  padding: 35px 0px;
  background: #000;
}

.container .steps .sub-container {
  max-width: 960px;
  margin: auto auto;
}

.container .steps p {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
}

.container .heading {
  padding: 35px 0px;
  background: #000;
  border-top: 1px solid #1a1a1a;
}

.container .heading h2 {
  color: #fff;
  font-weight: 200;
}

.container .produkty {
  padding: 35px 0px;
  padding: 35px 75px;
}

@media all and (max-width: 767px) {
  .container .produkty {
    padding: 35px;
  }
}

.container .produkty h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.container .produkty p {
  font-size: 13px;
  line-height: 14px;
}

.container .produkty .btn-sprawdz {
  background: #be0d1c;
  background: -moz-linear-gradient(left, #be0d1c 0%, #ffa732 100%);
  background: -webkit-linear-gradient(left, #be0d1c 0%, #ffa732 100%);
  background: linear-gradient(to right, #be0d1c 0%, #ffa732 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0d1c', endColorstr='#ffa732', GradientType=1);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 35px;
  border-radius: 50px;
  margin-top: 15px;
  transition: ease-in-out 0.3s;
}

.container .produkty .btn-sprawdz:hover {
  background: #000;
  color: #fff;
}

.container .produkty .produkt {
  margin-bottom: 55px;
  padding-left: 0px;
  padding-right: 0px;
}

.container .produkty .produkt img {
  width: 100%;
}

.container .old-price {
  font-size: 14px;
  color: #656565;
  text-decoration: line-through;
}

.container .new-price {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

.container .cta {
  background-image: url(../images/ryzen-bg.png);
  padding: 55px 0px;
}

.container .cta p {
  color: #fff;
  font-weight: 200;
  font-size: 32px;
  margin: 0px;
}

.container .bottom {
  background-image: url(../images/bg-bottom.png);
  padding: 55px 0px;
}

.container .bottom p {
  color: #fff;
  font-size: 32px;
}

.container .bottom .btn-sprawdz {
  background: #be0d1c;
  background: -moz-linear-gradient(left, #be0d1c 0%, #ffa732 100%);
  background: -webkit-linear-gradient(left, #be0d1c 0%, #ffa732 100%);
  background: linear-gradient(to right, #be0d1c 0%, #ffa732 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0d1c', endColorstr='#ffa732', GradientType=1);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 8px 55px;
  border-radius: 35px;
  margin-top: 15px;
  transition: ease-in-out 0.3s;
}

.container .bottom .btn-sprawdz:hover {
  background: #fff;
  color: #000;
}

.container .regulamin {
  padding: 35px 0px;
}

.container .regulamin p {
  font-size: 12px;
}

.container .regulamin a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
 

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