.title_container {
	background: #f8f8f8;
	padding: 1.5rem 1rem;
	text-align: center;
}


#select_place img.blok {
	margin: 0px 0;
	display: block;
}

#select_place h3 {
	color: #0E3B1F;
	font-weight: bold;
	text-align: center;
	font-size: 2.5em;
	margin-bottom: .3em;
}

#select_place .content {
	padding-top: 70px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#select_place .content {
		padding-top: 50px;
	}
}
#select_place .content p {
	font-size: .8em;
	padding: 0 0.5em;
}


@media screen and (min-width: 769px) {
	.floor_container img.mobile {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.floor_container img.desktop {
		display: none;
	}
}


.floor_content {
	position: relative;
	width: 140%;
	height: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	max-width: 1000px;
	/* max-height: 80%; */
	flex: 1;
	margin: 0 auto;
}
.tooltip-local {
	transform: translate(-50%, -50%);
	background: #0f3b1f;
	color: #fff;
	opacity: .8;
	padding: 5px;
	font-size: 12px;
	border-radius: 4px;
	cursor: pointer;
	pointer-events: none;
	text-wrap: nowrap;
}

.tooltip-local:hover,
.tooltip-local.hover {
	opacity: 1;
}

.tooltip {
	position: absolute;
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	border-radius: 5px;
	pointer-events: none; /* Sprawia, Å¼e tooltip jest "przezroczysty" dla zdarzeÅ„ myszy */
	z-index: 9999999;
	display: none;
	transition: opacity 0.2s;
}


.floor .st0 {
	fill: #9ebd76;
	opacity: .4;
	cursor: pointer;
}

.floor .st0.hover,
.floor .st0:hover {
	opacity: .7;
}
.floor .st0.Zarezerwowana {
	fill: #edd820;
/*	fill: #76b3bd;*/
}
.floor .st0.Sprzedana,
.floor .st0.Zajeta {
 	fill: #ce795f;
 }

.content_bg {
	display: none;
	position: fixed;
	background-color: #fff;
	z-index: 999999;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	height: 100dvh;
}

.content_bg #kamienica,
.content_bg #oficyna {
	display: none;
	justify-content: center;
}

.floor_container {
	position: relative;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	overflow-y: auto;
	margin-top: 70px;
	padding-left: 50px;
	padding-right: 50px;
}

.floor_container .floor {
	display: none;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	transform: translateY(-50px);
}

ul.floor_list {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 0;
	list-style: none;
	z-index: 99;
	padding-left: 0!important;
	margin-left: 0!important;
}
ul.floor_list a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #0E3B1F;
	display: block;
}
ul.floor_list li:hover a {
	background-color: #0E3B1Fb5;
	color: #edebe3;
}
ul.floor_list li a.active {
	background-color: #0E3B1F;
	color: #edebe3;
}


ul.floor_list .select {
	text-align: left;
	position: relative;
	display: inline-block;
	height: 170px;
	width: 30px;
	line-height: 30px;
}
ul.floor_list .select span {
	color: #637067;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	width: 160px;
	font-size: 1.2em;
}
@media screen and (max-width: 768px) {
	ul.floor_list a {
			width: 30px;
			height: 30px;
			line-height: 30px;
	}
	.floor_content {
		transform: translateX(-15%) translateY(-2%);
	}

	.floor_container {
		padding-left: 30px;
		height: calc(100% - 20px);
	}
	.floor_container.open_mieszkanie {
		padding-left: 0;
		padding-right: 0;
	}
}

.content_bg .close {
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 9999;
	color: #0E3B1F;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	width: 60px;
}
.content_bg .close svg {
	width: 20px;
	fill: #0E3B1F;
	margin-right: 6px;
	position: absolute;
	left: 0;
}
.content_bg .close span {
	position: absolute;
	right: 0;
}
.content_bg .floor_logo {
	position: fixed;
	top: 10px;
	left: 15px;
	z-index: 9999;
	color: #0E3B1F;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	width: 230px;
}
@media screen and (max-width: 768px) {
	.content_bg .floor_logo {
		width: 180px;
		margin-top: 5px;
	}
}

