@font-face {
    font-family: 'SB Sans Text';
    src: url('fonts/sbsanstext-regular.woff') format('woff'),
    url('fonts/sbsanstext-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SB Sans Text';
    src: url('fonts/sbsanstext-semibolditalic.woff') format('woff'),
    url('fonts/sbsanstext-semibolditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SB Sans Text';
    src: url('fonts/sbsanstext-medium.woff') format('woff'),
    url('fonts/sbsanstext-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SB Sans Display';
    src: url('fonts/sbsansdisplay-semibold.woff') format('woff'),
    url('fonts/sbsansdisplay-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SB Sans Text';
    src: url('fonts/sbsanstext-bold.woff') format('woff'),
    url('fonts/sbsanstext-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SB Sans Text';
    src: url('fonts/sbsanstext-light.woff') format('woff'),
    url('fonts/sbsanstext-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SB Sans Display';
    src: url('fonts/sbsansdisplay-thin.woff') format('woff'),
    url('fonts/sbsansdisplay-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SB Sans Display';
    src: url('fonts/sbsansdisplay-regular.woff') format('woff'),
    url('fonts/sbsansdisplay-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SB Sans Display';
    src: url('fonts/sbsansdisplay-bold.woff') format('woff'),
    url('fonts/sbsansdisplay-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SB Sans Display';
    src: url('fonts/sbsansdisplay-light.woff') format('woff'),
    url('fonts/sbsansdisplay-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
    --fs18: 18px;
    --fs24: 24px;
}

.mobile {
    display: none
}

.desktop {
    display: block
}

body {

    color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: 'SB Sans Display', Arial, SansSerif;
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs18);
    line-height: var(--fs24);

    background-color: #0A0E16;
    width: 100%;
    overflow-x: hidden;

    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}

.decor {
    position: absolute;
    top: 500px;
    z-index: 2;
    width: 50%;

}

.decor img {
    width: 100%;
}

.decor0 {
    position: absolute;
    top: 48px;
    z-index: 5;
    width: 100%;
}
.decor1 {
    position: absolute;
    top:450px;
    left: 0px;
    z-index: 5;
    width: calc(50%);
}
.decor1 img {
    width: 100%

}

.decor0 img {
    width: 100%;
}

.decor3 {
    position: absolute;
    top: 3462px;
    left: 0;
    z-index: 5;

}

.decor2 {
    position: absolute;
    top: 2250px;
    right: 0;
    z-index: 5;
}
.decor4 {
    position: absolute;
    top: 1200px;
    left: 0;
    z-index: 1;
    display: none;
}
.decor5 {
    position: absolute;
    top: 3000px;
    right: 0;
    z-index: 1;
    display: none;
}
.decor6 {
    position: absolute;
    top: 900px;
    right: 0;
    width: calc((100vw - 1040px)/2 + 978px);
    height: calc(100% - 900px);
    z-index: 1;
    background: url(decor6.png);
    background-size: cover;
    background-repeat: no-repeat;
}



.content {
    position: sticky;
    width: 100%;
    left: 0;
    z-index: 10;
}

.mainMenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 8, 28, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 100;
    border-bottom: 1px solid  rgba(255, 255, 255, 0.16);
}

.mainMenuTower {
    max-width: 1280px;
    box-sizing: border-box;
    padding: 24px 88px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

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

.mainMenuItem {
    margin-left: 32px;
    cursor: pointer;
}

.mainMenuItem:hover {
    color: #cccccc;
}

.mainMenuLogo {
    cursor: pointer;
}

.tower {
    width: 1040px;
    margin: 0 auto;
}

.firstPage {

    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 232px;
    padding-bottom: 154px;
}

h1 {
    margin: 0;
    margin-left: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 120px;
    line-height: 142px;
}

h2 {
    margin: 0;
    margin-left: 40px;
    font-style: normal;
    font-weight: 300;
    font-size: 120px;
    line-height: 142px;
}
.date {
    margin-top: 44px;
    margin-left: 48px;
    padding: var(--fs18);
    padding-bottom: 24px;
    font-weight: 300;
    font-size: 36px;
    background-image: url(datebg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: max-content;
    box-sizing: border-box;
}

.dateText {
    margin-top: 10px;
}

.playerWr {
    background: rgba(51, 63, 72, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 24px;
    padding: 48px;
    box-sizing: border-box;
    margin-bottom: 112px;
}

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

.playerTitle {
    font-weight: 600;
    font-size: 56px;
    line-height: 66px;

}

.playerDescr {
    font-family: 'SB Sans Text', Arial, SansSerif;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 25px;
    color: #EEF3FF;
    padding-left: 124px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-top: 40px;
    width: 100%;
}

.videoWrapper #player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-js .vjs-big-play-button {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    position: relative;

    background: rgba(51, 63, 72, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

.video-js:hover .vjs-big-play-button {

    background: rgba(51, 63, 72, 0.6);

}

.vjs-big-play-button .vjs-icon-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(100.75deg, #00D900 -32.61%, #00D9FF 110.02%);
    position: absolute;
    left: 0;
    top: 0;
   clip-path: polygon(86% 50%, 32% 14%, 32% 86%);
    padding: 25%;
    box-sizing: border-box;
    opacity: 0.9;
}

.video-js:hover .vjs-icon-placeholder {

    opacity: 1;

}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "";
}

.pgmTitle {
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 48px;
    text-align: center;
}

.pgmItems {

}

.pgmItem {
    display: flex;
    padding-bottom: 48px;
    margin-bottom: 8px;

    margin-left: 16px;
    position: relative;
}
.pgmItem::before{
    position: absolute;
    content: '';
    width: 1px;

    top: 42px;
    bottom: 1px;
    left: -2px;
    border-left: 2px solid rgba(51, 63, 72, 0.8);
}
.pgmItem:last-child::before{
    position: absolute;
    content: '';
    width: 1px;

    top: 42px;
    bottom: 1px;
    left: -2px;
    border-left: 0;
}


.pgmItem:last-child {
    border-left: 2px solid transparent;
}

.pgmItemIco {
    margin-left: -17px;

    height: 40px;
}

.pgmItemIco svg {

}

.pgmItemTime {
    margin-left: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;

    background: linear-gradient(100.75deg, #00D900 -32.61%, #00D9FF 110.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    width: 170px;
}

.pgmItemContent {
    margin-left: 32px;
    width: calc(100% - 250px);
}

.pgmItemTitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
}

.pgmItemSubTitle {
    margin-top: 16px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: rgba(238, 243, 255, 0.7);

}

.pgmItemSpeakers {

    display: flex;
    align-items: flex-start;
    justify-content: left;
    flex-wrap: wrap;
}

.pgmItemSpeaker {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    width: calc(50% - 40px);
    box-sizing: border-box;
    margin-right: 40px;
    margin-top: 24px

}

.pgmItemSpeakerImg img {
    border-radius: 50%;
}

.pgmItemSpeakerName {
    margin-left: 16px;
}

.pgmItemSpeakerFio {
    font-weight: 400;
    font-size: var(--fs18);
    line-height: 21px;

    color: #EEF3FF;
}

.pgmItemSpeakerPos {
    font-family: 'SB Sans Text';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: var(--fs18);
    margin-top: 4px;
    color: rgba(238, 243, 255, 0.7);
}
.speakers{
    display: flex;
    flex-wrap:wrap;
    margin-top:48px;
    justify-content: center;
}

.spk {
    margin-top: calc(112px - 56px)
}

.spkRow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}

.spkItem {
    width: 33%;
    text-align: center;
    margin-bottom: 48px;
}

.spkPhoto {
}
.spkPhotoWr{
    margin: 0 auto;
    width: 118px;


    border-radius: 50%;
}
.spkPhotoWr img{
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 50%;
}
.spkFio {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #EEF3FF;
    margin-top: 16px;
}

.spkPos {
    font-family: 'SB Sans Text';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
    padding: 0 12px;
    text-align: center;

    color: rgba(238, 243, 255, 0.8);
}

.footer {
    margin-bottom: 80px;
    margin-top: calc(150px - 48px);
}

.footerHead {

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footerItem {
    width: 45%;
}

.footerRow {
    margin-bottom: 25px;
}

.footerRowText {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;

    background: linear-gradient(100.7deg, #00D900 -32.64%, #00D9FF 55.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.footerRowDescr {
    font-family: 'SB Sans Text';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;

    color: rgba(255, 255, 255, 0.6);
}

.footerRRow {
    margin-bottom: 8px;
    font-family: 'SB Sans Text';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;


    color: #EEF3FF;
}

.footerRRow:hover {
    color: rgba(255, 255, 255, 0.6);
}

.footerBody {
    font-family: 'SB Sans Text';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
}
.mobileMenu{
    display: none;
}
.mobileMenu.active{
    display: block;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: black;

}
.playerTitle span{
    display: block;
}

@media screen and (max-width: 1110px) {
    .decor6{
        display: none;
    }
    .decor4{
        display: none;
    }
    .decor5{
        top: 1000px;
    }
    .tower {
        width: calc(100% - 128px)
    }


    .decor {
        top: 625px
    }

    .decor3 {
        width: 80px;
    }

    .decor2 {
        width: 80px;
    }

    .decor3 img, .decor2 img {
        width: 100%;
    }
    .decor4 img, .decor5 img {
        width: 100%;
    }

}

@media screen and (max-width: 980px) {
    .playerTitle span{
        display: inline-block;
        margin-left: 0.3em;
    }
    .decor1 {
        top: 250px;
        width: calc(80%);
    }
    .decor3 {

        top: inherit;
        bottom: 175px;

    }

    h1 {
        font-size: 64px;
        line-height: 76px;
    }

    h2 {
        font-weight: 300;
        font-size: 64px;
        line-height: 76px;

    }

    .date {
        margin-top: 32px;
        font-size: var(--fs18);
        line-height: 21px;
        padding-bottom: 11px;
        padding-right: 21px;
    }

    .dateText {
        margin-top: -8px;
    }

    .mainMenuItem {
        font-size: 14px;
        line-height: 24px;
    }

    .mainMenuTower {
        padding: 20px 64px;
    }

    .mainMenuLogo svg {
        width: 82px;
        height: auto;
    }

    .playerHead {
        display: block;
    }

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

    .playerDescr {
        padding-left: 0;
        font-size: 16px;
        line-height: 24px;
        margin-top: 8px;
    }

    .playerWr {
        margin-bottom: 80px;
    }

    .pgmTitle {

        margin-bottom: 40px;
        font-size: 32px;
        line-height: 38px;
    }

    .pgmItemTime {
        font-size: 20px;
        line-height: 32px;
        width: 135px;
    }

    .pgmItemTitle {
        font-size: 22px;
        line-height: 24px;
    }

    .pgmItemSubTitle {
        font-size: 16px;
        line-height: 19px;
        margin-top: 12px
    }

    .pgmItemSpeakers {
        margin-top: 16px;
        display: block;
    }

    .pgmItemSpeaker {
        margin-top: 24px;
        width: 100%;
    }

    .pgmItemSpeakerFio {
        font-size: 18px;
        line-height: 21px;
    }

    .pgmItemSpeakerPos {
        font-size: 14px;
        line-height: 18px;
    }

    .pgmItem {
        display: flex;
        padding-bottom: 32px;
        width: calc(100% - 24px);
    }

    .spk {
        margin-top: 20px
    }

    .spkFio {
        font-size: 18px;
        line-height: 21px;
        margin-top: 12px;
    }

    .spkPos {
        font-size: 14px;
        line-height: 18px;
        margin-top: 12px;
        padding: 0 12px;
    }

    .firstPage {

        padding-top: 174px;
        padding-bottom: 84px;
    }

    .spkPhoto img {
        width: 88px;
        border-radius: 50%;
    }

    .footerRow {
        margin-bottom: 16px;
    }

    .footerRowText {
        font-size: 20px;
        line-height: 24px;
    }

    .footerRowDescr {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .footerRRow {
        font-size: 14px;
        line-height: 18px;
    }

    .footerBody {
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (max-width: 680px) {
    body, .content{
        max-width: 100vw;
        overflow-x: hidden;
    }
    .decor0.mobile{
        left: 42px;
        top: 26px;
        width: calc(100% - 42px);
    }
    .decor0.mobile img{
        width: 100%;
    }

    .decor1 {
        top: 307px;

    }
    .video-js .vjs-big-play-button {
        width: 2em;
        height: 2em;
    }
    .mobile {
        display: block
    }

    .desktop {
        display: none
    }

    .mainMenuTower {
        padding: 16px 16px;
    }

    .mainMenuHamburger {
        cursor: pointer;
    }

    .tower {
        width: calc(100% - 24px);
    }

    h1 {
        font-size: 44px;
        line-height: 52px;
        margin-left: 26px;
    }

    h2 {
        line-height: 52px;
        font-size: 44px;
        margin-left: 26px;
    }
    .date {
        margin-top: 24px;
        margin-left: 26px;

    }
    .player .tower{
        width: 100%;
        margin:0;
    }
    .playerWr{
        padding: 0;
        margin-bottom: 72px
    }
    .playerTitle{
        margin-top: 32px;
        padding: 0 24px;
        font-size: 32px;
        line-height: 38px;
    }
    .playerDescr{
        font-size: 16px;
        line-height: 24px;
        padding: 0 24px;
    }
    .videoWrapper{
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .pgmTitle{
        font-size: 24px;
        line-height: 28px;
    }
    .pgmItem{
        flex-wrap: wrap;
    }
    .pgmItemContent {
        margin-right: 32px;
        margin-left: 32px;
        width: calc(100%);

    }
    .pgmItemTime{
        font-size: 20px;
        line-height: 32px;
    }
    .pgmItemTitle{
        font-size: 22px;
        line-height: 24px;
        max-width: calc(100vw - 90px);
    }
    .pgmItemSubTitle{
        font-size: 14px;
        line-height: 17px;
        max-width: calc(100vw - 90px);
    }
    .pgmItemSpeakerFio{
        font-size: 16px;
        line-height: 19px;
    }
    .pgmItemSpeakerPos {
        font-size: 14px;
        line-height: 18px;
        max-width: calc(100vw - 146px);
    }
    .spk{
        margin-top: 40px;
    }
    .spkItem{
        width: 50%;
        margin-bottom: 40px;
    }
    .spkFio{font-size: 16px;
        line-height: 19px;
        margin-top: 16px;
    }
    .spkPos{
        font-size: 14px;
        line-height: 18px;
        margin-top: 4px;
    }
    .footerHead{
        display: block;
    }
    .footerItem{
        width: 100%;
    }

    .decor3 {
        top: inherit;
        bottom: 343px;
    }
    .footer {
        margin-bottom: 32px;
        margin-top: calc(66px);
    }
    .footerBody {

        margin-top: 24px;
    }
    .mobileMenuWr{
        height: calc(100vh - 64px);

        align-items: center;
        justify-content: center;
        position: relative;
        background-image: url(mobilemenubg.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .mobileMenuWr .mainMenuItems{
        display: block;
    }
    .mainMenuItem{
        margin-left: 0;
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 48px;
    }
    .mobileMenuContent{
        position: sticky;
        left: 0;
        right: 0;
        bottom: 0;
        top:260px;
    }
    .mobileMenuBack {
        position: absolute;

        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 40px;
        left: 0;
        right: 0;
    }
    .mobileMenuBack img{
        width: 20%;
    }
}
@media screen and (orientation:landscape) {

    .mobileMenuBack{
        display: none;
    }
    .mobileMenuContent{
        display: flex;
        align-items: center;
        justify-content: center;
        top:0;
        height: 100%;
    }
}
