.p-page__title {
  color: #AB995F;
  font-size: 20px;
  text-align: center;
  margin: 10px 0 30px;
  line-height: 1.5;
  }

.c-form__title {
  color: #AB995F;
  width: 35%;
  vertical-align: top;
  padding: 17px 20px 17px 0;
  text-align: right;
   }

  .c-alert {
  color: #AB995F;
  background: #f2f2f2;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}
  font-weight: normal;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  margin: 0 7px;
  color: #ffffff;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
}
.c-button {
  background: #f2f2f2;
  color: #ffffff;
  line-height: 1;
  font-size: 13px;
  padding: .75em 1.5em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
}
  .c-button:hover {
    background: #AB995F;
  }
  .c-button:active {
    box-shadow: none;
  }
.c-button:disabled,
.c-button.disabled,
.c-button:disabled:hover,
.c-button.disabled:hover {
  background: #AB995F;
  color: #ffffff;
  cursor: default;
  box-shadow: none;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #fff;
}
.c-button--primary {
  background: #AB995F;
}
  .c-button--primary:hover {
    background:#AB995F;
  }

a {
  color: #AB995F;;
}


.p-page__copyright {
  color: #AB995F;
  font-size: 10px;
  text-align: center;
  }