.attention_txt p {
  font-size: 12px;
}

.attention_txt a {
  text-decoration: none;
}

.attention_txt a:hover {
  cursor:pointer;
  opacity: 0.5;
}

.application_form_link {
  width: 100%;
  max-width: 190px;
  box-sizing: border-box;
  background: #222222;
  border: none;
  text-align: center;
  border-radius: 0;
  -webkit-transition: opacity 240ms;
  transition: opacity 240ms;
}

.application_form_link:hover {
  opacity: 0.8;
}

.application_form_link a {
  -webkit-appearance: none;
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 0.5em;
}

.product__order__margin25 {
  margin-top: 25px !important;
}
.form_title {
  margin-top: 30px !important;
}

@media screen and (max-width: 768px) {
  .attention_txt p {
    font-size: 10px;
  }

  .application_form_link {
    max-width: 108px;
  }

  .application_form_link a {
    font-size: 10px;
  }

  .product__order__submit {
    padding-bottom: 21px !important;
  }

  .product__order__margin25 {
    margin-top: 8px !important;
  }
  .form_title {
    margin-top: 20px !important;
  }
}