.modal__wrapper{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:#0000004d;z-index:5}.modal__from_bottom,.small__modal_bottom{position:fixed;top:0;left:0;width:100%;height:100%;z-index:5;display:flex;flex-direction:column;justify-content:flex-end}.small__modal_bottom{height:10%;top:90%;z-index:3;padding-top:0}@keyframes showMobilePart{0%{transform:translateY(100vh);opacity:0}to{transform:translateY(0);opacity:1}}.modal__from_bottom.entering,.small__modal_bottom.entering{animation:showMobilePart .5s}.modal__from_bottom.exiting,.small__modal_bottom.exiting{animation:showMobilePart .5s reverse}.modal__from_bottom.exited,.small__modal_bottom.exited{display:none}
