@import url('https://fonts.googleapis.com/css2?family=TASA+Orbiter:wght@400..800&display=swap');


/* RESET STYLI  */

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
}

html, body, div, span, applet, object, iframe,
                h1, h2, h3, h4, h5, h6,  blockquote, pre,
                a, abbr, acronym, address, big, cite, code,
                del, dfn, em, font, img, ins, kbd, q, s, samp,
                small, strike, sub, sup, tt, var,
                dl, dt, dd,
                fieldset, form, label, legend {
                    margin: 0;
                    padding: 0;
                    border: 0;
                    outline: 0;
                    font-weight: inherit;
                    font-style: inherit;
                    font-size: 100%;
                    vertical-align: baseline;
                }
                :focus {
                    outline: 0;
                }
                body {
                    line-height: 26px;
                    color:#30353A;
					background-color:white;
				    font-size:15px;
					font-family: "TASA Orbiter", sans-serif;
					font-weight:400;
                }

                blockquote:before, blockquote:after,
                q:before, q:after {
                    content: "";
                }
                blockquote, q {
                    quotes: "" "";
                }




div, nav, header, footer, table, tr, td, ul, li {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.strona {
	width: 100%;
	border: 0px;
	margin:0 auto;
	min-width:300px;
	max-width:1520px;
	padding: 0px 4%;
}

.ramka {
	width: 100%;
	border: 0px;
	float:left;
}

.tloniebieskie {
	width: 100%;
	border: 0px;
	float:left;
	background-color:#0075BF;
	color:white;
}	


.cycle-slideshow.baner {
float:left;
width:100%;
}	


header {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; /* normalnie */
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s ease;
}

header.fixed {
  position: fixed; /* dopiero po scrollu */
  top: 0;
  left: 0;
  background-color: #0075BF; /* opcjonalnie można zostawić transparent */
}


header .ramka {
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	height: 160px;
	padding-left: 5%;
	padding-right: 5%;
	float: none;
}	

header.fixed .ramka {

	height: 90px;

}



header  {
background-color: #0075BF;
}	



.glowna1nadrzedna header, .glowna2nadrzedna header, .glowna10nadrzedna header, .glowna4.podrzedna header   {
background-color: transparent;
}	






header .ramka {
background-color: #0075BF;
}	



.glowna1nadrzedna header .ramka, .glowna2nadrzedna header .ramka, .glowna10nadrzedna header .ramka , .glowna4.podrzedna header .ramka {
background-color: transparent;
}	




header .logo {
	width: 20%;
	border: 0px;
	float:left;
}	

header .logo img {
	width:100%;
	max-width: 250px;
}	

header .logo img:hover {
	opacity:0.7;
}	


header nav {
	width: 80%;
	border: 0px;
	float:left;
}	



#nawigacja-menu{
    list-style: none;
	margin: 0px 0px 0px 0px;
	display:inline-block;
	padding:0px;
	display:block;
	float:right;
	
}

#nawigacja-menu ul {
display:none !important; 	
}	


#nawigacja-menu li{
display:inline-block;
margin:0px;
padding:0px;
float:left;
vertical-align:middle;
}


#nawigacja-menu li a{
	color:white;
	text-decoration:none;
	vertical-align:middle;
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	padding:10px 30px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#nawigacja-menu li a:hover {
	color:white;
	background-color:#24AAE1;
}	

#nawigacja-menu li.menubold a {
	color:white;
	background-color:#24AAE1;
}

.baner.responsive3  {
	float:left;
	width:100%;
	position:relative;
	overflow: hidden;
}	


.baner.responsive3  .slick-prev {
width:48px;
height:48px;
position:absolute !important;
left:10px;
top:0;
bottom:0;
margin:0 auto;
	background-image:url('../grafika/left.webp');
	background-repeat : no-repeat;
	background-position:center center;
	position:relative;
	z-index:99;
	margin:auto 0;
	border:0px;
	background-color:transparent;
	display:block;
	font-size:0px;
	opacity:0.7;
	cursor:pointer;
}	

.baner.responsive3  .slick-prev:hover {
	opacity:1;
}	


.baner.responsive3  .slick-next:hover {
	opacity:1;
}	


.baner.responsive3  .slick-next {
width:48px;
height:48px;
position:absolute !important;
right:10px;
top:0;
bottom:0;
margin:0 auto;
	background-image:url('../grafika/right.webp');
	background-repeat : no-repeat;
	background-position:center center;
	position:relative;
	z-index:99;
	margin:auto 0;
	border:0px;
	background-color:transparent;
	display:block;
	font-size:0px;
	opacity:0.7;
	cursor:pointer;
}	



.baner.responsive3 {
margin-top: -140px;
}




.baner.responsive3 .sekwencja {
	float:left;
	width:100%;
}	


.baner.responsive3 .sekwencja .ramka {
  float: none;
	flex-wrap: wrap;
	align-items: center;
	display: flex;
  width: 100%;
  padding-left: 10%;
  padding-right: 100px;
}



.baner.responsive3 .sekwencja .box-txt{
	float:left;
	width:50%;
	margin-top:100px;
	position: relative;
	z-index: 5;
}	


.baner.responsive3 .sekwencja .box-img {
	float:left;
	width:70%;
	margin-left: -20%;
	margin-top:100px;
	height: 40vw;
	  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}	




.baner.responsive3 .sekwencja .box-txt h1 {
  font-size: 70px;
  line-height: 80px;
	width: 100%;
  max-width: 700px;
}


.baner.responsive3 .sekwencja .box-txt p{
margin-left:50px;
font-size:17px;
line-height:25px;
	width: 100%;
  max-width: 700px;
}	


