.floatleft {
  float: left;
}
.clearfix {
  display: block;
}
.clearfix:after {
  clear: both;
  display: block;
  content: '';
}
.transition,
.transition * {
  transition: all 166ms ease-in;
}
.most-interesting-topics-placeholder {
  padding: 50px 20px 25px 66px;
}
.most-interesting-topics-header {
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 20px 0;
  border: 0;
  font-size: 15px;
  font-family: OpenSansEB, Arial, sans-serif;
  color: #1E1f23;
  font-weight: bold;
  position: relative;
}
.most-interesting-topics-header:before {
  content: '';
  display: block;
  width: 47px;
  height: 47px;
  background: url(i/forum-cloud.png);
  position: absolute;
  left: -65px;
  top: 2px;
}
.most-interesting-topics-list {
  box-sizing: border-box;
  display: table;
}
.most-interesting-topics-list-item {
  display: block;
  width: 50%;
  height: 65px;
  box-sizing: border-box;
  float: left;
  padding: 0px 25px 0px 115px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.most-interesting-topics-thumbnail-link {
  position: absolute;
  left: 0;
}
.most-interesting-topics-title-link {
  display: table-cell;
  font-family: OpenSans, Arial, sans-serif;
  color: #1E1f23;
  font-size: 15px;
  line-height: 21px;
  vertical-align: middle;
}
.most-interesting-topics-title-link-text {
  padding-bottom: 25px;
}
.most-interesting-topics-thumbnail-img {
  width: 90px;
  height: 65px;
  margin-right: 25px;
  vertical-align: middle;
}
.most-interesting-topics-description {
  display: none;
}
.most-interesting-topics-dumy {
  display: table;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .most-interesting-topics-placeholder {
    padding: 25px 20px 12px 25px;
  }
  .most-interesting-topics-header:before {
    visibility: hidden;
    height: 0px;
    width: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .most-interesting-topics-placeholder {
    padding: 12px 10px 6px 12px;
  }
  .most-interesting-topics-list-item {
    width: 100%;
  }
}
