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

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




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



input, textarea {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
			font-size:18px;
			font-family: "Noto Sans", sans-serif;
			line-height: 34px;
}


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

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


.tlobaner {
	width: 100%;
	border: 0px;
	float:left;
	background-color:#F5F8FB;
}	


header {
	width: 92%;
	border: 0px;
	float:left;
	position:absolute;
	left: 4%;
	top: 50px;
	z-index:99;
	font-weight:400; 

}	





header .ramka {
	width: 100%;
	border: 0px;
	float:left;
	background-color:white;
	padding: 18px 4%;
	display: flex;
	align-items: center;
}	



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


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


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



header .ramka nav {
	width: 60%;
	border: 0px;
	float:left;
}	



header .ramka .button {
  margin-left: auto;
}


header .ramka .button .przycisk2 {
  margin-left: 15px;
	font-weight: 600;
}


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




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


.baner .sekwencja .ramka {
  width: 100%;
  border: 0px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


.baner .sekwencja .txt{
	width: 50%;
	border: 0px;
	float:left;
margin-top: 15vw;
  margin-bottom: 10vw;
	padding-right:50px;
}	

.baner .sekwencja .txt h1{
	font-size:50px;
	line-height:60px;
	color:#1A2C35;
	font-weight: 500;
}	

.baner .sekwencja .txt p{
	color:#39709E;
	font-size:20px;
	line-height:30px;
}	

.baner .sekwencja .txt .przycisk3{
	margin-left:20px;
	padding-left:20px;
	padding-right:20px;
}	

.baner .sekwencja .txt .przycisk1{
	padding-left:20px;
	padding-right:20px;
}	








.baner .sekwencja .img{
	width: 60%;
	border: 0px;
	position: absolute;
	right: 0%;
	height: 100%;
}	

.baner .sekwencja .img img{
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: contain;
}	





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



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


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

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

#nawigacja-menu li a{
	color:#192B34;
	text-decoration:none;
	vertical-align:middle;
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	padding:15px 10px;
	text-transform:uppercase;
}

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

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







header {
    width: 92%;
    position: absolute;
    top: 50px;
    left: 4%;
    transition: all 0.3s ease;
    z-index: 9999;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
}

header .ramka {
    background: white;
    transition: height 0.3s ease, padding 0.3s ease;
}

/* Wysokość po scrolu */
header.fixed .ramka {
    height: 85px !important;
    padding: 10px 4% !important;
}

/* ---------------------------------------------
   HAMBURGER
--------------------------------------------- */
.burger {
    display: none;
    width: 35px;
    height: 28px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin-left: auto;
}

.burger span {
    height: 4px;
    background: #1A2C35;
    display: block;
    transition: 0.3s;
    border-radius: 3px;
}

.burger.open span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
}

.burger.open span:nth-child(2) {
    opacity: 0;
}

.burger.open span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
}

/* ---------------------------------------------
   MENU – DESKTOP
--------------------------------------------- */
#nawigacja-menu {
    transition: all 0.3s ease;
}

/* ---------------------------------------------
   RWD poniżej 1180px
--------------------------------------------- */
@media (max-width: 1180px) {

    header {
        position: fixed !important;
        top: 0;
        width: 100%;
        left: 0;
        height: 85px !important;
    }

    header .ramka {
        height: 85px !important;
        padding: 15px 4% !important;
    }

    nav {
        position: absolute;
        top: 85px;
        left: 0;
        width: 100%;
    }

    #nawigacja-menu {
        display: block !important;
        position: fixed;
        top: 85px;
        left: 0;
        width: 100%;
        max-height: calc(100vh - 85px);
        overflow-y: auto;
        background: white;
        padding: 20px 0;
        transform: translateY(-250%);
        transition: transform 0.3s ease;
				 scrollbar-width: thin;
				 box-shadow: 2px 6px 48px 3px rgba(77,139,191,0.41);
-webkit-box-shadow: 2px 6px 48px 3px rgba(77,139,191,0.41);
-moz-box-shadow: 2px 6px 48px 3px rgba(77,139,191,0.41);
    }

    #nawigacja-menu.open {
        transform: translateY(0%);
    }

    #nawigacja-menu li {
        display: block;
        float: none;
        padding: 0px 50px;
    }
		
		#nawigacja-menu li a {
  display: block;
  font-size: 15px;
  padding: 10px 50px;
	border-left: 1px solid #E6E9EC;
}

    .burger {
        display: flex;
    }

    header .button {
        display: none;
    }
}





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



#nawigacja-menu .przycisk1  {
margin-left:10px;	
}	

#nawigacja-menu .przycisk2  {
margin-left:10px;	
}	

#nawigacja-menu .przycisk2  a{
color:white;
}	

#nawigacja-menu .przycisk2  a:hover{
color:white;
}	

#nawigacja-menu .przycisk1  a:hover{
color:white;
}	


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


.boxpasek .ramka{
float:left;
width:100%;
padding-top:90px;
padding-bottom:90px;
padding-right: 330px;
position: relative;
}	


.boxpasek h2{
font-size:30px;
line-height:40px;
}	


.boxpasek a{
float:right;
margin-left:20px;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
right: 0px;
max-height: 35px;
}	


.boxpoznaj {
float:left;
width:100%;
background-color:#F5F8FB;
overflow: hidden;
}	


.boxpoznaj .ramka {
display: flex;
flex-wrap:wrap;
align-items: center;
position: relative;

}	



.boxpoznaj .img{
float:left;
width:50%;
text-align:center;
padding:90px 5%;
position: relative;
z-index: 2;
}	


.boxpoznaj .ramka:before {
width:50%;
left: 0;
top: 0;
bottom: 0;
background-color:#386F9D;
height: 110%;
z-index: 1;
content:'';
position: absolute;
}	





.boxpoznaj .img img{
max-width:100%;
float: right;
margin-bottom: -50px;
}	



.boxpoznaj.boxdodatkowy .img img{
margin-bottom: -0px;
}	





.boxpoznaj .txt{
float:left;
width:50%;
padding:60px 0px 100px 90px;
}	





.boxpoznaj .txt .naglowek{
float:left;
width:100%;
border-bottom:1px solid #C6D6DD;
max-width: 580px;
}	

.boxpoznaj .txt .naglowek a {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}


.boxpoznaj .txt .naglowek a.active{
border-bottom:5px solid #1A2C35;
text-decoration:none;
}	



.boxpoznaj .txt .naglowek a:hover{
border-bottom:5px solid #1A2C35;
text-decoration:none;
}	



.boxpoznaj .txt .opis{
float:left;
width:100%;
margin-top:50px;
max-width: 580px;
}	



