.google-karta {
  width: 600px;
  height: 500px;
}

@media(width < 1270px) {
  .google-karta {
    width: 500px;
    height: 500px;
  }
}

@media(width < 1040px) {
  .forma-karta-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .appointment-form {
    margin-bottom: 2rem;
  }
}

@media(width < 560px) {

  .appointment-form .form-group input,
  .appointment-form .form-group select,
  .form-control {
    width: 290px;
  }

  .google-karta {
    width: 300px;
    height: 300px;
  }
}