/*
Theme Name: RSB
Theme URI:  
Description: RSB TRAVEL theme
Version: 1.0 
Author:  
Author URI:   
Created Date: 
*/

* {
	scroll-behavior: smooth;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

html {
	width: 100%;
	height: 100%;
	background: #fff;
	scroll-behavior: smooth;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #515151;
	background: #fdfbf2;
	font-size: 16px;
	font-weight: normal;
	min-height: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

aside,
nav,
main,
footer,
header,
section,
article {
	display: block;
}

section {
	background: #fdfbf2;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #7A6B8D;
}

a:hover {
	color: #6B5B47;
}

/* #8B6B47 (warm brown), hover: #6B5B47 */

li {
	list-style: none;
}

.inner,
.inner_mid {
	width: 100%;
	max-width: 1460px;
	margin: 0 auto;
}

.inner_mid {
	max-width: 1360px;
}

.inner_mid img {
	width: auto;
	max-width: 100%;
}

.napravl.inner_mid {
	max-width: 900px;
	line-height: 1.5em;
}

.single .top_banner,
.page .top_banner {
	/* max-width: 900px; */
	margin: 0 auto;
}

.single-post .top_banner {
	max-width: 900px;
}

.single .inner_mid,
.page .inner_mid {
	max-width: 900px;
	/* padding: 2em 0; */
	padding: 2em 1em;
	line-height: 1.6em;
}

h1 {
	color: #515151;
	text-transform: uppercase;
	font-size: 2.2em;
	text-align: center;
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 1.5em;
}

h2,
h3 {
	font-size: 1.5em;
	color: #848484;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 0.5em;
	font-weight: normal;
}

h2 span,
h3 {
	text-transform: none;
	display: block;
	margin-top: 0.2em;
	font-weight: normal;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	background: #fdfbf2;
	z-index: 9999;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: auto;
	transition: all linear;
}

.logo {
	width: auto;
	max-width: 15%;
	padding: 0.3em;
}

.logo img {
	width: auto;
	max-width: 100%;
}

.fixed .logo {
	display: none;
}

.logo_sm,
.empty_sm {
	display: none;
}

.fixed .logo_sm {
	display: block;
	width: auto;
	max-width: 80px;
	padding: 0.7em 0.3em;
}

.hotel-title {
	display: none;
}

.fixed .hotel-title {
	display: inline;
}

nav {
	color: #646464;
	font-size: 1.1em;
	width: 50%;

}

nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	font-size: 15px;
}

nav li {
	padding: 0.5em 2em 0.5em 1em;
	list-style: none;
	position: relative;
	width: auto;

}

nav a {
	color: inherit;
}

/* nav li:hover, nav li:active{
color: #906e3c;
} */
nav li:hover,
nav li:active {
	color: #baa78b;
}

nav li ul {
	position: absolute;
	background: #ebe2cc;
	top: 100%;
	left: 0;
	display: none;
	padding: 0.2em 0;
	width: auto;
}

nav li:hover ul {
	display: block;
}

nav li:hover ul li ul {
	display: none;
}

nav li ul li {
	color: #746f64;
	padding: 0.5em 1.5em;
	position: relative;
	white-space: nowrap;
}

nav li ul li:hover {
	background: #fdfbf2;
}

nav li ul li ul {
	position: absolute;
	background: #fdfbf2;
	top: 0;
	left: 100%;
	width: auto;
}

nav li:nth-child(n+4) ul li ul {
	left: auto;
	right: 100%;
}

nav li ul li:hover ul {
	display: block;
}

nav li ul li ul li {
	width: auto;
	white-space: nowrap;
}

.subnav {
	background: url('image/arrows_down.svg') no-repeat 100% 50%;
	background-size: auto;
	/* padding-left: 2px; */


}

nav li:hover.subnav {
	background: url('image/arrows_top.svg') no-repeat 100% 50%;
}

nav li ul li:hover.subnav {
	background: #fdfbf2 url('image/arrows_top.svg') no-repeat 100% 50%;
}

.slicknav_btn {
	position: relative;
	display: block;
	/* vertical-align: middle; */
	/* float: right; */
	padding: 2px;
	line-height: 1.125em;
	cursor: pointer;
	margin: 0.2em 0 0 0.2em;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	width: 35px;
	height: 30px;
	pointer-events: auto;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
	margin-top: 0.188em;
}

.slicknav_menu {
	*zoom: 1;
	font-size: 30px;
	box-sizing: border-box;
	padding: 0;
	display: none;
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
	color: #d5c9af;
	font-weight: bold;
	text-shadow: 0;
	padding-top: 10px;
	font-size: 30px;
}

.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
	background: #fff;
	padding: 2%;
	border: 1px solid #fff;
	border-radius: 10px;
}

.slicknav_menu .slicknav_no-text {
	margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	top: 50%;
	margin-top: 2px;
	cursor: pointer;
	background-color: #d5c9af;
	border-radius: 3px;
}

