a{
  color: #000;
  text-decoration: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

b{
font-weight:600;
}

html{
font:normal 62.5%/1.4em Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

blockquote, q{
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after{
  content: '';
}

ins{
text-decoration: underline;
}

del{
text-decoration: line-through;
}

table{
border-collapse:collapse;
border-spacing:0;
}

html{
scroll-behavior:smooth;  
}


body{
margin:0px;
padding:0px;
font-size:16px;
font-family: 'Poppins', sans-serif;
font-weight:400;
}


body input, body textarea, body button, body select{
font-family: 'Poppins', sans-serif;
}

.body-hide-ow{
overflow:hidden;
}

.container{
width:calc(100% - 40px);
max-width:1440px;
padding:0px 20px;
margin:0px auto;
}


.loader-page{
top:0px;
left:0px;
width:100%;
height:100%;
position:fixed;
z-index:99999999999;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
justify-content:center;
align-items:center;
background:#fff;
}

.loader-page svg{
width:120px;
height:auto;
}

.loader-page-kr{
position: absolute;
left:50%;
top:50%;
margin-left:-71px;
margin-top:-71px;
border: 2px solid #a28251;
border-top: 2px solid transparent; 
border-radius: 50%;
width: 140px;
height: 140px;
animation: spinA 1s linear infinite;
}

@keyframes spinA {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-page-kr2{
position: absolute;
left:50%;
top:50%;
margin-left:-74px;
margin-top:-74px;
border: 2px solid #a28251;
border-top: 2px solid transparent; 
border-radius: 50%;
width: 146px;
height: 146px;
animation: spinB 2s linear infinite;
}

@keyframes spinB {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}


/*HEADER TOP*/

.header-page{
padding-top:120px;
}

.header-page-block{
position:absolute;
top:0px;
left:0px;
width:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
z-index:999; 
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0.22);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0.22);
background:#fff;
}

.header-page-block-f{
position:fixed;
top:0px;
left:0px;
width:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
z-index:999;
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0.22);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0.22);
background:#fff;
}

.admin-bar .header-page-block{
padding-top:32px;
}

.admin-bar .header-page-block-f{
padding-top:32px;
}

.header-page-block-container{
padding:20px 40px;
}

.header-page-block-container-content{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;
}

