.input{width:100%;height:40px;border-bottom:1px solid rgba(0,0,0,.8)}.input.error{border-bottom:2px solid #ff5229;border-bottom:2px solid var(--error)}.input::-webkit-input-placeholder{font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.input::-moz-placeholder{font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.input:-ms-input-placeholder{font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.input::-ms-input-placeholder{font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.input::placeholder{font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.slide-checkbox{width:51px;height:31px;display:block}@media (max-width:980px){.slide-checkbox{width:48px;height:24px}}.slide-checkbox div{width:100%;height:100%;border-radius:16px;background:hsla(0,0%,60.8%,.2);-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:relative;cursor:pointer}.slide-checkbox div:hover{background:hsla(0,0%,60.8%,.4)}.slide-checkbox div:before{content:"";display:block;position:absolute;width:28px;height:28px;border-radius:50%;top:1px;left:0;border:.5px solid rgba(0,0,0,.1);background:#fff;background:var(--white-color);-webkit-box-shadow:0 3px 1px rgba(0,0,0,.05),0 2px 2px rgba(0,0,0,.1),0 3px 3px rgba(0,0,0,.05);box-shadow:0 3px 1px rgba(0,0,0,.05),0 2px 2px rgba(0,0,0,.1),0 3px 3px rgba(0,0,0,.05);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}@media (max-width:980px){.slide-checkbox div:before{width:21px;height:21px;left:1px;-webkit-box-shadow:none;box-shadow:none}}.slide-checkbox input{position:absolute;opacity:0;z-index:-1}.slide-checkbox input:checked~div{background:var(--light-green-color)}.slide-checkbox input:checked~div:before{left:21px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}@media (max-width:980px){.slide-checkbox input:checked~div:before{left:25px}}.slide-checkbox input[disabled]~div{background:#e5e5e5;cursor:not-allowed}.slide-checkbox input[disabled]~div:before{background:#f8f8f8;opacity:.4}.delivery-cities-item{display:-webkit-box;display:-ms-flexbox;display:flex}.delivery-cities-item .delete-button{margin-left:5px;border-radius:8px}.select-wrapper{position:relative;width:152px;min-height:51px}.select-wrapper.disabled{pointer-events:none;opacity:.7}.select-title{color:#343434;color:var(--common-color);font-size:12px;font-size:calc(var(--base-font-size) - 4px);margin-bottom:8px}.select{padding:0;margin:0;list-style:none;top:0;left:0;width:100%;background:#fff;background:var(--white-color)}.select button{position:absolute;z-index:2;cursor:pointer}.select .select-overlay,.select button{width:100%;height:100%;left:0;top:0;opacity:0}.select .select-overlay{position:fixed;z-index:10}.select .select-item{min-height:32px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px 18px;position:relative;border:1px solid #f1f2f5;border-top:0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;z-index:11}.select .select-item.select-item-overflow{max-height:200px;min-height:51px;overflow:hidden;padding:0;position:absolute;background:#fff;left:0;top:100%;border:none;z-index:21;width:100%;border-radius:8px;-webkit-box-shadow:0 4px 8px hsla(0,0%,71.8%,.5);box-shadow:0 4px 8px hsla(0,0%,71.8%,.5)}.select .select-item.select-item-overflow ul{list-style:none;padding:0;margin:0;overflow:auto;max-height:192px;scrollbar-width:thin;scrollbar-color:#dadbde #f1f2f5}.select .select-item.select-item-overflow ul::-webkit-scrollbar{width:4px}.select .select-item.select-item-overflow ul::-webkit-scrollbar-track{background-color:#f1f2f5;border-radius:11px}.select .select-item.select-item-overflow ul::-webkit-scrollbar-thumb{background-color:#dadbde;border-radius:11px}.select .select-item.select-item-overflow .select-item{outline:none;border:none;-webkit-box-shadow:none;box-shadow:none;text-align:left;min-height:40px;padding-left:18px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;font-size:15px;padding-top:0;cursor:pointer;border-radius:0}.select .select-item.select-item-overflow .select-item.checked,.select .select-item.select-item-overflow .select-item:hover{color:#f02f2e;background:#f1f2f5}.select .select-item.select-item-active{border-radius:6px;border-top:1px solid #f1f2f5;min-height:51px}.select .select-item.select-item-active svg{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:12px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;z-index:0}.select .select-item.select-item-active svg.rotate{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.select .select-item.select-item-active .select-placeholder{position:absolute;left:1px;top:1px;width:calc(100% - 2px);height:calc(100% - 2px);-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;color:#757575;padding-left:17px;background:#fff;border-radius:6px;pointer-events:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;padding-top:15px;z-index:10}.select .select-item.select-item-active .select-placeholder.small-placeholder{font-size:var(--placeholder-text);text-transform:uppercase;font-weight:700;width:auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 7px;height:15px;-webkit-transform:none;-ms-transform:none;transform:none;top:-7px;left:10px}.select .select-item span{font-size:12px;font-size:calc(var(--base-font-size) - 4px)}.select .select-item .selected-item{margin-right:5px;z-index:10;position:relative;float:left;display:block;font-size:16px;font-size:var(--base-font-size)}.select .select-item .selected-item.selected-item-multi{background:var(--error-color);border-radius:10px;color:#000;color:var(--black-color);padding:3px 7px;margin-bottom:5px;font-size:12px;font-size:calc(var(--base-font-size) - 4px)}.select .select-item .selected-item button{position:static;width:10px;height:10px;opacity:1;background:rgba(0,0,0,0);-webkit-transform:translate(13px,-2px);-ms-transform:translate(13px,-2px);transform:translate(13px,-2px)}.select .select-item .selected-item button svg{width:8px}.select .select-item .selected-item button g{stroke:#000;stroke:var(--black-color);opacity:1}.select .select-multiple-checkbox{position:absolute;top:0;left:0;cursor:pointer;width:100%;height:100%;opacity:0}.select .single-item{display:-webkit-box;display:-ms-flexbox;display:flex;height:38px;z-index:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none}.select .hide-single-item{display:none}.select .select-item.select-item-active label[for=input-select-search]{margin-bottom:0}.errors-list{list-style:none;margin:0 0 10px;padding:0}.errors-list li{color:#ff5229;color:var(--error);font-size:12px;font-size:calc(var(--base-font-size) - 4px)}.delivery-area{background:#fff;background:var(--white-color);-webkit-box-shadow:0 3px 8px hsla(0,0%,71.8%,.5);box-shadow:0 3px 8px hsla(0,0%,71.8%,.5);border-radius:6px;margin-bottom:20px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:980px){.delivery-area{-ms-flex-wrap:wrap;flex-wrap:wrap}}.delivery-area:last-child{margin-bottom:10px}.delivery-area .sub-menu-button{position:absolute;height:40px;width:40px;border-radius:50%;background:#f1f2f5;right:15px;top:15px;cursor:pointer;outline:none}.delivery-area .sub-menu-button svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.delivery-area .sub-menu{position:absolute;right:20px;top:58px;-webkit-box-shadow:0 4px 8px hsla(0,0%,71.8%,.5);box-shadow:0 4px 8px hsla(0,0%,71.8%,.5);border-radius:24px;background:#fff;width:202px;padding:15px 38px;z-index:20;-webkit-box-sizing:border-box;box-sizing:border-box}.delivery-area .sub-menu ul{list-style:none;padding:0;margin:0}.delivery-area .sub-menu li{margin-bottom:10px}.delivery-area .sub-menu li:last-child{margin-bottom:0}.delivery-area .sub-menu button{padding:0;color:#343434;color:var(--common-color);text-decoration:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;background:rgba(0,0,0,0)}.delivery-area .sub-menu button:hover{color:#ffc507;color:var(--yellow-color)}.delivery-area .sub-menu button.delete-button{color:#ff5229;color:var(--error)}.delivery-area .sub-menu button.delete-button:disabled{opacity:.5;cursor:auto}.delivery-area .input-label{color:#656565;font-size:13px;font-size:calc(var(--base-font-size) - 3px)}.delivery-area input{height:20px;margin-top:2px;width:95%;display:block;color:#343434;color:var(--common-color);font-size:16px;font-size:var(--base-font-size);-webkit-transition:.3s;-o-transition:.3s;transition:.3s;background:rgba(0,0,0,0)}@media (max-width:450px){.delivery-area input{font-size:14px;font-size:calc(var(--base-font-size) - 2px)}}.delivery-area input:active,.delivery-area input:focus{border-bottom:1px solid #ffc507;border-bottom:1px solid var(--yellow-color)}.delivery-area input::-webkit-input-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.delivery-area input::-moz-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.delivery-area input:-ms-input-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.delivery-area input::-ms-input-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.delivery-area input::placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.delivery-area input[disabled]{border-bottom:1px solid rgba(0,0,0,0);background:rgba(0,0,0,0);-moz-appearance:textfield}.delivery-area input[disabled]::-webkit-inner-spin-button,.delivery-area input[disabled]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.delivery-area .controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:50%;margin-top:15px}.delivery-area .delivery-area-name{margin-right:20px;width:100%;margin-bottom:15px}@media (max-width:980px){.delivery-area .delivery-area-name{margin-right:0;width:100%;margin-bottom:15px}}.delivery-area .delivery-area-information{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:980px){.delivery-area .delivery-area-information{margin-right:0;width:100%;margin-bottom:15px}}.delivery-area .delivery-commission,.delivery-area .free-delivery-price,.delivery-area .min-delivery-price{margin-right:15px;width:25%}.delivery-area .restaurants{width:100%;margin-top:15px}.delivery-area .restaurants .select-wrapper{width:auto;max-width:250px;margin-bottom:15px}.delivery-area .restaurants .select-wrapper .select .select-item.select-item-active{padding:0;border-radius:0;border:none;border-bottom:1px solid #000}.delivery-area .restaurants .select-wrapper.disabled .select .select-item.select-item-active{border:none}.delivery-area .control,.delivery-area .restaurants .select .select-item .selected-item.selected-item-multi{background:#ffc507;background:var(--yellow-color)}.delivery-area .control{border-radius:6px;color:#fff;color:var(--white-color);padding:15px 0;display:block;width:100%;height:50px}.delivery-area .control.save{margin-right:15px}.delivery-area .slide-checkbox{height:51px;width:20%}@media (max-width:980px){.delivery-area .slide-checkbox{width:100%}}.delivery-area .slide-checkbox span{font-size:13px;font-size:calc(var(--base-font-size) - 3px);color:#656565;display:block;margin-bottom:5px}.delivery-area .slide-checkbox div{height:20px;width:40px;background:none;margin:0}.delivery-area .slide-checkbox div:after{content:"";width:100%;height:14px;background:#838383;opacity:.5;border-radius:20px;display:block;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.delivery-area .slide-checkbox div:before{height:20px;width:20px;z-index:10;-webkit-box-shadow:none;box-shadow:none;background:#838383;border:none;top:0}.delivery-area .slide-checkbox input{width:40px}.delivery-area .slide-checkbox input:checked~div:after,.delivery-area .slide-checkbox input:checked~div:before{background:#ffc507;background:var(--yellow-color)}.empty-message{font-size:20px;font-size:var(--medium-font-size);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.delivery-areas .delivery-areas-list{padding:10px 30px 0}@media (max-width:980px){.delivery-areas .delivery-areas-list{padding:0 15px}}.delivery-areas .delivery-areas-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:980px){.delivery-areas .delivery-areas-controls{margin-top:20px}}.delivery-areas .add-button{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;-ms-flex-item-align:end;align-self:flex-end;margin-bottom:30px}.delivery-areas .geo-json{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 30px;padding:0 0 30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.delivery-areas .geo-json .geo-json-title{font-size:22px;font-weight:600}.delivery-areas .geo-json .geo-json-upload{margin-left:25px;position:relative;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;background:#ffc507;background:var(--yellow-color);text-decoration:none;border-radius:6px;height:36px;padding:0 15px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.delivery-areas .geo-json .geo-json-upload input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.delivery-areas .geo-json .geo-json-upload .visual{border-radius:4px;height:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;background:#ffc507;background:var(--yellow-color);color:#fff;color:var(--white-color);padding:0 20px;font-size:16px;font-weight:400;cursor:pointer}:root{--big-font-size:36px;--medium-font-size:20px;--base-font-size:16px;--header-height:70px;--left-menu-width:245px;--content-padding:30px;--white-color:#fff;--black-color:#000;--common-color:#343434;--blue-color:#0074b1;--yellow-color:#ffc507;--error:#ff5229}.back-section-link{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#ffc507;background-color:var(--yellow-color);text-decoration:none;height:36px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;margin-right:30px;width:36px;border-radius:6px}@media (max-width:980px){.back-section-link{margin-right:15px}}.back-section-link svg{display:block;margin:0 auto;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.back-section-link svg path{stroke:#fff;stroke:var(--white-color);stroke-width:2}