.component-select,.component-select__trigger{position:relative;width:100%;max-width:100%}.component-select__trigger{display:flex;z-index:2;justify-content:space-between;align-items:center;border-radius:12px;padding:12px 16px;background-color:#fff;border:1px solid #e7e6e8;height:48px;overflow:hidden}.component-select__trigger:hover{background-color:#f7f4fe}.component-select__trigger-title{display:flex;overflow:hidden;align-items:center;text-align:left;gap:8px}.component-select__trigger-label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.component-select__trigger-icons{display:flex;align-items:center;justify-content:center;gap:8px;margin-left:8px}.component-select__trigger-icons .item{width:24px;height:24px}.component-select__trigger-clear{background-image:url(../img/svg/icon-close.svg);background-repeat:no-repeat;background-position:50%;cursor:pointer;background-color:transparent}.component-select__trigger-switcher{width:51px;height:31px;background-color:#e7e6e8;border-radius:31px;position:relative;cursor:pointer;transition:background-color .3s ease}.component-select__trigger-switcher.checked{background-color:#7248da}.component-select__trigger-switcher.checked .component-select__trigger-switcher-handle{transform:translate(20px)}.component-select__trigger-switcher-handle{position:absolute;top:2px;left:2px;width:27px;height:27px;background-color:#fff;border-radius:50%;transition:transform .3s cubic-bezier(.4,0,.2,1)}.component-select__trigger-checkbox-custom{background-image:url(../img/svg/icon-select-checkbox-empty.svg);background-repeat:no-repeat;background-position:50%}.component-select__trigger-checkbox-custom.checked{background-image:url(../img/svg/icon-select-checkbox-ckecked.svg)}.component-select__trigger-checkbox-hidden{position:absolute;opacity:0;pointer-events:none}.component-select__trigger-arrow{background-image:url(../img/svg/icon-select-arrow-down.svg);background-repeat:no-repeat;background-position:50%;transition:transform .3s ease}.component-select__content-dropdown{border:1px solid #e7e6e8;background-color:#fff;z-index:100;border-radius:12px;padding:0;overflow:hidden;border-top:unset;border-top-left-radius:unset;border-top-right-radius:unset;margin-top:-1px;transition:all .3s ease;transform:translateY(-40px);opacity:0}.component-select__content-options{display:flex;flex-direction:column;padding:10px 0 12px}.component-select__content-option{height:40px;width:100%;display:flex;align-items:center;padding:8px 16px;justify-content:space-between;transition:background-color .3s;cursor:pointer;border:none;background:none}.component-select__content-option:hover{background-color:#f7f4fe}.component-select__content-option-checkbox-hidden,.component-select__content-option-radio-hidden{position:absolute;opacity:0;pointer-events:none}.component-select__content-option-radio-custom{width:24px;height:24px;background-image:url(../img/svg/icon-select-radio-empty.svg);background-repeat:no-repeat;background-position:50%;transition:all .2s ease}.component-select__content-option-radio-custom.selected{background-image:url(../img/svg/icon-select-radio-selected.svg)}.component-select__content-option-checkbox-custom{width:24px;height:24px;background-image:url(../img/svg/icon-select-checkbox-empty.svg);background-repeat:no-repeat;background-position:50%;transition:all .2s ease}.component-select__content-option-checkbox-custom.checked{background-image:url(../img/svg/icon-select-checkbox-ckecked.svg)}.component-select__counter .component-select__trigger{cursor:default}.component-select__open .component-select__trigger{border-bottom-color:#fff;border-bottom-left-radius:unset;border-bottom-right-radius:unset}.component-select__open .component-select__trigger-arrow{background-image:url(../img/svg/icon-select-arrow-down-primary.svg);transform:rotate(180deg)}.component-select__open .component-select__content-dropdown{transform:translateY(0);opacity:1}.component-select__disabled .component-select__trigger{background-color:#fff;color:#b1b3b4;cursor:not-allowed}.component-select__disabled .component-select__trigger-switcher{cursor:not-allowed;opacity:.6}.component-select__highlighted .component-select__trigger{border-color:#d0bef1;border-width:2px}.component-select__highlighted.component-select__open .component-select__trigger{border-bottom:unset}.component-select__highlighted.component-select__open .component-select__content-dropdown{border-color:#d0bef1;border-width:2px}