.boxpoznaj .txt .opis h3{
font-size:50px;
line-height:60px;
font-weight: 500;
}	

.boxpoznaj .txt .opis a{
margin-right:20px;
}	














.boxy {
float:left;
width:100%;
background-color:#F5F8FB;
position: relative;
}	


.boxy .ramka {
display: flex;
flex-wrap:wrap;
align-items: center;
position: relative;
}


.boxy .ramka:before {
width:50%;
left: 50%;
top: 0;
bottom: 0;
background-color:#192B34;
height: 100%;
z-index: 0;
content:'';
position: absolute;
}	



.boxpoznaj.boxdodatkowy .ramka:before {
width:50%;
left: 0;
top: 0;
bottom: 0;
background-color:#192B34;
height: 100%;
z-index: 0;
content:'';
position: absolute;
}	






























.boxy .txt {
  float: left;
  width: 50%;
  padding: 20px 90px 60px 0px;
  margin-left: auto;
  max-width: 650px;
}




.boxy .txt small {
color:#39709E;
font-size:25px;
line-height:35px;
}	




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



.boxy .txt .opis h4{
font-size:46px;
line-height:58px;
font-weight: 500;
}	

.boxy .txt .opis a{
margin-right:20px;
}	


.boxy .img {
float:left;
width:50%;
padding:90px 5%;
text-align:center;
position: relative;
z-index: 2;
}	



.boxy .img img{
max-width:100%;
float: left;
}	








.boxpoznaj.boxdodatkowy .txt .naglowek {
  font-weight: 600;
  font-size: 40px;
}

















.boxpoznaj .ramka {
  position: relative;
  overflow: hidden;
}

/* STAN POCZĄTKOWY (bez animacji) */
.boxpoznaj .ramka::before {
  width: 0%;               /* start */
  transition: width 1s ease;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}


.boxy .ramka::before {
  width: 0%;               /* start */
  transition: width 1s ease;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}



.boxpoznaj.boxdodatkowy .ramka::before {
  width: 0%;               /* start */
  transition: width 1s ease;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}




/* KONKRETNE KOLORY I POZYCJE */
.boxpoznaj .ramka::before {
  left: 0;
  background-color: #386F9D;
  height: 110%;
}

.boxy .ramka::before {
  left: 50%;
  background-color: #192B34;
  height: 100%;
}

.boxpoznaj.boxdodatkowy .ramka::before {
  left: 0;
  background-color: #192B34;
  height: 100%;
}

/* STAN PO AKTYWACJI (scroll) */
.ramka.animate::before {
  width: 50%;               /* cel animacji */
}




.boxpoznaj.boxdodatkowy .ramka.animate::before {
  width: 50%;               /* cel animacji */
}















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

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

.boxfunkcje .ramka strong {
font-size:50px;
line-height:60px;
}	

.boxfunkcje .ramka2 {
  float: left;
  width: 111%;
  margin: 0px -6.5%;
	padding: 0px 0px 0px 90px;
}


.boxfunkcje .ramka2 .box{
float:left;
width:31.3%;
margin-left:0%;
margin-right:2%;
}	


.boxfunkcje .ramka2 .box strong {
font-size:20px;
font-weight:400;
}	

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


.boxfunkcje .ramka3 a {
text-transform:uppercase;
border-bottom:1px solid #386F9D;
}	



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


















.boxtrzykroki {
    float:left;
    width:100%;
    text-align:center;
    border-top:1px solid #C6D6DD;
    margin:80px 0;
    padding:70px 0 0;
}

.boxtrzykroki .ramka {
    float:none;
}

.boxtrzykroki .ramka small {
    font-size:30px;
    color:#39709E;
}

.boxtrzykroki .ramka h5 {
    font-size:50px;
    color:#1A2C35;
    font-weight:bold;
		line-height: 67px;
}


/* --- NUMERY --- */

.boxtrzykroki .row div {
    max-width:450px;
    margin:0 auto;
    position:relative;
}

.boxtrzykroki .row small {
    display:inline-block;
    width:45px;
    height:45px;
    background-color:#386F9D;
    font-size:30px;
    color:white;
    text-align:center;
    padding-top:10px;
    position:absolute;
    left:-66px;
    top:0;
}

.boxtrzykroki .row strong {
    font-size:30px;
    line-height:40px;
		font-weight: 500;
}




.boxtrzykroki .row {
    position: relative;
    margin: 40px auto;
    padding: 60px 60px;
    background: #F6FAFC;
    clip-path: polygon(
        10% 0%,   /* lewy skos góra */
        90% 0%,  /* prawy skos góra */
        100% 100%, /* prawy dół szeroko */
        0% 100%   /* lewy dół szeroko */
    );
}

/* Rząd 1 – najmniejszy trapez */
.boxtrzykroki .row1 {
    max-width: 840px;
		width: 69%;
}

/* Rząd 2 – większy trapez */
.boxtrzykroki .row2 {
    max-width: 1040px;
			width: 84%;
}

/* Rząd 3 – największy trapez */
.boxtrzykroki .row3 {
    max-width: 1290px;
				width: 100%;
}

/* Efekty animacji */
.reveal {
    opacity:0;
    transform: translateY(40px) scale(0.95);
    transition: all .7s ease-out;
}
.reveal.show {
    opacity:1;
    transform: translateY(0) scale(1);
}
.row1.show{ transition-delay:0.0s; }
.row2.show{ transition-delay:0.2s; }
.row3.show{ transition-delay:0.4s; }

/* MOBILE = prostokąty (clip-path OFF) */
@media (max-width:768px){
    .boxtrzykroki .row {
        clip-path:none;
        padding:40px 20px;
        max-width:100%;
    }
}

















.boxbezpieczenstwo {
  float: left;
  width: 100%;
  background-color: #192B34;
  margin-top: 60px;
  padding: 140px 0px 100px 0px;
}



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

.boxbezpieczenstwo .txt {
float:left;
width:50%;
color:white;
padding:50px;
line-height:30px;
font-size:17px;
}	

.boxbezpieczenstwo .txt small {
color:#386F9D;
font-size:20px;
}	

.boxbezpieczenstwo .txt h5 {
font-size:60px;
line-height:70px;
font-weight:bold;
}	

.boxbezpieczenstwo .txt  strong {
font-size:25px;
line-height:35px;
font-weight:400;
}





.boxbezpieczenstwo .img {
float:left;
width:47%;
text-align:center;
margin-top:50px;
position:relative;
}	


.boxbezpieczenstwo .img img{
max-width:100%;
margin-bottom:-50px;
}	


.boxbezpieczenstwo .img img:nth-of-type(2) {
  position: absolute;
  right: -30px;
  top: -110px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 260px;
  object-fit: cover;
  height: 280px;
}