.header-page-block .header-page-block-container-content-brand svg{
height:79px;
width:auto;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-f .header-page-block-container-content-brand svg{
height:59px;
width:auto;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-container-content-right{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
}

.header-page-block-container-content-right ul{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
}

.header-page-block-container-content-right ul li{
list-style-type:none;
margin:0px 0px 0px 30px;
padding:0px;
}

.header-page-block-container-content-right ul li a{
font-size:18px;
font-weight:700;
line-height:normal;
color:#2b2b2a;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-container-content-right ul li:last-child a{
padding:10px 20px;
border:4px solid #a28251;
border-radius:14px;
color:#a28251;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
background:transparent;
}

.header-page-block-container-content-right ul li a:hover,
.header-page-block-container-content-right ul .current-menu-item a{
color:#a28251;
}

.header-page-block-container-content-right ul li:last-child a:hover{
color:#fff;
background:#a28251;
}

.header-page-block-container-content-swicher{
width:35px;
height:22px;
border-top:4px solid #a28251;
border-bottom:4px solid #a28251;
cursor:pointer;
position:relative;
margin-left:20px;
display:none;
}

.header-page-block-container-content-swicher::before{
content:'';
position:absolute;
top:50%;
left:0px;
width:100%;
height:4px;
background:#a28251;
margin-top:-2px;
}

.header-page-block-container-content-right-close{
position:absolute;
top:20px;
right:20px;
width:20px;
height:20px;
background:url('../images/zam.png') no-repeat center center;
cursor:pointer;
display:none;
}

/*SUB PAGE BANER*/

.sub-page-baner{
position:relative;
}

.sub-page-baner-img{
width:100%;
height:220px;
position:relative;
}

/*.sub-page-baner-img::before{
content:'';
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.47521015242034315) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.47521015242034315) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.47521015242034315) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}*/

.sub-page-baner-img img{
width:100%;
height:100%;
object-fit:cover;
object-position:center center;
display:block;
}



/*HOME PAGE BANER*/

.home-page-baner{
position:relative;
}

.home-page-baner-a{
width:100%;
}

.home-page-baner-a svg{
width:100%;
height:auto;
}

.home-page-baner-b{
display:none;
}

.home-page-baner-slider-img{
width:100%;
height:calc(100vh - 120px);
position:relative;
}

/*.home-page-baner-slider-img::before{
content:'';
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.47521015242034315) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.47521015242034315) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.47521015242034315) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}*/

.home-page-baner-slider-img img{
width:100%;
height:100%;
object-fit:cover;
object-position:top center;
display:block;
}

.home-page-baner-text{
position:absolute;
top:11%;
right:0px;
width:100%;
z-index:99;
text-align:right;
}

.home-page-baner-text::before{
content:'';
position:absolute;
width:calc((100% - 1440px) / 2);
background:rgba(255,255,255,0.8);
top:0px;
right:0px;
height:100%;
}


.home-page-baner-text-block{
padding:25px 26px 25px 56px;
font-weight:400;
font-size:36px;
line-height:52px;
color:#000;
background:rgba(255,255,255,0.8);
display:inline-block;
text-align:left;
/*text-fill-color:#fff;
text-stroke:0.5px;
-webkit-text-fill-color:#fff;
-webkit-text-stroke:1px;
 -webkit-text-stroke-color:black;*/
}

/*NAGŁÓWKI STRONY*/

.page-header-one{
font-weight:400;
font-size:36px;
line-height:52px;
color:#2b2b2a;
}

.page-header-two{
font-weight:400;
font-size:36px;
line-height:52px;
color:#a28251;
}

.page-header-center{
text-align:center;
}

.page-header-right{
text-align:right;
}

.page-header-margin-a{
margin-bottom:50px;
}

.page-header-margin-b{
margin-bottom:85px;
}

.page-header-margin-c{
margin-bottom:20px;
}

.page-header-margin-d{
margin-bottom:25px;
}

.page-header-margin-e{
margin-bottom:42px;
}

/*TEKSTY STRONY*/

.page-text-one p{
font-weight:400;
font-size:20px;
line-height:40px;
color:#2b2b2a;
text-align:justify; 
-webkit-hyphens:auto;
hyphens:auto; 
}

.page-text-one-padding-a p{
padding-bottom:30px;
}

.page-text-one-padding-b p{
padding-bottom:50px;
}

.page-text-one ul,
.page-text-one ol{
margin:0px 0px 40px 0px;
padding:0px;
}

.page-text-one ul li,
.page-text-one ol li{
position:relative;
font-weight:400;
font-size:20px;
line-height:40px;
color:#2b2b2a;
margin-left:15px;
}

.page-text-one h2, 
.page-text-one h3, 
.page-text-one h4, 
.page-text-one h5, 
.page-text-one h6{
font-weight:400;
font-size:24px;
line-height:40px;
color:#2b2b2a;
margin-bottom:40px;  
}

.page-text-one img{
width:auto;
height:auto;
max-width:100%;
}

/*PRZYCISKI*/

.page-button{
padding:10px 20px;
border:4px solid #a28251;
border-radius:14px;
color:#a28251;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
background:transparent;
display:inline-block;
font-size:18px;
font-weight:700;
line-height:normal;
cursor:pointer;
text-align:center;
}

.page-button:hover{
background:#a28251;
color:#ffffff;
}

.page-button span{
display:inline-block;
vertical-align:middle;
}

.page-button svg{
display:inline-block;
vertical-align:middle;
margin:0px 5px;
}

.svg-icon{
stroke:#a28251;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.page-button:hover .svg-icon{
stroke:#fff;
}

.svg-icon-pdf{
stroke:#a28251;
fill:#a28251;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.page-button:hover .svg-icon-pdf{
stroke:#fff;
fill:#fff;
}


/*STRONA GŁÓWNA*/

.section-home-start{
padding:85px 0px;
}

.section-home-start-content-a{
display:flex;
justify-content:space-between;
align-items:stretch;
flex-wrap:wrap;
}

.section-home-start-content-a-item{
width:calc(50% - 50px);
margin-bottom:50px;
}

.section-home-start-content-a-item-two{
width:420px;
margin-bottom:50px;
}

.section-home-start-content-a-item-three{
width:calc(100% - 470px);
margin-left:50px;
margin-bottom:50px;
}

.section-home-start-content-header{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
margin-bottom:50px;
}

.section-home-start-content-header-icon{
border:4px solid #a28251;
border-radius:12px;
width:96px;
height:96px;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
flex-direction:column;
}

.section-home-start-content-header-text{
width:calc(100% - 172px);
margin-left:68px;
font-weight:400;
font-size:30px;
line-height:normal;
color:#2b2b2a;	
}

.section-home-start-content-img{
width:100%;
height:100%;
position:relative;
}

.section-home-start-content-img-load{
position:absolute;
top:50%;
left:50%;
transform: translateY(-50%)translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
-ms-transform: translateY(-50%)translateX(-50%);
}

.section-home-start-content-img-load span{
display:inline-block;
vertical-align:middle;
font-weight:400;
font-size:14px;
line-height:normal;
color:#a28251;  
}

.section-home-start-content-img-load-spin{
display:inline-block;
vertical-align:middle;
border: 2px solid #a28251;
border-top: 2px solid transparent; 
border-radius: 50%;
width:20px;
height:20px;
animation: spintrzy 1s linear infinite;
}

@keyframes spintrzy {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.section-home-start-content-img img{
width:100%;
height:100%;
object-position:center;
object-fit:cover;
}

/*STRONA GŁÓWNA LOKACJA*/

.section-home-location{
padding:85px 0px;
border-top:3px solid #f2f2f2;
background:url('../images/tlo-1.jpg') no-repeat top left;
}

.section-home-location-content{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
flex-direction:row-reverse;
}

.section-home-location-content-left{
width:calc(50% + 50px);
}

.section-home-location-content-right{
width:calc(50% - 185px);
margin-left:135px;
}

.section-home-location-content-left-img{
position:relative;
cursor:pointer;
}

.section-home-location-content-left-img-play{
position:absolute;
top:50%;
left:50%;
width:100px;
height:100px;
background:#fff;
border-radius:50%;
margin:-50px 0px 0px -50px;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
flex-direction:column;
}

.section-home-location-content-left-img-play-t{
width:0;
height:0;
border-top:20px solid transparent;
border-bottom:20px solid transparent;
border-left:30px solid #2b2b2a;
margin-left:8px;
}

.section-home-location-content-left-img img{
width:100%;
height:auto;
}

.section-home-location-video{
position:fixed;
top:50%;
left:0px;
width:100%;
height:0%;
background:#000;
z-index:9999;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
-webkit-transform-origin:center;
-moz-transform-origin:center;
-o-transform-origin:center;
transform-origin:center;
opacity:0;
visibility:hidden;
}

.section-home-location-video.open{
opacity:1;
visibility:visible;	
height:100%;
top:0%;
}

.section-home-location-video video{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
}

.section-home-location-video-close{
position:absolute;
top:20px;
right:20px;
width:20px;
height:20px;
background:url('../images/zam.png') no-repeat center center;
cursor:pointer;
}

/*SEKCJA MIESZKANIE*/

.section-home-apartment{
padding:85px 0px 50px 0px;
border-top:3px solid #f2f2f2;
background:url('../images/tlo-2.jpg') no-repeat center right;
background-size:auto 95%;
}

.section-home-apartment-content-two{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.section-home-apartment-content-two-left{
width:846px;
}

.section-home-apartment-content-two-right{
width:calc(100% - 890px);
text-align:center;
}

.section-home-apartment-content-two-right .page-button-big.page-button{
font-size:24px;
margin-top:14px; 
}

.section-home-apartment-content-two-right .page-header-one{
font-size:32px; 
}

.section-home-apartment-content-two-right-as{
padding-top:30px;
}

.section-home-apartment-content-two-right-as .page-button{
margin:0px 10px 20px 10px;
font-size:16px; 
}

.section-home-apartment-content-two-right-as .page-button.page-button-a{
width:100%;
max-width:110px;
}

.section-home-apartment-content{
width:100%;
max-width:846px;
}

.section-home-apartment-content-text{
margin-bottom:0px;
}

.section-home-apartment-content-button{
text-align:right;
}

/*SEKCJA HOME GALERIA*/

.section-home-gallery{
padding:40px 0px 85px 0px;
border-top:3px solid #f2f2f2;
margin-bottom:50px;
}

.section-home-gallery-content{
position:relative;
padding-left:20px;
}

.section-home-gallery-content-slider-item{
padding:0px 20px;
}

.section-home-gallery-content-slider-item-p{
width:100%;
height:400px;
position:relative;
overflow:hidden;
cursor:pointer;
}

.section-home-gallery-content-slider-item-ob{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-ms-transform:scale(1,1);
}

.section-home-gallery-content-slider-item:hover .section-home-gallery-content-slider-item-ob{
transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1);
}

.section-home-gallery-content-slider-item-ob img{
width:100%;
height:100%;
object-fit:cover;
object-position:center center;
}

.section-home-gallery .tns-controls{
position:absolute;
bottom:-70px;
left:40px;
width:calc(100% - 40px);
text-align:center;
}

.section-home-gallery .tns-controls button:first-child{
display:inline-block;
vertical-align:middle;
padding:0px;
margin:0px 20px 0px 0px;
width:59px;
height:50px;
background: transparent url('../images/arrow-left2.png') no-repeat center center;
cursor:pointer;
border:0px;
}

.section-home-gallery .tns-controls button:last-child{
display:inline-block;
vertical-align:middle;
padding:0px;
margin:0px;
width:59px;
height:50px;
background: transparent url('../images/arrow-right2.png') no-repeat center center;
cursor:pointer;
border:0px;
}


/*PODSTRONA*/

.section-subpage{
padding:85px 0px;
}

.section-subpage-bg-one{
background:url('../images/tlo-3.jpg') no-repeat top left;
}

.section-subpage-bg-two{
background:url('../images/tlo-4.jpg') no-repeat top left;
}

.section-subpage-bg-tree{
background:url('../images/tlo-5.jpg') no-repeat top left;
}

.section-subpage-content-a{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
flex-direction:row-reverse;
}

.section-subpage-content-a-item{
width:calc(50% - 20px);
margin-bottom:60px;
}

.section-subpage-fin .section-subpage-content-a-item{
margin-bottom:30px;
}

.section-subpage-content-a-item-text{
padding-right:50px;
}

.section-subpage-content-item-text-margin-a{
margin-bottom:50px;
}

.section-subpage-content-a-item-img img{
width:100%;
height:auto;
}

.section-subpage-content-b{
display:flex;
justify-content:space-between;
align-items:stretch;
flex-wrap:wrap;
}

.section-subpage-content-b-item{
width:calc(50% - 126px);
margin-bottom:40px;
border:3px solid #f2f2f2;
padding:40px 50px;
background:#fff;
}

.section-subpage-content-down{
padding-top:30px;
}

.section-subpage-content-down-button{
text-align:center;
padding-top:50px;
}

.section-subpage-content-c{
margin-bottom:50px;
}

.section-subpage-content-d{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin-bottom:50px;
}

.section-subpage-content-d-item{
width:50%;
}

.section-subpage-content-d-item-right{
padding-left:50px;
}

.section-subpage-content-d-item-poz-txt{
display:inline-block;
vertical-align:middle;
margin:10px 15px 10px 0px; 
}

.section-subpage-content-d-item-poz-info{
display:inline-block;
vertical-align:middle;
border-radius:14px;
border:2px solid #a28251;
padding:2px 36px 2px 14px;
font-weight:400;
font-size:20px;
line-height:normal;
color:#a28251;
position:relative;
margin:10px 0px;
}

.section-subpage-content-d-item-poz-info::before{
content:'';
position:absolute;
right:15px;
top:7px;
width:15px;
height:21px;
background:url('../images/ludzik.png') no-repeat center center;
}

.section-subpage-content-map{
position:relative;
margin-bottom:50px;
}

.section-subpage-content-map{
position:relative;
margin-bottom:50px;
overflow:initial;
width:100%;
height:600px;
}

.section-subpage-content-map #map{
width:100%;
height:600px;
}

#map-pup-up{
position:absolute;
background:#fff;
left:0px;
top:0px;
padding:30px;
z-index:99;
font-weight:400;
font-size:18px;
line-height:normal;
color:#2b2b2a;
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.22);
box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.22);
display:none;
width:140px;
}

