@font-face {
    font-family: 'AkiraExpanded';
    src: url('../fonts/Akira-Expanded.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

.hdr-profile {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.hdr-profile__btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: opacity 0.15s;
}

.hdr-profile__btn:hover { opacity: 0.8; }

.hdr-profile__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 1000;
    min-width: 160px;
}

.hdr-profile__dropdown.open { display: block; }

.hdr-profile__menu {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(227, 227, 227, 0.1);
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(8, 40, 13, 0.02), 0 24px 24px rgba(8, 40, 13, 0.15);
    padding: 4px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.hdr-profile__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Golos Text VF', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: white;
    transition: background 0.15s;
    white-space: nowrap;
}

.hdr-profile__item:hover { background: rgba(255, 255, 255, 0.08); }

.hdr-profile__item--danger { color: #ff5576; }
.hdr-profile__item--danger:hover { background: rgba(255, 85, 118, 0.08); }

.hdr-profile__divider {
    height: 1px;
    background: rgba(227, 227, 227, 0.1);
    margin: 2px 8px;
}


/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

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

* {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

.dlyaf {
    list-style-image: url(../img/check.svg);
    display: block !important;
    grid-template-columns: auto auto;
    max-width: 600px;
    margin-top: 20px;
}

input,
button,
textarea,
select {
    font: inherit;
}

p {
    overflow-wrap: break-word;
    /* font-size: 16px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    overflow-wrap: break-word;
    font-weight: 600;
}

body {
    font-family: "Roboto", serif;
    font-size: 18px;
    color: #101828;
}

.container {
    max-width: 1280px;
    padding: 0 32px;
    margin: 0 auto;
    width: 100%;
}

.container-fluid {
    max-width: 1400px;
    padding: 0 32px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}

.amo-button-holder {
    z-index: 110 !important;
}

header {
    position: fixed;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    /*background: transparent;*/
    background: #0A0046;
    z-index: 112;
    color: #fff;
    /* box-shadow: 0 0 3px #06080b; */
}

header .options {
    display: flex;
    align-items: center;
}

header .burger {
    margin-left: 50px;
}

header .burger svg {
    width: 54px;
    height: 54px;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.header-btns {
    display: flex;
    gap: 32px;
    align-items: center;
    font-weight: 500;
}

.header-btn {
    height: 44px;
    padding: 0 18px;
    font-weight: 500;
    font-size: 16px;
    background: #fff;
    color: #344054;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
}

.btn {
    background: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    text-overflow: ellipsis;
    padding: 0px 28px;
    border-radius: 8px;
    color: #344054;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #d0d5dd;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.btno {
    background: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    text-overflow: ellipsis;
    padding: 0px 28px;
    border-radius: 8px;
    color: #344054;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #d0d5dd;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.btn-yellow {
    background: #eaaa08;
    border-color: #eaaa08;
    color: #fff;
}

.btn-black {
    background: #010513;
    border-color: #010513;
    color: #fff;
}

.btn-light {
    background: transparent;
    color: #5A8BFF;
    border-radius: 8px;
    border: 2px solid #5A8BFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    transition: 0.3s;
}

.btn-light:hover {
    background: #5A8BFF;
    color: white;
}

.btn-light-white {
    background: transparent;
    color: white;
    border-radius: 8px;
    border: 2px solid white;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    transition: 0.3s;
}

.btn-light-white:hover {
    background: white;
    color: #080043;
}

.btn-special {
    background: #f7f8f8;
    border: 1px solid #D0D5DD;
    color: #00B3D1;
}

.btn-primary {
    color: #fff;
    border-radius: 12px;
    background: #F57C00;
    box-shadow: 0px -4px 16px 4px rgba(245, 124, 0, 0.20), 0px 8px 8px 0px rgba(255, 255, 255, 0.20) inset, 0px -2px 2px 0px rgba(255, 255, 255, 0.20) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 0px 1px #F57C00, 0px 3px 0px 1px #F57C00, 0px 4px 8px 0px #F57C00;
    border: none;
}

.btn-blue {
    background: transparent;
    color: #00B3D1;
    border-radius: 8px;
    border: 2px solid #00B3D1;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    transition: 0.3s;
}

.btn-blue:hover {
    background: #00B3D1;
    color: white;
}

.btn-primary-light {
    color: #4369F0;
}

.btn-small {
    height: 48px;
    padding: 0 20px;
    font-size: 16px;
}

.btn-youtube {
    background: #5A8BFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5A8BFF;
    padding-left: 67px;
    padding-right: 67px;
}

header nav {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
}

.guide {
    background: #0A0046;
    cursor: pointer;
    top: 0;
    width: 100%;
}

.header__cta-button {
    /*width:138px;*/
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    vertical-align: middle;
    color: #101828;
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
    cursor: pointer;
}

.guide .guide__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    height: 70px;
    overflow: hidden;
}

.guide .guide__inner p {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

.guide .guide__close {
    cursor: pointer;
}

.guide .guide__close svg {
    width: 30px;
    height: 30px;
}

.guide .guide__inner > div {
    display: flex;
    align-items: center;
}

.guide .guide__icon img {
    width: 300px;
}

.guide .guide__app {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-right: 40px;
}

main {
    color: #fff;
    padding: 0;
    min-height: 100vh;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

main.mainBlock {
    /* background: #1d2939 url(../img/main-bg-n.jpg) 50% center/cover no-repeat; */
    position: relative;
}

.banner-video {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1000px) {
    .banner-video::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        pointer-events: none;
    }
}


.aiweek {
    background: url("https://admin.astanahub.com/media/ai_week_back.png") top center no-repeat, #0b0245;
    background-size: 100% auto;
    height: auto;
    min-height: 100vh;
    margin-top: -10px;
}

main.mainHotels {
    background: url(../img/main-bg-hotels.jpg) top center no-repeat, #0b0245;
    background-size: 100% auto;
    height: auto;
    margin-top: -10px;
}

main.mainRest {
    background: url(../img/main-bg-rest.jpg) top center no-repeat, #0b0245;
    background-size: 100% auto;
    height: auto;
    margin-top: -10px;
}

main.mainShop {
    background: url(../img/main-bg-shop.jpg) top center no-repeat, #0b0245;
    background-size: 100% auto;
    height: auto;
    margin-top: -10px;
}

main.mainPlace {
    background: url(../img/main-bg-place.jpg) top center no-repeat, #0b0245;
    background-size: 100% auto;
    height: auto;
    margin-top: -10px;
}

main.mainTour {
    background: url(../img/tour-back.png) top center no-repeat, #0b0245;
    background-size: 100% auto;
    height: auto;
    margin-top: -10px;
}

@media (max-width: 700px) {
    main.mainPlace {
        background: #0b0245;
        padding-top: 100px;
    }
}

main.mainBlock .main-inner {
    text-align: left;
}

main .main-inner {
    text-align: center;
    padding: 140px 0 164px 0;
    min-height: 100%;
}

main .main-logo {
    width: 100%;
    max-width: 850px;
    height: 40px;
    margin: 24px 0;
}

main .digital-logo {
    width: 184px;
}

main .main-inner p {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

main .main-inner span {
    display: block;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
}

main.mainBlock .main-inner span {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.80);
    font-style: normal;

    display: flex;
    justify-content: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #00B3D1;
}

.main-left-b {
    text-align: left;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

main.mainBlock .main-inner p {
    font-weight: 400;
    margin-bottom: 8px;
}

main.mainBlock .main-inner .main-text {
    color: #FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    max-width: 1100px;
    margin-top: 28px;
}

main.mainBlock .main-inner .main-text a {
    margin-top: 10px;
    display: block;
    color: #00B3D1;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
}

main.mainBlock .main-inner .main-subtitle {
    margin-top: 28px;
    color: #00B3D1;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.marquee {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 24px 0;
    display: flex;
}

.marquee-items {
    display: flex;
    gap: 6px;
    animation: marquee 30s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-58%);
    }
}

.marquee-item {
    padding: 0 16px;
    height: 46px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 400;
    color: white;
    white-space: nowrap;

    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}


ul {
    list-style: none;
}

.main-change-1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}

.main-btns {
    display: flex;
    gap: 12px;
}

main ul {
    list-style-image: url('../img/check.svg');
    display: grid;
    grid-template-columns: auto auto;
    max-width: 600px;
}

main li {
    vertical-align: middle;
    margin-bottom: 16px;
}

main li span {
    vertical-align: super;
}

section {
    padding: 80px 0;
}

section2 {
    padding: 48px 0;
}

.numbers {
    background: #0A0046;
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); /* #FFFFFF66 */
}

.numbers ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    gap: 64px 16px;
}

.numbers ul li {
    border-right: 1px solid #eaecf0;
}

section.numbers h2 {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.16px;
    color: #fff;
    margin-bottom: 64px;
    text-align: center;
}

.numbers ul li:last-child {
    border: none;
}

.numbers ul li:nth-child(6n) {
    border: none;
}

.numbers ul b {
    font-weight: 700;
    font-size: 38px;
    line-height: normal;
    color: #FEFAF5;
    letter-spacing: -0.02em;
    display: block;
}

h3.madina {
    color: #101828 !important;
    font-weight: 500;
}

.numbers ul span {
    margin-top: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.80);
}

.bottom-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-btns .btn:not(:first-child) {
    margin-left: 20px;
}

.partners .bottom-btns {
    margin-bottom: 30px;
}

.partners .bottom-btns a:not(:first-child) {
    margin-left: 20px;
}

.partners-bg-margin .bottom-btns a:not(:first-child) {
    margin-left: 40px;
}

.partners .bottom-btns div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 306px;
    width: 100%;
}

.partners .bottom-btns div img {
    width: 47px;
    height: 48px;
}

.partners .bottom-btns div span {
    width: calc(100% - 47px);
    padding-left: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
}

.video {
    background: #F9FAFB;
}

.video-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.video iframe {
    max-width: 768px;
}

.video .btn {
    margin-top: 64px;
}

main#mainBlock video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-inner {
    position: relative;
    z-index: 2;
}

.about-b {
    background-color: #0a0046;
    background-image: url('../img/about.jpg');
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

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

section.about-b h3 {
    color: #00B3D1;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}


section.about-b h2 {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 56px */
    letter-spacing: -1.68px;
}

.about-inn .left {
    display: flex;
    gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 510px;
}

.about-inn .right img {
    border-radius: 20px;
}

.about-inn p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

section#Contacts {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    background: #0F044E;
    color: #fff;
    text-align: center;
}

.contacts-social {
    display: flex;
    justify-content: center;
}

.map {
    border-radius: 12px;
    overflow: hidden;
}

.contacts-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}


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

.exhibition__head {
    width: 50%;
    flex-shrink: 0;
}

.exhibition .exhibition__head {
    max-width: 400px;
}

.contacts .exhibition__card-content {
    text-align: left;
}

.days {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #00B3D1;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10.5px 29px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.contacts .sect-title {
    margin-bottom: 0;
}

.contacts-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 96px;
}

.about-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 160px);
}

.about-top {
    margin-top: 300px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: white;
}

.about-top .left {
    width: 35%;
}

.about-top .right {
    width: 55%;
}

.about-top .right p a {
    display: block;
    color: #00B3D1;
    font-size: 22px;
    font-weight: 600;
}

.about-top .right p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.contacts-top > div {
    width: 100%;
}

.about-top .right p img {
    flex: 1;
}

.about-top .left div p:not(:first-child) {
    margin-top: 20px;
}

.about .about-header h2 span {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    display: block;
    color: #00B3D1;
}

.about .about-header h2 b {
    font-weight: 700;
    font-size: 58px;
    display: block;
    letter-spacing: -0.02em;
    color: white;
    margin: 20px 0 0;
}

.contacts-top .left h2 span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #4369F0;
}

.contacts-top h2 b {
    font-weight: 600;
    font-size: 36px;
    display: block;
    letter-spacing: -0.02em;
    color: #101828;
    margin: 12px 0 20px;
}

.about-top p {
    font-size: 20px;
}

.about-top p.bold {
    font-weight: 600;
    text-transform: uppercase;
}

.about-top .right p {
    font-weight: 500;
    font-size: 18px;
}

.about-top .right p:not(:first-child) {
    margin-top: 32px;
}

h2.sect-title {
    text-align: center;
    margin-bottom: 40px;
}

h2.sect-title b {
    letter-spacing: -0.02em;
    display: block;
    font-weight: 600;
    font-size: 36px;
}

h2.sect-title span {
    font-weight: 600;
    font-size: 16px;
    color: #a15c07;
    margin-bottom: 12px;
    display: block;
}

section.speakers {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    padding: 64px 0;
    background: #0A0046;
}

.speakers-inner {
    display: flex;
    flex-direction: column;
}

section.speakers .sect-title {
    margin-bottom: 60px;
}

.speakers-title {
    position: relative;
    gap: 32px;
}

.speakers-title h2 {
    text-align: left;
}

.speakers-title h2 span {
    color: #101828;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.speakers-title > span {
    color: #6e7575;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    display: block;
    text-align: right;
}

section.speakers ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.mob-nav {
    display: none;
    background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.51) 57.81%, rgba(0, 0, 0, 0.23) 73.44%, rgba(0, 0, 0, 0.00) 100%);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 112;
    justify-content: flex-end;
}

.mob-nav-burger svg {
    margin-left: auto;
}

.mob-nav nav {
    padding: 80px
}

.mob-nav nav a {
    display: block;
    text-align: right;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    transition: 0.25s;
    color: white;
}

.mob-nav nav a:hover {
    color: #00B3D1;
}

.mob-nav.opened {
    display: flex !important;
}

.event-data {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.event-data-submenu {
    display: none;
}

.mob-nav nav .event-data-submenu a {
    font-size: 26px;
}

.event-data-submenu.opened {
    display: block;
}

.event-data-arrow {
    width: 32px;
    height: 32px;
    transition: all 0.2s ease-out;
}

.event-data-arrow.opened {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .event-data-arrow {
        width: 24px;
        height: 24px;
    }


    mob-nav nav .event-data-submenu a {
        font-size: 16px !important;
        padding-top: 0;
    }
}

section.speakers ul li {
    position: relative;
    display: block;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    margin-bottom: 40px;
    width: calc(33.333% - 26.6666px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 57px 36px 35px;
}

section.speakers ul li:not(:nth-child(3n)) {
    margin-right: 40px;
}

section.speakers ul img {
    object-fit: cover;
    object-position: center center;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    margin-bottom: 24px;
}

section.speakers ul h3 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px
}

section.speakers ul h3 span {
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

section.tickets {

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    background-position-y: 10%;
}

section.tickets h2.sect-title {
    margin-bottom: 60px;
}

.tickets .tickets-header {
    background: #2264DB;
    padding: 96px 0px 192px 0px;
}

.tickets .tickets-header h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    color: white;
}

.tickets .tickets-cards {
    display: flex;
    justify-content: space-between;
}

.tickets .tickets-card {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);;
    background: transparent;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    width: calc(50% - 16px);
    padding: 50px;
    display: flex;
    flex-direction: column;
}

.tickets .tickets-card:last-child span {
    color: #00B3D1;
}

.tickets .tickets-card span {
    display: block;
    color: #5A8BFF;
    font-size: 58px;
    font-weight: 700;
    line-height: normal;
}

.tickets .tickets-card p {
    margin-top: 20px;
    color: white;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: -0.96px;
    line-height: 60px;
    display: flex;
    align-items: flex-start;
}

.tickets .tickets-card p symbol {
    font-size: 18px;
    font-weight: 600;
    color: #5A8BFF;
    line-height: normal;
    margin-left: 8px;
}

.tickets .tickets-card:last-child p symbol {
    color: #00B3D1;
}

