/* @import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin,latin-ext); */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&amp;subset=latin-ext);
body {
  height: 100%;
  font-family: 'Montserrat', sans-serif!important;

}

html, body {
  min-width: 280px;
  max-width: 100vw;
  overflow-X: hidden;
}

a, a:hover, a:active, a:focus
input, input:hover, input:active, input:focus
textarea, textarea:hover, textarea:active, textarea:focus {
  outline: 0 !important;
}

.mid {
  display: flex!important;
  justify-content: center;
  align-items: center;
}

.content {
  margin: 0px;
  padding: 0px;
  width: 80%;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-weight: 600!important;
}

.text p, .technologia li {
  font-weight: 300;
}

@media (max-width: 1099px) {
  .content {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .content {
    width: 96%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .wnetrza .content {
    margin-top: 0;
  }
}

.content.content-2 {
  width: 96%;
}

.content.content-2 .h2-line-2 {
  width: 2% !important;
}

.main-header {
  float: left;
  width: 100%;
  height: 164px;
  position: fixed;
  z-index: 9999;
  transition: 0.2s;
  max-width: 2020px;
}

.main-header .logo {
  float: left;
  width: 212px;
  height: 164px;
  margin-left: 40px;
  /* background-image: url(../img/logo.png); */
  transition: 0.2s;
}

.start .logo {
  background-image: url(../img/logo.png);
  width: 160px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

@media (max-width: 1099px) {
  .main-header .logo {
    margin-left: 10px;
  }
}

.main-header nav {
  float: right;
  height: 30px;
  margin-top: 65px;
  border-bottom: 1px solid #fff;
  transition: 0.2s;
  padding-right: 20px;
}


@media (max-width: 1250px) {
  .main-header nav {
    padding-right: 5px;
  }
}

.main-header nav ul li {
  display: inline;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.2s;
}

@media (max-width: 1440px) {
  .main-header nav ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-header nav ul li a {
    font-size: 11px !important;
  }
}

.main-header nav ul li a {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.090em;
  text-transform: uppercase;
  text-decoration: none;
}

.main-header nav ul li.active, .main-header nav ul li:hover {
  border-bottom: 9px solid #fff;
}

.main-header.scroll-down {
  height: 100px;
  background-color: #39AE60;
}

.main-header.scroll-down .logo {
  height: 50px;
  margin-top: 25px;
  background-image: url(../img/biale-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.main-header.scroll-down nav {
  margin-top: 35px;
}

.main-header #show-menu {
  float: right;
  width: 36px;
  height: 24px;
  margin-top: 40px;
  margin-right: 22px;
  display: none;
}

.main-header #show-menu span {
  float: left;
  width: 100%;
  height: 4px;
  margin-bottom: 4px;
  background-color: rgb(145, 158, 165);
}

.main-header #mobile-menu {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(79, 146, 22, 0.7);
  background-blend-mode: multiply;
  box-sizing: border-box;
  display: none;
}

.main-header #mobile-menu nav {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 0px;
  border-bottom: none;
  border-left: 1px solid #fff;
}

.main-header #mobile-menu nav ul {
  margin-left: -5px;
}

.main-header #mobile-menu nav ul li {
  display: block;
  border-bottom: none !important;
  border-left: 9px solid rgba(255, 255, 255, 0);
}

.main-header #mobile-menu nav ul li.active, .main-header #mobile-menu nav ul li:hover {
  border-left: 9px solid white;
}




@media (max-width: 991px) {
  .main-header {
    height: 100px;
    background-color: #fff;

  }
  .main-header .logo {
      background-image: url(../img/logo.png);
    margin-top: 19px;
    margin-bottom: 19px;
    margin-left: 22px;
    height: 62px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .main-header #std-nav {
    display: none;
  }
  .main-header #show-menu {
    display: block;
  }
}

.scrollspy {
  float: left;
  width: 1%;
  height: 1px;
  margin-top: -60px;
  position: absolute;
}

.page-home {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
}

