@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;
}
section {
    max-width: 1440px;
    margin: 0 auto;
}
img {
    max-width: 100%;
}
#top-header {
    background: transparent;
    transition: background 0.2s ease;
}

#top-header.is-scrolled {
    background: #000;
}

#tkt-btn {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.2s ease;
}

#tkt-btn.is-hidden {
    opacity: 0;
    pointer-events: none;
}
.top-header {
    display: flex;
    justify-content: flex-end;
    /*max-width: 1440px;*/
    margin: 0 auto;
    padding: 15px 41px;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: transparent;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.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;
    transition: all 0.2s ease;
}
.cta-btn.ticket-btn:hover, .cta-btn.ticket-btn:active {
    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: 54.08px;
    padding: 15.9px 0px;
    padding-right: 0;
}
.language-chooser li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    text-decoration: none;
    transition: color .3s ease-in-out;
    border-radius: 54.08px;
    color: #999;
    font-weight: 400;
    padding: 0 12px;
}
.language-chooser li.active a {
    font-family: 'CyGroteskFont';
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    border: .9px solid #fff;
    padding: 15px 16px;
    border-radius: 54.08px;
    background: #000;
}
.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;
    background: #0643F0;
}

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

.navbar-static-top {
    display: block;
    width: 100%;
}
#navbar ul {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    list-style: none;
    display: flex;
}
li.menu-item a {
    font-family: 'CyGroteskFont';
    font-size: 20px;
    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: #000;
    text-decoration: none;
}
.main-menu {
    padding: 25px 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: 75px;
}

.main-section {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 160px 80px;
    max-width: 1440px;
    margin: 0 auto;
    /*background: url(../img/conference-2026/conf-main-bg.svg) no-repeat bottom center;*/
}
.bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    z-index: -1;
}
.main-text img {
    position: relative;
    z-index: 2;
}
.details {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
    width: 100%;
    z-index: 2;
    margin-top: 0;
}
.details p {
    font-size: 20px;
    line-height: 100%;
}
.main-section .main-btn {
    font-family: 'CyGroteskFont';
    padding: 21px 116px;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: url(../img/conference-2026/btn-bg.svg) no-repeat center center;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 3;
    margin-top: 80px;
    background-size: contain;
}

.main-section .main-btn:hover {
    color: #0848E9;
    background: url(../img/conference-2026/btn-hover.svg) no-repeat center center;
}
.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 166px 80px;
}
.content-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-column-gap: 26px;
    grid-row-gap: 23.47px;
}
.content-item {
    background: #fff;
    border-radius: 30px;
    padding: 40px 25px;
    color: #000;
    width: calc(33.33% - 26px);
    height: 210px;
    transition: all .3s ease-in-out;
}
.content-item:hover {
    background: #0643F0;
    color: #fff !important;
}
.content-item h3 {
    font-family: 'CyGroteskFont';
    font-size: 25px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 21px;
    color: #0643F0;
    transition: all .3s ease-in-out;
}
.content-item:hover h3 {
    color: #fff;
}
.content-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}
.schedule {
    padding: 135px 0 135px;
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 534px;
    margin-top: 144px;
}
.schedule::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("../img/conference-2026/schedule-bg.svg") no-repeat left center;
    pointer-events: none;
    z-index: 0;
    background-size: cover;
}
.schedule::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url("../img/conference-2026/schedule-bg.svg") no-repeat left center;
    transform: scaleX(-1);
    pointer-events: none;
    background-size: cover;
}
.schedule-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 16px;
    width: 350px;
    height: 249px;
    background: url(../img/conference-2026/schedule-center-bg.svg) no-repeat bottom center;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    margin: auto;
    z-index: 1;
    background-size: cover;
}
.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: 0px 124px 72px;
}
.speakers-slider {
    margin-top: 24px;
}
.speakers-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 24px;
}
.speakers-wrapper .speaker-item {
    display: flex; /* make inner content stretch */
    align-items: stretch;
    height: auto;
    flex-direction: column;
}
.speakers-page .speakers-slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.speakers-slider .swiper-slide {
    display: flex; /* make inner content stretch */
    align-items: stretch;
    height: auto;
}
.speaker-item {
    border-radius: 16px;
    overflow: hidden;
}
.speaker-item.tba {
    background: #000;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    background: url("../img/conference-2026/fish-bg.png") no-repeat top center;
    background-size: cover;
}
.speaker-item.tba:hover {
    text-decoration: none;
}
.speaker-img {
   height: 313px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 16px;
}
.speaker-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 2;
}
.speaker-details {
    margin-top: 18px;
    padding: 36px 26px;
    position: relative;
    height: 204px;
}
.swiper-slide:nth-child(1n)  .speaker-details, .speaker-item:nth-child(1n)  .speaker-details {
    background: #9DEC22;
    color: #000;
}
.speaker-details::before,
.speaker-details::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background: #000;
    border-radius: 50%;
}
.speaker-details::before {
    top: -22.5px;
    left: -22.5px;
}

