@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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: 26px;
                    color:#535353;
					background-color:white;
				    font-size:15px;
					font-family: "Open Sans", sans-serif;
					font-weight:400;
                }

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




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


input, textarea {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
		    font-size:15px;
					font-family: "Open Sans", sans-serif;
					font-weight:400;
}


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

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

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

header {
	width: 100%;
	border: 0px;
	float:left;
	padding:0px;
	padding-bottom:0px;
	max-height: 123px;
	background-color: #FFF; 
	position: relative;
	z-index: 999;
}	

header .ramka {
	width: 100%;
	border: 0px;
	float:none;
	display: flex;
	justify-content:space-between;
}	

header .logo{
	width: 20%;
	border: 0px;
	margin-top:22px;
}	

header .logo img{
	border: 0px;
	float:left;
	max-width:100%;
	width: 291px;
	min-width: 291px;
}	

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

header nav{
	width: 50%;
	border: 0px;
	text-align: center;
}	





header .boxy{
	border: 0px;
	text-align:right;
	margin-top:45px;
}	



.menu-pionowe {
width:100%;
position: relative;
background-color: #F7F7F7;
z-index: 99;
}	


.menu-middle {
display: flex;
padding: 0px 0px;
background-color: #FFF;
margin: 30px 0px;
align-items: center;
}

.menu-middle div a {
padding: 20px 30px;
display: block;
color: #000;
text-decoration: none;
border-right:#939393
}


.menu-middle div a {
  min-height: auto !important;
}


.menu-middle div a:hover {
background-color:#376DB6;
color:white;
}


.menu-middle div.komorka-menu-bold a {
background-color: #054182;
color: #FFF;
}


.glowna4.podrzedna .middle {
padding-top:0px;
}


.paginacja {
font-size: 15px;
text-align: center;
}



.paginacja strong {
display: inline-block;
padding:10px 20px;
line-height: 30px;
color: #000;
border: 1px solid #646464;
}


.paginacja strong {
display: inline-block;
padding:10px 20px;
line-height: 30px;
color: #000;
border: 1px solid #646464;
}



.paginacja a {
display: inline-block;
padding:10px 20px;
line-height: 30px;
color: #000;
}






.galeria {
width: 104%;
margin: 60px -2%;
display: flex;
flex-wrap: wrap;
}




.galeria .galeria_kom {
width: 29.3%;
margin: 2%;
}


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

.glowna10nadrzedna .sciezka {
display: none; 
}

.glowna10nadrzedna .middle {
padding: 0px 0px;
}


.glowna10nadrzedna .middle .tresc-kontakt {
padding: 80px 5%;
background-color: #021D39;
}

.glowna10nadrzedna .middle .strona  {
padding-left: 0;
padding-right: 0;
}


.tresc-podstrony {
float:left;
width:100%;
}	

.kontakt  {
display: block;
width: 100%;
}










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

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

.kontakt tr td {
background-color: #084485;
padding: 50px 60px;
color: #FFF;
width: 29.3%;
margin: 2%;
}

.kontakt tr td {
background-color: #084485;
padding: 50px 60px;
color: #FFF;
width: 29.3%;
margin: 2%;
}

.kontakt tr td:nth-of-type(3) {
background-color:#4571B0;
}



.kontakt h2 {
font-size: 40px;
line-height: 52px;
font-weight: 300;
}


.kontakt big {
display: inline-block;
border: 1px solid #fff;
padding: 11px 20px;
}

.kontakt small {
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
color: #D6E1EF;
}

.kontakt strong {
font-size:22px;
line-height: 40px; 
}


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



.formularz {
width: 50%;
padding: 90px 5%;
background-color: #FFF;
float: left;
}


.formularz  .ramka strong {
font-weight: 300;
font-size: 36px;
line-height: 48px;
color: #084485;
}

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


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

.formularz  .pole2 small {
font-size: 13px;
}

.formularz  .pole input  {
width: 100%;
padding: 10px 0px;
border: 0px;
border-bottom: 1px solid #CFCFCF;
}

.formularz  .pole2 textarea  {
width: 100%;
padding: 10px 0px;
border: 0px;
border-bottom: 1px solid #CFCFCF;
}


.formularz  .pole3 .przycisk{
font-weight: 600;
font-size: 18px;
color: #FFF;
background-color: #084485;
border: 0px;
padding: 20px 30px;
border: 0px;
}


.formularz  .pole2  {
width: 100%;
float: left;
padding: 8px 0px;
}




.mapa  {
float: left;
width: 50%;
padding: 90px 5%;
}







		@media screen and (min-width: 1061px) and (max-width: 999590px) 

		
{


  #nawigacja-menu li.menubold > a {
  font-weight: 700;
}



#nawigacja-menu {
  list-style:none;
  margin:0px 0px 0px -5%;
  display: inline-block;
  padding:0px;
  display: inline-block;
  width: 107%;
  text-align: center;
}

#nawigacja-menu > li > ul {
display: none;
position: absolute;
top: 100px;
left: 0px;
width: 130%;
min-width: 340px;
background-color: #084485; 	
padding: 40px 20px;
border-top: 10px solid #FFF;
z-index: 999;
}



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


#nawigacja-menu   ul li ul {
top: 0px;
left:0px;
display: none !important;
width: 100%;
min-width: 140px;
padding: 0px 0px 30px 0px !important;
border-top: 0px solid #FFF;
}


#nawigacja-menu   ul li:hover ul {
top: 0px;
left:0px;
display: block !important;
width: 100%;
min-width: 140px;
border-top: 0px solid #FFF;
padding: 0px 0px 30px 0px !important;
}











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


#nawigacja-menu li a{
	color:#1a1a1a;
	text-decoration:none;
	vertical-align:middle;
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	letter-spacing: 0.4px;
	padding:45px 20px;
}


#nawigacja-menu li ul li a{
	color:#fff;
	text-decoration:none;
	vertical-align:middle;
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	letter-spacing: 0.4px;
	padding:12px 35px;
	text-align: left;
}




    #nawigacja-menu ul li:hover ul {
        top: 0px;
        left: 0px;
        display: block !important;
        width: 100%;
        min-width: 140px;
        border-top: 0px solid #FFF;
        padding: 20px 20px 30px 20px !important;
        position: absolute;
        left: 100%;
        top: -15px;
				background-color: #113868;
    }



#nawigacja-menu li ul ul li a{
	color:#fff;
	font-size:14px;
		padding:5px 35px;
}

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

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


#nawigacja-menu li ul li a:hover {
	color:#4397F2;
}	

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

#nawigacja-menu li.menubold ul li a:hover {
	color:#4397F2;
}






}













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


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


.tabs {
position:absolute;
}


.tabs .kom {
position:absolute;
}

.tabs .kom.kom1 {
position:absolute;
left:22%;
top: 21%;
}


.tabs .kom.kom2 {
position:absolute;
left:45%;
top: 48%;
}



.tabs .kom.kom3 {
position:absolute;
left:62%;
top: 65%;
}

.tabs .kom.kom4 {
position:absolute;
left:64%;
top: 35%;
}

.tabs .kom.kom5 {
position:absolute;
left:74%;
top: 45%;
}


.tabs .kom  span {
position:absolute;
left: 0px;
top: 0px;
width: 8px;
height: 8px;
background-color: #3F74BE;
outline: 14px solid rgba(255,255,255,0.5);
-webkit-border-radius: 90px;
-moz-border-radius: 90px;
border-radius: 90px;
}


.tabs .kom .kom_middle {
position: absolute;
left: 60px;
width: 200px;
background-color: #FFFFFF;
top: -40px;
display: none;
}



.tabs .kom:hover .kom_middle {
display: block;
}


.tabs .kom:hover .kom_middle em {
padding: 15px 20px;
text-transform: uppercase;
color: #000;
font-size: 14px;
line-height: 23px;
display: block;
}



