@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



/* RESET STYLI  */



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: 28px;
                    color:#30353A;
					background-color:white;
				    font-size:15px;
					font-family: "Montserrat", sans-serif;
					font-weight:400;
                }

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




.font {
	font-family: "Amatic SC", sans-serif;
}



input, textarea, form, ul , li {
	 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
   font-size:15px;
}


div, nav, header, footer, main, aside, section,a {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.tresc-podstrony  table:not([class]) {
 width:100% !important;
 border:0px !important;
border-collapse: separate !important;
  border-spacing: 5px !important;
}

.tresc-podstrony  table:not([class]) tr {
 border:0px !important;

}

.tresc-podstrony  table:not([class]) td  {
 border:0px !important;
 width:auto !important;
 padding:5px !important;
 margin:5px !important;
 text-align:left !important;
 border: 1px dashed #A97CE0 !important;
  border-radius: 30px !important;
  word-break: break-all !important;
}

.tresc-podstrony  table:not([class]) tr {
border: 0px dashed #A97CE0 !important;
}


.tresc-podstrony  table:not([class]) td p {
 padding:0px !important;
 margin:0px !important;
}





table.faq {
	width: 100%;
}


table.faq tr {
	display: flex;
	border: 1px solid #DBDBDB;
	-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
padding: 20px 80px;
flex-wrap: wrap;
margin-bottom: -1px;
}



table.faq tr:hover {
	position: relative;
	z-index: 3;
		border: 1px solid #40C3AB;
}

table.faq tr  td {
	width: 100%;
	position: relative;
}


table.faq tr  td:nth-of-type(2) {
	padding-left: 30px;
}

table.faq tr  td:nth-of-type(2):before {
	  position: absolute;
  width: 9px;
  height: 9px;
  display: block;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
  z-index: 1;
  background-color: #C4D600;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
}



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

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


header {
	width: 100%;
	border: 0px;
	float:left;
	padding-top:5px;
}	

header:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
	background-color:#FFF;
	position: relative;
	z-index: 7;
	padding-bottom: 10px;
}	

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

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

header .right{
	width: 75%;
	border: 0px;
	float:left;
}	



header .right .top{
	width: 100%;
	border: 0px;
	float:left;
	text-align:right;
	color:#0A3A70;
	font-size:17px;
	padding-bottom:5px;
	line-height: 35px;
}	

header .right .top img {
	vertical-align:middle;
	padding:5px 5px;
	position:relative;
	top: -3px;
}	

header .right .top img:hover {
	opacity:0.7;
}	



header .right .top2{
	width: 100%;
	border: 0px;
    display: flex;
	justify-content:space-between;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #DBDBDB;
	padding-top:15px;
	padding-bottom:10px;
	color:#0A3A70;
}	


header .right .top2 img{
	vertical-align:middle;
	margin-left:5px;
	margin-right:5px;
}	



header .right .top2 img:hover{
	opacity:0.7;
}	




header .right .top2 .boxkontaktowy {
float:right;	
font-weight: 500;
}	

header .right .top2 .boxkontaktowy a.link_niebieski {
padding-right: 50px;
}	


header .right .top2 .boxwyszukiwarka {
float:left;	
}	


header .right .top2 .boxwyszukiwarka form {
  float: left;
  display: block;
  border: 1px solid #DBDBDB;
  padding: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  max-height: 61px;
  line-height: 18px;
  font-size: 12px;
}


header .right .top2 .boxwyszukiwarka form .input1 {
border:0px;
font-size:15px;
}	

header .right .top2 .boxwyszukiwarka form .input2 {
border:2px solid #1D8ACB;
width:60px;
height:60px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
font-size:0px;
line-height:0px;
background-color:transparent;
position:absolute;
right:0px;
top:0px;
cursor:pointer;
	background-image:url('../grafika/lupa.webp');
	background-repeat : no-repeat;
	background-position:center center;
}	


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





.tloniebieskie {
    width: 100%;
    background-color: #FF33A6;
    position: relative;
    z-index: 6;
    height: 90px;
    transition: all 0.35s ease;
	float: left;
	max-height: 90px;

}

/* stan po scrollu */
.tloniebieskie.sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    animation: slideDown 0.3s ease forwards;
		z-index: 99;
}

/* żeby nie było przeskoku */
body.sticky-padding {
    padding-top: 70px;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}









#nawigacja-menu{
    list-style: none;
	margin: 0px 0px 0px 0px;
	padding:0px;
	display:flex;
	width:100%;
	align-items:stretch;
}




#nawigacja-menu ul ul{
    display: none;
    position: relative;
    left: 0;
    top: 0%;
    padding: 10px 0px 10px 20px;
    background-color: #FFF;
    text-align: left;
	width: 100%;
	z-index: 6;
	min-width: 280px;
	-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
-webkit-box-shadow: 0px 20px 27px -7px rgba(29, 138, 203, 0) !important;
-moz-box-shadow: 0px 20px 27px -7px rgba(29, 138, 203, 0) !important;
box-shadow: 0px 20px 27px -7px rgba(29, 138, 203, 0) !important;
}



#nawigacja-menu li ul li {
width: 100%;
display:block;
    text-align: left;
}	

#nawigacja-menu li ul li a {
width: 100%;
display:block;
    text-align: left;
	padding-top: 19px;
	padding-bottom: 19px;
}	

#nawigacja-menu li ul li a:before {
display:none;
}	


#nawigacja-menu li ul li a {
  color: #000;
  text-decoration: none;
  vertical-align: middle;
  font-size: 14px;
  padding: 18px 25px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  line-height: 21px;
     overflow:hidden;
	 min-height: auto;
	 border-bottom:1px solid #DBDBDB;
}	

#nawigacja-menu li ul li:hover a {
  color: #fff;
background-color:#0C509F;
text-decoration: none;
}	

#nawigacja-menu li ul li:hover li a {
  color: #1D8ACB;
background-color:#FFF;
text-decoration: none;
}	

#nawigacja-menu li ul li:last-of-type a {
	 border-bottom:0px solid #DBDBDB;
}	





#nawigacja-menu li {
    margin:0;
    padding:0;
    display:flex;
    align-items:center;
    position:relative;   /* potrzebne do ::before */
    z-index:0;
	text-align: center;
}



#nawigacja-menu li a {
  color: white;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  padding: 20px 20px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  line-height: 23px;
     overflow:hidden;
	 min-height: 55px;
	     display:flex;
    align-items:center;
}










				@media screen and (min-width: 1081px) and (max-width:99360px) {



#nawigacja-menu ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0px 0px 0px 0px;
    background-color: #FFF;
    text-align: left;
	width: 250%;
	z-index: 6;
	min-width: 380px;
	-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
-webkit-box-shadow: 0px 20px 27px -7px rgba(29, 138, 203, 0.2) !important;
-moz-box-shadow: 0px 20px 27px -7px rgba(29, 138, 203, 0.2) !important;
box-shadow: 0px 20px 27px -7px rgba(29, 138, 203, 0.2) !important;

   max-height: 70vh;          /* maks 80% wysokości ekranu */
    overflow-y: auto;          /* włącza scroll */
    overflow-x: hidden;

    /* 🔹 cienki scrollbar */
    scrollbar-width: thin;              /* Firefox */
    scrollbar-color: #40C3AB transparent;

}

	

#nawigacja-menu li:hover ul {
display:flex; 	
flex-wrap:wrap;
}	


#nawigacja-menu li a::before{
    content:"";
    position:absolute;
    left:-10px;
    right:-10px;
    top:-15px;
    bottom:-15px;
    background:#BC93EE; /* zielony */
    border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%; /* kształt kleksa */
    transform: scale(0);
    transition: transform 0.3s ease;
    z-index:-1;
}




#nawigacja-menu li:hover a::before,
#nawigacja-menu li.menubold a::before{
    transform: scale(1);
}

#nawigacja-menu li:hover a,
#nawigacja-menu li.menubold a{
    color:#1D8ACB;
}


}

















.tloniebieskie.sticky #nawigacja-menu li a {
  padding-top: 12px;
   padding-bottom: 12px;
}



