@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Noto+Serif+JP&display=swap');
@font-face {
font-family: "Zapfino Extra LT W1G";
src: url("/web/fonts/Zapfino/Zapfino Extra LT W1G One.ttf");
}
@font-face {
font-family: "Savoye LET";
src: url("/web/fonts/savoyeletplain.ttf");
}

.edit-icon {
  font-size: 16px;
  cursor: pointer;
  color: red;
  margin: auto;
  padding: 5px;
}
.cms {
  border: 3px solid blue;
  height: 20px;
  width: 20px;
  position: absolute;
  z-index: 999;
}
:root {
  /** Background colors */
  --main-color: #00973F;
  --link-hover-main: #3FD87F;
}
body{font-family: "Montserrat" !important;
font-size: 14px;}
.logo{font-family: "Alegreya" !important;
font-size: 33px;    background: linear-gradient(to top, #555555, #6C6C6C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent}
.menu_main_days{margin-right: 10px;color: var(--link-hover-main) !important;cursor:pointer;}
.menu_main_days.active{font-weight: bold;color: #242424;}
.menu_item_main{border-bottom: 1px dotted #d7d7d7;
  padding: 10px 0px;
}
.image-container a{display: flex;}
@media screen and (max-width: 767px){
  .image-container div>a{background-size: cover;display: flex;
  height: 220px;border-radius: 30px;}
  header .row {
  height: 75px;
}
.main_head .row{background: rgba(0, 0, 0, .8);}

}

@media screen and (min-width: 768px){
     .main_head .item {
  margin-left: 15px;
  min-width: 188px;
}

   
    header{height: 100px;}
    .main_head .title {font-size: 16px;font-weight: bold;}
    .main_head .title2{font-size: 14px; font-weight: normal;margin-right: 50px;}
}
.menu__list li{margin-bottom: 10px;}
.img_with_rounded{background-image: url('/web/uploads/smap/2024-12-28/17353958696386815.jpeg');
height: 350px;
background-position: center right;
background-repeat: no-repeat;
background-size: cover;
display: flex;
border-radius: 30px;}
.main_head{background-color: #1F2629;}
.main_head_other{height: 100px;background-color: #1F2629;}
.main_head_bg{width: 100%;height: 100px;
            
            background-image: url('/img/bg.png?v=3');
            background-position: center right;
            background-repeat: no-repeat;
            background-size: cover;}
.feacher_icons{display: flex;justify-content: space-around;align-items: center;height: 100px;}
.feacher_icon{text-align: center; }
.feacher_icon .img{height: 60px;height: 35px;
  justify-content: center;
  align-items: center;
  display: flex;}

.text-right{text-align: right;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.round-corner{border-radius: 50px;}
.text ul li{list-style: circle;}
/* Контейнер изображения */
.image-container {
margin-bottom: 20px;
}

/* Изображение */
.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

/* Затемнение */
.image-container .overlay {
    display: flex;
    justify-content: center; /* Центрирование по горизонтали */
    align-items: center;  
    width: 100%;
    height: 100%;
     /* Черное затемнение с прозрачностью 50% */
    transition: background 0.3s ease; /* Плавное исчезновение затемнения */
   
}
.image-container div>a{background-size: cover;display: flex;
  height: 420px;border-radius: 30px;}


.rozmarin-bg{background-image: url('/img/rozmarin-bg.png');
            background-position: center right;
            background-repeat: no-repeat;
            background-size: auto;}
.banners{margin-top:10px;margin-bottom:10px;}
.overlay .text{ font-family: Montserrat;
font-style: normal;

color: #fff;
font-size: 16px !important; text-transform: uppercase;}
/* Текст */
.image-container div>a{width: 100%;background-position: center right;
background-repeat: no-repeat;
background-size: cover;display: flex;
  height: 120px;border-radius: 30px;}
.image-container .text {
  text-wrap: nowrap;
  color: #797979;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

/* Эффект при наведении */
.image-container:hover .overlay {
    background: rgba(0, 0, 0, 0); /* Затемнение исчезает */
}
.slider__list_twophoto .slider__item img{border-radius: 50px;}
.slider__list_twophoto .slick-track{display: flex;
  
  gap: 20px; /* Разрыв между элементами */
}
.slider__list_onephoto .slider__item img{border-radius: 50px;}
.slider__list_onephoto .slick-track{display: flex;
  gap: 20px; /* Разрыв между элементами */
}
.slick-dots button{font-size: 0px;
line-height: 1.8;
border-radius: 50px;
height: 10px;
width: 10px;
background-color: #585557;
border: 0px;}
.slick-dots{display: flex;flex-wrap: wrap;}
.slick-dots .slick-active button{font-size: 0px;
line-height: 1.8;
border-radius: 50px;
height: 10px;
width: 10px;
background-color: #00973F;
border: 0px;}
.more img {
 
  margin-left: 8px;
  transition: margin-left 0.3s ease;
}


.more_block{width:100%;text-align: right;}
/* breadcrumb */
body {color: #6A6A6A !important;background-color: #F8F8F8 !important;}
a:focus, a:hover {
  color: var(--link-hover-main) !important;
  text-decoration: underline;
}
a.active{color: var(--link-hover-main) !important;}
.btn_order{background-color: #00973F;border-radius: 50px;display: inline-block;padding: 10px 15px;color: #fff;}

header .item img{margin-right: 10px;}

.additional_menu{display: flex;flex-wrap: wrap;margin-bottom: 20px;justify-content: space-between;}
.additional_menu .item{display: flex;margin-bottom: 10px;}
.additional_menu .item img{ height: 18px;width: 18px;}
.additional_menu .item a{font-size: 13px !important; color: #E3E3E3;white-space: nowrap;}
.breadcrumb {background-color: #000 !important;margin: 0px !important;}
.breadcrumb a{
            font-family: Roboto !important;
font-style: normal !important;
font-weight: normal !important;
font-size: 13px !important;
line-height: 150% !important;
color: #6A6A6A !important;}
.breadcrumb li:first-child a{
    
    color: #AA804B !important;
    
    
}
.breadcrumb > li + li:before {
    color: #6A6A6A !important;
    content: "-" !important;
    padding: 0 5px !important;
}

.social>a>img{height: 24px;width: 24px;}



.advantages .item a{color: #292929 !important;}
.advantages{margin-bottom: 160px;}
.advantages .item{margin-bottom: 70px;}
.advantages .item img{margin-bottom: 20px;}
.advantages .item a{margin-bottom: 20px;font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 125%;
color: #292929;
}
.advantages .item .title{display: flex;align-items:center;justify-content:flex-start;}

.gallery .slider__item img{margin-bottom: 20px;padding: 15px;max-width: 300px;}

.news{margin-bottom: 160px;}
.news .slider__item img{padding: 15px 15px 15px 0px;}
.news .slider__item .title{font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 150%;
color: #292929;
}
.halls_main{padding: 0px 20px;background: url("/img/mainpage/vegetables_bg.png") #000 left center no-repeat;width: 100%;
clear: both;
display: table;
content: " ";}
.halls{display: flex;flex-wrap: wrap;justify-content: space-around;}
.halls .item a{font-family: Roboto;font-style: normal;font-weight: 500;font-size: 20px;line-height: 150%;color: #292929;}
.halls .item{flex-grow: 1;flex-shrink: 1;flex-basis: 0;text-align: left;}
.halls_main .item{flex-grow: 1;flex-shrink: 1;flex-basis: 0;text-align: left;}
.halls_main .item a{font-family: Roboto;font-style: normal;font-weight: 500;font-size: 24px;line-height: 150%;color: #E3E3E3;}
.halls_main .item,.halls .item{margin: 0px 0px 70px 15px;}
.halls_main .item a{max-width: 264px;display: inline-block;}
.halls_main .item img,.advantages .item img{margin-right: 10px;}
.halls_main .items{display: flex;flex-wrap: wrap;}
/* COLORS */
.gold{color:#AA804B !important;}
.more{font-family: Savoye LET;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 150%;
text-align: right;
color: #292929;}

.more>img{height: 4px;width: 17px;}
.more:hover{transition: margin-left 0.3s ease;}
/* h */
h1{font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 120%;
color: #2B2B2B;
text-transform: uppercase;margin-bottom: 30px;}

.about_text{width: 80%;text-justify:auto;text-align: justify;}
ul li{margin-left: 27px;list-style:none;font-size: 16px;line-height: 1.8;}

.lang_selector{font-size: 12px;background-color: #000;border: 0px;color: #E3E3E3;-webkit-appearance: button;-moz-appearance: button;appearance: button;}
input{border: 1px solid #7B7B7B;padding: 6px 15px;}
hr{color: #F3F3F3;margin: 25px 0px;}
.sticky{position: sticky;top: 0px;z-index: 2; background-color: #fff;padding: 10px;}
.header{background-color: #1F2629;  height: 40px; padding: 3px 0px; }
.header a{color: #B1B1B1;font-family: Roboto;
font-style: normal;
font-weight: 300 !important;
font-size: 13px !important;
text-decoration: none;}

.bg-black{background-color: #1F2629;}

.header .container>div{height: 40px;}
.header .info_text{color: #6A6A6A;height: 33px;}
.header .messangers,.header .phones,.header .contacts{margin-right: 20px;}
.header .messangers>div,.header .phones>div{margin-right: 10px;}
.header .messangers,.header .contacts,.header .phones{justify-content: space-between;height: 33px;}

.messanger_icons{height: 22px;width: 22px;margin-right: 3px;}

/* MENU */
.main_menu{margin: auto;}
.main_menu a{font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
color: #6D6D6D;

}
header{background-color: #F8F8F8;font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;
color: #606060;display: flex !important;
align-items: center;}


header .item{max-width: 190px;margin-right: 10px;}
header .item a{
font-style: normal;
font-weight: 500;
font-size: 20px;
color: #292929;
}
.img_menu{display: flex;}


.header__btn_burger .burger {
    display: block;
    width: 30px;
    height: 30px;
    
}
.header__btn_burger{margin-right:0;display:block;border:0;cursor:pointer}.header__btn_burger.menu-open .burger{display:none}.header__btn_burger.menu-open .close{display:block}.header__btn_burger .burger{display:block;width:30px;height:30px}
.header__btn_burger .close{
    display: none;
    width: 30px;
height: 30px;
z-index: 10000;
position: absolute;
top: 10px;
right: 22px;}
.fixed{
    z-index: 2;
background-color: #fff;
padding: 10px;
clear: both;
position: fixed;
bottom: 0px;
width: 100%;
}
.header__btn_burger {
    cursor: pointer;
}
.header__bottom_mobile .menu__list{font-family: 'Roboto';
font-size: 16px;
text-transform: uppercase;
position:absolute;z-index:98;right:0;top:0;width:220px;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:.5px .5px 3px #000;box-shadow:.5px .5px 3px #000;border-radius:1px;padding: 23px 43px;display:none}
.header__bottom_mobile .menu__list{top: 60px;width: 100%;-webkit-box-shadow:none;box-shadow:none;padding: 23px 43px;}
                                                                        .header.mobile-menu_open{position:fixed;z-index:99;top:0;bottom:0;left:0;right:0;background:#27161C;}
       .popup-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.97);
  transition: opacity 500ms;
  z-index: 999;

}    

.flex{display: flex;}
.justify-content-around{justify-content: space-around;}
.width100{width:100% !important;}
.padding-right-10{padding-right: 10px;}
.padding-left-10{padding-left: 10px;}
.margin-bottom-10{margin-bottom: 10px;}
.margin-bottom-20{margin-bottom: 20px;}
.margin-bottom-30{margin-bottom: 30px;}
.margin-bottom-40{margin-bottom: 40px;}
.margin-top-30{margin-top: 30px;}
.margin-top-100{margin-top: 100px;}
.margin-bottom-60{margin-bottom: 60px;}
.margin-bottom-120{margin-bottom: 120px;}
.margin-bottom-300{margin-bottom: 300px;}
.margin-right-10{margin-right: 10px !important;}
.margin-right-20{margin-right: 20px !important;}
.margin-right-50{margin-right: 50px !important;}
.margin-right-100{margin-right: 100px !important;}
.margin-right-200{margin-right: 200px !important;}

.margin-left-100{margin-left: 100px !important;}
.margin-0{margin-right: 0px !important;}
.max-midth{width:100%}
.text-center{text-align: center;}

.desktop-float{float: none;}

footer{margin-top: 60px;}
footer .bg-black{padding: 80px 0px;}
footer .footer_menu li{
font-style: normal;
font-weight: normal;
line-height: 150%;
color: #E3E3E3;
margin-bottom: 35px;}
footer .footer_menu li a{font-size: 16px;}
footer a{font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 150%;
color: #E3E3E3;
}
footer a>img{margin-right: 10px;}
footer .contacts .item{margin-bottom: 25px;}
@media screen and (min-width: 768px){

    .desktop_hidden{display: none;}
    
}
@media screen and (max-width: 768px){
    .about_text {
  width: 100%;}
    .halls .item {
min-width: 260px;
    }
}
.modal-content {
  background-color: #fefefe;
  
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 0px;
   /* Could be more or less, depending on screen size */
  display: flex;
flex-direction: column;
}
.warning{border-color: #f00 !important;}

@media (min-width: 1024px) {
    
 .modal-content { width: 40%;}
 
}
@media (max-width: 1023px) {
    .halls_main .item a,.halls .item a{font-size: 18px;}
    .star{height: 27px;}
.modal-content {width: 90%;}
.prev{
      display: block;
      height: 23px;
      width: 45px;
      background: url('/img/icons/gallery_arrow_left.png') no-repeat;
      border: 0;
      background-size: cover;
        margin-right: 20px;
}
    

.next{
      display: block;
      height: 23px;
      width: 45px;
      background: url('/img/icons/gallery_arrow_right.png') no-repeat;
      border: 0;
      background-size: cover;
    }
}
.paginator ul{display: flex;text-align: right;justify-content: flex-end;}
.goresh{display: flex;font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 12px;
color: #6A6A6A;}
.goresh .icon{width: 28px;height: 46px;margin-right: 15px;}
.goresh a{
font-size: 12px !important;
line-height: 150%;
color: #6A6A6A !important;}
.btn_order>img{height: 20px;width:auto;}
@media screen and (max-width: 767px){
    .btn_order {
  padding: 10px 10px !important;}
    .overlay .text {
  
  font-size: 12px !important;}
    .menu-container{padding: 0px !important;}
    .img_menu{display:none !important;}
    .mobile_hidden{display:none}
    .big_title{font-family:  "Zapfino Extra LT W1G";
font-style: normal;
font-weight: normal;
font-size: 65px;
line-height: 120%;
color: #AA804B;position: relative;
top: 55px;}
    h1 {font-size: 24px !important;}
    .halls_main .items{flex-direction: column;}
}
@media screen and (min-width: 768px){
    .desctop_hidden{display:none}
     .halls_main .items{justify-content: flex-end;}
}
@media screen and (max-width:1199px){
    .img_menu .item a{color: #E3E3E3;}
header.pages .img_menu{justify-content: end;}
}
@media screen and (min-width: 768px) and (max-width:1200px){
    .slider__list2 .slider__item img{height: 500px;padding: 20px;}
   
.big_title{font-family:  "Zapfino Extra LT W1G";
font-style: normal;
font-weight: normal;
font-size: 90px;
line-height: 120%;
color: #AA804B;position: relative;
top: 55px;}
 h1 {font-size: 32px !important;}
 
}

@media screen and (min-width: 1200px){
     header.pages .img_menu{position: absolute;top:130px;right: 20px;justify-content: end;}
    .slider__list2 .slider__item img{height: 600px;padding: 20px;}
    .big_title{font-family:  "Zapfino Extra LT W1G";
font-style: normal;
font-weight: normal;
font-size: 100px;
line-height: 120%;
color: #AA804B;position: relative;
top: 55px;}
   
}
.main_img{border: 4px solid rgba(170, 128, 75, 0.5);}

.halls{background-color: #EFEFEF;width: 100%;padding: 60px 0px;}
.halls .names{display: flex;justify-content: space-around;font-family: Montserrat;
font-weight: normal;
font-size: 14px;text-transform: uppercase;}
.halls .top{display: flex;justify-content: space-around;}
.halls .top img {height: 17px;
  width: 35px;margin: auto;}
.halls .text{padding: 60px 10px;}