In IP, Firewall, Filter Rules, In. Interface "Ether1-gateway" "action" is set to "drop"
That is the one that is blocking you.
Now you need to figure out how you want to access the router without disabling your router security. I use a rule like this. Change xx.xx.xx.xx/24 to the ip/subnet of the remote network at your office.
/ip firewall filter
add chain=input action=accept src-address=xx.xx.xx.xx/24
Move this rule above the ether1-gateway drop rule.