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