@import url('./_config.css');

body {
	font-size: 1.0625rem;
}

html {
	scroll-behavior: smooth;
}

/* navbar */

.container-fluid {
	width: 100%;
	padding: 0 5vw;
}

.navbar {
	background: linear-gradient(hsl(220, 48%, 10%), transparent);
	padding-bottom: 50px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	transition: all var(--fastSpeed) var(--easeOutExpo);
}

.affix {
	background-size: 100% 300%;
	backdrop-filter: blur(5px);
	padding-bottom: 0;
}

.navbar-logo {
	margin: 35px 0;
	transition: all var(--fastSpeed) var(--easeOutExpo);
}

.affix .navbar-logo {margin: 15px 0;}

.navbar-logo-image {
	display: block;
	height: 80px;
	transition: all var(--fastSpeed) var(--easeOutExpo);
}
.affix .navbar-logo-image {
	height: 45px;
}

.navbar .tel {
	color: white;
	font-weight: bold;
	margin-right: 60px;
	font-size: 1.25rem;
}

.container {
	max-width: 90%;
	width: var(--containerWidth);
}



@keyframes showDropdown {
	0% {opacity: 0; transform: translateY(-10px);}
	100% {opacity: 1; transform: translateY(0);}
}

@keyframes showNextDropdown {
	0% {opacity: 0; transform: translateX(-10px);}
	100% {opacity: 1; transform: translateX(0);}
}




/* mobile menu */

.mobile-menu-toggler {
	width: 64px;
	height: 64px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	z-index: 9999;
	background: none;
	transition: all var(--fastSpeed) var(--easeOutBack);
	outline: none;
	padding: 20px 15px;
	box-sizing: border-box;
	border: 3px solid var(--primary);
}

.affix .mobile-menu-toggler {
	transform: scale(.85);
}

.mobile-menu-toggler span {
	display: block;
	height: 2px;
	width: 100%;
	background-color: var(--primary);
	transition: all var(--fastSpeed) var(--easeOutBack);
	transform-origin: right;
}


.mobile-menu-toggler.active-toggler span:first-of-type {
	transform: rotate(-45deg) translateX(-3px) translateY(-4px);
}

.mobile-menu-toggler.active-toggler span:last-child {
	transform: rotate(45deg) translateX(-1px) translateY(5px);
	width: 100%;
}

.mobile-menu-toggler.active-toggler span:nth-of-type(2) {
	display: none;
}

.mobile-nav {
	transition: transform var(--fastSpeed) var(--easeOutExpo);
	transform: translateY(-100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: hsla(220, 48%, 10%, 0.95);
	backdrop-filter: blur(5px);
	margin: 0;
	padding: 0;
	z-index: 990;
	overflow-y: auto;
}

.mobile-nav.show {
	transform: translateY(0);
}

.mobile-nav ul,
.mobile-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-nav a {
	display: block;
	font-size: 1rem;
	text-decoration: none;
	font-weight: 700;
	color: white;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all .15s ease-out;
	opacity: .8;
}


.mobile-nav a:hover {
	font-size: 1.7rem;
	opacity: 1;
	text-shadow: 0 3px 5px hsla(0, 0%, 0%, 0.3);
}

.mobile-nav a.active,
.mobile-nav a.nav-active {
	opacity: 1;
}

.mobile-nav .next-li a,
.mobile-nav .prev-li a {
	font-size: 1.2rem;
	opacity: .9;
}

a {text-decoration: none;}

.slogan h1 {
	font-weight: 400;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: var(--titleColor);
	line-height: 1.1;
}

b, strong {
	font-weight: 700;
	color: var(--titleColor);
}

header {
	position: relative;
}

#scroll {
	position: absolute;
	z-index: 20;
	bottom: 30px;
	left: calc(50% - 10.51px);
	animation: updown 1s linear infinite forwards;
}

#scroll:hover {
	animation-play-state: paused;
}

@keyframes updown {
	0% {transform: translateY(0)}
	25% {transform: translateY(-3px)}
	50% {transform: translateY(0)}
	75% {transform: translateY(3px)}
	100% {transform: translateY(0)}
}

