.ben-slide-item.slick-slide {
	display: flex;
	justify-content: space-between;
}

.wpcf7-list-item{
  margin-left:0;
}
.wpcf7-list-item label {
        color: #45474e;
    font-weight: 400!important;
     font-size: 0.69em;
    line-height: 1.55;
    letter-spacing: 0.0005em;
}
.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}
.wpcf7-list-item label a{
     color: #8d9091;
}
input[type="checkbox"] {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top:4px;
}
.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;
}
.slide-2 > a{
    width:100%;
    height:100%;
}
.dane-lini p {
    margin:0;
}
.dane-lini a{
        color: #45474e;
}
.image-4{
    max-height:700px;
    object-fit: cover;
}
.form-zgody .w-checkbox{
    padding-left:0;
}
.navbar{
    transition:0.4s all;
}
.darkHeader{
    background:#45474e;
}
.darkHeader .nav-flex{
border-bottom:1px solid #45474e;
}
.srealizacja-galeria2 {
    justify-content: space-between;
    margin-top: 2.5em;
    display: flex
;
}
.section-portfolio,
.realizacja-s-item{
    overflow: hidden;
}
.slick-slide {
      margin: 0 12px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -12px;
  }
.slick-dots{
    position:static;
}
.slick-dots li button:before{
    content:none!important;
}
.slick-dots li button{
    padding:0!important;
    background-color: #d1d1d1!important;
    flex: none!important;
    width: .25em!important;
    height: .25em!important;
    font-size:16px!important;
}
.slick-dots li{
    margin:0!important;
    width:auto!important;
    height:auto!important;
}
.slick-dots {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    justify-content: center;
    align-items: center;
    display: flex;
}
.slick-dots .slick-active button{
    background:#000!important;
}
.google-map{
    height:600px;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
/* Ustawiamy domyślną, mniejszą szerokość dla każdego slajdu */
.gallery-slider .gallery-slide {
    width: 330px; /* Przykładowa szerokość dla mniejszych slajdów */
    margin: 0 15px; /* Opcjonalny odstęp między slajdami */
    transition: transform 0.4s ease;
}

/* Definiujemy większą szerokość dla slajdu z klasą .is-bigger */
.gallery-slider .gallery-slide.is-bigger {
    width: 675px; /* Przykładowa szerokość dla większego slajdu */
}

/* Poprawki wizualne, aby slajdy były dobrze wyrównane */
.gallery-slider .slick-track {
    display: flex;
    align-items: flex-start; /* lub 'center', jeśli wolisz */
}

.gallery-slider .gallery-slide {
    height: auto;
}

.gallery-slider .gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dtc{
    font-size: .88em;
    font-weight: 400;
    line-height: 1.5;
}
.cs-field{
    outline:none!important;
}
.tooltip {
    display:none;
    position:absolute;
    border:1px solid #132b52;
    background-color:#132b52;
    opacity:0.95;
    border-radius:0;
    padding:8px;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    z-index:999999;
    text-transform:uppercase;
}
.tooltip span{
    font-size:20px;
}
.gallery-slider .gallery-slide img {
    width: 100%;
    height: 34em;
    object-fit: cover;
}
.tabs-menu-2{
    z-index:9;
}
.is-button-dwl{
    color:#45474e;
}
/* Styl dla ikonki historii cen */
#ikona-historii-cen {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    font-family: 'Georgia', serif;
    cursor: pointer;
    margin-left: 8px;
    transition: background-color 0.3s;
}
#ikona-historii-cen:hover {
    background-color: #FFDEA4;
    color: #333;
}

/* Styl dla pop-upu (overlay) */
.popup-overlay {
    display: none; /* Domyślnie ukryty */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.popup-overlay.popup-visible {
    display: flex; /* Pokazujemy, gdy ma klasę */
}

/* Styl dla okna pop-upu */
.popup-content {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.popup-content h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/* Przycisk zamykania */
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
    line-height: 1;
}
.popup-close:hover {
    color: #333;
}

/* Tabela z historią */
.historia-cen-table {
    width: 100%;
    border-collapse: collapse;
}
.historia-cen-table th, .historia-cen-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}
.historia-cen-table th {
    background-color: #f2f2f2;
}
.historia-cen-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
 
.nav-item-link:before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0%;
    height:1px;
    background:#f9f2e9;
    transition:0.5s all;
}
.nav-item-link:hover:before{
    width:100%;
}
/*
 * Style dla domyślnego szablonu strony (page.php)
 */
.section-default-page {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffffff; /* Jasne tło dla czytelności */
    color: #45474E; /* Ciemniejszy kolor tekstu */
}

.default-page-header {
    border-bottom: 2px solid #FFDEA4; /* Akcent kolorystyczny zgodny z resztą strony */
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
}

