/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	-webkit-text-size-adjust: 100%
}

details,
main {
	display: block
}

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

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

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

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit
}

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

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

[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 {
	display: table;
	max-width: 100%;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto;
	resize: none
}

[type=checkbox],
[type=radio],
legend {
	-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] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

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

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

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

@font-face {
	font-style: normal;
	font-weight: 400;
	font-family: "Carisma Classic";
	font-display: swap;
	src: url(../fonts/CarismaClassic-400Regular.woff2) format("woff2"), url(../fonts/CarismaClassic-400Regular.woff) format("woff")
}

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

body,
html {
	margin: 0;
	min-height: 100vh
}

html {
	padding: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	font-family: "Raleway", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility
}

body {
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 0 0 100px;
	color: var(--Dark-green-293D33, #293D33)
}

img,
video {
	display: block;
	max-width: 100%;
	height: auto
}

input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
	box-shadow: inset 0 0 0 1000px #fff;
	-webkit-text-fill-color: #000
}

input,
select,
textarea {
	border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	opacity: 1
}

input::placeholder,
textarea::placeholder {
	opacity: 1
}

input:invalid,
textarea:invalid {
	-webkit-box-shadow: none;
	box-shadow: none
}

input::-ms-clear,
input::-ms-reveal {
	display: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	appearance: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

input[type=number] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}

input:matches([type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url]),
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

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

button {
	cursor: pointer;
	background: unset;
	padding: 0;
	border: unset
}

.wrapper {
	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;
	min-height: 100vh;
	min-height: calc(100*var(--vh, 1vh))
}

.wrapper .footer,
.wrapper .header {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.wrapper main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.rouble {
	font-family: "Rouble", "Arial", sans-serif;
	text-transform: lowercase !important;
	font-weight: 400 !important
}

.custom-select select,
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(100%)
}

.scroll-lock-ios {
	position: fixed;
	overflow: hidden
}

.scroll-lock {
	overflow: hidden
}

.no-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.modal::-webkit-scrollbar,
.no-scrollbar::-webkit-scrollbar,
.section-tabs::-webkit-scrollbar {
	display: none
}

.no-transition {
	-webkit-transition: none !important;
	transition: none !important
}

.container {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	padding: 0 10px
}

.btn {
	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;
	border: 1px solid currentColor;
	min-height: 40px;
	color: var(--Dark-green-293D33, #293D33);
	width: 100%;
}

body.dark .btn {
	color: var(--Gold-AE9052, #AE9052)
}

.btn--filled,
body.dark {
	color: var(--White, #FFF)
}

.btn--filled {
	background: var(--Dark-green-293D33, #293D33);
	border: 1px solid var(--Dark-green-293D33, #293D33)
}

body.dark .btn--filled {
	background: var(--Gold-AE9052, #AE9052);
	color: var(--Dark-green-293D33, #293D33)
}

.btn--gold {
	color: var(--Gold-AE9052, #AE9052)
}

body.dark .btn--gold {
	color: #fff
}

body.dark {
	background-color: var(--Dark-green-293D33, #293D33)
}

.section-title,
.title-h1 {
	font-family: "Carisma Classic", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 1.6px;
	text-transform: uppercase
}

.section-title {
	color: var(--Gold-AE9052, #AE9052);
	font-style: normal;
	margin: 15px 0
}

.section-header {
	margin: 0 0 15px auto;
	padding-left: 10px;
	border-left: 1px solid var(--Gold-AE9052, #AE9052);
	width: 300px
}

.section-tabs {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 300px;
	overflow-x: scroll;
	/* margin-right: -10px; */
	padding-right: 10px;
	padding-bottom: 10px;
}

.section-tabs::-webkit-scrollbar {
	display: block;
	height: 3px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.section-tabs::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
	height: 3px;
}

.section-tab {
	color: var(--Dark-green-293D33, #293D33);
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: .8px;
	text-transform: uppercase;
	text-align: left;
	opacity: .4
}

.section-tab:not(:last-child) {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid rgba(174, 144, 82, .2509803922)
}

body.dark .section-tab {
	color: var(--White, #FFF)
}

.section-tab.is-active {
	opacity: 1
}

.section-title {
	max-width: 280px
}

.section-header-btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 170px
}

img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.header {
	padding: 40px 0 10px
}

.header .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header .container,
.header__switcher,
.header__switcher-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header__switcher {
	margin-left: auto
}

.header__switcher-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--Gold-AE9052, #AE9052);
	color: var(--Gold-AE9052, #AE9052);
	font-size: 17px;
	font-weight: 600;
	letter-spacing: .34px
}

.header__switcher-btn:disabled {
	opacity: .5
}

.header__switcher-btn:not(:last-child) {
	border-right: unset
}

.dark .header__switcher-btn--theme[data-theme=dark],
.light .header__switcher-btn--theme[data-theme=light] {
	background-color: var(--Gold-AE9052, #AE9052)
}

.light .header__switcher-btn--theme[data-theme=light] svg:first-child {
	display: none
}

.light .header__switcher-btn--theme[data-theme=light] svg:last-child {
	display: block
}

.dark .header__switcher-btn--theme[data-theme=dark] svg:first-child {
	display: none
}

.dark .header__switcher-btn--theme[data-theme=dark] svg:last-child {
	display: block
}

.ru .header__switcher-btn--language[data-language=ru] {
	text-decoration: underline
}

.header__switcher-btn svg:last-child {
	display: none
}

.main-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 20px 0 60px;
	padding: 0;
	list-style: none
}

.main-nav__item {
	margin-right: 20px
}

.main-nav__link {
	color: #fff
}

.main-nav__link.is-active {
	opacity: .6
}

.main-nav__toggle {
	display: none
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: var(--Dark-green-293D33, #293D33);
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
	z-index: 10
}

.footer--active .footer__submenu {
	opacity: 1;
	pointer-events: all
}

.footer__menu {
	/* display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	position: relative */
}

.footer__menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 9px 7px 7px;
	color: var(--Gold-AE9052, #AE9052);
	text-align: center;
	font-family: "Carisma Classic", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	position: relative
}

.footer__menu-item--active {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline
}

.footer__menu-item-name {
	margin-top: auto
}

.footer__menu-item-counter,
.footer__submenu {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__menu-item-counter {
	top: 5px;
	right: 5px;
	border-radius: 50%;
	color: var(--Dark-green-293D33, #293D33);
	font-size: 14px;
	width: 20px;
	height: 20px;
	background-color: var(--Gold-AE9052, #AE9052);
	border: 1px solid var(--Dark-green-293D33, #293D33);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1
}

.footer__submenu {
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-98%);
	-ms-transform: translateY(-98%);
	transform: translateY(-98%);
	background: var(--Dark-green-293D33, #293D33);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.footer__submenu-link {
	color: var(--Gold-AE9052, #AE9052);
	text-align: center;
	font-family: "Carisma Classic", sans-serif;
	font-size: 17px;
	line-height: 100%
}

.footer__submenu-link:not(:last-child) {
	margin-bottom: 10px
}

.modal,
.modal__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .6s cubic-bezier(.55, 0, .1, 1), visibility .6s cubic-bezier(.55, 0, .1, 1), -webkit-transform .6s cubic-bezier(.55, 0, .1, 1);
	transition: opacity .6s cubic-bezier(.55, 0, .1, 1), transform .6s cubic-bezier(.55, 0, .1, 1), visibility .6s cubic-bezier(.55, 0, .1, 1);
	transition: opacity .6s cubic-bezier(.55, 0, .1, 1), transform .6s cubic-bezier(.55, 0, .1, 1), visibility .6s cubic-bezier(.55, 0, .1, 1), -webkit-transform .6s cubic-bezier(.55, 0, .1, 1);
	pointer-events: none;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.modal__wrapper {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 100%;
	padding: 60px 40px
}

.modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.modal__content {
	position: relative;
	width: 600px;
	padding: 40px;
	background-color: #fff
}

.modal__close-btn {
	position: absolute;
	top: 22px;
	right: 22px;
	z-index: 1;
	width: 40px;
	height: 40px;
	padding: 0;
	background: 0 0;
	border: 0;
	cursor: pointer
}

.modal--responsive .modal__content {
	width: 100%
}

.modal--fit-content .modal__content {
	width: auto
}

.modal--no-scale {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.modal.is-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1;
	pointer-events: auto
}

[data-accordion=element].is-active>[data-accordion=content] {
	max-height: 100%
}

.modal--preload,
[data-accordion=parent].no-transition [data-accordion=content],
[data-tabs=parent].no-transition-global [data-tabs=content],
[data-tabs=parent].no-transition-global [data-tabs=control],
[data-tabs=parent].no-transition-global [data-tabs=element],
[data-tabs=parent].no-transition>[data-tabs=content],
[data-tabs=parent].no-transition>[data-tabs=control],
[data-tabs=parent].no-transition>[data-tabs=element] {
	-webkit-transition: none;
	transition: none
}

[data-accordion=content] {
	max-height: 0;
	-webkit-transition: max-height .3s;
	transition: max-height .3s;
	overflow: hidden
}

.main__logo {
	margin: 15px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--Gold-AE9052, #AE9052)
}

body.dark .main__logo {
	color: var(--Light-green-536F5D, #536F5D)
}

.main__living {
	margin-top: 65px
}

.main__living-title {
	text-align: center;
	color: var(--Dark-green-293D33, #293D33);
	margin-bottom: 20px
}

body.dark .main__living-title {
	color: var(--Gold-AE9052, #AE9052)
}

.main__living-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px
}

.main__living-action {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.registration__logo {
	margin: 15px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--Gold-AE9052, #AE9052)
}

body.dark .registration__logo {
	color: var(--Light-green-536F5D, #536F5D)
}

.registration__living {
	margin-top: 65px
}

.registration__living-title {
	text-align: center;
	color: var(--Dark-green-293D33, #293D33);
	margin-bottom: 20px
}

body.dark .registration__living-title {
	color: var(--Gold-AE9052, #AE9052)
}

.form__input {
	display: block;
	border: 1px solid var(--Dark-green-293D33, #293D33);
	width: 100%;
	min-height: 40px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	color: var(--Light-green-536F5D, #536F5D);
	background: unset;
	outline: 0
}

body.dark .form__input {
	border: 1px solid var(--White, #FFF);
	color: var(--White, #FFF);
}

.welcome__links {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 20px
}

.welcome__link--wide {
	-ms-grid-column-span: 2;
	grid-column: span 2
}

.welcome__link-img {
	margin-bottom: 10px
}

.welcome__link-name {
	color: var(--Dark-green-293D33, #293D33);
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: .8px;
	text-transform: uppercase
}

body.dark .welcome__link-name {
	color: var(--White, #FFF)
}

.welcome__header {
	margin: 25px 0 25px auto
}

.banner {
	margin: 20px 0
}

.banner__wrapper {
	position: relative;
	padding: 20px;
	height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.banner__wrapper::before {
	content: "";
	background: linear-gradient(226deg, rgba(174, 144, 82, 0) 26.76%, #ae9052 84.47%)
}

.banner__title {
	color: var(--White, #FFF);
	font-family: "Carisma Classic", sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	max-width: 50%;
	z-index: 1
}

.banner__img,
.banner__wrapper::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.banner__img {
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1
}

[data-tabs=parent] {
	overflow: hidden
}

[data-tabs=parent] [data-tabs=content] {
	position: relative
}

[data-tabs=element] {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in, visibility .3s ease-in;
	transition: opacity .3s ease-in, visibility .3s ease-in
}

[data-tabs=element].for-load {
	position: static;
	visibility: visible;
	opacity: 1;
	-webkit-transition: none;
	transition: none
}

[data-tabs=element].is-active {
	z-index: 1;
	visibility: visible;
	opacity: 1
}

[data-accordion-init]>[data-tabs=content],
[data-accordion-init]>[data-tabs=controls] {
	display: none
}

[data-accordion-init] [data-tabs=element] {
	z-index: 1;
	visibility: visible;
	position: static;
	opacity: 1
}

[data-tabs=accordion-wrapper] {
	display: block;
	max-height: 0;
	-webkit-transition: max-height .3s ease;
	transition: max-height .3s ease;
	overflow: hidden
}

[data-tabs=accordion-content] {
	overflow: hidden
}

[data-tabs=accordion] {
	overflow: hidden;
	position: relative;
	isolation: isolate
}

[data-tabs=accordion].is-active>[data-tabs=accordion-wrapper] {
	max-height: none
}

.wellness-club__text {
	margin: 15px 0
}

.room-service__content,
.room-service__item {
	width: 100%
}

.room-service__cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 10px
}

.room-service__card {
	min-height: 172px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
	background: var(--light-beige-F8F5F0, #F8F5F0)
}

body.dark .room-service__card {
	background: var(--Light-green-536F5D, #536F5D)
}

.room-service__card-title {
	font-family: "Carisma Classic", sans-serif;
	font-size: 17px;
	line-height: 100%;
	margin-bottom: 10px
}

.room-service__card-description {
	font-size: 14px;
	margin-bottom: 10px
}

.room-service__buy-btn {
	margin-top: auto
}

.buy-btn {
	border: 1px solid var(--Dark-green-293D33, #293D33);
	min-height: 37px;
	font-size: 14px
}

.buy-btn[data-counter="0"] .buy-btn__wrapper {
	display: none
}

.buy-btn:not([data-counter="0"]) .buy-btn__start {
	display: none
}

.buy-btn[data-counter="1"] .buy-btn__delete {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.buy-btn[data-counter="1"] .buy-btn__decrement,
.custom-select.is-disabled .custom-select__list,
.custom-select__text br {
	display: none
}

body.dark .buy-btn {
	color: #fff;
	border-color: #fff
}

.buy-btn__start {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	width: 100%;
	height: 35px
}

body.dark .buy-btn__decrement,
body.dark .buy-btn__delete,
body.dark .buy-btn__increment,
body.dark .buy-btn__start {
	color: #fff
}

.buy-btn__start,
.buy-btn__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.buy-btn__delete {
	width: 37px;
	height: 37px;
	display: none;
	border-right: 1px solid currentColor
}

.buy-btn__counter,
.buy-btn__decrement,
.buy-btn__delete {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.buy-btn__decrement {
	width: 37px;
	height: 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-right: 1px solid currentColor;
	font-size: 25px
}

.buy-btn__counter {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.buy-btn__counter,
.buy-btn__increment,
.hotel-service__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.buy-btn__increment {
	width: 37px;
	height: 37px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-left: 1px solid currentColor;
	font-size: 25px
}

.hotel-service__content {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.hotel-service__item {
	width: 290px
}

.wellness-club__desc ul {
	padding-left: 20px
}

.hotel-service__link {
	margin-top: 15px
}

.help__title {
	font-size: 30px;
	max-width: unset
}

.help__links {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 10px
}

.help__link {
	min-height: 104px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background: var(--Dark-green-293D33, #293D33);
	color: var(--White, #FFF);
	font-family: "Carisma Classic", sans-serif;
	font-size: 20px;
	line-height: 100%;
	padding: 20px 15px
}

body.dark .help__link {
	background: var(--Gold-AE9052, #AE9052);
	color: var(--Dark-green-293D33, #293D33)
}

.about figure {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.about figure figcaption {
	font-size: 14px;
	opacity: .6
}

.about figure img {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.promotions {
	padding-top: 35px
}

.promotions__card:not(:last-child) {
	margin-bottom: 50px
}

.promotions__card-title {
	font-family: "Carisma Classic", sans-serif;
	font-size: 30px;
	margin-bottom: 10px
}

.promotions__card-img {
	margin-bottom: 10px
}

.promotions__card-description {
	font-size: 14px
}

.promotions__card-link {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline
}

.cart {
	padding-bottom: 20px
}

.cart--warning .cart__warning {
	opacity: 1;
	pointer-events: all
}

.cart--warning .cart__form {
	pointer-events: none
}

.cart__item {
	background: var(--light-beige-F8F5F0, #F8F5F0);
	padding: 10px;
	margin-bottom: 10px
}

.cart__item-img {
	display: flex;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	max-width: 200px;
	margin-top: 15px;
}

.cart__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

body.dark .cart__item {
	background: var(--Light-green-536F5D, #536F5D)
}

.cart__item-footer {
	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;
	margin-top: 15px
}

.cart__buy-btn {
	min-width: 142px
}

.cart__item-price {
	font-family: "Carisma Classic", sans-serif;
	font-size: 20px
}

.cart__comment {
	width: 100%;
	min-height: 90px;
	border: 1px solid var(--Gold-AE9052, #AE9052);
	padding: 10px;
	margin-bottom: 10px;
	background: unset
}

.cart__warning {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	background: var(--Dark-green-293D33, #293D33);
	padding: 30px 50px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

body.dark .cart__warning {
	background: var(--White, #FFF)
}

.cart__warning-title {
	color: var(--White, #FFF);
	text-align: center;
	font-family: "Carisma Classic", sans-serif;
	font-size: 20px;
	line-height: 100%
}

body.dark .cart__warning-title {
	color: var(--Dark-green-293D33, #293D33)
}

.cart__warning-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-top: 15px
}

.cart__warning-action {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%
}

.cart__warning-action:first-child {
	color: var(--White, #FFF)
}

body.dark .cart__warning-action:first-child {
	color: var(--Dark-green-293D33, #293D33)
}

.cart__warning-action:last-child {
	background-color: var(--White, #FFF);
	color: var(--Dark-green-293D33, #293D33)
}

body.dark .cart__warning-action:last-child {
	background-color: var(--Dark-green-293D33, #293D33);
	color: var(--White, #FFF)
}

.custom-checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-checkbox label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.custom-checkbox label::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-right: .5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	border-radius: 3px;
	border: 1px solid #293d33
}

.custom-checkbox input:checked+label::before {
	border-color: #293d33;
	background-color: #293d33;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

body.dark .custom-checkbox input:checked+label::before {
	background-color: #fff;
	border-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23293D33' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.order {
	padding-top: 30px
}

.order .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.order__title {
	font-family: "Carisma Classic", sans-serif;
	font-size: 30px;
	line-height: 100%;
	margin-bottom: 20px
}

.order__input-wrapper {
	margin-bottom: 10px
}

.order__input-label {
	margin-bottom: 5px;
	display: block
}

.order__input {
	display: block;
	border: 1px solid var(--Dark-green-293D33, #293D33);
	width: 100%;
	min-height: 40px;
	padding: 10px;
	text-align: center;
	color: var(--Light-green-536F5D, #536F5D);
	background: unset;
	outline: 0
}

body.dark .order__input {
	border: 1px solid var(--White, #FFF)
}

.order__form-submit {
	margin-bottom: 10px
}

.order__back {
	margin-top: 50px;
	background-color: var(--Dark-green-293D33, #293D33);
	width: 35px;
	height: 35px;
	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
}

body.dark .order__back {
	background-color: #fff
}

.order__subtitle {
	font-family: "Carisma Classic", sans-serif;
	font-size: 20px;
	line-height: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ae9052;
	margin-bottom: 30px
}

.custom-select {
	position: relative
}

.custom-select__label,
.custom-select__placeholder {
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	pointer-events: none
}

.custom-select__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	padding: 10px 50px 10px 10px;
	color: inherit;
	background-color: transparent;
	border: 1px solid var(--Dark-green-293D33, #293D33);
	outline: 0;
	cursor: pointer;
	-webkit-transition: border .3s ease;
	transition: border .3s ease
}

body.dark .custom-select__button {
	border: 1px solid var(--White, #FFF)
}

.custom-select__list {
	position: absolute;
	bottom: 10px;
	z-index: 1;
	width: 100%;
	max-height: 100px;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	list-style: none;
	color: #293d33;
	background-color: #fff;
	border: 1px solid #000;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility .3s ease, opacity .3s ease;
	transition: visibility .3s ease, opacity .3s ease
}

.custom-select__item {
	padding: 5px;
	outline: 0;
	cursor: pointer;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.custom-select__item[aria-selected=true] {
	background-color: rgba(0, 0, 0, .2)
}

.custom-select__item[aria-selected=true].focus-visible:focus {
	background-color: rgba(0, 0, 0, .2)
}

.custom-select__error {
	position: absolute;
	bottom: -15px;
	left: 0;
	color: #ff1553;
	opacity: 0;
	-webkit-transition: opacity .1s ease;
	transition: opacity .1s ease
}

.custom-select__text {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 80%;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	opacity: 0;
	-webkit-transition: opacity .3s ease .1s;
	transition: opacity .3s ease .1s
}

.custom-select__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20px;
	height: 10px;
	margin-left: auto;
	background-color: currentColor;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	clip-path: polygon(100% 0, 100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%)
}

.custom-select.is-disabled {
	pointer-events: none
}

.custom-select.open-up .custom-select__list {
	bottom: auto;
	top: 0;
	-webkit-transform: translateY(calc(-100% + 10px));
	-ms-transform: translateY(calc(-100% + 10px));
	transform: translateY(calc(-100% + 10px))
}

.custom-select.is-open .custom-select__list {
	visibility: visible;
	opacity: 1
}

.custom-select.is-open .custom-select__icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.custom-select.is-open .custom-select__label {
	opacity: 0
}

.custom-select.not-empty .custom-select__text {
	opacity: 1
}

.custom-select.not-empty .custom-select__label,
.custom-select.not-empty .custom-select__placeholder {
	opacity: 0
}

.custom-select.is-invalid .custom-select__error {
	opacity: 1
}

.custom-select.is-invalid .custom-select__button {
	border: 2px solid #ff1553
}

.custom-select.is-invalid .custom-select__button:focus,
.custom-select.is-invalid .custom-select__button:hover {
	border: 2px solid rgba(255, 21, 83, .5)
}

.custom-select--placeholder .custom-select__label,
.custom-select.slide-up.is-open .custom-select__label,
.custom-select.slide-up.not-empty .custom-select__label {
	-webkit-transform: translateY(calc(-50% - 40px));
	-ms-transform: translateY(calc(-50% - 40px));
	transform: translateY(calc(-50% - 40px));
	opacity: 1
}

.custom-select--placeholder.is-open .custom-select__label,
.custom-select--placeholder.not-empty .custom-select__label,
.custom-select.slide-up.is-open .custom-select__text,
.custom-select.slide-up.not-empty .custom-select__text {
	opacity: 1
}

.custom-select .input-message {
	position: absolute;
	right: 0;
	bottom: -5px
}

.custom-select .input-message.is-invalid {
	color: red
}

.custom-select .input-message.is-valid {
	color: #15ab07
}

.custom-select__button-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.history__card {
	background: var(--light-beige-F8F5F0, #F8F5F0);
	padding: 15px
}

body.dark .history__card {
	background: var(--Light-green-536F5D, #536F5D)
}

.history__card-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: "Carisma Classic", sans-serif;
	font-size: 20px;
	line-height: 100%
}

.history__card-items {
	padding: 20px 0;
	border-bottom: 1px solid #293d33;
	margin-bottom: 20px
}

.history__card-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px
}

.history__card-item:not(:last-child) {
	margin-bottom: 10px
}

.history__card-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}

.history__card-link {
	text-decoration: underline
}

@media (max-width:767px) {
	.modal__wrapper {
		padding: 60px 16px
	}

	.modal__content {
		width: 100%;
		padding: 20px
	}

	.modal--fit-content .modal__content {
		width: 100%
	}
}

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

	.custom-select__label,
	.custom-select__placeholder {
		-webkit-transform: translateY(calc(-50% - 5px));
		-ms-transform: translateY(calc(-50% - 5px));
		transform: translateY(calc(-50% - 5px))
	}
}

@media (hover:hover) {
	.custom-select__item[aria-selected=true]:hover:not(.focus-visible) {
		background-color: rgba(0, 0, 0, .2)
	}
}

.wellness-club__header [data-tabs="element"] {
	position: static;
}

.wellness-club__header [data-tabs="element"]:not(.is-active) {
	display: none;
}

.wellness-club__header [data-tabs="content"] {
	height: auto !important;
}

.buy-btn .added_to_cart {
	display: none;
}

.menu-osnovnoe-container ul {
	padding: 0;
	margin: 0;
}

.menu-osnovnoe-container li {
	list-style: none;
}

.menu-osnovnoe-container a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;

	padding: 9px 7px 7px;
	color: var(--Gold-AE9052, #AE9052);
	font-family: "Carisma Classic", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
}

.menu-osnovnoe-container>ul {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	position: relative
}


.menu-osnovnoe-container .menu-item-has-children {
	/* position: relative; */
}

.footer__menu {
	background-color: #293d33;
}

.menu-osnovnoe-container .sub-menu {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 100%);
	padding: 15px 20px;
	background-color: #293D33;
	width: calc(100% + 20px);
	transition: all ease 0.5s;
	z-index: -1;
}

.menu-osnovnoe-container .sub-menu_active {
	transform: translateX(-50%);
}

.icon-1>a::before {
	display: block;
	content: '';
	width: 23px;
	height: 23px;
	background-image: url(../img/icon-1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.icon-2>a::before {
	display: block;
	content: '';
	width: 23px;
	height: 23px;
	background-image: url(../img/icon-2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.icon-3>a::before {
	display: block;
	content: '';
	width: 23px;
	height: 23px;
	background-image: url(../img/icon-3.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.icon-4>a::before {
	display: block;
	content: '';
	width: 23px;
	height: 23px;
	background-image: url(../img/icon-4.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.icon-5>a::before {
	display: block;
	content: '';
	width: 23px;
	height: 23px;
	background-image: url(../img/icon-5.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.footer__menu-item_basket {
	position: relative;
}

.footer {
	--cart-count: attr(data-cart-count);
}

.room-service__buy-btn button {
	color: #000;
}

/* .footer__menu-item_basket::before {
	display: flex;
	content: var(--cart-count);
	top: 5px;
	right: 5px;
	border-radius: 50%;
	color: var(--Dark-green-293D33, #293D33);
	font-size: 14px;
	width: 20px;
	height: 20px;
	background-color: var(--Gold-AE9052, #AE9052);
	border: 1px solid var(--Dark-green-293D33, #293D33);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	position: absolute;
} */

.footer__menu-item-icon {
	display: flex;
	content: var(--cart-count);
	top: 5px;
	right: 5px;
	border-radius: 50%;
	color: var(--Dark-green-293D33, #293D33);
	font-size: 14px;
	width: 20px;
	height: 20px;
	background-color: var(--Gold-AE9052, #AE9052);
	border: 1px solid var(--Dark-green-293D33, #293D33);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	position: absolute;
}


.popup {
	display: none;
}

.popup__title {
	text-align: center;
	margin: 0 auto;
}

.review input:not([type="submit"]) {
	width: 100%;
	box-sizing: border-box;
	background: none;
	padding: 10px 20px;

	border: 1px solid #293D33;
	color: #293D33;
}

.review textarea {
	width: 100%;
	height: 150px;
	resize: none;
	box-sizing: border-box;
	background: none;
	padding: 10px 20px;

	border: 1px solid #293D33;
	color: #293D33;
}

.review__item {
	margin-bottom: 20px;
}

.review__item input {
	width: 100%;
}

.review__item textarea {
	width: 100%;
}

body.dark .review input:not([type="submit"]) {
	border: 1px solid #fff;
	color: #fff;
}

body.dark .review textarea {
	border: 1px solid #fff;
	color: #fff;
}



body.dark .wp-block-woocommerce-checkout-order-summary-block {
	border-color: #fff;
}

body.dark .wc-block-components-totals-wrapper {
	border-color: #fff;
}

body.dark .wp-block-woocommerce-checkout-order-summary-totals-block {
	border-color: #fff;
}

body.dark .wc-block-components-address-card {
	border-color: #fff;
}

body.dark .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
	border-color: #fff;
}

.wc-block-components-checkout-place-order-button {
	border: 1px solid #293D33;
	color: inherit;
}

body.dark .wc-block-components-checkout-place-order-button {
	border: 1px solid #fff;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
	display: none;
}

.wc-block-components-order-summary-item__total-price {
	display: none;
}

.wc-block-components-form .wc-block-components-checkout-step {
	margin-bottom: 0 !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
	border: none;
}

#billing-fields {
	margin-top: 1.5rem;
}

#billing-fields .wc-block-components-checkout-step__heading {
	display: none;
}

#billing-fields .wc-block-components-checkout-step__description {
	display: none;
}

/* #billing-fields {
	display: none;
} */

#payment-method {
	display: none;
}

#order-notes {
	margin-top: 20px;
}

body.dark .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
	margin-top: 10px;
}

/* #section_one-room_field {
	display: none;
}

#section_one-room_field~label {
	display: none;
} */

/*# sourceMappingURL=style.min.css.map */