html[lang="ru"] ._wauiAnimationWrapper__content {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
}

html[lang="ru"] article,
html[lang="ru"] h1,
html[lang="ru"] h2,
html[lang="ru"] h3,
html[lang="ru"] p {
  max-height: none !important;
  overflow: visible !important;
}

html[lang="ru"] h1 {
  font-size: clamp(46px, 6vw, 78px) !important;
  line-height: 0.98 !important;
}

html[lang="ru"] h2 {
  font-size: clamp(38px, 4vw, 54px) !important;
  line-height: 1.05 !important;
}

html[lang="ru"] p {
  line-height: 1.45 !important;
}

html[lang="ru"] header[data-testid="whatsapp_www_header"] ._advp {
  font-size: 14px !important;
  white-space: normal;
}

html[lang="ru"] header[data-testid="whatsapp_www_header"] {
  position: relative;
}

.demo-main-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 25px;
  transform: translate(-50%, -50%);
  font: 500 15px/1.2 Arial, sans-serif;
  white-space: nowrap;
}

.demo-main-nav a,
.demo-main-nav span {
  color: #f0f4f9;
  text-decoration: none;
}

.demo-main-nav a:hover,
.demo-main-nav span:hover {
  color: #25d366;
}

@media (max-width: 1180px) {
  .demo-main-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  html[lang="ru"] h1 {
    font-size: clamp(40px, 13vw, 58px) !important;
  }

  html[lang="ru"] h2 {
    font-size: clamp(34px, 10vw, 46px) !important;
  }

  html[lang="ru"] p {
    font-size: 17px !important;
  }
}