#budynek {
	display: block;
}
.floor {
/*	max-height: 90vh;*/
/*	width: 90vw;*/
/*	margin: 0 5vw;*/
}
.floor_content svg {
	width: 100%;
	/* display: block; */
	/* transform: translateY(-50%); */
	/* top: 50%; */
	/* position: absolute; */
}
@media screen and (min-width: 768px) {
	.floor {
		width: 100%;
		/* max-height: 70vh; */
		/* padding: 0 10em; */
	}
	.floor_content svg {
		/* margin: 0 auto; */
		/* height: 100%; */
		/* left: 50%; */
		/* transform: translate(-50%, -50%); */
		/* width: 100%; */
		max-height: 100dvh;
	}
}

svg text {
	font-size: 1em;
	font-weight: bold;
	opacity: .5;
}

.mieszkanie {
	display: none;
	text-align: left;
	width: 100%;
	height: 100%;
	/* margin-top: 140px; */
	/* padding-top: 140px; */
	/* padding-top: 70px; */
	transform: translateY(-50px);
}
.mieszkanie .row {
	height: 100%;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	/* margin-left: 80px; */
	/* position: absolute; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
	/* margin-top: 70px; */
	display: flex;
	align-items: center;
	/* overflow-y: scroll; */
}

.mieszkanie_gallery {
	max-height: 500px;
	padding-bottom: 20px!important;
}
.mieszkanie_gallery img {
	max-height: 470px;
	width: auto!important;
	margin: 0 auto;
}
.col-data, .col-img, .col-form {
	/* float: left; */
	/* display: block; */
	/* min-height: 550px; */
}

.col-data {
	width: 200px;
	/* padding-top: 30px; */
	align-content: center;
	display: flex;
}
.col-img {
	width: calc(70% - 200px);
	text-align: center;
	padding: 0px 3%;
}
/*.col-img img {
	max-height: 640px;
}*/
.col-form {
	width: 30%;
}

.col-form > div {
	display: inline-block;
	background: #FAFAFA;
	padding: 2em;
	width: 100%;
}

.nr_local {
	/*border: 1.5px solid #0E3B1F;
	padding: 0.3em 0.5em;
	color: #0E3B1F;
	font-weight: 700;
	display: inline;
	font-size: 1.2em;*/

	color: #0E3B1F;
	font-weight: 700;
	display: inline-block;
	font-size: 1.6em;
}
.nr_local::after {
	content: '';
	display: block;
	position: relative;
	border: none;
	height: 2px;
	background-color: #0E3B1F;
	width: 60%;
	margin-top: 5px;
	transition: width 1s;
}

.info_local {
	padding: 15px 0 0;
	color: #636765;
	font-size: .8em;
}

.info_local strong {
	font-size: 1.7em;
	display: block;
	color: #0E3B1F;
	margin-top: 8px;
	margin-bottom: -5px;
}

