* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a,
a:hover {
  display: inline-block;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
body {
  background-color: #f4f4f4;
}
.header {
  padding: 10px;
  border-radius: 6px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.logo {
  width: 175px;
  max-height: 74px;
}
.heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}

.header-link {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
    transition: none !important;
    animation: none !important;
}

.header-link:hover {
    transition: none !important;
    animation: none !important;
}

.sub-header {
  font-size: 32px;
  line-height: 40px;
  margin-inline-end: 20px;
  margin-bottom: 28px;
}
.article_card {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px 40px 24px;
  margin-bottom: 28px;
  cursor: pointer;
}

.AccommodationCard_region__QqPZO {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.AccommodationCard_period__n8RYp {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.HotelInfo_iconStar__D_l2r {
  fill: #ffaf00;
  margin-inline-end: 4px;
}
.HotelInfo_name__1Uyim {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.Link_link___BpEA {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  text-decoration: none;
  transition: color 0.16s ease;
  background-color: transparent;
  outline: none;
  border: none;
}
.HotelInfo_distance__Jm89e {
  margin-inline-start: 4px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev::after {
  content: "";
}
.nxt {
  fill: #ffffff;
  transform: rotate(180deg);
}
.prv {
  fill: #ffffff;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  background-color: rgba(45, 49, 55, 0.6);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
.swiper-button-prev {
  left: calc(100% - 90px);
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: auto;
  height: auto;
  object-fit: contain;
  transform-origin: center;
}
.HotelInfo_roomGroup__MSTpf {
  border: 1px solid #e6e6e7;
  border-radius: 6px;
  margin-bottom: 28px;
  margin-top: 10px;
}
.room-infos{
  transform: translateY(5px);
  transition: all 0.5s ease;
}
.room-infos h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 2px;
}
.room-infos p {
  font-size: 15px;
  line-height: 19px;
}
.Amenities_list__Js_NZ {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.Amenity_amenity__VDi88 {
  align-items: center;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 2px;
  display: flex;
  font-size: 12px;
  line-height: 12px;
  min-height: 28px;
  padding-bottom: 3px;
  padding-inline: 10px 15px;
  padding-top: 3px;
  position: relative;
}
.Amenity_amenity__VDi88 img{
    height: 23px;
}
.ClientRate_row__YEVb0 {
    align-items: center;
    display: grid;
    column-gap: 20px;
        grid-template-columns: 30px 3fr 4fr 180px;
        row-gap: unset;
}
.Meal_root_hasMeal__x2GNB {
    color: #397d00;
}
.FreeCancellationBefore_root__ZeVPy {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.ClientRate_priceWrapper__owY75 {
    align-items: flex-start;
    align-self: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-inline-start: auto;
}
.ClientRate_price__VBS1h {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    width: max-content;
}
.ClientRate_taxes__2y4P6 {
    color: rgb(134, 134, 134);
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
}
.btn-book{
    display: block;
    border: none;
    outline: none;
    padding: 10px;
    width: 100%;
    background-color: #FFDC82;
    margin: 15px 0;
    border-radius: 6px;
    font-size: 16px;
    line-height: 20px;
}
.map-div {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: blueviolet;
}


@media screen and (max-width: 991px) {
  .text-container{
    width: 100%;
  }
    .map-div {
        position: relative;
        width: 80%;
        margin: 0 auto;
    }
    .ClientRate_row__YEVb0{
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width: 768px) {
  .swiper{
    display: none;
  }
  .slide-img-thumb{
    height: 250px;
    object-fit: cover;
  }
  .room-infos {
    display: none;
  }

}