@font-face{font-display:swap;font-family:"Poppins";font-weight:300;src:url("../fonts/poppins-v20-latin-300.woff2") format("woff2"),url("../fonts/poppins-v20-latin-300.woff") format("woff")}
@font-face{font-display:swap;font-family:"Poppins";font-weight:400;src:url("../fonts/poppins-v20-latin-regular.woff2") format("woff2"),url("../fonts/poppins-v20-latin-regular.woff") format("woff")}
@font-face{font-display:swap;font-family:"Poppins";font-weight:600;src:url("../fonts/poppins-v20-latin-600.woff2") format("woff2"),url("../fonts/poppins-v20-latin-600.woff") format("woff")}
@font-face{font-display:swap;font-family:"Poppins";font-weight:900;src:url("../fonts/poppins-v20-latin-900.woff2") format("woff2"),url("../fonts/poppins-v20-latin-900.woff") format("woff") }
@font-face {
    font-display: swap; 
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/playfair-display-v37-latin-regular.woff2') format('woff2'),
         url('../fonts/playfair-display-v37-latin-regular.ttf') format('truetype'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/playfair-display-v37-latin-500.woff2') format('woff2'), 
         url('../fonts/playfair-display-v37-latin-500.ttf') format('truetype');
  }
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v37-latin-regular.woff2') format('woff2'), 
       url('../fonts/playfair-display-v37-latin-regular.ttf') format('truetype'); 
}
@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/playfair-display-v37-latin-600.woff2') format('woff2'),
       url('../fonts/playfair-display-v37-latin-600.ttf') format('truetype'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/playfair-display-v37-latin-900.woff2') format('woff2'), 
       url('../fonts/playfair-display-v37-latin-900.ttf') format('truetype'); 
}
.marck-script-regular {
    font-family: "Marck Script", cursive;
    font-weight: 400;
    font-style: normal;
  }

  
  

:root{--color-primary-dark: #31261a;--color-primary-light: #fff;--color-secondary-dark: #a28268;--color-brand-dark:#583101;--color-brand-normal: #5c3608;--color-brand-light: #cfcfbc; --color-brand-hotel:#bca064;}
*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}

html{scroll-behavior:smooth}

body{margin:0;color:var(--color-primary-dark);background-color:var(--color-primary-light);font-family:"Poppins",sans-serif;font-size:16px;font-weight:300;line-height:1.5}

@media screen and (min-width: 768px){body{font-size:18px;font-weight:400}}

h1,h2,h3,h4,h5,h6,p{margin-top:0}img{display:block;max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}a{display:inline-block}address{font-style:normal}ul{margin:0;padding:0;list-style-type:none}.text-brand{color:var(--color-brand-normal)}

.text-brand-dark{color:var(--color-brand-dark)}
.text-bold{font-weight:600}
.text-uppercase{text-transform:uppercase}

.visually-hidden{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
.is-scroll-disabled{overflow:hidden}

.button{display:block;padding:10px 24px;color:var(--color-primary-light);font-weight:600;background-color:var(--color-brand-normal);border:2px solid var(--color-brand-normal);border-radius:8px;cursor:pointer;}
.button:hover{color:var(--color-brand-dark);background-color:var(--color-primary-light)}
@media screen and (min-width: 1280px){.button{padding:16px 32px}}
@media screen and (min-width: 626px){.button{display: none;}}
.carousel-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;width:44px;height:44px;padding:0;fill:var(--color-brand-normal);background-color:rgba(0,0,0,0);border-radius:50%;border:1px solid var(--color-primary-dark);cursor:pointer}
.carousel-button:hover{background-color:var(--color-primary-dark);fill:var(--color-primary-light)}
.carousel-button.next{-webkit-transform:rotate(180deg);transform:rotate(180deg)}

.chef-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px}
@media screen and (min-width: 1280px){.chef-card{gap:30px; }}

.chef-card__photo{width:140px;border-radius:2px 2px 2px 116px;-webkit-box-shadow:-8px 8px 0 0 var(--color-primary-light),-8px 8px 0 2px var(--color-secondary-dark);box-shadow:-8px 8px 0 0 var(--color-primary-light),-8px 8px 0 2px var(--color-brand-normal);}
@media screen and (min-width: 1280px){.chef-card__photo{width:240px;border-radius:4px 4px 4px 200px;-webkit-box-shadow:-16px 16px 0 0 var(--color-primary-light),-16px 16px 0 2px var(--color-brand-dark);box-shadow:-16px 16px 0 0 var(--color-primary-light),-16px 16px 0 2px var(--color-brand-normal)}}
@media screen and (min-width: 1280px){.restoran_photo{padding-top: 13px;}}
.chef-card__title{margin-bottom:16px;font-size:24px;font-weight:600}
@media screen and (min-width: 768px){.chef-card__title{font-size:40px; }}

