.contact {
  padding-bottom: 24px;
}
.contact .section-title {
  margin-bottom: 40px;
}
.contact .contact__text {
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 20px;
}
.contact .contact__info__item {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #9aa0ae;
}
.contact .contact__info__item:last-child {
  margin-bottom: 0;
}
.contact .contact__info__item .icon-circle {
  margin-right: 10px;
}
.contact-form {
  padding: 20px 20px 17px 20px;
  margin-top: 15px;
  text-align: center;
  border: 8px double #f3f5f7;
}
.contact-form .form__field {
  height: 40px;
  margin-bottom: 14px;
}
.contact-form .form__field--message {
  min-height: 110px;
}
.contact-form .btn {
  padding-right: 19px;
  padding-left: 19px;
  margin-top: 10px;
}
.contact-form .form__field--invalid {
  border: 1px solid #f29090;
}
.contact-form .form__tooltip {
  padding-right: 6px;
  padding-left: 6px;
  margin-top: -34px;
}

.subscribe-form {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 350px;
  margin-top: 3px;
  margin-bottom: 20px;
}
.subscribe-form .form__tooltip {
  top: -36px !important;
}
.subscribe-input {
  height: 40px;
  padding: 0 37px 0 15px;
  font-size: 13px;
  background: #e5e5da;
  background: #fff;
  border: none;
}
.submit-button {
  position: absolute;
  top: 7px;
  right: 5px;
  padding: 0;
  background: transparent;
  border: 0;
}
.submit-button .icon-circle {
  color: #212c43;
  border-color: #212c43;
}
.submit-button:hover .icon-circle {
  color: #d2232a;
  border-color: #d2232a;
}
.form__tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 10px 8px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #f29090;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form__tooltip:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  border-top: 3px solid #f29090;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}