.tickets .tickets-card ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 21px;
    margin-top: 32px;
    margin-bottom: 21px;
    flex-grow: 1;
    list-style: disc;
}

.tickets .tickets-card ul p {
    font-size: 19.727px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-left: -32px;
    line-height: normal;
    margin-top: 0;
}

.tickets .tickets-card ul .tickets-mb {
    margin-top: 30px;
}

.tickets .tickets-card ul li {
    position: relative;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.tickets .tickets-card .btn {
    width: max-content;
}

.online .online-inner {
    display: flex;
    gap: 64px;
}

.online .online-inner .left {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
    max-width: 50%;
}

.online .online-inner .left h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    color: #101828;
}

.online .online-inner .left p {
    color: #667085;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
}

.online .online-inner .left ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-right: 32px;
}

.online .online-inner .left ul li {
    display: flex;
    gap: 28px;
    color: #101828;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.online .online-qr {
    display: flex;
    align-items: center;
}

.online .online-qrcode {
    border-radius: 8px;
    background: #F9FAFB;
    padding: 4px;
    width: 136px;
}

.online .online-qr-content {
    width: calc(100% - 136px);
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.online .online-inner .online-qr .online-qr-content p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #101828;
}

.online .online-inner .online-qr .online-qr-content p a {
    color: #2264DB;
    text-decoration-line: underline;
}

.online .online-inner .online-qr .online-qr-content span {
    text-align: center;
    color: #101828;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.online .online-inner .left ul li svg {
    min-width: 24px;
    max-width: 24px;
}

section.digital {
    background: #1d2939 url(../img/digital-bg.svg) center 10% no-repeat;
    color: #fff;
    text-align: center;
}

section.digital h2 {
    font-weight: 600;
    font-size: 36px;
    letter-spacing: -0.02em;
}

section.digital .container > p {
    font-weight: 400;
    font-size: 20px;
    color: #eaecf0;
    margin: 20px auto 64px;
    max-width: 760px;
}

.d-flex {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 64px;
}

.d-flex .items {
    flex: 1 1 0;
}

.d-flex .items span {
    font-weight: 500;
    font-size: 20px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 8px solid #344054;
    background: #475467;
    box-sizing: content-box;
    margin-bottom: 20px;
}

.d-flex .items h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 8px;
}

.d-flex .items p {
    color: #eaecf0;
    font-size: 14px;
}

.startup {
    padding: 162px 0;
    position: relative;
}

.startup:before {
    content: '';
    position: absolute;
    left: 0;
    right: 50%;
    bottom: 0;
    top: 0;
    background-color: #fff;
}

.startup:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    background: url(../img/startup-bg.jpg) center center/cover no-repeat;
}

.startup h2 {
    letter-spacing: -0.02em;
    letter-spacing: -0.02em;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 32px;
}

.startup .left {
    width: 50%;
    position: relative;
    z-index: 5;
    padding-right: 64px;
}

.startup li {
    margin-bottom: 20px;
}

.startup .btn {
    margin-top: 20px;
}

.startup ul {
    list-style-image: url(../img/check2.svg);
}

.startup li span {
    vertical-align: super;
}

.events {
    background: #0A0046;
}

.event-tags {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}

.event-tags p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.10);
    padding: 12px;
}


.events-main .container {
    z-index: 2;
}

.events-main-inner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 150px 0;
    z-index: 2;
}

.events-main-inner div {
    width: 683px;
    margin-left: auto;
}

.events-main-inner div h2 {
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    color: white;
}

.events-main-inner div p {
    margin-top: 40px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: white;
}

.events-inner {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.events-inner .sect-title {
    margin-bottom: 0;
}

section.events-b {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    background: #0F044E;
}

.feedback {
    background-color: #0A0046;
    border-bottom: 2px solid rgba(255, 255, 255, 0.50);
}

.feedback .container {
    max-width: 100%;
    padding: 0;
}

.man {
    margin-right: 50px;
}

.feedback__title {
    text-align: center;
    margin-bottom: 60px;
}

.feedback__title h2 {
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: -1px;
}

.feedback__inner {
    padding: 0 0 0 32px;
}

.feedback__card {
    max-width: 400px;
    width: 100%;
    height: 490px;
    padding: 27px 33px;
    margin-right: 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
}

.feedback__card_name {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.feedback__card_name h3 {
    color: #00B3D1;
    font-size: 25px;
    font-weight: 700;
    margin-left: 13px;
}

.feedback__card_name_small h3 {
    font-size: 19px;
}

.feedback__card_name img {
    width: 92px;
    height: 92px;
}

.feedback__card_text p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
}

.feedback__card_text p:first-child {
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .feedback__title {
        margin-bottom: 20px;
    }

    .feedback__title h2 {
        font-size: 30px;
    }

    .feedback__card_name h3 {
        font-size: 16px;
        margin-left: 5px;
    }

    .feedback__card_name_small h3 {
        font-size: 12px;
    }

    .feedback__card_name img {
        width: 56px;
        height: 56px;
    }

    .feedback__card_text p {
        font-size: 10px;
    }

    .feedback__inner {
        padding: 0 0 0 16px;
    }

    .feedback__card {
        padding: 17px 20px;
        max-width: 270px;
        height: 280px;
        /* width: 100%;
      max-width: 250px; */
    }
}

.list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.list-top .inner {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.list-top {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    padding: 32px;
    color: #fff;
}

.list-top .right {
    display: flex;
    padding: 24px;
    border-radius: 12px;
    /* background: rgba(255, 255, 255, 0.10); */
    color: #fff;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    padding: 24px;
}

.list-top .left {
    flex-shrink: 0;
    width: 32%;
}

.list-top h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 12px;
}

.list-item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.list-item-info {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px
}

.events-subtitle {
    color: #fff;
    font-size: text/size-3xl;
    font-style: normal;
    font-weight: 600;
    line-height: text/height-3xl;
    text-align: center;
    margin-bottom: 24px;
}

.list-item img {
    flex-shrink: 1;
}

.txt {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    flex: 1;
}

.txt b {
    font-weight: 700;
}

.list-item.two {
    justify-content: center;
    flex-direction: column;
    grid-area: 1 / 2 / 2 / 4;
    display: flex;
    padding: 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    align-items: center;
}

/* .list-item.two > * {

} */

.events ul {
    list-style: none;
    padding: 0;
    gap: 64px;
    display: flex;
    flex-direction: column;
}

section.events li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 96px;
    /* margin-top: 96px; */
    position: relative;
}

section.events li .left img {
    border-radius: 12px;
    height: 100%;
}

section.events li .left {
    padding: 40px;
    border-radius: 24px;
    background: #F2F4F7;
    max-height: 400px;
    position: relative;
    max-width: 560px;
}

@media (max-width: 560px) {
    section.events li .left img {
        border-radius: 12px;
    }

    section.events li .left {
        border-radius: 0 !important;
        padding: 16px 24px !important;
    }
}

@media (max-width: 640px) {
    .list-top .left {
        width: 100%;
    }

    section.events li .left img {
        object-fit: cover;
        width: 100%;
        height: 250px;
    }

    .events li .right {
        flex: none !important;
    }
}

@media (max-width: 600px) {
    .partners-b-items {
        gap: 20px 8px;
        max-width: 100%;
    }
}

.events li {
    position: relative;
}

section.events li:nth-child(even) .left {
    order: 2;
}

/* .events .left::before {
  content: '';
  width: 50%;
  height: 100%;
  background: url(../img/dots.svg) center center/contain no-repeat;
  display: block;
  position: absolute;
  top: 20%;
} */

section.events {
    overflow: hidden;
}

section.events li:nth-child(even) .left::before {
    left: 70%;
}

section.events li:nth-child(odd) .left::before {
    right: 70%;
}

section.events li:first-child .left::before {
    display: none;
}

.events li svg, .events li .right img {
    margin-bottom: 24px;
}

.events li h2 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 16px;
    line-height: 1;
}

.events li p {
    font-weight: 400;
    font-size: 18px;
    color: #667085;
}

.events li .right {
    flex: 1;
}

.events .btn {
    margin-top: 32px;
    font-size: 16px;
    height: 48px;
    border-radius: 8px;
}

.events .events-wrap {
    padding: 60px 0;
}

.events .events-cards {
    display: flex;
    align-self: stretch;
}

.events .events-card {
    width: 100%;
    border-radius: 8px;
    background: #FFF;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.events .events-card:not(:first-child) {
    margin-left: 32px;
}

.events .events-card b {
    display: block;
    margin-top: 20px;
    color: #2264DB;
    font-size: 58px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
    text-align: center;
}

.events .events-card span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #2264DB;
}

.events .events-card p {
    color: #606060;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 20px;
    padding-left: 4px;
    padding-right: 4px;
    flex: 1;
}

.events .events-card .events-img {
    object-fit: cover;
    object-position: center;
}

.events .events-card .events-card-img img {
    height: 116px;
    width: 100%;
    align-self: stretch;
    object-fit: cover;
    object-position: center;
}

.events .events-wrap {
    display: flex;
    flex-direction: column;
    align-items: center
}

.events .events-wrap .bottom-btns .btn {
    margin-top: 50px;
}

.events-sliders {
    position: relative;
    overflow: hidden;
}

.events-slider {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.events-slider .events-slider-inner {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 80px;
}

.events-slider .events-slider-inner h2 {
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    color: white;
    max-width: 800px;
}

.events-slider .events-slider-inner p {
    margin-top: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;
    color: white;
    line-height: 30px;
    max-width: 800px;
    margin-bottom: 40px;
}

.events-slider .events-slider-inner ul {
    gap: 0;
    color: white;
    margin-top: 60px;
    padding-left: 25px;
    list-style: disc;
}

.events-slider .events-slider-inner ul li {
    font-size: 20px;
    font-weight: 400;
}

.events-sliders .left-slider, .events-sliders .right-slider {
    position: absolute;
    z-index: 1;
    top: calc(50% - 11px);
    cursor: pointer;
    height: 23px;
    width: auto;
    background: transparent;
    border: none;
    padding: 0;
}

.events-sliders .left-slider svg, .events-sliders .right-slider svg {
    height: 23px;
    width: auto;
}

.events-sliders .left-slider {
    left: 46px;
}

.events-sliders .right-slider {
    right: 46px;
}

.events-sliders .slick-dots {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    gap: 0;
    flex-direction: row;
}

.events-sliders .slick-dots li:not(:first-child) {
    margin-left: 8px;
}

.events-sliders .slick-dots li {
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255, 255, 255, 0.50);
    background: transparent;
    border-radius: 6px;
}

.events-sliders .slick-dots .slick-active {
    border: 2px solid rgba(255, 255, 255) !important;
    background: white;
}

.events-sliders .slick-dots li button {
    display: none;
}

.cta {
    background: url(../img/cta.jpg) center center/cover no-repeat;
    text-align: center;
}

.cta h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    max-width: 920px;
}

.soc {
    display: flex;
    gap: 24px;
    margin-top: 32px;
}

.contacts .right p {
    display: flex;
    align-items: center;
    gap: 16px;
}

.faq .toggle {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.faq ul {
    max-width: 780px;
    margin: 0 auto;
    padding: 0;
}

.faq li {
    border-top: 1px solid #eaecf0;
}

.faq li:first-child {
    border: none;
}

.online .online-inner .right .online-bg-mobile {
    display: none;
}

.toggle::after {
    content: '+';
    width: 20px;
    height: 20px;
    min-width: 20px;
    max-width: 20px;
    border: 2px solid #00B3D1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #00B3D1;
    font-weight: bold;
    font-size: 19px;
    padding-bottom: 1px;
}

.toggle.opened::after {
    content: '-';
}

.toggle {
    font-weight: 500;
    font-size: 18px;
    color: white;
}

.faq li {
    padding: 24px 0;
}

.faq li a {
    color: rgb(43, 14, 163);
    text-decoration: underline;
}

.content {
    transition: height 0.3s ease-out;
    height: 0;
    overflow: hidden;
    color: #667085;
    font-weight: 400;
    font-size: 16px;
    margin-top: 8px;
}

.quote {
    background: #f2f4f7;
    text-align: center;
}

.bridge-slider {
    position: relative;
}

.bridge-slider .slick-prev, .bridge-slider .slick-next {
    position: absolute;
    cursor: pointer;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    z-index: 1;
}

.bridge-slider .slick-prev {
    left: 0;
}

.bridge-slider .slick-next {
    right: 0;
}

.bridge-slider .slick-dots {
    margin-top: 26px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.bridge-slider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #777;
}

.bridge-slider .slick-dots .slick-active {
    background: #222 !important;
}

.bridge-slider .slick-dots li button {
    display: none;
}

.bridge-slider__item {
    width: 100%;
}

.bridge-slider__item-img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 16px;
}

.slider {
    position: relative;
}

.slider__container {
    overflow: hidden;
}

/* .slider__items {
    display: flex;
    transition: transform 0.5s ease;
    width: 44%;
} */

.slider_disable-transition {
    transition: none;
}

.slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    user-select: none;
}

.slider__control {
    display: inline-flex;
    /* position: absolute; */
    /* top: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    /* color: #fff; */
    /* text-align: center; */
    /* background: rgb(0 0 0 / 20%); */
    background: transparent;
    padding: 0;
    border: none;
    /* transform: translateY(-50%); */
    cursor: pointer;
}

.slider__control[data-slide="prev"] {
    background: url(../img/prev.svg) center center/contain no-repeat;
}

.slider__control[data-slide="next"] {
    background: url(../img/next.svg) center center/contain no-repeat;
}

.slide-btns {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    margin-left: 20px;
}

.slider__control_hide {
    display: none;
}

.slider__indicators {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-right: 15%;
    margin-bottom: 0;
    margin-left: 15%;
    padding-left: 0;
    margin-top: 40px;
    list-style: none;
}

.slider__item img {
    margin: 32px auto 16px;
}

.slider__item h2 {
    font-weight: 500;
    font-size: 36px;
    letter-spacing: -0.02em;
}

.slider__item h3 {
    font-weight: 500;
    font-size: 18px;
}

.slider__item p {
    color: #667085;
    font-weight: 400;
    font-size: 16px;
}

.slider__indicators li {
    flex: 0 1 auto;
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    background: #d5d7df;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-clip: padding-box;
    cursor: pointer;
    border-radius: 100%;
}

.slider__indicators li.active {
    background: #eaaa08;
}

section.full-top {
    padding: 60px 0 60px 0;
    background: #0A0046;
    border-top: #FFFFFF66 solid 1px;

}

section.full-top .sect-title {
    margin-bottom: 0;
}

section.full {
    display: flex;
    justify-content: space-between;
    padding: 0;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}


.full-item {
    min-height: 340px;
    background: #ccc;
    color: #fff;
    flex: 1;
    padding: 50px 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.full-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.full-item:nth-child(odd) {
    background: url("../img/f1.jpg") center center/cover no-repeat;
}

.full-item.two {
    flex: 1.5;
}

.slide-title {
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    margin: 24px 0 8px;
}

.slide-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
}

.full-content h2 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 12px;
    color: #FFF;
}

.full-content {
    padding: 0 50px;
}

.full-content p {
    color: #00B3D1;
    font-weight: 500;
    font-size: 20px;
}

.space {
    margin-bottom: 64px;
    display: block;
}

.faq {
    background: #0A0046;
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
}

.faq h2.sect-title {
    margin-bottom: 60px;
}

.faq p {
    color: white;
}

.phone-mockup__wrapper {
    padding-left: 6%;
}

.slider-img {
    width: 100%;
}

