
/* http://old.ruscrypto.loc/accociation/news/2014-11-18.html */
.notice {
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 25px 25px 30px;
  background-color: #f0f0f0;
  border-radius: 10px;
}
.notice dl {
  margin: 0;
}
.notice dl dt {
  margin-bottom: 5px;
  font-size: 22px;
  color: #d15;
}
.notice dl dd {
  font-size: 18px;
}


p.question {
  font-weight: 700;
  font-size: 20px;
  color: #d15;
}

p.question i {
  font-size: 22px;
}



/* --- Выделенный параграф --- */
.accent {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px;
  background-color: #f0f0f0;

}



h3.border-bottom {

  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}


/* ---------------------------------------------
  !!! ПРОЕКТ !!!
  CARD Universal
  DL-конструкция с заливкой, где
  DT — центрированный символ awesome
  DD — разнообразный контент
  --------------------------------------------- */


.card-universal {
  margin-top: 35px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid transparent;
}
.card-universal dl {
  padding: 50px 0 0;
  margin-top: 50px;
  margin-bottom: 0;
  background-color: #f0f0f0;
  border-radius: 10px;
  font-weight: bold
}
.card-universal dt {
  width: 100px;
  height: 100px;
  line-height: 90px;
  margin: -100px auto 0;
  border-radius: 50%;
  background-color: #fff;
  border: 5px solid #f0f0f0;
  font-size: 45px;
  color: #d15;
}
.card-universal dd {
  text-transform: uppercase;
  padding: 15px 25px 35px;
  font-size: 20px;
}

