

/* Start:/bitrix/components/bitrix/main.register/templates/.default/style.min.css?1467043662442*/
div.bx-auth-reg input.bx-auth-input{vertical-align:middle}div.bx-auth-reg span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:middle}div.bx-auth-reg div.bx-auth-secure-icon{background-image:url(/bitrix/components/bitrix/main.register/templates/.default/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-auth-reg div.bx-auth-secure-unlock{background-image:url(/bitrix/components/bitrix/main.register/templates/.default/images/sec-unlocked.png)}
/* End */


/* Start:/bitrix/templates/titan2mayak/styles.css?178723713333*/
/*Стили контента*/


/* End */


/* Start:/bitrix/templates/titan2mayak/template_styles.css?17879298369465*/
/* ==========================================================================
   TITAN BLOCKS: Меню слева, контент справа + Мобильная адаптация
   ========================================================================== */

/* 1. Главный контейнер, который держит меню и контент */
.box_center_content {
    display: flex !important;
    flex-direction: row !important; /* На десктопе: в ряд */
    align-items: flex-start !important;
    width: 100% !important;
    margin: 0 !important;
}


.titan_container {
    background: #CFE6FB;
}

#titan_header {
    height: 232px;
    background: #0365C0 url(/bitrix/templates/titan2mayak/img/titan_head_pic2.jpg) left no-repeat;
    margin: -20px -15px 25px -15px;
    background-size: cover;
}

#titan_header h1 {
    font-size: 50px;
    font-weight: 900;
    font-style: italic;
    color: white;
    margin-top: 10px;
    padding-top: 80px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 320px;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        1px  1px 0 black,
        -1px  1px 0 black;
}

#titan_header p {
    font-size: 32px;
    font-weight: 900;
    font-style: italic;
    color: white;
    margin-top: 10px;
    text-align: left;
    margin-left: 320px;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        1px  1px 0 black,
        -1px  1px 0 black;
}


@media(max-width: 1286px) {
    #titan_header h1 {
        font-size: 36px;
        font-weight: 900;
        font-style: italic;
        color: white;
        margin-top: 10px;
        padding-top: 80px;
        margin-bottom: 10px;
        text-align: left;
        margin-left: 320px;
        text-shadow:
            -1px -1px 0 black,
            1px -1px 0 black,
            1px  1px 0 black,
            -1px  1px 0 black;
    }

    #titan_header p {
        font-size: 24px;
        font-weight: 900;
        font-style: italic;
        color: white;
        margin-top: 10px;
        text-align: left;
        margin-left: 320px;
        text-shadow:
            -1px -1px 0 black,
            1px -1px 0 black,
            1px  1px 0 black,
            -1px  1px 0 black;
    }
}

@media(max-width: 1044px) {
    #titan_header h1 {
        font-size: 36px;
        font-weight: 900;
        font-style: italic;
        color: white;
        margin-top: 10px;
        padding-top: 80px;
        margin-bottom: 10px;
        text-align: left;
        margin-left: 160px;
        text-shadow:
            -1px -1px 0 black,
            1px -1px 0 black,
            1px  1px 0 black,
            -1px  1px 0 black;
    }

    #titan_header p {
        font-size: 24px;
        font-weight: 900;
        font-style: italic;
        color: white;
        margin-top: 10px;
        text-align: left;
        margin-left: 160px;
        text-shadow:
            -1px -1px 0 black,
            1px -1px 0 black,
            1px  1px 0 black,
            -1px  1px 0 black;
    }
}

@media(max-width: 767px) {
    #titan_header {
        height: 283px;
        margin: 0 -15px 25px -15px;
        background: #0365C0 url(/bitrix/templates/titan2mayak/img/titan_head_pic2_m.jpg) center no-repeat;
        background-size: cover;
    }

    #titan_header h1 {
        font-size: 32px;
        font-weight: 900;
        font-style: italic;
        color: white;
        margin-top: 10px;
        padding-top: 90px;
        margin-bottom: 10px;
        margin-left: 0;
        text-align: center;
        text-shadow:
            -1px -1px 0 black,
            1px -1px 0 black,
            1px  1px 0 black,
            -1px  1px 0 black;
    }

    #titan_header p {
        font-size: 24px;
        font-weight: 900;
        font-style: italic;
        color: white;
        margin-left: 0;
        text-align: center;
        text-shadow:
            -1px -1px 0 black,
            1px -1px 0 black,
            1px  1px 0 black,
            -1px  1px 0 black;
    }
}

