.base-layout{padding-bottom:80px}.base-layout .sidebar{position:fixed;top:0;right:0;bottom:0;z-index:50;width:585px;max-width:100%;-webkit-transform:translateX(585px);transform:translateX(585px);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;background-color:var(--color-sidebar-bg);overflow:hidden}.base-layout .sidebar .app-customer-event-log{padding-bottom:32px;-webkit-box-shadow:none;box-shadow:none;border-radius:4px 4px 0 0}.base-layout .sidebar .app-customer-event-log .heading{font-size:24px;line-height:32px}.base-layout .sidebar .app-customer-event-log .app-textarea{height:144px}.base-layout .sidebar .app-comments{padding-top:0;-webkit-box-shadow:none;box-shadow:none;border-radius:0 0 4px 4px}.base-layout .sidebar .app-comments .header{border-radius:4px;background-color:var(--color-sidebar-search-bg);padding:12px 24px;height:auto}.base-layout .sidebar .app-comments .header .heading{font-size:16px;line-height:24px;font-weight:400;text-transform:uppercase}.sidebar-opened .base-layout .sidebar{-webkit-transform:translateX(0);transform:translateX(0)}@media (max-width:1024px){.base-layout .sidebar{width:490px;-webkit-transform:translateX(490px);transform:translateX(490px)}.base-layout .sidebar .app-comments .header{padding:12px 16px}.base-layout .sidebar .app-comments .header .heading{font-size:14px}}@media (max-width:480px){.base-layout{padding-bottom:64px}}.app-dropdown-select{position:relative;width:100%;font-size:16px}.app-dropdown-select .app-input input{padding-right:40px}.app-dropdown-select .app-input label{cursor:pointer}.app-dropdown-select .app-input:after{position:absolute;top:11px;right:8px;display:block;width:24px;height:24px;-webkit-transition:.3s;transition:.3s;color:var(--color-icon-calm);cursor:pointer;font-family:icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;content:"";text-align:center;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-dropdown-select .app-input.typing label{cursor:default}.app-dropdown-select .trigger{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:48px;padding:11px 40px 11px 14px;border:solid 1px var(--color-input-border);border-radius:6px;background:var(--color-input-bg);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.app-dropdown-select .trigger label{position:absolute;top:50%;left:12px;line-height:24px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s}.app-dropdown-select .trigger label span{position:relative}.app-dropdown-select .trigger label i{color:var(--color-error);font-style:normal;position:relative;z-index:1}.app-dropdown-select .trigger label:before{position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--color-input-bg);content:""}.app-dropdown-select .trigger .title{line-height:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-dropdown-select .trigger:after{position:absolute;top:calc(50% - 12px);right:8px;display:block;width:24px;height:24px;-webkit-transition:.3s;transition:.3s;color:var(--color-icon-calm);font-family:icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;content:"";text-align:center;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-dropdown-select .trigger:hover{border-color:var(--color-input-border-hover)}.app-dropdown-select .menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:1;display:none;max-height:124px;background-color:var(--color-autocomplete-bg);border-radius:6px;-webkit-box-shadow:var(--box-shadow-primary);box-shadow:var(--box-shadow-primary);overflow:auto}.app-dropdown-select .menu:before{content:"";position:absolute;top:0;right:0;bottom:0;z-index:1;width:25px}.app-dropdown-select .menu .simplebar-content{padding:0!important}.app-dropdown-select .menu .simplebar-track.simplebar-vertical{top:15px;right:10px;bottom:15px;width:4px;background-color:var(--color-scrollbar-bg);border-radius:2px}.app-dropdown-select .menu .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:0;left:0;right:0;bottom:0;background-color:var(--color-scrollbar-thumb-bg);border-radius:2px;opacity:1}.app-dropdown-select .menu .options .option{height:32px;padding:4px 24px;margin:7px 0;line-height:24px;font-size:18px;color:var(--color-autocomplete-option);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-dropdown-select .menu .options .option:hover{background:var(--color-autocomplete-option-hover-bg)}.app-dropdown-select .menu .options .option:last-child{border-bottom:none}.app-dropdown-select .menu .options .option.disabled{opacity:.4;pointer-events:none}.app-dropdown-select.multiline .trigger .title{white-space:normal;word-break:break-word}.app-dropdown-select.multiline .menu .options .option{height:auto;min-height:32px;white-space:normal;word-break:break-word}.app-dropdown-select .error-message{position:absolute;bottom:100%;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:100%;font-size:14px;line-height:24px;color:var(--color-error)}.app-dropdown-select .error-message i{display:inline-block;width:24px;height:24px}.app-dropdown-select .error-message i:before{font-family:icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;content:"";text-align:center;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-dropdown-select .error-message span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-dropdown-select.opened .trigger,.app-dropdown-select.selected .trigger{border-color:var(--color-input-border-active)}.app-dropdown-select.opened .trigger label,.app-dropdown-select.selected .trigger label{top:0;padding:0 4px;font-size:14px;color:var(--color-input-label-typing)}.app-dropdown-select.opened .trigger label i,.app-dropdown-select.selected .trigger label i{color:inherit}.app-dropdown-select.opened .trigger label:before,.app-dropdown-select.selected .trigger label:before{top:calc(50% - 1px)}.app-dropdown-select.opened .app-input:after,.app-dropdown-select.opened .trigger:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.app-dropdown-select.opened .menu{display:block}.app-dropdown-select.error .app-input:after{color:var(--color-error)}.app-dropdown-select.error .trigger{border:1px solid var(--color-input-border-error)}.app-dropdown-select.error .trigger:after{color:var(--color-error)}.app-dropdown-select.disabled{opacity:.4;pointer-events:none;cursor:default}.app-dropdown-select.disabled .app-input{opacity:1}.app-dropdown-select.readonly{pointer-events:none;cursor:default}.app-dropdown-select.inline{width:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-dropdown-select.inline .label{color:var(--color-input-placeholder);line-height:20px}.app-dropdown-select.inline .app-input{padding-right:32px}.app-dropdown-select.inline .app-input:after{right:0}.app-dropdown-select.inline .trigger{border:none;border-radius:0;padding-right:32px}.app-dropdown-select.inline .trigger:after{right:0}@media (max-width:1024px){.app-dropdown-select .trigger{padding-right:32px}}@media (max-width:480px){.app-dropdown-select{font-size:14px}.app-dropdown-select .menu .options .option{height:auto;font-size:14px;line-height:20px;margin:8px 0;padding:4px 8px}.app-dropdown-select.opened .trigger label,.app-dropdown-select.selected .trigger label{font-size:12px;line-height:12px}.app-dropdown-select.inline .label{font-size:16px;line-height:18px}.app-dropdown-select.inline .trigger{padding:11px 24px 11px 8px}.app-dropdown-select.inline .trigger .title{font-size:16px;line-height:18px}}.app-sidebar-details{height:100%}.app-sidebar-details .sidebar-header{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;height:96px;padding-left:32px;padding-right:32px;border-bottom:1px solid var(--color-sidebar-divider)}.app-sidebar-details .sidebar-header .title{font-size:18px;line-height:1.78;color:var(--color-sidebar-text)}.app-sidebar-details .sidebar-header .close{width:24px;height:24px;color:var(--color-icon-calm);cursor:pointer;-webkit-transition:.3s;transition:.3s}.app-sidebar-details .sidebar-header .close:before{font-family:icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;content:"";text-align:center;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-sidebar-details .sidebar-header .close:hover{color:var(--color-icon-action)}.app-sidebar-details .sidebar-body{height:calc(100% - 96px);max-height:none;overflow-y:auto;scrollbar-color:var(--color-nav-bar-scrollbar-bg) var(--color-nav-bar-scrollbar-thumb-bg)}.app-sidebar-details .sidebar-body::-webkit-scrollbar{width:6px;border-radius:2px;background:var(--color-nav-bar-scrollbar-bg)}.app-sidebar-details .sidebar-body::-webkit-scrollbar-thumb{border-radius:3px;background:var(--color-nav-bar-scrollbar-thumb-bg)}.app-sidebar-details .sidebar-body .app-loader img{width:48px;height:48px}.app-sidebar-details .sidebar-body .app-error{margin-top:24px}@media (max-width:480px){.app-sidebar-details .sidebar-header{height:48px;padding:12px 15px}.app-sidebar-details .sidebar-header .title{font-size:16px;line-height:24px}.app-sidebar-details .sidebar-body{height:calc(100% - 48px);padding:30px 0 64px}}#page-service-characteristic{margin:24px 0 80px}#page-service-characteristic .btn-back-to{margin-bottom:12px}#page-service-characteristic .header-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:62px;margin-bottom:40px}#page-service-characteristic .col-12{margin-top:30px}#page-service-characteristic .col-12:first-child{margin:0}#page-service-characteristic .board{padding:24px;border-radius:6px;background:var(--color-component-bg-primary);-webkit-box-shadow:var(--box-shadow-primary);box-shadow:var(--box-shadow-primary);position:relative}#page-service-characteristic .board .app-error{margin-top:16px}#page-service-characteristic .board .app-dropdown-select,#page-service-characteristic .board .app-input{margin:24px 0 0}#page-service-characteristic .board+.btn,#page-service-characteristic .board>.btn{margin-top:32px}#page-service-characteristic.on-sidebar .app-loader{top:-4px}@media (max-width:1024px){#page-service-characteristic .header-info{width:100%;margin-bottom:48px;min-height:56px}#page-service-characteristic .board{padding:16px}}@media (max-width:480px){#page-service-characteristic{margin:24px 0 64px}#page-service-characteristic .btn-back-to{font-size:16px;line-height:18px;margin-bottom:8px}#page-service-characteristic .header-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px;min-height:40px}#page-service-characteristic .board{padding:16px 8px 8px}#page-service-characteristic .board>.btn{max-width:100%}#page-service-characteristic .board+.btn{margin-top:15px}}.app-dialog.app-dialog-info.dialog-service-characteristic-remove .app-dialog-body .wrap{width:100%;margin-left:auto;margin-right:auto}.app-dialog.app-dialog-info.dialog-service-characteristic-remove .app-dialog-body .content{margin-bottom:40px}@media (max-width:480px){.app-dialog.app-dialog-info.dialog-service-characteristic-remove .app-dialog-body .content{margin:0}}.app-dialog.app-dialog-info.dialog-service-remove .app-dialog-body .wrap{width:100%;margin-left:auto;margin-right:auto}.app-dialog.app-dialog-info.dialog-service-remove .app-dialog-body .content{margin-bottom:40px}@media (max-width:480px){.app-dialog.app-dialog-info.dialog-service-remove .app-dialog-body .content{margin:0}}#page-service-creating{margin:-32px 0 80px}#page-service-creating .btn-back-to{margin-bottom:12px}#page-service-creating .header-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:62px;margin-bottom:40px}#page-service-creating .col-12{margin-top:15px}#page-service-creating .col-12:first-child{margin:0}#page-service-creating .col-12.characteristics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}#page-service-creating .col-12.characteristics .board{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:calc(50% - 30px);min-width:365px;margin:15px}#page-service-creating .col-12.actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:15px}#page-service-creating .col-12.actions .btn{margin-right:30px}#page-service-creating .col-12.actions .btn:last-child{margin-right:0}#page-service-creating .row.actions .col-12{margin-top:30px}#page-service-creating .row.actions .col-12.actions{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#page-service-creating .board{padding:24px;border-radius:6px;background:var(--color-component-bg-primary);-webkit-box-shadow:var(--box-shadow-primary);box-shadow:var(--box-shadow-primary);position:relative;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-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#page-service-creating .board .app-error{margin-top:16px}#page-service-creating .board .input-line-dbl{width:770px;max-width:100%;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}#page-service-creating .board .input-line-dbl:empty{display:none}#page-service-creating .board .input-line-dbl .app-dropdown-select,#page-service-creating .board .input-line-dbl .app-input{width:calc(50% - 15px)}#page-service-creating .board .app-dropdown-select,#page-service-creating .board .app-input{margin:24px 0 0;width:770px;max-width:100%}#page-service-creating .board .btns{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#page-service-creating .board+.btn,#page-service-creating .board .input-line-dbl .btn,#page-service-creating .board>.btn,#page-service-creating .board>.btns .btn{margin-top:32px}#page-service-creating .characteristics-table{margin-top:15px}#page-service-creating .characteristics-table.readonly-mode .app-table-box{max-width:100%;overflow-x:auto;scrollbar-color:var(--color-table-row-bg) var(--color-scrollbar-thumb-bg);padding-bottom:0}#page-service-creating .characteristics-table.readonly-mode .app-table-box::-webkit-scrollbar{height:24px;border-radius:0 0 6px 6px;background:var(--color-table-row-bg)}#page-service-creating .characteristics-table.readonly-mode .app-table-box::-webkit-scrollbar-thumb{border:8px solid var(--color-table-row-bg);border-radius:3px;background:var(--color-scrollbar-thumb-bg)}#page-service-creating .characteristics-table.readonly-mode .app-loader,#page-service-creating .characteristics-table.readonly-mode .cols,#page-service-creating .characteristics-table.readonly-mode .head,#page-service-creating .characteristics-table.readonly-mode .rows .row{min-width:654px}#page-service-creating .characteristics-table.readonly-mode .cols .col:first-child,#page-service-creating .characteristics-table.readonly-mode .head .col:first-child{width:19.04762%;min-width:120px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-service-creating .characteristics-table.readonly-mode .cols .col:nth-child(2),#page-service-creating .characteristics-table.readonly-mode .head .col:nth-child(2){width:9.52381%;min-width:60px}#page-service-creating .characteristics-table.readonly-mode .cols .col:nth-child(3),#page-service-creating .characteristics-table.readonly-mode .head .col:nth-child(3){width:23.80952%;min-width:150px}#page-service-creating .characteristics-table.readonly-mode .cols .col:nth-child(4),#page-service-creating .characteristics-table.readonly-mode .cols .col:nth-child(5),#page-service-creating .characteristics-table.readonly-mode .head .col:nth-child(4),#page-service-creating .characteristics-table.readonly-mode .head .col:nth-child(5){width:14.28571%;min-width:90px}#page-service-creating .characteristics-table.readonly-mode .cols .col:nth-child(6),#page-service-creating .characteristics-table.readonly-mode .cols .col:nth-child(7),#page-service-creating .characteristics-table.readonly-mode .head .col:nth-child(6),#page-service-creating .characteristics-table.readonly-mode .head .col:nth-child(7){width:9.52381%;min-width:60px}#page-service-creating .characteristics-table.readonly-mode .rows .row .col:first-child{width:19.04762%;min-width:120px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-service-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(2){width:9.52381%;min-width:60px}#page-service-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(3){width:23.80952%;min-width:150px}#page-service-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(4),#page-service-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(5){width:14.28571%;min-width:90px}#page-service-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(6),#page-service-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(7){width:9.52381%;min-width:60px}#page-service-creating .characteristics-table.edit-mode .app-table-box{max-width:100%;overflow-x:auto;scrollbar-color:var(--color-table-row-bg) var(--color-scrollbar-thumb-bg);padding-bottom:0}#page-service-creating .characteristics-table.edit-mode .app-table-box::-webkit-scrollbar{height:24px;border-radius:0 0 6px 6px;background:var(--color-table-row-bg)}#page-service-creating .characteristics-table.edit-mode .app-table-box::-webkit-scrollbar-thumb{border:8px solid var(--color-table-row-bg);border-radius:3px;background:var(--color-scrollbar-thumb-bg)}#page-service-creating .characteristics-table.edit-mode .app-loader,#page-service-creating .characteristics-table.edit-mode .cols,#page-service-creating .characteristics-table.edit-mode .head,#page-service-creating .characteristics-table.edit-mode .rows .row{min-width:750px}#page-service-creating .characteristics-table.edit-mode .cols .col:first-child,#page-service-creating .characteristics-table.edit-mode .head .col:first-child{width:16.52893%;min-width:120px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-service-creating .characteristics-table.edit-mode .cols .col:nth-child(2),#page-service-creating .characteristics-table.edit-mode .head .col:nth-child(2){width:8.26446%;min-width:60px}#page-service-creating .characteristics-table.edit-mode .cols .col:nth-child(3),#page-service-creating .characteristics-table.edit-mode .head .col:nth-child(3){width:20.66116%;min-width:150px}#page-service-creating .characteristics-table.edit-mode .cols .col:nth-child(4),#page-service-creating .characteristics-table.edit-mode .cols .col:nth-child(5),#page-service-creating .characteristics-table.edit-mode .head .col:nth-child(4),#page-service-creating .characteristics-table.edit-mode .head .col:nth-child(5){width:12.39669%;min-width:90px}#page-service-creating .characteristics-table.edit-mode .cols .col:nth-child(6),#page-service-creating .characteristics-table.edit-mode .cols .col:nth-child(7),#page-service-creating .characteristics-table.edit-mode .head .col:nth-child(6),#page-service-creating .characteristics-table.edit-mode .head .col:nth-child(7){width:8.26446%;min-width:60px}#page-service-creating .characteristics-table.edit-mode .cols .col:nth-child(8),#page-service-creating .characteristics-table.edit-mode .cols .col:nth-child(9),#page-service-creating .characteristics-table.edit-mode .head .col:nth-child(8),#page-service-creating .characteristics-table.edit-mode .head .col:nth-child(9){width:48px}#page-service-creating .characteristics-table.edit-mode .rows .row .col:first-child{width:16.52893%;min-width:120px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-service-creating .characteristics-table.edit-mode .rows .row .col:nth-child(2){width:8.26446%;min-width:60px}#page-service-creating .characteristics-table.edit-mode .rows .row .col:nth-child(3){width:20.66116%;min-width:150px}#page-service-creating .characteristics-table.edit-mode .rows .row .col:nth-child(4),#page-service-creating .characteristics-table.edit-mode .rows .row .col:nth-child(5){width:12.39669%;min-width:90px}#page-service-creating .characteristics-table.edit-mode .rows .row .col:nth-child(6),#page-service-creating .characteristics-table.edit-mode .rows .row .col:nth-child(7){width:8.26446%;min-width:60px}#page-service-creating .characteristics-table.edit-mode .rows .row .col:nth-child(8),#page-service-creating .characteristics-table.edit-mode .rows .row .col:nth-child(9){width:48px}#page-service-creating .table-actions{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;margin-top:30px}@media (max-width:1024px){#page-service-creating .header-info{width:100%;margin-bottom:48px;min-height:56px}#page-service-creating .board{padding:16px}#page-service-creating .characteristics-table.readonly-mode .app-table-box{max-width:100%;overflow-x:auto;scrollbar-color:var(--color-table-row-bg) var(--color-scrollbar-thumb-bg);padding-bottom:0}#page-service-creating .characteristics-table.readonly-mode .app-table-box::-webkit-scrollbar{height:24px;border-radius:0 0 6px 6px;background:var(--color-table-row-bg)}#page-service-creating .characteristics-table.readonly-mode .app-table-box::-webkit-scrollbar-thumb{border:8px solid var(--color-table-row-bg);border-radius:3px;background:var(--color-scrollbar-thumb-bg)}#page-service-creating .characteristics-table.readonly-mode .app-loader,#page-service-creating .characteristics-table.readonly-mode .cols,#page-service-creating .characteristics-table.readonly-mode .head,#page-service-creating .characteristics-table.readonly-mode .rows .row{min-width:634px}#page-service-creating .characteristics-table.readonly-mode .cols .col:first-child,#page-service-creating .characteristics-table.readonly-mode .head .col:first-child{width:24.59016%;min-width:150px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-service-creating .characteristics-table.readonly-mode .cols .col:nth-child(2),#page-service-creating .characteristics-table.readonly-mode .head .col:nth-child(2){width:8.19672%;min-width:50px}#page-service-creating .characteristics-table.readonly-mode .cols .col:nth-child(3),#page-service-creating .characteristics-table.readonly-mode .head .col:nth-child(3){width:14.7541%;min-width:90px}#page-service-creating .characteristics-table.readonly-mode .cols .col:nth-child(4),#page-service-creating .characteristics-table.readonly-mode .head .col:nth-child(4){width:19.67213%;min-width:120px}#page-service-creating .characteristics-table.readonly-mode .cols .col:nth-child(5),#page-service-creating .characteristics-table.readonly-mode .cols .col:nth-child(6),#page-service-creating .characteristics-table.readonly-mode .head .col:nth-child(5),#page-service-creating .characteristics-table.readonly-mode .head .col:nth-child(6){width:16.39344%;min-width:100px}#page-service-creating .characteristics-table.readonly-mode .rows .row .col:first-child{width:24.59016%;min-width:150px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-service-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(2){width:8.19672%;min-width:50px}#page-service-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(3){width:14.7541%;min-width:90px}#page-service-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(4){width:19.67213%;min-width:120px}#page-service-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(5),#page-service-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(6){width:16.39344%;min-width:100px}#page-service-creating .characteristics-table.edit-mode .app-table-box{max-width:100%;overflow-x:auto;scrollbar-color:var(--color-table-row-bg) var(--color-scrollbar-thumb-bg);padding-bottom:0}#page-service-creating .characteristics-table.edit-mode .app-table-box::-webkit-scrollbar{height:24px;border-radius:0 0 6px 6px;background:var(--color-table-row-bg)}#page-service-creating .characteristics-table.edit-mode .app-table-box::-webkit-scrollbar-thumb{border:8px solid var(--color-table-row-bg);border-radius:3px;background:var(--color-scrollbar-thumb-bg)}#page-service-creating .characteristics-table.edit-mode .app-loader,#page-service-creating .characteristics-table.edit-mode .cols,#page-service-creating .characteristics-table.edit-mode .head,#page-service-creating .characteristics-table.edit-mode .rows .row{min-width:714px}#page-service-creating .characteristics-table.edit-mode .cols .col:first-child,#page-service-creating .characteristics-table.edit-mode .head .col:first-child{width:21.73913%;min-width:150px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-service-creating .characteristics-table.edit-mode .cols .col:nth-child(2),#page-service-creating .characteristics-table.edit-mode .head .col:nth-child(2){width:7.24638%;min-width:50px}#page-service-creating .characteristics-table.edit-mode .cols .col:nth-child(3),#page-service-creating .characteristics-table.edit-mode .head .col:nth-child(3){width:13.04348%;min-width:90px}#page-service-creating .characteristics-table.edit-mode .cols .col:nth-child(4),#page-service-creating .characteristics-table.edit-mode .head .col:nth-child(4){width:17.3913%;min-width:120px}#page-service-creating .characteristics-table.edit-mode .cols .col:nth-child(5),#page-service-creating .characteristics-table.edit-mode .cols .col:nth-child(6),#page-service-creating .characteristics-table.edit-mode .head .col:nth-child(5),#page-service-creating .characteristics-table.edit-mode .head .col:nth-child(6){width:14.49275%;min-width:100px}#page-service-creating .characteristics-table.edit-mode .cols .col:nth-child(7),#page-service-creating .characteristics-table.edit-mode .cols .col:nth-child(8),#page-service-creating .characteristics-table.edit-mode .head .col:nth-child(7),#page-service-creating .characteristics-table.edit-mode .head .col:nth-child(8){width:40px}#page-service-creating .characteristics-table.edit-mode .rows .row .col:first-child{width:21.73913%;min-width:150px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-service-creating .characteristics-table.edit-mode .rows .row .col:nth-child(2){width:7.24638%;min-width:50px}#page-service-creating .characteristics-table.edit-mode .rows .row .col:nth-child(3){width:13.04348%;min-width:90px}#page-service-creating .characteristics-table.edit-mode .rows .row .col:nth-child(4){width:17.3913%;min-width:120px}#page-service-creating .characteristics-table.edit-mode .rows .row .col:nth-child(5),#page-service-creating .characteristics-table.edit-mode .rows .row .col:nth-child(6){width:14.49275%;min-width:100px}#page-service-creating .characteristics-table.edit-mode .rows .row .col:nth-child(7),#page-service-creating .characteristics-table.edit-mode .rows .row .col:nth-child(8){width:40px}}@media (max-width:480px){#page-service-creating{margin:-32px 0 64px}#page-service-creating .btn-back-to{font-size:16px;line-height:18px;margin-bottom:8px}#page-service-creating .header-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px;min-height:40px}#page-service-creating .col-12.characteristics{margin-top:7.5px}#page-service-creating .col-12.characteristics .board{width:100%;min-width:0;margin:7.5px}#page-service-creating .board{padding:16px 8px 8px}#page-service-creating .board>.btn,#page-service-creating .board>.btns .btn{max-width:100%}#page-service-creating .board+.btn{margin-top:15px}#page-service-creating .characteristics-table{margin-top:7.5px}#page-service-creating .characteristics-table .actions,#page-service-creating .characteristics-table .app-loader,#page-service-creating .characteristics-table .detached{min-width:269px}#page-service-creating .characteristics-table .data .item .line>:first-child{width:31.59851%;min-width:85px}#page-service-creating .characteristics-table .data .item .line>:nth-child(2){width:59.47955%;min-width:160px}#page-service-creating .characteristics-table .data .item .line>:nth-child(3){width:8.92193%;min-width:24px}#page-service-creating .characteristics-table .app-table-box{max-width:100%;overflow-x:auto;scrollbar-color:var(--color-table-row-bg) var(--color-scrollbar-thumb-bg);padding-bottom:0}#page-service-creating .characteristics-table .app-table-box::-webkit-scrollbar{height:16px;border-radius:0 0 6px 6px;background:var(--color-table-row-bg)}#page-service-creating .characteristics-table .app-table-box::-webkit-scrollbar-thumb{border:5px solid var(--color-table-row-bg);border-radius:3px;background:var(--color-scrollbar-thumb-bg)}#page-service-creating .characteristics-table .data .item{min-width:269px}#page-service-creating .table-actions{margin-top:15px}}