/*PODSTRONA WYBIRZ MIESZKANIE*/



.section-subpage-list{
margin-bottom:90px;
overflow-x:auto;
}

.section-subpage-list-table{
display:table;
width:100%;
border-spacing:0;
border-collapse:collapse;
}

.section-subpage-list-table-row-top{
display:table-row;
background-color:#fff;
}

.section-subpage-list-table-row, 
.section-subpage-list-table-row-dwa,
.section-subpage-list-table-row-trzy{
display:table-row;
background-color:#f9f9f9;
}

.section-subpage-list-table-row:nth-child(even), 
.section-subpage-list-table-row-dwa:nth-child(even),
.section-subpage-list-table-row-trzy:nth-child(even){
background-color:#fff;
}

.section-subpage-list-table-cell-top{
display:table-cell;
text-align:center;
border-bottom:2px solid #f2f2f2;
vertical-align:bottom;
padding:10px 10px;
font-size:20px;
line-height:normal;
color:#2b2b2a;
}

.section-subpage-list-table-cell-top br{
display:none;
}

.section-subpage-list-table-cell-top sup{
font-size:70%;
vertical-align:super;
}

.section-subpage-list-table-cell{
display:table-cell;
text-align:center;
border-bottom:2px solid #f2f2f2;
vertical-align:middle;
padding:10px 10px;
font-size:20px;
line-height:normal;
color:#2b2b2a;
}