.hamburger {
  display: none;
  width: 30px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 9;
  left: 0;
  margin: 0px auto;
}

.hamburger span{
    display:block;
    height:3px;
    background:#fff;
    margin:6px 0;
    transition:0.3s;
}

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

    #nawigacja-menu{
        display:none;
        flex-direction:column;
        background:#1B80BC;
        width:100%;
        max-height:80vh;
        overflow-y:auto;
        scrollbar-width:thin;
    }

    #nawigacja-menu.open{
        display:flex;
		top:70px;
		position: relative;
    }

    .hamburger{
        display:block;
    }
	
	
	  #nawigacja-menu li a {
    font-size: 14px;
    font-weight: 600;
    padding: 20px 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

#nawigacja-menu li ul li a {
  color: #fff;
}

header .tloniebieskie .strona {
  width: 100%;
  padding: 0px 0%;
}


  #nawigacja-menu li ul {
    display: none;
    position: relative;
    width: 92% !important;
	margin: 4% !important;
    background: transparent !important;
	padding: 0px 0px !important;
	border: 1px solid #DBDBDB;
	-webkit-box-shadow: 8px 8px 28px -17px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 8px 8px 28px -17px rgba(0, 0, 0, 0) !important;
  box-shadow: 8px 8px 28px -17px rgba(0, 0, 0, 0) !important;
  }





}






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

    #nawigacja-menu li{
        position:relative;
        flex-direction:column;
        align-items:flex-start;
    }

    #nawigacja-menu li > a{
        width:100%;
		    font-size: 14px;
    font-weight: 600;
    padding: 20px 60px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    }

    #nawigacja-menu li ul{
        display:none;
        position:relative;
        width:100%;
        background:#0C509F;
    }

    #nawigacja-menu li.has-sub > a:after{
        content:"+";
        position:absolute;
        right:60px;
        font-size:20px;
    }

    #nawigacja-menu li.open > ul{
        display:block;
    }
	
	
	  #nawigacja-menu li li.has-sub > a::after {
    display: none;
  }



}


#nawigacja-menu::-webkit-scrollbar{
    width:6px;
}
#nawigacja-menu::-webkit-scrollbar-thumb{
    background:#40C3AB;
    border-radius:10px;
}

	@media screen and (min-width: 1081px) and (max-width:999920px) {

#nawigacja-menu li.has-sub > a {
  position: static !important;
}




#nawigacja-menu li.has-sub > a::after {
display: none !important;
}


	}
	
	
.baner {
	float:left;
	width:100%;
	height:600px;
	background-image:url('../grafika/baner_a.webp');
	background-repeat : no-repeat;
	background-size:cover;
	background-position:center center;
}	
.baner  a {
	white-space: nowrap !important;
	display: inline-block;
}


.baner  .box-txt {
	float:left;
	width:100%;
	color:white;
	padding:100px;
	max-width:710px;
	min-height:600px;
	margin-top:100px;
	position: relative;
}	


.baner  .box-txt div {
	z-index: 1;
	position: relative;
}	

