/* 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 */
* {
  box-sizing: border-box; }

*:after, *:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

html {
  margin-top: 0 !important; }

body, html {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: normal;
  background: #FFF;
  color: #000000;
  line-height: 1.5em; }
  body.ekr1 #baner footer, html.ekr1 #baner footer {
    display: none; }

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

section {
  position: relative; }

h1 {
  /* font-family: "Snell Rndhand LT Std W01361764";*/ }

main {
  width: 100vw;
  overflow: hidden; }

#wpadminbar {
  display: none; }

p {
  margin-bottom: 1rem; }

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

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Poppins', sans-serif; }

.powiadomienie .centra {
  margin: 120px auto 20px; }

.mobile {
  display: none; }

.desktop {
  display: block; }

.button {
  background-color: #ED7F00;
  color: #000;
  padding: 3px 25px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: 12px;
  width: max-content;
  text-transform: uppercase;
  line-height: 45px;
  -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; }
  .button.dalej, .button .dalej {
    position: relative; }
    .button.dalej:after, .button .dalej:after {
      content: '\f178';
      margin: -3px auto auto 5px;
      font-weight: 400;
      font-size: 27px; }
  .button:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }

button {
  border: 2px solid #ED7F00;
  line-height: 65px;
  font-size: 22px;
  border-radius: 40px;
  color: #FFF;
  font-weight: 700;
  padding: 0 2em;
  cursor: pointer;
  background-color: #ED7F00;
  -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;
  position: relative; }
  button a {
    display: block;
    margin: 0; }
  button:hover {
    background: rgba(56, 119, 59, 0.2);
    background: #FFF;
    color: #ED7F00; }
  button.on {
    background: #5C2D91;
    color: #FFF; }
    button.on:hover {
      background: #5C2D91; }
  button.dalej a {
    line-height: 45px;
    padding: 0 1.3em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    position: relative; }
    button.dalej a:after {
      content: '\f061';
      margin: 0 auto auto 5px;
      font-weight: 900; }

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

.wrap {
  max-width: 100vw; }

.gr {
  background: #FFF;
  position: relative;
  z-index: 1; }

.swiper-container {
  height: 100%;
  position: relative; }
  .swiper-container .swiper-wrapper {
    height: 100%; }
    .swiper-container .swiper-wrapper .swiper-slide {
      display: block;
      height: 100%;
      width: 100%; }

.swiper-pagination {
  position: relative;
  text-align: left; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 0;
    border: 2px solid #5C2D91;
    background: #FFF;
    margin-right: 5px; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #5C2D91; }
  .swiper-pagination.ukryj {
    display: none; }

.prev, .swiper-button-prev {
  position: absolute;
  bottom: 20px;
  left: 10px;
  z-index: 999;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: none; }
  .prev:before, .swiper-button-prev:before {
    content: '\f104';
    margin: auto;
    font-size: 36px; }
  .prev:hover, .swiper-button-prev:hover {
    color: #FFF; }

.next, .swiper-button-next {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 999;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.4);
  background: none;
  cursor: pointer;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .next:before, .swiper-button-next:before {
    content: '\f105';
    margin: auto;
    font-size: 36px; }
  .next:hover, .swiper-button-next:hover {
    color: #FFF; }

.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 .item {
    margin: auto; }

.tloFull {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }
  .tloFull .imgBack.imgMulti, .tloFull.imgBack.imgMulti {
    background-color: #ED7F00;
    background-blend-mode: multiply; }

h2 {
  font-size: 65px;
  font-weight: 700;
  line-height: 1.1em; }
  h2.pkt {
    text-transform: none;
    text-align: left;
    padding: 0 0 0 45px;
    position: relative;
    font-size: 44px; }
    h2.pkt:before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 30px;
      height: 30px;
      background: #5C2D91; }

.formularz .tlo {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .formularz .tlo .imgBack {
    background-color: #5C2D91;
    background-blend-mode: multiply;
    background-size: 250%;
    background-position: 93% 84%; }
.formularz .wrapper {
  text-align: left;
  padding: 75px 0;
  color: #FFF; }
  .formularz .wrapper h2 {
    font-size: 33px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3em; }
  .formularz .wrapper h3 {
    font-size: 24px; }
  .formularz .wrapper .kontakt {
    text-align: right;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: -1.5em; }
    .formularz .wrapper .kontakt > * {
      display: block; }
  .formularz .wrapper form {
    margin: 0; }
    .formularz .wrapper form h3 {
      font-size: 34px;
      font-weight: 700;
      line-height: 1.2em;
      margin: 0 0 15px; }
    .formularz .wrapper form .inputy {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column wrap;
      flex-flow: column wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .formularz .wrapper form .inputy > * {
        margin: auto 0;
        width: 100%; }
      .formularz .wrapper form .inputy span {
        text-align: center;
        font-size: 24px; }
      .formularz .wrapper form .inputy .inp {
        border: 2px solid #5C2D91; }
        .formularz .wrapper form .inputy .inp input {
          font-family: Poppins;
          font-size: 18px;
          padding: 0 15px;
          line-height: 2.5em;
          color: #000000; }
    .formularz .wrapper form .zgody {
      margin: 30px auto auto; }
      .formularz .wrapper form .zgody .zgoda {
        margin: 0 auto 15px 0;
        color: rgba(255, 255, 255, 0.7);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .formularz .wrapper form .zgody .zgoda .check-zgoda {
          margin: 0 20px auto 0;
          float: none; }
        .formularz .wrapper form .zgody .zgoda.err .check-zgoda {
          color: #D34747; }
    .formularz .wrapper form .infRodo {
      color: rgba(255, 255, 255, 0.7);
      margin: 20px 0;
      font-size: 12px;
      line-height: 1.2em; }
    .formularz .wrapper form .akcja {
      width: 170px; }
      .formularz .wrapper form .akcja input {
        width: 100%;
        height: 45px;
        text-align: center;
        padding: 0 3em;
        color: #FFF;
        background: #ED7F00;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 700;
        border: 7px solid #FFF;
        cursor: pointer;
        -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; }
        .formularz .wrapper form .akcja input:hover {
          border-width: 3px; }

footer.pdst {
  padding: 25px 0;
  font-size: 14px;
  font-weight: 400;
  background: #FFF;
  position: relative; }
  footer.pdst .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    footer.pdst .wrapper > * {
      margin: auto 0; }

#doFormTel {
  /* position: fixed;
   width: 100%;
   height: 100%;
   background: rgba(0,254,43,.3);
   top: 0;
   left: 0;
   z-index: 999;*/ }

.boxDoFormTel {
  /*   position: fixed;*/
  /*top: 0px;*/
  /* left: 0px;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /* overflow-y: auto;*/
  /* overflow-x: hidden;*/ }

/* formularz telefon */
.formTel {
  position: fixed;
  top: 90px;
  right: 0;
  width: 400px;
  color: #FFF;
  background: #ED7F00;
  z-index: 99999;
  -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: #FFF;
    z-index: 9; }
    .formTel .zamknij:before {
      content: '\f410';
      font-size: 25px; }
  .formTel header {
    background: #ED7F00;
    color: #FFF; }
    .formTel header .wrapper {
      width: 100%;
      padding: 10px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .formTel header .wrapper .ico {
        width: 65px;
        margin: auto 0; }
        .formTel header .wrapper .ico:before {
          content: '\f406';
          width: 100%;
          display: block;
          height: 40px; }
      .formTel header .wrapper .tytul {
        text-align: left;
        line-height: 1em;
        margin: auto auto auto 0; }
  .formTel .click {
    background: #ED7F00;
    color: #FFF;
    position: absolute;
    width: 50px;
    height: 230px;
    left: 0;
    top: 0;
    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; }
    .formTel .click .ico {
      text-align: center; }
      .formTel .click .ico:before {
        content: '\f406';
        width: 100%;
        padding: 10px 0;
        height: 40px;
        font-size: 30px; }
    .formTel .click .tt {
      transform: rotate(90deg);
      white-space: nowrap;
      margin-top: 10px;
      line-height: 1em;
      text-transform: uppercase; }
  .formTel .wrap {
    position: relative;
    z-index: 1;
    background: #FFF;
    color: #4A4A4A;
    font-size: 16px; }
    .formTel .wrap h3 {
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      background: #ED7F00;
      color: #FFF;
      padding: 10px 10px 20px;
      margin-bottom: 0; }
      .formTel .wrap h3:before {
        content: '\f406';
        width: auto;
        padding: 10px;
        font-size: 30px; }
    .formTel .wrap .daneKontaktowe {
      padding: 20px; }
      .formTel .wrap .daneKontaktowe h5 {
        font-size: 27px;
        font-weight: 600;
        margin: 0; }
      .formTel .wrap .daneKontaktowe a {
        color: #ED7F00;
        font-weight: 700;
        font-size: 30px; }
      .formTel .wrap .daneKontaktowe p {
        margin-bottom: 0; }
    .formTel .wrap form {
      padding: 0 20px 20px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column wrap;
      flex-flow: column wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .formTel .wrap form .inputy .inp {
        width: 100%;
        margin: 0 0 10px !important; }
        .formTel .wrap form .inputy .inp input {
          line-height: 25px;
          font-family: Roboto;
          font-size: 16px;
          width: calc(100% - 20px); }
      .formTel .wrap form .zgody .tr.zgoda {
        margin: 0 0 10px;
        color: inherit;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        font-size: 11px; }
        .formTel .wrap form .zgody .tr.zgoda .check-zgoda {
          float: none;
          margin-right: 5px; }
          .formTel .wrap form .zgody .tr.zgoda .check-zgoda:before {
            font-size: 18px; }
        .formTel .wrap form .zgody .tr.zgoda .dymek {
          flex: 1;
          font-size: 10px;
          margin-left: 10px; }
        .formTel .wrap form .zgody .tr.zgoda.err .check-zgoda {
          color: #E00; }
      .formTel .wrap form .infRodo {
        font-size: 10px;
        line-height: 1em; }
        .formTel .wrap form .infRodo p {
          margin-bottom: 1em; }
  .formTel .akcja {
    text-align: center; }
    .formTel .akcja .wyslij {
      background: #ED7F00;
      margin: 15px auto;
      width: 180px;
      line-height: 1.1em;
      cursor: pointer;
      border: none;
      font-size: 18px;
      line-height: 50px;
      color: #FFF;
      font-family: Roboto;
      border-radius: 18px;
      font-weight: 700;
      box-shadow: 0 20px 40px 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; }
      .formTel .akcja .wyslij:hover {
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2); }
  .formTel.off {
    right: -400px; }
    .formTel.off .srodek {
      box-shadow: none; }
    .formTel.off .click {
      left: -50px;
      opacity: 1; }

/*.fotoAnim {
    overflow: hidden;
    position: relative;
    .imgBack {
        background-position: 50% 30%;
        
    }
}*/
#dni-otwarte {
  border: 10px solid #ED7F00;
  padding: 75px 0; }
  #dni-otwarte .tytul {
    color: #ED7F00;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.2; }
    #dni-otwarte .tytul .t2 {
      font-size: 65px;
      font-weight: 900;
      line-height: 1; }
    #dni-otwarte .tytul .t3 {
      font-size: 40px;
      font-weight: 900;
      line-height: 1.3; }
  #dni-otwarte .zobacz {
    margin: 20px auto 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center; }
    #dni-otwarte .zobacz .z {
      margin: auto 0 0 -25px;
      text-align: left;
      font-size: 24px; }
      #dni-otwarte .zobacz .z .t1 {
        font-weight: 700; }
      #dni-otwarte .zobacz .z .t2 {
        font-weight: 700;
        text-transform: uppercase; }
      #dni-otwarte .zobacz .z .t3 {
        font-weight: 300; }
  #dni-otwarte .opis {
    font-size: 18px; }
    #dni-otwarte .opis .t1 {
      color: #ED7F00; }
    #dni-otwarte .opis .t3 {
      font-weight: 700; }

#komunikat {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: fixed;
  z-index: 100000000001;
  width: 100vw;
  height: 100vh;
  width: 86vw;
  height: 80vh;
  color: #FFF;
  background: #ED7F00;
  backdrop-filter: saturate(180%) blur(20px);
  top: 10vh;
  left: 7vw;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5); }
  #komunikat .zamknij {
    position: absolute;
    top: 5vh;
    right: 5vh;
    cursor: pointer; }
    #komunikat .zamknij:before {
      content: '\f00d';
      color: #FFF;
      font-size: 40px; }
  #komunikat .wrapper {
    height: auto;
    margin: auto;
    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; }
    #komunikat .wrapper .ttx {
      margin: auto 0;
      flex: 1; }
      #komunikat .wrapper .ttx .txt {
        font-size: 30px;
        line-height: 1.5; }
        #komunikat .wrapper .ttx .txt span {
          display: block; }
          #komunikat .wrapper .ttx .txt span.s {
            margin-top: 15px; }
          #komunikat .wrapper .ttx .txt span strong {
            font-weight: 700;
            line-height: 1; }
          #komunikat .wrapper .ttx .txt span.t1 {
            text-transform: uppercase;
            font-size: 30px;
            line-height: 1.1; }
          #komunikat .wrapper .ttx .txt span.t2 {
            text-transform: uppercase;
            font-size: 55px;
            line-height: 1.3;
            font-weight: 700; }
          #komunikat .wrapper .ttx .txt span.t3 {
            font-weight: 300;
            font-size: 25px;
            line-height: 1.1; }
        #komunikat .wrapper .ttx .txt.txt2 {
          font-size: 20px;
          font-weight: 300; }
      #komunikat .wrapper .ttx .tel {
        line-height: 30px;
        margin-top: 15px; }
        #komunikat .wrapper .ttx .tel span {
          font-weight: 700;
          display: block; }
    #komunikat .wrapper .zdj {
      margin: 0;
      flex: 1;
      box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5); }

