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

body {
    font-family: 'Montserrat', sans-serif;
}

main {
    overflow-x: hidden;
}

h1.title {
    font-size: 72px;
    font-weight: 500;
    line-height: 1.32;
    text-transform: uppercase;
}

h2.title {
    font-size: 3.75rem;
    line-height: 1.13;
    font-weight: 500;
    text-transform: uppercase;
}

h2.title span {
    color: #4DD4FF;
}

.news-hero h1.title span {
    color: #1E81A8;
}

a {
    text-decoration: none;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    text-align: center;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 1rem 1.25rem;
    height: 3rem;
    border-radius: 10rem;
    background: #29A7CF;
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 500;
    border: 1px solid transparent;
    cursor: pointer;
}

.btn.btn__secondary {
    color: #353535 !important;
    border-color: #353535;
    background: unset;
}

.btn.btn__dark {
    background: #02405D;
}

.btn__free {
    cursor: default;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2.5rem;
    box-sizing: border-box;
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
}

.burger span {
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 2px;
}

.header {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease;
    height: 100px;
    display: flex;
    align-items: center;
}

.header.active {
    background-color: #02405D;
}

.header__menu {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
}

.header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    max-width: 1440px;
    width: 100%;
    padding: 0 2.5rem;
    margin: 0 auto;
}

.header nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    margin: 0 auto !important;
}

.header__link a {
    color: #ffffff !important;
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 500;
}

.header__logo {
    display: flex;
}

.header__link {
    text-transform: uppercase;
    text-align: center;
}

.header__btns .btn {
    height: 2rem;
    font-size: 0.75rem;
    background: #0B4D6C;
}

.header__btns {
    display: flex;
    gap: 1rem;
}

.hero {
    background: url('https://static.tildacdn.com/tild6130-3235-4533-b662-613532323538/hero.png') no-repeat left top / cover;
    padding: 180px 0 0;
    overflow: hidden;
}

.hero .title {
    color: #ffffff;
}

.title {
    font-family: "EtudeNoire", Arial, sans-serif;
}

.hero .title span {
    display: block;
    text-align: right;
    padding-right: calc(min(1336px, 100vw) / 2 - 568px);
}

.hero .subtitle {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.75rem;
    padding: 0.75rem 1.75rem;
    border: 1px solid #ffffff;
    border-radius: 10rem;
    display: inline-block;
    margin-top: 1.25rem;
    position: relative;
    margin-left: auto;
    margin-right: calc(min(1336px, 100vw) / 2 + 148px);
}

.hero .container {
    position: relative;
    isolation: isolate;
    min-height: 520px;
    display: flex;
    flex-direction: column;
}

.hero__img {
    position: absolute;
    right: 0;
    bottom: -110px;
    max-width: 830px;
    width: 58vw;
    z-index: -1;
}

.social-links {
    margin-top: auto !important;
    margin-bottom: 5rem !important;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.about {
    padding: 5rem 0 2rem;
    overflow: hidden;
}

.about__top {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
}

.about__descr {
    max-width: 700px;
}

.about .btn-container {
    margin-top: 4.25rem;
    display: flex;
    gap: 0.625rem;
}

.about__descr p {
    font-size: 1.125rem;
    font-weight: 300;
}

.about__descr p strong {
    display: block;
    font-weight: 400 !important;
}

.about__middle {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin: 50px 0 100px;
}

.about__img {
    max-width: 1026px;
    width: 75%;
}

.about__middle-cards {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 2rem 0 !important;
}

.about__middle-cards .title {
    font-size: 4rem;
    font-weight: 400;
}

.about__middle-card {
    position: relative;
    padding-left: 3rem;
}

.about__middle-card:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 86px;
    background: #808080;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about__bottom {
    margin-top: -5.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.5rem;
}

.about__bottom-info {
    max-width: 800px;
}

.about__bottom-img {
    max-width: 375px;
    width: 30%;
}

.about__bottom .title {
    font-size: 3.25rem;
    line-height: 1;
    font-weight: 500;
}

.about__bottom .subtitle {
    font-size: 2.25rem;
    margin-top: 1.125rem;
}

.subtitle {
    font-family: "EtudeNoire", Arial, sans-serif !important;
    font-family: sans-serif;
    font-weight: 400;
}

.about__bottom .descr {
    margin-top: 1.75rem;
}

.calendar .btn.active {
    background: #29A7CF;
    border-color: transparent;
}

.calendar__slider-tabs .btn {
    background: none;
    border-color: #ffffff;
    transition: all 0.3s ease;
}

.calendar {
    background: linear-gradient(to right,
            rgb(255 255 255 / 10%) 0 1px,
            transparent 1px calc(33% - 1px),
            rgb(255 255 255 / 10%) calc(33% - 1px) calc(33% + 1px),
            transparent calc(33% + 1.5px) calc(66% - 1px),
            rgb(255 255 255 / 10%) calc(66% - 1px) calc(66% + 1px),
            transparent calc(66% + 1.5px) calc(100% - 1px),
            rgb(255 255 255 / 10%) calc(100% - 1px) 100%) center / min(1360px, calc(100vw - 80px)) repeat-x,
        url('https://static.tildacdn.com/tild6536-6131-4932-b132-336465396232/Frame_2131332211.png') no-repeat top left / 630px,
        url('https://static.tildacdn.com/tild6239-3763-4566-b436-326662663564/Frame_2131332208.png') no-repeat right bottom / 254px,
        #1B1919;
    padding: 7.5rem 0 10rem;
    overflow: hidden;
}

.calendar .swiper-slide__top {
    display: flex;
}

.calendar .swiper-slide__middle {
    margin-top: 0.75rem;
    margin-bottom:10px;
}

.goals .title,
.calendar__top .title {
    padding-bottom: 0.75rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

.calendar__slider-tabs {
    display: flex;
    gap: 0.875rem;
}

.slider__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.5rem;
}

.goals__slider,
.calendar__slider {
    margin-top: 3rem;
    color: #ffffff;
    overflow: visible !important;
}

.slider-arrow {
    display: flex;
    background: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.slider__arrows {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
}

.goals__slider .swiper-slide__top img,
.calendar__slider .swiper-slide__top img {
    width: 100%;
}

.calendar__slider .btn.btn__secondary {
    border-color: #ffffff;
    color: #ffffff !important;
}

.calendar__slider .swiper-slide__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.25rem;
    margin-top: auto;
}

.swiper-slide.slide-hidden {
    display: none !important;
}

.descr {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
}

.calendar__slider .swiper-slide__bottom h5 {
    font-weight: 700;
}

.calendar__slider .swiper-slide__middele h4 {
    line-height: 1.1;
    font-weight: 600;
    font-size: 0.875rem;
}

.calendar__slider .swiper-slide__middele p {
    line-height: 1.25;
    font-weight: 400;
    font-size: 0.625rem;
    margin-top: 0.375rem;
}

.about__middle-card .descr {
    font-size: 1.75rem;
    line-height: 1;
}

.calendar__slider .swiper-slide__bottom-date h5,
.calendar__slider .swiper-slide__bottom-date p {
    font-size: 0.75rem;
    line-height: 1.2;
}

