/* ==========================================================================
	 Author's custom styles
	 ========================================================================== */
.page-link.page-link-position.my_ch {
	cursor: auto;
}
.page-menu-nav > a {
	display: none!important;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
ul,
li {
	list-style: none;
}
a,
a:hover,
a:focus,
a:active,
a:link,
a:visited {
	text-decoration: none;
	color: #303030;
	outline: none;
}
textarea:focus,
input:focus {
	outline: none;
}
*:focus {
	outline: none;
}

/* ancient-browser-alert error */
.ancient-browser-alert {
	background: #a00;
	color: #faa;
	display: block;
	padding: 3px 0;
	text-align: center;
}
.ancient-browser-alert a {
	color: #fff;
	text-decoration: underline;
}

.page-header-top-right {
	margin-top: 10px;
}

.pagination {
	margin: 0;
}

.pagination-center {
	text-align: center;
}
.pagination-row {
	margin-bottom: 20px;
}

.required {
	color: #f00;
}

.row-with-vspace {
	margin-bottom: 20px;
}

.site-main .format-aside {
	background: #f5f5f5;
}
.site-main .format-image {
	background: url("../img/content-post-format-image.png") left top no-repeat;
}
.site-main .format-link {
	background: url("../img/content-post-format-link.png") left top no-repeat;
}
.site-main .format-quote {
	background: url("../img/content-post-format-quote.png") left top no-repeat;
}
.site-main .format-video {
	background: url("../img/content-post-format-video.png") left top no-repeat;
}

.site-title {
	margin-bottom: 0;
	margin-top: 10px;
}
.site-title > a {
	text-decoration: none;
}
.site-title > div {
	height: auto;
	line-height: 18px;
}
.site-title .site-description {
	color: #999;
	font-size: 16px;
}
.site-title .site-title-heading {
	margin: 0;
}

.widget_calendar #wp-calendar {
	margin: 0;
}
.widget_calendar #wp-calendar #next {
	text-align: right;
}

#comments .comment-navigation {
	margin-bottom: 0;
}
#comments .comment-navigation-below {
	margin-bottom: 20px;
	margin-top: 15px;
}
#comments .media-list li .media {
	margin-top: 15px;
}
#comments .media-list li .media .media-body {
	border: 1px solid #eee;
	padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
	font-size: 12px;
	margin-bottom: 10px;
}
#comments .media-list ul.children {
	list-style: none;
	margin-left: 2.5em;
}

#main-column .wp-video-shortcode {
	display: block;
	height: auto;
	max-width: 100%;
}
#main-column .attachment .entry-content {
	margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
	text-align: center;
}
#main-column .attachment .entry-meta {
	margin-bottom: 20px;
}
#main-column .post,
#main-column .page {
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding: 10px;
}
#main-column .post .entry-header .entry-meta {
	color: #999;
}
#main-column .post .entry-header .entry-meta a {
	color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
	display: none;
}
#main-column .post .entry-meta .categories-icon {
	cursor: default;
}
#main-column .post .entry-meta .comments-link a {
	color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
	color: #555;
	font-size: 12px;
	margin-left: 5px;
}
#main-column .attachment .edit-post-link a,
#main-column .attachment .entry-meta .edit-post-link a,
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
	color: #333;
}
#main-column .post .entry-meta .tags-icon {
	cursor: default;
}
#main-column .attachment .entry-title,
#main-column .post .entry-title,
#main-column .page .entry-title {
	margin-top: 0;
	word-wrap: break-word;
}

#sidebar-left .widget,
#sidebar-right .widget {
	border: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
	padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
	font-size: 18px;
	margin-top: 0;
}

.news-inner_bottom {
	width: 48%;
}
.news-inner_bottom img {
	width: 100%;
}

