.hero {
    padding-top: 110px;
    padding-bottom: 60px;
    height: 100vh;
    min-height: 900px;
    position: relative;
}
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hero-container {
    max-width: 1328px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.hero-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    flex-grow: 1;
}
.hero-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.hero__subtitle {
    color: rgb(255, 255, 255, 0.49);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.hero-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}
.hero-info span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.hero__title {
    font-family: 'BOWLER', sans-serif;
    max-width: 745px;
    font-size: 65px;
    font-weight: 500;
    margin: 0;
    line-height: 111%;
    display: flex;
    align-items: center;
}
.hero__title img {
    width: 100%;
}
.hero__text {
    margin-top: 25px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 34px;
    max-width: 490px;
}
.hero-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
}
.hero__btn {
    width: 204px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}



.hero-logo {
    position: absolute;
    right: -43px;
    top: 0;
    width: 576px;
    overflow: hidden;
    pointer-events: none;
}
.hero-logo img {
    width: 100%;
    height: auto;
}
.hero-logo_frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 855px;
    height: 855px;
}
#canvas3d {
    transform: scale(0.32);
}
.hero-r_block {
    display: flex;
    align-items: center;
    gap: 28px;
}
.hero-r__text {
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.60);
    letter-spacing: 0.1em;
    max-width: 190px;
    text-align: right;
}
.hero-r_block img {
    max-height: 48px;
    max-width: 222px;
    width: auto;
    height: auto;
	transition: .3s;
}
.hero-r_block img:hover {
	filter: brightness(1.3);
}
.hero-support {
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding-left: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 67px;
    margin-top: 52px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hero-support::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 28, 43, 0.40);
    backdrop-filter: blur(5px);
    z-index: -1;
}
.hero-support>span {
    font-size: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}
