table {
  width: 100%;              /* tabela zajmuje całą szerokość */
  border-collapse: collapse; /* usuwa podwójne obramowania */
  margin: 20px 0;            /* odstęp od innych elementów */
  font-size: 16px;
  text-align: left;
}

th, td {
  border: 1px solid #ddd;   /* cienka ramka */
  padding: 8px 12px;        /* przestrzeń wewnątrz komórek */
}

th {
  background-color: #f4f4f4; /* delikatne tło dla nagłówków */
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #fafafa; /* paskowanie wierszy */
}

tr:hover {
  background-color: #f1f1f1; /* efekt podświetlenia */
}

/* --- Stylowanie Select2, aby pasowało do pól input --- */

.select2 {
    height: 100%;
    display: flex;
    flex: center;
}

/* 1. Główny kontener pola wyboru (multi-select) */
.select2-container--default .select2-selection--multiple {
    background-color: transparent !important; /* Ustawienie przezroczystego tła */
    border: 1px solid #c4c4be !important;      /* Dopasowanie obramowania */
    border-radius: 0 !important;               /* Usunięcie zaokrąglenia rogów */
    min-height: 48px;
    height: 100%;                          /* Stała minimalna wysokość, aby pasowała do inputów */
    padding: 0 .41em .2em !important;          /* Wewnętrzne odstępy */
    font-size: 0.88em;
}

/* 2. Usunięcie domyślnego cienia przy aktywacji pola */
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default .select2-selection--multiple:focus {
    box-shadow: none !important;
    outline: none;
}

/* 3. Stylowanie "tagów" wybranych opcji */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f0f0f0; /* Delikatne tło dla czytelności */
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-top: 0.55em !important; /* Lepsze wyrównanie w pionie */
    padding: 2px 5px !important;
}

/* 4. Pole do wpisywania tekstu wewnątrz Select2 */
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0.6em; /* Wyrównanie kursora z placeholderem */
    height: 28px;
    height: 100%;       /* Zapewnienie odpowiedniej wysokości pola tekstowego */
}

/* 5. Placeholder (np. "Wybierz budynek") */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #666; /* Kolor placeholdera dla lepszej widoczności */
}

.cons-text {
        color: #58602e;
    letter-spacing: 0;
    text-transform: none;
    font-size: .81em;
    font-weight: 400;
    line-height: 1.5;
}

.wpcf7-list-item{
  margin-left:0;
}
.wpcf7-list-item label {
    color: #58602e;
    letter-spacing: 0;
    text-transform: none;
    font-size: .81em;
    font-weight: 400;
    line-height: 1.5;
}
.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}
.wpcf7-list-item label a{
     color: #58602e;
}
input[type="checkbox"] {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top:0px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ce0202;
    background: #ce0202;
    color: #fff;
    padding: 10px;
    margin: 10px 0px 20px 0px;
    font-size: 14px;
    line-height: 21px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    padding: 10px;
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    margin-top:10px;
}
.liczby-item._4{
    background-size:cover;
}
.sec-kroki {
    overflow: auto;
    padding-bottom: 7em;
}
.show-krok .krok-content {
    max-height: 2000px;
}
.slick-track
{
    display: flex !important;
}
.zgody-more{
    min-width:160px;
}
.slick-slide
{
    height: inherit !important;
}
 /* the slides */
  .slick-slide {
      margin: 0 12px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -12px;
  }
  .slick-list{padding:0 10% 0 0 !important;}
  .ms-slider-lines{
    overflow: hidden;
  }
  .ms-line-line{
width: 14.2857%;
  }
  .of-info-item:last-of-type{
        border-right-width: 0;
  }