#site-footer {
	background: #f5f5f5;
	border-top: 3px solid #ddd;
	font-size: 12px;
	padding: 10px;
}
/*.container {*/
/*	max-width: 1200px;*/
/*	width: 100%;*/
/*	border: 1px solid red;*/
/*}*/
.container-absolute {
	position: absolute;
	left: 50%;
	margin-left: -180px !important;
}
.container-relative {
	position: relative;
}
.header-wrapper-block {
	width: calc(100% - 87px);
	padding-top: 30px;
	padding-left: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.information {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*width: 50%;*/
}
.flex-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.menu {
	/*width: 50%;*/
}
#menu-menu-1 {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*-webkit-justify-content: space-around;*/
	/*justify-content: space-around;*/
}
.menu-ul li {
	margin-right: 35px;
}
.menu-ul li:last-child {
	margin-right: 0;
}
.menu a {
	font-size: 18px;
	line-height: 19px;
	color: #000000;
}
.menu a:hover {
	color: #c29d63;
}
.menu a {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	z-index: 2;
	font-weight: 500;
	text-decoration: none;
}
.menu a:after {
	display: block;
	content: "";
	height: 2px;
	width: 0%;
	background-color: #c29d63;
	-webkit-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
	margin: 0 auto;
}
.menu a:hover:after,
.menu a:focus:after {
	width: 50%;
}
.information_logo {
	padding-top: 10px;
}
.information_icon {
	margin-right: 17px;
	max-height: 25px;
}
.information_table {
	/*height: 50%;*/
	/*width: 50%;*/
}
.information_table_phone {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.information_table_hours {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	margin-right: 60px;
	/*width: 40%;*/
}
.information_phone {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	font-size: 18px;
	line-height: 19px;
	color: #3e3e3e;
	max-height: 22px;
}
.information_phone-number {
	font-weight: 600;
	margin-left: 5px;
}
.information_hours {
	font-size: 18px;
	line-height: 19px;
	color: #3e3e3e;
	font-weight: 600;
}
.information_hours_text {
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	color: #c29d63;
	text-align: right;
}
.phone-link {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.information_hours_text span {
	border-bottom: 1px solid #c29d63;
}
.phone-link:visited,
.phone-link:hover,
.phone-link:active {
	text-decoration: none;
	color: #3e3e3e;
}
.header-wrapper-block_absolute {
	position: absolute;
	z-index: 2;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.slide-text {
	position: relative;
	margin: 10px 0 30px;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	color: #000000;
}
.swiper-slide_text {
	position: absolute;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-border-top-right-radius: 150px;
	-moz-border-radius-topright: 150px;
	border-top-right-radius: 150px;
	background-color: rgba(255, 255, 255, 0.85);
	opacity: 1;
}
.swiper-slide_text_package {
	bottom: 0;
	right: 0;
	width: 250%;
	max-width: 860px;
	height: 100%;
	z-index: -1;
}
.swiper-slide_text .title {
	font-size: 55px;
	line-height: 66px;
}
.swiper-slide_text .slide-text {
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	font-family: Roboto;
	margin-bottom: 30px;
}
.button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 12px;
	padding-bottom: 11px;
	border: 1px solid #c29d63;
	font-family: Roboto;
	font-size: 15px;
	line-height: 21px;
	text-transform: uppercase;
	color: #c29d63 !important;
	text-decoration: none;
}
.slider-text-wrapper .button {
	max-width: 360px;
	color: #fff !important;
	background: #c29d63;
}
.slider-text-wrapper .button:hover,
.slider-text-wrapper .button:active,
.slider-text-wrapper .button:focus {
	color: #c29d63 !important;
	background: none;
}
.slider-text-wrapper .button path,
.slider-text-wrapper .button path,
.slider-text-wrapper .button path {
	fill: #fff;
}
.slider-text-wrapper .button:hover path,
.slider-text-wrapper .button:active path,
.slider-text-wrapper .button:focus path {
	fill: #c29d63;
}
.button-width {
	max-width: 180px;
	width: 100%;
}
.button svg {
	margin-left: 7px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.button:hover svg * {
	fill: #ffffff;
}

.button:hover {
	background: #c29d63;
	color: #ffffff !important;
}

/*.swiper-pagination-header {*/
/*    top: 280px;*/
/*}*/

.swiper-pagination-bullet {
	display: block;
	width: 20px;
	height: 20px;
	/* background: #c29d63; */
	background:  transparent;
	margin-left: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: 1;
	border: 1px solid #c29d63;
}

.swiper-pagination-bullet-active {
	background: #c29d63;
}

/* .swiper-pagination-bullet-active-main:before {
	content: "";
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
} */
.swiper-pagination-bullets {
	max-width: 100%;
	width: 100%;
	gap: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 46px -10px 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
/*----------------menu-main-page---------------*/
.menu-block {
	width: 100%;
	overflow: hidden;
}
.menu-block {
	width: 100%;
	height: auto;
	backround-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.block-dish {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.menu-block_title {
	position: relative;
	z-index: 1;
	font-size: 45px;
	line-height: 54px;
	color: #000000;
	padding-top: 50px;
	padding-bottom: 50px;
}

.block-dish_img {
	flex: 1 1 60%;
	width: 60%;
	max-width: 565px;
	height: 365px;
	max-height: 365px;
}
.block-dish_img img {
	-o-object-fit: cover;
	object-fit: cover;
}
.block-dish_left {
	margin-bottom: 46px;
}
.block-dish_consist_left {
	-webkit-border-radius: 0px 150px 0px 0px;
	-moz-border-radius: 0px 150px 0px 0px;
	border-radius: 0px 150px 0px 0px;
}
.block-dish_consist {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex: 1 1 40%;
	width: 40%;
	max-width: 40%;
	background: #fff;
	-webkit-box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.15);
	-moz-box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.15);
	box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.15);
}
.block-dish_right {
	-webkit-justify-content: flex-end;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	margin-bottom: 50px;
}
.block-dish_consist_right {
	-webkit-border-radius: 150px 0 0 0;
	-moz-border-radius: 150px 0 0 0;
	border-radius: 150px 0 0 0;
}
.block-dish_consist_wrapper {
	min-width: 250px;
	padding: 0 10px 0 50px;
}
.block-dish_consist_title {
	font-size: 35px;
	line-height: 42px;
	color: #c29d63;
	margin-bottom: 10px;
}
.dish_consist_title {
	font-family: Roboto;
	font-size: 18px;
	line-height: 25px;
	color: #c29d63;
}
.dish_consist_text {
	font-family: Roboto;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.dish_consist_price_weight {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 25px;
	line-height: 25px;
	color: #c29d63;
}
.menu-button {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 70px;
}
.about {
	width: 100%;
	height: auto;
}
.insider-swiper-text .about_title {
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 20px;
}
.swiper-about_text {
	bottom: 0;
	padding-right: 26px;
	width: 45%;
	z-index: 2;
}
#about_us .swiper-pagination-bullet {
	background: #ffffff;
}
#about_us .swiper-pagination-bullet-active {
	background: #c29d63;
}
.about-button-width {
	max-width: 160px;
	width: 100%;
	color: #c29d63 !important;
}
.about-button-width:hover,
.about-button-width:active,
.about-button-width:focus {
	text-decoration: underline;
}
.about-button-width svg {
	margin-left: 10px;
}
.about-us-pagination {
	display: none;
}
.swiper-pagination-about {
	bottom: 25px !important;
}
.swiper-slide_about img {
	width: 100%;
	height: 460px;
}
.insider-swiper-text {
	padding-top: 23px;
	padding-bottom: 35px;
}
/*---------news-block-----------------*/
section {
	width: 100%;
}
.news-block_image a {
	display: block;
}
.news-block-wrapper {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	/*-webkit-justify-content: center;*/
	/*justify-content: center;*/
}
.news-block_news {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.news-block_news_inner {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.news-block-inner {
	max-width: 360px;
	width: 100%;
	-webkit-box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.15);
	-moz-box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.15);
	box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.15);
	-webkit-border-radius: 30px 30px 0px 0px;
	-moz-border-radius: 30px 30px 0px 0px;
	border-radius: 30px 30px 0px 0px;
	overflow: hidden;
}
.main_title {
	position: relative;
	z-index: 1;
	font-size: 45px;
	line-height: 54px;
}
.news-block_main_title {
	margin-bottom: 55px;
}
.news-block-text-wrapper {
	padding: 30px 18px;
}
.news-block_title {
	font-size: 21px;
	line-height: 25px;
	color: #c29d63;
	min-height: 60px;
	height: 100%;
}
.news-block_title a {
	color: #c29d63;
}
.news-block_text {
	margin-bottom: 20px;
	min-height: 80px;
}
.news-block-button {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 21px;
	text-transform: uppercase;
	color: #c29d63;
}
.news-block-wrapper {
	padding-top: 107px;
	/*margin-bottom: 66px;*/
}
.news-block_image img {
	width: 100%;
	height: 100%;
}
/*-------------gallery-----------*/
.gallery-wrapper {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 66px;
}
.gallery_block {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.gallery-img_wrapper {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	height: 520px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gallery-img_large {
	width: 66%;
	height: 100%;
}
.gallery-img_medium {
	width: -webkit-calc(34% - 8px);
	width: -moz-calc(34% - 8px);
	width: calc(34% - 8px);
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.gallery-img_medium img .gallery-img_medium {
	margin-right: 10px;
}
.gallery-img_medium_first {
	width: 100%;
	height: -webkit-calc(50% - 3px);
	height: -moz-calc(50% - 3px);
	height: calc(50% - 3px);
}
.gallery-img_medium_second {
	width: 100%;
	height: -webkit-calc(50% - 3px);
	height: -moz-calc(50% - 3px);
	height: calc(50% - 3px);
}
.gallery-img_medium_first img,
.gallery-img_medium_second img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.gallery-img_medium_first a,
.gallery-img_medium_second a {
	display: block;
	height: 100%;
}
.img_large img {
	width: 100%;
	height: 100%;
}
.gallery_block_title {
	margin-bottom: 34px;
}
.gallery-button {
	margin-top: 37px;
}

/*-------------footer-----------------*/
.footer-wrapper-block ul,
.footer-wrapper-block li {
	margin-left: 0;
	list-style-type: none;
}
img.footer-block_image {
	width: 100%;
	position: absolute;
	z-index: -1;
}
.page-block img {
	height: 100%;
}
.footer-wrapper-block {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 45px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.footer-wrapper-block_inner {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	/*justify-content: space-between;*/
	/*-webkit-justify-content: space-between;*/
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
}
.menu-flex-block {
	width: 70%;
	padding-top: 27px;
}

.menu-flex-block .menu-menu-1-container ul {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.menu-flex-block .menu {
	position: relative;
	z-index: 1;
	width: 100%;
}

.menu ul {
	padding: 0;
	margin: 0;
}
.footer-menu li {
	/*margin-left:80px;*/
}
.footer-menu {
	margin-bottom: 30px;
}
.link-block {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-second-menu .link-block_inner {
	justify-content: flex-start;
}
.footer-second-menu a,
.privacy-policy a,
.asmart a {
	font-size: 16px;
	line-height: 19px;
	color: #666666;
}
.footer-second-menu a:nth-child(1) {
	padding-right: 15px;
}
.asmart span {
	color: #9aca41;
	border-bottom: 1px solid #9aca41;
}
.privacy-policy a:hover,
.asmart a:hover {
	color: #c29d63;
}
.swiper-wrapper .img-slider-header {
	width: 100%;
}
.loading {
	display: none;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}
.loading.active {
	display: block;
}
.loading img {
	height: 90px;
	width: 90px;
}
/*------------------contacts-------------------*/
.contact-block {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.contact-block-info_color {
	background-color: #fcf5e9;
}
.contact-block-info {
	width: 50%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	padding: 15px 15px 15px 100px;
}
.contact-block-info_title {
	margin-bottom: 26px;
	font-size: 35px;
	line-height: 42px;
	color: #000000;
}
.contact-block-info_inner {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	font-family: Roboto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 320px;
	margin-bottom: 22px;
	font-weight: 300;
}
.info_text_color {
	font-size: 16px;
	line-height: 18px;
	color: #c29d63;
}
.info_text_inform {
	font-size: 14px;
	line-height: 16px;
	color: #1b1b1b;
}
.info_icon {
	margin-right: 15px;
}
.insta_link {
	border-bottom: 1px solid #c29d63;
}
.insta_link,
.insta_link:focus {
	text-decoration: none;
}
.info_text_color {
	margin-bottom: 6px;
}
.swiper-pagination-bullet {
	left: 0 !important;
}
.video-block {
	position: relative;
	background-color: #ffffff;
}
.video-block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	background: #fffbf5 url(/wp-content/uploads/2019/11/logo.png) no-repeat 50%
		50%/250px;
	transition: all 0.5s ease;
}
.video-block.active:before {
	max-height: 0%;
}
.video-block video {
	display: block;
}
/*-----------------------*/
.gallery-button .button svg {
	margin-left: 19px;
}
.large-image {
	position: fixed;
	overflow: hidden;
	z-index: 9999;
	width: 0;
	height: 0;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}
.large-image img {
	width: 95%;
	max-width: 800px;
	height: auto;
	margin: 5% auto;
	opacity: 0;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	-o-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
}
.large-image:target {
	width: auto;
	height: auto;
	bottom: 0;
	right: 0;
	outline: none;
}
.large-image:target img {
	opacity: 1;
}
.footer-information {
	padding-right: 100px;
}
.menu-item a:focus,
.menu-item a:visited {
	text-decoration: none;
}
/*-----------------------------------*/
.menu {
	text-align: right;
}

.menu__icon {
	display: none;
	width: 45px;
	height: 35px;
	position: relative;
	cursor: pointer;
	z-index: 4;
}

.menu__icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #c29d63;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.menu__icon span:nth-child(1) {
	top: 0px;
}

.menu__icon span:nth-child(2),
.menu__icon span:nth-child(3) {
	top: 13px;
}

.menu__icon span:nth-child(4) {
	top: 26px;
}

.menu.menu_state_open .menu__icon span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
.menu.menu_state_open .menu-ul {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding: 20px;
}

.menu-item .menu-item {
	padding: 10px 0;
}
.menu a:visited {
	text-decoration: none;
	color: #000;
}
.menu a:hover,
.menu a:active {
	text-decoration: none;
	color: #c29d63;
}

.link-block_inner {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*@media screen and (max-width:1399px) {*/
/*	.header-wrapper-block {*/
/*		width: 80%;*/
/*	}*/
/*	.information {*/
/*		width: 40%;*/
/*	}*/
/*	.block-dish_consist {*/
/*		max-width: 530px;*/
/*		width: 100%;*/
/*	}*/

/*	.news-block_news*/
/*	{*/
/*		width: 87%;*/
/*	}*/
/*	.gallery_block {*/
/*		width: 87%;*/
/*	}*/
/*	.block-dish_consist_left {*/
/*		width: 40%;*/
/*	}*/
/*}*/
.page-menu-cat-desc {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.page-menu-nav .page-menu-nav-order {
	display: none;
}
.page-template-catering-page .fixed-soc {
	position: fixed;
	right: 10px;
	bottom: 100px;
	border-bottom: none;
	transition: all .3s ease-in-out;
	z-index: 1;
}
.page-template-catering-page .fixed-soc .info_icon {
	width: 40px;
	min-width: 40px;
	height: 40px;
	margin: 0;
}
.page-template-catering-page .fixed-soc:hover {
	opacity: .7;
}
@media(min-width: 760px) {
	.page-menu-nav {
		position: sticky;
		top: 0;
		height: 100vh;
	}
	.page-menu-nav .page-menu-nav-order {
		display: block !important;
		margin-left: 34px;
		padding-left: 15px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 991px) {
	.menu__icon {
		display: inline-block;
	}
	.menu a {
		font-size: 20px;
		text-transform: uppercase;
	}
	.menu-ul {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: none !important;
		margin-top: 52px;
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#ffffff),
			to(#fcf5e9)
		);
		background: -webkit-linear-gradient(top, #ffffff 0%, #fcf5e9 100%);
		background: -o-linear-gradient(top, #ffffff 0%, #fcf5e9 100%);
		background: -moz-linear-gradient(top, #ffffff 0%, #fcf5e9 100%);
		background: linear-gradient(180deg, #ffffff 0%, #fcf5e9 100%);
		z-index: 3;
		overflow: hidden;
	}
	.menu-item {
		padding: 10px 0;
		text-align: center;
		color: #303030;
	}
	.information_logo {
		z-index: 5;
	}
	#menu-menu-1 {
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.information {
		width: 100%;
		z-index: 4;
	}
	.information_table {
		width: auto;
	}
}
@media screen and (max-width: 550px) {
	#slider-block .swiper-slide {
		background-position: center top !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		margin-top: 100px;
	}
	.information {
		margin-left: 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.information_table_hours {
		-webkit-justify-content: flex-start;
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 750px) {
	.swiper-slide_text_package {
		top: 50%;
		max-width: 500px;
		max-height: 310px;
	}
	.swiper-pagination-bullets {
		margin-top: 0;
	}
	.swiper-slide_text .title {
		font-size: 42px;
	}
	.slide-text {
		max-width: 350px;
	}
}
@media screen and (max-width: 550px) {
	.swiper-slide_text_package {
		top: 55%;
		max-height: 280px;
	}
	.swiper-slide_text {
		-webkit-box-pack: normal;
		-webkit-justify-content: normal;
		-moz-box-pack: normal;
		-ms-flex-pack: normal;
		justify-content: normal;
		padding: 20px;
	}
	.swiper-pagination-header {
		top: 240px;
	}
}

.page-link {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
}
.page-link:after {
	display: block;
	content: "";
	height: 2px;
	width: 0%;
	background-color: #000000;
	-webkit-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
	/*margin:0 auto;*/
}
.page-link:after {
	width: 51px;
}
.page-link-position:after {
	margin: 0 auto;
}
/*--------------News-page--------------*/
.page-block {
	width: 100%;
	height: 300px;
	position: relative;
}
/*------------Contact-page---------------*/
.contact-map {
	width: 100%;
	height: 536px;
	position: relative;
}
.map-contact_img {
	width: 100%;
	height: 100%;
}
.all-page-title {
	position: absolute;
	bottom: 79px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	font-size: 45px;
	line-height: 54px;
	color: #292929;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.insider-swiper-text_contacts {
	padding-top: 45px;
	padding-bottom: 21px;
}
.contact-block-info_contacts {
	margin-bottom: 20px;
}
.contact-form-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.contact-form_title_text,
.contact-form_text {
	text-align: center;
}
.contact-form_title_text {
	font-size: 40px;
	line-height: 1.3;
	text-align: center;
	color: #c29d63;
}
.contact-form_text {
	font-family: Roboto;
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #4b4b4b;
}
.contact-form_title {
	margin-bottom: 45px;
}
.contact-form_field {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	width: 570px;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.contact-form_field input {
	max-width: 280px;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 13px;
	padding-left: 19px;
	padding-bottom: 13px;
	background: #f5eee3;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.contact-form_field input::-webkit-input-placeholder {
	/* Edge */
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #848484;
}

.contact-form_field input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #848484;
}

.contact-form_field input:-moz-placeholder {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #848484;
}

.contact-form_field input::-moz-placeholder {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #848484;
}

.contact-form_field input::-ms-input-placeholder {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #848484;
}

.contact-form_field input::placeholder {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #848484;
}
.contact-form_field_message label {
	width: 100%;
	height: 100%;
}
.contact-form_field_message textarea {
	padding-top: 13px;
	padding-left: 17px;
	resize: none;
	width: 100%;
	background: #f5eee3;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	height: 100%;
}
.contact-form_field_message textarea::-webkit-input-placeholder {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #848484;
}
.contact-form_field_message textarea:-moz-placeholder {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #848484;
}
.contact-form_field_message textarea::-moz-placeholder {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #848484;
}
.contact-form_field_message textarea:-ms-input-placeholder {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #848484;
}
.contact-form_field_message textarea::-ms-input-placeholder {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #848484;
}
.contact-form_field_message textarea::placeholder {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #848484;
}
.form-button {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	width: 100%;
	border: 1px solid #c29d63;
	padding: 10px 0 10px 0;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.form-button {
	margin-top: 21px;
}
.form-button input {
	font-family: Roboto;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #c29d63;
	border: none;
	background: transparent;
}
.ajax-loader {
	display: none !important;
}
.form-button svg {
	margin-left: 14px;
}
.contact-form_field label {
	margin: 0;
}
.contact-form_field_message {
	margin-top: -10px;
	margin-bottom: 10px;
}
.cups-img-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.cups-img {
	position: absolute;
	right: 0;
	top: 200px;
	z-index: -2;
}
.form-button:hover {
	background: #c29d63;
}
.form-button:hover input {
	color: #ffffff;
}
.form-button:hover svg path {
	fill: #ffffff;
}
/*----------------News Page-----------------------*/

.news_image {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.news-left-block {
	width: 65%;
	height: 100%;
}
.news-right-block {
	width: -webkit-calc(34% - 8px);
	width: -moz-calc(34% - 8px);
	width: calc(34% - 8px);
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news-inner {
	position: relative;
	height: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.news_text-wrapper {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 14px 52px 20px 27px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.news-title {
	font-size: 24px;
	line-height: 1.2;
}
.news-title a {
	color: #c29d63;
}
.news-box {
	padding-top: 70px;
	padding-bottom: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.news {
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	height: 580px;
	margin-bottom: 20px;
}
.news-right .news_image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.news-left-block .news_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-right {
	width: 100%;
	height: -webkit-calc(50% - 10px);
	height: -moz-calc(50% - 10px);
	height: calc(50% - 10px);
}
.news-row_bottom {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.news-inner_bottom {
	margin-bottom: 20px;
}

.button-loader {
	cursor: pointer;
	max-width: 183px;
	width: 100%;
}
.button-loader-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.news-title-hover {
	position: absolute;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.news-inner:hover .news-title-hover {
	position: relative;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.news-inner:hover .news_text-wrapper {
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 50px;
	background: rgba(61, 52, 40, 0.75);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.news-inner:hover .news-block_text {
	color: #ffffff;
	margin-top: 20px;
}
.news-inner:hover .news-title {
	color: #fff;
}
.news-inner:hover .news-title a {
	color: #ffffff;
	font-size: 45px;
	line-height: 1;
}
.news-inner:hover .news-button-color {
	color: #ffffff !important;
}
.news-button-color:hover,
.news-button-color:active,
.news-button-color:focus {
	text-decoration: underline;
}
.news-inner:hover svg path {
	fill: #ffffff;
}
.news-inner:hover .news-title_medium-blocks a {
	font-size: 26px;
	line-height: 1.1;
}
@media (max-width: 1199px) {
	.news-row_bottom {
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.news-block_text {
		margin-bottom: 0;
	}
	.news-block_text_large {
		margin-bottom: 20px;
	}
}
@media (max-width: 991px) {
	.news-row_bottom {
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.news-block_text {
		margin-bottom: 0;
	}
	.news-block_text_large {
		margin-bottom: 20px;
	}
}
/*-----------------------------------------*/
.slider-wrapper .swiper-slide {
	height: 44.3405vw;
	min-height: 100vh;
}
.slider-text-wrapper {
	position: absolute;
	left: 50%;
	right: auto;
	bottom: 0;
	z-index: 10;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.border-block {
	position: relative;
	width: 500px;
	padding: 50px;
	padding-left: 0;
}
.swiper-slide_text_inner {
	padding-bottom: 36px;
}
.swiper-slide_text_inner .title {
	font-size: 55px;
	line-height: 1;
	color: #000000;
}
#about_us .slider-wrapper .swiper-slide {
	min-height: 50vh;
}
#about_us .slider-text-wrapper {
	left: 45%;
}
.about-us-slider {
	padding-bottom: 0;
}
.border-block_about_us {
	width: 500px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.about-us-pagination {
	margin: 0;
	bottom: 22px !important;
	width: 60px !important;
}
.map-maket-block {
	width: 50%;
}
.map-maket-block #map {
	width: 100%;
	height: 416px;
}

@media (max-width: 1199px) {
	.information_table_hours {
		margin-right: 20px;
	}
	.news-block-inner {
		max-width: 300px;
	}
	.contact-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
	}
	/*-----------------*/
	/*-------------------*/
	.contact-block-info {
		padding-top: 55px;
		width: 100%;
	}
	.contact-block-info_title {
		margin-bottom: 36px;
	}
	.contact-block-info_inner {
		margin-bottom: 20px;
	}
	.map-maket-block #map {
		width: 1366px;
	}
}
@media (max-width: 1100px) {
	.swiper-slide_text_inner .title {
		font-size: 40px;
	}
	.border-block {
		padding-top: 30px;
	}
}
@media (max-width: 991px) {
	.block-dish_right {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.block-dish_consist_title {
		font-size: 30px;
	}
	.dish_consist_text {
		font-size: 14px;
	}
}
.insta_link {
	color: #c29d63 !important;
}
.contact-block-info_about {
	padding-left: 0;
	width: 100%;
}
.information_logo_footer {
	padding-top: 20px;
}
/*#map {*/
/*	width: 710px;*/
/*	height: 500px;*/
/*}*/

/* All */

img {
	max-width: 100%;
	height: auto;
}
.w100 {
	width: 100%;
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f33 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 33.33333%;
	-moz-box-flex: 1;
	-ms-flex: 1 1 33.33333%;
	flex: 1 1 33.33333%;
	width: 33.33333%;
	max-width: 33.33333%;
}
.f50 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	-moz-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	width: 50%;
	max-width: 50%;
}
.f66 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 66.66666%;
	-moz-box-flex: 1;
	-ms-flex: 1 1 66.66666%;
	flex: 1 1 66.66666%;
	width: 66.66666%;
	max-width: 66.66666%;
}
.title {
	position: relative;
	font-size: 45px;
	line-height: 54px;
}
.fl {
	font-weight: 300;
}
.fn {
	font-weight: 400;
}
.fm {
	font-weight: 600;
}
.fb {
	font-weight: 700;
}
.feb {
	font-weight: 800;
}
.page-bg {
	padding: 52px 0 71px;
	background: #fffbf5;
}
a.more-link,
a.more-link *,
.photogallery-item * {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.more-link {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 183px;
	height: 42px;
	padding: 0 16px 0 7px;
	font-family: Roboto;
	font-size: 15px;
	line-height: 21px;
	text-transform: uppercase;
	color: #c29d63;
	border: 1px solid #c29d63;
}
a.more-link:hover,
a.more-link:active,
a.more-link:focus {
	color: #fff;
	background: #c29d63;
}
a.more-link svg {
	position: relative;
	left: 19px;
}
a.more-link:hover svg,
a.more-link:active svg,
a.more-link:focus svg {
	left: 9px;
}
a.more-link:hover svg *,
a.more-link:active svg *,
a.more-link:focus svg * {
	fill: #fff;
}

/* END All */

/* News single */

.news-single {
	font-family: "Roboto";
	font-size: 16px;
	line-height: 22px;
	background: #fffbf5;
}
.news-single-date {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 45px auto 9px;
	font-family: Open Sans;
	font-size: 12px;
	line-height: 15px;
	color: #c29d63;
}
.news-single-date svg {
	margin-right: 8px;
}
.news-single .title {
	margin-bottom: 53px;
}
.news-single li {
	list-style: initial;
}
.news-single .news {
	height: auto;
	margin: 48px auto 0;
	padding-bottom: 71px;
}
.news-single .news .title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 100%;
	max-width: 51px;
	height: 1px;
	background: #000000;
}
.news-single .news > .container > .flex {
	margin: 0 -22px;
}
.news-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 -webkit-calc(33.33333% - 44px);
	-moz-box-flex: 1;
	-ms-flex: 1 1 calc(33.33333% - 44px);
	flex: 1 1 calc(33.33333% - 44px);
	width: -webkit-calc(33.33333% - 44px);
	width: -moz-calc(33.33333% - 44px);
	width: calc(33.33333% - 44px);
	max-width: -webkit-calc(33.33333% - 44px);
	max-width: -moz-calc(33.33333% - 44px);
	max-width: calc(33.33333% - 44px);
	margin: 0 22px;
	padding-bottom: 22px;
	font-size: 12px;
	line-height: 21px;
	background: #ffffff;
	-webkit-border-radius: 30px 30px 0px 0px;
	-moz-border-radius: 30px 30px 0px 0px;
	border-radius: 30px 30px 0px 0px;
	-webkit-box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.15);
	-moz-box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.15);
	box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.15);
	overflow: hidden;
}
.news-item_img {
	height: 241px;
	-webkit-background-size: 110% 110% !important;
	-moz-background-size: 110% !important;
	background-size: 110% !important;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.news-item:hover .news-item_img,
.news-item:active .news-item_img,
.news-item:focus .news-item_img {
	-webkit-background-size: 120% 120% !important;
	-moz-background-size: 120% !important;
	background-size: 120% !important;
}
.news-item_info {
	padding: 0 18px;
}
.news-item_info_title {
	min-height: 50px;
	margin-top: 20px;
	font-size: 21px;
	line-height: 25px;
	color: #c29d63;
}
.news-item p {
	min-height: 74px;
	margin: 21px auto 5px;
}
a.news-item_info_link {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	line-height: 21px;
	text-transform: uppercase;
	color: #c29d63;
}
.news-item_info_link:hover,
.news-item_info_link:active,
.news-item_info_link:focus {
	text-decoration: underline;
}
.news-item_info_link svg {
	position: relative;
	left: 20px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.news-item_info_link:hover svg,
.news-item_info_link:active svg,
.news-item_info_link:focus svg {
	left: 10px;
}

/* END News single */

/* About us page */

.about-us-desc {
	font-family: Roboto;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
}
.about-us-gallery {
	margin: 57px auto 37px;
}
.about-us-gallery a {
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	overflow: hidden;
}
.about-us-gallery a:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about-us-gallery a:hover:before,
.about-us-gallery a:active:before,
.about-us-gallery a:focus:before {
	left: 0;
}
.about-us-gallery a p {
	position: relative;
	font-size: 16px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about-us-gallery a:hover p,
.about-us-gallery a:active p,
.about-us-gallery a:focus p {
	opacity: 1;
}
.about-us-gallery_left a {
	height: -webkit-calc(50% - 3px);
	height: -moz-calc(50% - 3px);
	height: calc(50% - 3px);
}
.about-us-gallery_left a:nth-child(1) {
	margin-bottom: 6px;
}
.about-us-gallery_right {
	min-height: 512px;
	padding-left: 9px;
}
.about-us-more-link {
	margin: 0 auto;
}

/* END About us page */

/* Banquet page */

.banquet .title {
	margin-bottom: 44px;
	font-size: 34px;
	line-height: 41px;
	text-align: center;
}
.banquet-desc {
	margin-bottom: 34px;
}
.banquet-desc .flex {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 31px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 22px;
}
.banquet-desc .flex:nth-child(2n + 1) {
	padding-right: 64px;
}
.banquet-desc_icon {
	width: 100%;
	max-width: 65px;
	margin-right: 24px;
}
.banquet-hall-item_slider .slick-list,
.banquet-hall-item_slider .slick-track {
	height: 100%;
}
.banquet-hall-item_slider a {
	display: block;
	height: 100%;
}
.banquet-hall-item {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 65px;
}
.banquet-hall-item:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.banquet-hall-item:last-child {
	margin-bottom: 0;
}
.banquet-hall-item_info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 15px 15px 107px;
	background: #ffffff;
	-webkit-border-radius: 0px 50px 0px 0px;
	-moz-border-radius: 0px 50px 0px 0px;
	border-radius: 0px 50px 0px 0px;
	-webkit-box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.15);
	-moz-box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.15);
	box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.15);
}
.banquet-hall-item:nth-child(2n) .banquet-hall-item_info {
	-webkit-border-radius: 50px 0px 0px 0px;
	-moz-border-radius: 50px 0px 0px 0px;
	border-radius: 50px 0px 0px 0px;
}
.banquet-hall-item_info_name {
	position: relative;
	margin-bottom: 19px;
	padding-bottom: 12px;
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	color: #c29d63;
}
.banquet-hall-item_info_name:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 51px;
	height: 1px;
	background: #c29d63;
}
.banquet-hall-item_info_desc {
	margin-bottom: 37px;
	font-family: "Roboto";
	font-size: 16px;
}
.banquet-hall-item_info a.more-link svg {
	left: 9px;
}
.slick-prev,
.slick-next {
	position: absolute;
	top: -webkit-50%;
	top: -moz-50%;
	top: 50%;
	z-index: 1;
	width: 37px;
	height: 37px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	border: none;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slick-prev {
	left: 12px;
	background: url(/wp-content/uploads/2019/11/banquet-arrow-prev.png) no-repeat
		50% 50% / contain;
}
.slick-next {
	right: 12px;
	background: url(/wp-content/uploads/2019/11/banquet-arrow-next.png) no-repeat
		50% 50% / contain;
}
.slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 6;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	bottom: 0;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 10px;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.slick-dots li button {
	position: relative;
	display: block;
	width: 6px;
	max-width: 6px;
	height: 6px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	background: #fff;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
}
.slick-dots li.slick-active button {
	background: #dabd8f;
}
.slick-dots li button:before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(255, 255, 255, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slick-dots li.slick-active button:before {
	border: 1px solid #dabd8f;
}

/* END Banquet page */

/* Photogallery page */

.photogallery > .container > .flex {
	margin: 0 -15px;
	padding-top: 10px;
}
.photogallery-item {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 -webkit-calc(50% - 30px);
	-moz-box-flex: 1;
	-ms-flex: 1 1 calc(50% - 30px);
	flex: 1 1 calc(50% - 30px);
	width: -webkit-calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: calc(50% - 30px);
	max-width: -webkit-calc(50% - 30px);
	max-width: -moz-calc(50% - 30px);
	max-width: calc(50% - 30px);
	height: 346px;
	margin: 0 15px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.photogallery-item_title {
	position: absolute;
	bottom: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	max-height: 78px;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	text-align: center;
	color: #c29d63;
	background: rgba(255, 255, 255, 0.9);
}
.photogallery-item:hover .photogallery-item_title,
.photogallery-item:active .photogallery-item_title,
.photogallery-item:focus .photogallery-item_title {
	max-height: 100%;
	font-weight: 500;
	color: #ffffff;
	background: rgba(61, 52, 40, 0.75);
}
a.photogallery-item_link {
	position: relative;
	bottom: -100%;
	width: 153px;
	max-height: 0;
	margin-top: -2px;
	color: #ffffff;
	border-color: #ffffff;
}
.photogallery-item:hover a.photogallery-item_link,
.photogallery-item:active a.photogallery-item_link,
.photogallery-item:focus a.photogallery-item_link {
	bottom: -18px;
	max-height: 100%;
	margin-top: 0;
}

/* END Photogallery page */

/* Photogallery single page */

.photogallery-slider {
	padding: 69px 0 115px;
}
.photogallery-slider .slick-slide {
	height: 50vw;
	max-height: 676px;
	margin: 0 8px;
}
.photogallery-slider .slick-prev {
	left: -webkit-calc(10% + 27px);
	left: -moz-calc(10% + 27px);
	left: calc(10% + 27px);
}
.photogallery-slider .slick-next {
	right: -webkit-calc(10% + 27px);
	right: -moz-calc(10% + 27px);
	right: calc(10% + 27px);
}
.photogallery-slider .slick-dots {
	bottom: 131px;
}

/* END Photogallery single page */

/* Category page */

.page-menu-nav {
	flex: 1 1 100%;
	width: 100%;
	max-width: 303px;
	padding: 40px 0 43px;
	background: rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 100px 0px 0px 0px;
	-moz-border-radius: 100px 0px 0px 0px;
	border-radius: 100px 0px 0px 0px;
	-webkit-box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.1);
	-moz-box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.1);
	box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.1);
	overflow: hidden;
}
.page-menu-nav h3 {
	display: none;
}
.page-menu-nav ul {
	margin: 0;
	padding: 0;
}
.page-menu-nav ul li a {
	position: relative;
	display: block;
	padding: 9px 25px 9px 36px;
	font-family: Roboto;
	font-weight: 300;
	font-size: 17px;
	line-height: 20px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.page-menu-nav ul li.active a,
.page-menu-nav ul li:hover a,
.page-menu-nav ul li:active a,
.page-menu-nav ul li:focus a {
	padding: 9px 25px 9px 74px;
	color: #c29d63;
	background: #fdf8f0;
}
.page-menu-nav ul li:last-child a {
	margin-bottom: 0;
}
.page-menu-nav ul li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 36px;
	width: 100%;
	max-width: 0;
	height: 1px;
	background: #c29d63;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.page-menu-nav ul li.active a:before,
.page-menu-nav ul li a:hover:before,
.page-menu-nav ul li a:active:before,
.page-menu-nav ul li a:focus:before {
	max-width: 26px;
}
.page-menu-items {
	flex: 1 1 100%;
	width: 100%;
	max-width: -webkit-calc(100% - 359px);
	max-width: -moz-calc(100% - 359px);
	max-width: calc(100% - 359px);
	margin-left: 56px;
}
.page-menu-item {
	min-height: 278px;
	margin-bottom: 28px;
}
.page-menu-item:last-child {
	margin-bottom: 0;
}
.page-menu-item:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.page-menu-item_img {
	flex: 1 1 100%;
	width: 100%;
	max-width: 384px;
	display: block;
}
.page-menu-item_info {
	flex: 1 1 100%;
	width: 100%;
	max-width: -webkit-calc(100% - 384px);
	max-width: -moz-calc(100% - 384px);
	max-width: calc(100% - 384px);
	padding: 45px 61px 22px 63px;
	background: #ffffff;
	-webkit-border-radius: 0px 50px 0px 0px;
	-moz-border-radius: 0px 50px 0px 0px;
	border-radius: 0px 50px 0px 0px;
	-webkit-box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.15);
	-moz-box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.15);
	box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.15);
}
.page-menu-item:nth-child(2n) .page-menu-item_info {
	padding: 45px 43px 22px 81px;
	-webkit-border-radius: 50px 0px 0px 0px;
	-moz-border-radius: 50px 0px 0px 0px;
	border-radius: 50px 0px 0px 0px;
}
.page-menu-item_info_title {
	font-size: 30px;
	line-height: 36px;
	color: #c29d63;
}
.page-menu-item_info_desc {
	margin-bottom: 12px;
	padding: 8px 0 12px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	border-bottom: 1px solid #e7e7e7;
}
.page-menu-item_info_desc span {
	font-size: 16px;
	line-height: 25px;
	color: #c29d63;
}
.page-menu-item_info_weight,
.page-menu-item_info_price {
	font-size: 25px;
	line-height: 25px;
	color: #c29d63;
}
.page-menu-no-item {
	padding: 10px 15px;
	font-size: 16px;
	background: #fff;
}

/* END Category page */

/* Modal */

body #fancybox-outer {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
}
#modal-reservation {
	max-height: calc(100vh - 60px);
	padding: 62px 66px 61px;
	font-family: Roboto;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #404040;
	overflow-y: auto;
}
#modal-reservation h3 {
	margin: 0 auto 36px;
	font-size: 30px;
	line-height: 23px;
	text-align: center;
}
#modal-reservation p {
	margin-bottom: 0;
}
#modal-reservation p > span {
	display: block;
	margin-top: 9px;
}
#modal-reservation p.flex {
	margin: 0 -12.5px;
}
#modal-reservation p.flex > span {
	margin: 9px 12.5px 0;
}
#modal-reservation .wpcf7-form-control {
	width: 100%;
	margin-bottom: 23px;
	padding: 15px 14px;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #818181;
	border: 1px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#modal-reservation textarea {
	height: 111px;
	resize: none;
}
#modal-reservation .g-recaptcha {
	border: none;
	border-radius: 0;
}
#modal-reservation .more-link {
	width: 100%;
	height: 50px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#modal-reservation input[type="submit"] {
	width: auto;
	margin: 0;
	text-transform: uppercase;
	color: #c29d63;
	background: none;
	border: none;
}
#modal-reservation .more-link:hover input[type="submit"],
#modal-reservation .more-link:active input[type="submit"],
#modal-reservation .more-link:focus input[type="submit"] {
	color: #fff;
}
.info-text {
	max-width: 500px;
	text-align: center;
}
#modal-reservation .ajax-loader {
	display: none;
}
.modal-policy-text,
.modal-policy,
.modal-info-text {
	display: block;
	max-width: 450px;
	margin: 10px auto;
	font-size: 12px;
}
.modal-policy-text {
	height: 250px;
	overflow-y: scroll;
}
.modal-policy-text strong {
	font-size: 18px;
}
.modal-policy a {
	text-decoration: underline;
}
.modal-info-text {
	margin-top: 0;
}
body #fancybox-close {
	top: 20px;
	right: 19px;
	width: 15px;
	height: 15px;
	background: url(/wp-content/uploads/2019/11/close-btn.png) no-repeat 50% 50%;
}
body #fancybox-close span {
	display: none;
}
.modal-open .modal .modal-dialog {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.modal-content,
.modal-header,
.modal-footer {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.modal-body .title {
	margin-bottom: 12px;
	padding: 0;
	font-size: 24px;
	line-height: 23px;
	color: #000000;
}
.modal-body .title:before {
	display: none;
}
.modal-body .message,
.modal-body .message h5 {
	margin-top: 0 !important;
	font-weight: normal;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #000;
}
#modal-policy {
	padding: 10px 15px;
}

/* END Modal */

/* Business lunch page */

.business-lunch-bg {
	height: 340px;
}
.business-lunch-items {
	padding: 39px 30px 50px 41px;
	background: #ffffff;
}
.business-lunch-item_title {
	margin: 39px auto 24px;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #c29d63;
}
.business-lunch-item:nth-child(1) .business-lunch-item_title {
	margin-top: 0;
}
.business-lunch-item .f50 {
	margin-bottom: 35px;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.business-lunch-item .f50:nth-child(2n) {
	padding-left: 38px;
}
.business-lunch-item .f50:nth-child(2n + 1) {
	padding-right: 38px;
}
.business-lunch-item .f50:nth-last-child(2),
.business-lunch-item .f50:last-child {
	margin-bottom: 0;
}
.business-lunch-item .f50 strong {
	display: block;
	margin-bottom: 7px;
	font-family: "Roboto";
	font-size: 16px;
	line-height: 17px;
	color: #000000;
}
.business-lunch-item_info {
	flex: 1 1 calc(100% - 120px);
	width: calc(100% - 120px);
	max-width: calc(100% - 120px);
	font-family: "Roboto";
}
.business-lunch-item_cost {
	flex: 1 1 120px;
	width: 120px;
	max-width: 120px;
	font-size: 22px;
	line-height: 25px;
	text-align: right;
	color: #c29d63;
}

/* END Business lunch page */

/* Reservation page */

.page-id-3342 form span {
	display: block;
}
.page-id-3342 .modal-policy-text,
.page-id-3342 .modal-policy,
.page-id-3342 .modal-info-text {
	margin-left: 0;
}
.page-id-3342 .wpcf7-submit {
	background: none;
	border: none;
}

/* END Reservation page */

/* Order status page */

.order-status {
	min-height: calc(100vh - 472px);
}
.order-status h2 {
	margin: 52px auto 71px;
	text-align: center;
}

/* END Order status page */

/* Payment report page */

.aic {
	align-items: center;
}
.f25 {
	flex: 1 1 25%;
	width: 25%;
	max-width: 25%;
}
.payment-report {
	padding-block: 60px;
	font-size: 18px;
	line-height: 1.2;
}
.payment-report-item {
	padding-block: 16px;
	border-bottom: 1px solid #eee;
}
.payment-report .button {
	width: 200px;
	margin: 30px auto 0;
	cursor: pointer;
}
.payment-report-filter .flex:first-child {
	margin-right: 20px;
}
.payment-report-filter input {
	position: relative;
	margin-left: 8px;
	cursor: pointer;
}
.payment-report-filter input::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	color: transparent;
	background: transparent;
	cursor: pointer;
}
.payment-report-filter .button {
	margin: 0 0 0 auto;
	background: none;
}
.payment-report-filter .button:hover,
.payment-report-filter .button:active,
.payment-report-filter .button:focus {
	background: #c29d63;
}

/* END Payment report page */

/* Banquet menu page */

.banquet-menu-items {
	display: none;
}
.banquet-menu-items.active {
	display: block;
}
.banquet-menu-items h2 {
	margin-bottom: 30px;
	text-align: center;
}
.banquet-menu-items > .flex {
	gap: 30px;
}
.banquet-menu-item {
	display: flex;
	flex-direction: column;
	flex: 1 1 50%;
	width: 50%;
	max-width: calc(50% - 15px);
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 1px 10px rgba(69,69,69,.15);
	overflow: hidden;
}
.banquet-menu-item .img {
	width: 100%;
	height: 350px;
}
.banquet-menu-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banquet-menu-item .info {
	display: flex;
	flex-direction: column;
	height: calc(100% - 350px);
	padding: 20px 15px;
}
.banquet-menu-item .title {
	font-size: 30px;
	line-height: 36px;
	color: #c29d63;
}
.banquet-menu-item .desc {
	margin-block: 8px 12px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
.banquet-menu-item .props {
	margin-block: auto 20px;
	padding-top: 12px;
	font-size: 25px;
	line-height: 1;
	color: #c29d63;
	border-top: 1px solid #e7e7e7;
}
.banquet-menu-item .props .price {
	margin-left: auto;
}
.banquet-menu-item .add-to-cart,
.banquet-cart-btn input {
	display: inline-flex;
	margin-left: auto;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.2;
	color: #c29d63;
	border: 1px solid #c29d63;
	cursor: pointer;
}
.banquet-menu-item .add-to-cart:hover,
.banquet-menu-item .add-to-cart:active,
.banquet-menu-item .add-to-cart:focus {
	color: #fff;
	background-color: #c29d63;
}
.banquet-menu-basket {
	position: fixed;
	top: 50%;
	right: 15px;
	width: 50px;
	cursor: pointer;
}
.banquet-menu-basket .count {
	position: absolute;
	top: -7px;
	right: -7px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	line-height: 1;
	color: #fff;
	background-color: #c29d63;
	border-radius: 50%;
}

/* END Banquet menu page */

/* Banquet cart page */

.btn-back {
	font-size: 18px;
	border-bottom: 1px solid #c29d63;
}
.banquet-cart-info {
	gap: 30px;
	margin-top: 30px;
}
.banquet-cart-info-item {
	flex: 1 1 calc(100% / 3);
	width: calc(100% / 3);
	max-width: calc(calc(100% / 3) - 20px);
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #404040;
}
.add-desc {
	width: 50%;
	max-width: 50%;
	margin-block: 30px;
}
.banquet-cart-info-item input,
.banquet-cart-info-item select,
.banquet-cart-info-item textarea {
	width: 100%;
	margin-top: 10px;
	padding: 15px 14px;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #818181;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.banquet-cart-info-item textarea {
	height: 150px;
	resize: none;
}
.banquet-cart-btn {
	margin-bottom: 30px;
	text-align: right;
}
.banquet-cart-btn input {
	color: #fff;
	background-color: #c29d63;
}
.banquet-cart-btn input:hover,
.banquet-cart-btn input:active,
.banquet-cart-btn input:focus {
	color: #c29d63;
	background-color: #fff;
}
.event-menu-item {
	position: relative;
}
.event-menu-item .count div {
	padding: 0;
	border: none;
}
.event-menu-item .count .count-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	height: 15px;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}
.event-menu-item .count .count-value {
	padding-inline: 10px;
}
.event-menu-item .remove {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 25px;
	padding: 0;
	background: url(../img/close.svg) no-repeat 50% 50%;
	border: none;
	transform: translateY(-50%);
	cursor: pointer;
}

/* END Banquet cart page */

/* Media */

@media screen and (max-width: 1400px) {
	#about_us .slider-text-wrapper {
		left: 50%;
	}
}
@media screen and (max-width: 1200px) {
	.row {
		margin: 0;
	}
	.container {
		width: 100%;
	}
	header > .container {
		padding: 0;
	}
	.header-wrapper-block_absolute {
		margin: 0 auto;
		padding: 0 15px;
	}
	.map-maket-block,
	.map-maket-block #map {
		width: 100%;
	}
	.page-menu-item_info,
	.page-menu-item:nth-child(2n) .page-menu-item_info {
		padding: 45px 25px 22px;
	}
	.news-row_bottom {
		margin: 0 -15px 40px;
	}
	.news-inner_bottom {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 -webkit-calc(50% - 30px);
		-moz-box-flex: 1;
		-ms-flex: 1 1 calc(50% - 30px);
		flex: 1 1 calc(50% - 30px);
		width: -webkit-calc(50% - 30px);
		width: -moz-calc(50% - 30px);
		width: calc(50% - 30px);
		max-width: -webkit-calc(50% - 30px);
		max-width: -moz-calc(50% - 30px);
		max-width: calc(50% - 30px);
		margin: 0 15px 20px;
	}
	.news-item_img {
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		background-size: cover !important;
	}
	.contact-map > ymaps {
		width: 100% !important;
	}
}
@media screen and (max-width: 1000px) {
	header {
		position: relative;
		z-index: 9;
	}
	header .container {
		padding: 0;
	}
	.header-wrapper-block_absolute {
		position: fixed;
	}
	.information_logo,
	.information_logo a,
	.header-wrapper-block,
	.header-wrapper-block div:not(.menu) {
		position: relative;
		z-index: 11;
	}
	.information_logo,
	.information_logo a {
		z-index: 12;
	}
	.information_logo a {
		display: block;
	}
	.header-wrapper-block .menu__icon {
		z-index: 10;
	}
	#menu-menu-1 {
		z-index: 9;
	}
	.menu-ul li,
	.menu-ul li:last-child {
		margin: 0 auto;
		text-align: center;
	}
	.slider-wrapper .swiper-slide {
		height: 69.3405vw;
	}
	.block-dish {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.block-dish_img,
	.block-dish_consist {
		width: 50%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.block-dish_img {
		max-height: 100%;
	}
	.block-dish_consist {
		padding: 15px 0;
	}
	.news-block_news_inner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px -15px;
	}
	.news-block-inner {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 -webkit-calc(50% -30px);
		-moz-box-flex: 1;
		-ms-flex: 1 1 calc(50% -30px);
		flex: 1 1 calc(50% -30px);
		max-width: -webkit-calc(50% - 30px);
		max-width: -moz-calc(50% - 30px);
		max-width: calc(50% - 30px);
		width: -webkit-calc(50% - 30px);
		width: -moz-calc(50% - 30px);
		width: calc(50% - 30px);
		margin: 0 15px 15px;
	}
	.contact-block-info {
		padding: 25px 15px 0;
	}
	.page-menu-nav {
		max-width: 250px;
	}
	.page-menu-nav li {
		padding: 0;
	}
	.page-menu-items {
		max-width: -webkit-calc(100% - 275px);
		max-width: -moz-calc(100% - 275px);
		max-width: calc(100% - 275px);
		margin-left: 25px;
	}
	.page-menu-item {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.page-menu-item_info {
		max-width: 100%;
	}
	.news-row_bottom {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 100%;
		margin: 0 auto 40px;
	}
	.news-row_bottom .news-inner_bottom:nth-child(2n + 1) {
		margin-left: 0;
	}
	.news-row_bottom .news-inner_bottom:nth-child(2n) {
		margin-right: 0;
	}
	.banquet-hall-item,
	.footer-information {
		position: relative;
		z-index: 1;
	}
	.banquet-hall-item_info {
		padding: 15px;
	}
	.business-lunch-item .f50 {
		flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
	}
	.business-lunch-item .f50:nth-child(2n + 1) {
		padding-right: 0;
	}
	.business-lunch-item .f50:nth-child(2n) {
		padding-left: 0;
	}
	.business-lunch-item .f50:nth-last-child(2) {
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 760px) {
	.f50,
	.block-dish_img,
	.block-dish_consist,
	.page-menu-nav,
	.page-menu-items,
	.page-menu-item_img,
	.page-menu-item_info,
	.about-us-gallery_left,
	.about-us-gallery_right,
	.news-left-block,
	.news-right-block,
	.news-inner_bottom,
	.news-item,
	.contact-form_field,
	.contact-form_field > div {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		-moz-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
	}
	.title,
	.contact-form_title_text {
		font-size: 35px;
		line-height: 1.2;
	}
	.header-wrapper-block_absolute {
		padding: 10px 15px;
		background: #fff;
	}
	.header-wrapper-block_absolute .container {
		flex-wrap: nowrap;
	}
	.header-wrapper-block {
		width: 100%;
		padding-top: 0;
		padding-left: 15px;
	}
	.information_logo {
		padding-top: 0;
	}
	.information {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 0;
	}
	.information_icon {
		margin-right: 5px;
	}
	.information_hours,
	.information_phone,
	.menu a {
		font-size: 16px;
		line-height: 1.2;
	}
	.header-wrapper-block .menu {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.slider-wrapper .swiper-slide {
		height: 500px;
	}
	.border-block,
	.gallery-img_medium,
	.gallery-img_large,
	.footer-information,
	.menu-flex-block,
	.privacy-policy,
	.asmart {
		width: 100%;
	}
	.border-block {
		padding-right: 0;
		text-align: center;
	}
	.swiper-slide_text_inner .title {
		font-size: 28px;
		line-height: 34px;
	}
	.slide-text {
		font-family: "Roboto";
		font-size: 14px;
		line-height: 1.2;
	}
	.swiper-slide_text_inner {
		padding-bottom: 0;
	}
	.swiper-slide_text_inner a {
		margin: 0 auto;
	}
	.swiper-pagination-header {
		top: auto;
		bottom: 25px;
		left: 50%;
		width: auto !important;
		transform: translateX(-50%);
	}
	.swiper-slide_text_package {
		top: 0%;
		max-height: 100%;
	}
	.about-us-pagination {
		bottom: 10px !important;
	}
	.news-block-wrapper {
		padding-top: 35px;
	}
	.news-block_news_inner {
		margin: 0 auto -15px;
	}
	.news-block-inner {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100;
		-moz-box-flex: 1;
		-ms-flex: 1 1 100;
		flex: 1 1 100;
		max-width: 100%;
		width: 100%;
		margin: 0 auto 15px;
	}
	.gallery_block {
		display: block;
		max-width: 100%;
	}
	.gallery-img_wrapper {
		display: block;
		height: auto;
	}
	.news,
	.news-left-block .news_image img,
	.contact-map {
		height: auto;
	}
	.footer-wrapper-block_inner,
	.link-block_inner,
	.menu-flex-block .menu-menu-1-container ul,
	.page-menu-item,
	.news,
	.contact-form_field {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-information {
		padding-right: 0;
	}
	.information_logo_footer {
		padding-top: 15px;
		text-align: center;
	}
	.footer-menu li {
		flex: 1 1 33.33333%;
		width: 33.33333%;
		max-width: 33.33333%;
		padding: 10px 5px;
	}
	.link-block_inner {
		text-align: center;
	}
	.footer-second-menu .link-block_inner {
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
	}
	.footer-second-menu a:nth-child(1) {
		padding-right: 0;
	}
	.page-menu-nav,
	.page-menu-item_info,
	.page-menu-item:nth-child(2n) .page-menu-item_info {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.page-menu-nav {
		padding: 15px 0;
	}
	.page-menu-nav h3 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		text-align: center;
	}
	.page-menu-nav h3 svg {
		width: 20px;
		max-width: 20px;
		height: auto;
		margin-left: 10px;
		transform: rotate(90deg);
		transition: all 0.3s ease;
	}
	.page-menu-nav h3 svg.active {
		transform: rotate(-90deg);
	}
	.page-menu-nav ul {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.page-menu-nav ul.active {
		max-height: 100%;
		padding-top: 15px;
	}
	.page-menu-items {
		margin: 25px auto 0;
	}
	.page-menu-item {
		align-items: flex-start;
	}
	a.page-menu-item_img {
		min-height: 250px;
		pointer-events: none;
	}
	.page-menu-item_info,
	.page-menu-item:nth-child(2n) .page-menu-item_info {
		padding: 25px 25px 22px;
	}
	.page-menu-item_info_title {
		font-size: 25px;
		line-height: 1.2;
	}
	.about-us-gallery_left a,
	.about-us-gallery_right {
		min-height: 250px;
	}
	.about-us-gallery_right {
		margin-top: 6px;
		padding-left: 0;
	}
	.news-left-block,
	.news-right-block > div,
	.news-inner_bottom {
		margin: 0 auto 20px;
	}
	.news-title {
		font-size: 18px;
	}
	.banquet-hall-item_slider {
		height: 250px;
	}
	.banquet-desc .flex:nth-child(2n + 1) {
		padding-right: 0;
	}
	.banquet-desc_icon {
		margin-right: 15px;
	}
	.banquet-hall-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 65px;
	}
	.banquet-hall-item:nth-child(2n) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.banquet-hall-item_info,
	.banquet-hall-item:nth-child(2n) .banquet-hall-item_info {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#modal-reservation {
		padding: 25px 15px 10px;
	}
	#modal-reservation p.flex,
	.news-single .news > .container > .flex,
	.photogallery > .container > .flex {
		margin: 0 auto;
	}
	#modal-reservation p.flex > span {
		width: 100%;
		margin: 9px auto 0;
	}
	#modal-reservation p.flex > span.childs {
		margin-top: 0;
	}
	.news-single .title {
		margin-bottom: 35px;
	}
	.news-item {
		margin: 0 auto 22px;
	}
	.news-item:last-child {
		margin-bottom: 0;
	}
	.news-item_img,
	.news-item_img:hover,
	.news-item_img:active,
	.news-item_img:focus {
		background-size: cover !important;
	}
	.photogallery-item {
		margin: 0 auto 30px;
	}
	.swiper-slide_text,
	.insider-swiper-text_contacts {
		padding: 0;
	}
	.swiper-slide_text {
		left: -15px;
		width: calc(100% + 30px);
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.contact-map {
		position: relative;
		z-index: 1;
	}
	.contact-map .swiper-slide_text {
		position: relative;
		left: 0;
		width: 100%;
	}
	.contact-form-wrapper {
		padding: 25px 15px;
	}
	.contact-form_title {
		margin-bottom: 25px;
	}
	.contact-form_field label,
	.contact-form_field p {
		display: block;
		width: 100%;
	}
	.contact-form_field input {
		max-width: 100%;
	}
	.form-button svg {
		top: 50%;
		margin-left: 15px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#about_us .slider-wrapper .swiper-slide {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: auto;
	}
	.border-block_about_us {
		padding: 55px 0;
	}
	#about_us .swiper-slide_text_inner .title {
		position: relative;
		z-index: 1;
		margin-bottom: 35px;
		padding: 0;
		font-size: 45px;
		line-height: 54px;
		text-align: left;
	}
	#about_us .swiper-slide_text_inner .title:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 51px;
		height: 2px;
		background: #000;
	}
	#about_us .slider-text-wrapper {
		position: relative;
		top: 0;
		bottom: auto;
	}
	.contact-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.gallery-slider {
		max-width: 100%;
	}
	.news-inner:hover .news_text-wrapper {
		padding: 10px 15px;
	}
	.news-inner:hover .news-title a {
		font-size: 35px;
		line-height: 1.2;
	}
	.news-block_text_large,
	.category .page-block {
		display: none;
	}
	.page-menu {
		padding-top: 150px;
	}
	.all-page-title {
		width: 100%;
		padding: 0 15px;
	}
	.page-template-business-lunch-page .page-menu.page-bg {
		padding-top: 52px;
	}
	.business-lunch-items {
		padding: 10px 15px;
	}
	.menu-flex-block .menu-menu-1-container ul {
		max-width: 278px;
		margin: 0 auto;
	}
	.photogallery-item_title {
		max-height: 140px;
	}
	a.photogallery-item_link {
		bottom: -10%;
		width: 153px;
		max-height: none;
		margin-top: -2px;
		color: #c29d63;
		border-color: #c29d63;
	}
	a.photogallery-item_link svg * {
		fill: #c29d63;
	}
	.slider-text-wrapper .button {
		padding: 12px 15px 11px;
	}
	#modal-reservation .more-link {
		flex-wrap: nowrap;
		height: auto;
	}
	#modal-reservation input[type="submit"] {
		width: 100%;
		white-space: normal;
	}
	a.more-link svg {
		left: 0;
	}
}