.hero-support_grid {
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
    flex-grow: 1;
    align-items: center;
}
.hero-support_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: .3s;
}
.hero-support_box:hover {
	opacity: 0.7;
}
.hero-support_box img {
    max-width: 70%;
    max-height: 40px;
    width: auto;
    height: auto;
}
.hero-support_grid>span {
    display: block;
    width: 100%;
    height: 21px;
    background-color: rgb(255, 255, 255, 0.31);
}
.video {
    padding-top: 87px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
.video::before {
    content: '';
    position: absolute;
    display: block;
    width: 1200px;
    height: 183px;
    top: 124px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background: #E00613;
    background: radial-gradient(circle, rgba(224, 6, 19, 1) 0%, rgba(122, 3, 10, 0) 100%);
    filter: blur(146px);
}
.video::after {
    content: '';
    position: absolute;
    display: block;
    width: 847px;
    height: 183px;
    bottom: 105px;
    left: 50%;
    transform: translateX(-260px);
    border-radius: 50%;
    z-index: -1;
    background: #E00613;
    background: radial-gradient(circle, rgba(224, 6, 19, 1) 0%, rgba(122, 3, 10, 0) 100%);
    filter: blur(200px);
}
.video-block {
    border-radius: 22px;
    height: 755px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    overflow: hidden;
}
.video-block_inner {
    position: relative;
    background: #CC0C25;
    background: linear-gradient(180deg,rgba(204, 12, 37, 1) 0%, rgba(134, 23, 29, 1) 34%, rgba(55, 59, 74, 1) 80%, rgba(55, 59, 74, 1) 100%);
    height: 100%;
    padding: 9px;
}
.video-block_top {
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.video-block iframe {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 14px;
	object-fit: cover;
}
.video-block_top>span {
    font-size: 17px;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 9px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-poster {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 14px;
/*     cursor: pointer; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-btn {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-play-btn:hover {
    transform: scale(1.1);
}

.video-iframe-container {
    width: 100%;
    height: 100%;
}

.video-iframe-container iframe,
.video-iframe-container video {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    object-fit: cover;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    object-fit: cover;
}




.graph-section {
    padding: 80px 0;
    background: #0A0E19;
    position: relative;
    overflow: hidden;
}
.graph-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.graph-top_info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.graph-top_box {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 15px;
    height: 41px;
    background-color: #171C2B;
    border-radius: 43px;
}
.graph-top_box span {
    display: block;
    width: 11px;
    min-width: 11px;
    height: 11px;
    border-radius: 50%;
}
.graph-top_box span.red {
    background-color: #F1122F;
}
.graph-top_box span.white {
    background-color: #fff;
}
.graph-top_box p {
    font-size: 14px;
    text-transform: uppercase;
}

.graph-wrapper {
    position: relative;
    margin-top: 67px;
}

#graphCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.graph-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cards-container {
    display: flex;
    gap: 10px;
    height: 408px;
    position: relative;
    z-index: 1;
}

.year-card {
    flex: 2;
    background: #0F1320;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 23px 16px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    opacity: 0;
    animation: slideInCard 0.8s ease-out forwards;
    z-index: 1;
    transition: .3s;
}
.year-card.active,
.graph-block.active {
    border-color: #f112308a;
}
.year-card:first-child {
    flex: 1;
    animation-delay: 0.5s;
}

.year-card:nth-child(2) { animation-delay: 0.7s; }
.year-card:nth-child(3) { animation-delay: 0.9s; }
.year-card:nth-child(4) { animation-delay: 1.1s; }

/* Vertical line in the middle of 2022 block */
/* .year-card:first-child::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    height: 60%;
    width: 1px;
    background: repeating-linear-gradient(
        to bottom,
        #3A4049 0px,
        #3A4049 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0;
    animation: fadeInLine 0.5s ease-out 2s forwards;
} */

/* Vertical lines for 2023, 2024, 2025 - middle of first half */
/* .year-card:not(:first-child)::before {
    content: '';
    position: absolute;
    left: 25%;
    transform: translateX(-50%);
    bottom: 20px;
    height: 60%;
    width: 1px;
    background: repeating-linear-gradient(
        to bottom,
        #3A4049 0px,
        #3A4049 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0;
    animation: fadeInLine 0.5s ease-out 2.2s forwards;
} */

/* Vertical lines for 2023, 2024, 2025 - middle of second half */
/* .year-card:not(:first-child)::after {
    content: '';
    position: absolute;
    left: 75%;
    transform: translateX(-50%);
    bottom: 20px;
    height: 60%;
    width: 1px;
    background-image: repeating-linear-gradient(
        to bottom,
        #3A4049 0px,
        #3A4049 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0;
    animation: fadeInLine 0.5s ease-out 2.4s forwards;
} */

.year-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 13px;
    border: 1px solid #8791AA;
    border-radius: 43px;
    color: #8791AA;
    font-size: 15px;
    align-self: center;
    transform: translateY(20px);
    opacity: 0;
    animation: slideInBadge 0.6s ease-out forwards;
    position: relative;
    z-index: 2;
    background-color: #0F1320;
}

.year-card:first-child .year-badge { animation-delay: 0.8s; }
.year-card:nth-child(2) .year-badge { animation-delay: 1.0s; }
.year-card:nth-child(3) .year-badge { animation-delay: 1.2s; }
.year-card:nth-child(4) .year-badge { animation-delay: 1.4s; }

.year-badge.active {
    font-weight: 600;
    background: #FFFFFF;
    color: #000000;
    border-color: #FFFFFF;
}

/* Horizontal dash lines after year badges */
.year-badge:not(.year-card:first-child .year-badge, .year-card:last-child .year-badge)::before {
    content: '';
    position: absolute;
    width: 310px;
    left: -2px;
    top: 50%;
    transform: translate(-100%, -50%);
    height: 5px;
    background-image: repeating-linear-gradient(
        to right,
        #3A4049 0px,
        #3A4049 2px,
        transparent 2px,
        transparent 4px
    );
    opacity: 0;
    animation: fadeInLine 0.5s ease-out 2.6s forwards;
    z-index: -1;
}
.year-card:nth-child(2) .year-badge::before {
    width: 227px!important;
}
.year-badge.active::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    width: 152px;
    height: 5px;
    background-image: repeating-linear-gradient(
        to right,
        #FFFFFF 0px,
        #FFFFFF 7px,
        transparent 7px,
        transparent 14px
    );
    opacity: 0;
    animation: fadeInLine 0.5s ease-out 2.6s forwards;
    z-index: -1;
}

.summit-labels {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: auto;
    margin-top: 34px;
    position: relative;
    z-index: 1;
}

.summit-label {
    width: 160px;
    height: 36px;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0;
    animation: fadeInLabel 0.4s ease-out forwards;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1F2638;
    border-radius: 3px;
}
.year-card:first-child .summit-labels {
    justify-content: center;
}

.year-card:first-child .summit-label { animation-delay: 1.2s; }
.year-card:nth-child(2) .summit-label:nth-child(1) { animation-delay: 1.3s; }
.year-card:nth-child(2) .summit-label:nth-child(2) { animation-delay: 1.4s; }
.year-card:nth-child(3) .summit-label:nth-child(1) { animation-delay: 1.5s; }
.year-card:nth-child(3) .summit-label:nth-child(2) { animation-delay: 1.6s; }
.year-card:nth-child(4) .summit-label:nth-child(1) { animation-delay: 1.7s; }
.year-card:nth-child(4) .summit-label:nth-child(2) { animation-delay: 1.8s; }

.chart-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

#myChart {
    pointer-events: all;
}

/* Wave Animation Keyframes */
@keyframes slideInCard {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInBadge {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLabel {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInLine {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Wave effect for canvas */
@keyframes waveFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Chart annotations fade in effect */
.chartjs-render-monitor {
    position: relative;
}

/* Simulate fadeIn for chart annotations */
@keyframes labelFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(5px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Custom styling for chart labels */
.chart-wrapper canvas {
    transition: opacity 0.3s ease;
}

.graph-blocks {
    display: flex;
    gap: 10px;
    margin-top: 9px;
}
.graph-block {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 95px;
    background-color: #0F1320;
    transition: .3s;
}
.graph-blocks_partner .graph-block {
    gap: 55px;
}
.graph-block:first-child {
    flex: 1;
}
.graph-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 10px;
}
.graph-box img {
	max-width: 80%;
	max-height: 25px
}
.graph-blocks_partner .graph-box {
    gap: 10px;
}
.graph-box__city {
    text-transform: uppercase;
    opacity: 0.4;
    font-weight: 500;
}
.graph-box__date {
    text-transform: uppercase;
}
.graph-box__hall {
    opacity: 0.72;
    font-weight: 500;
}
.graph-box__partner {
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.7;
}





.gallery {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.gallery::before {
    content: '';
    position: absolute;
    top: 231px;
    left: 50%;
    transform: translateX(-50%);
    width: 647px;
    height: 213px;
    border-radius: 50%;
    background: #595B67;
    background: linear-gradient(100deg,rgba(89, 91, 103, 1) 0%, rgba(19, 16, 34, 1) 100%);
    filter: blur(184px);
    z-index: -1;
}
.gallery__title {
    text-align: center;
    line-height: 64px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 19px;
    margin-top: 100px;
}
.gallery-items {
    display: flex;
    flex-direction: column;
    gap: 19px;
}
.gallery-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(217, 217, 217, 0.05);
    overflow: hidden;
    position: relative;
    transition: .3s;
}
.gallery-item._size1 {
    height: 259px;
}
.gallery-item._size2 {
    height: 401px;
}
.gallery-item._size3 {
    height: 587px;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-item>svg {
    opacity: 0;
    transition: .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gallery-item:hover>svg {
    opacity: 1;
}

.gallery-item:hover {
    transform: translateY(-4px);
}
.gallery-bottom {
    margin-top: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery__btn {
    padding: 18px 34px;
    font-size: 15px;
}

.member {
    padding-top: 80px;
    padding-bottom: 80px;
}
.member-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 24px;
    margin-top: 58px;
}
.member-block {
    background: #0A0E19;
    border: 1px solid rgba(77, 80, 90, 0.3);
    border-radius: 15px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
}
.member-block::before {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    background: #F1122F;
    background: linear-gradient(180deg,rgba(77, 80, 90, 0.3) 0%, rgba(241, 18, 47, 0) 50%, rgba(241, 18, 47, 1) 93%, rgba(241, 18, 47, 1) 100%);
    z-index: -2;
    opacity: 0;
    /* transition: .3s; */
}
.member-block:hover::before {
    opacity: 1;
}
.member-block_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 29px;
    padding-top: 34px;
    padding-bottom: 41px;
    padding-left: 10px;
    padding-right: 10px;
    background: #0A0E19;
    border-radius: 15px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.member-block_inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #3D4766;
    background: linear-gradient(130deg,rgba(61, 71, 102, 1) 0%, rgba(15, 19, 32, 1) 100%);
    z-index: -2;
}
.member-block_inner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #1B1F29;
    background: linear-gradient(130deg,rgba(27, 31, 41, 0.21) 0%, rgba(15, 19, 32, 1) 100%);
    z-index: -1;
}
.member-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 69px;
    height: 69px;
    border-radius: 50%;
    background-color: rgba(203, 205, 255, 0.04);
    /* transition: .3s; */
}
.member-block:hover .member-box {
    background-color: rgba(241, 18, 47, 0.14);
}
.member-box>svg {
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
}
.member-box>svg path {
    /* transition: .3s; */
}
.member-block:hover .member-box>svg path {
    stroke: #F1122F;
}
.member-block_inner>span {
    font-size: 19px;
    color: #C4D7E2;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}


.author {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
.author::before {
    content: '';
    position: absolute;
    top: 131px;
    left: 50%;
    transform: translateX(-50%);
    width: 647px;
    height: 213px;
    border-radius: 50%;
    background: #595B67;
    background: linear-gradient(100deg, #62646E 0%, #131022 100%);
    filter: blur(184px);
    z-index: -1;
}
.author-block {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    overflow: hidden;
    background: #1B1F29;
    background: linear-gradient(185deg, rgba(27, 31, 41, 0.21) 0%, rgb(31 36 52) 100%);
    padding: 42px 71px 58px;
    transition: .3s;
}
.author-block:hover {
    background-color: #111214;
}
.author__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 645px;
    height: auto;
}
.author__pic {
    position: absolute;
    width: 556px;
    height: auto;
    bottom: 0;
    left: 104px;
    transition: .3s;
}
.author-block:hover .author__pic {
    transform: scale(1.05);
}
.author-info {
    position: absolute;
    bottom: 45px;
    left: 49px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.author-name {
    border-radius: 10px;
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.author-name span {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
}
.author-stat {
    border-radius: 10px;
    height: 48px;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #111420;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.author-stat span {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.author-stat span b {
    color: #F1122F;
}
.author-content {
    max-width: 551px;
    margin-left: auto;
}
.author-content p {
    font-size: 20px;
    line-height: 201%;
    margin-top: 20px;
    letter-spacing: 0.01em;
}
.author__title {
    margin-top: 58px;
    font-size: 28px;
    font-weight: 700;
    line-height: 156%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    max-width: 530px;
}
.author__title span {
    color: #F1122F;
}

.council {
    padding-top: 80px;
    padding-bottom: 80px;
}
.slider-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}
.slider__arr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #2C3349;
    cursor: pointer;
    transition: .3s;
}
.slider__arr:hover {
    opacity: 0.8;
}
.council-slide {
    background-color: #0F1320;
    border-radius: 15px;
    overflow: hidden;
    border-bottom: 1px solid rgba(241, 18, 47, 0.4);
    transition: .3s;
    height: auto;
}
.council-slide:hover {
    background-color: #1a2139;
}
.council-slide_top {
    height: 308px;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
}
.council-slide_top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3D4766;
    background: linear-gradient(130deg, rgba(61, 71, 102, 1) 0%, rgba(15, 19, 32, 1) 100%);
    z-index: -3;
    transition: .3s;
}
.council-slide:hover .council-slide_top::before {
    opacity: 0;
}
.council__pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    padding-top: 40px;
}
.council-slider {
    margin-top: 48px;
}
.council__logo {
    position: absolute;
    top: 12px;
    left: 15px;
    width: auto;
    height: auto;
    max-width: 103px;
    max-height: 30px;
}
.council__icon {
    position: absolute;
    top: 10px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}
.council__icon:hover {
    opacity: 0.7;
}
.council__icon img {
    width: 27px;
    height: auto;
}
.council-bottom {
    padding: 26px 28px;
    text-align: center;
}
.council__name {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 126%;
    font-weight: 500;
    margin-bottom: 10px;
}
.council__text {
    font-size: 12px;
    line-height: 146%;
    opacity: 0.6;
    letter-spacing: -0.01em;
}

.documents {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
.documents::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 200px);
    height: 687px;
    border-radius: 50%;
    background: #595B67;
    background: linear-gradient(-100deg, #595B67 0%, #131022 100%);
    filter: blur(334px);
    z-index: -1;
}
.documents-block {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #0F1320;
    background: linear-gradient(32deg,rgba(15, 19, 32, 0.6) 0%, rgba(43, 50, 73, 1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.09);
    padding: 61px 59px 62px;
    border-radius: 22px;
}
.documents-block::before {
    content: '';
    position: absolute;
    width: calc(100% + 158px);
    height: 190px;
    border-radius: 50%;
    background-color: #F1122F;
    filter: blur(204px);
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.documents__logo {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.documents__text {
    font-size: 15px;
    line-height: 197%;
    opacity: 0.8;
    margin-top: 33px;
    max-width: 672px;
}
.documents-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 18px;
    margin-top: 55px;
}
.document {
    border-bottom: 1px solid rgba(127, 132, 146, 0.3);
    border-radius: 0 0 15px 15px;
    background-color: rgba(15, 19, 32, 0.5);
    display: flex;
    flex-direction: column;
}
.document__pic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 340px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.document__pic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #0F1320;
    transition: .15s;
}
.document__pic:hover::after {
    opacity: 0.7;
}
.document__pic svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .15s;
    opacity: 0;
    z-index: 1;
}
.document__pic:hover svg {
    opacity: 1;
}
.document__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .15s;
}
.document-mid {
    height: 76px;
    background-color: rgba(67, 76, 103, 0.3);
    border-radius: 0 0 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(77, 80, 90, 0.3);
    padding: 10px 22px;
	flex-grow: 1;
}
.document-mid p {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 126%;
    font-weight: 600;
    text-align: center;
}
.document-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 15px;
}
.document-bottom img {
    max-height: 30px;
    max-width: 70%;
    width: auto;
    height: auto;
}


.speakers {
    padding-top: 80px;
    padding-bottom: 80px;
}
.speakers-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 21px;
    grid-row-gap: 27px;
    margin-top: 70px;
}


.tariffs {
    background: #272F45;
    background: linear-gradient(180deg,rgba(39, 47, 69, 0) 0%, rgba(39, 47, 69, 0.5) 100%);
    padding-top: 80px;
    padding-bottom: 103px;
}
.tariffs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 21px;
    margin-top: 80px;
}
.tariff {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.tariff:hover {
    animation: 1.2s ease-in-out 0s normal none running trambling-animation;
}
@keyframes trambling-animation {
	0%,
	50%,
	100% {
		transform: rotate(0deg);
	}
	10%,
	30% {
		transform: rotate(-3deg);
	}
	20%,
	40% {
		transform: rotate(3deg);
	}
}
.tariff-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 39px;
    padding-bottom: 49px;
    text-align: center;
    border: 1px solid rgba(77, 80, 90, 0.3);
    border-radius: 15px 15px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.tariff-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.tariff._standart .tariff-header {
    background-color: #0F1320;
}
.tariff._standart .tariff-header::before {
    background: #3D414D;
    background: radial-gradient(circle at top,#3d414d 0%, rgba(15, 19, 32, 1) 100%);
}
.tariff._premium .tariff-header::before {
    background: #3D4766;
    background: radial-gradient(circle at top,#3D4766 0%, rgba(15, 19, 32, 1) 100%);
}
.tariff._vip .tariff-header::before {
    background: #FF6A4D;
    background: radial-gradient(circle at top, rgba(255, 106, 77, 0.9) 0%, rgba(231, 17, 45, 0.89) 34%, rgb(35 0 0) 100%);
}
.tariff._extra .tariff-header::before {
    background: #1E8DDB;
    background: radial-gradient(circle at top, rgba(30, 141, 219, 1) 0%, rgba(7, 78, 128, 1) 51%, rgb(4 17 33) 100%);
}
.tariff-header p {
    font-size: 34px;
    font-family: 'BOWLER', sans-serif;
    letter-spacing: 0.03em;
    line-height: 1;
}
.tariff-body,
.tariff-footer {
    margin-top: -20px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(77, 80, 90, 0.3);
    border-radius: 15px;
    
}
.tariff-body {
    padding-top: 32px;
    padding-bottom: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #33BBFF;
    background: linear-gradient(180deg,rgba(51, 187, 255, 1) 0%, rgba(0, 70, 124, 0.6) 100%);
}
.tariff-body img {
    max-height: 58px;
    max-width: 100%;
    width: auto;
    height: auto;
}
.tariff-footer {
    padding: 18px 25px 23px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.tariff._standart .tariff-footer,
.tariff._premium .tariff-footer {
    background: #0F1320;
    background: linear-gradient(0deg,rgba(15, 19, 32, 1) 0%, rgba(27, 31, 41, 1) 100%);
}
.tariff._vip .tariff-footer {
    background: #C41229;
    background: linear-gradient(159deg,rgba(196, 18, 41, 1) 0%, rgba(103, 17, 22, 1) 100%);
    border-color: rgba(255, 255, 255, 0.3);
}
.tariff._extra .tariff-footer {
    background: #00375E;
    background: linear-gradient(180deg,rgba(0, 55, 94, 1) 0%, rgba(16, 98, 156, 1) 100%);
}
.tariff-footer ul {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 30px;
}
.tariff-footer ul li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-top: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 14px;
    line-height: 146%;
    font-weight: 600;
}
.tariff-footer ul li:first-child {
    padding-top: 0;
    border: none;
}
.tariff-footer ul li::before {
    content: '';
    display: block;
    width: 17px;
    min-width: 17px;
    height: 17px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE3IiBoZWlnaHQ9IjE3IiByeD0iNSIgZmlsbD0iI0YxMTIyRiIvPgo8cGF0aCBkPSJNNC41IDcuOTczNjhMNy41MjYzIDExTDEyLjUgNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyLjQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    margin-top: 2px;
}
.tariff._vip .tariff-footer ul li::before,
.tariff._extra .tariff-footer ul li::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE3IiBoZWlnaHQ9IjE3IiByeD0iNSIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQuNSA3Ljk3MzY4TDcuNTI2MyAxMUwxMi41IDYiIHN0cm9rZT0iIzBBMEUxOSIgc3Ryb2tlLXdpZHRoPSIyLjQiLz4KPC9zdmc+Cg==);
}
.tariff-info {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    min-height: 165px;
}
.tariff__price {
    font-size: 40px;
    line-height: 34px;
    font-family: 'BOWLER', sans-serif;
    text-align: center;
    display: block;
}
.tariff-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 14px 8px 13px;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 7px;
    margin-top: 20px;
    margin-bottom: 12px;
}
.tariff._vip .tariff-box {
    background-color: rgba(0, 0, 0, 0.29);
}
.tariff-box span {
    font-size: 13px;
    line-height: 126%;
    font-weight: 500;
}
.tariff-box p {
    font-family: 'BOWLER', sans-serif;
    font-size: 21px;
    color: #FF2541;
    white-space: nowrap;
}
.tariff__btn {
    margin-top: auto;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer {
    margin-top: 83px;
    border-radius: 22px;
    background: #F1122F;
    background: linear-gradient(92deg,rgba(241, 18, 47, 0.4) 0%, rgba(241, 18, 47, 0) 46%, rgba(77, 80, 90, 0) 50%, rgba(127, 132, 146, 0.3) 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 27px 36px 29px 45px;
    display: flex;
    align-items: center;
    gap: 79px;
}
.timer::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #151B2A;
    z-index: -1;
    border-radius: 22px;
}
.timer__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
}
.timer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
    flex-grow: 1;
}
.timer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(217, 217, 217, 0.1);
    border-radius: 10px;
    padding: 23px 25px 19px;
}
.timer-box p {
    font-family: 'BOWLER', sans-serif;
    font-size: 67px;
    text-align: center;
    line-height: 100%;
}
.timer-box span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 126%;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.5;
}


