@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/meet/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/meet/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/meet/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Denistina';
    src: url('../../fonts/meet/Denistina.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter Tight', sans-serif;
    background: #EFF0F2;
}

a {
    text-decoration: none;
}

.hero {
    background: #EFF0F2;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    position: relative;
}

.hero__inner {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.hero__left {
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.hero__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px clamp(40px, 5vw, 200px) 22px 60px;
}

.hero__logo img {
    display: block;
    width: 333px;
    height: auto;
}

.nav-desktop {
    display: flex;
    gap: 32px;
    flex-shrink: 0;
}

.nav-tablet {
    display: none;
}

.hero__burger-wrap {
    display: none;
    position: relative;
}

.nav__link {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: nowrap;
}

.nav__link--dark {
    color: #2D2D2D;
}

.hero__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    padding: 100px 40px 40px 60px;
}

.hero__badge {
    display: inline-flex;
    align-items: center;
    border-radius: 34px;
    border: 1px solid rgba(68, 83, 108, 0.24);
    background: #FFFFFF;
    padding: 10px 16px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #44536C;
    width: fit-content;
}

.hero__title {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 700;
    font-size: clamp(48px, 4.5vw, 96px);
    line-height: 90%;
    color: #384457;
    white-space: nowrap;
}

.hero__title-accent {
    color: #D4B672;
}

.hero__subtitle {
    font-size: 18px;
    line-height: 30px;
    max-width: 560px;
}

.hero__subtitle-bold {
    font-weight: 600;
    color: #282828;
}

.hero__subtitle-regular {
    font-weight: 400;
    color: #282828;
}

.hero__image-mobile {
    display: none;
    width: 100%;
    overflow: hidden;
}

.hero__image-mobile img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero__stats {
    display: flex;
    flex-direction: column;
    max-width: 560px;
}

.hero__stats-line {
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
            to right,
            #6B7688 0px,
            #6B7688 2px,
            transparent 2px,
            transparent 4px
    );
}

.hero__stats-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px 0;
}

.hero__stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hero__stat-label {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #141414;
}

.hero__stat-value {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #141414;
}

.hero__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 560px;
    padding: 26px 80px;
    background: #44536C;
    color: #FFFFFF;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    transition: background 0.2s ease;
}

.hero__btn:hover {
    background: #425981;
}

.hero__btn-icon {
    width: 24px;
    height: 24px;
    display: block;
}

.hero__image-desktop {
    flex: 0 0 50%;
    width: 50%;
    overflow: hidden;
}

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

.burger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #EFF0F2;
    border: 1px solid rgba(68, 83, 108, 0.28);
    backdrop-filter: blur(54px);
    cursor: pointer;
    flex-shrink: 0;
}

.burger-btn img {
    width: 20px;
    height: 20px;
    display: block;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 180px;
    background: #FFFFFF;
    border: 1px solid rgba(68, 83, 108, 0.28);
    backdrop-filter: blur(54px);
    padding: 16px 12px;
    flex-direction: column;
    gap: 14px;
    z-index: 100;
}

.mobile-menu.is-open {
    display: flex;
}

.mobile-menu__link {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #44536C;
}

@media (max-width: 1400px) and (min-width: 1101px) {
    .hero__header {
        padding: 22px clamp(40px, 4vw, 120px) 22px 60px;
    }

    .hero__content {
        padding: 100px 40px 40px 60px;
        max-width: none;
    }

    .hero__title {
        white-space: nowrap;
    }
}

@media (max-width: 1100px) {
    .hero__inner {
        flex-direction: column;
    }

    .hero__left {
        width: 100%;
        flex: none;
    }


    .hero__header {
        position: static;
        padding: 24px 32px;
    }

    .hero__logo img {
        width: 220px;
    }


    .nav-desktop {
        display: none;
    }

    .nav-tablet {
        display: flex;
        gap: 24px;
    }

    .hero__burger-wrap {
        display: none;
    }


    .hero__content {
        padding: 24px 32px;
        justify-content: flex-start;
        max-width: none;
        width: 100%;
    }


    .hero__title {
        font-size: 64px;
        white-space: normal;
    }


    .hero__image-mobile {
        display: block;
    }


    .hero__image-desktop {
        display: none;
    }

    .hero__btn {
        max-width: 100%;
    }
}

