/* Globalne ustawienia */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #05161e;
  font-family: 'Poppins', sans-serif;
}
nav {
  height: 75px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background-color: #05161e;
}
nav a {
  font-size: 20px;
  font-weight: bold;
  color: #44c0ba;
  text-decoration: none;
}
.logo {
  height: 80px;
  width: 80px;
}
.line {
  width: 3px;
  height: 50px;
  background-color: #44c0ba;
  margin: 0 10px;
}
.KR_CENTER {
  background-color: #164447;
  height: 600px;
  width: 90%;
  margin: 50px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.opis_producenta_1 img {
  margin-left: 230px;
  margin-top: 50px;
  margin-bottom: 20px;
  width: 400px;
}
.opis_KR_CENTER {
  font-size: 22px;
  color: white;
  width: 650px;
  margin-left: 100px;
  text-align: justify;
  text-justify: inter-word;
  margin-top: 20px;
}
#zdjęcie_drzwi_1 {
  border-radius: 20px;
}
.do_pobrania {
  position: absolute;
  top: 680px;
  right: 800px;
  width: 700px;
  height: 150px;
  border-radius: 20px;
  background-color: #555555;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 10px 20px;
}
.download_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #44c0ba;
  font-size: 14px;
  width: 30%;
}
.download_item img {
  width: 40px;
  height: 40px;
  margin-top: 10px;
}
.line_separator {
  width: 2px;
  height: 100%;
  background-color: #44c0ba;
  margin: 0 10px;
}
.download_item p {
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  max-width: 150px;
  word-wrap: break-word;
  margin: 0 auto;
}
.download_item.oferta_specjalna {
  width: 40%;
}
.download_item.oferta_specjalna p {
  max-width: 220px;
  white-space: normal;
}
/* Sekcja VOSTER */
.VOSTER {
  background-color: #164447;
  height: 600px;
  width: 90%;
  margin: 150px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#zdjęcie_drzwi_voster {
  width: 600px;
  height: 100%;
  border-radius: 20px;
}
.opis_producenta_voster {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  margin: 0 auto;
}
#logo_voster {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.opis_VOSTER {
  font-size: 22px;
  color: white;
  line-height: 1,5;
  text-align: justify;
}
.do_pobrania_voster {
  position: absolute;
  width: 400px;
  top: 530px;
  right: 250px;
  height: 150px;
  border-radius: 20px;
  background-color: #555555;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.do_pobrania_voster .download_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 184px;
  height: 86px;
}
.do_pobrania_voster .download_item p {
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  max-width: 150px;
  word-wrap: break-word;
  margin: 0 auto;
}
.do_pobrania_voster .download_item img {
  width: 30px;
  height: 30px;
}
/* Sekcja DRE */
.DRE {
  background-color: #164447;
  height: 600px;
  width: 90%;
  margin: 150px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.opis_producenta_2 img {
  margin-left: 200px;
  margin-top: 50px;
  margin-bottom: 20px;
  width: 400px;
}
.opis_DRE {
  font-size: 22px;
  color: white;
  width: 700px;
  margin-left: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
  text-justify: inter-word;
}
#zdjęcie_drzwi_2 {
  border-radius: 20px;
  height: 600px;
  width: 600px;
}
.do_pobrania_DRE {
  position: absolute;
  top: 580px;
  right: 730px;
  width: 700px;
  height: 150px;
  border-radius: 20px;
  background-color: #555555;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 10px 20px;
}
/* Sekcja PORTA */
.PORTA {
  background-color: #164447;
  height: 600px;
  width: 90%;
  margin: 150px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#zdjęcie_drzwi_porta {
  width: 600px;
  height: 100%;
  border-radius: 20px;
}
.opis_producenta_porta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  margin: 0 auto;
}
#logo_porta {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.opis_PORTA {
  font-size: 22px;
  color: white;
  line-height: 1.5;
  text-align: justify;
}
.do_pobrania_PORTA {
  position: absolute;
  top: 570px;
  right: 100px;
  width: 700px;
  height: 100px;
  border-radius: 20px;
  background-color: #555555;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 10px 20px;
}
.do_pobrania_PORTA .download_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #44c0ba;
  font-size: 14px;
  width: 45%;
}
.do_pobrania_PORTA .download_item img {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
.do_pobrania_PORTA .download_item p {
  color: white;
  font-size: 18px;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}
.do_pobrania_PORTA .line_separator {
  width: 2px;
  height: 60%;
  background-color: #44c0ba;
}
/* Sekcja WIKĘD */
.WIKED {
  background-color: #164447;
  height: 600px;
  width: 90%;
  margin: 150px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#zdjęcie_drzwi_wiked {
  width: 600px;
  height: 100%;
  border-radius: 20px;
}
.opis_producenta_wiked {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  margin: 0 auto;
}
#logo_wiked {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.opis_WIKED {
  font-size: 22px;
  color: white;
  line-height: 1.5;
  text-align: justify;
}
.do_pobrania_WIKED {
  position: absolute;
  top: 570px;
  right: 900px;
  width: 300px;
  height: 100px;
  border-radius: 20px;
  background-color: #555555;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.do_pobrania_WIKED .download_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #44c0ba;
  font-size: 14px;
  width: 80%;
}
.do_pobrania_WIKED .download_item img {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
.do_pobrania_WIKED .download_item p {
  color: white;
  font-size: 18px;
  margin: 0;
}
/* Sekcja GERDA */
.GERDA {
  background-color: #164447;
  height: 600px;
  width: 90%;
  margin: 150px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#zdjęcie_drzwi_gerda {
  width: 600px;
  height: 100%;
  border-radius: 20px;
}
.opis_producenta_gerda {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  margin: 0 auto;
}
#logo_gerda {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.opis_GERDA {
  font-size: 22px;
  color: white;
  line-height: 1.5;
  text-align: justify;
}
.do_pobrania_GERDA {
  position: absolute;
  top: 570px;
  right: 100px;
  width: 700px;
  height: 100px;
  border-radius: 20px;
  background-color: #555555;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 10px 20px;
}
.do_pobrania_GERDA .download_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #44c0ba;
  font-size: 14px;
  width: 45%;
}
.do_pobrania_GERDA .download_item img {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
.do_pobrania_GERDA .download_item p {
  color: white;
  font-size: 18px;
  text-align: center;
  margin: 0;
  line-height: 1;
}
.do_pobrania_GERDA .line_separator {
  width: 2px;
  height: 60%;
  background-color: #44c0ba;
}
/* Sekcja ERKADO */
.ERKADO {
  background-color: #164447;
  height: 600px;
  width: 90%;
  margin: 150px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.opis_producenta_erkado {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  margin: 0 auto;
}
#logo_erkado {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.opis_ERKADO {
  font-size: 20px;
  color: white;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 30px;
}
#zdjęcie_drzwi_erkado {
  width: 600px;
  height: 600px;
  border-radius: 20px;
  object-fit: cover;
}
.do_pobrania_ERKADO {
  position: absolute;
  top: 620px;
  left: 50px;
  width: 850px;
  height: 100px;
  border-radius: 20px;
  background-color: #555555;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 10px 20px;
}
.do_pobrania_ERKADO .download_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #44c0ba;
  font-size: 14px;
  width: 28%;
}
.do_pobrania_ERKADO .download_item img {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
.do_pobrania_ERKADO .download_item p {
  color: white;
  font-size: 16px;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.do_pobrania_ERKADO .line_separator {
  width: 2px;
  height: 60%;
  background-color: #44c0ba;
}
/* Sekcja BARANSKI */
.BARANSKI {
  background-color: #164447;
  height: 600px;
  width: 90%;
  margin: 150px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#zdjęcie_drzwi_baranski {
  width: 600px;
  height: 100%;
  border-radius: 20px;
}
.opis_producenta_baranski {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  margin: 0 auto;
}
#logo_baranski {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.opis_BARANSKI {
  font-size: 22px;
  color: white;
  line-height: 1.5;
  text-align: justify;
}
.do_pobrania_BARANSKI {
  position: absolute;
  top: 570px;
  right: 100px;
  width: 700px;
  height: 100px;
  border-radius: 20px;
  background-color: #555555;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 10px 20px;
}
.do_pobrania_BARANSKI .download_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #44c0ba;
  font-size: 14px;
  width: 45%;
}
.do_pobrania_BARANSKI .download_item img {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
.do_pobrania_BARANSKI .download_item p {
  color: white;
  font-size: 18px;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}
.do_pobrania_BARANSKI .line_separator {
  width: 2px;
  height: 60%;
  background-color: #44c0ba;
}
/* MEDIA QUERIES */
@media (max-width: 1366px) {
  body {
    font-size: 90%;
  }
  nav {
    height: 65px;
  }
  nav a {
    font-size: 18px;
  }
  .logo {
    height: 70px;
    width: 70px;
  }
  .line {
    height: 45px;
  }
  .KR_CENTER {
    height: 540px;
    width: 85%;
  }
  .opis_producenta_1 img {
    margin-left: 180px;
    width: 360px;
  }
  .opis_KR_CENTER {
    font-size: 18px;
    width: 585px;
    margin-left: 70px;
  }
  #zdjęcie_drzwi_1 {
    width: 440px;
    height: auto;
  }
  .do_pobrania {
    top: 610px;
    right: 580px;
    width: 630px;
    height: 135px;
  }
  .VOSTER {
    height: 540px;
    width: 85%;
  }
  #zdjęcie_drzwi_voster {
    width: 440px;
    height: 100%;
  }
  .opis_producenta_voster {
    width: 585px;
  }
  .opis_VOSTER{
    font-size: 18px;
  }
  .do_pobrania_voster {
    width: 630px;
    height: 135px;
    right: 50px;
    top: 500px;
  }
  .DRE {
    height: 540px;
    width: 85%;
  }
  #zdjęcie_drzwi_2 {
    width: 440px;
    height: 540px;
  }
  .opis_producenta_2 img {
    width: 360px;
    margin-left: 200px;
    margin-bottom: 20px;
  }
  .opis_DRE {
    width: 600px;
    font-size: 18px;
    margin-left: 60px;
    margin-bottom: 80px;
  }
  .do_pobrania_DRE {
    width: 630px;
    height: 135px;
    right: 480px;
    top: 500px;
  }
  .PORTA {
    height: 540px;
    width: 85%;
  }
  #zdjęcie_drzwi_porta {
    width: 440px;
    height: 540px;
  }
  .opis_producenta_porta {
    width: 600px;
  }
  .opis_PORTA{
    font-size: 18px;
  }
  .do_pobrania_PORTA {
    width: 630px;
    height: 135px;
    top: 500px;
    right: 47px;
  }
  .WIKED {
    height: 540px;
    width: 85%;
  }
  #zdjęcie_drzwi_wiked {
    width: 440px;
    height: 540px;
  }
  .opis_producenta_wiked {
    width: 585px;
    font-size: 18px;
  }
  .opis_WIKED{
    font-size: 18px;
    margin-bottom: 40px;
  }
  .do_pobrania_WIKED {
    width: 630px;
    height: 130px;
    top: 500px;
    left: 50px;
  }
  .GERDA {
    height: 540px;
    width: 85%;
  }
  #zdjęcie_drzwi_gerda {
    width: 440px;
    height: 540px;
  }
  .opis_producenta_gerda {
    width: 585px;
    font-size: 20px;
  }
  .opis_GERDA{
    font-size: 18px;
  }
  .do_pobrania_GERDA {
    width: 630px;
    height: 135px;
    top: 500px;
    right: 50px;
  }
  .ERKADO {
    height: 540px;
    width: 85%;
  }
  #zdjęcie_drzwi_erkado {
    width: 440px;
    height: 540px;
  }
  .opis_producenta_erkado {
    width: 585px;
  }
  .opis_ERKADO {
    font-size: 18px;
  }
  .do_pobrania_ERKADO {
    width: 700px;
    height: 135px;
    top: 500px;
    left: 50px;
  }
  .BARANSKI {
    height: 540px;
    width: 85%;
  }
  #zdjęcie_drzwi_baranski {
    width: 440px;
    height: 540px;
  }
  .opis_producenta_baranski {
    width: 585px;
  }
  .opis_BARANSKI {
    font-size: 18px;
  }
  .do_pobrania_BARANSKI {
    width: 630px;
    height: 135px;
    top: 500px;
    right: 47px;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 110%;
  }
  nav {
    height: 85px;
  }
  nav a {
    font-size: 22px;
  }
  .logo {
    height: 90px;
    width: 90px;
  }
  .line {
    height: 55px;
  }
  .KR_CENTER {
    height: 660px;
    width: 95%;
  }
  .opis_producenta_1 img {
    margin-left: 260px;
    width: 440px;
  }
  .opis_KR_CENTER {
    font-size: 24px;
    width: 715px;
    margin-left: 180px;
  }
  #zdjęcie_drzwi_1 {
    width: 660px;
    height: auto;
  }
  .do_pobrania {
    top: 720px;
    right: 950px;
    width: 770px;
    height: 165px;
  }
  .VOSTER {
    height: 660px;
    width: 95%;
  }
  #zdjęcie_drzwi_voster {
    width: 660px;
    height: auto;
  }
  .opis_producenta_voster {
    width: 715px;
  }
  #logo_voster {
    margin-left: 220px;
  }
  .opis_VOSTER {
    font-size: 24px;
    width: 800px;
  }
  .do_pobrania_voster {
    width: 770px;
    height: 165px;
    top: 600px;
    right: 160px;
  }
  .DRE {
    height: 660px;
    width: 95%;
  }
  #zdjęcie_drzwi_2 {
    width: 660px;
    height: auto;
  }
  .opis_producenta_2 img {
    width: 440px;
    margin-left: 360px;
  }
  .opis_DRE {
    width: 1000px;
    font-size: 24px;
    margin-left: 100px;
  }
  .do_pobrania_DRE {
    width: 770px;
    height: 165px;
    top: 620px;
    right: 850px;
  }
  .PORTA {
    height: 660px;
    width: 95%;
  }
  #zdjęcie_drzwi_porta {
    width: 660px;
    height: auto;
  }
  .opis_producenta_porta {
    width: 715px;
    font-size: 24px;
  }
  .do_pobrania_PORTA {
    width: 770px;
    height: 165px;
    right: 200px;
  }
  .WIKED {
    height: 660px;
    width: 95%;
  }
  #zdjęcie_drzwi_wiked {
    width: 660px;
    height: auto;
  }
  .opis_producenta_wiked {
    width: 715px;
    font-size: 24px;
  }
  .opis_WIKED{
    width: 1000px;
    margin-left: -150px;
  }
  .do_pobrania_WIKED {
    width: 770px;
    height: 165px;
  }
  .GERDA {
    height: 660px;
    width: 95%;
  }
  #zdjęcie_drzwi_gerda {
    width: 660px;
    height: auto;
  }
  .opis_producenta_gerda {
    width: 715px;
    font-size: 24px;
  }
  .do_pobrania_GERDA {
    width: 770px;
    height: 165px;
    top: 600px;
    right: 190px;
  }
  .ERKADO {
    height: 660px;
    width: 95%;
  }
  #zdjęcie_drzwi_erkado {
    width: 660px;
    height: 660px;
  }
  .opis_producenta_erkado {
    width: 715px;
  }
  .opis_ERKADO {
    font-size: 24px;
  }
  .do_pobrania_ERKADO {
    width: 900px;
    height: 165px;
    top: 600px;
    left: 100px;
  }
  .BARANSKI {
    height: 660px;
    width: 95%;
  }
  #zdjęcie_drzwi_baranski {
    width: 660px;
    height: auto;
  }
  .opis_producenta_baranski {
    width: 715px;
  }
  .opis_BARANSKI {
    font-size: 24px;
  }
  .do_pobrania_BARANSKI {
    width: 770px;
    height: 165px;
    right: 200px;
  }
}
@media (max-width: 480px) {
  .KR_CENTER {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    padding: 10px;
    background-color: #164447;
    border-radius: 10px;
    width: calc(100% - 30px);
  }
  .KR_CENTER .line_separator {
    width: 80%;
    height: 2px;
    background-color: #44c0ba;
    margin: 10px auto;
  }
  #zdjęcie_drzwi_1 {
    order: 1;
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .opis_producenta_1 img {
    order: 2;
    width: 150px;
    height: auto;
    margin: 10px auto;
    display: block;
  }
  .opis_KR_CENTER {
    order: 3;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
    margin: 10px 0;
    width: 100%;
  }
  .do_pobrania{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: auto;
    right: auto;
    width: 200px;
    height: 500px;
    margin-top: 20px;
    z-index: 1;
  }
  .download_item p {
    display: flex;
    flex-direction: column;
    left: auto;
    right: auto;
    margin:0;
  }
  .VOSTER {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    padding: 10px;
    background-color: #164447;
    border-radius: 10px;
    width: calc(100% - 30px);
    margin-top: 550px;
  }
  .opis_producenta_voster{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 310px;
  }
  #zdjęcie_drzwi_voster {
    order: 1;
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  #logo_voster {
    order: 2;
    width: 150px;
    height: auto;
    margin: 0;
    left: 0;
    right: 0;
    display: block;
  }
  .opis_VOSTER {
    order: 3;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
    margin: 10px 0;
    width: 100%;
  }
  .do_pobrania_voster {
    order: 4;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    background-color: #555555;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    width: 200px;
    left: auto;
    right: auto;
  }
  .do_pobrania_voster .download_item {
    width: 90%;
    text-align: center;
  }
  .DRE {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    margin-top: 150px;
    padding: 10px;
    background-color: #164447;
    border-radius: 10px;
    width: calc(100% - 30px);
    height: 610px;
  }
  #zdjęcie_drzwi_2 {
    order: 1;
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .opis_producenta_2 img {
    order: 2;
    width: 150px;
    height: auto;
    margin: 10px auto;
    display: block;
  }
  .opis_DRE {
    order: 3;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
    margin: 10px 0;
    width: 100%;
  }
  .do_pobrania_DRE {
    order: 4;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    background-color: #555555;
    border-radius: 10px;
    margin-top: 10px;
    left: auto;
    right: auto;
    width: 200px;
    height: 300px;
    margin-top: 70px;
    z-index: 1;
  }
  .do_pobrania_DRE .download_item {
    width: 90%;
    text-align: center;
  }
  .DRE .line_separator {
    width: 80%;
    height: 2px;
    background-color: #44c0ba;
    margin: 10px auto;
  }
  .PORTA {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #164447;
    border-radius: 10px;
    width: calc(100% - 30px);
    margin-top: 300px;
  }
  .opis_producenta_porta{
    width: 300px;
    margin: 0;
  }
  #zdjęcie_drzwi_porta {
    order: 1;
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  #logo_porta {
    order: 2;
    width: 150px;
    height: auto;
    margin: 10px auto;
    display: block;
  }
  .opis_PORTA {
    order: 3;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
    width: 100%;
  }
  .do_pobrania_PORTA {
    order: 4;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    background-color: #555555;
    padding: 10px;
    border-radius: 10px;
    margin-top: 40px;
    left: auto;
    right: auto;
    z-index: 1;
    width: 200px;
    height: 250px;
  }
  .PORTA .line_separator {
    width: 80%;
    height: 2px;
    background-color: #44c0ba;
    margin: 10px auto;
  }
  .do_pobrania_PORTA .download_item {
    width: 90%;
    text-align: center;
  }
  .WIKED {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    padding: 10px;
    background-color: #164447;
    border-radius: 10px;
    width: calc(100% - 30px);
    margin-top: 300px;
    height: 630px;
  }
  #zdjęcie_drzwi_wiked {
    order: 1;
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  #logo_wiked {
    order: 2;
    width: 150px;
    height: auto;
    margin: 10px auto;
    display: block;
  }
  .opis_producenta_wiked{
    width: 300px;
  }
  .opis_WIKED {
    order: 3;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
    margin: 10px 0;
    width: 300px;
    left: auto;
    right: auto;
  }
  .do_pobrania_WIKED {
    order: 4;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    background-color: #555555;
    padding: 10px;
    border-radius: 10px;
    width: 200px;
    left: auto;
    right: auto;
    margin-top: 100px;
  }
  .do_pobrania_WIKED .download_item {
    width: 90%;
    text-align: center;
  }
  .GERDA {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    padding: 10px;
    background-color: #164447;
    border-radius: 10px;
    width: calc(100% - 30px);
    margin-top:150px;
    height: 600px;
  }
  #zdjęcie_drzwi_gerda {
    order: 1;
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  #logo_gerda {
    order: 2;
    width: 150px;
    height: auto;
    margin: 10px auto;
    left: auto;
    right: auto;
  }
  .opis_GERDA {
    order: 3;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
    margin: 10px 0;
    width: 300px;
  }
  .opis_producenta_gerda{
    width: 300px;
  }
  .do_pobrania_GERDA {
    order: 4;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    background-color: #555555;
    padding: 10px;
    border-radius: 10px;
    margin-top: 100px;
    width: 200px;
    height: 220px;
    right: auto;
  }
  .GERDA .line_separator {
    width: 80%;
    height: 2px;
    background-color: #44c0ba;
    margin: 10px auto;
  }
  .do_pobrania_GERDA .download_item {
    width: 90%;
    text-align: center;
  }
  .ERKADO {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    margin-top: 300px;
    padding: 10px;
    background-color: #164447;
    border-radius: 10px;
    width: calc(100% - 30px);
    height: auto;
  }
  .opis_producenta_erkado {
    width: 300px;
    margin: 0;
  }
  #zdjęcie_drzwi_erkado {
    order: 1;
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  #logo_erkado {
    order: 2;
    width: 150px;
    height: auto;
    margin: 10px auto;
    display: block;
  }
  .opis_ERKADO {
    order: 3;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
    width: 100%;
  }
  .do_pobrania_ERKADO {
    order: 4;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    background-color: #555555;
    padding: 10px;
    border-radius: 10px;
    margin-top: 40px;
    left: auto;
    right: auto;
    z-index: 1;
    width: 200px;
    height: 350px;
    position: relative;
    top: auto;
  }
  .ERKADO .line_separator {
    width: 80%;
    height: 2px;
    background-color: #44c0ba;
    margin: 10px auto;
  }
  .do_pobrania_ERKADO .download_item {
    width: 90%;
    text-align: center;
  }
  .BARANSKI {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    margin-top: 300px;
    padding: 10px;
    background-color: #164447;
    border-radius: 10px;
    width: calc(100% - 30px);
    height: auto;
  }
  .opis_producenta_baranski {
    width: 300px;
    margin: 0;
  }
  #zdjęcie_drzwi_baranski {
    order: 1;
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  #logo_baranski {
    order: 2;
    width: 150px;
    height: auto;
    margin: 10px auto;
    display: block;
  }
  .opis_BARANSKI {
    order: 3;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
    width: 100%;
  }
  .do_pobrania_BARANSKI {
    order: 4;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    background-color: #555555;
    padding: 10px;
    border-radius: 10px;
    margin-top: 40px;
    left: auto;
    right: auto;
    z-index: 1;
    width: 200px;
    height: 250px;
    position: relative;
    top: auto;
  }
  .BARANSKI .line_separator {
    width: 80%;
    height: 2px;
    background-color: #44c0ba;
    margin: 10px auto;
  }
  .do_pobrania_BARANSKI .download_item {
    width: 90%;
    text-align: center;
  }
  /* Ogólne poprawki dla sekcji producentów */
  section {
    height: auto !important;
    padding: 20px 10px;
    margin: 20px auto;
    position: relative;
  }

  /* Usuwanie absolutnego pozycjonowania dla bloków pobierania i ustawianie ich w kolumnie */
  .do_pobrania,
  .do_pobrania_voster,
  .do_pobrania_DRE,
  .do_pobrania_PORTA,
  .do_pobrania_WIKED,
  .do_pobrania_GERDA,
  .do_pobrania_ERKADO,
  .do_pobrania_BARANSKI {
    position: static !important;
    width: 90% !important;
    max-width: 300px;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    padding: 15px;
    background-color: #555555;
    border-radius: 10px;
    z-index: auto;
  }

  /* Poprawki dla itemów pobierania */
  .download_item {
    width: 100% !important;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
  }

  .download_item p {
    font-size: 16px;
    line-height: 1.4;
    max-width: none;
    white-space: normal;
    margin-bottom: 10px;
  }

  .download_item img {
    width: 40px;
    height: 40px;
  }

  /* Linie separatorów w kolumnie */
  .line_separator {
    width: 80% !important;
    height: 2px !important;
    margin: 15px auto !important;
  }

  /* Poprawki dla opisów i logo */
  .opis_producenta_1,
  .opis_producenta_voster,
  .opis_producenta_2,
  .opis_producenta_porta,
  .opis_producenta_wiked,
  .opis_producenta_gerda,
  .opis_producenta_erkado,
  .opis_producenta_baranski {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }

  .opis_KR_CENTER,
  .opis_VOSTER,
  .opis_DRE,
  .opis_PORTA,
  .opis_WIKED,
  .opis_GERDA,
  .opis_ERKADO,
  .opis_BARANSKI {
    font-size: 14px !important;
    width: 100%;
    margin: 15px 0;
    padding: 0 10px;
  }

  /* Logo i zdjęcia drzwi */
  #zdjęcie_1,
  #logo_voster,
  #zdjęcie_2,
  #logo_porta,
  #logo_wiked,
  #logo_gerda,
  #logo_erkado,
  #logo_baranski {
    width: 60% !important;
    max-width: 200px;
    margin: 15px auto !important;
    display: block;
  }

  #zdjęcie_drzwi_1,
  #zdjęcie_drzwi_voster,
  #zdjęcie_drzwi_2,
  #zdjęcie_drzwi_porta,
  #zdjęcie_drzwi_wiked,
  #zdjęcie_drzwi_gerda,
  #zdjęcie_drzwi_erkado,
  #zdjęcie_drzwi_baranski {
    width: 100% !important;
    max-width: 320px;
    height: auto;
    margin: 15px 0;
    border-radius: 10px;
  }

  /* Usuwanie marginesów top dla kolejnych sekcji */
  .VOSTER,
  .DRE,
  .PORTA,
  .WIKED,
  .GERDA,
  .ERKADO,
  .BARANSKI {
    margin-top: 30px !important;
  }

  /* Specyficzne poprawki dla ERKADO i innych z wieloma itemami */
  .do_pobrania_ERKADO .download_item p {
    font-size: 14px;
  }
}