/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/scss/page.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.page-header-container .page-header__center-container {
  max-width: 812px;
  padding: 0;
  margin: 0;
  position: relative;
  isolation: isolate;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 50px;
}
@media (max-width: 1300px) {
  .page-header-container .page-header__center-container {
    padding-bottom: min(10vw, 50px);
  }
}
.page-header-container .page-header__center-container .page-header__breadcrumb {
  position: relative;
  z-index: 15;
}

.standard-page__intro .standard-page__intro-center-container {
  max-width: 712px;
  padding: 0;
  margin: 0;
  position: relative;
  padding-bottom: min(8vw, 40px);
}
@media (max-width: 1300px) {
  .standard-page__intro .standard-page__intro-center-container {
    max-width: 712px;
  }
}
@media (max-width: 950px) {
  .standard-page__intro .standard-page__intro-center-container {
    max-width: 612px;
  }
}
@media (max-width: 850px) {
  .standard-page__intro .standard-page__intro-center-container {
    max-width: 512px;
  }
}
@media (max-width: 768px) {
  .standard-page__intro .standard-page__intro-center-container {
    max-width: 350px;
  }
}
.standard-page__intro .standard-page__intro-center-container::after {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  z-index: -1;
  transform: translate(-120%, 0);
  overflow: hidden;
  background-color: #181d24;
  width: 20px;
  height: 1px;
}

.page-container {
  position: relative;
  width: min(80%, 1640px);
  margin: 0 auto;
}
.page-container img {
  max-width: 100%;
  height: auto !important;
  width: auto\9 ;
}
@-moz-document url-prefix() {
  .page-container img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto !important;
  }
}

.page-content-container {
  display: grid;
  grid-template-columns: minmax(auto, 812px) 1fr 1fr;
  padding: 0 0 100px 0;
  margin: 70px 0 0;
  position: relative;
  isolation: isolate;
}
.page-content-container > * {
  grid-column: 1/2;
}
.page-content-container > .full-width {
  grid-column: 1/3;
}
.page-content-container > .full-width-max {
  grid-column: 1/-1;
}
.page-content-container.page-content-container--aside {
  -moz-column-gap: clamp(30px, 5vw, 90px);
       column-gap: clamp(30px, 5vw, 90px);
  grid-template-columns: minmax(auto, 812px) 1fr clamp(300px, 15vw, 400px);
  padding-bottom: 50px;
}
.page-content-container .page-content__aside {
  grid-column: 3/-1;
  grid-row: 1/span 200;
  padding-top: 170px;
}
.page-content-container .kolumny {
  display: flex;
  gap: 20px;
}
.page-content-container .kolumny .kolumna {
  flex: 1;
}
@media (max-width: 768px) {
  .page-content-container {
    grid-template-columns: 1fr;
  }
  .page-content-container.page-content-container--aside {
    grid-template-columns: 1fr;
  }
  .page-content-container > * {
    grid-column: -1/1;
  }
  .page-content-container > .full-width {
    grid-column: 1/-1;
  }
  .page-content-container .page-content__aside {
    grid-column: 1/-1;
    grid-row: auto;
    border-top: solid 1px #f5f5f5;
    margin-top: 50px;
    padding-top: 50px;
    padding-top: 0;
  }
}
.page-content-container .google-maps-container {
  padding-bottom: 42.8571428571%;
  margin: 0 auto;
  height: 0;
  width: 100%;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
}
.page-content-container .google-maps-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.page-baner-container {
  --margin-bottom: 0px;
  --padding-top: 150px;
  grid-column: 1/-1 !important;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  padding-bottom: max(30vh, 500px);
  background-color: #181d24;
  isolation: isolate;
  outline: clamp(10px, 2.5vw, 15px) solid #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-baner-container::after {
  grid-column: 1/-1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  border: clamp(10px, 2.5vw, 15px) solid #fff;
  border-bottom: 0;
}
.page-baner-container .page-background__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 500ms ease;
}
.page-baner-container .page-background__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-baner-container .page-background__bg.page-baner__slide--show {
  z-index: 20;
  opacity: 1;
}
.page-baner-container .page-background__bg.page-baner__slide--hide {
  z-index: 10;
}
@media (orientation: landscape) {
  .page-baner-container .page-background__bg {
    background-image: var(--bg-image) !important;
  }
}
@media (orientation: portrait) {
  .page-baner-container .page-background__bg {
    background-image: var(--bg-image-pion) !important;
  }
}

