

/* Start:/local/templates/fdplast/components/bitrix/news/about_collage25years/bitrix/news.list/.default/style.css?177903465913260*/
/* ========== Основной контейнер ========== */
.exp_news_26 {
    position: relative;
    max-width: 1770px;
    margin: 0 auto;
    padding: clamp(40px, 8vw, 80px) clamp(15px, 3vw, 20px) 0;
    min-height: 200px;
    font-family: 'HelveticaNeueCyr', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    width: 100%;
    box-sizing: border-box;
}

.exp_news_26::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    background-image: url(/local/ico/Group.svg);
    background-position: 30% 40%;
    background-repeat: no-repeat;
    z-index: -1;
}

/* ========== Сетка ========== */
.modern-grid {
    display: flex;
    flex-direction: column;
    gap: clamp(60px, 10vw, 100px);
    width: 100%;
}

/* ========== Карточка ========== */
.modern-card {
    width: 100%;
    animation: fadeSlide 0.6s ease-out;
}

/* ========== Заголовок карточки ========== */
.card-header {
    margin-bottom: clamp(20px, 4vw, 30px);
    border-bottom: 1px solid rgba(72, 109, 170, 0.1);
    padding-bottom: clamp(10px, 2vw, 15px);
}

.card-title {
    font-weight: 300;
    font-size: clamp(28px, 5vw, 48px);
    line-height: 1.1;
    color: #10142d;
    letter-spacing: -0.5px;
    margin: 0;
}

/* ========== Основной контент ========== */
.card-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: clamp(20px, 5vw, 40px);
    align-items: start;
    width: 100%;
}

/* ========== Левая колонка с медиа ========== */
.media-column {
    position: relative;
    min-height: clamp(280px, 45vw, 550px);
    width: 100%;
    aspect-ratio: 1.2 / 1;
}

/* ========== Блоки изображений ========== */
.media-block {
    position: absolute;
    overflow: hidden;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
}

.media-wrapper {
    width: 100%;
    height: 100% !important;
}

.media-img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.media-svg {
    width: 100%;
    height: 100% !important;
    display: block;
}

/* ========== Позиционирование изображений в левой колонке ========== */
.media-block--top-left {
    width: 55%;
    height: 45% !important;
    top: 0;
    left: 0;
    z-index: 2;
}

.media-block--top-right {
    width: 35%;
    height: 35% !important;
    top: 8%;
    right: 0;
    z-index: 3;
}

.media-block--top-right .media-wrapper .media-img {
    object-fit: contain;
}

.media-block--bottom {
    width: 70%;
    height: 50% !important;
    bottom: 0;
    left: 15%;
    z-index: 4;
}

/* ========== Правая колонка ========== */
.content-column {
    position: relative;
    padding-top: clamp(20px, 4vw, 30px);
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* ========== Акцентная цифра ========== */
.accent-number {
    font-weight: 700;
    font-size: clamp(80px, 12vw, 140px);
    line-height: 0.8;
    color: #486DAA;
    opacity: 0.15;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 1;
    pointer-events: none;
    white-space: nowrap;
}

/* ========== Изображение в правой колонке ========== */
.media-block--right {
    position: relative;
    width: 100%;
    height: clamp(160px, 25vw, 280px) !important;
    margin-bottom: clamp(15px, 3vw, 20px);
    overflow: hidden;
    border-radius: 10px;
    z-index: 2;
}

.media-block--right:only-child {
    width: 100%;
}

/* ========== Контент ========== */
.content-date {
    color: #486DAA;
    font-size: clamp(12px, 2vw, 14px);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: clamp(10px, 2vw, 15px);
    position: relative;
    z-index: 2;
}

.content-preview {
    position: relative;
    z-index: 2;
}

/* Заголовок H1 */
.content-preview .fdplast-title {
    font-family: 'HelveticaNeueCyr', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 300;
    font-size: clamp(24px, 5vw, 44px);
    line-height: 1.2;
    color: #10142d;
    margin: 0 0 clamp(10px, 2vw, 15px) 0;
}

/* Подзаголовок H3 */
.content-preview .fdplast-subtitle {
    font-family: 'HelveticaNeueCyr', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 300;
    font-size: clamp(18px, 3.5vw, 28px);
    line-height: 1.2;
    color: #486DAA;
    margin: 0 0 clamp(10px, 2vw, 15px) 0;
}

/* Описание */
.content-preview .fdplast-description {
    font-family: 'HelveticaNeueCyr', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: clamp(13px, 2.2vw, 16px);
    line-height: 1.5;
    color: #2a2e4a;
    margin: 0;
}

/* ========== Ссылка ========== */
.content-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: clamp(8px, 1.5vw, 10px) clamp(16px, 2.5vw, 20px);
    border: 1px solid rgba(72, 109, 170, 0.2);
    border-radius: 10px;
    color: #486DAA;
    text-decoration: none;
    font-weight: 500;
    font-size: clamp(13px, 2vw, 14px);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    margin-top: auto;
    align-self: flex-start;
}

.content-link:hover {
    background: #486DAA;
    color: white;
    gap: 12px;
    border-color: #486DAA;
}

.content-link:hover svg path {
    stroke: white;
}

/* ========== Пагинация ========== */
.modern-pagination {
    margin-top: clamp(40px, 8vw, 60px);
    text-align: center;
}

.modern-pagination a,
.modern-pagination span {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    border-radius: 10px;
    color: #486DAA;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: clamp(13px, 2vw, 14px);
}

.modern-pagination a:hover {
    background: rgba(72, 109, 170, 0.1);
}

.modern-pagination .current {
    background: #486DAA;
    color: white;
}

/* ========== Правила для одиночных изображений ========== */
.media-block:only-child {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
}

/* ========== Анимации ========== */
@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== АДАПТАЦИЯ ========== */

/* Десктоп (1200px и больше) */
@media (min-width: 1200px) {
    .media-column {
        min-height: 550px;
    }

    .accent-number {
        font-size: 140px;
    }
}