h2.sect-title b {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -3px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.partners {
    text-align: center;
    /*background: #0A0046;*/
}

.partners .bottom-btns a {
    border-radius: 8px;
    background: white;
    padding: 10px 13px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.aif {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners .bottom-btns a img {
    max-width: 200px;
    max-height: 75px;
    object-fit: contain;
    width: 100%;
}

.partners h3 {
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
}

.flex-center {
    display: flex;
    justify-content: center;
}

section.partners.partners-big-margin p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

section.partners.partners-big-margin p a {
    text-decoration: underline;
}

/*
footer {
    background: #0A0046;
    padding: 64px 32px 48px;
    border-top: #FFFFFF66 solid 1px;
    color: #fff;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    padding-bottom: 64px;
    margin-bottom: 32px;
    border-bottom: 1px solid #475467;
}

.footer-top .btn {
    height: 48px;
    font-size: 16px;
    white-space: nowrap;
    color: #4369F0;
}

.footer-top h2 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 16px;
}

.footer-top p {
    font-size: 20px;
    font-weight: 400;
}

.footer-btn {
    display: flex;
    justify-content: space-between;
}

.footer-soc {
    display: flex;
    gap: 24px;
}

.footer-soc1 {
    display: flex;
    align-items: center;
    gap: 24px;
}

.visa {
    display: flex;
    align-items: center;
    gap: 24px;
}

.visa p2 {
    color: #cbd0d8;
    font-size: 16px;
    font-weight: 400;
}

/*
.footer-btn p {
    color: #cbd0d8;
    font-size: 16px;
    font-weight: 400;
}

.footer-btn p2 {
    color: #cbd0d8;
    font-size: 20px;
    font-weight: 400;
}

.noviy a {
    color: #98a2b3;
    font-size: 20px;
    font-weight: 400;
}

.amo {
    background: #1d2939;
    
    border-bottom: 1px solid #314154;
}*/

.modal-content-inner .btn {
    font-size: 16px;
    height: 48px;
    width: 100%;
    margin-top: 24px;
}

.tickets-new {
    padding: 80px 0;
    background: #0a0046;
    border-top: #FFFFFF66 solid 1px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.tickets-new__title {

    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
    color: #ffffff;
    text-align: center;
}

.tickets-new__content {
    padding: 0 32px;
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.tickets-new__banner {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    display: none;
}

.tickets-new__banner {
    border-radius: 8px;
    background: #2264DB;
}

.tickets-new__banner-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tickets-new__banner-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}

.tickets-new__banner-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}

.tickets-new__banner-timer {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}

.tickets-new__banner-close {
    position: absolute;
    top: -14px;
    right: 8px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    transition: background 0.3s;
    z-index: 2;
}

.tickets-new__banner-close:hover {
    background: rgba(0, 0, 0, 0.7);
}


.tickets-new__cards {
    display: flex;
    gap: 16px;
    justify-content: center;
    width: 100%;
}

.tickets-new__card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 4px solid transparent;
    transition: all .3s ease-in-out;
    flex: 0 0 calc(50% - 8px);
}

.white-wrap p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.72px;
}

.white-wrap .sect-title {
    margin-bottom: 8px;
}

.phone-mockup {
    position: relative;
    width: 100%;
    padding-bottom: 80px 0;
    border-top: #FFFFFF66 solid 1px;
    background: #0a0046;
}

.phone-mockup .container .block {
    background: url(../img/mob-bg.png) center center/cover no-repeat;
    padding: 56px 56px 0 56px;
    border-radius: 20px;
    overflow: hidden;
}

section.phone-mockup p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    letter-spacing: -0.72px;
}

section.phone-mockup .sect-title {
    margin-bottom: 8px;
}

.about-img-title {
    position: absolute;
    bottom: 16px;
    border-radius: 20px;
    border: 0px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    max-width: 360px;
    left: 50%;
    transform: translateX(-50%);
}

.about-b .right {
    position: relative;
}

.about-img-title b {
    font-weight: 900 !important;
}

.about-img-title p, .about-img-title b {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.speakers-b {
    padding: 80px 0;
    background: #0A0046;
    display: flex;
    flex-direction: column;
    border-top: #FFFFFF66 solid 1px;
    align-items: center;
}

.speakers-b .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.speakers-b-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 41px;
    margin: 40px 319px 40px 319px;
    width: 100%;
}

.speakers-b-items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: none;
    box-shadow: none;
    padding: 0;
    gap: 24px;
}

.speakers-b .item img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
}

.speakers-b .item .text {
    width: 330px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.speakers-b .item h2 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 0;
}

.speakers-b .item p {
    color: #bfc3e6;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    max-width: 100%;
}

.speakers-b .sect-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -3%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.transparent-button {
    width: 201px;
    height: 60px;
    display: block;
    font-size: text/size-lg;
    font-weight: 500;
    color: #f57c00;
    background: transparent;
    border: 1.5px solid #f57c00;
    border-radius: 12px;
    cursor: pointer;
    text-align: center;
    align-content: center;
    transition: background 0.2s, color 0.2s;
}

.speakers-button:hover {
    background: #ffb800;
    color: #0A0046;
}

@media (max-width: 900px) {
    .speakers-b-items {
        grid-template-columns: 1fr 1fr;
        gap: 40px 24px;
        max-width: 100%;
    }

    .speakers-b .item img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 600px) {
    .speakers-b-items {
        grid-template-columns: 1fr 1fr;
        gap: 24px 12px;
    }

    .speakers-b .item img {
        width: 120px;
        height: 120px;
    }

    .speakers-b .item h2 {
        font-size: 16px;
    }

    .speakers-b .item p {
        font-size: 12px;
        line-height: 18px;
    }

    .speakers-b .sect-title {
        font-size: 28px;
    }

    .speakers-b .item .text {
        max-width: 100%;
    }

    .transparent-button {
        width: 161px;
        height: 48px;
        font-size: 16px;
    }
}

.phone-qr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0;
}

.phone-mockup__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 645px;
    margin: 0 auto;
}

.phone-mockup__image {
    width: 100%;
    height: auto;
    max-width: 645px;
    object-fit: contain;
}

section.sponsor {
    background: #2264DB;
    text-align: center;
}

section.sponsor p {
    font-size: 20px;
    color: #fff;
}

section.sponsor .sect-title {
    margin-bottom: 24px;
}

section.sponsor form {
    display: flex;
    max-width: 450px;
    margin: 40px auto 16px;
    gap: 16px;
    flex-direction: column;
}

.custom-checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    cursor: pointer;
    text-align: left;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    appearance: none;
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    padding: 0;
}

.custom-checkbox:checked {
    background-color: #f67d01;
    border-color: #f67d01;
}

.custom-checkbox:checked::after {
    content: "✔";
    color: white;
    font-size: 11px;
}

.sps-bottom {
    color: #fff;
    max-width: 520px;
    font-size: 12px;
    line-height: 20px;
}

.sps-bottom a {
    text-decoration: underline;
    font-weight: bold;
}

section.international {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    background: #0A0046;
}

section.international h2 {
    max-width: 820px;
    margin: 0 auto;
}

section.international h3 {
    color: rgba(255, 255, 255, 0.80);
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    max-width: 720px;
    margin: 24px auto 32px;
    font-weight: 400;
}

section.sponsor input {
    border-radius: 8px;
    border: 1px solid #FFF;
    font-size: 16px;
}

.thanks-txt {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 600px;
    margin: 0 auto;
}

.thanks-txt b {
    font-size: 30px;
    font-weight: bold;
}

.show-text {
    display: none;
}

@media (max-width: 768px) {
    .phone-mockup__wrapper {
        max-width: 100%;
        padding: 0 20px;
    }

    .list-top .inner {
        flex-direction: column;
    }

    .phone-mockup__image {
        max-width: 100%;
    }

    .list-top .right {
        padding: 16px;
    }

    form#subscribeForm {
        flex-direction: column;
    }
}

.tickets-new__card:hover {
    border: 4px solid #00B3D1;
}

/* .tickets-new__card--standard {
    border: 1px solid #00b3d1;
}


.tickets-new__card--vip {
    border: 1px solid #ffffff;
} */

.tickets-new__card-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
}

.tickets-new__features {
    display: flex;
    flex-direction: column;
}

.tickets-new__feature {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.tickets-new__prices {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
}

span.tickets-new__price-amount {
    text-decoration-line: line-through;
    opacity: 0.5;
}

.exhibition {
    padding: 80px 0;
    background-color: #0F044E;
    border-top: #FFFFFF66 solid 1px;

}

.exhibition__head {
    position: relative;
}

.exhibition__head h4 {
    position: absolute;
    bottom: 16px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 40px */
    letter-spacing: -1.2px;
    left: 16px;
    color: #fff;
}

.die {
    background: #0A0046;
    padding: 80px 0 !important;
    border-top: #FFFFFF66 solid 1px;
}

.die .die__wrap {
    background: url('../img/die-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0 32px 0;
}

.die .white-wrap {
    padding: 64px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
    color: #fff;
}

.die .die__wrap-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.die .die__wrap-inner p {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    color: white;
}

.die .white-wrap h2.sect-title b {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}

.exhibition__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 24px;
}

section.exhibition h5 {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    max-width: 720px;
    margin: 0 auto 40px;
}

/* .exhibition__content {
} */

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

.exhibition__card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    display: flex;
    flex: 1;
    overflow: hidden;
}

.exhibition__card-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
    justify-content: flex-start;
    align-items: flex-start;
}

.exhibition__card-title {
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
}

.exhibition__card-description {
    color: rgba(255, 255, 255, 0.70);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.exhibition__card-footer {
    align-items: center;
    gap: 16px;
    padding: 0 24px 24px;
}

.exhibition__card-notice {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 8px;
    flex: 1;
}

.exhibition__card-notice p {
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.exhibition__card-button {
    padding: 16px 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    white-space: nowrap;
    transition: background-color 0.3s ease;
    border-radius: 12px;
    background: #F57C00;
    box-shadow: 0px -4px 16px 4px rgba(245, 124, 0, 0.20), 0px 8px 8px 0px rgba(255, 255, 255, 0.20) inset, 0px -2px 2px 0px rgba(255, 255, 255, 0.20) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 0px 1px #F57C00, 0px 3px 0px 1px #F57C00, 0px 4px 8px 0px #F57C00;
}

.exhibition__card-button:hover {
    background-color: #d97005;
}

.pb-80 {
    padding-bottom: 80px;
}

.mainVisits {
    display: block;
    padding-top: 180px;
}

.mainVisits .sect-title {
    margin-bottom: 16px;
}

.visit-blog {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.visit-blog h3 {
    color: rgba(255, 255, 255, 0.80);
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
    max-width: 780px;
}

.visit-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 40px;
}

.visit-list-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.visit-list-item-rest .visit-img, .visit-list-item-rest .visit-desc, .visit-list-item-rest .visit-icon:last-child {
    display: none;
}

.visit-list-item-rest .visit-wrap {
    border-radius: 12px;
    padding-bottom: 65px;
}

.visit-list-tours {
    grid-template-columns: repeat(2, 1fr);
}

.visit-list-tours .visit-wrap, .visit-list-tours .visit-img img {
    max-width: 100%;
}

.visit-img {
    height: 231px;
}

.visit-img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
    max-width: 390px;
}

.visit-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 0px 0px 12px 12px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(35px);
    padding: 16px;
    position: relative;
    padding-bottom: 90px;
    max-width: 390px;
}

.visit-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}

.visit-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    color: rgba(255, 255, 255, 0.70);
    max-height: 100px;
    font-weight: 400;
    font-size: 14px;
}

.visit-flex {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    left: 16px;
    bottom: 16px;
    right: 16px;

}

.visit-flex a {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background-color: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 11px 39px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    align-items: center;
    max-height: 44px;
}

.visit-flex a:first-child {
    margin-right: 8px;
}

.visit-flex a img {
    margin-right: 8px;
}

.tour-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.tour-popup.open {
    display: flex;
}

.tour-popup-content {
    background: rgba(15, 4, 78, 0.5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 35px 50px;
    width: 1280px;
    max-height: 95%;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tour-popup-close {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 32px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #fff;
}

.tour-popup-title {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 8px 0;
    opacity: .8;
}

.tour-popup-subtitle {
    font-size: 24px;
    color: #fff;
    opacity: .8;
    font-weight: 500;
    margin: 8px 0 0 0;
}

.tour-popup-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 10px 0 20px 0;
    list-style: none;
}

.tour-popup-list li {
    font-size: 14px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    width: 100%;
    text-align: center;
    padding: 12px 22px;
    border-radius: 16px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tour-duration {
    margin: 10px 0;
}

.tour-popup-content a {
    text-decoration: underline;
}

.tour-popup-brief, .tour-popup-desc {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    opacity: .8;
    line-height: 38px;
}

.tour-popup-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.tour-popup-img {
    width: 100%;
    height: 400px;
}

.tour-popup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.visit-list-item-tour .visit-flex {
    display: none;
}

.visit-list-item-tour .visit-wrap {
    padding-bottom: 16px;
}

.visit-btn {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    width: 100%;
    text-align: center;
    padding: 12px 22px;
    border-radius: 16px;
    cursor: pointer;
}


@media (max-width: 1280px) {
    .exhibition {
        padding: 80px 24px;
    }

    .exhibition__title {
        font-size: 40px;
        line-height: 40px;
    }

    .exhibition__card-footer {
        flex-direction: column;
    }

    .exhibition__card-notice {
        width: 100%;
    }

    .visit-flex a {
        padding: 11px 39px;
    }
}

@media (max-width: 1180px) {
    .visit-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .die .white-wrap {
        padding: 16px;
    }

    .die .white-wrap h2.sect-title b {
        font-size: 24px;
    }

    .white-wrap p {
        margin-bottom: 16px;
    }

    .exhibition {
        padding: 60px 16px;
    }

    .exhibition__title {
        font-size: 32px;
        line-height: 32px;
    }

    .exhibition__card {
        padding: 16px;
        display: block;
    }

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

    .exhibition__card-content {
        padding: 12px 0 0;
    }

    .exhibition__card-title {
        font-size: 24px;
        line-height: 24px;
    }

    .exhibition__card-description,
    .exhibition__card-notice p {
        font-size: 16px;
        line-height: 20px;
    }

    .visit-wrap {
        padding: 12px;
        padding-bottom: 80px;
    }

    .visit-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .visit-flex a {
        padding: 11px 39px;
    }
}

.tickets-new__price--active span.tickets-new__price-amount {
    opacity: 1;
    text-decoration-line: unset;
}

.tickets-new__price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.tickets-new__price--active {
    background: #ffffff;
}

.tickets-new__price--active .tickets-new__price-amount,
.tickets-new__price--active .tickets-new__price-period {
    color: #000000;
}

.tickets-new__price-amount {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.tickets-new__price-period {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.tickets-new__button {
    padding: 16.5px 29px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;

    border-radius: 12px;
    background: #F57C00;
    box-shadow: 0px -4px 16px 4px rgba(245, 124, 0, 0.20), 0px 8px 8px 0px rgba(255, 255, 255, 0.20) inset, 0px -2px 2px 0px rgba(255, 255, 255, 0.20) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 0px 1px #F57C00, 0px 3px 0px 1px #F57C00, 0px 4px 8px 0px #F57C00;
}

.tickets-new__button:hover {
    background: #d97005;
}

.modal-content-inner ul {
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 13px;
}

div#myModalTwo .modal-content-inner {
    text-align: left;
}

div#myModalTwo .modal-content-inner svg {
    margin: 0;
}

div#awards .modal-content-inner {
    text-align: left;
}

div#awards .modal-content-inner svg {
    margin: 0;
}

.modal-content-inner ul li {
    margin-bottom: 12px;
}

