.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Jost, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section-hero {
  height: 100vh;
  overflow: visible;
}

.section-hero.is-investment {
  height: auto;
  padding-top: 13.56em;
  position: relative;
  overflow: visible;
}

.section-hero.is-gallery {
  height: auto;
  padding-top: 13.56em;
  padding-bottom: 10em;
  position: relative;
  overflow: visible;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.hero-content {
  background-color: #29282e;
  height: 100%;
  display: flex;
}

.hero-content.is-investment {
  z-index: 9;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.hero-content.is-investment.is-location {
  align-items: stretch;
}

.hero-left {
  width: 75%;
  position: relative;
}

.hero-left.is-investment {
  width: 65%;
}

.hero-left.is-investment.is-look {
  padding-bottom: 4.38em;
}

.hero-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25%;
  padding-bottom: 7.88em;
  padding-left: 2.5em;
  padding-right: 2em;
  display: flex;
  overflow: hidden;
}

.hero-right.is-investment {
  width: 35%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-text {
  padding-top: 0;
  position: relative;
}

.hero-text.is-investment-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 21em;
  min-height: 16.25em;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  bottom: -2.5em;
  left: 1.56em;
}

.hero-subtitle {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.4;
  position: relative;
}

.hero-title {
  color: #fff;
  margin-bottom: .4em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3em;
  line-height: 1.5;
  position: relative;
}

.simple-btn {
  color: #29282e;
  text-align: center;
  text-transform: lowercase;
  background-color: #eba936;
  border: 1px solid #eba936;
  border-radius: 55px;
  padding: .69em 3em;
  font-size: .88em;
  line-height: 1.42;
  transition: all .3s;
}

.simple-btn:hover {
  color: #eba936;
  background-color: #0000;
}

.simple-btn.w--current {
  color: #fff;
  background-color: #29282e;
  border-color: #29282e;
}

.simple-btn.is--alt {
  color: #29282e;
  background-color: #0000;
}

.simple-btn.is--alt:hover {
  background-color: #eba936;
}

.simple-btn.is--alt.is-yellow {
  color: #eba936;
}

.simple-btn.is--alt.is-yellow:hover {
  color: #141414;
}

.simple-btn.is--alt.is-yellow.no-upp {
  text-transform: none;
}

.simple-btn.is--melody {
  color: #fff;
  background-color: #d35a5a;
  border-color: #d35a5a;
}

.simple-btn.is--melody:hover {
  color: #d35a5a;
  background-color: #0000;
}

.simple-btn.is--melody.is-nunito {
  font-family: Nunito Sans, sans-serif;
}

.simple-btn.is-building {
  text-transform: none;
  font-weight: 600;
}

.simple-btn.is-building.is-selected {
  color: #37363e99;
  background-color: #0000;
  border-color: #37363e99;
}

.simple-btn.is-building.is-selected:hover {
  color: #29282e;
  background-color: #eba936;
  border-color: #eba936;
}

.simple-btn.is-send {
  border-radius: 17px;
  height: 2.63em;
  padding: 0 2em 0 2.1em;
}

.simple-btn.is-send.is-bigger {
  border-radius: 50px;
  height: auto;
  padding: .8em 3em;
  font-size: 1em;
}

.simple-btn.is-send.white {
  color: #fff;
}

.simple-btn.dev {
  color: #fff;
  background-color: #21a09e;
  border-color: #21a09e;
}

.simple-btn.dev:hover {
  color: #21a09e;
  background-color: #0000;
}

.simple-btn.is--loft {
  color: #fff;
  background-color: #d35a5a;
  border-color: #d35a5a;
}

.simple-btn.is--loft:hover {
  color: #d35a5a;
  background-color: #0000;
}

.image-2 {
  opacity: .2;
  width: 36.88em;
  max-width: 36em;
  margin-bottom: -2.5em;
  margin-left: -2em;
  position: relative;
}

.hero-cs-box {
  z-index: 1;
  mix-blend-mode: multiply;
  background-color: #eba936;
  width: 8em;
  height: 39.38em;
  position: absolute;
  bottom: -20%;
  right: 0;
}

.hero-cs-box.is-loft {
  background-color: #d35a5a;
}

.section-info {
  padding-bottom: 1.56em;
}

.section-info.is-wykonczenie {
  padding-top: 9.63em;
  padding-bottom: 6.13em;
}

.sec-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sec-half {
  width: 50%;
}

.sec-half.right30 {
  padding-right: 1.88em;
}

.sec-half.right30.dziennik-smaller {
  width: 35%;
}

.sec-half.right80 {
  padding-right: 5em;
}

.sec-half.dziennik-bigger {
  width: 70%;
}

.sec-half.left75 {
  padding-left: 4.69em;
}

.small-title {
  color: #29282e;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  margin-bottom: .94em;
  font-size: .88em;
  line-height: 1.42;
}

.small-title.centered {
  text-align: center;
}

.small-title.centered.white, .small-title.white {
  color: #fff;
}

.small-title.white.is-nunito {
  font-family: Nunito Sans, sans-serif;
}

.small-title.is-dev {
  color: #fffc;
}

.body {
  color: #29282e;
}

.section-title {
  margin-bottom: 1.4em;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.33;
}

.section-title.centered {
  text-align: center;
}

.section-title.sp_font {
  font-family: Cormorant Garamond, sans-serif;
}

.section-title.dziennik-title {
  margin-bottom: .3em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 1;
}

.section-title.is-dev {
  color: #fffc;
}

.section-text {
  color: #29282e;
  font-size: 1em;
  line-height: 1.5;
}

.section-text.centered {
  text-align: center;
}

.section-text.white {
  color: #fff;
}

.section-text.white.is-nunito {
  font-family: Nunito Sans, sans-serif;
}

.section-text.is-dev {
  color: #fffc;
}

.sec-btn {
  margin-top: 1.9em;
}

.sec-btn.centered {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec-btn.centered.less-gap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.sec-btn.is-loft {
  margin-top: 4.19em;
  margin-left: 4.88em;
}

.sec-img {
  display: block;
}

.sec-img-div {
  padding-left: 3.44em;
  padding-right: 5.94em;
}

.sec-img-div.is--full {
  padding-left: 0;
  padding-right: 0;
}

.sec-img-div.is-wk {
  padding-right: 0;
}

.section-znajdz-mieszkanie {
  padding-top: 5.31em;
  padding-bottom: 6em;
  position: relative;
}

.section-znajdz-mieszkanie.less {
  padding-bottom: 1em;
}

.section-znajdz-mieszkanie.is-ap-page {
  padding-top: 2.3em;
}

.section-znajdz-mieszkanie.is-ap-page.sm {
  padding-bottom: 3em;
}

.sec-max-width {
  max-width: 44.38em;
  margin-left: auto;
  margin-right: auto;
}

.sec-max-width.bigger {
  max-width: 47.38em;
}

.sec-max-width.bigger._2 {
  max-width: 54.37em;
}

.sec-max-width.bigger._2.bottom-margin {
  margin-bottom: 5.81em;
}

.sec-filtrowanie {
  margin-top: 3.13em;
}

.filter-label {
  text-align: center;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.42;
}

.filter-items {
  grid-column-gap: .81em;
  grid-row-gap: .81em;
  justify-content: center;
  align-items: center;
  margin-top: .88em;
  display: flex;
}

.s-filter-item {
  color: #29282e;
  text-align: center;
  text-transform: none;
  border: 1px solid #eba936;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 1.81em;
  min-height: 1.81em;
  padding: .25em .5em;
  font-size: .81em;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.s-filter-item:hover, .s-filter-item.active {
  color: #fff;
  background-color: #eba936;
}

.form-flex {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.sec-wiz {
  margin-top: 5.5em;
  position: relative;
}

.sec-wiz.no-top {
  margin-top: 0;
}

.sec-wizualizacja {
  text-align: left;
  background-color: #fff;
  margin-top: 1.7em;
  position: relative;
}

.sec-wizualizacja.more {
  padding-bottom: 2.19em;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.znajdz-bg {
  background-color: #29282e;
  width: 100%;
  height: 43.75em;
  position: absolute;
  bottom: 0;
  left: 0;
}

.znajdz-bg.is--pietro {
  height: 86%;
}

.section-tabela-mieszkan {
  padding-top: 5em;
  padding-bottom: 5em;
}

.section-tabela-mieszkan.is-ap-page {
  padding-top: 6.63em;
  padding-bottom: 8.13em;
}

.section-mapa {
  overflow: hidden;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.mapa-legenda-flex {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.ml-left {
  grid-column-gap: 0%;
  grid-row-gap: 2.25em;
  background-color: #29282e;
  flex-flow: wrap;
  justify-content: space-between;
  width: 35%;
  margin-top: -5.1em;
  padding: 3.31em 3em 3.31em 0;
  display: flex;
  position: relative;
}

.ml-right {
  width: 65%;
  padding-top: 4.06em;
  padding-bottom: 4.06em;
  padding-left: 5.81em;
}

.legenda-items {
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 1.88em;
  display: flex;
}

.legenda-item {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: flex-start;
  align-items: center;
  width: 31%;
  margin-bottom: .94em;
  display: flex;
}

.legenda-icon {
  background-color: #29282e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
}

.legenda-text {
  color: #eba936;
  font-size: 1em;
  line-height: 1.1;
}

.legenda-item-odgleosci {
  width: 30%;
}

.lg-value {
  color: #ffffff4d;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.33;
}

.lg-small {
  margin-left: -.13em;
  font-size: .7em;
  font-weight: 400;
}

.lg-podpis {
  color: #fff;
  margin-top: .13em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.13em;
  line-height: 1.2;
}

.legenda-bg {
  background-color: #29282e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}

.section-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.background-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 31.25em;
  display: flex;
}

.section-details {
  padding-top: 2.56em;
  padding-bottom: 2.56em;
}

.section-details.more-space {
  padding-top: 11.25em;
  padding-bottom: 4.44em;
}

.details-flex {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5.13em;
  display: flex;
}

.detail-item {
  width: 28%;
  max-width: 20.63em;
  margin-bottom: 4.69em;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.detail-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.25em;
  line-height: 1.4;
}

.details-icon {
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: flex;
}

.detail-text {
  text-align: center;
  font-size: .88em;
  line-height: 1.42;
}

.btn-centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-centered.space {
  margin-top: 3.13em;
  margin-bottom: 3.13em;
}

.section-top-oferty {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.top-oferty-flex {
  justify-content: space-between;
  margin-top: 3em;
  display: flex;
}

.single-top-oferta {
  width: 30%;
}

.top-oferta-img {
  aspect-ratio: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.image-5 {
  object-fit: contain;
  object-position: 0% 0%;
  width: 100%;
  max-width: 19.44em;
  height: 100%;
}

.oferta-status {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: .81em;
  right: .81em;
}

.status-text {
  color: #8eac50;
  font-size: .88em;
  line-height: 1.5;
}

.top-oferta-details {
  margin-top: 1.88em;
}

.top-oferta-title {
  color: #29282e;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  margin-bottom: .94em;
  font-size: .88em;
  line-height: 1.42;
}

.top-oferta-title.centered {
  text-align: center;
}

.top-oferta-main-title {
  color: #eba936;
  font-size: 3.13em;
  font-weight: 300;
  line-height: 1.2;
}

.oferta-flex-details {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  margin-top: 1.38em;
  margin-bottom: 1.38em;
  display: flex;
}

.ofd-text {
  font-size: .75em;
  line-height: 1.4;
}

.ofd-value {
  margin-top: .2em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

.oferta-btns {
  grid-column-gap: 1.63em;
  grid-row-gap: 1.63em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cs-btn {
  color: #29282e;
  font-size: .88em;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.cs-btn:hover {
  color: #eba936;
}

.cs-btn-flex {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-wykonczenie {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.section-wykonczenie.is-dziennik {
  padding-top: 10.44em;
  padding-bottom: 10.44em;
}

.max-title-width {
  max-width: 23.75em;
}

.max-text-width {
  max-width: 34.69em;
}

.max-text-width.dziennik-text {
  max-width: 21.44em;
}

.section-wizualizacje {
  padding-top: 3.88em;
  padding-bottom: 3.88em;
  overflow: hidden;
}

.wizualizacje-content {
  margin-top: 4em;
  display: flex;
  position: relative;
}

.wizualizacje-slider {
  width: 75%;
  height: 43.38em;
  position: relative;
}

.wz-slide {
  width: 100%;
  height: 100%;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wz-slider-smaller {
  flex-flow: column;
  width: 25%;
  display: flex;
  position: relative;
}

.wz-smaller-slide {
  width: 100%;
  height: 50%;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wizualizacje-bg {
  background-color: #29282e;
  width: 106%;
  height: 80%;
  margin: auto -3%;
  position: absolute;
  inset: 0;
}

.wizualizacje-bg.is--opinie {
  height: 60%;
}

.cs-slick-nav {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.cs-items-number {
  color: #fff;
  text-align: center;
  background-color: #eba936;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
}

.text-block {
  font-size: 1.88em;
}

.cs-slick-arrow {
  background-color: #eba936;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  transition: all .3s;
  display: flex;
}

.cs-slick-arrow:hover {
  background-color: #eba93696;
}

.section-informacje {
  padding-top: 5.6em;
  padding-bottom: 2em;
}

.section-informacje.more-space {
  padding-top: 7.63em;
}

.sec-info-item {
  display: flex;
}

.sec-info-item.sflex {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 12em;
}

.sec-info-item.sflex.is--alt {
  margin-top: 6em;
  margin-bottom: 6em;
  position: relative;
}

.sec-info-item.sflex.is--alt.in-smore {
  margin-top: 10em;
}

.sec-info-item.sflex.less-bottom {
  margin-bottom: 6em;
  position: relative;
}

.sec-info-item.sflex.is-dev {
  margin-top: 0;
  position: relative;
}

.i-item-bigger {
  justify-content: flex-start;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.sec-info-smaller {
  width: 40%;
  padding-left: 4.69em;
}

.sec-info-smaller.is--alt {
  padding-left: 0;
  padding-right: 2em;
}

.i-item-small-photo {
  width: 33%;
  height: auto;
}

.i-item-small-photo.top-margin {
  margin-top: 0;
  position: relative;
  top: 6em;
}

.i-item-small-photo.bottom-margin {
  position: relative;
  bottom: 5.94em;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.i-item-bigger-img {
  width: 67%;
  display: block;
  position: relative;
}

.big-img-bg {
  background-image: linear-gradient(#0000, #0003 30%, #0009);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.white-big-title {
  color: #fff;
  text-align: center;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3.75em;
  font-weight: 300;
  line-height: 1;
}

.img-max-width-text {
  max-width: 80%;
  margin-top: .75em;
  margin-left: auto;
  margin-right: auto;
}

.img-inner-text {
  color: #fff;
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
}

.section-melody-loft {
  background-color: #29282e;
}

.mloft-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mloft-left {
  width: 35%;
}

.mloft-right {
  width: 65%;
  padding-left: 6em;
}

.mloft-title {
  color: #fff;
  margin-bottom: .5em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3em;
  line-height: 1.4;
}

.mloft-title.is-noto {
  font-family: Noto Serif Display, sans-serif;
}

.span-loft {
  color: #d35a5a;
}

.image-9 {
  width: 100%;
}

.section-opinie {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  position: relative;
  overflow: hidden;
}

.sec-opinie-slider {
  position: relative;
}

.s-opinia-item {
  background-color: #fff;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  box-shadow: 0 2px 10px -4px #0003;
}

.op-flex {
  display: flex;
}

.op-left {
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.op-right {
  width: 65%;
  padding-left: 6em;
  padding-right: 5em;
}

.op-small-title {
  color: #000;
  letter-spacing: .42px;
  text-transform: uppercase;
  font-size: .88em;
  line-height: 1.4;
}

.op-title {
  color: #000;
  letter-spacing: -.52px;
  margin-top: .2em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
}

.op-content {
  margin-top: 5em;
  margin-bottom: 5em;
}

.op-content-text {
  color: #000;
  letter-spacing: -.1px;
  font-size: 1em;
  line-height: 1.5;
}

.op-podpis {
  color: #000;
  letter-spacing: -.17px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
}

.op-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cs-slick-left {
  background-color: #eba936;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  transition: all .3s;
  display: flex;
}

.cs-slick-left:hover {
  background-color: #eba93696;
}

.cs-slick-right {
  background-color: #eba936;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  transition: all .3s;
  display: flex;
}

.cs-slick-right:hover {
  background-color: #eba93696;
}

.section-kontakt {
  padding-bottom: 0;
}

.kontakt-flex {
  display: flex;
}

.kontakt-left {
  width: 45%;
  position: relative;
  top: auto;
  bottom: -6em;
}

.kontakt-right {
  background-color: #29282e;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 55%;
  padding: 5.94em 2.5em 2.5em 5.94em;
  display: flex;
}

.kontakt-right.dev {
  background-color: #083a4d;
}

.kontakt-subtitle {
  color: #fff;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.4;
}

.kontakt-subtitle.dev {
  color: #21a09e;
}

.kontakt-title {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2.25em;
  line-height: 1.4;
}

.kontakt-osoba {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.38em;
  margin-bottom: 3.69em;
  display: flex;
}

.kontakt-osoba.no-top {
  margin-top: 0;
}

.kontakt-osoba.less {
  margin-bottom: 2em;
}

.osoba-img {
  opacity: 1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
  overflow: hidden;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.osoba-subtitle {
  color: #fff;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: .75em;
  line-height: 1.33;
}

.osoba-subtitle.is-alt {
  color: #29282e;
}

.osoba-name {
  color: #eba936;
  font-size: 1.25em;
  line-height: 1.4;
}

.osoba-name.is-alt {
  color: #171717;
  font-weight: 300;
}

.osoba-name.dev {
  color: #21a09e;
}

.osoba-name.is-loft {
  color: #d35a5a;
}

.osoba-link {
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.osoba-link:hover {
  color: #eba936;
}

.osoba-link.is--normal {
  font-weight: 400;
}

.osoba-link.is--normal.is-dark {
  color: #404040;
}

.osoba-link.is--normal.is-loft:hover {
  color: #d35a5a;
}

.osoba-link.is-alt {
  color: #29282e;
  font-weight: 400;
}

.osoba-link.is-alt:hover {
  color: #eba936;
}

.osoba-link.dev:hover {
  color: #21a09e;
}

.osoba-link.is-loft:hover {
  color: #d35a5a;
}

.kontakt-biuro {
  display: flex;
}

.biuro-col {
  width: 50%;
}

.biuro-title {
  color: #eba936;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.4;
}

.biuro-title.dev {
  color: #21a09e;
}

.biuro-title.is-loft {
  color: #d35a5a;
}

.biuro-dane {
  margin-top: 1.5em;
}

.biuro-dane.no-top {
  margin-top: 0;
}

.biuro-dane-text {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.biuro-dane-text.is-dark {
  color: #404040;
}

.bdane-space {
  margin-top: 1.06em;
  margin-bottom: 1.06em;
}

.bdane-space.more-space {
  margin-bottom: 3.5em;
}

.bdane-space.no-top {
  margin-top: 0;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.kontakt-img-bg {
  background-image: linear-gradient(#0000, #0006);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-cs-box {
  mix-blend-mode: multiply;
  background-color: #eba936;
  width: 5em;
  height: 28.13em;
  position: absolute;
  bottom: -13%;
  right: 0;
}

.footer-cs-box.dev {
  background-color: #21a09e;
}

.footer-cs-box.is-loft {
  background-color: #d35a5a;
}

.section-copy {
  padding-bottom: 5em;
}

.copy-column {
  width: 55%;
  margin-left: auto;
  padding-top: 3em;
  padding-left: 3em;
  padding-right: 2.75em;
}

.copy-text {
  font-size: 1em;
  line-height: 1.5;
}

.copy-small {
  margin-top: .2em;
  font-size: .88em;
  line-height: 1.4;
}

.footer-link {
  color: #29282e;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-small-text {
  color: #29282e99;
  margin-top: .94em;
  font-size: .75em;
  line-height: 1.33;
}

.se_status_wrap {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.se_sort_link_icon {
  color: #000;
  width: .6em;
}

.code-embed {
  width: .88em;
}

.se_sort_block {
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 .75em;
}

.image-17 {
  width: .81em;
  height: .81em;
}

.btn-border {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: .5em;
  transition: all .3s;
}

.se_status_circle {
  border-radius: 50em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.se_sort_link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.se_sort_link:hover {
  opacity: .7;
}

.simple-btn-2 {
  color: #000;
  padding-top: .63em;
  padding-bottom: 0;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.simple-btn-2.btn-messahe {
  padding-bottom: .63em;
  padding-left: .5em;
  padding-right: .5em;
}

.se_item_column {
  border-right: 1px solid #eee;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 3.44em;
  padding-left: .63em;
  padding-right: .63em;
  font-weight: 500;
  display: flex;
}

.se_item_column:hover {
  color: #29282e;
}

.se_item_column.last {
  border-right-width: 0;
  justify-content: center;
  align-items: center;
}

.tabela-wybierz {
  margin-top: 0;
}

.tabela-wybierz.top-space {
  margin-top: 5.3em;
}

.se_sort_column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: .63em;
  padding-right: .63em;
  font-weight: 500;
  display: flex;
}

.se_list {
  flex-flow: column;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.se_item {
  color: #29282e;
  border-bottom: 0 solid #000;
  flex-flow: column;
  justify-content: center;
  padding: 0;
  transition: color .3s, background-color .3s;
  display: flex;
}

.se_item:hover {
  color: #29282e;
}

.se_sort_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1.5fr 1.4fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.btn-flex {
  grid-column-gap: .81em;
  grid-row-gap: .81em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.se_item_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1.5fr 1.4fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text_16px {
  color: #29282e;
  font-size: .88em;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.text_16px.upper {
  text-transform: uppercase;
}

.text_16px.upper.eks-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.btn-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.text_14px {
  color: #29282e;
  text-transform: none;
  font-size: .88em;
  font-weight: 700;
  line-height: 1.5;
}

.text_14px.is--se-label-mobile {
  display: none;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.metr-span {
  color: #ccc;
}

.status-table {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  top: .81em;
  right: .81em;
}

.price-table-item {
  font-size: .88em;
  line-height: 1.5;
  display: block;
}

.inv-title {
  color: #eba936;
  font-size: 3.75em;
  font-weight: 300;
  line-height: 1;
}

.cs-breadcrumbs {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.4em;
  display: flex;
}

.bread-text {
  font-size: .88em;
  line-height: 1.42;
}

.bread-text.is-link {
  color: #29282e;
  text-decoration: none;
  transition: all .3s;
}

.bread-text.is-link:hover {
  color: #eba936;
}

.inv-content {
  padding-top: 4.88em;
  padding-right: 8.75em;
}

.inv-content.more {
  padding-top: 6em;
  padding-right: 0;
}

.inv-content.is-dev {
  padding-top: 2.5em;
  padding-right: 0;
}

.inv-img {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-18 {
  width: 100%;
}

.image-18.is-park {
  position: absolute;
  top: 0;
}

.hero-inv-bg {
  mix-blend-mode: multiply;
  background-color: #eba936;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  position: absolute;
}

.div-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 2.75em;
  padding-left: 1.81em;
  display: flex;
}

.inv-right-bg {
  background-color: #29282e;
  width: 26%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.inv-right-bg.is-smaller {
  height: 13.56em;
}

.klucz-max-width {
  width: 23.75em;
}

.image-19 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-standard-info {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.plus-icon {
  transition: all .3s;
  display: none;
}

.faq-content-text {
  width: 95%;
}

.qt-left {
  grid-column-gap: 1.06em;
  grid-row-gap: 1.06em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-number {
  color: #f28b1a;
  letter-spacing: 1.4px;
  width: 1.25em;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.2;
}

.faq-question-bar {
  color: #2b2824;
  letter-spacing: .03em;
  background-color: #0000;
  border: 0 solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 1.38em .5em 1.38em 0;
  font-weight: 700;
  line-height: 1.41;
  text-decoration: none;
  display: flex;
}

.faq-question-wrap {
  cursor: pointer;
  background-color: #0000;
  border: 0 solid #e3e3e3;
  border-top: 1px solid #29282e33;
  border-bottom-color: #29282e33;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.div-block-2 {
  width: 100%;
  height: 1px;
}

.faq-box-icon {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.88em;
  height: 1.88em;
  display: flex;
}

.faq-content-flex {
  justify-content: space-between;
  padding: 0 1em 1.63em 0;
  display: flex;
}

.question-title {
  color: #171717;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
}

.code-embed-4 {
  color: #eba936;
  width: 1.88em;
  height: 1.88em;
}

.code-embed-4.is-black {
  display: none;
}

.faq-grid {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  grid-template-rows: auto;
  grid-template-columns: 3fr;
  width: 100%;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
}

.faq-text-text {
  font-size: 1em;
  line-height: 1.6;
}

.faq-content {
  background-color: #0000;
  border: 0 solid #000;
  overflow: hidden;
}

.section-lokale {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.section-lokale.is-dziennik {
  padding-top: 10.44em;
  padding-bottom: 10.44em;
}

.is-spec-link {
  color: #29282e;
  text-decoration: none;
}

.is-spec-link:hover {
  text-decoration: underline;
}

.section-gfaq {
  padding-top: 5.44em;
  padding-bottom: 5.44em;
}

.section-map-google {
  padding-top: 0;
  padding-bottom: 3.44em;
}

.section-map-google.is-dev-map {
  margin-top: -5em;
  padding-top: 2em;
}

.hero-full {
  width: 100%;
}

.sec-w-info {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  background-color: #ffffffe6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .44em 1.56em;
  display: flex;
  position: absolute;
  bottom: 1.56em;
  right: 4em;
  box-shadow: 0 10px 15px -3px #0000001a;
}

._w-text {
  text-transform: uppercase;
  font-size: .75em;
  line-height: 1.4;
}

.section-cta {
  background-image: url('../images/Frame.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}

.cta-title {
  text-align: center;
  margin-bottom: .9em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3em;
  line-height: 1.1;
}

.cta-small-text {
  color: #000;
  text-align: center;
  letter-spacing: 1.4px;
  margin-top: 3.3em;
  margin-bottom: 3.4em;
  font-size: .88em;
  line-height: 1.3;
}

.sel-cs-nav {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  display: flex;
  position: relative;
}

.sel-cs-nav.less {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.back-to-buttons {
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
  position: relative;
}

.pietro-bottom-nav {
  z-index: 9;
  margin-top: 0;
  padding-top: 1.5em;
  position: relative;
}

.text-block-4 {
  text-align: center;
  font-size: 1.25em;
  line-height: 1.3;
}

.is--single-flat {
  max-width: 41.88em;
  margin-left: auto;
  margin-right: auto;
}

.click-info {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: #eba936;
  justify-content: center;
  align-items: center;
  margin-top: 1.6em;
  margin-bottom: 3.44em;
  font-size: 1em;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.lightbox-link-2 {
  text-decoration: none;
}

.single-mieszkanie-info {
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
}

.mieszkanie-col {
  flex-flow: wrap;
  width: 50%;
  display: flex;
}

.mieszkanie-col.normal {
  display: block;
}

.mieszkanie-col-info {
  width: 45%;
  margin-bottom: 3em;
}

.m-small-text {
  font-size: .88em;
  line-height: 1.4;
}

.m-big-text {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
}

.mform {
  width: 100%;
  margin-bottom: 0;
}

.m-form-title {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
  display: block;
}

.m-form-title.white {
  color: #fff;
}

.m-form-line {
  background-color: #29282e99;
  width: 3em;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.m-form-line.white {
  background-color: #ffffff38;
}

.m-form-text {
  margin-bottom: .9em;
  font-size: 1em;
  line-height: 1.5;
}

.m-form-text.white {
  color: #fff;
}

.text-field {
  border: 1px solid #eba936;
  border-radius: 12px;
  height: 2.63em;
  margin-bottom: 0;
  font-size: .88em;
}

.text-field.is-transparent {
  color: #fff;
  background-color: #0000;
}

.text-field.is-transparent.is-loft {
  border-color: #d35a5a;
}

.m-form-content {
  max-width: 23.13em;
  margin-left: 6.25em;
}

.m-form-content.is-hero-c {
  margin-left: 0;
}

.kontakt-title-page {
  text-align: center;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.94em;
  font-weight: 300;
  line-height: 1.3;
}

.kontakt-page-flex {
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
}

.kflex-col {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.form-label {
  color: #29282e;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.4;
}

.finput {
  color: #29282e66;
  border: 0 solid #000;
  border-bottom: 1px solid #29282e;
  padding-left: 0;
  font-size: 1em;
  line-height: 1.4;
}

.form-i-item {
  margin-bottom: 1.69em;
}

.radio-button-label {
  margin-bottom: 0;
  margin-left: .25em;
  font-size: 1em;
  line-height: 1.4;
}

.forma-flex {
  grid-column-gap: 2.1em;
  grid-row-gap: 2.1em;
  justify-content: flex-start;
  align-items: center;
  margin-top: .6em;
  display: flex;
}

.radio-button-field {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button {
  margin-top: 0;
}

.form-block {
  margin-top: 1.25em;
  margin-bottom: 0;
}

.form-item-zgody {
  justify-content: space-between;
  margin-bottom: 2em;
  padding-top: .63em;
  display: flex;
}

.checkbox-label {
  color: #272525;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 600;
}

.rozwin-zgody {
  cursor: pointer;
  font-size: .88em;
}

.map-padding {
  padding-left: 6em;
  padding-right: 6em;
}

.dev-content {
  max-width: 60em;
  padding-left: 6em;
}

.dev-content.is--alt {
  margin-top: 1.4em;
  margin-left: auto;
  padding-left: 0;
  padding-right: 6em;
}

.dev-content.no-padding {
  padding-left: 0;
}

.dev-text {
  color: #404040;
  font-size: 1.25em;
  line-height: 1.4;
}

.dev-text.bigger {
  margin-top: 1em;
  font-size: 1.13em;
  font-weight: 500;
}

.dev-text.smaller {
  font-size: 1em;
}

.image-20 {
  width: 17.5em;
  margin: 3.75em auto;
  display: block;
}

.dev-flex {
  margin-top: 3em;
  display: flex;
}

.dev-left {
  width: 30%;
}

.dev-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding-bottom: 0;
  padding-left: 5.88em;
  display: flex;
}

.image-21 {
  width: 100%;
}

.dev-icons {
  flex-flow: wrap;
  margin-top: 4.31em;
  display: flex;
}

.dev-item {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-bottom: 5.1em;
  display: flex;
}

.dev-icon {
  border-right: 1px solid #21a09e;
  flex: none;
  padding: .75em;
}

.dev-icon-text {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.4;
}

.section-dev-info {
  margin-top: -4%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-dev-info.more-space {
  padding-top: 7.63em;
}

.dev-bg {
  background-color: #083a4d;
  width: 100%;
  height: 94%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.dev-footer-cs-info {
  text-align: center;
  position: absolute;
  bottom: 1.5em;
  left: 3em;
}

.image-22 {
  width: 7.12em;
  margin-bottom: .63em;
}

.dev-footer-text {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
}

.is-hero-contact {
  background-color: #29282e;
  padding: 1.5em 3em;
  position: absolute;
  bottom: -3.58em;
  left: 0;
  box-shadow: 0 25px 50px -12px #00000040;
}

.mloft-icons {
  grid-row-gap: 6.13em;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: -5em;
  margin-bottom: 3.75em;
  display: flex;
}

.mloft-icon {
  border-right: 1px solid #d35a5a;
  flex: none;
  padding-top: 1.5em;
  padding-right: 1.5em;
}

.mloft-icon-content {
  padding-left: 1.5em;
}

.m-title {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.4;
}

.m-title.is-nunito {
  font-family: Nunito Sans, sans-serif;
}

.m-text {
  color: #fff;
  margin-top: .8em;
  font-size: .88em;
  line-height: 1.5;
}

.m-text.is-nunito {
  font-family: Nunito Sans, sans-serif;
}

.mloft-item {
  width: 45%;
  display: flex;
}

.sectiom-mloft-icons {
  background-color: #29282e;
  padding-bottom: 5.31em;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#29282e66 50%, #29282e00);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.navbar.is-dark {
  background-image: none;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 3.13em;
  padding-bottom: 3.13em;
  display: flex;
}

.image-23 {
  width: 10.81em;
}

.nav-item {
  color: #fff;
  text-transform: uppercase;
  padding: .19em 1.25em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.42;
}

.nav-item.dark {
  color: #29282e;
}

.nav-sep {
  background-color: #fff6;
  width: 1px;
  height: .63em;
}

.nav-inner-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: .19em .8em .19em 1.25em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.42;
  display: flex;
}

.dropdown-toggle.dark {
  color: #29282e;
}

.icon {
  margin-right: 0;
  position: static;
}

.code-embed-5 {
  margin-top: -.13em;
  margin-left: .3em;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-link {
  color: #000c;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  padding: .88em 2em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.42;
  transition: all .3s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #000c;
}

.dropdown-link.w--current {
  color: #eba936;
}

.dropdown-link.last {
  border-bottom-width: 0;
}

.nav-menu {
  margin-left: 1.56em;
}

.nav-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-right-links {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-c-link {
  color: #eba936;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.nav-c-link:hover {
  text-decoration: underline;
}

.nav-c-link.is-mobile {
  display: none;
}

.nav-c-link-c {
  color: #eba936;
}

.nav-c-link-c.is-mobile {
  display: none;
}

.code-embed-6 {
  width: 1.56em;
  height: 1.56em;
}

.code-embed-6.is-search {
  width: 1.25em;
  height: 1.31em;
}

.code-embed-7 {
  margin-top: -.13em;
  margin-left: .3em;
}

.image-24 {
  width: 10.81em;
}

.nav-top-mobile {
  display: none;
}

.gallery-wrapper {
  z-index: 1;
  margin-top: 4em;
  position: relative;
}

.tab-menu {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.gallery-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  display: flex;
}

.lightbox-gallery {
  flex: auto;
  width: 48%;
}

.image-gallery {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.listing-link {
  height: 100%;
}

.play-link {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.video-lightbox {
  color: #fff;
  text-transform: uppercase;
  background-color: #0003;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 31.25em;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.play-img {
  color: #fff;
  width: 3.75em;
}

@media screen and (max-width: 991px) {
  .section-hero.is-investment, .section-hero.is-gallery {
    padding-top: 10em;
  }

  .hero-content.is-investment {
    flex-flow: wrap;
  }

  .hero-left {
    width: 67%;
  }

  .hero-left.is-investment {
    width: 100%;
  }

  .hero-left.is-investment.is-look {
    padding-bottom: 1em;
  }

  .hero-right {
    width: 33%;
    padding-left: 1em;
  }

  .hero-right.is-investment {
    width: 100%;
    height: 25em;
    margin-top: 3em;
  }

  .hero-title {
    font-size: 2.7em;
  }

  .simple-btn {
    padding-left: 2em;
    padding-right: 2em;
  }

  .simple-btn.is-building.is-selected {
    color: #ccc;
    border-color: #ccc;
  }

  .section-info.is-wykonczenie {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .sec-flex {
    align-items: stretch;
  }

  .sec-flex.centered {
    justify-content: flex-start;
    align-items: center;
  }

  .sec-half.right30 {
    padding-top: 2.75em;
  }

  .sec-half.right30.dziennik-smaller {
    width: 40%;
  }

  .sec-half.right80 {
    padding-right: 2em;
  }

  .sec-half.dziennik-bigger {
    width: 60%;
  }

  .sec-half.left75 {
    padding-left: 2em;
  }

  .section-title.dziennik-title {
    font-size: 2.6em;
  }

  .sec-btn.centered.less-gap {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    flex-flow: wrap;
  }

  .sec-img {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .sec-img-div {
    height: 100%;
    padding-right: 0;
  }

  .section-znajdz-mieszkanie {
    padding-top: 3em;
  }

  .section-znajdz-mieszkanie.less {
    padding-bottom: 1em;
  }

  .form-flex {
    grid-column-gap: 2.4em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    justify-content: center;
  }

  .image-3 {
    max-width: 25em;
  }

  .znajdz-bg {
    height: 40%;
  }

  .section-tabela-mieszkan.is-ap-page {
    padding-bottom: 5em;
  }

  .section-mapa.tp-space {
    margin-top: 1.56em;
  }

  .ml-left {
    padding-right: 1.4em;
  }

  .ml-right {
    padding-left: 3em;
  }

  .legenda-item {
    width: 43%;
    margin-bottom: 1.5em;
  }

  .legenda-icon {
    flex: none;
  }

  .legenda-item-odgleosci {
    width: 43%;
  }

  .section-video {
    height: 40em;
  }

  .section-details.more-space {
    padding-top: 7em;
  }

  .section-top-oferty {
    padding-top: 3em;
  }

  .image-5 {
    width: 100%;
  }

  .top-oferta-title {
    font-size: .7em;
  }

  .top-oferta-main-title {
    font-size: 2em;
  }

  .ofd-value {
    font-size: .9em;
  }

  .oferta-btns {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    flex-flow: wrap;
  }

  .section-wykonczenie {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section-wykonczenie.is-dziennik {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .wizualizacje-slider {
    width: 70%;
    height: 38em;
  }

  .wz-slider-smaller {
    width: 30%;
  }

  .cs-items-number {
    width: 6em;
    height: 6em;
  }

  .text-block {
    font-size: 1.6em;
  }

  .cs-slick-arrow {
    width: 6em;
    height: 6em;
  }

  .section-informacje {
    padding-top: 4em;
  }

  .section-informacje.more-space {
    padding-top: 5em;
    padding-bottom: 1em;
  }

  .sec-info-item.sflex {
    flex-flow: wrap;
    margin-top: 0;
    margin-bottom: 7em;
  }

  .sec-info-item.sflex.is--alt {
    margin-top: 0;
    margin-bottom: 6em;
  }

  .sec-info-item.sflex.less-bottom {
    margin-bottom: 4em;
  }

  .sec-info-item.sflex.less-bottom.top-space {
    margin-top: 10em;
  }

  .sec-info-item.sflex.is-alt-flex {
    margin-top: -3em;
    margin-bottom: 5em;
  }

  .i-item-bigger {
    order: -1;
    width: 100%;
  }

  .i-item-bigger.is-alt-2 {
    margin-top: 3em;
  }

  .sec-info-smaller {
    width: 100%;
    padding-top: 9em;
    padding-left: 0;
  }

  .sec-info-smaller.is--alt {
    padding-top: 3em;
  }

  .sec-info-smaller.is--alt.is-alt-3 {
    padding-top: 6em;
  }

  .sec-info-smaller.is-alt-2 {
    padding-top: 3em;
  }

  .mloft-flex {
    align-items: stretch;
  }

  .mloft-left {
    width: 40%;
  }

  .mloft-left.hidden {
    display: none;
  }

  .mloft-right {
    width: 60%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2.7em;
    position: relative;
  }

  .mloft-right.full {
    width: 100%;
    padding-left: 0;
  }

  .mloft-title {
    font-size: 2.8em;
    line-height: 1.1;
  }

  .image-9 {
    object-fit: cover;
    height: 100%;
  }

  .section-opinie {
    padding-top: 5em;
  }

  .op-left {
    width: 40%;
    padding-left: 1.88em;
  }

  .op-right {
    width: 60%;
    padding: 1.25em 2em 1.25em 3em;
  }

  .op-small-title {
    line-height: 1.5;
  }

  .op-title {
    font-size: 2.7em;
  }

  .op-content {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .cs-slick-left, .cs-slick-right {
    width: 6em;
    height: 6em;
  }

  .kontakt-right {
    padding-top: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .kontakt-title {
    font-size: 2.1em;
    line-height: 1.2;
  }

  .kontakt-osoba.less {
    margin-top: 2.3em;
  }

  .osoba-img {
    flex: none;
  }

  .kontakt-biuro {
    flex-flow: wrap;
  }

  .biuro-col {
    width: 100%;
  }

  .image-11, .kontakt-img-bg {
    object-fit: cover;
  }

  .footer-cs-box {
    height: 25em;
  }

  .copy-column {
    padding-top: 2em;
    padding-left: 2em;
  }

  .copy-text {
    font-size: .9em;
  }

  .copy-small {
    font-size: .8em;
  }

  .footer-small-text {
    font-size: .7em;
  }

  .se_sort_link_icon {
    flex: none;
  }

  .se_item_column, .se_sort_column {
    padding-left: .4em;
    padding-right: .4em;
  }

  .se_sort_grid, .se_item_grid {
    grid-template-columns: .25fr .5fr .5fr .25fr .5fr .75fr 1.15fr .5fr;
  }

  .text_16px {
    font-size: .8em;
  }

  .text_14px {
    font-size: .6em;
    line-height: 1.3;
  }

  .inv-content {
    padding-top: 4em;
    padding-right: 0;
  }

  .inv-content.more {
    padding-top: 4em;
  }

  .image-18 {
    object-fit: cover;
    height: 100%;
  }

  .inv-right-bg {
    display: none;
  }

  .section-standard-info {
    padding-top: 3em;
  }

  .faq-content-text {
    width: 100%;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-box-icon {
    flex: none;
  }

  .faq-content-flex {
    flex-wrap: wrap;
  }

  .question-title {
    font-size: 1em;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .faq-text-text {
    font-size: .9em;
  }

  .section-lokale {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section-gfaq {
    padding-top: 4em;
  }

  .section-map-google.is-dev-map {
    margin-top: 0;
  }

  .cta-title {
    font-size: 2.4em;
  }

  .sel-cs-nav.less {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    flex-flow: wrap;
  }

  .is--single-flat {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .single-mieszkanie-info {
    padding-left: 0;
    padding-right: 0;
  }

  .m-big-text {
    font-size: 1.3em;
  }

  .m-form-content {
    margin-left: 0;
  }

  .kontakt-page-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .map-padding {
    padding-left: 4em;
    padding-right: 4em;
  }

  .dev-content {
    margin-bottom: 3.13em;
    padding-left: 0;
  }

  .dev-content.is--alt {
    padding-right: 0;
  }

  .dev-right {
    padding-left: 1em;
  }

  .image-21 {
    object-fit: cover;
    height: 100%;
  }

  .dev-item {
    margin-bottom: 4em;
  }

  .dev-icon-text {
    font-size: 1.1em;
  }

  .section-dev-info {
    padding-bottom: .7em;
  }

  .dev-bg {
    height: 100%;
  }

  .is-hero-contact {
    z-index: 9;
    bottom: 0;
    left: 1.5em;
  }

  .mloft-icons {
    margin-top: 2em;
  }

  .nav-flex {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .nav-item {
    color: #29282e;
  }

  .nav-sep {
    display: none;
  }

  .nav-inner-flex {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    flex-flow: column;
    padding-top: 2em;
  }

  .dropdown-toggle {
    color: #29282e;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-list {
    padding-top: .63em;
    position: static;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .dropdown-link {
    text-align: center;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    height: 100vh;
  }

  .nav-right {
    z-index: 9;
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .lottie-animation {
    width: 1.4em;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 1;
    background-color: #0000;
  }

  .brand {
    z-index: 0;
  }

  .nav-top-mobile {
    width: 100%;
    margin-bottom: 2.5em;
    display: flex;
  }

  .mob-logo {
    margin-left: 0;
    margin-right: auto;
  }

  .image-26 {
    width: 10.81em;
  }

  .mob-logo-flex {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    height: auto;
  }

  .section-hero.is-investment, .section-hero.is-gallery {
    padding-top: 6em;
  }

  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .hero-content {
    flex-flow: wrap;
    position: relative;
  }

  .hero-left {
    width: 100%;
  }

  .hero-right {
    background-color: #29282ec2;
    width: 100%;
    padding-bottom: 3em;
    position: absolute;
    bottom: 0;
  }

  .hero-text {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3em;
  }

  .simple-btn {
    position: relative;
  }

  .image-2 {
    opacity: .08;
    max-width: 29em;
    position: absolute;
    top: .63em;
    left: 0;
  }

  .hero-cs-box {
    height: 30em;
    bottom: 0%;
  }

  .section-info {
    padding-top: 20em;
  }

  .section-info.is-wykonczenie {
    padding-top: 1em;
  }

  .sec-flex {
    flex-flow: wrap;
  }

  .sec-half {
    width: 100%;
    margin-top: 1.88em;
  }

  .sec-half.right30 {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  .sec-half.right30.dziennik-smaller {
    width: 100%;
    padding-top: 0;
  }

  .sec-half.dziennik-bigger {
    width: 100%;
  }

  .sec-half.left75 {
    padding-left: 0;
  }

  .sec-btn.is-loft {
    text-align: center;
    margin-top: 3em;
    margin-left: 0;
  }

  .sec-img-div {
    padding-left: 0;
  }

  .section-znajdz-mieszkanie {
    padding-bottom: 3em;
  }

  .znajdz-bg {
    height: 23%;
  }

  .znajdz-bg.bigger {
    height: 60%;
  }

  .section-tabela-mieszkan {
    padding-top: 4em;
    padding-bottom: 1em;
  }

  .section-tabela-mieszkan.is-ap-page {
    padding-bottom: 0;
  }

  .mapa-legenda-flex {
    flex-flow: wrap;
  }

  .ml-left {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  .ml-right {
    order: -1;
    width: 100%;
    padding-top: 3em;
    padding-left: 0;
  }

  .legenda-item-odgleosci {
    position: relative;
  }

  .legenda-bg {
    width: 300%;
  }

  .background-video {
    min-height: 20em;
  }

  .section-details {
    padding-top: 3em;
  }

  .detail-item {
    width: 46%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .detail-title {
    font-size: 1.2em;
  }

  .top-oferty-flex {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .single-top-oferta {
    width: 100%;
    margin-bottom: 2.5em;
  }

  .oferta-btns {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .section-wykonczenie {
    padding-top: 1em;
  }

  .section-wykonczenie.is-dziennik {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .wizualizacje-content {
    flex-flow: wrap;
  }

  .wizualizacje-slider {
    width: 100%;
    height: 30em;
  }

  .wz-slider-smaller {
    flex-flow: row;
    width: 100%;
  }

  .wz-smaller-slide {
    width: 50%;
    height: 100%;
  }

  .cs-items-number {
    width: 5em;
    height: 5em;
  }

  .text-block {
    font-size: 1.4em;
  }

  .cs-slick-arrow {
    width: 5em;
    height: 5em;
  }

  .section-informacje {
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .sec-info-item.sflex, .sec-info-item.sflex.is--alt {
    margin-bottom: 3em;
  }

  .sec-info-item.sflex.less-bottom.top-space {
    margin-top: 2em;
  }

  .i-item-bigger.is-alt-2 {
    margin-top: 0;
  }

  .sec-info-smaller {
    padding-top: 2em;
  }

  .sec-info-smaller.is--alt.is-alt-3 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .i-item-small-photo.top-margin, .i-item-small-photo.bottom-margin {
    display: none;
  }

  .i-item-bigger-img {
    width: 100%;
  }

  .section-melody-loft.more-space {
    padding-top: 19em;
  }

  .mloft-flex {
    flex-flow: wrap;
  }

  .mloft-left {
    width: 100%;
  }

  .mloft-right {
    order: -1;
    width: 100%;
    padding-left: 0;
  }

  .section-opinie {
    padding-top: 3em;
    padding-bottom: 5em;
  }

  .s-opinia-item {
    padding-top: 5em;
  }

  .op-flex {
    flex-flow: wrap;
  }

  .op-left {
    width: 100%;
    padding-left: 0;
  }

  .op-right {
    width: 100%;
    padding-top: 3em;
  }

  .op-title {
    font-size: 2.2em;
  }

  .cs-slick-left, .cs-slick-right {
    width: 5em;
    height: 5em;
  }

  .kontakt-flex {
    flex-flow: wrap;
  }

  .kontakt-left {
    width: 100%;
    bottom: 0;
  }

  .kontakt-right {
    order: -1;
    width: 100%;
  }

  .kontakt-osoba {
    max-width: 18.75em;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .kontakt-osoba.no-top {
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
  }

  .kontakt-osoba.less {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
  }

  .biuro-dane {
    margin-bottom: 2.5em;
  }

  .biuro-dane.no-top.is-kontakt {
    margin-left: auto;
    margin-right: auto;
  }

  .section-copy {
    padding-bottom: 2em;
  }

  .copy-column {
    width: 100%;
  }

  .se_sort_block {
    display: none;
  }

  .se_item_column {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-left: .5em;
    padding-right: .5em;
  }

  .se_item_column.hide {
    display: none;
  }

  .se_list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-bottom: 4em;
  }

  .se_item {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .se_item_grid {
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .text_14px.is--se-label-mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: .8em;
    display: block;
  }

  .inv-title {
    font-size: 3.5em;
  }

  .cs-breadcrumbs {
    flex-flow: wrap;
  }

  .section-standard-info {
    padding-bottom: 1em;
  }

  .faq-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section-lokale {
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .section-gfaq {
    padding-top: 3em;
    padding-bottom: 2em;
  }

  .sec-w-info {
    display: none;
  }

  .single-mieszkanie-info {
    flex-flow: wrap;
  }

  .mieszkanie-col {
    width: 100%;
  }

  .mieszkanie-col.normal {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .kontakt-page-flex {
    flex-flow: column;
  }

  .kflex-col {
    width: 100%;
  }

  .kflex-col.top-space {
    margin-top: 2.5em;
  }

  .map-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .dev-flex {
    flex-flow: wrap;
    margin-top: 0;
  }

  .dev-left {
    width: 100%;
  }

  .dev-right {
    width: 100%;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 0;
  }

  .dev-icons {
    margin-top: 1em;
  }

  .dev-item {
    width: 100%;
    margin-bottom: 2em;
  }

  .is-hero-contact {
    position: static;
  }

  .mloft-icons {
    grid-row-gap: 3.8em;
  }

  .mloft-item {
    width: 100%;
  }

  .image-23 {
    width: 9em;
  }

  .nav-inner-flex {
    padding-top: 2em;
  }

  .nav-c-link.mobile-hide {
    display: none;
  }

  .nav-c-link.is-mobile {
    display: block;
  }

  .nav-c-link-c.mobile-hide {
    display: none;
  }

  .nav-c-link-c.is-mobile {
    display: block;
  }

  .image-26 {
    width: 8.8em;
  }

  .video-lightbox {
    min-height: 20em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-cs-box {
    width: 6em;
    height: 26em;
  }

  .section-info {
    padding-top: 21em;
  }

  .sec-half.right80 {
    padding-right: 0;
  }

  .section-title {
    font-size: 1.4em;
  }

  .sec-btn.centered {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
    flex-flow: wrap;
  }

  .image-3 {
    max-width: 100%;
  }

  .znajdz-bg {
    height: 15%;
  }

  .ml-right {
    padding-bottom: 2em;
  }

  .legenda-item {
    width: 100%;
    margin-bottom: 1.2em;
  }

  .section-video {
    height: 35em;
  }

  .detail-item {
    width: 100%;
    margin-bottom: 3em;
  }

  .section-top-oferty {
    padding-bottom: 1em;
  }

  .section-wizualizacje {
    padding-top: 2em;
  }

  .wizualizacje-slider {
    height: 21em;
  }

  .wizualizacje-bg {
    width: 120%;
    height: 60%;
    margin-left: -10%;
    margin-right: -10%;
  }

  .cs-slick-nav.noabs {
    margin-left: auto;
    position: relative;
    left: auto;
  }

  .sec-info-smaller.is--alt, .sec-info-smaller.is--alt.is-alt-3 {
    padding-right: 0;
  }

  .i-item-bigger-img {
    min-height: 21.88em;
  }

  .big-img-bg {
    padding-left: .63em;
    padding-right: .63em;
  }

  .white-big-title {
    font-size: 2.8em;
  }

  .img-inner-text {
    font-size: .9em;
  }

  .section-melody-loft.more-space {
    padding-top: 21em;
  }

  .op-right {
    padding-left: 2em;
  }

  .op-title {
    font-size: 1.9em;
  }

  .cs-slick-left, .cs-slick-right {
    width: 4em;
    height: 4em;
  }

  .kontakt-right {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .kontakt-osoba, .kontakt-osoba.no-top, .kontakt-osoba.less {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .copy-column {
    padding-left: 1em;
    padding-right: 1em;
  }

  .se_item_column {
    padding-left: 0;
  }

  .se_list {
    margin-bottom: 3.6em;
  }

  .se_item_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text_16px {
    font-size: 1em;
  }

  .text_14px {
    font-size: .95em;
  }

  .inv-title {
    font-size: 3em;
  }

  .cs-breadcrumbs {
    flex-flow: wrap;
  }

  .klucz-max-width {
    width: 100%;
  }

  .text-block-3 {
    font-size: .8em;
  }

  .qt-left {
    padding-right: 2em;
  }

  .faq-number {
    width: 1.1em;
  }

  .faq-question-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-content-flex {
    padding-left: 0;
    padding-right: 1em;
  }

  .question-title {
    flex: 1;
    font-size: .9em;
  }

  .faq-grid {
    grid-template-rows: auto;
  }

  .faq-text-text {
    width: 100%;
  }

  .sel-cs-nav {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .back-to-buttons {
    margin-top: 1.9em;
  }

  .is--single-flat {
    padding-top: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .mieszkanie-col.normal {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mieszkanie-col-info {
    width: 100%;
    margin-bottom: 1.2em;
  }

  .dev-text {
    font-size: 1.2em;
  }

  .dev-text.bigger {
    font-size: 1.1em;
  }

  .is-hero-contact {
    padding-left: 1em;
    padding-right: 1em;
  }

  .image-23 {
    width: 8.4em;
  }

  .nav-inner-flex {
    padding-top: 2em;
  }

  .image-25 {
    width: 14em;
  }

  .image-26 {
    width: 8em;
  }

  .tab-menu {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }
}

#w-node-c38ad4cf-08aa-bc47-a301-44c316a4868d-bb2698d4, #w-node-_7cbd63eb-041e-78d6-00d4-32fd3268040b-bb2698d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_48761546-46ad-b5ba-2179-0dbea35c3c29-1c227139, #w-node-_57d0cf6d-28a6-8513-f538-4794d94f52ac-1c227139, #w-node-_91dace10-cc92-128c-a5b2-bd1068df1187-1c227139, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206c8b-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cc3-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cfb-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206c8b-b58f96ac, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cc3-b58f96ac, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cfb-b58f96ac, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206c8b-ff96e457, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cc3-ff96e457, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cfb-ff96e457, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206c8b-e7553d70, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cc3-e7553d70, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cfb-e7553d70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_48761546-46ad-b5ba-2179-0dbea35c3c52-1c227139, #w-node-_819f0e09-6e49-f2c3-cf61-7dd474bd2dbb-1c227139, #w-node-_57d0cf6d-28a6-8513-f538-4794d94f52d0-1c227139, #w-node-_57d0cf6d-28a6-8513-f538-4794d94f52d9-1c227139, #w-node-_57d0cf6d-28a6-8513-f538-4794d94f52dc-1c227139, #w-node-_91dace10-cc92-128c-a5b2-bd1068df11ab-1c227139, #w-node-_91dace10-cc92-128c-a5b2-bd1068df11b4-1c227139, #w-node-_91dace10-cc92-128c-a5b2-bd1068df11b7-1c227139 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c38ad4cf-08aa-bc47-a301-44c316a4868d-bb2698d4, #w-node-_7cbd63eb-041e-78d6-00d4-32fd3268040b-bb2698d4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cb8-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cbb-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cf0-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cf3-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206d1f-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206d28-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206d2b-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206caf-b58f96ac, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cb8-b58f96ac, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cbb-b58f96ac, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206ce7-b58f96ac, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cf0-b58f96ac, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cf3-b58f96ac, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206d1f-b58f96ac, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206d28-b58f96ac, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206d2b-b58f96ac, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206caf-ff96e457, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cb8-ff96e457, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cbb-ff96e457, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206ce7-ff96e457, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cf0-ff96e457, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cf3-ff96e457, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206d1f-ff96e457, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206d28-ff96e457, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206d2b-ff96e457, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206caf-e7553d70, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cb8-e7553d70, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cbb-e7553d70, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206ce7-e7553d70, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cf0-e7553d70, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cf3-e7553d70, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206d1f-e7553d70, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206d28-e7553d70, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206d2b-e7553d70 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48761546-46ad-b5ba-2179-0dbea35c3c3f-1c227139, #w-node-_48761546-46ad-b5ba-2179-0dbea35c3c44-1c227139, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206c9f-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206ca8-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cb8-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cbb-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206cd7-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206ce0-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206d0f-73958e27, #w-node-dd725dbf-dc4c-c353-8b08-ef3c3f206d18-73958e27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