.polityka ol li, .polityka ul li {
  margin-left: 15px;
  list-style-type: circle; }

.gallery .prev {
  position: absolute;
  height: 100%;
  width: 40px;
  left: 0;
  top: 0;
  z-index: 9999999;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .gallery .prev:before {
    content: '\f053';
    font-weight: 300;
    margin: auto;
    color: #FFF;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: .7em 0;
    text-align: center;
    font-size: 40px; }
.gallery .next {
  position: absolute;
  height: 100%;
  width: 40px;
  right: 0;
  top: 0;
  z-index: 9999999;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .gallery .next:before {
    content: '\f054';
    font-weight: 300;
    margin: auto;
    color: #FFF;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: .7em 0;
    text-align: center;
    font-size: 40px; }

.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: 900;
    color: 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; }

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

header.menu {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #FFF;
  box-shadow: 0 0 20px 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;
  /*  &.start {
        
        .wrapper {
           
            .dane {
                color: #FFF;
                
                a {
                    &.telefon {
                        span {
                            border-color: #FFF;
                        }
                    }
                }
            }
        }
        
    }
    .mm & {
           
            .wrapper {
                .logo {
                    
                    .pelne {
                        width: 100%;
                        height: 90%;
                    }
                }
            }
        } */ }
  header.menu #komunikatW {
    background: #ED7F00;
    padding: 10px; }
    header.menu #komunikatW .wrapper {
      text-align: left;
      color: #FFF;
      font-size: 17px;
      line-height: 1.5em; }
    header.menu #komunikatW .zamknijK {
      position: absolute;
      right: 15px;
      top: 17px;
      cursor: pointer;
      color: #FFF;
      z-index: 9; }
      header.menu #komunikatW .zamknijK:before {
        content: '\f410';
        font-size: 25px; }
  header.menu .domenu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 90px; }
    header.menu .domenu .logo {
      margin: -2px 0 0; }
      header.menu .domenu .logo .imgBack {
        position: absolute;
        top: 0; }
      header.menu .domenu .logo .pelne {
        width: 100%;
        height: 90%;
        background-size: contain;
        background-position: 0 0;
        opacity: 1; }
      header.menu .domenu .logo .ikona {
        height: 90%;
        width: 140px;
        background-size: contain;
        background-position: 0 0;
        opacity: 1;
        display: none; }
    header.menu .domenu .dane {
      margin: auto 0;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      height: 100%;
      flex: 1; }
      header.menu .domenu .dane > * {
        line-height: 100px; }
      header.menu .domenu .dane.telBtn .telefonP {
        display: none; }
      header.menu .domenu .dane.telBtn .telefon {
        display: block; }
      header.menu .domenu .dane.telBtn.on .telefonP {
        display: none; }
      header.menu .domenu .dane.telBtn.on .telefon {
        display: block; }
      header.menu .domenu .dane.telBtn img {
        display: none; }
      header.menu .domenu .dane a {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px; }
        header.menu .domenu .dane a.telefonP {
          display: none; }
        header.menu .domenu .dane a.telefon {
          color: #ED7F00;
          font-size: 18px;
          font-weight: 600;
          border-radius: 22px;
          line-height: 45px;
          padding: 0 1.5em;
          margin: auto 0;
          height: 45px;
          -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; }
          header.menu .domenu .dane a.telefon .t1 {
            display: none; }
          header.menu .domenu .dane a.telefon:before {
            content: '\f2a0';
            margin-right: 5px;
            font-weight: 900;
            color: #6D6E70; }
          header.menu .domenu .dane a.telefon:hover {
            background: #FFF;
            color: #ED7F00; }
      header.menu .domenu .dane .logo {
        background-position: 100% 50%;
        width: 60px; }
      header.menu .domenu .dane .zamknij {
        display: none; }
  .plan header.menu {
    height: 80px; }
    .plan header.menu .wrapper .dane > * {
      line-height: 80px; }
    .plan header.menu .wrapper .dane .zamknijMax {
      line-height: 80px;
      margin-left: 15px;
      cursor: pointer;
      font-size: 25px; }
      .plan header.menu .wrapper .dane .zamknijMax:before {
        content: '\f00d';
        font-weight: 900;
        -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; }
      .plan header.menu .wrapper .dane .zamknijMax:hover:before {
        transform: rotate(360deg); }

#start {
  height: 100vh;
  z-index: 2; }
  #start .tloVideo {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden; }
    #start .tloVideo .easyhtml5video {
      margin: 0 auto;
      width: 100vw;
      height: 100vh;
      position: relative; }
      #start .tloVideo .easyhtml5video video {
        min-width: 100vw !important;
        min-height: 101vh !important;
        width: auto !important;
        height: auto !important;
        position: absolute; }
      #start .tloVideo .easyhtml5video .eh5v_script {
        display: none; }
  #start .tloFull {
    /* mask-image: url(http://bymade.pl/img/ikony/Mask.png);    
     -webkit-mask-image: url(http://bymade.pl/img/ikony/Mask.png);*/ }
  #start .wrapper {
    text-align: left;
    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; }
    #start .wrapper .haslo {
      margin: auto;
      color: #FFF;
      text-align: center; }
      #start .wrapper .haslo h1 {
        font-size: 50px;
        font-weight: 700;
        margin: 0;
        text-shadow: 0 0 15px #000;
        text-transform: uppercase; }
        #start .wrapper .haslo h1 span {
          display: block;
          line-height: 1.2; }
      #start .wrapper .haslo h2 {
        font-size: 40px;
        font-weight: 400;
        text-transform: none;
        line-height: 1.3em;
        text-shadow: 0 0 15px #000;
        margin: 15px auto 45px; }
      #start .wrapper .haslo h3 {
        font-size: 20px;
        font-weight: 300;
        padding: 20px 0 0; }
        #start .wrapper .haslo h3 span {
          line-height: 1em; }
      #start .wrapper .haslo .btn {
        background: #ED7F00;
        /*linear-gradient(135deg, #e6782b 30%, #5c2d91); /*$kolor2;*/
        display: inline-block;
        border-radius: 10px;
        padding: 20px 50px;
        font-size: 25px;
        font-weight: 300;
        line-height: 1.2;
        color: #FFF; }
        #start .wrapper .haslo .btn span {
          display: block; }
          #start .wrapper .haslo .btn span.m {
            font-size: 25px; }
        #start .wrapper .haslo .btn strong {
          font-weight: 700; }
    #start .wrapper .zwrot {
      position: absolute;
      top: 158px;
      right: 0;
      color: #fff;
      text-shadow: 1px 2px 0 #5C2D91; }
      #start .wrapper .zwrot .stopa {
        font-size: 218px;
        font-weight: 900; }
        #start .wrapper .zwrot .stopa .cf {
          line-height: .8em; }
        #start .wrapper .zwrot .stopa .proc {
          font-size: .7em;
          margin-left: -.3em; }
      #start .wrapper .zwrot .txt {
        font-size: 20px;
        font-weight: 600;
        line-height: 1em; }
        #start .wrapper .zwrot .txt span {
          display: block; }
  #start .nadol {
    /*position: absolute;
    bottom: 30px;
    left: 0;*/
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    color: #FFF;
    z-index: 9;
    text-shadow: 0 0 15px #000; }
    #start .nadol:before {
      content: '\f078';
      font-weight: 900;
      font-size: 30px;
      text-align: center;
      display: block;
      margin-bottom: -11px; }