/* Маленький десктоп (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .media-column {
        min-height: 480px;
    }

    .media-block--top-left {
        width: 53%;
        height: 44% !important;
    }

    .media-block--top-right {
        width: 34%;
        height: 34% !important;
    }

    .media-block--bottom {
        width: 68%;
        height: 48% !important;
    }

    .media-block--right {
        height: 250px !important;
    }

    .accent-number {
        font-size: 120px;
    }
}

/* Планшеты (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .card-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .media-column {
        min-height: 380px;
        aspect-ratio: auto;
        height: auto;
    }

    .media-block--top-left {
        width: 50%;
        height: 45% !important;
        position: absolute;
    }

    .media-block--top-right {
        width: 32%;
        height: 35% !important;
        top: 9%;
        position: absolute;
    }

    .media-block--bottom {
        width: 55%;
        height: 40% !important;
        bottom: 5%;
        left: 22%;
        position: absolute;
    }

    .media-block--right {
        height: 280px !important;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .accent-number {
        font-size: 150px;
        top: -20px;
    }

    .content-column {
        text-align: center;
    }

    .content-link {
        margin: 0 auto;
    }
}

/* Мобильные (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .card-content {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .media-column {
        min-height: auto !important;
        height: auto !important;
        aspect-ratio: auto !important;
        max-height: 260px;
    }

    .media-block--top-left {
        width: 48%;
        height: 90% !important;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    .media-block--top-right {
        width: 40%;
        height: 70% !important;
        position: relative;
        display: inline-block;
        vertical-align: top;
        top: auto;
        right: auto;
        float: right;
    }

    /* Полностью скрываем нижний блок */
    .media-block--bottom {
        display: none !important;
    }

    .media-block--right {
        height: 240px !important;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .accent-number {
        font-size: 120px;
        top: -15px;
    }

    .content-column {
        text-align: center;
    }

    .content-link {
        margin: 0 auto;
    }
}

/* Маленькие мобильные (до 575px) */
@media (max-width: 575px) {
    .card-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .media-column {
        min-height: auto !important;
        height: auto !important;
        aspect-ratio: auto !important;
        max-height: 220px;
        text-align: center;
    }

    .media-block--top-left {
        width: 46%;
        height: 85% !important;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    .media-block--top-right {
        width: 38%;
        height: 65% !important;
        position: relative;
        display: inline-block;
        vertical-align: top;
        top: auto;
        right: auto;
        float: right;
    }

    /* Полностью скрываем нижний блок */
    .media-block--bottom {
        display: none !important;
    }

    .media-block--right {
        height: 200px !important;
        width: 100%;
    }

    .accent-number {
        font-size: 100px;
        top: -10px;
    }

    .content-column {
        text-align: center;
    }

    .content-link {
        margin: 0 auto;
        width: fit-content;
    }

    .content-date {
        text-align: center;
    }
}

/* Очень маленькие мобильные (до 400px) */
@media (max-width: 400px) {
    .media-column {
        max-height: 180px;
    }

    .media-block--top-left {
        width: 45%;
        height: 80% !important;
    }

    .media-block--top-right {
        width: 37%;
        height: 60% !important;
    }

    /* Полностью скрываем нижний блок */
    .media-block--bottom {
        display: none !important;
    }

    .media-block--right {
        height: 180px !important;
    }

    .accent-number {
        font-size: 80px;
    }
}

/* Экстремально маленькие (до 360px) */
@media (max-width: 360px) {
    .media-column {
        max-height: 160px;
    }

    .media-block--top-left {
        width: 44%;
        height: 75% !important;
    }

    .media-block--top-right {
        width: 36%;
        height: 55% !important;
    }

    /* Полностью скрываем нижний блок */
    .media-block--bottom {
        display: none !important;
    }

    .media-block--right {
        height: 160px !important;
    }

    .accent-number {
        font-size: 70px;
    }
}

/* Планшеты в landscape ориентации */
@media (orientation: landscape) and (max-height: 600px) {
    .media-column {
        min-height: 300px;
    }

    .media-block--right {
        height: 180px !important;
    }

    .accent-number {
        font-size: 100px;
        top: -20px;
    }
}

/* Тач-устройства */
@media (hover: none) and (pointer: coarse) {
    .media-block {
        transition: none;
    }

    .content-link:hover {
        background: transparent;
        color: #486DAA;
        gap: 8px;
        border-color: rgba(72, 109, 170, 0.2);
    }
}

/* Большие экраны (более 1770px) */
@media (min-width: 1771px) {
    .exp_news_26 {
        max-width: 1770px;
    }

    .media-column {
        min-height: 600px;
    }

    .card-title {
        font-size: 52px;
    }

    .content-preview .fdplast-title {
        font-size: 48px;
    }

    .content-preview .fdplast-subtitle {
        font-size: 32px;
    }

    .content-preview .fdplast-description {
        font-size: 18px;
    }

    .media-block--right {
        height: 320px !important;
    }

    .accent-number {
        font-size: 160px;
    }
}

/* High DPI */

/* Поддержка SVG */
.media-svg {
    pointer-events: none;
}
/* End */


/* Start:/local/templates/fdplast/components/bitrix/news/about_our_manuf/bitrix/news.list/.default/style.css?17790346597407*/
/* ========== Основной контейнер ========== */
.news-list_out {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    min-height: clamp(500px, 60vw, 568px);
    background: #242c59;
    background-image: url(/local/ico/Group.svg);
    background-position: 30% 40%;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
}

/* ========== Левая часть (текст и элементы) ========== */
.left_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 604px;
    margin: clamp(20px, 5vw, 40px) auto;
    padding: clamp(16px, 3vw, 20px);
    box-sizing: border-box;
}

.news-list_out h1 {
    font-weight: 300;
    font-size: clamp(32px, 5vw, 43px);
    color: #FFFFFF;
    margin-bottom: clamp(20px, 4vw, 30px);
    text-align: center;
    line-height: 1.2;
    width: 100%;
}

/* ========== Сетка новостей ========== */
.news-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(16px, 3vw, 24px);
    width: 100%;
}

/* ========== Элемент новости ========== */
.news-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.att-title {
    font-weight: bold;
    margin-bottom: clamp(4px, 1vw, 8px);
    font-size: clamp(20px, 3.5vw, 24px);
    color: #969ECB;
    line-height: 1.2;
}

.att-descr {
    font-size: clamp(12px, 2vw, 14px);
    color: #FFFFFF;
    line-height: 1.5;
}