body {
	width: 100%;
	overflow-x: hidden;
}


header .swiper-slide img {
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.home header .swiper-slide img {
	height: calc(100vh - 110px);
}


.btn {
	padding: 1.2rem 2rem;
	color: var(--textColor);
	font-size: 0.875rem;
	font-weight: 600;
	filter: none !important;
}

.btn:hover {
	background: var(--primaryLight);
}
.btn:focus {
	background: var(--primaryDark);
}


#idealne-miejsce {padding: var(--sectionPadding) 0;}

#idealne-miejsce h1 {
	font-size: var(--h2);
	margin-top: 0;
	margin-bottom: 20px;
}

#boksy .grid a,
#idealne-miejsce .grid a {
	margin-bottom: 60px;
	transition: all .2s;
}

#boksy .grid a:hover,
#idealne-miejsce .grid a:hover {
	opacity: .8;
	filter: brightness(1.03);
}


.hex-icon {
	width: 118px;
	height: 118px;
	background: url(/assets/img/icon-bg.svg) center no-repeat;
	background-size: contain;
}

#boksy .title,
#idealne-miejsce .title {
	margin: 20px 0 15px;
	display: block;
}

#boksy .text,
#idealne-miejsce .text {
	color: var(--textLight);
	font-size: 0.9375rem;
}

#boksy .more,
#idealne-miejsce .more {
	display: block;
	margin-top: 15px;
	color: var(--primary);
	font-size: 0.9375rem;
}

#boksy .more:hover,
#idealne-miejsce .more:hover {
	text-decoration: underline;
}




#boxes .grid {
	gap: 60px;
}

#boxes {
	padding-bottom: var(--sectionPadding);
}

.card-title {
	font-size: var(--h5);
}

#boxes .card-title {
	height: 50px;
	display: flex;
	align-items: center;
}

.card-title--link {
	color: var(--titleColor);
	display: flex;
	align-items: center;
}

.card-title--link::before {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background-color: var(--primary);
	margin-right: 10px;
}

.card-image {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: block;
}



.card-image img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	transition: transform var(--fastSpeed) var(--easeOutCubic);
}

.card-image:hover img {
	transform: scale(1.1);
}

#architektura {
	padding: var(--sectionPadding) 0;
}

#architektura .container {
	position: relative;
}

#architektura .md\:absolute {
	left: 0;
	background-color: #fff;
	padding: 60px;
}

#architektura h2 {
	margin-top: 0;
	margin-bottom: 20px;
}

#architektura p:last-child {margin-bottom: 0;}

#architektura .md\:absolute::after {
	content: '';
	display: block;
	top: 30px;
	right: -30px;
	bottom: 30px;
	left: 0;
	position: absolute;
	border: 10px solid #fff;
	z-index: -1;
	opacity: .2;
}


#mapa iframe {
	width: 100%;
	height: 550px;
	display: block;
}









.madeby {
	color: var(--textColor);
	text-decoration: none;
	line-height: 1;
	display: inline-block;
}

.madeby small {
	float: left;
	margin: 4px 4px 0 0;
	font-size: 0.6875rem;
}


footer {
	background-color: white;
	padding: var(--sectionPadding) 0 40px;
}

footer strong {
	line-height: 1.3;
}

footer hr {
	opacity: .2;
	background-color: #000;
	margin: var(--sectionPadding) 0 40px;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer li {
	margin: 0 30px 0 0;
	padding: 0;
	list-style: none;
}

footer a {
	color: white;
	transition: opacity .2s;
}

footer a:hover {
	opacity: .8;
}


header .swiper-pagination {
	bottom: 100px !important;
}

header .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: transparent;
	opacity: 1;
	border: 1px solid #fff;
	transition: all .3s ease;
}

header .swiper-pagination-bullet-active {
	background-color: #fff;
}

header .swiper-pagination-bullet:hover {
	background-color: #fff;
	opacity: .5;
}

