.slicknav_menu .slicknav_icon-bar,
.slicknav_menu .slicknav_icon-bar::before,
.slicknav_menu .slicknav_icon-bar::after {
	width: 30px;
	height: 1px;
	background-color: #d5c9af;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.slicknav_menu .slicknav_icon-bar::before,
.slicknav_menu .slicknav_icon-bar::after {
	content: "";
	display: block;
}

.slicknav_menu .slicknav_icon-bar::before {
	top: -8px;
}

.slicknav_menu .slicknav_icon-bar::after {
	bottom: -8px;
}

.slicknav_menu .slicknav_icon-bar {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slicknav_menu .slicknav_icon-bar::before,
.slicknav_menu .slicknav_icon-bar::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slicknav_btn.slicknav_open .slicknav_icon-bar {
	background-color: transparent;
	transform: rotateX(-180deg);
}

.slicknav_btn.slicknav_open .slicknav_icon-bar::before {
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.slicknav_btn.slicknav_open .slicknav_icon-bar::after {
	transform: translate3d(0, -8px, 0) rotate(-45deg);
}

.slicknav_menu:before {
	content: " ";
	display: table;
}

.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}

.slicknav_menu * {
	box-sizing: border-box;
}

.slicknav_nav {
	color: #747064;
	margin: 0.5em 0 0 0;
	padding: 0;
	font-size: 20px;
	list-style: none;
	overflow: hidden;
	background: #eae2cd;
	pointer-events: auto;
	clear: both;

}

.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: #eae2cd;
	display: block;
}

.slicknav_nav li {
	display: block;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #fefbf2;
}

.slicknav_nav li ul.submenu {
	display: none !important;
}

.slicknav_nav .slicknav_row {
	padding: 0.5em;
	box-sizing: border-box;
	margin: 0;
}

.slicknav_nav .slicknav_row:hover {
	color: #747064;
}

.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
	cursor: pointer;
}

.slicknav_nav .slicknav_item a {
	display: inline;
}

.slicknav_nav .slicknav_row {
	display: block;
}

.slicknav_nav a {
	padding: 0.5em;
	margin: 0;
	text-decoration: none;
	color: #747064;
	text-align: left;
	position: relative;
	outline: none;
	display: block;
}

.slicknav_nav .slicknav_parent-link a {
	display: inline;
}

.slicknav_nav span {
	/* font-size: 14px !important; */
	font-size: 16px !important;
	/* line-height: 1; */
	font-weight: bold;
	color: #bbb4a2;
	padding-left: 10px;
	width: auto;
	float: right;
	/* display: none; */
}

.slicknav_nav li a:hover,
.slicknav_nav li:hover a {
	color: #fff;
	outline: none;
}

.slicknav_nav li:hover {
	background: #e4dcc5;
}

.slicknav_nav li:hover ul li a {
	color: inherit;
}

.slicknav_nav li ul li a:hover {
	color: #fff;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}

.slicknav_nav>.active_nav {
	padding: 5px 10px;
	margin: 2px 5px;
}

.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}

.slicknav_nav ul li ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: #eae2cd;
	display: none !important;
}

.slicknav_nav .subnav_mob span {
	display: none !important;
}

.slicknav_nav li ul li {
	padding-left: 20px;
	background: #eae2cd;
}

.slicknav_nav li ul li ul li {
	padding-left: 20px;
	background: #eae2cd;
}

.slicknav_nav li ul li:hover {
	background: #eae2cd;
}

.slicknav_nav li ul li ul li:hover {
	background: #eae2cd;
}

.slicknav_nav li.subnav::after {
	display: none;

}

.slicknav_nav li:hover.subnav::after {
	display: none;

}

.slicknav_brand {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
	float: left;
}

.header_info {
	position: relative;
	line-height: normal;
	width: auto;
	min-width: 25%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.button_scan {
	float: right;
	position: relative;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	margin-left: 5px;
	display: none;
}

.scan,
.scan_small {
	line-height: normal;
	margin-left: 0.5em;
	width: 50%;
	min-width: 200px;
}

.scan_small {
	display: none;
	width: auto;
	min-width: 25px;
}

.scan form,
#poisk {
	background: #baa78b;
	border-radius: 15px;
	border: 1px #baa78b solid;
	padding: 0.3em 0.5em;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#poisk {
	position: absolute;
	z-index: 300;
	top: 45px;
	left: -85%;
	padding: 0.3em 0 0.3em 0.5em;
	box-sizing: border-box;
	display: none;
}


.scan form .input,
#poisk .input {
	width: 70%;
	height: auto;
	padding: 0.2em 0.3em 1px 2px;
	background: none;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
	margin-left: 3px;
}

.scan form .input::placeholder {
	color: #fff;
}

.scan form input,
#poisk input {
	float: left;
	border: none;
}

@-moz-document url-prefix() {
	#poisk .input {
		height: 22px;
		padding-bottom: 2px;
	}
}

@media \0screen {
	#poisk .input {
		padding-top: 3px;
		padding-bottom: 2px;
	}
}

.scan form .submit,
#poisk .submit {
	width: auto;
	min-width: 21px;
	height: auto;
	min-height: 21px;
	cursor: pointer;
	margin-left: 2px;
	background: url("image/search_scroll.png") no-repeat 50% 50%;
	vertical-align: middle;
	float: right;
	padding: 1px 2px;

}

#poisk .submit {
	margin-right: 0.3em;
}

.header_soc {
	width: 30%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	line-height: 0;
}

.header_soc figure {
	width: auto;
	max-width: 45%;
	margin: 0;
}

.header_soc figure img {
	max-width: 100%;
	max-height: 31px;
	transition: all linear 0.5s;
}

.header_soc figure img:hover {
	/* transform: scale(1.2); */
	filter: grayscale(100%);
}

main {
	width: 100%;
	height: auto;
	padding-top: 6em;
	/* padding-top: 120px; */
}

.home main {
	padding-top: 0;
}

.top_banner,
.search,
.search_home,
.search_home form,
.subscribe {
	width: 100%;
	height: auto;
}

.top_banner figure {
	width: 100%;
	height: auto;
	line-height: 0;
	margin: 0;
}

.top_banner figure img {
	width: 100%;
	height: auto;

	object-fit: cover;
	max-height: 300px;
}

.search,
.subscribe {
	background: #f2ebda;
	padding: 2em 0;
}

