.card-article__text {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.post-page .page,
.author-page .page,
.blog-page .page {
  border-radius: 1.5rem 1.5rem 0 0;
  margin-bottom: -1.5rem;
  padding-bottom: 1.5rem;
}

.post-page footer,
.author-page footer,
.blog-page footer {
  margin-top: 0;
  z-index: 2;
}

.swiper-navigation-icon {
  display: none !important;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb__list::-webkit-scrollbar {
  display: none;
}

.breadcrumb__item {
  font-weight: 500;
  line-height: 1.35;
  white-space: nowrap;
  color: var(--dark-violet);
}

.breadcrumb__item a {
  transition: color .3s ease;
  color: var(--fade-violet-2);
}

.breadcrumb__item:not(:last-child) {
  margin-right: 0.5rem;
}

.breadcrumb__item:not(:last-child) a::after {
  content: ">";
  margin-left: 8px;
}

.breadcrumb__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-article {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--white);
  cursor: pointer;
  padding: 0.5rem 0.5rem 1.375rem;
  border-radius: 1.5rem;
}

.card-article__header {
  margin-bottom: 1.375rem;
}

.card-article__img {
  background-color: var(--gray-1);
  aspect-ratio: 377/163;
  border-radius: 1rem;
  overflow: hidden;
}

.card-article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 377/163;
}

.card-article__tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  max-width: calc(100% - 2rem);
  background-color: var(--white);
  color: var(--dark-violet);
  border-radius: 2.5rem;
  display: flex;
  align-items: center;
  padding: 0.125rem 0.75rem;
  min-height: 1.625rem;
  box-shadow: 0 4px 12px 0 rgba(33,5,41,.06);
  transition: color .3s ease,background-color .3s ease;
  font-size: 0.9375rem;
}

.card-article__body {
  flex: 1;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  padding-inline: 0.9375rem;
}

.card-article__body>* {
  margin-bottom: 0.9375rem;
}

.card-article__body>*:last-child {
  margin-bottom: 0;
}

.card-article__title {
  flex: 1;
  color: var(--dark-violet);
  line-height: 1.174;
  font-size: 1.25rem;
}

.card-article__text {
  color: var(--fade-violet-3);
  font-size: 0.875rem;
  line-height: 1.25;
  -webkit-line-clamp: 4;
}

.card-article__footer {
  color: var(--dark-violet);
  opacity: .6;
  font-size: 0.875rem;
  line-height: 1.1;
}

.card-article__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.cta-banner {
  overflow: hidden;
  position: relative;
}

.post__body .cta-banner {
  margin: 2rem 0;
}

.cta-banner--article-b2b {
  margin: 2rem 0;
}

.cta-banner--article-b2b.cta-banner--sm .cta-banner__title {
  flex: initial;
  min-width: 0;
  max-width: 10rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cta-banner--article-b2b.cta-banner--sm {
  padding: 0.75rem;
  border-radius: 0.625rem;
}

.cta-banner--article-b2b.cta-banner--sm .cta-banner__body {
  display: block;
}

.cta-banner--article-b2b.cta-banner--sm .cta-banner__title {
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 0.5625rem;
}

.cta-banner--article-b2b.cta-banner--sm .cta-banner__link {
  font-size: 0.625rem;
  border-radius: 1.25rem;
  padding-inline: 1rem;
  min-height: 1.4375rem;
}

.cta-banner--article-b2b.cta-banner--sm .cta-banner__img {
  top: -26%;
  right: -79%;
  min-width: 110%;
}

.cta-banner.cta-banner--big {
  background-color: var(--electric-blue);
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.cta-banner.cta-banner--av {
  background-color: var(--violet);
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.cta-banner.cta-banner--sm {
  background-color: var(--violet);
  border-radius: 0.625rem;
  padding: 0.75rem;
}

.cta-banner__body {
  position: relative;
  z-index: 1;
}

.cta-banner__title {
  color: var(--white);
  font-weight: 500;
  text-wrap: balance;
  line-height: .9;
}

.cta-banner--big .cta-banner__title {
  max-width: 20rem;
  font-size: 1.5rem;
  margin-bottom: 5.375rem;
}

.cta-banner--av .cta-banner__title {
  max-width: 16.25rem;
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

.cta-banner--sm .cta-banner__title {
  flex: 1;
  max-width: 10rem;
  font-size: 0.875rem;
  line-height: 1;
  text-wrap: unset;
  margin-bottom: 0.5625rem;
}

.cta-banner__link {
  display: flex;
  align-items: center;
  text-align: center;
  max-width: -webkit-max-content;
  max-width: max-content;
  font-weight: 500;
  line-height: 1.2;
  padding-block: 0.375rem;
  background-color: var(--white);
  color: var(--dark-violet);
  text-decoration: none;
  transition: color .3s ease,box-shadow .3s ease,background-color .3s ease;
}

.post__body .cta-banner__link,
.author__body .cta-banner__link {
  color: var(--dark-violet) !important;
  text-decoration: none !important;
}

.cta-banner--big .cta-banner__link {
  font-size: 0.6875rem;
  border-radius: 1.0625rem;
  min-height: 2.125rem;
  padding-inline: 1.0625rem;
}

.cta-banner--av .cta-banner__link {
  font-size: 0.6875rem;
  border-radius: 1.0625rem;
  padding-inline: 1.0625rem;
  min-height: 2.125rem;
}

.cta-banner--sm .cta-banner__link {
  font-size: 0.625rem;
  border-radius: 1.25rem;
  padding-inline: 1rem;
  min-height: 1.4375rem;
}

.cta-banner__img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 0;
}

.cta-banner--big .cta-banner__img {
  max-width: 81%;
  top: 26%;
  right: -70%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.cta-banner--av .cta-banner__img {
  top: 0;
  right: -29%;
}

.cta-banner--sm .cta-banner__img {
  top: -26%;
  right: -79%;
  min-width: 110%;
}

.cta-banner__logo {
  color: var(--white);
  position: absolute;
  z-index: 0;
  right: 1.125rem;
  bottom: 1.125rem;
  font-size: 1.5rem;
}

.pagging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.pagging .pagging__item,
.pagging .pagging__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: var(--dark-violet);
  transition: all .3s ease;
}

.pagging_sm {
  justify-content: flex-start;
  gap: 0.25rem;
}

.pagging__arrow {
  position: relative;
}

.pagging_sm .pagging__arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.pagging__arrow.icon-arrow-down:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.375rem;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-blog .pagging__arrow.icon-arrow-down:before {
  font-size: 1rem;
}

.pagging_sm .pagging__arrow.icon-arrow-down:before {
  font-size: 1rem;
}

.pagging__arrow.icon-arrow-down._prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.pagging__arrow.icon-arrow-down._next:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.pagging__arrow:active {
  -webkit-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
}

.pagging__arrow._disabled {
  pointer-events: none;
}

.pagging__arrow._disabled::before {
  color: var(--fade-violet-1);
}

.pagging__list {
  display: flex;
  gap: 0.5rem;
}

.pagging_sm .pagging__list {
  gap: 0.25rem;
}

.pagging__list li {
  display: flex;
}

.pagging__item {
  font-size: 0.6875rem;
  font-weight: 600;
}

.pagging_sm .pagging__item {
  font-weight: 600;
  font-size: 0.6875rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.1;
}

.pagging__item._active {
  color: var(--white);
  background-color: var(--dark-violet);
  box-shadow: 0 0.25rem 1rem 0 var(--pagging-shadow);
}

.page-blog {
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
}

.page-blog .breadcrumb {
  margin-bottom: 1rem;
}

.page-blog__head {
  display: grid;
  color: var(--dark-violet);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.page-blog__title {
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.17;
}

.page-blog__subtitle {
  line-height: 1.5;
  font-size: 14px;
}

.page-blog__img img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 14.6875rem;
}

.page-blog__body {
  margin-top: 2.125rem;
}

.page-blog__body:not(:last-child) {
  padding-bottom: 3.5rem;
}

.page-blog__body .page-blog__title {
  margin-bottom: 1rem;
}

.page-blog__filters {
  margin-bottom: 1rem;
}

.page-blog__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18.75rem), 24rem));
  justify-content: start;
  gap: 0.6875rem;
  margin-bottom: 2.0625rem;
}

