/* RESET STYLI  */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');



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: 30px;
                    color:#30353A;
					background-color:white;
				    font-size:15px;
					font-family: "Outfit", sans-serif;
					font-weight:300;
					letter-spacing: 0.5px;
                }

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




div, nav, header, footer, aside, main, section,table,tr,td, ul ,li,a,input,textarea  {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


input, textarea  {
 line-height: 30px;
 color:#30353A;
 font-size:15px;
 font-family: "Outfit", sans-serif;
}


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


body {
	padding-top: 150px;
}

body.glowna1nadrzedna  {
	padding-top: 0px;
}



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

body {
	padding-top: 89px;
}

}



.hiddenstrona {
	width: 100%;
	overflow: hidden;
}

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

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


header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 150px;
  z-index: 999;
  background-color: #252E45;
  transition: all 0.3s ease;
}

.glowna1nadrzedna header {
  background-color: transparent;
    border-bottom: 1px solid rgba(125,129,142,0.8);
}

header.shrink {
  position: fixed;
  top: 0;
  left: 0;
  height: 90px;
  background-color: #242C43;
  width: 100%;
}

header.shrink {
  border-bottom: 1px solid rgba(125,129,142,0.0);
}


/* FLEX WRAPPER */
header .ramka {
  display: flex;
  align-items: center;
  height: 150px;
  transition: all 0.3s ease;
  justify-content: space-between;
}

header.shrink .ramka {
  height: 90px;
}

/* LOGO */
header .logo {
  width: 25%;
  height: 150px;
  position: relative;
  transition: height 0.3s ease;
}
header.shrink .logo {
  height: 90px;
}
header .logo img {
  max-width: 280px;
  max-height: 100%;
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto 0;
  transition: all 0.3s ease;
  width: 100%;
}


header.shrink .logo img {
  max-width: 180px;
}


/* NAVIGATION */
header nav {
  width: 55%;
}
header .boxy {
	border: 0px;
	float:left;
	text-align:right;
	font-size:17px;
	font-weight:bold;
}	

header .boxy a img{
	vertical-align:middle;
	margin-right:20px;
}	

header .boxy a img:hover {
	opacity:0.7;
}	


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


.baner {
	width: 100%;
	border: 0px;
	float:left;	
	position:relative;
}	


.baner .sekwencja {
	width: 100%;
	border: 0px;
	float:left;	
	height:100vh;
	background-repeat : no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	min-height: 600px;
}	


.baner .sekwencja:before {
	width: 100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	content:'';
	background: #1F273C;
background: -webkit-linear-gradient(90deg,rgba(31, 39, 60, 0.8) 0%, rgba(31, 39, 60, 0.6) 100%);
background: -moz-linear-gradient(90deg,rgba(31, 39, 60, 0.8) 0%, rgba(31, 39, 60, 0.6) 100%);
background: linear-gradient(90deg,rgba(31, 39, 60, 0.8) 0%, rgba(31, 39, 60, 0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#1F273C",
  endColorstr="#1F273C",
  GradientType=1
);
z-index:2;
}	


.baner .sekwencja:after {
	width: 100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	content:'';
	background-image:url('../grafika/tlo_kolo.webp');
	background-repeat : no-repeat;
	background-position:center center;
	z-index:0;
}	




.baner .sekwencja .box-txt {
	width: 80%;
	border: 0px;
	float:left;	
	color:white;
	margin-top:50vh;
	padding-left:0%;
	padding-right:10%;
	position: relative;
	z-index:3;
	max-width: 1200px;
}	

.baner .sekwencja .box-txt small {
	font-weight:bold;
	font-size:17px;
	color:#C1C1C1;
}	

.baner .sekwencja .box-txt h1 {
	font-size:50px;
	line-height:60px;
	text-transform:uppercase;
	font-weight: 400;
}	


.baner .sekwencja .box-txt a {
	text-transform:uppercase;
}	

.baner .sekwencja .box-txt a img {
	vertical-align:middle;
	margin-left:20px;
}	

.slick-dots {
  display: flex !important;
  position: absolute;
  left: 5%;
  bottom: 51vh;
  padding: 0px 0px;
  margin: 0px 0px;
  list-style: none;
}


.slick-dots li {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #FFF;
  -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
margin-right: 20px;
font-size:0px;
}


.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  border: 1px solid #1AB0F8;
  background-color: #1AB0F8;
}



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




