@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');



body
{
margin:0px;
font-family: 'Ubuntu', sans-serif;
background:white;
}

body a, body a:hover, body a:focus
{

text-decoration:none;

}

body input, body select, body textarea
{
font-family: 'Ubuntu', sans-serif;
}

main
{
    min-height: 550px;   
}

footer
{
    margin-top: 85px;   
}


.kasuj
{
  clear:both;
}

.szer-container > .container
{
  width:1630px;
} 

header
{
width:100%;
position: relative;
}


.naglowek
{
  width:100%;
  position:fixed;
  background:transparent;
  top:0px;
  left:0px;
  z-index:9999;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0);
  box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;  
}


.naglowek-f
{
  width:100%;
  position:fixed;
  background:#035ba6;
  top:0px;
  left:0px;
  z-index:9999;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.28);
  box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.28);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;  
}



.naglowek-poz
{
 padding:23px 0px 23px 0px;
 position: relative;
}

.naglowek-poz .naglowek-logo
{

  width:auto;
  height:123px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  margin-right:40px; 
  display:inline-block;
  vertical-align:middle;
}





.naglowek-poz-f
{
  padding:13px 0px 13px 0px;
  position: relative;
}


.naglowek-poz-f .naglowek-logo
{

  width:auto;
  height:60px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s; 
  margin-right:40px; 
  display:inline-block;
  vertical-align:middle;
}





/*NAWIGACJA STRONY*/

.menu-strony-nav
{
    position:absolute;
    top:50%;
    right:0px;
    transform: translateY(-50%); 
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}




.menu-strony
{
  vertical-align: middle;
  display:inline-block;
  padding:0px;
  margin:0px;

}

.menu-strony > li
{
  list-style-type:none;
  display:inline-block;
  padding:14px 0px;
  position:relative;
}

.menu-strony > .menu-nad::before
{
  content:'';
  position:absolute;
  top:32px;
  right:21px;
  width:8px;
  height:8px;
  border-right:1px solid white;
  border-bottom:1px solid white;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;    
}


.menu-strony > .menu-nad:hover::before
{

  border-right:1px solid white;
  border-bottom:1px solid white;
   
}


.menu-strony > li > a
{
 
  color:white;
  display:inline-block;
  font-size:14px;
  font-weight:500; 
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding:14px 34px;
  text-transform:uppercase;
  letter-spacing:1px;
  border:1px solid transparent;
 

}

.menu-strony > .aktywny > a, .menu-strony > li > a:hover, .menu-strony > li:hover a
{
  color:white;
  border:1px solid white;
}

/*.menu-strony > li:last-child
{
  list-style-type:none;
  display:inline-block;
  padding:0px 0px 0px 23px;
}


.menu-strony > li:last-child > a
{
 
  color:white;
  display:inline-block;
  font-size:14px;
  font-weight:500; 
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding:14px 64px;
  text-transform:uppercase;
  letter-spacing:1px;
  border:1px solid white;
  background:transparent;

}

.menu-strony > .aktywny:last-child > a, .menu-strony > li:last-child > a:hover
{
  color:white;
  background:#ff0000;
  border:1px solid #ff0000;
}*/