.filters-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.25rem;
}

.filters-blog__item {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 2.5rem;
  background-color: var(--white);
  color: var(--dark-violet);
  transition: color .3s ease,background-color .3s ease,box-shadow .3s ease;
  padding: 0.5rem 1.25rem;
  min-height: 2.1875rem;
}

.filters-blog__item--active {
  background-color: var(--dark-violet);
  color: var(--white);
}

@media (min-width: 30.06125em) {
  .post-page .page,
  .author-page .page,
  .blog-page .page {
    margin-bottom: -2.5rem;
    padding-bottom: 2.5rem;
    border-radius: 2.5rem 2.5rem 0 0;
  }

  .cta-banner.cta-banner--sm {
    padding: 1.1875rem;
    border-radius: 1rem;
  }

  .cta-banner--sm .cta-banner__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.125rem;
  }

  .cta-banner--sm .cta-banner__title {
    margin-bottom: 0;
    line-height: .9;
    font-size: 1.125rem;
  }

  .cta-banner--sm .cta-banner__link {
    border-radius: 1.5rem;
    font-size: 0.9375rem;
    padding-inline: 1.5rem;
    min-height: 2rem;
  }

  .cta-banner--big .cta-banner__img {
    -webkit-transform: unset;
    transform: unset;
  }

  .cta-banner--sm .cta-banner__img {
    top: -41%;
    right: 0%;
    max-width: 57%;
    min-width: unset;
  }

  .cta-banner--article-b2b.cta-banner--sm {
    padding: 1.1875rem;
    border-radius: 1rem;
  }

  .cta-banner--article-b2b.cta-banner--sm .cta-banner__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.125rem;
  }

  .cta-banner--article-b2b.cta-banner--sm .cta-banner__title {
    min-width: 0;
    margin-bottom: 0;
    line-height: .9;
    font-size: 1.125rem;
    max-width: 260px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .cta-banner--article-b2b.cta-banner--sm .cta-banner__link {
    border-radius: 1.5rem;
    font-size: 0.9375rem;
    padding-inline: 1.5rem;
    min-height: 2rem;
  }

  .cta-banner--article-b2b.cta-banner--sm .cta-banner__img {
    top: -41%;
    right: 0%;
    max-width: 57%;
    min-width: unset;
  }
}

@media (min-width: 52.18625em) {
  .cta-banner--av .cta-banner__img {
    max-width: 35.1875rem;
    top: -9%;
    right: -39%;
  }
}

@media (min-width: 62.06125em) {
  .breadcrumb__item {
    font-size: 0.8125rem;
  }

  .breadcrumb__item {
    line-height: 1.4615;
  }

  .card-article {
    border-radius: 1.875rem;
    padding: 0.5rem 0.5rem 1.5rem;
  }

  .card-article__header {
    margin-bottom: 1.5rem;
  }

  .card-article__img {
    aspect-ratio: 378/180;
    border-radius: 1.375rem;
  }

  .card-article__img img {
    aspect-ratio: 378/180;
  }

  .card-article__tag {
    font-size: 0.875rem;
  }

  .card-article__body {
    padding-inline: 1rem;
  }

  .card-article__body>* {
    margin-bottom: 1rem;
  }

  .card-article__title {
    font-size: 1.4375rem;
  }

  .card-article__text {
    -webkit-line-clamp: 5;
  }

  .card-article__footer {
    font-size: 0.8125rem;
    line-height: 1.3;
  }

  .cta-banner.cta-banner--big {
    padding: 3.5rem;
    border-radius: 2.5rem;
  }

  .cta-banner.cta-banner--av {
    padding: 2rem 2rem 2.5rem;
  }

  .cta-banner--big .cta-banner__title {
    line-height: 1.12;
    font-size: 2.5rem;
    max-width: 26rem;
    margin-bottom: 2.875rem;
  }

  .cta-banner--av .cta-banner__title {
    line-height: 1.12;
    font-size: 1.75rem;
    max-width: 28.1875rem;
    margin-bottom: 2.8125rem;
  }

  .cta-banner--big .cta-banner__link {
    font-size: 0.9375rem;
    border-radius: 1.5rem;
    min-height: 3rem;
    padding-inline: 1.5rem;
  }

  .cta-banner--av .cta-banner__link {
    font-size: 0.9375rem;
    border-radius: 1.5rem;
    padding-inline: 1.5rem;
    min-height: 2.5rem;
  }

  .cta-banner--big .cta-banner__img {
    top: -10%;
    right: 0;
    max-width: 34.125rem;
  }

  .cta-banner__logo {
    right: 3.125rem;
    bottom: 2.5rem;
    font-size: 2.125rem;
  }

  .page-blog {
    padding-top: 2.0625rem;
    padding-bottom: 5rem;
  }

  .page-blog .breadcrumb {
    margin-bottom: 0.25rem;
  }

  .page-blog__head {
    padding-right: 28px;
    min-height: 4.6875rem;
    grid-template-columns: auto 59%;
    margin-bottom: 2.125rem;
  }

  .page-blog__title {
    line-height: 1.125;
    font-size: 2.5rem;
  }

  .page-blog__subtitle {
    font-size: 18px;
  }

  .page-blog__img img {
    max-height: 17.0625rem;
  }

  .page-blog__body:not(:last-child) {
    padding-bottom: 5rem;
  }

  .page-blog__body {
    margin-top: 6rem;
  }

  .page-blog__filters {
    margin-bottom: 2.5rem;
  }

  .page-blog__content {
    gap: 0.5rem;
    margin-bottom: 2.5rem;
  }

  .filters-blog__item {
    min-height: 2.6875rem;
  }
}

@media (max-width: 62.06125em) {
  .breadcrumb__item {
    font-size: 0.875rem;
  }
}

@media (max-width: 62.06125em)and (min-height: 43.81125em) {
  .page-blog__content {
    gap: 1rem;
    margin-bottom: 1.5625rem;
  }
}

@media (max-width: 30.06125em) {
  .page-blog__content {
    grid-template-columns: 1fr;
  }

  .cta-banner--av .cta-banner__img {
    min-width: 144%;
    -webkit-transform: translate(50%, 0) rotate(3deg);
    transform: translate(50%, 0) rotate(3deg);
  }
}

