.hot-articles {
  display: flex;
  align-items: flex-start;
  margin-left: -24px;
  margin-top: 32px;
}
.hot-articles:first-child {
  margin-top: 0;
}

.hot-articles__content {
  width: calc(66.6666666667% - 24px);
  margin-left: 24px;
}

.hot-articles__sidebar {
  width: calc(33.3333333333% - 24px);
  margin-left: 24px;
}

@media (max-width: 992px) {
  .hot-articles__sidebar {
    display: none;
  }
  .hot-articles__content {
    width: 100%;
    margin-left: 0;
  }
  .hot-articles {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .hot-articles {
    margin-top: 8px;
  }
}
.hot-articles__item {
  display: none;
}
.hot-articles__item:first-child {
  display: block;
}

.hot-articles__item .article-card__content-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
}
.hot-articles__item .article-card__content-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.hot-articles__item .article-card__content {
  height: 217px;
}
.hot-articles__item .article-card__content-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.hot-articles__item .article-card__info-categories, .hot-articles__item .article-card__info-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.hot-articles__item .article-card__info-tag {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.hot-articles__item .article-card__info {
  margin-bottom: 8px;
}
.hot-articles__item .article-card__inner {
  margin-top: 16px;
}

@media (max-width: 576px) {
  .hot-articles__item .article-card__content-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
  }
  .hot-articles__item .article-card__content {
    height: 152px;
  }
  .hot-articles__item .article-card__content-description {
    margin-top: 8px;
  }
  .hot-articles__item .article-card__info-categories, .hot-articles__item .article-card__info-date {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
  }
  .hot-articles__item .article-card__info-tag {
    width: 16px;
    height: 16px;
  }
  .hot-articles__item .article-card__info {
    margin-bottom: 4px;
  }
  .hot-articles__item .article-card__inner {
    margin-top: 12px;
  }
  .hot-articles__item .article-card__image {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    padding-bottom: 100%;
  }
}
.hot-articles__sidebar-wrapper {
  background: var(--background-default);
  border-radius: 28px;
  padding: 16px;
}

.hot-articles__sidebar-inner {
  margin-top: 16px;
}

.hot-articles__sidebar-item {
  display: flex;
  margin-top: 32px;
}
.hot-articles__sidebar-item:first-child {
  margin-top: 0;
}

.hot-articles__sidebar-scale {
  width: 4px;
  border-radius: 8px;
  background-color: var(--background-secondary);
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.hot-articles__sidebar-scale.active .hot-articles__sidebar-scale-active {
  height: 100%;
}
.hot-articles__sidebar-scale-active {
  border-radius: 8px;
  background-color: var(--elements-main);
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  transition: height 0.1s;
}

.hot-articles__sidebar-content {
  margin-left: 16px;
  position: relative;
}
.hot-articles__sidebar-content:hover .hot-articles__sidebar-title {
  text-decoration: underline;
}

.hot-articles__sidebar-title {
  color: var(--elements-main);
  text-decoration: none;
}
.hot-articles__sidebar-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hot-articles__sidebar-description {
  margin-top: 8px;
  color: var(--gray-default);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hot-articles__sidebar-tax {
  color: var(--gray-default);
  margin-top: 8px;
  display: inline-block;
}
.hot-articles__sidebar-tax a {
  color: var(--gray-default);
  text-decoration: none;
  position: relative;
  z-index: 3;
}
.hot-articles__sidebar-tax a:hover {
  text-decoration: underline;
}

.hot-articles__scales-horizontal {
  display: none;
  align-items: center;
  margin-top: 8px;
  margin-bottom: -8px;
  margin-left: -16px;
}

.hot-articles__scales-item {
  margin-left: 16px;
  flex: 1;
  padding: 8px 0;
  cursor: pointer;
}
.hot-articles__scales-item.active .hot-articles__scales-item-active {
  width: 100%;
}
.hot-articles__scales-item:not(.active) .hot-articles__scales-item-active {
  transition: width 0s !important;
}

.hot-articles__scales-item-wrapper {
  height: 4px;
  border-radius: 8px;
  background-color: var(--background-secondary);
  position: relative;
  overflow: hidden;
}

.hot-articles__scales-item-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--elements-main);
  border-radius: 8px;
}

@media (max-width: 992px) {
  .hot-articles__scales-horizontal {
    display: flex;
  }
}
.today-trending__title {
  margin-top: 64px;
}

.today-trending {
  margin-top: 32px;
  display: flex;
  margin-left: -24px;
}

.today-trending__content {
  margin-left: 24px;
  width: calc(66.6666666667% - 24px);
}

.today-trending__sidebar {
  margin-left: 24px;
  width: calc(33.3333333333% - 24px);
  display: flex;
  flex-direction: column;
}

.today-trending__sidebar-item {
  margin-top: 24px;
  height: 100%;
}
.today-trending__sidebar-item:first-child {
  margin-top: 0;
}

.today-trending__sidebar-box {
  position: sticky;
  top: 80px;
}

@media (max-width: 1200px) {
  .today-trending {
    display: block;
    margin-left: 0;
  }
  .today-trending__content, .today-trending__sidebar {
    margin-left: 0;
    width: 100%;
  }
  .today-trending__sidebar {
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .today-trending__title {
    margin-top: 48px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
  }
  .today-trending {
    margin-top: 16px;
  }
}
.main-categories__wrapper {
  margin-top: 32px;
}

.main__title {
  margin-top: 64px;
}

@media (max-width: 576px) {
  .main__title {
    margin-top: 48px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
  }
  .main-categories__wrapper {
    margin-top: 24px;
  }
}

/*# sourceMappingURL=home.css.map */
