#popuppush {
  top: 8px;
  left: 0px;
  right: 0;
  margin: auto;
  width: 512px;
  max-width: calc(100vw - 48px);
  background-color: rgba(255,255,255,100%);
  box-shadow: rgba(0,0,0,0.2) 0px 0px 16px 0px;
  z-index: -1;
  display: none;
  opacity: 0;
  padding: 16px;
  position: fixed;
}
.popuppush-tresc > p,
.popuppush-tresc > div {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.popuppush-bell .fa-bell {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 16px;
}
.popuppush-bell .fa-bell::before {
  font-size: 42px;
  text-shadow: 4px 4px 0 rgba(0,0,0,0.2);
}
.popuppush-bell span,
.popuppush-tytul {
  font-family: 'Exo', serif;
  font-size: 18px;
  font-weight: 600;
}
.popuppush-bell span {
  text-transform: uppercase;
}
.popuppush-btns button {
  border: 0px none transparent;
  padding: 8px 16px;
  margin: 8px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

#push-subscription-button:disabled {
  cursor: no-drop;
}
