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

body {
	margin: 0
}

main {
	display: block
}

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

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

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

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	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 {
	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] {
	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
}

:root {
	--mm-ocd-width: 80%;
	--mm-ocd-min-width: 200px;
	--mm-ocd-max-width: 440px
}

body.mm-ocd-opened {
	-ms-scroll-chaining: none;
	overflow-y: hidden;
	overscroll-behavior: none
}

.mm-ocd {
	-ms-scroll-chaining: none;
	background: transparent;
	bottom: 100%;
	left: 0;
	overflow: hidden;
	overscroll-behavior: contain;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition-delay: .45s, .15s;
	-o-transition-delay: .45s, .15s;
	transition-delay: .45s, .15s;
	-webkit-transition-duration: 0s, .3s;
	-o-transition-duration: 0s, .3s;
	transition-duration: 0s, .3s;
	-webkit-transition-property: bottom, background-color;
	-o-transition-property: bottom, background-color;
	transition-property: bottom, background-color;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	z-index: 9999
}

.mm-ocd--open {
	background: rgba(0, 0, 0, .25);
	bottom: 0;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.mm-ocd__content {
	background: #fff;
	bottom: 0;
	max-width: var(--mm-ocd-max-width);
	min-width: var(--mm-ocd-min-width);
	position: absolute;
	top: 0;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-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: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	width: var(--mm-ocd-width);
	z-index: 2
}

.mm-ocd--left .mm-ocd__content {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-ocd--right .mm-ocd__content {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-ocd--open .mm-ocd__content {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.mm-ocd__backdrop {
	background: rgba(3, 2, 1, 0);
	bottom: 0;
	position: absolute;
	top: 0;
	width: clamp(calc(100% - var(--mm-ocd-max-width)), calc(100% - var(--mm-ocd-width)), calc(100% - var(--mm-ocd-min-width)));
	z-index: 3
}

.mm-ocd--left .mm-ocd__backdrop {
	right: 0
}

.mm-ocd--right .mm-ocd__backdrop {
	left: 0
}

.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0
}

:root {
	--mm-spn-item-height: 50px;
	--mm-spn-item-indent: 20px;
	--mm-spn-line-height: 24px;
	--mm-spn-panel-offset: 30%
}

.mm-spn {
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	height: 100%;
	overflow: hidden;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	width: 100%
}

.mm-spn ul {
	-webkit-overflow-scrolling: touch;
	background: inherit;
	bottom: 0;
	cursor: default;
	left: 100%;
	line-height: var(--mm-spn-line-height);
	overflow: visible;
	overflow-y: auto;
	padding-right: var(--mm-spn-panel-offset);
	position: fixed;
	top: 0;
	-webkit-transition: left .3s ease 0s;
	-o-transition: left .3s ease 0s;
	transition: left .3s ease 0s;
	width: calc(100% + var(--mm-spn-panel-offset));
	z-index: 2
}

.mm-spn ul:after {
	content: "";
	display: block;
	height: var(--mm-spn-item-height)
}

.mm-spn ul.mm-spn--open, .mm-spn>ul {
	left: 0
}

.mm-spn ul.mm-spn--parent {
	left: calc(var(--mm-spn-panel-offset)*-1);
	overflow: visible
}

.mm-spn li {
	background: inherit;
	cursor: pointer;
	position: relative
}

.mm-spn li:before {
	border-right: 2px solid;
	border-top: 2px solid;
	content: "";
	display: block;
	height: 10px;
	opacity: .4;
	position: absolute;
	right: calc(var(--mm-spn-item-height)/2);
	top: calc(var(--mm-spn-item-height)/2);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	width: 10px;
	z-index: 0
}

.mm-spn li:after {
	border-top: 1px solid;
	content: "";
	display: block;
	margin-left: var(--mm-spn-item-indent);
	opacity: .15
}

.mm-spn a, .mm-spn span {
	padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/2) var(--mm-spn-item-indent);
	position: relative;
	z-index: 1
}

.mm-spn a {
	background: inherit;
	color: inherit;
	text-decoration: none
}

.mm-spn a:not(:last-child) {
	width: calc(100% - var(--mm-spn-item-height))
}

.mm-spn a:not(:last-child):after {
	border-right: 1px solid;
	bottom: 0;
	content: "";
	display: block;
	opacity: .15;
	position: absolute;
	right: 0;
	top: 0
}

.mm-spn span {
	background: 0 0
}

.mm-spn.mm-spn--navbar {
	cursor: pointer
}

.mm-spn.mm-spn--navbar:before {
	border-left: 2px solid;
	border-top: 2px solid;
	content: "";
	display: block;
	height: 10px;
	left: var(--mm-spn-item-indent);
	margin-top: 2px;
	opacity: .4;
	position: absolute;
	top: calc(var(--mm-spn-item-height)/2);
	-webkit-transform: rotate(-45deg) translate(50%, -50%);
	-ms-transform: rotate(-45deg) translate(50%, -50%);
	transform: rotate(-45deg) translate(50%, -50%);
	width: 10px
}

.mm-spn.mm-spn--navbar.mm-spn--main {
	cursor: default
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
	content: none;
	display: none
}

.mm-spn.mm-spn--navbar:after {
	content: attr(data-mm-spn-title);
	display: block;
	height: var(--mm-spn-item-height);
	left: 0;
	line-height: var(--mm-spn-item-height);
	opacity: .4;
	overflow: hidden;
	padding: 0 calc(var(--mm-spn-item-indent)*2);
	position: absolute;
	right: 0;
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
	padding-left: var(--mm-spn-item-indent)
}

.mm-spn.mm-spn--navbar ul {
	top: calc(var(--mm-spn-item-height) + 1px)
}

.mm-spn.mm-spn--navbar ul:before {
	border-top: 1px solid;
	content: "";
	display: block;
	opacity: .15;
	position: fixed;
	top: inherit;
	width: 100%;
	z-index: 2
}

.mm-spn.mm-spn--light {
	background: #f3f3f3;
	color: #444
}

.mm-spn.mm-spn--dark {
	background: #333;
	color: #ddd
}

.mm-spn.mm-spn--vertical {
	overflow-y: auto
}

.mm-spn.mm-spn--vertical ul {
	padding-right: 0;
	position: static;
	width: 100%
}

.mm-spn.mm-spn--vertical ul ul {
	display: none;
	padding-left: var(--mm-spn-item-indent)
}

.mm-spn.mm-spn--vertical ul ul:after {
	height: calc(var(--mm-spn-item-height)/2)
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
	display: block
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
	-webkit-transform: rotate(135deg) translate(-50%);
	-ms-transform: rotate(135deg) translate(-50%);
	transform: rotate(135deg) translate(-50%)
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
	content: none;
	display: none
}

:root {
	--gutter-x: 1.25rem;
	--gutter-y: 1.25rem;
	--font-family: "Montserrat", sans-serif;
	--font-title: "Playfair";
	--font-size: 1rem;
	--line-height: 1.7;
	--font-icon: "Icon";
	--box-shadow-0: none;
	--box-shadow-1: 0 0.062rem 0.188rem rgba(0, 0, 0, .12), 0 0.062rem 0.125rem rgba(0, 0, 0, .12);
	--box-shadow-2: 0 0.188rem 0.375rem rgba(0, 0, 0, .16), 0 0.188rem 0.375rem rgba(0, 0, 0, .115);
	--box-shadow-3: 0 0.625rem 1.25rem rgba(0, 0, 0, .19), 0 0.375rem 0.375rem rgba(0, 0, 0, .115);
	--box-shadow-4: 0 0.875rem 1.75rem rgba(0, 0, 0, .25), 0 0.625rem 0.625rem rgba(0, 0, 0, .11);
	--box-shadow-5: 0 1.188rem 2.375rem rgba(0, 0, 0, .3), 0 0.938rem 0.75rem rgba(0, 0, 0, .11);
	--thin: 100;
	--extra-light: 200;
	--light: 300;
	--regular: 400;
	--medium: 500;
	--semi-bold: 600;
	--bold: 700;
	--extra-bold: 800;
	--black: 900;
	--extra-black: 950;
	--gradient: Linear-gradient(332deg, #fceed5 6.43%, #fceed5 78.33%, #e4cb9d 104.24%);
	--gradient-bg: radial-gradient(71.98% 58.51% at 95.23% 100.00%, rgba(255, 194, 174, .2) 0%, rgba(159, 135, 49, 0) 100%), radial-gradient(75.54% 89.47% at -0.81% 49.99%, #223b60 0%, #1d2432 46.47%, #10141c 100%)
}

.sr-only {
	clip: rect(0, 0, 0, 0);
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: .062rem;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: .062rem
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	overflow: visible;
	position: static;
	white-space: normal;
	width: auto
}

.ratio {
	--ratio: 56.25%;
	display: block;
	height: auto;
	position: relative;
	width: 100%
}

.ratio>* {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.ratio:before {
	content: "";
	display: block;
	height: 0;
	padding-bottom: var(--ratio);
	position: relative;
	width: 100%;
	z-index: 0
}

.container {
	display: block;
	margin: 0 auto;
	padding-left: .625rem;
	padding-left: calc(var(--gutter-x)*.5);
	padding-right: .625rem;
	padding-right: calc(var(--gutter-x)*.5)
}

.container.left {
	margin-left: 0
}

.container.right {
	margin-right: 0
}

.container.no-padding-x {
	padding-left: 0;
	padding-right: 0
}

.container.fluid, .container.left, .container.right {
	max-width: 100%
}

.row, .row-lg-reverse, .row-md-reverse, .row-reverse, .row-sm-reverse, .row-xl-reverse, .row-xxl-reverse {
	display: flex;
	flex-wrap: wrap;
	margin-left: -.625rem;
	margin-left: calc(var(--gutter-x)*-.5);
	margin-right: -.625rem;
	margin-right: calc(var(--gutter-x)*-.5)
}

.v-gutters.row, .v-gutters.row-lg-reverse, .v-gutters.row-md-reverse, .v-gutters.row-reverse, .v-gutters.row-sm-reverse, .v-gutters.row-xl-reverse, .v-gutters.row-xxl-reverse {
	row-gap: 1.25rem;
	row-gap: var(--gutter-y)
}

.nowrap {
	flex-wrap: nowrap
}

.row-reverse {
	flex-direction: row-reverse
}

.col, [class*=col-] {
	flex: 1 0 0%;
	max-width: 100%;
	padding-left: .625rem;
	padding-left: calc(var(--gutter-x)*.5);
	padding-right: .625rem;
	padding-right: calc(var(--gutter-x)*.5);
	width: 100%
}

.col-auto {
	flex: 0 0 auto;
	max-width: 100%;
	width: auto
}

.offset-auto {
	margin-left: auto
}

.offset-0 {
	margin-left: 0
}

.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
	width: 8.3333333333%
}

.order-1 {
	order: 1
}

.offset-1 {
	margin-left: 8.3333333333%
}

.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
	width: 16.6666666667%
}

.order-2 {
	order: 2
}

.offset-2 {
	margin-left: 16.6666666667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%
}

.order-3 {
	order: 3
}

.offset-3 {
	margin-left: 25%
}

.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
	width: 33.3333333333%
}

.order-4 {
	order: 4
}

.offset-4 {
	margin-left: 33.3333333333%
}

.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
	width: 41.6666666667%
}

.order-5 {
	order: 5
}

.offset-5 {
	margin-left: 41.6666666667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%
}

.order-6 {
	order: 6
}

.offset-6 {
	margin-left: 50%
}

.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
	width: 58.3333333333%
}

