@charset "UTF-8";
:root {
  --primary-bg-color: #FFFFFF;
  --sec-bg-color: #FFFFFF;
  --base-content-color: #121212;
  --base-inverse-content-color: #FFFFFF;
  --content-header-color: #121212;
  --content-text-color: #3E3C3C;
  --inverse-content-text-color: #B3B3B3;
  --content-sub-color: #6F6F71;
  --content-inverse-sub-color: #959595;
  --content-tertiary-color: #DBDBDB;
  --content-inverse-tertiary-color: rgba(255, 255, 255, 0.3019607843);
  --content-link-color: #6400E7;
  --content-link-hover-color: rgb(154.6233766234, 78, 255);
  --table-border-color: #E8E8E8;
  --table-inverse-border-color: rgba(255, 255, 255, 0.1019607843);
  --accent-color: #6400E7;
  --success-color: #129C38;
  --danger-color: #D8003F;
}

[data-theme=dark] {
  --primary-bg-color: #121212;
  --sec-bg-color: #121212;
  --base-content-color: #FFFFFF;
  --base-inverse-content-color: #121212;
  --content-header-color: #FFFFFF;
  --content-text-color: #B3B3B3;
  --inverse-content-text-color: #3E3C3C;
  --content-sub-color: #959595;
  --content-inverse-sub-color: #6F6F71;
  --content-tertiary-color: rgba(255, 255, 255, 0.3019607843);
  --content-inverse-tertiary-color: #DBDBDB;
  --content-link-color: #BD8AFF;
  --content-link-hover-color: rgb(154.6233766234, 78, 255);
  --table-border-color: rgba(255, 255, 255, 0.1019607843);
  --table-inverse-border-color: #E8E8E8;
  --accent-color: #BD8AFF;
}

[data-theme=gray] {
  --primary-bg-color: #F4F4F4;
}

:root {
  /* === Header === */
  --content-header-font-weight: 400;
  --content-header-h1-font-size: 72px;
  --content-header-h1-line-height: 111.111%;
  --content-header-h1-letter-spacing: -1.44px;
  --content-header-h2-font-size: 48px;
  --content-header-h2-line-height: 133.333%;
  --content-header-h3-font-size: 32px;
  --content-header-h3-line-height: 125%;
  --content-header-h4-font-size: 24px;
  --content-header-h4-line-height: 140%;
  /* === Text === */
  --content-text-font-weight: 400;
  --content-text-accent-font-size: 20px;
  --content-text-accent-line-height: 160%;
  --content-text-primary-font-size: 16px;
  --content-text-primary-line-height: 150%;
  --content-text-secondary-font-size: 14px;
  --content-text-secondary-line-height: 171.429%;
  --content-text-tertiary-font-size: 12px;
  --content-text-tertiary-line-height: 166.667%;
}

@media screen and (max-width: 1919px) {
  :root {
    --content-header-h4-font-size: 20px;
  }
}
@media screen and (max-width: 1599px) {
  :root {
    --content-header-h1-font-size: 56px;
    --content-header-h1-line-height: 114.286%;
    --content-header-h1-letter-spacing: -1.12px;
    --content-header-h2-font-size: 32px;
    --content-header-h2-line-height: 150%;
    --content-header-h3-font-size: 24px;
    --content-header-h3-line-height: 133.333%;
    --content-header-h4-font-size: 18px;
    --content-text-accent-font-size: 16px;
    --content-text-accent-line-height: 175%;
    --content-text-primary-font-size: 14px;
    --content-text-primary-line-height: 171.429%;
    --content-text-secondary-font-size: 12px;
    --content-text-secondary-line-height: 166.667%;
    --content-text-tertiary-font-size: 10px;
    --content-text-tertiary-line-height: 180%;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --content-header-h1-font-size: 32px;
    --content-header-h1-line-height: 150%;
    --content-header-h1-letter-spacing: initial;
    --content-header-h2-font-size: 24px;
    --content-header-h2-line-height: 133.333%;
    --content-header-h3-font-size: 20px;
    --content-header-h3-line-height: 140%;
  }
}
:root {
  --document-scroll-padding-top: 88px;
}

