@font-face{
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    fallback: Arial;
    src: local('Myriad Pro Regular'), url('MYRIADPRO-REGULAR.woff') format('woff');
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: Arial;
    scroll-behavior: smooth;
    transition: 0.5s;
    margin: 0;
    padding: 0;
}
@media (orientation: landscape) {
a{
	text-decoration: none;
}
/* Dostępność */
body section{
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
}
body section button{
  font-size: 1.1vw;
  margin-top: 0;
  margin-bottom: 0.2vw;
  border: 0;
  background: none;
  cursor: pointer;
}
body section a{
  color: #000000;
  text-decoration: none;
}
body section a:hover{
	color: #000000;
}
body section a:visited{
	color: #000000;
}
body section a:active{
	color: #000000;
}
/* Stylizacja nagłówka */
header:first-of-type{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 8.2vw;
    transition: background-color 0.5s;
}
header figure{
    margin-top: 0;
    width: 28%;
    display: flex;
    margin-left: 0.8vw;
}
header figure img{
    height: 7.5vw;
    margin-top: 0.5vw;
}
header figure p{
    font-family: 'Myriad Pro Regular';
    font-weight: bold;
    line-height: 2.25vw;
    text-align: center;
    font-size: 1.6vw;
    margin-top: 0.7vw;
}
header address{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8%;
}
header address img{
    width: 3vw;
}
header address p:first-of-type{
    margin-right: 5vw;
}
header address p{
    font-size: 0.9vw;
    font-style: normal;
}
header address p::first-line{
    font-weight: bold;
}
/* Menu nawigacyjne*/
nav{
    margin: 0;
    position: sticky;
    top: 0vw;
    width: 100%;
    min-height: 4vw;
    z-index: 999;
    transition: background-color 0.5s;
}
nav img{
  display: none;
}
button#guzik{
  display: none;
}
nav ul:first-of-type{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
}
nav li{
    text-align: center;
    font-weight: bold;
    width: 10.5%;
    height: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8vw;
    transition: background-color 0.5s;

}
li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Cookie*/
div#cookie{
 position: fixed;
 width: 100%;
 height: 8%;
 bottom: 0;
 z-index: 998;
 display: flex;
 justify-content: center;
 align-items: center;
}
div#cookie p:first-of-type{
  display: none;
}
div#cookie a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  width: auto;
  height: auto;
}
div#cookie p a{
  text-decoration: underline;
}
div#cookie button{
  border: none;
  cursor: pointer;
  align-self: center;
  height: 50%;
  margin-left: 3vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 0.93vw;
  transition: color 1s;
}
/* Komunikaty */
body div.komunikaty{
  position: fixed;
  left: 0;
  top: 35%;
  width: 22vw;
  height: 27vw;
  z-index: 999;
  display: flex;
  transform: translateX(-90%);
  transition: 0.7s;
}
body div#komunikaty button{
  writing-mode: vertical-lr;
  height: 30%;
  width: 10%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-top-right-radius: 0.8vw;
  border-bottom-right-radius: 0.8vw;
  font-size: 0.9vw;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.5s;
}
body div#komunikaty section{
  width: 90%;
  height: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
}
body div#komunikaty section div{
  border-bottom: 1px solid #808080;
}
body div#komunikaty section div h2{
  margin-left: 4%;
  width: 90%;
  margin-right: 4%;
}
body div#komunikaty section div p{
  width: 90%;
  margin: 5%;
  text-align: justify;
  font-size: 110%;
}
body div#komunikaty section div p:nth-child(4),
body div#komunikaty section div p:nth-child(2){
  font-weight: bold;
}
div#komunikaty section div ul li a{
  font-size: 110%;
	text-decoration: none;
  display: block;
  width: 90%;
}
div#komunikaty section div ul li a::after{
  margin-left: 0.5vw;
  text-decoration: none;
}
div#komunikaty section div ul li a:hover{
  text-decoration: underline;
}
/* Cześć główna */
main section article {
    position: relative;
    width: 84%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
main section article:not(article.inne){
    aspect-ratio: 16/9;
}
article.inne{
  padding-bottom: 20px;
}
  main section article::before,
  main section article::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9.5%;
    height: 100%;
  }
  main section article::before {
    left: -9.5%;
  }
  
  main section article::after {
    right: -9.5%;
  }
  main section article header:first-of-type{
    width: 60%;
    font-size: 150%;
    background: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 2%;
  }
  main section article p{
    width: 52%;
    margin-left: 4%;
    margin-right: 4%;
    text-align: justify;
    font-size: 115%;
  }

  main section article figure{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  main section article figure img{
    width: 40%;
  }
  main section article nav{
    width: auto;
    height: auto;
    background: none;
    z-index: 900;
    position: relative;
  }
  main section article nav ul li{
    background: none;
    font-weight: normal;
    width: auto;
  }
  main section article nav ul li:hover{
    transition: background-color 0.5s;
  }
  main section article aside{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section#ONAS li a{
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 0.25vw;
    padding-bottom: 0.25vw;
}
  main section article aside figure:first-of-type{
    width: 100%;
    margin: 0;
  }
  main section article aside figure:first-of-type img{
    width: 60%;
    aspect-ratio: 16/12;
  }
  img#sliderImage {
    max-width: 100%;
    opacity: 1;
    transition: opacity 0.75s ease-in-out; 
  }
  main section article aside figure img{
    width: 15%;
  }
  main section article aside figure {
    display: flex;
    flex-direction: column;
  }
  main section article aside figure figcaption{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main section article aside figure p{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  main section article aside h2{
    margin-top: 3vw;
  }
  main section article aside h3{
    margin-bottom: 0;
  }
  main section article aside p{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  section#POZINFO article{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: start;
    justify-content: center
  }
  section#POZINFO article header{
    width: 100%;
    height: 10%;
    font-weight: bold;
    
}
section#POZINFO article p{
    width: auto;
    text-align: justify;
}
section#POZINFO article section{
    width: 33.33%;
    height: 20%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
