.feedback {
  position: absolute;
  left: 0px;
  top: 0px;  
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.feedback .popup {
  position: relative;
  background: #fff;
  top: 85px;
  left: 80px;
  width: calc(100% - 80px - 80px - 10px - 10px);
  padding: 10px;
  min-height: 192px;
}

.feedback .popup h1 {
  font-size: 12px;
  color: #fe8900;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.feedback .popup h2 {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.feedback .info {
  font-size: 16px;
  margin-top: 10px;
}

.feedback .popup button.close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  border: none;
  outline: none;
  background: url('../8302-09-05-15-images/buttons/close.png') no-repeat;
}
.feedback .popup button.close:hover {
  opacity: 0.8;
}

.feedback .popup .image {
  float: right;
  width: 229px;
  height: 192px;
  position: relative;
  margin-left: 10px;
}
.feedback .popup .image.australia{
  background: url('../8302-09-05-15-images/feedback/australia.png');
}
.feedback .popup .image.alaska {
  background: url('../8302-09-05-15-images/feedback/alaska.png');
}
.feedback .popup .image.cuba {
  background: url('../8302-09-05-15-images/feedback/galapagos.png');
}
