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



/* RESET STYLI  */



html, body, div, span, applet, object, iframe,
                h1, h2, h3, h4, h5, h6,  blockquote, pre,
                a, abbr, acronym, address, big, cite, code,
                del, dfn, em, font, img, ins, kbd, q, s, samp,
                small, strike, sub, sup, tt, var,
                dl, dt, dd,
                fieldset, form, label, legend {
                    margin: 0;
                    padding: 0;
                    border: 0;
                    outline: 0;
                    font-weight: inherit;
                    font-style: inherit;
                    font-size: 100%;
                    vertical-align: baseline;
                }
                :focus {
                    outline: 0;
                }
                body {
                    line-height: 29px;
                    color:#30353A;
					background-color:white;
				    font-size:16px;
					font-family: "Montserrat", sans-serif;
					font-weight:400;
                }

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




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



input, textarea, select {
   font-size:16px;
	 font-family: "Montserrat", sans-serif;
	 font-weight:400;
}

#szukaj {
  width: 100%;
  left: 0;
  position: fixed; /* zamiast absolute */
  z-index: 99;
  display: none;
}



.glowna1nadrzedna #szukaj {
  top: 128px;
}



#szukaj::before {
  width: 100%;
  height: 600%;
  left: 0px;
  top: -280px;
  position: absolute;
  z-index: 0;
  display: block;
  background-color: rgba(0,0,0,0.7);
  content: '';
}





#szukaj .ramkaogolna{
width:90%;
background-color:white;
padding:70px 90px;
float: left;
margin: 0px 5%;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
position: relative;
z-index:1;
}	



#szukaj .box{
float:left;
width:18%;
margin-right:2%;
}	


#szukaj .box label {
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
font-size: 11px;
}	



#szukaj .box select{
float:left;
width:100%;
border:1px solid #CECECE;
background-color:white;
padding:20px;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size:14px;
}	

#szukaj .box input[type="range"] {
  width: 100%;
  accent-color: #D7D7D7; /* zmienia kolor suwaka w nowoczesnych przeglądarkach */
}




#szukaj .box .przycisk_granatowy {
float:left;
width:100%;
text-transform:uppercase;
padding-top:21px;
padding-bottom:21px;
background-color: #000000;
font-weight: 600;
					font-family: "Montserrat", sans-serif;
}	





#szukaj .ramka{
float:left;
width:100%;
}	

#szukaj .ramka span {
font-size:13px;
line-height:26px;
text-transform:uppercase;
color:black;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
}


#szukaj .ramka2{
float:left;
width:100%;
margin-top:10px;
}	







#szukaj .box input[type="range"], #metraz-range input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px; /* grubość paska */
  background: #d7d7d7; /* kolor tła paska */
  border-radius: 3px;
  outline: none;
  padding: 0;
  margin: 0;
}

/* Pasek w przeglądarkach Webkit (Chrome, Edge, Safari) */
#szukaj .box input[type="range"]::-webkit-slider-runnable-track , #metraz-range input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: #d7d7d7;
  border-radius: 3px;
}

#szukaj .box input[type="range"]::-webkit-slider-thumb, #metraz-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  background: white;
  border: 4px solid black; /* czarny obrys */
  border-radius: 50%;
  cursor: pointer;
  margin-top: -7px; /* centrowanie kółka względem paska */
}

/* Pasek w Firefox */
#szukaj .box input[type="range"]::-moz-range-track, #metraz-range input[type="range"]::-moz-range-track {
  height: 6px;
  background: #d7d7d7;
  border-radius: 3px;
}

#szukaj .box input[type="range"]::-moz-range-thumb, #metraz-range input[type="range"]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background: white;
  border: 4px solid black;
  border-radius: 50%;
  cursor: pointer;
}

/* Pasek w IE/Edge starszych */
#szukaj .box input[type="range"]::-ms-track, #metraz-range input[type="range"]::-ms-track {
  height: 6px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

#szukaj .box input[type="range"]::-ms-fill-lower, #metraz-range input[type="range"]::-ms-fill-lower {
  background: #d7d7d7;
  border-radius: 3px;
}

#szukaj .box input[type="range"]::-ms-fill-upper, #metraz-range input[type="range"]::-ms-fill-upper {
  background: #d7d7d7;
  border-radius: 3px;
}

#szukaj .box input[type="range"]::-ms-thumb, #metraz-range input[type="range"]::-ms-thumb {
  height: 20px;
  width: 20px;
  background: white;
  border: 4px solid black;
  border-radius: 50%;
  cursor: pointer;
}





















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

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


header {
	width: 100%;
	border: 0px;
	position:absolute;
	z-index:99;
	left:0;
	top: 0;
	background-color:rgba(0,0,0,1);
	
}	


.glowna1nadrzedna header {
background-color:rgba(0,0,0,0.7);
}



.glowna1nadrzedna header .ramka {
height:128px;
}	




header .ramka {
display: flex;	
height:228px;
align-items: center;
justify-content:space-between;
padding: 0px 5%;
}	




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


header .logo img {
  max-width: 100%;
  width: 150px;
  position: relative;
  top: 4px;
}



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


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



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












header .boxy img{
	vertical-align:middle;
	margin-left:10px;
	margin-right:10px;
}	

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


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

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


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

#nawigacja-menu li a {
  color: white;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  font-size: 13px;
  padding: 49px 25px;
  text-transform: uppercase;
  font-weight: 600;
}


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

#nawigacja-menu li.menubold a {
	color:#B7B7B7;
	border-bottom: 1px solid #939393;
}











#hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

#hamburger span {
  display: block;
  height: 3px;
  background: white;
  border-radius: 3px;
}

/* Dla mniejszych ekranów */
@media (max-width: 992px) {
  header nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: black;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }

  header nav.show {
    display: flex;
  }

  #hamburger {
    display: flex;
  }

  header .logo img {
    width: 110px; /* mniejsze logo */
  }

  header .boxy img {
    width: 20px; /* mniejsze ikony */
  }

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

  #nawigacja-menu li a {
    padding: 15px 20px;
    display: block;
    width: 100%;
  }
}

/* Jeszcze mniejsze ekrany */
@media (max-width: 576px) {
  header .logo img {
    width: 90px;
  }
}




/* -------------------
   HAMBURGER ICON
------------------- */
#hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 21px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 99999;
}

#hamburger span {
  display: block;
  height: 3px;
  background: white;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform-origin: center;
}

#hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
#hamburger.active span:nth-child(2) {
  opacity: 0;
}
#hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* -------------------
   RWD MENU
------------------- */
@media (max-width: 992px) {
  header nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: black;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }
	

  header nav.show {
    display: flex !important; /* pokazane po kliknięciu */
  }



  #hamburger {
    display: flex;
  }

  header .logo img {
    width: 110px;
  }

  header .boxy img {
    width: 20px;
  }

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

  #nawigacja-menu li a {
    padding: 15px 20px;
    display: block;
    width: 100%;
  }
}

@media (max-width: 576px) {
  header .logo img {
    width: 90px;
  }
}

/* -------------------
   HEADER WYSOKOŚĆ
------------------- */
header .ramka {
height:228px;
  transition: height 0.3s ease, background-color 0.3s ease;
}


.glowna1nadrzedna header .ramka {
height:128px;
}	



header.shrink .ramka {
  height: 90px;
  background-color: rgba(0,0,0,0.95);
}

/* -------------------
   SZUKAJKA PANEL
------------------- */
#szukaj {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;
}









header.shrink #nawigacja-menu li a {
  padding-top:31px;
  padding-bottom:29px;
}




header.shrink #szukaj {
  width: 100%;
  position: fixed;
}




/* Logo i ikony w headerze – animacja rozmiaru */
header .logo img,
header .boxy img {
  transition: all 0.3s ease;
}

header.shrink .logo img {
  width: 90px; /* mniejsze logo po scrollu */
}

header.shrink .boxy img {
  width: 18px; /* mniejsze ikony po scrollu */
}

























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


.podstrona {
display: none;
}

 
 .glowna3.podrzedna .podstrona {
display: block;
float: left;
width: 100%;
position: relative;
}

.glowna3.podrzedna .podstrona h1 {
display: block;
padding: 100px 0px;
color: #FFF;
font-weight: 600;
font-size: 50px;
line-height: 60px;
}

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