.galeria-item-slide{
    max-height:45em;
}
.galeria-item-slide img{
    object-fit:cover;
    width:100%;
    height:100%;
}
.galeria-wrapper .slick-list{padding:0 30% 0 0 !important;}
.poznaj-item{
    transition:0.5s all;
}
.poznaj-item:hover{
    opacity:0.85!important;
}
.krok-item{
    cursor:pointer;
}
/* Ukrycie domyślnego tekstu przycisku i dodanie strzałki przez CSS */
 
 
/* Opcjonalnie - ukrywa strzałkę przy ładowaniu formularza */
.cs-simple-btn-wrapper .wpcf7-spinner {
    display: none;
}
.cs-simple-btn-wrapper.submitting .wpcf7-submit::after {
    display: none;
}
.cs-simple-btn-wrapper.submitting .wpcf7-spinner {
    display: inline-block;
    margin-left: 10px;
}
.wpcf7-submit{
    display: none;
}
.w-checkbox{
    margin-bottom: 0;
}
.zgoda-f-flex{
    display: flex;
    flex-wrap:wrap;
    position:relative;
}
.zgoda-f-flex a{
        color: #58602e;
}
.zgoda-f-flex .checkbox-label{
    font-weight:400;
}
.zgody-ukryte{
    margin-bottom:15px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    width: 100%;
    padding-left:1em;
}
.wpcf7-form-control-wrap{
    width: 100%;
}
.zgoda-f-flex .wpcf7-not-valid-tip{
    position:absolute;
        top: -15px;
        padding-left:0;
}
.zgody-ukryte .wpcf7-form-control-wrap{
    height:0;
}
.zgody-ukryte input[type="checkbox"]{
    margin-top:0;
}

.zgoda-glowna{
    margin-left:0;
}
.error404 .section-hero{
    height:70vh;
}
.error404 .hero-content {
    align-items: center;
}
.error404 .hero-bg{
    padding-bottom:0;
}
.error404 .cs-simple-btn:hover{
   background:#fff;
}
.page-template-default .section-hero {
    height: 300px;
}
.page-template-default .hero-title{
    text-align:center;
}
.pth{
    width:100%;
}
.se_item.is-sprzedane{
    opacity:0.5;
}
.apartment_filter_select_field,
.fya_input {
    padding: .88em .41em .94em;
    font-size: 0.88em;
}
.apartments_filters_grid{
    gap:0.1em;
}
.apartment_filter_select_field,
.apartment_filters_input_wrap{
    min-width:100px;
    height: 100%;
}
.apartment_filter_input_arrow {
    width: .6em;
    margin-right: .4em;
}
.text_13px.is--fya-label{
        font-size: 0.88em;
}
.navbar{
    transition:0.5s all;
}
.darkHeader{
      background-color: #212020;  
}
.nav-item:before,
.w-dropdown-toggle:before{
    content:"";
    position:absolute;
    left:0;
    bottom:9px;
    width:0%;
    height:1px; 
    background:#fff;
    transition:0.5s all;
}
.nav-item,
.w-dropdown-toggle{
    padding-left: 0;
    padding-right:0;
}
.nav-item:hover:before,
.w-dropdown-toggle:hover:before{
    width:100%;
}
.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #212020;
    background: #fff;
    text-transform: uppercase;
    font-size: .81em;
    font-weight: 600;
    line-height: 1.5;
    transition:0.5s all;
}
.w-dropdown-link:hover{
    color: #93521e;
    background-color: #f6dfc0;
}
.social-media-link:hover{
     color: #f6dfc0;
}
.nav-inner-flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
}
.nav-item{
    line-height:1.5;
}
.nav-item.w-nav-link.w--current{
    color:#fff;
}
.nav-item.w-nav-link.w--current:before{
    width:100%;
}
.popup-mieszkanie {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
}

.popup-mieszkanie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.popup-mieszkanie-content {
    position: relative;
    z-index: 10000;
    width: 100%;
    max-width: 1200px; /* Możesz dostosować szerokość */
    margin: 5vh auto;
    background-color: #fff; /* Domyślne tło, jeśli nie ma go w stylach Webflow */
}