@media (max-width: 62.06125em)and (min-width: 30.06125em) {
  .cta-banner--big .cta-banner__title {
    margin-bottom: 1.25rem;
  }

  .cta-banner--av .cta-banner__title {
    max-width: 18.625rem;
    margin-bottom: 5.375rem;
  }

  .cta-banner--big .cta-banner__link {
    font-size: 0.75rem;
    border-radius: 1.1875rem;
    min-height: 2.3125rem;
    padding-inline: 1.1875rem;
  }

  .cta-banner--big .cta-banner__img {
    top: -37%;
    right: -7%;
    max-width: 26.1875rem;
  }

  .cta-banner__logo {
    right: 1.5rem;
    bottom: 2.0625rem;
    font-size: 1.625rem;
  }

  .page-blog {
    padding-bottom: 3rem;
  }

  .page-blog__head {
    padding-right: 11px;
  }

  .page-blog__body:not(:last-child) {
    padding-bottom: 3rem;
  }
}

@media (max-width: 52.18625em)and (min-width: 30.06125em) {
  .cta-banner--av .cta-banner__img {
    top: -20%;
    right: -25%;
    max-width: 38.0625rem;
  }
}

@media (max-width: 62.06125em)and (min-width: 43.81125em) {
  .page-blog__head {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1rem;
  }

  .page-blog__title {
    font-size: 1.75rem;
  }

  .page-blog__body {
    margin-top: 3rem;
  }

  .page-blog__body .page-blog__title {
    margin-top: 1.125rem;
  }
}

@media (any-hover: hover) {
  .breadcrumb__item a:hover {
    color: var(--dark-violet);
  }

  .card-article__tag:hover {
    background-color: var(--gray-1);
    color: var(--violet);
  }

  .cta-banner__link:hover {
    color: var(--violet);
    box-shadow: 0 4px 12px 0 rgba(33,5,41,.06);
    background-color: var(--gray-1);
  }

  .post__body .cta-banner__link:hover,
  .author__body .cta-banner__link:hover {
    color: var(--violet) !important;
  }

  .pagging .pagging__item:hover:not(._active):not(._disabled),
  .pagging .pagging__arrow:hover:not(._active):not(._disabled) {
    background-color: var(--pagging-hover-bg);
  }

  .filters-blog__item:not(.filters-blog__item--active):hover {
    box-shadow: 0 4px 18px 0 rgba(108,0,137,.05);
    color: var(--violet);
  }
}

.post__body ol {
  list-style-type: none;
  counter-reset: item;
}

.post__body ol li {
  position: relative;
}

.post__body ol li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
}

.post-slider__nav,
.related__nav {
  z-index: 2;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0 4px 20px 0 rgba(33,5,41,.1);
  transition: opacity .2s ease,background-color .2s ease,color .2s ease;
  color: var(--dark-violet);
  display: inline-grid;
  place-items: center;
}

.icon-arrow-down.post-slider__nav::before,
.icon-arrow-down.related__nav::before {
  font-size: 1.25rem;
  transition: color .2s ease;
}

.swiper-button-disabled.post-slider__nav,
.swiper-button-disabled.related__nav {
  opacity: .5;
  box-shadow: unset;
  background-color: var(--white);
}

.swiper-button-disabled.post-slider__nav::before,
.swiper-button-disabled.related__nav::before {
  color: var(--dark-violet);
}

.swiper-button-prev.post-slider__nav::before,
.swiper-button-prev.related__nav::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 3px;
}

.swiper-button-next.post-slider__nav::before,
.swiper-button-next.related__nav::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 3px;
}

.post {
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
}

.post .breadcrumb {
  margin-bottom: 1rem;
}

.post__layout:not(:last-child) {
  margin-bottom: 3.5rem;
}

.post__main {
  background-color: var(--white);
  border-radius: 1rem;
  padding: 1rem;
}

.post__body {
  color: var(--fade-violet-3);
}

.post__body hr {
  width: 100%;
  height: 0.09375rem;
  background-color: var(--gray-1);
  margin: 2rem 0;
}

.post__body p,
.post__body ul,
.post__body ol {
  font-size: 1.125rem;
  line-height: 1.39;
  margin-bottom: 1rem;
}

.post__body li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.post__body ul li,
.post__body ol li {
  position: relative;
  padding-left: 1.6875rem;
}

.post__body ul li {
  list-style: none !important;
}

.post__body ul li::marker {
  content: "";
}

.post__body ul li::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: var(--dark-violet);
}

.post__body ol li {
  list-style-type: none !important;
}
.post__body ol li::before {
  content: counter(item) ".";
  left: 3px;
}

.post__body h2,
.author__body h2 {
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
  margin: 2rem 0 1rem;
  color: var(--dark-violet);
}

.post__body h3,
.author__body h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin: 1.5rem 0 1rem;
  color: var(--dark-violet);
}

.post__body h4,
.post__body h5,
.post__body h6,
.author__body h4,
.author__body h5,
.author__body h6 {
  font-size: 1.125rem;
  line-height: 1.17;
  margin: 1.5rem 0 1rem;
  color: var(--dark-violet);
}

.post__body [style*="font-family"],
.author__body [style*="font-family"] {
  font-family: FixelDisplay, sans-serif !important;
}

.post__body span[style*="font-weight"],
.author__body span[style*="font-weight"] {
  font-weight: 500 !important;
}

.post__body [style*="font-size"],
.author__body [style*="font-size"] {
  font-size: inherit !important;
}

.post__body [style*="color"],
.author__body [style*="color"] {
  color: inherit !important;
}

.post__body h2 > span + span,
.post__body h3 > span + span,
.post__body h4 > span + span,
.post__body h5 > span + span,
.post__body h6 > span + span {
  color: var(--violet);
}

.post__body a:not(.footnote-ref):not(.sources-post__link):not(.cta-banner__link):not(#post_sources a) {
  color: var(--electric-blue);
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.125rem;
}

.post__body a.footnote-ref {
  color: var(--electric-blue);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.78571;
  text-decoration: none !important;
}

.post__body sup {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
}

.post__body sup a {
  text-decoration: none;
  color: var(--electric-blue);
}

.post__body sup a,
.post__body sup a *,
.author__body sup a,
.author__body sup a * {
  text-decoration: none !important;
}

.post__body a:has(> sup),
.author__body a:has(> sup) {
  text-decoration: none !important;
}

.post__body a:has(> sub),
.author__body a:has(> sub) {
  text-decoration: none !important;
}

.post__body img {
  max-width: 100%;
  width: 100%;
  height: auto !important;
  border-radius: 1rem;
  display: block;
}

.post__body figure:not(.post-quote):not([aria-label="Quote"]) {
  margin: 1.5rem 0;
}

.post__body figcaption:not(.post-quote__meta) {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.46;
  color: var(--fade-violet-2);
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  overflow: visible;
  word-break: break-word;
}

.post__body figure > iframe + figcaption:not(.post-quote__meta) {
  margin-top: 0;
}