.baner.responsive3 .sekwencja .box-txt a{
margin-left:50px;
}	















.baner.responsive3 .sekwencja .box-img {
  position: relative;
  width: 70%;
  margin-left: -20%;
  margin-top: 100px;
  height: 40vw;
  overflow: hidden;
}



.baner.responsive3 .sekwencja .box-img span {
    position: absolute;
		height: 100%;
		left: 0;
		top: 0;
		width: 40%;
		background: #0075BF;
background: -webkit-linear-gradient(270deg,rgba(0, 117, 191, 0) 0%, rgba(0, 117, 191, 1) 100%);
background: -moz-linear-gradient(270deg,rgba(0, 117, 191, 0) 0%, rgba(0, 117, 191, 1) 100%);
background: linear-gradient(270deg,rgba(0, 117, 191, 0) 0%, rgba(0, 117, 191, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#0075BF",
  endColorstr="#0075BF",
  GradientType=0
);
  z-index: 4;
}







/* Pierwsze tło (kółko) */
.baner.responsive3 .sekwencja .box-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../grafika/bg_img2.webp') no-repeat center;
  background-size: auto 95%;
  clip-path: circle(38% at 50% 50%);
  border-radius: 40px;
  z-index: 1;
  opacity: 0.4;

	right: -20%;
  background-size: auto 95%;
}



.slick-slide[data-slick-index="1"] .box-img::before {
  background: url('../grafika/bg_img4.webp') no-repeat center !important;
}


.slick-slide[data-slick-index="2"] .box-img::before {
  background: url('../grafika/bg_img5.webp') no-repeat center !important;
}



/* Drugie tło (trójkąt) */
.baner.responsive3 .sekwencja .box-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../grafika/bg_img1.webp') no-repeat center;
  background-size: auto 75%;
  clip-path: polygon(90% 90%, 50% 0%, 10% 90%);
  z-index: 2;
  opacity: 0.6;
  transform: translateX(-40%);

  background-size: auto 75%;
  left: -40%;
}

/* Trzecie tło (overlay) */
.baner.responsive3 .sekwencja .box-img .overlay {
  position: absolute;
  inset: 0;
  background: url('../grafika/bg_img3.webp') no-repeat center;
  background-size: auto 75%;
  clip-path: polygon(90% 90%, 50% 0%, 10% 90%);
  z-index: 3;
  opacity: 0;
  transform: translateX(-30%);
  
	  background-size: auto 75%;
  left: -40%;
}




.baner.responsive3 .sekwencja .box-img:hover .overlay {
  opacity: 1;

}




/* Pierwsze tło (kółko) */
.baner.responsive3 .sekwencja.slick-active .box-img::before {
  transform: translateX(-50%);
  animation: slideBefore 3s ease-in-out forwards;
}

/* Drugie tło (trójkąt) */
.baner.responsive3 .sekwencja.slick-active .box-img::after {
  animation: slideAfter 3s ease-in-out forwards;
  animation-delay: 0.5s; /* wchodzi później */
}

/* Trzecie tło (overlay) */
.baner.responsive3 .sekwencja.slick-active .box-img .overlay {
  animation: slideOverlay 3s ease-in-out forwards;
  animation-delay: 1s; /* overlay jeszcze później */
}