/* верхній правий */
 .speaker-details::after {
    top: -22.5px;
    right: -22.5px;
}
 .speaker-name::before, .speaker-name::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background: #000;
    border-radius: 50%;
}
 .speaker-name::before {
    bottom: -22.5px;
    left: -22.5px;
}

/* верхній правий */
.speaker-name::after {
    bottom: -22.5px;
    right: -22.5px;
}
.swiper-slide:nth-child(2n) .speaker-details, .speaker-item:nth-child(2n) .speaker-details {
    background: #D11298;
    color: #fff;
}
.speakers-slider .speaker-name, .speakers-wrapper .speaker-name {
    font-family: 'CyGroteskFont';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 26.7px;
    text-align: left;
    margin: 0 0 16px;
    max-width: 80%;
}
.speaker-item.tba p {
    font-family: 'CyGroteskFont';
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 26.7px;
    text-align: left;
    margin: 0;
}
.speakers-slider .swiper-slide .speaker-desc, .speakers-wrapper .speaker-desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 16.78px;
    text-align: left;
}
#speakers .section-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 70px;
}
#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;
    gap: 15px;
    color: #fff;
    align-items: flex-end;
}

.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: 52px;
}
.speakers-cta p {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    margin-bottom: 52px;
}
.bloomberg {
    padding: 135px 0 0;
    max-width: unset;
    width: 100%;
}
.bloomberg img {
    max-width: 100%;
    width: 100%;
    margin-top: 62px;
}
.bloomberg-review {
    padding: 55px 125px;
}
.bloomberg-review-content {
    font-family: 'CyGroteskFont';
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #FAD41A;
    text-transform: uppercase;
    margin: 0;
}
.bloomberg-review-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: center;
    color: #fff;
    margin-top: 41px;
}
.exhibition {
    display: flex;
    position: relative;
    justify-content: flex-end;
    padding: 94px;
    padding-top: 0;
    margin-top: 144px;
}
.exhibition-desc {
    width: 477px;
    height: 462px;
    border-radius: 38.53px;
    padding: 60px 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 30px;
}
.exhibition-desc a {
    color: #fff;
    text-decoration: none;
}
.exhibition-desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 0 27px;
}
.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: -42px;
    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: 502px;
    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 52px;
}
.expect .benefits {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 40px;
}
.benefits-card {
    border: 1px solid #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.benefits-card:nth-child(1) { grid-column: 1/3; grid-row: 1; }
.benefits-card:nth-child(2) { grid-column: 3; grid-row: 1; }

/* Row 2: small left + big right */
.benefits-card:nth-child(3) { grid-column: 1; grid-row: 2; }
.benefits-card:nth-child(4) { grid-column: 2/4; grid-row: 2; }

/* Row 3: two equal cards */
.benefits-card:nth-child(5) { grid-column: 1/3; grid-row: 3; }
.benefits-card:nth-child(6) { grid-column: 3; grid-row: 3; }
.benefits-card  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.benefits-card .card-label {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    flex-wrap: wrap;
    z-index: 1;
}
.benefits-card .card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'CyGroteskFont';
}
.benefits-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.78) 0%,
            rgba(0, 0, 0, 0.3) 45%,
            rgba(0, 0, 0, 0.05) 100%
    );
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.benefits-card .card-subtitle {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}
.tickets .title-wrap p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin: 30px 0;
}
.tickets {
    padding: 90px 0px;
    background: #0643F0;
    max-width: unset;
    width: 100%;
}
 .inner {
    max-width: 1440px;
    margin: 0 auto;
}

