/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
.inter {
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
*, ::after, ::before {
box-sizing: border-box;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
height: 100%;
scroll-behavior: smooth;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, summary {
display: block;
}
img, svg {
vertical-align: middle;
}
a {
text-decoration: none;
color:rgba(0,0,0,1.00);
transition: .2s linear;
}
a:hover {
color:rgba(123,156,134,1.00);
}
a img {
border: none; /* Убираем рамку */
}
p {
font-size: 1.125em;
line-height: 1.6;	
}
b {
font-weight: bold;	
}
body {
margin: 0;
display: grid;
grid-template-rows: auto auto 1fr auto;
grid-template-columns: 100%;
min-height: 100%;
letter-spacing: 0.15px;
color:rgba(0,0,0,1.00);
font-size: 1em;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
font-variation-settings:
"wdth" 100;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;	
-webkit-font-smoothing: antialiased;	
}
.wrapper {
width: 100%;
margin: 0 auto;
min-height: 100%;
height: auto !important;
height: 100%;
}
h1 {
display:flex;
flex-direction: column;
font-size: 2em;
color:rgb(37, 43, 51);
text-align: center;

}
h2 {
display:flex;
flex-direction: column;
font-size: 2em;
color:rgb(37, 43, 51);
text-align: center;
padding-bottom: 100px;
}
h2 span {
font-size: 24px;
line-height: 1.50;
margin:40px 0;
}
/* Header
-----------------------------------------------------------------------------*/
/* Main Header Layout */
.header {
display: block;
position: relative; 
width: 100%;
height: 900px;
background: rgba(240, 245, 242, 1.00);
}
.h_up {
position:relative;
width: 100%;
align-items: center;
justify-content: center;
}
.menu_up {
display:flex;
max-width: 1200px;
height: 100px;
flex-direction: row;
line-height: 100px;
font-size: 16px;
align-items: center;
justify-content: center;
margin:0 auto;
}
/*Gamburger*/
.burger-checkbox {
position: absolute;
visibility: hidden;
}
.fa-bars {
position: relative;
z-index: 1;
cursor: pointer;
display: block;
font-size: 1.125em;
color: rgba(44,89,9,1.00);	
}
.fa-bars:hover {
	color:rgba(123,156,134,1.00);
}
.menu-list {
  top: 0;
  left: -2px;
  position: absolute;
  display: grid;
  gap: 1px;
  padding: 40px 0;
  margin: 0;
  background: rgba(123,156,134,1.00);
  list-style-type: none;
  transform: translateX(-100%);
  transition: .3s;
  width: auto;
  z-index: 9;
}
.menu-item {
  display: block;
  padding: 5px 20px;
  color: rgba(255,255,255,1.00);
  font-size: 18px;
  text-align: left;
  text-decoration: none;
}
.menu-item:hover {
  /*background: rgba(255,255,255,.2)*/
	color:rgba(240, 245, 242, 1.00);
}
.burger-checkbox:checked ~ .menu-list {
  transform: translateX(0);
}
/*Gamburger End*/
.logo {
    width: 200px;
    overflow: hidden;
    justify-content: center;
    margin: auto;
    display: block;
    position: absolute;
}
.logo img {
width: 100%;
height: auto;
}
.g-menu {
text-align: center;
}
.tel_m {
display:none;	
}
.tel {
margin-left: auto!important;
}
.tel li a {
color: rgba(44, 89, 9, 1.00);
font-size: 1.125em;
	font-weight: bold;
}
.tel li a:hover {
color:rgba(123,156,134,1.00);
}
.menu_up li {
display: inline-block;
padding:0 10px;
line-height: 50px;
}
.banners {
  width: 100%;
  height: 820px;
  position: relative;
}

.banners ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.banners ul li {
  width: 100%;
  height: 100%;
  list-style: none;
}

.banners .bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.banners .bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banners .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Центрируем текст */
.slide-caption {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255,255,255,0.95);
  font-size: 55px;
/*  font-weight: bold;*/
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  max-width: 80%;
  line-height: 1.3;
  z-index: 2; /* выше затемнения */
}
/* Стили для навигации Owl Carousel */
.owl-carousel .owl-nav .owl-next {
  right: 1em !important;
  background: #7b9c86;
}

.owl-carousel .owl-nav .owl-prev {
  left: 1em !important;
  background: #7b9c86;
}
.owl-carousel .owl-nav .owl-next {
float:right;
position: absolute;
top: 50%!important;
right: -10em;
color:#FFF;
background-color: #7b9c86!important;
border-radius: 25px;
width: 35px;
height: 35px;
transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out; /** Chrome & Safari **/
-moz-transition: all 1s ease-in-out; /** Firefox **/
-o-transition: all 1s ease-in-out; /** Opera **/
}
.owl-carousel .owl-nav .owl-prev {
float:left;
position: absolute;
top: 50%!important;
left: -10em;
color:#FFF;
background-color: #7b9c86!important;
border-radius: 25px;
width: 35px;
height: 35px;
transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out; /** Chrome & Safari **/
-moz-transition: all 1s ease-in-out; /** Firefox **/
-o-transition: all 1s ease-in-out; /** Opera **/
}	
/*-----------Header--------------*/
.middle {
width: 100%;
overflow: hidden;
display: flex;
position: relative;
flex-direction: column;
}
#container {
float: left;
min-height: 250px;
padding: 0 0 500px;
}
.next {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	padding: 50px 0 0 0;
}
.button {
	width: 280px;
    height: 75px;
    background: #7b9c86;
    border: 2px solid rgba(123, 156, 134, 1.00);
    color: #fff;
    letter-spacing: 0.15px;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 75px;
}
.button:hover {
	background: #FFF;
}
#utp {
display:block;
position:relative;
background: rgba(240,245,242,1.00);
text-align: center;
margin:0 auto;
width: 100%;
height: auto;
}
.block {
display:block;
position:relative;
max-width: 1200px;
height: auto;
text-align: center;
margin:0 auto;
padding: 135px 0 135px 0;
}
.z1 {
display:block;
position:relative;
width: 500px;
padding-bottom: 75px;
margin:0 auto;
white-space: nowrap;
text-align: center;
overflow: hidden;
}
.z1 img {
width: 100px;
height: auto;
padding: 5px;
border: 1px solid #7b9c86;
border-radius: 50px;
}
.z1 > span {
display: inline-block;
margin: 0 .4em;
}
.z1 > span:before,
.z1 > span:after {
content: '';
position: absolute;
width: 100%;
border-top: 1px solid #7b9c86;
margin-top: 50px;
}
.z1 > span:before {
margin-left: -102%;
}
.z1 > span:after {
margin-left: 2%;
}
.z2 {
line-height: 1.45;
letter-spacing: 0.15px;
font-size: 1.25em;
}
.directions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: auto;
}
.directions .bg {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden; /* Скрываем части изображения при увеличении */
}
.directions .bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: background-color 0.3s ease;
}
.directions .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: transform 0.5s ease-in-out; /* Плавное увеличение изображения */
}
.directions .bg:hover img {
  transform: scale(1.1); /* Увеличение изображения на 10% */
}
.directions .bg h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Центрирование текста */
  z-index: 3; /* Текст поверх затемнения */
  color: rgba(255, 255, 255, 1);
  font-size: 1.438em;
  text-align: center;
  margin: 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
