@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background: #eeeeee url("../img/background.jpg?v=1.9.5") no-repeat top center;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.logo {
  max-height: 45px;
}

.logo.logo-dark{
    display: none;
}

.logo.logo-color {
    display: block;
}

.cta {
  font-size: 16px;
  display: inline-block;
  padding: 5px 25px;
  color: white;
  background-color: #0082fa;
  border: 1.25px solid #0082fa;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  border-radius: 990px;
  transition: background-color 0.2s, color 0.3s;
}

.cta:hover {
  background: transparent;
  color: #0082fa;
}

.text-blue {
  color: #0082fa;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.nobr {
  white-space: nowrap;
}

.copy-paster {
  padding-left: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 20px;
}

.padding-top {
  padding-top: 20px;
}

.copy-paster ul {
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.copy-paster h3 {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
}

.copy-paster h4 {
  margin-bottom: 30px;

  font-weight: 600;
  font-size: 26px;
}

@media screen and (max-width: 1600px) {
  .container {
    max-width: 90%;
  }
  .top .hero img {
    right: 0 !important;
  }
}

h2 {
  font-size: 34px;
  font-weight: 300;
  margin: 0;
  margin-top: 15px;
  line-height: 41px;
}

h2 span {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
  font-size: 24px;
}

h3 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

h5 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

strong {
  font-weight: 600;
}

p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

h2::first-line {
  font-size: 20px;
  line-height: 70px;
}

header {
  display: flex;
  overflow-x: hidden;
  position: relative;
}

header .product-ps {
  position: absolute;
  top: 0;
  right: -14%;
}

header .logo {
  margin-top: -9px;
}

.top {
  display: flex;
  margin-top: 0;
  align-items: center;
  position: relative;
}

@media (min-width: 1380px) {
  .top .hero img {
    right: 0;
  }
}

@media (max-width: 1240px) {
  .top {
    min-height: 550px;
  }
  .top:before {
    right: -20rem;
  }
  .steps .steps-wrapper p br {
    display: none;
  }
  .steps .steps-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .steps .steps-wrapper p {
    padding: 0 10px;
  }
}

@media (max-width: 1100px) {
  .top:before {
    right: -25rem;
  }
}

@media (max-width: 768px) {
  .steps-wrapper .step {
    width: 50% !important;
  }
  h2 {
    padding-top: 20px !important;
    margin: 15px 0;
  }
  h2 span {
    padding-bottom: 15px;
  }
  .top .copy .cta {
    margin-top: 15px !important;
  }
  .top .copy {
    min-height: 500px !important;
  }
}

.steps .steps-wrapper p {
  line-height: 1.2;
}

.top .copy {
  width: 100%;
  z-index: 1;
  padding: 0;
  min-height: 520px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  text-align: center;
}

.top .copy .cta {
  margin-top: 29px;
  padding: 10px 38px;
  font-size: 22px;
  font-weight: 300;
}

.top .copy img {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%) !important;
}

.top .hero {
  width: 50%;
  text-align: right;
  z-index: 1;
}

.top .hero img {
  position: relative;
  top: 120px;
  width: 100%;
}

.steps {
  margin-top: -90px;
  padding: 4rem 0 0;
}

.steps-wrapper {
  width: 100%;
  background: #fff;
  display: flex;
  margin: 20px auto;
  flex-wrap: wrap;
  position: relative;
  box-shadow: 21px 21px 30px 0px rgba(0, 0, 0, 0.07);
  justify-content: center;
  border-radius: 30px;
  padding-bottom: 1rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.plastry-wrapper {
  width: 100%;
  background-color: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  box-shadow: 21px 21px 30px 0px rgba(0, 0, 0, 0.07);
  justify-content: center;
  border-radius: 30px;
  /* padding-bottom: 1rem; */
  padding-left: 0;
  padding-right: 0;
}

.banner {
  width: 100%;
}

.steps-wrapper .btn-round {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.07);
  color: #0082fa;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-decoration: none;
}

.steps-wrapper h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0 45px;
  font-weight: 600;
  font-size: 32px;
}

.steps-wrapper .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  text-align: center;
  position: relative;
}

.steps-wrapper img {
  max-height: 73px;
  margin: 0 0 15px 0;
}

.steps-wrapper .font-2x {
  font-size: 1.25rem;
}

.steps-wrapper .font-18 {
  font-size: 18px;
}

.product-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-banner .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(33.33% - 40px);
  margin-bottom: 30px;
  cursor: pointer;
}

