/* 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; }

body {
  font-size: 16px;
  --left-full: calc(calc(100vw - 1140px) / 2);
  --right-full: calc(calc(100vw - 1140px) / 2); }

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; }

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

.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: #000;
    background-blend-mode: multiply; }

.wrapper {
  max-width: 1140px;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  z-index: 1;
  position: relative;
  width: 90%; }
  .wrapper.wrapper-left {
    text-align: left; }
  .wrapper.wrap15 {
    padding: 0 15px;
    text-align: left; }
  .wrapper.wrap85 {
    padding: 0 85px; }
  .wrapper.wrap-60 {
    margin: auto -60px; }

.wrapper1440 {
  width: 100%;
  margin: 90px auto 110px;
  max-width: 1440px; }

.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; }

.items-grid {
  display: grid; }

.button {
  background: #000;
  border-radius: 25px;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0;
  padding: .8em 2.5em;
  text-transform: uppercase;
  cursor: pointer;
  width: fit-content; }

.tel:before {
  content: '\f095';
  margin: auto 5px auto auto;
  font: var(--fa-font-solid); }

#menu {
  position: fixed;
  top: 60px;
  left: 0;
  height: 80px;
  padding: 20px 0;
  background: none;
  width: 100vw;
  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; }
  #menu .item-logo {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: auto 0; }
    #menu .item-logo img {
      margin: auto 0;
      height: 40px; }
      #menu .item-logo img.czarne {
        display: none; }
      #menu .item-logo img.biale {
        display: block; }
  #menu .item-menu {
    margin-right: -10px; }
    #menu .item-menu ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #menu .item-menu ul li a {
        display: block;
        padding: 10px;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff; }
  body.menu-czarne #menu .item-logo img {
    margin: auto 0;
    height: 40px; }
    body.menu-czarne #menu .item-logo img.czarne {
      display: block; }
    body.menu-czarne #menu .item-logo img.biale {
      display: none; }
  body.menu-czarne #menu .item-menu ul li a {
    color: #000; }
  body.activeMenu #menu {
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: saturate(180%) blur(20px); }
    body.activeMenu #menu .item-logo img {
      height: 30px; }
      body.activeMenu #menu .item-logo img.czarne {
        display: block; }
      body.activeMenu #menu .item-logo img.biale {
        display: none; }
    body.activeMenu #menu .item-menu ul li a {
      color: #000; }
  #menu .nav-mobile {
    display: none; }

#nawigacjaMobile {
  display: none; }

#menu-header-mobile {
  display: none; }

.menuMobile {
  display: none; }

.left-full {
  padding-left: calc(calc(100vw - 1140px) / 2); }

.right-full {
  padding-left: calc(calc(100vw - 1140px) / 2); }

.tlo {
  position: absolute;
  height: 100%;
  width: 100%; }

#hero {
  width: 100%;
  height: 100vh;
  background: #000;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  #hero .tlo {
    overflow: hidden;
    background: #000;
    /*&:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.35);
    }*/ }
    #hero .tlo video, #hero .tlo .easyhtml5video {
      display: block;
      width: auto;
      height: auto;
      min-width: 100vw;
      min-height: 100vh;
      margin: auto; }
    #hero .tlo .imgBack {
      display: none; }
    #hero .tlo img {
      width: 100%;
      display: block; }
      #hero .tlo img.mobile {
        display: none; }
  #hero .haslo {
    margin: auto;
    position: relative; }
    #hero .haslo h1 {
      font-size: 65px;
      font-weight: 600;
      color: #fff;
      text-align: center;
      line-height: 70px;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  #hero .dodolu {
    position: absolute;
    bottom: 2%;
    left: 50%;
    font-size: 24px;
    color: #fff;
    margin-left: -9px; }

.swiper-button-prev {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 30vw;
  background: #000;
  mix-blend-mode: multiply;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .swiper-button-prev:after {
    display: none; }
  .swiper-button-prev:before {
    content: '\f053';
    font: var(--fa-font-regular);
    margin: auto; }

.swiper-button-next {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
  mix-blend-mode: multiply;
  top: auto;
  bottom: 20px;
  left: auto;
  right: calc(30vw - 70px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .swiper-button-next:after {
    display: none; }
  .swiper-button-next:before {
    content: '\f054';
    font: var(--fa-font-regular);
    margin: auto; }

.tytul-content {
  position: relative;
  padding: 146px 0 75px 150px; }
  .tytul-content .tlo-znacznik {
    position: absolute;
    top: 0;
    left: 0;
    width: 336px;
    height: 100%;
    background: rgba(216, 216, 216, 0.18);
    transform: skewX(10deg); }
  .tytul-content .ht {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
    font-weight: 600; }
  .tytul-content .info {
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
    font-weight: 600; }
    .tytul-content .info span {
      display: block; }

#o-firmie {
  background: #fff;
  padding: 90px 0; }
  #o-firmie .items-dane {
    padding: 140px 0;
    grid-template-columns: 1fr 1fr 1fr; }
    #o-firmie .items-dane .item {
      margin: auto;
      text-align: center; }
      #o-firmie .items-dane .item .w {
        font-size: 50px;
        font-weight: 700;
        line-height: 1; }
      #o-firmie .items-dane .item .p {
        font-size: 25px;
        line-height: 1;
        font-weight: 500;
        margin: 5px 0; }
  .podstrona #o-firmie {
    padding-top: 200px; }
    .podstrona #o-firmie .tytul-content {
      margin-top: 100px;
      margin-left: 40px;
      padding: 146px 0 35px 190px; }
    .podstrona #o-firmie .cien {
      height: 150px;
      position: relative;
      z-index: 1;
      margin-top: -90px; }
      .podstrona #o-firmie .cien svg {
        width: 90%;
        display: block;
        overflow: visible;
        margin: 50px auto 0; }
      .podstrona #o-firmie .cien:after {
        content: '';
        position: absolute;
        top: -40px;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff; }
    .podstrona #o-firmie .txt {
      margin: 50px 150px auto auto;
      font-size: 16px;
      color: #000;
      line-height: 1.5;
      max-width: 555px;
      position: relative;
      z-index: 2; }
      .podstrona #o-firmie .txt p {
        margin-bottom: .85em; }

