.elementor.elementor-172 {
    overflow-x: hidden;
}

p {
        margin-block-start: 0;
    
}
/* 1. Увеличиваем иконку на 20% */
.header-tel .elementor-button-icon {
  transform: scale(1.2);
  display: inline-block;
  margin-right: 10px; /* немного увеличим отступ */
  /* color: #ccc; */
}

/* 2. Добавляем текст "Звонки по всей РФ" над номером */
.header-tel .elementor-button-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.header-tel .elementor-button-text::before {
  content: "Звонки по всей РФ";
  font-size: 50%;
  font-weight: 400;
  opacity: 0.85;
  line-height: 1.2;
  font-family: 'roboto', Sans-serif;
  margin-bottom: 2px;
  position: absolute;
  top: -15px;
}

/* Опционально: делаем основной номер жирнее */
.header-tel .elementor-button-text {
  font-weight: 600;
  /* font-size: 14px; */
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  top: 4px;
}

/* === Фиксированный хедер === */
.pbo-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 9999 !important;
  background: #fff;
  box-shadow: 
    0 2px 10px rgba(27, 42, 78, 0.08),
    0 4px 20px rgba(27, 42, 78, 0.06),
    0 8px 40px rgba(27, 42, 78, 0.04);
  transition: box-shadow 0.3s ease;
}

/* === Усиленная тень при скролле === */
.pbo-header.scrolled {
  box-shadow: 
    0 4px 20px rgba(27, 42, 78, 0.12),
    0 8px 40px rgba(27, 42, 78, 0.1),
    0 16px 60px rgba(27, 42, 78, 0.08);
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
    display: none;
}

/* === Блок с иконкой и текстом (hero-feat) === */
/* === Блок с иконкой и текстом (hero-feat) === */
.hero-feat {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-feat .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Увеличиваем иконку в 2 раза (200%) */
.hero-feat .icon i {
  font-size: 200%;
}

/* Расстояние между иконкой и текстом — 20px */
.hero-feat .icon + .text {
  margin-left: 20px;
}

/* === Кнопка на мобильных: полная ширина === */
@media (max-width: 767px) {
  .hero-btn {
    width: 100%;
  }
  
  .hero-btn .elementor-button {
    width: 100%;
    justify-content: center; /* центрируем текст */
    box-sizing: border-box; /* чтобы отступы не ломали ширину */
  }
}

/* === Иконки мобильного меню (Font Awesome) === */
.elementor-menu-toggle__icon--open .far.fa-bars-sort,
.elementor-menu-toggle__icon--close .far.fa-xmark {
  color: #1b2a4e;
  font-size: 24px;
  width: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Зеркальное отражение для гамбургера */
.elementor-menu-toggle__icon--open .far.fa-bars-sort {
  transform: scaleX(-1);
}

/* Убираем лишние отступы у контейнера */
.elementor-menu-toggle {
  padding: 10px;
  line-height: 1;
}

/* === Фиксированное мобильное меню с эффектом стекла === */
@media (max-width: 1024px) {
  .pbo-header .elementor-nav-menu--dropdown {
    position: fixed !important;
    top: var(--pbo-header-height, 109px);
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: auto;
    z-index: 9998 !important;
    
    /* Белый полупрозрачный фон с размытием */
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px); /* для Safari */
    
    /* Лёгкая тень и граница */
    box-shadow: 0 4px 30px rgba(27, 42, 78, 0.1);
    border-top: 1px solid rgba(27, 42, 78, 0.08);
    
    /* Внутренние отступы */
    padding: 20px 15px 30px;
  }

  /* Растягиваем список на всю высоту */
  .pbo-header .elementor-nav-menu--dropdown > ul {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: flex-start; /* или center, если нужно центрировать */
    margin: 0;
    padding: 0;
    height: 100%;
  }

  /* Стили пунктов меню */
  .pbo-header .elementor-nav-menu--dropdown .elementor-item {
    padding: 16px 12px;
    font-size: 17px;
    font-weight: 500;
    color: #1b2a4e;
    border-bottom: 1px solid rgba(27, 42, 78, 0.06);
    transition: background 0.2s ease, padding-left 0.2s ease;
  }

  .pbo-header .elementor-nav-menu--dropdown .elementor-item:last-child {
    border-bottom: none;
  }

  /* Эффект при наведении/нажатии */
  .pbo-header .elementor-nav-menu--dropdown .elementor-item:hover,
  .pbo-header .elementor-nav-menu--dropdown .elementor-item:focus {
    background: rgba(27, 42, 78, 0.04);
    padding-left: 16px;
    border-radius: 6px;
  }

  /* Активный пункт (текущая секция) */
  .pbo-header .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
    color: #1b2a4e;
    font-weight: 600;
    background: rgba(27, 42, 78, 0.08);
    border-left: 3px solid #1b2a4e;
    padding-left: 13px;
    border-radius: 0 6px 6px 0;
  }

  /* Убираем стандартные стили Elementor, если мешают */
  .pbo-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  /* Скроллбар (опционально, для красоты) */
  .pbo-header .elementor-nav-menu--dropdown::-webkit-scrollbar {
    width: 4px;
  }
  .pbo-header .elementor-nav-menu--dropdown::-webkit-scrollbar-track {
    background: transparent;
  }
  .pbo-header .elementor-nav-menu--dropdown::-webkit-scrollbar-thumb {
    background: rgba(27, 42, 78, 0.2);
    border-radius: 2px;
  }
  .pbo-header .elementor-nav-menu--dropdown::-webkit-scrollbar-thumb:hover {
    background: rgba(27, 42, 78, 0.4);
  }
}