#wideorozmowa {
  margin: 50px 0 25px; }
  #wideorozmowa .wrapper h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 1em;
    margin: 0;
    color: #5C2D91; }
    #wideorozmowa .wrapper h2 span {
      line-height: 1.2; }
  #wideorozmowa .wrapper h3 {
    font-size: 24px;
    font-weight: 300;
    padding: 11px 0 0;
    margin: 0;
    color: #6D6E70; }
  #wideorozmowa .wrapper .items {
    margin: 50px 0 25px; }
    #wideorozmowa .wrapper .items .item .iko {
      width: 100%;
      text-align: center; }
    #wideorozmowa .wrapper .items .item .nr {
      color: #5C2D91;
      font-size: 65px;
      font-weight: 700;
      line-height: 1.5em; }
    #wideorozmowa .wrapper .items .item .txt {
      font-size: 14px;
      font-weight: 300;
      text-transform: uppercase;
      text-align: center;
      line-height: 1.1em;
      min-height: 65px; }
      #wideorozmowa .wrapper .items .item .txt span {
        display: block; }
        #wideorozmowa .wrapper .items .item .txt span.m {
          display: inline-block;
          color: #ED7F00; }
        #wideorozmowa .wrapper .items .item .txt span a {
          border: 1px solid #ED7F00;
          border-radius: 7px;
          display: inline-block;
          margin: 5px 0;
          font-size: 10px;
          padding: 4px 5px;
          background: #ED7F00;
          color: #FFF;
          -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; }
          #wideorozmowa .wrapper .items .item .txt span a:hover {
            background: #FFF;
            color: #000; }
  #wideorozmowa .wrapper .formWideo {
    margin: 0;
    padding: 0 50px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    -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-height: 0;
    opacity: 0; }
    #wideorozmowa .wrapper .formWideo form {
      margin: 25px 0 0; }
      #wideorozmowa .wrapper .formWideo form .inputy {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        #wideorozmowa .wrapper .formWideo form .inputy .inp {
          margin: 0;
          width: 33%; }
          #wideorozmowa .wrapper .formWideo form .inputy .inp input {
            font-size: 17px; }
      #wideorozmowa .wrapper .formWideo form .zgody {
        color: #6D6E70;
        font-weight: 300;
        text-align: left;
        font-size: 10px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        #wideorozmowa .wrapper .formWideo form .zgody .tr.zgoda {
          color: inherit;
          width: 49%; }
          #wideorozmowa .wrapper .formWideo form .zgody .tr.zgoda .dymek {
            margin-left: 25px; }
      #wideorozmowa .wrapper .formWideo form .infRodo {
        color: #6D6E70;
        font-weight: 300;
        text-align: left;
        line-height: 1.2em;
        font-size: 10px;
        margin: 0 30px; }
      #wideorozmowa .wrapper .formWideo form .akcja {
        margin: 1em 0; }
        #wideorozmowa .wrapper .formWideo form .akcja .wyslij {
          font-weight: 700;
          border: 2px solid #ED7F00;
          border-radius: 22px;
          background: #ED7F00;
          line-height: 45px;
          height: 45px;
          padding: 0 4em;
          color: #FFF;
          font-size: 18px;
          cursor: pointer;
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
          -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;
          font-family: 'Poppins'; }
          #wideorozmowa .wrapper .formWideo form .akcja .wyslij:hover {
            box-shadow: none; }
    #wideorozmowa .wrapper .formWideo .returnMsg {
      display: none; }
    #wideorozmowa .wrapper .formWideo.on {
      opacity: 1;
      max-height: 200vh;
      margin: 25px 0 50px;
      padding: 25px 50px; }
    #wideorozmowa .wrapper .formWideo.return form, #wideorozmowa .wrapper .formWideo.return h3 {
      display: none; }
    #wideorozmowa .wrapper .formWideo.return .returnMsg {
      display: block;
      font-size: 24px;
      font-weight: 300;
      padding: 11px 0 0;
      margin: 0;
      color: #6D6E70; }

#postep {
  z-index: 1;
  height: 150vh;
  padding: 0; }
  #postep .wrapper {
    padding: 10px 0 0; }
    #postep .wrapper .wrap {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 50px 0; }
      #postep .wrapper .wrap .charakterystyka {
        position: relative;
        width: 40%;
        margin: 20px auto; }
        #postep .wrapper .wrap .charakterystyka .items .item {
          flex: 1 50%;
          margin: 0 auto 40px 0;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: column wrap;
          flex-flow: column wrap;
          -webkit-justify-content: flex-start;
          justify-content: flex-start; }
          #postep .wrapper .wrap .charakterystyka .items .item .o {
            font-size: 16px;
            line-height: 1.2; }
          #postep .wrapper .wrap .charakterystyka .items .item .w {
            font-size: 35px;
            font-weight: 600;
            line-height: 1em;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: column wrap;
            flex-flow: column wrap;
            -webkit-justify-content: flex-end;
            justify-content: flex-end; }
            #postep .wrapper .wrap .charakterystyka .items .item .w span {
              display: block; }
              #postep .wrapper .wrap .charakterystyka .items .item .w span i {
                font-style: normal;
                font-size: .6em;
                font-weight: 400; }
            #postep .wrapper .wrap .charakterystyka .items .item .w.ico .imgBack {
              background-size: contain;
              height: 75%; }
          #postep .wrapper .wrap .charakterystyka .items .item .t {
            text-transform: uppercase;
            color: #6D6E70;
            line-height: 1em;
            font-size: 15px;
            margin-top: 5px; }
            #postep .wrapper .wrap .charakterystyka .items .item .t span {
              display: block; }
      #postep .wrapper .wrap .wrow {
        width: 55%;
        margin: 0 0 0 5%;
        display: block; }
        #postep .wrapper .wrap .wrow .li {
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-justify-content: space-between;
          justify-content: space-between; }
        #postep .wrapper .wrap .wrow .postep {
          margin: 0 5px 0 0; }
          #postep .wrapper .wrap .wrow .postep .progress-ring,
          #postep .wrapper .wrap .wrow .postep .progress-usage,
          #postep .wrapper .wrap .wrow .postep .progress-indicator {
            width: 300px;
            height: 300px;
            display: block;
            border: 50px solid #FFF;
            border-radius: 50%;
            position: relative; }
          #postep .wrapper .wrap .wrow .postep .progress-usage, #postep .wrapper .wrap .wrow .postep .progress-indicator {
            position: absolute;
            top: -50px;
            left: -50px; }
          #postep .wrapper .wrap .wrow .postep .progress-usage {
            border-color: #ED7F00;
            clip: rect(0px, 300px, 300px, 150px); }
          #postep .wrapper .wrap .wrow .postep .progress-ring .txt {
            height: 100%;
            width: 100%;
            margin: 0;
            position: absolute;
            color: #5C2D91;
            top: 0;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: column wrap;
            flex-flow: column wrap;
            -webkit-justify-content: center;
            justify-content: center; }
            #postep .wrapper .wrap .wrow .postep .progress-ring .txt .cf {
              color: #5C2D91;
              font-weight: 700;
              font-size: 63px;
              line-height: 1;
              margin: auto auto 0; }
            #postep .wrapper .wrap .wrow .postep .progress-ring .txt .ttx {
              font-size: 20px;
              margin: 0 auto auto; }
              #postep .wrapper .wrap .wrow .postep .progress-ring .txt .ttx span {
                display: block; }
                #postep .wrapper .wrap .wrow .postep .progress-ring .txt .ttx span.startBudowy {
                  font-size: 20px;
                  text-transform: uppercase;
                  color: #ED7F00; }
          #postep .wrapper .wrap .wrow .postep .less {
            clip: rect(0, 300px, 300px, 150px);
            border-color: #FFF; }
          #postep .wrapper .wrap .wrow .postep .more {
            clip: rect(0, 150px, 300px, 0);
            border-color: #ED7F00; }
        #postep .wrapper .wrap .wrow .opis {
          font-size: 16px;
          line-height: 1.2em;
          font-weight: 300;
          margin: 0 auto;
          text-align: left; }
        #postep .wrapper .wrap .wrow .btn-zobacz-zdjecia {
          width: 300px;
          height: 300px;
          border-radius: 50%;
          overflow: hidden;
          margin: 0 0 5px;
          position: relative; }
          #postep .wrapper .wrap .wrow .btn-zobacz-zdjecia .tyt {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: column wrap;
            flex-flow: column wrap;
            -webkit-justify-content: center;
            justify-content: center;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            font-size: 22px; }
            #postep .wrapper .wrap .wrow .btn-zobacz-zdjecia .tyt span {
              display: block; }
    #postep .wrapper .gwarancja {
      position: relative;
      color: #5C2D91;
      text-align: left;
      padding: 0 70px; }
      #postep .wrapper .gwarancja .txt2 {
        text-shadow: 2px 2px 0 #FFF;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
        #postep .wrapper .gwarancja .txt2 .cf {
          font-size: 200px;
          font-weight: 900;
          line-height: 157px;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: column wrap;
          flex-flow: column wrap;
          -webkit-justify-content: space-between;
          justify-content: space-between; }
          #postep .wrapper .gwarancja .txt2 .cf span {
            margin: 0 auto; }
            #postep .wrapper .gwarancja .txt2 .cf span.mm {
              font-size: 24px;
              line-height: 1; }
        #postep .wrapper .gwarancja .txt2 .t {
          font-size: 57px;
          font-weight: 900;
          margin: auto auto 0 20px;
          line-height: 1em;
          text-transform: uppercase; }
          #postep .wrapper .gwarancja .txt2 .t span {
            display: block; }
      #postep .wrapper .gwarancja .txt {
        text-transform: uppercase;
        font-size: 38px;
        font-weight: 400;
        line-height: 1em;
        margin-bottom: 10px; }
        #postep .wrapper .gwarancja .txt span {
          display: block; }

#korzysci {
  margin: -80px auto 0; }
  #korzysci .wrapper .items {
    flex-direction: column;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3); }
    #korzysci .wrapper .items .item {
      width: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 0 70px;
      color: #FFF; }
      #korzysci .wrapper .items .item .txt {
        margin: auto 0;
        text-align: left; }
        #korzysci .wrapper .items .item .txt h4 {
          font-size: 25px;
          font-weight: 600;
          line-height: 1.1em;
          margin: 0; }
        #korzysci .wrapper .items .item .txt h5 {
          font-size: 18px;
          font-weight: 400;
          line-height: 1.1em;
          margin: 0; }
      #korzysci .wrapper .items .item .cena {
        margin: auto 0;
        line-height: 90px;
        font-weight: 900;
        text-align: right; }
      #korzysci .wrapper .items .item.item1 {
        background: #ED7F00; }
        #korzysci .wrapper .items .item.item1 .cena {
          font-size: 25px; }
      #korzysci .wrapper .items .item.item2 {
        background: #5C2D91; }
        #korzysci .wrapper .items .item.item2 .cena {
          font-size: 38px; }

#wMinute {
  margin: 100px 0 0; }
  #wMinute .wrapper .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    grid-template-rows: 1fr;
    justify-items: stretch; }
    #wMinute .wrapper .items .item {
      width: 100%;
      height: 360px; }
      #wMinute .wrapper .items .item.item1 {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        #wMinute .wrapper .items .item.item1 h3 {
          margin: auto;
          text-align: left;
          font-size: 56px;
          font-weight: 700;
          text-align: center;
          padding: 7px 0 0;
          color: #5C2D91; }
          #wMinute .wrapper .items .item.item1 h3 span {
            line-height: 1.2;
            display: block; }
            #wMinute .wrapper .items .item.item1 h3 span.m {
              font-size: .6em; }

