@font-face {
    font-family: CyGroteskFont;
    src: url("../fonts/CyGrotesk-KeyHeavy.otf") format("opentype");
}
html, body {
    background: #000;
    color: #fff;
    margin: 0;
    font-family: "Inter", system-ui;
    overflow-x: hidden;
}
html {
    margin-top: 32px !important;
}
body {
    max-width: 1440px;
    margin: 0 auto;
}
img {
    max-width: 100%;
}

.top-header {
    display: flex;
    justify-content: flex-end;
    max-width: 1440px;
    padding: 15px 41px;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: transparent;
    top: 0;
}
.top-header.inner .menu-btn {
    margin-right: 54px;
}
.top-header.inner .inner-logo {
    margin-right: auto;
}
.menu-btn .icon-bar {
    display: block;
    width: 32px;
    height: 5px;
    border-radius: 0;
    background: #fff;
}
.menu-btn .icon-bar+.icon-bar {
    margin-top: 5px;
}
.menu-btn {
    margin-right: auto;
    cursor: pointer;
}
.icon-bar.bottom-bar {
    transform: rotate(15deg);
}
.cta-btn.ticket-btn {
    padding: 20px 62px;
    font-size: 18px;
    margin: 0;
    background: #0643F0;
    color: #fff;
    border: 1px solid #fff;
}
.cta-btn.ticket-btn:hover {
    background: #fff;
    color: #0643F0;
}
.lang-switcher {
    line-height: 1;
    margin-left: 17px;
}
.language-chooser {
    margin: 0;
    list-style: none;
    display: flex;
    padding-inline-start: 0;
    align-items: center;
    border: .9px solid #fff;
    border-radius: 54px;
    padding: 20px 0;
}
.language-chooser li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.77px;
    letter-spacing: -0.01em;
    text-align: left;
    text-decoration: none;
    transition: color .3s ease-in-out;
    color: #999;
    padding: 20px 17px;
}
.language-chooser li.active a {
    font-family: 'CyGroteskFont';
    font-size: 16px;
    font-weight: 700;
    line-height: 23.52px;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 17px;
    border-radius: 54px;
}
.navbar{
    width: 100%;
    background: #000;
    border: none;
    box-shadow: none;
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    min-height: 0;
}

.navbar.show { position:absolute; top:0; left:0; right:0; height:100dvh; overflow-y:auto; }

.navbar-static-top {
    display: block;
    width: 100%;
}
#navbar ul {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
    list-style: none;
    display: flex;
}
li.menu-item a {
    font-family: 'CyGroteskFont';
    font-size: 34px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
li.menu-item a:hover, li.menu-item a:focus {
    color: #0848E9;
    text-decoration: none;
}
.main-menu {
    padding: 75px 55px;
}
.main-menu .menu-item.logo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 94px;
}

.main-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 80px 152px;
    /*background: url(../img/conference-2025/bg-circle.png) no-repeat 90% 60%;*/
}
.main-text {
    position: relative;
}
.main-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    position: absolute;
    right: 358px;
    bottom: 0;
    z-index: 2;
}
.main-text img {
    position: relative;
    z-index: 2;
}
.main-text .animation {
    position: absolute;
    right: -28%;
    bottom: -119%;
    height: 600px;
    z-index: 1;
}
.details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    gap: 27px;
    width: 100%;
    margin-top: 133px;
}
.details p {
    font-size: 20px;
}
.details .main-btn {
    font-family: 'CyGroteskFont';
    padding: 21px 116px;
    font-size: 40px;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 300px;
    background: rgba(0, 0, 0, .6);
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 3;
}
.details .main-btn:hover {
    color: #0848E9;
    background: #fff;
    border-color: #0848E9;
}
.partners-line {
    padding: 80px 0;
}
.swiper-partners {
    margin: 0px auto 0px;
    overflow: hidden;
}
.swiper-partners .swiper-wrapper {
    align-items: center;
}
.swiper-partners .swiper-wrapper a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content {
    padding: 32px 121px 80px;
}
.content-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-column-gap: 21px;
    grid-row-gap: 30px;
}
.content-item {
    background: #fff;
    border-radius: 45px;
    padding: 48px 21px;
    color: #000;
    width: calc(33.3% - 21px);
    height: 271px;
}
.content-item h3 {
    font-family: 'CyGroteskFont';
    font-size: 23px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 16px;
    color: #0643F0;
}
.content-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}
.schedule {
    padding: 36px 121px 60px;
}
.schedule-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 45px;
    width: 100%;
    height: 318px;
    background: url(../img/conference-2025/schedule-bg.png) no-repeat bottom center;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
}
.schedule-link {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.schedule-grid h3 {
    font-family: 'CyGroteskFont';
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 29px;
}
.schedule-grid p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.78px;
    color: #fff;
    margin: 0;
}
#speakers {
    padding: 121px 124px 72px;
}
.speakers-slider {
    margin-top: 24px;
}
.speakers-page .speakers-slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
}
.speakers-slider .swiper-slide {
    display: flex; /* make inner content stretch */
    align-items: stretch;
    height: auto;
}
    .speakers-slider .speaker-item {
        border: 1px solid #000;
        border-radius: 45px;
        background: #0848E9;
        overflow: hidden;
    }
    .speaker-item.tba {
        background: #000;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        color: #fff;
    }
.speaker-item.tba:hover {
    text-decoration: none;
}
    .speakers-slider .speaker-img {
        max-height: 351px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000;
        border-top-left-radius: 45px;
        border-top-right-radius: 45px;
    }