@media (max-width: 1100px) and (min-width: 701px) {
    .nav__link {
        font-size: clamp(18px, 1.3vw, 20px);
    }

    .hero__logo img {
        width: clamp(220px, 20vw, 250px);
    }
}

@media (max-width: 700px) {
    .hero__header {
        position: static;
        padding: 16px 20px;
    }

    .hero__logo img {
        width: 240px;
    }

    .nav-tablet {
        display: none;
    }

    .hero__burger-wrap {
        display: block;
    }

    .hero__content {
        padding: 20px;
        gap: 20px;
        justify-content: flex-start;
    }

    .hero__title {
        font-size: 48px;
    }

    .hero__badge {
        font-size: 14px;
    }

    .hero__subtitle {
        font-size: 16px;
        line-height: 26px;
    }

    .hero__stat-value {
        font-size: 17px;
    }

    .hero__stat-label {
        font-size: 12px;
    }

    .hero__btn {
        font-size: 18px;
        padding: 22px 40px;
    }
}

.about-event {
    background: #FFFFFF;
    padding: 96px 0 90px;
}

.about-event__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.about-event__content {
    display: grid;
    grid-template-columns: minmax(520px, 1fr) minmax(420px, 498px);
    justify-content: space-between;
    align-items: start;
    column-gap: 80px;
}

.about-event__left {
    max-width: 526px;
}

.about-event__label {
    display: inline-block;
    margin-bottom: 28px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #141414;
}

.about-event__title {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #384457;
    margin-bottom: 18px;
}

.about-event__line {
    width: 64px;
    height: 0;
    border-top: 3px solid #44536C;
    margin-bottom: 36px;
}

.about-event__text {
    margin-bottom: 42px;
}

.about-event__text p {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #141414;
}

.about-event__text p + p {
    margin-top: 20px;
}

.about-event__quote {
    max-width: 526px;
    padding: 10px 10px 10px 20px;
    border-left: 3px solid #435879;
}

.about-event__quote p {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #141414;
}

.about-event__right {
    display: flex;
    justify-content: flex-end;
}

.about-event__stats {
    width: 100%;
}

.about-event__stats--desktop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    max-width: 498px;
}

.about-event__stats--desktop::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    background-image: repeating-linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.2) 0px,
            rgba(0, 0, 0, 0.2) 2px,
            transparent 2px,
            transparent 4px
    );
}

.about-event__stats--desktop::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    background-image: repeating-linear-gradient(
            to right,
            rgba(0, 0, 0, 0.2) 0px,
            rgba(0, 0, 0, 0.2) 2px,
            transparent 2px,
            transparent 4px
    );
}

.about-event__stat {
    padding: 56px 36px 48px;
}

.about-event__stats--desktop .about-event__stat:nth-child(1),
.about-event__stats--desktop .about-event__stat:nth-child(2) {
    padding-top: 54px;
}

.about-event__stats--desktop .about-event__stat:nth-child(3),
.about-event__stats--desktop .about-event__stat:nth-child(4) {
    padding-bottom: 0;
}

.about-event__stat-value {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 58px;
    line-height: 100%;
    color: #141414;
    margin-bottom: 10px;
}

.about-event__stat-text {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    color: #141414;
    max-width: 140px;
}

.about-event__stats--tablet {
    display: none;
}

@media (max-width: 1100px) {
    .about-event {
        padding: 72px 0 80px;
    }

    .about-event__container {
        padding: 0 32px;
    }

    .about-event__content {
        display: block;
    }

    .about-event__left {
        max-width: 100%;
    }

    .about-event__label {
        margin-bottom: 28px;
    }

    .about-event__title {
        font-size: 64px;
        margin-bottom: 20px;
    }

    .about-event__line {
        margin-bottom: 34px;
    }

    .about-event__text {
        margin-bottom: 34px;
        max-width: 100%;
    }

    .about-event__text p {
        font-size: 16px;
        line-height: 1.55;
    }

    .about-event__quote {
        max-width: 100%;
        margin-bottom: 54px;
        padding: 10px 10px 10px 20px;
    }

    .about-event__quote p {
        font-size: 24px;
        line-height: 120%;
        max-width: 560px;
    }

    .about-event__right {
        display: none;
    }

    .about-event__stats--tablet {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        position: relative;
    }

    .about-event__stats--tablet .about-event__stat {
        padding: 0 0 0 22px;
        position: relative;
    }

    .about-event__stats--tablet .about-event__stat:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-image: repeating-linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.16) 0px,
                rgba(0, 0, 0, 0.16) 2px,
                transparent 2px,
                transparent 4px
        );
    }

    .about-event__stats--tablet .about-event__stat-value {
        font-size: 58px;
        margin-bottom: 10px;
    }

    .about-event__stats--tablet .about-event__stat-text {
        max-width: 155px;
        font-size: 14px;
        line-height: 110%;
    }
}