.chef-card__text{font-size:14px;margin-bottom:24px}.chef-card__text:last-child{margin-bottom:0}
@media screen and (min-width: 768px){.chef-card__text{font-size:18px}}

.format-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:444px;padding:24px;
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(55.21%, rgba(49, 38, 26, 0)), color-stop(90.92%, rgba(49, 38, 26, 0.71)), to(var(--color-primary-dark)));background-image:linear-gradient(180deg, rgba(49, 38, 26, 0) 45.21%, rgba(49, 38, 26, 0.71) 72.92%, var(--color-primary-dark) 100%);border-radius:16px;overflow:hidden}
.format-card-promotion{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:444px;padding:24px;
      border-radius:16px;overflow:hidden} 
.format-card__image{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%}
.format-card__title{font-size:24px;font-weight:600;color:var(--color-primary-light); text-align: right; font-family:'Playfair Display'; text-shadow: #1b150f;}
@media screen and (max-width: 481px){.format-card__title{ padding-right: 15px; }}
.format-card__text{font-size:16,5px;font-weight:300;color:var(--color-primary-light); text-align: right;text-shadow: #1b150f;}

.input{position:relative}.input__label{position:absolute;top:16px;left:42px}
.input__control{padding:8px 24px;width:100%;font-size:16px;line-height:1.17;border:1px solid var(--color-secondary-dark);border-radius:8px;background-color:rgba(0,0,0,0)}
.input__control:focus{border-color:var(--color-brand-normal);outline:none}
.input__control::-webkit-input-placeholder{color:var(--color-secondary-dark);font-size:16px;line-height:1.17}
.input__control::-moz-placeholder{color:var(--color-secondary-dark);font-size:16px;line-height:1.17}
.input__control:-ms-input-placeholder{color:var(--color-secondary-dark);font-size:16px;line-height:1.17}
.input__control::-ms-input-placeholder{color:var(--color-secondary-dark);font-size:16px;line-height:1.17}
.input__control::placeholder{color:var(--color-secondary-dark);font-size:16px;line-height:1.17}
.input__control:focus::-webkit-input-placeholder{color:var(--color-primary-dark)}
.input__control:focus::-moz-placeholder{color:var(--color-primary-dark)}
.input__control:focus:-ms-input-placeholder{color:var(--color-primary-dark)}
.input__control:focus::-ms-input-placeholder{color:var(--color-primary-dark)}
.input__control:focus::placeholder{color:var(--color-primary-dark)}
@media screen and (min-width: 768px){.input__control{padding:16px 42px}}
.link{color:var(--color-primary-light);text-decoration:none;-webkit-transition:color .3s;transition:color .3s; }
.link:hover{color:var(--color-brand-hotel)}
.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px}

.pagination__button{width:12px;height:12px;padding:0;background-color:var(--color-secondary-dark);border-radius:50%}.pagination__button--active{background-color:var(--color-brand-normal)}
.section{padding:20px 0}
@media screen and (min-width: 768px){.section{padding:48px 0}}

.section__title{font-size:32px;font-weight:900;line-height:1.5}
@media screen and (min-width: 768px){.section__title{font-size:64px;line-height:1.3}}
.section__title--centered{text-align:center}.advantages-section{padding:0}
@media screen and (min-width: 150px){.advantages-section{padding:16px 0;background-color:var(--color-brand-dark); background-image:linear-gradient(60.76deg, rgba(18, 18, 17, 0.78) 5.03%, rgba(36, 22, 6, 0.6) 45.46%, rgba(48, 31, 5, 0) 90.36%)}}
.advantages-section__list{display: none; margin: 0;}
@media screen and (min-width: 768px){.advantages-section__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px;background-color:rgba(0, 0, 0, 0);padding:0}}
.advantages-section__item{font-size:14px;font-weight:300}
@media screen and (min-width: 768px){.advantages-section__item{color:var(--color-primary-light);font-size:20px}}