.search_home form,
.search_direct form,
.search_hotel form,
.search_hotel_select,
.search_hotel_check,
.search_input {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search_hotel_check {
	display: none;
}

.search_home form {
	display: flex;
	justify-content: center;
	align-items: center;
}

.search_input {
	justify-content: center;
	column-gap: 5%;
	width: 40%;
}

.search_hotel_select {
	width: 100%;
	justify-content: space-evenly;
}

.search_hotel_check {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	justify-content: center;
	align-items: flex-start;
}

.search_hotel_check_one {
	width: auto;
	max-width: 33%;
	padding: 3% 0 10px 3%;
}

.search_home form input {
	width: 17%;
	background: #fff;
	border: #b99c55 1px solid;
	border-radius: 5px;
	padding: 0.5em;
	box-sizing: border-box;
	color: #848484;
	font-size: 1em;
	outline: none;
	margin-left: 1%;

}

#open-filter-link,
#close-filter-link {
	display: inline-block;
	margin: 10px 0;
	text-align: center;
	font-size: 0.9em;
}

.button {
	display: inline-block;
	width: auto !important;
	margin: 1em auto;
}

.button,
.search_home form input[type="submit"],
.search_direct form input[type="submit"],
.search_hotel form input[type="submit"] {
	width: 17%;
	background: #baa78b;
	border: #baa78b 1px solid;
	color: #fff;
	border-radius: 5px;
	padding: 0.5em;
	box-sizing: border-box;
	text-align: center;
	font-size: 1em;
	cursor: pointer;
}

.search_home form input[type="submit"],
.search_direct form input[type="submit"],
.search_hotel form input[type="submit"] {
	text-transform: uppercase;
}

.search_hotel form input[type="submit"] {
	margin: 10px auto 0;
}

.button:hover,
.search_home form input[type="submit"]:hover,
.search_direct form input[type="submit"]:hover,
.search_hotel form input[type="submit"]:hover {
	color: #baa78b;
	background: #fff;
}

.search_home form input:focus::placeholder {
	color: transparent;
}

.search_hotel_check input[type="checkbox"]:checked,
.search_hotel_check input[type="checkbox"]:not(:checked),
.search_home form input[type="radio"]:checked,
.search_home form input[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.search_hotel_check input[type="checkbox"]:checked+label,
.search_hotel_check input[type="checkbox"]:not(:checked)+label,
.search_home form input[type="radio"]:checked+label,
.search_home form input[type="radio"]:not(:checked)+label {
	display: inline-block;
	position: relative;
	line-height: 1.5em;
	cursor: pointer;
	padding-left: 2em;
	color: #646464;
	width: 14%;
}

.search_home form .search_input input[type="radio"]:checked+label,
.search_home form .search_input input[type="radio"]:not(:checked)+label {
	width: auto;
}

.search_hotel_check input[type="checkbox"]:checked+label,
.search_hotel_check input[type="checkbox"]:not(:checked)+label {
	width: 100%;
}

.search_hotel_check input[type="checkbox"]:checked+label:before,
.search_hotel_check input[type="checkbox"]:not(:checked)+label:before,
.search_home form input[type="radio"]:checked+label:before,
.search_home form input[type="radio"]:not(:checked)+label:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #ba9e58;
	background-color: #ffffff;
	border-radius: 100%;
	box-sizing: border-box;
}

.search_hotel_check input[type="checkbox"]:checked+label:before,
.search_hotel_check input[type="checkbox"]:not(:checked)+label:before {
	border-radius: 2px;
}

.search_hotel_check input[type="checkbox"]:checked+label:after,
.search_hotel_check input[type="checkbox"]:not(:checked)+label:after,
.search_home form input[type="radio"]:checked+label:after,
.search_home form input[type="radio"]:not(:checked)+label:after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	left: 4px;
	top: 4px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #baa78b;
}

.search_hotel_check input[type="checkbox"]:checked+label:after,
.search_hotel_check input[type="checkbox"]:not(:checked)+label:after {
	background-color: #fff;
}