@media (max-width: 700px) {
    .about-event {
        padding: 56px 0 64px;
    }

    .about-event__container {
        padding: 0 20px;
    }

    .about-event__label {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .about-event__title {
        font-size: 34px;
        line-height: 0.98;
        margin-bottom: 14px;
    }

    .about-event__line {
        width: 78px;
        margin-bottom: 28px;
    }

    .about-event__text {
        margin-bottom: 28px;
    }

    .about-event__text p {
        font-size: 16px;
        line-height: 1.5;
    }

    .about-event__text p + p {
        margin-top: 20px;
    }

    .about-event__quote {
        margin-bottom: 38px;
        padding: 6px 0 6px 16px;
    }

    .about-event__quote p {
        font-size: 24px;
        line-height: 120%;
    }

    .about-event__stats--tablet {
        grid-template-columns: repeat(2, 1fr);
        border-top: none;
        border-left: none;
        position: relative;
    }

    .about-event__stats--tablet::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        transform: translateY(-50%);
        background-image: repeating-linear-gradient(
                to right,
                rgba(0, 0, 0, 0.16) 0px,
                rgba(0, 0, 0, 0.16) 2px,
                transparent 2px,
                transparent 4px
        );
    }

    .about-event__stats--tablet::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        transform: translateX(-50%);
        background-image: repeating-linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.16) 0px,
                rgba(0, 0, 0, 0.16) 2px,
                transparent 2px,
                transparent 4px
        );
    }

    .about-event__stats--tablet .about-event__stat {
        padding: 26px 0 22px 22px;
    }

    .about-event__stats--tablet .about-event__stat::after {
        display: none;
    }

    .about-event__stats--tablet .about-event__stat-value {
        font-size: 58px;
        margin-bottom: 8px;
    }

    .about-event__stats--tablet .about-event__stat-text {
        max-width: 125px;
        font-size: 14px;
        line-height: 110%;
    }
}

.for-who {
    background: #EFF0F2;
    padding: 90px 0;
}

.for-who__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.for-who__head {
    margin-bottom: 48px;
}

.for-who__label {
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #141414;
}

.for-who__title {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #384457;
    margin-bottom: 18px;
}

.for-who__line {
    width: 64px;
    height: 0;
    border-top: 3px solid #44536C;
}

.for-who__cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.for-who__card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 16px;
    min-height: 254px;
}

.for-who__card--white {
    background: #FFFFFF;
}

.for-who__card--dark {
    background: #44536C;
}

.for-who__card-num {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #44536C;
}

.for-who__card--dark .for-who__card-num {
    color: #FFFFFF;
}

.for-who__card-text {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #353535;
}

.for-who__card--dark .for-who__card-text {
    color: #FFFFFF;
}

@media (max-width: 1100px) {
    .for-who {
        padding: 72px 0;
    }

    .for-who__container {
        padding: 0 32px;
    }

    .for-who__title {
        font-size: 38px;
    }


    .for-who__cards {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto;
        gap: 8px;
    }


    .for-who__card:nth-child(4) {
        grid-column: 1;
        grid-row: 2;
    }


    .for-who__card:nth-child(5) {
        grid-column: 2;
        grid-row: 2;
    }

    .for-who__card {
        min-height: 220px;
    }
}

@media (max-width: 700px) {
    .for-who {
        padding: 56px 0;
    }

    .for-who__container {
        padding: 0 20px;
    }

    .for-who__title {
        font-size: 30px;
        line-height: 1.1;
    }

    .for-who__label {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .for-who__head {
        margin-bottom: 32px;
    }


    .for-who__cards {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .for-who__card:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
    }

    .for-who__card:nth-child(5) {
        grid-column: auto;
        grid-row: auto;
    }

    .for-who__card {
        min-height: auto;
        padding: 20px 16px;
        gap: 16px;
    }

    .for-who__card-num {
        font-size: 36px;
    }

    .for-who__card-text {
        font-size: 16px;
        line-height: 22px;
    }
}

.program {
    background: #FFFFFF;
    padding: 90px 0;
}

.program__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.program__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 56px;
}