.boxnasiklienci {
float:left;
width:100%;
margin-top:20px;
padding-top: 60px;
border-top: 1px solid #C6D6DD;
}	


.glowna10nadrzedna .boxnasiklienci {
  margin-top: 0px;
  border-top: 0px solid #C6D6DD;
	margin-bottom: 40px;
}


.boxnasiklienci:last-of-type {
border-top: 0px solid #C6D6DD;
}	


.boxnasiklienci .ramka{
float:left;
width:100%;
text-align:center;
color:#386F9D;
letter-spacing:3px;
text-transform:uppercase;
font-size:20px;
}	


.boxnasiklienci .ramka2{
float:left;
width:100%;
text-align:center;
margin-top: 40px;
}	

.boxnasiklienci .ramka2 .box{
float:none;
display:inline-block;
padding:20px;
}	

.boxnasiklienci .ramka2 .box img{
max-width:150px;
max-height:120px;
filter: grayscale(100%);
}	


.boxnasiklienci .ramka2 .box img:hover{
filter: grayscale(0%);
}	







.middle_strona {
float: left;
width: 100%;
overflow: hidden;
}







.sciezka {
margin-top: 200px;
font-weight: 400;
font-size: 14px;
}




.sciezka a{
display: inline-block;
text-decoration: none;
padding: 0px 0px 0px 40px;
position: relative;
color: #99A8B9;
}


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

.sciezka a:first-of-type:before {
display: none;
}

.sciezka a:before{
left: 10px;
top: 0;
bottom: 0;
margin: auto 0;
height: 1px;
width: 12px;
content:'';
background-color: #99A8B9;
position: absolute;
}



.tresc h1 {
font-weight: 600;
font-size: 60px;
line-height: 74px;
color: #192B34;
}





.baner_img {
width: 100%;
position: relative;
}

.baner_img:before {
width: 160%;
left: -30%;
bottom: 0px;
height: 200%;
background-color: #F5F8FB;
position: absolute;
content:'';
z-index: -1;
}


.baner_img tr{
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 0px -3%;
width: 106%;
}

.baner_img tr td {
width: 50%;
padding: 3%;
}



.baner_img tr td img {
max-width: 100%;
}



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


.funkcje {
width: 100%;
position: relative;
margin: 60px 0px;
padding: 80px 0px;
}

.funkcje:before {
width: 160%;
left: -30%;
bottom: 0px;
height: 100%;
background-color: #F5F8FB;
position: absolute;
content:'';
z-index: -1;
}



.funkcje thead {
display: block;
width: 100%;
text-align: center;
}


.funkcje thead th {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  max-width: 800px;
}


.funkcje tr {
width: 100%;
display: flex;
align-items: center;
margin: 0px -3%;
width: 106%;
}

.funkcje tr td {
width: 50%;
padding: 3%;
position: relative;
}


.funkcje tr td:nth-of-type(2):before {
left: -30px;
height: 105%;
width: 1px;
top: -5%;
background-color: #112742;
position: absolute;
content:'';
}



