.dummy {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  background: #fff;
}

.dummy_visible {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dummy__icon {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
}

.dummy__text {
  max-width: 650px;
  font-family: e-Ukraine, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}