#inwestycje {
  background: #000;
  padding: 110px 0 140px; }
  #inwestycje h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0 auto 85px 60px; }
  #inwestycje a.inwestycja, #inwestycje div.inwestycja {
    position: relative;
    margin-bottom: 170px;
    display: block; }
    #inwestycje a.inwestycja .foto, #inwestycje div.inwestycja .foto {
      width: 100%;
      overflow: hidden;
      position: relative; }
      #inwestycje a.inwestycja .foto video, #inwestycje a.inwestycja .foto .easyhtml5video, #inwestycje div.inwestycja .foto video, #inwestycje div.inwestycja .foto .easyhtml5video {
        display: block;
        width: 100%;
        height: auto;
        margin: auto; }
      #inwestycje a.inwestycja .foto img, #inwestycje div.inwestycja .foto img {
        width: 100%;
        display: block; }
      #inwestycje a.inwestycja .foto .haslo, #inwestycje div.inwestycja .foto .haslo {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        #inwestycje a.inwestycja .foto .haslo div, #inwestycje div.inwestycja .foto .haslo div {
          margin: auto;
          font-weight: 700;
          font-size: 130px;
          color: #F4F4F4;
          letter-spacing: 0;
          text-align: center;
          line-height: 1.1; }
          #inwestycje a.inwestycja .foto .haslo div span, #inwestycje div.inwestycja .foto .haslo div span {
            display: block; }
    #inwestycje a.inwestycja .tytul, #inwestycje div.inwestycja .tytul {
      margin-top: -25px;
      margin-left: 100px;
      position: relative; }
      #inwestycje a.inwestycja .tytul h2, #inwestycje div.inwestycja .tytul h2 {
        font-weight: 600;
        font-size: 50px;
        color: #fff;
        line-height: 1.1; }
      #inwestycje a.inwestycja .tytul h3, #inwestycje div.inwestycja .tytul h3 {
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        line-height: 1; }
    #inwestycje a.inwestycja:nth-child(odd) .tytul, #inwestycje div.inwestycja:nth-child(odd) .tytul {
      margin-left: auto;
      margin-right: 100px;
      text-align: right; }
  #inwestycje .inwestycje-zrealizowane {
    margin-left: 60px; }
    #inwestycje .inwestycje-zrealizowane .t {
      font-weight: 700;
      font-size: 70px;
      color: #fff;
      line-height: 1.2; }
      #inwestycje .inwestycje-zrealizowane .t span {
        display: block; }
    #inwestycje .inwestycje-zrealizowane .button {
      margin: auto;
      background: #fff;
      color: #000;
      border-radius: 9px;
      font-weight: 500;
      font-size: 14px;
      text-align: center;
      line-height: 50px;
      padding: 0 1.5em;
      width: fit-content;
      display: block; }

#cechy {
  padding: 200px 0 0;
  background: #fff; }
  #cechy .items-grid {
    grid-template-columns: 420px 1fr;
    grid-gap: 100px;
    align-items: center;
    margin-bottom: 145px; }
    #cechy .items-grid .foto {
      overflow: hidden; }
      #cechy .items-grid .foto img {
        width: 100%;
        display: block; }
    #cechy .items-grid .opis h1 {
      font-family: 700;
      font-size: 40px;
      color: #000;
      line-height: 1.1;
      margin-bottom: 20px; }
    #cechy .items-grid .opis .txt {
      font-size: 16px;
      line-height: 1.5;
      max-width: 390px; }
      #cechy .items-grid .opis .txt p {
        margin-bottom: .75em; }
    #cechy .items-grid:nth-child(odd) {
      grid-template-columns: 1fr 517px; }