.funkcje tr td:nth-of-type(2):after {
left: -48px;
height: 105%;
width: 1px;
top: 0%;
bottom: 0%;
margin: auto 0;
background-color: #112742;
position: absolute;
content:'';
width: 14px;
height: 14px;
border: 12px solid #F5F8FB;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

.funkcje tr:first-of-type td:nth-of-type(2):before {
height: 55%;
top: 50%;
}



.funkcje tr:last-of-type td:nth-of-type(2):before {
height: 59%;
top: -5%;
}







.funkcje tr td img {
display: block;
margin: 0px auto;
}


.funkcje tr td strong {
font-size: 27px;
line-height: 35px;
font-weight: 600;
}




.funkcje tr td img {
  max-width: 80%;
}



.glowna2nadrzedna .tresc h1, .glowna6nadrzedna .tresc h1, .glowna9nadrzedna .tresc h1 {
display: none;
}




.tresc {
padding-bottom: 70px;
}






.boks_kontakt {
width: 100%;
position: relative;
}

.boks_kontakt:before {
content:'';
position: absolute;
right: 60%;
width: 200%;
height: 100%;
background-color: #EDF2F8;
top: 0;
}

.boks_kontakt:after {
content:'';
position: absolute;
top: 0;
left: 40%;
width: 200%;
height: 100%;
background-color: #192B34;
}

.boks_kontakt tr {
display: flex;
flex-wrap:wrap;
align-items: center;
position: relative;
z-index: 2;
}



.boks_kontakt tr td {
width: 50%;
}

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

.boks_kontakt tr td:nth-of-type(2) {
padding: 150px 0px 150px 100px;
color: #FFF;
position: relative;
width: 60%;
}

.boks_kontakt tr td:nth-of-type(2) img {
right: -10%;
width: 46%;
height: 410px;
top: -50px;
object-fit: cover;
position: absolute;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.boks_kontakt tr td big {
  display: block;
  border-left: 1px solid #FFF;
  padding: 20px 0px 20px 60px;
  width: 56%;
  max-width: 240px;
}


.boks_kontakt tr td big a {
margin-top: 20px;
display: inline-block;
}



table.cennik {
background-color: #FFF;
width: 100%;
margin: 80px 0px;
position: relative;
}


table.cennik:before {
background-color: #386F9D;
width: 50%;
position: absolute;
right:0;
top: -6%;
height: 106%;
content:'';
}


table.cennik:after {
background-color: #F5F9FC;
width: 50%;
position: absolute;
right:50%;
top: 0%;
height: 100%;
content:'';
}







table.cennik tbody {
padding: 20px 60px;
display: block;
position: relative;
z-index: 2;
}




table.cennik tbody tr {
display: flex;
border-bottom: 1px solid #E3EDF4;
}

table.cennik tbody tr:last-of-type {
border-bottom: 0px solid #E3EDF4;
}

table.cennik tbody tr td {
padding: 20px 0px;
width: 50%;
}



table.cennik tbody tr td:nth-of-type(2) {
font-weight: 600;
color: #FFF;
text-align: center;
padding: 20px 60px;
}






.glowna8nadrzedna .tresc table {
margin: 80px 0px 80px 0px;
width: 100%;
}



.glowna8nadrzedna .tresc table tr {
border: 1px solid #84919B;
display: flex;
width: 100%;
margin-bottom: -1px;
padding: 30px 50px;
}



.glowna8nadrzedna .tresc table tr:nth-of-type(even) td {
padding-left: 100px;
}




.glowna8nadrzedna .tresc table tr:nth-of-type(odd)   {
padding-right: 100px;
		background-image:url('../grafika/rozwin.webp');
		background-position: 96% 40px;
		background-repeat: no-repeat;
		background-size: 13px;
}





.glowna8nadrzedna .tresc table tr:nth-of-type(even)  {
margin-top: -1px;
border-top: 1px solid #FFF;
padding-top: 0px;
}



.tresc-kontakt h1 {
display: none;
}



.kontakt_glowna {
width: 100%;
position: relative;
}


.kontakt_glowna {
width: 100%;
position: relative;
}

.kontakt_glowna::after {
  background-color: #EAF0F7;
  width: 120%;
  position: absolute;
  left: 50%;
  bottom: 0%;
  height: 200%;
  content: '';
	z-index: -1;
}


.kontakt_glowna::before {
  background-color: #F5F9FC;
  width: 120%;
  position: absolute;
  right: 50%;
  bottom: 0%;
  height: 200%;
  content: '';
	z-index: -1;
}

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



.kontakt_glowna tr td {
width: 50%;
padding: 50px 0px;
}


.kontakt_glowna big  {
display: block;
padding: 10px 0px 10px 40px;
border-left: 1px solid #192B34;
margin: 15px 0px;
}



.kontakt_glowna big strong  {
display: block;
}

.kontakt_glowna a, .tresc a {
color: #386F9D;
font-weight:500;
}


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

.kontakt_glowna tr td:nth-of-type(2) {
padding-right: 90px;
}


.kontakt_glowna tr td:nth-of-type(1) img{
display: block;
margin: 0px auto;
}



.middle_kontakt {
display: flex;
width: 100%;
}

.formularz {
width: 50%;
padding: 80px;
background-color: #192B34;
color: #FFF;
}

.formularz .ramka  {
font-size:26px;
line-height: 40px;
font-weight: 500; 
}

.formularz .ramka2  {
padding: 24px 0px;
float: left;
}


.formularz .ramka2 .pole2 {
font-size:14px;
line-height: 28px;
}

.formularz .ramka2 .pole2 {
padding: 4px 0px;
}

.formularz .ramka2 .pole{
padding: 4px 0px;
position: relative;
}

.formularz .ramka2 .pole img{
right: 30px;
top: 20px;
position: absolute;
}




.formularz .ramka2 .pole input{
border: 0px;
background-color: transparent;
border-bottom: 1px solid #FFF;
padding: 12px 0px;
width: 100%;
color: #FFF;
}

.formularz .ramka2 .pole2 textarea {
border: 0px;
background-color: transparent;
border-bottom: 1px solid #FFF;
padding: 12px 0px;
width: 100%;
color: #FFF;
}


.mapa {
width: 50%;
position: relative;
}


.mapa iframe{
width: 100%;
left: 0;
top: 0;
height: 100%;
position: absolute;
}



.boks_kontakt tr td big a {
  color: #FFF;
	font-weight: 600;
}




footer {
float:left;
width:100%;
background-color:#192B34;
color:#CCCCCC;
padding-top:50px;
padding-bottom:20px;
margin-top:50px;
	font-weight:400; 
	font-size: 14px;
}	


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

footer .box img:hover{
opacity:0.7
}	




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

footer .box3 a{
display:inline-block;
float:left;
width:100%;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:150px;
  clear:both;
  margin-top:10px;
  text-align:center;
  text-decoration:none !important;
  text-transform:uppercase;
  color:white !important;
}	


footer .box2.box4 {
text-align: right;
}

footer .box2 img {
vertical-align:middle;
margin:5px;
}	

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

footer .box2 strong {
font-size:18px;
color:white;
font-weight:400;
}	

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



footer .ramka2{
float:left;
width:100%;
border-top:1px solid #4C565C;
padding-top:20px;
margin-top:20px;
}	




.boxdodatkowy .responsive3 {
float:left;
width:100%;
overflow:hidden;
margin-top:50px;
max-width: 580px;
}


.boxdodatkowy .naglowek {
float:left;
width:100%;
font-size:50px;
line-height:60px;
font-weight:bold;
border:0px !important;
}	



.boxdodatkowy .naglowek h3 span {
color:#4D8BBF;
}	




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

.boxdodatkowy .responsive3 .sekwencja .sekwencjaramka{
float:left;
width:99%;
border:1px solid #D8DEE2;
padding:30px;
}

.boxdodatkowy .responsive3 .sekwencja .sekwencjaramka strong {
font-size:30px;
line-height:40px;
}


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

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


.boxdodatkowy .slick-dots {
list-style:none;	
padding:0px;
margin:5px -5px;
position: relative;
top: 5px;
}	

.boxdodatkowy .slick-dots li{
display:inline-block;
width:10px;
height:10px;
font-size:0px;
border:0;
float:left;
margin:10px;
}	

 
 .boxdodatkowy .slick-dots li button {
display:inline-block;
width:13px;
height:13px;
font-size:0px;
border:1px solid #E1E6EA;
float:left;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
cursor:pointer;
 } 
 
 
 
 
.boxdodatkowy .slick-active button {
background-color:#4D8BBF;	
border:1px solid #4D8BBF !important;
}	
 
 
 


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

.responsive4 .slick-dots {
display:none !important;	
}	

.responsive4  {
position:relative;
overflow:hidden;
}	







.responsive4 .slick-next {
	width:59px;
	height:51px;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto 0;
    background-image:url('../grafika/right.webp');
	background-repeat : no-repeat;
	background-position:center center;
	z-index:99;
	font-size:0px;
	border:0px;
	background-color:transparent;
	cursor:pointer;
	opacity:0.7
}	


.responsive4 .slick-next:hover {
	opacity:1;
}	



.responsive4 .slick-prev {
	width:59px;
	height:51px;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	margin:auto 0;
    background-image:url('../grafika/left.webp');
	background-repeat : no-repeat;
	background-position:center center;
	z-index:99;
	font-size:0px;
	border:0px;
	background-color:transparent;
	cursor:pointer;
	opacity:0.7
}	


.responsive4 .slick-prev:hover {
	opacity:1;
}	

.boxcasestudies {
float:left;
width:100%;
margin-top:50px;
overflow:hidden;
border-top:1px solid #C6D6DD;
}	


.boxcasestudies .ramka {
float:left;
width:100%;
padding-top:70px;
}	

.boxcasestudies .ramka strong {
font-size:50px;
line-height:60px;
}	

.boxcasestudies .ramka2 {
  float: left;
  width: 106%;
  margin-top: 30px;
  overflow: hidden;
  margin: 50px -3%;
}


.boxcasestudies .ramka2 .box{
float:left;
width:50%;
font-size:18px;
line-height:32px;
margin-bottom:50px;
padding: 0px 1%;
}	


.boxcasestudies .ramka2 .box .autor {
  float: left;
  position: relative;
  margin-top: 40px;
  padding-left: 80px;
}


.boxcasestudies .ramka2 .box .autor img {
position: absolute;
left: 0;
top: 10px; 
}	


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

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






.boxcasestudies .slick-dots {
list-style:none;	
padding:0px;
margin:0px;
float:left;
width:100%;
text-align:center;
}	

.boxcasestudies .slick-dots li{
display:inline-block;
width:10px;
height:10px;
font-size:0px;
border:0;
float:none;
margin:10px;
}	

 
 .boxcasestudies .slick-dots li button {
display:inline-block;
width:13px;
height:13px;
font-size:0px;
border:1px solid #E1E6EA;
float:left;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
cursor:pointer;
 } 
 

 .boxcasestudies .slick-active button {
background-color:#4D8BBF;	
border:1px solid #4D8BBF !important;
}	
 
 



.responsive6 .slick-prev, .responsive7 .slick-prev {
  background-image: url('../grafika/prev.webp');
  left: -15px;
  right: auto;
  top: 0px;
  bottom: 0px;
  width: 42px;
  height: 42px;
  background-color:transparent;
  border:0px;
  font-size:0px;
    background-repeat : no-repeat;
	background-position:center center;
	position:absolute;
	z-index:999;
		margin: auto 0;
}


.responsive6 .slick-next, .responsive7 .slick-next {
  background-image: url('../grafika/next.webp');
  right: -15px;
  left: auto;
  top: 0px;
  bottom: 0px;
  width: 42px;
  height: 42px;
  background-color:transparent;
  border:0px;
  font-size:0px;
  background-repeat : no-repeat;
	background-position:center center;
	position:absolute;
	z-index:999;
	margin: auto 0;
}


.responsive6, .responsive7  {
position:relative;
overflow:hidden;
}	








.tresc h2,  .tresc-kontakt h2 {
font-weight: 600;
  font-size: 50px;
  line-height: 64px;
	font-weight: 500;
  color: #192B34;
}



.tresc h4,  .tresc-kontakt h4 {
font-weight: 500;
  font-size: 20px;
  line-height: 34px;
	font-weight: 500;
  color: #4BA0D2;
}









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







.wpisy {
width: 104%;
float: left;
margin-top:50px;
margin: 50px -2% 0px -2%;
display: flex;
flex-wrap:wrap;

}


.wpis:first-of-type:before {
width: 104%;
left: 0;
width: 50%;
height: 100%;
content:'';
background-color: #386F9D;
position: absolute;
top: 0;
}




.wpisy .wpis{
width: 29.3%;
float: left;
margin-top:50px;
margin: 30px 2% 30px 2%;
position: relative;
overflow: hidden;
}



.wpisy .wpis img{
width:100%;
}

.wpisy .wpis small {
  background-color: #E6EEF5;
  padding: 7px 10px;
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
}


.wpisy .wpis a.nazwa {
display: block;
padding: 10px 0px;
color: #192B34;
text-decoration: none;
}

.wpisy .wpis .zajawka {
  font-size: 15px;
	line-height: 26px;
}





.wpisy .wpis:first-of-type{
width: 96%;
float: left;
margin-top:0px;
margin: 30px 2% 30px 2%;
display: flex;
flex-wrap:wrap;
background-color: #E6EEF5;
align-items: center;
overflow: visible;
  position: relative;
}


.wpisy .wpis:first-of-type .img{
width: 50%;
padding: 70px 70px 0px 70px;
background-color: #386F9D;
position: relative;
z-index: 2;
}



.wpisy .wpis:first-of-type .img::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 0px;
  width: 0;
  height: 0;
  border-left: 55px solid #386F9D;
  border-bottom: 45px solid transparent;
}


.wpisy .wpis:first-of-type .img img{
vertical-align: middle;
display: block;
margin: 0px auto;
}




.wpisy .wpis:first-of-type .zajawka{
width: 50%;
padding: 40px 80px;
}



.wpisy .wpis:first-of-type .zajawka .nazwa {
font-size: 28px;
line-height: 40px;
}

.wpisy .wpis .zajawka .nazwa {
font-size: 22px;
line-height: 36px;
}

h2.starsze-wpisy {
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
  font-weight: 300;
  color: #192B34;
  width: 100%;
  padding-left: 0px;
  margin: 0px 2%;
    margin-top: 0px;
  margin-top: 0px;
  width: 96%;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #386F9D;
}


.wpisy .wpis .zajawka .wiecej{
display: block;
margin-top:30px;
}





















.paginacja {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 30px 0;
	width: 100%;
}

.paginacja a,
.paginacja strong {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 0px;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}

.paginacja a {
  background: transparent;
  color: #333;
  border: 0px solid #ddd;
}

.paginacja a:hover {
  background: #fff;
  border-color: #fff;
}

.paginacja strong {
  background: transparent;
  color: #000;
  border: 1px solid #5FAAFF;
  font-weight: 700;
  cursor: default;
}

.paginacja .img_nav {
  width: 22px;
  height: auto;
  vertical-align: middle;
  transition: transform 0.2s;
}

.paginacja a:hover .img_nav {
  transform: scale(1.1);
}



.paginacja a img {
 position: relative;
 top: 4px;
}










.glowna5nadrzedna  .middle_strona .tresc h1 {
  display: none;
}




.glowna5nadrzedna .middle_strona {
background-color: #F5F9FC;
}




.szczegoly {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 40px auto;
		display: flex;
		align-items: center;
}

.speech-bg {
  position: relative;
  top: 20px;
  left: 0%;
  width: 60%;
  opacity: 1;
  border-radius: 4px;
  margin-right: -10%;
}


.speech-box {
    position: relative;
    background: white;
    padding: 50px 40px;
    width: fit-content;
    max-width: 85%;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}


.speech-bg img {
    width: 100%;
		vertical-align: middle;
}


.speech-box::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0px;
  width: 0;
  height: 0;
  border-left: 55px solid white;
  border-bottom: 45px solid transparent;
}



