:root{--main-font: 'Poppins', sans-serif;--main-txt-cl: #31261a;--secondary-txt-cl: #faf4ea;--accent-light-cl: #819b57;--accent-dark-cl: #465929;--light-brand-cl: #cfcfbc;--secondary-dark-cl: #a28268}*,*::after,*::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--main-font);color:var(--main-txt-cl);background-color:var(--secondary-txt-cl);font-size:16px;line-height:1.5;font-weight:300}@media screen and (min-width: 768px){body{font-size:18px;font-weight:400}}h1,h2,h3,h4,h5,h6,p{margin:0}a{display:inline-block}img{display:block;max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}address{font-style:normal}ul{margin:0;padding:0;list-style-type:none}.text-light-accent{color:var(--accent-light-cl)}.text-dark-accent{color:var(--accent-dark-cl)}.text-uppercase{text-transform:uppercase}.text-bold{font-weight:600}.visually-hidden{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.btn{display:block;padding:10px 24px;font-weight:600;font-size:16px;color:var(--secondary-txt-cl);background-color:var(--accent-light-cl);border:2px solid var(--accent-light-cl);-webkit-box-shadow:0px 4px 4px rgba(0,0,0,.25);box-shadow:0px 4px 4px rgba(0,0,0,.25);border-radius:8px;cursor:pointer;-webkit-transition:color .3s,background .3s;transition:color .3s,background .3s}@media screen and (min-width: 768px){.btn{padding:16px 32px;font-size:18px}}.btn:hover,.btn:focus{background:var(--secondary-txt-cl);color:var(--accent-dark-cl)}.carousel-btn{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;padding:0;width:44px;height:44px;background-color:rgba(0,0,0,0);fill:var(--main-txt-cl);border-radius:50%;border:1px solid var(--main-txt-cl);cursor:pointer;-webkit-transition:background-color .3s,fill .3s;transition:background-color .3s,fill .3s}.carousel-btn:hover,.carousel-btn:focus{background-color:var(--main-txt-cl);fill:var(--secondary-txt-cl)}.carousel-btn.next{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.chef-card{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width: 1280px){.chef-card{gap:30px}}.chef-card__img{width:140px;border-radius:4px 4px 4px 200px;-webkit-box-shadow:-9px 9px 0 0 var(--secondary-txt-cl),-9px 9px 0 1px var(--secondary-dark-cl);box-shadow:-9px 9px 0 0 var(--secondary-txt-cl),-9px 9px 0 1px var(--secondary-dark-cl)}@media screen and (min-width: 1280px){.chef-card__img{width:240px;-webkit-box-shadow:-16px 16px 0 0 var(--secondary-txt-cl),-16px 16px 0 1px var(--secondary-dark-cl);box-shadow:-16px 16px 0 0 var(--secondary-txt-cl),-16px 16px 0 1px var(--secondary-dark-cl)}}.chef-card__name{font-weight:600;font-size:24px;margin-bottom:8px}@media screen and (min-width: 768px){.chef-card__name{font-size:40px;margin-bottom:16px}}.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{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;position:relative;height:444px;padding:24px;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(55.21%, rgba(49, 38, 26, 0)), color-stop(72.92%, rgba(49, 38, 26, 0.71)), to(var(--main-txt-cl)));background-image:linear-gradient(180deg, rgba(49, 38, 26, 0) 55.21%, rgba(49, 38, 26, 0.71) 72.92%, var(--main-txt-cl) 100%);border-radius:16px}.format-card__image{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;z-index:-1}.format-card__title{color:var(--secondary-txt-cl);font-weight:600;font-size:20px;margin-bottom:8px}@media screen and (min-width: 1280px){.format-card__title{font-size:24px;margin-bottom:16px}}.format-card__text{color:var(--secondary-txt-cl);font-size:14px;font-weight:300}.input{position:relative}.input__label{position:absolute;left:24px;top:8px}@media screen and (min-width: 1280px){.input__label{left:42px;top:16px}}.input__control{padding:8px 24px;width:100%;font-size:16px;line-height:1.2;border:1px solid var(--secondary-dark-cl);border-radius:8px;background-color:rgba(0,0,0,0)}@media screen and (min-width: 1280px){.input__control{padding:16px 42px}}.input__control:focus{border-color:var(--accent-light-cl);outline:0}.input__control::-webkit-input-placeholder{color:var(--secondary-dark-cl);font-size:16px;line-height:1.2}.input__control::-moz-placeholder{color:var(--secondary-dark-cl);font-size:16px;line-height:1.2}.input__control:-ms-input-placeholder{color:var(--secondary-dark-cl);font-size:16px;line-height:1.2}.input__control::-ms-input-placeholder{color:var(--secondary-dark-cl);font-size:16px;line-height:1.2}.input__control::placeholder{color:var(--secondary-dark-cl);font-size:16px;line-height:1.2}.input__control:focus::-webkit-input-placeholder{color:var(--main-txt-cl)}.input__control:focus::-moz-placeholder{color:var(--main-txt-cl)}.input__control:focus:-ms-input-placeholder{color:var(--main-txt-cl)}.input__control:focus::-ms-input-placeholder{color:var(--main-txt-cl)}.input__control:focus::placeholder{color:var(--main-txt-cl)}.link{color:var(--secondary-txt-cl);text-decoration:none;-webkit-transition:color .3s;transition:color .3s}.link:hover{color:var(--accent-light-cl)}.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;background-color:var(--secondary-dark-cl);border-radius:50%}.pagination__button--active{background-color:var(--accent-light-cl)}.section{padding:20px 0}@media screen and (min-width: 768px){.section{padding:48px 0}}.section__title{font-weight:900;font-size:32px;line-height:1.5;margin-bottom:24px}@media screen and (min-width: 768px){.section__title{font-size:64px;line-height:1.3;margin-bottom:42px}}.advantages-section{padding:40px 0 20px 0}@media screen and (min-width: 768px){.advantages-section{background-color:var(--accent-light-cl);padding:0}}.advantages-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;gap:16px;background-color:var(--light-brand-cl);border-radius:24px;padding:24px 40px;font-weight:300}@media screen and (min-width: 768px){.advantages-section__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:40px;font-size:20px;background-color:rgba(0,0,0,0);border-radius:0;padding:16px}}.advantages-section__item{font-size:14px}@media screen and (min-width: 768px){.advantages-section__item{color:var(--secondary-txt-cl);font-size:20px;font-weight:300}}.chefs-section__title{position:relative;margin:0 auto 24px;text-align:center}@media screen and (min-width: 768px){.chefs-section__title{margin-bottom:80px}}.chefs-section__title::before,.chefs-section__title::after{display:none;position:absolute;bottom:24px;content:"";width:352px;border:2px solid var(--light-brand-cl)}@media screen and (min-width: 1280px){.chefs-section__title::before,.chefs-section__title::after{display:block}}.chefs-section__title::after{right:0}.chefs-section__title::before{left:0}.chefs-section__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 768px){.chefs-section__list{gap:40px 30px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (min-width: 768px){.chefs-section__item{-ms-flex-preferred-size:calc((100% - 30px)/2);flex-basis:calc((100% - 30px)/2)}}.container{width:100%;max-width:1288px;margin:0 auto;padding:0 24px}.footer{position:relative;padding:32px 0;background-image:url(../../images/footer/footer-bg.png);background-color:var(--main-txt-cl);background-repeat:no-repeat;background-size:cover;background-position:center}@media screen and (min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.footer{background-image:url(../../images/footer/footer-bg@2x.png)}}.footer::before,.footer::after{position:absolute;bottom:0;content:"";background-repeat:no-repeat}.footer::before{width:85px;height:205px;top:50px;left:0;background-image:url(../../images/footer/bread-1-small-version.png)}@media screen and (min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.footer::before{background-image:url(../../images/footer/bread-1-small-version@2x.png);background-size:85px 205px}}@media screen and (min-width: 768px){.footer::before{width:180px;height:120px;top:auto;left:auto;background-image:url(../../images/footer/bread-1.png)}}@media screen and (min-width: 768px)and (min-device-pixel-ratio: 2),screen and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-width: 768px)and (min-resolution: 192dpi),screen and (min-width: 768px)and (min-resolution: 2dppx){.footer::before{background-image:url(../../images/footer/bread-1@2x.png);background-size:180px 120px}}.footer::after{width:100px;height:90px;right:0;background-image:url(../../images/footer/bread-2-small-version.png)}@media screen and (min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.footer::after{background-image:url(../../images/footer/bread-2-small-version@2x.png);background-size:100px 90px}}@media screen and (min-width: 768px){.footer::after{width:380px;height:190px;right:0;background-image:url(../../images/footer/bread-2.png)}}@media screen and (min-width: 768px)and (min-device-pixel-ratio: 2),screen and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-width: 768px)and (min-resolution: 192dpi),screen and (min-width: 768px)and (min-resolution: 2dppx){.footer::after{background-image:url(../../images/footer/bread-2@2x.png);background-size:380px 190px}}.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:18px}@media screen and (min-width: 768px){.footer__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:20px}}.footer__logo img{width:72px;height:30px}@media screen and (min-width: 768px){.footer__logo img{width:107px;height:45px}}.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;text-align:center;gap:32px}@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;gap:20px}}.footer__address{gap:8px}@media screen and (min-width: 768px){.footer__address{gap:20px}}.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:18px}@media screen and (min-width: 768px){.footer__menu{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:18px}@media screen and (min-width: 768px){.footer__address-list,.footer__address-info{gap:16px}}.footer__address-info{gap:8px}@media screen and (min-width: 768px){.footer__address-info{gap:16px}}.footer__address-link{color:var(--secondary-txt-cl);text-decoration:none;font-weight:300;font-size:16px;-webkit-transition:color .3s;transition:color .3s}.footer__address-link:hover,.footer__address-link:focus{color:var(--accent-light-cl)}.footer__contacts{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.footer__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:22px;margin-top:16px}@media screen and (min-width: 768px){.footer__socials{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:24px}}.footer__socials-icon{fill:var(--secondary-txt-cl);-webkit-transition:fill .3s;transition:fill .3s}.footer__socials-icon:hover,.footer__socials-icon:focus{fill:var(--accent-light-cl)}.footer__address-copyright{font-size:14px;color:#a18268;font-weight:400}.form-terms{display:none;font-size:12px;text-align:center;margin:0 auto;max-width:238px}@media screen and (min-width: 768px){.form-terms{display:block}}.form-terms__link{color:var(--main-txt-cl);text-underline-offset:3px}.formats-section__title{margin-bottom:24px;text-align:center}@media screen and (min-width: 768px){.formats-section__title{margin-bottom:80px}}.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:16px}@media screen and (min-width: 768px){.formats-section__list{margin-bottom:32px}}.formats-section__button{display:none}@media screen and (min-width: 768px){.formats-section__button{display:-webkit-box;display:-ms-flexbox;display:flex}}.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__logo img{width:72px;height:30px}@media screen and (min-width: 768px){.header__logo img{width:107px;height:45px}}.header__menu{display:none}@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}}.header__button{display:none}@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(--secondary-txt-cl)}@media screen and (min-width: 768px){.header__burger{display:none}}.hero-section{padding:122px 0 32px 0;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/hero-bg.jpg");background-repeat:no-repeat;background-position:center top;background-size:cover}@media screen and (min-width: 768px){.hero-section{padding:272px 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) 58.46%, rgba(18, 18, 17, 0) 90.36%),url("../images/hero/hero-bg@2x.jpg")}}.hero-section__title{color:var(--secondary-txt-cl);font-weight:900;font-size:67px;line-height:1;text-align:center}@media screen and (min-width: 768px){.hero-section__title{font-size:128px;line-height:1.5}}.hero-section__button{margin:48px auto 0}@media screen and (min-width: 1280px){.hero-section__button{display:none}}.join-section{padding-bottom:0px}@media screen and (min-width: 768px){.join-section{padding-bottom:96px}}.join-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){.join-section__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:32px}}.join-section__form{text-align:center}@media screen and (min-width: 768px){.join-section__form{text-align:left}}.join-section__title{margin:0 auto 8px;max-width:350px}@media screen and (min-width: 768px){.join-section__title{margin-bottom:16px;max-width:605px}}.join-section__text{color:var(--accent-dark-cl);margin-bottom:24px;font-size:14px}@media screen and (min-width: 768px){.join-section__text{margin-bottom:42px;font-size:18px}}.join-section__form-field{position:relative;margin-bottom:16px}@media screen and (min-width: 768px){.join-section__form-field{margin-bottom:24px}}.join-section__btn{margin:0 auto}@media screen and (min-width: 768px){.join-section__btn{margin-bottom:16px}}.join-section__map{margin:0 -24px;height:176px;-ms-flex-negative:0;flex-shrink:0;border:none;border-radius:16px}@media screen and (min-width: 768px){.join-section__map{width:300px;height:500px;margin:auto}}@media screen and (min-width: 1280px){.join-section__map{width:600px;height:595px}}.mobile-menu{position:fixed;padding:16px 24px;z-index:2;top:0;left:0;width:100%;height:100%;background-color:var(--secondary-txt-cl);-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;content:"";background-repeat:no-repeat;width:180px;height:240px;background-image:url(../../images/modal/bread-modal-menu.png)}@media screen and (min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.mobile-menu::after{background-image:url(../../images/modal/bread-modal-menu@2x.png);background-size:180px 240px}}.mobile-menu.is-open{-webkit-transform:translateX(0);transform:translateX(0)}.mobile-menu__btn-close{position:absolute;right:24px;top:16px;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(--main-txt-cl);background-color:rgba(0,0,0,0);border:none;cursor:pointer}.mobile-menu__logo{margin-bottom:32px}.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(--main-txt-cl);font-size:14px;text-decoration:none}.mobile-menu__link:hover{color:var(--accent-light-cl)}.is-scroll-disabled{overflow:hidden}.backdrop{position:fixed;padding:20px;right:0;bottom:0;left:0;top: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;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;padding:68px;width:100%;height:100%;max-width:880px;max-height:880px;background-color:var(--secondary-txt-cl);border-radius:32px;overflow-y:auto}@media screen and (min-width: 768px){.modal{padding:128px}}.modal::after{display:none;position:absolute;top:720px;right:0;content:"";background-repeat:no-repeat;width:180px;height:240px;background-image:url(../../images/modal/bread-modal-menu.png);background-size:180px 240px}@media screen and (min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx){.modal::after{background-image:url(../../images/modal/bread-modal-menu@2x.png);background-size:180px 240px}}@media screen and (min-width: 768px){.modal::after{display:block}}.modal__btn-close{position:absolute;right:40px;top: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(--main-txt-cl);background-color:rgba(0,0,0,0);border:none;cursor:pointer}.modal__title{font-weight:900;font-size:32px;line-height:1.3;text-align:center;margin-bottom:8px}@media screen and (min-width: 768px){.modal__title{font-size:64px}}.modal__text{text-align:center;line-height:1.2;color:var(--accent-dark-cl);margin-bottom:36px}@media screen and (min-width: 768px){.modal__text{margin-bottom:72px}}.modal__form-field{margin-bottom:24px}@media screen and (min-width: 768px){.modal__form-field{margin-bottom:32px}}.modal__btn{margin:0 auto 16px}@media screen and (min-width: 768px){.modal__btn{margin-bottom:24px}}.modal .form-terms{display:block}.no-scroll{overflow:hidden}.traditions-section{padding-top:20px}@media screen and (min-width: 768px){.traditions-section{padding-top:96px}}.traditions-section__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.traditions-section__content{max-width:650px}.traditions-section__text--limited{margin-top:16px;max-width:650px}@media screen and (min-width: 1280px){.traditions-section__text--limited{margin-top:42px;max-width:340px}}.traditions-section__image{display:none}@media screen and (min-width: 768px){.traditions-section__image{display:block;border-radius:400px 400px 0px 0px}}/*# sourceMappingURL=main.min.css.map */