.menu-strony > li > .menu-strony-pod
{
  position:absolute;
  top:100%;
  left:50%;
  display:block;
  visibility:hidden;
  opacity:0;
  padding:30px 0px 0px 0px;
  margin:0px;  
  width:250px;
  transform: translateX(-50%); 
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-bottom:10px solid #035ba6;
    -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.menu-strony > li:hover > .menu-strony-pod
{
  position:absolute;
  top:100%;
  left:50%;
  display:block;
  visibility:visible;
  opacity:1;
  padding:30px 0px 0px 0px;
  margin:0px;  
  width:250px;
  transform: translateX(-50%); 
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-bottom:10px solid #035ba6;
    -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.menu-strony > li > .menu-strony-pod::before
{
  content:'';
  position:absolute;
  top:10px;
  left:0px;
  width:100%;
  height:25px;
  background:url('/assets/img/menu-tlo.png') no-repeat top center;
}

.menu-strony > li > .menu-strony-pod > li
{
  list-style-type:none;
  display:block;
  background:#035ba6;
  padding:0px 24px 14px 24px;
}

.menu-strony > li > .menu-strony-pod > li > a
{
  color:white;
  display:inline-block;
  font-size:14px;
  font-weight:400; 
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  letter-spacing:1px;
  border:0px;
}

.menu-strony > li > .menu-strony-pod > li > a:hover
{
  color:#cccccc;

}


.menu-strony-przycisk-mobilny
{
  width:36px;
  height:26px;
  position: absolute;
  right:0px;
  top:30px;
  background:transparent;  
  border-top:3px solid white;
  border-bottom:3px solid white;
  display:none;
  cursor: pointer;

}

.menu-strony-przycisk-mobilny::before
{
  content:'';
  position: absolute;
  top:50%;
  left:0px;
  margin-top:-1.5px;
  width:100%;
  height:3px;
  background:white;

}


/*BANER STRONY*/



.baner-wszystko
{
  position: relative;
  width:100%;
}

.baner
{
  width:100%;
}

.baner-slajd
{
  position:relative;
}


.baner-slajd-zaw
{
  position:absolute;
  left:0px;
  top:0px;
  background-repeat:no-repeat;
  background-size:cover;
  width:100%;
  height:100%;
  background-position: center;
}

.baner-slajd video 
{
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    object-fit: cover;
}


.baner-slajd-tekst
{
    position:absolute;
    bottom:110px;
    left:0px;
    width:100%;
    z-index:999;
    
}



.baner-slajd-tekst-jeden
{
  color:white;
  font-size:14px;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:1px;
  padding-right:300px;
}

.baner-slajd-tekst-dwa
{
  color:white;
  font-size:72px;
  font-weight:700;
  padding-right:300px;
  
}

.baner-slajd-tekst-dwa span
{
  color:#f00000; 
}


.baner-zamow-okno
{
  position:absolute;
  bottom:110px;
  left:0px;
  width:100%;
  z-index:1000;
  text-align:right;
}

.baner-zamow-okno-zaw
{
  display:inline-block;
  width:200px;
  height:400px;
  overflow:hidden;
  position:relative;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background:white;
}

.baner-zamow-okno-zaw-nag
{
  background:#f00000;
  text-align:center;
  padding:18px 0px;
  color:white;
  font-size:18px;
  font-weight:700;

}

.baner-zamow-okno-zaw-osoba
{
  width:100%;
  height:70px;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow:    0px 5px 6px 0px rgba(0, 0, 0, 0.26);
  box-shadow:         0px 5px 6px 0px rgba(0, 0, 0, 0.26);
  position:relative;
  margin-bottom:110px;
}

.baner-zamow-okno-zaw-osoba-img
{
  position:absolute;
  top:28px;
  width:128px;
  height:128px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  left:50%;
  margin-left:-64px; 
}

.baner-zamow-okno-zaw-osoba-dane
{
  text-align:center;
  color:black;
  font-size:18px;
  font-weight:700;
}

.baner-zamow-okno-zaw-osoba-dane span
{
  color:#f00000;
  font-size:18px;
  font-weight:300;
}

.baner-zamow-okno-zaw-przycisk
{
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  height:56px;
  background:white;
  -webkit-box-shadow: 0px -5px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow:    0px -5px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow:         0px -5px 6px 0px rgba(0, 0, 0, 0.16);
}

.baner-zamow-okno-zaw-przycisk a
{
  display:block;
  position:absolute;
  top:10px;
  left:10px;
  width:calc(100% - 20px);
  height:calc(100% - 20px);
  background:#f00000;
  color:white;
  font-size:14px;
  font-weight:700; 
  text-align:center;
  line-height:36px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
      -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; 

}

.baner-zamow-okno-zaw-przycisk a:hover
{

  background:black;


}


.baner-strony-st-l
{
  width:24px;
  height:44px;
  position: absolute;
  top:50%;
  left:42px;
  margin-top:-21px;
  cursor: pointer;
  background:url('/assets/img/st-lewo.png') no-repeat center center;
  z-index:1996;
}



.baner-strony-st-p
{
  width:24px;
  height:44px;
  position: absolute;
  top:50%;
  right:42px;
  margin-top:-21px;
  cursor: pointer;
  background:url('/assets/img/st-prawo.png') no-repeat center center;
  z-index:1996;
}


.baner-strony-przed
{
  
  position: absolute;
  left:0px;
  bottom:30px;
  width:100%;
  z-index:600;
  text-align:center;

}


/*SEKCJA FIRMA*/


.sekcja-firma
{
  padding:160px 0px 70px 0px;
}

.sekcja-firma-nag
{
  color:#ce0009;
  font-size:72px;
  font-weight:700;
  /* margin:0px; */
  margin-bottom: 50px;  
}

.sekcja-firma-nag span
{
 /* display:block; */
  color:black; 
}

.sekcja-firma p
{
  font-size:18px;
  color:black;
  font-weight:400;
  line-height:30px; 
}


.sekcja-firma-przycisk
{
  text-align:right;
  padding-top:60px;
}

.sekcja-firma-przycisk a
{
  color:black;
  display:inline-block;
  font-size:14px;
  font-weight:500; 
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding:14px 14px;
  text-transform:uppercase;
  letter-spacing:1px;
  border:1px solid #ce0009;
  background:transparent;
  width:auto;
  max-width:200px;
  text-align:center;
}

.sekcja-firma-przycisk a:hover
{
  color:white;
  border:1px solid #ce0009;
  background:#ce0009;

}




/*SEKCJA ZALETY*/


.sekcja-firma-zalety
{
  padding:0px;
}

.sekcja-firma-zalety-zaw
{
  position:relative;
  padding-right:50%;
}

.sekcja-firma-zalety-zaw-ob
{
  width:100%;
  height:600px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}

.sekcja-firma-zalety-zaw-info
{
  position:absolute;
  left:50%;
  top:0px;
  width:50%;
  height:100%;
}



.sekcja-firma-zalety-zaw-info-blok-a
{
  position:absolute;
  top:0px;
  left:0px;
  width:33.3333333333333333%;
  height:100%;
  background:#8fbdd9;
}

.sekcja-firma-zalety-zaw-info-blok-liczba
{
  position:absolute;
  top:50%;
  left:0px;
  width:100%;
  text-align:center;
  font-size:180px;
  line-height:280px;
  color:white;
  font-weight:700;
  transform: translateY(-50%); 
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity:0.1;
}

.sekcja-firma-zalety-zaw-info-blok-tekst
{
  position:absolute;
  top:50%;
  left:0px;
  width:100%;
  text-align:center;
  transform: translateY(-50%); 
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);  
}

.sekcja-firma-zalety-zaw-info-blok-tekst-a
{
  font-size:18px;
  color:white;
  font-weight:700; 
}

.sekcja-firma-zalety-zaw-info-blok-tekst-b
{
  font-size:48px;
  color:white;
  font-weight:700; 
}

.sekcja-firma-zalety-zaw-info-blok-b
{
  position:absolute;
  top:0px;
  left:33.3333333333333333%;
  width:33.3333333333333333%;
  height:50%;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center; 
}


.sekcja-firma-zalety-zaw-info-blok-c
{
  position:absolute;
  top:50%;
  left:33.3333333333333333%;
  width:33.3333333333333333%;
  height:50%;
  background:#0378a6;
}

.sekcja-firma-zalety-zaw-info-blok-d
{
  position:absolute;
  top:0%;
  right:0px;
  width:33.3333333333333333%;
  height:50%;
  background:#0378a6;
}


.sekcja-firma-zalety-zaw-info-blok-e
{
  position:absolute;
  top:50%;
  right:0px;
  width:33.3333333333333333%;
  height:50%;
  background:#8fbdd9;
}

/*SEKCJA OFERTA*/

.sekcja-oferta
{
  position:relative;
  background:white url('/assets/img/tlo-oferta.jpg') no-repeat top left;
  background-size:100% auto;
  padding:90px 0px 70px 0px;
}

.sekcja-oferta-nag
{
  width:100%;
  height:160px;
  overflow:hidden;
}

.slick-przyciski
{
  position:absolute;
  top:0px;
  right:0px;
}

.slick-prev-przy
{
  width:24px;
  height:44px;
  cursor: pointer;
  background:url('/assets/img/st-lewo.png') no-repeat center center;
  display:inline-block;
  vertical-align:middle;
}



.slick-next-przy
{
  width:24px;
  height:44px;
  cursor: pointer;
  background:url('/assets/img/st-prawo.png') no-repeat center center;
  display:inline-block;
  vertical-align:middle;
  margin-left:40px;
}

.sekcja-oferta-nag-tekst
{
  color:white;
  font-size:72px;
  font-weight:700;
  margin:0px;
  position:relative;
  display:inline-block;
}

.sekcja-oferta-nag-tekst::before
{
  content:'';
  position:absolute;
  bottom:12px;
  left:calc(100% + 40px);
  width:1600px;
  border-bottom:1px solid white;
}

.sekcja-oferta-nag-tekst span
{
  color:#f00000;
}



.sekcja-oferta-pozycje-nad
{
  padding-left:calc((100% - 1600px) / 2);
}


.sekcja-oferta-pozycje
{
  width:100%;
  height:640px;
  overflow:hidden;
  float:right;
}

.sekcja-oferta-pozycje a, .sekcja-oferta-pozycje a:focus
{
  outline:0;
}

.sekcja-oferta-pozycje-sl
{
  width:123%;
  height:640px;
}

.sekcja-oferta-pozycje-sl-poz
{
  background:white;
  height:640px;
  margin:0px 20px 0px 0px;
}

.sekcja-oferta-pozycje-sl-poz-zaw
{
  background:white;
  height:640px;
  padding:0px 24px;
}

.sekcja-oferta-pozycje-sl-poz-zaw-nag
{
  color:black;
  font-size:24px;
  font-weight:700;
  text-align:center;
  margin:60px 0px;  
}

.sekcja-oferta-pozycje-sl-poz-zaw-nag span
{
  color:#f00000;
}

.sekcja-oferta-pozycje-sl-poz-zaw-ob
{
  position:relative;
  width:100%;
  height:315px;
  overflow:hidden;
}

.sekcja-oferta-pozycje-sl-poz-zaw-ob-img
{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transform: scale(1,1); 
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);   
}

