:root {
    --landing-media-inner-width:1246px;/*960px;*/
    --landing-media-header-height:56px;        
}



body{
    margin:0;
    background-color: #F7F7F9 !important;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
p
{
    margin:0;
}

.lum-all-landing-content-container
{
    /*max-width: 1246px;*/
    max-width: var(--landing-media-inner-width);
    width: 100%;
}

.landing-user-media-container
{
    display: flex;
    justify-content: center;
    background: #F7F7F9;
    padding-top: 20px;
    flex-grow: 1;
}

.lum-header-box
{
    height:var(--landing-media-header-height);
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
}

.lum-header-box-inner
{
    height: 100%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lum-header-logo
{
    background-image: url(landing/images/media/pruffme_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 60px;
    background-position: left center;
}

.lum-header-session-box
{
    display: flex;
    align-items: center;
    margin-right:20px;
}

.lum-header-session-info
{
    display: flex;
    align-items: center;
}

.lum-header-session-spinner
{
    position:relative;
    width: 50px;
}

.lum-header-session-unlogined
{
    display:none;
    margin-right: 20px;
}
.lum-header-session-login-button
{
    height: 40px;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 30px;  
    cursor:pointer;  

    background-image: url(landing/images/media/login-icon.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
}

.lum-header-session-logined
{
    display:none;
    margin-right: 20px;

    display: flex;
    align-items: center;
    margin-right: 20px;
}
.lum-header-session-logined.hidden
{
    display:none;
}


.lum-header-session-edit
{
    display:none;
    color: #929292;
    margin-right: 20px;
    text-decoration: none;
}

.lum-header-session-user-box
{
    display:flex;
    align-items: center;
    cursor:pointer;
}
.lum-header-session-name-label
{

}
.lum-header-session-logo
{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-size: contain;
    margin-left: 20px;
    margin-right: 15px;
}
.lum-header-session-dropbown-icon
{
    background-image: url(landing/images/media/dropdown_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 8px;
}







.lum-header-session-info-about-box
{
    background-image: url(landing/images/media/questions.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    
}
.lum-header-session-info-lang-box
{
    width: 25px;
    height: 25px;
    margin-left:20px;
}




.lum-media-content-box
{
    height: calc(100vh - var(--landing-media-header-height) - 20px);
    max-height: 700px;
    
    background-color: #201f22;
    display: flex;
    justify-content: center;

    border-radius: 16px;
    overflow: hidden;
}

.lum-media-content-box-inner
{
    width: var(--landing-media-inner-width);
    position: relative;
}

.lum-media-content-box-inner-content
{
    width:100%;
    height:100%;
}


.lum-media-content-box-logo
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.lum-media-content-box-logo-icon
{
    width: 80px;
    height: 80px;
    border-radius: 40px;
    /*border: 5px solid #efefef;*/
    background-image: url(landing/images/media/icon_play_v2.svg);
    background-repeat: no-repeat;
    /*
    background-size: 20px;
    background-position: 27px center;
    */
    cursor:pointer;  
    display:none;
    background-position: center;
}


.lum-media-content-box-logo-spinner
{
    width: 80px;
    height: 80px;
    border-radius: 40px;
    /*border: 5px solid #efefef;    */
    position: relative; 
}



.lum-under-content-box
{
    background-color: white;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;

    padding: 20px;
    border-radius: 16px;
    /*gap: 20px;*/

    margin-top: 20px;
    padding-top: 0px;

    box-shadow: 0px 1px 4px 0px #0C2A5614,
        0px 1px 4px 0px #0C2A560F;
}

.lum-under-content-box-inner
{
    /*width: var(--landing-media-inner-width);;*/
    width: 100%;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    position:relative;
}


.lum-over-password-box
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.lum-under-top-box
{
    background-color: #fff;
    border-radius: 10px;
    /*border: 1px solid #eeeeee;*/
    /*padding: 30px;*/
}

.before-description-box-header-outer
{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.lum-name-box-outer
{
    max-width: 100%;
}

.lum-statistics-download-icon
{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/cabinet/statistics/icon_download.svg);
    background-size: contain;
    width: 24px;
    height: 16px;
}

.lum-name-label
{
    font-weight: bold;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.lum-under-name-box
{
    margin-top: 8px;
    display: flex;
    /*justify-content: space-between;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px;
    padding-bottom: 20px;
    */
    margin-bottom: 12px;
    align-items: center;
    color: #A8AAB3;
}

.lum-publish-date-label
{

}
.lum-publish-date-label > span
{
    /*margin-left: 5px;*/
}

.lum-publish-point-divider
{
    width: 20px;
    height: 20px;
    background-image: url(landing/images/media/dot-divider.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.lum-publish-views-label
{

}

.lum-creator-box
{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    flex-direction: column;
}
.lum-creator-left-box
{
    flex: 1;
    display: flex;
    align-items: center;
}

.lum-creator-logo-box
{
    border-radius: 30px;
    width:40px;
    height:40px;
    background-size: cover;
    background-repeat: no-repeat;
    flex:none;
}
.lum-creator-name-box
{
    margin-left: 20px;
}
.lum-creator-name-label
{
    font-weight: bold;
}
.lum-creator-job-label
{

}

.lum-creator-right-box
{
    margin-left: 55px;
}

.lum-creator-dialog-button-outer
{
    display: flex;
    align-items: center;
}

.lum-creator-dialog-actions
{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 8px;
}

.lum-creator-subscribe-button
{
    background-color: #ee3939;
    width: 310px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    cursor:pointer;
}

.lum-creator-subscribe-button.liked
{
    background-color: #b5b5b5;
}



.lum-description-box-header-label
{
/*    font-family: Rubik;*/
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    /*color: #2C2D2E;*/

    padding: 0px 16px 8px 0px;
}

.lum-description-box
{
    /*margin-top: 13px;*/
}

.lum-description-box-main.empty-description
{
    font-size: 13px;
    color: #A8AAB3;
}

.lum-elements-divider
{
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid lightgray;
    /*border-color: #F7F7F9;*/
}

.lum-comments-button
{
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
}







.lum-media-no-access-outer
{
    display: flex;
    width: 100%;
    height: calc(100vh - var(--cabinet-add-header-height));
    align-items: center;
    justify-content: center;
}

.lum-media-no-access-block
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.lum-media-no-access-header
{
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}

.lum-media-no-access-label
{
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: #919399;
}

.lum-media-no-access-block > .lum-noaccess-goto-main-button
{
    margin-top: 8px;
}

.lum-all-comments-box
{
    height: 100%;
    width: 100%;
}
.lum-all-comments-box.mobile
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    min-height: 100%;
    background: white;
}

.lum-all-comments-box-inner
{
    /*padding: 17px 16px 12px 16px;*/
    padding-bottom: 12px;
    background: white;
    min-height: 100%;
    height: 100%;
}

.lum-all-comments-header
{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 12px 16px 12px 0px;
    align-items: center;
}

.lum-all-comments-header-label
{
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #2C2D2E;
    padding-right: 4px;
}

.lum-all-comments-header-close
{
    right: 16px;
    top: 10px;
    position: absolute;
    z-index: 1;
}

.lum-all-comments-data
{
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.lum-all-comments-input
{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px 16px 12px 16px;
}

.lum-comments-box
{
    background-color: #fff;
    /*
    border-radius: 10px;
    border: 1px solid #eeeeee;
    margin-top:20px;
    */
}

.lum-comments-box-inner
{
    /*padding: 30px;*/
    background-color: white;
}

.landing-comments-content-box
{
    overflow-y: scroll;
    max-height: 340px;
    padding-right: 10px;
}

.webinar-landing-main-mobile-content.comments
{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.landing-main-bottom-contacts-outer.margin-top-80
{
    margin-top: 80px;
    background-color: white;
}

@media all and (max-width:1100px) {
    :root {
        --landing-media-inner-width:calc(100% - 20px);
        --landing-media-header-height:56px;        
    }
}

@media all and (max-width:768px) {
    :root {
        --landing-media-inner-width:100%;
        --landing-media-header-height:56px;
        --landing-media-content-height:33vh;
    }

    .lum-header-box-inner
    {
        width:var(--landing-media-inner-width);
    }

    .lum-all-landing-content-container
    {
        width: 100%;
    }

    .landing-user-media-container
    {
        padding-top: 0px;
    }

    .lum-media-content-box
    {
        border-radius: unset;
        /*height: calc(100vh - var(--landing-media-header-height));*/
        height: var(--landing-media-content-height);
        max-height: none;
    }

    .lum-under-content-box
    {
        padding: 6px;
        padding-top: 0px;
        margin-top: 0px;
        border-radius: 0px;
        padding-bottom: 20px;
        height: calc(100dvh - var(--landing-media-content-height) - var(--landing-media-header-height));
        justify-content: flex-start;

        max-height: calc(100dvh - var(--landing-media-content-height) - var(--landing-media-header-height));
        overflow: hidden;
    }

    .lum-under-content-box-inner
    {
        padding-top: 0px;
        height: 100%;
    }

    .lum-creator-box
    {
        flex-direction: row;
        align-items: flex-start;
    }

    .lum-creator-logo-box
    {
        width: 32px;
        height: 32px;
    }
    
    .lum-creator-right-box
    {
        margin-left: 0px;
        /*
        margin-top: 10px;
        width: 100%;
        */
    }

    .lum-creator-dialog-actions
    {
        display: none;
    }

    .lum-creator-subscribe-button
    {
        width: 100%;
    }
    
    .lum-description-box
    {
        padding-top: 12px;
    }

    .lum-header-session-name-label
    {
        display:none;
    }

    .lum-header-session-edit
    {
        display:none;
    }
    
    .lum-under-top-box
    {
        padding: 10px;
        max-height: calc(100% - 40px);
        overflow-y: auto;
    }

    .lum-name-label
    {
        font-size:18px;
    }
    .lum-under-name-box
    {
        /*flex-direction: column;*/
    }

    .lum-all-comments-header
    {
        padding-left: 12px;
        padding-bottom: 0px;
    }

/*
    .lum-comments-box-inner
    {
        padding-top: 32px;
    }
*/    
    .lum-comments-box-inner .landing-comments-input-logo
    {
        display: none;
    }

    .lum-comments-box-inner .landing-comments-input-area-outer
    {
        margin-left:0;
    }

    .lum-comments-box-inner .landing-comments-box
    {
        padding: 10px;
    }


    .lum-comments-box-inner .landing-comments-input-send-button
    {
        width: 45px;
        font-size: 8px;
        margin-left: 10px;
        margin-top: 5px;
    }
    .lum-comments-box-inner .landing-comments-input-sendable .landing-comments-input-send-button
    {
        width: 45px;
        font-size: 8px;
        margin-left: 10px;
        margin-top: 5px;
    }

    .lum-elements-divider
    {
        /*display: none;*/
        margin-top: 12px;
        margin-bottom: 0px;
    }

    .after-description-divider
    {
        display: none;
    }

    .landing-main-bottom-contacts-outer
    {
        display: none;
    }

    .webinar-landing-comments-box.ordered
    {
        display: flex;
        flex-direction: column;
    }

    .ordered > .webinar-landing-comments-content-box
    {
        order: 2;
    }

    .ordered > .webinar-landing-comments-input-container
    {
        order: 1;
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .webinar-landing-comments-content-box.pruffme_scrollbar
    {
        /*в конце размер заголовка, потом размер поля ввожа коментария, потом его марджин сверху+снизу и отступ от нижней границы*/
        /*height: calc(100dvh - var(--landing-media-content-height) - var(--landing-media-header-height) - 34px - 39px - 32px - 10px);*/
    }

    .webinar-landing-comments-item-main-attachments
    {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-top: 8px;
        margin-left: 40px;
        margin-right: 10px;
    }
}