.page-header-container .page-header__header {
  font-size: clamp(3rem, 7vw, 9rem);
  font-weight: 300;
  font-family: "Outfit", arial, verdana, helvetica, sans-serif;
  padding: 0;
  margin: 0;
  color: #181d24;
  position: relative;
  z-index: 10;
  display: block;
  line-height: 1.1;
}
.page-header-container .page-header__header span.subtitle {
  display: block;
  position: relative;
  color: #181d24;
  font-size: max(2rem, 0.6em);
  line-height: 1.2;
}
.page-header-container .page-header__header span.title {
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.1;
  color: #181d24;
}
.page-header-container .page-header__date {
  font-size: 1.4rem;
  padding-top: 0.7em;
}

.standard-page__intro {
  font-family: "Outfit", arial, verdana, helvetica, sans-serif;
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  font-weight: 300;
  line-height: 1.2em;
  color: #181d24;
}
.standard-page__intro .standard-page__intro-center-container > * {
  font-size: 1em !important;
}

.page-content-container h1,
.page-content-container h2,
.page-content-container h3,
.page-content-container h4,
.page-content-container h5,
.page-content-container h6 {
  display: inline-block;
  text-rendering: optimizeLegibility;
  font-family: "Outfit", arial, verdana, helvetica, sans-serif;
  font-weight: 300;
  position: relative;
  text-align: inherit;
}
.page-content-container h1,
.page-content-container h2 {
  font-family: "Outfit", arial, verdana, helvetica, sans-serif;
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 600;
  margin-top: 3em;
  margin-bottom: 1em;
}
.page-content-container h1:first-child,
.page-content-container h2:first-child {
  margin-top: 4em;
}
@media (max-width: 768px) {
  .page-content-container h1,
  .page-content-container h2 {
    margin-top: 1.5em;
  }
}
.page-content-container h2 {
  color: #181d24;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.page-content-container h2:first-child {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .page-content-container h2 {
    margin-top: 1em;
  }
}
.page-content-container h2 span {
  font-size: 0.7em;
  color: #121212;
}
.page-content-container h2 .light {
  color: #121212;
}
.page-content-container h2 strong {
  font-weight: 300;
}
.page-content-container h3 {
  font-size: 2rem;
  font-weight: 300;
  margin-top: 2em;
  margin-bottom: 1em;
}
.page-content-container h4 {
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 2em;
  margin-bottom: 1em;
}
.page-content-container h5 {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 2em;
  margin-bottom: 1em;
}
.page-content-container h6 {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 2em;
  margin-bottom: 1em;
}
.page-content-container h6:first-child {
  margin-top: 1em;
}
.page-content-container p {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.page-content-container .offert-contact-info {
  margin-top: 20px;
  padding: 2em;
  border: solid 1px #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-content-container a:not(.button):not(.powieksz):not(.clear) {
  color: #181d24;
  text-decoration: none;
  background-image: linear-gradient(90deg, #181d24 0, #181d24 100%);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 20% 1px;
  transition: background-size 250ms ease-in-out;
}
.page-content-container a:not(.button):not(.powieksz):not(.clear):hover, .page-content-container a:not(.button):not(.powieksz):not(.clear):focus, .page-content-container a:not(.button):not(.powieksz):not(.clear):active {
  background-size: 100% 1px;
}
.page-content-container a.inline-button {
  --transitionLength: 0.5s;
  --transitionEasing: cubic-bezier(0.77, 0, 0.175, 1);
  display: inline-block;
  padding: 0.5em 40px 0.45em 1em;
  margin-left: 1em;
  background-color: #181d24;
  font-family: "Outfit", arial, verdana, helvetica, sans-serif;
  font-weight: 600;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  color: #f8f8f8;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: all var(--transitionLength) var(--transitionEasing);
}
.page-content-container a.inline-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #121212;
  transform: translateX(-100%) scaleX(0.2);
  transition: all 0.5s ease;
  transform-origin: right center;
  transition: all var(--transitionLength) var(--transitionEasing);
  transform-origin: right center;
  transition-delay: 0s;
}
.page-content-container a.inline-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 30px);
  width: 15px;
  height: 15px;
  z-index: -1;
  background-color: rgba(248, 248, 248, 0.9);
  transform: translate(0, -50%);
  transition: all 0.5s ease;
  transform-origin: right center;
  -webkit-mask-image: url(../images/arrow-white.svg);
          mask-image: url(../images/arrow-white.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  transition: all var(--transitionLength) var(--transitionEasing);
  transform-origin: right center;
  transition-delay: 0.1s;
}
.page-content-container a.inline-button:hover::before {
  transform: translateX(-30px) scaleX(1);
}
.page-content-container a.inline-button:hover::after {
  transform: translate(5px, -50%);
}
.page-content-container .columns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 2rem;
}
.page-content-container ul:not([class]) {
  margin: 0;
  padding-top: 0;
  padding-bottom: 1.5em;
  list-style: none;
}
.page-content-container ul:not([class]) li {
  display: block;
  padding: 0 0 0em 1em;
  margin: 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8em;
}
.page-content-container ul:not([class]) li:last-child {
  margin-bottom: 0;
}
.page-content-container ul:not([class]) li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 2px;
  background-color: #181d24;
  position: absolute;
  top: 0.8em;
  left: 0;
}
.page-content-container ul:not([class]) li p:first-child {
  margin-top: 0;
}
.page-content-container ul:not([class]) li p:last-child {
  margin-bottom: 0;
}
.page-content-container ol:not([class]) {
  margin: 0;
  padding-top: 0;
  padding-bottom: 1.5em;
  padding-left: 2em;
  list-style: decimal;
  list-style-position: outside;
}
.page-content-container ol:not([class]) li {
  padding: 0 0 1em 1em;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8em;
}
.page-content-container ol:not([class]) li:last-child {
  margin-bottom: 0;
}
.page-content-container ol:not([class]) li p:first-child {
  margin-top: 0;
}
.page-content-container ol:not([class]) li p:last-child {
  margin-bottom: 0;
}
.page-content-container .inner-txt-baner-container {
  margin: 10px 0 20px;
  padding: 5px;
  border: solid 1px #f5f5f5;
  position: relative;
}
.page-content-container .inner-txt-baner-container .inner-txt-baner {
  overflow: hidden;
  position: relative;
}

