.chooser-table {
	margin-top: 30px;
	margin-bottom: 100px;
    position: relative;
  }
  @media (max-width: 84.375em) {
    .chooser-table {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media (min-width: 62em) {
    .chooser-table [data-field=number] {
      max-width: 140px;
    }
  }
  @media (min-width: 62em) and (max-width: 74.99em) {
    .chooser-table [data-field=number] {
      max-width: 100px;
    }
  }
  @media (min-width: 62em) {
    .chooser-table [data-field=plot] {
      max-width: 130px;
    }
  }
  @media (min-width: 62em) and (max-width: 74.99em) {
    .chooser-table [data-field=plot] {
      max-width: 90px;
    }
  }
  @media (min-width: 62em) {
    .chooser-table [data-field=rooms] {
      max-width: 110px;
    }
  }
  @media (min-width: 62em) and (max-width: 74.99em) {
    .chooser-table [data-field=rooms] {
      max-width: 90px;
    }
  }
  @media (min-width: 62em) {
    .chooser-table [data-field=card] {
      max-width: 100px;
    }
  }
  @media (min-width: 62em) and (max-width: 74.99em) {
    .chooser-table [data-field=card] {
      max-width: 80px;
    }
    .chooser-table [data-field=card] .card {
      font-size: 0;
      column-gap: 0;
    }
  }
  @media (min-width: 62em) and (max-width: 74.99em) {
    .chooser-table [data-field=ask] {
      max-width: 90px;
    }
    .chooser-table [data-field=ask] .ask {
      font-size: 0;
      column-gap: 0;
    }
  }
  .chooser-table .offer-header {
    padding-top: 0;
    display: flex;
    width: 100%;
  }
  .chooser-table .offer-header__single {
    flex: 1;
    justify-content: center;
  }
  .chooser-table .offer-list .offer__single {
    display: flex;
    border-bottom: 1px solid #26A9E0;
  }
  .chooser-table .offer-list .offer__single:hover,
  .chooser-table .offer-list .offer__single.active {
    background-color: #F4F6F8;
  }
  .chooser-table .offer-list .offer__single-info {
    flex: 1;
  }
  .chooser-table .offer-filters {
    margin-bottom: 0;
  }
  .chooser-table .offer-filters select {
    background-color: transparent;
    border: 1px solid #26A9E0;
    text-align: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.166' height='19.594' viewBox='0 0 31.166 19.594'%3E%3Cpath id='Path_9257' data-name='Path 9257' d='M-2236.77-1914.18a1,1,0,0,1,.132-1.408l16.688-13.82-16.688-13.82a1,1,0,0,1-.358-.677,1,1,0,0,1,.226-.732,1,1,0,0,1,1.408-.132l17.617,14.59a1,1,0,0,1,.3.435h0v.049h0l.006.02h0a1.015,1.015,0,0,1,.033.213h0v.089h0a1.009,1.009,0,0,1-.039.235h0l-.006.018v.039l-.006.016h0a1,1,0,0,1-.281.4l-.007.006-.008.006-17.617,14.59a1,1,0,0,1-.638.23,1,1,0,0,1-.767-.347Z' transform='translate(-1913.833 2237) rotate(90)' fill='%235B7E5B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 15px;
    padding: 10px 35px 10px 15px;
    transition: ease 0.4s all;
  }
  .chooser-table .offer-filters select:hover, .chooser-table .offer-filters select:active, .chooser-table .offer-filters select:focus {
    background-color: #547554;
    border-color: #547554;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.166' height='19.594' viewBox='0 0 31.166 19.594'%3E%3Cpath id='Path_9257' data-name='Path 9257' d='M-2236.77-1914.18a1,1,0,0,1,.132-1.408l16.688-13.82-16.688-13.82a1,1,0,0,1-.358-.677,1,1,0,0,1,.226-.732,1,1,0,0,1,1.408-.132l17.617,14.59a1,1,0,0,1,.3.435h0v.049h0l.006.02h0a1.015,1.015,0,0,1,.033.213h0v.089h0a1.009,1.009,0,0,1-.039.235h0l-.006.018v.039l-.006.016h0a1,1,0,0,1-.281.4l-.007.006-.008.006-17.617,14.59a1,1,0,0,1-.638.23,1,1,0,0,1-.767-.347Z' transform='translate(-1913.833 2237) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
  }
  .chooser-table .offer-filters select option {
    padding: 20px;
    background-color: #547554;
  }
  @media (max-width: 61.99em) {
    .chooser-table .offer-header {
      display: block;
      grid-template-columns: 100%;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 61.99em) {
    .chooser-table .offer-header__single:not(.column-status) {
      display: none;
    }
  }
  
  .offer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .offer h3 {
    text-align: center;
    font-size: 2.375rem;
    margin-bottom: 40px;
  }
  .offer .title {
    text-align: center;
  }
  @media (max-width: 61.99em) {
    .offer .title {
      margin: 0 auto 40px auto;
    }
  }
  .offer .title h2 {
    margin: 0;
    display: flex;
    column-gap: 30px;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 102.5em) {
    .offer .title h2 {
      font-size: 2.75rem;
    }
  }
  @media (max-width: 61.99em) {
    .offer .title h2 {
      justify-content: center;
      flex-direction: column;
      row-gap: 30px;
    }
  }
  .offer .title h2:after {
    content: "";
    width: 115px;
    height: 1px;
    display: block;
    background-color: #26A9E0;
    margin-bottom: -15px;
  }
  .offer .title h2:before {
    content: "";
    width: 115px;
    height: 1px;
    display: block;
    background-color: #26A9E0;
    margin-bottom: -15px;
  }
  @media (max-width: 61.99em) {
    .offer .title h2:before {
      display: none;
    }
  }
  .offer .title p {
    margin-top: 20px;
  }
  .offer-filters {
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  @media (max-width: 29.6875em) {
    .offer-filters {
      flex-direction: column;
      justify-content: center;
    }
  }
  .offer-filters > div {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
  .offer-filters h3 {
    font-size: 28px;
    margin: 0;
  }
  .offer-filters input {
    width: 60px;
    border: 1px solid #547554;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 10px;
  }
  .offer-filters select {
    border: 1px solid #26A9E0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 10px 15px;
    cursor: pointer;
    color: #000;
    font-style: normal;
    font-weight: 700 !important;
    font-stretch: normal;
    font-size: 1.0625rem;
  }
  .offer-list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  @media (max-width: 61.99em) {
    .offer-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 20px;
      row-gap: 20px;
    }
  }
  @media (max-width: 29.9375em) {
    .offer-list {
      grid-template-columns: 100%;
    }
  }
  @media (max-width: 35.99em) {
    .offer-list {
      column-gap: 15px;
      row-gap: 15px;
    }
  }
  .offer-list.col-2 .offer__single {
    grid-template-columns: 140px repeat(1, minmax(0, 1fr));
  }
  .offer-list.col-3 .offer__single {
    grid-template-columns: 140px repeat(2, minmax(0, 1fr));
  }
  .offer-list.col-4 .offer__single {
    grid-template-columns: 140px repeat(3, minmax(0, 1fr));
  }
  .offer-list.col-5 .offer__single {
    grid-template-columns: 140px repeat(4, minmax(0, 1fr));
  }
  .offer-list.col-6 .offer__single {
    grid-template-columns: 140px repeat(5, minmax(0, 1fr));
  }
  .offer-list.col-7 .offer__single {
    grid-template-columns: 140px repeat(6, minmax(0, 1fr));
  }
  .offer-list.col-8 .offer__single {
    grid-template-columns: 140px repeat(7, minmax(0, 1fr));
  }
  .offer-header {
    display: grid;
    padding: 15px 15px;
    align-items: center;
    justify-items: center;
  }
  .offer-header.col-2 {
    grid-template-columns: 140px repeat(1, minmax(0, 1fr));
  }
  .offer-header.col-3 {
    grid-template-columns: 140px repeat(2, minmax(0, 1fr));
  }
  .offer-header.col-4 {
    grid-template-columns: 140px repeat(3, minmax(0, 1fr));
  }
  .offer-header.col-5 {
    grid-template-columns: 140px repeat(4, minmax(0, 1fr));
  }
  .offer-header.col-6 {
    grid-template-columns: 140px repeat(5, minmax(0, 1fr));
  }
  .offer-header.col-7 {
    grid-template-columns: 140px repeat(6, minmax(0, 1fr));
  }
  .offer-header.col-8 {
    grid-template-columns: 140px repeat(7, minmax(0, 1fr));
  }
  @media (max-width: 93.74em) {
    .offer-header {
      padding: 20px 15px;
    }
  }
  @media (max-width: 74.99em) {
    .offer-header {
      padding: 20px 0;
    }
  }
  @media (max-width: 61.99em) {
    .offer-header {
      display: none;
    }
  }
  .offer-header__single {
    transition: ease 0.3s all;
    display: flex;
    align-items: center;
    column-gap: 20px;
    position: relative;
    color: #000;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    font-size: 1.0625rem;
  }
  @media (max-width: 74.99em) {
    .offer-header__single {
      font-size: 1.25rem;
    }
  }
  .offer-header__single.sortable {
    /* cursor: pointer; */
  }
  .offer-header__single.active {
    color: #26A9E0;
  }
  .offer-header__single.active.desc svg:first-of-type {
    display: none;
  }
  .offer-header__single.active:not(.desc) svg:last-of-type {
    display: none;
  }
  .offer-header__single.active .sort-arrows svg {
    fill: #26A9E0;
  }
  .offer-header .sort-arrows {
    display: flex;
    flex-direction: column;
  }
  @media (max-width: 93.74em) {
    .offer-header .sort-arrows {
      position: absolute;
      row-gap: 20px;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  .offer-header .sort-arrows svg {
    width: 15px;
    height: 15px;
    transform: rotate(90deg);
    fill: #547554;
  }
  .offer-header .sort-arrows svg:last-of-type {
    transform: rotate(270deg);
  }
  .offer__single {
    display: grid;
    align-items: center;
    padding: 15px 15px;
    justify-items: center;
    position: relative;
    transition: ease 0.4s all;
  }
  @media (max-width: 74.99em) {
    .offer__single {
      padding: 15px 0;
    }
  }
  @media (max-width: 61.99em) {
    .offer__single {
      display: flex;
      flex-direction: column;
      padding: 20px;
    }
  }
  .offer__single.has-revisions .price {
    cursor: pointer;
  }
  .offer__single.hidden {
    display: none;
  }
  .offer__single.wolny .status:before {
    background-color: #28a745;
  }
  .offer__single.soon .status:before {
    background-color: #607d8b;
  }
  .offer__single.zarezerwowany .status:before {
    background-color: #ff5722;
  }
  .offer__single.sprzedany .status:before {
    background-color: #f43636;
  }
  .offer__single .full-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .offer__single .status::before {
    content: "";
    background-color: red;
    width: 20px;
    height: 20px;
    border-radius: 100px;
  }
  .offer__single-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
  }
  @media (max-width: 61.99em) {
    .offer__single-info {
      flex-direction: row;
      column-gap: 20px;
      justify-content: space-between;
      width: 100%;
    }
  }
  .offer__single-info.price {
    cursor: pointer;
  }
  .offer__single-info.price span.show {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .offer__single-info.price span.show .show{
    flex-direction: row;
    column-gap: 5px;
  }
  @media (max-width: 61.99em) {
  .offer__single-info.price span.show {
      text-align: right;
      align-items: flex-end;
  }
  }
  .offer__single-info.price small {
    font-size: 0.9rem;
  }
  .offer__single-info span {
    column-gap: 10px;
    align-items: center;
    display: none;
    font-size: 1rem;
  }
  @media (max-width: 61.99em) {
    .offer__single-info span {
      display: flex;
    }
  }
  .offer__single-info span.status {
    display: flex;
  }
  .offer__single-info svg {
    width: 20px;
    height: 20px;
  }
  .offer__single .card, .offer__single .ask {
    z-index: 1;
    cursor: pointer;
    justify-content: center;
    transition: ease 0.4s all;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    column-gap: 10px;
    font-size: 1rem;
    border: 0;
    background: transparent;
    border-radius: 0;
    flex-direction: row;
  }
  @media (min-width: 62em) and (max-width: 1300px) {
  .offer__single .ask {
      font-size: 0;
      column-gap: 0;
    }
  }
  .offer__single .card:hover, .offer__single .ask:hover {
    color: #26A9E0;
  }
  .offer__single .card:hover svg, .offer__single .ask:hover svg {
    fill: #26A9E0;
  }
  .offer__single .card svg, .offer__single .ask svg {
    width: 24px;
    height: 24px;
    transition: ease 0.4s all;
  }
  .offer__single .button {
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: row;
    font-size: 0.9375rem;
    padding: 15px 20px;
    border-radius: 100px;
    min-width: unset;
    column-gap: 10px;
  }
  @media (max-width: 61.99em) {
    .offer__single .button {
      margin-top: 15px;
      width: 100%;
      padding: 10px 10px;
    }
  }
  .offer__single .button .card svg {
    fill: #26A9E0;
  }
  
  .price-history {
    margin: 0;
    padding: 0;
  }
  .price-history * {
    color: #fff;
  }
  .price-history--empty {
    color: #fff;
    text-align: center;
  }
  .price-history li {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    padding: 10px;
  }
  @media (max-width: 47.99em) {
    .price-history li {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .price-history li:first-child span {
    font-weight: 600;
  }
  .price-history li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .price-history li::before {
    display: none;
  }
  .price-history li span {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    align-items: center;
    line-height: 1.2;
  }
  @media (max-width: 31.25em) {
    .price-history li span {
      font-size: 0.875rem;
    }
  }
  .price-history li .percent {
    font-size: 0.875rem;
  }
  .price-history li .percent.up {
    color: red !important;
  }
  .price-history li .percent.down {
    color: green !important;
  }
  
  .custompopup {
    position: fixed;
    z-index: 999999;
    top: -100%;
    left: 0;
    background: rgba(38, 169, 224, 0.9);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: auto;
    transition: ease 0.3s all;
  }
  .custompopup.mainpopup .custompopup-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .custompopup.visible {
    top: 0;
    visibility: visible;
  }
  .custompopup-content {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .custompopup-content label, .custompopup-content h2, .wpcf7-list-item-label, .wpcf7-list-item-label a, .custompopup-content .wpcf7-not-valid-tip {
    color: #fff;
  }
  .custompopup-content .wpcf7-list-item-label {
    margin-top: 0;
  }
  .custompopup-content label > span {
    margin-top: 10px;
    display: block;
  }
  .custompopup-content .wpcf7-submit {
    font-weight: 700;
    margin-top: 20px;
    font-size: 16px;
    background-color: #fff;
    border: 0;
  }
  .custompopup-content textarea {
    max-height: 180px;
  }
  .custompopup-content input, .custompopup-content textarea {
    padding: 10px;
    width: 100%;
    border: 0;
  }
  .custompopup h2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .custompopup .close {
    position: fixed;
    right: 20px;
    top: 20px;
    background: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: ease 0.3s all;
    cursor: pointer;
  }
  .custompopup .close:hover {
    background-color: #fff;
    color: #000;
  }
  