/*.directions .bg h3::after {
  content: '+';
  position: absolute;
  top: 200%;
  left: 50%;
  transform: translate(-50%, 10px); 
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; 
  height: 40px;
  background-color: rgba(123,156,134,0.80); 
  color: #FFF; 
  font-size: 1.438em; 
  border-radius: 50%; 
  z-index: 3; 
  transition: transform 0.3s ease-in-out; 
}
.directions .bg:hover h3::after {
  transform: translate(-50%, 10px) rotate(360deg) !important; 
}*/
.buffets, .banquets, .corporate, .parties, .weddings, .vip {
  position: relative;
  border: 1px solid #7b9c86;
  width: 100%;
  height: 380px;
  text-align: center;
  overflow: hidden;
}
.buffets { grid-area: 1 / 1 / 2 / 2; }
.banquets { grid-area: 1 / 2 / 2 / 3; }
.corporate { grid-area: 1 / 3 / 2 / 4; }
.parties { grid-area: 2 / 1 / 3 / 2; }
.weddings { grid-area: 2 / 2 / 3 / 3; }
.vip { grid-area: 2 / 3 / 3 / 4; 
}
#about_us {
    display: block;
    position: relative;
    background: rgba(240, 245, 242, 1.00);
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
}	
#why_us {
  width: 100%;
  display: flex;
  justify-content: center;
  background: rgba(240, 245, 242, 1); /* светлый премиальный фон */
}
#why_us .block {
  max-width: 1200px;
  width: 100%;
}
#why_us .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
}
#why_us .card {
  background: #fff;
  border-radius: 0; /* убрали скругление */
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  border: 1px solid rgba(123, 156, 134, 0.80); /* лёгкая золотистая рамка */
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
}
#why_us .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
  border: 1px solid rgba(184,155,94,0.4);
}
#why_us .icon {
  font-size: 2.5rem;
  margin-bottom: 18px;
  /*color: #b89b5e;*/ /* золотой */
  color: rgba(123, 156, 134, 0.80);	
}
#why_us h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  font-weight: 600;
  color: #222;
}
#why_us p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
#prices {
    background: rgba(240, 245, 242, 1.00);
}
.pricess {
	    padding-bottom: 30px;
}
.menu-section {
  margin: 50px auto;
  max-width: 1200px;
  padding: 20px;
}

