

/* Start:/local/templates/main/components/bitrix/news.detail/download_outlook/style.css?1752050333186*/
.b-card-web.b-card-web--main:hover svg path {
    fill: white;
}

.b-card-web__icon-wrap.icon-rutube svg {
    height: 80%;
}

.b-card-web__text a:hover {
    color: white !important;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/accordion_industry/style.css?17891361353528*/

.faq, .faq * { box-sizing: border-box; }

/* ===== 1920 (база) ===== */
.faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 240px 128px;
    width: 100%;
    font-family: 'DIN Pro', sans-serif;
}

li.faq__item {
    list-style: unset;
}

.faq__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    padding: 64px 48px;
    width: 100%;
    max-width: 1440px;
    background: rgba(204, 231, 255, 0.15);
    border: 1px solid #99CFFF;
    border-radius: 40px;
}

.faq__title {
    flex: none;
    margin: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.03em;
    color: #1D1D1F;
    font-family: 'Din-Pro-Medium';
}

.faq__list {
    flex: 1 1 auto;
    width: 100%;   /* добавлено — без этого список сжимается до ширины самого длинного вопроса и "уезжает" в центр при схлопывании пунктов */
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq__item {
    padding-top: 24px;
    border-bottom: 1px solid #99CFFF;
}
.faq__item:last-child {
    border-bottom: none;
}

.faq__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 0;
    padding-bottom: 24px;
    padding-top: 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
}

/* первый элемент — открытый, у него кнопка без нижнего паддинга (ответ занимает место) */
.faq__item--open .faq__btn {
    padding-bottom: 0;
}

.faq__icon {
    flex: none;
    width: 15px;
    height: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.faq__icon svg { display: block; }

.faq__question {
    font-family: Din-Pro-Medium;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #1D1D1F;
}

.faq__answer {
    padding: 16px 0 24px 31px; /* 15px icon + 16px gap */
}
.faq__answer[hidden] { display: none; }

.faq__answer p {
    margin: 0;
    font-family: Din-Pro-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #1D1D1F;
}

/* ===== планшет ≤1280px ===== */
@media (max-width: 1280px) {
    .faq { padding: 0 32px 80px; }

    .faq__block {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        padding: 32px 24px;
        border-radius: 40px;
    }

    .faq__title {
        width: 100%;
        text-align: center;
        font-size: 48px;
        line-height: 56px;
    }

    .faq__list { width: 100%; }

    .faq__question { font-size: 22px; line-height: 28px; }
    .faq__answer p { font-size: 16px; line-height: 24px; }
}

/* ===== мобайл ≤600px ===== */
@media (max-width: 600px) {
    .faq { padding: 0 20px 80px; }

    .faq__block {
        border-radius: 24px;
        padding: 32px 24px;
        gap: 32px;
    }

    .faq__title {
        font-size: 30px;
        line-height: 43px;
    }

    .faq__question { font-size: 18px; line-height: 26px; }
    .faq__answer p { font-size: 15px; line-height: 22px; }
}

/* End */
/* /local/templates/main/components/bitrix/news.detail/download_outlook/style.css?1752050333186 */
/* /local/templates/main/components/bitrix/news.list/accordion_industry/style.css?17891361353528 */
