@import url('https://fonts.googleapis.com/css2?family=Public+Sans: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: 30px;
                    color:black;
					background-color:white;
				    font-size:18px;
					font-family: "Public Sans", sans-serif;
					font-weight:200;
                }

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




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


input, textarea {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	   font-size:19px;
					font-family: "Public Sans", sans-serif;
					font-weight:200;
}



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

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


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




header .ramka{
	width: 100%;
	border: 0px;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content:space-between;
	padding-top:30px;
	padding-bottom:30px;
}	



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


header .logo img {
	max-width:230px;
	vertical-align:middle;
	width: 90%;
}	

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



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


header .boxy{
	width: 30%;
	border: 0px;
	float:left;
	text-align:right;
}	









#site-header {
    position: relative;
    top: 0;
    z-index: 999;
    transition: all 0.4s ease;
    background: transparent;
}

#site-header .ramka {
    height: 160px;
    transition: all 0.4s ease;
}

#site-header.scrolled {
    background: rgba(40,40,40,0.95);
		    position: fixed;
}

#site-header.scrolled .ramka {
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Kolory po scrollu */
#site-header.scrolled nav a,
#site-header.scrolled .boxy a {
    color: #fff;
}

#site-header.scrolled .logo img {
    filter: brightness(0) invert(1);
}






#site-header.scrolled .logo img {
  max-width: 130px;
  vertical-align: middle;
  width: 90%;
}


#site-header.scrolled  #nawigacja-menu li a {
  padding-top: 19px ;
	padding-bottom: 19px ;
}


#site-header.scrolled .przycisk {
  padding-top: 13px;
	padding-bottom: 13px;
}

#site-header.scrolled  .przyciskczarny {
    padding-top: 13px;
	padding-bottom: 13px;
}






.baner {
	width: 100%;
	border: 0px;
	float:left;
	background-image:url('../grafika/baner_tlo.webp');
	background-repeat : no-repeat;
	background-position:center center;
	overflow: hidden;
	position:relative;
}	

.baner .ramka {
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 6vw 4%;
	width: 100%;
	margin: 0px auto;
	max-width:1780px;
	float: none;
}


.baner .box-txt{
	width: 45%;
	border: 0px;
	padding:50px 0%;
	font-size:18px;
	line-height:25px;
	padding-right: 5%;
}	


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



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


.baner .box-img{
	width: 50%;
	border: 0px;
	position: absolute;
	height:100%;
	right: 0;
	top: 0;
	background-image:url('../grafika/baner_img.webp');
	background-repeat : no-repeat;
	background-position:center center;
	background-size:cover;
}	



.baner .box-img img{
	width: 40%;
	left: -10%;
	margin: auto 0;
	top: 0;
	bottom: 0;
		position: absolute;
		max-width: 450px;
}	




.baner .box-img .box-img_icon{
	width: 100%;
	border: 0px;
	position: absolute;
	height:100%;
	right: 0;
	top: 0;
}	


.baner .box-img .box-img_icon .icon{
	position: absolute;
}	

.baner .box-img .box-img_icon .icon img{
	position: relative;
	width: 200px;
}	

.box-img_icon .icon.icon1 {
  position: absolute;
  left: 45%;
  top: 11%;
}


.baner .box-img .box-img_icon .icon.icon2 {
	position: absolute;
	left: 66%;
	top: 25%;
}	


.baner .box-img .box-img_icon .icon.icon3 {
  position: absolute;
  left: 43%;
  top: 70%;
}


.baner .box-img .box-img_icon .icon.icon4 {
	position: absolute;
	left: 65%;
	top: 58%;
}	















.baner .box-img img {
	z-index: 1;
}

.box-img_icon {
	z-index: 3;
	position: relative;
}






















@media screen and (min-width:780px) and (max-width:99999px)  

{



.icon::after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:120px;
	height:120px;
	border:2px solid rgba(255,255,255,0.2);
	border-radius:50%;
	transform:translate(-50%,-50%);
	animation: ripple 2s infinite;
	opacity:0;
}

@keyframes ripple {
	0% { transform:translate(-50%,-50%) scale(0.6); opacity:0.8; }
	100% { transform:translate(-50%,-50%) scale(1.4); opacity:0; }
}


.connect-svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 2;
}

/* LINIA RYSOWANA OD PANELU */
.connect-line {
	stroke: rgba(255,255,255,0.2);
	stroke-width: 2;
	fill: none;

	stroke-dasharray: 1200;
	stroke-dashoffset: 1200;

	animation:
		drawLine 1.5s ease forwards,
		signal 2.5s linear infinite;
}

/* opóźnienia */
.l1 { animation-delay: 0s, 1.5s; }
.l2 { animation-delay: 0.3s, 1.8s; }
.l3 { animation-delay: 0.6s, 2.1s; }
.l4 { animation-delay: 0.9s, 2.4s; }

@keyframes drawLine {
	to { stroke-dashoffset: 0; }
}

/* płynący sygnał */
@keyframes signal {
	from { stroke-dashoffset: 0; }
	to { stroke-dashoffset: -300; }
}


.signal-dot {
  position: absolute;
  left: 7.2%;
  top: 46%;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  z-index: 3;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
	0% { box-shadow: 0 0 0 0 rgba(255,0,0,.7); }
	100% { box-shadow: 0 0 0 20px rgba(255,0,0,0); }
}



}




.panel-img {
	position: absolute;
	left: -10%;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 1;
}

.connect-svg {
	z-index: 2;
}

.box-img_icon {
	z-index: 3;
	position: relative;
}






