.blockquote,
.blockquote_alert,
.blockquote_danger {
  display: block;
  padding: 20px 30px;
  background: #F7F7F7;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  border-radius: 4px;
  position: relative;
  margin: 30px 0;
}
.blockquote_alert {
  padding-top: 50px;
  background: #FBF6DF;
}
.blockquote_alert:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
  height: 20px;
  background: url("/bitrix/templates/support/images/icons/icon-attention.svg") no-repeat left top;
  background-size: auto 100%;
}
.blockquote_danger {
  padding-top: 50px;
  background: #FFDADA;
}
.blockquote_danger:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
  height: 20px;
  background: url("/bitrix/templates/support/images/icons/icon-danger.svg") no-repeat left top;
  background-size: auto 100%;
}
