.contact {
  width: 100%;
}

.contact__inner {
  position: relative;
  width: 100%;
  height: 600px;
  background: url("../../assets/img/fon04.jpg")no-repeat;
  background-position: center;
  background-size: cover;
}

.contact__item {
  position: relative;
  top: -50px;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  padding: 30px;
  background-color: var(--color-bg);
  text-align: center;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  box-shadow: 0 0 20px var(--box-shadow);
}

.form-fields {
  height: 46px;
}

.form-padding {
  margin-bottom: 20px;
}

input::placeholder {
  color: var(--color-placehold)!important;
}

textarea::placeholder {
  color: var(--color-placehold)!important;
}

.form-title {
  font-size: 32px;
  font-weight: 300;
}

.form-subtitle {
  font-size: 22px;
  font-weight: 300;
}