.speakers-slider .speaker-img img {
    width: 100%;
}
    .speakers-slider .speaker-name {
        color: #fff;
        font-family: 'CyGroteskFont';
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        line-height: 26.7px;
        text-align: left;
        padding: 28px;
        margin: 0;
        padding-bottom: 15px;
    }
    .speaker-item.tba p {
        color: #fff;
        font-family: 'CyGroteskFont';
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        line-height: 26.7px;
        text-align: left;
        padding: 28px;
        margin: 0;
    }
    .speakers-slider .swiper-slide .speaker-desc {
        font-size: 16px;
        font-weight: 500;
        line-height: 21.78px;
        text-align: left;
        color: #fff;
        padding: 0 25px 28px;
    }
    #speakers .section-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 30px 0;
    }
    #speakers .section-title h3, #speakers .section-title h3 a {
        font-family: 'CyGroteskFont';
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 15px;
        color: #fff;
    }

    .speakers-buttons, .visitors-buttons, .ticket-buttons, .discounts-buttons, .kids-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .speakers-buttons .swiper-button-next, .speakers-buttons .swiper-button-prev, .visitors-buttons .swiper-button-next, .visitors-buttons .swiper-button-prev,
    .ticket-buttons .swiper-button-next, .ticket-buttons .swiper-button-prev, .discounts-buttons .swiper-button-next, .discounts-buttons .swiper-button-prev, .kids-buttons .swiper-button-prev, .kids-buttons .swiper-button-next{
        position: relative;
        width: 56px;
        height: 56px;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 56px;
        padding: 17px;
        left: unset;
        right: unset;
        background: #000;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        display: none;
    }
    .speakers-cta {
        margin-top: 32px;
    }
    .speakers-cta p {
        font-size: 18px;
        font-weight: 400;
        line-height: 21.78px;
        text-align: left;
    }
    .bloomberg {
        padding: 200px 110px;
        background: url(../img/conference-2025/bloomberg-bg.png) no-repeat center center;
    }
    .bloomberg-review {
        padding: 80px 125px;
        border-radius: 44px;
        border: 1px solid #fff;
        background: rgba(0, 0, 0, .8);
    }
    .bloomberg-review-content {
        font-family: 'CyGroteskFont';
        font-size: 30px;
        font-weight: 700;
        line-height: 32px;
        text-align: center;
        color: #FAD41A;
        text-transform: uppercase;
    }
    .bloomberg-review-desc {
        font-size: 20px;
        font-weight: 400;
        line-height: 21.78px;
        text-align: center;
        color: #fff;
        margin-top: 60px;
    }
    .exhibition {
        display: flex;
        position: relative;
        justify-content: flex-end;
        padding: 94px;
    }
    .exhibition-desc {
        width: 477px;
        border-radius: 38.53px;
        padding: 126px 43px;
        border: 0.86px solid #fff;
        background: #000;
        z-index: 2;
        position: absolute;
        left: 121px;
    }
    .exhibition-desc h3 {
        font-family: 'CyGroteskFont';
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        margin: 0 0 24px;
    }