.slick-next {
display:none  !important;	
}


.slick-prev {
display:none  !important;	
}



#nawigacja-menu{
    list-style: none;
	margin: 0px 0px 0px 0px;
	display:inline-block;
	padding:0px;
	display:block;
	width:100%;
}

#nawigacja-menu ul {
display:none ; 	
}	


#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: 17px;
  padding: 5px 1.2vw;
  text-transform: uppercase;
}

#nawigacja-menu li a:hover {
	color:#1AB0F8;
}	

#nawigacja-menu li.menubold a {
	color:#1AB0F8;
}



@media screen and (min-width: 1079px) and (max-width:1580px) {



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


}










#nawigacja-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#nawigacja-menu li {
  position: relative;
    display: flex;
	align-items: center;
}
#nawigacja-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #242C43;
  min-width: 180px;
  z-index: 1000;
}
#nawigacja-menu li.open > ul {
  display: block;
}
#nawigacja-menu li a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
  line-height: 18px;
  text-align: center;
}
#nawigacja-menu li a:hover,
#nawigacja-menu li.menubold a {
  color: #1AB0F8;
}

/* HAMBURGER */
.hamburger {
  display: none;
  width: 35px;
  height: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.hamburger span {
  display: block;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Hamburger aktywny = X */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(13px, -13px);
}


  #nawigacja-menu li .submenu-toggle {
    float: right;
    cursor: pointer;
    font-weight: bold;
    padding-left: 10px;
  }

	@media screen and (min-width: 1079px) and (max-width:99580px) {

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

	}
	
	
	@media screen and (min-width: 1079px) and (max-width:1480px) {



#nawigacja-menu li a {
  font-size: 16px;
  padding: 5px 0.4vw;
}


}

	
	
@media screen and (min-width: 1079px) and (max-width:99980px) {

  #nawigacja-menu li .submenu-toggle {
    display: none;
  }

}



/* RWD */
@media (max-width: 1079px) {
  header nav {
    display: none;
    width: 100%;
  }
  
    header  {
   height: 90px;
  }
  
  
  header .ramka {
  height: 90px;
}
  
  
  header nav.active {
    display: block;
    max-height: 80vh;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 90px;
	background-color: rgba(33,42,63,0.8);
	padding: 50px 50px;
  }
  
  .hamburger {
    display: flex;
	font-size:0px;
  }
  #nawigacja-menu {
    flex-direction: column;
  }
  #nawigacja-menu li {
    display: block;
  }
  
    #nawigacja-menu li  a{
    padding: 20px 0px;
  }
  #nawigacja-menu li ul {
    position: relative;
    background: #242C43;
    top: 0;
    left: 0;
  }
  /* Plusik do submenu */
  #nawigacja-menu li .submenu-toggle {
    float: right;
    cursor: pointer;
    font-weight: bold;
    padding-left: 10px;
    color: #FFF;
    margin-left: -50px;
    position: absolute;
    right: 0px;
    top: 10px;
	font-size:30px;
  }
  
    #nawigacja-menu li li {
    display: block;
    width: 100% !important;
  }
      #nawigacja-menu li li a {
    padding: 4px 0px 4px 0px;
	font-size: 14px;
  }
  
  .menubold.open  ul {
    display: block ;
	margin: 0px 0px !important;
	padding: 0px 0px !important;
  }
  
    .menubold.open  ul li  {
    display: block !important;
	width: 100% !important;
		padding: 0px 0px  !important;
  }
  
     .menubold.open  ul li a {
    display: block ;
	width: 100%;
	padding: 10px 0px !important;
  }
  
  #nawigacja-menu li.menubold li a {
  color: #E1E1E1;
}
  #nawigacja-menu li.menubold li a:hover {
  color: #64CAFA;
}


}













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


.dwaboxy .ramka {
	display: flex;
	flex-wrap: wrap;
	 align-items: center;
}

.dwaboxy .boxonas {
  width: 38%;
  padding: 50px 90px 50px 0px;
  color: white;
  background-size: cover;
  line-height: 25px;
}

