.elementor-54839 .elementor-element.elementor-element-7daafd0{--display:flex;}@media(min-width:769px){.elementor-54839 .elementor-element.elementor-element-7daafd0{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-1e9d692 *//* ===== СТРАНИЦА НОВОСТИ ===== */
.ltm-news-page {
  position: relative;
  background: #ffffff;
  padding: 120px 20px;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

/* Бегущая строка */
.ltm-news-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 200%;
  display: flex;
  gap: 160px;
  transform: translateY(-50%);
  animation: ltmNewsScroll 28s linear infinite;
  pointer-events: none;
}

.ltm-news-bg span {
  font-size: 260px;
  font-weight: 900;
  color: rgba(0,0,0,0.03);
  white-space: nowrap;
}

/* Контейнер */
.ltm-news-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* HERO */
.ltm-news-hero h1 {
  font-size: 70px;
  font-weight: 900;
  letter-spacing: -2px;
  margin-bottom: 24px;
}

.ltm-news-lead {
  font-size: 22px;
  max-width: 820px;
  color: #333;
  margin-bottom: 40px;
}

/* SPLIT */
.ltm-news-split {
  margin-top: 110px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.ltm-news-text h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 24px;
}

.ltm-news-text p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.ltm-news-image img {
  width: 100%;
  border-radius: 40px;
}

/* КАРТОЧКА */
.ltm-news-card {
  margin-top: 120px;
  padding: 70px;
  background: #f7f7f7;
  border-radius: 40px;
}

.ltm-news-card h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 32px;
}

/* СПИСОК */
.ltm-news-list {
  list-style: none;
  padding: 0;
}

.ltm-news-list li {
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}

/* CTA */
.ltm-news-cta {
  margin-top: 140px;
  padding: 90px;
  background: #1a1a1a;
  border-radius: 50px;
  text-align: center;
  color: #fff;
}

.ltm-news-cta h3 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
}

.ltm-news-cta p {
  font-size: 20px;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* Анимация */
@keyframes ltmNewsScroll {
  0% { transform: translateX(0) translateY(-50%); }
  100% { transform: translateX(-50%) translateY(-50%); }
}


/* ===== ПОПАП ===== */
.ltm-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.ltm-popup {
  background: #ffffff;
  padding: 40px;
  border-radius: 30px;
  max-width: 520px;
  width: 90%;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.ltm-popup h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 24px;
}

.ltm-popup-form input,
.ltm-popup-form textarea {
  width: 100%;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.ltm-popup-form textarea {
  min-height: 110px;
  resize: vertical;
}

.ltm-popup-close {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

/* ФИКС КНОПКИ */
.lds-btn,
.ltm-news-cta .lds-btn,
.ltm-popup-form .lds-btn {
  background-color: #FF2E2F !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50px;
  padding: 18px 44px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

/* Ховер */
.lds-btn:hover {
  background-color: #e62829 !important;
  color: #ffffff !important;
}

/* ===== МОБИЛЬНАЯ ВЕРСИЯ — ЧИСТЫЙ РИТМ ===== */
@media (max-width: 768px) {

  /* БАЗОВЫЕ ОТСТУПЫ */
  .ltm-news-page {
    padding: 80px 16px;
  }

  /* HERO */
  .ltm-news-hero h1 {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 20px;
  }

  .ltm-news-lead {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 32px;
  }

  /* SPLIT-БЛОКИ */
  .ltm-news-split {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 80px;
  }

  .ltm-news-text h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .ltm-news-text p {
    font-size: 16px;
    line-height: 1.55;
  }

  .ltm-news-image img {
    border-radius: 24px;
  }

  /* КАРТОЧКА */
  .ltm-news-card {
    margin-top: 80px;
    padding: 32px 20px;
    border-radius: 28px;
  }

  .ltm-news-card h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .ltm-news-list li {
    font-size: 16px;
    padding: 12px 0;
  }

  /* CTA */
  .ltm-news-cta {
    margin-top: 100px;
    padding: 48px 20px;
    border-radius: 32px;
  }

  .ltm-news-cta h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .ltm-news-cta p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 32px;
  }

  /* КНОПКА */
  .lds-btn {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    text-align: center;
  }

  /* ПОПАП */
  .ltm-popup {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .ltm-popup h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .ltm-popup-form input,
  .ltm-popup-form textarea {
    font-size: 15px;
    padding: 14px;
  }
}/* End custom CSS */