/* CSS Document */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* CSS Document */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

body, html {
  padding: 0;
  margin: 0;
  font-family: Poppins,sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #000;
  background: #fff;
  /*-webkit-font-smoothing: antialiased;*/
  max-width: 100%;
  overflow-x: hidden; }

*, :after, :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* Thin Scrollbar */
:root {
  scrollbar-color: #d2d2d2 #2e3645 !important;
  scrollbar-width: thin !important; }

:after, :before {
  font-family: "Font Awesome 6 Pro"; }

body {
  font-size: 18px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  color: inherit; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    display: block; }

h2 {
  font-size: 55px; }

a {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.mobile {
  display: none; }

.desktop {
  display: block; }

.imgBack {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%; }
  .imgBack img:nth-child(1) {
    display: none; }
  .imgBack.loading {
    background-image: none !important;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .imgBack.loading:after {
      content: '\f110';
      margin: auto;
      font-size: 56px;
      color: rgba(255, 255, 255, 0.3);
      text-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
      -webkit-animation: rotation 4s infinite linear; }
  .imgBack.contain {
    background-size: contain; }
  .imgBack.imgMulti {
    background-color: #E20714;
    background-blend-mode: multiply; }

.wrapperF {
  width: 1310px;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  position: relative;
  max-width: 100%; }

.wrapper {
  width: 1140px;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  position: relative;
  max-width: 100%; }
  .wrapper.wrapper-left {
    text-align: left; }
  .wrapper .wrap {
    margin: 0 60px;
    text-align: left; }

.itms, .items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.button {
  background: #AFC90C;
  color: #000;
  border-radius: 22.5px;
  padding: 1em 1.5em;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer; }

.tel:before {
  content: '\f095';
  margin: auto 5px auto auto; }

#menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 150px;
  padding: 20px 0;
  background: #FFF;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  #menu .logo {
    height: 90%;
    margin: auto 0 auto 85px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #menu .logo img {
      height: 100%; }
  #menu .nawigacja {
    margin: auto 0 20px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    #menu .nawigacja nav {
      margin: auto; }
      #menu .nawigacja nav ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
        #menu .nawigacja nav ul li {
          text-transform: uppercase;
          position: relative;
          width: fit-content;
          padding: 0;
          margin: 0 5px;
          font-size: 14px;
          font-weight: 700; }
          #menu .nawigacja nav ul li:last-child {
            margin-right: 0; }
    #menu .nawigacja .tel {
      display: inline-block;
      width: fit-content;
      margin: auto 15px auto 30px; }
  .active #menu, .podstrona #menu {
    height: 100px;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.09); }
    .active #menu .nawigacja, .podstrona #menu .nawigacja {
      margin: auto 0; }

main {
  padding: 150px 0 0;
  max-width: 100%; }

#hero {
  height: 580px;
  max-height: calc(100vh - 150px);
  position: relative; }
  #hero .wrap2 {
    top: 81%;
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #hero .wrap2 #cien1 {
      position: absolute;
      left: 15px; }
    #hero .wrap2 #cien2 {
      position: absolute;
      right: 15px; }
    .loaded #hero .wrap2.on {
      opacity: 1; }
  #hero .baner {
    height: 100%;
    width: 100%;
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #hero .baner .foto1 {
      width: 33.5%; }
    #hero .baner .foto2 {
      flex: 1; }
      #hero .baner .foto2 .imgBack {
        background-position: 100% 50%; }
  #hero .haslo {
    margin: auto auto auto 15%;
    width: fit-content;
    height: fit-content;
    position: relative;
    padding: 30px 70px 30px 30px;
    color: #FFF;
    text-align: left; }
    #hero .haslo .tlo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #E20714;
      mix-blend-mode: multiply; }
    #hero .haslo h1 {
      font-size: 50px;
      font-weight: 900;
      line-height: 1;
      text-transform: uppercase;
      position: relative; }
    #hero .haslo h2 {
      font-size: 35px;
      font-weight: 400;
      line-height: 1;
      position: relative; }
    #hero .haslo .t {
      margin: 20px 0 0;
      color: #ffffff;
      font-size: 40px;
      text-transform: uppercase;
      position: relative; }

.items .w {
  text-align: left;
  color: #E20714;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  width: fit-content; }
  .items .w.kl:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background: #AFC90C;
    border-radius: 50%;
    z-index: 0;
    opacity: 0.5; }
  .items .w.kl.kl-rt:before {
    top: -10px;
    right: 7px; }
  .items .w.kl.kl-lt:before {
    top: -15px;
    left: -10px; }
  .items .w.kl.kl-lb:before {
    bottom: -10px;
    left: -10px; }
  .items .w.kl span {
    position: relative;
    z-index: 1; }
.items .t {
  color: #6F6F6E;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 1; }
  .items .t span {
    display: block; }

#inwestycja {
  margin: 50px auto 0; }
  #inwestycja h2 {
    margin: 0 75px; }
  #inwestycja .items.items-dane {
    margin: 75px 105px; }
  #inwestycja .items.items-uklady {
    margin: 35px 15px 35px 70px; }
    #inwestycja .items.items-uklady .item-opis {
      margin: 0;
      padding: 30px 0;
      flex: 1; }
      #inwestycja .items.items-uklady .item-opis h3 {
        font-size: 36px;
        font-weight: 700;
        line-height: 1; }
      #inwestycja .items.items-uklady .item-opis h4 {
        font-size: 36px;
        line-height: 1; }
      #inwestycja .items.items-uklady .item-opis .items-i {
        margin: 30px; }
      #inwestycja .items.items-uklady .item-opis .txt {
        margin: 0 30px; }
        #inwestycja .items.items-uklady .item-opis .txt p {
          margin-bottom: 1em; }
    #inwestycja .items.items-uklady .item-foto {
      width: 40%;
      position: relative;
      margin: 0 0 0 75px; }
      #inwestycja .items.items-uklady .item-foto .foto {
        width: 100%;
        height: 100%;
        position: relative; }
        #inwestycja .items.items-uklady .item-foto .foto .dodatek {
          position: absolute;
          bottom: 0;
          left: 0;
          transform: translate(-50%, 50%); }

