/*!
Theme Name: Honey Hall
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: honeyhall
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Honey Hall is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-color: #fff;
	color: #4a4a4a;
	line-height: 1.9;
}
body.offcanvas-active {
	overflow: hidden;
}
a {
	color: #a78963;
	text-decoration: none;
	transition: .25s;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lora', sans-serif;
	margin: 0 0 15px;
	font-weight: 400;
	line-height: 1.2;
}
p, ul, ol, blockquote {
	margin: 0 0 15px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}

.form-field {
	position: relative;
	margin-bottom: 15px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	font-size: 16px;
	color: #222;
	border: 1px solid #ccc;
	border-radius: 0;
	width: 100%;
	background: none;
	outline: none;
	padding: 11px 16px;
	line-height: 1.5;
}
textarea {
	height: 120px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #a78963;
}

.iframe-map {
	position: relative;
}
.iframe-map iframe {
	width: 100%;
	height: 280px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	--bs-gutter-x: 30px;
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1140px;
	}
}
.row {
	--bs-gutter-x: 30px;
}


.sppb-btn {
	display: inline-block;
	text-align: center;
	line-height: 1.25;
	font-size: 18px;
	border: 1px solid transparent;
	background-color: transparent;
	color: #a78963;
	padding: 10px 50px;
	border-radius: 0;
	font-weight: 500;
	position: relative;
	z-index: 3;
	outline: none !important;
	cursor: pointer;
	transition: .25s;
}
.sppb-btn-primary {
	border-color: #a78963;
}
.sppb-btn-primary:hover {
	color: #ffffff;
}
.sppb-btn:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 8px;
	right: 8px;
	bottom: -10px;
	border: 1px solid #a78963;
	z-index: -1;
	transition: 0.3s;
	pointer-events: none;
}
.sppb-btn:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: -1px;
	right: -1px;
	background-color: #a78963;
	transition: 0.3s;
	z-index: -1;
	height: 0;
}
.sppb-btn:hover:after {
	height: 62px;
	top: -10px;
}



.heading {
	position: relative;
	margin-bottom: 80px;
}
.heading-before {
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #a78963;
}
.heading-main {
	font-size: 42px;
	letter-spacing: 2px;
}
.heading-image {
	display: flex;
	align-items: center;
}
.heading-image > span {
	flex: 0 0 60px;
	max-width: 60px;
	margin-right: 50px;
}



.owl-nav {
	position: relative;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.owl-nav button {
	font-size: 32px !important;
	color: #D8D8D8 !important;
	margin-right: 30px;
	transition: .25s;
}
.owl-nav button:last-child {
	margin-right: 0;
}
.owl-nav button:hover {
	color: #333333 !important;
}



.wrapper {
	position: relative;
	z-index: 1;
}


.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 50px;
	background-color: rgba(14, 17, 22, .85);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
	z-index: 99;
}
.header-logo {
	height: 90px;
	display: inline-flex;
	margin: 0;
	align-items: center;
}
.header-menu {
	position: relative;
	display: flex;
	justify-content: center;
}
.main-menu {
	position: relative;
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	z-index: 99;
}
.main-menu li {
	display: inline-block;
	position: relative;
	padding: 0;
}
.main-menu > li > a {
	font-size: 16px;
	font-weight: 600;
	padding: 0 15px;
	display: inline-block;
	text-transform: uppercase;
	line-height: 90px;
	margin: 0;
	color: #ffffff;
}
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a {
	color: #a78963;
}


.menu-toggle {
	margin-left: 20px;
	height: 90px;
	font-size: 20px;
	background-color: transparent;
	color: #ffffff;
	border: none;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	transition: .25s;
}

.header-button {
	text-align: right;
	padding: 20px 0;
}


.main-content {
	position: relative;
	overflow: hidden;
	z-index: 1;
}



.mainBlock-section {
	position: relative;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.mainBlock-bgimage {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.mainBlock-bgimage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mainBlock-bgimage:after {
	content: '';
	background-color: #222222;
	opacity: .5;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.mainBlock-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.mainBlock-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mainBlock-image {
	position: relative;
	width: 100%;
	text-align: center;
}
.mainBlock-image img {
	max-height: 440px;
}
.mainBlock-down {
	position: absolute;
	text-align: center;
	font-size: 44px;
	line-height: 1;
	width: 100%;
	bottom: 40px;
	left: 0;
	color: #a78963;
	animation: updownarrow 2s infinite;
	z-index: 3;
}
@keyframes updownarrow {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0);
	}
}



.about-section {
	position: relative;
	padding-top: 86px;
	color: #939393;
	background-color: #0e1116;
	z-index: 1;
}
.about-section .heading-main {
	color: #ffffff;
}
.about-content {
	max-width: 65%;
	margin: 0 auto 120px;
	font-size: 18px;
	line-height: 2;
}
.about-image {
	text-align: center;
}


.advantages-section {
	position: relative;
	padding: 85px 0 50px;
	z-index: 1;
}
.advantages-item {
	position: relative;
	margin-bottom: 40px;
}
.advantages-item__title {
	font-size: 22px;
	font-weight: 500;
	color: rgb(74,74,74);
	line-height: 1.5;
	margin-bottom: 10px;
}
.advantages-item__text {
	font-size: 15px;
	color: rgba(74, 74, 74, .6);
	text-align: justify;
}
.advantages-image {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}



.additionalServices-section {
	position: relative;
	padding: 130px 0 90px;
	background-color: #0E1116;
	color: rgba(255, 255, 255, 0.55);
	z-index: 1;
}
.additionalServices-section .heading {
	color: #a78963;
	margin-bottom: 55px;
}
.additionalServices-title {
	position: relative;
	margin-bottom: 35px;
	font-size: 18px;
	line-height: 1.55;
	letter-spacing: 3px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	color: #a78963;
}
.additionalServices-items {
	position: relative;
}
.additionalServices-item {
	position: relative;
	margin-bottom: 45px;
}
.additionalServices-item:last-child {
	margin-bottom: 0;
}
.additionalServices-item__title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #ffffff;
}
.additionalServices-item__text {
	color: rgba(255, 255, 255, 0.6);
}
.additionalServices-image {
	margin: -380px -500px 30px 0px;
}




.catering-section {
	position: relative;
	padding: 85px 0 10px;
	z-index: 1;
}
.catering-heading {
	margin-bottom: 40px;
	margin-top: -100px;
}
.catering-heading .heading-main {
	font-size: 24px;
	color: #a78963;
}
.catering-heading > span {
	flex: 0 0 48px;
	max-width: 48px;
	margin-right: 30px;
}
.catering-items {
	position: relative;
}
.catering-item {
	position: relative;
	margin-bottom: 60px;
	padding-right: 10%;
}
.catering-item:last-child {
	margin-bottom: 0;
}
.catering-item__title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Lora', sans-serif;
}
.catering-item__text {
	font-size: 15px;
	color: rgba(74, 74, 74, .6);
}

.owl-gallery-item {
	height: 850px;
	overflow: hidden;
}
.owl-gallery-item img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}





.about2-section {
	position: relative;
	padding: 60px 0;
	background-color: #0d1116;
	z-index: 1;
}
.about2-left {
	padding-left: 50px;
	padding-right: 100px;
}
.about2-section .heading {
	color: #a78963;
}
.about2-content {
	font-size: 18px;
	line-height: 2;
	color: #939393;
	text-align: justify;
}



.photogallery-section {
	position: relative;
	padding: 60px 0;
	z-index: 1;
}
.photogallery-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.postPhotogallery-items {
	margin: 0 0 -30px;
}
.photogallery-item {
	position: relative;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
	margin: 0 0 30px;
}
.postPhotogallery-item {
	position: relative;
	margin-bottom: 30px;
}
.photogallery-item:nth-child(1) {
	flex: 0 0 100%;
	max-width: 100%;
}
.photogallery-item:nth-child(2),
.photogallery-item:nth-child(3) {
	flex: 0 0 50%;
	max-width: 50%;
}
.photogallery-item__wrap {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.postPhotogallery-item .photogallery-item__wrap {
	height: calc((1110px - 2 * 30px) / 3 / 1.4);
}
.photogallery-item__wrap:after, .photogallery-item__wrap:before {
	content: "";
	position: absolute;
	pointer-events: none;
}
.photogallery-item__wrap:before {
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	border: 1px solid #a78963;
	z-index: 1;
	transform: scale(1.3);
	opacity: 0;
}
.photogallery-item__wrap:after {
	top: 35px;
	left: 65px;
	right: 65px;
	bottom: 35px;
	transform: scale(1.3);
	opacity: 0;
	border: 1px solid #a78963;
}
.photogallery-item__wrap:hover:after, .photogallery-item__wrap:hover:before {
	opacity: 1;
	transform: scale(1);
	transition: 0.3s;
}
.photogallery-item__image {
	position: relative;
	height: 100%;
	width: 100%;
}
.photogallery-item__image:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0;
	transition: 0.3s;
}
.photogallery-item__image:hover:before {
	opacity: 0.5;
}
.photogallery-item__image:after {
	top: 35px;
	left: 65px;
	right: 65px;
	bottom: 35px;
	transform: scale(1.3);
	opacity: 0;
	border: 1px solid #a78963;
}
.photogallery-item__image:hover:after {
   transition-delay: 0.15s;
}
.photogallery-item__image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.photogallery-item__icon {
	position: absolute;
	top: calc(50% - 70px);
	left: calc(50% - 70px);
	text-align: center;
	z-index: 22;
	background-color: transparent;
	border-radius: 0;
	font-size: 140px;
	font-weight: 100;
	width: 140px;
	height: 140px;
	line-height: 140px;
	color: #a78963;
	display: block;
	font-weight: 300;
	opacity: 0;
	transform: scale(0.5);
}
.photogallery-item__image:hover .photogallery-item__icon {
	transition: 0.3s;
	transition-delay: 0.3s;
	animation: none;
	opacity: 1;
	transform: scale(1);
}

.photogallery-button {
	position: relative;
	margin-top: 100px;
	z-index: 9;
}




.reservation-section {
	position: relative;
	padding: 40px 0 50px;
	z-index: 1;
}
.reservation-section:before,
.reservation-section:after {
	content: '';
	background: url(images/bd-img1.svg) no-repeat center;
	background-size: contain;
	width: 189px;
	height: 9px;
	margin: 0 auto;
	display: block;
}
.reservation-section:before {
	margin-bottom: 80px;
}
.reservation-section .heading {
	width: 62%;
	margin-left: auto;
	margin-right: auto;
}
.reservation-block {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	text-align: center;
	z-index: 1;
}
.reservation-block:after, .reservation-block:before {
	content: "";
	position: absolute;
	pointer-events: none;
}
.reservation-block:before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #a78963;
}
.reservation-block:after {
	top: 15px;
	bottom: 15px;
	left: -15px;
	right: -15px;
	border: 1px solid #a78963;
}
.reservation-block__text {
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 10;
	padding: 10px 60px;
	position: relative;
	top: -7px;
	color: #a78963;
	margin-top: -50px;
	margin-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
}
.reservation-block__phone {
	padding: 45px 50px 70px;
	font-family: 'Lora', sans-serif;
	font-size: 42px;
	font-weight: 400;
}



.footer {
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	padding: 90px 0 70px;
	background-color: unset;
	background-image: linear-gradient(90deg, #05090e 57.5%, rgba(5, 9, 14, .97) 41.5%);
	color: #ffffff;
	margin-top: 120px;
	z-index: 1;
}
.footer > svg {
	position: absolute;
	width: 100%;
	height: 120px;
	top: -120px;
	left: 0;
	transform: rotate(180deg);
	z-index: 1;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
}
.footer-widget {
	min-width: 190px;
}
.footer-widget-last {
	position: relative;
 	flex: 0 0 360px;
 	max-width: 360px;
}
.footer-logo {
	margin-bottom: 30px;
}
.footer-logo img {
	max-height: 30px;
}
.footer-info {
	color: #939393;
	font-size: 16px;
}
.footer-info h2,
.footer-widget-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3.69px;
	line-height: 30px;
	color: #a78963;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.footer-info a {
	color: #ffffff;
	font-size: 20px;
}
.footer-button {
	margin-top: 70px;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	margin-bottom: 15px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #939393;
	text-transform: uppercase;
}
.footer-menu li a:hover {
	color: #ffffff;
}
.soc-links {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.soc-links li {
	margin-right: 25px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	font-size: 24px;
	font-weight: 600;
	color: #939393;
	text-transform: uppercase;
}
.soc-links li a:hover {
	color: #ffffff;
}


.footer-bottom {
	position: relative;
	background-color: #05090e;
	font-size: 14px;
	font-weight: 600;
	color: #9b9b9b;
	padding: 15px 0;
	z-index: 1;
}
.footer-bottom a {
	color: #9b9b9b;
}
.footer-bottom a:hover {
	color: #ffffff;
}



.pum-container {
	border: none !important;
	padding: 20px 30px !important;
}
.pum-container .pum-title {
	font-size: 22px !important;
	font-weight: bold !important;
	text-align: center !important;
	margin-bottom: 20px !important;
	text-transform: uppercase;
	color: #a78963 !important;
}
.pum-close {
	font-size: 14px !important;
}



.page-header {
	position: relative;
	padding: 270px 0 180px;
	z-index: 1;
}
.page-header-2 {
	padding: 160px 0 0px;
}
.page-header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-header-bg img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.page-header-bg:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.6;
	background-color: #0e1116;
	z-index: 1;
}
.page-title-before {
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 3.69px;
	color: #a1a1a1;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.page-title {
	font-size: 72px;
	font-weight: 400;
	font-family: 'Libre Baskerville', sans-serif;
	color: #fff;
	line-height: 1.1;
}
.page-header-2 .page-title {
	color: #333;
}
.page-content {
	position: relative;
	padding: 100px 0;
	z-index: 1;
}


.error-404-number {
	color: #a78963;
	font-size: 260px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}


.galleryItems {
	position: relative;
	margin-bottom: -30px;
}
.galleryItem {
	position: relative;
	margin-bottom: 30px;
}
.galleryItem__wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: calc((1110px - 2 * 30px) / 3 / 1.4);
	overflow: hidden;
	z-index: 1;
}
.galleryItem__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.galleryItem__image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.galleryItem__image:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	opacity: .5;
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
	z-index: 2;
}
.galleryItem__wrap:hover .galleryItem__image:after {
	opacity: .7;
}
.galleryItem__info {
	width: 100%;
	padding: 20px;
}
.galleryItem__title {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	line-height: 1.2;
}
.galleryItem__count {
	font-size: 16px;
	font-weight: 700;
	color: #a1a1a1;
	letter-spacing: 1px;
	line-height: 1.2;
}



.pageContacts-phone {
	position: relative;
	color: #a78963;
	font-size: 20px;
}
.pageContacts-phone > i {
	margin-right: 10px;
}
.pageContacts-phone a {
	color: #a78963;
}
.pageContacts-phone a:hover {
	color: #333333;
}


.pageContacts-photo {
	position: relative;
	padding: 40px 0 80px;
	z-index: 1;
}
.pageContacts-photo:before {
	content: '';
	background: url(images/bd-img1.svg) no-repeat center;
	background-size: contain;
	width: 189px;
	height: 9px;
	margin: 0 auto 80px;
	display: block;
}


.faq-section {
	position: relative;
	padding: 60px 0 90px;
	z-index: 1;
}
.faq-items {
	position: relative;
}
.faq-item {
	position: relative;
	margin-bottom: 24px;
	border: 1px solid #a78963;
	overflow: hidden;
	border-radius: 12px;
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-item__head {
	position: relative;
	background-color: #a78963;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 20px;
	line-height: 1.35;
	cursor: pointer;
}
.faq-item__head:after {
	content: '';
	-webkit-mask-image: url(images/chevron.svg);
	mask-image: url(images/chevron.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #ffffff;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-left: 20px;
	transition: .25s;
}
.active > .faq-item__head:after {
	transform: rotate(180deg);
}
.faq-item__content {
	display: none;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.5;
}



.offcanvas-overlay {
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	visibility: hidden;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.offcanvas-active .offcanvas-overlay {
	visibility: visible;
	opacity: 1;
}
.offcanvas-menu {
	background-color: #fff;
   color: #252525;
	width: 300px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -300px;
	overflow: inherit;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index: 10000;
}
body.offcanvas-active .offcanvas-menu {
	right: 0px;
}
.close-offcanvas {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	background: #333;
	color: #fff;
}
.offcanvas-menu .offcanvas-inner {
	padding: 30px;
	margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin: 0;
	list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
	border: 0;
	padding: 0;
	margin: 0 0 10px;
	position: relative;
	overflow: hidden;
	display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
	display: block;
	font-size: 18px;
	padding: 0.125rem 0;
	position: relative;
	color: #252525;
	line-height: 1.5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li.active > span {
	color: #a78963;
}







@media (max-width: 1199px) {
	.sppb-btn {
		padding: 10px 30px;
	}
	.footer-widget-last {
		flex: 0 0 320px;
		max-width: 320px;
	}
	.header-logo img {
		max-width: 180px;
	}
	.galleryItem__wrap,
	.postPhotogallery-item .photogallery-item__wrap {
		height: calc((910px - 2 * 30px) / 3 / 1.4);
	}
}


@media (max-width: 991px) {
	.header-menu {
		justify-content: flex-end;
	}
	.about-content {
		max-width: 100%;
		margin: 30px 0 60px;
	}
	.heading {
		margin-bottom: 45px;
	}
	.heading-main {
		font-size: 36px;
	}
	.additionalServices-image {
    	margin: 40px 0 0;
	}
	.catering-section {
		padding-bottom: 80px;
	}
	.catering-heading {
		margin-top: 0;
	}
	.about2-left {
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.reservation-section .heading {
		width: 100%;
	}
	.reservation-block__phone {
		padding: 25px 40px 50px;
		font-size: 36px;
	}
	.footer {
		margin-top: 60px;
		background-color: #05090e;
	}
	.footer > svg {
		top: -60px;
		height: 60px;
	}
	.footer-wrap {
		display: block;
	}
	.footer-widget {
		max-width: 100% !important;
		margin-bottom: 35px;
	}
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	.footer-info h2, .footer-widget-title {
		margin-bottom: 20px;
	}
	.footer-button {
		margin-top: 30px;
	}
	.galleryItem__wrap,
	.postPhotogallery-item .photogallery-item__wrap {
		height: calc((690px - 1 * 30px) / 2 / 1.4);
	}
	.page-content {
		padding: 80px 0;
	}
	.page-title {
		font-size: 42px;
	}
	.error-404-number {
		font-size: 220px;
	}
}



@media (max-width: 767px) {
	.mainBlock-bgimage {
		display: block;
	}
	.mainBlock-video {
		display: none;
	}
	.photogallery-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.photogallery-button {
		margin-top: 40px;
	}
	.heading-main {
		font-size: 28px;
	}
	.heading-before {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.reservation-block__phone {
    	padding: 20px 30px 45px;
    	font-size: 28px;
	}
	.reservation-block__text {
		margin-top: 0;
		padding: 5px 15px;
	}
	.page-header {
		padding: 180px 0 80px;
	}
	.page-header-2 {
		padding: 140px 0 0;
	}
	.page-title-before {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.page-title {
		font-size: 32px;
	}
	.galleryItem__wrap, .postPhotogallery-item .photogallery-item__wrap {
    	height: calc((520px - 1 * 30px) / 2 / 1.4);
	}
	.photogallery-item__icon {
		top: calc(50% - 40px);
		left: calc(50% - 40px);
		font-size: 80px;
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	.error-404-number {
    	font-size: 180px;
	}
	.about-content {
		font-size: 16px;
	}
	.about2-content {
		font-size: 16px;
		line-height: 1.6;
	}
	.owl-gallery-item {
		height: 500px;
	}
}




@media (max-width: 575px) {
	.header {
		padding: 0 15px;
	}
	.header-logo {
		height: 66px;
	}
	.menu-toggle {
		height: 66px;
	}
	.mainBlock-image img {
    	max-height: 360px;
	}
	.mainBlock-down {
		font-size: 36px;
		bottom: 20px;
	}
	.catering-item,
	.additionalServices-item,
	.advantages-item {
		margin-bottom: 30px;
	}
	.advantages-item__title {
		font-size: 20px;
	}
	.header-logo img {
    	max-width: 140px;
	}
	.galleryItem__wrap, .postPhotogallery-item .photogallery-item__wrap {
    	height: calc((100vw - 40px) / 1.4);
	}
}