@keyframes slideBefore {
  0% {
    transform: translateX(-40%);
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes slideAfter {
  0% {
    transform: translateX(-40%);
    opacity: 0.6;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: translateX(0%);
    opacity: 0.8;
  }
}

@keyframes slideOverlay {
  0% {
    transform: translateX(-30%);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}















.responsive3 .slick-dots {
display:none !important;
}
	
	
.tloniebieskie .row {
	float:left;
	width:100%;
	margin-top:60px;
	margin-bottom:60px;
}	
	
		
.tloniebieskie .row:last-child {
	margin-bottom:0px;
}	
	
	
	
	
.tloniebieskie .row .naglowek{
	float:left;
	width:21%;
	text-align:right;
}	


	
.tloniebieskie .row .naglowek span {
	font-size:20px;
	line-height:30px;
	text-transform:uppercase;
	border-right:1px solid white;
	padding:30px;
	display:inline-block;
	letter-spacing: 1px;
}	


.tloniebieskie .row .text {
  float: left;
  width: 70%;
  padding: 0px;
  padding-left: 130px;
  font-weight: 300;
}




.tloniebieskie .row .text h2 {
  font-size: 45px;
  line-height: 58px;
  font-weight: 300;
}


.boxy {
	float:left;
	width:100%;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
	padding-left: 5%;
	padding-right: 5%;
}	

.boxy .ramka {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}



.boxy .box{
	float:none;
	width:29.0%;
	margin: 2%;
	padding:40px 50px;
	display:inline-block;
	background-color:#EEEFF2;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-align:left;
position:relative;
padding-top:180px;
color:#666B7E;
font-size:16px;
line-height:25px;
min-height: 400px;
}	



.boxy .box a{
font-size:25px;
line-height:35px;
}	



.boxy .box span{
	position:absolute;
	left:50px;
	top:50px;
	font-size:25px;
	color:#31333B;
}	


.boxy .box img{
	position:absolute;
	right:60px;
	top:50px;
}	


.boxy .ramka2 {
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}	

.boxy .ramka2  img{
vertical-align:middle;
}	

.boxy .ramka2  .link_czarny {
font-weight:bold;
}	

.boxy .ramka2  img{
vertical-align:middle;
margin-right:10px;
}	

.boxy .ramka2  .przycisk2 {
margin-left:40px;
}	

.boxkariera {
	float:left;
	width:100%;
}	

.boxkariera  .strona {
  max-width: 1180px;
}

.boxkariera .txt{
	float:left;
	width:70%;
	border-top:1px solid #EEEFF2;
	padding-top:30px;
	padding-left:50px;
	padding-right:50px;
}	


.boxkariera .txt span{
	text-transform:uppercase;
	font-size:20px;
	color:#A19EB1;
}	

.boxkariera .txt span img{
	vertical-align:middle;
	margin-right:10px;
}	

.boxkariera .txt p{
	font-size:25px;
	line-height:35px;
}	



.boxkariera .txt a {
font-weight:bold;	
}	

.boxkariera .img{
	float:left;
	width:30%;
}	


.boxkariera .img img{
	max-width:100%;
	margin-top:-30px;
}	


.boxkontakt {
	float:left;
	width:100%;
	background-color:#2C384C;
	color:white;
	padding-top:120px;
	padding-bottom:120px;
	margin-top:80px;
}	

.boxkontakt .naglowek{
	float:left;
	width:40%;
	padding-left:0px;
}	

.boxkontakt .naglowek strong {
	font-size:60px;
	line-height:70px;
	font-weight:400;
}	


.boxkontakt .naglowek a {
font-size:25px;
line-height:35px;
border-bottom:2px solid white;
}	




.boxkontakt .naglowek b {
	font-size:60px;
	line-height:70px;
	color:#0175BF;
	border-bottom:2px solid #0175BF;
	font-weight:400;
}	




.boxkontakt .formularz{
	float:left;
	width:60%;
}	

.boxkontakt .formularz small{
	color:#A7A7A7;
	font-size:20px;
	line-height:25px;
}	

.boxkontakt .formularz span{
	color:white;
	font-size:20px;
	line-height:25px;
}	



.boxkontakt .formularz .pole{
	float:left;
	width:45%;
	margin-right:5%;
	position: relative;
}	


.boxkontakt .formularz .pole img{
	right: 0px;
	bottom: 16px;
	position: absolute;
}	

.boxkontakt .formularz .pole2{
	float:left;
	width:100%;
	position: relative;
}	


.boxkontakt .formularz .pole3{
	float:left;
	width:100%;
	margin-top:10px;
	color: #A7A7A7;
	font-size:13px;
	line-height:20px;
	position: relative;
}	


.boxkontakt .formularz .pole input{
	float:left;
	width:100%;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:18px 10px;
  background-color:transparent;
  border:0px;
  border-bottom:1px solid #999999;
  margin:0px;
  font-size:16px;
  padding-left:0px;
	font-family: "TASA Orbiter", sans-serif;
}	



.boxkontakt .formularz .pole2 textarea{
	float:left;
	width:100%;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    padding:18px 10px;
  background-color:transparent;
  border:0px;
  border-bottom:1px solid #999999;
  margin:0px;
  font-size:16px;
  padding-left:0px;
	font-family: "TASA Orbiter", sans-serif;
}	



::placeholder {
  color: #A7A7A7;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: red;
}





footer {
	float:left;
	width:100%;
	background-color:#1E2633;
	color:white;
	padding-top:50px;
	padding-bottom:0px;
	color:#B0B0B2;
}	

footer .box{
	float:left;
	width:25%;
}	


footer .box img{
	max-width: 70%;
	margin-bottom: 30px;
}	





footer .box img:hover{
	opacity:0.7;
}	




footer .box2{
	float:left;
	width:50%;
	padding-right: 80px;
}	


footer b{
	color:white;
	font-size:20px;
	font-weight:400;
}	

footer .ramka {
  float: left;
  width: 100%;
  padding-bottom: 80px;
  padding-top: 60px;
}


footer .ramka2{
	float:left;
	width:100%;
	border-top:1px solid #5B5F65;
	font-size:14px;
	padding-top:40px;
	padding-bottom:40px;
}	

footer .ramka2 a{
	font-size:14px;
}	








.podstrona {
background-color: #0075BF;
padding: 0px 0px 0px 10%;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-top: -180px;
float: left;
width: 100%;
position: relative;
}



.podstrona:before {
right: -10%;
width: 350px;
height: 350px;
border: 2px solid #24AAE1;
position: absolute;
content:'';
bottom: -80px;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
z-index: 6;
}

.podstrona:after {
left: 50%;
width:80px;
height:80px;
border: 2px solid #24AAE1;
position: absolute;
content:'';
top: 210px;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
z-index: 6;
}


.podstrona .podstrona_naglowek {
width:40%;
}

.podstrona .podstrona_naglowek h1, .img_baner h1 {
color: #FFF;
font-size: 110px;
line-height: 124px;
position: relative;
bottom: -40px;
display: block;
}

.img_baner h1 {
display: block !important;
bottom: 0px;
}


.tresc big , .tresc-podstrony big  {
font-size: 24px;
line-height: 37px;
}

.podstrona .img {
width:60%;
position: relative;
}


.podstrona .img:before {
width: 100%;
height: 100%;
left: 0;
bottom: 0;
position: absolute;
content:'';
	background-image:url('../grafika/podstrona_nakladka.webp');
	background-repeat : no-repeat;
	background-position:left bottom -150px;
}



.baner-podstrona{
	float:left;
	width:100%;
	background-repeat : no-repeat;
	background-position:center center;
	background-size:cover;
	height:30vw;
	min-height: 500px;
}	



.podstrona .img:after {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #0075BF;
background: -webkit-linear-gradient(0deg,rgba(0, 117, 191, 0) 37%, rgba(0, 117, 191, 0.85) 100%);
background: -moz-linear-gradient(0deg,rgba(0, 117, 191, 0) 37%, rgba(0, 117, 191, 0.85) 100%);
background: linear-gradient(0deg,rgba(0, 117, 191, 0) 37%, rgba(0, 117, 191, 0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#0075BF",
  endColorstr="#0075BF",
  GradientType=0
);
content:'';
z-index:5;
}



.tresc {
padding: 60px 0px 60px 0px;
width: 100%;
}




.tresc-podstrony {
padding: 60px 0px 60px 0px;
width: 100%;
}






.tresc-kontakt {
padding: 60px 0px 60px 0px;
width: 100%;
}






.tresc h1, .tresc-podstrony h1 {
display: none;
}



.glowna4nadrzedna .podstrona {
  display: none;
}








.lista-min-kat {
display:flex;
flex-wrap: wrap;
width: 104%;
margin-left: -2%;
}



.min-kat {
width: 29.3%;
text-align: center;
margin: 2%;
text-decoration: none;
color: #0075BF;
}





.min-kat  .img {
width: 100%;
position: relative;
}

.min-kat  .img:before {
width: 100%;
position: absolute;
height: 100%;
	background-image:url('../grafika/ofeta_a.webp');
	background-repeat : no-repeat;
	background-position:center center;
	background-size: 100% 100%;
	content:'';
	left: 0;
	top: 0;
}


.min-kat:nth-of-type(2)  .img:before {
	background-image:url('../grafika/ofeta_b.webp');
	background-repeat : no-repeat;
	background-position:center center;
	background-size: 100% 100%;
}


.min-kat:nth-of-type(3)  .img:before {
	background-image:url('../grafika/ofeta_c.webp');
	background-repeat : no-repeat;
	background-position:center center;
	background-size: 100% 100%;
}


.min-kat  .img:after {
left: -3%;
width:80px;
height:80px;
border: 2px solid #24AAE1;
position: absolute;
content:'';
top: 80px;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
z-index: 6;
}



.min-kat:nth-of-type(1) .img:after {
left: 15%;
}



.min-kat  .img img {
width: 100%;
height: 27vw;
max-height: 400px;
object-fit:cover;
}


.min-kat  .txt {
width: 100%;
}



.min-kat  .txt strong {
display: block;
font-size: 26px;
line-height: 38px;
color: #20222A;
position: relative;
padding: 0px 50px;
}


.min-kat  .txt strong:before {
content:;
left: 0;
right: 0;
margin: 0px auto;
position: absolute;
width: 80px;
height: 11px;
background-color:#0075BF;
z-index: 7;
top: -35px;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
content:'';
}





.min-kat  .txt span  {
color: #0075BF;
}








.call_kontakt {
background-color: #EEF7FB;
padding: 50px 10%;
	-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
margin: 90px 0px;
position: relative;
}

.call_kontakt:before {
content:'';
position: absolute;
right: 50px;
	-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
width: 280px;
height: 300px;
	top: -70px;
		background-repeat : no-repeat;
	background-position:center center;
	background-size: cover;
}

.call_kontakt:nth-of-type(1):before {
	background-image:url('../grafika/kontakt2.webp');
}


.call_kontakt:nth-of-type(2):before {
	background-image:url('../grafika/kontakt3.webp');
}


.call_kontakt:nth-of-type(3):before {
	background-image:url('../grafika/kontakt4.webp');
}





.call_kontakt tr {
display: flex;
align-items: center;
}

.call_kontakt tr td:nth-of-type(1) {
width: 25%;
padding-right: 60px;
}

.call_kontakt tr td:nth-of-type(2) {
padding-left: 60px;
border-left: 1px solid #CDE0E9;
padding-right: 240px;
width: 75%;
}




.call_kontakt tr td:nth-of-type(1) strong {
text-transform: uppercase;
font-weight: 400;
font-size: 12px;
}



.tresc-kontakt a {
color: #0075BF;
text-decoration: none;
}


.tresc-kontakt h3 {
font-weight: 700;
font-size: 30px;
line-height: 41px;
}








.tresc-kontakt-tlo {
background-color:#EAEEF2;
padding: 90px 10%;
width: 100%;
float: left;
}






.glowna4nadrzedna  .tresc-podstrony h1 {
display: block;
padding: 0px 0px 50px 0px;
background-color: #EEF7FB;
width: 100%;
position: relative;
text-align: center;
font-size: 100px;
line-height: 110px;
}


.glowna4nadrzedna  .tresc-podstrony h1:before {
content:'';
position: absolute;
left: -30%;
top: -60px;
height: calc(100% + 60px);
width: 160%;
background-color: #EEF7FB;
z-index: -1;
}






.img_baner {
  background-color: #0075BF;
  padding: 0px 0px 0px 0%;
  display: flex;
  margin-top: -240px;
  float: left;
  width: 100%;
  position: relative;
	color: #FFF;
}


.img_baner:before {
  background-color: #0075BF;
  content:'';
	left: -30%;
	width: 160%;
	height: 100%;
	top: 0px;
	position: absolute;
}






.img_baner tr {
  padding: 0px 0px 0px 0%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: left;
  width: 100%;
  position: relative;
}

.img_baner tr td:nth-of-type(1) {
  order: 2;
  position: relative;
  width: 80%;
  margin-right: -20%;
	padding: 0px 0px 0px 0px;
}



.img_baner tr td   {
  width: 40%;
	padding: 120px 0px 0px 0px;
}


.img_baner tr td:nth-of-type(1):before {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
content:'';
	background-image:url('../grafika/podstrona_nakladka.webp');
	background-repeat : no-repeat;
	background-position:left bottom 0px;
	background-size: 100% 100%;
}


.img_baner tr td:nth-of-type(1):after {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #0075BF;
background: -webkit-linear-gradient(0deg,rgba(0, 117, 191, 0) 37%, rgba(0, 117, 191, 0.85) 100%);
background: -moz-linear-gradient(0deg,rgba(0, 117, 191, 0) 37%, rgba(0, 117, 191, 0.85) 100%);
background: linear-gradient(0deg,rgba(0, 117, 191, 0) 37%, rgba(0, 117, 191, 0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#0075BF",
  endColorstr="#0075BF",
  GradientType=0
);
content:'';
z-index:5;
}




.img_baner tr td img {
  width: 100%;
	vertical-align: middle;
}



.glowna2nadrzedna .podstrona {
  display: none;
}


















.img_left {
margin: 90px 0px;
width: 100%;
}

.img_left tr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}



.img_left tr td {
	max-width: 50%;
}

.img_left tr td:nth-of-type(1) {
	position: relative;
	width: 50%;
	padding: 0px 0px;
}



.img_left tr td:nth-of-type(1):before {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image:url('../grafika/nakladka_txt.webp');
	background-repeat : no-repeat;
	background-position:center center;
	background-size: 100% 100%;
	left: 0;
	top: 0;
	content:'';
}







.img_left tr td:nth-of-type(2) {
	padding-left: 100px;
}


.img_left tr td:nth-of-type(1) img {
	width: 100%;
	vertical-align: middle;
	height: 31vw;
	max-height: 450px;
	object-fit: cover;
}






.img_right {
margin: 90px 0px;
width: 100%;
}

.img_right tr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}



.img_right tr td {
	max-width: 50%;
}

.img_right tr td:nth-of-type(1) {
  position: relative;
  width: 50%;
  padding: 0px 0px;
  order: 2;
}



.img_right tr td:nth-of-type(1):before {
  position: absolute;
  left:0%;
	top: 0%;
	width: 100%;
	height: 100%;
	content:'';
}




.img_right tr td:nth-of-type(2) {
	padding-right: 100px;
	order: 1;
}



.img_right tr td:nth-of-type(1) {
	position: relative;
}



.img_right tr td:nth-of-type(1) img {
	width: 100%;
	vertical-align: middle;
	height: 31vw;
	max-height: 450px;
	object-fit: cover;
}










.tresc h2 {
font-size: 60px;
line-height: 72px;
}












.podstrona .podstrona_naglowek h1, .img_baner h1 {
  width: 120%;
	z-index: 7;
}



.glowna4.podrzedna  .podstrona .podstrona_naglowek h1 {
  font-size: 60px;
  line-height: 74px;
}


.tresc-podstrony ul  {
list-style: none;
padding: 0px 0px;
margin: 60px -2%;
width: 104% !important;
display:flex;
flex-wrap: wrap;
align-items: stretch ;
}

.tresc-podstrony ul li  {
width: 23%;
margin: 1%;
	-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
background-color: #F2F7F9;
padding: 40px 40px 40px 70px;
position: relative;
}


.tresc-podstrony ul li::after {
  left: 30px;
  width: 20px;
  height: 20px;
  border: 2px solid #24AAE1;
  position: absolute;
  content: '';
  top: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 6;
}





.tresc-kontakt-tlo .ramka {
display: flex;
align-items: stretch 
}





.tresc-kontakt-tlo .ramka .formularz {
width: 50%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
	background-color: #FFF;
	padding: 70px 80px;
}

.tresc-kontakt-tlo .ramka .mapa {
width: 45%;
margin-left: 5%;
position: relative;
}

.tresc-kontakt-tlo .ramka .mapa iframe {
left: 0;
top: 0;
width: 100%;
height: 100%;
position:absolute;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}















.przycisk {font-size:17px; color:black;text-decoration:none;padding:20px 50px;background-color:#B5D7EC;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.przycisk:hover {color:white; background-color:#2D232B;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.przycisk3 {cursor:pointer;border:2px solid white;font-size:17px; color:white;text-decoration:none;padding:20px 50px;background-color:transparent;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.przycisk3:hover {color:black; background-color:white;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}



.przycisk2 {font-size:17px; color:white;text-decoration:none;padding:20px 30px;background-color:#0075BF;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.przycisk2:hover {color:white; background-color:#2D232B;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.przycisk2  img  { vertical-align:middle;margin-right:20px;}




.link_czarny { color:#31333B;text-decoration:none;}
.link_czarny:hover {color:#0075BF;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.link_czarny  img  { vertical-align:middle;margin-right:20px;}



.link_stopka {color:#B0B0B2;text-decoration:none;}
.link_stopka:hover {color:#0175BF;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}



.link_bialy { color:white;text-decoration:none;}
.link_bialy:hover {border-color:#0175BF;color:#0175BF;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}









.zespol {
width: 100%;
position: relative;
padding: 50px 0px;
}

.zespol tr {
width: 100%;
position: relative;
z-index: 2;
}


.zespol:before {
width: 160%;
height: 100%;
top: 0;
left:-30%;
position: absolute;
content:'';
background-color: #EEEFF2;
}



.zespol table{
width: 100%;
position: relative;
z-index:8;
margin: 40px 0px;
background-color: #FFF;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
	border: 0px;
	overflow: hidden;
}




.zespol table tr td {
	border: 0px;
}

.zespol table tr td:nth-of-type(2) {
	padding: 80px 90px;
	width: 60%;
}

.zespol table tr td:nth-of-type(1) {
	max-width: 500px;
}


.zespol table tr td img {
	border: 0px;
	vertical-align: middle;
	  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
	max-width: 100%;
}


.tresc a , .tresc-podstrony a{
color: #0075BF;
}


	.zespol h3 {
	font-size:25px;
	font-weight: 700;
	}
	
	@media screen and (min-width: 0px) and (max-width:1460px) {

	
	
	
.baner.responsive3 .sekwencja .box-txt h1 {
  font-size: 60px;
  line-height: 70px;
  width: 100%;
  max-width: 700px;
}

.baner.responsive3 .sekwencja .ramka {
  padding-right: 10px;
}



	
	
	}
	
	
	
	
	
	
		
	
@media screen and (min-width: 0px) and (max-width:1320px) {

	
	
	
	.tloniebieskie .row .text {
  float: left;
  width: 70%;
  padding: 0px;
    padding-left: 0px;
  padding-left: 70px;
  font-weight: 300;
}
	
	
	
	
	}
	
	
	
	@media screen and (min-width: 0px) and (max-width:1300px) {

	
	
	
	.min-kat .txt strong {
  display: block;
  font-size: 21px;
  line-height: 31px;
  color: #20222A;
  position: relative;
  padding: 0px 30px;
}





}

	
	
	
	
@media screen and (min-width: 0px) and (max-width:1280px) {

	
	



  .baner.responsive3 .sekwencja .box-txt h1 {
    font-size: 45px;
    line-height: 55px;
  }

	
.baner.responsive3 .sekwencja .ramka {
  padding-left: 7%;
}


.tresc h2 {
  font-size: 40px;
  line-height: 52px;
}
	

	}
	
	
	
	
	@media screen and (min-width: 0px) and (max-width:1260px) {

	
	


	
	.podstrona .podstrona_naglowek h1, .img_baner h1 {
  font-size: 70px;
  line-height: 84px;
  
}



.tresc big, .tresc-podstrony big {
  font-size: 20px;
  line-height: 31px;
}


	
	
	.boxy .box img {
  position: absolute;
  right: 60px;
  top: 50px;
  width: 60px;
}
	
	
	.boxy .box {
  padding-top: 150px;
	}
	
	.call_kontakt {
  padding-left: 50px;
}





	
	}
	
		
@media screen and (min-width: 0px) and (max-width:1200px) {

	
	
	.tloniebieskie .row .naglowek span {
  font-size: 14px;
  line-height: 25px;
}


.tloniebieskie .row .text h2 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 300;
}

.glowna4nadrzedna .tresc-podstrony h1 {
  padding: 0px 0px 30px 0px;
  font-size: 60px;
  line-height: 70px;
}

.tresc-podstrony {
  padding: 30px 0px 60px 0px;
}

.tresc-podstrony ul li {
  width: 31.3%;
  margin: 1%;
	}
	
	
	
}

	
@media screen and (min-width: 0px) and (max-width:1180px) {

	
	

 .baner.responsive3 .sekwencja .ramka {
    padding-top: 50px;
    padding-bottom: 50px;
  }
	
	.baner.responsive3 .slick-next {
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
}


		
	.baner.responsive3 .slick-prev {
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
}


.boxy .box a {
  font-size: 21px;
  line-height: 30px;
}


.boxkontakt .naglowek strong {
  font-size: 50px;
  line-height: 64px;
  font-weight: 400;
}

.boxkontakt .naglowek b {
  font-size: 50px;
  line-height: 60px;
}


.boxkontakt .naglowek a {
  font-size: 19px;
  line-height: 25px;
}


.img_left tr td:nth-of-type(2) {
  padding-left: 60px;
}



	}
	
	
	
	
	@media screen and (min-width: 0px) and (max-width:1080px) {

	
	
	body {
  line-height: 23px;
  font-size: 13px;
}
	
	
	.boxy .box {
  padding-left: 40px;
	padding-right: 40px;
	}
	
	.boxy .box span {
  left: 40px;
}


.przycisk2 {
  font-size: 14px;
	}
	
	
	
	.boxkariera .txt p {
  font-size: 20px;
  line-height: 29px;
}
	
	
	
	
	
	.img_baner tr td:nth-of-type(1) {
  order: 1;
  position: relative;
  width: 110%;
  margin-right: -10%;
  padding: 0px 0px 0px 0px;
}
	
	
	
	
	
	
	.img_baner tr td {
  width: 100%;
  padding: 0px 0px 50px 0px;
  text-align: center;
  order: 2;
}



 .podstrona .podstrona_naglowek h1, .img_baner h1 {
    font-size: 70px;
    line-height: 84px;
    width: 100%;
  }
	
	
	
	.tresc-kontakt h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
}



.call_kontakt::before {
  content: '';
  position: absolute;
  right: 50px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  width: 200px;
  height: 220px;
  top: -30px;
}


.baner-podstrona {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 30vw;
  min-height: 350px;
  margin-left: 0%;
}

.podstrona .img {
  width: 70%;
  margin-left: -10%;
}

	header .ramka {
  height: 90px;
}


.podstrona {
  margin-top: -90px;
}

.img_baner {
  margin-top: -180px;
}





	}
	
	
	
	
		@media screen and (min-width: 0px) and (max-width:980px) {

	
	
	
.tresc-kontakt {
padding-top:0px;
}
	
	
	
	.min-kat {
  width: 46%;
  text-align: center;
  margin: 2%;
  text-decoration: none;
  color: #0075BF;
}


.min-kat .img img {
  width: 100%;
  height: 41vw;
  max-height: 400px;
  object-fit: cover;
}

.min-kat .img::after {
  width: 40px;
  height: 40px;
  top: 60px;
}

header.fixed .ramka {
  height: 70px;
}

header .ramka {
  height: 70px;
}

header .logo img {
  position: relative;
  top: 7px;
	max-width: 170px;
}

header .logo {
  width: 40%;
  border: 0px;
  float: left;
}


	}
	
	
		@media screen and (min-width: 0px) and (max-width:940px) {

	
	
	
	
	  .baner.responsive3 .sekwencja .box-txt h1 {
    font-size: 40px;
    line-height: 50px;
  }
	
	
	
	.boxy .box {
  float: none;
  width: 96%;
	}
	
	.boxy .box {
  min-height: 100px;
}

	.boxy .ramka {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0px auto;
  max-width: 600px;
  float: none;
}



.boxkontakt .formularz {
  float: left;
  width: 100%;
}
	
	.boxkontakt .naglowek {
  width: 100%;
  padding-left: 0px;
  padding-bottom: 30px;
}


	.call_kontakt tr td:nth-of-type(1) {
  width: 100%;
  padding-right: 0px;
}

.call_kontakt tr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
	
	.call_kontakt tr td:nth-of-type(2) {
  padding-left: 60px;
  border-left: 1px solid #CDE0E9;
  padding-right: 20px;
  width: 80%;
}


 .call_kontakt::before {
    content: '';
    position: absolute;
    right: 50px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 150px;
    height: 180px;
    top: -30px;
  }
	
	
	  .call_kontakt tr td:nth-of-type(1) {
    width: 100%;
    padding-right: 200px;
  }
	
	
	
	}
	
	
	
	
	
	
		@media screen and (min-width: 0px) and (max-width:890px) {

	
	
	
	
	
	
	
	
	  .tloniebieskie .row .text {
    padding-left: 60px;
  }
	
	
	  .tloniebieskie .row .text h2 {
    font-size: 23px;
    line-height: 35px;
    font-weight: 300;
  }
	
	
	
	.przycisk {
  font-size: 14px;
  padding: 15px 30px;
}
	
	

.zespol table tr {
  flex-wrap: wrap;
	display: flex;
}


.zespol table tr td {
  width: 100%;
}

.zespol table tr td:nth-of-type(1) {
  max-width: 400px;
  margin: 50px auto;
}

	.zespol table tr td:nth-of-type(2) {
  padding: 0px 40px 80px 40px;
  width: 100%;
}


	
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			@media screen and (min-width: 0px) and (max-width:840px) {

	
	
	
	.img_left tr td:nth-of-type(1) {
  position: relative;
  width: 100%;
  padding: 0px 0px;
}

	  .img_left tr td:nth-of-type(2) {
    padding-left: 0px;
    width: 100%;
		padding-top: 50px;
  }
	
	.img_left tr td {
  max-width: 100%;
}



.img_left tr td:nth-of-type(1) img {
  height: 59vw;
}


	
	.baner.responsive3 .sekwencja .box-txt {
  float: left;
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 5;
  order: 2;
  text-align: center;
}
	
	.baner.responsive3 .sekwencja .box-txt p {
  margin-left: auto;
  font-size: 15px;
  line-height: 25px;
  width: 100%;
  max-width: 500px;
	margin-right: auto;
	display: block;
}
	
	  .baner.responsive3 .sekwencja .ramka {
    padding-left: 10%;
    padding-right: 10%;
  }
	
	.baner.responsive3 .sekwencja .box-img {
  position: relative;
  width: 100%;
  margin-left: 0%;
  margin-top: 100px;
  height: 40vw;
  overflow: hidden;
}

	.baner.responsive3 .sekwencja .box-txt a {
  margin-left: 0px;
}

.tresc-podstrony ul li {
  width: 48%;
  margin: 1%;
	}
	
	
	
	}
	
	
	
	
	
	
	
				@media screen and (min-width: 0px) and (max-width:750px) {

	
	
	
	
	
	.tloniebieskie .row .naglowek span {
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  border-right: 0px solid white;
  padding: 30px;
  display: inline-block;
  letter-spacing: 1px;
	margin-bottom: 30px;
	  border-bottom: 1px solid white;
}
	
	
	.tloniebieskie .row .naglowek {
  float: left;
  width: 100%;
	text-align: left;
	}
	
	
	  .tloniebieskie .row .text {
    float: left;
    width: 100%;
		}
		
		.tloniebieskie .row {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 60px;
}
	
	  .tloniebieskie .row .text {
    padding-left: 60px;
    padding-right: 60px;
  }
	
	.tloniebieskie .row:last-child .naglowek span {
  margin-bottom: -1px;
	}
	
	
.boxkariera	.ramka {
  display: flex;
  flex-wrap: wrap;
}


.boxkariera	.ramka {
  display: flex;
  flex-wrap: wrap;
}


.boxkariera .txt {
  float: left;
  width: 100%;
  border-top: 1px solid #EEEFF2;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  order: 2;
	padding-top: 120px;
}

.boxkariera .img {
  float: left;
  width: 100%;
  margin: 0px auto;
    margin-bottom: 0px;
  display: block;
  max-width: 300px;
  margin-bottom: -80px;
	position: relative;
}


	  .call_kontakt tr td:nth-of-type(2) {
    padding-left: 30px;
  }
	
	
	
	
	
	}
	
	
				@media screen and (min-width: 0px) and (max-width:680px) {

	

  footer .box:first-of-type {
    float: none;
    width: 100%;
    max-width: 200px;
    margin: 0px auto;
		padding-right: 0px;
  }
	
	
	footer .box2 {
  float: left;
  width: 50%;
  padding-right: 50px;
}

	footer .box {
  float: left;
  width: 50%;
  padding-right: 50px;
}


 .tresc h2 {
    font-size: 30px;
    line-height: 42px;
  }
	
 .call_kontakt::before {
    content: '';
    position: absolute;
    right: 50px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 100px;
    height: 130px;
    top: -30px;
  }

 .call_kontakt tr td:nth-of-type(1) {
    width: 100%;
    padding-right: 120px;
  }
	
	
	
	}
	
	
	
	
				@media screen and (min-width: 0px) and (max-width:580px) {

	
	
	
	.boxkontakt .formularz .pole {
  float: left;
  width: 100%;
  margin-right: 0%;
  position: relative;
}

  .min-kat .txt strong {
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #20222A;
    position: relative;
    padding: 0px 15px;
  }



 #strona2 .img_baner tr td:nth-of-type(1) {
    height: 150px;
  }

	 #strona2 .img_baner tr td img  {
		display:none; 
	 } 
	

	}
	
	
	
	
				@media screen and (min-width: 0px) and (max-width:480px) {

	
	
	 .tloniebieskie .row .text h2 {
    font-size: 19px;
    line-height: 30px;
	}
	
	  .baner.responsive3 .sekwencja .box-txt h1 {
    font-size: 30px;
    line-height: 40px;
  }
	
	
	  .baner.responsive3 .sekwencja .ramka {
    padding-left: 6%;
    padding-right: 6%;
  }
	
	
	.tresc-podstrony ul li {
  width: 98%;
  margin: 1%;
	}
	
	
	
	
	
	}
	
	
	
			@media screen and (min-width: 0px) and (max-width:460px) {

	
	  .min-kat {
    width: 94%;
    text-align: center;
    margin: 3%;
    text-decoration: none;
    color: #0075BF;
  }
	
	  .min-kat .img img {
    height: 81vw;
    max-height: 400px;
  }
	
	

	
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 200;
}

.hamburger span {
  display: block;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
  transform-origin: center; /* ważne – obrót wokół środka */
  position: relative;
}

/* Po kliknięciu zmiana w "X" */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: -9px;
}


/* Menu mobilne */
@media screen and (max-width:980px) {
	
	
  .hamburger {
    font-size: 0px;
  }
	
	
	
	
	
	
  #nawigacja-menu {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.9);
    overflow-y: auto;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    z-index: 150;
  }

  #nawigacja-menu.active {
    display: flex;
  }

  #nawigacja-menu li {
    display: block;
    margin: 10px 0;
  }



  #nawigacja-menu li:first-of-type {
  margin-top:40px;
  }



  #nawigacja-menu li a {
    font-size: 24px;
    color: white;
  }

  .hamburger {
    display: flex;
    margin-left: auto;
  }
}
	
	
	
	
.middle_strona {
width: 100%;
overflow: hidden;
}



@media screen and (min-width: 0px) and (max-width: 750px) {
  .tloniebieskie .row .text {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .boxkontakt {
  padding-top: 50px;
  padding-bottom: 50px;
}

.img_left {
  margin: 0px 0px;

}

  .zespol table tr td:nth-of-type(2) {
    padding: 0px 20px 80px 20px;
  }


  .tresc-podstrony {
    padding: 30px 0px 0px 0px;
  }





  
}



@media screen and (min-width: 0px) and (max-width: 1050px) {


.glowna4.podrzedna .podstrona .podstrona_naglowek h1 {
  font-size: 30px;
  line-height: 40px;
}

}







@media screen and (min-width: 0px) and (max-width: 380px) {


.call_kontakt {
  padding: 50px 0%;
}

 .call_kontakt tr td:nth-of-type(1) {
    padding-right: 0px;
  }


.call_kontakt {

  margin: 30px 0px;
}

 .call_kontakt tr td:nth-of-type(2) {
    padding-left: 0px;
    border-left: 0px solid #CDE0E9;
    padding-right: 0px;
    width: 100%;
  }


 .call_kontakt {
    padding-left: 30px;
  }



.call_kontakt:before {
  display:none;
}



.boxkontakt {
  padding-top: 50px;
  padding-bottom: 50px;
}



.boxy .ramka2 .przycisk2 {
  margin-left: 0px;
  clear: both;
  display: block;
  margin-top: 20px;
}



.boxkariera .txt {
    padding-left: 20px;
    padding-right: 20px;
}


  footer .box2 {
	  width:100%;
  } 



  footer .box {
	  width:100%;
	  margin-top:20px;
  } 
 
}





 .min-kat .txt strong {
    font-size: 25px;
    line-height: 35px;
 }



.tresc-podstrony {
    font-size: 15px;
  }

.tresc {
    font-size: 15px;
  }





@media screen and (min-width: 0px) and (max-width: 940px) {
  .call_kontakt tr td:nth-of-type(1) {
    margin-bottom: 20px;
  }
}



@media screen and (min-width: 0px) and (max-width: 1080px) {
 #strona5 .podstrona .podstrona_naglowek h1, .img_baner h1 {
    font-size: 40px;
    line-height: 54px;
  
  }
}


@media screen and (min-width: 0px) and (max-width: 580px) {
  header .logo {
    width: 70%;
    border: 0px;
    float: left;
  }
}



.boxkontakt .formularz ::placeholder {
  color: white !important;
  opacity: 1; /* Firefox */
}

.boxkontakt .formularz ::-ms-input-placeholder { /* Edge 12 -18 */
  color: white !important;
}

.boxkontakt .formularz .pole input {
color:white;	
}	

.boxkontakt .formularz textarea {
color:white;	
}	