.section2 {
  margin: 150px 0;
  height: 75vh;
  position: relative; }
  .section2 .wrapperF {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden; }
  .section2 .foto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .section2 .foto .imgBack {
      height: 115%;
      position: absolute;
      top: 0%; }
  .section2 .haslo {
    margin: auto;
    color: #FFF;
    font-size: 60px;
    font-weight: 900; }
  .section2 iframe {
    height: calc(100vh - 150px);
    max-width: 90vw;
    aspect-ratio: 16 /9;
    margin: auto; }

.parallax-bok .imgBack {
  background-position: 50% 0%; }

#standard {
  margin: 150px 0; }
  #standard .dane {
    padding: 60px 60px 90px;
    border-radius: 20px;
    background: rgba(211, 226, 122, 0.4); }
    #standard .dane h2 {
      font-size: 36px;
      font-weight: 700;
      color: #738406;
      line-height: 1.2;
      margin-bottom: 50px; }
    #standard .dane .items {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 10px; }
      #standard .dane .items .item {
        background: rgba(255, 255, 255, 0.77);
        border-radius: 22px;
        padding: 25px;
        text-align: left; }
        #standard .dane .items .item h3 {
          color: #738406;
          font-size: 18px;
          text-transform: uppercase;
          line-height: 1.5;
          font-weight: 700; }
        #standard .dane .items .item ul {
          list-style: disc;
          margin: 20px 0 0; }
          #standard .dane .items .item ul li {
            margin-left: 30px;
            font-size: 18px;
            line-height: 1.2;
            padding: 3px 0; }

#uklad h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left; }
#uklad h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  text-align: left; }
#uklad .wybor {
  margin: 60px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  #uklad .wybor .button {
    height: 60px;
    line-height: 60px;
    padding: 0 2em;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 30px 0 0;
    border-radius: 30px;
    background: #C7C7C7; }
    #uklad .wybor .button.on {
      background: #AFC90C; }
  #uklad .wybor .wersja_lustro .t {
    font-weight: 700; }
  #uklad .wybor .wersja_lustro .w {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer; }
    #uklad .wybor .wersja_lustro .w .tt {
      margin: auto;
      font-weight: 700;
      text-transform: uppercase; }
    #uklad .wybor .wersja_lustro .w .ico {
      margin: auto 10px;
      font-size: 30px;
      line-height: 1; }
    #uklad .wybor .wersja_lustro .w[data-wersja="nie"] .ico:before {
      content: '\f204'; }
    #uklad .wybor .wersja_lustro .w[data-wersja="tak"] .ico:before {
      content: '\f205';
      font-weight: 900; }
#uklad .plan > div {
  display: none; }
#uklad .plan .on {
  display: block; }
#uklad .plan img {
  width: 100%;
  display: none; }
#uklad .plan[data-wersja="nie"] .on img[data-wersja="nie"] {
  display: block; }
#uklad .plan[data-wersja="tak"] .on img[data-wersja="tak"] {
  display: block; }

#domy {
  margin-top: 75px; }
  #domy h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700; }
  #domy .items {
    margin: 75px 0 0; }
    #domy .items .filtr h3 {
      font-size: 18px;
      font-weight: 700; }
    #domy .items .filtr ul {
      margin: 10px 0 30px; }
      #domy .items .filtr ul li {
        color: #6D6E70;
        text-transform: uppercase;
        margin: 0 0 15px;
        line-height: 1;
        width: 100%;
        cursor: pointer;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
        #domy .items .filtr ul li .radio {
          position: relative;
          margin: auto 0;
          line-height: 1; }
          #domy .items .filtr ul li .radio:before {
            content: '';
            height: 19px;
            width: 19px;
            border: 2px solid #6D6E70;
            border-radius: 50%;
            background: #FFF;
            position: relative;
            display: inline-block; }
        #domy .items .filtr ul li .pd {
          margin: auto auto auto 5px;
          line-height: 1; }
        #domy .items .filtr ul li.on .radio {
          margin-left: 1px; }
          #domy .items .filtr ul li.on .radio:before {
            border: 3px solid #FFF;
            background: #AFC90C;
            width: 17px;
            height: 17px;
            box-shadow: 0 0 0 2px #AFC90C; }
    #domy .items .item-foto {
      flex: 1; }
  #domy .legenda > div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px; }
  #domy .legenda .kw {
    width: 25px;
    height: 25px;
    margin: auto 0; }
  #domy .legenda .zarezerwowane .kw {
    border: 1px solid #F00;
    background: rgba(255, 0, 0, 0.47); }
  #domy .legenda .sprzedane .kw {
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0.6); }
  #domy .legenda .t {
    font-size: 16px;
    text-transform: none;
    margin: auto auto auto 5px;
    font-weight: 500; }

.section3 .haslo {
  margin: 0 auto; }
  .section3 .haslo h2 {
    font-size: 75px;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5); }
  .section3 .haslo .items-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 4vmin auto;
    max-width: 1140px;
    width: 100%;
    font-size: 20px;
    line-height: 1.1;
    text-transform: none;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
    padding: 0 50px; }
    .section3 .haslo .items-grid .item ul {
      list-style: none;
      text-align: left;
      font-weight: 400; }
      .section3 .haslo .items-grid .item ul li {
        margin: 0 0 15px;
        position: relative; }
        .section3 .haslo .items-grid .item ul li:before {
          content: '';
          width: 5px;
          height: 5px;
          border-radius: 50%;
          position: absolute;
          background: #FFF;
          display: block;
          left: -10px;
          top: 10px; }
        .section3 .haslo .items-grid .item ul li:marker {
          display: none; }

#historia {
  margin: 150px 0; }
  #historia .hist1 {
    position: relative;
    z-index: 2; }
    #historia .hist1 .tlo {
      position: absolute;
      top: 50px;
      right: 0; }
      #historia .hist1 .tlo img {
        max-width: 100%; }
    #historia .hist1 .wrp {
      width: 55%;
      max-width: 600px;
      text-align: left; }
      #historia .hist1 .wrp h2 {
        font-size: 36px;
        line-height: 1.1; }
      #historia .hist1 .wrp .txt {
        font-size: 20px;
        line-height: 1.5;
        margin: 30px 0; }
  #historia .items-2 {
    position: relative;
    z-index: 1;
    margin: 70px 0 0; }
    #historia .items-2 .item-foto {
      margin-bottom: 70px;
      position: relative; }
      #historia .items-2 .item-foto .tlo {
        position: absolute;
        background: #AFC90C;
        opacity: .14;
        border-radius: 20px;
        z-index: 1;
        left: 100px;
        top: -30%;
        width: 518px;
        height: 482px; }
      #historia .items-2 .item-foto img {
        position: relative;
        z-index: 2;
        display: inline-block; }
    #historia .items-2 .item-txt {
      flex: 1;
      margin: auto auto 0 70px;
      text-align: left;
      font-size: 20px;
      line-height: 1.5; }

