/* Reset & Base Styles */
.strategy_2026 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.strategy_2026 body {
    font-family: 'GraphikAton Web', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #121212;
    background: #FFFFFF;
    line-height: 24px;
    overflow-x: hidden;
}

/* Typography */
.strategy_2026 section h1, .strategy_2026 section h2, .strategy_2026 section h3, .strategy_2026 section h4, .strategy_2026 section .banner__caption {
    font-weight: 500;
}

.strategy_2026 h1, .strategy_2026 .banner__caption {
    font-size: 60px;
    line-height: 72px;
}

.strategy_2026 section:not(.section-form-glass):not(.key-topics):not(.webinar-section):not(.expert-views) h2 {
    font-size: 48px;
    line-height: 64px;
}

.strategy_2026 section:not(.section-form-glass):not(.quote-section):not(.key-topics):not(.expert-views) h3 {
    font-size: 32px;
    line-height: 40px;
}

.strategy_2026 section:not(.section-form-glass):not(.webinar-section) h4 {
    font-size: 14px;
    line-height: 24px;
}

.strategy_2026 section:not(.section-form-glass):not(.webinar-section):not(.quote-section):not(.banner):not(.key-topics) p {
    font-size: 22px;
    line-height: 32px;
}

/* Grid System - 12 columns */
.strategy_2026 .container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 64px;
}

.strategy_2026 .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    grid-row-gap:0
}

/* Banner Section */
.strategy_2026 .banner {
    position: relative;
    background: url('/i/images/strategy-2026-2/banner-1920.webp') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 224px 0 80px;
}

@media screen and (max-width: 1600px) {
    .strategy_2026 .banner {
        background: url("/i/images/strategy-2026-2/banner-1600.webp") center/cover no-repeat;
    }
}
@media screen and (max-width: 1280px) {
    .strategy_2026 .banner {
        background: url("/i/images/strategy-2026-2/banner-1280.webp") center/cover no-repeat;
    }
}
@media screen and (max-width: 768px) {
    .strategy_2026 .banner {
        background: url("/i/images/strategy-2026-2/banner-768.webp") center/cover no-repeat;
    }
}
@media screen and (max-width: 576px) {
    .strategy_2026 .banner {
        background: url("/i/images/strategy-2026-2/banner-375.webp") center/cover no-repeat;
    }
}

.strategy_2026 .banner__content {
    width: 100%;
}