.baner  .box-txt:before {
background-color:#009FE3;
opacity: 0.8;
width: 100%;
height: 100%;
left: 0;
top: 0;
transform: rotate(-6deg);
content:'';
position: absolute;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

.baner  .box-txt::after {
  content: '';
  position: absolute;
  padding-left: 0px;
  background-image: url('../grafika/znak1.webp');
  background-repeat: no-repeat;
  background-position: center center;
  width: 325px;
  height: 300px;
  left: -14%;
  top: 40px;
}



.baner  .box-txt p {
	font-size:30px;
	line-height:40px;
}	

.baner  .box-txt h1 {
	font-size:80px;
	line-height:90px;
	font-weight:bold;
}	


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

.bodlaczegowarto {
	float:left;
	width:100%;
   text-align:center;
   color:#0A3A70;
}	


.bodlaczegowarto .ramka{
	float:left;
	width:100%;
	padding-top:150px;
	padding-bottom:50px;
	position: relative;
}	

.bodlaczegowarto .ramka h2 {
  font-size: 70px;
  line-height: 83px;
  color: #0A3A70;
  text-transform: uppercase;
}

.bodlaczegowarto .ramka2{
	float:left;
	width:100%;
}	

.bodlaczegowarto .ramka2 .box{
	float:left;
	width:29.3%;
	font-size:17px;
	line-height:25px;
	margin-left:2%;
	margin-right:2%;
}	


.bodlaczegowarto .ramka2 .box strong {
	font-size:22px;
	line-height:32px;
}	

.boxdziennik {
	float:left;
	width:100%;
	background-image:url('../grafika/tlo_dziennik.webp');
	background-repeat : no-repeat;
	background-size:cover;
	background-position:center center;
	background-color:#3ec2ab;
	color:white;
	font-size:20px;
	line-height:30px;
	text-align:center;
	margin-top:100px;
}	


.boxdziennik .ramka {
	float:left;
	width:100%;
	padding-top:50px;
	padding-top:50px;
}	

.boxdziennik .ramka img{
	display:inline-block;
	margin-bottom:-100px;
	
}	


.boxdziennik .ramka a{
	display:inline-block;
	z-index:9;
}	


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


.boxdziennik .ramka img {
	max-width:100%;
}	


.boxorganizacja {
	float:left;
	width:100%;
	background-color:#EAEF93;
}	





.boxorganizacja .ramka {
	float:left;
	width:100%;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}	

.boxorganizacja .ramka h3 {
  font-size: 70px;
  line-height: 83px;
  color: #0A3A70;
  text-transform: uppercase;
}

.boxorganizacja .ramka2 {
	float:left;
	width:100%;
	padding-left:50px;
	padding-right:50px;
}	

.boxorganizacja .ramka2 .img {
	float:left;
	width:60%;
	line-height:0px;
	text-align:right;
	padding-right:50px;
    margin-bottom: -2.1vw;
	margin-left: -10%;
}	

.boxorganizacja .ramka2 .img img {
	max-width:100%;
}	

.boxorganizacja .ramka2 .txt {
	float:left;
	width:50%;
	margin-top:100px;
}	

.boxorganizacja .ramka2 .txt a {
  margin: 1%;
  width: 48%;
  position: relative;
  padding: 20px 30px 20px 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 150px;
}

.boxorganizacja .ramka2 .txt a img{
	max-width:100%;
	position: absolute;
	left: 30px;
	top: 0px;
	bottom: 0;
	margin: auto 0;
}


.boxorganizacja .ramka2 .txt .przycisk_zolty{
	margin:1%;
	width:98%;
}	


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

.boxaktualnosci .ramka {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}


.boxaktualnosci .ramka a{
	float:right;
	line-height:20px;
	position:absolute;
	right:0px;
	top:0px;
}	



.boxaktualnosci .ramka h4 {

	color:#0A3A70;
	text-transform:uppercase;
	position:relative;
}	

.boxaktualnosci .ramka h4 span {
	font-size:70px;
	line-height:80px;
}


.boxaktualnosci .ramka2 {
  float: left;
  width: 100%;
  display: flex;
}


.boxaktualnosci .ramka2 .box{
	float:left;
	width:31.3%;
	margin-left:1%;
	margin-right:1%;
}	


.boxaktualnosci .ramka2 .box .img{
line-height:0px;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
float:left;
width:100%;
line-height:0px;
}	



.boxaktualnosci .ramka2 .box .img img{
	width:100%;
	height:100%;
	object-fit:cover;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
min-height: 18vw;
}	

.boxaktualnosci .ramka2 .box .img img:hover{
opacity:0.7
}	





.boxaktualnosci .ramka2 .box .txt{
	float:left;
	width:100%;
	padding:30px;
	border:1px solid #DFDFDF;
	-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}	


.boxaktualnosci .ramka2 .box .txt img:hover {
opacity:0.7;
}	


.boxaktualnosci .ramka2 .box .txt p{
color:#96A0AD;
font-size:17px;
line-height:25px;
}



.boxaktualnosci .ramka2 .box .txt a.link_niebieski {
  font-size: 20px;
  line-height: 33px;
  font-weight: 500;
}

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

.boxy .row{
	float:left;
	width:100%;
	font-size:30px;
	line-height:40px;
	border-bottom:1px solid #E0CDF7;
	padding-top:20px;
	padding-bottom:20px;
}	

.boxy .row img{
	float:right;
}	


.boxy .box{
	float:left;
	width:55%;
	min-height:450px;
	color:#0A3A6F;
	position:relative;
	padding:80px;
	padding-top:150px;
	margin-right:-5%;
	padding-right:200px;
	position: relative;
		padding-bottom: 110px;
}	


.boxy .box img.znak {
  right: 60px;
  position: absolute;
  top: -50px;
  left: auto;
}

.boxy .box2 img.znak {
	right: -100px;
	position:absolute;
	bottom: -120px;
	left: auto;
	top: auto;
}	


.boxy .box:before {
background-color:#CCACF2;
opacity: 0.8;
width: 100%;
height: 100%;
left: 0;
top: 0;
transform: rotate(-6deg);
content:'';
position: absolute;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}



.boxy .box .row:first-of-type {
margin-top:50px;
}	

.boxy .box .row img:hover {
opacity:0.7;
}	

.boxy .box2 .row img:hover {
opacity:0.7;
}	



.boxy .box2 .row:first-of-type {
margin-top:50px;
}	


.boxy .box > img{
	position:absolute;
	left:20px;
	top:-50px;
}	

.boxy .box strong{
	font-size:60px;
	line-height:70px;
}	


.boxy .box2{
	float:left;
	width:55%;
	min-height:450px;
	color:white;
	position:relative;
		padding:80px;
	background-size:100% 100%;
	margin-left:-5%;
	margin-top:50px;
	padding-bottom: 110px;
}	


.boxy .box2 div, .boxy .box div {
	position: relative;
}


.boxy .box2:before {
background-color:#FF0090;
opacity: 0.8;
width: 100%;
height: 100%;
left: 0;
top: 0;
transform: rotate(6deg);
content:'';
position: absolute;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}



.boxy .box2  > img{
	position:absolute;
	right:20px;
	top:-50px;
}	


.boxy .box2 strong{
	font-size:60px;
	line-height:70px;
}	




footer {
	float:left;
	width:100%;
}	




.boxopinie {
float:left;
width:100%;
background-color:#E8EEF0;
padding-bottom:100px;
overflow:hidden;
margin-top:100px;
}	

.boxopinie .ramka{
float:left;
width:100%;
text-align:center;
color:#0A3A6F;
padding-top:70px;
padding-bottom:70px;
font-size:17px;
line-height:25px;
}	


.boxopinie .ramka h5{
font-size:70px;
line-height:80px;
text-transform:uppercase;
}	



.boxopinie .ramka h6{
	font-size:60px;
	line-height:70px;
}	


.responsive2 {
	float:left;
	width:100%;
	position:relative;
}	


.responsive2 .slick-track {
		display: flex;
			width:100%;
}


.responsive2 .box{
	float:left;
	width:100%;
}	

.responsive2 .box p{
	color:#929DAA;
}	



.responsive2 .boxramka {
  float: left;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  background-size: 100% 100%;
  padding: 50px;
    padding-top: 50px;
  font-size: 15px;
  line-height: 25px;
  padding-top: 60px;
  min-height: 350px;
  border: 1px solid #C1C9CF;
  -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
position: relative;
font-weight: 500;
}

.responsive2 .boxramka:before {
  background-image: url('../grafika/ramkaopinie.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 80px;
  height: 150px;
  position: absolute;
  left: 50px;
  top: -50px;
  content:'';
}

.responsive2 .boxramka strong {
	font-size:18px;
	line-height:30px;
	color:#0A3A70;
}	


.responsive2  .slick-prev {
    background-image:url('../grafika/left.webp');
	background-repeat : no-repeat;
	background-position:center center;
	width:40px;
	height:42px;
	position:absolute;
	left:10px;
	top:0px;
	bottom:0px;
	margin:auto 0;
	font-size:0px;
	line-height:0px;
	border:0px;
	cursor:pointer;
	z-index:999;
	background-size: 100% auto;
	background-color: transparent;
}	


.responsive2  .slick-next {
    background-image:url('../grafika/right.webp');
	background-repeat : no-repeat;
	background-position:center center;
	width:40px;
	height:42px;
	position:absolute;
	right:10px;
	top:0px;
	font-size:0px;
	line-height:0px;
	border:0px;
	cursor:pointer;
	margin:auto 0;
	bottom:0px;
	z-index:999;
	background-size: 100% auto;
		background-color: transparent;
}	

.boxwaznedokumenty {
	float:left;
	width:100%;
	padding-top:60px;
	padding-bottom:60px;
	text-align:center;
}	
 
.boxwaznedokumenty h6 {
	font-size:50px;
	line-height:60px;
	font-weight:bold;
	color:#0A3A70;
}	




.formularzrekrutacji, .boxformularz  {
	width: 100%;
	position: relative;
	  padding: 100px 0px 0px 0px;
	  color: #FFF;
	  float: left;
}

.boxformularz .ramka2 {
	width: 100%;
	position: relative;
	  padding: 0px 0px 80px 0px;
}



.formularzrekrutacji::after , .boxformularz::after {
  content: '';
  position: absolute;
  padding-left: 0px;
  background-image: url('../grafika/znak1.webp');
  background-repeat: no-repeat;
  background-position: center center;
  width: 325px;
  height: 300px;
  left: -8%;
  top: -100px;
   z-index:-1;
}



.formularzrekrutacji h2 , .boxformularz .ramka strong {
	width: 100%;
	positon: relative;
	text-align: center;
	font-size: 66px;
	display:block;
	line-height: 78px;
	color:#FFF;
	font-weight: 500;
	margin-bottom: 20px;
}

.boxformularz .ramka strong {
	font-family: "Amatic SC", sans-serif;
}


.formularzrekrutacji ul  {
	width: 104%;
	list-style: none;
	margin: 20px -2%;
	padding: 0px 0px;
	display: flex;
	flex-wrap:wrap;
}

.formularzrekrutacji ul li  {
margin: 2% !important;
width: 29.3% !important;
border: 1px solid #FFF;
padding: 40px 60px;
webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
font-size: 15px;
position: relative;
text-transform: uppercase;
}


.formularzrekrutacji ul li:before {
	position: absolute;
	width: 9px;
	height: 9px;
	display:block;
	left:30px;
	top: 48px;
	bottom:0;
	content:'';
	z-index:1;
	background-color:#fff;
	-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
}





.formularzrekrutacji:before, .boxformularz:before {
	width: 140%;
	position: absolute;
	left:-20%;
	top:0;
	height: 100%;
	content:'';
	background-image: url('../grafika/tlo_dziennik.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-color: #3ec2ab;
  z-index:-2;
}


.boxformularzrekrutacji {
		width: 100%;
	position: relative;
	  padding: 0px 0px 170px 0px;
	  color: #FFF;
	  float: left;
}

.boxformularzrekrutacji:before {
		width: 140%;
	position: absolute;
	left:-20%;
	top:0;
	height: 100%;
	content:'';
  background-color: #3ec2ab;
  z-index:-2;
}

.boxformularzrekrutacji:before {
		width: 140%;
	position: absolute;
	left:-20%;
	top:0;
	height: 100%;
	content:'';
  background-color: #3ec2ab;
  z-index:-2;
}

.boxformularzrekrutacji::after {
  content: "";
  position: absolute;
  padding-left: 0px;
  background-image: url("../grafika/znak3.webp");
  background-repeat: no-repeat;
  background-position: center center;
  width: 500px;
  height: 460px;
  right: -12%;
  bottom: 20px;
    z-index:-1;
}




.boxformularzrekrutacji .ramka {
		width: 100%;
	position: relative;
	  padding: 90px 60px 90px 60px;
	  color: #FFF;
	  float: left;
	  background-color: #FFF;
	  	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
color: #000;
}

.boxformularzrekrutacji .ramka  form,  .boxformularz .ramka2  form {
	display: flex;
	flex-wrap: wrap;
}

.boxformularzrekrutacji .ramka  form div, .boxformularz .ramka2  form div {
	width: 100%;
}
.boxformularz .ramka2 {
	float: left;
}

.boxformularzrekrutacji .ramka  form div.pole, .boxformularz .ramka2  form div.pole {
	width: 50%;
	padding: 5px 20px;
	position: relative;
}


.boxformularzrekrutacji .ramka  form div.pole2, .boxformularz .ramka2  form div.pole2  {
	width: 100%;
	max-width: 50%;
	padding: 5px 20px;
	position: relative;
	font-size: 13px;
    color: #999999;
}


.boxformularz .ramka2  form div.pole2  small {
	color: #FFF;
}

.boxformularz .ramka2  form div.pole2  small a {
	color: #FFF;
	font-wight: 600;
	text-decoration: underline;
}

 .boxformularz .ramka2  form div.pole2 {
 	width: 100%;
	max-width: 100%;
 }

.boxformularzrekrutacji .ramka  form div.pole3, .boxformularz .ramka2  form div.pole3 {
	width: 100%;
	max-width: 100%;
	padding: 5px 20px;
	position: relative;
	font-size: 13px;
    color: #999999;
}
.boxformularzrekrutacji .ramka  form div.pole3 input.przycisk , .boxformularz .ramka2  form div.pole3 input.przycisk {
	background-color: #FF595E !important;
	text-transform:uppercase !important;
	border: 0px;
	font-weight: 600;
}

.boxformularzrekrutacji .ramka  form div.pole img, .boxformularz .ramka2  form div.pole img  {
	right: 40px;
	bottom: 23px;
	position: absolute;
}


.boxformularzrekrutacji .ramka  form div.pole input {
	width: 100%;
	padding: 18px 20px;
	margin: 5px 0px;
	min-height: 40px;
		  	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #DBDBDB;
}


.boxformularz .ramka2  form div.pole input {
		width: 100%;
	padding: 18px 20px;
	margin: 5px 0px;
	min-height: 40px;
		  	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #fff;
background-color: transparent;
color: #FFF;
}



.boxformularzrekrutacji .ramka  form div.pole textarea {
	width: 100%;
	padding: 18px 20px;
	margin: 5px 0px;
	min-height: 40px;
		  	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #DBDBDB;
}


.boxformularz .ramka2 form div.pole2 textarea {
	width: 100%;
	padding: 18px 20px;
	margin: 5px 0px;
	min-height: 40px;
		  	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background-color: transparent;
color: #FFF;
border: 1px solid #fff;
}


.tresc big, .tresc-podstrony big  {
	font-size: 22px;
	line-height: 35px;
	display: block;
	width: 100%;
	max-width:70%;
}

 .tresc .formularzrekrutacji big {
	width: 100%;
	max-width: 920px;
	margin: 0px auto;
	display: block;
	text-align: center;
}

.tresc-podstrony h1 {
	font-size: 40px;
	line-height: 54px;
	font-weight: 600;
	display:block;
	padding: 0px 0px 20px 0px;
	position: relative;
}

.tresc h1 {
	text-align:center;
	font-size: 40px;
	line-height: 54px;
	font-weight: 600;
	display:block;
	padding: 0px 0px 20px 0px;
	position: relative;
}


.tresc h2, .tresc-podstrony h2 {
		font-size: 32px;
	line-height: 44px;
	font-weight: 300;
}

.tresc h2 strong, .tresc-podstrony h2 strong {
	font-weight: 600;
}


.tresc-podstrony ul , .tresc ul{
	list-style:none;
	margin: 1% -1%;
	width:102%; 
	padding: 0px 0px;
	display:flex;
	flex-wrap:wrap;
}

.tresc-podstrony ul li , .tresc ul li{
	list-style:none;
	margin: 1%;
	width:31.3%; 
	border:2px dashed #C4D600;
	padding: 40px 50px;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
position: relative;
font-size: 18px;
line-height: 30px;
z-index: 1;
}

.tresc-podstrony ul li:before , .tresc ul li:before{
position: absolute;
  width: 9px;
  height: 9px;
  display: block;
  left: 30px;
  top: 48px;
  bottom: 0;
  content: '';
  z-index: 1;
  background-color: #C4D600;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
}

.tresc-podstrony ul li big , .tresc ul li big  {
display: block;
width: 100%;
font-size: 20px;
max-width: 100%;
}


.tresc-podstrony .tlo_czerowny  ul li, .tresc .tlo_czerowny  ul li {
		border:2px dashed #A97CE0;
}

.tresc-podstrony .tlo_czerowny  ul li:before, .tresc .tlo_czerowny  ul li:before {
		background-color: #A97CE0;
}

.tresc-podstrony .tlo_rozowe  ul li, .tresc .tlo_rozowe  ul li {
		border:2px dashed #FF1AA9;
}

.tresc-podstrony .tlo_rozowe  ul li:before, .tresc .tlo_rozowe  ul li:before {
		background-color: #FF1AA9;
}





.img_left {
	width: 110% !important;
	display: block;
	margin-left: -5%;
	border: 0px !important;
}

.img_left tbody {
	width: 100% !important;
}


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

.img_left tr td {
	width: 50%;
	padding: 20px 5%;
	border: 0px !important;
}

.img_left tr td img {
	width: 100%;
	object-fit: cover;
	max-height: 700px;
}







.img_right{
	width: 110% !important;
	display: block;
	margin-left: -5%;
	border: 0px !important;
}

.img_right tbody {
	width: 100% !important;
}


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

.img_right tr td {
	width: 50%;
	padding: 20px 5%;
	border: 0px !important;
	order:1;
}

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


.img_right tr td img {
	width: 100%;
	object-fit: cover;
	max-height: 700px;
}














.tresc-podstrony small , .tresc small {
  color: #666666;
  font-weight: 500;
  font-size: 13px;
  display: block;
  line-height: 25px;
}

.tresc-podstrony .img_left ul li, .tresc .img_left ul li {
  list-style: none;
  margin: 1%;
  width: 100%;
  border: 0px dashed #C4D600;
  padding: 5px 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
}


.tresc-podstrony ul ul li, .tresc ul ul li {
  list-style: none;
margin: 1% -2%;
  width: 104%;
  border: 0px dashed #C4D600;
  padding: 16px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  background-color: #E8E8E8;
  font-size: 16px;
line-height: 28px;
}

.tresc-podstrony ul ul li:before, .tresc ul ul li:before {
  display:none;
}

.tresc-podstrony .img_left ul li::before, .tresc .img_left ul li::before {
  position: absolute;
  width: 9px;
  height: 9px;
  display: block;
  left: 30px;
  top: 15px;
  background-color: #C4D600;
}

.tresc-podstrony ul li a, .tresc ul li a {
  display: block;
  width: fit-content;
  margin-top: 5px;
  background-color: #FF595E;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}

.tresc h3, .tresc-podstrony h3 {
	display: block;
	padding: 20px 0px 20px 0px;
	margin-bottom: 20px;
	position:relative;
	font-size:25px;
	line-height:39px;
	font-weight:600;
	color:#1D8ACB;
}

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

.tresc h3:before, .tresc-podstrony h3:before {
	display: block;
	content:'';
	position:absolute;
	width: 100px;
	height: 1px;
	background-color:#FF0090;
	bottom: 0px;
	left: 0px;
}



.boksborder {
	width: 100% !important;
	border-top: 1px solid #B9B9B9;
	padding: 30px 0px;
}

.boksborder ul{
	width: 100% !important;

}

.tresc-podstrony .boksborder ul li, .tresc .boksborder ul li {
  list-style: none;
  margin: 1%;
  width: 31.3%;
  border: 0px dashed #C4D600;
  padding: 6px 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
}

.tresc-podstrony .boksborder ul li a, .tresc .boksborder ul li a {
 display: block;
  width: fit-content;
  margin-top: 5px;
}

.tresc-podstrony .boksborder ul li:before, .tresc .boksborder ul li:before {
top: 17px;
  bottom: auto;
  margin: 0px;
}




.tresc-podstrony .kalendarz ul li, .tresc .kalendarz ul li {
  list-style: none;
  margin: 0%;
  width: 33.3%;
  border: 1px solid #E0E0E0;
  padding: 40px 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
}




.tresc-podstrony .kalendarz ul li:before, .tresc .kalendarz ul li:before {
  display: none;
}

.tresc-podstrony .kalendarz ul,
.tresc .kalendarz ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.tresc-podstrony .kalendarz ul li,
.tresc .kalendarz ul li {
  list-style: none;
  width: 33.3333%;
  border: 1px solid #E8EEF3;
  padding: 50px 30px 30px 30px;
  font-size: 17px;
  line-height: 1.6;
  box-sizing: border-box;
  margin: -1px 0 0 -1px;
  position: relative;
  background: #ffffff;
  transition: all 0.25s ease;
}

.tresc-podstrony .kalendarz ul li:hover,
.tresc .kalendarz ul li:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

/* DATA */
.tresc-podstrony .kalendarz ul li big,
.tresc .kalendarz ul li big {
  position: relative;
 top: -18px;
  margin-bottom: 20px;
  left: -45px;
  background: #FFD166;
  color: #09396F;
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 28px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(29,138,203,0.3);
 display: block;
  width: fit-content;
  height: auto;
  line-height: 20px;
}

tresc-podstrony .kalendarz ul li:nth-child(-n+3),
.tresc .kalendarz ul li:nth-child(-n+3) {
  border-top: 0;
}


.tresc-podstrony .kalendarz ul li:nth-last-child(-n+3),
.tresc .kalendarz ul li:nth-last-child(-n+3) {
  border-bottom: 0;
}


.tresc-podstrony .kalendarz ul li:nth-child(3n+1),
.tresc .kalendarz ul li:nth-child(3n+1) {
  border-left: 0;
}

.tresc-podstrony .kalendarz ul li:nth-child(3n),
.tresc .kalendarz ul li:nth-child(3n) {
  border-right: 0;
}








.kalendarium table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
}

/* Usuwamy klasyczny wygląd tabeli */
.kalendarium td {
  border: none;
  padding: 30px 20px 30px 80px;
  position: relative;
  vertical-align: top;
    font-size: 18px;
  line-height: 30px;
}




/* PIONOWA LINIA */
.kalendarium table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #1D8ACB, #146A9E);
  border-radius: 2px;
}






.kalendarium td:first-child {
  width: 100px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0;
}


/* KÓŁKO Z ROKIEM */
.kalendarium td:first-child strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #FFD166;
  color: #1D8ACB;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 40%;
  transform: translateY(-50%);
  font-size: 16px;
}



/* OPIS WYDARZENIA */
.kalendarium td:last-child {
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.25s ease;
}


/* ODSTĘPY MIĘDZY WIERSZAMI */
.kalendarium tr {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
}
.kalendarium tr:last-of-type {
  border-bottom: 0px solid #EFEFEF;
}


.kalendarium tbody {
  display: block;
  width: 100%;
}





.tlo_szary {
	width:100%;
	float: left;
	position: relative;
	padding: 50px 0px;
}

.tlo_szary:before {
	width:140%;
	left: -20%;
	height: 100%;
	background-color: #F1F4F5;
	position: absolute;
	content:'';
	z-index: -2;
	top: 0;
}


.tlo_czerowny {
	width:100%;
	float: left;
	position: relative;
	padding: 50px 0px;
}

.tlo_czerowny:before {
	width:140%;
	left: -20%;
	height: 100%;
	background-color:#F4EFFC;
	position: absolute;
	content:'';
	z-index: -2;
	top: 0;
}



.tlo_czerowny::after {
  content: '';
  position: absolute;
  padding-left: 0px;
  background-image: url('../grafika/znak2.webp');
  background-repeat: no-repeat;
  background-position: center center;
  width: 185px;
  height: 270px;
  left: 6%;
  bottom: -70px;
  z-index: 0;
}





.tlo_rozowe {
	width:100%;
	float: left;
	position: relative;
	padding: 50px 0px;
}

.tlo_rozowe:before {
	width:140%;
	left: -20%;
	height: 100%;
	background-color:#FFEAF7;
	position: absolute;
	content:'';
	z-index: -2;
	top: 0;
}



table.pobierz td img {
max-height: 400px;
vertical-align:middle;
}

table.pobierz {
width: 100%;
border: 1px solid #BAC9D6;	
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
overflow:hidden;
}





.wpisy {
margin: 10px -2% 40px -2%;
width: 104%;
display: flex;
flex-wrap: wrap;
}

.wpis {
margin: 20px 2% 20px 2%;
width: 29.3%;
color:#09396F;
font-weight:400;
text-decoration: none;
}

.wpis a {
text-decoration: none;
}

.wpis .img {
width: 100%;
}


.wpis .img img {
width: 100%;
height: 25vw;
object-fit: cover;
max-height: 320px;
}


.wpis small {
display: block;
font-weight:400;
color:#09396F;
padding: 4px 0px;
}

.wpis small b{
font-weight:400;
}

.wpis  a b {
display: block;
padding: 4px 0px;
color:#09396F;
text-decoration: none;
text-transform: uppercase;
font-weight:600;
font-size: 20px;
line-height: 35px;
}


.wpis .zajawka {
display: block;
padding: 4px 0px;
color:#797979;
font-weight: 400;
}



.wpis .wiecej {
  box-sizing: border-box;
  float: right;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  background-color:#1D8ACB;
  padding: 10px 30px;
  margin-top: 6px;
  border-radius: 30px;
  text-transform: uppercase;
}



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

.min-kat {
	width: 29.3%;
	margin: 2% 2%;
	position: relative;
}

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


.min-kat .img::after {
  content: '';
  position: absolute;
  padding-left: 0px;
  background-image: url('../grafika/znak2.webp');
  background-repeat: no-repeat;
  background-position: center center;
  width: 115px;
  height: 190px;
  left: -5%;
  bottom: -70px;
  z-index: 3;
  background-size: 100% 100%;
}



.min-kat .img:before {
background-color:rgba(9,57,111,0.5);
content:'';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index:2;
}

.min-kat .img img{
	width: 100%;
	height: 40vw;
	object-fit: cover;
	max-height: 460px;
	vertical-align:middle;
}


.min-kat .naglowek  {
	position: absolute;
	left: 70px;
	width: 74%;
	bottom: 40px;
	font-family: "Amatic SC", sans-serif;
	color: #FFF;
	font-size: 38px;
	line-height: 49px;
	z-index: 6;
	font-weight: 700;
}


.galeria {
	margin: 30px 0px;
	width: 100%;
	float: left;
}

.galeria {
	margin: 30px -1%;
	width: 102%;
	display: flex;
	flex-wrap: wrap;
}

.galeria .galeria_kom {
	width: 23%;
	margin: 1%;
	text-decoration: none;
}

.galeria .galeria_kom img {
	width: 100%;
	vertical-align: middle;
	height: 35vw;
	max-height: 320px;
	object-fit: cover;
}



.paginacja {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 40px 0;
  font-family: inherit;
  width: 100%;
}



/* Wszystkie linki */
.paginacja a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  background: #ffffff;
  border: 0px solid #E3E8EF;
  color: #1D8ACB;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.25s ease;
}




