.publikacje__big {
    text-align: center;
    margin-bottom: 50px;
}
  
.publikacje__big.col-lg-6 img {
    width: 90%;
}

.publikacje__big.col-12 img {
    width: max-content;
    object-fit: contain;
    max-width: 100%;
}

.realizationSlider__swiper  {
	width: 101%;
}

.singleRealization .realizationSlider .realizationSlider__swiper img {
  height: 700px;
}

.singleRealization .realizationSlider .col-12 {
	padding: 0 100px;
}

.number__box {
	justify-content: space-between;
}


/* Inline #19 | https://paro.pl/?post_type=oferta&p=910 */

.constructionPage.singleOffer__Two {
  min-height: 1071px
}


.constructionPage__image img {
  max-height: 670px;
}


.number__numbers {
	margin-bottom: 0;
}

.references__img {
    width: 100%;
    height: 560px;
}

.header__menu {
    cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
	color: #fff;
	padding: 20px 20px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 200;
	font-size: 16px;
}

.team__box__last {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.team__box__last .h3 {
	color: #0f0f0f;
	line-height: 43px;
}

@media screen and (min-width: 1800px) {
	.singleRealization .realizationSlider img {
		max-height: 80vh;
	}
}

@media screen and (max-width: 1800px) {
	.singleRealization .realizationSlider img {
		max-height: 70vh;
	}
}

/* Stylizacja popupu */
.popup {
    display: none; /* Ukryj popup domyślnie */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6); /* Czarny z przezroczystością */
    z-index: 41;
}

.popup .contact__form {
    margin: 0 80px;
}

.popup-content {
    background-color: #090909;
    margin: 0;
    padding: 30px;
    width: 50%;
    z-index: 450;
    padding: 20px;
    width: 50%; /* Szerokość popupu */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.close {
    color: #fff;
    transition: .5s all;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    font-size: 32px;
    text-decoration: none;
    cursor: pointer;
}

.tekstowa .text h2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
}

.text strong {
	font-weight: 600;
}

.references__img {
	background-position: center;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {

	.header.scrolled .logo img {
		width: 100px;
	}

}

@media screen and (min-width: 991px) and (max-width: 1400px) {
    .popup-content {
        width: 70%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .popup-content {
        width: 100%;
    }
    
    .contact .wpcf7-list-item-label {
        font-size: 18px;
    }
    
}

@media screen and (max-width: 768px) {
    .popup-content {
        width: 100%;
    }
    
    .popup .contact__form {
        margin: 0 30px;
    }

	.constructionPage.singleOffer__Two {
	  min-height: max-content;
	}



}