*, *::before, *::after {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-overflow-scrolling: touch;
	text-decoration-thickness: 1px !important;
	text-underline-offset: .25em !important;
}

a, address, b, blockquote, body, button, dd, div, dl, dt, em, fieldset, figure, form, h1, h2, h3, h4, h5, hr, html, i, input, ins, legend, li, mark, menu, ol, p, strong, td, textarea, th, var, video, ul {
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	font-family: inherit;
	text-align: inherit;
	color: inherit;
}

button, fieldset, hr, img, input, textarea {
	border: none;
	background-color: transparent;
}

body {
	font-family: "Albert Sans", sans-serif;
}

button {
	overflow: visible;
	cursor: pointer;
}

li {
	list-style: none;
}

html {
	font-size: 0.052vw;
}

.map-filter {
	-webkit-appearance: auto;
}

.main {
	position: relative;
}

.filter-group strong {
	font-size: 36rem;
	font-weight: 300;
	padding-bottom: 20rem;
	display: block;
}

.filter-group label {
	font-size: 18rem;
	font-weight: 300;
	margin-bottom: 10rem;
	display: flex;
	gap: 12rem;
	align-items: center;

}

.filter-group br {
	display: none;
}

.filter-group:nth-child(1) {
	padding-top: 0;
}

.filter-group:last-child {
	padding-bottom: 0;
}

.filter-group {
	padding: 40rem 0;
}

.filter-group:not(:first-child) {
	border-top: 1px solid rgb(27 28 51 / 10%);
}

.map-info-panel__title {
	font-weight: 700;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	line-height: 1;
}

.map-info-panel {
	position: absolute;
	left: 1%;
	top: 1vh;
	width: 100%;
	max-width: 530rem;
	height: fit-content;
	max-height: 99vh;
	background: #fff;
	overflow: auto;
	z-index: 2;
	border-radius: 20rem;
}

.map-info__tags-toggle {
	margin-top: 20rem;
	font-size: 20rem;
	color: #3C4ED6;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: max(5px, 7rem);
}

.map-info__tags-wrap {
	margin-top: max(20px, 40rem);
	padding-top: max(10px, 20rem);
	border-top: 1px solid rgb(27 28 51 / 10%);
}

.map-info__tags-toggle  .map-info__tags-toggle-text {
	text-decoration: underline;
}

.map-info__tags-toggle-icon svg {
	width: 16rem;
}

.map-info-panel__close:after {
	content: '';
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.5%2011.75L11.75%200.5%22%20stroke%3D%22%231B1C33%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M11.75%2011.75L0.5%200.5%22%20stroke%3D%22%231B1C33%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	width: max(32px, 40rem);
	height: max(32px, 40rem);
	position: relative;
	display: block;
	border: 1px solid rgb(27 28 51 / 20%);
	border-radius: 100%;
	padding: 10rem;
}

.close-button-wrapper {
	text-align: end;
	margin-bottom: max(12px, 16rem);
}

.map-info-panel__inner {
	padding: max(20px, 30rem);
}

.map-info-panel__close {
	position: relative;
	font-size: 0;
	line-height: 1;
	background: transparent;
	border: 0;
	cursor: pointer;
	margin-bottom: 16px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.map-info__image {
	width: 100%;
	height: max(274px, 294rem);
	object-fit: cover;
	border-radius: 10px;
	display: block;
	margin-bottom: max(20px, 40rem);
}

.map-info__title {
	font-size: max(24px, 36rem);
	line-height: 1.2;
	margin-bottom: max(10px, 20rem);
}

.map-info__text {
	white-space: pre-line;
	color: #000000;
	opacity: .7;
	font-size: max(16px, 18rem);
}

.map-info__tags-title {
	font-size: max(18px, 22rem);
	font-weight: 500;
	margin-bottom: max(10px, 20rem);
}

.map-info__tag {
	font-size: max(14px, 16rem);
	font-weight: 500;
}

.map-info__tags {
	color: #1B1C33;
}

.map-filters {
	position:absolute;
	left:12px;
	top:12px;
	z-index:2;
	background:#fff;
	padding:30rem;
	border-radius:20px;
	max-height:90vh;
	overflow:auto;
}

#map {
	height:100vh;
	width:100%;
}

.info-group {
	padding-bottom: 1em;
}

.info-group__label {
	font-weight: 700;
	padding-bottom: 0.5em;
	font-size: 1.2em;
}

.map-info-panel__full-name {
	margin-bottom: 20px;
}

.filter-group label input[type="checkbox"] {
	accent-color: #3C4ED6;
}

.map-filters__clear {
	display: flex;
	flex-direction: row-reverse;
	gap: 12px;
	font-size: 20rem;
	align-items: center;
}

.map-filters__clear .map-filters__clear-icon {
	display: flex;
}

.map-filters.map-filters--hidden {
	display: none;
}

@media (min-width: 1024px) {
	.map-filters .map-filters__close {
		display: none;
	}

	.map-filters .filter-group:first-of-type {
		border-top: 0;
		padding-top: 0;
	}
}

@media screen and (max-width: 1023.98px) {
	html {
		font-size: 1px;
	}

}

@media (max-width: 1024px) {
	.filter-group strong {
		font-size: 20px;
	}

	.filter-group {
		padding: 20px 0;
	}

	.filter-group label {
		font-size: 13px;
		margin-bottom: 10px;
		gap: 10px;
	}

	.map-filters {
		padding: 20px;
		left: 0;
		bottom: 0;
		top: auto;
	}
}

@media (max-width: 767px) {

	.map-filters-toggle {
		position: fixed;
		z-index: 9999;
		right: 8px;
		top: 9px;
		border-radius: 6px;
		cursor: pointer;
		font-size: 14px;
		padding: 17px;
		background-color: #ffffff;
		line-height: 1;
	}

	.map-filters-toggle__text svg {
		width: 24px;
		height: 24px;
	}

	.map-filters-toggle__text {
		display: flex;
	}

	.map-filters {
		display: none; 
		width: 100%;
	}

	.map-filters.is-open {
		display: block;
		z-index: 999999;
		width: 100%;
		padding-top: 67px;
		padding-bottom: 50px;
		border-radius: 20px 20px 0 0;
	}

	.map-filters__close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 16px;
		right: 16px;
		width: 32px;
		height: 32px;
	}

	.map-filters__close-icon svg {
		display: block;
	}

	body.map-filters-open {
		overflow: hidden;
	}

	.map-info-panel {
		position: fixed;
		inset: auto 0 0 0;
		z-index: 10000;
		max-height: 70vh;
		background: #fff;
		box-shadow: 0 -10px 30px rgba(0,0,0,0.15);
		overflow-y: auto;
	}

	.map-info-panel__inner {
		position: relative;
		padding: 20px 20px 24px;
	}

	.map-info-panel__close {
		position: absolute;
		top: 16px;
		right: 16px;
		border: none;
		background: transparent;
		padding: 0;
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
	}

	.map-info-panel__close-icon svg {
		display: block;
	}

	.map-info__image {
		max-width: 100%;
		height: auto;
		margin-bottom: 20px;
		display: block;
	}

	.map-info-panel .map-info-panel__close {
		position: relative;
		display: flex;
		justify-content: flex-end;
		width: 100%;
		height: auto;
		top: auto;
		right: auto;
	}

	.map-info__title {
		font-size: 24px;
	}

	.map-info__tags-wrap {
		margin-top: 20px;
		padding-top: 20px;
	}
}
