

@charset "UTF-8";
.is-webinar-page:root {
  --chat-width: 400px;
}
.is-webinar-page body {
  background-color: #eff4ff;
  min-height: 100vh;
  min-width: 320px;
  width: 100%;
}
.is-webinar-page .gc-main-content {
  margin-top: 0 !important;
  min-height: 100vh;
}
.is-webinar-page #webinar-content-block {
  /* Продающие блоки */
}
.is-webinar-page #webinar-content-block > .webinar-started-block {
  width: 100%;
  max-width: calc(100% - var(--chat-width));
}
@media screen and (max-width: 767.98px) {
  .is-webinar-page #webinar-content-block > .webinar-started-block {
    max-width: 100%;
  }
}
.is-webinar-page #webinar-content-block > .webinar-started-block > .o-lt-onecolumn .part-header {
  margin-top: 40px;
  margin-bottom: 40px !important;
}
.is-webinar-page #webinar-content-block > .webinar-started-block > .o-lt-onecolumn .part-header .f-header {
  color: #000;
  font-family: var(--font-primary);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.is-webinar-page #webinar-content-block > .webinar-started-block > .o-lt-video .video-block-main {
  width: 100% !important;
  margin: 0 !important;
}
.is-webinar-page #webinar-content-block .chat-widget {
  width: var(--chat-width) !important;
  background: #eff4ff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.20);
  border: none !important;
}
.is-webinar-page #webinar-content-block .comments-tree {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 767.98px) {
  .is-webinar-page #webinar-content-block .comments-tree {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .is-webinar-page #webinar-content-block .comments-tree {
    padding-top: 56px;
  }
}
.is-webinar-page #webinar-content-block .comments-tree::before {
  content: "Чат";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  padding: 12px 18px;
  background-color: #0A36A8;
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 767.98px) {
  .is-webinar-page #webinar-content-block .comments-tree::before {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 14px;
  }
}
.is-webinar-page #webinar-content-block .comments-tree .comments-main-container {
  flex:1 0 0;
  height: auto !important;
}
@media screen and (max-width: 767.98px) {
  .is-webinar-page #webinar-content-block .comments-tree .comments-main-container {
    flex: 1 1 100%;
    border: none;
    height: calc(66vh - 45px - 144px) !important;
  }
}
.is-webinar-page #webinar-content-block .comments-tree .comments-main-container .comments-top-level {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.is-webinar-page #webinar-content-block .comments-tree .comments-main-container .comments-top-level > .gc-comment {
  flex: 0 1 auto;
}
.is-webinar-page #webinar-content-block .comments-tree .comments-main-container .comments-top-level > .gc-comment .comment-wrapper .comment {
  font-family: var(--font-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  color: #000;
}
.is-webinar-page #webinar-content-block .comments-tree .comments-main-container .comments-top-level > .gc-comment .comment-wrapper .comment .title {
  font-size: 12px;
}
.is-webinar-page #webinar-content-block .comments-tree .comments-main-container .comments-top-level > .gc-comment .comment-wrapper .comment .title span {
  color: #0A36A8 !important;
}
.is-webinar-page #webinar-content-block .comments-tree .gc-comment-form {
  flex: 0 1 auto;
  background: none;
  padding: 32px 16px 64px;
}
@media screen and (max-width: 767.98px) {
  .is-webinar-page #webinar-content-block .comments-tree .gc-comment-form {
    padding: 24px 16px;
    background-color: #ffff;
    height: auto !important;
  }
}
height: auto !important;
  }
}
.is-webinar-page #webinar-content-block .comments-tree .gc-comment-form .new-comment .off-new-comment {
  margin-bottom: 10px;
  color: #0000;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media screen and (max-width: 767.98px) {
  .is-webinar-page #webinar-content-block .comments-tree .gc-comment-form .new-comment .off-new-comment {
    height: auto !important;
  }
}
.is-webinar-page #webinar-content-block .comments-tree .gc-comment-form .new-comment #comment_form .textarea-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 16px;
}
.is-webinar-page #webinar-content-block .comments-tree .gc-comment-form .new-comment #comment_form .textarea-block .new-comment-input {
  flex: 1 1 100%;
  display: block;
  color: #000;
  font-family: var(--font-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 30px !important;
  margin: 0 !important;
  border-radius: 6px;
  border: 1px solid #387FF8;
  background: #fff;
    box-shadow: 0 8px 8px 0 rgba(0,40,120,.35);
}
@media screen and (max-width: 767.98px) {
  .is-webinar-page #webinar-content-block .comments-tree .gc-comment-form .new-comment #comment_form .textarea-block .new-comment-input {
    font-size: 16px;
    padding: 10px 20px !important;
  }
}
.is-webinar-page #webinar-content-block .comments-tree .gc-comment-form .new-comment #comment_form .textarea-block .webinar-btn-send {
  color: #fff;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 6px;
  border: none;
  background: #0A36A8;
  height: auto;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
    box-shadow: 0 8px 8px 0 rgba(0,40,120,.35);
}
@media screen and (max-width: 767.98px) {
  .is-webinar-page #webinar-content-block .comments-tree .gc-comment-form .new-comment #comment_form .textarea-block .webinar-btn-send {
    padding: 10px 20px;
  }
}
.is-webinar-page #webinar-content-block .comments-tree .gc-comment-form .new-comment #comment_form .textarea-block .webinar-btn-send .fa {
  font-size: 18px;
  color: #387FF8;
}
.is-webinar-page #webinar-content-block .comments-tree .gc-comment-form .new-comment #comment_form .textarea-block .webinar-btn-send .text {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}
.is-webinar-page #webinar-content-block .comments-tree .gc-comment-form .new-comment #comment_form .textarea-block .webinar-count-users {
  color: #387FF8;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media screen and (min-width: 992px) {
    .is-webinar-page #webinar-content-block .comments-tree .gc-comment-form {
     position: relative;
    }
}