.post__body figcaption:not(.post-quote__meta):has([style*="display:inline-block"]),
.post__body figcaption:not(.post-quote__meta):has([style*="width:"]),
.author__body figcaption:not(.post-quote__meta):has([style*="display:inline-block"]),
.author__body figcaption:not(.post-quote__meta):has([style*="width:"]) {
  margin-top: 0;
}

.post__body figcaption:not(.post-quote__meta) :where(span, div, p),
.author__body figcaption:not(.post-quote__meta) :where(span, div, p) {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow: visible !important;
  white-space: inherit !important;
  font: inherit !important;
  color: inherit !important;
  text-decoration: inherit !important;
  border: 0 !important;
}

.post__body table caption,
.author__body table caption {
  caption-side: bottom;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.46;
  color: var(--fade-violet-2);
  text-align: left;
}

.post__body blockquote:not(.post-quote__body):not(figure[aria-label="Quote"] > blockquote) {
  padding-left: 1.5rem;
  position: relative;
}

.post__body blockquote:not(.post-quote__body):not(figure[aria-label="Quote"] > blockquote)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.125rem;
  background-color: var(--electric-blue);
}

.post__body blockquote:not(.post-quote__body):not(figure[aria-label="Quote"] > blockquote) p {
  font-size: 0.9375rem;
  line-height: 1.46667;
}

.post__body iframe {
  border-radius: 1.5rem;
  overflow: hidden;
  clip-path: inset(0 round 1.5rem);
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}

.post__body table {
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  border-radius: 1rem;
}

.post__body table th,
.post__body table td {
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.27;
  color: var(--dark-violet);
  border: 0.0625rem solid var(--white);
  background: var(--gray-1);
  text-align: left;
  vertical-align: middle;
}

.post__body table thead th {
  padding: 0.6875rem 1rem;
  border-top: unset;
}

.post__body table thead th:first-child {
  border-top-left-radius: 1rem;
}

.post__body table thead th:last-child {
  border-top-right-radius: 1rem;
}

.post__body table > tbody:first-of-type > tr:first-child > th:first-child,
.post__body table > tbody:first-of-type > tr:first-child > td:first-child {
  border-top-left-radius: 1rem;
}

.post__body table > tbody:first-of-type > tr:first-child > th:last-child,
.post__body table > tbody:first-of-type > tr:first-child > td:last-child {
  border-top-right-radius: 1rem;
}

.post__body table > thead + tbody:first-of-type > tr:first-child > th:first-child,
.post__body table > thead + tbody:first-of-type > tr:first-child > td:first-child {
  border-top-left-radius: 0;
}

.post__body table > thead + tbody:first-of-type > tr:first-child > th:last-child,
.post__body table > thead + tbody:first-of-type > tr:first-child > td:last-child {
  border-top-right-radius: 0;
}

.post__body table tfoot td {
  border-bottom: unset;
}

.post__body table tfoot td:first-child {
  border-left: unset;
}

.post__body table thead th,
.post__body table tbody th {
  background: var(--fade-violet-3);
  color: var(--white);
  font-weight: 700;
  font-size: 0.8125rem;
  min-width: 7.5rem;
}

.post__body table thead th:first-child,
.post__body table tbody th:first-child {
  min-width: 5.6875rem;
}

.post__body table tbody td:first-child,
.post__body table tfoot td:first-child {
  background: var(--fade-violet-3);
  color: var(--white);
  font-weight: 700;
  font-size: 0.8125rem;
  min-width: 5.6875rem;
}

.post__body table thead th:first-child,
.post__body table thead td:first-child,
.post__body table tbody th:first-child,
.post__body table tbody td:first-child,
.post__body table tfoot th:first-child,
.post__body table tfoot td:first-child {
  border-left: unset;
}

.share-post {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.share-post__label {
  font-size: 0.8125rem;
  text-wrap: balance;
  line-height: 1.1;
}

.share-post__list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.share-post__item {
  position: relative;
}

.share-post__link {
  color: var(--dark-violet);
  transition: opacity .3s ease;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--gray-1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-post__link svg path:first-child {
  fill: transparent;
}

.share-post__link svg path:last-child {
  fill: var(--dark-violet);
  transition: fill .3s ease;
}

.related {
  margin-bottom: 3.5rem;
}

.related__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.related__title {
  font-size: 1.25rem;
  line-height: 1.2;
}

.related__nav:first-child {
  margin-right: 0.25rem;
}

.related__slider {
  margin-inline: -1rem;
  padding-inline: 1rem;
}

.page-blog__container .breadcrumbs {
  margin-bottom: 0;
}

.post__sidebar {
  display: none;
}

.post__header {
  margin-bottom: 2rem;
}

.post__rubric {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.post__tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.post__tag {
  box-shadow: 0 4px 12px 0 rgba(33,5,41,.06);
  background-color: var(--dark-violet);
  border-radius: 40px;
  padding: 0.1875rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.28;
  color: var(--white);
  text-align: center;
  display: inline-flex;
  min-height: 1.625rem;
  align-items: center;
  max-width: -webkit-max-content;
  max-width: max-content;
}

.post__readtime {
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: .73;
  color: var(--fade-violet-2);
  letter-spacing: .02em;
}

.post__title {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-block: 1rem;
}

.post__meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.post__hero img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}

.post__caption {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.46;
  color: var(--fade-violet-2);
}

.post__nav-mb {
  margin-bottom: 2rem;
}

.post-slider {
  position: relative;
}

.post__body .post-slider__slider figure,
.author__body .post-slider__slider figure {
  margin: 0px;
}

.clr-violet {
  color: var(--violet);
}

.author-post {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-post__avatar {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}

.author-post__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
}

.author-post__name {
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 0.4375rem;
  color: var(--electric-blue);
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.125rem;
}

.author-post__role {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.46;
  margin-bottom: 0.5rem;
  color: var(--fade-violet-2);
  letter-spacing: .02em;
}

.author-post__date {
  color: var(--fade-violet-2);
  line-height: 1.3;
  font-size: 0.8125rem;
}

.copy-toast {
  position: absolute;
  z-index: 15;
  right: -0.9375rem;
  top: calc(100% + 13.5px);
  background: #fff;
  border-radius: 16px;
  padding: 1rem;
  white-space: nowrap;
  box-shadow: 0 4px 40px 0 rgba(33,5,41,.16);
  font-size: 0.8125rem;
  line-height: 1.46;
  opacity: 0;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  pointer-events: none;
  visibility: hidden;
  transition: opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,transform .2s ease,visibility .2s ease;
  transition: opacity .2s ease,transform .2s ease,visibility .2s ease,-webkit-transform .2s ease;
}

.copy-toast::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -11px;
  right: 1.25rem;
  border-left: 11px solid rgba(0,0,0,0);
  border-right: 11px solid rgba(0,0,0,0);
  border-bottom: 11px solid #fff;
}

.copy-toast.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

#post_sources {
  counter-reset: post-source;
}

#post_sources span {
  font: inherit !important;
  color: inherit !important;
}

#post_sources ol,
#post_sources ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#post_sources ol li,
#post_sources ul li {
  list-style: none !important;
  margin: 0;
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  align-items: start;
  counter-increment: post-source;
  padding-left: 0;
}

#post_sources ol li::marker,
#post_sources ul li::marker {
  content: "";
}

