body {
  font-size: 16px;
}

.news__text {
      font-size: 16px;
    line-height: 1.2;
    min-height: 40px;
}

.plans__text {
  font-size: 15px;

}

.plans__nav a  {
  color:  var(--primary);
   
}

.plans__nav a:hover  {
  color:  var(--primary);
   border-color: #006699;
}

.order {
  padding: 12px 33px 14px;
  background-color: #f5f1f1;
  height: 500px;
}

.order_korp {
  padding: 12px 33px 14px;
  background-color: #f5f1f1;
  height: auto;
}

.order__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.order__subtitle {
  letter-spacing: 0.7px;
  margin-bottom: 5px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 47px;
}

.order__block {
  margin-bottom: 9px;
}

.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;
  max-width: 100%;
  overflow: hidden;
}

.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;
}
/* .slick-slider{
   width: 700px;
} */

.room_slider img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 425px !important;
}

.services__img {
  margin-bottom: 0px;
}

.services__img img {
  height: 240px !important;
  width: 100%;
}

.services__case {
  padding: 0px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.services__content {
  padding: 40px 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;
  width: 100%;
}

.select_border .ui-selectmenu-text {
  font-size: 14px;
  cursor: pointer;
  font-weight: 300;
  color: #6c6c6c;
  overflow: hidden;
  display: block;
  width: 100%;
  white-space: nowrap;
}

.hotel__filter-select {
  margin-top: 0px;

}

.label {
  padding: 4px 25px 4px 25px;
}

.plans__label {

  padding: 4px 15px 5px 20px;

}

.btn-meg_ruhotel {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  padding: 5px 25px;
  line-height: 33px;
  height: 37px;
}

.btn-meg_ruhotel:hover {
  background-color: #c82333;
  border-color: #bd2130;
}