.strategy_2026 .banner__text {
    grid-column: 4 / 10;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.strategy_2026 .banner__title,.strategy_2026 .banner__caption {
    color: #FFFFFF;
}

.strategy_2026 .banner__description {
    color: #DBDBDB;
}

.strategy_2026 .banner__buttons {
    display: flex;
    gap: 12px;
}

.strategy_2026 .video-swiper-container {
    padding-left: 64px;
    overflow: hidden;
}

/* Buttons */
.strategy_2026 .btn,
.strategy_2026 a.btn {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 28px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: 356px;
    height: 48px;
    line-height: 24px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}

.strategy_2026 .btn--primary,
.strategy_2026 a.btn--primary {
    background: #FFFFFF;
    color: #121212;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.strategy_2026 .btn--primary:hover,
.strategy_2026 a.btn--primary:hover {
    background: #F4F4F4;
    text-decoration: none;
}

/* Убираем hover для кнопки в секции вебинара */
.strategy_2026 .webinar__cta a.btn--primary:hover,
.strategy_2026 .webinar__cta .btn--primary:active,
.strategy_2026 .webinar__cta a.btn--primary:active,
.strategy_2026 .webinar__cta .btn--primary:focus,
.strategy_2026 .webinar__cta a.btn--primary:focus {
    text-decoration: none !important;
    transform: none !important;
    box-shadow: none !important;
    border-bottom: none !important
}
.strategy_2026 .btn--dark:hover,
.strategy_2026 .btn--primary:hover,
.strategy_2026 .webinar__cta .registry:hover{
    background-color: #6400E7 !important;
    color: #FFF !important;
    text-decoration: none !important;
    transform: none !important;
    box-shadow: none !important;
    border-bottom: none !important
}

/* Отключаем все hover эффекты для кнопки с классами btn btn--primary button white-bord web__link-reg open-popup temp-open-popup */
.strategy_2026 .btn.btn--primary.temp-open-popup:hover,
.strategy_2026 a.btn.btn--primary.temp-open-popup:hover,
.strategy_2026 .btn.btn--primary.temp-open-popup:active,
.strategy_2026 a.btn.btn--primary.temp-open-popup:active,
.strategy_2026 .btn.btn--primary.temp-open-popup:focus,
.strategy_2026 a.btn.btn--primary.temp-open-popup:focus {
    text-decoration: none !important;
    transform: none !important;
    box-shadow: none !important;
    border: none !important;
    border-color: transparent !important;
    opacity: 1 !important;
    cursor: pointer !important;
}

.strategy_2026 .btn--outlined,
.strategy_2026 a.btn--outlined {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: border-color 0.3s ease;
}

.strategy_2026 .btn--outlined:hover,
.strategy_2026 a.btn--outlined:hover {
    border-color: #BD8AFF;
    text-decoration: none;
}

.strategy_2026 .btn--outlined-white,
.strategy_2026 a.btn--outlined-white {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    width: auto;
    height: auto;
    min-height: auto;
    max-width: none;
    transition: border-color 0.3s ease;
}

.strategy_2026 .btn--outlined-white:hover,
.strategy_2026 a.btn--outlined-white:hover {
    border-color: #FFFFFF;
    text-decoration: none;
}

.strategy_2026 .btn--dark {
    background: #121212;
    color: #FFFFFF;
    padding: 16px 24px;
    font-size: 22px;
    border-radius: 100px;
    width: fit-content;
    transition: background-color 0.3s ease, color 0.3s ease;
}


/* Quote Section */
.strategy_2026 .quote-section {
    padding: 124px 0 160px 0;
    background: #FFFFFF;
}

.strategy_2026 .quote {
    grid-column: 4 / 10;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.strategy_2026 .quote__icon {
    position: absolute;
    top: 0;
    left: -56px;
    width: 32px;
    height: 32px;
}

.strategy_2026 .quote__text {
    font-size: 32px;
    line-height: 40px;
    color: #3E3C3C;
}

.strategy_2026 .expert {
    display: flex;
    gap: 40px;
    align-items: center;
}

.strategy_2026 .expert__photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.strategy_2026 .expert__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.strategy_2026 .expert__name {
    font-size: 32px;
    line-height: 40px;
    color: #121212;
}

.strategy_2026 .expert__position {
    font-size: 22px;
    line-height: 32px;
    color: #3E3C3C;
}

/* Key Topics Section */
.strategy_2026 .key-topics { padding: 0 0 124px 0; background: #fff; }

.strategy_2026 .section-title {
    grid-column: 4 / 10;
    margin-bottom: 64px;
}

.strategy_2026 .cards {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.strategy_2026 .card {
    background: #F4F4F4;
    padding: 48px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.strategy_2026 .card__marker {
    width: 20px;
    height: 20px;
    background: #6400E7;
}

.strategy_2026 .card__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: #121212;
    max-width: 400px;
}

.strategy_2026 .card__text {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #3E3C3C;
}

.strategy_2026 .key-topics__button {
    grid-column: 1 / -1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*max-width: 254px;*/
    height: 67px;
    margin-top: 64px;
    padding: 16px 24px;
    background-color: #121212;
    border-radius: 100px;
    font-size: 22px;
    line-height: 160%;
    font-weight: 500;
    color: #fff;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;

    &:hover {
        background-color: #6400E7;
    }
}

@media (max-width: 1599px) {
    .strategy_2026 .key-topics__button {
        margin-top: 48px;
    }
}

@media (max-width: 767px) {
    .strategy_2026 .key-topics__button {
        margin-top: 32px;
    }
}

@media (min-width: 1280px) {
    .strategy_2026 .key-topics__button {
        grid-column: 4 / span 3;
    }
}

@media (min-width: 1920px) {
    .strategy_2026 .key-topics__button {
        grid-column: 4 / span 2;
    }
}

/* Webinar Section */
.strategy_2026 .webinar-section {
    width: 100%;
    overflow-x: hidden;
    padding: 124px 0 160px 0;
    background: #F4F4F4;
}

.strategy_2026 .webinar {
    width: 1490px;
    margin: 0 auto;
    position: relative;
    background:
            url('/i/images/strategy-2026/bg_webinar-1920.jpg') center/cover no-repeat;
    background-blend-mode: normal, normal, normal;
    border-radius: 8px;
    padding: 64px 80px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 64px;
    row-gap:0
}

.strategy_2026 .webinar__content {
    grid-column: 1;
    grid-row: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.strategy_2026 .webinar__title {
    font-size: 48px;
    line-height: 64px;
    font-weight: 500;
    color: #F4F4F4;
}

.strategy_2026 .webinar__description {
    font-size: 22px;
    line-height: 32px;
    color: #B3B3B3;
}

.strategy_2026 .webinar__experts {
    grid-column: 2;
    grid-row: 1 / span 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 40px;
}

.strategy_2026 .webinar__cta {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    align-items: flex-start;
}

.strategy_2026 .webinar__cta .btn--primary,
.strategy_2026 .webinar__cta a.btn--primary {
    width: auto;
    height: auto;
    min-height: auto;
    max-width: none;
}

.strategy_2026 .webinar__cta .btn {
    padding: 12px 48px;
}

/* Expert Cards Layout */
.strategy_2026 .experts-row {
    display: flex;
    gap: 24px;
}

.strategy_2026 .experts-row--top {
    width: 602px;
    justify-content: stretch;
    align-items: stretch;
}

.strategy_2026 .shorts-title-container {
    width: 100%;
    padding: 0 64px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}

.strategy_2026 .shorts-title {
    grid-column: 4 / 10;
    max-width: 650px;
}

.strategy_2026 .experts-row--top .expert-card {
    flex: 1;
    gap: 20px;
}

.strategy_2026 .experts-row--bottom {
    width: 614px;
}

.strategy_2026 .experts-row--bottom .expert-card {
    width: 185px;
    gap: 24px;
}

.strategy_2026 .expert-card {
    display: flex;
    flex-direction: column;
}

.strategy_2026 .expert-card__photo {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    object-fit: cover;
}

.strategy_2026 .expert-card__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.strategy_2026 .expert-card__name {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #F4F4F4;
}

.strategy_2026 .expert-card__position {
    font-size: 12px;
    line-height: 16px;
    color: #B3B3B3;
    max-width: 155px;
}

.strategy_2026 .expert-card--empty {
    display: none;
}

/* Expert Views Section */
.strategy_2026 .expert-views {
    padding-bottom: 124px;
    background: #F4F4F4;
    overflow: hidden;
}

.strategy_2026 .video-swiper {
    position: relative;
    overflow: visible;
    width: 100%;
}

.strategy_2026 .video-swiper .swiper-wrapper {
    align-items: stretch;
}

.strategy_2026 .video-swiper .swiper-slide {
    width: 430px;
    height: auto;
}

.strategy_2026 .video-swiper__controls {
    width: 884px;
    margin: 64px auto 0;
    display: flex;
    gap: 12px;
    justify-content: flex-start;
}

.strategy_2026 .video-swiper__nav {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(18, 18, 18, 0.3);
    background: rgba(244, 244, 244, 0.6);
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    position: relative;
}

.strategy_2026 .video-swiper__nav::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 20px;
    background-image: url('/i/images/strategy-2026/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.strategy_2026 .video-swiper__nav:hover {
    border-color: #121212;
}

.strategy_2026 .video-swiper__nav--prev::before {
    background-image: url('/i/images/strategy-2026/arrow-left.svg');
}

.strategy_2026 .video-swiper__nav--next::before {
    background-image: url('/i/images/strategy-2026/arrow-right.svg');
}

@media (max-width: 1599px) {
    .strategy_2026 .key-topics__button {
        width: 100%;
        /*max-width: 198px;*/
        height: 48px;
        padding: 12px 24px;
        border-radius: 28px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    .strategy_2026 .video-swiper__controls {
        width: 100%;
        margin-top: 24px;
    }

    .strategy_2026 .shorts-title-container {
        padding: 0 16px;
    }

    .strategy_2026 .shorts-title {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .strategy_2026 .key-topics__button {
        max-width: 100%;
    }
}

.strategy_2026 .video-card {
    width: 430px;
    height: 520px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.strategy_2026 .video-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    content: '';
    pointer-events: none;
}

.strategy_2026 .video-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.strategy_2026 .video-card__content {
    position: relative;
    z-index: 2;
    padding: 32px 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}

.strategy_2026 .video-card__title {
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
}

.strategy_2026 .video-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.strategy_2026 .video-card__footer .button-2024 { order: 1; color: #fff; border: 1px solid #959595; }
.strategy_2026 .video-card__footer .button-2024:hover { color: #fff; border: 1px solid #fff; }
.strategy_2026 .video-card__footer .-outline.button-2024.clicked:before,
.strategy_2026 .video-card__footer .-outline.button-2024.clicked:after {
    --color: #fff;
}

.strategy_2026 .video-card__duration {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #DBDBDB;
    order: 2;
}

/* Responsive for 1919-1600px */
@media (max-width: 1919px) and (min-width: 1600px) {
    .strategy_2026 .card{
        padding: 32px;
    }
    .form-glass__title{
        font-size: 48px;
        line-height: 64px;
    }
    .strategy_2026 .video-swiper-container {
        padding-left: 64px;
    }

    .strategy_2026 .quote {
        gap: 48px;
        margin: 0 auto;
    }

    .strategy_2026 .banner__text {
        margin: 0 auto;
    }

    .strategy_2026 .webinar {
        width: 1222px;
        padding: 64px;
        gap:  0 64px;
    }

    .strategy_2026 .video-card {
        width: 350px;
        height: 460px;
    }

    .strategy_2026 .video-card__content {
        padding: 32px;
    }

    .strategy_2026 .video-card__title {
        font-size: 24px;
        line-height: 34px;
    }

    .strategy_2026 .video-swiper .swiper-slide {
        width: 350px;
    }

    .strategy_2026 .shorts-title-container {
        padding: 0 64px;
    }

    .strategy_2026 .shorts-title {
        grid-column: 4 / 10;
    }

    .strategy_2026 .video-swiper__controls {
        width: 724px;
    }
}

/* Responsive for 1599-1280px */
@media (max-width: 1599px) and (min-width: 1280px) {
    .strategy_2026 .shorts-title{
        max-width: 450px;
    }
    .form-glass__title{
        font-size: 32px;
        line-height: 48px;
    }
    .strategy_2026 .banner__title, .strategy_2026 .banner__caption{
        font-size: 40px;
        line-height: 48px;
    }
    .strategy_2026 .card__text,
    .strategy_2026 .expert__position,
    .strategy_2026 .banner__description{
        font-size: 16px;
        line-height: 28px;
    }

    .strategy_2026 .card__title,
    .strategy_2026 .expert__name,
    .strategy_2026 .quote__text{
        font-size: 24px;
        line-height: 32px;
    }

    .strategy_2026 .container {
        padding: 0 64px;
    }

    .strategy_2026 .banner {
        padding: 218px 0 80px;
    }

    .strategy_2026 .banner__text {
        margin: 0 auto;
        gap: 48px;
    }

    .strategy_2026 .quote-section {
        padding: 124px 0 0 0;
    }

    .strategy_2026 .quote {
        margin: 0 auto;
        gap: 32px;
    }

    .strategy_2026 .quote__icon {
        left: -56px;
    }

    .strategy_2026 .expert__photo {
        width: 80px;
        height: 80px;
    }

    .strategy_2026 .key-topics {
        padding: 124px 0;
    }

    .strategy_2026 .key-topics .section-title {
        margin: 0 0 48px;
        font-size: 32px;
        line-height: 48px;
    }

    .strategy_2026 .cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .strategy_2026 .card {
        padding: 32px;
        gap: 32px;
    }

    .strategy_2026 .webinar-section {
        padding: 124px 64px;
    }

    .strategy_2026 .webinar {
        width: 100%;
        max-width: 1152px;
        margin: 0 auto;
        gap: 0 64px;
        padding: 64px;
        grid-template-rows: 1fr;
    }

    .strategy_2026 .webinar__content {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .strategy_2026 .webinar__title {
        font-size: 32px;
        line-height: 48px;
    }

    .strategy_2026 .webinar__description {
        font-size: 16px;
        line-height: 28px;
        max-width: 400px;
    }

    .strategy_2026 .webinar__experts {
        grid-column: 2;
        grid-row: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 40px;
        align-self: end;
    }

    .strategy_2026 .experts-row {
        display: flex;
        gap: 24px;
    }

    .strategy_2026 .experts-row--top {
        width: 100%;
        justify-content: stretch;
        align-items: stretch;
    }

    .strategy_2026 .experts-row--top .expert-card {
        flex: 1;
        gap: 20px;
    }

    .strategy_2026 .experts-row--bottom {
        width: 100%;
    }

    .strategy_2026 .experts-row--bottom .expert-card {
        width: 144px;
        gap: 24px;
    }

    .strategy_2026 .expert-card__photo {
        width: 63px;
        height: 63px;
    }

    .strategy_2026 .expert-card__info {
        gap: 16px;
    }

    .strategy_2026 .expert-card__name {
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
    }

    .strategy_2026 .expert-card__position {
        font-size: 10px;
        line-height: 12px;
    }

    .strategy_2026 .webinar__cta {
        margin-top: auto;
    }

    .strategy_2026 .expert-views {
        padding: 0 0 124px 0;
        overflow: hidden;
    }

    .strategy_2026 .video-swiper-container {
        padding-left: 64px;
        overflow: visible;
    }

    .strategy_2026 .shorts-title-container {
        padding: 0 64px;
    }

    .strategy_2026 .shorts-title {
        grid-column: 4 / 9;
        text-align: left;
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 48px
    }

    .strategy_2026 .video-card {
        width: 270px;
        height: 400px;
    }

    .strategy_2026 .video-card__content {
        padding: 32px 24px;
    }

    .strategy_2026 .video-card__title {
        font-size: 24px;
        line-height: 32px;
    }

    .strategy_2026 .video-swiper {
        overflow: visible;
    }

    .strategy_2026 .video-swiper .swiper-wrapper {
        padding-right: 24px;
    }

    .strategy_2026 .video-swiper .swiper-slide {
        width: 270px;
    }

    .strategy_2026 .video-swiper__controls {
        width: 564px;
        margin: 48px auto 0;
    }
}

/* Responsive for 1279-768px */
@media (max-width: 1279px) and (min-width: 768px) {
    .strategy_2026 .btn, .strategy_2026 a.btn{
        max-width: none;
    }
    .form-glass__title.--single{
        margin-bottom: 32px;
    }
    .strategy_2026 h2{
        font-size: 32px !important;
        line-height: 48px !important;
    }
    .strategy_2026 h1, .strategy_2026 .banner__caption {
        font-size: 40px !important;
        line-height: 48px !important;
    }
    .strategy_2026 p{
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .strategy_2026 .quote-section{
        padding: 96px 0 96px 0
    }
    .strategy_2026 .expert__name,
    .strategy_2026 .quote__text{
        font-size: 24px !important;
        line-height: 32px !important;
    }

    /* Убеждаемся, что все текстовые элементы соответствуют макету */
    .strategy_2026 .banner__description,
    .strategy_2026 .card__text,
    .strategy_2026 .expert__position,
    .strategy_2026 .webinar__description {
        font-size: 16px !important;
        line-height: 28px !important;
    }

    /* Заголовки карточек соответствуют h3 */
    .strategy_2026 .card__title {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    /* Кнопки должны иметь line-height: 24px (1.5em) */
    .strategy_2026 .btn,
    .strategy_2026 a.btn {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .form-glass__title{
        font-size: 32px !important;
        line-height: 48px !important;
    }
    .strategy_2026 .container {
        max-width: 768px;
        padding: 0 64px;
    }

    .strategy_2026 .banner {
        padding: 218px 0 80px;
    }

    .strategy_2026 .banner__text {
        grid-column: 1 / -1;
        width: 640px;
        margin: 0 auto;
        gap: 32px;
    }


    .strategy_2026 .quote {
        grid-column: 1 / -1;
        width: 640px;
        margin: 0 auto;
        gap: 32px;
    }

    .strategy_2026 .quote__icon {
        width: 32px;
        height: 32px;
        position: static;
        margin-bottom: 0;
    }

    .strategy_2026 .expert {
        gap: 32px;
    }

    .strategy_2026 .expert__photo {
        width: 80px;
        height: 80px;
    }


    .strategy_2026 .key-topics .section-title {
        grid-column: 1 / -1;
        width: 640px;
        margin-bottom: 48px;
    }

    .strategy_2026 .cards {
        grid-column: 1 / 13;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .strategy_2026 .card {
        padding: 32px 32px 48px;
        gap: 32px;
    }

    .strategy_2026 .webinar-section {
        padding: 96px 64px;
    }

    .strategy_2026 .webinar {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding: 48px;
        align-items: stretch;
    }

    .strategy_2026 .webinar__content {
        display: contents;
    }

    .strategy_2026 .webinar__title {
        font-size: 32px !important;
        line-height: 48px !important;
        color: #F4F4F4;
        max-width: none;
        margin-bottom: 32px;
        order: 1;
    }

    .strategy_2026 .webinar__description {
        font-size: 16px !important;
        line-height: 28px !important;
        color: #B3B3B3;
        max-width: none;
        order: 1;
        margin-bottom: 64px;
    }

    .strategy_2026 .webinar__content .webinar__cta {
        order: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
    }

    .strategy_2026 .webinar__cta .btn--primary {
        padding: 12px 48px;
        width: 100% !important;
        max-width: none;
    }

    .strategy_2026 .key-topics{
        padding: 0 0 96px 0
    }

    .strategy_2026 .webinar__experts {
        order: 2;
    }

    .strategy_2026 .webinar__experts {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 64px;
    }

    .strategy_2026 .experts-row {
        display: flex;
        flex-direction: row;
        gap: 24px;
        width: 100%;
    }

    .strategy_2026 .experts-row--top {
        width: 100%;
        justify-content: stretch;
    }

    .strategy_2026 .experts-row--bottom {
        width: 100%;
        justify-content: stretch;
    }

    .strategy_2026 .experts-row--top .expert-card {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .strategy_2026 .experts-row--bottom .expert-card {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .strategy_2026 .expert-card--empty {
        display: flex;
        visibility: hidden;
        pointer-events: none;
    }

    .strategy_2026 .expert-card {
        display: flex;
        flex-direction: column;
    }

    .strategy_2026 .expert-card__photo {
        width: 63px;
        height: 63px;
    }

    .strategy_2026 .expert-card__info {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .strategy_2026 .expert-card__name {
        font-size: 12px !important;
        line-height: 14px !important;
        font-weight: 500;
        color: #F4F4F4;
    }

    .strategy_2026 .expert-card__position {
        font-size: 10px !important;
        line-height: 12px !important;
        color: #B3B3B3;
        max-width: 155px;
    }

    .strategy_2026 .expert-views {
        padding: 0 0 96px 0;
        overflow: hidden;
    }

    .strategy_2026 .video-swiper-container {
        padding-left: 64px;
        padding-right: 24px;
        overflow: hidden;
    }

    .strategy_2026 .shorts-title-container {
        padding: 0 64px;
    }

    .strategy_2026 .shorts-title {
        grid-column: 1 / -1;
        text-align: left;
    }

    .strategy_2026 .video-card {
        width: 308px;
        height: 380px;
    }

    .strategy_2026 .video-card__content {
        padding: 32px 24px;
    }

    .strategy_2026 .video-card__title {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .strategy_2026 .video-swiper {
        overflow: visible;
    }

    .strategy_2026 .video-swiper .swiper-wrapper {
        padding-right: 24px;
    }

    .strategy_2026 .video-swiper .swiper-slide {
        width: 308px;
    }

    .strategy_2026 .video-swiper__controls {
        width: 640px;
        margin: 48px auto 0;
    }
    .strategy_2026 .section-title{
        margin-bottom: 48px;
    }

    h1 {
        font-size: 40px !important;
        line-height: 48px !important;
    }

    h2 {
        font-size: 32px !important;
        line-height: 48px !important;
    }

    h3 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    p {
        font-size: 16px !important;
        line-height: 28px !important;
    }
}

/* Responsive for 767px and below (Mobile) */
@media (max-width: 767px) {
    .strategy_2026 .webinar__cta .btn--primary, .strategy_2026 .webinar__cta a.btn--primary {
        width: 900px;
    }
    .strategy_2026 .btn, .strategy_2026 a.btn{
        max-width: none;
    }
    .strategy_2026 .expert-card__position{
        max-width: 279px;
        min-width: 200px;
    }
    .form-glass__title{
        font-size: 24px;
        line-height: 32px;
    }
    .btn{
        padding: 8px 24px;
        font-size: 16px;
        line-height: 24px;
    }
    .strategy_2026 .video-swiper-container {
        padding-left: 16px;
    }

    .strategy_2026 .container {
        max-width: 100%;
        padding: 0 24px;
    }

    .strategy_2026 .banner {
        padding: 144px 0 64px;
    }

    .strategy_2026 .banner__text {
        grid-column: 1 / -1;
        width: 100%;
        gap: 32px;
    }

    .strategy_2026 .banner__buttons {
        flex-direction: column;
        width: 100%;
    }

    .strategy_2026 .banner__buttons .btn {
        width: 100%;
        height: 40px;
        line-height: 1;
    }

    .strategy_2026 .quote {
        grid-column: 1 / -1;
        width: 100%;
        gap: 32px;
    }

    .strategy_2026 .quote__icon {
        position: static;
        margin-bottom: 16px;
    }

    .strategy_2026 .banner__text {
        gap: 32px;
    }

    .strategy_2026 .quote-section {
        padding: 64px 0;
    }

    .strategy_2026 .quote {
        grid-column: 1 / -1;
        width: 100%;
        gap: 32px;
    }

    .strategy_2026 .quote__icon {
        position: static;
        margin-bottom: 0;
        width: 32px;
        height: 32px;
    }

    .strategy_2026 .quote__text {
        font-size: 20px;
        line-height: 28px;
    }

    .strategy_2026 .expert {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .strategy_2026 .expert__photo {
        width: 52px;
        height: 52px;
    }

    .strategy_2026 .expert__name {
        font-size: 20px;
        line-height: 28px;
    }

    .strategy_2026 .expert__position {
        font-size: 16px;
        line-height: 28px;
    }

    .strategy_2026 .key-topics {
        padding: 0 0 64px 0;
    }

    .strategy_2026 .key-topics .section-title {
        grid-column: 1 / -1;
        width: 100%;
        margin-bottom: 32px;
    }

    .strategy_2026 .cards {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .strategy_2026 .card {
        padding: 32px 24px;
        gap: 32px;
    }
    .strategy_2026 .card__marker{
        width: 16px;
        height: 16px;
    }

    .strategy_2026 .webinar-section {
        padding: 64px 24px;
    }

    .strategy_2026 .webinar {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 32px;
        padding: 48px 12px;
    }

    .strategy_2026 .webinar__content {
        display: contents;
    }

    .strategy_2026 .webinar__title {
        font-size: 24px;
        line-height: 32px;
        order: 1;
        margin: 0;
        padding: 0 12px;
        width: 400px;
    }

    .strategy_2026 .webinar__description {
        font-size: 16px;
        line-height: 28px;
        order: 1;
        padding: 0 12px;
    }

    .strategy_2026 .webinar__content .webinar__cta {
        order: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
    }

    .strategy_2026 .webinar__cta .btn--primary {
        padding: 12px 21.5px;
        width: 100%;
        max-width: none;
        min-width: 300px;
        transition: 3ms;
    }

    .strategy_2026 .webinar__experts {
        order: 2;
        flex-direction: column;
        gap: 24px;
        padding: 0 12px;
    }

    .strategy_2026 .experts-row {
        flex-direction: column;
        gap: 16px;
    }

    .strategy_2026 .experts-row--top,
    .strategy_2026 .experts-row--bottom {
        width: 100%;
    }

    .strategy_2026 .expert-card {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        width: 100%;
    }

    .strategy_2026 .expert-card__photo {
        width: 52px;
        height: 52px;
        flex-shrink: 0;
    }

    .strategy_2026 .expert-card__info {
        gap: 8px;
    }

    .strategy_2026 .expert-card__name {
        font-size: 12px;
        line-height: 20px;
    }

    .strategy_2026 .expert-card__position {
        font-size: 10px;
        line-height: 18px;
    }

    .strategy_2026 .expert-views {
        padding: 0 0 64px 0;
        overflow: hidden;
    }

    .strategy_2026 .video-swiper-container {
        padding-left: 16px;
        padding-right: 24px;
        overflow: hidden;
    }

    .strategy_2026 .shorts-title-container {
        padding: 0 24px;
    }

    .strategy_2026 .shorts-title {
        grid-column: 1 / -1;
        margin-bottom: 32px;
        text-align: left;
        padding-bottom: 0;
    }

    .strategy_2026 .video-card {
        width: 242px;
        height: 380px;
    }

    .strategy_2026 .video-card__content {
        padding: 32px 24px;
        gap: 12px;
    }

    .strategy_2026 .video-card__title {
        font-size: 20px;
        line-height: 28px;
    }

    .strategy_2026 .video-card__footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        justify-content: flex-start;
    }

    .strategy_2026 .video-card__footer .button {
        width: 100%;
        align-self: stretch;
        order: 2;
    }

    .strategy_2026 .video-card__footer .video-card__duration {
        order: 1;
    }

    .strategy_2026 .video-card__duration {
        font-size: 14px;
        line-height: 24px;
    }

    .strategy_2026 .video-swiper {
        overflow: visible;
    }

    .strategy_2026 .video-swiper .swiper-wrapper {
        padding-right: 24px;
    }

    .strategy_2026 .video-swiper .swiper-slide {
        width: 242px;
    }

    .strategy_2026 .video-swiper__controls {
        width: 100%;
        margin-top: 32px;
    }

    h1 {
        font-size: 28px;
        line-height: 36px;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    p {
        font-size: 16px;
        line-height: 28px;
    }

    .strategy_2026 .card__title {
        font-size: 20px;
        line-height: 28px;
    }

    .strategy_2026 .card__text {
        font-size: 16px;
        line-height: 28px;
    }

    .strategy_2026 .webinar__title {
        font-size: 24px;
        line-height: 32px;
    }

    .strategy_2026 .section-title {
        font-size: 24px;
        line-height: 32px;
    }
    .strategy_2026 .btn{
        padding: 8px 24px;
    }
    .strategy_2026 h1, .strategy_2026 .banner__caption {
        font-size: 28px;
        line-height: 36px;
    }
    .strategy_2026 p{
        font-size: 16px;
        line-height: 28px;
    }
}

/* Кнопка ключевых стратегии */
@media (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 1279px) {

}
@media (min-width: 1280px) {

}
@media (min-width: 1280px) and (max-width: 1599px) {

}

/* Form Section with Image */
.form-glass__questions-item.text input {
    color: #959595 !important;
    font-size: 16px;
    line-height: 1.4545454545 !important;
    background: transparent !important;
}
.form-glass__questions-item.text input::placeholder {
    color: #b3b3b3 !important;
}
.form-glass__questions-item.text input:focus,
.form-glass__questions-item.text input.filled {
    color: #ffffff !important;
}
.form-glass__questions-item.text.-PHONE input {
    color: #959595 !important;
}

.section-form-glass.-bgd-transparent.form-glass__investment { background-color: #121212; }
.form-glass__investment .form-glass__title,
.form-glass__investment .form-glass .checkbox_label,
.form-glass__investment .form-glass .checkbox label { color: #fff; }
.form-glass__investment.section-form-glass .container-2024 > .form-glass__description { color: #b3b3b3; }
.form-glass__investment.section-form-glass .container-2024 { display: grid; }
.form-image-wrapper { position: relative; }
.form-image {
    border-radius: 8px;
    background-image: url('/i/images/strategy-2026-2/bg_form-glass_1920.webp');
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
    .form-image {
        background-image: url("/i/images/strategy-2026-2/bg_form-glass_1600.webp");
    }
}
@media screen and (max-width: 1280px) {
    .form-image {
        background-image: url("/i/images/strategy-2026-2/bg_form-glass_1280.webp");
    }
}
@media screen and (max-width: 768px) {
    .form-image {
        background-image: url("/i/images/strategy-2026-2/bg_form-glass_768.webp");
    }
}
@media screen and (max-width: 576px) {
    .form-image {
        background-image: url("/i/images/strategy-2026-2/bg_form-glass_375.webp");
    }
}
.strategy_2026 .webinar-section .button, .strategy_2026 .webinar-section .button-2024 { font-weight: 500; padding: 12px 48px; }

@media (min-width: 768px) and (max-width: 1279px) {
    .form-image { aspect-ratio: 16/9; }
}
@media (max-width: 1279px) {
    .section-form-glass.form-glass__investment .container-2024 > .form-glass__title,
    .section-form-glass.form-glass__investment .container-2024 > .form-glass__description,
    .section-form-glass.form-glass__investment .container-2024 > .container-2024__content { grid-column-start: 1; grid-column-end: 13; grid-row: 1; }
    .form-image-wrapper { grid-row: 1; grid-column: 1/-1; }
    .form-image { position: static; min-height: 300px; width: 100%; }
    .section-form-glass.form-glass__investment .container-2024 > .form-glass__title { grid-row: 2; }
    .section-form-glass.form-glass__investment .container-2024 > .form-glass__description { grid-row: 3; }
    .section-form-glass.form-glass__investment .container-2024 > .container-2024__content { grid-row: 4; }
    .strategy_2026 .webinar-section .button, .strategy_2026 .webinar-section .button-2024 { width: 100%; }
}
@media (max-width: 767px) {
    .section-form-glass.form-glass__investment { padding: 64px 24px; }
    .form-image-wrapper { padding: 0; align-items: center; margin: 0 0 24px 0; width: 100%; }
    .form-image { height: 300px; background-position: center bottom; }
    .form-glass__title.--single { white-space: wrap; font-size: 24px; line-height: 32px;}
}
@media (max-width: 375px) {}
@media (min-width: 375px) and (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 1279px) {
    .section-form-glass.form-glass__investment { padding: 96px 64px; }
    .form-image-wrapper { margin: 0 -64px 24px -64px; }
    .form-image { background-position: left bottom; }
    .form-glass__investment .form-glass__questions-item.column__left.-name { width: 100%; flex: 0 0 100%; flex-basis: unset; }
    .form-glass__investment .form-glass__questions-item.column__left,
    .form-glass__investment .form-glass__questions-item.column__right { width:50%; flex: 0 0 50%; flex-basis: calc(50% - 12px); }
}
@media (min-width: 1280px) {
    .section-form-glass.form-glass__investment .container-2024 > .form-glass__title { grid-row: 1; }
    .section-form-glass.form-glass__investment .container-2024 > .form-glass__description { grid-row: 2; }
    .section-form-glass.form-glass__investment .container-2024 > .container-2024__content { grid-row: 3; }
    .section-form-glass.form-glass__investment .container-2024 > .form-glass__title,
    .section-form-glass.form-glass__investment .container-2024 > .form-glass__description,
    .section-form-glass.form-glass__investment .container-2024 > .container-2024__content {
        grid-column-start: 1;
        grid-column-end: 7;
    }
    .form-image-wrapper {
        grid-column-start: 7;
        grid-column-end: 13;
        grid-row-start: 1;
        grid-row-end: 5;
    }
    .form-image { position: absolute; left: 0; aspect-ratio: 787 / 788; background-position: center center; }
}
@media (min-width: 1280px) and (max-width: 1460px) {
    .form-image { width: 564px; height: 612px; top: calc(50% - 306px); }
}
@media (min-width: 1280px) and (max-width: 1599px) {
    .form-image-wrapper { padding: 0 64px; }
    .form-glass__title.--single { margin-bottom: 48px; }
    .form-glass__investment .form-glass__questions-item.column__left.-name { width: 100%; flex: 0 0 100%; flex-basis: unset; }
    .form-glass__investment .form-glass__questions-item.column__left,
    .form-glass__investment .form-glass__questions-item.column__right { width:50%; flex: 0 0 50%; flex-basis: calc(50% - 12px); }
}
@media (min-width: 1280px) {
    .section-form-glass.form-glass__investment { padding: 124px 64px; }
}
@media (min-width: 1461px) {
    .form-image { top: -52px; height: calc(100% + 104px); width: 724px; }
}
@media (min-width: 1600px) and (max-width: 1919px) {
    .form-image-wrapper { padding: 0 80px; }
    .form-glass__title.--single { white-space: nowrap; }
}

/* Styles for popup */
.strategy-2026 .form-cmp__buttons .button { width: 100%; max-width: unset; }
.strategy-2026 .form-cmp__buttons .button.red { background-color: #121212; border: 1px solid #121212; }
.strategy-2026 .form-cmp__buttons .button.red:hover { background-color: #6400E7; border: 1px solid #6400E7; }
.strategy-2026.popup-window .form-cmp__question .l_checkbox span,
.strategy-2026 .red .l_checkbox span a { font-size: 14px; }
.strategy-2026 .red .l_checkbox span a { border-bottom: 1px solid #6400E7; }
.strategy-2026 .red .l_checkbox span a:hover { border-bottom: 1px solid transparent; color: #6400E7; }
.strategy-2026 .red input[type="text"]:focus { border-bottom: 1px solid #6400E7; }
.strategy-2026.popup-window .form-cmp__question label input[type="checkbox"]:checked { border: 1px solid #6400E7; background-color: #6400E7; }
.strategy-2026.popup-window .form-cmp__question label input[type="checkbox"]:checked:before { color: #fff; line-height: 18px; }
.strategy-2026 .button-2024.clicked:after, .strategy-2026 .button.clicked:after,
.strategy-2026 .button-2024.clicked:before, .strategy-2026 .button.clicked:before { --color: #fff; }
.strategy-2026 .p_info:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 7px;
    bottom: -10px;
    border: 5px solid transparent;
    border-top: 5px solid #888;
}
.strategy-2026 .p_info:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 7px;
    bottom: -10px;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
}