.pop_podklad {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 solid #000;
  background: rgba(0,0,0,.6);
  z-index: 100;
}
.pop_zaklad {
  color: #000;
  font-size: 20px;
  width: 500px;
  border: 5px solid #000;
  padding: 10px;
  position: absolute;
  top: calc(50% - 200px);
  left: calc(50% - 250px);
  z-index: 100;
  text-align: center;
  box-shadow: rgb(24, 12, 12) 10px 10px 20px 0;
  border-radius: 40px 10px 40px 10px;
}
.pop_alert {
  background: #BC4B0A;
  background: -moz-linear-gradient(-45deg,#BC4B0A 0%,#FFD84D 50%,#BC4B0A 100%);
  background: -webkit-linear-gradient(-45deg,#BC4B0A 0%,#FFD84D 50%,#BC4B0A 100%);
  background: linear-gradient(135deg,#BC4B0A 0%,#FFD84D 50%,#BC4B0A 100%);
}
.pop_confirm {
  background: #1A4781;
  background: -moz-linear-gradient(-45deg,#1A4781 0%,#48ADFF 50%,#1A4781 100%);
  background: -webkit-linear-gradient(-45deg,#1A4781 0%,#48ADFF 50%,#1A4781 100%);
  background: linear-gradient(135deg,#1A4781 0%,#48ADFF 50%,#1A4781 100%);
}
.pop_logout {
  background: #4E2B28;
  background: -moz-linear-gradient(-45deg,#4E2B28 0%,#A86C54 50%,#4E2B28 100%);
  background: -webkit-linear-gradient(-45deg,#4E2B28 0%,#A86C54 50%,#4E2B28 100%);
  background: linear-gradient(135deg,#4E2B28 0%,#A86C54 50%,#4E2B28 100%);
}
.pop_navrat {
  background: #006A00;
  background: -moz-linear-gradient(-45deg,#006A00 0%,#00EA00 50%,#006A00 100%);
  background: -webkit-linear-gradient(-45deg,#006A00 0%,#00EA00 50%,#006A00 100%);
  background: linear-gradient(135deg,#006A00 0%,#00EA00 50%,#006A00 100%);
}
input[type=button].pop_tlacitko {
  width: 150px;
  height: 50px;
  font-size: 20px;
  border-radius: 25px 7px 25px 7px;
  background: #ECECEC;
  background: -moz-linear-gradient(-45deg,#A8A8A8 0%,#FFFFFF 50%,#A8A8A8 100%);
  background: -webkit-linear-gradient(-45deg,#A8A8A8 0%,#FFFFFF 50%,#A8A8A8 100%);
  background: linear-gradient(135deg,#A8A8A8 0%,#FFFFFF 50%,#A8A8A8 100%);
}
input[type=button].pop_tlacitko:hover {
  background: #ECECEC;
}
input[type=button].pop_tlacitko:active {
  background: #BCBCBC;
}