:root{--color-brand: #819B57;--color-brand-dark: #465929;--color-primary-white: #FAF4EA;--color-primary-dark: #31261A}*{box-sizing:border-box}*::before,::after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--color-primary-dark);background-color:var(--color-primary-white);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;-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)}.text-brand--dark{color:#465929}.text-bold{font-weight:600}.text-uppercase{text-transform:uppercase}.visually-hidden{position:absolute;left:-10000px;right:auto;width:1px;height:1px;overflow:hidden}.container{width:100%;max-width:1288px;margin:0 auto;padding:0 24px}.button{padding:16px 32px;color:var(--color-primary-white);font-weight:600;background-color:var(--color-brand);border:2px solid var(--color-brand);border-radius:8px;cursor:pointer;transition:background-color .2s,color .2s}.button:hover{color:var(--color-brand-dark);background-color:rgba(0,0,0,0)}.carousel-button{display:flex;justify-content:center;align-items:center;flex-shrink:0;cursor:pointer;width:44px;height:44px;padding:0;border-radius:50%;background-color:rgba(0,0,0,0);border:1px solid var(--color-brand-dark);transition:background-color .2s,fill .2s}.carousel-button:hover{background-color:var(--color-primary-dark);fill:var(--color-primary-white)}.carousel-button.next{transform:rotate(180deg)}.chef-card{display:flex;align-items:flex-start;gap:16px}@media screen and (min-width: 1280px){.chef-card{gap:30px}}.chef-card__image{width:140px;border-radius:4px 4px 4px 200px;box-shadow:-8px 8px 0 0 var(--color-primary-white),-8px 8px 0 2px #a18268}@media screen and (min-width: 1280px){.chef-card__image{width:240px;box-shadow:-16px 16px 0 0 var(--color-primary-white),-16px 16px 0 2px #a18268}}.chef-card__title{margin-bottom:16px;font-size:24px;font-weight:600}@media screen and (min-width: 1280px){.chef-card__title{font-size:40px}}.chef-card__text{font-size:14px;margin-bottom:24px}@media screen and (min-width: 768px){.chef-card__text{font-size:18px}}.chef-card__text:last-child{margin-bottom:0}.footer{text-align:center;position:relative;background-image:url("../images/footer-background.png");background-color:var(--color-primary-dark);background-repeat:no-repeat;background-size:cover;background-position:center;padding:32px 0}@media screen and (min-width: 768px){.footer{text-align:left}}.footer::before,.footer::after{position:absolute;bottom:0;background-repeat:no-repeat;content:""}.footer::before{width:180px;height:120px;left:0;background-image:url("../images/decor-bread-small.png")}@media screen and (max-width: 768px){.footer::before{display:none}}.footer::after{width:380px;height:190px;right:0;background-image:url("../images/decor-bread-big.png")}@media screen and (max-width: 768px){.footer::after{display:none}}.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:20px}@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-list,.footer__address-info{flex-grow:1;gap:20px}.footer__address-link{color:var(--color-primary-white);font-size:16px;font-weight:300;transition:color .2s}.footer__address-link:hover{color:var(--color-brand)}.footer__address-icon{fill:var(--color-primary-white);transition:fill .2s}.footer__address-icon:hover{fill:var(--color-brand)}.footer__address-copyright{font-size:14px;color:#a18268}.form-terms{margin:0 auto;max-width:220px;font-weight:500;font-size:12px;text-align:center}.form-terms__link{color:var(--color-primary-dark);text-underline-offset:2px}.input__label{display:block}.input__control{padding:16px 42px;width:100%;font-size:16px;line-height:1.17;border:1px solid #a18268;border-radius:8px;background-color:rgba(0,0,0,0)}.input__control:focus{border-color:var(--color-brand);outline:none}.input__control::-moz-placeholder{color:#a18268;font-size:16px;line-height:1.17}.input__control::placeholder{color:#a18268;font-size:16px;line-height:1.17}.input__control:focus::-moz-placeholder{color:var(--color-primary-dark)}.input__control:focus::placeholder{color:var(--color-primary-dark)}.format-card{display:flex;flex-direction:column;justify-content:flex-end;position:relative;height:444px;border:1px solid #d3d3d3;border-radius:16px;padding:24px;background-image:linear-gradient(180deg, rgba(49, 38, 26, 0) 55.21%, rgba(49, 38, 26, 0.71) 72.92%, #31261A 100%)}.format-card__image{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-white)}.format-card__text{font-size:14px;font-weight:300;color:var(--color-primary-white)}.header{position:absolute;top:0;left:0;width:100%;padding-top:32px}.header__container{display:flex;align-items:center;gap:40px}.header__nav{display:flex;flex-grow:1;align-items:center;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;background-color:rgba(0,0,0,0);border:none;fill:var(--color-primary-white)}@media screen and (min-width: 1280px){.header__burger{display:none}}.link{color:var(--color-primary-white);text-decoration:none;transition:color .2s}.link:hover{color:var(--color-brand)}.backdrop{display:flex;justify-content:center;align-items:center;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);padding:20px 0;transition:opacity .3s,visibility .3s}.backdrop.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.modal{position:relative;width:880px;max-width:100%;height:100%;max-height:880px;background-color:var(--color-primary-white);border-radius:32px;padding:48px;overflow-y:auto}@media screen and (min-width: 768px){.modal{padding:128px}}.modal__title{margin-bottom:8px}.modal__text{text-align:center;color:var(--color-brand-dark)}.modal__form-field{margin-bottom:32px}.modal__button-close{position:absolute;display:flex;justify-content:center;align-items:center;top:40px;right:40px;cursor:pointer;border:none;background:rgba(0,0,0,0);width:32px;height:32px}@media screen and (max-width: 768px){.modal__button-close{top:16px;right:16px}}.modal__form-button{display:block;margin:0 auto 24px}.pagination{display:flex;align-items:center;justify-content:center;gap:24px}.pagination__button{width:12px;height:12px;background-color:#a18268;border-radius:50%;padding:0;transition:background-color .3s linear}.pagination__button--active{background-color:#73835a}.advantages-section{padding:16px 0}@media screen and (min-width: 768px){.advantages-section{background-color:var(--color-brand)}}.advantages-section__list{display:flex;flex-direction:column;gap:16px;background-color:#cfcfbc;text-align:center;border-radius:24px;padding:24px 40px}@media screen and (min-width: 768px){.advantages-section__list{flex-direction:row;justify-content:space-between;gap:40px;background-color:rgba(0,0,0,0);border-radius:0;padding:0}}.advantages-section__item{font-size:14px}@media screen and (min-width: 768px){.advantages-section__item{color:var(--color-primary-white);font-size:20px;font-weight:300}}.chefs-section__title{position:relative;margin:0 auto 24px}.chefs-section__title::after,.chefs-section__title::before{display:none;position:absolute;bottom:24px;width:352px;border:2px solid #cfcfbc;content:""}@media screen and (min-width: 1280px){.chefs-section__title::after,.chefs-section__title::before{display:block}}.chefs-section__title::before{left:0}.chefs-section__title::after{right:0}.chefs-section__list{display:flex;flex-direction:column;gap:20px 30px;flex-wrap:wrap}@media screen and (min-width: 768px){.chefs-section__list{gap:40px 30px;flex-direction:row}}@media screen and (min-width: 768px){.chefs-section__item{flex-basis:calc((100% - 30px)/2)}}.contact-section{padding-bottom:96px}.contact-section__container{display:flex;flex-direction:column;gap:24px}@media screen and (min-width: 768px){.contact-section__container{flex-direction:row;gap:32px}}.contact-section__title{margin-bottom:16px}.contact-section__map{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}}.contact-section__form-field{margin-bottom:24px}.contact-section__button{margin:0 auto 24px;display:block}.formats-section__title{margin-bottom:24px}@media screen and (min-width: 768px){.formats-section__title{margin-bottom:80px}}.formats-section__slider{display:flex;gap:30px;align-items:center}.formats-section__container{overflow:hidden}.formats-section__list{margin-bottom:32px}.formats-section__button{display:none}@media screen and (min-width: 480px){.formats-section__button{display:flex}}.hero-section{padding:124px 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/couple-in-bakery.jpg");background-repeat:no-repeat;background-position:center top;background-size:cover}@media screen and (min-width: 768px){.hero-section{padding:272px 0px}}@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/couple-in-bakery@2x.jpg")}}.hero-section__title{margin-bottom:48px;color:var(--color-primary-white);text-align:center;font-size:67px;line-height:1;font-weight:900}@media screen and (min-width: 1280px){.hero-section__title{margin-bottom:0;font-size:128px;line-height:1.5}}.hero-section__button{display:block;margin:0 auto}@media screen and (min-width: 1280px){.hero-section__button{display:none}}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;padding:16px 24px;background-color:var(--color-primary-white);transform:translate(100%);transition:transform .3s;z-index:4}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__btn-close{position:absolute;top:16px;right:24px;border:none;background:rgba(0,0,0,0);width:24px;height:24px}.mobile-menu__logo{margin-bottom:32px}.mobile-menu__link{font-size:14px;color:var(--color-primary-dark);text-decoration:none;transition:all .3s linear}.mobile-menu__link:hover{font-weight:600;color:#819b57}.mobile-menu__photo{position:absolute;right:0;bottom:0}.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}.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:24px}@media screen and (min-width: 768px){.traditions-section__title{margin-bottom:42px}}.traditions-section__img{display:none}@media screen and (min-width: 768px){.traditions-section__img{display:block;border-radius:400px 400px 0px 0px}}.traditions-section__text--limited{max-width:340px}/*# sourceMappingURL=main.min.css.map */