.first-page .head-shadow {
  position: absolute;
  top: 0;
  background: -o-linear-gradient(top, #2c2e35 0%, rgba(44, 46, 53, 0) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2c2e35),
    to(rgba(44, 46, 53, 0))
  );
  background: linear-gradient(180deg, #2c2e35 0%, rgba(44, 46, 53, 0) 100%);
  opacity: 0.8;
  mix-blend-mode: multiply;
  height: 250px;
  width: 100%;
}
.first-page .background {
  width: 100%;
  height: 100%;
}
.first-page .content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 56px;
}
.first-page .content .title {
  color: #ffffff;
  font-family: "Loew";
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
}
.first-page .content .subtitle {
  color: #ffffff;
  font-family: "Loew";
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  /*letter-spacing: -3.3px;**/
}
.first-page .hotel {
  width: 100%;
  position: absolute;
  bottom: 65px;
  text-align: center;
}
.first-page .hotel .logo {
  height: 77px;
}

.last-page {
  background: var(--pink);
  color: #ffffff;
  text-align: center;
}
.last-page a {
  /*text-decoration: none !important;*/
  color: #ffffff;
}
.last-page .page-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 36px;
}
.last-page .page-content img {
  width: 100px;
  margin-bottom: 20px;
}
.last-page .page-content .content {
  font-size: 11px;
  line-height: 16px;
}
