@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";.shared-loading{position:absolute;top:0;left:0;width:100%;height:100%;z-index:var(--z-index);display:flex;justify-content:center;align-items:center;background:#0000000d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.shared-loading svg{stroke:var(--primary-blue-200)}.shared-loading--block{position:static;top:unset;left:unset;width:auto;height:auto;z-index:auto;-webkit-backdrop-filter:none;backdrop-filter:none}.shared-loading--full-page{width:100%;height:100%;flex-grow:1}.shared-loading--no-bg{background:transparent}.shared-loading--with-text{display:flex;flex-direction:column}.shared-loading__text{font-size:20px;line-height:150%;font-weight:400;margin-left:16px;color:var(--ant-color-primary)}.euikit-checkbox{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100)}.euikit-checkbox .ant-checkbox .ant-checkbox-inner{width:24px;min-width:24px;height:24px;border-radius:6px;background:var(--white-100);border:2px solid var(--white-600)}.euikit-checkbox .ant-checkbox .ant-checkbox-inner:after{display:none}.euikit-checkbox.ant-checkbox-wrapper{position:relative;height:fit-content}.euikit-checkbox.ant-checkbox-wrapper.ant-checkbox-wrapper-checked .euikit-checkbox__icon{opacity:1}@media (hover){.euikit-checkbox.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner{border-color:var(--black-500)}.euikit-checkbox.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background:var(--primary-blue-100);border-color:var(--primary-blue-100)}}.euikit-checkbox.ant-checkbox-wrapper.euikit-checkbox.ant-checkbox-wrapper-disabled.ant-checkbox-wrapper-checked .euikit-checkbox__icon svg path{fill:var(--black-400)}.euikit-checkbox.ant-checkbox-wrapper.euikit-checkbox.ant-checkbox-wrapper-disabled .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner{background:var(--white-600);border-color:var(--black-400)}.euikit-checkbox.ant-checkbox-wrapper.euikit-checkbox.ant-checkbox-wrapper-disabled .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background:var(--white-600);border-color:var(--white-600)}.euikit-checkbox .ant-checkbox-checked .ant-checkbox-inner{background:var(--primary-blue-200);border-color:var(--primary-blue-200)}.euikit-checkbox__icon{position:absolute;top:50%;left:0;width:24px;height:24px;z-index:1;pointer-events:none;opacity:0;transition:all .2s ease;transform:translateY(-50%)}.euikit-checkbox__icon svg{width:100%;height:100%}.euikit-checkbox__icon svg path{fill:var(--white-100)}.euikit-checkbox:not(.euikit-checkbox--with-children).ant-checkbox-wrapper>span:last-child{padding-inline-start:0;padding-inline-end:0}.color-circle-picker-popover{display:flex;flex-direction:row;gap:8px;padding:0 8px}.color-circle-picker-popover__checkbox{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100, #1B1B1C)}.color-circle-picker-popover__checkbox-group{display:flex;flex-direction:column;gap:8px;padding-left:8px;border-left:1px solid var(--black-300)}.euikit-button{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;cursor:pointer;text-align:center;display:flex;justify-content:center;align-items:center;gap:8px;outline:none!important;box-shadow:none!important;transition:all .2s ease;border-radius:8px;width:fit-content;position:relative}.euikit-button>*{transition:all .2s ease!important}.euikit-button__loading{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px;z-index:2;pointer-events:none;opacity:0;transition:all .2s ease;animation:fade-in-anim ease .2s;animation-fill-mode:forwards;display:flex;justify-content:center;align-items:center}.euikit-button__loading-icon{width:24px;height:24px}@keyframes fade-in-anim{0%{opacity:0}to{opacity:1}}.euikit-button svg{width:24px;min-width:24px;height:24px;transition:none!important}.euikit-button svg path{transition:all .2s ease}.euikit-button:disabled{cursor:not-allowed}.euikit-button:disabled svg path{fill:var(--black-400)!important}.euikit-button--loading{pointer-events:none!important;color:transparent!important}.euikit-button--loading .euikit-button__loading-icon path{fill:none!important}.euikit-button--loading>*:not(.euikit-button__loading){opacity:0!important}.euikit-button.euikit-button--type-button.euikit-button--not-icon-only.euikit-button--size-default{padding:10px 14px}.euikit-button.euikit-button--type-button.euikit-button--not-icon-only.euikit-button--size-middle{padding:12px 16px}.euikit-button.euikit-button--type-button.euikit-button--not-icon-only.euikit-button--size-small{padding:6px 10px}.euikit-button.euikit-button--type-button.euikit-button--not-icon-only.euikit-button--size-smaller{padding:2px 4px}.euikit-button.euikit-button--type-button.euikit-button--not-icon-only.euikit-button--size-smaller svg{width:20px;min-width:20px;height:20px}.euikit-button.euikit-button--type-button.euikit-button--icon-only.euikit-button--size-default{padding:10px}.euikit-button.euikit-button--type-button.euikit-button--icon-only.euikit-button--size-middle{padding:12px}.euikit-button.euikit-button--type-button.euikit-button--icon-only.euikit-button--size-small{padding:6px}.euikit-button.euikit-button--type-button.euikit-button--icon-only.euikit-button--size-smaller{padding:2px}.euikit-button.euikit-button--type-button.euikit-button--icon-only.euikit-button--size-smaller svg{width:20px;min-width:20px;height:20px}.euikit-button.euikit-button--type-text{padding:0;background:0 0!important;border:none!important}.euikit-button.euikit-button--no-padding{padding:0!important}.euikit-button--style-ghost{color:var(--black-300);background:transparent;border:1px solid transparent}.euikit-button--style-ghost:not(.euikit-button--keep-svg-color) svg path{fill:var(--black-300)}.euikit-button--style-ghost .euikit-button__loading-icon{stroke:var(--black-300)}@media (hover){.euikit-button--style-ghost:hover:not(:disabled){background:var(--white-300);border-color:var(--white-300)}}.euikit-button--style-ghost:active:not(:disabled){background:var(--white-300);border-color:var(--white-300)}.euikit-button--style-ghost:active:not(:disabled):not(.euikit-button--keep-svg-color) svg path{fill:var(--primary-blue-200)}.euikit-button--style-blue{color:var(--white-100);background:var(--primary-blue-200);border:2px solid var(--primary-blue-200)}.euikit-button--style-blue:not(.euikit-button--keep-svg-color) svg path{fill:var(--white-100)}.euikit-button--style-blue .euikit-button__loading-icon{stroke:var(--white-100)}@media (hover){.euikit-button--style-blue:hover:not(:disabled){background:var(--primary-blue-100);border-color:var(--primary-blue-100);color:var(--white-100)}}.euikit-button--style-blue:active:not(:disabled),.euikit-button--style-blue.euikit-button--loading{background:var(--primary-blue-200);border-color:var(--primary-blue-200)}.euikit-button--style-orange{color:var(--white-100);background:var(--primary-orange-200);border:2px solid var(--primary-orange-200)}.euikit-button--style-orange:not(.euikit-button--keep-svg-color) svg path{fill:var(--white-100)}@media (hover){.euikit-button--style-orange:hover:not(:disabled){background:var(--primary-orange-100);border-color:var(--primary-orange-100);color:var(--white-100)}}.euikit-button--style-orange:active:not(:disabled),.euikit-button--style-orange.euikit-button--loading{background:var(--primary-orange-200);border-color:var(--primary-orange-200)}.euikit-button--style-light-blue{color:var(--primary-blue-200);background:var(--additional-light-blue-100);border:2px solid var(--additional-light-blue-100)}.euikit-button--style-light-blue:not(.euikit-button--keep-svg-color) svg path{fill:var(--primary-blue-200)}.euikit-button--style-light-blue .euikit-button__loading-icon{stroke:var(--primary-blue-200)}@media (hover){.euikit-button--style-light-blue:hover:not(:disabled){color:var(--primary-blue-300);background:var(--additional-light-blue-200);border-color:var(--additional-light-blue-200)}}.euikit-button--style-light-blue:active:not(:disabled),.euikit-button--style-light-blue.euikit-button--loading{color:var(--primary-blue-200);background:var(--additional-light-blue-100);border-color:var(--additional-light-blue-100)}.euikit-button--style-light-orange{color:var(--primary-orange-200);background:var(--additional-light-orange-100);border:2px solid var(--additional-light-orange-100)}.euikit-button--style-light-orange:not(.euikit-button--keep-svg-color) svg path{fill:var(--primary-orange-200)}.euikit-button--style-light-orange .euikit-button__loading-icon{stroke:var(--primary-orange-200)}@media (hover){.euikit-button--style-light-orange:hover:not(:disabled){color:var(--primary-orange-300);background:var(--additional-light-orange-200);border-color:var(--additional-light-orange-200)}}.euikit-button--style-light-orange.euikit-button--loading svg{stroke:var(--primary-orange-200)}.euikit-button--style-light-orange:active:not(:disabled),.euikit-button--style-light-orange.euikit-button--loading{color:var(--primary-orange-200);background:var(--additional-light-orange-100);border-color:var(--additional-light-orange-100)}.euikit-button--style-light-red{color:var(--additional-red-100);background:var(--additional-light-red-100);border:2px solid var(--additional-light-red-100)}.euikit-button--style-light-red:not(.euikit-button--keep-svg-color) svg path{fill:var(--additional-red-100)}.euikit-button--style-light-red .euikit-button__loading-icon{stroke:var(--additional-red-100)}.euikit-button--style-light-red:active:not(:disabled),.euikit-button--style-light-red.euikit-button--loading{background:var(--additional-light-red-100);border-color:var(--additional-light-red-100)}.euikit-button--style-white-bordered{color:var(--black-100);background:var(--white-100);border:2px solid var(--white-500)}.euikit-button--style-white-bordered:not(.euikit-button--keep-svg-color) svg path{fill:var(--black-100)}.euikit-button--style-white-bordered .euikit-button__loading-icon{stroke:var(--black-100)}@media (hover){.euikit-button--style-white-bordered:hover:not(:disabled){color:var(--primary-blue-200);background:var(--white-100);border-color:var(--white-600)}.euikit-button--style-white-bordered:hover:not(:disabled):not(.euikit-button--keep-svg-color) svg path{fill:var(--primary-blue-200)}}.euikit-button--style-white-bordered:active:not(:disabled),.euikit-button--style-white-bordered.euikit-button--loading{color:var(--black-100);background:var(--white-100);border-color:var(--white-500)}.euikit-button--style-white-bordered:active:not(:disabled):not(.euikit-button--keep-svg-color) svg path,.euikit-button--style-white-bordered.euikit-button--loading:not(.euikit-button--keep-svg-color) svg path{fill:var(--black-100)}.euikit-button--style-white-bordered.euikit-button--icon-only:active:not(:disabled){color:var(--black-100);border-color:var(--black-500)}.euikit-button--style-white-bordered.euikit-button--icon-only:active:not(:disabled):not(.euikit-button--keep-svg-color) svg path{fill:var(--black-100)}.euikit-button--style-white{color:var(--black-100);background:var(--white-100);border:2px solid var(--white-100)}.euikit-button--style-white:not(.euikit-button--keep-svg-color) svg path{fill:var(--black-100)}.euikit-button--style-white .euikit-button__loading-icon{stroke:var(--black-100)}@media (hover){.euikit-button--style-white:hover:not(:disabled){color:var(--primary-blue-200);background:var(--white-100);border-color:var(--white-100)}.euikit-button--style-white:hover:not(:disabled):not(.euikit-button--keep-svg-color) svg path{fill:var(--primary-blue-200)}}.euikit-button--style-white:active:not(:disabled),.euikit-button--style-white.euikit-button--loading{background:var(--white-100);border-color:var(--white-100)}.euikit-button--style-white:active:not(:disabled):not(.euikit-button--keep-svg-color) svg path,.euikit-button--style-white.euikit-button--loading:not(.euikit-button--keep-svg-color) svg path{fill:var(--black-100)}.euikit-button--style-white.euikit-button--icon-only:disabled{color:var(--black-400);background:transparent;border-color:transparent}.euikit-button--style-white.euikit-button--icon-only:disabled:not(.euikit-button--keep-svg-color) svg path{fill:var(--black-400)}.euikit-button--style-white.euikit-button--icon-only:active:not(:disabled){background:var(--additional-light-blue-100);border-color:var(--additional-light-blue-100)}.euikit-button--style-white.euikit-button--icon-only:active:not(:disabled):not(.euikit-button--keep-svg-color) svg path{fill:var(--primary-blue-200)}.euikit-button--style-white-bordered.euikit-button--icon-only:not(.euikit-button--keep-svg-color) svg path,.euikit-button--style-white.euikit-button--icon-only:not(.euikit-button--keep-svg-color) svg path{fill:var(--black-300)}@media (hover){.euikit-button--style-white-bordered.euikit-button--icon-only:hover:not(:disabled):not(.euikit-button--keep-svg-color) svg path,.euikit-button--style-white.euikit-button--icon-only:hover:not(:disabled):not(.euikit-button--keep-svg-color) svg path{fill:var(--primary-blue-200)}}.euikit-button--style-white-bordered.euikit-button--icon-only:active:not(:disabled):not(.euikit-button--keep-svg-color) svg path,.euikit-button--style-white-bordered.euikit-button--icon-only.euikit-button--loading:not(.euikit-button--keep-svg-color) svg path,.euikit-button--style-white.euikit-button--icon-only:active:not(:disabled):not(.euikit-button--keep-svg-color) svg path,.euikit-button--style-white.euikit-button--icon-only.euikit-button--loading:not(.euikit-button--keep-svg-color) svg path{fill:var(--black-300)}.euikit-button--style-transparent{color:var(--black-300);background:0 0;border:none}.euikit-button--style-transparent:not(.euikit-button--keep-svg-color) svg path{fill:var(--black-300)}.euikit-button--style-transparent .euikit-button__loading-icon{stroke:var(--black-300)}@media (hover){.euikit-button--style-transparent:hover:not(:disabled){color:var(--primary-blue-200)}.euikit-button--style-transparent:hover:not(:disabled):not(.euikit-button--keep-svg-color) svg path{fill:var(--primary-blue-200)}}.euikit-button--style-transparent:active:not(:disabled),.euikit-button--style-transparent.euikit-button--loading{color:var(--black-100)}.euikit-button--style-transparent:active:not(:disabled):not(.euikit-button--keep-svg-color) svg path,.euikit-button--style-transparent.euikit-button--loading:not(.euikit-button--keep-svg-color) svg path{fill:var(--black-100)}@media (hover){.euikit-button--style-light-red:hover:not(:disabled),.euikit-button--style-hover-light-red:hover:not(:disabled){background:var(--additional-light-red-200);border-color:var(--additional-light-red-200);color:var(--additional-red-100)}.euikit-button--style-light-red:hover:not(:disabled):not(.euikit-button--keep-svg-color) svg path,.euikit-button--style-light-red:hover:not(:disabled):not(.euikit-button--keep-svg-color).euikit-button--icon-only svg path,.euikit-button--style-hover-light-red:hover:not(:disabled):not(.euikit-button--keep-svg-color) svg path,.euikit-button--style-hover-light-red:hover:not(:disabled):not(.euikit-button--keep-svg-color).euikit-button--icon-only svg path{fill:var(--additional-red-100)}}.euikit-button:not(.euikit-button--style-white.euikit-button--icon-only):not(.euikit-button--style-transparent):disabled{color:var(--black-400);background:var(--white-600);border:2px solid var(--white-600)}.euikit-button:not(.euikit-button--style-white.euikit-button--icon-only):not(.euikit-button--style-transparent):disabled:not(.euikit-button--keep-svg-color) svg path{fill:var(--black-400)}.euikit-button--font-light{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px}@media (max-width: 600px){.euikit-button--float-mobile{position:fixed;width:auto;left:16px;right:16px;bottom:16px;z-index:50;transition:all .2s ease}.euikit-button--float-mobile-hidden{opacity:0;transform:translateY(10px);pointer-events:none}.euikit-button.euikit-button--type-button.euikit-button--not-icon-only.euikit-button--size-middle{padding:8px 12px}.euikit-button.euikit-button--type-button.euikit-button--not-icon-only.euikit-button--icon-only.euikit-button--size-middle{padding:8px}}.popover-list-button{width:100%;display:flex;align-items:center;gap:8px;border:none;outline:none;background:0 0;padding:10px 16px;cursor:pointer;transition:all .2s ease}.popover-list-button__icon{width:24px;min-width:24px;height:24px}.popover-list-button__icon svg{width:100%;height:100%}.popover-list-button__icon svg path{transition:all .2s ease}.popover-list-button__label{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;transition:all .2s ease}.popover-list-button--color-default .popover-list-button__icon svg path{fill:var(--black-100)}.popover-list-button--color-default .popover-list-button__label{color:var(--black-100)}@media (hover){.popover-list-button--color-default:hover:not(.popover-list-button--disabled) .popover-list-button__icon svg path{fill:var(--primary-blue-200)}.popover-list-button--color-default:hover:not(.popover-list-button--disabled) .popover-list-button__label{color:var(--primary-blue-200)}}.popover-list-button--color-default:active .popover-list-button__icon svg path{fill:var(--primary-blue-100)}.popover-list-button--color-default:active .popover-list-button__label{color:var(--primary-blue-100)}.popover-list-button--color-red .popover-list-button__icon svg path{fill:var(--additional-red-100)}.popover-list-button--color-red .popover-list-button__label{color:var(--additional-red-100)}@media (hover){.popover-list-button--color-red:hover:not(.popover-list-button--disabled){background:var(--additional-light-red-100)}}.popover-list-button--color-red:active{background:var(--additional-light-red-200)}.popover-list-button--color-blue{background:var(--primary-blue-200)}.popover-list-button--color-blue .popover-list-button__icon svg path{fill:var(--primary-blue-200)}.popover-list-button--color-blue .popover-list-button__label{color:var(--white-100)}@media (hover){.popover-list-button--color-blue:hover:not(.popover-list-button--disabled){background:var(--primary-blue-100)}}.popover-list-button--color-blue:active{background:var(--primary-blue-200)}.popover-list-button__check{opacity:0;width:24px;min-width:24px;height:24px;margin-left:auto;pointer-events:none}.popover-list-button__check svg path{fill:var(--primary-blue-200)}.popover-list-button--active .popover-list-button__icon svg path{fill:var(--primary-blue-200)}.popover-list-button--active .popover-list-button__label{color:var(--primary-blue-200)}.popover-list-button--active .popover-list-button__check{opacity:1}.popover-list-button--active-with-background{padding:10px 20px}.popover-list-button--active-with-background.popover-list-button--active{position:relative}.popover-list-button--active-with-background.popover-list-button--active>*{z-index:2}.popover-list-button--active-with-background.popover-list-button--active:after{content:"";position:absolute;top:0;right:4px;left:4px;bottom:0;background:var(--white-300);border-radius:8px;z-index:1}.popover-list-button--disabled{pointer-events:none}.popover-list-button--disabled .popover-list-button__icon svg path{fill:var(--black-400)}.popover-list-button--disabled .popover-list-button__label{color:var(--black-400)}.euikit-popover-overlay.ant-popover>.ant-popover-arrow{display:none}.euikit-popover-overlay.ant-popover>.ant-popover-content>.ant-popover-inner{padding:8px 0;border-radius:12px}.euikit-popover-overlay.ant-popover>.ant-popover-content>.ant-popover-inner>.ant-popover-title{font-family:Inter,sans-serif;font-size:15px;font-weight:400;word-spacing:0;line-height:24px;color:var(--black-300);padding:8px 16px 4px;margin:0}.euikit-popover-overlay--modal-like.ant-popover>.ant-popover-content>.ant-popover-inner{padding:0}.euikit-popover-overlay--modal-like.ant-popover>.ant-popover-content>.ant-popover-inner>.ant-popover-title{font-family:Inter,sans-serif;font-size:17px;font-weight:500;word-spacing:0;line-height:26px;color:var(--black-100);padding:20px 56px 0 20px;margin-bottom:16px}.euikit-popover-overlay--modal-like.ant-popover>.ant-popover-content>.ant-popover-inner>.ant-popover-inner-content{padding:0 20px 20px}.euikit-popover__content{width:var(--width, auto)}.euikit-popover__close{position:absolute;top:8px;right:8px;width:48px;height:48px}.euikit-field-label{font-family:Inter,sans-serif;font-size:13px;font-weight:400;word-spacing:.2px;line-height:20px;color:var(--black-300);margin-bottom:8px}.euikit-field-label--required:after{content:"*";font-family:Inter,sans-serif;font-size:13px;font-weight:400;word-spacing:.2px;line-height:20px;color:var(--primary-orange-200);margin-left:4px}.euikit-field{width:100%}.euikit-field__field{display:flex;align-items:center;gap:8px;position:relative;width:100%;background:var(--white-400);border-radius:8px}.euikit-field__field:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;border:1px solid transparent;transition:all .2s ease;pointer-events:none}.euikit-field--with-prefix .euikit-field__field{padding-left:12px}.euikit-field--with-suffix .euikit-field__field{padding-right:12px}@media (hover){.euikit-field:not(.euikit-field--disabled):hover .euikit-field__field:after{border-color:var(--white-500)}}.euikit-field.euikit-field--is-focused .euikit-field__field:after{border-width:2px;border-color:var(--white-600)}.euikit-field.euikit-field--is-error .euikit-field__field:after{border-width:2px;border-color:var(--additional-red-100)}.euikit-field--white .euikit-field__field{background:var(--white-100)}.euikit-field--disabled .euikit-field__field{background:var(--white-600)}.euikit-textfield__field{font-family:Inter,sans-serif;font-size:16px;font-weight:300;word-spacing:0;line-height:24px;width:100%;min-height:var(--min-height);max-height:var(--max-height);padding:12px 16px;border:none;border-radius:8px;outline:none;background:0 0;color:var(--black-100)}.euikit-textfield__field::placeholder{color:var(--black-300)}.euikit-textfield__field::-webkit-outer-spin-button,.euikit-textfield__field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.euikit-textfield__field[type=number]{-moz-appearance:textfield}.euikit-field--disabled .euikit-textfield__field{cursor:not-allowed}.euikit-field--disabled .euikit-textfield__field::placeholder{color:var(--black-400)}.euikit-field__clear svg path{fill:var(--black-300)}.euikit-field--with-prefix .euikit-textfield__field{padding-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.euikit-field--with-suffix .euikit-textfield__field{padding-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.euikit-field--white.euikit-field--with-prefix .euikit-field__field>svg:first-child path{fill:var(--black-300)}.euikit-field--white.euikit-field--with-prefix.euikit-field--is-focused .euikit-field__field>svg:first-child path{fill:var(--black-100)}.field-with-label{position:relative;width:100%;z-index:0}.field-with-label>*:nth-child(2){display:block;color:#5f5f5f}.field-with-label--outside{display:flex;flex-direction:column}.field-with-label--outside>*:nth-child(1){order:2}.field-with-label--outside>.field-with-label__label{font-weight:400;font-size:12px;line-height:15px;width:100%;margin-bottom:8px;order:1;text-align:left}.field-with-label--inside>.field-with-label__label{font-weight:400;font-size:10px;line-height:100%;position:absolute;top:8px;left:10px;right:10px;z-index:1;pointer-events:none;transition:all .2s ease}.field-with-label--inside>*:nth-child(1){width:100%}.field-with-label--inside>*:nth-child(1).ant-input{padding:20px 9px 8px}.field-with-label--inside>*:nth-child(1).ant-input-number{padding:0}.field-with-label--inside>*:nth-child(1).ant-input-number .ant-input-number-input{padding:20px 9px 8px}.field-with-label--inside>*:nth-child(1).PhoneInput input{padding:24px 9px 8px 47px;margin-left:-47px}.field-with-label--inside>*:nth-child(1).PhoneInput .PhoneInputCountry{margin-top:16px;margin-left:11px}.field-with-label--inside>*:nth-child(1).ant-picker{padding:20px 9px 8px}.field-with-label--inside>*:nth-child(1).ant-select .ant-select-selector{padding:13px 9px 0;height:unset}.field-with-label--inside>*:nth-child(1).ant-select .ant-select-selector .ant-select-selector{top:13px}.field-with-label--inside>*:nth-child(1).ant-select.uikit-select.ant-select-show-arrow .ant-select-selector .ant-select-selection-search,.field-with-label--inside>*:nth-child(1).ant-select.uikit-select.ant-select-show-arrow .ant-select-selector .ant-select-selection-placeholder{inset-inline-end:28px;display:flex;align-items:flex-end}.field-with-label--inside>*:nth-child(1).ant-select.uikit-select .ant-select-selector .ant-select-selection-search,.field-with-label--inside>*:nth-child(1).ant-select.uikit-select .ant-select-selector .ant-select-selection-placeholder{inset-inline-start:10px;inset-inline-end:10px}.field-with-label--inside>*:nth-child(1).ant-select.uikit-select.ant-select-multiple .ant-select-selector .ant-select-selection-placeholder{bottom:-2px}.field-with-label--inside>*:nth-child(1).ant-select.uikit-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0;left:0!important}.field-with-label--inside>*:nth-child(1).ant-select.uikit-select-medium .ant-select-selector{height:100%}.field-with-label--inside>*:nth-child(1).ant-select.uikit-select-medium.ant-select-multiple{height:unset}.field-with-label--inside>*:nth-child(1).ant-select.uikit-select-medium.ant-select-multiple .ant-select-selector{padding-top:18px;padding-bottom:0;padding-right:28px}.field-with-label--inside>*:nth-child(1).ant-select.uikit-select-medium.ant-select-multiple .ant-select-selection-item-remove{min-width:10px}.field-with-label--inside>*:nth-child(1).ant-select.uikit-select-medium.ant-select-multiple .ant-select-selection-item{height:unset;font-size:12px;line-height:150%}.field-with-label--inside>*:nth-child(1):is(textarea){padding-top:16px;padding-left:9px;padding-right:9px}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-input{padding:20px 9px 8px}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-input-number{padding:0}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-input-number .ant-input-number-input{padding:20px 9px 8px}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.PhoneInput input{padding:24px 9px 8px 47px;margin-left:-47px}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.PhoneInput .PhoneInputCountry{margin-top:16px;margin-left:11px}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-picker{padding:20px 9px 8px}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select .ant-select-selector{padding:13px 9px 0;height:unset}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select .ant-select-selector .ant-select-selector{top:13px}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select.uikit-select.ant-select-show-arrow .ant-select-selector .ant-select-selection-search,.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select.uikit-select.ant-select-show-arrow .ant-select-selector .ant-select-selection-placeholder{inset-inline-end:28px;display:flex;align-items:flex-end}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select.uikit-select .ant-select-selector .ant-select-selection-search,.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select.uikit-select .ant-select-selector .ant-select-selection-placeholder{inset-inline-start:10px;inset-inline-end:10px}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select.uikit-select.ant-select-multiple .ant-select-selector .ant-select-selection-placeholder{bottom:-2px}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select.uikit-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0;left:0!important}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select.uikit-select-medium .ant-select-selector{height:100%}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select.uikit-select-medium.ant-select-multiple{height:unset}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select.uikit-select-medium.ant-select-multiple .ant-select-selector{padding-top:18px;padding-bottom:0;padding-right:28px}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select.uikit-select-medium.ant-select-multiple .ant-select-selection-item-remove{min-width:10px}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select.uikit-select-medium.ant-select-multiple .ant-select-selection-item{height:unset;font-size:12px;line-height:150%}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select.ant-select-multiple .ant-select-selector{padding:20px 9px 0;height:unset}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select.ant-select-multiple .ant-select-selector .ant-select-selector{top:20px}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*.ant-select.ant-select-multiple .ant-select-selection-item{background:var(--ant-color-primary)}.field-with-label--inside>*:nth-child(1):is(.ant-form-item)>.ant-row>.ant-col>.ant-form-item-control-input>.ant-form-item-control-input-content>*:is(textarea){padding-top:16px;padding-left:9px;padding-right:9px}.field-with-label--inside.field-with-label--placeholder-centered>*:nth-child(2){top:50%;transform:translateY(-50%);font-size:15px}.field-with-label--inside.field-with-label--placeholder-centered>*:nth-child(1).ant-input-number input{padding:14px 9px 0}.field-with-label--inside.field-with-label--placeholder-centered.field-with-label--with-value>*:nth-child(1)+span{top:8px;transform:translateY(0);font-size:10px}.field-with-label--inside.field-with-label--placeholder-centered>*:nth-child(1).ant-input:focus+span,.field-with-label--inside.field-with-label--placeholder-centered>*:nth-child(1).ant-input:is(input):not([value=""])+span,.field-with-label--inside.field-with-label--placeholder-centered>*:nth-child(1).ant-input-number-focused+span,.field-with-label--inside.field-with-label--placeholder-centered>*:nth-child(1).ant-input-status-success+span,.field-with-label--inside.field-with-label--placeholder-centered>*:nth-child(1).ant-input-number-status-success+span,.field-with-label--inside.field-with-label--placeholder-centered>*:nth-child(1).ant-select-status-success+span{top:8px;transform:translateY(0);font-size:10px}.create-button--primary{margin-left:auto}.create-button--text{padding:0;height:auto;background:none!important;color:var(--ant-color-primary)!important}.create-button.ant-btn-icon-only{width:66px;height:48px;padding:0;justify-content:center}.key-value-table{width:100%}.key-value-table td{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;width:50%;padding:16px 0;vertical-align:top}.key-value-table td:first-child{color:var(--black-300)}.key-value-table td:last-child{color:var(--black-100)}.key-value-table tr{background:var(--white-100);border-bottom:1px solid var(--white-500)}.key-value-table--list-like td{padding:2px 0!important}.key-value-table--list-like td:last-child{text-align:right}.key-value-table--list-like tr{border-bottom:none}.key-value-table--semibold-values td:last-child{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px}@media (max-width: 1000px){.key-value-table td{padding:12px 0}}.euikit-tag.ant-tag{width:fit-content;display:flex;align-items:center;gap:4px;color:var(--black-300);background:var(--white-400);border:none;transition:all .2s ease}.euikit-tag.ant-tag>.anticon svg{width:24px;height:24px}.euikit-tag.ant-tag>.anticon+span{display:block;margin-inline-start:0}.euikit-tag.ant-tag .ant-tag-close-icon{width:24px;min-width:24px;height:24px}.euikit-tag.ant-tag.euikit-tag--size-default{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;padding:4px 12px;border-radius:32px}.euikit-tag.ant-tag.euikit-tag--size-default.euikit-tag--closable{padding-right:8px}.euikit-tag.ant-tag.euikit-tag--size-small{font-family:Inter,sans-serif;font-size:13px;font-weight:500;word-spacing:.2px;line-height:20px;border-radius:24px;padding:2px 8px}.euikit-tag.ant-tag.euikit-tag--size-small.euikit-tag--closable{padding-right:4px}.euikit-tag__icon{width:20px;min-width:20px;height:20px;margin-right:2px}.euikit-tag__icon svg{width:100%;height:100%}.euikit-tag__icon svg path{fill:var(--black-300)}@media (hover){.euikit-tag--hoverable.ant-tag:hover{background:var(--white-500)}}.euikit-tag.euikit-tag--with-dot:before{content:"";width:6px;height:6px;margin-right:4px;border-radius:50%;background:var(--black-300)}.euikit-tag.euikit-tag--uikit-color_--white-100{color:var(--black-300);background:var(--white-100)}.euikit-tag.euikit-tag--uikit-color_--white-100:before{background:var(--black-300)}.euikit-tag.euikit-tag--uikit-color_--white-100 .euikit-tag__icon svg path{fill:var(--black-300)}.euikit-tag.euikit-tag--uikit-color_--black-200{color:var(--black-200);background:var(--white-500)}.euikit-tag.euikit-tag--uikit-color_--black-200:before{background:var(--black-200)}.euikit-tag.euikit-tag--uikit-color_--black-200 .euikit-tag__icon svg path{fill:var(--black-200)}.euikit-tag.euikit-tag--uikit-color_--black-400{color:var(--black-400);background:var(--white-400)}.euikit-tag.euikit-tag--uikit-color_--black-400:before{background:var(--black-400)}.euikit-tag.euikit-tag--uikit-color_--black-400 .euikit-tag__icon svg path{fill:var(--black-400)}.euikit-tag.euikit-tag--uikit-color_--primary-blue-200{color:var(--primary-blue-200);background:var(--additional-light-blue-100)}.euikit-tag.euikit-tag--uikit-color_--primary-blue-200:before{background:var(--primary-blue-200)}.euikit-tag.euikit-tag--uikit-color_--primary-blue-200 .euikit-tag__icon svg path{fill:var(--primary-blue-200)}.euikit-tag.euikit-tag--uikit-color_--primary-orange-200{color:var(--primary-orange-200);background:var(--additional-light-orange-100)}.euikit-tag.euikit-tag--uikit-color_--primary-orange-200:before{background:var(--primary-orange-200)}.euikit-tag.euikit-tag--uikit-color_--primary-orange-200 .euikit-tag__icon svg path{fill:var(--primary-orange-200)}.euikit-tag.euikit-tag--uikit-color_--additional-red-100{color:var(--additional-red-100);background:var(--additional-light-red-100)}.euikit-tag.euikit-tag--uikit-color_--additional-red-100:before{background:var(--additional-red-100)}.euikit-tag.euikit-tag--uikit-color_--additional-red-100 .euikit-tag__icon svg path{fill:var(--additional-red-100)}.euikit-tag.euikit-tag--uikit-color_--additional-green-100{color:var(--additional-green-100);background:var(--additional-light-green-100)}.euikit-tag.euikit-tag--uikit-color_--additional-green-100:before{background:var(--additional-green-100)}.euikit-tag.euikit-tag--uikit-color_--additional-green-100 .euikit-tag__icon svg path{fill:var(--additional-green-100)}.euikit-tag.euikit-tag--uikit-color_--additional-purple-100{color:var(--additional-purple-100);background:var(--additional-light-purple-100)}.euikit-tag.euikit-tag--uikit-color_--additional-purple-100:before{background:var(--additional-purple-100)}.euikit-tag.euikit-tag--uikit-color_--additional-purple-100 .euikit-tag__icon svg path{fill:var(--additional-purple-100)}.euikit-tag.euikit-tag--uikit-color_--additional-aqua-blue-100{color:var(--additional-aqua-blue-100);background:var(--additional-light-aqua-blue-100)}.euikit-tag.euikit-tag--uikit-color_--additional-aqua-blue-100:before{background:var(--additional-aqua-blue-100)}.euikit-tag.euikit-tag--uikit-color_--additional-aqua-blue-100 .euikit-tag__icon svg path{fill:var(--additional-aqua-blue-100)}.euikit-select.ant-select:not(.ant-select-customize-input) .ant-select-selector{cursor:pointer}.euikit-select--with-value.ant-select-allow-clear .ant-select-arrow{opacity:0}.euikit-select--with-value.ant-select-allow-clear .ant-select-clear{opacity:1}.euikit-select.ant-select{height:48px;min-height:48px}.euikit-select.ant-select>.ant-select-selector{border:none!important;padding:12px 12px 12px 16px}.euikit-select.ant-select>.ant-select-selector>.ant-select-selection-item{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100);padding-inline-end:32px;visibility:visible!important}.euikit-select.ant-select>.ant-select-selector>.ant-select-selection-search{display:none}.euikit-select.ant-select>.ant-select-selector>.ant-select-selection-placeholder{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-300);visibility:visible!important}.euikit-select.ant-select>.ant-select-selector:after{display:none!important}.euikit-select.ant-select.ant-select-disabled:not(.ant-select-customize-input)>.ant-select-selector{cursor:not-allowed;background:var(--white-600)}.euikit-select.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer)>.ant-select-selector{background:var(--white-400);transition:all .2s ease;position:relative}.euikit-select.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer)>.ant-select-selector:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;border:1px solid var(--white-400);transition:all .2s ease}@media (hover){.euikit-select.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover>.ant-select-selector:before{border-color:var(--white-500)}.euikit-select.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-arrow>svg path{fill:var(--black-100)}}.euikit-select.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused>.ant-select-selector:before{border-width:2px;border-color:var(--white-500)}.euikit-select.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-arrow>svg path{fill:var(--black-100)}.euikit-select.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-arrow>svg{transform:rotate(180deg)}.euikit-select.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-status-error>.ant-select-selector{background:var(--white-400)}.euikit-select.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-status-error>.ant-select-selector:before{border-width:2px;border-color:var(--additional-red-100)}.euikit-select.ant-select .ant-select-arrow{inset-inline-start:unset;inset-inline-end:unset;right:12px}.euikit-select.ant-select .ant-select-arrow>svg{transition:all .2s ease}.euikit-select.ant-select .ant-select-arrow>svg path{fill:var(--black-300);transition:all .2s ease}.euikit-select.ant-select .ant-select-clear{width:24px;min-width:24px;height:24px;inset-inline-start:unset;inset-inline-end:unset;right:12px;margin-top:0;transform:translateY(-50%)}.euikit-select.ant-select .ant-select-clear>svg{width:100%;height:100%;transition:all .2s ease}.euikit-select.ant-select .ant-select-clear>svg path{fill:var(--black-300);transition:all .2s ease}@media (hover){.euikit-select.ant-select .ant-select-clear:hover>svg path{fill:var(--black-100)}}.euikit-select.euikit-select--tags.ant-select-focused .ant-select-selector{background:var(--white-400)}.euikit-select.ant-select-multiple:not(.select-with-checkbox-options--with-height){height:unset;min-height:unset}.euikit-select.ant-select-multiple:not(.euikit-select--tags) .ant-select-selection-search,.euikit-select.ant-select-multiple:not(.euikit-select--tags) .ant-select-selection-placeholder{display:none}.euikit-select.ant-select-multiple:not(.euikit-select--with-value):after{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;content:attr(data-placeholder)!important;display:block!important;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:1;pointer-events:none;inset-inline-start:0;inset-inline-end:0;left:14px;right:42px;color:var(--black-300)}.euikit-select.ant-select-multiple.ant-select-filled .ant-select-selector{padding:6px 44px 6px 8px}.euikit-select.ant-select-multiple.ant-select-filled .ant-select-selector .ant-select-selection-overflow-item{min-width:0;max-width:100%}.euikit-select.ant-select-multiple.ant-select-filled .ant-select-selector .ant-select-selection-overflow-item>span{min-width:0;max-width:100%}.euikit-select.ant-select-multiple.ant-select-filled .ant-select-selection-item{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100);border:none}.euikit-select--white.ant-select{height:40px;min-height:40px}.euikit-select--white.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer)>.ant-select-selector{background:var(--white-100);color:var(--black-100)}.euikit-select--white.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer)>.ant-select-selector:before{display:none}@media (hover){.euikit-select--white.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover>.ant-select-selector>.ant-select-selection-item{color:var(--primary-blue-200)}.euikit-select--white.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-arrow>svg path{fill:var(--primary-blue-200)}}.euikit-select--white.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open>.ant-select-selector>.ant-select-selection-item{color:var(--primary-blue-200)}.euikit-select--white.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-arrow>svg path{fill:var(--primary-blue-200)}.euikit-select--white.ant-select.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector{border-color:transparent}.euikit-select--white.ant-select .ant-select-arrow>svg path{fill:var(--black-100)}.euikit-select--plain{width:fit-content!important;height:unset!important;min-height:unset!important}.euikit-select--plain .ant-select-arrow>svg path{fill:var(--black-300)}.euikit-select--plain .ant-select-selector{padding:0!important;background:0 0!important}.euikit-select--plain .ant-select-selector .ant-select-selection-item{padding-inline-end:40px!important}.euikit-select-tick{width:24px;min-width:24px;height:24px}.euikit-select-tick path{fill:var(--primary-blue-200)}.euikit-select-popup.ant-select-dropdown{padding:8px 0}.euikit-select-popup.ant-select-dropdown .rc-virtual-list-holder,.euikit-select-popup.ant-select-dropdown .rc-virtual-list-holder-inner{overscroll-behavior:contain}.euikit-select-popup.ant-select-dropdown .ant-select-item{padding:10px 16px;border-radius:0}.euikit-select-popup.ant-select-dropdown .ant-select-item .ant-select-item-option-content{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100);transition:all .2s ease}.euikit-select-popup.ant-select-dropdown .ant-select-item .ant-select-item-option-content>.ant-typography{font-family:inherit;font-size:inherit;font-weight:inherit;word-spacing:inherit;color:inherit;line-height:inherit;transition:inherit}.euikit-select-popup.ant-select-dropdown .ant-select-item.ant-select-item-option.ant-select-item-option-active,.euikit-select-popup.ant-select-dropdown .ant-select-item.ant-select-item-option.ant-select-item-option-selected{background:transparent}.euikit-select-popup.ant-select-dropdown.euikit-select-popup--label-in-two-lines .ant-select-item .ant-select-item-option-content{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.euikit-select-popup:not(.euikit-select-popup--white).ant-select-dropdown .ant-select-item.ant-select-item-option.ant-select-item-option-selected .ant-select-item-option-content{color:var(--primary-blue-200);transition:all .2s ease}@media (hover){.euikit-select-popup:not(.euikit-select-popup--white).ant-select-dropdown .ant-select-item:hover.ant-select-item-option{background:var(--white-300)}}.euikit-select-popup--white.ant-select-dropdown{min-width:215px}.euikit-select-popup--white.ant-select-dropdown .ant-select-item.ant-select-item-option.ant-select-item-option-active .ant-select-item-option-content,.euikit-select-popup--white.ant-select-dropdown .ant-select-item.ant-select-item-option.ant-select-item-option-selected .ant-select-item-option-content{color:var(--primary-blue-200)}.euikit-select-popup.euikit-select-popup--with-search.ant-select-dropdown{padding-top:0}.euikit-select-search-wrapper{border-bottom:1px solid var(--white-500)}.euikit-select-tag{margin-block:2px;min-width:0;max-width:100%}.euikit-select-tag.ant-tag{margin-inline-end:4px}.euikit-select-tag.euikit-tag.ant-tag.euikit-tag--size-default{border-radius:6px}.euikit-select-search .euikit-field__field:after{display:none}.euikit-select-search .euikit-field__field>svg{width:24px;min-width:24px;height:24px}.select-with-checkbox-options .select-with-checkbox-options__checkbox{display:none}.select-with-checkbox-options__label{font-size:12px;width:100%;display:block}.select-with-checkbox-options.ant-select-multiple .ant-select-selector .ant-select-selection-item{background:0 0;color:#000;margin:0;padding:0;height:30px;margin-inline-end:unset;padding-inline-start:unset;padding-inline-end:unset}.select-with-checkbox-options.ant-select-multiple .ant-select-selector .ant-select-selection-item .ant-select-selection-item-content{margin-inline-end:unset}.select-with-checkbox-options-popup .select-with-checkbox-options__checkbox{margin-right:10px;min-width:16px}.select-with-checkbox-options-popup .ant-select-item-option-content{display:flex;align-items:center}.select-with-checkbox-options-popup.uikit-select-dropdown .ant-typography{color:#fff}.select-with-checkbox-options-popup.uikit-select-dropdown .select-with-checkbox-options__checkbox.ant-checkbox-wrapper:hover .ant-checkbox:after{display:none}.select-with-checkbox-options-popup.uikit-select-dropdown .select-with-checkbox-options__checkbox>.ant-checkbox>.ant-checkbox-inner{background:transparent;border-radius:2px!important;border:2px solid #CBD4E7!important}.select-with-checkbox-options-popup.uikit-select-dropdown .select-with-checkbox-options__checkbox>.ant-checkbox>.ant-checkbox-inner:after{top:45%;inset-inline-start:13.5%;width:6.714286px;height:11.142857px;border-radius:1px;border-right:1.5px solid #fff;border-bottom:1.5px solid #fff}.select-with-checkbox-options-popup.uikit-select-dropdown .select-with-checkbox-options__checkbox>.ant-checkbox.ant-checkbox-checked>.ant-checkbox-inner{border-color:#fff!important;background:#fff!important}.select-with-checkbox-options-popup.uikit-select-dropdown .select-with-checkbox-options__checkbox>.ant-checkbox.ant-checkbox-checked>.ant-checkbox-inner:after{border-color:var(--ant-color-primary)!important}.estimate-table-discount-positions{white-space:nowrap}.estimate-table-discount-positions>.estimate-table-discount-positions__items{flex-wrap:nowrap;font-size:10px;font-style:normal;font-weight:600;line-height:normal}.estimate-table-discount-positions__items{display:flex;flex-wrap:wrap;min-width:0}.estimate-table-discount-positions__item{display:block;margin:0 2px}.estimate-table-discount-positions__item--red{color:#e93a3a}.estimate-table-discount-positions__item--green{color:#35b608}.estimate-discounts-list{max-height:200px;overflow-y:auto}.estimate-discounts-list>*:not(:first-child){margin-top:10px}.estimate-discounts-list__item{font-family:Inter,sans-serif;font-size:13px;font-weight:300;word-spacing:.2px;line-height:20px;width:fit-content}.estimate-discounts-list__item-position--red{color:var(--additional-red-100)}.estimate-discounts-list__item-position--green{color:var(--additional-green-100)}.estimate-discounts-list__item-text{color:var(--black-300);display:inline}.estimate-discounts-list__toggle{position:relative;width:fit-content}.estimate-discounts-list__toggle.project-pdf-editor-toggle .project-pdf-editor-toggle__actions{left:calc(100% + 14px);bottom:calc(100% - 9.5px);font-size:9px}.estimate-discounts-list__toggle--hidden .estimate-discounts-list__item{opacity:.3}.estimate-discounts-list__toggle--with-reset.project-pdf-editor-toggle .project-pdf-editor-toggle__actions{left:calc(100% + 28px)}.e-socials>*{display:flex;align-items:center}.e-socials__item{display:block;width:20px;height:20px}.e-socials__item--tg svg{width:20px;height:20px}.e-socials__item--yt{position:relative}.e-socials__item--yt:before{content:"";display:block;position:absolute;top:50%;left:50%;width:10px;height:10px;transform:translate(-50%,-50%);background:#fff;z-index:1}.e-socials__item--yt>*{position:relative;z-index:2}.e-table-wrapper{overflow-x:auto;min-width:0;max-width:100%;width:100%}.e-table{width:100%;border-radius:2px;border-collapse:separate;border-spacing:0;table-layout:auto;color:#000000e0;font-size:14px;line-height:1.5714285714;text-align:start;border:1px solid #dae3f3}.e-table th:not(:last-child),.e-table td:not(:last-child){border-right:1px solid #dae3f3}.e-table tr:not(:last-child) td{border-bottom:1px solid #dae3f3}.e-table tr:nth-child(2n)>td{background:#ebf2ff}.e-table thead th{text-align:start;color:#6c9eff;font-size:13px;line-height:100%;padding:17px 16px;border-bottom:1px solid #dae3f3;background-color:#ebf2ff}.e-table tbody td{padding:6px 16px;font-size:13px}.e-table__row--empty>div{padding:32px 8px}.e-table__row--empty>div td{font-size:14px;color:#000c}.custom-cursor{position:absolute;z-index:1;pointer-events:none}.value-steps-input{width:100%;padding:4px;white-space:nowrap}.value-steps-input .ant-space-item:nth-child(2){width:100%}.value-steps-input--mobile.ant-space{gap:0!important;position:relative}.value-steps-input--mobile .ant-typography{position:absolute;top:-20px;left:10px}.value-steps-input .ant-input{font-family:Inter,sans-serif;font-size:16px;font-weight:300;word-spacing:0;line-height:24px}.value-steps{width:100%;display:flex;gap:8px}.value-steps__item{border:2px solid transparent;border-radius:12px;transition:all .2s ease}.value-steps__item--active .ant-input{border:1px solid var(--primary-blue-200)}.euikit-modal.ant-modal .ant-modal-content{border-radius:16px;padding:32px}.euikit-modal.ant-modal .ant-modal-close{display:none}.euikit-modal.ant-modal .ant-modal-header{margin-bottom:24px;padding-right:20px}.euikit-modal.ant-modal .ant-modal-title{font-family:Inter,sans-serif;font-size:24px;font-weight:500;word-spacing:-.2px;line-height:32px;color:var(--black-100)}.euikit-modal.ant-modal .ant-modal-footer{text-align:left;margin-top:24px}.euikit-modal__loading{border-radius:16px}.euikit-modal__subtitle{font-family:Inter,sans-serif;font-size:15px;font-weight:400;word-spacing:0;line-height:24px;color:var(--black-300);margin-bottom:24px}.euikit-modal__default-close{position:absolute;top:8px;right:8px;width:48px;height:48px}.euikit-modal__default-footer{display:flex;gap:16px}.euikit-modal__default-footer .euikit-button{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px}.euikit-modal__default-footer--full-width{width:100%}.euikit-modal__default-footer--full-width>*{width:100%}.euikit-modal__tight-header{padding:14px 14px 14px 24px;background:var(--white-100);border-bottom:1px solid var(--white-500);display:flex;justify-content:space-between;align-items:center}.euikit-modal__tight-header-title{font-family:Inter,sans-serif;font-size:20px;font-weight:500;word-spacing:-.2px;line-height:28px;color:var(--black-100)}.euikit-modal__tight-header .euikit-modal__default-close{position:static;top:unset;right:unset}.euikit-modal__tight-header-content{width:100%;padding:24px;background:var(--white-300)}.euikit-modal__tight-header-content-wrapper{width:100%;display:flex}.euikit-modal--with-subtitle.ant-modal .ant-modal-header{margin-bottom:8px}.euikit-modal--tight-header.ant-modal .ant-modal-content{padding:0;border-radius:12px;overflow:hidden}@media (max-width: 600px){.euikit-modal.ant-modal{max-width:100%;width:100%!important;margin:0}.euikit-modal.ant-modal .ant-modal-title{font-family:Inter,sans-serif;font-size:20px;font-weight:500;word-spacing:-.2px;line-height:28px;padding-right:24px}.euikit-modal.ant-modal .ant-modal-content{border-radius:0;padding:24px 16px}.euikit-modal__default-footer{flex-direction:column}.euikit-modal__default-footer>*{width:100%}.euikit-modal--fullscreen-mobile.ant-modal{height:100%}.euikit-modal--fullscreen-mobile.ant-modal>*{height:100%}.euikit-modal--fullscreen-mobile.ant-modal .ant-modal-content{height:100%;min-height:fit-content;display:flex;flex-direction:column;justify-content:center}.euikit-modal--centered-content-mobile.ant-modal .ant-modal-header{padding-right:0}.euikit-modal--centered-content-mobile.ant-modal .ant-modal-title{display:flex;flex-direction:column;align-items:center;text-align:center;padding-right:0}.euikit-modal--centered-content-mobile .euikit-modal__subtitle{text-align:center}}.form-block{padding:32px;border-radius:16px;background:var(--white-100)}.form-block__title{font-family:Inter,sans-serif;font-size:24px;font-weight:500;word-spacing:-.2px;line-height:32px;color:var(--black-100);margin-bottom:24px}.form-block:not(:last-child){margin-bottom:16px}@media (max-width: 1000px){.form-block{padding:24px}}@media (max-width: 600px){.form-block{padding:24px 16px;margin-left:-16px;margin-right:-16px;max-width:calc(100% + 32px);border-radius:0}.form-block:not(:last-child){margin-bottom:4px}}.form-buttons{display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px;margin-top:24px}@media (max-width: 600px){.form-buttons{gap:12px}.form-buttons>*{width:100%}}.form-layout{width:100%;max-width:calc(50% - 8px)}.form-layout--double{max-width:100%;display:flex;flex-wrap:wrap;gap:16px}.form-layout--double>*{width:100%;max-width:calc(50% - 8px);margin-bottom:0}.form-layout--align-end{align-items:flex-end}@media (max-width: 1000px){.form-layout{max-width:100%}.form-layout--double>*{max-width:100%}}.editor-estimates-item-icon{position:relative;width:24px;min-width:24px;height:24px}.editor-estimates-item-icon img{display:block}.editor-estimates-item-icon__index{position:absolute;bottom:calc(100% - 4px);left:calc(100% - 2px);font-size:11px;font-weight:400;line-height:16px;letter-spacing:.2px;white-space:nowrap;color:var(--black-100)}.editor-estimates-item-icon__default,.editor-estimates-item-icon__default svg{width:18px;height:18px}.editor-estimates-item-icon__default-line{width:18px;height:18px;position:relative}.editor-estimates-item-icon__default-line:before{content:"";width:2px;height:21px;top:0;left:8px;position:absolute;transform:rotate(45deg);background:var(--color)}.editor-canvas-tool-icon--move{width:20px;height:20px}.editor-canvas-tool-icon--move path{fill:#000}.editor-canvas-tool-icon--pick{width:16px;height:16px}.editor-canvas-tool-icon--pick path{fill:#000}.editor-canvas-tool-icon--line{width:24px;height:24px;position:absolute;bottom:calc(100% - 4px);left:-3px}.editor-canvas-tool-icon--line-remove{width:24px;height:24px;position:absolute}.editor-canvas-tool-icon--image{width:24px;height:24px}.editor-canvas-tool-icon--image path{fill:#000}.editor-estimates-section-items{width:100%}.editor-estimates-item,.editor-estimates-item__prefix,.editor-estimates-item__suffix{display:flex;align-items:center}.editor-estimates-item{width:100%;padding:16px 0}.editor-estimates-item:not(:last-child){border-bottom:1px solid var(--white-500)}.editor-estimates-item__prefix-enabled{width:24px!important;height:24px;display:flex!important;justify-content:center;align-items:center;padding:0!important;border:none}.editor-estimates-item__prefix-enabled{transition:color .2s ease}.editor-estimates-item__prefix-enabled{border-radius:50%;background:var(--white-400)!important;transition:all .2s ease}.editor-estimates-item__prefix-enabled svg path{fill:var(--black-400)!important;transition:all .2s ease}@media (hover){.editor-estimates-item__prefix-enabled:hover{opacity:.5}}.editor-estimates-item__prefix-enabled--active{background:var(--additional-green-100)!important}.editor-estimates-item__prefix-enabled--active svg path{fill:var(--white-100)!important}.editor-estimates-item__label{margin-left:8px;margin-right:12px;display:flex!important;min-width:0}.editor-estimates-item__label,.editor-estimates-item__label>.ant-typography{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;margin-bottom:0}.editor-estimates-item__children{padding-left:24px;padding-top:10px;padding-bottom:2px}.editor-estimates-item__suffix{margin-left:auto;gap:8px}.editor-estimates-item .editor-estimates-item-icon{margin-left:4px}@media (max-width: 750px){.editor-estimates-item{padding:8px 0}.editor-estimates-item:first-child{padding-top:0}.editor-estimates-item:last-child{padding-bottom:0}.editor-estimates-item .editor-number-input-with-confirmation__input.ant-input{font-family:Inter,sans-serif;font-size:13px;font-weight:300;word-spacing:.2px;line-height:20px}.editor-estimates-item__label,.editor-estimates-item__label>.ant-typography{font-family:Inter,sans-serif;font-size:11px;font-weight:600;word-spacing:.2px;line-height:16px}}.editor-number-input-with-confirmation{display:flex;align-items:center}.editor-number-input-with-confirmation__input.ant-input{font-family:Inter,sans-serif;font-size:16px;font-weight:300;word-spacing:0;line-height:24px;width:calc(100% + 2px);padding:0 8px;text-align:center;position:absolute;top:0;left:0;z-index:1;min-height:32px;min-width:32px;line-height:20px}.editor-number-input-with-confirmation__input--with-suffix.ant-input{text-align:left}.editor-number-input-with-confirmation__input-wrap{position:relative;display:flex;align-items:center;gap:6px;min-width:32px;padding:0 8px}.editor-number-input-with-confirmation__input-clear{font-family:Inter,sans-serif;font-size:16px;font-weight:300;word-spacing:0;line-height:24px;display:block;min-height:32px;visibility:hidden}.editor-number-input-with-confirmation__button.ant-btn{width:20px;height:16px;display:flex;justify-content:center;align-items:center;padding:0;background:0 0;border:none;color:#000}.editor-number-input-with-confirmation__button.ant-btn svg{width:12px;height:12px}.editor-number-input-with-confirmation__button.ant-btn:disabled{opacity:.5}.editor-number-input-with-confirmation__suffix{font-family:Inter,sans-serif;font-size:16px;font-weight:300;word-spacing:0;line-height:24px;background:var(--color-secondary);color:var(--color-secondary-2);border-radius:0 1px 1px 0;min-height:22px;display:flex;align-items:center;z-index:2}.editor-number-input-with-confirmation__suffix sup{font-weight:400;font-size:8px;line-height:100%}.editor-settings-popover-link{padding:4px 12px;color:#fff;display:flex;align-items:center;min-width:0;transition:all .2s ease;font-weight:400;font-size:11px;line-height:13px}.editor-settings-popover-link:hover,.editor-settings-popover-link.ant-btn:not(:disabled):hover{color:var(--color-primary);background-color:var(--ant-color-primary)!important}.editor-settings-popover-link:hover>span,.editor-settings-popover-link.ant-btn:not(:disabled):hover>span{color:var(--color-primary)}.editor-settings-popover-link:hover>svg *,.editor-settings-popover-link.ant-btn:not(:disabled):hover>svg *{stroke:var(--color-primary)}.editor-settings-popover-link>.anticon{margin-right:8px}.editor-settings-popover-link>span{display:block;color:#fff;transition:all .2s ease}.editor-settings-popover-link.ant-btn{border:none;border-radius:0;width:100%}.editor-settings-popover-link.ant-btn>svg{margin-right:8px}.editor-settings-popover-link.ant-btn>svg *{transition:all .2s ease}.editor-settings-popover-back-link{color:var(--ant-color-primary);display:flex;align-items:center;margin-left:12px;font-weight:400;font-size:10px;line-height:12px}.editor-settings-popover-back-link>div{margin-left:8px;margin-right:8px}.editor-settings-popover-back-link:hover{color:#fff}.editor-settings-popover{height:100%;padding:0 11px;display:flex;align-items:center}.editor-settings-popover--ghost{padding:0}.editor-settings-popover__dropdown{display:block;margin-left:8px;color:#fff;width:8px;height:8px}.editor-settings-popover__title,.editor-settings-popover__title .ant-typography{max-width:120px;font-weight:500;font-size:12px;line-height:15px}.editor-settings-popover__overlay{padding-top:0;top:48px!important}.editor-settings-popover__overlay .ant-popover-arrow{display:none}.editor-settings-popover__overlay .ant-popover-inner{padding:0;background:var(--color-primary);border-top-left-radius:0;border-top-right-radius:0;box-shadow:inset 0 1px #97979740}.editor-settings-popover__overlay--large .ant-popover-inner{padding-top:8px;padding-bottom:6px;min-width:210px}.editor-settings-popover__overlay--list .ant-popover-inner{padding-top:6px;padding-bottom:6px}.editor-settings-popover__overlay .ant-empty-description{color:#fff;margin-bottom:12px}.editor-settings-popover__overlay .ant-input,.editor-settings-popover__overlay .ant-input-affix-wrapper{background:var(--color-primary-2);color:#fff}.editor-settings-popover__overlay .ant-input-affix-wrapper .ant-input-clear-icon{color:#fff}.euikit-menu-item__icon,.euikit-menu-item__arrow{width:24px;min-width:24px;height:24px;border:none;border-radius:0;background:0 0;padding:0}.euikit-menu-item__icon svg,.euikit-menu-item__arrow svg{width:100%;height:100%}.euikit-menu-item__icon:not(.euikit-menu-item__icon--keep-color) svg path,.euikit-menu-item__arrow svg path{fill:var(--black-300);transition:all .2s ease}.euikit-menu-item__arrow{margin-left:auto;transition:all .2s ease}.euikit-menu-item__label{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--black-300);text-align:left;transition:all .2s ease}.euikit-menu-item__content{padding:16px;margin:0;display:flex;align-items:flex-start;gap:12px;width:100%;cursor:pointer;border-radius:10px;border:none;outline:none;background:transparent;transition:all .2s ease}@media (hover){.euikit-menu-item__content:hover .euikit-menu-item__icon:not(.euikit-menu-item__icon--keep-color) svg path,.euikit-menu-item__content:hover .euikit-menu-item__arrow svg path{fill:var(--primary-blue-200)}.euikit-menu-item__content:hover .euikit-menu-item__label{color:var(--primary-blue-200)}}.euikit-menu-item__collapse-wrapper{padding:0}.euikit-menu-item__collapse.ant-collapse{border:none;background:0 0;margin-top:-4px}.euikit-menu-item__collapse>.ant-collapse-item{border-radius:0}.euikit-menu-item__collapse>.ant-collapse-item>.ant-collapse-header{display:none}.euikit-menu-item__collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding:0 16px}.euikit-menu-item__collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box>.euikit-menu-item .euikit-menu-item__content{padding-left:36px}.euikit-menu-item--highlight-exact>.euikit-menu-item__content.active{background:var(--white-300)}.euikit-menu-item--highlight-exact>.euikit-menu-item__content.active .euikit-menu-item__icon:not(.euikit-menu-item__icon--keep-color) svg path,.euikit-menu-item--highlight-exact>.euikit-menu-item__content.active .euikit-menu-item__arrow svg path{fill:var(--primary-blue-200)}.euikit-menu-item--highlight-exact>.euikit-menu-item__content.active .euikit-menu-item__label{color:var(--primary-blue-200)}.euikit-menu-item--highlight-not-exact>.euikit-menu-item__content .euikit-menu-item__icon:not(.euikit-menu-item__icon--keep-color) svg path,.euikit-menu-item--highlight-not-exact>.euikit-menu-item__content .euikit-menu-item__arrow svg path{fill:var(--primary-blue-200)}.euikit-menu-item--highlight-not-exact>.euikit-menu-item__content .euikit-menu-item__label{color:var(--primary-blue-200)}.euikit-menu-item--expanded .euikit-menu-item__arrow{transform:rotate(180deg)}.euikit-menu{padding:0;margin:0;max-width:100%;overflow-x:hidden}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.eukit-slidable-content.swiper{overflow:visible;max-width:100%}.eukit-slidable-content.swiper .swiper-slide{width:fit-content;display:flex;align-items:center}.euikit-tab-button{display:flex;align-items:center;width:fit-content;height:56px;background:none;border:none;outline:none;padding:0;cursor:pointer;position:relative;white-space:nowrap}.euikit-tab-button:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:0;border-top:3px solid var(--primary-blue-200);border-top-left-radius:3px;border-top-right-radius:3px;opacity:0;transition:all .2s ease}.euikit-tab-button__icon{width:24px;min-width:24px;height:24px;margin-right:8px}.euikit-tab-button__icon svg{width:100%;height:100%}.euikit-tab-button__icon:not(.euikit-tab-button__icon--keep-color) svg path{fill:var(--black-100);transition:all .2s ease}.euikit-tab-button__content{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--black-100);transition:all .2s ease}.euikit-tab-button__count{font-family:Inter,sans-serif;font-size:13px;font-weight:500;word-spacing:.2px;line-height:20px;color:var(--black-100);margin-left:8px;min-width:24px;height:24px;border-radius:24px;background:var(--white-500);transition:all .2s ease}@media (hover){.euikit-tab-button:hover:not(:disabled) .euikit-tab-button__icon:not(.euikit-tab-button__icon--keep-color) svg path{fill:var(--primary-blue-200)}.euikit-tab-button:hover:not(:disabled) .euikit-tab-button__content,.euikit-tab-button:hover:not(:disabled) .euikit-tab-button__count{color:var(--primary-blue-200)}}.euikit-tab-button--active:not(:disabled):after,.euikit-tab-button.active:not(:disabled):after,.euikit-tab-button.ant-popover-open:not(:disabled):after{opacity:1}.euikit-tab-button--active:not(:disabled) .euikit-tab-button__icon:not(.euikit-tab-button__icon--keep-color) svg path,.euikit-tab-button.active:not(:disabled) .euikit-tab-button__icon:not(.euikit-tab-button__icon--keep-color) svg path,.euikit-tab-button.ant-popover-open:not(:disabled) .euikit-tab-button__icon:not(.euikit-tab-button__icon--keep-color) svg path{fill:var(--primary-blue-200)}.euikit-tab-button--active:not(:disabled) .euikit-tab-button__content,.euikit-tab-button--active:not(:disabled) .euikit-tab-button__count,.euikit-tab-button.active:not(:disabled) .euikit-tab-button__content,.euikit-tab-button.active:not(:disabled) .euikit-tab-button__count,.euikit-tab-button.ant-popover-open:not(:disabled) .euikit-tab-button__content,.euikit-tab-button.ant-popover-open:not(:disabled) .euikit-tab-button__count{color:var(--primary-blue-200)}.euikit-tab-button:disabled .euikit-tab-button__icon:not(.euikit-tab-button__icon--keep-color) svg path{fill:var(--black-300)}.euikit-tab-button:disabled .euikit-tab-button__content,.euikit-tab-button:disabled .euikit-tab-button__count{color:var(--black-300)}.euikit-tab-button:disabled .euikit-tab-button__count{background:var(--black-500)}.layout-image-uploader-mobile-menu-wrapper{width:100%;padding:0 16px;border-bottom:1px solid var(--white-500)}.euikit-upload{position:relative;width:100%;height:100%;border:1px dashed var(--black-500);border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:16px}.euikit-upload__click-area{background:none;border:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;cursor:pointer;padding:0;margin:0}.euikit-upload__title{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--black-100)}.euikit-upload__title button{color:var(--primary-blue-200);border:none;background:none;padding:0;margin:0}.euikit-upload__description{font-family:Inter,sans-serif;font-size:13px;font-weight:300;word-spacing:.2px;line-height:20px;color:var(--black-200)}.euikit-switch{display:flex;gap:12px;cursor:pointer;width:fit-content}.euikit-switch>.ant-switch{width:48px;min-width:48px;height:24px;border:2px solid var(--white-600);background:var(--white-100);pointer-events:none}.euikit-switch>.ant-switch .ant-switch-handle{top:2px;inset-inline-start:2px;width:16px;height:16px}.euikit-switch>.ant-switch .ant-switch-handle:before{background:var(--white-600);box-shadow:none}.euikit-switch>.ant-switch .ant-switch-handle>.anticon-loading{top:1px;color:var(--white-600)}.euikit-switch__content{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100)}.euikit-switch--position-left{flex-direction:row-reverse}@media (hover){.euikit-switch:hover:not([aria-disabled=true]):not(.euikit-switch--checked)>.ant-switch{border-color:var(--black-500)}.euikit-switch:hover:not([aria-disabled=true]):not(.euikit-switch--checked)>.ant-switch .ant-switch-handle:before{background:var(--black-500)}}.euikit-switch[aria-disabled=true]{cursor:not-allowed}.euikit-switch[aria-disabled=true]:not(.euikit-switch--checked)>.ant-switch.ant-switch-disabled{border-color:var(--black-300);background:var(--white-600)}.euikit-switch[aria-disabled=true]:not(.euikit-switch--checked)>.ant-switch.ant-switch-disabled .ant-switch-handle:before{background:var(--black-300)}.euikit-switch[aria-disabled=true]:not(.euikit-switch--checked) .euikit-switch__content{color:var(--black-300)}.euikit-switch--checked>.ant-switch.ant-switch-checked{border-color:var(--primary-blue-200);background:var(--primary-blue-200)}.euikit-switch--checked>.ant-switch.ant-switch-checked .ant-switch-handle{inset-inline-start:calc(100% - 18px)}.euikit-switch--checked>.ant-switch.ant-switch-checked .ant-switch-handle:before{background:var(--white-100)}@media (hover){.euikit-switch--checked:hover:not([aria-disabled=true])>.ant-switch.ant-switch-checked{border-color:var(--primary-blue-100);background:var(--primary-blue-100)}}.euikit-switch--checked[aria-disabled=true]{cursor:not-allowed}.euikit-switch--checked[aria-disabled=true]>.ant-switch.ant-switch-disabled{border-color:var(--white-600);background:var(--white-600)}.euikit-switch--checked[aria-disabled=true]>.ant-switch.ant-switch-disabled .ant-switch-handle:before{background:var(--black-400)}.euikit-switch--checked[aria-disabled=true] .euikit-switch__content{color:var(--black-300)}.layout-image-uploader-upload{display:flex;flex-direction:column;width:100%;height:100%;min-height:0}.layout-image-uploader-upload__bottom-switch{margin-top:16px;margin-left:auto}.euikit-message-block{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1}.euikit-message-block__btn-wrapper{width:100%;display:flex;justify-content:center;gap:16px}.euikit-message-block__icon{width:88px;min-width:88px;height:88px;border-radius:50%;background:var(--additional-light-blue-100);display:flex;justify-content:center;align-items:center;margin-bottom:32px}.euikit-message-block__icon svg{width:48px;height:48px}.euikit-message-block__icon svg path{fill:var(--primary-blue-200)}.euikit-message-block--style-minimal{gap:4px}.euikit-message-block--style-minimal .euikit-message-block__icon{width:48px;min-width:48px;height:48px;margin-bottom:12px}.euikit-message-block--style-minimal .euikit-message-block__icon svg{width:24px;height:24px}.euikit-message-block--style-minimal .euikit-message-block__title{font-family:Inter,sans-serif;font-size:20px;font-weight:500;word-spacing:-.2px;line-height:28px;color:var(--black-100);margin-bottom:0}.euikit-message-block--style-minimal .euikit-message-block__description{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-300);margin-bottom:0}.euikit-message-block--style-minimal .euikit-message-block__btn-wrapper{margin-top:12px}.euikit-message-block--style-default .euikit-message-block__icon{width:88px;min-width:88px;height:88px;margin-bottom:32px}.euikit-message-block--style-default .euikit-message-block__icon svg{width:48px;height:48px}.euikit-message-block--style-default .euikit-message-block__title{font-family:Inter,sans-serif;font-size:28px;font-weight:500;word-spacing:-.4px;line-height:36px;color:var(--black-100);margin-bottom:8px}.euikit-message-block--style-default .euikit-message-block__description{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-300);margin-bottom:32px}@media (max-width: 600px){.euikit-message-block--style-default .euikit-message-block__icon,.euikit-message-block--style-default .euikit-message-block__description{margin-bottom:24px}.euikit-message-block--style-default .euikit-message-block__title{font-family:Inter,sans-serif;font-size:20px;font-weight:500;word-spacing:-.2px;line-height:28px}.euikit-message-block--style-default .euikit-message-block__btn{width:100%}}.euikit-table-sort-tooltip-overlay{pointer-events:none}.euikit-table{width:100%;overflow:hidden;border-radius:12px}.euikit-table.euikit-table--light.ant-table-wrapper .ant-table-thead>tr>th{background:var(--white-300);border-color:transparent}.euikit-table.euikit-table--light.ant-table-wrapper .ant-table-tbody>tr>td{border-color:var(--white-500)}.euikit-table.euikit-table--bordered.ant-table-wrapper{border-radius:8px;border:1px solid var(--white-500)}.euikit-table.euikit-table--bordered.ant-table-wrapper .ant-table-tbody>tr>td{border-color:var(--white-500)}.euikit-table.euikit-table--bordered.ant-table-wrapper .ant-table-tbody>tr:last-child>td{border-bottom:none}.euikit-table.ant-table-wrapper .ant-table{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100);border-radius:0}.euikit-table.ant-table-wrapper .ant-table-expanded-row-fixed{margin:-16px -24px;padding:16px 24px}.euikit-table.ant-table-wrapper table{border-radius:0}.euikit-table.ant-table-wrapper .ant-table-container{border-start-start-radius:0;border-start-end-radius:0}.euikit-table.ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:first-child{border-start-start-radius:0}.euikit-table.ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child{border-start-end-radius:0}.euikit-table.ant-table-wrapper .ant-table-column-sorters{justify-content:flex-start;gap:4px}.euikit-table.ant-table-wrapper .ant-table-column-title{flex:unset}.euikit-table.ant-table-wrapper .ant-table-thead>tr>th{font-family:Inter,sans-serif;font-size:13px;font-weight:400;word-spacing:.2px;line-height:20px;background:var(--white-400);vertical-align:top;color:var(--black-200);padding:14px 12px;transition:all .2s ease}.euikit-table.ant-table-wrapper .ant-table-thead>tr>th:first-child{padding-left:24px}.euikit-table.ant-table-wrapper .ant-table-thead>tr>th:last-child{padding-right:24px}.euikit-table.ant-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before,.euikit-table.ant-table-wrapper .ant-table-thead>tr>th :where(.css-dev-only-do-not-override-1q3l72s).ant-table-wrapper .ant-table-thead>tr>td:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{display:none}@media (hover){.euikit-table.ant-table-wrapper .ant-table-thead>tr>th.ant-table-column-has-sorters:hover{background:var(--white-400);color:var(--black-100)}.euikit-table.ant-table-wrapper .ant-table-thead>tr>th.ant-table-column-has-sorters:hover .euikit-table-sort svg path{fill:var(--black-100)}}.euikit-table.ant-table-wrapper .ant-table-tbody>tr>td{padding:20px 12px}.euikit-table.ant-table-wrapper .ant-table-tbody>tr>td:first-child{padding-left:24px}.euikit-table.ant-table-wrapper .ant-table-tbody>tr>td:last-child{padding-right:24px}.euikit-table.ant-table-wrapper .ant-table-tbody>tr>td.ant-table-column-sort{background:unset}.euikit-table.ant-table-wrapper .ant-table-tbody .ant-table-row>.ant-table-cell-row-hover{background:#fafafa}.euikit-table--vertical-align-body-top.ant-table-wrapper .ant-table-tbody>tr>td{vertical-align:top}.euikit-table--vertical-align-body-middle.ant-table-wrapper .ant-table-tbody>tr>td{vertical-align:middle}.euikit-table>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-container>.ant-table-content{scrollbar-width:auto;scrollbar-color:#CBCDD1 #E9EAEE}.euikit-table>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-container>.ant-table-content::-webkit-scrollbar{height:6px;width:6px}.euikit-table>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-container>.ant-table-content::-webkit-scrollbar-track{background:#e9eaee}.euikit-table>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-container>.ant-table-content::-webkit-scrollbar-thumb{background-color:#cbcdd1;border:none}.euikit-table>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-container>.ant-table-content>table{height:fit-content}.euikit-table--h100{height:100%}.euikit-table--h100>.ant-spin-nested-loading{height:100%}.euikit-table--h100>.ant-spin-nested-loading>div>.ant-spin{max-height:unset}.euikit-table--h100>.ant-spin-nested-loading>div>.ant-spin svg{stroke:var(--primary-blue-100);width:32px;height:32px}.euikit-table--h100>.ant-spin-nested-loading>.ant-spin-container{height:100%;display:flex;flex-direction:column}.euikit-table--h100>.ant-spin-nested-loading>.ant-spin-container>.ant-table{height:100%}.euikit-table--h100>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-container{height:100%}.euikit-table--h100>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-container>.ant-table-content{height:100%}.euikit-table--h100>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-container>.ant-table-content>table{height:100%}.euikit-table--first-column-bold.ant-table-wrapper .ant-table-thead>tr>th:first-child{font-family:Inter,sans-serif;font-size:13px;font-weight:500;word-spacing:.2px;line-height:20px}.euikit-table--first-column-bold.ant-table-wrapper .ant-table-tbody>tr>td:first-child{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px}.euikit-table.euikit-table--hidden{display:none}.euikit-table-pagination-wrapper{display:flex;margin-top:24px}.euikit-table-pagination-wrapper.euikit-table-pagination-wrapper--hidden{display:none}.euikit-table-pagination{margin-top:0!important;margin-bottom:0!important;gap:8px;align-items:center}.euikit-table-pagination>*{margin-inline-start:0!important;margin-inline-end:0!important}.euikit-table-pagination .ant-pagination-prev>svg,.euikit-table-pagination .ant-pagination-next>svg{width:24px;min-width:24px;height:24px}.euikit-table-pagination .ant-pagination-prev>svg path,.euikit-table-pagination .ant-pagination-next>svg path{fill:var(--black-100);transition:all .2s ease}@media (hover){.euikit-table-pagination .ant-pagination-prev:hover>svg path,.euikit-table-pagination .ant-pagination-next:hover>svg path{fill:var(--primary-blue-200)}}.euikit-table-pagination .ant-pagination-prev.ant-pagination-disabled>svg path,.euikit-table-pagination .ant-pagination-next.ant-pagination-disabled>svg path{fill:var(--black-300)}.euikit-table-pagination .ant-pagination-prev>svg{transform:rotate(90deg)}.euikit-table-pagination .ant-pagination-next>svg{transform:rotate(-90deg)}.euikit-table-pagination .ant-pagination-prev,.euikit-table-pagination .ant-pagination-next,.euikit-table-pagination .ant-pagination-jump-prev,.euikit-table-pagination .ant-pagination-jump-next,.euikit-table-pagination .ant-pagination-item{min-width:40px;height:40px;padding:8px;background:var(--white-100);border:none}.euikit-table-pagination .ant-pagination-jump-prev a,.euikit-table-pagination .ant-pagination-jump-prev span,.euikit-table-pagination .ant-pagination-jump-next a,.euikit-table-pagination .ant-pagination-jump-next span,.euikit-table-pagination .ant-pagination-item a,.euikit-table-pagination .ant-pagination-item span{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;display:block;padding:0;color:var(--black-100);transition:all .2s ease}@media (hover){.euikit-table-pagination .ant-pagination-jump-prev:not(.ant-pagination-item-active):hover,.euikit-table-pagination .ant-pagination-jump-next:not(.ant-pagination-item-active):hover,.euikit-table-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover{background:var(--white-100)}.euikit-table-pagination .ant-pagination-jump-prev:not(.ant-pagination-item-active):hover a,.euikit-table-pagination .ant-pagination-jump-prev:not(.ant-pagination-item-active):hover span,.euikit-table-pagination .ant-pagination-jump-next:not(.ant-pagination-item-active):hover a,.euikit-table-pagination .ant-pagination-jump-next:not(.ant-pagination-item-active):hover span,.euikit-table-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover a,.euikit-table-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover span{color:var(--primary-blue-200)}}.euikit-table-pagination .ant-pagination-jump-prev.ant-pagination-item-active,.euikit-table-pagination .ant-pagination-jump-next.ant-pagination-item-active,.euikit-table-pagination .ant-pagination-item.ant-pagination-item-active{background:var(--primary-blue-200)}.euikit-table-pagination .ant-pagination-jump-prev.ant-pagination-item-active a,.euikit-table-pagination .ant-pagination-jump-prev.ant-pagination-item-active span,.euikit-table-pagination .ant-pagination-jump-next.ant-pagination-item-active a,.euikit-table-pagination .ant-pagination-jump-next.ant-pagination-item-active span,.euikit-table-pagination .ant-pagination-item.ant-pagination-item-active a,.euikit-table-pagination .ant-pagination-item.ant-pagination-item-active span{color:var(--white-100)}@media (hover){.euikit-table-pagination .ant-pagination-jump-prev.ant-pagination-item-active:hover,.euikit-table-pagination .ant-pagination-jump-next.ant-pagination-item-active:hover,.euikit-table-pagination .ant-pagination-item.ant-pagination-item-active:hover{background:var(--primary-blue-100)}.euikit-table-pagination .ant-pagination-jump-prev.ant-pagination-item-active:hover a,.euikit-table-pagination .ant-pagination-jump-prev.ant-pagination-item-active:hover span,.euikit-table-pagination .ant-pagination-jump-next.ant-pagination-item-active:hover a,.euikit-table-pagination .ant-pagination-jump-next.ant-pagination-item-active:hover span,.euikit-table-pagination .ant-pagination-item.ant-pagination-item-active:hover a,.euikit-table-pagination .ant-pagination-item.ant-pagination-item-active:hover span{color:var(--white-100)}}.euikit-table-sort{width:16px;min-width:16px;height:16px}.euikit-table-sort svg{width:100%}.euikit-table-sort svg path{fill:var(--black-200);transition:all .2s ease}.euikit-table-sort--ascend{transform:scaleY(-1)}.euikit-table-sort--ascend svg path{fill:var(--primary-blue-200)!important}.euikit-table-sort--descend svg path{fill:var(--primary-blue-200)!important}.euikit-table-cell--align-right{justify-content:flex-end!important;text-align:right!important}.euikit-table-cell--align-right>.ant-table-column-sorters{justify-content:flex-end!important;text-align:right!important}.euikit-table-cell--double-line{padding-top:4px!important;padding-bottom:4px!important}.euikit-table-actions{padding:20px!important;vertical-align:middle!important}.euikit-table-actions>*{margin-left:auto}@media (max-width: 1000px){.euikit-table-pagination-wrapper{margin-top:20px;flex-wrap:wrap;gap:20px 0}.euikit-table-pagination{flex-wrap:wrap}}.euikit-table-list-sort{display:flex;align-items:center;gap:8px;margin-bottom:24px}.euikit-table-list-sort__label{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-300)}.euikit-table-list-sort__select.euikit-select.ant-select{display:flex;align-items:center;gap:4px;height:unset;min-height:unset}.euikit-table-list-sort__select.euikit-select.ant-select>.ant-select-selector{background:0 0!important;padding:0!important}.euikit-table-list-sort__select.euikit-select.ant-select>.ant-select-selector:before{display:none}.euikit-table-list-sort__select.euikit-select.ant-select>.ant-select-selector>.ant-select-selection-placeholder{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100);padding:0!important}.euikit-table-list-sort__select.euikit-select.ant-select>.ant-select-selector>.ant-select-selection-item{padding-inline-end:0}.euikit-table-list-sort__select.euikit-select.ant-select .ant-select-arrow{position:static;right:unset;margin-top:0;width:24px;height:24px}.euikit-table-list-sort__select.euikit-select.ant-select .ant-select-arrow svg{transform:none!important}.euikit-table-list-sort__select.euikit-select.ant-select .ant-select-arrow svg path{fill:var(--black-100)}.euikit-table-list{width:100%;display:flex;flex-direction:column;gap:12px}.euikit-table-list-item{width:100%;border-radius:12px;padding:20px;background:var(--white-100);position:relative}.euikit-table-list-item__actions{position:absolute;top:20px;right:20px;z-index:1}.euikit-table-list-item__main-column{width:100%;padding-right:32px;min-height:28px;display:flex;align-items:center}.euikit-table-list-item__columns{margin-top:12px;display:flex;flex-wrap:wrap;gap:12px 16px}.euikit-table-list-item__columns-item-title{font-family:Inter,sans-serif;font-size:13px;font-weight:400;word-spacing:.2px;line-height:20px;color:var(--black-300)}.euikit-table-list-item__columns-item-content{margin-top:4px}@media (max-width: 600px){.euikit-table-list{gap:8px}}.euikit-radio-button{display:flex;min-width:0;max-width:100%;gap:12px;background:0 0;border-radius:0;padding:0;cursor:pointer;text-align:left;border:none;outline:none}.euikit-radio-button__radio{width:24px;min-width:24px;height:24px;position:relative;border:2px solid var(--white-600);background:var(--white-100);border-radius:50%;transition:all .2s ease}.euikit-radio-button__radio:after{content:"";width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;border-radius:50%;background:var(--white-100);transition:all .2s ease}.euikit-radio-button__content{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100);width:100%;min-width:0}@media (hover){.euikit-radio-button:hover:not(:disabled) .euikit-radio-button__radio{border-color:var(--black-500)}}.euikit-radio-button:disabled .euikit-radio-button__radio{border-color:var(--black-400);background:var(--white-600)}.euikit-radio-button:disabled .euikit-radio-button__radio:after{opacity:0}.euikit-radio-button:disabled .euikit-radio-button__content{color:var(--black-300)}.euikit-radio-button--active .euikit-radio-button__radio{border-color:var(--primary-blue-200);background:var(--primary-blue-200)}.euikit-radio-button--active .euikit-radio-button__radio:after{opacity:1}@media (hover){.euikit-radio-button--active:hover:not(:disabled) .euikit-radio-button__radio{border-color:var(--primary-blue-100);background:var(--primary-blue-100)}}.euikit-radio-button--active:disabled .euikit-radio-button__radio{border-color:var(--white-600);background:var(--white-600)}.euikit-radio-button--active:disabled .euikit-radio-button__radio:after{background:var(--black-400)}a.euikit-badge,button.euikit-badge{cursor:pointer;border:none;outline:none}@media (hover){a.euikit-badge:hover .euikit-badge__content,a.euikit-badge:hover .euikit-badge__count,button.euikit-badge:hover .euikit-badge__content,button.euikit-badge:hover .euikit-badge__count{color:var(--primary-blue-200)}a.euikit-badge:hover .euikit-badge__icon svg path,a.euikit-badge:hover .euikit-badge__chevron svg path,button.euikit-badge:hover .euikit-badge__icon svg path,button.euikit-badge:hover .euikit-badge__chevron svg path{fill:var(--primary-blue-200)}}@media (hover){a.euikit-badge.euikit-badge--style-primary:hover,button.euikit-badge.euikit-badge--style-primary:hover{background:var(--primary-blue-100)}a.euikit-badge.euikit-badge--style-primary:hover .euikit-badge__content,button.euikit-badge.euikit-badge--style-primary:hover .euikit-badge__content{color:var(--white-100)}}@media (hover){a.euikit-badge.euikit-badge--style-white:hover .euikit-badge__content,button.euikit-badge.euikit-badge--style-white:hover .euikit-badge__content{color:var(--primary-blue-200)}}.euikit-badge{display:flex;align-items:center;gap:8px;background:var(--white-400);padding:12px 16px;border-radius:8px;transition:all .2s ease}.euikit-badge__icon,.euikit-badge__chevron{width:24px;min-width:24px;height:24px}.euikit-badge__icon svg,.euikit-badge__chevron svg{width:100%;height:100%}.euikit-badge__icon svg path,.euikit-badge__chevron svg path{fill:var(--black-100);transition:all .2s ease}.euikit-badge__content{font-family:Inter,sans-serif;font-size:15px;font-weight:400;word-spacing:0;line-height:24px;color:var(--black-100);transition:all .2s ease}.euikit-badge__count{font-family:Inter,sans-serif;font-size:13px;font-weight:500;word-spacing:.2px;line-height:20px;color:var(--primary-blue-200);min-width:24px;height:24px;border-radius:24px;background:var(--white-100);display:flex;justify-content:center;align-items:center}.euikit-badge__chevron{transition:transform .2s ease}.euikit-badge.euikit-badge--rounded{border-radius:40px}.euikit-badge.euikit-badge--style-primary{background:var(--primary-blue-200)}.euikit-badge.euikit-badge--style-primary .euikit-badge__content{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--white-100)}.euikit-badge.euikit-badge--style-white .euikit-badge__content{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--black-100)}.euikit-badge--active .euikit-badge__chevron{transform:rotate(180deg)}.euikit-mobile-drawer-content{position:fixed;bottom:0;left:0;right:0;z-index:1200;padding:32px 16px 40px;background:var(--white-100);border-radius:24px 24px 0 0;outline:none}.euikit-mobile-drawer-content--shadow{box-shadow:0 -2px 16px #00000014}.euikit-mobile-drawer-content [data-vaul-handle]{width:64px;height:4px;border-radius:4px;background:var(--white-500);position:absolute;top:12px;left:50%;transform:translate(-50%)}.euikit-mobile-drawer-content__title{font-family:Inter,sans-serif;font-size:20px;font-weight:500;word-spacing:-.2px;line-height:28px;color:var(--black-100);margin-bottom:16px}.euikit-mobile-drawer-content .ahuikit-list__list-item-content{border-radius:12px;background:var(--white-300);padding:14px 16px}.euikit-mobile-drawer-content .ahuikit-list__list-item:not(:last-child){margin-bottom:8px}.euikit-mobile-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1195}.euikit-popover-with-actions-badge{justify-content:space-between}.euikit-popover-with-actions{min-width:228px}.euikit-popover-with-actions .ant-popover-inner-content{display:flex;flex-direction:column}.euikit-popover-with-actions__actions{border-top:1px solid var(--white-500);padding:16px 16px 8px;display:flex;flex-direction:column;gap:12px;margin-top:8px}.euikit-popover-with-actions__actions>.euikit-button{width:100%}@media (max-width: 600px){.euikit-popover-with-actions{min-width:unset;width:100%}.euikit-popover-with-actions .euikit-badge{justify-content:center}.euikit-popover-with-actions__actions{border-top:none;padding:0;margin-top:24px}}.euikit-radio-select{min-width:228px}.euikit-radio-select .euikit-radio-button{width:100%;padding:10px 16px}.euikit-radio-select .euikit-radio-button__icon{left:16px}@media (max-width: 600px){.euikit-radio-select__list{display:flex;flex-direction:column;gap:8px}.euikit-radio-select .euikit-radio-button{border-radius:12px;background:var(--white-300);padding:16px}}.layout-image-uploader-nomenclatures-toolbar{display:flex;gap:24px;margin-bottom:24px}@media (max-width: 800px){.layout-image-uploader-nomenclatures-toolbar{flex-direction:column;gap:8px;margin-bottom:16px}}.layout-image-uploader-nomenclatures{width:100%}.layout-image-uploader-nomenclatures__image{border-radius:4px;width:72px;height:auto;object-fit:contain}.layout-image-uploader-nomenclatures__cell{padding:0!important}.layout-image-uploader-nomenclatures__cell>*{position:relative;display:flex;width:100%;align-items:center;padding:20px 12px 20px 24px;height:100%;border-radius:0;background:none;border:none;cursor:pointer}@media (max-width: 1000px){.layout-image-uploader-nomenclatures__table-list button{padding:0;border-radius:0;background:none;border:none;cursor:pointer}.layout-image-uploader-nomenclatures__table-list .euikit-table-list-item__main-column,.layout-image-uploader-nomenclatures__table-list .euikit-table-list-item__main-column>*{text-align:left}.layout-image-uploader-nomenclatures__table-list .euikit-table-list-item__columns{flex-direction:column}}.gallery-empty{margin:auto;padding:0 16px;text-align:center}.euikit-select-with-tags__tags{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.euikit-select-with-tags__tags .euikit-tag{margin-right:0}.euikit-select-with-tags__popover .ant-popover-inner-content>div{max-height:300px;overflow-y:auto}.euikit-select-with-tags__popover .ant-popover-inner-content>div{scrollbar-width:auto;scrollbar-color:#CBCDD1 #E9EAEE}.euikit-select-with-tags__popover .ant-popover-inner-content>div::-webkit-scrollbar{height:6px;width:6px}.euikit-select-with-tags__popover .ant-popover-inner-content>div::-webkit-scrollbar-track{background:#e9eaee}.euikit-select-with-tags__popover .ant-popover-inner-content>div::-webkit-scrollbar-thumb{background-color:#cbcdd1;border:none}.gallery-tag-select.euikit-select.ant-select-multiple:not(.euikit-select--with-value):after{color:var(--black-100)}.gallery-tag-select.euikit-select.ant-select .ant-select-arrow>svg path{fill:var(--black-100)}.gallery-tag-select--popover .popover-select__list{max-height:250px;overflow-y:auto}.gallery-tag-select--popover .popover-select__list{scrollbar-width:auto;scrollbar-color:#CBCDD1 #E9EAEE}.gallery-tag-select--popover .popover-select__list::-webkit-scrollbar{height:6px;width:6px}.gallery-tag-select--popover .popover-select__list::-webkit-scrollbar-track{background:#e9eaee}.gallery-tag-select--popover .popover-select__list::-webkit-scrollbar-thumb{background-color:#cbcdd1;border:none}.popover-select__checkbox-wrapper{width:100%;padding:10px 16px}.gallery-toolbar{display:flex;min-width:0;gap:24px}.gallery-toolbar__search{width:100%;max-width:440px}.gallery-toolbar__tag-select{min-width:140px;width:140px}@media (max-width: 700px){.gallery-toolbar{flex-direction:column;gap:8px}.gallery-toolbar__search{max-width:100%}.gallery-toolbar__tag-select{min-width:0;width:100%}}.gallery-item{position:relative;width:100%;padding-bottom:100%;border-radius:8px;border:2px solid var(--white-500)}.gallery-item__trigger{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px;z-index:1;outline:none;border:none;background:0 0;cursor:pointer}.gallery-item__checkbox{top:2px;left:2px;z-index:2}.gallery-item__checkbox.euikit-checkbox{position:absolute}.gallery-item__actions-btn{position:absolute;top:2px;right:2px;z-index:2}.gallery-item__actions-btn.euikit-button{border-radius:6px}.gallery-item__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:6px}.gallery-grid{margin-top:24px}.gallery-grid__loading{border-radius:8px;overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.gallery-grid__loading .shared-loading{height:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.gallery-grid__select-all{margin-bottom:16px}.gallery-grid__container{position:relative;display:grid;grid-template-columns:repeat(10,1fr);gap:12px}.gallery-grid__pagination.euikit-table-pagination{margin-top:16px!important}.gallery-grid--compact .gallery-grid__container{grid-template-columns:repeat(8,1fr)}@media (max-width: 1300px){.gallery-grid__container{grid-template-columns:repeat(5,1fr)}.gallery-grid--compact .gallery-grid__container{grid-template-columns:repeat(4,1fr)}}@media (max-width: 700px){.gallery-grid__container{grid-template-columns:repeat(2,1fr)}}.gallery-preview{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;opacity:0;transition:opacity .2s ease;pointer-events:none}.gallery-preview__bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.9}.gallery-preview__close{position:absolute;top:24px;right:24px;z-index:1}.gallery-preview__close.euikit-button--style-transparent svg{width:32px;height:32px}.gallery-preview__close.euikit-button--style-transparent svg path{fill:var(--white-100)}.gallery-preview__img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:200px;min-height:200px;max-width:calc(100% - 150px);max-height:calc(100% - 150px);object-fit:contain;z-index:1;pointer-events:none}.gallery-preview--open{opacity:1;pointer-events:initial}.euikit-floating-edge-bar{position:fixed;left:0;right:0;bottom:0;display:flex;justify-content:center;padding:0 16px 24px;opacity:0;pointer-events:none;transform:translate3d(0,120%,0);transition:transform .25s ease,opacity .25s ease;z-index:20}.euikit-floating-edge-bar--open{opacity:1;pointer-events:auto;transform:translateZ(0)}.euikit-floating-edge-bar__content{display:inline-flex;align-items:center;gap:16px;max-width:100%;padding:8px;background:var(--white-100);border-radius:12px;box-shadow:0 12px 32px #1b1b1c1f;pointer-events:auto}.gallery-selected-bar{justify-content:space-between;padding-left:24px}.gallery-selected-bar__actions{display:flex;gap:4px}.gallery-display{display:flex;flex-direction:column;flex-grow:1}.layout-image-uploader-my-images{width:100%}.layout-image-uploader-my-images.gallery-display--not-found{display:flex;flex-direction:column;min-height:0;height:100%}.layout-image-uploader-catalog{width:100%}.layout-image-uploader-catalog.gallery-display--not-found{display:flex;flex-direction:column;min-height:0;height:100%}.layout-image-uploader.ant-modal{padding:24px!important;max-width:100%;height:100%;max-height:724px;min-height:0;display:flex}.layout-image-uploader.ant-modal>:not([aria-hidden=true]){min-height:0;height:100%}.layout-image-uploader.ant-modal>*>.ant-modal-content{height:100%}.layout-image-uploader.ant-modal>*>.ant-modal-content>.ant-modal-body{display:flex;flex-direction:column;height:100%}.layout-image-uploader__menu{min-width:300px;width:300px;height:100%;min-height:0;border-right:1px solid var(--white-500)}.layout-image-uploader__menu.euikit-menu{padding:8px}.layout-image-uploader .euikit-modal__tight-header-content-wrapper{min-height:0;height:100%}.layout-image-uploader .euikit-modal__tight-header-content{overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column}.layout-image-uploader-mobile{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;background:var(--white-100);display:flex;flex-direction:column}.layout-image-uploader-mobile__header{display:flex;justify-content:space-between;align-items:center;padding:14px 14px 14px 16px;border-bottom:1px solid var(--white-500)}.layout-image-uploader-mobile__header-title{font-family:Inter,sans-serif;font-size:20px;font-weight:500;word-spacing:-.2px;line-height:28px;color:var(--black-100)}.layout-image-uploader-mobile__content{padding:24px 16px;height:100%;min-height:0;overflow-y:auto;background:var(--white-300)}.services-necessary-action__select-dropdown .ant-select-item.ant-select-item-option .ant-select-item-option-content{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}.services-necessary-action__select-item-favorite{display:flex;justify-content:space-between;align-items:center;min-width:0;height:100%}.services-necessary-action__select-item-favorite-name{display:block;min-width:0;width:100%;color:inherit;font-size:inherit}.services-necessary-action__select-item-favorite-icon{margin-left:4px;min-width:12px;width:12px;height:12px}.services-necessary-action__select-item-favorite-icon>*{color:var(--ant-color-primary);transition:all .2s ease}.services-necessary-action__select .ant-select-selector .services-necessary-action__select-item-favorite-icon{display:none}.editor-estimates-product-line-variables{padding-top:16px;max-height:171px;overflow-y:auto}.editor-estimates-product-line-variables__item{width:100%;display:flex;justify-content:space-between;align-items:center;gap:24px}.editor-estimates-product-line-variables__item:not(:last-child){margin-bottom:12px}.editor-estimates-product-line-variables__item-label,.editor-estimates-product-line-variables__item-content{display:flex;align-items:center}.editor-estimates-product-line-variables__item-label{gap:4px}.editor-estimates-product-line-variables__item-label-icon{width:16px;min-width:16px;height:16px}.editor-estimates-product-line-variables__item-label-icon svg{width:100%;height:100%}.editor-estimates-product-line-variables__item-label-icon svg path{fill:var(--black-300)}.editor-estimates-product-line-variables__item-label-text{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px}.editor-estimates-product-line-variables__item-content{gap:16px}.editor-estimates-product-line-variables__toggle{width:100%;margin-top:12px;margin-bottom:12px}.editor-estimates-product-wall-line-variables{padding-top:16px;max-height:300px;overflow-y:auto}.editor-estimates-product-wall-line-variables__item{width:100%;display:flex;justify-content:space-between;align-items:center;gap:24px}.editor-estimates-product-wall-line-variables__item:not(:last-child){margin-bottom:12px}.editor-estimates-product-wall-line-variables__item-label,.editor-estimates-product-wall-line-variables__item-content{display:flex;align-items:center}.editor-estimates-product-wall-line-variables__item-label{gap:4px}.editor-estimates-product-wall-line-variables__item-label-icon{width:16px;min-width:16px;height:16px}.editor-estimates-product-wall-line-variables__item-label-icon svg{width:100%;height:100%}.editor-estimates-product-wall-line-variables__item-label-icon svg path{fill:var(--black-300)}.editor-estimates-product-wall-line-variables__item-label-text{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px}.editor-estimates-product-wall-line-variables__item-content{gap:16px}.editor-estimates-product-wall-pvx-variables{margin-top:4px;width:100%}.editor-estimates-product-wall-pvx-variables>*:nth-child(1){justify-content:space-between}.editor-estimates-product-wall-pvx-variables .ant-space,.editor-estimates-product-wall-pvx-variables .ant-space-item,.editor-estimates-product-wall-pvx-variables .ant-select,.editor-estimates-product-wall-pvx-variables .ant-input-number,.editor-estimates-product-wall-pvx-variables__item{width:100%}.editor-estimates-product-wall-pvx-variables__item>*:nth-child(1){margin-bottom:4px;display:block}.editor-estimates-product-wall-pvx-variables__item>*:not:nth-child(1){width:100%}.editor-estimates-product-wall-tkan-variables{margin-top:4px;width:100%}.editor-estimates-product-wall-tkan-variables>*:nth-child(1){justify-content:space-between}.editor-estimates-product-wall-tkan-variables .ant-space,.editor-estimates-product-wall-tkan-variables .ant-space-item,.editor-estimates-product-wall-tkan-variables .ant-select,.editor-estimates-product-wall-tkan-variables .ant-input-number,.editor-estimates-product-wall-tkan-variables__item{width:100%}.editor-estimates-product-wall-tkan-variables__item>*:nth-child(1){margin-bottom:4px;display:block}.editor-estimates-product-wall-tkan-variables__item>*:not:nth-child(1){width:100%}.editor-estimates-product-wall-tkan-variables__error{font-weight:500;font-size:12px;line-height:150%;color:var(--ant-color-error)}.editor-rectangle-generator-popover-overlay{width:328px}.editor-rectangle-generator-popover-overlay__fields{display:flex;gap:16px}.editor-rectangle-generator-popover-overlay__fields-item{width:100%}.editor-rectangle-generator-popover-overlay__submit{margin-top:16px;width:100%}.editor-rectangle-generator-popover__content{height:296px!important;bottom:0!important}@media (max-width: 750px){.editor-rectangle-generator-popover-overlay__submit{margin-top:24px}}.editor-text-tool-editor__rich-editor{padding:6px;border:1px solid var(--white-400);border-radius:8px}.editor-text-tool-editor__rich-editor-header{display:flex;gap:4px;padding-bottom:6px;margin-bottom:8px;border-bottom:1px solid var(--white-400)}.editor-text-tool-editor__rich-editor-header-btn{width:20px;height:20px;font-size:10px;line-height:100%;padding:0;display:flex;justify-content:center;align-items:center}.editor-text-tool-editor__rich-editor-header-btn .anticon{font-size:10px;line-height:100%}.editor-text-tool-editor__rich-editor-header-btn .anticon svg{width:10px;height:10px}.editor-text-tool-editor__rich-editor-header-select{width:100px;text-align:left}.editor-text-tool-editor__rich-editor-header-select.ant-select.euikit-select{height:24px;min-height:24px}.editor-text-tool-editor__rich-editor-header-select.ant-select>.ant-select-selector{height:24px;padding:0 6px}.editor-text-tool-editor__rich-editor-header-select.ant-select>.ant-select-selector .ant-select-selection-item{font-size:12px;line-height:18px;padding-inline-end:16px}.editor-text-tool-editor__rich-editor-header-select.ant-select>.ant-select-arrow{width:16px;height:16px;inset-inline-end:6px;margin-top:-8px}.editor-text-tool-editor__rich-editor-header-select-popup{font-size:12px}.editor-text-tool-editor__rich-editor-header-select-popup .ant-select-item.ant-select-item-option{padding:4px 8px}.editor-text-tool-editor__rich-editor-header-color-picker-overlay .ant-popover-inner{padding:0;background:0 0}.editor-text-tool-editor__rich-editor-header-color-picker-circle{width:24px;height:24px;border:1px solid var(--white-400);border-radius:50%;min-width:18px;min-height:18px;background:var(--text-color)}.editor-text-tool-editor__rich-editor-header-number-input{width:60px}.editor-text-tool-editor__rich-editor-header-number-input .ant-input-number-input-wrap{height:18px}.editor-text-tool-editor__rich-editor-header-number-input .euikit-textfield__field{font-size:12px;line-height:24px;height:24px;padding:0;display:block}.editor-text-tool-editor__rich-editor-header-number-input .euikit-field__field{font-size:12px;line-height:24px;padding:0 6px}.editor-text-tool-editor__rich-editor-textarea{font-family:var(--text-font, Arial);color:var(--text-color, #000000);min-width:100%;max-width:100%;min-height:40px;max-height:150px;border:none;outline:none;padding:0;font-size:16px;line-height:100%;border-radius:2px}.editor-text-tool-editor__rich-editor-textarea--bold{font-weight:700}.editor-text-tool-editor__rich-editor-textarea--italic{font-style:italic}.editor-text-tool-editor__actions{width:100%;margin-top:6px;display:flex;align-items:center;gap:6px}.editor-text-tool-editor__actions-item--reset{margin-left:auto}.editor-text-tool-editor__actions-group{border-radius:8px;border:1px solid var(--white-400);padding:3px;display:flex;align-items:center;gap:6px}.editor-text-tool-editor__actions-group .euikit-button{width:27px!important;height:27px!important}.editor-text-tool-editor__actions .euikit-button{width:32px;height:32px;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.editor-text-tool-editor__actions .euikit-button svg{width:16px;height:16px}.editor-text-tool-editor__question path{fill:var(--black-400)}.project-sidebar-pdf-buttons{display:flex}.project-sidebar-pdf-buttons .euikit-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0;width:100%}.project-sidebar-pdf-buttons .euikit-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0;background:var(--primary-orange-300);border-color:var(--primary-orange-300)}@media (hover){.project-sidebar-pdf-buttons .euikit-button:last-child:hover:not(:disabled):not(:active){background:var(--primary-orange-100);border-color:var(--primary-orange-100)}}@media (max-width: 700px){.project-sidebar-pdf-buttons{width:100%!important}}.project-pdf-editor-modal-header{position:fixed;top:0;left:0;width:100%;background:var(--primary-blue-100);z-index:10000;padding:9px 30px}.project-pdf-editor-modal-header__content{max-width:1000px;padding-right:8px;width:100%;gap:8px;display:flex;align-items:center;margin-left:auto;margin-right:auto}.project-pdf-editor-modal-header__content-tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.project-pdf-editor-modal-header__content-tags>*{margin:0}.project-pdf-editor-modal-header__save{margin-left:auto}.project-pdf-editor-modal-header__tag.euikit-tag.ant-tag .anticon svg{width:16px;height:16px}.project-pdf-editor-modal-header__tag.euikit-tag.ant-tag .anticon+span{padding-bottom:1px}@media (max-width: 600px){.project-pdf-editor-modal-header{padding:9px 16px}.project-pdf-editor-modal-header__save>span{display:none}}.project-pdf-editor-text-for-edit{position:relative;width:fit-content;display:inline-block}.project-pdf-editor-text-for-edit,.project-pdf-editor-text-for-edit *{font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit}.project-pdf-editor-text-for-edit__btn{background:0 0;border:none;text-align:inherit;padding:0;cursor:text}.project-pdf-editor-text-for-edit__actions{position:absolute;bottom:calc(100% - 8px);left:100%;font-size:10px;display:flex;gap:2px;z-index:1}.project-pdf-editor-text-for-edit__actions-item{padding:0;height:unset;background:0 0;border:none;cursor:pointer}.project-pdf-editor-text-for-edit__actions-item:not(:disabled):hover{border-color:transparent}.project-pdf-editor-text-for-edit__input{background:transparent;border:none;outline:none;margin:0;padding:0;border-radius:0;-moz-appearance:textfield;-webkit-appearance:none;appearance:none;resize:none;position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%)}.project-pdf-editor-text-for-edit__value{visibility:hidden;pointer-events:none;white-space:pre-wrap}.project-pdf-editor-text-for-edit__value,.project-pdf-editor-text-for-edit__input{min-width:20px;word-break:break-word}.project-pdf-discounts.estimate-discounts-list{margin-top:10px;overflow:visible}.project-pdf-discounts .project-pdf-editor-toggle{width:fit-content}.project-pdf-discounts .project-pdf-editor-toggle__btn{bottom:calc(100% - 2.5px);left:calc(100% + 12px);font-size:9px;height:fit-content;display:flex}.project-pdf-discounts .project-pdf-editor-toggle--active .estimate-discounts-list__item,.project-pdf-discounts .project-pdf-editor-toggle--active .project-pdf-editor-text-for-edit__btn{text-decoration:line-through;color:#9fb4dc}.project-pdf-editor-toggle{position:relative}.project-pdf-editor-toggle__btn{position:absolute;padding:0;background:0 0;border:none;cursor:pointer}.project-pdf-editor-toggle__btn--top-left{bottom:calc(100% - 4px);right:calc(100% + 10px)}.project-pdf-editor-toggle__btn--top-right{bottom:calc(100% + 10px);left:calc(100% + 10px)}.project-pdf-editor-table-restore{margin:0 -32px;padding:0 10px}.project-pdf-editor-table-restore .e-table-wrapper{padding:0 24px}.project-pdf-editor-table-restore--with-btns{margin-top:-11.5px}.project-pdf-editor-table-restore--with-btns .e-table-wrapper{margin-top:-12.5px}.project-pdf-editor-table-restore__list{list-style:none;padding:0 12px;margin:0 -12px;max-height:250px;overflow:auto}.project-pdf-editor-table-restore__list li:not(:last-child){margin-bottom:4px}.project-pdf-editor-table-restore__list li>*{width:100%}.project-pdf-editor-table-restore__list-title{display:block;margin-bottom:8px}.project-pdf-editor-table-restore__list-content{display:flex;align-items:center;gap:8px;min-width:0}.project-pdf-editor-table-restore__btn{position:sticky;top:calc(50% - 16px);z-index:1;padding:0;height:unset;font-size:14px}.project-pdf-editor-table-restore__btn--rows{left:0}.project-pdf-editor-table-restore__btn--columns{left:100%}.project-pdf-editor-table-restore__btn:not(:disabled):hover{border-color:transparent}.project-pdf-editor-table-restore-popover__overlay{max-width:300px}.project-pdf-editor-table-restore-popover__overlay>.ant-popover-content>.ant-popover-inner{padding:12px}.project-pdf-page{display:flex;flex-direction:column;page-break-before:always}.project-pdf-page--no-break-before{page-break-before:unset!important}.project-pdf-page--no-break-before .project-pdf-page__header-space{height:0}.project-pdf-page--no-min-height{min-height:0}.project-pdf-page--no-min-height .project-pdf-page__footer-space{height:0}.project-pdf-page-content{padding:0 60px}.project-pdf-page__header-space{height:80px}.project-pdf-page__footer-space{height:110px}.editor-download-estimate-excel-download{margin-top:auto;margin-left:auto}@media (max-width: 700px){.editor-download-estimate-excel-download{margin-left:unset;margin-top:16px;width:100%}}.change-figure-scale-modal__fields{display:flex;gap:16px}.change-figure-scale-modal__fields>*{width:100%}.sketch-settings-modal__content,.sketch-settings-modal__content>*{width:100%}.sketch-settings-modal__content{position:relative}.sketch-settings-modal__content-cancel{position:absolute;top:8px;right:8px;z-index:1}.editor-products-modal-product{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;border:none;background:0 0;border-radius:0;padding:14px 0;width:100%;cursor:pointer;position:relative;text-align:left}.editor-products-modal-product:not(:last-child){border-bottom:1px solid var(--white-500)}.editor-products-modal-product__text{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--black-100);transition:all .2s ease}.editor-products-modal-product__icon{width:24px;min-width:24px;height:24px}@media (hover){.editor-products-modal-product:hover .editor-products-modal-product__text{color:var(--primary-blue-200)}}.euikit-accordion.ant-collapse{background:0 0;border:none;border-radius:0}.euikit-accordion.ant-collapse .ant-collapse-content{border-top:none;background:0 0}.euikit-accordion.ant-collapse .ant-collapse-content>.ant-collapse-content-box{padding:0 24px 24px}.euikit-accordion.ant-collapse>.ant-collapse-item{border:1px solid var(--white-600);background:var(--white-100);border-radius:12px}.euikit-accordion.ant-collapse>.ant-collapse-item:not(:last-child){margin-bottom:12px}.euikit-accordion.ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:24px}.euikit-accordion.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-header-text{font-family:Inter,sans-serif;font-size:17px;font-weight:500;word-spacing:0;line-height:26px;color:var(--black-100);display:flex;justify-content:space-between;gap:12px;transition:all .2s ease}.euikit-accordion.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-expand-icon{width:24px;min-width:24px;height:24px;padding-inline-start:0;padding-inline-end:0;transition:all .2s ease}.euikit-accordion.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-expand-icon svg{width:100%;height:100%}.euikit-accordion.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-expand-icon svg path{fill:var(--black-300)}@media (hover){.euikit-accordion.ant-collapse>.ant-collapse-item>.ant-collapse-header:hover .ant-collapse-header-text{color:var(--primary-blue-200)}}.euikit-accordion.ant-collapse>.ant-collapse-item.ant-collapse-item-active>.ant-collapse-header .ant-collapse-expand-icon{transform:rotate(180deg)}.euikit-accordion.ant-collapse>.ant-collapse-item.ant-collapse-item-active>.ant-collapse-header .ant-collapse-expand-icon svg path{fill:var(--black-100)}.euikit-accordion__description{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-300);margin-bottom:20px}.euikit-accordion__count{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-300);margin-left:auto;margin-right:8px}.euikit-accordion.euikit-accordion--not-bordered.ant-collapse>.ant-collapse-item{border:none;border-bottom:1px solid var(--white-500);border-radius:0}.euikit-accordion.euikit-accordion--not-bordered.ant-collapse>.ant-collapse-item:not(:last-child){margin-bottom:0}.euikit-accordion.euikit-accordion--not-bordered.ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:16px 0;align-items:center}.euikit-accordion.euikit-accordion--not-bordered .ant-collapse-content>.ant-collapse-content-box{padding:0 0 12px}.euikit-accordion.euikit-accordion--not-bordered:last-child.ant-collapse>.ant-collapse-item{border-bottom:none}@media (max-width: 1000px){.euikit-accordion.ant-collapse .ant-collapse-content>.ant-collapse-content-box{padding:0 16px 16px}.euikit-accordion.ant-collapse>.ant-collapse-item{border-radius:8px}.euikit-accordion.ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:16px}.euikit-accordion__description{margin-bottom:12px}.euikit-accordion__count{font-family:Inter,sans-serif;font-size:13px;font-weight:300;word-spacing:.2px;line-height:20px;line-height:inherit}.euikit-accordion.euikit-accordion--not-bordered.ant-collapse .ant-collapse-content>.ant-collapse-content-box{padding:0 0 12px}}.euikit-segmented{display:flex;align-items:stretch;gap:2px;background:var(--white-400);padding:2px;border-radius:8px}.euikit-segmented__item{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;width:calc(100% / var(--count, 1));padding:10px;border-radius:6px;color:var(--black-300);background:transparent;display:flex;justify-content:center;align-items:center;gap:8px;border:none;cursor:pointer;transition:all .2s ease}.euikit-segmented__item-icon{width:24px;min-width:24px;height:24px}.euikit-segmented__item-icon svg{width:100%;height:100%}.euikit-segmented__item-icon svg path{fill:var(--black-300);transition:all .2s ease}.euikit-segmented__item:active,.euikit-segmented__item--active{color:var(--primary-blue-200)}@media (hover){.euikit-segmented__item:hover{color:var(--primary-blue-200)}.euikit-segmented__item:hover .euikit-segmented__item-icon svg path{fill:var(--primary-blue-200)}}.euikit-segmented__item:active{color:var(--primary-blue-300)}.euikit-segmented__item:active .euikit-segmented__item-icon svg path{fill:var(--primary-blue-300)}.euikit-segmented__item--active{background:var(--white-100);box-shadow:0 2px 4px #00000014}.euikit-segmented__item--active .euikit-segmented__item-icon svg path{fill:var(--primary-blue-200)}.euikit-back-button{display:flex;align-items:center;gap:8px;margin-bottom:12px;width:fit-content;background:0 0;border:none;border-radius:0;padding:0;cursor:pointer}.euikit-back-button__icon{width:24px;min-width:24px;height:24px}.euikit-back-button__icon svg{width:100%;height:100%;transform:rotate(90deg)}.euikit-back-button__icon svg path{fill:var(--black-300)}.euikit-back-button__icon--no-rotation svg{transform:rotate(0)}.euikit-back-button__label{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--black-300)}.euikit-back-button--bigger-margin{margin-bottom:32px}.euikit-back-button--no-margin{margin-bottom:0}@media (max-width: 600px){.euikit-back-button--bigger-margin{margin-bottom:24px}}.editor-products-modal-root{position:static}.editor-products-modal{position:fixed!important;top:83px!important;left:484px!important;width:388px!important;max-width:388px!important;height:calc(100vh - 93px)!important;display:flex!important;transform-origin:0 0!important;z-index:1201}.editor-products-modal.ant-modal>div{width:100%}.editor-products-modal.ant-modal .ant-modal-content{width:100%;height:100%;display:flex;flex-direction:column;box-shadow:0 -2px 16px #00000014!important;border-radius:16px!important;padding:24px 0 20px}.editor-products-modal.ant-modal .ant-modal-content .ant-modal-header{padding-left:20px;padding-right:40px;margin-bottom:20px}.editor-products-modal.ant-modal .ant-modal-content .ant-modal-body{display:flex;flex-direction:column;min-height:0;height:100%}.editor-products-modal__section{width:100%;padding:0 20px}.editor-products-modal__section--title{min-height:44px}.editor-products-modal__categories{width:unset}.editor-products-modal__categories:not(:last-child){margin-bottom:24px}.editor-products-modal__categories-item{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--black-100);text-align:left;background:var(--white-300);border-radius:12px;border:none;padding:16px;cursor:pointer;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center}.editor-products-modal__categories-item:not(:last-child){margin-bottom:8px}.editor-products-modal__categories-item svg{width:24px;min-width:24px;height:24px;transform:rotate(-90deg)}.editor-products-modal__categories-item svg path{fill:var(--black-100)}@media (hover){.editor-products-modal__categories-item:hover{color:var(--primary-blue-200)}.editor-products-modal__categories-item:hover svg path{fill:var(--primary-blue-200)}}.editor-products-modal__scrollable{overflow-y:auto;display:flex;flex-direction:column;min-height:0;height:100%}@media (max-width: 1350px){.editor-products-modal{top:132px!important;left:370px!important;width:344px!important;height:calc(100vh - 140px)!important}}@media (max-width: 750px){.editor-products-modal{top:59px!important;left:0!important;bottom:0!important;width:100%!important;max-width:100%!important;height:unset!important;margin:0 auto!important}.editor-products-modal.ant-modal .ant-modal-content{box-shadow:none!important;border-radius:0!important}.editor-products-modal .euikit-modal__loading{border-radius:0}}.editor-estimates-product .editor-number-input-with-confirmation__input{background:0 0}.editor-estimates-product .editor-number-input-with-confirmation:not(.editor-number-input-with-confirmation--with-controls){margin-right:4px}.editor-estimates-services-item-configuration__empty.euikit-message-block--style-minimal .euikit-message-block__title{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px}.editor-estimates-services-item-configuration-necessary-action-label.euikit-field-label{font-size:15px;color:var(--black-100)}.editor-estimates-services-item-configuration-form{padding-top:8px;padding-bottom:8px}.editor-estimates-services-item-configuration-form>.ant-form-item:not(:last-child){margin-bottom:12px}.editor-estimates-services-item-configuration-form__btn{width:100%}@media (max-width: 750px){.editor-estimates-services-item-configuration-form{padding-top:4px;padding-bottom:4px}.editor-estimates-services-item-configuration-form>.ant-form-item:not(:last-child){margin-bottom:8px}.editor-estimates-services-item-configuration-form>.euikit-field-label{font-family:Inter,sans-serif;font-size:11px;font-weight:500;word-spacing:.2px;line-height:16px;margin-bottom:4px}.editor-estimates-services-item-configuration-form .euikit-textfield__field{padding:10px}.editor-estimates-services-item-configuration-form .euikit-select.ant-select{height:40px}.editor-estimates-services-item-configuration-form .euikit-textfield__field{font-family:Inter,sans-serif;font-size:13px;font-weight:300;word-spacing:.2px;line-height:20px}.editor-estimates-services-item-configuration-form .euikit-select.ant-select>.ant-select-selector>.ant-select-selection-placeholder,.editor-estimates-services-item-configuration-form .euikit-select.ant-select>.ant-select-selector>.ant-select-selection-item{font-family:Inter,sans-serif;font-size:13px;font-weight:300;word-spacing:.2px;line-height:20px}.editor-estimates-services-item-configuration-form .euikit-select.ant-select>.ant-select-selector{padding:10px}.editor-estimates-services-item-configuration-form__btn{font-family:Inter,sans-serif;font-size:13px;font-weight:500;word-spacing:.2px;line-height:20px;margin-top:12px}.editor-estimates-services-item-configuration-form__btn.euikit-button.euikit-button--type-button.euikit-button--not-icon-only.euikit-button--size-default{padding:8px}}.editor-estimates-services-item-actions__btn path{fill:var(--black-300)!important}@media (hover){.editor-estimates-services-item-actions__btn:hover path{fill:var(--black-100)!important}}.editor-estimates-services-item-actions__btn--dots{margin-right:6px}.editor-estimates-services-item{width:100%}.editor-estimates-services-item.ant-collapse>.ant-collapse-item{border-bottom:none!important}.editor-estimates-services-item.ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:14px 0!important}.editor-estimates-services-item.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-header-text{width:100%;min-width:0;justify-content:flex-start;gap:10px}.editor-estimates-services-item.ant-collapse>.ant-collapse-item>.ant-collapse-content{border-bottom:1px solid var(--white-500);border-radius:0}.editor-estimates-services-item .editor-estimates-services-item-actions{margin-left:auto}.editor-estimates-services-item__info{width:24px;min-width:24px;height:24px}.editor-estimates-services-item__label{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--black-100);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;text-overflow:ellipsis}.editor-estimates-services-item__accordion-inner.ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:10px 0!important}.editor-estimates-services-item__accordion-inner.ant-collapse>.ant-collapse-item>.ant-collapse-header>.ant-collapse-header-text{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px}.editor-estimates-services-item__accordion-inner.euikit-accordion.euikit-accordion--not-bordered .ant-collapse-content>.ant-collapse-content-box{padding-bottom:8px}.editor-estimates-services-item__accordion-inner--drawing.euikit-accordion.euikit-accordion--not-bordered .ant-collapse-content>.ant-collapse-content-box{padding-bottom:16px}.editor-estimates-services-item--configured.editor-estimates-services-item{background:var(--additional-light-blue-100);position:relative}.editor-estimates-services-item--configured.editor-estimates-services-item .editor-estimates-item__prefix-enabled{background:var(--white-600)!important}.editor-estimates-services-item--configured.editor-estimates-services-item:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--white-100)}.editor-estimates-services-item--configured.editor-estimates-services-item .ant-collapse-item{border-bottom-color:var(--white-600)!important}.editor-estimates-services-item--configured.editor-estimates-services-item>.ant-collapse-item{background:0 0}.editor-estimates-services-item--configured.editor-estimates-services-item>.ant-collapse-item>.ant-collapse-content{border-bottom-color:var(--white-600)!important}.editor-estimates-services-item--configured.editor-estimates-services-item>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box>.ant-collapse>.ant-collapse-item{background:0 0}.editor-estimates-services-item--configured.editor-estimates-services-item>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box>.ant-collapse>.ant-collapse-item .euikit-textfield__field,.editor-estimates-services-item--configured.editor-estimates-services-item>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box>.ant-collapse>.ant-collapse-item .ant-input,.editor-estimates-services-item--configured.editor-estimates-services-item>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box>.ant-collapse>.ant-collapse-item .euikit-select.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer)>.ant-select-selector:before{background:var(--white-100)}.editor-estimates-services-item--not-configured .editor-estimates-services-item__info path{fill:var(--black-300)}.editor-estimates-services-item--not-available .editor-estimates-services-item__info path{fill:var(--black-500)}.editor-estimates-services-item--modified .editor-estimates-services-item__info path{fill:var(--primary-orange-200)}.editor-estimates-services-item--incorrect .editor-estimates-services-item__info path{fill:var(--additional-red-100)}@media (max-width: 750px){.editor-estimates-services-item.ant-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding-bottom:0}.editor-estimates-services-item.ant-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box>.ant-collapse>.ant-collapse-item{border-bottom:none}.editor-estimates-services-item__label{font-family:Inter,sans-serif;font-size:11px;font-weight:600;word-spacing:.2px;line-height:16px;margin:auto 0}.editor-estimates-services-item__accordion-inner.ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:4px 0!important}.editor-estimates-services-item__accordion-inner.ant-collapse>.ant-collapse-item>.ant-collapse-header>.ant-collapse-header-text{font-family:Inter,sans-serif;font-size:11px;font-weight:500;word-spacing:.2px;line-height:16px}.editor-estimates-services-item--configured.editor-estimates-services-item .ant-collapse-item{border-bottom:none}.editor-estimates-services-item--configured.editor-estimates-services-item>.ant-collapse-item>.ant-collapse-content{border-bottom:none}}.editor-estimates-services .editor-estimates-services-item:last-child{border-bottom:none}.editor-smet-modal{position:fixed!important;top:83px!important;left:484px!important;display:flex!important;transform-origin:0 0!important;z-index:1200;padding-bottom:0;width:calc(100vw - 500px)!important;max-width:calc(100vw - 500px)!important;height:calc(100vh - 93px)!important;margin:0!important}.editor-smet-modal>div{width:100%}.editor-smet-modal .ant-modal-content{border-radius:0;padding:40px 50px;border:none;display:flex;flex-direction:column;min-height:0;width:100%;height:100%;box-shadow:0 -2px 16px #00000014!important}.editor-smet-modal .ant-modal-content .ant-modal-body{display:flex;flex-direction:column;min-height:0;height:100%}.editor-smet-modal__wrap{pointer-events:none;z-index:1001!important}.editor-smet-modal__statistics{justify-content:space-between}.editor-smet-modal__statistics .ant-space-item{max-width:100%}.editor-smet-modal__statistics .ant-statistic-title{color:var(--color-tertiary)}.editor-smet-modal__smet{margin-top:16px;height:100%;min-height:0}.editor-smet-modal__smet .ant-space-item:first-child{display:flex;width:100%;min-height:0}.editor-smet-modal__smet .ant-space-item:first-child .ant-table-header{border-radius:4px 4px 0 0}.editor-smet-modal__prices{margin-top:40px;white-space:nowrap;display:flex;justify-content:flex-end;gap:35px;color:#000;font-size:11px;font-style:normal;font-weight:400;line-height:normal}.editor-smet-modal__prices-labels{text-align:right}.editor-smet-modal__prices-labels-item:not(:first-child),.editor-smet-modal__prices-values-item:not(:first-child){margin-top:8px}.editor-smet-modal__table.euikit-table>.ant-spin-nested-loading,.editor-smet-modal__table.euikit-table .ant-spin-container,.editor-smet-modal__table.euikit-table .ant-spin-container>.ant-table,.editor-smet-modal__table.euikit-table .ant-table-container,.editor-smet-modal__table.euikit-table .ant-table-content{height:100%}.editor-smet-modal__table.euikit-table .ant-table-content{overflow:auto!important}.editor-smet-modal__table.euikit-table .ant-table-content{scrollbar-width:auto;scrollbar-color:#CBCDD1 #E9EAEE}.editor-smet-modal__table.euikit-table .ant-table-content::-webkit-scrollbar{height:6px;width:6px}.editor-smet-modal__table.euikit-table .ant-table-content::-webkit-scrollbar-track{background:#e9eaee}.editor-smet-modal__table.euikit-table .ant-table-content::-webkit-scrollbar-thumb{background-color:#cbcdd1;border:none}.editor-smet-modal__footer{display:flex;gap:20px}.editor-smet-modal__footer-box{width:50%}.editor-smet-modal__footer-box:last-child{text-align:right}.editor-smet-modal__footer-box:last-child:first-child{width:100%}.editor-smet-modal__price{width:100%}.editor-smet-modal__price .ant-typography{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal;white-space:nowrap;display:block}.editor-smet-modal__price .ant-typography:last-child{margin-top:7px;font-size:20px}.editor-smet-modal__scrollable{display:flex;flex-direction:column;min-height:0;width:100%}.editor-smet-modal__scrollable .ant-table-header{position:sticky;top:0;z-index:120}.editor-smet-modal__commerical-works-products__title.ant-typography{margin-top:24px;font-family:Inter,sans-serif;font-size:20px;font-weight:500;word-spacing:-.2px;line-height:28px;color:var(--black-100)}.editor-smet-modal__commerical-works-products__price{margin-top:12px;display:flex;justify-content:space-between}@media (max-width: 1350px) and (min-width: 751px){.editor-smet-modal{top:124px!important;left:362px!important;max-width:calc(100vw - 370px)!important;width:calc(100vw - 370px)!important;height:calc(100vh - 132px)!important}}@media (max-width: 750px){.editor-smet-modal{top:59px!important;left:0!important;bottom:0;box-shadow:none;max-width:100vw!important;width:100vw!important;height:calc(100% - 59px)!important}.editor-smet-modal .ant-modal-content{overflow-y:auto;box-shadow:none!important}.editor-smet-modal .ant-modal-content .ant-modal-body{min-height:unset;display:block;height:unset}.editor-smet-modal__scrollable{display:block}.editor-smet-modal__smet{width:100%;height:unset}}.editor-tool-data-line-draw-steps{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100);display:flex;flex-direction:column}.editor-tool-data-line-draw-steps.editor-tool-data-product-line-draw-steps{padding-left:12px}.editor-tool-data-line-draw-steps__steps{flex-direction:row;align-items:center;gap:12px!important;width:100%}.editor-tool-data-line-draw-steps__steps>.ant-space-item:first-child:last-child{width:100%}.editor-tool-data-line-draw-steps__steps>.ant-space-item:first-child:last-child .ant-input{width:100%}.editor-tool-data-line-draw-steps__steps .ant-input{width:75px;min-height:19px}.editor-tool-data-line-draw-steps__close{margin-top:12px;width:100%}.editor-tool-data-line-draw-steps__orthogonal{width:60px;height:60px;position:relative}.editor-tool-data-line-draw-steps__orthogonal>*{position:absolute}.editor-tool-data-line-draw-steps__orthogonal>*:nth-child(1){top:0;left:50%;transform:translate(-50%) rotate(90deg)}.editor-tool-data-line-draw-steps__orthogonal>*:nth-child(2){top:50%;right:0;transform:translateY(-50%) rotate(180deg)}.editor-tool-data-line-draw-steps__orthogonal>*:nth-child(3){bottom:0;left:50%;transform:translate(-50%) rotate(270deg)}.editor-tool-data-line-draw-steps__orthogonal>*:nth-child(4){top:50%;left:0;transform:translateY(-50%)}@media (max-width: 750px){.editor-tool-data-line-draw-steps{flex-direction:row;column-gap:12px;flex:1}.editor-tool-data-line-draw-steps.editor-tool-data-product-line-draw-steps{padding-left:0}.editor-tool-data-line-draw-steps__steps .ant-input{width:100%}.editor-tool-data-line-draw-steps__steps.value-steps{flex:1}.euikit-button.editor-tool-data-line-draw-steps__close.euikit-button--type-button.euikit-button--size-default{margin-top:0;border:none;background:transparent;padding:0;color:var(--primary-blue-200);flex:0 1 auto;width:unset}.euikit-button.editor-tool-data-line-draw-steps__close.euikit-button--type-button.euikit-button--size-default:hover{border:none;background:transparent;padding:0;color:var(--primary-blue-200)}}.editor-tool-status-cuts-tool{min-width:380px;width:380px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}.editor-tool-status-cuts-tool>*{width:120px}.editor-tool-status-cuts-tool>*>*{min-width:100%}@media (max-width: 750px){.editor-tool-status-cuts-tool{min-width:250px;width:100%}.editor-tool-status-cuts-tool>*{width:calc(50% - 8px)}}.editor-tool-data-point-remove-confirmation{display:flex;gap:12px}.editor-tool-data-point-remove-confirmation .euikit-button{width:126px}.editor-tool-data-point-remove-confirmation+.euikit-button.editor-tool-status__cancel{top:0;right:0;transform:unset}@media (max-width: 750px){.editor-tool-data-point-remove-confirmation{width:100%;gap:8px}.editor-tool-data-point-remove-confirmation .euikit-button{width:calc(50% - 4px)}}.editor-tool-toolbar{position:absolute;background:var(--white-100);box-shadow:0 -2px 16px #00000014;padding:12px;border-radius:12px;width:320px;display:flex;flex-direction:column;gap:16px}.editor-tool-toolbar--placement-top-center,.editor-tool-toolbar--placement-top-right{top:16px}.editor-tool-toolbar--placement-top-center{left:50%;transform:translate(-50%)}.editor-tool-toolbar--placement-top-right{right:16px}.editor-tool-toolbar__header{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px}.editor-tool-toolbar__header-title{font-size:14px;line-height:120%;font-weight:500}@media (max-width: 750px){.editor-tool-toolbar{width:100%;max-width:calc(100% - 32px)}.editor-tool-toolbar--placement-top-center,.editor-tool-toolbar--placement-top-right{top:unset;bottom:113px;left:16px;transform:none}}.editor-tool-toolbars-arc__actions{display:flex;gap:8px}.editor-tool-toolbars-arc__actions-btn:not(:disabled) svg path{fill:var(--primary-blue-100)}.editor-tool-toolbars-arc__actions-btn--check svg path{transform:scale(1.4);transform-origin:center}.editor-tool-toolbars-arc__content{display:flex;gap:8px;align-items:flex-end}.editor-tool-toolbars-arc__lock-btn{width:44px;min-width:44px;height:44px}.editor-tool-toolbars-arc__lock-btn svg{width:28px;height:28px}.editor-tool-toolbars-arc__lock-btn--active svg path{fill:var(--additional-red-100)}.mobile-drawer-custom{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--white-100);border-radius:24px 24px 0 0;padding-top:32px;box-shadow:0 -2px 16px #00000014;transform:translate3d(0,110vh,0);will-change:transform;overscroll-behavior:contain}.mobile-drawer-custom:after{content:"";background:inherit;position:absolute;top:100%;left:0;right:0;bottom:initial;height:200vh}.mobile-drawer-custom__close{position:absolute;top:4px;right:4px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:0;border:none;background:0 0;padding:0;cursor:pointer}.mobile-drawer-custom__close svg{width:24px;height:24px}.mobile-drawer-custom__inner{overflow:hidden;background:inherit;display:flex;flex-direction:column;height:100%}.mobile-drawer-custom__content{height:100%}.mobile-drawer-custom__handle{position:absolute;top:0;left:50%;transform:translate(-50%);padding:12px;cursor:grab}.mobile-drawer-custom__handle:after{content:"";display:block;width:64px;height:4px;border-radius:4px;background:var(--white-500)}@media (max-width: 750px){.mobile-drawer-custom{padding-top:28px}}.editor-tool-status-mobile-product-draw__title{display:flex;align-items:center;gap:4px}.editor-tool-status-mobile-product-draw__line-steps{margin-top:24px}.editor-tool-status-mobile-product-draw__confirm{width:100%;margin-top:12px}.editor-tool-status-mobile-product-draw .editor-estimates-product-line-variables{overflow-y:auto;display:flex;flex-direction:column;width:100%;height:100%;margin-top:24px;padding-top:0;max-height:calc(100% - 240px)}.editor-tool-status-mobile-product-draw .editor-estimates-product-line-variables--more-mobile-height{max-height:calc(100% - 168px)}.editor-tool-status-mobile-product-draw .editor-tool-status-draw-variables-wrapper{padding:0;max-height:calc(100% - 136px)}.editor-tool-status-mobile-product-draw .editor-tool-status-draw-variables-wrapper .editor-estimates-product-wall-line-variables{overflow-y:unset;max-height:100%}.editor-tool-status-mobile-product-draw .mobile-drawer-custom__content{padding:4px 16px 32px}.editor-tool-status-mobile-line.editor-tool-status{display:flex;flex-direction:row;gap:8px;align-items:center}.editor-tool-status-mobile-line .value-steps__item,.editor-tool-status-mobile-line .editor-tool-status__content,.editor-tool-status-mobile-line .editor-tool-data-line-draw-steps{width:100%}.editor-tool-status-mobile-line .euikit-button.editor-tool-data-line-draw-steps__close{margin-right:8px}.editor-tool-status-mobile-line .value-steps__item>.ant-space>.ant-space-item:nth-child(1){display:none}.editor-tool-status-mobile-line .value-steps-input .ant-input{width:100%!important}.editor-tool-status-mobile-line .editor-tool-status__cancel.euikit-button{position:static;margin-left:auto;padding:0!important}.editor-tool-status-mobile-line__title{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;white-space:nowrap}.editor-tool-status-mobile__content{display:flex;flex-direction:column;gap:16px}.editor-tool-status-ruler-tool__checkbox{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100)}.editor-tool-status-ruler-tool__controls{width:100%;justify-content:center}@media (max-width: 750px){.editor-tool-status-ruler-tool__controls{justify-content:flex-start}.editor-tool-status-ruler-tool__controls>*{max-width:120px;width:100%}.editor-tool-status-ruler-tool__steps{justify-content:flex-start!important}}.editor-tool-status-text-tool{margin-bottom:8px}@media (max-width: 750px){.editor-tool-status-text-tool{width:100%}}.editor-tool-status-default-tool{width:100%}.editor-tool-status-default-tool__text{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100);display:block;margin-bottom:8px}.editor-tool-status-ruler-wrapper{display:flex;flex-direction:column;gap:12px}.editor-tool-status-ruler-wrapper>*{width:100%}.editor-tool-status-draw-variables-wrapper{margin-top:16px;padding:0 12px;max-height:160px;min-height:24px;overflow-y:auto}.editor-tool-status-draw-variables-wrapper:empty{display:none}.editor-tool-status{width:520px;background:var(--white-100);box-shadow:0 -2px 16px #00000014;padding:12px;border-radius:12px;display:flex;flex-direction:column;position:absolute;top:16px;left:calc(50% + 198px);transform:translate(-50%);z-index:2}.editor-tool-status__box{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.editor-tool-status__content{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--black-100);display:flex;align-items:center;gap:4px;padding:0 12px}.editor-tool-status__actions{display:flex;gap:12px}.editor-tool-status__question path{fill:var(--black-300)}.editor-tool-status__tooltip.ant-popover{width:440px;z-index:1250}.editor-tool-status__tooltip.ant-popover .ant-popover-inner-content{padding:0 16px}.editor-tool-status--modal-like{padding:20px}.editor-tool-status--modal-like .editor-tool-status__box{flex-direction:column}.editor-tool-status--modal-like .editor-tool-status__content{width:100%;padding:0}.editor-tool-status--modal-like .editor-tool-status__confirm{width:100%}.editor-tool-status--modal-like .editor-tool-status__cancel{position:absolute;top:4px;right:4px;z-index:1}.editor-tool-status--tool-ARC{width:fit-content}.editor-tool-status--tool-ARC.editor-tool-status--modal-like{width:328px}.editor-tool-status--tool-ARC.editor-tool-status--modal-like .editor-tool-status__content{font-family:Inter,sans-serif;font-size:17px;font-weight:500;word-spacing:0;line-height:26px}.editor-tool-status--tool-ARC.editor-tool-status--modal-like .editor-tool-status__box{gap:16px}.editor-tool-status--tool-ARC.editor-tool-status--modal-like .editor-tool-status__cancel{top:13px;right:13px}.editor-tool-status--tool-PRODUCTS_DRAW .editor-tool-status-draw-variables-wrapper{max-height:unset}.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line{left:unset;right:12px;transform:unset;width:200px}.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-tool-status__box .editor-tool-status__content{padding-right:40px;align-items:flex-end;margin-bottom:12px;padding-left:8px}.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-tool-status__box .editor-tool-status__content span{width:min-content}.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-tool-status__box .editor-tool-status__cancel{position:absolute;top:5px;right:5px}.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-tool-status__box .editor-tool-status__actions--with-confirm{width:100%;padding:0 8px}.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-tool-status__box .editor-tool-status__actions--with-confirm .editor-tool-status__confirm{width:100%}.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-tool-status__box .editor-tool-data-line-draw-steps.editor-tool-data-product-line-draw-steps{padding:0 8px}.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-tool-status__box .editor-tool-data-line-draw-steps.editor-tool-data-product-line-draw-steps .value-steps{gap:6px!important}.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-tool-status__box .editor-tool-data-line-draw-steps .value-steps-input{padding:0}.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-estimates-product-wall-line-variables__item,.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-estimates-product-wall-line-variables__item-content{gap:8px}.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-estimates-product-wall-line-variables__item-content .euikit-textfield input{padding-left:10px;padding-right:10px}.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-tool-status-draw-variables-wrapper{padding:0 8px;margin-top:6px}.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-tool-status-draw-variables-wrapper .editor-estimates-product-line-variables__toggle{padding:10px 8px;margin-top:4px}.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-tool-status-draw-variables-wrapper .editor-estimates-product-line-variables .editor-estimates-product-line-variables__item,.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-tool-status-draw-variables-wrapper .editor-estimates-product-line-variables .editor-estimates-product-line-variables__item .editor-estimates-product-line-variables__item-content{gap:8px}.editor-tool-status.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status--wall-line .editor-tool-status-draw-variables-wrapper .editor-estimates-product-line-variables .editor-estimates-product-line-variables__item .editor-estimates-product-line-variables__item-content .euikit-textfield input{padding-left:10px;padding-right:10px}@media (max-width: 1350px){.editor-tool-status{width:328px;left:calc(50% + 177px)}.editor-tool-status__box{flex-direction:column}.editor-tool-status__content{padding:0}.editor-tool-status__confirm{width:100%}}@media (max-width: 750px){.editor-tool-status-ruler-wrapper{gap:16px}.editor-tool-status{max-width:calc(100vw - 32px);top:unset;left:50%;bottom:113px;width:100%!important;align-items:flex-start}.editor-tool-status .editor-tool-status__cancel{padding:12px!important;border:none;right:0;top:0;position:absolute;z-index:1}.editor-tool-status--modal-like{padding:12px}.editor-tool-status--modal-like .editor-tool-status__box{gap:12px;width:100%}.editor-tool-status--modal-like .editor-tool-status__box .editor-tool-status__content{width:unset;flex:0 1 auto}.editor-tool-status--tool-PRODUCTS_DRAW.editor-tool-status .editor-tool-status__box,.editor-tool-status--tool-LINE.editor-tool-status .editor-tool-status__box{width:calc(100% - 48px);flex-direction:row}.editor-tool-status--tool-LINE.editor-tool-status.editor-tool-status--point-removal .editor-tool-status__box{width:100%}.editor-tool-status--tool-LINE.editor-tool-status:not(.editor-tool-status--point-removal) .editor-tool-status__cancel{top:50%;transform:translateY(-50%)}.editor-tool-status--tool-DEFAULT.editor-tool-status .editor-tool-status__box{display:flex;align-items:flex-end;width:100%;flex-direction:row;margin-top:4px;flex-wrap:nowrap}.editor-tool-status--tool-DEFAULT.editor-tool-status .editor-tool-status__box .editor-tool-status__content{flex:1}}.estimate-external-attributes{display:flex;flex-direction:column;gap:16px;width:100%;min-width:0}.estimate-external-attributes__texts{display:flex;flex-wrap:wrap;gap:16px;width:100%;min-width:0}.estimate-external-attributes__texts-item{width:calc(50% - 8px);display:flex;flex-direction:column;justify-content:flex-end}.editor-canvas-wrapper{width:100%;height:100%;overflow:hidden;position:relative;background:#fff}.editor-canvas-wrapper>canvas{cursor:none;touch-action:none}.editor-canvas-wrapper .editor-cursor{opacity:0;transition:opacity .2s ease}.editor-canvas-wrapper:hover .editor-cursor{opacity:1}.editor-build-figure-info{display:flex;position:absolute;bottom:16px;left:412px;z-index:3;flex-direction:column;border-radius:16px;padding:12px;background-color:#fff;background-clip:padding-box;max-width:320px}.editor-build-figure-info--btn{position:absolute;bottom:64px;right:16px;z-index:3}.editor-build-figure-info--btn.euikit-button{border-radius:50%}.editor-build-figure-info--modal .euikit-modal__default-close{display:none}.editor-build-figure-info--modal__confirmation{display:flex;gap:12px;background-color:var(--white-300);border-radius:12px;padding:16px}.editor-build-figure-info--modal__confirmation--icon{width:24px;height:24px;display:flex}.editor-build-figure-info--modal__confirmation-content{display:flex;flex-direction:column;gap:4px}.editor-build-figure-info--modal__confirmation-content--title{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--black-100)}.editor-build-figure-info--modal__confirmation-content--text{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-300)}.editor-build-figure-info--modal__confirmation--footer{display:flex;gap:16px}.editor-build-figure-info p{font-family:Inter,sans-serif;font-size:11px;font-weight:300;word-spacing:.2px;line-height:16px;color:var(--black-100);margin-bottom:0}.editor-build-figure-info p:last-of-type{font-style:italic}@media (max-width: 600px){.editor-build-figure-info--btn{right:64px;bottom:unset;top:70px}}.editor-parameters-figure__diagonals-header,.editor-parameters-figure__angles-header{display:flex;justify-content:space-between;align-items:center}.editor-parameters-figure__field{display:flex;justify-content:space-between;align-items:center;gap:24px}.editor-parameters-figure__field-icon-label{display:flex;gap:4px;align-items:center;min-width:0}.editor-parameters-figure__field-icon{width:16px;min-width:16px;height:16px}.editor-parameters-figure__field-icon svg{width:100%;height:100%}.editor-parameters-figure__field-icon svg path{fill:var(--black-300)}.editor-parameters-figure__field-label{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100);background:0 0;border:none;border-radius:0;padding:0;margin:0;display:block}.editor-parameters-figure__field-label--stroke-through{text-decoration:line-through}.editor-parameters-figure__field-remove{margin-left:16px}.editor-parameters-figure__field-action{margin-left:12px}.editor-parameters-figure__field-input-wrapper{display:flex;width:-webkit-fill-available}.editor-parameters-figure__field--changed .editor-parameters-figure__field-icon svg path{fill:var(--primary-blue-200)}.editor-parameters-figure__field--changed .editor-parameters-figure__field-label{color:var(--primary-blue-200)}.editor-parameters-figure__field--error .editor-parameters-figure__field-icon svg path{fill:var(--additional-red-100)}.editor-parameters-figure__field--error .editor-parameters-figure__field-label{color:var(--additional-red-100)}.editor-parameters-figure__attributes{width:100%}.editor-parameters-figure__attributes .input-with-confirmation--active .input-with-confirmation__value,.editor-parameters-figure__attributes .input-with-confirmation--active .input-with-confirmation__input{background-color:#fff;transition:background-color .2s ease}.editor-parameters-figure__attributes .input-with-confirmation--read-only .input-with-confirmation__value,.editor-parameters-figure__attributes .input-with-confirmation--read-only .input-with-confirmation__input{background-color:var(--ant-color-primary-3);transition:background-color .2s ease}.editor-parameters-figure__attributes .input-with-confirmation__value,.editor-parameters-figure__attributes .input-with-confirmation__input{background:var(--ant-color-primary-3);transition:background-color .2s ease;border:none}.editor-parameters-figure__attributes .input-with-confirmation__content{border:1px solid var(--ant-color-primary-3)}.editor-parameters-figure__attributes-external,.editor-parameters-figure__attributes-external .input-with-confirmation,.editor-parameters-figure__attributes-external .input-with-confirmation__content{width:100%}.editor-parameters-figure__attributes-external .input-with-confirmation__value,.editor-parameters-figure__attributes-external .input-with-confirmation__input{width:100%!important}.editor-parameters-figure__attributes-default{width:100%;display:flex;gap:12px}.editor-parameters-figure__attributes-default .input-with-confirmation__value,.editor-parameters-figure__attributes-default .input-with-confirmation__input{min-width:70px}.editor-parameters-figure__attributes-default .input-with-confirmation__content{width:fit-content}.editor-parameters-layout-images-item{position:relative;padding:12px 12px 12px 16px;border-bottom:1px solid var(--white-500)}.editor-parameters-layout-images-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--primary-blue-100)}.editor-parameters-layout-images-item__header{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.editor-parameters-layout-images-item__header-text{font-family:Inter,sans-serif;font-size:17px;font-weight:500;word-spacing:0;line-height:26px;color:var(--black-100)}.editor-parameters-layout-images-item__header-actions{display:flex;gap:12px}.editor-parameters-layout-images-item__content{min-width:0;width:100%;display:flex;gap:8px}.editor-parameters-layout-images-item__content-box:last-child{width:100%}.editor-parameters-layout-images-item__image-wrapper{width:76px;height:76px;object-fit:cover;border:1px solid var(--white-500);border-radius:8px;position:relative}.editor-parameters-layout-images-item__image{position:absolute;top:8px;left:8px;width:calc(100% - 16px);height:calc(100% - 16px);object-fit:cover}.editor-parameters-layout-images-item__properties{display:grid;grid-template-columns:.9fr 1.1fr;gap:8px}.editor-parameters-layout-images-item--hidden:before{background:var(--black-500)}.editor-parameters-layout-images-item--hidden .editor-parameters-layout-images-item__header-text,.editor-parameters-layout-images-item--hidden .editor-parameters-layout-images-item__content{opacity:.56}.editor-parameters-layout-images{width:100%;height:100%}.editor-parameters-layout-images__empty{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;text-align:center}.editor-parameters-layout-images__empty-text{font-family:Inter,sans-serif;font-size:20px;font-weight:500;word-spacing:-.2px;line-height:28px;color:var(--black-100);margin-bottom:16px}.editor-parameters-layout-images__upload-btn--footer{width:100%}@media (max-width: 1350px){.editor-parameters-layout-images-item{padding:12px}.editor-parameters-layout-images-item__properties{grid-template-columns:.8fr 1.2fr}}@media (max-width: 750px){.editor-parameters-layout-images-item{padding:12px 12px 12px 16px}}.editor-parameters-tabs{padding:20px;border-bottom:1px solid var(--white-500)}@media (max-width: 750px){.editor-parameters-tabs{width:100%;padding:0 16px 12px}}.project-pdf-header{width:100%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #DAE3F3;padding:9px 60px 7px}.project-pdf-header__logo{max-width:200px;width:auto;height:44px;margin-right:auto}.project-pdf-header__logo>img{width:auto;height:100%;object-fit:contain}.project-pdf-header__info-col{display:flex;align-items:center;max-width:185px;word-break:break-word;padding-left:16px;padding-right:16px}.project-pdf-header__info-col>svg{min-width:18px}.project-pdf-header__info-col:nth-child(2){max-width:190px}.project-pdf-header__info-col-text{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-left:8px}.project-pdf-general-data__row{display:flex;margin-left:-10px;margin-right:-10px}.project-pdf-general-data__estimate{color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:normal}.project-pdf-general-data__main-title{color:#6c9eff;font-size:35px;font-style:normal;font-weight:500;line-height:110%}.project-pdf-general-data__col{width:50%;padding-left:10px;padding-right:10px}.project-pdf-general-data__title{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:6px}.project-pdf-general-data__text{color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:0}.project-pdf-general-data__field{margin-bottom:24px}.project-pdf-estimates-common-table__title{display:block;color:#6c9eff;font-size:22px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:24px}.project-pdf-estimates-common-table__total{padding:12px 24px;display:flex;justify-content:flex-end;gap:8px}.project-pdf-estimates-common-table__total span{color:#000;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.project-pdf-estimates-room-table__title{display:block;color:#6c9eff;font-size:22px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:24px}.project-pdf-estimates-room-table__total{padding:12px 24px;display:flex;justify-content:flex-end;gap:8px}.project-pdf-estimates-room-table__total span{color:#000;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.project-pdf-estimates-room-table__footer{display:flex;justify-content:space-between;gap:24px;margin-top:10px}.project-pdf-estimates-room-table__footer .project-pdf-discounts{margin-top:0}.project-pdf-estimates-room-table__footer-total{white-space:nowrap;color:#000;text-align:right;font-size:13px;font-style:normal;font-weight:700;line-height:20px;margin-left:auto}.project-pdf-estimates-room-table__footer-total .project-pdf-editor-text-for-edit__actions{bottom:calc(100% - 10px);left:calc(100% - 1px)}.project-sidebar-estimate-selector__item{margin-top:20px}.project-sidebar-estimate-selector__item-title{font-family:Inter,sans-serif;font-size:13px;font-weight:500;word-spacing:.2px;line-height:20px;color:var(--black-200);margin-bottom:8px}@media (max-width: 600px){.project-sidebar-estimate-selector__item{margin-top:16px}}.project-sidebar-estimates-item-legend{width:100%;margin-top:16px;display:flex;flex-direction:column;gap:12px}.project-sidebar-estimates-item-legend__item,.project-sidebar-estimates-item-legend__item-prefix,.project-sidebar-estimates-item-legend__item-suffix{width:100%}.project-sidebar-estimates-item-legend__item-prefix{display:flex;align-items:center}.project-sidebar-estimates-item-legend__item-icon{margin-right:12px;width:24px;min-width:24px;height:24px}.project-sidebar-estimates-item-legend__item-icon .editor-estimates-item-icon{width:100%;min-width:unset;height:100%}.project-sidebar-estimates-item-legend__item-icon .editor-estimates-item-icon img{display:block}.project-sidebar-estimates-item-legend__item-icon .editor-estimates-item-icon__default{display:block;width:24px;height:24px}.project-sidebar-estimates-item-legend__item-icon .editor-estimates-item-icon__default svg{width:24px;height:24px}.project-sidebar-estimates-item-legend__item-icon .editor-estimates-item-icon__default-line{width:100%;height:100%}.project-sidebar-estimates-item-legend__item-icon .editor-estimates-item-icon__default-line:before{height:24px;top:0;left:12px}.project-sidebar-estimates-item-legend__item-title{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--color)}.project-sidebar-estimates-item-legend__item-comment{font-family:Inter,sans-serif;font-size:13px;font-weight:400;word-spacing:.2px;line-height:20px;color:var(--black-300);margin-top:8px}.project-pdf-estimates-room-scheme__title{display:block;color:#6c9eff;font-size:35px;font-style:normal;font-weight:500;line-height:110%}.project-pdf-estimates-room-scheme__perimeter-area{color:#000;font-size:15px;font-style:normal;font-weight:400;line-height:normal;margin-top:7px;margin-bottom:25px}.project-pdf-estimates-room-scheme__image{width:100%}.project-pdf-estimates-room-scheme__image img{width:100%;height:auto}.project-pdf-footer__date{margin-left:auto;font-size:9px;font-weight:400;line-height:11px;letter-spacing:0;text-align:right;margin-bottom:5px;color:#9fb4dc;margin-right:50px}.project-pdf-footer__pages{font-size:14px;font-weight:400;line-height:17px;letter-spacing:0;text-align:left}.project-pdf-footer__bottom{display:flex;width:100%;padding:16px 60px;align-items:center;justify-content:space-between;border-top:1px solid #DAE3F3}.project-pdf-footer__bottom-info{display:flex;width:100%;justify-content:flex-end}.project-pdf-footer__bottom-info-item{display:flex;flex-direction:column;margin-right:40px}.project-pdf-footer__bottom-info-item:first-child:last-child{margin-left:auto}.project-pdf-footer__bottom-info-item .project-pdf-editor-text-for-edit__actions{font-size:7px;bottom:calc(100% - 7px);left:calc(100% - 2px)}.project-pdf-footer__bottom-info-item-top{font-size:11px;font-weight:400;line-height:13px;letter-spacing:0;text-align:right;margin-bottom:3px}.project-pdf-footer__bottom-info-item-bottom{font-size:11px;font-weight:400;line-height:13px;letter-spacing:0;text-align:right}.project-pdf-footer__bottom-info-item:last-of-type{margin-right:0}.project-pdf-footer__bottom-info-item-total{font-size:20px;font-weight:400;line-height:24px;letter-spacing:0;text-align:right}.project-pdf-footer__bottom-info-item-total .project-pdf-editor-text-for-edit__actions{font-size:10px;bottom:calc(100% - 10px);left:calc(100% - 2px)}.pdf-polotna-hero__estimate,.pdf-polotna-hero__date{color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:normal}.pdf-polotna-hero__estimate,.pdf-polotna-hero__main-title{margin-bottom:16px}.pdf-polotna-hero__date{margin-bottom:32px}.pdf-polotna-hero__main-title{color:#6c9eff;font-size:35px;font-style:normal;font-weight:500;line-height:110%}.pdf-polotna-estimate-figure-preview-wrapper{width:100%;padding-bottom:56.25%;position:relative;margin-top:16px}.pdf-polotna-estimate-figure-preview-wrapper>img{position:absolute;width:100%;height:100%;object-fit:cover}.pdf-polotna-estimate-figure{margin-top:24px}.pdf-polotna-estimate__title{display:block;color:#6c9eff;font-size:35px;font-style:normal;font-weight:500;line-height:110%}.pdf-polotna-estimate__notes{color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:normal;margin-top:8px}.pdf-polotna-wrapper{visibility:hidden;pointer-events:none;width:0;height:0;overflow:hidden;position:fixed}.pdf-polotna-wrapper--visible{visibility:visible;pointer-events:auto;width:auto;height:auto;overflow:auto;top:0;left:0;bottom:0;right:0;z-index:2010}.pdf-polotna-wrapper--visible>.pdf-polotna{min-height:100%;margin:0 auto;border:1px solid #000}.pdf-polotna{width:1000px;background:#fff}.pdf-polotna,.pdf-polotna *{font-family:Inter,sans-serif}.pdf-polotna__content{padding:0 60px}.editor-parameters-estimates-item>.ant-collapse-item-active{background:var(--ant-color-primary-2-o0_5)}.editor-parameters-estimates-item.euikit-accordion--not-bordered.ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:20px}.editor-parameters-estimates-item.euikit-accordion--not-bordered.ant-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding:0 20px 20px}.editor-parameters-estimates-item--services.euikit-accordion--not-bordered.ant-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding:0 0 20px}.editor-parameters-estimates-item--services.euikit-accordion--not-bordered.ant-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box .editor-parameters-estimates-item__add-btn{max-width:calc(100% - 40px);margin-left:20px;margin-right:20px}.editor-parameters-estimates-item--services.euikit-accordion--not-bordered.ant-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box>.editor-estimates-services>.ant-collapse{padding-left:20px;padding-right:20px}.editor-parameters-estimates-item__label-add-btn{margin-right:12px}.editor-parameters-estimates-item__add-btn{width:100%}.editor-parameters-estimates-item__add-btn--float{margin-top:12px;position:sticky;bottom:12px;z-index:10}.editor-parameters-estimates-item__add-btn--keep{margin-top:12px}@media (max-width: 750px){.editor-parameters-estimates-item.euikit-accordion.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-header-text{align-items:center}.editor-parameters-estimates-item__label-text{font-family:Inter,sans-serif;font-size:13px;font-weight:500;word-spacing:.2px;line-height:20px;height:fit-content}.editor-parameters-estimates-item__label-add-btn{margin-right:8px}.editor-parameters-estimates-item__add-btn{font-family:Inter,sans-serif;font-size:13px;font-weight:500;word-spacing:.2px;line-height:20px;padding:8px 14px!important}.editor-parameters-estimates-item__add-btn--float{margin-top:8px;bottom:8px}.editor-parameters-estimates-item__add-btn--keep{margin-top:8px}.editor-parameters-estimates-item.euikit-accordion--not-bordered.ant-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding:0 16px 8px}.editor-parameters-estimates-item--services.euikit-accordion--not-bordered.ant-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding:0 0 8px}.editor-parameters-estimates-item--services.euikit-accordion--not-bordered.ant-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box .editor-parameters-estimates-item__add-btn{max-width:calc(100% - 32px);margin-left:16px;margin-right:16px}.editor-parameters-estimates-item--services.euikit-accordion--not-bordered.ant-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box>.editor-estimates-services>.ant-collapse{padding:4px 16px}.editor-parameters-estimates-item--services.euikit-accordion--not-bordered.ant-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box>.editor-estimates-services>.ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:4px 0!important}.editor-parameters-estimates-item.euikit-accordion--not-bordered.ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:8px 16px}}.editor-parameters-estimates-custom-products-item__btns{display:flex;gap:12px}.editor-parameters-estimates-custom-products-item__btns>*:first-child{width:100%}@media (max-width: 750px){.editor-parameters-estimates-custom-products-item>.euikit-field-label{font-family:Inter,sans-serif;font-size:11px;font-weight:500;word-spacing:.2px;line-height:16px;margin-bottom:4px}.editor-parameters-estimates-custom-products-item .euikit-select.ant-select{height:40px}.editor-parameters-estimates-custom-products-item .euikit-select.ant-select>.ant-select-selector{padding:10px 40px 10px 10px}.editor-parameters-estimates-custom-products-item .euikit-textfield__field{padding:10px}.editor-parameters-estimates-custom-products-item .euikit-textfield__field,.editor-parameters-estimates-custom-products-item .euikit-select.ant-select>.ant-select-selector>.ant-select-selection-item,.editor-parameters-estimates-custom-products-item .euikit-select.ant-select>.ant-select-selector>.ant-select-selection-placeholder{font-family:Inter,sans-serif;font-size:13px;font-weight:300;word-spacing:.2px;line-height:20px}.editor-parameters-estimates-custom-products-item>.ant-form-item{margin-bottom:8px}.editor-parameters-estimates-custom-products-item__btns{gap:8px}}.editor-parameters-estimates-custom-products__collapse.ant-collapse{border-bottom:none!important}.editor-parameters-estimates-custom-products__space{width:100%}.editor-parameters-estimates-custom-products__space>.ant-space-item{width:100%}.editor-parameters-estimates__footer{padding:24px 20px;border-top:1px solid var(--white-500)}.editor-parameters-estimates__footer-total,.editor-parameters-estimates__footer-estimates{display:flex;justify-content:space-between;align-items:center}.editor-parameters-estimates__footer-pdf-polotna-btn{margin-top:16px;width:100%}.editor-parameters-estimates__footer-estimates-title{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100)}.editor-parameters-estimates__footer-estimates-list{display:flex;gap:12px}.editor-parameters-estimates__footer-total{margin-top:16px}.editor-parameters-estimates__footer-total-title,.editor-parameters-estimates__footer-total-value{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--black-100)}.editor-parameters-estimates__footer-actions{margin-top:16px;display:flex;gap:12px}.editor-parameters-estimates__footer-actions>*{width:100%}@media (max-width: 750px){.editor-parameters-estimates.editor-parameters__rest{overflow-y:unset;min-height:unset}.editor-parameters-estimates__footer{padding:16px}.editor-parameters-estimates__footer-estimates-title{font-family:Inter,sans-serif;font-size:13px;font-weight:500;word-spacing:.2px;line-height:20px}.editor-parameters-estimates__footer-estimates-list{gap:8px}.editor-parameters-estimates__footer-total{margin-top:12px}.editor-parameters-estimates__footer-total-title{font-family:Inter,sans-serif;font-size:13px;font-weight:500;word-spacing:.2px;line-height:20px}.editor-parameters-estimates__footer-actions{margin-top:12px;flex-direction:column;gap:8px}.editor-parameters-estimates__footer-actions>*{font-family:Inter,sans-serif;font-size:13px;font-weight:500;word-spacing:.2px;line-height:20px}}@media (max-width: 750px){.editor-parameters-estimates__footer-pdf-polotna-btn{font-family:Inter,sans-serif;font-size:13px;font-weight:500;word-spacing:.2px;line-height:20px}}.editor-icon-selector__search .euikit-field__field{padding-right:16px}.editor-icon-selector__search .euikit-field__field:after{display:none}.editor-icon-selector__search .euikit-field__field>svg{width:24px;min-width:24px;height:24px}.editor-icon-selector__list{border-top:1px solid var(--white-500);overflow-y:auto;max-height:200px;list-style:none;margin:0;padding:8px 4px 0 0}.editor-icon-selector__list-item{display:flex;align-items:center;gap:8px;margin:0;padding:10px 16px;cursor:pointer;transition:color .2s ease}.editor-icon-selector__list-item-img{width:24px;height:24px;object-fit:contain}.editor-icon-selector__list-item-text{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:inherit;margin-right:12px}.editor-icon-selector__list-item-check{width:24px;min-width:24px;height:24px;margin-left:auto}.editor-icon-selector__list-item-check svg path{fill:var(--primary-blue-200)}.editor-icon-selector__list-item:not(:first-child){margin-top:4px}.editor-icon-selector__list-item--active{color:var(--primary-blue-200)}.editor-icon-selector__list-item--exact-active{color:var(--primary-blue-100)}@media (hover){.editor-icon-selector__list-item:hover{color:var(--primary-blue-200)}}.editor-icon-selector__btns{border-top:1px solid var(--white-500);width:100%;margin-top:12px;padding:8px 16px 0;display:flex;gap:16px}.editor-icon-selector__btns>*{width:100%}.editor-icon-selector-popover-overlay{width:350px}.editor-icon-selector-popover-overlay.ant-popover>.ant-popover-content>.ant-popover-inner{padding-top:0}.editor-parameters-legend-item__label{width:100%;display:flex;gap:8px}.editor-parameters-legend-item__label-text{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--black-100)}.editor-parameters-legend__empty{font-family:Inter,sans-serif;font-size:20px;font-weight:500;word-spacing:-.2px;line-height:28px;color:var(--black-100);display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:100%}.editor-parameters-legend__comment{margin-top:auto;padding-top:24px}.editor-parameters{min-width:388px;max-width:388px;min-height:0;display:flex;flex-direction:column;box-shadow:0 -2px 16px #00000014;background:var(--white-100);position:absolute;top:8px;left:8px;bottom:8px;z-index:1;border-radius:16px}.editor-parameters__resize-area{display:none}.editor-parameters--resizable{position:absolute;z-index:3}.editor-parameters--resizable .editor-parameters__resize-area{content:"";display:block;position:absolute;top:0;bottom:0;right:-3px;width:7px;cursor:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20version='1.1'%3e%3cg%20id='surface1'%3e%3cpath%20style='%20stroke:none;fill-rule:evenodd;fill:rgb(100%25,100%25,100%25);fill-opacity:1;'%20d='M%204.667969%200%20L%204.667969%204.503906%20L%203.984375%204.503906%20L%203.984375%201.90625%20L%200%206.007812%20L%203.984375%2010.105469%20L%203.984375%207.496094%20L%204.667969%207.496094%20L%204.667969%2012%20L%207.320312%2012%20L%207.320312%207.496094%20L%208.027344%207.496094%20L%208.027344%2010.097656%20L%2012%205.992188%20L%208.027344%201.894531%20L%208.027344%204.503906%20L%207.320312%204.503906%20L%207.320312%200%20Z%20M%204.667969%200%20'/%3e%3cpath%20style='%20stroke:none;fill-rule:evenodd;fill:rgb(0%25,0%25,0%25);fill-opacity:1;'%20d='M%2010.894531%205.992188%20L%208.679688%203.574219%20L%208.679688%205.265625%20L%206.667969%205.265625%20L%206.667969%200.792969%20L%206.652344%200.792969%20L%206.652344%200.78125%20L%205.359375%200.78125%20L%205.359375%205.28125%20L%203.320312%205.28125%20L%203.320312%203.570312%20L%201.105469%206.007812%20L%203.320312%208.425781%20L%203.320312%206.734375%20L%205.359375%206.734375%20L%205.359375%2011.234375%20L%206.667969%2011.234375%20L%206.667969%206.734375%20L%208.679688%206.734375%20L%208.679688%208.429688%20Z%20M%2010.894531%205.992188%20'/%3e%3c/g%3e%3c/svg%3e") 12 12,col-resize;z-index:5}.editor-parameters__accordion>.ant-collapse-item>.ant-collapse-header{padding:20px!important}.editor-parameters__accordion>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding:0 20px 20px!important}.editor-parameters__box{height:100%;overflow-y:auto}.editor-parameters--estimates .editor-tool-data{margin-top:unset}.editor-parameters--legend .editor-estimates-item{padding-left:0}.editor-parameters__rest{overflow-y:auto;display:flex;flex-direction:column;min-height:0}.editor-parameters__content{min-height:0;display:flex;height:100%}.editor-parameters__content .ant-space-item{display:flex;flex-direction:column;min-height:0;max-width:100%}.editor-parameters__content-wrapper{width:100%;height:100%;min-height:0;display:flex;flex-direction:column}.editor-parameters__section{padding:0 16px;width:100%}.editor-parameters__section--title{min-height:44px}.editor-parameters__section--bottom{margin-top:auto}.editor-parameters__section-header{padding:16px;box-shadow:0 -5px 5px #54545433}.editor-parameters__section-header-title{font-weight:700;font-size:20px;line-height:100%}.editor-parameters__section-content{border-top:1px solid var(--color-secondary);padding:16px}.editor-parameters .ant-statistic-title{color:#ffffff73}.editor-parameters__collapse-header-content{width:100%;justify-content:space-between}.editor-parameters__list--max-width,.editor-parameters__list--max-width>.ant-space-item{width:100%;max-width:100%}.editor-parameters__list-item{position:relative;display:flex;align-items:center}.editor-parameters__list-item-wrapper,.editor-parameters__list-item-wrapper>.ant-space-item{width:100%;max-width:100%}.editor-parameters__list-item-label{margin-right:8px}.editor-parameters__list-item-label--clickable{cursor:pointer}.editor-parameters__list-item-label--stroke-through{text-decoration:line-through}.editor-parameters__list-item-label--max-width{width:100%;max-width:100%}.editor-parameters__list-item>img,.editor-parameters__list-item>svg{width:20px;height:20px;object-fit:contain;margin-right:4px}.editor-parameters__list-item-content{white-space:nowrap;display:flex;align-items:center}.editor-parameters__list-item-btn,.editor-parameters__list-item-btn.ant-btn{margin-left:8px;border:none;padding:0;width:auto!important;height:auto;opacity:0;transition:opacity .2s ease,color .2s ease;color:var(--color-tertiary)}.editor-parameters__list-item-btn:hover,.editor-parameters__list-item-btn.ant-btn:hover{color:var(--ant-color-primary)}.editor-parameters__list-item-btn--always-visible,.editor-parameters__list-item-btn--always-visible.ant-btn{opacity:1}.editor-parameters__list-item-btn--end{margin-left:auto}.editor-parameters__list-item-btn--danger:hover,.editor-parameters__list-item-btn--danger.ant-btn:hover{color:var(--ant-color-error)}.editor-parameters__list-item--active .editor-parameters__list-item-label{border-bottom:1px solid var(--ant-color-primary)}.editor-parameters__list-item--line{padding-left:14px}.editor-parameters__list-item--line:before{content:"";font-size:12px;line-height:100%;width:1px;height:12px;top:6px;left:3px;position:absolute;transform:rotate(45deg);background:#000}.editor-parameters__list-item--angle:after{content:"";font-size:12px;line-height:100%;width:1px;height:10px;top:11px;left:4px;position:absolute;transform:rotate(90deg);background:#000}.editor-parameters__list-item:hover .editor-parameters__list-item-remove{opacity:1}.editor-parameters__footer{position:sticky;bottom:0;padding:20px;border-top:1px solid var(--white-500)}@media (max-width: 1350px){.editor-parameters{min-width:346px;max-width:346px}}@media (max-width: 750px){.editor-parameters{position:static;top:unset;left:unset;bottom:unset;min-width:unset;max-width:unset;width:100%;border-radius:0;box-shadow:none;height:100%}.editor-parameters__content-wrapper{overflow-y:auto;max-height:calc(100vh - 200px)}}.editor-lock-drawer{padding:32px 16px}.editor-lock-drawer-cancel{position:absolute;top:6px;right:6px;z-index:1}.editor-lock-drawer-content>.ant-flex>h2{font-family:Inter,sans-serif;font-size:17px;font-weight:500;word-spacing:0;line-height:26px;color:var(--black-100);margin-bottom:0}.editor-lock-drawer-content>.ant-flex>p{font-family:Inter,sans-serif;font-size:13px;font-weight:300;word-spacing:.2px;line-height:20px;color:var(--black-300);margin-bottom:0}.editor-lock-drawer-content>.ant-flex>.euikit-button{width:100%}.form{width:100%}.add-accounts-modal__btn{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px}.add-accounts-modal__input-space{display:flex;gap:12px}.add-accounts-modal__input-space .ant-space-item:first-child{width:100%}@media (max-width: 600px){.add-accounts-modal,.add-accounts-modal__btn{width:100%}}.profile-card{color:var(--color-primary);flex-direction:row-reverse}.profile-card__pfp{border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:12px;line-height:100%;width:37px;min-width:37px;height:37px;background-color:var(--color-primary);color:#fff}.profile-card__name{font-size:14px;font-style:normal;font-weight:400;margin-bottom:4px;line-height:100%;color:#000}.profile-card__company{font-size:12px;line-height:100%;color:#6c9eff}.companies-list-table .ant-table-content{overflow-x:auto}.companies-list-table .ant-table-content{scrollbar-width:auto;scrollbar-color:#CBCDD1 #E9EAEE}.companies-list-table .ant-table-content::-webkit-scrollbar{height:6px;width:6px}.companies-list-table .ant-table-content::-webkit-scrollbar-track{background:#e9eaee}.companies-list-table .ant-table-content::-webkit-scrollbar-thumb{background-color:#cbcdd1;border:none}.companies-list-table .profile-card,.companies-list-table .profile-card__company{color:inherit}.editor-template__title{display:flex;justify-content:space-between;align-items:center}.figure-image-upload__btn,.figure-image-upload>.ant-upload{width:100%}.figure-image-upload .ant-upload-list-item-thumbnail img{object-fit:contain}.url-images-select__img{width:16px;height:16px;object-fit:contain;margin-right:4px}.url-images-select__text{line-height:unset}.url-images-select__item{display:flex;align-items:center}.tab-radio{width:100%;display:flex;background:#eee;padding:4px;border-radius:2px}.tab-radio__option{padding:10px;border-radius:2px;background:transparent;border:none;display:flex;justify-content:center;align-items:center;flex-grow:1;cursor:pointer;transition:all .2s ease}.tab-radio__option-radio{border-radius:50%;width:18px;min-width:18px;height:18px;display:flex;justify-content:center;align-items:center;margin-right:8px;background:transparent;border:2px solid #CCCCCC;transition:all .2s ease}.tab-radio__option-label{font-size:15px;font-style:normal;font-weight:500;line-height:140%;letter-spacing:.15px;color:#ccc;transition:all .2s ease}.tab-radio__option--active{background:#fff}.tab-radio__option--active .tab-radio__option-radio{border-color:var(--ant-color-primary);border-width:4.5px;background:#fff}.tab-radio__option--active .tab-radio__option-label{color:var(--ant-color-primary)}.edit-category-attribute-modal__value-box{display:flex;align-items:center;gap:12px}.edit-category-attribute-modal__value-box>*:first-child{width:100%}.edit-category-attribute-modal__source{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100);white-space:nowrap}.all-companies-header{margin-bottom:24px;display:flex}.euikit-sticky-scrollbar{position:sticky;left:0;bottom:0;overflow-x:auto;overflow-y:hidden;width:100%;height:30px;z-index:5}.euikit-sticky-scrollbar--real-hidden{scrollbar-width:none!important;-ms-overflow-style:none!important}.euikit-sticky-scrollbar--real-hidden::-webkit-scrollbar{display:none!important}.tab-list{display:grid;grid-template-columns:repeat(2,minmax(0,150px));gap:20px}.tab{color:#000;background:#f0f0f0;padding:6px 8px;border-radius:4px;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none}.tab.active{color:#fff;background:#00f;cursor:initial}.fill-area{display:table;z-index:-1;position:absolute;top:-320000px;left:-320000px;width:640000px;height:640000px}.background{background-color:#f7f6ff;opacity:1;background-image:radial-gradient(blue 1.55px,transparent 1.55px),radial-gradient(#00f 1.55px,#f7f6ff 1.55px);background-size:62px 62px;background-position:0 0,31px 31px}.service-external-attributes{width:100%}.service-external-attributes__item{width:100%;padding-bottom:16px;border-bottom:1px solid var(--white-500);display:flex;gap:16px;align-items:stretch;margin-bottom:16px}.service-external-attributes__item-controls{display:flex;align-items:center;gap:16px}.service-external-attributes__item-controls-wrapper{display:flex;flex-direction:column;gap:16px;width:100%}.service-external-attributes__item-controls-field{max-width:210px;width:100%}.service-external-attributes__item-controls-field--textarea{font-family:Inter,sans-serif;font-size:16px;font-weight:300;word-spacing:0;line-height:24px;border:none;border-radius:0;outline:none;background:0 0;color:var(--black-100);resize:none;padding:0}.service-external-attributes__item-controls-field--textfield-wrapper{display:flex;padding:12px 16px;background:var(--white-400);border-radius:8px;height:fit-content}.service-external-attributes__item-controls-checkbox{margin:0 8px}.service-external-attributes__item-controls-options{width:100%}.service-external-attributes__footer-controls{width:100%;display:flex;gap:16px}@media (max-width: 750px){.service-external-attributes__item,.service-external-attributes__item-controls{flex-direction:column;align-items:flex-start}.service-external-attributes__item-controls-field{max-width:unset}.service-external-attributes__item-controls-checkbox{margin:0}.service-external-attributes__item-remove{width:100%}}@media (max-width: 360px){.service-external-attributes__footer-controls{flex-direction:column}.service-external-attributes__footer-controls>*{width:100%}}.figure-metrics{flex-direction:column}.figure-metrics,.figure-metrics__item{display:flex;gap:8px}.figure-metrics__item{align-items:center}.rule-card{position:relative;transition:background .2s ease,border .2s ease}.rule-card--error{background:var(--additional-light-red-100);border:1px solid var(--additional-red-100)}.rule-card__error-tooltip{position:absolute;top:4px;right:4px;width:24px;height:24px}.rule-card__error-tooltip svg{width:100%;height:100%}.services-layout .service-name{display:flex;align-items:center;margin:10px 0}.services-layout .service-name-input{width:500px;margin-left:20px}.services-layout .add-group-btn{margin-top:30px}.services-layout .bottom-row{display:flex;align-items:center;justify-content:flex-end;margin-top:40px}@media (max-width: 600px){.services-layout{padding:0}.services-layout .bottom-row .euikit-button{width:100%}}.all-companies-header{margin-bottom:24px}.all-companies-header>*:last-child{margin-left:auto}.super-admin-sub-table>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-container>.ant-table-content>table{border-bottom:1px solid #EEE;border-left:none;border-right:none;border-top:none}.super-admin-sub-table>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-container>.ant-table-content>table>tbody.ant-table-tbody>.ant-table-row.ant-table-expanded-row>td.ant-table-cell:not(.ant-table-row-expand-icon-cell){color:#000;font-size:13px;font-style:normal;font-weight:600;line-height:normal}.super-admin-sub-table .ant-table .ant-table-expand-icon-col{width:50px}.super-admin-sub-table--top>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-container>.ant-table-content>table>tbody.ant-table-tbody>.ant-table-row-level-0>.ant-table-row-expand-icon-cell{padding:0!important}.super-admin-sub-table--top>.ant-spin-nested-loading>.ant-spin-container>.ant-table>.ant-table-container>.ant-table-content>table>tbody.ant-table-tbody>.ant-table-row-level-0>.ant-table-cell:nth-child(2){padding-left:0!important}.super-admin-sub-table .ant-table-expanded-row-level-1>.ant-table-cell{padding:0!important;background:#fff!important}.super-admin-sub-table .ant-table-expanded-row-level-1 .ant-pagination{padding:0 50px!important}.super-admin-sub-table .ant-table-expanded-row-level-1 .ant-table-wrapper tr>th:nth-child(1),.super-admin-sub-table .ant-table-expanded-row-level-1 .ant-table-wrapper tr>td:nth-child(1){padding-left:50px!important}.super-admin-sub-table .ant-table-expanded-row-level-1 .ant-table{margin-block:0!important;margin-inline:0!important}.change-product-prices-multi-modal__form .ant-form-item:not(:last-child){margin-bottom:12px}.change-product-prices-multi-modal__form .ant-form-item:last-child{margin-bottom:18px}.change-product-prices-multi-modal__price-types{margin-bottom:24px}.import-nomenclatures-modal-errors-item__collapse-content{padding:8px 12px;max-height:83px;overflow-x:hidden;overflow-y:auto}.import-nomenclatures-modal-errors-item .ant-collapse{border:none;background:0 0}.import-nomenclatures-modal-errors-item .ant-collapse .ant-collapse-item{border:none}.import-nomenclatures-modal-errors-item .ant-collapse .ant-collapse-item .ant-collapse-header{padding:0}.import-nomenclatures-modal-errors-item .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-header-text{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;margin-inline-end:0;flex-grow:0;color:var(--ant-color-primary)}.import-nomenclatures-modal-errors-item .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-expand-icon{margin-inline-start:8px;padding-inline-start:0;height:24px}.import-nomenclatures-modal-errors-item .ant-collapse .ant-collapse-item .ant-collapse-content{border:none;background:0 0}.import-nomenclatures-modal-errors-item .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{margin-top:12px;padding:4px;border:1px solid #EEEEEE;background:0 0;border-radius:8px}.import-nomenclatures-modal-errors{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;width:100%}.import-nomenclatures-modal-errors .ant-typography{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px}.import-nomenclatures-modal-errors .ant-space,.import-nomenclatures-modal-errors .ant-space-item{width:100%}.euikit-date-picker.ant-picker{border:none;box-shadow:none!important;padding:12px 16px;background:var(--white-400)}.euikit-date-picker.ant-picker:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;border:1px solid transparent;transition:all .2s ease;pointer-events:none}.euikit-date-picker.ant-picker .ant-picker-input>input{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100)}@media (hover){.euikit-date-picker.ant-picker:not(.ant-picker-disabled):hover:after{border-color:var(--white-500)}}.euikit-date-picker.ant-picker.ant-picker-focused:after{border-width:2px;border-color:var(--white-600)}.euikit-date-picker.ant-picker.ant-picker-disabled{background:var(--white-600)}@media (hover){.euikit-date-picker.ant-picker.ant-picker-disabled:hover{background:var(--white-600)}}.company-plan-form{margin-top:24px}.company-plan-form>.ant-flex{max-width:300px}.editor-estimate-item-for-edit{position:relative;width:fit-content;display:inline-block}.editor-estimate-item-for-edit,.editor-estimate-item-for-edit *{font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit}.editor-estimate-item-for-edit__btn{background:0 0;border:none;text-align:inherit;padding:0;cursor:text}.editor-estimate-item-for-edit__actions{position:absolute;bottom:calc(100% - 8px);left:100%;font-size:10px;display:flex;gap:2px;z-index:1}.editor-estimate-item-for-edit__actions-item{padding:0;height:unset;background:0 0;border:none;cursor:pointer}.editor-estimate-item-for-edit__actions-item:not(:disabled):hover{border-color:transparent}.editor-estimate-item-for-edit__input{background:transparent;border:none;outline:none;margin:0;padding:0;border-radius:0;-moz-appearance:textfield;-webkit-appearance:none;appearance:none;resize:none;position:absolute;top:50%;left:0;width:100%;max-width:100%;transform:translateY(-50%)}.editor-estimate-item-for-edit__value{visibility:hidden;pointer-events:none;white-space:pre-wrap}.editor-estimate-item-for-edit__value,.editor-estimate-item-for-edit__input{min-width:20px;word-break:break-word}.editor-estimate-item-for-edit__confirmation{display:flex;gap:12px;background-color:var(--white-300);border-radius:12px;padding:16px}.editor-estimate-item-for-edit__confirmation--icon{width:24px;height:24px;display:flex}.editor-estimate-item-for-edit__confirmation-content{display:flex;flex-direction:column;gap:4px}.editor-estimate-item-for-edit__confirmation-content--title{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--black-100)}.editor-estimate-item-for-edit__confirmation-content--text{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-300)}.editor-estimate-item-for-edit__confirmation--footer{display:flex;gap:16px}.main-layout-menu-mobile-wrapper{border-top:1px solid var(--white-500);background:var(--white-100);padding:0 16px;width:100%;position:relative;z-index:495}.main-layout-menu-mobile-wrapper.eukit-slidable-content.swiper{overflow:hidden}.main-layout-menu-mobile-wrapper:before,.main-layout-menu-mobile-wrapper:after{content:"";position:absolute;top:0;height:100%;width:24px;z-index:2;pointer-events:none}.main-layout-menu-mobile-wrapper:before{left:0;background:linear-gradient(90deg,#fff,#fff0)}.main-layout-menu-mobile-wrapper:after{right:0;background:linear-gradient(90deg,#fff0,#fff)}.main-layout-menu-mobile__popover-overlay.ant-popover{left:16px!important;right:16px!important;width:calc(100% - 32px)}.main-layout-menu-mobile__popover-overlay.ant-popover>.ant-popover-content>.ant-popover-inner{padding:4px}.main-layout-menu-mobile__popover-overlay .euikit-menu-item__content{padding:10px 16px}.main-layout-menu-mobile__popover-list{list-style:none;padding:0;margin:0}.main-layout-menu-mobile__item>*{pointer-events:none}.euikit-avatar{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--white-100);background:var(--color);width:40px;min-width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative}.euikit-avatar.euikit-avatar--small{font-family:Inter,sans-serif;font-size:13px;font-weight:500;word-spacing:.2px;line-height:20px;width:24px;min-width:24px;height:24px}.main-layout-content-h1{font-family:Inter,sans-serif;font-size:40px;font-weight:500;word-spacing:-.4px;line-height:48px;color:var(--black-100);margin-bottom:0}@media (max-width: 1000px){.main-layout-content-h1{font-family:Inter,sans-serif;font-size:32px;font-weight:500;word-spacing:-.4px;line-height:40px}}.main-layout-content-h2{font-family:Inter,sans-serif;font-size:32px;font-weight:500;word-spacing:-.4px;line-height:40px;color:var(--black-100);margin-bottom:0}@media (max-width: 1000px){.main-layout-content-h2{font-family:Inter,sans-serif;font-size:28px;font-weight:500;word-spacing:-.4px;line-height:36px}}@media (max-width: 600px){.main-layout-content-h2{font-family:Inter,sans-serif;font-size:24px;font-weight:500;word-spacing:-.2px;line-height:32px}}.main-layout-content-h3{font-family:Inter,sans-serif;font-size:28px;font-weight:500;word-spacing:-.4px;line-height:36px;color:var(--black-100);margin-bottom:0}@media (max-width: 1000px){.main-layout-content-h3{font-family:Inter,sans-serif;font-size:24px;font-weight:500;word-spacing:-.2px;line-height:32px}}.main-layout-content-title-wrapper{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px}@media (max-width: 600px){.main-layout-content-title-wrapper{flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:24px}.main-layout-content-title-wrapper>*{width:100%}}.main-layout-content-subtitle-wrapper{width:100%;display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px}.main-layout-content-subtitle-wrapper--align-left{justify-content:flex-start}.main-layout-content-subtitle-wrapper--gap-small{gap:12px}@media (max-width: 1000px){.main-layout-content-subtitle-wrapper{gap:16px}}@media (max-width: 600px){.main-layout-content-subtitle-wrapper{margin-bottom:20px;flex-direction:column;justify-content:flex-start;align-items:flex-start}}.main-layout-content-main-info-block-box:last-child{display:flex;align-items:center;gap:12px}.main-layout-content-main-info-block{border-radius:12px;margin-bottom:48px;padding:24px;display:flex;justify-content:space-between;align-items:center;background:var(--white-100);position:relative;overflow:hidden}@media (max-width: 1000px){.main-layout-content-main-info-block{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;margin-bottom:40px}}@media (max-width: 600px){.main-layout-content-main-info-block{padding:20px}}.main-layout-content-block{padding:32px;border-radius:16px;background:var(--white-100)}.main-layout-content-wrapper{width:100%}.main-layout-content-wrapper.main-layout-content-wrapper--page{height:calc(100% - 75px)}.main-layout-content-wrapper.main-layout-content-wrapper--page.main-layout-content-wrapper--page-window-height{overflow-y:auto;max-height:calc(100vh - 76px)}.main-layout-content-wrapper.main-layout-content-wrapper--page.main-layout-content-wrapper--page-height-include-footer{height:calc(100% - 147px)}.main-layout-content-wrapper.main-layout-content-wrapper--page.main-layout-content-wrapper--page-height-include-footer.main-layout-content-wrapper--page-window-height{max-height:calc(100vh - 148px)}.main-layout-content-wrapper.main-layout-content-wrapper--no-overflow{overflow:hidden;position:relative}.main-layout-content{width:100%;margin:0 auto;padding:0 48px}.main-layout-content.main-layout-content--page{padding:32px 48px 64px;min-height:100%;display:flex;flex-direction:column}.main-layout-content--full-width{max-width:100%}@media (max-width: 1000px){.main-layout-content{padding:0 32px}.main-layout-content.main-layout-content--page{padding:32px 32px 64px}.main-layout-content.main-layout-content--page.main-layout-content--with-back-button{padding-top:32px}.main-layout-content-wrapper.main-layout-content-wrapper--page.main-layout-content-wrapper--page-window-height{overflow-y:unset;max-height:unset}.main-layout-content-wrapper.main-layout-content-wrapper--page.main-layout-content-wrapper--page-height-include-footer{height:unset}.main-layout-content-wrapper.main-layout-content-wrapper--page.main-layout-content-wrapper--page-height-include-footer.main-layout-content-wrapper--page-window-height{max-height:unset}}@media (max-width: 600px){.main-layout-content-wrapper.main-layout-content-wrapper--page{flex-grow:1;display:flex;flex-direction:column}.main-layout-content{padding:0 16px}.main-layout-content.main-layout-content--page{padding:24px 16px 64px;flex-grow:1}}.e-footer{width:100%;border-top:1px solid var(--white-500);margin-top:auto}.e-footer__content.main-layout-content{display:flex;justify-content:space-between;flex-direction:column;min-width:0;margin:0 auto;padding:20px 32px;gap:12px}.e-footer__content.main-layout-content .e-footer__content-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px}.e-footer__oferta{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-300);display:inline}.e-footer__oferta a{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-300);text-decoration:underline;margin:0 5px;display:inline}.e-footer__copyright{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-300);display:flex;align-items:center;flex-direction:column;gap:8px}.e-footer__copyright-links a{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--primary-blue-200);text-decoration:none;display:inline}.e-footer__socials{display:grid;gap:12px 24px;grid-template-columns:max-content max-content max-content max-content;align-items:center}.e-footer__socials-item{display:flex;align-items:center;gap:8px}.e-footer__socials-item-icon{width:24px;min-width:24px;height:24px}.e-footer__socials-item-icon svg{width:100%;height:100%}.e-footer__socials-item-icon svg path{fill:var(--primary-blue-200)}.e-footer__socials-item-label{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--primary-blue-200)}.e-footer--compact{padding:24px 32px}.e-footer--compact .e-footer__content.main-layout-content{max-width:1032px;width:100%;padding:0}@media (max-width: 1000px){.e-footer__content.main-layout-content,.e-footer--compact{padding:20px 32px}}@media (max-width: 1000px) and (min-width: 600px){.e-footer__socials{grid-template-columns:max-content max-content}}@media (max-width: 600px){.e-footer__content.main-layout-content{flex-direction:column-reverse;align-items:center;gap:16px;padding:32px 16px}.e-footer__copyright{text-align:center}.e-footer__socials{display:flex;flex-direction:column;align-items:center}}.card-layout{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;min-height:100vh;background:var(--white-300);border-top:3px solid var(--primary-blue-100)}.card-layout__logo-wrapper{padding:31px 32px}.card-layout__logo{width:138px;height:auto}.card-layout__card-wrapper{padding:32px 32px 64px;margin:auto 0;width:100%;display:flex;justify-content:center}.card-layout__card{width:440px;max-width:100%;background:var(--white-100);border-radius:16px;padding:32px}.card-layout__card-title{font-family:Inter,sans-serif;font-size:28px;font-weight:500;word-spacing:-.4px;line-height:36px;text-align:center;color:var(--black-100);margin-bottom:24px}.card-layout__card>*{width:100%}.card-layout .e-footer{margin-top:0}@media (max-width: 600px){.card-layout__logo-wrapper{padding:22px 16px 0}.card-layout__card-wrapper{padding:22px 16px 64px;width:100%}.card-layout__card{margin:auto 0;padding:32px 16px}}.euikit-phone-field .PhoneInput,.euikit-phone-field .PhoneInputInput{width:100%}.euikit-phone-field .PhoneInputInput{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;background:0 0;border:none!important;outline:none!important;box-shadow:none!important;padding:12px;color:var(--black-100)}.euikit-phone-field .PhoneInputInput::placeholder{color:var(--black-300)}.euikit-phone-field .PhoneInputCountry{width:40px;min-width:40px;height:40px;margin:4px 0 4px 4px;display:flex;justify-content:center;align-items:center;background:var(--white-500);border-radius:6px}.euikit-phone-field .PhoneInputCountryIcon{background:0 0!important;box-shadow:none!important;width:24px;height:24px}.euikit-phone-field .PhoneInputCountryIcon>img{object-fit:cover;border-radius:50%}.euikit-phone-field .PhoneInputCountrySelectArrow{display:none}.registration-page__double-fields{width:100%;display:flex;gap:16px}.registration-page__double-fields>.ant-form-item{width:100%}.registration-page__double-fields .hidden{display:none}.registration-page__submit{margin-top:24px;width:100%}.registration-page__with-account{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-300);margin-top:16px;text-align:center}.registration-page__with-account .euikit-button{display:inline-block}.registration-page__added-accounts-count{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-300)}@media (max-width: 600px){.registration-page__double-fields{flex-direction:column;gap:0}}.login-page__forgot{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;margin-top:12px}.login-page__submit{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;width:100%;margin-top:24px}.login-page__no-account{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-300);margin-top:16px;text-align:center}.login-page__no-account .euikit-button{display:inline-block}.companies-list{width:100%;display:flex;flex-direction:column;gap:2px;margin-bottom:2px}.companies-list__item{width:100%;background:transparent;border:none;outline:none;display:flex;justify-content:space-between;align-items:center;padding:10px 16px;cursor:pointer;border-radius:8px;transition:all .2s ease}.companies-list__item-box{display:flex;flex-direction:column;text-align:left;width:100%;min-width:0}.companies-list__item-label{font-family:Inter,sans-serif;font-size:15px;font-weight:400;word-spacing:0;line-height:24px;color:var(--black-100)}.companies-list__item-access-wrapper{width:100%;min-width:0}.companies-list__item-access{font-family:Inter,sans-serif;font-size:13px;font-weight:300;word-spacing:.2px;line-height:20px;color:var(--black-300)}.companies-list__item-access--no-access{color:var(--primary-orange-200)}.companies-list__item-tick{opacity:0;width:24px;min-width:24px;height:24px}.companies-list__item-tick svg path{fill:var(--primary-blue-200)}@media (hover){.companies-list:not(.companies-list--radio) .companies-list__item:hover{background:var(--white-300)}}.companies-list:not(.companies-list--radio) .companies-list__item--active{background:var(--white-300);cursor:not-allowed}.companies-list:not(.companies-list--radio) .companies-list__item--active .companies-list__item-label{color:var(--primary-blue-200)}.companies-list:not(.companies-list--radio) .companies-list__item--active .companies-list__item-tick{opacity:1}.companies-list--radio{margin-bottom:16px;gap:12px}.companies-list--radio .companies-list__item{padding:0}.companies-list--radio .companies-list__item-label{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px}.companies-list-current{margin-bottom:16px}.companies-list-current__user{font-family:Inter,sans-serif;font-size:17px;font-weight:500;word-spacing:0;line-height:26px;color:var(--black-100)}.companies-list-current__company{font-family:Inter,sans-serif;font-size:13px;font-weight:300;word-spacing:.2px;line-height:20px;color:var(--black-300);margin-top:4px}.companies-list-current__company--only{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-100)}.companies-list-current__access-wrapper{width:100%;min-width:0}.companies-list-current__access{font-family:Inter,sans-serif;font-size:13px;font-weight:300;word-spacing:.2px;line-height:20px;color:var(--black-300)}.companies-list-current__access--no-access{color:var(--primary-orange-200)}.companies-list-more{font-family:Inter,sans-serif;font-size:13px;font-weight:300;word-spacing:.2px;line-height:20px;color:var(--primary-blue-200);margin-left:3px;display:inline!important}.card-layout-old{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:var(--color-primary)}.card-layout-old .ant-card{width:100%;max-width:340px;margin-left:20px;margin-right:20px;position:relative;overflow:hidden}.card-layout-old .ant-card .ant-card-head{border-bottom:none;color:var(--color-primary)}.card-layout-old .ant-card .ant-card-head-title{padding-bottom:0}.card-layout-old .ant-card .ant-input{color:var(--color-primary)}.card-layout-old .ant-card a.ant-typography{color:var(--ant-color-primary)}.card-layout-old .ant-card .ant-form>.ant-space:not(:last-child){margin-bottom:24px}.card-layout-old .ant-card .ant-form .ant-form-item:last-child{margin-bottom:0}.create-company__header{width:340px;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:12px}.create-company__header-user-data-name.ant-typography,.create-company__header-user-data-email.ant-typography{display:block;line-height:150%}.create-company__header-user-data-name{color:#fff;font-size:14px}.create-company__header-user-data-email{color:var(--ant-color-primary);font-size:12px}.main-layout-sider-footer{margin-top:auto;overflow:hidden}.main-layout-sider-footer__content{border-top:1px solid var(--white-500);padding:20px;width:300px;transition:all .2s ease}.main-layout-sider-footer__actions{display:flex;gap:12px;margin-top:16px}.main-layout-sider-footer__companies-list{max-height:400px;overflow-y:auto}.main-layout-sider-footer__companies-overlay{width:320px}.main-layout-sider-footer__companies-overlay.euikit-popover-overlay.ant-popover>.ant-popover-content>.ant-popover-inner{padding:4px;border-radius:12px}.main-layout-sider-footer__companies-overlay:before{content:"";position:absolute;bottom:0;right:100%;width:32px;height:100%}.main-layout-sider-footer__top{width:100%;display:flex;min-width:0;align-items:center;gap:12px;margin-bottom:12px;cursor:pointer}.main-layout-sider-footer__top-box{min-width:0;transition:all .2s ease}.main-layout-sider-footer__top-box>.ant-typography{display:block}.main-layout-sider-footer__top-box:first-child{min-width:40px}.main-layout-sider-footer__top-box:last-child{min-width:24px;margin-left:auto}.main-layout-sider-footer__top-box:last-child svg svg path{transition:all .2s ease}@media (hover){.main-layout-sider-footer__top:hover .main-layout-sider-footer__top-box:last-child svg path{fill:var(--primary-blue-200)}}.main-layout-sider-footer__name,.main-layout-sider-footer__sign-out{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--black-100)}.main-layout-sider-footer__company{font-family:Inter,sans-serif;font-size:13px;font-weight:300;word-spacing:.2px;line-height:20px;color:var(--black-300)}.main-layout-sider-footer__access{display:flex;align-items:center;flex-wrap:wrap;gap:0 4px;transition:all .2s ease}.main-layout-sider-footer__access-text{font-family:Inter,sans-serif;font-size:13px;font-weight:300;word-spacing:.2px;line-height:20px;color:var(--black-300)}.main-layout-sider-footer__access-link.euikit-button{font-family:Inter,sans-serif;font-size:13px;font-weight:300;word-spacing:.2px;line-height:20px}.main-layout-sider-footer__access--no-access .main-layout-sider-footer__access-text{color:var(--primary-orange-200)}.main-layout-sider-footer__settings{width:100%}.main-layout-sider-footer__sign-out{min-width:52px;width:52px;height:52px;transition:all .2s ease}.main-layout-sider-footer__sign-out>div{transition:none!important}.main-layout .main-layout-sider.ant-layout-sider-collapsed .main-layout-sider-footer{pointer-events:none}.main-layout .main-layout-sider.ant-layout-sider-collapsed .main-layout-sider-footer__content{padding:16px;transform:translate3d(0,calc(100% - 72px),0);border-top-color:transparent;overflow:hidden}.main-layout .main-layout-sider.ant-layout-sider-collapsed .main-layout-sider-footer__actions,.main-layout .main-layout-sider.ant-layout-sider-collapsed .main-layout-sider-footer__access,.main-layout .main-layout-sider.ant-layout-sider-collapsed .main-layout-sider-footer__top-box:nth-child(2),.main-layout .main-layout-sider.ant-layout-sider-collapsed .main-layout-sider-footer__top-box:last-child{opacity:0}@media (max-width: 600px){.main-layout-sider-footer{margin-top:0;height:100%;display:flex;align-items:center}.main-layout-sider-footer__content{width:auto;border-top:none;padding:0}.main-layout-sider-footer__access,.main-layout-sider-footer__actions{display:none}.main-layout-sider-footer__actions--mobile{display:flex}.main-layout-sider-footer__top{margin-bottom:0}.main-layout-sider-footer__top-box:not(:first-child){display:none}.main-layout-sider-footer__companies-overlay{width:calc(100% - 32px)}.main-layout-sider-footer__companies-overlay.euikit-popover-overlay.ant-popover>.ant-popover-content>.ant-popover-inner{padding:20px}.main-layout-sider-footer__companies-list{max-height:205px}.main-layout .main-layout-sider.ant-layout-sider-collapsed .main-layout-sider-footer{pointer-events:auto}.main-layout .main-layout-sider.ant-layout-sider-collapsed .main-layout-sider-footer__content{padding:0;transform:none;overflow:visible}}.main-layout-sider-overlay{position:fixed;top:3px;left:0;right:0;bottom:0;pointer-events:none;border:none;outline:none;z-index:495;padding:0;margin:0;background:var(--black-100);opacity:0;transition:all .2s ease}.main-layout-sider-overlay--active{z-index:1500;opacity:.8;pointer-events:auto}.main-layout .ant-layout-sider.main-layout-sider{position:fixed;height:100%;top:3px;left:0;background:var(--white-100);padding:0;border:none;border-right:1px solid var(--white-500)}.main-layout .ant-layout-sider-children{display:flex;flex-direction:column;justify-content:flex-start;min-height:0;max-height:100%}.main-layout .euikit-menu-item{overflow:hidden}.main-layout .euikit-menu-item__label{min-width:179px}.main-layout .main-layout-sider{z-index:500}.main-layout .main-layout-sider--active{z-index:1550}.main-layout .main-layout-sider__header{padding:0 8px;height:72px;min-height:72px;display:flex;justify-content:center;align-items:center;position:relative}.main-layout .main-layout-sider__logo-toggler{display:none;position:absolute;right:8px;top:8px;padding:0!important;width:56px;height:56px}.main-layout .main-layout-sider__logo-link{padding:16px 13px!important;width:100%;display:flex;justify-content:flex-start;align-items:center;overflow:hidden;position:relative;transition:all .2s ease}.main-layout .main-layout-sider__logo-link>svg:first-child{width:28px;height:28px;min-width:28px}.main-layout .main-layout-sider__logo-link>svg:nth-child(2){width:98px;height:auto;min-width:98px;transition:all .2s ease!important}.main-layout .main-layout-sider__menu{padding:0 8px;overflow-y:auto;max-height:100%;min-height:0;flex:1}.main-layout .main-layout-sider__menu--collapsed .euikit-menu-item--with-children{pointer-events:none}.main-layout .main-layout-sider.ant-layout-sider-collapsed .main-layout-sider__logo-link{padding:16px 13px!important}.main-layout .main-layout-sider.ant-layout-sider-collapsed .main-layout-sider__logo-link>svg:nth-child(2){opacity:0}.main-layout .main-layout-sider.ant-layout-sider-collapsed .euikit-menu-item__label{opacity:0}@media (max-width: 1000px){.main-layout .main-layout-sider__logo-toggler{display:flex}.main-layout .main-layout-sider.ant-layout-sider-collapsed .main-layout-sider__logo-link{opacity:0;pointer-events:none}}@media (max-width: 600px){.main-layout .ant-layout-sider.main-layout-sider{min-width:100%!important;width:100%!important;max-width:100%!important;flex:unset!important;height:72px;border-right:none;position:relative;top:unset;left:unset;padding:16px}.main-layout .main-layout-sider__menu,.main-layout .main-layout-sider__logo-toggler{display:none}.main-layout .main-layout-sider.ant-layout-sider-collapsed .main-layout-sider__logo-link{opacity:1;pointer-events:auto;padding:0!important}.main-layout .main-layout-sider.ant-layout-sider-collapsed .main-layout-sider__logo-link>svg:nth-child(2){opacity:1}.main-layout .main-layout-sider__header{padding:0;height:auto;min-height:auto}.main-layout .main-layout-sider__logo-link{padding:0!important}.main-layout .ant-layout-sider-children{flex-direction:row;justify-content:space-between}.main-layout-sider-overlay{display:none}}.main-layout{width:100%;min-height:100vh;background:var(--white-300);padding-left:72px}.main-layout:before{content:"";position:fixed;top:0;left:0;width:100%;height:3px;z-index:395;background:var(--primary-blue-100)}@media (max-width: 600px){.main-layout{padding-left:0}.main-layout.ant-layout.ant-layout-has-sider{flex-direction:column}.main-layout.ant-layout.ant-layout-has-sider>.ant-layout{width:100%}.main-layout.ant-layout.ant-layout-has-sider>.ant-layout>*:first-child{flex-grow:1}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}.ant-tooltip>.ant-tooltip-arrow{display:none}.ant-tooltip>.ant-tooltip-content>.ant-tooltip-inner{background:#1b1b1c;padding:8px 12px}.rc-virtual-list-scrollbar-thumb{background:var(--white-600)!important;opacity:.5}.euikit-notification-wrapper{box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d!important;background:var(--white-100)!important;border-radius:12px!important;max-width:100%!important;width:420px!important;min-width:0;padding:16px!important}.euikit-notification-wrapper>.SnackbarItem-message{padding:0!important;width:100%}.euikit-notification{display:flex;gap:12px;position:relative;width:100%}.euikit-notification__icon{width:24px;height:24px;min-width:24px}.euikit-notification__icon svg path{fill:var(--black-300)}.euikit-notification__content{width:100%;min-width:0;display:flex;flex-direction:column}.euikit-notification__title{font-family:Inter,sans-serif;font-size:15px;font-weight:500;word-spacing:0;line-height:24px;color:var(--black-100);padding-right:28px;width:100%;word-break:break-word}.euikit-notification__description{font-family:Inter,sans-serif;font-size:15px;font-weight:300;word-spacing:0;line-height:24px;color:var(--black-300);margin-top:4px;word-break:break-word}.euikit-notification--variant-success .euikit-notification__icon svg path{fill:var(--additional-green-100)}.euikit-notification--variant-error .euikit-notification__icon svg path{fill:var(--additional-red-100)}.snackbar-close-button{position:absolute;top:16px;right:16px;width:24px;min-width:24px;height:24px;opacity:1;display:flex;justify-content:center;align-items:center;margin:0;padding:0;border:none;background:0 0;cursor:pointer}.snackbar-close-button svg{width:100%;height:100%}.snackbar-close-button svg path{fill:var(--black-300);transition:all .2s ease}@media (hover){.snackbar-close-button:hover svg path{fill:var(--primary-blue-300)}}@media (max-width: 600px){.euikit-notification-wrapper{width:100%!important}}body.overflow-hidden{overflow:hidden}.project-pdf-content{width:1000px;background:#fff}.project-pdf-content .estimate-discounts-list{overflow:visible}.project-pdf-content .ant-table .project-pdf-editor-input{padding-right:30px;margin-right:-30px}.project-pdf-content .ant-table .project-pdf-editor-input__actions{bottom:calc(100% - 12px)}.project-pdf-content .ant-table .estimate-table-discount-positions{margin-left:28px}.project-pdf-content__header-logo{width:auto;height:44px}.project-pdf-content__header-company{justify-content:flex-end}.project-pdf-content__header-company-icon{width:auto;height:44px;max-width:150px;object-fit:contain}.project-pdf-content__header-company-col{display:flex;align-items:center;max-width:185px;word-break:break-word}.project-pdf-content__header-company-col:first-child{max-width:190px}.project-pdf-content__header-company-col .ant-space-item{display:flex;justify-content:flex-end;align-items:center}.project-pdf-content__header-company-col-text{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.project-pdf-content__body-main-estimate-type{color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:normal}.project-pdf-content__body-main-title{color:#6c9eff;font-size:35px;font-style:normal;font-weight:500;line-height:110%;width:700px}.project-pdf-content__body-main-statistics-title{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:6px}.project-pdf-content__body-main-statistics-text{color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:0}.project-pdf-content__body-main-statistics-row{margin-bottom:24px}.project-pdf-content__body-main-data-discounts{max-height:unset;margin-top:10px}.project-pdf-content__body-main-date{color:#9fb4dc;text-align:right;font-family:Inter;font-size:9px;font-style:normal;font-weight:400;line-height:normal;margin-left:auto;margin-top:24px}.project-pdf-content__body-rooms__item h2{color:#6c9eff;font-family:Inter;font-size:22px;font-style:normal;font-weight:500;line-height:110%;margin-bottom:24px}.project-pdf-content__body-rooms__item-total{color:#000;text-align:right;font-family:Inter;font-size:13px;font-style:normal;font-weight:700;line-height:normal;margin-left:auto}.project-pdf-content__body-rooms__item-footer{margin-top:10px;display:flex;gap:20px}.project-pdf-content__body-rooms__item-footer-box{width:50%}.project-pdf-content__body-rooms__item-discounts{max-height:unset}.project-pdf-content__body-schemes__item{page-break-before:always}.project-pdf-content__body-schemes__item-title{color:#6c9eff;font-family:Inter;font-size:35px;font-style:normal;font-weight:500;line-height:110%}.project-pdf-content__body-schemes__item-subtitle{color:#000;font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:normal;margin-top:7px;margin-bottom:25px}.project-pdf-content__body-schemes__item-image{width:100%}.project-pdf-content__body-schemes__item-image img{width:100%;height:auto}.project-pdf-content__date{margin-left:auto;font-family:Inter;font-size:9px;font-weight:400;line-height:11px;letter-spacing:0em;text-align:right;margin-bottom:5px;color:#9fb4dc;margin-right:50px}.project-pdf-content__footer{display:flex;width:100%;padding:16px 60px;align-items:center;justify-content:space-between;border-top:1px solid #DAE3F3}.project-pdf-content__footer-pages{font-family:Inter;font-size:14px;font-weight:400;line-height:17px;letter-spacing:0;text-align:left}.project-pdf-content__footer-info{display:flex}.project-pdf-content__footer-info-item{display:flex;flex-direction:column;margin-right:40px}.project-pdf-content__footer-info-item .project-pdf-editor-input__actions{font-size:7px;bottom:calc(100% - 7px);left:calc(100% - 2px)}.project-pdf-content__footer-info-item-top{font-family:Inter;font-size:11px;font-weight:400;line-height:13px;letter-spacing:0em;text-align:right;margin-bottom:3px}.project-pdf-content__footer-info-item-bottom{font-family:Inter;font-size:11px;font-weight:400;line-height:13px;letter-spacing:0;text-align:right}.project-pdf-content__footer-info-item:last-of-type{margin-right:0}.project-pdf-content__footer-info-item-total{font-family:Inter;font-size:20px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:right}.project-pdf-content__footer-info-item-total .project-pdf-editor-input__actions{font-size:10px;bottom:calc(100% - 10px);left:calc(100% - 2px)}.project-pdf-content header{position:fixed;top:0;left:0;width:26.4cm;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #DAE3F3;padding:9px 60px 7px}.project-pdf-content footer{position:absolute;top:0;left:0;width:26.4cm;display:flex;flex-direction:column}.project-pdf-content .page{display:flex;flex-direction:column;page-break-before:always}.project-pdf-content .page--no-break-before{page-break-before:unset!important}.project-pdf-content .page--no-break-before .page__header-space{height:0}.project-pdf-content .page--no-min-height{min-height:0}.project-pdf-content .page--no-min-height .page__footer-space{height:0}.project-pdf-content .page-content{padding:0 60px}.project-pdf-content .page__header-space{height:80px}.project-pdf-content .page__footer-space{height:110px}@media print{.project-pdf-content .project-pdf-editor-input__actions,.project-pdf-content .project-pdf-editor-toggle__actions{display:none}.project-pdf-content .ant-table .estimate-table-discount-positions{margin-left:0}.project-pdf-content .estimate-discounts-list__toggle--hidden{display:none}}*{font-family:Inter,sans-serif!important}a{text-decoration:none}html{scrollbar-width:auto;scrollbar-color:#CBCDD1 #E9EAEE}html::-webkit-scrollbar{height:6px;width:6px}html::-webkit-scrollbar-track{background:#e9eaee}html::-webkit-scrollbar-thumb{background-color:#cbcdd1;border:none}.app-wrapper{min-height:100vh}.app-wrapper .ant-form-item:last-child{margin-bottom:0}.app-wrapper .ant-form-item-explain{padding-top:8px;padding-bottom:16px;transition:all .2s ease}.editor-page-wrapper{display:flex;flex-direction:column;width:100%;height:100vh;overflow:hidden}.editor-page-wrapper>.main-layout{z-index:unset}.editor-page-wrapper>.main-layout>.ant-layout{position:relative}@media (max-width: 1350px){.editor-page-wrapper>.main-layout{padding-left:0}.editor-page-wrapper>.main-layout .ant-layout-sider.main-layout-sider,.editor-page-wrapper>.main-layout .main-layout-menu-mobile-wrapper.eukit-slidable-content.swiper{display:none}}@media (max-width: 600px){.ant-picker-panels,.ant-picker-datetime-panel{flex-direction:column!important}.ant-picker-panels .ant-picker-time-panel,.ant-picker-datetime-panel .ant-picker-time-panel{border-top:1px solid rgba(5,5,5,.06);border-inline-start:none!important}}.SnackbarContainer-root{z-index:10000!important}.pretty-scrollbar{scrollbar-width:auto;scrollbar-color:#CBCDD1 #E9EAEE}.pretty-scrollbar::-webkit-scrollbar{height:6px;width:6px}.pretty-scrollbar::-webkit-scrollbar-track{background:#e9eaee}.pretty-scrollbar::-webkit-scrollbar-thumb{background-color:#cbcdd1;border:none}.ant-collapse--no-header .ant-collapse-header{display:none!important}.ant-collapse--no-header .ant-collapse-content-box{padding:0!important}@media print{.hide-in-print{display:none}.pdf-page-break{page-break-before:always;page-break-after:always}}.gap-20{gap:20px!important}.gap-15{gap:15px!important}.gap-10{gap:10px!important}.pt0{padding-top:0!important}
