*,*::before,*::after{box-sizing:border-box}body{background-color:var(--color-primary-light);color:var(--color-primary-dark);font-family:"Poppins",sans-serif;font-size:16px;font-weight:300;line-height:1.5;margin:0}@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;object-fit:cover}a{text-decoration:none;display:inline-block}ul{padding:0;margin:0;list-style:none}address{font-style:normal}:root{--color-primary-dark: #31261a;--color-primary-light: #faf4ea;--color-secondary-dark: #a18268;--color-brand-dark: #465929;--color-brand-normal: #819b57;--color-brand-light: #cfcfbc}@font-face{font-display:swap;font-family:"Poppins";font-style:normal;font-weight:300;src:url("../fonts/poppins-v24-latin-300.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Poppins";font-weight:400;src:url("../fonts/poppins-v24-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Poppins";font-weight:600;src:url("../fonts/poppins-v24-latin-600.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Poppins";font-style:normal;font-weight:900;src:url("../fonts/poppins-v24-latin-900.woff2") format("woff2")}.text-brand{color:var(--color-brand-normal)}.text-brand-dark{color:var(--color-brand-dark)}.text-bolt{font-weight:600}.text-uppercase{text-transform:uppercase}.visually-hidden{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}.button{display:block;padding:14px 32px;color:var(--color-primary-light);font-weight:600;background-color:var(--color-brand-normal);border-color:2px var(--color-brand-normal);border-radius:8px;cursor:pointer}.button:hover{background-color:var(--color-primary-light);color:var(--color-brand-dark);border-color:2px solid var(--color-brand-normal);transform:scale(1.05);transition:transform .3s}.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px;background-color:rgba(0,0,0,.5);transition:opacity .3s ease,visibility .3s ease;transition:.3s ease,visibility .3s ease;z-index:10}.backdrop.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.modal{width:100%;max-width:880px;background-color:var(--color-primary-light);border-radius:32px;position:relative;padding:50px;overflow:visible;height:auto;max-height:90vh;border-radius:32px;position:relative}.modal::after{content:"";width:240px;height:240px;left:670px;top:400px;background-repeat:no-repeat;position:absolute;background-image:url(/images/mob-menu-bread.png)}@media screen and (min-width: 768px){.modal{padding:128px}}.modal__btn-close{position:absolute;top:40px;right:40px}.modal__form-field{margin-bottom:32px}.modal__button{margin:0 auto 24px}.modal.bottom-text{margin:0 auto;font-size:12px;padding:0}.chef-card{display:flex;align-items:flex-start;gap:16px}@media screen and (min-width: 1280px){.chef-card{gap:30px}}.chef-card__photo{width:140px;border-radius:4px 4px 4px 200px;box-shadow:-16px 16px 0 0 var(--color-primary-light),-16px 16px 0 2px var(--color-secondary-dark)}@media screen and (min-width: 1280px){.chef-card__photo{width:240px}}.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}}.carousel-button{background:rgba(0,0,0,0);border:none;cursor:pointer;transition:transform .3s ease}.carousel-button svg{fill:var(--color-brand-normal);transition:transform .3s ease}.carousel-button:hover svg{transform:scale(1.2)}.carousel-button.prev{transform:rotate(180deg)}.format-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;width:349px;height:444px;background-image:linear-gradient(180deg, rgba(49, 38, 26, 0) 55.21%, rgba(49, 38, 26, 0.71) 72.92%, var(--color-primary-dark) 100%);padding:24px;border-radius:16px;box-shadow:0 0 10px rgba(169,169,169,.2)}.format-card__img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.format-card__title{font-size:24px;font-weight:600;color:var(--color-primary-light)}.format-card__text{font-size:14px;font-weight:300;color:var(--color-primary-light)}.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}.input{position:relative}.input__label{display:block}.input__control{padding:16px 42px;width:100%;font-size:16px;line-height:1.17;opacity:1;border-radius:8px;border:1px solid var(--color-primary-dark);background-color:rgba(0,0,0,0)}.input__control:focus{border-color:var(--color-brand-normal);outline:none}.input__control:focus::placeholder{color:var(--color-primary-dark)}.link{text-decoration:none;color:var(--color-primary-light);transition:color .3s ease}.link:hover{color:var(--color-brand-normal)}.pagination{display:flex;align-items:center;gap:24px;justify-content:center}.pagination__button{width:12px;height:12px;padding:0;background-color:var(--color-secondary-dark);border-radius:50%}.pagination__active{background: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:700;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}.header{position:absolute;top:0;left:0;width:100%;padding-top:16px}@media screen and (min-width: 1280px){.header{padding-top:32px;padding-left:103px}}.header__container{display:flex;align-items:center;gap:40px;justify-content:space-between}.header__nav{display:flex;align-items:center;flex-grow:1;gap:40px}.header__menu{display:none}@media screen and (min-width: 1280px){.header__menu{display:flex;gap:64px;flex-grow:1;justify-content:center}}.header__button{display:none}@media screen and (min-width: 1280px){.header__button{display:block}}.header__burger{width:24px;height:24px;padding:0 34px;background-color:rgba(0,0,0,0);border:none;fill:var(--color-primary-light)}@media screen and (min-width: 1280px){.header__burger{display:none}}.hero-section{padding:124px 0;background-color:wheat;background-image:linear-gradient(102.76deg, rgba(18, 18, 17, 0.78) 2.03%, rgba(18, 18, 17, 0.6) 58.46%, rgba(18, 18, 17, 0) 90.36%),url(/images/hero-section-background.jpg);background-repeat:no-repeat;background-size:cover;background-position:center top}@media screen and (min-width: 1280px){.hero-section{padding:272px 0}}@media screen and (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) 58.46%, rgba(18, 18, 17, 0) 90.36%),url(/images/hero-section-background@2x.jpg)}}.hero-section__titel{margin-bottom:48px;color:var(--color-primary-light);text-align:center;font-size:67px;line-height:1;font-weight:700}@media screen and (min-width: 1280px){.hero-section__titel{margin-bottom:0;font-size:128px;line-height:1.5}}.hero-section__button{margin:0 auto}@media screen and (min-width: 1280px){.hero-section__button{display:none}}.advantages-section{padding:16px 0}@media screen and (min-width: 1280px){.advantages-section{background-color:var(--color-brand-normal)}}.advantages-section__list{display:flex;flex-direction:column;gap:16px;background-color:var(--color-brand-light);border-radius:24px;padding:24px 40px}@media screen and (min-width: 1280px){.advantages-section__list{flex-direction:row;justify-content:center;gap:40px;background-color:rgba(0,0,0,0);border-radius:0}}.advantages-section__item{font-size:14px;font-weight:300}@media screen and (min-width: 1280px){.advantages-section__item{color:var(--color-primary-light);font-size:20px;font-weight:300;margin-right:60px}}.traditions-section{padding-top:40px}@media screen and (min-width: 768px){.traditions-section{padding-top:96px}}.traditions-section__container{display:flex;align-items:flex-start;justify-content:space-between;gap:40px}.traditions-section__content{max-width:710px}.traditions-section__title{margin-bottom:42px}.traditions-section__image{display:none;border-radius:200px 200px 4px 4px}@media screen and (min-width: 768px){.traditions-section__image{display:block}}.traditions-section__text--limited{max-width:340px}.chef-section__title{margin:0 auto 24px;position:relative}@media screen and (min-width: 1280px){.chef-section__title{margin-bottom:80px}}.chef-section__title::after,.chef-section__title::before{display:none;position:absolute;bottom:24px;width:352px;border:2px solid var(--color-brand-light);content:""}@media screen and (min-width: 1280px){.chef-section__title::after,.chef-section__title::before{display:block}}.chef-section__title::before{left:0}.chef-section__title::after{right:0}.chef-section__list{display:flex;flex-direction:column;gap:20px;flex-wrap:wrap}@media screen and (min-width: 768px){.chef-section__list{flex-direction:row;gap:40px 30px}}@media screen and (min-width: 768px){.chef-section__item{flex-basis:calc(50% - 30px)}}.formats-section__slider{display:flex;align-items:center;justify-content:center}.formats-section__container{position:relative;flex:1;overflow:hidden}.formats-section__title{margin-bottom:32px;text-align:center}.formats-section__list{margin-bottom:32px}.formats-section.swiper-slide{justify-content:center;align-items:center}.formats-section__button{display:none}@media screen and (min-width: 768px){.formats-section__button{display:flex}}.contacts-section{padding-bottom:96px}.contacts-section__container{display:flex;flex-direction:column;gap:24px}@media screen and (min-width: 768px){.contacts-section__container{flex-direction:row;gap:32px}}.contacts-section__title{margin-bottom:16px}.contacts-section__form-field{margin-bottom:24px}.contacts-section__button{display:block;margin:0 auto 16px}.contacts-section__map{flex-shrink:0;height:176px;margin:0 -24px;height:100%;border-radius:16px;border:none}@media screen and (min-width: 768px){.contacts-section__map{margin:auto;width:320px;height:500px}}@media screen and (min-width: 1280px){.contacts-section__map{width:600px;height:595px}}.mobile-menu{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100%;padding-left:24px;background-color:var(--color-primary-light);transform:translateX(100%);transition:transform .3s ease}.mobile-menu.is-open{padding-top:16px;transform:translateX(0);z-index:10}.mobile-menu::after{content:"";width:240px;height:240px;left:180px;top:500px;background-repeat:no-repeat;position:absolute;background-image:url(/images/mob-menu-bread.png)}.mobile-menu__menu{font-weight:300;font-size:14px;line-height:1.3;letter-spacing:.1em;padding-top:32px}.mobile-menu__item{margin-bottom:16px;color:var(--color-primary-dark)}.mobile-menu__btn-close{position:absolute;top:16px;right:24px}@media screen and (min-width: 1280px){.mobile-menu{display:none}}.footer{text-align:center;padding:32px 0;background-color:var(--color-primary-dark);background-image:url(/images/footer-background.png);background-repeat:no-repeat;background-size:cover;background-position:center;position:relative}@media screen and (min-width: 768px){.footer{text-align:left}}.footer::before,.footer::after{background-repeat:no-repeat;position:absolute;bottom:0;content:""}@media screen and (min-width: 768px){.footer::before{content:"";width:116px;height:120px;left:260px;background-image:url(/images/decor-bread-small.png)}}@media screen and (min-width: 768px){.footer::after{content:"";width:380px;height:180px;right:0;background-image:url(/images/decor-bread-large.png)}}@media screen and (min-width: 768px){.footer::before{content:"";width:180px;height:120px;left:0;background-image:url(/images/decor-bread-small.png)}}.footer__container{display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 768px){.footer__container{flex-direction:row}}.footer__nav,.footer__address{display:flex;flex-direction:column;gap:24px}@media screen and (min-width: 768px){.footer__nav,.footer__address{flex-direction:row;flex-basis:50%}}.footer__logo,.footer__menu{flex-grow:1}.footer__address-contacts{display:flex;flex-direction:column;flex-grow:1;gap:2rem}.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-normal);text-decoration:none}.footer__address-icon{fill:var(--color-primary-light)}.footer__address-icon:hover{transform:scale(1.05);transition:transform .3s}.footer__address-copyright{color:var(--color-brand-light);font-size:14px}/*# sourceMappingURL=main.min.css.map */