.tickets .title-wrap, .tickets .title-wrap h2 {
    text-align: 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: 60px 0 90px;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    padding: 0 120px;
    grid-column-gap: 36px;
    grid-row-gap: 66px;
    align-items: center;
    padding: 0 120px;
    display: flex;
}
.tickets-grid.kids {
    margin: 27px auto 50px;
    grid-template-columns: repeat(3, 285px);
}
.tickets-grid.kids .ticket-item:last-child h3 {
    height: auto;
}
.tickets-grid.kids .ticket-item:last-child  .ticket-link::after {
    bottom: 156px;
}
.tickets-grid.kids .ticket-item:last-child  .ticket-link::before {
    bottom: 156px;
}
.ticket-item {
    padding: 58px 34px;
    width: 285px;
    height: 441px;
    border-radius: 16px;
    background: #000;
    position: relative;
    transition: all .3s ease-in-out;
}

.ticket-item:hover {
    border-color: #0848E9;
}
.ticket-item::before, .ticket-item::after, .ticket-item .ticket-link:not(.price .ticket-link)::before, .ticket-item .ticket-link:not(.price .ticket-link)::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    background: #0848E9;
    border-radius: 50%;
}
.ticket-item::before {
        bottom: -37.5px;
        left: -37.5px;
}
.ticket-item::after {
        bottom: -37.5px;
        right: -37.5px;
}
.ticket-item .ticket-link:not(.price .ticket-link)::before {
    top: -37.5px;
    left: -37.5px;
}
.ticket-item .ticket-link:not(.price .ticket-link):after {
    top: -37.5px;
    right: -37.5px;
}
.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: 20px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 18px;
}
.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: 5px;
    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 18px;
    border: .65px solid #fff;
    position: absolute;
    left: 47px;
    right: 47px;
    transform: translateY(50%);
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 2;
    border-radius: 21px;
    background: #9DEC22;
    color: #000;
}
.ticket-item:nth-child(2) .price, .ticket-item:nth-child(4) .price {
    background: #00A6F8;
    color: #fff;
}
.ticket-item:nth-child(3) .price {
    background: #D11298;
    color: #fff;
}
.ticket-item:nth-child(5) .price {
    background: #E6F710;
}
.ticket-item .price p {
    font-family: 'CyGroteskFont';
    font-size: 30px;
    font-weight: 700;
    line-height: 29.41px;
    text-align: left;
    margin: 0;
}
.ticket-item span {
    font-size: 12.91px;
    font-weight: 700;
    line-height: 15.63px;
    text-align: center;
    color: #7B7B7B;
}
.tickets p.info {
    text-align: center;
    margin: 100px 215px 0;
    font-size: 16px;
}
.ticket-goal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 44px;
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 46px;
    background: #fff;
    max-width: 924px;
    transform: translateY(-50%);
}
.ticket-goal h3 {
    font-family: 'CyGroteskFont';
    font-weight: 700;
    font-size: 25px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 30px;
}
.ticket-goal p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}
.ticket-goal h3 span {
    color: #0848E9;
}

.discounts {
    padding: 110px 122px 80px;
}
.discounts h2 {
    font-family: 'CyGroteskFont';
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    margin: 0 0 27px;
}
.discounts p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.discounts-grid {
    margin-top: 47px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    grid-column-gap: 27px;
}
.discount-item {
    position: relative;
    padding: 48px 53px 79px;
    color: #fff;
    border: 2px solid #0643F0;
    width: calc(50% - 27px);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #000;
    transition: all .3s ease-in-out;
}
.discount-item:hover {
    background: #00B7FF;
    color: #fff;

}
.discount-item.inner {
    padding: 24px 31px;
    color: #fff;
    width: 100%;
    border-radius: 25px;
    background: #0643F0;

}
.discount-item:hover .discount-item.inner{
    background: #000;
}