/*Chefs section*/
.chefs-section__title{position:relative;margin:20px auto 24px}
@media screen and (min-width: 1280px){.chefs-section__title{margin-bottom:80px; font-family: 'Playfair Display'; }}
.chefs-section__title::before,.chefs-section__title::after{display:none;position:absolute;bottom:24px;width:352px;border:2px solid var(--color-brand-normal);content:""}
@media screen and (min-width: 1280px){.chefs-section__title::before,.chefs-section__title::after{display:block}}
    .chefs-section__title::before{left:0}
    .chefs-section__title::after{right:0}
    .chefs-section__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}
    @media screen and (min-width: 768px){.chefs-section__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:40px 30px}}
    @media screen and (min-width: 768px){.chefs-section__item{-ms-flex-preferred-size:calc((100% - 30px)/2);flex-basis:calc((100% - 30px)/2)}}
/*Contact section*/
    .contact-section{padding-bottom:0}
    @media screen and (min-width: 768px){.contact-section{padding-bottom:96px}}
    .contact-section__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}
    @media screen and (min-width: 768px){.contact-section__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:32px}}
    .contact-section__title{margin-bottom:16px}
    .contact-section__form-field{margin-bottom:24px}
    .contact-section__button{display:block;margin:0 auto 16px}.contact-section__map{-ms-flex-negative:0;flex-shrink:0;height:176px;margin:0 -24px;border-radius:16px;border:none}
    @media screen and (min-width: 768px){.contact-section__map{margin:auto;width:320px;height:500px}}
    @media screen and (min-width: 1280px){.contact-section__map{width:600px;height:595px}}
    .container{width:100%;max-width:1288px;margin:0 auto;padding:0 24px}
    
    
    /*Footer*/
    .footer{padding:32px 0;position:relative;background-color:var(--color-primary-dark);background-image:url("../images/footer-background.png");background-repeat:no-repeat;background-size:cover;background-position:center}
    .footer::before,.footer::after{position:absolute;bottom:0;background-repeat:no-repeat;content:""}

    
   
    .footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}
    @media screen and (min-width: 768px){.footer__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}
    .footer__nav,.footer__address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;text-align:center}
    @media screen and (min-width: 768px){.footer__nav,.footer__address{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-preferred-size:50%;flex-basis:50%;text-align:left}}
    .footer__logo{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}
    .footer__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:16px}
    .footer__address-list,.footer__address-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:16px}
    .footer__address-list,.footer__address-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}
    .footer__address-link{color:var(--color-primary-light);font-size:16px;font-weight:300;text-decoration:none}
    .footer__address-link:hover{color:var(--color-brand-hotel)}
    .footer__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px;margin-top:16px}
@media screen and (min-width: 768px){.footer__socials{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}
.footer__socials-icon{fill:var(--color-primary-light)}
.footer__socials-icon:hover{fill:var(--color-brand-normal)}
.footer__address-copyright{color:var(--color-secondary-dark);font-size:14px}



.form-terms{margin:0 auto;max-width:220px;font-weight:500;font-size:12px;line-height:1.5;text-align:center}
.form-terms__link{color:var(--color-primary-dark);text-underline-offset:2px}
.formats-section__slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}
.formats-section__container{overflow:hidden}
.formats-section__list{margin-bottom:32px}
.formats-section__button{display:none}
.formats-section__title{
    font-family: 'Playfair Display';
    color: var(--color-brand-dark);
}
@media screen and (min-width: 1200px){.formats-section__button{display:-webkit-box;display:-ms-flexbox;display:flex}}


