*{box-sizing:border-box;font-family:Nunito,Roboto,system-ui,Tahoma,sans-serif;list-style:none;margin:0;outline:none;padding:0}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}a,b,body,h1,h2,h3,h4,h5,p,span{color:#232323}h1{font-size:48px}h2{font-size:28px;font-weight:600;line-height:30px}a{text-decoration:none}.button{-webkit-touch-callout:none;background-color:#fe5f1e;border:1px solid transparent;border-radius:30px;cursor:pointer;display:inline-block;min-width:100px;padding:10px 20px;text-align:center;transition:background-color .15s ease-in-out,border-color .15s ease-in-out;-webkit-user-select:none;user-select:none}.button,.button span{color:#fff}.button i,.button path,.button span,.button svg{transition:all .15s ease-in-out}.button:hover{background-color:#f24701}.button:active{background-color:#de4101;-webkit-transform:translateY(1px);transform:translateY(1px)}.button--circle{align-items:center;border-width:2px;display:flex;height:32px;justify-content:center;min-width:32px;padding:0;width:32px}.button--black{background-color:#232323}.button--black:active,.button--black:hover{background-color:#3d3d3d}.button--outline{background-color:#fff;border-color:#fe5f1e}.button--outline,.button--outline span{color:#fe5f1e}.button--outline svg path{fill:#fe5f1e}.button--outline:hover{background-color:#fe5f1e}.button--outline:hover,.button--outline:hover span{color:#fff}.button--outline:hover svg path{fill:#fff}.button--outline:active{background-color:#f24701}.button__delimiter{background-color:hsla(0,0%,100%,.25);height:25px;margin-left:14px;margin-right:14px;width:1px}.button--add svg{margin-right:2px}.button--add span{font-size:16px;font-weight:600}.button--add:hover i{background-color:#fff;color:#fe5f1e}.button--add i{background-color:#fe5f1e;border-radius:30px;color:#fff;display:inline-block;font-size:13px;font-style:normal;font-weight:600;height:22px;left:3px;line-height:22px;position:relative;top:-1px;width:22px}.button--cart{align-items:center;display:flex;line-height:23px;padding:12px 25px}.button--cart svg{margin-bottom:1px;margin-right:8px}.button--cart span{font-size:16px;font-weight:600}body{background-color:#ffdf8c}.wrapper{background-color:#fff;border-radius:10px;height:100%;margin:50px auto;max-width:1400px;width:calc(100vw - 100px)}@media(max-width:645px){.wrapper{margin-top:15px;width:calc(100vw - 30px)}}.content{padding:40px 0}.content__error-info{margin:100px auto;text-align:center;width:500px}.content__error-info h2{font-size:32px;font-weight:700;margin-bottom:10px}.content__error-info p{font-size:20px}.content__title{font-size:38px;font-weight:800;margin:60px 0 50px}@media(max-width:380px){.content__title{font-size:33px}}.content__items{grid-column-gap:11px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}@media(max-width:1400px){.content__items{grid-template-columns:repeat(3,1fr)}}@media(max-width:1060px){.content__items{grid-template-columns:repeat(2,1fr)}}@media(max-width:730px){.content__items{grid-template-columns:repeat(1,1fr)}}.content__top{align-items:center;display:flex;justify-content:space-between}@media(max-width:1260px){.content__top{flex-direction:column}.content__top .categories{margin-bottom:30px;overflow-x:scroll;width:500px}.content__top .categories ul{width:100%}.content__top .categories::-webkit-scrollbar{display:none}}@media(max-width:725px){.content__top .categories{width:100%}}@media(max-width:390px){.content__top .categories ul li{padding:8px 20px}}.container{margin:0 auto;width:90%}.container--cart{margin:90px auto;max-width:820px}.container--cart .content__title{margin:0}@media(max-width:960px){.container--cart{margin:30px auto 50px}}@media(max-width:380px){.container--cart{margin:0 auto 50px}}.cart__top{align-items:center;display:flex;justify-content:space-between}@media(max-width:380px){.cart__top{align-items:flex-start;flex-direction:column}}.cart .content__items{display:block}.cart .content__title{align-items:center;display:flex;font-size:32px}@media(max-width:380px){.cart .content__title{margin-bottom:10px}}.cart .content__title svg{height:30px;margin-right:10px;position:relative;top:-2px;width:30px}.cart .content__title svg path{stroke:#232323;stroke-width:1.9}.cart__clear{-webkit-touch-callout:none;align-items:center;cursor:pointer;display:flex;-webkit-user-select:none;user-select:none}.cart__clear span{color:#b6b6b6;display:inline-block;font-size:18px;margin-left:7px}.cart__clear path,.cart__clear span,.cart__clear svg{transition:all .15s ease-in-out}.cart__clear:hover svg path{stroke:#373737}.cart__clear:hover span{color:#373737}.cart__bottom{margin:50px 0}@media(max-width:380px){.cart__bottom{margin:30px 0 50px}}.cart__bottom-details{display:flex;justify-content:space-between}.cart__bottom-details span{font-size:22px}.cart__bottom-details span:last-of-type b{color:#fe5f1e}@media(max-width:380px){.cart__bottom-details{flex-direction:column}}.cart__bottom-buttons{display:flex;justify-content:space-between;margin-top:40px}.cart__bottom-buttons .go-back-btn{align-items:center;border-color:#ddd;display:flex;justify-content:center;width:210px}.cart__bottom-buttons .go-back-btn span{color:#c3c3c3;font-weight:500;font-weight:600}.cart__bottom-buttons .go-back-btn:hover{background-color:#111;border-color:#111}.cart__bottom-buttons .go-back-btn:hover span{color:#f6f6f6}.cart__bottom-buttons .go-back-btn svg{margin-right:12px}.cart__bottom-buttons .go-back-btn svg path{fill:transparent;stroke-width:2}.cart__bottom-buttons .pay-btn{font-size:16px;font-weight:600;padding:16px;width:210px}@media(max-width:550px){.cart__bottom-buttons{flex-direction:column}.cart__bottom-buttons .pay-btn{margin-bottom:10px;order:-1}.cart__bottom-buttons .button{width:100%}.cart__bottom-buttons .go-back-btn{padding:15px 20px}}.cart--empty{margin:80px auto;text-align:center;width:620px}.cart--empty h2{font-size:36px;font-weight:700;margin-bottom:15px}.cart--empty p{color:#777;font-size:20px;letter-spacing:.01em;line-height:145.4%}.cart--empty icon{position:relative;top:2px}.cart--empty img{display:block;margin:45px auto 60px;width:300px}.cart--empty .button--black{font-size:18px;font-weight:600;margin:0 auto;padding:12px 0 14px;width:230px}.header{border-bottom:1px solid #f6f6f6;padding:40px 0}.header .container{align-items:center;display:flex;justify-content:space-between}@media(max-width:1100px){.header .container{flex-direction:column}}.header__logo{display:flex}.header__logo img{margin-right:15px}.header__logo h1{color:#181818;font-size:24px;font-weight:800;letter-spacing:1%;text-transform:uppercase}.header__logo p{color:#7b7b7b}.style_root__sOW9b{position:relative}@media(max-width:1100px){.style_root__sOW9b{margin:30px 0}}@media(max-width:550px){.style_root__sOW9b{width:95%}.style_root__sOW9b .style_input__cJxup{width:100%}}.style_input__cJxup{border:1px solid rgba(0,0,0,.1);border-radius:10px;font-size:16px;padding:12px 20px 12px 42px;width:400px}.style_input__cJxup:focus{border:1px solid rgba(0,0,0,.2)}.style_icon__HkMiu{height:22px;left:14px;opacity:.3;position:absolute;top:12px;width:22px}.style_clearIcon__YdtAS{cursor:pointer;height:18px;opacity:.3;position:absolute;right:15px;top:15px;width:18px}.style_clearIcon__YdtAS:hover{opacity:.8}.categories ul{display:flex}.categories ul li{background-color:#f9f9f9;border-radius:30px;cursor:pointer;font-weight:700;margin-right:10px;padding:13px 30px;transition:background-color .1s ease-in-out}.categories ul li:hover{background-color:#f4f4f4}.categories ul li:active{background-color:#ececec}.categories ul li.active{background-color:#282828;color:#fff}.sort{position:relative}.sort__label{align-items:center;display:flex}.sort__label b,.sort__label svg{margin-right:8px}.sort__label span{border-bottom:1px dashed #fe5f1e;color:#fe5f1e;cursor:pointer}.sort__popup{background:#fff;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.09);margin-top:15px;padding:10px 0;position:absolute;right:0;width:160px}.sort__popup,.sort__popup ul{overflow:hidden}.sort__popup ul li{cursor:pointer;padding:12px 20px}.sort__popup ul li.active,.sort__popup ul li:hover{background:rgba(254,95,30,.05)}.sort__popup ul li.active{color:#fe5f1e;font-weight:700}.pizza-block{margin-bottom:65px;text-align:center;width:280px}.pizza-block-wrapper{display:flex;justify-content:center}.pizza-block__image{width:260px}.pizza-block__title{font-size:20px;font-weight:900;letter-spacing:1%;margin-bottom:20px}.pizza-block__selector{background-color:#f3f3f3;border-radius:10px;display:flex;flex-direction:column;padding:6px}.pizza-block__selector ul{display:flex;flex:1 1}.pizza-block__selector ul:first-of-type{margin-bottom:6px}.pizza-block__selector ul li{cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:8px}.pizza-block__selector ul li.active{background:#fff;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.04);cursor:auto}.pizza-block__bottom{align-items:center;display:flex;justify-content:space-between;margin-top:20px}.pizza-block__price{font-size:22px;font-weight:700;letter-spacing:.015em;line-height:27px}@media(max-width:380px){.pizza-block{width:97.5%}.pizza-block__image{width:240px}.pizza-block__title{font-size:19px}}.style_root__qHiek{align-items:center;display:flex;justify-content:center;width:100%}.style_root__qHiek .selected{background-color:#fe5f1e}.style_root__qHiek .selected a{color:#fff}.style_root__qHiek li{border:1px solid #fe5f1e;cursor:pointer;height:45px;margin:0 10px;width:45px}.style_root__qHiek li,.style_root__qHiek li a{border-radius:30px;transition:all .1s ease-in-out}.style_root__qHiek li a{align-items:center;color:#fe5f1e;display:flex;height:100%;justify-content:center;width:100%}.style_root__qHiek li:hover{background-color:#fe5f1e}.style_root__qHiek li:hover a{color:#fff}
/*# sourceMappingURL=main.138e1bbd.css.map*/