.amo form {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

.amo h2 {
    margin-bottom: 20px;
}

.amo input:not([type='checkbox']),
.amo select,
.amo textarea {
    border: 1px solid #d0d5dd;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 10px;
}

.amo label {
    margin-bottom: 24px;
    display: block;
    flex: 1 1 0px;
}

.amo label span {
    display: block;
    margin-bottom: 6px;
    color: #344054;
    font-weight: 500;
    font-size: 14px;
}

.amo h3 {
    font-weight: 400;
    font-size: 20px;
    color: #667085;
    text-align: center;
    margin-bottom: 64px;
}

.amo .btn {
    width: 100%;
    height: 48px;
}

.amo label.checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
}

.amo label p {
    font-size: 14px;
    color: #667085;
    margin-top: 6px;
}

.amo label.checkbox span {
    margin: 0;
}

.half-form {
    display: flex;
    gap: 32px;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 120;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 24px;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
    border-radius: 12px;
    width: 400px;
    text-align: center;
    position: relative;
}

#myModalVideo .modal-content {
    max-width: 800px;
    width: 100%;
}

#myModalVideo .modal-content .modal-content-inner {
    display: flex;
    align-items: center;
    padding: 20px;
}

#myModalVideo .modal-content iframe {
    width: 100%;
    border-radius: 8px;
}

.modal-content svg {
    margin: 0 auto 20px;
}

/* The Close Button */
.close {
    color: #667085;
    float: right;
    font-size: 28px;
    position: absolute;
    right: 20px;
    top: 16px;
    line-height: 1;
}

.modal-content h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
}

.modal-content p {
    font-weight: 400;
    font-size: 14px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

section.bridge-carousel {
    background: #0F044E;
}

section.life {
    background: #0F044E;
    width: 100%;
    overflow: hidden;
    padding: 60px 32px 90px 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

section.life .projects-top {
    margin-top: 0;
    display: block;
}

section.life .projects-top h2 {
    text-align: center;
    color: white;
    font-size: 58px;
    font-weight: 700;
    line-height: normal;
}

section.life .slider__items {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

section.life .slider__items .slider__item {
    padding: 0;
}

section.life .slider__items .slider__item .slider__item-content {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

section.life .slider__items .slider__item .slider__item-content .slider-p {
    flex: 1;
}

section.life .slider__items .slider__item .slider__item-content .btn {
    margin-bottom: 23px;
    margin-left: 26px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

section.life .slide-btns {
    margin-top: 0;
}

section.life .slider-h {
    display: none;
}

section.life .slider-h1 {
    color: #fff;
    font-size: 20px;
}

.slider__item .btn {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    height: 40px;
    padding: 16.5px 29px;
    justify-content: center;
    align-items: center;
}

.projects {
    background: #0A0046;
}

.projects .projects-header {
    text-align: center;
    margin-bottom: 40px;
}

.projects .projects-header h2 {
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    color: white;
}

.projects .projects-header p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.80);
}

.projects-top {
    display: flex;
    justify-content: space-between;
    margin: 24px 20px 48px 20px;
}

.projects-top .btn {
    height: 48px;
    font-size: 16px;
    white-space: nowrap;
}

.projects-top p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #667085;
}

.projects-top h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
}

.projects .slider__item {
    display: flex;
}

.projects .slider__item {
    /* gap: 32px; */
    padding: 16px;
}

.slider__item-content {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    color: #fff;
    overflow: hidden;
}

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

.projects .slider__item img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.slider-img {
    position: relative;
    margin-bottom: 24px;
    max-height: 164px;
    overflow: hidden;
}

.slider-img img {
    position: relative;
    width: 100%;
}

.slider-h,
.slider-h1,
.slider-p {
    padding: 0 24px;
}

.slider-h1 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
}

.slider-p {
    color: rgba(255, 255, 255, 0.70);
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 24px;
}

.slider-h {
    color: #4369F0;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
}

.mob-nav .mobile-language {
    display: none;
}

@media (max-width: 1200px) {
    /* section.speakers ul {
        display: block;
    } */
    .header-btns .header-btn {
        display: none;
    }
}