#post_sources ol li::before,
#post_sources ul li::before {
  position: relative;
  content: counter(post-source);
  left: 0;
  font-size: 0.9375rem;
  line-height: 1.47;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  aspect-ratio: 1;
  background-color: var(--gray-1);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

#post_sources ol:last-of-type li:last-child,
#post_sources ul:last-of-type li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

#post_sources li > span,
#post_sources p {
  padding-left: 0.5rem;
  margin: 0 0 0.25rem;
}

#post_sources > p:first-child {
  padding-left: 0;
  margin: 0 0 1rem;
  font-size: 23px;
  line-height: 27px;
  font-weight: 500;
  color: var(--dark-violet);
}

#post_sources > p:not(:first-child) {
  padding-left: 0;
  padding-bottom: 1rem;
  margin: 0 0 1rem;
  border-bottom: 0.09375rem solid var(--gray-1);
  text-align: right;
}

#post_sources > p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

#post_sources li > a {
  grid-column: 2;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.67;
  justify-self: flex-end;
  color: var(--electric-blue);
  text-decoration: none !important;
}

#post_sources > p > a {
  font-size: 0.9375rem;
  line-height: 1.67;
  color: var(--electric-blue);
  text-decoration: none !important;
}

#post_sources a,
#post_sources a *,
.post__body a.footnote-ref,
.post__body a.footnote-ref * {
  text-decoration: none !important;
}

#post_sources u,
#post_sources a u,
#post_sources a u *,
.post__body a.footnote-ref u,
.post__body a.footnote-ref u * {
  text-decoration: none !important;
}

.post-quote {
  margin: 1.5rem 0;
  background-color: var(--gray-1);
  border-radius: 1.5rem;
  padding-bottom: 1.5rem;
}

.post__body figure[aria-label="Quote"] {
  margin: 1.5rem 0;
  background-color: var(--gray-1);
  border-radius: 1.5rem;
  padding-bottom: 1.5rem;
}

.post-quote__meta {
  border-radius: 1.5rem;
  background-color: var(--white);
  box-shadow: 0 4px 50px 0 rgba(33,5,41,.08);
  margin-bottom: 1rem;
}

.post__body figure[aria-label="Quote"] > figcaption {
  border-radius: 1.5rem;
  background-color: var(--white);
  box-shadow: 0 4px 50px 0 rgba(33,5,41,.08);
  margin-top: 0;
  margin-bottom: 1rem;
}

.post-quote__person {
  display: flex;
  gap: 0.6875rem;
  padding: 1rem 1rem 1rem 1.25rem;
}

.post-quote__avatar {
  aspect-ratio: 1;
  flex: 0 0 auto;
  width: 3.125rem;
  height: 3.125rem;
}

.post-quote__avatar img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  outline: 3px solid var(--gray-1);
}

.post-quote--clr-1 .post-quote__avatar img {
  outline-color: var(--golden-yellow);
}

.post-quote--clr-2 .post-quote__avatar img {
  outline-color: var(--violet);
}

.post-quote__person-body {
  flex: 1;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  text-wrap: balance;
}

.post-quote__person-body img {
  max-height: 2.1875rem;
  max-width: 6rem;
  width: auto;
  border-radius: 0;
}

.post-quote__name {
  font-size: 1.125rem;
  line-height: 1;
  color: var(--dark-violet);
}

.post__body figure[aria-label="Quote"] .post-quote__person-body > span:first-child {
  font-size: 1.125rem;
  line-height: 1;
  color: var(--dark-violet);
}

.post-quote__position {
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1;
  color: var(--fade-violet-2);
}

.post__body figure[aria-label="Quote"] .post-quote__person-body > span:nth-child(2) {
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1;
  color: var(--fade-violet-2);
}

.post-quote__brand {
  justify-self: flex-end;
}

.post-quote__body {
  color: var(--fade-violet-3);
  margin-inline: 1rem;
}

.post__body figure[aria-label="Quote"] > blockquote {
  color: var(--fade-violet-3);
  margin-inline: 1rem;
  padding: 0;
  position: static;
}

.post-quote__body p {
  font-size: 0.9375rem;
  line-height: 1.46;
  margin: 0;
}

.post__body figure[aria-label="Quote"] > blockquote p {
  font-size: 0.9375rem;
  line-height: 1.46;
  margin: 0;
}

.post-quote__body::before {
  content: "";
  width: 2.375rem;
  flex: 0 0 auto;
  aspect-ratio: 42/32;
  background-image: url("../img/icons/qoute_post.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0.375rem;
}

.post__body figure[aria-label="Quote"] > blockquote::before {
  content: "";
  position: static;
  width: 2.375rem;
  height: auto;
  flex: 0 0 auto;
  aspect-ratio: 42/32;
  background-color: transparent;
  background-image: url("../img/icons/qoute_post.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0.375rem;
}

.post-table {
  position: relative;
}

.post-table::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  transition: opacity .3s ease;
  opacity: 0;
}

.post-table._scroll::after {
  opacity: 1;
}

.post-table._scroll-end::after {
  opacity: 0;
}

.post-table__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.75rem;
}

.post-table__scroll > table {
  display: table;
  width: max-content;
  min-width: 100%;
  max-width: none;
  overflow: visible;
}

.post-table thead th:first-child {
  border-top-left-radius: 1rem;
}

.post-table thead th:last-child {
  border-top-right-radius: 1rem;
}

.post-table > .post-table__scroll > table > tbody:last-child > tr:last-child > th:first-child,
.post-table > .post-table__scroll > table > tbody:last-child > tr:last-child > td:first-child,
.post-table > .post-table__scroll > table > tfoot:last-child > tr:last-child > th:first-child,
.post-table > .post-table__scroll > table > tfoot:last-child > tr:last-child > td:first-child {
  border-bottom-left-radius: 1rem;
}

.post-table > .post-table__scroll > table > tbody:last-child > tr:last-child > th:last-child,
.post-table > .post-table__scroll > table > tbody:last-child > tr:last-child > td:last-child,
.post-table > .post-table__scroll > table > tfoot:last-child > tr:last-child > th:last-child,
.post-table > .post-table__scroll > table > tfoot:last-child > tr:last-child > td:last-child {
  border-bottom-right-radius: 1rem;
}

.post-table__scroll::-webkit-scrollbar {
  height: 4px;
  border-radius: 2px;
}

.post-table__scroll::-webkit-scrollbar-track {
  background: var(--gray-1);
  border-radius: 2px;
}

.post-table__scroll::-webkit-scrollbar-thumb {
  background: var(--dark-violet);
  border-radius: 2px;
}

.sidebar-post__title {
  margin-bottom: 1.5rem;
  line-height: .9;
  font-size: 1.4375rem;
}

.sidebar-post__list {
  position: relative;
}

.sidebar-post__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0625rem;
  height: 100%;
  background-color: var(--gray-1);
}

.sidebar-post__item {
  position: relative;
  padding-left: 1.3125rem;
}

.sidebar-post__item:not(:last-child) {
  margin-bottom: 0.75rem;
}

.sidebar-post__link {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  color: var(--fade-violet-2)
}

.sidebar-post__link span {
  color: var(--dark-violet);
}

