

/* Подключаем шрифт ProstoOne */
@import url(https://fs.getcourse.ru/fileservice/file/download/a/529695/sc/393/h/ebb2cf9bd68dad40c8be49419f5f4f03.css);

body.newWeb,
.teaserWeb,
body.newWebRoom {
    --font-family: 'Prosto One', sans-serif;
}

html, body {
    background: none !important;
}

/* Страница ввода имени */
body.newWeb {
    background: url(https://fs24.getcourse.ru/fileservice/file/download/a/529695/sc/168/h/4a538fb681f8ab79f82934950749eaba.png) no-repeat top left !important;
    background-size: cover;
}

body.newWeb .content {
    margin: 0 auto !important;
}

body.newWeb .standard-page-content {
    margin-top: 52px;
}

body.newWeb .standard-page-content > div > span {
    position: relative;
    display: block;
    padding-top: 180px;
    font-family: var(--font-family) !important;
    font-weight: normal !important;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color: #fff !important;
}

body.newWeb .standard-page-content > div > span::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translatex(-50%);
    
    width: 195px;
    height: 155px;
    
    background: url(https://fs19.getcourse.ru/fileservice/file/download/a/529695/sc/91/h/4e4661d33806cba97977e97997ca6e78.png) no-repeat center;
    background-size: cover !important;
}

body.newWeb .webinar-login {
    position: relative;
    
    margin-top: 32px;
    padding: 48px 36px 32px !important;
    text-align: center;
    
    border-radius: 10px;
    background: #00131C;
}

body.newWeb .webinar-login h3 {
    margin: 0 0 15px !important;
    
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #DBFF00;
}

body.newWeb .webinar-login form .form-group {
    margin-bottom: 0;
}

body.newWeb .webinar-login form input {
    margin-bottom: 15px;
    height: 44px;
    text-align: center;
    border-radius: 5px !important;
    border: 1px solid #D9D9D9 !important;
    background: #FFF !important;
    box-shadow: none;
}

body.newWeb .webinar-login form button {
    margin-top: 0;
    padding: 12px 52px;
    
    color: #00131C;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;

    border: none;
    border-radius: 5px;
    background: #DBFF00;
    
    transition: all .3s;
}

body.newWeb .webinar-login form button:hover {
    background: #EAE4D7;
    transform: scale(1.05);
}

@media (max-width: 520px) {
    body.newWeb {
        background: url(https://fs20.getcourse.ru/fileservice/file/download/a/529695/sc/129/h/5ae7eef26611e07e59e9e7c689614359.png) no-repeat center fixed !important;
    }
    body.newWeb .standard-page-content > div > span {
        font-size: 32px !important;
    }
    
    body.newWeb .standard-page-content {
        margin-top: 24px;
    }
    body.newWeb .standard-page-content > div > span {
        padding-top: 120px;
    }

    body.newWeb .standard-page-content > div > span::before {
        width: 113px;
        height: 90px;
    }
}

@media (max-width: 375px) {
    body.newWeb .standard-page-content {
        margin-top: 40px;
    }
    
    body.newWeb .standard-page-content > div > span {
        font-size: 24px !important;
    }
}


/* Тизер вебинара  */
.teaserWeb .content {
    position: relative;
}

.teaserWeb .content::before {
    content: "";
    position: absolute;
    top: -250px;
    left: 50%;
    transform: translatex(-50%);
    
    width: 195px;
    height: 155px;
    
    background: url(https://fs19.getcourse.ru/fileservice/file/download/a/529695/sc/91/h/4e4661d33806cba97977e97997ca6e78.png) no-repeat center;
    background-size: cover !important;
}


.teaserWeb .content::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='11' viewBox='0 0 43 11' fill='none'%3E%3Ccircle cx='21.5' cy='5.5' r='5' stroke='white'/%3E%3Ccircle cx='5.5' cy='5.5' r='5' stroke='white'/%3E%3Ccircle cx='37.5' cy='5.5' r='5' stroke='white'/%3E%3C/svg%3E");
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translatex(-50%);

    width: 43px;
}
.teaserWeb .content {
    padding: 36px 48px 48px !important;
    max-width: 890px;

    text-align: center;

    border: 1px solid rgba(219,255,0,0.6);
    border-radius: 10px;
    background: rgba(0, 19, 28, 0.6);
}

.teaserWeb .content .title {
    margin-bottom: 12px !important;

    font-family: var(--font-family);
    font-weight: normal;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.teaserWeb .content .description {
    margin-bottom: 24px !important;

    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}

.teaserWeb .content iframe,
.teaserWeb .content video {
    margin: 0 0 30px;
    width: 350px;
    height: 200px;
    border-radius: 10px;
}

.teaserWeb .countdown-text {
    margin-top: 32px;
    margin-bottom: 5px !important;
    color: #FFF;
    text-align: center;
    font-family: var(--font-family);
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
}

.teaserWeb .content .countdown {
    margin-bottom: 0 !important;
    color: #FFF;
    text-align: center;
    font-family: var(--font-family);
    font-size: 36px !important;
    font-weight: 700;
    line-height: 120%;
}

@media (max-width: 520px) {
    .teaserWeb .content {
        margin: auto 15px;
        padding: 24px 24px 48px !important;
    }
    .teaserWeb .content .title,
    .teaserWeb .content .countdown {
        font-size: 24px !important;
    }
    .teaserWeb .content .description,
    .teaserWeb .countdown-text {
        font-size: 16px;
    }
    
    body.teaserWeb {
        background: url(https://fs20.getcourse.ru/fileservice/file/download/a/529695/sc/129/h/5ae7eef26611e07e59e9e7c689614359.png) no-repeat center fixed !important;
    }
    
    .teaserWeb .content::before {
        top: -160px;
        width: 113px;
        height: 90px;
    }
}


/* Вебинарная комнта */
body.newWebRoom:not(.adminWebRoom) {
    background: #1A1A1C url(https://fs23.getcourse.ru/fileservice/file/download/a/529695/sc/156/h/8fe382ed24b5e9803bd17bb42592690f.png) no-repeat top left / cover !important;
}

body.newWebRoom .webinar-started-block {
    padding-left: 40px !important;
    
    width: calc(100% - 500px);
}

body.newWebRoom .webinar-started-block .container  {
    padding: 0;
}

body.newWebRoom .webinar-started-block .webBanner {
    margin-bottom: 20px;
    width: 100%;
}

body.newWebRoom .webinar-started-block .webBanner img {
    width: 100%;
}

body.newWebRoom .webinar-started-block .part-header {
    position: relative;
    margin-bottom: 20px !important;
    margin-left: 35px;
    padding-left: 10px;
}

body.newWebRoom .webinar-started-block .part-header::before {
    content: url(https://fs19.getcourse.ru/fileservice/file/download/a/529695/sc/428/h/7568b8e34f86574b9a07264147b11306.png);
    position: absolute;
    top: 8px;
    left: 0px;
    
    transform: translatex(-100%);
}

body.newWebRoom .webinar-started-block .f-header.f-header-36 {
    padding-left: 10px;
    font-family:  var(--font-family);
    font-weight: normal;
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
}

body.newWebRoom .webinar-started-block .video-block-main {
    width: 100% !important;
    border-radius: 10px;
    border: 1px solid #DBFF00;
    background: #3d3d3d;
    overflow: hidden;
}

body.webinar-started-block  .container {
    border-radius: 10px;
}

/* Чат вебинарной комнаты */

body.newWebRoom .chat-widget {
    top: 30px;
    right: 40px;
    height: calc(100% - 80px);
    
    padding: 8px 20px 16px;
    
    border-radius: 10px !important;
    background: #EAE4D7 !important;
    
    overflow: hidden;
}

body.newWebRoom.adminWebRoom .chat-widget {
    position: relative;
	background: rgba(23, 16, 30, 1);
}

body.newWebRoom .chat-widget::before {
    content: "Чат участников вебинара";
    
    position: absolute;
    top: 6px;
    left: 6px;
    
    padding: 8px 16px;
    width: calc(100% - 12px);
    
    color: #DBFF00;
    font-family:  var(--font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    
    background: #00131c;
    border-radius: 7px;
    z-index: 10;
}


body.newWebRoom .chat-widget .webinar-count-users {
    position: absolute;
    top: 12px;
    right: 20px;
    
    color: #DBFF00;
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: normal !important;
    letter-spacing: .3px;
    line-height: 120%;
    z-index: 15;
}


body.newWebRoom .comments-tree {
    padding-top: 40px;
    height: calc(100% - 150px) !important;
}

body.newWebRoom .comments-tree .comments-container::-webkit-scrollbar {
  width: 10px;
}

body.newWebRoom .comments-tree .comments-container::-webkit-scrollbar-track {
    background: rgba(241,241,241,0.1);
    border-radius: 10px;
}

body.newWebRoom .comments-tree .comments-container::-webkit-scrollbar-thumb {
    background: #D2C4A4;
    border-radius: 10px;
}

body.newWebRoom .comments-tree .comments-container::-webkit-scrollbar-thumb:hover {
  background: #005490;
}

body.newWebRoom.adminWebRoom .comments-container.comments-main-container:hover {
	background: none !important;
}

body.newWebRoom .comment {
    overflow: visible;
}

body.newWebRoom .gc-comment .title span[style="font-size: 12px; font-weight: normal;"] {
    margin-right: 10px;
}

body.newWebRoom .gc-comment .title span {
    position: relative;
    
    color: #00131C;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 120%;
}

body.newWebRoom .gc-comment .title span[style=""]::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='8' viewBox='0 0 7 8' fill='none'%3E%3Cpath d='M7 4L6.75414e-08 8L4.17233e-07 -3.0598e-07L7 4Z' fill='%2300131C'/%3E%3C/svg%3E");
    position: relative;
    left: -10px;

}

body.newWebRoom .gc-comment .title span[style=""]::after {
    content: ":";
}

body.newWebRoom .gc-comment .text .main .text-content {
    color: #00131C;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

body.newWebRoom .gc-comment .title span[style="color: red;"] {
    position: relative;
    color: #005490 !important;
}

body.newWebRoom .gc-comment .title span[style="color: red;"]::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='8' viewBox='0 0 7 8' fill='none'%3E%3Cpath d='M7 4L6.75414e-08 8L4.17233e-07 -3.0598e-07L7 4Z' fill='%23005490'/%3E%3C/svg%3E");
    position: relative;
    left: -10px;
}


body.newWebRoom .gc-comment-form {
    bottom: 20px !important;
    padding: 16px !important;
    
    width: calc(100% - 40px) !important;
    
    border-radius: 5px;
    background: #00131C;
}

body.newWebRoom .gc-comment-form .new-comment-input {
    padding: 4px 10px !important;
    height: 32px;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    
    border: none;
    border-radius: 3px;
    background: #FBFBFB;
}

body.newWebRoom .gc-comment-form .new-comment-input::placeholder {
    color: #B9B9B9;
}

body.newWebRoom .gc-comment-form .webinar-btn-send {
    margin-top: 8px;
    height: auto;
    padding: 10px;
    color: #00131C;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-radius: 3px;
    background: #DBFF00;
    transition: all .3s;
}

body.newWebRoom .gc-comment-form .webinar-btn-send:hover {
    color: #fff;
    background: #005490;
}

body.newWebRoom .gc-comment-form .webinar-btn-send .fa {
    display: none;
}

body.adminWebRoom .lt-block-wrapper {
    padding: 0 !important;
}

body.adminWebRoom .main-right .chat-widget {
    top: 0 !important;
    right: 0 !important;
    height: 100vh !important;
}

body.adminWebRoom .main-right .webinar-count-users {
    margin-top: 5px !important;
}

body.adminWebRoom .main-right .chat-widget::after {
    top: 37px !important;
}

body.adminWebRoom .main-right .btn-danger {
    margin-top: 8px;
    border-radius: 3px;
}

body.adminWebRoom .moderation-link {
    margin-top: 20px;
    color: #fff;
}

body.adminWebRoom .main-right .title span[style=""]::before {
    display: none;
}


@media (max-width:992px) {
    body.newWebRoom .o-lt-video-broadcast {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    body.newWebRoom .webinar-started-block {
        padding-left: 20px !important;
        width: calc(100% - 20px) !important;
    }
    
    body.newWebRoom .lt-chat {
        padding: 8px 20px 16px;

        border-radius: 10px;
        background: #EAE4D7 !important;

        overflow: hidden;
    }

    body.newWebRoom .lt-chat {
        position: relative;
    }
    
    body.newWebRoom .lt-chat::before {
        content: "Чат участников вебинара";

        position: absolute;
        top: 6px;
        left: 6px;

        padding: 8px 16px;
        width: calc(100% - 12px);

        color: #DBFF00;
        font-family:  var(--font-family);
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;

        background: #00131c;
        border-radius: 7px;
        z-index: 10;
    }
    
    body.newWebRoom #webinar-content-block.mobile .comments-main-container {
        border: none;
    }
    
    body.newWebRoom .comments-tree {
        padding: 40px 15px 20px;
    }
    
    body.newWebRoom .lt-chat .gc-comment .text .main .text-content {
        padding-left: 5px;
    }
    
    body.newWebRoom .gc-comment-form {
        bottom: 40px !important;
        min-height: 100px !important;
        width: calc(100% - 87px) !important;
    }
    
    body.newWebRoom .webinar-content-block.mobile[data-mobile-view="1"] .comments-main-container {
        padding-bottom: 120px;
    }
    
    body.newWebRoom .webinar-count-users.mobile {
        margin-top: 12px;
        color: #DBFF00;
        font-family: var(--font-family);
        font-size: 12px;
        font-weight: normal !important;
        letter-spacing: .3px;
        line-height: 120%;
    }
    
    body.newWebRoom #webinar-content-block.mobile .gc-comment-form {
        height: 115px;
    }
    
    body.newWebRoom .gc-comment-form .webinar-btn-send {
        margin-left: 0;
    }
    
    body.newWebRoom .comments-tree {
        margin-right: 0;
    }
}

@media (max-width:520px) {
    
    body.newWebRoom .webinar-content-block.mobile[data-mobile-view="1"] .comments-main-container {
        padding: 0;
        height: calc(66vh - 45px - 160px) !important;
        border: none !important;
    }
    
    body.newWebRoom #webinar-content-block.mobile .gc-comment-form {
        border: 1px solid #DBFF00;
    }
}
