.yheHotel{
  --yhe-blue:#1677ff;
  --yhe-blue2:#0b57d0;
  --yhe-green:#16a34a;
  --yhe-ink:#0b1220;
  --yhe-muted:#647083;
  --yhe-line:rgba(15,23,42,.12);
  --yhe-wrap:1280px;
  position:relative;
  overflow:hidden;
  padding:70px 0;
  font-family:"Poppins",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--yhe-ink);
  background:
    radial-gradient(circle at 30% 20%, rgba(22,119,255,.10), transparent 55%),
    radial-gradient(circle at 70% 55%, rgba(11,87,208,.08), transparent 58%),
    linear-gradient(180deg, #f7f9ff 0%, #f4f6ff 35%, #f7f9ff 100%);
}
.yheHotel,.yheHotel *{box-sizing:border-box}
.yheHotel__shade{
  display:none;
}
.yheHotel__wrap{
  position:relative;
  z-index:1;
  width:min(var(--yhe-wrap),calc(100% - 36px));
  margin:0 auto;
}
.yheHotel__head{
  max-width:760px;
  margin:0 auto 28px;
  text-align:center;
  color:var(--yhe-ink);
}
.yheHotel__kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 13px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:999px;
  background:rgba(255,255,255,.65);
  font-size:12.5px;
  font-weight:500;
  box-shadow:0 18px 60px rgba(2,12,27,.06);
}
.yheHotel__kicker span{
  width:10px;
  height:10px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--yhe-blue),var(--yhe-green));
}
.yheHotel__head h2{
  margin:14px 0 9px;
  font-size:42px;
  line-height:1.1;
  font-weight:700;
  letter-spacing:0;
  color:rgba(11,18,32,.92);
}
.yheHotel__head p{
  margin:0 auto;
  max-width:66ch;
  font-size:15px;
  line-height:1.7;
  color:rgba(11,18,32,.72);
}
.yheHotel__carousel{
  position:relative;
}
.yheHotel__track{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:58px;
  align-items:start;
  padding:8px 18px 12px;
}
.yheHotel--has-desktop-nav .yheHotel__track{
  display:flex;
  overflow:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -ms-overflow-style:none;
  scroll-behavior:smooth;
}
.yheHotel--has-desktop-nav .yheHotel__track::-webkit-scrollbar{display:none}
.yheHotel__card{
  position:relative;
  background:#fff;
  box-shadow:0 28px 80px rgba(0,0,0,.22);
  min-height:480px;
}
.yheHotel--has-desktop-nav .yheHotel__card{
  flex:0 0 calc((100% - 116px) / 3);
  scroll-snap-align:center;
}
.yheHotel__card::before,
.yheHotel__card::after{
  content:"";
  position:absolute;
  inset:0;
  background:#fff;
  z-index:-1;
}
.yheHotel__card::before{transform:rotate(-2deg)}
.yheHotel__card::after{transform:rotate(1.6deg)}
.yheHotel__photo{
  position:relative;
  margin:14px 14px 0;
  height:255px;
  overflow:hidden;
  background:#eef2f7;
}
.yheHotel__photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.yheHotel__price{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  min-width:112px;
  text-align:right;
  color:var(--yhe-ink);
}
.yheHotel__price span{
  color:rgba(11,18,32,.56);
  font-size:12.5px;
  font-weight:500;
  line-height:1.1;
}
.yheHotel__price strong{
  display:block;
  margin-top:4px;
  color:rgba(11,18,32,.94);
  font-size:23px;
  font-weight:700;
  line-height:1;
}
.yheHotel__body{
  padding:18px 22px 24px;
  text-align:center;
}
.yheHotel__stars{
  display:flex;
  justify-content:center;
  gap:3px;
  min-height:22px;
  color:#d6dde7;
  font-size:18px;
  line-height:1;
  margin-bottom:12px;
}
.yheHotel__stars .is-filled{color:#f8c14a}
.yheHotel__body h3{
  margin:0 0 20px;
  color:rgba(11,18,32,.88);
  font-size:24px;
  line-height:1.15;
  font-weight:650;
  letter-spacing:0;
  margin-bottom:12px;
}
.yheHotel__body p{
  min-height:54px;
  margin:0 auto 16px;
  color:rgba(11,18,32,.70);
  font-size:15px;
  line-height:1.55;
  max-width:31ch;
}
.yheHotel__actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  width:100%;
}
.yheHotel__cta,
.yheForm__submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  border:0;
  border-radius:6px;
  padding:0 22px;
  color:#fff;
  background:linear-gradient(90deg,var(--yhe-blue),var(--yhe-blue2));
  box-shadow:0 16px 38px rgba(22,119,255,.28);
  font:600 14px/1 "Poppins",system-ui,sans-serif;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease;
  text-decoration:none;
  white-space:nowrap;
}
.yheHotel__cta:hover,
.yheForm__submit:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 54px rgba(22,119,255,.34);
}
.yheCtaArrow{
  display:inline-block;
  margin-left:8px;
  font-size:17px;
  font-weight:400;
  line-height:1;
  transition:transform .18s ease;
}
.yheCtaArrow::before{content:"\2192";font-family:inherit;font-style:normal}
.yheHotel__cta:hover .yheCtaArrow{transform:translateX(3px)}
.yheHotel__nav{
  position:absolute;
  top:50%;
  z-index:3;
  width:52px;
  height:52px;
  border:5px solid #fff;
  border-radius:999px;
  display:grid;
  place-items:center;
  color:#fff;
  background:var(--yhe-blue2);
  box-shadow:0 18px 40px rgba(0,0,0,.28);
  cursor:pointer;
}
.yheHotel__prev{left:-8px}
.yheHotel__next{right:-8px}
.yheHotel__nav span{font-size:24px;line-height:1}
.yheHotel__dots{
  display:none;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:18px;
}
.yheHotel__dot{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(11,18,32,.22);
  cursor:pointer;
  transition:width .18s ease,background .18s ease;
}
.yheHotel__dot.is-active{
  width:24px;
  background:linear-gradient(90deg,var(--yhe-blue),var(--yhe-blue2));
}
.yheModal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(2,6,23,.62);
}
.yheModal.is-open{display:flex}
.yheModal__panel{
  position:relative;
  width:min(720px,100%);
  max-height:90vh;
  overflow:auto;
  border-radius:16px;
  background:#fff;
  box-shadow:0 32px 100px rgba(0,0,0,.28);
}
.yheModal__close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border:1px solid var(--yhe-line);
  border-radius:999px;
  background:#fff;
  color:var(--yhe-ink);
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.yheModal__head{
  padding:30px 32px 8px;
}
.yheModal__kicker{
  margin-bottom:8px;
  color:var(--yhe-blue2);
  font-size:13px;
  font-weight:700;
}
.yheModal__head h3{
  margin:0 42px 8px 0;
  font-size:28px;
  line-height:1.2;
}
.yheModal__head p{
  margin:0;
  color:var(--yhe-muted);
  line-height:1.6;
}
.yheForm{padding:20px 32px 32px}
.yheForm__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.yheForm label{
  display:flex;
  flex-direction:column;
  gap:7px;
  color:rgba(11,18,32,.76);
  font-size:13px;
  font-weight:600;
}
.yheForm input,
.yheForm textarea{
  width:100%;
  border:1px solid var(--yhe-line);
  border-radius:10px;
  padding:12px 13px;
  background:#f8fafc;
  color:var(--yhe-ink);
  font:500 14px/1.3 "Poppins",system-ui,sans-serif;
}
.yheForm textarea{resize:vertical}
.yheForm__wide{grid-column:1/-1}
.yheForm__submit{width:100%;margin-top:18px}
.yheHotel__cta{min-height:42px}
.yheHotel__actions .yheHotel__cta{
  flex:0 0 auto;
  min-width:132px;
  padding:0 18px;
}
.yheForm__msg{
  display:none;
  margin-top:14px;
  padding:12px 14px;
  border-radius:10px;
  font-size:14px;
  line-height:1.5;
}
.yheForm__msg.is-ok{
  display:block;
  color:#14532d;
  background:#dcfce7;
}
.yheForm__msg.is-error{
  display:block;
  color:#7f1d1d;
  background:#fee2e2;
}
body.yhe-modal-open{overflow:hidden}