/* Styl dla otwartego popupa, jeśli używasz klas */
.popup-mieszkanie.is-open {
    display: flex;
}
.is-najnizsza-cena-info:hover .is-cena-info{
    display:block;
}
.mieszkanie-form-price{
    margin-bottom:3.5em;
}
.popup-mieszkanie{
color: #212020;
    font-family: Epilogue, sans-serif;    
}
.price-title.small-currency{
 top: 6px;
    position: relative;
    right: 10px;  
        font-size: .88em; 
}
.footer-newsletter{
    max-width:50%;
}
.wpcf7-spinner{
    display:none;
}
.footer-newsletter .cs-simple-btn {
    padding: 1em 1em;
    width: 100%;
    max-width: 300px;
}
.is-newsletter-content .zgoda-f-flex .wpcf7-form-control-wrap{
    width:20px;
}
.is-newsletter-content .zgoda-f-flex {
    flex-wrap:nowrap;
}
.is-newsletter-content .zgoda-f-flex .wpcf7-not-valid-tip {
    position: absolute;
    top: -20px;
    padding-left: 0;
    width: 100%;
    min-width: 200px;
}
.w-checkbox-input--inputType-custom.w--redirected-checked{
    box-shadow:none!important;
}
.page-template-template-ankieta .navbar,
.page-template-template-ankieta .footer{
    display:none;
}
/* Poprawki dla ankiety Contact Form 7 */

/* Ukrywa domyślne, niepotrzebne spany od CF7 */
.wpcf7-form .wpcf7-list-item {
    margin: 0;
    display: contents; /* Traktuj ten element jako niewidoczny wrapper */
}

/* Nadaje poprawną strukturę kolumnową dla grup checkboxów */
.ankieta-content-flex .wpcf7-form-control-wrap {
    
}

/* Styl dla pojedynczego elementu (labela) w kolumnie */
.ankieta-content-flex label.w-checkbox {
    margin-bottom: 0; /* Usuwa domyślny margines z CF7 */
    width: 100%; /* Domyślnie dwie kolumny */
}

/* Specyficzne układy kolumnowe, tak jak w HTML */
.ankieta-content-flex._3 label.w-checkbox,
.ankieta-content-flex._4 label.w-checkbox {
    width: 100%;
}
.ankieta-content-flex._15 label.w-checkbox {
    width: 100%;
}

/* Poprawki dla urządzeń mobilnych - jedna kolumna */
@media screen and (max-width: 767px) {
    .ankieta-content-flex label.w-checkbox,
    .ankieta-content-flex._3 label.w-checkbox,
    .ankieta-content-flex._4 label.w-checkbox,
    .ankieta-content-flex._15 label.w-checkbox {
        width: 100%;
    }
}
.ankieta-content-flex{
    display:block;
}
.ankieta-content-flex .wpcf7-exclusive-checkbox{
    grid-column-gap: 1.38em;
    grid-row-gap: 1.38em;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 39em;
    display: grid;
}
.ankieta-content-flex .wpcf7-radio{
    grid-column-gap: 1.38em;
    grid-row-gap: 1.38em;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 39em;
    display: grid;
}

.ankieta-content .wpcf7-list-item label{
    font-size:1em;
}
.ankieta-content-flex._3 .wpcf7-radio {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 37.5em;
      display: grid;
       grid-column-gap: 1.38em;
    grid-row-gap: 1.38em;
    flex-flow: wrap;
    grid-template-rows: auto auto;
}
.ankieta-content-flex._4 .wpcf7-exclusive-checkbox {
       grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 25em;
      display: grid;
       grid-column-gap: 1.38em;
    grid-row-gap: 1.38em;
    flex-flow: wrap;
    grid-template-rows: auto auto;
}
.ankieta-content .wpcf7-not-valid-tip{
    padding-left:0;
}
.w-checkbox-input--inputType-custom.w--redirected-focus{
    box-shadow:none!important;
}
.ankieta-item-input .label-div {
     width:5.3em;
}
.ankieta-item-input .cs-field{
  
}
.form-zgody input, .zgody-ukryte input{
    opacity:1!important;
    position:static!important;
}
@media (max-width:991px){
    .section-marzenia     .blisko-title-text, .blisko-item-small-text {
        text-align: left;
    }
}
@media screen and (max-width: 991px) {
    .etapy-flex {
        width: 100%;
        min-width: 300px;
        overflow: auto;
    }
}
.showflex{
    display:flex!important;
}
.ankieta-last{
    position:relative;
}
.ankieta-last .wpcf7-spinner {
    display: block;
    opacity: 1;
    position: absolute;
    bottom: 70px;
    background-color: #93521e;
}
@media (max-width:991px){
    .mieszkanie-info-right {
    padding-left: 1.94em;
    padding-right: 5em;
}
}

