* {
  font-variant-ligatures: none;
}

/* sitemap styles*/
urlset {
  display: flex;
  flex-direction: column;
}

/* sitemap styles*/

.post__heaidng.post__heaidng--v2 {
  font-feature-settings: 'ss02' 1;
}

.article__body {

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6 {
    font-feature-settings: 'ss02' 1;
  }
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.js--hidden {
  display: none;
}

/* какие-то тсранные кастомные стили */

.w-richtext {
  &> :first-child {
    margin-block-start: 0 !important;
  }

  &> :last-child {
    margin-block-end: 0 !important;
  }
}

.text-wrap {
  word-wrap: break-word;
}

.audit-services__link:hover .audit-services__content {
  transform: rotateZ(0deg);
}

.stat-card__icon svg {
  width: 100%;
  height: 100%;
}

.deployer-card__icon svg {
  width: 100%;
  height: 100%;
}

:is(.article) :first-child {
  margin-top: 0 !important;
}

:is(.article) :last-child {
  margin-bottom: 0 !important;
}

.post__label-icon svg {
  width: 100%;
  height: auto;
}

.author__name {
  text-overflow: ellipsis;
}

@media screen and (max-width: 374px) {
  .post__info {
    /* flex-direction: column; */
    align-items: flex-start;
  }
}

.teaser:hover .teaser__pseudobutton {
  box-shadow: 0px 0px 0px rgba(47, 246, 211, 0.7);
  color: #fff;
}

.teaser .teaser__button-text {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: inherit !important;
  color: inherit !important;
  line-height: 1.2em !important;
}

.teaser h2.teaser__heading {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff !important;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 112%;
}

.teaser__pseudobutton-background.background-bottom {
  width: calc(100% + 2px);
  left: -1px;
  height: calc(100% + 2px);
  top: -1px;
}

/* socials */
.socials__icon svg {
  width: 100%;
  height: auto;
}

.t-get__card--disabled:hover .t-get__tooltip {
  opacity: 1;
  transform: translate(-50%, -80%);
}

/*.bridging-methods__item:nth-child(3) .bridging-methods__image{
  transform: translateY(40px);
  }*/

.brands__image {
  transform: scale(0.73);
}

.brands__item.swiper-slide-prev .brands__image,
.brands__item.swiper-slide-next .brands__image {
  transform: scale(0.88);
}

.brands__item.swiper-slide-active .brands__image {
  transform: scale(1);
}

.brands__item.swiper-slide-active:hover .brands__image {
  transform: scale(1.15);
}

@media (max-width: 991px) {
  .teaser h2.teaser__heading {
    padding-top: 0;
    color: #fff !important;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
  }

  .header__container--pages-new {
    background-color: #011737 !important;
  }
}

@media (max-width: 768px) {
  .header__logo-wrp:after {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .header__dd-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    top: -36px;
    left: 0;
    z-index: -1;
  }
}