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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

.body {
  font-family: roc-grotesk, sans-serif;
}

.page-wrapper {
  background-color: #ededed;
}

.secton-hero {
  z-index: 9;
  position: relative;
}

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

.container.is-hero-container {
  height: 100%;
}

.container.is-rel {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.hero-background {
  min-height: 100vh;
  position: relative;
}

.hero-background.smaller-hero {
  height: 46.88em;
  min-height: 46.88em;
}

.hero-background-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.background-video {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.background-video.smaller {
  min-height: 46.88em;
}

.hero-content {
  padding-top: 9.38em;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.hero-content-flex {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-top {
  width: 100%;
}

.hero-title {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.32;
}

.span-strong {
  font-weight: 500;
}

.hero-bottom {
  grid-column-gap: 0em;
  grid-row-gap: 3.56em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hb-left {
  width: 50%;
}

.hb-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-text {
  color: #fff;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4;
}

.is-circle-button {
  color: #ededed;
  background-color: #5f4738;
  border-radius: 100%;
  flex: none;
  width: 9.88em;
  height: 9.88em;
  text-decoration: none;
  transition: all .3s;
}

.is-circle-button:hover {
  color: #5f4738;
  background-color: #ededed;
}

.is-circle-button.is-alt {
  color: #ededed;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #5f4738;
  background-clip: border-box;
}

.is-circle-button.is-alt:hover {
  color: #5f4738;
  background-color: #c8c1b9;
}

.is-circle-button.is-white {
  color: #5f4738;
  text-align: center;
  background-color: #f9f9f8;
}

.is-circle-button.is-white:hover {
  color: #f9f9f8;
  background-color: #5f4738;
}

.is-flex-div {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.is-flex-div.is-alt {
  text-align: center;
}

.is-btn-text {
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
}

.is-btn-text.bigger {
  text-align: center;
  font-size: .88em;
}

.code-embed {
  width: 1.63em;
  height: 1.63em;
}

.new-investment-info {
  background-color: #f9f9f8;
  width: 100%;
  display: flex;
}

.new-investment-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.75em;
  display: flex;
}

.code-embed-2 {
  width: 2.19em;
  height: .56em;
}

.inv-title {
  color: #5f4738;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.9;
}

.image {
  width: 2.19em;
}

.new-investment-status {
  background-color: #c8c1b9;
  justify-content: center;
  align-items: center;
  padding: 0 1.69em;
  display: flex;
}

.investment-box {
  background-color: #f9f9f8;
  display: flex;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.inv-img {
  width: 70%;
}

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

.inv-content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  margin-bottom: 1.06em;
  padding-right: 1.06em;
  display: flex;
}

.inv-name {
  color: #5f4738;
  text-transform: uppercase;
  background-color: #f9f9f8;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4;
  position: static;
  bottom: 0;
  left: 0;
}

.inv-content-inner {
  border-left: 1px solid #827a75;
  padding-left: .69em;
}

.inv-text {
  color: #5f4738;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.55;
}

.inv-div {
  grid-column-gap: 1.06em;
  grid-row-gap: 1.06em;
  flex-flow: column;
  width: 100%;
  padding-left: 3.56em;
  padding-right: 3.56em;
  display: flex;
}

.is-inv-price {
  font-size: 2em;
  font-weight: 700;
}

.div-full {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 1.2em;
  display: flex;
}

.section-fkg {
  padding-top: 7.38em;
  padding-bottom: 7.38em;
}

.fkg-flex {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  display: flex;
}

.fkg-item {
  color: #5f4738;
  width: 50%;
  transition: all .3s;
}

.fkg-item:hover {
  color: #fff;
}

.fkg-img {
  position: relative;
}

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

.fkg-content {
  background-color: #c8c1b9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.31em 2.13em;
  transition: all .3s;
  display: flex;
  position: absolute;
  bottom: 0;
}

.fkg-text {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4;
}

.code-embed-3 {
  width: 3.44em;
  height: 3.38em;
}

.esg-content {
  position: relative;
}

.background-video-2 {
  z-index: 9;
  height: 37.5em;
}

.esg-content-inner {
  z-index: 9;
  width: 100%;
  position: absolute;
  top: 4em;
}

.esg-content-inner.is-standard-cs {
  height: 100%;
  padding-top: 3.31em;
  padding-bottom: 1.81em;
  top: 0;
}

.esg-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.32;
}

.esg-slider {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: row;
  padding-left: 2em;
  display: flex;
}

.esg-slider.centered {
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.esg-slide-inner {
  background-color: #f9f9f8;
  border-radius: 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 15.25em;
  height: 15.25em;
  padding-top: 2.81em;
  padding-left: 1.56em;
  padding-right: 1.56em;
  display: flex;
}

.esg-slide-inner.is-color {
  background-color: #dedad5;
  justify-content: flex-start;
  align-items: center;
}

.esg-slide-inner.bigger {
  width: 17.69em;
  height: 17.69em;
}

.esg-slide-inner.bigger.flx {
  justify-content: center;
  align-items: center;
}

.esg-slide-icon {
  justify-content: center;
  align-items: flex-end;
  height: 3.75em;
  margin-bottom: 1.31em;
  display: flex;
}

.esg-slide-text {
  color: #5f4738;
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
}

.esg-nav-inner {
  justify-content: space-between;
  align-items: center;
  margin-top: 2.81em;
  display: flex;
}

.esg-left {
  width: 20%;
}

.esg-middle {
  width: 60%;
}

.esg-right {
  grid-column-gap: 2.19em;
  grid-row-gap: 2.19em;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.image-4 {
  width: 2.31em;
}

.esg-middle-nav-line {
  background-color: #dedad5;
  width: 100%;
  height: 1px;
  position: relative;
}

.esg-line {
  background-color: #827a75;
  width: 70%;
  height: 2px;
  position: absolute;
  left: 0;
}

.esg-container {
  z-index: 9;
  margin-top: -6.25em;
  position: relative;
}

.section-maesta {
  padding-top: 10.63em;
  padding-bottom: 5.88em;
}

.maesta-box {
  position: relative;
}

.maesta-box-left {
  background-color: #dedad5;
  width: 75%;
  padding: 1.88em 1.75em;
  overflow: visible;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.maesta-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #5f4738;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.maesta-content {
  width: 60%;
  margin-top: 0;
  padding-top: 7em;
  padding-bottom: 7em;
  padding-left: 3.2em;
}

.maesta-content.smaller {
  width: 50%;
  font-size: 1em;
}

.maesta-content.smaller.less {
  font-size: 1em;
}

.maesta-content.less {
  padding-top: 4em;
  padding-bottom: 4em;
}

.maesta-content.less.less-bottom {
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 1em;
}

.maesta-content.more {
  padding-top: 9em;
  padding-bottom: 9em;
}

.maesta-content-text {
  margin-top: 2.5em;
}

.maesta-main-text {
  color: #827a75;
  font-family: Inter, sans-serif;
  font-size: 1.13em;
  line-height: 1.5;
}

.span-font {
  color: #5f4738;
  font-weight: 700;
}

.maesta-main-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #5f4738;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.maesta-flex {
  display: flex;
}

.maesta-img {
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  max-height: 30.56em;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

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

.section-title {
  color: #5f4738;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.32;
}

.inwestycje-flex {
  grid-row-gap: 1em;
  flex-flow: wrap;
  margin-top: 2.56em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.sinwestycja {
  color: #dedad5;
  flex-flow: column;
  align-self: stretch;
  width: 49%;
  height: auto;
  margin-left: .5%;
  margin-right: .5%;
  text-decoration: none;
  display: flex;
}

.sinwestycja:hover {
  color: #5f4738;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.inwestycja-img {
  flex-flow: column;
  height: 26.25em;
  display: flex;
  position: relative;
}

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

.inv-tag {
  color: #827a75;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  background-color: #f4f4f4;
  padding: .31em .88em;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.5;
  transition: all .3s;
  position: absolute;
  top: 0;
  right: 0;
}

.inv-name-text {
  font-size: 1.5em;
}

.inv-tag-name {
  color: #5f4738;
  text-transform: uppercase;
  background-color: #f9f9f8;
  margin-top: 0;
  margin-bottom: 0;
  padding: .63em 1.75em;
  font-weight: 500;
  line-height: 1.4;
  transition: all .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.inv-details {
  background-color: #f9f9f8;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: .75em 1.31em 1.25em 1.75em;
  transition: all .3s;
  display: flex;
}

.inv-text-inside {
  color: #5f4738;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.7;
}

.code-embed-4 {
  width: 2.5em;
  height: 2.56em;
}

.inv-inner-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-centered {
  justify-content: center;
  align-items: center;
  margin-top: 2.56em;
  display: flex;
}

.section-wartosci {
  background-color: #c8c1b9;
  padding-top: 4.88em;
  padding-bottom: 4.88em;
}

.is-wartosci-slider {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: row;
  margin-top: 3.94em;
  display: flex;
}

.is-wartosci-slide {
  background-color: #dedad5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.06em 2.06em 2.25em;
  display: flex;
  position: relative;
}

.is-wartosci-img {
  border-radius: 100%;
  width: 15.25em;
  height: 15.25em;
  display: flex;
  overflow: hidden;
}

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

.is-wartosci-line {
  background-color: #827a75;
  width: 2.88em;
  height: 1px;
  margin-top: 2.69em;
  margin-bottom: 2.69em;
}

.is-wartosci-line.less {
  margin-bottom: 1.88em;
}

.is-wartosci-title {
  color: #5f4738;
  text-align: center;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.8;
}

.is-wartosci-title.left {
  text-align: left;
}

.is-wartosci-title.colored {
  color: #827a75;
}

.wartosci-normal {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.wartosci-hover {
  opacity: 0;
  background-color: #f9f9f8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.63em;
  padding-right: 1.63em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.is-single-wartosc-text {
  color: #5f4738;
  text-align: center;
  font-size: .88em;
  line-height: 1.5;
}

.section-dla-was {
  background-color: #c8c1b9;
  padding-top: 3em;
  padding-bottom: 3em;
}

.dla-was-box {
  background-color: #dedad5;
  width: 75%;
  margin-left: auto;
  padding: 1.88em 1.75em;
  overflow: visible;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.dla-was-box.white {
  background-color: #f9f9f8;
}

.dla-was-img {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  max-height: 30.56em;
  margin: auto auto auto 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0 auto 0 0;
  overflow: visible;
}

.dla-was-flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dla-was-main-text {
  color: #827a75;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.dla-was-main-text.is-esg {
  color: #5f4738;
  max-width: 25em;
}

.dla-was-main-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #5f4738;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.32;
  display: block;
}

.dla-was-main-title.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.dla-was-main-title.bigger {
  font-size: 3em;
}

.dla-was-main-title.bigger.isnormal {
  display: block;
}

.span-light {
  font-weight: 300;
}

.section-contact {
  background-color: #ededed;
  padding-top: 6.56em;
  padding-bottom: 6.56em;
}

.contact-box {
  display: flex;
}

.contactimg {
  width: 40%;
  position: relative;
}

.contactimg.full {
  width: 100%;
  max-height: 30.75em;
  overflow: hidden;
}

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

.image-8.max-height {
  max-height: 30.75em;
}

.contact-bg {
  grid-column-gap: 1.63em;
  grid-row-gap: 1.63em;
  background-image: linear-gradient(#0000 35%, #0000006b);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3.13em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-name {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4;
}

.image-9 {
  width: 2.25em;
  display: block;
}

.contact-details {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.contact-link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.5em;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

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

.contact-right {
  background-color: #f9f9f8;
  width: 60%;
  padding: 2.31em 4em 2.31em 4.4em;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.contact-title {
  color: #5f4738;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
}

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

.contact-title.is-left {
  text-align: left;
}

.contact-details-item {
  border-left: 1px solid #827a75;
  padding-left: .94em;
}

.contact-details-text {
  color: #827a75;
  text-align: left;
  font-size: 1em;
  line-height: 1.55;
}

.clink {
  color: #827a75;
  text-decoration: none;
  transition: all .3s;
}

.clink:hover {
  color: #5f4738;
}

.cdet {
  grid-column-gap: 2.94em;
  grid-row-gap: 2.94em;
  text-align: center;
  flex-flow: row;
  margin-top: 2.3em;
  margin-bottom: 2.5em;
  display: flex;
}

.cdet.is-for-footer {
  grid-column-gap: 1.38em;
  grid-row-gap: 1.38em;
  flex-flow: column;
  margin-top: .69em;
  margin-bottom: 0;
}

.error-msg {
  color: #1a1b1b;
}

.text_12px {
  color: #90996c;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
}

.text_12px.is--upper {
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 600;
}

.text_12px.is--upper.is--label {
  z-index: 3;
  color: #90996c;
  text-transform: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  position: absolute;
  inset: 1.3em auto auto 0%;
}

.text_12px.is--upper.is--label.is-normal {
  color: #5f4738;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  flex: none;
  align-self: center;
  font-size: .81em;
  line-height: 1.8;
  position: static;
}

.text_12px.is--upper.is--label.is-normal.is-area-label {
  align-self: flex-start;
  padding-top: 1em;
}

.text_12px.checkbox-zgoda {
  color: #5f4738;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .81em;
}

.text_12px.checkbox-zgoda.is-smaller {
  color: #5f4738;
  letter-spacing: 0;
  text-transform: none;
  max-width: 29em;
  font-family: Inter, sans-serif;
  font-size: .88em;
}

.checkbox_field {
  z-index: 7;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.checkbox_field.for-newsletter {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.44em;
}

.form_cb_flex {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2em;
  display: flex;
}

.button {
  grid-column-gap: .56em;
  grid-row-gap: .56em;
  color: #dedad5;
  letter-spacing: .84px;
  text-transform: uppercase;
  background-color: #5f4738;
  justify-content: center;
  align-items: center;
  min-width: 14em;
  padding: .88em 2em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.button:hover {
  color: #fff;
  background-color: #5f4738cc;
}

.button.is-transparent {
  color: #5f4738;
  background-color: #0000;
  border-bottom: 1px solid #5f4738;
  padding-left: 0;
  padding-right: 0;
}

.button.is-transparent:hover {
  opacity: .72;
}

.success_msg {
  color: #275655;
  background-color: #90d69c;
}

.checkbox {
  background-color: #0000;
  border: 1px solid #c8c1b9;
  border-radius: 100%;
  flex: none;
  width: 1.44em;
  height: 1.44em;
  margin-top: 0;
  margin-left: 0;
  margin-right: .69em;
}

.checkbox.w--redirected-checked {
  background-color: #c8c1b9;
  background-image: url('../images/Frame-50942.svg');
  background-position: 50%;
  background-size: cover;
  border-color: #90996c #90996c #c8c1b9;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  background-color: #0000;
  border-color: #90d69c;
}

.checkbox.white {
  border-color: #fff;
}

.checkbox.white.w--redirected-checked {
  background-image: url('../images/wht.svg');
}

.form_field_wrap {
  margin-bottom: .94em;
  position: relative;
}

.form_field_wrap.is-contact-form {
  border-bottom: 1px solid #827a75;
  width: 100%;
  display: flex;
}

.form_field_wrap.is-contact-form.is-rea {
  justify-content: flex-start;
  align-items: center;
}

.form_field_wrap.is-contact-form.ff50 {
  width: 49%;
}

.form {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.input_field {
  color: #fff;
  text-transform: none;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #90996c;
  height: auto;
  min-height: 4.1em;
  margin-bottom: 0;
  padding: .88em 0 .88em 5.3em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}

.input_field:focus {
  color: #5c664e;
  border-color: #0000 #0000 #5c664e;
}

.input_field::placeholder {
  color: #90996c;
}

.input_field.is-normal {
  color: #827a75;
  border-width: 0;
  border-color: #000;
  padding-left: .94em;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.input_field.is-normal::placeholder {
  color: #827a75;
}

.input_field.is-normal.is-textarea {
  height: 3.4em;
  min-height: 2em;
}

.text_13px {
  letter-spacing: 2.88px;
  text-transform: uppercase;
  line-height: 1.5;
  text-decoration: none;
}

.form_field_flex {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.check-with-info {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkmore {
  color: #5f4738;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.9;
}

.form-button-flex {
  grid-column-gap: 2.19em;
  grid-row-gap: 2.19em;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.cal-link {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cal-link-text {
  color: #5f4738;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.9;
}

.image-10 {
  width: 3.25em;
}

.newsletter-box {
  background-color: #c8c1b9;
  justify-content: space-between;
  padding: 3.13em 2.81em;
  display: flex;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.newsletter-col {
  width: 45%;
}

.newsletter-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.32;
}

.newsletter-text {
  color: #5f4738;
  margin-top: .7em;
  font-family: Inter, sans-serif;
  font-size: 1.13em;
  font-weight: 400;
  line-height: 1.5;
}

.is-newsletter-div {
  display: flex;
}

.text-field {
  color: #827a75;
  align-self: stretch;
  height: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.submit-button {
  height: 2.81em;
}

.footer {
  background-color: #ededed;
  background-image: url('../images/Union.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 5.94em;
}

.footer-flex {
  justify-content: space-between;
  display: flex;
}

.footer-col {
  width: 24%;
}

.footer-col._1 {
  width: 33%;
  padding-right: 3em;
}

.image-11 {
  width: 13.56em;
}

.footer-text {
  color: #827a75;
  margin-top: 3.44em;
  font-family: Inter, sans-serif;
  font-size: .75em;
  line-height: 1.5;
}

.footer-title {
  color: #5f4738;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.9;
}

.footer-menu {
  grid-column-gap: .13em;
  grid-row-gap: .13em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .69em;
  margin-bottom: 0;
  display: flex;
}

.footer-menu.is-for-footer {
  grid-column-gap: 1.38em;
  grid-row-gap: 1.38em;
  flex-flow: column;
  margin-top: .69em;
  margin-bottom: 0;
}

.footer-menu-link {
  color: #827a75;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

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

.footer-copy {
  justify-content: space-between;
  margin-top: 4.31em;
  padding-top: .94em;
  padding-bottom: .94em;
  display: flex;
}

.footer-copy-text {
  color: #827a75;
  font-family: Inter, sans-serif;
  font-size: .75em;
  line-height: 1.5;
}

.footer-copy-text.is-link {
  text-decoration: none;
}

.footer-copy-text.is-link:hover {
  color: #5f4738;
}

.hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.hero-img.smaller-hero {
  height: 46.88em;
  min-height: 46.88em;
}

.section-cta {
  z-index: 9;
  margin-top: -5.3em;
  position: relative;
}

.cta-box {
  background-color: #dedad5;
  justify-content: space-between;
  align-items: center;
  padding: 2.69em;
  display: flex;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.cta-box.standard-box {
  background-color: #f9f9f8;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.cta-box.more-space {
  padding-top: 4em;
  padding-bottom: 4em;
}

.cta-left {
  width: 55%;
}

.cta-left.is-full {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-title {
  color: #5f4738;
  text-transform: uppercase;
  font-family: roc-grotesk, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.3;
}

.cta-right {
  grid-column-gap: 2.19em;
  grid-row-gap: 2.19em;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.cta-text {
  color: #5f4738;
  font-size: 1.13em;
  line-height: 1.5;
}

.section-zj {
  background-color: #ededed;
  padding-top: 9.38em;
  padding-bottom: 7em;
}

.section-zj.less {
  padding-top: 7em;
}

.is-bigger {
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 500;
}

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

.contact-icons {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cicon {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.31em;
  display: flex;
}

.ci-title {
  color: #5f4738;
  text-align: center;
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.45;
}

.ic-line {
  background-color: #827a75;
  width: 2.88em;
  height: 1px;
  margin-top: 1.31em;
  margin-bottom: 1.31em;
}

.ci-text {
  color: #5f4738;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: .81em;
  font-weight: 600;
  line-height: 1.5;
}

.ci-text.is-link {
  text-decoration: none;
}

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

.section-zglos {
  padding-bottom: 7em;
}

.ct-center {
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.56em;
  display: flex;
}

.zglos-btn {
  justify-content: center;
  align-items: center;
  margin-top: 1.38em;
  display: flex;
}

.waz-top {
  margin-top: 2.81em;
}

.section-programy {
  background-color: #c8c1b9;
  padding-top: 6.06em;
  padding-bottom: 6.06em;
}

.programy-top-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pleft {
  width: 45%;
}

.pright {
  width: 35%;
}

.pright-text {
  color: #5f4738;
  font-family: Inter, sans-serif;
  font-size: 1.13em;
  line-height: 1.5;
}

.programy-flex {
  margin-top: 4.06em;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.programy-s-item {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}

.pitem-img {
  aspect-ratio: 1;
}

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

.image-12.is-video {
  z-index: 9;
  height: 100%;
}

.pcontent-bottom {
  margin-top: 2.06em;
}

.is-program-line {
  background-color: #827a75;
  width: 2.88em;
  height: 1px;
  margin: .88em auto;
}

.program-desc {
  color: #5f4738;
  text-align: center;
  font-size: 1.13em;
  font-weight: 400;
  line-height: 1.5;
}

.program-extra-info {
  color: #5f4738;
  text-align: center;
  letter-spacing: .56px;
  margin-top: 1.7em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
}

.cs-button-contact {
  justify-content: center;
  align-items: flex-start;
  margin-top: .75em;
  display: flex;
}

.section-co-wprojekcie {
  padding-top: 6.06em;
  padding-bottom: 6.06em;
}

.co-w-pakiecie-flex {
  grid-row-gap: 4.88em;
  flex-flow: wrap;
  margin-top: 4.88em;
  display: flex;
}

.co-pakiet-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.s-pakiet-text {
  color: #5f4738;
  text-align: center;
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.45;
}

.is-co-line {
  background-color: #827a75;
  width: 2.88em;
  height: 1px;
  margin: 1.31em auto;
}

.section-indywidualny {
  background-color: #ededed;
  padding-top: 4.06em;
  padding-bottom: 4.06em;
}

.indywidualny-flex {
  background-color: #dedad5;
  display: flex;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.ind-col {
  width: 50%;
}

.ind-col.with-content {
  padding: 4.69em 1.88em 4.69em 4.69em;
}

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

.indywidualny-text {
  color: #5f4738;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.ind-max-width {
  max-width: 31.75em;
  margin-top: 2.56em;
  margin-bottom: 2.56em;
}

.ind-btns {
  grid-column-gap: 2.56em;
  grid-row-gap: 2.56em;
  display: flex;
}

.ind-btns.top-space {
  margin-top: 3.13em;
}

.section-dlaczego {
  padding-top: 4.38em;
  padding-bottom: 4.38em;
}

.dlaczego-box {
  background-color: #f9f9f8;
  flex-flow: wrap;
  max-width: 67.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 4.5em 7.81em 4.5em 3.75em;
  display: flex;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.dl-left {
  grid-column-gap: 1.63em;
  grid-row-gap: 1.63em;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.dl-right {
  width: 70%;
}

.dl-item {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dl-item.is-fl {
  justify-content: flex-start;
  align-items: flex-start;
}

.dl-item-icon {
  flex: none;
  width: 4.88em;
}

.dl-text {
  color: #5f4738;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.89;
}

.dl-item-line {
  background-color: #827a75;
  width: 2px;
  height: 4.1em;
  margin-top: .94em;
  margin-bottom: .94em;
  margin-left: 2.38em;
}

.dl-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5em;
  display: flex;
}

.section-co-potrafimy {
  padding-top: 6.06em;
  padding-bottom: 6.06em;
}

.potrafimy-flex {
  flex-flow: wrap;
  margin-top: 4.38em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.potrafimy-item {
  width: 49%;
  margin: .5%;
}

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

.pytania-box {
  background-color: #dedad5;
  margin-bottom: 4em;
  display: flex;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.pytania-left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  padding: 1.56em 2.56em 1.56em 3.62em;
  display: flex;
}

.pytania-right {
  width: 40%;
}

.pytania-btn {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.cpytania-detaisl {
  border-left: 1px solid #827a75;
  margin-top: 2.5em;
  padding-left: .94em;
}

.cs-tresci-info {
  margin-top: 0;
  padding-bottom: 3.75em;
}

.tresci-info-text {
  color: #5f4738;
  text-align: center;
  font-size: .88em;
  line-height: 1.5;
}

.section-zielone {
  padding-bottom: 7.5em;
}

.zielone-flex {
  flex-flow: wrap;
  margin-top: 4.56em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.is-esg-item {
  background-color: #c8c1b9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  margin: .5%;
  padding: 2.06em 2.06em 2.25em;
  display: flex;
  position: relative;
}

.is-esg-item-title {
  color: #5f4738;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.13em;
  font-weight: 400;
  line-height: 1.5;
}

.osiedle-flex-items {
  grid-row-gap: 4.88em;
  flex-flow: wrap;
  margin-top: 5.38em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.os-item {
  width: 49%;
  margin: .5%;
}

.os-item-img {
  box-shadow: 0 24px 48px -12px #0003;
}

.os-item-img.is-max-width-img {
  width: 29.94em;
  margin-left: auto;
}

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

.os-item-content {
  margin-top: 2.5em;
}

.os-item-title {
  color: #5f4738;
  text-align: center;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.5;
}

.os-item-title.is-left {
  text-align: left;
}

.section-nzs {
  background-color: #ededed;
  padding-top: 3.44em;
  padding-bottom: 7.5em;
}

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

.section-cs-cta {
  background-color: #c8c1b9;
  margin-bottom: 9.63em;
  overflow: hidden;
}

.cs-cta-flex {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cs-cta-col {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
}

.cs-cta-col.with-bg {
  background-image: url('../images/Union_1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-div-inner {
  max-width: 29em;
  margin-left: 8em;
  padding-top: 4.81em;
  padding-bottom: 4.81em;
}

.section-zamieszkaj {
  margin-top: 7.31em;
}

.zamieszkaj-img {
  object-fit: cover;
  width: 100%;
  height: 37.81em;
}

.is-zamieszkaj-line {
  z-index: 9;
  background-color: #827a75;
  flex: none;
  width: 2.88em;
  height: 1px;
  margin-top: .94em;
  margin-bottom: .94em;
  position: relative;
}

.is-zamieszkaj-line.less {
  margin-bottom: 1.88em;
}

.zam-title {
  color: #5f4738;
  text-align: center;
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
}

.section-kontrola {
  background-color: #c8c1b9;
  margin-top: 3.88em;
  padding-top: 6.06em;
  padding-bottom: 6.06em;
}

.kontrola-item {
  width: 32.3%;
  margin: .5%;
}

.is-kontrola-list {
  color: #5f4738;
  margin-top: .88em;
  font-family: Inter, sans-serif;
  font-size: 1.13em;
  line-height: 1.5;
}

.is-kontrola-list ul {
  padding-left: 20px;
}

.section-jak-zglosic {
  padding-top: 4.38em;
  padding-bottom: 4.38em;
}

.jak-box {
  background-color: #dedad5;
  flex-flow: wrap;
  max-width: 67.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 4.5em 7.81em 4.5em 3.75em;
  display: flex;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.dl-text-text {
  color: #5f4738;
  margin-top: 1.1em;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

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

.inspiracje-flex {
  margin-top: 3.5em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.sinspiracja {
  width: 31.33%;
  margin-left: .5%;
  margin-right: .5%;
}

.inspiracja-img {
  height: 20.88em;
  position: relative;
}

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

.inspiracja-content {
  background-color: #fff;
  padding: 1.31em 3.75em 3.56em 1.81em;
}

.ins-text {
  color: #5f4738;
  border-left: 1px solid #827a75;
  padding-left: .5em;
  font-family: Inter, sans-serif;
  font-size: .88em;
  line-height: 1.5;
}

.insp-title {
  color: #5f4738;
  letter-spacing: .48px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
}

.insp-title-wrap {
  background-color: #fff;
  padding: .5em 1.88em;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.cta-col-bigger {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 3.31em;
  display: flex;
}

.cta-col-bigger.with-bg {
  background-image: url('../images/Union_1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-text-custom {
  margin-top: 1.88em;
}

.cta-text-content {
  color: #5f4738;
  font-family: Inter, sans-serif;
  font-size: 1.13em;
  line-height: 1.5;
}

.cta-col-smaller {
  background-color: #dedad5;
  width: 30%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cta-col-smaller.with-bg {
  background-image: url('../images/Union_1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-smaller-inner {
  justify-content: center;
  align-items: center;
  max-width: 29em;
  margin-left: 0;
  padding-top: 4.81em;
  padding-bottom: 4.81em;
  display: flex;
}

.cta-cs-button {
  color: #5f4738;
  text-decoration: none;
  transition: all .3s;
}

.cta-cs-button:hover {
  color: #f9f9f8;
}

.section-jakie-grunty {
  margin-top: 0;
  padding-bottom: 3em;
}

.sec-dlaczego-warto {
  padding-top: 2em;
  padding-bottom: 5.88em;
}

.is-dlaczego-text {
  color: #827a75;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.74;
}

.is-dlaczego-text ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.is-dlaczego-text strong, .is-dlaczego-text.colored {
  color: #5f4738;
}

.sec-ustawa {
  padding-top: 2em;
  padding-bottom: 2em;
}

.section-onas-details {
  background-color: #c8c1b9;
  margin-top: 1.88em;
  padding-top: 6.06em;
  padding-bottom: 6.06em;
}

.onas-flex-sec {
  display: flex;
}

.onas-flex-sec._2 {
  margin-top: 5.5em;
  margin-bottom: 5.5em;
}

.onas-flex-col1 {
  width: 40%;
  margin-top: -9em;
}

.onas-flex-col1.is-text {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  padding-bottom: 5em;
  padding-left: 4.63em;
  display: flex;
}

.on-text {
  margin-top: 3.25em;
  padding-right: 5.63em;
}

.onas-flex-col2 {
  width: 60%;
  padding-left: 4.38em;
}

.onas-flex-col2.no-left {
  padding-left: 0;
}

.onas-item-text {
  margin-top: 2.5em;
}

.div-with-space {
  margin-top: 1.19em;
}

.section-cs-standard {
  padding-top: 6.63em;
  padding-bottom: 3.13em;
}

.section-cs-standard.is-sub-item {
  padding-top: 3em;
}

.is-standard-img {
  width: 100%;
}

.standard-img-bg {
  mix-blend-mode: multiply;
  display: block;
  position: absolute;
  inset: 0%;
}

.standard-items {
  margin-top: -6.25em;
  position: relative;
}

.standard-items-box {
  grid-row-gap: 3.75em;
  background-color: #f9f9f8;
  flex-flow: wrap;
  margin-left: -1.1%;
  margin-right: -1.1%;
  padding: 3.5em 2.31em;
  display: flex;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.standard-items-box.less-space {
  grid-row-gap: .94em;
}

.standard-item-content {
  grid-column-gap: 2.31em;
  grid-row-gap: 2.31em;
  width: 31%;
  margin-bottom: 0;
  margin-left: 1.1%;
  margin-right: 1.1%;
  display: flex;
}

.standard-item-content.centered {
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
}

.st-icon {
  flex: none;
}

.st-icon.is-teren-st {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  display: flex;
}

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

.image-17.is-teren-icon {
  width: 3.75em;
  height: 3.75em;
}

.st-content.is-teren-content {
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  display: flex;
}

.st-title {
  color: #5f4738;
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
}

.st-title.white {
  color: #fff;
}

.st-line {
  background-color: #827a75;
  width: 2.88em;
  height: 1px;
  margin-top: .94em;
  margin-bottom: .94em;
}

.st-text {
  color: #5f4738;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.section-standard-title {
  margin-bottom: 4.38em;
}

.sec-standard-title {
  color: #5f4738;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4;
}

.is-standard-teren-item {
  grid-column-gap: 2.31em;
  grid-row-gap: 2.31em;
  border-bottom: 1px solid #c8c1b9;
  width: 48%;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: .75em;
  padding-bottom: .75em;
  display: flex;
}

.is-standard-teren-item.centered {
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
}

.section-special-info {
  padding-top: 1.25em;
  padding-bottom: 5em;
}

.special-info-wrapp {
  border-top: 1px solid #c8c1b9;
  padding-top: 3.56em;
}

.special-info-text {
  color: #5f4738;
  text-align: center;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: .88em;
  line-height: 1.5;
}

.section-inv-info {
  padding-top: 4.88em;
  padding-bottom: 4.88em;
}

.isspec-g-hlink {
  color: #5f4738;
  margin-top: 0;
  text-decoration: none;
  transition: all .3s;
  position: absolute;
  bottom: 2em;
}

.isspec-g-hlink:hover {
  opacity: .7;
}

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

.s-link-text {
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: .75em;
  line-height: 1.45;
}

.code-embed-5 {
  width: .88em;
  height: .88em;
  margin-top: -3px;
}

.inv-address {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.44em;
  margin-bottom: 1.44em;
  display: flex;
}

.is-inv-address {
  color: #5f4738;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.89;
}

.image-18 {
  margin-top: .6em;
}

.liczby-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.liczba-big {
  color: #5f4738;
  text-transform: uppercase;
  font-size: 4.38em;
  font-weight: 500;
  line-height: 1.32;
}

.liczba-big.colored {
  color: #827a75;
}

.liczba-big.smaller {
  font-size: 2em;
  line-height: 1.3;
}

.liczba-big.less {
  margin-top: -20px;
  line-height: 1.3;
}

.smaller-liczba {
  font-size: .4em;
}

.liczba-circle-item {
  border: 1px solid #c8c1b9;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14.37em;
  height: 14.37em;
  display: flex;
}

.code-embed-6 {
  width: 100%;
}

.section-inwestycja-ikony {
  padding-bottom: 6em;
}

.ik-flex {
  justify-content: space-between;
  display: flex;
}

.ic-s-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16%;
  display: flex;
}

.section-inv-gallery {
  background-color: #c8c1b9;
  margin-top: 6.25em;
  padding-top: 4.88em;
  padding-bottom: 4.88em;
}

.gal-tabs {
  margin-top: -37px;
}

.gal-tab-nav {
  color: #5f4738;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  padding: .31em 0;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.9;
  transition: all .3s;
}

.gal-tab-nav.w--current {
  background-color: #0000;
  border-bottom-color: #5f4738;
}

.tabs-menu {
  grid-column-gap: 4.31em;
  grid-row-gap: 4.31em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.galeria-mid-slick {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gal-mid-item {
  width: 25%;
}

.gal-mid-item.current {
  width: 50%;
}

.image-19 {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
}

.tabs-content {
  margin-top: 2.7em;
}

.section-plany-mieszkania {
  padding-top: 4.81em;
  padding-bottom: 4.81em;
}

.section-plany-mieszkania.less-bottom {
  padding-bottom: 2em;
}

.plan-flex {
  display: flex;
}

.plan-flex-col {
  width: 50%;
}

.plan-flex-col.with-padding {
  padding-left: 3.75em;
  padding-right: 3.75em;
}

.plan-m-item {
  border-bottom: 1px solid #c8c1b9;
  justify-content: space-between;
  align-items: center;
  padding-top: .44em;
  padding-bottom: .44em;
  display: flex;
}

.plan-m-title {
  color: #5f4738;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.89;
}

.plan-m-value {
  color: #5f4738;
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.plan-m-value.is-lighter {
  font-weight: 400;
}

.plan-tabs {
  margin-top: 1.75em;
}

.tabs-menu-2 {
  grid-column-gap: 4.31em;
  grid-row-gap: 4.31em;
  display: flex;
}

.plan-tab-inner {
  padding-top: 3.44em;
  padding-bottom: 3.44em;
  display: flex;
  position: relative;
}

.plan-tab-col {
  width: 50%;
  position: relative;
}

.plan-tab-col.with-pdding {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 3.75em;
  padding-right: 3.75em;
  display: flex;
}

.image-20 {
  width: 100%;
}

.tabs-content-2 {
  margin-top: 1.25em;
  overflow: visible;
}

.plan-tab-items {
  width: 100%;
  margin-bottom: 2.5em;
}

.plan-tab-items.last {
  margin-bottom: 0;
}

.plan-tab-bg {
  background-color: #dedad5;
  width: 85%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.tab-pane-tab-1 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-wybierz-dm {
  background-color: #f9f9f8;
  padding-top: 4.94em;
  padding-bottom: 4.94em;
}

.sec-mapowanie-wybor {
  margin-top: 3.56em;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.image-21 {
  width: 100%;
}

.section-kupno {
  background-color: #c8c1b9;
  padding-top: 4.88em;
  padding-bottom: 4.88em;
}

.kupno-subtitle {
  color: #5f4738;
  text-align: center;
  letter-spacing: .72px;
  text-transform: uppercase;
  margin-top: 1em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.45;
}

.is-slide-number {
  color: #827a75;
  letter-spacing: .48px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  top: 1.19em;
  right: 1.19em;
}

.section-inwestycja-cta {
  padding-top: 7.12em;
  padding-bottom: 7.12em;
}

.inwestycja-cta-box {
  background-color: #f9f9f8;
  display: flex;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.inv-cta-col {
  width: 50%;
  position: relative;
}

.inv-cta-col.is-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-23 {
  width: 26.06em;
  position: absolute;
  bottom: 0;
  right: 0;
}

.inv-cta-inner {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inv-cta-title {
  color: #5f4738;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.32;
}

.section-etapy-budowy {
  padding-top: 2.75em;
  padding-bottom: 2.75em;
}

.etapy-flex {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  margin-top: 2.5em;
  display: flex;
}

.etapy-col {
  width: 20%;
}

.etap-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.etap-text {
  color: #5f4738;
  text-align: center;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.7;
}

.etap-circle {
  border: 3px solid #c8c1b9;
  border-radius: 100%;
  width: 1.88em;
  height: 1.88em;
  margin-top: .63em;
}

.etap-circle.is-finished {
  background-image: url('../images/Frame-51056.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #5f4738;
}

.etap-bottom {
  background-color: #dedad5;
  margin-top: .75em;
  margin-left: .5em;
  margin-right: .5em;
  padding: 1.25em;
  box-shadow: 0 32px 65px -12px #c8c1b96e;
}

.etap-status {
  grid-column-gap: 3.44em;
  grid-row-gap: 3.44em;
  color: #dedad5;
  background-color: #5f4738;
  border: 1px solid #5f4738;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .25em .44em;
  display: flex;
}

.etap-status.is-pending {
  color: #5f4738;
  background-color: #0000;
}

.etap-status-text {
  font-family: Inter, sans-serif;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

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

.etap-content {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  padding-top: .94em;
  display: flex;
}

.etap-content-item {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-25 {
  width: .81em;
  height: .81em;
  margin-top: .13em;
}

.etap-content-text {
  color: #5f4738;
  font-family: Inter, sans-serif;
  font-size: .75em;
  line-height: 1.5;
}

.etap-with-lines {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.etap-line {
  background-color: #c8c1b9;
  flex: 1;
  width: 100%;
  height: 2px;
  margin-top: .6em;
}

.etap-line.hidden {
  opacity: 0;
}

.etap-line.is-finished {
  background-color: #5f4738;
}

.section-dziennik {
  padding-top: 2.94em;
  padding-bottom: 2.94em;
}

.dziennik-budowy-flex {
  background-color: #dedad5;
  flex-flow: column;
  max-width: 67.5em;
  margin-top: 3.06em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.69em;
  padding-left: 6.25em;
  padding-right: 6.25em;
  display: flex;
  position: relative;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.dziennik-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  padding-bottom: 0;
  display: flex;
}

.dziennik-img {
  width: 45%;
  margin-bottom: 6.25em;
  box-shadow: 0 32px 64px -12px #0000002e;
}

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

.dziennik-lines {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dziennik-line {
  background-color: #827a75;
  flex: 1;
  width: 2px;
  height: auto;
  margin-top: .6em;
  margin-left: auto;
  margin-right: auto;
}

.dziennik-line.hidden {
  opacity: 0;
}

.dziennik-line.is-finished {
  background-color: #5f4738;
}

.dziennik-content {
  width: 45%;
}

.dziennik-data {
  color: #827a75;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.8;
}

.dziennik-tytul {
  color: #5f4738;
  letter-spacing: .48px;
  text-transform: uppercase;
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
}

.dzinnik-content-text {
  color: #5f4738;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.dziennik-bg {
  background-image: linear-gradient(#dedad500, #dedad5);
  width: 100%;
  height: 16em;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-tabela-mieszkan {
  margin-top: 5.44em;
}

.button_icon {
  width: 1em;
}

.apartment_filters_reset_link {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  color: #43413f;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: .88em;
  text-decoration: none;
  display: flex;
}

.apartment_filters_input_wrap {
  position: relative;
}

.apartment_checkboxes_grid {
  grid-column-gap: .69em;
  grid-row-gap: .69em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.button-2 {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  color: #fbf9f7;
  text-align: center;
  background-color: #8e7949;
  justify-content: center;
  align-items: center;
  padding: .84em 1.75em;
  line-height: 1.35;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.button-2:hover {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  background-color: #bda46e;
}

.apartment_filter_input_arrow {
  color: #5f4738;
  width: .8em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .9em;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text_16px {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5;
}

.text_16px.is-alt {
  color: #5f4738;
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
}

.apartment_filter_select_field {
  color: #43413f;
  background-color: #f3f3f300;
  border: 1px solid #c8c1b9;
  height: auto;
  margin-bottom: 0;
  padding: .88em .81em .94em;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
  transition: color .3s;
}

.apartment_filter_select_field:focus {
  border-color: #373a3b;
}

.apartment_filters_last_column {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.apartments_filters_grid {
  grid-column-gap: 5.5em;
  grid-row-gap: 5.5em;
  border-bottom: 1px solid #c8c1b9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr 1.2fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2.19em;
  display: flex;
}

.cross_icon {
  flex: none;
  width: 1em;
}

.apartments_filters_inner_grid {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.apartments_rooms_link {
  color: #5f4738;
  text-align: center;
  border: 1px solid #827a75;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.13em;
  height: 3.13em;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.apartments_rooms_link:hover {
  color: #fbf9f7;
  background-color: #5f4738;
  border-color: #8e7949 #8e7949 #5f4738;
}

.apartments_rooms_link.is--active {
  color: #fbf9f7;
  background-color: #5f4738;
  border-color: #5f4738;
}

.apartment_filters_column {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.apartment_filters_column.is-flex-alt {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
}

.checkbox-2 {
  border: 1px solid #c8c1b9;
  border-radius: 100%;
  width: 1.44em;
  height: 1.44em;
  margin-top: 0;
}

.checkbox-2.w--redirected-checked {
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: cover;
  border-color: #c8c1b9;
}

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

.checkbox-label {
  color: #43413f;
  margin-left: .38em;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.se_results_tag_wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.88em;
  padding-bottom: 2em;
  font-weight: 500;
}

.text_20px {
  color: #43413f;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

.se_sort_link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #5f4738;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: .88em;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.se_sort_link:hover {
  opacity: .7;
}

.text_14px {
  font-size: .88em;
  line-height: 1.5;
}

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

.se_sort_link_icon {
  width: .6em;
}

.se_item_column {
  color: #43413f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: .63em;
  padding-right: .63em;
  font-weight: 500;
  display: flex;
}

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

.se_status_wrap.is-right {
  color: #5f4738;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}

.text_18px {
  font-size: 1.13em;
  line-height: 1.5;
}

.se_list {
  flex-flow: column;
  margin-bottom: 2em;
  margin-left: -1.25em;
  margin-right: -1.25em;
  display: flex;
  position: relative;
}

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

.se_item {
  border-bottom: 1px solid #dedad5;
  flex-flow: column;
  justify-content: center;
  min-height: 4.88em;
  padding: 1.13em 1.25em;
  transition: color .3s, background-color .3s;
  display: flex;
}

.se_item:hover {
  background-color: #ededed;
}

.se_item.is--alt {
  background-color: #e1dfdb;
}

.se_item.is--alt:hover {
  background-color: #cbc2b9;
}

.se_item.is_sold {
  opacity: .5;
}

.se_item_button {
  border: 1px solid #999793;
  border-radius: 50em;
  padding: .44em 1.06em;
  text-decoration: none;
}

.text_16px-2 {
  font-family: Inter, sans-serif;
  font-size: .88em;
  font-weight: 400;
  line-height: 1.5;
}

.text_16px-2.bigger {
  font-size: 1.13em;
}

.se_status_circle {
  background-color: #87d358;
  border-radius: 50em;
  flex: none;
  width: .38em;
  height: .38em;
}

.se_status_circle.is--red {
  background-color: #d37558;
}

.se_status_circle.is--orange {
  background-color: #d3aa58;
}

.is-price {
  color: #5f4738;
  letter-spacing: .72px;
  text-transform: uppercase;
  background-color: #dedad5;
  border-radius: 4px;
  padding: .19em;
  font-size: .75em;
  line-height: 1.4;
}

.se_link {
  color: #5f4738;
  border-bottom: 1px solid #5f4738;
  padding-top: .31em;
  padding-bottom: .31em;
  text-decoration: none;
  transition: all .3s;
}

.se_link:hover {
  opacity: .66;
}

.se_link_text {
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: .75em;
  line-height: 1.45;
}

.se-link-flex {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-27 {
  margin-top: -2px;
}

.price-info {
  color: #5f4738;
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: .88em;
  line-height: 1.5;
}

.se-list-more {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.06em;
  display: flex;
}

.section-inne {
  padding-top: 5.13em;
  padding-bottom: 3em;
}

.sec-inne-flex-top {
  display: flex;
}

.sec-inne33 {
  width: 33.33%;
  display: block;
}

.sec-inne33.is-flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.inne-filter {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.inne-filter.is-flex-alt {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
}

.inne-lokale-flex {
  grid-column-gap: 1.5%;
  grid-row-gap: 1.5%;
  margin-top: 4.06em;
  display: flex;
}

.inny-lokal-item {
  background-color: #fff;
  width: 32.33%;
  text-decoration: none;
  transition: all .3s;
}

.inny-lokal-item:hover {
  background-color: #dedad5;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.inny-img {
  height: 14.69em;
}

.image-28 {
  mix-blend-mode: multiply;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inny-details {
  padding: .75em 2.25em 2em;
  position: relative;
}

.inny-nazwa {
  color: #5f4738;
  letter-spacing: .47px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
}

.inny-content-details {
  border-left: 1px solid #827a75;
  margin-top: 1.25em;
  padding-left: .69em;
}

.icd-text {
  color: #5f4738;
  font-size: 1em;
  line-height: 1.55;
}

.image-29 {
  width: 2.5em;
  position: absolute;
  bottom: 1.56em;
  right: 1.56em;
}

.section-mieszkanie-details {
  padding-top: 5em;
  padding-bottom: 5.63em;
}

.mieszkanie-details-flex {
  display: flex;
}

.mcol {
  width: 50%;
}

.mcol.is-details {
  padding-left: 6.88em;
}

.mcol-bx {
  background-color: #f9f9f8;
  padding: 3.62em 2.69em 2.81em;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.mc-nme {
  color: #c8c1b9;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4;
}

.mc-item {
  margin-top: 2.06em;
}

.mc-value {
  color: #5f4738;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.32;
}

.smaller {
  font-size: .6em;
}

.mc-subtitle {
  color: #5f4738;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.89;
}

.mc-icons {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  justify-content: space-between;
  margin-top: 2.38em;
  display: flex;
}

.mc-icon {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-30 {
  width: 5.38em;
}

.mc-icon-text {
  color: #5f4738;
  text-align: center;
  font-size: .88em;
  line-height: 1.5;
}

.mieszkanie-status {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: .5em .31em;
  display: flex;
}

.mieszkanie-cena-info {
  border-bottom: 1px solid #c8c1b9;
  margin-top: .63em;
  margin-bottom: .63em;
  padding-top: .63em;
  padding-bottom: .63em;
}

.mieszkanie-cena {
  color: #5f4738;
  text-align: right;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
}

.najnizsza-cena-mieszkanie {
  color: #827a75;
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: .88em;
  line-height: 1.5;
}

.mieszkanie-item-details {
  border-bottom: 1px solid #c8c1b9;
  margin-bottom: .63em;
  padding-top: .63em;
  padding-bottom: .63em;
  display: flex;
}

.m-item-col {
  grid-column-gap: .44em;
  grid-row-gap: .44em;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.m-item-col.is-right {
  justify-content: center;
  align-items: flex-end;
}

.mitem-name {
  color: #827a75;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.89;
}

.mitem-link {
  color: #5f4738;
  text-decoration: none;
  transition: all .3s;
}

.mitem-link:hover {
  color: #827a75;
}

.mitem-link-flex {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
}

.text-block.bigger {
  font-family: Inter, sans-serif;
  font-size: 1.13em;
  font-weight: 400;
}

.code-embed-7 {
  flex-flow: column;
  width: 1.5em;
  height: 1.19em;
  margin-top: -1px;
}

.spec-price-info {
  color: #5f4738;
  margin-top: 1.38em;
  font-size: .88em;
  line-height: 1.5;
}

.oferta-cs-text {
  padding-top: 8.19em;
}

.of-cs-text-content {
  color: #5f4738;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.popup-form {
  z-index: 99;
  background-color: #c8c1b9c2;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-inner {
  background-color: #f9f9f8;
  max-width: 38.13em;
  padding: 2.19em;
  position: relative;
  box-shadow: 0 32px 64px -12px #c8c1b96e;
}

.popup-title {
  color: #5f4738;
  letter-spacing: .48px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
}

.popup-list {
  color: #827a75;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-top: .63em;
  margin-bottom: 1.25em;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.7;
}

.popup-list ul {
  padding-left: 20px;
}

.is-popup-close {
  position: absolute;
  top: 2.19em;
  right: 2.19em;
}

.image-31 {
  width: 4.25em;
}

.popup-thankyou {
  z-index: 99;
  background-color: #dedad5d9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-thankyou-inner {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  background-color: #dedad5;
  background-image: url('../images/trtr.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 25em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 34em;
  max-width: 38.13em;
  padding-top: 9.38em;
  padding-bottom: 9.38em;
  display: flex;
  position: relative;
}

.thank-you-title {
  color: #5f4738;
  text-align: center;
  letter-spacing: .48px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
}

.navbar {
  background-color: #0000;
  width: 100%;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
}

.image-32 {
  width: 11.25em;
}

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

.nav-inner-flex {
  grid-column-gap: 2.13em;
  grid-row-gap: 2.13em;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav-item-link {
  color: #fff;
  padding: .63em 0;
  font-family: Inter, sans-serif;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
  transition: all .3s;
}

.nav-btn {
  color: #fff;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding: .63em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-btn:hover {
  color: #5f4738;
  background-color: #fff;
}

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

.nav-btn-text {
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3;
}

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

.nav-dropdown {
  color: #fff;
}

.dropdown-toggle {
  padding: .63em 0;
}

.drop-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: .88em;
}

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

.code-embed-9 {
  color: #fff;
}

.drop-item {
  color: #5f4738;
  letter-spacing: .72px;
  text-transform: uppercase;
  background-color: #ededed;
  background-image: url('../images/Vector-3.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 1px;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
  transition: all .3s;
}

.drop-item:hover {
  background-color: #c8c1b9;
}

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

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

.section-inwestycje-all {
  padding-top: 3.13em;
  padding-bottom: 6.25em;
}

.grunty-slider {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: row;
  padding-left: 2em;
  display: flex;
}

.grunty-slider.centered {
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.iframe-foto {
  aspect-ratio: 2;
  margin-top: 3.06em;
  position: relative;
}

.prices-history-wrapper {
  margin-top: 1em;
}

.heading-3 {
  color: #827a75;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.history-top {
  border-bottom: 1px solid #efefef;
  padding-bottom: .31em;
  display: flex;
}

.story-top-info {
  flex: 1;
}

.top-history-text {
  color: #827a75;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.history-element {
  border-bottom: 1px solid #c8c1b9;
  padding-top: .31em;
  padding-bottom: .31em;
  display: flex;
}

.price-info-2 {
  color: #827a75;
  font-family: Inter, sans-serif;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.per-sqm {
  color: #827a75;
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .hero-title {
    line-height: 1.2;
  }

  .investment-box {
    flex-flow: wrap;
  }

  .inv-img {
    width: 100%;
  }

  .inv-content {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
  }

  .inv-div {
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .fkg-item {
    width: 100%;
  }

  .esg-slide-inner.bigger.is-color.flx, .esg-slide-inner.bigger.flx {
    width: 14em;
    height: 14em;
  }

  .esg-slide-text.small-text {
    font-size: .8em;
  }

  .section-maesta {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .maesta-box-left {
    width: 100%;
  }

  .maesta-content {
    padding-left: 0;
  }

  .maesta-content.smaller {
    padding-left: 0;
    padding-right: 3em;
    font-size: 1em;
  }

  .maesta-content.more.less-space {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .maesta-content.more.less-on-tablet {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .maesta-content.ls {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .maesta-main-text {
    font-size: 1em;
  }

  .maesta-main-title {
    font-size: 1.6em;
  }

  .maesta-img {
    width: 50%;
  }

  .inwestycja-img {
    height: 19em;
  }

  .inv-name-text {
    font-size: 1.3em;
  }

  .inv-details {
    padding-left: 1em;
    padding-right: 1em;
  }

  .is-wartosci-img {
    width: 12em;
    height: 12em;
  }

  .is-wartosci-line.line-less {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  .dla-was-main-text.is-esg {
    font-size: .9em;
  }

  .dla-was-main-title {
    font-size: 1.9em;
  }

  .dla-was-main-title.bigger {
    font-size: 2em;
  }

  .contactimg.full, .contact-bg {
    height: 100%;
  }

  .contact-link {
    font-size: 1.2em;
  }

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

  .contact-title {
    font-size: 1.8em;
  }

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

  .text_12px.is--upper.is--label.is-normal {
    align-self: flex-start;
    padding-left: 1em;
  }

  .text_12px.checkbox-zgoda.is-smaller {
    font-size: .8em;
  }

  .form_cb_flex {
    padding-bottom: 1.5em;
  }

  .form_field_wrap.is-contact-form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form_field_wrap.is-contact-form.ff50 {
    width: 100%;
  }

  .form_field_flex {
    grid-column-gap: .63em;
    grid-row-gap: .63em;
    flex-flow: column;
  }

  .checkmore {
    flex: none;
    font-size: .6em;
  }

  .form-button-flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cal-icon {
    flex: none;
  }

  .newsletter-title {
    font-size: 2em;
  }

  .newsletter-text {
    font-size: 1em;
  }

  .is-newsletter-div {
    flex-flow: column;
  }

  .footer {
    padding-top: 3em;
  }

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

  .footer-col._1 {
    width: 100%;
    padding-bottom: 3em;
    padding-right: 0;
  }

  .footer-menu-link {
    text-align: left;
    margin-bottom: .25em;
  }

  .footer-copy {
    grid-column-gap: .94em;
    grid-row-gap: .94em;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .cta-box {
    flex-flow: wrap;
  }

  .cta-box.is-no-wrap {
    flex-flow: row;
  }

  .cta-left {
    width: 100%;
  }

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

  .cta-right {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 1.25em;
  }

  .cta-right.is-right {
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }

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

  .pright {
    width: 50%;
  }

  .pright-text {
    font-size: 1em;
  }

  .programy-flex {
    grid-row-gap: 2.5em;
    flex-flow: wrap;
  }

  .programy-s-item {
    width: 48%;
  }

  .ind-col.with-content {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
  }

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

  .ind-btns {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: wrap;
  }

  .dlaczego-box {
    padding-left: 3em;
    padding-right: 3em;
  }

  .dl-left {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .dl-right {
    width: 100%;
    margin-top: 2.81em;
  }

  .section-co-potrafimy {
    padding-top: 3em;
  }

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

  .pytania-btn {
    margin-top: 2.5em;
  }

  .is-esg-item {
    width: 32%;
  }

  .is-esg-item-title {
    font-size: 1em;
  }

  .os-item-img.is-max-width-img {
    width: 26em;
  }

  .section-cs-cta {
    margin-bottom: 4em;
  }

  .cta-div-inner {
    margin-left: 2em;
  }

  .is-kontrola-list {
    font-size: .9em;
  }

  .jak-box {
    padding-left: 4em;
    padding-right: 4em;
  }

  .section-inspiracje {
    padding-bottom: 4em;
  }

  .inspiracje-flex {
    justify-content: space-between;
  }

  .inspiracja-img {
    height: 16em;
  }

  .inspiracja-content {
    padding-right: 2em;
  }

  .ins-text {
    font-size: .8em;
  }

  .insp-title {
    font-size: 1.3em;
  }

  .cta-text-content {
    font-size: .8em;
  }

  .onas-flex-col1.is-text {
    padding-left: 2em;
  }

  .on-text {
    padding-right: 0;
  }

  .section-cs-standard.with-title {
    padding-top: 4em;
  }

  .is-standard-img {
    object-fit: cover;
    min-height: 22em;
  }

  .standard-items-box {
    grid-row-gap: 2em;
  }

  .standard-item-content {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
    width: 47%;
  }

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

  .st-text {
    font-size: .8em;
  }

  .is-standard-teren-item {
    width: 100%;
  }

  .isspec-g-hlink {
    bottom: 1em;
  }

  .liczby-flex {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .liczby-item {
    width: 50%;
  }

  .liczba-big, .liczba-big.colored {
    font-size: 3em;
  }

  .liczba-circle-item {
    width: 12em;
    height: 12em;
  }

  .ik-flex {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: wrap;
    justify-content: center;
  }

  .ic-s-icon {
    width: 30%;
  }

  .tabs-menu {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .section-plany-mieszkania.less-bottom {
    padding-top: 4em;
  }

  .plan-flex-col.with-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .plan-m-value.is-lighter {
    font-size: 1em;
  }

  .plan-tab-col.with-pdding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .is-slide-number {
    top: 1em;
    right: 1em;
  }

  .inwestycja-cta-box {
    flex-flow: wrap;
  }

  .inv-cta-col {
    width: 100%;
  }

  .inv-cta-col.is-flex {
    width: 100%;
    padding-top: 2.5em;
    padding-bottom: 40px;
  }

  .etapy-flex {
    width: 100%;
    min-width: 62.5em;
    overflow: auto;
  }

  .dziennik-budowy-flex {
    padding-left: 2em;
    padding-right: 2em;
  }

  .apartment_checkboxes_grid {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
  }

  .apartment_filter_select_field {
    padding-top: .7em;
    padding-bottom: .7em;
  }

  .apartments_filters_grid {
    grid-column-gap: 2.2em;
    grid-row-gap: 2.2em;
    flex-flow: wrap;
  }

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

  .apartments_rooms_link {
    width: 2.8em;
    height: 2.8em;
  }

  .se_sort_column {
    padding-left: .5em;
    padding-right: .5em;
  }

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

  .se_item_column {
    padding-left: .5em;
    padding-right: .5em;
  }

  .sec-inne-flex-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .sec-inne33 {
    width: 100%;
  }

  .sec-inne33.is-flex {
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }

  .inny-img {
    justify-content: center;
    align-items: center;
    height: 12em;
    display: flex;
  }

  .inny-details {
    padding-left: 1em;
    padding-right: 1em;
  }

  .inny-nazwa {
    font-size: 1.3em;
  }

  .image-29 {
    width: 2em;
  }

  .mcol.is-details {
    padding-left: 2em;
  }

  .mcol-bx {
    padding-left: 2em;
    padding-right: 2em;
  }

  .mc-icons {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .oferta-cs-text {
    padding-top: 7em;
  }

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

  .nav-item-link {
    color: #5f4738;
  }

  .nav-btn {
    background-color: #5f4738;
    border-color: #5f4738;
    justify-content: center;
    align-items: center;
    height: 2.5em;
    display: flex;
  }

  .nav-btn:hover {
    border-color: #fff;
  }

  .dropdown-toggle.w--open {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .drop-text {
    color: #5f4738;
  }

  .code-embed-9 {
    color: #5f4738;
    margin-top: -2px;
  }

  .drop-item {
    padding-left: 1.25em;
    padding-right: 2.5em;
  }

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

  .lottie-animation {
    width: 1em;
  }

  .menu-button {
    padding: 0;
  }

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

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

  .brand {
    z-index: 9;
  }

  .grunty-slider.centered {
    flex-flow: wrap;
  }

  .is-table-div {
    flex-flow: column;
    min-width: 100em;
    display: flex;
    overflow: auto;
  }

  .story-top-info {
    width: 33.333%;
  }
}

@media screen and (max-width: 767px) {
  .container.is-rel {
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .hb-left {
    width: 60%;
  }

  .hb-right {
    width: 40%;
  }

  .hero-text {
    font-size: 1em;
  }

  .inv-content {
    flex-flow: column;
  }

  .div-full {
    justify-content: center;
    align-items: center;
  }

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

  .code-embed-3 {
    width: 3em;
    height: 3em;
  }

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

  .esg-slide-inner.bigger.flx {
    padding-top: 1em;
  }

  .esg-slide-text {
    font-size: .9em;
  }

  .esg-left {
    display: none;
  }

  .esg-middle {
    width: 50%;
  }

  .cs-nav-right, .cs-nav-left {
    flex: none;
  }

  .maesta-content.smaller {
    width: 100%;
    padding-top: 4em;
    padding-bottom: 4em;
    padding-right: 0;
  }

  .maesta-content.less {
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .maesta-content.more {
    width: 100%;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .maesta-content.more.less-space, .maesta-content.ls {
    width: 100%;
  }

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

  .maesta-img {
    width: 100%;
    position: static;
  }

  .sinwestycja, .dla-was-box {
    width: 100%;
  }

  .dla-was-img {
    width: 100%;
    position: static;
  }

  .dla-was-main-text.is-esg {
    max-width: 100%;
  }

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

  .contact-box {
    flex-flow: wrap;
  }

  .contactimg, .contact-right {
    width: 100%;
  }

  .newsletter-box {
    grid-column-gap: 1.56em;
    grid-row-gap: 1.56em;
    flex-flow: wrap;
  }

  .newsletter-col {
    width: 100%;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 1.56em;
  }

  .footer-col._1 {
    margin-bottom: 0;
  }

  .cta-box.is-no-wrap {
    flex-flow: column;
  }

  .cta-left {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .cta-right {
    flex-flow: column;
  }

  .cta-text {
    font-size: 1em;
  }

  .section-zj {
    padding-bottom: 4em;
  }

  .contact-icons {
    grid-row-gap: 2.5em;
    flex-flow: wrap;
  }

  .contact-icon {
    width: 50%;
  }

  .programy-top-section {
    flex-flow: wrap;
  }

  .pleft {
    width: 100%;
    margin-bottom: 1.56em;
  }

  .pright {
    width: 100%;
  }

  .pright-text {
    font-size: 1em;
  }

  .programy-s-item {
    width: 100%;
  }

  .co-pakiet-item {
    width: 50%;
  }

  .indywidualny-flex {
    flex-flow: column;
  }

  .ind-col, .ind-col.with-content {
    width: 100%;
  }

  .dl-item-icon {
    flex: none;
  }

  .potrafimy-item {
    width: 100%;
  }

  .pytania-box {
    flex-flow: wrap;
  }

  .pytania-left, .pytania-right {
    width: 100%;
  }

  .is-esg-item {
    width: 48%;
  }

  .osiedle-flex-items {
    grid-row-gap: 2em;
  }

  .os-item {
    width: 100%;
  }

  .os-item-img.is-max-width-img {
    width: 100%;
    margin-left: 0;
  }

  .section-cs-cta {
    margin-bottom: 4em;
  }

  .cs-cta-flex {
    flex-flow: wrap;
    padding-top: 0;
  }

  .cs-cta-col {
    width: 100%;
  }

  .cs-cta-col.with-bg {
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .cta-div-inner {
    max-width: 100%;
    margin-left: 0;
  }

  .kontrola-item {
    width: 100%;
  }

  .jak-box {
    padding: 4em 2em;
  }

  .inspiracje-flex {
    grid-column-gap: .63em;
    grid-row-gap: .63em;
    flex-flow: wrap;
  }

  .sinspiracja {
    width: 100%;
  }

  .cta-col-bigger {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: wrap;
    width: 60%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .cta-col-smaller {
    justify-content: center;
    align-items: center;
    width: 40%;
    display: flex;
  }

  .cta-smaller-inner {
    padding-left: 0;
  }

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

  .onas-flex-sec._2 {
    margin-top: 3em;
    margin-bottom: 2em;
  }

  .onas-flex-col1 {
    width: 100%;
  }

  .onas-flex-col1.is-text {
    padding-bottom: 0;
    padding-left: 0;
  }

  .onas-flex-col2 {
    width: 100%;
    margin-top: 3.75em;
    padding-left: 0;
  }

  .onas-flex-col2.no-left {
    margin-top: 2em;
  }

  .standard-item-content {
    width: 100%;
  }

  .standard-item-content.centered {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    margin-right: auto;
  }

  .st-icon.is-teren-st {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 50%;
  }

  .liczby-flex {
    justify-content: space-between;
  }

  .ic-s-icon {
    width: 43%;
  }

  .gal-tabs {
    margin-top: 20px;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
  }

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

  .plan-flex-col {
    width: 100%;
  }

  .plan-flex-col.with-padding {
    margin-top: 1.88em;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu-2 {
    justify-content: center;
  }

  .plan-tab-inner {
    flex-flow: wrap;
    padding-top: 2em;
  }

  .plan-tab-col {
    width: 100%;
  }

  .plan-tab-col.with-pdding {
    margin-top: 1.9em;
  }

  .plan-tab-bg {
    width: 100%;
  }

  .section-inwestycja-cta {
    padding-bottom: 4em;
  }

  .inv-cta-col.is-flex {
    padding-bottom: 2.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .image-23 {
    width: 17em;
  }

  .inv-cta-inner {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .section-etapy-budowy {
    padding-bottom: 1em;
  }

  .etapy-col {
    padding-bottom: 3em;
  }

  .dziennik-item {
    flex-flow: wrap;
    margin-bottom: 4em;
  }

  .dziennik-img {
    order: -1;
    width: 100%;
    margin-bottom: 1em;
  }

  .dziennik-lines {
    order: 1;
    width: 100%;
    height: 6.25em;
  }

  .dziennik-content {
    width: 100%;
  }

  .apartment_checkboxes_grid {
    max-width: 20em;
  }

  .apartments_filters_grid {
    grid-column-gap: 2em;
    grid-row-gap: 1.7em;
    grid-template-columns: 1fr 1.5fr;
    padding-bottom: 2.2em;
  }

  .checkbox-label {
    font-size: .9em;
  }

  .se_results_tag_wrap {
    padding-top: 1.5em;
    padding-bottom: 2.5em;
  }

  .se_sort_block {
    display: none;
  }

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

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

  .text_18px {
    font-size: 1.05em;
  }

  .se_list {
    margin-bottom: 4em;
  }

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

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

  .inne-lokale-flex {
    grid-column-gap: 1%;
    grid-row-gap: .4em;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .inny-lokal-item {
    width: 49%;
  }

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

  .mieszkanie-details-flex {
    flex-flow: wrap;
  }

  .mcol {
    width: 100%;
  }

  .mcol.is-details {
    margin-top: 1.25em;
    padding-left: 0;
  }

  .mc-value {
    font-size: 2.7em;
  }

  .image-30 {
    width: 4em;
  }

  .mc-icon-text {
    font-size: .8em;
  }

  .image-32 {
    width: 8em;
  }

  .navbr-flex {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .small-icon {
    width: 6em;
  }

  .is-table-div {
    min-width: 100%;
    overflow: visible;
  }
}

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

  .container.is-rel {
    flex-flow: column;
  }

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

  .hero-bottom {
    grid-row-gap: 1.3em;
    flex-flow: column;
  }

  .hb-left {
    width: 100%;
  }

  .hb-right {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .new-investment-info {
    flex-flow: wrap;
  }

  .new-investment-title {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .inv-title {
    flex: 0 auto;
  }

  .new-investment-status {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .inv-content {
    padding-right: 0;
  }

  .inv-name {
    font-size: 1.5em;
  }

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

  .inv-div {
    padding-left: 1em;
    padding-right: 1em;
  }

  .is-inv-price {
    font-size: 1.6em;
  }

  .section-fkg {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .fkg-content {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .fkg-text {
    font-size: 1.1em;
  }

  .code-embed-3 {
    width: 2em;
    height: 2em;
  }

  .esg-title {
    font-size: 1.7em;
  }

  .esg-slide-inner.bigger {
    width: 16em;
    height: 16em;
  }

  .esg-slide-icon {
    margin-bottom: 1.2em;
  }

  .esg-slide-text {
    font-size: .8em;
  }

  .image-4 {
    width: 2em;
  }

  .maesta-content.less.less-bottom {
    padding-left: 0;
  }

  .maesta-content.more.less-space {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .maesta-main-text {
    font-size: .9em;
  }

  .maesta-main-title {
    font-size: 1.6em;
  }

  .section-wartosci {
    padding-bottom: 3em;
  }

  .is-wartosci-img {
    width: 8em;
    height: 8em;
  }

  .is-wartosci-line {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .wartosci-hover {
    padding-left: 1em;
    padding-right: 1em;
  }

  .dla-was-main-text {
    font-size: .9em;
  }

  .dla-was-main-title {
    font-size: 1.7em;
  }

  .contact-bg {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    padding-bottom: 2em;
  }

  .contact-name {
    font-size: 1em;
  }

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

  .contact-title.is-left {
    font-size: 1.6em;
  }

  .text_12px.is--upper.is--label {
    position: relative;
  }

  .form_cb_flex {
    grid-row-gap: 1.2em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: .5em;
  }

  .input_field {
    padding-top: .8em;
    padding-bottom: .8em;
    padding-left: 0;
    font-size: 1em;
  }

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

  .check-with-info {
    flex-flow: wrap;
  }

  .checkmore {
    margin-left: auto;
  }

  .newsletter-box {
    padding: 2em 1em;
  }

  .image-11 {
    width: 9em;
  }

  .cta-box {
    padding: 2em 1em;
  }

  .cta-box.more-space {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

  .program-desc {
    font-size: 1em;
  }

  .dlaczego-box {
    padding: 3em 2em;
  }

  .dl-left {
    flex-flow: column;
  }

  .dl-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .dl-item-line {
    margin-left: auto;
    margin-right: auto;
  }

  .is-esg-item-title {
    font-size: .9em;
    line-height: 1.4;
  }

  .is-zamieszkaj-line {
    margin-top: .9em;
    margin-bottom: .9em;
  }

  .csctaitk {
    flex-flow: wrap;
  }

  .cta-col-bigger {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 0;
  }

  .cta-col-smaller {
    width: 100%;
  }

  .standard-items-box {
    grid-row-gap: 3em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .standard-item-content.centered {
    margin-left: 0%;
  }

  .st-icon.is-teren-st, .st-content.is-teren-content {
    width: 100%;
  }

  .is-standard-teren-item {
    flex-flow: wrap;
  }

  .liczby-item {
    text-align: center;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .liczba-circle-item {
    margin-left: auto;
    margin-right: auto;
  }

  .ik-flex {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .ic-s-icon {
    width: 100%;
  }

  .section-inv-gallery {
    margin-top: 3em;
  }

  .tabs-menu-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .dziennik-budowy-flex {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button-2 {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .text_16px {
    font-size: 1.05em;
  }

  .apartment_filters_last_column {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: center;
    align-items: center;
    padding-top: .7em;
  }

  .apartments_filters_grid {
    grid-template-columns: 1fr;
    max-width: 22em;
    margin-left: auto;
    margin-right: auto;
  }

  .apartment_filters_column.is-flex-alt {
    flex-flow: wrap;
  }

  .se_results_tag_wrap {
    padding-bottom: 2em;
  }

  .text_20px {
    font-size: 1.15em;
  }

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

  .se_item_column {
    padding-left: 0;
  }

  .se_status_wrap.is-right {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .text_18px {
    font-size: 1.1em;
  }

  .se_list {
    margin-bottom: 3.6em;
  }

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

  .text_16px-2 {
    font-size: 1em;
  }

  .inny-lokal-item {
    width: 100%;
  }

  .mc-nme {
    font-size: 1.7em;
  }

  .mc-value {
    font-size: 2.5em;
  }

  .mc-icons {
    grid-column-gap: 1%;
    grid-row-gap: 2em;
  }

  .mc-icon {
    width: 47%;
  }

  .mieszkanie-item-details {
    flex-flow: wrap;
  }

  .m-item-col {
    width: 100%;
  }

  .m-item-col.is-right {
    justify-content: center;
    align-items: flex-start;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }

  .image-32 {
    width: 9em;
  }

  .heading-3 {
    font-size: 19px;
  }

  .story-top-info {
    padding-right: 20px;
  }

  .top-history-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4bb4a557-4ea3-c5a8-776a-19df6e1c1a10-2f0e1cad, #w-node-_447639a2-e716-aa94-1448-6b4556258a2a-2f0e1cad, #w-node-_35effe47-80ac-bab1-a3e4-527ba5c15339-2f0e1cad, #w-node-_35effe47-80ac-bab1-a3e4-527ba5c1533c-2f0e1cad, #w-node-_3b55a415-6b3f-1159-1e9a-c99096af03d5-2f0e1cad, #w-node-_3b55a415-6b3f-1159-1e9a-c99096af03d8-2f0e1cad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_16512c57-6b56-5661-e22d-6071b6d984f5-2f0e1cad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