.menu-section h2 {
  font-size: 24px;
  padding-bottom: 75px;
  text-align: center;
}

.menu-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.menu-card {
  background: #fff;
  /*border-radius: 12px;*/
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.2s;
border: 1px solid rgba(123, 156, 134, 0.80);	
}

.menu-card:hover {
  transform: translateY(-5px);
}

.menu-card h3 {
  font-size: 22px;
  margin-bottom: 25px;
	font-weight: bold;
}

.menu-card p {
  margin: 10px 0;
	text-align: left;
}

.menu-card ul {
  margin: 10px 0 0 15px;
  padding: 0;
}

.menu-card ul li {
  margin-bottom: 5px;
  list-style: disc;
	text-align: left;
	font-style: italic;
}


.about-vertical {
  max-width: 1200px;
  margin: 0 auto;
}

.about-vertical h2 {
 
}

.about-vertical h3 {
  font-size: 20px;
  margin-top: 55px;
  margin-bottom: 55px;
}

.about-vertical p {
  text-align: left;
}
.about-vertical p strong {
	font-weight: bold;
}




#reviews {
	background: rgba(240, 245, 242, 1.00);
}
.reviews {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 20px;
	
}

.reviews h2 {
  
}

.review-card {
  background: #fff;
  padding: 60px 40px 40px;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  position: relative;
}

.review-image {
  width: 100px;              /* задаём фиксированный размер */
  height: 100px;
  border-radius: 50%;        /* делаем круг */
  overflow: hidden;          /* прячем всё, что за границами круга */
  margin: 0 auto 20px;       /* центрируем и даём отступ */
  border: 4px solid rgba(123, 156, 134, 0.8); /* премиальная рамка */
}

.review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;         /* фото точно заполнит круг */
  object-position: center;   /* и будет по центру */
  display: block;
}

