.bottom-actions{position:sticky;bottom:0;z-index:70;display:flex;align-items:center;justify-content:space-between;width:100%;padding:3px 12px;background-color:#fff;box-shadow:0 0 5px 0 var(--gray-6)}.bottom-actions__steps{display:flex;margin-bottom:-4px}.bottom-actions__step{position:relative;display:flex;align-items:center;padding:4px 16px;overflow:hidden;cursor:pointer}.bottom-actions__step:before{position:absolute;bottom:0;width:100%;height:5px;content:"";background-color:transparent;transition:left .4s,background-color .3s}.bottom-actions__step--active:before{left:0;background-color:var(--con-color-primary)}.bottom-actions__step--forward:not(.bottom-actions__step--active):before{left:-100%}.bottom-actions__step--backward:not(.bottom-actions__step--active):before{left:100%}.bottom-actions__step--disabled{cursor:default;opacity:.6}.bottom-actions__step--error:before{background-color:var(--error-color)}.bottom-actions__count{flex:none;width:20px;height:20px;font-family:Segoe UI,sans-serif;font-size:13px;line-height:18px;color:var(--gray-2);text-align:center;background-color:var(--gray-7);border-radius:100%}.bottom-actions__step--active .bottom-actions__count{font-family:Segoe UI Semibold,sans-serif}.bottom-actions__text{padding:1px 0;font-family:Segoe UI,sans-serif;font-size:14px;line-height:18px;color:var(--gray-4)}.bottom-actions__step--active .bottom-actions__text{font-family:Segoe UI Semibold,sans-serif;color:var(--gray-2)}.bottom-actions__step--error .bottom-actions__text{color:var(--error-color)}.bottom-actions__apply--disabled{pointer-events:none;cursor:default;opacity:.6}.form-component{position:relative}.form-component,.form-container{display:flex;flex-direction:column;height:100%}.form-container{align-items:center;padding:8px 0 56px;margin-bottom:40px}.form-content{display:flex;flex-direction:column;width:688px;padding:16px 24px;margin:8px 0;background-color:#fff;border-radius:4px;box-shadow:0 0 5px var(--gray-color-shadow)}.form-container--wide .form-content{width:900px}.form-content__head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 0}.form-content__head h1{margin:0;font-size:16px;line-height:22px}.form-content--closed .form-content__head h1{font-size:14px;line-height:18px;color:var(--primary-color)}.form-content--closed .form-content__head h1:hover{text-decoration:underline;cursor:pointer}.form-content__close{font-size:12px;color:var(--primary-color)}.form-content__close:hover{text-decoration:underline;cursor:pointer}.form-content__desc{padding-bottom:10px;color:var(--gray-5)}.form-content__fields,.form-title{display:flex;flex-direction:column}.form-title__main{display:flex;align-items:center;padding-bottom:4px}.form-title h2{font-family:Segoe UI Semibold,sans-serif;font-size:14px;font-weight:400}.form-title .v-icon{margin-left:6px;color:var(--con-color-red-500)}.form-title__desc{padding-bottom:4px;font-size:12px;line-height:19px;color:var(--gray-5)}.form-field{padding:8px 0}.form-field,.form-field__head{display:flex;flex-direction:column}.form-field--error .form-field__head{color:var(--error-color-3)}.form-field__errors{display:flex;flex-direction:column;gap:4px 0;padding-top:8px}.form-field__errors span{font-size:12px;line-height:18px;color:var(--error-color-3)}.form-field__elements{display:grid;grid-template-columns:1fr;grid-gap:8px 16px}.form-field--split-elements .form-field__elements{grid-template-columns:1fr 1fr}