.btn {
	background: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 0;
	padding: 1.2rem 2.5rem;
	line-height: 1em;
	font-size: 0.93333rem;
	color: black !important;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: 'Poppins', sans-serif;
	position: relative;
	overflow: hidden;
}

.btn strong {
	font-weight: normal;
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn::before,
.btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn::before {
	background-color: var(--primary);
	z-index: 1;
}

.btn::after {
	background-color: var(--primaryDark);
	z-index: 2;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
		-webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn:hover::after,
.btn:focus::after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.btn.block {
	display: block;
}

.btn.big {
	padding: 1rem 3rem;
	font-size: 1.5rem;
}

.btn.small {
	font-size: 0.9rem;
	padding: 0.4rem 0.8rem;
}

button {
	cursor: pointer;
}

.btn.alt {
	background: transparent;
	color: var(--primary);
	border: 1px solid var(--primary);
}

.btn.alt::before {
	display: none;
}

.btn.alt:hover,
.btn.alt:focus {
	color: white;
}

.mieszkania_bg {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}

#wyszukiwarka {
	padding: 30px 0;
	background-color: #E3E3E3;
}

#wyszukiwarka .container,
#wyszukiwarka .row,
#wyszukiwarka form {
	height: 100%;
}

#wyszukiwarka .has_dropdown {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 190px;
	margin-right: 10px;
}

.has_dropdown button::before {
	content: '';
	display: block;
	position: absolute;
	right: 15px;
	z-index: 69;
	width: 10px;
	height: 6px;
	background: url(/assets/img/dropdown.svg) center no-repeat;
	background-size: contain;
}

#wyszukiwarka .has_dropdown .dropdown {
	min-width: 250px;
	opacity: 0;
	padding: 15px 30px;
	box-sizing: border-box;
	transform-origin: top;
	transform: scaleY(0);
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	box-shadow: 0 5px 15px -2px hsla(0, 0%, 0%, 0.3);
}

#wyszukiwarka input[type='range'] {
	width: 100%;
}

#wyszukiwarka button:not([type='submit']) {
	border: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 10;
	position: relative;
}

#wyszukiwarka button:not([type='submit'])::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: -webkit-gradient(linear,
			left top,
			right top,
			from(transparent),
			color-stop(70%, #fff));
	background: linear-gradient(90deg, transparent, #fff 70%);
}

#wyszukiwarka button:not([type='submit']) small {
	color: #a3a8b3;
	font-size: 0.8rem;
}

#wyszukiwarka button:not([type='submit']) strong {
	font-size: 0.93333rem;
	color: #0d1525;
	font-weight: normal;
	display: block;
	white-space: nowrap;
}

#wyszukiwarka .show_dropdown+.dropdown {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	padding: 15px 30px;
	top: calc(100% + 10px);
	z-index: 99;
}

#inwestycja {
	padding: 150px 0;
}

#inwestycja .row:first-child {
	margin-bottom: 150px;
}

#inwestycja .row:first-child .col-6 {
	position: relative;
}

/* #inwestycja .row:first-child .col-6::after {
	content: '';
	background: url(/img/dots.svg) left bottom no-repeat;
	width: 174px;
	height: 174px;
	padding-bottom: 150px;
	position: absolute;
	z-index: -1;
	bottom: -86.7px;
	left: -86.7px;
} */

#inwestycja h2 {
	margin-top: 0;
	margin-bottom: 30px;
}

#inwestycja a {
	color: #0d1525;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

#inwestycja a:hover {
	color: #31b06e;
}

#inwestycja a img {
	display: block;
	margin-right: 15px;
}



#wyniki_wyszukiwania {
	background-color: #f8f8f8;
}

.wyniki:not(:empty) {
	padding: 60px 0;
}