#grupa-liberty {
  background: #000;
  color: #fff;
  padding: 85px 0; }
  #grupa-liberty h1 {
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px; }
  #grupa-liberty .t {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
    color: #969696;
    line-height: 1.5; }
    #grupa-liberty .t span {
      display: block; }
  #grupa-liberty .grupa {
    margin: 0 0 100px;
    position: relative; }
    #grupa-liberty .grupa .foto {
      overflow: hidden; }
      #grupa-liberty .grupa .foto img {
        width: 100%;
        display: block; }
    #grupa-liberty .grupa .tytul {
      margin: -50px 60px auto auto;
      position: relative;
      width: fit-content; }
      #grupa-liberty .grupa .tytul h2 {
        font-weight: 700;
        font-size: 50px;
        color: #FCFCFC;
        line-height: 1.1;
        text-transform: uppercase; }
      #grupa-liberty .grupa .tytul h3 {
        font-weight: 500;
        font-size: 24px;
        color: #FCFCFC;
        line-height: 1.1; }
    #grupa-liberty .grupa:nth-child(even) .tytul {
      margin: -50px auto auto 60px; }

#Footer {
  background: #fff;
  padding: 90px 0 10px;
  color: #000; }
  #Footer .item-firma .logo {
    width: 127px; }
    #Footer .item-firma .logo.logo-biale {
      display: none; }
    #Footer .item-firma .logo.logo-czarne {
      display: block; }
  #Footer .item-firma .dane {
    margin: 40px 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5; }
    #Footer .item-firma .dane p {
      margin-bottom: 1em; }
  #Footer .item-firma .info-ogolne {
    font-weight: 500;
    font-size: 11px;
    color: #BEBEBE;
    line-height: 1; }
    #Footer .item-firma .info-ogolne span {
      display: block; }
  #Footer .item-mail {
    text-align: right;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    padding-top: 60px; }
  #Footer .footer {
    border-top: 1px solid #000;
    padding: 20px 85px;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 20px; }
  .footer-czarne #Footer {
    background: #000;
    color: #fff; }
    .footer-czarne #Footer .item-firma .logo.logo-biale {
      display: block; }
    .footer-czarne #Footer .item-firma .logo.logo-czarne {
      display: none; }
    .footer-czarne #Footer .footer {
      border-top-color: #fff; }

.panelstart {
  padding-top: 200px; }

.podstrona h1.gl {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
  color: #000; }

#uslugi .tytul-content {
  margin-top: 100px;
  margin-left: 40px;
  padding: 146px 0 35px 190px; }
#uslugi .lead {
  margin: 40px 0;
  max-width: 870px;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 600; }
#uslugi .txt {
  margin: 50px auto 50px 230px;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  position: relative;
  z-index: 2; }
  #uslugi .txt p {
    margin-bottom: 2em;
    border-left: 10px solid #000;
    padding-left: 20px; }
    #uslugi .txt p span {
      display: block; }

#cytat-uslugi {
  background: #000;
  padding: 100px 0; }
  #cytat-uslugi .wrapper {
    text-align: center; }
  #cytat-uslugi .cytat {
    margin: 30px auto 60px;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    max-width: 750px; }
  #cytat-uslugi .podpis .imie {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    color: #fff; }
  #cytat-uslugi .podpis .funkcja {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5); }

#o-firmie-dzialalnosc {
  background: #000;
  padding: 180px 0 90px; }
  #o-firmie-dzialalnosc .items-grid {
    grid-template-columns: 682px 1fr;
    grid-gap: 60px;
    align-items: center;
    margin-bottom: 90px; }
    #o-firmie-dzialalnosc .items-grid .foto {
      overflow: hidden; }
      #o-firmie-dzialalnosc .items-grid .foto img {
        width: 100%;
        display: block; }
    #o-firmie-dzialalnosc .items-grid .opis {
      max-width: 330px;
      color: #fff; }
      #o-firmie-dzialalnosc .items-grid .opis h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 30px; }
      #o-firmie-dzialalnosc .items-grid .opis .txt {
        font-size: 16px;
        line-height: 1.5; }
    #o-firmie-dzialalnosc .items-grid:nth-child(even) {
      grid-template-columns: 1fr 682px;
      text-align: right; }

#zainwestuj {
  padding: 134px 0;
  background: #fff; }
  #zainwestuj .tytul-content {
    margin: auto 30px; }
  #zainwestuj h1 {
    font-weight: 700;
    font-size: 70px;
    color: #000;
    line-height: 1.2;
    margin: -30px auto 30px -70px; }
  #zainwestuj .info {
    max-width: 720px;
    position: relative;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.2; }

#kontakt-content {
  margin: 0 0 120px 0; }
  #kontakt-content h1 {
    padding-left: 85px; }
  #kontakt-content .items-content {
    grid-template-columns: 1fr 555px;
    margin-top: 60px;
    padding-left: 85px;
    align-items: center; }
    #kontakt-content .items-content .item-dane {
      display: grid;
      grid-gap: 30px; }
      #kontakt-content .items-content .item-dane strong {
        font-weight: 700; }
      #kontakt-content .items-content .item-dane p {
        margin-bottom: 1em; }
        #kontakt-content .items-content .item-dane p.dt {
          margin: 50px 0; }
      #kontakt-content .items-content .item-dane a {
        font-size: 17px;
        display: block; }
        #kontakt-content .items-content .item-dane a i {
          font-size: 16px;
          margin-right: 12px; }
        #kontakt-content .items-content .item-dane a.mailin {
          font-size: 16px;
          padding-top: 3px; }
    #kontakt-content .items-content .item-mapa {
      height: 410px;
      max-height: 50vh;
      width: 100%;
      position: relative; }
      #kontakt-content .items-content .item-mapa .mapagoogle {
        width: 100%;
        height: 100%;
        border: 2px solid #000; }
      #kontakt-content .items-content .item-mapa img {
        width: 100%;
        display: block; }

