.container--offer {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-oferta {
  padding-bottom: 3.13em;
}

.oferta-title {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1.1;
}

/* BOX--OFFER */
.oferta-offers {
  margin: 1.56em -1%;
  display: flex;
}

.sin-oferta {
  width: 31.33%;
  border: 1px solid black;
  margin: 1%;
  transition: all .3s;
}

.sin-oferta:hover {
  width: 32.0%;
  border: 1px solid black;
}

.oferta-content {
  padding: 30px 20px 20px 20px;
}

.sin-oferta-title {
  color: #000;
  font-size: 16px;
  font-weight: 800;
}

.sin-oferta-deatils {
  color: #000;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
}

.sin-oferta-deatils p {
  font-weight: bold;
}

.locals-details-spacer {
  height: 4rem;
  display: block;
}

.oferta-specjalna-box {
  z-index: 9;
  background-color: #fff;
  position: fixed;
  top: 44%;
  right: 0;
}

.button-offer-box {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid black;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
  padding: 0.56em 1em;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.button-offer-box:hover {
  color: white;
  background: black;

}

.button-offer-box--ico {
  margin-left: 5px;
  width: 10px;
}

/* POPUP */
.popup-out {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.popup-content {
  width: 90%;
  height: 90vh;
  max-width: 1440px;
  background-color: #fff;
  margin: auto;
  display: grid;
  grid-template-columns: 70% 30%;
  overflow: auto;
}

.popup-left {
  padding: 30px;
}

.popup-top {
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}

.logo-popup {
  width: 200px;
}

.ap-info {
  padding: 0 20px;
}

.ap-popup-title {
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
}

.ap-popup-title-type {
  font-size: 24px;
  line-height: 1;
  padding-right: 7px;
}

.ap-popup-title-name {
  font-size: 15px;
  line-height: 1;
}

.popup-info-subtitle {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.ap-price {
  color: #000;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
}

.ap-price span {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #95774c 0%, #ffcb85 33%, #474747 66%, #000000 100%);
  background-size: 700px;
  background-repeat: repeat;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-clip: text;
  -webkit-animation: gradient-move 5s linear infinite;
  animation: gradient-move 5.5s linear infinite;
}

@-webkit-keyframes gradient-move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 700px 0;
  }
}

.popup-flex {
  align-items: flex-start;
  margin-top: 3.75em;
  display: flex;
}

.popup-flex-left {
  width: 60%;
}

.popup-flex-right {
  width: 40%;
  border-left: 1px solid #bdb6ac;
  margin-left: 2em;
  padding-left: 1em;
}

.pfl-gall {
  display: flex;
}

.pfl-icons {}

.result-text.szczegoly-item-text {
  margin-left: 4px;
}

.szczegoly-items {
  display: flex;
}

.image-13 {
  width: 2.13em;
  min-width: 2.13em;
}

.szczegoly-item {
  align-items: center;
  margin-right: 1.2em;
  display: flex;
}

.szczegoly-item.item-pfl {
  margin-bottom: .5em;
}

.image-13 {
  width: 2.13em;
  min-width: 2.13em;
}

.result-text {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
}

.result-text.status {
  text-transform: lowercase;
  line-height: 1;
  display: inline-flex;
}

.result-text.szczegoly-item-text {
  margin-left: 4px;
}

.popup-img--lightbox {}

.popup-img--lightbox a {
  outline: none;
}

img.zoom-ico {
  display: block;
  position: relative;
  float: right;
  margin: -40px 0;
}

.pfl-text {
  color: #000;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  font-size: 12px;
  line-height: 1.6;
}

.pfl-table {}

.pfl-table-item {
  border-bottom: 1px solid #bdb6ac;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pfl-table-item.last-table-item {
  border-bottom-width: 0;
}

.pfl-table-item.cs-pfl {
  justify-content: space-between;
  padding-top: .5em;
  padding-bottom: .3em;
}

.pfl-table-left {
  width: 20%;
  text-align: center;
  border-right: 1px solid #bdb6ac;
  padding-top: .5em;
  padding-bottom: .3em;
  font-size: 12px;
}

.pfl-table-right {
  width: 20%;
  text-align: center;
  font-size: 12px;
}

.pfl-table-right.pfl-cs-right {
  text-align: right;
}

.pfl-table-left-left {
  width: 60%;
  color: #000;
  font-size: 12px;
}

.text-block-16 {}

.text-block-15 {}

.poup-legend-text {
  color: rgba(0, 0, 0, .5);
  margin-top: 1.56em;
  margin-bottom: 1.56em;
  font-size: .75em;
}

/* POPUP-RIGHT--TABS */
.container--tabs {
  margin: 0;
}

.container--tabs .nav-tabs {
  float: left;
  width: 100%;
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;

}

.container--tabs .nav-tabs>li {
  float: left;

}

.container--tabs .nav-tabs>li>a {
  float: left;
  margin-right: 2px;
  line-height: 1.42857143;
  padding: 10px;
  color: black;
  text-decoration: none;
  outline: none;
}

.container--tabs .nav-tabs>li>a:hover {
  color: black;
  border-bottom: 1px solid black;
}

.container--tabs .nav-tabs>li.active>a,
.container--tabs .nav-tabs>li.active>a:hover,
.container--tabs .nav-tabs>li.active>a:focus {
  color: black;
  background-color: #fff;
  border-bottom: 1px solid black;
  font-weight: 600;
}

.container--tabs .tab-content {
  float: left;
  width: 100%;
}

.container--tabs .tab-content>.tab-pane {
  display: none;
}

.container--tabs .tab-content>.tab-pane.active {
  display: block;
  background-color: white;
}

.container--tabs .tab-content>.active {
  display: block;
}

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

.button-popup--pdf {
  max-width: 210px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
  display: block;
}

.button-popup--pdf:hover {
  color: white;
  background-color: #FFCB85;
  border: 1px solid #FFCB85;
}

.btn-simple {
  max-width: 210px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
  display: block;
}

.popup-bottom-info span {
  font-size: 10px;
  color: rgba(0, 0, 0, .5);
}

.btn-simple:hover {
  color: white;
  background-color: black;
}

.btn-simple:visited {
  color: black;
}

/* POPUP-FULL--PANORAMA */
.popup-flex-full {
  margin: 1.6rem 0;
}

/* POPUP-BOTTOM--INFO */
.popup-bottom-info {
  display: grid;
  grid-template-columns: repeat(5, 20%);
}

.pbi-item {
  width: 23%;
  color: rgba(0, 0, 0, .5);
  margin: 1%;
  font-size: .75em;
  line-height: 1.2;
  position: relative;
}

/* POPUP-CLOSE */
.close-popup {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
}

.close-popup-black {
  display: none;
}

/* POPUP-CF7 */
.popup-right {
  padding-top: 75px;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
  background: linear-gradient(-45deg, transparent, #0000003d, #ffffff38, transparent);
  background-blend-mode: overlay;
  background-size: 600% 100%;
  animation: gradient-bg_popup 10s ease infinite;
}

@keyframes gradient-bg_popup {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.popup-right-background {
  position: absolute;
  left: 99%;
  top: 50%;
  width: 80vw;
  transform: translate(-66.2%, -50%) rotate(-90deg);
  opacity: 0.2;
  z-index: 0 !important;
}

.p-right-content {
  z-index: 1 !important;
  position: inherit;
  height: 100%;
}

.p-right-title {
  color: black;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.p-right-subtitle {
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.w-form {}

.p-right-box-info {
  position: absolute;
  bottom: 0;
  padding: 50px 0;
}

/* CONTAINER-TABELA--BUTTON */
.accordion-toggle {
  display: block;
  font-size: 14px;
  color: white;
  background: #666666;
  padding: 10px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.accordion-content {
  display: none;
}

.accordion-content.active {
  display: block;
  transition: height 2s;
}

/* CONTAINER-TABELA--ICONS */
.tabela-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 20px 0;
}

.tabela-icon {
  align-items: center;
  margin-right: 3.13em;
  display: flex;
}

.image-11 {
  width: 2.69em;
}

.icon-text {
  color: #000;
  margin-left: 1.06em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.2;
}

/* CONTAINER-TABELA--CONTENT */
.sticky-wrapper {
  margin-top: 3.13em;
}

/* CONTAINER-TABELA--SORT */
.sorting-table {
  z-index: 1;
  border-bottom: 1px solid #afa48c;
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.apartments-top {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.table-block {
  background-color: rgba(0, 0, 0, 0);
  flex: 5%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-block.less {
  flex: 0 7%;
  position: relative;
}

.table-block.last {
  height: 1px;
}

.table-block.more {
  flex-basis: 25%;
}

.se-text {
  color: #000;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
  text-decoration: none;
}

.se-text.number {
  margin-right: 1.13em;
}

.floors {
  align-items: center;
  display: flex;
}

.numbers-arrows-block {
  flex-direction: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.top-arrow {
  height: 1.25em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top {
  width: .63em;
}

.bottom-arrow {
  height: 1.25em;
  flex: none;
  display: flex;
}

.bottom {
  width: .63em;
}

/* CONTAINER-TABELA--OFFER */

/* items-table--class */
.tab--szczegoly-item {
  display: inline-flex;
  align-items: center;
  margin: 2px;
}

.tab--status-color-item {}

/* END - items-table--class */

.main-table {
  flex-direction: column;
  display: flex;
  position: relative;
}

.search-result {
  border-bottom-color: #afa48c;
  justify-content: space-between;
  align-items: center;
  padding: 1.25em 0;
  display: flex;
}

.search-result:hover {
  background-color: rgba(217, 207, 197, .2);
}

.result-head-text {
  color: #022a53;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  display: none;
}

.result-text {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
}

.result-text.status {
  text-transform: lowercase;
  line-height: 1;
}

.result-text.status.sld {
  color: #cc8051;
}

.result-text.status.rsw {
  color: #d9cfc5;
}

.result-text.szczegoly-item-text {
  margin-left: 4px;
}

.status-color {
  width: .75em;
  height: .75em;
  background-color: #5a6d5d;
  margin-right: .5em;
  display: inline-flex;
}

.rezer-status {
  background: #ba935f;
}

.sprzedane-status {
  background: red;
}

.ask-button {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 0 solid #5a6d5d;
  border-radius: 6.25em;
  align-items: center;
  padding: .81em 1.31em;
  font-size: .81em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.ask-button:hover {
  color: #000;
}

@media screen and (max-width: 991px) {
  .oferta-content {
    padding: 30px 20px 20px 20px;
  }

  .popup-content {
    width: 98%;
    height: 98vh;
    grid-template-columns: 65% 35%;
  }

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

  .popup-top {
    flex-wrap: wrap;
  }

  .ap-price {
    width: 100%;
    margin-top: .9em;
  }

  .szczegoly-items {
    grid-row-gap: .63em;
    flex-wrap: wrap;
    justify-content: center;
  }

  .result-text {}

  /* POPUP-RIGHT--TABS */


  /* POPUP-FULL--PANORAMA */


  /* POPUP-CLOSE */


  /* POPUP-CF7 */
  .popup-right {}

  /* CONTAINER-TABELA--BUTTON */


  /* CONTAINER-TABELA--ICONS */
  .tabela-info {
    grid-row-gap: 1.25em;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  /* CONTAINER-TABELA--CONTENT */
  .sticky-wrapper {
    border-top: 1px solid #dfdfdf;
  }

  /* CONTAINER-TABELA--SORT */
  .sorting-table {
    display: none;
    position: relative;
  }

  .apartments-top {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .table-block {
    width: 50%;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px #dfdfdf;
    border-right: 1px solid #dfdfdf;
    flex-direction: column;
    flex: 0 auto;
    margin-bottom: 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .table-block.less {
    flex: 0 auto;
  }

  .table-block.last {
    height: auto;
  }

  .table-block.more {
    flex-basis: 50%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .se-text {
    font-size: 14px;
  }

  /* CONTAINER-TABELA--OFFER */
  .search-result {
    border-left: 1px solid #dfdfdf;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .result-head-text {
    color: #5a6d5d;
    margin-bottom: .5em;
    font-size: .81em;
    display: block;
  }

  .result-text {}

  .status-color {}
}

@media screen and (max-width: 767px) {

  /* BOX--OFFER */
  .oferta-offers {
    flex-wrap: wrap;
  }

  .sin-oferta {
    width: 100%;
  }

  .sin-oferta:hover {
    width: 100%;
  }

  .oferta-content {
    text-align: center;
  }

  .button-offer-box {
    margin-left: auto;
    margin-right: auto;
  }

  /* POPUP */
  .popup-content {
    grid-template-columns: 100%;
  }

  .popup-left {
    position: relative;
  }

  .ap-info {
    width: 100%;
    margin-top: 1.25em;
    padding: 0;
  }

  .ap-price {
    margin-top: .7em;
  }

  .popup-flex {
    flex-wrap: wrap;
  }

  .popup-flex-left {
    width: 100%;
  }

  .popup-flex-right {
    width: 100%;
    border-left: 0;
    margin-top: 3em;
    margin-left: 0;
    padding-left: 0;
  }

  /* POPUP-RIGHT--TABS */

  /* POPUP-FULL--PANORAMA */

  /* POPUP-BOTTOM--INFO */

  .popup-bottom-info {
    display: grid;
    grid-template-columns: repeat(1, 100%);
  }

  .close-popup {
    display: none;
  }

  /* POPUP-CLOSE */
  .close-popup.close-popup-black {
    display: block;
  }

  /* POPUP-CF7 */
  .popup-right {
    padding-top: 5em;
    padding-bottom: 2em;
  }

  .p-right-box-info {
    position: inherit;
    padding: 50px 0 0 0;
  }

  /* CONTAINER-TABELA--BUTTON */


  /* CONTAINER-TABELA--ICONS */
  .tabela-info {
    grid-row-gap: 0.75em;
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .tabela-icon {
    margin-right: 2.2em;
  }

  /* CONTAINER-TABELA--CONTENT */

  /* CONTAINER-TABELA--SORT */

  /* CONTAINER-TABELA--OFFER */
  .ask-button {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  /* BOX--OFFER */

  /* POPUP */

  /* POPUP-RIGHT--TABS */

  /* POPUP-FULL--PANORAMA */

  /* POPUP-BOTTOM--INFO */

  /* POPUP-CLOSE */

  /* POPUP-CF7 */

  /* CONTAINER-TABELA--BUTTON */

  /* CONTAINER-TABELA--ICONS */

  /* CONTAINER-TABELA--CONTENT */

  /* CONTAINER-TABELA--SORT */

  /* CONTAINER-TABELA--OFFER */
  .ask-button {
    padding-left: 12px;
  }
}

.show-popup {
  display: flex;
}

.popup-info-bar-amenities {
  background: linear-gradient(-45deg, #ffcb86, #ffd296);
  background-blend-mode: overlay;
  background-size: 600% 100%;
  animation: gradient-bg_popup 10s ease infinite;
  text-align: center;
  text-transform: uppercase;
  margin-right: -30px;
  margin-left: -30px;
}

.popup-info-bar-amenities p {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 950px) {
  .popup-info-bar-amenities p {
    font-size: 14px;
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media only screen and (max-width: 420px) {
  .popup-info-bar-amenities p {
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.asterisk-disclaimer {
  text-align: center;
}