.ui-dropdown{width:100%;max-width:336px;position:relative}.ui-dropdown__btn{font-size:14px;line-height:1.4;height:40px;border:1px solid rgba(55,59,60,.4);padding:9.5px 12px;position:relative;border-radius:6px;background:#fff;cursor:pointer}.ui-dropdown__btn::after{content:'';width:18px;height:18px;background-color:#373B3CCC;z-index:2;-webkit-mask-size:cover;mask-size:cover;-webkit-mask:url(/images/1-tc-web-icons/type-1/mono/t1-downward.svg) 50% 50%/cover no-repeat;mask:url(/images/1-tc-web-icons/type-1/mono/t1-downward.svg) 50% 50%/cover no-repeat;position:absolute;top:10px;right:12px;transition:transform .2s linear}.ui-dropdown__btn--active,.ui-dropdown__btn:focus,.ui-dropdown__btn:hover{border:1px solid rgba(55,59,60,.8)}.ui-dropdown__btn--active::after{transform:rotateX(180deg)}.ui-dropdown__list{width:100%;display:none;-ms-flex-direction:column;flex-direction:column;background:#fff;border-radius:6px;box-shadow:0 16px 46px 0 rgba(0,8,29,.16);padding:4px 0;margin-top:8px;position:absolute;z-index:10;height:200px;overflow-y:auto}.ui-dropdown__list--open{display:-ms-flexbox;display:flex}.ui-dropdown__list-option{font-size:16px;line-height:1.5;border-radius:6px;padding:10px 18px;transition:background .2s linear;cursor:pointer}.ui-dropdown__list-option:hover{background:#f7f9fc}