.breadcrumb-container {
  padding: 0;
  position: relative;
  top: 0;
  z-index: 10;
}
.breadcrumb-container .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 1.2rem;
}
.breadcrumb-container .breadcrumb-list .breadcrumb-list__item {
  display: inline-block;
  color: #454545;
  text-transform: lowercase;
}
.breadcrumb-container .breadcrumb-list .breadcrumb-list__item:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25em;
  content: "/";
}
.breadcrumb-container .breadcrumb-list .breadcrumb-list__item a {
  padding: 5px 0;
  text-decoration: none;
  color: #121212;
  transition: all 0.5s ease;
  background-image: linear-gradient(0deg, #121212, #121212);
  background-position: 0 1.6em;
  background-size: 0 1px;
  background-repeat: no-repeat;
}
.breadcrumb-container .breadcrumb-list .breadcrumb-list__item a:hover {
  color: #121212;
  background-size: 90% 1px;
}

.page-gallery {
  margin: 10px 0 20px;
  padding: 5px;
  border: solid 1px #f5f5f5;
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(5px, 2vw, 10px);
}
.gallery-list .gallery-list__item {
  position: relative;
}
.gallery-list .gallery-list__item .item-container {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}
.gallery-list .gallery-list__item .item-container a {
  --transitionLength: 0.5s;
  --transitionEasing: cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  display: block;
  order: 1;
  width: 100%;
  padding-bottom: 56.25%;
  z-index: 10;
  margin: 0;
  overflow: hidden;
}
.gallery-list .gallery-list__item .item-container a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: max(60px, 40% - 20px);
  height: 100%;
  z-index: 5;
  background-color: rgba(24, 29, 36, 0.7);
  transform: translateX(calc(100% + 22px)) scaleX(0.2);
  transition: all var(--transitionLength) var(--transitionEasing);
  transform-origin: right center;
  transition-delay: 0.1s;
}
.gallery-list .gallery-list__item .item-container a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: max(60px, 40% - 20px);
  height: 100%;
  z-index: 6;
  opacity: 0;
  background-image: url(../images/show-photo-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  transform: translateX(-30px);
  transition: all var(--transitionLength) var(--transitionEasing);
  transform-origin: right center;
  transition-delay: 0s;
}
.gallery-list .gallery-list__item .item-container a.item-link--video-icon::before {
  background-image: url(../images/play-white.svg);
}
.gallery-list .gallery-list__item .item-container a img {
  transition: all 0.5s ease;
}
.gallery-list .gallery-list__item .item-container a:hover::after {
  transform: translateX(0) scaleX(1);
  transition-delay: 0s;
}
.gallery-list .gallery-list__item .item-container a:hover::before {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.05s;
}
.gallery-list .gallery-list__item .item-container a:hover .title {
  transition: background-size 200ms ease-in-out;
  transition-delay: 500ms;
  background-size: 100% 100%;
}
.gallery-list .gallery-list__item .item-container a:hover img {
  transform: scale(1.1);
}
.gallery-list .gallery-list__item .title-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
  pointer-events: none;
  display: grid;
  place-items: center;
}
.gallery-list .gallery-list__item .title-container .title {
  font-family: "Outfit", arial, verdana, helvetica, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: inherit;
  position: relative;
  color: transparent;
  background-image: linear-gradient(90deg, #f8f8f8 0, #f8f8f8 100%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-background-clip: text;
          background-clip: text;
  transition: background-size 500ms ease-in-out;
  transition-delay: 0s;
}
.gallery-list .gallery-list__item .bg-conteiner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.gallery-list .gallery-list__item .bg-conteiner .item-video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.gallery-list .gallery-list__item .bg-conteiner .image,
.gallery-list .gallery-list__item .bg-conteiner img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% center;
     object-position: 100% center;
  max-width: none;
  display: block;
}
.gallery-list .gallery-list__item .bg-conteiner video {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  max-width: none;
  display: block;
}