.exhibition-desc a {
    color: #fff;
    text-decoration: none;
}
    .exhibition-desc p {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        margin: 0;
    }
    .exhibition-desc .exhibition-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 32px 43px;
        font-family: 'CyGroteskFont';
        font-size: 16px;
        font-weight: 700;
        line-height: 23.52px;
        text-align: left;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        text-decoration: none;
        transition: color .3s ease-in-out;
        border-radius: 108px;
        position: absolute;
        bottom: -60px;
        right: -25%;
        background: #000;
    }
    .exhibition-desc .exhibition-btn svg {
        margin-left: 16px;
    }
    .exhibition-desc .exhibition-btn:focus, .exhibition-desc .exhibition-btn:hover {
        color: #0848E9;
        background: #fff;
        border-color: #0848E9;
    }
    .exhibition-desc .exhibition-btn svg path {
        transition: all .3s ease-in-out;
    }
    .exhibition-desc .exhibition-btn:focus svg path, .exhibition-desc .exhibition-btn:hover svg path {
        fill: #0848E9;
    }
    .exhibition-slider {
        width: 65%;
        height: 501px;
        margin: 0;
        overflow: hidden;
    }
    .exhibition-slider .swiper-slide {
        border-radius: 45px;
        overflow: hidden;
    }
    .exhibition-slider .swiper-slide img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .expect {
        padding: 20px 125px;
    }
    .expect h3 {
        font-family: 'CyGroteskFont';
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        margin: 0 0 24px;
    }
    .expect .benefits {
        padding: 48px 62px;
        border: 1px solid #fff;
        border-radius: 45px;
        background: url(../img/conference-2025/expectations-bg.png) no-repeat right top / 50% auto;
    }
    .expect ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 34px;
        margin-block-start: 0;
        padding: 0;
        max-width: 50%;
    }
    .expect ul li {
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        display: flex;
        align-items: center;
        gap: 14px;
    }
    .expect ul li span {
        font-family: 'CyGroteskFont';
        font-weight: 700;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: 0%;
    }
    .tickets .title-wrap p {
        font-family: Inter;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #9DEC22;
        margin: 18px 0;
    }
    .tickets {
        padding: 80px 130px;
        background: url(../img/conference-2025/tickets-bg.png) no-repeat bottom center;
    }
    .tickets h2 {
        font-family: 'CyGroteskFont';
        font-size: 30px;
        font-weight: 700;
        line-height:37px;
        text-align: left;
        text-transform: uppercase;
        margin: 0;
    }
    .tickets-grid {
        margin-top: 50px;
        display: grid;
        justify-content: center;
        grid-template-columns: 1fr 1fr 1fr;
        flex-wrap: wrap;
        gap: 58px;
        align-items: flex-start;
    }
    .ticket-item {
        padding: 29px 32px;
        border: 1px solid #fff;
        width: 358px;
        border-radius: 21px;
        background: #000;
        position: relative;
        transition: all .3s ease-in-out;
    }
    .ticket-item:hover {
        border-color: #0848E9;
    }
    .ticket-link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .sold .ticket-link {
        background: rgba(0,0,0,.6);
        border-radius: 21px;
    }
    .sold .ticket-link:after {
        content: 'SOLD OUT';
        position: absolute;
        top: 50%;
        left: 50%;
        background: #F579E3;
        color: #fff;
        border-radius: 21px;
        padding: 20px;
        font-family: 'CyGroteskFont';
        font-size: 34px;
        font-weight: 700;
        line-height: 37.23px;
        text-transform: uppercase;
        margin: 0;
        transform: translate(-50%, -50%);
    }
    .ticket-item h3 {
        font-family: 'CyGroteskFont';
        font-size: 30px;
        font-weight: 700;
        line-height: 37.23px;
        text-transform: uppercase;
        margin: 0 0 30px;
    }
    .ticket-item ul {
        list-style: none;
        padding: 0;
    }
    .ticket-item ul li {
        font-size: 14px;
        font-weight: 500;
        line-height: 16.94px;
        text-align: left;
        margin-bottom: 13px;
        position: relative;
        padding-left: 25px;
    }
    .ticket-item ul li:before {
        content: '';
        width: 11px;
        height: 14px;
        background: url(../img/conference-2024/list-arrow.svg) no-repeat center;
        position: absolute;
        left: 0;
        top: 2px;
    }
    .ticket-item .price {
        padding: 13px 30px 13px 24px;
        border: .65px solid #fff;
        position: absolute;
        right: -40px;
        display: flex;
        flex-direction: column;
        background: #000;
        z-index: 2;
        border-radius: 21px;
    }
    .ticket-item .price p {
        font-family: 'CyGroteskFont';
        font-size: 34px;
        font-weight: 700;
        line-height: 29.41px;
        text-align: left;
    }
    .ticket-item .price span {
        font-size: 12.91px;
        font-weight: 700;
        line-height: 15.63px;
        text-align: left;
        color: #F679E4;
    }
    .ticket-goal {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 155px 127px 120px;
        background: url(../img/conference-2025/ticket-goal.png) no-repeat top center;
    }
    .ticket-goal h3 {
        font-family: 'CyGroteskFont';
        font-weight: 700;
        font-size: 30px;
        line-height: 37px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
        color: #fff;
        z-index: 2;
        padding: 60px 125px;
        background: #0848E9;
        border-radius: 44px;
        border: 1px solid #fff;
    }
    .ticket-goal img {
        margin-top: -40px;
    }
    .ticket-goal h3 span {
        color: #9DEC22;
    }

    .discounts {
        padding: 80px 122px;
        background: url(../img/conference-2025/discounts-bg.png) no-repeat bottom center;
    }
    .discounts h2 {
        font-family: 'CyGroteskFont';
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        text-transform: uppercase;
        margin: 0;
        color: #fff;
    }
    .discounts-grid {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        grid-column-gap: 100px;
        grid-row-gap: 116px;
    }
    .discount-item {
        position: relative;
        border: 1px solid #fff;
        padding: 47px 36px;
        color: #fff;
        background: #000;
        width: 540px;
        border-radius: 25px;
    }
    .discount-item h3 {
        font-family: 'CyGroteskFont';
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        text-transform: uppercase;
        margin: 0 0 27px;
    }
    .discount-item p {
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 10px;
    }
    .discount-item .code {
        background: #fff;
        border: 1px solid #000;
        padding: 15px 24px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.36px;
        text-align: left;
        position: absolute;
        right: 0;
        border-radius: 25px;
        color: #0643F0
    }
    .discount-item .code span {
        font-family: 'CyGroteskFont';
        font-size: 28px;
        font-weight: 700;
        line-height: 33.89px;
        text-align: left;
    }
    .visitors-reviews {
        padding: 126px 127px;
    }
    .visitors-slider {
        overflow-x: hidden;
    }
    .visitor-review {
        padding: 80px 67px;
        border-radius: 44px;
        border: 1px solid #fff;
        width: 100%;
        height: 344px;
    }
    .visitor-review .visitor-text {
        font-family: 'CyGroteskFont';
        font-size: 28px;
        font-weight: 700;
        line-height: 34px;
        text-align: center;
        text-transform: uppercase;
        margin: 0 0 60px;
        color: #fff;
    }
    .visitor-review .visitor-author {
        font-weight: 400;
        font-size: 18px;
        margin: 0;
        text-align: center;
    }
    .speakers-buttons, .visitors-buttons, .ticket-buttons, .discounts-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .speakers-buttons .swiper-button-next, .speakers-buttons .swiper-button-prev, .visitors-buttons .swiper-button-next, .visitors-buttons .swiper-button-prev,
    .ticket-buttons .swiper-button-next, .ticket-buttons .swiper-button-prev, .discounts-buttons .swiper-button-next, .discounts-buttons .swiper-button-prev {
        position: relative;
        width: 56px;
        height: 56px;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 56px;
        padding: 17px;
        left: unset;
        right: unset;
        background: #000;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        display: none;
    }
    .numbers {
        padding: 0;
    }
    .numbers h2 {
        padding: 14px 122px;
        margin: 0;
        font-family: 'CyGroteskFont';
        font-size: 34px;
        font-weight: 700;
        line-height: 49.98px;
        text-align: left;
        text-transform: uppercase;
        color: #fff;
    }
    .conf-numbers {
        display: flex;
        margin: 50px 122px;
        background: #fff;
        border-radius: 45px;
        gap: 56px;
        padding: 41px 66px;
    }
    .number-item h3 {
        font-family: 'CyGroteskFont';
        font-size: 56px;
        font-weight: 700;
        line-height: 100%;
        text-align: left;
        margin: 0 0 24px;
        color: #0848E9;
    }
    .number-item p {
        font-size: 18px;
        color: #000;
    }
    .media-slider.swiper {
        width: 100%;
        margin-bottom: 90px;
    }
    .media {
        padding: 77px 122px;
    }
    .media-wrapper {
        padding: 85px 74px;
        border: 1px solid #fff;
        border-radius: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .media-wrapper h3 {
        font-family: 'CyGroteskFont';
        font-size: 34px;
        font-weight: 700;
        line-height: 49.98px;
        text-align: left;
        text-transform: uppercase;
        margin: 0 0 92px;
    }
    .media-grid {
        display: grid;
        justify-content: space-between;
        align-items: flex-start;
        gap: 101px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .media-grid p {
        font-size: 24px;
    }
    .media-grid p a, .media-grid p a:hover {
        color: #fff;
        text-decoration: underline;
    }
    .media-btn, .cta-btn  {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 32px 43px;
        font-family: 'CyGroteskFont';
        font-size: 16px;
        font-weight: 700;
        line-height: 23.52px;
        text-align: left;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        text-decoration: none;
        transition: color .3s ease-in-out;
        border-radius: 108px;
        display: inline-flex;
        gap: 15px;

    }
    .cta-btn {
        margin: 16px auto 0;
    }
    .media-btn:focus, .media-btn:hover, .cta-btn:focus, .cta-btn:hover {
        color: #0643F0;
        border-color: #fff;
        background: #fff;
        text-decoration: none;
    }

    .cta-btn svg path, .media-btn svg path {
        transition: color .3s ease-in-out;
    }
    .cta-btn:focus svg path, .cta-btn:hover svg path, .media-btn:focus svg path, .media-btn:hover svg path {
        fill: #EDF479;
    }
    .faq-grid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 45px;
        width: 100%;
        height: 318px;
        background: url(../img/conference-2025/faq-bg.png) no-repeat center;
        overflow: hidden;
        min-height: 483px;
    }
    .faq-grid h3 a {
        font-family: 'CyGroteskFont';
        font-size: 48px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 29px;
        transition: all .3s ease-in-out;
        padding: 70px 82px;
        background: #0643F0;
        border: 1px solid #fff;
        border-radius: 45px;
    }
    .faq-grid h3 a:hover, .faq-grid h3 a:focus {
        color: #0643F0;
        background: #fff;
        text-decoration: none;
    }
    .faq-grid h3 svg {
        margin-left: 24px;
    }
    .faq-grid h3 a:hover svg path, .faq-grid h3 a:focus svg path{
        fill: #0643F0;
    }
    .partners {
        padding: 0 125px;
    }
    .partners-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .partners-title h3 {
        font-family: 'CyGroteskFont';
        font-size: 34px;
        font-weight: 700;
        line-height: 49.98px;
        text-align: left;
    }
    .partners-wrapper {
        margin-top: 48px;
        margin-bottom: 90px;
    }
    .partners-row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
        width: 100%;
        flex: 1 0 auto;
        grid-gap: 30px;
        margin: 25px 0;
        flex-wrap: wrap;
    }
    .partners-row a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .partners-row a img {
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .partners-subtitle {
        font-family: 'CyGroteskFont';
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        margin: 0 0 24px;
        color: #fff;
        text-transform: uppercase;
    }
    .partners-title .cta-btn {
        margin: 0;
        padding: 32px 53px;
        background: #0848E9;
        transition: all .3s ease-in-out;
    }
    .partners-title .cta-btn:hover {
        color: #0848E9;
        background: #fff;
        border-color: #0848E9;
    }
    .cta-btn:focus svg path, .cta-btn:hover svg path, .media-btn:focus svg path, .media-btn:hover svg path {
        fill: #0848E9;
    }
    .hide-desktop {
        display: none;
    }
.modal-content {
    background: #000;
}

.modal {
    z-index: 11050;
}
.modal-dialog {
    max-width: 80vw;
}
.modal-dialog-centered {
    min-height: 587px
}
.conference-modal {
    background: #000;
    padding: 39px 46px;
    border: 1px solid #fff;
    border-radius: 45px;
    overflow: hidden;
}
.modal-content {
    background: #000;
}
.modal-body {
    padding: 0;
}
.conference-modal .main-info {
    display: grid;
    grid-template-columns: 252px auto;
    grid-template-rows: 1fr;
    gap: 29px;
}
.conference-modal .main-info .speaker-img {
    width: 252px;
    height: 302px;
    border-radius: 45px;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}
.conference-modal .main-info .speaker-descr {
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: 60%;
}

.conference-modal .main-info .speaker-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 26.7px;
    text-align: left;
    border: none;
    padding: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.conference-modal .main-info .speaker-desc {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    margin-top: 30px;
}
.conference-modal .additional-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    border-top: 0;
    margin-top: 31px;
}
.modal-buttons {
    position: absolute;
    top: 0;
    right: 40px;
}
.modal-content .event {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: auto;
}
.modal-content .event div {
    padding: 12px 21px;
    color: #000;
    border-radius: 45px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}
