

/* Start:/local/bitrix/templates/.default/components/bitrix/news.detail/seminar_webinar.detail/style.css?178833592046*/
.channel__button{
    text-decoration: none;
}
/* End */


/* Start:/local/components/vue/webinar/_shared/style.css?1788335920189*/
.webinar-page p,
.webinar-page h1,
.webinar-page h2,
.webinar-page h3,
.webinar-page h4,
.webinar-page ol,
.webinar-page ul {
    margin: 0;
}

.webinar-page a{
    text-decoration: none;
}
/* End */


/* Start:/local/css/elements/v2026/btn.light.css?1785935758235*/
.btn-light{
    --button-background: #ECF7F0;
    --button-color: #386753;

    --buttion-hover-background: #DBEFE1;
    --button-hover-color: #2D5242;

    --button-disabled-background: #E4E6E5;
    --button-disabled-color: #939997;
}
/* End */


/* Start:/local/components/vue/webinar/webinar-banner/style.css?17883359202867*/
.webinar-banner {
    background-image: var(--webinar-banner-bg-mob);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    .container {
        display: flex;
        flex-direction: column;
        gap: 72px;
        padding-top: 80px;
        padding-bottom: 64px;
    }
}

.webinar-banner__block {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.webinar-banner__content {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.webinar-banner__content-text {
    display: flex;
    flex-direction: column;
}

.webinar-banner__name {
    font-size: 24px;
    font-weight: 600;
    color: #93CCB1;
    padding-bottom: 8px;
}

.webinar-banner__title {
    font-size: 40px;
    font-weight: 600;
    color: white;
    padding-bottom: 24px;
}

.webinar-banner__subtitle {
    font-size: 18px;
    font-weight: 400;
    color: white;
}

.webinar-banner__content-lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;

    @media (max-width: 1024px) {
        a {
            width: 100%;
        }
    }
}

.webinar-banner__meta {
    display: flex;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #EDF7F3;
}

.webinar-banner__collage {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.webinar-banner__collage-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}


@media (min-width: 1024px) {
    .webinar-banner {
        background-image: var(--webinar-banner-bg, var(--webinar-banner-bg-mob));
        aspect-ratio: 16/9;

        .container {
            gap: 68px;
            padding-top: 112px;
            padding-bottom: 72px;
        }
    }

    .webinar-banner__block {
        flex-direction: row;
        justify-content: space-between;
        gap: unset;
    }

    .webinar-banner__content {
    }

    .webinar-banner__content-text {

    }

    .webinar-banner__name {

    }

    .webinar-banner__title {
        font-size: 64px;
        padding-bottom: 32px;
    }

    .webinar-banner__subtitle {
        font-size: 18px;
        font-weight: 400;
    }

    .webinar-banner__content-lead {
        flex-direction: row;
        align-items: center;
        gap: 32px;
    }

    .webinar-banner__meta {
        font-size: 18px;
    }

    .webinar-banner__collage {
        flex: 0 1 40%;
        align-self: flex-end;
    }

}


@media (min-width: 1600px) {
    .webinar-banner {
        .container {
            gap: 122px;
        }
    }

    .webinar-banner__title {
        font-size: 84px;
    }

    .webinar-banner__subtitle {
        font-size: 20px;
        font-weight: 600;
    }


    .webinar-banner__meta {
        font-size: 20px;
    }


    .webinar-banner__collage {
        flex: 0 1 46%;
    }
}

/* End */


/* Start:/local/components/vue/webinar/webinar-why/style.css?1788335920451*/
.webinar-why {
    background-color: white;
    border-radius: 12px;
}

.webinar-why__card {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 12px;
}

.webinar-why__label {
    color: #454C4B;
    font-weight: 600;
    font-size: 24px;
}

@media (min-width: 1024px) {
    .webinar-why__card {
        padding: 40px 48px 56px 48px;
    }
}

@media (min-width: 1600px) {
    .webinar-why {
        margin: 0 152px;
    }
}
/* End */


/* Start:/local/components/vue/webinar/webinar-topics/style.css?17883359202951*/
.webinar-topics__cover {
    background-image: var(--webinar-topics-cover-img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
}

.webinar-topics {
    padding: 44px 0;
}

.webinar-section__title {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 26px;
}

.webinar-section__block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.webinar-topics__cover {
    min-height: 500px;
    padding: 56px 32px;
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.webinar-topics__cover-caption {
    color: white;
    font-size: 32px;
    font-weight: 600;
}

.webinar-topics__grid {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 12px;
}

.webinar-topics__card {
    display: flex;
    padding: 16px 12px;
    flex-direction: column;
    justify-content: space-between;
    gap: 85px;
    align-items: flex-start;
    border-radius: 12px;
    background: #EDF7F3;
}

.webinar-topics__card-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.webinar-topics__number {
    color: #75AA92;
    font-size: 44px;
    font-weight: 600;
}

.webinar-topics__card-title {
    font-size: 20px;
    font-weight: 600;

}

.webinar-topics__card-description {
    font-size: 16px;
}

.webinar-topics__card--bonus {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 12px;
    background: radial-gradient(123.07% 109.66% at 24.26% 20.7%,  #75AA92 0%, #386753 100%);

    .webinar-topics__card-title {
        color: white;
        padding-bottom: 8px;
    }

    .webinar-topics__bonus-list {
        font-size: 14px;
        color: white;
    }
}


@media (min-width: 1024px) {
    .webinar-topics {
        padding: 72px 0;
    }

    .webinar-section__title {
        font-size: 44px;
    }

    .webinar-section__block {
        flex-direction: row;
    }

    .webinar-topics__cover {
        width: 50%;
    }

    .webinar-topics__grid {
        grid-template-columns: repeat(3, 33%);
    }

    .webinar-topics__card {
        padding: 24px;
        justify-content: space-between;
        gap: unset;
    }

    .webinar-topics__card-title {
        font-size: 24px;
    }

    .webinar-topics__card-description {
        font-size: 18px;
    }

    .webinar-topics__card--bonus {
        display: flex;
        padding: 24px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: 12px;
        background: radial-gradient(123.07% 109.66% at 24.26% 20.7%,  #75AA92 0%, #386753 100%);

        .webinar-topics__card-title {
            color: white;
        }

        .webinar-topics__bonus-list {
            color: white;
        }
    }

}

@media (min-width: 1600px) {
    .webinar-topics__cover {
        width: 36%;
    }

}

/* End */


/* Start:/local/components/vue/webinar/webinar-timeline/style.css?17883359202854*/
.webinar-timeline__list {
    position: relative;
    margin-top: 32px;
    padding: 0;
    list-style: none;
}

/* Мобильная ось — вертикальная, по центрам точек */
.webinar-timeline__list::before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 6px;
    width: 1px;
    background-color: #7a807e;
}

.webinar-timeline__step {
    position: relative;
    padding-left: 32px;
}

.webinar-timeline__step + .webinar-timeline__step {
    margin-top: 56px;
}

/* Пунктирная отсечка шага */
.webinar-timeline__step::before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    left: 12px;
    border-top: 1px dashed #7a807e;
}

.webinar-timeline__marker {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #7a807e;
}

.webinar-timeline__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 44px;
}

.webinar-timeline__duration {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 100px;
    background-color: #b8e2cd;
    color: #161919;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    white-space: nowrap;
}

.webinar-timeline__step-title {
    color: #161919;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.webinar-timeline__step-text {
    color: #454c4b;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

@media (min-width: 1440px) {
    .webinar-timeline {
        padding: 72px 0;
    }


    .webinar-timeline__list {
        display: flex;
        align-items: stretch;
        gap: 48px;
    }

    /* Сквозная горизонтальная ось через центры точек */
    .webinar-timeline__list::before {
        top: 5px;
        right: 0;
        bottom: auto;
        left: 0;
        width: auto;
        height: 1px;
        border: none;
        background-color: #7a807e;
    }

    .webinar-timeline__step {
        display: block;
        flex: 1 1 0;
        min-width: 0;
        padding-left: 0;
    }

    .webinar-timeline__step + .webinar-timeline__step {
        margin-top: 0;
    }

    /* Вертикальный пунктир от точки вниз на всю высоту колонки */
    .webinar-timeline__step::before {
        top: 12px;
        right: auto;
        bottom: 0;
        left: 5px;
        width: 0;
        border-top: none;
        border-left: 1px dashed #7a807e;
    }

    .webinar-timeline__marker {
        top: 0;
        left: 0;
    }

    .webinar-timeline__content {
        padding-top: 48px;
        padding-left: 25px;
    }
}

/* End */


/* Start:/local/components/vue/webinar/webinar-experts/style.css?17883359201447*/
.webinar-experts {
    padding: 44px 0;
}

.webinar-experts__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #161919;
    padding-bottom: 32px;
}

.webinar-experts__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
    padding: 0;
    list-style: none;
}

.webinar-experts__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 0;
    padding: 336px 8px 8px;
    border-radius: 12px;
    background-color: #c8cccb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.webinar-experts__notes {
    display: flex;
    flex-direction: column;
    padding: 16px 12px;
    border-radius: 8px;
    background-color: #fff;
    flex: 1;
}

