*:not(img),
*::before,
*::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	touch-action: manipulation
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-feature-settings: "liga";
	overflow-x: hidden
}

html,
body,
pre {
	padding: 0;
	margin: 0
}

a {
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none
}

a:active,
a:hover {
	outline: 0
}

button,
select {
	text-transform: none
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

pre {
	overflow: auto
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table th,
table td {
	padding: 0
}

[hidden],
#template,
template {
	display: none
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
	font-size: 16px;
	overflow-x: hidden;
	font-family: "Geologica", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	color: #0d111f;
	scroll-behavior: smooth
}

body {
	position: relative;
	display: flex;
	max-width: 100vw;
	flex-direction: column;
	overflow-x: hidden
}

button {
	font-family: "Geologica", sans-serif
}

.container {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1590px
}

.breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px
}

.breadcrumbs a {
	font-size: 14px;
	line-height: 1.238;
	color: #fff
}

.breadcrumbs a:active,
.breadcrumbs a:visited {
	color: #fff
}

.breadcrumbs a:last-child {
	color: #b8c1d2
}

.breadcrumbs a:last-child:active,
.breadcrumbs a:last-child:visited {
	color: #b8c1d2
}

body {
	background-color: #0d0d10
}

.city-banner {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	background: url("../img/new_site/city-banner.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 100vh;
	height: 1058px !important;
	max-height: 1058px !important;
	text-align: center;
	padding-top: 194px;
	box-sizing: border-box;
	border-bottom-left-radius: 90px;
	border-bottom-right-radius: 90px;
	margin-bottom: 24px
}

@media screen and (max-width: 1370px) {
	.city-banner {
		border-bottom-left-radius: 45px;
		border-bottom-right-radius: 45px
	}
}

@media screen and (max-width: 1025px) {
	.city-banner {
		padding-top: 154px;
		min-height: 702px !important;
		max-height: 702px !important
	}
}

.city-banner .container {
	position: relative;
	height: 100%
}

.city-banner .breadcrumbs {
	margin-bottom: 192px
}

@media screen and (max-width: 1000px) {
	.city-banner .breadcrumbs {
		margin-bottom: 63px
	}
}

.city-banner h1 {
	font-size: 160px;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	color: #fff;
	margin-bottom: 30px
}

@media screen and (max-width: 1370px) {
	.city-banner h1 {
		font-size: 124px
	}
}

@media screen and (max-width: 1275px) {
	.city-banner h1 {
		font-size: 104px
	}
}

@media screen and (max-width: 1025px) {
	.city-banner h1 {
		font-size: 84px
	}
}

@media screen and (max-width: 1000px) {
	.city-banner h1 {
		font-size: 74px
	}
}

@media screen and (max-width: 780px) {
	.city-banner h1 {
		font-size: 64px
	}
}

@media screen and (max-width: 560px) {
	.city-banner h1 {
		font-size: 48px
	}
}

@media screen and (max-width: 380px) {
	.city-banner h1 {
		font-size: 36px
	}
}

.city-banner p {
	max-width: 779px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff
}

@media screen and (max-width: 380px) {
	.city-banner p {
		font-size: 16px
	}
}

.row-filter {
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #0f0f16;
	border-radius: 45px;
	white-space: nowrap;
	width: 95%;
	transform: translateX(-50%)
}

@media screen and (max-width: 1445px) {
	.row-filter {
		width: 90%
	}
}

@media screen and (max-width: 1025px) {
	.row-filter {
		display: none
	}
}

.row-filter__btn {
	position: absolute;
	top: 50%;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #e56228;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	transition: .3s linear;
	transform: translateY(-23px)
}

.row-filter__btn.swiper-button-disabled {
	background: #2e2d48
}

.row-filter__btn svg {
	transform-origin: center;
	transform: rotateZ(45deg)
}

.row-filter__btn:first-child {
	left: -30px
}

.row-filter__btn:first-child svg {
	transform: rotateZ(225deg)
}

.row-filter__btn:last-child {
	right: -30px
}

.row-filter__in {
	overflow-x: scroll;
	flex-grow: 1;
	display: flex;
	gap: 20px;
	padding: 26px
}

.row-filter__in::-webkit-scrollbar {
	display: none
}

.row-filter__item {
	background: #2e2d48;
	color: #b4b5ca;
	border: none;
	cursor: pointer;
	padding: 18px 26px;
	font-size: 24px;
	font-weight: 100;
	line-height: 1;
	transition: .3s linear;
	border-radius: 90px
}

@media screen and (max-width: 1445px) {
	.row-filter__item {
		font-size: 22px;
		padding: 16px 24px
	}
}

@media screen and (max-width: 1370px) {
	.row-filter__item {
		font-size: 20px;
		padding: 14px 20px
	}
}

@media screen and (max-width: 1275px) {
	.row-filter__item {
		font-size: 18px;
		padding: 12px 18px
	}
}

@media screen and (max-width: 1025px) {
	.row-filter__item {
		font-size: 16px
	}
}

.row-filter__item--active,
.row-filter__item:hover {
	background: #e56228;
	color: #fff
}

.list {
	position: relative
}

.list::before {
	content: "";
	position: absolute;
	top: 70%;
	left: -30%;
	width: 55%;
	aspect-ratio: 1;
	background: #10f;
	opacity: .3;
	filter: blur(500px)
}

.list__title {
	font-size: 100px;
	font-weight: 700;
	line-height: .8;
	color: #fff;
	margin: 0;
	margin-bottom: 104px
}

@media screen and (max-width: 1445px) {
	.list__title {
		margin-bottom: 90px;
		font-size: 90px
	}
}

@media screen and (max-width: 1370px) {
	.list__title {
		margin-bottom: 80px;
		font-size: 80px
	}
}

@media screen and (max-width: 1275px) {
	.list__title {
		margin-bottom: 70px;
		font-size: 70px
	}
}

@media screen and (max-width: 1025px) {
	.list__title {
		margin-bottom: 60px;
		font-size: 60px
	}
}

@media screen and (max-width: 1000px) {
	.list__title {
		margin-bottom: 50px;
		font-size: 50px
	}
}

@media screen and (max-width: 780px) {
	.list__title {
		margin-bottom: 40px;
		font-size: 7vw;
	}

	.filter__pill {
		line-height: normal !important;
		font-size: 16px !important;
		height: unset !important;
	}
}

.list__body {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 98px 67px
}

@media screen and (max-width: 1000px) {
	.list__body {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 60px 40px
	}
}

.list__more {
	display: block;
	width: fit-content;
	margin: 70px auto 0;
	background: #2e2d48;
	color: #b4b5ca;
	padding: 18px 26px;
	border-radius: 90px;
	font-size: 20px;
	font-weight: 100;
	line-height: 1;
	cursor: pointer;
	border: none
}

.museum {
	position: relative
}

.museum::before {
	content: "";
	position: absolute;
	width: 70%;
	aspect-ratio: 1.18;
	box-sizing: border-box;
	top: -38px;
	right: -54px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 90px
}

@media screen and (max-width: 1370px) {
	.museum::before {
		top: -18px;
		right: -27px;
		border-radius: 45px
	}
}

.museum__img {
	position: relative;
	width: 100%;
	aspect-ratio: 1.536;
	overflow: hidden;
	border-radius: 90px;
	background-clip: padding-box
}

@media screen and (max-width: 1370px) {
	.museum__img {
		border-radius: 45px
	}
}

@media screen and (max-width: 560px) {
	.museum__img {
		aspect-ratio: .9
	}
}

.museum__img::after {
	content: "";
	position: absolute;
	pointer-events: none;
	display: block;
	z-index: 5;
	top: -1px;
	left: -1px;
	width: 101%;
	height: 108%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 37%, rgb(15, 15, 29) 100%)
}

.museum__img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	position: relative;
	z-index: 1;
	display: block;
	border-radius: 90px
}

@media screen and (max-width: 1370px) {
	.museum__img img {
		border-radius: 45px
	}
}

.museum__link {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	background: #e56228
}

@media screen and (max-width: 1445px) {
	.museum__link {
		top: 30px;
		right: 30px
	}
}

.museum__content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding: 50px
}

@media screen and (max-width: 1370px) {
	.museum__content {
		padding: 30px
	}
}

.museum__content h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
	word-break: break-all
}

@media screen and (max-width: 1370px) {
	.museum__content h3 {
		font-size: 36px;
		line-height: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}
}

@media screen and (max-width: 1000px) {
	.museum__content h3 {
		font-size: 32px
	}
}

@media screen and (max-width: 560px) {
	.museum__content h3 {
		font-size: 26px
	}
}

@media screen and (max-width: 1370px) {
	.museum__content {
		padding: 30px
	}
}

.museum__desc {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #cecfdf;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden
}

.museum__address {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5
}

/*# sourceMappingURL=city.css.map*/