.c-simple-select{display:inline-block;position:relative;width:100%}.c-simple-select__selected{background:var(--white);border:1px solid var(--blue-02);border-radius:var(--radius);cursor:pointer;font-size:14px;font-weight:400;padding:13px 44px 13px 24px;position:relative}.c-simple-select__selected:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.664 8.332 3.333 3.333 3.334-3.333' stroke='%23070B47' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%;background-size:cover;content:"";height:20px;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:all .2s linear;width:20px}.c-simple-select__items{background:var(--white);border:1px solid var(--blue-02);border-radius:0 0 8px 8px;border-top:1px solid transparent;left:0;list-style:none;margin:0;max-height:350px;opacity:0;overflow:auto;padding:8px;position:absolute;right:0;top:100%;transform:translateY(-20px);transition:all .2s linear;visibility:hidden;z-index:99}.c-simple-select__items::-webkit-scrollbar{-webkit-appearance:none;width:5px}.c-simple-select__items::-webkit-scrollbar-thumb{background-color:var(--blue-10);border-radius:2px;box-shadow:0 0 1px hsla(0,0%,100%,.5);margin-right:3px}.c-simple-select__item{background-color:transparent;border-radius:6px;color:var(--blue-10);cursor:pointer;display:block;font-size:14px;font-weight:400;letter-spacing:-.14px;line-height:138%;padding:8px 20px;position:relative;transition:all .2s ease-out}.c-simple-select__item.active,.c-simple-select__item:hover{background-color:var(--bg-grey)}.c-simple-select.active .c-simple-select__selected{border-bottom-color:transparent;border-radius:8px 8px 0 0}.c-simple-select.active .c-simple-select__selected:after{transform:translateY(-50%) rotate(180deg)}.c-simple-select.active .c-simple-select__items{opacity:1;transform:translateY(0);visibility:visible}