section#POZINFO article section figure{
    display: flex;
    flex-direction: column;
}
section#POZINFO article section figure img{
    width: 27%;
}
section#POZINFO article section figure p{
    text-align: center;
    font-weight: bold;
    font-size: 95%;
    margin-top: 0;
}
section#POZINFO article section li{
    width: auto;
}
section#POZINFO li a{
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 0.25vw;
  padding-bottom: 0.25vw;
}
section#KONTAKT article {
  display: flex;
  justify-content: start;
  align-items: center;
}
section#KONTAKT article header{
    width: 100%;
    height: 10%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 150%;
}
main section#KONTAKT article address figure img{
    width: 7%;
}
main section#KONTAKT article address figure{
    margin-left: 5vw;
   display: flex;
   justify-content: start;
}
main section#KONTAKT article address {
    width: 100%;
}
main section#KONTAKT article address figure figcaption{
    width: 100%;  
}
main section#KONTAKT article address figure figcaption p{
    margin-left: 1vw;
    font-style: normal;
    font-size: 115%;
}
main section#KONTAKT article address figure figcaption p::first-line{
    font-weight: bold;
}
iframe{
  border: none;
  width: 70%;
  height: 30%;
  margin-top: 2%;
}
section#STREFAPACJENTA article header{
  width: 100%;
  height: 10%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150%;
}
section#STREFAPACJENTA article h2{
  font-size: 115%;
  margin-left: 3.2vw;
  margin-top: 2vw;
  margin-bottom: 0;
}
section#STREFAPACJENTA{
  font-size: 100%;
}
section#STREFAPACJENTA article p a{
	text-decoration: none;
}