/* === Фиксированное мобильное меню === */
@media (max-width: 1024px) {
  .pbo-header .elementor-nav-menu--dropdown {
    position: fixed !important;
    top: var(--pbo-header-height, 109px); /* fallback на 109px */
    left: 0;
    width: 100% !important;
    max-height: calc(100vh - var(--pbo-header-height, 109px));
    overflow-y: auto;
    z-index: 9998 !important;
    background: #fff;
    padding: 20px 15px;
    box-shadow: 0 4px 20px rgba(27, 42, 78, 0.1);
    border-top: 1px solid rgba(27, 42, 78, 0.08);
    margin: 0;
  }

  /* Стили пунктов меню */
  .pbo-header .elementor-nav-menu--dropdown .elementor-item {
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(27, 42, 78, 0.05);
  }

  .pbo-header .elementor-nav-menu--dropdown .elementor-item:last-child {
    border-bottom: none;
  }

  /* Скрываем стандартный фон/тень Elementor, если мешает */
  .pbo-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
   background: #e7f7ffc7 !important;
        box-shadow: none !important;
  }
    .elementor-nav-menu li {
    border-width: 0;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
}


/* === Контейнер печати === */

.hero-seal {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 150px;
  height: auto;
  z-index: 1; /* За людьми (если у людей z-index > 1) */
  pointer-events: none; /* Чтобы не мешала кликать */
}
.hero-seal-wrapper {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 150px;
  height: 150px;
  z-index: 1;
  pointer-events: none;
}

/* === Статичный фон === */
.hero-seal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* === Вращающийся текст === */
.hero-seal-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: seal-rotate 20s linear infinite;
  transform-origin: center center;
}

/* === Анимация вращения === */
@keyframes seal-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* === Адаптив для мобильных === */
@media (max-width: 767px) {
  .hero-seal-wrapper {
    width: 110px;
    height: 110px;
    top: 10px;
    right: initial;
    left: 10px;
  }
    .hero-seal {
    right: initial;
    left: 10px;      
}
}




/* === Секция со статистикой === */
.about-stats {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  padding: 5vw 0;
  background: transparent;
  border-radius: 16px;
  /* margin-top: 60px; */
}

/* === Карточка факта === */
.stat-item {
  text-align: center;
  flex: 1;
  min-width: 150px;
  max-width: 200px;
  padding: 0;
}

/* === Иконка (без круга и фона) === */
.stat-icon {
  margin: 0 auto 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1b2a4e;
  font-size: 47px;
}

/* === Цифра (Bebas Neue без Cyrillic) === */
.stat-number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 75px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 1px;
}

/* === Подпись (белый текст, 2 строки) === */
.stat-label {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 300;
}

/* === Адаптив для планшетов === */
@media (max-width: 1024px) {
  .about-stats {
    gap: 4vw;
    /* padding: 40px 15px; */
  }
  
  .stat-item {
    min-width: 120px;
    padding: 0px 0;
  }
  
  .stat-number {
    font-size: 58px;
  }
  
  .stat-icon {
    font-size: 48px;
  }
}

/* === Адаптив для мобильных (2 в ряд) === */
@media (max-width: 767px) {
  .about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 10vw 0;
    margin-top: 0;
  }
  
  .stat-item {
    width: 100%;
    max-width: none;
    text-align: center;
    padding: 0px 0;
    /* background: rgba(255, 255, 255, 0.05); */
    border-radius: 12px;
  }
  
  .stat-icon {
    font-size: 40px;
    margin-bottom: 30px;
  }
  
  .stat-number {
    font-size: 62px;
    margin-bottom: 8px;
  }
  
  .stat-label {
    font-size: 16px;
  }
  
  /* Последний элемент (24/7) на всю ширину в 3-м ряду */
  .stat-item:last-child {
    grid-column: 1 / -1;
  }
}


/* === Карточка услуги === */
.service-box {
  transition: height 0.3s ease; /* Плавное изменение высоты */
}

/* === На мобильных отключаем выравнивание (не нужно) === */
@media (max-width: 767px) {
  .service-box {
    height: auto !important;
  }
}

