<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.landings-list__item {
  --border-radius: 50px;
  order: 1;
}
.landings-list__item.active {
  order: 0;
}
.landings-list__info-wrapper.last,
.landings-list__item.last {
  padding-right: 18px;
}
.landings-list__item--js-more {
  cursor: pointer;
}
.landings-list .landings-list__item--js-more:hover {
  color: var(--fill_dark_lite_ccc);
}
.landings-list__section-title {
  white-space: nowrap;
  margin-right: 4px;
}
.top-content-block .landings-list--smartseo.landings-list{
  margin-bottom: 16px;
}
.landings-list__info.line-block {
  flex-direction: row;
  align-items: baseline;
}
@media (max-width: 767px) {
  .landings-list__info.line-block {
    flex-direction: column;
  }
  .landings-list__info:not(:last-child) {
    margin-bottom: 16px;
  }
  .top-content-block .landings-list--smartseo.landings-list{
    margin-bottom: 20px;
  }
}
</pre></body></html>