.contakt {
  display: grid;
  grid-template-columns: repeat(12, 1fr);  
}

.contakt_all {
  grid-column: 1/7;
}

.contakt_maps {
  grid-column: 7/12;
  justify-content: stretch;
  /* width: 600; */
}

.google_map {
  /* width: 100%; */
  justify-content: stretch;
}

.callback {
  margin: 10px;
}

.name-inp, .city-inp, .org-inp, .mail-inp{
  width: 450px;
  margin: 2px;
  padding: 5px 5px;
  height: 20px;
  border-radius: 15px;
  /* border: 0; */
  background-color: rgb(247, 247, 247);
}

.message{
  padding: 10px 10px;
  width: 450px;
  height: 220px;
  border-radius: 15px;
  background-color: rgb(247, 247, 247);
}
.pos-btn{
  width: 100%;
  top: 10px;
  justify-content: center;
}
.pos-btn button{
  background-color: var(--imr-blue);
  border-radius: 35px;
  text-transform: uppercase;
  color: white;
  min-width: 280px;
  margin: 0px 13px;
  cursor: pointer;
  padding: 13px 0px;
}

.hint{
  margin: 10px;
}

.form{
   width: 600px;
}

@media (max-width:600px){
  .form{
      width:100%;
      align-items: center;
  }

}