@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap);*{box-sizing:border-box;font-family:Montserrat,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:38px}h2{font-size:20px}@media(max-width:700px){h2{font-size:16px}}a{text-decoration:none}.header{padding:20px 0}.header .container{align-items:center;background:#ffdf8c;display:flex;justify-content:space-around;padding-bottom:15px;padding-right:33px;padding-top:15px;position:fixed;top:0;z-index:101}@media(max-width:1070px){.header .container{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}}.header__logo{display:flex}.header__logo img{margin-right:15px}.header__logo h1{color:#181818;font-weight:800;letter-spacing:1px;margin-left:15px;text-transform:uppercase}.header__logo p{color:#565353;margin-left:10px}.footer_p{font-size:17px;font-weight:600;padding:15px}@media(max-width:600px){.footer_p{font-size:15px;margin-right:30px;margin-top:15px}}.footer{align-items:center;display:flex;gap:30px;justify-content:center;margin:15px}.button{-webkit-touch-callout:none;background-color:#fe5f1e;border:1px solid transparent;border-radius:20px;cursor:pointer;display:inline-block;font-size:18px;min-width:160px;padding:8px 15px;text-align:center;transition:background-color .15s ease-in-out,border-color .15s ease-in-out;-webkit-user-select:none;-ms-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;font-size:17px;padding:7px}.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:1px}.button--add span{font-weight:600}.button--add:hover i{background-color:#fff;color:#fe5f1e}.button--add i{background-color:#fe5f1e;border-radius:20px;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{display:flex;max-width:177px;min-width:170px;width:150px}.button--cart svg{margin-bottom:1px;margin-right:8px}.button--cart span{font-weight:600}.categories ul{display:flex}.categories ul li{-webkit-touch-callout:none;background-color:#f9f9f9;border-radius:30px;cursor:pointer;font-weight:700;margin-right:20px;padding:10px 20px;transition:background-color .2s ease-in-out;-webkit-user-select:none;-ms-user-select:none;user-select:none}.categories ul li:hover{background-color:#ececec}.categories ul li:active{background-color:#e7e7e7}.categories ul li.active{background-color:#282828;color:#fff}@media(max-width:930px){.categories ul{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}}@media(max-width:597px){.categories ul{grid-gap:3px;display:grid;gap:3px;grid-template-columns:repeat(2,1fr);margin-right:10px}}@media(max-width:455px){.categories ul{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(1,1fr);margin-right:10px;margin-top:20px}}.sort{position:relative}.sort__label{align-items:center;display:flex}.sort__label svg{margin-right:8px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sort__label svg.rotated{-webkit-transform:rotate(0);transform:rotate(0)}.sort__label b{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;max-width:160px;overflow:hidden;padding:10px 0;position:absolute;right:0}@media(max-width:1300px){.sort__popup{max-width:500px;position:relative}.sort__popup .sort{margin-top:20px}}.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}.fullItem{background:rgba(0,0,0,.8);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.fullItem div{background:#fff;border-radius:15px;margin:10% auto;position:relative;width:600px}.fullItem div img{margin-left:-20px;margin-right:-45px;margin-top:55px;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;width:350px}.fullItem div img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.fullItem div p{padding:10px}#toast-container{-webkit-animation:fade-in .2s ease-in-out;animation:fade-in .2s ease-in-out;background-color:#282525;border:1px solid #282525;border-radius:10px;bottom:17rem;color:#fff;padding:7px;position:fixed}@media(max-width:730px){#toast-container{font-size:13px}}@-webkit-keyframes fade-in{0%{opacity:0;-webkit-transform:translateY(2rem);transform:translateY(2rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-in{0%{opacity:0;-webkit-transform:translateY(2rem);transform:translateY(2rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.close-popup{cursor:pointer;float:right;position:relative;right:10px;top:12px;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.close-popup:hover{color:#fe5f1e;-webkit-transform:scale(1.3);transform:scale(1.3)}.pizza-block{margin-bottom:65px;text-align:center;width:260px}.pizza-block-wrapper{display:flex;justify-content:center}.pizza-block__image{transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;width:260px}.pizza-block__image:hover{cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1)}.pizza-block__title{font-size:20px;font-weight:900;letter-spacing:inherit;margin-bottom:5px}@media(max-width:730px){.pizza-block__title{font-size:17px}}.pizza-block__info{font-weight:300;letter-spacing:inherit;margin-bottom:10px}.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{-webkit-touch-callout:none;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:8px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.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__selector ul li.disabled{opacity:.5;pointer-events:none}.pizza-block__bottom{align-items:center;display:flex;justify-content:center;margin-bottom:2opx;margin-left:65px;margin-top:-28px}.pizza-block__price{font-size:20px;font-weight:600;letter-spacing:.015em;line-height:22px;margin-right:180px;margin-top:30px}@media(max-width:730px){.pizza-block__price{font-size:17px}}@media(max-width:1024px){.pizza-block__image{width:200px}.fullItem div{margin:255px 250px}.fullItem div img{width:300px}}@media(max-width:768px){.pizza-block__image{width:170px}.fullItem div{margin:255px 187px;width:400px}.fullItem div p{font-size:14px}.fullItem div img{width:200px}}@media(max-width:425px){.pizza-block__image{width:150px}.fullItem div{margin:200px 70px;width:250px}.fullItem div p{font-size:13px}.fullItem div img{width:200px}}body{background-color:#ffdf8c}.wrapper{background-color:#fff;border-radius:10px;height:100%;margin:50px auto;max-width:1400px;width:calc(100vw - 100px)}.wrapper .content{display:flex;padding:1px 0}.wrapper .content__title{font-size:38px;font-weight:800;margin-bottom:50px;margin-top:60px}@media(max-width:730px){.wrapper .content__title{font-size:25px;font-weight:600}}.wrapper .content__items{grid-column-gap:11px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(1,1fr)}@media(max-width:1200px){.wrapper .content__items{grid-template-columns:repeat(3,1fr)}}@media(max-width:1060px){.wrapper .content__items{grid-template-columns:repeat(2,1fr)}}@media(max-width:730px){.wrapper .content__items{grid-template-columns:repeat(1,1fr)}}.wrapper .content__top{align-items:center;display:flex;justify-content:space-between}@media(max-width:1300px){.wrapper .content__top{display:flex;flex-direction:column}.wrapper .content__top .sort b,.wrapper .content__top .sort path,.wrapper .content__top .sort span,.wrapper .content__top .sort svg{margin-top:15px}}@media(max-width:915px){.wrapper .content__top .categories{display:flex;flex-direction:column}.wrapper .content__top .categories ul li{padding:8px 20px}}@media(max-width:597px){.wrapper .content__top .categories{display:grid;grid-template-columns:repeat(2,1fr);margin-left:15px;margin-top:50px}}@media(max-width:395px){.wrapper .content__top .categories{display:grid;grid-template-columns:repeat(2,1fr);margin-left:15px;margin-top:90px}}.wrapper .container{margin:0 auto;width:95%}.wrapper .container--cart{margin:30px auto;width:820px}.wrapper .container--cart .content__title{margin:0}.wrapper .cart__top{align-items:center;display:flex;justify-content:space-between}.wrapper .cart .content__title{align-items:center;display:flex;font-size:32px}.wrapper .cart .content__title svg{height:30px;margin-right:10px;position:relative;top:-2px;width:30px}.wrapper .cart .content__title svg path{stroke:#232323;stroke-width:1.9}.wrapper .cart__clear{-webkit-touch-callout:none;align-items:center;cursor:pointer;display:flex;-webkit-user-select:none;-ms-user-select:none;user-select:none}.wrapper .cart__clear span{color:#b6b6b6;display:inline-block;font-size:18px;margin-left:7px}.wrapper .cart__clear path,.wrapper .cart__clear span,.wrapper .cart__clear svg{transition:all .15s ease-in-out}.wrapper .cart__clear:hover svg path{stroke:#373737}.wrapper .cart__clear:hover span{color:#373737}.wrapper .cart .content__items{display:block}.wrapper .cart__item{border-top:2px solid #f6f6f6;display:flex;margin-top:30px;padding-top:30px;width:100%}.wrapper .cart__item-img{align-items:center;display:flex;margin-right:15px;width:10%}.wrapper .cart__item-img img{height:80px;width:80px}.wrapper .cart__item-info{display:flex;flex-direction:column;justify-content:center;width:40%}.wrapper .cart__item-info h3{font-size:22px;font-weight:700;letter-spacing:.01em;line-height:27px}.wrapper .cart__item-info p{color:#8d8d8d;font-size:18px}.wrapper .cart__item-count{align-items:center;display:flex;justify-content:space-between}.wrapper .cart__item-count-minus svg path:first-of-type{display:none}.wrapper .cart__item-count-minus:disabled{border-color:#787878;opacity:.5}.wrapper .cart__item-count-minus:disabled:active{-webkit-transform:none;transform:none}.wrapper .cart__item-count-minus:disabled:hover{background-color:transparent}.wrapper .cart__item-count-minus:disabled svg path,.wrapper .cart__item-count-minus:disabled:hover svg path{fill:#787878}.wrapper .cart__item-count b{font-size:22px}.wrapper .cart__item-price{align-items:center;display:flex;justify-content:center;width:33%}.wrapper .cart__item-price b{font-size:22px;font-weight:700;letter-spacing:.01em}.wrapper .cart__item-remove{align-items:center;display:flex;justify-content:flex-end;width:4%}.wrapper .cart__item-remove .button{border-color:#ddd}.wrapper .cart__item-remove svg{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.wrapper .cart__item-remove svg path{fill:#d0d0d0}.wrapper .cart__item-remove .button svg{height:11.5px;position:relative;width:11.5px}.wrapper .cart__item-remove .button:active,.wrapper .cart__item-remove .button:hover{background-color:#2a2a2a;border-color:#2a2a2a}.wrapper .cart__bottom{margin:50px 0}.wrapper .cart__bottom-details{display:flex;justify-content:space-between}.wrapper .cart__bottom-details span{font-size:22px}.wrapper .cart__bottom-details span:last-of-type b{color:#fe5f1e}.wrapper .cart__bottom-buttons{display:flex;justify-content:space-between;margin-top:40px}.wrapper .cart__bottom-buttons .go-back-btn{align-items:center;border-color:#ddd;display:flex;justify-content:center;width:210px}.wrapper .cart__bottom-buttons .go-back-btn span{color:#c3c3c3;font-weight:600}.wrapper .cart__bottom-buttons .go-back-btn:hover{background-color:#111;border-color:#111}.wrapper .cart__bottom-buttons .go-back-btn:hover span{color:#f6f6f6}.wrapper .cart__bottom-buttons .go-back-btn svg{margin-right:12px}.wrapper .cart__bottom-buttons .go-back-btn svg path{fill:transparent;stroke-width:2}.wrapper .cart__bottom-buttons .pay-btn{font-size:18px;font-weight:600;width:210px}.wrapper .cart--empty{margin:20px auto;text-align:center;width:620px}.wrapper .cart--empty h2{font-size:35px;font-weight:700;margin-bottom:15px}.wrapper .cart--empty p{color:#777;font-size:18px;letter-spacing:.01em;line-height:145.4%}.wrapper .cart--empty img{display:block;margin:45px auto 60px;width:300px}.wrapper .cart--empty .button--black{font-size:18px;font-weight:600;margin:0 auto;width:230px}@media(max-width:930px){.wrapper .cart__bottom-details span{font-size:18px}.wrapper .cart__item-price b{display:none}.wrapper .cart .content__title{font-size:26px}.wrapper .cart__item{grid-gap:10px;display:grid;gap:10px}.wrapper .container--cart{margin:auto;width:auto}.wrapper .cart__top{grid-gap:20px;display:grid;gap:20px;margin-top:30px}.wrapper .cart__bottom-details{grid-gap:10px;display:grid;gap:10px}.wrapper .cart__bottom-buttons{grid-gap:20px;display:grid;gap:20px}.wrapper .cart__item-count{display:flex;gap:10px;justify-content:center;margin-left:-10px}.wrapper .cart__item-price{grid-gap:20px;display:grid;gap:20px;justify-items:center}.wrapper .cart__item-remove{display:none}}@media(max-width:500px){.wrapper .cart--empty h2{font-size:23px}.wrapper .cart--empty p{font-size:15px}.wrapper .cart--empty img{width:180px}}.Search_root__eiX89{position:relative}.Search_input__klILD{border:1px solid #fe5f1e;border-radius:10px;font-size:17px;height:40px;padding:10px 20px 10px 45px;width:200px}.Search_input__klILD:focus{border:1px dashed #fe5f1e;color:#000}.Search_icon__XMmYc{height:20px;left:14px;opacity:.3;position:absolute;top:8px;width:20px}.Search_clearIcon__eIw10{cursor:pointer;height:15px;opacity:.3;position:absolute;right:15px;top:12px;width:15px}.Search_clearIcon__eIw10:hover{opacity:.5}.modal{align-items:center;background-color:rgba(0,0,0,.4);display:flex;height:100vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:.5s;width:100vw}.modal__content{background-color:#fff;border-radius:12px;padding:20px;-webkit-transform:scale(.5);transform:scale(.5);transition:all .4s}.modal.active{opacity:1;pointer-events:all}.modal__content.active{-webkit-transform:scale(1);transform:scale(1)}button{background-color:#fff;border:1px solid #fe5f1e;border-radius:10px;color:#fe5f1e;cursor:pointer;font-size:18px;font-weight:700;margin-left:20px;padding:8px 25px;text-align:center;transition:background-color .2s ease-in-out}button:disabled{opacity:.5}button:hover{background-color:#fe5f1e;color:#fff}input{width:250px}.Pagination_root__uwB0O li{display:inline-block;margin-bottom:30px}.Pagination_root__uwB0O li a{border:1px solid #fe5f1e;border-radius:30px;color:#fe5f1e;cursor:pointer;display:inline-block;height:45px;line-height:42px;margin-right:10px;text-align:center;width:45px}.Pagination_root__uwB0O .selected a,.Pagination_root__uwB0O li a:hover{background-color:#fe5f1e;color:#fff}.NotFound_root__5BIYi{margin:0 auto;max-width:900px;padding:290px;text-align:center}.NotFound_root__5BIYi h1{padding-bottom:40px}.NotFound_root__5BIYi button{border-radius:15px;font-size:18px;padding:10px;text-align:center;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.NotFound_root__5BIYi button a{color:#fff}.NotFound_root__5BIYi button:hover{background-color:#f24701;-webkit-transform:scale(1.1);transform:scale(1.1)}
/*# sourceMappingURL=main.b97c55ad.css.map*/