.baner-podstrona:before {
  left: -7%;
  top: 0;
  content: '';
  width: 114%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background: #000;
  background: -webkit-linear-gradient(90deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -moz-linear-gradient(90deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(90deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=1 );
  z-index: -1;
}

 
.baner .slick-next {
	width:60px;
	height:66px;
	background-image:url('../grafika/right.webp');
	background-repeat : no-repeat;
	background-position:center center;
	position:absolute;
	right:21px;
	bottom:11%;
	border:0px;
	font-size:0px;
	z-index:999;
	cursor:pointer;
	opacity:0.7;
	background-color: transparent;
}	

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



.baner .slick-prev {
	width:60px;
	height:66px;
	background-image:url('../grafika/left.webp');
	background-repeat : no-repeat;
	background-position:center center;
	position:absolute;
	right:80px;
	bottom:11%;
	border:0px;
	font-size:0px;
	z-index:999;
	cursor:pointer;
	opacity:0.7;
	background-color: transparent;
}	


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

.baner .slick-dots {
  position: absolute;
  left: 0px;
  width: 80%;
  bottom: 50px;
  z-index: 99;
  text-align: center;
  list-style: none;
  right: 0;
  max-width: 600px;
  margin: 0px auto;
}

.baner .slick-dots li {
  width: 23%;
  float: none;
  display: inline-block;
  background-color: rgba(0,0,0,0.8);
  padding: 2px;
  margin: 0px 1%;
}

	
.baner .slick-dots li.slick-active{
background-color:#EB3648;
  width: 45%;
}	
	
.baner .slick-dots li button {
font-size:0px;
line-height:0px;
padding:0px;
margin:0px;
display:none;
}	
	



.baner .sekwencja{
	float:left;
	width:100%;
	height:calc(100vh);
	background-repeat : no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
}	



.baner .sekwencja:before{
	left:0;
	top: 0;
	content:'';
	width:100%;
	height:100%;
	background-repeat : no-repeat;
	background-position:center center;
	background-size:cover;
	position:absolute;
	z-index: 1;
	background: #000;
background: -webkit-linear-gradient(90deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.08) 100%);
background: -moz-linear-gradient(90deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.08) 100%);
background: linear-gradient(90deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.08) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#000000",
  endColorstr="#000000",
  GradientType=1
);
}	








.baner .sekwencja .txt {
  width: 60%;
  padding: 50px 50px 90px 6%;
  max-width: 880px;
  color: #C3C2C4;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
	display: flex;
	flex-wrap: wrap;
	height: 68%;
	margin: auto 0;
	left: 0;
	top: 10%;
	bottom:0;
	z-index:3;
}



.baner .sekwencja .txt:before {
  position: absolute;
  width: 70%;
	height: 100%;
background: #000;
background: -webkit-linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3) 100%);
background: -moz-linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3) 100%);
background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#000000",
  endColorstr="#000000",
  GradientType=1
);
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px;
  font-size: 20px;
  line-height: 30px;
	left: 0;
	top: 0;
	content:'';
}





.baner .sekwencja .txt a{
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	position: absolute;
  bottom: 30px;
}	

.baner .sekwencja .txt p{
	position: relative;
}	


.baner .sekwencja .txt small {
	font-size:15px;
	text-transform:uppercase;
	position: relative;
	letter-spacing: 1px;
}	


.baner .sekwencja .txt h1{
font-size:65px;
line-height:77px;
color:white;
font-weight:bold;
position: relative;
}	


