.order {
  padding: 32px 33px 20px;
  background-color: #f5f1f1; 
  height: 500px;
}
  .order__title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
   }
  .order__subtitle {
    letter-spacing: 0.7px;
    margin-bottom: 5px;
   }
  .order__block {
    margin-bottom: 18px; 
  }
    .order__block:last-of-type {
      margin-bottom: 0;
     }
  .order__btn {
    margin-top: 37px; }
  .order__sub-block, .order__text, .order__select {
    display: inline-block;
    vertical-align: top; }
  .order__sub-block {
    margin-right: 10px; }
    .order__sub-block:last-of-type {
      margin-right: 0; 
    }

    .order__btn {
      margin-top: 27px !important;
      margin-bottom: 10px;
  }

      .service__section {
        padding-right: 0;
        border-right: none;
        padding-left: 0;
    }
    .service__img img {
    
      max-height: none !important;
  }
  .room_slider img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 500px !important;
}
.services__img {
  margin-bottom: 0px;
}
.services__img img {
  height: 220px!important;
  width: 100%;
}
.services__case {
  padding: 0px;
}
.services__content {
  padding: 10px;
}
.page__desc {
 
  font-size: 16px;
 
}

.btn-order-red{
  color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-order-red:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.select_border .ui-selectmenu-button {
  display: inline-block;
  height: 32px;
}

.hotel__filter-select{
  margin-top: 0px;

}