html,
body {
  scroll-behavior: smooth;
  font-size: 16px;
  background: #000;
  font-family: CentraleSansRnd, sans-serif;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background: rgb(221,209,185);
  background: linear-gradient(90deg, rgba(221,209,185,1) 0%, rgba(218,189,191,1) 100%);
  
}

.top-bg {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.2),
      transparent 50%
    ),
    url("../img/1920x555_inspiracje.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30%;
  width: 100%;
  height: 400px;
}

@media (max-width: 1080px) {
  .top-bg {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2),
        transparent 50%
      ),
      url("../img/1080x600_inspiracje.jpg");
  }
}

@media (max-width: 720px) {
  .top-bg {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2),
        transparent 50%
      ),
      url("../img/720x600_inspiracje.jpg");
  }
}

.top {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.top__wrapper {
  border-radius: 0 0 16px 16px;
  height: auto;
  width: 100%;
  padding-top: 140px;
  margin: 0 auto;
}

.top__copy {
  display: flex;
}

.top__copy h2 {
  font-weight: 200;
  font-size: 1.5rem;
  color: #c7c7c7;
  margin-bottom: 10px;
}

.top__copy--center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

h3 {
  font-size: 24px;
  padding-bottom: 30px;
}

/* kroki */

.bg-biale2 {
  padding: 50px 40px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
  margin-top: -20px;
  border-radius: 4px;
}

.naglowek {
  padding-top: 50px;
}

.kroki img {
  width: 20%;
}

.naglowek1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.naglowek3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.krok2 a {
  color: #fff!important;
}

.krok2 a:hover {
  color: #00b1ed!important;
}

.kod-copy {
  cursor: pointer;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .top__copy--center h2 {
    font-size: 18px;
  }
  .top__copy--center h1 {
    font-size: 24px;
  }
}

@media screen and (min-width: 576px) {
  .top-bg {
    height: 500px;
  }
}

.top__copy--left {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #fff;
}
h1 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
img {
  max-width: 100%;
  max-height: auto;
}
.container {
  overflow: hidden !important;
}
.wrapper {
  overflow-x: hidden;
  position: relative;
}
.content {
  max-width: 1600px;
  margin: auto;
  min-height: 1200px;
}

.ona {
  background: url(../img/dla-niej2.png) center center no-repeat;
  background-size: contain;
  text-align: center;
}
.on {
  background: url(../img/dla-niego2.png) center center no-repeat;
  background-size: contain;
  text-align: center;
}
.ona a {
  color: #fff;
  font-size: 1.5rem;
}
.on a {
  color: #fff;
  font-size: 1.5rem;
}
.button {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  height: 224px;
  padding: 0%;
}
.cnt01 {
  padding: 0px;
  text-align: center;
  max-width: 1140px;
}
.cnt02 {
  padding: 0px;
  text-align: center;
  max-width: 1140px;
}

.cta-blue {
  background: #00b1ed;
  font-size: 14px;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #00b1ed;
}

.cta-blue:hover {
  background: none;
  color: #00b1ed;
  text-decoration: none;
}
.footer {
  padding: 50px 20px;
}
.footer p {
  padding: 0px 20px;
  font-size: 14px;
}
.footer a {
  color: #000;
  font-weight: 600;
}
.maxhdn {
  display: none;
}
.minhdn {
  display: block;
}

.product-block {
  display: block;
  width: 60%;
  margin-left: 40%;
  background: rgb(226, 226, 226);
  background: linear-gradient(
    90deg,
    rgba(226, 226, 226, 1) 0%,
    rgba(255, 255, 255, 1) 39%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: 4px;
}
.spacing {
  margin: 50px 0;
}
.product-img {
  position: absolute;
  width: 50%;
  left: 70px;
  height: auto;
}
.product-block .desc {
  text-align: left;
  padding: 30px 20px 30px 80px;
}

.product-block .desc h2 {
  font-size: 18px;
}

.product-block .desc ul {
  list-style-type: none;
  padding: 0px 10px;
}

.product-block .desc li {
  font-size: 14px;
  color: gray;
}

.product-block .desc span {
  font-size: 20px;
  font-weight: 500;
}

.product-block .desc span:first-child {
  font-size: 16px;
  color: silver;
  text-decoration: line-through;
  padding-right: 10px;
}
.desc ul {
  padding-top: 18px;
  color: #001884;
  position: relative;
  list-style: none;
  padding-left: 6px;
}
.desc ul li:before {
  content: "+";
  position: absolute;
  left: 0;
  color: #96238e;
}
@media (max-width: 768px) {
  .az1 {
    margin-top: 80px;
  }

  .ala1,
  .tola1 {
    display: none;
  }
  .maxhdn {
    display: block;
  }
  .minhdn {
    display: none;
  }

  .krok2 {
    padding-bottom: 40px;
  }
}

@media (max-width: 1200px) {
  .product-block .desc {
    padding: 30px 20px 30px 90px;
  }
}

@media (max-width: 991px) {
  .spacing {
    margin: 0;
  }
  .product-block {
    position: static;
    display: block;
    width: 100%;
    margin: -60px 0 0 0;
  }
  .product-img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
  }
  .product-block .desc {
    text-align: center;
    padding: 50px 20px 20px 20px;
  }
  .desc ul {
    padding-top: 18px;
    color: #001884;
    position: relative;
    list-style: none;
    padding-left: 6px;
  }
  .desc ul li:before {
    content: "";
    position: absolute;
    left: 0;
    color: #96238e;
  }
  .button {
    text-align: center;
    height: 184px;
    padding: 0%;
  }
}
@media (max-width: 500px) {
  .ona a,
  .on a {
    font-size: 14px;
  }
}

.cta-violet {
  background: #96238e;
  display: inline-block;
  font-size: 22px;
  color: #fff !important;
  padding: 10px 30px;
  transition: all 0.5s;
  border: 2px solid #96238e;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .products-wrapper {
    position: relative;
    left: -80px;
  }
  .products-button {
    position: relative;
    right: -80px;
  }
}
