.in-kontakt .kontaktyObal{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.in-kontakt .img{
    width: 50%;
}

.in-kontakt #map{
    width: 50%;
    margin-top: 5%;
}

#kontakty-text p{
    line-height: 1.6;
    text-transform: uppercase;
}

#prodejni-mista{
    width: 50%;
    padding: 0;
    margin: 2% 2% 0 2%;
}

.textKontaktLeft {
    width: 50%;
}

.textKontaktLeft p{
    width: 70%;
    line-height: 1.6;
    margin: 2% 0;
}

@media (max-width:1300px){
    .textKontaktLeft {
        width: auto !important;
        text-align: center;
    }

    .textKontaktLeft p {
        width: auto !important;
        line-height: 1.6;
        margin: 5% !important;
    }
}

#kontakty-text {
  text-align: center;
  margin: 3% 0;
}
#kontakty-text p:nth-child(2) {
  margin-bottom: 0px;
}
#map {
  position: relative;
  margin-top: 50px;
}
iframe {
  width: 100%;
}


#mista {
  text-align: left;
  margin-top: 50px;
}

#map div {
  position: absolute;
  top: 15%;
  left: 20%;
  width: 25%;
  background-color: white;
  padding: 50px 10px;
  text-align: center;
}
#map div h3 {
  margin: 0px 0px 20px 0px;
}
#map div p {
  margin: 5px 0px;
}

#map div button {
  color: blue;
  background: none;
  border: 1px solid blue;
  padding: 5px;
  margin-top: 10px;
}

#map div button i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .in-kontakt .kontaktyObal {
    align-items: flex-start;
  }
  #kontakty-text{
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
  }
  .textKontaktLeft p{
    text-align: left !important;
    margin: 5% 5px !important;
  }
    #prodejni-mista{
        margin: 5% 5px !important;
        text-align: left !important;
    }
}