.calendar__slider .swiper-wrapper .swiper-slide .btn {
    padding: 0.5rem 0.875rem;
    height: 1.875rem;
    font-size: 0.75rem;
}

.calendar__slider-see-all {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.calendar__slider .swiper-slide__middle h4 {
    font-size: 0.875rem;
}

.calendar__slider .swiper-slide__middle p {
    font-size: 0.75rem;
}

.news .swiper-slide__middle h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

.goals__slider .swiper-slide,
.goals__slider .swiper-slide *,
.calendar__slider .swiper-slide,
.calendar__slider .swiper-slide * {
    transition: all 0.3s ease;
}

.forum {
    background: url('https://static.tildacdn.com/tild6338-3934-4166-b334-653533313032/Frame_2087327052.png') no-repeat center top / 100% 100%;
    padding: 3.25rem 0 0;
}

.forum__top {
    color: #ffffff;
}

.forum__top .title {
    font-size: 3.25rem;
    display: inline;
    line-height: 1.2;
}

.forum__top .subtitle {
    display: inline-block;
    padding: 0.625rem 1.25rem;
    border: 1px solid #ffffff;
    border-radius: 10rem;
    font-size: 2rem;
    line-height: 1;
    transform: translateY(-0.5rem);
    text-transform: uppercase;
}

.forum__top-btn.btn {
    font-size: 1.25rem;
    padding: 1.8rem 1.25rem;
    line-height: 1;
}

.forum__middle {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2.25rem;
    max-width: 530px;
    margin-top: 1.75rem;
    margin-left: auto;
    margin-right: 4rem;
    position: relative;
    z-index: 1;
}

.forum__middle .descr {
    font-size: 1.25rem;
}

.forum__bottom {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
    padding-top: 5rem;
    isolation: isolate;
}

.forum__bottom-info-cards {
    display: flex;
    gap: 2.5rem;
    justify-content: space-between;
    width: 100%;
}

.forum__bottom-img img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -2.5rem;
    left: -3.25rem;
    z-index: -1;
}

.forum__bottom-info {
    display: flex;
    align-items: flex-end;
    gap: 2.5rem;
    padding-bottom: 5rem;
}

.forum__bottom-location-descr {
    font-family: "EtudeNoire", Arial, sans-serif;
    font-weight: 400;
    text-align: center;
}

.forum__bottom-info-location {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    line-height: 1.7;
    letter-spacing: -0.2px;
}

.forum__bottom .title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
}

.forum__bottom .descr {
    font-size: 1.25rem;
    line-height: 1;
}