.fixed-timer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #0a0e19;
    z-index: 9;
    border-top: 2px solid #1f2434;
    background-image: linear-gradient(to bottom, rgba(16, 21, 34, 0.5), rgba(18, 23, 37, 0.5));
}
.fixed-timer .timer {
    margin-top: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
	justify-content: space-between;
}
.fixed-timer .timer-grid {
	flex-grow: unset;
	grid-template-columns: repeat(4, 112px);
}
.fixed-timer .timer::before {
    content: none;
}
.fixed-timer .timer__title {
    font-size: 22px;
    line-height: 30px;
}
.fixed-timer .timer-box {
    padding: 10px;
	background-color: rgba(217, 217, 217, 0.06);
}
.fixed-timer .timer-box p {
    font-size: 33px;
}
.fixed-timer .timer-box span {
    font-size: 13px;
    margin-top: 7px;
}
.timer__btn {
    width: 270px;
    height: 53px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.program {
    padding-top: 97px;
    padding-bottom: 80px;
}
.program__title {
    text-align: center;
}
.program-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}
.program-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 383px;
    width: 100%;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background-color: #151A29;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
}
.program-tab:hover {
    background-color: #2b3247;
}
.program-tab:last-child {
    border-radius: 0 8px 8px 0;
}
.program-tab:first-child {
    border-radius: 8px 0 0 8px;
}
.program-tab.active {
    background-color: #FFFFFF;
    border: none;
    color: #0A0E19;
    pointer-events: none;
}

.program-contents {
    margin-top: -10px;
    padding: 81px 0 0;
    border-radius: 37px;
}
.program-content {
    display: none;
}
.program-content.active {
    display: block;
}
.program-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.program-item {
    border: 1px solid rgba(51, 59, 86, 0.3);
    border-radius: 22px;
    padding: 21px 30px 22px 27px;
    transition: .3s;
    background-color: #0F1320;
}
.program-item:hover {
    background-color: #101423;
}
.program-item.active {
    padding-top: 26px;
    padding-bottom: 31px;
}
.program-item_top {
    display: flex;
    align-items: flex-start;
    gap: 76px;
}
.program-item__time {
    width: 158px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.program-item__time span {
    display: block;
    padding: 6px 16px;
    border-radius: 10px;
    background-color: rgba(43, 51, 70, 0.6);
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.03em;
}
.program-item__title {
    margin-top: 10px;
    font-size: 19px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.program-item__title span {
    opacity: 0.4;
}
.program-support {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
}
.program-support span {
    font-size: 12px;
    line-height: 121%;
    opacity: 0.5;
    text-transform: uppercase;
}
.program-support_box {
    width: 121px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 7px;
    background-color: rgba(32, 38, 55, 0.8);
}
.program-support_box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.program-item_bottom {
    display: none;
    padding-top: 37px;
}
.program-item_bottom.active {
    display: block;
}
.program-row {
    display: flex;
    align-items: stretch;
    gap: 71px;
    background-color: #141928;
    border-radius: 13px;
    padding: 28px 31px 26px;
    margin-bottom: 10px;
}
.program-row:last-child {
    margin-bottom: 0;
}
.program__pic {
    width: 132px;
    min-width: 132px;
    height: 129px;
    background: #3D4766;
    background: radial-gradient(circle at top,rgba(61, 71, 102, 1) 0%, rgba(15, 19, 32, 1) 100%);
    border-radius: 8px;
    overflow: hidden;
}
.program__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.program-r {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 8px;
}
.program__name {
    height: 34px;
    padding-left: 11px;
    padding-right: 11px;
    border-radius: 6px;
    background-color: #E21D3A;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.program__company {
    font-size: 15px;
    line-height: 140%;
    margin-top: 9px;
    margin-bottom: 10px;
}
.program__trand {
    font-size: 19px;
    line-height: 121%;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: auto;
}

.events {
    padding-top: 80px;
    padding-bottom: 80px;
}
.events-slider {
    margin-top: 75px;
}
.events-slide {
    background: #121727;
    background: linear-gradient(180deg,rgba(51, 59, 86, 1) 0%, rgba(51, 59, 86, 0.3) 13%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.17) 100%);
    padding: 1px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 22px;
}
.events-slide::before {
    content: '';
    position: absolute;
    top: 1px;
    width: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    /* background: #0F1320; */
    background: linear-gradient(180deg,rgba(15, 19, 32, 1) 0%, rgba(27, 31, 41, 1) 100%);
    border-radius: 22px;
    z-index: -1;
}
.events-slide:hover::before {
    background: #121727;
}
.events__pic {
    height: 238px;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 22px 22px 0 0;
    overflow: hidden;
}
.events__pic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 54%);
}
.events__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.events-tags {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}
.events-tags span {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 33px;
    font-size: 13px;
    font-weight: 600;
}
.events-tags_r {
    display: flex;
    align-items: center;
    gap: 6px;
}
.events__organize {
    padding-left: 9px;
    padding-right: 9px;
    background-color: #FFFFFF;
    text-transform: uppercase;
    color: #0F1320;
}
.events__vip {
    text-transform: uppercase;
    background-color: #E21D3A;
    padding-left: 7px;
    padding-right: 7px;
}
.events__premium {
    padding-left: 9px;
    padding-right: 9px;
    background-color: #323B55;
}
.events__discount {
    padding-left: 7px;
    padding-right: 7px;
    background-color: #E21D3A;
}
.events-content {
    padding: 27px 33px 32px 24px;
}
.events-info {
    display: flex;
    align-items: center;
    gap: 17px;
}
.events-info>p {
    font-size: 13px;
    font-weight: 600;
    line-height: 121%;
    text-transform: uppercase;
}
.events-info>span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FFFFFF;
    opacity: 0.6;
}
.events__title {
    font-size: 37px;
    line-height: 39px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}
.events__text {
    font-size: 15px;
    line-height: 176%;
    opacity: 0.8;
}
.events__link {
    margin-top: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.events__link span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.events__link svg {
    transition: .3s;
}
.events__link:hover svg {
    transform: translateX(3px);
}


.hotels {
    padding-top: 80px;
    padding-bottom: 97px;
    background: #272F45;
    background: linear-gradient(180deg,rgba(39, 47, 69, 0) 0%, rgba(33, 40, 59, 1) 100%);
}
.hotels__text {
    margin-top: 35px;
    max-width: 672px;
    font-size: 15px;
    line-height: 197%;
    opacity: 0.8;
}
.hotels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 38px;
}
.hotel-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.hotel-info_row {
    display: flex;
    align-items: center;
    gap: 9px;
}
.hotel-info_row svg {
    width: 24px;
    min-width: 24px;
    height: auto;
}
.hotel-info_row span {
    font-size: 12px;
    line-height: 120%;
}
.hotel-info_row span span {
    opacity: 0.49;
}


.partners {
    padding-bottom: 20px;
    padding-top: 12px;
}
.partners-block {
    padding-top: 80px;
    padding-bottom: 80px;
}
.partners-block:not(:first-child) {
    border-top: 1px solid #272E44;
}
.partners-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 15px;
}
.partners-grid._sponsors {
    margin-top: 20px;
}
.partner {
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: #0F1320;
    background: linear-gradient(180deg,rgba(15, 19, 32, 1) 0%, rgba(27, 31, 41, 1) 100%);
    border-radius: 12px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: .3s;
}
.partner:hover {
    border-bottom-color: #f1123080;
    transform: translateY(-5px);
}
.partner img {
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 60%;
    transition: .3s;
}
.partner svg {
    position: absolute;
    top: 10px;
    right: 10px;
}
.partner path {
    transition: .3s;
}
.partner:hover path {
    stroke: #F1122F;
    stroke-opacity: 0.5;
}

