/* Tutaj jest miejsce na Twoje style */
body {
  background-color: white;
}

p.disclaimer {
  padding-top: 10px;
  font-size: 12px;
}

.products__item {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
  padding: 60px 20px 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.product-qled {
  padding: 5%;
}

.steps__card {
  box-shadow: none;
  -webkit-box-shadow: none;
}

h5 {
  margin-bottom: 15px;

  margin-top: 15px;
}

.top__wrapper {
  height: 700px;
}

.top__wrapper--2 {
  background-image: linear-gradient(180deg, rgba(18, 18, 18, 0.9) 0%, rgba(55, 55, 55, 0) 40%), url("../../img/main/bg-1.jpg");
}

@media (max-width: 576px) {
  .top__wrapper--2 {
    background-image: linear-gradient(180deg, rgba(18, 18, 18, 0.9) 0%, rgba(55, 55, 55, 0) 40%), url("../../img/main/bg-1-mobile.jpg");
  }

  .top__wrapper {
    padding-top: 100px;
    align-items: normal;
  }
}

.main-video video {
  width: 100%;
  border-radius: 16px;
}

.plyr__video-embed {
  display: flex;
  width: 100%;
}

img {
  max-width: 100%;
}