.sidebar-post__link._watching::before {
  opacity: 1;
}

.sidebar-post__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 1.5rem 1.75rem 0;
  width: 4px;
  height: 26px;
  background-color: var(--violet);
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease;
}

@media (min-width: 30.06125em) {
  .post-page .page,
  .author-page .page,
  .blog-page .page {
    margin-bottom: -2.5rem;
    padding-bottom: 2.5rem;
    border-radius: 2.5rem 2.5rem 0 0;
  }

  .post .breadcrumb {
    margin-bottom: 1.5rem;
  }

  .related__slider {
    margin-inline: 0;
    padding-inline: 0;
  }

  .post__hero img {
    border-radius: 1.375rem;
  }

  .post-slider__nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .post-quote__avatar img {
    outline-width: 0.25rem;
  }

  .post-quote__person-body {
    grid-template-rows: 1fr 1fr;
  }

  .post-quote__name,
  .post__body figure[aria-label="Quote"] .post-quote__person-body > span:first-child {
    align-self: flex-end;
  }

  .post-quote__position,
  .post__body figure[aria-label="Quote"] .post-quote__person-body > span:nth-child(2) {
    grid-column: span 2;
  }

  .post-quote__body,
  .post__body figure[aria-label="Quote"] > blockquote {
    display: flex;
  }
}

@media (min-width: 62.06125em) {
  .breadcrumb__item {
    font-size: 0.8125rem;
  }

  .post {
    margin-top: 2rem;
    margin-bottom: 6rem;
  }

  .post__layout {
    display: grid;
    grid-template-columns: calc(74.4% - 32px) 25.6%;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }

  .post__layout:not(:last-child) {
    margin-bottom: 6rem;
  }

  .post__main {
    border-radius: 2rem;
    padding: 3rem;
  }

  .post__body blockquote:not(.post-quote__body):not(figure[aria-label="Quote"] > blockquote) {
    padding-right: 6.75rem;
  }

  .related {
    margin-bottom: 6rem;
  }

  .related__head {
    margin-bottom: 2.5rem;
  }

  .related__title {
    font-size: 2.5rem;
    line-height: 1.13;
  }

  .breadcrumb__item {
    line-height: 1.4615;
  }

  .card-article {
    border-radius: 1.875rem;
    padding: 0.5rem 0.5rem 1.5rem;
  }

  .card-article__header {
    margin-bottom: 1.5rem;
  }

  .card-article__img {
    aspect-ratio: 378/180;
    border-radius: 1.375rem;
  }

  .card-article__img img {
    aspect-ratio: 378/180;
  }

  .card-article__tag {
    font-size: 0.875rem;
  }

  .card-article__body {
    padding-inline: 1rem;
  }

  .card-article__body>* {
    margin-bottom: 1rem;
  }

  .card-article__title {
    font-size: 1.4375rem;
  }

  .card-article__text {
    -webkit-line-clamp: 5;
  }

  .card-article__footer {
    font-size: 0.8125rem;
    line-height: 1.3;
  }

  .cta-banner.cta-banner--big {
    padding: 3.5rem;
    border-radius: 2.5rem;
  }

  .cta-banner.cta-banner--av {
    padding: 2rem 2rem 2.5rem;
  }

  .cta-banner--big .cta-banner__title {
    line-height: 1.12;
    font-size: 2.5rem;
    max-width: 26rem;
    margin-bottom: 2.875rem;
  }

  .cta-banner--av .cta-banner__title {
    line-height: 1.12;
    font-size: 1.75rem;
    max-width: 28.1875rem;
    margin-bottom: 2.8125rem;
  }

  .cta-banner--big .cta-banner__link {
    font-size: 0.9375rem;
    border-radius: 1.5rem;
    min-height: 3rem;
    padding-inline: 1.5rem;
  }

  .cta-banner--av .cta-banner__link {
    font-size: 0.9375rem;
    border-radius: 1.5rem;
    padding-inline: 1.5rem;
    min-height: 2.5rem;
  }

  .cta-banner--big .cta-banner__img {
    top: -10%;
    right: 0;
    max-width: 34.125rem;
  }

  .post__sidebar {
    display: block;
  }

  .post__title {
    font-size: 2.5rem;
    line-height: 1.125;
  }

  .post__meta {
    align-items: center;
    margin-bottom: 2rem;
  }

  .post__nav-mb {
    display: none;
  }

  .post-slider__nav.swiper-button-prev {
    left: 1.75rem;
  }

  .post-slider__nav.swiper-button-next {
    right: 2rem;
  }

  .author-post__avatar {
    width: 3.5rem;
    height: 3.5rem;
  }

  .author-post__name {
    line-height: 1.2;
    font-size: 0.9375rem;
  }

  .author-post__role {
    line-height: .72;
    font-size: 0.6875rem;
    margin-bottom: 0.625rem;
  }

  .author-post__date {
    line-height: 1.54;
    font-size: 0.6875rem;
  }

  .copy-toast {
    left: -1.4375rem;
    right: unset;
  }

  .copy-toast::before {
    left: 1.75rem;
    right: unset;
  }

  .post-quote,
  .post__body figure[aria-label="Quote"] {
    padding-bottom: 2rem;
  }

  .post-quote__meta,
  .post__body figure[aria-label="Quote"] > figcaption {
    margin-bottom: 1.5rem;
  }

  .post-quote__person {
    gap: 1.25rem;
    padding: 1rem 1rem 1rem 1.75rem;
  }

  .post-quote__avatar {
    width: 4.4375rem;
    height: 4.4375rem;
  }

  .post-quote__name,
  .post__body figure[aria-label="Quote"] .post-quote__person-body > span:first-child {
    line-height: 1.39;
  }

  .post-quote__position,
  .post__body figure[aria-label="Quote"] .post-quote__person-body > span:nth-child(2) {
    letter-spacing: .02em;
    font-size: 0.6875rem;
    line-height: .73;
  }

  .post-quote__body,
  .post__body figure[aria-label="Quote"] > blockquote {
    margin-inline: 1.5rem 3.5rem;
    gap: 1rem;
  }

  .post-quote__body::before,
  .post__body figure[aria-label="Quote"] > blockquote::before {
    width: 2.6875rem;
  }

  .sidebar-post {
    position: sticky;
    top: 5.5rem;
  }

  .sidebar-post__item:not(:last-child) {
    margin-bottom: 1rem;
  }

  .sidebar-post__link {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media (max-width: 62.06125em) {
  .breadcrumb__item {
    font-size: 0.875rem;
  }

  .post__meta .share-post {
    align-self: flex-start;
  }
}

@media (max-width: 30.06125em) {
  .share-post__label {
    max-width: 16.25rem;
  }

  .related__nav {
    width: 2.5rem;
    height: 2.5rem;
  }

  .related__nav.icon-arrow-down::before {
    font-size: 24px;
  }

  .cta-banner--av .cta-banner__img {
    min-width: 144%;
    -webkit-transform: translate(50%, 0) rotate(3deg);
    transform: translate(50%, 0) rotate(3deg);
  }

  .post-slider__nav {
    margin-top: 0.5rem;
  }

  .post-slider__nav.swiper-button-prev {
    margin-right: 0.75rem;
  }

  .post-quote__body::before,
  .post__body figure[aria-label="Quote"] > blockquote::before {
    float: left;
    margin: 6px 16px 0 0;
  }
}

@media (max-width: 62.06125em)and (min-width: 30.06125em) {
  .post {
    margin-bottom: 4.5rem;
  }

  .post__layout:not(:last-child) {
    margin-bottom: 4.5rem;
  }

  .post__main {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }

  .related {
    margin-bottom: 4.5rem;
  }

  .related__title {
    font-size: 1.75rem;
    line-height: 1.18;
  }

  .cta-banner--big .cta-banner__title {
    margin-bottom: 1.25rem;
  }

  .cta-banner--av .cta-banner__title {
    max-width: 18.625rem;
    margin-bottom: 5.375rem;
  }

  .cta-banner--big .cta-banner__link {
    font-size: 0.75rem;
    border-radius: 1.1875rem;
    min-height: 2.3125rem;
    padding-inline: 1.1875rem;
  }

  .cta-banner--big .cta-banner__img {
    top: -37%;
    right: -7%;
    max-width: 26.1875rem;
  }

  .cta-banner__logo {
    right: 1.5rem;
    bottom: 2.0625rem;
    font-size: 1.625rem;
  }

  .post__title {
    font-size: 2.0625rem;
    line-height: 1.17;
  }

  .post-slider__nav.swiper-button-prev {
    left: 1rem;
  }

  .post-slider__nav.swiper-button-next {
    right: 1rem;
  }

  .post-quote__avatar {
    width: 4rem;
    height: 4rem;
  }

  .post-quote__name,
  .post__body figure[aria-label="Quote"] .post-quote__person-body > span:first-child {
    font-size: 1.375rem;
  }

  .post-quote__position,
  .post__body figure[aria-label="Quote"] .post-quote__person-body > span:nth-child(2) {
    line-height: 1.46;
  }

  .post-quote__body,
  .post__body figure[aria-label="Quote"] > blockquote {
    margin-inline: 2rem;
    gap: 1.6875rem;
  }
}

@media (any-hover: hover) {
  .post-slider__nav:hover,
  .related__nav:hover {
    background-color: var(--dark-violet);
  }

  .post-slider__nav:hover::before,
  .related__nav:hover::before {
    color: var(--white);
  }

  .share-post__link:hover {
    background-color: var(--dark-violet);
    transition: background-color .3s ease;
  }

  .share-post__link:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .share-post__link:hover svg path:last-child {
    fill: var(--white);
  }
}

.author__body ol {
  list-style-type: none;
  counter-reset: item;
}
.author__body li {
  list-style: none;
}

.author__body ol li {
  position: relative;
}

.author__body ol li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
}

.related__nav {
  z-index: 2;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0 4px 20px 0 rgba(33,5,41,.1);
  transition: opacity .2s ease,background-color .2s ease,color .2s ease;
  color: var(--dark-violet);
  display: inline-grid;
  place-items: center;
}

.icon-arrow-down.related__nav::before {
  font-size: 1.25rem;
  transition: color .2s ease;
}

.swiper-button-disabled.related__nav {
  opacity: .5;
  box-shadow: unset;
  background-color: var(--white);
}

.swiper-button-disabled.related__nav::before {
  color: var(--dark-violet);
}

.swiper-button-prev.related__nav::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 3px;
}

