* {
  font-family: Lexend sans-serif;
}

main .font {
  text-align: left;
  background: url("../img/booking_fon.jpg") no-repeat;
  background-size: cover;
}

.hover:hover {
  background-color: rgb(206, 136, 6) !important;
}
.location-img.container.d-flex {
  align-items: flex-start;
  margin-top: 20px;
}
.location-img.container img {
  max-width: 630px;
  margin-left: auto;
  width: 100%;
  object-fit: cover;
}
.pagination a {
  margin: 0 2px;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  color: black;
}
.pagination a:hover {
  background-color: #ddd;
}
.pagination a.active {
  background-color: #4caf50;
  color: white;
  border: 1px solid #4caf50;
}
@media screen and (max-width: 1200px) {
  main.holycross > .container.d-flex > div {
    margin: 0 5px;
  }
  main.holycross > .container.d-flex > iframe {
    margin: 0 5px;
    width: 50%;
  }
  .location-img.container img {
    max-width: 470px;
  }
}
@media screen and (max-width: 991px) {
  .holycross .container.d-flex {
    flex-wrap: wrap;
  }
  main.holycross > .container.d-flex > iframe {
    width: 100%;
    margin-top: 10px;
  }
  main.holycross > .container.d-flex > div {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .holycross > .container.d-flex iframe {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .holycross .font h1 {
    font-size: 2em !important;
    padding: 20px 0 !important;
    text-align: center;
  }
  .location-img.container img {
    display: none !important;
  }
  .location-img.container.d-flex .container {
    width: 100%;
  }
}
@media screen and (max-width: 530px) {
  main.holycross > .container.d-flex > div {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  main.holycross > .container.d-flex > div > img {
    margin-bottom: 10px;
    width: 100%;
    height: 340px !important;
    object-fit: cover;
    object-position: center;
  }
}

.table-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px !important;
}
.table-wrap th,
.table-wrap td {
  padding: 10px 20px !important;
  /* border: 1px solid #000; */
  text-align: center;
}
.table-wrap th {
  background: #e4e4e4;
}
.table-wrap__search {
  margin-bottom: 20px;
}
.table-wrap__search input {
  padding: 10px;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #9e9e9e;
  font-size: 12px;
}
.table-wrap__search button svg {
  width: 20px;
  height: 20px;
}
.table-wrap__search button svg path {
  fill: #fff;
}
.table-wrap__search button {
  background: #4caf50;
  border: none;
  height: 29px;
  width: 50px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.table-wrap__search button:hover {
  background: #174718;
  transition: all 0.3s ease-in-out 0s;
}
.table-wrap__image img {
  width: 400px;
}
@media screen and (max-width: 1400px) {
  .table-wrap__image img {
    width: 325px;
  }
}
@media screen and (max-width: 1200px) {
  .table-wrap__image img {
    max-width: 450px;
    width: 100%;
  }
  .table-wrap {
    flex-direction: column;
  }
  .table-wrap__image {
    margin-top: 20px;
  }
  .table-wrap__search {
    display: flex;
    justify-content: space-between;
  }
  .table-wrap__image.table-wrap__image-mob {
    display: block !important;
    margin-top: 0;
  }
  .table-wrap__image {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .table-wrap__body {
    width: 100%;
    overflow: auto;
  }
  .table-wrap th,
  .table-wrap td {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrap th,
  .table-wrap td {
    padding: 5px !important;
    font-size: 9px;
  }
  .table-wrap__image img {
    max-width: 150px;
  }
  .table-wrap__search {
    flex-direction: column-reverse;
  }
  .table-wrap__image img {
    max-width: 400px;
    margin-bottom: 25px;
  }
}