@media (max-width: 875px) {

    /* .projects .slider__item {
        flex: 0 0 50%;
        max-width: 50%;
    } */
    section#Speakers {
        padding-top: 90px;
    }

    .mob-nav {
        display: block;
    }

    .mob-nav {
        position: fixed;
        left: 0;
        right: 0;
        top: -100%;
        bottom: 100%;
        overflow: auto;
        background-color: rgb(23, 24, 31);
        z-index: 10;
        /* opacity: 0; */
        color: #fff;
        transition: all .3s ease-in-out;
        display: none;
    }

    .mob-nav.opened {
        opacity: 1;
        top: 0;
        bottom: 0;
        z-index: 113;
        display: block;
    }

    .mob-nav-burger {
        display: block !important;
        margin-bottom: 50px;
        margin-right: 0;
    }

    .mob-nav-burger svg {
        width: 24px;
        height: 24px;
        margin-right: 0;
        display: block !important;
    }

    .mob-nav .mobile-language {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .mob-nav .mobile-language a {
        border-radius: 6.686px;
        background: rgba(255, 255, 255, 0.00);
        border: 1px solid #00B3D1;
        box-shadow: 0px 0.66861px 1.33721px 0px rgba(16, 24, 40, 0.05);
        height: 35px;
        width: 53px;
        display: flex;
        justify-content: center;
        font-size: 14px !important;
        padding: 5px;
        color: #00B3D1;
    }

    .mob-nav .mobile-language a:not(:first-child) {
        margin-left: 5px;
    }

    .mob-nav nav {
        padding-top: 28px;
        padding-right: 16px;
    }

    .mob-nav nav a {
        padding-right: 0;
        font-size: 20px !important;
    }

    .mob-nav a,
    .mob-nav .modal-btn {
        display: flex;
        padding: 12px 16px;
        font-weight: 500;
        font-size: 16px;
        align-items: center;
        justify-content: space-between;
    }

    .mob-nav .divider {
        border-bottom: 1px solid #595959;
        margin: 16px 0;
    }

    .mob-nav .header-btn {
        margin: 0 16px;
    }

    section.events li > div {
        width: 100%;
    }

    section.events li .left {
        order: 2;
    }

    section.events li {
        flex-wrap: wrap;
        gap: 24px;
        margin-top: 24px;
    }

    .footer-top h2 {
        font-size: 24px;
    }

    .burger {
        display: block;
        cursor: pointer;
    }


    .footer-top p {
        font-size: 16px;
        margin-bottom: 24px;
    }


    .footer-top {
        padding-bottom: 24px;
    }

    section.digital {
        background-size: 200px;
        background-position: center 44px;
    }

    section.digital h2 {
        font-size: 30px;
    }

    section.digital .container > p {
        font-size: 16px;
        margin-bottom: 24px;
    }

    header nav {
        display: none;
    }

    main h1 {
        font-size: 30px;
    }

    .bottom-btns {
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .footer-top {
        display: block;
    }

    main h1 {
        font-size: 30px;
    }

    .numbers ul {
        gap: 16px 33px;
    }

    .numbers ul span {
        font-size: 16px;
        margin: 0;
    }

    .numbers ul b {
        font-size: 28px;
    }

    .btn {
        height: 48px;
        font-size: 16px;
        padding: 0 16px;
    }

    .btno {
        height: 48px;
        font-size: 16px;
        padding: 0 16px;
    }

    .about-top,
    .contacts-top {
        gap: 16px;
    }

    .about-top > div,
    .contacts-top > div {
        flex: 1 1 0px;
    }

    .about-top p {
        font-size: 16px;
    }

    .about-top .right p {
        font-size: 16px;
    }

    section.about {
        padding: 48px 0;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    .d-flex .items {
        flex: 40%;
    }

    section.startup {
        padding: 64px 0;
    }

    .startup h2 {
        font-size: 40px;
    }

    .startup:before {
        right: 30%;
        z-index: 2;
    }

    .startup li span {
        font-size: 16px;
        line-height: 1;
    }

    .events .left::before {
        display: none;
    }
}

@media (max-width: 560px) {
    section#Amo iframe {
        height: 900px;
    }

    .modal-content {
        max-width: 90%;
    }

    .projects-top {
        display: block;
    }

    .projects .slider__item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    main {
        padding: 40px 0;
    }

    main h1 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    main p {
        font-size: 16px;
    }

    .main-btns {
        display: block;
    }

    .btn {
        display: flex;
        margin-bottom: 12px;
        height: 48px;
        font-size: 16px;
    }

    .btno {
        display: flex;
        margin-bottom: 12px;
        height: 48px;
        font-size: 16px;
    }

    main ul {
        display: block;
    }

    main ul li {
        margin: 0;
    }

    .numbers ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .numbers ul li {
        border: none;
    }

    .bottom-btns {
        display: block;
    }

    .about-top {
        display: block;
    }

    .about-top h2 b,
    .contacts-top h2 b {
        font-size: 30px;
        margin: 0;
        margin-bottom: 16px;
    }

    .about-top .left h2 span,
    .contacts-top .left h2 span {
        margin: 0;
        line-height: 1;
    }

    .about-top p {
        margin-bottom: 16px;
    }

    .about-top .right p {
        font-size: 16px;
        font-weight: 400;
    }

    iframe {
        height: 300px;
    }

    section {
        padding: 40px 0;
    }

    h2.sect-title {
        margin-bottom: 36px;
    }

    h2.sect-title b {
        font-size: 30px;
        line-height: 1;
        margin: 0;
    }

    h2.sect-title span {
        line-height: 1;
        margin: 0;
    }

    section.speakers ul {
        text-align: center;
    }

    section.speakers li img {
        margin: 0 auto 24px;
    }

    section.speakers ul h3 {
        font-size: 18px;
    }

    section.speakers ul h3 span {
        font-size: 16px;
    }

    .d-flex {
        display: block;
    }

    main {
        padding: 40px 0;
    }

    main h1 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    main p {
        font-size: 16px;
    }

    .main-btns {
        display: block;
    }

    .btn {
        display: flex;
        margin-bottom: 12px;
        height: 48px;
        font-size: 16px;
    }

    .btno {
        display: flex;
        margin-bottom: 12px;
        height: 48px;
        font-size: 16px;
    }

    main ul {
        display: block;
    }

    main ul li {
        margin: 0;
    }

    .numbers ul {
        grid-template-columns: repeat(2, 1fr);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .numbers ul li {
        border: none;
    }

    .bottom-btns {
        display: block;
    }

    .about-top {
        display: block;
    }

    .about-top h2 b,
    .contacts-top h2 b {
        font-size: 30px;
        margin: 0;
        margin-bottom: 16px;
    }

    .about-top .left h2 span,
    .contacts-top .left h2 span {
        margin: 0;
        line-height: 1;
    }

    .about-top p {
        margin-bottom: 16px;
    }

    .about-top .right p {
        font-size: 16px;
        font-weight: 400;
    }

    iframe {
        height: 300px;
    }

    section {
        padding: 40px 0;
    }

    h2.sect-title {
        margin-bottom: 36px;
    }

    h2.sect-title b {
        width: 375;
        font-weight: 700;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -1.16px;
        vertical-align: middle;
        text-align: left;
    }

    h2.sect-title span {
        line-height: 1;
        margin: 0;
    }

    section.speakers ul {
        text-align: center;
    }

    section.speakers li img {
        margin: 0 auto 24px;
    }

    section.speakers ul h3 {
        font-size: 18px;
    }

    section.speakers ul h3 span {
        font-size: 16px;
    }

    .d-flex {
        display: block;
    }

    .startup:after {
        display: block;
        position: static;
        height: 240px;
        z-index: 2;
    }

    .startup:before {
        display: none;
    }

    .startup .left {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .startup h2 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    section.startup {
        padding: 40px 0 0;
    }

    section.events li {
        flex-wrap: wrap;
        gap: 24px;
        margin-top: 24px;
    }

    section.events li img {
        width: auto;
        height: auto;
        border-radius: 50px;
    }

    section.events li .left {
        order: 2;
        margin: 0 -24px;
        width: auto;
        background: #f3f4f8;
    }

    .container {
        padding: 0 16px;
    }

    .events li h2 {
        font-size: 24px;
    }


    .events li svg, .events li .right img {
        margin-bottom: 12px;
    }

    .events li p {
        font-size: 16px;
    }

    .cta h2 {
        font-size: 24px;
    }

    .about-top,
    .contacts-top {
        display: block;
    }

    .slider__item h2 {
        font-size: 20px;
    }

    section.full {
        display: block;
    }

    .full-item {
        min-height: 280px;
    }

    .full-content {
        padding: 16px;
    }

    .full-content h2 {
        font-size: 16px;
    }

    section.partners .bottom-btns {
        text-align: center;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }

    .half-form {
        display: block;
    }
}

@media (min-width: 640px) and (max-width: 1200px) {
    .full .full-item .full-content {
        padding: 32px;
    }

    .full .full-item .full-content h2 {
        font-size: 18px;
    }

    main .main-inner {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 860px) and (max-width: 1060px) {
    section.events li {
        gap: 70px;
    }

    .events .btn {
        white-space: nowrap;
    }

    .numbers ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px 0;
    }

    .numbers ul li {
        padding-left: 5px;
        padding-right: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 14px;
    }

    .numbers ul li:nth-child(3n) {
        border: none
    }
}

@media (min-width: 640px) and (max-width: 860px) {
    .events .events-cards {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .events .events-card {
        width: 47%;
    }

    .events .events-card .events-card-img img {
        width: 100%;
    }

    .online .online-inner .left ul li {
        font-size: 16px;
        line-height: 20px;
    }

    .bridge-slider__item-img {
        height: 400px;
    }

    .speakers-title > span {
        position: unset;
        text-align: right;
        display: block;
    }

    .numbers ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px 0;
    }

    .numbers ul li {
        padding-left: 5px;
        padding-right: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 14px;
    }

    .numbers ul li:nth-child(3n) {
        border: none
    }
}

@media (min-width: 560px) and (max-width: 640px) {
    .bridge-slider__item-img {
        height: 400px;
    }

    .full .full-item .full-content {
        padding: 32px;
    }

    .full .full-item .full-content h2 {
        font-size: 16px;
    }

    .tickets .tickets-cards {
        flex-wrap: wrap;
    }

    .tickets .tickets-card {
        width: 100%;
    }

    .online .online-inner {
        flex-wrap: wrap;
    }

    .online .online-inner .left, .online .online-inner .right {
        width: 100%;
        max-width: 100%;
    }

    .events .events-cards {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .events .events-card {
        width: 47%;
    }

    .events .events-card .events-card-img img {
        width: 100%;
    }

    .online .online-inner .left ul li {
        font-size: 16px;
        line-height: 20px;
    }

    .speakers-title > span {
        position: unset;
        text-align: right;
        display: block;
    }

    main .main-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .numbers ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .numbers ul li {
        padding-left: 5px;
        padding-right: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 3px;
        width: 33%;
    }

    .numbers ul li:nth-child(3n) {
        border: none
    }
}

@media (max-width: 560px) {
    .bridge-slider__item-img {
        height: 280px;
    }

    .tickets .tickets-cards {
        flex-wrap: wrap;
    }

    .tickets .tickets-card {
        width: 100%;
    }

    .tickets .tickets-header h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .online .online-inner {
        flex-wrap: wrap;
    }

    .online .online-inner .left, .online .online-inner .right {
        width: 100%;
        max-width: 100%;
    }

    .events .events-cards {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .events .events-card {
        width: 100%;
    }

    .events .events-card .events-card-img img {
        width: 100%;
    }

    .events .events-card b {
        text-align: left;
        font-size: 30px;
        line-height: 38px;
        font-weight: 600;
    }

    .events .events-card span {
        text-align: left;
    }

    .events .events-card p {
        text-align: left;
    }

    .speakers-title > span {
        position: unset;
        text-align: right;
        display: block;
        text-align: center;
        margin-top: 12px;
    }

    .events-mobile-ul li {
        flex-wrap: wrap-reverse !important;
    }

    .events .events-wrap {
        padding-top: 64px;
    }

    .online .online-inner .left h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .online .online-inner .left p {
        font-size: 18px;
        line-height: 28px;
    }

    .online .online-inner .left ul li {
        font-size: 18px;
        line-height: 28px;
    }

    .online .online-inner .left ul {
        padding-right: 0;
    }

    .online .online-qr {
        flex-direction: column;
    }

    .online .online-qr-content {
        width: 100%;
    }

    .btn-youtube {
        width: 100%;
    }

    main {
        padding: 0;
    }

    main.mainBlock {
        justify-content: flex-start;
        /*background: #1d2939 url(../img/vid.gif) 100% center/cover no-repeat;*/
        min-height: 95vh;
    }

    main .main-inner {
        text-align: left;
        padding-bottom: 120px !important;
    }

    main.mainBlock .main-inner {
        /* padding-top: 113px */
    }

    main.mainBlock .main-inner .container {
        padding-left: 0;
        padding-right: 0;
    }

    main .main-inner p {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

    main.mainBlock .main-inner .main-text {
        font-size: 22px;
        letter-spacing: -0.88px;
        margin-top: 30px;
    }

    main.mainBlock .main-inner span {
        text-align: center;
        font-size: 18px;
        color: #fff;
    }

    main.mainBlock .main-inner p {
        text-align: left;
        font-size: 13px;
        margin-bottom: 0;
    }

    main.mainBlock .main-inner .main-text a {
        font-size: 14px;
        line-height: 30px;
        margin-top: 5px;
    }

    main.mainBlock .main-inner .main-subtitle {
        font-size: 13px;
        margin-bottom: 12px;
        margin-top: 30px;
    }

    main .main-logo {
        height: 60px;
    }

    main .main-logo svg {
        height: 100%;
    }

    main .main-inner span {
        font-size: 13px;
        margin-bottom: 24px;
        text-align: center;
    }

    .about-top .right {
        margin-top: 24px;
    }

    section.about {
        padding-top: 64px;
    }

    .about-top .right p {
        margin-bottom: 0;
    }

    .about-top .right p:not(:first-child) span {
        font-weight: 500;
    }

    section#Speakers {
        margin-top: 30px;
    }

    section.speakers ul {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    section.speakers ul li {
        width: 100%;
        height: 170px;
        border-radius: 8px;
        margin-bottom: 0;
    }

    section.speakers ul h3 {
        padding: 10px;
        text-align: left;
        font-size: 10px;
    }

    section.speakers ul h3 span {
        font-size: 9px;
        text-align: left;
        margin-top: 0;
    }

    iframe {
        height: 192px;
    }

    section.speakers li img {
        height: 170px;
        margin: 0;
        width: 100%;
        object-fit: cover;
        object-position: top;
        max-height: 170px;
        border-radius: 8px
    }

    section.speakers ul li::before {
        border-radius: 8px
    }

    .toggle::after {
        padding-bottom: 3px;
    }
}


.main-change-1 h1 {
    max-width: 600px;
    font-weight: 500;
    font-size: 74px;
    line-height: 60px;
    letter-spacing: -4px;
    vertical-align: middle;
    font-family: 'AkiraExpanded';
}

.main-change-1 h2 {
    max-width: 604px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.90);
}

@media (max-width: 480px) {
    .bridge-slider .slick-prev, .bridge-slider .slick-next {
        width: 24px;
        height: 24px;
    }

    .bridge-slider__item {
        padding: 0 40px;
    }

    .partners .btn {
        margin: 0 auto;
    }

    main {
        background-size: cover !important;
        background-position: center center !important;
    }

    .marquee-item {
        height: 36px;
        font-size: 16px;
        color: #D0D5DD;
    }

    .marquee {
        padding: 14px 0;
        bottom: 16px
    }

    .main-inner {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .online .online-inner .right .online-bg-desktop {
        display: none;
    }

    .online .online-inner .right .online-bg-mobile {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    section.online {
        padding-bottom: 0;
    }

    .online .container {
        padding: 0;
    }

    .online .online-inner .left {
        padding: 0 16px;
    }

}

@media (min-width: 481px) and (max-width: 560px) {
    main .main-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

}

.dropdown {
    position: relative;
    display: inline-block;
}

.guide {
    display: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 80px;
    max-width: 80px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
}

.dropBtn2 span {
    display: flex;
    align-items: center;
    gap: 8px;
}

#selected-lang span {
    text-transform: uppercase;
}

.dropdown-content a,
.language-change input {
    color: #00B3D1;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #0A0046;
    display: block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    transition: 0.2s;
    border: 1px solid #00B3D1;
    margin-top: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.dropdown-content a:hover,
.language-change input:hover {
    background-color: #00B3D1;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropBtn2 {
    color: white;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    background: transparent;
}

.akimat span {
    margin-left: 9px;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 1240px) {
    .guide .guide__icon {
        display: none;
    }
}

@media (max-width: 992px) {
    .guide .guide__app {
        margin-right: 20px;
    }

    .guide .guide__inner p {
        line-height: normal;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .guide {
        display: block;
    }

    .guide .guide__inner {
        height: auto;
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        padding-left: 115px;
        position: relative;
        padding-top: 12px;
        padding-bottom: 14px;
    }

    .guide .guide__inner::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 115px;
        height: 100%;
        background-image: url('../img/new/guide-mob.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom right;
    }

    .guide .guide__inner > div {
        margin-top: 16px;
    }

    .guide .guide__app {
        gap: 6px;
    }

    .guide .container {
        padding-left: 0;
    }

    .guide .guide__app a svg {
        width: 91px;
        height: 26px;
    }

    .guide .guide__inner p {
        font-size: 16px;
        padding-right: 20px;
    }

    .guide .guide__close {
        position: absolute;
        top: calc(50% - 15px);
        right: 0;
    }
}

.mob-app {
    background: #0A0046;
}

.mob-app .mob-app__inner {
    display: flex;
    border-radius: 24px;
    background: white;
    gap: 30px;
    color: #0A0046;
}

.mob-app .mob-app__inner .left, .mob-app .mob-app__inner .right {
    width: calc(50% - 15px);
}

.mob-app .mob-app__inner .right {
    padding-right: 36px;
}

.mob-app .mob-app__inner .right img {
    margin-top: -42px;
    height: calc(100% + 42px);
    object-fit: contain;
    object-position: bottom;
}

.mob-app .mob-app__inner .right .mob-app-bg-mob {
    display: none;
}

.mob-app .mob-app__inner .left {
    padding: 32px 32px 28px 32px;
    display: flex;
    flex-direction: column;
}

.mob-app .mob-app__inner .left .mob-app-title {
    color: #0A0046;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 16px;
}

.mob-app .mob-app__inner .left p {
    color: #0A0046;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.mob-app .mob-app__inner .left ul {
    margin-top: 16px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

.mob-app .mob-app__inner .left ul li {
    display: flex;
    align-items: center;
    color: #0A0046;
    font-size: 18px;
    font-weight: 500;
}

.mob-app .mob-app__inner .left ul li span {
    display: block;
    font-size: 17px;
}

.mob-app .mob-app__inner .left ul li:not(:first-child) {
    margin-top: 8px;
}

.mob-app .mob-app__inner .left ul li img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}

.mob-app .mob-app__inner .mob-app-qr {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.mob-app .mob-app__inner .mob-app-qr img {
    width: 110px;
    height: 110px;
    margin-right: 24px;
}

.mob-app .mob-app__inner .mob-app-qr p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.8;
    color: #0A0046;
}

.mob-app .mob-app__inner .mob-app-qr > div div {
    display: flex;
    gap: 19px;
}

.mob-app .mob-app__inner .mob-app-qr > div {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.mob-app .mob-app__inner .mob-app-qr div a svg {
    width: 135px;
}

#myHeader {
    background: #0A0046 !important;
}

@media (max-width: 880px) {
    .mob-app .mob-app__inner {
        flex-direction: column;
        gap: 20px;
    }

    .mob-app .mob-app__inner .left, .mob-app .mob-app__inner .right {
        width: 100%;
    }

    .mob-app .mob-app__inner .left {
        text-align: center;
    }

    .mob-app .mob-app__inner .left .mob-app-title {
        font-size: 24px;
    }

    .mob-app .mob-app__inner .left > p {
        font-size: 18px;
    }

    .mob-app .mob-app__inner .left > p2 {
        font-size: 16px;
    }

    .mob-app .mob-app__inner .left ul li {
        font-size: 16px;
    }

    .mob-app .mob-app__inner .mob-app-qr img {
        display: none;
    }

    .mob-app .mob-app__inner .mob-app-qr > div div {
        display: none;
    }

    .mob-app .mob-app__inner .mob-app-qr p {
        text-align: center;
        width: 100%;
    }

    .mob-app .mob-app__inner .mob-app-qr > div {
        width: 100%;
    }

    .mob-app .mob-app__inner .right img {
        margin-top: 0;
        height: auto;
        width: 100%;
    }

    .mob-app .mob-app__inner .right {
        padding-right: 17px;
    }

    .mob-app .mob-app__inner .left {
        padding: 24px 16px 0 16px;
    }

    .mob-app .mob-app__inner .right .mob-app-bg-mob {
        display: block;
    }

    .mob-app .mob-app__inner .right .mob-app-bg-desktop {
        display: none;
    }

    .mob-app .mob-app__inner .left ul li {
        text-align: left;
    }

    .mob-app .mob-app__inner .mob-app-application {
        display: flex !important;
        padding: 0 16px 32px 16px;
        gap: 16px;
        justify-content: center;
        margin-right: -17px;
    }
}


@media (max-width: 640px) {
    .bottom-btns .btn:not(:first-child) {
        margin-left: 0;
    }

    section.life .slider__items {
        flex-direction: column;
        display: block;
    }

    section.life .slider__items .slider__item {
        max-width: 100%;
    }

    section.life .slider__items .slider__item:not(:first-child) {
        margin-top: 30px;
    }

    section.life .projects-top h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .bridge-slider .slick-dots {
        padding-left: 0;
    }

    section.life {
        border-top: 1px solid rgba(255, 255, 255, 0.80);
    }

    section.bridge-carousel {
        border-top: 1px solid rgba(255, 255, 255, 0.80);
    }

    section.partners .bottom-btns {
        margin-bottom: 0;
    }

    .partners .bottom-btns a {
        margin-bottom: 18px;
        padding: 8px;
        height: 55px;
    }

    .partners .bottom-btns a span a {
        margin-bottom: 0;
    }

    .partners .bottom-btns a img {
        max-width: 250px;
        max-height: 55px;
        object-fit: contain;
        object-position: center center;
    }

    .mob-app {
        padding-top: 18px;
        padding-bottom: 40px;
    }

    .mob-app .mob-app__inner {
        border-radius: 4px;
    }

    .tickets .tickets-card {
        width: 100%;
        border-radius: 4px;
        padding: 30px 20px;
    }

    .tickets .tickets-card:not(:first-child) {
        margin-top: 40px;
    }

    .tickets .tickets-card .btn {
        width: 100%;
        border-radius: 4px;
    }

    .tickets .tickets-card ul p {
        margin-left: -20px;
    }

    .tickets .tickets-card span {
        text-align: center;
        font-size: 30px;
    }

    .tickets .tickets-card p {
        text-align: center;
        font-size: 30px;
        justify-content: center;
        line-height: normal;
    }

    section.tickets h2.sect-title {
        margin-bottom: 20px;
    }

    section.full-top {
        padding: 0 0 20px 0;
    }

    .events .events-cards {
        padding-left: 10px;
        padding-right: 10px;
    }

    .events .events-card {
        width: calc(50% - 8px) !important;
        margin-bottom: 8px;
    }

    .events .events-card:not(:first-child) {
        margin-left: 0;
    }

    .events .events-card b {
        margin-top: 9px;
        text-align: center;
    }

    .events .events-card span {
        text-align: center !important;
        font-size: 10px;
    }

    .events .events-card p {
        font-size: 8px !important;
        text-align: center !important;
        margin-bottom: 9px;
    }

    .events .events-card .events-card-img img {
        height: 55px;
    }

    .events .events-wrap .bottom-btns {
        display: none;
    }

    .events-main::after {
        display: none;
    }

    .events-main-inner {
        min-height: auto;
        padding: 50px 0;
    }

    .events-main-inner div h2 {
        font-size: 30px;
    }

    .events-main-inner div p {
        margin-top: 20px;
    }

    .events-main-inner div p {
        font-size: 18px;
    }

    section.speakers ul li:not(:nth-child(3n)) {
        margin-right: 0;
    }

    section.speakers ul {
        display: block;
    }

    section.speakers ul li {
        padding: 25px 16px !important;
        flex: 1;
        width: 100%;
    }

    section.speakers li img {
        width: 52px !important;
        height: 52px !important;
        border-radius: 100%;
    }

    section.speakers ul h3 {
        margin-top: 9px;
        padding-top: 0 !important;
        text-align: center;
    }

    section.speakers ul h3 span {
        text-align: center !important;
        font-size: 8px;
        margin-top: 4px;
    }

    section.speakers .speakers-inner .bottom-btns {
        margin-top: 40px;
    }

    section.speakers .sect-title {
        margin-bottom: 20px !important;
    }

    section#Speakers {
        padding-top: 40px;
        margin-top: 0;
    }

    .about .about-header h2 b {
        font-size: 30px;
    }

    .about .about-inner .about-top {
        margin-top: 140px;
    }

    .about-top .left {
        width: 100%;
    }

    .about-top .right {
        width: 100%;
        margin-top: 50px;
    }

    .about-top .right p a {
        font-size: 18px;
        margin-top: 20px;
    }

    .about-top .right p:not(:first-child) {
        margin-top: 20px;
    }

    .mob-nav {
        background: linear-gradient(196deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.79) 63.14%, rgba(0, 0, 0, 0.43) 84.66%, rgba(0, 0, 0, 0.22) 94.2%, rgba(0, 0, 0, 0.00) 100%) !important;
    }

    .mob-nav nav a {
        font-size: 20px !important;
    }

    header .burger svg {
        width: 24px;
        height: 24px;
    }

    .events-slider .events-slider-inner h2 {
        font-size: 30px;
        width: 100%;
    }

    .events-slider .events-slider-inner ul {
        margin-top: 20px;
        padding-left: 0;
    }

    section.events li {
        margin-top: 5px;
        gap: 0;
    }

    .events-slider .events-slider-inner {
        justify-content: flex-start;
    }

    #myHeader .options.opened {
        display: block !important;
    }

    .mob-nav-burger {
        display: none;
    }
}

@media (min-width: 581px) and (max-width: 699px) {
    .events .events-card:not(:first-child) {
        margin-left: 0;
    }

    .events .events-card {
        margin-bottom: 16px;
        width: calc(50% - 8px);
    }

    h2.sect-title b {
        font-size: 38px !important;
    }

    .tickets .tickets-card:not(:first-child) {
        margin-top: 24px;
    }

    .partners .bottom-btns {
        margin-bottom: 0;
        justify-content: center;
    }

    .partners .bottom-btns a {
        margin-bottom: 16px;
    }

    section.life .slider__items {
        flex-direction: column;
    }

    section.life .slider__items .slider__item {
        max-width: 100%;
    }

    section.life .slider__items .slider__item:not(:first-child) {
        margin-top: 24px;
    }

    section.life .slider__items .slider__item .slider-img {
        width: 100%;
    }

    .partners .bottom-btns a:not(:first-child) {
        margin-left: 0;
    }

    .partners .bottom-btns a {
        margin-right: 10px;
    }

    .tickets .tickets-cards {
        flex-direction: column;
    }

    .tickets .tickets-card {
        width: 100%;
    }

    .events-main::after {
        display: none;
    }

    .events-main-inner {
        min-height: auto;
    }

    section.speakers ul li:not(:nth-child(3n)) {
        margin-right: 0
    }

    section.speakers ul {
        justify-content: space-between;
    }

    section.speakers ul li {
        width: calc(50% - 12px) !important;
    }

    .numbers .bottom-btns {
        justify-content: center;
    }

    .about-top {
        margin-top: 150px;
        flex-direction: column;
        gap: 0;
    }

    .about-top .left, .about-top .right {
        width: 100%;
    }

    .about-top .right a {
        margin-top: 20px;
    }

    .about-top .right {
        margin-top: 20px;
    }

    .bottom-btns {
        justify-content: center;
    }

    section.events {
        padding-bottom: 0;
    }

    section.life .projects-top h2, .projects .projects-header h2 {
        font-size: 38px;
    }

    section.projects {
        padding-top: 60px;
    }

    .projects .projects-slider > div {
        padding-left: 80px;
        padding-right: 80px;
    }

    .projects .projects-sliders .left-slider {
        left: 10px !important;
    }

    .projects .projects-sliders .right-slider {
        right: 10px !important;
    }

    .mob-nav {
        background: linear-gradient(196deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.79) 63.14%, rgba(0, 0, 0, 0.43) 84.66%, rgba(0, 0, 0, 0.22) 94.2%, rgba(0, 0, 0, 0.00) 100%) !important;
    }
}

@media (min-width: 700px) and (max-width: 992px) {
    .events .events-card:not(:first-child) {
        margin-left: 0;
    }

    .events .events-card {
        margin-bottom: 16px;
        width: calc(50% - 8px) !important;
    }

    .events .events-cards {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    h2.sect-title b {
        font-size: 38px !important;
    }

    .partners .bottom-btns {
        margin-bottom: 0;
        justify-content: center;
    }

    .partners .bottom-btns a {
        margin-bottom: 16px;
    }

    section.life .slider__items {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /* section.life .slider__items .slider__item {
        max-width: calc(50% - 12px);
    } */
    section.life .slider__items .slider__item {
        margin-bottom: 24px;
    }

    section.life .slider__items .slider__item .slider-img {
        width: 100%;
    }

    .partners .bottom-btns a:not(:first-child) {
        margin-left: 0;
    }

    .partners .bottom-btns a {
        margin-right: 10px;
    }

    .tickets .tickets-card p {
        font-size: 38px !important;
        line-height: normal !important;
    }

    .tickets .tickets-card span {
        font-size: 38px;
    }

    .events-main-inner div {
        width: 100%;
        margin-left: 0;
    }

    .events-main::after {
        display: none;
    }

    .events-main-inner {
        min-height: auto;
    }

    section.speakers ul li:not(:nth-child(3n)) {
        margin-right: 0
    }

    section.speakers ul {
        justify-content: space-between;
    }

    section.speakers ul li {
        width: calc(50% - 12px) !important;
    }

    .numbers .bottom-btns {
        justify-content: center;
    }

    .about-top {
        margin-top: 150px;
        flex-direction: column;
        gap: 0;
    }

    .about-top .left, .about-top .right {
        width: 100%;
    }

    .about-top .right a {
        margin-top: 20px;
    }

    .about-top .right {
        margin-top: 20px;
    }

    .bottom-btns {
        justify-content: center;
    }

    section.events {
        padding-bottom: 0;
    }

    section.life .projects-top h2, .projects .projects-header h2 {
        font-size: 38px;
    }

    section.projects {
        padding-top: 60px;
    }

    .projects .projects-slider > div {
        padding-left: 80px;
        padding-right: 80px;
    }

    .projects .projects-sliders .left-slider {
        left: 10px !important;
    }

    .projects .projects-sliders .right-slider {
        right: 10px !important;
    }

    .mob-nav {
        background: linear-gradient(196deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.79) 63.14%, rgba(0, 0, 0, 0.43) 84.66%, rgba(0, 0, 0, 0.22) 94.2%, rgba(0, 0, 0, 0.00) 100%) !important;
    }
}

@media (min-width: 993px) and (max-width: 1180px) {
    section.life .slider__items {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /* section.life .slider__items .slider__item {
        max-width: calc(50% - 12px);
    } */
    section.life .slider__items .slider__item {
        margin-bottom: 24px;
    }

    section.life .slider__items .slider__item .slider-img {
        width: 100%;
    }

    .events-main::after {
        display: none;
    }

    .events-main-inner div {
        width: 100%;
        margin-left: 0;
    }

    .events-main-inner {
        min-height: auto;
    }
}

@media (max-width: 1100px) {
    .events-slider .events-slider-inner p {
        font-size: 16px !important;
        line-height: 24px;
    }

    .events-sliders .right-slider {
        top: auto !important;
        bottom: 16px !important;
        right: 10px !important;
        z-index: 2;
    }

    .events-sliders .left-slider {
        top: auto !important;
        bottom: 16px !important;
        left: 10px !important;
        z-index: 2;
    }

    .events-slider .events-slider-inner {
        overflow: auto !important;
    }
}

.event-slider-right-button {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.email-icon {
    width: 48px;
    height: 48px;
}

@media (max-width: 767px) {
    .email-icon {
        width: 48px;
        height: 48px;
    }


}

@media (min-width: 1280px) and (max-width: 1380px) {
    .events-sliders .left-slider {
        left: 16px;
    }

    .events-sliders .right-slider {
        right: 16px;
    }

    .events-slider .events-slider-inner {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1101px) and (max-width: 1279px) {
    .events-sliders .left-slider {
        left: 16px;
    }

    .events-sliders .right-slider {
        right: 16px;
    }

    .events-slider .events-slider-inner {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.span {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.70);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.ticket-form {
    padding: 120px 0;
    display: flex;
    justify-content: center;
}

.ticket-form__container {
    max-width: 728px;
    width: 100%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ticket-form__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ticket-form__back {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.ticket-form__back-text {
    color: #c3c8e6;
    font-size: 20px;

}

.ticket-form__title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 56px;
    line-height: 50px;
    color: #ffffff;
}

#freedom {
    width: 100%;
    height: 500px;
    display: block;
}

.freedom-sec {
    display: none;
}

.freedom-sec section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.freedom-body {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(16px);
    display: flex;
    max-width: 728px;
    padding: 40px;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
    width: 100%;
}

/* Loader container */
.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite; /* Spin animation */
    margin: 20px auto; /* Center the loader */
}

/* Spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.freedom-loader {
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.freedom-loader .loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 140px;
}

.freedom-loader iframe {
    position: relative;
    z-index: 10;
}

fieldset#ticketSections {
    border: none;
    padding: 0;
}

.hidden {
    display: none;
}

.payment-method {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    width: 100%;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd; /* Light gray border */
    border-top: 5px solid #F14635; /* Red top border */
    border-radius: 50%;
    animation: spin 1s linear infinite; /* Spin animation */
}

/* Spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.payment-method__form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 40px;
    max-width: 728px;
    width: 100%;
    gap: 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.activate_ticket {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    color: #C3C8E6;
}

.activate_ticket p a {
    text-decoration: underline;
}

.activate_ticket p span {
    color: #fff;
}

.kaspi-qr-body {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 40px;
    max-width: 728px;
    width: 100%;
    gap: 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.kaspi-qr {
    display: none;
}

.kaspi-qr-content {
    border-radius: 12px;
    background: #FFF;
    max-width: 280px;
    margin: 0 auto;
    color: #000;
    display: flex;
    padding: 24px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

.kaspi-scan {
    display: none;
}

.kaspi-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.payment-method__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 24px 0;
    width: 100%;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.payment-method__subtitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.payment-method__back {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    cursor: pointer;
}

.payment-method__back-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-method__back-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #c3c8e6;
}

.payment-method__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 50px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin: 0;
}

.payment-method__delivery {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.payment-method__option-block {
    display: flex;
    flex-direction: row;
    padding: 16px;
    width: 100%;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    cursor: pointer;
}

.kaspi-qr-body .ticket-form__title {
    letter-spacing: -1.68px;
}

div#qrCode {
    padding: 10px;
    background: #fff;
}

.kaspi-qr-content h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.payment-method__option-block--active {
    border: 1px solid #00b3d1;
}

.payment-method__option {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 24px;
    height: 24px;
    gap: 8px;
}

.payment-method__radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.payment-method__control {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-method__control--active {
    background-color: #0a0046;
    border: 1px solid #00b3d1;
}

.payment-method__radio-inner {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #00b3d1;
}

.payment-method__wrap {
    display: flex;
    flex-direction: column;
    width: 580px;
}

.payment-method__option-title {

    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
}

.payment-method__option-title img {
    height: 34px;
    margin-top: -5px;
}

.payment-method__option-description {

    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    margin: 0;
}

.payment-method__divider {
    width: 100%;
    height: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
}

.payment-method__submit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16.5px 29px;
    width: 100%;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0a0046;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.payment-method__submit:hover {
    background-color: #f0f0f0;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .payment-method {
        padding: 40px 20px;
    }

    .payment-method__form {
        width: 100%;
        max-width: 728px;
    }
}

@media (max-width: 768px) {
    .payment-method__form {
        padding: 20px;
    }

    .payment-method__title {
        font-size: 40px;
        line-height: 40px;
    }
}

.ticket-form__header {
    width: 100%;
}

section.payment-method .ticket-form__submit {
    display: block;
    max-width: 100%;
}

.ticket-form__notice {
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

.ticket-form__link {
    color: #00b3d1;
    text-decoration: none;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

h2.ticket-form__subtitle {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 28.8px */
    letter-spacing: -2.24px;
    color: #fff;
    margin-bottom: 24px;
    margin-top: 24px;
}

.ticket-form__section:first-child h2.ticket-form__subtitle {
    margin-top: 0;
}

input, textarea, select {
    -webkit-appearance: none; /* Removes default Safari styling */
    -moz-appearance: none; /* Removes default Firefox styling */
    appearance: none;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    display: block;
    color: #fff;
    font-size: 14px;
    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #00b3d1 !important; /* Digital Bridge blue color */
    box-shadow: 0 0 0 2px rgba(0, 179, 209, 0.2); /* Subtle glow effect */
}


input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.30)
}

.form-field__label {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;

}

.form-field__input {
    position: relative;
}


.form-field__icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.ticket-form__divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
}

.ticket-form__submit {
    align-self: center;
    padding: 16.5px 29px;
    background: #ffffff;
    border-radius: 8px;
    border: none;
    color: #0a0046;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ticket-form__submit {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #fff;
}

section.success-sec {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-block {
    color: #fff;
    max-width: 536px;
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(16px);
}

.success-block p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    color: #C3C8E6;
}

.success-block p a {
    text-decoration: underline;
}

.success-block span {
    color: #fff;
}

.success-block h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 36px */
    letter-spacing: -1.2px;
}

.success-block h3 {
    font-size: 18px;
    font-weight: 400;
}

.ticket-form__qr img {
    border-radius: 6px;
}

.success--block {
    display: none;
}

option {
    color: #000; /* Dark gray text */
}

.ticket-form__submit:hover {
    background: rgba(255, 255, 255, 0.30);
}

.kaspi-qr-reject {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.kaspi-qr-reject .ticket-form__submit {
    width: initial !important;
}

.kaspi-qr-reject h5 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 36px */
    letter-spacing: -1.2px;
}

.freedom-error-message {
    display: none;
    color: red;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.kaspi-qr-reject-block {
    display: none;
}

button.ticket-form__submit:disabled {
    opacity: 0.5;
}

.kaspi-qr-reject p {
    color: #C3C8E6;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.error, .promo-error {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.promo-error {
    color: #F00000;
    display: none;
}

@media (max-width: 1024px) {
    .ticket-form {
        padding: 40px 20px;
    }

    .ticket-form__container {
        width: 100%;
        max-width: 728px;
    }
}

@media (max-width: 768px) {
    .ticket-form__container {
        padding: 20px;
    }

    .exhibition__cards {
        flex-direction: column;
    }

    .list-top {
        flex-direction: column;
    }


    .ticket-form__title {
        font-size: 40px;
        line-height: 40px;
    }

    .about-inn {
        flex-direction: column;
        gap: 48px;
    }

    .about-inn .right {
        order: 1;
    }

    .about-inn .left {
        order: 2;
    }

    section.about-b h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 32px */
        letter-spacing: -0.96px;
    }

    .numbers ul li {
        border: none;
        flex: 1;
        width: 50%;
        flex-shrink: 0;
        min-width: 40%;
    }

    .list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section.full {
        display: block;
    }

    .full-item {
        padding: 25px;
    }

    .tickets-new__banner {
        width: 95%;
        flex-wrap: wrap;
        gap: 24px;
    }

    section#Buy_Ticket {
        padding: 20px;
    }

    .tickets-new__cards {
        flex-direction: column;
    }

    .tickets-new__card {
        width: 100%;
    }

    section.ticket-form {
        margin-top: 80px;
    }

    .ticket-form__container {
        gap: 16px;
    }

    .payment-method {
        margin-top: 80px;
    }

    .freedom-body {
        max-width: 90%;
    }

    .tickets-new__content {
        padding: 0;
    }

    .exhibition__content {
        padding: 0;
    }

    .phone-mockup {
        display: none;
    }

    section.numbers {
        text-align: center;
    }

    section.numbers, section {
        padding: 40px 0;
    }

    section.numbers h2 {
        font-size: 32px;
        margin-bottom: 32px;
    }
}

div#timer {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 0 3px #03444f;
}

@media (max-width: 767px) {

    .main-change-1 h1 {
        font-size: 34px;
        line-height: 44px;
        letter-spacing: -4px;
        margin: 0 0;
    }

    .main-change-1 h2 {
        font-size: 18px;
        font-weight: 500;
    }

    .main-change-1 {
        /* align-items: center; */
        gap: 16px;
    }
}

.industry {
    background: url('../img/industry_back.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
}

.silkway {
    background: #0F044E;
}

.section_aiweek {
    background: #0F044E;
}

.industry_main {
    display: flex;
    align-items: center;
    gap: 50px;
}

.section_aiweek .industry_main {
    flex-direction: row-reverse;
}

.industry_image {
    width: 100%;
}

.industry_image img {
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.silkway img {
    border-radius: 40px;
}

.industry_info {
    width: 100%;
}

.industry_title {
    font-weight: bold;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 35px;
}

.industry_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    opacity: .8;
}

.section_aiweek .industry_text {
    margin-bottom: 28px;
}

.industry_sale {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
    width: 100%;
}

.industry_style {
    font-size: 32px;
    font-weight: 500;
}

.industry_subsubtitle {
    font-size: 24px;
    font-weight: 400;
    opacity: .8;
}

.industry_fund {
    margin: 30px 0;
}

.industry_fund_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-top: 20px;
}

.industry_fund_item {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 12px 0;
}

.industry_fund_item_text {
    font-size: 24px;
    font-weight: 500;
}

.industry_fund_item_title {
    font-size: 14px;
    font-weight: 400;
}

.industry_topics_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.industry_topics_item {
    background-color: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 12px;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.industry_topics_item::before {
    content: url('../img/industry.svg');
    margin-bottom: -8px;
}

.industry_topics_wrapper > :last-child:nth-child(3n + 1) {
    grid-column: 1 / -1;
}

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

    .industry_topics_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .industry_title {
        font-size: 36px;
        margin-bottom: 20px;
        line-height: 44px;
    }

    .industry_subsubtitle {
        font-size: 20px;
    }

    .industry_style {
        font-size: 26px;
    }

    .industry_fund_wrapper {
        gap: 5px;
    }

    .industry_fund_item_text, .industry_subsubtitle {
        font-size: 18px;
    }

    .industry_topics_wrapper {
        gap: 10px;
    }

    .industry_topics_item_title {
        font-size: 14px;
    }
}

.aiweek {
    background-color: #0A0046;
    color: #fff;
    padding-top: 180px;
}

.aiweek_container {
    display: flex;
    gap: 35px;
}

.aiweek_dates {
    position: sticky;
    z-index: 111;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 230px;
    max-width: 230px;
}

.aiweek_dates.fixed {
    position: fixed;
    z-index: 100;
    top: 110px;
}

.aiweek_date {
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.05);
    font-weight: 500;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.80);
    padding: 24px 0;
    width: 100%;
    border-radius: 24px;
    cursor: pointer;
}

