#section-one {
  padding: 200px 0 80px 0;
  overflow: hidden;
}
#section-one .content-box-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 80px 0 0 0;
}
#section-one .secondary-button {
  background-color: #ECEFF2;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: #0D0E12;
  text-decoration: none;
  padding: 14px 26px;
  border: 1px solid #ECEFF2;
  border-radius: 26px;
  margin: 0 0 0 20px;
  cursor: pointer;
  transition: 0.15s linear all;
}
#section-one .secondary-button:hover {
  color: #ECEFF2;
  background-color: transparent;
}
#section-one h1 {
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
#section-one p.subtitle {
  max-width: 1200px;
  width: 100%;
  font-size: 21px;
  font-weight: 400;
  color: #94969D;
  margin: 0 auto 30px;
}
#section-one .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
#section-one img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

#section-one .slider-wrapper {
  padding: 50px 0;
  overflow: hidden;
}
#section-one .slick-track {
  display: flex;
}
#section-one .slider-wrapper img {
  max-width: 158px;
  width: 100%;
  height: auto;
  padding: 0 15px;
}

#konfigurator {
  text-align: center;
  background-color: #FFFFFF;
  padding: 80px 0;
}
#konfigurator h2 {
  font-size: 68px;
  font-weight: 700;
  line-height: 110%;
  color: #0D0E12;
  margin: 0 0 60px 0;
}
#konfigurator .content-box img {
  display: block;
  max-height: 160px;
  height: 100%;
  width: auto;
  margin: 0 auto 20px;
}
#konfigurator .content-box h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 110%;
  color: #0D0E12;
  margin: 0 0 20px 0;
}
#konfigurator .content-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #0D0E12;
  margin: 0 0 20px 0;
}
#konfigurator .content-box a {
  display: inline-block;
  margin: 0 auto;
}
#konfigurator .content-box a:hover {
  color: #0D0E12;
}

#section-two {
  padding: 80px 0 50px 0;
}
#section-two h2 {
  font-size: 68px;
  font-weight: 700;
  line-height: 110%;
  color: #FFFFFF;
  margin: 0 0 60px 0;
}
#section-two p {
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  color: #94969D;
  margin: 0 0 30px 0;
}
#section-two p.col-text {
  min-height: 90px;
  margin: 0 0 30px 0;
}
#section-two .content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 280px;
  gap: 20px;
  background-color: #14161B;
  text-decoration: none;
  padding: 40px 20px;
  border-radius: 10px;
  border: 1px solid #14161B;
  margin: 0 0 40px 0;
  transition: 0.15s linear all;
}
#section-two .col-md-6 .row:last-of-type .content-box {
  margin: 0;
}
#section-two .content-box:hover {
  border-color: #47B0F2;
}
#section-two .content-box.big {
  display: block;
  height: 600px;
  margin: 0;
}
#section-two .content-box.big .image-holder {
  width: 100%;
}
#section-two .content-box.big img {
  display: block;
  margin: 0 auto 40px;
}
#section-two .content-box.big p {
  margin: 0 0 20px 0;
}
#section-two .content-box.big a {
  display: inline-block;
  color: #0D0E12;
  margin: 0 auto;
}
#section-two .content-box.big a:hover {
  color: #ECEFF2;
}
#section-two .content-box.big .conent-box-holder {
  padding: 0;
}
#section-two .conent-box-holder {
  flex: 2;
  padding: 0 20px 0 0;
}
#section-two .content-box h3 {
  font-size: 21px;
  font-weight: 600;
  color: #D6D7DB;
  margin: 0 0 20px 0;
}
#section-two .content-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #94969D;
  margin: 0;
}
#section-two .image-holder {
  display: flex;
  align-items: center;
  justify-content: end;
  flex: 1;
}

#section-three {
  padding: 80px 0;
}
#section-three h2 {
  max-width: 720px;
  width: 100%;
  text-align: center;
  font-size: 68px;
  font-weight: 700;
  line-height: 110%;
  color: #FFFFFF;
  margin: 0 auto 60px;
}
#section-three p.subtitle {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  color: #94969D;
  margin: 0 auto 80px;
}
#section-three img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 28px 0;
}
#section-three h3 {
  max-width: 720px;
  width: 100%;
  font-size: 21px;
  font-weight: 600;
  line-height: 100%;
  color: #ECEFF2;
  margin: 0 auto 16px;
}
#section-three p {
  font-size: 16px;
  line-height: 140%;
  color: #94969D;
  margin: 0;
}
#section-three ul {
  padding: 0;
  margin: 0 0 40px 0;
}
#section-three li {
  position: relative;
  font-size: 16px;
  line-height: 140%;
  list-style: none;
  color: #94969D;
  margin: 0 0 6px 0;
  padding: 0 0 0 20px;
}
#section-three li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #47B0F2;
  border-radius: 50%;
}
#section-three .row:nth-last-of-type(2n) p {
  margin: 0 0 80px 0;
}