.product-wrapper h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  text-align: center;
  margin: 25px 0 20px;
  font-weight: 600;
  font-size: 32px;
}

.product-wrapper .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
  cursor: pointer;
}

.product-wrapper .product .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  padding: 85px 30px 5px;
  margin-top: -80px;
  border-radius: 30px;
  text-align: center;
  min-height: 245px;
  position: relative;
  box-shadow: 21px 21px 30px 0px rgba(0, 0, 0, 0.07);
}

.specka {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 0px;
  text-align: left;
  list-style-type: none;
}

.specka li {
  margin-bottom: 5px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
}

.specka li strong {
  font-weight: 400;
  color: #949494;
}

.product-wrapper .product:nth-child(2) .text-wrapper {
  background: #fff url("../img/product-bg-01.jpg") no-repeat bottom right;
  transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(2):hover .text-wrapper {
  background: #fff url("../img/product-bg-01.jpg") no-repeat 110% 100%;
}

.product-wrapper .product:nth-child(3) .text-wrapper {
  background: #fff url("../img/product-bg-02.jpg") no-repeat top left;
  transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(3):hover .text-wrapper {
  background: #fff url("../img/product-bg-02.jpg") no-repeat 0 -10%;
}

.product-wrapper .product:nth-child(4) .text-wrapper {
  background: #fff url("../img/product-bg-03.jpg") no-repeat bottom right;
  transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(4):hover .text-wrapper {
  background: #fff url("../img/product-bg-03.jpg") no-repeat 110% 100%;
}

.product-wrapper .product:nth-child(5) .text-wrapper {
  background: #fff url("../img/product-bg-04.jpg") no-repeat top right;
  transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(5):hover .text-wrapper {
  background: #fff url("../img/product-bg-04.jpg") no-repeat 100% -10%;
}

.product-wrapper .product:nth-child(6) .text-wrapper {
  background: #fff url("../img/product-bg-05.jpg") no-repeat bottom right;
  transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(6):hover .text-wrapper {
  background: #fff url("../img/product-bg-05.jpg") no-repeat 110% 100%;
}

.product-wrapper .product:nth-child(7) .text-wrapper {
  background: #fff url("../img/product-bg-06.jpg") no-repeat 100% 20%;
  transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(7):hover .text-wrapper {
  background: #fff url("../img/product-bg-06.jpg") no-repeat 100% -10%;
  transition: all 150ms ease-in-out;
}

.product-wrapper .product img {
  z-index: 1;
  width: 100%;
  transition: all 200ms ease-in-out;
  position: absolute;
}

.product-wrapper .product:hover img {
  z-index: 1;
  transform: scale(1.05);
  left: 0;
}

.product-wrapper .product:nth-child(2) img {
  top: 20px !important;
  position: relative !important;
}

.product-wrapper .product:nth-child(3) img {
  top: 20px !important;
  position: relative !important;
}

.product-wrapper .product:nth-child(4) img {
  top: 25px !important;
  position: relative !important;
}

.product-wrapper .product:nth-child(5) img {
  top: 20px !important;
  position: relative !important;
}

.product-wrapper .product:nth-child(6) img {
  top: 30px !important;
  position: relative !important;
}

.product-wrapper .product:nth-child(7) img {
  top: 35px !important;
  position: relative !important;
}

.product-wrapper .product .text-wrapper h4 .no-br {
  white-space: nowrap;
  font-weight: 400;
  font-size: inherit;
}

.product-wrapper .product .cta {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -25px;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.07);
  transition: all 150ms ease-in-out;
}

.product-wrapper .product a {
  text-decoration: none;
  color: #000;
}

.product-wrapper .product:hover .cta {
  width: 60px;
  height: 60px;
  bottom: -30px;
}

.product-wrapper .product .cta:hover {
  background: #0067c5;
  border-color: #0067c5;
  color: #fff;
}

.product-wrapper .link {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

.link {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

.product-wrapper .link .cta {
  padding: 10px 38px;
  font-size: 22px;
  font-weight: 300;
}

.link .cta {
  padding: 10px 38px;
  font-size: 22px;
  font-weight: 300;
}

footer {
  background: url("../img/footer.png") no-repeat center bottom;
  margin: 0 auto;

  max-width: 1200px;
  text-align: center;
  padding: 10px 20px 140px;
}

footer p {
  padding-top: 40px;
  font-size: 14px;
  line-height: 19px;
  color: #949494;
}

footer p a {
  color: #949494;
  text-decoration: underline;
  font-weight: normal;
}

#produkty {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.parallax {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.parallax.product-01 {
  left: 0;
  bottom: 20%;
}

.parallax.product-02 {
  right: 0;
  bottom: 40%;
}

/* faq */

.faq .questions {
  padding: 0 4rem;
}

.faq .steps-wrapper h3 {
  margin: 20px 0 10px;
}

.accordion a.parent {
  position: relative;
  width: 100%;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  transition: all 300ms ease-in-out;
  padding-right: 25px;
}

.accordion span {
  display: inline-block;
}

.accordion a.parent::after {
  transition: all 300ms ease-in-out;
}

.accordion a.parent:hover,
.accordion a.parent:hover::after {
  cursor: pointer;
  color: #0082fa;
  transition: all 300ms ease-in-out;
}

.accordion a.parent.active {
  color: #0082fa;
}

.accordion a.parent::after {
  font-family: "Ionicons";
  content: "\f218";
  position: absolute;
  right: 0;
  font-size: 1rem;
  color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.accordion a.parent.active::after {
  font-family: "Ionicons";
  content: "\f12a";
  color: #000;
}

.accordion .accordion-item {
  border: 1px solid #ececec;
  color: #000;
  border-radius: 30px;
  margin: 15px 0;
  padding: 20px 30px;
  /* box-shadow: rgba(0, 0, 0, 0.07) 21px 21px 30px 0px; */
}

.accordion .content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
  color: #000;
  font-size: 15px;
}

.accordion .content.active {
  padding: 10px 0;
  opacity: 1;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
  font-size: 15px;
}

.accordion .content.active p {
  text-align: left;
}

.accordion .content p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.accordion .content ul {
  padding: 20px;
}

.accordion .content a {
  font-weight: bold;
  color: #0082fa;
  font-size: 15px;
}

.product-wrapper .product .product-price {
  padding-bottom: 40px;
}

.product-wrapper .product .product-name {
    font-weight: 600;
    font-size: 1.2rem;
}

.product-wrapper .product h5.product-price .value {
  font-weight: 700;
  font-size: 1.2rem;
  color: #0082fa;
}

@media (max-width: 1440px) {
  .parallax.product-01 {
    width: 40vw;
  }

  .parallax.product-02 {
    width: 35vw;
  }
}

@media (min-width: 1280px) and (max-width: 1680px) {
  body {
    background-size: 120% !important;
  }
}

@media (min-width: 920px) and (max-width: 1280px) {
  .top .copy h2 {
    max-width: 400px;
    font-size: 26px;
    line-height: 1.25;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  header .product-ps {
    right: -25%;
    height: 80%;
    bottom: 0;
    top: inherit;
    z-index: 1;
  }
}

@media (max-width: 1280px) {
  .product-wrapper .product .text-wrapper {
    margin-top: -70px !important;
    padding: 80px 20px 0 !important;
    min-height: 220px !important;
  }
  .product-wrapper .product h5 {
    font-size: 20px;
  }
  body {
    background-size: 100% !important;
    background-position: 42% 0% !important;
  }
  .steps {
    margin-top: 0;
    padding: 0;
  }
  .top,
  .top .copy {
    min-height: 400px;
    margin-bottom: 15px;
  }
  .top .copy h2{
      margin-top: 10%;
  }
}

@media (max-width: 980px) {
  .top .copy {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .product-ps {
    position: absolute;
    height: 100%;
    bottom: 0;
    top: inherit;
    z-index: 3;
  }
  header .top .copy {
    position: relative;
    z-index: 5;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    max-height: 40px;
  }
  .top .hero img {
    width: 120%;
  }
  .top:before {
    right: -30rem;
  }
}

@media screen and (min-width: 768px) {
  .hero-mobile {
    display: none;
  }
  header .product-ps {
    display: none;
  }
}

@media screen and (max-width: 820px) {
  .product-wrapper {
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (max-width: 768px) {
  body {
    background: #eeeeee url("../img/background.jpg?v=1.9.5") no-repeat top center;
    background-size: 100%;
    background-position: top;
  }

  .steps .steps-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #produkty {
    margin-top: 60px;
  }

  .product-wrapper h3 {
    margin: 0 0 0 !important;
  }

  header {
    position: relative;
  }

  header .product-ps {
    width: 100%;
    max-width: 95%;
    left: 50%;
    right: inherit;
    transform: translateX(-50%);
    z-index: 5;
    top: inherit;
    bottom: 0;
  }

  .logo {
    max-height: 40px;
  }
  h2 {
    padding-top: 50px;
    font-size: 24px;
  }
  h2 span {
    font-size: 18px;
    text-align: center;
    justify-content: center;
  }
  .top {
    padding: 3rem 0 0;
  }
  .top .copy img {
    position: relative;
    top: 0;
  }
  .top {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .top .copy {
    width: 100%;
    /* display: flex; */
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
    text-align: center;
    position: relative;
    z-index: 6;
  }
  .hero {
    display: none;
  }
  .hero-mobile {
    width: 100%;
    object-fit: contain;
    z-index: 2;
    position: relative;
    top: -4rem;
  }
  .hero-mobile img {
    width: 100%;
  }
  .steps-wrapper,
  .product-wrapper .product .text-wrapper {
    border-radius: 15px !important;
  }
  .parallax {
    display: none;
  }
  .top .copy .cta {
    font-size: 20px;
    padding: 5px 38px;
  }
  h2 {
    padding-top: 0 !important;
    line-height: 1.2;
    font-size: 22px;
  }
  .top,
  .top .copy {
    min-height: 200px !important;
  }
  header .product-ps {
    max-height: 260px !important;
    object-fit: contain !important;
  }
}

@media (min-width: 720px) and (max-width: 1024px) {
  .product-wrapper .product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(50% - 15px);
  }
  .steps-wrapper {
    width: 90%;
    margin: 0 5%;
    padding-bottom: 0;
  }
  .steps-wrapper h3 {
    padding-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 580px) and (max-width: 720px){
    .product-wrapper .product{
        width: calc(50% - 30px);
    }
}

@media (max-width: 580px){
    body{
        background-size: 120% !important;
    }
    .product-wrapper .product{
        width: 100%;
    }
}

@media (max-width: 480px) {
  .steps .steps-wrapper h3,
  .product-wrapper h3 {
    font-size: 24px;
  }
  .product-wrapper h3 {
    margin: 0 0 50px;
  }
  .product-wrapper .product {
    margin-bottom: 50px;
  }
  .logo.logo-dark{
      display: block;
  }
  .logo.logo-color{
      display: none;
  }
}

@media (max-width: 400px) {
  .product-wrapper .product {
    margin-bottom: 20px;
  }
}

@media (max-width: 720px) {
  .faq .questions {
    padding: 0;
  }
}

@media screen and (max-width: 650px) {
  .steps-wrapper {
    flex-direction: column;
  }
  .steps-wrapper .step {
    width: 100% !important;
  }
  .steps-wrapper .step p {
    padding-bottom: 5px;
  }
  footer {
    padding: 50px 20px 120px !important;
  }
  .accordion .accordion-item {
    padding: 10px 20px !important;
  }
}

@media (min-width: 620px) and (max-width: 768px) {
  header .product-ps {
    max-width: 420px !important;
  }
}

@media (max-width: 560px) {
  .product-wrapper .product h5 {
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .product-wrapper .product .text-wrapper h4 {
    width: 80%;
  }
  .product-wrapper .product h5 {
    font-size: 16px;
  }
  .product-wrapper .product .text-wrapper {
    margin-top: -70px !important;
    padding: 80px 20px 0 !important;
    min-height: 240px !important;
  }
}

@media (max-width: 480px){
    body{
        background-size: 170% !important;
        background-position-x: 60% !important;
    }
    .logo{    
        height: 80px !important;
        position: relative;
        top: -15px;
    }
}

@media (max-width: 410px) {
  .steps {
    margin-top: -2rem;
  }
  .hero-mobile {
    top: 0;
  }
  .steps .steps-wrapper {
    padding: 30px;
  }
  .steps .steps-wrapper h3 {
    padding-top: 0;
  }
  .steps-wrapper .step p:last-child {
    padding-bottom: 0;
  }
  .steps-wrapper .step:nth-of-type(1)::before,
  .steps-wrapper .step:nth-of-type(2)::before {
    display: none;
  }
  .product-wrapper .link .cta {
    font-size: 18px;
    padding: 8px 15px;
  }
  .product-wrapper .product .text-wrapper h4 {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .top:before {
    top: 50%;
  }
  .product-wrapper .product {
    width: 100%;
    margin: 15px 0;
  }
  .product .product-price .value {
    display: flex;
  }
}