.info_local strong small {
	font-weight: 400;
	font-size: .7em
}
.info_bar {
	display: none;
}
@media screen and (max-width: 768px) {
	.info_local > div {
		width: 100%;
	}
	.info_local {
		display: flex;
		flex-wrap: wrap;
	}
	.info_col {
		display: flex;
		flex-direction: column; 
		justify-content: center; 
		flex: 1; 
		min-width: 50%;
		box-sizing: border-box; 
	}

	.float_bar.info_bar a.phone {
		border-radius: 50%;
		width: 80px;
		height: 80px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
		bottom: -40%;
		border: 2px solid #fff;
		align-items: center;
		display: flex;
		text-align: center;
	}
	.info_bar .phone svg {
		margin: 0 auto;
		width: 30px;
		height: 30px;
	}
	.info_bar .sms {
		padding-right: 20px;
		background-color: #ededed;
		color: #282828!important;
	}
	.info_bar .sms path {
		stroke: #0E3B1F;
	}
	.info_bar .contact {
		padding-left: 20px;
	}

	.mieszkanie_gallery{
		height: calc(100dvh - 290px);
	}
	.mieszkanie_gallery img {
		max-height: calc(100dvh - 290px - 50px - 3.5em)!important;
		max-width: 90vw!important;
		margin: inherit;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.info_bar {
		position: fixed;
		bottom: 0;
		width: 100%;
		display: flex;
		z-index: 11;
		text-align: center;
		transition: opacity 0.5s ease;
		opacity: 1;
	}
	.float_bar.info_bar a {
		width: 50%;
	}
}



.info_local .wolna {
	color: #9ab27c;
}
.info_local .zarezerwowana {
	color: #edd820;
/*	color: #4dadba;*/
}

.info_local .zajeta {
	color: #ce795f;
/*	color: #b16761;*/
}

.nf-before-form-content {
	display: none;
}

.nf-form-content  .nf-field-label {
	display: none;
}

.wpcf7-form p {
	padding: 0!important;
}
.wpcf7-form-control {
	background-color: transparent;
	border: 1px solid #b6b6b691!important;
	border-radius: 0!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
}
.nf-field-container {
	position: relative;
	margin-bottom: 15px!important;
}
.nf-after-field {
	position: absolute;
	bottom: -1.5em;
	font-size: .6em;
}
textarea.wpcf7-form-control {
	height: 110px!important;
	display: block;
}
.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #9ab27c;
	border-color: #9ab27c;
	color: #fff;
	margin: 0;
	font-size: 12px;
	padding: 0.5em 1em;
}

.wpcf7-submit {
	background-color: #0E3B1F!important;
	color: #EEEBE3!important;
	border: none!important;
	width: 100%!important;
	font-weight: 600;
	border-radius: 0!important;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus {
	background-color: #0E3B1F;
}

#select_place {
/*	font-family: 'europa', Sans-serif;*/
}

#select_place h4 {
/*	font-family: "Stardom", Sans-serif;*/
	font-weight: bold;
	color: #282828;
	font-size: 1.3rem;
	margin-top: 0;
	display: inline-block;
}


.slick-dots li button:hover {
	background-color: transparent;
}

.slick-dots li button:before {
	font-size: 22px!important;
}

.mieszkanie_gallery .swiper-pagination  {
	bottom: 10px!important;
}

@media screen and (max-width: 768px) {
	.mieszkanie_gallery {
		/*padding-top: 7em!important;
		padding-bottom: 2em!important;*/
		padding-top: 3em!important;
		padding-bottom: 0em!important;
	}
	.swiper-slide {
		overflow: hidden;
	}
	

	#budynek {
		margin-left: -60%;
	}
	.tooltip {
		display: none!important;
	}

	div[data-id=poziom1] {
		height: 100%;
		width: 100%;
	}

	.mieszkanie .row {
		display: flex!important;
		flex-direction: column;
		height: auto;
		transform: translateY(0px);
		top: 0;
		position: relative;
		width: 100%;
		margin: 0;
	}
	.mieszkanie .row .col-img {/*		margin-top: 2em;*/padding: 0;padding-bottom: 1em;height: calc(100dvh - 280px);}
	.mieszkanie .row .col-data,
	.mieszkanie .row .col-form {
		padding: 0em 2em;
	}
	.floor_container {
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.col-data,
	.col-img,
	.col-form {
		width: 100%;
		display: flex;
		float: none;
	}
	.col-form {
		display: none;
	}

	.col-form.open {
		display: block;
		position: fixed;
		background: #fff;
		z-index: 999;
		bottom: 0;
		top: 0;
		display: flex;
		align-items: center;
		height: 100dvh;
	}
	.col-form.open div {
		width: 100%;
	}
	.col-form.open h4 {
		font-size: 1.4rem!important;
	}

	.col-data {
		order: 2;
	}
	.col-img {
		order: 1;
	}
	.col-form {
		order: 3;
	}
	#nf-form-1-cont {
		width: 100%;
	}
}