.discount-item h2 {
    font-family: 'CyGroteskFont';
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 45px;
}
.discount-item.inner h4 {
    font-family: 'CyGroteskFont';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.discount-item p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.discount-item p svg {
    flex-shrink: 0;
}
.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;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 25px;
    color: #000;
    bottom: -58px;
}
.discount-item .code p {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
}
.discount-item .code span {
    font-family: 'CyGroteskFont';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
}
.discount-content {
    gap: 21px;
    display: grid;
}
.discounts p.note {
    margin-top: 100px;
    color: #696969;
}
.visitors-reviews {
    padding: 86px 0;
    max-width: unset;
    width: 100%;
}

.visitors-reviews .inner {
    padding: 0 127px;
}
.visitors-slider {
    overflow-x: hidden;
}
.visitor-review {
    padding: 80px 67px;
    border-radius: 44px;
    width: 100%;
    height: 344px;
}
.visitors-reviews img {
    width: 100%;
    margin-top: 10px;
}
.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;
    margin-top: 40px;
}
.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: 45px;
    height: 45px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 56px;
    padding: 10px;
    left: unset;
    right: unset;
    background: #000;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    border: 1px solid #0643F0;
}
.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path {
    fill: #0643F0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.numbers {
    padding: 0 124px;
}
.numbers h2 {
    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: 70px 0;
    gap: 56px;
}
.number-item h3 {
    font-family: 'CyGroteskFont';
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    margin: 0 0 24px;
    color: #D11298;
}
.number-item p {
    font-size: 16px;
    color: #fff;
}
.media-slider.swiper {
    width: 100%;
    margin-bottom: 50px;
}
.media {
    padding: 77px 122px;
}
.media-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.media-wrapper p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    align-self: flex-start;
}
.media-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
.media-heading  h3 {
    font-family: 'CyGroteskFont';
    font-size: 34px;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}
.media-grid {
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    gap: 44px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px;
}
.media-grid p {
    padding: 24px 28px;
    background: #242424;
    border-radius: 16px;
    font-size: 16px;
}
.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: flex-end;
    padding: 32px 43px;
    font-family: 'CyGroteskFont';
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    transition: all .3s ease-in-out;
    border-radius: 108px;
    display: inline-flex;
    gap: 15px;
}
.cta-btn {
    margin: 0 auto;
}
.media-btn:focus, .media-btn:hover, .cta-btn:focus, .cta-btn:hover {
    color: #0643F0;
    border-color: #0643F0;
    text-decoration: none;
    background: #fff;
}

.cta-btn svg path, .media-btn svg path, .cta-btn svg, .media-btn svg  {
    transition: all .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: 30px;
    border: 1px solid #fff;
    width: 100%;
    height: 250px;
    background: url(../img/conference-2026/faq-bg.svg) no-repeat center;
    overflow: hidden;
    background-size: cover;
}
.faq-grid h3 a {
    font-family: 'CyGroteskFont';
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.faq-grid h3 a:hover, .faq-grid h3 a:focus {
    color: #0643F0;
    text-decoration: none;
}
.faq-grid h3 svg, .faq-grid h3 a svg path {
    margin-left: 24px;
    transition: all .3s ease-in-out;
}
.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: 41px;
    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: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    margin: 0 0 8px;
    color: #0643F0;
    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, .partners-title .cta-btn:active, .partners-title .cta-btn:focus   {
    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: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #0643F0;
    transition: color .3s ease-in-out;
}
footer .social a:hover, footer .social a:focus {
    color: #fff;
}
footer .disc {
    padding: 58px 39px;
}
footer .disc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    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;
    margin-top: 144px;
}
.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 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: 61px 25px 181px;
    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 p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;

}
.kids-block img {
    transform: translateY(60px);
}
.kids-block img {
    animation: blueBlink 2s infinite ease-in-out;
}