#potencjal {
  margin: 100px 0 0; }
  #potencjal .wrapper h2 {
    color: #5C2D91;
    font-weight: 700;
    font-size: 55px;
    line-height: 1em;
    margin: 0; }
  #potencjal .wrapper h3 {
    color: #6D6E70;
    font-size: 38px;
    font-weight: 300;
    padding: 7px 0 0;
    margin: 0; }
  #potencjal .wrapper .items {
    margin: 50px 0; }
    #potencjal .wrapper .items .item .iko {
      height: 115px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #potencjal .wrapper .items .item .iko .imgBack {
        background-position: 50% 100%;
        background-size: contain;
        margin: auto auto 0; }
      #potencjal .wrapper .items .item .iko.iko1 .imgBack {
        height: 100%; }
      #potencjal .wrapper .items .item .iko.iko2 .imgBack {
        height: 68px; }
      #potencjal .wrapper .items .item .iko.iko3 .imgBack {
        height: 95px; }
      #potencjal .wrapper .items .item .iko.iko4 .imgBack {
        height: 88px; }
      #potencjal .wrapper .items .item .iko.iko5 .imgBack {
        height: 80px; }
      #potencjal .wrapper .items .item .iko.iko6 .imgBack {
        height: 115px; }
      #potencjal .wrapper .items .item .iko.iko7 .imgBack {
        height: 85px; }
    #potencjal .wrapper .items .item .w {
      font-size: 80px;
      font-weight: 700;
      color: #5C2D91;
      line-height: 1.5em; }
    #potencjal .wrapper .items .item .t {
      text-transform: uppercase;
      font-weight: 300;
      color: #6D6E70;
      font-size: 20px;
      line-height: 1em; }
      #potencjal .wrapper .items .item .t span {
        display: block; }
  #potencjal .wrapper .zasoby {
    margin: 75px 0;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.5);
    background: #5C2D91;
    color: #FFF;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center; }
    #potencjal .wrapper .zasoby > * {
      margin: auto 25px; }
    #potencjal .wrapper .zasoby .w {
      font-size: 130px;
      font-weight: 900;
      line-height: 220px; }
    #potencjal .wrapper .zasoby .t {
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: left; }
      #potencjal .wrapper .zasoby .t span {
        display: block;
        line-height: 1.2em; }
  #potencjal .wrapper .dane {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #potencjal .wrapper .dane > * {
      flex: 1;
      padding: 50px; }
      #potencjal .wrapper .dane > * h3 {
        color: #6D6E70;
        font-size: 38px;
        padding: 7px 0 0;
        text-align: left; }
      #potencjal .wrapper .dane > * .txt {
        color: #6D6E70;
        font-size: 24px;
        line-height: 1.3em;
        text-align: left; }
        #potencjal .wrapper .dane > * .txt span {
          display: block; }
    #potencjal .wrapper .dane .szkoly {
      background: rgba(158, 130, 181, 0.2);
      border-right: 1px solid #FFF; }
    #potencjal .wrapper .dane .komunikacja {
      border-left: 1px solid #FFF;
      background: #F2F2F2; }
  #potencjal .wrapper .mapa {
    height: 607px;
    margin: 50px 0;
    position: relative; }
    #potencjal .wrapper .mapa .pion {
      display: none; }
    #potencjal .wrapper .mapa .stand {
      height: 100%; }
    #potencjal .wrapper .mapa .imgBack {
      background-size: contain; }
    #potencjal .wrapper .mapa .wykaz {
      position: absolute;
      height: 100%;
      width: 30%;
      right: 0;
      top: 0;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column wrap;
      flex-flow: column wrap;
      -webkit-justify-content: center;
      justify-content: center; }
      #potencjal .wrapper .mapa .wykaz .itm {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 15px auto 15px 0; }
        #potencjal .wrapper .mapa .wykaz .itm .iko {
          margin: auto;
          color: #5C2D91;
          font-size: 28px;
          line-height: 1;
          width: 50px; }
          #potencjal .wrapper .mapa .wykaz .itm .iko.ico-p:before {
            content: '\f554'; }
          #potencjal .wrapper .mapa .wykaz .itm .iko.ico-r:before {
            content: '\f84a'; }
          #potencjal .wrapper .mapa .wykaz .itm .iko.ico-s:before {
            content: '\f1b9'; }
        #potencjal .wrapper .mapa .wykaz .itm .opis {
          text-align: left; }
          #potencjal .wrapper .mapa .wykaz .itm .opis .t {
            font-weight: 700;
            color: #5C2D91; }
          #potencjal .wrapper .mapa .wykaz .itm .opis .c {
            font-weight: 300;
            color: #ED7F00; }
        #potencjal .wrapper .mapa .wykaz .itm:first-child {
          margin-top: 0; }

#cechy {
  margin: 0; }
  #cechy .items .item.item1 {
    position: absolute;
    width: 50%;
    height: 100%; }
  #cechy .items .item.item-txt {
    background: #5C2D91;
    padding: 50px;
    text-align: left;
    width: 50%;
    margin-left: 50%; }
    #cechy .items .item.item-txt .logo {
      height: 178px; }
      #cechy .items .item.item-txt .logo .imgBack {
        background-size: contain;
        background-position: 0 0; }
    #cechy .items .item.item-txt .items {
      flex-direction: column;
      color: #FFF;
      margin: 30px 0 0; }
      #cechy .items .item.item-txt .items .item {
        font-size: 22px;
        line-height: 3em;
        margin: 0; }
        #cechy .items .item.item-txt .items .item:before {
          content: '\f00c';
          font-weight: 900;
          margin-right: 20px; }
        #cechy .items .item.item-txt .items .item strong {
          font-weight: 600; }

#przestrzen {
  margin: 100px 0 80px; }
  #przestrzen .wrapper h2 {
    font-weight: 900;
    font-size: 45px;
    line-height: 1em;
    margin: 0;
    color: #5C2D91; }
  #przestrzen .wrapper h3 {
    font-size: 24px;
    font-weight: 300;
    padding: 11px 0 0;
    margin: 0;
    color: #6D6E70; }
  #przestrzen .wrapper .lokal3d {
    height: 600px; }
    #przestrzen .wrapper .lokal3d .imgBack {
      background-size: contain; }
  #przestrzen .wrapper .galeria {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    grid-template-rows: repeat(2, 1fr);
    justify-items: stretch;
    height: 600px; }
    #przestrzen .wrapper .galeria .item {
      width: 100%;
      height: 100%;
      /* &.item1 {
           grid-column: span 2;
           grid-row: span 2;
       }
       &.item2 {
           grid-column: 3;
           grid-row: 1;
       }
       &.item3 {
           grid-column: 3;
           grid-row: 2;
       }*/ }

.apartament-pokazowy .wrapper .tloFull {
  overflow: hidden; }
  .apartament-pokazowy .wrapper .tloFull .imgBack {
    height: 150%; }
.apartament-pokazowy .wrapper .items {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .apartament-pokazowy .wrapper .items h3 {
    font-size: 45px;
    font-weight: 600;
    position: relative;
    margin: auto auto auto 30px;
    text-align: left;
    padding: 60px 0;
    color: #FFF; }
  .apartament-pokazowy .wrapper .items .umow {
    margin: auto;
    position: relative; }
    .apartament-pokazowy .wrapper .items .umow button {
      background: #FFF;
      color: #ED7F00;
      font-weight: 400;
      padding: 0 3em; }
      .apartament-pokazowy .wrapper .items .umow button:hover {
        background: #ED7F00;
        color: #FFF;
        border-color: #ED7F00; }
    .apartament-pokazowy .wrapper .items .umow h5 {
      position: absolute;
      text-align: center;
      bottom: -50px;
      color: #FFF;
      font-size: 18px;
      font-weight: 300;
      width: 100%; }

#filmAP {
  z-index: 2; }
  #filmAP .wrapper {
    height: auto; }
    #filmAP .wrapper h2 {
      color: #5C2D91;
      margin: 50px 0;
      font-size: 45px;
      line-height: 1.3; }
  #filmAP .film {
    max-width: 90vw;
    margin: auto;
    position: relative; }
    #filmAP .film .tloVideo {
      overflow: hidden; }
      #filmAP .film .tloVideo .easyhtml5video {
        margin: 0 auto; }
        #filmAP .film .tloVideo .easyhtml5video .eh5v_script {
          display: none; }

#inf1 {
  margin: 50px 0 0; }

#mikroapartamenty {
  margin: 0; }
  #mikroapartamenty .tloFull .imgBack {
    width: 100%; }
  #mikroapartamenty .wrapper {
    text-align: left;
    padding: 50px 0; }
    #mikroapartamenty .wrapper h2 {
      font-size: 45px;
      line-height: 1em;
      font-weight: 600;
      color: #5C2D91;
      margin: 0; }
    #mikroapartamenty .wrapper h3 {
      color: #5C2D91;
      font-size: 32px;
      font-weight: 400;
      margin: 0;
      padding: 7px 0 0; }
    #mikroapartamenty .wrapper p {
      padding: 50px 0;
      width: 50%;
      margin: 0; }
      #mikroapartamenty .wrapper p.promocja {
        font-size: 24px; }
        #mikroapartamenty .wrapper p.promocja strong {
          font-weight: 700; }
    #mikroapartamenty .wrapper .wrap {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin: 50px 0;
            /*.items {
                width: 695px;
                flex-direction: column;

                .item {
                    background: #FFF;
                    
                    color: $kolor1;
                    @include dFlex();
                    width: 100%;
                    margin: 10px 0;
                    box-shadow: 0 20px 50px 0 rgba(0,0,0,.3);
                    position: relative;
                    padding: 30px 0;
                    > * {
                        margin: auto 5px;
                        
                    }
                    .pokoj {
                        text-transform: uppercase;
                        font-size: 16px;
                        font-weight: 700;
                        width: 80px;
                        margin-left: 10px;
                    }

                    .metr {
                        font-size: 22px;
                        font-weight: 700;
                        color: $kolor2;
                        width: 13%;
                    }
                    .cena {
                        font-size: 22px;
                        font-weight: 700;
                        white-space: nowrap;
                        span {
                            font-weight: 300;
                            font-size: .6em;
                            white-space: nowrap;
                        }
                    }
                    .znak {
                        width: 10px;
                        flex: none;
                        font-size: 25px;
                        font-weight: 700;
                        margin: auto ;
                    }
                    .dodatki {
                        color: $kolor2;
                        font-size: 14px;
                        div {
                            line-height: 1.2;
                            white-space: nowrap;
                            strong {
                                font-weight: 700;
                            }
                            .m {
                                font-size: 10px;
                            }
                        }
                    }
                    
                    .akc {
                        text-align: center;
                        margin: auto 20px;
                        
                    }
                    button {
                        line-height: 2em;
                        font-weight: 400;
                        font-size: 13px;
                        margin: auto;
                        border-radius: 10px;
                        padding: 0 .5em;
                        text-transform: lowercase;
                        background: $kolor1;
                        white-space: nowrap;
                        border: 1px solid $kolor1;
                    }
                    &:hover {
                        button {

                                background: #FFF;
                                color: $kolor2;

                        }
                    }
                    
                }
            }*/ }
      #mikroapartamenty .wrapper .wrap .items {
        width: 695px;
        flex-direction: column; }
        #mikroapartamenty .wrapper .wrap .items .item {
          background: #FFF;
          color: #5C2D91;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          width: 100%;
          margin: 10px 0;
          box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.3);
          position: relative;
          padding: 30px 0;
          /*.dodatki {
              flex: none;
              width: 30%;
              @include dFlex();
              .iko {
                margin: auto 10px auto auto;
                  img {
                      height: 50px;
                      
                  }
              }
              .txt {
                  font-size: 20px;
                  font-weight: 700;
                  color: $kolor2;
                  text-align: center;
                  margin: auto;
                  span {
                      display: block;
                  }    
              }
          }*/ }
          #mikroapartamenty .wrapper .wrap .items .item > * {
            margin: auto 5px;
            width: 30%; }
          #mikroapartamenty .wrapper .wrap .items .item .pokoj {
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 700;
            white-space: nowrap;
            margin-left: 10px; }
          #mikroapartamenty .wrapper .wrap .items .item .metr {
            font-size: 22px;
            font-weight: 700;
            color: #ED7F00;
            width: 30%; }
          #mikroapartamenty .wrapper .wrap .items .item .cena {
            font-size: 22px;
            font-weight: 700;
            white-space: nowrap;
            width: 30%;
            margin: 15px 10px; }
            #mikroapartamenty .wrapper .wrap .items .item .cena span {
              font-weight: 300;
              font-size: .6em;
              white-space: nowrap; }
          #mikroapartamenty .wrapper .wrap .items .item .znak {
            width: 10px;
            flex: none;
            font-size: 25px;
            font-weight: 700;
            margin: auto; }
          #mikroapartamenty .wrapper .wrap .items .item .dodatki {
            color: #ED7F00;
            font-size: 14px;
            margin-top: 15px;
            width: auto;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-justify-content: flex-start;
            justify-content: flex-start; }
            #mikroapartamenty .wrapper .wrap .items .item .dodatki .iko img {
              height: 30px; }
            #mikroapartamenty .wrapper .wrap .items .item .dodatki .txt {
              margin: auto 5px; }
            #mikroapartamenty .wrapper .wrap .items .item .dodatki div {
              line-height: 1.2;
              white-space: nowrap; }
              #mikroapartamenty .wrapper .wrap .items .item .dodatki div strong {
                font-weight: 700; }
              #mikroapartamenty .wrapper .wrap .items .item .dodatki div .m {
                font-size: 10px; }
          #mikroapartamenty .wrapper .wrap .items .item .akc {
            text-align: center;
            margin: auto 20px;
            width: auto; }
          #mikroapartamenty .wrapper .wrap .items .item button {
            line-height: 2em;
            font-weight: 400;
            font-size: 13px;
            margin: auto;
            border-radius: 10px;
            padding: 0 .5em;
            text-transform: lowercase;
            background: #5C2D91;
            white-space: nowrap;
            border: 1px solid #5C2D91; }
          #mikroapartamenty .wrapper .wrap .items .item:hover button {
            background: #FFF;
            color: #ED7F00; }
      #mikroapartamenty .wrapper .wrap .galeriaP {
        flex: 1;
        margin: auto; }
        #mikroapartamenty .wrapper .wrap .galeriaP .items {
          width: 80%;
          flex-direction: column;
          margin: auto; }
          #mikroapartamenty .wrapper .wrap .galeriaP .items .itm {
            position: relative; }
            #mikroapartamenty .wrapper .wrap .galeriaP .items .itm .foto {
              width: 100%;
              height: 250px; }
            #mikroapartamenty .wrapper .wrap .galeriaP .items .itm .podpis {
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              background: #FFF;
              color: #000;
              font-size: 16px;
              line-height: 2;
              padding: 0 10px; }