table.dosepnosc-table {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 14px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 1px;
}
table.dosepnosc-table thead th {
  font-size: 13px;
  background: #181d24;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  font-weight: 400;
  vertical-align: middle;
}
@media (max-width: 1100px) {
  table.dosepnosc-table .budynek {
    display: none;
  }
  table.dosepnosc-table .klatka {
    display: none;
  }
}
@media (max-width: 500px) {
  table.dosepnosc-table .kontygnacja {
    display: none;
  }
}
@media (max-width: 400px) {
  table.dosepnosc-table .status,
  table.dosepnosc-table thead th {
    font-size: 10px;
  }
}
table.dosepnosc-table .rwd-info {
  font-size: 0.8em;
  font-weight: 400;
  display: none;
  line-height: 1em;
}
@media (max-width: 1100px) {
  table.dosepnosc-table .budynek-info {
    display: block;
  }
  table.dosepnosc-table .klatka-info {
    display: block;
  }
}
@media (max-width: 500px) {
  table.dosepnosc-table .kontygnacja-info {
    display: block;
  }
}
table.dosepnosc-table tbody td {
  padding: 8px 5px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 0 solid #eee;
  background: #fff;
  font-weight: 400;
}
table.dosepnosc-table tbody .nr-mieszkania,
table.dosepnosc-table tbody .ilosc-pokoi,
table.dosepnosc-table tbody .metraz {
  font-weight: 900;
  color: #121212;
}
table.dosepnosc-table tbody .status {
  font-weight: 700;
}
table.dosepnosc-table tbody tr:nth-child(2n) td {
  background: #f4f4f4;
}
table.dosepnosc-table tbody tr.status-rezerwacja td,
table.dosepnosc-table tbody tr.status-sprzedane td {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
table.dosepnosc-table tbody tr:hover td {
  background: rgba(163, 163, 163, 0.5);
  color: rgba(0, 0, 0, 0.7);
}
table.dosepnosc-table tbody tr.status-rezerwacja:hover td,
table.dosepnosc-table tbody tr.status-sprzedane:hover td {
  background: rgba(163, 163, 163, 0.5);
  color: rgba(0, 0, 0, 0.7);
}
table.dosepnosc-table tbody a {
  color: #181d24;
  text-decoration: none;
}
table.dosepnosc-table tbody a:hover {
  color: #222;
}
table.dosepnosc-table tbody .pokaz-rzut {
  font-family: "Outfit", arial, verdana, helvetica, sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 1.4rem;
  color: #212121;
  position: relative;
  top: 0;
  z-index: 1;
  text-decoration: none;
  background: transprent;
  padding: 0.6em 1.5em 0.4em 1.5em;
  transition: all 1.5s cubic-bezier(0.1, 0.22, 0.3, 1);
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 768px) {
  table.dosepnosc-table tbody .pokaz-rzut {
    top: 0;
    left: -0.35em;
    margin: 0 auto;
    width: 100%;
  }
}
table.dosepnosc-table tbody .pokaz-rzut > span {
  position: relative;
  z-index: 10;
}
table.dosepnosc-table tbody .pokaz-rzut .back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.7em;
  right: 0.7em;
  overflow: hidden;
  z-index: 1;
  border: solid 1px #f5f5f5;
}
table.dosepnosc-table tbody .pokaz-rzut .back::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(0deg);
  z-index: 0;
  background: #f5f5f5;
  transition: all 2s cubic-bezier(0.1, 0.22, 0.3, 1);
}
table.dosepnosc-table tbody .pokaz-rzut:hover::after {
  transform: scaleX(3);
  transform-origin: center left;
}
table.dosepnosc-table tbody .pokaz-rzut:hover .back::before {
  transform: translate(-50%, -50%) scale(3) rotate(-70deg);
  transition: all 2.5s cubic-bezier(0.1, 0.22, 0.3, 1);
}
table.dosepnosc-table tbody tr.status-rezerwacja .pokaz-rzut,
table.dosepnosc-table tbody tr.status-sprzedane .pokaz-rzut {
  opacity: 0.7;
}
table.dosepnosc-table tbody tr.status-rezerwacja .pokaz-rzut:hover,
table.dosepnosc-table tbody tr.status-sprzedane .pokaz-rzut:hover {
  opacity: 1;
}

/*# sourceMappingURL=page.css.map*/