*{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}.header{border-bottom:1px solid #f6f6f6;padding:40px 0}.header .container{align-items:center;display:flex;justify-content:space-between}@media(max-width:645px){.header .container{flex-direction:column}.header .container .header__cart{margin-top:20px}}.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}.button{-webkit-touch-callout:none;background-color:#f31f58;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:#dd0c44}.button:active{background-color:#ca0b3e;-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:#f31f58}.button--outline,.button--outline span{color:#f31f58}.button--outline svg path{fill:#f31f58}.button--outline:hover{background-color:#f31f58}.button--outline:hover,.button--outline:hover span{color:#fff}.button--outline:hover svg path{fill:#fff}.button--outline:active{background-color:#dd0c44}.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:#f31f58}.button--add i{background-color:#f31f58;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}.categories ul{display:flex}.categories ul li{-webkit-touch-callout:none;background-color:#f9f9f9;border-radius:30px;cursor:pointer;font-weight:700;margin-right:10px;padding:13px 30px;transition:background-color .1s ease-in-out;-webkit-user-select:none;user-select:none}.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 #f31f58;color:#f31f58;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:#f31f58;font-weight:700}.pizza-block{margin-bottom:65px;text-align:center;width:280px}@media(max-width:320px){.pizza-block{width:240px}}.pizza-block-wrapper{display:flex;justify-content:center}.pizza-block__image{width:260px}@media(max-width:320px){.pizza-block__image{width:230px}}.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{-webkit-touch-callout:none;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:8px;-webkit-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__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}body{background-color:#16213e}.wrapper{background-color:#fff;border-radius:10px;box-shadow:0 0 15px rgba(26,9,9,.1);height:100%;margin:50px auto;max-width:1400px;width:calc(100vw - 100px)}@media(max-width:470px){.wrapper{margin:25px;width:calc(100vw - 50px)}}@media(max-width:415px){.wrapper{margin:10px auto;width:calc(100vw - 10px)}}.content{padding:20px 0}.content__title{margin:35px 0}.content__items{grid-column-gap:11px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(1,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:900px){.content__top{flex-direction:column-reverse}.content__top .categories{margin-top:30px}}@media(max-width:600px){.content__top .categories{overflow-y:auto;width:100%}.content__top .categories ul{width:350px}}@media(max-width:540px){.content__top .categories ul{width:300px}}::-webkit-scrollbar{height:5px;width:7px}::-webkit-scrollbar-thumb{background:#bdc4d4;opacity:20%}::-webkit-scrollbar-track{background:#fff}.container{margin:0 auto;width:90%}.container--cart{margin:90px auto;max-width:820px}.container--cart .content__title{margin:0}.cart__top{align-items:center;display:flex;justify-content:space-between}.cart .content__title{align-items:center;display:flex;font-size:32px}.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 .content__items{display:block}.cart__item{border-top:1px solid #f6f6f6;display:flex;margin-top:30px;padding-top:30px;width:100%}.cart__item-img{align-items:center;display:flex;margin-right:15px;width:10%}.cart__item-img img{height:80px;width:80px}.cart__item-info{display:flex;flex-direction:column;justify-content:center;width:40%}.cart__item-info h3{font-size:22px;font-weight:700;letter-spacing:.01em;line-height:27px}.cart__item-info p{color:#8d8d8d;font-size:18px}.cart__item-count{align-items:center;display:flex;justify-content:space-between;width:13%}.cart__item-count-minus svg path:first-of-type{display:none}.cart__item-count b{font-size:22px}.cart__item-price{align-items:center;display:flex;justify-content:center;width:33%}.cart__item-price b{font-size:22px;font-weight:700;letter-spacing:.01em}.cart__item-remove{align-items:center;display:flex;justify-content:flex-end;width:4%}.cart__item-remove .button{border-color:#ddd}.cart__item-remove svg{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.cart__item-remove svg path{fill:#d0d0d0}.cart__item-remove .button svg{height:11.5px;position:relative;width:11.5px}.cart__item-remove .button:active,.cart__item-remove .button:hover{background-color:#2a2a2a;border-color:#2a2a2a}.cart__bottom{margin:50px 0}.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:#f31f58}.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}.cart--empty{margin:0 auto;text-align:center;width:560px}.cart--empty h2{font-size:32px;margin-bottom:10px}.cart--empty p{color:#777;font-size:18px;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}.Search_root__eiX89{position:relative}.Search_input__klILD{border:1px solid rgba(0,0,0,.1);border-radius:10px;color:gray;font-size:16px;padding:12px 20px 12px 42px;width:300px}.Search_icon__XMmYc{height:22px;left:14px;opacity:50%;position:absolute;top:14px;width:22px}.Search_iconCloce__ce6bt{cursor:pointer;height:25px;opacity:40%;position:absolute;right:7px;top:11px;width:25px}.Search_iconCloce__ce6bt:hover{opacity:.8}.Pagination_root__uwB0O li{display:inline-flex}.Pagination_root__uwB0O a{border:1px solid #263357;border-radius:30px;color:#263357;cursor:pointer;display:inline-block;height:45px;line-height:42px;margin-bottom:10px;margin-right:10px;text-align:center;width:45px}.Pagination_root__uwB0O .selected a,.Pagination_root__uwB0O a:hover{background-color:#263357;color:#fff}.NotFoundBlock_root__Lu6fg{padding:100px;text-align:center}
/*# sourceMappingURL=main.ffb335f5.css.map*/