@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body, html {
  background: linear-gradient(180deg, #FFFFFF 0%, #E8EDEE 100%);
  min-height: 100svh;
  margin: 0;
}

body {
  margin: 0 auto;
  padding: 16px;
  max-width: 600px;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .logo {
  width: 98px;
  margin-bottom: 12px;
}
.header h1, .header h2 {
  margin: 0;
  padding: 0;
  color: #1B4B57;
}
.header h1 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.header h2 {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

.card {
  background: #FFFFFF;
  padding: 16px 0;
  border-radius: 24px;
  margin-bottom: 16px;
}
.card.card--no-padding {
  padding: 0;
}

.contacts {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-bottom: 16px;
}
.contacts .contact {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #1B4B57 !important;
  padding: 16px 24px;
  background: #FFFFFF;
  text-decoration: none !important;
}
.contacts .contact *:nth-child(2) {
  flex: 1;
}
.contacts .contact:after {
  content: "";
  display: block;
  background: url("/images/caret.svg");
  width: 24px;
  height: 24px;
}
.contacts .contact:first-child {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.contacts .contact:last-child {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

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