#wybierz_poziom,
#wybierz_poziom_home {
	display: block;
}

@media screen and (max-width: 768px) {
	#wybierz_poziom,
	#wybierz_poziom_home {
		margin: 0 -15%;
	}
}


svg polygon {
	opacity: 0;
	fill: #0E3B1F;
	transition: opacity 0.3s;
	cursor: pointer;
}

svg polygon:hover {
	opacity: 0.3;
}

.mapa_poziomy_containter {
	position: relative;
	overflow: hidden;
}
.mapa_poziomy_box {
	position: absolute;
	top: 40px;
	left: 50px;
	color: #fff;
	background: #00000059;
	padding: 6px 10px;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
}
.mapa_poziomy_link {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.mapa_poziomy_link a {
	border: 1px solid #fff;
	color: #fff;
	padding: 0.6em 1em;
}
.mapa_poziomy_link a:hover {
	background-color: #fff;
	color: #0E3B1F;
}

@media screen and (max-width: 768px) {
	.mapa_poziomy_box {
		/*display: none;*/
		top: 1rem;
		left: 1rem;
	}
	.mapa_poziomy_link {
		bottom: 5%;
	}
	.mapa_poziomy_link a {
		font-size: .8em;
		padding: 0.5em 1em;
	}
}
.mapa_poziomy_box strong {
	font-weight: 600;
	font-size: 14px;
}


.page-id-19747 div[data-elementor-type=header]{
	z-index: 3;
	position: relative;
}
.page-id-19747 div[data-elementor-type=wp-page]{
	z-index: 2;
	position: static;
	background: #fff;
}
.page-id-19747.popup-open div[data-elementor-type=wp-page] {
	position: static;
}



.pswp {
	z-index: 9999999;
}
.pswp__bg,
.pswp__img--placeholder--blank {
	background-color: #fff;
}

.pswp__img {
	max-width: inherit!important;
}


.call_form {
	text-align: center;
	margin-bottom: -10px;
}
.call_form hr {
	border: 1px solid #e9e9e9;
	border-bottom: none;
	margin-bottom: 15px!important;
	margin-top: 30px!important;
}
.call_form a,
.call_form a:hover {
	color: #2C3D35;
	font-weight: bold;
}




/*
	Custom
*/

@media screen and (max-width: 768px) {
	.mapa_poziomy_containter .swiper-slide {
		align-items: center;
		display: flex;
		padding: 0 1.5rem;
	}
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 10px!important;
	}

	.floor_container .floor {
		transform: rotate(90deg) scale(1.3) translateX(-10%) translateY(-10px);
	}

	.floor_container .tooltip-local {
		transform: rotate(-90deg) translate(0%, -100%);
	}

	.floor_container.recalc .floor {
		transform: rotate(0deg) scale(1)!important;
	}

	.floor_container.recalc .tooltip-local {
		transform: rotate(0deg) translate(-50%, 100%);
	}
	div .tooltip-local {
		font-size: 6px;
		padding: 3px 5px;
		border-radius: 2px;
	}

}




.show-list-container {
	display: none;
	text-align: center;
	margin: 1rem auto;
}
.show-list {

}

@media screen and (max-width: 768px) {
	.show-list-container {
		display: block;
	}
	#lista {
		display: none;
	}
}


svg g.plus {
	pointer-events: none;
	animation: bounce2 2s infinite;
}


@keyframes bounce2 {
0%,
25%,
50%,
75%,
100% {
	transform: translateY(0);
}
40% {
	transform: translateY(-6px);
}
60% {
	transform: translateY(-3px);
}}

@keyframes pulse {
	0% {
		transform: scale(0.98);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.98);
	}
}

.pswp {
	z-index: 999999;
}