a:hover .sekcja-oferta-pozycje-sl-poz-zaw-ob-img
{

  transform: scale(1.1,1.1); 
  -webkit-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);  
}

.sekcja-oferta-pozycje-sl-poz-zaw-ob-ikona
{
  position:absolute;
  left:50%;
  margin-left:-70px;
  bottom:0px;
  width:140px;
  height:100px;
  background-position:top center;
  background-repeat:no-repeat;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;  
}

a:hover .sekcja-oferta-pozycje-sl-poz-zaw-ob-ikona
{
  width:140px;
  height:110px;

}

.sekcja-oferta-pozycje-sl-poz-zaw-tekst
{
  padding-top:30px;
}

.sekcja-oferta-pozycje-sl-poz-zaw-tekst p
{
  
  color:black;
  font-size:18px;
  font-weight:400;
  line-height:30px; 
}

/*SEKCJA FILM*/

.sekcja-film-zaw
{
  width:100%;
  height:687px;
  position:relative;
}

.sekcja-film-zaw .sekcja-film-mp4
{
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  object-fit: cover;
}

.sekcja-film-zaw-play
{
  top:50%;
  left:50%;
  position: absolute;
  width:148px;
  height:148px;
  margin:-74px 0px 0px -74px; 
  cursor:pointer;
  z-index:999;
  background:url('/assets/img/play.png') no-repeat center center; 
}

