/* durasov-custom.css — оформление состояний формы обращения (успех / ошибка).
   Цвета и шрифты — из палитры сайта (партийный красный #941921, тёмный #031f24). */

.durasov-success-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 24px 16px;
  box-sizing: border-box;
}

.durasov-success {
  text-align: center;
  color: #031f24;
  font-family: 'PTSans', Arial, sans-serif;
}

.durasov-success__title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}

.durasov-success__text {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  color: #031f24;
}

.durasov-consent {
  margin: 14px 0 0;
  font-family: 'PTSans', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #8a9698;
  text-align: center;
}

.durasov-form-error {
  margin: 10px 0 0;
  padding: 10px 14px;
  font-family: 'PTSans', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #941921;
  background: #fbe9ea;
  border: 1px solid #e3b6b9;
  border-radius: 4px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .durasov-success__title { font-size: 20px; }
}