@media screen and (max-width: 991px) {
  :root {
    --document-scroll-padding-top: 32px;
  }
}
:root {
  /* === Color === */
  --button-hover-color: #FFFFFF;
  --button-hover-border-color: #6400E7;
  --button-hover-background-color: #6400E7;
  --button-disabled-color: #6F6F71;
  --button-disabled-border-color: #E8E8E8;
  --button-disabled-background-color: #E8E8E8;
  --button-outline-background: transparent;
  --button-outline-color: #121212;
  --button-outline-border-color: #DBDBDB;
  --button-outline-hover-border-color: #121212;
  --button-outline-hover-color: #121212;
  --button-outline-disabled-border-color: #DBDBDB;
  --button-outline-disabled-color: #DBDBDB;
  /* === Size === */
  --button-min-height: 56px;
  --button-padding: 15px 23px;
  --button-icon-padding: 15px 15px 15px 23px;
  --button-icon-round-padding: 15px;
  --button-m-min-height: 48px;
  --button-m-padding: 11px 23px;
  --button-m-icon-padding: 11px 15px 11px 23px;
  --button-m-icon-round-padding: 11px;
  --button-s-min-height: 40px;
  --button-s-padding: 7px 23px;
  --button-s-icon-padding: 7px 15px 7px 23px;
  --button-s-icon-round-padding: 7px;
  --button-xs-min-height: 32px;
  --button-xs-padding: 3px 15px;
  --button-xs-icon-padding: 3px 7px 3px 15px;
  --button-xs-icon-round-padding: 3px;
  --button-xs-font-size: 14px;
}

@media screen and (max-width: 1599px) {
  :root {
    --button-min-height: 48px;
    --button-padding: 11px 23px;
    --button-icon-padding: 11px 15px 11px 23px;
    --button-icon-round-padding: 11px;
    --button-m-min-height: 40px;
    --button-m-padding: 7px 23px;
    --button-m-icon-padding: 7px 15px 7px 23px;
    --button-m-icon-round-padding: 7px;
  }
}
[data-theme=dark] {
  /* === Color === */
  --button-disabled-color: #959595;
  --button-disabled-border-color: rgba(255, 255, 255, 0.1019607843);
  --button-disabled-background-color: rgba(255, 255, 255, 0.1019607843);
  --button-outline-background: transparent;
  --button-outline-color: #FFFFFF;
  --button-outline-border-color: #959595;
  --button-outline-hover-border-color: #FFFFFF;
  --button-outline-hover-color: #FFFFFF;
  --button-outline-disabled-border-color: rgba(255, 255, 255, 0.3019607843);
  --button-outline-disabled-color: rgba(255, 255, 255, 0.3019607843);
}

:root {
  /* === Type === */
  --tag-outline-border-color: #DBDBDB;
  --tag-outline-hover-border-color: #121212;
  --tag-outline-color: #FFFFFF;
  /* === Size === */
  --tag-s-height: 40px;
  --tag-s-padding: 8px 16px;
  --tag-s-font-size: 14px;
  --tag-s-line-height: 171.429%;
  --tag-s-font-weight: 400;
  --tag-xs-height: 28px;
  --tag-xs-padding: 4px 12px;
  --tag-xs-font-size: 12px;
  --tag-xs-line-height: 166.667%;
  --tag-xs-font-weight: 400;
  --tag-xxs-height: 26px;
  --tag-xxs-padding: 4px 8px;
  --tag-xxs-font-size: 14px;
  --tag-xxs-line-height: 171.429%;
  --tag-xxs-font-weight: 400;
}

[data-theme=dark], .tag.-dark {
  /* === Type === */
  --tag-outline-border-color: rgba(255, 255, 255, 0.3019607843);
  --tag-outline-hover-border-color: #FFFFFF;
  --tag-outline-color: #FFFFFF;
}

.tag.-dark {
  --tag-outline-color: #3E3C3C;
}