.tabs .kom .kom_middle img{
width: 100%;
}




.baner .ramka{
position:relative;
height: calc(100vh - 130px);
min-height:500px;
}	




.baner  .box-txt {
	position:absolute;
	left:0px;
	bottom:100px;
	z-index:99;
	color:white;
}	


.baner .box-txt h1 {
  font-size: 76px;
  line-height: 88px;
  font-weight: 600;
}


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

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

.boxdopasuj .ramka small {
	color:#084485;
	font-size:20px;
	line-height:30px;
}	

.boxdopasuj .ramka h2 {
	color:#747474;
	font-size:40px;
	line-height:50px;
}	

.boxdopasuj .ramka2 {
	float:left;
	width:100%;
	padding: 30px 0px 80px 0px;
}	

.boxdopasuj .ramka2 .tabmenu {
	float:left;
	width:30%;
}	
 
.boxdopasuj .ramka2  .tabtresc {
	float:left;
	width:70%;
	padding-left:70px;
	padding-right: 130px;
	position: relative;
}	


.boxdopasuj .ramka2  .tabtresc:before {
  content:'';
	right: 50px;
	height: 100%;
	width: 1px;
	background-color: #E0E0E0;
	position: absolute;
}	



.logo_pion {
position: absolute;
right: 0px;
bottom: 0px;
}

.boxdopasuj .ramka2 .tabtresc img {
  max-width: 100%;
  display: block;
  margin:0px auto;
max-height: 472px;
}

.boxdopasuj .tabtresc .tab {
	display:none;
}	



.boxdopasuj .tabtresc .tab span {
	position: relative;
	padding-right: 160px;
	display: block;
}	


.boxdopasuj .tabtresc .tab span b {
	color: #000;
}	


.boxdopasuj .tabtresc .tab span img {
	position: absolute;
	right: 0px;
	top: 20px;
	bottom: 0px;
	margin: auto auto;
}	





.boxdopasuj .tabtresc .tab.active {
	display:block;
}	


.boxdopasuj .tabtresc .tab .imgwiecej {
	float:right;
	margin:20px;
}

.boxdopasuj .tabtresc .tab .imgwiecej:hover {
	filter: brightness(70%);
}

.boxdopasuj .tabtresc .tab .img:hover {
	opacity:0.7;
}



.tab-links li.active  {
	background-color:#fff;
}	

.tab-links li.active .ikonawiecej {
	display:block;
}	


.tab-links li.active .ikonaplus {
	display:none;
}	








.tab-links li.active a:before {
				background-image:url('../grafika/ikonawiecej.webp');
	background-repeat : no-repeat;
	background-position:center center;
	content:'';
	width: 80px;
	height: 100%;
	background-color: #084485;
	position: absolute;
	right: -80px;
	top: 0px;
}	



.tab-links li:hover  a:before {
				background-image:url('../grafika/ikonawiecej.webp');
	background-repeat : no-repeat;
	background-position:center center;
	content:'';
	width: 80px;
	height: 100%;
	background-color: #084485;
	position: absolute;
	right: -80px;
	top: 0px;
}	



.tab-links {
	float:left;
	width:100%;
	list-style:none;
  display:block;
  padding:0px;
  margin:0px;
}	


.tabmenu_naglowek {
padding: 20px 80px 20px 40px;
background-color: #084485;
color: #FFFFFF;
	width:100%;
	max-width: 400px;
				background-image:url('../grafika/ikonaplus.webp');
	background-repeat : no-repeat;
	background-position:90% center;
}









.tabmenu_naglowek small {
font-size: 15px;
line-height: 25px;
}

.tabmenu_naglowek big {
font-size: 17px;
line-height: 27px;
display: block;
}



.tab-links {
  max-width: 400px;
}



.tab-links li{
	float:left;
	width:100%;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:block;
  padding:0px;
  margin:0px;
  position:relative;
}	




.tab-links li small{
	display:none;
	float:left;
	width:100%;
}	


.tab-links li  a {
color:#1a1a1a;
text-decoration:none;
font-size:18px;
line-height:25px;
  border-bottom:1px solid #E0E0E0;
  padding:25px 10px 25px 40px;
	float:left;
	width:100%;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    display:block;
	position:relative;
	font-weight: 600;
}	
	
.tab-links li .ikonawiecej {
display:none;	
position:absolute;
right:20px;
top:0px;
bottom:0px;
margin:auto 0;
width:43px;
height:39px;
}	






.boxinformacjeonas {
	float:left;
	width:100%;
	background-color:#F7F7F7;
	margin-top:50px;
}	

.boxinformacjeonas .ramka {
  float: none;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 90px;
  text-align: center;
  margin:0px auto;
  max-width: 1000px;
}


.boxinformacjeonas .ramka small {
	text-transform:uppercase;
	font-size:15px;
	letter-spacing: 0.5px;
	color: #8F8F8F;
}	

.boxinformacjeonas .ramka h3 {
	color:#0658AC;
	font-size:40px;
	line-height:50px;
	display: block;
	padding-bottom:40px;
}	




.tloszare {
width: 100%;
background-color: #F7F7F7;
float: left;
}



.boxwizualizacje {
	float:left;
	width:92%;
	position:relative;
  margin: 0px 4%;
}	



.boxwizualizacje iframe{
	width:100%;
	height:100%;
	position:relative;
    left: 0;
	top: 0;
	min-height:500px;
	display:none;
}	




.boxwizualizacje .box-txt {
	position:absolute;
	left: 9%;
	bottom:-100px;
	background-color:white;
	width:40%;
max-width: 380px;
    padding: 50px 40px;
	font-size:17px;
	line-height:25px;
	-webkit-box-shadow: 0px 5px 29px -24px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 5px 29px -24px rgba(0, 0, 0, 1);
box-shadow: 0px 5px 29px -24px rgba(0, 0, 0, 1);
color: #757575;
}
	
.boxwizualizacje .box-txt small {
	font-size:14px;
	text-transform:uppercase;
}

.boxwizualizacje .box-txt h4 {
	font-size:40px;
	line-height:50px;
	color:#0658AC;
}


.boxzastosowanie {
  float: left;
  width: 100%;
  margin-top: 0px;
  padding-top: 50px;
	background-color: #F7F7F7;
}



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


.boxzastosowanie .ramka small {
	text-transform:uppercase;
	font-size:15px;
}	

.boxzastosowanie .ramka h5 {
	color:#0658AC;
	font-size:40px;
	line-height:50px;
}	


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


.boxzastosowanie .ramka2 .box{
	float:left;
	width:20%;
	height:580px;
	background-repeat : no-repeat;
	background-position:center center;
	position:relative;
	background-size: cover;
}	

.boxzastosowanie .ramka2 .box:hover .nakladka{
	display:none;
}	

.boxzastosowanie .ramka2 .box:hover .txt{
	background-color:rgba(255,255,255,0.9);
	width:100%;
	left:0%;
	top:0px;
	height:130px;
	padding:30px;
}	


.boxzastosowanie .ramka2 .box:hover .txt strong {
	color:black;
}	



.boxzastosowanie .ramka2 .box span {
	position:absolute;
	left:30px;
	bottom:30px;
	width: 45px;
	height: 45px;
	border: 1px solid #FFF;
	-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
}	


.boxzastosowanie .ramka2 .box:hover span {
	position:absolute;
	left:30px;
	bottom:30px;
	width: 45px;
	height: 45px;
	border: 4px solid #FFF;
	-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
background-color: #054182;
}	



.boxzastosowanie .ramka2 .box span img{
	text-align: center;
		position:absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto auto;
}	





.boxzastosowanie .ramka2 .box .nakladka {
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
background-color:rgba(0,0,0,0.3);
}	


