.article-list-page {
  margin: 0 auto;
  max-width: 1200px;
}
.article-main__top {
  margin-bottom: 30px;
  padding: 30px;
  height: 510px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.article-main__top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 20px;
  background: linear-gradient(2deg, rgba(11, 18, 33, 0.9) 1.28%, rgba(11, 18, 33, 0) 97.95%);
}
.article-main__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 20px;
}
.article-main__img .q-img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.article-main__title {
  margin-top: auto;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  position: relative;
  z-index: 1;
}
.article-main__subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.article-main__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.article-main__author {
  padding: 5px 15px 5px 5px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 1;
}
.article-main__author .q-avatar {
  border-radius: 5px;
}
.article-main__date {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.23;
}
.article-main__likes {
  padding: 5px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.article-main__likes svg {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-main__likes svg path {
  fill: #ffffff;
}
.article-main__bookmarks {
  padding: 5px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.article-main__bookmarks svg {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-main__bookmarks svg path {
  fill: #ffffff;
}
.article-main__tags {
  margin-left: auto;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.article-main__tag {
  height: 26px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article-main__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.article-main__bottom-item {
  padding: 30px;
  height: 380px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.article-main__bottom-item .article-main__author {
  margin-bottom: 20px;
}
.article-main__bottom-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 20px;
  background: linear-gradient(2deg, rgba(11, 18, 33, 0.9) 1.28%, rgba(11, 18, 33, 0) 97.95%);
}
.article-filter {
  max-width: 285px;
  width: 100%;
}
.article-filter__search {
  margin-bottom: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 488px;
}
.article-filter__search .field {
  width: 100%;
  margin-bottom: 0;
}
.article-filter__search .q-field__control {
  height: 40px;
  border: 1px solid #f2f2f2;
  position: relative;
}
.article-filter__search .q-field__control input {
  color: #858790;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
}
.article-filter__search .q-field__control input::placeholder {
  color: #858790;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
}
.article-filter__search .field .q-field--standout .q-field__control {
  border-radius: 10px;
  padding-left: 0px;
}
.article-filter__search .field .q-field__marginal {
  height: 40px;
}
.article-filter__search .field .q-field__prepend {
  padding-right: 0;
}
.article-filter__search .article-filter__search-btn {
  padding: 20px 10px;
  max-width: 44px;
  min-width: 44px;
  min-height: 100%;
}
.article-filter__search .article-filter__search-btn svg {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-filter__search .article-filter__search-btn svg path {
  fill: #858790;
}
.article-filter__block {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
  max-height: 54px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.article-filter__block.article-filter__block--active {
  max-height: unset;
}
.article-filter__top {
  padding: 5px 10px 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.article-filter__top .q-btn {
  width: 24px;
  min-height: 24px;
  height: 24px;
  padding: 0;
}
.article-filter__top .q-btn svg {
  transition: all 0.3s ease;
}
.article-filter__top .q-btn svg.rotated {
  transform: rotate(180deg);
}
.article-filter__title {
  color: #0b1221;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.article-filter__icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-filter__icon path {
  fill: #0b1221;
}
.article-filter .q-item {
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
}
.article-filter .q-item__section {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.article-filter .q-item__section--avatar {
  padding-right: 10px;
  min-width: 24px;
}
.article-filter .q-list--dense > .q-item {
  padding: 10px;
}
.article-filter .q-avatar {
  border-radius: 5px;
}
.article-filter__tag .q-item__section--avatar {
  margin-right: 10px;
  padding-right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-list {
  width: 100%;
}
.article-list__wrap {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
.article-list .title-l {
  margin-bottom: 10px;
}
.article-list__content .q-list {
  margin-bottom: 30px;
}
.article-list__content .q-item {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid var(--Background, #f2f2f2);
  background: var(--White, #fff);
  display: flex;
  align-items: start;
  gap: 20px;
}
.article-list__img {
  max-width: 230px;
  width: 100%;
  height: 230px;
}
.article-list__img .q-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.article-list__title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-list__subtitle {
  margin-bottom: 20px;
  color: #858790;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.article-list__author {
  margin-bottom: 20px;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
}
.article-list__author .q-avatar {
  border-radius: 5px;
}
.article-list__date {
  color: #858790;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.23;
}
.article-list__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
}
.article-list__likes {
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #858790;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.article-list__likes svg path {
  fill: #858790;
}
.article-list__bookmarks {
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #858790;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.article-list__bookmarks svg path {
  fill: #858790;
}
.article-list__tags {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.article-list__tag {
  padding: 5px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.article-list__btn {
  margin-bottom: 20px;
  width: 100%;
}
.article-list__item-content {
  flex: 1;
}
.article-list__content {
  flex: 1;
}
.article-list__content--loading {
  opacity: 0.2;
}
.article-list__article-content-and-actions {
  display: flex;
}
.article-list__article-content {
  flex: 1;
}
.article-list__likes-and-bookmarks {
  display: flex;
  gap: 20px;
}
.article-page {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.article-page .q-breadcrumbs {
  margin-bottom: 20px;
}
.article-page .q-breadcrumbs__separator {
  margin-right: 4px;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #858790;
}
.article {
  width: 100%;
}
.article__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.article__inner {
  max-width: 800px;
  width: 100%;
}
.article__top {
  margin-bottom: 40px;
  padding: 30px;
  position: relative;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.article__top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 20px;
  background: linear-gradient(2deg, rgba(11, 18, 33, 0.9) 1.28%, rgba(11, 18, 33, 0) 97.95%);
}
.article__image {
  border-radius: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.article__image .q-img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.article__title {
  margin-top: auto;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.29;
  position: relative;
  z-index: 1;
}
.article__subtitle {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
}
.article__author {
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
}
.article__author .q-avatar {
  border-radius: 5px;
}
.article__date {
  color: #858790;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.23;
}
.article__row {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.article__tags {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.article__tag {
  padding: 5px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.article__author-block {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid rgba(2, 136, 141, 0.5);
  background: linear-gradient(0deg, rgba(2, 136, 141, 0.05) 0%, rgba(2, 136, 141, 0.05) 100%), #fff;
  display: flex;
  gap: 20px;
}
.article__author-block .q-avatar {
  border-radius: 20px;
}
.article__author-info {
  padding: 10px;
}
.article__author-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
}
.article__author-bio {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}
.article__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 30px;
}
.article__content p {
  margin-bottom: 20px;
}
.article__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
.article__content h3 {
  margin: 20px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.29;
}
.article__content h4 {
  margin: 40px 0 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
}
.article__quote {
  margin: 20px 0;
  display: flex;
  gap: 20px;
}
.article__quote-avatar {
  border-radius: 50%;
}
.article__quote-content {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(2, 136, 141, 0.5);
  background: linear-gradient(0deg, rgba(2, 136, 141, 0.05) 0%, rgba(2, 136, 141, 0.05) 100%), #fff;
}
.article__quote-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}
.article__quote-name {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.article__quote-position {
  color: #858790;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}
.article__quote-view {
  padding: 40px 30px 30px 30px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background-color: #ffffff;
  position: relative;
}
.article__quote-icon {
  position: absolute;
  top: -43px;
  left: 23px;
}
.article__quote-view .article__quote-text {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
}
.article__read-more .q-list {
  margin-bottom: 20px;
}
.article__read-more .q-item {
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #f2f2f2;
  background: #ffffff;
  gap: 20px;
}
.article__read-more .q-item .q-img {
  border-radius: 10px;
  max-width: 230px;
  width: 100%;
  height: 140px;
}
.article__read-more-title {
  color: #0b1221;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.article__gallery {
  margin-bottom: 40px;
}
.article__gallery-image .q-img {
  border-radius: 30px;
  max-width: 100%;
  width: 100%;
  height: 400px;
}
.article .article__gallery-image + .article__gallery-image {
  margin-top: 20px;
}
.article__gallery-source {
  margin-top: 10px;
  color: #858790;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.23;
}
.article__list {
  margin-bottom: 40px;
}
.article__list li {
  margin-bottom: 10px;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  position: relative;
}
.article__list li::before {
  margin-top: 12px;
  content: "";
  max-width: 6px;
  min-width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #02888d;
}
.article__ordered-list {
  margin-bottom: 40px;
  counter-reset: custom-counter;
  list-style: none;
  padding-left: 0;
}
.article__ordered-list li {
  margin-bottom: 10px;
  counter-increment: custom-counter;
  position: relative;
  padding-left: 36px;
}
.article__ordered-list li::before {
  margin-top: 3px;
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background-color: #02888d;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.article__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.article__bottom .article__likes, .article__bottom .article__bookmarks {
  padding: 10px;
  height: 44px;
  border-radius: 8px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  color: #858790;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.article__bottom .article__likes .q-btn__content, .article__bottom .article__bookmarks .q-btn__content {
  gap: 5px;
}
.article__bottom .article__likes svg path, .article__bottom .article__bookmarks svg path {
  fill: #858790;
}
.article__bottom .article__likes.article__likes--active {
  color: #02888d;
}
.article__bottom .article__likes.article__likes--active svg path {
  fill: #02888d;
}
.article__bottom .article__bookmarks.article__bookmarks--active {
  color: #02888d;
}
.article__bottom .article__bookmarks.article__bookmarks--active svg path {
  fill: #02888d;
}
.article__views {
  margin-left: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #858790;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.article__links {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}
.article__links svg {
  width: 24px;
  height: 24px;
}
.article__bottom .article__links {
  margin-left: 10px;
  margin-bottom: 0;
}
.article__links .q-btn {
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
}
.article__link-vk svg path {
  fill: #0077ff;
}
.article__link-ok svg path {
  fill: #ff6d00;
}
.article__link-telegram svg path {
  fill: #24a1de;
}
.article__link-copy svg path {
  fill: #858790;
}
.article__comment {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}
.article__comment .title-s {
  margin-bottom: 20px;
}
.article__comment .q-textarea {
  border: 1px solid #ddd;
}
.article__comment .field .q-field--standout .q-field__control {
  padding: 0;
}
.article__review {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}
.article__review .title-s {
  margin-bottom: 20px;
}
.article__aside {
  max-width: 285px;
  width: 100%;
}
.article__aside-title {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
}
.article__aside-popular {
  margin-bottom: 40px;
}
.article__aside-item {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
  flex-direction: column;
}
.article__aside-item .q-img {
  margin-bottom: 10px;
  border-radius: 10px;
  max-width: 100%;
  height: 140px;
}
.article__aside-item-title {
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: #0b1221;
}