.review-text p {
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.review-author {
  font-size: 14px;
  color: #444;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.review-author .name {
  font-weight: 600;
  color: rgba(123, 156, 134, 0.80);
}
.video_1 {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
}
/* Стрелки */
.swiper-button-prev,
.swiper-button-next {
  width: 40px!important;
  height: 40px!important;
  top: 50%!important;
  transform: translateY(-50%)!important;
  background: rgba(240, 245, 242, 1.00)!important;
  color: rgba(123, 156, 134, 0.80)!important;
  font-weight: bold!important;
  z-index: 10!important;
}

.swiper-button-prev {
  left: 0!important;
  border-radius: 0 50% 50% 0!important;
  box-shadow: 2px 0 6px rgba(0,0,0,0.05)!important;
}

.swiper-button-next {
  right: 0!important;
  border-radius: 50% 0 0 50%!important;
  box-shadow: -2px 0 6px rgba(0,0,0,0.05)!important;
}

/* убираем дефолтные иконки Swiper */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px!important;
  font-weight: bold!important;
}
.vip-banner {
  position: relative;
  height: 1150px; /* фиксированная высота блока */
  background: url('../image/gallery/6.jpg') center center / cover no-repeat fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.vip-banner .overlay {
  background: rgba(0, 0, 0, 0.7); /* затемнение */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vip-banner .content {
  max-width: 1200px;
  margin: 135px 0;
  text-align: left;
}

.vip-banner h2 {
  color: rgba(255,255,255,1.00);
}

.vip-banner p {
  margin-bottom: 15px;
}
#feedback {
background: #7b9c86;
background-repeat: no-repeat;
background-size: cover;
}
#feedback .block {
max-width: 520px!important;
padding-bottom: 135px;
}
#feedback .block h2 {
/*margin-bottom: 40px;*/
color:#fff;
font-size: 42px;
line-height: 1.23;
padding-bottom:0!important;
}
#feedback .block h2 span {
color: #fff;
margin-bottom: 50px;
font-size: 20px;
line-height: 1.55;
}
input[type="text"], input[type="tel"], select {
width: 100%;
height: 56px;
padding: 8px 20px;
margin-bottom: 15px;
border: 1px solid #ccc;
}
.botton_form {
width: 100%;
height: 56px;
border: 1px solid rgba(123,156,134,1.0);
background: #FFF;
color:#000;
font-size: 16px;
cursor: pointer;
transition: all 1s ease;
}
.botton_form:hover {
color:rgba(123,156,134,1.0);
background: rgba(240,245,242,1.00);
border: 1px solid rgba(255,255,255,1.0);
}
.form_notice {
color: #fff;
margin-top: 30px;
margin-bottom: 30px;
font-size: 15px;
line-height: 1.55;
}
select#contact-method {
border-radius: 0;
padding: 8px 20px;
}
select#contact-method:focus {
border: none;
border-radius: 0;
}
/* стрелочка указывает вверх, когда выпадающий список открыт (активен) */
select.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
#gallery {
display:block;
position:relative;
background: rgba(240,245,242,1.00);
width: 100%;
height: auto;
padding:135px 0;
}
.grid-container {
display: grid;
grid-template-columns: repeat(4, 1fr); /* 4 колонки */
grid-template-rows: repeat(3, 200px); /* 3 строки по 200px */
gap: 15px;
max-width: 100%;
margin: 0 auto;
}

.grid-item {
position: relative;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: .2s linear;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5em;
color: #333;
}

.grid-item a img {
width: 100%;
height: auto;
object-fit: cover;
display: block;
transition: .2s linear;
filter: grayscale(1);
}

.grid-item a img:hover {
transform: scale(1.1);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
filter: grayscale(0);
transition: .2s linear;
}
/*Footer*/
#footer {
margin: -600px auto 0;
width: 100%;
height: 600px;
background: rgba(240,245,242,1.00);
position: relative;
}
#footer .block {
text-align: left!important;
padding: 135px 0 80px 0;	
}
.footer_block {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 50px;
}
.footer_adress {
grid-area: 1 / 1 / 2 / 2;
}
.footer_adress h2 {
text-align: left!important;
}
.footer_adress .fa-phone {
  transform: rotate(90deg);
}
.footer_map {
1 / 2 / 2 / 3;
}
.social ul{
display:inline-block;
padding:20px 0;
font-size: 24px;
}
.social li{
display:inline-block;
padding-right: 10px;
}
.ymaps-layers-pane {
filter: grayscale(1);
-ms-filter: grayscale(1);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-o-filter: grayscale(1);
}
.footer_map {
filter: grayscale(1);
-ms-filter: grayscale(1);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-o-filter: grayscale(1);
}
.copyright {
	display:block;
	position:relative;
	width: 100%;
	height: 80px;
	text-align: center;
	line-height: 80px;
}