@keyframes blueBlink {
    0% {
        filter: drop-shadow(0 0 30px rgba(0,120,255,0.4));
    }

    50% {
        filter: drop-shadow(0 0 80px rgba(0,120,255,0.9));
    }

    100% {
        filter: drop-shadow(0 0 30px rgba(0,120,255,0.4));
    }
}
.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;
}
.speaker-details svg {
    flex-shrink: 0;
}
.board-container .speaker-details  {
    background: #0643F0!important;
        color: #fff!important;
    height: 297px;
}
.board-container .speaker-name {
    color: #fff;
    font-family: 'CyGroteskFont';
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    margin: 0;
    padding: 0 0 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;
}
.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;
}
.speakers-page #speakers, .speaker-single {
    padding: 121px 124px 72px;
}
.section-subtitle {
    font-family: 'CyGroteskFont';
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #0643F0;
}
.speaker-single .section-title h3 {
    font-family: 'CyGroteskFont';
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 50px 0;
    color: #E6F710;
}
.speaker-single-main {
    display: flex;
    gap: 57px;
}
.speaker-single-img {
    width: 283px;
    height: 333px;
    border-radius: 16px;
    overflow: hidden;
}
.speaker-single-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 2;
}
.speaker-single-details {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}
.single-speaker-role {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #E6F710;
    margin: 0 0 35px;
}
.buttons-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 65px;
    margin: 50px 0;
}
#past-seasons {
    margin-top: 130px;
}
#past-seasons  h3 {
    font-family: 'CyGroteskFont';
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    display: flex;
    gap: 15px;
    color: #fff;
    justify-content: center;
}
.past-season-btn {
    font-family: 'CyGroteskFont';
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    padding: 15px 25px;
    width: 248px;
    background: #242424;
    color: #fff;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid #242424;
}
.past-season-btn:active, .past-season-btn:focus, .past-season-btn:hover {
    background: transparent;
    color: #D11298;
    border: 1px solid #D11298;
    text-decoration: none;
}
@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 p {
        font-weight: 400;
        font-size: 25px;
        line-height: 100%;
        position: absolute;
        right: unset;
        bottom: -102px;
    }
    #speakers, .expect {
        padding: 91px 60px;
        margin-top: 0;
    }
    .partners {
        padding: 0 60px;
    }
    .content {
        padding: 32px 80px 80px;
    }
    .discounts-grid {
        flex-wrap: nowrap;
    }
    .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 .speaker-item {
        width: calc(33.3% - 20px);
    }
    .conf-numbers {
        gap: 26px;
        padding: 41px 46px;
    }
}
@media (max-width: 968px) {
    .main-text {
        align-items: center;
    }
    .media-slider p {
        padding: 24px 28px;
        background: #242424;
        border-radius: 16px;
        font-size: 12px;
        color: #fff;
    }
    .media-slider.swiper {
        margin-bottom: 22px;
    }
    .details .main-btn {
        font-family: 'CyGroteskFont';
        padding: 20px 35px;
        font-size: 28px;
    }
    .bloomberg {
        padding: 46px 24px 152px;
    }

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

    .content-item {
        width: 100%;
        height: 121px;
        padding: 26px 21px;
    }

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

    .exhibition-desc {
        left: unset;
        top: unset;
        position: relative;
        width: 100%;
        transform: translateY(-40px);
        height: 253px;
    }
    .tickets {
        padding: 90px 25px;
    }
    .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;
        font-size: 25px;
        line-height: 1;
    }
    .number-item {
        display: grid;
        grid-template-columns: 111px auto;
        gap: 12px;
    }
    .number-item h3 {
        font-size: 30px;
    }
    .number-item p {
        font-size: 12px;
    }
    .faq {
        padding: 60px 24px;
    }

    .bloomberg-review-content {
        font-size: 25px;
        line-height: 25px;
    }
    .bloomberg-review-content br {
        display: none;
    }
    .bloomberg-review-desc {
        font-size: 12px;
        margin-top: 30px;
    }
    .content-item h3 {
        font-size: 16px;
        line-height: 1;
        margin: 0 0 12px;
    }
    .content-item p {
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
    }
    .content {
        padding-top: 5px;
    }

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

    .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: 16px;
        line-height: 1;
    }

    .speakers-slider .swiper-slide .speaker-desc {
        font-size: 12px;
        line-height: 13px;
    }
    .speakers-cta p {
        font-size: 12px;
        margin-bottom: 32px;
    }
    .speakers-cta {
        margin-top: 33px;
    }
    .exhibition-desc {
        padding: 27px 21px;
    }

    .exhibition-desc h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 17px;
    }
    .expect h3 {
        font-size: 25px;
        line-height: 1;
        margin-bottom: 34px;
    }
    .exhibition-desc .exhibition-btn {
        font-size: 12px;
        line-height: 1;
        padding: 22px 26px;
        bottom: -56px;
    }
    .exhibition-desc p {
        font-size: 12px;
        line-height: 12px;
    }
    .schedule, .exhibition {
        margin-top: 0;
        padding: 183px 0 173px;
    }
    .exhibition-desc .exhibition-btn {
        font-size: 12px;
        line-height: 23px;
        padding: 12px 26px;
        bottom: -56px;
        background: #0643F0;
    }

    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

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

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

    .ticket-item {
        width: 100%;
        height: 310px;
    }
    .tickets p.info {
        text-align: center;
        margin: 0px 20px 50px;
    }
    .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;
    }
    .tickets p.info {
        font-size: 12px;
    }
    .discounts p {
        font-size: 10px;
        margin-top: 22px;
        text-align: center;
    }
    .tickets {
        padding: 50px 25px;
    }
    .ticket-item .price p {
        font-size: 24px;
        line-height: 35px;
    }

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

    }
    .tickets .title-wrap, .tickets .title-wrap h2 {
        text-align: left;
    }
    .visitor-review .visitor-text {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 30px;
    }
    .visitor-review .visitor-author {
        font-weight: 400;
        font-size: 12px;
        margin: 0;
        text-align: center;
    }
    .visitor-review {
        padding: 25px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .visitors-buttons {
        justify-content: center;
    }
    .discount-item {
        width: 100%;
        padding: 35px;
    }
    .discount-item .code {
        padding: 5px 20px;
        left: 0;
        right: 0;
        transform: unset;
        bottom: -120px;
    }
    .discounts-slider .swiper-slide {
        padding-bottom: 80px;
    }
    .discount-item p {
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 10px;
        line-height: 16px;
    }
    .discounts-buttons.hide-desktop {
        position: absolute;
        right: 0;
        top: -40px;
    }
    .discounts-slider .swiper-wrapper {
        align-items: center;
    }

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

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

    .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;
        margin-top: 40px;
    }

    .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: 15px 0;
    }

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

    li.menu-item a {
        font-size: 22px;
    }
    .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;
    }

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

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

    .faq-grid {
        min-height: unset;
    }
    .discount-item {
        background: transparent;
        border: 2px solid #0643F0;
        padding: 25px;
        gap: 0;
    }
    .discounts-grid {
        grid-column-gap: 21px;
        grid-row-gap: 121px;
    }
    .discount-item .discount-item.inner {
        background: #0643F0;

    }
    .discount-item.active {
        margin-bottom: 50px;
        padding-bottom: 84px;
    }
    #speakers .section-title h3, #speakers .section-title h3 a {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        margin-right: 20px;
    }
    .speaker-details {
        margin-top: 10px;
        padding: 25px;
        position: relative;
        height: 104px;
    }
    .speaker-img {
        height: 262px;
    }
    .board-container .speaker-details {
        height: auto;
    }
    .bloomberg {
        margin-top: 0;
        background-size: 200%;
        background-position: 100% bottom;
    }
    .bloomberg-review {
        padding: 10px 24px;
    }
    .conf-numbers {
        gap: 22px;
        padding: 0;
        margin: 24px;
    }

    .footer-grid {
        padding: 24px;
        background: #000;
        display: flex;
        flex-direction: column-reverse;
        gap: 25px;
    }
    footer .social a:first-child {
        margin-bottom: 19px;
    }
    .footer-grid div.social, footer .disc {
        padding: 0;
        gap: 8px;
    }

    .partners {
        padding: 0 24px;
    }

    .media-btn, .cta-btn {
        padding: 12px 20px;
        font-size: 12px;
    }
    .media-btn {
        padding: 12px 20px;
        font-size: 12px;
        margin-top: 30px;
        align-self: flex-start;
    }
    .media-wrapper p {
        font-size: 12px;
    }
    .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;
    }
    .partners-title h3 {
        font-size: 25px;
        line-height: 1;
    }
    .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';
        font-size: 35px;
        padding: 10px 31px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .details p {
        font-size: 16px;
        margin-top: 70px;
    }

    .main-section {
        background: unset;
        padding: 50px 0 0px;
    }
    .expect ul {
        max-width: 100%;
    }
    .expect .benefits {
        background: transparent;
        display: flex;
        gap: 10px;
        flex-direction: column;
        padding: 0;
    }
    .benefits-card .card-label {
        left: 25px;
        bottom: 25px;
        right: 25px;
        gap: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .benefits-card .card-title {
        font-size: 16px;
        line-height: 16px;
        margin: 0 0 5px;
    }
    .benefits-card {
        border: unset;
        height: 160px;
    }
    .benefits-card .card-subtitle {
        font-size: 12px;
        margin: 0;
    }
    .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 {
        padding: unset;
        width: 215px;
        height: 153px;
    }

    .schedule-grid h3 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 1;
    }
    .schedule-grid p {
        font-size: 16px;
        line-height: 19px;
    }
    .bs-block {
        flex-direction: column;
    }
    .bs-block img {
        transform: unset;
    }
    .board-container .speaker-item {
        width: 100%;
    }
    .board {
        padding: 40px 25px;
    }
    .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 {
        width: 32px;
        height: 32px;
        margin-top: 0;
        padding: 8px;
    }
    .content .speakers-buttons, .visitors-buttons, .ticket-buttons, .discounts-buttons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 20px 0;
    }
    .speakers-buttons {
        margin: 0;
    }
    .section-title h3 {
        display: flex;
        align-items: flex-end;
    }
    .section-title h3 svg {
        height: 18px;
    }
    .partners-line {
        padding: 40px 0;
    }
    #speakers .section-title {
        margin: 0;

    }
    .board .section-title {
        position: relative;
    }
    .board .section-title h3 {
        max-width: 45%;
        position: relative;
        font-size: 25px;
        line-height: 1;
    }
    .board .speakers-buttons {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        display: flex;
    }
    .board .section-title p {
        font-size: 12px;
    }
    .speaker-details svg {
        flex-shrink: 0;
        height: 16px;
    }
    .board  .speakers-slider .speaker-img {
        height: 310px;
    }
 .visitors-buttons {
     justify-content: center;
     margin: 0;
 }
    .visitors-reviews img {
        width: 100%;
        margin-top: 0;
        transform: scale(2);
    }

    .kids-block h3 {
        font-size: 25px;
        margin-bottom: 18px;
        margin-top: 0;
    }
    .kids-block {
        padding: 109px 25px;
    }
    .ticket-goal {
        padding: 36px 23px;
        max-width: 90%;
    }
    .ticket-goal h3 {
        font-size: 20px;
        padding: 0;
    }
    .discounts-grid {
        flex-wrap: wrap;
    }
    .speakers-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin-top: 24px;
    }
    .speakers-page .speaker-details {
        height: 156px;
    }
    .speaker-single {
        padding: 121px 24px 72px;
    }
    .buttons-row {
        justify-content: center;
        padding: 0 40px;
    }
    .section-subtitle {
        margin-top: 24px;
    }
}
@media (max-width: 600px) {
    .speaker-single-main {
        flex-direction: column;
    }
    .discounts-grid {
        grid-column-gap: 21px;
        grid-row-gap: 21px;
    }
    #speakers, .expect {
        padding: 31px 24px 80px;
    }

    .speakers-page #speakers, .speaker-single {
        padding: 121px 25px 72px;
    }
    .speakers-wrapper {
        grid-template-columns: 1fr;
    }
    .speakers-page .speaker-img {
        height: 320px;
    }
    .inner-logo {
        display: none;
    }

    .details {
        flex-direction: column;
        margin-top: 117px;
    }

    .main-section .main-btn {
        background-size: contain;
        margin-top: 20px;
    }

    .details p {
        font-size: 16px;
        margin-top: 22px;
    }

    .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;
        position: relative;
    }

    .tickets h2, .tickets .title-wrap p {
        max-width: 72%;
    }

    .tickets-slider.kids {
        margin-top: 47px;
    }

    .ticket-buttons.hide-desktop {
        position: absolute;
        bottom: 0;
    }

    .tickets {
        padding-bottom: 304px;
    }

    .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: 20px 0 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: 0px 24px;
    }

    .content, .schedule, .exhibition, .tickets, .discounts, .media {
        padding: 0 24px 40px;
    }
    .schedule {
        padding-top: 40px;
    }
    .content {
        margin-top: -20px;
    }

    .exhibition {
        padding-top: 0px;
    }

    .media {
        padding-bottom: 80px;
        margin: 0;
        padding-top: 100px;
    }
    .board {
        padding-top: 100px;
    }
    .discount-content {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.2s ease;
        position: relative;
        gap: 21px;
        display: grid;
    }

    .discount-toggle::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 22px;
        height: 22px;
        transform: rotate(0deg);
        transition: transform 0.3s ease;

        background: url('../img/conference-2026/arrow.svg') no-repeat center;
        background-size: contain;
    }

    .discount-item.active .discount-toggle::after {
        transform: rotate(180deg);
    }

    .discounts h2 {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1;
        position: relative;
    }

    .discount-item.active h2.discount-toggle {
        margin-bottom: 30px;
    }

    .discount-item.active .discount-content {
        max-height: 1000px;
        opacity: 1;
        overflow: visible;
    }

    .tickets h2 {
        margin-bottom: 0;
    }

    .tickets .title-wrap p {
        margin: 23px 0;
        font-size: 12px;
    }

    .ticket-goal h3 {
        font-size: 24px;
        padding: 0;
    }

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

    .main-text {
        position: relative;
        display: flex;
        z-index: 2;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bg-video {
        top: 0;
        left: 0;
        right: 0;
    }

    .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::before, .schedule::after {
        background-size: 405px;
    }
    .schedule {
        height: 371px;
    }
    .schedule-grid {
        margin: 64px auto;
    }

    footer .disc p {
        font-size: 10px;
        line-height: 10px;
    }

    .numbers {
        padding: 0 24px;
        margin-top: 70px;
    }

    .bloomberg {
        padding: 46px 0px 64px;
    }

    .bloomberg img {
        max-width: 100%;
        width: 100%;
        margin-top: 0px;
    }
    .cta-btn svg path, .media-btn svg path, .cta-btn svg, .media-btn svg {
        height: 16px;
    }
    .tickets .title-wrap h2 {
        text-align: left;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .exhibition-slider .swiper-slide {
        border-radius: 30px;
    }
    .visitors-reviews .inner {
        padding: 0 27px;
    }
    .exhibition-desc {
        padding: 34px 21px;
    }
    .media-heading {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;

    }
    .faq-grid {
        background: url(../img/conference-2026/faq-bg-mob.svg) no-repeat center;
        background-size: cover;
    }
    footer .social a {
        font-size: 12px;
        line-height: 1;
    }
    footer .social a img {
        height: 14px;
    }
    .visitors-reviews {
        padding: 60px 0px;
        padding-top: 40px;
    }
    .tickets {
        padding: 50px 25px;
    }
    .discount-item.inner h4, .discount-item p {
        font-size: 12px;
        text-align: left;
    }
    .discounts {
        padding-top: 90px;
    }
    .discounts p {
        text-align: left;
    }
    .cta-btn.ticket-btn {
        padding: 11px 22px;
        font-size: 16px;
    }
    .language-chooser {
        padding: 10px 0;
    }
    .language-chooser {
        padding: 10px 0;
    }
    .language-chooser li a, .language-chooser li.active a {
        padding: 10px 10px;
    }
    .partners-subtitle {
        color: #0643F0;
    }
    .ticket-item span {
        font-weight: 400;
    }
}