.order-7 {
	order: 7
}

.offset-7 {
	margin-left: 58.3333333333%
}

.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
	width: 66.6666666667%
}

.order-8 {
	order: 8
}

.offset-8 {
	margin-left: 66.6666666667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
	width: 75%
}

.order-9 {
	order: 9
}

.offset-9 {
	margin-left: 75%
}

.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
	width: 83.3333333333%
}

.order-10 {
	order: 10
}

.offset-10 {
	margin-left: 83.3333333333%
}

.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
	width: 91.6666666667%
}

.order-11 {
	order: 11
}

.offset-11 {
	margin-left: 91.6666666667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%
}

.order-12 {
	order: 12
}

.offset-12 {
	margin-left: 100%
}

.justify-start {
	justify-content: flex-start
}

.justify-center {
	justify-content: center
}

.justify-end {
	justify-content: flex-end
}

.space-between {
	justify-content: space-between
}

.space-around {
	justify-content: space-around
}

.align-start {
	align-items: flex-start
}

.align-center {
	align-items: center
}

.align-end {
	align-items: flex-end
}

.hidden {
	display: none !important
}

:root {
	--color: #333;
	--color--rgb: 51, 51, 51;
	--bg-color: #f5f5f5;
	--bg-color--rgb: 245, 245, 245;
	--theme-color: #1b2433;
	--theme-color--rgb: 27, 36, 51;
	--gray-color: grey;
	--gray-color--rgb: 128, 128, 128;
	--neutral-color: #666;
	--neutral-color--rgb: 102, 102, 102;
	--placeholder-color: #ccc;
	--placeholder-color--rgb: 204, 204, 204;
	--dark-blue-color: #2c008b;
	--dark-blue-color--rgb: 44, 0, 139;
	--w-button-color: #ffbf5f;
	--w-button-color--rgb: 255, 191, 95;
	--nav-color: #fff;
	--nav-color--rgb: 255, 255, 255;
	--text-light: #e8d9af;
	--text-light--rgb: 232, 217, 175;
	--selection-color: #aaa;
	--selection-color--rgb: 170, 170, 170;
	--selection-background-color: #333;
	--selection-background-color--rgb: 51, 51, 51;
	--c-1: #242743;
	--c-1--rgb: 36, 39, 67;
	--c-2: #23315d;
	--c-2--rgb: 35, 49, 93;
	--bg-light: #e9d5af;
	--bg-light--rgb: 233, 213, 175;
	--light-color: #e1dece;
	--light-color--rgb: 225, 222, 206;
	--c-5: #1b2e48;
	--c-5--rgb: 27, 46, 72
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

@font-face {
	font-display: swap;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 100 300 400 600 700;
	src: url("static/fonts/Montserrat/montserrat.fb137fdcbfe8.woff2") format("woff2")
}

@font-face {
	font-display: swap;
	font-family: Playfair;
	font-style: normal;
	font-weight: 100;
	/* src: url("static/fonts/Playfair/playfair.edc808e69e3c.woff2") format("woff2") */
	src: url("static/fonts/Lora/Lora.32c186b2e40c.woff2") format("woff2")
}

*, :after, :before {
	background-position: 50%;
	background-repeat: no-repeat;
	box-sizing: border-box
}

body, html {
	background-color: radial-gradient(71.98% 58.51% at 95.23% 100%, rgba(255, 194, 174, .2) 0, rgba(159, 135, 49, 0) 100%), radial-gradient(75.54% 89.47% at -.81% 49.99%, #223b60 0, #1d2432 46.47%, #10141c 100%);
	background-color: var(--gradient-bg);
	color: #333;
	color: var(--color);
	font-family: Montserrat, sans-serif;
	font-family: var(--font-family);
	font-size: 1rem;
	font-size: var(--font-size);
	line-height: 1.7;
	line-height: var(--line-height);
	margin: 0;
	min-width: 23.125rem;
	padding: 0
}

body, body.no-scroll, html, html.no-scroll {
	height: 100vh;
	overflow-x: hidden
}

content {
	flex: 1 auto
}

a[href^=http] {
	text-decoration: none;
	/* -webkit-text-decoration: underline dotted currentColor;
	text-decoration: underline dotted currentColor */
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

ul {
	list-style: none;
	margin: 0;
	padding: 0
}

::-moz-placeholder {
	color: #ccc;
	color: var(--placeholder-color);
	opacity: 1
}

::placeholder {
	color: #ccc;
	color: var(--placeholder-color);
	opacity: 1
}

::-moz-selection {
	background-color: #333;
	background-color: var(--selection-background-color);
	color: #aaa;
	color: var(--selection-color)
}

::selection {
	background-color: #333;
	background-color: var(--selection-background-color);
	color: #aaa;
	color: var(--selection-color)
}

.navigation:not(.mm-spn) ul {
	color: #e8d9af;
	color: var(--text-light);
	justify-content: center
}

.navigation:not(.mm-spn) a {
	align-items: center;
	color: #e1dece;
	color: var(--light-color);
	display: flex;
	font-size: .9em;
	font-weight: 400;
	gap: .5em;
	justify-content: space-between;
	letter-spacing: .08em;
	padding: .5em;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .2s ease-out;
	white-space: nowrap
}

.navigation:not(.mm-spn) a.active {
	background-color: rgba(27, 36, 51, .05);
	background-color: rgba(var(--theme-color--rgb), .05)
}

.navigation:not(.mm-spn) li {
	display: block;
	position: relative
}

.navigation:not(.mm-spn) li:hover>a {
	color: #aaa;
	color: var(--selection-color)
}

.navigation:not(.mm-spn) li:hover>ul {
	opacity: 1;
	transform: translateY(0);
	visibility: visible
}

.navigation:not(.mm-spn) li ul {
	-webkit-backdrop-filter: blur(.312rem);
	backdrop-filter: blur(.312rem);
	background-color: rgba(27, 36, 51, .4);
	background-color: rgba(var(--theme-color--rgb), .4);
	border: .04rem solid #fff;
	border-radius: .188rem;
	box-shadow: 0 .062rem .188rem rgba(0, 0, 0, .12), 0 .062rem .125rem rgba(0, 0, 0, .12);
	box-shadow: var(--box-shadow-1);
	display: block;
	left: 1em;
	min-width: 9.375rem;
	opacity: 0;
	padding: .5em 0;
	position: absolute;
	top: 100%;
	transform: translateY(1em);
	transition: all .2s ease-out;
	visibility: hidden;
	z-index: 9
}

.navigation:not(.mm-spn) li ul ul {
	left: 40%
}

.navigation:not(.mm-spn) .submenu-icon {
	display: block;
	height: 1em;
	width: 1em
}

.mm-spn .submenu-icon {
	display: none
}

.mm-spn li.active>a {
	color: #1b2433;
	color: var(--theme-color)
}

.mm-spn li.active a:after, .mm-spn li.active:after, .mm-spn li.active:before {
	border-color: #333;
	border-color: var(--color)
}

.mm-Burger {
	--mb-bar-width: 20px;
	--mb-bar-height: 2px;
	--mb-bar-spacing: 5px;
	position: relative;
	z-index: 8888
}

.mm-spn.mm-spn--light {
	background: #1b2433;
	background: var(--theme-color);
	color: #f5f5f5;
	color: var(--bg-color);
	font-size: .9em
}

.mm-spn.mm-spn--light li a {
	color: #e1dece;
	color: var(--light-color);
	text-transform: uppercase
}

.mm-spn.mm-spn--light li a:hover {
	color: #fff
}

.mm-spn-title, .mm-title {
	color: #f5f5f5;
	color: var(--bg-color);
	z-index: 200
}

.mm-spn.mm-spn--light a.active {
	color: #ff4242
}

.mm-spn li.active:after {
	border-top: 1px solid;
	content: "";
	display: block;
	margin-left: var(--mm-spn-item-indent)
}

.navigation:not(.mm-spn) ul {
	align-items: center;
	color: #fff;
	display: flex;
	z-index: 9
}

.tabs {
	display: block;
	position: relative
}

.tabs__nav {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.tabs__nav-item {
	background-color: rgba(0, 0, 0, .05);
	border: .062rem solid rgba(0, 0, 0, .05);
	cursor: pointer;
	display: block;
	padding: .3em 1.5em;
	transition: all .2s ease-out;
	white-space: nowrap
}

.tabs__nav-item:hover {
	background-color: rgba(0, 0, 0, .08)
}

.tabs__nav-item.active {
	background-color: #1b2433;
	background-color: var(--theme-color);
	color: #fff
}

.tabs__pane, .tabs__panes {
	position: relative
}

.tabs__pane {
	display: flow-root
}

.tabs__pane:not(.active) {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	visibility: hidden
}

.breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0
}

.breadcrumbs__item {
	align-items: center;
	display: flex;
	list-style: none
}

.breadcrumbs__item:not(:last-of-type):after {
	content: "\\"
}

.breadcrumbs__item--current .breadcrumbs__link {
	color: gray;
	pointer-events: none
}

.breadcrumbs__link {
	align-items: center;
	color: currentColor;
	display: flex;
	line-height: 1;
	padding: .2em .5em;
	text-decoration: none
}

.btn.outline-dark:active:before, .btn.outline:active:before, .btn.secondary:active:before, .btn.stretch:active:before, .btn.text:active:before, .btn:active:before {
	box-shadow: inset .0625em .0625em .3em rgba(0, 0, 0, .2);
	transition: none
}

.btn {
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #1b2433;
	background-color: var(--theme-color);
	border: .125em solid transparent;
	border-radius: 1.5em;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: Montserrat, sans-serif;
	font-family: var(--font-family);
	font-size: 1em;
	font-weight: 500;
	gap: .5em;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: .875em 2.1875em;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	text-transform: none;
	transition: all .2s ease-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: baseline;
	white-space: nowrap;
	z-index: 1
}

.btn>* svg, .btn>svg {
	flex: 0 0 auto;
	height: 1.2em;
	margin: -.1em 0
}

.btn:before {
	border-radius: inherit;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 100%;
	top: 0;
	transition: all .2s ease-out;
	z-index: -1
}

.btn.sm {
	font-size: .9em;
	padding: .6em 1.2em
}

.btn.lg {
	font-size: 1.2em;
	padding: 1em 2em
}

.btn.wide {
	display: flex;
	width: 100%
}

.btn.wide>:not(:first-child) {
	margin-left: auto
}

.btn:active:before, .btn:hover:before {
	background-color: #f60;
	right: 0
}

.btn.secondary {
	background-color: rgba(51, 51, 51, .06);
	background-color: rgba(var(--color--rgb), .06);
	color: #333;
	color: var(--color)
}

.btn.secondary:active:before, .btn.secondary:hover:before {
	background-color: hsla(0, 0%, 50%, .07)
}

.btn.outline {
	background-color: transparent;
	border-color: #333;
	border-color: var(--color);
	color: #1b2433;
	color: var(--theme-color);
	font-weight: 700
}

.btn.outline:active, .btn.outline:hover {
	border-color: #1b2433;
	border-color: var(--theme-color);
	color: #1b2433;
	color: var(--theme-color)
}

.btn.outline:active:before, .btn.outline:hover:before {
	background-color: #ffbf5f;
	background-color: var(--w-button-color)
}

.btn.outline-dark {
	background-color: transparent;
	border-color: #ffbf5f;
	border-color: var(--w-button-color);
	color: #f5f5f5;
	color: var(--bg-color);
	font-weight: 600
}

.btn.outline-dark:active, .btn.outline-dark:hover {
	border-color: #1b2433;
	border-color: var(--theme-color);
	color: #1b2433;
	color: var(--theme-color)
}

.btn.outline-dark:active:before, .btn.outline-dark:hover:before {
	background-color: #ffbf5f;
	background-color: var(--w-button-color)
}

.btn.text {
	background-color: transparent;
	color: currentColor
}

.btn.text:active:before, .btn.text:hover:before {
	background-color: hsla(0, 0%, 50%, .07)
}

.btn.stretch {
	position: static
}

.btn.stretch:after {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.accordion {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0
}

.accordion__pane {
	display: flow-root
}

.accordion__pane--active .accordion__heading:not(.accordion__pane--active .accordion__heading--active) {
	background-color: #1b2433;
	background-color: var(--theme-color);
	color: #fff
}

.accordion__pane--active .accordion__content {
	height: auto
}

.accordion__heading {
	align-items: center;
	background-color: hsla(0, 0%, 100%, .5);
	border: .062rem solid rgba(51, 51, 51, .1);
	border: .062rem solid rgba(var(--color--rgb), .1);
	border-radius: .3em;
	cursor: pointer;
	display: flex;
	gap: 1.875rem;
	justify-content: space-between;
	margin: 0 0 .3em;
	padding: .5em 1.5em;
	transition: all .2s ease-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap
}

.accordion__heading>* {
	font-size: 1.2em;
	font-weight: 400;
	margin: 0
}

.accordion__heading:hover {
	background-color: rgba(0, 0, 0, .05)
}

.accordion__icon {
	align-items: center;
	display: flex;
	height: 1em;
	justify-content: center;
	line-height: 1;
	width: 1em
}

.accordion__content {
	display: none
}

.accordion__content-wrapper {
	padding: 1em 1.5em
}

.header {
	background-color: rgba(27, 36, 51, .7);
	background-color: rgba(var(--theme-color--rgb), .7);
	color: #fff;
	padding: 18px 20px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000
}

.lang-switcher {
	align-items: center;
	display: flex;
	font-size: 1em;
	gap: .5em;
	justify-content: right
}

.lang-switcher option {
	white-space-collapse: collapse;
	text-wrap: nowrap;
	border: none;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	min-height: 1.2em;
	padding: 30px 6px;
	z-index: 4000000
}

.lang-switcher select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: url("static/icons/chevron-down.60e2c9d3faeb.svg");
	background-position: 100%;
	background-size: 15px;
	border: none;
	color: #f5f5f5;
	color: var(--bg-color);
	cursor: pointer;
	font-weight: 500;
	padding: 2px 18px 0 6px;
	transition: all .2s ease-out
}

.lang-switcher select:hover {
	background-color: rgba(27, 36, 51, .05);
	background-color: rgba(var(--theme-color--rgb), .05)
}

.lang-switcher select:active {
	border: 0;
	box-sizing: content-box
}

.lang-switcher select:focus {
	outline: none !important
}

.lang-switcher__flag {
	height: 18px;
	width: 18px
}

.lang-switcher__wish {
	align-content: center;
	height: 24px;
	margin-right: -10px
}

.lang-switcher__wish svg {
	fill: #fff;
	width: 32px
}

.lang-switcher__wish svg:hover {
	fill: red
}

.product-card {
	background-color: #1b2433;
	background-color: var(--theme-color);
	box-shadow: 0 4px 28px -2px rgba(0, 0, 0, .3);
	display: block;
	height: 100%;
	padding-bottom: 8px;
	position: relative;
	transition: all .2s ease-out
}

.product-card h2 {
	word-wrap: break-word;
	margin-bottom: 0
}

.product-card:hover {
	transform: scale(1.05)
}

.product-card__image {
	overflow: hidden;
	position: relative
}

.product-card__body {
	color: #fff;
	padding: 10px 0 8px 0;
	text-align: center
}

.product-card__link {
	color: currentColor;
	display: block;
	text-decoration: none
}

.product-card__link:before {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.product-card__title {
	word-wrap: break-word;
	color: #f5f5f5;
	color: var(--bg-color);
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1em
}

.product-card__master {
	justify-content: center
}

.product-card__master-item {
	position: relative
}

.product-card__master-item h3 {
	color: #333;
	color: var(--color);
	font-size: .9em;
	margin: 2px 0
}

.product-card__master-item h3, .product-card__price {
	color: #f5f5f5;
	color: var(--bg-color);
	font-weight: 500
}

.product-card__price {
	font-size: 1.2em;
	line-height: 1;
	margin: 0 0 .4em
}

.wish-i {
	color: #fff;
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 30
}

.wish-i svg {
	fill: #fff;
	height: 2em;
	width: 2em
}

.wish-i svg:hover {
	fill: #f60
}

.banner {
	margin: 0 0;
	width: 100%
}

.banner picture img, .banner source {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.gallery {
	background: #1b2433;
	background: var(--theme-color);
	z-index: 10
}

.gallery, .gallery-slider {
	min-width: 0
}

.gallery h2 {
	color: #e9d5af;
	color: var(--bg-light);
	font-family: Playfair;
	font-family: var(--font-title);
	font-size: 2em;
	font-weight: 400;
	margin: 0;
	text-align: left;
	text-align: center
}

.swiper {
	height: 100%;
	padding-bottom: 16px;
	width: 100%
}

.swiper-container {
	padding: 20px 0 0;
	width: 100%
}

.swiper-wrapper {
	padding-bottom: 20px
}

.swiper-slide {
	align-items: center;
	background: #fff;
	display: flex;
	font-size: 1.6em;
	justify-content: center;
	text-align: center
}

.swiper-slide .lake {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none
}

.swiper-slide .lake:after {
	color: #fff;
	content: attr(alt);
	display: block;
	font-family: Montserrat, sans-serif;
	font-family: var(--font-family);
	font-size: 1em;
	opacity: 0;
	padding: 0 3%;
	position: absolute;
	text-transform: none;
	top: 90%;
	transform: scale(0) translateY(-50%);
	transform-origin: 50% 0;
	width: 94%;
	z-index: 3
}

.swiper-slide .lake:hover:after {
	opacity: 1;
	transform: scale(1) translateY(-50%)
}

.swiper-slide {
	background-position: 50%;
	background-size: cover
}

.mySwiper2 {
	height: 70%;
	width: 100%
}

.mySwiper {
	box-sizing: border-box;
	height: 20%;
	padding: 10px 0
}

.mySwiper .swiper-slide {
	height: 100%;
	opacity: .4;
	width: 25%
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1
}

.swiper-slide img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.swiper-button-next, .swiper-button-prev {
	color: #fff;
	text-rendering: auto
}

.gallery .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	border: 1px solid #d1837e;
	height: 14px;
	opacity: 1;
	padding-bottom: 10px;
	width: 14px
}

.gallery.solisten h2 {
	color: #d1837e
}

.grey-image {
	filter: grayscale(1);
	transition: .3s
}

.grey-image:hover {
	filter: grayscale(0)
}

.swiper-slide {
	background-color: #1b2433;
	background-color: var(--theme-color)
}

.maincontainer {
	height: 299px;
	margin: 0 auto;
	width: 302px
}

.back h2 {
	position: absolute
}

.back {
	display: flex
}

.back p {
	font-size: .9em;
	line-height: 1.5em;
	padding: 16px;
	position: absolute;
	top: 1.8em
}

.front h2 {
	color: #fff;
	padding: 10px;
	position: absolute;
	top: 200px
}

.back .btn {
	border: 2px solid #fff;
	bottom: 10px;
	display: flex;
	position: absolute
}

.back .btn a {
	color: #fff
}

.maincontainer>.front {
	height: 290px;
	transform: perspective(600px) rotateY(0deg)
}

.maincontainer>.back, .maincontainer>.front {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	transition: transform .3s linear 0s;
	width: 302px
}

.maincontainer>.back {
	background: #1b2433;
	background: var(--theme-color);
	color: #fff;
	height: 302px;
	padding: 10px 20px;
	transform: perspective(600px) rotateY(180deg)
}

.maincontainer:hover>.front {
	transform: perspective(600px) rotateY(-180deg)
}

.maincontainer:hover>.back {
	transform: perspective(600px) rotateY(0deg)
}

.hover-image-1 * {
	box-sizing: border-box
}

.hover-image-1 {
	background: #000;
	line-height: 0;
	overflow: hidden
}

.hover-image-1, .m-card {
	position: relative
}

.mycard {
	height: 100%;
	width: 100%
}

.m-card {
	overflow: hidden;
	width: 100%
}

.m-card h2 {
	background-color: rgba(27, 36, 51, .5);
	background-color: rgba(var(--theme-color--rgb), .5);
	bottom: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
	height: 60px;
	margin: 0;
	padding: 0 0 0 20px;
	position: absolute;
	width: 100%;
	z-index: 20
}

.hover-image-1 img {
	transition: all .5s ease 0s;
	width: 100%
}

.hover-image-1:hover>img {
	opacity: .5;
	transform: scale(1.2) rotate(-15deg)
}

.hover-image-1 a {
	background: #333;
	background: var(--color);
	border: 3px solid #ffbc47;
	border-radius: 50%;
	display: block;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	opacity: .6;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: scale(0);
	transition: all .5s ease 0s;
	width: 100px
}

.hover-image-1 a img {
	width: 48px
}

.hover-image-1 a i {
	color: #fff;
	font-size: 48px
}

.hover-image-1 a:hover {
	opacity: 1
}

.hover-image-1:hover a {
	transform: scale(1)
}

.footer {
	background-color: #1b2433;
	background-color: var(--theme-color);
	min-height: 200px;
	padding-top: 20px;
	width: 100%
}

.footer, .footer a {
	color: #e1dece;
	color: var(--light-color)
}

.footer a {
	text-decoration: none
}

.footer a:hover {
	color: #fff;
	color: var(--nav-color)
}

.f-menu {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
	width: 120px;
	padding: 20px 0
}

.f-menu ul {
	list-style: none;
}

.copy {
	background-color: #000;
	bottom: 0;
	color: #e1dece;
	color: var(--light-color);
	font-size: .8em;
	max-height: 60px;
	padding: 10px 20px
}

.copy, .social {
	text-align: center
}

.social {
	align-self: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-bottom: 20px;
}

.social img {
	margin: 0 10px
}

#fullpage {
	background-color: rgba(27, 36, 51, .9);
	background-color: rgba(var(--theme-color--rgb), .9);
	background-size: contain;
	bottom: 0;
	cursor: pointer;
	display: none;
	height: 100vh !important;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 1000
}

.block-view {
	min-height: 1000px
}

.sl {
	cursor: pointer;
	max-height: 800px
}

.thumb {
	max-height: 260px
}

.thumb .swiper-slide-thumb-active {
	border: 2px solid #ffbf5f;
	border: 2px solid var(--w-button-color);
	opacity: 1
}

.product-content {
	margin-top: 0;
	padding: 2rem 1rem
}

.product-title {
	color: #1b2433;
	color: var(--theme-color);
	font-size: clamp(2.0rem, 2vw, 2.4rem);
	font-weight: 700;
	margin: 1rem 0;
	position: relative;
	text-transform: capitalize
}

/* .product-title:after {
	background: #1b2433;
	background: var(--theme-color);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 80px
} */

.container .form-pr {
	background-color: #fff;
	padding: 30px 0 2px
}

.container .form-title {
	color: #1b2433;
	color: var(--theme-color);
	font-family: Montserrat, sans-serif;
	font-family: var(--font-family);
	padding: 0
}

.container .form-title h3 {
	margin: 1em 0 0
}

.form-row {
	display: flex;
	margin: 32px 0
}

.form-row:first-child {
	margin: 20px 0 10px
}

.container .form-pr {
	display: flex;
	flex-direction: column;
}

.container .form-pr .form-row-sub {
	display: flex;
	margin: 18px 0
}

form .form-row .gender {
	height: 30px;
	margin: 0 20px 0 0;
	position: relative;
	width: 80px
}

form .form-row .input-data {
	height: 40px;
	margin: 0 20px 0 0;
	position: relative;
	width: 100%
}

form .form-row .input-data :focus, form .form-row .input-data :hover, form .form-row .input-data:active {
	outline: 0;
	outline-offset: 0
}

form .form-row .textarea {
	height: 160px;
}

.input-data input, .textarea textarea {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	display: block;
	font-size: 17px;
	height: 100%;
	width: 100%
}

.input-data input:focus~label, .input-data input:valid~label, .textarea textarea:focus~label, .textarea textarea:valid~label {
	color: #1b2433;
	color: var(--theme-color);
	font-size: 14px;
	transform: translateY(-20px)
}

.textarea textarea {
	padding-top: 10px;
	resize: none
}

.input-data label {
	bottom: 10px;
	font-size: 16px;
	pointer-events: none;
	position: absolute;
	transition: all .3s ease
}

.textarea label {
	background: #fff;
	bottom: 140px;
	width: 100%
}

.input-data .underline {
	bottom: 0;
	height: 1px;
	position: absolute;
	width: 100%
}

.input-data .underline:before {
	background: #1b2433;
	background: var(--theme-color);
	content: "";
	height: 1px;
	position: absolute;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .2s ease;
	width: 100%
}

.input-data input:focus~.underline:before, .input-data input:valid~.underline:before, .textarea textarea:focus~.underline:before, .textarea textarea:valid~.underline:before {
	transform: scale(1)
}

.submit-btn .input-data {
	height: 45px !important;
	outline: 0 !important;
	overflow: hidden;
	width: 25% !important
}

form .form-row .submit-btn {
	margin-top: -24px
}

.submit-btn .input-data .inner {
	background-color: #1b2433;
	background-color: var(--theme-color);
	height: 100%;
	left: -100%;
	position: absolute;
	right: 0;
	transition: all .4s
}

.submit-btn .input-data:hover .inner {
	left: 0
}

.submit-btn .input-data input {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	z-index: 2
}

.sharing {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.sharing__title {
	color: #1b2433;
	color: var(--theme-color);
	font-family: Montserrat, sans-serif;
	font-family: var(--font-family);
	font-size: .9em;
	font-weight: 400
}

.sharing__icons {
	display: flex
}

.sharing svg {
	margin: 0 10px
}

.sharing svg path {
	fill: inherit;
	stroke: inherit;
	stroke-width: inherit
}

.sharing .facebook, .sharing .instagram, .sharing .mail, .sharing .telegram, .sharing .whatsapp {
	fill: #8f8f8f
}

.sharing .facebook:hover {
	fill: #486cb6
}

.sharing .instagram:hover {
	fill: #8754a3
}

.sharing .whatsapp:hover {
	fill: #2eb04e
}

.sharing .telegram:hover {
	fill: #2ba0d9
}

.sharing .mail:hover {
	fill: #ff8f39
}

.article-light {
	background-color: #e1dece;
	background-color: var(--light-color)
}

.article__body {
	color: #1b2433;
	color: var(--theme-color)
}

.article__body_content {
	font-family: Montserrat, sans-serif;
	font-family: var(--font-family);
	font-size: 1em;
	font-weight: 400;
	letter-spacing: .03em
}

.article__body_content-title {
	font-family: Playfair;
	font-family: var(--font-title);
	font-size: 2em;
	font-weight: 400;
	line-height: 1.2em;
	text-align: center
}

.article__btn {
	text-align: center
}

.article-dark {
	background-color: #1b2433;
	background-color: var(--theme-color)
}

.article-dark__body {
	color: #e1dece;
	color: var(--light-color)
}

.article-dark__body_content {
	font-family: Montserrat, sans-serif;
	font-family: var(--font-family);
	font-size: 1em;
	font-weight: 300;
	font-weight: var(--light);
	letter-spacing: .03em
}

.article-dark__body_content-title {
	font-family: Playfair;
	font-family: var(--font-title);
	font-size: 2em;
	font-weight: 100;
	font-weight: var(--thin);
	line-height: 1.2em;
	text-align: center
}

.article-dark__btn {
	text-align: center
}

.first-screen {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 700px;
	position: relative;
	width: 100%;
	z-index: 10
}

.first-screen__cityhome {
	background-color: hsla(44, 55%, 80%, .6);
	background-color: rgba(var(--text-light--rgb), .6);
	bottom: 0;
	color: #1b2433;
	color: var(--theme-color);
	font-family: Playfair;
	font-family: var(--font-title);
	font-size: max(2vw, 24px);
	font-weight: 100;
	left: 0;
	letter-spacing: .05em;
	padding: 0;
	position: absolute;
	width: 100%
}

.first-screen__cityhome ul {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 20px 0
}

.first-screen__cityhome li {
	align-items: center;
	display: block;
	padding: 0 30px
}

.first-screen__title {
	color: #fff;
	color: var(--nav-color);
	font-family: Playfair;
	font-family: var(--font-title);
	font-size: clamp(2.0em, 4vw, 3.6em);
	font-weight: 400;
	font-weight: var(--regular);
	line-height: 1em;
	margin: 140px 0 0 4px
}

.first-screen__subtitle {
	color: #f5f5f5;
	color: var(--bg-color);
	font-family: Montserrat, sans-serif;
	font-family: var(--font-family);
	font-size: clamp(1.0em, 2vw, 1.4em);
	font-weight: var(--normal);
	line-height: 1.2em;
	margin: 0 0 24px
}

.first-screen__description, .first-screen__description p {
	color: #f5f5f5;
	color: var(--bg-color);
	line-height: 1.5em
}

.banner-top {
	position: relative;
	width: 100%
}

.banner-top picture img, .banner-top source {
	max-height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.banner-top__content {
	top: 100px
}

.banner-top__title {
	color: #2c008b;
	color: var(--dark-blue-color);
	font-size: 2.6em;
	font-weight: 100;
	font-weight: var(--thin);
	line-height: 1.2em;
	margin: 0 0 4px
}

.banner-top__subtitle {
	color: #1b2433;
	color: var(--theme-color);
	font-size: 1.2em;
	font-weight: 600;
	font-weight: var(--semi-bold);
	line-height: 1em;
	margin: 0 0 24px
}

.banner-top__description, .banner-top__description p {
	line-height: 1.5em
}

.banner-top h2 {
	bottom: 2%;
	color: #e9d5af;
	color: var(--bg-light);
	font-family: Playfair;
	font-family: var(--font-title);
	font-size: clamp(24px, 3.75vw, 60px);
	font-weight: 100;
	margin: 0;
	position: absolute;
	right: 5%
}

.text-block {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2473' height='1452' fill='none'%3E%3Cpath d='M2473 1452V0H0v1452h2473Z' fill='%230E1B30'/%3E%3Cpath d='M2473 1452V0H0v1452h2473Z' fill='url(%23a)' fill-opacity='.2'/%3E%3Cpath d='M2473 1452V0H0v1452h2473Z' fill='url("#b#b")' fill-opacity='.2'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='159' y1='0' x2='772.5' y2='601' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.093' stop-color='%23C8A258'/%3E%3Cstop offset='1' stop-color='%230F1B30'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='1835.5' y1='1312.5' x2='1414.5' y2='627.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23124085'/%3E%3Cstop offset='.971' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	background-size: cover;
	color: #e8d9af;
	color: var(--text-light)
}

.text-block h2 {
	font-family: Playfair;
	font-family: var(--font-title);
	font-size: 2em;
	font-weight: 500;
	text-align: center
}

.text-block h2, .text-block p {
	color: #e1dece;
	color: var(--light-color)
}

.text-block p {
	font-family: "var(--font-family)";
	font-weight: 100
}

.text-block-hell {
	background-color: #e1dece;
	background-color: var(--light-color);
	color: #333;
	color: var(--color);
	font-weight: 400
}

.text-block-hell h2 {
	bottom: 0;
	color: #23315d;
	color: var(--c-2);
	font-family: Playfair;
	font-family: var(--font-title);
	font-size: 2.4em;
	font-weight: 100;
	margin-top: 0;
	right: 80px
}

.wrapper {
	min-height: 100%;
	overflow: hidden
}

.categories {
	background-color: #e1dece;
	background-color: var(--light-color)
}

.cat {
	display: flex;
	flex-wrap: wrap
}

.cat-card {
	background-position: 50%;
	border: 1px solid #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, .2);
	cursor: pointer;
	margin: 20px auto;
	max-width: 480px;
	overflow: hidden;
	position: relative
}

.cat-card img.full-width {
	height: auto;
	transition: all .25s linear;
	width: 100%
}

.cat-card .cat-body {
	bottom: 0;
	left: 30px;
	position: absolute;
	right: 15px;
	transition: all .25s linear
}

.cat-card .cat-name {
	color: #000;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	transition: all .4s ease-out
}

.cat-card .cat-name a {
	color: #fff;
	text-decoration: none
}

.cat-card .cat-text {
	color: #fff;
	font-size: 16px;
	height: auto;
	line-height: 1.4;
	margin-top: 10px;
	opacity: 0;
	transition: all .25s linear;
	visibility: hidden
}

.cat-card:hover .cat-body {
	bottom: 30px
}

.cat-card:hover .cat-name {
	color: #e8d9af;
	color: var(--text-light)
}

.cat-card .cat-name:after, .cat-card .cat-name:before {
	background: #1b2433;
	background: var(--theme-color);
	content: "";
	display: inline-block;
	height: 2px;
	margin-left: 0;
	margin-right: 0;
	transition: all .25s ease-in;
	width: 120px
}

.cat-card .cat-name:before {
	left: 0;
	position: absolute;
	top: -7px;
	transform: translateX(0)
}

.cat-card .cat-name:after {
	bottom: -7px;
	left: 0;
	position: absolute;
	transform: translateX(-200px)
}

.cat-card:hover .cat-name:before {
	background: #e8d9af;
	background: var(--text-light);
	content: "";
	transform: translateX(-200px)
}

.cat-card:hover .cat-name:after {
	background: #e8d9af;
	background: var(--text-light);
	content: "";
	transform: translateX(0)
}

.cat-card:hover .cat-text {
	height: auto;
	opacity: 1;
	transition: all .4s ease-out;
	visibility: visible
}

.banner-img {
	background-color: #e1dece;
	background-color: var(--light-color);
	margin: 0;
	padding: 60px 0 0
}

.img-ribbon {
	border-left: 1px solid #e1dece;
	border-left: 1px solid var(--light-color);
	padding-left: var(--guidelines);
	padding-right: var(--guidelines)
}

.main-header {
	background-color: var(--c-4);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.content-block {
	background-color: #e1dece;
	background-color: var(--light-color);
	margin-bottom: 20px
}

.content-block__photo {
	padding: 0
}

.content-block__content {
	padding: 20px 20px 30px 40px
}

.content-block__content h2 {
	color: #1b2433;
	color: var(--theme-color);
	font-family: Playfair;
	font-family: var(--font-title)
}

.content-block picture img, .content-block source {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.newsletter {
	background-color: #e1dece;
	background-color: var(--light-color);
	color: #fff;
	padding: 30px 0
}

.nl {
	padding: 0;
	width: min(500px, 100%)
}

.nl__title {
	font-family: Playfair;
	font-family: var(--font-title);
	font-size: 2em;
	letter-spacing: .05em;
	margin: 0 0 -10px
}

.nl__sub-title, .nl__title {
	color: #1b2433;
	color: var(--theme-color);
	font-weight: 100
}

.nl__sub-title {
	font-size: 1em;
	margin: 0 0 10px
}

.nl__block {
	align-content: center;
	flex-direction: column
}

.nl__block, .nl__content {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	text-align: center
}

.nl__content {
	flex-direction: row;
	padding: 10px;
	z-index: 2
}

.nl__btn, .nl__content {
	align-items: center;
	position: relative
}

.nl__btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #1b2433;
	background-color: var(--theme-color);
	border: 1px solid #1b2433;
	border: 1px solid var(--theme-color);
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	margin-top: 2px;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none !important;
	text-transform: none;
	transition: all .2s ease-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 1
}

.nl__form-control {
	background-color: #fff;
	border: none;
	border-radius: 0;
	font-size: 1em;
	letter-spacing: .01em;
	min-height: 40px;
	padding: 11px 24px
}

.nl__form-control::-moz-placeholder {
	color: #ccc
}

.nl__form-control :focus, .nl__form-control::placeholder {
	color: #ccc
}

.logo {
	display: block;
	margin: 0 auto;
	max-height: 80px;
	max-width: 10em;
	transition: all .2s ease-out;
	width: 100%
}

.logo svg {
	fill: #e9d5af;
}

.section {
	padding: 30px 0
}

.section__header {
	margin: 30px
}

.section__title {
	color: #1b2433;
	color: var(--theme-color);
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1em;
	margin: 0
}

@media (min-width:36rem) {
	.row-sm-reverse {
		flex-direction: row-reverse
	}

	.col-sm-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
		width: 8.3333333333%
	}

	.order-sm-1 {
		order: 1
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%
	}

	.col-sm-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
		width: 16.6666666667%
	}

	.order-sm-2 {
		order: 2
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
		width: 25%
	}

	.order-sm-3 {
		order: 3
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.col-sm-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		width: 33.3333333333%
	}

	.order-sm-4 {
		order: 4
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%
	}

	.col-sm-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
		width: 41.6666666667%
	}

	.order-sm-5 {
		order: 5
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%
	}

	.order-sm-6 {
		order: 6
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.col-sm-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
		width: 58.3333333333%
	}

	.order-sm-7 {
		order: 7
	}

	.offset-sm-7 {
		margin-left: 58.3333333333%
	}

	.col-sm-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
		width: 66.6666666667%
	}

	.order-sm-8 {
		order: 8
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
		width: 75%
	}

	.order-sm-9 {
		order: 9
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.col-sm-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
		width: 83.3333333333%
	}

	.order-sm-10 {
		order: 10
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%
	}

	.col-sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
		width: 91.6666666667%
	}

	.order-sm-11 {
		order: 11
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-auto {
		margin-left: auto
	}

	.order-sm-12 {
		order: 12
	}

	.offset-sm-12 {
		margin-left: 100%
	}

	.justify-sm-start {
		justify-content: flex-start
	}

	.justify-sm-center {
		justify-content: center
	}

	.justify-sm-end {
		justify-content: flex-end
	}

	.space-sm-between {
		justify-content: space-between
	}

	.space-sm-around {
		justify-content: space-around
	}

	.align-sm-start {
		align-items: flex-start
	}

	.align-sm-center {
		align-items: center
	}

	.align-sm-end {
		align-items: flex-end
	}

	.hidden-sm-u {
		display: none !important
	}

	.text-sm-left {
		text-align: left
	}

	.text-sm-center {
		text-align: center
	}

	.text-sm-right {
		text-align: right
	}

	.logo {
		margin: -6px 0 0;
		max-width: 120px
	}
}

@media (min-width:48rem) {
	.row-md-reverse {
		flex-direction: row-reverse
	}

	.col-md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
		width: 8.3333333333%
	}

	.order-md-1 {
		order: 1
	}

	.offset-md-1 {
		margin-left: 8.3333333333%
	}

	.col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
		width: 16.6666666667%
	}

	.order-md-2 {
		order: 2
	}

	.offset-md-2 {
		margin-left: 16.6666666667%
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
		width: 25%
	}

	.order-md-3 {
		order: 3
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		width: 33.3333333333%
	}

	.order-md-4 {
		order: 4
	}

	.offset-md-4 {
		margin-left: 33.3333333333%
	}

	.col-md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
		width: 41.6666666667%
	}

	.order-md-5 {
		order: 5
	}

	.offset-md-5 {
		margin-left: 41.6666666667%
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%
	}

	.order-md-6 {
		order: 6
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.col-md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
		width: 58.3333333333%
	}

	.order-md-7 {
		order: 7
	}

	.offset-md-7 {
		margin-left: 58.3333333333%
	}

	.col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
		width: 66.6666666667%
	}

	.order-md-8 {
		order: 8
	}

	.offset-md-8 {
		margin-left: 66.6666666667%
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
		width: 75%
	}

	.order-md-9 {
		order: 9
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
		width: 83.3333333333%
	}

	.order-md-10 {
		order: 10
	}

	.offset-md-10 {
		margin-left: 83.3333333333%
	}

	.col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
		width: 91.6666666667%
	}

	.order-md-11 {
		order: 11
	}

	.offset-md-11 {
		margin-left: 91.6666666667%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%
	}

	.col-md-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-auto {
		margin-left: auto
	}

	.order-md-12 {
		order: 12
	}

	.offset-md-12 {
		margin-left: 100%
	}

	.justify-md-start {
		justify-content: flex-start
	}

	.justify-md-center {
		justify-content: center
	}

	.justify-md-end {
		justify-content: flex-end
	}

	.space-md-between {
		justify-content: space-between
	}

	.space-md-around {
		justify-content: space-around
	}

	.align-md-start {
		align-items: flex-start
	}

	.align-md-center {
		align-items: center
	}

	.align-md-end {
		align-items: flex-end
	}

	.hidden-md-u {
		display: none !important
	}

	.text-md-left {
		text-align: left
	}

	.text-md-center {
		text-align: center
	}

	.text-md-right {
		text-align: right
	}
}

