html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .3
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap.mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing.mfp-content {
	opacity: 0
}

.mfp-move-horizontal .mfp-with-anim {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px)
}

.mfp-move-horizontal.mfp-bg,
.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-move-from-top .mfp-content {
	vertical-align: top
}

.mfp-move-from-top .mfp-with-anim {
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px)
}

.mfp-move-from-top.mfp-bg,
.mfp-move-from-top .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-3d-unfold .mfp-content {
	-webkit-perspective: 2000px;
	perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-60deg);
	transform: rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
	-webkit-transform: rotateY(60deg);
	transform: rotateY(60deg);
	opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

/* :root {
	--header-h: 85px;
	--font-family: "Suisse Intl", sans-serif;
	--second-family: "Helvetica", sans-serif;
	--third-family: "Inter", sans-serif;
	--font3: "PingFang SC", sans-serif
} */

body {
	background: #f5f5f5;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	color: #333;
	width: 100%;
	margin: 0
}

.page {
	min-width: 320px;
	width: 100%;
	overflow: hidden
}

.container {
	max-width: 1730px;
	margin: 0 auto;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px
}

.dark {
	color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0
}

a {
	color: inherit
}

a:hover {
	text-decoration: none
}

ol,
ul {
	list-style: none
}

ol,
ol li,
ul,
ul li {
	padding: 0;
	margin: 0;
	position: relative
}

section {
	margin-bottom: 80px
}

img,
svg {
	max-width: 100%;
	vertical-align: top
}


.hero {
	position: relative;
	min-height: 100vh;
	min-height: 100svh;
	display: grid;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #fff;
	background-image: url(/hero-main.jpg);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	//padding-top: calc(var(--header-h) + clamp(8px, 2.5vw, 54px));
	padding-bottom: clamp(24px, 6vw, 64px)
}

.hero .container {
	max-width: 1300px;
	position: absolute;
	top: 20%;
	left: 15%;
}

.hero__title {
	font-family: var(--font-family);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: .01em;
	font-size: clamp(28px, calc(4.2vw + 8px), 64px);
	margin: 0;
	text-wrap: balance
}

.hero__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 250%;
	letter-spacing: -.02em;
	color: #fff;
	margin-top: 53px
}

.hero .flat-filter__submit {
	margin-top: 74px;
	position: relative;
	z-index: 2;
}

/* .news .container {
	max-width: 1560px;
	padding-top: 40px;
	padding-bottom: 40px
} */

.news__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: clamp(12px, 2vw, 24px);
	margin-bottom: clamp(12px, 2.4vw, 24px)
}

.news__title {
	margin: 0 0 3vw;
	font-family: var(--font-family);
	font-weight: 400;
	color: #090714;
	line-height: 1.1;
	font-size: 2.5rem;
}

.news__all {
	display: inline-block;
	font-family: var(--third-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	padding: 10px 18px;
	border-radius: 20px;
	background: #ecf0f1;
	color: #747474;
	text-decoration: none;
	-webkit-transition: background .2s ease, color .2s ease, -webkit-transform .2s ease;
	transition: background .2s ease, color .2s ease, -webkit-transform .2s ease;
	-o-transition: background .2s ease, color .2s ease, transform .2s ease;
	transition: background .2s ease, color .2s ease, transform .2s ease;
	transition: background .2s ease, color .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.news__all:focus-visible,
.news__all:hover {
	outline: none;
	background: #f7d270;
	color: #212121;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px)
}

.news__list {
	gap: clamp(24px, 2.2vw, 24px)
}

.news__item,
.news__list {
	display: grid;
	grid-template-columns: 1fr
}

.news__item {
	gap: 14px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start
}

.news__thumb {
	display: block;
	border-radius: 6px;
	overflow: hidden
}

.news__img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.news__content {
	display: grid;
	grid-template-rows: auto auto 1fr;
	-ms-flex-line-pack: start;
	align-content: start;
	gap: 8px;
	padding: 0;
}

.news__date {
	font-family: var(--third-family);
	font-size: 12px;
	color: #747474;
	letter-spacing: .1rem;
	text-transform: uppercase;
}

.news__date,
.news__item-title {
	margin: 0;
	font-weight: 500;
}

.news__item-title {
	font-family: var(--font-family);
	line-height: 1.2;
	font-size: clamp(16px, calc(1.2vw + 10px), 24px);
	color: #090714;
	font-size: 1.5rem;
}

.news__link {
	color: inherit;
	background: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: color .2s ease, border-color .2s ease;
	-o-transition: color .2s ease, border-color .2s ease;
	transition: color .2s ease, border-color .2s ease;
}

.news__link:focus-visible,
.news__link:hover {
	outline: none;
	color: #ea7f03
}

.news__excerpt {
	margin: 0;
	font-family: var(--second-family);
	font-weight: 400;
	line-height: 1.45;
	font-size: 16px;
	color: #5c5d5d
}

.flat-filter__title {
	font-family: var(--third-family);
	margin: 0 0 clamp(12px, 2.5vw, 24px);
	font-weight: 500;
	font-size: 32px;
	color: #8e9099;
	line-height: 1.1;
	font-size: clamp(24px, calc(1.6vw + 12px), 40px)
}

.flat-filter__form {
	margin: 0
}

.flat-filter__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: clamp(12px, 2vw, 24px)
}

.flat-filter__field {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 240px;
	flex: 1 1 240px;
	min-width: 220px
}

.flat-filter__field--rooms {
	-webkit-box-flex: 2;
	-ms-flex: 2 1 340px;
	flex: 2 1 340px;
	min-width: 300px
}

.flat-filter__field--area {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 220px;
	flex: 1 1 220px;
	position: relative
}

.flat-filter__field--area:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 90%;
	height: 1px;
	background: #d0d1d7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%)
}

.flat-filter__field--submit {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.flat-filter__label {
	display: block;
	margin: 0 0 8px;
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 14px;
	color: rgba(92, 93, 93, .65)
}

.flat-filter__range {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.flat-filter__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 56px;
	padding: 0 44px 0 18px;
	border: 1px solid #e6e6ea;
	border-radius: 14px;
	background: #fff url(/images/icons/chevron-down.svg) no-repeat right 16px center/16px;
	color: #5c5d5d;
	font-family: var(--third-family);
	font-size: 16px;
	line-height: 56px;
	-webkit-transition: border-color .2s ease, -webkit-box-shadow .2s ease;
	transition: border-color .2s ease, -webkit-box-shadow .2s ease;
	-o-transition: border-color .2s ease, box-shadow .2s ease;
	transition: border-color .2s ease, box-shadow .2s ease;
	transition: border-color .2s ease, box-shadow .2s ease, -webkit-box-shadow .2s ease
}

.flat-filter__select:focus {
	outline: none;
	border-color: rgba(9, 7, 20, .35);
	-webkit-box-shadow: 0 0 0 3px rgba(9, 7, 20, .06);
	box-shadow: 0 0 0 3px rgba(9, 7, 20, .06)
}

.flat-filter__rooms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none
}

.flat-filter__rooms-radio {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

.flat-filter__rooms-radio:checked+.flat-filter__chip {
	background: #090714;
	color: #fff;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .06) inset;
	box-shadow: inset 0 2px 0 rgba(0, 0, 0, .06)
}

.flat-filter__rooms-radio:focus-visible+.flat-filter__chip {
	outline: 2px solid rgba(9, 7, 20, .25);
	outline-offset: 2px
}

.flat-filter__chip {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 52px;
	height: 52px;
	padding: 12px 16px;
	border-radius: 9999px;
	background: #e9eaed;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 129%;
	cursor: pointer;
	color: #a7a8af;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background .2s ease, color .2s ease, -webkit-transform .15s ease;
	transition: background .2s ease, color .2s ease, -webkit-transform .15s ease;
	-o-transition: background .2s ease, color .2s ease, transform .15s ease;
	transition: background .2s ease, color .2s ease, transform .15s ease;
	transition: background .2s ease, color .2s ease, transform .15s ease, -webkit-transform .15s ease
}

.flat-filter__chip:hover {
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px)
}

.flat-filter__input {
	display: block;
	width: 100%;
	height: 56px;
	padding: 0 18px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #fff;
	color: #090714;
	font-family: var(--third-family);
	font-size: 16px;
	-webkit-transition: border-color .2s ease, -webkit-box-shadow .2s ease;
	transition: border-color .2s ease, -webkit-box-shadow .2s ease;
	-o-transition: border-color .2s ease, box-shadow .2s ease;
	transition: border-color .2s ease, box-shadow .2s ease;
	transition: border-color .2s ease, box-shadow .2s ease, -webkit-box-shadow .2s ease
}

.flat-filter__input::-webkit-input-placeholder {
	color: rgba(92, 93, 93, .6)
}

.flat-filter__input::-moz-placeholder {
	color: rgba(92, 93, 93, .6)
}

.flat-filter__input:-ms-input-placeholder {
	color: rgba(92, 93, 93, .6)
}

.flat-filter__input::-ms-input-placeholder {
	color: rgba(92, 93, 93, .6)
}

.flat-filter__input::placeholder {
	color: rgba(92, 93, 93, .6)
}

.flat-filter__input:focus {
	outline: none;
	border-color: rgba(9, 7, 20, .35);
	-webkit-box-shadow: 0 0 0 3px rgba(9, 7, 20, .06);
	box-shadow: 0 0 0 3px rgba(9, 7, 20, .06)
}

.flat-filter__submit {
	height: 52px;
	padding: 0 82px;
	border: 0;
	border-radius: 9999px;
	background: #e9a744;
	color: #fff;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 129%;
	cursor: pointer;
	-webkit-transition: -webkit-transform .15s ease, -webkit-filter .15s ease;
	transition: -webkit-transform .15s ease, -webkit-filter .15s ease;
	-o-transition: transform .15s ease, filter .15s ease;
	transition: transform .15s ease, filter .15s ease;
	transition: transform .15s ease, filter .15s ease, -webkit-transform .15s ease, -webkit-filter .15s ease
}

.flat-filter__submit:hover {
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-filter: brightness(1.05);
	filter: brightness(1.05)
}

.flat-filter__submit:active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-filter: brightness(.98);
	filter: brightness(.98)
}

.flat-filter__submit:focus-visible {
	outline: 3px solid rgba(234, 127, 3, .35);
	outline-offset: 3px
}

.flat-filter .SumoSelect {
	width: 100%
}

.flat-filter .SumoSelect>.CaptionCont {
	height: 56px;
	border: 1px solid #fff;
	border-radius: 14px;
	background: #fff;
	padding: 0 44px 0 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #5c5d5d;
	font-family: var(--third-family);
	font-size: 16px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.SumoSelect>.optWrapper>.options li label {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px
}

.flat-filter .SumoSelect>.CaptionCont>span.placeholder {
	color: rgba(92, 93, 93, .8)
}

.flat-filter .SumoSelect>.CaptionCont>label {
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.flat-filter .SumoSelect>.CaptionCont>label i {
	width: 20px;
	height: 20px;
	display: block;
	background: url(/assets/images/required/chevron-down.svg) no-repeat 50%/contain;
	z-index: 999
}

.flat-filter .SumoSelect.open>.CaptionCont>label i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.flat-filter .SumoSelect .optWrapper {
	border: 1px solid #e6e6ea;
	border-radius: 12px;
	overflow: hidden;
	-webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .08)
}

.flat-filter .SumoSelect .optWrapper .options {
	max-height: 260px
}

.flat-filter .SumoSelect .optWrapper .options li {
	padding: 10px 14px;
	font-size: 14px
}

.flat-filter .SumoSelect .optWrapper .options li.sel {
	background: #f3f4f6
}

.projects {
	background: #f6f6f7
}

.projects__bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	gap: clamp(12px, 2vw, 24px);
	padding: clamp(18px, 3vw, 28px) 0
}

.projects__tab {
	position: absolute;
	left: -9999px
}

.projects__tab-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 10px;
	border-radius: 10px;
	font-family: var(--second-family);
	font-size: 15px;
	color: #090714;
	border: 1px solid rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
	-webkit-transition: background .2s ease, border-color .2s ease;
	-o-transition: background .2s ease, border-color .2s ease;
	transition: background .2s ease, border-color .2s ease;
	color: #5c5d5d
}

.projects__tab-btn:hover {
	background: rgba(9, 7, 20, .05)
}

.projects #proj-tab-all:checked~.container .projects__bar .proj-tab-all,
.projects #proj-tab-cellar:checked~.container .proj-tab-cellar,
.projects #proj-tab-com:checked~.container .projects__bar .proj-tab-com,
.projects #proj-tab-parking:checked~.container .projects__bar .proj-tab-parking,
.projects #proj-tab-res:checked~.container .projects__bar .proj-tab-res {
	color: #000
}

.projects__view {
	margin-left: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 8px;
	padding: 4px;
	background: #fff;
	border: 1px solid #e3e5ea;
	border-radius: 8px
}

.projects__view-radio {
	position: absolute;
	left: -9999px
}

.projects__view-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	border-radius: 8px;
	font-family: var(--third-family);
	font-size: 14px;
	color: #5c5d5d;
	cursor: pointer;
	-webkit-transition: background .2s ease, color .2s ease;
	-o-transition: background .2s ease, color .2s ease;
	transition: background .2s ease, color .2s ease
}

.projects__view-btn .i {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.projects__view-btn--grid .i {
	background-image: url(/images/icons/grid-icon.svg)
}

.projects__view-btn--map .i {
	background-image: url(/images/icons/pin-icon.svg)
}

.projects #proj-view-grid:checked~.container .projects__bar  .projects__view-btn--grid {
	background: #3d3f48;
	color: #fff
}

.projects #proj-view-grid:checked~.container .projects__bar .projects__view-btn--grid .i {
	-webkit-filter: invert(1);
	filter: invert(1)
}

.projects #proj-view-map:checked~.container .projects__bar .projects__view-btn--map {
	background: #3d3f48;
	color: #fff
}

.projects #proj-view-map:checked~.container .projects__bar .projects__view-btn--map .i {
	-webkit-filter: invert(1);
	filter: invert(1)
}

.projects__panes {
	position: relative
}

.projects__pane {
	display: none
}

.projects #proj-view-grid:checked~.projects__panes .projects__pane--grid,
.projects #proj-view-map:checked~.projects__panes .projects__pane--map {
	display: block
}

.projects__pane--grid .pane--grid {
	display: grid;
	gap: clamp(16px, 2.4vw, 28px);
	grid-template-columns: 1fr
}

.projects__card {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	min-height: clamp(320px, 42vw, 560px);
	background: #ddd;
	background-image: var(--img);
	background-size: cover;
	background-position: 50%;
	color: #fff
}

.projects__cover {
	position: absolute;
	inset: 0;
	z-index: 1
}

.projects__title {
	position: absolute;
	left: 24px;
	bottom: 96px;
	z-index: 2;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	padding: 10px 16px 10px 12px;
	border-radius: 8px;
	background: hsla(0, 0%, 100%, .82);
	color: #090714
}

.projects__title-accent {
	width: 8px;
	height: 100%;
	background: #f7d270;
	border-radius: 4px
}

.projects__title-text {
	margin: 0;
	font-family: var(--font-family);
	font-weight: 600;
	line-height: 1.1;
	font-size: clamp(16px, calc(1vw + 12px), 22px)
}

.projects__title--right {
	left: 24px;
	right: auto
}

.projects__meta {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 18px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: var(--second-family);
	font-size: 18px;
	color: hsla(0, 0%, 100%, .92);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.projects__meta p {
	margin: 0 !important
}

.projects__spoiler {
	position: absolute;
	bottom: 96px;
	z-index: 2;
	width: 100%
}

.projects__spoiler,
.projects__spoiler--right {
	right: auto;
	left: 24px
}

.projects__spoiler-toggle {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

.projects__spoiler-summary {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 12px 16px 12px 18px;
	border-radius: 10px 10px 0 0;
	background: hsla(0, 0%, 100%, .66);
	color: #090714;
	-webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, .18);
	box-shadow: 0 8px 32px rgba(0, 0, 0, .18)
}

.projects__spoiler-summary .projects__spoiler-title {
	font-family: var(--font-family);
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	color: #090714;
	font-size: clamp(16px, calc(.9vw + 12px), 20px)
}

.projects__spoiler-summary:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 8px;
	background: #f7d270;
	border-radius: 10px 0 0 0
}