.forum__bottom-img {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.prediction {
    background: linear-gradient(to right,
            rgb(255 255 255 / 10%) 0 1px,
            transparent 1px calc(33% - 1px),
            rgb(255 255 255 / 10%) calc(33% - 1px) calc(33% + 1px),
            transparent calc(33% + 1.5px) calc(66% - 1px),
            rgb(255 255 255 / 10%) calc(66% - 1px) calc(66% + 1px),
            transparent calc(66% + 1.5px) calc(100% - 1px),
            rgb(255 255 255 / 10%) calc(100% - 1px) 100%) center / min(1360px, calc(100vw - 80px)) repeat-x,
        url("https://static.tildacdn.com/tild3964-3266-4235-b132-306334613230/Frame_2131332212.png") no-repeat right bottom / 870px, #1B1919;
    padding: 6.5rem 0 8rem;
}

.prediction .title {
    font-size: 4.5rem;
    color: #ffffff;
}

.prediction .descr {
    color: #ffffff;
    max-width: 642px;
    margin-top: 0.625rem;
}

.prediction__info {
    max-width: 780px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.prediction .btn {
    margin-top: 2.25rem;
}

.prediction .container {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.prediction__cards {
    display: flex;
    width: 100%;
}

#prediction-card {
    position: relative;
    z-index: 1;
    margin-top: 5rem;
    isolation: isolate;
}

.prediction__cards-item img {
    width: 100%;
}

.prediction__cards-item-bg {
    margin-left: -5rem;
}

.prediction__cards-item-back {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: perspective(600px) rotateY(180deg);
    z-index: -1;
}

.prediction__cards-item-front {
    transform: perspective(600px) rotateY(0deg);
    display: flex;
}

.prediction__cards-item.active .prediction__cards-item-front {
    transform: perspective(600px) rotateY(-180deg);
    z-index: 1;
    position: relative;
}

.prediction__cards-item.active .prediction__cards-item-back {
    transform: perspective(600px) rotateY(0deg);
    z-index: 1;
}

.prediction__cards-item-front,
.prediction__cards-item-back {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.5s transform ease;
    will-change: transform;
}

.prediction__cards-item-result {
    display: flex;
}

.news {
    padding-top: 6.25rem;
}

.news__top .title {
    text-align: right;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #A9A9A9;
}

.news .slider__actions {
    justify-content: flex-end;
}

.news .slider-arrow svg * {
    stroke: #0a0a0a;
}

.news__slider {
    margin-top: 2rem;
}

.news__descr {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news__date {
    color:#9F9F9F
}

.news .swiper-slide__top img {
    max-width: 100%;
}

.news .swiper-slide__bottom {
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 1.125rem;
}

.news .swiper-slide__middele p {
    margin-top: 0.75rem;
}

.news .swiper-slide__middele {
    margin-top: 2rem;
}

.news .swiper-slide__middele h4 {
    font-size: 1.75rem;
    font-weight: 600;
}

.news__see-all {
    display: flex;
    justify-content: flex-end;
    margin-top: 2.25rem;
}

.organizers {
    padding-top: 6.25rem;
}

.partners {
    padding-top: 6.25rem;
}

.project .title,
.organizers .title,
.partners .title {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #A9A9A9;
}

.organizers__cards {
    margin-top: 3rem;
    gap: 20px 50px;
}

.partners__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-top: 3rem;
}

.partners__link {
    display: flex;
    justify-content: flex-end;
    margin-top: 2.25rem;
}

.footer {
    background: url('https://static.tildacdn.com/tild6133-6661-4430-b739-366330366161/Frame_2131332208.png') no-repeat center bottom / 100%  100%, #142831;
    color: #ffffff;
    padding-top: 7rem;
    margin-top: 5rem;
    padding-bottom: 14rem;
}

.footer .container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.footer__middle {
    display: flex;
    gap: min(6.5rem, 6vw);
}

.footer__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}

.info__contacts {
    margin-top: 2.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
}

.info__social {
    margin-top: 3.75rem;
    display: flex;
    gap: 1.125rem;
}

.footer__info {
    max-width: 480px;
}

.menu__section {
    max-width: 210px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.info__contacts a {
    display: flex;
    align-items: center;
    gap: 1.125rem;
    color: #ffffff !important;
}

.news .swiper-slide__bottom a,
.news .swiper-slide__top {
    display: flex;
}

.news .swiper-slide__middle {
    margin-top: 2rem;
}

.news .swiper-slide__bottom p,
.news-hero__cards-item-bottom p {
    font-weight: 500;
}

.header__logo,
.info__contacts a svg,
.news .swiper-slide__bottom a svg,
.btn svg {
    flex-shrink: 0;
}

.info__social a {
    display: flex;
}

.menu__list {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}

.menu__item a {
    color: #ffffff !important;
}

.footer__bottom svg {
    width: 100%;
    height: unset;
}

.calendar-hero {
    padding: 11.25rem 0 0;
}

.news-hero {
    padding: 11.25rem 0 5rem;
}

.calendar-hero__map {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.calendar-hero__map-background {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.calendar-hero__marker {
    position: absolute;
    cursor: pointer;
}

.calendar-hero__marker-pin-img {
    width: 4.25rem;
    height: 5.5rem;
    position: relative;
    -webkit-animation: markerPulse 2s infinite;
    animation: markerPulse 2s infinite;
    transform-origin: bottom center;
}

.calendar-hero__marker-tooltip {
    position: absolute;
    top: 50%;
    left: calc(100% + 1.25rem);
    transform: translateY(-50%);
    background: #ffffff;
    width: 196px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.calendar-hero__marker-tooltip.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.calendar-hero__tooltip-image {
    width: 100%;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}

.calendar-hero__marker-tooltip-text {
    padding: 0.5rem 0.75rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.calendar-hero__tooltip-title {
    font-weight: 700;
    line-height: 1.2;
    font-size: 0.875rem;
}

.calendar-hero__tooltip-description {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
}

.calendar-hero__marker-pin {
    position: relative;
    isolation: isolate;
}

.calendar-hero__marker-pin-shadow {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0.75rem);
    z-index: -1;
    -webkit-animation: markerShadowPulse 2s infinite;
    animation: markerShadowPulse 2s infinite;
}

.speakers .title,
.ss-additional .title,
.session .title,
.for-main h2.title,
.for h2.title,
.descr.video__descr,
.mediacenter .title,
.news-hero .title,
.calendar-hero .title {
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #A9A9A9;
}

.calendar-items__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.calendar-items__top img {
    width: 100%;
    aspect-ratio: 2 / 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.calendar__slider .swiper-slide__top img {
    aspect-ratio: 16 / 8.7;
    -o-object-fit: cover;
    object-fit: cover;
}

.news .swiper-slide__top img {
    aspect-ratio: 15 / 10;
    -o-object-fit: cover;
    object-fit: cover;
}

.calendar-items__top {
    display: flex;
}

.calendar-items__middle {
    margin-top: 1rem;
}

.calendar-items__middle p {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    line-height: 1.2;
}

.calendar-items__bottom {
    margin-top: 1.5rem;
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    align-items: flex-end;
}

.calendar-items__bottom .btn {
    padding: 0.5rem 0.875rem;
    height: 1.875rem;
    font-size: 0.75rem;
}

.calendar-items__bottom-date * {
    font-size: 0.75rem;
}

.calendar-items__bottom-date h5 {
    font-weight: 700;
}

.calendar-items__middle h4 {
    font-size: 1.25rem;
    line-height: 1.1;
    font-weight: 600;
}

.calendar-items__tabs {
    display: flex;
    gap: 0.875rem;
}

.calendar-items__tabs .btn {
    color: #000000 !important;
    background: unset;
    border-color: #000000;
}

.calendar-items__tabs .btn.active {
    color: #ffffff !important;
    background: #29A7CF;
    border-color: transparent;
}

.calendar-items {
    padding-top: 4rem;
}

.news-hero__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.news-hero__cards-item-top img {
    max-width: 100%;
}

section:not(.news-items) .news-hero__cards-item:first-child {
    grid-column: span 3;
    position: relative;
    color: #ffffff;
    padding: 2.75rem;
    isolation: isolate;
}

section:not(.news-items) .news-hero__cards-item:first-child:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(269.84deg, rgba(255, 255, 255, 0) 1.62%, #002E45 98.46%);
    z-index: -1;
}

section:not(.news-items) .news-hero__cards-item:first-child .news-hero__cards-item-top {
    position: absolute;
    z-index: -2;
    inset: 0;
}

section:not(.news-items) .news-hero__cards-item:first-child .news-hero__cards-item-top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-hero__cards-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

section:not(.news-items) .news-hero__cards-item:first-child .news-hero__cards-item-bottom {
    align-items: center;
    max-width: 340px;
    margin-top: 2.25rem;
}

section:not(.news-items) .news-hero__cards-item:first-child h4 {
    text-transform: uppercase;
    font-size: 4.5rem;
    font-family: "EtudeNoire", Arial, sans-serif;
    font-weight: 400;
}

section:not(.news-items) .news-hero__cards-item:first-child .news-hero__cards-item-middle {
    max-width: 640px;
}

section:not(.news-items) .news-hero__cards-item:first-child .news-hero__cards-item-middle p {
    margin-top: 3.25rem;
    color: #ffffff;
}

.news-hero__cards-item-bottom a {
    display: flex;
}

.news-hero__cards-item-middle {
    margin-top: 2rem;
}

.news-hero__cards-item-bottom {
    margin-top: 1.125rem;
}

.news-hero__cards-item-top {
    display: flex;
}

.news-hero__cards-item-middle h4 {
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 600;
}

.news .swiper-slide__middle p,
.news-hero__cards-item-middle p {
    color: #545454;
    font-weight: 500;
    margin-top: 0.75rem;
}

section:not(.news-items) .news-hero__cards-item:first-child .news-hero__cards-item-bottom p {
    font-size: 1.5rem;
    line-height: 1.2;
    font-family: "EtudeNoire", Arial, sans-serif;
    font-weight: 400;
}

.news-hero__cards-item-bottom a span {
    display: none;
}

section:not(.news-items) .news-hero__cards-item:first-child .news-hero__cards-item-bottom a span {
    display: flex;
    color: #000000 !important;
    background: #ffffff;
}

section:not(.news-items) .news-hero__cards-item:first-child .news-hero__cards-item-bottom a svg {
    display: none;
}

.mediacenter {
    padding: 5rem 0;
}

.mediacenter__card {
    display: flex;
    align-items: flex-end;
    gap: 2.5rem;
    justify-content: space-between;
}

.mediacenter__card-info-bottom {
    margin-top: 2.25rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.25rem;
}

.mediacenter__card-img {
    max-width: 570px;
    width: 100%;
    flex: 1;
}

.mediacenter__card-img img {
    width: 100%;
}

.mediacenter__card-info {
    flex: 1;
    max-width: 540px;
}

.mediacenter__card-info-top h4 {
    font-weight: 500;
    font-size: 2.25rem;
    max-width: 300px;
    font-family: "EtudeNoire", Arial, sans-serif;
}

.mediacenter__card-info-top p {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.2;
}

.mediacenter__card-info-bottom p {
    font-size: 1.5rem;
    font-weight: 500;
}

.video {
    padding-top: 5rem;
}

.video__item {
    display: flex;
}

.video__item img {
    width: 100%;
}

.descr.video__descr {
    font-size: 2rem;
    margin-top: 1.5rem;
}

.forum-hero {
    padding-top: 11.25rem;
    background: linear-gradient(to right,
            rgb(255 255 255 / 10%) 0 1px,
            transparent 1px calc(33% - 1px),
            rgb(255 255 255 / 10%) calc(33% - 1px) calc(33% + 1px),
            transparent calc(33% + 1.5px) calc(66% - 1px),
            rgb(255 255 255 / 10%) calc(66% - 1px) calc(66% + 1px),
            transparent calc(66% + 1.5px) calc(100% - 1px),
            rgb(255 255 255 / 10%) calc(100% - 1px) 100%) center / min(1360px, calc(100vw - 80px)) repeat-x,
        url("https://static.tildacdn.com/tild6338-3934-4166-b334-653533313032/Frame_2087327052.png") no-repeat center top 310px / cover, #030303;
    position: relative;
    z-index: 1;
}

.forum-hero .forum__middle {
    margin: 2.75rem 0 0;
    max-width: 780px;
    align-items: flex-start;
}

.forum-hero .forum__middle .descr {
    font-size: 1rem;
    color: #ffffff;
}

.forum-hero .forum__bottom-info {
    max-width: 940px;
    width: 100%;
    padding-bottom: 7rem;
}

.forum-hero .forum__bottom-info-cards li {
/*    max-width: 245px;*/
    width: 100%;
}

.forum-hero .forum__bottom:after {
    content: '';
    position: absolute;
    top: 0;
    right: -2rem;
    background: url('https://static.tildacdn.com/tild6437-3430-4133-b265-636231343062/Frame_2087327062.png') no-repeat bottom center / contain;
    z-index: -1;
    max-width: 590px;
    width: 44%;
    aspect-ratio: 3 / 3.5;
}

.forum-hero .forum__bottom {
    position: relative;
    padding-right: 33%;
}

.for h2.title {
    color: #ffffff;
}

.for__cards {
    margin-top: 5rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.for__cards-item {
    display: flex;
    flex-direction: column;
    max-width: calc((85% - 1.25rem) / 3);
    z-index: 1;
    position: relative;
}

.for__cards-item .for__cards-item-text {
    background: #ffffff;
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border-radius: 0 0 1.25rem 1.25rem;
}

.for__cards-item-img img {
    width: 100%;
}

.for__cards-item-img {
    display: flex;
    overflow: hidden;
    border-radius: 1.25rem 1.25rem 0 0;
}

.for__cards-item.for__cards-item--dark .for__cards-item-text {
    background: #02405D;
}

.for__cards-item.for__cards-item--dark {
    margin-right: auto;
    margin-top: 6.25rem;
    position: relative;
}

.for__cards-item-text h4 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
}

.for__cards-item-text p {
    font-weight: 500;
    color: #242424;
}

.for__cards-item.for__cards-item--dark .for__cards-item-text h4 {
    color: #ffffff;
}

.for__cards-item.for__cards-item--dark .for__cards-item-text p {
    color: rgba(255, 255, 255, 0.8);
}

.for__cards-item.for__cards-item--dark:after {
    content: '';
    position: absolute;
    background: url("https://static.tildacdn.com/tild6166-3665-4138-b062-636663386164/Frame_2131332214.png") no-repeat center / contain;
    max-width: 360px;
    width: 100%;
    aspect-ratio: 1 / 1;
    left: calc(100% - 90px);
    top: -167px;
}

.group {
    background: linear-gradient(to right,
            rgb(255 255 255 / 10%) 0 1px,
            transparent 1px calc(33% - 1px),
            rgb(255 255 255 / 10%) calc(33% - 1px) calc(33% + 1px),
            transparent calc(33% + 1.5px) calc(66% - 1px),
            rgb(255 255 255 / 10%) calc(66% - 1px) calc(66% + 1px),
            transparent calc(66% + 1.5px) calc(100% - 1px),
            rgb(255 255 255 / 10%) calc(100% - 1px) 100%) center / min(1360px, calc(100vw - 80px)) repeat-x,
        radial-gradient(44.89% 38.23% at -20.2% 50.01%, #66B7D4 0%, rgba(102, 183, 212, 0) 100%), #0B0B0C;
    overflow: visible;
    position: relative;
    padding: 5rem 0 11.25rem;
}

.goals {
    padding-top: 5rem;
}

.goals .title {
    text-align: right;
}

.goals .slider__actions {
    justify-content: flex-end;
}

.goals .swiper-slide__top h4 {
    font-size: 5.75rem;
    font-family: "EtudeNoire", Arial, sans-serif;
    font-weight: 500;
    position: absolute;
    bottom: 0.625rem;
    left: 1.25rem;
}

.goals .swiper-slide__top {
    display: flex;
    position: relative;
}

.goals .swiper-slide__bottom p {
    font-size: 0.875rem;
    line-height: 1.35;
    margin-top: 0.75rem;
}

.goals__slider .swiper-slide.swiper-slide-active .swiper-slide__bottom p {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}

.event-participants {
    /*background: linear-gradient(to right,*/
    /*        rgb(255 255 255 / 10%) 0 1px,*/
    /*        transparent 1px calc(33% - 1px),*/
    /*        rgb(255 255 255 / 10%) calc(33% - 1px) calc(33% + 1px),*/
    /*        transparent calc(33% + 1.5px) calc(66% - 1px),*/
    /*        rgb(255 255 255 / 10%) calc(66% - 1px) calc(66% + 1px),*/
    /*        transparent calc(66% + 1.5px) calc(100% - 1px),*/
    /*        rgb(255 255 255 / 10%) calc(100% - 1px) 100%) center / min(1360px, calc(100vw - 80px)) repeat-x,*/
    /*    radial-gradient(68.21% 36.81% at 40.94% 7.79%, #66B7D4 0%, rgba(102, 183, 212, 0) 100%), #0B0B0C;*/
    background: linear-gradient(to right,
        rgb(255 255 255 / 10%) 0 1px,
        transparent 1px 19px,
        rgb(255 255 255 / 10%) 19px 20px,
        transparent 20px calc(33% - 1px),
        rgb(255 255 255 / 10%) calc(33% - 1px) 33%,
        transparent 33% calc(33% + 17px),
        rgb(255 255 255 / 10%) calc(33% + 17px) calc(33% + 18px),
        transparent calc(33% + 18px) calc(66% - 4px),
        rgb(255 255 255 / 10%) calc(66% - 4px) calc(66% - 3px),
        transparent calc(66% - 3px) calc(66% + 14px),
        rgb(255 255 255 / 10%) calc(66% + 14px) calc(66% + 15px),
        transparent calc(66% + 15px) calc(100% - 20px),
        rgb(255 255 255 / 10%) calc(100% - 20px) calc(100% - 19px),
        transparent calc(100% - 19px) 100%) center / min(1400px, calc(100vw - 40px)) repeat-x,
        radial-gradient(68.21% 36.81% at 40.94% 7.79%, #66B7D4 0%, rgba(102, 183, 212, 0) 100%), #0B0B0C;
}

.event-participants .title {
    color: #ffffff;
}

.calendar__slider,
.goals__slider {
    transition: min-height 0.3s ease;
}

.for-main {
    padding-bottom: 5rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #C7C5C5;
}

.for-main__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem;
}

.for-main__cards-item img {
    width: 100%;
}

.for-main__cards-item h4 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 1rem;
}

.for-main__cards-item p {
    color: #545454;
    font-size: 0.75rem;
    margin-top: 0.375rem;
}

.for-main h2.title span {
    color: #1E81A8;
}

.for-main h2.title {
    text-align: right;
}

.group:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('https://static.tildacdn.com/tild6563-3036-4037-a562-626334346230/Frame_2087327063.png') no-repeat center / contain;
    width: 410px;
    height: 410px;
    transform: translate(-50%, 50%);
    pointer-events: none;
}

.ss-additional,
.session {
    background: #ffffff;
}

.session__group-tasks {
    background: radial-gradient(95.28% 87.98% at 50% 106.94%, #FFFFFF 70%, #176C91 85%, rgba(0, 0, 0, 0) 100%), #000000;
    padding: 2.5rem;
    background-size: 1360px;
    background-position: center;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

.session__tasks {
    color: #ffffff;
}

.session__group-title {
    font-size: 2.75rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "EtudeNoire", Arial, sans-serif;
}

.session__questions-title.session__group-title {
    color: #ffffff;
}

.session__tasks-cards-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.session__tasks-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2.25rem;
}

.num {
    margin-top: 0.25rem;
    font-family: "EtudeNoire", Arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25;
}

.session__tasks-cards-item .descr {
    font-size: 1.25rem;
    max-width: 550px;
}

.session__questions {
    margin-top: 2.75rem;
}

.session__questions-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2.25rem;
    max-width: 1084px;
}

.session__questions-cards-item {
    padding: 0.75rem 0.875rem;
    background: #ffffff;
    border-radius: 1.25rem;
    display: flex;
    gap: 1.25rem;
}

.session__questions-cards-item .descr {
    font-size: 0.875rem;
}

.session__commission {
    position: relative;
    margin-top: 2rem;
}

.session__commission-cards {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem 0.875rem;
    max-width: 1084px;
    width: 73vw;
}

.session__commission-cards-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.session__commission-cards-item img {
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
    border-radius: 0.75rem;
}

.ss-additional__slider-bottom-cards-text p,
.session__commission-cards-item p {
    font-size: 0.625rem;
}

.ss-additional__slider-bottom-cards-text h5,
.session__commission-cards-item h5 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
}

.ss-additional__slider-bottom-cards-text,
.session__commission-cards-item-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.session__commission:after {
    content: '';
    position: absolute;
    max-width: 380px;
    width: 25vw;
    height: 25vw;
    background: url("https://static.tildacdn.com/tild6237-3734-4262-a635-373138396630/Frame_2131332209.png") no-repeat center / contain;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 15vw);
    z-index: -1;
}

.session__group-tasks:before {
    content: '';
    position: absolute;
    background: url("https://static.tildacdn.com/tild3939-3431-4161-a261-656264386338/Frame_2131332208.png") no-repeat center / contain;
    top: 0;
    right: 15vw;
    height: 200px;
    width: 200px;
    transform: translateY(-50%);
    z-index: -1;
}


.ss-additional {
    padding: 5rem 0 7rem;
}

.session {
    padding: 4rem 0 3rem;
}

.ss-additional .swiper-slide {
    background: radial-gradient(99.74% 85.89% at 50% -24.09%, #FFFFFF 0%, #FFFFFF 38.95%, #176C91 66.88%, rgba(0, 0, 0, 0) 100%), #000000;
    background-size: 1360px;
    background-position: center top;
    overflow: hidden;
    padding: 2.5rem;
    height: unset;
    position: relative;
    isolation: isolate;
}

.ss-additional__slider-bottom-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.gtc-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.ss-additional__slider-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 4rem 0 1.5rem;
}

.ss-additional__slider-bottom-item {
    color: #ffffff;
}

.ss-additional__slider-num {
    position: absolute;
    top: 0;
    left: 1.5rem;
    color: rgb(255 255 255 / 17%);
    font-size: 244px;
    line-height: 1.2;
    z-index: -1;
    font-family: "EtudeNoire", Arial, sans-serif;
    font-weight: 500;
    mix-blend-mode: overlay;
}

.ss-additional__slider-bottom-cards-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.ss-additional__slider-bottom-cards-item img {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 0.625rem;
}

.ss-additional__slider-bottom-item h4 {
    font-family: "EtudeNoire", Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 1;
    font-weight: 500;
}

.ss-additional__slider-title {
    font-size: 2.75rem;
    color: #ffffff;
    padding-top: 8rem;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ffffff;
    font-weight: 600;
    line-height: 1.2;
}

.ss-additional__slider-descr {
    color: #ffffff;
    font-weight: 500;
    max-width: 860px;
}

.ss-additional__slider-bottom-item.ss-additional__slider-bottom-second {
    max-width: 400px;
    width: 100%;
    position: relative;
}

.ss-additional__slider-bottom-item.ss-additional__slider-bottom-second>img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ss-additional__sub {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
    font-family: "EtudeNoire", Arial, sans-serif;
    font-size: 1.5rem;
    color: #29A7CF;
}

.ss-additional__slider-bottom-item h4 {
    text-transform: uppercase;
}

.ss-additional__slider {
    margin-top: 1rem;
}

.ss-additional__slider-bottom-second .ss-additional__slider-bottom-cards {
    display: flex;
    flex-direction: column;
}

.ss-additional__slider-arrows.slider__arrows {
    margin-top: 1.5rem;
    justify-content: flex-end;
}

.speakers {
    padding-top: 6.25rem;
}

.speakers__cards-item {
    display: flex;
    gap: 1.5rem;
    padding: 1rem 1.25rem;
    background: #000000;
    border-radius: 1.25rem;
    color: #ffffffff;
    width: calc((100% - 2.5rem) / 2);
}

.speakers__cards-item img {
    border-radius: 1rem;
}

.speakers__cards-item h4 span {
    color: #59C2FF;
    display: block;
}

.speakers__cards-item h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2rem;
    margin-top: 0.625rem;
}

.speakers__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    width: calc(150% + 0.625rem);
}

.speakers__cards-item:nth-last-child(-n + 2) {
    transform: translateX(16vw);
}

.speakers__cards-item-text {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.speakers__cards-item-text p {
    font-size: 1.125rem;
    line-height: 1.3;
}

.speakers .title {
    color: #ffffff;
}

.prediction__cards-item-result-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
}

.prediction__cards-item-result {
    position: relative;
}

.prediction__cards-item-result-text h3 {
    font-size: 1.5rem;
    color: #0B4D6C;
    text-transform: uppercase;
    font-family: "EtudeNoire", Arial, sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #0B4D6C;
    padding-bottom: 0.375rem;
    width: 250px;
    transform-origin: center bottom;
    transform: scale(1);
}

.prediction__cards-item-result-text .descr {
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #0B4D6C;
    font-family: "EtudeNoire", Arial, sans-serif;
    margin: 0;
    width: 250px;
    transform-origin: center top;
    transform: scale(1);
}

.uc-reg-pop .t702__img {
    max-width: 250px;
    margin: 0 auto;
}

.uc-reg-pop .t702__wrapper {
    padding: 0;
    margin-top: 3.25rem;
}

.uc-reg-pop .t-popup__container {
    padding: 2.5rem 5rem 5rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #66B7D4 10.31%, #20779D 18.04%, #294759 25.77%, #1E1818 36.08%, #000000 51.55%) !important;
}

.uc-reg-pop .t-input-block .t-input {
    border: 1px solid #ffffff;
    height: 3rem;
    padding: 0 1.25rem;
}

.uc-reg-pop .t-input-title {
    padding: 0 !important;
    margin-bottom: 0.75rem;
}

.uc-reg-pop .t-input-group {
    margin-bottom: 1.75rem;
}

.uc-reg-pop .t-checkbox__control {
    gap: 1.5rem;
    font-size: 0.75rem;
    max-width: 410px;
    color: #9D9D9D !important;
}

.uc-reg-pop .t-checkbox__indicator {
    border-radius: 0.25rem;
}

.uc-reg-pop .t-submit {
    height: 2.75rem;
}

.uc-reg-pop .t-popup__close {
    background: #ffffff;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    top: 2rem;
    right: 2rem;
    left: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uc-reg-pop .t-popup__close-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uc-reg-pop .t-popup__close-wrapper .t-popup__close-icon {
    width: 1rem;
    height: 1rem;
}

.calendar-hero__marker-pin.pin-sm .calendar-hero__marker-pin-img {
    width: 2.25rem;
    height: 3rem;
}

.calendar-hero__marker-pin.pin-sm .calendar-hero__marker-pin-shadow {
    bottom: 0.5rem;
    width: 1.25rem;
}

.calendar-hero__marker-pin-shadow {
    width: 2.25rem;
}

.calendar-hero__tooltip-description {
    font-size: 0.75rem;
    margin-top: 0.625rem;
    color: #000000 !important;
}

.prediction__cards-item .prediction__cards-item-front img, 
.prediction__cards-item .prediction__cards-item-back img {
    border-radius: 0.75rem;
}

.calendar__slider .swiper-slide.slide-hidden {
    display: none !important;
}

.session__commission-cards-item .tag {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background: #02405e;
    color: #ffffff;
    border-radius: 10rem;
}

.session__commission-cards-item-text {
    align-items: flex-start;
}

.uc-cookies .t972__banner {
    max-width: 500px;
}

.uc-cookies .t972__actions {
    justify-content: flex-start;
    gap: 0.5rem;
}

.uc-cookies .t-btn {
}

.uc-cookies .t972__text {
    font-size: 0.625rem;
}

.uc-cookies .t972__text a {
    color: #ffffff !important;
    text-decoration: underline !important;
    text-underline-offset: 0.125rem;
}

.uc-cookies .t972 {
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 100000;
}

.uc-cookies .t972__settings-text {
    font-size: 0.75rem;
}

.uc-cookies .t972__category-title {
    font-size: 0.75rem;
}

.uc-cookies .t972__category-body {
    font-size: 0.625rem;
}

.uc-cookies .t972__settings-title {
    margin-top: 0.5rem;
}

.partners__cards img {
    max-width: 100%;
}

.organizers__cards,
.partners__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 1.125rem;
}

.organizers__cards-item,
.partners__cards-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.875rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.04);
}

