.c-simple-select{display:inline-block;position:relative;width:100%}.c-simple-select__selected{background:var(--white);border:1px solid var(--black);border-radius:399px;cursor:pointer;font-size:18px;font-weight:500;padding:13px 54px 13px 24px;position:relative}.c-simple-select__selected:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 13.055 16.455 8.6l1.273 1.272L12 15.6 6.272 9.872 7.545 8.6 12 13.055Z' fill='%230A0D14'/%3E%3C/svg%3E") no-repeat 50%;background-size:cover;content:"";height:24px;position:absolute;right:20px;top:50%;transform:translateY(-50%);transition:all .2s linear;width:24px}.c-simple-select__items{background:var(--white);border:1px solid var(--black);border-radius:32px;left:0;list-style:none;margin:0;max-height:350px;opacity:0;overflow:auto;padding:8px;position:absolute;right:0;top:calc(100% + 10px);transform:translateY(-20px);transition:all .2s linear;visibility:hidden;z-index:999}.c-simple-select__items::-webkit-scrollbar{-webkit-appearance:none;width:5px}.c-simple-select__items::-webkit-scrollbar-thumb{background-color:var(--black);border-radius:2px;box-shadow:0 0 1px hsla(0,0%,100%,.5);margin-right:3px}.c-simple-select__count{align-items:center;background-color:var(--black);border-radius:50%;color:var(--white);display:flex;height:28px;justify-content:center;line-height:1.24;position:absolute;right:20px;text-align:center;top:50%;transform:translateY(-50%);width:28px;z-index:10}.c-simple-select__count,.c-simple-select__item{font-size:18px;font-weight:500;letter-spacing:-.03em}.c-simple-select__item{background-color:transparent;border-radius:42px;color:var(--black);cursor:pointer;display:block;line-height:124%;margin-bottom:8px;padding:12px 40px 12px 20px;position:relative;transition:all .2s ease-out}.c-simple-select__item:first-child{display:none}.c-simple-select__item: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='M16.667 5.417 7.5 14.584l-4.167-4.167' stroke='%231A1A1A' stroke-width='1.7' stroke-linecap='square'/%3E%3C/svg%3E") no-repeat 50%;background-size:cover;content:"";height:20px;opacity:0;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:all .2s linear;width:20px}.c-simple-select__item:hover{background-color:var(--gray-05)}.c-simple-select__item.active:after{opacity:1}.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}