.swiper-button-next.related__nav::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 3px;
}

.author {
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
}

.author .breadcrumb {
  margin-bottom: 1rem;
}

.author__loyout:not(:last-child) {
  margin-bottom: 3.5rem;
}

.author__main {
  background-color: var(--white);
  border-radius: 1rem;
  padding: 1rem;
}

.author__body {
  color: var(--fade-violet-3);
}

.author__body hr {
  width: 100%;
  height: 0.09375rem;
  background-color: var(--gray-1);
  margin: 2rem 0;
}

.author__body p,
.author__body ul,
.author__body ol {
  font-size: 1.125rem;
  line-height: 1.39;
  margin-bottom: 1rem;
}

.author__body li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.author__body ul li,
.author__body ol li {
  position: relative;
  padding-left: 1.6875rem;
}

.author__body ul li::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: var(--dark-violet);
}

.author__body ol li::before {
  content: counter(item) ".";
  left: 3px;
}


.author__body h2 span,
.author__body h3 span,
.author__body h4 span,
.author__body h5 span,
.author__body h6 span {
  color: var(--violet);
}

.author__body a {
  color: var(--electric-blue);
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.125rem;
}

.author__body sup {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
}

.author__body sup a {
  text-decoration: none;
  color: var(--electric-blue);
}

.author__body img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  display: block;
}

.author__body figure:not(.post-quote) {
  margin: 1.5rem 0;
}

.author__body figcaption:not(.post-quote__meta) {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.46;
  color: var(--fade-violet-2);
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  overflow: visible;
  word-break: break-word;
}

.author__body blockquote:not(.post-quote__body):not(figure blockquote) {
  padding-left: 1.5rem;
  position: relative;
}

.author__body blockquote:not(.post-quote__body):not(figure blockquote)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.125rem;
  background-color: var(--electric-blue);
}

.author__body blockquote:not(.post-quote__body):not(figure blockquote) p {
  font-size: 0.9375rem;
  line-height: 1.46667;
}

.author__body iframe {
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border: 0;
}

.author__body table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-radius: 1rem;
  overflow: visible;
}

.author__body table th,
.author__body table td {
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.27;
  color: var(--dark-violet);
  border: 0.0625rem solid var(--white);
  background: var(--gray-1);
  text-align: left;
  vertical-align: middle;
}

.author__body table thead th {
  padding: 0.6875rem 1rem;
  border-top: unset;
}

.author__body table tfoot td {
  border-bottom: unset;
}

.author__body table tfoot td:first-child {
  border-left: unset;
}

.author__body table thead th,
.author__body table tbody th {
  background: var(--fade-violet-3);
  color: var(--white);
  font-weight: 700;
  font-size: 0.8125rem;
  min-width: 7.5rem;
}

.author__body table thead th:first-child,
.author__body table tbody th:first-child {
  min-width: 5.6875rem;
}

.author__body table tbody td:first-child,
.author__body table tfoot td:first-child {
  background: var(--fade-violet-3);
  color: var(--white);
  font-weight: 700;
  font-size: 0.8125rem;
  min-width: 5.6875rem;
}

.author__body table thead th:first-child,
.author__body table thead td:first-child,
.author__body table tbody th:first-child,
.author__body table tbody td:first-child,
.author__body table tfoot th:first-child,
.author__body table tfoot td:first-child {
  border-left: unset;
}

.author__footer {
  margin-top: 2rem;
}

.author__footer .share-post {
  flex-wrap: wrap;
  gap: 0.875rem;
}

