.w-webflow-badge {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  display: none !important;
  opacity: 0 !important;
}

/* Точки перелома шрифта из <head> EN-экспорта. */
html { font-size: 1rem; }
@media screen and (max-width: 1264px) { html { font-size: calc(0.046277665995975936rem + 1.2072434607645874vw); } }
@media screen and (max-width: 767px)  { html { font-size: calc(0.7413793103448276rem + 1.0610079575596818vw); } }
@media screen and (max-width: 390px)  { html { font-size: calc(0.7493573264781491rem + 1.0282776349614395vw); } }

/* Первая цепочка хлебных крошек без маркера-точки. */
.article-hero__bread-crumbs-item:first-child,
.article-hero__bread-crumbs-item_first {
  list-style: none;
}

/* Запятая между категориями в хлебных крошках статьи. */
.article-hero__bread-crumbs-item-colect .w-dyn-item:not(:last-child) .article-hero__bread-crumbs-link::after {
  content: ",";
  display: inline-block;
  text-decoration: none;
}

*,
body {
  font-family: -apple-system, Inter, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

/* Кнопка-CTA в шапке: иконка стрелки справа. */
.header-menu-button_type_cta {
  background-image: url("../img/ui/link-btn-icon.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 24px;
  padding-right: 40px !important;
}

.lottie-lazy {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lottie-lazy.is-ready {
  opacity: 1;
}

/* Стрелка выпадающего пункта меню переворачивается в раскрытом состоянии. */
.navbar__link_dropdown-trigger.w--open .navbar__link-icon {
  transform: rotateX(180deg);
}

.w-nav-overlay {
  overflow: visible;
}

.tribute__title.animated .tribute__title_static,
.tribute__title.animated .tribute__title_span {
  opacity: 0;
  transform: translateY(1.25rem);
}

@media screen and (max-width: 359px) {
  .navbar__btn-wrapper_desktop {
    display: none;
  }
}

.article-body__content .w-embed:has(table) {
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .article-body__content .w-embed:has(table) {
    margin-left: calc(-1 * var(--_spacings---container-padding-x));
    margin-right: calc(-1 * var(--_spacings---container-padding-x));
  }

  .article-body__content .w-embed:has(table) table {
    margin-left: var(--_spacings---container-padding-x);
    margin-right: var(--_spacings---container-padding-x);
  }
}

body.admin-bar .header,
body.admin-bar .n-header {
  top: 32px;
}

body.admin-bar .article-about__inner {
  top: calc(96px + var(--_spacings---space-xxl));
}

@media screen and (max-width: 991px) {
  body.admin-bar .navbar__nav {
    height: calc(100vh - 64px - 32px);
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar .header,
  body.admin-bar .n-header {
    top: 46px;
  }

  body.admin-bar .navbar__nav {
    height: calc(100vh - 64px - 46px);
  }

  body.admin-bar .article-about__inner {
    top: calc(110px + var(--_spacings---space-xxl));
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

.faq__list-item-content,
.p-faq__list-item-content,
.p-faq__list-item-content-2 {
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  transition: max-height 0.3s ease;
  height: auto !important;
}

.faq__list-trigger,
.p-faq__list-trigger,
.p-faq__list-trigger-2,
.new-faq__list-trigger {
  cursor: pointer;
  user-select: none;
}

.faq__list-trigger-icon {
  transition: transform 0.3s ease;
}

.faq__list-item.is-open > .faq__list-trigger .faq__list-trigger-icon,
.p-faq__list-item.is-open > .p-faq__list-trigger .faq__list-trigger-icon,
.p-faq__list-item-2.is-open > .p-faq__list-trigger-2 .faq__list-trigger-icon,
.p-faq__list-item.is-open > .new-faq__list-trigger .faq__list-trigger-icon,
.p-faq__list-item-2.is-open > .new-faq__list-trigger .faq__list-trigger-icon {
  transform: rotate(180deg) !important;
}

.new-faq-row__show-more {
  overflow: hidden;
  transition: opacity 0.4s ease;
}

.faq__list-item-description,
.n-faq__list-item-description,
.n-faq__list-item-description-en {
  padding-top: 16px;
  padding-bottom: 16px;
}

.faq__list-item-description p:first-child,
.n-faq__list-item-description p:first-child,
.n-faq__list-item-description-en p:first-child {
  margin-top: 0;
}

.faq__list-item-description p:last-child,
.n-faq__list-item-description p:last-child,
.n-faq__list-item-description-en p:last-child {
  margin-bottom: 0;
}




/* Оформление каталога продуктов (/products/) */
body.body-3 {
  background-color: #f2f2f2;
}
body.body-3 .header {
  position: sticky;
}
body.body-3 .header__bg {
  background: transparent;
}
/* Duck Tooltip Widget */
.footer-duck-messege {
  opacity: 0;
  visibility: hidden;
  transform: translateY(.5rem);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
}

.footer-duck-messege-text-2 strong,
.footer-duck-messege-text strong {
  color: var(--_colors---background--new-accent);
  font-weight: inherit;
}

.footer-duck-messege::before {
  content: '';
  position: absolute;
  right: -0.3125rem;
  bottom: 0;
  width: .9375rem;
  height: .625rem;
  background-image: url("../img/ui/tail-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-duck-messege.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0rem);
  transition: opacity 0.35s ease, transform 0.35s ease;
}