.post.-detail {
  padding-top: 96px;
  padding-right: 64px;
  padding-left: 64px;
}
@media screen and (max-width: 767px) {
  .post.-detail {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .post.-detail {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1279px) {
  .post.-detail .grid-2024 {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .post.-detail .aside-post__tags {
    order: 4;
  }
}
.post.-detail .section-form-glass .grid-2024 {
  display: flex;
  flex-direction: column;
}
.post.-detail .form-glass__questions-item {
  margin-top: 0;
}
.post.-detail .form-glass__questions-item:first-child input[type=text], .post.-detail .form-glass__questions-item:first-child textarea {
  margin-top: 0;
}
.post.-detail .form-glass__questions-item.-method .form-glass__question-title {
  text-transform: uppercase;
}

@media screen and (max-width: 1279px) {
  .post-content {
    display: contents;
  }
}
@media screen and (max-width: 1279px) {
  .post-content__section {
    display: contents;
  }
}
.post-content__body {
  display: flex;
  flex-direction: column;
  row-gap: 96px;
}
@media screen and (max-width: 1279px) {
  .post-content__body {
    order: 3;
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 767px) {
  .post-content__body {
    row-gap: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.post-form.-reg {
  padding-top: 196px;
}
@media screen and (max-width: 1599px) {
  .post-form.-reg {
    padding-top: 160px;
  }
}
@media screen and (max-width: 1279px) {
  .post-form.-reg {
    order: 6;
    padding-top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .post-form.-reg {
    padding-top: 64px;
  }
}
.post-form.-reg div[id^=comp_] .section-form-glass {
  margin-bottom: 0;
}

.post-block__title {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .post-block__title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .post-block__title.h3 {
    --content-header-h3-font-size: 16px;
    --content-header-h3-line-height: 28px;
  }
}
.post-block.-completed .post-block__title {
  margin-bottom: 24px;
}
.post-block.-detail .button {
  display: none;
}
.post-block .t2 a {
  color: var(--content-link-color);
}
.post-block .t2 a:hover {
  color: var(--content-link-hover-color);
}
.post-block .t2 a.auth-full-post__link {
  color: #BD8AFF;
}
.post-block .t2 a.auth-full-post__link:hover {
  color: rgb(154.6233766234, 78, 255);
}

@media screen and (max-width: 1279px) {
  .aside-post {
    display: contents;
  }
}
.aside-post__sticky {
  position: sticky;
  top: 112px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media screen and (max-width: 1279px) {
  .aside-post__sticky {
    position: static;
    display: contents;
  }
}
.aside-post__title {
  margin-bottom: 24px;
  --content-text-font-weight: 500;
  --content-text-color: #121212;
}
@media screen and (max-width: 1279px) {
  .aside-post__title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .aside-post__scroll-x {
    margin-right: -64px;
    margin-left: -64px;
    padding: 0 64px;
    overflow-x: auto;
    scrollbar-width: none;
  }
}
@media screen and (max-width: 1279px) {
  .aside-post__tags {
    order: 1;
    margin-bottom: 32px;
  }
}
.aside-post__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1279px) {
  .aside-post__tags-list {
    flex-wrap: initial;
    flex-direction: row;
    width: max-content;
  }
}
@media screen and (max-width: 1599px) {
  .aside-post__tags .tag {
    --tag-s-height: 36px;
    --tag-s-font-size: 12px;
    --tag-s-line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .aside-post__authors {
    order: 2;
  }
}
@media screen and (max-width: 1279px) {
  .aside-post__authors .authors-list {
    flex-direction: row;
    column-gap: 24px;
    width: min-content;
  }
}
@media screen and (max-width: 1279px) {
  .aside-post__authors .authors-list__item {
    width: 225px;
  }
  .aside-post__authors .authors-list__item.-hidden {
    display: grid;
  }
}
@media screen and (max-width: 767px) {
  .aside-post__authors .authors-list__item {
    width: 242px;
  }
}
@media screen and (max-width: 1279px) {
  .aside-post__authors .authors-list__btn {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .aside-post__interest {
    order: 4;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1279px) {
  .aside-post__share {
    order: 5;
  }
}

.post-share {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .post-share {
    gap: 16px;
  }
}
.post-share .ya-share2 {
  display: contents;
}
@media screen and (min-width: 768px) {
  .post-share .ya-share2 {
    margin-right: 0;
  }
}
.post-share .ya-share2__container, .post-share .ya-share2__list {
  display: contents;
}
.post-share .ya-share2__container_size_m .ya-share2__item {
  margin: 0;
}
.post-share .ya-share2__container_size_m .ya-share2__icon {
  width: initial;
  height: initial;
}
.post-share .ya-share2__item.ya-share2__item_service_telegram .ya-share2__link::before {
  content: "\e94d";
}
.post-share .ya-share2__item.ya-share2__item_service_email .ya-share2__link::before {
  content: "\e92d";
}
.post-share .ya-share2__item.ya-share2__item_service_print .ya-share2__link::before {
  content: "\e940";
}
.post-share .ya-share2__item.ya-share2__item_copy .ya-share2__link::before {
  content: "\e929";
}
.post-share .ya-share2__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  color: #121212;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media screen and (max-width: 1599px) {
  .post-share .ya-share2__link {
    width: 40px;
    height: 40px;
  }
}
.post-share .ya-share2__link:hover {
  border-color: #121212;
}
.post-share .ya-share2__link::before {
  font-family: "font-icons";
  font-size: 24px;
  line-height: 1;
}
.post-share .ya-share2__badge {
  display: none;
}

@media print {
  div.main-wrapper .group-section {
    background-color: #FFFFFF;
  }
  div.main-wrapper .group-section.-detail {
    padding-top: 0;
  }
  div.main-wrapper .group-section.-after-post[data-theme=gray] {
    display: none;
  }
  .post-content {
    padding-top: 60px;
  }
  .post-content__body {
    row-gap: 60px;
    padding-bottom: 60px;
  }
  .aside-post__tags, .aside-post__share, .aside-post__calendar {
    display: none;
  }
  .post-block.-form, .post-block.-auth, .post-block.-form, .post-block.-auth {
    display: none;
  }
  .post-form.-reg {
    display: none;
  }
}
.tag {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 28px;
  white-space: nowrap;
  transition: all 0.3s linear;
  /* По размеру */
  /* По типу */
  /* По темам */
}
.tag.-media {
  display: inline-flex;
}
a.tag {
  transition: all 0.3s linear;
}

.tag.-s {
  height: var(--tag-s-height);
  padding: var(--tag-s-padding);
  font-size: var(--tag-s-font-size);
  line-height: var(--tag-s-line-height);
  font-weight: var(--tag-s-font-weight);
}
.tag.-xs {
  height: var(--tag-xs-height);
  padding: var(--tag-xs-padding);
  font-size: var(--tag-xs-font-size);
  line-height: var(--tag-xs-line-height);
  font-weight: var(--tag-xs-font-weight);
}
.tag.-xxs {
  height: var(--tag-xxs-height);
  padding: var(--tag-xxs-padding);
  font-size: var(--tag-xxs-font-size);
  line-height: var(--tag-xxs-line-height);
  font-weight: var(--tag-xxs-font-weight);
}
.tag.-primary {
  background-color: #FFFFFF;
  color: #121212;
}
a.tag.-primary:hover {
  background-color: #6400E7;
  color: #FFFFFF;
}

.tag.-post {
  background-color: #E8E8E8;
  color: #3E3C3C;
}
a.tag.-post:hover {
  color: #6400E7;
}

.tag.-outlined {
  border: 1px solid var(--tag-outline-border-color);
  color: var(--tag-outline-color);
}
a.tag.-outlined:hover {
  border-color: var(--tag-outline-hover-border-color);
}

.tag.-dark.-outlined {
  border: 1px solid var(--tag-outline-border-color);
  color: var(--tag-outline-color);
}

.authors-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.authors-list__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 16px;
  align-items: flex-start;
}
@media screen and (max-width: 1599px) {
  .authors-list__item {
    grid-template-columns: 38px 1fr;
    column-gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .authors-list__item {
    grid-template-columns: 73px 1fr;
  }
}
.authors-list__item.-hidden {
  display: none;
}
.authors-list__item.-w-photo .authors-list__info {
  grid-column-start: 2;
}
@media screen and (max-width: 767px) {
  .authors-list__photo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.authors-list__photo img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .authors-list__photo img {
    max-width: 59px;
  }
}
@media screen and (max-width: 767px) {
  .authors-list__photo .blank {
    max-width: 59px;
  }
}
.authors-list__name {
  --content-text-font-weight: 500;
  --content-text-color: $black100;
}
.authors-list__position {
  --content-text-secondary-font-size: 12px;
  --content-text-secondary-line-height: 20px;
}
@media screen and (max-width: 1599px) {
  .authors-list__position {
    --content-text-secondary-font-size: 10px;
    --content-text-secondary-line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .authors-list__position {
    --content-text-secondary-font-size: 12px;
    --content-text-secondary-line-height: 20px;
  }
}
.authors-list__btn.-hide::after {
  transform: scaleY(-1);
}
@media screen and (max-width: 1599px) {
  .authors-list__btn.button-2024 {
    --button-s-min-height: var(--button-xs-min-height);
    --button-s-padding: var(--button-xs-padding);
    --button-s-icon-padding: var(--button-xs-icon-padding);
    --button-s-icon-round-padding: var(--button-xs-icon-round-padding);
    font-size: 14px;
  }
}
.authors-list__btn::after {
  font-family: "font-icons";
  content: "\e90c";
  font-size: 24px;
  line-height: 1;
}

@media print {
  .authors-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 64px;
  }
  .authors-list__item {
    grid-template-columns: 80px 1fr;
    column-gap: 24px;
  }
  .authors-list__name {
    margin-bottom: 4px;
  }
  .authors-list__position {
    --content-text-secondary-font-size: 14px;
    --content-text-secondary-line-height: 24px;
  }
}

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