/* END Media */
.lmb-container {
	width: 100%;
	margin-top: 40px;
}
#loadMore {
	cursor: pointer;
	max-width: 183px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 12px;
	padding-bottom: 11px;
	border: 1px solid #c29d63;
	font-family: Roboto;
	font-size: 15px;
	line-height: 21px;
	text-transform: uppercase;
	color: #c29d63 !important;
	text-decoration: none;
	border-radius: 0;
	margin-right: auto;
	margin-left: auto;
}
#loadMore:hover {
	background: #c29d63;
	color: #fff !important;
}

/* LANG, PRICE */
.aifs {
	align-items: flex-start;
}

.lang {
	display: flex;
	padding-left: 0;
}

.lang__item {
	font-size: 18px;
	line-height: 19px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}

.lang__item.active {
	color: rgb(194, 157, 99);
}

.lang__item:not(:last-child) {
	position: relative;
	padding-right: 6px;
	margin-right: 5px;
}

.lang__item:not(:last-child)::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #000;
	top: 0;
	right: 0;
}

a.price {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: Roboto;
	font-size: 17px;
	line-height: 20px;
	font-weight: 300;
	color: rgb(194, 157, 99);
	padding: 9px 25px 9px 36px;
}

@media(max-width:1100px) {
	.menu-ul li {
		margin-right: 20px;
	}
}

@media(max-width:991px) {
	.lang {
		display: none;
	}
	.menu-ul li {
		margin-right: auto;
	}
	a.price {
		justify-content: center;
	}
}