@-webkit-keyframes wynik {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes wynik {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.wynik {
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border: 1px solid #e2e2e2;
	opacity: 0;
	-webkit-animation: wynik 0.5s 1 forwards;
	animation: wynik 0.5s 1 forwards;
}

.wynik:hover {
	-webkit-box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	background-color: #fff;
}

.wynik .col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	margin: 0;
}

.wynik .btn {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
}

.wynik.wolne .btn::before {
	background-color: #aad61a;
}

.wynik.wolne .btn::after {
	background-color: #92b61c;
}

.wynik.zarezerwowane {
	opacity: 0.6;
}

.wynik.zarezerwowane .btn::before {
	background-color: #ffbb28;
}

.wynik.zarezerwowane .btn::after {
	background-color: #e69812;
}

.wynik.sprzedane .btn::before {
	background-color: #e04c4c;
}

.wynik.sprzedane .btn::after {
	background-color: #b92323;
}

.hide_loading .loading {
	display: none;
}

.wyniki .hidden {
	display: none;
}



.buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.buttons .btn {
	margin-right: 10px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	-webkit-box-flex: 1;
	text-align: left;
	-ms-flex: auto;
	flex: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.buttons .btn img {
	margin-right: 15px;
}

.buttons .btn:last-of-type {
	margin-right: 0;
}



#garaze_app {
	position: relative;
	width: 100%;
}

#garaze_app svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}

#garaze_app rect {
	fill-opacity: 0.5;
	fill: #31b06e;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#garaze_app rect:hover {
	fill-opacity: 0.9;
}

#garaze_app rect.zarezerwowane {
	fill: #ecb558;
}

#garaze_app rect.sprzedane {
	fill: #e04c4c;
}

.garaze_app--bg {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.lg-backdrop.in {
	opacity: 0.8 !important;
}

.thumbnail {
	float: right;
	margin: 0 0 30px 60px;
	max-width: 50%;
	display: block;
}

.thumbnail img {
	display: block;
	width: 100%;
}

.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}



#zapytanie_overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100vw;
	height: 100vh;
	display: none;
	align-items: center;
	justify-content: center;
}

#zapytanie_overlay__backdrop {
	background: rgba(0, 0, 0, 0.4);
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 999999;
}

#zapytanie_form {
	padding: 30px;
	background: #fff;
	max-width: 40vw;
	max-height: 90vh;
	min-width: 290px;
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 9999999;
}

#zapytanie_form__close {
	color: #cc2026;
	font-weight: 700;
	font-size: 26px;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -16px;
	right: -16px;
	transition: all 0.2s;
}

#zapytanie_form__close:hover {
	transform: scale(1.03);
	box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.2);
}

#zapytanie_form h4 {
	margin: 0 30px;
}

#zapytanie_form form textarea {
	height: 5.5rem;
}

form .more {
	color: var(--primary);
}

.more-content a {
	color: var(--primary);
}

#zapytanie_form .alerts:not(:empty) {
	height: 50px;
}

#zapytanie_form label {
	font-size: 1rem;
	line-height: 1.3;
}

#info h2 {
	margin: 0;
	font-size: 2.36667rem;
}

#info h2 em {
	color: #31b06e;
	font-style: normal;
}

#info .status {
	font-weight: 700;
	font-size: 0.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1em;
}

#info .status::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border-radius: 100%;
	background: #131d2a;
}

#info .status.dostepne {
	color: #31b06e;
}

#info .status.dostepne::before {
	background: #31b06e;
}

#info .status.rezerwacja {
	color: #ecb558;
}

#info .status.rezerwacja::before {
	background: #ecb558;
}

#info .status.sprzedane {
	color: #e04c4c;
}

#info .status.sprzedane::before {
	background: #e04c4c;
}

.cechy {
	margin: 30px 0;
	padding: 0;
}