@media (min-width:62rem) {
	.row-lg-reverse {
		flex-direction: row-reverse
	}

	.col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
		width: 8.3333333333%
	}

	.order-lg-1 {
		order: 1
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%
	}

	.col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
		width: 16.6666666667%
	}

	.order-lg-2 {
		order: 2
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
		width: 25%
	}

	.order-lg-3 {
		order: 3
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.col-lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		width: 33.3333333333%
	}

	.order-lg-4 {
		order: 4
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%
	}

	.col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
		width: 41.6666666667%
	}

	.order-lg-5 {
		order: 5
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%
	}

	.order-lg-6 {
		order: 6
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
		width: 58.3333333333%
	}

	.order-lg-7 {
		order: 7
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%
	}

	.col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
		width: 66.6666666667%
	}

	.order-lg-8 {
		order: 8
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
		width: 75%
	}

	.order-lg-9 {
		order: 9
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
		width: 83.3333333333%
	}

	.order-lg-10 {
		order: 10
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%
	}

	.col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
		width: 91.6666666667%
	}

	.order-lg-11 {
		order: 11
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-auto {
		margin-left: auto
	}

	.order-lg-12 {
		order: 12
	}

	.offset-lg-12 {
		margin-left: 100%
	}

	.justify-lg-start {
		justify-content: flex-start
	}

	.justify-lg-center {
		justify-content: center
	}

	.justify-lg-end {
		justify-content: flex-end
	}

	.space-lg-between {
		justify-content: space-between
	}

	.space-lg-around {
		justify-content: space-around
	}

	.align-lg-start {
		align-items: flex-start
	}

	.align-lg-center {
		align-items: center
	}

	.align-lg-end {
		align-items: flex-end
	}

	.hidden-lg-u {
		display: none !important
	}

	.text-lg-left {
		text-align: left
	}

	.text-lg-center {
		text-align: center
	}

	.text-lg-right {
		text-align: right
	}

	.logo {
		max-width: 160px
	}
}