.section-subpage-list-table-cell sup{
font-size:70%;
vertical-align:super;
}

.section-subpage-list-table-name{
font-weight:700;
display:none;  
}

.section-subpage-list-table-cell .color-a{
color:green;
}

.section-subpage-list-table-cell .color-b{
color:red;
}


.section-subpage-form-block{
margin-bottom:10px;
}

.section-subpage-form-block label{
margin-bottom:10px;
display:block;
font-weight:400;
font-size:20px;
line-height:normal;
color:#2b2b2a;
}

.section-subpage-form-block input{
display:block;
font-weight:400;
font-size:20px;
color:#2b2b2a;
line-height:normal;
border:2px solid #2b2b2a;
background:#fff;
padding:10px 15px;
width:calc(100% - 34px);
margin:0px;
outline:none;
border-radius:6px;
}

.section-subpage-form-block textarea{
display:block;
font-weight:400;
font-size:20px;
color:#2b2b2a;
line-height:normal;
border:2px solid #2b2b2a;
background:#fff;
padding:10px 15px;
width:calc(100% - 34px);
margin:0px;
outline:none;
border-radius:6px;
height:180px;
resize:none;
}

.section-subpage-form-block-info{
font-weight:400;
font-size:16px;
color:#2b2b2a;
line-height:normal;
margin-bottom:20px;  
}

