.page-operations-block {
  display: flex;
  flex-direction: row-reverse;
}
.page-operations-block a {
  position: fixed;
  right: 0;
  bottom: 256px;
  width: 5em;
  height: 5em;
  background: #f2f2f2;
  font-size: 16px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-operations-block a svg {
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 4px;
}