#lokalizacja h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase; }
#lokalizacja h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  text-transform: none; }
#lokalizacja .txt {
  margin: 50px auto;
  width: 80%; }
#lokalizacja .legenda .items-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  padding: 100px 50px; }
  #lokalizacja .legenda .items-grid .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #lokalizacja .legenda .items-grid .item .iko {
      margin: auto 0; }
    #lokalizacja .legenda .items-grid .item .t {
      margin: auto auto auto 15px;
      text-align: left; }
      #lokalizacja .legenda .items-grid .item .t strong {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 700;
        display: block; }
      #lokalizacja .legenda .items-grid .item .t span {
        font-size: 18px;
        line-height: 1.1;
        font-weight: 400; }

.swiper {
  height: 100%;
  position: relative; }
  .swiper .swiper-slide {
    position: relative; }

.swiper-button-next {
  position: relative;
  z-index: 99;
  bottom: auto;
  top: auto;
  right: auto;
  left: auto;
  width: 60px;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #FFF;
  color: #AFC90C;
  border: 1px solid #FFF; }
  .swiper-button-next:before {
    content: '\f061';
    margin: auto;
    line-height: 1;
    font-size: 20px; }
  .swiper-button-next:after {
    display: none; }
  .swiper-button-next:hover {
    background: #AFC90C;
    color: #FFF; }

.swiper-button-prev {
  position: relative;
  z-index: 99;
  bottom: auto;
  top: auto;
  right: auto;
  left: auto;
  width: 60px;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #AFC90C;
  color: #FFF;
  border: 1px solid #AFC90C; }
  .swiper-button-prev:before {
    content: '\f060';
    margin: auto;
    line-height: 1;
    font-size: 20px; }
  .swiper-button-prev:after {
    display: none; }
  .swiper-button-prev:hover {
    background: #FFF;
    color: #AFC90C; }

#galeria-otoczenie {
  width: 100%;
  height: 75vh;
  position: relative;
  z-index: 2; }
  #galeria-otoczenie .swiper {
    height: 100%;
    width: 100%; }
  #galeria-otoczenie .items-wrap {
    height: auto;
    text-align: right;
    padding: 0 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    #galeria-otoczenie .items-wrap .next, #galeria-otoczenie .items-wrap .prev {
      position: relative; }

#galeria {
  padding: 160px 0;
  background: #F7F7F7; }
  #galeria h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px; }
  #galeria .nawigacja-buttons {
    display: flex;
    flex-flow: row nowrap;
    gap: 15px;
    padding-bottom: 50px; }
    #galeria .nawigacja-buttons .button {
      background: none;
      border: 1px solid #afc90c; }
  #galeria .items-grid {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    grid-auto-rows: 260px; }
    #galeria .items-grid .item {
      position: relative;
      overflow: hidden;
      border-radius: 10px; }
      #galeria .items-grid .item:nth-child(9n+1) {
        grid-row: span 2; }
      #galeria .items-grid .item:nth-child(9n+2) {
        grid-column: span 2; }
      #galeria .items-grid .item:nth-child(9n+3) {
        grid-row: span 1; }
      #galeria .items-grid .item:nth-child(9n+4) {
        grid-row: span 1; }
      #galeria .items-grid .item:nth-child(9n+5) {
        grid-column: span 2; }
      #galeria .items-grid .item:nth-child(9n+6) {
        grid-row: span 2;
        grid-column: span 2; }
      #galeria .items-grid .item:nth-child(9n+7) {
        grid-row: span 2; }
      #galeria .items-grid .item:nth-child(9n+8) {
        grid-row: span 1; }
      #galeria .items-grid .item:nth-child(9n+9) {
        grid-row: span 1; }
      #galeria .items-grid .item .imgBack {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        #galeria .items-grid .item .imgBack:hover {
          box-shadow: inset 0 5px 25px 0 rgba(0, 0, 0, 0.1); }
    #galeria .items-grid .podpis {
      position: absolute;
      bottom: 0;
      padding: .5em 1em;
      font-size: 12px;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 0 5px 0 0; }
  #galeria .szczegoly {
    text-align: center;
    padding: 100px 0;
    color: #FFF;
    background: #000; }
    #galeria .szczegoly .t1 {
      font-size: 15px;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 8px;
      line-height: 1;
      display: block; }
    #galeria .szczegoly a {
      display: block;
      line-height: 2;
      font-size: 34px; }
  #galeria[data-galeria="zdjecia"] .nawigacja-buttons .button[data-galeria="zdjecia"] {
    background: #afc90c; }
  #galeria[data-galeria="zdjecia"] .items-grid[data-galeria="zdjecia"] {
    display: grid; }
  #galeria[data-galeria="wizualizacje"] .items-grid[data-galeria="wizualizacje"] {
    display: grid; }
  #galeria[data-galeria="wizualizacje"] .nawigacja-buttons .button[data-galeria="wizualizacje"] {
    background: #afc90c; }

#elingeslan {
  padding: 60px 0; }
  #elingeslan .logo {
    margin-bottom: 100px;
    text-align: center; }
  #elingeslan .txt-col-2 {
    column-count: 2;
    column-gap: 75px;
    margin-bottom: 75px;
    text-align: left; }
  #elingeslan .txt-col-1 {
    column-count: 1;
    margin-bottom: 75px;
    text-align: left; }

#mapa {
  width: 100%;
  height: 75vh;
  position: relative; }
  #mapa .dodatek {
    position: absolute;
    bottom: 0;
    left: 0;
    width: fit-content;
    transform: translate(-50%, 50%); }

#mapagoogle {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