section#STREFAPACJENTA article p a:hover{
  text-decoration: underline;
}
section#STREFAPACJENTA article p a:first-of-type{
  font-size: 90%;
	text-decoration: none;
}
section#STREFAPACJENTA article p a:first-of-type:hover{
  text-decoration: underline;
}
section#STREFAPACJENTA article ul li{
  margin-left: 3vw;
  font-size: 100%;
}
section#STREFAPACJENTA article ul li a{
  font-size: 90%;
	text-decoration: none;
  display: block;
}
section#STREFAPACJENTA article ul li a::after{
  content: "\1F847";
  margin-left: 0.5vw;
  text-decoration: none;
}
section#STREFAPACJENTA article ul li a:hover{
  text-decoration: underline;
}
section#AKTUALNOSCI article header{
  width: 100%;
  height: 10%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150%;
}
section#AKTUALNOSCI article ul li{
  margin-left: 3vw;
  font-size: 110%;
}
section#AKTUALNOSCI article ul li a{
  font-size: 95%;
	text-decoration: none;
  display: block;
}
section#AKTUALNOSCI article ul li a::after{
  content: "\1F847";
  margin-left: 0.5vw;
  text-decoration: none;
}
section#AKTUALNOSCI article ul li a:hover{
  text-decoration: underline;
}
main section#AKTUALNOSCI article div{
  height: 86%;
  width: 100%;
  overflow-y: scroll;
}
main section#AKTUALNOSCI article div section{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items:start ;
  border-bottom: 1px solid #808080;
  padding-bottom: 2vw;
}
main section#AKTUALNOSCI article div section:last-child:not(:first-child){
  border: none;
}
main section#AKTUALNOSCI article div section:first-child{
  border-top: 1px solid #808080;
}
main section#AKTUALNOSCI article div section h2{
  margin-top: 3vw;
  margin-left: 4%;
}
main section#AKTUALNOSCI article div section p{
  width: 80%;
}
main section#AKTUALNOSCI article div section p:nth-child(3){
  font-weight: bold;
}
section#PORADNIA article {
  display: flex;
  justify-content: start;
  align-items: center;
}
section#PORADNIA article header{
  width: 100%;
  height: 10%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150%;
}
section#PORADNIA article p:first-of-type{
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
main section#PORADNIA article address figure img{
  width: 7%;

}
main section#PORADNIA article address figure{
  margin-left: 5vw;
 display: flex;
 justify-content: start;
  
}
main section#PORADNIA article address {
  width: 100%;
}
main section#PORADNIA article address figure figcaption{
  width: 100%;
  
}
main section#PORADNIA article address figure figcaption p:first-of-type{
  margin-left: 1vw;
  font-style: normal;
  font-size: 115%;
  text-align: left;
}
main section#PORADNIA article address figure figcaption p::first-line{
  font-weight: bold;
}
footer{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section#LEKISTALE article header{
  width: 100%;
  height: 10%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150%;
}
section#LEKISTALE article ol{
  font-size: 115%;
  line-height: 2vw;
  width: 90%;
  text-align: justify;
}
section#LEKISTALE article p{
  margin-top: 10vw;
  width: 80%;
}

section#CENNIK table{
  box-sizing: border-box;
  margin: 3.5vw;
  margin-top: 0;
  border-color: #dadada;
}
section#CENNIK table td{
  padding: 1vw;
}
section#CENNIK article p{
  font-size: 97%;
  width: 80%;
}
section#CENNIK ol:not(ol.inne2){
  margin-left: 4vw;
}
section#CENNIK article{
  box-sizing: border-box;
  padding-top: 2vw;
}
section#CENNIK ul:not(ul.inne2){
  width: 100px;
  display: flex;
  align-items: start;
  margin-left: 60px;
}

section#CENNIK li{
  margin-top: 10px;
}
section#CENNIK ul a{
  text-decoration: underline;
}
}
@media (orientation: portrait) {
  body section{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  body section button{
    border: 1px solid #7a7a7a;
    border-radius: 2vw;
    background: none;
    cursor: pointer;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-bottom: 0.5vw;
  }
  body section a{
    color: #000000;
    text-decoration: none;
  }
  body section a:hover{
    color: #000000;
  }
  body section a:visited{
    color: #000000;
  }
  body section a:active{
    color: #000000;
  }
  /* Cookie*/
div#cookie{
  position: fixed;
  width: 100%;
  height: 50vw;
  bottom: 0;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
 }
 div#cookie a{
  margin-left: 10%;
  text-decoration: underline;
  font-size: 110%;
  width: 50%;
  margin-right: 30%;
 }
 div#cookie p{
  font-size: 110%;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 0;
  margin-top: 0;
  text-align: justify;
 }
 div#cookie p:first-of-type{
  font-size: 110%;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 0;
  font-weight: bold;
  margin-top: 5%;
  height: 10%;
 }

 div#cookie button{
   border: none;
   cursor: pointer;
   margin-right: 10%;
   font-size: 3vw;
   width: 20vw;
   height: 10vw;
   transition: color 1s;
   align-self: center;
   margin-left: 70%;
   
 }
  /* Sekcja nagłówka */
  header:first-of-type{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    max-height: 200px;
    transition: background-color 0.5s;
}
header figure{
  margin-top: 2vw;
  margin-left: 0;
  width: 32%;
  height: 25vw;
  display: flex;
}