@media (max-width:600px){
    .is-popup-flex{
        flex-wrap:wrap;
    }
    .mieszkanie-info-left{
        width:100%;
        border:0;
        padding-right:0;
        order:2;
        padding-top:1.5em;
    }
    .mieszkanie-info-right{
        width:100%;
        order:1;
        padding-left:0;
    }
    .popup-mieszkanie-content {
    padding: 3.75em 1.5em;
}
}
.is-results-content .text-center{
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-history {
    color: var(--black);
    border: 1px solid #000;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 0.88em;
    height: 0.88em;
    font-weight: 600;
    text-decoration: none;
    display: flex;
}
.is-price-info{
    display:flex;
    align-items: center;
    gap:7px;
}
.price-history > div {
    font-size: 10px;
    line-height: 10px;
}
.cs-popup-price {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}
.show-price-popup {
    display: flex
;
}
.cp-inner {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 99999;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    background-color: #fff;
    max-width: 600px;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    max-height: 90vh;
    overflow: auto;
}
.close-cs-popup-price, .close-cs-popup-dodatkowe {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.building-name {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
}
.apartament-name {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    margin: 4px 0;
}
.wud-shortcode-wrapper .py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}
.wud-shortcode-wrapper .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.wud-shortcode-wrapper .bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.wud-shortcode-wrapper .text-gray-900 {
    --tw-text-opacity: 1;
    color: #333;
}
.wud-shortcode-wrapper .font-semibold {
    font-weight: 600;
}
.wud-shortcode-wrapper .gap-2 {
    gap: .5rem;
}
.wud-shortcode-wrapper .items-center {
    align-items: center;
}
.wud-shortcode-wrapper .flex {
    display: flex;
}
.cs-popup-price h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1.4;
    font-weight:500!important;
}
.wud-shortcode-wrapper .h-5 {
    height: 1.25rem;
    width:1.25rem;
}
#wudPropertyDetailsModal .wud-no-borders, #wudPropertyDetailsModal .wud-no-borders * {
    border: none !important;
    border-collapse: collapse !important;
}
.wud-shortcode-wrapper .min-w-full {
    min-width: 100%;
}
.wud-shortcode-wrapper .wud-no-borders thead tr, .wud-shortcode-wrapper .wud-no-borders tbody tr, .wud-shortcode-wrapper .wud-no-borders th, .wud-shortcode-wrapper .wud-no-borders td {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}
    .wud-shortcode-wrapper .sm\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem;
    }
  .wud-shortcode-wrapper .text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.wud-shortcode-wrapper .font-medium {
    font-weight: 500;
}
.wud-shortcode-wrapper .wud-info-bg {
    background-color: #bbb0a41a !important;
    border-color: #bbb0a433 !important;
}
.wud-shortcode-wrapper .text-right {
    text-align: right;
}
.wud-shortcode-wrapper .py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.wud-shortcode-wrapper .wud-current-badge {
    background-color: #bbb0a4 !important;
    color: #000000 !important;
    padding: 2px 8px !important;
    font-size: 12px !important;
    border-radius: 9999px !important;
    margin-left: 8px !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}
 
.py-3{
  margin-top:25px;
}
.text-left{
  text-align:left;
}
.flexh5{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:10px;
}
.ap-price-info td,
.ap-price-info th{
  padding-left:5px;
  padding-right: 5px;
}
.flex-buttons-pop {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
}
.cp-inner .text-block-3 {
    font-size: 0.88em;
    font-weight: 600;
    line-height: 1.5;
}
.cs-popup-dodatkowe{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}
.show-price-popup {
    display: flex;
}
.cp-inner{
    max-width:900px;
}
 