.modal-content .event div:last-child {
    display: block;
}
.modal-content .event h4 {
    font-weight: 800;
}
.cta-btn.close-btn {
    background: #000;
    padding: 7px;
    border-radius: 50%;
    margin: 0;
}
.modal-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 21px 0;
}
.video-wrapper {
    max-width: 1440px;
    margin: 0 auto 60px;
    overflow: hidden;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
footer {
    max-width: 1440px;
    margin: 0 auto;
}
.footer-grid {
  padding: 70px 126px;
    background: #000;
    display: flex;
    gap: 85px
}
footer .social {
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding: 58px;
    justify-content: flex-start;
    align-items: flex-start;
}
footer .social a {
    font-family: 'Helvetica';
    font-size: 24px;
    font-weight: 700;
    line-height: 27.6px;
    text-align: left;
    color: #fff;
    transition: color .3s ease-in-out;
}
footer .social a:hover, footer .social a:focus {
    color: #0643F0;
}
footer .disc {
    padding: 58px 39px;
}
footer .disc p {
    font-size: 23px;
    font-weight: 400;
    line-height: 27.84px;
    text-align: left;
    margin: 0 0 20px;
    color: #fff;
}
footer .disc a {
    text-decoration: underline;
    transition: all .3s ease-in-out;
    color: #fff;
}
footer .disc a:hover {
    color: #0643F0;
    text-decoration: underline;
}


.speakers-page .tickets {
    background-position-y: -84%;
    padding-bottom: 30px;
}

.speakers-page .tickets-slider.swiper {
    padding-bottom: 60px;
    margin-top: 53px;
}
.speakers-page .title-wrap {
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.speakers-page .ticket-buttons {
    position: absolute;
    right: 0;
    top: 0;
}
.speakers-page .discounts {
    background-position-y: 2%;
}
.speakers-page .discounts-buttons {
    position: absolute;
    right: 0;
    top: 0;
}
.speakers-page .discounts-slider {
    margin-top: 70px;
}
.speakers-page .partners {
    margin-top: 70px;
}
html {
    margin-top: 0 !important;
}
#wpadminbar {
    position: fixed;
}
.sk-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 96px 80px 152px;
    background: url(../img/conference-2025/sk-bg.png) no-repeat top;
    margin-top: -96px;
}
.sk-main .desc h1 {
    font-family: 'CyGroteskFont';
    font-weight: 700;
    font-size: 96px;
    line-height: 96px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin: 0;
}
.sk-main .desc p {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 47px;
}
.sk-main .sk-img {
    flex-shrink: 0;
}
.zone-description {
    padding: 96px 0 0;
}
.zone-description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    margin: 0 121px 71px;
}
.about-sk {
    padding: 95px 123px;
}
.about-sk .about-block {
    display: flex;
    gap: 108px;
    background: #0848E9;
    border: 1px solid #fff;
    border-radius: 45px;
    padding: 60px 70px;
    align-items: center;
}
.about-sk .about-block .image {
    flex-shrink: 0;
}
.about-sk .about-block .description h3 {
    font-family: 'CyGroteskFont';
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.about-sk .about-block .description h3 span {
    color: #9DEC22;
}
.about-sk .about-block .description p {
    font-weight: 400;
    font-size: 18px;
    margin-top: 30px;
}
.expect {
    padding: 5px 123px;
}
.expect h3 {
    margin-bottom: 51px;
}
.expect-item {
    display: flex;
    align-items: center;
    gap: 24px;
    border: 1px solid #fff;
    border-radius: 45px;
    margin-bottom: 31px;
    padding: 30px 60px;
}
.expect-item h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    max-width: 390px;
    flex-shrink: 0;
    margin: 0;
}
.expect-item h4 span {
    color: #9DEC22;
}
.expect-item p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.expect-flex {
    display: flex;
    align-items: stretch;
    gap: 27px;
    flex-wrap: wrap;
    padding: 5px 123px;
}
.expect-flex .expect-item {
    width: calc(50% - 27px);
}
.why-join {
    padding: 96px 123px 0;
}
.why-join h3 {
    font-family: 'CyGroteskFont';
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 40px;
}
.why-join h3 span {
    color: #9DEC22;
}
.why-join .expect-flex {
    padding: 0;
    gap: 14px;
}
.why-join .expect-flex .expect-item {
    width: auto;
    padding: 26px 38px;
}
.kids-slider .swiper-slide {
    transition: transform .4s ease, opacity .4s ease, filter .4s ease;
    opacity: .35;
    filter: brightness(.7);
    overflow: hidden;
}