/* === Карточка услуги — базовые стили === */
.service-box {
  background: #ffffff;
  padding: 30px;
 
  transition: all 0.3s ease;
  border: 1px solid rgba(27, 42, 78, 0.05);
}

/* === Hover-эффект: увеличение + тень === */
.service-box:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 20px rgba(27, 42, 78, 0.12),
              0 8px 40px rgba(27, 42, 78, 0.1),
              0 16px 60px rgba(27, 42, 78, 0.08);
  z-index: 10;
  position: relative;
}

/* === Чтобы карточки не наезжали друг на друга при увеличении === */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px; /* Увеличенный отступ для места при масштабировании */
  max-width: 1200px;
  margin: 0 auto;
}

/* === Адаптив для планшетов === */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  
  .service-box:hover {
    transform: scale(1.05); /* Чуть меньше увеличение на планшете */
  }
}

/* === Адаптив для мобильных === */
@media (max-width: 767px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .service-box {
    height: auto !important; /* Отменяем фиксированную высоту JS */
  }
  
  .service-box:hover {
    transform: scale(1.02); /* Минимальное увеличение на мобильных */
  }
}


/* === Иконки услуг (PNG) === */
.service-icon {
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  object-fit: contain;
  display: block;
  margin-bottom: 20px;
}

/* === Если иконка внутри контейнера Elementor === */
.service-icon img {
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
}

/* === Адаптив не нужен — размер фиксированный для всех устройств === */



/* ===================================================================
   СЕКЦИЯ КЕЙСЫ — ФИНАЛЬНЫЕ СТИЛИ
   =================================================================== */

/* === Контейнер секции === */
#cases {
  padding: 80px 20px;
  background: #0A2137;
}

/* === Контейнер карусели — прозрачный фон === */
#cases .swiper.elementor-loop-container {
  background: transparent;
  padding: 0;
}

/* === Все слайды — базовые стили === */
#cases .swiper-slide.e-loop-item {
  padding: 10px;
  transition: all 0.5s ease;
  opacity: 0.5;
  filter: grayscale(30%) blur(4px);
  position: relative;
  transform: scale(0.9);
}

/* === Активный (ЦЕНТРАЛЬНЫЙ) кейс — шире и чёткий === */
#cases .swiper-slide.e-loop-item.swiper-slide-active {
  opacity: 1;
  filter: grayscale(0%) blur(0);
  transform: scale(1.05);
  z-index: 10;
  box-shadow: 1px 2px 82px #0b2136;
  padding: 0;
}

#cases .swiper-slide.e-loop-item .elementor-element-400d10f {
  background: #ffffff;
   border: 1px solid rgba(27, 42, 78, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

#cases .swiper-slide.e-loop-item.swiper-slide-active .elementor-element-400d10f {
  box-shadow: 0 4px 20px rgba(27, 42, 78, 0.12),
              0 8px 40px rgba(27, 42, 78, 0.1),
              0 16px 60px rgba(27, 42, 78, 0.08);
  border-left: 4px solid #00a7e7;
}

/* === Градиент для неактивных слайдов === */
#cases .swiper-slide.e-loop-item:not(.swiper-slide-active)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  border-radius: 0;
}

#cases .swiper-slide.e-loop-item.swiper-slide-prev::after {
  background: linear-gradient(90deg, #0A2137 0%, transparent 100%);
}

#cases .swiper-slide.e-loop-item.swiper-slide-next::after {
  background: linear-gradient(90deg, transparent 0%, #0A2137 100%);
}

#cases .swiper-slide.e-loop-item.swiper-slide-duplicate:not(.swiper-slide-active)::after {
 }

/* === Номер кейса (H1) — цвет #00a7e7 === */
#cases .swiper-slide.e-loop-item .elementor-widget-theme-post-title h2.elementor-heading-title {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #00a7e7;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 1;
  margin-bottom: 0;
  margin-top: 10px;
}

/* === Заголовок кейса (H2) — Bebas Neue, жирный === */
#cases .swiper-slide.e-loop-item .elementor-widget-theme-post-content h2.wp-block-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1b2a4e;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 0;
}

/* === Заголовки блоков (H3) — без границы, цвет #00a7e7 === */
#cases .swiper-slide.e-loop-item .elementor-widget-theme-post-content h3.wp-block-heading {
   font-size: 17px;
   font-weight: 600;
   color: #00a7e7;
   margin-top: 20px;
   margin-bottom: 8px;
   display: flex;
   align-items: center;
   gap: 8px;
   border-left: none;
   padding-left: 0;
   line-height: 1;
}

/* === Иконки Font Awesome 6 Pro — вес 400, цвет #00a7e7 === */
#cases .swiper-slide.e-loop-item .elementor-widget-theme-post-content h3.wp-block-heading:nth-of-type(1)::before {
  content: '\f05b';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  font-size: 22px;
  color: #00a7e7;
}