.projects__spoiler-body {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	-webkit-transition: max-height .3s ease, opacity .2s ease, -webkit-transform .3s ease;
	transition: max-height .3s ease, opacity .2s ease, -webkit-transform .3s ease;
	-o-transition: max-height .3s ease, opacity .2s ease, transform .3s ease;
	transition: max-height .3s ease, opacity .2s ease, transform .3s ease;
	transition: max-height .3s ease, opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
	border-radius: 0 0 10px 10px;
	background: hsla(0, 0%, 100%, .66);
	padding: 0 16px 0 18px;
	border-left: 9px solid #f7d270
}

.projects__stats {
	list-style: none;
	margin: 0;
	padding: 12px 0 14px;
	display: grid;
	gap: 8px
}

.projects__stats li {
	display: grid;
	grid-template-columns: auto auto auto;
	-webkit-column-gap: 14px;
	-moz-column-gap: 14px;
	column-gap: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.projects__stats li span {
	font-family: var(--third-family);
	font-size: 15px;
	color: #090714
}

.projects__dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(9, 7, 20, .35);
	display: inline-block
}

.projects__card:focus-within .projects__spoiler-body,
.projects__card:hover .projects__spoiler-body {
	max-height: 600px;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.projects__spoiler-toggle:checked~.projects__spoiler-body {
	max-height: 600px;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.projects #proj-tab-all:checked~.projects__panes .projects__card {
	display: none;
}

.projects #proj-tab-all:checked~.projects__panes .projects__card[data-cat~=projects] {
	display: block !important;
}

.projects #proj-tab-res:checked~.projects__panes .projects__card {
	display: none
}

.projects #proj-tab-res:checked~.projects__panes .projects__card[data-cat~=res] {
	display: block !important;
}

.projects #proj-tab-com:checked~.projects__panes .projects__card {
	display: none
}

.projects #proj-tab-com:checked~.projects__panes .projects__card[data-cat~=com] {
	display: block
}

.projects #proj-tab-parking:checked~.projects__panes .projects__card {
	display: none
}

.projects #proj-tab-parking:checked~.projects__panes .projects__card[data-cat~=park] {
	display: block
}

.projects #proj-tab-cellar:checked~.projects__panes .projects__card {
	display: none
}

.projects #proj-tab-cellar:checked~.projects__panes .projects__card[data-cat~=cellar] {
	display: block
}

/* .projects__pane--map {
	height: clamp(420px, 60vh, 720px)
} */

.projects__map {
	width: 100%;
	height: 100%;
	background: #eaeaea;
	border-radius: 12px;
	overflow: hidden
}

.projects__markers {
	display: none
}

.purchase {
	background: #f3f4f6
}

.purchase__title {
	margin: 0 0 clamp(16px, 3vw, 28px);
	font-family: var(--font-family);
	font-weight: 400;
	color: #090714;
	line-height: 1.1;
	font-size: clamp(24px, calc(1.6vw + 12px), 40px)
}

.purchase__row {
	gap: clamp(12px, 2vw, 20px);
	margin-bottom: clamp(12px, 2vw, 20px)
}

.purchase__chips,
.purchase__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.purchase__chips {
	gap: 8px 10px;
	list-style: none;
	margin: 0 0 16px;
	padding: 0
}

.purchase__chip {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 34px;
	padding: 0 14px;
	border-radius: 9999px;
	background: #fff;
	border: 1px solid #e5e7eb;
	color: #5c5d5d;
	font-family: var(--third-family);
	font-size: 14px
}

.purchase__chip--active {
	background: #eeb35b;
	color: #fff;
	border-color: rgba(0, 0, 0, 0)
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 8px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 320px;
	flex: 1 1 320px;
	min-height: 180px;
	padding: clamp(16px, 2vw, 24px);
	border-radius: 16px;
	background: #fff;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .04)
}

.card__title {
	margin: 0;
	font-family: var(--font-family);
	font-weight: 700;
	line-height: 1.15;
	font-size: clamp(18px, calc(.8vw + 14px), 22px);
	color: #090714
}

.card__title--lg {
	font-size: clamp(26px, calc(1.4vw + 14px), 38px);
	font-weight: 600
}

.card__text {
	margin: 0;
	font-family: var(--font-family);
	color: #090714;
	opacity: .9;
	font-size: 16px;
	line-height: 1.4;
	max-width: 341px
}

.card__text--lg {
	font-size: clamp(16px, calc(.6vw + 12px), 20px);
	max-width: inherit
}

.card__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px
}

.card__aside {
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-left: 16px;
	font-family: var(--third-family);
	font-weight: 100;
	line-height: 1;
	font-size: clamp(38px, calc(3.4vw + 8px), 80px);
	color: #e9a744
}

.card--mortgage {
	background: #f0c96a;
	color: #090714
}

.card--mortgage .card__text {
	opacity: 1
}

.card--installment {
	background: #fff
}

.card--installment .card__aside {
	color: #e5a94d
}

.card--trade {
	background: #090714;
	color: #fff;
	overflow: hidden
}

.card--trade .card__text,
.card--trade .card__title {
	color: #fff
}

.card--trade:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 220px;
	height: 120px;
	border-top: 1px solid hsla(0, 0%, 100%, .25);
	border-right: 1px solid hsla(0, 0%, 100%, .25);
	border-radius: 16px 16px 0 0;
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	pointer-events: none
}

.card--approve {
	-ms-flex: 1 1 560px;
	flex: 1 1 560px
}

.card--approve,
.card--image {
	-webkit-box-flex: 1;
	min-height: 320px
}

.card--image {
	-ms-flex: 1 1 420px;
	flex: 1 1 420px;
	background: #ddd var(--img) 50%/cover no-repeat;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.btn {
	height: 44px;
	padding: 0 22px;
	border-radius: 9999px;
	border: 1.5px solid #090714;
	font-family: var(--third-family);
	font-weight: 600;
	font-size: 14px;
	color: #090714;
	text-decoration: none;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background .15s ease, color .15s ease, -webkit-transform .15s ease;
	transition: background .15s ease, color .15s ease, -webkit-transform .15s ease;
	-o-transition: transform .15s ease, background .15s ease, color .15s ease;
	transition: transform .15s ease, background .15s ease, color .15s ease;
	transition: transform .15s ease, background .15s ease, color .15s ease, -webkit-transform .15s ease
}

.btn:hover {
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	background: #090714;
	color: #fff
}

.btn:active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.btn--ghost {
	background: rgba(0, 0, 0, 0) !important;
	border: 1px solid #090714 !important;
	border-radius: 999px;
	padding: 1px 21px !important;
	height: 44px;
	font-size: 10px;
	color: #090714 !important;
	margin-top: auto
}

.sales {
	background: #f0c96a;
	overflow: hidden
}

.sales__grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	min-height: clamp(420px, 56vw, 620px)
}

.sales__info {
	background: #f0c96a;
	color: #090714;
	padding: clamp(20px, 3vw, 60px);
	position: relative;
	right: -280px;
	-webkit-clip-path: polygon(0 0, 77% 0, 87% 100%, 0 100%);
	clip-path: polygon(0 0, 77% 0, 87% 100%, 0 100%)
}

.sales__logo {
	display: block;
	margin: 0 0 clamp(10px, 2vw, 20px);
	height: auto
}

.sales__title {
	margin: 0 0 clamp(18px, 3vw, 28px);
	font-family: var(--font-family);
	font-weight: 600;
	line-height: 1.15;
	font-size: clamp(26px, calc(1.4vw + 14px), 40px);
	color: #090714
}

.sales__block {
	margin: 0 0 clamp(14px, 2.2vw, 24px)
}

.sales__label {
	margin: 0 !important;
	font-family: var(--third-family);
	font-size: 16px;
	color: #090714;
	opacity: .9
}

.sales__value {
	margin: 0;
	font-family: var(--second-family);
	font-size: 18px;
	line-height: 1.45;
	color: #090714
}

.sales__value a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
	-webkit-transition: color .2s ease, opacity .2s ease;
	-o-transition: color .2s ease, opacity .2s ease;
	transition: color .2s ease, opacity .2s ease
}

.sales__value a:hover {
	color: #ea7f03
}

.sales__cta {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 48px;
	padding: 0 22px;
	border-radius: 9999px;
	background: #e9a744;
	color: #fff;
	font-family: var(--third-family);
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: background .15s ease, color .15s ease, -webkit-transform .15s ease;
	transition: background .15s ease, color .15s ease, -webkit-transform .15s ease;
	-o-transition: transform .15s ease, background .15s ease, color .15s ease;
	transition: transform .15s ease, background .15s ease, color .15s ease;
	transition: transform .15s ease, background .15s ease, color .15s ease, -webkit-transform .15s ease;
	margin-top: clamp(10px, 2.4vw, 20px)
}

.sales__cta:hover {
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	background: #090714;
	color: #fff
}

.sales__cta:active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.sales__media {
	background: #ddd var(--img) 50%/cover no-repeat
}

.docs {
	background: #fff;
	margin-bottom: 0;
	padding-bottom: 80px;
	padding-top: 80px
}

.docs__title {
	margin: 0 0 clamp(14px, 2.8vw, 24px);
	font-family: var(--font-family);
	font-weight: 500;
	line-height: 1.1;
	color: #090714;
	font-size: clamp(22px, calc(1.4vw + 12px), 38px)
}

.docs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: clamp(12px, 2vw, 24px);
	margin: 0;
	padding: 0;
	list-style: none
}

.docs__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 520px;
	flex: 1 1 520px;
	min-width: 300px
}

.docs__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	min-height: 72px;
	padding: 16px 18px;
	border-radius: 14px;
	background: #f5f5f5;
	text-decoration: none;
	-webkit-transition: border-color .15s ease, background .15s ease, -webkit-transform .15s ease, -webkit-box-shadow .15s ease;
	transition: border-color .15s ease, background .15s ease, -webkit-transform .15s ease, -webkit-box-shadow .15s ease;
	-o-transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
	transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
	transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease, -webkit-transform .15s ease, -webkit-box-shadow .15s ease
}

.docs__link:focus-visible,
.docs__link:hover {
	outline: none;
	background: #fff;
	border-color: #e6e7eb;
	-webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px)
}

.docs__text {
	min-width: 0
}

.docs__name {
	display: block;
	margin: 0 0 6px;
	font-family: var(--font-family);
	font-weight: 500;
	color: #090714;
	font-size: clamp(14px, calc(.8vw + 12px), 18px);
	line-height: 1.25;
	word-break: break-word
}

.docs__size {
	display: block;
	font-family: var(--third-family);
	font-size: 14px;
	color: #5c5d5d;
	opacity: .9
}

.docs__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	background: url(/download.svg) no-repeat 50%/contain;
	opacity: .9;
	-webkit-transition: opacity .15s ease, -webkit-transform .15s ease;
	transition: opacity .15s ease, -webkit-transform .15s ease;
	-o-transition: opacity .15s ease, transform .15s ease;
	transition: opacity .15s ease, transform .15s ease;
	transition: opacity .15s ease, transform .15s ease, -webkit-transform .15s ease
}

.docs__link:focus-visible .docs__icon,
.docs__link:hover .docs__icon {
	opacity: 1;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px)
}

.flats {
	background: #f6f6f7
}

.flats__title {
	margin: 0 0 clamp(12px, 2.6vw, 20px);
	font-family: var(--font-family);
	font-weight: 500;
	color: #090714;
	font-size: clamp(22px, calc(1.3vw + 12px), 34px);
	line-height: 1.1
}

.flats__grid {
	display: grid;
	gap: clamp(12px, 2vw, 20px);
	grid-template-columns: repeat(3, 1fr)
}

.flat-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	border-radius: 22px;
	padding: 16px;
	-webkit-transition: background .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .15s ease;
	transition: background .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .15s ease;
	-o-transition: box-shadow .2s ease, transform .15s ease, background .2s ease;
	transition: box-shadow .2s ease, transform .15s ease, background .2s ease;
	transition: box-shadow .2s ease, transform .15s ease, background .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .15s ease
}

.flat-card:hover {
	-webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, .08), 0 0 0 1px #e8e8ee inset;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .08), inset 0 0 0 1px #e8e8ee;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px)
}

.flat-card__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-bottom: 10px
}

.flat-card__chip,
.flat-card__top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.flat-card__chip {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 8px;
	height: 32px;
	padding: 0 12px;
	border-radius: 9999px;
	background: #f3f4f6;
	color: #090714;
	font-family: var(--third-family);
	font-size: 14px;
	border: 1px solid #e2e3e8
}

.flat-card__chip--sale {
	background: #e9a744;
	color: #fff;
	border-color: rgba(0, 0, 0, 0);
	margin-left: auto
}

.flat-card__chip--finish {
	background: rgba(0, 0, 0, 0)
}

.flat-card__chip-ico {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(/images/icons/finish-box.svg) no-repeat 50%/contain
}

.flat-card__fav-toggle {
	position: absolute;
	left: -9999px
}

.flat-card__fav {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-transition: background .15s ease, -webkit-transform .15s ease;
	transition: background .15s ease, -webkit-transform .15s ease;
	-o-transition: transform .15s ease, background .15s ease;
	transition: transform .15s ease, background .15s ease;
	transition: transform .15s ease, background .15s ease, -webkit-transform .15s ease
}

.flat-card__fav:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background: url(/images/icons/heart-fill.svg) no-repeat 50%/contain
}

.flat-card__fav:hover {
	background: rgba(0, 0, 0, .05);
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px)
}

.flat-card__fav-toggle:checked+.flat-card__fav:before {
	background-image: url(/heart-fill.svg)
}

.flat-card__media {
	display: block;
	width: 100%;
	background: #fff var(--img) 50%/contain no-repeat;
	border-radius: 18px;
	aspect-ratio: 4/3;
	margin: 6px 0 14px
}

.flat-card__title {
	margin: 0 0 6px;
	font-family: var(--font-family);
	font-weight: 400;
	color: #090714;
	font-size: clamp(16px, calc(.8vw + 12px), 20px);
	line-height: 1.25
}

.flat-card__title sup {
	font-size: .65em;
	vertical-align: super
}

.flat-card__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-family: var(--third-family);
	color: rgba(92, 93, 93, .9);
	font-size: 14px
}

.flat-card__dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(9, 7, 20, .25);
	display: inline-block
}

.project-about {
	background: #f6f6f7
}

.project-about__title {
	margin: 0 0 clamp(16px, 3vw, 28px);
	font-family: var(--font-family);
	font-weight: 400;
	color: #090714;
	line-height: 1.1;
	font-size: clamp(24px, calc(1.6vw + 12px), 40px)
}

.project-about__text p {
	margin: 0 0 16px;
	font-family: var(--third-family);
	font-size: 18px;
	line-height: 1.6;
	color: #090714;
	opacity: .95
}

.project-about__deadline {
	font-weight: 600;
	margin-top: 20px
}

.project-about__tiles {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(12px, 2vw, 18px);
	margin: clamp(16px, 3vw, 24px) 0 0;
	padding: 0;
	list-style: none
}

.project-about__tile {
	display: block;
	background: #fff;
	border-radius: 14px;
	padding: 10px;
	text-decoration: none;
	-webkit-transition: background .2s ease, -webkit-transform .15s ease, -webkit-box-shadow .2s ease;
	transition: background .2s ease, -webkit-transform .15s ease, -webkit-box-shadow .2s ease;
	-o-transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
	transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
	transition: transform .15s ease, box-shadow .2s ease, background .2s ease, -webkit-transform .15s ease, -webkit-box-shadow .2s ease
}