.boxzastosowanie .ramka2 .box .txt{
	float:left;
	width:80%;
	position:absolute;
	left:10%;
	top:30px;
	height:100px;
	border-bottom:1px solid white;
	padding:0px 0px;
}	


.boxzastosowanie .ramka2 .box .txt strong {
	color:white;
	font-weight:400;
	text-decoration:none;
	font-size:20px;
	line-height:30px;
}	

.boxdosamodzielnegomontazu {
	float:left;
	width:100%;
	padding-top:100px;
	background-color:#F7F7F7;
}	

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



.boxdosamodzielnegomontazu .img{
	float:left;
	width:40%;
}	


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


.boxdosamodzielnegomontazu .txt{
	float:left;
	width:60%;
	padding:50px;
	padding-top:0px;
}	


.boxdosamodzielnegomontazu .txt h6{
	color:#0658AC;
	font-size:40px;
	line-height:50px;
}	

.boxdosamodzielnegomontazu .txt small {
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  display: block;
}


.boxdosamodzielnegomontazu .txt ul {
	display:block;
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}	


.boxdosamodzielnegomontazu .txt ul li {
  display: block;
  float: left;
  padding:0px;
  margin:0px;
  border:1px solid #CCCCCC;
  padding:10px 25px;
  margin:5px 20px 4px 0px;
	position: relative;
	color: #000;
}

.boxdosamodzielnegomontazu .txt ul li:before {
  left: -10px;
	width: 20px;
	height: 2px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content:'';
	position: absolute;
	background-color: #054182;
}



.boxdlaczegowarto {
	float:left;
	width:100%;
	background-color:#F7F7F7;
}	

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

.boxdlaczegowarto .ramka small {
	text-transform:uppercase;
	font-size:15px;
}	

.boxdlaczegowarto .ramka h6 {
	color:#0658AC;
	font-size:40px;
	line-height:50px;
}	

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

.boxdlaczegowarto .ramka2 .box {
	float:left;
	width:50%;
	height:690px;
	position:relative;
			background-image:url('../grafika/box1.webp');
	background-repeat : no-repeat;
	background-position:center center;
	background-size:cover;
}	




.boxdlaczegowarto .ramka2 .box .txt {
  background-color: white;
  width: 60%;
  max-width: 400px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding:
40px;
  font-size: 17px;
  line-height: 25px;
  min-height: 50%;
}

.boxdlaczegowarto .ramka2 .box .txt strong {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
	color: #054182;
}


.boxdlaczegowarto .ramka2 .box2 {
	float:left;
	width:50%;
	height:690px;
	position:relative;
				background-image:url('../grafika/box2.webp');
	background-repeat : no-repeat;
	background-position:center center;
	background-size:cover;
	top:0px;
}	

.boxdlaczegowarto .ramka2 .box2 .txt{
  width: 60%;
  max-width: 400px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding:40px;
  font-size: 17px;
  line-height: 25px;
  min-height: 50%;
	background-color: #084485;
	color: #FFF;
}	


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

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

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

.boxkontakt .ramka {
	float:left;
	width:100%;
	border-bottom:1px solid #E0E0E0;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
	font-size:17px;
	line-height:25px;
}	


.boxkontakt .ramka strong {
	color:#0658AC;
	font-size:40px;
	line-height:50px;
	font-weight:400;
}	


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

.boxkontakt .ramka2 .box {
	float:none;
	width:100%;
	max-width:400px;
	display:inline-block;
	padding:20px;
	text-align: left;
  padding-left: 70px;
	position: relative;
}	


.boxkontakt .ramka2 .box img {
left: 0;
top: 0;
bottom: 0;
margin: auto 0px;
	position: absolute;
}	

.boxkontakt .ramka2 .box small {
	text-transform:uppercase;
}	

.boxkontakt .ramka2 .box a {
  font-size: 25px;
  line-height: 30px;
}



.podstrona {
width: 100%;
position: relative;
float: left;
height: 25vw;
min-height: 400px;
}



.podstrona .baner-podstrona{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
	background-repeat : no-repeat;
	background-position:center center;
	background-size:cover;
}


.podstrona .baner-podstrona:before{
content:'';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #366DB5;
background: -webkit-linear-gradient(180deg,rgba(54, 109, 181, 0.4) 0%, rgba(5, 65, 130, 0.83) 100%);
background: -moz-linear-gradient(180deg,rgba(54, 109, 181, 0.4) 0%, rgba(5, 65, 130, 0.83) 100%);
background: linear-gradient(180deg,rgba(54, 109, 181, 0.4) 0%, rgba(5, 65, 130, 0.83) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#366DB5",
  endColorstr="#054182",
  GradientType=0
);
z-index:1;
}


.podstrona h1 {
position: absolute;
bottom: 70px;
font-size: 80px;
line-height: 92px;
z-index: 9;
color: #FFF;
font-weight: 600;
}


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



.sciezka a {
color: #9D9D9D;
text-decoration: none;
}

.tresc, .tresc-podstrony {
font-size: 19px;
line-height: 30px;
font-weight: 300;
}

.tresc big , .tresc-podstrony big {
max-width: 1000px;
margin: 0px auto;
width: 100%;
display: block;
}


.tresc h4 , .tresc-podstrony h4 {
text-transform: uppercase;
font-size: 16px;
}

.tresc h2 , .tresc-podstrony h2{
font-size: 40px;
line-height: 55px;
color: #054182;
font-weight: 300;
}


.tresc h3 , .tresc-podstrony h3 {
font-size: 30px;
line-height: 45px;
color: #054182;
font-weight: 500;
}

.tresc h4 , .tresc-podstrony h4 {
font-size: 20px;
line-height: 35px;
color: black;
font-weight: 500;
}



.tresc ul {
max-width: 1000px;
margin: 0px auto;
width: 100%;
display: block;
list-style: none;
padding: 0px 0px;
}

.tresc ul li {
position: relative;
padding: 5px 20px 5px 60px;
}

.tresc ul li:before {
content:'';
position: absolute;
left: 20px;
top: 18px;
width: 20px;
height: 3px;
background-color: #054182;
}


.tresc .img_left, .tresc .img_right {
width: 100%;
float: left;
position: relative;
margin: 30px 0px;
}


.tresc .img_left tr , .tresc .img_right tr  {
display: block;
width: 100%;
margin: 40px 0px;
}


.tresc .img_left tr td:first-of-type   {
width: 70%;
margin-right: 30% !important;
position: relative;
z-index: 0;
display: block;
}

.tresc .img_left tr td:first-of-type img   {
width: 100%;
object-fit: cover;
max-height: 580px;
}


.tresc .img_left tr td:nth-of-type(2)   {
width: 40%;
float: right;
padding: 60px 70px;
background-color: #FFF; 
margin-top:-15%;
position: relative;
z-index: 1;
box-shadow: -1px 13px 23px 0px rgba(0,0,0,0.11);
-webkit-box-shadow: -1px 13px 23px 0px rgba(0,0,0,0.11);
-moz-box-shadow: -1px 13px 23px 0px rgba(0,0,0,0.11);
}



.tresc .img_right tr td:first-of-type   {
width: 70%;
margin-left: 30% !important;
position: relative;
z-index: 0;
display: block;
}

.tresc .img_right tr td:first-of-type img   {
width: 100%;
object-fit: cover;
max-height: 580px;
}


.tresc .img_right tr td:nth-of-type(2)   {
width: 40%;
float: left;
padding: 60px 70px;
background-color: #FFF; 
margin-top:-15%;
position: relative;
z-index: 1;
box-shadow: -1px 13px 23px 0px rgba(0,0,0,0.11);
-webkit-box-shadow: -1px 13px 23px 0px rgba(0,0,0,0.11);
-moz-box-shadow: -1px 13px 23px 0px rgba(0,0,0,0.11);
}