/*SEKCJA AKTUALNOŚCI*/


/*SEKCJA OFERTA*/

.sekcja-aktualnosci
{
  position:relative;
  padding:90px 0px 70px 0px;
}


.sekcja-aktualnosci-nag
{
  color:black;
  font-size:72px;
  font-weight:700;
  margin:0px 0px 60px 0px;
  position:relative;
  display:inline-block;
}


.sekcja-aktualnosci-nag span
{
  color:#f00000;
}


.sekcja-aktualnosci-poz-data
{
  color:black;
  font-size:24px;
  font-weight:700;
  margin:40px 0px; 
}

.sekcja-aktualnosci-poz-data span
{
  color:#f00000; 
}

.sekcja-aktualnosci-poz-ob
{
  position:relative;
  width:100%;
  height:200px;
  overflow:hidden;
}

.sekcja-aktualnosci-poz-ob-img
{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transform: scale(1,1); 
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);   
}

a:hover .sekcja-aktualnosci-poz-ob-img
{

  transform: scale(1.1,1.1); 
  -webkit-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);  
}

.sekcja-aktualnosci-poz-tekst
{
  margin:40px 0px;
}

.sekcja-aktualnosci-poz-tekst-nag
{
  color:black;
  font-size:24px;
  font-weight:700;
  margin:0px 0px 40px 0px;     
}