.project-about__tile:focus-visible,
.project-about__tile:hover {
	outline: none;
	background: #fff
}

.project-about__thumb {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	border-radius: 12px;
	background: #ddd var(--img) 50%/cover no-repeat
}

.project-about__caption {
	display: block;
	margin: 8px 2px 2px;
	font-family: var(--third-family);
	font-size: 14px;
	color: #090714;
	font-weight: 500
}

.panorama {
	background: #f6f6f7
}

.panorama__title {
	margin: 0 0 clamp(16px, 3vw, 28px);
	font-family: var(--font-family);
	font-weight: 400;
	color: #090714;
	line-height: 1.1;
	font-size: clamp(24px, calc(1.6vw + 12px), 40px)
}

.panorama__box {
	position: relative;
	width: 100%;
	aspect-ratio: 21/9;
	border-radius: 16px;
	overflow: hidden;
	background: #ddd;
	-webkit-box-shadow: 0 0 0 1px #e8e8ee inset;
	box-shadow: inset 0 0 0 1px #e8e8ee;
	margin: 0
}

.panorama__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block
}

.gallery {
	background: #f6f6f7
}

.gallery__title {
	margin: 0 0 clamp(16px, 3vw, 28px);
	font-family: var(--font-family);
	font-weight: 400;
	color: #090714;
	line-height: 1.1;
	font-size: clamp(24px, calc(1.6vw + 12px), 40px)
}

.gallery__tab {
	position: absolute;
	left: -9999px
}

.gallery__chips {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 clamp(12px, 2.2vw, 18px)
}

.gallery__chip {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 38px;
	padding: 0 16px;
	border-radius: 9999px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: var(--second-family);
	font-size: 14px;
	background: #fff;
	border: 1px solid #e8e8ee;
	color: #090714;
	-webkit-transition: background .2s ease, color .2s ease, border-color .2s ease;
	-o-transition: background .2s ease, color .2s ease, border-color .2s ease;
	transition: background .2s ease, color .2s ease, border-color .2s ease
}

.gallery__chip:hover {
	background: #fff;
	border-color: #d6d6e1
}

.gallery #gal-arch:checked+#gal-land+#gal-entr+.gallery__chips>label[for=gal-arch],
.gallery #gal-entr:checked+.gallery__chips>label[for=gal-entr],
.gallery #gal-land:checked+#gal-entr+.gallery__chips>label[for=gal-land] {
	background: #3d3f48;
	color: #fff;
	border-color: #d0d1d7
}

.gallery__grid {
	display: grid;
	gap: clamp(12px, 2vw, 18px);
	grid-template-columns: repeat(3, 1fr)
}

.gallery__item {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	background: #ddd;
	-webkit-box-shadow: 0 0 0 1px #e8e8ee inset;
	box-shadow: inset 0 0 0 1px #e8e8ee;
	-webkit-transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
	transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
	-o-transition: transform .2s ease, box-shadow .2s ease;
	transition: transform .2s ease, box-shadow .2s ease;
	transition: transform .2s ease, box-shadow .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease
}

.gallery__item:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, .08), 0 0 0 1px #e8e8ee inset;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .08), inset 0 0 0 1px #e8e8ee
}

.gallery__item--portrait {
	aspect-ratio: 3/4
}

.gallery__item--land {
	aspect-ratio: 16/9
}

.gallery__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform .35s ease;
	transition: -webkit-transform .35s ease;
	-o-transition: transform .35s ease;
	transition: transform .35s ease;
	transition: transform .35s ease, -webkit-transform .35s ease
}

.gallery__item:hover .gallery__img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}

.gallery #gal-arch:checked~.gallery__grid .gallery__item,
.gallery #gal-entr:checked~.gallery__grid .gallery__item,
.gallery #gal-land:checked~.gallery__grid .gallery__item {
	display: none
}

.gallery #gal-arch:checked~.gallery__grid .gallery__item[data-cat=arch],
.gallery #gal-entr:checked~.gallery__grid .gallery__item[data-cat=entr],
.gallery #gal-land:checked~.gallery__grid .gallery__item[data-cat=land] {
	display: block
}

.build {
	background: #fff;
	padding-bottom: 80px;
	margin-bottom: 0
}

.build__title {
	margin: 0 0 clamp(16px, 3vw, 28px);
	font-family: var(--font-family);
	font-weight: 400;
	color: #090714;
	line-height: 1.1;
	font-size: clamp(24px, calc(1.6vw + 12px), 40px)
}

.build__bar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: clamp(12px, 2.6vw, 18px)
}

.build__bar,
.build__chips {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.build__chips {
	gap: 10px;
	margin-right: 12px;
	margin-top: 40px
}

.build__chip {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 38px;
	padding: 0 16px;
	border-radius: 9999px;
	background: #fff;
	border: 1px solid #e7e8ee;
	color: #090714;
	font-family: var(--second-family);
	font-size: 14px
}

.build__chip--active {
	background: #090714;
	color: #fff;
	border-color: #090714
}

.build__arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px
}

.build__arrow {
	width: 40px;
	height: 40px;
	border-radius: 9999px;
	border: 1px solid #e7e8ee;
	background: #fff 50%/14px no-repeat;
	cursor: pointer;
	-webkit-transition: background-color .15s ease, opacity .15s ease, -webkit-transform .15s ease;
	transition: background-color .15s ease, opacity .15s ease, -webkit-transform .15s ease;
	-o-transition: background-color .15s ease, opacity .15s ease, transform .15s ease;
	transition: background-color .15s ease, opacity .15s ease, transform .15s ease;
	transition: background-color .15s ease, opacity .15s ease, transform .15s ease, -webkit-transform .15s ease
}

.build__arrow:hover {
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px)
}

.build__arrow.is-disabled {
	opacity: .4;
	pointer-events: none
}

.build__prev {
	background-image: url(/arrow-left.svg)
}

.build__next {
	background-image: url(/arrow-right.svg)
}

.build__viewport {
	overflow: visible
}

.build-card {
	display: block;
	border-radius: 16px;
	overflow: hidden;
	background: #ddd;
	-webkit-box-shadow: 0 0 0 1px #e7e8ee inset;
	box-shadow: inset 0 0 0 1px #e7e8ee;
	aspect-ratio: 16/9
}

.build-card__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block
}

.build__timeline {
	margin-top: clamp(14px, 2.4vw, 18px)
}

.build__year {
	display: block;
	margin: 0 0 10px;
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 18px;
	color: #090714
}

.build__months {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	background: #d0d1d7;
	height: 4px;
	text-align: center;
	margin-top: 8px
}

.build__months:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: var(--progress);
	background: #eeb35b;
	border-radius: 9999px;
	-webkit-transition: width .25s ease;
	-o-transition: width .25s ease;
	transition: width .25s ease
}

.build__month {
	position: relative;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	color: #a7a8af
}

.build__month--active {
	color: #d58b46
}

@font-face {
	font-family: Suisse Intl;
	src: url(/suisseintl.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Suisse Intl;
	src: url(/suisseintl.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Helvetica;
	src: url(/Helvetica.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px)
}

.grid__item {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%
}

.grid__item-1 {
	width: 8.33333%
}

.grid__item-2 {
	width: 16.66667%
}

.grid__item-3 {
	width: 25%
}

.grid__item-4 {
	width: 33.33333%
}

.grid__item-5 {
	width: 41.66667%
}

.grid__item-6 {
	width: 50%
}

.grid__item-7 {
	width: 58.33333%
}

.grid__item-8 {
	width: 66.66667%
}

.grid__item-9 {
	width: 75%
}

.grid__item-10 {
	width: 83.33333%
}

.grid__item-11 {
	width: 91.66667%
}

.grid__item-12 {
	width: 100%
}

.icon {
	position: relative;
	height: 25px;
	width: 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain
}

.icon--time {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,0)'%3E%3Ccircle cx='12.5' cy='12.5' r='12' stroke='url(%23paint0_linear)'/%3E%3Cpath d='M12 5v8.089L18 18' stroke='url(%23paint1_linear)' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='.404' y1='15.896' x2='24.66' y2='9.186' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='12.096' y1='13.266' x2='18.263' y2='12.479' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.icon--phone {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='25' xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,0)'%3E%3Crect x='.526' y='.5' width='14.975' height='24' rx='2.5' stroke='url(%23paint0_linear)'/%3E%3Cpath d='M5.192 22.084h5.591' stroke='url(%23paint1_linear)' stroke-linecap='round'/%3E%3Cpath d='M0 19.584h15.975' stroke='url(%23paint2_linear)'/%3E%3Cpath d='M.026 4.167h15.975' stroke='url(%23paint3_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='.284' y1='15.896' x2='16.464' y2='13.036' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='5.282' y1='22.719' x2='7.004' y2='20.057' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='.258' y1='20.219' x2='1.071' y2='16.628' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='.284' y1='4.802' x2='1.097' y2='1.211' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.icon--way {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='27' xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,0)'%3E%3Cpath d='M23.573 1.188l-22.14 9.766a.2.2 0 00.006.368l9.446 3.812a.2.2 0 01.112.115l3.812 10.24a.2.2 0 00.376-.003L23.842 1.44a.2.2 0 00-.269-.25z' stroke='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='1.371' y1='16.896' x2='23.933' y2='11.154' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.icon--scheme {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='27' xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,0)'%3E%3Cpath d='M21.576 4.191L8.424 18.397a3 3 0 01-2.201.962H3a2 2 0 00-2 2V24a2 2 0 002 2h3.856a3 3 0 002.21-.972l13.017-14.185a3 3 0 012.21-.972H26a3 3 0 003-3v-.642a3 3 0 00-3-3h-2.223a3 3 0 00-2.2.962z' stroke='url(%23paint0_linear)'/%3E%3Cpath d='M11.7 7.024c0 1.042-.829 1.872-1.833 1.872-1.005 0-1.834-.83-1.834-1.872 0-1.041.829-1.872 1.834-1.872 1.004 0 1.833.83 1.833 1.872z' stroke='url(%23paint1_linear)'/%3E%3Cpath d='M7.5 16.512a.5.5 0 101 0h-1zm3.733-3.795a.5.5 0 001 0h-1zM8.5 16.512v-5.167h-1v5.167h1zm.5-5.667h1.733v-1H9v1zm2.233.5v1.372h1v-1.372h-1zm-.5-.5a.5.5 0 01.5.5h1a1.5 1.5 0 00-1.5-1.5v1zm-2.233.5a.5.5 0 01.5-.5v-1a1.5 1.5 0 00-1.5 1.5h1z'/%3E%3Cpath d='M14.575 5.032L18.708 1m0 0h-2.8m2.8 0v2.846' stroke='url(%23paint3_linear)' stroke-linecap='round'/%3E%3Cpath d='M25.175 15.516l-9.8 9.963m0 0h2.8m-2.8 0v-2.847' stroke='url(%23paint4_linear)' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='1.452' y1='17.708' x2='27.665' y2='8.791' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='7.609' y1='7.669' x2='12.147' y2='6.434' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='8.06' y1='14.266' x2='11.853' y2='13.631' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='14.642' y1='3.564' x2='18.638' y2='2.431' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='25.017' y1='19.144' x2='15.486' y2='21.738' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	width: 28px
}

.icon--search {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='27' xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,0)'%3E%3Cpath d='M18.434 18.5L26 26' stroke='url(%23paint0_linear)' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11 21c5.523 0 10-4.477 10-10S16.523 1 11 1 1 5.477 1 11s4.477 10 10 10z' stroke='url(%23paint1_linear)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='18.556' y1='23.269' x2='25.888' y2='21.223' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='1.323' y1='13.717' x2='20.728' y2='8.349' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.icon--arrow {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,0)'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 600;
	line-height: 1.25;
	color: inherit;
	margin-bottom: 20px
}

.h1,
h1 {
	font-size: 73.248px
}

.h2,
h2 {
	font-size: 58.584px
}

.h3,
h3 {
	font-size: 46.872px
}

.h4,
h4 {
	font-size: 37.512px
}




.lead {
	font-size: 30px;
	font-weight: 300
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
	font-size: 19.2px;
	font-weight: 400
}

.mark,
mark {
	padding: .2em;
	background-color: #000
}

p {
	margin: 0
}

p:not(:last-child) {
	margin-bottom: 15px
}

a {
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

a,
a:hover {
	color: #000
}

.color--black {
	color: #090714
}

.color--wthite {
	color: #fff
}

.bg--black {
	background: #090714
}

.bg--wthite {
	background: #fff
}

.btn {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	outline: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fa803f;
	border: 0;
	padding: 20px;
	color: #fff;
	min-width: 200px
}

.btn+.btn {
	margin-left: 30px
}

.btn--full {
	width: 100%
}

.btn--add {
	min-width: 0;
	width: 50px;
	padding: 16px 10px
}

.btn--remove {
	border-radius: 50%;
	padding: 0 5px;
	position: absolute;
	right: 5px;
	top: 5px;
	min-width: 0;
	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;
	line-height: 1;
	z-index: 1
}

.form__step:not(:last-child) {
	margin-bottom: 20px
}

.form__input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.form__input:not(:last-child),
.form__item:not(:last-child) {
	margin-bottom: 20px
}

.label {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px
}

.label,
.link {
	position: relative
}

.link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.loading {
	position: relative
}

ol:not([class]) {
	counter-reset: item;
	margin-bottom: 20px
}

ol:not([class]):last-child {
	margin-bottom: 0
}

ol:not([class]) li {
	padding-left: 20px
}

ol:not([class]) li+li {
	margin-top: 0
}

ol:not([class]) li:before {
	content: counter(item) ".";
	counter-increment: item;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px
}

ul:not([class]) {
	margin-bottom: 20px
}

ul:not([class]):last-child {
	margin-bottom: 0
}

ul:not([class]) li {
	padding-left: 20px
}

ul:not([class]) li+li {
	margin-top: 0
}

ul:not([class]) li:before {
	background: #000;
	content: "";
	border-radius: 50%;
	left: 0;
	height: 6px;
	position: absolute;
	top: 0;
	width: 6px
}

.header {
	position: fixed;
	inset: 0 0 auto 0;
	height: var(--header-h);
	z-index: 1000;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 7, 20, .5)), to(rgba(9, 7, 20, 0)));
	background: -o-linear-gradient(top, rgba(9, 7, 20, .5) 0, rgba(9, 7, 20, 0) 100%);
	background: linear-gradient(180deg, rgba(9, 7, 20, .5), rgba(9, 7, 20, 0))
}

.header--scrolled {
	background: #fff;
	color: var(--header-text-color);
	-webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
	box-shadow: 0 6px 24px rgba(0, 0, 0, .08)
}

.header--scrolled .header__icon,
.header--scrolled .header__logo {
	-webkit-filter: invert(1);
	filter: invert(1)
}

.header--scrolled .header__hours,
.header--scrolled .header__link,
.header--scrolled .header__phone {
	color: #000
}

.header--scrolled .header__burger span {
	background: #000
}

.header .container {
	height: 100%;
	max-width: 1300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	gap: clamp(16px, 4vw, 32px);
	padding-top: 16px;
	padding-bottom: 16px
}

.header .container,
.header__logo {
	-webkit-box-align: center;
	align-items: center
}

.header__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center
}

.header__logo img {
	display: block;
	height: 52px;
	width: auto
}

.header__toggle {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

.header__nav {
	margin-inline: auto
}

.header__list,
.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: clamp(16px, 3vw, 32px)
}

.header__list {
	list-style: none;
	margin: 0;
	padding: 0
}

.header__link {
	font-family: var(--font-family);
	font-weight: 400;
	line-height: 1;
	letter-spacing: .02em;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 8px 0
}

.header__link:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	height: 2px;
	background: currentColor;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	-o-transition: transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease;
	opacity: .9
}

.header__link:focus-visible,
.header__link:hover {
	outline: none;
	color: #ea7f03
}