.middle {
background-color: #F7F7F7;
width: 100%;
padding: 70px 0px;
float: left;
}

.glowna4 .middle {
padding: 0px 0px;
}

.glowna3 .middle {
padding: 0px 0px;
}

.glowna6 .middle {
padding: 0px 0px;
}


.katalog-produktow {
margin: 50px -2%;
width: 104%;
display: flex;
flex-wrap: wrap;
}

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

.katalog-produktow .oferta {
margin: 20px 2%;
width: 46%;
background-color: #FFF;
position: relative;
}




.katalog-produktow .oferta img{
width: 100%;
height: 100%;
object-fit: contain;
max-height: 400px;
}




.katalog-produktow .oferta .nazwa {
color: #000;
text-decoration: none;
font-size: 18px;
display: block;
padding: 30px 50px 30px 50px;
}



.katalog-produktow .oferta .wiecej {
color: #054182;
font-size: 15px;
display: block;
padding: 10px 20px 10px 20px;
width: 60px;
text-align: center;
text-decoration: none;
font-weight: 600;
border: 1px solid #CCCCCC;
position: relative;
margin-left: 50px;
margin-bottom: 40px;
}





.katalog-produktow .oferta .nazwa {
  color: #000;
  text-decoration:
none;
  font-size: 18px;
  display: block;
  padding:
30px 40px 40px 50px;
  font-weight: 400;
}



.tresc-podstrony .szczegoly {
width: 100%;
position: relative;
float: left;
margin-bottom: 50px;
}


.tresc-podstrony .szczegoly2 {
width: 100%;
float: left;
color:black;
font-size: 16px;
}




.szczegoly .szczegoly_left {
width: 50%;
position:sticky;
top: 80px;
left: 0;
float: left;
}


.szczegoly .szczegoly_left img{
width: 100%;
}

.szczegoly .szczegoly_left small {
text-transform: uppercase;
font-size: 14px;
}

.szczegoly_right {
background-color: #FFF;
padding: 30px 80px;
width: 50%;
float: right;
}



.boxformularz {
width: 100%;
background-color: #FFF;
float: left;
margin-top: 100px;
}

.boxformularz .ramka {
width: 80%;
max-width: 900px;
margin: 0px auto;
background-color: #084485;
color: #FFF;
float: none;
margin-top: -80px;
padding: 80px 80px 80px 80px;
}


.boxformularz .ramka strong {
font-size: 36px;
line-height: 48px;
display: block;
text-align: center;
font-weight: 300;
}

.boxformularz .ramka .pole {
width: 100%;
padding: 5px 0px;
position: relative;
}

.boxformularz .ramka .pole img {
right: 0px;
bottom: 18px;
position: absolute;
}



.boxformularz .ramka .pole input {
width: 100%;
padding: 10px 0px;
border: 0px;
background-color: transparent;
color: #FFF;
border-bottom: 1px solid #FFF;
}

.boxformularz .ramka .pole2 textarea {
width: 100%;
padding: 10px 0px;
border: 0px;
background-color: transparent;
color: #FFF;
border-bottom: 1px solid #FFF;
}

.boxformularz .ramka .pole2 small {
display: block;
font-size: 13px;
line-height: 18px;
padding: 30px 0px;
}

.boxformularz .ramka .poleselect input {
width: 100%;
padding: 30px 0px;
border: 0px;
background-color: transparent;
color: #FFF;
font-weight: 600;
font-size: 18px;
text-align: center;
} 

.boxformularz .ramka .pole3 .przycisk {
width: 100%;
padding: 20px 30px;
border: 0px;
background-color: #FFF;
color: #000;
font-weight: 600;
font-size: 18px;
text-align: center;
} 



footer {
	float:left;
	width:100%;
	background-color:#03203F;
	color:white;
	padding-top:50px;
	padding-bottom:50px;
	font-size:16px;
	line-height:25px;
	margin-top:50px;
}	

footer .box{
	float:left;
	width:25%;
	padding-left:20px;
	padding-right:20px;
	color:#A5AAB0;
}	

footer .box strong {
	font-weight:400;
	color:white;
}	




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


footer .box img{
	max-width:100%;
}	


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


.przycisk_niebieski { color:white;text-decoration:underline;background-image:url('../grafika/gradient.webp');background-repeat : repeat-y;background-position:left top;padding:20px;text-decoration:none;}
.przycisk_niebieski:hover {filter: brightness(70%);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_niebieski img {vertical-align:middle;margin-right:10px;margin-left:10px;}

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

.link_stopka3 { color:#376DB6;text-decoration:none;}
.link_stopka3: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_stopka {
  color: #A5AAB0;
  text-decoration:none;
  display: block;
  line-height: 20px;
}

.link_stopka: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;}









header .przycisk_niebieski img {
  position: relative;
  top: -2px;
}




.tabs .kom {
  z-index: 99;
}


.tabs .kom:hover {
  z-index: 999;
}























/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}


/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	width: 100%;
	position:absolute;
	padding: 0px 0;
	top: 0px;
	right: 0%;
	padding: 0px 0% 0px 0%;
	z-index:99999999;
}

a.meanmenu-reveal {
  width: 32px;
  height: 34px;
  padding: 3px 13px 3px 13px;
  position: absolute;
  z-index: 8000 !important;
  top: 17px;
  right: 30px !important;
	cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 24px;
  text-indent: -9999em;
  line-height: 34px !important;
  font-size: 28px !important;
  display: block;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  font-weight: 500;
  text-align: right;
	content:'menu';
}


	
.mean-container a.meanmenu-reveal span {
	display: block;
	background:#000;
	height: 3px;
	margin-top: 8px;
font-size: 26px;
max-width: 40px;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}


.mean-container a.meanmenu-reveal span:nth-of-type(1) {
max-width: 15px;
}








.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
}


.mean-container .mean-nav > ul {
  padding: 70px 0% 300px 0% !important;
  width: 100% !important;
  list-style-type: none;
  position: absolute;
  z-index: 0 !important;
  right: 0%;
  background-color: #084485;
  position: absolute;
  top: 83px;
  min-height: 300px !important;
  height: 100vh !important;
  max-height: 100vh !important;
  overflow-y: scroll;
  float: none !important;
  scrollbar-width: thin;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  z-index: 99999999;
	max-width: 700px;
	overflow-x: hidden;
}



.mean-container .mean-nav ul  ul{
	padding: 10px 0px 10px 0px !important;
	width: 100% !important;
	list-style-type: none;
	position: relative !important;
	z-index: 0 !important;
	left: 0% !important;
	top:0px !important;
	margin:10px 0px !important;
	float: left;
  position:relative;
	border-top: 0px solid #555355;
	border-bottom: 0px solid #555355;
}



.mean-container .mean-nav ul > li {
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
  padding: 0px 4% !important;
  margin: 0px 0% !important;
  text-align: left;
  float: left;
  height: auto !important;
}



.mean-container .mean-nav ul > li ul li {
	position: relative;
	width:100% !important;
	box-sizing: border-box;
	border-bottom: 0px solid #EFEFEF;
-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.00);
-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.00);
box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.00);
	padding:0px 0px !important;
	margin: 0px 0% !important;
	text-align: left;
	float: left;
	height: auto !important;
}




.mean-container .mean-nav ul li a {
	margin: 0px !important;
		font-family: "Darker Grotesque", sans-serif;
		letter-spacing: 2px;
		font-weight: 500;
}



.mean-container .mean-nav > ul > li:last-of-type {
	padding-bottom: 300px;
	padding-top: 20px;
}

.mean-container .mean-nav > ul > li:last-of-type {
	padding-bottom: 300px;
	padding-top: 20px;
}

.mean-container .mean-nav > ul > li:last-of-type a {
	border: 1px solid #4F7CAE;
	width: 100%;
  background-position: left center;
		color: #fff !important;
}