.is-price-flex{
    font-weight: 500;
    font-size: 0.88em;
    color: #513636;
    display:flex;
    align-items:center;
    gap:10px;
    justify-content: center;
}
.close-cs-popup-dodatkowe {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.se_sort_link_dodatkowe{
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    color: #212020;
    justify-content: center;
    align-items: center;
    font-size: .88em;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    display: flex
;
}
.is-lista-dodatkow .se_sort_grid,
.is-lista-dodatkow .se_item_grid{
        grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
}
.is-lista-dodatkow{
    margin-top:40px;
}

.price-history-dodatkowe {
    color: var(--black);
    border: 1px solid #000;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 0.88em;
    height: 0.88em;
    font-weight: 600;
    text-decoration: none;
    display: flex;
}
.price-history-dodatkowe > div{
    font-size:12px;
}
.cp-inner .cs-simple-btn.is-ask{
    width:auto;
    min-height:auto;
    padding-left:20px;
    padding-right:20px;
}
.is-lista-dodatkow .text_16px-3{
  
}
#popup-cena-brutto{
    display: flex; 
    align-items: center;
    gap:10px;
}
.krok-text{
    font-weight:400!important;
}

@media (max-width:600px){
.is-lista-dodatkow .se_sort_grid, .is-lista-dodatkow .se_item_grid {
    display:flex;
    flex-wrap:wrap;
}
.is-lista-dodatkow .se_item_column{
    width:50%;
}
}

@media (max-width:600px){
.galeria-wrapper .slick-list {
    padding: 0 0% 0 0 !important;
}
}
.scroll-an{
   position:relative;
   top:-100px;
}
.is-call-link{
    color:#fff;
}
.nav-col{
    display: flex;
    align-items:center;
}
.nav-col:last-of-type{
    width:auto;
       display: flex;
    align-items:center;
    gap:15px; 
}
.nav-col.middle{
    margin-right:15px;
}
@media (max-width:500px){
  .is-call-link{
    display:none;
  }  
}
.is-spec-link {
    position: absolute;
    right: -6em;
    bottom: -5em;
    width: 30em;
    height: 30em;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    background-color: #e7ebd2;
    gap: 20px;
    color: #93521e;
    text-decoration: none;
    align-items: flex-start;
    justify-content: center;
    padding-left: 5em;
    transition:0.5s all;
}
.is-spec-link > .link-text{
    letter-spacing: .855px;
    text-transform: uppercase;
    margin-bottom: .4em;
    font-size: 2em;
    font-weight: 800;
    line-height: 1.2;
}
.is-more{
    display:flex;
    align-items: center;
    justify-content: center;
    gap:10px;
}
.is-spec-link:hover{
    background-color: #f6dfc0;

}

@media (max-width:991px){
    .is-spec-link{
            width: 24em;
    height: 24em;
    padding-left:3.5em;
    }
    .is-spec-link > .link-text{
        font-size:1.5em;
    }
}

@media (max-width:591px){
    .is-spec-link{
            width: 15em;
    height: 15em;
    padding-left:1.5em;
    }
    .is-spec-link > .link-text{
        font-size:1em;
    }
        .hero-bg {
        padding-bottom: 12em;
    }
    .is-spec-link{
        right: -3em;
    bottom: -3em;
    }
}
.etapy-flex{
    padding-right:0;
    overflow:hidden;
}
.etapy-slider-nav{
    grid-column-gap: 5.94em;
    grid-row-gap: 5.94em;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3.13em;
    display: flex
;
}
.etapy-flex .slick-list {
    padding: 0 0 0 0 !important;
}
.nav-inner-flex .is-call-link{
    display:none;
}
@media (max-width:576px){
    .nav-col > .is-call-link{
    display:none;
}
 .nav-inner-flex .is-call-link{
    display:block;
}
.apartments_filters_grid {
    gap: 10px;
    max-width:100%;
}  
.fya_inputs_grid {
    display: flex;
    align-items: center;
} 
}
.liczby-item{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.liczby-item{
        padding: 2.81em 1.63em 1em 1.25em;
}
.liczby-top-text {
    font-size: 3.13em;
}