#faq {
  margin: 80px 0; }
  #faq .wrapper h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    color: #5C2D91; }
  #faq .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; }
    #faq .wrapper .items .itemsP {
      width: calc(50% - 10px);
      margin: 0; }
      #faq .wrapper .items .itemsP .item {
        text-align: left;
        padding: 0 40px 0 20px;
        margin: 0 0 20px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        cursor: pointer; }
        #faq .wrapper .items .itemsP .item .p {
          color: #5C2D91;
          margin: auto 0;
          line-height: 1em;
          height: 4em;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-justify-content: space-between;
          justify-content: space-between; }
          #faq .wrapper .items .itemsP .item .p span {
            display: inline-block;
            margin: auto 0; }
        #faq .wrapper .items .itemsP .item .o {
          max-height: 0;
          overflow: hidden;
          padding: 0;
          font-size: 15px;
          color: #6D6E70;
          -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
          -moz-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
          -o-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
          -ms-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
          transition: all 0.5s cubic-bezier(0.4, 0, 1, 1); }
          #faq .wrapper .items .itemsP .item .o strong {
            font-weight: 700; }
          #faq .wrapper .items .itemsP .item .o ol, #faq .wrapper .items .itemsP .item .o ul {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: column wrap;
            flex-flow: column wrap;
            -webkit-justify-content: space-between;
            justify-content: space-between; }
            #faq .wrapper .items .itemsP .item .o ol li, #faq .wrapper .items .itemsP .item .o ul li {
              margin: 0 0 5px; }
          #faq .wrapper .items .itemsP .item .o a {
            color: #ED7F00;
            font-size: .9em;
            line-height: 1em; }
          #faq .wrapper .items .itemsP .item .o table {
            font-size: 8px;
            line-height: 1; }
            #faq .wrapper .items .itemsP .item .o table tr th, #faq .wrapper .items .itemsP .item .o table tr td {
              border: 1px solid rgba(0, 0, 0, 0.5);
              text-align: right;
              padding-right: 2px; }
            #faq .wrapper .items .itemsP .item .o table tr th {
              background: #5C2D91;
              color: #FFF;
              text-align: center;
              text-transform: lowercase; }
            #faq .wrapper .items .itemsP .item .o table tr td {
              white-space: nowrap;
              padding: 3px 2px; }
            #faq .wrapper .items .itemsP .item .o table tr .sr {
              text-align: center; }
        #faq .wrapper .items .itemsP .item .b {
          position: absolute;
          right: 20px;
          top: 24px; }
          #faq .wrapper .items .itemsP .item .b:before {
            content: '\f13a';
            color: #ED7F00;
            font-weight: 400; }
        #faq .wrapper .items .itemsP .item.on {
          padding-bottom: 20px; }
          #faq .wrapper .items .itemsP .item.on .o {
            max-height: 100vh;
            padding: 20px 0 0; }
          #faq .wrapper .items .itemsP .item.on .b:before {
            content: '\f057';
            font-weight: 900; }
        #faq .wrapper .items .itemsP .item.nieakt {
          opacity: .3;
          cursor: auto; }

#galeria {
  --wG: 1140px;
  margin: 80px 0; }
  #galeria .wrapper h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: left;
    color: #5C2D91; }
  #galeria .wrapper .header .items {
    justify-content: flex-start; }
    #galeria .wrapper .header .items .item {
      height: 105px;
      width: 200px;
      margin: 0 30px 0 0;
      position: relative;
      cursor: pointer; }
      #galeria .wrapper .header .items .item .imgBack {
        position: absolute;
        top: 0;
        left: 0; }
        #galeria .wrapper .header .items .item .imgBack.imgOn {
          opacity: 0; }
        #galeria .wrapper .header .items .item .imgBack.imgOff {
          opacity: 1; }
      #galeria .wrapper .header .items .item .t {
        line-height: 60px;
        color: #ED7F00;
        position: relative; }
      #galeria .wrapper .header .items .item.on .imgBack.imgOn {
        opacity: 1; }
      #galeria .wrapper .header .items .item.on .imgBack.imgOff {
        opacity: 0; }
      #galeria .wrapper .header .items .item.on .t {
        color: #FFF; }
  #galeria .wrapper .items-galeria {
    margin: 80px 0 0;
    position: relative;
    height: calc(calc(calc(var(--wG) - 45px - 150px) / 3) + 45px); }
    #galeria .wrapper .items-galeria .items {
      opacity: 0;
      height: calc(calc(calc(var(--wG) - 45px - 150px) / 3) + 45px);
      top: 0;
      left: 0;
      position: absolute;
      z-index: 0;
      width: 100%; }
      #galeria .wrapper .items-galeria .items .swiper-container {
        width: calc(100% - 100px);
        margin: 0 50px; }
        #galeria .wrapper .items-galeria .items .swiper-container .swiper-slide .tytul {
          background: #ed7f00;
          color: #FFF;
          line-height: 45px; }
        #galeria .wrapper .items-galeria .items .swiper-container .swiper-slide .imgBack {
          top: 45px;
          height: calc(calc(var(--wG) - 45px - 150px) / 3); }
      #galeria .wrapper .items-galeria .items.on {
        opacity: 1;
        z-index: 1; }
      #galeria .wrapper .items-galeria .items .swiper-pagination {
        margin: 0 50px; }
      #galeria .wrapper .items-galeria .items .swiper-button-prev {
        left: 0;
        color: #ED7F00; }
        #galeria .wrapper .items-galeria .items .swiper-button-prev:before {
          font-weight: 300;
          content: '\f053'; }
        #galeria .wrapper .items-galeria .items .swiper-button-prev:hover {
          color: #ED7F00; }
        #galeria .wrapper .items-galeria .items .swiper-button-prev.ukryj {
          display: none; }
      #galeria .wrapper .items-galeria .items .swiper-button-next {
        right: 0;
        color: #ED7F00; }
        #galeria .wrapper .items-galeria .items .swiper-button-next:before {
          font-weight: 300;
          content: '\f054'; }
        #galeria .wrapper .items-galeria .items .swiper-button-next:hover {
          color: #ED7F00; }
        #galeria .wrapper .items-galeria .items .swiper-button-next.ukryj {
          display: none; }
      #galeria .wrapper .items-galeria .items a.dalej {
        line-height: 50px;
        color: #ED7F00;
        font-size: 15px;
        display: none; }
        #galeria .wrapper .items-galeria .items a.dalej:after {
          content: '\f061';
          font-weight: 900;
          margin-left: 15px; }

#holding {
  margin: 80px 0 0;
  padding: 100px 0;
  background: #EAEAEA; }
  #holding .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #holding .wrapper .logo {
      width: 228px;
      height: 174px;
      margin: 0; }
      #holding .wrapper .logo .imgBack {
        background-size: contain;
        background-position: 0 0; }
    #holding .wrapper .holding-dane {
      flex: 1;
      padding: 100px 0 0;
      text-align: left; }
      #holding .wrapper .holding-dane .items {
        justify-content: flex-start; }
        #holding .wrapper .holding-dane .items .item {
          margin: 0 45px 0 0; }
          #holding .wrapper .holding-dane .items .item .cf {
            font-size: 55px;
            font-weight: 700;
            line-height: 1em;
            color: #5C2D91;
            text-align: center; }
          #holding .wrapper .holding-dane .items .item .t {
            margin: 5px 0 0;
            padding: 10px 0 0;
            border-top: 2px solid #000;
            font-size: 19px;
            font-weight: 300;
            color: #5C2D91;
            text-transform: uppercase;
            text-align: center;
            line-height: 1.1em; }
      #holding .wrapper .holding-dane .opis {
        margin: 50px 0;
        line-height: 2em;
        width: 80%; }
      #holding .wrapper .holding-dane .opisD {
        max-height: 0;
        opacity: 0;
        height: 0;
        width: 80%;
        line-height: 2em;
        -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; }
        #holding .wrapper .holding-dane .opisD.on {
          opacity: 1;
          max-height: 1000px;
          height: auto; }
      #holding .wrapper .holding-dane .inwestorZastepczy {
        max-height: 0;
        opacity: 0;
        height: 0; }
        #holding .wrapper .holding-dane .inwestorZastepczy strong {
          font-weight: 700; }
        #holding .wrapper .holding-dane .inwestorZastepczy.on {
          padding: 50px 0 0;
          max-height: 1000px;
          height: auto;
          opacity: 1;
          font-size: 16px; }
          #holding .wrapper .holding-dane .inwestorZastepczy.on h3 {
            font-weight: 700; }
          #holding .wrapper .holding-dane .inwestorZastepczy.on a {
            font-weight: 400; }
            #holding .wrapper .holding-dane .inwestorZastepczy.on a:before {
              margin-right: 10px;
              color: #5C2D91; }
      #holding .wrapper .holding-dane .buttons {
        position: relative;
        z-index: 3; }
        #holding .wrapper .holding-dane .buttons a {
          background: #5C2D91;
          line-height: 60px;
          border-color: #5C2D91;
          color: #FFF;
          display: inline-block;
          margin-right: 15px;
          cursor: pointer;
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5); }
          #holding .wrapper .holding-dane .buttons a:hover {
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
            background: #FFF;
            color: #5C2D91;
            border-color: #5C2D91; }

