.picker{font-size:16px;color:#000;position:absolute;text-align:left;line-height:1.2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:10000}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%}.picker{width:100%}.picker__holder{border-color:#aaa;-webkit-transform:translateY(-1em) perspective(600px) rotateX(10deg);transform:translateY(-1em) perspective(600px) rotateX(10deg);-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);transition:-webkit-transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;transition:transform .15s ease-out,opacity .15s ease-out,max-height 0s .15s,border-width 0s .15s;position:absolute;border-style:solid;max-width:466px;max-height:0;-moz-opacity:0;opacity:0;border-width:0 1px;min-width:176px;box-sizing:border-box;border-radius:0 0 5px 5px;background:#fff}.picker__frame{padding:1px}.picker__wrap{margin:-1px}.picker--opened .picker__holder{-webkit-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0);-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);border-top-width:1px;border-bottom-width:1px;transition:-webkit-transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;transition:transform .15s ease-out,opacity .15s ease-out,max-height 0s,border-width 0s;max-height:25em;-moz-opacity:1;opacity:1;box-shadow:0 6px 18px 1px rgba(0,0,0,.12)}