.nawigacjaInwestycji {
  border-radius: 20px;
  background: #F6F6F6;
  padding: 20px 40px 0 40px;
}

.nawigacjaInwestycji a {
  padding-bottom: 20px;
  border-bottom: 1px solid transparent;
}

.nawigacjaInwestycji a.active, .nawigacjaInwestycji a:hover {
  color: rgba(232, 82, 34, 1);
  border-color: rgba(232, 82, 34, 1);
}

.tabelaMieszkan {
  text-align: center;
}

.tabelaMieszkan thead {
  font-weight: bold;
}

.tabelaMieszkan tbody tr {
  border-bottom: 1px solid #E4E4E4;
}

.tabelaMieszkan td, .tabelaMieszkan th {
  padding: 10px 5px;
}

.tabelaMieszkan svg {
  width: 29px;
  height: 17px;
  height: auto;
}

.lokalizacjaTitle {
  color: #E85222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 0;
}

#filtry select {
  border: 0;
  border-bottom: 1px solid #ebebeb;
  padding: 10px;
}

#filtry input {
  border: 0;
  border-bottom: 1px solid #ebebeb;
  padding: 10px;
}

div#filtrujMieszkania {
  background-color: #E85222;
  padding: 12px 32px;
  color: #fff;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}

div#wyczyscMieszkania {
  background-color: #ebebeb;
  padding: 12px 32px;
  color: #000;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.tab {
  overflow: hidden;
}

.tab button {
  background-color: #ebebeb;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 16px;
  transition: 0.3s;
  font-size: 15px;
  width: 130px;
}

.tab button:hover {
  background-color: #E85222;
  color: #fff;
}

.tab button.active {
  background-color: #E85222;
  color: #fff;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
}

.pomieszczenia th, .pomieszczenia td {
  padding: 7px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 93;
  padding-top: 100px;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

@media (max-width: 700px) {
.modal .wpcf7-form p {
    margin: 0 0 8px;
    line-height: 13px;
}

.modal textarea.wpcf7-form-control.wpcf7-textarea {
    height: 120px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form textarea {
    color: #1f252b;
    width: 100%;
    padding: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #E85222;
    transition: .4s ease;
}
.wpcf7-form-control-wrap.recaptcha {
  overflow: hidden;
}
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
}

.close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal input, .modal label, .modal textarea {
  width: 100%;
}

.modal form p:last-child {
  margin: 0;
}

/*rwd*/

@media (min-width: 1000px) {
  .nawigacjaInwestycji a {
    margin-right: 45px;
  }
}

@media (max-width: 1000px) {
  .nawigacjaInwestycji a {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}