.boxkorzysci {
float:left;
width:100%;
background: #EBEBEB;
background: -webkit-linear-gradient(180deg,rgba(235, 235, 235, 1) 0%, rgba(82, 100, 114, 0) 100%);
background: -moz-linear-gradient(180deg,rgba(235, 235, 235, 1) 0%, rgba(82, 100, 114, 0) 100%);
background: linear-gradient(180deg,rgba(235, 235, 235, 1) 0%, rgba(82, 100, 114, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#EBEBEB",
  endColorstr="#526472",
  GradientType=0
);
padding-top:100px;
padding-bottom:100px;
}	

.boxkorzysci .ramka {
position:relative;
display: flex;
width: 104%;
}	

.boxkorzysci .box{
float:left;
width:23%;
margin-left:1%;
margin-right:1%;
margin-top:50px;
padding-right: 60px;
padding-bottom: 100px;
}	


.boxkorzysci .box h2{
font-size:46px;
line-height:59px;
font-weight: 100;
}	


.boxkorzysci .box2{
float:left;
width:23%;
background-color:white;
padding:50px 50px;
margin-left:1%;
margin-right:1%;
font-size:17px;
line-height:28px;
}	


.boxkorzysci .box2 strong {
font-size:25px;
line-height:35px;
}	


.boxkorzysci .ramka a{
position:absolute;
left: 0;
bottom: 10px;
}	




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

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


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


#nawigacja-menu li a{
	color:black;
	text-decoration:none;
	vertical-align:middle;
	display:inline-block;
     font-size:14px;
	vertical-align:middle;
	font-size:18px;
	padding:33px 10px;
}

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

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









#main-nav {
    position: relative;
}

.menu-wrapper {
    display: flex;
}

#nawigacja-menu li a {
    transition: color 0.3s;
}







.hamburger {
    display: none;
    background: none;
    border: 0;
    cursor: pointer;
    width: 40px;
    height: 30px;
}

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

/* Kolor hamburgera po scrollu */
#site-header.scrolled .hamburger span {
    background: #fff;
}




@media (max-width: 1180px) {

    #site-header .ramka {
        height: 90px;
    }

    .hamburger {
        display: block;
    }

    .menu-wrapper {
        position: absolute;
        top: 90px;
        right: 0;
        width: 100%;
        background: rgba(40,40,40,0.97);
        flex-direction: column;
        display: none;
    }

    .menu-wrapper.open {
        display: block;
    }

    #nawigacja-menu li {
        display: block;
        float: none;
    }

    #nawigacja-menu li a {
        padding: 15px;
        color: #fff;
        display: block;
    }
}

























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

.boxdlaczegomy .ramka {
	display: flex;
	width:100%;
	align-items: center;
}	


.boxdlaczegomy .img {
	float:left;
	width:50%;
	position: relative;
}	

.boxdlaczegomy .img .img_icon1 {
  max-width: 90%;
  height: 57vw;
  object-fit: cover;
  position: relative;
  left: -5%;
  max-height: 750px;
}


.boxdlaczegomy .img .img_icon2 {
  position: absolute;
  right: 6%;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
  width: 35%;
}


.boxdlaczegomy .txt {
	float:left;
	width:50%;
	padding-left:50px;
}	

.boxdlaczegomy .txt .naglowek{
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}	

.boxdlaczegomy .txt .naglowek h3{
	font-size:45px;
	line-height:59px;
	font-weight: 100;
}	



.boxdlaczegomy .txt .opis{
	float:left;
	width:100%;
}	

.boxdlaczegomy .txt .opis strong{
	font-weight: 600;
}	

.boxjakwyglada {
	float:left;
	width:100%;
	background-color:#F2F2F2;
	margin-top:100px;
	overflow:hidden;
}	

.boxjakwyglada .ramka {
	display:flex;
	width:100%;
	position:relative;
	align-items: center;
}	