.calendar__slider .swiper-slide {
    height: auto!important;
    display: flex!important;
    flex-direction:column!important;
}

.project {
    padding-top: 3.25rem;
}

.project__content {
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    position: relative;
    isolation: isolate;
    margin-top: 2.5rem;
}

.project .descr {
    font-size: 2rem;
    max-width: 560px;
}

.project__content:after {
    content: '';
    position: absolute;
    left: 2.75rem;
    bottom: -3.25rem;
    width: 27%;
    height: 396px;
    z-index: -1;
    background: url('https://static.tildacdn.com/tild3963-3233-4162-b830-636265363738/Frame_2131332214.png') no-repeat center bottom / contain;
    pointer-events: none;
}

.project__content a {
    margin-right: clamp(40px, 5vw, 100px);
    display: flex;
}

.project__content a img {
    box-shadow: 0px 4px 50px 5px rgba(0, 0, 0, 0.25);
}

.session__presentation {
    margin-top: 2rem;
    position: relative;
}

.session__presentation-cards {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem 0.875rem;
}

.session__presentation-cards-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.session__presentation-cards-item img {
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
    border-radius: 0.75rem;
}

.session__presentation-cards-item-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
}

.session__presentation-cards-item-text h5 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
}

.session__presentation-cards-item-text p {
    font-size: 0.625rem;
}