footer.footerStaly {
  background: #AFC90C;
  padding: 50px 0 30px; }
  footer.footerStaly .itms {
    padding: 0 60px;
    text-align: left;
    flex-wrap: nowrap; }
    footer.footerStaly .itms .item {
      flex: 1;
      text-align: left; }
      footer.footerStaly .itms .item .tel {
        font-size: 45px;
        line-height: 1.5;
        font-weight: 400; }
        footer.footerStaly .itms .item .tel:before {
          display: none; }
      footer.footerStaly .itms .item .itms-biuro {
        margin: 30px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 60px; }
        footer.footerStaly .itms .item .itms-biuro h3 {
          grid-column: span 3;
          font-weight: 700; }
      footer.footerStaly .itms .item .spolecznosci {
        line-height: 4; }
        footer.footerStaly .itms .item .spolecznosci a:before {
          font: var(--fa-font-brands); }
        footer.footerStaly .itms .item .spolecznosci a.facebook:before {
          content: '\f082'; }
      footer.footerStaly .itms .item .nawigacja {
        font-size: 14px;
        text-decoration: underline; }
        footer.footerStaly .itms .item .nawigacja > * {
          margin-right: 15px; }
    footer.footerStaly .itms .formularz {
      width: 570px; }
      footer.footerStaly .itms .formularz h2 {
        padding: 50px 50px 0; }
        footer.footerStaly .itms .formularz h2 span {
          font-size: 55px;
          font-weight: 900;
          line-height: 1; }
          footer.footerStaly .itms .formularz h2 span.m {
            font-size: 35px; }
      footer.footerStaly .itms .formularz form {
        background: #536A00;
        border-radius: 10px;
        margin-top: -120px;
        box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.5);
        color: #FFF; }
        footer.footerStaly .itms .formularz form .dane {
          overflow: hidden;
          padding: 0 80px 50px; }
  footer.footerStaly .footerBottom {
    margin: 60px 0 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 12px;
    line-height: 1.2; }
    footer.footerStaly .footerBottom .itms {
      padding: 40px 60px 0;
      border-top: 1px solid #FFF; }
    footer.footerStaly .footerBottom .projekt {
      margin: auto 0; }
    footer.footerStaly .footerBottom .item {
      text-align: right;
      margin: auto 0; }

.lupa {
  position: relative;
  overflow: hidden; }
  .lupa div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .lupa:after {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    content: '\f00e';
    font-weight: 300;
    color: #d3d3d3;
    /*rgba(255, 255, 255, 0.5);*/
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    z-index: 9;
    font-size: 20px; }
  .lupa:hover div {
    transform: scale(1.1);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out; }

form .infoZ {
  margin: 0 15px 15px; }
form .inputy {
  margin: 30px auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  padding: 0; }
  form .inputy .inp {
    border-radius: 6px;
    line-height: 3;
    background: #FFF;
    width: 100%;
    position: relative; }
    form .inputy .inp label {
      position: absolute;
      left: 10px;
      font-size: 17px;
      color: #000;
      top: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    form .inputy .inp input {
      border: none;
      padding: 6px 10px;
      width: 100%;
      font-size: 17px;
      outline: none; }
    form .inputy .inp.text label {
      font-size: 10px;
      line-height: 1.3; }
    form .inputy .inp.err label {
      color: #F00; }
form .zgody {
  padding: 0; }
  form .zgody .zgoda {
    margin: 0 auto 10px 0;
    color: #FFF;
    font-size: 10px;
    font-weight: 300;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    form .zgody .zgoda .check-zgoda {
      margin: 0 20px auto 0;
      float: none;
      color: #FFF;
      font-size: 20px; }
      form .zgody .zgoda .check-zgoda:before {
        content: '\f0c8';
        font-weight: 400; }
    form .zgody .zgoda.err .check-zgoda:before {
      color: #900 !important; }
    form .zgody .zgoda.check .check-zgoda:before {
      content: '\f14a';
      font-weight: 900; }
form .infRodo {
  color: #FFF;
  margin: 20px 0;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.2em; }
form .button {
  background: #E20714;
  color: #FFF;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 4em;
  border: none;
  outline: none;
  border-radius: 50px; }

#cookie {
  position: fixed;
  z-index: 99999;
  bottom: 8px;
  margin: auto;
  left: 0;
  width: 100vw; }
  #cookie .items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  #cookie .wrapper {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    font-size: 9px;
    line-height: 1;
    padding: 7px 60px;
    margin: auto;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5); }
    #cookie .wrapper .items {
      padding: 5px 0; }
      #cookie .wrapper .items p {
        margin: auto 0;
        padding-right: 100px;
        flex: 1;
        text-align: left; }
      #cookie .wrapper .items a.pp {
        color: #000;
        text-decoration: underline; }
      #cookie .wrapper .items a.button {
        margin: auto 0;
        width: auto;
        border: 1px solid #000;
        color: #000;
        text-align: center;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 10px;
        border-radius: 25px;
        background: #FFF; }
        #cookie .wrapper .items a.button:hover {
          background: #000;
          color: #FFF; }