.program__label {
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #141414;
}

.program__title {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #384457;
    margin-bottom: 16px;
}

.program__line {
    width: 64px;
    height: 0;
    border-top: 3px solid #44536C;
    margin-bottom: 32px;
}

.program__desc {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #141414;
    max-width: 720px;
}

.program__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.program__item {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.program__time {
    flex-shrink: 0;
    width: 125px;
    min-height: 125px;
    background: #44536C;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 16px;
}

.program__time-range {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
}

.program__time-dur {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.program__info {
    flex: 1;
    background: #EFF0F2;
    padding: 26px 40px 27px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.program__tag {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #44536C;
}

.program__name {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #141414;
}

.program__text {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #141414;
}

@media (max-width: 1100px) {
    .program {
        padding: 72px 0;
    }

    .program__container {
        padding: 0 32px;
    }

    .program__title {
        font-size: 38px;
    }

    .program__time {
        width: 110px;
        min-height: 110px;
    }

    .program__time-range {
        font-size: 16px;
    }

    .program__info {
        padding: 20px 24px 20px 20px;
    }

    .program__name {
        font-size: 18px;
    }
}

@media (max-width: 700px) {
    .program {
        padding: 56px 0;
    }

    .program__container {
        padding: 0 20px;
    }

    .program__title {
        font-size: 30px;
    }

    .program__label {
        font-size: 15px;
    }

    .program__head {
        margin-bottom: 36px;
    }

    .program__desc {
        font-size: 15px;
        line-height: 22px;
    }


    .program__item {
        flex-direction: column;
        gap: 0;
    }

    .program__time {
        width: 100%;
        min-height: 80px;
        padding: 20px 16px;
        flex-direction: row;
        justify-content: center;
        gap: 12px;
        align-items: center;
    }

    .program__time-range {
        font-size: 18px;
    }

    .program__time-dur {
        font-size: 12px;
    }

    .program__info {
        padding: 16px;
        gap: 8px;
    }

    .program__name {
        font-size: 17px;
        line-height: 22px;
    }

    .program__text {
        font-size: 15px;
        line-height: 22px;
    }
}

.speaker {
    background: #EFF0F2;
    padding: 90px 0;
}

.speaker__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.speaker__head {
    margin-bottom: 40px;
}

.speaker__label {
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #141414;
}

.speaker__title {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #384457;
    margin-bottom: 18px;
}

.speaker__line {
    width: 64px;
    height: 0;
    border-top: 3px solid #44536C;
}

.speaker__card {
    background: #FFFFFF;
    display: flex;
    align-items: stretch;
    gap: 0;
}

.speaker__photo {
    flex-shrink: 0;
    width: 476px;
    padding: 29px 0 29px 25px;
}

.speaker__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.speaker__content {
    flex: 1;
    padding: 48px 48px 48px 56px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.speaker__name {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 58px;
    line-height: 100%;
    color: #141414;
}

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

.speaker__bio p {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #141414;
}

@media (max-width: 1100px) {
    .speaker {
        padding: 72px 0;
    }

    .speaker__container {
        padding: 0 32px;
    }

    .speaker__title {
        font-size: 38px;
    }

    .speaker__photo {
        width: 380px;
        padding: 24px 0 24px 24px;
    }

    .speaker__content {
        padding: 36px 32px 36px 40px;
        gap: 20px;
    }

    .speaker__name {
        font-size: 42px;
    }

    .speaker__bio p {
        font-size: 17px;
        line-height: 1.5;
    }
}

@media (max-width: 700px) {
    .speaker {
        padding: 56px 0;
    }

    .speaker__container {
        padding: 0 20px;
    }

    .speaker__label {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .speaker__title {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .speaker__head {
        margin-bottom: 28px;
    }


    .speaker__card {
        flex-direction: column;
    }

    .speaker__photo {
        width: 100%;
        padding: 0;
        max-height: 420px;
        overflow: hidden;
    }

    .speaker__photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .speaker__content {
        padding: 24px 20px;
        gap: 16px;
    }

    .speaker__name {
        font-size: 32px;
    }

    .speaker__bio p {
        font-size: 16px;
        line-height: 1.5;
    }
}

.benefits {
    background: #EFF0F2;
    padding: 90px 0;
}

.benefits__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.benefits__head {
    margin-bottom: 40px;
}

.benefits__label {
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #141414;
}

.benefits__title {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #384457;
    margin-bottom: 18px;
}

.benefits__line {
    width: 64px;
    height: 0;
    border-top: 3px solid #44536C;
}

.benefits__card {
    background: #44536C;
    padding: 47px 46px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
}

.benefits__card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% / 3);
    width: 1px;
    background: #253858;
}

.benefits__card::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% / 3 * 2);
    width: 1px;
    background: #253858;
}

.benefits__item:nth-child(1),
.benefits__item:nth-child(2),
.benefits__item:nth-child(3) {
    border-bottom: 1px solid #253858;
}

.benefits__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 40px 47px 40px;
}

.benefits__item:nth-child(4),
.benefits__item:nth-child(5),
.benefits__item:nth-child(6) {
    padding-top: 47px;
    padding-bottom: 0;
}

.benefits__icon {
    font-size: 36px;
    line-height: 1;
    display: block;
}

.benefits__text {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

@media (max-width: 1100px) {
    .benefits {
        padding: 72px 0;
    }

    .benefits__container {
        padding: 0 32px;
    }

    .benefits__title {
        font-size: 38px;
    }


    .benefits__card {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px 36px;
    }


    .benefits__card::before {
        left: 50%;
    }

    .benefits__card::after {
        display: none;
    }


    .benefits__item:nth-child(1),
    .benefits__item:nth-child(2),
    .benefits__item:nth-child(3) {
        border-bottom: none;
    }

    .benefits__item:nth-child(1),
    .benefits__item:nth-child(2) {
        border-bottom: 1px solid #253858;
    }

    .benefits__item:nth-child(3),
    .benefits__item:nth-child(4) {
        border-bottom: 1px solid #253858;
    }

    .benefits__item:nth-child(5),
    .benefits__item:nth-child(6) {
        border-bottom: none;
    }


    .benefits__item {
        padding: 0 32px 40px 32px;
    }

    .benefits__item:nth-child(3),
    .benefits__item:nth-child(4) {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .benefits__item:nth-child(5),
    .benefits__item:nth-child(6) {
        padding-top: 40px;
        padding-bottom: 0;
    }


    .benefits__item:nth-child(4) {
        padding-top: 40px;
    }
}

@media (max-width: 700px) {
    .benefits {
        padding: 56px 0;
    }

    .benefits__container {
        padding: 0 20px;
    }

    .benefits__label {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .benefits__title {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 14px;
    }

    .benefits__head {
        margin-bottom: 28px;
    }


    .benefits__card {
        grid-template-columns: 1fr;
        padding: 28px 20px;
    }

    .benefits__card::before,
    .benefits__card::after {
        display: none;
    }


    .benefits__item:nth-child(1),
    .benefits__item:nth-child(2),
    .benefits__item:nth-child(3),
    .benefits__item:nth-child(4) {
        border-bottom: none;
    }


    .benefits__item {
        padding: 20px 0;
        gap: 12px;
    }

    .benefits__item:nth-child(3),
    .benefits__item:nth-child(4),
    .benefits__item:nth-child(5),
    .benefits__item:nth-child(6) {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .benefits__item:last-child {
        padding-bottom: 0;
    }

    .benefits__icon {
        font-size: 26px;
    }

    .benefits__text {
        font-size: 15px;
        line-height: 20px;
    }
}

.steps {
    background: #EFF0F2;
    padding: 90px 0;
}

.steps__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.steps__head {
    margin-bottom: 56px;
}

.steps__label {
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #141414;
}

.steps__title {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #384457;
    margin-bottom: 18px;
}

.steps__line {
    width: 64px;
    height: 0;
    border-top: 3px solid #44536C;
}

.steps__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
}

.steps__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.steps__item .steps__circle {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.steps__connector {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 100%;
    height: 1px;
    z-index: 1;
}

.steps__dash {
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
            to right,
            #44536C 0px,
            #44536C 2px,
            transparent 2px,
            transparent 6px
    );
}

.steps__item--last .steps__connector {
    display: none;
}

.steps__circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.steps__circle--white {
    background: #FFFFFF;
    border: 2px solid #DADADA;
}

.steps__circle--dark {
    background: #44536C;
    border: none;
}

.steps__num {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 24px;
    color: #141414;
}

.steps__num--white {
    font-weight: 600;
    color: #FFFFFF;
}

.steps__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    padding: 0 16px;
}

.steps__name {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #141414;
    text-align: center;
}

.steps__desc {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #141414;
    text-align: center;
}

@media (max-width: 1100px) {
    .steps {
        padding: 72px 0;
    }

    .steps__container {
        padding: 0 32px;
    }

    .steps__title {
        font-size: 38px;
    }

    .steps__head {
        margin-bottom: 48px;
    }


    .steps__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .steps__item {
        flex-direction: row;
        align-items: flex-start;
        gap: 24px;
        flex: none;
        width: 100%;
        position: relative;
        padding-bottom: 0;
    }


    .steps__circle {
        margin-bottom: 0;
        flex-shrink: 0;
        position: relative;
        z-index: 2;
    }


    .steps__connector {
        position: absolute;
        top: 100px;
        left: 50px;
        transform: translateX(-50%);
        width: 1px;
        height: calc(100% + 32px);
        z-index: 1;
    }

    .steps__dash {
        width: 1px;
        height: 100%;
        background-image: repeating-linear-gradient(
                to bottom,
                #44536C 0px,
                #44536C 2px,
                transparent 2px,
                transparent 6px
        );
    }


    .steps__content {
        align-items: flex-start;
        text-align: left;
        padding: 16px 0 52px;
    }

    .steps__name {
        text-align: left;
    }

    .steps__desc {
        text-align: left;
    }


    .steps__item--last .steps__content {
        padding-bottom: 0;
    }
}

@media (max-width: 700px) {
    .steps {
        padding: 56px 0;
    }

    .steps__container {
        padding: 0 20px;
    }

    .steps__label {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .steps__title {
        font-size: 30px;
        line-height: 1.1;
        margin-bottom: 14px;
    }

    .steps__head {
        margin-bottom: 36px;
    }

    .steps__circle {
        width: 80px;
        height: 80px;
    }

    .steps__num {
        font-size: 22px;
    }

    .steps__connector {
        top: 80px;
        left: 40px;
    }

    .steps__content {
        padding: 8px 0 44px;
        gap: 6px;
    }

    .steps__name {
        font-size: 18px;
    }

    .steps__desc {
        font-size: 15px;
        line-height: 20px;
    }

    .steps__item {
        gap: 16px;
    }
}

.registration {
    background: #EFF0F2;
    padding: 90px 0;
}

.registration__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.registration__card {
    background: #384457;
    padding: 60px 80px 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.registration__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.registration__label {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.registration__title {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.registration__stats {
    width: 100%;
    max-width: 624px;
    display: flex;
    flex-direction: column;
}

.registration__stats-line {
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
            to right,
            rgba(255, 255, 255, 0.5) 0px,
            rgba(255, 255, 255, 0.5) 2px,
            transparent 2px,
            transparent 4px
    );
}

.registration__stats-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px 0;
}

.registration__stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.registration__stat-label {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.registration__stat-value {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.registration__form {
    width: 100%;
    max-width: 624px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.registration__fields-row {
    display: flex;
    gap: 12px;
    width: 100%;
}

.registration__input {
    width: 100%;
    height: 47px;
    padding: 14px 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.59);
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    outline: none;
    transition: border-color 0.2s ease;
}

.registration__input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.registration__input:focus {
    border-color: rgba(255, 255, 255, 0.9);
}

.registration__input--full {
    width: 100%;
}

.registration__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 74px;
    padding: 26px 80px;
    background: #FFFFFF;
    border: none;
    cursor: pointer;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #44536C;
    transition: background 0.2s ease, color 0.2s ease;
    margin-top: 8px;
}

.registration__btn:hover {
    background: #44536C;
    color: #FFFFFF;
}

.registration__btn-icon {
    width: 22px;
    height: 22px;
    display: block;
    filter: invert(30%) sepia(20%) saturate(800%) hue-rotate(180deg) brightness(60%);
    transition: filter 0.2s ease;
}

.registration__btn:hover .registration__btn-icon {
    filter: brightness(0) invert(1);
}

.registration__policy {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    max-width: 480px;
}

.registration__policy-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
}

.footer {
    background: #EFF0F2;
    padding: 32px 0 28px;
}

.footer__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__nav-link {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #2D2D2D;
    text-decoration: none;
}

.footer__divider {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__copy {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #2D2D2D;
}

.footer__policy {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    color: #2D2D2D;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .registration {
        padding: 72px 0;
    }

    .registration__container {
        padding: 0 32px;
    }

    .registration__card {
        padding: 48px 48px 44px;
        gap: 32px;
    }

    .registration__title {
        font-size: 38px;
    }

    .footer__container {
        padding: 0 32px;
    }
}

@media (max-width: 700px) {
    .registration {
        padding: 56px 0;
    }

    .registration__container {
        padding: 0 20px;
    }

    .registration__card {
        padding: 32px 20px 28px;
        gap: 24px;
    }

    .registration__title {
        font-size: 30px;
    }

    .registration__label {
        font-size: 14px;
    }


    .registration__fields-row {
        flex-direction: column;
        gap: 12px;
    }

    .registration__btn {
        font-size: 18px;
        padding: 22px 24px;
        height: auto;
        min-height: 60px;
    }

    .registration__stat-label {
        font-size: 12px;
    }

    .registration__stat-value {
        font-size: 17px;
    }


    .footer__nav {
        display: none;
    }

    .footer__divider {
        display: none;
    }

    .footer__container {
        padding: 0 20px;
        gap: 10px;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .footer__copy {
        font-size: 14px;
    }

    .footer__policy {
        text-align: center;
        text-decoration: underline;
    }
}

.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.popup-overlay.is-open {
    display: flex;
}

.popup {
    position: relative;
    width: 100%;
    max-width: 700px;
    background: #EFF0F2;
    padding: 52px 52px 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.popup__close {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.popup__close img {
    width: 24px;
    height: 24px;
    display: block;
}

.popup__head {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 100%;
    color: #2B2B2B;
    text-align: center;
}

.popup__subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 141%;
    color: #2B2B2B;
    text-align: center;
}

.popup__body {
    width: 100%;
    background: #D2D4D9;
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(161.5px);
    padding: 40px 30px;
}

.popup__form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.popup__input {
    width: 100%;
    height: 58px;
    padding: 18px 14px;
    background: #FFFFFF;
    border: 1.09px solid #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #1C1C1C;
    outline: none;
    margin-bottom: 12px;
}

.popup__input::placeholder {
    color: #AAAAAA;
}

.popup__input:focus {
    border-color: #CCAC62;
}

.popup__phone-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.popup__phone-wrap .popup__input {
    margin-bottom: 0;
}

.popup__required {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 114%;
    opacity: 50%;
    color: #1C1C1C;
}

.popup__submit {
    width: 100%;
    height: 52px;
    padding: 0 24px;
    background: #CCAC62;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: background 0.2s;
    margin-bottom: 16px;
}

.popup__submit:hover {
    background: #D0A749;
}

.popup__agreement {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #1C1C1C;
}

.popup__agreement-link {
    color: #1C1C1C;
    text-decoration: underline;
}

.popup--thanks {
    background: #384457;
    max-width: 537px;
    padding: 75px 76px;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.popup__close--white img {
    filter: brightness(0) invert(1);
}

.popup__thanks-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.popup__thanks-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.popup__thanks-btn {
    width: 307px;
    height: 52px;
    padding: 0 24px;
    background: #CCAC62;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: background 0.2s;
}

.popup__thanks-btn:hover {
    background: #D0A749;
}

@media (max-width: 700px) {
    .popup {
        padding: 40px 20px 32px;
        gap: 24px;
    }

    .popup__title {
        font-size: 36px;
    }

    .popup__subtitle {
        font-size: 16px;
    }


    .popup__body {
        background: transparent;
        border: none;
        backdrop-filter: none;
        padding: 0;
    }

    .popup--thanks {
        padding: 56px 28px;
    }

    .popup__thanks-title {
        font-size: 36px;
    }

    .popup__thanks-btn {
        width: 100%;
    }
}

.hero-place {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    margin: -16px 0 -2px;
}

.hero-place p {
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    max-width: 612px;
    flex-shrink: 0;
    width: calc(100% - 40px);
}

.form-place {
    display: flex;
    gap: 7px;
    width: 100%;
    max-width: 624px;
    margin: 10px 0;
    align-items: center;
}

.form-place p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    width: calc(100% - 40px);
}