.header__link:focus-visible:after,
.header__link:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	background: #ea7f03
}

.header__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.header__phone {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1.2
}

.header__phone:hover {
	color: #ea7f03
}

.header__hours {
	font-family: var(--third-family);
	font-size: 14px;
	line-height: 1.1;
	color: #fff;
	margin: 0;
	text-align: right
}

.header__actions {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.header__icon {
	width: 22px;
	height: 22px;
	display: inline-block;
	color: #fff;
	opacity: .9;
	-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, -webkit-transform .2s ease;
	-o-transition: opacity .2s ease, transform .2s ease;
	transition: opacity .2s ease, transform .2s ease;
	transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.header__icon--fav {
	-webkit-mask: url(/heart.svg) no-repeat 50%/contain;
	mask: url(/heart.svg) no-repeat 50%/contain;
	background: currentColor
}

.header__icon--user {
	-webkit-mask: url(/user.svg) no-repeat 50%/contain;
	mask: url(/user.svg) no-repeat 50%/contain;
	background: currentColor
}

.header__burger {
	width: 40px;
	height: 40px;
	position: relative;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	top: -8px
}

.header__burger span {
	position: absolute;
	left: 9px;
	right: 9px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	-webkit-transition: top .25s ease, opacity .2s ease, width .25s ease, -webkit-transform .25s ease;
	transition: top .25s ease, opacity .2s ease, width .25s ease, -webkit-transform .25s ease;
	-o-transition: transform .25s ease, top .25s ease, opacity .2s ease, width .25s ease;
	transition: transform .25s ease, top .25s ease, opacity .2s ease, width .25s ease;
	transition: transform .25s ease, top .25s ease, opacity .2s ease, width .25s ease, -webkit-transform .25s ease
}

.header__burger span:first-child {
	top: 13px
}

.header__burger span:nth-child(2) {
	top: 19px
}

.header__burger span:nth-child(3) {
	top: 25px
}

.header--solid {
	background: rgba(92, 93, 93, .98);
	-webkit-backdrop-filter: none;
	backdrop-filter: none
}

.footer {
	background: #ecf0f1;
	color: #5c5d5d
}

.footer__grid {
	display: grid;
	gap: clamp(16px, 2.4vw, 28px);
	grid-template-columns: 1fr;
	padding: clamp(24px, 4vw, 48px) 0
}

.footer__col {
	min-width: 0
}

.footer__nav {
	list-style: none;
	padding: 0
}

.footer__nav,
.footer__nav-item {
	margin: 0 0 10px
}

.footer__nav-link,
.footer__nav-sep {
	display: inline-block;
	padding: 10px 0;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.2;
	color: #212121;
	text-decoration: none
}

.footer__nav-link {
	-webkit-transition: color .2s ease, border-color .2s ease;
	-o-transition: color .2s ease, border-color .2s ease;
	transition: color .2s ease, border-color .2s ease
}

.footer__nav-link:focus-visible,
.footer__nav-link:hover {
	outline: none;
	color: #ea7f03
}

.footer__nav-sep {
	cursor: default
}

.footer__subnav {
	list-style: none;
	margin: 0 0 6px;
	padding: 0
}

.footer__subnav-link {
	display: inline-block;
	padding: 3px 0 10px;
	font-family: var(--second-family);
	font-size: .875rem;
	line-height: 1.35;
	color: #747474;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.footer__subnav-link:focus-visible,
.footer__subnav-link:hover {
	outline: none;
	color: #ea7f03
}

.footer__contact {
	margin: 0 0 1rem;
	font-size: 1rem;
	color: #747474
}

.footer__contact:first-child {
	margin-top: 8px
}

.footer__contact-title {
	display: inline-block;
	font-family: var(--font-family);
	font-size: clamp(15px, calc(1.1vw + 10px), 20px);
	line-height: 1.3;
	color: #212121
}

.footer__contact-title a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: color .2s ease, border-color .2s ease;
	-o-transition: color .2s ease, border-color .2s ease;
	transition: color .2s ease, border-color .2s ease
}

.footer__contact-title a:focus-visible,
.footer__contact-title a:hover {
	outline: none;
	color: #ea7f03;
	border-color: currentColor
}

.footer__contact-note {
	font-family: var(--third-family);
	font-size: .875rem;
	color: #747474
}

.footer__bottom {
	border-top: 1px solid #d7dcdd;
	padding: clamp(24px, 4vw, 48px) 0
}

.footer__bottom-row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer__bottom-row,
.footer__copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__copy {
	gap: 28px;
	color: #747474;
	font-family: var(--third-family);
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 12px
}

.footer__logo {
	width: 90px;
	height: auto;
	display: block
}

.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0
}

.footer__social-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	-webkit-transition: background .2s ease, -webkit-transform .2s ease;
	transition: background .2s ease, -webkit-transform .2s ease;
	-o-transition: background .2s ease, transform .2s ease;
	transition: background .2s ease, transform .2s ease;
	transition: background .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.footer__social-link:focus-visible,
.footer__social-link:hover {
	background: #ea7f03;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	outline: none
}

.footer__social-link i {
	line-height: 1
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper,
:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	overflow: hidden;
	overflow: clip;
	list-style: none;
	padding: 0
}

.swiper-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	-ms-scroll-snap-type: none;
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-top: 4px solid rgba(0, 0, 0, 0)
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s linear infinite;
	animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/44*27);
	height: var(--swiper-navigation-size);
	margin-top: calc(var(--swiper-navigation-size)/2);
	z-index: 10;
	cursor: pointer;
	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;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-lock {
	display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: normal;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	-o-transition: .3s opacity;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s, -webkit-transform .2s;
	transition: top .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s top;
	transition: transform .2s, top .2s;
	transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s, -webkit-transform .2s;
	transition: left .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s left;
	transition: transform .2s, left .2s;
	transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s, -webkit-transform .2s;
	transition: right .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s right;
	transition: transform .2s, right .2s;
	transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	-ms-touch-action: none;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	-o-transition-property: transform, opacity, height;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}

.slider__slide {
	min-height: 200px;
	background: rgba(0, 0, 0, .1);
	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
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8
}

.mfp-bg,
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed
}