.formTel {
  position: fixed;
  top: 90px;
  right: 0;
  width: 400px;
  color: #FFF;
  background: #000;
  z-index: 999999999;
  -webkit-transition: right 1s ease-in-out;
  -moz-transition: right 1s ease-in-out;
  -o-transition: right 1s ease-in-out;
  -ms-transition: right 1s ease-in-out;
  transition: right 1s ease-in-out; }
  .formTel .srodek {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }
  .formTel .zamknij {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    color: #738406;
    z-index: 9; }
    .formTel .zamknij:before {
      content: '\f00d';
      font-size: 25px;
      font-weight: 300; }
  .formTel .click {
    background: #AFC90C;
    color: #FFF;
    position: absolute;
    width: auto;
    height: auto;
    padding: 3px 40px 10px;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 0;
    opacity: 0;
    cursor: pointer;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top: 5px solid #E20714; }
    .formTel .click .tytul {
      white-space: nowrap;
      margin: auto; }
      .formTel .click .tytul span {
        display: block;
        line-height: 1;
        text-align: center; }
        .formTel .click .tytul span:first-child {
          font-weight: 300;
          font-size: 17px; }
        .formTel .click .tytul span:last-child {
          font-weight: 700;
          font-size: 25px; }
  .formTel .wrap {
    background: #AFC90C;
    border-left: 20px solid #E20714;
    padding: 20px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    text-align: left;
    color: #000; }
    .formTel .wrap h3 {
      font-size: 29px;
      font-weight: 700;
      margin: .5em 0;
      color: #000; }
    .formTel .wrap .tel {
      display: inline-block;
      font-size: 40px;
      font-weight: 300;
      margin-bottom: 10px;
      padding: 0; }
      .formTel .wrap .tel:before {
        display: none; }
    .formTel .wrap h4 {
      font-size: 12px;
      font-weight: 300;
      text-transform: uppercase;
      margin: 0;
      line-height: 1.2em;
      color: #000; }
    .formTel .wrap .zgoda, .formTel .wrap .infRodo {
      color: #000 !important; }
    .formTel .wrap .zgoda .check-zgoda {
      color: #000 !important; }
  .formTel form .inputy {
    margin: 10px auto;
    grid-gap: 10px; }
  .formTel.off {
    right: -400px; }
    .formTel.off .srodek {
      box-shadow: none; }
    .formTel.off .click {
      opacity: 1; }

#pzt {
  position: relative; }
  #pzt svg {
    position: absolute;
    z-index: 1;
    overflow: visible;
    width: 100%; }
    #pzt svg .planpole {
      fill: #000;
      fill-opacity: 0; }
      #pzt svg .planpole.status-S {
        fill: #000 !important;
        fill-opacity: 0.5 !important;
        stroke-width: 0 !important; }
      #pzt svg .planpole.status-R {
        fill: #F00 !important;
        fill-opacity: 0.5 !important;
        stroke: #F00 !important;
        stroke-width: 2px !important;
        stroke-opacity: 1 !important; }
      #pzt svg .planpole:hover {
        fill: #FFF;
        fill-opacity: 0.5;
        stroke: #FFF;
        stroke-width: 2px;
        stroke-opacity: 1;
        opacity: 1;
        cursor: pointer; }
      #pzt svg .planpole.on {
        fill: #FFF;
        fill-opacity: .5;
        stroke: #AFC90C;
        stroke-width: 5px;
        stroke-opacity: 1;
        opacity: 1; }
    #pzt svg #infoMetka {
      opacity: 0;
      visibility: hidden; }
      #pzt svg #infoMetka .metka-cena {
        font-size: 16px;
        font-weight: 900;
        line-height: 1;
        color: #E20714;
        letter-spacing: 1px; }
        #pzt svg #infoMetka .metka-cena.brak .d {
          display: none; }
      #pzt svg #infoMetka .metka-dom {
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
        color: #000;
        letter-spacing: 1px; }
      #pzt svg #infoMetka .metka-dzialka, #pzt svg #infoMetka .metka-pow {
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        color: #000; }
      #pzt svg #infoMetka .metka-pokoje {
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        color: #000;
        letter-spacing: 1px; }
  #pzt .pztplan {
    position: relative;
    width: 100%; }

