.ui-select{background:#fff;border:1px solid #c8c8cb;border-radius:100px;box-sizing:border-box;cursor:pointer;height:48px;padding:12px 24px;position:relative;transition:border-color .3s linear;z-index:10}@media (max-width:767px){.ui-select{height:40px;padding:8px 20px}}.ui-select._err{border-color:#eb2b37}.ui-select._no-border{border-color:transparent}.ui-select:hover{border-color:#82bf00}.ui-select__label{align-items:center;display:flex;justify-content:space-between}.ui-select__text{font-size:16px;font-weight:600;line-height:24px;width:calc(100% - 32px)}@media (max-width:767px){.ui-select__text{font-size:14px;line-height:20px}}.ui-select__icon{height:24px;width:24px}.ui-select__content{background:#fff;filter:drop-shadow(0 4px 20px rgba(38,37,38,.08));left:0;max-height:0;overflow:hidden;position:absolute;top:calc(100% + 4px);transition:max-height .15s linear;width:100%;z-index:1}.ui-select__content._open{max-height:200px;overflow-x:hidden;overflow-y:auto}.ui-select__content::-webkit-scrollbar{background:#f0f4fa;position:fixed;width:5px}.ui-select__content::-webkit-scrollbar-thumb{background-color:#252628;border-radius:10px}.ui-select__item{font-size:16px;line-height:24px;padding:8px 24px;transition:background-color .3s linear}@media (max-width:767px){.ui-select__item{font-size:14px;line-height:20px}}.ui-select__item._active{background:#f4f4f4;cursor:default;opacity:.7;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ui-select__item:hover{background:#f4f4f4}
