.page_404 {
  position: relative;
  top: 20px;
}

div.page_large_image_bar {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  clear: both;
}
div.page_large_image_bar .page_image_geo_name_blok {
  position: absolute;
  height: 600px;
}
div.page_large_image_bar .page_image_geo_name_blok .page_image_geo_flag {
  position: absolute;
  top: 16px;
  left: 12px;
}
div.page_large_image_bar .page_image_geo_name_blok .page_image_geo_name {
  position: absolute;
  font-family: "LatoWeb";
  /* top: 542px; */
  /* bottom: -622px; */
  color: #FFF;
  font-family: "LatoWeb";
  text-transform: uppercase;
  font-weight: bold;
  left: 0px;
}

/*  Screen size < 480 */
@media (max-width: 480px) and (orientation: landscape) {
  .page_image_geo_name {
    bottom: -16px;
    font-size: 3em;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .page_image_geo_name {
    bottom: -16px;
    font-size: 3em;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .page_image_geo_name {
    bottom: -22px;
    font-size: 4em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_image_geo_name {
    bottom: -22px;
    font-size: 4em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page_image_geo_name {
    bottom: -22px;
    font-size: 4em;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .page_image_geo_name {
    bottom: -22px;
    font-size: 4em;
  }
}
@media (min-width: 1401px) {
  .page_image_geo_name {
    bottom: -22px;
    font-size: 4em;
  }
}/*# sourceMappingURL=404.css.map */