#galeriaZ {
  height: 80vh;
  z-index: 2; }
  #galeriaZ .items {
    width: 100%;
    height: 100%; }
    #galeriaZ .items .swiper-container {
      width: 100%; }
  #galeriaZ .legend {
    display: block;
    position: absolute;
    top: 70%;
    left: 66%;
    z-index: 2;
    font-size: 12px;
    color: #FFF;
    transform: rotate(-8.1deg);
    transform-origin: 0 0; }
  #galeriaZ .swiper-button {
    z-index: 3; }

.maska .tloFull {
  clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 65% 70%, 65% 100%, 0% 80%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 65% 70%, 65% 100%, 0% 80%); }
.maska .maskaR {
  background: #FFF;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  clip-path: polygon(0% calc(80% - 20px), calc(65% - 20px) calc(100% - 20px), calc(65% - 20px) calc(70% - 20px), 100% calc(60% - 20px), 100% calc(60% - 10px), calc(65% - 10px) calc(70% - 10px), calc(65% - 10px) calc(100% - 10px), 0% calc(80% - 10px));
  -webkit-clip-path: polygon(0% calc(80% - 20px), calc(65% - 20px) calc(100% - 20px), calc(65% - 20px) calc(70% - 20px), 100% calc(60% - 20px), 100% calc(60% - 10px), calc(65% - 10px) calc(70% - 10px), calc(65% - 10px) calc(100% - 10px), 0% calc(80% - 10px)); }
.maska .maskaF {
  background: #5C2D91;
  width: 100%;
  height: 100%;
  bottom: -70px;
  left: 0;
  position: absolute;
  z-index: 1;
  clip-path: polygon(100% calc(60% - 70px), 65% calc(70% - 70px), 65% 100%, 0% 80%, 0% calc(80% - 70px), 65% calc(100% - 70px), 65% 70%, 100% 60%);
  -webkit-clip-path: polygon(100% calc(60% - 70px), 65% calc(70% - 70px), 65% 100%, 0% 80%, 0% calc(80% - 70px), 65% calc(100% - 70px), 65% 70%, 100% 60%); }

#kontakt {
  position: relative;
  background: #5C2D91;
  color: #FFF;
  margin: -40vh 0 0;
  padding: 28vh 0 0; }
  #kontakt .items {
    margin: 25px 0 0; }
    #kontakt .items > * {
      margin: auto 0;
      flex: 1; }
    #kontakt .items form {
      margin: auto 100px auto 0; }
      #kontakt .items form .inputy .item {
        margin-bottom: 10px; }
      #kontakt .items form .tr.zgoda {
        width: 100%; }
      #kontakt .items form .akcja input {
        font-weight: 700;
        border: 2px solid #ED7F00;
        border-radius: 22px;
        line-height: 45px;
        height: 45px; }
        #kontakt .items form .akcja input:hover {
          background: #FFF;
          color: #ED7F00; }
    #kontakt .items .kontakt {
      text-align: left;
      font-size: 18px;
      font-weight: 400;
      margin: 0 30px auto; }
      #kontakt .items .kontakt .t1 {
        font-size: 20px;
        line-height: 1em;
        margin-bottom: 10px; }
      #kontakt .items .kontakt .dane-adresowe {
        margin: 15px 0; }
        #kontakt .items .kontakt .dane-adresowe span {
          display: block; }
      #kontakt .items .kontakt .infoW {
        font-size: 12px;
        line-height: 1.3em;
        color: rgba(255, 255, 255, 0.7); }

#powiadom {
  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; }
  #powiadom .wrapper {
    height: auto;
    margin: auto; }

/* plan */
#max {
  display: block;
  width: 100vw;
  min-height: 100vh;
  background: #FFF;
  z-index: 8;
  top: 80px;
  left: 0;
  border: 8px solid #ED7F00; }
  #max #zamknijMax {
    color: #ED7F00;
    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 .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: flex;
        justify-content: 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: 7px 0 0 1rem;
        padding-right: 4em;
        position: relative; }
        #max .maxPlan .planImg header .tytuly h2 {
          font-size: 1.2em;
          text-shadow: none;
          color: #4A4A4A;
          margin: auto; }
        #max .maxPlan .planImg header .tytuly .cena {
          font-size: 1.5em; }
          #max .maxPlan .planImg header .tytuly .cena span {
            color: #ED7F00;
            font-weight: 700; }
            #max .maxPlan .planImg header .tytuly .cena span.wyk {
              font-size: 16px;
              line-height: 1.2;
              color: #4A4A4A;
              font-weight: 300; }
            #max .maxPlan .planImg header .tytuly .cena span.klucze {
              position: fixed;
              top: 15px;
              z-index: 5;
              margin-left: 20px; }
      #max .maxPlan .planImg .planyIMG {
        width: auto;
        height: auto;
        position: relative; }
        #max .maxPlan .planImg .planyIMG .planM {
          width: auto;
          height: 85vh;
          background-size: contain;
          /*background-position: 0 50%;*/ }
        #max .maxPlan .planImg .planyIMG .fOpis {
          font-size: 20px;
          text-transform: uppercase;
          margin: 1rem;
          width: 220px;
          text-align: center;
          display: flex;
          flex-flow: row wrap;
          justify-content: center;
          position: absolute;
          right: 20px;
          bottom: 20px;
          border: 1px solid rgba(0, 0, 0, 0.6);
          display: none; }
          #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 .pom {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            text-transform: uppercase;
            font-size: 16px;
            color: rgba(0, 0, 0, 0.6);
            width: 100%;
            font-weight: 300; }
            #max .maxPlan .planImg .planyIMG .fOpis .pom .nzl {
              line-height: 1;
              margin: 0;
              text-align: left;
              padding: 5px;
              flex: 1; }
            #max .maxPlan .planImg .planyIMG .fOpis .pom .mtl {
              margin: auto 0;
              text-transform: none;
              padding: 0 5px;
              width: 80px;
              text-align: right; }
            #max .maxPlan .planImg .planyIMG .fOpis .pom.total {
              color: #ED7F00; }
          #max .maxPlan .planImg .planyIMG .fOpis.A217, #max .maxPlan .planImg .planyIMG .fOpis.A218 {
            right: auto;
            left: 20px; }
          #max .maxPlan .planImg .planyIMG .fOpis.A314 {
            position: relative;
            margin: auto; }
      #max .maxPlan .planImg .inf {
        font-size: 9px;
        color: rba(0, 0, 0, 0.4);
        line-height: 1em; }
    #max .maxPlan .dKont {
      padding: 15px 2rem 2rem;
      border-left: 1px solid rgba(237, 127, 0, 0.5);
      margin: 88px auto 2rem;
      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 {
        display: block;
        margin: auto; }
        #max .maxPlan .dKont .dflex h2 {
          font-size: 1.2em;
          text-shadow: none;
          color: #4A4A4A;
          margin: auto; }
        #max .maxPlan .dKont .dflex h3 {
          font-size: 1.1em;
          color: #4A4A4A;
          text-shadow: none;
          text-transform: none; }
        #max .maxPlan .dKont .dflex form .inputy .inp {
          width: 100%;
          margin: 0 0 10px !important; }
        #max .maxPlan .dKont .dflex form .tr.zgoda {
          color: #6D6E70;
          width: 100%;
          font-size: 10px;
          margin: 20px 0; }
        #max .maxPlan .dKont .dflex form .infRodo {
          font-size: 10px;
          color: #6D6E70;
          line-height: 1em; }
        #max .maxPlan .dKont .dflex form .akcja input {
          font-weight: 700;
          border: 2px solid #ED7F00;
          border-radius: 22px;
          line-height: 45px;
          height: 45px;
          background: #ED7F00;
          padding: 0 2em;
          color: #FFF;
          font-size: 18px;
          margin: 15px auto; }
          #max .maxPlan .dKont .dflex form .akcja input:hover {
            background: #FFF;
            color: #ED7F00; }
        #max .maxPlan .dKont .dflex .kontakt {
          text-align: left;
          font-size: 15px;
          font-weight: 400;
          margin: 0 0 auto; }
          #max .maxPlan .dKont .dflex .kontakt > * {
            display: block; }
          #max .maxPlan .dKont .dflex .kontakt .t1 {
            font-size: 20px;
            line-height: 1em;
            margin-bottom: 10px; }
          #max .maxPlan .dKont .dflex .kontakt .dane-adresowe {
            margin: 15px 0; }
            #max .maxPlan .dKont .dflex .kontakt .dane-adresowe span {
              display: block; }

#cookie {
  position: fixed;
  z-index: 99999;
  bottom: 8px;
  margin: auto;
  left: 0;
  width: 100vw; }
  #cookie .wrapper {
    background: rgba(255, 255, 255, 0.9);
    color: #6D6E70;
    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 p {
      margin: auto 0;
      padding-right: 100px;
      flex: 1;
      text-align: left; }
    #cookie .wrapper .items a.button {
      margin: auto 0;
      width: 130px;
      border: 1px solid #5C2D91;
      color: #5C2D91;
      line-height: 30px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 10px;
      border-radius: 25px;
      background: #FFF; }
      #cookie .wrapper .items a.button:hover {
        background: #5C2D91;
        color: #FFF; }

@media only screen and (min-width: 1600px) {
  .wrapper {
    width: 1400px; }

  #postep .wrapper .opis {
    padding-bottom: 50px; }

  #potencjal .wrapper .zasoby .w {
    font-size: 10vw;
    line-height: 27vh; }

  #galeria {
    --wG: 1400px; }
    #galeria .wrapper .items-galeria {
      /*height: 50.8vh;*/ }
      #galeria .wrapper .items-galeria .items {
        /* height: 50.8vh;*/ } }
@media only screen and (min-width: 1900px) {
  #start .tloFull .imgBack {
    background-position: 50% 20%; }

  #postep .wrapper .opis {
    padding-bottom: 230px; }
  #postep .wrapper .charakterystyka {
    margin: 0 auto 200px 70px; } }
@media only screen and (min-width: 2200px) {
  #postep {
    min-height: calc(2.4 * 100vh); } }