#mapagoogle {
  width: 100%;
  height: 100%; }

.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;
  display: none; }
form .inputs {
  margin: 5px auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  padding: 0; }
  form .inputs .input {
    padding: 15px 0 0;
    background: #FFF;
    width: 100%;
    position: relative; }
    form .inputs .input legend {
      position: absolute;
      margin-left: 10px;
      font-size: 16px;
      top: 17px;
      color: #000;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -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 .inputs .input legend i {
        display: inline-block;
        margin: auto 10px auto 0;
        color: #979797; }
      form .inputs .input legend span {
        margin: auto auto auto 0; }
        form .inputs .input legend span.err-info {
          display: none; }
    form .inputs .input input {
      border: none;
      border-bottom: 1px solid #979797;
      padding: 2px 10px;
      width: 100%;
      font-size: 16px;
      outline: none;
      color: #000;
      font-family: "Poppins", sans-serif;
      position: relative;
      background: none; }
    form .inputs .input.err legend {
      color: #F00; }
      form .inputs .input.err legend span.err-info.on {
        display: block;
        margin-left: 1em;
        font-size: .8em; }
    form .inputs .input.text legend {
      font-size: 10px;
      margin-left: 5px;
      top: 0; }
form .textarea {
  margin: 10px auto 5px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
  padding: 0; }
  form .textarea textarea {
    margin-top: 5px;
    border: 1px solid #000;
    padding: 6px 10px;
    width: 100%;
    font-size: 16px;
    outline: none;
    color: #343434; }
  form .textarea legend {
    position: relative;
    margin-left: 10px;
    font-size: 12px;
    color: #000;
    -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 .textarea.err legend {
    color: #F00; }
form a:hover {
  text-decoration: underline; }
form .trodo, form .infoKomunikat {
  font-size: 9px;
  margin: 0 0 5px 0;
  color: #5d5d5e;
  font-weight: 300; }
  form .trodo .czytajwiecej, form .infoKomunikat .czytajwiecej {
    color: #000;
    display: inline;
    cursor: pointer; }
  form .trodo .ukryjwiecej, form .infoKomunikat .ukryjwiecej {
    color: #000;
    display: none;
    cursor: pointer; }
  form .trodo .doCzytajWiecej, form .infoKomunikat .doCzytajWiecej {
    display: none; }
  form .trodo.on .doCzytajWiecej, form .infoKomunikat.on .doCzytajWiecej {
    display: inline; }
  form .trodo.on .czytajwiecej, form .infoKomunikat.on .czytajwiecej {
    display: none; }
  form .trodo.on .ukryjwiecej, form .infoKomunikat.on .ukryjwiecej {
    display: inline; }
form .zgoda {
  margin: 12px 0 10px 0;
  color: #5d5d5e;
  font-size: 9px;
  font-weight: 300;
  text-align: left;
  display: grid;
  grid-template-columns: 20px 1fr; }
  form .zgoda.trzgodaK {
    color: #000; }
  form .zgoda .dymek {
    margin: 0 auto 10px 0; }
  form .zgoda .check-zgoda {
    margin: 0 20px auto 0;
    float: none;
    color: #000; }
    form .zgoda .check-zgoda:before {
      content: "\f0c8";
      font: var(--fa-font-light);
      font-size: 16px !important; }
  form .zgoda .err-zgoda {
    display: none; }
  form .zgoda.err .check-zgoda:before {
    color: #f00 !important; }
  form .zgoda.err .err-zgoda {
    display: block;
    color: #f00;
    padding-left: 20px;
    grid-column: 1 / 3; }
  form .zgoda.check .check-zgoda:before {
    content: "\f14a";
    font: var(--fa-font-regular); }
form .button {
  border: none;
  min-width: 193px;
  padding: 0.6em 3em;
  display: block;
  text-align: center;
  background: #000;
  margin: 10px 0; }

#formularz-kontaktowy h2 {
  font-size: 24px;
  margin-bottom: 50px; }
#formularz-kontaktowy legend {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1.2; }
#formularz-kontaktowy .inputs {
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px; }
  #formularz-kontaktowy .inputs .input {
    border-color: #A3A3A3; }
    #formularz-kontaktowy .inputs .input input {
      font-size: 14px; }
#formularz-kontaktowy textarea {
  width: 100%;
  height: 190px;
  background: #fbfbfb;
  border: 1px solid #A3A3A3;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Poppins"; }
#formularz-kontaktowy .items-zgody {
  grid-template-columns: 1fr 1fr auto;
  grid-column-gap: 30px;
  margin: 25px 0; }

#dol {
  background: #000;
  position: relative;
  color: #fff;
  z-index: 2; }
  #dol .stopka {
    padding: 50px 85px 20px;
    border-bottom: 1px solid #fff; }
    #dol .stopka > * {
      margin: auto 0; }
    #dol .stopka .haslo {
      font-size: 18px;
      text-align: right;
      line-height: 1; }
    #dol .stopka .logo {
      height: 52px; }
    #dol .stopka a {
      display: block;
      text-align: right; }
      #dol .stopka a.mail {
        text-decoration: underline; }
  #dol .copy {
    font-size: 11px;
    line-height: 1;
    padding: 20px 85px; }
    #dol .copy a {
      display: inline-block;
      padding: 0 5px;
      border-left: 1px solid #fff; }
      #dol .copy a:first-child {
        padding-left: 0;
        border-left: none; }
    #dol .copy .copyrights {
      text-align: right; }

