.booking-benefits {
  padding: 90px 0 60px;
}
@media screen and (max-width: 800px) {
  .booking-benefits {
    padding: 24px 0;
  }
}
.booking-benefits__title {
  color: #163679;
  font-family: "Rubik", Sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.075%;
  letter-spacing: -0.8px;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .booking-benefits__title br {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .booking-benefits__title {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
}
.booking-benefits__items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 72px;
  row-gap: 30px;
}
@media screen and (max-width: 800px) {
  .booking-benefits__items {
    display: block;
    margin-top: 24px;
  }
}
@media screen and (max-width: 800px) {
  .booking-benefits .slick-slide > div {
    margin: 0 auto;
    width: 290px;
    max-width: 100%;
  }
}
.booking-benefits__item {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 320px;
  border-radius: 16px;
  background: var(--gray-pure-white, #FFF);
  overflow: hidden;
  padding: 30px 0 0 30px;
}
@media screen and (max-width: 800px) {
  .booking-benefits__item {
    height: 394px;
    padding: 26px 24px 0;
  }
}
.booking-benefits__item_1 {
  width: 24.6%;
}
@media screen and (max-width: 1180px) {
  .booking-benefits__item_1 {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .booking-benefits__item_1 {
    width: 100%;
  }
}
.booking-benefits__item_2 {
  width: 33.92%;
}
@media screen and (max-width: 1180px) {
  .booking-benefits__item_2 {
    width: 56%;
  }
}
@media screen and (max-width: 800px) {
  .booking-benefits__item_2 {
    width: 100%;
  }
}
.booking-benefits__item_3 {
  width: 35.48%;
}
@media screen and (max-width: 1180px) {
  .booking-benefits__item_3 {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .booking-benefits__item_3 {
    width: 100%;
  }
}
.booking-benefits__item_4 {
  width: 50%;
}
@media screen and (max-width: 1180px) {
  .booking-benefits__item_4 {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .booking-benefits__item_4 {
    width: 100%;
  }
}
.booking-benefits__item_5 {
  width: 46.27%;
}
@media screen and (max-width: 1180px) {
  .booking-benefits__item_5 {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .booking-benefits__item_5 {
    width: 100%;
  }
}
.booking-benefits__image {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .booking-benefits__image {
    display: none;
  }
}
.booking-benefits__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.booking-benefits__image_m {
  display: none;
}
@media screen and (max-width: 800px) {
  .booking-benefits__image_m {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    z-index: 1;
  }
}
.booking-benefits__image_m img {
  display: none;
}
@media screen and (max-width: 800px) {
  .booking-benefits__image_m img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.booking-benefits__heading {
  display: block;
  position: relative;
  color: #163679;
  font-family: "Rubik", Sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  z-index: 3;
}
.booking-benefits__description {
  display: block;
  position: relative;
  margin-top: 20px;
  color: var(--Black, #000);
  font-family: "Roboto";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .booking-benefits__description {
    font-size: 13px;
    line-height: 130%;
  }
  .booking-benefits__description br {
    display: none;
  }
}
.booking-benefits__control {
  display: none;
}
@media screen and (max-width: 800px) {
  .booking-benefits__control {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px auto 0;
    width: 86px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #E2E5EC;
    border-radius: 16px;
    filter: drop-shadow(0px 4px 8px rgba(27, 29, 41, 0.08));
  }
  .booking-benefits__control:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #E2E5EC;
    z-index: 1;
  }
  .booking-benefits__control .slick-prev, .booking-benefits__control .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 30px;
    transition: 0.3s all ease-in-out;
  }
  .booking-benefits__control .slick-prev:hover, .booking-benefits__control .slick-next:hover {
    opacity: 0.7;
  }
}

/*# sourceMappingURL=BookingBenefits.css.map */
