@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');

body {
    margin: 0;
    font-family: sans-serif;
    background: #14243A;
    color: #FBF2E9;
}

.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    background-color: #0B1521;
    z-index: 1000;
    transition: top 0.3s;
    box-sizing: border-box;
}

.header--hidden {
    top: -100px;
}

.header-menu__logo img {
    width: 213px;
    display: block;
}

.header-menu__nav {
    display: flex;
    gap: 20px;
    flex: 1;
}

.header-menu__nav-link {
    color: #2B3D56;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 18px;
}

.header-menu__nav-link.active {
    color: #FBF2E9;
}

.header-menu__nav-link:hover {
    color: #227BDD;
}


.header-menu__cta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    justify-content: flex-end;
}

.header-menu__socials {
    display: flex;
    gap: 8px;
}

.social-icon {
    display: block;
    width: 36px;
    height: 36px;
    background-image: url('img/social-icons.png');
    background-repeat: no-repeat;
}

.social-icon-tl {
    background-position: 0 0;
}

.social-icon-tl:hover {
    background-position: 0 -36px;
}

.social-icon-vk {
    background-position: -36px 0;
}

.social-icon-vk:hover {
    background-position: -36px -36px;
}

.social-icon-tg {
    background-position: -72px 0;
}

.social-icon-tg:hover {
    background-position: -72px -36px;
}

.header-menu__cta .hero-overbooking__button {
    margin: 0;
    padding: 6px 16px;
    font-size: 14px;
}

.sticky-container {
    height: 250vh;
}

