#popup-container {
  height: 100%;
  width: 100%;
  z-index: 9999;
}
#popup {
  background-color: #fff;
  color: #afafaf;
  margin: 0 auto;
  max-width: 700px;
  padding: 20px;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
}
#popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
#popup-close a {
  color: #afafaf;
  font-weight: 700;
  text-decoration: none;
}
#popup-content p {
  margin: 0;
}
@media only screen and (min-width: 600px) {
  #popup {
    width: 60%;
  }
}
#popup h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
}
#popup p {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 20px;
}
#popup img {
  margin-bottom: 20px;
  max-width: 700px;
  width: 100%;
}
#popup-container {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
#open-popup {
  color: #afafaf;
}
#dc-popup-container {
  height: 100%;
  width: 100%;
  z-index: 9999;
}
#dc-popup {
  background-color: #fff;
  color: #afafaf;
  margin: 0 auto;
  max-width: 700px;
  padding: 20px;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
}
#dc-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
#dc-popup-close a {
  color: #afafaf;
  font-weight: 700;
  text-decoration: none;
}
#dc-popup-content p {
  margin: 0;
}
@media only screen and (min-width: 600px) {
  #dc-popup {
    width: 60%;
  }
}
#dc-popup h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
}
#dc-popup p {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 20px;
}
#dc-popup img {
  margin-bottom: 20px;
  max-width: 700px;
  width: 100%;
}
#dc-popup-container {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
#dc-open-popup {
  color: #afafaf;
}
.pop-up-text-nici {
  margin-bottom: 10px;
}