.search_hotel_check input[type="checkbox"]:checked+label:after,
.search_hotel_check input[type="checkbox"]:not(:checked)+label:after {
	left: 5px;
	top: 5px;
	width: 10px;
	height: 5px;
	border-radius: 1px;
	border-left: 4px solid #ba9e58;
	;
	border-bottom: 4px solid #ba9e58;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search_hotel_check input[type="checkbox"]:not(:checked)+label:after,
.search_home form input[type="radio"]:not(:checked)+label:after {
	opacity: 0;
}

.search_hotel_check input[type="checkbox"]:checked+label:after,
.search_home form input[type="radio"]:checked+label:after {
	opacity: 1;
}

.search_direct form {
	justify-content: center;
	column-gap: 5%;
}

.search_hotel form {
	flex-wrap: wrap;
}

.search_hotel_check_one h3 {
	font-size: 1em;
}

.search_direct select,
.search_hotel_select select {
	width: 20%;
	background: #fff;
	border: #b99c55 1px solid;
	border-radius: 5px;
	padding: 0.5em;
	box-sizing: border-box;
	color: #848484;
	font-size: 1em;
	outline: none;

}

.search_hotel_select select {
	width: 30%;
}

.search_direct select.select-css,
.search_hotel_select select.select-css {
	display: block;
	padding: 0.5em 2em 0.5em 1em;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #b99c55;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(image/arrows_down.svg);
	background-repeat: no-repeat;
	background-position: right 5px top 50%;
	background-size: auto, 100%;
}

.select-css::-ms-expand {
	display: none;
}

.select-css:hover {
	border-color: #888;
}

.select-css:focus {
	border-color: #aaa;
	color: #222;
	outline: none;
}

.search_direct h2,
.search_hotel h2 {
	font-weight: normal;
	font-size: 1.5em;
	text-align: center;
}

.home_grid {
	padding: 5em 0 8em;
}

.page .home_grid {
	padding-top: 0;
}

.part_grid {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	column-gap: 2%;

}

.part_grid_one {
	width: 32%;
	margin: 1.5% 0;
	height: auto;
	background: #eee9da;
	color: #646464;
	text-align: center;
	font-size: 1em;
}

.part_grid_one figure {
	width: 100%;
	line-height: 0;
	overflow: hidden;
}

.part_grid_one img {
	width: 100%;
	transition: all linear 0.3s;
}

.part_grid_one p,
.servise_prev p {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.5em;
	min-height: 4em;
	text-align: center;
}

.part_grid_one a {
	color: inherit;
}

.part_grid_one:hover img {
	transform: scale(1.02);
}

.part_grid_one:hover a {
	color: #baa78b;
}

.subscribe {
	background: #e4dcc5;
	text-align: center;
}

.subscribe button,
.subscribe a {
	width: auto;
	max-width: 100%;
	background: #fff;
	border: 1px solid #fff;
	color: #a38456;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 0.6em 2em;
	border-radius: 10px;
	margin: 0 10px;
	cursor: pointer;
	display: inline-block;
}

.subscribe button:hover,
.subscribe a:hover {
	/* background: #a38456; */
	background: #baa78b;
	color: #fff;
}

.footer_partner {
	background: #f0ead6;
	padding: 2em 0;
}

.footer_partner_inn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.footer_partner_one {
	width: 25%;
	height: auto;
	margin: 3%;
	text-align: center;
}

.footer_partner_one img {
	width: auto;
	max-width: 100%;

}

.footer_bottom {
	padding: 2em 0;
	text-align: center;
}

.footer_soc {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 2em;
	width: auto;
}

.footer_soc figure {
	width: auto;
	max-width: 40px;
}

.footer_soc img {
	width: 100%;
	max-width: 100%;
	filter: grayscale(100%);
	transition: all linear 0.5s;
}

.footer_soc img:hover {
	filter: grayscale(0);
}

.footer_contact {
	color: #646464;
	font-size: 0.9em;
	margin: 1.5em auto;
}

.footer_info {
	color: #a78f6b;
	font-size: 0.8em;
}

.text_info,
.text {
	/* text-align: justify;
	color: #848484; */
	font-size: 1em;
	padding: 2em 0;
}

.text_info p {
	padding: 0;
}

.text_info br {
	display: block;
	margin-bottom: 0.3em;
	content: "";
}

.event_prev,
.search_hotel_result {
	margin: 3em auto;
}

.event_prev_one,
.search_hotel_result_one,
.hotel_event_one {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 2.5em;
	padding: 0.5em 0;
}

.hotel_event_one {
	display: block;
	padding: 0 0 1em;
}

.event_prev_one figure,
.search_hotel_result_one figure,
.hotel_event_one figure {
	width: 30%;
	/* height: auto;
	overflow: hidden; */

	aspect-ratio: 4/3;
	overflow: hidden;
}

.hotel_event_one figure {
	/* width: 35%; */
	width: 100%;
	aspect-ratio: auto;
}

.event_prev_one img,
.search_hotel_result img,
.hotel_event_one img {
	/* width: 100%; */
	transition: all linear 0.3s;

	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event_prev_one:hover img,
.search_hotel_result:hover img,
.hotel_event_one:hover img {
	transform: scale(1.03);
}

.event_prev_one .terms {
	color: #948062;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.3em;
}

.event_prev_one ul.terms {
	margin-left: 1.3em;
}

.event_prev_one .terms li {
	list-style: disc;
	/* text-indent: -5px; */
}

.event_prev_one .terms:not(:empty) {
	margin-bottom: 10px;
}

.event_prev_one_info,
.search_hotel_result_info,
.hotel_event_one_info {
	width: 70%;
	padding: 0 2em;
}

.hotel_event_one_info {
	/* width: 65%; */
	width: 100%;
	padding: 0;
}

.event_prev_one_info h3 {
	margin-top: 0;
}

.event_prev_one_info p,
.search_hotel_result_info p {
	padding: 0 0 1em 0;
	color: #848484;
}

.hotel_event_one_info h3 {
	padding: 0;
	color: #848484;
	margin: 0;
}

.hotel_event_one_info h3 a {
	padding: 0;
	color: #848484;
}

.hotel_event_one_info h3 a:hover {
	padding: 0;
	color: #515151;
}

.event_prev_one_info a,
.search_hotel_result_info a {
	color: #baa78b;
}

.event_prev_one_info a:hover,
.search_hotel_result_info a:hover {
	color: inherit;
}

.search_hotel_result h3 {
	margin: 0;
}

.search_hotel_result_info .search_hotel_state,
.event_prev_one_info .search_hotel_state {
	padding-bottom: 1em;
}

.search_hotel_result_info .category {
	color: #948062;
	padding-bottom: 1em;
}

.panel .event_prev_one {
	padding-top: 1.5em;
}

.accordion {
	background: #f2ebda;
	color: #848484;
	cursor: pointer;
	padding: 0.5em;
	width: 100%;
	border: 1px solid #b99c55;
	text-align: left;
	outline: none;
	font-size: 1.2em;
	/* text-transform: uppercase; */
	transition: 0.4s;
	margin-top: 0.5em;
	font-weight: normal;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.hotel_tabs .accordion {
	color: #646464;
	border: 1px solid #e1e1e1;
	background: #e1e1e1;
}

.accordion:hover,
.accordion.active {
	color: #baa78b;
}

.accordion:after,
.hotel_tabs .accordion:after {
	content: ' ';
	background: url(image/arrows_down.svg) no-repeat 100% 50%;
	background-size: auto;
	color: #c9bea2;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	width: 2em;
	height: 1em;
}

.hotel_tabs .accordion:after {
	background: url(image/arrows_down_tab.svg) no-repeat 100% 50%;
	background-size: auto;
	color: #878787;
}

.hotel_tabs .accordion:hover,
.hotel_tabs .accordion.active {
	color: #878787;
}

.active:after,
.hotel_tabs .active:after {
	/* content: " "; */
	background: url(image/arrows_top.svg) no-repeat 100% 50%;
	background-size: auto;
	color: #baa78b;
}

.hotel_tabs .active:after {
	/* content: " "; */
	background: url(image/arrows_top_tab.svg) no-repeat 100% 50%;
	background-size: auto;
	color: #646464;

}

.panel {
	padding: 0 0.5em;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;

}

.hotel_tabs .panel {
	padding: 0;
}

.servise_slider {
	width: auto;
	max-width: 90%;
	margin: 2em auto 0;
}

.hotel_top_slider {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.hotel_top_slider .slide-content {
	width: 100%;
	height: 440px;
	overflow: hidden;
}

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

.panel .servise_slider {
	width: auto;
	max-width: 100%;
	margin: 1em auto 2em;
}

.servise_prev {
	position: relative;
	margin: 0 7px;
	padding: 0;
	text-align: left;
	background: #f2ebda;
	height: 100%;
	box-sizing: border-box;

}

.servise_prev figure {
	display: block;
	overflow: hidden;
}

.servise_prev figcaption {
	font-size: 1em;
	font-weight: 100;
	text-align: center;
	margin: 0;
	padding: 0.5em;
	position: relative;
	color: #969696;
	z-index: 150;
	line-height: normal;
}

.servise_prev p {
	font-size: 1em;
	font-weight: 100;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.5em 0;
	/* min-height: 4em; */
	color: #646464;
}


.servise_prev:hover a {
	color: #baa78b;
}

.servise_prev:hover img {
	transform: scale(1.05);
	transition: all linear 0.5s;
}

.servise_prev a {
	color: #646464;
}


.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	display: flex;
	align-content: stretch;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 100%;

}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
	height: 100%;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-btn.slick-hidden {
	display: none;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 22px;
	height: 57px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	opacity: .75;
	z-index: 100;

}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	opacity: 1;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev:before,
.slick-next:before {
	font-family: "FontAwesome";
	font-size: 40px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.panel .slick-prev,
.panel .slick-next {
	width: 15px;
}

.slick-prev {
	left: -50px;
	background: url(image/arr_pr.png) no-repeat 50% 50%;
	background-size: 100% auto;

}

.top_banner .slick-prev,
.panel .slick-prev {
	left: 10px;
	background: url(image/arr_pr.png) no-repeat 50% 50%;
	background-size: 100% auto;

}

.slick-prev:before {
	content: "";

}

.slick-next {
	right: -50px;
	background: url(image/arr_next.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

.top_banner .slick-next,
.panel .slick-next {
	right: 10px;
	background: url(image/arr_next.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

.slick-next:before {
	content: "";

}

.slick-dotted.slick-slider {
	padding-bottom: 0;
}

.slick-dots {
	position: absolute;
	bottom: 2em;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 0.5em;
	padding: 0;

	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	/* opacity: 1; */
	background: #bc9b6a;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #f2ebda;
	border: 1px solid #f2ebda;
	border-radius: 50%;
	box-sizing: border-box;
}

.slick-dots li.slick-active button:before {
	/* opacity: .75;
	color: black; */
	background: #bc9b6a;
}

.napravl {
	color: #646464;
	font-size: 1em;
}

.napravl h1,
.napravl_name a {
	color: #515151;
}

.napravl h1 {
	margin-top: 1em;
}

.napravl_name {
	width: 100%;
	text-align: center;
	color: #515151;
	margin-bottom: 3em;
}

.napravl_name ul.subregion {
	max-width: 1200px;
	padding-left: 0;
	column-count: 2;
	list-style: none;
	text-align: left;
	margin: 1em auto;
	column-gap: 10%;
}

.napravl_name ul.subregion li {
	display: inline-block;
	padding: 0.5em 0;
}

.napravl_name ul.subregion li a {
	font-size: 1.2em;
	padding: 0.5em 1em;
	background: #f2ebda;
	box-sizing: border-box;
	display: block;
}

.napravl_name ul.subregion li a:hover {
	color: #baa78b;
}

.napravl_name .text_info,
.napravl_name .Description {
	text-align: left;
}

.napravl_name .text_info,
.napravl_name .Description,
.napravl_name .event_prev_one_info p {
	text-align: left;
}

.napravl_name .Description p,
.napravl_name .Description div {
	padding-bottom: 1em;
}

.napravl_name .Description a {
	text-decoration: underline;
}

.napravl_name .text_info ul,
.napravl_name .Description ul {
	margin: 0 0 1em 2em;
}

.napravl_name .text_info ul li,
.napravl_name .Description ul li {
	list-style-type: disc;
	margin-bottom: 1em;
}

.napravl .text_info p,
.city .text_info p,
.text p {
	padding-bottom: 1em;
}

.napravl .text_info p.time_zone,
.city .text_info p.time_zone {
	padding-bottom: 0;
}

.single .inner_mid.text ul,
.page .inner_mid.text ul {
	margin-left: 2em;
	padding-bottom: 1em;
}

.single .inner_mid.text ul li,
.page .inner_mid.text ul li {
	list-style: disc;
}

.nav_city,
.nav_city_sm {
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-top: 1.5em; */
	/* position: sticky;
	top: 4.5em; */
}

.nav_city.fixed {
	border-bottom: 1px solid #d5c9af;
}

.nav_city h2,
.nav_city_sm h2 {
	padding: 0.2em;
	color: #515151;
	font-size: 1.3em;
	margin-bottom: 0;
	width: auto;
	font-weight: normal;
}

.nav_city.fixed h2,
.nav_city_sm.fixed h2 {
	font-size: 1em;
	text-transform: none;
}

.nav_city h2 a {
	color: #515151;
}

.nav_city_sm {
	display: none;
}

.menu {
	font-size: 1em;
	margin: 0 1em;
	width: auto;
}

.menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu li {
	padding: 0.5em 1em;
	margin: 0 0.5em;
	color: #646464;
	width: auto;
	border-top: 1px solid transparent;
}

.menu li a {
	color: inherit;
}

.menu li:hover,
.menu li.active {
	background: #f2ebda;
	border-top: 1px solid #bc9b6a;
}

.menu li.active::after {
	content: '';
}

.text img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
	width: auto;
	max-width: 50%;
}

.text img.alignright {
	float: right;
	margin: 0 0 1em 1em;
	width: auto;
	max-width: 50%;
}

.text img.aligncenter {
	margin: 0.5em auto;
	width: auto;
	max-width: 100%;
}

.text h1 {
	color: #515151;
	font-size: 2em;
}

.hotel_tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;

}

.hotel_tabs .tab {
	width: 30%;
}

.hotel_tabs .tab button {
	background-color: #f2ebda;
	width: 95%;
	border: 1px solid #b99c55;
	outline: none;
	cursor: pointer;
	padding: 0.5em 1em;
	transition: 0.3s;
	font-size: 1em;
	color: #848484;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 0.1em;
}

.hotel_tabs .tab button:hover {
	background-color: #baa78b;
	color: #fff;
}

/* Create an active/current tablink class */
.hotel_tabs .tab button.active {
	background-color: #baa78b;
	color: #fff;
}

.hotel_tabs .tab button.active::after {
	content: "";
}

/* Style the tab content */
.hotel_tabs .tabcontent {
	display: none;
	padding: 0;
	width: 70%;
}

.hotel_top_info {
	display: flex;
	justify-content: space-between;
	text-align: left;
	align-items: flex-start;
	margin: 2em auto;
}

.hotel_info_name,
.hotel_info_ul {
	width: 50%;
}

.hotel_info_name h2 {
	text-align: left;
	font-size: 1.8em;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #515151;
}

.hotel_info_name p,
.hotel_info_name ul li {
	font-size: 1em;
	padding: 0;
	color: #948062;
}

.hotel_info_name ul {
	padding-left: 1.5em;
}

.hotel_info_name ul li {
	list-style: disc;
}

.hotel_info_name a {
	color: #948062;
}

.hotel_info_name a:hover {
	color: #515151;
}

.hotel_info_ul {
	padding-top: 0.5em;
}

.hotel_info_ul li {
	text-decoration: none;
	text-align: right;
	padding: 0 1.8em 0 0;
	margin-bottom: 1em;
	color: #646464;
	background: url("image/hotel_bg_li.png") no-repeat 100% 0%;
	background-size: auto 100%;
}

.hotel_tabs .text {
	padding: 0 0 2em;
}

.hotel_tabs .text iframe {
	height: 360px;
}

.hotel_tabs ul {
	padding-left: 1.5em;
	margin-bottom: 1em;
}

.hotel_tabs ul li {
	list-style: disc;

}

.hotel_tabs .text h4 {
	text-align: justify;
	color: #848484;
	font-size: 1em;
	padding: 2em 0 0;
	font-weight: normal;
}

.no_padding {
	padding: 0 !important;
}

.hotel_tabs .list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 1em;
}

.hotel_tabs .list li {
	list-style: none;
}

.hotel_tabs .list li::before {
	content: "- ";
}

.tabcontent.defaultOpen {
	display: block;
}

.param {
	display: flex;
	justify-content: flex-start;
	text-align: left;
	flex-wrap: wrap;
	color: #948062;
	margin-bottom: 2em;
}

.param_name {
	width: 45%;
	text-align: right;
	padding-right: 1em;
}

.param_info {
	width: 55%;
}

.hotel_tabs .text img.aligncenter {
	margin: 0.5em auto;
	width: 100%;
	max-width: 100%;
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container~.fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: 0.87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, 0.7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */
.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: '';
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: 0.9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: 0.5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: '';
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs>ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs>ul>li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 500;
	overflow: auto;
	display: none;
}

.message_form {
	width: 100%;
	max-width: 1000px;
	background: #56514f;
	padding: 1em;
	box-sizing: border-box;
	margin: 10% auto 0;
	text-align: center;
	position: relative;
}

.message_form h2 {
	text-align: center;
	color: #b0a293;
	text-transform: uppercase;
	font-weight: normal;
}

.message_form form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.message_form form input {
	width: 100%;
	border: none;
	background: #b0a293;
	border-radius: 3px;
	margin: 0.5em auto;
	padding: 0.5em;
	box-sizing: border-box;
	font-size: 1em;
	color: #56514f;
	font-size: 1em;
}


.close {
	position: absolute;
	top: 1em;
	right: 1em;
	left: auto;
	color: #fff;
	cursor: pointer;
	width: 1em;
	height: 1em;
	z-index: 510;
}

.close img {
	width: 100%;
}

.message_form form input::placeholder,
.message_form form textarea::placeholder {
	color: #56514f;
}

.message_form form input[type='submit'] {
	width: auto;
	color: #fff;
	border: 1px solid #fff;
	padding: 0.5em 2em;
	text-transform: uppercase;
	background: transparent;
	cursor: pointer;
}

@media screen and (min-width: 2300px) {
	body {
		font-size: 15px;
	}
}

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

	.inner,
	.inner_mid {
		max-width: 100%;
		padding: 0 1em;
	}

	.servise_slider {
		width: auto;
		max-width: 95%;
		margin: 2em auto 0;
	}

	.slick-prev {
		left: -20px;

	}

	.slick-next {
		right: -20px;
	}

	.text_info,
	.text {
		padding: 2em 1em;
	}

	.logo {
		padding: 0.5em;
	}

	.fixed .logo_sm {
		padding: 0.7em 0.3em;
	}
}

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

	.inner,
	.inner_mid {
		max-width: 100%;
		padding: 0 2em;
	}

	.servise_slider {
		width: auto;
		max-width: 92%;
		margin: 2em auto 0;
	}

	.text_info,
	.text {
		padding: 2em;
	}

	.logo {
		padding: 0.5em 0.5em 0.5em 0;
	}

	.fixed .logo_sm {
		padding: 0.7em 0.3em 0.7em 0;
	}

}

@media screen and (max-width: 1350px) {
	.inner_mid {
		padding: 1em 2em;
	}

	.text_info,
	.text {
		padding: 2em;
	}

	.logo {
		max-width: 15%;
	}

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

	nav {
		font-size: 0.9em;
		width: 55%;

	}

	.search,
	.subscribe {
		padding: 0.5em 0;
	}

	main {
		padding-top: 6em;
	}

	.fixed .logo_sm {
		max-width: 60px;
	}
}

@media screen and (max-width: 1200px) {
	main {
		padding-top: 5.5em;
	}

	.slide-content img {
		width: 100%;
		min-height: calc(100vw* 0.5);
		object-fit: cover;
	}
}

@media screen and (max-width: 1100px) {
	.scan {
		display: none;
	}

	.button_scan {
		display: block;
		width: auto;
		max-width: 31px;
	}

	.header_soc {
		width: 65%;

	}

	.header_info {
		min-width: 15%;
	}

	.header_soc figure img {
		max-width: 31px;
	}

	main {
		padding-top: 5em;
	}

	.slick-dots {
		bottom: 0.5em;
	}

	.hotel_tabs .tab button {
		font-size: 0.8em;
		padding: 0.5em;
	}

	.search_home form,
	.search_direct form {
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 5%;
	}

	.search_home form input {
		width: 35%;
		margin: 1%;
	}

	.search_input {
		width: 100%;
		margin: 1% auto;
	}

}

@media screen and (max-width: 900px) {
	nav {
		font-size: 0.8em;
		width: 68%;
	}

	main {
		padding-top: 4.5em;
	}

}

@media screen and (max-width: 780px) {
	.menu li {
		margin: 0;

	}

	.nav_city h2,
	.nav_city_sm h2 {
		font-size: 1.3em;
	}

}

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

	main {
		padding-top: 4em;
	}

	#menu {
		display: none;
	}

	.slicknav_menu {
		display: block;
		position: fixed;
		top: 0.15em;
		z-index: 600;
		text-transform: uppercase;
		left: 0;
		right: 0;
		pointer-events: none;
	}

	nav {
		display: none;
	}

	.logo,
	.scan {
		display: none;
	}

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

	.subnav,
	nav li:hover.subnav {
		background: none;
	}

	.logo_sm,
	.fixed .logo_sm,
	.empty_sm,
	.header_info {
		display: flex;
		width: 20%;
		max-width: 30%;
		text-align: center;
		padding: 0.5em 0;
		align-items: center;

	}

	.logo_sm,
	.fixed .logo_sm {
		/* padding-top: 1em; */
		width: inherit;
		padding-top: 8px;
	}

	.logo_sm img,
	.fixed .logo_sm img {
		width: auto;
		max-width: 50%;
	}

	.button_scan {
		display: block;
		width: auto;
		max-width: 35px;
		max-height: 31px;

	}

	.button_scan img {
		max-height: 31px;
	}

	.header_soc {
		width: auto;
		column-gap: 0.5em;
	}

	.header_soc figure {
		width: auto;
		max-width: 35px;
	}

	.header_info {
		justify-content: flex-end;
		display: flex;
		column-gap: 0.5em;
		margin-right: 0;
		width: inherit
	}

	.home_grid {
		padding: 2em 0 3em;
	}

	.search_home form,
	.search_direct form {
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 5%;
	}

	.search_home form input,
	.search_direct form select {
		width: 100%;
		margin: 0.5em auto;
	}

	.search_home form input[type="submit"],
	.search_direct form input[type="submit"] {
		width: auto;
		margin: 0.5em auto;
		padding: 0.5em 2em;
	}

	.search_home form input[type="radio"]:checked+label,
	.search_home form input[type="radio"]:not(:checked)+label {
		padding-left: 2em;
		width: auto;
		margin: 0.5em 0;
	}

	.search_hotel_check_one {
		width: auto;
		max-width: 33%;
		padding: 3% 0 3% 1%;
	}

	.part_grid_one {
		width: 49%;
		font-size: 1em;
	}

	.footer_partner_one {
		width: 42%;
	}

	h1 {
		font-size: 1.8em;
		margin-bottom: 0.2em;
	}

	.event_prev_one,
	.search_hotel_result_one,
	.hotel_event_one {
		flex-wrap: wrap;
	}

	.event_prev_one figure,
	.search_hotel_result_one figure,
	.hotel_event_one figure {
		width: 100%;
	}

	.event_prev_one_info,
	.search_hotel_result_info,
	.hotel_event_one_info {
		width: 100%;
		padding: 0;
		margin-top: 0;
	}

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

	.nav_city h2 {
		margin-bottom: 0.3em;
		width: 100%;
		text-align: center;
	}

	.menu {
		font-size: 1.2em;
		margin: 0 auto;
		width: auto;
	}

	.accordion {
		font-size: 1em;
	}

	.hotel_top_info {
		flex-wrap: wrap;
	}

	.hotel_tabs .tab,
	.hotel_tabs .tabcontent,
	.hotel_tabs .tab button,
	.hotel_info_name,
	.hotel_info_ul {
		width: 100%;
	}

	.hotel_top_info {
		margin: 1em auto 0;
	}

	.hotel_info_name {
		margin-bottom: 1em;
	}

	.hotel_info_ul li {
		text-align: left;
		padding: 0 0 0 1.8em;
		background: url(image/hotel_bg_li.png) no-repeat 0 0;
		background-size: auto 100%;
	}

	.subscribe button {
		max-width: 90%;
		font-size: 1.2em;
		padding: 0.6em 1em 0.4em;

	}

	.message_form h2 {
		font-size: 1.2em;
	}

	.search_hotel form input[type="submit"] {
		width: auto;
		padding: 0.5em 2em;

	}

	.search_input {
		justify-content: center;
		column-gap: 2%;
		width: 100%;
	}

	.footer_contact {
		margin: 0.5em auto;
	}

	.hotel_tabs {
		padding-top: 0;
	}

	.hotel_tabs .text {
		padding: 1.5em 0 2em;
	}

	.hotel_tabs .text_info {
		padding: 1.5em 0 2em;
	}

	.accordion .servise_slider {
		width: auto;
		max-width: 85%;
		margin: 2em auto 0;
	}

	.napravl_name ul.subregion {
		max-width: 1200px;
		padding-left: 0;
		column-count: 1;
		column-gap: 0;
	}

	.napravl_name {
		margin-bottom: 1em;
	}

	.event_prev,
	.search_hotel_result {
		margin: 0.5em auto;
	}

	.text h1 {
		font-size: 1.5em;
	}

	.servise_slider {
		max-width: 90%;

	}

	.slick-prev {
		left: -15px;
	}

	.slick-next {
		right: -15px;
	}

	.slick-prev,
	.slick-next {
		width: 15px;
	}

	.servise_prev {
		margin: 0 1px;
	}

	.slide-content img {
		width: 100%;
		min-height: calc(100vw * 0.75);
		object-fit: cover;
	}

	.panel .servise_slider {
		margin: 1.5em auto 1em;
	}
}

@media screen and (max-width: 550px) {
	.menu {
		font-size: 1em;
		margin: 0;
		width: auto;
	}

	.menu li {
		padding: 0.5em;

	}

	.slicknav_menu {
		top: 0.2em;
	}

	.part_grid_one {
		width: 100%;
		font-size: 1em;
	}

	.footer_partner_one {
		width: 40%;
		height: auto;
		margin: 5%;
		text-align: center;
		padding: 0 1em;
	}

	.footer_partner {
		background: #f0ead6;
		padding: 1em 0;
	}

	.subscribe button {
		max-width: 90%;
		font-size: 1em;
		padding: 0.6em 1em 0.4em;
	}

	.message_form h2 {
		font-size: 1em;
	}

	.search_hotel_select select {
		width: 100%;
	}

	.search_hotel_check_one {
		width: 100%;
		max-width: 100%;
		padding: 3% 0 3% 3%;
	}

	.search_hotel_select,
	.search_hotel_check {
		flex-wrap: wrap;
	}

}

@media screen and (max-width: 400px) {
	main {
		padding-top: 4em;
	}

	.slicknav_menu {
		top: 0;
	}

	.search_input {
		flex-wrap: wrap;
	}

	.text_info,
	.text {
		padding: 2em 1em;
	}

	.inner_mid {
		padding: 1em;
	}
}

@media only screen and (width:320px) and (device-width:320px) and (device-height:480px) and (orientation: landscape) {
	body {
		-webkit-transform: scale(0.667);
		-webkit-transform-origin: top right;
		position: absolute;
		right: 0;
		top: 0;
		width: 480px;
	}

	.feedback .txt {
		float: right;
		color: #000000;
		font-size: 14px;
		text-align: justify;
		width: 100%;
	}

	.feedback .auth {
		color: #999999;
		font-size: 11px;
		text-align: right;
		float: right;
		padding: 0;
		width: 100%;
	}
}

/* iPad */
@media only screen and (width:768px) and (device-width:768px) and (device-height:1024px) and (orientation: landscape) {
	body {
		-webkit-transform: scale(0.75);
		-webkit-transform-origin: top right;
		position: absolute;
		right: 0;
		top: 0;
		width: 1024px;
	}

	.feedback .txt {
		float: right;
		color: #000000;
		font-size: 14px;
		text-align: justify;
		width: 100%;
	}

	.feedback .auth {
		color: #999999;
		font-size: 11px;
		text-align: right;
		float: right;
		padding: 0;
		width: 100%;
	}
}

#map div {
	width: auto !important;
}

#map .leaflet-control-attribution {
	display: none;
}

#map .leaflet-popup {
	min-width: 240px;
}

#child_napravlenie {
	transition: opacity 0.3s ease, transform 0.3s ease;
	opacity: 0;
	transform: translateY(-10px);
	display: none;
	/* Start with display none */
}

#child_napravlenie.visible {
	opacity: 1;
	transform: translateY(0);
	display: block;
	/* Change to block when visible */
}

.draft {
	text-transform: none;
	color: #db0d0d;
}


table {
	width: 100% !important;
	table-layout: auto !important;
	border-collapse: collapse;
	border-color: #baa78b;
}

table td,
table th {
	width: auto !important;
	padding: 2px;
}