/*
Theme Name: psysemenenya.by
Theme URI: psysemenenya.by
Template: hestia
Author: psysemenenya.by
Author URI: psysemenenya.by
Description: psysemenenya.by
Tags: psysemenenya.by
Version: 2.2.1747415630
Updated: 2025-05-16 20:13:50

*/
footer.footer.footer-black .copyright {display:none;}
.section {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .section {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.main {background-image: url(https://psysemenenya.by/wp-content/uploads/2025/06/fon-2.webp);}


/* Затемняющий оверлей */

h3 {font-size: 27px;}

.callpod {background: #1acb90;}.viberpod {background: #8a50e2;}
.telegrampod {background: #26aed5;} .mailpod {background: #daba30;} .instapod {background: #f503c1;}.whatspod {background: #3bdc58;}.tikpod {background: #505050;} .vkpod {background:#0970ce;}
.contactpod {background: #ffffff82;border-radius: 8px;box-shadow: 1px 1px 5px 1px #e4e4e4;padding: 10px 15px;}
 .callpodbut {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
            background-color: #2db183;
            color: white;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 50px;
            text-decoration: none;
            z-index: 1000;
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); }
 .callpodbut:hover {background-color: #218838;}
@media (min-width: 768px) {.callpodbut {display: none;}}
button {position: relative;
    margin: 5px 2px;
    padding: 9px 20px;
    border-radius: 3px;
}
.sow-accordion-panel {border-radius:8px !important;}
@media (min-width: 992px) {
    .col-md-4 {
        width: 100%;
    }
}
.navbar {background-color: #f7f7f7;}
.buttpsy {    background: #e2e2e2;
    color: #3c3c3c;
    font-size: 12px;}

footer.footer.footer-black {
    background-image: url(https://psysemenenya.by/wp-content/uploads/2025/06/fon4.webp);
    background-repeat: repeat;
}
/* --- Сброс и базовые настройки секции --- */
.inga-hero-section {
    position: relative;
    width: 100%;
    min-height: 85vh; /* Высота секции */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #051025; /* Цвет подложки пока грузится картинка */
    font-family: 'Montserrat', 'Roboto', sans-serif; /* Желательно подключить эти шрифты */
    padding: 60px 0;
}

/* Двигающийся фон */
.inga-hero-bg {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%; /* Чуть больше экрана для движения */
    height: 110%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform 0.1s ease-out; /* Плавность движения */
}

/* Контейнер */
.inga-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.inga-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/* --- Левая колонка (Текст) --- */
.inga-content-col {
    flex: 1;
    min-width: 300px;
    padding-right: 20px;
}

/* Верхняя строка (Лейбл и Дата) */
.inga-top-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

/* Желтый лейбл "Вебинар" */
.inga-label-box {
    background: linear-gradient(90deg, #e3c592 0%, #cfa467 100%);
    padding: 5px 15px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    box-shadow: 0 4px 15px rgba(207, 164, 103, 0.3);
}

.inga-label-small {
    font-size: 10px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    margin-bottom: 2px;
}

.inga-label-main {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1a1a1a;
}

/* Блок с датой */
.inga-date-box {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
}

/* Заголовок ДЕНЬГИ */
.inga-main-title {
    font-size: clamp(60px, 10vw, 130px); /* Адаптивный размер */
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0;
    line-height: 0.9;
    text-shadow: 0px 4px 20px rgba(255, 255, 255, 0.4);
    letter-spacing: -2px;
}

.inga-subtitle {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 300;
}

/* Кнопки */
.inga-buttons-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.inga-btn {
    display: inline-block;
    background: linear-gradient(180deg, #e3cd9e 0%, #c49c63 100%);
    padding: 18px 30px;
    border-radius: 10px;
    color: #2a1b0a;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    min-width: 220px;
}

.inga-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(196, 156, 99, 0.4);
    color: #000;
}

/* --- Правая колонка (Фото) --- */
.inga-image-col {
    flex: 0 0 45%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.inga-person-wrapper {
    position: relative;
    width: 100%;
}

.inga-person-img {
    width: 100%;
    height: auto;
    display: block;
    /* Если фото обрезано снизу, можно прижать: */
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%); 
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

/* Подпись имени */
.inga-name-plate {
    position: absolute;
    bottom: 20px;
    right: 0;
    text-align: right;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.inga-name {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

.inga-role {
    font-size: 14px;
    opacity: 0.8;
    margin: 5px 0 0;
    font-weight: 300;
}

/* --- Адаптивность (Mobile) --- */
@media (max-width: 991px) {
    .inga-hero-section {
        min-height: auto;
        padding-top: 100px; /* Отступ под шапку Hestia */
    }
    
    .inga-grid {
        flex-direction: column;
    }

    .inga-content-col {
        text-align: center;
        margin-bottom: 40px;
        padding-right: 0;
    }

    .inga-top-meta {
        justify-content: center;
    }

    .inga-buttons-wrapper {
        justify-content: center;
    }

    .inga-image-col {
        flex: 0 0 100%;
        max-width: 400px;
    }
    
    .inga-name-plate {
        right: 50%;
        transform: translateX(50%);
        text-align: center;
        width: 100%;
        bottom: 0;
    }
}

@media (max-width: 480px) {
    .inga-main-title {
        font-size: 50px;
    }
    .inga-btn {
        width: 100%;
    }
    .inga-date-box {
        width: 100%;
        text-align: center;
    }
}

/* --- Основная оболочка --- */
.inga-app-footer {
    width: 100%;
    padding: 40px 0;
    font-family: 'Montserrat', sans-serif; /* Или ваш шрифт */
}

.inga-footer-container {
    max-width: 1400px; /* Ширина по запросу */
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
}

/* --- Стеклянная карточка (Основа) --- */
.inga-glass-card {
    background: rgba(30, 35, 50, 0.4); /* Глубокий полупрозрачный фон */
    backdrop-filter: blur(20px); /* Сильное размытие "Frosted Glass" */
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08); /* Очень тонкая рамка */
    border-radius: 24px; /* Крупные скругления как в iOS */
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.inga-glass-card:hover {
    border-color: rgba(227, 197, 146, 0.3); /* Легкое золото при наведении */
    transform: translateY(-5px);
}

/* Заголовок карточки */
.inga-card-header {
    background: rgba(255, 255, 255, 0.03);
    padding: 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.inga-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.inga-card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-grow: 1;
}

/* --- Элементы внутри: Кнопка телефона --- */
.inga-action-btn {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 16px;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.inga-action-btn:hover {
    background: rgba(227, 197, 146, 0.2);
    border-color: #e3c592;
    box-shadow: 0 0 20px rgba(227, 197, 146, 0.15);
}

.inga-icon-placeholder {
    font-size: 24px;
    margin-right: 15px;
}

.inga-btn-text {
    display: flex;
    flex-direction: column;
}

.inga-label {
    font-size: 10px;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 2px;
}

.inga-value {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

/* --- Соцсети (Стиль иконок приложений) --- */
.inga-section-label {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
    display: block;
}

.inga-social-grid {
    display: flex;
    gap: 12px;
}

.inga-social-item {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 14px; /* Форма "сквиркл" (как иконки iPhone) */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Пружинистый эффект */
}

.inga-social-item img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.inga-social-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.15);
    border-color: rgba(255, 255, 255, 0.3);
}

/* --- Меню (Кнопки-таблетки) --- */
.inga-menu-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.inga-nav-pill {
    display: block;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    color: #ddd;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
    border-left: 3px solid transparent;
}

.inga-nav-pill:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-left-color: #e3c592; /* Золотая полоска слева */
    padding-left: 25px; /* Сдвиг текста */
}

/* Выделенный пункт (Телеграм канал) */
.inga-nav-pill.inga-highlight {
    background: rgba(227, 197, 146, 0.1);
    border: 1px solid rgba(227, 197, 146, 0.2);
    color: #e3c592;
}

.inga-nav-pill.inga-highlight:hover {
    background: rgba(227, 197, 146, 0.2);
    color: #fff;
}

/* --- Блок информации --- */
.inga-legal-block {
    background: rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.inga-legal-text {
    margin: 0;
    font-size: 13px;
    color: #bbb;
    line-height: 1.4;
}

.inga-links-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.inga-small-glass-btn {
    font-size: 12px;
    color: #888;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.inga-small-glass-btn:hover {
    color: #fff;
    border-color: rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
}

/* Разделители и простые ссылки */
.inga-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    width: 100%;
    margin: 5px 0;
}

.inga-simple-link {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}
.inga-simple-link:hover { color: #e3c592; }

/* --- Адаптивность --- */
@media (max-width: 1024px) {
    .inga-footer-container {
        grid-template-columns: 1fr 1fr; /* 2 колонки на планшете */
    }
    .inga-glass-card:last-child {
        grid-column: span 2; /* Последняя карточка на всю ширину */
    }
}

@media (max-width: 768px) {
    .inga-footer-container {
        grid-template-columns: 1fr; /* 1 колонка на телефоне */
        padding: 0 15px;
    }
    .inga-glass-card:last-child {
        grid-column: span 1;
    }
    
    .inga-app-footer {
        padding: 20px 0;
    }
}

/* --- Стили Формы Регистрации --- */
.inga-reg-form {
    max-width: 500px;
    margin: 0 auto;
    background: rgba(20, 24, 35, 0.6);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Montserrat', sans-serif;
}

.inga-form-row {
    margin-bottom: 20px;
}

.inga-form-row label {
    display: block;
    color: #ccc;
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 10px;
}

/* Поля ввода */
.inga-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}

.inga-input:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: #e3c592;
    outline: none;
    box-shadow: 0 0 10px rgba(227, 197, 146, 0.2);
}

/* Чекбоксы */
.inga-checkbox-group {
    margin-bottom: 30px;
}

.wpcf7-list-item {
    display: block;
    margin: 0 0 10px 0 !important; /* Убираем отступы темы */
}

.inga-checkbox label {
    font-size: 12px;
    color: #aaa;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.inga-checkbox input[type="checkbox"] {
    accent-color: #e3c592; /* Золотой цвет галочки */
    width: 16px;
    height: 16px;
}

.inga-checkbox a {
    color: #e3c592;
    text-decoration: underline;
}

/* Кнопка */
.inga-submit-btn {
    width: 100%;
    background: linear-gradient(180deg, #e3cd9e 0%, #c49c63 100%);
    border: none;
    padding: 18px;
    border-radius: 12px;
    color: #2a1b0a;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s;
    box-shadow: 0 5px 15px rgba(196, 156, 99, 0.3);
}

.inga-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(196, 156, 99, 0.5);
}
.navbar .navbar-nav > li a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    color: inherit;
    font-weight: 600 !important;
    font-size: 13px;
    border-left: 2px solid #e8e8e8;
}
/* --- СТИЛИЗАЦИЯ СПИСКА ЗАПИСЕЙ (Зеленое стекло) --- */

/* 1. Сбрасываем стили темы для самой карточки, чтобы убрать лишние рамки */
.card-blog, .card-plain {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 50px !important; /* Отступ между статьями */
}

/* 2. Оформляем ЛЕВУЮ колонку (Текст) в виде стеклянной панели */
/* Используем селектор .col-sm-7 внутри строки блога */
.alternative-blog-row .col-sm-7 {
    background: rgba(255, 255, 255, 0.85); /* Белое стекло */
    backdrop-filter: blur(15px); /* Размытие фона */
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 24px; /* Закругленные углы */
    padding: 35px !important; /* Внутренние отступы, чтобы текст дышал */
    box-shadow: 0 10px 30px rgba(46, 125, 50, 0.08); /* Легкая зеленая тень */
    position: relative;
    z-index: 2; /* Чтобы быть выше фона */
    transition: transform 0.3s ease;
}

/* Эффект при наведении на текст */
.alternative-blog-row .col-sm-7:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(46, 125, 50, 0.15);
}

/* 3. Оформляем ПРАВУЮ колонку (Картинка) */
.alternative-blog-row .col-sm-5 {
    display: flex;
    align-items: center; /* Центрируем картинку по высоте относительно текста */
    padding-left: 0 !important; /* Убираем отступ, чтобы картинка была ближе к карточке */
}

/* Сама картинка */
.card-blog .card-image img {
    border-radius: 20px !important; /* Скругляем углы фото */
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
    transition: transform 0.4s ease;
    width: 100%;
    object-fit: cover;
}

/* При наведении на картинку она чуть увеличивается */
.card-blog .card-image:hover img {
    transform: scale(1.03);
}

/* 4. ТИПОГРАФИКА ВНУТРИ */

/* Категория (сверху) */
.card-blog .category a {
    color: #43a047 !important; /* Зеленый цвет */
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

/* Заголовок статьи */
.card-blog .card-title a {
    color: #1a1a1a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800;
    font-size: 1.6rem;
    text-decoration: none;
    transition: color 0.2s;
}
.card-blog .card-title a:hover {
    color: #2e7d32 !important; /* Темно-зеленый при наведении */
}

/* Текст описания */
.card-description p {
    color: #555 !important;
    font-size: 1rem;
    line-height: 1.6;
}

/* 5. ПРЕВРАЩАЕМ ССЫЛКУ "Читать дальше" В КНОПКУ */
a.moretag {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: linear-gradient(135deg, #43a047 0%, #66bb6a 100%);
    color: #fff !important;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    box-shadow: 0 5px 15px rgba(67, 160, 71, 0.3);
    transition: all 0.3s;
}

a.moretag:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(67, 160, 71, 0.5);
    color: #fff !important;
}

/* 6. Автор и дата (внизу) */
.posted-by {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed rgba(0,0,0,0.1);
    font-size: 0.85rem;
    color: #888;
}
.posted-by a {
    color: #2e7d32 !important;
    font-weight: 600;
}

/* 7. АДАПТИВНОСТЬ (МОБИЛЬНЫЙ) */
@media (max-width: 768px) {
    /* На телефоне блоки становятся друг под другом */
    .alternative-blog-row .col-sm-7 {
        margin-bottom: 20px; /* Отступ от текста до картинки */
        order: 2; /* Если нужно поменять порядок (текст снизу), раскомментируй */
    }
    .alternative-blog-row .col-sm-5 {
        padding-left: 15px !important; /* Возвращаем отступ */
        margin-bottom: 20px;
        order: 1;
    }
    /* На мобильном картинка сверху, текст снизу */
    .row.alternative-blog-row {
        display: flex;
        flex-direction: column-reverse; /* Картинка сверху */
    }
}
/* --- ИСПРАВЛЕНИЕ ВЫСОТЫ ФОТО (Только для ПК) --- */

@media (min-width: 769px) {
    /* 1. Включаем Flexbox для строки, чтобы колонки стали одинаковой высоты */
    .row.alternative-blog-row {
        display: flex;
        align-items: stretch; /* Растягиваем содержимое */
    }

    /* 2. Настраиваем правую колонку, чтобы она занимала все место */
    .alternative-blog-row .col-sm-5 {
        display: flex;
        flex-direction: column;
        padding-left: 0 !important; /* Убираем отступ, чтобы прижать фото ближе */
    }

    /* 3. Растягиваем ссылку и обертку картинки */
    .card-blog .card-image, 
    .card-blog .card-image a {
        height: 100%;
        width: 100%;
        display: block;
		position: relative;
		border-radius: 0 24px 24px 0 !important;
    }

    /* 4. Самое важное: растягиваем фото и обрезаем края */
    .card-blog .card-image img {
        height: 100% !important;     /* Принудительная высота */
        width: 100% !important;      /* Ширина на всю колонку */
        object-fit: cover !important; /* Фото заполняет пространство, не сплющиваясь */
        border-radius: 0 24px 24px 0 !important; /* Скругляем только правые углы */
        margin: 0 !important;
		left: 0;
		top: 0;
		right: 0;
		position: absolute;
    }

    /* 5. Подправляем левую колонку (Текст), чтобы она "стыковалась" с фото */
    .alternative-blog-row .col-sm-7 {
        border-radius: 24px 0 0 24px !important; /* Скругляем только левые углы */
        margin-right: -1px; /* Убираем микро-щель между блоками */
        z-index: 2;
    }
}
/* 1. Скрываем пункт для всех по умолчанию (для гостей) */
.menu-item-564 {
    display: none !important;
}

/* 2. Показываем пункт ТОЛЬКО если пользователь вошел в систему */
/* WordPress добавляет класс .logged-in на всю страницу, когда вход выполнен */
body.logged-in .menu-item-564 {
    display: block !important; /* Или inline-block, в зависимости от темы */
}