#cases .swiper-slide.e-loop-item .elementor-widget-theme-post-content h3.wp-block-heading:nth-of-type(2)::before {
  content: '\f058';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  font-size: 20px;
  color: #00a7e7;
}

#cases .swiper-slide.e-loop-item .elementor-widget-theme-post-content h3.wp-block-heading:nth-of-type(3)::before {
  content: '\f091';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  font-size: 20px;
  color: #00a7e7;
}

/* === Текст абзацев (P) — ОБЩИЙ СТИЛЬ (100%) === */
#cases .swiper-slide.e-loop-item .elementor-widget-theme-post-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  /* color: #5a6b7c; */
  line-height: 1.7;
  margin-bottom: 10px;
  font-weight: 300;
}

/* === Текст абзацев ТОЛЬКО для Кейса №1 (post-564) — 80% === */
#cases .swiper-slide.e-loop-item.post-564 .elementor-widget-theme-post-content p {
  font-size: 14px;
}

/* === Стрелки навигации === */
#cases .elementor-swiper-button-next,
#cases .elementor-swiper-button-prev {
  color: #ffffff;
  font-size: 24px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cases .elementor-swiper-button-next:hover,
#cases .elementor-swiper-button-prev:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

/* === Пагинация для всех устройств === */
#cases .swiper-pagination {
  position: absolute;
  bottom: 20px;
  /* left: 0; */
  width: 100%;
  text-align: center;
  z-index: 10;
  right: 0;
  margin-top: 70px;
}

#cases .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #00a7e7 !important;
  opacity: 0.5 !important;
  margin: 0 5px !important;
}

#cases .swiper-pagination-bullet-active {
  opacity: 1 !important;
  transform: scale(1.2);
}

/* === Мобильный (1 слайд) === */
@media (max-width: 767px) {
  #cases {
    padding: 40px 15px;
    overflow-x: hidden;
    position: relative;
    padding-bottom: 60px !important; /* Место для пагинации */
    overflow: hidden;
  }
  
  #cases .swiper.elementor-loop-container {
    width: 100% !important;
    overflow: visible !important;
  }
  
  /* === Слайд — убираем scale === */
  #cases .swiper-slide.e-loop-item {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
  
  #cases .swiper-slide.e-loop-item .elementor-element-400d10f {
    padding: 20px !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
  
  #cases .swiper-slide.e-loop-item::after {
    display: none !important;
  }
  
  #cases .swiper-slide.e-loop-item.swiper-slide-active {
    transform: none !important;
    box-shadow: none !important;
  }
  
  /* === Стрелки навигации — ВОЗВРАЩАЕМ НА МОБИЛЬНЫЙ === */
  #cases .elementor-swiper-button-next,
  #cases .elementor-swiper-button-prev {
    display: flex !important; /* Показываем на мобильном */
    color: #00a7e7; /* Голубой цвет */
    font-size: 28px;
    background: rgba(255, 255, 255, 0.15);
    width: 45px;
    height: 45px;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  
  #cases .elementor-swiper-button-next:hover,
  #cases .elementor-swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
  }
  
  /* === Пагинация (кружочки) === */
  #cases .swiper-pagination-bullet {
    width: 12px !important; /* Увеличено в 2 раза (было 6px) */
    height: 12px !important;
    background: #00a7e7 !important; /* Голубой цвет */
    opacity: 0.5 !important;
    transition: all 0.3s ease;
  }
  
  #cases .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #00a7e7 !important;
    transform: scale(1.2);
  }
  
  #cases .swiper-pagination-bullet:hover {
    opacity: 0.8 !important;
  }
  
  /* === Контейнер пагинации === */
  #cases .swiper-pagination {
    bottom: 10px !important;
  }
}

/* ===================================================================
   БЛОК-СПРАВКА В СЕКЦИИ ЦЕНЫ
   =================================================================== */

.pricing-info-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: rgb(0 0 0 / 8%); /* Бледно-голубой фон (#00a7e7 с прозрачностью) */
  /* border: 1px solid rgba(0, 167, 231, 0.3); */
  border-radius: 0; /* Прямые углы */
  padding: 10px 25px;
  margin: 0px auto 0;
  max-width: 760px;
  align-items: center;
}

.pricing-info-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff; /* Голубая иконка */
  font-size: 22px;
}

.pricing-info-text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #ffffff9e;
  line-height: 1.6;
  flex-grow: 1;
}

