#popOzgecmis {
  position: fixed;
  width: 100%;
  height: 100%;
  display: table;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: ease 0.5s;
}

#popOzgecmis.opened {
  opacity: 1;
  z-index: 9999;
}

#popOzgecmis .popupIn {
  display: table-cell;
  vertical-align: middle;
}

#popOzgecmis .popupIn .outer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  left: 0;
  top: 0;
}

#popOzgecmis .contentPop {
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
  max-width: 60em;
  margin: 0 auto;
  border-radius: 3px;
}

#popOzgecmis .contentPop .head {
  border-bottom: 1px solid #99c2c1;
  color: #15938e;
  position: relative;
  padding: 0.5em;
}

#popOzgecmis .contentPop #clsLink {
  position: absolute;
  right: 15px;
  font-size: 18px;
  top: 15px;
  color: #15938e;
  text-decoration: none;
  font-weight: bold;
}

#popOzgecmis .contentPop .head strong {
  display: block;
  font-size: 18px;
  font-family: sans-serif;
}

#popOzgecmis .contentPop .head span {
  display: block;
  font-size: 12px;
  color: #575658;
}

#popOzgecmis .contentPop .main {
  max-height: 500px;
  overflow: auto;
  padding: 20px 0;
}

#popOzgecmis .contentPop .main p {
  margin-bottom: 15px;
  font-size: 12px;
}

#popOzgecmis .contentPop .main ul,
#popOzgecmis .contentPop .main li {
  list-style-type: disc;
  list-style-position: inside;
}

#popOzgecmis .contentPop .main li {margin-bottom: 15px;}

#popOzgecmis .contentPop .main ol li {
  list-style-type: lower-alpha;
}
