*{box-sizing:border-box}:root{font-size:10px}body{position:relative;color:#402b2b;background-color:#fef8f5}footer,section{scroll-margin:100px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.left__content,.right__content{will-change:transform}*{padding:0;margin:0;border:none}*,:after,:before{box-sizing:border-box}a{display:inline-block}a,a:hover,a:link,a:visited{text-decoration:none}aside,footer,header,main,nav,section{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background-color:transparent}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;box-shadow:none;background-color:transparent;background:none;cursor:pointer}button:active,button:focus,input:active,input:focus{outline:none}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}legend{display:block}.accordion{max-width:550px;-ms-flex-direction:column;flex-direction:column;background-color:#fff7f5;transition:all .3s ease-out;will-change:transform}.accordion,.accordion__header{display:-ms-flexbox;display:flex;border-radius:10px;box-shadow:0 20px 40px 0 rgba(238,77,71,.1)}.accordion__header{z-index:2;position:relative;background-color:#fff;min-height:90px;padding:0 35px;padding:0 60px 0 35px;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.accordion__header:after,.accordion__header:before{content:"";position:absolute;width:20px;height:2px;background-color:#ee4d47;right:35px;top:50%;transform:translateY(-50%);transition:transform .15s ease-in-out}.accordion__header:after{transform:translateY(-50%) rotate(90deg)}.accordion__title{pointer-events:none;font-weight:500;line-height:3rem;text-align:start;max-width:400px}.accordion__content{height:0;overflow:hidden;z-index:1;box-sizing:content-box;opacity:0;padding:0 35px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#fff7f5;transition:all .3s ease-out,opacity .35s ease-in;will-change:transform}.accordion__text{font-weight:300}.accordion_open{margin-bottom:40px;will-change:transform}.accordion_open .accordion__content{height:auto;opacity:1;padding:40px 35px 60px}.accordion_open .accordion__header:after{transform:translateY(-50%) rotate(90deg) scaleX(0)}.button{background-color:#ee4d47;text-transform:uppercase;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center;width:-moz-fit-content;width:fit-content;transition:all .3s ease-out;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.button-s{padding:20px 24px;border-radius:5px;gap:24px;color:#fff}.button-xl{position:relative;max-width:550px;width:100%;color:#ed4d47;height:90px;background-color:rgba(237,77,71,.2);border-radius:10px;line-height:30px;font-weight:700}.button-xl:after,.button-xl:before{content:"";position:absolute;width:20px;height:2px;background-color:#ee4d47;right:35px;top:50%;transform:translateY(-50%);transition:all .15s ease-in-out}.button-xl:after{transform:translateY(-50%) rotate(90deg)}.form{background-color:#fff;padding:50px 75px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;border-radius:10px;box-shadow:0 20px 40px 0 rgba(238,77,71,.1);max-width:550px}.form,.form__block{position:relative;display:-ms-flexbox;display:flex}.form__block{-ms-flex-direction:column;flex-direction:column;gap:10px;width:100%}.form__label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form__input,.form__label{font-weight:300;line-height:4rem}.form__input{border-radius:5px;border:1px solid rgba(238,77,71,.5);background:#fff;padding:10px 20px 10px 40px;margin:1px 0;width:100%;transition:border,box-shadow .4s ease-in-out,font-weight .2s ease-out}.form__input::-webkit-input-placeholder{font-weight:300;color:#402b2b}.form__input::-moz-placeholder{font-weight:300;color:#402b2b}.form__input:-ms-input-placeholder,.form__input::-ms-input-placeholder{font-weight:300;color:#402b2b}.form__input::placeholder{font-weight:300;color:#402b2b}.form__input:focus{box-shadow:0 20px 40px 0 rgba(238,77,71,.2);font-weight:700}.form__input:focus,.form__input_invalid{border:2px solid #ee4d47;margin:0}.form__error-message{color:#ee4d47;font-size:1.3rem;height:5px}.form__button,.form__success{font-weight:700}.form__success{position:absolute;left:0;top:0;z-index:3;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;border-radius:10px;gap:10px;padding:20px 30px;background:#fff;text-align:center;color:#ee4d47;opacity:0;pointer-events:none;transition:all .5s ease-in}.form__success img{max-width:300px}.form__success_active{opacity:1;pointer-events:all}.logo{display:block;z-index:10}.logo__img{max-width:212px}.nav__list{display:-ms-flexbox;display:flex;gap:100px}.nav__link{position:relative;text-transform:uppercase;font-family:Rubik,sans-serif}.burger{display:none;width:26px;height:17px;z-index:10}.burger__icon{position:relative;transition:all .2s ease-in}.burger__icon,.burger__icon:after,.burger__icon:before{width:100%;height:3px;border-radius:10px;background:#fff}.burger__icon:after,.burger__icon:before{content:"";position:absolute;left:0;transition:all .3s ease-out}.burger__icon:before{transform:translateY(7px)}.burger__icon:after{transform:translateY(-7px)}.burger__icon_active{background:none}.burger__icon_active:before{transform:rotate(45deg)}.burger__icon_active:after{transform:rotate(-45deg)}.quote{position:relative;padding:30px 55px;line-height:3.6rem}.quote,.quote:before{border-top-left-radius:5px;border-bottom-left-radius:5px}.quote:before{position:absolute;content:"";left:0;top:0;height:100%;width:10px;background-color:#ed4d47}.social__list{gap:30px}.social__link,.social__list{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.social__link{width:36px;height:36px;-ms-flex-pack:center;justify-content:center;border-radius:100%;background:#ed4d47;transition:all .2s ease-out}.swiper{margin-left:0;margin-right:0}.swiper-button-next:after,.swiper-button-prev:after{content:none}.swiper-button-disabled{opacity:.5}.swiper-slide{opacity:.5;transition:opacity .3s ease-in}.swiper-slide-active,.swiper-slide-next{opacity:1}.text{font-family:Rubik,sans-serif}.text-xs{font-size:1.6rem}.text-s{font-size:1.8rem}.text-m{font-weight:400;font-size:2rem}.text-l{font-family:DM Serif Display,serif;font-weight:400;font-size:4.8rem}.title-s{text-transform:uppercase;font-family:Rubik,sans-serif;font-weight:700;font-size:2.4rem;line-height:4rem;letter-spacing:.24rem;color:#ee4d47}.title-l{font-family:DM Serif Display,serif;font-size:clamp(5rem,12vw,10rem);font-weight:400;line-height:clamp(7rem,12vw,10rem)}.about{margin-top:120px}.about__container{display:-ms-flexbox;display:flex;gap:75px;-ms-flex-pack:center;justify-content:center}.about__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-order:1;order:1;margin-top:60px;max-width:570px}.about__title{margin-bottom:40px}.about__text{max-width:470px;font-weight:300;line-height:4rem;margin-bottom:70px}.about__quote{background-color:hsla(13,87%,91%,.4);font-size:2.4rem;font-weight:500}.about__image{-ms-flex-order:2;order:2;max-width:478px;width:clamp(280px,50%,478px);height:-moz-fit-content;height:fit-content}.apply{margin-top:260px}.apply__container{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;gap:165px}.apply__content{-ms-flex-order:2;order:2;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:455px;gap:40px}.apply__text{font-weight:300;line-height:4rem}.apply__image{-ms-flex-order:1;order:1;width:clamp(280px,50%,487px);height:-moz-fit-content;height:fit-content}.clients{margin-top:170px;display:-ms-flexbox;display:flex;overflow:hidden}.clients__container{padding:20px}.clients__content{-ms-flex:0 0 100%;flex:0 0 100%}.clients__body{flex-direction:column;gap:40px;max-width:300px}.clients__body,.clients__slider{display:-ms-flexbox;display:flex;-ms-flex-direction:column}.clients__slider{max-width:1000px;padding:0 0 30px 20px;flex-direction:column;gap:60px;-ms-flex:0 0 1000px;flex:0 0 1000px;transform:translateX(-100%)}.clients__slide{max-width:420px;height:360px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;background-color:#fff;padding:60px 50px 40px;border-radius:10px;box-shadow:0 20px 20px 0 rgba(238,77,71,.1)}.clients__text{font-weight:300}.clients__info{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:auto;gap:20px}.clients__photo{max-width:60px}.clients__fullname{font-family:Roboto,sans-serif;font-weight:700}.clients__buttons{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;gap:30px;margin-right:25%}.clients__button-next,.clients__button-prev{position:relative;cursor:pointer;width:29px;height:12px}.clients__button-prev img{transform:rotate(180deg)}.faq{position:relative;margin-top:270px;padding:100px 0 110px;scroll-margin-top:-5rem}.faq__bg{position:absolute;height:100%;max-width:1170px;width:100%;z-index:-1;top:0;right:0;background-color:#fdede8;border-top-left-radius:200px}.faq__container{-ms-flex-direction:column;flex-direction:column;gap:90px}.faq__container,.faq__header{display:-ms-flexbox;display:flex}.faq__header{-ms-flex-align:end;align-items:flex-end}.faq__block{-ms-flex-order:1;order:1;max-width:500px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:44px;-ms-flex:0 0 50%;flex:0 0 50%;margin-bottom:80px;z-index:2}.faq__image{-ms-flex-order:2;order:2;max-width:708px;width:clamp(300px,56%,708px);-ms-flex:0 0 50%;flex:0 0 50%;position:relative;margin-left:-50px}.faq__content{-ms-flex-pack:start;justify-content:flex-start;gap:20px}.faq__column,.faq__content{display:-ms-flexbox;display:flex}.faq__column{-ms-flex-direction:column;flex-direction:column;gap:10px}.faq__button{margin-top:12px}.footer{position:relative;margin:200px 0 0;padding-bottom:90px}.footer__bg{position:absolute;z-index:-1;top:110px;left:0;overflow-x:hidden;max-width:100vw;will-change:transform}.footer__bg img{max-width:1400px;-o-object-fit:cover;object-fit:cover}.footer__truck{position:absolute;z-index:-1;max-width:382px;left:0;top:-60px}.footer__container{-ms-flex-direction:column;flex-direction:column;gap:170px}.footer__container,.footer__row{display:-ms-flexbox;display:flex}.footer__row{-ms-flex-align:center;align-items:center;max-width:1025px;-ms-flex-pack:justify;justify-content:space-between}.footer__quote{-ms-flex-order:1;order:1;max-width:380px;padding:20px 0 20px 40px;line-height:3rem;color:#fff;-ms-flex-item-align:end;align-self:flex-end;margin-bottom:70px}.footer__form{-ms-flex-order:2;order:2}.footer__logo-img{max-width:170px}.footer__nav-link{font-weight:400;color:#fff}.footer__copyright{font-weight:300}.header{position:absolute;z-index:100;top:0;left:0;width:100vw}.header__container{-ms-flex-pack:justify;justify-content:space-between;gap:76px;padding-top:40px;font-weight:700;letter-spacing:.08rem}.header__container,.header__nav{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.header__nav{margin-left:auto;-ms-flex-pack:center;justify-content:center;gap:50px;transition:all .4s ease-out}.header__nav-link{color:#fff}.hero{position:relative}.hero__bg{position:absolute;z-index:-1;top:0;left:0;overflow-x:hidden;max-width:100vw;will-change:transform}.hero__bg img{max-width:1285px;-o-object-fit:cover;object-fit:cover}.hero__container{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-top:190px;gap:60px}.hero__title{color:#fff;max-width:650px;z-index:5;will-change:transform}.hero__button{font-weight:700;letter-spacing:.08rem;will-change:transform}.hero__scene{position:absolute;right:240px;bottom:-345px;z-index:-1;will-change:transform}.hero__woman{position:relative;z-index:2}.hero__deliveryman{position:absolute;z-index:3;top:-5px;transform:translateX(-162px)}.hero__truck{position:relative;z-index:4;margin-top:180px;transform:translateX(-211px);will-change:transform}@media (min-width:1680px){:root{font-size:11px}.clients__body{max-width:400px}.faq__bg{width:65vw;max-width:none}.faq__block{max-width:600px}.footer__bg img{width:85vw;max-width:none}.hero__bg img{width:75vw;max-width:none;-o-object-fit:fill;object-fit:fill;height:1000px}.hero__title{max-width:800px}}@media (max-width:1440px){.about__container,.apply__container{gap:0;-ms-flex-pack:justify;justify-content:space-between}.clients__slider{-ms-flex:0 0 70%;flex:0 0 70%}.clients__slide{padding:50px 40px 30px;height:320px}.hero__scene{right:150px}}@media (max-width:1024px){:root{font-size:9.5px}.nav__list{gap:50px}.about__container{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:50px}.about__content{-ms-flex-order:2;order:2;margin-top:0}.about__title{margin-bottom:20px}.about__text{max-width:570px}.about__image{-ms-flex-order:1;order:1}.apply__container{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:50px}.apply__content{max-width:570px;gap:20px}.clients{-ms-flex-direction:column;flex-direction:column;gap:20px}.clients__body{max-width:570px;margin:0 auto;gap:20px}.clients__slider{-ms-flex:0 0 100%;flex:0 0 100%;transform:translateX(0);gap:40px}.clients__buttons{margin-right:10%}.faq__container{gap:30px}.faq__header{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:50px}.faq__block{-ms-flex-order:2;order:2;max-width:570px;margin-bottom:0;gap:20px}.faq__image{-ms-flex-order:1;order:1;margin-left:0}.faq__content{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.footer{margin:180px 0 0;padding-bottom:40px}.footer__bg img{max-width:none;width:1500px}.footer__truck{max-width:300px;top:-30px;left:-80px}.footer__container{gap:100px}.footer__contact{-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:center;align-self:center;max-width:550px;gap:50px}.footer__quote{-ms-flex-order:2;order:2;-ms-flex-item-align:start;align-self:flex-start;margin-bottom:0}.footer__form{-ms-flex-order:1;order:1}.hero__container{padding-top:130px}.hero__scene{right:50px;bottom:-245px}.hero__woman{height:400px}.hero__deliveryman{transform:translateX(-132px);height:400px}.hero__truck{margin-top:100px;width:650px}}@media (max-width:768px){:root{font-size:8.5px}html{scroll-behavior:smooth}footer,section{scroll-margin:50px}.accordion__header{padding:0 40px 0 20px}.accordion__header:after,.accordion__header:before{right:15px}.accordion__content{padding:0 30px}.accordion_open{margin-bottom:20px}.accordion_open .accordion__content{padding:30px 30px 50px}.button-s{padding:16px 20px}.button-xl{height:60px}.button-xl:after,.button-xl:before{right:15px}.form{max-width:450px;padding:30px 45px}.form__input{padding:8px 20px 8px 30px}.form__success img{max-width:250px}.burger{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.quote{padding:20px 35px}.swiper-slide-next{opacity:.5}.about{margin-top:100px}.about__quote{font-size:2.2rem}.apply,.clients{margin-top:150px}.clients__slide{padding:35px 30px 20px;max-width:360px;height:260px}.faq{margin-top:160px;padding:70px 0 80px;scroll-margin-top:-3rem}.faq__bg{width:100vw;max-width:none;border-top-left-radius:80px}.faq__column{gap:20px}.footer{margin-top:150px}.footer__bg img{width:1250px}.footer__truck{display:none}.footer__container{gap:80px}.header__container{padding-top:30px;gap:0}.header__nav{position:fixed;background:rgba(64,43,43,.9);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100vw;height:100vh;right:-100%;top:0;z-index:9}.header__nav,.header__nav-list{-ms-flex-direction:column;flex-direction:column}.header__nav-list{-ms-flex-align:center;align-items:center}.header__nav-link{font-size:2rem}.header__nav_open{right:0}.hero__bg img{width:1000px;max-width:none}.hero__container{text-align:center;-ms-flex-align:center;align-items:center;gap:30px}.hero__scene{bottom:-345px}.hero__woman{height:300px}.hero__deliveryman{transform:translateX(-102px);height:300px}.hero__truck{margin-top:120px;width:450px}}@media (hover:hover) and (max-width:768px){.nav__link:before{content:none}}@media (max-width:425px){:root{font-size:8px}footer,section{scroll-margin:30px}.accordion__content{padding:0 20px}.accordion_open{margin-bottom:10px}.accordion_open .accordion__content{padding:25px 20px 40px}.form{padding:20px 30px;gap:20px}.form__block{gap:6px}.form__input{padding:6px 20px}.form__success img,.logo__img{max-width:180px}.quote{padding:20px 15px 20px 25px}.social__list{gap:25px}.social__link{width:32px;height:32px}.about{margin-top:80px}.about__quote{font-size:1.8rem;line-height:2.8rem}.apply,.clients{margin-top:100px}.faq{margin-top:110px;padding:55px 0 65px}.faq__bg{border-top-left-radius:50px}.footer{margin:100px 0 0;padding-bottom:20px}.footer__bg img{width:1200px}.footer__container{gap:65px}.footer__navigation{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;gap:40px}.hero__bg img{width:800px}.hero__scene{display:none}.hero__truck{margin-top:40px;transform:translateX(-111px);width:350px}}@media (max-width:320px){.clients__slide{max-width:280px;height:240px}.footer__container{gap:55px}}@media (hover:none){.button{transition:all .15s ease-out}.button-s:active{transform:scale(.9);box-shadow:inset 0 0 10px rgba(0,0,0,.15)}.button-xl:active{transform:scale(.96);background-color:#ee4d47;color:#fff}.button-xl:active:after,.button-xl:active:before{background-color:#fff}.social__link:active{box-shadow:0 3px 8px 0 rgba(238,77,71,.8);transform:scale(1.2)}}@media (hover:hover){.button-s:hover{transform:scale(.94);box-shadow:inset 0 0 10px rgba(0,0,0,.15)}.button-s:active{transform:scale(.84);box-shadow:inset 0 0 10px rgba(0,0,0,.3)}.button-xl:hover{transform:scale(.96);background-color:#ee4d47;color:#fff}.button-xl:hover:after,.button-xl:hover:before{background-color:#fff}.button-xl:active{transform:scale(.9)}.nav__link:before{position:absolute;content:"";width:0;background:#fff;height:2px;bottom:-5px;transition:width .25s ease-in}.nav__link:hover:before{width:100%}.social__link:hover{box-shadow:0 3px 8px 0 rgba(238,77,71,.8);transform:scale(1.2)}.social__link:active{transform:scale(1.5)}}