.boxzalety {
float:left;
width:100%;
background: linear-gradient(to right, #191919, #191919);
padding-top:80px;
padding-bottom:80px;
}	


.boxzalety .ramka {
float:left;
width:100%;
padding:50px 7%;
	background-image:url('../grafika/tlozalety.webp');
	background-repeat : no-repeat;
	background-position:center center;
	background-size:cover;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
display:flex;
align-items: center;
background-color: #464646;
}	

.boxzalety .ramka .box {
float:left;
width:40%;
}	

.boxzalety .ramka .box strong {
font-size:70px;
line-height:80px;
color:white;
border-bottom:2px solid #EB3648;
displa:block;
float:left;
max-width:300px;
padding-bottom:20px;
font-weight: 600;
}	






.boxzalety .ramka .box2 {
float:left;
width:60%;
color:white;
}	


.boxzalety .ramka .box2 .row {
float:left;
width:100%;
border-bottom:1px solid #4F4F4F;
padding-top:35px;
padding-bottom:35px;
position:relative;
}	

.boxzalety .ramka .box2 .row strong {
font-size:25px;
line-height:35px;
padding-left:65px;
font-weight: 600;
}	

.boxzalety .ramka .box2 .row strong img {
position: absolute;
left: 0;
top: 25px;
}	

.boxzalety .ramka .box2 .row p {
padding-left:65px;
color:#C8C8C8;
font-size:17px;
line-height:25px;
font-weight: 500;
}	

.boxzalety .ramka .box2 .row:last-child {
border-bottom:0px solid #4F4F4F;
}	

.boxzalety .ramka .box2 .row:first-of-type {
border:0px 
}	


.boxzalety .ramka .box2 .row small {
color:#C8C8C8;
text-transform:uppercase;
letter-spacing: 2px;
}	



.boxrealizacje .ramka2 .box .img small {
  padding: 3px 20px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 500;
}


.boxrealizacje .ramka2 {
  float: left;
  width: 102%;
  margin: 0px -1%;
}









.toggle-text {
    display: none;
    padding-left: 65px;
    color: #C8C8C8;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
}

/* Klasa, która pokaże tekst po kliknięciu */
.toggle-text.active {
    display: block;
}













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

.boxrealizacje .ramka{
float:left;
width:100%;
padding-top:90px;
padding-bottom:90px;
line-height:25px;
padding-left:100px;
}	

.boxrealizacje .ramka small{
color:#9A9A9A;
font-size:15px;
text-transform:uppercase;
letter-spacing: 2px;
}	

.boxrealizacje .ramka strong {
  color: black;
  font-size: 35px;
  line-height: 45px;
  display:block;
  max-width: 500px;
	padding: 10px 0px;
}


.boxrealizacje .ramka em {
font-size:18px;
border-bottom:1px solid black;
line-height:30px;
}	


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


.boxrealizacje .ramka2 .box{
float:left;
width:31.3%;
margin-left:1%;
margin-right:1%;
-webkit-border-radius: 40px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 40px;
-moz-border-radius-topleft: 0;
border-radius: 40px;
border-top-left-radius: 0;
}	



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




.boxrealizacje .ramka2 .box .img {
  float: left;
  width: 100%;
  height: 30vw;
  position: relative;
  -webkit-border-radius: 40px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 40px;
  -moz-border-radius-topleft: 0;
  border-radius: 40px;
    border-top-left-radius: 40px;
  border-top-left-radius: 0;
  overflow: hidden;
  max-height: 380px;
}



.boxrealizacje .ramka2 .box .img .nakladka {
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}	



.boxrealizacje .ramka2 .box .img small {
padding:3px 20px;
background-color:white;
color:black;
text-transform:uppercase;
letter-spacing:1px;
position:absolute;
left:20px;
top:20px;
display:inline-block;
z-index:9;
-webkit-border-radius: 20px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 20px;
-moz-border-radius-topleft: 0;
border-radius: 20px;
border-top-left-radius: 0;
font-size: 10px;
font-weight: 500;
}	

.boxrealizacje .ramka2 .box .img small.new {
	background-color:#DD2F4E;
	color:white;
}	




.boxrealizacje .ramka2 .box .img strong  {
font-size:30px;
position:absolute;
left:30px;
bottom:80px;
display:inline-block;
font-weight:bold;
color:white;
z-index:9;
}


.boxrealizacje .ramka2 .box .img img{
width:100%;
height:100%;
object-fit:cover;
}	


.boxrealizacje .ramka2 .box .txt{
float:left;
width:100%;
margin-top:10px;
padding-left:20px;
padding-right:20px;
}	

.boxrealizacje .ramka2 .box .txt .row{
float:left;
width:100%;
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid #DCDCDC;
}	

.boxrealizacje .ramka2 .box .txt .row span{
float:right;
font-weight:bold;
}	


.boxrealizacje .ramka2 .box .txt .row:last-child{
border-bottom:0px;
}	


.boxznajdzimieszkanie {
float:left;
width:100%;
margin-top:50px;
margin-bottom:50px;

}	

.boxznajdzimieszkanie .ramka{
padding:80px 90px;
background-color:#F0F0F0;
-webkit-border-radius: 30px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 30px;
-moz-border-radius-topleft: 0;
border-radius: 30px;
border-top-left-radius: 0;
display:flex;
align-items: center;
}	



.boxznajdzimieszkanie .box{
float:left;
width:40%;
padding-left:20px;
padding-right:20px;
}	

.boxznajdzimieszkanie .box strong {
color:black;
font-size:35px;
line-height:45px;
}	


.boxznajdzimieszkanie .box2{
float:left;
width:60%;
padding-left:20px;
padding-right:20px;
color:#6D706F;
font-size:17px;
line-height:25px;
}	

.boxznajdzimieszkanie .box2 a {
font-size:20px;	
font-weight:bold;
line-height:30px;
}	


.boxznajdzimieszkanie .box2 a {
margin-right:20px;
}	


.boxpoznajnas {
float:left;
width:100%;
	background-image:url('../grafika/tloonas.webp');
	background-repeat : no-repeat;
	background-position:center center;
	background-size:cover;
	padding-top:110px;
	padding-bottom:110px;
	color:#C8C6C6;
}	


.boxpoznajnas  .ramka {
  width: 100%;
  border: 0px;
  float: none;
  max-width: 1200px;
  margin: 0px auto;
}

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

.boxpoznajnas p:first-of-type {
  font-size: 22px;
  line-height: 34px;
  color: white;
  padding-left: 0px;
  font-weight: 600;
}


.boxpoznajnas p {
padding-left:50px;
font-size:17px;
line-height:25px;
}	

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

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

.boxaktualnosci .ramka small {
  color: #9A9A9A;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

.boxaktualnosci .ramka2{
float:left;
width:100%;
display: flex;
align-items: stretch;
}	

.boxaktualnosci .ramka2 .box{
float:right;
width:50%;
background-color:#F0F0F0;
-webkit-border-radius: 30px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 30px;
-moz-border-radius-topleft: 0;
border-radius: 30px;
border-top-left-radius: 0;
padding:20px;
}	


.boxaktualnosci .ramka2 .boxy{
float:right;
width:50%;
padding-left:30px;
display: flex;
flex-wrap: wrap;
align-items: stretch;
}	

.boxaktualnosci .ramka2 .boxy .box{
float:left;
width:100%;
display: flex;
flex-wrap: wrap;
align-items: center;
padding-left: 50px;
}	

.boxaktualnosci .ramka2 .boxy .box:nth-child(2){
background-color:transparent;
}	




.boxaktualnosci .ramka2 .box .img {
  float: left;
  width: 40%;
  -webkit-border-radius: 30px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 30px;
  -moz-border-radius-topleft: 0;
  border-radius: 30px;
    border-top-left-radius: 30px;
  border-top-left-radius: 0;
  max-height: 250px;
  height: 25vw;
}



.boxaktualnosci .ramka2 .box .img img{
width:100%;
height:100%;
object-fit:cover;
-webkit-border-radius: 30px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 30px;
-moz-border-radius-topleft: 0;
border-radius: 30px;
border-top-left-radius: 0;
}	


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



.boxaktualnosci .ramka2 .box .txt{
float:left;
width:60%;
padding-left:30px;
padding-top:20px;
}	

.boxaktualnosci .ramka2 .box .txt .link_szary {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.boxaktualnosci .ramka2 .box .txt .link_czarny{
font-size:18px;
line-height:30px;
font-weight:600;
padding-right: 20px;
}	




.boxaktualnosci .ramka2 > .box:first-of-type{
float:left;
background-color:transparent;
padding-top:0px;
}	



.boxaktualnosci .ramka2 > .box:first-of-type .img {
  max-height: 500px;
  float: left;
  width: 100%;
  height: 45vw;
}


.boxaktualnosci .ramka2 > .box:first-of-type .txt{
float:left;
width:100%;
margin-top:30px;
}	

.boxaktualnosci .ramka2 > .box:first-of-type .txt .link_czarny{
font-size:25px;
line-height:37px;
}	

.boxaktualnosci .ramka3{
float:left;
width:100%;
text-align:center;
text-align:right;
margin-top:50px;
margin-bottom:50px;
}	

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







.tresc {
float:left;
width:100%;
margin-top: 228px;
color: #626262;
letter-spacing: 0.6px;
}




.glowna2nadrzedna .tresc h1{
display: none;
}


.tresc h3, .tresc3 h3, .formularz h3,  .tresc2 h3{
color: #000;
font-size: 24px;
line-height: 36px;
font-weight: 500;
}

.table_black h3 {
color: #FFF;
}


.podstrona_img {
width: 100%;
position: relative;
padding: 50px 0% 90px 0px;
color: #CECECE;
}


.podstrona_img tr td  {
display:block;
width: 100%;
max-width: 50%;
}


.podstrona_img tr td img {
width: 120%;
position: absolute;
height: 100%;
left: -10%;
object-fit: cover;
top: 0px;
z-index: -2;
}



.podstrona_img tr td:before {
left: -10%;
	top: 0;
	content:'';
	width:120%;
	height:100%;
	background-repeat : no-repeat;
	background-position:center center;
	background-size:cover;
	position:absolute;
	z-index: 1;
	background: #000;
background: -webkit-linear-gradient(90deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
background: -moz-linear-gradient(90deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
background: linear-gradient(90deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#000000",
  endColorstr="#000000",
  GradientType=1
);
z-index: -1;
}	




.podstrona_img tr td small {
display: block !important;
font-weight: 700;
font-size: 14px;
line-height:26px;
color: #CACACA;
text-transform:uppercase;
}



.podstrona_img tr td h1 {
display: block !important;
font-weight: 600;
font-size: 60px;
line-height:72px;
color: #FFF;
}




.podstrona_img p {
font-size: 24px;
line-height: 40px;
}







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



.img_left tr , .img_right tr {
display: flex;
width: 104%;
margin-left: -2%;
align-items: center;
}


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




.img_left.img2 tr td img:nth-of-type(1) {
width: 30%;
height: 80%;
object-fit: cover;
position: absolute;
right: 0;
top: -10%;
}


.img_left.img2 tr td img:nth-of-type(2) {
width: 60%;
height: 80%;
object-fit: cover;
position: absolute;
left: 3%;
bottom: 0;
}

.img_left.img2 tr{
align-items: stretch;
}

.img_left tr td img {
float: right;
}

.img_right tr td img {
float: left;
}


.img_left tr td img , .img_right tr td img {
-webkit-border-radius: 20px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 20px;
-moz-border-radius-topleft: 0;
border-radius: 20px;
border-top-left-radius: 0;
max-width: 100%;
}



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








.tlo_column {
margin: 50px 0px;
position: relative;
color: #FFFFFF;
}


.tlo_column:before {
left: -10%;
width: 120%;
height:100%;
top:0px;
position: absolute;
	background-image:url('../grafika/bg_column.webp');
	background-repeat : no-repeat;
	background-position:center center;
	content:'';
	z-index: -2;
}

.tlo_column:after {
left: -10%;
width: 120%;
height:100%;
top:0px;
position: absolute;
	background-color: rgba(0,0,0,0.6);
		content:'';
			z-index: -1;
}

.tlo_column tr  {
width: 100%;
display: flex;
align-items: center;
margin: 0px auto;
max-width: 1200px;
}


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


.tlo_column tr td h3 {
color: #FFF;
font-weight: 600;
}












footer {
float:left;
width:100%;
background-color:#191919;
color:white;
padding-top:80px;
padding-bottom:80px;
line-height:25px;
color:#8B8B8B;
}	


footer .box{
float:left;
width:25%;
padding-left:2%;
padding-right:2%;
color:#8B8B8B;
font-size: 13px;
}	

footer .box a:first-of-type img  {
  vertical-align: middle;
  max-width: 200px;
  width: 80%;
}

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



footer .box img{
vertical-align:middle;	
}	


footer .box .link_stopka img {
vertical-align:middle;	
margin-right:20px;
}	


footer .box strong{
color:white;
}	


.hidden { display:none ; }


.polygon:hover {
fill: rgba(147, 147, 147, 0.4);
}


.polygon.sprzedane {
  fill: rgba(255, 255, 255, 0.9);
}

.polygon.zarezerwowane {
fill: rgba(255, 222, 0, 0.3);
}	




#wybierzpietro .active {
font-weight:bold;	
}	


#wybormieszkania {
float:left;
width:100%;
}	

#wybormieszkania  .wyborpoziomu  {
float:left;
width:100%;
text-align:center;
}	

#wybormieszkania  .wyborpoziomu  .wyborpoziomcenter{
float:none;
width:100%;
display:inline-block;
max-width:1067px;
}	

.lista-min-kat2 {
float:left;
width:100%;
}	


.lista-min-kat2 .min-kat {
float:left;
width:100%;
}	

.lista-min-kat2 .min-kat .txt {
float:left;
width:50%;
}	

.lista-min-kat2 .min-kat .img {
float:left;
width:50%;
}	

.lista-min-kat2 .min-kat .img .galeria{
float:left;
width:100%;
overflow:hidden;
}	

.lista-min-kat2 .min-kat .img .galeria .sekwencja{
float:left;
width:100%;
}	

.lista-min-kat2 .min-kat:nth-child(2) .txt {
	float:right;
}	
 
 .lista-min-kat2 .min-kat:nth-child(2) .img {
	float:right;
}	
 
 
 
.lista-min-kat2 .slick-dots {
display:none !important;	
}	

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

.formularzkontaktwowy .img {
float:left;
width:50%;
}	

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



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

.tresc-kontakt .text{
float:left;
width:50%;
}	

.tresc-kontakt .text2{
float:left;
width:50%;
}	






.wyborkondygnacji {
padding: 60px 0px 0px 0px;
width: 100%;
margin-bottom: -50px;
}



.wyborkondygnacji .naglowek {
text-align: center;
width: 100%;
}

.wyborkondygnacji .naglowek small {
font-weight: 600;
color: #999999;
text-transform: uppercase;
font-size: 13px;
}

.wyborkondygnacji .naglowek span {
font-weight: 500;
color: #000000;
font-size: 24px;
line-height: 36px;
}


#filtry .naglowek {
font-weight: 500;
color: #000000;
font-size: 24px;
line-height: 36px;
display:block;
text-align: center;
}