.sponsors {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 70px;
}
.sponsor {
    display: flex;
    flex-direction: column;
	justify-content: flex-end;
}
.sponsor-top {
    transition: .3s;
    background: #3A4361;
    background: radial-gradient(circle at top,rgba(58, 67, 97, 1) 0%, rgba(15, 19, 32, 1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 18px;
    padding-bottom: 38px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.sponsor:hover .sponsor-top {
    background: #FF6A4D;
    background: radial-gradient(circle at top,rgba(255, 106, 77, 0.9) 0%, rgba(231, 17, 45, 0.89) 34%, rgba(98, 10, 19, 0.7) 100%);
}
.sponsor-top p {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 122%;
    font-weight: 600;
    max-width: 198px;
    margin-left: auto;
    margin-right: auto;
}

.sponsor-top+.sponsor-link {
    margin-top: -20px;
}
.sponsor-link>img {
    max-width: 65%;
    max-height: 50%;
}
.sponsor:hover .sponsor-link {
    transform: translateY(-5px);
    border-bottom-color: #f1123080;
}
.sponsor:hover .partner path {
    stroke: #F1122F;
    stroke-opacity: 0.5;
}
.partner-add {
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    height: 120px;
    padding: 35px 37px 35px 34px;
    
    background: #0F1320;
    background: linear-gradient(41deg,rgba(15, 19, 32, 1) 0%, rgba(58, 67, 97, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.partner-add:nth-child(7n+1) {
    grid-column: 1/-1;
}
.partner-add:nth-child(7n+2) {
    grid-column: 2/-1;
}
.partner-add:nth-child(7n+3) {
    grid-column: 3/-1;
}
.partner-add:nth-child(7n+4) {
    grid-column: 4/-1;
}
.partner-add:nth-child(7n+5) {
    grid-column: 5/-1;
}
.partner-add:nth-child(7n+6) {
    grid-column: 1/-1;
}
.partner-add:nth-child(7n+7) {
    grid-column: 1/-1;
}
.partner-add p {
    font-size: 15px;
    line-height: 122%;
    font-weight: 600;
    text-transform: uppercase;
}
.partner-add__btn {
    padding-left: 14px;
    padding-right: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 15px;
}


.platform {
    padding-top: 94px;
    padding-bottom: 73px;
}
.platform-block {
    border-radius: 22px;
    padding: 48px 53px 55px;
    min-height: 682px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.platform-block::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    width: 80%;
    height: 500px;
    background-color: #ff0034;
    border-radius: 50%;
    filter: blur(154px);
    z-index: -2;
}
.platform-block::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0A0E19;
    background: linear-gradient(70deg, rgba(10, 14, 25, 0.5) 0%, rgba(10, 14, 25, 0) 100%);
    z-index: -1;
}
.platform__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
}
.platform-top {
    width: 292px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.platform-top img {
    width: 100%;
    height: auto;
}
.platform-bottom {
    max-width: 486px;
}
.platform__title {
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.platform__text {
    margin-top: 30px;
    font-size: 15px;
    line-height: 186%;
    font-weight: 500;
}


.reviews {
    padding-top: 73px;
    padding-bottom: 73px;
    position: relative;
    z-index: 1;
}
.reviews::before {
    content: '';
    position: absolute;
    top: -41px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 593px;
    border-radius: 50%;
    background: #595B67;
    background: linear-gradient(80deg,rgba(89, 91, 103, 1) 0%, rgba(19, 16, 34, 1) 100%);
    filter: blur(284px);
    z-index: -1;
}
.reviews-thumbs {
    margin-top: 65px;
    overflow: hidden;
}
.reviews-thumb {
    height: 152px;
    background: #3D4766;
    background: radial-gradient(circle at top,rgba(61, 71, 102, 1) 0%, rgba(15, 19, 32, 1) 100%);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    cursor: pointer;
    transition: .3s;
}
.reviews-thumb:hover {
    border-color: #F1122F;
}
.reviews-thumb.swiper-slide-thumb-active {
    background: #FF6A4D;
    background: radial-gradient(circle at top,rgba(255, 106, 77, 0.9) 0%, rgba(231, 17, 45, 0.89) 34%, rgba(98, 10, 19, 0.7) 100%);
    border-color: #F1122F;
}
.reviews-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
.reviews-thumb:hover img {
    transform: scale(1.04);
}
.reviews-slider {
    margin-top: 26px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    background: #0F1320;
    background: linear-gradient(180deg,rgba(15, 19, 32, 1) 0%, rgba(27, 31, 41, 1) 100%);
}
.reviews-slider .swiper-pagination {
    position: absolute;
    left: unset;
    bottom: unset;
    top: 44px;
    right: 42px;
    width: auto;
    font-size: 20px;
    opacity: 0.5;
}
.review {
    padding: 33px 83px 44px 36px;
    background: #0F1320;
    background: linear-gradient(180deg,rgba(15, 19, 32, 1) 0%, rgba(27, 31, 41, 1) 100%);
}
.review-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.review__pic {
    width: 356px;
    height: 327px;
    background: radial-gradient(circle at top,rgba(61, 71, 102, 1) 0%, rgba(15, 19, 32, 1) 100%);
    border-radius: 10px;
    overflow: hidden;
}
.review__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review-content {
    max-width: 734px;
    padding-top: 10px;
}
.review__name {
    font-size: 39px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 23px;
    font-weight: 500;
}
.review__stat {
    color: transparent;
    background-image: linear-gradient(0.25turn, rgba(231, 17, 45, 1) 0%, rgba(255, 106, 77, 1) 50%, rgba(255, 106, 77, 1) 100%);
    -webkit-background-clip: text;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
}
.review-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
    position: relative;
}
.review-text::before {
    content: '“';
    position: absolute;
    top: 7px;
    left: -35px;
    font-size: 39px;
    line-height: 34px;
    font-weight: 500;
}
.review-text p {
    font-size: 18px;
    line-height: 32px;
}
.review-text p span {
    font-size: 39px;
    line-height: 0;
    font-weight: 500;
    vertical-align: middle;
    margin-left: 10px;
}


.party {
    padding-top: 73px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
.party__icon {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 1604px;
    z-index: 1;
    opacity: 0.2;
}
.party-block {
    position: relative;
    z-index: 1;
    padding-top: 250px;
    padding-bottom: 220px;
}
.party-block::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1484px;
    height: 364px;
    transform: translate(-50%, -50%) rotate(11.22deg);
    background-color: #d5002a;
    border-radius: 50%;
    filter: blur(204px);
    z-index: -1;
}
.party-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.party__date {
    font-family: 'BOWLER', sans-serif;
    font-size: 22px;
    line-height: 51px;
}
.party__title {
    font-family: 'BOWLER', sans-serif;
    font-size: 92px;
    line-height: 51px;
    margin-top: 43px;
    margin-bottom: 39px;
}
.party__text {
    max-width: 584px;
    font-size: 15px;
    line-height: 164%;
    font-weight: 500;
}
.party-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 24px;
    margin-bottom: 6px;
}
.party-address svg {
    width: 15px;
    min-width: 15px;
    height: auto;
}
.party-address span {
    font-size: 17px;
    line-height: 186%;
    font-weight: 700;
    text-transform: uppercase;
}
.party__link {
    display: flex;
    align-items: center;
    height: 56px;
    width: auto;
}
.party__link img {
    height: 100%;
    width: auto;
}
.party-pics {
    position: absolute;
    top: 17px;
    bottom: 2px;
    left: 28px;
    right: 93px;
    z-index: -1;
}
.party-pics>a {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.party-pics>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.party__img1 {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 183px;
    height: 183px;
}
.party__img2 {
    top: 54px;
    left: 230px;
    width: 198px;
    height: 198px;
}
.party__img3 {
    top: 0;
    right: 459px;
    width: 209px;
    height: 209px;
}
.party__img4 {
    top: 73px;
    right: 226px;
    width: 160px;
    height: 160px;
}
.party__img5 {
    top: 113px;
    right: 91px;
    width: 74px;
    height: 74px;
}
.party__img6 {
    top: 232px;
    right: 0;
    width: 135px;
    height: 135px;
}
.party__img7 {
    bottom: 30px;
    left: 189px;
    width: 201px;
    height: 201px;
}
.party__img8 {
    bottom: 0;
    right: 476px;
    width: 189px;
    height: 189px;
}
.party__img9 {
    bottom: 107px;
    right: 278px;
    width: 99px;
    height: 99px;
}
.party__img10 {
    bottom: 122px;
    right: 14px;
    width: 199px;
    height: 199px;
}


.faq {
    padding-top: 80px;
    padding-bottom: 80px;
}
.faq__title {
    text-align: center;
}
.faq-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 70px;
}
.faq-box {
    background-color: #131823;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: .3s;
}
.faq-box:hover {
    border-color: rgba(255, 255, 255, 0.5);
}
.faq-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 31px;
    cursor: pointer;
    transition: .3s;
}
.faq-top p {
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 500;
}
.faq-top span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    min-width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: .3s;
}
.faq-top.active span {
    transform: rotate(-45deg);
    background-color: #F1122F;
}
.faq-content {
    padding: 0 31px 36px;
    display: none;
}
.faq-content p {
    font-size: 18px;
    line-height: 200%;
}
.faq__link {
    margin-left: auto;
    margin-right: auto;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    width: 265px;
    margin-top: 55px;
}


.footer {
    background: #141823;
    background: linear-gradient(180deg,rgba(20, 24, 35, 0.7) 0%, rgba(27, 31, 41, 1) 100%);
    padding-top: 79px;
    padding-bottom: 130px;
}
.contacts {
    padding-bottom: 132px;
}
.contacts-row {
    margin-top: 68px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 35px;
}
.contacts-box__title {
    font-size: 18px;
    font-weight: 500;
    opacity: 0.6;
}
.contacts-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
}
.contacts__link {
    display: flex;
    align-items: center;
    gap: 21px;
}
.contacts__link:hover {
    opacity: 0.6;
}
.contacts__link img {
    width: 30px;
    min-width: 30px;
    height: auto;
}
.contacts__link span {
    font-size: 23px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-links {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 18px;
    margin-top: 46px;
}
.footer__link {
    padding: 16px 23px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
    transition: .3s;
}
.footer__link:hover {
    border-color: #f1122f;
}
.footer__link:first-child {
    grid-column: 1/3;
}
.footer__link span {
    font-size: 13px;
    line-height: 153%;
    color: #C2CBE5;
    transition: .3s;
    max-width: 305px;
    text-decoration: underline;
}
.footer__link:hover span {
    color: #f1122f;
}
.footer__link svg {
    position: absolute;
    top: 9px;
    right: 9px;
}
.footer__link svg path {
    transition: .3s;
}
.footer__link:hover svg path {
    stroke-opacity: 1;
    stroke: #f1122f;
}
.copyright {
    text-align: center;
    margin-top: 32px;
    color: #8D9FAE;
    opacity: 0.6;
    font-size: 12px;
    text-transform: uppercase;
}


.speaker-popup {
    max-width: 878px;
    width: 100%;
    padding: 38px 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #0F1320;
    background: linear-gradient(64deg,rgba(15, 19, 32, 0.8) 0%, rgba(36, 41, 56, 0.8) 100%);
    border-radius: 40px;
    color: #FFFFFF;
    font-family: "IBM Plex Sans", sans-serif;
    backdrop-filter: blur(8px);
}
.speaker-popup_row {
    display: flex;
    align-items: flex-start;
    gap: 53px;
}
.speaker-popup_l {
    max-width: 268px;
}
.speaker-popup_pic {
    width: 268px;
    height: 264px;
    overflow: hidden;
    background: #3D4766;
    background: linear-gradient(130deg, rgba(61, 71, 102, 1) 0%, rgba(15, 19, 32, 1) 100%);
    border-radius: 15px;
}
.speaker-popup_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.speaker-popup_logo {
    margin-top: 20px;
}
.speaker-popup_logo img {
    max-width: 200px;
    height: auto;
}
.speaker-popup_r {
    padding-top: 10px;
}
.speaker-popup__title {
    text-transform: uppercase;
    font-size: 33px;
    line-height: 126%;
    font-weight: 600;
    font-family: inherit;
    padding-right: 50px;
}
.speaker-popup__subtitle,
.speaker-popup__text {
    line-height: 148%;
    letter-spacing: -0.01em;
    font-family: inherit;
}
.speaker-popup__subtitle {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.speaker-popup__text {
    font-size: 14px;
    opacity: 0.6;
}
.fancybox__slide .f-button[data-fancybox-close] {
    top: 40px;
    right: 40px;
    --f-button-width: 38px;
    --f-button-height: 38px;
    --f-button-border-radius: 50%;
    --f-button-color: #FFFFFF;
    --f-button-hover-color: #0F1320;
    --f-button-bg: rgba(255, 255, 255, 0.28);
    --f-button-hover-bg: #FFFFFF;
    --f-button-active-bg: rgba(255, 255, 255, 0.28);
}
.fancybox__slide .f-button[data-fancybox-close] svg {
    transform: scale(0.8);
    stroke-width: 2px;
}
.fancybox__container {
    background-color: rgba(10, 14, 25, 0.8);
    backdrop-filter: blur(14px);
    --fancybox-backdrop-bg: transparent;
}
/* .fancybox__slide,
.f-thumbs {
    background-color: rgba(10, 14, 25, 0.8);
    backdrop-filter: blur(14px);
} */




/* Partner Popup Styles */
#partner-popup {
    padding: 0;
    background-color: transparent;
}
.partner-popup {
    background: #1A1E2B;
    border-radius: 16px;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    position: relative;
}

.partner-popup__header {
    text-align: center;
    margin-bottom: 30px;
}

.partner-popup__title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 130%;
}

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

.partner-popup__field input,
.partner-popup__field textarea {
    width: 100%;
    background: #2B3044;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 16px 20px;
    color: #fff;
    font-size: 16px;
    font-family: inherit;
    transition: all 0.3s ease;
}

.partner-popup__field input::placeholder,
.partner-popup__field textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.partner-popup__field input:focus,
.partner-popup__field textarea:focus {
    outline: none;
    border-color: #FFFFFF;
    background: #363A4F;
}

.partner-popup__field textarea {
    resize: vertical;
    min-height: 80px;
}

.partner-popup__contacts {
    display: flex;
    gap: 30px;
    margin: 10px 0;
}

.partner-popup__checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.partner-popup__checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.partner-popup__checkbox-icon {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.partner-popup__checkbox input[type="checkbox"]:checked ~ .partner-popup__checkbox-icon {
    background: #F1122F;
    border-color: #F1122F;
}

.partner-popup__checkbox-icon svg {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.partner-popup__checkbox input[type="checkbox"]:checked ~ .partner-popup__checkbox-icon svg {
    opacity: 1;
    transform: scale(1);
}

.partner-popup__submit {
    background: #F1122F;
    border: none;
    border-radius: 8px;
    padding: 16px 32px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.partner-popup__submit:hover {
    background: #FFFFFF;
    color: #111420;
}


.partner-popup__checkbox--privacy {
    font-size: 14px;
    line-height: 143%;
    color: rgba(255, 255, 255, 0.7);
    align-items: flex-start;
}

.partner-popup__checkbox--privacy .partner-popup__checkbox-icon {
    margin-top: 2px;
}

.partner-popup__checkbox--privacy a {
    color: #CC0C25;
    text-decoration: underline;
}

.partner-popup__checkbox--privacy a:hover {
    text-decoration: none;
}

/* Fancybox override for dark theme */
.fancybox__content > .partner-popup {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Success message */
.partner-popup__success {
    text-align: center;
    padding: 40px 0;
}

.partner-popup__success h3 {
    color: #4CAF50;
    font-size: 24px;
    margin-bottom: 15px;
}

.partner-popup__success p {
    color: #fff;
    font-size: 16px;
}
/* Radio button styles */
.partner-popup__radio {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.partner-popup__radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.partner-popup__radio-icon {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: relative;
}

.partner-popup__radio-icon::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F1122F;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}

.partner-popup__radio input[type="radio"]:checked ~ .partner-popup__radio-icon {
    border-color: #F1122F;
}

.partner-popup__radio input[type="radio"]:checked ~ .partner-popup__radio-icon::after {
    opacity: 1;
    transform: scale(1);
}


.fancybox__slide #partner-popup .f-button[data-fancybox-close] {
	top: 10px;
	right: 10px;
}




.numbers {
    justify-content: space-around;
    padding: 20px 60px 30px;
    margin-top: 0;
}
.benefits__inner {
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.benefits__element {
    font-family: 'BOWLER', sans-serif;
    font-size: 35px;
    line-height: 150%;
}
.numbers>span {
	display: block;
	width: 1px;
	height: 50px;
	background: #FFFFFF;
	opacity: 0.1;
}


.part {
    padding-top: 120px;
}
.part-grid {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.part-box {
    border-radius: 12px;
    padding: 27px 25px;
    display: flex;
    flex-direction: column;
}
.part-box span {
    font-size: 14px;
}
.part-box p {
    font-size: 19px;
    font-weight: 600;
    line-height: 126%;
    margin-top: 31px;
    margin-bottom: 26px;
    text-transform: uppercase;
}
.part-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    margin-top: auto;
    font-size: 15px;
}




@media(max-width: 1405px) {
    .hero {
        padding-top: 105px;
        padding-bottom: 40px;
        min-height: 760px;
    }
    .hero-container {
        max-width: 1019px;
    }
    .hero__subtitle {
        font-size: 14px;
    }
    .hero-info {
        margin-top: 15px;
    }
    .hero-info span {
        font-size: 14px;
    }
    .hero__title {
		font-size: 53px;
		line-height: 107%;
    }
    .hero-logo {
        width: 440px;
    }
    #canvas3d {
        transform: scale(0.3);
    }
    .hero__text {
        font-size: 19px;
        max-width: 415px;
    }
    .hero-bottom {
        gap: 15px;
    }
    .hero__btn {
        width: 192px;
        height: 42px;
        font-size: 13px;
    }
    .hero-r_block {
        gap: 15px;
    }
    .hero-r__text {
        font-size: 12px;
        letter-spacing: 0;
    }
    .hero-r_block img {
        max-height: 43px;
    }

    .hero-support {
        padding-top: 5px;
        padding-bottom: 5px;
        gap: 20px;
    }
    .hero-support>span {
        font-size: 13px;
    }

    .video {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .video-block {
        height: 582px;
    }
    .video-block_top>span {
        font-size: 15px;
    }


    .graph-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .graph-wrapper {
        overflow: hidden;
        overflow-x: auto;
    }
    .cards-container,
    .graph-blocks {
        width: 1326px;
        min-width: 1326px;
    }



    .gallery {
        padding: 40px 0;
    }
    .gallery-grid {
        margin-top: 40px;
        grid-gap: 15px;
    }
    .gallery-items {
        gap: 15px;
    }
    .gallery-item._size1 {
        height: 200px;
    }
    .gallery-item._size2 {
        height: 308px;
    }
    .gallery-item._size3 {
        height: 450px;
    }
    .gallery-bottom {
        margin-top: 40px;
    }


    .member {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .member-grid {
        margin-top: 35px;
        grid-gap: 15px;
    }



    .author {
        padding: 40px 0;
    }
    .author-block {
        padding: 35px 35px 30px;
    }
    .author__icon {
        width: 406px;
    }
    .author__pic {
        width: 344px;
        left: 55px;
    }
    .author-content>img {
        width: 30px;
    }
    .author-content p {
        font-size: 14px;
        line-height: 175%;
    }
    .author__title {
        font-size: 24px;
        max-width: 455px;
    }
    .author-info {
        bottom: 30px;
        left: 35px;
    }
    .author-name,
    .author-stat {
        height: 38px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .author-name span,
    .author-stat span {
        font-size: 14px;
    }
    

    .council {
        padding: 40px 0;
    }


    .documents {
        padding: 40px 0;
    }
    .documents-block {
        padding: 40px;
    }
    .documents-grid {
        margin-top: 40px;
        grid-gap: 15px;
    }
    .document__pic {
        height: 245px;
    }
    .document-mid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .document-mid p {
        font-size: 12px;
    }


    .speakers {
        padding: 40px 0;
    }
    .speakers-grid {
        margin-top: 40px;
    }


    
    .council-slide_top {
        height: 307px;
    }
    .speaker .council-slide_top {
        height: 209px;
    }
    .council-bottom {
        padding: 20px 15px;
    }
    .council__name {
        font-size: 14px;
    }


    .tariffs {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .tariffs-grid {
        margin-top: 40px;
        grid-gap: 15px;
    }
    .tariff-header {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 26px;
        padding-bottom: 36px;
    }
    .tariff-header p {
        font-size: 26px;
    }
    .tariff-footer ul li {
        gap: 10px;
        font-size: 12px;
    }
    .tariff__price {
        font-size: 26px;
    }
    .tariff-box span {
        font-size: 12px;
    }
    .tariff-box p {
        font-size: 15px;
    }
    .tariff-footer {
        padding-left: 10px;
        padding-right: 10px;
    }
    .tariff-box {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .tariff-info {
        min-height: 145px;
    }
    .tariff-body img {
        max-height: 40px;
    }
    .tariff-body {
        padding-top: 26px;
        padding-bottom: 36px;
    }

    .timer {
        margin-top: 53px;
        padding: 20px 25px 20px 30px;
        gap: 30px;
    }
    .timer__title {
        font-size: 28px;
        line-height: 36px;
    }
    .timer-box p {
        font-size: 45px;
    }
    .timer-box span {
        font-size: 14px;
    }


    .program {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .program-tabs {
        margin-top: 35px;
    }
    .program-tab {
        height: 48px;
        font-size: 18px;
    }
    .program-contents {
        padding: 50px 0 0;
    }
    .program-item {
        padding: 15px 25px;
        border-radius: 12px;
    }
    .program-item_top {
        gap: 41px;
    }
    .program-item__time {
        width: 131px;
    }
    .program-item__time span {
        padding: 6px 12px;
        line-height: 28px;
        border-radius: 7px;
    }
    .program-item__title {
        font-size: 16px;
        line-height: 24px;
    }
    .program-item_bottom {
        padding-top: 20px;
    }
    .program-row {
        padding: 20px 18px 20px;
        gap: 40px;
    }
    .program__pic {
        width: 113px;
        min-width: 113px;
        height: 113px;
    }
    .program-support_box {
        width: 105px;
        height: 35px;
    }
    .program__name {
        height: 30px;
        font-size: 13px;
    }
    .program__trand {
        font-size: 16px;
    }


    .events {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .events-slider {
        margin-top: 35px;
    }
    .events__pic {
        height: 180px;
    }
    .events-tags {
        padding: 16px;
    }
    .events-tags span {
        font-size: 12px;
    }
    .events-content {
        padding: 20px 16px 23px 16px;
    }
    .events-info {
        gap: 12px;
    }
    .events__title {
        font-size: 25px;
        line-height: 31px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .events__text {
        font-size: 14px;
        line-height: 167%;
    }



    .hotels {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hotels__text {
        margin-top: 20px;
    }
    .hotels-grid {
        grid-gap: 15px;
    }


    .partners {
        padding-top: 0;
        padding-bottom: 0;
    }
    .partner,
    .partner-add {
        height: 90px;
    }
    .partners-grid,
    .sponsors {
        margin-top: 40px;
    }
    .partners-grid {
        grid-gap: 15px;
    }
    .partner img {
        max-width: 70%;
    }
    .partners-block {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .partner-add {
        padding: 15px 16px 15px 16px;
        gap: 5px;
    }
    .partner-add__btn {
        padding-left: 12px;
        padding-right: 12px;
        height: 40px;
        font-size: 12px;
    }
    .partner-add p {
        font-size: 13px;
    }



    .platform {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .platform-block {
        min-height: 525px;
    }
    .platform-top {
        width: 260px;
    }
    .platform__title {
        font-size: 50px;
        line-height: 60px;
    }



    .reviews {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .reviews-thumbs {
        margin-top: 35px;
    }
    .reviews-thumb {
        height: 140px;
    }
    .review-content {
        max-width: 485px;
    }
    .review__name {
        font-size: 30px;
        line-height: 29px;
    }
    .review__stat {
        font-size: 16px;
        line-height: 22px;
    }
    .review-text {
        gap: 15px;
    }
    .review-text::before {
        top: 2px;
        left: -27px;
        font-size: 32px;
    }
    
    .review-text p {
        font-size: 16px;
        line-height: 26px;
    }
    .review-text p span {
        font-size: 32px;
    }


    .party {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .party-block::before {
        width: 1134px;
        height: 364px;
        background-color: #b30124;
        filter: blur(154px);
    }
    
    .party__icon {
        max-width: 1030px;
    }
    .party-pics {
        left: 0;
        right: 0;
    }
    .party-pics>a {
        transform: scale(0.8);
    }
    .party__img1 {
        top: 35%;
    }
    .party__img2 {
        left: 125px;
    }
    .party__img8 {
        right: 410px;
    }
    .party__date {
        font-size: 18px;
        line-height: 42px;
    }
    .party__title {
        font-size: 75px;
        margin-top: 32px;
        margin-bottom: 25px;
    }
    .party-address span {
        font-size: 16px;
    }


    .faq-top p {
        font-size: 28px;
    }


    .contacts {
        padding-bottom: 90px;
    }
    .contacts-row {
        margin-top: 35px;
        padding-top: 20px;
    }
    .contacts-box__title {
        font-size: 16px;
    }
    .contacts-links {
        margin-top: 25px;
        padding-top: 20px;
    }
    .contacts__link span {
        font-size: 20px;
    }
    .footer__link span {
        font-size: 12px;
    }


    .fixed-timer {
        padding: 9px;
    }
    .fixed-timer .timer__title {
        font-size: 17px;
        line-height: 21px;
    }
    .fixed-timer .timer {
        gap: 20px;
        justify-content: space-between;
    }
    .fixed-timer .timer-box {
        padding-bottom: 5px;
    }
    .fixed-timer .timer-box p {
        font-size: 25px;
    }
    .fixed-timer .timer-grid {
        grid-template-columns: repeat(4, 82px);
        gap: 10px;
    }
    /* .fixed-timer .timer-grid {
        grid-gap: 10px;
        max-width: 400px;
    } */
    .timer__btn {
        width: 200px;
        height: 39px;
        font-size: 12px;
    }
    .fixed-timer .timer-box span {
        font-size: 9px;
        margin-top: 2px;
    }


    .footer {
        padding-bottom: 115px;
    }



	.numbers {
		padding-top: 15px;
		padding-bottom: 25px;
	}
	.benefits__element {
		font-size: 30px;
	}
	.benefits__inner {
		font-size: 15px;
	}
}

@media(max-width: 1024px) {
    .hero {
        height: auto;
        min-height: unset;
    }
    .hero-container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero__title {
		font-size: 48px;
    }
    .hero-logo {
        right: -33px;
    }
    .hero-mid {
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .hero-logo {
        top: -30px;
    }


    .video::before {
        width: 100%;
        height: 83px;
        top: 44px;
        filter: blur(46px);
    }
    .video::after {
        width: 100%;
        height: 83px;
        bottom: 55px;
        filter: blur(100px);
    }
    
    .video-block {
        height: 55.6vw;
    }


    
    .graph-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .graph-wrapper {
        margin-top: 30px;
    }


    .gallery-grid {
        grid-gap: 5px;
    }
    .gallery-items {
        gap: 5px;
    }
    .gallery-item._size1 {
        height: 19vw;
    }
    .gallery-item._size2 {
        height: 30vw;
    }
    .gallery-item._size3 {
        height: 43vw;
    }


    .member-grid {
        grid-template-columns: repeat(3, 1fr);
    }


    .author-content {
        max-width: calc(100% - 390px);
    }


    .documents-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .document__pic {
        height: 41vw;
    }


    .speakers-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 18px;
    }
    .speaker .council-slide_top {
        height: 25vw;
    }


    .tariffs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .tariff-info {
        min-height: 150px;
    }
    .timer {
        flex-direction: column;
        align-items: flex-start;
    }


    .program-contents {
        padding: 50px 0 0;
    }


    .events-slider {
        margin-top: 20px;
    }
    .events__pic {
        height: 17vw;
    }
    .events-tags {
        padding: 10px;
    }
    .events-tags span {
        height: 23px;
    }


    .platform-block {
        min-height: 50vw;
    }


    .reviews-thumb {
        height: 19vw;
    }
    .review {
        padding: 25px;
    }
    .review__pic {
        width: 245px;
        height: 250px;
    }
    .review-content {
        max-width: calc(100% - 305px);
    }
    .review-text p {
        font-size: 14px;
        line-height: 24px;
    }
    .review__name {
        font-size: 27px;
        line-height: 29px;
    }
    .reviews-slider .swiper-pagination {
        top: 28px;
        right: 28px;
        font-size: 16px;
    }



    .party-block::before {
        width: 100%;
    }
    .party-pics>a {
        transform: none;
    }
    .party__img1 {
        width: 14vw;
        height: 14vw;
        top: 65%;
    }
    .party__img2 {
        width: 18vw;
        height: 18vw;
        left: 68px;
    }
    .party__img3 {
        right: 362px;
        width: 20vw;
        height: 20vw;
    }
    .party__img4 {
        right: 168px;
        width: 14vw;
        height: 14vw;
    }
    .party__img5 {
        top: 154px;
        right: 62px;
        width: 7vw;
        height: 7vw;
    }
    .party__img6 {
        top: 277px;
        width: 12vw;
        height: 12vw;
    }
    .party__img7 {
        width: 17vw;
        height: 17vw;
        left: 156px;
    }
    .party__img8 {
        right: 328px;
        width: 16vw;
        height: 16vw;
    }
    .party__img9 {
        right: 228px;
        width: 9vw;
        height: 9vw;
    }
    .party__img10 {
        width: 20vw;
        height: 20vw;
        bottom: 67px;
    }
    


    .faq-top p {
        font-size: 22px;
    }
    .faq-content p {
        font-size: 16px;
    }



    .footer {
        padding-top: 40px;
        padding-bottom: 210px;
    }
    .contacts {
        padding-bottom: 60px;
    }
    .contacts__link {
        gap: 10px;
    }
    .contacts__link span {
        font-size: 16px;
    }
    .contacts__link img {
        width: 25px;
        min-width: 25px;
    }
    .footer-row {
        display: none;
    }
    .footer-links {
        margin-top: 0;
    }
    .footer-links {
        grid-template-columns: repeat(3, 1fr);
    }



    .fixed-timer {
        padding-left: 0;
        padding-right: 0;
        
    }
    .fixed-timer .timer {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    /* .fixed-timer .timer__title {
        text-align: center;
    }
    .fixed-timer .timer__title br {
        display: none;
    }
    .timer__btn {
        margin-top: 10px;
    } */




    .speaker-popup {
        padding: 24px;
        border-radius: 24px;
    }
    .speaker-popup_row {
        gap: 25px;
    }
    .speaker-popup_l {
        max-width: 165px;
    }
    .speaker-popup_pic {
        width: 165px;
        height: 165px;
    }
    
    .speaker-popup_logo img {
        max-width: 100%;
    }
    .fancybox__slide .f-button[data-fancybox-close] {
        top: 24px;
        right: 24px;
    }
    .speaker-popup__title {
        font-size: 23px;
    }
    .speaker-popup__subtitle {
        font-size: 13px;
    }
    .speaker-popup__text {
        font-size: 12px;
    }


    .part {
        padding-top: 60px;
    }
    .part-grid {
        margin-top: 20px;
    }


    

}

@media(max-width: 940px) {
    .hero-logo {
        display: none;
    }
    .hero__title {
        font-size: 63px;
    }
    .hero-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .author__icon {
        width: 355px;
    }
    .author__pic {
        width: 325px;
        left: 19px;
    }
    .author-content {
        max-width: calc(100% - 330px);
    }
    .author__title {
        margin-top: 30px;
    }
    .author-block {
        padding-right: 20px;
    }


    .events-tags_r {
        gap: 3px;
    }
    .events-tags {
        gap: 10px;
        flex-wrap: wrap;
    }
    .events__pic {
        height: 21vw;
    }


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



    .partners-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .sponsors {
        grid-gap: 15px;
    }
    .sponsor-top {
        padding-left: 5px;
        padding-right: 5px;
    }
    .sponsor-top p {
        font-size: 16px;
    }
    .partner-add {
        grid-column: 1/-1;
    }


    .platform-block {
        padding: 30px;
    }
    .platform-top {
        width: 205px;
    }
    .platform__title {
        font-size: 38px;
        line-height: 46px;
    }
    .platform__text {
        margin-top: 15px;
        font-size: 13px;
    }


    .part-grid {
        grid-template-columns: 1fr;
    }
    .part-box p {
        font-size: 17px;
        margin-top: 26px;
        margin-bottom: 29px;
    }
    .part-box p br {
        display: none;
    }
    .part-box a {
        font-size: 14px;
    }
}
@media(max-width: 740px) {
    .hero {
        padding-top: 80px;
    }
    .hero-block {
        align-items: center;
        text-align: center;
        width: 100%;
    }
    .hero__text {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-r {
        width: 100%;
    }
    .hero-r_block {
        justify-content: center;
    }
    .hero__title {
        font-size: 8vw;
    }
    .hero-mid {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .hero-mid>img {
        max-width: 370px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .hero-support {
        flex-direction: column;
        gap: 7px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .hero-support_grid {
        grid-template-columns: 1fr 1px 1fr 1px 1fr;
        gap: 5px;
        width: 100%;
        row-gap: 5px;
    }
    .hero-support_box img {
        transform: none;
    }
    .hero-support_box:nth-child(5)+span {
        display: none;
    }


    .graph-top_info {
        gap: 8px;
    }
    .graph-top_box {
        gap: 8px;
        padding: 0 10px;
        height: 38px;
    }
    .graph-top_box span {
        width: 8px;
        min-width: 8px;
        height: 8px;
    }
    .graph-top_box p {
        font-size: 12px;
    }


    .member-block_inner {
        gap: 19px;
        padding-top: 24px;
        padding-bottom: 31px;
    }
    .member-box {
        width: 56px;
        height: 56px;
    }
    .member-box>svg {
        max-width: 27px;
        max-height: 27px;
    }
    .member-block_inner>span {
        font-size: 15px;
    }


    
    .author-content {
        max-width: 100%;
    }
    .author-block {
        padding: 20px 20px 0;
        display: flex;
        flex-direction: column-reverse;
        gap: 18vw;
    }
    .author__pic {
		left: 0;
        position: relative;
		object-fit: contain;
        height: 104vw;
        width: auto;
        align-self: center;
    }
    .author__icon {
        width: 100%;
        top: unset;
        bottom: 48vw;
    }
    .author-info {
        bottom: 15px;
        left: 20px;
    }
    .author-name,
    .author-stat {
        height: 33px;
    }
    
    


    
    .council-slide_top {
        height: 51vw;
    }
    .council-bottom {
        padding: 20px 15px;
    }
    .council__name {
        font-size: 15px;
    }



    .documents-block {
        padding-left: 20px;
        padding-right: 20px;
    }


    .speakers-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 13px;
        margin-top: 20px;
    }
    .speaker .council-slide_top {
        height: 34vw;
    }


    .tariffs {
        padding-top: 40px;
    }
    .timer-grid {
        width: 100%;
        gap: 10px;
    }
    .timer-box {
        padding: 17px 10px 14px;
    }
    .timer-box p {
        font-size: 30px;
    }
    .timer-box span {
        font-size: 12px;
    }



    .program-item_top {
        flex-wrap: wrap;
        gap: 0;
    }
    .program-item__title {
        width: 100%;
        order: 1;
    }


    .events__pic {
        height: 26vw;
    }



    .sponsors {
        grid-template-columns: repeat(2, 1fr);
    }
    .partners-grid {
        grid-gap: 10px;
    }
    .partner,
    .partner-add {
        height: 75px;
    }


    .platform-block {
        min-height: 335px;
    }


    
    .review {
        padding-top: 35px;
    }
    .review__pic {
        width: 175px;
        height: 180px;
    }
    .review-content {
        max-width: calc(100% - 220px);
    }
    .reviews-slider .swiper-pagination {
        top: 20px;
        right: 20px;
    }
    .reviews-thumb {
        height: 23vw;
    }


    .party__img1 {
        left: 16vw;
        top: unset;
        bottom: -2em;
        width: 13vw;
        height: 13vw;
    }
    .party__img2 {
        left: 0;
    }
    .party__img3 {
        right: unset;
        left: 30vw;
        top: -3vw;
    }
    .party__img4 {
        right: unset;
        left: 55vw;
        top: 16vw;
    }
    .party__img5 {
        right: unset;
        top: 25vw;
        left: 23vw;
        width: 12vw;
        height: 12vw;
    }
    .party__img6 {
        right: 0;
        top: 10vw;
    }
    .party__img7 {
        left: 0;
        bottom: 10vw;
    }
    .party__img8 {
        right: 50%;
		transform: translateX(50%)!important;
        bottom: 11vw;
    }
    .party__img9 {
        right: 22vw;
        width: 12vw;
        height: 12vw;
        bottom: -2vw;
    }
    .party__img10 {
        right: 0;
        width: 18vw;
        height: 18vw;
        bottom: 11vw;
    }

    .party__icon {
        opacity: 0.2;
    }
    .party__title {
        font-size: 56px;
        margin-top: 10px;
    }
    .party__text {
        font-size: 13px;
    }
    .party-address span {
        font-size: 13px;
    }
    .party-block {
        padding-top: 200px;
        padding-bottom: 140px;
    }
    .party-pics>a {
        border-radius: 5px;
    }
    


    .faq {
        padding-bottom: 60px;
    }
    .faq-block {
        margin-top: 35px;
    }
    .faq-top {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq-top p {
        font-size: 18px;
    }
    .faq-top span {
        width: 32px;
        min-width: 32px;
        height: 32px;
    }
    .faq-top span svg {
        width: 16px;
        height: auto;
    }
    .faq-content {
        padding: 0 20px 25px;
    }
    .faq-content p {
        font-size: 14px;
        line-height: 135%;
    }
    .faq__link {
        margin-top: 35px;
    }




    .contacts-row {
        grid-template-columns: 1fr;
        padding-top: 0;
        gap: 0;
    }
    .contacts-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .contacts-links {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
        gap: 15px;
    }
    .footer-links {
        grid-gap: 10px;
    }


    .partner-add:nth-child(5n+1) {
        grid-column: 1/-1;
    }
    .partner-add:nth-child(5n+2) {
        grid-column: 2/-1;
    }
    .partner-add:nth-child(5n+3) {
        grid-column: 3/-1;
    }
    .partner-add:nth-child(5n+4) {
        grid-column: 1/-1;
    }
    .partner-add:nth-child(5n+5) {
        grid-column: 1/-1;
    }



    .fixed-timer .timer-grid {
        width: auto;
    }
    .fixed-timer .timer-grid {
        grid-template-columns: repeat(4, 1fr);
        flex-grow: 1;
    }


    .author-block:hover .author__pic {
        transform: none;
    }
	
	
	.numbers {
		flex-direction: row;
		
		padding: 15px 40px 20px;
	}


}
@media(max-width: 620px) {
    .fixed-timer .timer {
        flex-wrap: wrap;
    }
    .fixed-timer .timer__title {
        width: calc(100% - 290px);
    }
    .fixed-timer .timer-grid {
        width: 280px;
    }
    .timer__btn {
        width: 100%;
    }
    .fixed-timer .timer__title {
        font-size: 13px;
        line-height: 18px;
    }


    .party-block {
        padding-top: 40vw;
        padding-bottom: 30vw;
    }

}
@media(max-width: 540px) {
    .hero__text {
        font-size: 16px;
        line-height: 26px;
        margin-top: 5px;
    }
    .hero-bottom {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        width: 100%;
    }
    .hero__btn {
        width: 100%;
    }
    .hero-support {
        margin-top: 25px;
    }


    .video {
        padding-top: 20px;
    }
    .video::before {
        width: 100%;
        height: 83px;
        top: 24px;
        left: 50%;
        transform: translateX(-50%);
        filter: blur(46px);
    }
    .video::after {
        width: 100%;
        height: 83px;
        bottom: 55px;
        left: 50%;
        transform: translateX(-50%);
        filter: blur(100px);
    }
    .video-block {
        height: 55vw;
        border-radius: 10px;
    }
    .video-block iframe {
        border-radius: 6px;
    }
    .video-block_top {
        height: 25px;
    }
    .video-block_top svg {
        height: 100%;
        width: auto;
    }
    .video-block_top>span {
        font-size: 12px;
    }


    .graph-section {
        padding-top: 20px;
    }


    .gallery {
        padding-top: 20px;
    }
    .gallery-grid {
        margin-top: 20px;
    }
    .gallery__btn {
        padding: 16px 34px;
        font-size: 13px;
    }
    


    .member-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
    }
    .member-block,
    .member-block::before,
    .member-block_inner {
        border-radius: 5px;
    }


    .author {
        padding-top: 20px;
    }


    .council {
        padding-top: 20px;
    }
    .council__logo {
        left: 9px;
    }
    .council__icon {
        right: 9px;
    }
    .council-slide {
        border-radius: 5px;
    }
    .slider-nav {
        display: none;
    }



    .documents {
        padding-top: 20px;
    }
    .documents-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
    }
    .document__pic {
        height: 57vw;
    }
    .documents__text {
        margin-top: 20px;
        font-size: 13px;
        line-height: 160%;
    }


    .speakers {
        padding-top: 20px;
    }
    .speakers-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 6px;
    }
    .council-slide_top {
        border-radius: 5px;
    }
    .speaker .council-slide_top {
        height: 65vw;
        border-radius: 5px;
    }
    .council-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }


    .tariffs {
        padding-top: 20px;
    }
    .tariffs-grid {
        margin-top: 20px;
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .tariff__price {
        font-size: 37px;
    }
    .timer {
        margin-top: 30px;
        gap: 20px;
        padding: 20px;
    }
    .timer__title {
        font-size: 22px;
        line-height: 27px;
        
    }


    .program {
        padding-top: 40px;
    }
    .program-tabs {
        margin-top: 25px;
    }
    .program-tab {
        height: 38px;
        font-size: 14px;
    }
    .program-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .program-item__time span {
        font-size: 16px;
        line-height: 21px;
    }
    .program-item__title {
        font-size: 14px;
        line-height: 19px;
    }
    .program-row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .program-row {
        gap: 15px;
    }
    .program__company {
        font-size: 14px;
    }
    .program__trand {
        font-size: 14px;
    }
    .program__pic {
        width: 99px;
        min-width: 99px;
        height: 99px;
    }
    .program-r {
        padding-bottom: 0;
    }
    .program-item__time {
        width: auto;
    }
    .program-item__time span {
        font-size: 14px;
    }
    

    .events {
        padding-top: 20px;
    }
    .events__pic {
        height: 34vw;
    }
    .events-info {
        gap: 7px;
    }
    .events-info>p {
        font-size: 12px;
    }
    .events__title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .events__text {
        font-size: 12px;
    }


    .hotels-grid {
        grid-template-columns: 1fr;
    }
    .hotels .events__pic {
        height: 52vw;
    }


    .partners-block {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .partners-grid._sponsors {
        margin-top: 30px;
    }
    .partners-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .partners-grid,
    .sponsors {
        margin-top: 20px;
    }
    .partner,
    .partner-add {
        height: 60px;
    }
    .sponsor-link {
        height: 80px;
    }


    .platform-block {
        padding: 20px;
    }
    .platform__text {
        font-size: 12px;
        line-height: 145%;
        font-weight: 500;
    }
    .platform__title {
        font-size: 32px;
        line-height: 38px;
    }



    .reviews {
        padding-top: 20px;
    }
    .review {
        padding: 20px;
    }
    .reviews-thumbs {
        margin-top: 20px;
    }
    .reviews-thumb {
        height: 24vw;
    }
    .reviews-slider .swiper-pagination {
        font-size: 13px;
    }
    .review-row {
        flex-direction: column;
    }
    .review-content {
        padding-top: 15px;
        max-width: 100%;
        width: 100%;
    }
    .review-text {
        margin-left: 25px;
    }
    .review__name {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    

    .party-address {
        text-align: center;
        flex-direction: column;
    }
    .party__date {
        font-size: 14px;
    }
    .party__title {
        font-size: 41px;
        line-height: 25px;
    }
    .party-address span {
        font-size: 12px;
    }



    .contacts {
        padding-bottom: 30px;
    }
    .contacts-box {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .footer__link {
        padding: 10px;
        border-radius: 7px;
    }
    .copyright {
        line-height: 148%;
    }


    .partner-add:nth-child(4n+1) {
        grid-column: 0/-1;
    }
    .partner-add:nth-child(4n+2) {
        grid-column: 2/-1;
    }
    .partner-add:nth-child(4n+3) {
        grid-column: 1/-1;
    }
    .partner-add:nth-child(4n+4) {
        grid-column: 1/-1;
    }



    .fixed-timer {
        padding-top: 8px;
    }
    .fixed-timer .timer-box p {
        font-size: 18px;
    }
    .fixed-timer .timer-box span {
        font-size: 10px;
    }
    .fixed-timer .timer-grid {
        width: 270px;
        grid-gap: 5px;
    }
    .fixed-timer .timer__title {
        width: calc(100% - 280px);
    }
    .timer__btn {
        width: 100%;
        height: 35px;
    }
    .fixed-timer .timer-box {
        border-radius: 6px;
        padding-bottom: 5px;
    }


    .footer {
        padding-bottom: 165px;
    }




    .speaker-popup_row {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .speaker-popup_r {
        text-align: center;
    }
    .fancybox__slide .f-button[data-fancybox-close] {
        top: 12px;
        right: 12px;
    }
    .speaker-popup__title {
        font-size: 18px;
        padding-right: 0;
    }
    .speaker-popup__subtitle {
        margin-top: 5px;
    }



    .author-name span,
    .author-stat span {
        font-size: 12px;
    }
    .author__title {
        font-size: 16px;
        margin-top: 18px;
    }
    .author-content p {
        font-size: 10px;
        margin-top: 15px;
    }
    .gallery-item>svg {
        width: 35px;
        height: auto;
    }

    .author-block {
        border-radius: 10px;
    }

    .author-info {
        gap: 2px;
    }

    .author-name,
    .author-stat {
        height: auto;
        border-radius: 4px;
        padding: 5px 11px 5px 11px;
        line-height: 1.55;
    }
    .author-stat {
        padding: 5px 11px 5px 11px;
    }



    .video-block_inner {
        padding: 4px;
    }
    .video-block_top {
        top: 4px;
    }



    .faq-top p {
        font-size: 15px;
    }
    .faq-content p {
        font-size: 12px;
    }
    .faq-box:hover {
        border: 1px solid rgba(255, 255, 255, 0.08);
    }
	
	
	.partner-popup__title {
		font-size: 20px;
	}
	.partner-popup {
		padding-left: 20px;
		padding-right: 20px;
	}

    .party__img1 {
        left: 19vw;
        bottom: -13vw;
        width: 15.63vw;
        height: 15.63vw;
    }
    .party__img2 {
        width: 20.949vw;
        height: 20.949vw;
        top: 4vw;
    }
    .party__img3 {
        left: 33vw;
        top: -4vw;
        width: 22.822vw;
        height: 22.822vw;
    }
    .party__img4 {
        width: 16.568vw;
        height: 16.568vw;
        left: 60vw;
        top: 18vw;
    }
    .party__img5 {
        top: 23vw;
        left: 24.5vw;
        width: 12.506vw;
        height: 12.506vw;
    }
    .party__img6 {
        width: 12.2vw;
        height: 12.2vw;
    }
    .party__img7 {
        width: 20.635vw;
        height: 20.635vw;
        bottom: 6vw;
    }
    .party__img8 {
        width: 23.448vw;
        height: 23.448vw;
        bottom: 4vw;
/*         right: 36vw; */
    }
    .party__img9 {
        right: 20vw;
        width: 15.63vw;
        height: 15.63vw;
        bottom: -13vw;
    }
    .party__img10 {
        width: 20.01vw;
        height: 20.01vw;
        bottom: 6vw;
    }
	
	
	.numbers {
		flex-wrap: wrap;
		column-gap: 0;
		row-gap: 20px;
		padding-left: 0;
		padding-right: 15px;
		margin-top: -10px;
	}
	.numbers>span {
		display: none;
	}
	.benefits__inner {
		width: 50%;
		font-size: 13px;
		gap: 0;
	}
	.benefits__element {
        font-size: 24px;
    }
}


@media(max-width: 420px) {
    .hero-r__text {
        font-size: 11px;
    }
    .hero-r_block img {
        max-width: 160px;
    }


    .council__name {
        font-size: 13px;
    }
    .council-slide_top {
        height: 66vw;
    }


    .timer {
        padding-left: 10px;
        padding-right: 10px;
    }
    .timer-grid {
        gap: 5px;
    }


    .program-contents {
        padding-left: 0;
        padding-right: 0;
        background: transparent;
    }
    .program-support {
        gap: 7px;
    }
    .program-support span {
        font-size: 10px;
    }
    .program-item__time span {
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .program-support_box {
        width: 83px;
        height: 29px;
    }
    .program__company {
        font-size: 10px;
    }
    .program__trand {
        font-size: 12px;
        margin-top: 0;
    }
    .program__name {
        height: 23px;
        font-size: 11px;
    }


    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .sponsor-top p {
        font-size: 13px;
    }
    .sponsors {
        gap: 10px;
    }


    .footer-links {
        grid-template-columns: 1fr;
    }
    .footer__link:first-child {
        grid-column: 1 / 2;
    }


    .partner-add:nth-child(3n+1) {
        grid-column: 1/-1;
    }
    .partner-add:nth-child(3n+2) {
        grid-column: 1/-1;
    }



    .fixed-timer .timer {
        row-gap: 10px;
        column-gap: 5px;
    }
    .fixed-timer .timer__title {
        font-size: 12px;
        width: calc(100% - 210px);
    }
    .fixed-timer .timer-box {
        padding: 5px;
    }
    .fixed-timer .timer-box p {
        font-size: 15px;
    }
    .fixed-timer .timer-box span {
        font-size: 9px;
    }
    .fixed-timer .timer-grid {
        width: 200px;
        gap: 3px;
    }
    /* .fixed-timer {
        padding-left: 0;
        padding-right: 0;
    }
    .fixed-timer .timer__title {
        font-size: 13px;
        line-height: 21px;
    } */
    /* .timer__btn {
        margin-top: 5px;
    } */
    /* .fixed-timer .timer-box p {
        font-size: 16px;
    } */


    .footer {
        padding-bottom: 155px;
    }
	
	
	
}



.scheme {
    padding-top: 90px;
    padding-bottom: 90px;
}
.scheme__title {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
.scheme-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 60px;
}
.scheme-l {
    width: 295px;
    min-width: 295px;
    border: 2px solid #172C51;
    background-color: #0A1637;
    border-radius: 20px;
    padding: 24px 20px;
}
.scheme-l__title {
    font-size: 20px;
    margin-bottom: 40px;
}
.scheme-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.scheme-box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.scheme-box_l {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 2px;
    border-style: solid;
    width: 44px;
    min-width: 44px;
    height: 44px;
}
.scheme-box_l span {
    font-size: 19px;
    font-weight: 700;
}
.scheme-box_r p {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 120%;
}
.scheme-box_r span {
    font-size: 14px;
    color: #3298FF;
}
.scheme-r {
    width: calc(100% - 335px);
}
.scheme-r::-webkit-scrollbar {
    width: 4px;
	height: 4px;
}
.scheme-r::-webkit-scrollbar-track {
    background: #53000b;
}
.scheme-r::-webkit-scrollbar-thumb {
    background-color: #F1122F;
    cursor: pointer;
}
.scheme-r>svg {
    width: 100%;
    height: auto;
}

.scheme-zoom-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
}

.zoom-btn {
    width: 40px;
    height: 40px;
    border: 2px solid #172C51;
    background-color: #0A1637;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.zoom-btn:hover {
    background-color: #172C51;
    border-color: #3298FF;
}

.zoom-btn:active {
    transform: scale(0.95);
}

.svg-zoom-wrapper {
    display: inline-block;
    position: relative;
}

.group-content {
    cursor: pointer;
    transition: opacity 0.2s;
}

.group-content:hover {
    opacity: 0.8;
}

.room-tooltip {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    padding: 20px;
    width: 420px;
    z-index: 1000;
    display: none;
    background-color: rgba(23, 28, 43, 0.40);
    backdrop-filter: blur(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* .room-tooltip::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.room-tooltip._top::after {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0 10px;
    border-color: rgba(23, 28, 43, 0.40) transparent transparent transparent;
}

.room-tooltip._bottom::after {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(23, 28, 43, 0.40) transparent;
}

.room-tooltip._left::after {
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(23, 28, 43, 0.40);
}

.room-tooltip._right::after {
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 10px 10px 10px 0;
    border-color: transparent rgba(23, 28, 43, 0.40) transparent transparent;
} */

#room-text {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 10px;
}

.room-tooltip h3 {
    margin: 0 0 10px 0;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: 600;
}

.room-tooltip .room-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.room-tooltip .room-details {
    color: #E0E0E0;
}

.room-tooltip .room-area {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 5px;
}

.room-tooltip .room-price {
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
}

.room-tooltip .room-image {
    width: 120px;
    height: 80px;
    background: #2A3342;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
}

.room-tooltip .reserve-btn {
    width: 100%;
    height: 40px;
}
#room-image {
    width: 235px;
    height: 120px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.04);
}
#room-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.tooltip-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

@media(max-width: 1024px) {
    .scheme {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .scheme__title {
        line-height: 120%;
        font-size: 38px;
        margin: 0;
    }
    .scheme-row {
        margin-top: 30px;
        flex-direction: column;
    }
    .scheme-l {
        width: 100%;
        min-width: 0;
    }
    .scheme-block {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 15px;
    }
    .scheme-zoom-controls {
        top: unset;
        bottom: 0;
    }
    .scheme-r {
        width: 100%;
    }
    .scheme-l__title {
        margin-bottom: 25px;
    }
	.scheme-box {
		align-items: flex-start;
	}
	.scheme-box_r p {
		font-size: 14px;
	}
	.scheme-box_r span {
    	font-size: 12px;
	}
}

@media(max-width: 768px) {
	.scheme-block {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 520px) {
	.scheme-box {
		gap: 7px;
	}
	.scheme-box_l {
		width: 35px;
		min-width: 35px;
		height: 35px;
	}
	.scheme-box_l span {
    	font-size: 15px;
	}
	.scheme__title {
        font-size: 26px;
    }
	.scheme-row {
        margin-top: 20px;
	}
	.scheme-zoom-controls {
        position: static;
        gap: 3px;
        flex-direction: row-reverse;
        margin-left: auto;
        margin-top: -32px;
    }
	.zoom-btn {
		width: 30px;
		height: 30px;
		border-width: 1px;
		border-radius: 4px;
		font-size: 17px;
	}
}