/*header*/
.header{position:absolute;top:0;left:0;width:100%;padding-top:16px}
@media screen and (min-width: 1280px){.header{padding-top:32px}}
.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}
.header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:40px}
.header__menu{display:none}
.header__logo{
    max-width:197px;
    max-height:85px;
}
@media screen and (max-width: 768px){.header__logo{max-width: 100px;max-height: 100px;}}
@media screen and (min-width: 768px){.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;gap:64px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}
@media screen and (min-width: 1280px){.header__menu{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}

@media screen and (min-width: 1280px){.header__button{display:block}}
.header__burger{width:24px;height:24px;padding:0;background-color:rgba(0,0,0,0);border:none;fill:var(--color-primary-light)}
@media screen and (max-width: 414px){.header__burger{display:none}}
/*Hero*/
@media screen and (min-width: 768px){.header__burger{display:none}}
.hero-section{padding:124px 0;background-image:linear-gradient(120.76deg, rgba(18, 18, 17, 0.78) 3.03%, rgba(36, 22, 6, 0.6) 52.46%, rgba(48, 31, 5, 0) 90.36%),url("../images/background_hero.jpg");background-repeat:no-repeat;background-position:center top;background-size:cover}

@media screen and (min-width: 768px){.hero-section{padding:200px 0}}

@media screen and (min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){
.hero-section{background-image:linear-gradient(102.76deg, rgba(18, 18, 17, 0.78) 2.03%, rgba(18, 18, 17, 0.6) 57.46%, rgba(18, 18, 17, 0) 94.36%),url("../images/background_mobile_hero.jpg")}}
.hero-section__title{margin-top: 40px; margin-bottom:14px;color:var(--color-primary-light);text-align:center;font-size:40px;line-height:1;font-weight:900;font-family: 'Playfair Display'; text-shadow: #1b150f; }
@media screen and (min-width: 1280px){.hero-section__title{margin-top:60px;font-size:100px;line-height:1;font-family: 'Playfair Display'; text-shadow: #1b150f;}}
.hero-section__button{display: none;}
.mobile_title{font-family: 'Playfair Display';}
@media screen and (min-width: 768px){.mobile_title {display: none;} }
@media screen and (max-width: 767px){.desc_title {display: none;}}
.hero-section__text {
    margin-bottom: 48px;
    color: var(--color-brand-hotel);
    text-align: center;
    font-size: 50px;
    padding-bottom: 30px;
    text-shadow: #1b150f;
    font-family: "Marck Script", cursive;

}
.container_hero{
    width: 100%;
    max-width: 1288px;
    margin: 0 auto;
    
}


@media screen and (max-width: 768px){.hero-section__text{font-size:30px; font-family: "Marck Script", cursive;}}
/* @media screen and (max-width: 480px){.hero-section__text{display: none}} */
@media screen and (min-width: 1280px){.hero-section__button{display:none}}

.mobile-menu{position:fixed;top:0;left:0;z-index:2;width:100%;height:100%;padding:16px 24px;background-color:var(--color-primary-light);-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}

.mobile-menu::after{position:absolute;bottom:0;right:0;width:180px;height:240px;;content:""}
.mobile-menu.is-open{-webkit-transform:translateX(0);transform:translateX(0)}
.mobile-menu__btn-close{position:absolute;top:16px;right:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;fill:rgba(0,0,0,0);stroke:var(--color-primary-dark);background-color:rgba(0,0,0,0);border:none;cursor:pointer}
.mobile-menu__logo{margin-bottom:32px;max-width:150px;
    max-height:76px;}
.mobile-menu__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}
.mobile-menu__link{color:var(--color-primary-dark);font-size:14px;line-height:1.5;text-decoration:none}
.mobile-menu__link:hover{color:var(--color-brand-hotel)}

.backdrop{position:fixed;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s}
.backdrop.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.modal{position:relative;width:100%;max-width:880px;height:100%;max-height:880px;padding:64px 48px;background-color:var(--color-primary-light);border-radius:32px;overflow-y:auto}

@media screen and (min-width: 768px){.modal{padding:50px 128px 50px 128px }}
.modal__btn-close{position:absolute;top:40px;right:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;fill:rgba(0,0,0,0);stroke:var(--color-primary-dark);background-color:rgba(0,0,0,0);border:none;cursor:pointer}
.modal__title{margin-bottom:8px;font-size:32px;font-weight:900;line-height:1.5;text-align:center}


@media screen and (min-width: 768px){.modal__title{font-size:64px;line-height:1.3}}
.modal__text{margin-bottom:20px;text-align:center}
@media screen and (min-width: 768px){.modal__text{margin-bottom:72px}}
.modal__form-field{margin-bottom:32px}.modal__button{margin:0 auto 24px}

/*Tradition section*/
.traditions-section{padding-top:20px}

@media screen and (min-width: 768px){.traditions-section{padding-top:86px}}
.traditions-section__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px}
.traditions-section__content{max-width:710px}
.traditions-section__title{margin-bottom:30px;font-family: 'Playfair Display'; color: #442501; }
.traditions-section__text--limited{max-width:540px}
.traditions-section__image{border-radius: 100px 100px 10px 10px; max-width: 684px; max-height: 720px; padding-top: 80px;}
@media screen and (max-width: 1280px){.traditions-section__image{display: none;}}


.lable_data{
    margin-bottom: 30px;
}
.select_room{
    padding: 8px 12px;
    font-size: 16px;
    border: 1px solid var(--color-brand-dark);
    border-radius: 5px;
    width: 200px;
    margin-bottom: 30px;

}

.select-wrapper {
    position: relative;
    width: 220px;
    margin-bottom: 30px;
  }

.label_room{
    font-size: 17px;
    color: #583101;
}

/*# sourceMappingURL=main.min.css.map */