@media (min-width:992px) {
	.gallery .swiper-wrapper {
		padding: 12px 0
	}
}

@media (min-width:75rem) {
	.row-xl-reverse {
		flex-direction: row-reverse
	}

	.col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
		width: 8.3333333333%
	}

	.order-xl-1 {
		order: 1
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%
	}

	.col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
		width: 16.6666666667%
	}

	.order-xl-2 {
		order: 2
	}

	.offset-xl-2 {
		margin-left: 16.6666666667%
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
		width: 25%
	}

	.order-xl-3 {
		order: 3
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		width: 33.3333333333%
	}

	.order-xl-4 {
		order: 4
	}

	.offset-xl-4 {
		margin-left: 33.3333333333%
	}

	.col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
		width: 41.6666666667%
	}

	.order-xl-5 {
		order: 5
	}

	.offset-xl-5 {
		margin-left: 41.6666666667%
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%
	}

	.order-xl-6 {
		order: 6
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
		width: 58.3333333333%
	}

	.order-xl-7 {
		order: 7
	}

	.offset-xl-7 {
		margin-left: 58.3333333333%
	}

	.col-xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
		width: 66.6666666667%
	}

	.order-xl-8 {
		order: 8
	}

	.offset-xl-8 {
		margin-left: 66.6666666667%
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
		width: 75%
	}

	.order-xl-9 {
		order: 9
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.col-xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
		width: 83.3333333333%
	}

	.order-xl-10 {
		order: 10
	}

	.offset-xl-10 {
		margin-left: 83.3333333333%
	}

	.col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
		width: 91.6666666667%
	}

	.order-xl-11 {
		order: 11
	}

	.offset-xl-11 {
		margin-left: 91.6666666667%
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-auto {
		margin-left: auto
	}

	.order-xl-12 {
		order: 12
	}

	.offset-xl-12 {
		margin-left: 100%
	}

	.justify-xl-start {
		justify-content: flex-start
	}

	.justify-xl-center {
		justify-content: center
	}

	.justify-xl-end {
		justify-content: flex-end
	}

	.space-xl-between {
		justify-content: space-between
	}

	.space-xl-around {
		justify-content: space-around
	}

	.align-xl-start {
		align-items: flex-start
	}

	.align-xl-center {
		align-items: center
	}

	.align-xl-end {
		align-items: flex-end
	}

	.hidden-xl-u {
		display: none !important
	}

	.text-xl-left {
		text-align: left
	}

	.text-xl-center {
		text-align: center
	}

	.text-xl-right {
		text-align: right
	}
}

