@font-face {
    font-family: Lato;
    src: url('./Lato-Regular_1');
}
html {
    background-color: #000;
}
body {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /*display: none;*/

    padding: 0px;
    margin: 0px;
}
#sound_off {
    position: absolute;
    top: 100px;
    left: 0px;
    padding: 20px;
    z-index: 500;
    display: none;
}
.header {
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100px;
    background-color: #EFEFF0;
    border-radius: 0px 0px 16px 16px;
    z-index: 1000;
}
.header .wrapper {
    padding: 15px;
}
.header .col {
    float: left;
    padding: 0 5px;
}
.header .button_top {
    position: absolute;
    width: 89px;
    height: 30px;
    right: 20px;
    top: 20px;
    color: #fff;
    /* Alert */

    background: #FF3B30;
    border-radius: 30px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.button_opacity {
    border: 1px solid #FFFFFF;
    border-radius: 24px;

    font-weight: 600;
    font-size: 14px;
    line-height: 15px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    height: 48px;
    width: 160px;

    margin: 0 3px 0 3px;
}

.button_gradient {
    color: #fff;

    background: linear-gradient(221.95deg, #654CFF -135.01%, #FF3B3D 100%);
    border-radius: 24px;

    height: 48px;
    width: 160px;

    font-weight: 600;
    font-size: 14px;
    line-height: 15px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 3px 0 3px;
}

.button_popup {
    color: #fff;

    background: #FF3B30;
    border-radius: 24px;

    height: 48px;
    width: 215px;

    font-weight: 600;
    font-size: 14px;
    line-height: 15px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.button {
    color: #fff;

    background: #FF3B30;
    border-radius: 24px;

    height: 30px;
    width: 90px;


    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


#content {
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
}

.gray_layer {
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    z-index: 990;

    background: #13202E;
    opacity: 0.5;
}

#popup_download {
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    z-index: 900;

    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popup_download {
    z-index: 1000;
    background: #FFFFFF;
    border-radius: 16px;
    width: 327px;
    height: 304px;
    position: relative;
}
.popup_title {
    padding: 88px 0 24px 0;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;

    /* Text / Standard */

    color: #343640;
}
.popup_download .popup_title {
    text-align: center;
}


#email_enter {
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    z-index: 900;

    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.email_enter {
    z-index: 1000;
    background: #FFFFFF;
    border-radius: 16px;
    width: 290px;
    height: 470px;
    position: relative;
    padding: 20px;
}
#email_input {
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    color: #70767f;
    height: auto;
    width: 100%;
    margin-bottom: 0;
    display: block;
    outline: none;
    padding: 30px 0 18px 0;
    background-color: transparent;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;

}
#email_input::placeholder {
    color: #CECFD2;
}
.button_send {
    display: inline-block;
    outline: none;
    text-decoration: none;
    border-radius: 2px;
    position: relative;
    font-weight: 500;
    padding: 14px 30px;
    margin: 20px 0 20px 0;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    text-align: center;

    background-color: #7ed321;
    color: #fff;

}

.telegram {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;

    /* Text / Middle */

    color: #70767F;

    margin-top: 60px;
}



.close_icon {
    position: absolute;
    top: 10px;
    right: 10px;
}
.footer {
    position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    z-index: 500;
    color: #fff;
}

#footer_wrapper {
    padding: 15px;

    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}
#footer_wrapper .anons {
    display:none
}

#footer_wrapper.anons {
    padding: 15px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#footer_wrapper.anons .anons {
    display: flex;
    justify-content: center;
}
#isOnAir {
    display: none;
}

.footer .wrapper.center {
    padding: 15px;
}
.footer .row {
    padding: 5px 0;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}
.anonsTitle {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
}
.row.anons.small {
    padding: 0 0 20px 0;
}
#sessionName {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;

    color: #FFFFFF;
}
.anons #sessionName {
    text-align: center;
    max-width: 70vw;
}
#anons_cost {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;

    color: rgba(255, 255, 255, 0.7);
    display:none;
}
#anons_free {
    display: none;
}

.video_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.avatar {
    border-radius: 50%;
    width: 24px;
    height: 24px;
}



#mainVideo {
    width: 100%;
    /*position: absolute;*/
    /*width: 300px;*/
    /*height: 400px;*/
    /*object-fit: cover;*/
}

#imageCover {
    display: none;
    width: auto;
    height: 100%;
}

div.title {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    padding: 0 0 10px 0;

    /* Chat / Message dark */

    color: #292A31;
}

div.sub_title {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;

    /* Text / Middle */

    color: #70767F;
}
#userName {
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
    max-width: 70vw;
}

.h1 {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 32px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
    clear: both;
}
h2 {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #393A4E;
}
#cameras {
    position:absolute;
    top: 120px;
    right: 10px;
}
.camera {
    position: relative;
    object-fit: cover;
    margin: 5px;
}
.camera video {
    border-radius: 4px;
    width: 64px;
    height: 64px;
    object-fit: cover;
}


/*@media screen and (min-width: 410px) {*/
/*    body {*/
/*        margin: 10px;*/
/*    }*/
/*}*/
