.select{display:flex;position:relative;height:48px}.select-popup{position:fixed;top:0;bottom:0;left:0;right:0;z-index:100;background-color:var(--alphaBlack20);box-shadow:0 4px 4px var(--alphaBlack25)}.select-popup__inner{position:fixed;max-height:calc(100% - 16px);background-color:var(--inverseElevated);margin:auto;display:flex;flex-direction:column;width:100%;border-radius:16px 16px 0 0;overflow-y:auto}@media (max-width: 992px){.select-popup__inner{bottom:0;left:0;right:0}}@media (min-width: 993px){.select-popup__inner{top:50%;left:50%;max-height:calc(100% - 128px);max-width:400px;border-radius:16px;transform:translate(-50%,-50%)}.select-popup__inner::-webkit-scrollbar{width:6px;height:6px;background-color:var(--whiteSmokeCarbon);border-radius:6px}.select-popup__inner::-webkit-scrollbar-thumb{background-color:var(--disabled);border-radius:4px}@-moz-document url-prefix(){.select-popup__inner{scrollbar-color:var(--disabled) transparent;scrollbar-width:auto}}}.select-popup__inner.h100,.select-popup__inner.h100 .select-popup-body{height:100%}.select-popup__inner.sm{max-width:820px}.select-popup__inner .wrapper-actions>*,.select-popup__inner .action-wrapper>*,.select-popup__inner .popup-action>*{position:absolute;top:8px;z-index:1}.select-popup__inner .wrapper-actions .back,.select-popup__inner .action-wrapper .back,.select-popup__inner .popup-action .back{left:8px}.select-popup__inner .wrapper-actions .close,.select-popup__inner .action-wrapper .close,.select-popup__inner .popup-action .close{right:8px}[device=mobile] .select-popup__inner{height:100%}.select-popup-back{position:absolute;top:4px;left:4px;z-index:1}.select-popup-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:16px}.select-popup-title{font-size:20px;font-weight:700;color:var(--contastPrimary)}.select-body{box-shadow:0 4px 16px #1f20241a;position:absolute;left:0;width:100%;z-index:82;background-color:var(--inverseElevated);border-radius:8px;padding-top:16px;padding-bottom:12px;top:calc(100% + 4px)}.select-body.top{bottom:calc(100% + 4px)}.select-body-inner{padding-top:4px}[device=desktop] .select-body-inner{padding-left:16px;padding-right:8px;margin-right:8px}.select .select-head.active{border-color:var(--disabled)}.select label.select-head{position:absolute;top:0;left:0;z-index:80;display:inline-flex;align-items:center;width:100%;height:100%;color:var(--contrastSecondary);padding:6px 54px 6px 14px;border:2px solid var(--light);border-radius:8px;font-size:0;white-space:nowrap;text-overflow:ellipsis;max-width:100%}.select label.select-head:hover,.select label.select-head:active{border-color:var(--disabled)}.select label.select-head[data-value=""]{font-size:16px}.select label.select-head .select-value{position:absolute;top:50%;left:0;width:100%;font-size:16px;color:var(--contrastPrimary);padding:6px 54px 6px 14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;transform:translateY(-50%)}.select label.select-head.open{font-size:0!important}.select label.select-head.open:before{font-size:inherit!important}.select input.select-head{font-size:16px;height:100%;padding:6px 54px 6px 14px;letter-spacing:0;border-radius:8px}.select input.select-head::placeholder{letter-spacing:0}[device=mobile] .select input.select-head{display:inline-flex;height:48px;border:2px solid var(--light)}[device=desktop] .select input.select-head{position:absolute;top:0;left:0;z-index:1;width:100%;border:none}.select label.select-head:not(.focus) .select-value,.select label.select-head:not(.focus) input.select-head::placeholder{font-size:0}.select-fon{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:80}.select-toggle:not(:checked)~.select-fon{display:none}.select .select-body{max-height:496px}[device=mobile] .select .select-popup-body{scrollbar-width:none;padding-left:16px;padding-right:16px;flex-grow:1}[device=mobile] .select .select-popup-body::-webkit-scrollbar{width:0;height:0}.select .select-popup-body,.select .select-body-inner{overflow-y:auto}.select .select-popup-body::-webkit-scrollbar,.select .select-body-inner::-webkit-scrollbar{width:6px;height:6px;background-color:var(--whiteSmokeCarbon);border-radius:6px}.select .select-popup-body::-webkit-scrollbar-thumb,.select .select-body-inner::-webkit-scrollbar-thumb{background-color:var(--disabled);border-radius:4px}@-moz-document url-prefix(){.select .select-popup-body,.select .select-body-inner{scrollbar-color:var(--disabled) transparent;scrollbar-width:auto}}.select .select-body,.select .select-popup-body{display:flex;flex-direction:column}.input-common:focus~.field-placeholder[data-v-261210cf],.focus .field-placeholder[data-v-261210cf],.focus~.field-placeholder[data-v-261210cf]{padding:0 8px;left:8px;top:1px;font-size:12px;font-weight:500;line-height:14px;background-color:var(--inverse);width:auto;z-index:81}.input-common:focus~.field-placeholder[data-v-261210cf]:not([style*=background]),.focus .field-placeholder[data-v-261210cf]:not([style*=background]),.focus~.field-placeholder[data-v-261210cf]:not([style*=background]){background-color:var(--inverse)}.input-common:focus~.field-placeholder[data-v-261210cf]:not([style*=color]),.focus .field-placeholder[data-v-261210cf]:not([style*=color]),.focus~.field-placeholder[data-v-261210cf]:not([style*=color]){color:var(--disabled)}.field-placeholder[data-v-261210cf]{position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:16px;padding:6px 34px 6px 14px;width:100%;color:var(--contrastSecondary);letter-spacing:0;transition:font-size .15s ease,top .15s ease,left .15s ease;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;overflow:hidden;text-overflow:ellipsis}.field-placeholder-enter-from[data-v-261210cf],.field-placeholder-leave-to[data-v-261210cf]{transition-duration:.02s}.is-loading[data-v-261210cf]{height:128px}.default-list-wrapper[data-v-261210cf]{height:100%;display:flex;flex-direction:column;overflow:hidden}