.wybierzpietro {
text-align: center;
width: 100%;
display: flex;
flex-wrap: wrap;
margin-bottom: 50px;
}


.wybierzpietro span {
  font-weight: 600;
  color: #999999;
  text-transform: uppercase;
  font-size: 13px;
	width: 100%;
}




.wybierzpietro a {
  border: 2px solid #000;
	padding: 20px 30px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	margin: 4px 3px;
}


.wybierzpietro a.active {
  border: 2px solid #000;
	padding: 20px 30px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #000;
}







.wybormieszkania .naglowek{
text-align: center;
padding: 60px 0px 60px 0px;
}


.wybormieszkania .naglowek small{
  font-weight: 600;
  color: #999999;
  text-transform: uppercase;
  font-size: 13px;
	width: 100%;
}



.wybormieszkania .naglowek span {
  font-weight: 500;
  color: #000000;
  font-size: 24px;
  line-height: 36px;
}




#filtry {
  position: relative;
  width: 100%;
  margin: 120px 0px 70px 0px;
  padding: 40px 70px 60px 70px;
  background-color: #FFF;
}


#filtry:before {
position: absolute;
width:120%;
height: 100%;
height: calc(100% + 140px);
left: -10%;
top: -70px;
background-color: #F0F0F0;
z-index: -1;
content:'';
} 




#filtry .naglowek {
text-align: left;
padding: 10px 0px 40px 0px;
}






#filtry label {
position: relative;
width: 0px;
top: -48px;
left: 3px;
font-size: 13px;
font-weight: 500;
white-space: nowrap;
display: inline-block;
}


#filtry input, #filtry select
{
  width: 30%;
  border: 1px solid #CECECE;
  background-color: white;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

#filtry #metraz-wartosc {
font-weight: 600;
color: #000;
}


#filtry #resetuj {
  width: 15%;
  text-transform: uppercase;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #000000;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
	border: 1px solid #000000;
	float: right;
	color: #FFF;
}








#listamieszkan {
  position: relative;
  width: 100%;
  margin: 0px 0px 150px 0px;
  padding: 0px 0px 0px 0px;
}





#listamieszkan:before {
position: absolute;
width:120%;
height: 100%;
height: calc(100% + 120px);
left: -10%;
top: -60px;
background-color: #F0F0F0;
z-index: -1;
content:'';
} 




.komorka-szukaj_tytul {
color: #000;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
position: relative;
z-index: 6;
}






.zdjecie.hidden {
  width: 40%;
  background-color: #FFF;
  position: relative;
  top: 46px;
	float: left;
		margin-bottom: 22px;
		position: relative;
z-index: 6;
padding: 60px;
}

.zdjecie.hidden img {
  display: block;
	margin: 0px auto;
	max-width:100%;
	filter: grayscale(1);
}



.zdjecie.hidden:before {
  width: 250%;
  background-color: #FFF;
  position: absolute;
  top: 0px;
		left: 0;
		top: 0px;
		content:'';
		height: 100%;
		z-index:-1;
}




.dodatkoweinformacje.hidden {
  width: 60%;
  background-color: #FFF;
  position: relative;
  top: 46px;
	float: left;
	margin-bottom: 22px;
	float: left;
	padding: 60px;
}



.dodatkoweinformacje.hidden::before {
  width: 166.5%;
  background-color: #FFF;
  position: absolute;
  top: 0px;
  right: 0;
  top: 0px;
  content: '';
  height: 100%;
  z-index: -1;
}



.dodatkoweinformacje.hidden .naglowek:nth-of-type(1)  {
position: absolute;
left: -60%;
top: 50px;
color:#999999;
text-transform: uppercase;
font-weight: 500;
width: auto;
padding: 0px 0px;
}

.dodatkoweinformacje.hidden .wartosc:nth-of-type(2)  {
position: absolute;
left: -60%;
top: 80px;
color:#000;
font-weight: 600;
font-size: 60px;
line-height: 70px;
width: auto;
padding: 0px 0px;
}




.dodatkoweinformacje .naglowek {
  position: relative;
	z-index: 9;
	text-transform: uppercase;
	color: #000000;
	width: 50%;
	float: left;
	font-size: 13px;
	padding: 10px 0px;
}

.dodatkoweinformacje .wartosc {
  position: relative;
	z-index: 9;
	color: #000000;
	width: 50%;
	float: left;
	font-weight: 700;
	text-align: right;
	padding: 10px 0px;
}









.dodatkoweinformacje div:nth-last-of-type(3) {
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  color: #fff;
  width: 50%;
  float: left;
  font-size: 13px;
  padding: 6px 20px;
  background-color: #000;
  min-height: 67px;
  display: flex;
  align-items: center;
}


.dodatkoweinformacje div:nth-last-of-type(2)  {
  position: relative;
	z-index: 9;
	text-transform: uppercase;
	color: #fff;
	width: 50%;
	float: left;
	font-size: 13px;
	padding: 15px 20px;
	background-color: #000;
	min-height: 67px;
	 display: flex;
  align-items: center;
	 justify-content:  flex-end;
}


.dodatkoweinformacje div:nth-last-of-type(2) a  {
  text-decoration: none;
	padding: 4px 10px;
	display:inline-block;
	color: #000;
	font-weight:600; 
	background-color: #fff;
	float: right;
}




.dodatkoweinformacje div:nth-last-of-type(4), .dodatkoweinformacje div:nth-last-of-type(5) , .dodatkoweinformacje div:nth-last-of-type(6), .dodatkoweinformacje div:nth-last-of-type(7), .dodatkoweinformacje div:nth-last-of-type(8), .dodatkoweinformacje div:nth-last-of-type(9), .dodatkoweinformacje div:nth-last-of-type(10), .dodatkoweinformacje div:nth-last-of-type(11) {
  padding: 10px 20px;
	border: 1px solid #DFDFDF;
	margin-bottom: -1px;
}

 .dodatkoweinformacje div:nth-last-of-type(4), .dodatkoweinformacje div:nth-last-of-type(6), .dodatkoweinformacje div:nth-last-of-type(8), .dodatkoweinformacje div:nth-last-of-type(10) {
 border-left: 0px;
 }

 

 
 table.zalety {
 margin: 0px 0px;
 width: 100%;
 position: relative;
 padding: 70px 0px;
 }
 
 
 
  table.zalety:after {
 margin: 0px 0px;
 width: 140%;
 position: absolute;
 height: 100%;
 left: -20%;
 top: 0;
 background-color: rgba(0,0,0,0.6);
 content:'';
 	z-index: 0;
 }
 
 
  table.zalety:before {
 margin: 0px 0px;
 width: 120%;
 position:absolute;
 content:'';
 height:100%;
 left:-10%;
 top:0;
 	background-image:url('../grafika/bg_zalety.webp');
	background-repeat : no-repeat;
	background-position:center center;
	background-size: cover;
	z-index: -1;
 }
 
 
 
   table.zalety tr {
  position: relative;
	color: #FFF;
	 	z-index: 1;
 }
 
  
 
   table.zalety tr td img {
display: block;
margin: 0px auto;
 }
 
  
 table.zalety h3 {
color: #FFF;
 }
 
  
  
 table.zalety ul {
border: 1px solid rgba(255,255,255,0.3);
padding:0px;
margin:40px 0px;
display: flex;
list-style: none;
 }
 
 
 
  table.zalety ul li {
width: 25%;
padding: 60px 50px;
 }
 
 
  
  table.zalety ul li strong {
width:100%;
padding: 30px 0px;
border-top: 2px solid #FFF;
margin-top: 20px;
text-align: center;
display: block;
 }
 
 
 
 
.tresc3 .media14 {
height: 25vw !important;
min-height: 250px !important;
left: -7% !important;
width: 114% !important;
position: relative;
filter: grayscale(1);
}
 


div.strona:nth-child(6) > div:nth-child(1) > div:nth-child(1) {
    margin-top: 0px !important;
}