.dwaboxy .boxonas:before {
background: #1F273C;
background: -webkit-linear-gradient(159deg,rgba(31, 39, 60, 1) 0%, rgba(80, 90, 125, 1) 100%);
background: -moz-linear-gradient(159deg,rgba(31, 39, 60, 1) 0%, rgba(80, 90, 125, 1) 100%);
background: linear-gradient(159deg,rgba(31, 39, 60, 1) 0%, rgba(80, 90, 125, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#1F273C",
  endColorstr="#505A7D",
  GradientType=0
);
position:absolute;
left: 0;
width: 38.0%;
height: 100%;
top:0;
content:'';
z-index:-1;
}


.dwaboxy .boxonas small {
	font-size:17px;
	line-height:25px;
	text-transform:uppercase;
	color:#C1C1C1;

}


.dwaboxy .boxonas  h2 {
	font-size:30px;
	line-height:40px;
	text-transform:uppercase;
	font-weight:bold;
}



.dwaboxy .boxoferta {
  width: 62%;
  background-color: white;
  padding: 80px 0px 100px 100px;
}

.dwaboxy .boxoferta .boxy {
	width: 102%;
	margin: -1%;
}

.dwaboxy .boxoferta .naglowek {
	float:left;
	width:100%;
	padding-bottom:50px;
}

.dwaboxy .boxoferta .naglowek strong {
font-size:36px;
line-height:48px;
  font-weight: 500;
}


.dwaboxy .boxoferta .box {
	float:left;
	width:31.3%;
	height:260px;
	margin:1%;
	background-color:#38425E;
	padding:30px 40px;
	color:white;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  text-decoration:none;
  font-size:20px;
  text-transform:uppercase;
  line-height:30px;
  font-weight: 300;
}

.dwaboxy .boxoferta .box b {
  font-weight: 300;
}

.dwaboxy .boxoferta .box:nth-child(1) {
background-color:#64CAFA;
}

.dwaboxy .boxoferta .box:nth-child(3) {
background-color:#59658E;
}

.dwaboxy .boxoferta .box:nth-child(5) {
background-color:#59658E;
}

.dwaboxy .boxoferta .box:nth-child(6) {
background-color:#1E2433;
}



.dwaboxy .boxoferta .box:hover {
-webkit-box-shadow: 8px 8px 37px -7px rgba(0, 0, 0, 1);
-moz-box-shadow: 8px 8px 37px -7px rgba(0, 0, 0, 1);
box-shadow: 8px 8px 37px -7px rgba(0, 0, 0, 1);
}



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

.boxdobrepaktyki .strona {
	padding: 0px 0%;
}	


.boxdobrepaktyki .strona .ramka {
	padding-left: 0%;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}	


.boxdobrepaktyki .box2 ul li:first-of-type img:nth-of-type(2) {
	max-width: 50% !important;
	position: absolute !important;
	left: 0;
	right:0;
top:0;
bottom:0;
margin: auto auto ;	
height: auto !important;
min-height: auto;
}	



.boxdobrepaktyki .box{
	float:left;
	width:38%;
	font-size:17px;
	line-height:25px;
	padding:50px 50px 50px 5%;
	padding-top:100px;
}	








.boxdobrepaktyki .box a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}


.boxdobrepaktyki .box h3 {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}



.boxdobrepaktyki .box2{
	float:left;
	width:62%;
	position:relative;
}	

.boxdobrepaktyki .box2 ul{
	display: flex;
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	list-style: none;
}	

.boxdobrepaktyki .box2 ul li{
	width: 25%;
}	

.boxdobrepaktyki .box2 ul li img {
  height: 40vw;
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
  min-height: 640px;
}

.boxdobrepaktyki .box2 ul li:first-of-type {
	width: 50%;
	position: relative;
}	


.tresc {
	padding: 0px 0px 70px 0px;
	float: left;
	width: 100%;
}



.tresc-podstrony {
	padding: 0px 0px 70px 0px;
	float: left;
	width: 100%;
	position: relative;
}