.aiweek_date.active {
    font-weight: 500;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.80);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 24px 0;
    width: 100%;
    border-radius: 24px;
}

.aiweek_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.aiweek_container {
    display: flex;
    gap: 20px;
}

.aiweek_dates-wrapper {
    min-width: 230px;
    max-width: 230px;
}

.aiweek_dates {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: .3s;
}

.aiweek_dates.fixed {
    position: fixed;
    top: 110px;
    width: 230px;
    z-index: 100;
    transition: all .3s;
}

.aiweek_item_name {
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
    font-weight: 500;
}

.aiweek_item_text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}

.aiweek_item_items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, auto));
    gap: 12px;
    align-items: center;
    width: 100%;
    margin: 12px 0;
}

.aiweek_item_time,
.aiweek_item_info,
.aiweek_item_tags {
    width: 100%;
    text-align: center;
    padding: 8px 0;
    border-radius: 12px;
}

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

.aiweek_item .transparent-button {
    width: 100%;
}

.aiweek_tags {
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.aiweek_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.aiweek_item {
    background-color: rgba(255, 255, 255, 0.10);
    padding: 30px;
    border-radius: 20px;
}

.aiweek_item_items div {
    background-color: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.10);

}


.aiweek_title h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -3px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    margin: 15px 0;
}