.kids-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

/* active slide highlighted */
.kids-slider .swiper-slide-active {
    opacity: 1;
    filter: none;
    transform: scale(1.05); /* slight zoom */
    position: relative;
    z-index: 3;
}
.kids-slider .swiper-slide-active img {
    border-radius: 45px;
    border: 1px solid #fff;
}
.kids-slider .swiper-slide-active::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 45px;
    pointer-events: none;
}
.donat .about-block h3 {
    text-align: center;
}
.sk-page .speakers-buttons, .kids-buttons {
    padding: 33px 125px;
    justify-content: flex-end;
}
.sk-page .speakers-buttons {
    padding-bottom: 0;
}
.sk-page #speakers {
    padding-top: 0px;
}
.tickets.kids .tickets-grid {
    display: flex;
    margin-top: 130px;
}
.tickets.kids {
    padding: 52px 125px 224px;
    background: url(../img/conference-2025/kids-tickets-bg.png) no-repeat 0 175px;
}
.superpower {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 130px;
}
.superpower h3 {
    font-family: 'CyGroteskFont';
    font-weight: 700;
    font-size: 48px;
    line-height: 93%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 32px 80px;
    background: #0643F0;
    border: 1px solid #fff;
    border-radius: 45px;
}
.superpower img {
    transform: translate(-60px, 25px);
}
.sk-page .speakers-buttons {
    padding-right: 0;
}
.kinds-img {
    margin-top: 117px;
}
.disclaimer {
    padding: 90px 125px;
}
.disclaimer p {
    padding: 60px 124px;
    border: 1px solid #fff;
    border-radius: 45px;
    font-size: 18px;
}
.exhibition-page-slider {
    margin-top: 44px;
}
.exhibition-item {
    display: flex;
    flex-direction: column;
    border-radius: 45px;
    border: 1px solid #fff;
    width: calc(25% - 16px);
    overflow: hidden;
}
.exhibition-item .logo-img {
    background: #fff;
    height: 100px;
}
.exhibition-item .exhibition-description {
    padding: 32px 26px;
}
.exhibition-item .exhibition-description a {
    font-family: 'CyGroteskFont';
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
}
.exhibition-item .exhibition-description .theme {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 8px 18px;
    background: #0848E9;
    margin: 18px 0;
    border-radius: 45px;
    display: inline-block;
}
.exhibition-details {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}
.exhibition-page-slider  {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
}
.exhibition-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 0;
}

.schedule-wrapper {
    margin-top: 100px;
    padding: 40px 125px;
}
.title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-wrap h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
    color: #919191;
    text-transform: uppercase;
}

