/* ================================
   GLOBAL FIXES
================================ */

/* Убираем прелоадер */
.se-pre-con {
    display: none !important;
}

/* Убираем горизонтальный скролл */
html, body {
    overflow-x: hidden;
}


/* ================================
   HERO BACKGROUND FIX
   (фикс пропадающего фона)
================================ */

.hero-section .hero-single {
    background-image: url("../img/header/hdr.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

/* Если JS пытается переписать стиль */
.hero-section .hero-single[style] {
    background-image: url("../img/header/hdr.jpg") !important;
}


/* ================================
   BUTTONS
================================ */

.hh-11-btn {
    background: #2aa876;
    border-radius: 6px;
    transition: 0.3s;
}

.hh-11-btn:hover {
    background: #1f8b5f;
}


/* ================================
   TITLES
================================ */

.hero-title {
    color: #ffffff;
    font-weight: 700;
}


/* ================================
   OPTIONAL (пример будущих правок)
================================ */

/* Секции */
.section-padding {
    padding: 80px 0;
}

/* Текст */
p {
    line-height: 1.7;
}




/* КНОПКА "Консультация" */
.hdr-1-wrap a {
    background: #2aa876;
    color: #ffffff !important;
    padding: 8px 18px;
    border-radius: 5px;
    display: inline-block;
    transition: 0.3s;
}

/* Hover эффект */
.hdr-1-wrap a:hover {
    background: #1f8b5f;
}



/* ПОКАЗЫВАЕМ кнопку на мобильных */
@media (max-width: 991px) {
    .hdr-1-wrap a {
        display: inline-block !important;
        margin-top: 8px;
    }
}


/* Кнопка внутри мобильного меню */
.bsnav-mobile .mobile-consult-btn {
    display: block;
    margin: 15px;
    background: #2aa876;
    color: #fff !important;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
}

.bsnav-mobile .mobile-consult-btn {
    display: block;
    margin: 15px;
    background: #2aa876;
    color: #fff !important;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
}


/* Партнёры — увеличение логотипов */
.de-sv-icon {
  min-height: 180px; /* даём больше воздуха */
  display: flex;
  align-items: center;
  justify-content: center;
}

.de-sv-icon i {
  width: 100%;
  display: flex;
  justify-content: center;
}

.de-sv-icon img {
  max-width: 260px; /* оптимальный размер */
  width: 100%;
  height: auto;
  object-fit: contain;
}



footer .de-padding {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
/* Футер — мобильная версия */
@media (max-width: 767px) {
  footer .de-padding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}



h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
}

/* футер: нормальный регистр текста */
.footer a,
.footer-widget a,
.foo-list a {
    text-transform: none;
}

/* Убираем Capitalize только в этом блоке футера */
.footer-cat .foo-list a {
    text-transform: none;
}


.contact-socials h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-links li {
    margin-bottom: 10px;
}

.contact-links a {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.contact-links a:hover {
    text-decoration: underline;
}

/* Цвета иконок */
.fa-instagram { color: #E1306C; }
.fa-odnoklassniki { color: #EE8208; }
.fa-telegram-plane { color: #229ED9; }
.fa-whatsapp { color: #25D366; }


.contact-action {
    margin-top: 25px;
}

.btn-consult {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #28a745; /* зелёная */
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-consult i {
    font-size: 16px;
}

.btn-consult:hover {
    background: #218838;
    color: #fff;
    transform: translateY(-2px);
}

.icon-gepatit img {
    width: 42px;   /* было ~24–32 */
    height: auto;
}

.footer-sub .foo-widget-title,
.footer-sub .foo-list li a {
    text-transform: none;
}

.pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.pagination a {
    padding: 8px 14px;
    border: 1px solid #78ba52;
    text-decoration: none;
    color: #78ba52;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.2s ease;
}

.pagination a:hover {
    background: #78ba52;
    color: #fff;
}

.pagination .active {
    background: #78ba52;
    color: #fff;
}

.pagination .disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}