.webinar-experts__head {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.webinar-experts__name {
    font-size: 18px;
    font-weight: 600;
}

.webinar-experts__occupation {
    font-size: 16px;
    opacity: 0.7;
}

@media (min-width: 1440px) {
    .webinar-experts__title {
        font-size: 44px;
    }

    .webinar-experts__list {
        flex-direction: row;
        gap: 24px;
        justify-content: space-between;
        margin-top: 40px;
    }

    .webinar-experts__item {
        flex: 1;
        padding: 395px 8px 8px;
    }
}

@media (min-width: 1600px) {
    .webinar-experts {
        padding: 72px 0;
    }
}

/* End */


/* Start:/local/components/vue/webinar/webinar-registration/style.css?17883359202516*/
.registration {
    padding-top: 44px;
    padding-bottom: 44px;
}

.webinar-registration {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url("https://www.gwd.ru/upload/medialibrary/7fd/7fde224c6866fa798504574fa4fcaf33.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 12px;
    padding: 32px 16px 40px 16px;
    gap: 100px;
    aspect-ratio: 408 / 621;
}


.webinar-registration__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.webinar-registration__text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.webinar-registration__title {
    color: white;
    font-size: 44px;
    font-weight: 600;
}

.webinar-registration__subtitle {
    color: white;
    font-size: 18px;
}

.webinar-registration__stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.webinar-registration__stats-title {
    color: white;
    font-size: 24px;
    font-weight: 600;
}

.webinar-registration__stats-list {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: fit-content;
}

.webinar-registration__stat {
    display: flex;
    padding: 12px 24px;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: #2D5242;
}

.webinar-registration__stat-value,
.webinar-registration__stat-label {
    color: white;
    font-size: 18px;
}

.webinar-registration__stat-label {
    opacity: 0.6;
}

@media (min-width: 1024px) {
    .registration {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .webinar-registration {
        background-image: url("https://www.gwd.ru/upload/medialibrary/b69/b69fadedeb790c6c0bed346493c3d63b.png");
        padding: 40px 56px;
        flex-direction: row;
        justify-content: space-between;
        aspect-ratio: unset;
        gap: unset;
    }

    .webinar-registration__stats {
        align-items: flex-end;
    }

    .webinar-registration__stats-title {
        color: white;
        font-size: 24px;
        font-weight: 600;
    }

    .webinar-registration__stats-list {
        flex-direction: column;
    }

}

@media (min-width: 1600px) {
    .webinar-registration {
        background-image: url("https://www.gwd.ru/upload/medialibrary/2e9/2e964e2d4fc6111bb7f58d682b1c6710.png");
        padding: 40px 72px;
    }
}

@media (max-width: 768px) {
    .webinar-registration{
        button {
            width: 100%;
        }
    }
}
/* End */


/* Start:/local/components/vue/webinar/webinar-record/style.css?17883359201714*/
.webinar-record {
    padding: 56px 0;
    background-image: url("https://www.gwd.ru/upload/medialibrary/362/36241e4629f2dfee4b14d0941d348bfb.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.webinar-record__layout {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.webinar-record__player {
    position: relative;
    width: 100%;
    order: 2;
    overflow: hidden;
    border-radius: 12px;
    background-color: #000;
}

.webinar-record__player::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.webinar-record__frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.webinar-record__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    order: 1;
}

.webinar-record__title {
    color: #161919;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

.webinar-record__description {
    color: #3a3c3a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

@media (min-width: 1440px) {
    .webinar-record {
        padding: 72px 0;
        background-image: url("https://www.gwd.ru/upload/medialibrary/d98/d980e9675796aa3c0b41ea8990f48432.png");
    }

    .webinar-record__layout {
        flex-direction: row;
        align-items: center;
        gap: 48px;
    }

    .webinar-record__player {
        flex: 1 1 50%;
        order: 1;
        min-width: 0;
    }

    .webinar-record__content {
        flex: 1 1 50%;
        order: 2;
        min-width: 0;
        gap: 20px;
    }

    .webinar-record__title {
        font-size: 44px;
    }

    .webinar-record__description {
        font-size: 18px;
    }
}

/* End */
/* /local/bitrix/templates/.default/components/bitrix/news.detail/seminar_webinar.detail/style.css?178833592046 */
/* /local/components/vue/webinar/_shared/style.css?1788335920189 */
/* /local/css/elements/v2026/btn.light.css?1785935758235 */
/* /local/components/vue/webinar/webinar-banner/style.css?17883359202867 */
/* /local/components/vue/webinar/webinar-why/style.css?1788335920451 */
/* /local/components/vue/webinar/webinar-topics/style.css?17883359202951 */
/* /local/components/vue/webinar/webinar-timeline/style.css?17883359202854 */
/* /local/components/vue/webinar/webinar-experts/style.css?17883359201447 */
/* /local/components/vue/webinar/webinar-registration/style.css?17883359202516 */
/* /local/components/vue/webinar/webinar-record/style.css?17883359201714 */
