.button-action-drop{display:flex;align-items:center;justify-content:center;position:relative}.button-action-drop__btn,.button-action-drop__btn-medium{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:8px;background:#fafbfa;border:none;width:40px;min-width:40px;height:40px}.button-action-drop__btn-medium{border-radius:4px;width:32px;min-width:32px;height:32px}.button-action-drop__btn-small{border-radius:4px;width:16px;min-width:16px;height:16px}.button-action-drop__btn-small img{transform:rotate(90deg);width:14px;height:14px}.button-action-drop__drop-menu,.button-action-drop__drop-menu_active{position:fixed;top:0;left:0;width:160px;height:auto;display:flex;flex-direction:column;overflow:hidden;visibility:hidden;z-index:5;z-index:100;padding-top:6px}.button-action-drop__drop-menu_active,.button-action-drop__drop-menu_active_active{opacity:1;visibility:visible}.button-action-drop__drop-menu__btn,.button-action-drop__drop-menu_active__btn{padding:8px;width:100%;min-height:32px;background-color:inherit;border:none;text-align:left;color:#3a3a3a;font-family:NunitoSans;font-size:13px;font-style:normal;font-weight:400;line-height:14px}.button-action-drop__drop-menu__btn:hover,.button-action-drop__drop-menu_active__btn:hover{background-color:#f3f3f3}.button-action-drop__drop-menu-inside{display:flex;flex-direction:column;border-radius:8px;border:1px solid #e0e7f2;background:#fff;box-shadow:0 4px 4px 0 rgba(30,41,59,.06);padding-top:4px;padding-bottom:4px}