@media (min-width:87.5rem) {
	.container {
		max-width: 83.75rem;
		max-width: calc(82.5rem + var(--gutter-x))
	}

	.container.left {
		margin-right: calc(50vw - 41.875rem);
		margin-right: calc(50vw - 41.25rem - var(--gutter-x)/2)
	}

	.container.right {
		margin-left: calc(50vw - 41.875rem);
		margin-left: calc(50vw - 41.25rem - var(--gutter-x)/2)
	}

	.row-xxl-reverse {
		flex-direction: row-reverse
	}

	.col-xxl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
		width: 8.3333333333%
	}

	.order-xxl-1 {
		order: 1
	}

	.offset-xxl-1 {
		margin-left: 8.3333333333%
	}

	.col-xxl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
		width: 16.6666666667%
	}

	.order-xxl-2 {
		order: 2
	}

	.offset-xxl-2 {
		margin-left: 16.6666666667%
	}

	.col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%;
		width: 25%
	}

	.order-xxl-3 {
		order: 3
	}

	.offset-xxl-3 {
		margin-left: 25%
	}

	.col-xxl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		width: 33.3333333333%
	}

	.order-xxl-4 {
		order: 4
	}

	.offset-xxl-4 {
		margin-left: 33.3333333333%
	}

	.col-xxl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
		width: 41.6666666667%
	}

	.order-xxl-5 {
		order: 5
	}

	.offset-xxl-5 {
		margin-left: 41.6666666667%
	}

	.col-xxl-6 {
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%
	}

	.order-xxl-6 {
		order: 6
	}

	.offset-xxl-6 {
		margin-left: 50%
	}

	.col-xxl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
		width: 58.3333333333%
	}

	.order-xxl-7 {
		order: 7
	}

	.offset-xxl-7 {
		margin-left: 58.3333333333%
	}

	.col-xxl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
		width: 66.6666666667%
	}

	.order-xxl-8 {
		order: 8
	}

	.offset-xxl-8 {
		margin-left: 66.6666666667%
	}

	.col-xxl-9 {
		flex: 0 0 75%;
		max-width: 75%;
		width: 75%
	}

	.order-xxl-9 {
		order: 9
	}

	.offset-xxl-9 {
		margin-left: 75%
	}

	.col-xxl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
		width: 83.3333333333%
	}

	.order-xxl-10 {
		order: 10
	}

	.offset-xxl-10 {
		margin-left: 83.3333333333%
	}

	.col-xxl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
		width: 91.6666666667%
	}

	.order-xxl-11 {
		order: 11
	}

	.offset-xxl-11 {
		margin-left: 91.6666666667%
	}

	.col-xxl-12 {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto
	}

	.offset-xxl-0 {
		margin-left: 0
	}

	.offset-xxl-auto {
		margin-left: auto
	}

	.order-xxl-12 {
		order: 12
	}

	.offset-xxl-12 {
		margin-left: 100%
	}

	.justify-xxl-start {
		justify-content: flex-start
	}

	.justify-xxl-center {
		justify-content: center
	}

	.justify-xxl-end {
		justify-content: flex-end
	}

	.space-xxl-between {
		justify-content: space-between
	}

	.space-xxl-around {
		justify-content: space-around
	}

	.align-xxl-start {
		align-items: flex-start
	}

	.align-xxl-center {
		align-items: center
	}

	.align-xxl-end {
		align-items: flex-end
	}

	.hidden-xxl, .hidden-xxl-u {
		display: none !important
	}

	.text-xxl-left {
		text-align: left
	}

	.text-xxl-center {
		text-align: center
	}

	.text-xxl-right {
		text-align: right
	}
}