.speech-box strong {
    font-size: 26px;
    display: block;
    margin-top: 10px;
		line-height: 38px;
}

.speech-box small {
    color: #386F9D;
		font-size: 13px;
		font-weight: 500;
}


.glowna5nadrzedna .zajawka {
padding: 50px 4%;
}


.link_stopka { color:#CCCCCC;text-decoration:none;}
.link_stopka:hover {color:#386F9D;text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}



.przycisk1 { white-space: nowrap;font-size:14px;font-weight:400;color:#1A2C35;text-decoration:underline;border:1px solid #386F9D;padding:15px 10px;text-decoration:none;text-transform:uppercase}
.przycisk1:hover {background-color:#4AA2CA;color:white !important;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}

.przycisk2 { white-space: nowrap;font-size:14px;font-weight:400;text-decoration:none !important;background-color:#386F9D;color:white;text-decoration:underline;border:1px solid #386F9D;padding:15px 10px;}
.przycisk2:hover {background-color:#4AA2CA;color:white !important;text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.przycisk3 { white-space: nowrap;font-size:14px;font-weight:400;color:white;font-weight: 600;background-image:url('../grafika/button_tlo.webp');background-repeat : no-repeat;background-size:100% 100%;background-position:center center;text-decoration:underline;border:0px;padding:16px 21px;text-decoration:none;text-transform:uppercase}
.przycisk3:hover {background-color:#4AA2CA;color:white !important;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}

.link_bialy { font-weight:400;color:white;text-decoration:none;}
.link_bialy:hover {color:#386F9D;text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.link_czarny { font-weight:400;color:#1A2C35;text-decoration:none;}
.link_czarny:hover {color:#386F9D;text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.link_niebieski { font-weight:400; color:#39709E;text-decoration:none;}
.link_niebieski:hover {border-color:#39709E;color:black;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}





.boxfunkcje .ramka2 .box img {
  max-height: 70px;
}






/* wspólna animacja dla 3 przycisków */
.przycisk1, .przycisk2, .przycisk3 {
    position: relative;
    overflow: hidden;
}

/* animowana świetlista ramka z gradientem */
.przycisk1::before,
.przycisk2::before,
.przycisk3::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;

    border-radius: 3px;
    background: linear-gradient(
        120deg,
        transparent,
        #A9D8EF,
        transparent
    );

    opacity: 0;
    filter: blur(3px);

    background-size: 200% 200%;
    animation: glowmove 2s linear infinite;

    transition: opacity .4s ease;
    pointer-events: none;
}

/* pojawia się dopiero na hover */
.przycisk1:hover::before,
.przycisk2:hover::before,
.przycisk3:hover::before {
    opacity: 0.4;
}

/* animacja przesuwania gradientowego blasku */
@keyframes glowmove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Twoje style bez zmian */

/* PRZYCISK 1 */
.przycisk1 { 
    white-space: nowrap;
    font-size:14px;
    font-weight:400;
    color:#1A2C35;
    text-decoration:underline;
    border:1px solid #386F9D;
    padding:15px 10px;
    text-decoration:none;
    text-transform:uppercase;
    position:relative;
    z-index:1;
}

.przycisk1:hover {
    background-color:#4AA2CA;
    color:white !important;
    text-decoration:none;
}

/* PRZYCISK 2 */
.przycisk2 { 
    white-space: nowrap;
    font-size:14px;
    font-weight:400;
    background-color:#386F9D;
    color:white;
    border:1px solid #386F9D;
    padding:15px 10px;
    text-decoration:none !important;
    position:relative;
    z-index:1;
}

.przycisk2:hover {
    background-color:#4AA2CA;
    color:white !important;
}

/* PRZYCISK 3 */
.przycisk3 { 
    white-space: nowrap;
    font-size:14px;
    font-weight:600;
    color:white;
    background-image:url('../grafika/button_tlo.webp');
    background-size:100% 100%;
    border:0;
    padding:16px 21px;
    text-transform:uppercase;
    position:relative;
    z-index:1;
}

.przycisk3:hover {
    background-color:#4AA2CA;
    color:white !important;
}












.pole3 .przycisk { 
       white-space: nowrap;
    font-size:14px;
    font-weight:600;
    color:white;
    background-image:url('../grafika/button_tlo.webp');
    background-size:100% 100%;
    border:0;
    padding:16px 21px;
    text-transform:uppercase;
    position:relative;
    z-index:1;
}









.boxnasiklienci .ramka2 .box img {
  width: 90%;
}















		
		
		.animate-box {
opacity: 0;
transition: all 0.8s ease-out;
position: relative;
}


/* KIERUNKI */
.from-left { transform: translateX(-80px); }
.from-right { transform: translateX(80px); }
.from-top { transform: translateY(-80px); }
.from-bottom { transform: translateY(80px); }


/* PO AKTYWACJI */
.animate-active {
opacity: 1;
transform: translateX(0) translateY(0);
}
		
		
		
		
		
		



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



.boks_kontakt tr td:nth-of-type(2) img {
  right: -3%;
  width: 38%;
  height: 410px;
  top: -50px;
}



}

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


#nawigacja-menu li a {
  font-size: 14px;
  padding: 15px 8px;

}

}

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



.boxfunkcje .ramka2 {
  float: left;
  width: 107%;
  margin: 0px -3.5%;
  padding: 0px 0px 0px 90px;
}


}






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

	
	


header .ramka {
  padding: 18px 3%;
}


#nawigacja-menu li a {
  padding: 15px 5px;
}






}



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

	
	


.boxpoznaj .txt .opis h3 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 500;
}

.boxpoznaj .txt {
  padding: 60px 4% 100px 90px;
}

.boxpoznaj .txt .naglowek a {
  font-size: 13px;
}

.boxy .txt {
  padding: 20px 90px 60px 50px;
}

.boxy .txt .opis h4 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
}

.boxy .txt small {
  font-size: 18px;
  line-height: 30px;
}


.tresc h2, .tresc-kontakt h2 {
  font-size: 40px;
  line-height: 54px;
}



.tresc h4, .tresc-kontakt h4 {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #4BA0D2;
}

.boks_kontakt tr td big {
  padding: 20px 0px 20px 40px;
}


.boks_kontakt tr td:nth-of-type(2) {
  padding: 150px 0px 150px 60px;
}



}



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


