#mapsContainer {
  width: 100%;
}
footer.footer {
  display: none;
}
.maps {
  position: relative;
}
.maps__types {
  background: rgba(0, 0, 0, 0.5) url("https://files.enjourney.ru/images/catalogItem_pattern_bg.png") -1px 0;
  color: #fff;
  font-size: 17px;
  left: 0;
  padding: 30px 30px 33px;
  position: absolute;
  top: 53px;
  z-index: 1;
}
.maps__types .inpt {
  display: block;
  margin: 0 0 12px;
}
.maps__types .inpt label {
  padding-left: 4px;
}
.maps__types .checkbox {
  color: inherit;
  font-size: inherit;
}
.maps__types .checkbox > span {
  margin: 0;
}
.maps__controls {
  position: absolute;
  right: 30px;
  top: 83px;
  width: 32px;
  z-index: 1;
}
.maps__control {
  margin-bottom: 10px;
  vertical-align: top;
}
.maps__control_type_share {
  position: relative;
}
.maps__control_type_share .share {
  display: none;
  position: absolute;
  right: 36px;
  top: 0;
  white-space: nowrap;
}
.maps__control_type_share:hover .share {
  display: block;
}
.maps__airportWifiName {
  background: #f3bf50;
  color: #000;
  font-size: 24px;
  margin: -8px -37px 0 -14px;
  padding: 23px 28px;
}
.maps__airportWifiDescription {
  font-size: 17px;
  margin: 0 -37px -8px -14px;
  padding: 18px 28px;
}