@media (max-width:87.487rem) {
	.hidden-xl-d {
		display: none !important
	}
}

@media (max-width:87.487rem)and (min-width:75rem) {
	.container {
		max-width: 72.5rem;
		max-width: calc(71.25rem + var(--gutter-x))
	}

	.container.left {
		margin-right: calc(50vw - 36.25rem);
		margin-right: calc(50vw - 35.625rem - var(--gutter-x)/2)
	}

	.container.right {
		margin-left: calc(50vw - 36.25rem);
		margin-left: calc(50vw - 35.625rem - var(--gutter-x)/2)
	}

	.hidden-xl {
		display: none !important
	}
}

@media (max-width:74.987rem) {
	.hidden-lg-d {
		display: none !important
	}
}

@media (max-width:74.987rem)and (min-width:62rem) {
	.container {
		max-width: 61.25rem;
		max-width: calc(60rem + var(--gutter-x))
	}

	.container.left {
		margin-right: calc(50vw - 30.625rem);
		margin-right: calc(50vw - 30rem - var(--gutter-x)/2)
	}

	.container.right {
		margin-left: calc(50vw - 30.625rem);
		margin-left: calc(50vw - 30rem - var(--gutter-x)/2)
	}

	.hidden-lg {
		display: none !important
	}
}

