/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
h1 {
  font-size: 36px;
  line-height: 130%;
  font-weight: 600;
}
h2 {
  font-size: 32px;
  line-height: 130%;
  font-weight: 600;
}
h3 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
}
h4 {
  font-size: 22px;
  line-height: 130%;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  line-height: 160%;
  font-weight: 700;
}
h6 {
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
}
.text-h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
}
.text-h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
}
.text-h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.text-h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
}
.text-h5 {
  font-weight: 900;
  font-size: 20px;
  line-height: 160%;
}
.text-h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}
.text-h7 {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
}
.text-h8 {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.text-h9 {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}
.text-p1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}
.text-p2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.text-p3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}
.text-p4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.text-p5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
}
.text-p6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}
.part-header {
  background: url(/img/bg/bg-forum.jpg) no-repeat;
  background-size: cover;
  padding: 20px 30px 100px;
}
.part-header-clear {
  background: #F1EFE7;
  color: #393939;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
.part-header-clear h1 {
  text-align: center;
  margin-top: 47px;
}
.part-header__link {
  color: #B0B0B0;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  float: right;
  margin-top: -30px;
}
select.ui-input {
  background-color: #E5E5E5 !important;
}
.question__list {
  margin-top: 30px;
  margin-bottom: 37px;
}
.question:not(:first-child) {
  margin-top: 12px;
}
.question__date {
  color: #393939;
  font-size: 12px;
  line-height: 135%;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.question__date img {
  margin-right: 8px;
}
.question__block p,
.question .answer__block p {
  margin: 0;
}
.question__block:not(:last-child),
.question .answer__block:not(:last-child) {
  margin-bottom: 20px;
}
.question__block:not(:last-child) p,
.question .answer__block:not(:last-child) p {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}
.question__block__name,
.question .answer__block__name {
  color: #B32D2E;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 8px;
}
.question .answer__block {
  overflow: hidden;
  height: 80px;
  position: relative;
}
.question .answer__block:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53px;
  z-index: 1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.87) 43.24%, rgba(255, 255, 255, 0) 100%);
}
.forum-table {
  border-color: #b0bec5;
}
.forum-table thead {
  background: #1e3685;
  color: white;
}
.forum-table thead th {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  border-color: #b0bec5;
}
.forum-table tbody tr {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.forum-table tbody tr:hover {
  background: #e7e7e7;
  cursor: pointer;
}
.forum-table tbody tr td {
  border-color: #b0bec5;
  font-size: 14px;
  padding: 20px 15px;
}
.forum-table tbody tr td a {
  color: inherit;
}
.forum-table tbody tr td a span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 140%;
  color: #838383;
}
.forum-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  color: #9D9D9D;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
}
.forum-info a {
  color: #9D9D9D;
}
.forum-info svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.forum-info svg path {
  stroke: #9D9D9D;
}
.forum-info__part {
  display: flex;
  align-items: center;
  gap: 18px;
}
.forum-info__part div {
  display: flex;
  align-items: center;
}
.forum-answer__head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.forum-answer__head div {
  max-width: 477px;
}
.forum-answer__body {
  background: rgba(239, 239, 239, 0.7);
  padding: 30px;
  color: #5C5C5B;
  position: relative;
}
.forum-answer__body:after {
  content: url(/img/forum-answer-angle.svg);
  position: absolute;
  top: -10px;
  left: 20px;
}
h3 {
  margin: 10px 0 25px;
}
.author-block {
  max-width: 150px;
}
.author-block span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 140%;
  color: #838383;
}
.answer {
  padding: 25px;
  margin-bottom: 25px;
}
