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

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

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

#select_place .content {
	padding-top: 60px;
	text-align: center
}

@media screen and (max-width: 768px) {
	#select_place .content {
		padding-top:50px
	}
}

#select_place .content p {
	font-size: .8em;
	padding: 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: 170%;
	height: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	max-width: 1000px;
	flex: 1;
	margin: 0 auto
}

.tooltip-local {
	transform: translate(-50%, -50%);
	background: #0f3b1f;
	color: #fff;
	opacity: .8;
	padding: 5px;
	font-size: 11px;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	pointer-events: none;
	text-wrap: nowrap;
}

.tooltip-local span {
	left: 0;
	position: absolute;
	bottom: -16px;
	right: 0;
	color: #000;
	font-size: 11px;
	text-align: center;
	text-shadow: 0 0 4px #fff;
	font-weight: 700;
	background: #fff;
	border-radius: 0 0 4px 4px;
}

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

.tooltip {
	position: absolute;
	padding: 5px 10px;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	border-radius: 5px;
	pointer-events: none;
	z-index: 9999999;
	display: none;
	transition: opacity 0.2s
}

.floor .st0:not(.plus .st0) {
	fill: #9ebd76;
	opacity: .4;
	cursor: pointer
}

.floor .st0.hover:not(.plus .st0),.floor .st0:hover:not(.plus .st0) {
	opacity: .7
}

.floor .st0.Zarezerwowana {
	fill: #edd820
}

.floor .st0.Zajeta {
	fill: #ce795f
}

svg g.plus .st0 {
	fill: #FFFFFF;
	opacity: 1;
}

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

.sovo_interactive_map_inline {
    display: block;
    position: relative;
    background-color: #fff;
    width: 100%;
    z-index: 10;
    margin: 20px 0 0;
}

.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
}

.sovo_interactive_map_inline .floor_container {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    overflow: visible;
    display: flex;
    align-items: center;
    position: relative;
}

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

.sovo_interactive_map_inline .floor_container .floor {
    transform: none;
    flex: 1;
    min-width: 0;
}

@media screen and (max-width: 768px) {
	.sovo_interactive_map_inline .floor_container .floor {
		transform: rotate(90deg) scale(1.1) translateY(4%) translateX(-10%);
	}
}

@media screen and (max-width: 780px) {
	.sovo_interactive_map_inline .floor_container {
		height: 680px;
	}
}

ul.floor_list {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 0;
	list-style: none;
	z-index: 99
}

.sovo_interactive_map_inline ul.floor_list {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
    width: 30px;
}

.sovo_interactive_map_inline .legenda {
    display: none;
}

.sovo_interactive_map_inline ul.floor_list .select {
    display: none;
}

.building_list > span {
    font-weight: 600;
}

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(-20%) 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: 999999;
	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: 3px;
	left: 10px;
	z-index: 9999;
	color: #0E3B1F;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	width: 230px;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.content_bg .floor_logo {
		width:180px;
		margin-top: 0px
	}
}
@media screen and (min-width: 769px) {
	.content_bg .floor_logo {
		top: 15px;
		left: 15px;
	}
	.content_bg .close {
		top: 20px;
	}
}

#budynek {
	display: block
}

.floor_content svg {
	width: 100%
}

@media screen and (min-width: 768px) {
	.floor {
		width:100%
	}

	.floor_content svg {
		max-height: 100dvh
	}
}

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

.floor_container > .room {
	display: none;
	text-align: left;
	width: 100%;
	height: 100%;
	transform: translateY(-50px)
}

.floor_container > .room .row,
.mieszkanie .row {
	height: 100%;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	align-items: center
}

.mieszkanie_gallery {
	max-height: 500px;
	padding-bottom: 20px!important
}

.mieszkanie_gallery img {
	max-height: 470px;
	width: auto!important;
	margin: 0 auto
}

.col-data {
	width: 200px;
	align-content: center;
	display: flex;
	text-align: left
}

.col-img {
	width: calc(70% - 200px);
	text-align: center;
	padding: 0 3%
}

.col-form {
	width: 30%
}

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

.nr_local {
	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 - 50px)
	}

	.mieszkanie_gallery img {
/*		max-height: calc(100dvh - 290px - 50px - 3.5em)!important;*/
		max-height: calc(95dvh - 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
}

.info_local .zajeta {
	color: #ce795f
}

.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!important;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #9ab27c;
	border-color: #9ab27c!important;
	color: #fff;
	margin: 0;
	font-size: 12px;
	padding: .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 h4 {
	font-weight: 700;
	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:3em!important;
/*		padding-bottom: 0em!important;*/
		padding-bottom: 25px !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(0);
		top: 0;
		position: relative;
		width: 100%;
		margin: 0
	}

	.mieszkanie .row .col-img {
		padding: 0;
		padding-bottom: 1em;
		height: calc(100dvh - 330px)
	}

	.mieszkanie .row .col-data,.mieszkanie .row .col-form {
		padding: 0em 2em
	}

	.floor_container {
		overflow-y: scroll;
		overflow-x: hidden;
		margin-top: 0
	}

	.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#wybierz_poziom polygon,
svg#wybierz_poziom path {
	opacity: 0;
	fill: #fff;
	transition: opacity .5s;
	cursor: pointer
}

svg#wybierz_poziom polygon:hover,
svg#wybierz_poziom path:hover {
	opacity: .45
}

/* Plus icons inside wybierz_poziom — keep visible with white fill */
svg#wybierz_poziom g.plus rect,
svg#wybierz_poziom g.plus path {
	opacity: 1;
	cursor: default
}

svg polygon.highlight {
	opacity: .5
}


.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: 400;
	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: .6em 1em
}

.mapa_poziomy_link a:hover {
	background-color: #fff;
	color: #0E3B1F
}

@media screen and (max-width: 768px) {
	.mapa_poziomy_box {
		top:1rem;
		left: 1rem
	}

	.mapa_poziomy_link {
		bottom: 5%
	}

	.mapa_poziomy_link a {
		font-size: .8em;
		padding: .5em 1em
	}
}

.mapa_poziomy_box strong {
	font-weight: 600;
	font-size: 14px
}
/* .page-id-19747 div[data-elementor-type=wp-page] */
div[data-elementor-type=wp-page] {
	z-index: 2;
	position: relative;
	background: #fff
}
/* .page-id-19747.popup-open div[data-elementor-type=wp-page] */
.popup-open div[data-elementor-type=wp-page] {
	position: static
}

.popup-open header[data-elementor-type="header"] {
	display: none;
}

.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: 700
}

@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.1) translateY(-4%) translateX(-10%)
	}

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

	.tooltip-local.typ-miejsce {
		font-size: 7px !important;
		transform: rotate(-55deg) translate(0%, -100%);
	}
}

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

}

#lista_filter {
	display: none;
}

@media screen and (max-width: 768px) {
	.show-list-container {
		display: block;
	}
	.tabel-filter {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.show-list-container {
		display: none;
	}
	.tabel-filter {
		display: block!important;
	}
}

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(.98)
	}

	70% {
		transform: scale(1)
	}

	100% {
		transform: scale(.98)
	}
}

.pswp {
	z-index: 999999
}



.wpcf7-form-control.hide-input {
	display: none!important;
}

.tooltip-local.typ-miejsce,
.tooltip-local.typ-komorka {
	background-color: transparent;
	color: #000;
	font-size: 8px;
}
.tooltip-local.typ-miejsce {
	font-size: 12px;
}