#refund_result a {
  color: black; }
#refund_result a.bt {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  color: black;
  padding: 0 2px;
  background: #9eede3;
  text-decoration: none !important; }
  #refund_result a.bt:hover {
    background: #3FD8CB; }

.error-block__title {
  font-size: 34px;
  font-family: GothamProBlack;
  font-weight: 400;
  text-align: center;
  margin: 0; }
  @media (max-width: 768px) {
    .error-block__title {
      line-height: 1.3;
      font-size: 30px; } }

div.g-recaptcha {
  margin: 0 auto;
  width: 304px; }

@media all and (max-width: 325px) {
  #recaptcha {
    margin-left: -6px !important; } }