#powiadom {
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  #powiadom .wrapper {
    margin: auto;
    height: auto; }

#podziekowanie {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100vh;
  background: #000;
  color: #fff; }
  #podziekowanie .wrapper {
    height: auto;
    margin: auto; }
    #podziekowanie .wrapper .logo {
      margin-bottom: 10px; }
    #podziekowanie .wrapper .t1 {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 10px; }
    #podziekowanie .wrapper .t2 {
      font-size: 16px;
      line-height: 1.1;
      margin-top: 30px; }

body.podstrona.realizacje #inwestycje.panelstart {
  padding-top: 200px; }
body.podstrona.realizacje #inwestycje h1.gl {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0 85px; }
body.podstrona.realizacje #inwestycje h4 {
  font-size: 19px;
  line-height: 1.1;
  font-weight: 500;
  color: #fff;
  padding: 0 85px; }
body.podstrona.realizacje #inwestycje .inwestycja-1 {
  margin-top: 100px; }
body.podstrona.realizacje #inwestycje .inwestycja-3 {
  margin-bottom: 0; }
body.podstrona.realizacje #inwestycje-zrealizowane {
  background: #fff;
  padding: 150px 0 0; }
  body.podstrona.realizacje #inwestycje-zrealizowane h1 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding: 0 85px; }
  body.podstrona.realizacje #inwestycje-zrealizowane h4 {
    font-size: 19px;
    line-height: 1.1;
    font-weight: 500;
    color: #000;
    padding: 0 85px; }
  body.podstrona.realizacje #inwestycje-zrealizowane .items-iz {
    margin: 150px 0;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    grid-auto-rows: 590px; }
    body.podstrona.realizacje #inwestycje-zrealizowane .items-iz .item {
      position: relative; }
      body.podstrona.realizacje #inwestycje-zrealizowane .items-iz .item .foto {
        border: 1px solid #000;
        position: relative;
        height: 100%;
        overflow: hidden; }
        body.podstrona.realizacje #inwestycje-zrealizowane .items-iz .item .foto:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(rgba(0, 0, 0, 0), #000000);
          opacity: .5;
          -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; }
      body.podstrona.realizacje #inwestycje-zrealizowane .items-iz .item .opis {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        color: #fff; }
        body.podstrona.realizacje #inwestycje-zrealizowane .items-iz .item .opis .tytul {
          text-transform: uppercase;
          font-size: 32px;
          font-weight: 700;
          line-height: 1.2; }
        body.podstrona.realizacje #inwestycje-zrealizowane .items-iz .item .opis .adres {
          font-size: 18px;
          line-height: 1; }
      body.podstrona.realizacje #inwestycje-zrealizowane .items-iz .item i {
        margin: auto 0 0 auto; }
      body.podstrona.realizacje #inwestycje-zrealizowane .items-iz .item:hover .foto:after {
        background: linear-gradient(rgba(0, 0, 0, 0) 80%, #000000); }
    body.podstrona.realizacje #inwestycje-zrealizowane .items-iz .ogolne {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      body.podstrona.realizacje #inwestycje-zrealizowane .items-iz .ogolne .opiso {
        margin: auto;
        width: fit-content;
        position: relative;
        padding: 50px 0; }
        body.podstrona.realizacje #inwestycje-zrealizowane .items-iz .ogolne .opiso:before {
          content: '';
          width: 226px;
          height: 100%;
          transform: skewX(10deg);
          background: #f6f6f6;
          position: absolute;
          z-index: 0;
          top: 5px;
          left: 25px; }
        body.podstrona.realizacje #inwestycje-zrealizowane .items-iz .ogolne .opiso > div {
          position: relative;
          z-index: 1;
          color: rgba(0, 0, 0, 0.5);
          font-size: 18px;
          padding-left: 20px; }
        body.podstrona.realizacje #inwestycje-zrealizowane .items-iz .ogolne .opiso .t2 {
          font-size: 50px;
          line-height: 1.1;
          font-weight: 600; }
        body.podstrona.realizacje #inwestycje-zrealizowane .items-iz .ogolne .opiso .t3 {
          text-transform: uppercase;
          margin: 5px 0 15px; }

#hero-pojedyncze {
  position: relative; }
  #hero-pojedyncze .foto {
    height: 500px;
    position: relative;
    overflow: hidden; }
    #hero-pojedyncze .foto:after {
      content: '';
      opacity: 0.39;
      background-image: -webkit-linear-gradient(#000000 0%, transparent 100%);
      background-image: -o-linear-gradient(#000000 0%, transparent 100%);
      background-image: linear-gradient(#000000 0%, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #hero-pojedyncze .tytul {
    position: absolute;
    bottom: 50px;
    color: #fff;
    width: 100%; }
    #hero-pojedyncze .tytul h1 {
      font-weight: 600;
      font-size: 50px;
      line-height: 1.1; }
    #hero-pojedyncze .tytul h2 {
      font-weight: 500;
      font-size: 19px;
      line-height: 1.1; }