@media only screen and (max-width: 1140px) {
  .wrapper {
    padding: 0 20px; }

  h2.wyr:before {
    width: 50px;
    height: 50px; }

  .formularz .wrapper {
    padding: 75px 20px; }

  header.menu .wrapper .dane a {
    font-size: 12px; }

  #start .wrapper .haslo h1 {
    font-size: 50px; }
  #start .wrapper .haslo h3 {
    font-size: 35px; }

  #postep .wrapper .postep {
    left: 20px; }
  #postep .wrapper .charakterystyka .items .item .w {
    font-size: 46px; }

  #galeria {
    --wG: 100vw; }

  #cechy .items .item.item-txt .items .item {
    font-size: 19px; }

  #mikroapartamenty .wrapper {
    padding: 50px 20px; }

  .apartament-pokazowy .wrapper .tloFull {
    width: calc(100% - 40px); } }
@media only screen and (max-width: 850px) {
  #komunikat {
    height: auto; }
    #komunikat .zamknij {
      top: 10px;
      right: 10px; }
      #komunikat .zamknij:before {
        font-weight: 400;
        font-size: 30px; }
      #komunikat .zamknij:hover {
        color: #5C2D91; }
    #komunikat .wrapper {
      padding: 0;
      flex-direction: column; }
      #komunikat .wrapper .ttx {
        margin: 30px; }
        #komunikat .wrapper .ttx .txt {
          font-size: 16.5px; }
          #komunikat .wrapper .ttx .txt span.t1 {
            font-size: 20px; }
          #komunikat .wrapper .ttx .txt span.t2 {
            font-size: 26px; }
          #komunikat .wrapper .ttx .txt span.t3 {
            font-size: 15px; }
          #komunikat .wrapper .ttx .txt.txt2 {
            font-size: 15px; }
      #komunikat .wrapper .zdj {
        height: 190px; }

  .mobile {
    display: block; }

  .desktop {
    display: none; }

  h2 {
    font-size: 6vw; }

  .formularz .wrapper .kontakt {
    flex-direction: column; }
    .formularz .wrapper .kontakt h2 span {
      display: inline; }
    .formularz .wrapper .kontakt form {
      margin: 0; }

  header.menu {
    height: 70px; }
    header.menu .wrapper .dane > * {
      line-height: 70px; }
    header.menu .wrapper .dane a.telefon:before {
      width: 50px;
      height: 50px;
      background: #5C2D91;
      border-radius: 50%;
      color: #FFF;
      text-align: center;
      position: relative;
      display: inline-block;
      content: '\f095';
      font-weight: 900;
      margin: auto;
      line-height: 50px;
      font-size: 22px; }
    header.menu .wrapper .dane a.telefon span {
      display: none; }
    header.menu .wrapper .dane nav {
      position: fixed;
      top: -100vh;
      left: 0;
      width: 100vw;
      padding: 50px 0;
      text-align: center;
      background: #FFF;
      z-index: 9;
      -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; }
      header.menu .wrapper .dane nav a {
        display: block;
        line-height: 2em;
        margin: auto;
        font-size: 20px; }
    header.menu .wrapper .dane .menuM {
      position: relative;
      cursor: pointer; }
      header.menu .wrapper .dane .menuM:before {
        padding: 10px;
        color: #5C2D91;
        border: 1px solid #5C2D91;
        text-align: center;
        position: relative;
        display: inline-block;
        content: '\f0c9';
        font-weight: 900;
        margin: auto 0 auto auto;
        line-height: 1em;
        font-size: 22px; }
    header.menu.on .wrapper .dane nav {
      top: 0; }
    header.menu.on .wrapper .dane .zamknij {
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 10;
      display: block; }
      header.menu.on .wrapper .dane .zamknij:before {
        content: '\f00d';
        font-weight: 900;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #5C2D91;
        font-size: 22px;
        -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; }
      header.menu.on .wrapper .dane .zamknij:hover:before {
        transform: rotate(360deg); }
    header.menu.start .wrapper .dane .menuM:before {
      color: #FFF;
      border-color: #FFF; }
    header.menu .domenu .logo .pelne {
      height: 78%; }

  .maska .maskaF {
    bottom: -40px;
    clip-path: polygon(100% calc(60% - 40px), 65% calc(70% - 40px), 65% 100%, 0% 80%, 0% calc(80% - 40px), 65% calc(100% - 40px), 65% 70%, 100% 60%);
    -webkit-clip-path: polygon(100% calc(60% - 40px), 65% calc(70% - 40px), 65% 100%, 0% 80%, 0% calc(80% - 40px), 65% calc(100% - 40px), 65% 70%, 100% 60%); }

  #start .tloVideo {
    height: 100vh; }
    #start .tloVideo .easyhtml5video {
      height: 100vh; }
      #start .tloVideo .easyhtml5video video {
        min-height: 100vh !important;
        max-height: 100vh; }
  #start .wrapper {
    top: 70px;
    height: calc(100vh - 70px);
    width: 100%; }
    #start .wrapper .haslo {
      width: 100%;
      margin: auto 0;
      color: #6D6E70; }
      #start .wrapper .haslo h1 {
        font-size: 28px;
        color: #FFF; }
      #start .wrapper .haslo h2 {
        font-size: 22px;
        color: #FFF; }
      #start .wrapper .haslo h3 {
        font-size: 23px;
        padding: 0;
        color: #FFF; }
      #start .wrapper .haslo .btn {
        font-size: 24px; }
    #start .wrapper .zwrot {
      right: auto;
      top: 118px;
      color: #5C2D91;
      text-shadow: 1px 2px 0 #FFF; }
      #start .wrapper .zwrot .stopa {
        font-size: 30vw; }
      #start .wrapper .zwrot .txt {
        font-size: 5vw; }

  #wideorozmowa {
    margin: 20px 0 0; }
    #wideorozmowa .wrapper h2 {
      font-size: 23px; }
    #wideorozmowa .wrapper h3 {
      font-size: 20px; }
    #wideorozmowa .wrapper .items .item {
      width: 32%; }
      #wideorozmowa .wrapper .items .item .iko {
        height: 40px; }
        #wideorozmowa .wrapper .items .item .iko img {
          height: 100%; }
      #wideorozmowa .wrapper .items .item .nr {
        font-size: 30px; }
      #wideorozmowa .wrapper .items .item .txt {
        font-size: 10px;
        min-height: 70px; }
    #wideorozmowa .wrapper .formWideo {
      padding: 25px;
      margin-top: 0; }
      #wideorozmowa .wrapper .formWideo form .inputy {
        flex-direction: column; }
        #wideorozmowa .wrapper .formWideo form .inputy .inp {
          width: 100%;
          margin: 0 0 5px; }
          #wideorozmowa .wrapper .formWideo form .inputy .inp input {
            line-height: 26px; }
      #wideorozmowa .wrapper .formWideo form .zgody {
        flex-direction: column; }
        #wideorozmowa .wrapper .formWideo form .zgody .tr.zgoda {
          width: 100%;
          margin: 10px 0; }
      #wideorozmowa .wrapper .formWideo form .infRodo {
        margin: 0; }

  #postep {
    background-color: #f7f3f0;
    padding: 0 0 30vh;
    height: auto; }
    #postep .tloFull {
      height: 50vh;
      top: auto;
      bottom: 0; }
    #postep .wrapper {
      padding: 50px 20px 0; }
      #postep .wrapper .wrap {
        flex-direction: column;
        padding: 0; }
        #postep .wrapper .wrap .charakterystyka {
          width: 100%;
          margin: 0; }
          #postep .wrapper .wrap .charakterystyka .items .item .w {
            font-size: 28px;
            height: 66px; }
            #postep .wrapper .wrap .charakterystyka .items .item .w span {
              width: 100%; }
          #postep .wrapper .wrap .charakterystyka .items .item .t {
            font-size: 15px; }
        #postep .wrapper .wrap .wrow {
          width: 100%;
          margin: 0; }
          #postep .wrapper .wrap .wrow .postep {
            position: relative;
            left: 0;
            top: 0; }
            #postep .wrapper .wrap .wrow .postep .progress-ring,
            #postep .wrapper .wrap .wrow .postep .progress-usage,
            #postep .wrapper .wrap .wrow .postep .progress-indicator {
              width: calc(100vw - 40px) !important;
              height: calc(100vw - 40px) !important; }
            #postep .wrapper .wrap .wrow .postep .progress-usage {
              clip: rect(0px, calc(100vw - 40px), calc(100vw - 40px), calc(calc(100vw - 40px) / 2)); }
            #postep .wrapper .wrap .wrow .postep .less {
              clip: rect(0px, calc(100vw - 40px), calc(100vw - 40px), calc(calc(100vw - 40px) / 2)); }
            #postep .wrapper .wrap .wrow .postep .more {
              clip: rect(0px, calc(calc(100vw - 40px) / 2), calc(100vw - 40px), 0); }
          #postep .wrapper .wrap .wrow .btn-zobacz-zdjecia {
            width: calc(100vw - 40px);
            height: calc(100vw - 40px);
            margin: 50px 0; }

  #filmAP .film .tloVideo {
    height: 200px; }
    #filmAP .film .tloVideo .easyhtml5video {
      height: auto; }
      #filmAP .film .tloVideo .easyhtml5video video {
        position: relative !important; }

  #korzysci {
    margin: -15px auto 0; }
    #korzysci .wrapper .items .item {
      padding: 20px;
      flex-direction: column; }
      #korzysci .wrapper .items .item .txt {
        text-align: center; }
        #korzysci .wrapper .items .item .txt h4 {
          font-size: 5vw; }
        #korzysci .wrapper .items .item .txt h5 {
          font-size: 4.5vw; }
      #korzysci .wrapper .items .item .cena {
        font-size: 7vw !important;
        line-height: 3em;
        text-align: center; }

  #wMinute .wrapper .items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 20px; }
    #wMinute .wrapper .items .item {
      height: 50vw; }
      #wMinute .wrapper .items .item.item1 h3 {
        font-size: 7vw; }

  #potencjal .wrapper h2 {
    font-size: 9vw !important; }
  #potencjal .wrapper h3 {
    font-size: 7vw !important; }
  #potencjal .wrapper .items .item .iko {
    height: 73px; }
    #potencjal .wrapper .items .item .iko.iko2 .imgBack {
      height: 39px; }
    #potencjal .wrapper .items .item .iko.iko3 .imgBack {
      height: 50px; }
  #potencjal .wrapper .items .item .w {
    font-size: 30px; }
  #potencjal .wrapper .items .item .t {
    font-size: 11px; }
  #potencjal .wrapper .zasoby {
    padding: 30px;
    flex-direction: column; }
    #potencjal .wrapper .zasoby .w {
      line-height: 1em;
      margin: auto; }
    #potencjal .wrapper .zasoby .t {
      text-align: center;
      margin: auto; }
  #potencjal .wrapper .dane > * {
    padding: 30px; }
    #potencjal .wrapper .dane > * .txt {
      font-size: 5vw; }
  #potencjal .wrapper .dane .items {
    flex-direction: row; }
    #potencjal .wrapper .dane .items .item {
      width: 50%; }
      #potencjal .wrapper .dane .items .item .iko {
        height: 60px !important; }
        #potencjal .wrapper .dane .items .item .iko .imgBack {
          height: 100% !important; }
        #potencjal .wrapper .dane .items .item .iko.iko7 {
          width: 50px;
          margin: auto; }
      #potencjal .wrapper .dane .items .item .w {
        font-size: 40px; }
      #potencjal .wrapper .dane .items .item .t {
        font-size: 13px; }
  #potencjal .wrapper .mapa {
    height: 22vh;
    margin: 0; }
    #potencjal .wrapper .mapa .pion {
      display: none; }

  #cechy .items {
    flex-direction: column; }
    #cechy .items .item.item1 {
      position: relative;
      width: 100%;
      height: 50vh; }
    #cechy .items .item.item-txt {
      padding: 30px;
      width: 100%;
      margin: 0; }
      #cechy .items .item.item-txt .logo {
        height: 40vw; }
      #cechy .items .item.item-txt .items .item {
        line-height: 1em;
        margin-bottom: 16px;
        padding-left: 30px;
        position: relative;
        font-size: 18px; }
        #cechy .items .item.item-txt .items .item:before {
          left: -7px;
          position: absolute; }

  #przestrzen .wrapper h2 {
    font-size: 9vw !important; }
  #przestrzen .wrapper h3 {
    font-size: 5vw !important; }
  #przestrzen .wrapper .lokal3d {
    height: 55vw; }
  #przestrzen .wrapper .galeria {
    grid-gap: 20px;
    height: 30vh; }

  #faq .wrapper .items {
    flex-direction: column; }
    #faq .wrapper .items .itemsP {
      width: 100%; }

  .apartament-pokazowy .wrapper .items {
    flex-direction: column; }
    .apartament-pokazowy .wrapper .items h3 {
      font-size: 12vw;
      padding: 30px;
      text-align: center;
      width: 100%;
      margin: auto; }
    .apartament-pokazowy .wrapper .items .umow {
      margin: auto;
      position: relative;
      width: 100%;
      padding: 0 0 30px; }
      .apartament-pokazowy .wrapper .items .umow button {
        line-height: 55px;
        width: 90%;
        margin: auto;
        font-size: 18px; }
      .apartament-pokazowy .wrapper .items .umow h5 {
        text-align: center;
        bottom: -4px;
        font-size: 15px;
        width: 100%; }

  #mikroapartamenty .wrapper h2 {
    font-size: 9vw; }
  #mikroapartamenty .wrapper h3 {
    font-size: 7vw; }
  #mikroapartamenty .wrapper p {
    padding: 20px 0;
    width: 100%; }
  #mikroapartamenty .wrapper .wrap .items {
    width: 100%; }
    #mikroapartamenty .wrapper .wrap .items .item {
      height: auto;
      /*.metr {
          font-size: 4vw;
          order: 1;
          width: 60px;
          margin-top: 10px;
      }
      .klucz {
          position: absolute;
          margin: auto 0;
          width: 60px;
          font-size: 16px;
          order: 4;
          top: 43px;
          left: 15px;
          text-align: center;
      }
      .pietro {
          font-size: 5vw;
      }
      .cena {
          left: 10px;
          bottom: 20px;
          font-size: 4.5vw;
          order: 2;
          margin: 15px 15px 0;
          span {
              &.di {
                  &.pw {
                      line-height: 1.2;
                      padding: 8px;
                  }
              }
          }
      }
      .akc {
          padding: 20px;
          width: 100%;
          order: 3;
      }
      button {
          height: auto;
          line-height: 36px;
          font-size: 4vw;
      }
      .txt-promocja {
          width: 96%;
          padding: 0;
          span {
              display: inline-block;
              font-weight: 400;
              font-size: 12px;
              &.t {
                  font-size: 12px;
              }
          }
      }*/ }
      #mikroapartamenty .wrapper .wrap .items .item > * {
        margin: auto !important;
        text-align: center;
        width: 100%; }
      #mikroapartamenty .wrapper .wrap .items .item .pokoj {
        font-size: 25px;
        line-height: 1.2;
        width: 50%; }
      #mikroapartamenty .wrapper .wrap .items .item .metr {
        font-size: 26px;
        line-height: 1.2;
        width: 50%; }
      #mikroapartamenty .wrapper .wrap .items .item .dodatki {
        margin: 8px auto; }
      #mikroapartamenty .wrapper .wrap .items .item .akc {
        margin: 5px auto 0 !important; }

  #galeria {
    margin: 40px 0; }
    #galeria .wrapper h2 {
      font-size: 9vw;
      margin-bottom: 15px; }
    #galeria .wrapper .header .items .item {
      width: 24vw;
      height: 60px;
      margin: 0 20px 0 0; }
      #galeria .wrapper .header .items .item .imgBack {
        background-size: contain; }
      #galeria .wrapper .header .items .item .t {
        line-height: 40px;
        font-size: 3vw; }
    #galeria .wrapper .items-galeria {
      margin: 40px 0 0;
      height: 30vh; }
      #galeria .wrapper .items-galeria .items {
        height: 30vh; }
        #galeria .wrapper .items-galeria .items .swiper-container .swiper-slide .imgBack {
          height: calc(100% - 45px); }
        #galeria .wrapper .items-galeria .items .swiper-pagination {
          display: none; }

  #holding {
    margin: 40px 0 0;
    padding: 40px 0; }
    #holding .wrapper {
      flex-direction: column; }
      #holding .wrapper .logo {
        width: 50%;
        height: 124px; }
      #holding .wrapper .holding-dane {
        padding: 40px 0 0; }
        #holding .wrapper .holding-dane .items {
          justify-content: center; }
          #holding .wrapper .holding-dane .items .item .cf {
            font-size: 9vw; }
          #holding .wrapper .holding-dane .items .item .t {
            font-size: 3vw; }
        #holding .wrapper .holding-dane .opis, #holding .wrapper .holding-dane .opisD {
          margin: 40px 0 0;
          font-size: 14px;
          line-height: 1.5em;
          width: 100%; }
        #holding .wrapper .holding-dane button {
          line-height: 45px;
          font-size: 5vw; }

  	/*#filmAP {
  		.film {
  			height: 35vh;
  			.tloVideo {
  				.easyhtml5video {
  					video {
  						width: 100% !important;
      					height: 100% !important;
  					}
  				}
  			}
  		}
  	}*/
  #galeriaZ {
    height: 50vh; }

  #kontakt {
    margin: -20vh 0 0;
    padding: 20vh 0 0; }
    #kontakt .items {
      flex-direction: column; }
      #kontakt .items form {
        margin: auto 0; }

  .formTel {
    width: 100vw;
    top: 0; }
    .formTel .click {
      top: 90px; }
    .formTel .wrap {
      height: 100vh; }
    .formTel.off {
      right: -100vw; } }
