#respons {
  padding: 0;
  width: 100%;
  height: 110px;
  position: fixed;
  top: calc(50% - 50px);
  left: 0;
  right: 0;
  display: none;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#respons > div {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}
#respons > div p {
  height: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  font-weight: 200;
}
#respons.color01 {
  background: #2ca9e1;
}
#respons.color02 {
  background: #e83929;
}

#popup {
  width: 500px;
}
#popup > p {
  line-height: 1.3;
  text-align: center;
}
#popup > p:nth-of-type(1) {
  margin: 0 auto 16px auto;
  color: #232323;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
#popup > p:nth-of-type(1):empty {
  display: none;
}
#popup > p:nth-of-type(2) {
  color: #232323;
  font-size: 16px;
  font-weight: 200;
}
#popup ul, #popup ol {
  margin: 24px auto 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
#popup ul li:last-child, #popup ol li:last-child {
  margin: 0 0 0 16px;
}
#popup ol li a, #popup ul li a {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

[data-color="2"] ul li:last-child a {
  background-color: #e83929;
  border: none;
}

#ov_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  display: none;
}

#overlay {
  margin: 0 auto;
  padding: 32px 0 32px 28px;
  border: none;
  border-top: 4px solid #2ca9e1;
  background: #fff;
  position: fixed;
  z-index: 9998;
  top: 50%;
  left: 50%;
  display: none;
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
  border-radius: 10px;
}
#overlay > div {
  padding-right: 25px;
}
#overlay > div p[data-modalTitle] {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 200;
}
#overlay > div [data-modalBtns] {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#overlay > div [data-modalBtns] li:last-child {
  margin-left: 30px;
}
#overlay > div [data-modalBtns] li a {
  width: 200px;
  height: 40px;
}
#overlay[data-color="1"] {
  border: solid 3px #2ca9e1;
}
#overlay[data-color="2"] {
  border: solid 3px #e83929;
}
#overlay > a.ov_close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
}
#overlay > a.ov_close:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  margin-top: 0;
  background: #fff;
  transform: rotate(45deg);
  cursor: pointer;
}
#overlay > a.ov_close:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  margin-top: 0;
  background: #fff;
  transform: rotate(-45deg);
  cursor: pointer;
}