.glowna4nadrzedna .tresc-podstrony:before {
background: #4F5A7E;
background: -webkit-linear-gradient(176deg,rgba(79, 90, 126, 1) 0%, rgba(31, 39, 60, 1) 100%);
background: -moz-linear-gradient(176deg,rgba(79, 90, 126, 1) 0%, rgba(31, 39, 60, 1) 100%);
background: linear-gradient(176deg,rgba(79, 90, 126, 1) 0%, rgba(31, 39, 60, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#4F5A7E",
  endColorstr="#1F273C",
  GradientType=0
);
content:'';
position: absolute;
left:-10%;
top:0;
width: 120%;
height: 105%;
z-index: -2;
}


.tresc-podstrony h3 {
  font-weight: 400;
  color: #41BEF9;
  font-size: 26px;
  line-height: 38px;
  margin: 0px auto;
  max-width: 780px;
  width: 100%;
  display: block;
}


.tresc-podstrony  .li_img li {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}


.tresc small {
	font-size: 18px;
	line-height: 30px;
	color: #55C4FA;
	text-transform: uppercase;
	letter-spacing: 2px;
}


.tresc h2 {
	font-size: 32px;
	line-height: 52px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
}

.tresc h3 {
	font-size: 22px;
	line-height: 42px;
	letter-spacing: 1px;
}

.tresc big {
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.6px;
}


.tresc h1, .tresc-podstrony h1 {
	font-size: 40px;
	line-height: 55px;
	color: #252E45;
	display:block;
	padding: 20px 0px 20px 0px;
	text-align: center;
	font-weight: 500;
}

.lista-min-kat {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}


.lista-min-kat:after {
	width: 120%;
	height:100%;
	left:-10%;
	top:0;
	position:absolute;
	content:'';
	background-image:url('../grafika/tlo_kolo.webp');
	background-repeat : no-repeat;
	background-position:center center;
	z-index:-1;
	opacity: 0.3;
}	



.lista-min-kat strong:hover {
text-decoration:underline;
}	


.lista-min-kat span:hover {
text-decoration:underline !important;
}	


.etyka {
		background-image:url('../grafika/etyka.webp');
	background-repeat : no-repeat;
	background-position:center center;
	background-size: cover;
	width: 100%;
	margin: 0px auto;
	max-width: 1900px;
}





.etyka tr {
	padding: 90px;
	display:flex;
	flex-wrap: wrap;
		margin: 0px auto;
	max-width: 900px;
}

.etyka tr td {
	width: 50%;
	padding: 60px;
	background-color: #FFF;
}


.etyka tr td:nth-of-type(odd) {
background: #1F273C;
background: -webkit-linear-gradient(159deg,rgba(31, 39, 60, 1) 0%, rgba(80, 90, 125, 1) 100%);
background: -moz-linear-gradient(159deg,rgba(31, 39, 60, 1) 0%, rgba(80, 90, 125, 1) 100%);
background: linear-gradient(159deg,rgba(31, 39, 60, 1) 0%, rgba(80, 90, 125, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#1F273C",
  endColorstr="#505A7D",
  GradientType=0
);
color: #FFF;
}



.etyka tr td:last-of-type {
	width: 100%;
}



.galeria {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 40px 0;
}

.galeria-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
}

.galeria-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.galeria-item:hover img {
    transform: scale(1.08);
}


.galeria-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.galeria-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%) scale(0.8);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M10 2a8 8 0 105.293 14.293l4.707 4.707 1.414-1.414-4.707-4.707A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z'/%3E%3C/svg%3E") center/50% no-repeat;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
}

/* HOVER */
.galeria-item:hover img {
    transform: scale(1.08);
}

.galeria-item:hover::after {
    opacity: 1;
}

.galeria-item:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 1200px) {
    .galeria {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .galeria {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .galeria {
        grid-template-columns: 1fr;
    }
}


section.kontakt  {
    position: relative;
    background: #f4f6f9;
	width: 100%;
}



section.kontakt .strona {
    position: relative;
    background: #f4f6f9;
	padding: 0px 0px;
}



section.kontakt .ramka {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 5%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
}


.tresc-kontakt {
  color: #fff;
  padding-left: 0%;
  padding-top: 50px;
}


.tresc-kontakt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36%;
    height: 100%;
    background: #232C42; /* kolor firmowy */
    z-index: -1;
		background-image:url('../grafika/bg_kontakt.webp');
	background-repeat : no-repeat;
	background-position:center center;
	background-size: cover;
}

.tresc-kontakt h1 {
    font-size: 36px;
    margin-bottom: 30px;
	font-weight: 500;
}

.tresc-kontakt p {
    color: rgba(255,255,255,1);
    line-height: 34px;
	font-size: 20px;
}

.tresc-kontakt big {
    font-weight:500;
	color: #FFF;
	font-size: 26px;
	line-height: 38px;
}

.tresc-kontakt a {
	color: #64CAFA;
}


section.kontakt .formularz {
    background: #fff;
    padding: 50px;
    border-radius: 0px;
}

section.kontakt .naglowek strong {
    display: block;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #232C42;
}

.srodek {
    width: 100%;
}

.pole {
    width: 48%;
    margin-bottom: 25px;
	position: relative;
}

.pole  img{
    right: 20px;
	bottom: 12px;
	position: absolute;
}


.pole.left {
    float: left;
}

.pole.right {
    float: right;
}

.pole2 {
    width: 100%;
    clear: both;
    margin-bottom: 25px;
}

.pole3 {
    clear: both;
    margin-top: 20px;
}



.input,
.input2 {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #e2e6ee;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f9fafc;
}

.input:focus,
.input2:focus {
    outline: none;
    border-color: #64CAFA;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(100,202,250,0.15);
}



textarea.input2 {
    min-height: 160px;
    resize: vertical;
}



#obrazek {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #e2e6ee;
}