.powrot-inwestycja {
  height: 85px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: fit-content; }
  .powrot-inwestycja > * {
    margin: auto 0; }
  .powrot-inwestycja i {
    margin-right: 5px; }
  .powrot-inwestycja span {
    text-transform: uppercase;
    font-size: 12px;
    display: block; }

#opis-pojedyncza .items-grid {
  grid-template-columns: 50vw auto;
  grid-gap: 60px;
  align-items: center; }
  #opis-pojedyncza .items-grid .foto {
    overflow: hidden; }
    #opis-pojedyncza .items-grid .foto img {
      width: 100%;
      display: block; }
  #opis-pojedyncza .items-grid .opis {
    max-width: 420px; }
    #opis-pojedyncza .items-grid .opis h2 {
      font-weight: 500;
      font-size: 24px;
      color: #B5B5B5;
      line-height: 1.3;
      margin-bottom: 30px; }
    #opis-pojedyncza .items-grid .opis h1 {
      font-weight: 500;
      font-size: 40px;
      line-height: 1.1; }
    #opis-pojedyncza .items-grid .opis h3 {
      font-weight: 500;
      font-size: 24px;
      line-height: 1.3; }
    #opis-pojedyncza .items-grid .opis .txt {
      margin: 60px 0 auto;
      font-size: 18px;
      line-height: 1.5; }
    #opis-pojedyncza .items-grid .opis .button {
      display: block;
      margin: 15px 0; }

#cechy-pojedyncza {
  margin: 124px 0 0; }
  #cechy-pojedyncza .items-cechy {
    margin: 0 30px; }
    #cechy-pojedyncza .items-cechy .item {
      text-align: left; }
      #cechy-pojedyncza .items-cechy .item .w {
        font-weight: 600;
        font-size: 50px;
        line-height: 1;
        margin-bottom: 10px; }
        #cechy-pojedyncza .items-cechy .item .w span {
          font-size: .8em; }
      #cechy-pojedyncza .items-cechy .item .p {
        font-weight: 500;
        font-size: 11px;
        line-height: 1.1;
        text-transform: uppercase; }
        #cechy-pojedyncza .items-cechy .item .p span {
          display: block; }

#opis-ogolny-pojedynczy {
  margin: 100px 0;
  font-size: 16px;
  line-height: 1.4; }
  #opis-ogolny-pojedynczy .mapa {
    margin: 85px 0  0;
    width: 100%;
    height: 350px; }
  #opis-ogolny-pojedynczy .txt p {
    margin-bottom: .8em; }

#galeria-pojedyncza {
  background: #000;
  padding: 100px 0 75px; }
  #galeria-pojedyncza .swiper {
    padding-bottom: 75px; }
    #galeria-pojedyncza .swiper .swiper-slide {
      height: calc(100vh - 200px);
      max-height: 750px; }
    #galeria-pojedyncza .swiper .swiper-scrollbar {
      background: rgba(255, 255, 255, 0.5);
      width: 84vw;
      margin: 0 7vw; }
      #galeria-pojedyncza .swiper .swiper-scrollbar .swiper-scrollbar-drag {
        background: #fff; }

@media only screen and (max-width: 1440px) {
  body {
    --left-full: 5vw;
    --right-full: 5vw; }

  .left-full {
    padding-left: 5vw; }

  .right-full {
    padding-right: 5vw; } }
@media only screen and (max-width: 1024px) {
  .wrapper.wrap85 {
    padding: 0; }

  #hero .itms .haslo h1 {
    font-size: 50px; }
  #hero .itms .haslo .button {
    font-size: 20px; }
  #hero .itms .haslo h2 {
    font-size: 20px; }

  #kontaktdane .items-dane {
    grid-template-columns: 1fr 1fr; }
    #kontaktdane .items-dane .item-doswiadczenie {
      margin: auto 0; }
      #kontaktdane .items-dane .item-doswiadczenie h1 {
        font-size: 45px; }
    #kontaktdane .items-dane .item-form {
      padding: 40px; }
      #kontaktdane .items-dane .item-form h2 {
        font-size: 40px; }
      #kontaktdane .items-dane .item-form a.telefon {
        font-size: 43px; } }