@media only screen and (max-width: 736px) {
  h2.pkt {
    padding: 0 0 0 30px;
    font-size: 5vmax; }
    h2.pkt:before {
      top: 6px;
      width: 24px;
      height: 24px; }

  #dni-otwarte .wrapper {
    width: 100%; }
    #dni-otwarte .wrapper .tytul .t2 {
      font-size: 40px; }
    #dni-otwarte .wrapper .tytul .t3 {
      font-size: 30px; }
    #dni-otwarte .wrapper .zobacz {
      flex-direction: column;
      margin-bottom: 20px; }
      #dni-otwarte .wrapper .zobacz .z {
        margin: 20px 0;
        text-align: center; }
    #dni-otwarte .wrapper .opis .t1 a {
      display: block; }

  .formularz .tlo .imgBack {
    background-size: cover; }
  .formularz .wrapper {
    padding: 20px; }
    .formularz .wrapper h2 {
      font-size: 3vmax; }
    .formularz .wrapper .kontakt {
      font-size: 3vmax;
      margin: 0; }
    .formularz .wrapper form h3 {
      font-size: 3vmax; }
    .formularz .wrapper form .inputy {
      flex-direction: column; }
      .formularz .wrapper form .inputy .inp {
        margin: 0 0 5px !important;
        width: 100%; }
      .formularz .wrapper form .inputy span {
        font-size: 2.5vmax;
        margin: 15px 0; }
    .formularz .wrapper form .zgody {
      flex-direction: column; }
      .formularz .wrapper form .zgody .zgoda {
        margin: 0 0 5px !important;
        width: 100%; }
    .formularz .wrapper form .akcja {
      margin: 25px auto; }
    .formularz .wrapper .bs {
      margin-bottom: 10px; }
      .formularz .wrapper .bs .items {
        flex-direction: column; }
        .formularz .wrapper .bs .items .item {
          margin: 0 0 10px; }
    .formularz .wrapper footer {
      flex-direction: column;
      padding: 20px 0; }

  header.menu .wrapper .dane a.telefon {
    position: fixed;
    bottom: 27px;
    right: 55px;
    background: none;
    border: none;
    line-height: 1em;
    box-shadow: none; }
    header.menu .wrapper .dane a.telefon span {
      display: none; }
    header.menu .wrapper .dane a.telefon:before {
      content: '\f095';
      color: #FFF;
      background: #5C2D91;
      border-radius: 50%;
      text-align: center;
      width: 50px;
      line-height: 50px;
      border: 2px solid #FFF;
      box-shadow: 0 0 0 2px #5C2D91; }

  #max .maxPlan {
    flex-direction: column; }
    #max .maxPlan .planImg {
      flex: none; }
      #max .maxPlan .planImg header .tytuly .cena {
        font-size: 1em;
        line-height: 1; }
      #max .maxPlan .planImg .planyIMG .planM {
        height: 60vh; }
      #max .maxPlan .planImg .planyIMG .fOpis {
        position: relative;
        bottom: auto;
        width: auto;
        left: 0 !important;
        right: 0 !important;
        margin: 0 0 15px; }
    #max .maxPlan .dKont {
      width: 100%;
      border: none;
      margin-top: 0; }

  .apartament-pokazowy .wrapper .items button a {
    font-size: 16px; } }
@media only screen and (max-width: 736px) and (orientation: portrait) {
  #potencjal .wrapper .mapa {
    height: auto;
    margin-top: 25px; }
    #potencjal .wrapper .mapa .stand {
      display: none; }
    #potencjal .wrapper .mapa .pion {
      display: block; }
      #potencjal .wrapper .mapa .pion img {
        width: 100%; }
    #potencjal .wrapper .mapa .wykaz {
      bottom: 10px;
      width: 100%;
      height: 50%;
      top: auto;
      justify-content: flex-end; }
      #potencjal .wrapper .mapa .wykaz .itm {
        margin: 8px 0 auto;
        margin-bottom: 10px;
        justify-content: flex-start; }
        #potencjal .wrapper .mapa .wykaz .itm .iko {
          margin: auto 0; }
        #potencjal .wrapper .mapa .wykaz .itm .opis .t {
          font-size: 15px;
          line-height: 1; }
        #potencjal .wrapper .mapa .wykaz .itm .opis .c {
          font-size: 15px;
          line-height: 1; } }
@media only screen and (max-width: 850px) and (orientation: landscape) {
  main {
    display: none; }

  header.menu.start .wrapper .dane {
    display: none; }

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