@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@500&display=swap');
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
  height: 100%
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
	width: 95%;
}

.arcticmodal-container_i2 {
  padding: 5px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #000;
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url('../../arcticmodal/loading.gif') no-repeat 50% 50%;
}
.box-modal {
  color:#000;
  font-size:1em;
  font-family: 'Fira Sans Condensed';
  border:.15em solid #000;
  border-radius:1em;
  position: relative;
  width: 80%;
  max-width: 655px;
  min-height: 10em;
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
/*
  box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
*/
  border-radius: 5px;
}
#big-modal {
 width: 800px;
}
#middle-modal {
  width: 1500px;
}
#small-modal {
  color:#000;
  width: 100%;
}
#small-modal b, #small-modal p{
    color:#000;
}
#feedback-modal-box {
  width: 300px;
}
#feedback-modal-box #feedback-infolist {
  list-style: none;
  display: table;
  width: 100%;
  height: 100%;
	margin:0;
	padding:0;
}
#feedback-modal-box #feedback-infolist li {
  text-align: center;
  font-size: 110%;
  display: table-cell;
  vertical-align: middle;
  height: 120px;
}
#light-box {
  border-radius: 5px;
}
.modal-close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  color: #000;
  background: #ECF5EB;
  cursor: pointer;
  border-radius: 13px;
  font-family: 'Fira Sans Condensed';
}
.box-modal b {
  text-align:center;
  display:block;
  font-size:2em;
  padding-top:.5em;
}
.box-modal p {
  font-size:1em;
  margin:1em 0;
}
.input-medium1,.input-medium2,.input-medium3 {
  margin:.5em;
  font-family: 'Fira Sans Condensed';
}
.input-medium1,.input-medium2 {
  height:2em;
  width:15em;
}
.input-medium3 {
  width:100%;
  height:10em;
  margin-bottom:1em;
}
#knopka {
  border-radius:.5em;
  text-decoration:none;
  cursor:pointer;
  padding:.5em;
  color:#fff;
  font-size:15px;
  margin:10px 0;
	font-weight: 200;
  background-color:#DA6A00;
  border:.15em solid #DA6A00;
	width: 200px;
}
#knopka:hover {
  background-color:#EE9B01;
  border:.15em solid #EE9B01;
}
@media only screen and (min-width: 620px){
	#small-modal	{
		width: 600px;
    	margin: auto;
	}
	
}