.glowna5nadrzedna div.strona:nth-child(5) > div:nth-child(1) > div:nth-child(1) {
    margin-top: 0px !important;
}



.komorka-szukaj {
text-align: center;
color:  #333333;
font-weight: 600;
font-size: 13px;
}
 

div .komorka-szukaj:first-of-type {
color: #999999;
}
 


.komorka-szukaj a.zobaczwiecej {
border: 1px solid #000;
text-decoration: none;
color: #000;
text-transform: uppercase;
display: inline-block;
padding: 7px 20px;
margin-top: -5px;
margin-bottom: -5px;
}









.tresc p span, .tresc3 p span {
padding-left: 120px;
display: block;
width: 100%;
max-width: 50%;
}







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

.galeria {
   position: relative;
    width: 100%;
		padding: 80px 0px;
}


.galeria:before {
   position: absolute;
    width: 120%;
		padding: 0px 0px;
		content:'';
		height: 50%;
		top: 50%;
		left: -10%;
		background-color: #191919;
}



.galeria-container {
    position: relative;
    width: 100%;
    overflow: hidden;
		padding: 0px 0px;
}

.galeria-wrapper {
    overflow: hidden;
    width: 100%;
}

.galeria-track {
    display: flex;
    transition: transform 0.4s ease;
}

.galeria-item {
    min-width: 100%;
    box-sizing: border-box;
}

.galeria-item img {
    width: 100%;
    display: block;
		vertical-align: middle;
		object-fit: cover;
		height: 36vw;
		-webkit-border-radius: 20px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 20px;
-moz-border-radius-topleft: 0;
border-radius: 20px;
border-top-left-radius: 0;
}


.arrow {
  position: absolute;
bottom: -40px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  left: 0px;
  right: 0px;
	margin: 0px auto;
	width: 50px;
}


.arrow.left {
    left: -50px;
}

.arrow.right {
    right: -50px;
}

.arrow img {
    height: auto;
}



.paginacja {
display: none;
}

.table_black{
   position: relative;
	width: 100%;
	color: #A2A2A2;
}

.table_black tr td {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}


.table_black:before {
   position: absolute;
    width: 120%;
		padding: 0px 0px;
		content:'';
		height: 100%;
		top: 0%;
		left: -10%;
		background-color: #191919;
}










.tresc .colum_txt h3, .tresc3 .colum_txt h3 {
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  display: block;
  padding: 0px 90px 0px 0px;
}




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


.nowa_realizacja:before {
content:'Obecnie realizowane';
position: absolute;
right: 6%;
top: 6%;
background-color:#EB3648;
color: #FFF;
font-size: 22px;
line-height: 31px;
font-weight: 600;
max-width: 150px;
padding: 30px 40px;
}

.nowa_realizacja  tr td img{
width: 100%;
-webkit-border-radius: 20px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 20px;
-moz-border-radius-topleft: 0;
border-radius: 20px;
border-top-left-radius: 0;
}






.min-kat {
display: flex;
flex-wrap: wrap;
align-items: center;
}


.lista-min-kat2 .min-kat .txt {
  float: left;
  width: 50%;
  padding-right: 100px;
	padding-left: 0px;
	order: 1;
}



.min-kat .img {
width: 50%;
order: 1;
}

.min-kat:nth-of-type(odd) .txt {
order: 2;
  padding-right: 0px;
	  padding-left: 100px;
}



.lista-min-kat2 {
margin: 60px 0px;
width: 100%;
}


.lista-min-kat2 .min-kat .img .galeria {
  float: left;
  width: 100%;
  overflow: hidden;
	padding: 0px 0px 36px 0px;
}



.lista-min-kat2 .min-kat .img .galeria::before {
  display: none;
}


.lista-min-kat2 .min-kat .img .galeria .sekwencja .galeria_kom {
  width: 100%;
	position: relative;
		-webkit-border-radius: 20px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 20px;
-moz-border-radius-topleft: 0;
border-radius: 20px;
border-top-left-radius: 0;
}




.lista-min-kat2 .min-kat .img .galeria .sekwencja .galeria_kom img {
  width: 100%;
  height: 30vw;
  min-height: 350px;
  object-fit: cover;
	vertical-aling: middle;
	-webkit-border-radius: 20px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 20px;
-moz-border-radius-topleft: 0;
border-radius: 20px;
border-top-left-radius: 0;
}






.lista-min-kat2 .min-kat .slick-prev {
font-size: 0px;
width: 63px;
height: 67px;
 	background-image:url('../grafika/left.webp');
	background-repeat : no-repeat;
	background-position:center center;
	position: absolute;
	bottom: 10px;
	left: -60px;
	right: 0;
	margin: 0px auto;
	border: 0px;
	background-color: transparent;
	z-index:2;
}






.lista-min-kat2 .min-kat .slick-next {
font-size: 0px;
width: 59px;
height: 67px;
 	background-image:url('../grafika/right.webp');
	background-repeat : no-repeat;
	background-position:center center;
		position: absolute;
	bottom: 10px;
	left: 0;
	right: -60px;
	margin: 0px auto;
		border: 0px;
			background-color: transparent;
				z-index:2;
}


.lista-min-kat2 .min-kat .txt span {
  display: inline-block;
	padding:0px 100px 0px 0px;
	position: relative;
	color: #B2B2B2;
	font-weight: 700;
	text-transform: uppercase;
}


.lista-min-kat2 .min-kat .txt span:before {
  position: absolute;
	right: 0px;
	top: 0;
	bottom:0;
	margin: auto auto;
	width: 80px;
	height: 1px;
	content:'';
	background-color: #000;
}



.colum_txt {
margin: 50px 0px;
}



.lista-min-kat2 .min-kat .img {
  width: 45%;
  margin: 40px 2%;
}










.rejon_mapa small {
  display: inline-block;
  padding: 0px 100px 0px 0px;
  position: relative;
  color: #B2B2B2;
  font-weight: 700;
  text-transform: uppercase;
}


.rejon_mapa small:before {
  position: absolute;
	right: 0px;
	top: 0;
	bottom:0;
	margin: auto auto;
	width: 80px;
	height: 1px;
	content:'';
	background-color: #000;
}




.rejon_mapa  {
width: 100%;
}



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






.rejon_mapa tr td:first-of-type  {
width: 35%;
padding-right: 50px;
}


.rejon_mapa tr td  {
width: 65%;
}


.rejon_mapa tr td img {
width: 100%;
}





.rejon_mapa ol {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  counter-reset: item;
}

.rejon_mapa ol li {
  position: relative;
  border-bottom: 1px solid #000;
  padding: 25px 0 25px 50px; /* odsuniecie tekstu od numeru */
  counter-increment: item;
}

.rejon_mapa ol li:last-of-type {
  border-bottom: 0;
}

.rejon_mapa ol li::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0px;
  font-weight: bold;
  color: #999;
  bottom: 0px;
  margin: auto 0px;
  height: 15px;
}


.rejon_mapa ol li small {
  font-weight: 400;
  font-size: 12px;
  display: block;
  padding: 5px 0 0 0;
  letter-spacing: 1px;
  margin-bottom: -15px;
}

.rejon_mapa ol li small:before {
  display: none;
}

.rejon_mapa ol li:after {
  position: absolute;
  right: 0;
  top: 30px;
  content: '';
  width: 18px;
  height: 25px;
  background-image: url('../grafika/icon_location.webp');
  background-repeat: no-repeat;
  background-position: center center;
}






.wpisy {
width: 104%;
display:flex;
flex-wrap: wrap;
margin: 90px -2%;
align-items: stretch;
}



.wpisy .wpis {
width: 46%;
float: left;
margin: 50px 2%;
position: relative;
padding: 0px 0px 70px 0px;
display: flex;
flex-wrap: wrap;
}


.wpisy .wpis:first-of-type {
align-items: center;
}


.wpisy .wpis .wiecej {
bottom: 20px;
position:absolute;
display: block;
width: 100%;
left: 0;
color: #999999;
text-decoration: none;
font-weight: 600;
}

.wpisy .wpis .wiecej img{
position:absolute;
right: 0px;
top: 9px;
}


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

.wpisy .wpis .img img { 
width: 100%;
margin-bottom: 30px;
}


.wpisy .wpis:first-of-type .img img { 
width: 96%;
margin: 0px 0% 0px 4%;
}



.wpisy .wpis .txt a.nazwa {
width: 100%;
display: block;
padding: 10px 0px;
color: #000;
font-size: 22px;
line-height: 34px;
text-decoration: none;
font-weight: 500;
}



.wpisy .wpis:first-of-type .wiecej {
  max-width: 48%;
}

.wpisy .wpis:first-of-type {
width: 96%;
float: left;
margin: 50px 2%;
position: relative;
padding: 0px 0px 70px 0px;
}