#upitnik {
  background-color: #FFFFFF;
  padding: 80px 0;
}
#upitnik h2 {
  text-align: center;
  max-width: 620px;
  font-size: 68px;
  font-weight: 700;
  line-height: 110%;
  color: #0D0E12;
  margin: 0 auto 60px;
}
#upitnik h2 span {
  color: #47B0F2;
}
#upitnik .subtitle {
  max-width: 720px;
  width: 100%;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  color: #0D0E12;
  margin: 0 auto 40px;
}
#upitnik a.primary-button {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
#upitnik a.primary-button:hover {
  color: #0D0E12;
}

#section-four {
  height: 400px;
  display: flex;
  align-items: center;
  background: url(/wp-content/uploads/2024/12/hp-section-four-bg-image.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
#section-four h3 {
  font-size: 32px;
  line-height: 100%;
  color: #ECEFF2;
  margin: 0 0 30px 0;
}
#section-four p.subtitle {
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  color: #ECEFF2;
  margin: 0 0 30px 0;
}
#section-four a.secondary-button {
  display: inline-block;
}

@media only screen and (max-width: 1280px) {
  .archive-header-image img {
    max-width: 200px;
  }
  #section-one {
    padding: 250px 0 50px 0;
  }
  #section-one h1 {
    font-size: 42px;
    margin: 0 0 40px 0;
  }

  #section-two h2 {
    font-size: 42px;
    margin: 0 0 40px 0;
  }
  #section-two .content-box.big {
    margin: 0 0 33px 0;
  }

  #section-three h2 {
    font-size: 42px;
    margin: 0 0 40px 0;
  }
}

@media only screen and (max-width: 768px) {
  #section-one {
    padding: 142px 0 40px 0;
  }
  #section-one .content-box-wrapper {
    padding: 0;
  }
  #section-one h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  #section-one p.subtitle {
    font-size: 16px;
  }
  #section-one img {
    display: block;
    margin: 20px auto 0;
  }

  #upitnik {
    padding: 40px 0;
  }
  #upitnik h2 {
    font-size: 42px;
    margin: 0 0 40px 0;
  }

  #konfigurator {
    padding: 40px 0;
  }
  #konfigurator h2 {
    font-size: 30px;
  }
  #konfigurator .content-box img {
    max-height: 100px;
  }
  #konfigurator .content-box h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  #konfigurator .col-md-6:first-of-type .content-box {
    margin: 0 0 40px 0;
  }

  #section-two {
    padding: 40px 0;
  }
  #section-two h2 {
    text-align: center;
    font-size: 30px;
    margin: 0 0 40px 0;
  }
  #section-two p.col-text {
    font-size: 16px;
  }
  #section-two .content-box {
    text-align: center;
    height: auto;
    flex-wrap: wrap;
  }
  #section-two .content-box.big {
    height: auto;
  }
  #section-two .content-box.big a {
    margin: 0;
  }
  #section-two .content-box.big img {
    max-width: unset;
    width: auto;
    max-height: 100px;
    margin: 0 auto;
  }
  #section-two .conent-box-holder {
    flex: auto;
    order: 2;
    padding: 0;
  }
  #section-two .conent-box-holder a {
    margin: 0;
  }
  #section-two .content-box h3 {
    margin: 0 0 10px 0;
  }
  #section-two .image-holder {
    flex: auto;
    order: 1;
    justify-content: center;
    margin: 0 0 20px 0;
  }

  #section-three {
    padding: 40px 0;
  }
  #section-three h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  #section-three p.subtitle {
    font-size: 16px;
    margin: 0 auto 40px;
  }

  #section-four {
    text-align: center;
    height: unset;
    background: transparent;
    padding: 40px 0 80px 0;
  }
  #section-four h3 {
    font-size: 30px;
  }
  #section-four p.subtitle {
    font-size: 16px;
  }
}

@media only screen and (max-width: 576px) {
  #section-one a.primary-button {
    padding: 14px 18px;
  }
  #section-one .secondary-button {
    padding: 14px 18px;
    margin: 0 0 0 10px;
  }
}