/* === Адаптив для мобильных === */
@media (max-width: 767px) {
  .pricing-info-block {
    flex-direction: row; /* Иконка слева, текст справа */
    gap: 12px;
    padding: 15px 20px;
    margin: 15px auto 30px;
  }
  
  .pricing-info-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  
  .pricing-info-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* ===================================================================
   СЕКЦИЯ ЦЕНЫ — АККОРДЕОН (ОБНОВЛЁННЫЙ)
   =================================================================== */

/* === Контейнер аккордеона === */
.pricing-accordion {
  max-width: 1000px;
  margin: 0 auto;
}

/* === Пункт аккордеона === */
.accordion-item {
  margin-bottom: 10px;
  border: 1px solid rgba(27, 42, 78, 0.15);
  background: #ffffff;
}

/* === Заголовок пункта (кнопка) === */
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #ffffff;
}

.accordion-header:hover {
  background: rgba(0, 167, 231, 0.05);
}

.accordion-header.active {
  background: rgba(0, 167, 231, 0.1);
  border-bottom: 1px solid rgba(0, 167, 231, 0.3);
}

/* === Заголовок пункта (текст) — УВЕЛИЧЕН === */
.accordion-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px; /* Увеличено с 20px */
  color: #1b2a4e;
  font-weight: 700;
  flex-grow: 1;
}

/* === Иконка стрелки === */
.accordion-icon {
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00a7e7;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.accordion-header.active .accordion-icon {
  transform: rotate(180deg);
}

/* === Контент пункта (скрыт по умолчанию) === */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #ffffff;
}

.accordion-content.open {
  max-height: 2000px;
}

/* === Таблица цен === */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  font-size: 18px; /* Увеличено на 30% (было 14px) */
}

.pricing-table thead {
  background: rgba(0, 167, 231, 0.1);
}

.pricing-table th {
  text-align: left;
  padding: 18px 25px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  color: #1b2a4e;
  font-weight: 700;
  border-bottom: 2px solid #00a7e7;
}

.pricing-table th i {
  margin-right: 10px;
  color: #00a7e7;
  font-size: 18px;
}

.pricing-table td {
  padding: 18px 25px;
  color: #5a6b7c;
  border-bottom: 1px solid rgba(27, 42, 78, 0.08);
  vertical-align: top;
}

.pricing-table tbody tr:hover {
  background: rgba(0, 167, 231, 0.03);
}

.pricing-table tbody tr:last-child td {
  border-bottom: none;
}

/* === Колонка с ценой — Bebas Neue === */
.pricing-table td:last-child {
  font-family: 'Bebas Neue', sans-serif; /* Шрифт Bebas для цен */
  font-size: 22px; /* Увеличено для цен */
  font-weight: 700;
  color: #00a7e7;
  white-space: nowrap;
  text-align: right;
}

/* === Таблица подписки (3 колонки) === */
.pricing-table-subscription th,
.pricing-table-subscription td {
  width: 33.33%;
}

/* === Адаптив для планшетов === */
@media (max-width: 1024px) {
  .accordion-header {
    padding: 20px 25px;
  }
  
  .accordion-title {
    font-size: 22px;
  }
  
  .pricing-table {
    font-size: 16px;
  }
  
  .pricing-table th {
    font-size: 18px;
    padding: 15px 20px;
  }
  
  .pricing-table td {
    padding: 15px 20px;
  }
  
  .pricing-table td:last-child {
    font-size: 20px;
  }
}

/* === Адаптив для мобильных === */
@media (max-width: 767px) {
  .pricing-accordion {
    margin: 0 -15px;
  }
  
  .accordion-item {
    margin-bottom: 8px;
    border-left: none;
    border-right: none;
  }
  
  .accordion-header {
    padding: 18px 20px;
  }
  
  .accordion-title {
    font-size: 18px;
    line-height: 1.3;
  }
  
  .accordion-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  
  .pricing-table {
    font-size: 14px;
  }
  
  .pricing-table th {
    font-size: 16px;
    padding: 14px 18px;
  }
  
  .pricing-table th i {
    font-size: 14px;
    margin-right: 8px;
  }
  
  .pricing-table td {
    padding: 14px 18px;
  }
  
  .pricing-table td:last-child {
    font-size: 18px;
  }
  
  /* Таблица подписки — стек на мобильном */
  .pricing-table-subscription th,
  .pricing-table-subscription td {
    width: auto;
    display: block;
  }
  
  .pricing-table-subscription thead {
    display: none;
  }
  
  .pricing-table-subscription tbody tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid rgba(27, 42, 78, 0.1);
    padding: 15px;
  }
  
  .pricing-table-subscription tbody tr td {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid rgba(27, 42, 78, 0.08);
    text-align: left !important;
  }
  
  .pricing-table-subscription tbody tr td:last-child {
    border-bottom: none;
    padding-top: 15px;
    font-size: 20px;
  }
  
  .pricing-table-subscription tbody tr td:first-child {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    color: #1b2a4e;
    padding-bottom: 10px;
  }
}

/* === Иконки в заголовках таблицы === */
.pricing-table th i {
  margin-right: 10px;
  color: #00a7e7;
  font-size: 18px;
  font-weight: 400; /* Font Awesome 6 Pro вес 400 */
}