@media (max-width:62rem) {
	.img-ribbon {
		border-bottom: 1px solid #e1dece;
		border-bottom: 1px solid var(--light-color)
	}
}

@media (max-width:61.987rem) {
	.hidden-md-d {
		display: none !important
	}

	.breadcrumbs {
		display: none
	}

	.first-screen__cityhome ul {
		flex-direction: column
	}

	.banner-top picture img, .banner-top source {
		min-height: 240px
	}
}

@media (max-width:61.987rem)and (min-width:48rem) {
	.container {
		max-width: 46.25rem;
		max-width: calc(45rem + var(--gutter-x))
	}

	.container.left {
		margin-right: calc(50vw - 23.125rem);
		margin-right: calc(50vw - 22.5rem - var(--gutter-x)/2)
	}

	.container.right {
		margin-left: calc(50vw - 23.125rem);
		margin-left: calc(50vw - 22.5rem - var(--gutter-x)/2)
	}

	.hidden-md {
		display: none !important
	}
}

@media (max-width:768px) {
	.cat .cat-body {
		bottom: 30px
	}

	.cat-card .cat-text {
		height: auto;
		opacity: 1;
		visibility: visible
	}

	.cat-card .cat-name:before {
		display: none
	}

	.cat-card .cat-name:after {
		bottom: -7px;
		left: 0;
		position: absolute;
		transform: translateX(0)
	}
}

@media (max-width:47.987rem) {
	.hidden-sm-d {
		display: none !important
	}
}

@media (max-width:47.987rem)and (min-width:36rem) {
	.container {
		max-width: 35rem;
		max-width: calc(33.75rem + var(--gutter-x))
	}

	.container.left {
		margin-right: calc(50vw - 17.5rem);
		margin-right: calc(50vw - 16.875rem - var(--gutter-x)/2)
	}

	.container.right {
		margin-left: calc(50vw - 17.5rem);
		margin-left: calc(50vw - 16.875rem - var(--gutter-x)/2)
	}

	.hidden-sm {
		display: none !important
	}
}

@media (max-width:700px) {
	.container form {
		padding: 10px 0 0 0
	}

	.container form .form-row {
		display: block
	}

	form .form-row .input-data {
		margin: 12px 0 !important
	}

	.submit-btn .input-data {
		width: 40% !important
	}
}

@media (max-width:35.987rem) {
	.hidden-xs {
		display: none !important
	}
}

.bigbox {
	padding: 0 5px 400px
}

.fl {
	display: flex;
	align-self: center;
	justify-content: center;
}