.page-home section, .page-home .subsection {
  float: left;
  width: 100%;
  clear: both;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-home .green-box {
  background-color: #39AE60;
  background-blend-mode: multiply;
  color: #fff;
  opacity: 0.8;
}


.page-home h2 {
  margin: 0px;
  padding: 0px;
  float: left;
  height: 55px;
  margin-bottom: 80px;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.20em;
  font-weight: 700;
  color: #919EA5;
  border-bottom: 5px solid #39AE60;
}




@media (max-width: 991px) {
  .page-home h2 {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.page-home .h2-line {
  float: left;
  width: 10%;
  height: 1px;
  background-color: #39AE60;
  position: absolute;
  margin-top: 132px;
}
/*
.page-home h2.h2_line::before {
  float: left;
  display: block;
  position: absolute;
  content: '';
width: 10%;
height: 1px;
background-color: #39AE60;
background-color: red;
position: absolute;
margin-top: 132px;
} */

@media (max-width: 991px) {
  .page-home .h2-line {
    margin-top: 112px;
    width: 50%;
  }

  /* .page-home .wnetrza .h2-line {
    margin-top: 172px;
  } */
}

.page-home .h2-line-right {
  float: right;
  right: 0;
  background-color: #fff;
  z-index: 8888;
}

.page-home .text {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #2B2B2B;
}

@media (max-width: 991px) {
  .page-home .text {
    font-size: 14px;
    line-height: 24px;
  }
}

.page-home .start {
  height: 100vh;
  position: relative;
  background-size: auto 100%;
  background-position: right;
}

.page-home .start .green-box {
  float: left;
  position: absolute;
  bottom: 0px;
  top: 0;
  left: -1px;
  background-color: #fff;
  text-align: left;
  opacity: 1;
  width: 500px;
  padding-top: 6%;
  padding-bottom: 140px;
  font-size: 30px;
  padding-left: 6%;
  letter-spacing: 0.230em;
}



@media (max-width: 1650px) {
  .page-home .start .green-box {
width: 420px;
  }
}

.page-home .start .green-box h1 {
  text-transform: uppercase;
letter-spacing: 0.20em;
font-weight: 600;
color: #919EA5;
border-bottom: 5px solid #39AE60;
font-size: 26px;
display: inline-block;
padding-bottom: 40px;
margin-bottom: 40px;
line-height: 1.5em;
}

.page-home .start .green-box h2 {
border: 0px;
}

.page-home .start .green-box .logo {
  margin-bottom: 35%;
  margin-top: -5%;
}


@media (min-width: 992px) and (max-width: 1530px) {
  .page-home .start .green-box {
padding-left: 3%;
  }
  .page-home .start .green-box h1 {
font-size: 28px;
  }

  .page-home .start .green-box h2 {
font-size: 16px;
margin-bottom: 30px;
font-weight: 500;
  }
  .page-home .start .green-box {
width: 23%!important;
  }

}

@media (min-width: 992px) and (max-width: 1299px) {
  .page-home .start .green-box {
padding-left: 2%;
  }


}

@media (min-width: 992px) and (max-width: 1350px) {
  .page-home .start .green-box h1 {
font-size: 22px;
  }

    /* .page-home .start .green-box h2 {
  font-size: 18px;
    } */

    .main-header nav ul li {
    padding-left: 4px;
    padding-right: 4px;
}
}

.page-home .start .green-box strong {
  font-size: 50px;
  letter-spacing: 0.050em;
  font-weight: 700;
}

@media (max-width: 1099px), (max-height: 700px) {
  .page-home .start .green-box {
    width: 400px;
    padding-top: 5%;
    padding-bottom: 100px;
    font-size: 24px;
  }
  .page-home .start .green-box strong {
    font-size: 40px;
  }
}

@media (max-height: 600px) {
  .page-home .start .green-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page-home .start .scroll {
  /* width: 59px; */
  height: 37px;
  display: block;
  position: absolute;
  bottom: 8%;
  font-size: 12px;
  font-weight: 700;
  color: #919EA5;
  /* left: 5%; */
  /* right: 0; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}

.page-home .start .scroll:after {
  background-image: url(../img/scroll.png);

  background-repeat: no-repeat;
  background-position: center;
background-size: contain;
width: 17px;
height: 9px;
display: block;
content: '';
transform:  translate(115%, 55%);

}

.green-box-off a {
  font-weight: bold;
  border-bottom: 1px solid #919EA5;
  color: #000;
}

.green-box-off a:hover {
  font-weight: bold;
  border-bottom: 0px solid #919EA5;
  color: #919EA5;
  text-decoration: none;
}

@media (max-width: 991px) {
  .page-home .start {
    height: auto;
    background: none !important;
    padding-top: 100px;
  }
  .page-home .start .green-box, .page-home .start .scroll {
    display: none;
  }
}

.page-home .inwestycja .subsection-1 {
  height: auto;
  background-position: right;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 40px;
}


.page-home  .subsection-3 {
  height: 400px;
}

.green-box-off h3 {
  font-size: 28px;
  letter-spacing: 0.2em;
  color: #919EA5;
  line-height: 37px;
  text-transform: uppercase;
}

.green-box-off .line {
  width: 122px;
  height: 1px;
  background-color: #39AE60;
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 30px;
}


.split_section_new h3 {
  font-size: 20px;
}

.split_section_new h3 strong {
  font-size: 28px;
}


@media (min-width: 768px) {

  .split_section_new .green-box-off {
    max-width: 400px;
  }

  .page-home  .subsection-3 {
    height: 600px;
    margin-left: -30px;
  }

  .page-home .inverse  .subsection-3 {
      height: 600px;
      margin-left: 0;
      margin-right: -30px;
  }

  .meritum {
    margin-top: 50px;
  }

  .split_section_new, .split_section_new>div {
    display: flex;
    justify-content: center;
  }

  .green-box-off {
  display: flex;
  align-self: center;
  flex-direction: column;
  text-align: center;
  margin-right: 30px;
  font-size: 28px;
  color: #919EA5;
  }

  .split_section.inverse .green-box-off {
    margin-right: 30px;
    margin-left: 30px;

  }

}

@media (max-width: 767px) {
  .green-box-off h3, .green-box-off {
     text-align: center;
     margin-top: 30px;
     margin-bottom: 30px;
  }

  .page-home .subsection-3 {
 float: none;
}

.split_section {
  margin-bottom: 30px;
}


.split_section_new .green-box-off .text {
  margin-bottom: 30px;
}

}


.page-home .inwestycja .subsection-1 .text p {
  width: 560px;
}

.mobile-header-text {
  display: none;
}

@media (max-width: 991px) {
  .page-home .inwestycja .subsection-1 {
    height: auto;
    padding-bottom: 60px;
  }
  .page-home .inwestycja .subsection-1 .text p {
    width: 100%;
  }

  .mobile-header-text {
    display: block;
    text-align: center;
  }

  .mobile-header-text h1 {
    text-transform: uppercase;
letter-spacing: 0.20em;
font-weight: 600;
color: #919EA5;
border-bottom: 5px solid #39AE60;
font-size: 26px;
display: inline-block;
padding-bottom: 10px;
margin-bottom: 20px;
line-height: 1.5em;
  }

  .mobile-header-text h2 {
  margin-bottom: 0px!important;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.20em;
  font-weight: 700;
  color: #919EA5;
  border-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .page-home .inwestycja .subsection-2 {
    min-height: 600px;
  }
}

.page-home .inwestycja .subsection-2 .triangle {
  float: left;
  width: 100%;
  height: 25px;
  margin-top: -25px;
  background-image: url(../img/triangle.png);
  background-position: center;
  background-repeat: no-repeat;
}

.page-home .inwestycja .subsection-2 .box .image, .page-home .inwestycja .subsection-2 .box h3, .page-home .inwestycja .subsection-2 .box .line, .page-home .inwestycja .subsection-2 .box .text {
  float: left;
  width: 100%;
}

.page-home .inwestycja .subsection-2 .box .image {
  height: 70px;
  margin-bottom: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.page-home .inwestycja .subsection-2 .box h3 {
  margin-top: 25px;
  font-size: 20px;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #919EA5;
}

.page-home .inwestycja .subsection-2 .box .line {
  height: 1px;
  margin-top: 10px;
  margin-bottom: -5px;
  background-color: #39AE60;
}

.page-home .inwestycja .subsection-2 .box .square {
  width: 10px;
  height: 9px;
  background-color: #39AE60;
  /* margin-left: auto; */
  /* margin-right: auto; */
  clear: both;
}

.page-home .inwestycja .subsection-2 .box .text {
  margin-top: 28px;
  font-size: 14px;
  line-height: 24px;
  color: #4c4335;
}

@media (max-width: 991px) {
  .page-home .inwestycja .subsection-2 {
    height: auto;
    background-position: center top;
  }
  .page-home .inwestycja .subsection-2 .box {
    margin: 0px;
    padding: 0px;
    margin-bottom: 50px;
  }
}

.page-home .lokalizacja .subsection-1 .con, .page-home .okolica .con {
  float: left;
  width: 100%;
}

.page-home .lokalizacja .subsection-1 .left, .page-home .okolica .left {
  padding-left: 0px;
  padding-right: 0px;
}

.page-home .lokalizacja .subsection-1 .left div, .page-home .okolica .left div {
  float: left;
  width: 100%;
  height: 34px;
  margin-bottom: 20px;
  margin-left: -60px;
  padding-left: 60px;
  background-image: url(../img/time.png);
  background-position: left;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 34px;
  color: #2C2C2C;
  transition: 0.2s;
}

@media (max-width: 1099px) {
  .page-home .lokalizacja .subsection-1 .left div, .page-home .okolica .left div {
    margin-left: 0px;
  }
}

.page-home .lokalizacja .subsection-1 .left div strong, .page-home .okolica .left div strong {
  float: left;
  font-size: 20px;
  font-weight: 700;
}

.page-home .lokalizacja .subsection-1 .left div span, .page-home .okolica .left div span {
  float: left;
  width: 40px;
  height: 1px;
  margin-top: 17px;
  margin-right: 5px;
  background-color: #39AE60;
}

.page-home .lokalizacja .subsection-1 .left div:hover, .page-home .okolica .left div:hover {
  background-image: url(../img/time-hover.png);
}

@media (max-width: 991px) {
  .page-home .lokalizacja .subsection-1 .left div, .page-home .okolica .left div {
    font-size: 12px;
  }
  .page-home .lokalizacja .subsection-1 .left div strong, .page-home .okolica .left div strong {
    font-size: 16px;
  }
}

.page-home .lokalizacja .subsection-1 .right, .page-home .okolica .right {
  padding-right: 0px;
}

.page-home .lokalizacja .subsection-1 .right img, .page-home .okolica .right img {
  float: left;
  width: 100%;
  height: auto;
  /* max-width: 780px; */
}

.page-home .lokalizacja .subsection-1 .right .text, .page-home .okolica .right .text {
  width: 90%;
  margin-top: 75px;
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.page-home .lokalizacja .subsection-1 .right .text strong, .page-home .okolica .right .text strong {
  font-weight: 700;
}

@media (max-width: 991px) {
  .page-home .lokalizacja .subsection-1 .right, .page-home .okolica .right {
    margin: 0px;
    padding: 0px;
  }
  .page-home .lokalizacja .subsection-1 .right .text, .page-home .okolica .right .text {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
}

.page-home .lokalizacja .subsection-2 .green-box, .page-home .galeria .subsection-2 .green-box {
  float: right;
  width: 500px;
  height: 514px;
  margin-top: 286px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

.page-home .lokalizacja .subsection-2 .green-box h3, .page-home .lokalizacja .subsection-2 .green-box .text, .page-home .galeria .subsection-2 .green-box h3, .page-home .galeria .subsection-2 .green-box .text {
  float: left;
  width: 100%;
}

.page-home .lokalizacja .subsection-2 .green-box h3, .page-home .galeria .subsection-2 .green-box h3 {
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  line-height: 35px;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.050em;
}

.page-home .lokalizacja .subsection-2 .green-box h3 strong, .page-home .galeria .subsection-2 .green-box h3 strong {
  font-weight: 700;
}

.page-home .lokalizacja .subsection-2 .green-box .line, .page-home .galeria .subsection-2 .green-box .line {
  float: right;
  width: 80%;
  height: 1px;
  background-color: #fff;
  margin-top: 10px;
}

.page-home .lokalizacja .subsection-2 .green-box .square, .page-home .galeria .subsection-2 .green-box .square {
  float: right;
  width: 10px;
  height: 9px;
  background-color: #fff;
  margin-top: -5px;
  margin-right: 80%;
}

.page-home .lokalizacja .subsection-2 .green-box .text, .page-home .galeria .subsection-2 .green-box .text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: right;
}

@media (max-width: 991px) {
  .page-home .lokalizacja .subsection-2 .green-box, .page-home .galeria .subsection-2 .green-box {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 2%;
    padding-right: 2%;
    background-color: #39AE60;
  }
  .page-home .lokalizacja .subsection-2 .green-box h3, .page-home .galeria .subsection-2 .green-box h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .page-home .lokalizacja .subsection-2 .green-box .text, .page-home .galeria .subsection-2 .green-box .text {
    font-size: 14px;
    line-height: 24px;
  }
}

.page-home .lokalizacja .subsection-2 {
  height: 800px;
}

@media (max-width: 991px) {
  .page-home .lokalizacja .subsection-2 {
    height: auto;
    background: none !important;
  }
}

.page-home .okolica {
  /* height: 1080px; */
  padding-bottom: 50px;
}

/* .page-home .okolica .h2-line {
  background-color: #fff;
} */

.page-home .okolica h2 {
  /* border-color: #fff; */
}

.page-home .okolica .text {
  /* color: #fff !important; */
  margin-bottom: 0px !important;
}

.page-home .okolica .left div {
  height: 37px !important;
  background-image: none;
  padding-left: 50px !important;
  margin-left: 50px !important;
}

/* .page-home .okolica .left div:first-child {
margin-left: 20px!important;
padding-left: 80px!important;
} */



@media (max-width: 1099px) {
  .page-home .okolica .left div {
    margin-left: 10px !important;
  }

  .page-home .okolica .left div:first-child {
  margin-left: -20px!important;
  /* padding-left: 80px!important; */
  }
}

@media (max-width: 991px) {
  .page-home .okolica .left div {
    padding-left: 50px !important;
  }
  .page-home .okolica .left div:nth-child(1) {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-home .okolica .left div {
    padding-left: 40px !important;
    font-size: 10px;
    float: left;
    width: 45%;
    margin-bottom: 0px;
    margin-left: 20px !important;
    display: inline-block;

  }

  .page-home .con{
    margin-top: -30px !important;
  }

.page-home .okolica .right {
  text-align: center;
}
  .page-home .okolica .right img {
    max-width: 600px;
    margin: 0 auto;
    /* width: 90%; */
    float: none;
  }
}

@media (max-width: 600px) {
  .page-home .okolica .left div {
    /* padding-left: 40px !important; */
    /* font-size: 8px; */
  }
  .page-home .okolica .left div strong {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .page-home .okolica .left div {
    font-size: 10px;
    width: 40%;
    line-height: 18px;
  }
}

.page-home .okolica .left div:nth-child(1) {
  background-image: url(../img/osiedle.png);
}

.page-home .okolica .left div:nth-child(2) {
  background-image: url(../img/komunikacja.png);
}

.page-home .okolica .left div:nth-child(3) {
  background-image: url(../img/petla.png);
}

.page-home .okolica .left div:nth-child(4) {
  background-image: url(../img/edukacja.png);
}

.page-home .okolica .left div:nth-child(5) {
  background-image: url(../img/przedszkole.png);
}

.page-home .okolica .left div:nth-child(6) {
  background-image: url(../img/sklep.png);
}

.page-home .okolica .left div:nth-child(7) {
  background-image: url(../img/gastronomia.png);
}

.page-home .okolica .left div:nth-child(8) {
  background-image: url(../img/stadion.png);
}

.page-home .okolica .left div:nth-child(9) {
  background-image: url(../img/kosciol.png);
}

.page-home .okolica .left div:nth-child(10) {
  background-image: url(../img/straz-pozarna.png);
}

.page-home .okolica .left div:nth-child(11) {
  background-image: url(../img/dyskoteka.png);
}

.page-home .okolica .left div:nth-child(12) {
  background-image: url(../img/mechanik.png);
}

.page-home .okolica .left div:nth-child(13) {
  background-image: url(../img/kwiaciarnia.png);
}

.page-home .okolica .left div:nth-child(14) {
  background-image: url(../img/apteka-lekarz.png);
}

.page-home .galeria .gallery {
  float: left;
  width: 100%;
}

.page-home .galeria .gallery .image {
  height: 365px;
  margin-bottom: 30px;
  padding-left: 0px;
}

.page-home .galeria .gallery .image:nth-child(even) {
  padding-left: 15px;
  padding-right: 0px;
}

.page-home .galeria .gallery .image a {
  float: left;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-home .galeria .gallery .image a .green-box {
  height: 100%;
  display: none;
  transition: 0.2s;
}

.page-home .galeria .gallery .image a .green-box .plus {
  float: left;
  width: 100%;
  height: 100%;
  background-image: url(../img/plus.png);
  background-position: center;
  background-repeat: no-repeat;
}

.page-home .galeria .gallery .image a:hover .green-box {
  display: block;
}

@media (max-width: 991px) {
  .page-home .galeria .gallery .image {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.page-home .galeria .subsection-2 {
  height: 800px;
}

.page-home .galeria .subsection-2 .green-box {
  float: left;
}

.page-home .galeria .subsection-2 .green-box h3, .page-home .galeria .subsection-2 .green-box .text {
  text-align: left;
}

.page-home .galeria .subsection-2 .green-box .text a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.page-home .galeria .subsection-2 .green-box .line {
  float: left;
}

.page-home .galeria .subsection-2 .green-box .square {
  float: left;
  margin-left: 80%;
  margin-right: 0px;
}

@media (max-width: 991px) {
  .page-home .galeria .subsection-2 {
    height: auto;
  }
}

/* .page-home .mieszkania {
  min-height: 800px;
  background-position: top center;
} */


.page-home .mieszkania img {
width: 100%;
height: auto;
margin-top: -20px;

}

.page-home .mieszkania .houses {
  float: left;
  width: 100%;
  margin-top: 0px;
  padding-bottom: 80px;
}

.page-home .mieszkania .houses .heading .title, .page-home .mieszkania .houses .house .col {
  float: left;
  width: 14%;
  display: inline;
  text-align: center;
}

.page-home .mieszkania .houses .heading {
  float: left;
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
}

.page-home .mieszkania .houses .heading .title {
  height: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #4c4335;
  text-transform: uppercase;
  font-weight: 700;
}


.page-home .mieszkania .houses .house {
  float: left;
  width: 100%;
  height: 34px;
  margin-bottom: 5px;
}

.page-home .mieszkania .houses .house .col {
  height: 100%;
  font-size: 14px;
  line-height: 34px;
  color: #4c4335;
}

.page-home .mieszkania .houses .house .col a {
  color: #4c4335;
  text-decoration: none;
}


.page-home .mieszkania .houses .house.wolny .col,
.page-home .mieszkania .houses .house.wolny .col a {
  background-color: none;
  color: #2C2C2C;
}



.page-home .mieszkania .houses .house.sprzedany,
.page-home .mieszkania .houses .house.sprzedany .col:first-child,
.page-home .mieszkania .houses .house.zarezerwowany,
.page-home .mieszkania .houses .house.zarezerwowany .col:first-child {
  background-color: #919EA5;
}
.page-home .mieszkania .houses .house.sprzedany .col,
.page-home .mieszkania .houses .house.sprzedany .col a,
  .page-home .mieszkania .houses .house.sprzedany .col:first-child {

  color: #BBC0C4;
  font-weight: bold;
}

.page-home .mieszkania .houses .house.zarezerwowany .col,
.page-home .mieszkania .houses .house.zarezerwowany .col a,
  .page-home .mieszkania .houses .house.zarezerwowany .col:first-child {

  color: #fff;
  font-weight: bold;
}


.page-home .mieszkania .houses .house .col:first-child {
  font-weight: 700 !important;
  color: #fff;
  background-color: #39AE60;
  /* border-right: 15px solid #fff !important; */
}

.page-home .mieszkania .houses .house.wolny .col.status {
  color: #39AE60;
}

@media (max-width: 991px) {
  .page-home .mieszkania {
    min-height: none;
    background-size: contain;
    background-position: center 120px;
  }
  .page-home .mieszkania .house-box {
    float: left;
    width: 100%;
    height: 288px;
    overflow-y: scroll;
  }
  /* .page-home .mieszkania .houses {
    margin-top: 25% !important;
  } */
  .page-home .mieszkania .houses .heading .title, .page-home .mieszkania .houses .house .col {
    width: 25%;
    font-size: 12px;
    line-height: 20px;
  }
  .page-home .mieszkania .houses .heading, .page-home .mieszkania .houses .house {
    height: 67px;
    padding-top: 5px;
    box-sizing: border-box;
  }
  .page-home .mieszkania .houses .heading {
    height: 87px;
  }
  .page-home .mieszkania .houses .house .col a {
    font-weight: 700;
  }
}

@media (max-width: 600px) {
  .page-home .mieszkania .houses .title {
    font-size: 10px!important;
  }
}

@media (max-width: 450px) {
  .page-home .mieszkania .houses .title {
    font-size: 8px!important;
  }
}

@media (max-width: 350px) {
  .page-home .mieszkania .houses .heading .title, .page-home .mieszkania .house .col {
    font-size: 10px;
    line-height: 20px;
  }

  .page-home .mieszkania .houses .title {
    font-size: 6px!important;
  }
}

.h2_line {
  position: relative;
}
.page-home  .content-full {
  width: 100vw;
}

.wnetrza h3 {
margin-bottom: 40px;
 text-align: center;
 font-size: 28px;
 line-height: 37px;
 letter-spacing: 0.2em;
font-weight: 7700;
text-transform: uppercase;
 color: #919EA5;
 margin-top: -50px;
}

/* .page-home .wnetrza h2 {
  float: right;
  color: #fff;
  border-color: #fff;
  position: absolute;
  z-index: 8888;
  margin-top: 80px;
} */

@media (min-width: 992px) {
  .page-home .wnetrza h2 {
    right: 10%;
  }
}

.page-home .wnetrza .subsection {
  height: 800px;
}

.page-home .wnetrza .subsection .details {
  float: left;
  width: 100%;
  /* margin-top: 140px; */
}

.page-home .wnetrza .subsection .details .left {
  padding-left: 0px;
}

.page-home .wnetrza .subsection .details .left .green-box {
  display: initial;
  font-size: 36px;
  font-weight: 700;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 62px;
  padding-right: 62px;
}

.page-home .wnetrza .subsection .details .right {
  padding-right: 0px;
}

.page-home .wnetrza .subsection .details .right img {
  float: right;
  width: 100%;
  height: auto;
  max-width: 260px;
}

.page-home .wnetrza .swiper-pagination {
  max-width: 103px;
  max-height: 22px;
  overflow: hidden;
}

.page-home .wnetrza .swiper-pagination-bullet {
  opacity: 1;
  background-color: #39AE60;
  margin-right: 4px;
}

.page-home .wnetrza .swiper-pagination-bullet:first-child {
  margin-left: 40px;
}

.page-home .wnetrza .swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  margin-bottom: -2px;
}

.page-home .wnetrza .pagination {
  /* float: right; */
  /* width: 20%; */
  height: 30px;
  margin-top: -130px;
  width: auto;
  min-width: 250px;
  margin-right: 0%;
  position: absolute;
  left: 50%;
  transform: translateX(-70px);
  z-index: 90;
}

.page-home .wnetrza .pagination #prev, .page-home .wnetrza .pagination #next {
  float: left;
  width: 31px;
  height: 30px;
  position: absolute;
  z-index: 8888;
}

.page-home .wnetrza .pagination #prev {
  background-image: url(../img/prev.png);
}

.page-home .wnetrza .pagination #next {
  float: right;
  margin-left: 110px;
  background-image: url(../img/next.png);
}

@media (max-width: 991px) {
  .page-home .wnetrza h2 {
    margin-top: 60px;
  }
  .page-home .wnetrza .content {
    width: 100%;
  }
  .page-home .wnetrza .subsection {
    height: auto;
    background: none !important;
    background-color: #39AE60 !important;

  }

  .page-home .wnetrza .subsection h3 {
    color: #fff!important;
  }
  .page-home .wnetrza .subsection .details {
    margin-top: 100px;
  }
  .page-home .wnetrza .subsection .details .left {
    margin: 0px;
    padding: 0px;
  }
  .page-home .wnetrza .subsection .details .left .green-box {
    position: absolute;
    margin-top: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
  .page-home .wnetrza .subsection .details .right {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-home .wnetrza .subsection .details .right .show {
    display: block;
    width: 100px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/show.png);
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding-top: 50px;
    box-sizing: border-box;
  }
  .page-home .wnetrza .subsection .details .right .show.showed {
    background-image: url(../img/hide.png);
  }
  .page-home .wnetrza .subsection .details .right .prev-m, .page-home .wnetrza .subsection .details .right .next-m {
    float: left;
    width: 31px;
    height: 30px;
    margin-top: -55px;
  }
  .page-home .wnetrza .subsection .details .right .prev-m {
    background-image: url(../img/prev.png);
  }
  .page-home .wnetrza .subsection .details .right .next-m {
    float: right;
    background-image: url(../img/next.png);
    margin-right: 2%;
  }
  .page-home .wnetrza .subsection .details .right img {
    float: none;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 60px;
    display: none;
  }
}


.left_slide_part_desktop {
  height: 800px;
}

.wnetrza .green-box-off {
  margin-right: 0px;
}

@media (min-width: 992px) {
  .right_slide_part_desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 800px;
  }
}

@media (max-width: 991px) {
  .left_slide_part_desktop {
    height: auto;
    background-image: none!important;
  }
}

.page-home .technologia .con {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}

.page-home .technologia .con .box {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.page-home .technologia .con .box .title {
  padding-top: 130px;
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.090em;
  /* color: #0c485a; */
}

.page-home .technologia .con .box .txt {
  font-size: 16px;
  line-height: 26px;
  /* color: #0c485a; */
}

.page-home .technologia .con .box .txt li {
  background-image: url(../img/point.png);
  background-position: left 8px;
  background-repeat: no-repeat;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .page-home .technologia .con {
    margin-bottom: 60px;
  }
  .page-home .technologia .con .box .title, .page-home .technologia .con .box .txt {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-home .technologia .con .box .txt {
    margin-top: 50px;
  }
}

.page-home .kontakt {
  height: 850px;
  margin-top: 100px;
}

@media (max-width: 370px) {
  .page-home .kontakt {
    margin-top: 20px;
  }
}

/* .page-home .kontakt .h2-line {
  background-color: #fff;
}

.page-home .kontakt h2 {
  color: #fff;
  border-color: #fff;
} */

.page-home h2 {
  margin-bottom: 40px;
}

.page-home .kontakt .con {
  float: left;
  font-weight: 600;
  /* letter-spacing:  */
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.page-home .kontakt .data {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.page-home .kontakt .data h3, .page-home .kontakt .data .txt {
  float: left;
  width: 100%;
}

.page-home .kontakt .data h3 {
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 23px;
  color: #39AE60;
}

.page-home .kontakt .data .txt {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
}

.page-home .kontakt .data .txt a {
  color: #000;
  text-decoration: none;
}

.page-home .kontakt form {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.page-home .kontakt form input, .page-home .kontakt form textarea, .page-home .kontakt form #org-code {
  float: left;
  width: 100%;
  height: 35px;
  margin-bottom: 40px;
  padding-left: 5px;
  padding-right: 5px;
  border: none;
  background: none;
  border-bottom: 1px solid #39AE60;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 35px;
  color: #2C2C2C;
  outline: 0 !important;
}

.page-home .kontakt form textarea {
  resize: none;
}

.page-home .kontakt form #org-code {
  background-color: #fff;
  color: #000;
  text-align: center;
  border: 0px;
  outline: none!important;
}

.page-home .kontakt form input[type="submit"] {
  border: 1px solid #39AE60;
  color: #39AE60;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 700;
  /* padding-bottom: 5px; */
  height: 40px;
  margin-top: -5px;
}

@media (max-width: 991px) {
  .page-home .kontakt {
    height: auto;
    background-size: cover;
  }
  .page-home .kontakt .con .txt, .page-home .kontakt .data .col-sm-12, .page-home .kontakt form .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.main-footer {
  float: left;
  width: 100%;
  height: 171px;
  color: #000;
  /* background-color: #39AE60; */
  clear: both;
}

.main-footer .content {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url(../img/logo-footer.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.main-footer .content p {
  float: left;
  width: 100%;
  height: 21px;
  margin-top: 75px;
  font-size: 12px;
  line-height: 21px;
  /* color: #fff; */
}

.main-footer .content p span {
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-top: 6px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #39AE60;
}

.main-footer .content p a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  .main-footer {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .main-footer .content {
    padding-bottom: 180px;
    background-position: bottom center;
  }
  .main-footer .content p {
    margin-top: 0px;
    text-align: center;
  }
}



.inwestor {
  margin-top: -50px;
}
.inwestor_desc {
  color: #2C2C2C;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inwestor_title h3 {
  	color: #919EA5;
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: -10px;
}

@media (max-width: 768px) {
  .inwestor_desc {
    display: block;
  }
  .inwestor_desc img {

    margin: 0 auto ;
    margin-bottom: 20px;
  }
}

.PrgrmLightboxMovieFotoGallery {
  margin-top: 30px;
  margin-left: -15px;
}

.PrgrmLightboxMovieFotoGallery .zoombox .gtiles_foto,
.PrgrmLightboxMovieFotoGallery .zoombox  {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.backdrop {
  background-color: #000;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  top: 0;
  display: none;
  left: 0;
  opacity: 0.8;
}

.PrgrmLightboxMovieFotoGallery .close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  opacity: 0.8;
  width: 40px;
  height: 40px;
  background: url(../lightbox/images/close.png) center no-repeat;
}

.PrgrmLightboxMovieFotoGallery .close {
opacity: 1;
transition-duration: 0.1s;
cursor: pointer;
z-index: 999
}

.PrgrmLightboxMovieFotoGallery .prgrm_lightbox iframe {
width: 80vw;
height: 80vh;
/* max-width: 1300px; */
max-height: 900px;

}

@media (max-width: 1600px) {
  .PrgrmLightboxMovieFotoGallery .prgrm_lightbox iframe {
  width: 80vw;
  height: 80vh;
  /* max-width: 1300px; */
  max-height: 600px;

  }
}

@media (max-width: 1000px) {
  .PrgrmLightboxMovieFotoGallery .prgrm_lightbox iframe {
  width: 80vw;
  height: 80vh;
  /* max-width: 1300px; */
  max-height: 400px;

  }
}

.PrgrmLightboxMovieFotoGallery .prgrm_lightbox {
  display: none;
}


.PrgrmLightboxMovieFotoGallery .LigthboxContent {
  max-width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.PrgrmLightboxMovieFotoGallery .lightbox_item .hoverbox {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #39AE60;
      background-image: url(../img/plus.png);
      z-index: 2;
      opacity: 0;
      background-position: center;
      background-repeat: no-repeat;
      transition-duration: 0.2s;
}

.PrgrmLightboxMovieFotoGallery .lightbox_item:hover .hoverbox  {
  opacity: 0.8;
  cursor: pointer;
  transition-duration: 0.2s;
}

.PrgrmLightboxMovieFotoGallery .lightbox_item .hoverbox.film_hover_class {
  opacity: 0.8;
  position: absolute;
  background-color: #39AE60;
  background-image: url(../img/play-button.png);
  transition-duration: 0.2s;
  bottom: -70%;
  top: 70%;
  background-position: 50% 10%;
  overflow: hidden;
}

.PrgrmLightboxMovieFotoGallery .lightbox_item:hover .hoverbox.film_hover_class {
  transition-duration: 0.2s;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
}




.PrgrmLightboxMovieFotoGallery .zoombox .gtiles_foto {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.PrgrmLightboxMovieFotoGallery .prgrm_lightbox {
max-height: 95vh;
position: fixed;
max-width: 95vw;
width: auto;
height: auto;
overflow: hidden;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 99999;
opacity: 0;
background-color: #fff;
margin: 0 auto;
padding: 4px;
border-radius: 4px;
}

.PrgrmLightboxMovieFotoGallery .prgrm_lightbox img {
  width: 100%;
  height: auto;

}



.PrgrmLightboxMovieFotoGallery .lightbox_cont_prev,
.PrgrmLightboxMovieFotoGallery .lightbox_cont_next
{

  display: block;
  width: 40%;
  height: 90%;
  position: absolute;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  margin: 10px;
  margin-top: 0;
  /* opacity: 0.3; */
  background-color: transparent;
}



.PrgrmLightboxMovieFotoGallery .lightbox_cont_next  {
right: 0;
}

.PrgrmLightboxMovieFotoGallery .lightbox_prev,
.PrgrmLightboxMovieFotoGallery .lightbox_next  {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.PrgrmLightboxMovieFotoGallery .lightbox_prev {
  left: 0;
  background: url(../lightbox/images/prev.png) left 48% no-repeat;
}

.PrgrmLightboxMovieFotoGallery .lightbox_next {
  right: 0;
  background: url(../lightbox/images/next.png) right 48% no-repeat;
}



.PrgrmLightboxMovieFotoGallery .prgrm_lightbox:hover .lighbox_prev,
.PrgrmLightboxMovieFotoGallery .prgrm_lightbox:hover .lighbox_next {
opacity: 0.95s;
transition-duration: 0.3s;
cursor: pointer;
border: 2px solid green;
}



@media (max-width:1600px) {
  .PrgrmLightboxMovieFotoGallery .zoombox .gtiles_foto,
  .PrgrmLightboxMovieFotoGallery .zoombox  {
    height: 230px;
}
}
@media (max-width:1300px) {
  .PrgrmLightboxMovieFotoGallery .zoombox .gtiles_foto,
  .PrgrmLightboxMovieFotoGallery .zoombox  {
    height: 200px;
    margin-bottom: 30px;
}
}

@media (max-width:991px) {
  .PrgrmLightboxMovieFotoGallery .zoombox .gtiles_foto,
  .PrgrmLightboxMovieFotoGallery .zoombox  {
    height:350px;
}

.PrgrmLightboxMovieFotoGallery {
  margin-left: 0;
}
}

@media (max-width:768px) {
  .PrgrmLightboxMovieFotoGallery .zoombox .gtiles_foto,
  .PrgrmLightboxMovieFotoGallery .zoombox  {
    height:350px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
}
}

@media (max-width:370px) {
  .PrgrmLightboxMovieFotoGallery .zoombox .gtiles_foto,
  .PrgrmLightboxMovieFotoGallery .zoombox  {
    height:250px;
}
}