/* Hover */
.paginacja a:hover {
  background: #1D8ACB;
  color: #fff;
  border-color: #1D8ACB;
  box-shadow: 0 6px 18px rgba(29,138,203,0.25);
  transform: translateY(-2px);
}





/* Aktywna strona */
.paginacja strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1D8ACB, #146A9E);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(29,138,203,0.35);
}



/* Poprzednie / Następne */
.paginacja a:first-child,
.paginacja a:last-child {
  font-weight: 600;
  padding: 0 16px;
}








.kontakt_right {
	
	width: 100%;
}

.kontakt_right tr {
	display: flex;
	width: 100%;
	position: relative;
}


.kontakt_right tr::after {
  content:'';
  position: absolute;
  padding-left: 0px;
  background-image: url('../grafika/kontakt_left.webp');
  background-repeat: no-repeat;
  background-position: right center;
  width: 374px;
  height: 100%;
  left: -5%;
  bottom: 0px;
  top: 0px;
  margin: auto 0;
  z-index: -1;
  background-size: 100% auto;
}



.kontakt_right table tr::after {
	display: none;
}


.kontakt_right tr td {
	width: 50%;
	position: relative;
	padding-bottom: 80px;
}


.kontakt_right  h1 {
	display: block;
	padding: 10px 0px;
	font-weight: 600;
	font-size: 34px;
	line-height: 48px;
}