@media only screen and (max-width: 840px) {
  .mobile {
    display: inline-block; }

  .desktop {
    display: none; }

  .wrapper.wrap15, .wrapper.wrap85 {
    padding: 0; }

  #menu {
    top: 0;
    height: 70px;
    padding: 20px 0 0; }
    #menu .item-logo {
      height: 30px; }
      #menu .item-logo img {
        height: 100%; }
    #menu .item-menu ul li a {
      font-size: 15px; }

  #hero .haslo h1 {
    font-size: 35px;
    line-height: 1.2; }

  .tytul-content {
    padding: 10% 0 10% 10%; }
    .tytul-content .tlo-znacznik {
      left: 30px;
      max-width: 45vw; }

  #o-firmie {
    padding-bottom: 0; }
    #o-firmie .items-dane {
      padding: 50px 0; }

  #inwestycje .inwestycje-zrealizowane {
    margin-left: 0; }
    #inwestycje .inwestycje-zrealizowane .items {
      flex-direction: column; }
      #inwestycje .inwestycje-zrealizowane .items .t {
        text-align: center;
        font-size: 50px;
        margin-bottom: 15px; }

  #cechy {
    padding: 50px 0 0; }

  #grupa-liberty h1 {
    font-size: 35px; }
  #grupa-liberty .t span {
    display: inline; }
  #grupa-liberty .grupa .tytul {
    margin-top: -20px;
    margin-right: 5%; }
    #grupa-liberty .grupa .tytul h2 {
      font-size: 20px; }
    #grupa-liberty .grupa .tytul h3 {
      font-size: 15px; }
  #grupa-liberty .grupa:nth-child(even) .tytul {
    margin-left: 5%; }

  #Footer .item-mail {
    font-size: 12px;
    padding-top: 30px; }
  #Footer .footer {
    padding: 20px 0; }

  .panelstart {
    padding-top: 100px; }

  body.podstrona.realizacje #inwestycje-zrealizowane {
    padding-top: 50px; }
    body.podstrona.realizacje #inwestycje-zrealizowane .items-iz {
      grid-auto-rows: 400px;
      margin: 50px 0; }
      body.podstrona.realizacje #inwestycje-zrealizowane .items-iz .item .opis .tytul {
        font-size: 25px; }
    body.podstrona.realizacje #inwestycje-zrealizowane h1 {
      padding: 0; }
    body.podstrona.realizacje #inwestycje-zrealizowane h4 {
      padding: 0; }
  body.podstrona.realizacje #inwestycje h1.gl {
    padding: 0; }
  body.podstrona.realizacje #inwestycje h4 {
    padding: 0; }
  body.podstrona h1.gl {
    font-size: 40px; }
  body.podstrona #o-firmie {
    padding-top: 100px; }
    body.podstrona #o-firmie .tytul-content {
      margin-left: 0;
      padding: 10% 0 10% 10%; }
      body.podstrona #o-firmie .tytul-content .ht {
        font-size: 26px; }
      body.podstrona #o-firmie .tytul-content .info {
        font-size: 18px; }
        body.podstrona #o-firmie .tytul-content .info span {
          display: inline; }
    body.podstrona #o-firmie .txt {
      margin: 30px 0; }
    body.podstrona #o-firmie .cien {
      height: 80px;
      margin-top: -60px; }
      body.podstrona #o-firmie .cien svg {
        width: 100%; }

  #hero-pojedyncze .foto {
    height: 50vh; }
  #hero-pojedyncze .tytul {
    bottom: 25px; }
    #hero-pojedyncze .tytul h1 {
      font-size: 25px; }
    #hero-pojedyncze .tytul h2 {
      font-size: 13px; }

  #opis-pojedyncza .items-grid .opis {
    max-width: 90%; }
    #opis-pojedyncza .items-grid .opis h2 {
      font-size: 18px; }
    #opis-pojedyncza .items-grid .opis h1 {
      font-size: 25px; }
    #opis-pojedyncza .items-grid .opis h3 {
      font-size: 18px; }
    #opis-pojedyncza .items-grid .opis .txt {
      margin-top: 30px; }

  #cechy-pojedyncza .items-cechy .item .w {
    font-size: 35px; }

  #kontakt-content h1 {
    font-size: 40px;
    padding-left: 0; }
  #kontakt-content .items-content .item-dane a {
    font-size: 18px; }
    #kontakt-content .items-content .item-dane a.telefon {
      margin-top: 30px; }

  #o-firmie-dzialalnosc {
    padding: 50px 0; }

  form .button {
    line-height: 40px; } }
@media only screen and (max-width: 840px) and (orientation: landscape) {
  #o-firmie .items-dane .item .w {
    font-size: 40px; }

  #inwestycje h1 {
    font-size: 50px; }
  #inwestycje .inwestycja {
    margin-bottom: 100px; }
    #inwestycje .inwestycja .foto .haslo div {
      font-size: 90px; }
    #inwestycje .inwestycja .tytul {
      margin-left: 20px; }
      #inwestycje .inwestycja .tytul h2 {
        font-size: 30px; }
    #inwestycje .inwestycja:nth-child(odd) .tytul {
      margin-left: auto;
      margin-right: 20px; }

  #cechy .items-grid {
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 50px;
    margin-bottom: 50px; }

  #opis-pojedyncza .items-grid {
    grid-template-columns: 40vw 1fr;
    grid-gap: 40px; }

  #kontakt-content .items-content {
    padding-left: 0;
    grid-template-columns: 1fr 1fr; }

  body.podstrona #o-firmie .cien {
    height: 140px;
    margin-top: -70px; }

  #o-firmie-dzialalnosc .items-grid {
    grid-template-columns: 1fr 1fr !important; }
    #o-firmie-dzialalnosc .items-grid .opis {
      max-width: none; } }