#obrazek:hover {
    opacity: 0.8;
}

.przycisk {
    background: #232C42;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.przycisk:hover {
    background: #64CAFA;
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(100,202,250,0.3);
}



.pole2 small {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
}

.pole2 small a {
    color: #64CAFA;
    text-decoration: none;
}

.pole2 small a:hover {
    text-decoration: underline;
}






.mapa {
    width: 100%;
    margin-top: 0px;
	font-size:0px;
	line-height: 0px;
}

.mapa iframe {
    width: 100%;
    height: 450px;
    border: 0;
	 filter: grayscale(100%);
}




.lista-min-kat a.min-kat {
	width: 33.3%;
	padding: 70px 30px 70px 150px;
	box-sizing: border-box;

	/* rysujemy tylko linie wewnętrzne */
	border-right: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	text-align: left;
	color: #FFF;
		text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
	position: relative;
}

.lista-min-kat a.min-kat .img {
	padding: 0px 0px;
	position: absolute;
	left: 40px;
	top:0;
	bottom: 0;
	margin: auto 0;
	height: 60px;
}
.lista-min-kat a.min-kat span {
	display:block;
	text-align: left;
	letter-spacing: 2px;
	color: #64CAFA;
	text-decoration: none;
	font-size: 13px;
}


@media screen and (min-width: 1381px) and (max-width:99380px) {




.lista-min-kat a.min-kat:nth-child(3n) {
	border-right: none;
}

.lista-min-kat a.min-kat:nth-last-child(-n+3) {
	border-bottom: none;
}



}




.glowna4nadrzedna .tresc-podstrony h1 {
		font-size: 40px;
	line-height: 55px;
	color: #FFF;
	display:block;
	padding: 20px 0px 20px 0px;
	text-align: center;
	font-weight: 500;
}



.glowna2nadrzedna .tresc h1 {
	display: none;
}



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


