.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-input.app-input-multy .input{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;outline:none;padding:7px 7px}.app-input.app-input-multy .input .value,.app-input.app-input-multy .input input{height:30px;margin:2px 7px}.app-input.app-input-multy .input .value{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;padding:2.5px 5px;border-radius:4px;border:solid 1px var(--color-input-border)}.app-input.app-input-multy .input .value .icon-close:before{font-family:icons;font-size:12px;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;margin-left:4px}.app-input.app-input-multy .input .value .icon-close:hover:before{color:#e60000;font-weight:700}.app-input.app-input-multy .input .value-pop{color:#e60000;border-color:rgba(230,0,0,.4);background:rgba(230,0,0,.2)}.app-input.app-input-multy .input .value-pop .icon-close:before{color:#e60000;font-weight:700}.app-input.app-input-multy input{width:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:inline-block;padding:0;border-color:transparent!important}.app-radio-buttons{position:relative}.app-radio-buttons>.label{font-size:20px;line-height:22px;margin-bottom:24px}.app-radio-buttons input[type=radio]{display:none}.app-radio-buttons input[type=radio]+label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer}.app-radio-buttons input[type=radio]+label>.circle{position:relative;width:18px;height:18px;background-color:transparent;border:2px solid var(--color-btn-primary-bg);border-radius:50%;-ms-flex-negative:0;flex-shrink:0}.app-radio-buttons input[type=radio]+label>.circle:after{content:"";display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:8px;height:8px;opacity:0;background:var(--color-btn-primary-bg);border-radius:50%;-webkit-transition:opacity .3s;transition:opacity .3s}.app-radio-buttons input[type=radio]+label>.label{margin-left:8px;font-size:16px;line-height:24px;color:var(--color-radio-btns-label);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-radio-buttons input[type=radio]+label:last-child{margin-bottom:0}.app-radio-buttons input[type=radio]+label:hover>.circle{border-color:var(--color-btn-primary-bg-hover)}.app-radio-buttons input[type=radio]+label:hover>.circle:after{background:var(--color-btn-primary-bg-hover)}.app-radio-buttons input[type=radio]+label.disabled{cursor:default;opacity:.4;pointer-events:none}.app-radio-buttons input[type=radio]+label.disabled>.circle{border-color:var(--color-btn-primary-bg)}.app-radio-buttons input[type=radio]+label.disabled>.circle:after{background:var(--color-btn-primary-bg)}.app-radio-buttons input[type=radio]+.btn{margin:0 0 8px;padding:0 16px}.app-radio-buttons input[type=radio]+.btn.btn-primary{border:1px solid transparent}.app-radio-buttons input[type=radio]+.btn:last-child{margin:0}.app-radio-buttons input[type=radio]:checked+label .circle:after{opacity:1}.app-radio-buttons.inline .radio-btns{display:-webkit-box;display:-ms-flexbox;display:flex}.app-radio-buttons.inline .radio-btns .radio-button{margin-right:48px}.app-radio-buttons.inline .radio-btns .radio-button:last-child{margin-right:0}.app-radio-buttons.inline input[type=radio]+.btn{margin:0 30px 0 0}.app-radio-buttons.inline input[type=radio]+.btn:last-child{margin:0}.app-radio-buttons.error{border-color:var(--color-error)}.app-radio-buttons.readonly input[type=radio]+label{cursor:default}@media (max-width:480px){.app-radio-buttons{min-height:24px}.app-radio-buttons input[type=radio]+label>.label{font-size:14px;line-height:16px;margin-left:4px}.app-radio-buttons.inline .radio-btns{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.app-radio-buttons.inline .radio-btns .radio-button{margin-right:4px}.app-radio-buttons.inline input[type=radio]+.btn{margin:0 8px 0 0}}.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-product-characteristic{margin:24px 0 80px}#page-product-characteristic .btn-back-to{margin-bottom:12px}#page-product-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-product-characteristic .col-12{margin-top:30px}#page-product-characteristic .col-12:first-child{margin:0}#page-product-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-product-characteristic .board .app-error{margin-top:16px}#page-product-characteristic .board .app-dropdown-select,#page-product-characteristic .board .app-input{margin:24px 0 0}#page-product-characteristic .board+.btn,#page-product-characteristic .board>.btn{margin-top:32px}#page-product-characteristic.on-sidebar .app-loader{top:-4px}@media (max-width:1024px){#page-product-characteristic .header-info{width:100%;margin-bottom:48px;min-height:56px}#page-product-characteristic .board{padding:16px}}@media (max-width:480px){#page-product-characteristic{margin:24px 0 64px}#page-product-characteristic .btn-back-to{font-size:16px;line-height:18px;margin-bottom:8px}#page-product-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-product-characteristic .board{padding:16px 8px 8px}#page-product-characteristic .board>.btn{max-width:100%}#page-product-characteristic .board+.btn{margin-top:15px}}.app-input.app-input-datepicker{height:48px}.app-input.app-input-datepicker .icon{cursor:pointer}.app-input.app-input-datepicker .icon: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-input.app-input-datepicker .vdp-datepicker input{height:48px;background:transparent}.app-input.app-input-datepicker .vdp-datepicker .vdp-datepicker__calendar{top:115%;right:0;width:300px;border:none;font-size:16px;background:var(--color-component-bg-primary);border-radius:6px;-webkit-box-shadow:var(--box-shadow-primary);box-shadow:var(--box-shadow-primary);z-index:10}.app-input.app-input-datepicker .vdp-datepicker .vdp-datepicker__calendar header{line-height:42px;border-bottom:1px solid var(--color-input-border)}.app-input.app-input-datepicker .vdp-datepicker .vdp-datepicker__calendar header:after{content:"";clear:both;display:block}.app-input.app-input-datepicker .vdp-datepicker .vdp-datepicker__calendar header>:nth-child(2){font-size:16px}.app-input.app-input-datepicker .vdp-datepicker .vdp-datepicker__calendar .cell{height:42px;line-height:32px;border:4px solid transparent;background-clip:padding-box}.app-input.app-input-datepicker .vdp-datepicker .vdp-datepicker__calendar .cell.day-header{font-size:inherit;color:var(--color-btn-primary-disabled-bg)}.app-input.app-input-datepicker .vdp-datepicker .vdp-datepicker__calendar .cell.selected{color:var(--color-btn-primary);background-color:var(--color-btn-primary-bg)}.app-input.app-input-datepicker .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,.app-input.app-input-datepicker .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,.app-input.app-input-datepicker .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover{border:4px solid transparent;-webkit-box-shadow:inset 0 0 0 1px var(--color-btn-primary-bg);box-shadow:inset 0 0 0 1px var(--color-btn-primary-bg)}@media (max-width:480px){.app-input.app-input-datepicker .vdp-datepicker .vdp-datepicker__calendar{width:224px}.app-input.app-input-datepicker .vdp-datepicker .vdp-datepicker__calendar header{line-height:32px}.app-input.app-input-datepicker .vdp-datepicker .vdp-datepicker__calendar .cell{height:32px;line-height:24px;padding:0 2px}}.vue__time-picker{display:inline-block;position:relative;font-size:1em;width:10em;font-family:sans-serif;vertical-align:middle}.vue__time-picker *{-webkit-box-sizing:border-box;box-sizing:border-box}.vue__time-picker input.display-time{border:1px solid #d2d2d2;width:10em;height:2.2em;padding:.3em .5em;font-size:1em}.vue__time-picker input.has-custom-icon{padding-left:1.8em}.vue__time-picker input.display-time.invalid:not(.skip-error-style){border-color:#c03;outline-color:#c03}.vue__time-picker input.display-time.disabled,.vue__time-picker input.display-time:disabled{color:#d2d2d2}.vue__time-picker .controls{position:absolute;top:0;bottom:0;right:0;z-index:3;-webkit-box-orient:horizontal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;pointer-events:none}.vue__time-picker .controls,.vue__time-picker .controls>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.vue__time-picker .controls>*{cursor:pointer;width:auto;-webkit-box-orient:vertical;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .35em;color:#d2d2d2;line-height:100%;font-style:normal;pointer-events:auto;-webkit-transition:color .2s,opacity .2s;transition:color .2s,opacity .2s}.vue__time-picker .controls>:hover{color:#797979}.vue__time-picker .controls>:active,.vue__time-picker .controls>:focus{outline:0}.vue__time-picker .controls .char{font-size:1.1em;line-height:100%;-webkit-margin-before:-.15em}.vue__time-picker .custom-icon{z-index:2;position:absolute;left:0;top:0;bottom:0;width:1.8em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none}.vue__time-picker .controls img,.vue__time-picker .controls svg,.vue__time-picker .custom-icon img,.vue__time-picker .custom-icon svg{display:inline-block;vertical-align:middle;margin:0;border:0;outline:0;max-width:1em;height:auto}.vue__time-picker .time-picker-overlay{z-index:4;position:fixed;top:0;left:0;right:0;bottom:0}.vue__time-picker-dropdown,.vue__time-picker .dropdown{position:absolute;z-index:5;top:calc(2.2em + 2px);left:0;background:#fff;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.15);box-shadow:0 1px 6px rgba(0,0,0,.15);width:10em;height:10em;font-weight:400}.vue__time-picker-dropdown{position:fixed;z-index:100}.vue__time-picker-dropdown.drop-up,.vue__time-picker .dropdown.drop-up{top:auto;bottom:calc(2.2em + 1px)}.vue__time-picker-dropdown .select-list,.vue__time-picker .dropdown .select-list{width:10em;height:10em;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.vue__time-picker-dropdown .select-list:active,.vue__time-picker-dropdown .select-list:focus,.vue__time-picker .dropdown .select-list:active,.vue__time-picker .dropdown .select-list:focus{outline:0}.vue__time-picker-dropdown ul,.vue__time-picker .dropdown ul{padding:0;margin:0;list-style:none;outline:0;-webkit-box-flex:1;-ms-flex:1 1 0.00001px;flex:1 1 0.00001px;overflow-x:hidden;overflow-y:auto}.vue__time-picker-dropdown ul.apms,.vue__time-picker-dropdown ul.minutes,.vue__time-picker-dropdown ul.seconds,.vue__time-picker .dropdown ul.apms,.vue__time-picker .dropdown ul.minutes,.vue__time-picker .dropdown ul.seconds{border-left:1px solid #fff}.vue__time-picker-dropdown ul li,.vue__time-picker .dropdown ul li{list-style:none;text-align:center;padding:.3em 0;color:#161616}.vue__time-picker-dropdown ul li:not(.hint):not([disabled]):focus,.vue__time-picker-dropdown ul li:not(.hint):not([disabled]):hover,.vue__time-picker .dropdown ul li:not(.hint):not([disabled]):focus,.vue__time-picker .dropdown ul li:not(.hint):not([disabled]):hover{background:rgba(0,0,0,.08);color:#161616;cursor:pointer}.vue__time-picker-dropdown ul li:not([disabled]).active,.vue__time-picker-dropdown ul li:not([disabled]).active:focus,.vue__time-picker-dropdown ul li:not([disabled]).active:hover,.vue__time-picker .dropdown ul li:not([disabled]).active,.vue__time-picker .dropdown ul li:not([disabled]).active:focus,.vue__time-picker .dropdown ul li:not([disabled]).active:hover{background:#41b883;color:#fff}.vue__time-picker-dropdown ul li[disabled],.vue__time-picker-dropdown ul li[disabled]:hover,.vue__time-picker .dropdown ul li[disabled],.vue__time-picker .dropdown ul li[disabled]:hover{background:transparent;opacity:.3;cursor:not-allowed}.vue__time-picker-dropdown .hint,.vue__time-picker .dropdown .hint{color:#a5a5a5;cursor:default;font-size:.8em}.app-input.app-input-timepicker .vue__time-picker{width:100%;font:inherit}.app-input.app-input-timepicker .vue__time-picker input{display:block;width:100%;height:48px;padding:14px;font-size:16px;font-weight:400;color:var(--color-text-primary);border-radius:4px;border:solid 1px var(--color-input-border);background:transparent}.app-input.app-input-timepicker .vue__time-picker input::-webkit-input-placeholder{color:transparent}.app-input.app-input-timepicker .vue__time-picker input::-moz-placeholder{color:transparent}.app-input.app-input-timepicker .vue__time-picker input:-ms-input-placeholder{color:transparent}.app-input.app-input-timepicker .vue__time-picker input::-ms-input-placeholder{color:transparent}.app-input.app-input-timepicker .vue__time-picker input::placeholder{color:transparent}.app-input.app-input-timepicker .vue__time-picker input:hover{border-color:var(--color-input-border-hover)}.app-input.app-input-timepicker .vue__time-picker input.display-time.invalid:not(.skip-error-style){border-color:var(--color-input-border);outline-color:transparent}.app-input.app-input-timepicker .vue__time-picker .clear-btn{display:none}.app-input.app-input-timepicker .vue__time-picker .time-picker-overlay{outline:none}.app-input.app-input-timepicker .vue__time-picker .dropdown{top:115%;height:152px;border:none;font-size:16px;line-height:32px;background:var(--color-component-bg-primary);border-radius:6px;-webkit-box-shadow:var(--box-shadow-primary);box-shadow:var(--box-shadow-primary);z-index:10}.app-input.app-input-timepicker .vue__time-picker .dropdown .select-list{height:152px}.app-input.app-input-timepicker .vue__time-picker .dropdown .select-list ul{width:50px;max-height:152px;overflow-y:auto;scrollbar-color:var(--color-component-bg-primary) var(--color-scrollbar-thumb-bg)}.app-input.app-input-timepicker .vue__time-picker .dropdown .select-list ul::-webkit-scrollbar{width:4px;border-radius:2px;background:var(--color-component-bg-primary)}.app-input.app-input-timepicker .vue__time-picker .dropdown .select-list ul::-webkit-scrollbar-thumb{border-radius:2px;background:var(--color-scrollbar-thumb-bg)}.app-input.app-input-timepicker .vue__time-picker .dropdown .select-list ul li{color:inherit;padding:0}.app-input.app-input-timepicker .vue__time-picker .dropdown .select-list ul li:not(.hint):not([disabled]):hover{color:inherit;-webkit-box-shadow:inset 0 0 0 1px var(--color-btn-primary-bg);box-shadow:inset 0 0 0 1px var(--color-btn-primary-bg);background:initial}.app-input.app-input-timepicker .vue__time-picker .dropdown .select-list ul li:not(.hint):not([disabled]).active{color:var(--color-btn-primary);background-color:var(--color-btn-primary-bg)}.app-input.app-input-timepicker .vue__time-picker .dropdown .select-list ul .hint{font-size:14px;line-height:24px;border-bottom:1px solid var(--color-input-border)}.app-input.app-input-timepicker.error .vue__time-picker input{color:var(--color-error);border:1px solid var(--color-input-border-error)}.app-input-datetime-picker h5{margin-bottom:24px}.app-input-datetime-picker .pickers{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}.app-input-datetime-picker .pickers .app-input-datepicker{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.app-input-datetime-picker .pickers .app-input-timepicker{-ms-flex-negative:0;flex-shrink:0;width:35%;margin-left:30px}@media (max-width:480px){.app-input-datetime-picker .pickers .app-input-timepicker{margin-left:15px}}#page-product-price{margin:24px 0 80px}#page-product-price .btn-back-to{margin-bottom:12px}#page-product-price .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-product-price .row .col-mob-12{margin-bottom:32px}#page-product-price .row .col-mob-12 .btn-save{display:none}#page-product-price .row .col-mob-12:last-child{margin-bottom:0}#page-product-price .row .col-mob-12:last-child .btn-save{display:-webkit-box;display:-ms-flexbox;display:flex}#page-product-price .app-error{margin:0 0 24px}#page-product-price .board{position:relative;padding:24px;background-color:var(--color-component-bg-primary);border-radius:6px;-webkit-box-shadow:var(--box-shadow-primary);box-shadow:var(--box-shadow-primary)}#page-product-price .board .known-characteristics{margin-top:24px}#page-product-price .board .known-characteristics .app-input{margin-bottom:24px}#page-product-price .board .known-characteristics .app-input:last-child{margin-bottom:4}#page-product-price .board .known-characteristics .app-dropdown-select{margin-bottom:24px}#page-product-price .board .known-characteristics .app-dropdown-select:last-child{margin-bottom:4}#page-product-price .board .unknown-characteristics:not(:empty){margin-top:24px}#page-product-price .board .unknown-characteristics .characteristic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}#page-product-price .board .unknown-characteristics .characteristic .app-input{margin-right:16px}#page-product-price .board .unknown-characteristics .characteristic:last-child{margin-bottom:0}#page-product-price .board .unknown-characteristics .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#page-product-price .board>.app-dropdown-select,#page-product-price .board>.app-input{margin:24px 0 0}#page-product-price .board>.app-input-datetime-picker{margin:30px 0 0}#page-product-price .board+.btn,#page-product-price .board>.app-input-datetime-picker+.app-input,#page-product-price .board>.btn{margin-top:32px}#page-product-price.on-sidebar .app-loader{top:-4px}@media (max-width:1024px){#page-product-price .header-info{width:100%;min-height:56px;margin-bottom:48px}#page-product-price .board{padding:16px}}@media (max-width:480px){#page-product-price{margin:24px 0 64px}#page-product-price .btn-back-to{margin-bottom:8px;font-size:16px;line-height:18px}#page-product-price .header-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:40px;margin-bottom:32px}#page-product-price .board{padding:16px 8px 8px}#page-product-price .board>.btn{max-width:100%}#page-product-price .board+.btn{margin-top:15px}}.app-dialog.app-dialog-info.dialog-product-characteristic-remove .app-dialog-body .wrap{width:100%;margin-left:auto;margin-right:auto}.app-dialog.app-dialog-info.dialog-product-characteristic-remove .app-dialog-body .content{margin-bottom:40px}@media (max-width:480px){.app-dialog.app-dialog-info.dialog-product-characteristic-remove .app-dialog-body .content{margin:0}}.app-dialog.app-dialog-info.dialog-product-price-remove .app-dialog-body .wrap{width:100%;margin-left:auto;margin-right:auto}.app-dialog.app-dialog-info.dialog-product-price-remove .app-dialog-body .content{margin-bottom:40px}@media (max-width:480px){.app-dialog.app-dialog-info.dialog-product-price-remove .app-dialog-body .content{margin:0}}.app-dialog.app-dialog-info.dialog-lfc-remove .app-dialog-body .wrap{width:100%;margin-left:auto;margin-right:auto}.app-dialog.app-dialog-info.dialog-lfc-remove .app-dialog-body .content{margin-bottom:40px}@media (max-width:480px){.app-dialog.app-dialog-info.dialog-lfc-remove .app-dialog-body .content{margin:0}}.app-dialog.app-dialog-info.dialog-product-remove .app-dialog-body .wrap{width:100%;margin-left:auto;margin-right:auto}.app-dialog.app-dialog-info.dialog-product-remove .app-dialog-body .content{margin-bottom:40px}@media (max-width:480px){.app-dialog.app-dialog-info.dialog-product-remove .app-dialog-body .content{margin:0}}.app-dialog.app-dialog-info.dialog-product-adding-confirmation .app-dialog-body .wrap{width:100%;margin-left:auto;margin-right:auto}.app-dialog.app-dialog-info.dialog-product-adding-confirmation .app-dialog-body .content{margin-bottom:40px}@media (max-width:480px){.app-dialog.app-dialog-info.dialog-product-adding-confirmation .app-dialog-body .content{margin:0}}.app-dialog.app-dialog-info.dialog-ufb-templates .app-dialog-body .form{width:100%}.app-dialog.app-dialog-info.dialog-ufb-templates .app-dialog-body .form .characteristics,.app-dialog.app-dialog-info.dialog-ufb-templates .app-dialog-body .form .form-controls{margin-bottom:30px}.app-dialog.app-dialog-info.dialog-ufb-templates .app-dialog-body .form .characteristics .characteristic{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px}.app-dialog.app-dialog-info.dialog-ufb-templates .app-dialog-body .form .characteristics .characteristic .label{margin-right:8px;font-weight:700}.app-dialog.app-dialog-info.dialog-ufb-templates .app-dialog-body .form .characteristics .characteristic:last-child{margin-bottom:0}.app-dialog.app-dialog-info.dialog-ufb-templates .app-dialog-body .form .add-lfc-plan{margin-bottom:30px}.app-dialog.app-dialog-info.dialog-ufb-templates .app-dialog-body .btns{margin-top:0}.ufb-lfc-panel{width:100%}.ufb-lfc-panel .input-line-dbl{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;width:770px;max-width:100%}.ufb-lfc-panel .input-line-dbl:empty{display:none}.ufb-lfc-panel .input-line-dbl .app-input{width:calc(50% - 15px)}.ufb-lfc-panel .input-line-dbl .app-input-multy{width:100%}.ufb-lfc-panel .input-line-dbl .app-dropdown-select{width:calc(50% - 15px)}.ufb-lfc-panel .input-line-dbl .btn{margin-top:32px}.ufb-lfc-panel .input-line-dbl .btn.select-template{margin-top:24px}.ufb-lfc-panel+.btn,.ufb-lfc-panel>.btn,.ufb-lfc-panel>.btns .btn{margin-top:32px}.ufb-lfc-panel>.app-dropdown-select,.ufb-lfc-panel>.app-input{width:770px;max-width:100%}.ufb-lfc-panel .app-dropdown-select,.ufb-lfc-panel .app-input{margin:24px 0 0}@media (max-width:480px){.ufb-lfc-panel{width:100%}.ufb-lfc-panel .content{margin:0}}#page-product-creating{margin:-32px 0 80px}#page-product-creating .btn-back-to{margin-bottom:12px}#page-product-creating .sp_product{font-size:40%;margin-left:10px;color:var(--color-toast-error);background:var(--color-toast-error-bg)}#page-product-creating .header-info{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;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;min-height:62px;margin-bottom:40px}#page-product-creating .header-info .statuses{font-size:16px;line-height:24px;font-weight:700}#page-product-creating .header-info .statuses,#page-product-creating .header-info .statuses .status{-ms-flex-negative:0;flex-shrink:0;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}#page-product-creating .header-info .statuses .status{margin:12px 8px;padding:4px 12px;border-radius:4px;color:var(--color-default);background-color:var(--color-default-bg)}#page-product-creating .header-info .statuses .status:first-child{margin-left:0}#page-product-creating .header-info .statuses .status:last-child{margin-right:0}#page-product-creating .header-info .statuses .status.acknowledged{color:var(--color-acknowledged);background-color:var(--color-acknowledged-bg)}#page-product-creating .header-info .statuses .status.completed{color:var(--color-completed);background-color:var(--color-completed-bg)}#page-product-creating .header-info .statuses .status.success{color:var(--color-success);background-color:var(--color-success-bg)}#page-product-creating .header-info .statuses .status.inprogress{color:var(--color-inprogress);background-color:var(--color-inprogress-bg)}#page-product-creating .header-info .statuses .status.held{color:var(--color-held);background-color:var(--color-held-bg)}#page-product-creating .header-info .statuses .status.info{color:var(--color-info);background-color:var(--color-info-bg)}#page-product-creating .header-info .statuses .status.pending{color:var(--color-pending);background-color:var(--color-pending-bg)}#page-product-creating .header-info .statuses .status.warning{color:var(--color-warning);background-color:var(--color-warning-bg)}#page-product-creating .header-info .statuses .status.cancelled{color:var(--color-cancelled);background-color:var(--color-cancelled-bg)}#page-product-creating .header-info .statuses .status.danger{color:var(--color-danger);background-color:var(--color-danger-bg)}#page-product-creating .header-info .statuses .status.initial{color:var(--color-acknowledged);background-color:var(--color-acknowledged-bg)}#page-product-creating .header-info .statuses .status.pendingcancellation{color:var(--color-pending);background-color:var(--color-pending-bg)}#page-product-creating .header-info .statuses .status.failed{color:var(--color-danger);background-color:var(--color-danger-bg)}#page-product-creating .header-info .statuses .status.retry{color:var(--color-warning);background-color:var(--color-warning-bg)}#page-product-creating .header-info .statuses .status.requiresnewrfstime,#page-product-creating .header-info .statuses .status.requiressitevisitchangeontbooking,#page-product-creating .header-info .statuses .status.RequiresSiteVisitcsebooking,#page-product-creating .header-info .statuses .status.RequiresSiteVisitinstallbooking,#page-product-creating .header-info .statuses .status.RequiresSiteVisitinstallcsebooking,#page-product-creating .header-info .statuses .status.requiressitevisitreplaceontbooking,#page-product-creating .header-info .statuses .status.requiressitevisitscopebooking{color:var(--color-info);background-color:var(--color-info-bg)}#page-product-creating .header-info .statuses .status.created{color:var(--color-acknowledged);background-color:var(--color-acknowledged-bg)}#page-product-creating .header-info .statuses .status.pendingactive{color:var(--color-inprogress);background-color:var(--color-inprogress-bg)}#page-product-creating .header-info .statuses .status.aborted{color:var(--color-warning);background-color:var(--color-warning-bg)}#page-product-creating .header-info .statuses .status.active{color:var(--color-success);background-color:var(--color-success-bg)}#page-product-creating .header-info .statuses .status.suspended{color:var(--color-cancelled);background-color:var(--color-cancelled-bg)}#page-product-creating .header-info .statuses .status.pendingterminate,#page-product-creating .header-info .statuses .status.rejected,#page-product-creating .header-info .statuses .status.terminated{color:var(--color-danger);background-color:var(--color-danger-bg)}#page-product-creating .header-info .statuses .status.assessingcancellation{color:var(--color-pending);background-color:var(--color-pending-bg)}#page-product-creating .header-info .statuses .status>*{margin:0 4px}#page-product-creating .header-info .statuses .status>:first-child{margin-left:0}#page-product-creating .header-info .statuses .status>:last-child{margin-right:0}#page-product-creating .header-info .statuses .status .icon-invited: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}#page-product-creating .col-12{margin-top:15px}#page-product-creating .col-12:first-child{margin:0}#page-product-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-product-creating .col-12.characteristics .board{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:calc(50% - 30px);min-width:365px;margin:15px}#page-product-creating .col-12.characteristics .lfcs-table{max-width:calc(50% - 30px)}#page-product-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-product-creating .col-12.actions .btn{margin-right:30px}#page-product-creating .col-12.actions .btn:last-child{margin-right:0}#page-product-creating .row.actions .col-12{margin-top:30px}#page-product-creating .row.actions .col-12.actions{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#page-product-creating .gap{margin-top:50px}#page-product-creating .gap:nth-child(3){display:none}#page-product-creating .ufb-board{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}#page-product-creating .board{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;padding:24px;border-radius:6px;background:var(--color-component-bg-primary);-webkit-box-shadow:var(--box-shadow-primary);box-shadow:var(--box-shadow-primary)}#page-product-creating .board .app-error{margin-top:16px}#page-product-creating .board .input-line-dbl{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;width:770px;max-width:100%}#page-product-creating .board .input-line-dbl:empty{display:none}#page-product-creating .board .input-line-dbl .app-input{width:calc(50% - 15px)}#page-product-creating .board .input-line-dbl .app-input-multy{width:100%}#page-product-creating .board .input-line-dbl .app-dropdown-select{width:calc(50% - 15px)}#page-product-creating .board .input-line-dbl .btn{margin-top:32px}#page-product-creating .board .input-line-dbl .btn.select-template{margin-top:24px}#page-product-creating .board>.app-dropdown-select,#page-product-creating .board>.app-input{width:770px;max-width:100%}#page-product-creating .board .app-dropdown-select,#page-product-creating .board .app-input{margin:24px 0 0}#page-product-creating .board .btns{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;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%}#page-product-creating .board+.btn,#page-product-creating .board>.btn,#page-product-creating .board>.btns .btn{margin-top:32px}#page-product-creating .board .groups,#page-product-creating .board .permitted-products{width:100%;margin-top:24px}#page-product-creating .board .groups .app-dropdown-select,#page-product-creating .board .groups .app-input,#page-product-creating .board .permitted-products .app-dropdown-select,#page-product-creating .board .permitted-products .app-input{margin:0}#page-product-creating .board .groups ul li,#page-product-creating .board .permitted-products ul li{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;padding:16px 0;border-bottom:1px solid var(--color-divider)}#page-product-creating .board .groups ul li .group-name,#page-product-creating .board .groups ul li .product-name,#page-product-creating .board .permitted-products ul li .group-name,#page-product-creating .board .permitted-products ul li .product-name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#page-product-creating .board .groups ul li .product-name,#page-product-creating .board .permitted-products ul li .product-name{color:var(--color-table-action-primary);text-decoration:underline;-webkit-transition:.3s;transition:.3s}#page-product-creating .board .groups ul li .product-name:not([disabled]):hover,#page-product-creating .board .permitted-products ul li .product-name:not([disabled]):hover{color:var(--color-table-action-primary-hover)}#page-product-creating .board .groups ul li .product-name:not([disabled]):active,#page-product-creating .board .permitted-products ul li .product-name:not([disabled]):active{color:var(--color-table-action-primary-active)}#page-product-creating .board .groups ul li .actions,#page-product-creating .board .permitted-products ul li .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;-ms-flex-negative:0;flex-shrink:0;margin-left:8px}#page-product-creating .board .groups ul li .actions .btn,#page-product-creating .board .permitted-products ul li .actions .btn{margin-left:16px}#page-product-creating .board .groups ul li .actions .btn:first-child,#page-product-creating .board .permitted-products ul li .actions .btn:first-child{margin:0}#page-product-creating .board .groups ul li .actions:empty,#page-product-creating .board .permitted-products ul li .actions:empty{display:none}#page-product-creating .board .groups ul:last-child li:last-child,#page-product-creating .board .permitted-products ul:last-child li:last-child{padding-bottom:0;border-bottom:none}#page-product-creating .board .groups ul:empty,#page-product-creating .board .permitted-products ul:empty{display:none}#page-product-creating .board .groups ul+form,#page-product-creating .board .permitted-products ul+form{margin-top:30px}#page-product-creating .board .groups form,#page-product-creating .board .permitted-products form{position:relative}#page-product-creating .board .groups form .app-dropdown-select,#page-product-creating .board .permitted-products form .app-dropdown-select{margin-bottom:24px}#page-product-creating .board.serviceability .form-controls{margin-top:24px}#page-product-creating .board.serviceability .form-controls p{font-size:18px;line-height:24px;margin-bottom:16px}#page-product-creating .board.serviceability .form-controls .app-checkbox{margin-bottom:16px}#page-product-creating .board.serviceability .form-controls .app-checkbox:last-child{margin-bottom:0}#page-product-creating .board.serviceability .form-controls .app-radio-buttons>.label{font-size:18px;line-height:24px;margin-bottom:16px}#page-product-creating .board.serviceability .form-controls .app-radio-buttons .radio-btns .radio-button{margin-bottom:16px}#page-product-creating .board.serviceability .form-controls .app-radio-buttons .radio-btns .radio-button .high-capacity,#page-product-creating .board.serviceability .form-controls .app-radio-buttons .radio-btns .radio-button .restricted-capacity{font-weight:700;text-transform:uppercase}#page-product-creating .board.serviceability .form-controls .app-radio-buttons .radio-btns .radio-button .high-capacity{color:#00b347}#page-product-creating .board.serviceability .form-controls .app-radio-buttons .radio-btns .radio-button .restricted-capacity{color:#fd8d25}#page-product-creating .board.serviceability .form-controls .app-radio-buttons .radio-btns .radio-button:last-child{margin-bottom:0}#page-product-creating .board .sa{display:-webkit-box;display:-ms-flexbox;display:flex;gap:50px}#page-product-creating .board .sa .box{-webkit-box-flex:1;-ms-flex:1;flex:1}#page-product-creating .board .sa .openbox{min-width:200;max-width:calc(50% - 30px)}#page-product-creating .board .stpm-serviceability .form-controls{margin-top:24px}#page-product-creating .board .stpm-serviceability .form-controls p{font-size:18px;line-height:24px;margin-bottom:16px}#page-product-creating .board .stpm-serviceability .form-controls .app-checkbox{margin-bottom:16px}#page-product-creating .board .stpm-serviceability .form-controls .app-checkbox:last-child{margin-bottom:0}#page-product-creating .board .stpm-serviceability .form-controls .app-radio-buttons>.label{font-size:18px;line-height:24px;margin-bottom:16px}#page-product-creating .board .stpm-serviceability .form-controls .app-radio-buttons .radio-btns .radio-button{margin-bottom:16px}#page-product-creating .board .stpm-serviceability .form-controls .app-radio-buttons .radio-btns .radio-button .high-capacity,#page-product-creating .board .stpm-serviceability .form-controls .app-radio-buttons .radio-btns .radio-button .restricted-capacity{font-weight:700;text-transform:uppercase}#page-product-creating .board .stpm-serviceability .form-controls .app-radio-buttons .radio-btns .radio-button .high-capacity{color:#00b347}#page-product-creating .board .stpm-serviceability .form-controls .app-radio-buttons .radio-btns .radio-button .restricted-capacity{color:#fd8d25}#page-product-creating .board .stpm-serviceability .form-controls .app-radio-buttons .radio-btns .radio-button:last-child{margin-bottom:0}#page-product-creating .lfcs-table{position:relative;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:6px;background:var(--color-component-bg-primary);-webkit-box-shadow:var(--box-shadow-primary);box-shadow:var(--box-shadow-primary);margin:15px;width:100%;min-width:690px}#page-product-creating .lfcs-table.readonly-mode .cols .col:first-child,#page-product-creating .lfcs-table.readonly-mode .head .col:first-child{width:16.66667%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .lfcs-table.readonly-mode .cols .col:nth-child(2),#page-product-creating .lfcs-table.readonly-mode .head .col:nth-child(2){width:83.33333%}#page-product-creating .lfcs-table.readonly-mode .rows .row .col:first-child{width:16.66667%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .lfcs-table.readonly-mode .rows .row .col:nth-child(2){width:83.33333%}#page-product-creating .lfcs-table.edit-mode .cols .col:first-child,#page-product-creating .lfcs-table.edit-mode .head .col:first-child{width:14.1129%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .lfcs-table.edit-mode .cols .col:nth-child(2),#page-product-creating .lfcs-table.edit-mode .head .col:nth-child(2){width:70.56452%}#page-product-creating .lfcs-table.edit-mode .cols .col:nth-child(3),#page-product-creating .lfcs-table.edit-mode .cols .col:nth-child(4),#page-product-creating .lfcs-table.edit-mode .head .col:nth-child(3),#page-product-creating .lfcs-table.edit-mode .head .col:nth-child(4){width:38px}#page-product-creating .lfcs-table.edit-mode .rows .row .col:first-child{width:14.1129%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .lfcs-table.edit-mode .rows .row .col:nth-child(2){width:70.56452%}#page-product-creating .lfcs-table.edit-mode .rows .row .col:nth-child(3),#page-product-creating .lfcs-table.edit-mode .rows .row .col:nth-child(4){width:38px}#page-product-creating .lfcs-table.openbox{min-width:450px}#page-product-creating .lfcs-table .action-add{width:38px;height:38px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}#page-product-creating .characteristics-table{margin-top:15px}#page-product-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-product-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-product-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-product-creating .characteristics-table.readonly-mode .app-loader,#page-product-creating .characteristics-table.readonly-mode .cols,#page-product-creating .characteristics-table.readonly-mode .head,#page-product-creating .characteristics-table.readonly-mode .rows .row{min-width:904px}#page-product-creating .characteristics-table.readonly-mode .cols .col:first-child,#page-product-creating .characteristics-table.readonly-mode .head .col:first-child{width:28.40909%;min-width:250px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .characteristics-table.readonly-mode .cols .col:nth-child(2),#page-product-creating .characteristics-table.readonly-mode .head .col:nth-child(2){width:17.04545%;min-width:150px}#page-product-creating .characteristics-table.readonly-mode .cols .col:nth-child(3),#page-product-creating .characteristics-table.readonly-mode .head .col:nth-child(3){width:12.5%;min-width:110px}#page-product-creating .characteristics-table.readonly-mode .cols .col:nth-child(4),#page-product-creating .characteristics-table.readonly-mode .head .col:nth-child(4){width:17.04545%;min-width:150px}#page-product-creating .characteristics-table.readonly-mode .cols .col:nth-child(5),#page-product-creating .characteristics-table.readonly-mode .cols .col:nth-child(6),#page-product-creating .characteristics-table.readonly-mode .head .col:nth-child(5),#page-product-creating .characteristics-table.readonly-mode .head .col:nth-child(6){width:12.5%;min-width:110px}#page-product-creating .characteristics-table.readonly-mode .rows .row .col:first-child{width:28.40909%;min-width:250px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(2){width:17.04545%;min-width:150px}#page-product-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(3){width:12.5%;min-width:110px}#page-product-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(4){width:17.04545%;min-width:150px}#page-product-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(5),#page-product-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(6){width:12.5%;min-width:110px}#page-product-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-product-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-product-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-product-creating .characteristics-table.edit-mode .app-loader,#page-product-creating .characteristics-table.edit-mode .cols,#page-product-creating .characteristics-table.edit-mode .head,#page-product-creating .characteristics-table.edit-mode .rows .row{min-width:1000px}#page-product-creating .characteristics-table.edit-mode .cols .col:first-child,#page-product-creating .characteristics-table.edit-mode .head .col:first-child{width:25.61475%;min-width:250px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .characteristics-table.edit-mode .cols .col:nth-child(2),#page-product-creating .characteristics-table.edit-mode .head .col:nth-child(2){width:15.36885%;min-width:150px}#page-product-creating .characteristics-table.edit-mode .cols .col:nth-child(3),#page-product-creating .characteristics-table.edit-mode .head .col:nth-child(3){width:11.27049%;min-width:110px}#page-product-creating .characteristics-table.edit-mode .cols .col:nth-child(4),#page-product-creating .characteristics-table.edit-mode .head .col:nth-child(4){width:15.36885%;min-width:150px}#page-product-creating .characteristics-table.edit-mode .cols .col:nth-child(5),#page-product-creating .characteristics-table.edit-mode .cols .col:nth-child(6),#page-product-creating .characteristics-table.edit-mode .head .col:nth-child(5),#page-product-creating .characteristics-table.edit-mode .head .col:nth-child(6){width:11.27049%;min-width:110px}#page-product-creating .characteristics-table.edit-mode .cols .col:nth-child(7),#page-product-creating .characteristics-table.edit-mode .cols .col:nth-child(8),#page-product-creating .characteristics-table.edit-mode .head .col:nth-child(7),#page-product-creating .characteristics-table.edit-mode .head .col:nth-child(8){width:48px}#page-product-creating .characteristics-table.edit-mode .rows .row .col:first-child{width:25.61475%;min-width:250px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .characteristics-table.edit-mode .rows .row .col:nth-child(2){width:15.36885%;min-width:150px}#page-product-creating .characteristics-table.edit-mode .rows .row .col:nth-child(3){width:11.27049%;min-width:110px}#page-product-creating .characteristics-table.edit-mode .rows .row .col:nth-child(4){width:15.36885%;min-width:150px}#page-product-creating .characteristics-table.edit-mode .rows .row .col:nth-child(5),#page-product-creating .characteristics-table.edit-mode .rows .row .col:nth-child(6){width:11.27049%;min-width:110px}#page-product-creating .characteristics-table.edit-mode .rows .row .col:nth-child(7),#page-product-creating .characteristics-table.edit-mode .rows .row .col:nth-child(8){width:48px}#page-product-creating .prices-table,#page-product-creating .pricings-table{margin-top:30px}#page-product-creating:not(.sp) .prices-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-product-creating:not(.sp) .prices-table .app-table-box::-webkit-scrollbar{height:24px;border-radius:0 0 6px 6px;background:var(--color-table-row-bg)}#page-product-creating:not(.sp) .prices-table .app-table-box::-webkit-scrollbar-thumb{border:8px solid var(--color-table-row-bg);border-radius:3px;background:var(--color-scrollbar-thumb-bg)}#page-product-creating:not(.sp) .prices-table .app-loader,#page-product-creating:not(.sp) .prices-table .cols,#page-product-creating:not(.sp) .prices-table .head,#page-product-creating:not(.sp) .prices-table .rows .row{min-width:1160px}#page-product-creating:not(.sp) .prices-table .cols .col:first-child,#page-product-creating:not(.sp) .prices-table .head .col:first-child{width:22.88732%;min-width:260px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(2),#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(3),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(2),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(3){width:8.80282%;min-width:100px}#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(4),#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(5),#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(6),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(4),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(5),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(6){width:14.08451%;min-width:160px}#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(7),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(7){width:8.80282%;min-width:100px}#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(8),#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(9),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(8),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(9){width:48px}#page-product-creating:not(.sp) .prices-table .rows .row .col:first-child{width:22.88732%;min-width:260px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(2),#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(3){width:8.80282%;min-width:100px}#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(4),#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(5),#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(6){width:14.08451%;min-width:160px}#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(7){width:8.80282%;min-width:100px}#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(8),#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(9){width:48px}#page-product-creating.sp .prices-table{margin-top:15px}#page-product-creating.sp .prices-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-product-creating.sp .prices-table .app-table-box::-webkit-scrollbar{height:24px;border-radius:0 0 6px 6px;background:var(--color-table-row-bg)}#page-product-creating.sp .prices-table .app-table-box::-webkit-scrollbar-thumb{border:8px solid var(--color-table-row-bg);border-radius:3px;background:var(--color-scrollbar-thumb-bg)}#page-product-creating.sp .prices-table .app-loader,#page-product-creating.sp .prices-table .cols,#page-product-creating.sp .prices-table .head,#page-product-creating.sp .prices-table .rows .row{min-width:1160px}#page-product-creating.sp .prices-table .cols .col:first-child,#page-product-creating.sp .prices-table .head .col:first-child{width:8.80282%;min-width:100px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating.sp .prices-table .cols .col:nth-child(2),#page-product-creating.sp .prices-table .head .col:nth-child(2){width:10.56338%;min-width:120px}#page-product-creating.sp .prices-table .cols .col:nth-child(3),#page-product-creating.sp .prices-table .cols .col:nth-child(4),#page-product-creating.sp .prices-table .cols .col:nth-child(5),#page-product-creating.sp .prices-table .head .col:nth-child(3),#page-product-creating.sp .prices-table .head .col:nth-child(4),#page-product-creating.sp .prices-table .head .col:nth-child(5){width:21.12676%;min-width:240px}#page-product-creating.sp .prices-table .cols .col:nth-child(6),#page-product-creating.sp .prices-table .head .col:nth-child(6){width:8.80282%;min-width:100px}#page-product-creating.sp .prices-table .cols .col:nth-child(7),#page-product-creating.sp .prices-table .cols .col:nth-child(8),#page-product-creating.sp .prices-table .head .col:nth-child(7),#page-product-creating.sp .prices-table .head .col:nth-child(8){width:48px}#page-product-creating.sp .prices-table .rows .row .col:first-child{width:8.80282%;min-width:100px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating.sp .prices-table .rows .row .col:nth-child(2){width:10.56338%;min-width:120px}#page-product-creating.sp .prices-table .rows .row .col:nth-child(3),#page-product-creating.sp .prices-table .rows .row .col:nth-child(4),#page-product-creating.sp .prices-table .rows .row .col:nth-child(5){width:21.12676%;min-width:240px}#page-product-creating.sp .prices-table .rows .row .col:nth-child(6){width:8.80282%;min-width:100px}#page-product-creating.sp .prices-table .rows .row .col:nth-child(7),#page-product-creating.sp .prices-table .rows .row .col:nth-child(8){width:48px}#page-product-creating.sp .col-12.actions{padding:24px 39px}#page-product-creating .pricings-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-product-creating .pricings-table .app-table-box::-webkit-scrollbar{height:24px;border-radius:0 0 6px 6px;background:var(--color-table-row-bg)}#page-product-creating .pricings-table .app-table-box::-webkit-scrollbar-thumb{border:8px solid var(--color-table-row-bg);border-radius:3px;background:var(--color-scrollbar-thumb-bg)}#page-product-creating .pricings-table .app-loader,#page-product-creating .pricings-table .cols,#page-product-creating .pricings-table .head,#page-product-creating .pricings-table .rows .row{min-width:1160px}#page-product-creating .pricings-table .cols .col:first-child,#page-product-creating .pricings-table .head .col:first-child{width:8.80282%;min-width:100px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .pricings-table .cols .col:nth-child(2),#page-product-creating .pricings-table .cols .col:nth-child(3),#page-product-creating .pricings-table .head .col:nth-child(2),#page-product-creating .pricings-table .head .col:nth-child(3){width:10.56338%;min-width:120px}#page-product-creating .pricings-table .cols .col:nth-child(4),#page-product-creating .pricings-table .cols .col:nth-child(5),#page-product-creating .pricings-table .cols .col:nth-child(6),#page-product-creating .pricings-table .head .col:nth-child(4),#page-product-creating .pricings-table .head .col:nth-child(5),#page-product-creating .pricings-table .head .col:nth-child(6){width:17.60563%;min-width:200px}#page-product-creating .pricings-table .cols .col:nth-child(7),#page-product-creating .pricings-table .head .col:nth-child(7){width:8.80282%;min-width:100px}#page-product-creating .pricings-table .cols .col:nth-child(8),#page-product-creating .pricings-table .cols .col:nth-child(9),#page-product-creating .pricings-table .head .col:nth-child(8),#page-product-creating .pricings-table .head .col:nth-child(9){width:48px}#page-product-creating .pricings-table .rows .row .col:first-child{width:8.80282%;min-width:100px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .pricings-table .rows .row .col:nth-child(2),#page-product-creating .pricings-table .rows .row .col:nth-child(3){width:10.56338%;min-width:120px}#page-product-creating .pricings-table .rows .row .col:nth-child(4),#page-product-creating .pricings-table .rows .row .col:nth-child(5),#page-product-creating .pricings-table .rows .row .col:nth-child(6){width:17.60563%;min-width:200px}#page-product-creating .pricings-table .rows .row .col:nth-child(7){width:8.80282%;min-width:100px}#page-product-creating .pricings-table .rows .row .col:nth-child(8),#page-product-creating .pricings-table .rows .row .col:nth-child(9){width:48px}@media (max-width:1024px){#page-product-creating .header-info{width:100%;margin-bottom:48px;min-height:56px}#page-product-creating .board{padding:16px}#page-product-creating .board .sa{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#page-product-creating .board .sa .box{max-width:100%}#page-product-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-product-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-product-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-product-creating .characteristics-table.readonly-mode .app-loader,#page-product-creating .characteristics-table.readonly-mode .cols,#page-product-creating .characteristics-table.readonly-mode .head,#page-product-creating .characteristics-table.readonly-mode .rows .row{min-width:674px}#page-product-creating .characteristics-table.readonly-mode .cols .col:first-child,#page-product-creating .characteristics-table.readonly-mode .head .col:first-child{width:23.07692%;min-width:150px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .characteristics-table.readonly-mode .cols .col:nth-child(2),#page-product-creating .characteristics-table.readonly-mode .head .col:nth-child(2){width:16.92308%;min-width:110px}#page-product-creating .characteristics-table.readonly-mode .cols .col:nth-child(3),#page-product-creating .characteristics-table.readonly-mode .head .col:nth-child(3){width:13.84615%;min-width:90px}#page-product-creating .characteristics-table.readonly-mode .cols .col:nth-child(4),#page-product-creating .characteristics-table.readonly-mode .head .col:nth-child(4){width:18.46154%;min-width:120px}#page-product-creating .characteristics-table.readonly-mode .cols .col:nth-child(5),#page-product-creating .characteristics-table.readonly-mode .cols .col:nth-child(6),#page-product-creating .characteristics-table.readonly-mode .head .col:nth-child(5),#page-product-creating .characteristics-table.readonly-mode .head .col:nth-child(6){width:13.84615%;min-width:90px}#page-product-creating .characteristics-table.readonly-mode .rows .row .col:first-child{width:23.07692%;min-width:150px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(2){width:16.92308%;min-width:110px}#page-product-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(3){width:13.84615%;min-width:90px}#page-product-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(4){width:18.46154%;min-width:120px}#page-product-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(5),#page-product-creating .characteristics-table.readonly-mode .rows .row .col:nth-child(6){width:13.84615%;min-width:90px}#page-product-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-product-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-product-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-product-creating .characteristics-table.edit-mode .app-loader,#page-product-creating .characteristics-table.edit-mode .cols,#page-product-creating .characteristics-table.edit-mode .head,#page-product-creating .characteristics-table.edit-mode .rows .row{min-width:754px}#page-product-creating .characteristics-table.edit-mode .cols .col:first-child,#page-product-creating .characteristics-table.edit-mode .head .col:first-child{width:20.54795%;min-width:150px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .characteristics-table.edit-mode .cols .col:nth-child(2),#page-product-creating .characteristics-table.edit-mode .head .col:nth-child(2){width:15.06849%;min-width:110px}#page-product-creating .characteristics-table.edit-mode .cols .col:nth-child(3),#page-product-creating .characteristics-table.edit-mode .head .col:nth-child(3){width:12.32877%;min-width:90px}#page-product-creating .characteristics-table.edit-mode .cols .col:nth-child(4),#page-product-creating .characteristics-table.edit-mode .head .col:nth-child(4){width:16.43836%;min-width:120px}#page-product-creating .characteristics-table.edit-mode .cols .col:nth-child(5),#page-product-creating .characteristics-table.edit-mode .cols .col:nth-child(6),#page-product-creating .characteristics-table.edit-mode .head .col:nth-child(5),#page-product-creating .characteristics-table.edit-mode .head .col:nth-child(6){width:12.32877%;min-width:90px}#page-product-creating .characteristics-table.edit-mode .cols .col:nth-child(7),#page-product-creating .characteristics-table.edit-mode .cols .col:nth-child(8),#page-product-creating .characteristics-table.edit-mode .head .col:nth-child(7),#page-product-creating .characteristics-table.edit-mode .head .col:nth-child(8){width:40px}#page-product-creating .characteristics-table.edit-mode .rows .row .col:first-child{width:20.54795%;min-width:150px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .characteristics-table.edit-mode .rows .row .col:nth-child(2){width:15.06849%;min-width:110px}#page-product-creating .characteristics-table.edit-mode .rows .row .col:nth-child(3){width:12.32877%;min-width:90px}#page-product-creating .characteristics-table.edit-mode .rows .row .col:nth-child(4){width:16.43836%;min-width:120px}#page-product-creating .characteristics-table.edit-mode .rows .row .col:nth-child(5),#page-product-creating .characteristics-table.edit-mode .rows .row .col:nth-child(6){width:12.32877%;min-width:90px}#page-product-creating .characteristics-table.edit-mode .rows .row .col:nth-child(7),#page-product-creating .characteristics-table.edit-mode .rows .row .col:nth-child(8){width:40px}#page-product-creating:not(.sp) .prices-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-product-creating:not(.sp) .prices-table .app-table-box::-webkit-scrollbar{height:24px;border-radius:0 0 6px 6px;background:var(--color-table-row-bg)}#page-product-creating:not(.sp) .prices-table .app-table-box::-webkit-scrollbar-thumb{border:8px solid var(--color-table-row-bg);border-radius:3px;background:var(--color-scrollbar-thumb-bg)}#page-product-creating:not(.sp) .prices-table .app-loader,#page-product-creating:not(.sp) .prices-table .cols,#page-product-creating:not(.sp) .prices-table .head,#page-product-creating:not(.sp) .prices-table .rows .row{min-width:960px}#page-product-creating:not(.sp) .prices-table .cols .col:first-child,#page-product-creating:not(.sp) .prices-table .head .col:first-child{width:23.50427%;min-width:220px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(2),#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(3),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(2),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(3){width:8.54701%;min-width:80px}#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(4),#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(5),#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(6),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(4),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(5),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(6){width:13.88889%;min-width:130px}#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(7),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(7){width:7.47863%;min-width:70px}#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(8),#page-product-creating:not(.sp) .prices-table .cols .col:nth-child(9),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(8),#page-product-creating:not(.sp) .prices-table .head .col:nth-child(9){width:48px}#page-product-creating:not(.sp) .prices-table .rows .row .col:first-child{width:23.50427%;min-width:220px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(2),#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(3){width:8.54701%;min-width:80px}#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(4),#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(5),#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(6){width:13.88889%;min-width:130px}#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(7){width:7.47863%;min-width:70px}#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(8),#page-product-creating:not(.sp) .prices-table .rows .row .col:nth-child(9){width:48px}#page-product-creating.sp .prices-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-product-creating.sp .prices-table .app-table-box::-webkit-scrollbar{height:24px;border-radius:0 0 6px 6px;background:var(--color-table-row-bg)}#page-product-creating.sp .prices-table .app-table-box::-webkit-scrollbar-thumb{border:8px solid var(--color-table-row-bg);border-radius:3px;background:var(--color-scrollbar-thumb-bg)}#page-product-creating.sp .prices-table .app-loader,#page-product-creating.sp .prices-table .cols,#page-product-creating.sp .prices-table .head,#page-product-creating.sp .prices-table .rows .row{min-width:960px}#page-product-creating.sp .prices-table .cols .col:first-child,#page-product-creating.sp .prices-table .head .col:first-child{width:8.54701%;min-width:80px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating.sp .prices-table .cols .col:nth-child(2),#page-product-creating.sp .prices-table .head .col:nth-child(2){width:9.61538%;min-width:90px}#page-product-creating.sp .prices-table .cols .col:nth-child(3),#page-product-creating.sp .prices-table .cols .col:nth-child(4),#page-product-creating.sp .prices-table .cols .col:nth-child(5),#page-product-creating.sp .prices-table .head .col:nth-child(3),#page-product-creating.sp .prices-table .head .col:nth-child(4),#page-product-creating.sp .prices-table .head .col:nth-child(5){width:21.36752%;min-width:200px}#page-product-creating.sp .prices-table .cols .col:nth-child(6),#page-product-creating.sp .prices-table .head .col:nth-child(6){width:7.47863%;min-width:70px}#page-product-creating.sp .prices-table .cols .col:nth-child(7),#page-product-creating.sp .prices-table .cols .col:nth-child(8),#page-product-creating.sp .prices-table .head .col:nth-child(7),#page-product-creating.sp .prices-table .head .col:nth-child(8){width:48px}#page-product-creating.sp .prices-table .rows .row .col:first-child{width:8.54701%;min-width:80px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating.sp .prices-table .rows .row .col:nth-child(2){width:9.61538%;min-width:90px}#page-product-creating.sp .prices-table .rows .row .col:nth-child(3),#page-product-creating.sp .prices-table .rows .row .col:nth-child(4),#page-product-creating.sp .prices-table .rows .row .col:nth-child(5){width:21.36752%;min-width:200px}#page-product-creating.sp .prices-table .rows .row .col:nth-child(6){width:7.47863%;min-width:70px}#page-product-creating.sp .prices-table .rows .row .col:nth-child(7),#page-product-creating.sp .prices-table .rows .row .col:nth-child(8){width:48px}#page-product-creating .pricings-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-product-creating .pricings-table .app-table-box::-webkit-scrollbar{height:24px;border-radius:0 0 6px 6px;background:var(--color-table-row-bg)}#page-product-creating .pricings-table .app-table-box::-webkit-scrollbar-thumb{border:8px solid var(--color-table-row-bg);border-radius:3px;background:var(--color-scrollbar-thumb-bg)}#page-product-creating .pricings-table .app-loader,#page-product-creating .pricings-table .cols,#page-product-creating .pricings-table .head,#page-product-creating .pricings-table .rows .row{min-width:960px}#page-product-creating .pricings-table .cols .col:first-child,#page-product-creating .pricings-table .head .col:first-child{width:8.54701%;min-width:80px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .pricings-table .cols .col:nth-child(2),#page-product-creating .pricings-table .cols .col:nth-child(3),#page-product-creating .pricings-table .head .col:nth-child(2),#page-product-creating .pricings-table .head .col:nth-child(3){width:9.61538%;min-width:90px}#page-product-creating .pricings-table .cols .col:nth-child(4),#page-product-creating .pricings-table .cols .col:nth-child(5),#page-product-creating .pricings-table .cols .col:nth-child(6),#page-product-creating .pricings-table .head .col:nth-child(4),#page-product-creating .pricings-table .head .col:nth-child(5),#page-product-creating .pricings-table .head .col:nth-child(6){width:18.16239%;min-width:170px}#page-product-creating .pricings-table .cols .col:nth-child(7),#page-product-creating .pricings-table .head .col:nth-child(7){width:7.47863%;min-width:70px}#page-product-creating .pricings-table .cols .col:nth-child(8),#page-product-creating .pricings-table .cols .col:nth-child(9),#page-product-creating .pricings-table .head .col:nth-child(8),#page-product-creating .pricings-table .head .col:nth-child(9){width:48px}#page-product-creating .pricings-table .rows .row .col:first-child{width:8.54701%;min-width:80px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#page-product-creating .pricings-table .rows .row .col:nth-child(2),#page-product-creating .pricings-table .rows .row .col:nth-child(3){width:9.61538%;min-width:90px}#page-product-creating .pricings-table .rows .row .col:nth-child(4),#page-product-creating .pricings-table .rows .row .col:nth-child(5),#page-product-creating .pricings-table .rows .row .col:nth-child(6){width:18.16239%;min-width:170px}#page-product-creating .pricings-table .rows .row .col:nth-child(7){width:7.47863%;min-width:70px}#page-product-creating .pricings-table .rows .row .col:nth-child(8),#page-product-creating .pricings-table .rows .row .col:nth-child(9){width:48px}}@media (max-width:480px){#page-product-creating{margin:-32px 0 64px}#page-product-creating .btn-back-to{font-size:16px;line-height:18px;margin-bottom:8px}#page-product-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-product-creating .header-info .statuses{width:100%;font-size:14px;line-height:20px;margin:12px 0 0}#page-product-creating .header-info .statuses .status{margin:0 4px;padding:4px 8px}#page-product-creating .header-info .statuses .status .icon-invited:before{font-size:20px}#page-product-creating .header-info .statuses .status .app-logo-sp{min-width:20px;min-height:20px}#page-product-creating .header-info .statuses .status>*{margin:0 2px}#page-product-creating .col-12.characteristics{margin-top:7.5px}#page-product-creating .col-12.characteristics .board{max-width:100%;min-width:0;margin:7.5px}#page-product-creating .board{padding:16px 8px 8px}#page-product-creating .board .permitted-products{font-size:14px}#page-product-creating .board .permitted-products ul li{padding:8px 0}#page-product-creating .board .permitted-products ul li .actions .btn{margin-left:8px}#page-product-creating .board .permitted-products ul+form{margin-top:24px}#page-product-creating .board .permitted-products .btn{width:100%;max-width:none}#page-product-creating .board>.btn,#page-product-creating .board>.btns .btn{max-width:100%}#page-product-creating .board+.btn{margin-top:15px}#page-product-creating .board .sa{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#page-product-creating .board .sa .box{max-width:100%}#page-product-creating .characteristics-table{margin-top:7.5px}#page-product-creating .characteristics-table .actions,#page-product-creating .characteristics-table .app-loader,#page-product-creating .characteristics-table .detached{min-width:269px}#page-product-creating .characteristics-table .data .item .line>:first-child{width:31.59851%;min-width:85px}#page-product-creating .characteristics-table .data .item .line>:nth-child(2){width:59.47955%;min-width:160px}#page-product-creating .characteristics-table .data .item .line>:nth-child(3){width:8.92193%;min-width:24px}#page-product-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-product-creating .characteristics-table .app-table-box::-webkit-scrollbar{height:16px;border-radius:0 0 6px 6px;background:var(--color-table-row-bg)}#page-product-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-product-creating .characteristics-table .data .item,#page-product-creating .prices-table .actions,#page-product-creating .prices-table .app-loader,#page-product-creating .prices-table .detached,#page-product-creating .pricings-table .actions,#page-product-creating .pricings-table .app-loader,#page-product-creating .pricings-table .detached{min-width:269px}#page-product-creating .prices-table .data .item .line>:first-child,#page-product-creating .pricings-table .data .item .line>:first-child{width:31.59851%;min-width:85px}#page-product-creating .prices-table .data .item .line>:nth-child(2),#page-product-creating .pricings-table .data .item .line>:nth-child(2){width:59.47955%;min-width:160px}#page-product-creating .prices-table .data .item .line>:nth-child(3),#page-product-creating .pricings-table .data .item .line>:nth-child(3){width:8.92193%;min-width:24px}#page-product-creating .prices-table .app-table-box,#page-product-creating .pricings-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-product-creating .prices-table .app-table-box::-webkit-scrollbar,#page-product-creating .pricings-table .app-table-box::-webkit-scrollbar{height:16px;border-radius:0 0 6px 6px;background:var(--color-table-row-bg)}#page-product-creating .prices-table .app-table-box::-webkit-scrollbar-thumb,#page-product-creating .pricings-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-product-creating .prices-table .data .item,#page-product-creating .pricings-table .data .item{min-width:269px}#page-product-creating.sp .col-12.actions{padding:15px 7.5px}#page-product-creating.sp .col-12.actions .btn{max-width:100%}}