/* === Иконки в ценах === */
.pricing-table td:last-child i {
  margin-right: 8px;
  color: #00a7e7;
  font-size: 18px;
  font-weight: 400; /* Font Awesome 6 Pro вес 400 */
}

/* === Иконка "Что входит" === */
.pricing-table-subscription th:nth-child(2) i {
  color: #00a7e7;
  font-weight: 400;
}

/* === Иконки в заголовках таблицы (FAR) === */
.pricing-table th i {
  margin-right: 10px;
  color: #00a7e7;
  font-size: 18px;
  font-weight: 400; /* Font Awesome Regular */
}

/* === Иконки в ценах (FAS) === */
.pricing-table td:last-child i {
  margin-left: 8px;
  color: #00a7e7;
  font-size: 18px;
  font-weight: 900; /* Font Awesome Solid */
}

/* ===================================================================
   ФОРМЫ ELEMENTOR — ПОЛНЫЙ СТИЛЬ (КОНТАКТЫ + POP-UP)
   =================================================================== */

/* -------------------------------------------------------------------
   1. ПОЛЯ ВВОДА (INPUTS & TEXTAREA)
   ------------------------------------------------------------------- */
.elementor-field-textual,
.elementor-field textarea {
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px !important;
  padding: 15px 18px !important;
  border: 1px solid rgba(27, 42, 78, 0.2) !important;
  border-radius: 0 !important; /* Прямые углы */
  background: #f8f9fa !important;
  color: #1b2a4e !important;
  transition: all 0.3s ease !important;
  width: 100%;
  box-sizing: border-box;
}

.elementor-field-textual:focus,
.elementor-field textarea:focus {
  outline: none !important;
  border-color: #00a7e7 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(0, 167, 231, 0.1) !important;
}

/* -------------------------------------------------------------------
   2. ЛЕЙБЛЫ (LABELS) — Bebas Neue, крупные
   ------------------------------------------------------------------- */
.elementor-field-label {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1b2a4e !important;
  margin-bottom: 8px !important;
  letter-spacing: 0.5px !important;
}

/* -------------------------------------------------------------------
   3. КНОПКА ФОРМЫ (ТОЛЬКО ВНУТРИ ФОРМ)
   ------------------------------------------------------------------- */
.elementor-form .elementor-button,
.elementor-popup-modal .elementor-button {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  background: #00a7e7 !important;
  color: #ffffff !important;
  border-radius: 0 !important; /* Прямые углы */
  padding: 18px 30px !important;
  transition: all 0.3s ease !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  
  /* Убираем тень с текста */
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.elementor-form .elementor-button:hover,
.elementor-popup-modal .elementor-button:hover {
  background: #008dc4 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(0, 167, 231, 0.4) !important;
}

/* Текст кнопки — отдельно убираем тень */
.elementor-form .elementor-button .elementor-button-text,
.elementor-popup-modal .elementor-button .elementor-button-text {
  text-shadow: none !important;
  font-size: 22px !important;
}

/* Иконка в кнопке */
.elementor-form .elementor-button .elementor-button-content-wrapper,
.elementor-popup-modal .elementor-button .elementor-button-content-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

/* -------------------------------------------------------------------
   4. ФОРМА В СЕКЦИИ КОНТАКТЫ
   ------------------------------------------------------------------- */
.contact-form-section {
  background: #ffffff;
  padding: 40px;
}

#contacts .contact-form-section {
  background: #ffffff;
}

/* -------------------------------------------------------------------
   5. ПОП-АП (MODAL)
   ------------------------------------------------------------------- */
.elementor-popup-modal .dialog-message {
  background: #ffffff;
  padding: 40px;
  border-radius: 0 !important;
}

.elementor-popup-modal .dialog-close-button {
  color: #1b2a4e;
  font-size: 24px;
  transition: all 0.3s ease;
  right: 20px !important;
  top: 20px !important;
}

.elementor-popup-modal .dialog-close-button:hover {
  color: #00a7e7;
  transform: rotate(90deg);
}

.contact-form-modal .elementor-heading-title {
  font-family: 'Bebas Neue', sans-serif !important;
  color: #1b2a4e !important;
}

/* -------------------------------------------------------------------
   6. СООБЩЕНИЯ ФОРМЫ (SUCCESS / ERROR)
   ------------------------------------------------------------------- */
.elementor-message {
  font-family: 'Roboto', sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important; /* Тонкий */
  color: #5a6b7c !important; /* Нейтральный серый */
  padding: 15px 20px !important;
  margin-top: 15px !important;
  border-radius: 0 !important;
  border-left: 3px solid #00a7e7 !important;
  background: rgba(0, 167, 231, 0.05) !important;
  line-height: 1.6 !important;
}