@media only screen and (max-width: 840px) and (orientation: portrait) {
  /*h1 {
      font-size: 30px;
      span {
          display: inline;
      }
  }
  h3 {
      font-size: 20px;
  }
  h2 {
      font-size: 17px;
  }*/
  #menu .nav-mobile {
    display: block;
    border: 2px solid #fff;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #menu .nav-mobile i {
      margin: auto;
      color: #fff; }
  #menu .item-menu {
    display: none; }
  body.activeMenu #menu {
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3); }
    body.activeMenu #menu .nav-mobile {
      border-color: #000; }
      body.activeMenu #menu .nav-mobile i {
        color: #000; }

  #menu-header-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 100vw;
    width: 100vw;
    height: 100vh;
    background: #000;
    backdrop-filter: saturate(180%) blur(20px);
    -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;
    z-index: 99;
    overflow: hidden; }
    #menu-header-mobile .zamknij {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 23px;
      color: #fff; }
    #menu-header-mobile .item-logo {
      display: block;
      text-align: center;
      margin: 50px auto;
      max-width: 50%; }
      #menu-header-mobile .item-logo img {
        height: 100%;
        max-width: 100%;
        display: block; }
    #menu-header-mobile .item-menu ul li {
      display: block;
      text-align: center;
      padding: 5px 0;
      margin: auto;
      font-size: 18px;
      color: #fff; }
      #menu-header-mobile .item-menu ul li a {
        display: block; }
    #menu-header-mobile.on {
      left: 0; }

  #hero .haslo {
    max-width: 90%;
    margin: auto; }
  #hero .tlo img.desktop {
    display: none; }
  #hero .tlo .imgBack.mobile {
    display: block;
    width: 100%;
    height: 100%; }
    #hero .tlo .imgBack.mobile img {
      display: none; }

  .tytul-content {
    padding: 10% 0 10% 10% !important; }
    .tytul-content .tlo-znacznik {
      left: 30px !important;
      max-width: 45vw !important; }
    .tytul-content .ht {
      font-size: 26px !important; }
    .tytul-content .info {
      font-size: 18px !important; }
      .tytul-content .info span {
        display: inline; }

  #uslugi .txt {
    margin: 50px auto; }
    #uslugi .txt p span {
      display: inline-block; }

  #o-firmie .items-dane {
    grid-template-columns: 1fr; }
    #o-firmie .items-dane .item:nth-child(odd) {
      margin: 20px auto; }

  #inwestycje h1 {
    font-size: 40px; }
  #inwestycje .inwestycja {
    margin-bottom: 70px; }
    #inwestycje .inwestycja .foto .haslo div {
      font-size: 30px; }
    #inwestycje .inwestycja .tytul {
      margin-left: 20px; }
      #inwestycje .inwestycja .tytul h2 {
        font-size: 20px; }
      #inwestycje .inwestycja .tytul h3 {
        font-size: 15px; }
    #inwestycje .inwestycja:nth-child(odd) .tytul {
      margin-left: auto;
      margin-right: 20px; }

  #cechy .items-grid {
    grid-template-columns: 1fr !important;
    grid-gap: 50px;
    margin-bottom: 50px; }
    #cechy .items-grid .foto {
      order: 1; }
    #cechy .items-grid .opis {
      order: 2; }

  body.podstrona.realizacje #inwestycje-zrealizowane .items-iz {
    grid-template-columns: 1fr; }
  body.podstrona.realizacje #inwestycje-zrealizowane h1 {
    font-size: 40px; }
  body.podstrona.realizacje #inwestycje-zrealizowane h4 {
    font-size: 15px; }
  body.podstrona.realizacje #inwestycje h1.gl {
    font-size: 40px; }
  body.podstrona.realizacje #inwestycje h4 {
    font-size: 16px; }
  body.podstrona.realizacje #inwestycje.panelstart {
    padding-top: 100px; }

  #opis-pojedyncza .items-grid {
    grid-template-columns: 1fr; }
    #opis-pojedyncza .items-grid .opis {
      order: 1;
      margin: auto; }
    #opis-pojedyncza .items-grid .foto {
      order: 2; }

  #cechy-pojedyncza {
    margin: 50px 0; }
    #cechy-pojedyncza .items-cechy {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 30px; }
      #cechy-pojedyncza .items-cechy .item {
        text-align: center; }

  #galeria-pojedyncza .swiper .swiper-slide {
    height: 50vh; }

  #kontakt-content .items-content {
    padding-left: 0;
    grid-template-columns: 1fr; }
    #kontakt-content .items-content .item-mapa {
      margin-top: 30px; }

  #formularz-kontaktowy .inputs {
    grid-template-columns: 1fr;
    grid-gap: 10px; }
  #formularz-kontaktowy .items-textarea {
    margin-top: 10px; }
  #formularz-kontaktowy .items-zgody {
    grid-template-columns: 1fr; }

  #o-firmie-dzialalnosc .items-grid {
    grid-template-columns: 1fr !important; }
    #o-firmie-dzialalnosc .items-grid .opis {
      max-width: none;
      order: 2;
      text-align: left !important; }
    #o-firmie-dzialalnosc .items-grid .foto {
      order: 1; }

  #zainwestuj {
    padding: 50px 0; }
    #zainwestuj h1 {
      font-size: 30px; }
    #zainwestuj .info {
      font-size: 18px; } }
