html {
  scroll-behavior: smooth;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.yellow {
  color: #ffe600;
}
.nowrap {
  white-space: nowrap;
}
.relative {
  position: relative;
}
#content-container-wrapper .container {
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  #content-container-wrapper .container {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1920px) {
  #content-container-wrapper .container {
    max-width: 1462px;
  }
}
.hotel-info {
  position: relative;
  margin-bottom: 50px;
  padding: 18px;
  background-color: #fff;
  color: #272727;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .hotel-info {
    padding: 38px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info {
    margin-bottom: 80px;
    padding: 40px 36px 44px;
    -webkit-box-shadow: 0px 4px 23px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 23px rgba(0,0,0,0.25);
  }
}
@media screen and (min-width: 1920px) {
  .hotel-info {
    font-size: 22px;
  }
}
.hotel-info__hotel-name {
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .hotel-info__hotel-name {
    font-size: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .hotel-info__hotel-name {
    font-size: 50px;
  }
}
.hotel-info__stars {
  display: inline-block;
}
.hotel-info__stars .fa {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .hotel-info__stars .fa {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info__stars .fa {
    font-size: 30px;
  }
}
.hotel-info__location {
  margin-right: 30px;
}
@media screen and (min-width: 1200px) {
  .hotel-info__location {
    margin-right: 70px;
  }
}
.hotel-info__location-icon {
  width: 12px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .hotel-info__location-icon {
    width: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info__location-icon {
    width: 24px;
    margin-right: 11px;
  }
}
.hotel-info__location,
.hotel-info__docs {
  color: #939393;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .hotel-info__location,
  .hotel-info__docs {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .hotel-info__location,
  .hotel-info__docs {
    font-size: 20px;
  }
}
.hotel-info__location:hover,
.hotel-info__docs:hover,
.hotel-info__location:active,
.hotel-info__docs:active,
.hotel-info__location:focus,
.hotel-info__docs:focus {
  color: #5199ff;
}
.hotel-info__location:hover,
.hotel-info__location:active,
.hotel-info__location:focus {
  text-decoration: none;
}
.hotel-info__docs {
  text-decoration: underline;
}
.hotel-info__links {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 50px 0 80px;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.hotel-info__link-item {
  fill: #3a3a3a;
}
.hotel-info__link-item .hotel-info__link {
  color: #272727;
}
.hotel-info__link-item.active {
  fill: #5199ff;
}
.hotel-info__link-item.active .hotel-info__link {
  color: #5199ff;
}
.hotel-info__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .hotel-info__link {
    padding: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .hotel-info__link {
    font-size: 18px;
  }
}
.hotel-info__link:hover,
.hotel-info__link:active,
.hotel-info__link:focus {
  text-decoration: none;
  color: #5199ff;
}
.hotel-info__link-icon {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .hotel-info__link-icon {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info__link-icon {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #hotel-book-wrapper .hotel-info__links {
   flex-wrap: wrap;
  }
}
.hotel-info-attention {
  display: flex;
  align-items: center;
  margin: 20px;
  padding: 20px;
  border: 2px solid #eee;
}
.hotel-info-attention .fa {
  font-size: 48px;
  color: #eee;
  margin-right: 20px;
}
.hotel-info-attention p {
  margin: 0;
}
.hotel-info__form-title {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .hotel-info__form-title {
    margin-top: 0px;
  }
}
.hotel-info__form-title span {
  background-color: #fff;
  padding: 0 10px;
}
.hotel-info__form-text {
  font-weight: 500;
  font-style: italic;
  color: #555;
  margin-bottom: -20px;
}
@media screen and (max-width: 1200px) {
  .hotel-info__form-text {
    margin-bottom: 0px;
  }
}
.hotel-info__form-button {
  margin-top: -10px;
  height: auto;
}
#hotel-info-tabs.tab-content>.tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
#hotel-info-tabs.tab-content>.tab-pane.active {
  height: auto;
  overflow: visible;
}
.hotel-info__title {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .hotel-info__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info__title {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hotel-info__carousel-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .hotel-info__carousel {
    min-width: -webkit-calc(100% - 200px);
    min-width: calc(100% - 200px);
  }
}
.hotel-info__carousel-inner {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.hotel-info__carousel-img {
  height: 190px !important;
  width: 100% !important;
  object-fit: cover;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .hotel-info__carousel-img {
    height: 320px !important;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info__carousel-img {
    height: 360px !important;
  }
}
@media screen and (min-width: 1920px) {
  .hotel-info__carousel-img {
    height: 518px !important;
  }
}
.hotel-info__carousel-indicators {
  display: none;
}
@media screen and (min-width: 768px) {
  .hotel-info__carousel-indicators {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    height: 320px;
    margin-left: 22px;
    margin-top: 3px;
    text-align: left;
    overflow: hidden;
  }
}
.hotel-info__carousel-indicators .list-inline-item {
  width: 100%;
  height: 104px;
  margin: 0 0 3px 0;
  padding: 0;
  border: none;
  text-indent: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.hotel-info__carousel-indicators .list-inline-item.active {
  background: none;
}
.hotel-info__carousel-indicators .carousel-indicators__link {
  display: inline-block;
  width: 100%;
}
.hotel-info__carousel-indicators .carousel-indicators__link:hover {
  opacity: 0.5;
}
.hotel-info__carousel-indicators .img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.hotel-info__slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .hotel-info__slider-wrapper {
    display: block;
  }
}
.hotel-info__slider-wrapper .slick-arrow {
  width: 30px;
  height: 50px;
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 25px);
  background-color: #fff;
  z-index: 1;
}
.hotel-info__slider-wrapper .slick-arrow::after {
  content: "";
  display: block;
  height: 20px;
  width: 8px;
  background-image: url("../img/hotel_description/slider-arrow.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .hotel-info__slider-wrapper .slick-arrow {
    height: 60px;
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
  }
  .hotel-info__slider-wrapper .slick-arrow::after {
    width: 11px;
    height: 24px;
    top: -webkit-calc(50% - 12px);
    top: calc(50% - 12px);
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info__slider-wrapper .slick-arrow {
    width: 46px;
    height: 96px;
    top: -webkit-calc(50% - 47px);
    top: calc(50% - 47px);
  }
  .hotel-info__slider-wrapper .slick-arrow::after {
    width: 18px;
    height: 40px;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
  }
}
.hotel-info__slider-wrapper .slick-prev {
  left: 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.hotel-info__slider-wrapper .slick-prev::after {
  left: 7px;
}
.hotel-info__slider-wrapper .slick-next {
  right: 0;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.hotel-info__slider-wrapper .slick-next::after {
  right: 8px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hotel-info__slider {
  height: 190px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hotel-info__slider {
    height: 320px;
    width: -webkit-calc(100% - 179px);
    width: calc(100% - 179px);
    margin-right: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info__slider {
    height: 360px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .hotel-info__slider {
    height: 518px;
  }
}
.hotel-info__slider img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.hotel-info__slider-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .hotel-info__slider-nav {
    display: block;
    height: 320px;
    width: 157px;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info__slider-nav {
    width: 100%;
    height: 95px;
  }
}
@media screen and (min-width: 1920px) {
  .hotel-info__slider-nav {
    height: 127px;
  }
}
.hotel-info__slider-nav img {
  object-fit: cover;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .hotel-info__slider-nav img {
    height: 104px;
    width: 157px;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info__slider-nav img {
    height: 95px;
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .hotel-info__slider-nav img {
    height: 127px;
  }
}
.hotel-info__features-wrapper {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  top: 0;
  left: 10px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #a7cbff;
  -webkit-box-shadow: 0px 4px 22px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 22px rgba(0,0,0,0.25);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .hotel-info__features-wrapper {
    left: 0;
    width: 100%;
    padding: 55px 50px 34px;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info__features-wrapper {
    right: -20px;
    left: auto;
    width: 776px;
    padding: 55px 36px 34px;
  }
}
.hotel-info__features-close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 22px;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
}
.hotel-info__features-close::before,
.hotel-info__features-close::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #5199ff;
}
.hotel-info__features-close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hotel-info__features-close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .hotel-info__features-close {
    top: 22px;
    right: 40px;
    width: 30px;
    height: 32px;
  }
  .hotel-info__features-close::before,
  .hotel-info__features-close::after {
    left: -3px;
    top: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info__features-close::before,
  .hotel-info__features-close::after {
    height: 5px;
  }
}
.hotel-info__feature-wrapper .ui-accordion-header-icon {
  display: none;
}
.hotel-info__feature-wrapper .ui-accordion-content {
  border: none;
  color: #272727;
}
.hotel-info__feature-wrapper.ui-widget {
  font-family: inherit;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  /* .hotel-info__feature-wrapper {
    -webkit-columns: 2;
    columns: 2;
  } */
}
.hotel-info__feature-wrapper {
  border: 1px solid #ddd;
}
.hotel-info__feature-title {
  height: 42px;
  line-height: 42px;
  padding: 0 15px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border: 1px solid #ddd !important;
}
.hotel-info__feature-info {
  padding: 0 15px !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}
.hotel-info__features-title,
.ui-accordion-header.ui-accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 22px;
  border: none;
  background: transparent;
  color: #272727;
}
@media screen and (min-width: 1200px) {
  .hotel-info__features-title,
  .ui-accordion-header.ui-accordion-header {
    font-size: 25px;
  }
}
.hotel-info__features-title {
  margin-bottom: 20px;
}
.hotel-info__feature-icon {
  width: 25px;
  margin-right: 15px;
}
@media screen and (min-width: 1200px) {
  .hotel-info__feature-icon {
    width: 48px;
    margin-right: 35px;
  }
}
@media screen and (min-width: 768px) {
  .hotel-info__feature-title-wrapper {
    margin: 25px 0 25px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info__feature-title-wrapper {
    margin: 16px 0 40px;
  }
}
.hotel-info__feature-title {
  position: relative;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .hotel-info__feature-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info__feature-title {
    font-size: 25px;
  }
}
.hotel-info__feature-title::after {
  content: url("../img/hotel_description/features-arrow.svg");
  display: block;
  position: absolute;
  right: -30px;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .hotel-info__feature-title::after {
    display: none;
  }
}
.ui-state-active .hotel-info__feature-title::after {
  top: 3px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hotel-info__item-wrapper {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .hotel-info__item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.hotel-info__item-photos {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .hotel-info__item-photos {
    width: 56%;
    min-width: 56%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.hotel-info__item-info {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .hotel-info__item-info {
    padding-right: 45px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.hotel-info__item-title {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .hotel-info__item-title {
    font-size: 16px;
  }
  .hotel-info__item-wrapper--video {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info__item-title {
    font-size: 22px;
  }
}
.hotel-info__item-video,
.hotel-info__item-video-text {
  width: 50%;
}
.hotel-info__item-video {
  margin-right: 20px;
}
.hotel-info__item-video iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .hotel-info__item-video,
  .hotel-info__item-video-text {
    width: 100%;
    margin: 0;
  }
}

.hotel-info__room-subtitle {
  text-transform: uppercase;
}
.hotel-info__room-info {
  margin-bottom: 1em;
}
.hotel-info__room-features-link {
  display: block;
  margin: 20px 0 30px;
  color: #272727;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .hotel-info__room-features-link {
    margin: 50px 0 40px;
  }
}
.hotel-info__room-features {
  padding-bottom: 40px;
}
.hotel-info__news-item {
  padding: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hotel-info__news-item {
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 4px 15px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 15px rgba(0,0,0,0.25);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
.hotel-info__news-item-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .hotel-info__news-item-inner {
    padding: 0 10px 5px;
    margin: 0 10px 10px;
  }
}
.hotel-info__news-img {
  width: 100%;
  height: 194px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.hotel-info__news-title {
  margin: 20px 0;
  font-size: 22px;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .hotel-info__news-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .hotel-info__news-title {
    font-size: 23px;
  }
}
.hotel-info__news-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 20px;
  color: #b3b0b0;
}
.hotel-info__news-date img {
  margin-right: 15px;
}

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