.yheCity{
  --yhe-blue:#1677ff;
  --yhe-blue2:#0b57d0;
  --yhe-green:#16a34a;
  --yhe-ink:#0b1220;
  --yhe-muted:#647083;
  --yhe-line:rgba(15,23,42,.12);
  width:100%;
  padding:70px 0 88px;
  color:var(--yhe-ink);
  background:radial-gradient(circle at 30% 20%,rgba(22,119,255,.10),transparent 55%),radial-gradient(circle at 70% 55%,rgba(11,87,208,.08),transparent 58%),linear-gradient(180deg,#f7f9ff 0%,#f4f6ff 35%,#f7f9ff 100%);
  font-family:"Poppins",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
.yheCity,.yheCity *{box-sizing:border-box}
.yheCityPageMain{display:block;width:100%;max-width:none!important;margin:0!important;padding:0!important}
body.yhe-city-page{overflow-x:hidden}
.yheCity__wrap{width:min(1480px,calc(100% - 64px));margin:0 auto}
.yheCity__head{max-width:760px;margin:0 auto 34px;text-align:center}
.yheCity__head h1{margin:14px 0 10px;font-size:42px;line-height:1.12;font-weight:700;letter-spacing:0;color:var(--yhe-ink)}
.yheCity__head p{margin:0;color:rgba(11,18,32,.7);font-size:16px;line-height:1.65}
.yheCity__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
.yheFilters{margin:0 0 30px;padding:20px 22px;border:1px solid rgba(22,119,255,.14);border-radius:8px;background:rgba(255,255,255,.88);box-shadow:0 18px 48px rgba(11,31,72,.08);backdrop-filter:blur(12px)}
.yheFilters__top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px}
.yheFilters__top>div:first-child{display:flex;align-items:baseline;gap:10px}
.yheFilters__top strong{font-size:18px;font-weight:650;color:var(--yhe-ink)}
.yheFilters__top span{color:var(--yhe-muted);font-size:13px}
.yheFilters__count{flex:0 0 auto;padding:7px 11px;border-radius:999px;color:var(--yhe-blue2);background:rgba(22,119,255,.09);font-size:12px;font-weight:600}
.yheFilters__count b{font-size:14px}
.yheFilters__controls{display:grid;grid-template-columns:minmax(220px,1.35fr) repeat(3,minmax(150px,1fr)) auto;gap:12px;align-items:end}
.yheFilters label{display:flex;min-width:0;flex-direction:column;gap:6px}
.yheFilters label>span{color:rgba(11,18,32,.67);font-size:11px;font-weight:600}
.yheFilters input,.yheFilters select{width:100%;height:44px;min-width:0;border:1px solid rgba(15,23,42,.13);border-radius:6px;padding:0 12px;color:var(--yhe-ink);background:#fff;font:500 13px/1.2 "Poppins",system-ui,sans-serif;outline:none;transition:border-color .18s ease,box-shadow .18s ease}
.yheFilters input:focus,.yheFilters select:focus{border-color:var(--yhe-blue);box-shadow:0 0 0 3px rgba(22,119,255,.10)}
.yheFilters__reset{height:44px;border:1px solid rgba(15,23,42,.13);border-radius:6px;padding:0 16px;color:var(--yhe-blue2);background:#fff;font:600 13px/1 "Poppins",system-ui,sans-serif;cursor:pointer}
.yheFilters__reset:hover{border-color:var(--yhe-blue);background:rgba(22,119,255,.05)}
.yheCityCard[hidden]{display:none!important}
.yheFilters__empty{margin-top:22px;padding:32px;border:1px dashed rgba(15,23,42,.18);border-radius:8px;text-align:center;color:var(--yhe-muted);background:#fff}
.yheFilters__empty[hidden]{display:none!important}
.yheCityCard{position:relative;overflow:hidden;border:1px solid rgba(22,119,255,.12);border-radius:8px;background:#fff;box-shadow:0 20px 56px rgba(11,31,72,.12);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.yheCityCard:hover{transform:translateY(-5px);border-color:rgba(22,119,255,.26);box-shadow:0 30px 72px rgba(11,31,72,.17)}
.yheCityCard__photo{position:relative;height:275px;background:#e8eef8;overflow:hidden}
.yheCityCard__photo::after{content:"";position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(180deg,transparent,rgba(2,12,27,.14));pointer-events:none}
.yheCityCard__photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.yheCityCard:hover .yheCityCard__photo img{transform:scale(1.035)}
.yheCityCard__body{padding:23px 24px 24px}
.yheCityCard__top{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--yhe-muted);font-size:13px}
.yheCityCard__top .yheHotel__stars{justify-content:flex-start;margin:0;min-height:0;font-size:15px}
.yheCityCard__body h2{margin:12px 0 9px;font-size:24px;line-height:1.25;font-weight:650;letter-spacing:0;color:var(--yhe-ink)}
.yheCityCard__body>p{min-height:48px;margin:0;color:rgba(11,18,32,.68);font-size:14.5px;line-height:1.6}
.yheCityCard__foot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(15,23,42,.09)}
.yheCityCard__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:3px 6px}
.yheCityCard__price small{width:100%;color:var(--yhe-muted);font-size:11px;line-height:1.2}
.yheCityCard__price strong{font-size:23px;line-height:1;color:var(--yhe-ink)}
.yheCityCard__price strong+small{width:auto}
.yheCityCard .yheHotel__cta{flex:0 0 auto;min-width:148px;min-height:46px;padding:0 20px;border-radius:6px;line-height:1!important;white-space:nowrap}
.yheCity__empty{padding:40px;border:1px dashed rgba(15,23,42,.18);text-align:center;background:#fff}

@media(max-width:1100px){
  .yheCity__wrap{width:min(100% - 36px,1100px)}
  .yheCity__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .yheFilters__controls{grid-template-columns:repeat(2,minmax(0,1fr))}
  .yheFilters__reset{grid-column:2}
}
@media(max-width:600px){
  .yheCity{padding:44px 0 58px}
  .yheCity__wrap{width:min(100% - 24px,540px)}
  .yheCity__head h1{font-size:32px}
  .yheCity__grid{grid-template-columns:1fr;gap:16px}
  .yheFilters{position:relative;margin-bottom:18px;padding:14px;border-radius:8px;box-shadow:0 12px 32px rgba(11,31,72,.08)}
  .yheFilters__top{align-items:flex-start;margin-bottom:12px}
  .yheFilters__top>div:first-child{display:block}
  .yheFilters__top strong{display:block;font-size:16px}
  .yheFilters__top span{display:block;margin-top:2px;font-size:11px}
  .yheFilters__count{padding:6px 9px;white-space:nowrap}
  .yheFilters__controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .yheFilters__search{grid-column:1/-1}
  .yheFilters input,.yheFilters select{height:40px;padding:0 9px;font-size:11px}
  .yheFilters label>span{font-size:10px}
  .yheFilters__reset{grid-column:1/-1;height:38px}
  .yheCityCard{box-shadow:none}
  .yheCityCard__photo{height:220px}
  .yheCityCard__body{padding:17px}
  .yheCityCard__body>p{min-height:0}
}

@media (max-width:1100px){
  .yheHotel__track{gap:28px}
  .yheHotel__body h3{font-size:22px}
}
@media (max-width:820px){
  .yheHotel{padding:52px 0}
  .yheHotel__head h2{font-size:31px}
  .yheHotel__track{
    display:flex;
    overflow:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
    padding:10px 10px 26px;
  }
  .yheHotel__track::-webkit-scrollbar{display:none}
  .yheHotel__card{
    flex:0 0 min(84vw,360px);
    scroll-snap-align:center;
    min-height:0;
    box-shadow:none;
  }
  .yheHotel__card::before,
  .yheHotel__card::after{display:none}
  .yheHotel__photo{
    height:260px;
    margin:12px 12px 0;
  }
  .yheHotel__body{padding:16px 18px 22px}
  .yheHotel__body p{min-height:0}
  .yheHotel__actions{
    justify-content:space-between;
    gap:12px;
  }
  .yheHotel__price{min-width:98px}
  .yheHotel__price strong{font-size:21px}
  .yheHotel__actions .yheHotel__cta{min-width:126px}
  .yheHotel__nav{display:none}
  .yheHotel__dots{display:flex}
  .yheModal{padding:10px}
  .yheModal__panel{max-height:94vh;border-radius:10px}
  .yheModal__close{top:10px;right:10px;width:32px;height:32px;font-size:20px}
  .yheModal__head{padding:18px 16px 5px}
  .yheModal__head h3{margin:0 36px 4px 0;font-size:21px}
  .yheModal__head p{font-size:12px;line-height:1.4}
  .yheModal__kicker{margin-bottom:4px;font-size:11px}
  .yheForm{padding:10px 16px 16px}
  .yheForm__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .yheForm label{gap:4px;font-size:11px}
  .yheForm input,.yheForm textarea{min-width:0;padding:9px 8px;border-radius:7px;font-size:12px}
  .yheForm textarea{min-height:58px}
  .yheForm__submit{min-height:42px;margin-top:11px}
  .yheForm__msg{margin-top:9px;padding:9px 10px;font-size:12px}
}
.yheHotel__card{
  box-shadow:none !important;
}