/*
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 09/01/2019, 16:47
 */
.home-guest-contact {
  width: 510px;
  height: max-content;
  border-radius: 7px;
  background-color: white;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 90px;
  text-align: center;
  border: 1px solid gray;
  z-index: 4;
  padding: 10px;
}
.home-guest-contact .home-guest-contact-title {
  font-family: Assistant, sans-serif;
  font-size: 1.625em;
  font-weight: bold;
  text-align: center;
  color: #353535;
  margin: 27px auto 6px auto;
  width: 150px;
  padding-bottom: 6px;
  border-bottom: solid 1px #979797;
}
.home-guest-contact input {
  font-family: Assistant, sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  text-align: right;
  color: #353535;
  margin: 10px 0 0 0;
  border-bottom: solid 1px rgba(172, 172, 172, 0.42);
  padding: 8px 10px;
}
.home-guest-contact .home-guest-contact-remark {
  font-family: Assistant, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.38;
  text-align: right;
  color: #8b8b8b;
  padding: 0 95px;
  margin: 10px 20px;
}
.home-guest-contact .home-guest-contact-close {
  font-size: 1.625em;
  font-weight: 300;
  text-align: center;
  color: black;
  position: absolute;
  top: 14px;
  right: 28px;
  cursor: pointer;
  z-index: 3;
}
.home-guest-contact .home-guest-contact-subtitle {
  font-family: Assistant, sans-serif;
  font-size: 1.125em;
  font-weight: 100;
  text-align: center;
  color: #808080;
  margin-bottom: 5px;
}
.home-guest-contact .home-guest-contact-subtitle a {
  text-decoration: none;
  color: #808080;
}
.home-guest-contact .home-contact-message {
  display: block;
  border: solid 1px rgba(151, 151, 151, 0.42);
  margin: 0 90px;
  width: 308px;
  height: 162px;
  font-size: 1.125em;
  font-family: Assistant, sans-serif;
  resize: none;
  padding: 5px;
}
.home-guest-contact .guest-contact-greeting {
  font-size: 1.825em;
  color: black;
  width: 70%;
  vertical-align: middle;
  /*margin: 100px auto 0 auto;*/
  z-index: 2;
  height: 250px;
  position: absolute;
  background-color: white;
  top: 0;
  right: 0;
  left: 0;
  padding: 140px 0 0 0;
}
.home-guest-contact .guest-contact-whatsapp {
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.home-guest-contact .guest-contact-whatsapp.inline {
  position: initial;
}
.home-guest-contact .guest-contact-whatsapp span, .home-guest-contact .guest-contact-whatsapp img {
  vertical-align: middle;
}
.home-guest-contact .guest-contact-whatsapp span {
  margin-top: 10px;
}

/*# sourceMappingURL=guest-contact.css.map */