.cechy li {
	list-style: none;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cechy li:first-child {
	border-top: 1px solid #f2f2f2;
}

.buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.buttons .btn {
	margin-right: 10px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.buttons .btn img {
	margin-right: 15px;
}

.buttons .btn:last-of-type {
	margin-right: 0;
}

.checkbox a {
	color: var(--primary);
}





@media screen and (max-width: 1199px) {
	#architektura p {
		font-size: 1rem;
	}
	#architektura .absolute {
		padding: 30px;
	}

	#mapa iframe {height: 400px;}

	.buttons {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.buttons .btn {
		flex-basis: calc(50% - 5px);
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.buttons .btn.alt {
		flex-basis: 100%;
		margin-top: 10px;
	}

	#wyszukiwarka .has_dropdown {max-width: 135px;}

}

@media screen and (max-width: 1022px) {
	#architektura img {
		width: 100%;
		margin-top: 30px;
		max-height: 60vh;
		min-height: 250px;
		object-fit: cover;
		object-position: center;
	}

	footer .flex.items-center {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin-bottom: 30px;
	}

	footer .flex.items-center img {
		margin-right: 0;
		margin-bottom: 10px;
	}

	#wyszukiwarka .has_dropdown {
		/* max-width: 140px; */
		max-width: 26%;
		margin-right: 5px;
	}

	#wyszukiwarka .has_dropdown:last-of-type {margin-right: 0;}

	#wyszukiwarka button[type="submit"] {
		margin-top: 5px;
		width: 100%;
	}

	.mobile-nav a {
		font-size: 1rem !important;
	}

	.chessboard >.flex {margin-bottom: 60px; box-shadow: none !important;}

	.chessboard .flex .content {
		padding-top: 30px;
	}

	.chessboard img {
		max-height: 50vh;
		min-height: 200px;
		object-position: bottom;
	}

	.col-reverse {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 800px) {

	#wyszukiwarka .has_dropdown {
		flex: auto;
		max-width: 100%;
	}

	#wyszukiwarka .has_dropdown:last-of-type {
		margin-right: 0;
		margin-top: 5px;
	}

	#wyszukiwarka .has_dropdown:nth-child(5) {
		margin-right: 0;
	}
}

@media screen and (max-width: 640px) {
	.navbar-logo-image {height: 70px;}
	.navbar .tel {margin-right: 30px;}
	.navbar .tel span {display: none;}

	#wyszukiwarka .row.items-stretch {
		flex-direction: column;
	}

	#wyszukiwarka .has_dropdown {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	#wyszukiwarka .has_dropdown:last-of-type {
		margin-right: 0;
		margin-top: 0;
	}

	.wynik .col--2 {display: none;}
}


@media screen and (max-width: 600px) {
	:root {
		--sectionPadding: 40px;
	}

	#boxes  .card-image img {
		height: 50vh;
		min-height: 200px;
		width: 100%;
		object-fit: cover;
		object-position: bottom;
	}

	#idealne-miejsce {
		text-align: center;
	}

	#idealne-miejsce .md\:w-3-12 {margin-bottom: 60px;}

	.hex-icon {
		width: 100%;
		justify-content: center;
	}

	#architektura .md\:absolute {
		padding: 0;
	}

	#architektura {
		width: 100%;
		overflow-x: hidden;
	}
}

@media screen and (max-width: 480px) {
	.wynik {
		display: flex;
		flex-direction: column;
		margin-top: 30px;
	}

	.wynik .col {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid var(--borderColor);
	}

	.wynik .col--2 {display: none;}

	.mieszkanie-title {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	#info h2 {
		margin-bottom: 20px;
	}
}


@media screen and (max-width: 435px) {
	.navbar .tel {margin-right: 0;}
}

@media screen and (max-width: 375px) {
	.navbar-logo-image {
		height: 55px;
	}

	.navbar .tel img {height: 38px;}

	.mobile-menu-toggler {
		width: 54px;
		height: 54px;
		padding: 15px 10px;
		border: 2px solid var(--primary);
	}
}

@media screen and (max-width: 320px) {
	.navbar-logo-image {
		height: 50px;
	}

	.row {
		margin-left: 0;
		margin-right: 0;
	}

	h1 {font-size: var(--h2);}
	h2 {font-size: var(--h3);}
	h3 {font-size: var(--h4);}
	h4 {font-size: var(--h5);}

	.buttons .btn {
		width: 100%;
		flex-basis: 100%;
		margin-top: 10px;
	}
}