.mean-container .mean-nav > ul > li:last-of-type:hover a {
	font-weight: 700 !important;
	color: #fff !important;
}

.mean-container .mean-nav ul > ul > li:last-of-type {
	background-color: transparent !important;
}


.mean-container .mean-nav ul ul ul > li:last-of-type {
	background-color: transparent !important;
}





.mean-container .mean-nav ul ul li {
	position: relative;
	float: left;
	width: 96% !important;
	box-sizing: border-box;
	border-bottom: 0px solid #E0E0E0 !important;
	border-right: 0px solid #EBEBEB !important;
	padding: 0px !important;
	margin: 0px 2% !important;
	font-weight: 400;
		margin: 0px 2% 0px 2% !important;
		padding-right: 0px;
		border-top: 0px;
}


.mean-container .mean-nav ul ul li a{
	font-weight: 300 !important;
     color: #000 !important;
	font-size: 18px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	margin: 0px 5% 0px 5% !important;
	line-height: 27px;
	width: 90% !important;
	font-family: "Poppins", sans-serif;
	
}

.mean-container .mean-nav ul ul li a:before{
display: none;
	
}

.mean-container .mean-nav ul ul ul li a{
	font-weight: 400 !important;
	color: #000 !important;
	font-size: 18px !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
		line-height: 25px;
		letter-spacing: 0.5px;
}


.mean-container .mean-nav ul  li.menubold > a{
	font-weight: 700 !important;
	
}

.mean-container .mean-nav ul ul {
	position: relative !important;
	float: left;
	width: 100% !important;
	box-sizing: border-box;
	border-right: 0px solid #EBEBEB;
	padding: 25px 0px !important;
	margin: 0px 0% 0px 0% !important;
	background-color: #fff;
}




.mean-container .mean-nav ul ul ul {
	position: relative;
	float: left;
	width: 100% !important;
	box-sizing: border-box;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding: 0px 0px !important;
	margin: 0px 0% !important;
}






.mean-container .mean-nav ul li a {
	display: inline-block;
	float: none;
	padding: 12px 9% 17px 9% !important;
	margin: 0 0% !important;
	color: #fff !important;
	text-decoration: none;
	font-weight: 500;
	font-size: 21px !important;
	text-align: left;
	position: relative;
	letter-spacing: 1.5px !important;
	 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.mean-container .mean-nav ul li a:first-of-type::before {
  content: '';
  position: absolute;
  right: -100px;
  height: 20px;
  width: 120px;
		background-image:url('../grafika/strzalka2.webp');
	background-repeat : no-repeat;
	background-position:left center;
	background-size: 30px;
}




.mean-container .mean-nav ul li a:hover {
	color: #ACACAC !important;
	z-index: 500;
}


.mean-container .mean-nav ul li a.menu-bold {
	font-weight:500 !important ;
	color:#ACACAC !important; 
}


.mean-container .mean-nav ul li a img{
	display: none;
}



.mean-container .mean-nav ul li  img{
	display: none;
}




.mean-container .mean-nav ul ul li a {
	padding: 5px 0px 5px 0px !important;
}

.mean-container .mean-nav ul ul ul li a {
	padding: 5px 0px 5px 0px !important;
}


.mean-container .mean-nav ul li.mean-last a {
	margin-bottom: 4000px;
}



.mean-container .mean-nav ul ul li.hidden {
display: none !important;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 0px;
    width: 49px !important;
    text-align: center;
    position: absolute;
    right: 0%;
    top:-5px;
    z-index: 999;
    font-weight: 400 !important;
    border: none !important;
    color: #fff !important;
    padding: 19px 40px 19px 30px !important;
    font-size: 26px !important;
		border-left: 0px solid #EEEEEE !important;
		text-align: center;
		margin: 0px 0px !important;
		 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.mean-container .mean-nav ul li li a.mean-expand {
    margin-top: 0px;
    width: 29px !important;
    height: 45px !important;
    text-align: center;
    position: absolute;
    right: 2%;
    top: 0px;
    z-index: 99999;
    font-weight: 400 !important;
    border: none !important;
    color: #fff !important;
    padding: 6px 40px 6px 30px !important;
    font-size: 24px !important;
			border: 0px solid #F2F2F2  !important;
}

.mean-container .mean-nav ul ul ul div {
    display: none !important;
}


.mean-container .mean-nav ul li a.mean-expand:hover {
	background: transparent;
	color:#4F7CAE !important;
}

.mean-container .mean-push {
	float: left;
	width: 0%;
	padding: 0;
	margin: 0;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}


.mean-container .mean-nav ul li li a {
    border-bottom: 0px !important;
		font-weight: 500 !important;
		font-size: 15px !important;
		letter-spacing: 0.5px !important;
}

































.tab-links li.active a::before {
  z-index: 7;
}








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

		
{



.baner .box-txt {
  bottom: 10px;
}


.baner .box-txt .przycisk_niebieski {
  top: -40px;
  display: inline-block;
  position: relative;
}



}




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

		
{
	



footer .przycisk_niebieski {
  margin-top: 20px;
  display: block;
  font-size: 12px;
  font-weight: 600;
}



}



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

		
{
	


.tab-links li.active a::before {
  width: 60px;
  right: -60px;
  top: 0px;
  background-size: 40%;
}

.tab-links li:hover a::before {
  width: 60px;
  right: -60px;
  top: 0px;
  background-size: 40%;
}

.tresc .img_left tr td:nth-of-type(2) {
  width: 50%;
}


.tresc .img_right tr td:nth-of-type(2) {
  width: 50%;
	}
	
	


}



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

		
{
	
	
	
	
	.boxwizualizacje .box-txt {
  position: absolute;
  left: 9%;
  bottom: -240px;
  background-color: white;
  width: 50%;
  max-width: 420px;
    padding: 50px 40px;
  font-size: 17px;
  line-height: 25px;
}
	
	

	
	
	
	}
	
	


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

		
{
	


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




}




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

		
{



.menu-middle div a {
  line-height: 20px;
  font-size: 14px;
}




}




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

		
{



.boxdopasuj .ramka2 .tabtresc {
  padding-left: 90px;
}




}



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

		
{
	


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


#nawigacja-menu li a {
  padding-left:12px;
	padding-right:12px;
}

}




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

		
{
	

#nawigacja-menu {
  margin:0px 0px 0px 0%;
  width: 107%;
}

.boxzastosowanie .ramka2 .box {
  width: 20%;
  height: 480px;
}





}



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

		
{


.kontakt h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 300;
}

.kontakt tr td {
  padding:50px 40px;
}


.szczegoly_right {
  padding:30px 50px;
}



}





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

		
{

  #nawigacja-menu li a {
    padding-left: 9px;
    padding-right: 9px;
  }
	
	#nawigacja-menu li a {
  font-size: 17px;
}
	
	
	.baner .box-txt h1 {
  font-size: 56px;
  line-height: 68px;
  font-weight: 600;
  max-width: 300px;
}

	
	}
	
	
	