.responsive4 .slick-prev {
  background-size: 40px;
}


.responsive4 .slick-next {
  background-size: 40px;
}


.boxfunkcje .ramka2 .box {
  margin-right: 1.7%;
}

  .boxfunkcje .ramka2 {
    padding: 0px 0px 0px 0px;
  }
	
	  .boxfunkcje .ramka2 .box {
    margin-right: 1%;
    padding-left: 2%;
  }

header .ramka .logo {
  max-width: 190px;
}

.boxdodatkowy .responsive3 .sekwencja .sekwencjaramka strong {
  font-size: 22px;
  line-height: 35px;
}
  .boxfunkcje .ramka2 {
    float: left;
    width: 104%;
    margin: 0px -2%;
		}

}


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




#nawigacja-menu li a {
  font-size: 14px;
}

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


.przycisk1 {
  font-size: 13px;
}

.przycisk2 {
  font-size: 13px;
}

 .boxy .txt .opis h4 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
  }

	
	header .ramka .button .przycisk2 {
  margin-left: 2px;
}

.wpisy .wpis:first-of-type .zajawka .nazwa {
  font-size: 22px;
  line-height: 34px;
}

.wpisy .wpis:first-of-type .zajawka {

  padding: 30px 80px;
}



}






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

	

.boxbezpieczenstwo .txt h5 {
  font-size: 40px;
  line-height: 56px;
  font-weight: bold;
}