.wpisy .wpis:first-of-type .img {
order: 2;
width: 50%;
}

.wpisy .wpis:first-of-type .txt {
order: 1;
width: 50%;
padding-right: 60px;
}



.wpisy .wpis small {
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
padding: 10px 20px;
color: #626262;
border: 1px solid #CCCCCC;
}

.glowna8nadrzedna .podstrona_img {
margin-top: 228px;
}
  
.formularzkontaktwowy {
width: 100%;
flex-wrap: wrap;
display: flex;
align-items: center;
margin: 90px 0px;
}


.formularzkontaktwowy .img {
width: 50%;
}

.formularzkontaktwowy .img img {
width: 86%;
	-webkit-border-radius: 20px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 20px;
-moz-border-radius-topleft: 0;
border-radius: 20px;
border-top-left-radius: 0;
min-height: 700px;
object-fit: cover;
}



.formularzkontaktwowy .formularz {
width: 50%;
}



.formularzkontaktwowy .formularz .ramka2 form {
display: flex;
flex-wrap: wrap;
width: 100%;
align-items: stretch;
padding: 20px 0px;
}


.formularzkontaktwowy .formularz .ramka2 .pole {
width: 50%;
padding: 14px 0px;
position: relative;
}


.formularzkontaktwowy .formularz .ramka2 .pole img {
right: 25px;
top: 38px;
position: absolute;
}



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


.formularzkontaktwowy .formularz .ramka2 .pole input {
border: 1px solid #D3D3D3;
padding: 25px 35px;
width: 100%;
}

.formularzkontaktwowy .formularz .ramka2 .pole2 {
width: 100%;
padding: 14px 0px;
}


.formularzkontaktwowy .formularz .ramka2 .pole2 small {
font-size: 13px;
line-height: 18px;
color: #7E7E7E;
display: block;
}

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




.formularzkontaktwowy .formularz .ramka2 .pole3 {
width: 100%;
padding: 14px 0px;
}



.formularzkontaktwowy .formularz .ramka2 .pole2 textarea {
border: 1px solid #D3D3D3;
padding: 25px 35px;
width: 100%;
}


.formularzkontaktwowy .formularz .ramka2 .pole3 .przycisk {
background-color:#EB3648;
font-weight: 600;
font-size: 19px;
padding: 20px 40px; 
margin-top: 15px;
color: #FFF;
border: 0px;
}




.tresc-kontakt {
float: left;
display: flex;
flex-wrap: wrap;
width: 100%;
align-items: center;
padding: 0px 0px 60px 0px;
}

.tresc-kontakt tr td {
width: 50%;
}


.tresc-kontakt tr td ul {
margin: 10px 0px;
padding: 0px 0px 0px 0px;
list-style: none;
width: 100%;
}


.tresc-kontakt tr td ul li{
padding: 15px 10px 15px 50px;
position: relative;
}


.tresc-kontakt tr td ul li img{
left: 0px;
top: 20px;
position: absolute;
}



.tresc-kontakt tr td ul li a{
font-weight: 700;
color: #000;
text-decoration: none;
}


.tresc-kontakt tr td:nth-of-type(2) {
border-left: 1px solid #E8E8E8;
padding-left: 100px;
}



.tresc-kontakt .kontakt h3 {
color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}


#mapka iframe {
height: 30vw;
	-webkit-border-radius: 20px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 20px;
-moz-border-radius-topleft: 0;
border-radius: 20px;
border-top-left-radius: 0;
filter: grayscale(1);
}



.przycisk_granatowy { cursor:pointer;border:0px;color:white;text-decoration:none;background-color:#372A39;padding:10px 20px; }
.przycisk_granatowy:hover {background-color:#EB3648;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}

.przycisk_czerwony { cursor:pointer;border:0px;color:white;text-decoration:none;background-color:#EB3648;padding:15px 20px;font-weight:600;font-size: 14px;text-transform:uppercase;letter-spacing:0.5px; }
.przycisk_czerwony:hover {background-color:#372A39;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.przycisk_czerwony img { vertical-align:middle;margin-right:10px; }



.przycisk_ramka { cursor:pointer;border:0px;color:black;text-decoration:none;border:1px solid #000000;padding:13px 30px; }
.przycisk_ramka:hover {color:white;background-color:black;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.przycisk_ramka img { vertical-align:middle;margin-right:10px; }




.link_czerwony { color:#EB3648;text-decoration:none;}
.link_czerwony:hover {text-decoration:underline;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.link_czerwony img {vertical-align:middle;margin-right:10px; }


.link_stopka { color:#8B8B8B;text-decoration:none;}
.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;}





.link_czarny { color:black;text-decoration:none;}
.link_czarny:hover {color:#EB3648;text-decoration:none;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.link_czarny img {vertical-align:middle;margin-right:10px; }


.link_szary { color:#8C8C8C;text-decoration:none;}
.link_szary: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_szary img {vertical-align:middle;margin-right:10px; }




.tlo_column tr td h3 {
  padding-right: 60px;
}




.boxznajdzimieszkanie .strona {
padding: 0px 0px !important;
}



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



.baner .sekwencja .txt h1 {
  font-size: 50px;
  line-height: 60px;
}


.baner .sekwencja .txt {
  font-size: 15px;
  line-height: 27px;
}


.baner .sekwencja .txt a {
  font-size: 12px;
  bottom: 30px;
  padding: 10px 15px;
}

.baner .sekwencja .txt {
  top: 16%;
}



}







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



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

  .baner .sekwencja .txt a {
    position: relative;
    bottom: -9px;
  }
	
	}


	
	

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

#filtry input, #filtry select {
  width: 25%;
	}
	
	}
	
	


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



	.boxzalety .ramka .box strong {
  font-size: 55px;
  line-height: 65px;
	
	}
	
	.boxzalety .ramka .box2 .row strong {
  font-size: 20px;
  line-height: 30px;
}



}


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



.boxaktualnosci .ramka2 > .box:first-of-type .img {
  max-height: 350px;
  width: 100%;
  height: 40vw;
}

.boxaktualnosci .ramka2 .box .img {
  max-height: 150px;
  height: 20vw;
}



}





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


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



.baner .sekwencja .txt h1 {
  font-size: 50px;
  line-height: 60px;
}



.baner .sekwencja .txt {
  color: #C3C2C4;
  font-size: 17px;
  line-height: 26px;
}

.baner .sekwencja .txt p {
padding-top: 0px;
margin-top: 0px; 
}


}





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


.komorka-szukaj a.zobaczwiecej {
  border: 1px solid #000;
  padding: 7px 20px;
  line-height: 12px;
  font-size: 10px;
}



}




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


#filtry {
  padding: 40px 40px 60px 40px;

}


}




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


.boxrealizacje .ramka2 .box .img strong {
  font-size: 22px;
	line-height: 34px;
}

.boxaktualnosci .ramka2 .box .txt .link_czarny {
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  padding-right: 20px;
  display: block;
}


.boxaktualnosci .ramka2 > .box:first-of-type .txt .link_czarny {
  font-size: 20px;
  line-height: 31px;
}



}








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



#szukaj .ramkaogolna {
  width: 90%;
  padding: 60px 40px;
  margin: 0px 5%;
}



}



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


.boxaktualnosci .ramka2 .boxy .box {
  padding-left: 30px;
}


}




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



 .boxzalety .ramka .box strong {
    font-size: 45px;
    line-height: 60px;
  }
	
	.boxzalety .ramka .box {
  padding-right: 70px;
}
	
	.boxzalety .ramka .box2 .row:first-of-type {
  padding-top: 25px;
  padding-bottom: 15px;
}


	}
	
	
	

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



.komorka-szukaj_tytul:nth-of-type(2) {
  display: none;
}

.komorka-szukaj:nth-of-type(2) {
  display: none;
}

.komorka-szukaj_tytul {
  width: 12.5% !important;
	}
	
	
	.komorka-szukaj {
  width: 12.5% !important;
}
	
	
.baner .slick-dots {
  bottom: 13px;
}


.baner .slick-prev {
  width: 35px;
  background-size: 100%;
	right: 53px;
}


.baner .slick-next {
  width: 32.5px;
  background-size: 100%;
}




.baner .sekwencja {
  max-height: 800px;
}


.boxrealizacje .ramka2 .box .img strong {
  bottom: 40px;
}


.boxznajdzimieszkanie .ramka {
  padding: 80px 40px;
	
	}
	
	
	.boxznajdzimieszkanie .box strong {
  color: black;
  font-size: 28px;
  line-height: 39px;
}
	
.boxaktualnosci .ramka2 .box .txt .link_szary {
  font-size: 11px;
  letter-spacing: 0.5px;
}


