.ImagesContainer {
  position: relative; }

.ImagesContainer::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.08);
  pointer-events: none;
  content: ''; }

.ImagesContainer .img_list {
  display: flex;
  column-gap: 1px;
  height: 124px; }

.ImagesContainer .img_list > .item {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0; }

.ImagesContainer .img_list > .item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.03);
  pointer-events: none;
  content: ''; }

@media (prefers-color-scheme: dark) {
  .ImagesContainer .img_list > .item::after {
    background-color: rgba(255, 255, 255, 0.03); } }

.ImagesContainer .img_list > .item:nth-child(n + 4) {
  display: none; }

.ImagesContainer .item {
  position: relative;
  list-style: none;
  background: rgba(var(--gray80), 1) url(https://vertical-travel.pstatic.net/vertical/deploy/hotel/nx-hotel/production-240711-174939-e18a43a/dist/hotel-main/web/20a80c77a89efb359c9e.svg) 50% / 30px auto no-repeat; }

.ImagesContainer .item .img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top; }

.ImagesContainer .item .img_anchor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.ImagesContainer .img_more {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 4px 4px 0;
  padding: 0 4px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 22px; }

.nx_hotel .Advantages {
  border-top: 1px solid rgba(var(--gray90), 1);
  padding: 16px 0 7px; }

.nx_hotel .Advantages .tit {
  padding: 0 16px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.3px;
  color: rgba(var(--gray10), 1); }

.nx_hotel .Advantages .scroll_wrap {
  overflow: hidden;
  overflow-x: scroll;
  padding: 0 0 13px 8px; }

.nx_hotel .Advantages .advantages_list {
  margin-top: 8px;
  padding-right: 16px; }

.nx_hotel .Advantages .advantages_list > .item {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  margin-left: 8px;
  margin-top: 8px;
  box-sizing: border-box;
  padding: 0 16px;
  border-radius: 12px;
  background-color: rgba(var(--gray95), 1); }

.nx_hotel .Advantages .advantages_list .txt {
  font-size: 1.5rem;
  line-height: 44px;
  letter-spacing: -0.3px;
  color: rgba(var(--gray10), 1); }

.HotelInfoFooter .compare_anchor {
  position: relative;
  display: block;
  margin-top: 16px;
  font-size: 1.5rem;
  line-height: 40px;
  letter-spacing: -0.3px;
  text-align: center;
  color: rgba(var(--gray20), 1);
  border: 1px solid rgba(var(--gray80), 1);
  border-radius: 8px; }

.HotelInfoFooter .compare_anchor::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: -2px;
  background: url(https://vertical-travel.pstatic.net/vertical/deploy/hotel/nx-hotel/production-240711-174939-e18a43a/dist/hotel-main/web/9ef5679a7cc43f6868a6.svg) 0/100% auto no-repeat;
  content: ''; }

@media (prefers-color-scheme: dark) {
  .HotelInfoFooter .compare_anchor::before {
    background: url(https://vertical-travel.pstatic.net/vertical/deploy/hotel/nx-hotel/production-240711-174939-e18a43a/dist/hotel-main/web/9ef5679a7cc43f6868a6.svg) 0/100% auto no-repeat; } }

.HotelInfoFooter .details {
  position: relative;
  margin-top: 16px;
  padding: 16px 0;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: -0.3px;
  color: rgba(var(--gray20), 1); }

.HotelInfoFooter .details > *:nth-child(n + 2) {
  margin-top: 16px; }

.HotelInfoFooter .details::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 calc(-1 * var(--info-padding-inline, 15px));
  border-top: 1px solid rgba(var(--gray90), 1);
  content: ''; }

.HotelInfoFooter .details .location::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -3px;
  background: url(https://vertical-travel.pstatic.net/vertical/deploy/hotel/nx-hotel/production-240711-174939-e18a43a/dist/hotel-main/web/bca36e8515681fba23bc.svg) 0/100% auto no-repeat;
  content: ''; }

@media (prefers-color-scheme: dark) {
  .HotelInfoFooter .details .location::before {
    background: url(https://vertical-travel.pstatic.net/vertical/deploy/hotel/nx-hotel/production-240711-174939-e18a43a/dist/hotel-main/web/46f50c5a758a6543f8fa.svg) 0/100% auto no-repeat; } }

.HotelInfoFooter .details .location .anchor_txt {
  margin-left: 8px; }

.HotelInfoFooter .details .location .anchor_txt .location_anchor {
  position: relative;
  display: inline-block;
  color: rgba(var(--blueLink), 1);
  text-decoration: none; }

.HotelInfoFooter .details .checkinout::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -3px;
  background: url(https://vertical-travel.pstatic.net/vertical/deploy/hotel/nx-hotel/production-240711-174939-e18a43a/dist/hotel-main/web/e42b818f81caacb65654.svg) 0/100% auto no-repeat;
  content: ''; }

@media (prefers-color-scheme: dark) {
  .HotelInfoFooter .details .checkinout::before {
    background: url(https://vertical-travel.pstatic.net/vertical/deploy/hotel/nx-hotel/production-240711-174939-e18a43a/dist/hotel-main/web/fc71a6d8ea0acd8cf5f2.svg) 0/100% auto no-repeat; } }

.HotelInfoFooter .details .checkinout > *:nth-child(n + 2)::before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 5px;
  vertical-align: 3px;
  border-radius: 50%;
  background-color: rgba(var(--gray60), 1);
  content: ''; }

.HotelInfoFooter .details .ratings {
  display: flex;
  position: relative; }

.HotelInfoFooter .details .ratings > * {
  flex-shrink: 1; }

.HotelInfoFooter .details .ratings::before {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 2px 8px 0 0;
  background: url(https://vertical-travel.pstatic.net/vertical/deploy/hotel/nx-hotel/production-240711-174939-e18a43a/dist/hotel-main/web/fb29ec6c849f98726cd4.svg) 0/100% auto no-repeat;
  content: ''; }

@media (prefers-color-scheme: dark) {
  .HotelInfoFooter .details .ratings::before {
    background: url(https://vertical-travel.pstatic.net/vertical/deploy/hotel/nx-hotel/production-240711-174939-e18a43a/dist/hotel-main/web/e872da3c50a281cb8bb3.svg) 0/100% auto no-repeat; } }

.HotelInfoFooter .details .ratings .tripadvisor:nth-child(2n)::before,
.HotelInfoFooter .details .ratings .bookingcom:nth-child(2n)::before,
.HotelInfoFooter .details .ratings .hotelscombine:nth-child(2n)::before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 5px;
  vertical-align: 3px;
  border-radius: 50%;
  background: rgba(var(--gray60), 1);
  content: ''; }

.HotelInfoFooter .details .ratings .tripadvisor:nth-child(2n + 3)::before,
.HotelInfoFooter .details .ratings .bookingcom:nth-child(2n + 3)::before,
.HotelInfoFooter .details .ratings .hotelscombine:nth-child(2n + 3)::before {
  white-space: pre;
  content: '\A'; }

.HotelInfoFooter .details .ratings .rating_anchor {
  color: rgba(var(--blueLink), 1); }

.HotelInfoFooter .details .ratings .rating {
  margin-left: 4px; }

.HotelInfoFooter .details .ratings .cuurent {
  font-weight: 700; }

.HotelInfoHeader .tit {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.3px;
  font-weight: 700;
  color: rgba(var(--gray10), 1); }

.HotelInfoHeader .features .line {
  margin-top: 8px;
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: -0.3px; }

.HotelInfoHeader .features .line > *:nth-child(n + 2)::before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 5px;
  vertical-align: 3px;
  border-radius: 50%;
  background-color: rgba(var(--gray60), 1);
  content: ''; }

.HotelInfoHeader .features .rating {
  position: relative; }

.HotelInfoHeader .features .rating::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  vertical-align: -1px;
  background: url(https://vertical-travel.pstatic.net/vertical/deploy/hotel/nx-hotel/production-240711-174939-e18a43a/dist/hotel-main/web/8824dc68619561a8c9fd.svg) 0/100% auto no-repeat;
  content: ''; }

.HotelInfoHeader .features .rating .current {
  font-weight: 600;
  color: rgba(var(--gray10), 1); }

.HotelInfoHeader .features .rating .total {
  color: rgba(var(--gray20), 1); }

.HotelInfoHeader .features .grade {
  color: rgba(var(--gray20), 1); }

.HotelInfoHeader .features .eng_tit {
  color: rgba(var(--gray20), 1); }

.HotelInfoHeader .features .comment {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 4px;
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: -0.3px;
  color: rgba(var(--gray50), 1);
  word-break: keep-all; }

.HotelInfoHeader .features .taAward_wrap {
  position: relative;
  margin-top: 4px; }

.HotelInfoHeader .features .taAward_wrap .info_layer {
  top: 100%;
  right: 0;
  left: 0;
  margin-top: 4px; }

.HotelInfoHeader .features .taAward_wrap .info_layer.is_open {
  display: block; }

.HotelInfoHeader .features .taAward {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  color: rgba(var(--gray10), 1); }

.HotelInfoHeader .features .taAward .txt {
  position: relative; }

.HotelInfoHeader .features .taAward .txt::before {
  display: inline-block;
  width: 24px;
  height: 14px;
  margin-right: 3px;
  vertical-align: -2px;
  background: url(https://vertical-travel.pstatic.net/vertical/deploy/hotel/nx-hotel/production-240711-174939-e18a43a/dist/hotel-main/web/c197906e33fb31e59ae0.svg) 0/100% auto no-repeat;
  content: ''; }
  @media (prefers-color-scheme: dark) {
    .HotelInfoHeader .features .taAward .txt::before {
      background: url(https://vertical-travel.pstatic.net/vertical/deploy/hotel/nx-hotel/production-240711-174939-e18a43a/dist/hotel-main/web/845ca88d8aee2167f611.svg) 0/100% auto no-repeat; } }

.HotelInfoHeader .features .taAward .ico_alert {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 4px;
  vertical-align: -2px;
  background: url(https://vertical-travel.pstatic.net/vertical/deploy/hotel/nx-hotel/production-240711-174939-e18a43a/dist/hotel-main/web/82a9bd2a820f5d89e383.svg) 0/100% auto no-repeat; }

@media (prefers-color-scheme: dark) {
  .HotelInfoHeader .features .taAward .ico_alert {
    background: url(https://vertical-travel.pstatic.net/vertical/deploy/hotel/nx-hotel/production-240711-174939-e18a43a/dist/hotel-main/web/53c2913b07de5f3eff93.svg) 0/100% auto no-repeat; } }

.nx_hotel .MoreButton {
  margin-top: 18px; }

.nx_hotel .WarningInfo {
  position: relative;
  padding: 16px;
  font-size: 1.4rem;
  line-height: 1.36;
  letter-spacing: -0.3px;
  color: rgba(var(--gray50), 1); }

.nx_hotel .WarningInfo::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 16px;
  border-top: 1px solid rgba(var(--gray90), 1);
  content: ''; }

.nx_hotel .WarningInfo .dsc_txt {
  color: inherit;
  text-decoration: none; }

.nx_hotel .WarningInfo .alert {
  margin-left: 5px;
  vertical-align: -2px; }

.nx_hotel .WarningInfo .rel {
  display: block;
  margin-top: 2px; }

.nx_hotel .WarningInfo .rel_anchor {
  color: rgba(var(--blueLink), 1); }

.nx_hotel .WarningInfo .rel_heading + .rel_anchor {
  margin-left: 4px; }

.nx_hotel .WarningInfo .rel_anchor + .rel_anchor {
  position: relative;
  margin-left: 11px; }

.nx_hotel .WarningInfo .rel_anchor + .rel_anchor::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 3px;
  margin: auto 0 auto -7px;
  border-radius: 50%;
  background-color: rgba(var(--gray60), 1);
  content: ''; }

.nx_hotel .WarningInfo .info_layer {
  top: 0;
  margin-top: 40px; }

.nx_hotel .WarningInfo .info_layer.is_open {
  display: block; }

.nx_hotel .WarningInfo .info_layer .tit {
  font-size: 1.5rem; }