header figure p{
  font-family: 'Myriad Pro Regular';
  font-weight: bold;
  text-align: center;
  font-size: 5.5vw;
  line-height:8.5vw;
  margin-top: 0;
}
header address{
  display: none;
}
/* Menu nawigacyjne*/
nav{
  margin: 0;
  position: sticky;
  top: 0vw;
  width: 100%;
  min-height: 15vw;
  z-index: 999;
  transition: background-color 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
nav button#guzik{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
}
nav img{
  height: 15vw;
}
nav ul:first-of-type{
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
}
nav li{
  text-align: center;
  font-weight: bold;
  width: 50%;
  height: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5vw;
  transition: background-color 0.5s;

}
li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Komunikaty */
body div.komunikaty{
  position: fixed;
  left: 0;
  top: 60vw;
  width: 65vw;
  height: 70vw;
  z-index: 998;
  display: flex;
  transform: translateX(-90%);
  transition: 0.7s;
}
body div#komunikaty button{
  writing-mode: vertical-lr;
  height: 30%;
  width: 10%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-top-right-radius: 1vw;
  border-bottom-right-radius: 1vw;
  font-size: 2.8vw;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
body div#komunikaty section{
  width: 90%;
  height: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
}
body div#komunikaty section div{
  border-bottom: 1px solid #808080;
}
body div#komunikaty section div h2{
  margin-left: 4%;
  width: 90%;
  margin-right: 4%;
}
body div#komunikaty section div p{
  width: 90%;
  margin: 5%;
  text-align: justify;
  font-size: 110%;
}
body div#komunikaty section div p:nth-child(4),
body div#komunikaty section div p:nth-child(2){
  font-weight: bold;
}
div#komunikaty section div ul li a{
  font-size: 110%;
	text-decoration: none;
  display: block;
  width: 90%;
}
div#komunikaty section div ul li a::after{
  margin-left: 0.5vw;
  text-decoration: none;
}
div#komunikaty section div ul li a:hover{
  text-decoration: underline;
}
/* Część główna*/
main section article {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
main section#ONAS article header{
  width: 100%;
  font-size: 150%;
  background: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 2%;
}
main section article p{
  width: 100%;
  margin-left: 4%;
  margin-right: 4%;
  text-align: justify;
  font-size: 105%;
}
main section#ONAS article aside{
  display: none;
}
main section#ONAS article figure{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
main section#ONAS article figure img{
  width: 60%;
}
main section#ONAS article nav{
  width: 100%;
  background: none;
  z-index: 900;
}
main section#ONAS article nav ul {
  display: block;
  width: 58%;
  margin-bottom: 10%;
}
main section#ONAS article nav ul li{
  background: none;
  font-weight: normal;
  height: 19vw;
  width: 100%;
}
main section#ONAS article nav ul li a{
  color: #000000;
}
main section#ONAS article nav ul li a:hover{
  color: #000000;
}