.tresc h3, .tresc3 h3, .formularz h3 {
  font-size: 19px;
  line-height: 32px;
  font-weight: 500;
}


  #filtry input, #filtry select {
    width: 21%;
  }
	
	
	 #metraz-range input[type="range"] {
  width: 150px !important;
}

.tresc p span, .tresc3 p span {
  padding-left: 50px;
  display: block;
  width: 100%;
  max-width: 80%;
}

table.zalety ul li {
  width: 25%;
  padding: 60px 20px;
}


table.zalety tr td img {
  max-height: 70px;
}



.min-kat:nth-of-type(odd) .txt {
  padding-left: 40px;
}


.lista-min-kat2 .min-kat .txt {
  padding-right: 40px;
}



.wpisy .wpis .txt a.nazwa {
  font-size: 18px;
  line-height: 29px;
}



.wpisy .wpis small {
  font-size: 11px;
}





.formularzkontaktwowy .formularz .ramka2 .pole input {
  border: 1px solid #D3D3D3;
  padding: 20px 25px;
  width: 100%;
}






.formularzkontaktwowy .formularz .ramka2 .pole2 textarea {
  border: 1px solid #D3D3D3;
  padding: 20px 25px;
  width: 100%;
}



.formularzkontaktwowy .img img {
  min-height: 600px;
}


.formularzkontaktwowy .formularz .ramka2 .pole.left {
  padding-right: 20px;
}

.formularzkontaktwowy .formularz .ramka2 .pole img {
  right: 15px;
  top: 35px;
  position: absolute;
}






#szukaj .box {
  float: left;
  width: 31.3%;
  margin-right: 2%;
  margin-bottom: 14px;
}




#szukaj .box:nth-of-type(4) {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 14px;
}


#szukaj .box:nth-of-type(5) {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 14px;
}






}




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


  #nawigacja-menu li a {
    padding-left: 10px;
    padding-right: 10px;
  }
	
	
	 .boxzalety .ramka .box strong {
    font-size: 35px;
    line-height: 50px;
  }
	
	  .boxzalety .ramka .box2 .row strong {
    font-size: 17px;
    line-height: 27px;
  }
	
	.boxrealizacje .ramka2 .box .img small {
  padding: 3px 10px;
  letter-spacing: 0.5px;
  font-size: 7px;
}


.boxznajdzimieszkanie .box2 a {
  margin-right: 20px;
  font-size: 13px;
}


.komorka-szukaj_tytul {
  font-size: 9px;
}


#mapka iframe {
  height: 50vw;
}


.dodatkoweinformacje div:nth-last-of-type(3) {
  font-size: 10px;
  line-height: 15px;
}



.dodatkoweinformacje .naglowek {
  font-size: 11px;
}



.dodatkoweinformacje .wartosc {
  font-size: 12px;
}

.zdjecie.hidden {
  width: 40%;
  padding: 60px 0px 60px 30px;
}


.dodatkoweinformacje.hidden {
  width: 60%;
  padding: 60px 30px 60px 20px;
}



}









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




.boxaktualnosci .ramka2 .box {
  float: right;
  width: 100%;
}


.boxaktualnosci .ramka2 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}


.boxaktualnosci .ramka2 .boxy {
  float: right;
  width: 100%;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}


.boxaktualnosci .ramka2 {
  float: none;
  width: 100%;
  display: flex;
  align-items: stretch;
  max-width: 580px;
  margin: 0px auto;
}


 .boxaktualnosci .ramka2 .box .img {
    max-height: 300px;
    height: 40vw;
    width: 100%;
  }
	
	
	.boxaktualnosci .ramka2 .box .txt {
  float: left;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

  .boxaktualnosci .ramka2 .boxy .box {
    padding-left: 30px;
    padding-right: 30px;
  }
	
	
	
	header .ramka {
  height: 90px;
  transition: height 0.3s ease, background-color 0.3s ease;
	max-height: 90px !important;
}



.tresc {
  margin-top: 90px;
}




.podstrona_img tr td {
  display: block;
  width: 90%;
  max-width: 700px;
}



.podstrona_img tr td h1 {
  font-size: 50px;
  line-height: 62px;
}



.podstrona_img p {
  font-size: 19px;
  line-height: 32px;
}



.komorka-szukaj {
  font-size: 11px;
}

.lista-min-kat2 .min-kat .txt span {
  color: #B2B2B2;
  font-size: 11px;
}


.glowna8nadrzedna .podstrona_img {
  margin-top: 90px;
}


  .formularzkontaktwowy .formularz .ramka2 .pole input {
    font-size: 13px;
  }

	
	  .formularzkontaktwowy .formularz .ramka2 .pole2 textarea {
    font-size: 13px;
  }
	
	
	
	.baner .sekwencja .txt {
  width: 70%;
	}
	
	

}

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



#nawigacja-menu {
width: 100%;
}



header.shrink #nawigacja-menu li a {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: 5%;
  width: 90%;
	border-top: 1px solid rgba(255,255,255,0.1);
}



header #nawigacja-menu li a {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: 5%;
  width: 90%;
	border-top: 1px solid rgba(255,255,255,0.1);
}




header #nawigacja-menu li:first-of-type a {
	border-top: 0px solid rgba(255,255,255,0.1);
}



}




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




  .lista-min-kat2 .min-kat .txt {
    padding-right: 0px;
    width: 100%;
  }
	
	
	
	.lista-min-kat2 .min-kat .img {
  width: 100%;
  margin: 40px 0%;
}


.lista-min-kat2 .min-kat .img .galeria .sekwencja .galeria_kom img {
  width: 100%;
  height: 50vw;
  min-height: 390px;
}



  .lista-min-kat2 .min-kat .txt {
    padding-right: 50px;
    width: 100%;
    padding-left: 50px;
  }
	
	
	.min-kat .img {
  width: 100%;
  order: 1;
}

	
	.min-kat .txt {
  width: 100%;
  order: 2;
}

.lista-min-kat2 .min-kat .txt {
  order: 2;
}


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


.rejon_mapa tr td {
  width: 100%;
}

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

	}
	
	
	


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



  .baner .sekwencja .txt h1 {
    font-size: 37px;
    line-height: 50px;
  }
	
	a.przycisk_czerwony {
  font-size: 13px !important;
  padding: 10px 20px;
}


.przycisk_ramka {
  padding: 9px 20px;
}





.boxznajdzimieszkanie .ramka {
    padding: 80px 40px;
    flex-wrap: wrap;
  }
	
	
	.boxznajdzimieszkanie .box {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
	width: 100%;
}



.boxznajdzimieszkanie .box2 {
  width: 100%;
}


.img_left tr td:first-of-type {
  order: 1;
  width: 100%;
}

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


.img_left tr td, .img_right tr td {
  padding: 20px 2%;
  width: 100%;
  order: 1;
  position: relative;
}

.tresc-kontakt tr td:nth-of-type(2) {
  padding-left: 40px;
}




}





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






.baner .sekwencja {
  max-height: 700px;
}




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

  .boxzalety .ramka .box {
    padding-right: 0px;
    width: 100%;
  }
	
	.boxzalety .ramka .box2 {
  float: left;
  width: 100%;
  color: white;
}

  .boxzalety .ramka .box strong {
    font-size: 35px;
    line-height: 50px;
    max-width: 100%;
  }
	
	.boxzalety .ramka {
  background-position: 20% center;
	}
	
	
	
	.glowna3.podrzedna .podstrona h1 {
  padding: 60px 0px;
}



.tresc .colum_txt h3, .tresc3 .colum_txt h3 {
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  display: block;
  padding: 0px 0px 0px 0px;
  width: 100%;
}


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

.colum_txt tr td  {
  width: 100%;
	padding: 30px 0px;
}





}



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



  .boxrealizacje .ramka2 .box {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    float: none;
  }

	  #metraz-range input[type="range"] {
    width: 100px !important;
  }
	
	
	.komorka-szukaj_tytul:nth-of-type(3) {
display: none;
}

	.komorka-szukaj:nth-of-type(3) {
display: none;
}


 .komorka-szukaj_tytul {
    width: 14.2% !important;
  }

	 .komorka-szukaj {
    width: 14.2% !important;
  }
	
	
}




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



.baner .sekwencja .txt {
  width: 68%;
  max-width: 800px;
  height: 68%;
}



  .baner .sekwencja .txt p {
   display: none;
  }



	
	
	
	.baner .sekwencja {
  max-height: 600px;
}

.baner .sekwencja .txt {
  height: 59%;
}


	

footer .box:first-of-type {
  float: left;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  color: #8B8B8B;
  font-size: 13px;
  text-align: center;
	padding-bottom: 60px;
}




footer .box {
  float: left;
  width: 33.3%;
  padding-left: 2%;
  padding-right: 2%;
  color: #8B8B8B;
  font-size: 13px;
  text-align: left;
}