.default-page-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #45474E;
    line-height: 1.2;
}

.default-page-content {
    max-width: 800px; /* Ograniczenie szerokości dla lepszej czytelności */
    margin-left: auto;
    margin-right: auto;
}

.default-page-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5em;
}

.default-page-content h2,
.default-page-content h3,
.default-page-content h4 {
    font-weight: 600;
    margin-top: 2.5em;
    margin-bottom: 1em;
    color: #45474E;
}

.default-page-content h2 { font-size: 2.2rem; }
.default-page-content h3 { font-size: 1.8rem; }
.default-page-content h4 { font-size: 1.5rem; }

.default-page-content a {
    color: #45474E;
    text-decoration: underline;
    text-decoration-color: #FFDEA4;
    text-decoration-thickness: 2px;
    transition: color 0.3s;
}

.default-page-content a:hover {
    color: #000;
}

.default-page-content ul,
.default-page-content ol {
    padding-left: 25px;
    margin-bottom: 1.5em;
}

.default-page-content li {
    margin-bottom: 0.75em;
    line-height: 1.8;
}
.is-page-title-text{
    text-transform: uppercase;
}
.footer-info-col .fcontent li.menu-item {
    list-style-type: none; /* Ukrywa kropkę/marker */
}

.single-domy .navbar .nav-item-link{
    color:#45474E;
}
.w-nav-link.w--current {
    color: #f9f2e9;
}
.navbar.navbar-is-dark .nav-item-link{
   color:#45474E;
}
.navbar.navbar-is-dark .nav-item-link:before{
    background:#45474E;
}
.navbar.navbar-is-dark .nav-flex {
    border-bottom: 1px solid #7392ab;
}
.w-nav-link.active:before{
    width:100%;
}
.navbar-is-dark.darkHeader .nav-item-link{
   color:#f9f2e9;
}
.navbar.navbar-is-dark.darkHeader .nav-item-link:before{
    background:#f9f2e9;
}
.navbar .brand{
    color:#f9f2e9;
}
.navbar-is-dark .brand{
     color:#45474E;
}
.navbar-is-dark.darkHeader .brand{
     color:#f9f2e9;
}
.dom-hero-flex{
    border:0;
}
.section-dom-hero {
    padding-top: 5.2em;
}
.navbar-is-dark .menu-button svg path{
    stroke:#45474E;
}
.navbar-is-dark.darkHeader .menu-button svg path{
    stroke:#f9f2e9;
}
@media (max-width:600px){
.section-dom-hero {
    padding-top: 7.2em;
}
}

@media screen and (max-width: 991px) {
    
    .darkHeader .nav-menu {
        background-color:#45474E!important;
 
    }
     .navbar-is-dark .nav-menu {
        background-color:#f9f2e9;
 
    }
}
.is-popup {
    display: none;
}

/* Klasa, która pokazuje pop-up, używając `display: flex` */
.is-popup.is-popup-visible {
    display: flex;
}
textarea {
    overflow: auto;
    height: 40px;
}
.form-items{
    gap:0.7em;
}
.form-section:nth-of-type(2){
    align-items: flex-start;
}
.is-popup {
    z-index: 9999;
}
.se_list .se_item:nth-child(even) {
    background-color: #ffffff; /* lub inny jaśniejszy kolor, jeśli wolisz */
}
.se_sort_grid, .se_item_grid{
      grid-template-columns: 1fr 1fr 1fr .75fr 1fr 1fr 1fr 1.25fr 0.75fr 1.2fr;  
}
@media screen and (max-width: 767px) {
    .se_item_grid {
        grid-row-gap: 2em;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 479px) {
    .se_item_grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.microcopy {
    font-size: 0.69em;
    line-height: 1.55;
    letter-spacing: 0.0005em;
}
.spacer._25px {
    width: 1.56em;
    height: 1em;
}
.checkbox_expandable_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.spacer._30px {
    width: 1.88em;
    height: 1em;
}
.zgoda-more {
    overflow: hidden;
    width: 100%;
    padding-top: 0.4em;
    max-height: 0;
    transition: 0.5s all;
}
.zgoda-more-img {
    position: absolute;
    right: 0;
    top: 1px;
    width: 13px;
    cursor: pointer;
}
.form_privacy_link {
    margin-left: 0em;
}

.form_privacy_link {
    margin-top: 0.69em;
      margin-top: 0.69em;
    margin-bottom: 1em;
    -webkit-transition: opacity 200ms 
ease;
    transition: opacity 200ms 
ease;
    color: #45474e;
    text-decoration: none;
    text-transform: uppercase;
}
.form_note {
    margin-bottom: 2.31em;
    font-size: 0.88em;
    line-height: 1.36;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #45474e;
}
.zgoda-show {
    max-height: 500px;
}