.modal {
  max-width: 800px;
  font-size: 1.5em;
  line-height: 2rem;
  font-weight: 600;
  color: #666;
}

.modal span {
  font-size: 1.6em;
  color: #2da6ef;
}

.modalDate {
  max-width: 800px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #fff;
  background-color: #2da6ef;
  padding: 1rem;
  max-width: 80%;
  margin: 0 auto;
}

.modal a.close-modal {
  background-image: url('../design/close-modal.png');
}

.dyzury {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.25em;
  line-height: 2rem;
}

.blocker {
  background-color: #000;
  background-color: rgba(0,0,0,0.25);
}


@media (max-width: 1024px) and (orientation: portrait), (max-width: 440px)  {
  .modal { font-size: 1.2rem; }
}