.wpisy .wpis:first-of-type .txt {
  font-size: 14px;
  line-height: 22px;
}

.wpisy .wpis {
  width: 96%;
  float: left;
  margin: 50px 2%;
  position: relative;
  padding: 0px 0px 70px 0px;
}


.wpisy .wpis:first-of-type .img {
  order: 1;
  width: 100%;
}



.wpisy .wpis:first-of-type .img img {
  width: 100%;
  margin: 0px 0% 0px 0%;
}


.wpisy .wpis:first-of-type .txt {
  order: 1;
  width: 100%;
  padding-right: 0px;
  padding-top: 40px;
}


.wpisy .wpis {
  width: 96%;
  float: left;
  margin: 50px 2%;
  position: relative;
  padding: 0px 0px 70px 0px;
  display: flex;
  flex-wrap: wrap;
}


.wpisy {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 90px -2%;
  align-items: stretch;
  margin: 0px auto;
  max-width: 500px;
}


}



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



	  .komorka-szukaj_tytul {
    width: 15.4% !important;
  }
	
		  .komorka-szukaj {
    width: 15.4% !important;
  }
	
	


 .komorka-szukaj_tytul:first-of-type {
    width: 7.2% !important;
  }
	
	 .komorka-szukaj:first-of-type {
    width: 7.2% !important;
  }
	
	

	
	
	
table.zalety ul {
  display: flex;
  flex-wrap: wrap;
}


	  table.zalety ul li {
    width: 50%;
  }
	
	
	
	
	
	}




@media screen and (min-width: 0px) and (max-width: 1180px) {
	
#filtry .naglowek {
font-size: 19px !important;
line-height: 32px !important;
}
  
#wyborkondygnacji .naglowek span {
font-size: 19px !important;
line-height: 32px !important;
}


#wybormieszkania .naglowek span {
font-size: 19px !important;
line-height: 32px !important;
}



  
  
}





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






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





.tlo_column tr {
  display: flex;
  flex-wrap: wrap;
	    padding: 100px 0px;
}




  .tlo_column tr td {
    padding: 0px 0px;
    width: 100%;
  }
	
	
	.nowa_realizacja::before {
  content: 'Obecnie realizowane';
  position: absolute;
  right: 6%;
  top: 6%;
  background-color: #EB3648;
  color: #FFF;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  max-width: 100px;
  padding: 15px 20px;
}
	


}



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


#filtry select {
    width: 48%;
  }
	
	
	
#filtry	#metraz-range {
	margin-top: 70px;
	}
	
	  #metraz-range input[type="range"] {
    width: 70% !important;
  }
	
	
	  #filtry #metraz-range {
    margin-top: 70px;
    margin-left: 0px;
    width: 100%;
  }
	
	#filtry #resetuj {
  width: 98%;
  padding-top: 21px;
  padding-bottom: 21px;
  float: none;
  color: #FFF;
  margin: 20px 0px 0px 0px !important;
    margin-left: 0px !important;
}


.formularzkontaktwowy .img {
  width: 100%;
}


.formularzkontaktwowy .formularz {
  width: 100%;
  padding-top: 40px;
}

  .formularzkontaktwowy .img img {
    min-height: 200px;
    width: 100%;
    height: 50vw;
  }
	
		.tresc-kontakt tr {
  width: 100%;
	display: block;
}

	.tresc-kontakt tr td {
  width: 100%;
		display: block;
}


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

  .tresc-kontakt tr td:nth-of-type(2) {
    padding-left: 0px;
		padding-top:30px;
		border-left: 0px solid #E8E8E8;
		border-top: 1px solid #E8E8E8;
  }
	
	}
	
	
	
	
	
	
	
	
	@media screen and (min-width: 0px) and (max-width: 700px) {


	
	  #szukaj .box {
    float: left;
    width: 98%;
    margin-right: 2%;
    margin-bottom: 14px;
  }
	
	#szukaj .box select {
  padding: 15px 20px;
	}
	
	
	 #szukaj .box:nth-of-type(4) {
    width: 98%;
    margin-right: 2%;
	}
	
	
	 #szukaj .box:nth-of-type(5) {
    width: 98%;
    margin-right: 2%;
	}
	
	
	
	
	}
	
	
	

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





  .komorka-szukaj_tytul:nth-of-type(5) {
    display: none;
  }

 .komorka-szukaj:nth-of-type(5) {
    display: none;
  }
	
	
 .komorka-szukaj_tytul {
    width: 18.5% !important;
  }

 .komorka-szukaj {
    width: 18.5% !important;
  }
	
	
.boxzalety .ramka .box2 .row small {
  letter-spacing: 2px;
  font-size: 11px;
}

  .boxzalety .ramka .box strong {
    font-size: 25px;
    line-height: 32px;
    max-width: 100%;
  }

	
	
	.boxrealizacje .ramka2 .box .img {
  float: left;
  width: 100%;
  height: 54vw;
	}
	
	
.boxrealizacje .ramka {
  float: left;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  line-height: 25px;
  padding-left: 0px;
  text-align: center;
}



.boxrealizacje .ramka strong {
  color: black;
  font-size: 27px;
  line-height: 40px;
  display: block;
  max-width: 100%;
  padding: 10px 0px;
}


.podstrona_img tr td small {
  font-size: 11px;
  line-height: 22px;
}



  .podstrona_img tr td h1 {
    font-size: 40px;
    line-height: 52px;
  }
	
	  .podstrona_img p {
    font-size: 17px;
    line-height: 32px;
  }


  #filtry select {
    width: 47%;
  }
	
	
	.tresc p span, .tresc3 p span {
  padding-left: 20px;
  display: block;
  width: 100%;
  max-width: 100%;
}

	.galeria {
  padding: 80px 0px 0px 0px;
}



}

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



  .zdjecie.hidden {
    width: 100%;
    padding: 60px 30px 60px 30px;
  }
	
	
	
	  .dodatkoweinformacje.hidden {
    width: 100%;
    padding: 60px 30px 60px 30px;
    margin-top: -40px;
  }
	
	.dodatkoweinformacje.hidden::before {
  width: 110%;
  content: '';
  height: 100%;
  z-index: -1;
  left: -5%;
  right: auto;
}
	
	.zdjecie.hidden::before {
  left: -5%;
	}
	
	
	
	}
	
	
	
@media screen and (min-width: 0px) and (max-width: 580px) {




  .baner .sekwencja .txt {
    color: #C3C2C4;
    font-size: 13px;
    line-height: 23px;
  }
	
	
	
	
	
	  .baner .sekwencja .txt h1 {
    font-size: 30px;
    line-height: 50px;
  }
	
	
	.baner .sekwencja .txt small {
  font-size: 10px;
}


.komorka-szukaj_tytul:nth-of-type(4) {
  display: none;
}

.komorka-szukaj:nth-of-type(4) {
  display: none;
}

  .komorka-szukaj_tytul {
    width: 23.2% !important;
  }
	
	 .komorka-szukaj {
    width: 23.2% !important;
  }
	

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



	
	  .boxznajdzimieszkanie .ramka {
    padding: 80px 20px;
    flex-wrap: wrap;
  }
	
	.przycisk_czerwony img {
  vertical-align: middle;
  margin-right: 5px;
  max-height: 16px;
}

  .boxznajdzimieszkanie .box2 a {
    margin-right: 10px;
    font-size: 13px;
  }
	
	
	  .przycisk_ramka {
    padding: 9px 10px;
  }
	
	
  footer .box {
    float: left;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    color: #8B8B8B;
    font-size: 13px;
    text-align: center;
  }
	
	
	}
	
	
	
	
	
	
	
	
		
	@media screen and (min-width: 0px) and (max-width: 500px) {

	
	  #metraz-range input[type="range"] {
    width: 60% !important;
  }
	
	
	.galeria-container {
  padding: 0px 0px 40px 0px;
}



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

	
	  .boxznajdzimieszkanie .box strong {
    color: black;
    font-size: 22px;
    line-height: 35px;
  }
	
	.boxpoznajnas p:first-of-type {
  font-size: 18px;
  line-height: 30px;
	}
	
	
	.boxpoznajnas p {
  padding-left: 30px;
  font-size: 15px;
  line-height: 25px;
}

  .podstrona_img tr td h1 {
    font-size: 34px;
    line-height: 47px;
  }
	
	  .komorka-szukaj {
    font-size: 9px;
  }
	
	  .komorka-szukaj a.zobaczwiecej {
    border: 1px solid #000;
    padding: 7px 10px;
    line-height: 12px;
    font-size: 7px;
  }
	
	
	
	  .baner .sekwencja .txt h1 {
    font-size: 23px !important;
		line-height: 36px !important;
    }
		
		
	
	
	}