@media (min-width: 1101px) {
  header .swiper-slide {
      height: 920px;
  }
}
@media (min-width: 1400px) {
  header .swiper-slide {
      height: 880px;
  }
}
@media (max-width: 1100px) {
  header .swiper-slide {
      height: 100vw;
  }
}
@media (max-width: 575.98px) {
  .prices-container {
    padding: 0 20px;
  }
  .price-row .room-price .price a {
    margin: 5px 0;
  }
  .price-rooms-container {
    padding: 0 10px;
  }
  .loading-text {
    font-size: 26px;
    margin: 0 auto;
    padding: 20px;
  }
  .fancybox-slide--html .fancybox-content {
    background: white;
    box-sizing: border-box;
    padding: 0;
  }
  .open-tour .flex-item {
    width: 100%;
    display: flex;
  }
  .open-tour .flex-item > div {
    flex: 1;
  }
  .row-adaptive{
    gap: 5px;
  }
  .row-adaptive > div {
    display: flex;
    align-items: center;
  }
  .row-adaptive > div > div {
    flex: 1;
  }
  .row-adaptive > div > div:last-child{
    flex-basis: 20%;
  }
  .basket-info .label{
    font-weight: bold;
    border-bottom: 0;
    margin-bottom: 0px;
  }
  .service-desc {
    font-size: 12px;
    padding: 10px 0;
}
.search-form .dropdown::after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #53a8f1;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 1;
  border-radius: 4px;
}
}
@media (max-width: 768px) {
  .grid-view table {
      display: block;
      width: 100%;
      overflow-x: auto;
      white-space: nowrap;
  }
  .grid-view th, .grid-view td {
      font-size: 14px;
      padding: 8px;
  }

  header .offer {
    margin-top: 0;
    font-family: "Unbounded", serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 0;
}
header .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vw;
  background-position: center;
  text-align: center;
}
}