/* ========== Правая часть с изображением ========== */
.image-containersec {
    width: 100%;
    height: 100%;
    max-height: 568px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.image-containersec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ========== Пагинация ========== */
.news-pagination {
    margin-top: 20px;
    text-align: center;
    color: #fff;
}

/* ========== АДАПТАЦИЯ ========== */

/* Десктоп (1200px и больше) */
@media (min-width: 1200px) {
    .att-title {
        font-size: 24px;
    }

    .att-descr {
        font-size: 14px;
    }
}

/* Планшеты (1024px - 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
    .news-list_out {
        grid-template-columns: 55% 45%;
    }

    .left_block {
        max-width: 500px;
    }

    .att-title {
        font-size: 22px;
    }
}

/* Планшеты (до 1024px) */
@media (max-width: 1024px) {
    .news-list_out {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        min-height: auto;
        width: 100%;
        border-radius: 10px;
    }

    .left_block {
        max-width: 100%;
        padding: clamp(24px, 5vw, 36px);
        margin: 0;
        align-items: flex-start;
    }

    .news-list_out h1 {
        text-align: left;
        font-size: 42px;
        margin-bottom: 20px;
    }

    .news-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .att-title {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 4px;
    }

    .att-descr {
        font-size: 14px;
        line-height: 120%;
    }

    .image-containersec {
        max-height: 350px;
        border-radius: 0 0 10px 10px; /* Нижние углы скруглены */
        overflow: hidden; /* Меняем на hidden, чтобы радиус работал */
    }

    .image-containersec img {
        border-radius: 0 0 10px 10px; /* Радиус для изображения */
    }
}

/* Планшеты (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .news-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .att-title {
        font-size: 26px;
    }

    .image-containersec {
        max-height: 300px;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .image-containersec img {
        border-radius: 0 0 10px 10px;
    }
}

/* Мобильные (до 767px) */
@media (max-width: 767px) {
    .news-list_out {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        min-height: auto;
    }

    .left_block {
        order: 1;
        padding: 24px 16px;
    }

    .image-containersec {
        order: 2;
        min-height: 250px;
        max-height: 280px;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .image-containersec img {
        border-radius: 0 0 10px 10px;
    }

    .news-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .news-container .news-item:nth-child(n+9) {
        display: none;
    }

    .news-list_out h1 {
        font-size: 36px;
        margin-bottom: 24px;
        text-align: left;
    }

    .att-title {
        font-size: 24px;
    }

    .att-descr {
        font-size: 13px;
        line-height: 1.4;
    }

    .image-containersec {
        max-height: 220px;
    }
}

/* Маленькие мобильные (до 480px) */
@media (max-width: 480px) {
    .left_block {
        padding: 20px 12px;
    }

    .news-list_out h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .news-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .att-title {
        font-size: 28px;
    }

    .att-descr {
        font-size: 14px;
    }

    .image-containersec {
        max-height: 200px;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .image-containersec img {
        border-radius: 0 0 10px 10px;
    }

    .news-container .news-item:nth-child(n+5) {
        display: none;
    }
}

/* Очень маленькие мобильные (до 360px) */
@media (max-width: 360px) {
    .news-list_out h1 {
        font-size: 28px;
    }

    .att-title {
        font-size: 24px;
    }

    .att-descr {
        font-size: 13px;
    }

    .image-containersec {
        max-height: 180px;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .image-containersec img {
        border-radius: 0 0 10px 10px;
    }
}

/* Планшеты в landscape ориентации */
@media (orientation: landscape) and (max-height: 600px) {
    .news-list_out {
        min-height: 400px;
    }

    .image-containersec {
        max-height: 250px;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .image-containersec img {
        border-radius: 0 0 10px 10px;
    }
}

/* Тач-устройства */
@media (hover: none) and (pointer: coarse) {
    /* Отключаем hover эффекты если они есть */
}

/* Большие экраны (более 1770px) */
@media (min-width: 1771px) {
    .news-list_out {
        min-height: 650px;
    }

    .left_block {
        max-width: 700px;
    }

    .news-list_out h1 {
        font-size: 52px;
    }

    .att-title {
        font-size: 28px;
    }

    .att-descr {
        font-size: 16px;
    }

    .image-containersec {
        max-height: 650px;
    }
}

/* High DPI */

/* Поддержка SVG фона */
.news-list_out {
    background-image: url(/local/ico/Group.svg);
    background-repeat: no-repeat;
}
/* End */


/* Start:/local/templates/fdplast/components/bitrix/news/why_we/bitrix/news.list/.default/style.min.css?17790346592409*/
.news-list_why{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:60px}.news-item_why{flex:0 0 calc(50% - 10px);box-sizing:border-box}.why_main{display:flex;align-items:center}.preview_picture_why{width:100%}.news-item_why{box-shadow:0 4px 8px rgba(0,0,0,.16);border-radius:8px}.combined_block{margin:60px}.text_block h3{margin:0 0 10px}.text_block p{margin:0 0 5px}.right_part p{margin:0;text-align:left}.svg_h2 h2{font-weight:300;font-size:16px;color:#969ecb}.why_main_block .left_part .text_block h3,.why_main_block .right_part p{font-weight:300;font-size:44px;color:#10142d;line-height:normal}.why_main_block .left_part .text_block p{font-weight:300;font-size:28px;color:#969ecb}.why_main_block .right_part p{font-size:16px;font-weight:400;max-width:606px;margin-left:auto}.why_main_block .left_part{max-width:500px;display:flex;flex-direction:column}.svg_h2{width:100%}.text_block{margin:0}.why_main_block{margin-top:60px;margin-bottom:36px;display:flex;gap:20px;align-items:stretch}.left_part,.right_part{flex:1;display:flex;align-items:flex-start}.right_part{align-items:center}.news-item_why:hover{background:#242c59}.news-item_why:hover .att-descr_why,.news-item_why:hover .att-title_why{color:#fff}.preview_picture_why{height:100%!important}@media (max-width:1024px){.news-list_why{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.combined_block{margin:0;padding:48px 16px}.why_main_block{flex-direction:column;margin-top:24px;margin-bottom:24px;gap:0}.why_main_block .left_part,.why_main_block .right_part p{max-width:100%}.why_main_block .left_part .text_block h3{font-size:42px;margin-bottom:8px}.why_main_block .left_part .text_block p{font-size:26px;margin-bottom:24px}.svg_h2 h2,.why_main_block .right_part p{font-size:14px}.preview_picture_why{width:100%;object-fit:cover;border-radius:8px}.svg_h2 h2{margin-bottom:20px}.icon-raster,.icon-svg{width:64px;height:64px;margin:0 auto}.why_main{gap:24px}.att-title_why{font-size:26px;font-weight:300}.att-descr_why{margin-top:16px}.att-descr_why p{font-size:14px;line-height:120%}}@media (max-width:768px){.why_main{gap:10px}.why_main_block{flex-direction:column}.combined_block{margin:0;padding:38px 10px}.news-list_why{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:24px}.svg_h2 h2{font-size:14px;margin-bottom:20px}.preview_picture_why{width:100%;height:240px!important;object-fit:cover;border-radius:8px}}
/* End */


/* Start:/local/templates/fdplast/components/bitrix/news/about_years/bitrix/news.list/.default/style.css?17802784696426*/
.history-project {
    /* Основные стили */
    margin-bottom: 60px;
    position: relative;
}

.history-project::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    background: #242c59;
    background-image: url(/local/ico/Group.svg);
    background-position: 30% 40%;
    z-index: -1;
}

.timeline {
    position: relative;
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.timeline-bar {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgba(226, 230, 252, 1);
    transform: translateY(-50%);
}

.timeline-point {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    cursor: pointer;
}

.timeline-point.active {
    background-color: rgba(255, 255, 255, 1);
}

.timeline-point::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    width: 20px;
    height: 20px;
    border: 6px solid rgba(226, 230, 252, 0.5);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    transition: all 0.3s ease;
}

.timeline-point.active::before {
    content: '';
    position: absolute;
    top: -11px;
    left: -11px;
    width: 30px;
    height: 30px;
    border: 7px solid rgba(226, 230, 252, 0.5);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.timeline-year {
    position: absolute;
    top: 28px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    font-weight: 300;
    color: rgba(150, 158, 203, 1);
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.timeline-year.active {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}

.timeline-year:hover {
    text-decoration: underline;
}

.history-container {
    position: relative;
    padding-bottom: 60px;
    padding-top: 30px;
}

.history-item {
    display: none;
}

.history-item.active {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 120px;
}

.history-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.history-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin: auto;
}

.history-picture {
    max-width: 100%;
    height: auto;
}

.history_title h2 {
    font-weight: 300;
    font-size: 42px;
    line-height: 120%;
    color: rgba(255, 255, 255, 1);
}

.history_title {
    padding-top: 60px;
}

.esrever_bottom_title {
    width: 100%;
    font-size: 44px;
    font-weight: 300;
    line-height: 120%;
    color: rgba(150, 158, 203, 1);
    margin-bottom: 12px;
}

.esrever_bottom_description {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

/* Адаптив для планшетов 1024px */
@media (max-width: 1024px) {
    .history_title {
        padding-top: 36px;
    }

    .history-container {
        padding-bottom: 36px;
        padding-top: 36px;
    }

    .history-item.active {
        gap: 16px;
    }

    .esrever_bottom_title {
        font-size: 42px;
    }

    .esrever_bottom_description {
        font-size: 14px;
    }
}

/* Адаптив для мобильных устройств 768px */
@media (max-width: 768px) {
    .history-item.active {
        flex-direction: column;
        gap: 20px;
    }

    /* Стили для таймлайна на мобильных */
    .timeline {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-bottom: 30px;
        position: relative;
        cursor: grab;
        height:80px;
    }

    .timeline:active {
        cursor: grabbing;
    }

    .timeline::-webkit-scrollbar {
        display: none;
    }

    .timeline-bar {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 200%;
        height: 2px;
        background-color: rgba(226, 230, 252, 1);
        transform: translateY(-50%);
        z-index: 1; /* Полоса под точками, но над градиентами */
    }

    /* Затемнение только для краев контейнера, не влияет на полосу */
    .timeline::after {
        content: '';
        position: sticky; /* Меняем с absolute на sticky */
        top: 0;
        right: 0;
        width: 40px;
        height: 70px;

        pointer-events: none;
        z-index: 10;
        float: right;
        margin-left: -40px;
    }

    .timeline::before {
        content: '';
        position: sticky; /* Меняем с absolute на sticky */
        top: 0;
        left: 0;
        width: 40px;
        height: 70px;

        pointer-events: none;
        z-index: 10;
        float: left;
        margin-right: -40px;
    }

    /* Стили для точек на мобильных */
    .timeline-point {
        width: 12px;
        height: 12px;
        z-index: 5; /* Точки над полосой */
    }

    .timeline-point::before {
        width: 24px;
        height: 24px;
        top: -6px;
        left: -6px;
        border-width: 6px;
        z-index: 4;
    }

    .timeline-point.active::before {
        width: 34px;
        height: 34px;
        top: -11px;
        left: -11px;
        border-width: 7px;
        z-index: 4;
    }

    /* Стили для годов на мобильных */
    .timeline-year {
        font-size: 20px;
        top: 25px;
        white-space: nowrap;
        z-index: 6; /* Годы над всем */
    }

    /* Адаптация контейнера истории */
    .history-container {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .history-content {
        width: 100%;
        text-align: left;
        padding: 0 15px;
    }

    .history-image {
        width: 100%;
        margin-bottom: 20px;
    }

    .history-picture {
        max-width: 100%;
        height: auto;
    }

    .history_title h2 {
        font-size: 36px;
        text-align: center;
    }

    .history_title {
        padding-top: 30px;
    }
}


/* End */


/* Start:/local/templates/fdplast/components/bitrix/news/about_diploms/bitrix/news.list/.default/style.min.css?17790346595063*/
@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.article_main_block{display:flex;justify-content:space-between;align-items:center;margin-bottom:36px;width:100%}.article_main_block .left_part,.splide__slide.article-item{display:flex;flex-direction:column}.article_main_block .left_part h1{font-weight:300;font-size:44px;color:#10142d;margin:0 0 18px;line-height:1.2}.article_main_block .left_part h3{font-weight:300;font-size:28px;color:#969ecb;margin:0;line-height:1.3}.splide-wrapper{position:relative;width:100%;margin:0 auto}.article-splide{width:100%;visibility:visible;overflow:visible;margin-bottom:40px}.splide__track{overflow:visible!important}.splide__slide.article-item{align-items:flex-start;height:auto;transition:transform .3s ease;background:0 0}.article-preview-image,.new_div{width:100%;border-radius:8px;display:block}.new_div{position:relative;margin-bottom:15px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08)}.article-preview-image{height:auto;object-fit:cover;transition:transform .5s ease}.article_view_btn{width:48px;height:36px;padding:0!important;background:#609f21!important;cursor:pointer;text-decoration:none;color:#fff;border-radius:4px;transition:all .3s;position:absolute;bottom:20px;left:50%;transform:translateX(-50%);z-index:2;display:flex;align-items:center;justify-content:center;border:0;outline:0;box-shadow:0 2px 8px rgba(0,0,0,.2)}.article_view_btn:hover{background:#4f841b!important;transform:translateX(-50%) scale(1.05)}.article_view_btn img{width:20px;height:20px;filter:brightness(0) invert(1)}.article-date{font-size:11px;font-weight:700;color:#003466;padding:4px 10px;background:#e2e6fc;border-radius:4px;margin:0 0 10px;display:inline-block;line-height:1.4;letter-spacing:.3px}.article-title{font-size:17px;color:#242c59;margin:0 0 8px;line-height:1.4;width:100%}.article-title,.article-title b{font-weight:700}.article-description{font-weight:400;font-size:14px;color:#10142d;margin:0;line-height:1.5;width:100%}.splide__pagination{bottom:-35px;display:flex;justify-content:center;gap:10px;padding:0;margin:0;list-style:none}.custom-splide-arrow,.splide__pagination__page{cursor:pointer;transition:all .3s ease;padding:0;margin:0}.splide__pagination__page{width:8px;height:8px;background:#ccc;border-radius:50%;border:0}.splide__pagination__page.is-active{background:#609f21!important;transform:scale(1.3)}.splide__pagination__page:hover{background:#999}.custom-splide-arrow{position:absolute;top:40%;transform:translateY(-50%);width:48px;height:48px;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;z-index:30;border:2px solid #fff}.custom-splide-arrow--prev{left:-24px}.custom-splide-arrow--next{right:-24px}.custom-splide-arrow svg{width:24px;height:24px;stroke:#fff;stroke-width:2.5}.custom-splide-arrow.disabled,.custom-splide-arrow:disabled{opacity:.4;cursor:not-allowed;pointer-events:none;background:#ccc;box-shadow:none;border-color:#999}.custom-splide-arrow.disabled:hover,.custom-splide-arrow:disabled:hover{transform:translateY(-50%) scale(1)}@media (min-width:1025px){.custom-splide-arrow,.splide__pagination{display:none}.splide__track{overflow:hidden!important}}@media (min-width:769px) and (max-width:1024px){.custom-splide-arrow{display:flex;width:44px;height:44px}.custom-splide-arrow--prev{left:0}.custom-splide-arrow--next{right:0}.custom-splide-arrow svg{width:22px;height:22px}.article_main_block .left_part h1{font-size:38px}.article_main_block .left_part h3{font-size:24px}.splide-wrapper{padding:0 30px}}@media (max-width:768px){.article_main_block{margin-bottom:25px}.article_main_block .left_part h1{font-size:42px;margin-bottom:8px}.article_main_block .left_part h3{font-size:20px}.custom-splide-arrow{display:flex;width:40px;height:40px}.custom-splide-arrow--prev{left:0}.custom-splide-arrow--next{right:0}.custom-splide-arrow svg{width:20px;height:20px}.splide__pagination{display:flex;bottom:-30px}.splide__pagination__page{width:7px;height:7px}.article-date{font-size:10px;padding:3px 8px}.article-title{font-size:16px}.article-description{font-size:13px}.article_view_btn{width:42px;height:34px;bottom:15px}.article_view_btn img{width:18px;height:18px}.splide-wrapper{padding:0 20px}}@media (max-width:480px){.article_main_block .left_part h1{font-size:42px}.article_main_block .left_part h3{font-size:18px}.custom-splide-arrow{width:36px;height:36px}.custom-splide-arrow--prev{left:0}.custom-splide-arrow--next{right:0}.custom-splide-arrow svg{width:18px;height:18px}.splide-wrapper{padding:0 15px}}@media (max-width:360px){.custom-splide-arrow{width:32px;height:32px}.custom-splide-arrow--prev{left:0}.custom-splide-arrow--next{right:0}.custom-splide-arrow svg{width:16px;height:16px}.splide-wrapper{padding:0 12px}}.splide__slide{animation:fadeIn .5s ease forwards}@media (min-width:1400px){.custom-splide-arrow--prev{left:-30px}.custom-splide-arrow--next{right:-30px}}@media (min-width:1800px){.custom-splide-arrow--prev{left:-40px}.custom-splide-arrow--next{right:-40px}}
/* End */


/* Start:/local/templates/fdplast/components/bitrix/news/grateful_letter/bitrix/news.list/.default/style.css?177903465912201*/
/* ========== ОСНОВНЫЕ СТИЛИ ========== */
.letters-block-wrapper {
    width: 100%;
    max-width: 1770px;
    margin: 0 auto;
    padding: 0 clamp(15px, 3vw, 20px);
    box-sizing: border-box;
}

/* ========== ЗАГОЛОВОК ========== */
.custom_letters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(24px, 5vw, 36px);
    margin-top: clamp(40px, 8vw, 60px);
    flex-wrap: wrap;
    gap: 20px;
}

.custom_letters .left_block_let h2 {
    font-weight: 300;
    font-size: clamp(32px, 6vw, 44px);
    color: #10142D;
    margin: 0;
    line-height: 1.2;
}

.custom_letters .right_block_let {
    display: flex;
    justify-content: flex-end;
}

.custom_letters .right_block_let a {
    text-decoration: none;
    color: #FFFFFF;
    padding: clamp(8px, 1.5vw, 9.5px) clamp(10px, 2vw, 12px);
    background: #609F21;
    border-radius: 4px;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 550;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-block;
}

.custom_letters .right_block_let a:hover {
    background: #4f851b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(96, 159, 33, 0.3);
}

/* ========== СЛАЙДЕР ========== */
.custom-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.custom-slider {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* ========== СЛАЙД ========== */
.custom-slide {
    min-width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: clamp(20px, 4vw, 40px);
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== ИЗОБРАЖЕНИЕ ========== */
.image-wrapper {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    max-width: clamp(280px, 40vw, 400px);
}

.custom-preview-picture {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ========== СТРЕЛКИ НАВИГАЦИИ ========== */
.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    border: none;
    width: clamp(40px, 5vw, 48px);
    height: clamp(40px, 5vw, 48px);
    cursor: pointer;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.custom-arrow:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.custom-arrow:active {
    transform: translateY(-50%) scale(1);
    background: rgba(255, 255, 255, 1);
}

.custom-arrow:focus {
    outline: none;
}

.custom-arrow-left {
    left: 20px;
}

.custom-arrow-right {
    right: 20px;
}

.custom-arrow img {
    width: 24px;
    height: 24px;
    display: block;
}

.custom-arrow-left img {
    transform: scaleX(-1);
}

/* ========== СЧЕТЧИК ========== */
.custom-counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 20;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}

.counter-arrow {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.counter-arrow:hover {
    background: rgba(0, 0, 0, 0.05);
}

.counter-arrow:active {
    transform: scale(0.95);
}

.counter-arrow:focus {
    outline: none;
}

.counter-arrow img {
    width: 10px;
    height: 16px;
    display: block;
}

.counter-arrow-left img {
    transform: scaleX(-1);
}

.current-slide {
    font-size: clamp(24px, 3vw, 28px);
    color: #344E9B;
    font-weight: 600;
    line-height: 1;
    min-width: 30px;
    text-align: center;
}

.separator,
.total-slides {
    font-size: clamp(24px, 3vw, 28px);
    color: #A9A9A9;
    font-weight: 400;
    line-height: 1;
}

.total-slides {
    min-width: 30px;
    text-align: center;
}

/* ========== КОНТЕНТ ========== */
.content-wrapper_let {
    flex: 1;
    width: 100%;
    padding-right: clamp(15px, 3vw, 20px);
}

.custom-news-date-time {
    font-size: clamp(10px, 1.5vw, 11px);
    font-weight: 700;
    color: #003466;
    padding: 4px 10px;
    background: #E2E6FC;
    border-radius: 4px;
    margin: 0 0 15px 0;
    display: inline-block;
    line-height: 1.4;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.title-div {
    font-weight: 300;
    font-size: clamp(28px, 5vw, 44px);
    color: #10142D;
    line-height: 1.2;
    margin-bottom: clamp(16px, 3vw, 24px);
}

.description-div {
    font-weight: 400;
    font-size: clamp(14px, 2.2vw, 16px);
    color: #10142D;
    line-height: 1.6;
    max-width: 100%;
}

/* ========== АДАПТАЦИЯ ========== */

/* Десктоп (1200px и больше) */
@media (min-width: 1200px) {
    .image-wrapper {
        max-width: 400px;
    }

    .content-wrapper_let {
        max-width: 100%;
        width: auto;
    }

    .title-div {
        font-size: 44px;
        padding-top: 0!important;
    }
}

/* Маленький десктоп (1025px - 1199px) */
@media (min-width: 1025px) and (max-width: 1199px) {
    .content-wrapper_let {
        max-width: 100%;
        width: auto;
    }

    .title-div {
        padding-top: 0;
        font-size: 40px;
    }

    .image-wrapper {
        max-width: 350px;
    }
}

/* Планшеты (1001px - 1024px) */
@media (min-width: 1001px) and (max-width: 1024px) {
    .custom_letters .left_block_let h2 {
        font-size: 38px;
    }

    .title-div {
        font-size: 38px;
        padding-top: 60px;
    }

    .content-wrapper_let {
        max-width: 500px;
    }

    .custom-arrow {
        width: 44px;
        height: 44px;
    }

    .custom-arrow img {
        width: 22px;
        height: 22px;
    }

    .current-slide,
    .separator,
    .total-slides {
        font-size: 24px;
    }

    .image-wrapper {
        max-width: 320px;
    }
}

/* Планшеты (768px - 1000px) - включаем слайдер */
@media (min-width: 768px) and (max-width: 1000px) {
    .custom-slide {
        flex-direction: column;
        gap: 30px;
    }

    .image-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .custom-preview-picture {
        width: 100%;
        max-height: 400px;
        object-fit: contain;
    }

    .content-wrapper_let {
        max-width: 100%;
        padding-right: 0;
    }

    .title-div {
        padding-top: 20px;
        font-size: 36px;
    }

    .custom-arrow {
        width: 40px;
        height: 40px;
    }

    .custom-arrow-left {
        left: 10px;
    }

    .custom-arrow-right {
        right: 10px;
    }

    .custom-counter {
        bottom: 16px;
        padding: 6px 12px;
    }

    .current-slide,
    .separator,
    .total-slides {
        font-size: 22px;
    }
}

/* Мобильные (до 767px) */
@media (max-width: 767px) {
    .custom_letters {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .custom_letters .left_block_let h2 {
        font-size: 32px;
    }

    .custom_letters .right_block_let {
        width: 100%;
    }

    .custom_letters .right_block_let a {
        width: 100%;
        text-align: center;
        padding: 12px 16px;
    }

    .custom-slide {
        flex-direction: column;
        gap: 20px;
    }

    .image-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .custom-preview-picture {
        width: 100%;
        max-height: 300px;
        object-fit: contain;
    }

    .content-wrapper_let {
        max-width: 100%;
        padding-right: 0;
    }

    .title-div {
        padding-top: 0;
        font-size: 28px;
        margin-bottom: 16px;
    }

    .description-div {
        font-size: 14px;
        max-width: 100%;
    }

    .custom-arrow {
        width: 36px;
        height: 36px;
    }

    .custom-arrow-left {
        left: 5px;
    }

    .custom-arrow-right {
        right: 5px;
    }

    .custom-arrow img {
        width: 18px;
        height: 18px;
    }

    .custom-counter {
        bottom: 12px;
        padding: 4px 10px;
    }

    .current-slide,
    .separator,
    .total-slides {
        font-size: 20px;
    }

    .counter-arrow img {
        width: 8px;
        height: 14px;
    }
}

/* Маленькие мобильные (до 480px) */
@media (max-width: 480px) {
    .custom_letters .left_block_let h2 {
        font-size: 28px;
    }

    .title-div {
        font-size: 24px;
    }

    .description-div {
        font-size: 13px;
    }

    .custom-preview-picture {
        max-height: 250px;
    }

    .custom-arrow {
        width: 32px;
        height: 32px;
    }

    .custom-arrow img {
        width: 16px;
        height: 16px;
    }

    .current-slide,
    .separator,
    .total-slides {
        font-size: 18px;
    }

    .custom-counter {
        padding: 4px 8px;
        gap: 4px;
    }
}

/* Очень маленькие мобильные (до 360px) */
@media (max-width: 360px) {
    .custom_letters .left_block_let h2 {
        font-size: 24px;
    }

    .title-div {
        font-size: 22px;
    }

    .description-div {
        font-size: 12px;
    }

    .custom-preview-picture {
        max-height: 200px;
    }

    .custom-arrow {
        width: 28px;
        height: 28px;
    }

    .custom-arrow img {
        width: 14px;
        height: 14px;
    }

    .current-slide,
    .separator,
    .total-slides {
        font-size: 16px;
    }
}

/* Планшеты в landscape ориентации */
@media (orientation: landscape) and (max-height: 600px) {
    .custom-slide {
        flex-direction: row;
        align-items: center;
    }

    .image-wrapper {
        max-width: 300px;
    }

    .custom-preview-picture {
        max-height: 250px;
    }

    .title-div {
        padding-top: 0;
        font-size: 28px;
    }
}

/* Тач-устройства */
@media (hover: none) and (pointer: coarse) {
    .custom-arrow:hover {
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .custom-arrow:active {
        background: rgba(255, 255, 255, 1);
        transform: translateY(-50%) scale(0.95);
    }

    .custom_letters .right_block_let a:hover {
        transform: none;
        background: #609F21;
    }

    .counter-arrow:hover {
        background: none;
    }
}

/* Большие экраны (более 1770px) */
@media (min-width: 1771px) {
    .letters-block-wrapper {
        max-width: 1770px;
    }

    .custom_letters .left_block_let h2 {
        font-size: 48px;
    }

    .custom_letters .right_block_let a {
        font-size: 18px;
        padding: 12px 24px;
    }

    .image-wrapper {
        max-width: 450px;
    }

    .content-wrapper_let {
        max-width: 100%;
    }

    .title-div {
        font-size: 52px;
        padding-top: 0;
    }

    .description-div {
        font-size: 18px;
    }

    .custom-arrow {
        width: 56px;
        height: 56px;
    }

    .custom-arrow img {
        width: 28px;
        height: 28px;
    }

    .current-slide,
    .separator,
    .total-slides {
        font-size: 32px;
    }
}

/* High DPI */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .custom-preview-picture {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .custom-arrow {
        border: 0.5px solid rgba(0, 0, 0, 0.05);
    }
}
/* End */


/* Start:/local/templates/fdplast/components/bitrix/news/about_questions/bitrix/news.list/.default/style.css?177903465912936*/
/* ========== ОСНОВНЫЕ СТИЛИ ========== */
.custom-faq-panel {
    margin-top: clamp(40px, 8vw, 60px);
    width: 100%;
    max-width: 1770px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 clamp(15px, 3vw, 20px);
    box-sizing: border-box;
}

/* ========== ВЕРХНЯЯ ЧАСТЬ ========== */
.question_main_contaiener {
    display: flex;
    justify-content: space-between;
    gap: clamp(20px, 4vw, 40px);
    align-items: flex-start;
    flex-wrap: wrap;
}

.question_content {
    flex: 1;
    min-width: 300px;
}

.auestion_h1 {
    font-size: clamp(28px, 5vw, 44px);
    font-weight: 300;
    color: #10142D;
    margin: 0 0 clamp(12px, 2vw, 18px) 0;
    line-height: 1.2;
}

.qustions_p {
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 400;
    color: #10142D;
    margin: 0;
    line-height: 1.5;
}

.qustions_p a {
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 400;
    color: #344E9B;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.qustions_p a:hover {
    color: #609F21;
    text-decoration: underline;
}

/* ========== ВКЛАДКИ ========== */
.custom-tabs {
    flex: 1;
    display: flex;
    gap: clamp(8px, 1.5vw, 12px);
    min-width: 300px;
}

.custom-tab {
    cursor: pointer;
    padding: clamp(10px, 1.5vw, 12px) clamp(8px, 1.2vw, 10px);
    border: 1px solid transparent;
    flex: 1;
    border-radius: 4px;
    color: #344E9B;
    font-weight: 550;
    font-size: clamp(14px, 2vw, 15px);
    background: #E2E6FC;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    min-height: 44px;
}

.custom-tab:hover {
    background: #CED2E8;
}

.custom-tab.active {
    background-color: #344E9B;
    color: #E2E6FC;
    border-color: #344E9B;
}

/* ========== КОНТЕНТ ========== */
.custom-content {
    margin-top: clamp(24px, 5vw, 36px);
}

.custom-section-content {
    animation: fadeInFaq 0.4s ease forwards;
}

@keyframes fadeInFaq {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-section-layout {
    display: flex;
    gap: clamp(20px, 4vw, 30px);
}

/* ========== ИЗОБРАЖЕНИЕ ========== */
.custom-section-image {
    flex: 1;
    max-width: 50%;
}

.custom-section-img {
    width: 100%;
    max-height: clamp(300px, 40vw, 466px);
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ========== ВОПРОСЫ-ОТВЕТЫ ========== */
.custom-section-qa {
    flex: 1;
    max-width: 50%;
}

/* Аккордеон */
.custom-accordion-item {
    margin-bottom: 8px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.custom-accordion-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.custom-accordion-question {
    cursor: pointer;
    margin: 0 16px;
    padding: clamp(14px, 2vw, 16px) 40px clamp(14px, 2vw, 16px) 0;
    position: relative;
    font-weight: 500;
    color: #10142D;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.4;
    transition: all 0.3s ease;
}

.custom-accordion-question:hover {
    color: #344E9B;
}

.custom-accordion-question.open {
    border-bottom: 1px solid #E3E3E3;
}

.custom-accordion-answer {
    display: none;
    margin: 0 16px;
    padding: clamp(12px, 2vw, 16px) 0;
    color: #505064;
    font-size: clamp(13px, 2vw, 15px);
    line-height: 1.6;

}

/* Стрелка аккордеона */
.accordion-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: clamp(20px, 3vw, 24px);
    height: clamp(20px, 3vw, 24px);
    transition: transform 0.3s ease;
}

.custom-accordion-question.open .accordion-arrow {
    transform: translateY(-50%) rotate(180deg);
}
/* Плавная анимация для ответов аккордеона */
.custom-accordion-answer {
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease, margin 0.3s ease;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.custom-accordion-answer[style*="display: block"] {
    display: block !important;
    max-height: none; /* Будет переопределено JS для анимации */
}

/* Плавное появление контента раздела */
.custom-section-content {
    animation: fadeInFaq 0.4s ease forwards;
}

@keyframes fadeInFaq {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Дополнительный класс для стрелки */
.custom-accordion-question.open .accordion-arrow {
    transform: translateY(-50%) rotate(180deg);
}
/* ========== СТИЛИ ДЛЯ СПИСКОВ В ОТВЕТАХ ========== */
.custom-accordion-answer ul,
.custom-accordion-answer ol {
    margin: 0.5em 0;
    padding-left: 1.5em;
}

.custom-accordion-answer li {
    margin-bottom: 0.25em;
    line-height: 1.5;
}

/* Стили для маркеров списков */
.custom-accordion-answer ul {
    list-style-type: disc;
}

.custom-accordion-answer ul ul {
    list-style-type: circle;
}

.custom-accordion-answer ul ul ul {
    list-style-type: square;
}

.custom-accordion-answer ol {
    list-style-type: decimal;
}

.custom-accordion-answer ol ol {
    list-style-type: lower-alpha;
}

.custom-accordion-answer ol ol ol {
    list-style-type: lower-roman;
}

/* Дополнительные отступы для вложенных списков */
.custom-accordion-answer li > ul,
.custom-accordion-answer li > ol {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

/* Если нужно добавить иконку вместо стандартного маркера для ul */
.custom-accordion-answer ul:not([class]) {
    list-style-type: none;
    padding-left: 0;
}

.custom-accordion-answer ul:not([class]) li {
    position: relative;
    padding-left: 1.2em;
}

.custom-accordion-answer ul:not([class]) li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #344E9B; /* Цвет маркера, можно изменить под ваш дизайн */
    font-weight: bold;
}

/* Стили для кастомных маркеров (если нужно использовать svg иконки) */
.custom-accordion-answer ul.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-accordion-answer ul.custom-list li {
    position: relative;
    padding-left: 1.5em;
}

.custom-accordion-answer ul.custom-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.75em;
    height: 0.75em;
    background: #344E9B;
    border-radius: 50%;
}

/* Альтернативный вариант с галочкой */
.custom-accordion-answer ul.check-list li:before {
    content: "✓";
    background: none;
    color: #609F21;
    font-size: 1em;
    top: 0;
}
/* ========== АДАПТАЦИЯ ========== */

/* Десктоп (1200px и больше) */
@media (min-width: 1200px) {
    .custom-faq-panel {
        max-width: 1770px;
    }

    .auestion_h1 {
        font-size: 44px;
    }

    .custom-section-img {
        max-height: 466px;
    }
}

/* Маленький десктоп (1025px - 1199px) */
@media (min-width: 1025px) and (max-width: 1199px) {
    .custom-faq-panel {
        padding: 0 30px;
    }

    .auestion_h1 {
        font-size: 40px;
    }

    .custom-section-img {
        max-height: 420px;
    }
}

/* Планшеты (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .custom-faq-panel {
        padding: 0 25px;
    }

    .auestion_h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .qustions_p,
    .qustions_p a {
        font-size: 15px;
    }

    .custom-tab {
        font-size: 14px;
        padding: 10px 8px;
        white-space: nowrap;
    }

    .custom-section-layout {
        gap: 20px;
    }

    .custom-section-img {
        max-height: 380px;
    }

    .custom-accordion-question {
        font-size: 15px;
    }

    .custom-accordion-answer {
        font-size: 14px;
    }
}

/* Планшеты (768px - 1024px) альбомная ориентация */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .custom-section-img {
        max-height: 350px;
    }
}

/* Мобильные (до 768px) */
@media (max-width: 768px) {
    .custom-faq-panel {
        margin-top: 40px;
        padding: 0 20px;
    }

    /* Перестраиваем верхнюю часть */
    .question_main_contaiener {
        flex-direction: column;
        gap: 20px;
    }

    .question_content {
        width: 100%;
        min-width: 100%;
    }

    .auestion_h1 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .qustions_p {
        font-size: 15px;
    }

    .qustions_p a {
        font-size: 15px;
        white-space: normal;
    }

    /* Вкладки */
    .custom-tabs {
        width: 100%;
        min-width: 100%;
        flex-wrap: wrap;
        gap: 8px;
    }

    .custom-tab {
        flex: 1 1 calc(50% - 4px);
        font-size: 14px;
        padding: 12px 5px;
        white-space: normal;
        min-height: 44px;
    }

    /* Перестраиваем контент */
    .custom-section-layout {
        flex-direction: column;
        gap: 20px;
    }

    .custom-section-image {
    display: none;
        max-width: 100%;
        width: 100%;
    }

    .custom-section-img {
        max-height: 280px;
        width: 100%;
    }

    .custom-section-qa {
        max-width: 100%;
        width: 100%;
    }
}

/* Маленькие мобильные (до 480px) */
@media (max-width: 480px) {
    .custom-faq-panel {
        padding: 0 15px;
    }

    .auestion_h1 {
        font-size: 28px;
    }

    .qustions_p,
    .qustions_p a {
        font-size: 14px;
    }

    /* Вкладки по 1 в ряд */
    .custom-tab {
        flex: 1 1 100%;
        font-size: 14px;
        padding: 12px 8px;
    }

    .custom-section-img {
        max-height: 220px;
    }

    .custom-accordion-question {
        font-size: 14px;
        padding: 12px 35px 12px 0;
        margin: 0 12px;
    }

    .custom-accordion-answer {
        font-size: 13px;
        margin: 0 12px;
        padding: 10px 0;
    }

    .accordion-arrow {
        width: 18px;
        height: 18px;
    }
}

/* Очень маленькие мобильные (до 360px) */
@media (max-width: 360px) {
    .custom-faq-panel {
        padding: 0 12px;
    }

    .auestion_h1 {
        font-size: 24px;
    }

    .custom-section-img {
        max-height: 180px;
    }

    .custom-accordion-question {
        font-size: 13px;
        padding: 10px 30px 10px 0;
    }

    .custom-accordion-answer {
        font-size: 12px;
    }

    .accordion-arrow {
        width: 16px;
        height: 16px;
    }
}

/* Планшеты в landscape ориентации */
@media (orientation: landscape) and (max-height: 600px) {
    .custom-section-img {
        max-height: 250px;
    }

    .custom-accordion-question {
        padding: 10px 35px 10px 0;
    }
}

/* Тач-устройства */
@media (hover: none) and (pointer: coarse) {
    .custom-tab:active {
        background: #344E9B;
        color: #E2E6FC;
    }



    .custom-accordion-question:active {
        background: #f5f5fa;
        color: #10142D;
    }

    .custom-accordion-question:hover {
        color: #10142D;
    }

    .custom-accordion-item:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    }

    .qustions_p a:hover {
        color: #344E9B;
        text-decoration: none;
    }
}

/* Большие экраны (более 1770px) */
@media (min-width: 1771px) {
    .custom-faq-panel {
        max-width: 1770px;
    }

    .auestion_h1 {
        font-size: 52px;
    }

    .qustions_p {
        font-size: 18px;
    }

    .qustions_p a {
        font-size: 18px;
    }

    .custom-tab {
        font-size: 18px;
        padding: 16px 20px;
        min-height: 60px;
    }

    .custom-section-img {
        max-height: 550px;
    }

    .custom-accordion-question {
        font-size: 18px;
        padding: 20px 50px 20px 0;
    }

    .custom-accordion-answer {
        font-size: 16px;
    }

    .accordion-arrow {
        width: 28px;
        height: 28px;
    }
}

/* High DPI */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .custom-accordion-item {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    }

    .custom-section-img {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }
}
/* End */
/* /local/templates/fdplast/components/bitrix/news/about_collage25years/bitrix/news.list/.default/style.css?177903465913260 */
/* /local/templates/fdplast/components/bitrix/news/about_our_manuf/bitrix/news.list/.default/style.css?17790346597407 */
/* /local/templates/fdplast/components/bitrix/news/why_we/bitrix/news.list/.default/style.min.css?17790346592409 */
/* /local/templates/fdplast/components/bitrix/news/about_years/bitrix/news.list/.default/style.css?17802784696426 */
/* /local/templates/fdplast/components/bitrix/news/about_diploms/bitrix/news.list/.default/style.min.css?17790346595063 */
/* /local/templates/fdplast/components/bitrix/news/grateful_letter/bitrix/news.list/.default/style.css?177903465912201 */
/* /local/templates/fdplast/components/bitrix/news/about_questions/bitrix/news.list/.default/style.css?177903465912936 */