.session__presentation .subtitle {
    color: #0B4D6C;
    text-transform: uppercase;
    font-size: 1.75rem;
    padding: 0.75rem 1.75rem;
    border: 1px solid #0B4D6C;
    display: inline-block;
    border-radius: 10rem;
    margin-top: 1.25rem;
}

.session__presentation:after {
    content: '';
    position: absolute;
    background: url("https://static.tildacdn.com/tild6237-3734-4262-a635-373138396630/Frame_2131332209.png") no-repeat center / contain;
    right: 4vw;
    top: calc(100% - 8rem);
    width: 20vw;
    aspect-ratio: 1/1;
    z-index: -1;
    transform: rotate(70deg);
}

@-webkit-keyframes markerPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes markerPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@-webkit-keyframes markerShadowPulse {

    0%,
    100% {
        transform: translate(-50%, 0.75rem) scale(1);
    }

    50% {
        transform: translate(-50%, 0.75rem) scale(0.9);
    }
}

@keyframes markerShadowPulse {

    0%,
    100% {
        transform: translate(-50%, 0.75rem) scale(1);
    }

    50% {
        transform: translate(-50%, 0.75rem) scale(0.9);
    }
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .forum__bottom-info-cards li {
        background: linear-gradient(107.41deg, #000000 15.8%, #0B4D6C 54.93%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        color: transparent;
    }
}

@media screen and (min-width: 769px) {
    .goals__slider .swiper-slide,
    .calendar__slider .swiper-slide {
        width: calc((100% - 2rem) / 3) !important;
    }

    .goals__slider .swiper-slide.swiper-slide-active {
        width: calc((100% - 1rem) / 2) !important;
    }
}

@media screen and (max-width: 1200px) {
    .header__logo {
        max-width: 200px;
    }

    section:not(.news-items) .news-hero__cards-item:first-child h4,
    h1.title {
        font-size: 4rem;
    }

    .forum__bottom .title {
        font-size: 5rem;
    }

    .forum__bottom-img img {
        bottom: 0;
    }

    .prediction .title {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 960px) {
    .speakers__cards {
        width: calc(200% + 1.25rem);
    }
    
    .organizers__cards, .partners__cards {
        grid-template-columns: 1fr 1fr;
    }

    .project .descr {
        font-size: 1.5rem;
        flex-shrink: 1;
    }
    
    .project__content a {
        min-width: 280px;
    }
    
    .burger {
        display: flex;
    }

    .header__menu {
        display: none;
    }

    .header[data-opened] .header__menu {
        display: flex;
    }

    .header nav .header__menu ul {
        flex-direction: column;
        margin: 0 !important;
        align-items: flex-start;
    }

    .header[data-opened="true"] {
        background-color: #02405D;
        height: 100vh;
    }

    .header {
        transition: background-color 0.3s ease, height 0.3s ease;
        align-items: flex-start;
        overflow: hidden;
        height: 80px;
    }

    .header nav {
        flex-wrap: wrap;
        padding: 17px 20px;
    }

    .header__menu {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        padding-top: 3rem;
    }

    .header__link {
        text-align: left;
    }

    .header__link a {
        font-size: 1.5rem;
    }

    .header__btns .btn {
        height: unset;
        font-size: 1rem;
    }

    .header__btns {
        flex-direction: column;
    }
    
    .event-participants {
        background: linear-gradient(to right,
            rgb(255 255 255 / 10%) 0 1px,
            transparent 1px calc(50% - 9px),
            rgb(255 255 255 / 10%) calc(50% - 9px) calc(50% - 8px),
            transparent calc(50% - 8px) calc(50% + 8px),
            rgb(255 255 255 / 10%) calc(50% + 8px) calc(50% + 9px),
            transparent calc(50% + 9px) calc(100% - 1px),
            rgb(255 255 255 / 10%) calc(100% - 1px) 100%) center / min(1400px, calc(100vw - 40px)) repeat-x,
            radial-gradient(68.21% 36.81% at 40.94% 7.79%, #66B7D4 0%, rgba(102, 183, 212, 0) 100%), #0B0B0C;
    }

    .header[data-opened] .burger span:nth-child(1) {
        transform: translateY(7.5px) rotate(45deg);
    }

    .header[data-opened] .burger span:nth-child(2) {
        opacity: 0;
    }

    .header[data-opened] .burger span:nth-child(3) {
        transform: translateY(-7.5px) rotate(-45deg);
    }

    .burger span {
        transition: transform 0.3s ease;
    }

    .hero .title {
        max-width: 100%;
    }
    
    .hero .title,
    h1.title {
        font-size: 3.5rem;
    }

    .hero .title span {
        text-align: left;
    }

    .hero .subtitle {
        margin: 1.25rem 0 0;
        -webkit-backdrop-filter: blur(0.25rem);
        backdrop-filter: blur(0.25rem);
    }

    .hero .container {
        min-height: min(65vw, 500px);
        align-items: flex-start;
    }

    .hero__img {
        width: 91vw;
        bottom: -10vw;
    }

    .forum-hero,
    .news-hero,
    .calendar-hero,
    .hero {
        padding-top: 8rem;
    }

    .about__top {
        flex-direction: column;
        gap: 1.5rem;
    }

    .container {
        padding: 0 1.25rem;
    }

    .about .btn-container {
        margin-top: 2rem;
    }

    .about__bottom {
        margin-top: 0;
    }

    .about__bottom .title {
        font-size: 2.75rem;
    }

    .about__bottom .subtitle {
        font-size: 1.75rem;
    }

    .prediction .title,
    h2.title {
        font-size: 2.75rem !important;
    }

    .calendar {
        background: linear-gradient(to right,
                rgb(255 255 255 / 10%) 0 1px,
                transparent 1px calc(33% - 1px),
                rgb(255 255 255 / 10%) calc(33% - 1px) calc(33% + 1px),
                transparent calc(33% + 1.5px) calc(66% - 1px),
                rgb(255 255 255 / 10%) calc(66% - 1px) calc(66% + 1px),
                transparent calc(66% + 1.5px) calc(100% - 1px),
                rgb(255 255 255 / 10%) calc(100% - 1px) 100%) center / min(1360px, calc(100vw - 80px)) repeat-x,
            url('https://static.tildacdn.com/tild6536-6131-4932-b132-336465396232/Frame_2131332211.png') no-repeat top left / 630px,
            url('https://static.tildacdn.com/tild6239-3763-4566-b436-326662663564/Frame_2131332208.png') no-repeat right bottom / 28vw,
            #1B1919;
    }

    .forum__middle {
        max-width: unset;
        margin-top: 2rem;
        gap: 2rem;
        align-items: flex-start;
    }

    .forum__bottom {
        padding-top: 3rem;
    }

    .forum-hero .forum__bottom-info {
        flex-direction: column;
    }

    .prediction .container {
        flex-direction: column;
    }

    .footer__menu {
        grid-template-columns: 1fr 1fr;
    }

    .menu__section:last-child {
        grid-column: 2;
    }

    .menu__section:first-child {
        grid-row: span 2;
    }
    
    .prediction__info {
        width: 100%;    
    }
}

.ss__route {
    margin:30px 0;
}

.ss__route-img {
        width:100%;
    }

.ss__route-img.mobile {
        display: none;
    }

@media screen and (max-width: 768px) {
    .ss__route-img.desktop {
        display: none;
    }
    
    .ss__route-img.mobile {
        display: block;
    }
    
    .organizers__cards img:not(:last-child) {
        margin-right: 0;
    }
    
    .partners__cards img,
    .organizers__cards img {
        max-width: 100%;
        object-fit: contain;
    }

    .speakers__cards {
        width: calc(300% + 2.5rem);
    }
    
    .speakers__cards-item h4 {
        font-size: 1.5rem;
    }
    
    .speakers__cards-item-text p {
        font-size: 1rem;
    }
    
    .group {
        padding: 3rem 0;
    }

    .for__cards-item.for__cards-item--dark {
        margin: 0;
    }

    .for__cards-item {
        max-width: 100%;
    }

    .for__cards {
        grid-template-columns: 2fr 2fr;
        display: grid;
    }

    .goals {
        padding-top: 3rem;
    }

    .session__group-tasks {
        padding: 2rem;
    }

    .session__commission-cards {
        grid-template-columns: 1fr 1fr;
    }

    .ss-additional__slider-bottom-cards {
        display: flex;
        flex-direction: column;
    }

    .calendar-items__content,
    .news-hero__cards {
        grid-template-columns: 1fr 1fr;
    }

    section:not(.news-items) .news-hero__cards-item:first-child {
        grid-column: span 2;
        padding: 2rem;
    }

    .calendar-items__tabs {
        flex-wrap: wrap;
    }

    .about {
        padding: 3rem 0;
    }

    .about__img {
        margin: 0;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        z-index: -1;
        right: 0;
    }

    .about__middle-card {
        padding: 0;
    }

    .about__middle-card:before {
        display: none;
    }

    .about__middle-cards {
        gap: 2rem;
    }

    .about__middle {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        position: relative;
        background-size: is;
    }

    .about__bottom {
        margin-top: 3rem;
    }

    .for-main {
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }

    .slider__actions {
        flex-direction: column;
        align-items: flex-end;
    }

    .calendar {
        padding: 3rem 0;
    }

    .forum__bottom {
        flex-direction: row-reverse;
        align-items: center;
        gap: 2rem;
    }

    .forum__bottom-info-location {
        max-width: 300px;
    }

    .forum__bottom-info-cards {
        gap: 2rem;
        flex-direction: column;
    }

    .forum__bottom-img img {
        left: 0;
    }

    .forum {
        background-size: auto 100%;
    }

    .forum-hero .forum__bottom-info {
        align-items: flex-start;
        padding-bottom: 3rem;
    }

    .prediction {
        padding: 3rem 0;
    }

    .footer,
    .partners,
    .organizers,
    .news {
        padding-top: 3rem;
    }

    .footer {
        margin-top: 3rem;
        padding-bottom: 7rem;
        background-position: center bottom -9rem, center center;
        background-size: auto 100%;
    }

    .footer__middle {
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {
    .project__content {
        flex-direction: column;
        gap: 2rem;
    }

    .project .descr {
        font-size: 1.25rem;
    }
    
    .project__content a {
        margin: 0;
    }
    
    .project__content:after {
        z-index: 1;
        width: 200px;
        left: 0;
    }
    
    .organizers__cards, 
    .partners__cards {
        grid-template-columns: 1fr;
    }
    
    .event-participants {
        background: linear-gradient(to right,
            rgb(255 255 255 / 10%) 0 1px,
            transparent 1px calc(100% - 1px),
            rgb(255 255 255 / 10%) calc(100% - 1px) 100%) center / min(1400px, calc(100vw - 40px)) repeat-x,
            radial-gradient(68.21% 36.81% at 40.94% 7.79%, #66B7D4 0%, rgba(102, 183, 212, 0) 100%), #0B0B0C;
    }
    
    .uc-reg-pop .t702__wrapper {
        margin-top: 2rem;    
    }
    
    .uc-cookies .t972__banner {
        max-width: unset;
    }
    
    .uc-cookies .t972 {
        right: 0;
        bottom: 0;
    }
    
    .uc-reg-pop .t-popup__container {
        padding: 4rem 2rem 2rem !important;
    }
    
    .mediacenter__card {
        flex-direction: column-reverse;
    }

    section:not(.news-items) .news-hero__cards-item:first-child h4,
    h1.title {
        font-size: 3rem;
    }
    
    ..session__presentation .subtitle,
    .hero .subtitle {
        font-size: 1.25rem;
    }

    .about__middle-cards .title {
        font-size: 3rem;
    }

    .about .btn-container {
        flex-wrap: wrap;
    }

    .about__bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .for-main__cards {
        gap: 1.25rem;
        display: flex;
        flex-direction: column;
    }

    .calendar__slider-tabs {
        flex-wrap: wrap;
    }

    .about__bottom-img {
        max-width: 300px;
        width: 100%;
        aspect-ratio: 1/1;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center -30px;
        object-position: center -30px;
        border-radius: 50%;
    }

    .calendar__slider .swiper-slide__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .ss-additional .title,
    .partners .title,
    .prediction .title,
    .forum__top .title {
        max-width: 100%;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .forum__top .subtitle {
        margin-top: 1.25rem;
        font-size: 1.25rem;
    }

    .forum__middle {
        margin: 2rem 0 0;
    }

    .session__group-title,
    .prediction .title,
    h2.title {
        font-size: 2.5rem !important;
    }

    .news__top .title {
        text-align: left;
    }

    .partners__cards {
        gap: 1.25rem;
    }

    .for__cards {
        display: flex;
        flex-direction: column;
    }
    
    .for__cards-item.for__cards-item--dark:after,
    .group:after {
        width: 260px;
        height: 260px;
    }

    .for__cards-item.for__cards-item--dark:after {
        left: calc(100% - 90px);
        top: -100px;
    }

    .session__presentation-cards,
    .session__tasks-cards,
    .session__questions-cards {
        display: flex;
        flex-direction: column;
    }
    
    .session__presentation:after {
        top: 95%;
    }

    .session__tasks-cards-item .descr {
        font-size: 1rem;
    }

    .session__group-tasks {
        padding: 1.25rem;
    }

    .session__commission-cards {
        display: flex;
        flex-direction: column;
        width: unset;
    }

    .ss-additional .swiper-slide {
        padding: 1.25rem;
    }

    .ss-additional__slider-title {
        font-size: 2rem;
    }

    .ss-additional__slider-bottom {
        flex-direction: column;
    }

    .ss-additional__slider-bottom-item.ss-additional__slider-bottom-second {
        min-height: 60vw;
    }
}

@media screen and (max-width: 480px) {
    .forum__top-btn.btn {
        font-size: 1rem;
    }
    
    .forum__bottom-info-location img {
        width: 3rem;
    }
    
    .forum__bottom-info {
        flex-direction: column;
    }

    section:not(.news-items) .news-hero__cards-item:first-child h4,
    h1.title {
        font-size: 2.5rem;
    }

    .session__presentation .subtitle,
    .hero .subtitle {
        font-size: 1rem;
    }

    .for-main h2.title {
        text-align: left;
    }

    .calendar__slider .swiper-slide {
        width: 100% !important;
    }

    .calendar__slider {
        margin-top: 2rem;
    }

    .calendar__slider .swiper-slide__bottom {
        flex-direction: row;
        align-items: flex-end;
        margin-top: 1.25rem;
    }

    .forum__bottom .title {
        font-size: 3rem;
    }

    .forum__bottom .descr {
        font-size: 1.5rem;
    }

    /*.forum__bottom-info-cards {
        flex-direction: row;
    }*/

    .forum-hero .forum__bottom-info {
        padding: 0;
        width: 100%;
    }

    .forum__bottom {
        padding: 2.5rem 0 3rem;
        flex-direction: column-reverse;
    }

    .forum__bottom-info-location {
        max-width: unset;
    }

    .session__group-title,
    .prediction .title,
    h2.title {
        font-size: 2rem !important;
    }

    .menu__list {
        gap: 1rem;
    }

    .for-main__cards-item p {
        font-size: 0.875rem;
    }

    .btn {
        padding: 1rem;
        height: 2.5rem;
    }

    .calendar-items__content {
        grid-template-columns: 1fr;
    }

    section:not(.news-items) .news-hero__cards-item:first-child .news-hero__cards-item-middle p {
        margin-top: 1.25rem;
    }

    section:not(.news-items) .news-hero__cards-item:first-child .news-hero__cards-item-middle {
        margin: 0;
    }

    section:not(.news-items) .news-hero__cards-item:first-child .news-hero__cards-item-bottom p {
        font-size: 1.25rem;
    }

    .news-hero__cards {
        display: flex;
        flex-direction: column;
    }

    .forum__top .subtitle {
        display: block;
    }

    .forum__top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .session__tasks-cards-item,
    .session__questions-cards-item {
        gap: 1.25rem;
    }

    .ss-additional__slider-bottom-cards-item>img {
        width: 3rem;
        height: 3rem;
    }

    .ss-additional__slider-num {
        font-size: 130px;
    }

    .ss-additional .swiper-slide {
        background-position: center top -140px;
        background-repeat: no-repeat;
    }

    .ss-additional__slider-title {
        padding-top: 4rem;
    }

    .ss-additional__slider-bottom {
        padding: 3rem 0 2rem;
    }

    .speakers__cards-item img {
        width: 150px;
        height: auto;
        flex-shrink: 0;
        object-fit: cover;
    }
    
    .speakers__cards-item {
        gap: 1.25rem;
    }
    
    .speakers__cards-item h4 {
        font-size: 1.25rem;
    }
    
    .forum__bottom-info {
        flex-direction: column;
        gap: 2rem;
        padding-bottom: 0;
    }

    .forum__middle .descr {
        font-size: 1rem;
    }

    .forum__bottom-img img {
        position: unset;
    }
    
    .calendar-items__tabs .btn,
    .calendar__slider-tabs .btn {
        height: 2rem;
        padding: 0.75rem;
    }
    
    .calendar-items__tabs,
    .calendar__slider-tabs {
        gap: 0.625rem;
    }
    
    .slider__actions {
        gap: 1.5rem;
    }
}