/* plan */
#max {
  display: block;
  width: 100vw;
  min-height: 100vh;
  background: #FFF;
  z-index: 8;
  top: 80px;
  left: 0;
  border: 8px solid #738406; }
  #max .zamknijMax {
    color: #FFF;
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    text-transform: uppercase;
    font-size: .7rem;
    text-align: center;
    z-index: 9999; }
    #max .zamknijMax:before {
      content: '\f00d';
      font-weight: 900;
      display: block;
      font-size: 2rem;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    #max .zamknijMax:hover:before {
      transform: rotate(-90deg); }
  #max .maxPlan {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 100vw; }
    #max .maxPlan #promocja {
      position: absolute;
      top: 25vh;
      left: 25px; }
    #max .maxPlan .planImg {
      flex: 1;
      height: 100%;
      padding: 1rem; }
      #max .maxPlan .planImg header.plMax {
        position: relative;
        height: auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
      #max .maxPlan .planImg header .logotyp {
        display: inline-block;
        height: 3em; }
        #max .maxPlan .planImg header .logotyp > * {
          height: 100%;
          width: auto;
          position: relative;
          display: inline-block; }
        #max .maxPlan .planImg header .logotyp img {
          height: 100%; }
      #max .maxPlan .planImg header .tytuly {
        margin: auto auto auto 80px;
        padding-right: 4em;
        position: relative;
        color: #000;
        font-weight: 700; }
        #max .maxPlan .planImg header .tytuly h2 {
          font-size: 30px;
          text-shadow: none;
          text-transform: none;
          margin: auto; }
        #max .maxPlan .planImg header .tytuly .parametry {
          margin: 0;
          text-align: left;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-justify-content: space-between;
          justify-content: space-between; }
          #max .maxPlan .planImg header .tytuly .parametry .item {
            margin: 15px 15px 0 0; }
            #max .maxPlan .planImg header .tytuly .parametry .item .t {
              font-size: 12px;
              font-weight: 300;
              line-height: 1; }
            #max .maxPlan .planImg header .tytuly .parametry .item.item-cena .w {
              display: flex;
              align-items: center;
              flex-direction: column; }
              #max .maxPlan .planImg header .tytuly .parametry .item.item-cena .w .s {
                font-size: .7em;
                text-decoration: line-through; }
        #max .maxPlan .planImg header .tytuly .cena {
          font-size: 1.5em; }
          #max .maxPlan .planImg header .tytuly .cena span {
            color: #AFC90C;
            font-weight: 700; }
      #max .maxPlan .planImg .planyIMG {
        width: auto;
        height: auto;
        position: relative;
        margin: 50px 0 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        #max .maxPlan .planImg .planyIMG .head {
          text-align: left; }
          #max .maxPlan .planImg .planyIMG .head .buttons {
            margin: auto 10px;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-justify-content: flex-start;
            justify-content: flex-start; }
            #max .maxPlan .planImg .planyIMG .head .buttons span {
              margin: auto 0; }
            #max .maxPlan .planImg .planyIMG .head .buttons a {
              text-transform: uppercase;
              font-weight: 700;
              color: #AFC90C;
              margin-left: 10px;
              position: relative; }
              #max .maxPlan .planImg .planyIMG .head .buttons a.on {
                color: #E20714; }
              #max .maxPlan .planImg .planyIMG .head .buttons a:before {
                width: 0;
                color: #E20714;
                overflow: hidden;
                position: absolute;
                content: attr(data-tekst);
                font-family: Lato;
                font-weight: 700;
                height: 100%;
                transition: all .5s ease-in; }
              #max .maxPlan .planImg .planyIMG .head .buttons a:hover:before {
                width: 100%; }
        #max .maxPlan .planImg .planyIMG .planR {
          display: inline-block;
          flex: 1; }
          #max .maxPlan .planImg .planyIMG .planR img {
            width: 100%; }
        #max .maxPlan .planImg .planyIMG .fOpis {
          font-size: 14px;
          margin: 50px 20px;
          width: 220px;
          text-align: center;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: column wrap;
          flex-flow: column wrap;
          -webkit-justify-content: center;
          justify-content: center;
          background: #FFF;
          z-index: 2; }
          #max .maxPlan .planImg .planyIMG .fOpis .nrl {
            display: block;
            background: rgba(0, 0, 0, 0.6);
            color: #FFF;
            width: 100%;
            text-align: center;
            line-height: 1.7em;
            margin: 0;
            font-weight: 700; }
          #max .maxPlan .planImg .planyIMG .fOpis .dane {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: column wrap;
            flex-flow: column wrap;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            margin: 0;
            padding: 10px 0;
            border-bottom: 1px solid #AFC90C;
            color: #000;
            width: 100%;
            font-weight: 300; }
            #max .maxPlan .planImg .planyIMG .fOpis .dane .tytul {
              line-height: 1;
              margin: 0;
              font-size: 12px;
              color: #738406;
              text-align: center;
              padding: 0; }
            #max .maxPlan .planImg .planyIMG .fOpis .dane .wart {
              margin: auto 0;
              text-transform: none;
              text-align: center;
              font-size: 16px;
              font-weight: 400;
              line-height: 1;
              padding: 0; }
            #max .maxPlan .planImg .planyIMG .fOpis .dane:last-child {
              border: none; }
          #max .maxPlan .planImg .planyIMG .fOpis .pdf {
            display: block;
            width: 100%;
            text-align: center;
            height: 45px;
            background: #FFF;
            position: relative;
            margin: 15px 0 0;
            border: 2px solid #738406;
            overflow: hidden; }
            #max .maxPlan .planImg .planyIMG .fOpis .pdf span {
              display: block;
              position: absolute;
              line-height: 43px;
              width: 100%;
              height: 100%; }
              #max .maxPlan .planImg .planyIMG .fOpis .pdf span.on {
                top: -47px;
                left: 0;
                background: #FFF;
                color: #738406; }
                #max .maxPlan .planImg .planyIMG .fOpis .pdf span.on:before {
                  content: '\f019';
                  font-weight: 400; }
              #max .maxPlan .planImg .planyIMG .fOpis .pdf span.off {
                top: 0;
                left: 0;
                color: #FFF;
                background: #738406;
                text-transform: uppercase; }
        #max .maxPlan .planImg .planyIMG.on {
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-justify-content: space-between;
          justify-content: space-between; }
      #max .maxPlan .planImg .inf {
        font-size: 9px;
        color: rba(0, 0, 0, 0.4);
        line-height: 1em; }
    #max .maxPlan .dKont {
      padding: 80px 2rem;
      border-left: 1px solid #738406;
      background: #738406;
      margin: 0 auto;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      width: 350px; }
      #max .maxPlan .dKont .dflex h2 {
        font-size: 25px;
        font-weight: 700;
        margin: 0 0 15px;
        text-align: left;
        text-transform: none;
        line-height: 1;
        color: #FFF; }
      #max .maxPlan .dKont .dflex h3 {
        font-size: 18px;
        font-weight: 300;
        margin: 0;
        text-align: left;
        text-transform: none;
        line-height: 1;
        color: #FFF; }
      #max .maxPlan .dKont .dflex .tel {
        color: #FFF;
        font-size: 30px;
        font-weight: 700;
        line-height: 2; }
      #max .maxPlan .dKont .dflex h4 {
        font-size: 19px;
        font-weight: 700;
        margin: 0;
        line-height: 1.2em; }
      #max .maxPlan .dKont form .inputy {
        grid-gap: 10px; }
        #max .maxPlan .dKont form .inputy .inp {
          width: 100%; }
          #max .maxPlan .dKont form .inputy .inp.telefon:before {
            color: #738406; }
          #max .maxPlan .dKont form .inputy .inp.email:before {
            color: #738406; }
          #max .maxPlan .dKont form .inputy .inp input {
            color: #000; }
      #max .maxPlan .dKont form .zgody .tr.zgoda {
        color: rgba(255, 255, 255, 0.75);
        font-size: 9px;
        line-height: 1.2em;
        margin: 0 auto;
        text-align: left; }
        #max .maxPlan .dKont form .zgody .tr.zgoda .check-zgoda:before {
          color: #FFF; }
      #max .maxPlan .dKont form .infRodo {
        color: #FFF; }
      #max .maxPlan .dKont form .akcja {
        text-align: center;
        margin: 25px auto 0; }
        #max .maxPlan .dKont form .akcja .button {
          background: #AFC90C; }
      #max .maxPlan .dKont .kontakt {
        width: 100%;
        background: #AFC90C;
        margin: 25px auto;
        padding: 20px;
        color: #FFF;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        #max .maxPlan .dKont .kontakt .inf {
          margin: auto;
          text-align: center; }
          #max .maxPlan .dKont .kontakt .inf h4 {
            font-size: 24px;
            color: rgba(255, 255, 255, 0.75);
            font-weight: 700;
            margin: 0 auto 15px; }
            #max .maxPlan .dKont .kontakt .inf h4.d {
              margin-top: 25px; }
          #max .maxPlan .dKont .kontakt .inf a {
            font-size: 24px;
            display: block; }
            #max .maxPlan .dKont .kontakt .inf a.m {
              font-size: 18px; }
          #max .maxPlan .dKont .kontakt .inf div {
            margin-bottom: 15px; }
            #max .maxPlan .dKont .kontakt .inf div span {
              display: block; }

