@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;700&display=swap);.bom-loader[data-v-53f49cbf]{justify-content:center!important}@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(180deg,#eee,#ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid hsla(0,0%,78.4%,.8);background-color:hsla(0,0%,100%,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:hsla(0,0%,100%,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:hsla(0,0%,100%,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(180deg,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;transition:width .3s ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(180deg,#be2626,#a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}.vue-dropzone{border:2px solid #e5e5e5;font-family:Arial,sans-serif;letter-spacing:.2px;color:#777;transition:.2s linear}.vue-dropzone:hover{background-color:#f6f6f6}.vue-dropzone>i{color:#ccc}.vue-dropzone>.dz-preview .dz-image{border-radius:0;width:100%;height:100%}.vue-dropzone>.dz-preview .dz-image img:not([src]){width:200px;height:200px}.vue-dropzone>.dz-preview .dz-image:hover img{transform:none;-webkit-filter:none}.vue-dropzone>.dz-preview .dz-details{bottom:0;top:0;color:#fff;background-color:rgba(33,150,243,.8);transition:opacity .2s linear;text-align:left}.vue-dropzone>.dz-preview .dz-details .dz-filename{overflow:hidden}.vue-dropzone>.dz-preview .dz-details .dz-filename span,.vue-dropzone>.dz-preview .dz-details .dz-size span{background-color:transparent}.vue-dropzone>.dz-preview .dz-details .dz-filename:not(:hover) span{border:none}.vue-dropzone>.dz-preview .dz-details .dz-filename:hover span{background-color:transparent;border:none}.vue-dropzone>.dz-preview .dz-progress .dz-upload{background:#ccc}.vue-dropzone>.dz-preview .dz-remove{position:absolute;z-index:30;color:#fff;margin-left:15px;padding:10px;top:inherit;bottom:15px;border:2px solid #fff;text-decoration:none;text-transform:uppercase;font-size:.8rem;font-weight:800;letter-spacing:1.1px;opacity:0}.vue-dropzone>.dz-preview:hover .dz-remove{opacity:1}.vue-dropzone>.dz-preview .dz-error-mark,.vue-dropzone>.dz-preview .dz-success-mark{margin-left:auto;margin-top:auto;width:100%;top:35%;left:0}.vue-dropzone>.dz-preview .dz-error-mark svg,.vue-dropzone>.dz-preview .dz-success-mark svg{margin-left:auto;margin-right:auto}.vue-dropzone>.dz-preview .dz-error-message{margin-left:auto;margin-right:auto;left:0;width:100%;text-align:center}.vue-dropzone>.dz-preview .dz-error-message:after{display:none}.button-approve[data-v-44e67c8c]{width:16px;margin-right:10px}.button-approve path[data-v-44e67c8c]{fill:green}#edit-pricelists .modal-content .add-partner-modal__main{max-height:calc(100vh - 40px);height:calc(100vh - 40px)}#edit-pricelists .modal-content .add-partner-modal__main .list-group{min-height:400px;max-height:calc(100vh - 335px)}#edit-prices-modal .modal{padding:0 30px}#edit-prices-modal .modal-content,#edit-prices-modal .modal-content .add-partner-modal__main{max-width:100%!important;min-width:100%;max-height:calc(100vh - 40px)}#edit-prices-modal .modal-content .add-partner-modal__main table td,#edit-prices-modal .modal-content table td{padding:0;text-align:center}#edit-prices-modal .modal-content .add-partner-modal__main table td a,#edit-prices-modal .modal-content table td a{text-decoration:none!important;font-size:12px;display:flex;height:100%;width:100%;justify-content:center;align-items:center;padding:8px 12px;flex-wrap:wrap}#edit-prices-modal .modal-content .add-partner-modal__main table td a.is-red-price,#edit-prices-modal .modal-content table td a.is-red-price{background:#ffe8e8}#edit-prices-modal .modal-content .add-partner-modal__main table td a.active-price-cell,#edit-prices-modal .modal-content table td a.active-price-cell{background:#e0fcd7}#edit-prices-modal .modal-content .add-partner-modal__main table td a.active-price-cell.is-red-price,#edit-prices-modal .modal-content table td a.active-price-cell.is-red-price{background:#ffe8e8;border:2px solid #50d025}#edit-prices-modal .modal-content .add-partner-modal__main table td a span,#edit-prices-modal .modal-content table td a span{font-size:10px;color:#4f4f4f;display:block;width:100%}#edit-prices-modal .modal-content .add-partner-modal__main table th,#edit-prices-modal .modal-content table th{text-align:center}.add-partner-modal__main .header__title{width:100%}.add-partner-modal__main .header__title div{margin-bottom:10px}.add-partner-modal__main .header__title .price-add-form{display:flex;width:100%}.add-partner-modal__main .header__title .price-add-form div{display:flex;margin-left:30px;margin-bottom:0}.add-partner-modal__main .header__title .price-add-form div button{margin-left:20px}.add-partner-modal__main .header__title p{font-size:14px;margin-bottom:0}.add-partner-modal__main .registration-partner-form{padding:24px}.add-partner-modal__main .registration-partner-form .row{display:flex}.add-partner-modal__main .registration-partner-form .row .col{flex:1}.add-partner-modal__main .registration-partner-form .row .col+.col{margin-left:24px}.add-partner-modal__main .registration-partner-form .label{font-weight:400;font-size:14px;line-height:120%;color:#333}.authorization .mdc-text-field{outline:none;box-shadow:none;margin-top:5px;margin-bottom:15px;font-size:14px;height:30px;width:100%;background:#fff;border:1px solid #d6d6d6;border-radius:0;padding:0 10px}.authorization .mdc-text-field .mdc-line-ripple{display:none}.authorization .mdc-button{width:100%;border-radius:0;text-transform:none;color:#fff;background:#741d7b}.bom__breadcrumbs{margin-bottom:15px}.bom__breadcrumbs ul{display:flex}.bom__breadcrumbs ul li{font-size:14px;line-height:16px;color:#828282}.bom__breadcrumbs ul li:first-child{padding-right:10px}.bom__breadcrumbs ul li+li{padding:0 10px;border-left:1px solid #828282}.bom__breadcrumbs ul li:hover{cursor:pointer;color:#741d7b}.bom__breadcrumbs ul li:last-child:hover{cursor:default;color:#828282}.bom__button{border-radius:0!important;font-size:14px!important;text-decoration:none}.bom__button:active,.bom__button:focus{box-shadow:none!important}.bom__button.raised{background-color:#741d7b;border:1px solid #741d7b;padding:7px 60px;color:#fff;font-weight:500;line-height:130%}.bom__button.raised.with-icon:before{content:"";background-image:url(/assets/img/white-plus-icon.svg);width:16px;height:16px;margin-right:8px}.bom__button.raised:hover{background-color:#a135aa;border:1px solid #a135aa}.bom__button.raised:disabled{background-color:#bdbdbd;border:1px solid #bdbdbd;color:#f2f2f2}.bom__button.raised:active,.bom__button.raised:focus{border:none}.bom__button.outlined{background-color:transparent;border-color:#741d7b;color:#741d7b;line-height:24px;padding:6px 19px}.bom__button.outlined.with-icon:before{content:"";background-image:url(/assets/img/plus-icon.svg);width:16px;height:16px;margin-right:8px}.bom__button.outlined.with-icon.partner:before{background-image:url(/assets/img/add-partner.svg);width:19px;height:14px}.bom__button.outlined.filter{line-height:100%;padding:8px 12px}.bom__button.outlined.filter:before{margin-right:6px}.bom__button.outlined.filter:focus,.bom__button.outlined.filter:hover{background-color:#e0cdff;color:#741d7b;border-color:#e0cdff}.bom__button.outlined.filter:disabled{border-color:#d6d6d6;color:#d6d6d6;background-color:transparent}.bom__button.link,.bom__button.text{border:none;line-height:100%;color:#741d7b;background-color:transparent}.bom__button.link:hover,.bom__button.text:hover{color:#a135aa;cursor:pointer}.bom__button.link{text-decoration:underline}.bom__button.link:hover{text-decoration:none}.bom__button.pagination{background-color:transparent;font-weight:300;line-height:130%;padding:3px 8px;color:#828282;margin:0;border:none}.bom__button.pagination+.pagination{margin-left:8px}.bom__button.pagination:hover{color:#a135aa}.bom__button.pagination:disabled{color:#d6d6d6;cursor:default}.bom__button.pagination.active{color:#741d7b}.bom__button.download{background-color:#f3f3ff;display:flex;align-items:center;padding:12px;border:none;font-size:14px;line-height:140%;letter-spacing:.2px;color:#4f4f4f}.bom__button.download:after,.bom__button.download:before{content:"";display:inline-block;background-repeat:no-repeat;background-position:50%;background-size:cover}.bom__button.download:before{background-image:url(/assets/img/doc.svg);margin-right:12px;width:16px;height:16px}.bom__button.download:after{background-image:url(/assets/img/download-icon.svg);background-size:cover;padding:2px;width:16px;height:16px}.bom__button.menu{position:relative;width:24px;height:24px;background-color:transparent;border:1px solid #741d7b}.bom__button.menu:after,.bom__button.menu:before{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bom__button.menu:before{width:8px;height:13px;border-left:1px solid #741d7b;border-right:1px solid #741d7b}.bom__button.menu:after{width:1px;height:13px;background-color:#741d7b}.bom__button.drag{display:block;background:transparent;height:5px;width:16px;border-bottom:1px solid #333;border-top:1px solid #333}.bom__button.close{position:relative;width:25px;height:25px}.bom__button.close:hover{cursor:pointer}.bom__button.close:after,.bom__button.close:before{position:absolute;left:15px;content:" ";height:25px;width:2px;background-color:#bdbdbd}.bom__button.close:before{transform:rotate(45deg)}.bom__button.close:after{transform:rotate(-45deg)}.bom__input .input,.bom__input input{background-color:transparent;font-family:Inter,sans-serif;border:1px solid #d6d6d6;color:#333;padding:6px 6px 6px 10px;border-radius:0;font-weight:300;font-size:14px;line-height:130%;height:auto}.bom__input .input::-moz-placeholder,.bom__input input::-moz-placeholder{color:#d6d6d6}.bom__input .input::placeholder,.bom__input input::placeholder{color:#d6d6d6}.bom__input .input:focus,.bom__input input:focus{box-shadow:none!important;border:1px solid #741d7b}.bom__input .input.is-danger,.bom__input input.is-danger{border-color:#eb5757}.bom__dropdown .dropdown-content{border-radius:0}.bom__dropdown .dropdown-content .dropdown-item{font-size:14px;line-height:100%;color:#4f4f4f;text-decoration:none;padding:10px 16px}.bom__dropdown .dropdown-content .dropdown-item:hover{background-color:#f3f3ff}.bom__chip{display:flex;background-color:transparent;padding:8px 12px;border:1px solid #828282;font-size:14px;line-height:100%;color:#4f4f4f;cursor:default}.bom__chip .placeholder{color:#828282;padding-right:4px}.bom__chip:hover,.bom__chip:hover .placeholder{color:#fff}.bom__chip:hover .close:after,.bom__chip:hover .close:before{border-color:#fff}.bom__chip:hover{background-color:#d6d6d6;border-color:#d6d6d6}.bom__chip.active{background-color:#828282;color:#fff}.bom__chip.active .placeholder{color:#fff}.bom__chip.active .close:after,.bom__chip.active .close:before{border-color:#fff}.bom__chip .close{margin-left:6px;width:16px;height:16px;position:relative;cursor:pointer}.bom__chip .close:after,.bom__chip .close:before{content:"";height:16px;border-left:1px solid #828282;position:absolute;left:8px}.bom__chip .close:after{transform:rotate(45deg)}.bom__chip .close:before{transform:rotate(-45deg)}.bom__table{box-shadow:0 2px 6px rgba(0,50,109,.1);width:100%}.bom__table.scrollable table{display:block}.bom__table table{box-sizing:border-box}.bom__table table thead tr th{height:62px;vertical-align:middle;padding-left:3vw;border-bottom:2px solid #e0e0e0}.bom__table table thead tr th.is-current-sort{border-bottom:2px solid #e0e0e0!important}.bom__table table thead tr th span{font-weight:300;font-size:12px;line-height:140%;color:#333}.bom__table table thead tr th+th{border-left:none}.bom__table table tbody tr.scroll td{background-color:#f3f3ff!important}.bom__table table tbody tr td{height:58px;background-color:#fff!important;transition:background-color .4s;border:none;border-bottom:1px solid #e0e0e0;padding-left:3vw;vertical-align:middle}.bom__table table tbody tr td span{font-weight:300;font-size:12px;line-height:140%;color:#333}.bom__table table tbody tr:hover>*{cursor:pointer;background-color:#f3f3ff!important}.bom__table-footer{margin-top:13px;display:flex}.bom__table-footer>*{width:100%}.bom__table-footer>:last-child{display:flex;justify-content:end}.bom__pagination,.bom__upload{display:flex}.bom__upload .upload-draggable{display:flex;align-items:center;justify-content:center;border-radius:0;border:1px dashed #828282;padding:14px}.bom__upload .upload-draggable img{margin-right:10px;padding:2px;height:16px;width:16px}.bom__upload .upload-draggable span{display:flex;align-items:center;font-size:12px;line-height:140%;color:#828282}.bom__upload .upload-draggable:hover{border-color:#99579e;background-color:#f7f7ff}.bom__upload .upload-draggable:hover span{color:#99579e}.bom__upload.full-width .upload-draggable{width:100%}.bom__download{display:flex;align-items:center;padding:14px 16px;background-color:#fff;text-decoration:none;box-shadow:2px 2px 4px rgba(23,33,53,.1)}.bom__download span{display:flex;align-items:center;font-size:12px;line-height:140%;color:#4f4f4f;margin-left:10px;flex:1}.bom__download .left-image{display:flex}.bom__download .left-image img{height:28px;width:28px}.bom__download img{height:16px;width:16px}.bom__download .right-image{float:right}.bom__download:hover{cursor:pointer;box-shadow:2px 2px 12px rgba(153,87,158,.28)}.bom__checkbox.b-checkbox.checkbox input[type=checkbox]+.check{position:relative;border-radius:0;height:20px;width:20px;border:1px solid #bdbdbd;box-shadow:none}.bom__checkbox.b-checkbox.checkbox input[type=checkbox]+.check:hover{background:#f0d6f9;border-color:#f0d6f9}.bom__checkbox.b-checkbox.checkbox input[type=checkbox]:checked+.check{background:#741d7b;box-shadow:none}.bom__checkbox.b-checkbox.checkbox input[type=checkbox]:checked+.check:after{content:"";display:block;position:absolute;height:9px;width:4px;border-bottom:1px solid #fff;border-right:1px solid #fff;top:50%;left:50%;transform:rotate(45deg) translate(-115%,-35%)}.bom__checkbox.b-checkbox.checkbox input[type=checkbox]:checked+.check:hover{background:#f0d6f9;border-color:#f0d6f9}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;outline:none;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}body,html{min-height:100%;overflow-y:auto}body{color:#181818;font:14px/20px Inter,sans-serif;background:#f7f7fc;font-weight:500;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none}@media screen and (min-width:580px){body{font-size:16px;line-height:24px}}@media(min-width:1200px){body{overflow:hidden}}body.open .tabs__content,body.open .wrapper{overflow:visible}.hidden{display:none!important}#app{display:flex;flex-direction:column;max-width:1920px;margin:0 auto}@media(min-width:1200px){#app{flex-direction:row}}@media (-ms-high-contrast:none){#app{opacity:.5}}.wrapper{display:flex;flex-direction:column;width:100%;background:#fff;z-index:1}@media(min-width:1200px){.wrapper{overflow:auto;height:100vh;width:calc(100% - 240px)}}.main{padding:25px}@media(max-width:1199px){.main{padding-top:112px}}@media screen and (max-width:991px){.main{padding-top:80px}}@media(min-width:1400px){.main{padding:25px}}.main .main__header{margin-bottom:4px}@media screen and (min-width:580px){.main .main__header{padding-top:0}}@media screen and (min-width:768px){.main .main__header{margin-bottom:16px}}.main .main__header .title-text{margin-bottom:0}h1,h2,h3,h4,h5,h6{margin:0 0 16px;font-weight:500}@media screen and (min-width:580px){h1,h2,h3,h4,h5,h6{margin-bottom:24px}}.h1,h1{font-size:16px;line-height:20px}@media screen and (min-width:580px){.h1,h1{font-size:26px;line-height:24px;margin-bottom:10px}}.h2,h2{font-size:16px;line-height:24px}@media screen and (min-width:580px){.h2,h2{font-size:24px;line-height:32px}}.h3,h3{font-size:14px;line-height:24px}@media screen and (min-width:580px){.h3,h3{font-size:20px;line-height:32px}}.h4,h4{font-size:14px;line-height:24px}@media screen and (min-width:580px){.h4,h4{font-size:16px;line-height:24px}}.h5,h5{font-size:14px;line-height:24px}@media screen and (min-width:580px){.h5,h5{font-size:14px;line-height:20px}}.h6,h6{font-size:14px;line-height:24px}@media screen and (min-width:580px){.h6,h6{font-size:20px;line-height:32px}}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration:none;color:#181818}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{text-decoration:underline}strong{font-weight:700}a{text-decoration:underline;color:#232323}a:hover{text-decoration:none}.q,blockquote,ol,p,q,table,ul{padding:0;margin-bottom:0}.q:not(:last-child),blockquote:not(:last-child),ol:not(:last-child),p:not(:last-child),q:not(:last-child),table:not(:last-child),ul:not(:last-child){margin-bottom:16px}@media screen and (min-width:580px){.q:not(:last-child),blockquote:not(:last-child),ol:not(:last-child),p:not(:last-child),q:not(:last-child),table:not(:last-child),ul:not(:last-child){margin-bottom:16px}}p:empty{display:none}img,svg{outline:none;max-width:100%;-o-object-fit:cover;object-fit:cover;height:auto}table{border-collapse:collapse;border-spacing:0;width:100%;border:1px solid #eff0f2;table-layout:fixed}table tr:nth-child(2n) td,table tr:nth-child(2n) th{background-color:#fafafa}table td,table th{padding:12px 16px;background-color:#fff}@media screen and (min-width:580px){table td,table th{padding:16px 24px}}table td:not(:first-child),table th:not(:first-child){border-left:1px solid #eff0f2}.sup,sup{font-size:12px;position:relative;top:-4px}blockquote{padding-left:24px;font-style:italic;border-left:2px solid #ccc}.q,q{quotes:"«" "»";display:block}.q q,q q{quotes:"„" "“"}.root-container{display:flex}.tab-content .button{width:auto!important}.new-specification-page .dz-preview.dz-processing .dz-progress{display:none}.new-specification-page .dropzone{min-height:100px;margin-bottom:20px}.new-specification-page .dropzone .dz-message{margin:15px 0}.new-specification-page .table-container{overflow:inherit;padding-bottom:20px}.new-specification-page .bom__table table .autocomplete *{font-size:12px;font-weight:400}.new-specification-page .bom__table table .input{font-size:12px}.new-specification-page .bom__table table .input+.icon{padding-top:8px}.new-specification-page .bom__table table tr div{justify-content:center}.new-specification-page .bom__table table tr td,.new-specification-page .bom__table table tr th{padding-left:12px}.new-specification-page .bom__table table tr td{vertical-align:bottom}.new-specification-page .bom__table table .total-price div{justify-content:right}.new-specification-page .bom__table table tfoot td{border:none}.new-specification-page table.new-specification-footer th{border:none!important;padding:8px 12px}.new-specification-page table.new-specification-footer th input{font-weight:700;font-size:12px}.new-specification-page table.new-specification-footer .total-price{text-align:right;font-weight:700}.new-specification-page table.new-specification-footer .total-weight div{font-weight:700}.new-specification-page .row{display:flex;justify-content:space-between}.new-specification-page .modal-background{background-color:rgba(0,15,45,.5)}.new-specification-page .approving_modal{min-width:420px!important;max-width:420px!important;text-align:center}.new-specification-page .approving_modal .row{justify-content:space-between!important}.new-specification-page .approving_modal .row .button{min-width:120px}.new-specification-page .parse_specitication_modal{min-width:700px;background-color:#fff;margin:auto;display:flex;flex-direction:column;max-width:328px}.new-specification-page .parse_specitication_modal .row{padding:15px 30px}.new-specification-page .parse_specitication_modal .row:last-of-type{padding-bottom:30px;justify-content:right}.new-specification-page .parse_specitication_modal .header{display:flex;justify-content:space-between;padding:24px 26px;border-bottom:1px solid #eee}.new-specification-page .parse_specitication_form{padding:24px}.new-specification-page .parse_specitication_form .row{display:flex;margin-bottom:20px}.new-specification-page .parse_specitication_form .row .col{flex:1}.new-specification-page .parse_specitication_form .label{font-weight:400;font-size:14px;line-height:120%;color:#333}.new-specification-page .parse_specitication_form .bom__button{width:100%}.new-specification-page .parse_specitication_form .hint{font-size:10px;font-weight:300;line-height:12px;color:#828282}.new-specification-page .parse_specitication_success{padding:50px;font-size:15px}.new-specification-page .is-deleted-row td{background:#fff!important}.new-specification-page .is-warning-row td{background:#fffee9!important}.new-specification-page .is-fail-row td{background:#ffeded!important}.new-specification-page .grey-text{color:#c2bda6}.new-specification-page .default-price-date{font-weight:300;font-size:12px;color:#c2bda6}.new-specification-page .small-size{font-size:10px;line-height:1.2;display:block}.new-specification-page .small-size b{display:block;font-size:14px;font-weight:700}.new-specification-page .b-checkbox.checkbox input[type=checkbox]:checked+.check{background-color:#741d7b;border-color:#741d7b}.specification-form__column .bom-loader img{max-height:58px}input.is-error{border:1px solid red!important}.is-red{color:red!important}.default-price-item{cursor:pointer}.list-group-item{position:relative;display:flex;justify-content:space-between;align-items:center;padding:.35rem .5rem;margin-bottom:-1px;background-color:#fff;font-size:14px;border:1px solid rgba(0,0,0,.125)}.specification-edit-form .select,.specification-edit-form select{width:100%!important}.specification-edit-form label{font-weight:400;min-width:250px;text-align:left}.specification-edit-form .file-links{margin-bottom:20px;text-align:left}.specification-edit-form .file-links p{margin-bottom:3px}.specification-edit-form .file-links a{color:#092ca9;font-size:14px}.specification-edit-form .tabs li.is-active a{border-bottom-color:#741d7b;color:#741d7b;font-weight:600}.specification-edit-form .field-label .label{font-size:14px}.object-page__form{margin-bottom:30px}.object-page__form .button{margin-top:30px;width:100%}.object-page__form .pr{padding-right:250px}.bom__dadata .vue-dadata__suggestions{box-shadow:0 0 10px rgba(0,0,0,.3)}.bom__dadata .vue-dadata__suggestions>span{background:#fff;font-size:12px}.bom__dadata .vue-dadata__suggestions>span>*{background:#fff}.bom__dadata .vue-dadata__suggestions>span:hover,.bom__dadata .vue-dadata__suggestions>span:hover *{background:#f3f3ff}.drag-select{width:100%}.drag-select h3{font-size:16px;margin-bottom:10px}.drag-select .col{width:50%}.drag-select .col:first-of-type{padding-right:5px}.drag-select .col:last-of-type{padding-left:5px}.multiselect__tag{background:#a135aa}.multiselect__tag .multiselect__tag-icon:hover{background:#741d7b}.multiselect__tag .multiselect__tag-icon:after{color:#fff}.list-group{max-height:800px;overflow:scroll}.width-restricted.button{max-width:100%;overflow:hidden}.calculation-specification-table .bom__table table tr td{text-align:center;vertical-align:middle}[data-v-b1dad9aa]:export{primaryColor:#741d7b}svg[data-v-b1dad9aa]{width:15px}svg path[data-v-b1dad9aa]{fill:#1dd1a1}svg.is-rotated[data-v-b1dad9aa]{transform:rotate(180deg)}#edit-pricelists .body{padding:15px 20px;background:#fff}#edit-pricelists .body .list-group{height:auto;max-height:300px}.is-selected-pricelist{background:#eee}.add-partner-modal__main{background-color:#fff;margin:auto;display:flex;flex-direction:column;max-height:600px;max-width:50vw}.add-partner-modal__main .header{display:flex;justify-content:space-between;padding:24px 26px;border-bottom:1px solid #eee}.add-partner-modal__main .action{display:flex;justify-content:end;padding:24px 26px;border-top:1px solid #eee;background:#fff}.add-partner-modal__main .action>*{margin-left:16px}svg[data-v-1a3e1d1b]{width:16px}.new-specification-page .tab-content th .th-wrap span{font-weight:600}.prices-info-list{padding-left:20px;margin-bottom:20px;font-size:12px;color:#4f4f4f}.prices-info-list~p{margin-bottom:15px}.prices-info-list a{color:#741d7b}.specification-prices-table{text-align:center}.red-text{color:red!important}.bottom-navigation{margin-top:30px}.bottom-navigation button+button{margin-left:20px}.price-column{cursor:pointer;display:flex;align-items:center}.price-column svg{margin-left:5px}.tabs a{font-size:14px;line-height:16px;color:#828282;text-decoration:none}.tabs li.is-active a{border-bottom-color:#741d7b;color:#741d7b;font-weight:600}.field-label .label,.pdf-link{font-size:14px}.pdf-link{color:#741d7b!important;font-weight:700;display:flex;align-items:center}.pdf-link img{height:20px;margin-left:5px}