body {
  line-height: 1.85;
  font-family: "Cormorant Garamond", serif;
}

header {
  background: url("../img/1.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
}
header:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
header .header-menu {
  z-index: 2;
}
header .main-message {
  position: absolute;
  top: 50%;
  transform: translate(10%, -50%);
  z-index: 2;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5rem;
  letter-spacing: 2px;
  text-shadow: 0px 0px 8px #000;
}

img {
  width: 100%;
  max-width: 100%;
}

section {
  position: relative;
  padding: 100px 0;
}

.bg {
  background: url("../img/1.jpg") no-repeat center center;
  background-size: cover;
  width: 100vw;
  height: 40vh;
}
.bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.flow div {
  flex-basis: calc(33.3333333333% - 42px);
}
.flow div:nth-child(2), .flow div:nth-child(4) {
  flex-basis: 21px;
}
.flow div p span {
  display: block;
  font-size: 2rem;
}

label {
  width: 100%;
}

input,
textarea {
  width: 100%;
  padding: 7px 14px;
  border: 1px solid silver;
}/*# sourceMappingURL=main.css.map */