.dform a {
  color: #222;
}
.dform__form {
  margin: 0;
}
.dform__wrapper {
  position: relative;
}
.dform__content {
  position: relative;
}
.dform__fields {
  position: relative;
}
.dform__footer {
  position: relative;
  padding-top: 6px;
}
.dform__row {
  margin: 0 0 12px;
}
.dform__label {
  display: block;
  margin-bottom: 2px;
  margin-left: 5px;
}
.dform__field {
  color: #222;
  border: 1px solid #5b5b5b;
  outline-width: 0;
  border-radius: 3px;
  font-size: 15px;
  height: 30px;
  padding-left: 5px;
  padding-top: 0;
  width: 100%;
  max-width: 300px;
}
textarea.dform__field {
  height: 144px;
}
.dform__field-comment {
  font-style: italic;
  margin-top: -12px;
}
.dform input[type="checkbox"] {
  vertical-align: baseline;
  margin-right: 3px;
}
label.dform__checkbox {
  display: block;
  padding-left: 5px;
}
label.dform__checkbox input[type="checkbox"] {
  vertical-align: text-bottom;
  margin-right: 8px;
}
label.dform__radio {
  display: block;
  padding-left: 5px;
}
label.dform__radio input[type='radio'] {
  vertical-align: text-bottom;
  margin-right: 8px;
}
.dform__error {
  color: #bc448c;
  font-size: 14px;
  margin: 2px 0 2px 8px;
}
.dform__button {
  width: 100%;
  max-width: 300px;
  padding: 8px 20px;
}
.dform__button.clicked {
  position: relative;
  font-size: 0;
}
.dform__button.clicked:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -14px;
  background: url("images/button-spin.svg") no-repeat center center;
  width: 28px;
  height: 28px;
}
.dform__button_white.clicked:after {
  background: url("images/button-spin_white.svg") no-repeat center center;
}
.dform__alert {
  position: relative;
}
.dform__alert_error {
  background: #bc448c;
  color: #fff;
  padding: 10px 18px;
  line-height: 20px;
  font-size: 14px;
  margin: 0 0 20px;
  text-align: center;
}
.dform__alert_success {
  background: #56ce42;
  color: #fff;
  padding: 10px 18px;
  line-height: 20px;
  font-size: 14px;
  margin: 0 0 20px;
  text-align: center;
}
.dform__alert a {
  color: #fff;
}
.dform__link {
  margin: 4px 0;
  text-decoration: underline;
}
.dform__link a {
  font-size: 13px;
}
.dform__text {
  font-size: 15px;
  line-height: 24px;
}
.dform__text_beforeform {
  margin: 5px 0 17px;
}
.dform__precaptcha {
  display: none;
  margin: 15px 0;
}
.dform__captcha {
  position: relative;
  display: inline-block;
}
.dform__captcha.has-error {
  border: 1px solid #bc448c;
  padding: 10px;
}
.dform__captcha-error {
  color: #bc448c;
  font-size: 15px;
  margin: 2px 0 2px 8px;
  display: none;
}
.dform__captcha.has-error .dform__captcha-error {
  display: block;
}
.s-form_password-request .s-form__header {
  text-align: left;
}
.s-form_password-request .s-form__wrapper {
  max-width: 430px;
  margin: 0 auto 60px;
}
.s-form_password-request .dform__button {
  max-width: none;
  width: auto;
}
.s-form_password-confirm .s-form__header {
  text-align: left;
}
.s-form_password-confirm .s-form__wrapper {
  max-width: 430px;
  margin: 0 auto 60px;
}
.s-form_password-confirm .dform__button {
  max-width: none;
  width: auto;
}
.s-form_is-auth .s-form__header {
  text-align: left;
}
.s-form_is-auth .s-form__wrapper {
  max-width: 430px;
  margin: 0 auto 60px;
}
.auth-clients {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
}
.auth-clients li {
  margin: 0 1em 0 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  float: none !important;
}
.auth-clients li:last-of-type {
  margin-right: 0 !important;
}
.auth-clients li span.odnoklassniki {
  background: url("images/ok.png") 0 0 no-repeat;
}