.tresc h2, .tresc-kontakt h2 {
  font-size: 35px;
  line-height: 51px;
}


 
	
	

}

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

	

#nawigacja-menu li a {
    font-size: 13px;
  }
	
	.kontakt_glowna tr td:nth-of-type(1) img {
  max-width: 90%;
}



	}
	


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

	
body {
  line-height: 29px;
  font-size: 16px;
}
	
	
	
	.sciezka {
  margin-top: 130px;
}

	
	  .boxpoznaj .txt {
    padding: 30px 4% 70px 50px;
  }
	
	  .boxpoznaj .txt .opis h3 {
    font-size: 32px;
    line-height: 46px;
  }
	
	.boxpoznaj.boxdodatkowy .txt .naglowek {
  font-size: 30px;
  line-height: 42px;
}


 .boxpoznaj .txt .naglowek a {
    font-size: 12px;
  }
	
	
	.boxpoznaj .txt .naglowek a {
  margin-right: 5px;
}

.boxfunkcje .ramka strong {
  font-size: 40px;
  line-height: 50px;
}


.boxtrzykroki .row small {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #386F9D;
  font-size: 20px;
  color: white;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  left: 0;
  top: -47px;
	margin: 0px auto;
	right: 0;
}


.boxtrzykroki .row {
  padding-top: 80px;
}

.boxtrzykroki .row strong {
  font-size: 25px;
  line-height: 36px;
  font-weight: 500;
}

  .boxbezpieczenstwo .txt h5 {
    font-size: 35px;
    line-height: 49px;
    font-weight: bold;
  }
	
	
	.boxbezpieczenstwo .txt strong {
  font-size: 20px;
  line-height: 32px;
}
	
	.boxbezpieczenstwo .img img:nth-of-type(2) {
  width: 210px;
}


.funkcje tr td strong {
  font-size: 21px;
  line-height: 32px;
}

	table.cennik tbody tr td {
  padding: 10px 0px;
  width: 50%;
}

table.cennik tbody tr td:nth-of-type(2) {
  padding: 10px 60px;
}

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


	
	
	.boxbezpieczenstwo .img img:nth-of-type(2) {
  height: 210px;
}




 .tresc h2, .tresc-kontakt h2 {
    font-size: 28px;
    line-height: 42px;
  }








}



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



  .baner .sekwencja .txt h1 {
    font-size: 35px;
    line-height: 48px;
  }
	
	.baner .sekwencja .txt p {
  font-size: 17px;
  line-height: 30px;
}


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

footer .box2 {
  float: left;
  width: 33.3%;
}

  footer .box2 {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
	
	footer .box3 a {
  width: 100%;
	}
	
	
	footer .box2.box4 {
  text-align: center;
}





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

  .boks_kontakt tr td:nth-of-type(2) {
    padding: 150px 0px 150px 60px;
    width: 100%;
  }




.boks_kontakt::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 200%;
  height: 40%;
  top: 0;
}


.boks_kontakt::after {
  content: '';
  position: absolute;
  top: 40%;
  left: -30%;
  width: 200%;
  height: 60%;
}


  .boks_kontakt tr td:nth-of-type(2) img {
    right: 0%;
    width: 38%;
    height: 270px;
    top: -10px;
    max-width: 250px;
  }
	
  .boks_kontakt tr td:nth-of-type(1) {
    padding: 90px 40% 0px 0px;
    width: 100%;
  }
	
	
	}
	
	
	
	
	
	
	
		
	
@media screen and (min-width: 0px) and (max-width:980px) {


	
	
	.boxbezpieczenstwo .txt {
  float: left;
  width: 50%;
  color: white;
  padding: 50px 30px 0px 0px;
  line-height: 30px;
  font-size: 17px;
}

	.speech-box strong {
  font-size: 21px;
  display: block;
  margin-top: 10px;
  line-height: 32px;
}

.speech-box {
  padding: 30px 40px;
}
	
	.speech-bg {
  position: relative;
  top: 20px;
  left: 0%;
  width: 100%;
  opacity: 1;
  border-radius: 4px;
  margin-right: 0%;
}


.szczegoly {
  flex-wrap: wrap;
}

.wpisy .wpis:first-of-type .img {
  width: 100%;
  padding: 70px 70px 0px 70px;
  background-color: #386F9D;
  position: relative;
  z-index: 2;
}


.wpis:first-of-type::before {
  display: none;
}



  .wpisy .wpis:first-of-type .zajawka {
    padding: 30px 50px 90px 50px;
    width: 100%;
  }
	
	
	
	.wpisy .wpis {
  width: 46%;
  float: left;
  margin-top: 50px;
  margin: 30px 2% 30px 2%;
  position: relative;
  overflow: hidden;
}

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



	.boxtrzykroki .ramka small {
  font-size: 22px;
  color: #39709E;
}


.boxtrzykroki .ramka h5 {
  font-size: 40px;
  line-height: 51px;
}

.boxtrzykroki .row1 {
  max-width: 840px;
  width: 79%;
}


.boxtrzykroki .row2 {
  max-width: 1040px;
  width: 99%;
}



.boxtrzykroki .row3 {
  max-width: 1290px;
  width: 126%;
  margin-left: -13%;
}


.boxcasestudies .ramka strong {
  font-size: 40px;
  line-height: 50px;
}



}





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






.glowna8nadrzedna .tresc table tr:nth-of-type(2n) td {
  padding-left: 20px;
}

  #nawigacja-menu li a {
    padding: 5px 7px 5px 20px;
  }
	

}






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



.baner .sekwencja .txt {
  width: 100%;
  border: 0px;
  float: left;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-right: 5px;
	order: 2;
}


.baner .sekwencja .img {
  width: 100%;
  border: 0px;
  position: relative;
  right: 0%;
  height: 100%;
	order: 1;
}

.baner .sekwencja .img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0px auto;
}

.boxpasek .ramka {
  padding-right: 0px;
}


.boxpasek a {
  float: none;
  margin-left: 0px;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0px;
  max-height: 35px;
  margin: 20px 0px;
  display: block;
  max-width: 200px;
}



.boxpoznaj .img {
  width: 100%;
	  padding: 60px 5%;
}

.boxpoznaj .img img {
  max-width: 100%;
  float: none;
  margin-bottom: -50px;
  max-height: 400px;
}


.boxpoznaj .ramka::before {
  display: none;
}

  .boxpoznaj .txt {
    padding: 30px 5% 70px 5%;
    width: 100%;
  }
	
	.boxpoznaj .txt .naglowek {
  max-width: 100%;
}