.aiweek_title p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
    max-width: 780px;
}

.aiweek_date:nth-child(2) {
    display: none;
}

.aiweek_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.aw_time {
    background-image: url('../img/aw_time.svg');
}

.aw_place {
    background-image: url('../img/aw_place.svg');
}

.aw_entertainment {
    background-image: url('../img/aw_entertainment.svg');
}

.aw_ed {
    background-image: url('../img/aw_ed.svg');
}

.aw_it {
    background-image: url('../img/aw_it.svg');
}

.aw_media {
    background-image: url('../img/aw_media.svg');
}

.aw_space {
    background-image: url('../img/aw_space.svg');
}


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

    .aiweek_dates {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .aiweek_dates-wrapper {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .aiweek_title {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .aiweek_date, .aiweek_date.active {
        font-size: 18px;
        padding: 12px 0;
        border-radius: 12px;
    }

    .aiweek_dates {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .aiweek_item_text {
        font-size: 16px;
        line-height: 24px;
    }

    .aiweek_item_items {
        flex-direction: column;
    }
}


.event-row {
    display: flex;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    margin-bottom: 24px;
    padding: 32px;
    gap: 32px;
}

.event-row__left {
    flex: 0 0 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-row__logo {
    width: 120px;
    height: auto;
    display: block;
}

.event-row__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.event-row__title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.event-row__desc {
    font-size: 18px;
    color: #fff;
    opacity: 0.9;
}

.event-row__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.event-row__tag {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 15px;
    font-weight: 400;
}

@media (max-width: 700px) {
    .event-row {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        gap: 16px;
    }

    .event-row__left {
        justify-content: flex-start;
        margin-bottom: 8px;
    }

    .event-row__logo {
        width: 90px;
    }

    .event-row__title {
        font-size: 18px;
    }

    .event-row__desc {
        font-size: 15px;
    }
}

.partners-b {
    padding: 80px 0 80px 0;
    background: #fff;
    text-align: center;
    position: relative;
}

.partners-b .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.partners-b .partners-sect-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 32px;
    color: #000;
    text-align: center;
}

.partners-b-items {
    overflow: hidden;
    width: 100%;
}

.marquee-track {
    display: flex;
    gap: 50px;
    flex-wrap: nowrap;
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}

.marquee-track {
    display: flex;
    /* flex-shrink: 0;
    animation: marquee 30s linear infinite; */
}

/*
.marquee-track--right {
  animation: marquee-right 30s linear infinite;
} */

/* @keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
} */


.partners-marquee--info {
    bottom: 0px;
}

.partners-marquee marquee {
    width: 100%;
}

.partners-b-items .item {
    flex: 0 1 12%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    min-width: 180px;
}

.partners-b-items .item img {
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    transition: transform 0.2s;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.partners-marquee {
    width: 100%;
    margin-top: 50px;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    column-gap: 45px;
}

.partners-b .comtainer {
    overflow: visible !important;
}

.partners-freedom {
    margin-bottom: 50px;
}

.partners-freedom .partners-block-title {
    font-size: 24px;
}

.partners-freedom .partners-b-items .item {
    min-width: 240px;
}

.partners-freedom {
}

.partners-block-title {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 500;
}

.partners-marquee .partners-block-title {
    font-size: 24px;
    font-weight: 600;
}

.partners-b-items {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center; /* центруем оба трека по вертикали */
}

.marquee-track {
    position: absolute;
    top: 0%;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    will-change: transform;
    transform: translateY(-50%); /* центрируем по вертикали */
}

.marquee-track .item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 130px;
    min-width: 130px;
    max-height: 90px;
}

.marquee-track .item:last-child {
    padding-right: 50px;
}

/* На всякий случай глушим любые старые CSS-анимации */
.marquee-track--left,
.marquee-track--right {
    animation: none !important;
}


/* Картинки — не кликабельны и не дёргаются */
.marquee-track img {
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

@media (max-width: 1100px) {
    .partners-b-items .item {
        flex: 0 1 18%;
        min-width: 100px;
    }

    .partners-b-items {
        gap: 28px 16px;
    }
}

@media (max-width: 900px) {
    .partners-b-items .item {
        flex: 0 1 22%;
        min-width: 90px;
    }

    .partners-b-items {
        gap: 24px 12px;
    }
}

@media (max-width: 600px) {
    .partners-b {
        padding: 32px 0;
    }

    .partners-b .partners-sect-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .partners-b-items {
        gap: 18px 8px;
    }

    .partners-b-items .item {
        flex: 0 1 30%;
        min-width: 70px;
        height: 50px;
        max-width: 100px;
    }

    .partners-b-items .item img {
        max-height: 24px;
    }

    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
        column-gap: 35px;
    }

    .partners-block-title {
        font-size: 14px;
    }

    .partners-marquee .partners-block-title {
        font-size: 16px;
    }

    .marquee-track {
        gap: 20px;
    }

    .marquee-track .item:last-child {
        padding-right: 20px;
    }
}

.partners-b-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.marquee {
    display: flex;
    white-space: nowrap;
}

.marquee__inner {
    display: inline-flex;
    animation: marquee 25s linear infinite;
}

.marquee__inner .item {
    flex: 0 0 auto;
    margin: 0 30px;
}

.program {
    background-color: #0F044E;
    color: #fff;
}

.program-dates {
    display: flex;
    justify-content: space-evenly;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 16px 64px;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 30px;
}

.program-date {
    font-weight: 500;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.35);
    padding: 16px 60px;
    border-radius: 24px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .3s;
}

.program-date.active {
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    transition: all .3s;
}

.program-hall {
    color: rgba(255, 255, 255, 0.35);
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 20px;
    font-weight: 500;
    border-radius: 20px;
    width: 240px;
    height: 70px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.program-hall.active {
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 22px;
    font-weight: 500;
    border-radius: 20px;
    width: 240px;
    height: 70px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.swiper {
    margin-bottom: 30px;
}

.swiper-button-next,
.swiper-button-prev {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
}

.swiper-button-prev {
    background-image: url("../img/left.svg");
}

.swiper-button-next {
    background-image: url("../img/right.svg");
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
    display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .8 !important;
}

.program-list {
    display: flex;
    flex-direction: column;
    padding: 32px 64px;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    padding-bottom: 55px;
}

.program-item {
    opacity: 1;
    /* max-height: 800px;  */
    height: 100%;
    /* overflow: hidden; */
    transition: opacity 0.4s ease, max-height 0.4s ease;
}

.program-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 25px;
}

.program-item.hidden {
    opacity: 0;
    max-height: 0;
    pointer-events: none;
}


.program-item-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.program-item-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
    width: 100%;
}

.program-item-wrapper-sec {
    position: relative;
}

.program-item-wrapper-content, .aiweek_text_content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.4s ease;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
}

.program-item-wrapper-sec.expanded .program-item-wrapper-content, .aiweek_text_more.expanded .aiweek_text_content {
    -webkit-line-clamp: unset;
    max-height: 1000px;
    transition: all 0.4s ease;
}

.toggle-btn {
    cursor: pointer;
    transition: transform 0.5s ease;
}

.program-item-wrapper-sec.expanded .toggle-btn {
    transform: rotate(180deg);
}

.aiweek_text_more.expanded .toggle-btn {
    transform: rotate(180deg);
}

.program-item-left {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.pb-0 {
    padding-bottom: 0;
}

.items-center {
    align-items: center;
}

.text-white {
    color: #fff;
}

.text-center {
    text-align: center;
}

.gap-none {
    gap: 0;
}

.flex {
    display: flex;
}

.w-full {
    width: 100% !important;
}

.program-item-time {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    min-width: 120px;
}

.program-divider {
    margin: 0 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.8);
}

.program-item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.program-item-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.program-item-title {
    font-size: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.program-item-speakers {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.program-item-speaker p {
    font-size: 10px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.program-item-speaker:first-child {
    width: 70px;
    height: 70px;
}

.program-item-speaker {
    width: 60px;
    height: 60px;
    text-align: center;
}

.program-item-right {
}

.btn-details {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 10px 20px;
    border: none;

}

.program-item-divider {
    width: 100%;
    height: 1px;
    margin: 35px 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.program-item:last-child .program-item-divider {
    display: none;
}

.program-item-download {
    margin-top: 55px;
}

.program-item-download .transparent-button {
    width: 100%;
}


.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.popup.open {
    display: flex;
}

.popup-content {
    background: rgba(15, 4, 78, 0.5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 50px 100px;
    width: 1280px;
    max-height: 99%;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.popup-speakers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.popup-title {
    font-size: 32px;
    font-weight: 500;
    margin: 16px 0 32px 0;
}

.speaker {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.speaker img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 10px;
}

.popup-top {
    display: flex;
    gap: 10px;
}

.popup-subtitle, .popup-time, .speaker-moderator {
    font-size: 20px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    text-align: center;
    border-radius: 24px;
}

.speaker-moderator {
    margin-top: 15px;
    padding: 6px 10px;
}

.speaker-name {
    font-size: 28px;
    font-weight: 500;
}

.speaker-reg {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    opacity: .8;
}


@media (max-width: 1200px) {
    .program-date {
        padding: 18px 60px;
        font-size: 22px;
    }

    .program-item-time {
        width: 15%;
    }
}

@media (max-width: 1000px) {
    .program-item-left {
        flex-direction: column;
    }

    .program-item-subtitle {
        margin: 10px 0 4px 0;
    }

    .program-item-time {
        width: 100%;
    }

    .program-date {
        padding: 14px 34px;
        font-size: 18px;
        border-radius: 14px;
    }

    .program-hall, .program-hall.active {
        font-size: 20px;
        border-radius: 14px;
    }

    .popup-title {
        font-size: 28px;
    }

    .speaker img {
        width: 100px;
        height: 100px;
    }

    .speaker-name {
        font-size: 18px;
    }

    .speaker-reg {
        font-size: 16px;
    }

    .popup-content {
        width: 95%;
        padding: 50px 42px;
    }

}

@media (max-width: 700px) {
    .program-dates {
        flex-direction: column;
        gap: 15px;
    }

    .program-item-title {
        font-size: 18px;
    }

    .program-dates {
        padding: 32px;
        text-align: center;
    }

    .program-list {
        padding: 32px;
    }

    .program-item-divider {
        margin: 24px 0;
    }

    .popup-subtitle, .popup-time, .speaker-moderator {
        font-size: 16px;
    }

    .popup-title {
        font-size: 20px;
        display: none;
    }

    .popup-top {
        display: none;
    }

    .popup-content {
        max-height: 100%;
        padding: 20px;
    }

    .speaker img {
        width: 70px;
        height: 70px;
    }

    .speaker-reg {
        font-size: 14px;
    }

    .speaker {
        flex-direction: column;
        text-align: center;
    }

    .speaker-info {
        margin-top: 8px;
    }

    .popup-speakers {
        gap: 14px;
    }

    .program-item-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .program-item-speakers {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        row-gap: 40px;
        margin-bottom: 20px;
    }
}


.ai-movement-pitch-b {
    background: #0A0046;
    padding: 80px 0 80px 0;
    color: #fff;
    text-align: center;
    border-top: #FFFFFF66 solid 1px;
}

.ai-movement-pitch-b .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.ai-movement-pitch-b .sect-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #fff;
}

.ai-movement-pitch-b .sect-subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #FFFFFFCC;
    max-width: 1217px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px;
}

.ai-movement-pitch-b .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* height: 172px; */
    gap: 24px;
    margin-top: 32px;
}

.ai-movement-pitch-b .item {
    background-color: #ffffff10;
    backdrop-filter: blur(24px);
    border-radius: 12px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.10);
    overflow: hidden;
    width: 100%;
    /* height: 336px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ai-movement-pitch-b .item:hover {
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.18);
    border-color: #00B3D1;
}

.ai-movement-pitch-b .item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 16px 16px 0 0;
}

.ai-movement-pitch-b .item-info {
    padding: 16px 16px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    align-items: stretch;
}

.ai-movement-pitch-b .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    gap: 8px;
    /* height: 76px; */
}

.ai-movement-pitch-b .text h2 {
    font-size: text/size-lg;
    font-weight: 500;
    color: #fff;
    line-height: text/height-lg;
}

.ai-movement-pitch-b .text p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff70;
}

.ai-movement-pitch-b .btn {
    margin-top: 8px;
    max-height: 45px;
}

.ai-movement-pitch-b .btn:hover {
    background: linear-gradient(90deg, #ff9100 0%, #ffb800 100%);
}

@media (max-width: 1264px) {
    .ai-movement-pitch-b .items {
        gap: 24px;
    }
}

@media (max-width: 1100px) {
    .ai-movement-pitch-b .items {
        gap: 20px;
    }
}

@media (max-width: 1024px) {
    .ai-movement-pitch-b {
        padding: 60px 0 60px 0;
        height: auto;
    }

    .ai-movement-pitch-b .sect-title {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .ai-movement-pitch-b .sect-subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .ai-movement-pitch-b .items {
        flex-wrap: wrap;
        gap: 20px;
        height: auto;
    }

    .ai-movement-pitch-b .item {
        height: auto;
    }

    .ai-movement-pitch-b .items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .ai-movement-pitch-b {
        padding: 40px 0;
        height: auto;
    }

    .ai-movement-pitch-b .items {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        height: auto;
    }

    .ai-movement-pitch-b .item {
        width: 90%;
        max-width: 350px;
        height: auto;
    }
}

@media (max-width: 600px) {
    .ai-movement-pitch-b {
        padding: 40px 0;
        height: auto;
    }

    .ai-movement-pitch-b .sect-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .ai-movement-pitch-b .sect-subtitle {
        font-size: 12px;
        margin-bottom: 24px;
        text-align: left;
        padding: 0 0;
    }

    .ai-movement-pitch-b .items {
        gap: 12px;
        margin-top: 12px;
    }

    .ai-movement-pitch-b .item {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        height: auto;
    }

    .ai-movement-pitch-b .item img {
        height: 164px;
    }

    .ai-movement-pitch-b .item-info {
        padding: 8px 4px;
        height: auto;
    }

    .ai-movement-pitch-b .text {
        padding: 8px 0;
        height: auto;
        /* width: 311px; */
    }

    .ai-movement-pitch-b .text h3,
    .ai-movement-pitch-b .text h2 {
        font-size: text/size-lg;
    }

    .ai-movement-pitch-b .text p {
        font-size: text/size-sm;
        min-height: 0;
    }

    .ai-movement-pitch-b .btn {
        font-size: text/size-md;
        padding: 12px 16px;
        max-width: 100%;
    }

    .ai-movement-pitch-b .items {
        grid-template-columns: repeat(1, 1fr);
    }
}

.awards-b {
    background: #0F044E;
    border-top: #FFFFFF66 solid 1px;
    padding: 80px 0;
}

.awards-b .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
}

.battle .container {
    flex-direction: row-reverse !important;
}

.awards-left {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awards-left img {
    width: 100%;
    max-width: 700px;
    border-radius: 20px;
    box-shadow: 0 8px 32px #1D293933;
}

.awards-right {
    flex: 1 1 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 340px;
    max-width: 600px;
    gap: 32px;
}

.awards-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
}

.awards-subtitle {
    font-size: 16px;
    color: #d6d6f6;
    line-height: 1.6;
}

.awards-right .transparent-button {
    /* width: 121px; */
    height: 48px;
}

.transparent-button:hover {
    background: #FF9100;
    color: #0A0046;
}

@media (max-width: 1024px) {
    .awards-b .container {
        flex-direction: column !important;
        gap: 32px;
        padding: 32px 16px;

    }

    .awards-left, .awards-right {
        max-width: 100%;
    }

    .awards-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 1264px) {
    .awards-b {
        padding: 40px 0px;
    }

    .awards-b .container {
        padding: 0px 16px;
    }

    .awards-left img {
        max-width: 100%;
    }

    .awards-title {
        font-size: 2.4rem;
    }

    .awards-subtitle {
        font-size: 1.2rem;
    }

    .transparent-button {
        font-size: 1.2rem;
        padding: 12px 24px;
    }
}

@media (max-width: 970px) {
    .awards-b {
        padding: 40px 0px;
    }

    .awards-b .container {
        padding: 0px 16px;
    }

    .awards-left img {
        max-width: 100%;
    }

    .awards-title {
        font-size: 2rem;
    }

    .awards-subtitle {
        font-size: 1.1rem;
    }

    .transparent-button {
        font-size: 1.1rem;
        padding: 10px 20px;
    }
}

@media (max-width: 600px) {
    .awards-title {
        font-size: 1.4rem;
    }

    .awards-subtitle {
        font-size: 1rem;
    }

    .transparent-button {
        width: 169px;
        height: 48px;
        font-size: text/size-md;
        padding: 10px 16px;

    }

}

.header__cta-button {
    height: auto;
    padding: 8px 16px;
    text-align: center;
}

.buy-btn-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.buy-btn__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 2px;
}

.buy-btn__subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    letter-spacing: -0.01em;
    opacity: 0.6;
}

main.mainBlock {
    background-image: url('../img/hero-background.jpg');

    /* Ensure it covers the full area */
    background-size: cover;

    /* Center the image */
    background-position: center center;

    /* Prevent it from repeating */
    background-repeat: no-repeat;
}

.image-cta-section {
    position: relative; /* Needed for the overlay */
    padding: 140px 0;
    color: #ffffff; /* White text for readability on an image */
    text-align: center;

    background-image: url('../img/section3-background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.image-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 0, 70, 0.6); /* Dark blue overlay with 60% opacity */
    z-index: 1;
}

.image-cta-section .cta-content {
    position: relative;
    z-index: 2;
    max-width: 750px; /* Limit width for better readability */
    margin: 0 auto; /* Center the content block */
}

.image-cta-section .cta-title {
    font-size: 3.5rem; /* Large, impactful title */
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Shadow for text pop */
}

.image-cta-section .cta-subtitle {
    font-size: 1.25rem;
    margin-bottom: 40px;
    opacity: 0.9;
    line-height: 1.6;
}

.image-cta-section .cta-button {
    display: inline-block;
    padding: 15px 35px;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
}

.image-cta-section .cta-button:hover {
    background-color: #ffffff;
    color: #0A0046; /* Dark blue from the theme */
    transform: translateY(-2px); /* Slight lift effect on hover */
}

/* ================================================ */
/* == V7: FINAL HORIZONTAL TIMELINE STYLES (CORRECTED) == */
/* ================================================ */
/* ================================================ */
/* ==== V11: FINAL HORIZONTAL TIMELINE (FLEXBOX) ==== */
/* ================================================ */

.history-timeline-section {
    padding: 80px 0;
    color: #fff;
    background-color: #0A0046;
    overflow-x: auto; /* Enable horizontal scroll on small screens */

    /* --- THIS IS THE FIX --- */
    display: flex;
    justify-content: center;
    /* ----------------------- */
}

.history-timeline-section .container {
    padding: 0 50px; /* Add padding to the sides */
}

.timeline-header {
    text-align: center;
    margin-bottom: 60px; /* More space for the timeline */
}

.timeline-header h2 {
    font-size: 56px;
    margin-bottom: 8px;
}

.timeline-header p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 500px;
    margin: 0 auto;
}

/* The main wrapper that will contain everything */
.timeline-grid-wrapper {
    position: relative; /* This is the positioning context for all items */
    width: 100%;
    min-width: 1200px; /* Set a minimum width for the timeline to stretch */
    height: 350px; /* Give the wrapper a fixed height */
}

/* The central horizontal line */
.timeline-grid-line {
    position: absolute;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

/* 
** The Core of the New Layout **
We position each of the 7 items manually using percentages.
This gives us perfect control over the overlap and spacing.
*/
.timeline-item-content, .timeline-dot {
    position: absolute; /* Every item is positioned freely */
    top: 50%;
    transform: translateX(-50%); /* Center horizontally */
    z-index: 2;
}

/* Position each item individually */
[style="grid-column: 1;"] {
    left: 10%;
}

[style="grid-column: 2;"] {
    left: 23%;
}

[style="grid-column: 3;"] {
    left: 36%;
}

[style="grid-column: 4;"] {
    left: 50%;
}

[style="grid-column: 5;"] {
    left: 64%;
}

[style="grid-column: 6;"] {
    left: 77%;
}

[style="grid-column: 7;"] {
    left: 90%;
}

/* The SVG Dot */
.timeline-dot {
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%); /* Perfect 2D centering */
}

/* The content item box */
.timeline-item-content {
    text-align: center;
    width: 220px; /* Give a bit more width to the content */
}

.item-above {
    bottom: 50%;
    margin-bottom: 60px; /* Space from line */
    top: auto; /* Unset the top property */
}

.item-below {
    top: 50%;
    margin-top: 60px; /* Space from line */
}

/* The vertical dashed connector */
.timeline-v-dash {
    position: absolute;
    width: 2px;
    height: 60px; /* Length of the line */
    border-left: 2px dashed rgba(255, 255, 255, 0.4);
    left: 50%;
    transform: translateX(-50%);
}

.item-above .timeline-v-dash {
    bottom: -60px; /* Connects from content box down to the line */
}

.item-below .timeline-v-dash {
    top: -60px; /* Connects from content box up to the line */
}

/* Text Styles */
.timeline-date {
    font-size: 1.2rem;
    font-weight: 700;
}

.timeline-subtitle {
    font-size: 0.8rem;
    color: #aeb9e1;
}

.timeline-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 2px 0;
}