@media screen and (min-width: 1060px) and (max-width: 1340px) 

		
{
	
	#nawigacja-menu > li:first-of-type {
display: none;
}
	
	
}
	
			@media screen and (min-width: 0px) and (max-width: 1340px) 

		
{





#nawigacja-menu {
  margin:0px 0px 0px 6%;
  width: 107%;
}


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

}

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

		
{


	  .boxzastosowanie .ramka2 .box {
    width: 20%;
    height: 400px;
  }
	
	
	.boxdopasuj .ramka2 .tabtresc img.logo_pion {
  max-width: 100%;
  width: 40px;
}
	
	
	
	.boxdopasuj .ramka2 .tabtresc::before {
  content: '';
  right: 24px;
  height: 100%;
  width: 1px;
  background-color: #E0E0E0;
  position: absolute;
}
	
	.boxdopasuj .tabtresc .tab .imgwiecej {
  float: right;
  margin:
auto 10px;
  width: 40px;
}
	
	.boxdopasuj .tabtresc .tab span {
  padding-right: 130px;
}

.boxdopasuj .tabtresc .tab span img {
  right: -40px;
}



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

		
{



.boxwizualizacje {
  min-height: 500px;
}


  .boxwizualizacje .box-txt {
    position: absolute;
    left: 9%;
    bottom: -340px;
    background-color: white;
    width: 80%;
    max-width: 680px;
  }
	
	
	
	

.boxdosamodzielnegomontazu .txt h6 {
  color: #0658AC;
  font-size: 30px;
  line-height: 42px;
}


.boxdosamodzielnegomontazu .txt ul li {
  font-size: 12px;
}




footer {

  font-size: 13px;
  line-height: 25px;

}



.podstrona h1 {
  bottom: 60px;
  font-size: 50px;
  line-height: 62px;
}


.podstrona {
  min-height: 320px;
}


.sciezka a {
  font-size: 12px;
}


.sciezka {
  width: 100%;
  padding:
25px 0px;
  float: left;
}


  .tresc .img_left tr td:nth-of-type(2) {
    width: 80%;
		margin-top: -8%;
  }
	
	
	.tresc .img_left tr td:first-of-type {
  width: 80%;
  margin-right: 20% !important;
}


  .tresc .img_right tr td:nth-of-type(2) {
    width: 80%;
  }
	
	.tresc .img_right tr td:nth-of-type(2) {
  margin-top: -8%;
}


.tresc .img_right tr td:first-of-type {
  width: 80%;
  margin-left: 20% !important;
}




	
}




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

		
{

	  .boxdopasuj .tabtresc .tab span {
    padding-right: 60px;
  }
	
	.menu-middle div a {
  font-size: 13px;
  line-height: 18px;
}
	
	
	
	
	}
	
	
	
	
	
	
				@media screen and (min-width: 0px) and (max-width: 1180px) 

		
{


.tab-links li a {
  font-size: 14px;
  line-height: 22px;
	}
	
	
	
header .przycisk_niebieski {
  padding:12px 20px 12px 10px;
  text-decoration:none;
}



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



#nawigacja-menu li a {
  padding-top:33px;
  padding-bottom:33px;
}

header .boxy {
  margin-top: 34px;
}


  #nawigacja-menu {
    margin:0px 0px 0px 0%;
    width: 107%;
  }
	
	
#nawigacja-menu li ul {
  top: 80px;
	}
	
	
	.tabs .kom .kom_middle {
  position: absolute;
  left: 60px;
  width: 160px;
}
	
	
		.tabs .kom .kom_middle em {
  font-size: 16px;
}
	
	  .tabs .kom .kom_middle em {
    font-size: 14px !important;
    line-height: 21px !important;
  }
	
	
	.baner .box-txt {
  z-index: 88;
}


	.boxdopasuj .ramka2 .tabmenu {
  float: left;
  width: 25%;
}


.boxdopasuj .ramka2 .tabtresc {
  width: 75%;
}


.tabmenu_naglowek {
  padding:20px 60px 20px 30px;
}



.tab-links li a {
  padding:25px 10px 25px 30px;
}





.tresc-podstrony .szczegoly_right h2 {
  font-size: 30px;
  line-height: 45px;
}

.header {
  height: 99px ;
}