/* Успех */
.elementor-message.elementor-message-success {
  color: #27ae60 !important;
  border-left-color: #27ae60 !important;
  background: rgba(39, 174, 96, 0.05) !important;
}

/* Ошибка */
.elementor-message.elementor-message-error {
  color: #e74c3c !important;
  border-left-color: #e74c3c !important;
  background: rgba(231, 76, 60, 0.05) !important;
}

/* Иконка в сообщении */
.elementor-message i {
  margin-right: 8px;
  font-size: 14px;
}

/* В поп-апе */
.elementor-popup-modal .elementor-message {
  font-size: 13px !important;
  padding: 12px 18px !important;
}

/* -------------------------------------------------------------------
   7. АДАПТИВ (MOBILE)
   ------------------------------------------------------------------- */
@media (max-width: 767px) {
  /* Отступы формы */
  .contact-form-section {
    padding: 25px 20px !important;
  }
  
  .elementor-popup-modal .dialog-message {
    padding: 30px 20px !important;
    margin: 20px auto !important;
  }
  
  /* Поля */
  .elementor-field-textual,
  .elementor-field textarea {
    font-size: 14px !important;
    padding: 12px 15px !important;
  }
  
  /* Лейблы */
  .elementor-field-label {
    font-size: 18px !important;
  }
  
  /* Кнопка */
  .elementor-form .elementor-button,
  .elementor-popup-modal .elementor-button {
    font-size: 18px !important;
    padding: 15px 25px !important;
    width: 100%; /* На мобильном кнопка на всю ширину */
  }
  
  /* Сообщения */
  .elementor-message {
    font-size: 12px !important;
    padding: 12px 15px !important;
  }
}

/* ===================================================================
   МАСКА ТЕЛЕФОНА
   =================================================================== */

/* === Поле телефона === */
input[type="tel"],
.elementor-field-phone {
  font-family: 'Roboto', sans-serif !important;
  letter-spacing: 1px !important;
}

/* === Placeholder === */
input[type="tel"]::placeholder,
.elementor-field-phone::placeholder {
  color: rgba(27, 42, 78, 0.4) !important;
  opacity: 1 !important;
}

/* === Читаемость маски === */
.elementor-field-textual[type="tel"] {
  font-variant-numeric: tabular-nums;
}

/* ===================================================================
   ФУТЕР (БЕЛЫЙ СТИЛЬ) — ПОЛНЫЙ СТИЛЬ
   =================================================================== */

/* === Основной контейнер футера === */
.site-footer {
  background: #ffffff; /* Белый фон */
  color: #1b2a4e; /* Тёмный текст */
  padding: 60px 0 0;
  margin-top: 0;
  border-top: 10px solid #00a7e7; /* Лёгкая граница сверху */
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

/* === Сетка колонок === */
.footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* === Колонки === */
.footer-column {
  display: flex;
  flex-direction: column;
}

/* === Логотип === */
.footer-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.footer-logo-img {
  max-width: 110px !important;
  transition: opacity 0.3s ease;
}

.footer-logo-img:hover {
  opacity: 0.8;
}

/* === Описание === */
.footer-description {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #5a6b7c; /* Серый текст для описания */
  line-height: 1.7;
  margin-bottom: 25px;
}

/* === Заголовки колонок === */
.footer-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  color: #1b2a4e; /* Тёмный заголовок */
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-weight: bold;
}

/* === Ссылки навигации === */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #5a6b7c; /* Серый текст ссылок */
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: #00a7e7; /* Голубой при наведении */
  transform: translateX(5px);
}

/* === Список контактов === */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #5a6b7c;
}

.footer-contact-list li i {
  color: #00a7e7; /* Голубые иконки */
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-contact-list li a {
  color: #5a6b7c;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
}

.footer-contact-list li a:hover {
  color: #00a7e7;
}

/* === Нижняя полоса === */
.footer-bottom {
  background: #f8f9fa; /* Светло-серый фон для нижней полосы */
  padding: 25px 0;
  margin-top: 50px;
  border-top: 1px solid rgba(27, 42, 78, 0.1);
}

.footer-bottom .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #8a9baf; /* Более светлый серый для копирайта */
  margin: 0;
}

.footer-legal {
  display: flex;
  gap: 25px;
}

.footer-legal a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #8a9baf;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-legal a:hover {
  color: #00a7e7;
}

/* ===================================================================
   АДАПТИВ
   =================================================================== */

/* === Планшет (до 1024px) === */
@media (max-width: 1024px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 30px;
  }
  
  .footer-about {
    grid-column: 1 / -1;
  }
}