.section-subpage-form-block-info a{
font-weight:400;
font-size:16px;
color:#a28251;
}

.section-subpage-form-block-info a:hover{
text-decoration:underline;
}

.section-subpage-form-button{
padding-top:30px;
}

.section-subpage-local{
padding:40px 0px 80px 0px;
}

.sub-page-select-local-start{
position:relative;
}

.sub-page-select-local-next{
display:none;
padding:30px 50px 0px 50px;
}


.sub-page-select-local{
position:relative;
max-width:2500px;
margin:0px auto;
}

.sub-page-select-local-poz{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
margin-bottom:20px;
}

.sub-page-select-local-poz-item{
padding:10px 20px;
border:4px solid #a28251;
border-radius:14px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
background:#fff;
font-size:18px;
font-weight:700;
line-height:normal;
color:#a28251;
cursor:pointer;
margin:5px 5px;
}

.sub-page-select-local-poz-item:hover,
.sub-page-select-local-poz-item.active{
color:#fff;
background:#a28251;
}


.sub-page-select-local-img img{
width:100%;
height:auto;
display:block;
}

.sub-page-select-local-svg{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:99;
}

.sub-page-select-local-svg svg{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:99;
}



.select-fill-wolne{
fill:rgb(139, 252, 119);
opacity:0.2;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.select-fill-sprzedane{
fill:rgb(252, 139, 119);
opacity:0.2;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.select-fill-rezerwacja{
fill:rgb(255, 255, 119);
opacity:0.2;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.select-fill-wolne:hover, .select-fill-sprzedane:hover, .select-fill-rezerwacja:hover{
opacity:0.5;
}

.sub-page-select-local-svg-fill{
fill:#a28251;
opacity:0;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
cursor:pointer;
}

.sub-page-select-local-svg-fill:hover{
opacity:0.5;
}

.sub-page-select-local-svg-tip-start{
position:absolute;
top:0px;
left:0px;
padding:8px;
text-align:center;
font-size:16px;
color:#000;
background:#fff;
z-index:101;
line-height:24px;
font-weight:700;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
display:none;
}

.sub-page-select-local-svg-tip{
position:absolute;
top:0px;
left:0px;
padding:8px;
text-align:center;
font-size:18px;
color:#000;
background:#fff;
z-index:101;
line-height:24px;
font-weight:700;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
display:none;
}

.sub-page-select-local-svg-tip sup, .sub-page-select-local-svg-tip-start sup{
font-size:70%;
vertical-align:super;
}

.sub-page-select-local-m{
width:100%;
height:700px;
overflow:hidden;
position:relative;
}

.sub-page-select-local-m-plus{
position:absolute;
bottom:0px;
left:50%;
width:30px;
height:30px;
background:#fff;
border-radius:50%;
border:2px solid #000;
font-weight:900;
font-size:20px;
text-align:center;
line-height:30px;
cursor:pointer;
z-index:89; 
margin-left:5px;
user-select: none;
}

.sub-page-select-local-m-minus{
position:absolute;
bottom:0px;
right:50%;
width:30px;
height:30px;
background:#fff;
border-radius:50%;
border:2px solid #000;
font-weight:900;
font-size:20px;
text-align:center;
line-height:30px;
cursor:pointer;
z-index:89; 
margin-right:5px;
user-select:none;
}

.sub-page-select-local-m-g{
position:absolute;
cursor:pointer;
top:0px;
left:0px;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
 -webkit-user-drag: none;
}

.sub-page-select-local-m-g.grab{
cursor:grab;
}


.sub-page-select-local-m-g svg{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
}

.section-subpage-list-search{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
margin-bottom:20px;
}

.section-subpage-list-search-item-a, .section-subpage-list-search-item-b{
width:calc(33.333333333333% - 10px);
margin-right:10px;
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
}

.section-subpage-list-search-item-c{
width:calc(33.333333333333% - 160px);
margin-right:10px;
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
}

.section-subpage-list-search-label-a{
font-weight:400;
font-size:20px;
color:#2b2b2a;
line-height:normal;
width:160px;
}

.section-subpage-list-search-label-b{
font-weight:400;
font-size:20px;
color:#2b2b2a;
line-height:normal;
width:70px;
}

.section-subpage-list-search-label-c{
font-weight:400;
font-size:20px;
color:#2b2b2a;
line-height:normal;
width:70px;
}

.search-input-a{
width:calc(50% - 90px);
margin-right:10px;
}

.search-input-b{
width:calc(50% - 45px);
margin-right:10px;
}

.section-subpage-list-search-select{
width:calc(100% - 80px);
margin-right:10px;
}

.section-subpage-list-search-input{
position:relative;
}

.section-subpage-list-search-input-x{
position:absolute;
top:10px;
right:3px;
width:20px;
height:20px;
cursor:pointer;
font-size:24px;
font-family: Arial, sans-serif;
display:none;
}

.section-subpage-list-search-input input{
display:block;
font-weight:400;
font-size:20px;
color:#2b2b2a;
line-height:normal;
border:2px solid #2b2b2a;
background:#fff;
padding:10px 20px 10px 15px;
width:calc(100% - 39px);
margin:0px;
outline:none;
border-radius:6px;
}

.section-subpage-list-search-select select{
display:block;
font-weight:400;
font-size:20px;
color:#2b2b2a;
line-height:normal;
border:2px solid #2b2b2a;
background:#fff;
padding:10px 15px;
width:100%;
margin:0px;
outline:none;
border-radius:6px;	
}

.section-subpage-list-search .page-button{
display:block;
width:100px;
}

#i-pietro-svg, #ii-pietro-svg, #iii-pietro-svg, #parter-svg, #garaze-svg{
display:none;
}

.form-local{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:9999999999999;
background:rgba(0,0,0,0.7);
overflow:auto;
display:none;
}

.form-local-window{
padding:40px 20px;
position:relative;
}

.form-local-window-content{
width:calc(100% - 80px);
max-width:600px;
margin:0px auto;
background:#fff;
padding:40px;
border-radius:12px;
position:relative;
}

.form-local-window-header{
font-size:20px;
line-height:normal;
color:#2b2b2a;
margin-bottom:20px;
}

.form-local-window-close{
position:absolute;
top:20px;
right:20px;
width:20px;
height:20px;
background:url('../images/zam.png') no-repeat center center;
cursor:pointer;
}

.form-local-window-data-a-load{
text-align:center;
margin-bottom:20px;
display:none;
}

.form-local-window-data-a-load-spin{
display:inline-block;
border: 5px solid #a28251;
border-top: 5px solid transparent; 
border-radius: 50%;
width:30px;
height:30px;
animation: spintrzy 1s linear infinite;
}

@keyframes spintrzy {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-local-window-data-a-alert{
font-size:20px;
line-height:normal;
color:#2b2b2a;
margin-bottom:10px;
text-align:center;
display:none;
}

.form-local-window-data-a-button{
padding-top:20px;
text-align:center;
display:none;
}	

.section-subpage-form-button-alert{
font-size:16px;
line-height:normal;
color:red;
display:none;
}


/*OKNO ALERTÓW FORMULARZA*/

.subpage-contact-window{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.8);
z-index:999999999999;
display:none;
}

.subpage-contact-window-content{
position:absolute;
top:50%;
left:50%;
background:#fff;
padding:40px;
transform: translateY(-50%)translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
-ms-transform: translateY(-50%)translateX(-50%);
text-align:center;
border-radius:20px;
}

.subpage-contact-window-content-alert{
display:none;
font-size:18px;
font-weight:400;
line-height:normal;
color:#585552;
}


.subpage-contact-window-content-close{
margin:40px auto 0px auto; 
display:none;
font-size:18px;
font-weight:400;
line-height:normal;
color:#fff;
background:#007542;
padding:14px 30px;
max-width:180px;
width:calc(100% - 60px); 
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
cursor:pointer; 
}

.subpage-contact-window-content-close:hover{
background:#202020;
}

.subpage-contact-window-content-spin{
margin-bottom:30px;
display:none;
}

.subpage-contact-window-content-spin-l{
display:inline-block;
border: 5px solid #007542;
border-top: 5px solid transparent; 
border-radius: 50%;
width:30px;
height:30px;
animation: spindwa 1s linear infinite;
}

@keyframes spindwa {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



/*BLOG*/

.subpage-blog{
padding:50px 0px;
}

.subpage-blog-list{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
margin:0px -10px;
}

.subpage-blog-list-item{
width:calc(33.3333333333333333333% - 26px);
margin:0px 10px 20px 10px;
border:3px solid #f2f2f2;
position:relative; 
}



.subpage-blog-list-item-img-big{
width:100%;
height:400px;
margin-bottom:50px;
}

.subpage-blog-list-item-img{
width:100%;
height:212px;
}

.subpage-blog-list-item-img-none{
width:100%;
height:212px;
text-align:center;
}

.subpage-blog-list-item-img-none img,
.subpage-blog-list-item-img img,
.subpage-blog-list-item-img-big img{
width:100%;
height:100%;
object-position:center center;
object-fit:cover;
}

.subpage-blog-list-item-img-none img{
position:relative;
top:50%;
transform:translateY(-50%); 
-webkit-transform:translateY(-50%); 
-ms-transform:translateY(-50%);
}

.subpage-blog-list-item-content{
padding:33px 26px 96px 26px;
}

.subpage-blog-list-item-content-header{
font-size:24px;
font-weight:700;
line-height:normal;
color:#1c130d; 
margin-bottom:20px;
}

.subpage-blog-list-item-content-text-button{
position:absolute;
bottom:20px;
left:20px;
}

.subpage-blog-list-item-content-text-button-t{
display:inline-block;
padding:16px 18px;
text-align:center;
font-weight:600;
font-size:13px;
line-height:normal;
color:#fff;
border-radius:18px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
cursor:pointer;
width:100%;
max-width:154px;
background:#bc945e;
}

.subpage-blog-list-item:hover .subpage-blog-list-item-content-text-button-t{
background:#8d6631;
}


/*PAGINACJA*/

.page-list-product-pagination{
padding:60px 0px;
}

.page-list-product-pagination-content{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
}



.page-list-product-pagination-content a{
display:block;
width:40px;
height:40px;
background:#f2f2f2;
text-align:center;
line-height:40px;
font-size:18px;
font-weight:700;
color:#000;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-left:12px;
border-radius:6px;
}

.page-list-product-pagination-content span{
display:block;
width:40px;
height:40px;
background:#a28251;
text-align:center;
line-height:40px;
font-size:18px;
font-weight:700;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-left:12px;
border-radius:6px;
}



.page-list-product-pagination-content .next{
background:url('../images/arrow-right.png') no-repeat center center;
display:block;
width:40px;
height:40px;
border-radius:6px;
overflow:hidden;
font-size:0px;
}

.page-list-product-pagination-content .next:hover{
background:url('../images/arrow-right.png') no-repeat center center;
}

.page-list-product-pagination-content .prev{
background:url('../images/arrow-left.png') no-repeat center center;
display:block;
width:40px;
height:40px;
border-radius:6px;
overflow:hidden;
font-size:0px;
}

.page-list-product-pagination-content .prev:hover{
background:url('../images/arrow-left.png') no-repeat center center;
}



/*STOPKA*/

.footer-page-top{
padding:50px 0px;
border-top:3px solid #f2f2f2;
border-bottom:3px solid #f2f2f2;
}

.footer-page-top-content{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
}

.footer-page-top-content-item{
width:30%;
}

.footer-page-top-content-item svg{
width:230px;
height:auto;
}

.footer-page-top-content-item-header{
font-weight:700;
font-size:18px;
line-height:36px;
color:#2b2b2a;		
}

.footer-page-top-content-item p{
font-weight:400;
font-size:18px;
line-height:36px;
color:#2b2b2a;	
}

.footer-page-top-content-item p a,
.footer-page-top-content-item p a:hover{
font-weight:400;
font-size:18px;
line-height:36px;
color:#2b2b2a;	
}

.footer-page-bottom{
padding:40px 0px;
}

.footer-page-bottom-content{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.footer-page-bottom-content-left{
width:80%;
font-weight:400;
font-size:14px;
line-height:24px;
color:#2b2b2a;
}

.footer-page-bottom-content-right{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
}

.footer-page-bottom-content-right-p a{
font-weight:400;
font-size:18px;
line-height:36px;
color: #2b2b2a;
margin-right:40px;
}

.footer-page-bottom-content-right-arrow{
width:25px;
height:32px;
background:url('../images/arrow-up.png') no-repeat center;
cursor:pointer;
display:block;
}

/*GALERIA SKRYPT*/


.okno-realizacje
{
position: fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.8);
z-index:9999999;
display:none;
}

.okno-realizacje-zaw
{
position:absolute;
top:50px;
left:120px;
width:calc(100% - 240px);
height:calc(100% - 100px);
text-align:center;    
}


.okno-realizacje-zaw img
{
width:100%;
height:100%;
object-fit:contain;
object-position:center;
}

.okno-realizacje-load
{
position: absolute;
left:50%;
top:50%;
margin-left:-25px;
margin-top:-25px;
border: 2px solid #fff;
border-top: 2px solid transparent; 
border-radius: 50%;
width: 50px;
height: 50px;
animation: spin_gal 2s linear infinite;
display:none;
}

@keyframes spin_gal {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.okno-realizacje-zam
{
position: absolute;
top:50px;
right:50px;
width:40px;
height:40px;
cursor:pointer;
background:#fff url('../images/zam.png') no-repeat center center;
}

.okno-realizacje-lewo
{
position:absolute;
top:50%;
left:0px;
width:40px;
height:40px;
background:#fff url('../images/arrow-left.png') no-repeat center center;
padding:0px;
margin:-20px 0px 0px 0px;
border:0px;
cursor:pointer;
}

.okno-realizacje-prawo
{
position:absolute;
top:50%;
right:0px;
width:40px;
height:40px;
background:#fff url('../images/arrow-right.png') no-repeat center center;
padding:0px;
margin:-20px 0px 0px 0px;
border:0px;
cursor:pointer;
}

.okno-mapa-content{
width:100%;
height:600px;
}

.contact-button-fix{
position:fixed;
bottom:40px;
right:40px;
width:60px;
height:60px;
background:#fff;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
flex-direction:column;
cursor:pointer;
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0.22);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0.22);
border-radius:50%;
z-index:999;
}

.contact-button-fix svg{
width:30px;
height:auto;
}

.header-page-block-container-content-swicher span{
position:absolute;
top:50%;
right:calc(100% + 20px);
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
font-weight:400;
font-size:20px;
line-height:normal;
color:#000;
}



.sub-page-select-local-start-opis{
position:absolute;
top:30px;
left:0px;
padding:25px 26px 25px 56px;
font-weight:400;
font-size:30px;
line-height:52px;
color:#000;
background:rgba(255,255,255,0.8);
display:inline-block;
text-align:left;
z-index:999;
}

@media (max-width: 1400px) {

.sub-page-select-local-start-opis{
position:absolute;
top:10px;
left:0px;
padding:15px 26px 15px 36px;
font-weight:400;
font-size:26px;
line-height:normal;
}

}

@media (max-width: 704px) {

.sub-page-select-local-start-opis{
position:absolute;
top:10px;
left:0px;
padding:10px 16px 15px 16px;
font-weight:400;
font-size:20px;
line-height:normal;
}

}