.contact-area {
  background-image: url(../images/rect_24.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 779px;
  color: #fff;
}

.contact-form-outer {
  padding-top: 60px
}

.contact-form {
  margin: auto;
  width: 752px;
  height: 659px;
  border-radius: 20px;
}

.contact-h1 {
  padding-top: 40px;
  font-family: Rubik;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.contact-h2 {
  margin-top: 20px;
  font-family: Rubik;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.form-row {
  margin-bottom: 30px;
}

.form-row-td {
  width: 50%;
}

.form-area {
  width: 592px;
  margin: 30px auto 0;
}

.form-row-td-h1 {
  font-family: Rubik;
  font-weight: 400;
  font-size: 16px;
  line-height: 18.96px;
  text-align: right;
  margin-bottom: 5px;
}

.form-input,
.form-input-textarea {
  font-family: Rubik;
  font-weight: 400;
  width: 100%;
  height: 43px;
  border-radius: 5px;
  border: 0;
  outline: none;
  resize: none;
  box-sizing: border-box;
  padding: 10px;
}

.contact-gap {
  width: 20px;
}

.form-input-textarea {
  height: 133px;
}

.form-submit-btn {
  margin: auto;
  width: 180px;
  height: 43px;
  border-radius: 5px;
  background: #93BB3E;
  line-height: 43px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.contact-support {
  margin: auto;
  width: 205px;
  height: 43px;
  border-radius: 5px;
  background: #1c479e;
  line-height: 43px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}