/* RESET STYLI  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');


html, body, div, span, applet, object, iframe,
                h1, h2, h3, h4, h5, h6,  blockquote, pre,
                a, abbr, acronym, address, big, cite, code,
                del, dfn, em, font, img, ins, kbd, q, s, samp,
                small, strike, sub, sup, tt, var,
                dl, dt, dd,
                fieldset, form, label, legend {
                    margin: 0;
                    padding: 0;
                    border: 0;
                    outline: 0;
                    font-weight: inherit;
                    font-style: inherit;
                    font-size: 100%;
                    vertical-align: baseline;
                }
                :focus {
                    outline: 0;
                }
                body {
                    line-height: 24px;
                    color:black;
					background-color:white;
				    font-size:14px;
			font-family: 'Poppins', sans-serif;
					font-weight:300;
					letter-spacing: 0.3px;
                }

                blockquote:before, blockquote:after,
                q:before, q:after {
                    content: "";
                }
                blockquote, q {
                    quotes: "" "";
                }



.tag1 .boxlista {
display:none;	
}	

.tag1 .boxlista.tag1 {
display:block;	
}	


.tag2 .boxlista {
display:none;	
}	

.tag2 .boxlista.tag2 {
display:block;	
}	

.tag3 .boxlista {
display:none;	
}	

.tag3 .boxlista.tag3 {
display:block;	
}	


.tag4 .boxlista {
display:none;	
}	

.tag4 .boxlista.tag4 {
display:block;	
}	


div, nav, header, footer {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.boxbudujesz .opis img:hover {
opacity:0.7;	
}	

.pole2 {
position:relative;
}	

.pole2 #obrazek {
position:absolute;
right:20px;
top:20px;
}	

.boxlista .img img:hover {
opacity:0.7;	
}	

.boxlista .opis a:hover {
	color:#3C61EA;
}	

.boxlista .kontakt .link_bialy:hover {
text-decoration:underline;	
color:#B9E7FD;
}	

.boxlista .kontakt .link_bialy_wiecej:hover {
color:white;
border-bottom:1px solid white;
}	


.boxsklepy .lista .box .link_czarny:hover {
	color:#3C61EA;
}	

.tresc100 .ramkamiasta .link_szary:hover {
	color:#3C61EA;
}	



select, input, textarea {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
		    font-size:14px;
			font-family: 'Poppins', sans-serif;
					font-weight:400;
}


.tloaszare {
float:left;
width:100%;
background-color:#F3F4F6;
}	

.strona {
	width: 100%;
	border: 0px;
	margin:0 auto;
	min-width:300px;
	max-width:1480px;
	padding: 0px 4%;
}

.strona2 {
	width: 100%;
	border: 0px;
	margin:0 auto;
	min-width:300px;
	max-width:1680px;
	padding: 0px 4%;
}



.ramka {
	width: 100%;
	border: 0px;
	float:left;
}


header {
	width: 100%;
	border: 0px;
	float:left;
		padding-top:20px;
	padding-bottom:20px;
	background-color: #FFF;
	position: relative;
	z-index: 9999;
	-webkit-box-shadow: 0px 2px 42px -12px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 2px 42px -12px rgba(0,0,0,0.12);
box-shadow: 0px 2px 42px -12px rgba(0,0,0,0.12);
}	


header .logo {
	width: 20%;
	border: 0px;
	float:left;
	height:50px;
	position:relative;
}	

header .logo  img{
	max-width:100%;
	border: 0px;
	vertical-align:middle;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	margin:auto 0;
}	



header .logo  img:hover {
	opacity:0.7;
}	

header nav {
	width: 50%;
	border: 0px;
	float:left;
}	


header .boxyheader {
  width: 30%;
  border: 0px;
  float: right;
  text-align: right;
  position: relative;
  top: -2px;
}



.boxbaner {
float:left;
width:100%;
}	

.boxbaner .ramka{
float:left;
width:100%;
height:430px;
background-repeat : no-repeat;
background-position:center center;
background-size:cover;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}	

.boxbaner .ramka .box-txt {
float:left;
width:100%;
padding:50px;
max-width:700px;
font-size:20px;
line-height:25px;
padding-left: 10px;
}	

.boxbaner .ramka .box-txt h1 {
font-size:50px;
line-height:60px;
}	




#nawigacja-menu{
    list-style: none;
	margin: 0px 0px 0px 0px;
	display:inline-block;
	padding:0px;
	float:left;
	text-align:center;
	vertical-align:middle;
}

#nawigacja-menu ul {
display:none !important; 	
}	


#nawigacja-menu li{
display:inline-block;
margin:0px;
padding:0px;
float:left;
vertical-align:middle;
}


#nawigacja-menu li a {
  color: #000;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  font-size: 17px;
  padding: 13px 15px;
  vertical-align: middle;
  font-weight: 300;
  letter-spacing: 0.4px;
}


#nawigacja-menu li a:hover {
	 color:#0068FF;
}


#nawigacja-menu li.menubold a{
	 color:#0068FF;
}


.boxwyszukiwarka {
float:left;
width:100%;
position:relative;
z-index:99;
margin-top:-200px;
padding-left: 4%;
padding-right: 4%;
}	


.boxwyszukiwarka .ramka {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}


.boxwyszukiwarka .ramka span {
padding:30px 40px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
font-size:25px;
background-color:#F9F9F9;
display:inline-block;
}	

.boxwyszukiwarka .ramka2 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  background-color: white;
  padding: 30px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 8px 9px 31px -31px rgba(0, 0, 0, 1);
  -moz-box-shadow: 8px 9px 31px -31px rgba(0, 0, 0, 1);
  box-shadow: 8px 9px 31px -31px rgba(0, 0, 0, 1);
  padding: 20px 50px 50px 50px;
}


.boxwyszukiwarka .ramka2 .box {
float:left;
width:33.3%;
font-size:17px;
line-height:25px;
padding-right:20px;
}	


.boxwyszukiwarka .ramka2 .box.box3 {
float:left;
width:100%;
margin-top:20px;
}	

.boxwyszukiwarka .ramka2 .box.box3 .przycisk_niebieski {
  border: 0px;
  padding-left: 70px;
  padding-right: 70px;
  cursor: pointer;
  width: 32.3%;
  letter-spacing: 1px;
}


.boxwyszukiwarka .ramka2  form {
width: 100%;
display: flex;
flex-wrap: wrap;
}



.boxwyszukiwarka .ramka2 .box .naglowek {
float:left;
width:100%;
margin-bottom:10px;
margin-top:10px;
}	

.boxwyszukiwarka .ramka2 .box .inputramka {
float:left;
width:100%;
border:1px solid #E6E6E6;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}	

.boxwyszukiwarka .ramka2 .box .inputramka select {
float:left;
width:100%;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:47px 20px;
  background-color:#F1FAFE;
  border:0px;
  font-size:18px;
  padding-left:70px;
  	background-image:url('../grafika/point.webp');
	background-repeat : no-repeat;
	background-position:20px center;
}	


.boxwyszukiwarka .ramka2 .box.box2 .inputramka {
  padding: 10px 25px;
  min-height:118px;
}

.boxwyszukiwarka .ramka2 .box.box2 .inputramka span {
  color: #797979;
  font-size: 14px;
  line-height: 17px;
  display: block;
	min-height: 45px;
}

.boxformularz input {
display:inline-block !important;	
}	



#alert {
float:left;
width:100%;
text-align:center;
padding:20px;
font-size:17px;
position:relative;
color:#3C61EA;
font-weight:bold;
}	

#alert #close {
position:absolute;
right:10px;
top:10px;
margin:10px;
height:30px;
}	




.boxy {
float:left;
width:100%;
margin-top:50px;
}	

.boxformularz {
float:left;
width:55%;
padding:50px;
background-color:white;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 14px 27px -13px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 14px 27px -13px rgba(0,0,0,0.26);
box-shadow: 0px 14px 27px -13px rgba(0,0,0,0.26);
}	

.boxformularz .naglowek {
float:left;
width:100%;
}	

.boxformularz .naglowek h3 {
  font-size: 30px;
  line-height: 41px;
  color: black;
}

.boxformularz .naglowek  h3 strong {
	color:#3D62EB;
	font-weight:700;
}	

.boxformularz .info {
  float: left;
  width: 100%;
  background-color: #E7F7FE;
  padding: 17px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
	margin: 5px 0px;
}



.boxformularz .info  img {
float:left;
margin-right:20px;
margin-bottom:10px;
}	

.boxformularz .pole {
float:left;
width:100%;
margin-top:10px;
margin-bottom:10px;
}	

.boxformularz .pole.small {
font-size:13px;
line-height:18px;
}	



.boxformularz .pole2 {
float:left;
width:50%;
margin-top:10px;
margin-bottom:10px;
}	

.boxformularz .pole2.first {
margin-right:2%;	
width:48%;
}	



.boxformularz  input{
float:left;
width:100%;
border:1px solid #ECECEC;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size:15px;
}	

.boxformularz  select{
float:left;
width:100%;
border:1px solid #ECECEC;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color:white;
font-size:15px;
}	


.boxformularz  textarea {
float:left;
width:100%;
border:1px solid #ECECEC;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size:15px;
}	


.strona-kontakt .boxwszystkodolazienki .lista {
display:none;	
}	

 .strona-kontakt .boxy2 .boxsklepy  {
	 width:100%;
 } 

 .strona-kontakt .boxy2 .boxsklepy  .box{
	 width:23%;
 } 

 .strona-kontakt .prawa .boxwszystkodolazienki {
	 display:none;
 } 




.strona-okatalogu .boxwszystkodolazienki .lista {
display:none;	
}	

 .strona-okatalogu .boxy2 .boxsklepy  {
	 width:100%;
 } 

 .strona-okatalogu .boxy2 .boxsklepy  .box{
	 width:23%;
 } 

 .strona-okatalogu .prawa .boxwszystkodolazienki {
	 display:none;
 } 


.boxpartnerzy {
float:left;
width:100%;
margin-top:50px;
margin-bottom:50px;
}	

.boxpartnerzy .ramka{
float:left;
width:100%;
}	

.boxpartnerzy .ramka strong {
font-size:30px;
line-height:40px;
}	

.boxpartnerzy .ramka strong span {
color:#3C61EA;
}	

.boxpartnerzy .ramka2{
float:left;
width:100%;
text-align:center;
background-color:white;
padding:20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-top:20px;
}	

.boxpartnerzy .ramka2 .box{
display:inline-block;
height:90px;
width:160px;
position:relative;
border:1px solid #E6E6E6;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin:10px;
}	

.boxpartnerzy .ramka2 .box img{
position:absolute;
left:0px;
right:0px;
top:0px;
bottom:0px;
margin:auto auto;
max-width:80%;
max-height:80px;
}	





.lewa  .boxformularz {
width:100%;	
}	

.boxbudujesz {
float:left;
width:45%;
padding:50px;
padding-top:0px;
padding-right: 0px;
padding-left: 30px;
}	

.boxbudujesz  .naglowek {
float:left;
width:100%;
}	

.boxbudujesz .naglowek strong {
  color: black;
  font-size: 40px;
  line-height: 55px;
  font-weight: 600;
}


.boxbudujesz .naglowek b {
  color: #818B9A;
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
}


.boxbudujesz .opis {
  float: left;
  width: 100%;
  padding: 40px;
    padding-bottom: 40px;
  background-color: #E6E8EC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px;
  background-image: url('../grafika/tlobudujesz.webp');
  background-repeat: no-repeat;
  background-position: right -90px bottom;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 50px;
}

.boxbudujesz .opis img {
  max-width: 100%;
}


.boxbudujesz  .opis ul {
list-style:none;	
padding:0px;
margin:0px;
width:auto;
}	

.boxbudujesz .opis ul li {
  padding: 20px 10px;
    padding-left: 10px;
  background-color: white;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
  width: auto;
  background-image: url('../grafika/ok.webp');
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 80px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;

}



.boxbudujesz  .opis small {
	color:#A8B0BA;
	font-size:17px;
	line-height:25px;
}	

.boxwyszukiwarka .box.box3 {
display:none;	
}	

.prawa {
float:left;
width:36%;
}	

.prawa .boxbudujesz {
width:100%;	
}	

.prawa .boxwszystkodolazienki {
width:100%;	
}	


.lewa {
float:left;
width:64%;
}	

.strona-oferta .boxy2 .boxsklepy {
float:left;
width:100%;
}	



.strona-oferta .boxy2 .boxsklepy .box{
float:left;
width:23%;
margin-left:1%;
margin-right:1%;
}	


.tresc100 {
float:left;
width:100%;
}	


.boxcennik {
float:left;
width:100%;
background-color:#B9E7FD;
padding:30px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-top:50px;
position:relative;
padding-left:44%;
}	

.boxcennik img {
  position: absolute;
  left: 6%;
  top: -20px;
  max-width: 30%;
  max-height: 110%;
  bottom: 0;
  margin: auto;
}
	
.boxcennik span {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.boxcennik strong {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}
.boxy2 {
float:left;
width:100%;
padding-bottom:50px;
}	

.boxy2 .boxsklepy {
float:left;
width:55%;
}	


.boxy2 .boxsklepy .naglowek {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 17px;
 margin-top: 70px;
  margin-bottom: 60px;
  font-weight: 400;
	position: relative;
	padding-left: 80px;
}

.boxy2 .boxsklepy .naglowek  img {
float:left;
margin-right:20px;
margin-top:0px;
margin-bottom:10px;
position: absolute;
left: 0;
top: 8px;
}	




.boxsklepy .lista {
float:left;
width:100%;
display: flex;
flex-wrap: wrap;
}	

.boxsklepy .lista .box {
float:left;
width:48%;
height:auto;
background-color:white;
margin:1%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position:relative;
margin-bottom:30px;
margin-top:30px;
}	


.boxsklepy .lista .box .link_czarny {
  color: #000;
  font-weight: 300;
}


.boxsklepy .lista .box .img {
position:absolute;
display:block;
width:120px;
height:120px;
margin:0 auto;
left:0px;
right:0px;
top:-50px;
background-color:white;
z-index:99;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0px 0px 60px -14px rgba(185,231,253,0.65);
-moz-box-shadow: 0px 0px 60px -14px rgba(185,231,253,0.65);
box-shadow: 0px 0px 60px -14px rgba(185,231,253,0.65);
overflow: hidden;
}	

.boxsklepy .lista .box .img img {
position:absolute;
left:0px;
right:0px;
top:0px;
bottom:0px;
margin:auto auto;
max-width:85%;
max-height:85%;
}	

.boxsklepy .lista .box .img img:hover {
opacity:0.7;	
}	

.boxsklepy .link {
position:relative;
left:0px;
bottom:0px;
border-top:1px solid #B9E7FD;
padding-top:20px;
padding-bottom:20px;
width:80%;
left:0%;
right: 0%;
margin: 0px auto;
text-align:center;
font-size:17px;
margin-top: 80px;
}	


.boxprojektylazienek  .link a {
color:#3C61EA;
font-size:17px;
border-bottom:1px solid #3C61EA;
text-decoration:none;
}	

.boxprojektylazienek  .link a:hover {
	border-bottom:1px solid black;
}	

.boxprojektylazienek .link a:hover {
color:black;
}	




.boxprojektylazienek {
float:left;
width:55%;
background-color:white;
padding:50px;
margin-top:50px;
-webkit-box-shadow: 0px 14px 27px -13px rgba(0,0,0,0.26);
  -moz-box-shadow: 0px 14px 27px -13px rgba(0,0,0,0.26);
  box-shadow: 0px 14px 27px -13px rgba(0,0,0,0.26);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position:relative;
padding-bottom:100px;
}



.boxprojektylazienek  .naglowek {
float:left;
width:100%;
font-size:17px;
}	

.boxprojektylazienek  .naglowek img {
float:right;	
margin-left:10px;
}	

.boxprojektylazienek  .link {
float:left;
width:100%;
position:absolute;
left:0px;
bottom:0px;
width:100%;
padding:10px;
background-color:#F2FBFF;
padding:20px 50px;
}	


	
.boxwszystkodolazienki {
float:right;	
width:45%;
padding-left:30px;
}	

.boxwszystkodolazienki  .naglowek {
float:left;
width:100%;
}	

.boxwszystkodolazienki  .naglowek strong {
	font-size:30px;
	line-height:30px;
	color:black;
}	

	
.boxwszystkodolazienki  .naglowek b {
	font-size:20px;
	line-height:30px;
	color:#A9B0BA;
}	


.boxwszystkodolazienki .lista {
float:left;
width:100%;
}	

.boxwszystkodolazienki .tablinki {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0px 5px 0px;
}	

.boxwszystkodolazienki .tablinki  a {
	color:black;
	padding:10px;
	text-decoration:none;
	font-size:16px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}	
	
.boxwszystkodolazienki .tablinki  a:hover {
	background-color:#3C61EA;
	color:white;
}

.boxwszystkodolazienki .tablinki  a.active {
	background-color:#3C61EA;
	color:white;
}	

.tablista {
float:left;
width:100%;
}	

.tablista .row{
width:100%;
margin-top:10px;
margin-bottom:10px;
display: table;
}	

.tablista .row .img{
width:30%;
display: table-cell;
	vertical-align: middle;
}	

.tablista .row .img img {
width:100%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}	

.tablista .row .img img:hover {
-webkit-box-shadow: 8px 8px 24px -18px rgba(0, 0, 0, 1);
-moz-box-shadow: 8px 8px 24px -18px rgba(0, 0, 0, 1);
box-shadow: 8px 8px 24px -18px rgba(0, 0, 0, 1);
filter: brightness(70%);
}	


.tablista .row .opis {
  width: 70%;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 23px;
	display: table-cell;
	vertical-align: middle;
}

.tablista {
display:none;	
}	



.tablista .link_czarny {
  color: #000;
  text-decoration: none;
  font-weight: 300;
}


#lista2, #lista3, #lista4, #lista5, #lista6 {
display:none;	
}	

#lista1  {
display:block;	
}	
	
	
footer {
float:left;
width:100%;
background-color:white;
padding-top:80px;
padding-bottom:80px;
}	
	
	
footer .box {
  float: left;
  width: 33.3%;
  background-color: white;
  font-size: 15px;
  line-height: 25px;
  color: #959597;
}

	
footer .box strong {
  font-size: 25px;
  line-height: 30px;
  color: black;
  display: block;
  padding-bottom: 25px;
}
	
	
		
footer .box2 {
  float: left;
  width: 33.3%;
  background-color: #3C61EA;
  color: white;
  padding: 30px 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

	
footer .box2 strong {
  font-size: 25px;
  line-height: 35px;
  display: block;
}

	
footer .box2 span {
color:#CED7FA;
font-size:20px;
line-height:30px;
}
	
.boxsocial {
float:left;
width:100%;
padding:30px 0px;
background-color:#F2FBFF;
font-size:14px;
}	

.boxsocial .link_stopka2 {
  display: inline-block;
  line-height: 35px;
}

.boxsocial .box {
float:left;
width:50%;
}	

.boxsocial .box2 {
float:left;
width:50%;
text-align:right;
}	

.boxsocial .box2 img {
vertical-align:middle;
margin:5px;
}	

.boxsocial .box2 img:hover {
opacity:0.7;
}	
	
.tresc100 {
float:left;
width:100%;
padding-top:50px;
padding-bottom:50px;
}
	
.tresc100 .ramkamiasta {
float:left;
width:100%;
}

.tresc100 .ramkamiasta .link_szary {
color: #758091;
text-decoration: underline;
margin-left: 20px;
}


.tresc100 .ramkamiasta .miasto {
  color: #3C61EA;
  font-size: 14px;
  display: inline-block;
  margin: 5px;
  font-weight: 500;
}


.tresc100 .ramkamiasta .miastoactive {
color:white;
font-size:16px;
background-color:#3C61EA;
padding:6px 15px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display:inline-block;
margin:5px;
}

.tresc {
float:left;
width:100%;
font-size:17px;
line-height:25px;
}	

.tresc h1{
font-size:50px;
line-height:60px;
}	 

.boxlista {
float:left;
width:48%;
height:450px;
background-color:white;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin:1%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}	

.boxlista .img {
	height:100px;
	float:left;
	width:100%;
}	

.boxlista .img img {
  max-height: 80px;
  max-width: 150px;
}

.boxlista .boxramka {
float:left;
width:100%;
padding:30px;
background-color:white;
height:270px;
}	

.boxlista .kontakt {
float:left;
width:100%;
padding:30px;
background-color:#3C61EA;
height:180px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
color:white;
}	

.boxlista .kontakt  img {
vertical-align:middle;
margin-right:10px;
margin-bottom:10px;
margin-top:10px;
}	

.boxlista .kontakt strong {
  font-size: 22px;
  line-height: 23px;
}

.boxlista .opis {
float:left;
width:100%;
}	

.boxlista .opis img {
vertical-align:middle;
margin-right:10px;
}	

.boxlista .opis a {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
}

.boxlista .kontakt .link_bialy {
  font-size: 17px;
  line-height: 25px;
}
	
.boxlista .kontakt .link_bialy_wiecej {
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  color: #CBEDFC;
  border-bottom: 1px solid #CBEDFC;
}

.szczegoly {
float:left;
width:100%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color:white;
position:relative;
}	

.szczegoly .boxopis {
float:left;
width:50%;
background-color:#3C61EA;
color:white;
padding:50px;
min-height:400px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}	

.szczegoly .boxopis  img {
vertical-align:middle;
margin-right:10px;
}	

.szczegoly .boxopis strong {
font-size:25px;
line-height:35px;
}	


.szczegoly .boxopisimg {
float:left;
width:50%;
position:relative;
min-height:400px;
}	


.szczegoly .boxopisimg img {
position:absolute;
right:0px;
top:0px;
bottom:0px;
left:0px;
margin:auto auto;
max-width:82%;
max-height:82%;
}	

	
.szczegolyopis {
float:left;
width:100%;
margin-top:50px;
}
	
.szczegolyopis small {
	color:#3C61EA;
	font-size:17px;
	line-height:25px;
}	

.szczegolyopis h2 {
font-size:30px;
line-height:40px;
}

.szczegolyopis h3 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 50px;
}

.szczegolyopis ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  display: flex-wrap;
  flex-wrap: wrap;
}

.szczegolyopis ul li {
  padding: 14px 20px;
	background-color:#E7E8EC;
	color:black;
	margin:5px;
	font-size:17px;
	line-height:25px;
	background-image:url('../grafika/okok.webp');
	background-repeat : no-repeat;
	background-position:10px center;
	padding-left:50px;
}	


.boxwszystkodolazienki .tablinki a {
  margin-bottom: 4px;
}


.galeriazdjec {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.galeriazdjec h4 {
font-size:30px;
line-height:40px;
}

.galeriazdjec .boxgaleria {
  float: left;
  width: 22%;
  height: 10vw;
  margin: 1.5%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.galeriazdjec .boxgaleria img {
width:100%;
height:100%;
object-fit:cover;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}	

.galeriazdjec .boxgaleria img:hover  {
-webkit-box-shadow: 8px 8px 24px -18px rgba(0, 0, 0, 1);
-moz-box-shadow: 8px 8px 24px -18px rgba(0, 0, 0, 1);
box-shadow: 8px 8px 24px -18px rgba(0, 0, 0, 1);
filter: brightness(70%);
}	

.boxmiejsce {
  float: none;
  width: 100%;
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: table;
}




.boxmiejsce .naglowek {
  background-color: #3C62EB;
  color: white;
  padding: 20px;
    padding-left: 20px;
  font-size: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 100px;
}


.boxmiejsce .naglowek img {
left: 25px;
top: 25px;
	position: absolute;
}	

.boxmiejsce .naglowek img {
  vertical-align: middle;
  margin-right: 20px;
  max-height: 54px;
}

.boxmiejsce {
  min-height: 100px;
}



.boxmiejsce .opis {
  padding: 10px 30px;
    padding-left: 30px;
  font-size: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
	position: relative;
}

.boxmiejsce .opis img {
  position: absolute;
	left: 30px;
	top: 0px;
	bottom: 0;
	margin: auto 0;
}


.boxmopinie {
  float: none;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}


.boxmopinie h5 {
font-size:30px;
line-height:40px;
}


.boxmopinie_flex {
display: flex;
flex-wrap: wrap;
width: 104%;
margin: 0px -2%;
}


.boxmopinie .box {
  float: left;
  width: 29.3%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 2%;
background-color:white;
-webkit-box-shadow: 0px 21px 42px -12px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 21px 42px -12px rgba(0,0,0,0.12);
box-shadow: 0px 21px 42px -12px rgba(0,0,0,0.12);
padding:20px;
margin-top:20px;
margin-bottom:20px;
padding-bottom: 40px;
}	


.boxopis span {
position: relative;
display: block;
width: 100%;
margin: 0px 0px 10px 0px;
padding-left: 40px;
padding-right: 30px;
}


.boxopis span img {
position: absolute;
left: 0;
top: 0;
}



.boxmopinie .box  .img {
width:100px;
height:100px;
object-fit:cover;
margin-top:-30px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}	

.boxmopinie .box .txt strong {
  font-size: 18px;
  line-height: 25px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}


.boxmopinie .box  .txt img {
max-height: 15px;
}	


.boxmopinie .box  .txt strong {
font-size:17px;
line-height:24px;
}	


.boxmopinie .box  .img img {
width:100%;
height:100%;
object-fit:cover;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}	

.boxmiejsce .naglowek  img {
vertical-align:middle;
margin-right:20px;
}	
	
.cycle-pager {position:absolute;left:0px;top:200px;width:100%;z-index:999;text-align:center;}
.cycle-pager span {background-color:#fff; margin: 0px 5px 0px 5px; padding:8px;font-size:0px;  cursor: pointer;-webkit-border-radius: 10px;
-moz-border-radius: 10px;border-radius: 10px;border:1px solid #E3E3E3;}
.cycle-pager span.cycle-pager-active {  cursor: pointer;background-color:#FF7200;border:1px solid #FF7200;}

.link_stopka {color:#959597;text-decoration:none;display:block;line-height: 35px;}
.link_stopka:hover {color:black;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.link_szary {color:#758091;text-decoration:none;}
.link_szary:hover {color:#3C61EA;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.link_bialy {color:white;text-decoration:none;}
.link_bialy:hover {color:#959597;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}

.link_bialy_wiecej {color:white;text-decoration:none;border-bottom:1px solid white;}
.link_bialy_wiecej:hover {border-bottom:1px solid #959597;color:#959597;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}






.link_stopka2 {color:#3C61EA;text-decoration:none;display:block;line-height: 35px;}
.link_stopka2:hover {color:black;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.link_czarny {color:#012138;text-decoration:none;font-weight: 500;}
.link_czarny:hover {color:#3C61EA;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}

.link_niebieski {color:#3C61EA;text-decoration:none;}
.link_niebieski:hover {color:black;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.przycisk_niebieski {cursor:pointer;text-decoration:none;color:white;padding:15px 30px;background-color:#3C61EA;font-size:18px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;display:inline-block;border:0px;}
.przycisk_niebieski:hover {background-color:black;color:white;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.przycisk_bialy {cursor:pointer;text-decoration:none;color:#3C61EA;padding:15px 30px;background-color:white;font-size:18px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;display:inline-block;border:0px;}
.przycisk_bialy:hover {background-color:black;color:white;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}






.boxwyszukiwarka .ramka2 .box.box2 .inputramka input {
  margin-bottom: 10px;
  float: left;
  margin-left: -1px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}



.header {
width: 100%;
float: left;
height: 94px;
}



.boxlista .opis span {
position: relative;
padding-left: 38px;
display: block;
line-height: 20px;
}

.boxlista .opis span img {
position: absolute;
left: 0;
top:0;

}

.boxlista .img {
  height: auto;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}









/* 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: 51px;
  height: 34px;
  padding: 16px 0px 0px 0px;
  position: absolute;
  z-index: 8000 !important;
  top: 5px;
  right: 170px !important;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 24px;
  text-indent: -9999em;
  line-height: 30px !important;
  font-size: 28px !important;
  display: block;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
}



.mean-container a.meanmenu-reveal span {
	display: block;
	background:#000;
	height: 3px;
	margin-top: 5px;
font-size: 26px;
margin-left:auto;
margin-right:auto;
max-width: 30px;
}





.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
}


.mean-container .mean-nav > ul {
padding: 50px 5% 350px 10% !important;
    width: 100% !important;
    list-style-type: none;
    position: absolute;
    z-index: 0 !important;
    left: 0%;
		background-color: #3F474D;
    position: absolute;
    top:70px;
    min-height: 300px !important;
		height: 140vh !important;
    max-height: 140vh !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;
		background-image: url('../grafika/tloonas.webp');
  background-repeat: no-repeat;
  background-position: left center;
}


.mean-container .mean-nav > ul:before {
   content:'';
	 position: absolute;
	 width: 45%;
	 left: 5%;
	 top: 2%;
	 height: 60%;
	 	background-image:url('../grafika/baner_menu.png');
	background-repeat : no-repeat;
	background-position:center center;
	padding-bottom:50px;
	background-size:contain;
}



.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:20px 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;
	border-right: 0px solid #EBEBEB;
	padding: 6px 0px !important;
	margin: 0px auto !important;
	text-align: left;
	float: none;
	height: auto !important;
	max-width: 400px;
	display:block;
	clear:both;
}







.mean-container .mean-nav ul li a {
	margin: 0px !important;
}




.mean-container .mean-nav ul > li:last-of-type {
	padding-bottom: 300px;
}


.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: #FFF !important;
  font-size: 15px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  margin: 0px 0% 0px 0% !important;
  line-height: 22px;
  width: 100% !important;
  text-align: left;
}


.mean-container .mean-nav ul ul ul li a{
	font-weight: 400 !important;
	color: #858585 !important;
	font-size: 13px !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
		line-height: 19px;
		letter-spacing: 0.5px;
}


.mean-container .mean-nav ul ul li.menubold a{
	font-weight: 700 !important;
	
}

.mean-container .mean-nav ul ul {
	position: relative !important;
	float: left;
	width: 82% !important;
	box-sizing: border-box;
	border-right: 0px solid #EBEBEB;
	padding: 10px 0px !important;
	margin: 5px 9% 5px 9% !important;
background-color: transparent;
}



.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;
	background-color: #FFF;
	padding: 30px 20px !important;
	margin: 5px 0% !important;
}





.mean-container .mean-nav ul li a {
	display: inline-block;
	float: none;
	width:auto !important;
     margin: 0px 0%;
	padding: 12px 30px 12px 30px !important;
	margin: 0 0% !important;
	color: #FFF !important;
	text-decoration: none;
	font-weight: 500;
	font-size: 25px !important;
	text-align: center;
	position: relative;
	letter-spacing: 0.5px !important;
	 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.mean-container .mean-nav ul li a:hover {
	color: #7B96F0 !important;
	z-index: 500;
}


.mean-container .mean-nav ul li a.menu-bold {
	font-weight:500 !important ;
	color:#E92E41 !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: 7%;
    top:3px;
    z-index: 999;
    font-weight: 700 !important;
    border: none !important;
    color: #FFF !important;
    padding: 19px 40px 19px 30px !important;
    font-size: 30px !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: 25px !important;
    text-align: center;
    position: absolute;
    right: -5.5%;
    top: 0px;
    z-index: 99999;
    font-weight: 700 !important;
    border: none !important;
    color: #000 !important;
    padding: 6px 40px 6px 30px !important;
    font-size: 20px !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:#E92E41 !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: 13px !important;
		letter-spacing: 0.5px !important;
}










			@media screen and (min-width: 0px) and (max-width: 1280px) {

	
	
	
	.boxbaner .ramka .box-txt h1 {
  font-size: 37px;
  line-height: 49px;
}


	.boxbaner .ramka .box-txt h1 strong {
  font-weight:700;
}


	.boxbaner .ramka .box-txt {
  width: 70%;
  max-width: 600px;

}

	.boxwyszukiwarka .ramka span {
  padding: 20px 40px;
  font-size: 20px;

}


.boxwyszukiwarka .ramka2 .box .inputramka select {
  font-size: 15px;
}

.boxwyszukiwarka .ramka2 .box .naglowek {
  font-size: 14px;
}


	}
	
		
				@media screen and (min-width: 0px) and (max-width: 1240px) {

	
	
	.boxbudujesz .naglowek strong {
  color: black;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
}
	
	.boxbudujesz .naglowek b {
  color: #818B9A;
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
}


	}
	
	
				@media screen and (min-width: 0px) and (max-width: 1200px) {

	
	
	
	.boxwyszukiwarka .ramka2 .box {
  float: left;
  width: 50%;
  font-size: 17px;
  line-height: 25px;
  padding-right: 20px;
}


	.boxwyszukiwarka .ramka2 .box .inputramka select {
  padding-top: 27px ;
	padding-bottom: 27px;
	}
	
	
	.boxwyszukiwarka .ramka2 .box.box3 .przycisk_niebieski {
  width: 49%;
}


.boxlista .opis a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
}


.boxlista .img img {
  max-height: 60px;
  max-width: 150px;
}

.boxmopinie .box {
  float: left;
  width: 46%;
}	



.szczegoly .boxopis strong {
  font-size: 20px;
  line-height: 30px;
}



	}
	
	
	
	
			@media screen and (min-width: 0px) and (max-width: 1180px) {

	
	
	
	.tresc h1 {
  font-size: 40px;
  line-height: 50px;
}


.galeriazdjec .boxgaleria {
  float: left;
  width: 30.3%;
  height: 20vw;
  margin: 1.5%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  max-height: 190px;
}
	
	
	
	}
	
	
	
	
					@media screen and (min-width: 0px) and (max-width: 1140px) {

	
	
	footer .box2 span {
  color: #CED7FA;
  font-size: 15px;
  line-height: 25px;
}

.przycisk_bialy {
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  border: 0px;
  font-weight: 500;
}



}


	
	
				@media screen and (min-width: 0px) and (max-width: 1100px) {

	
	
	
header nav {
  width: 50%;
  border: 0px;
  float: left;
  padding-left: 30px;
}

.boxsklepy .link {
  position: relative;
  left: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 80%;
  text-align: center;
  font-size: 14px;
  margin-top: 80px;
}


.boxlista .kontakt .link_bialy {
  font-size: 14px;
  line-height: 24px;
}


.boxlista .kontakt strong {
  font-size: 19px;
  line-height: 21px;
}






}

	@media screen and (min-width: 921px) and (max-width: 1100px) {

	
	
	.szczegoly .boxopis {
  float: left;
  width: 100%;
  background-color: #3C61EA;
  color: white;
  padding: 50px;
  min-height: auto;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
	

.szczegoly .boxopisimg {
  float: left;
  width: 100%;
  position: relative;
  min-height: auto;
}

.szczegoly .boxopisimg img {
  position: relative;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  max-width: 82%;
  max-height: 82%;
  margin: auto;
  display: block;
}


}



	@media screen and (min-width: 0px) and (max-width: 920px) {



header .logo {
	width: 50%;
}	


 .prawa {
    padding-top: 30px;
  }

  .boxlista .opis a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
  }
	
.przycisk_niebieski {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
}


header {
  width: 100%;
  border: 0px;
  float: left;
  padding-top: 15px;
  padding-bottom: 12px;
}

header .logo {
  height: 40px;
}



.header {
width: 100%;
float: left;
height: 70px;
}


.boxwyszukiwarka .ramka2 {
  padding: 20px 30px 50px 50px;
}



.boxformularz {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}


.boxbudujesz {
  float: left;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}


footer .box {
  float: left;
  width: 50%;
  background-color: white;
  font-size: 15px;
  line-height: 25px;
  color: #959597;
}


footer .box2 {
  float: left;
  width: 100%;
  margin-top: 30px;
}


.boxprojektylazienek {
  float: left;
  width: 100%;
  background-color: white;
  padding: 50px;
    padding-bottom: 50px;
  margin-top: 0px;
  padding-bottom: 100px;
}




.boxwszystkodolazienki {
  float: right;
  width: 100%;
  padding-left: 0px;
  margin-bottom: 30px;
}



.boxy2 .boxsklepy {
  float: left;
  width: 100%;
}

.lewa {
  float: left;
  width: 100%;
}


.prawa {
  float: left;
  width: 100%;
}



}




@media screen and (min-width: 0px) and (max-width: 900px) {



.tresc h1 {
  font-size: 35px;
  line-height: 45px;
}

.strona-oferta .boxy2 .boxsklepy .box {
  float: left;
  width: 31.3%;
  margin-left: 1%;
  margin-right: 1%;
}


}






	@media screen and (min-width: 0px) and (max-width: 880px) {


.strona-okatalogu .boxy2 .boxsklepy .box {
  width: 48%;
}


}





	@media screen and (min-width: 0px) and (max-width: 760px) {



  .boxbaner .ramka .box-txt h1 {
    font-size: 27px;
    line-height: 39px;
  }
	
	.boxbaner .ramka .box-txt {
  padding-bottom: 30px;
}

.boxbaner .ramka {
  float: left;
  width: 100%;
  height: 390px;
	}
	
	.boxbaner .ramka .box-txt {
  font-size: 17px;
}


  .boxwyszukiwarka .ramka2 .box {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    padding-right: 0px;
  }
	
	
	 .boxwyszukiwarka .ramka2 {
    padding: 20px 40px 50px 40px;
  }

.boxbaner .ramka {
  background-position: 65% center;
	}

	
	.boxformularz {
  padding: 50px 40px;
	}
	
	
	
	
}



	@media screen and (min-width: 0px) and (max-width: 710px) {

	.tresc100 .ramkamiasta .miastoactive {
  color: white;
  font-size: 14px;
	}
	
	.boxprojektylazienek .naglowek img {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}
	.boxprojektylazienek .naglowek {
  font-size: 15px;
  text-align: center;
}

.boxprojektylazienek .link {
  text-align: center;
}


	  .strona-oferta .boxy2 .boxsklepy .box {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
	
		.szczegoly .boxopis {
  float: left;
  width: 100%;
  background-color: #3C61EA;
  color: white;
  padding: 50px;
  min-height: auto;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
	

.szczegoly .boxopisimg {
  float: left;
  width: 100%;
  position: relative;
  min-height: auto;
}

.szczegoly .boxopisimg img {
  position: relative;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  max-width: 82%;
  max-height: 82%;
  margin: auto;
  display: block;
}
	
	}
	
	


	@media screen and (min-width: 0px) and (max-width: 620px) {


.boxformularz .pole2.first {
  margin-right: 0%;
  width: 100%;
}


.boxformularz .pole2 {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.boxsklepy .lista .box .img img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto auto;
  max-width: 70%;
  max-height: 70%;
}

.boxsocial .box {
  float: left;
  width: 100%;
  text-align: center;
}


.boxsocial .box2 {
  float: left;
  width: 100%;
  text-align: center;
}

.boxlista {
  float: left;
  width: 98%;
  height: auto;
  margin: 1%;
}


.boxlista .boxramka {
  float: left;
  width: 100%;
  padding: 30px;
  background-color: white;
  height: auto;
}


.szczegolyopis ul li {
  padding: 14px 20px;
    padding-left: 20px;
  background-color: #E7E8EC;
  color: black;
  margin: 5px;
  font-size: 14px;
  line-height: 21px;
  background-image: url('../grafika/okok.webp');
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px;
}


header .logo img {
  max-width: 140px;
}


 .szczegoly .boxopisimg img {
    position: relative;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto auto;
    max-width: 72%;
    max-height: 72%;
		}
		
		.szczegoly .boxopisimg  {
    padding: 30px 40px;
		}

}





	@media screen and (min-width: 0px) and (max-width: 580px) {


	  .tresc h1 {
    font-size: 30px;
    line-height: 40px;
  }
	
	.tresc100 {
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

	.boxmiejsce .naglowek {
  background-color: #3C62EB;
  color: white;
  padding: 20px;
    padding-left: 20px;
  padding-left: 20px;
  font-size: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 80px;
}

.boxmiejsce .naglowek img {
  vertical-align: middle;
  margin-right: 20px;
  width: 40px;
}

.boxmiejsce .opis {
  padding: 10px 30px;
    padding-left: 30px;
  padding-left: 30px;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
  position: relative;
}
	
	  .boxbaner .ramka .box-txt h1 {
    font-size: 22px;
    line-height: 32px;
  }
	
	  .boxbaner .ramka .box-txt {
    font-size: 13px;
  }
	
	
	  .boxwyszukiwarka .ramka span {
    padding: 20px 40px;
    font-size: 15px;
    font-weight: 400;
  }
	
	
	
	.boxcennik img {
  position: absolute;
  left: 0%;
  top: -160px;
  max-width: 30%;
  max-height: 180px;
  bottom: 0;
  margin: auto;
  right: 0;
}

.boxcennik {
  float: left;
  width: 100%;
  background-color: #B9E7FD;
  padding: 30px;
    padding-left: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 50px;
  position: relative;
  padding-left: 40px;
	padding-top: 120px;
}

	
	
	  .boxmopinie .box {
    float: left;
    width: 46%;
    font-size: 13px;
    line-height: 20px;
  }
	
	
	a.meanmenu-reveal {
  right: 155px !important;
}



	}
	
	
		@media screen and (min-width: 0px) and (max-width: 490px) {


	  .galeriazdjec .boxgaleria {
    float: left;
    width: 47%;
    height: 33vw;
    margin: 1.5%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    max-height: 190px;
  }
	
	.tresc100 .ramkamiasta .link_szary {
  color: #758091;
  text-decoration: underline;
  margin-left: 20px;
  font-size: 12px;
}


  footer .box {
    float: left;
    width: 100%;
    background-color: white;
    font-size: 15px;
    line-height: 25px;
    color: #959597;
    text-align: center;
    padding-bottom: 30px;
  }
	
	
	}
	
	
	
	@media screen and (min-width: 0px) and (max-width: 460px) {


.boxmopinie .box {
width:100%;
margin-left:0px;
margin-right:0px;
}	


 .boxmiejsce .naglowek {
	 width:100%;
	 display:block;
 } 
 
  .boxmiejsce .naglowek img {
	  display:none;
  } 

 .boxmiejsce .opis {
	 width:100%;
	 display:block;
 } 
 
 
 .boxmiejsce .opis img {
	  display:none;
  } 



header .boxyheader {
min-width:90px;	
}	
	
	
header	.przycisk_niebieski  {
padding-left:5px;
padding-right:5px;
}	
	
	
	.boxformularz .naglowek h3 {
  font-size: 25px;
  line-height: 35px;
  color: black;
}



}



	@media screen and (min-width: 0px) and (max-width: 360px) {



.strona-okatalogu .boxy2 .boxsklepy .box {
width:100%;
margin-left:0px;
margin-right:0px;
}	



 .strona-oferta .boxy2 .boxsklepy .box {
width:100%;
margin-left:0px;
margin-right:0px;
 } 


header .logo img {
	max-width:100px;
}	

a.meanmenu-reveal {
    right: 40% !important;
  }
  
  .tablista .row .opis {
	  width:100%;
	  display:block;
  } 
  
  .tablista .row .img {
	   width:100%;
	   display:block;
  } 
  
  
  
  .boxsklepy .lista .box {
	  width:100%;
	  margin-left:0px;
	  margin-right:0px;
  } 
  
  
}





	