.img_baner  tr:before {
background: #1F273C;
background: -webkit-linear-gradient(159deg,rgba(31, 39, 60, 1) 0%, rgba(80, 90, 125, 1) 100%);
background: -moz-linear-gradient(159deg,rgba(31, 39, 60, 1) 0%, rgba(80, 90, 125, 1) 100%);
background: linear-gradient(159deg,rgba(31, 39, 60, 1) 0%, rgba(80, 90, 125, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#1F273C",
  endColorstr="#505A7D",
  GradientType=0
);
position:absolute;
left: -10%;
width: 120%;
height: 100%;
top:0;
content:'';
z-index:-1;
}


.img_baner  tr td {
	width: 50%;
		order:1;
		padding: 0px 80px 0px 0px;
		color: #FFF;
}

.img_baner  tr td:nth-of-type(1) {
	order:2;
	padding: 0px 0px;
}

.img_baner tr td img {
  width: 120%;
  vertical-align: middle;
  max-height: 700px;
  object-fit: cover;
  min-height: 550px;
}

table.table_li {
	width: 100%;
	position:relative;
	padding: 0px 0px;
	margin: 0px 0px;
}

table.table_li tr td {
	width: 100%;
	position:relative;
	padding: 5vw 0px 0px 0px;
	margin: 0px 0px;
	overflow: hidden;
}



table.table_li img {
  right: 0;
  top: 0px;
  height: 100%;
  width: 62.5%;
  object-fit: cover;
  position: absolute;
  max-height: 800px;
}

table.table_li .li_img {
	list-style: none;
	margin: 0px 0px;
}


.li_img {
	list-style: none;
	margin: 30px 0px;
	padding: 0px;
    background-image:url('../grafika/bg_ul.webp');
	background-repeat : no-repeat;
	background-position:center center;
	background-size: cover;
	padding-right: 25%;
	display:flex;
	flex-wrap: wrap;
	position: relative;
}


table.table_li .li_img {
    background-image:none;
}


.li_img li {
	width: 25%;
	padding: 80px 30px 50px 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
}

.li_img li:before {
	left: 0;
	right:0;
	top: 30px;
	content:'';
	position: absolute;
	 background-image:url('../grafika/img_li.webp');
	background-repeat : no-repeat;
	background-position:center center;
	width: 16px;
	height:34px;
	margin: 0px auto;
}


.li_img li:nth-of-type(3) {
	margin-right: 25%;
}



/* domyślnie białe */
.li_img li {
	background-color: #fff;
}

/* ===== PIERWSZY RZĄD (3 elementy) ===== */
/* układ: B S B */
.li_img li:nth-child(2) {
	background-color: #F4F4F4;
}

/* ===== OD 4 ELEMENTU NORMALNA SZACHOWNICA 4 KOLUMNY ===== */
/* liczymy od elementu 4 jako początek układu */

.li_img li:nth-child(8n+4),
.li_img li:nth-child(8n+6),
.li_img li:nth-child(8n+9),
.li_img li:nth-child(8n+11) {
	background-color: #F4F4F4;
}


.tresc-podstrony .li_img li {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

div.center {
	margin: 0px auto;
	max-width: 980px;
	width: 100%;
}







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

footer .strona {
	padding: 0px 0px;
}	



footer .ramka{
	float:left;
	width:100%;
	display: flex;
}	


footer .ramka .box{
	float:left;
	width:38%;
	color:white;
	padding:90px 90px 110px 5%;
	font-size:17px;
	line-height:30px;
	position: relative;
}	

footer .ramka .box div{
	position: relative;
}	


footer .ramka .box:before{
	width:38%;
	background: #4F5A7E;
background: -webkit-linear-gradient(159deg,rgba(79, 90, 126, 1) 0%, rgba(31, 39, 60, 1) 100%);
background: -moz-linear-gradient(159deg,rgba(79, 90, 126, 1) 0%, rgba(31, 39, 60, 1) 100%);
background: linear-gradient(159deg,rgba(79, 90, 126, 1) 0%, rgba(31, 39, 60, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#4F5A7E",
  endColorstr="#1F273C",
  GradientType=0
);
position: absolute;
width: 20vw;
height: 20vw;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content:'';
margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}	




footer .ramka:before {
background: #1F273C;
background: -webkit-linear-gradient(159deg,rgba(31, 39, 60, 1) 0%, rgba(80, 90, 125, 1) 100%);
background: -moz-linear-gradient(159deg,rgba(31, 39, 60, 1) 0%, rgba(80, 90, 125, 1) 100%);
background: linear-gradient(159deg,rgba(31, 39, 60, 1) 0%, rgba(80, 90, 125, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#1F273C",
  endColorstr="#505A7D",
  GradientType=0
);
position:absolute;
left: 0;
width: 38.0%;
height: 100%;
top:0;
content:'';
z-index:-1;
}





footer .ramka .box_img{
	width:62%;
    background-image:url('../grafika/footerkontakt.webp');
	background-repeat : no-repeat;
	background-position:center center;
	position: absolute;
	right: 0;
	top: 0;
	background-size: cover;
	height: 100%;
}	


footer .ramka .box a{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}	




footer .ramka .box strong {
	font-size:30px;
	line-height:40px;
	text-transform:uppercase;
}	


footer .ramka .box img {
	float:right;
	max-width:200px;
}	




footer .ramka2 {
  float: left;
  width: 100%;
  color: #C5C5C5;
  position: relative;
  padding: 50px 5%;
  	border-top:1px solid #8289A2;
}



footer .ramka2 {
	float:left;
	width:100%;
	color:#C5C5C5;
}	


footer .ramka2 .box {
	float:left;
	width:50%;
}	

footer .ramka2 .box2 {
	float:left;
	width:50%;
	text-align:right;
}	

.formbutton {cursor:pointer;width:220px !important;background-color:#005982; text-align:center;color:white;text-decoration:none;padding:30px 30px !important;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;font-size:18px;font-weight:bold;}
.formbutton:hover {background-color:#DE6F39;color:white;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}




.link_stopka { color:#C5C5C5;text-decoration:none;float:left;margin-right:20px;}
.link_stopka:hover {text-decoration:underline;color:white;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:#1AB0F8;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}

.link_czarny { color:#30353A;text-decoration:none;}
.link_czarny:hover {color:#1AB0F8;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-left:20px;}







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


.slick-dots {
  top: 44vh;
  bottom: 0px;
}

.baner .sekwencja .box-txt h1 {
  font-size: 40px;
  line-height: 56px;
}



}




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


.dwaboxy .boxoferta {
  padding-left:50px;
}



}

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



.dwaboxy .boxoferta .box {
  font-size: 17px;
}


}



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



.li_img li {
  padding: 80px 30px 50px 30px;
  font-size: 16px;
  line-height: 24px;
}



}



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


header .boxy a img {
  vertical-align: middle;
  margin-right: 20px;
  max-width: 39px;
}

header .boxy a {
font-size: 13px; 	
}


.dwaboxy .boxoferta .box {
  padding: 30px 20px;
}

.lista-min-kat a.min-kat {
  width: 33.3%;
  padding: 70px 30px 70px 110px;
}



.lista-min-kat a.min-kat .img {
  left: 30px;
}

  .lista-min-kat a.min-kat {
    font-size: 17px;
  }
  
  

  
.lista-min-kat a.min-kat:nth-child(4n) {
	border-bottom: none;
}

.lista-min-kat a.min-kat:nth-last-child(-n+2) {
	border-bottom: none;
}


  
  
  
  


}

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

 .glowna4.podrzedna .li_img li {
    padding: 80px 20px 50px 20px;
  }
  
  
  .glowna4.podrzedna .li_img li {
  width: 33.3% !important;
}

 .glowna4.podrzedna .li_img li:nth-of-type(3) {
  margin-right: 0%;
}

.glowna4.podrzedna .li_img li:nth-of-type(2) {
  margin-right: 0%;
}

table.table_li img {
  right: 0;
  top: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  max-height: 580px;
}



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



header .logo {
  width: 20%;
}

.dwaboxy .boxonas h2 {
  font-size: 22px;
  line-height: 34px;
}

footer .ramka .box strong {
  font-size: 20px;
  line-height: 32px;
}


footer .ramka .box img {
  float: right;
  max-width: 130px;
}


#strona1 > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > br:nth-child(7) {
display: none;
}



section.kontakt .ramka {
  grid-template-columns: 2fr 2.8fr;
}


.tresc-kontakt::before {
  width: 44%;
}



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

	.dwaboxy .boxoferta .box {
  width: 48%;
  height: 210px;
	}
	
	
}


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


.baner .sekwencja .box-txt h1 {
  font-size: 40px;
  line-height: 56px;
}

.boxdobrepaktyki .box h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 2px;
}


.li_img li {
  width: 33.3%;
  padding: 80px 20px 50px 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.li_img li:nth-of-type(2) {
  margin-right: 33.3%;
}
.li_img li:nth-of-type(3) {
  margin-right: 0%;
}

}





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

	

.tresc h2 {
  font-size: 25px;
  line-height: 42px;
}

.tresc small {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 2px;
}

.tresc-kontakt a {
  font-size: 18px;
}

section.kontakt .formularz {
  padding: 50px 20px;
}





	}
	




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

	
	  header .logo {
    width: 40%;
    max-width: 120px;
  }
  
  
  .etyka tr td {
  padding: 60px 40px;
}
  
    .tresc h2 {
    font-size: 20px;
    line-height: 32px;
  }
  
  
  
	}
	
	
	
	
		@media screen and (min-width: 0px) and (max-width:920px) {

	
	.dwaboxy .boxonas {
  width: 100%;
  padding: 50px 30px 50px 30px;
}


.dwaboxy .boxonas {
  position: relative;
}

.dwaboxy .boxonas::before {
  left: -10%;
  width: 120%;
  height: 100%;
}
	 .dwaboxy .boxoferta {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
	
	
	
	.boxdobrepaktyki .box {
  width: 100%;
  padding-top: 0px;
}
	
	
	.boxdobrepaktyki .box2 {
  float: left;
  width: 100%;
  position: relative;
}

.boxdobrepaktyki .box2 ul li img {
  height: 60vw;
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
  min-height: 340px;
}

	footer .ramka {
flex-wrap: wrap;
		}
		
		
	footer .ramka .box {
  float: left;
  width: 100%;
  color: white;
  padding: 90px 5% 80px 5%;
  font-size: 17px;
  line-height: 30px;
  position: relative;
}


footer .ramka .box_img {
  width: 100%;
  background-image: url('../grafika/footerkontakt.webp');
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  right: 0;
  top: 0;
  background-size: cover;
  height: 30vw;
}


footer .ramka {
  flex-wrap: wrap;
}


footer .ramka::before {
  width: 100%;
  height: 100%;
}

footer .ramka .box::before {
  width: 40vw;
  height: 40vw;
  margin: auto;
  left: 0;
  right: 0;
  top: 5vw;
  bottom: 0;
}

.li_img {
  margin: 30px 0px;
  padding-top: 20vw;
  padding-right: 5%;

}


  .lista-min-kat a.min-kat {
    width: 50%;
    padding: 70px 30px 70px 110px;
  }
  
  
		}
		
		
		@media screen and (min-width: 0px) and (max-width:890px) {


	footer .ramka2 .box {
  float: left;
  width: 100%;
}


footer .ramka2 .box2 {
  float: left;
  width: 100%;
  text-align: left;
}

 .li_img li:nth-of-type(1) {
    margin-right: 50%;
  }
  
  .li_img li:nth-of-type(2) {
    margin-right: 0%;
  }
  
   .li_img li {
    width: 50%;
  }
  
  
  .tresc-kontakt {
  color: #fff;
  padding-left: 0%;
  padding-top: 50px;
  padding-bottom: 60px;
  width: 100%;
  position: relative;
}

  section.kontakt .ramka {
    display: block;
    width: 100%;
  }
  
   .tresc-kontakt::before {
    width: 100%;
  }
  
  
  .tresc-kontakt::before {
  left: -10%;
  width: 120%;
  }
  
    section.kontakt .ramka {
    display: block;
    width: 100%;
    padding-top: 0px;
  }
  
    .glowna4.podrzedna .li_img li {
    width: 50% !important;
  }
  
  
       .glowna4.podrzedna .li_img li:nth-of-type(1) {
    margin-right: 0% !important;
  }
  
  
    .glowna4.podrzedna .li_img li {
    width: 50% !important;
  }
  
		}
		
		
		
		
				@media screen and (min-width: 0px) and (max-width:840px) {



.img_baner tr td {
  width: 100%;
  order: 1;
  padding: 0px 80px 0px 0px;
  color: #FFF;
}

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

.img_baner tr td img {
  width: 120%;
  vertical-align: middle;
  max-height: 600px;
  object-fit: cover;
  min-height: 250px;
  margin-left: -10%;
}

				}
				
				
		
		

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



.baner .sekwencja .box-txt h1 {
  font-size: 30px;
  line-height: 46px;
}

.etyka tr td {
  width: 100%;
}





}


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


  .lista-min-kat a.min-kat .img {
    left: 0px;
    position: absolute;
    right: 0px;
    margin: 0px auto;
    top: 20px;
    width: 50px;
  }
  
  
    .lista-min-kat a.min-kat {
    width: 50%;
    padding: 80px 20px 50px 20px;
	text-align: center;
	font-size: 14px;
  }
  
  .lista-min-kat a.min-kat span {
  text-align: center;
}
  
  .etyka tr {
  padding: 260px 30px 30px 30px;
  max-width: 900px;
}


}




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


 .li_img li {
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
  }
  
  
  .pole {
  width: 100%;
}
  
  
}

  

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

 .etyka tr {
  padding-top:60px;
  padding-left:10px;
  padding-right:10px;
  }
  
  section.kontakt .ramka {
	padding-bottom:20px;  
  } 
  


  .img_baner tr td {
padding-right:0px;
  }



.dwaboxy .boxoferta {
padding-bottom:30px;
}


.baner .sekwencja .box-txt {
  width: 100%;
  padding-right: 0%;
}



header .logo img {
  min-width: 200px;
}


header .boxy {
  display: none;
}

	.dwaboxy .boxonas {
  width: 100%;
  padding: 50px 0px 50px 0px;
}



	 .dwaboxy .boxoferta {
    padding-left: 0px;
    padding-right: 0px;

  }
	
	  .dwaboxy .boxoferta .box {
    font-size: 14px;
    line-height: 23px;
  }
	
	
	footer .ramka2 {
  font-size: 12px;
}
	
	  .glowna4.podrzedna .li_img li {
    width: 90% !important;
  }
  
}