/* 2. Боковое меню */
.titan_sidebar {
    width: 250px !important;
    flex-shrink: 0 !important; /* Запрещаем меню сжиматься */
    background-color: #1a6fb5;
    padding: 20px 0;
    border-radius: 8px;
    margin-right: 20px;
}

.titan_sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.titan_sidebar li {
    padding: 12px 20px;
    transition: background-color 0.3s;
}

.titan_sidebar li:hover,
.titan_sidebar li.active {
    background-color: #0d4a7a;
}

.titan_sidebar li a {
    color: white;
    text-decoration: none;
    display: block;
}

/* 3. Контейнер новостей (занимает всё оставшееся место) */
.titan_main_content_container {
    flex: 1 !important;
    width: 100% !important;
    padding: 0;
    background-color: transparent;
}

.titan_block_contents-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* ============================================================
   4. КАРТОЧКА НОВОСТИ (ИСПРАВЛЕНА)
   ============================================================ */
.titan_block_content {
    flex: 1 1 calc(33.33% - 20px); /* 3 колонки на больших экранах */
    position: relative;
    min-width: 260px;
    background-color: white;
    border-radius: 12px;
    padding: 15px;
    padding-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    
    /* Базовые flex-свойства */
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
}

.titan_block_content:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.titan_block_content img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
}

/* ========== ЗАГОЛОВОК - РАСТЯГИВАЕТСЯ ========== */
.titan_block_content .titan_news__title_h2 {
    flex: 1; /* Занимает всё свободное место */
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

.titan_news__title_h2:hover {
    color: #1a6fb5;
}

/* ========== Дата ========== */
.article_item__titan_news {
    display: block;
    color: #aaaaaa;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;      
    padding-bottom: 6px;   
}

.article_item__titan_news p {
    margin: 4px 0 0 0;
    color: #888;
    font-size: 12px;
    font-weight: 400;
}

/* ========== Теги ========== */
.article_item__titan_news_tags {
    display: flex;          /* Теги в строку */
    flex-wrap: wrap;        /* Перенос на новую строку */
    gap: 4px 6px;          /* Отступы между тегами */
    margin-top: auto;      /* ПРИЖИМАЕТ К НИЗУ */
    padding-top: 10px;
    border-top: 1px solid #eee; /* Разделитель */
    color: #1a6fb5;
    font-size: 13px;
    font-weight: normal;
    width: 100%;
}

/* Стили для ссылок-тегов */
.article_item__titan_news_tags a {
    color: #1a6fb5;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
}

.article_item__titan_news_tags a:hover {
    /* background-color: #1a6fb5; */
    /* color: white; */
    text-decoration: underline;
}

.play_video_icon {
    position: absolute;
    top: 25%;
    left:50%;
    transform: translate(-50%, -50%);
    background-image: url(/bitrix/templates/titan2mayak/../../../html/images/play_icon.png);
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    z-index: 12;
    transition: .3s;
    background-size: cover;
}
/* ========== ПАГИНАЦИЯ ========== */
.pagination_interactive {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}


/* ==========================================================================
   АДАПТИВНОСТЬ (ПЛАНШЕТЫ И МОБИЛЬНЫЕ)
   ========================================================================== */

/* Планшеты: 2 колонки */
@media (max-width: 992px) {
    .titan_block_content {
        flex: 1 1 calc(50% - 20px) !important;
    }
}

/* Мобильные устройства: ВСЁ ВЕРТИКАЛЬНО */
@media (max-width: 768px) {
    /* КЛЮЧЕВОЕ ИСПРАВЛЕНИЕ: меняем направление главного контейнера на вертикальное */
    .box_center_content {
        flex-direction: column !important;
    }

    /* Меню растягивается на всю ширину и уходит наверх */
    .titan_sidebar {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    /* Пункты меню в строку с переносом для удобства нажатия пальцем */
    .titan_sidebar ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .titan_sidebar li {
        padding: 10px 15px;
        font-size: 14px;
    }

    /* Контейнер новостей тоже становится вертикальным */
    .titan_block_contents-container {
        flex-direction: column;
    }

    /* Карточка новости занимает 100% ширины */
    .titan_block_content {
        flex: 1 1 100% !important;
        min-width: 100% !important;
    }
}
/* End */
/* /bitrix/components/bitrix/main.register/templates/.default/style.min.css?1467043662442 */
/* /bitrix/templates/titan2mayak/styles.css?178723713333 */
/* /bitrix/templates/titan2mayak/template_styles.css?17879298369465 */