/* === Мобильный (до 767px) === */
@media (max-width: 767px) {
  .site-footer {
    padding: 40px 0 0;
    margin-top: 0;
  }
  
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 15px;
  }
  
  .footer-column {
    text-align: center;
    align-items: center;
  }
  
  .footer-logo {
    justify-content: center;
  }
  
  .footer-logo-img {
    max-width: 150px;
  }
  
  .footer-description {
    font-size: 13px;
  }
  
  .footer-title {
    font-size: 20px;
  }
  
  .footer-links a:hover {
    transform: none;
  }
  
  .footer-contact-list li {
    justify-content: center;
  }
  
  /* Нижняя полоса */
  .footer-bottom {
    margin-top: 30px;
    padding: 20px 0;
  }
  
  .footer-bottom .footer-container {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .footer-legal {
    flex-direction: column;
    gap: 10px;
  }
  
  .footer-copyright {
    font-size: 12px;
  }
  
  .footer-legal a {
    font-size: 12px;
  }
}

/* === Нижняя полоса === */
.footer-bottom {
  background: #f8f9fa;
  padding: 25px 0;
  margin-top: 50px;
  border-top: 1px solid rgba(27, 42, 78, 0.1);
}

.footer-bottom .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-copyright {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #8a9baf;
  margin: 0;
}

/* === Информация об ИП === */
.footer-legal-info {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer-legal-info span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #8a9baf;
}

.footer-ip {
  font-weight: 300;
}

/* === Ссылки === */
.footer-legal {
  display: flex;
  gap: 25px;
}

.footer-legal a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #8a9baf;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-legal a:hover {
  color: #00a7e7;
}

/* === Адаптив для мобильной версии === */
@media (max-width: 767px) {
  .footer-bottom .footer-container {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .footer-legal-info {
    flex-direction: column;
    gap: 8px;
  }
  
  .footer-legal {
    flex-direction: column;
    gap: 10px;
  }
  
  .footer-copyright {
    font-size: 12px;
  }
  
  .footer-legal-info span,
  .footer-legal a {
    font-size: 12px;
  }
}


/* ===================================================================
   ЧЕК-БОКС СОГЛАСИЯ — ИСПРАВЛЕННЫЙ
   =================================================================== */

/* === Контейнер поля === */
.elementor-field-type-checkbox.elementor-field-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 15px !important;
}

/* === Лейбл (текст согласия) === */
.elementor-field-type-checkbox .elementor-field-label {
  font-family: 'Roboto', sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #5a6b7c !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
  cursor: pointer;
  display: inline-block;
  width: auto !important;
}

/* === Контейнер с checkbox === */
.elementor-field-type-checkbox .elementor-field-subgroup {
  display: inline-flex;
  align-items: center;
  margin-top: 3px;
}

/* === Сам checkbox === */
.elementor-field-type-checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  accent-color: #00a7e7;
  cursor: pointer;
  flex-shrink: 0;
}

/* === Лейбл внутри subgroup (пустой) === */
.elementor-field-type-checkbox .elementor-field-option label {
  display: none !important;
}

/* === Обязательное поле (звёздочка) === */
.elementor-field-type-checkbox .elementor-field-label .elementor-required {
  color: #e74c3c;
  margin-left: 3px;
}

/* === Hover эффект === */
.elementor-field-type-checkbox input[type="checkbox"]:hover {
  accent-color: #008dc4;
}

/* === Focus эффект === */
.elementor-field-type-checkbox input[type="checkbox"]:focus {
  outline: 2px solid #00a7e7;
  outline-offset: 2px;
}

/* === Адаптив для мобильных === */
@media (max-width: 767px) {
  .elementor-field-type-checkbox .elementor-field-label {
    font-size: 12px !important;
  }
  
  .elementor-field-type-checkbox input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
  }
}

.elementor-field-type-checkbox.elementor-field-group {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  padding-top: 0 !important;
  margin-top: -10px !important;
}

.elementor-field-type-checkbox .elementor-field-label {
  display: inline-block !important;
  width: auto !important;
  margin-bottom: 0 !important;
  order: 2;
}

.elementor-field-type-checkbox .elementor-field-subgroup {
  display: inline-block !important;
  margin-top: 3px !important;
  order: 1;
  flex-basis: 0 !important;
}

.elementor-field-group.elementor-field-error {
  border-left: 3px solid #e74c3c !important;
  padding-left: 10px !important;
}

.elementor-field-error-message {
  color: #e74c3c !important;
  font-size: 13px !important;
  margin-top: 5px !important;
  display: block !important;
}


/* === Ссылка на политику в чек-боксе === */
.privacy-policy-link {
  color: #00a7e7 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: color 0.3s ease !important;
  font-family: 'Roboto', sans-serif !important;
}

.privacy-policy-link:hover {
  color: #008dc4 !important;
  text-decoration: underline !important;
}

/* === Адаптив === */
@media (max-width: 767px) {
  .elementor-field-type-checkbox .elementor-field-label,
  .elementor-field-type-acceptance .elementor-field-label {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  
  .privacy-policy-link {
    display: inline !important;
  }
}

/* Скрываем логотип для SEO но оставляем в DOM */
.logo-for-seo {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}