.PS {
  padding: 20px;
}

.foto-previews > img {
  max-width: 280px;
  height: auto;
  box-shadow: 4px 4px 10px gray;
}

.fotobox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
}
.fotobox > img {
  max-width: 90%;
  max-height: 80%;
  border: 10px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fotobox:target {
  outline: none;
  display: block;
}

.TR,
.R1,
.R2,
.map,
.const {
  padding: 20px;
}

@media screen and (min-width: 650px) {
  .wraper-column-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
}

@media screen and (max-width: 649px) {
  .wraper-column-2 {
    display: none;
  }
}