.head-author {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.head-author__img {
  width: 5.625rem;
  height: 5.625rem;
}

.head-author__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.head-author__body {
  flex: 1;
}

.head-author__name {
  color: var(--dark-violet);
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.head-author__role {
  font-weight: 600;
  letter-spacing: .01em;
  font-size: 0.875rem;
  line-height: .57;
  color: var(--fade-violet-2);
  margin-bottom: 0.75rem;
}

.head-author__link {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: .6;
  letter-spacing: .02em;
  color: var(--electric-blue);
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.125rem;
}

@media (min-width: 30.06125em) {
  .post-page .page,
  .author-page .page,
  .blog-page .page {
    margin-bottom: -2.5rem;
    padding-bottom: 2.5rem;
    border-radius: 2.5rem 2.5rem 0 0;
  }

  .author .breadcrumb {
    margin-bottom: 1.5rem;
  }

  .related__slider {
    margin-inline: 0;
    padding-inline: 0;
  }

  .cta-banner.cta-banner--sm {
    padding: 1.1875rem;
    border-radius: 1rem;
  }

  .cta-banner--sm .cta-banner__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.125rem;
  }

  .cta-banner--sm .cta-banner__title {
    margin-bottom: 0;
    line-height: .9;
    font-size: 1.125rem;
    max-width: 16.25rem;
  }

  .cta-banner--sm .cta-banner__link {
    border-radius: 1.5rem;
    font-size: 0.9375rem;
    padding-inline: 1.5rem;
    min-height: 2rem;
  }


  .cta-banner--sm .cta-banner__img {
    top: -41%;
    right: 0%;
    max-width: 57%;
    min-width: unset;
  }

  .head-author {
    grid-template-columns: auto 1fr auto;
  }

  .head-author__role {
    font-size: 1.125rem;
    line-height: .44;
  }
}

@media (min-width: 38.81125em) {
  .author .cta-banner.cta-banner--sm .cta-banner__img {
    top: -20%;
  }
}

@media (min-width: 43.81125em) {
  .author .cta-banner.cta-banner--sm {
    min-height: 6.0625rem;
    display: grid;
    align-items: center;
  }

  .author .cta-banner.cta-banner--sm .cta-banner__title {
    font-size: 23px;
    max-width: 300px;
  }
}

@media (min-width: 62.06125em) {
  .breadcrumb__item {
    font-size: 0.8125rem;
  }

  .author {
    margin-top: 2rem;
    margin-bottom: 6rem;
  }

  .author__loyout {
    display: grid;
    grid-template-columns: calc(74.4% - 32px) 25.6%;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .author__loyout:not(:last-child) {
    margin-bottom: 6rem;
  }

  .author__main {
    border-radius: 2rem;
    padding: 3rem;
  }

  .author__body blockquote:not(.post-quote__body) {
    padding-right: 6.75rem;
  }

  .related {
    margin-bottom: 6rem;
  }

  .related__head {
    margin-bottom: 2.5rem;
  }

  .related__title {
    font-size: 2.5rem;
    line-height: 1.13;
  }

  .breadcrumb__item {
    line-height: 1.4615;
  }

  .card-article {
    border-radius: 1.875rem;
    padding: 0.5rem 0.5rem 1.5rem;
  }

  .card-article__header {
    margin-bottom: 1.5rem;
  }

  .card-article__img {
    aspect-ratio: 378/180;
    border-radius: 1.375rem;
  }

  .card-article__img img {
    aspect-ratio: 378/180;
  }

  .card-article__tag {
    font-size: 0.875rem;
  }

  .card-article__body {
    padding-inline: 1rem;
  }

  .card-article__body>* {
    margin-bottom: 1rem;
  }

  .card-article__title {
    font-size: 1.4375rem;
  }

  .card-article__text {
    -webkit-line-clamp: 5;
  }

  .card-article__footer {
    font-size: 0.8125rem;
    line-height: 1.3;
  }

  .cta-banner.cta-banner--big {
    padding: 3.5rem;
    border-radius: 2.5rem;
  }

  .cta-banner.cta-banner--av {
    padding: 2rem 2rem 2.5rem;
  }

  .cta-banner--big .cta-banner__title {
    line-height: 1.12;
    font-size: 2.5rem;
    max-width: 26rem;
    margin-bottom: 2.875rem;
  }

  .cta-banner--av .cta-banner__title {
    line-height: 1.12;
    font-size: 1.75rem;
    max-width: 28.1875rem;
    margin-bottom: 2.8125rem;
  }

  .cta-banner--big .cta-banner__link {
    font-size: 0.9375rem;
    border-radius: 1.5rem;
    min-height: 3rem;
    padding-inline: 1.5rem;
  }

  .cta-banner--av .cta-banner__link {
    font-size: 0.9375rem;
    border-radius: 1.5rem;
    padding-inline: 1.5rem;
    min-height: 2.5rem;
  }

  .cta-banner__logo {
    right: 3.125rem;
    bottom: 2.5rem;
    font-size: 2.125rem;
  }

  .head-author__img {
    width: 8.125rem;
    height: 8.125rem;
  }

  .head-author__name {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 1.125;
  }
}

@media (max-width: 30.06125em) {
  .share-post__label {
    max-width: 16.25rem;
  }

  .related__nav {
    width: 2.5rem;
    height: 2.5rem;
  }

  .related__nav.icon-arrow-down::before {
    font-size: 24px;
  }

  .cta-banner--av .cta-banner__img {
    min-width: 144%;
    -webkit-transform: translate(50%, 0) rotate(3deg);
            transform: translate(50%, 0) rotate(3deg);
  }
}

@media (max-width: 62.06125em)and (min-width: 30.06125em) {
  .author {
    margin-bottom: 4.5rem;
  }

  .author__loyout:not(:last-child) {
    margin-bottom: 4.5rem;
  }

  .author__main {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }

  .related {
    margin-bottom: 4.5rem;
  }

  .related__title {
    font-size: 1.75rem;
    line-height: 1.18;
  }

  .cta-banner--big .cta-banner__title {
    margin-bottom: 1.25rem;
  }

  .cta-banner--av .cta-banner__title {
    max-width: 18.625rem;
    margin-bottom: 5.375rem;
  }

  .cta-banner--big .cta-banner__link {
    font-size: 0.75rem;
    border-radius: 1.1875rem;
    min-height: 2.3125rem;
    padding-inline: 1.1875rem;
  }


  .head-author {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 38.81125em)and (min-width: 30.06125em) {
  .author .cta-banner.cta-banner--sm .cta-banner__img {
    top: 0%;
    max-width: 69%;
  }
}

@media (any-hover: hover) {
  .related__nav:hover {
    background-color: var(--dark-violet);
  }

  .related__nav:hover::before {
    color: var(--white);
  }

  .share-post__link:hover {
    background-color: var(--dark-violet);
    transition: background-color .3s ease;
  }

  .share-post__link:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }

  .breadcrumb__item a:hover {
    color: var(--dark-violet);
  }

  .card-article__tag:hover {
    background-color: var(--gray-1);
    color: var(--violet);
  }

  .cta-banner__link:hover {
    color: var(--violet);
    box-shadow: 0 4px 12px 0 rgba(33,5,41,.06);
    background-color: var(--gray-1);
  }

  .post__body .cta-banner__link:hover,
  .author__body .cta-banner__link:hover {
    color: var(--violet) !important;
  }

  .pagging .pagging__item:hover:not(._active):not(._disabled),
  .pagging .pagging__arrow:hover:not(._active):not(._disabled) {
    background-color: var(--pagging-hover-bg);
  }
}