header {
  max-height: 99px ;
}



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

		
{
	
	.galeria .galeria_kom {
  width: 46%;
  margin:
2%;
}


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



.kontakt tr td {
  background-color: #084485;
  color: #FFF;
  width: 31.3%;
  margin:1%;
}



.kontakt strong {
  font-size: 18px;
  line-height: 40px;
}


  .kontakt h2 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 300;
  }




}



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

		
{



header {
  height: 83px;
}



header .logo {
  margin-top: 15px;
}



  header .boxy {
    margin-top: 26px;
    margin-right: 80px;
  }

.baner .ramka{
max-height: 600px;
min-height:400px;
}	


  .boxzastosowanie .ramka2 .box {
    width: 33.3%;
    height: 400px;
  }
	
	
	
	.boxdosamodzielnegomontazu .img {
  float: left;
  width: 100%;
}


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


.boxdosamodzielnegomontazu .ramka {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  float: none;
  margin:
0px auto;
  max-width: 700px;
}
	
	
	
	.menu-pionowe {
  display: none;
}
	
	.tresc-podstrony {
  padding-top: 40px;
}

.header {
  height: 83px ;
}


header {
  max-height: 83px ;
}




}


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

		
{


.boxzastosowanie {
padding-top:300px;	
}	

}


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

		
{


.boxzastosowanie {
padding-top:250px;	
}	

}



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

		
{
	
.glowna10nadrzedna .middle .tresc-kontakt {
  padding:30px 5%;
}
	
 .mapa {
    padding:30px 0% !important;
  }
	
	
.tresc-podstrony .szczegoly {
background-color:white;	
}	
	
.szczegoly .szczegoly_left img {
  max-width: 100%;
  max-height: 400px;
  width:auto;
}



.szczegoly .szczegoly_left {
  width: 100%;
  position: relative;
  top: 0px;
  left: 0;
  float: left;
}

.boxwizualizacje .box-txt h4 {
  font-size: 30px;
  line-height: 40px;
  color: #0658AC;
}






	
	



.boxdlaczegowarto .ramka2 .box .txt strong {
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
}



.boxdlaczegowarto .ramka h6 {
  color: #0658AC;
  font-size: 30px;
  line-height: 40px;
}

.boxdlaczegowarto .ramka2 .box2 .txt strong {
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
}


.szczegoly_right {
  padding:30px 50px;
  width: 100%;
  float: left;
}




}


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

		
{


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


footer .box {
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  color: #A5AAB0;
	padding-bottom: 30px;
}

  .kontakt tr td {
    background-color: #084485;
    color: #FFF;
    width: 98%;
    margin:
1%;
  }


	
	
	.formularz {
  width: 100%;
  padding:90px 5%;
  background-color: #FFF;
  float: left;
}
	
	
	
	.mapa {
  float: left;
  width: 100%;
  padding:90px 5%;
}
	
	
	

}




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

		
{


.boxdopasuj .ramka small {
  color: #084485;
  font-size: 16px;
  line-height: 30px;
}



.boxdopasuj .ramka h2 {
  color: #747474;
  font-size: 30px;
  line-height: 40px;
}


  .boxdopasuj .ramka2 .tabmenu {
    float: left;
    width: calc(100% - 70px);
  }
	
	.tabmenu_naglowek {
  max-width: 100%;
	}


	.tab-links {
  max-width: 100%;
}

.tab-links li a {
    padding:15px 10px 15px 30px;
  }
	
	
	  .boxdopasuj .ramka2 .tabtresc {
    width: 100%;
    padding-left: 0px;
    margin-top: 60px;
  }
	
	  .boxdopasuj .tabtresc .tab .imgwiecej {
    float: left;
    margin:auto 0px;
    width: 40px;
    position: relative;
    right: 0px;
  }
	
	
	

}


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

		
{


  .tabs .kom .kom_middle {
    position: absolute;
    left: 30px;
    width: 110px;
  }
	
	
	  .tabs .kom .kom_middle em {
    font-size: 11px !important;
    line-height: 17px !important;
  }
	

	
	.boxdopasuj .ramka2 .tabtresc {
  padding-right: 90px;
}


.boxinformacjeonas .ramka small {
  font-size: 13px;
}



.boxinformacjeonas .ramka h3 {
  color: #0658AC;
  font-size: 30px;
  line-height: 40px;
  display: block;
  padding-bottom: 40px;
}


.boxinformacjeonas .ramka {
  padding-top: 20px;
}


.boxzastosowanie .ramka small {
  text-transform: uppercase;
  font-size: 13px;
}


.boxzastosowanie .ramka h5 {
  color: #0658AC;
  font-size: 30px;
  line-height: 40px;
}

.podstrona h1 {
  bottom: 60px;
  font-size: 40px;
  line-height: 52px;
}


.podstrona {
  min-height: 250px;
}


.tresc h2, .tresc-podstrony h2 {
  font-size: 30px;
  line-height: 45px;
}



.tresc h4 big {
  text-transform: uppercase;
  font-size: 13px;
}




}









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

	
{


.tabs {
  display: none;
}




  .baner .box-txt h1 {
    font-size: 40px;
    line-height: 58px;
    font-weight: 600;
  }
	
	
	.boxdlaczegowarto .ramka2 .box {
  float: left;
  width: 100%;
  height: 490px;
}




.boxdlaczegowarto .ramka2 .box2 {
  float: left;
  width: 100%;
  height: 490px;
	}
	

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

		
{

	
	.tresc .img_left tr td:nth-of-type(2) {
  float: right;
  padding:
60px 50px;
	}
	
	
	.tresc h3, .tresc-podstrony h3 {
  font-size: 20px;
  line-height: 35px;
}


	
	
	.tresc .img_right tr td:nth-of-type(2) {
  padding:
60px 50px;
}
	
	  .tresc .img_left tr td:first-of-type {
    width: 100%;
    margin-right: 0% !important;
  }
	
	
		  .tresc .img_right tr td:first-of-type {
    width: 100%;
    margin-left: 0% !important;
  }
	
	
	
	.katalog-produktow .oferta .nazwa {
  padding:
30px 30px 40px 30px;

}
	
	
	
	.katalog-produktow .oferta .wiecej {
  margin-left: 30px;
}

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

		
{



	

	
	.boxformularz .ramka {
  width: 90%;
  max-width: 900px;
  margin:
0px auto;
    margin-top: 0px;
  background-color: #084485;
  color: #FFF;
  float: none;
  margin-top: -80px;
  padding:
50px 40px 50px 40px;
}
	
	
	
	}
	
	
	
	
	
	
	
						@media screen and (min-width: 0px) and (max-width: 670px) 

		
{
	
	
	  .boxzastosowanie .ramka2 .box {
    width: 50%;
    height: 400px;
  }
	
	
	
	
	
	}
	
	
	
	
	
	
		
					@media screen and (min-width: 0px) and (max-width: 650px) 

		
{
	
	
.katalog-produktow .oferta .nazwa {
  font-size: 20px !important;
  line-height:30px !important;
}
	
	
	.katalog-produktow {
  margin:20px 0%;
  width: 100%;
  display: block;
  flex-wrap: none;
}
	
	
	.katalog-produktow .oferta {
  margin:20px 2%;
  width: 96%;
  background-color: #FFF;
  position: relative;
  padding-bottom:20px;
}


	.katalog-produktow .oferta img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 300px;
}
	
	}
	
	
	
	
	
					@media screen and (min-width: 0px) and (max-width: 610px) 

		
{
.tresc, .tresc-podstrony {
  font-size: 16px;
	}
	

  header .boxy {
    display: none;
  }
	
	
	
	.przycisk_niebieski {
  padding:14px 15px;
  text-decoration:none;
}
	
	  .baner .box-txt h1 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
  }

	
	.baner .ramka{
max-height: 450px;
min-height:300px;
}	

	 .boxwizualizacje .box-txt {
    font-size: 15px;
    line-height: 23px;
  }
	
	
	 .boxwizualizacje .box-txt {
    padding:50px 30px;
   
  }
	
	.boxdlaczegowarto .ramka2 .box .txt {
  font-size: 14px;
  line-height: 21px;
}


.boxdlaczegowarto .ramka2 .box2 .txt {
  font-size: 14px;
  line-height: 21px;
  color: #FFF;
}

.boxkontakt .ramka2 .box a {
  font-size: 18px;
  line-height: 20px;
}


.boxkontakt .ramka2 .box {
  padding-left: 44px;
}



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

		
{

.link_stopka {
line-height:10px;	
}	

	 footer .box {
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    color: #A5AAB0;
    padding-bottom: 30px;
    text-align: center;
  }
	
	
		.przycisk_niebieski {
  background-size: 100% 100%;
}
	
	
	
	}
	
	
					@media screen and (min-width: 0px) and (max-width: 1260px) 

		
{
	
	 .boxwizualizacje {
		 text-align:center;
	 } 
	

 .boxwizualizacje .box-txt {
    bottom: auto;
	position:relative;
	float:left;
	width:100%;
	left:auto;
	float:none;
	display:inline-block;
	max-width:80%;
	margin-top:-50px;
  }

.boxzastosowanie .ramka {
  padding-top: 0px;
}


	
}
	
	
	


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

		
{


.boxdopasuj .ramka2 .tabtresc {
	padding-right: 0px;
}	


.boxdopasuj .ramka2 .tabtresc:before {
display:none;	
}	


.boxzastosowanie .ramka2 .box .txt strong {
  font-size: 17px;
  line-height: 27px;
}

  .boxdopasuj .ramka2 .tabtresc img.logo_pion {
	  display:none;
  } 

.boxkontakt .ramka strong {
  color: #0658AC;
  font-size: 30px;
}


	
	  .baner .box-txt h1 {
    font-size: 20px;
    line-height: 38px;
    font-weight: 600;
  }

	  .boxdosamodzielnegomontazu .txt {
    float: left;
    width: 100%;
    padding:
50px 10px;
  }
	
	
	
	 .boxdosamodzielnegomontazu .txt h6 {
    color: #0658AC;
    font-size: 25px;
    line-height: 34px;
  }
	
	
	.boxdosamodzielnegomontazu .txt small {
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  display: block;
  font-size: 12px;
}

.boxdosamodzielnegomontazu .txt ul li {
  padding:10px 15px;
}



  .tresc .img_left tr td:nth-of-type(2) {
    width: 90%;
    margin-top: -5%;
  }
	
	
	  .tresc .img_right tr td:nth-of-type(2) {
    margin-top: -5%;
    width: 90%;
  }
	
  .tresc-podstrony .szczegoly_right h2 {
    font-size: 25px;
    line-height: 35px;
  }

	
	}
	
	
@media screen and (min-width: 0px) and (max-width: 1044px)  {
	
	
	.katalog-produktow .oferta {
	min-height:700px;	
	}	
	
	
	
}
	
	
	
@media screen and (min-width: 0px) and (max-width: 650px)  {
	
	
	.katalog-produktow .oferta {
	min-height:100px;	
	padding-top: 20px;
	}	
	
	
	
}
	
	
	
	
	
	
	
	
						@media screen and (min-width: 0px) and (max-width: 480px) 

		
{
	
	
	
	
	
	  .boxformularz .ramka {
    width: 100%;
	padding: 50px 10px 50px 10px;
	  }
	
	.szczegoly_right {
    padding:10px 10px;
	}
	
 .tresc .img_left tr td:nth-of-type(2) {
    width: 100%;
  }
	
 .tresc .img_left tr td:nth-of-type(2) {
   padding:20px 20px;
  }
	
	
.tresc .img_right tr td:nth-of-type(2) {
     width: 100%;
  }
	
	
 .tresc .img_right tr td:nth-of-type(2) {
    padding:20px 20px;
  }
	
	
	
	.boxdlaczegowarto .ramka2 .box2 .txt {
	width:90%;
	}
	
	.boxdlaczegowarto .ramka2 .box .txt {
		width:90%;
	}	
	
	
 .boxzastosowanie .ramka2 .box {
    width: 100% !important; 
  }
	
	
	

  .boxwizualizacje .box-txt {
    padding:50px 10px;
  }


	
	 .boxwizualizacje .box-txt {
    max-width: 100%;
	 }
	
	
	  .boxzastosowanie .ramka2 .box {
    width: 50%;
    height: 320px;
  }
	
	
	
	
	}
	
	
	
	.tabs .kom span {
width:20px;
height:20px;
border: 10px solid rgba(255,255,255,0.9);
outline:0px;
}	
	
.tab-links li a:hover {
	color:#084485;
}

.boxdopasuj .tabtresc .tab span b {
font-size:30px;
line-height:40px;
color:#084485;
}	

.tab-links li.active a {
	color:#084485;
}	

.boxinformacjeonas .ramka h3 {
  padding-bottom: 0px;
}

.boxinformacjeonas .ramka {
  padding-top: 20px;
  padding-bottom: 20px;
}

.boxzastosowanie .ramka2 .box .nakladka {
  background-color: rgba(0,0,0,0.5);
}

.link_czarny { color:black;text-decoration:none;}
.link_czarny:hover {color:#084485;text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}

.sciezka a:hover {
	color:#084485;
}	



.boxdosamodzielnegomontazu .img img:hover {
	filter: brightness(70%);
}	

  .iframe-container {
            width: 100%;
			float:left;
        }

        .iframe-placeholder {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .iframe-placeholder img {
            width: 100%;
			float:left;
        }
	
	
	 #nawigacja-menu > li > li.menubold > a {
		 font-weight:bold;
	 } 
	 
	 
	 
.katalog-produktow .oferta img:hover {
	filter: brightness(70%);

}	


.szczegoly .szczegoly_left img:hover {
	filter: brightness(70%);
	-webkit-box-shadow: 8px 8px 24px -9px rgba(0, 0, 0, 1);
-moz-box-shadow: 8px 8px 24px -9px rgba(0, 0, 0, 1);
box-shadow: 8px 8px 24px -9px rgba(0, 0, 0, 1);
}	

.galeria .galeria_kom img:hover {
	filter: brightness(70%);
	-webkit-box-shadow: 8px 8px 24px -9px rgba(0, 0, 0, 1);
-moz-box-shadow: 8px 8px 24px -9px rgba(0, 0, 0, 1);
box-shadow: 8px 8px 24px -9px rgba(0, 0, 0, 1);
}	

.katalog-produktow .oferta .nazwa:hover {
	color:#054182;
}	


.katalog-produktow .oferta .wiecej:hover {
background-color:#054182;
color:white;
}	

.katalog-produktow .oferta .nazwa {
  font-size: 25px;
}


.galeria .galeria_kom {
max-height:300px;
}


.galeria .galeria_kom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.boxformularz .ramka .pole3 .przycisk {
cursor:pointer;	
}	

.boxformularz .ramka .pole3 .przycisk:hover {
cursor:pointer;	
background-color:black;
color:white;
}	


 #nawigacja-menu > li.menubold > a {
	 font-weight:bold;
 } 

  #nawigacja-menu > li.menubold > li.menubold >  a {
	 font-weight:bold;
 } 