.sekcja-aktualnosci-poz-tekst p
{
  color:black;
  font-size:18px;
  font-weight:400;
  line-height:30px;
}

.sekcja-aktualnosci-poz-tekst p span
{
  color:black;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#f00000;
  font-size:14px;
}


/*SEKCJA ZMÓWTRANSPORT*/

.sekcja-zamow-transport
{
  padding:150px 0px 0px 0px;
}

.sekcja-zamow-transport-gora
{
  padding:20px 0px;
  background:#f00000;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.26);
  color:white;
  font-size:18px;
  font-weight:700;
}

.sekcja-zamow-transport-gora h5
{
  font-size:18px;
  font-weight:700;
  margin:0px;  
}

.sekcja-zamow-transport-dol
{
  padding:40px 0px;
  background:#f2f2f2;
}

.sekcja-zamow-transport-dol-poz
{
  color:black;
  font-size:24px;
  font-weight:700;  
}

.sekcja-zamow-transport-dol-poz span, .sekcja-zamow-transport-dol-poz a, .sekcja-zamow-transport-dol-poz a:hover
{
  color:#f00000;
  font-size:18px;
  font-weight:400;
  display:block;
  word-wrap:break-word;  
}

.sekcja-zamow-transport-dol-poz-ob
{
  position:relative;
  width:100%;
}

.sekcja-zamow-transport-dol-poz-ob img
{
  position:absolute;
  bottom:-100px;
  left:0px;
}


/*MAPA*/

.sekcja-mapa
{
  width:100%;
  padding-top:4px;
}

.sekcja-mapa iframe
{
  width:100%;
  height:500px;
  display:block;
}

/*STOPKA*/

.stopka-projekt
{

  padding:60px 0px;
}

.stopka-projekt-p, .stopka-projekt-p a, .stopka-projekt-p a:hover
{
  font-size:10px;
  font-weight:300;
  color:#555;  
}


/*KASOWANIE MARGINESÓW BOOSTRAPA*/

.row-kasuj > div
{
  padding-right: 0px;
  padding-left: 0px;
}

/*DODANE*/

.zawartosc-podstrona
{
    margin-top: 180px;
}

#cookie-warn-wrapper {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #035ba6;
    padding: 5px 0;
    z-index: 999;
}

#cookie-warn-wrapper div {
    margin-top: 8px;
    font-size: 12px;
    line-height: 2px;
    padding-top: 3px;
    text-align: center;
    color: #fff;
}

#cookie-warn-wrapper .cookie-button {
    font-weight: bold;
    margin-left: 10px;
    color: #fff;
    background-color: #ed1c24;
    padding: 4px 8px;
}

#cookie-warn-wrapper div a:link{
    color: white;
}

#komunikat-rodo{
    color: white;
}

.naglowek-podstrona
{
    margin-bottom: 75px;
}

.tresc-podstrony
{
    font-size: 18px;
    color: black;
    font-weight: 400;
    line-height: 30px;
}

.news-tytul
{
    margin-top: 0px;
}

.kontakt-calosc
{
    margin-top: 180px;
}

.mapka
{
    margin-top: 90px;
}

.formularz-kontaktowy-calosc
{
    margin-top: 100px;
}

.formularz-kontaktowy-naglowek
{
  margin-bottom: 50px;  
}

.kontakt-dane
{
    margin-top: 65px;
    font-size: 18px;
}

.menu-strony-nav img, .spolecznosciowe img
{
    width: 32px;
    height: 32px;
}

.stopka-polityka-prywatnosci
{
    text-align: right;
}

.spolecznosciowe
{
    visibility: hidden;
}

.mapka #map iframe{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.kontakt-dane h2{
    font-weight: 500;
    font-size: 35px;
}