.timeline-description {
    font-size: 0.85rem;
    color: #d1d9f0;
}

@media (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
    .timeline-wrapper-horizontal {
        display: block;
        max-width: 500px;
        min-width: unset;
        padding: 0 20px;
    }

    .timeline-wrapper-horizontal::before {
        left: 18px;
        top: 0;
        bottom: 0;
        width: 3px;
        height: 100%;
    }

    .timeline-item-horizontal {
        width: 100%;
        display: block;
        text-align: left;
        padding-left: 60px;
        padding-bottom: 40px;
    }

    .item-above, .item-below {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .timeline-dot-horizontal {

        top: 0;
        left: 0;
        transform: none;
    }

    .timeline-v-dash {
        display: none;
    }

    .timeline-content-horizontal {
        padding: 0;
    }
}

.ai-week-section {
    border-top: #FFFFFF66 solid 1px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #0A0046;
    color: #fff;
}

.ai-week-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.ai-week-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.ai-week-card {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    height: 252px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card-visual {
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 0.05);

}

.card-text {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.card-date, .card-time {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.card-place {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

@media screen and (max-width: 992px) {
    .ai-week-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .ai-week-grid {
        grid-template-columns: 1fr;
    }
}

.ai-week-grid .ai-week-card:nth-child(1) .card-visual {
    background-image: url('../img/week1.jpg');
}

.ai-week-grid .ai-week-card:nth-child(2) .card-visual {
    background-image: url('../img/week2.jpg');
}

.ai-week-grid .ai-week-card:nth-child(3) .card-visual {
    background-image: url('../img/week3.jpg');
}

.ai-week-grid .ai-week-card:nth-child(4) .card-visual {
    background-image: url('../img/week4.jpg');
}

.ai-week-grid .ai-week-card:nth-child(5) .card-visual {
    background-image: url('../img/week5.jpg');
}

.ai-week-grid .ai-week-card:nth-child(6) .card-visual {
    background-image: url('../img/week6.jpg');
}

.card-visual {
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.ai-week-card:hover .card-visual {
    transform: scale(1.05);
}

.participants-section {
    border-top: #FFFFFF66 solid 1px;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../img/partners-background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.participants-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 0, 70, 0.85);
    z-index: 1;
}

.participants-section .container {
    position: relative;
    z-index: 2;
}

.participants-title {
    color: #ffffff;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.participants-svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.participants-svg-container img {
    max-width: 100%;
    height: auto;
}

.hero-organizers {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.organizers-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    text-align: start;
    color: #ffffff;
    flex-shrink: 0;
}

.organizers-logos {
    display: flex;
    align-items: center;
    gap: 50px;
}

.organizers-logos img {
    max-height: 40px;
    width: auto;
}

@media (max-width: 768px) {
    .hero-organizers {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

.media-marquee {
    background-color: #ffffff;
    padding: 40px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.media-marquee .marquee-track {
    display: flex;
    align-items: center;
    height: 80px;
    animation: marquee-scroll 25s linear infinite;
}

.media-marquee .marquee-logo {
    flex-shrink: 0;
    width: 250px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.media-marquee .marquee-logo img {
    max-height: 80px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.dual-cta-section {
    padding: 80px 0;
    position: relative;
    background-color: #0A0046;
    background-image: url('../img/partners-background.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.dual-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 0, 70, 0.8);
}

.dual-cta-section .container {
    position: relative;
    z-index: 2;
}

.cta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cta-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.cta-separator {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
}

.cta-text h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.cta-text p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 450px;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 12px;
    background: linear-gradient(180deg, #FFB74D 0%, #F57C00 100%);
    box-shadow: 0px 4px 20px rgba(245, 124, 0, 0.5),
    inset 0px 1px 2px rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0px 8px 30px rgba(245, 124, 0, 0.7);
}

@media (max-width: 768px) {
    .cta-block {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 30px;
    }

    .cta-text h3 {
        font-size: 2.5rem;
    }
}

.with-bottom-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.dual-cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #0A0046;
    color: #fff;
}

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

.cta-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.cta-separator {
    display: none;
}

.cta-block + .cta-block {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-text h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 12px;
    max-width: 600px;
}

.cta-text p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 450px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 28px;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;

    background: #F57C00;
    box-shadow: 0px -4px 16px 4px rgba(245, 124, 0, 0.20), 0px 8px 8px 0px rgba(255, 255, 255, 0.20) inset, 0px -2px 2px 0px rgba(255, 255, 255, 0.20) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 0px 1px #F57C00, 0px 3px 0px 1px #F57C00, 0px 4px 8px 0px #F57C00;
    border: none;
    transition: transform 0.2s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .cta-block {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 30px;
        padding: 30px 0;
    }

    .cta-text h3 {
        font-size: 2.5rem;
    }
}

#main-footer {
    background-color: #0A0046;
    color: #fff;
    padding: 60px 0;
    font-size: 16px;
}

#main-footer .footer-top {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#main-footer .footer-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    margin-bottom: 40px;
}

#main-footer .footer-logo {
    width: 64px;
    height: auto;
    filter: brightness(0) invert(1);
}

#main-footer .footer-header h2 {
    font-size: 24px;
    font-weight: 600;
}

#main-footer .footer-contacts {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 20px 40px;
}

#main-footer .footer-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#main-footer .contact-item {
    display: flex;
    flex-direction: column;
}

#main-footer .contact-item .contact-title {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
}

#main-footer .contact-item a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
}

#main-footer .contact-item a:hover {
    text-decoration: underline;
}

#main-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

#main-footer .footer-bottom-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

#main-footer .copyright {
    color: rgba(255, 255, 255, 0.7);
}

#main-footer .footer-soc {
    display: flex;
    gap: 16px;
}

#main-footer .footer-soc img {
    width: 24px;
    height: 24px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

#main-footer .footer-soc a:hover img {
    opacity: 1;
}

#main-footer .footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

#main-footer .footer-bottom-right img {
    height: 24px;
}

#main-footer .footer-legal {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

#main-footer .footer-legal span {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

#main-footer .footer-legal a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

#main-footer .footer-legal a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 768px) {
    #main-footer .footer-contacts {
        grid-template-columns: 1fr;
    }

    #main-footer .footer-legal {
        gap: 24px;
    }
}

.hero-subtitle {
    max-width: 556px;
}

.hero-buttons-wrapper {
    display: flex;
    gap: 24px;
}

.hero-button {
    gap: 15px;
}

.hero-organizers {
    margin-top: 28px;
    display: flex;
    gap: 20px;
}

.organizers-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}

.organizers-logos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.organizers-logos img {
    max-height: 40px;
    width: auto;
}

.history-section-wrapper {
    display: flex;
    flex-direction: row;
    gap: 48px;
}

.history-text-content .history-subtitle {
    color: white;
    margin-top: 24px;
}

.history-text-content .history-description {
    max-width: 763px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    margin-top: 16px;
    margin-bottom: 32px;
}

.history-image-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.history-image-stack img {
    border-radius: 20px;
}

.full-media-section {
    background-color: #0A0046;
    padding-bottom: 40px;
}

.full-item.bg-blue {
    background: #2264DB;
}

.full-item.bg-cyan {
    background: #00B3D1;
}

.full-item.bg-blue p,
.full-item.bg-cyan p {
    color: #0A0046;
}

.full-item:nth-of-type(3) p {
    color: #00B3D1;
}

.custom-section-layout .custom-layout-wrapper {
    display: flex;
    gap: 48px;
}

.custom-section-layout .custom-layout-image {
    display: flex;
    align-items: center;
}

.custom-section-layout .custom-layout-image img {
    border-radius: 20px;
}

.custom-section-layout .custom-layout-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-section-layout .custom-layout-content h2 {
    margin-bottom: 24px;
    text-align: left;
}

.custom-section-layout .custom-layout-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 562px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px;
}

.custom-section-layout .custom-layout-content .btn-primary {
    width: fit-content;
}

.with-top-border {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

#dual .cta-separator {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}