.tresc-kontakt a {
color:white;	
text-decoration:none;
}	

.tresc-kontakt a:hover {
text-decoration:underline;
}	

.formularz .pole3 .przycisk:hover {
	background-color:black;
}	

.formularz .pole3 .przycisk {
	cursor:pointer;
}	

.mapa iframe {
	filter: grayscale(100%);
}	


#strona10 footer {
margin-top:0px;	
}	

  .boxwizualizacje .box-txt {
	  z-index:99;
  } 
  
  
  
.menu-middle div a {
  min-height: 52px;
}



input::placeholder {
  color: white;
  opacity: 1;
}

  textarea::placeholder {
  color: white;
  opacity: 1;
}




#strona10 input::placeholder {
  color: black;
  opacity: 0.7;
}

#strona10  textarea::placeholder {
  color: black;
  opacity: 0.7;
}





header {
-webkit-box-shadow: 0px 5px 21px -20px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 5px 21px -20px rgba(0, 0, 0, 1);
box-shadow: 0px 5px 21px -20px rgba(0, 0, 0, 1);	
}	


.fixed-header {
    position: fixed !important;
}

.fixed-header .mean-container .mean-bar {
    position: fixed !important;
}

.fixed-header #nawigacja-menu > li > a {
    padding-top: 27px;
	 padding-bottom: 27px;
}

.fixed-header .logo {
    margin-top: 5px;
}

.fixed-header  .boxy {
    margin-top: 30px;
}

.fixed-header #nawigacja-menu li ul {
    top: 60px;
}

/* Klasa dla nagłówka, gdy nie jest przewinięty */
.scrolled-header {
    position: relative !important;
}

.scrolled-header .mean-container .mean-bar {
    position: absolute !important;
}

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

.scrolled-header  .logo {
    margin-top: 22px;
}

.scrolled-header .boxy {
    margin-top: 45px;
}

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


.scrolled-header #nawigacja-menu li ul {
    top: 100px;
}


}

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

.boxopinie .ramka3 {
padding-left:0px !important;
padding-right:0px !important;
}	

}










@media screen and (min-width: 0px) and (max-width: 1180px) {
	
.fixed-header .logo {
  margin-top: 10px;
}
	
	
	
.fixed-header #nawigacja-menu > li > a {
    padding-top: 22px;
	 padding-bottom: 22px;
}

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

  
.scrolled-header .boxy {
  margin-top: 26px;
}
  
  
 .fixed-header .boxy {
    margin-top: 26px;
}
  
  

  
  
  
}





@media screen and (min-width: 0px) and (max-width: 1060px) {
	
.fixed-header .logo {
    margin-top: 15px;
}
  

.scrolled-header  .logo {
    margin-top: 15px;
}

  .scrolled-header #nawigacja-menu li ul {
  top: 80px !important;
}
  
}






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

.scrolled-header .boxy {
  margin-top: 34px;
}
  
  
 .fixed-header .boxy {
    margin-top: 24px;
}
  
  


  
}


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

.boxopinie {
float:left;
width:100%;
position:relative;
background-color:#F7F7F7;
padding-bottom:50px;
}	

.boxopinie p{
font-style: italic;
font-size:17px;
line-height:25px;
}	



.boxopinie .ramka3 {
float:left;
width:100%;
padding-left:60px;
padding-right:60px;
}	


.boxopinie b{
font-size:20px;
line-height:30px;
color:#0658AC;
}	

.boxopinie  .slick-next {
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;
	border:0px;
	font-size:0px;
	z-index:9;
	width:60px;
	height:75px;
	cursor:pointer;
	opacity:0.7;
}	

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






.boxopinie  .slick-prev {
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;
	border:0px;
	font-size:0px;
	z-index:9;
		width:60px;
	height:75px;
	cursor:pointer;
	opacity:0.7;
}	

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





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

.boxopinie .ramka strong {
color: #0658AC;
  font-size: 40px;
  line-height: 50px;
}	

.boxopinie .ramka2{
float:left;
width:100%;
text-align:center;
overflow:hidden;
}	





.boxopinie .ramka2 .sekwencja{
float:left;
width:100%;
text-align:center;
}	

.menu-pionowe .komorka-menu-bold {
display:none;	
}	

.menu-pionowe .komorka-menu {
display:none;	
}	

.menu-middle div.komorka-menu-menu-bold a {
background-color: #054182;
color: #FFF;
}

.mean-container .mean-nav ul li li a.mean-expand {
	color:#084485 !important;
}	

.mean-container .mean-nav ul ul ul li a {
  font-size: 15px !important;
}

.mean-container .mean-nav ul ul li li {
padding-left:50px !important;	
}	



.boxdopasuj .tabtresc .tab span {
    padding-right: 0px;
  }