main section#ONAS article nav ul li:hover{
  transition: background-color 0.5s;
}
section#POZINFO article{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
  justify-content: center
}
section#POZINFO article header{
  width: 100%;
  font-size: 150%;
  margin-top: 10%;
  background: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 5%;
}
section#POZINFO article section{
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
section#POZINFO article section figure{
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#POZINFO article section figure img{
  width: 17%;
  margin-bottom: 5%;
}
section#POZINFO article section figure p{
  text-align: center;
  font-weight: bold;
  font-size: 90%;
  margin: 0;
  padding-bottom: 10%;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  box-sizing: border-box;
}
section#POZINFO article section:nth-of-type(7) figure{
  width: 100%;
}
section#POZINFO article section:nth-of-type(7) figure p{
  text-align: center;
  font-weight: bold;
  font-size: 95%;
  margin: 0;
  padding-bottom: 20%;
  width: 100%;
}
main section#POZINFO article nav{
  width: 100%;
  background: none;
  z-index: 900;
  margin-top: 10%;
}
main section#POZINFO article nav ul {
  display: block;
  width: 58%;
  margin-bottom: 10%;
}
main section#POZINFO article nav ul li{
  background: none;
  font-weight: normal;
  height: 19vw;
  width: 100%;
}
main section#POZINFO article nav ul li:hover{
  transition: background-color 0.5s;
}
main section#KONTAKT article{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
section#KONTAKT article header{
  width: 100%;
  font-size: 150%;
  margin-top: 10%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 5%;
}
main section#KONTAKT article address figure img{
  width: 20%;
}
main section#KONTAKT article address figure{
  display: flex;
  justify-content: center;
  align-items: center;
}
main section#KONTAKT article address {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
main section#KONTAKT article address figure figcaption{
  width: auto;  
}
main section#KONTAKT article address figure figcaption p{
  font-style: normal;
  font-size: 115%;
}
main section#KONTAKT article address figure figcaption p::first-line{
  font-weight: bold;
}
iframe{
  border: none;
  width: 90%;
  height: 30%;
  margin-top: 5%;
  margin-bottom: 20%;
}
section#STREFAPACJENTA article header{
  width: 100%;
  font-size: 150%;
  margin-top: 10%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 5%;
}
section#STREFAPACJENTA article nav ul li a{
  display: flex;
  justify-content: start;
  text-align: start;
  text-decoration: none;
}
section#STREFAPACJENTA article ul li a{
  display: flex;
  justify-content: start;
  text-align: start;
  text-decoration: none;
}
section#STREFAPACJENTA article h2{
  margin-left: 4%;
}


section#CENNIK table{
  box-sizing: border-box;
  margin: 3.5vw;
  margin-top: 0;
  font-size: 75%;
}
section#CENNIK table td{
  padding: 5px;
}
section#CENNIK ul a{
  text-decoration: underline;
  font-size: 80%;
}

section#AKTUALNOSCI article header{
  width: 100%;
  font-size: 150%;
  margin-top: 10%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 5%;
}
section#AKTUALNOSCI article ul li{
  margin-left: 3vw;
  font-size: 110%;
  line-height: 6vw;
}
section#AKTUALNOSCI article ul li a{
  font-size: 95%;
	text-decoration: none;
  display: block;
}
section#AKTUALNOSCI article ul li a:hover{
  text-decoration: underline;
}
main section#AKTUALNOSCI article div{
  height: 86%;
  width: 100%;
  overflow-y: scroll;
}
main section#AKTUALNOSCI article div section{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items:start ;
  border-bottom: 1px solid #808080;
  padding-bottom: 2vw;
}
main section#AKTUALNOSCI article div section:last-child:not(:first-child){
  border: none;
}
main section#AKTUALNOSCI article div section:first-child{
  border-top: 1px solid #808080;
}
main section#AKTUALNOSCI article div section h2{
  margin-top: 4vw;
  width: 100%;
  text-align: center;
}
main section#AKTUALNOSCI article div section p{
  width: 90%;
}
main section#AKTUALNOSCI article div section p:nth-child(3){
  font-weight: bold;
  margin-bottom: 0;
}
section#PORADNIA article header{
  width: 100%;
  font-size: 150%;
  margin-top: 10%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 5%;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}
main section#PORADNIA article{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
section#PORADNIA article p{
  text-align: center;
}
main section#PORADNIA article address figure img{
  width: 20%;
}
main section#PORADNIA article address figure{
  display: flex;
  justify-content: center;
  align-items: center;
}
main section#PORADNIA article address {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
main section#PORADNIA article address figure figcaption{
  width: auto;  
}
main section#PORADNIA article address figure figcaption p{
  font-style: normal;
  font-size: 115%;
  text-align: start;
}
main section#PORADNIA article address figure figcaption p::first-line{
  font-weight: bold;
}
footer{
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p{
  margin: 5%;
  text-align: center;
}
section#LEKISTALE article header{
  width: 100%;
  font-size: 150%;
  margin-top: 5%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 5%;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}
section#LEKISTALE article ol{
 width: 90%;
 text-align: justify;
 margin-top: 0;
 margin-left:5%;
 margin-right:5%;
 padding: 0;
}
}