.checkbox{width:20px;height:20px;display:block;cursor:pointer;margin-bottom:10px}.checkbox.with-title{width:100%}.checkbox input{position:absolute;z-index:-1;opacity:0}.checkbox input:focus~div{border-color:#ffc507;border-color:var(--yellow-color)}.checkbox input:checked~div{border:1px solid #ffc507;border:1px solid var(--yellow-color);background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzAiIGhlaWdodD0iMTMwIiB2aWV3Qm94PSIwIDAgMTMwLjIgMTMwLjIiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmYzUwNyIgc3Ryb2tlLXdpZHRoPSI4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTEwMC4yIDQwLjJMNTEuNSA4OC44IDI5LjggNjcuNSIvPjwvc3ZnPg==) no-repeat 50%;background-size:contain}.checkbox input:checked~.loadable-wrapper{border:none;background:rgba(0,0,0,0)}.checkbox input:checked~.loadable-wrapper .loadable-content{border:none;background:rgba(0,0,0,0)}.checkbox input[disabled]~div{opacity:.5}.checkbox .loadable-wrapper{position:relative;width:18px;height:18px;border:none;float:left;background:rgba(0,0,0,0)}.checkbox .loadable-wrapper:after{display:none}.checkbox .loadable-wrapper .loadable-content{border:none;float:none;display:block;width:100%;height:100%;background:rgba(0,0,0,0)}.checkbox .loadable-wrapper .loadable-content:after{display:none}.checkbox .loadable-wrapper svg{width:100%;height:100%}.checkbox div{position:relative;width:16px;height:16px;cursor:pointer;border-radius:5px;border:1px solid #cecece;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;float:left}@media (max-width:980px){.checkbox div{width:16px;height:16px}}.checkbox div:hover{border-color:#ffc507;border-color:var(--yellow-color)}.checkbox div:after{content:"";position:absolute;width:10px;height:10px;border-radius:2px;background:#fff;background:var(--white-color);top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0}.checkbox span{float:left;color:#343434;color:var(--common-color);font-size:14px;font-size:calc(var(--base-font-size) - 2px);margin-left:10px;margin-top:1px}.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}: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}.schedule-item{padding:15px 0;border-bottom:1px solid #f1f2f5;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:600px){.schedule-item{-ms-flex-wrap:wrap;flex-wrap:wrap}}.schedule-item:last-child{border-bottom:none}.schedule-item .day-of-week{width:14%;padding-top:9px}@media (max-width:820px){.schedule-item .day-of-week{width:20%}}@media (max-width:600px){.schedule-item .day-of-week{width:100%;margin-bottom:10px}}.schedule-item .hours{width:43%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:10px}@media (max-width:820px){.schedule-item .hours{width:40%}}@media (max-width:600px){.schedule-item .hours{width:50%}}.schedule-item .hours form{-webkit-box-sizing:border-box;box-sizing:border-box;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:1150px){.schedule-item .hours form{-ms-flex-wrap:wrap;flex-wrap:wrap}}.schedule-item .hours .hours-select-wrapper{margin-top:4px;margin-right:25px;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:1200px){.schedule-item .hours .hours-select-wrapper{margin-right:10px}}@media (max-width:680px){.schedule-item .hours .hours-select-wrapper{margin-right:0}}@media (max-width:1150px){.schedule-item .hours .hours-select-wrapper{width:50%}.schedule-item .hours .hours-select-wrapper:first-child{width:calc(50% - 10px)}}@media (max-width:680px){.schedule-item .hours .hours-select-wrapper{width:100%}.schedule-item .hours .hours-select-wrapper:first-child{width:100%;margin-bottom:10px}}.schedule-item .hours .hours-select-wrapper:nth-child(2){margin-right:10px}@media (max-width:1150px){.schedule-item .hours .hours-select-wrapper:nth-child(2){margin-right:0}}.schedule-item .hours .hours-select-wrapper:last-child{margin-right:0}.schedule-item .hours .hours-select-wrapper .hours-title{margin-right:10px;padding-top:6px}.schedule-item .hours .hours-select-wrapper .separator{padding:6px 3px 0}.schedule-item .hours .control-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}.schedule-item .hours .control-wrapper.disabled .slide-checkbox{pointer-events:none;opacity:.5}@media (max-width:1150px){.schedule-item .hours .control-wrapper{margin-top:10px;width:50%;margin-left:43%}}@media (max-width:680px){.schedule-item .hours .control-wrapper{width:100%;margin-left:0}}.schedule-item .hours .hours-select .select-title{display:none}.schedule-item .hours .hours-select .select-wrapper{width:35px;min-height:30px}.schedule-item .hours .hours-select .select-item-active{padding-left:0;min-height:30px;padding-top:0}.schedule-item .hours .hours-select .select-item-active .single-item{height:30px}.schedule-item .hours .hours-select .selected-item{font-size:14px;font-size:calc(var(--base-font-size) - 2px);margin-right:0;width:100%;text-align:center}.schedule-item .hours .hours-select .select-item-overflow .select-item{font-size:13px;padding-left:0;min-height:25px;text-align:center}.schedule-item .slide-checkbox{height:30px;margin-right:10px;margin-top:9px;margin-bottom:-4px}@media (max-width:730px){.schedule-item .slide-checkbox{top:70px}}@media (max-width:450px){.schedule-item .slide-checkbox{top:70%}}.schedule-item .slide-checkbox span{font-size:13px;font-size:calc(var(--base-font-size) - 3px);color:#656565;display:block;margin-bottom:5px}.schedule-item .slide-checkbox div{height:20px;width:40px;background:none;margin:0 auto}.schedule-item .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%)}.schedule-item .slide-checkbox div:before{height:20px;width:20px;z-index:10;-webkit-box-shadow:none;box-shadow:none;background:#838383;border:none;top:0}.schedule-item .slide-checkbox input:checked~div:after,.schedule-item .slide-checkbox input:checked~div:before{background:#ffc507;background:var(--yellow-color)}.schedule-item .submit-btn{font-size:13px;color:#fff;color:var(--white-color);border-radius:6px;background:#ffc507;background:var(--yellow-color);outline:none;position:relative;width:79px;height:35px;cursor:pointer}.schedule-item .submit-btn g{stroke:#fff;stroke:var(--white-color)}