.hero-overbooking {
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 0;
    overflow: hidden;
    background: radial-gradient(122.19% 61.09% at 50% 50%, #2B3D56 0%, #14243A 100%);    
    box-sizing: border-box;
    z-index: 2;
}

.hero-overbooking__star {
    position: absolute;
    width: 500px;
    height: auto; 
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: transform 0.5s ease-out;
}

.hero-overbooking__hand {
    position: absolute;
    width: 480px;
    transition: transform 0.5s ease-out;
    z-index: 2;
}

.hero-overbooking__hand--left {
    left: 37%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.hero-overbooking__hand--right {
    right: 37%;
    bottom: 0;
    transform: translate(50%, 0);
}

.hero-overbooking__text {
    position: relative;
    z-index: 3;
    text-align: center;
    padding-bottom: 50px;
}

#animated-logo {
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: auto;
    position: relative;
    transform-origin: center;
}

.logo-fixed {
    position: fixed !important;
    top: 20px !important;
    left: 20px !important;
    max-width: 150px !important;
    width: 150px !important;
    z-index: 1000 !important;
    transform: none !important;
}


.hero-overbooking__text p {
    color: #FBF2E9;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 31px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0.62px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.hero-overbooking__cta {
    margin-top: 20px;
}

.hero-overbooking__button {
    background-color: #E85A4F;
    border: none;
    padding: 16px 32px;
    font-size: 18px;
    font-family: "Open Sans";
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: 90px;
    color: #FBF2E9;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
}
.hero-overbooking__button.disabled {
    background: #60768F!important;
    color: #FBF2E9;
    cursor: default;
}

.hero-overbooking__button.disabled:hover {
    color: #FBF2E9;
    background: #60768F!important;
    cursor: default;
}
.hero-overbooking__button.blue {
    background-color: #0C80FF;
    margin-bottom: 0;
    z-index: 2;
}
.hero-overbooking__button:hover {
    color: #E2DAD2;
}

.hero-overbooking__event-details {
    color: #FBF2E9;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.about-conference {
    padding: 200px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    box-sizing: border-box;
}

.about-conference__content {
    text-align: center;
    max-width: 70vw;
}

.about-conference__title {
    color: #0C80FF;
    text-align: center;
    font-family: Montserrat;
    font-size: 160px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 3.2px;

    margin: 0 0 100px 0;
}


.title-with-line {
    position: relative;
    z-index: 1;
}

.title-with-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 128%;
    height: 63%;
    background-image: url(img/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    max-width: 90vw;
}

.about-conference__text {
    color: #FBF2E9;
    text-align: left;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    text-align: right;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin: 0 0 100px 0;
    text-indent: 16rem;
}

.about-conference__text .highlight {
    background: linear-gradient(to right, #E25339 75%, transparent 75%);
    background-size: 100% 1em;
    background-repeat: repeat-x;
    background-position: 0 50%;
    padding: 0.1em 0.2em;
    line-height: 1.4;
}

.highlight-messy {
    position: relative;
    display: inline-block;
    z-index: -1;
    text-indent: initial;
}

.highlight-messy::before {
    content: '';
    position: absolute;
    top: 38px;
    left: -20px;
    right: 0;
    bottom: 0;
    background: #E25339;
    z-index: -1;
    opacity: 1;
    transform: translateY(-50%) skew(-10deg) rotate(-1deg);
    width: calc(100% + 30px);
    height: 1.5em;
}

.about-conference__row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
}

.about-conference__star {
    width: auto;
    height: auto;
}

.about-conference__text--right {
    text-align: right;
}

.stats {
    display: flex;
    justify-content: space-around;
    padding: 100px 5vw;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #FBF2E9;
    text-align: left;
    flex-wrap: wrap;
}

.stats__item {
    flex: 1;
    padding: 0 20px;
    position: relative;
}

.stats__number {
    font-family: 'Montserrat';
    font-size: 200px;
    font-weight: 800;
    line-height: 120%;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.stats__number--with-star::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    width: 384px;
    height: 384px;
    background-image: url('img/star-red.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.stats__number--blue {
    color: #0C80FF;
}

.stats__title {
    font-family: 'Montserrat';
    font-size: 64px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 3.2px;
    font-size: 48px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.stats__description {
    color: #FBF2E9;
    font-family: "Open Sans";
    font-size: 32px;
    line-height: 150%;
    position: relative;
    z-index: 2;
}

.past-event {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 5vw;
    gap: 5vw;
    overflow: hidden;
}

.past-event__text-content {
    flex: 1;
    color: #FBF2E9;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 150%;
}

.past-event__text-content p {
    margin: 0 0 50px;
}

.past-event__video-container {
    flex: 1;
    position: relative;
}
.past-event__video-container:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 1000px;
    background-image: url('img/event-star.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.past-event__video-preview {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    max-width: 864px;
    max-height: 488px;
}

.past-event__video-preview:hover #video-preview {
    filter: brightness(50%);
}

.past-event__video-preview img {
    width: 100%;
    display: block;
    transition: filter 0.3s ease;
}

.past-event__video-preview:hover img {
    filter: brightness(50%);
}

.past-event__play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background-image: url('img/play_btn.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    transition: transform 0.3s ease;
}

.past-event__video-preview:hover .past-event__play-button {
    transform: translate(-50%, -50%);
}

.past-event__ticket {
    position: absolute;
    bottom: -65px;
    right: -35px;
    width: 250px;
    z-index: 10;
    overflow: hidden;
    transform: rotate(10deg);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.modal__content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 80%;
    max-width: 900px;
    top: 50%;
    transform: translateY(-50%);
}

.modal__close {
    color: #aaa;
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.modal__close:hover,
.modal__close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.modal__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.modal__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.modal-open {
    overflow: hidden;
}
body.modal-open .modal {
    display: block;
}

.scrolling-text-wrapper {
    overflow: hidden;
    padding: 100px 0;
}

.scrolling-text-container {
    background-color: #0C80FF;
    color: #FBF2E9;
    padding: 20px 0;
    transform: rotate(-2deg);
    white-space: nowrap;
    margin: 0;
}

.scrolling-text {
    display: inline-block;
    animation: scroll-left 15s linear infinite;
}

.scrolling-text-content {
    color: #FBF2E9;
    font-family: 'Montserrat';
    font-size: 48px;
    font-style: italic;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.scene {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;

}

.scene__container {
    z-index: 1;    
    height: 54vw;
    min-height: 1024px;    width: 90vw;
}

.scene h2 {
    color: #FBF2E9;
    font-family: 'Montserrat';
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase;
}
.scene__titles {
    max-width: 60vw;
    margin: 0 auto;
}
.scene h2:first-child {
    margin-bottom: 100px;
}
.scene h2:last-child {
    text-align: center;
}

.scene__hand {
    position: absolute;
    transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.scene__star {
    position: absolute;
}

.scene__hand--left {
    width: auto;
    left: 0;
    bottom: 0;
    transform: translate(-100%, 0);
}

.scene__hand--right {
    width: auto;
    right: 0;
    bottom: 0;
    transform: translate(100%, 0);
}

.scene__star {
    bottom: 0;
    right: -107px;
    z-index: -1;
    bottom: -1px;
}

.scene__container.animate .scene__hand--left {
    transform: translate(0);
}

.scene__container.animate .scene__hand--right {
    transform: translate(0);
}

.dk {
    position: relative;
    background-color: #E25339;
    color: #FBF2E9;
    overflow: hidden;
}

.dk__row {
    display: flex;
}

.dk__col {
    width: 50%;
    box-sizing: border-box;
}

.dk__col--text {
    position: relative;
    padding: 50px 50px 100px;
}
.dk__col--beige {
    position: relative;
    background-color: #DFDBD7;
    color: #14243A;
    padding: 50px 0;
}

.dk__photo {
    position: absolute;
    width: 50%;
    max-width: 1040px;
    top: 0;
    z-index: 1;
}

.dk h2 {
    color: #2B3D56;
    font-family: "Open Sans";
    font-size: 72px;
    font-weight: 800;
    line-height: 126%; /* 90.72px */
    letter-spacing: 1.44px;
    text-transform: uppercase;
    padding: 0 0 160px 50px;
    margin: 0;
    position: relative;
    height: 270px;
}

.dk p {
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 48px */
    margin: 0;
}

.dk__author {
    position: absolute;
    color: #2B3D56;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 150%;
    padding-left: 50px;
    width: 100%;
    box-sizing: border-box;
    transition: opacity 0.8s ease-in-out;
    bottom: 50px;
}

.dk__col--beige:before {
    content: '';
    position: absolute;
    width: 40vw;
    left: -50px;
    height: 100%;
    bottom: 0;
    background-color: #DFDBD7;
    left: -100%;
    left: -40vw;
}

.dk__col-img-mobile {
    display: none;
}
#dk-heading span {
    position: absolute;
    left: 50px;
    top: 50px;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.speakers {
    padding: 300px 0 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.speakers__content,
.tl-command__content,
.faq__content {
    max-width: 70vw;
    margin: 0 auto;
}

.speakers__content {
    max-width: 90vw;
}

.speakers__title,
.tl-command__title,
.faq__title,
.orgs__title {
    color: #FBF2E9;
    text-align: center;
    font-family: Montserrat;
    font-size: 160px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 8px;
    margin: 0 0 100px 0;
}
.speakers__text,
.tl-command__text {
    color: #FBF2E9;
    text-align: left;
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 600;
    line-height: 150%; /* 48px */
    max-width: 960px;
    margin: 0 auto;
}
.speakers__text .highlight-messy::before {
    top: 25px;
}

.speakers__act {
    display: flex;
    gap: 24px;
    align-items: stretch;
    margin-top: 115px;
}

.speakers__act.start {
    margin-top: 200px;
}

.speakers__act-text {
    flex: 1;
}

.speakers__act-text h3 {
    font-family: 'Montserrat';
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 0;
    margin-block-start: 0;
}

.speakers__act-text p {
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 1.5;
}

.speakers__act-card {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.speakers__act-card img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 396px;
}

.speakers__photo-11 {
    transform: rotate(-2deg);
}

.speakers__photo-12 {
    transform: rotate(1deg) translate(0, -50px);
}

.speakers__photo-13 {
    transform: rotate(3deg);
}

.speakers__photo-21 {
    transform: rotate(-3deg);
}
.speakers__photo-22 {
    transform: rotate(2deg) translate(0, -50px);
}
.speakers__photo-23 {
    transform: rotate(-1deg);
}
.speakers__photo-31 {
    transform: rotate(-2deg);
}
.speakers__photo-32 {
    transform: rotate(-1deg) translate(0, -50px);
}
.speakers__photo-33 {
    transform: rotate(2deg);
}
.speakers__photo-41 {
    transform: rotate(1deg);
}
.speakers__photo-42 {
    transform: rotate(-3deg) translate(0, -50px);
}
.speakers__photo-43 {
    transform: rotate(2deg);
}

.speakers__photo-big {
    transform: rotate(2deg);
}

.speakers__card-description {
    color: #14243A;
    text-align: center;
    padding: 15px 0;
    font-family: "Open Sans";
    font-size: 18px;
    margin: 0;
}

.speakers__act-card--star-b:before {
    content: '';
    position: absolute;
    width: 375px;
    height: 375px;
    top: -140px;
    left: -100px;
    background-image: url('img/star-card-b.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.speakers__act-card--star-r:before {
    content: '';
    position: absolute;
    width: 273px;
    height: 260px;
    top: -114px;
    right: -54px;
    background-image: url('img/star-card-r.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.speakers__act-card--star-b-2:before {
    content: '';
    position: absolute;
    width: 320px;
    height: 406px;
    top: -155px;
    left: -51px;
    background-image: url('img/star-card-b-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.epilogue {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #14243A;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.epilogue__title {
    color: #FBF2E9;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 48px;
    font-weight: 800;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    margin: 0 0 40px;
}

.epilogue__photo-container {
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}


.epilogue::before,
.epilogue::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('img/ob-sofit.png');
    background-repeat: no-repeat;
    z-index: 1;
}

.epilogue::before {
    left: 0;
}

.epilogue::after {
    right: 0;
    transform: scaleX(-1);
}

.schedule {
    padding: 300px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
}

.schedule__content {
    max-width: 60vw;
    margin: 0 auto;
    padding-bottom: 640px;
}

.schedule__items-wrapper {
    position: relative;
    width: 100%;
    min-height: 0;
    z-index: 1;
}

.schedule__items-wrapper::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    aspect-ratio: 1920 / 480;
    width: 100%;
    background: url(img/schedule1.png) top center no-repeat;
    background-size: 100% 100%;
    z-index: 0;
    pointer-events: none;
}

.schedule__items-wrapper::after {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: calc(100vw / 4);
    bottom: calc(100% - 640px);
    background: url(img/schedule2.png) repeat-y;
    background-size: 100% auto;
    background-position: top center;
    z-index: 0;
    height: calc(100% - (100vw * 480 / 1920) - (100vw * 640 / 1920));
    pointer-events: none;
}

.schedule .schedule__bottom-bg {
    z-index: 1;
}
.schedule__bottom-bg:before {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: calc(100vw * 640 / 1920);
    background: url(img/schedule3.png) bottom center no-repeat;
    background-size: 100% 100%;
    z-index: 0;
    pointer-events: none;
}

.schedule__items-wrapper > * {
    position: relative;
    z-index: 2;
}

.schedule__title {
    color: #FBF2E9;
    text-align: center;
    font-family: Montserrat;
    font-size: 160px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 3.2px;
    margin: 0 0 100px 0;
}

.schedule__row {
    display: flex;
    flex-direction: row;
}

.schedule__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Open Sans';
    padding: 0 50px;
}

.schedule__item:not(:last-child) {
    margin-bottom: 50px;
}

.schedule__item--title {
    margin: 50px 0;
}

.schedule__time {
    font-family: 'Montserrat';
    font-size: 48px;
    font-weight: 800;
    margin-right: 40px;
    flex-shrink: 0;
    margin-bottom: 10px;
}

.schedule__description {
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    color: #FBF2E9;
}

.schedule__card {
    position: relative;
    margin-bottom: 50px;
    border-radius: 10px;
    overflow: hidden;
}
.schedule__card--overlay {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 100px 0px #FBF2E9 inset;
}
.schedule__card--inner {
    padding: 50px 0;
}

.schedule__card--gray {
    background-color: #E2DAD2;

}
.schedule__card--gray .schedule__time {
    color: #14243A;
}

.schedule__card--blue {
    background-color: #0C80FF;
}

.schedule__card--red {
    background-color: #E25339;
}

.schedule__card--gr {
    background-color: #8C8A88;
}

.schedule__card--bl {
    background-color: #2B3D56;
}

.schedule__card .schedule__item .schedule__description {
    color: #14243A;
}

.schedule__card--blue .schedule__item .schedule__description,
.schedule__card--red .schedule__item .schedule__description,
.schedule__card--gr .schedule__item .schedule__description,
.schedule__card--bl .schedule__item .schedule__description {
    color: #FBF2E9;
}

.schedule__item--speaker {
    margin-left: 0;
}

.schedule__item--speaker .schedule__description {
    font-size: 32px;
}

.schedule__speaker {
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
}

.tl-command {
    padding: 0 0 200px;
}
.tl-command__content {
    margin: 0 auto;
    max-width: 80vw;
}
.tl-command__title {
    text-align: left;
    margin: 0 0 50px 0;
}
.tl-command__title span {
    font-style: italic;
    text-align: right;
    display: block;
}
.tl-command__text {
    font-weight: 400;
    margin-bottom: 50px;
    max-width: 60vw;
}

.tl-command__img {
    width: 100%;
}
.tl-command__img--mobile {
    display: none;
}
.ob-form {
    margin-bottom: 200px;
}
.ob-form__wrapper {
    padding: 208px 0 180px;
}

.ob-form__form {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
    background-color: #D9D9D9;
}

.ob-form__form:before,
.ob-form__form:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.ob-form__form:before {
    background-image: url(img/form_1.png);
    top: -203px;
    height: 208px;
}

.ob-form__form:after {
    background-image: url(img/form_2.png);
    bottom: -180px;
    height: 180px;
}
.ob-form__title {
    position: absolute;
    color: #FBF2E9;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 48px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    z-index: 1;
    transform: translateX(-50%);
    left: 50%;
    top: -100px;
}
.ob-form__overlay {
    content: '';
    position: absolute;
    width: 120%;
    top: 0;
    left: -10%;
    height: 120%;
    border-radius: 140px;
    background: #2B3D56;
    filter: blur(50px);
    z-index: -1;
}

.contacts {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 0 200px;
    max-width: 80vw;
    margin: 0 auto;
    color: #FBF2E9;
    font-family: "Open Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0 auto;

}

.contacts__row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 96px;
}

.contacts__text {
    max-width: 50vw;
}


.contacts__row:not(:last-child) {
    padding-bottom: 200px;
}

.contacts a {
    color: #0C80FF;
}

.contacts__img-tg {
    position: relative;
}

.contacts__img-tg:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('img/star-tg.png');
    top: -36%;
    left: -44%;
    width: 170%;
    height: 170%;
    z-index: -1;
}

.faq {
    padding: 0 0 200px;
}

.faq__content {
    max-width: 60vw;
}

/* tl-faq*/


.tl-faq-accordion dl {
    border-radius: 20px;
    overflow: hidden;
}
.tl-faq-accordion dd, .tl-faq-accordion__panel {
    background-color: #ecf1f6;
}
.tl-faq-accordion dd p, .tl-faq-accordion__list {
    color: #000;
    margin: 48px 48px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #14243A;
    font-family: "Open Sans";
    font-size: 24px;
}

.tl-faq-accordion__list li {
    padding-left: 24px;
}
.tl-faq-accordion {
    position: relative;
    margin: 0 auto;
    font-family: 'Inter';
}
.tl-faq-accordionTitle, .tl-faq-accordion__Heading {
    background-color: #2B3D56;
    text-align: left;
    padding: 36px 48px;
    display: block;
    text-decoration: none;
    transition: background-color 0.5s ease-in-out;
    border-bottom: 1px solid #14243A;
    color: #FBF2E9;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
}
.tl-faq-accordionTitle:before, .tl-faq-accordion__Heading:before {
    content: "+";
    font-size: 1.5em;
    line-height: 0.5em;
    float: right;
    margin-top: 9px;
    transition: transform 0.3s ease-in-out;
}
.tl-faq-accordionTitle:hover, .tl-faq-accordion__Heading:hover {
    background: #E25339;
    color: #FBF2E9;
}
.tl-faq-accordionTitleActive, .tl-faq-accordionTitle.is-expanded {
    color: #FBF2E9;
}
.tl-faq-accordionTitleActive:before, .tl-faq-accordionTitle.is-expanded:before {
    transform: rotate(-225deg);
}
.tl-faq-accordionItem {
    height: auto;
    overflow: hidden;
    margin: 0;
    transition: max-height 1s;
}
@media screen and (min-width: 48em) {
    .tl-faq-accordionItem {
        transition: max-height 0.5s;
    }
}
.tl-faq-accordionItem.is-collapsed {
    max-height: 0;
}
.no-js .tl-faq-accordionItem.is-collapsed {
    max-height: auto;
}
.tl-faq-animateIn {
    animation: tl-faq-accordionIn 0.45s normal ease-in-out both 1;
}
.tl-faq-animateOut {
    animation: tl-faq-accordionOut 0.45s alternate ease-in-out both 1;
}
@keyframes tl-faq-accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes tl-faq-accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
}

.orgs {
    position: relative;
    overflow: hidden;
}

.orgs__title {
    text-align: left;
    margin-bottom: 50px;
}

.orgs__description {
    max-width: 90vw;
    margin: 0 auto;
    padding: 0 0 200px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    color: #FBF2E9;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 48px */
}

.orgs__col {
    width: 50%;
}

.footer {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.footer__content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.footer__image {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    transition-property: opacity, transform;
}

.footer__image--ob {
    width: 100%;
    left: 0;
    bottom: 17vh;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer__image--build {
    width: 100%;
    right: 0;
    transition-duration: 0.8s;
    transition-timing-function: ease-out;
}

.footer__image.is-visible,
.footer__text-content.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.footer .hero-overbooking__button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    margin-bottom: 40px;
}

.hero-overbooking__button--floating {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .25s ease, transform .25s ease;
}
.hero-overbooking__button--floating.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    z-index: 10;
    font-size: 18px;
}

.scale-125 .about-conference__text {
    font-size: 36px;
}

.scale-125 .stats__number {
    font-size: 160px;
}
.scale-125 .stats__description {
    font-size: 24px;
}
.scale-125 .epilogue__title {
    font-size: 36px;
}
.scale-125 .speakers__photo-big {
    width: 75%;
    margin: 0 auto;
    display: block;
}

.scale-125 .epilogue::before, .scale-125 .epilogue::after {
    width: 90vw;
    height: 90vh;
    background-size: contain;
}

.scale-125 .contacts {
    font-size: 36px;
}
.scale-125 .contacts__img-tg  img,
.scale-125 .contacts__img-heart img {
    width: 75%;
    display: block;
    margin: 0 auto;
}

.scale-125 .contacts__text {
    width: 70%;
}

.scale-125 .contacts__img-tg,
.scale-125 .contacts__img-heart {
    width: 29%;
}

.scale-125 .orgs__description {
    font-size: 24px;
    justify-content: space-between;
}

.scale-125 .orgs__col.hand {
    width: 40%;
}

.scale-125 .dk h2 {
    height: 200px;
}

.about-conference__text.mob-left {
    text-align: justify;
    text-indent: 19%;
}

@media (min-width: 1921px) {
    .scene__container {
        height: auto;
    }

    .orgs__description {
        max-width: none;    
        padding: 0 0 200px 10vw;
    }
    .orgs__col.hand {
        min-height: 800px;
    }
    .orgs__col.hand img {
        position: absolute;
        right: 0;
    }
    .footer__image--ob {
        width: 75%;
        bottom: 32vh;
    }
    .epilogue::before, .epilogue::after {
        width: 90vw;
        height: 90vh;
    background-size: contain;
    }
    .hero-overbooking__text {    
        transform: translateY(50%);
        top: -44%;
    }
    .hero-overbooking__hand--right,
    .hero-overbooking__hand--left {
        width: 30%;
    }
}

@media (max-width: 1820px) {
    .about-conference__title,
    .speakers__title,
    .schedule__title,
    .tl-command__title,
    .faq__title,
    .orgs__title {
        font-size: 120px;
    }
    .dk h2 {
        font-size: 48px;
    }
    .past-event__video-preview {
        display: block;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        max-width: 600px;
        max-height: 480px;
    }
    .past-event__ticket {
        right: 0;
        width: 118px;
    }
    .speakers__act-card--star-b:before {
        width: 13vw;
        height: 13vw;
        top: -56px;
        left: -45px;
    }
    .speakers__act-card--star-r:before {
        width: 13vw;
        height: 13vw;
        top: -56px;
        left: -45px;
    }
    .speakers__act-card--star-b-2:before {
        width: 13vw;
        height: 13vw;
        top: -56px;
        left: -45px;
    }
    .stats__number--with-star::before {
        width: 21vw;
        height: 18vw;
        top: 43px;
        left: 56px;
    }
    .contacts__img-heart,
    .contacts__text,
    .contacts__img-tg {
        width: 40%;
    }
    .contacts__img-tg:before {
        top: -37%;
        left: -41%;
    }
    .orgs__col.hand img {
        position: relative;
        left: -10vw;
        z-index: -1;
    }
}

@media (max-width: 1280px) {
    .about-conference__title,
    .speakers__title,
    .schedule__title,
    .tl-command__title,
    .faq__title,
    .orgs__title {
        font-size: 64px;
    }
    .about-conference__text {
        font-size: 32px;
    }
    .highlight-messy::before {
        top: 23px;
    }
    .about-conference__content {
        max-width: calc(100vw - 28px);
    }
    .title-with-line::after {
        width: 90vw;
    }
    .scene__container.animate .scene__hand--right {
        transform: translate(40%, 0);
    }
    .scene__container.animate .scene__hand--left {
        transform: translate(-40%, 0);
    }
    .contacts__text {
        font-size: 40px;
        line-height: 150%;
    }

}

@media (max-width: 1200px) {
    .past-event {
        flex-direction: column;
    }
    .highlight-messy {
        background: #E25339;
        display: inline;
    }
    .highlight-messy:before {
        display: none;
    }
    .past-event__video-container {
        order: 1;
        margin-bottom: 48px;
    }
    .past-event__text-content {
        order: 2;
    }
    .past-event__video-preview,
    .speakers__content,
    .tl-command__content,
    .faq__content {
        max-width: 90vw;
    }
    .stats__number {
        font-size: 96px;
    }
    .speakers__act {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .stats__title {
        font-size: 36px;
    }
    .speakers__act.start {
        margin-top: 40px;
    }
    .speakers__act {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .speakers__act > div {
        width: calc(50% - 12px);
        flex: auto;
    }
    .speakers__act-card--star-b:before,
    .speakers__act-card--star-r:before {
        top: -11px;
        left: -18px;
    }
    .speakers__act-card--star-b-2:before {
        top: -11px;
        left: -3px;
    }
    .speakers__act {
        margin-top: 80px;
    }
    .contacts__text {
        max-width: 40vw;
        font-size: 40px;
        line-height: normal;
    }
    .contacts__row img {
        width: 100%;
    }
    .orgs__col.hand img {
        left: -21vw;
    }
    .speakers__photo-22 {
        transform: rotate(2deg);
    }
    .speakers__photo-32 {
        transform: rotate(-1deg);
    }
    .speakers__photo-32 {
        transform: rotate(1deg);
    }
    .speakers__photo-42 {
        transform: rotate(-3deg);
    }
}

@media(max-width: 992px) {
    .hero-overbooking {
        padding: 0;
    }
    .hero-overbooking__button {
        font-size: 18px;
    }
    .hero-overbooking__button.center {
        margin: 0 auto;
        display: flex;
    }
    .about-conference__row {
        flex-direction: column;
    }
    .about-conference__star {
        order: 2;
        align-self: flex-end;
    }
    .contacts,
    .orgs__description {
        font-size: 18px;
        padding: 0 0 100px;
    }
    .contacts__text {
        max-width: none;
    }

    .stats__item:not(:last-child) {
        margin-bottom: 80px;
    }

    .orgs__col {
        width: 100%;
    }
    .scene__container.animate .scene__star {
        transform: translateX(50%);
    }
    .past-event__video-container:before {
        width: 100vw;
        height: 100vw;
    }
    .scene__star {
        right: 50%;
    }
    .scene__hand--left,
    .scene__hand--right {
        width: 40%;
    }
    .scene h2 {
        font-size: 16px;
    }
    .scene__container {
        min-height: 40vh;
        padding: 80px 0 0;
    }
    .scene h2:first-child {
        margin-bottom: 24px;
    }
    .scene {
        min-height: auto;
    }
    .scene__star {
        width: 100%;
        z-index: -1;
    }
    .dk__col-img {
        display: none;
    }
    .dk__col-img-mobile {
        display: block;
    }
    .dk__row {
        flex-wrap: wrap;
    }
    .dk__col-img-mobile img {
        width: 100%;
    }
    .dk__col {
        width: 100%;
    }
    .dk p {
        font-size: 18px;
    }
    .dk__col--text {
        padding: 20px 18px 40px;
    }
    .dk h2 {
        font-size: 28px;
        padding: 0;
        height: 200px;
    }
    .dk__author {
        padding-left: 0;
        bottom: 40px
    }
    .hero-overbooking__star {
        width: 360px;
        z-index: -1
    }
    .hero-overbooking__hand--left,
    .hero-overbooking__hand--right {
        display: none;
    }
    .sticky-container {
        height: auto;
    }
    .hero-overbooking:before,
    .hero-overbooking:after {
        content: '';
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 1;
    }
    .hero-overbooking:before {
        width: 218px;
        height: 275px;
        top: 18%;
        right: 0;
        background-image: url(img/hero-top-hand.png);
    }
    .hero-overbooking:after {
        width: 192px;
        height: 252px;
        bottom: 18%;
        left: 0;
        background-image: url(img/hero-bottom-hand.png);
    }
    .hero-overbooking {
        display: flex;
        align-items: center;
    }
    #animated-logo {
        width: calc(100% - 36px);
    }
    .speakers {
        padding: 160px 0 80px;
    }
    .stats__description {
        font-size: 18px;
    }

    .contacts__row img {
        order: 1;
        margin: 0 auto;
    }
    .contacts__row .contacts__text {
        order: 2;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
    }
    .contacts__row:not(:last-child) {
        padding-bottom: 80px;
    }
    .tl-command__img--mobile {
        display: block;
        width: 100%;
    }
    .tl-command__img {
        display: none;
    }
    .contacts__img-tg:before {
        top: -41%;
        left: -35%;
    }
    .contacts__img-tg,
    .contacts__img-heart {
        margin: 0 auto;
    }
    .orgs__col.hand img {
        width: 100vw;
        left: 0;
    }
    .footer {
        height: 50vh;
    }
    .hero-overbooking__button--floating {
        display: none;
    }
    .header-menu__logo {
        display: none;
    }
}

@media(max-width: 768px) {
    .about-conference__title,
    .speakers__title,
    .schedule__title,
    .tl-command__title,
    .faq__title,
    .orgs__title {
        font-size: 36px;
        margin: 0 0 40px 0;

    }
    .about-conference {
        padding: 80px 0 0;
    }
    .about-conference__text--right.mob-left {
        text-align: left;
    }
    #animated-logo {
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .hero-overbooking__text p {
        font-size: 18px;
    }
    .about-conference__text {
        font-size: 20px;
        margin: 0 0 40px 0;
        text-indent: 0;
    }
    .stats__title {
        margin-bottom: 20px;
    }

    .stats__number--with-star::before {
        width: 53vw;
        height: 36vw;
        top: 43px;
        left: 68px;
        z-index: -1;
    }
    .stats {
        padding: 0 0 80px;
    }
    .past-event__text-content {
        font-size: 18px;
    }
    .scrolling-text-wrapper {
        overflow: hidden;
        padding: 18px 0;
    }
    .scrolling-text-content {
        font-size: 20px;
    }
    .speakers__act-text h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .speakers__act-text p {
        font-size: 14px;
    }
    .speakers__text,
    .tl-command__text {
        text-align: center;
        font-size: 18px;
    }
    .speakers__title,
    .tl-command__title,
    .faq__title,
    .orgs__title {
        margin: 0 0 40px 0;
        letter-spacing: 1.8px;
    }

    .epilogue .epilogue__title,
    .epilogue .epilogue__photo-container {
        width: 40%;
    }
    .epilogue__photo-container img {
        width: 100%;
        display: block;
        height: auto;
    }
    .epilogue__title {
        font-size: 18px;
        text-align: left;
    }
    .epilogue {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        min-height: auto;
    }
    .epilogue::before,
    .epilogue::after {
        display: none;
    }

    .schedule {
        padding: 160px 0 0;
    }
    .schedule__time {
        font-size: 24px;
    }
    .schedule__description {
        font-size: 16px;
    }
    .schedule__item--speaker .schedule__description {
        font-size: 16px;
    }
    .schedule__speaker {
        font-size: 12px;
    }
    .schedule__item {
        padding: 0 18px;
    }
    .schedule__item:not(:last-child) {
        margin-bottom: 20px;
    }
    .schedule__item--title {
        margin: 20px 0;
    }
    .schedule__card {
        margin-bottom: 20px;
    }
    .schedule__card--inner {
        padding: 20px 0;
    }
    .schedule__content {
        padding: 0 45px 80px;
    }
    .ob-form {
        margin-bottom: 160px;
        overflow: hidden;
    }
    .ob-form__form {
        height: auto;
        width: calc(100% - 28px);
        margin: 0 auto;
    }

    .ob-form__title {
        font-size: 30px;
    }
    .ob-form__form:after {
        background-image: url(img/form_2.png);
        bottom: -180px;
        height: 180px;
    }
    .ob-form__form:after {
        bottom: -105px;
        height: 105px;
    }
    .tl-command {
        padding: 0 0 80px;
    }
    .tl-faq-accordionTitle, .tl-faq-accordion__Heading {
        padding: 18px 24px;
        font-size: 16px;
    }
    .tl-faq-accordion dd p, .tl-faq-accordion__list {
        margin: 18px 24px;
        font-size: 16px;
    }
    .hero-overbooking__button {
        padding: 12px 32px;
    }
    .mob-none {
        display: none;
    }
    .scene h2,
    .scene__titles {
        max-width: none;
    }
    .contacts__row {
        gap: 20px;
    }

    .speakers__photo-12 {
        transform: rotate(1deg) translate(0);
    }

    .speakers__photo-22 {
        transform: rotate(2deg) translate(0);
    }
    .speakers__photo-32 {
        transform: rotate(-1deg) translate(0);
    }

    .speakers__photo-42 {
        transform: rotate(-3deg) translate(0);
    }

    .schedule__content {
        max-width: 80vw;
    }
    .schedule__items-wrapper::before {
        background: url(img/schedule1-mob.png) top center no-repeat;
        background-size: contain;
        height: calc(100vw * 480 / 1728);
    }
    .schedule__items-wrapper::after {
        background: url(img/schedule2-mob.png) repeat-y;
        background-size: contain;
        top: calc(100vw * 480 / 1728);
    }
    .schedule__bottom-bg:before {
        background: url(img/schedule3-mob.png) bottom center no-repeat;
        background-size: contain;
        height: calc(100vw * 640 / 1720);
    }
    .about-conference__text {
        text-align: initial;
    }
    .header-menu__nav {
        display: none;
    }
    .header-menu__cta {
        justify-content: space-between;
        width: 100%;
    }
    .header-menu {
        padding: 20px 14px;
    }
    .tl-command__text {
        max-width: none;
    }
}

@media (max-width: 480px) {
    .contacts__img-heart, .contacts__text, .contacts__img-tg {
        width: 63%;
    }
    .ob-form__form:before {
        height: calc(100vw * (211 / 518));
        top: calc(-100vw * (211 / 518) + 4px);
    }
    .ob-form__form:after {
        height: calc(100vw * (180 / 518));
        bottom: calc(-100vw * (180 / 518) + 4px);
    }
    .ob-form__title {
        top: -22vw;
    }
    .hero-overbooking__event-details {
        font-size: 16px;
    }
    .speakers__act {
        gap: 0;
    }
}

@media (max-width: 359px) {
    .header-menu {
        padding: 20px 5px;
    }
    .header-menu__cta {
        justify-content: flex-start;
        width: 100%;
        gap: 8px;
    }
}
