.dish-page{width:92%;max-width:430px;margin:0 auto;height:100%;position:relative;padding-bottom:5rem}.dish-page-container{overflow-x:hidden;width:100%;max-width:450px;margin:0 auto}.dish-page__preview{border-radius:8px;width:100%}.dish-page__title{font-size:16px;font-weight:700}.dish-page__descr,.dish-page__title{font-family:Montserrat,sans-serif;color:var(--primary-text-color)}.dish-page__descr{font-weight:200}.dish-page__prices{width:100%;padding:0}.dish-page__price{padding-left:14px;position:relative;cursor:pointer;margin:5px 0}.dish-page__price-measure{font-weight:700;font-size:18px}.dish-page__price-measure,.dish-page__price-val{color:var(--secondary-text-color);font-family:Montserrat,sans-serif;margin:0;white-space:nowrap}.dish-page__price-val{font-weight:200;font-size:16px}.dish-page__price-hr{margin:0 10px;width:100%;height:1px;background-image:-webkit-gradient(linear,left top,right top,color-stop(15%,#333),color-stop(0,hsla(0,0%,100%,0)));background-image:linear-gradient(90deg,#333 15%,hsla(0,0%,100%,0) 0);background-position:top;background-size:10px 1px;background-repeat:repeat-x;opacity:.3}.dish-page__price_active:before{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto 0;background:var(--primary-color);width:4px;height:4px;border-radius:100%}.dish-page__price_active .dish-page__price-measure,.dish-page__price_active .dish-page__price-val{color:var(--primary-color)}.dish-page__cart{position:fixed;max-width:330px;width:92%;bottom:20px;left:0;right:0;margin:0 auto;background:#fff;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.1607843137254902);box-shadow:0 3px 6px rgba(0,0,0,.1607843137254902)}.dish-page__cart,.dish-page__cart-add{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:8px}.dish-page__cart-add{background:var(--primary-color);padding:0 14px;margin-left:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-weight:700;font-size:15px;cursor:pointer}.dish-page__cart-add,.dish-page__cart-input{text-align:center;font-family:Montserrat,sans-serif}.dish-page__cart-input{width:30px;height:auto;padding:3px 0;border-radius:2px;border:1px solid var(--primary-color);font-weight:300;color:var(--primary-text-color);font-size:14px;margin:0 14px}.dish-page__cart-input::-webkit-inner-spin-button,.dish-page__cart-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.dish-page__cart-input[type=number]{-moz-appearance:textfield}.dish-page__cart-func{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:10%}.dish-page__cart-minus{height:24px;width:16px;position:relative;cursor:pointer}.dish-page__cart-minus:before{content:"";position:absolute;margin:auto;top:0;bottom:0;right:0;width:16px;height:2px;background:var(--primary-color)}.dish-page__cart-plus{height:24px;width:16px;position:relative;cursor:pointer}.dish-page__cart-plus:before{margin:auto 0;top:0;bottom:0;width:16px;height:2px}.dish-page__cart-plus:after,.dish-page__cart-plus:before{content:"";position:absolute;left:0;background:var(--primary-color)}.dish-page__cart-plus:after{margin:auto;right:0;height:16px;top:4px;width:2px}.menu__nav{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.1607843137254902);box-shadow:0 3px 6px rgba(0,0,0,.1607843137254902);overflow:hidden;width:100%;margin:0 auto}.menu__nav_fixed{position:fixed;left:0;top:0}.menu__nav>.flex_start_center{max-width:430px;width:100%;margin:0 auto}.menu__nav-item,.menu__nav-title{font-size:15px;color:#000;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.menu__nav-item{opacity:.6}.menu__dot{color:var(--primary-color)}