.mfp-wrap {
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset rgba(0, 0, 0, 0)
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

.popup {
	background: #fff;
	max-width: 600px;
	margin: 30px auto
}

.popup--figure {
	max-width: calc(100vw - 60px);
	margin: 30px auto
}

.hamburger {
	width: 50px;
	height: 50px;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none
}

.hamburger__line {
	top: calc(50% - 1px)
}

.hamburger__line:after,
.hamburger__line:before {
	content: ""
}

.hamburger__line:before {
	top: -8px
}

.hamburger__line:after {
	top: 8px
}

.hamburger__line,
.hamburger__line:after,
.hamburger__line:before {
	height: 2px;
	width: 30px;
	display: block;
	background: #000;
	position: absolute;
	left: 50%;
	border-radius: 1px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.hamburger__input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 2
}

.hamburger__input:checked+.hamburger__line:before {
	-webkit-transform: translateY(8px) translateX(-50%) rotate(45deg);
	-ms-transform: translateY(8px) translateX(-50%) rotate(45deg);
	transform: translateY(8px) translateX(-50%) rotate(45deg)
}

.hamburger__input:checked+.hamburger__line:after {
	-webkit-transform: translateY(-8px) translateX(-50%) rotate(-45deg);
	-ms-transform: translateY(-8px) translateX(-50%) rotate(-45deg);
	transform: translateY(-8px) translateX(-50%) rotate(-45deg)
}

.hamburger__input:checked+.hamburger__line {
	background-color: rgba(0, 0, 0, 0)
}

.hamburger--style2 .hamburger__line,
.hamburger--style2 .hamburger__line:after,
.hamburger--style2 .hamburger__line:before {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.hamburger--style2 .hamburger__input:checked+.hamburger__line:before {
	-webkit-transform: translateY(8px) translateX(30px) rotate(135deg);
	-ms-transform: translateY(8px) translateX(30px) rotate(135deg);
	transform: translateY(8px) translateX(30px) rotate(135deg)
}

.hamburger--style2 .hamburger__input:checked+.hamburger__line {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateX(-60px);
	-ms-transform: translateX(-60px);
	transform: translateX(-60px)
}

.hamburger--style2 .hamburger__input:checked+.hamburger__line:after {
	-webkit-transform: translateY(-8px) translateX(30px) rotate(-135deg);
	-ms-transform: translateY(-8px) translateX(30px) rotate(-135deg);
	transform: translateY(-8px) translateX(30px) rotate(-135deg)
}

.optWrapper,
.select {
	position: absolute
}

.optWrapper {
	-webkit-transform: scale(.75) translateY(-21px);
	-ms-transform: scale(.75) translateY(-21px);
	transform: scale(.75) translateY(-21px);
	-webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	-o-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	background-color: #a4a4a4;
	opacity: 0;
	left: 0;
	top: 0;
	display: block !important;
	visibility: hidden
}

.open .optWrapper {
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	opacity: 1;
	visibility: visible
}

@media (min-width:480px) {
	.mb-0--xs {
		margin-bottom: 0
	}

	.mb-1--xs {
		margin-bottom: 1px
	}

	.mb-2--xs {
		margin-bottom: 2px
	}

	.mb-3--xs {
		margin-bottom: 3px
	}

	.mb-4--xs {
		margin-bottom: 4px
	}

	.mb-5--xs {
		margin-bottom: 5px
	}

	.mb-6--xs {
		margin-bottom: 6px
	}

	.mb-7--xs {
		margin-bottom: 7px
	}

	.mb-8--xs {
		margin-bottom: 8px
	}

	.mb-9--xs {
		margin-bottom: 9px
	}

	.mb-10--xs {
		margin-bottom: 10px
	}

	.mb-11--xs {
		margin-bottom: 11px
	}

	.mb-12--xs {
		margin-bottom: 12px
	}

	.mb-13--xs {
		margin-bottom: 13px
	}

	.mb-14--xs {
		margin-bottom: 14px
	}

	.mb-15--xs {
		margin-bottom: 15px
	}

	.mb-16--xs {
		margin-bottom: 16px
	}

	.mb-17--xs {
		margin-bottom: 17px
	}

	.mb-18--xs {
		margin-bottom: 18px
	}

	.mb-19--xs {
		margin-bottom: 19px
	}

	.mb-20--xs {
		margin-bottom: 20px
	}

	.mb-21--xs {
		margin-bottom: 21px
	}

	.mb-22--xs {
		margin-bottom: 22px
	}

	.mb-23--xs {
		margin-bottom: 23px
	}

	.mb-24--xs {
		margin-bottom: 24px
	}

	.mb-25--xs {
		margin-bottom: 25px
	}

	.mb-26--xs {
		margin-bottom: 26px
	}

	.mb-27--xs {
		margin-bottom: 27px
	}

	.mb-28--xs {
		margin-bottom: 28px
	}

	.mb-29--xs {
		margin-bottom: 29px
	}

	.mb-30--xs {
		margin-bottom: 30px
	}

	.mb-31--xs {
		margin-bottom: 31px
	}

	.mb-32--xs {
		margin-bottom: 32px
	}

	.mb-33--xs {
		margin-bottom: 33px
	}

	.mb-34--xs {
		margin-bottom: 34px
	}

	.mb-35--xs {
		margin-bottom: 35px
	}

	.mb-36--xs {
		margin-bottom: 36px
	}

	.mb-37--xs {
		margin-bottom: 37px
	}

	.mb-38--xs {
		margin-bottom: 38px
	}

	.mb-39--xs {
		margin-bottom: 39px
	}

	.mb-40--xs {
		margin-bottom: 40px
	}

	.mb-41--xs {
		margin-bottom: 41px
	}

	.mb-42--xs {
		margin-bottom: 42px
	}

	.mb-43--xs {
		margin-bottom: 43px
	}

	.mb-44--xs {
		margin-bottom: 44px
	}

	.mb-45--xs {
		margin-bottom: 45px
	}

	.mb-46--xs {
		margin-bottom: 46px
	}

	.mb-47--xs {
		margin-bottom: 47px
	}

	.mb-48--xs {
		margin-bottom: 48px
	}

	.mb-49--xs {
		margin-bottom: 49px
	}

	.mb-50--xs {
		margin-bottom: 50px
	}

	.mb-51--xs {
		margin-bottom: 51px
	}

	.mb-52--xs {
		margin-bottom: 52px
	}

	.mb-53--xs {
		margin-bottom: 53px
	}

	.mb-54--xs {
		margin-bottom: 54px
	}

	.mb-55--xs {
		margin-bottom: 55px
	}

	.mb-56--xs {
		margin-bottom: 56px
	}

	.mb-57--xs {
		margin-bottom: 57px
	}

	.mb-58--xs {
		margin-bottom: 58px
	}

	.mb-59--xs {
		margin-bottom: 59px
	}

	.mb-60--xs {
		margin-bottom: 60px
	}

	.mb-61--xs {
		margin-bottom: 61px
	}

	.mb-62--xs {
		margin-bottom: 62px
	}

	.mb-63--xs {
		margin-bottom: 63px
	}

	.mb-64--xs {
		margin-bottom: 64px
	}

	.mb-65--xs {
		margin-bottom: 65px
	}

	.mb-66--xs {
		margin-bottom: 66px
	}

	.mb-67--xs {
		margin-bottom: 67px
	}

	.mb-68--xs {
		margin-bottom: 68px
	}

	.mb-69--xs {
		margin-bottom: 69px
	}

	.mb-70--xs {
		margin-bottom: 70px
	}

	.mb-71--xs {
		margin-bottom: 71px
	}

	.mb-72--xs {
		margin-bottom: 72px
	}

	.mb-73--xs {
		margin-bottom: 73px
	}

	.mb-74--xs {
		margin-bottom: 74px
	}

	.mb-75--xs {
		margin-bottom: 75px
	}

	.mb-76--xs {
		margin-bottom: 76px
	}

	.mb-77--xs {
		margin-bottom: 77px
	}

	.mb-78--xs {
		margin-bottom: 78px
	}

	.mb-79--xs {
		margin-bottom: 79px
	}

	.mb-80--xs {
		margin-bottom: 80px
	}

	.mb-81--xs {
		margin-bottom: 81px
	}

	.mb-82--xs {
		margin-bottom: 82px
	}

	.mb-83--xs {
		margin-bottom: 83px
	}

	.mb-84--xs {
		margin-bottom: 84px
	}

	.mb-85--xs {
		margin-bottom: 85px
	}

	.mb-86--xs {
		margin-bottom: 86px
	}

	.mb-87--xs {
		margin-bottom: 87px
	}

	.mb-88--xs {
		margin-bottom: 88px
	}

	.mb-89--xs {
		margin-bottom: 89px
	}

	.mb-90--xs {
		margin-bottom: 90px
	}

	.mb-91--xs {
		margin-bottom: 91px
	}

	.mb-92--xs {
		margin-bottom: 92px
	}

	.mb-93--xs {
		margin-bottom: 93px
	}

	.mb-94--xs {
		margin-bottom: 94px
	}

	.mb-95--xs {
		margin-bottom: 95px
	}

	.mb-96--xs {
		margin-bottom: 96px
	}

	.mb-97--xs {
		margin-bottom: 97px
	}

	.mb-98--xs {
		margin-bottom: 98px
	}

	.mb-99--xs {
		margin-bottom: 99px
	}

	.mb-100--xs {
		margin-bottom: 100px
	}

	.mt-0--xs {
		margin-top: 0
	}

	.mt-1--xs {
		margin-top: 1px
	}

	.mt-2--xs {
		margin-top: 2px
	}

	.mt-3--xs {
		margin-top: 3px
	}

	.mt-4--xs {
		margin-top: 4px
	}

	.mt-5--xs {
		margin-top: 5px
	}

	.mt-6--xs {
		margin-top: 6px
	}

	.mt-7--xs {
		margin-top: 7px
	}

	.mt-8--xs {
		margin-top: 8px
	}

	.mt-9--xs {
		margin-top: 9px
	}

	.mt-10--xs {
		margin-top: 10px
	}

	.mt-11--xs {
		margin-top: 11px
	}

	.mt-12--xs {
		margin-top: 12px
	}

	.mt-13--xs {
		margin-top: 13px
	}

	.mt-14--xs {
		margin-top: 14px
	}

	.mt-15--xs {
		margin-top: 15px
	}

	.mt-16--xs {
		margin-top: 16px
	}

	.mt-17--xs {
		margin-top: 17px
	}

	.mt-18--xs {
		margin-top: 18px
	}

	.mt-19--xs {
		margin-top: 19px
	}

	.mt-20--xs {
		margin-top: 20px
	}

	.mt-21--xs {
		margin-top: 21px
	}

	.mt-22--xs {
		margin-top: 22px
	}

	.mt-23--xs {
		margin-top: 23px
	}

	.mt-24--xs {
		margin-top: 24px
	}

	.mt-25--xs {
		margin-top: 25px
	}

	.mt-26--xs {
		margin-top: 26px
	}

	.mt-27--xs {
		margin-top: 27px
	}

	.mt-28--xs {
		margin-top: 28px
	}

	.mt-29--xs {
		margin-top: 29px
	}

	.mt-30--xs {
		margin-top: 30px
	}

	.mt-31--xs {
		margin-top: 31px
	}

	.mt-32--xs {
		margin-top: 32px
	}

	.mt-33--xs {
		margin-top: 33px
	}

	.mt-34--xs {
		margin-top: 34px
	}

	.mt-35--xs {
		margin-top: 35px
	}

	.mt-36--xs {
		margin-top: 36px
	}

	.mt-37--xs {
		margin-top: 37px
	}

	.mt-38--xs {
		margin-top: 38px
	}

	.mt-39--xs {
		margin-top: 39px
	}

	.mt-40--xs {
		margin-top: 40px
	}

	.mt-41--xs {
		margin-top: 41px
	}

	.mt-42--xs {
		margin-top: 42px
	}

	.mt-43--xs {
		margin-top: 43px
	}

	.mt-44--xs {
		margin-top: 44px
	}

	.mt-45--xs {
		margin-top: 45px
	}

	.mt-46--xs {
		margin-top: 46px
	}

	.mt-47--xs {
		margin-top: 47px
	}

	.mt-48--xs {
		margin-top: 48px
	}

	.mt-49--xs {
		margin-top: 49px
	}

	.mt-50--xs {
		margin-top: 50px
	}

	.mt-51--xs {
		margin-top: 51px
	}

	.mt-52--xs {
		margin-top: 52px
	}

	.mt-53--xs {
		margin-top: 53px
	}

	.mt-54--xs {
		margin-top: 54px
	}

	.mt-55--xs {
		margin-top: 55px
	}

	.mt-56--xs {
		margin-top: 56px
	}

	.mt-57--xs {
		margin-top: 57px
	}

	.mt-58--xs {
		margin-top: 58px
	}

	.mt-59--xs {
		margin-top: 59px
	}

	.mt-60--xs {
		margin-top: 60px
	}

	.mt-61--xs {
		margin-top: 61px
	}

	.mt-62--xs {
		margin-top: 62px
	}

	.mt-63--xs {
		margin-top: 63px
	}

	.mt-64--xs {
		margin-top: 64px
	}

	.mt-65--xs {
		margin-top: 65px
	}

	.mt-66--xs {
		margin-top: 66px
	}

	.mt-67--xs {
		margin-top: 67px
	}

	.mt-68--xs {
		margin-top: 68px
	}

	.mt-69--xs {
		margin-top: 69px
	}

	.mt-70--xs {
		margin-top: 70px
	}

	.mt-71--xs {
		margin-top: 71px
	}

	.mt-72--xs {
		margin-top: 72px
	}

	.mt-73--xs {
		margin-top: 73px
	}

	.mt-74--xs {
		margin-top: 74px
	}

	.mt-75--xs {
		margin-top: 75px
	}

	.mt-76--xs {
		margin-top: 76px
	}

	.mt-77--xs {
		margin-top: 77px
	}

	.mt-78--xs {
		margin-top: 78px
	}

	.mt-79--xs {
		margin-top: 79px
	}

	.mt-80--xs {
		margin-top: 80px
	}

	.mt-81--xs {
		margin-top: 81px
	}

	.mt-82--xs {
		margin-top: 82px
	}

	.mt-83--xs {
		margin-top: 83px
	}

	.mt-84--xs {
		margin-top: 84px
	}

	.mt-85--xs {
		margin-top: 85px
	}

	.mt-86--xs {
		margin-top: 86px
	}

	.mt-87--xs {
		margin-top: 87px
	}

	.mt-88--xs {
		margin-top: 88px
	}

	.mt-89--xs {
		margin-top: 89px
	}

	.mt-90--xs {
		margin-top: 90px
	}

	.mt-91--xs {
		margin-top: 91px
	}

	.mt-92--xs {
		margin-top: 92px
	}

	.mt-93--xs {
		margin-top: 93px
	}

	.mt-94--xs {
		margin-top: 94px
	}

	.mt-95--xs {
		margin-top: 95px
	}

	.mt-96--xs {
		margin-top: 96px
	}

	.mt-97--xs {
		margin-top: 97px
	}

	.mt-98--xs {
		margin-top: 98px
	}

	.mt-99--xs {
		margin-top: 99px
	}

	.mt-100--xs {
		margin-top: 100px
	}

	.grid__item-1--xs {
		width: 8.33333%
	}

	.grid__item-2--xs {
		width: 16.66667%
	}

	.grid__item-3--xs {
		width: 25%
	}

	.grid__item-4--xs {
		width: 33.33333%
	}

	.grid__item-5--xs {
		width: 41.66667%
	}

	.grid__item-6--xs {
		width: 50%
	}

	.grid__item-7--xs {
		width: 58.33333%
	}

	.grid__item-8--xs {
		width: 66.66667%
	}

	.grid__item-9--xs {
		width: 75%
	}

	.grid__item-10--xs {
		width: 83.33333%
	}

	.grid__item-11--xs {
		width: 91.66667%
	}

	.grid__item-12--xs {
		width: 100%
	}
}

@media (min-width:768px) {
	.mb-0--sm {
		margin-bottom: 0
	}

	.mb-1--sm {
		margin-bottom: 1px
	}

	.mb-2--sm {
		margin-bottom: 2px
	}

	.mb-3--sm {
		margin-bottom: 3px
	}

	.mb-4--sm {
		margin-bottom: 4px
	}

	.mb-5--sm {
		margin-bottom: 5px
	}

	.mb-6--sm {
		margin-bottom: 6px
	}

	.mb-7--sm {
		margin-bottom: 7px
	}

	.mb-8--sm {
		margin-bottom: 8px
	}

	.mb-9--sm {
		margin-bottom: 9px
	}

	.mb-10--sm {
		margin-bottom: 10px
	}

	.mb-11--sm {
		margin-bottom: 11px
	}

	.mb-12--sm {
		margin-bottom: 12px
	}

	.mb-13--sm {
		margin-bottom: 13px
	}

	.mb-14--sm {
		margin-bottom: 14px
	}

	.mb-15--sm {
		margin-bottom: 15px
	}

	.mb-16--sm {
		margin-bottom: 16px
	}

	.mb-17--sm {
		margin-bottom: 17px
	}

	.mb-18--sm {
		margin-bottom: 18px
	}

	.mb-19--sm {
		margin-bottom: 19px
	}

	.mb-20--sm {
		margin-bottom: 20px
	}

	.mb-21--sm {
		margin-bottom: 21px
	}

	.mb-22--sm {
		margin-bottom: 22px
	}

	.mb-23--sm {
		margin-bottom: 23px
	}

	.mb-24--sm {
		margin-bottom: 24px
	}

	.mb-25--sm {
		margin-bottom: 25px
	}

	.mb-26--sm {
		margin-bottom: 26px
	}

	.mb-27--sm {
		margin-bottom: 27px
	}

	.mb-28--sm {
		margin-bottom: 28px
	}

	.mb-29--sm {
		margin-bottom: 29px
	}

	.mb-30--sm {
		margin-bottom: 30px
	}

	.mb-31--sm {
		margin-bottom: 31px
	}

	.mb-32--sm {
		margin-bottom: 32px
	}

	.mb-33--sm {
		margin-bottom: 33px
	}

	.mb-34--sm {
		margin-bottom: 34px
	}

	.mb-35--sm {
		margin-bottom: 35px
	}

	.mb-36--sm {
		margin-bottom: 36px
	}

	.mb-37--sm {
		margin-bottom: 37px
	}

	.mb-38--sm {
		margin-bottom: 38px
	}

	.mb-39--sm {
		margin-bottom: 39px
	}

	.mb-40--sm {
		margin-bottom: 40px
	}

	.mb-41--sm {
		margin-bottom: 41px
	}

	.mb-42--sm {
		margin-bottom: 42px
	}

	.mb-43--sm {
		margin-bottom: 43px
	}

	.mb-44--sm {
		margin-bottom: 44px
	}

	.mb-45--sm {
		margin-bottom: 45px
	}

	.mb-46--sm {
		margin-bottom: 46px
	}

	.mb-47--sm {
		margin-bottom: 47px
	}

	.mb-48--sm {
		margin-bottom: 48px
	}

	.mb-49--sm {
		margin-bottom: 49px
	}

	.mb-50--sm {
		margin-bottom: 50px
	}

	.mb-51--sm {
		margin-bottom: 51px
	}

	.mb-52--sm {
		margin-bottom: 52px
	}

	.mb-53--sm {
		margin-bottom: 53px
	}

	.mb-54--sm {
		margin-bottom: 54px
	}

	.mb-55--sm {
		margin-bottom: 55px
	}

	.mb-56--sm {
		margin-bottom: 56px
	}

	.mb-57--sm {
		margin-bottom: 57px
	}

	.mb-58--sm {
		margin-bottom: 58px
	}

	.mb-59--sm {
		margin-bottom: 59px
	}

	.mb-60--sm {
		margin-bottom: 60px
	}

	.mb-61--sm {
		margin-bottom: 61px
	}

	.mb-62--sm {
		margin-bottom: 62px
	}

	.mb-63--sm {
		margin-bottom: 63px
	}

	.mb-64--sm {
		margin-bottom: 64px
	}

	.mb-65--sm {
		margin-bottom: 65px
	}

	.mb-66--sm {
		margin-bottom: 66px
	}

	.mb-67--sm {
		margin-bottom: 67px
	}

	.mb-68--sm {
		margin-bottom: 68px
	}

	.mb-69--sm {
		margin-bottom: 69px
	}

	.mb-70--sm {
		margin-bottom: 70px
	}

	.mb-71--sm {
		margin-bottom: 71px
	}

	.mb-72--sm {
		margin-bottom: 72px
	}

	.mb-73--sm {
		margin-bottom: 73px
	}

	.mb-74--sm {
		margin-bottom: 74px
	}

	.mb-75--sm {
		margin-bottom: 75px
	}

	.mb-76--sm {
		margin-bottom: 76px
	}

	.mb-77--sm {
		margin-bottom: 77px
	}

	.mb-78--sm {
		margin-bottom: 78px
	}

	.mb-79--sm {
		margin-bottom: 79px
	}

	.mb-80--sm {
		margin-bottom: 80px
	}

	.mb-81--sm {
		margin-bottom: 81px
	}

	.mb-82--sm {
		margin-bottom: 82px
	}

	.mb-83--sm {
		margin-bottom: 83px
	}

	.mb-84--sm {
		margin-bottom: 84px
	}

	.mb-85--sm {
		margin-bottom: 85px
	}

	.mb-86--sm {
		margin-bottom: 86px
	}

	.mb-87--sm {
		margin-bottom: 87px
	}

	.mb-88--sm {
		margin-bottom: 88px
	}

	.mb-89--sm {
		margin-bottom: 89px
	}

	.mb-90--sm {
		margin-bottom: 90px
	}

	.mb-91--sm {
		margin-bottom: 91px
	}

	.mb-92--sm {
		margin-bottom: 92px
	}

	.mb-93--sm {
		margin-bottom: 93px
	}

	.mb-94--sm {
		margin-bottom: 94px
	}

	.mb-95--sm {
		margin-bottom: 95px
	}

	.mb-96--sm {
		margin-bottom: 96px
	}

	.mb-97--sm {
		margin-bottom: 97px
	}

	.mb-98--sm {
		margin-bottom: 98px
	}

	.mb-99--sm {
		margin-bottom: 99px
	}

	.mb-100--sm {
		margin-bottom: 100px
	}

	.mt-0--sm {
		margin-top: 0
	}

	.mt-1--sm {
		margin-top: 1px
	}

	.mt-2--sm {
		margin-top: 2px
	}

	.mt-3--sm {
		margin-top: 3px
	}

	.mt-4--sm {
		margin-top: 4px
	}

	.mt-5--sm {
		margin-top: 5px
	}

	.mt-6--sm {
		margin-top: 6px
	}

	.mt-7--sm {
		margin-top: 7px
	}

	.mt-8--sm {
		margin-top: 8px
	}

	.mt-9--sm {
		margin-top: 9px
	}

	.mt-10--sm {
		margin-top: 10px
	}

	.mt-11--sm {
		margin-top: 11px
	}

	.mt-12--sm {
		margin-top: 12px
	}

	.mt-13--sm {
		margin-top: 13px
	}

	.mt-14--sm {
		margin-top: 14px
	}

	.mt-15--sm {
		margin-top: 15px
	}

	.mt-16--sm {
		margin-top: 16px
	}

	.mt-17--sm {
		margin-top: 17px
	}

	.mt-18--sm {
		margin-top: 18px
	}

	.mt-19--sm {
		margin-top: 19px
	}

	.mt-20--sm {
		margin-top: 20px
	}

	.mt-21--sm {
		margin-top: 21px
	}

	.mt-22--sm {
		margin-top: 22px
	}

	.mt-23--sm {
		margin-top: 23px
	}

	.mt-24--sm {
		margin-top: 24px
	}

	.mt-25--sm {
		margin-top: 25px
	}

	.mt-26--sm {
		margin-top: 26px
	}

	.mt-27--sm {
		margin-top: 27px
	}

	.mt-28--sm {
		margin-top: 28px
	}

	.mt-29--sm {
		margin-top: 29px
	}

	.mt-30--sm {
		margin-top: 30px
	}

	.mt-31--sm {
		margin-top: 31px
	}

	.mt-32--sm {
		margin-top: 32px
	}

	.mt-33--sm {
		margin-top: 33px
	}

	.mt-34--sm {
		margin-top: 34px
	}

	.mt-35--sm {
		margin-top: 35px
	}

	.mt-36--sm {
		margin-top: 36px
	}

	.mt-37--sm {
		margin-top: 37px
	}

	.mt-38--sm {
		margin-top: 38px
	}

	.mt-39--sm {
		margin-top: 39px
	}

	.mt-40--sm {
		margin-top: 40px
	}

	.mt-41--sm {
		margin-top: 41px
	}

	.mt-42--sm {
		margin-top: 42px
	}

	.mt-43--sm {
		margin-top: 43px
	}

	.mt-44--sm {
		margin-top: 44px
	}

	.mt-45--sm {
		margin-top: 45px
	}

	.mt-46--sm {
		margin-top: 46px
	}

	.mt-47--sm {
		margin-top: 47px
	}

	.mt-48--sm {
		margin-top: 48px
	}

	.mt-49--sm {
		margin-top: 49px
	}

	.mt-50--sm {
		margin-top: 50px
	}

	.mt-51--sm {
		margin-top: 51px
	}

	.mt-52--sm {
		margin-top: 52px
	}

	.mt-53--sm {
		margin-top: 53px
	}

	.mt-54--sm {
		margin-top: 54px
	}

	.mt-55--sm {
		margin-top: 55px
	}

	.mt-56--sm {
		margin-top: 56px
	}

	.mt-57--sm {
		margin-top: 57px
	}

	.mt-58--sm {
		margin-top: 58px
	}

	.mt-59--sm {
		margin-top: 59px
	}

	.mt-60--sm {
		margin-top: 60px
	}

	.mt-61--sm {
		margin-top: 61px
	}

	.mt-62--sm {
		margin-top: 62px
	}

	.mt-63--sm {
		margin-top: 63px
	}

	.mt-64--sm {
		margin-top: 64px
	}

	.mt-65--sm {
		margin-top: 65px
	}

	.mt-66--sm {
		margin-top: 66px
	}

	.mt-67--sm {
		margin-top: 67px
	}

	.mt-68--sm {
		margin-top: 68px
	}

	.mt-69--sm {
		margin-top: 69px
	}

	.mt-70--sm {
		margin-top: 70px
	}

	.mt-71--sm {
		margin-top: 71px
	}

	.mt-72--sm {
		margin-top: 72px
	}

	.mt-73--sm {
		margin-top: 73px
	}

	.mt-74--sm {
		margin-top: 74px
	}

	.mt-75--sm {
		margin-top: 75px
	}

	.mt-76--sm {
		margin-top: 76px
	}

	.mt-77--sm {
		margin-top: 77px
	}

	.mt-78--sm {
		margin-top: 78px
	}

	.mt-79--sm {
		margin-top: 79px
	}

	.mt-80--sm {
		margin-top: 80px
	}

	.mt-81--sm {
		margin-top: 81px
	}

	.mt-82--sm {
		margin-top: 82px
	}

	.mt-83--sm {
		margin-top: 83px
	}

	.mt-84--sm {
		margin-top: 84px
	}

	.mt-85--sm {
		margin-top: 85px
	}

	.mt-86--sm {
		margin-top: 86px
	}

	.mt-87--sm {
		margin-top: 87px
	}

	.mt-88--sm {
		margin-top: 88px
	}

	.mt-89--sm {
		margin-top: 89px
	}

	.mt-90--sm {
		margin-top: 90px
	}

	.mt-91--sm {
		margin-top: 91px
	}

	.mt-92--sm {
		margin-top: 92px
	}

	.mt-93--sm {
		margin-top: 93px
	}

	.mt-94--sm {
		margin-top: 94px
	}

	.mt-95--sm {
		margin-top: 95px
	}

	.mt-96--sm {
		margin-top: 96px
	}

	.mt-97--sm {
		margin-top: 97px
	}

	.mt-98--sm {
		margin-top: 98px
	}

	.mt-99--sm {
		margin-top: 99px
	}

	.mt-100--sm {
		margin-top: 100px
	}

	.grid__item-1--sm {
		width: 8.33333%
	}

	.grid__item-2--sm {
		width: 16.66667%
	}

	.grid__item-3--sm {
		width: 25%
	}

	.grid__item-4--sm {
		width: 33.33333%
	}

	.grid__item-5--sm {
		width: 41.66667%
	}

	.grid__item-6--sm {
		width: 50%
	}

	.grid__item-7--sm {
		width: 58.33333%
	}

	.grid__item-8--sm {
		width: 66.66667%
	}

	.grid__item-9--sm {
		width: 75%
	}

	.grid__item-10--sm {
		width: 83.33333%
	}

	.grid__item-11--sm {
		width: 91.66667%
	}

	.grid__item-12--sm {
		width: 100%
	}

	.footer__grid {
		grid-template-columns: 1fr 1fr
	}
}

@media (min-width:1024px) {
	.mb-0--md {
		margin-bottom: 0
	}

	.mb-1--md {
		margin-bottom: 1px
	}

	.mb-2--md {
		margin-bottom: 2px
	}

	.mb-3--md {
		margin-bottom: 3px
	}

	.mb-4--md {
		margin-bottom: 4px
	}

	.mb-5--md {
		margin-bottom: 5px
	}

	.mb-6--md {
		margin-bottom: 6px
	}

	.mb-7--md {
		margin-bottom: 7px
	}

	.mb-8--md {
		margin-bottom: 8px
	}

	.mb-9--md {
		margin-bottom: 9px
	}

	.mb-10--md {
		margin-bottom: 10px
	}

	.mb-11--md {
		margin-bottom: 11px
	}

	.mb-12--md {
		margin-bottom: 12px
	}

	.mb-13--md {
		margin-bottom: 13px
	}

	.mb-14--md {
		margin-bottom: 14px
	}

	.mb-15--md {
		margin-bottom: 15px
	}

	.mb-16--md {
		margin-bottom: 16px
	}

	.mb-17--md {
		margin-bottom: 17px
	}

	.mb-18--md {
		margin-bottom: 18px
	}

	.mb-19--md {
		margin-bottom: 19px
	}

	.mb-20--md {
		margin-bottom: 20px
	}

	.mb-21--md {
		margin-bottom: 21px
	}

	.mb-22--md {
		margin-bottom: 22px
	}

	.mb-23--md {
		margin-bottom: 23px
	}

	.mb-24--md {
		margin-bottom: 24px
	}

	.mb-25--md {
		margin-bottom: 25px
	}

	.mb-26--md {
		margin-bottom: 26px
	}

	.mb-27--md {
		margin-bottom: 27px
	}

	.mb-28--md {
		margin-bottom: 28px
	}

	.mb-29--md {
		margin-bottom: 29px
	}

	.mb-30--md {
		margin-bottom: 30px
	}

	.mb-31--md {
		margin-bottom: 31px
	}

	.mb-32--md {
		margin-bottom: 32px
	}

	.mb-33--md {
		margin-bottom: 33px
	}

	.mb-34--md {
		margin-bottom: 34px
	}

	.mb-35--md {
		margin-bottom: 35px
	}

	.mb-36--md {
		margin-bottom: 36px
	}

	.mb-37--md {
		margin-bottom: 37px
	}

	.mb-38--md {
		margin-bottom: 38px
	}

	.mb-39--md {
		margin-bottom: 39px
	}

	.mb-40--md {
		margin-bottom: 40px
	}

	.mb-41--md {
		margin-bottom: 41px
	}

	.mb-42--md {
		margin-bottom: 42px
	}

	.mb-43--md {
		margin-bottom: 43px
	}

	.mb-44--md {
		margin-bottom: 44px
	}

	.mb-45--md {
		margin-bottom: 45px
	}

	.mb-46--md {
		margin-bottom: 46px
	}

	.mb-47--md {
		margin-bottom: 47px
	}

	.mb-48--md {
		margin-bottom: 48px
	}

	.mb-49--md {
		margin-bottom: 49px
	}

	.mb-50--md {
		margin-bottom: 50px
	}

	.mb-51--md {
		margin-bottom: 51px
	}

	.mb-52--md {
		margin-bottom: 52px
	}

	.mb-53--md {
		margin-bottom: 53px
	}

	.mb-54--md {
		margin-bottom: 54px
	}

	.mb-55--md {
		margin-bottom: 55px
	}

	.mb-56--md {
		margin-bottom: 56px
	}

	.mb-57--md {
		margin-bottom: 57px
	}

	.mb-58--md {
		margin-bottom: 58px
	}

	.mb-59--md {
		margin-bottom: 59px
	}

	.mb-60--md {
		margin-bottom: 60px
	}

	.mb-61--md {
		margin-bottom: 61px
	}

	.mb-62--md {
		margin-bottom: 62px
	}

	.mb-63--md {
		margin-bottom: 63px
	}

	.mb-64--md {
		margin-bottom: 64px
	}

	.mb-65--md {
		margin-bottom: 65px
	}

	.mb-66--md {
		margin-bottom: 66px
	}

	.mb-67--md {
		margin-bottom: 67px
	}

	.mb-68--md {
		margin-bottom: 68px
	}

	.mb-69--md {
		margin-bottom: 69px
	}

	.mb-70--md {
		margin-bottom: 70px
	}

	.mb-71--md {
		margin-bottom: 71px
	}

	.mb-72--md {
		margin-bottom: 72px
	}

	.mb-73--md {
		margin-bottom: 73px
	}

	.mb-74--md {
		margin-bottom: 74px
	}

	.mb-75--md {
		margin-bottom: 75px
	}

	.mb-76--md {
		margin-bottom: 76px
	}

	.mb-77--md {
		margin-bottom: 77px
	}

	.mb-78--md {
		margin-bottom: 78px
	}

	.mb-79--md {
		margin-bottom: 79px
	}

	.mb-80--md {
		margin-bottom: 80px
	}

	.mb-81--md {
		margin-bottom: 81px
	}

	.mb-82--md {
		margin-bottom: 82px
	}

	.mb-83--md {
		margin-bottom: 83px
	}

	.mb-84--md {
		margin-bottom: 84px
	}

	.mb-85--md {
		margin-bottom: 85px
	}

	.mb-86--md {
		margin-bottom: 86px
	}

	.mb-87--md {
		margin-bottom: 87px
	}

	.mb-88--md {
		margin-bottom: 88px
	}

	.mb-89--md {
		margin-bottom: 89px
	}

	.mb-90--md {
		margin-bottom: 90px
	}

	.mb-91--md {
		margin-bottom: 91px
	}

	.mb-92--md {
		margin-bottom: 92px
	}

	.mb-93--md {
		margin-bottom: 93px
	}

	.mb-94--md {
		margin-bottom: 94px
	}

	.mb-95--md {
		margin-bottom: 95px
	}

	.mb-96--md {
		margin-bottom: 96px
	}

	.mb-97--md {
		margin-bottom: 97px
	}

	.mb-98--md {
		margin-bottom: 98px
	}

	.mb-99--md {
		margin-bottom: 99px
	}

	.mb-100--md {
		margin-bottom: 100px
	}

	.mt-0--md {
		margin-top: 0
	}

	.mt-1--md {
		margin-top: 1px
	}

	.mt-2--md {
		margin-top: 2px
	}

	.mt-3--md {
		margin-top: 3px
	}

	.mt-4--md {
		margin-top: 4px
	}

	.mt-5--md {
		margin-top: 5px
	}

	.mt-6--md {
		margin-top: 6px
	}

	.mt-7--md {
		margin-top: 7px
	}

	.mt-8--md {
		margin-top: 8px
	}

	.mt-9--md {
		margin-top: 9px
	}

	.mt-10--md {
		margin-top: 10px
	}

	.mt-11--md {
		margin-top: 11px
	}

	.mt-12--md {
		margin-top: 12px
	}

	.mt-13--md {
		margin-top: 13px
	}

	.mt-14--md {
		margin-top: 14px
	}

	.mt-15--md {
		margin-top: 15px
	}

	.mt-16--md {
		margin-top: 16px
	}

	.mt-17--md {
		margin-top: 17px
	}

	.mt-18--md {
		margin-top: 18px
	}

	.mt-19--md {
		margin-top: 19px
	}

	.mt-20--md {
		margin-top: 20px
	}

	.mt-21--md {
		margin-top: 21px
	}

	.mt-22--md {
		margin-top: 22px
	}

	.mt-23--md {
		margin-top: 23px
	}

	.mt-24--md {
		margin-top: 24px
	}

	.mt-25--md {
		margin-top: 25px
	}

	.mt-26--md {
		margin-top: 26px
	}

	.mt-27--md {
		margin-top: 27px
	}

	.mt-28--md {
		margin-top: 28px
	}

	.mt-29--md {
		margin-top: 29px
	}

	.mt-30--md {
		margin-top: 30px
	}

	.mt-31--md {
		margin-top: 31px
	}

	.mt-32--md {
		margin-top: 32px
	}

	.mt-33--md {
		margin-top: 33px
	}

	.mt-34--md {
		margin-top: 34px
	}

	.mt-35--md {
		margin-top: 35px
	}

	.mt-36--md {
		margin-top: 36px
	}

	.mt-37--md {
		margin-top: 37px
	}

	.mt-38--md {
		margin-top: 38px
	}

	.mt-39--md {
		margin-top: 39px
	}

	.mt-40--md {
		margin-top: 40px
	}

	.mt-41--md {
		margin-top: 41px
	}

	.mt-42--md {
		margin-top: 42px
	}

	.mt-43--md {
		margin-top: 43px
	}

	.mt-44--md {
		margin-top: 44px
	}

	.mt-45--md {
		margin-top: 45px
	}

	.mt-46--md {
		margin-top: 46px
	}

	.mt-47--md {
		margin-top: 47px
	}

	.mt-48--md {
		margin-top: 48px
	}

	.mt-49--md {
		margin-top: 49px
	}

	.mt-50--md {
		margin-top: 50px
	}

	.mt-51--md {
		margin-top: 51px
	}

	.mt-52--md {
		margin-top: 52px
	}

	.mt-53--md {
		margin-top: 53px
	}

	.mt-54--md {
		margin-top: 54px
	}

	.mt-55--md {
		margin-top: 55px
	}

	.mt-56--md {
		margin-top: 56px
	}

	.mt-57--md {
		margin-top: 57px
	}

	.mt-58--md {
		margin-top: 58px
	}

	.mt-59--md {
		margin-top: 59px
	}

	.mt-60--md {
		margin-top: 60px
	}

	.mt-61--md {
		margin-top: 61px
	}

	.mt-62--md {
		margin-top: 62px
	}

	.mt-63--md {
		margin-top: 63px
	}

	.mt-64--md {
		margin-top: 64px
	}

	.mt-65--md {
		margin-top: 65px
	}

	.mt-66--md {
		margin-top: 66px
	}

	.mt-67--md {
		margin-top: 67px
	}

	.mt-68--md {
		margin-top: 68px
	}

	.mt-69--md {
		margin-top: 69px
	}

	.mt-70--md {
		margin-top: 70px
	}

	.mt-71--md {
		margin-top: 71px
	}

	.mt-72--md {
		margin-top: 72px
	}

	.mt-73--md {
		margin-top: 73px
	}

	.mt-74--md {
		margin-top: 74px
	}

	.mt-75--md {
		margin-top: 75px
	}

	.mt-76--md {
		margin-top: 76px
	}

	.mt-77--md {
		margin-top: 77px
	}

	.mt-78--md {
		margin-top: 78px
	}

	.mt-79--md {
		margin-top: 79px
	}

	.mt-80--md {
		margin-top: 80px
	}

	.mt-81--md {
		margin-top: 81px
	}

	.mt-82--md {
		margin-top: 82px
	}

	.mt-83--md {
		margin-top: 83px
	}

	.mt-84--md {
		margin-top: 84px
	}

	.mt-85--md {
		margin-top: 85px
	}

	.mt-86--md {
		margin-top: 86px
	}

	.mt-87--md {
		margin-top: 87px
	}

	.mt-88--md {
		margin-top: 88px
	}

	.mt-89--md {
		margin-top: 89px
	}

	.mt-90--md {
		margin-top: 90px
	}

	.mt-91--md {
		margin-top: 91px
	}

	.mt-92--md {
		margin-top: 92px
	}

	.mt-93--md {
		margin-top: 93px
	}

	.mt-94--md {
		margin-top: 94px
	}

	.mt-95--md {
		margin-top: 95px
	}

	.mt-96--md {
		margin-top: 96px
	}

	.mt-97--md {
		margin-top: 97px
	}

	.mt-98--md {
		margin-top: 98px
	}

	.mt-99--md {
		margin-top: 99px
	}

	.mt-100--md {
		margin-top: 100px
	}

	.grid__item-1--md {
		width: 8.33333%
	}

	.grid__item-2--md {
		width: 16.66667%
	}

	.grid__item-3--md {
		width: 25%
	}

	.grid__item-4--md {
		width: 33.33333%
	}

	.grid__item-5--md {
		width: 41.66667%
	}

	.grid__item-6--md {
		width: 50%
	}

	.grid__item-7--md {
		width: 58.33333%
	}

	.grid__item-8--md {
		width: 66.66667%
	}

	.grid__item-9--md {
		width: 75%
	}

	.grid__item-10--md {
		width: 83.33333%
	}

	.grid__item-11--md {
		width: 91.66667%
	}

	.grid__item-12--md {
		width: 100%
	}
}

@media (min-width:1280px) {
	.mb-0--lg {
		margin-bottom: 0
	}

	.mb-1--lg {
		margin-bottom: 1px
	}

	.mb-2--lg {
		margin-bottom: 2px
	}

	.mb-3--lg {
		margin-bottom: 3px
	}

	.mb-4--lg {
		margin-bottom: 4px
	}

	.mb-5--lg {
		margin-bottom: 5px
	}

	.mb-6--lg {
		margin-bottom: 6px
	}

	.mb-7--lg {
		margin-bottom: 7px
	}

	.mb-8--lg {
		margin-bottom: 8px
	}

	.mb-9--lg {
		margin-bottom: 9px
	}

	.mb-10--lg {
		margin-bottom: 10px
	}

	.mb-11--lg {
		margin-bottom: 11px
	}

	.mb-12--lg {
		margin-bottom: 12px
	}

	.mb-13--lg {
		margin-bottom: 13px
	}

	.mb-14--lg {
		margin-bottom: 14px
	}

	.mb-15--lg {
		margin-bottom: 15px
	}

	.mb-16--lg {
		margin-bottom: 16px
	}

	.mb-17--lg {
		margin-bottom: 17px
	}

	.mb-18--lg {
		margin-bottom: 18px
	}

	.mb-19--lg {
		margin-bottom: 19px
	}

	.mb-20--lg {
		margin-bottom: 20px
	}

	.mb-21--lg {
		margin-bottom: 21px
	}

	.mb-22--lg {
		margin-bottom: 22px
	}

	.mb-23--lg {
		margin-bottom: 23px
	}

	.mb-24--lg {
		margin-bottom: 24px
	}

	.mb-25--lg {
		margin-bottom: 25px
	}

	.mb-26--lg {
		margin-bottom: 26px
	}

	.mb-27--lg {
		margin-bottom: 27px
	}

	.mb-28--lg {
		margin-bottom: 28px
	}

	.mb-29--lg {
		margin-bottom: 29px
	}

	.mb-30--lg {
		margin-bottom: 30px
	}

	.mb-31--lg {
		margin-bottom: 31px
	}

	.mb-32--lg {
		margin-bottom: 32px
	}

	.mb-33--lg {
		margin-bottom: 33px
	}

	.mb-34--lg {
		margin-bottom: 34px
	}

	.mb-35--lg {
		margin-bottom: 35px
	}

	.mb-36--lg {
		margin-bottom: 36px
	}

	.mb-37--lg {
		margin-bottom: 37px
	}

	.mb-38--lg {
		margin-bottom: 38px
	}

	.mb-39--lg {
		margin-bottom: 39px
	}

	.mb-40--lg {
		margin-bottom: 40px
	}

	.mb-41--lg {
		margin-bottom: 41px
	}

	.mb-42--lg {
		margin-bottom: 42px
	}

	.mb-43--lg {
		margin-bottom: 43px
	}

	.mb-44--lg {
		margin-bottom: 44px
	}

	.mb-45--lg {
		margin-bottom: 45px
	}

	.mb-46--lg {
		margin-bottom: 46px
	}

	.mb-47--lg {
		margin-bottom: 47px
	}

	.mb-48--lg {
		margin-bottom: 48px
	}

	.mb-49--lg {
		margin-bottom: 49px
	}

	.mb-50--lg {
		margin-bottom: 50px
	}

	.mb-51--lg {
		margin-bottom: 51px
	}

	.mb-52--lg {
		margin-bottom: 52px
	}

	.mb-53--lg {
		margin-bottom: 53px
	}

	.mb-54--lg {
		margin-bottom: 54px
	}

	.mb-55--lg {
		margin-bottom: 55px
	}

	.mb-56--lg {
		margin-bottom: 56px
	}

	.mb-57--lg {
		margin-bottom: 57px
	}

	.mb-58--lg {
		margin-bottom: 58px
	}

	.mb-59--lg {
		margin-bottom: 59px
	}

	.mb-60--lg {
		margin-bottom: 60px
	}

	.mb-61--lg {
		margin-bottom: 61px
	}

	.mb-62--lg {
		margin-bottom: 62px
	}

	.mb-63--lg {
		margin-bottom: 63px
	}

	.mb-64--lg {
		margin-bottom: 64px
	}

	.mb-65--lg {
		margin-bottom: 65px
	}

	.mb-66--lg {
		margin-bottom: 66px
	}

	.mb-67--lg {
		margin-bottom: 67px
	}

	.mb-68--lg {
		margin-bottom: 68px
	}

	.mb-69--lg {
		margin-bottom: 69px
	}

	.mb-70--lg {
		margin-bottom: 70px
	}

	.mb-71--lg {
		margin-bottom: 71px
	}

	.mb-72--lg {
		margin-bottom: 72px
	}

	.mb-73--lg {
		margin-bottom: 73px
	}

	.mb-74--lg {
		margin-bottom: 74px
	}

	.mb-75--lg {
		margin-bottom: 75px
	}

	.mb-76--lg {
		margin-bottom: 76px
	}

	.mb-77--lg {
		margin-bottom: 77px
	}

	.mb-78--lg {
		margin-bottom: 78px
	}

	.mb-79--lg {
		margin-bottom: 79px
	}

	.mb-80--lg {
		margin-bottom: 80px
	}

	.mb-81--lg {
		margin-bottom: 81px
	}

	.mb-82--lg {
		margin-bottom: 82px
	}

	.mb-83--lg {
		margin-bottom: 83px
	}

	.mb-84--lg {
		margin-bottom: 84px
	}

	.mb-85--lg {
		margin-bottom: 85px
	}

	.mb-86--lg {
		margin-bottom: 86px
	}

	.mb-87--lg {
		margin-bottom: 87px
	}

	.mb-88--lg {
		margin-bottom: 88px
	}

	.mb-89--lg {
		margin-bottom: 89px
	}

	.mb-90--lg {
		margin-bottom: 90px
	}

	.mb-91--lg {
		margin-bottom: 91px
	}

	.mb-92--lg {
		margin-bottom: 92px
	}

	.mb-93--lg {
		margin-bottom: 93px
	}

	.mb-94--lg {
		margin-bottom: 94px
	}

	.mb-95--lg {
		margin-bottom: 95px
	}

	.mb-96--lg {
		margin-bottom: 96px
	}

	.mb-97--lg {
		margin-bottom: 97px
	}

	.mb-98--lg {
		margin-bottom: 98px
	}

	.mb-99--lg {
		margin-bottom: 99px
	}

	.mb-100--lg {
		margin-bottom: 100px
	}

	.mt-0--lg {
		margin-top: 0
	}

	.mt-1--lg {
		margin-top: 1px
	}

	.mt-2--lg {
		margin-top: 2px
	}

	.mt-3--lg {
		margin-top: 3px
	}

	.mt-4--lg {
		margin-top: 4px
	}

	.mt-5--lg {
		margin-top: 5px
	}

	.mt-6--lg {
		margin-top: 6px
	}

	.mt-7--lg {
		margin-top: 7px
	}

	.mt-8--lg {
		margin-top: 8px
	}

	.mt-9--lg {
		margin-top: 9px
	}

	.mt-10--lg {
		margin-top: 10px
	}

	.mt-11--lg {
		margin-top: 11px
	}

	.mt-12--lg {
		margin-top: 12px
	}

	.mt-13--lg {
		margin-top: 13px
	}

	.mt-14--lg {
		margin-top: 14px
	}

	.mt-15--lg {
		margin-top: 15px
	}

	.mt-16--lg {
		margin-top: 16px
	}

	.mt-17--lg {
		margin-top: 17px
	}

	.mt-18--lg {
		margin-top: 18px
	}

	.mt-19--lg {
		margin-top: 19px
	}

	.mt-20--lg {
		margin-top: 20px
	}

	.mt-21--lg {
		margin-top: 21px
	}

	.mt-22--lg {
		margin-top: 22px
	}

	.mt-23--lg {
		margin-top: 23px
	}

	.mt-24--lg {
		margin-top: 24px
	}

	.mt-25--lg {
		margin-top: 25px
	}

	.mt-26--lg {
		margin-top: 26px
	}

	.mt-27--lg {
		margin-top: 27px
	}

	.mt-28--lg {
		margin-top: 28px
	}

	.mt-29--lg {
		margin-top: 29px
	}

	.mt-30--lg {
		margin-top: 30px
	}

	.mt-31--lg {
		margin-top: 31px
	}

	.mt-32--lg {
		margin-top: 32px
	}

	.mt-33--lg {
		margin-top: 33px
	}

	.mt-34--lg {
		margin-top: 34px
	}

	.mt-35--lg {
		margin-top: 35px
	}

	.mt-36--lg {
		margin-top: 36px
	}

	.mt-37--lg {
		margin-top: 37px
	}

	.mt-38--lg {
		margin-top: 38px
	}

	.mt-39--lg {
		margin-top: 39px
	}

	.mt-40--lg {
		margin-top: 40px
	}

	.mt-41--lg {
		margin-top: 41px
	}

	.mt-42--lg {
		margin-top: 42px
	}

	.mt-43--lg {
		margin-top: 43px
	}

	.mt-44--lg {
		margin-top: 44px
	}

	.mt-45--lg {
		margin-top: 45px
	}

	.mt-46--lg {
		margin-top: 46px
	}

	.mt-47--lg {
		margin-top: 47px
	}

	.mt-48--lg {
		margin-top: 48px
	}

	.mt-49--lg {
		margin-top: 49px
	}

	.mt-50--lg {
		margin-top: 50px
	}

	.mt-51--lg {
		margin-top: 51px
	}

	.mt-52--lg {
		margin-top: 52px
	}

	.mt-53--lg {
		margin-top: 53px
	}

	.mt-54--lg {
		margin-top: 54px
	}

	.mt-55--lg {
		margin-top: 55px
	}

	.mt-56--lg {
		margin-top: 56px
	}

	.mt-57--lg {
		margin-top: 57px
	}

	.mt-58--lg {
		margin-top: 58px
	}

	.mt-59--lg {
		margin-top: 59px
	}

	.mt-60--lg {
		margin-top: 60px
	}

	.mt-61--lg {
		margin-top: 61px
	}

	.mt-62--lg {
		margin-top: 62px
	}

	.mt-63--lg {
		margin-top: 63px
	}

	.mt-64--lg {
		margin-top: 64px
	}

	.mt-65--lg {
		margin-top: 65px
	}

	.mt-66--lg {
		margin-top: 66px
	}

	.mt-67--lg {
		margin-top: 67px
	}

	.mt-68--lg {
		margin-top: 68px
	}

	.mt-69--lg {
		margin-top: 69px
	}

	.mt-70--lg {
		margin-top: 70px
	}

	.mt-71--lg {
		margin-top: 71px
	}

	.mt-72--lg {
		margin-top: 72px
	}

	.mt-73--lg {
		margin-top: 73px
	}

	.mt-74--lg {
		margin-top: 74px
	}

	.mt-75--lg {
		margin-top: 75px
	}

	.mt-76--lg {
		margin-top: 76px
	}

	.mt-77--lg {
		margin-top: 77px
	}

	.mt-78--lg {
		margin-top: 78px
	}

	.mt-79--lg {
		margin-top: 79px
	}

	.mt-80--lg {
		margin-top: 80px
	}

	.mt-81--lg {
		margin-top: 81px
	}

	.mt-82--lg {
		margin-top: 82px
	}

	.mt-83--lg {
		margin-top: 83px
	}

	.mt-84--lg {
		margin-top: 84px
	}

	.mt-85--lg {
		margin-top: 85px
	}

	.mt-86--lg {
		margin-top: 86px
	}

	.mt-87--lg {
		margin-top: 87px
	}

	.mt-88--lg {
		margin-top: 88px
	}

	.mt-89--lg {
		margin-top: 89px
	}

	.mt-90--lg {
		margin-top: 90px
	}

	.mt-91--lg {
		margin-top: 91px
	}

	.mt-92--lg {
		margin-top: 92px
	}

	.mt-93--lg {
		margin-top: 93px
	}

	.mt-94--lg {
		margin-top: 94px
	}

	.mt-95--lg {
		margin-top: 95px
	}

	.mt-96--lg {
		margin-top: 96px
	}

	.mt-97--lg {
		margin-top: 97px
	}

	.mt-98--lg {
		margin-top: 98px
	}

	.mt-99--lg {
		margin-top: 99px
	}

	.mt-100--lg {
		margin-top: 100px
	}

	.projects__pane--grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.grid__item-1--lg {
		width: 8.33333%
	}

	.grid__item-2--lg {
		width: 16.66667%
	}

	.grid__item-3--lg {
		width: 25%
	}

	.grid__item-4--lg {
		width: 33.33333%
	}

	.grid__item-5--lg {
		width: 41.66667%
	}

	.grid__item-6--lg {
		width: 50%
	}

	.grid__item-7--lg {
		width: 58.33333%
	}

	.grid__item-8--lg {
		width: 66.66667%
	}

	.grid__item-9--lg {
		width: 75%
	}

	.grid__item-10--lg {
		width: 83.33333%
	}

	.grid__item-11--lg {
		width: 91.66667%
	}

	.grid__item-12--lg {
		width: 100%
	}
}

@media (min-width:1440px) {
	.mb-0--xl {
		margin-bottom: 0
	}

	.mb-1--xl {
		margin-bottom: 1px
	}

	.mb-2--xl {
		margin-bottom: 2px
	}

	.mb-3--xl {
		margin-bottom: 3px
	}

	.mb-4--xl {
		margin-bottom: 4px
	}

	.mb-5--xl {
		margin-bottom: 5px
	}

	.mb-6--xl {
		margin-bottom: 6px
	}

	.mb-7--xl {
		margin-bottom: 7px
	}

	.mb-8--xl {
		margin-bottom: 8px
	}

	.mb-9--xl {
		margin-bottom: 9px
	}

	.mb-10--xl {
		margin-bottom: 10px
	}

	.mb-11--xl {
		margin-bottom: 11px
	}

	.mb-12--xl {
		margin-bottom: 12px
	}

	.mb-13--xl {
		margin-bottom: 13px
	}

	.mb-14--xl {
		margin-bottom: 14px
	}

	.mb-15--xl {
		margin-bottom: 15px
	}

	.mb-16--xl {
		margin-bottom: 16px
	}

	.mb-17--xl {
		margin-bottom: 17px
	}

	.mb-18--xl {
		margin-bottom: 18px
	}

	.mb-19--xl {
		margin-bottom: 19px
	}

	.mb-20--xl {
		margin-bottom: 20px
	}

	.mb-21--xl {
		margin-bottom: 21px
	}

	.mb-22--xl {
		margin-bottom: 22px
	}

	.mb-23--xl {
		margin-bottom: 23px
	}

	.mb-24--xl {
		margin-bottom: 24px
	}

	.mb-25--xl {
		margin-bottom: 25px
	}

	.mb-26--xl {
		margin-bottom: 26px
	}

	.mb-27--xl {
		margin-bottom: 27px
	}

	.mb-28--xl {
		margin-bottom: 28px
	}

	.mb-29--xl {
		margin-bottom: 29px
	}

	.mb-30--xl {
		margin-bottom: 30px
	}

	.mb-31--xl {
		margin-bottom: 31px
	}

	.mb-32--xl {
		margin-bottom: 32px
	}

	.mb-33--xl {
		margin-bottom: 33px
	}

	.mb-34--xl {
		margin-bottom: 34px
	}

	.mb-35--xl {
		margin-bottom: 35px
	}

	.mb-36--xl {
		margin-bottom: 36px
	}

	.mb-37--xl {
		margin-bottom: 37px
	}

	.mb-38--xl {
		margin-bottom: 38px
	}

	.mb-39--xl {
		margin-bottom: 39px
	}

	.mb-40--xl {
		margin-bottom: 40px
	}

	.mb-41--xl {
		margin-bottom: 41px
	}

	.mb-42--xl {
		margin-bottom: 42px
	}

	.mb-43--xl {
		margin-bottom: 43px
	}

	.mb-44--xl {
		margin-bottom: 44px
	}

	.mb-45--xl {
		margin-bottom: 45px
	}

	.mb-46--xl {
		margin-bottom: 46px
	}

	.mb-47--xl {
		margin-bottom: 47px
	}

	.mb-48--xl {
		margin-bottom: 48px
	}

	.mb-49--xl {
		margin-bottom: 49px
	}

	.mb-50--xl {
		margin-bottom: 50px
	}

	.mb-51--xl {
		margin-bottom: 51px
	}

	.mb-52--xl {
		margin-bottom: 52px
	}

	.mb-53--xl {
		margin-bottom: 53px
	}

	.mb-54--xl {
		margin-bottom: 54px
	}

	.mb-55--xl {
		margin-bottom: 55px
	}

	.mb-56--xl {
		margin-bottom: 56px
	}

	.mb-57--xl {
		margin-bottom: 57px
	}

	.mb-58--xl {
		margin-bottom: 58px
	}

	.mb-59--xl {
		margin-bottom: 59px
	}

	.mb-60--xl {
		margin-bottom: 60px
	}

	.mb-61--xl {
		margin-bottom: 61px
	}

	.mb-62--xl {
		margin-bottom: 62px
	}

	.mb-63--xl {
		margin-bottom: 63px
	}

	.mb-64--xl {
		margin-bottom: 64px
	}

	.mb-65--xl {
		margin-bottom: 65px
	}

	.mb-66--xl {
		margin-bottom: 66px
	}

	.mb-67--xl {
		margin-bottom: 67px
	}

	.mb-68--xl {
		margin-bottom: 68px
	}

	.mb-69--xl {
		margin-bottom: 69px
	}

	.mb-70--xl {
		margin-bottom: 70px
	}

	.mb-71--xl {
		margin-bottom: 71px
	}

	.mb-72--xl {
		margin-bottom: 72px
	}

	.mb-73--xl {
		margin-bottom: 73px
	}

	.mb-74--xl {
		margin-bottom: 74px
	}

	.mb-75--xl {
		margin-bottom: 75px
	}

	.mb-76--xl {
		margin-bottom: 76px
	}

	.mb-77--xl {
		margin-bottom: 77px
	}

	.mb-78--xl {
		margin-bottom: 78px
	}

	.mb-79--xl {
		margin-bottom: 79px
	}

	.mb-80--xl {
		margin-bottom: 80px
	}

	.mb-81--xl {
		margin-bottom: 81px
	}

	.mb-82--xl {
		margin-bottom: 82px
	}

	.mb-83--xl {
		margin-bottom: 83px
	}

	.mb-84--xl {
		margin-bottom: 84px
	}

	.mb-85--xl {
		margin-bottom: 85px
	}

	.mb-86--xl {
		margin-bottom: 86px
	}

	.mb-87--xl {
		margin-bottom: 87px
	}

	.mb-88--xl {
		margin-bottom: 88px
	}

	.mb-89--xl {
		margin-bottom: 89px
	}

	.mb-90--xl {
		margin-bottom: 90px
	}

	.mb-91--xl {
		margin-bottom: 91px
	}

	.mb-92--xl {
		margin-bottom: 92px
	}

	.mb-93--xl {
		margin-bottom: 93px
	}

	.mb-94--xl {
		margin-bottom: 94px
	}

	.mb-95--xl {
		margin-bottom: 95px
	}

	.mb-96--xl {
		margin-bottom: 96px
	}

	.mb-97--xl {
		margin-bottom: 97px
	}

	.mb-98--xl {
		margin-bottom: 98px
	}

	.mb-99--xl {
		margin-bottom: 99px
	}

	.mb-100--xl {
		margin-bottom: 100px
	}

	.mt-0--xl {
		margin-top: 0
	}

	.mt-1--xl {
		margin-top: 1px
	}

	.mt-2--xl {
		margin-top: 2px
	}

	.mt-3--xl {
		margin-top: 3px
	}

	.mt-4--xl {
		margin-top: 4px
	}

	.mt-5--xl {
		margin-top: 5px
	}

	.mt-6--xl {
		margin-top: 6px
	}

	.mt-7--xl {
		margin-top: 7px
	}

	.mt-8--xl {
		margin-top: 8px
	}

	.mt-9--xl {
		margin-top: 9px
	}

	.mt-10--xl {
		margin-top: 10px
	}

	.mt-11--xl {
		margin-top: 11px
	}

	.mt-12--xl {
		margin-top: 12px
	}

	.mt-13--xl {
		margin-top: 13px
	}

	.mt-14--xl {
		margin-top: 14px
	}

	.mt-15--xl {
		margin-top: 15px
	}

	.mt-16--xl {
		margin-top: 16px
	}

	.mt-17--xl {
		margin-top: 17px
	}

	.mt-18--xl {
		margin-top: 18px
	}

	.mt-19--xl {
		margin-top: 19px
	}

	.mt-20--xl {
		margin-top: 20px
	}

	.mt-21--xl {
		margin-top: 21px
	}

	.mt-22--xl {
		margin-top: 22px
	}

	.mt-23--xl {
		margin-top: 23px
	}

	.mt-24--xl {
		margin-top: 24px
	}

	.mt-25--xl {
		margin-top: 25px
	}

	.mt-26--xl {
		margin-top: 26px
	}

	.mt-27--xl {
		margin-top: 27px
	}

	.mt-28--xl {
		margin-top: 28px
	}

	.mt-29--xl {
		margin-top: 29px
	}

	.mt-30--xl {
		margin-top: 30px
	}

	.mt-31--xl {
		margin-top: 31px
	}

	.mt-32--xl {
		margin-top: 32px
	}

	.mt-33--xl {
		margin-top: 33px
	}

	.mt-34--xl {
		margin-top: 34px
	}

	.mt-35--xl {
		margin-top: 35px
	}

	.mt-36--xl {
		margin-top: 36px
	}

	.mt-37--xl {
		margin-top: 37px
	}

	.mt-38--xl {
		margin-top: 38px
	}

	.mt-39--xl {
		margin-top: 39px
	}

	.mt-40--xl {
		margin-top: 40px
	}

	.mt-41--xl {
		margin-top: 41px
	}

	.mt-42--xl {
		margin-top: 42px
	}

	.mt-43--xl {
		margin-top: 43px
	}

	.mt-44--xl {
		margin-top: 44px
	}

	.mt-45--xl {
		margin-top: 45px
	}

	.mt-46--xl {
		margin-top: 46px
	}

	.mt-47--xl {
		margin-top: 47px
	}

	.mt-48--xl {
		margin-top: 48px
	}

	.mt-49--xl {
		margin-top: 49px
	}

	.mt-50--xl {
		margin-top: 50px
	}

	.mt-51--xl {
		margin-top: 51px
	}

	.mt-52--xl {
		margin-top: 52px
	}

	.mt-53--xl {
		margin-top: 53px
	}

	.mt-54--xl {
		margin-top: 54px
	}

	.mt-55--xl {
		margin-top: 55px
	}

	.mt-56--xl {
		margin-top: 56px
	}

	.mt-57--xl {
		margin-top: 57px
	}

	.mt-58--xl {
		margin-top: 58px
	}

	.mt-59--xl {
		margin-top: 59px
	}

	.mt-60--xl {
		margin-top: 60px
	}

	.mt-61--xl {
		margin-top: 61px
	}

	.mt-62--xl {
		margin-top: 62px
	}

	.mt-63--xl {
		margin-top: 63px
	}

	.mt-64--xl {
		margin-top: 64px
	}

	.mt-65--xl {
		margin-top: 65px
	}

	.mt-66--xl {
		margin-top: 66px
	}

	.mt-67--xl {
		margin-top: 67px
	}

	.mt-68--xl {
		margin-top: 68px
	}

	.mt-69--xl {
		margin-top: 69px
	}

	.mt-70--xl {
		margin-top: 70px
	}

	.mt-71--xl {
		margin-top: 71px
	}

	.mt-72--xl {
		margin-top: 72px
	}

	.mt-73--xl {
		margin-top: 73px
	}

	.mt-74--xl {
		margin-top: 74px
	}

	.mt-75--xl {
		margin-top: 75px
	}

	.mt-76--xl {
		margin-top: 76px
	}

	.mt-77--xl {
		margin-top: 77px
	}

	.mt-78--xl {
		margin-top: 78px
	}

	.mt-79--xl {
		margin-top: 79px
	}

	.mt-80--xl {
		margin-top: 80px
	}

	.mt-81--xl {
		margin-top: 81px
	}

	.mt-82--xl {
		margin-top: 82px
	}

	.mt-83--xl {
		margin-top: 83px
	}

	.mt-84--xl {
		margin-top: 84px
	}

	.mt-85--xl {
		margin-top: 85px
	}

	.mt-86--xl {
		margin-top: 86px
	}

	.mt-87--xl {
		margin-top: 87px
	}

	.mt-88--xl {
		margin-top: 88px
	}

	.mt-89--xl {
		margin-top: 89px
	}

	.mt-90--xl {
		margin-top: 90px
	}

	.mt-91--xl {
		margin-top: 91px
	}

	.mt-92--xl {
		margin-top: 92px
	}

	.mt-93--xl {
		margin-top: 93px
	}

	.mt-94--xl {
		margin-top: 94px
	}

	.mt-95--xl {
		margin-top: 95px
	}

	.mt-96--xl {
		margin-top: 96px
	}

	.mt-97--xl {
		margin-top: 97px
	}

	.mt-98--xl {
		margin-top: 98px
	}

	.mt-99--xl {
		margin-top: 99px
	}

	.mt-100--xl {
		margin-top: 100px
	}

	.hidden-xl {
		display: none !important
	}

	.grid__item-1--xl {
		width: 8.33333%
	}

	.grid__item-2--xl {
		width: 16.66667%
	}

	.grid__item-3--xl {
		width: 25%
	}

	.grid__item-4--xl {
		width: 33.33333%
	}

	.grid__item-5--xl {
		width: 41.66667%
	}

	.grid__item-6--xl {
		width: 50%
	}

	.grid__item-7--xl {
		width: 58.33333%
	}

	.grid__item-8--xl {
		width: 66.66667%
	}

	.grid__item-9--xl {
		width: 75%
	}

	.grid__item-10--xl {
		width: 83.33333%
	}

	.grid__item-11--xl {
		width: 91.66667%
	}

	.grid__item-12--xl {
		width: 100%
	}
}

@media (max-width:479px) {
	.hidden-xs--small {
		display: none !important
	}
}

@media (min-width:480px) and (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:1024px) and (max-width:1279px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1280px) and (max-width:1439px) {
	.hidden-lg {
		display: none !important
	}
}

@media (max-width:1024px) {
	:root {
		--header-h: 72px
	}

	.hero {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.hero__title {
		font-size: clamp(26px, 5vw, 48px)
	}

	.sales__grid {
		grid-template-columns: 1fr;
		min-height: auto
	}

	.sales__info {
		-webkit-clip-path: none;
		clip-path: none;
		padding-bottom: clamp(18px, 3vw, 28px);
		right: 0
	}

	.sales__media {
		min-height: 280px
	}

	.project-about__tiles {
		grid-template-columns: repeat(2, 1fr)
	}

	.header :root {
		--header-h: 72px
	}

	.header__hours {
		display: none
	}

	.header__phone {
		font-size: 15px
	}
}

@media (max-width:768px) {
	:root {
		--header-h: 60px
	}

	.hero__title {
		font-size: clamp(24px, 6.2vw, 36px)
	}

	.header :root {
		--header-h: 60px
	}

	.header__burger {
		display: inline-block;
		top: auto
	}

	.header__contacts {
		display: none
	}

	.header__actions {
		gap: 12px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.header__logo img {
		height: 30px
	}

	.header .container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.header__nav {
		position: fixed;
		inset: var(--header-h) 0 0 0;
		background: rgba(9, 7, 20, .96);
		-webkit-backdrop-filter: blur(6px);
		backdrop-filter: blur(6px);
		border-top: 1px solid hsla(0, 0%, 100%, .08);
		padding: 20px 16px 28px;
		display: grid;
		grid-template-rows: auto 1fr auto;
		-ms-flex-line-pack: start;
		align-content: start;
		gap: 16px;
		-webkit-transform: translateY(-110%);
		-ms-transform: translateY(-110%);
		transform: translateY(-110%);
		-webkit-transition: -webkit-transform .28s ease;
		transition: -webkit-transform .28s ease;
		-o-transition: transform .28s ease;
		transition: transform .28s ease;
		transition: transform .28s ease, -webkit-transform .28s ease
	}

	.header__list {
		-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;
		gap: 14px
	}

	.header__link {
		font-size: 18px;
		padding: 10px 0
	}

	.header__link:after {
		bottom: -8px
	}

	.header__nav .header__contacts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 6px;
		padding-top: 8px
	}

	.header__nav .header__contacts .header__phone {
		font-size: 18px
	}

	.header__toggle:checked~.header__nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	.header__toggle:checked~.header__burger span:first-child {
		top: 19px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.header__toggle:checked~.header__burger span:nth-child(2) {
		opacity: 0
	}

	.header__toggle:checked~.header__burger span:nth-child(3) {
		top: 19px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.header body:has(#nav-toggle:checked) {
		overflow: hidden;
		-ms-touch-action: none;
		touch-action: none
	}
}

@media (min-width:992px) {
	.news__list {
		grid-template-columns: 1fr 1fr
	}
}

@media (min-width:640px) {
	.news__item {
		grid-template-columns: 1fr 2fr;
		gap: clamp(12px, 2vw, 20px)
	}
}

@media (max-width:900px) {
	.projects__bar {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.projects__spoiler {
		width: 101%;
		position: static
	}
}

@media (min-width:900px) {
	.projects__pane--grid .pane--grid {
		grid-template-columns: 1fr 1fr 1fr
	}
}

@media (hover:none) {
	.projects__card:hover .projects__spoiler-body {
		max-height: 0;
		opacity: 0;
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		transform: translateY(-6px)
	}
}

@media (max-width:1100px) {

	.card--approve,
	.card--image {
		min-height: 280px
	}

	.flats__grid,
	.gallery__grid {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:800px) {
	.purchase__row {
		gap: 12px
	}

	.card {
		min-height: 160px
	}

	.card--approve,
	.card--image {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}
}

@media (max-width:560px) {
	.purchase__title {
		margin-bottom: 12px
	}

	.card {
		padding: 14px;
		border-radius: 14px
	}

	.card__title--lg {
		font-size: clamp(22px, calc(1vw + 18px), 30px)
	}

	.sales__value {
		font-size: 16px
	}

	.sales__label {
		font-size: 14px
	}

	.sales__cta {
		height: 46px;
		padding: 0 18px
	}
}

@media (max-width:680px) {
	.docs__link {
		min-height: 68px;
		padding: 14px 16px
	}

	.docs__icon {
		-ms-flex-preferred-size: 20px;
		flex-basis: 20px;
		width: 20px;
		height: 20px
	}
}

@media (max-width:720px) {
	.flats__grid {
		grid-template-columns: 1fr
	}
}

@media (max-width:640px) {
	.project-about__tiles {
		grid-template-columns: 1fr
	}

	.panorama__box {
		aspect-ratio: 16/9
	}
}

@media (max-width:700px) {
	.gallery__grid {
		grid-template-columns: 1fr
	}
}

@media (max-width:820px) {
	.build__chips {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin: 10px 0 0
	}

	.build__arrows {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.build__title {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.build__year {
		position: relative
	}
}

@media (min-width:1140px) {
	.footer__grid {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}