.restaurant{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;overflow:hidden}.restaurant .category-link{position:absolute;top:0;left:0;width:85%;height:100%}.restaurant:last-child{margin-bottom:10px}@media (max-width:730px){.restaurant{-ms-flex-wrap:wrap;flex-wrap:wrap}}.restaurant .restaurant-image-wrapper{position:relative;width:25%;margin-right:20px;min-width:138px;max-height:294px}.restaurant .restaurant-image-wrapper.empty{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}@media (max-width:450px){.restaurant .restaurant-image-wrapper{width:100%;margin-right:0}}.restaurant .restaurant-image-wrapper img{border-radius:6px 0 0 6px;margin-bottom:-3px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.restaurant .restaurant-image-wrapper img.empty{-o-object-fit:contain;object-fit:contain;width:80%;height:80%}@media (max-width:450px){.restaurant .restaurant-image-wrapper img{border-radius:6px 6px 0 0}}.restaurant .restaurant-image-wrapper .restaurant-image-controls{position:absolute;z-index:11;bottom:20px;right:20px;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}.restaurant .restaurant-image-wrapper .remove-image{width:30px;height:30px;background:#ffc507;background:var(--yellow-color);border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:2px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;margin-left:15px}.restaurant .restaurant-image-wrapper .remove-image svg{width:15px;height:15px;display:block;margin:0 auto}.restaurant .restaurant-image-wrapper .remove-image svg path{fill:#fff}.restaurant .restaurant-image-wrapper .restaurant-edit{z-index:11;width:30px;height:30px;background:#ffc507;background:var(--yellow-color);border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:2px;-webkit-box-sizing:border-box;box-sizing:border-box}.restaurant .restaurant-image-wrapper .restaurant-edit input{display:none}.restaurant .restaurant-image-wrapper .show-banner-checkbox{margin-right:15px;width:30px;height:30px;margin-bottom:0}.restaurant .restaurant-image-wrapper .show-banner-checkbox div{width:30px;height:30px;-webkit-box-sizing:border-box;box-sizing:border-box;border:3px solid #ffc507;border:3px solid var(--yellow-color)}.restaurant .restaurant-image-wrapper .show-banner-checkbox input:checked~div{background:#ffc507 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzAiIGhlaWdodD0iMTMwIiB2aWV3Qm94PSIwIDAgMTMwLjIgMTMwLjIiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTEwMC4yIDQwLjJMNTEuNSA4OC44IDI5LjggNjcuNSIvPjwvc3ZnPg==) no-repeat 50%;background:var(--yellow-color) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzAiIGhlaWdodD0iMTMwIiB2aWV3Qm94PSIwIDAgMTMwLjIgMTMwLjIiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTEwMC4yIDQwLjJMNTEuNSA4OC44IDI5LjggNjcuNSIvPjwvc3ZnPg==) no-repeat 50%;background-size:contain}.restaurant .restaurant-image-wrapper .show-banner-checkbox span{position:absolute;color:#fff;right:calc(100% + 15px);text-shadow:3px 2px 2px #000;white-space:nowrap;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-weight:700;margin-left:0}.restaurant .restaurant-edit-confirm{width:25%;margin-right:20px;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;min-width:138px}@media (max-width:450px){.restaurant .restaurant-edit-confirm{padding:10px;width:70%}}.restaurant .restaurant-edit-confirm .edit-confirm-button{border-radius:6px;height:40px;color:#fff;background:#ffc507;background:var(--yellow-color);width:70%;margin:0 auto 10px}.restaurant .image-error{position:absolute;bottom:60px;right:20px;color:#ff5229;color:var(--error);font-size:12px}.restaurant .restaurant-info{padding:10px 0;margin-right:15px;width:27%}.restaurant .restaurant-info .description.focused{z-index:20}.restaurant .restaurant-info .label{color:#656565;font-size:13px;font-size:calc(var(--base-font-size) - 3px);margin-bottom:2px}.restaurant .restaurant-info .restaurant-delivery{margin-top:20px;margin-bottom:15px}.restaurant .restaurant-info .restaurant-delivery-label{margin-top:17px}.restaurant .restaurant-info .restaurant-delivery-variants{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:5px}.restaurant .restaurant-info .restaurant-delivery-checkbox{margin-right:20px}@media (max-width:730px){.restaurant .restaurant-info{width:45%}}@media (max-width:450px){.restaurant .restaurant-info{width:70%;margin-right:0;padding:10px}}.restaurant .restaurant-info .input-label{color:#656565;font-size:13px;font-size:calc(var(--base-font-size) - 3px)}.restaurant .restaurant-info .restaurant-address,.restaurant .restaurant-info .restaurant-name{margin-bottom:15px}@media (max-width:450px){.restaurant .restaurant-info .restaurant-address,.restaurant .restaurant-info .restaurant-name{margin-bottom:8px}}.restaurant .restaurant-info .restaurant-city-select{width:100%}.restaurant .restaurant-info .restaurant-email{margin-bottom:4px}.restaurant .restaurant-info 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){.restaurant .restaurant-info input{font-size:14px;font-size:calc(var(--base-font-size) - 2px)}}.restaurant .restaurant-info input:active,.restaurant .restaurant-info input:focus{border-bottom:1px solid #ffc507;border-bottom:1px solid var(--yellow-color)}.restaurant .restaurant-info input::-webkit-input-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.restaurant .restaurant-info input::-moz-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.restaurant .restaurant-info input:-ms-input-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.restaurant .restaurant-info input::-ms-input-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.restaurant .restaurant-info input::placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.restaurant .restaurant-info input[disabled]{border-bottom:1px solid rgba(0,0,0,0);background:rgba(0,0,0,0)}.restaurant .restaurant-phone{margin-bottom:15px}@media (max-width:450px){.restaurant .restaurant-phone{width:72%}}.restaurant .restaurant-phone .input-label{color:#656565;font-size:13px;font-size:calc(var(--base-font-size) - 3px)}.restaurant .restaurant-phone input{height:20px;margin-top:2px;width:100%;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){.restaurant .restaurant-phone input{font-size:14px;font-size:calc(var(--base-font-size) - 2px)}}.restaurant .restaurant-phone input:active,.restaurant .restaurant-phone input:focus{border-bottom:1px solid #ffc507;border-bottom:1px solid var(--yellow-color)}.restaurant .restaurant-phone input::-webkit-input-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.restaurant .restaurant-phone input::-moz-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.restaurant .restaurant-phone input:-ms-input-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.restaurant .restaurant-phone input::-ms-input-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.restaurant .restaurant-phone input::placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.restaurant .restaurant-phone input[disabled]{background:rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0)}.restaurant .restaurant-description{padding:10px 0;width:32%}@media (max-width:730px){.restaurant .restaurant-description{width:100%;height:100px;padding:10px;margin-top:15px}}@media (max-width:450px){.restaurant .restaurant-description{margin-top:-8px;height:150px}}.restaurant .restaurant-description .label{color:#656565;font-size:13px;font-size:calc(var(--base-font-size) - 3px)}.restaurant .restaurant-description textarea{margin-top:2px;resize:none;width:100%;height:100%;max-height:96px;border:none;border-bottom:1px solid #343434;padding-bottom:3px;font-size:14px;font-size:calc(var(--base-font-size) - 2px);scrollbar-width:thin;scrollbar-color:#dadbde #aaa;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:5px;outline:none;background:rgba(0,0,0,0)}.restaurant .restaurant-description textarea.edit{max-height:143px}.restaurant .restaurant-description textarea:active,.restaurant .restaurant-description textarea:focus{border-bottom:1px solid #ffc507;border-bottom:1px solid var(--yellow-color)}.restaurant .restaurant-description textarea::-webkit-scrollbar{width:5px;background-color:#fff}.restaurant .restaurant-description textarea::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:8px}.restaurant .restaurant-description textarea::-webkit-scrollbar-track{scrollbar-color:#fff;border-radius:8px}.restaurant .restaurant-description textarea::-webkit-input-placeholder{color:#343434;color:var(--common-color)}.restaurant .restaurant-description textarea::-moz-placeholder{color:#343434;color:var(--common-color)}.restaurant .restaurant-description textarea:-ms-input-placeholder{color:#343434;color:var(--common-color)}.restaurant .restaurant-description textarea::-ms-input-placeholder{color:#343434;color:var(--common-color)}.restaurant .restaurant-description textarea::placeholder{color:#343434;color:var(--common-color)}.restaurant .restaurant-description textarea[disabled]{background:rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0)}.restaurant .slide-checkbox{position:absolute;bottom:15px;right:15px;height:51px}@media (max-width:730px){.restaurant .slide-checkbox{top:70px}}@media (max-width:450px){.restaurant .slide-checkbox{top:50%}}.restaurant .slide-checkbox span{font-size:13px;font-size:calc(var(--base-font-size) - 3px);color:#656565;display:block;margin-bottom:5px}.restaurant .slide-checkbox div{height:20px;width:40px;background:none;margin:0 auto}.restaurant .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%)}.restaurant .slide-checkbox div:before{height:20px;width:20px;z-index:10;-webkit-box-shadow:none;box-shadow:none;background:#838383;border:none;top:0}.restaurant .slide-checkbox input:checked~div:after,.restaurant .slide-checkbox input:checked~div:before{background:#ffc507;background:var(--yellow-color)}.restaurant .restaurant-faq-link,.restaurant .restaurant-image-link,.restaurant .restaurant-phone,.restaurant .restaurant-telegram,.restaurant .restaurant-whatsapp{margin-bottom:15px}@media (max-width:450px){.restaurant .restaurant-faq-link,.restaurant .restaurant-image-link,.restaurant .restaurant-phone,.restaurant .restaurant-telegram,.restaurant .restaurant-whatsapp{width:72%}}.restaurant .restaurant-faq-link .input-label,.restaurant .restaurant-image-link .input-label,.restaurant .restaurant-phone .input-label,.restaurant .restaurant-telegram .input-label,.restaurant .restaurant-whatsapp .input-label{color:#656565;font-size:13px;font-size:calc(var(--base-font-size) - 3px)}.restaurant .restaurant-faq-link input,.restaurant .restaurant-image-link input,.restaurant .restaurant-phone input,.restaurant .restaurant-telegram input,.restaurant .restaurant-whatsapp input{height:20px;margin-top:2px;width:100%;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){.restaurant .restaurant-faq-link input,.restaurant .restaurant-image-link input,.restaurant .restaurant-phone input,.restaurant .restaurant-telegram input,.restaurant .restaurant-whatsapp input{font-size:14px;font-size:calc(var(--base-font-size) - 2px)}}.restaurant .restaurant-faq-link input:active,.restaurant .restaurant-faq-link input:focus,.restaurant .restaurant-image-link input:active,.restaurant .restaurant-image-link input:focus,.restaurant .restaurant-phone input:active,.restaurant .restaurant-phone input:focus,.restaurant .restaurant-telegram input:active,.restaurant .restaurant-telegram input:focus,.restaurant .restaurant-whatsapp input:active,.restaurant .restaurant-whatsapp input:focus{border-bottom:1px solid #ffc507;border-bottom:1px solid var(--yellow-color)}.restaurant .restaurant-faq-link input::-webkit-input-placeholder,.restaurant .restaurant-image-link input::-webkit-input-placeholder,.restaurant .restaurant-phone input::-webkit-input-placeholder,.restaurant .restaurant-telegram input::-webkit-input-placeholder,.restaurant .restaurant-whatsapp input::-webkit-input-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.restaurant .restaurant-faq-link input::-moz-placeholder,.restaurant .restaurant-image-link input::-moz-placeholder,.restaurant .restaurant-phone input::-moz-placeholder,.restaurant .restaurant-telegram input::-moz-placeholder,.restaurant .restaurant-whatsapp input::-moz-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.restaurant .restaurant-faq-link input:-ms-input-placeholder,.restaurant .restaurant-image-link input:-ms-input-placeholder,.restaurant .restaurant-phone input:-ms-input-placeholder,.restaurant .restaurant-telegram input:-ms-input-placeholder,.restaurant .restaurant-whatsapp input:-ms-input-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.restaurant .restaurant-faq-link input::-ms-input-placeholder,.restaurant .restaurant-image-link input::-ms-input-placeholder,.restaurant .restaurant-phone input::-ms-input-placeholder,.restaurant .restaurant-telegram input::-ms-input-placeholder,.restaurant .restaurant-whatsapp input::-ms-input-placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.restaurant .restaurant-faq-link input::placeholder,.restaurant .restaurant-image-link input::placeholder,.restaurant .restaurant-phone input::placeholder,.restaurant .restaurant-telegram input::placeholder,.restaurant .restaurant-whatsapp input::placeholder{color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px)}.restaurant .restaurant-faq-link input[disabled],.restaurant .restaurant-image-link input[disabled],.restaurant .restaurant-phone input[disabled],.restaurant .restaurant-telegram input[disabled],.restaurant .restaurant-whatsapp input[disabled]{background:rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0)}.restaurant-schedules .saving-hint{margin-top:10px;margin-left:30px}@media (max-width:980px){.restaurant-schedules .saving-hint{padding:0 16px;margin-left:0}}.restaurant-schedules .full-week-button,.restaurant-schedules .weekday-button,.restaurant-schedules .weekend-button{float:right;background:#ffc507;background:var(--yellow-color);color:#fff;color:var(--white-color);font-size:13px;border-radius:6px;outline:none;height:35px;cursor:pointer;padding:0 15px}@media (max-width:450px){.restaurant-schedules .full-week-button,.restaurant-schedules .weekday-button,.restaurant-schedules .weekend-button{width:45%}}.restaurant-schedules .weekday-button,.restaurant-schedules .weekend-button{margin-left:15px;margin-right:30px}@media (max-width:450px){.restaurant-schedules .full-week-button,.restaurant-schedules .weekday-button,.restaurant-schedules .weekend-button{margin:10px 2.5% 0}}.restaurant-schedules .controls{float:right;width:calc(100% - 333px)}@media (max-width:760px){.restaurant-schedules .controls{float:left;margin-top:10px;width:100%}}@media (max-width:450px){.restaurant-schedules .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:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 16px;-webkit-box-sizing:border-box;box-sizing:border-box}}.restaurant-schedules .title{padding-left:0}.restaurant-schedules .shedules{margin-top:30px;padding:0 30px}@media (max-width:980px){.restaurant-schedules .shedules{padding:0 15px}}.restaurant-schedules .schedules-top{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;padding-bottom:15px;border-bottom:1px solid #f1f2f5}.restaurant-schedules .schedules-top div{width:43%;font-weight:600;font-size:18px;font-size:calc(var(--base-font-size) + 2px)}@media (max-width:1120px){.restaurant-schedules .schedules-top div{font-size:16px;font-size:var(--base-font-size)}}@media (max-width:820px){.restaurant-schedules .schedules-top div{width:40%}}@media (max-width:600px){.restaurant-schedules .schedules-top div{width:50%}}.restaurant-schedules .schedules-top div:first-child{width:14%}@media (max-width:820px){.restaurant-schedules .schedules-top div:first-child{width:20%}}@media (max-width:600px){.restaurant-schedules .schedules-top div:first-child{display:none}}.restaurant-iiko .restaurant-iiko-content{padding:30px;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}.restaurant-iiko .restaurant-iiko-left{width:40%}.restaurant-iiko .restaurant-image{border-radius:6px;width:100%;height:100%;max-height:300px;-o-object-fit:cover;object-fit:cover;margin-bottom:20px}.restaurant-iiko .restaurant-image.empty{-o-object-fit:contain;object-fit:contain;width:80%;height:80%}.restaurant-iiko .restaurant-iiko-info{margin-left:20px;width:calc(60% - 20px)}.restaurant-iiko .restaurant-iiko-info-wrapper{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;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.restaurant-iiko .restaurant-iiko-info-item{margin-right:20px;margin-bottom:10px}.restaurant-iiko .restaurant-iiko-info-title{font-size:16px;margin-bottom:5px;font-weight:700}.restaurant-iiko .restaurant-iiko-info-value{font-size:18px}.restaurant-iiko .restaurant-iiko-organizations{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;margin-bottom:30px}.restaurant-iiko .restaurant-iiko-organizations-select{width:60%}.restaurant-iiko .restaurant-iiko-organizations-select .select-wrapper{width:100%}.restaurant-iiko .restaurant-iiko-title-row{margin-bottom:30px}.restaurant-iiko .restaurant-iiko-organizations-controls,.restaurant-iiko .restaurant-iiko-title-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.restaurant-iiko .sync-button{min-width:100px;position:relative}.restaurant-iiko .restaurant-iiko-organizations-button.sync-button{width:auto;max-width:200px}.restaurant-iiko .restaurant-iiko-organizations-button{margin-left:20px;background:#ffc507;background:var(--yellow-color);height:51px;border-radius:6px;margin-top:20px;color:#fff;color:var(--white-color);padding:0 10px;width:calc(40% - 20px)}.restaurant-iiko .restaurant-iiko-payments{margin-bottom:10px}.restaurant-iiko .restaurant-iiko-payments-content{-webkit-box-sizing:border-box;box-sizing:border-box}.restaurant-iiko .restaurant-iiko-payments-content-title{font-size:18px;margin-bottom:15px}.restaurant-iiko .restaurant-iiko-payments-content-values{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;margin-bottom:10px}.restaurant-iiko .restaurant-iiko-payments-content-values .checkbox.with-title{max-width:200px;margin-top:15px}.restaurant-iiko .restaurant-iiko-payments-content-values .checkbox.with-title input:disabled~div{background:#cecece}.restaurant-iiko .restaurant-iiko-payments-content-values .checkbox.with-title div{width:25px;height:25px}.restaurant-iiko .restaurant-iiko-payments-content-values .checkbox.with-title span{margin-top:6px}.restaurant-iiko .restaurant-iiko-payments-content-values .select-wrapper{width:calc(100% - 200px)}.restaurant-iiko .restaurant-iiko-save{display:block;margin-bottom:20px;height:51px;color:#fff;color:var(--white-color);background:#ffc507;background:var(--yellow-color);border-radius:6px;width:100%;position:relative}.restaurant-iiko .restaurant-iiko-save g{stroke:#fff}.restaurant-iiko .select .select-item.select-item-active .select-placeholder.small-placeholder{text-transform:none;font-weight:600;font-size:12px}.restaurant-iiko .restaurant-iiko-organizations-select .select .select-item.select-item-active .select-placeholder.small-placeholder{display:none}: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}.restaurant-discounts-top,.restaurant-discounts-top-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.restaurant-discounts-top{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.restaurant-discounts-top .sync-button{margin:0 20px 0 0}.restaurant-discounts .title{padding-left:0}.restaurant-discounts .back-link{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;text-decoration:none;border-radius:6px;margin-right:15px;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-left:30px;border:1px solid #343434;border:1px solid var(--common-color);width:36px;border-radius:50%}@media (max-width:980px){.restaurant-discounts .back-link{margin-left:15px;margin-right:10px}}.restaurant-discounts .back-link svg{display:block;margin:0 auto;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.restaurant-discounts .back-link svg path{stroke:#343434;stroke:var(--common-color)}.restaurant-discounts .discount-restaurant-form{width:100%;max-width:450px;margin:0 auto}.restaurant-discounts .discount-restaurant-form label{display:block;margin-bottom:20px}.restaurant-discounts .discount-restaurant-form .input-label{font-size:14px;font-size:calc(var(--base-font-size) - 2px);color:#656565}.restaurant-discounts .discount-restaurant-form .submit{display:block;height:45px;color:#fff;border-radius:6px;background:#ffc507;background:var(--yellow-color);width:100%;cursor:pointer;-webkit-box-shadow:none;box-shadow:none;border:none;outline:none;max-width:320px;margin:20px auto 0;position:relative}.restaurant-discounts .discount-restaurant-form .select-wrapper{width:100%}.restaurant-discounts .discount-restaurant-form .errors-message{color:#ff5229;color:var(--error);font-size:14px;margin-bottom:15px;margin-top:-10px}.restaurant-discounts .discount-restaurant-form .exist-discount{margin-bottom:50px}.restaurant-discounts .discount-restaurant-form .exist-discount p{font-size:14px;margin-bottom:5px}.restaurant-discounts .discount-restaurant-form .exist-discount span{margin-right:10px}.restaurant-discounts .discount-restaurant-form .exist-discount-title{display:-webkit-box;display:-ms-flexbox;display:flex}.restaurant-discounts .discount-restaurant-form .exist-discount-title button{display:inline-block;vertical-align:middle;width:auto;height:30px;margin:auto 0 auto 20px;font-size:14px}