*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
#ig{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 768px;
  height: 900px;
  background-color: #ffffff;
  overflow: hidden;
}
#main_zag{
  position: absolute;
  font-family: 'FiraSans-Medium';
  font-size: 18px;
  color: #000000;
  top: 35px;
  left: 0px;
  line-height: 100%;
}

#moslenta{
  position: absolute;
  bottom: 40px;
  right: 0px;
  display: block;
}
#copy{
  position: absolute;
  bottom: 40px;
  left: 0px;
}
#mapcont{
  position: absolute;
  left: 0px;
  top: 70px;
  width: 770px;
  height: 750px;
}

#caption{
  position: absolute;
  font-family: 'PTSans-Regular';
  font-size: 15px;
  color: #3b3b3b;
  top: 935px;
  left: 20px;
  line-height: 100%;
}

.black-popUp{
  bottom: 0px;
}