#finansowanie {
  padding: 150px 0;
  position: relative;
  background: #f9f9f9; }
  #finansowanie .wrapper h2 {
    text-align: left;
    font-size: 44px;
    font-weight: 700;
    line-height: 2;
    text-transform: none; }
  #finansowanie .wrapper .items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #finansowanie .wrapper .items .item {
      color: #313131;
      text-align: left; }
      #finansowanie .wrapper .items .item p {
        margin-bottom: 15px; }
      #finansowanie .wrapper .items .item.item-1 {
        margin-right: 90px;
        margin-top: 26px;
        font-size: 14px;
        width: 35%;
        font-weight: 300; }
        #finansowanie .wrapper .items .item.item-1 .logo {
          width: 100%; }
          #finansowanie .wrapper .items .item.item-1 .logo img {
            width: 100%; }
        #finansowanie .wrapper .items .item.item-1 .godz {
          margin: 50px 15px; }
          #finansowanie .wrapper .items .item.item-1 .godz .gi {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-justify-content: space-between;
            justify-content: space-between; }
        #finansowanie .wrapper .items .item.item-1 .daneKontakt {
          margin: 0 15px; }
      #finansowanie .wrapper .items .item.item-2 {
        flex: 1;
        font-size: 18px; }

#powiadom {
  height: 100vh; }
  #powiadom .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center; }
    #powiadom .wrapper header {
      margin: auto auto 30px; }
      #powiadom .wrapper header a img {
        width: 150px; }
    #powiadom .wrapper .centra {
      margin: 30px auto auto; }

@media only screen and (max-width: 1366px) {
  .section3 .haslo h2 {
    font-size: 9vmin; }

  #galeria-otoczenie .items-grid {
    padding: 0 5%; } }
@media only screen and (max-width: 1310px) {
  .wrapper {
    padding: 0 7%;
    width: 100%; }

  #menu .logo {
    margin: auto 0;
    height: 100%; } }
@media only screen and (max-width: 1024px) {
  #menu {
    height: 100px;
    /*.nawigacja {
        margin: 0 0 auto auto;
        nav.menu2 {
            li {
                font-size: 14px;
            }
        }
    }*/ }
    #menu .menuMobile {
      margin: auto 0; }

  main {
    padding-top: 100px; }

  #hero .swiper .haslo {
    max-width: 55%; }
    #hero .swiper .haslo h2 {
      font-size: 45px; }
    #hero .swiper .haslo .txt {
      font-size: 14px;
      line-height: 1.4; }
  #hero .swiper .swiper-button-prev {
    right: auto;
    left: 0; }
  #hero .swiper .swiper-button-next {
    right: auto;
    left: 60px; }

  .infosp .foto {
    max-width: calc(50vw - 50px);
    max-height: calc(50vw - 50px);
    margin-right: 50px; }
  .infosp .dane {
    width: auto;
    flex: 1; }
    .infosp .dane h2 {
      font-size: 35px; }
  .infosp.info2 .foto {
    margin: 0 0 0 50px; }

  .zd {
    font-size: 25px; }

  #hero-podstrona .foto {
    max-height: 60vh; }

  #onas {
    margin: 75px 20px 50px; }
    #onas .wrapper {
      padding: 0; }
    #onas .items-grid {
      flex-wrap: wrap; }
      #onas .items-grid .item {
        margin: 25px 30px; }
        #onas .items-grid .item .w {
          font-size: 30px; }

  #charakterystyka .items-grid .item .iko {
    width: 50px; }
    #charakterystyka .items-grid .item .iko img {
      width: 100%; }
  #charakterystyka .items-grid .item .t {
    font-size: 14px; }

  #galeria .items-grid {
    grid-template-columns: repeat(2, 1fr); }
    #galeria .items-grid .item {
      height: 45vw; }

  #nagrody .itms .item {
    margin: auto 40px 40px; }

  #maps .dane {
    margin-left: 0;
    padding-right: 30px; } }
