.landing-page .preloader {
  display: none !important;
}

/* Шапка не закрепляется при прокрутке */
.landing-page #mainmenu-area,
.landing-page #mainmenu-area.is-sticky,
.landing-page #mainmenu-area-sticky-wrapper,
.landing-page .sticky-wrapper {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
}

.landing-page .is-sticky .header-area,
.landing-page .header-area.header-absolute {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.landing-page .header-logo img.logo-rr {
  height: 40px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
}

.landing-page .header-logo img.logo-rr-light {
  mix-blend-mode: screen;
}

.landing-page .header-logo {
  position: relative;
  z-index: 2;
}

/* Hero decoration circles — keep away from header logo (top-left) */
.landing-page .hero-4 .animation-4 span:nth-child(1) {
  left: -90px;
}

.landing-page .hero-4 .animation-4 span:nth-child(3) {
  left: -50px;
}

/* style-3.css не подключён — переносим отступы и вёрстку футера */
.landing-page .footer-area-3 {
  padding: 80px 0 30px;
}

.landing-page a.footer-logo {
  display: block;
  margin-bottom: 15px;
}

.landing-page .footer h4 {
  margin-bottom: 30px;
}

.landing-page .footer p.mt-20 {
  margin-top: 20px;
  font-size: 16px;
}

.landing-page .footer-menu li {
  display: block;
}

.landing-page .footer-menu li a {
  display: block;
  width: auto;
  height: auto;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 500;
}

.landing-page .footer-area-3 .copyright {
  padding-top: 50px;
}

.landing-page .footer-3 .footer-logo img.logo-rr-light {
  height: 40px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
  mix-blend-mode: screen;
}

.landing-page .footer-3 .footer p {
  color: rgba(255, 255, 255, 0.85);
}

.landing-page .footer-3 .copyright p {
  color: rgba(255, 255, 255, 0.65);
}

.landing-page .footer-3 .footer-start p {
  color: rgba(255, 255, 255, 0.85);
}

.landing-page .footer-3 .footer-start a {
  color: #f38550;
  font-weight: 600;
}

.landing-page .footer-3 .footer-start a:hover {
  color: #fff;
}

.landing-page .footer-3 .copyright .footer-copyright-row {
  text-align: left;
}

.landing-page .footer-3 .copyright .footer-copyright-text {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0;
}

.landing-page .footer-3 .footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem 1.25rem;
}

.landing-page .footer-3 .footer-contact-email {
  flex-basis: 100%;
  text-align: right;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 0.15rem;
}

.landing-page .footer-3 .footer-contact-email a {
  color: rgba(255, 255, 255, 0.85);
}

.landing-page .footer-3 .footer-contact-email a:hover {
  color: #fff;
}

.landing-page .footer-3 .footer-legal-links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.5;
}

.landing-page .footer-3 .footer-legal-links a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .landing-page .footer-3 .footer-legal-links {
    justify-content: flex-start;
    margin-top: 12px;
  }

  .landing-page .footer-3 .footer-contact-email {
    text-align: left;
  }
}

/* Юридические страницы (шаблон single-blog без сайдбара и комментариев) */
.landing-page.legal-page .legal-breadcrumb {
  padding: 120px 0 60px;
  background-color: #001737;
}

.landing-page.legal-page .legal-breadcrumb .breadcrumb-left h2 {
  color: #001737;
  font-size: 28px;
  margin: 0;
}

.landing-page.legal-page .legal-breadcrumb .bg-white.aic {
  background: #fff !important;
}

.landing-page.legal-page .legal-breadcrumb .breadcrumb-item a {
  color: #00c1b1;
  transition: color 0.2s ease;
}

.landing-page.legal-page .legal-breadcrumb .breadcrumb-item a:hover {
  color: #f38550;
}

.landing-page.legal-page .legal-breadcrumb .breadcrumb-item.active {
  color: #001737;
}

.landing-page.legal-page .legal-content-area {
  padding-top: 60px;
  padding-bottom: 80px;
}

.landing-page.legal-page .legal-document-card {
  margin-bottom: 0;
  padding: 40px 48px;
}

.landing-page.legal-page .legal-document-body h2 {
  font-size: 22px;
  margin: 1.75rem 0 0.75rem;
}

.landing-page.legal-page .legal-document-body h2:first-child {
  margin-top: 0;
}

.landing-page.legal-page .legal-document-body p,
.landing-page.legal-page .legal-document-body li {
  color: #576477;
  line-height: 1.75;
}

.landing-page.legal-page .legal-document-body ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.landing-page.legal-page .legal-document-body a {
  color: #f38550;
}

@media (max-width: 767px) {
  .landing-page.legal-page .legal-document-card {
    padding: 24px 20px;
  }
}

.landing-page .c-logo-area .platform-logo {
  height: 44px;
  width: auto;
  object-fit: contain;
  mix-blend-mode: screen;
}

.landing-page .header-logo .logo-2 {
  display: none;
}

.landing-page .header-logo .logo-1 {
  display: inline-block;
}

.landing-page .hero-4 h1.hero-title-tagline {
  font-size: 54px;
  line-height: 1.15;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .landing-page .hero-4 h1.hero-title-tagline {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .landing-page .hero-4 h1.hero-title-tagline {
    font-size: 58px;
  }
}

.landing-page .hero-4-img img,
.landing-page .features-4-img img.preview-shot {
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.landing-page .video-img video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #000;
}

.landing-page .single-pricing-item .price h2 {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 6px;
  padding-left: 0;
}

.landing-page .single-pricing-item .price h2 span {
  position: static;
  left: auto;
  top: auto;
  flex-shrink: 0;
  font-size: 0.56em;
  line-height: 1;
}

.landing-page .single-pricing-item .price h2 strong {
  font-size: 0.35em;
  font-weight: 600;
  margin-left: 0;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .landing-page .single-pricing-item .price h2 {
    font-size: 36px;
  }

  .landing-page .single-pricing-item .price h2 span {
    font-size: 0.7em;
  }
}

.landing-page .features-4 .counter-icon {
  width: 24%;
  margin-right: 20px;
  flex-shrink: 0;
}

.landing-page .features-4 .counter-icon .mdi {
  font-size: 50px;
  color: #35bfe6;
}

.landing-page .features-4 .counter-icon img {
  width: 45px;
}

.landing-page .features-4 .counter-text h6 {
  text-transform: uppercase;
}

.landing-page a.button,
.landing-page button.button,
.landing-page .border-4-btn {
  font-weight: 700;
}

/* style-4.css: .t-c-4 h4 { font-weight: 500; font-style: italic; line-height: 1.6; } */
.landing-page .t-c-4 .single-c-item h4.testimonial-quote {
  font-family: 'Poppins', sans-serif !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-synthesis: style !important;
  line-height: 1.6;
}

.landing-page .t-c-4 .t-image img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
