#header {
	position:fixed;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	background:#FFF;
	opacity:0;
	z-index:999;
}
.rwp-logo {
	height:32px;
	outline:none!important;
}
.rwp-logo>img {
	height:100%;
	width:auto;
}
.top-menu {
	position: relative;
	height: 72px;
	justify-content: space-between;
}
.top-menu:before,
.top-menu:after {
	display: none;
}
.top-menu a {
	white-space:nowrap;
	text-decoration:none;
}
.lang-box {
	position:relative;
	height:100%;
	font-size:16px;
	padding-left:16px;
	margin-left:-16px;
}
.current-language {
	display:flex;
	cursor:pointer;
}
.current-language span {
	margin:auto;
}
.current-language:after {
	content:'\f107'!important;
	font-size:12px;
	font-family:'Font Awesome 6 Free','FontAwesome';
	margin:auto 0 auto 6px;
}
.lang-item>a:before,.current-language:before {
	content:'';
	display:inline-block;
	height:15px;
	width:22px;
	margin:auto 5px auto 0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	outline:1px solid #DDD;
}
.lang-item-en::before,.lang-item-en>a::before {
	background-image:url('../img/flags.svg#en-view');
}
.lang-item-th:before,.lang-item-th>a:before {
	background-image:url('../img/flags.svg#th-view');
}
.lang-item-ru:before,.lang-item-ru>a:before {
	background-image:url('../img/flags.svg#ru-view');
}
.lang-item-zh:before,.lang-item-zh>a:before {
	background-image:url('../img/flags.svg#zh-view');
}
.lang-item-ko:before,.lang-item-ko>a:before {
	background-image:url('../img/flags.svg#ko-view');
}
.lang-box .uk-dropdown {
	width:120px;
	top:72px;
	left:0;
	margin:0;
	padding:4px 16px;
	background:#FFF;
	border:1px solid #888;
	outline:0;
	border-radius:0 0 10px 10px;
}
.lang-switcher {
	padding:0;
	margin:0;
}
.lang-switcher>* {
	display:block;
	margin:10px 0;
}
.lang-item a {
	color:#222;
}
.lang-box a:hover {
	font-weight:700;
}
.top-menu>:not(:last-child),.top-menu>.menu-items>:not(:last-child) {
	margin-right:40px;
}
.ru .top-menu>:not(:last-child),.ru .top-menu>.menu-items>:not(:last-child) {
	margin-right:20px;
}
.current-language,.menu-items a {
	display:flex;
	align-items:center;
	font-size:15px;
	font-weight:500;
	color:#000;
	white-space:nowrap;
	padding:0 3px;
	cursor:pointer;
	opacity:1;
}
.menu-items>* {
	height:72px;
}
.menu-items a,.bottom-menu a {
	text-shadow:0 0 .6px transparent;
}
.menu-items a:hover,.bottom-menu a:hover {
	text-shadow:0 0 .6px #000;
}
.dropdown {
	display:flex;
	align-items:center;
	position:relative;
	padding-right:12px;
}
.dropdown:after {
	position:absolute;
	content:'\f107';
	right:0;
	font-family:'FontAwesome';
	font-weight:600;
}
.combobox {
	position:absolute;
	top:72px;
	left:-30px;
	width:300px;
	padding:16px 12px;
	background:#FFF;
	border-radius:20px;
	z-index:9;
}
.combobox a {
	display:flex;
	align-items:center;
	padding:8px 16px;
	border-radius:20px;
}
.combobox a:hover {
	background:#F9F9F9;
}
.top-menu .emoji {
	display:inline-block;
	height:24px;
	aspect-ratio:1;
	margin-right:12px;
	padding:0;
}
.buy {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 8px;
	min-width: 280px;
	background: linear-gradient(to right,#FF9600,#f3bf29);
	clip-path: url('#book');
	padding: 0 16px 0 48px;
	margin: 0 !important;
}
a.book_now {
	display: flex;
	width: 100%;
	min-width: fit-content;
	justify-content: center;
	align-items: center;
	background: #FFF;
	font-size: 13px;
	font-weight: 800;
	border-radius: 8px;
	height: 48px;
	margin: 0;
}
a.book_now>span {
	display:inline-block;
	color:transparent;
	background-image:linear-gradient(to right,#FF9600,#F0CB35);
	background-clip:text;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
a.book_now:hover {
	background:#F9F9F9;
	text-decoration:none;
}
a.book_now:active>span {
	background:linear-gradient(to right,#FF9600,#7D70FF);
	background-clip:text;
	-webkit-background-clip:text;
}
a.book_now img {
	height:18px;
	width:auto;
	margin-right:6px;
}
.opening {
	height:52px;
	background:#4DADD3;
}
.opening>* {
	position:relative;
	height:100%;
	overflow:hidden;
}
.opening>*:before,.opening>*:after {
	position:absolute;
	display:block;
	content:'';
	top:-20px;
	right:0;
	bottom:-20px;
	left:0;
}
.opening>:before {
	background:url('../img/home/drops-l.svg') left center no-repeat;
}
.opening>:after {
	background:url('../img/home/drops-r.svg') right center no-repeat;
}
.opening p {
	margin:auto;
	color:#FFF;
	font-weight:800;
	font-size:16px;
	text-align:center;
	line-height:1.2;
}
#footer {
	background:linear-gradient(#FFF 30%,#EEE);
	border-radius:40px 40px 0 0;
	margin-bottom:-12px;
	padding-top:40px;
}
.footer .rwp-logo {
	height:48px;
	margin-left:0;
	margin-right:auto;
	order:0;
}
.footer .lang-box {
	display:flex;
	align-items:center;
	height:48px;
	order:3;
}
.footer .uk-dropdown {
	border-radius:0 0 10px 10px;
}
.bottom-menu {
	display:flex;
	justify-content:space-between;
	padding:0 0 20px;
	margin:0 40px 40px;
	width:1200px;
}
.bottom-menu .current-language,.bottom-menu a {
	color:#222;
	font-size:16px;
	font-weight:600;
	align-items:center;
	text-decoration:none;
}
.lang-item-zh>a,.zh .bottom-menu a {
	font-weight:500;
}
.bottom-menu>:not(:last-child) {
	margin-right:40px;
}
.bottom-menu>:not(:first-child,:last-child) {
	display:flex;
	flex-direction:column;
	min-width:180px;
	margin-right:20px;
	order:2;
}
.bottom-menu>:not(:last-child)>* {
	display:flex;
	flex-basis:32px;
	align-items:center;
}
.bottom-menu>*>:first-child {
	flex-basis:48px;
	font-size:15px;
	font-weight:500;
	margin:0;
	color:#999;
}
.address {
	display:flex;
	flex-wrap:wrap;
	background:#FFF;
	padding:20px 40px;
	border-radius:20px;
	align-items:center;
}
.address>* {
	display:flex;
	align-items:center;
}
.address>:first-child {
	flex-grow:2;
}
.address span,.address a {
	font-size:16px;
	font-weight:500;
	line-height:1.3;
	color:#000;
}
.address>:not(:first-child) {
	margin-left:40px;
}
.address .emoji {
	height:24px;
	margin-right:8px;
}
.address>:first-child .emoji {
	height:40px;
}
.rules {
	margin:32px 0 0;
	border-radius:20px 20px 0 0;
	font-size:16px;
	color:#AAA;
	background:#FFF;
}
.rules>* {
	padding:24px 16px;
	font-size:16px;
	font-weight:600;
	line-height:1;
}
.rules>*>:last-child {
	float:right;
}
.rules a {
	color:#AAA;
}
.rules a:hover {
	color:#333;
}
.off-menu-btn,.uk-offcanvas .lang-box {
	display:none;
}
.off-menu {
	display:flex;
	flex-direction:column;
	position:absolute;
	top:0;
	left:-240px;
	bottom:0;
	width:240px;
	padding:20px;
	background:#FFF;
	border-radius:0 20px 20px 0;
	z-index:9;
}
.ru .off-menu {
	left:-290px;
	width:290px;
}
.off-menu>:first-child {
	display:flex;
	align-items:center;
	height:32px;
}
.off-menu>:first-child p {
	font-size:15px;
	font-weight:700;
	color:#999;
	margin:0 0 0 8px;
}
.off-menu .emoji {
	height:18px;
	margin-right:8px;
}

a.loyalty-user {
	padding: 0;
	background: #FEEEE3;
	aspect-ratio: 1;
}
.ico.user-loyalty {
	height: 24px;
}
.user_loyalty_menu {
	position: absolute;
	top: 72px;
	right: 0;
	width: 300px;
	padding: 16px;
	background: #FFF;
	border-radius: 16px;
	box-shadow: 0 0 40px #0002;
	font-weight: 500;
	z-index: 3;
}
.loyalty_user {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
	padding: 8px;
}
.loyalty_user>* {
	display: flex;
	align-items: center;
	gap: 4px;
}
.loyalty_user .emoji {
	height: 16px;
	margin: 0;
}
.loyalty_menu {
	display: grid;
	justify-items: start;
	grid-template-rows: repeat(6, 32px);
	gap: 8px;
	align-items: center;
	padding: 8px 0;
	margin: 8px 0;
	border: 1px solid #000;
	border-width: 1px 0 1px 0;
}
.loyalty_menu>a {
	width: 100%;
	padding: 8px;
	color: #000;
	border-radius: 8px;
}
.loyalty_menu>a:hover,
.user_loyalty_menu>a#logout:hover {
	background: var(--smok);
}
.user_loyalty_menu>a#logout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px;
	color: var(--red);
	width: 100%;
}
.loyalty_privileges {
	display: grid;
	gap: 4px;
	margin: 16px 0;
}
.loyalty_privileges>* {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: left;
	height: 52px;
	padding: 0 16px;
	border-radius: 20px;
	overflow: hidden;
}
.loyalty_privileges>:nth-child(1) {
	background: #E8F4EE;
	color: #33A167;
}
.loyalty_privileges>:nth-child(2) {
	background: #FEEEE3;
	color: #F7832D;
}
.loyalty_privileges>:nth-child(3) {
	background: #EDF7FB;
	color: #469DC0;
}
.loyalty_privileges>:nth-child(4) {
	background: #FDECEC;
	color: #D34946;
}
.loyalty_privileges .emoji {
	position: absolute;
	right: -2px;
	bottom: -4px;
	height: 42px;
	margin: 0;
}

@media (max-width:1024px) {
.top-menu>:not(:last-child),.top-menu>.menu-items>:not(:last-child) {
	margin-right:16px;
}
.top-menu .current-language,.top-menu a {
	font-size:13px;
}
.buy {
	min-width:200px;
}
}
@media (max-width:840px) {
* .top-menu>:not(:last-child) {
	margin-right:48px;
}
a.off-menu-btn {
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	aspect-ratio:1;
	font-size:24px;
	color:#AAA;
}
a.menu-close,a.menu-prev {
	font-size:24px;
	line-height:1;
	color:#999;
}
.menu-items {
	display:flex;
	flex-direction:column;
	margin-top:40px;
}
.menu-items>a {
	display:flex;
	align-items:center;
	position:relative;
	height:52px;
	margin:0 -16px;
	padding:0 16px;
	border-radius:30px;
	cursor:pointer;
}
.menu-items>a:hover,.menu-items>a:active {
	background:#F9F9F9;
	text-decoration:none;
}
.menu-items>a.ext:after {
	position:absolute;
	content:'\f105';
	right:16px;
	font-family:'FontAwesome';
	font-size:18px;
}
.footer .rwp-logo {
	height:36px;
	align-self:center;
}
.footer .lang-box {
	align-self:center;
	justify-self:right;
	order:1;
}
.bottom-menu {
	width:auto;
}
.bottom-menu {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:20px 10px;
}
.bottom-menu>:not(:first-child,:last-child) {
	min-width:max-content;
	margin:0;
}
.ru .bottom-menu a {
	font-size:15px;
}
.address {
	margin:0 20px;
	padding:24px;
}
.address>:not(:first-child) {
	margin:10px 0 0;
	flex:1 0 100%;
}
.address .emoji {
	height:20px!important;
}
.rules {
	margin-top:20px;
}
.rules>* {
	width:auto;
	padding:20px;
	font-size:15px;
}
}
@media (max-width:480px) {
* .top-menu>:not(:last-child) {
	margin-right: 0 !important;
}
a.book_now {
	padding: 0 16px;
}
.buy {
	min-width: auto;
	padding: 0 8px 0 32px;
}
#header .rwp-logo {
	height:28px;
}
.top-menu>.lang-box {
	display:none;
}
.opening>:before,.opening>:after {
	top:-8px;
	right:-16px;
	bottom:-8px;
	left:-16px;
}
.opening p {
	font-size:12px;
}
.uk-offcanvas .lang-box {
	display:flex;
	height:auto;
	margin-top:20px;
}
.current-language:after {
	content:'\f106';
}
.lang-box .uk-dropdown {
	left:0!important;
}
#footer {
	padding:0;
	border-radius:20px 20px 0 0;
}
.bottom-menu {
	margin:20px;
}
.address {
	padding:24px 16px;
}
.rules>*>:last-child {
	display:block;
	margin-top:10px;
	float:none;
}


}