@media only screen and (max-width: 840px) {
  .mobile {
    display: inline-block; }

  .desktop {
    display: none; }

  #menu .logo {
    margin: 0; }
  #menu .nawigacja {
    position: fixed;
    width: fit-content;
    height: fit-content;
    right: 0;
    transform: translateX(110%);
    background: #FFF;
    z-index: 9;
    justify-content: flex-start;
    padding: 70px 0;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #menu .nawigacja .zamknij {
      position: absolute;
      top: 5px;
      right: 5px; }
      #menu .nawigacja .zamknij:before {
        content: '\f057';
        padding: 5px;
        font-weight: 900;
        font-size: 18px; }
    #menu .nawigacja nav {
      padding: 0 30px; }
      #menu .nawigacja nav.menu1 {
        order: 2;
        margin: 30px 0 0; }
        #menu .nawigacja nav.menu1 ul {
          justify-content: flex-start; }
      #menu .nawigacja nav.menu2 {
        order: 1; }
        #menu .nawigacja nav.menu2 ul {
          flex-direction: column; }
          #menu .nawigacja nav.menu2 ul li {
            margin: 0; }
  #menu.on .nawigacja {
    transform: translate(0%); }
  #menu .menuMobile:before {
    content: '\f0c9';
    font-size: 18px; }

  .wrapperF {
    width: 100%; }

  .wrapper .wrap {
    margin: 0; }

  h2 {
    font-size: 45px; }

  #hero {
    height: auto; }
    #hero .wrap2 {
      display: none; }
    #hero .baner {
      position: relative;
      height: 40vh;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8); }
      #hero .baner .foto1 {
        display: none; }
    #hero .haslo {
      width: 100%;
      margin: 0; }

  #inwestycja h2 {
    margin: 0; }
  #inwestycja .items.items-dane {
    margin: 25px 0; }
    #inwestycja .items.items-dane .item {
      margin: 10px auto; }
      #inwestycja .items.items-dane .item .w {
        text-align: center;
        margin: auto;
        font-size: 38px; }
      #inwestycja .items.items-dane .item .t {
        text-align: center; }
  #inwestycja .items.items-uklady {
    flex-direction: column-reverse;
    margin: 30px 0; }
    #inwestycja .items.items-uklady .item-foto {
      margin: 0;
      width: 100%;
      height: 35vh; }
      #inwestycja .items.items-uklady .item-foto .foto .dodatek {
        transform: scale(0.6) translate(-50%, 72%); }
    #inwestycja .items.items-uklady .item-opis .txt {
      margin: 0; }
    #inwestycja .items.items-uklady .item-opis .items-i {
      margin: 30px 0;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px; }
      #inwestycja .items.items-uklady .item-opis .items-i .w {
        font-size: 30px; }
      #inwestycja .items.items-uklady .item-opis .items-i .dw {
        font-size: 13px; }

  #uklad h2 {
    font-size: 26px; }
  #uklad .wybor {
    margin: 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
    #uklad .wybor .button {
      line-height: 40px;
      height: 40px;
      width: 100%;
      font-size: 20px;
      padding: 0;
      text-align: center; }

  #domy h2 {
    font-size: 30px; }
  #domy .items {
    margin: 30px 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px; }
    #domy .items .filtr {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px; }
      #domy .items .filtr .fltr {
        width: 100%; }
      #domy .items .filtr .legenda {
        width: auto; }

  .section2 {
    margin: 20px 0;
    height: auto; }
    .section2 iframe {
      height: auto;
      width: 90vw; }

  #standard {
    margin: 20px 0; }
    #standard .dane {
      padding: 30px; }
      #standard .dane h2 {
        font-size: 26px; }
      #standard .dane .items {
        grid-template-columns: 1fr; }
        #standard .dane .items .item {
          padding: 20px; }

  .section3 .foto .imgBack {
    background-position-x: 100%; }
  .section3 .haslo {
    margin-top: -10vh; }
    .section3 .haslo h2 {
      font-size: 30px; }
    .section3 .haslo .items-grid {
      width: 100%;
      grid-template-columns: 1fr;
      font-size: 16px;
      padding: 0 30px;
      margin: 10px 0; }
      .section3 .haslo .items-grid .item ul {
        list-style: none;
        text-align: center; }
        .section3 .haslo .items-grid .item ul li {
          width: fit-content;
          margin: 5px auto; }

  #historia {
    margin: 30px 0; }
    #historia .hist1 .tlo {
      position: relative; }
      #historia .hist1 .tlo img {
        width: 100%; }
    #historia .hist1 .wrp {
      width: auto; }
    #historia .items-2 .item-foto img {
      width: 100%; }
    #historia .items-2 .item-txt {
      margin: 0; }

  #lokalizacja h2 {
    font-size: 26px; }
  #lokalizacja h3 {
    font-size: 20px; }
  #lokalizacja .txt {
    margin: 30px 0;
    width: auto; }
  #lokalizacja .legenda .items-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding: 75px 0; }

  #mapa {
    height: auto; }

  #mapagoogle {
    position: relative;
    height: 35vh; }

  #galeria-otoczenie {
    height: 45vh; }

  #galeria {
    padding: 75px 0; }
    #galeria h2 {
      font-size: 30px; }
    #galeria .items-grid {
      grid-auto-rows: calc(50vw - 30px); }
      #galeria .items-grid .item {
        width: 100% !important;
        grid-row: auto !important;
        grid-column: auto !important;
        height: auto; }
    #galeria .button {
      font-size: 3.5vw; }

  #elingeslan .txt-col-2 {
    column-count: 1; }

  footer.footerStaly .itms {
    flex-direction: column; }
    footer.footerStaly .itms .formularz {
      width: auto; }
      footer.footerStaly .itms .formularz form {
        margin-top: 30px; }
        footer.footerStaly .itms .formularz form h2 {
          padding: 30px 20px 0; }
          footer.footerStaly .itms .formularz form h2 span {
            font-size: 35px; }
            footer.footerStaly .itms .formularz form h2 span.m {
              font-size: 25px; }
        footer.footerStaly .itms .formularz form .dane {
          padding: 0 20px 20px; }
    footer.footerStaly .itms .item.dkontakt {
      margin: 50px 0 0; }
  footer.footerStaly .footerBottom .itms {
    flex-direction: column; }
    footer.footerStaly .footerBottom .itms .projekt {
      text-align: center; }
    footer.footerStaly .footerBottom .itms .item {
      width: auto;
      text-align: center; }

  .formTel {
    display: none;
    right: 0 !important;
    position: absolute;
    background: none; }
    .formTel .srodek {
      box-shadow: none; }
    .formTel .zamknij {
      display: none; }
    .formTel .click {
      display: none; }
    .formTel .wrap {
      background: none; }
      .formTel .wrap h3 {
        display: none; }
      .formTel .wrap .daneKontaktowe {
        padding: 20px 20px 20px 50vw; }

  #max .zamknijMax {
    color: #738406; }
  #max .maxPlan .planImg header .logotyp {
    height: 40px;
    margin: 0;
    text-align: left; }
  #max .maxPlan .planImg header.plMax {
    flex-direction: column; }
  #max .maxPlan .planImg header .tytuly {
    margin: 15px auto;
    padding-right: 0; }
    #max .maxPlan .planImg header .tytuly h2 {
      font-size: 22px; }
  #max .maxPlan .planImg .planyIMG {
    margin: 0; }
    #max .maxPlan .planImg .planyIMG .head .buttons {
      justify-content: center; }
      #max .maxPlan .planImg .planyIMG .head .buttons span {
        width: 100%;
        text-align: center; }
    #max .maxPlan .planImg .planyIMG .kondygnacje .kond.on {
      flex-direction: column; }
    #max .maxPlan .planImg .planyIMG .kondygnacje .kond .fOpis {
      width: auto; }
    #max .maxPlan .planImg .planyIMG .planM {
      height: 50vh; }
    #max .maxPlan .planImg .planyIMG .fOpis {
      width: 100%;
      position: relative; }
  #max .maxPlan .dKont {
    border: none;
    margin: 30px 0 0;
    padding: 30px;
    width: auto; } }
@media only screen and (max-width: 800px) {
  #cookie {
    bottom: 0; }
    #cookie .wrapper {
      padding: 7px 15px; }
      #cookie .wrapper .items {
        text-align: center;
        flex-direction: column; }
        #cookie .wrapper .items p {
          padding: 0 0 5px;
          text-align: center; }
        #cookie .wrapper .items a {
          color: inherit; }
          #cookie .wrapper .items a.button {
            line-height: 1.2;
            padding: 10px;
            justify-content: center; }

  h2, .pdstr h2 {
    font-size: 30px; }

  footer.footerStaly .itms {
    padding: 0 20px; }
    footer.footerStaly .itms .item {
      width: auto; }
  footer.footerStaly .footerBottom .wrapper {
    padding: 20px; }
  footer.footerStaly .footerBottom .item .copy {
    display: block; }
  footer.footerStaly .footerBottom .item a:first-child {
    margin-left: 0;
    border-left: 0;
    padding-left: 0; }

  #maps {
    height: auto; } }
