.blowdoor-test-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 25px;
    background-color: rgba(23, 27, 38, 0.85);
    background-image: url('/unifast-images/fotky/blowdoor.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: darken;
}
.blowdoor-grid {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 50px;
}
.blowdoor-1 {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 20px;
    padding: 50px 30px;
}
.blowdoor-1 h2 {
    color: var(--oranzova-color);
}
.blowdoor-1 p {
    font-size: 24px;
}
.blowdoor-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
}
.blowdoor-img {
    width: 100%;
    height: 100%;
    max-width: 500px;
    background-image: url('/unifast-images/fotky/blowdoor-test-img.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blowerdoor-check {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}
.blowerdoor-check h3 {
   font-size: 24px;
}
.blowerdoor-check img {
    width: 50px;
    height: 50px;
}
.klima-narok-wrap {
    height: auto;
    width: 100%;
    margin-top: 50px;
}
.blowerdoor-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  }
.blowdoor-nadpis {
  text-align: center;
  padding: 30px;
}
.blowerdoor-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  padding-top: 0px;
  gap: 30px;
  justify-content: center;
  align-items: start;
}
.blowerdoor-3 h2 {
  width: 100%;
    text-align: center;
  }
.blowerdoor-3 p {
  font-size: 24px;
  padding-right: 25px;
}
.blowerdoor-3 ul li {
    font-size: 24px;
    margin-left: 30px;
  }
  .blowerdoor-4 {
  display: flex;
  width: 100%;
  height: 400px;
  justify-content: center;
  }
.blowerdoor-narok {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: auto;
    gap: 25px;
    padding: 30px;
    padding-bottom: 40px;
    flex-direction: column;
    text-align: center;
    background-color: var(--tmave-modra-color);
    margin-top: 50px;
}
.blowerdoor-narok h2 {
    font-size: 24px;
    color: var(--bila-color);
}
.blowerdoor-obrazek {
  width: 100%;
  max-width: 500px;
  height: 100%;
  background-image: url('/unifast-images/fotky/BD-pozadi.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
 .BD-test1 {
    background-image:linear-gradient(to top, rgba(23, 27, 38, 1), rgba(0, 0, 0, 0.2)),
     url('/unifast-images/realizace-BD-test/blowdoor-test-img.png');
    background-size: cover;
}
  .BD-test2 {
    background-image:linear-gradient(to top, rgba(23, 27, 38, 1), rgba(0, 0, 0, 0.2)),
     url('/unifast-images/realizace-BD-test/prerovsko-3.webp');
    background-size: cover;
}
  .BD-test3 {
    background-image:linear-gradient(to top, rgba(23, 27, 38, 1), rgba(0, 0, 0, 0.2)),
     url('/unifast-images/realizace-BD-test/prostejovsko-1.webp');
    background-size: cover;
}
@media (min-width: 768px) {
  .blowdoor-grid {
    padding-bottom: 0px;
    padding: 50px 80px;
    gap: 30px;
}
.blowdoor-1 {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 20px;
    padding: 0px;
}
  .blowerdoor-check {
    flex-direction: row;
    text-align: left;
    }
    .blowerdoor-3 {
  padding: 50px 80px;
  }
  .blowerdoor-2-wrapper {
    width: 100%;
    height: auto;
    position: relative;
  }
  .blowerdoor-2-wrapper ::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: repeating-linear-gradient(
    to right,
    #012943 0px,
    #012943 19px,
    transparent 19px,
    transparent 38px
  )}
 }
@media (min-width: 1024px) {
  .lg-width {
    width: 60%;
  }
  .blowdoor-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 90%;
    margin: 0 auto;
    gap: 100px;
}
.blowdoor-2 {
    max-height: 600px;
}
.blowdoor-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
}
.blowdoor-img {
    width: 100%;
    height: 100%;
    max-width: 600px;
    background-image: url('/unifast-images/fotky/blowdoor-test-img.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blowerdoor-3 {
  padding: 0px;
  }
.blowerdoor-3 h2 {
    text-align: left;
  }
  .blowerdoor-grid-2 {
  display: grid;
  grid-template-columns: 60% 40%;
  max-width: 80%;
  margin: 0 auto;
  padding: 0px;
  padding-top: 50px;
}
.blowerdoor-4 {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  }
  .blowerdoor-narok {
    justify-content: space-evenly;
    padding: 30px;
    flex-direction: row;
    }
}