.boxjakwyglada {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.boxjakwyglada .ramka .point {
  position: absolute;
  left: 43%;
  top: 0px;
  bottom: 0px;
  margin: auto 0;
  z-index: 1;
  max-width: 540px;
  width: 45%;
}

.boxjakwyglada .txt {
  float: left;
  width: 70%;
  position: relative;
  z-index: 9;
  padding-right: 17%;
  padding-top: 40px;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 40px;
}



.boxjakwyglada .txt ul {
    list-style: none; /* usuwa standardowy punkt */
    position: relative;
		width: 100%;
		margin: 0px 0px;
}




.boxjakwyglada .txt ul li {
    list-style: none; /* usuwa standardowy punkt */
    position: relative;
    padding-left: 75px; /* miejsce na grafikę */
}


.boxjakwyglada .txt ul li  strong {
font-weight:400;
font-size:22px;
line-height:32px;
}	

.boxjakwyglada .txt ul li::before {
    content: "";
    position: absolute;
    left: -29px;
    top: 15px;
    transform: translateY(-50%);
    width: 79px;   /* szerokość obrazka */
    height: 39px;  /* wysokość obrazka */
    background-image: url('../grafika/pointsmall.webp');
    background-size: contain;
    background-repeat: no-repeat;
}


.boxjakwyglada .txt h4 {
  font-size: 45px;
  line-height: 56px;
  font-weight: 100;
}


.boxjakwyglada .img{
	float:left;
	width:45%;
	overflow: hidden;
	position: relative;
	margin-right: -15%;
}	



.boxjakwyglada .img .img1 {
  width: 100%;
  height: 70vw;
  object-fit: cover;
  vertical-align: middle;
  max-height: 820px;
}

.boxjakwyglada .img .img2{
	width:70%;
	left: -10%;
	top:0;
	bottom:-5%;
	margin: auto 0;
	position: absolute;
}	


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

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

.boxoferta .ramka h5 {
	font-size:50px;
	line-height:60px;
	float:left;
	display:inline-block;
}	

.boxoferta .ramka a {
	float:right;
}	



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

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


.boxoferta .ramka2 .box .img {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  height: 30vw;
  position: relative;
  text-align: center;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  padding-top: 20px;
  max-height: 380px;
}


.boxoferta .ramka2 .box .img:before {
  position: absolute;
	left: 0;
	top: 0;
	content:'';
	background-color: rgba(0,0,0,0.05);
	width: 100%;
	height: 100%;
	z-index: 4;
	  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}




.boxoferta .ramka2 .box:hover .img:before {
   background: #004AAD;
background: -webkit-linear-gradient(180deg,rgba(0, 74, 173, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: -moz-linear-gradient(180deg,rgba(0, 74, 173, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(180deg,rgba(0, 74, 173, 1) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#004AAD",
  endColorstr="#000000",
  GradientType=0
);
}	


.boxoferta .ramka2 .box:hover strong {
color:white;
}	




.boxoferta .ramka2 .box .img strong {
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
  margin-top: 50px;
  position: relative;
  z-index: 8;
}

.boxoferta .ramka2 .box .img img {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -100px;
  margin: 0 auto;
  max-width: 90%;
}


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



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

.boxsocialmedia .ramka {
	float:left;
	width:100%;
	-webkit-box-shadow: 5px 1px 9px 13px rgba(244, 247, 252, 1);
-moz-box-shadow: 5px 1px 9px 13px rgba(244, 247, 252, 1);
box-shadow: 5px 1px 9px 13px rgba(244, 247, 252, 1);
text-align:center;
padding:50px;
font-size:20px;
line-height:30px;
margin-top:100px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}	

.boxsocialmedia .ramka span {
display:inline-block;
margin-right:20px;
}	



.boxsocialmedia .ramka img{
vertical-align:middle;
margin:5px;
}	


.bokontaktowy {
	float:left;
	width:100%;
	color:white;
	background-color:#004AAD;
	color:white;
	background-image:url('../grafika/tlokontakt.webp');
	background-repeat : no-repeat;
  background-position: 85% bottom;
	margin-top:160px;
	position:relative;	
}	

.bokontaktowy .formularz{
	float:left;
	width:100%;
	max-width:50%;
	padding-top:100px;
	padding-bottom:100px;
}	

.bokontaktowy .formularz input {
float:left;
width:100%;
background-color:transparent;
border:0px;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 0px;
  color:white;
  border-bottom:1px solid white;
  font-size:17px;
}	


.bokontaktowy .formularz textarea {
float:left;
width:100%;
background-color:transparent;
border:0px;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px 0px;
  color:white;
  border-bottom:1px solid white;
  font-size:17px;
}	



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

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



.bokontaktowy .formularz .naglowek{
	float:left;
	width:100%;
}	

.bokontaktowy .formularz .naglowek strong {
	font-size:45px;
	line-height:56px;
	font-weight:100;
}	


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

.bokontaktowy .formularz .pole img{
	bottom: 22px;
	position: absolute;
}	



.bokontaktowy .formularz .pole2{
	float:left;
	width:96%;
	position: relative;
}	


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



.bokontaktowy .formularz .przyciskczarny { cursor:pointer;border:0px;width:auto;display:inline-block;color:white;text-decoration:none;background-color:#202020;padding:25px 90px 25px 35px;-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;	background-image:url('../grafika/strzalka.webp');background-repeat : no-repeat; background-position: 90% center;}
.bokontaktowy .formularz .przyciskczarny:hover {background-color:#FF312E;border-color:#FF312E;color:white;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.bokontaktowy .formularz .przyciskczarny img { vertical-align:middle; }





.bokontaktowy .formularz .ramka2 {
	float:left;
	width:100%;
	padding-left:10%;
}	

.bokontaktowy .ramka .telefonkontakt {
position:absolute;
right:0px;
top:-50px;
width:650px;
height: calc(100% + 50px);
	background-image:url('../grafika/telefon_stopka.webp');
	background-repeat : no-repeat;
	background-position:left top;
	padding-left:180px;
	padding-top:180px;
	color:black;
}	

.bokontaktowy .ramka .telefonkontakt .naglowek {
	float:left;
	width:100%;
	border-bottom:1px solid #CCDBEF;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom: 40px;
}	

.bokontaktowy .ramka .telefonkontakt .naglowek strong {
	font-size:30px;
	line-height:40px;
	font-weight:200;
}	


.bokontaktowy .ramka .telefonkontakt .row {
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}	

.bokontaktowy .ramka .telefonkontakt .row img{
	vertical-align:middle;
	margin-right:20px;
	float:left;
}	

.bokontaktowy .ramka .telefonkontakt .row a{
	font-size:20px;
	line-height:30px;
}	




.bokontaktowy .ramka .telefonkontakt .row2 {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  position: absolute;
  left: auto;
  top: 580px;
  text-align: center;
  right: 0px;
  max-width: 480px;
}






.sciezka {
width: 100%;
position: relative;
padding: 30px 0px 30px 0px;
height:93px;
}

.sciezka:before {
width: 160%;
height: 100%;
position: absolute;
top:0;
left: -30%;
z-index: -1;
background-color: #F0F0F0;
content:'';
}


.sciezka a {
display: inline-block;
font-size: 13px;
color: #999999;
text-decoration: none;
border-bottom: 1px solid #D8D8D8;
margin-right: 30px;
}

.sciezka a:first-of-type {
font-size: 13px;
color: #000;
border-bottom: 1px solid #FF3131;
}



#strona77  .sciezka a:first-of-type {  
color: #FFF;
}



.glowna2nadrzedna .ramka h1.naglowek {
display: none;
}



.baner_img {
width: 100%;
position: relative;
margin-top: -93px;
}

.baner_img:before {
left: -30%;
top: 0;
width: 160%;
height: 100%;
content:'';
background-color: #F0F0F0;
position: absolute;
z-index: -1;
}



#strona77 .baner_img::before {
  background-color: #575C61;

}


#strona77  .baner_img tr  {
color: #FFF;
}


.baner_img tr  {
width: 100%;
display: flex;
	align-items: center;
	line-height: 30px;
}

.baner_img tr td {
  order: 1;
  width: 40%;
  text-align: left;
  padding: 50px 80px 0px 0px;
}

.glowna2nadrzedna .baner_img tr td {
  order: 1;
  width: 45%;
  text-align: left;
  padding: 50px 0px 0px 0px;
}

.baner_img tr td h2  {
font-size: 70px;
line-height: 85px;
font-weight: 100;
}

.baner_img tr td h3  {
font-size: 35px;
line-height: 50px;
font-weight: 300;
}


.baner_img tr td big  {
font-size: 25px;
line-height: 38px;
font-weight: 200;
}



.baner_img tr td:first-of-type  {
order:2;
width: 60%;
  padding: 0px 0px 0px 0px;
}

.baner_img tr td:first-of-type img  {
float: left;
width: 125%;
margin-left: -10%;
max-height: 750px;
object-fit: cover;
}


.tresc h2, .tresc-podstrony h2 {
font-weight: 100;
font-size: 52px;
line-height: 67px;
}


.tresc h3,  .tresc-podstrony h3 {
font-weight: 200;
font-size: 35px;
line-height: 48px;
letter-spacing: 1px;
}


.tresc  big,  .tresc-podstrony big {
font-weight: 200;
font-size: 25px;
line-height: 38px;
}


.lista_naglowki {
width: 100%;
list-style: none;
margin: 30px 0px;
padding: 0px 0px 0px 9%;
display: flex;
flex-wrap: wrap;
position:relative;
}




.lista_naglowki:before {
left: -15%;
content:'';
position:absolute;
height: 100%;
width: 40%;
max-width: 490px;
	background-image:url('../grafika/tlo_li.webp');
	background-repeat : no-repeat;
	background-position:left center;
}



ul.ul_active {
width: 100%;
list-style: none;
margin: 30px 0px;
padding: 0px 0px 0px 0px;
display: flex;
flex-wrap: wrap;
position:relative;
}


ul.ul_active li {
width: 33.3%;
padding: 120px 0px 30px 60px;
position: relative;
font-size: 22px;
line-height: 35px;
text-align: left;
}



ul.ul_active li:before {
	background-image:url('../grafika/li_img.webp');
	background-repeat : no-repeat;
	background-position:left top;
	content:'';
	width: 200px;
	height: 130px;
	background-size: 200px auto;
	position: absolute;
	left: 0;
	top:0;
}




.lista_naglowki li {
font-weight: 200;
font-size: 20px;
line-height: 32px;
padding: 30px 50px;
width: 33.3%;
}


.lista_naglowki li strong {
font-weight: 500;
font-size: 40px;
line-height: 52px;
display: block;
}






.img_left, .img_right  {
width: 100%;
position: relative;
}


.img_left.szary {
background-color:#F8F8F8;
}



.img_left.niebieski, .img_right.niebieski {
background-color:#004AAD;
color: #FFF;
}

.img_left.niebieski:before, .img_right.niebieski:before {
background-color:#004AAD;
content:'';
left: -20%;
width: 140%;
height: 100%;
top: 0;
position: absolute;
z-index: 0;
}









.img_left.szary:before {
background-color:#F8F8F8;
content:'';
left: -20%;
width: 140%;
height: 100%;
top: 0;
position: absolute;
z-index: -1;
}


.img_left tr, .img_right tr{
display: flex;
align-items: center;
width: 100%;
min-height: 600px;
}



.img_left tr td, .img_right tr td {
padding: 60px;
width: 50%;
position:relative;
}

.img_left tr td:first-of-type {
padding:0px;
}

.img_right tr td:first-of-type {
padding:0px;
order:2;
width: 55%;
}

.img_left tr td img {
position: relative;
width: 105%;
height: 100%;
left: -5%;
top: 0;
object-fit:cover;
vertical-align: middle;
}


.img_right tr td img {
position: relative;
width: 100%;
height: 100%;
right: 0%;
top: 0;
object-fit:cover;
vertical-align: middle;
}







.img_left.niebieski ul {
padding: 0px 0px;
margin: 30px 0px 30px 5%;
width: 95%;
display: flex;
flex-wrap: wrap;
list-style: none;
}


.img_left.niebieski ul li {
padding: 10px 0px;
margin: 0px 2%;
width: 46%;
border-bottom: 1px solid rgba(255,255,255,0.3);
}






.glowna4nadrzedna .tlo_middle {
background-color: #F0F0F0;
width: 100%;
float: left; 
}




.tresc-podstrony {
margin: 0px auto;
width: 100%;
max-width: 850px;
text-align: center;
font-size: 30px;
line-height: 43px;
}

h1.naglowek{
font-size: 70px;
line-height: 84px;
font-weight: 100;
text-align: center;
}






 
.lista-min-kat {
width: 100%;
display:flex;
flex-wrap: wrap;
margin-top: 50px;
}


.min-kat {
width: 31.3%;
margin: 1%;
position: relative;
text-decoration: none;
color: #000;
margin-bottom: 100px;
}



.min-kat {
width: 31.3%;
margin: 1%;
position: relative;
text-decoration: none;
color: #000;
margin-bottom: 100px;
}


.glowna6nadrzedna .min-kat {
width: 31.3%;
margin: 1%;
position: relative;
text-decoration: none;
color: #000;
margin-bottom: 100px;
display: flex;
flex-wrap:wrap;
}

.glowna6nadrzedna .min-kat .img {
order:1;
}


.glowna6nadrzedna .min-kat .naglowek {
order:2;
}

.glowna6nadrzedna .min-kat .wiecej {
order:3;
}


.glowna6nadrzedna .min-kat::before {
display: none;
}

.glowna6nadrzedna .min-kat .naglowek {
  padding: 30px 30px;
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  position: relative;
  z-index: 4;
  margin: 0px auto;
  max-width: 100%;
  text-align: left;
	width: 100%;
}


.glowna6nadrzedna  .min-kat .wiecej {
  width: 100%;
  display: block;
  text-align: left;
	  padding: 0px 30px;
}


.min-kat::before {
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 0px;
  width: 104%;
  height: 65% !important;
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: '';
  background-color: #FFF;
}


.min-kat .naglowek {
padding: 30px 0px;
text-align: center;
font-size: 40px;
line-height: 55px;
position: relative;
z-index: 4;
margin: 0px auto;
max-width: 200px;
}


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

.min-kat .img img {
width: 90%;
margin: 0px auto ;
display: block;
}

.glowna6nadrzedna .min-kat .img img {
width: 100%;
margin: 0px auto ;
display: block;
min-height: 25vw;
object-fit: cover;
}


.min-kat .wiecej {
width: 100%;
display: block;
text-align: center;
}




.glowna3nadrzedna .tlo_middle {
float:left;
width: 100%;
background-color: #F0F0F0;
}

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


.glowna6nadrzedna .tlo_middle:before {
content:'';
width: 100%;
height: 50%;
left: 0;
top: 0;
background-color: #F0F0F0;
z-index: -1;
position: absolute;
}


.glowna6.podrzedna .tlo_middle {
float:left;
width: 100%;
background-color: #F0F0F0;
}

.glowna4.podrzedna h1 {
display: none;
}

.glowna6.podrzedna  h1.naglowek {
  text-align: left;
}

.glowna6.podrzedna big {
padding: 50px 0px;
padding-left: 20%;
width: 80%;
display: block;
text-align: left;
font-size: 30px;
line-height: 42px;
}


.glowna6.podrzedna .tresc-podstrony, .glowna4.podrzedna .tresc-podstrony  {
  margin: 0px auto;
  width: 100%;
  max-width: 100%;
	  font-size:18px;
					font-family: "Public Sans", sans-serif;
					font-weight:200;
}



.korzysci {
width: 104%;
margin: 30px -2%;
}

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



.korzysci tr td  {
width: 46%;
margin: 2%;
border: 2px solid #004AAD;
padding: 80px;
}


.korzysci tr td  img {
display: block;
margin: 30px 0px;
max-width: 270px;
width: 90%;
}


.glowna10nadrzedna  .sciezka::before {
  background-color: #fff;
}


.glowna10nadrzedna h1.naglowek {
  text-align: left;
}



.tresc-kontakt {
width: 100%;
background-color: #F0F0F0;
padding: 80px 80px;
margin: 40px 0px;
position:relative;
overflow: hidden;
}

.tresc-kontakt::before {
  left: -5%;
	bottom: -160px;
  content: '';
  position: absolute;
  height: 100%;
  width: 40%;
  max-width: 440px;
  background-image: url('../grafika/tlo_li.webp');
  background-repeat: no-repeat;
  background-position: left center;
	background-size: 450px;
}


table.kontakt_tabela  tr  td {
width: 40%;
padding-right: 90px;
}


.kontakt_tabela h3 {
font-size: 32px;
line-height: 45px;
}



.kontakt_tabela   table tr td{
width: 50%;
padding: 0px 30px;
vertical-align: top;
}

.kontakt_tabela   table tr td strong{
font-size: 25px;
line-height: 41px;
}


.kontakt_tabela   table tr td a{
color: #000;
text-decoration: none; 
}


.kontakt_tabela small {
display: block;
border-bottom: 1px solid #DADADA;
padding: 10px 0px;
color: #FF3131;
}


.kontakt_bottom {
display: flex;
flex-wrap: wrap;
width: 104%;
margin-left: -2%;
}

.kontakt_bottom .formularz {
width: 46%;
margin: 2%;
}


.kontakt_bottom .mapa {
width: 46%;
margin: 2%;
}


.kontakt_bottom small {
display: block;
border-bottom: 1px solid #DADADA;
padding: 10px 0px;
color: #FF3131;
}

.formularz h2 {
font-size: 70px;
  line-height: 84px;
  font-weight: 100;
}

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

.formularz .ramka2 {
padding-top: 20px;
float: left;
width: 100%;
}

.formularz .pole {
width: 50%;
float: left;
padding: 15px 0px;
position: relative;
}


.formularz .pole input{
padding: 15px 0px;
border: 0px;
border-bottom: 1px solid #999999;
color: #000;
width: 100%;
}


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


.formularz .pole2 textarea {
padding: 15px 0px;
border: 0px;
border-bottom: 1px solid #999999;
color: #000;
width: 100%;
}


.formularz .pole.right {
padding-left: 50px;
}

.formularz .pole2 small {
font-weight: 600;
font-size: 13px;
line-height: 19px;
color: #828282;
border: 0px !important;
}

.formularz .pole2 small a {
color: #000;
}


.formularz .przycisk {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #202020;
	background-color: #202020;
  padding: 20px 28px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
	margin-top: 60px;
}

.formularz big {
font-size: 22px;
  line-height: 35px;
	display: block;
}



.mapa iframe {
  margin: 60px 0px 0px 0px;
  width: 100%;
  height: 55vw;
  max-height: 670px;
  filter: grayscale(1);
}


.glowna4.podrzedna .tresc-podstrony {
  text-align: left;
	line-height: 32px;
}


.galeria {
  column-count: 3;
  column-gap: 20px;
	margin: 80px 0px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 20px;
}

.gallery-item img {
  width: 100%;
  display: block;
  height: auto;
}


@media (max-width: 1024px) { .galeria { column-count: 2; } }
@media (max-width: 600px)  { .galeria { column-count: 1; } }



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

.paginacja a,
.paginacja span,
.paginacja strong {
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  transition: all .3s ease;
	
}

.paginacja a {
  background: #004AAD;
  color: #fff;
}


.paginacja a.link_nav {
  background-color: transparent !important;
	color: #000;
}

.paginacja a:hover {
  background: #FF3131;
}

.paginacja strong {
   background-color: transparent !important;
  color: #000;
  font-weight: 600;
	border: 1px solid #333333;
}

.paginacja span {
  background: tranasparent;
  color: #999;
  cursor: not-allowed;
}
















footer {
	float:left;
	width:100%;
	background-color:#F2F2F2;
}	

footer .ramka {
	float:left;
	width:100%;
	border-bottom:1px solid #CCCCCC;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:20px;
	display: flex;
	align-items:center;
}	


footer .ramka .logo{
	float:left;
	width:50%;
}	

footer .ramka .logo img{
		max-width:230px;
	vertical-align:middle;
	width: 90%;
}	


footer .ramka .logo img:hover{
	opacity:0.7;
}	



footer .ramka .social{
	float:left;
	width:50%;
	text-align:right;
	font-size:20px;
}	

footer .ramka .social img{
vertical-align:middle;
margin-left:10px;
}	

footer .ramka .social img:hover{
opacity:0.7;
}	




footer .ramka2 {
	float:left;
	width:100%;
	border-bottom:1px solid #CCCCCC;
	padding-top:40px;
	padding-bottom:40px;
	display:flex;
	justify-content:space-between; 
	
}	

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


footer .ramka2 .box .naglowek{
	float:left;
	width:100%;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:20px;
	font-size:20px;
}	

footer .ramka2 .box .naglowek strong {
	font-weight:400;
}	



footer .ramka2 .box .opis{
	float:left;
	width:100%;
	padding-top:20px;
}	


footer .ramka3 {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 15px;
}



.przyciskczarny { display:inline-block;color:white;text-decoration:none;background-color:#202020;padding: 20px 30px !important;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;}
.przyciskczarny:hover {background-color:#FF312E;border-color:#FF312E;color:white;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.przyciskczarny img { vertical-align:middle; }


.przycisk { display:inline-block;color:#202020;text-decoration:none;border: 1px solid #202020;padding:20px 28px;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;}
.przycisk:hover {background-color:#FF312E;border-color:#FF312E;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 img { vertical-align:middle;position: relative;top: -2px; }


.link_bialy { color:white;text-decoration:none;}
.link_bialy: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_czarny { color:black;text-decoration:none;}
.link_czarny:hover {color:#004AAD;text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.link_stopka { color:#676767;text-decoration:none;margin-right:20px;}
.link_stopka:hover {color:#004AAD;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:#004AAC;text-decoration:none;margin-right:20px;}
.link_niebieski:hover {color:#FF3030;text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}





.bokontaktowy .formularz .przyciskczarny {
  padding-right: 60px !important;
}

.bokontaktowy .formularz .pole img {
  bottom: 31px;
}




.glowna4.podrzedna .baner_img {
  position: relative;
  top: -93px;
}


.glowna4.podrzedna .sciezka::before {
  background-color: transparent !important;
}






.sciezka {
  padding: 23px 0px 23px 0px !important;
}



#strona77 .sciezka a:first-of-type {
  color: #FFF !important;
}


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

{

.baner_img tr td {

  padding-top: 100px;
}


}




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

{

.baner_img tr td h2 {
  font-size: 50px;
  line-height: 65px;
  font-weight: 100;
}



}






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

{

.boxjakwyglada .ramka .point {
  position: absolute;
  left: 46%;
  top: 3%;
  bottom: 0px;
  margin: auto 0;
  z-index: 1;
  max-width: 540px;
  width: 34%;
}


.bokontaktowy .ramka .telefonkontakt {
  width: 550px;
	background-size: 100%;
}


}






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

{




.baner .box-txt h1 {
  font-size: 65px;
  line-height: 82px;
}


.boxkorzysci .box2 {
  padding: 50px 30px;
}


.boxkorzysci .box2 img {
  width: 80px;
}


.boxkorzysci .box h2 {
  font-size: 36px;
  line-height: 51px;
  font-weight: 100;
}

.boxkorzysci .box2 strong {
  font-size: 20px;
  line-height: 32px;
}

.boxjakwyglada .img .img1 {
  height: 120vw;
}


.lista_naglowki::before {
  background-size: 100%;
}


.glowna6nadrzedna .min-kat .naglowek {
  font-size: 22px;
  line-height: 35px;
}



.przyciskczarny {
  padding: 15px 20px !important;
  font-size: 13px;
}




}


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

{

.lista_naglowki li strong {
  font-size: 30px;
  line-height: 52px;
}


.min-kat .naglowek {
  text-align: center;
  font-size: 30px;
  line-height: 45px;
}

.przyciskczarny {
  padding: 15px 20px !important;
  font-size: 13px;
}


.kontakt_tabela  tr {
display: flex;
flex-wrap: wrap;
width: 100%;
}



table.kontakt_tabela tr td {
  width: 100% !important;
  padding-right: 0px;
}

table.kontakt_tabela table tr td {
  width: 50% !important;
  padding-right: 0px;
}


}




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

{




.przycisk {
  font-size: 14px;
}


.przyciskczarny {
  font-size: 14px;
}


.boxoferta .ramka2 .box .img {
  max-height: 230px !important;
}

.tresc-kontakt::before {
  background-size: 250px;
}

}




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

{


.formularz h2 {
  font-size: 50px;
  line-height: 74px;
  font-weight: 100;
}


#site-header .przycisk {
  padding-left:15px;
	padding-right:15px;
  font-size: 12px;
		padding-top: 13px !important;
	padding-bottom: 13px !important;
}


#site-header .przyciskczarny {
   padding-left:15px;
	padding-right:15px;
  font-size: 12px;
		padding-top: 13px !important;
	padding-bottom: 13px !important;
}

header .ramka {
  padding-top: 5px;
  padding-bottom: 10px;
}

header .logo img {
  max-width: 130px !important;
}



#main-nav {
  position: static;
  order: 2;
  max-width: 30px;
}


#nawigacja-menu {
  padding: 50px 80px;
}


header .boxy {
  width: 50%;
  border: 0px;
  float: left;
  text-align: right;
}

header .logo {
  width: 40%;
}

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


.boxkorzysci .box {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
}


.boxkorzysci .ramka {
  position: relative;
  display: flex;
	flex-wrap: wrap;
  width: 100%;
  }
	
	
	
	
	.boxkorzysci {
  padding-top: 50px;
}
	
	
	.boxkorzysci .box2 {
  width: 31.3%;
  margin-left: 1%;
  margin-right: 1%;
}


  .boxkorzysci .ramka {
    padding-bottom: 110px;
  }

	
body {
  line-height: 27px;
  font-size: 16px;
}

.boxjakwyglada .txt {
  font-size: 16px;
  line-height: 25px;
}

.boxjakwyglada .txt h4 {
  font-size: 35px;
  line-height: 48px;
  font-weight: 100;
}


.boxjakwyglada .txt ul li::before {
  left: -29px;
  top: 19px;
  width: 49px;
  height: 22px;
}



.boxjakwyglada .txt ul li {
  padding-left: 35px;
}

.boxoferta .ramka2 .box .img strong {
  font-size: 24px;
  line-height: 38px;
}


  .baner_img tr td h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 100;
  }
	
	
	
	.baner_img tr td big {
  font-size: 20px;
  line-height: 32px;
  font-weight: 200;
}


.tresc h3, .tresc-podstrony h3 {
  font-size: 27px;
  line-height: 38px;
}



}








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

{


.telefonkontakt {
    width: 450px;
    background-size: 100%;
    position: relative !important;
    float: none;
    margin: 0px auto;
  }

.bokontaktowy .formularz {
  float: none;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 100%;
}


  .bokontaktowy .ramka .telefonkontakt {
    width: 550px;
    background-size: 100%;
    top: 0;
    display: block;
    float: right;
    right: -5%;
  }
	
	

.bokontaktowy .ramka .telefonkontakt .naglowek {
  float: none;
  width: 100%;
  border-bottom: 1px solid #CCDBEF;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.bokontaktowy .formularz .ramka2 {
  float: none;
}



.bokontaktowy .formularz .ramka {
  float: none;
}


  .bokontaktowy .ramka .telefonkontakt {
    padding-bottom: 200px;
  }
	
.bokontaktowy .ramka .telefonkontakt .row2 {
  top: 485px;
}


.tresc-podstrony {
  font-size: 22px;
  line-height: 34px;
}


.korzysci tr td {
  width: 46%;
  margin: 2%;
  border: 2px solid #004AAD;
  padding: 20px 40px;
}

.mapa iframe {
  height: 65vw;
}



}









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

{


.boxdlaczegomy .txt {
  float: left;
  width: 50%;
  padding-left: 10px;
}

.boxoferta .ramka2 .box .img {
  max-height: 200px !important;
}

.lista_naglowki li {
  font-weight: 200;
  font-size: 20px;
  line-height: 32px;
  padding: 20px 50px;
  width: 50%;
}


ul.ul_active li {
  width: 50%;
  padding: 120px 0px 30px 60px;
  position: relative;
  font-size: 22px;
  line-height: 35px;
  text-align: left;
}


ul.ul_active li::before {
  content: '';
  width: 120px;
  height: 80px;
  background-size: 200px auto;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100%;
}




ul.ul_active li {
  width: 50%;
  padding: 70px 0px 40px 40px;
  font-size: 18px;
  line-height: 29px;

}


}




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

{



.baner .box-txt {
  padding: 10px 0%;
	padding-right: 5%;
}


.img_left tr td, .img_right tr td {
  padding: 60px 40px;
}

.min-kat {
  width: 48%;
  margin: 1%;
    margin-bottom: 1%;
}

.glowna6nadrzedna .min-kat .naglowek {
  padding: 30px 15px;
	}
	
	.glowna6nadrzedna .min-kat {
  width: 48%;
  margin: 1%;
    margin-bottom: 1%;
}



}







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

{


.baner_img tr td:first-of-type {
  order: 1;
  width: 100%;
  padding: 0px 0px 0px 0px;
}


.baner_img tr {
  flex-wrap: wrap;
}


.baner_img tr td:first-of-type img {
  float: left;
  width: 115%;
  margin-left: -10%;
  max-height: 750px;
  object-fit: cover;
}

 .baner_img tr td {
  order: 2;
  width: 100%;
  text-align: left;
  padding: 50px 0px 0px 0px;
}

 .baner_img tr td:first-of-type {
    padding: 0px 0px 0px 0px;
  }
	
	.glowna2nadrzedna .baner_img tr td {
  width: 100%;
}

.glowna4.podrzedna .sciezka::before {
  background-color: #F0F0F0 !important;
}




}

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

{

.kontakt_bottom .formularz {
  width: 96%;
  margin: 2%;
}


.kontakt_bottom .mapa {
  width: 96%;
  margin: 2%;
}




}




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

{


.img_left tr td, .img_right tr td {
  padding: 60px;
  width: 100%;
  position: relative;
}

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

.img_left tr td img {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  object-fit: cover;
  vertical-align: middle;
}

.img_left tr, .img_right tr {

  min-height: 300px;
  flex-wrap: wrap;
	
	}
	
	
  .img_left tr td, .img_right tr td {
    padding: 30px 0px;
    width: 100%;
    position: relative;
  }
	
	
	.img_right tr td:first-of-type {
  padding: 0px;
  order: 2;
  width: 100%;
}
	
	
}




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

{


.boxjakwyglada .img .img1 {
  height: 140vw;
	max-height: 920px;
}


.boxoferta .ramka2 .box .img::before {
  height: 120%;
}


.tresc h2, .tresc-podstrony h2 {
  font-weight: 100;
  font-size: 42px;
  line-height: 57px;
}


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


}



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

{


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


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


.boxdlaczegomy .img .img_icon1 {
  height: 72vw;
}

 .boxdlaczegomy .txt {
 
    width: 100%;
  }

	
}

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

{


  .boxkorzysci .box2 {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;

  }

	
	
	
	 .boxjakwyglada .txt {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
		order:2;
  }

.boxjakwyglada .img {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-right: -10%;
	order: 1;
}

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


  .boxjakwyglada .img .img1 {
    height: 140vw;
    max-height: 520px;
  }
	
	
	.boxjakwyglada .img .img2 {
  width: 60%;
  left: -10%;
}


  .boxjakwyglada .ramka .point {
    position: absolute;
    left: 17%;
    top: 13%;
    bottom: 0px;
    margin: 0 0;
    z-index: 1;
    max-width: 540px;
    width: 34%;
  }
	

	
}




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

{

  .boxkorzysci .box2 {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
  }
	

.kontakt_tabela h3 {
  font-size: 25px;
  line-height: 35px;
}


.baner .box-img {
  width: 100%;
  border: 0px;
  position: relative;
  height: 60vw;
  right: -6%;
  top: 0;
  background-image: url('../grafika/baner_img.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.baner .box-img img {
  width: 40%;
  left: -6%;
}

.baner {
  width: 100%;
  border: 0px;
  background-position: 20% top;
  overflow: hidden;
  position: relative;
	background-color: #E9E9E9;
}

 .baner .box-txt {
    padding: 10px 4%;
    padding-right: 4%;
    padding-right: 5%;
    width: 100%;
    margin-bottom: 40px;
  }


	.signal-dot {
  position: absolute;
  left: 11.0%;
  top: 45%;
	}
	
	.baner .box-img .box-img_icon .icon img {
  position: relative;
  width: 130px;
}


.box-img_icon .icon.icon1 {
  position: absolute;
  left: 49%;
  top: 11%;
}

	.baner .box-img .box-img_icon .icon.icon3 {
  position: absolute;
  left: 48%;
  top: 70%;
}

  .bokontaktowy .ramka .telefonkontakt {
    margin-top: 40px;
  }
	
	
	
	footer .ramka .logo {
  float: left;
  width: 100%;
}
	
	footer .ramka .logo img {
  max-width: 160px;
  vertical-align: middle;
  width: 90%;
  display: block;
  margin: 0px auto;
}

	footer .ramka {
  flex-wrap: wrap;
}
	
	footer .ramka .logo {
  float: left;
  width: 100%;
}


	footer .ramka .social {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 40px 0px 10px 0px;
}


 .korzysci tr td {
    width: 96%;
    margin: 2%;
    border: 2px solid #004AAD;
    padding: 20px 40px;
  }
	
	
}






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

{


 .lista_naglowki li strong {
    font-size: 23px;
    line-height: 45px;
  }
	
	
	  .lista_naglowki li {
    font-weight: 200;
    font-size: 17px;
    line-height: 27px;
    padding: 20px 50px;
    padding-right: 50px;
    width: 50%;
    padding-right: 5px;
  }

footer .ramka2 {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}


  footer .ramka2 .box {
    width: 98%;
  }

  footer .ramka2 .box {
    margin-bottom: 35px;
  }

.boxoferta .ramka2 .box {
  float: left;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}




  .boxoferta .ramka2 .box .img {
    max-height: 300px !important;
  }
	
	
	  .boxoferta .ramka2 .box .img::before {
    height: 90%;
  }
	
	
	
.boxoferta .ramka2 .box .img strong {
  margin-top: 10px;
}


.boxoferta .ramka2 .box .img {
  height: 44vw;
	}

	
	  .boxoferta .ramka2 .box {
    margin-bottom: 40px;
  }
	
	
}






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

{

  .min-kat .naglowek {
    text-align: center;
    font-size: 23px;
    line-height: 39px;
  }

.glowna6.podrzedna big {
  font-size: 20px;
  line-height: 36px;
}

  .tresc-kontakt::before {
    background-size: 150px;
  }
	
	.tresc-kontakt {
  padding: 40px 40px;
	}
	
	
	
	}


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

{

.boxsocialmedia .ramka span {
  display: block;
  margin-right: 20px;
}

.boxsocialmedia .ramka {
  width: 100%;
  padding: 10px 30px 30px 30px;
	}
	
	
	.img_left.niebieski ul li {
  padding: 20px 0px;
  margin: 0px 2%;
  width: 96%;
}

	
	
}




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

{


  #site-header .przycisk {
    display: none;
  }
	
	.img_right tr td {
    padding: 60px 0px;
  }
	
	}
	
	
	@media screen and (min-width:0px) and (max-width:580px)  

{
	
	  .baner .box-img .box-img_icon .icon img {
    position: relative;
    width: 100px;
  }
	
	 .baner .box-txt h1 {
    font-size: 45px;
    line-height: 62px;
  }
	
	  header .boxy {
    width: 45%;
    margin-right: 5%;
  }
	
	.boxdlaczegomy .txt .naglowek h3 {
  font-size: 35px;
  line-height: 49px;
	}
	
	 .boxoferta .ramka2 .box .img {
    height: 60vw;
  }
	

.bokontaktowy .formularz .naglowek strong {
  font-size: 35px;
  line-height: 46px;
	}
	
	
	
	 .boxoferta .ramka2 .box .img {
    max-height: 250px !important;
  }
	
	
	footer .ramka3 {
  font-size: 12px;
}

.boxoferta .ramka h5 {
  font-size: 40px;
  line-height: 60px;
	}
	
	
	
	.tresc h2, .tresc-podstrony h2 {
    font-weight: 100;
    font-size: 32px;
    line-height: 47px;
  }
	
	
	  .baner_img tr td h2 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 100;
  }
	
	
	h1.naglowek {
  font-size: 50px;
	}
	
	
	  table.kontakt_tabela table tr td {
    width: 95% !important;
    padding-right: 0px;
  }
	
	
	}
	
	
	
	
				@media screen and (min-width:0px) and (max-width:540px)  

{
	
	  .lista_naglowki li {
    font-size: 17px;
    line-height: 27px;
    width: 100%;
  }
	
	
	 .tresc h3, .tresc-podstrony h3 {
    font-size: 23px;
    line-height: 32px;
  }
	
	
	 .min-kat {
    width: 98%;
    margin: 1%;
    margin-bottom: 1%;
  }
	
	  .glowna6nadrzedna .min-kat {
    width: 98%;
		}
		
		
	}
	
	
	
	
			@media screen and (min-width:0px) and (max-width:500px)  

{

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

	
	  .bokontaktowy .ramka .telefonkontakt {
    width: 400px;
		}
		
		
		.bokontaktowy .ramka .telefonkontakt {
  padding-left: 120px;
  padding-top: 90px;
  color: black;
}


.bokontaktowy .ramka .telefonkontakt .row img {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 20px;
	width: 40px;
}

.bokontaktowy .ramka .telefonkontakt .row {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

  .bokontaktowy .ramka .telefonkontakt .naglowek {
    margin-bottom: 20px;
  }
	
	.bokontaktowy .ramka .telefonkontakt .row a {
  font-size: 16px;
  line-height: 30px;
}
		  .bokontaktowy .ramka .telefonkontakt .row2 {
    top: 425px;
  }
	
	.bokontaktowy .ramka .telefonkontakt .naglowek strong {
  font-size: 21px;
	}
	
	
		  .bokontaktowy .ramka .telefonkontakt .row2 {
    top: 425px;
    left: 0%;
    right: 10%;
    margin: 0px 0px;
    width: 90%;
    text-align: right;
  }
	
	
	
		}