.kontakt_right tr td h2, .kontakt_left tr td h2 {
	display: block;
	padding: 10px 0px;
	font-weight: 600;
	font-size: 24px;
	line-height: 38px;
    color: #0B509F;
}

.kontakt_right tr td big {
	display: block;
	padding: 10px 0px;
	font-weight: 500;
	font-size: 18px;
	line-height: 29px;
	color: #0B509F;
}

.kontakt_right tr td a, .kontakt_left tr td a {
	padding: 5px 0px;
	font-weight: 600;
	font-size: 18px;
	line-height: 29px;
	color: #3FC2AB;
	text-decoration: none;
}

.kontakt_right i, .kontakt_left i {
	color: #999999;
	font-size: 14px;
	letter-spacing: 2px;
}

.kontakt_right tr td iframe {
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.kontakt_right table {
	float: right;
	padding-right: 70px;
    max-width: 730px;
	padding-left: 4%;
}

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




.kontakt_left {
	
	width: 100%;
}

.kontakt_left tr {
	display: flex;
	width: 100%;
	position: relative;
}



.kontakt_left tr td:first-of-type {
	order: 2;
}



.kontakt_left tr td {
	width: 50%;
	position: relative;
		order: 1;
		padding: 40px 5%;
}




.kontakt_left tr td img {
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}





.kontakt_left tr td table {
	float: left;
	padding-right: 70px;
    max-width: 730px;
	padding-left: 4%;
}




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















footer {
float:left;
width:100%;
margin-top:50px;
position: relative;
overflow:hidden;
}	



footer:before {
content:'';
position: absolute;
  background-image: url('../grafika/znak4.webp');
  background-repeat: no-repeat;
  background-position: center center;
  width: 620px;
  height: 460px;
  right: -20%;
  bottom: 50px;
}	

footer .tlostopka1 {
	background-color:#1D8ACB;
float:left;
width:100%;
padding-top:50px;
padding-bottom:50px;
}


footer .tlostopka1 .box {
  float: left;
  width: 25%;
  color: white;
  padding-right: 30px;
  position: relative;
}

footer .tlostopka1  .box strong {
font-size:20px;
line-height:30px;
}



footer .tlostopka2 {
background-color:#166A9C;
float:left;
width:100%;
padding-top:20px;
padding-bottom:20px;
color:#FFFFFF;
text-align:center;
}

.boxwaznedokumenty a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  position: relative;
  font-size: 17px;
  color: #0A3A6F;
  text-decoration: none;
  background-color: #C9D51F;
  padding: 20px 20px 20px 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 10px;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
}
.boxwaznedokumenty a:hover {background-color:#0A3A70;color:white;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.boxwaznedokumenty a img {vertical-align:middle;margin-right:10px; }
.boxwaznedokumenty a:before {
	position: absolute;
	width: 9px;
	height: 9px;
	display:block;
	left:30px;
	top: 0;
	bottom:0;
	margin: auto 0;
	content:'';
	z-index:1;
	background-color:#009FE3;
	-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
}







.sciezka {
	width: 100%;
	padding: 40px 0px;
}

.sciezka a {
	color:#999999;
	text-decoration: none;
	display:inline-block;
	padding: 0px 10px;
	font-weight: 500;
	font-size: 12px;
}



.sciezka a:first-of-type {
	padding-left: 0px;
}






main {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}


main:before {
	content:'';
	position: absolute;
	padding-left: 0px;
	  background-image: url('../grafika/znak1.webp');
  background-repeat: no-repeat;
  background-position: center center;
  width: 325px;
  height: 300px;
  right: -4%;
  top: 80px;
}


a.pobierz {
  background-color: #D5DE26 !important;
  text-transform: uppercase !important;
  border: 0px;
  display: inline-block;
  padding: 13px 28px;
  -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
text-decoration: none;
color: #0C509F;
}


.link_stopka {
  color: white;
  text-decoration: none;
  font-size: 13px;
  padding-right: 20px;
  display: block;
  padding: 7px 0px;
}
.link_stopka:hover {text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.przycisk_czerwony { font-size:17px;text-transform:uppercase;color:white;text-decoration:none;background-color:#FF595E;padding:20px 40px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.przycisk_czerwony:hover {background-color:#0A3A70;color:white;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}

.przycisk { font-size:17px;text-transform:uppercase;color:white;text-decoration:none;background-color:transparent;padding:18px 38px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;border:1px solid white;}
.przycisk:hover {background-color:#0A3A70;color:white;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}

.przycisk_fioletowy {  -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;float:left;width:50%;font-size:22px;color:#0A3A6F;text-decoration:none;background-color:#BC93EE;padding:20px 20px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.przycisk_fioletowy:hover {background-color:#0A3A70;color:white;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.przycisk_fioletowy img {vertical-align:middle;margin-right:10px; }


.przycisk_zielony {  -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;float:left;width:50%;font-size:22px;color:#0A3A6F;text-decoration:none;background-color:#C9D51F;padding:20px 20px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.przycisk_zielony:hover {background-color:#0A3A70;color:white;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.przycisk_zielony img {vertical-align:middle;margin-right:10px; }

.przycisk_zolty {  -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;float:left;width:50%;font-size:22px;color:#0A3A6F;text-decoration:none;background-color:#FFD166;padding:25px 20px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.przycisk_zolty:hover {background-color:#0A3A70;color:white;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.przycisk_zolty img {vertical-align:middle;margin-right:10px;float:left; margin-top:-10px;}


.przycisk5 { font-size:15px;text-transform:uppercase;color:#0A3A6F;text-decoration:none;background-color:white;padding:18px 38px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;border:1px solid #0A3A6F;}
.przycisk5:hover {background-color:#0A3A70;color:white;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 {color:#0A3A70;text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.link_zolty { color:#FFD166;text-decoration:none;}
.link_zolty:hover {color:white;text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.link_niebieski { color:#0A3A70;text-decoration:none;}
.link_niebieski:hover {color:#0A3A70;text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


table.pobierz tr td:nth-of-type(2) {
  padding: 30px;
}

.tlo_szary  ol li a.pobierz {
  padding: 3px 28px;
  color: #0C509F;
  font-size: 13px;
  font-weight: 600;
}


table.faq tr td:before {
  width: 42px;
  height: 42px;
  position: absolute;
  right: -30px;
  top: -4px;
    background-image: url('../grafika/rozwin.webp');
  background-repeat: no-repeat;
  background-position: center center;
  content:'';
  background-size: 100% auto;
}






.tresc-podstrony {
	position:relative;
}



.img_right tr td img {
  object-fit: cover;
  min-height: 600px;
}

.kontakt_right tr::after {
  opacity:1 !important;
}

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


.kontakt_right tr::after {
  width: 304px;
  left: -9%;
  background-size: 100% auto;
  opacity:1 !important;
}


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

	
	.kontakt_right table {
  float: right;
  padding-right: 70px;
  max-width: 730px;
  padding-left: 8%;
}

 .kontakt_right tr::after {
    left: -170px;
  }
	
	
		}

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


.tresc-podstrony ul li, .tresc ul li {
  width: 46%;
}

	}


	
				@media screen and (min-width: 1081px) and (max-width:1360px) {


#nawigacja-menu > li:first-of-type {
  display: none;
}


				}
				
				
				


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

	
	header .logo img {
  max-width: 240px;
  margin-top: 7px;
}

header .right .top2 .boxwyszukiwarka form {
  float: left;
  padding: 10px 20px;
  max-height: 51px;

}


header .right .top2 .boxwyszukiwarka form .input2 {
  width: 42px;
  height: 42px;
  background-size: 14px;
}


	header .right .top {
  font-size: 13px;
  padding-bottom: 5px;
  line-height: 35px;
}


header .right .top img {
  top: -1px;
  max-height: 13px;
}

	header .right .top2 img {
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  max-height: 46px;
}

.baner .box-txt h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
}

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

.baner .box-txt {
  float: left;
  width: 100%;
  color: white;
  padding: 50px 50px 10px 50px;
  max-width: 550px;
  min-height: 500px;
  margin-top: 100px;
  position: relative;
}


.baner {
  height: 530px;
}



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

	#nawigacja-menu li a {
  font-size: 15px;
  padding-left:  13px;
  padding-right: 13px;
	}
	
	#nawigacja-menu li a::before {
  left: -5px;
  right: -5px;
	}
	
	
	.boxy .box2 strong {
  font-size: 45px;
  line-height: 57px;
}


.boxy .box strong {
  font-size: 45px;
  line-height: 57px;
}

.boxy .row {
  font-size: 20px;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.boxy .box img.znak {
  max-width: 250px;
}


.boxy .box2 img.znak {
  right: -100px;
  bottom: -50px;
  max-width: 350px;
}



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


			.wpis a b {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
}

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

			
			 #nawigacja-menu li a {
    font-size: 13px;
    font-weight: 600;
  }
			.boxorganizacja .ramka2 .txt a {
  min-height: 130px;
  font-size: 17px;
}
			
				}
				
				
			
			
				@media screen and (min-width: 0px) and (max-width:1200px) {

			.baner .box-txt::after {
  width: 195px;
  height: 300px;
  left: -14%;
  top: 40px;
  background-size: 100% auto;
}
			
			 .baner .box-txt h1 {
    font-size: 50px;
    line-height: 62px;
    font-weight: bold;
  }
  
    .baner .box-txt p {
    font-size: 20px;
    line-height: 32px;
  }
			
			
			 .baner .box-txt {
    max-width: 500px;
    min-height: 400px;

			 }
			 
			 
			   .baner {
    height: 440px;
  }
  
  
  
  .przycisk_czerwony {
  font-size: 14px;
  padding: 15px 30px;
  font-weight: 500;
}
			

.przycisk {
  font-size: 14px;
  padding: 15px 30px;
  font-weight: 500;
}			
			 .tresc-podstrony ul li, .tresc ul li {
  list-style: none;
  font-size: 15px;
  line-height: 26px;
  
}

.formularzrekrutacji ul li {
  margin: 2% !important;
  width: 46% !important;
}

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

		
		  header .logo img {
    max-width: 200px;
    margin-top: 14px;
  }
  
  main::before {
  right: -14%;
}

.bodlaczegowarto .ramka2 .box strong {
  font-size: 18px;
  line-height: 29px;
}

  .boxorganizacja .ramka2 .txt a img {
  width: 50px;

  }

.boxorganizacja .ramka2 .txt a {
  position: relative;
  padding: 20px 30px 20px 90px;
  }

.boxorganizacja .ramka2 {
  padding-left: 50px;
  padding-right: 0px;
}


 .boxy .box strong {
    font-size: 35px;
    line-height: 47px;
  }
  
    .boxy .box2 strong {
    font-size: 35px;
    line-height: 47px;
  }
  
    .boxy .row {
    font-size: 17px;
    line-height: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
.boxy .box > img {
  position: absolute;
  left: 20px;
  top: -50px;
  max-width: 130px;
}

.boxy .box2 > img {
  position: absolute;
  right: 20px;
  top: -50px;
  max-width: 130px;
}

  .boxy .box img.znak {
    max-width: 160px;
    top: 20px;
  }
  

.img_left tr td {
  width: 50%;
  padding: 20px 3%;
  border: 0px !important;
}


.img_right tr td {
  width: 50%;
  padding: 20px 3%;
  border: 0px !important;
}



.min-kat {
  width: 46%;
  margin: 2% 2%;
  position: relative;
}

.min-kat .naglowek {
  width: 70%;
}

.galeria .galeria_kom {
  width: 31.3%;
  margin: 1%;
}


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

		
		.przycisk5 {
  font-size: 13px;
  padding: 12px 28px;
  border: 1px solid #0A3A6F;
}
		
		.boxaktualnosci .ramka2 .box .txt a.link_niebieski {
  font-size: 17px;
  line-height: 26px;
}
		.boxaktualnosci .ramka2 .box .txt p {
  font-size: 15px;
  line-height: 23px;
}


.boxy .box {
  padding-left: 40px;
  padding-right: 140px;
}


.boxy .box2 {
  padding-left: 50px;
  padding-right: 60px;
}


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

.tresc .img_left h2, .tresc-podstrony .img_left h2, .tresc .img_right h2, .tresc-podstrony .img_right h2 {
  font-size: 25px;
  line-height: 37px;
  font-weight: 300;
}

.wpis .wiecej {
  font-size: 11px;
  font-weight: 500;
}


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

		
		
		header .right {
  width: 60%;
}
	header .right em {
  display: none;
}


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


  .baner .box-txt::after {
    width: 195px;
    top: -20px;
    background-size: 100% auto;
  }





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

			
  .boxorganizacja .ramka2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0px;
  }
  
  .boxorganizacja .ramka2 .img {
  width: 110%;
  padding-right: 0px;
  margin-bottom: -2.1vw;
  margin-left: -5%;
  order: 2;
}


.boxorganizacja .ramka2 .txt {
  float: left;
  width: 100%;
  margin-top: 10px;
  order: 1;
  padding: 0px 0px;
}

  .boxwaznedokumenty h6 {
  font-size: 30px;
  line-height: 42px;
}

.boxwaznedokumenty a {
  font-size: 14px;
}


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

  .boxformularzrekrutacji .ramka {
  padding: 50px 30px 50px 30px;
  }
  
  #strona2 .formularzrekrutacji h2 {
  font-size: 40px;
  line-height: 52px;
}

.responsive2 .slick-next {
  width: 30px;
  right: -5px;
}

.responsive2 .slick-prev {
  width: 30px;
  left: -5px;
}


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


			.tresc-podstrony .kalendarz ul li, .tresc .kalendarz ul li {
  list-style: none;
  width: 50%;
			}
			
			
			  .baner .box-txt h1 {
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
  }
			
			
			 .baner .box-txt {
    max-width: 400px;
    min-height: 300px;
  }
  
  .box-txt > div:nth-child(1) > br:nth-child(4) {
	  display: none;
  }
    .box-txt > div:nth-child(1) > br:nth-child(3) {
	  display: none;
  }
  
   .baner .box-txt {
    margin-top: 50px;
	padding-bottom: 50px;
  }
  
      .baner .box-txt a {
    font-size: 13px;
    padding: 12px 20px;
    font-weight: 500;
	display:block;
	margin: 4px 0px;
  }
  
  .baner .box-txt p {
    font-size: 16px;
    line-height: 29px;
  }
  
  
    .baner {
    height: 360px;
  }
  
  .boxformularzrekrutacji .ramka form div.pole, .boxformularz .ramka2 form div.pole {
  width: 100%;
  padding: 5px 20px;
  position: relative;
}


.wpis {
  margin: 20px 2% 20px 2%;
  width: 46%;
}

}

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



.bodlaczegowarto .ramka h2 {
  font-size: 50px;
  line-height: 63px;
}

.bodlaczegowarto .ramka2 .box {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  padding-bottom: 20px;
}

.bodlaczegowarto .ramka2 {
 display: flex;
 flex-wrap: wrap;
  width: 100%;
  justify-content: center ;
}


.boxorganizacja .ramka h3 {
  font-size: 50px;
  line-height: 65px;
}

.boxorganizacja .ramka2 .img img {
  max-width: 400px;
  display: block;
  margin: 0px auto;
}


.boxaktualnosci .ramka h4 span {
  font-size: 50px;
  line-height: 62px;
}


.boxaktualnosci .ramka a {
  float: none;
  line-height: 20px;
  position: absolute;
  right: 0px;
  top: 70px;
  left: 0px;
  margin: 0px auto;
  max-width: 200px;
}


.boxaktualnosci .ramka2 .box {
  float: left;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 30px;
}


.boxaktualnosci .ramka2 {
  float: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  max-width: 400px;
}

.boxaktualnosci .ramka {
  padding-top: 40px;
  padding-bottom: 70px;
}

.boxopinie .ramka h5 {
  font-size: 50px;
  line-height: 65px;
  text-transform: uppercase;
}


.responsive2 .boxramka::before {
  width: 60px;
  height: 110px;
}

.responsive2 .boxramka {
	padding: 40px;
  padding-top: 35px;
}

footer .tlostopka1 .box {
  padding-right: 30px;
  padding-bottom: 30px;
}

footer::before {
  content: '';
  position: absolute;
  width: 520px;
  right: -40%;
  bottom: 50px;
  background-size: 100%;
}

footer .tlostopka1 .box {
  width: 50%;
}

.tresc-podstrony ul li big, .tresc ul li big {
  font-size: 17px;
  line-height: 27px;
}





.img_left, .img_right {
  width: 100% !important;
  display: block;
  margin-left: 0%;
  border: 0px !important;
}


  .img_left tr td {
    width: 100%;
    padding: 20px 3%;
    border: 0px !important;
  }
  
   .img_right tr td {
    width: 100%;
    padding: 20px 3%;
    border: 0px !important;
	order:2;
  }

.img_left tr, .img_right tr {
  display: flex;
  flex-wrap: wrap;
}

.img_left tr, .img_right tr td:nth-of-type(1) {
 order:1;
}
		}
		
		
		
		
		
		
		
			@media screen and (min-width: 0px) and (max-width:820px) {

		
		.boxy .box {
  float: none;
  width: 90%;
  min-height: 350px;
  padding-top: 100px;
  padding-bottom: 280px;
  max-width: 500px;
  margin: 0px auto;
  padding-right: 60px;
}
		
				.boxy .box2 {
  float: none;
  width: 90%;
  min-height: 350px;
  padding-top: 100px;
  padding-bottom: 280px;
  max-width: 500px;
  margin: 0px auto;
  padding-right: 60px;
}
		
		  .boxy .box2 img.znak {
    right: -250px;
  }
		table.faq tr {
  padding-left: 30px;
}

table.pobierz td img {
  max-height: 300px;
  vertical-align: middle;
}

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


.kontakt_right tr {
  display: flex;
  flex-wrap: wrap;
}

.kontakt_right tr td {
  width: 100%;
  position: relative;
  padding-bottom: 80px;
}


  .kontakt_right table {
    float: left;
    padding-right: 8%;
    max-width: 730px;
    padding-left: 8%;
  }
  
  .kontakt_right tr td {
    padding-bottom: 60px;
  }
  
    .kontakt_right tr td:last-of-type {
    height: 100vw;
  }
  
.kontakt_left tr td {
  width: 100%;
  position: relative;
  order: 1;
  padding: 40px 5%;
}

.kontakt_left tr td {
  width: 100%;
  position: relative;
  order: 1;
  padding: 40px 5%;
}


.kontakt_left tr td table {
  float: left;
  padding-right: 0px;
  max-width: 730px;
  padding-left: 2%;
}

.kontakt_left tr {
  display: flex;
  flex-wrap:wrap;
}


  .kontakt_left tr td:nth-of-type(2) {
    width: 100%;
    position: relative;
    order: 2;
    padding: 40px 5%;
    height: 58vw;
  }
  
  

			}
			
		
		
		
		



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


	  .baner .box-txt h1 {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
  }
  
    .baner .box-txt {
    max-width: 270px;
    min-height: 300px;
  }
  
   .baner .box-txt {
    padding: 30px 40px 10px 40px;
   }
   
     .baner {
    height: 290px;
  }
     .baner .box-txt p {
    display: none;
  }
  
  .tresc-podstrony h1 {
  font-size: 30px;
  line-height: 44px;
}


  .tresc-podstrony ul li, .tresc ul li {
    width: 96%;
  }
  
  
  table.faq tr td {
  padding-right: 40px;
}

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


  header .logo {
    width: 100%;
    border: 0px;
    float: left;
  }
  
    header .logo img {
    max-width: 160px;
    margin: 0px 0px;
    margin-top: 0px;
    display: block;
    margin-top: 5px;
  }


  header .right .top {
    font-size: 13px;
    padding-bottom: 5px;
    line-height: 35px;
    position: absolute;
    left: anchor;
    right: 0;
    width: 100%;
    top: 24px;
    max-width: 250px;
    font-size: 0px;
  }
  
  header .right .top2 {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 2px;
  color: #0A3A70;
  margin-top: 14px;
}

 header .right {
    width: 100%;
  }
  
  
    header .right .top2 .boxwyszukiwarka form {
    float: left;
    padding: 6px 20px;
    max-height: 41px;
  }
  
    header .right .top2 .boxwyszukiwarka form .input2 {
    width: 34px;
    height: 34px;
    background-size: 12px;
  }
  
    header .right .top2 img {
    max-height: 34px;
  }
  
    main::before {
    right: -34%;
  }
  
  .min-kat .naglowek {
  font-size: 30px;
  line-height: 34px;
}

.min-kat .img img {
  height: 50vw;
}

  .galeria .galeria_kom {
    width: 48%;
    margin: 1%;
  }
  
  
  .sciezka {
  width: 100%;
  padding: 20px 0px;
}
  
  
			}
			
			
			
				@media screen and (min-width: 0px) and (max-width:680px) {

			
			  header .right .top {
    padding-bottom: 5px;
    line-height: 20px;
  }
  
  .sciezka a {
  padding: 0px 5px;
  font-size: 10px;
  font-weight: 600;
}


  
    .baner .box-txt {
    max-width: 270px;
    min-height: 250px;
  }
  
    .baner {
    height: 220px;
  }
  
    .formularzrekrutacji ul li {
    margin: 2% !important;
    width: 96% !important;
  }
  
  .tresc big, .tresc-podstrony big {
  font-size: 19px;
  line-height: 30px;
  }
  
  
				}
				
				
				
				
				
				@media screen and (min-width: 0px) and (max-width:620px) {

			
				
				table.pobierz tr {
				display: flex;
				width: 100%;
				flex-wrap: wrap;
				}
				
					table.pobierz tr td {
				width: 100%;
				}
				
				
				  table.pobierz td img {
    max-height: none;
    vertical-align: middle;
    display: block;
    margin: 0px auto;
    width: 100%;
  }
						.tresc-podstrony .kalendarz ul li, .tresc .kalendarz ul li {
  list-style: none;
  width: 100%;
			}
			
			
			
			.min-kat .img img {
  height: 60vw;
}

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

    .tloniebieskie{
        height:70px !important;
        position:relative;
    }
	
	  #nawigacja-menu li > a {
    padding: 5px 40px !important;
  }
  

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


  .min-kat {
    width: 96%;
    margin: 2% 2%;
    position: relative;
  }
  
  
		}
		
		
				@media screen and (min-width: 0px) and (max-width:580px) {


  .bodlaczegowarto .ramka2 .box strong {
    font-size: 16px;
    line-height: 24px;
  }
  
  .tresc h2, .tresc-podstrony h2 {
  font-size: 25px;
  line-height: 36px;
}
  
  
    .wpis {
    margin: 20px 2% 20px 2%;
    width: 96%;
  }
  
  .wpis .img img {
  height: 75vw;
  max-height: 380px;
}
  
  
    #nawigacja-menu li.has-sub > a::after {
    right: 35px;
  }
  
  
  
  
  
  
				}
				
				
				
				
				
				@media screen and (min-width: 0px) and (max-width:500px) {


.bodlaczegowarto .ramka2 .box {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}

.boxorganizacja .ramka2 .txt a {
  margin: 1%;
  width: 98%;
}




footer .tlostopka1 .box {
  width: 100%;
  text-align: center;
}

.kalendarium td {
  border: none;
  padding: 30px 20px 30px 20px;
}

  .kontakt_left tr td {
    padding: 10px 3%;
  }
  
  
				}