.boxpoznaj .txt .opis {
  max-width: 100%;
}

.boxdodatkowy .responsive3 {
  max-width: 100%;
}

.boxdodatkowy .responsive3 {
  max-width: 100%;
}



  .boxy .txt {
    padding: 30px 4% 50px 4%;
    width: 100%;
  }
	
	
	
	
		.boxpoznaj .img {
  width: 100%;
  background-color: #386F9D;
}

	
	.boxy .img {
  float: left;
  width: 100%;
  background-color: #192B34;
  padding: 60px 5%;
  text-align: center;
  position: relative;
  z-index: 2;
}


	.boxpoznaj.boxdodatkowy .img {
  width: 100%;
  background-color: #192B34;
}




.boxy .ramka::before {
  display: none;
}

 .boxy .txt {
    padding: 30px 5% 50px 5%;
    width: 100%;
    max-width: 100%;
		order: 2;
  }
	
	.boxy .img img {
  max-width: 100%;
  float: none;
  max-height: 400px;
}



.boxcasestudies .ramka2 .box .autor img {
  position: absolute;
  left: 0;
  top: 10px;
  height: 30px;
}


.boxcasestudies .ramka2 .box .autor {
  padding-left: 50px;
}

.boxcasestudies .ramka2 .box {
  font-size: 16px;
  line-height: 29px;
}

.boxbezpieczenstwo {
  padding: 60px 0px 100px 0px;
}


.formularz {
  width: 100%;
  padding: 40px 90px;
}


.mapa {
  width: 100%;
  position: relative;
}

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

}







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




  .boxbezpieczenstwo .txt {
    float: left;
    width: 100%;
    color: white;
    padding: 50px 40px 0px 40px;
    line-height: 30px;
    font-size: 17px;
  }
	
	
	


  .boxbezpieczenstwo .img {
    width: 90%;
    margin-top: 140px;
    max-width: 400px;
    margin: 160px auto 0px auto;
  }
	
	
	
	.boxbezpieczenstwo .img img:nth-of-type(2) {
  position: absolute;
  right: -30px;
  top: -80px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 190px;
  object-fit: cover;
  height: 220px;
}
	
	.baner_img tr td:first-of-type {
  order: 1;
	  width: 100%;
}

.baner_img tr td {
  width: 100%;
  padding: 3%;
  order: 2;
}





.funkcje tr td img {
  max-width: 100%;
}




  .funkcje tr td img {
    max-width: 80%;
  }
	



.funkcje tr td {
  width: 100%;
  padding: 3%;
  position: relative;
}


.funkcje tr {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0px -3%;
  width: 106%;
  flex-wrap: wrap;
}

  .funkcje tr td {
    width: 90%;
    padding: 3%;
    position: relative;
    margin-left: 10%;
  }
	
	
	  .tresc h2, .tresc-kontakt h2 {
    font-size: 21px;
    line-height: 32px;
  }
	
	
	}





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


  .boxfunkcje .ramka2 .box {
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
  }
	
	
table.cennik tbody {
  padding: 20px 20px;
  display: block;
  position: relative;
  z-index: 2;
}

.kontakt_glowna tr td {
  width: 100%;
  padding: 50px 0px;
}

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

.kontakt_glowna tr td {
    order: 2;
}

  .kontakt_glowna tr td {
    position: relative;
  }
	
	
	
	.kontakt_glowna::before {

  width: 120%;
  position: absolute;
  right:-10%;
  bottom: 50%;
  height: 100%;
  content: '';
  z-index: -1;
}


  .kontakt_glowna::after {

    width: 120%;
    position: absolute;
    left: -10%;
    bottom: 0%;
    height: 70%;
    content: '';
    z-index: -1;
  }


	.kontakt_glowna tr td:nth-of-type(1) img {
  display: block;
  margin: 0px auto;
  max-height: 400px;
}

  .kontakt_glowna tr td {
    padding-top: 0px;
  }


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



  .boks_kontakt tr td:nth-of-type(2) {
    padding: 150px 0px 150px 10px;
    width: 100%;
  }
	
	
	
	
	}
	

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


.tresc h1 {
  font-size: 40px;
  line-height: 54px;

}

 .boks_kontakt tr td:nth-of-type(2) img {
    right: 0%;
    width: 38%;
    height: 200px;
    top: -50px;
    max-width: 150px;
  }


}





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

.boxfunkcje .ramka strong {
  font-size: 30px;
  line-height: 40px;
}

  .boxtrzykroki .row strong {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
  }
	
	
	.boxcasestudies {
  margin-top: 0px;
}
	
	
	.boxtrzykroki {
  margin: 80px 0 20px 0px;
}
	
	
	 .boxbezpieczenstwo .img {
    width: 80%;
    margin-top: 140px;
    max-width: 400px;
    margin: 160px auto 0px auto;
  }
	
	
	.boxbezpieczenstwo .img img:nth-of-type(2) {
    width: 120px;
    height: 190px;
  }
	
	
	 table.cennik tbody tr td {
    padding: 10px 9px;
  }
	
	  table.cennik tbody tr td:nth-of-type(2) {
    padding: 10px 20px;
  }
	
	  table.cennik tbody tr:first-of-type td {
    font-size: 11px;
		letter-spacing: 1px;
  }
	
	
	  .wpisy .wpis:first-of-type .img {
    padding: 50px 30px 0px 30px;
  }
	
	
	
}








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



.tresc h4, .tresc-kontakt h4 {
  font-weight: 500;
  font-size: 15px;
  line-height: 29px;
  font-weight: 500;
  color: #4BA0D2;
}



  .tresc h2, .tresc-kontakt h2 {
    font-size: 21px;
    line-height: 32px;
  }
	
.sciezka a {
  font-size: 11px;
}

	
	.wpisy .wpis {
  width: 96%;
  float: left;
  margin-top: 50px;
  margin: 30px 2% 30px 2%;
  position: relative;
  overflow: hidden;
}



}



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


.glowna8nadrzedna .tresc table tr {
  padding: 20px 20px;
    padding-right: 60px;
}

.glowna8nadrzedna .tresc table tr:nth-of-type(2n+1) {
  background-position: 96% 30px;
}


  .formularz {
    padding: 40px 30px;
  }
	
	
}




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


  .boxbezpieczenstwo .txt h5 {
    font-size: 28px;
    line-height: 44px;
    font-weight: bold;
  }
	
  .baner .sekwencja .img {
    padding-top: 60px;
  }
	
	  .boxtrzykroki .row3 {
    max-width: 1290px;
    width: 110%;
    margin-left: -5%;
  }
	
	
	}
	
	