/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
main {
  margin-bottom: 0;
}
.ui-card {
  height: 100%;
}
.ui-card i {
  color: #B32D2E;
  font-size: 36px;
  margin-bottom: 12px;
  display: flex;
}
section:nth-child(2) {
  margin-top: 40px;
}
.highlight {
  padding: 80px 0;
  margin-top: 40px;
  background: #F8F7F3;
}
.highlight .contact:not(:last-child) {
  margin-bottom: 24px;
}
.highlight .contact strong {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 8px;
}
.highlight .contact i {
  color: #B32D2E;
  margin-right: 6px;
}
.question {
  padding: 80px 0;
  color: #FFFFFF;
  background: url(/img/question.jpg);
  background-size: cover;
}
.question h2 {
  max-width: 680px;
}
.question p {
  max-width: 432px;
  margin-bottom: 40px;
}
.doc-base {
  background: url(/img/backgrounds/bg1.jpg);
  color: white;
  text-align: center;
  padding: 50px 25px;
  margin: 35px 0 50px;
}
.doc-base .header {
  text-decoration: underline;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.blue-block {
  font-size: 24px;
  text-align: center;
  color: white;
  padding: 50px 25px;
  margin: 45px 0 50px;
  background: #1e3685;
}
.contacts p {
  font-size: 18px;
  margin-bottom: 25px;
}
.contacts p strong {
  text-transform: uppercase;
}
.page-header {
  background: url(/img/bg/bg-forum.jpg) no-repeat;
  background-size: cover;
  padding: 20px 30px 100px;
  margin-bottom: 80px;
  color: #fff;
}
.image-review {
  transition: all 0.3s;
}
.image-review:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