.schedule-wrapper h2 {
    font-family: 'CyGroteskFont';
    font-size: 34px;
    font-weight: 700;
    line-height: 49.98px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
.schedule-block {
    width: 100%;
    margin-top: 32px;
}
.schedule h4 {
    padding: 15px;
}
.schedule-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    border-radius: 24px;
}
.schedule-table tr {
    background: #fff;
    border-radius: 24px;
    color: #000;
    border-collapse: collapse;
    border: 1px solid #fff;
}
.schedule-table tr:first-child {
    background: transparent;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    color: #fff;
}
.schedule-table th {
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
}
.schedule-table td {
    padding: 16px;
    vertical-align: top;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.schedule-table td p {
    margin: 0;
}
.schedule-table td a {
    color: #000;
    text-decoration: underline;
}
.tab-container {
    display: flex;
    flex-direction: column;
}

.tab {
    display: flex;
}

.tab input[type="radio"] {
    display: none;
}

.schedule-block .tab label, .schedule-block .tag {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.15px;
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 2px 16px;
    text-transform: uppercase;
    cursor: pointer;
}
.schedule-block .tag {
    padding: 8px 32px;
    font-family: 'CyGroteskFont';
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
}
.schedule-block .tab label {
    font-family: 'CyGroteskFont';
    font-size: 16px;
    font-weight: 700;
    line-height: 23.52px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #B9B5B5;
    padding: 14px 20px;
    margin: 0;
}
.schedule-block .tab.active label {
    color: #fff;
    background: #000;
}
.filters-row .inner-filters {
    display: flex;
    grid-gap: 15px;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
}
.filters-row.fixed {
    background: #000;
    width: 100%;
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    padding: 10px 0;
    z-index: 800;
}
.filters-row.fixed .inner-filters {
    padding: 0 121px;
}
.filters-row .days {
    margin: 0;
    list-style: none;
    display: flex;
    padding-inline-start: 0;
    align-items: center;
    border: .9px solid #fff;
    border-radius: 54px;
    padding: 0;
}
.filters-row .days .tab.active label {
    font-family: 'CyGroteskFont';
    font-size: 16px;
    font-weight: 700;
    line-height: 23.52px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 54px;
    margin: 0;
}
.schedule-block .tag.active {
    font-weight: bold;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.schedule-block .tag#stage {
    background-color: #D11298;
    color: #fff;
    border-color: #000;
}
.schedule-block .tag#kids {
    background-color: #E6F710;
    color: #000;
    border-color: #000;
}
.schedule-block .tag#bs {
    background-color: #0848E9;
    color: #fff;
    border-color: #000;
}
.schedule-block td span {
    font-family: 'CyGroteskFont';
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 74px;
    padding: 4px 24px;
    text-transform: uppercase;
    width: 165px;
}
.schedule-block td span.stage, .modal-content .event .event-zone.stage{
    background-color: #D11298;
}
.schedule-block td:first-child {
    min-width: 135px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
.schedule-block td:last-child {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.schedule-block td span.bs, .modal-content .event .event-zone.bs {
    background-color: #0848E9;
}
.schedule-block td span.kids, .modal-content .event .event-zone.kids {
    background-color: #E6F710;
    color: #000;
}
.schedule-table td.name {
    min-width: 170px;
}
tr.bs-message {
    text-align: center;
    background-color: #98CDFF;
    font-weight: bold;
    color: #fff;
}
tr.mp-message {
    text-align: center;
    background-color: #F579E3;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.tab-panel {
    display: none;
}
.tab-panel.active {
    display: block;
}
.kids-block {
    padding: 0px 25px;
    background: url(../img/conference-2025/kids-zone-bg.png) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.kids-block h3 {
    font-family: 'CyGroteskFont';
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 53px 0 33px;
}
.kids-block img {
    transform: translateY(60px);
}
.bs-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 126px;
    background: url(../img/conference-2025/bs-zone-bg.png) no-repeat center;
    background-size: cover;
    margin-bottom: 40px;
}
.bs-block .bs-text {
    padding: 33px 55px;
    border: 1px solid #fff;
    border-radius: 45px;
    background: #000;
    min-width: 50%;
}
.bs-block .bs-text h3 {
    font-family: 'CyGroteskFont';
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0px 0 19px;
}
.bs-block .bs-text p {
    font-size: 16px;
}
.bs-block .bs-text p:first-of-type {
    color: #9DEC22;
}
.bs-block img {
    transform: translateX(-60px);
}
.board {
    padding: 121px 124px 72px;
}
.board .section-title h3 {
    font-family: 'CyGroteskFont';
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 27px;
}
.board .section-title p {
    font-size: 16px;
}
.board-container {
    display: flex;
    gap: 42px;
    margin-top: 42px;
}
.board-container .speaker-item {
    border: 1px solid #fff;
    border-radius: 45px;
    background: #000;
    overflow: hidden;
    width: calc(33.3% - 42px);
}
.board-container .speaker-img {
    max-height: 351px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
}
.board-container .speaker-name {
    color: #fff;
    font-family: 'CyGroteskFont';
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 26.7px;
    text-align: left;
    padding: 28px;
    margin: 0;
    padding-bottom: 15px;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    gap: 10px;
}
.board-container .speaker-desc {
        font-size: 16px;
        font-weight: 500;
        line-height: 21.78px;
        text-align: left;
        color: #fff;
        padding: 0 25px 28px;
}
.conference-modal.schedule .main-info {
    display: flex;
    flex-direction: column;
}
.conference-modal.schedule .event-name {
    font-family: 'CyGroteskFont';
    font-size: 20px;
    text-transform: uppercase;
}
.conference-modal.schedule .event {
    margin-bottom: 27px;
}
.conference-modal.schedule .event p {
    font-size: 14px;
    margin: 0;
}
@media (orientation: landscape)
and (aspect-ratio: 16/10)
and (min-width: 1280px)   /* 3K+ @200% = 1440, @225% = 1280 */
and (max-width: 1728px) { /* 3.5K @200% = 1728, @225% = 1536 */
    .main-section {
        scale: 0.8;
    }
}
@media (max-width: 1336px) {
    .discount-item {
        width: 487px;
    }
}
@media (max-width: 1280px) {
    .main-text .animation {
        right: -7%;
    }
    .details {
        flex-direction: column-reverse;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .main-text p {
        font-weight: 400;
        font-size: 25px;
        line-height: 100%;
        position: absolute;
        right: unset;
        bottom: -102px;
    }
    .content, .schedule, .exhibition, .tickets, .discounts, .media {
        padding: 60px;
    }
    #speakers, .expect {
        padding: 91px 60px;
    }
    .partners {
        padding: 0 60px;
    }
    .numbers h2 {
        padding: 0 60px;
    }
    .sk-main .desc {
        flex-shrink: 0;
        width: 50%;
    }
    .sk-main .sk-img {
        flex-shrink: 0.5;
        margin-left: -9%;
    }
    .sk-main .desc h1 {
        font-size: 90px;
    }
    .about-sk .about-block {
        flex-direction: column;
    }
    .expect-flex .expect-item {
        width: 100%;
    }
    .expect-flex {
        padding: 5px 60px;
    }
    .why-join {
        padding: 96px 60px 0;
    }
    .about-sk {
        padding: 95px 60px;
    }
}
@media (max-width: 1030px) {
    .main-section {
        padding: 0 50px 152px;
        padding-bottom: 82px;
    }
    .main-text .animation {
        bottom: -138%;
        right: -11%;
    }
    .content-item {
        width: calc(50% - 21px);
    }
    .bloomberg {
        padding: 100px 60px;
    }
    .exhibition-desc {
        left: 50px;
        top: 59px;
    }
    .tickets-grid {
        grid-template-columns: 1fr 1fr;
    }
    .discounts-grid {
        grid-column-gap: 21px;
    }
    .discount-item {
        width: calc(50% - 21px);
    }
    .conf-numbers {
        margin: 50px;
    }
    .numbers h2 {
        padding: 0 60px;
    }
    .media-grid {
        gap: 61px;
    }
    .modal-buttons {
        position: relative;
        right: unset;
        width: 100%;
        justify-content: space-between;
    }
    .exhibition-item {
        width: calc(33% - 16px);
    }
    .schedule-wrapper {
        margin-top: 100px;
        padding: 40px 25px;
    }
    .filters-row .inner-filters {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .kids-block h3 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .board-container {
        justify-content: space-between;
        gap: 20px;
    }
    .board-container .speaker-item {
        width: calc(33.3% - 20px);
    }
}
@media (max-width: 968px) {
    .details .main-btn {
        font-family: 'CyGroteskFont';
        padding: 20px 35px;
        font-size: 28px;
    }

    .bloomberg {
        padding: 75px 24px;
    }

    section, .content {
        padding: 60px 24px;
    }

    .content-item {
        width: 100%;
        height: auto;
    }

    .exhibition {
        flex-direction: column-reverse;
    }

    .exhibition-desc {
        left: unset;
        top: unset;
        position: relative;
        width: 100%;
        transform: translateY(-40px);
    }

    .exhibition-desc .exhibition-btn {
        position: absolute;
        bottom: -32px;
        right: 0;
        left: 0;
    }

    .conf-numbers .conf-numbers-row {
        grid-template-columns: 1fr;
    }

    .conf-numbers .conf-numbers-row div:first-child, .conf-numbers .conf-numbers-row div:last-child {
        display: none;
    }

    .numbers h2 {
        padding: 24px;
    }

    .faq {
        padding: 60px 24px;
    }

    .bloomberg-review-content {
        font-size: 24px;
        line-height: 32px;
    }

    .content-item h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .content {
        padding-top: 5px;
    }

    .schedule-grid {
        height: 281px;
        padding: 65px 35px;
    }

    .schedule-grid h3 {
        font-size: 26px;
        line-height: 12px;
        line-height: 28px;
    }

    .schedule-grid p {
        font-size: 16px;
        line-height: 19px;
    }

    .exhibition-slider {
        width: 100%;
        height: auto;
    }

    .tickets {
        background-size: cover;
    }

    .tickets-grid {
        gap: 35px;
    }

    .media-grid {
        gap: 40px;
        grid-template-columns: 1fr;
        border: 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .footer-grid div.social {
        border-top: none;
    }

    #speakers .section-title h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 35.28px;
        text-align: left;
    }

    .ticket-goal {
        padding: 60px 24px;
    }

    .speakers-slider .speaker-name {
        font-size: 18px;
        line-height: 26px;
    }

    .speakers-slider .swiper-slide .speaker-desc {
        font-size: 14px;
        line-height: 19px;
    }
    .speakers-slider .speaker-img {
        max-height: 320px;
    }

    .speakers-cta {
        margin-top: 23px;
    }

    .exhibition-desc {
        padding: 56px 32px;
    }

    .exhibition-desc h3 {
        font-size: 24px;
        line-height: 35px;
    }

    .exhibition-desc p {
        font-size: 16px;
        line-height: 19px;
    }

    .exhibition-desc .exhibition-btn {
        font-size: 16px;
        line-height: 23px;
        padding: 22px 26px;
        bottom: -56px;
    }

    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    .tickets-slider .swiper-slide, .discounts-slider .swiper-slide {
        padding-bottom: 40px;
    }

    .tickets h2 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 32px;
    }

    .ticket-item, .ticket-item:nth-child(1), .ticket-item:nth-child(2) {
        width: 100%;
    }

    .ticket-item ul li {
        font-size: 12px;
        font-weight: 500;
        line-height: 13.94px;
        text-align: left;
        margin-bottom: 6px;
        position: relative;
        padding-left: 24px;
    }

    .ticket-item .price p {
        font-size: 24px;
        line-height: 35px;
    }

    .ticket-item .price {
        right: 0;
        padding: 5px 20px;

    }

    .visitor-review .visitor-text {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .visitor-review {
        padding: 48px 32px;
        border-radius: 44px;
        border: 1px solid #fff;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .discount-item {
        width: 100%;
    }

    .discount-item .code {
        right: 0;
        padding: 5px 20px;
    }

    .discount-item p {
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 10px;
        line-height: 16px;
    }

    .discounts-slider .swiper-wrapper {
        align-items: center;
    }

    .conf-numbers div {
        border-right: 0;
    }

    .media-wrapper {
        padding: 20px 30px;
    }

    .faq-grid {
        height: 162px;
    }

    .faq-grid h3 a {
        font-size: 22px;
        line-height: 22px;
    }

    .faq-grid h3 svg {
        height: 18px;
    }

    .ticket-buttons.hide-desktop, .discounts-buttons.hide-desktop, .cta-btn.hide-desktop {
        display: flex;
    }

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

    .discounts {
        background-size: cover;
    }

    .top-header {
        padding: 24px;
    }

    .menu-btn .icon-bar {
        width: 18px;
        height: 3px;
    }

    .menu-btn .icon-bar + .icon-bar {
        margin-top: 2px;
    }

    .language-chooser li a, .language-chooser li.active a {
        padding: 13px 10px;
    }

    .language-chooser {
        padding: 13px 0;
    }

    .main-menu {
        padding: 40px 24px;
    }

    li.menu-item a {
        font-size: 22px;
    }

    .media-slider p {
        font-size: 24px;
    }

    .media-slider p a, .media-slider p a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .main-section img {
        height: auto;
    }

    .speakers-page .speakers-slider {
        grid-template-columns: 1fr 1fr;
    }

    .kids .main-section .details {
        font-size: 24px;
        font-weight: 700;
        line-height: 28.68px;
    }

    .kids .conf-numbers .conf-numbers-row {
        grid-template-columns: 1fr;
    }

    .kids .partners h2 {
        font-size: 26px;
    }

    .visitors-reviews {
        padding: 60px 24px;
    }

    .conf-numbers {
        flex-wrap: wrap;
    }

    .faq-grid h3 a {
        padding: 24px;
    }

    .faq-grid {
        min-height: unset;
    }

    #speakers .section-title h3, #speakers .section-title h3 a {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        margin-right: 20px;
    }

    .bloomberg {
        margin-top: 0;
    }

    .conf-numbers {
        gap: 26px;
        padding: 41px 26px;
        margin: 24px;
    }

    .footer-grid {
        padding: 24px;
        background: #000;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .footer-grid div.social, footer .disc {
        padding: 0;
    }

    .partners {
        padding: 0 24px;
    }

    .media-btn, .cta-btn {
        padding: 12px 20px;
    }

    .media-wrapper h3 {
        width: 100%;
        font-size: 24px;
        font-weight: 700;
        line-height: 24.98px;
        text-align: left;
        text-transform: uppercase;
        margin: 0 0 32px;
    }

    .discount-item h3 {
        font-size: 32px;
    }

    .main-text p {
        position: relative;
        width: 100%;
        text-align: center;
        bottom: unset;
    }

    .main-text .animation {
        bottom: unset;
        right: unset;
        height: auto;
        position: relative;
        margin-top: -40px;
    }
    .details {
        flex-direction: column;
        width: 100%;
        margin-top: -40px;
        justify-content: center;
        align-items: center;
        z-index: 4;
        position: relative;
    }
    .main-text p {
        font-size: 16px;
    }
    .details .main-btn {
        font-family: 'CyGroteskFont';
        padding: 5px 47px;
        font-size: 35px;
    }
    .main-section {
        padding-bottom: 0;
    }
    .expect ul {
        max-width: 100%;
    }
    .expect .benefits {
        background: transparent;
        padding: 48px 25px;
    }
    .conference-modal .main-info {
        flex-direction: column;
        display: flex;
        align-items: center;
    }
    .conference-modal .main-info .speaker-descr {
        max-width: 100%;
    }
    .modal-content .event {
        margin-top: 20px;
    }
    .sk-main {
        flex-direction: column;
        background-size: cover;
        padding: 96px 60px 0px;
    }
    .sk-main .desc {
        flex-shrink: 0;
        width: auto;
    }
    .sk-main .desc h1 {
        font-size: 77px;
        line-height: 77px;
    }
    .sk-main .desc p {
        margin-top: 24px;
    }
    .sk-main .sk-img {
        flex-shrink: 0.5;
        margin-left: unset;
    }
    .expect-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .expect-item {
        margin-bottom: 10px;
    }
    .tickets.kids .tickets-grid.hide-mobile {
        display: none;
    }
    .title-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .tickets h2 {
        margin-bottom: 5px;
    }
    .ticket-buttons {
        align-self: flex-end;
        margin: 30px 0;
    }
    .disclaimer p {
        padding: 60px;
    }
    .kids-img {
        margin-top: 35px;
    }
    .exhibition-item {
        width: calc(50% - 16px);
    }
    .schedule-grid {
        height: auto;
        padding: 65px 35px;
    }

    .schedule-grid h3 {
        font-size: 26px;
        line-height: 12px;
        line-height: 28px;
    }
    .schedule-grid p {
        font-size: 16px;
        line-height: 19px;
    }
    .bs-block {
        flex-direction: column;
    }
    .bs-block img {
        transform: unset;
    }
    .board-container {
        justify-content: space-between;
        gap: 20px;
        flex-direction: column;
    }
    .board-container .speaker-item {
        width: 100%;
    }
    .board {
        padding: 40px 25px;
    }
}
@media (max-width: 600px) {
    #speakers, .expect {
        padding: 31px 24px 80px;
    }
    .speakers-page #speakers {
        padding-top: 121px;
    }
    .inner-logo {
        display: none;
    }
    .details {
        flex-direction: column;
    }
    .social {
        gap: 24px;
    }
    .cta-btn.ticket-btn {
        padding: 20px 40px;
    }
    .schedule-table tr:first-child, .empty-cell {
        display: none;
    }
    .schedule-table tr {
        display: flex;
        flex-direction: column;
    }
    .schedule-block .tab label {
        padding: 16px;
    }
    .title-wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .zones {
        display: flex;
        flex-wrap: wrap;
        gap: 8px
    }
    .filters-row.fixed .inner-filters {
        padding: 0 24px;
    }
    .schedule-wrapper {
        margin-top: 0;
    }
    .schedule-table tr {
        margin-bottom: 8px;
    }
    .sold .ticket-link:after {
        font-size: 25px;
    }
    .schedule-block .tag {
        padding: 8px 22px;
    }
    .partners-row {
        grid-gap: 20px;
    }
    .partners-row {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .speakers-page .speakers-slider {
        grid-template-columns: 1fr;
    }
    .conference-modal .main-info, .modal-content .event {
        grid-template-columns: 1fr;
    }
    .conference-modal {
        padding: 20px 14px;
    }

    .modal-dialog {
        max-width: 90vw;
        margin: 0 auto;
    }
    .kids-zone h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 35.28px;
        text-align: left;
        margin-bottom: 10px;
    }
    .partners-wrapper {
        margin-bottom: 40px;
    }
    .kids-zone {
        background-size: contain;
        background-position: bottom;
    }
    .kids-zone-desc p {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.36px;
        text-align: left;
    }
    .kids-zone-desc p.date {
        display: none;
    }
    .kids .main-section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: auto;
        position: relative;
        padding: 50px 24px;
        background: none;
    }
    .kids .main-section .details {
        max-width: unset;
    }
    .kids .content-grid .content-item {
        width: 100%;
    }
    .kids .content h2, .kids .exhibition h2 {
        margin: 20px 0;
    }
    .kids .bloomberg-review svg {
        display: none;
    }
    .kids .numbers {
        margin-top: 30px;
    }
    .kids .partners.partners-grid {
        padding: 24px;
        background: #fff;
    }
    .discounts h2 {
        margin-bottom: 30px;
    }
    .bloomberg-review {
        padding: 60px 24px;
    }
    .content, .schedule, .exhibition, .tickets, .discounts, .media {
        padding: 40px 24px;
    }
    .exhibition {
        padding-top: 80px;
    }
    .media {
        padding-bottom: 80px;
    }
    .tickets h2 {
        margin-bottom: 0;
    }
    .tickets .title-wrap p {
        margin-bottom: 40px;
    }
    .ticket-goal h3 {
        font-size: 24px;
        padding: 40px 24px;
    }
    .ticket-goal {
        padding: 80px 24px;
    }
    .main-text {
        position: relative;
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .conference-modal .main-info .speaker-img {
        display: none;
    }
    .conference-modal .modal-buttons .cta-btn.ticket-btn {
        display: none;
    }
    .conference-modal .modal-buttons .cta-btn.close-btn {
        margin-left: auto;
        width: 24px;
        height: 24px;
        padding: 0;
    }
    .conference-modal .modal-buttons {
        padding: 0;
    }
    #speakers, .expect {
        padding: 31px 60px;
    }
    .sk-main .desc h1 {
        font-size: 47px;
        line-height: 47px;
    }
    .sk-main .desc p {
        font-size: 18px;
    }
        .zone-description {
            padding: 46px 0 0;
        }
    .zone-description p {
        margin: 0 40px 40px;
    }
    .sk-page .speakers-buttons, .kids-buttons {
        justify-content: center;
    }
    .about-sk {
        padding: 60px 25px;
    }
    .about-sk .about-block {
        gap: 30px;
        padding: 40px 35px;
    }
    .about-sk .about-block .description h3 {
        font-size: 24px;
        line-height: 26px;
    }
    .about-sk .about-block .description p {
        font-size: 16px;
    }
    #speakers, .expect {
        padding: 31px 30px;
    }
    .expect-item {
        padding: 30px 20px;
    }
    .expect-flex {
        padding: 5px 20px;
    }
    .why-join {
        padding: 36px 20px 0;
    }
    .tickets.kids {
        padding: 30px 20px;
    }
    .superpower h3 {
        font-size: 27px;
    }
    .disclaimer {
        padding: 40px 25px;
    }
    .sk-page #speakers {
        padding-top: 0;
    }
    .sk-page .speakers-buttons {
        justify-content: flex-end;
        margin-bottom: -55px;
    }
    .exhibition-item {
        width: 100%;
    }
    .bs-block {
        flex-direction: column-reverse;
        padding: 40px 25px;
    }
    .bs-block .bs-text {
        padding: 35px 25px;
    }
    .bs-block img {
        transform: translateY(20px);
    }
.zones {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}
.filters-row.fixed .inner-filters {
    padding: 0 24px;
}
.schedule-wrapper {
    margin-top: 0;
}
.schedule-table tr {
    margin-bottom: 8px;
}
    .schedule-grid {
        background-position:  center -45px;
    }
    footer .disc p {
        font-size: 14px;
        line-height: 14px;
    }
}
