
.tensor_group {
  padding-right: 20px;
  border-right: 1px solid #ccc!important;
  position: relative;
  flex-wrap: nowrap;
  flex-direction: column; 
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
  padding: 6px 0!important;
  left: -1px;
  overflow: inherit;
}
#id_introeditoreditable {
	position: relative;
}
.tensor_but_group {
  /* padding-right: 20px; */
  /* border-right: 1px solid #ccc!important; */
  height: 30px;
  /* width: 54px; */
  position: relative;
  flex-wrap: nowrap;
  /* flex-direction: row; */
  /* top: 10px; */
  cursor: pointer;
}
.editor_atto_toolbar .tensor_but_group:hover {
  background-image: radial-gradient(ellipse at center, #fff 60%, #dfdfdf 100%);
  background-color: #ebebeb;
}
#edit_table {
  position: absolute;
  right: 0px;
  /* top: 100px; */
  border-radius: 8px;
  /* border: 1px solid #ccc; */
  background: rgba(0, 0, 0, 0.685)!important;
  padding: 4px 12px;
  margin-top: 3px;
}
.focus_table {
  border: 3px solid #8991a9!important;
  margin: -3px;
  width: calc(100% + 6px);
}
.icon_add {
  font-family: 'cbuc-icons24';
  font-size: 24px!important;
  color: rgba(255, 255, 255, 0.541);
  cursor: pointer;
  background-color: none;
}
.icon_add:hover {
  color: #fff;
} 
.round:not(.setting_slider) {
  color: #000;
  text-align: left;
  height: 30px;
  cursor: pointer;
  font-family: 'tensorfont';
  font-size: 14px;
  line-height: 28px;
  padding: 0 24px 0 8px;
}
.round.single::before{
  display: none;
}
.round.single.l_disable{
  background-color: transparent!important;
  opacity: .45;
  color: #587ab0!important;
  cursor: default!important;
}
.round:hover {
  background-color: #EAECEE;
}
.round:before {
  color: #587ab0;
  content: '';
  position: absolute;
  font-family: 'cbuc-icons24';
  font-size: 20px;
  right: 0px;
}
.round:hover:before {
  color: #313e78;
}
.r_group {
  right: -121px;
  display: none;
  background: rgb(255, 255, 255);
  border: 1px solid #ccc!important;
  left: auto;
  margin-top: -35px;
  width: max-content!important;
}
.table_ten:before {
  content: '';
  position: absolute;
  font-family: 'cbuc-icons24';
  font-size: 20px;
  left: 8px;
}
.table_t {
  color: #000;
  margin-left: 33px;
  margin-right: 12px;
  display: block;
  width: 156px;
  text-align: left;
  line-height: 30px;
  font-size: 14px;
}
.table_ten { /*обычная таблица*/
  color: #587ab0;
  text-align: center;
  /* width: 34px; */
  height: 30px;
  cursor: pointer;
}
.table_ten:hover {
  color: #313e78;
  background-color: #EAECEE;
}
.table_ten:before {
  content: '';
  position: absolute;
  font-family: 'cbuc-icons24';
  font-size: 20px;
  left: 8px;
}

.table_ten_ver { /*таблица с верт вклажками*/
  color: #587ab0;
  text-align: center;
  /* width: 34px; */
  height: 30px;
  cursor: pointer;
}
.table_ten_ver:hover {
  color: #313e78;
  background-color: #EAECEE;
}
.table_ten_ver:before {
  content: '';
  position: absolute;
  font-family: 'cbuc-icons24';
  font-size: 20px;
  left: 8px;
}

.table_ten_gor { /*таблица с гориз вклажками*/
  color: #587ab0;
  text-align: center;
  /* width: 34px; */
  height: 30px;
  cursor: pointer;
}
.table_ten_gor:hover {
  color: #313e78;
  background-color: #EAECEE;
}
.table_ten_gor:before {
  content: '';
  position: absolute;
  font-family: 'cbuc-icons24';
  font-size: 20px;
  left: 8px;
}
.table_step_gor { /*гориз шаги*/
  color: #587ab0;
  text-align: center;
  /* width: 34px; */
  height: 30px;
  cursor: pointer;
}
.table_step_gor:hover {
  color: #313e78;
  background-color: #EAECEE;
}
.table_step_gor:before {
  content: '';
  position: absolute;
  font-family: 'cbuc-icons24';
  font-size: 20px;
  left: 8px;
}
.table_step_ver { /*вертик шаги*/
  color: #587ab0;
  text-align: center;
  /* width: 34px; */
  height: 30px;
  cursor: pointer;
}
.table_step_ver:hover {
  color: #313e78;
  background-color: #EAECEE;
}
.table_step_ver:before {
  content: '';
  position: absolute;
  font-family: 'cbuc-icons24';
  font-size: 20px;
  left: 8px;
}
.editor_spoiler_underline{
  padding: 0;
  display: inline-block;
  color: #05b;
  position: relative;
  border-bottom: 1px dashed #05b;
  margin-bottom: 6px;
  height: 24px;
  width: 51px;
  margin-left: 9px;
}
.editor_spoiler_arrow{
  color: #313e78;
  margin-left: 21px;
}
.editor_spoiler_arrow:before{
  left: 6px;
  color: #d94700;
  width: 16px;
  height: 16px;
  content: "";
  font-family: 'cbuc-icons';
  font-size: 16px;
  font-weight: normal;
  position: absolute;
}
.spoiler:hover{
  background-color: #EAECEE;
}

.tensor_group span {font-size: 14px;}
/* .tensor_but_group_icon:hover:before {
  color: #313e78;
  background-color: #EAECEE;
} */
.tensor_but_group_icon:before {
  color: #587ab0;
  height: 30px;
  width: 34px;
  content: '';
  /* position: absolute; */
  font-family: 'cbuc-icons24';
  font-size: 20px;
  text-align: center;
}

.moodle-dialogue{
    min-width: min-content;
}

/* Убрать предворительный просмотр */
.path-mod-feedback #page #page-content #region-main [aria-label="Предварительный просмотр"]{
	display:none;
}

/* Стили для прикладывания скриншота */
.user_image {
  border-radius: 8px;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 50%);
  max-width: 815px;
  height: max-content;
  min-height: -webkit-fill-available;
}


.load_image {
  border-radius: 8px;
    text-align: center;
    display: flex;
    font-family: 'cbuc-icons';
    height: 333px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    flex-direction: column-reverse;
    justify-content: space-around;

}
/* Для курса Черновой */

/* Классы замены экрана результатов в тестах */

.next_text_link {
  position: fixed;
                cursor: pointer;
                height: 15px;
                left: 8%;
                top: 74%;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 15px;
                display: flex;
                align-items: center;
                text-align: center;
                color: rgb(255, 112, 51);
                border-bottom: 2px dotted rgb(255, 112, 51);
}

.retry_test_pass {
  position: absolute;
    width: calc(25% - 5px);
    height: calc(32px);
    left: 9%;
    top: 283px;
    border: none;
    z-index: 1;
    color: white;
    font-size: 19px;
    /* align-items: stretch; */
    background: rgb(255, 112, 51);
    border-radius: 18.5px;
    padding-left: 1.5%;
}

.background_lesson_result {
  background: #FFFFFF;
    box-shadow: 1px 0px 18px rgb(0 0 0 / 21%);
    border-radius: 24px;
    position: absolute;
    width: 96%;
    height: 379px;
    left: 2%;
    top: 11%;
}


.image_lesson_result{
  width: calc(60%);
    position: absolute;
    left: 41%;
    top: 18px;
}

.new-result-view {
  width: 100%;
  position: absolute;
  top: 11px;
}

.next_page_result {
      position: absolute;
    width: calc(18% - 5px);
    height: 29px;
    left: 8%;
    top: 257px;
    border: none;
    letter-spacing: 0em;
    text-align: center;
    z-index: 1;
    color: white !important;
    font-family: "TensorFont" !important;
    font-style: initial;
    font-weight: 400;
    font-size: 19px;
    line-height: 0px;
    /* justify-content: center; */
    background: rgb(255, 112, 51);
    border-radius: 18.5px;

}



.next_page_result::after{
  content: "";
  font-family: cbuc-icons;
  font-size: 16px;
  margin-left: 4px;
}

.message_lesson_text_pass {

  position: absolute;
    font-style: normal;
    font-weight: 400;
    line-height: calc(1.3em - 0px);
    font-size: calc(1.8vw + 15px);
    color: #4D4D4D;
    top: 114px;
    left: 8%;
    width: calc(42%);
    font-family: 'tensorfont';

}
.message_lesson_text{
     position: absolute;
    font-style: normal;
    font-weight: 400;
    line-height: calc(1.3em - 0px);
    font-size: calc(1.8vw + 11px);
    color: #4D4D4D;
    top: 145px;
    left: 8%;
    width: calc(42%);
    font-family: 'tensorfont';

}
.result_lesson_text{
font-family: sans-serif;
    font-weight: 900;
    line-height: 53px;
    text-align: left;
    position: absolute;
    font-style: normal;
    font-size: calc(29px + 16 * (97vw / 1280));
    top: 40px;
    left: 8%;
    color: #4D4D4D;
    letter-spacing: 0px;
}


/* Стили замены экранов замозаписи */

.disabled_button_enrol {
    position: absolute;
    width: calc(15% - 5px);
    height: calc(4% + 8px);
    left: 7%;
    top: 41%;
    background: rgb(187, 187, 187);
    border-radius: 6px;
    border: none;
    font-family: tensorfont;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    font-size: calc(6px + 0.8875vw);
    text-align: center;
    z-index: 1;
    color: white;
    display: flex;
    align-items: stretch;
    flex-flow: column nowrap;
    justify-content: space-around;
  }

/* Вертикальная черта для Итога на страницах */
.main-content-materials-lesson{

 
  top: 21%;
  position: absolute;
  width: 86%;
  height: 476px;
  overflow-y: auto;
  /* right: 1%; */
  right: 6%;
}
.main-content-materials-lesson::-webkit-scrollbar {
  
  width: 4px; 
  height: 8px; 
  scrollbar-color: #D94700;
}
.main-content-materials-lesson::-webkit-scrollbar-thumb {
  border: 6px solid rgba(217, 71, 0, 1)
}

.main-content-header-lesson{
  font-family: TensorFont;
  font-size: 28px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  position: absolute;
  width: 554px;
  height: 55px;
  left: 10%;
  top: 10%;

  display: flex;
  align-items: center;

  color: #000000;
}

.main-content-body-lesson{
  
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
}


.spoiler-lesson :checked ~ div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.spoiler-lesson :checked ~ label {
  display: flex;
  background: #FBE2D6;
  ;
}
.spoiler-lesson input, .spoiler-hidden-lesson { 
  display: none; 
}


.spoiler-lesson label {
  padding: 2%;
    display: flex;
    /* position: absolute; */
    width: 97%;
    height: 0%;
    padding-left: 4%;
    background: #FFFFFF;
    box-shadow: 5px 5px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
    align-items: center;
}
.spoiler-elem-lesson a{
  color: #000000 !important; 
  text-decoration: none;
  cursor: pointer;
  width: 100%;
}
.spoiler-hidden-lesson div{
  
  display: flex;
    padding: 1%;
    border: 1px solid #F89261;
    border-radius: 30px;
    position: relative;
    width: 29%;
    max-width: 340px;
    height: 100%;
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    align-items: baseline;
    text-align: center;
    color: #000000;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 3%;
    align-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;

}
.spoiler-lesson {
  /* display: flex; */
  /* flex-direction: row; */
  /* align-items: stretch; */
  /* flex-wrap: nowrap; */
  /* margin-bottom: 11px; */
  /* justify-content: space-between; */
  /* align-content: center; */
  /* width: 125%; */
}

.spoiler-lesson label:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

.main-content-materials-page{

  
  /* position: absolute; */
  width: 100%;
  height: 476px;
  overflow-y: auto;
  scrollbar-color: #D94700;
  right: 13%;
}
.main-content-materials-page::-webkit-scrollbar {
  
  width: 4px; /* ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð´Ð»Ñ Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»ÑŒÐ½Ð¾Ð³Ð¾ ÑÐºÑ€Ð¾Ð»Ð»Ð° */
  height: 8px; /* Ð²Ñ‹ÑÐ¾Ñ‚Ð° Ð´Ð»Ñ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ ÑÐºÑ€Ð¾Ð»Ð»Ð° */
  scrollbar-color: #D94700;
}
.main-content-materials-page::-webkit-scrollbar-thumb {
  border: 6px solid rgba(217, 71, 0, 1)
}

.main-content-header-page{
  font-family: TensorFont;
  font-size: 28px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  /* position: absolute; */
  width: 554px;
  height: 65px;
  left: 10%;
  top: 10%;
  display: flex;
  align-items: center;
  color: #000000;
  margin-left: 6px;
  margin-bottom: 15px;

}

.main-content-body-page{
  
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
}


.spoiler-page :checked ~ div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.spoiler-page :checked ~ label {
  display: flex;
  background: #FBE2D6;
  ;
}
.spoiler-page input, .spoiler-hidden-lesson { 
  display: none; 
}


.spoiler-page label {
  padding: 5%;
  display: flex;
  /* position: absolute; */
  width: 97%;
  height: 74px;
  padding-left: 4%;
  background: #FFFFFF;
  box-shadow: 5px 5px 6px rgb(0 0 0 / 10%);
  border-radius: 10px;
  align-items: center;
}
.spoiler-elem-page a{
  color: #000000 !important; 
  text-decoration: none;
  cursor: pointer;
}
.spoiler-hidden-page div{
  
  display: flex;
    padding: 1%;
    border: 1px solid #F89261;
    border-radius: 12px;
    position: relative;
    width: 28%;
    /* max-width: 340px; */
    height: 100%;
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    align-items: baseline;
    text-align: center;
    color: #000000;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 3%;
    align-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;

}
.spoiler-page {
  /* display: flex; */
  /* flex-direction: row; */
  /* align-items: stretch; */
  /* flex-wrap: nowrap; */
  /* margin-bottom: 11px; */
  /* justify-content: space-between; */
  /* align-content: center; */
  /* width: 125%; */
}

.spoiler-page label:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}


.main-content-materials-page{

 
    top: 21%;
    
    width: 100%;
    height: 553px;
    overflow-y: auto;
    /* right: 1%; */
    right: 6%;
  }
  .main-content-materials-page::-webkit-scrollbar {
    
    width: 4px; /* ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð´Ð»Ñ Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»ÑŒÐ½Ð¾Ð³Ð¾ ÑÐºÑ€Ð¾Ð»Ð»Ð° */
    height: 8px; /* Ð²Ñ‹ÑÐ¾Ñ‚Ð° Ð´Ð»Ñ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ ÑÐºÑ€Ð¾Ð»Ð»Ð° */
    scrollbar-color: #D94700;
  }
.main-content-materials-page::-webkit-scrollbar-thumb {
    border: 6px solid rgba(217, 71, 0, 1)
  }
  
  .main-content-header-page{
    font-family: TensorFont;
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
   
    width: 554px;
    height: 55px;
    left: 10%;
    top: 10%;
  
    display: flex;
    align-items: center;
  
    color: #000000;
  }
  
  .main-content-body-page{
    
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
  }
  
  
  .spoiler-page :checked ~ div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .spoiler-page :checked ~ label {
    display: flex;
    background: #FBE2D6;
    ;
  }
  .spoiler-page input, .spoiler-hidden-page { 
    display: none; 
  }
  
  
  .spoiler-page label {
    padding: 2%;
    display: flex;
    /* position: absolute; */
    width: 97%;
    height: 0%;
    padding-left: 4%;
    background: #FFFFFF;
    box-shadow: 5px 5px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
    align-items: center;
  }
  .spoiler-elem-page a{
    color: #000000 !important; 
    text-decoration: none;
    cursor: pointer;
  }
  .spoiler-hidden-page div{
    
display: flex;
    
padding: 1%;
    
border: 1px solid #F89261;
    
border-radius: 25px;
    
position: relative;
    
width: 30%;
    
/* max-width: 340px; */
    
height: 100%;
    
font-family: tensorfont;
    
font-style: normal;
    
font-weight: 400;
    
font-size: 15px;
    
line-height: 18px;
    
align-items: baseline;
    
text-align: center;
    
color: #000000;
    
margin-top: 1%;
    
margin-bottom: 1%;
    
margin-right: 3%;
    
align-content: space-between;
    
flex-direction: row;
    
flex-wrap: nowrap;
    
justify-content: space-evenly;
  }
  .spoiler-page {
    /* display: flex; */
    /* flex-direction: row; */
    /* align-items: stretch; */
    /* flex-wrap: nowrap; */
    /* margin-bottom: 11px; */
    /* justify-content: space-between; */
    /* align-content: center; */
    /* width: 125%; */
  }
  
  .spoiler-page label:hover {
    background-color: #f8f8f8;
    cursor: pointer;
  }


.vertical_bar_res {
  margin-top: 12px;
  border-left: 5px solid #ff7033;
  padding-left: 10px;
}
.vertical_bar_res h5 {
  font-weight: bold;
}
/* Конец */

/* Вертикальная черта для Диалога на страницах */
.vertical_bar_dialog {
  margin-top: 12px;
  border-left: 2px solid #05b;
  padding-left: 10px;
}
/* Конец */
/*verigin 8 march*/
.march_button {
  height: 60px;
  width: 24px;
  margin: 0 12px;
  cursor: pointer;
  background-image: url(/tensor/filling/new_year/march/tulpan-gray.png);
  background-size: 24px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 8px;
}
.march_button:hover {
  background-image: url(/tensor/filling/new_year/march/tulpan-color.png);
  -webkit-filter: drop-shadow(0px 0px 5px #000000);
  filter: drop-shadow(0px 0px 5px #000000);
} 

/*вариант спойлеров пустой без стрелки*/
.summary_lite::-webkit-details-marker{display:none;}
.summary_lite::-moz-list-bullet{list-style-type:none;}
.summary_lite::marker{display:none;} 
.summary_lite {
	width: fit-content;
    padding: 0;
    display: inline-block;
    color: #05b;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px dashed #05b;
    margin-bottom: 6px;
    height: 24px;
}
.summary_lite:hover {
    color: #313e78;
    border-bottom: 1px dashed #313e78;
}
.summary_lite:before {  
    display: none;
}
.summary_lite ~ * {
     padding:0;
  }
.details_lite[open] .summary_lite ~ *{ 
    animation: none;
}
.details_lite[open] .summary_lite{ 
    color: #8991a9;
    border-bottom: 1px dashed #8991a9;
}
.details_lite[open] .summary_lite:hover {
    color: #313e78;
    border-bottom: 1px dashed #313e78;
}

/*ромашка загрузки*/
.chamomile_load_bg {
    background: #fff; 
    width: 38px; 
    height: 38px; 
    position: absolute; 
    margin: auto; 
    left: 0;  
    top: 0; 
    bottom: 0; 
    right: 0; 
    border: 0; 
    border-radius: 6px;
    display: none;
}
.chamomile_load {
    background: url(/tensor/test_correspondence/img/load.gif); 
    width: 32px; 
    height: 32px; 
    position: absolute; 
    margin: auto; 
    left: 0;
    top: 0; 
    bottom: 0; 
    right: 0; 
    border: 0;
}
/******************/

/*таблица в курсе*/
#table_all tbody td {
    padding: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#table_all tbody td p {
    margin-bottom: 0px;
}
#table_all tbody tr:hover {
    /*background-color: #f0f5fb;*/
}
#table_all table {
    border: transparent;
    width: 100%;
    margin-bottom: 10px;
}
#table_all thead {
    border: transparent;
    background: #f8f8f8;
    font-weight: bold;
}
#table_all tbody {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#table_all tbody tr {
    border-bottom: 1px solid #ccc;
}
#table_all tbody td .head_team {text-align: left; background-color: rgb(254, 250, 230);}
#table_all tbody td .head_team .head_head {color: #d94700; text-transform: uppercase;}
#table_all tbody td .head_team .head-date {color: #8991a9;}

/************************/

/*серая кнопка с тенью*/
.btn_white_shadow {
    color: #fff;
    border: transparent;
    height: 26px;
    padding: 0px 42px 0px 42px;
    border-radius: 24px;
    font-size: 14px;
    top: 2px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 25%)!important;
    background: #9CB3C9;
    display: inline-grid;
    align-items: center;
}
.btn_white_shadow:hover {
    color: #fff;
    background: #8099B2;
    text-decoration: none;
    /* border: 1px solid #ccc; */
}
/**********************/
/*иконки*/
.icons_insert {
    font-family: 'cbuc-icons24';
    font-size: 24px;
    color: #587ab0;
    margin: 0 8px;
    text-decoration: none!important;
    font-weight: normal!important;
}

/*таблица в лекциях*/
.table_les {
    background-color: #fff;
    border: 1px solid #ececec;
    text-align: left;
    /* width: 100%; */
    font-weight: normal;
}
.table_les th {
    width: 50%;
    border: 1px solid #eaeaea;
    padding: 6px;
}
.table_les td {
    border: 1px solid #eaeaea;
    padding: 6px;
}
/*бордер у картинки в лекциях*/
.img_bor {
    border: 1px solid #ccc;
    margin: 0;
}
/*****************************/

/*в редактировании вопроса заочных*/
.icon_clue:before {
    content: '';
    font-family: 'cbuc-icons24';
    font-size: 20px;
    position: absolute;
}
.icon_remark:before {
  content: '';
  font-family: 'cbuc-icons24';
  font-size: 24px;
  position: absolute;
}
.icon_tooltip:before {
  content: '';
  font-family: 'cbuc-icons24';
  font-size: 20px;
  position: absolute;
}
.icon_clue, .icon_remark, .icon_tooltip{
    width: 35px;
    height: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    line-height: 30px;
}


/*в редактировании вопроса заочных*/
.icon_clue_red:before {
    content: '';
    font-family: 'cbuc-icons24';
    font-size: 24px;
    position: absolute;
    background-image: url(/tensor/filling/img/i.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    margin-top: -1px;
}
.icon_clue_red {
    width: 35px;
    height: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    line-height: 30px;
    background: #ebebff;
    border-radius: 50%;
    border: 1px solid #dcdbff;
}
.icon_clue_red:hover {
    background: #dcdbff;
}


.att_icon_clue_red {
    /* display: inline!important;
    color: #f6733c; 
    margin-left: 6px;
    cursor: pointer;
    position: absolute;
    top: -18px;
    left: -12px;
    width: 12px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    text-align: end; */
    
    color: #5A49AB;
    /* top: 18px; */
    margin-top: -3px;
    right: 14px;
    left: auto;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}
.att_icon_clue_red:hover {
    color: #7e70c2;
}



.att_icon_clue {
    display: inline!important;
    color: #8b7dce; 
    margin-left: 6px;
    cursor: pointer;
    position: absolute;
    top: -12px;
    left: -12px;
    width: 12px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    text-align: end;
}
.att_icon_clue:hover {
    color: #05b;
}
.att_icon_clue:before {
    /* color: #8b7dce; */
    content: '';
    font-family: 'cbuc-icons24';
    font-size: 16px;
    position: absolute;
    line-height: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
}

[data-clue="open"],
[data-clue="close"]{
    font-size: 14px;
    color: #8991a9;
    font-weight: normal;
}
[data-clue="open"] p {
    /* color: #000; */
    /* margin-bottom: 8px; */
}
[data-clue="open"] span {
    font-size: 12px;
}
#testid {
    border: 1px solid #8991a9;
    border-radius: 6px;
    padding: 6px 12px 0 12px;
    margin-top: 44px;
    position: relative;
    /* border-top: 1px solid #ccc;
    padding: 6px 12px 0 12px;
    bottom: 39px;
    position: absolute;
    width: calc(100% - 4px);
    background: #f8f8f8;
    margin-left: -12px; */
}

#testid1{
    display: none;
}

#testid:focus+#testid1{
    display: block;
    position:absolute;
    top:120px;
    z-index:9999;
}
.icon-open-eye:before,
.icon-close-eye:before {
    content: '';
    font-family: 'cbuc-icons24';
    font-size: 24px;
    position: absolute;
    /* top:0px;
    left:115px; */
    top: 2px;
    right: 6px;
    cursor: pointer;
    color: #8991a9;
    background: none;
    border-radius: 50%;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}
.icon-close-eye:before {
    content: ''!important;
}
.icon-open-eye:hover:before, .icon-close-eye:hover:before {
    color: #313e78;
    background: #f0f0f0;
    }

.reference_block_att_z {
    top: 387px;
    height: auto;
    background-color: #3e5266;
    position: absolute;
    padding: 1rem 10px 1rem 1rem!important;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
}

[data-region="blocks-help"] {
    position: fixed;
    left: auto;
    right: 0;
    /* max-width: 25%; */
    /* min-width: 170px; */
    width: 244px;
    z-index: 2;
    transition: all 100ms ease 0s;
}
#page-mod-quiz-attempt .raskr::before {
    background-color: #3e5266!important; 
}
#page-mod-quiz-attempt .raskr:hover:before {
    background-color: #273748!important;
}

/**********************************/
/* В редактировании курса */

/* *** Кнопки *** */ 
.data_help_block_button:before {
  content: '';
  font-family: 'cbuc-icons24';
  font-size: 20px;
  position: absolute;
  top: -20px;
  left: 8px;
}
.plus_table_and:before{
  content: '';
  font-family: 'cbuc-icons24';
  font-size: 24px;
  position: absolute;
  top: -22px;
  left: 6px;
}
.data_help_block_button,
.plus_table_and{
  /* color: #5A49AB; */
  width: 35px;
  display: inline-block;
  position: relative;
  /* line-height: 30px;*/
}


/* *** Редактирование вспылвающей подсказки *** */ 
.data-help-block{
    display: none;
    position: absolute;
    bottom: calc(100%);
    width: 300px;
    left: 50%;
    margin-left: -150px;
    background-color: #fefcff;
    /* border: solid #fff 1px; */
    border-radius: 5px;
    padding: 5px;
    text-align: left!important;
    border-radius: 6px;
    border-bottom: 1px solid #8745c2;
    -webkit-box-shadow: rgb(0 0 0 / 35%) 0 0 6px 0;
    box-shadow: rgb(0 0 0 / 35%) 0 0 6px 0;
    padding: 6px 12px;
    padding-right: 30px;
    margin-bottom: 10px!important;
    font-family: 'tensorfont';
    font-size: 15px;
    z-index: 2;
}
.data-help-block>.header_help_block,
.data-help-block>h1{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #313e78;
    /* display: block;
    font-size: 20px; */
}
.data-help-block>.text_help_block{
    display: block;
    font-size: 15px;
    letter-spacing: unset;
}
.data-help-block::before{
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fefcff;
    border-right-color: #8745c2;
    border-bottom-color: #8745c2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-top: none;
    border-left: none;
    width: 12px;
    height: 12px;
    border-width: 1px;
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    right: 0;
    margin: auto;
}


.get_Data_help_block{
 margin-bottom: 0px;
 cursor: pointer;
}

.block_data_help{
    position:relative; 
    display:inline-block;
    /* z-index: 9999; */
}
.block_data_help:hover>.get_Data_help_block{
    color:#313e78;
}
.block_data_help:hover>.data-help-block{
    display: block!important;
}
.block_data_help:hover .closehelptip{
    display: none;
}
.closehelptip2::before{
    content: '';
}
.block_data_help>*:hover {
    display: block!important;
}
.data-help-block-PDF {font-size: 12px!important;} /*для пдф перерисовываю*/
.data-help-block-PDF .header_help_block {color: #313e78!important; font-weight: bold!important;}
.data-help-block-PDF .text_help_block {color: #8991a9!important;}

/* *** Плюс и/или в таблице *** */ 

.plus_and{
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    line-height: 1.3em;
    position: absolute;
    color: #8991a9;
    font-size: 12px;
    bottom: -7px;
    left: 50%;
    width: 36px;
    margin-left: -18px;
    background-color: #fff;
}

.plus_and::after{
    margin: 0 -55% 0 2%;
}

/* .tr_plus_and td{
    position: relative;
} */

#page-course-view-topics .no-overflow,
#page-course-view-topics #region-main{
    /* overflow: unset; */
     overflow:visible!important;
     
}
#page-course-view-topics .no-overflow h2, #page-course-view-topics .no-overflow h3, #page-course-view-topics .no-overflow h4 {display: flex; width: 100%;}
#page-course-view-topics .course-content ul.topics li.section, .course-content ul.weeks li.section {margin-top: 0;}
#page-course-view-topics .course-content {margin-top: -8px;}

.change_editor{
    display: flex;
    flex-direction: column;
}
.change_editor>.col-md-9{
    width: 100%;
    max-width: 100%;
}
.change_editor>.col-md-9>div{
    max-width: 100%;
}

/* *** Модальное окно *** */
[value="Открыть предварительный просмотр"]{
    background-color: #fff!important;
}
.modal_block{
    position: fixed;
    border: 1px solid rgba(0, 0, 0, .2);
    width: 300px;
    height: 600px;
    top: calc(50% - 300px);
    left: calc(50% - 150px);
    background: #fff;
    display: block;
    border-top-color:#587ab0!important;
    border-color: #ccc;
    border-width: 3px 1px 1px;
    z-index: 3;   
    opacity: 1;
    border-radius: 8px;
}
.header_preview{
    border-bottom: 1px solid #dee2e6;
    color: initial;
    min-height: 3rem;
    font-size: 1.5rem;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem;
    height: 44px;
}
.header_preview *{
 margin:0;
}
.content_preview{
    padding: .5rem;
    overflow: auto;
}
.close_modal::before{
    content: '';
    font-family: 'cbuc-icons24';
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 15px;

}
.blackout_modal{
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    background-color: rgba(73, 80, 87, .4);
}
.alert_block{
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -93px;
  margin-left: -175px;
  padding: 15px;
  z-index: 50;
  height: 186px;
  width: 350px;
  background: #fff;
  border-radius: 14px;
  cursor: default;
  box-shadow: 0 0 15px 4px rgb(0 0 0 / 20%);
}
.alert_block .alert_line {
  display: flex;
  width: 50px;
  margin: 5px auto 20px;
  border: 2px solid #0c94ff;
  border-radius: 43px;
}
.alert_block .alert_header {
  font-size: 18px;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  text-align: center;
}
.alert_block .alert_content {
  display: flex;
  text-align: center;
  font-size: 14px;
}
.alert_block .alert_buttons .save, .alert_block .alert_buttons .closed {
  padding: 2px 15px;
  border: 1px solid;
  border-radius: 15px;
  width: 90px;
  text-align: center;
  cursor: pointer;
}
.alert_block .alert_buttons .save {
  border-color: #ff621f !important;
}
.alert_block .alert_buttons .closed {
  border-color: #1b579d !important;
}
.alert_block .alert_buttons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}
@media (min-width: 400px) {
    .modal_block{
        width: 350px;
        left: calc(50% - 175px);
    }
}
@media (min-width: 768px) {
    .modal_block{
        width: 600px;
        left: calc(50% - 300px);
    }
}
@media (min-width: 1023px) {
    .modal_block{
        width: 800px;
        left: calc(50% - 400px);
    }
}
@media (min-width: 1250px){
    .modal_block{
        width: 1000px;
        left: calc(50% - 500px);
    }
}
@media (min-width: 1650px){
    .modal_block{
        width: 1200px;
        left: calc(50% - 600px);
    }
}
@media (min-height: 400px) {
    .modal_block{
        height: 350px;
        top: calc(50% - 175px);
    }
    .content_preview{
        max-height: 297px;
    }
}
@media (min-height: 610px) {
    .modal_block{
        height: 500px;
        top: calc(50% - 250px);
    }
    .content_preview{
        max-height: 447px;
    }
}
@media (min-height: 710px) {
    .modal_block{
        height: 600px;
        top: calc(50% - 300px);
    }
    .content_preview{
        max-height: 547px;
    }
}
@media (min-height: 900px) {
    .modal_block{
        height: 800px;
        top: calc(50% - 400px);
    }
    .content_preview{
        max-height: 747px;
    }
}
@media (min-height: 1200px) {
    .modal_block{
        height: 900px;
        top: calc(50% - 450px);
    }
    .content_preview{
        max-height: 797px;
    }
}
/* 
.header.c3.username{
    display: none;
}
.cell.c3.username{
    display: none;
} */
/* .drawingregion{
    display: none;
} */


.shadow_up {
    /* background-image: url(test_correspondence/img/shadow.png); */
    display: none;
    background: linear-gradient(to top,transparent,rgba(0,0,0,.25)) no-repeat;
    content: '';
    position: fixed;
    z-index: 15;
    height: 8px;
    pointer-events: none;
    /* margin-left: -6px; */
}
.shadow_down {
    display: none;
    background: linear-gradient(to bottom,transparent,rgba(0,0,0,.25)) no-repeat;
    content: '';
    position: fixed;
    z-index: 15;
    height: 8px;
    pointer-events: none;
    /* margin-left: -6px; */
}
.shadow_left {
    /* background-image: url(test_correspondence/img/shadow.png); */
    display: none;
    background: linear-gradient(to left,transparent,rgba(0,0,0,.25)) no-repeat;
    content: '';
    position: absolute;
    z-index: 15;
    width: 8px;
    pointer-events: none;
    /* margin-left: -6px; */
}
.shadow_right {
    display: none;
    background: linear-gradient(to right,transparent,rgba(0,0,0,.25)) no-repeat;
    content: '';
    position: absolute;
    z-index: 15;
    width: 8px;
    pointer-events: none;
    /* margin-left: -6px; */
}

/*new shadow*/
.new_shadow_up::before {
  content: '';
  background: linear-gradient(to top,transparent,rgba(0,0,0,.25)) no-repeat;
  position: absolute;
  z-index: 15;
  height: 8px;
  pointer-events: none;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 8px 8px 0 0;
}
.new_shadow_down::after {
  content: '';
  background: linear-gradient(to bottom,transparent,rgba(0,0,0,.25)) no-repeat;
  position: absolute;
  z-index: 15;
  height: 8px;
  pointer-events: none;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0 0 8px 8px;
}


/*для таблицы пдФ*/
.no_modal {
    /* display: none; */
    display: block;
    position: absolute;
    top: 100px;
    background: #fff;
    font-family: sans-serif;
}
/*кнопка серая с тенью*/
.block_btn_gray_shadow {display: flex; justify-content: flex-start;}
.btn_gray_shadow {
    background-color: #DBDBDB;
    box-shadow: 0px 1px 5px 0px #0000001f;
    color: #333333;
    padding: 0px 12px 0px 12px;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 6px;
}
.btn_gray_shadow:hover {background-color: #ccc;}
.btn_gray_shadow_text {font-size: 14px; line-height: 14px;}
.btn_gray_shadow_icon {font-family: 'cbuc-icons'; font-size: 16px;}





/*-----------------------Романов стиль для интерактивности горизонтальные вкладки------------------*/
.HT_main_block {
    width: 100%;
  }
  .HT_tabs_block {
    width: 100%;
    display: flex;
    cursor: pointer;
  }
  .HT_tab {
    width: 100%;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    border: 1px solid #eaeaea;
  }
  .HT_tab_text {
    text-align: center;
    font-weight: 700;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px!important;
  }
  .HT_tab_text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px!important;
  }
  .HT_tab_text_active {
    color: #333;
    }
  #page-mod-page-mod .HT_tab_text_active{
    border: 2px solid black;
    height: max-content;
    border-radius: 5px;
    }
  .HT_tab_active {
    background: #fff;
    border-bottom: 1px solid transparent;
    border-left: 3px solid #ff7033;
    padding-left: 6px;
    }
  .HT_contents_block {
    padding: 8px;
    border: 1px solid #eaeaea;
    border-top: none;
  }
  .HT_content {
    display: none;
  }
  .HT_content_active {
    display: block;
  }
/*-----------------------КОНЕЦ------------------*/
/*---------------------Интерактивность горизонтальные шаги---------------------------*/
.HS_main_block {
  width: 100%;
}
.HS_tabs_block {
  width: 100%;
  height: 35px;
  display: flex;
  cursor: pointer;
}
.HS_tab {
  width: 100%;
  height: 36px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 8px;
  border: 1px solid #eaeaea;
  border-right: none;
}
.HS_tab_text {
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  color: #999;
}
#page-mod-page-mod .HS_tab_text_active{
  border: 2px solid black;
  height: 30px;
  border-radius: 5px;
}
.HS_tab_text_active {
  color: #333;
  margin-bottom: 1px;
  }
.HS_tab_active {
  background: #fff;
  border-bottom: none;
  padding-left: 5px;
  }
.HS_tab_active:first-child {
  border-left: 3px solid #ff7033;
  padding-left: 6px;
}
.HS_tab:not(:first-child) {
  border-left: none;
}
.HS_tab:last-child {
  border-right: 1px solid #eaeaea;
}
.HS_arrow {
  background-image: url(https://cdn.sbis.ru/cdn/SocnetCDN/1.0.0/knowledge-base/tinyMce/tabs/arrows.png);
  background-position: -29px -1px;
  width: 13px;
  height: 36px;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0!important;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.HS_arrow_active {
  background-position: -17px -1px;
}
.HS_arrow_active_b {
  background-position: 0 -1px;
  width: 16px;
  border-bottom: none;
}

.HS_contents_block {
  padding: 10px;
  border: 1px solid #eaeaea;
  border-top: none;
}
.HS_content {
  display: none;
}
.HS_content_active {
  display: inline-block;
}
/*-----------------------КОНЕЦ------------------*/
/*-----------------------Романов стиль для интерактивности горизонтальные вкладки------------------*/
.VT_main_block {
    width: 100%;
    display: flex;
    align-items: stretch;
  }
  .VT_tabs_block {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    width: 30%;
  }
  .VT_tab {
    min-height: 55px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    flex-grow: 1;
    overflow: hidden;
    padding: 0 8px;
    border: 1px solid #eaeaea;
  }
  
  .VT_tab_text {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  .VT_tab_text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px!important;
  }
  
  #page-mod-page-mod .VT_tab_text_active{
    border: 2px solid black;
    height: max-content;
    border-radius: 5px;
  }
  .VT_tab_text_active {
    color: #333;
    }
  .VT_tab_active {
    background: #fff;
    border-right: none;
    border-left: 3px solid #ff7033;
    padding-left: 6px;
    }
  .VT_contents_block {
    padding: 8px;
    border: 1px solid #eaeaea;
    border-left: none;
    width: 70%;
  }
  .VT_content {
    display: none;
  }
  .VT_content_active {
    display: block;
  }
/*-----------------------КОНЕЦ------------------*/

/*-----------------------Романов стиль для интерактивности вертикальные шаги------------------*/
.VS_main_block {
    display: flex;
  }
  .VS_steps_block {
    width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    flex-grow: 1;
    padding: 10px 0px;
  }
  .VS_info_block {
    width: 100%;
    padding: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    display: none;
  	position:relative;
  }
  .VS_step {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: white;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 0 3px white, 0 0 0 4px #d94700;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
  }
  .VS_step p {
    margin-bottom: 0!important;
  }
  
  .VS_vertical_line {
      border-left: 3px dotted grey;
      height: 100%;
      min-height: 30px;
  }
  .VS_vertical_line_active {
    border-left: 3px solid #d94700;
  }
  .VS_info_block_active {
    display: block;
  }
  .VS_step_active {
    background: #d94700;
    border-color: white;
    color: white;
  }
/*-----------------------КОНЕЦ------------------*/

/*----Романов стиль для интерактивности горизонтальные вкладки в 2 ряда------------------*/
.HT2_main_block {
    width: 100%;
  }
  .HT2_tabs_conteiner{
    position: relative;
    height: 69px;
    width: 100%;
  }
  .HT2_tabs_block {
    width: 100%;
    height: 35px;
    display: flex;
    cursor: pointer;
    position: absolute;
  }
  .HT2_second_tabs_block {
    top: 35px;
  }
  .HT2_tab {
    width: 100%;
    height: 35px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 8px;
    border: 1px solid #eaeaea;
    border-right: none;
  }
  .HT2_tab_text {
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    color: #999;
  }
  .HT2_tab_text_active {
    color: #333;
    }
  .HT2_tab_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0!important;
  }
  #page-mod-page-mod .HT2_tab_text_active{
    border: 2px solid black;
    height: 30px;
    border-radius: 5px;
    }
  .HT2_tab_active {
    border-left: 3px solid #ff7033;
    background: #fff;
    border-bottom: none;
    padding-left: 6px;
    background-color: white!important;
  }
  .HT2_tab:last-child {
    border-right: 1px solid #eaeaea;
  }
  .HT2_contents_block {
    padding: 10px;
    border: 1px solid #eaeaea;
  }
  .HT2_content {
    display: none;
  }
  .HT2_content_active {
    display: block;
  }
  .HT2_tab_viewed {
    background-color: #eef7e9;
  }
/*-----------------------КОНЕЦ------------------*/
/* Интерактивность горизонтальные шаги*/
.HS_main_block {
    width: 100%;
  }
  .HS_tabs_block {
    width: 100%;
    height: 35px;
    display: flex;
    cursor: pointer;
  }
  .HS_tab {
    width: 100%;
    height: 36px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 8px;
    border: 1px solid #eaeaea;
    border-right: none;
  }
  .HS_tab_text {
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    color: #999;
  }
  .HS_tab_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0!important;
  }
  .HS_tab_text_active {
    color: #333;
    margin-bottom: 1px;
    }
  .HS_tab_active {
    background: #fff;
    border-bottom: none;
    padding-left: 5px;
    }
  .HS_tab_active:first-child {
    border-left: 3px solid #ff7033;
    padding-left: 6px;
  }
  .HS_tab:not(:first-child) {
    border-left: none;
  }
  .HS_tab:last-child {
    border-right: 1px solid #eaeaea;
  }
  .HS_arrow {
    background-image: url(https://cdn.sbis.ru/cdn/SocnetCDN/1.0.0/knowledge-base/tinyMce/tabs/arrows.png);
    background-position: -29px -1px;
    width: 13px;
    height: 36px;
    box-sizing: border-box;
    flex-shrink: 0;
    margin: 0!important;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .HS_arrow_active {
    background-position: -17px -1px;
  }
  .HS_arrow_active_b {
    background-position: 0 -1px;
    width: 16px;
    border-bottom: none;
  }
  
  .HS_contents_block {
    padding: 10px;
    border: 1px solid #eaeaea;
    border-top: none;
    overflow:auto;
  }
  .HS_content {
    display: none;
  }
  .HS_content_active {
    display: inline-block;
  }

  .btn_next_lect {
      width: 260px;
      float: right;
      margin-right: -5px;
      background-color: #fff;
      border: 1px solid #ff7033;
      color: #000!important;
      padding: 3px 12px;
      cursor: pointer;
      border-radius: 24px;
      height: 32px;
      font-size: 16px;
      text-align: center;
  }
  .btn_next_lect:hover {
  background-color: #fdecd9;
  text-decoration: none;
  }
  
  /*-----------------------КОНЕЦ------------------*/
  /*-----------------------Слайдер с учителями на страницу курса------------------*/
  .DZ_main_block {
    display: flex;
    flex-direction: row;
  }
  .DZ_info_block {
    width: 300px;
    height: min-content;
    border-left: 3px solid #FF7033;
    text-align: left;
    padding-left: 15px;
    margin: 20px;
    margin-right: 50px;
    margin-top: 90px;
  }
  .DZ_info_block h3 {
    margin: 0px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    font-family: 'PT Sans bold', sans-serif;
    white-space: nowrap;
  }
  .DZ_info_block p {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .DZ_teacher_block{
    position: relative;
    padding: 0px 30px;
  }
  .DZ_vision_area {
    overflow: hidden;
    width: max-content;
    max-width: 570px;
    padding-top: 10px;
  }
  @media (min-width: 1921px) {
    .DZ_vision_area {
      max-width: 1140px;
    }
  }
  @media (min-width: 1600px) and (max-width: 1920px) {
    .DZ_vision_area {
      max-width: 855px;
    }
  }
  @media (max-width: 1024px) {
  .DZ_vision_area {
    max-width: 285px;
  }
  }
  .DZ_card_block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    transition: margin-left 250ms;
  }
  .DZ_flip_block{
    perspective: 100;
  }
  .DZ_flip_block:hover .DZ_flip_conteiner, .DZ_flip_block.hover .DZ_flip_conteiner{
    transform: rotateY(180deg);
    cursor: pointer;
    
  }
  .DZ_flip_conteiner{
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    width: 285px;
  }
  .DZ_teacher_card {
    width: 265px;
    height: 420px;
    margin: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    backface-visibility: hidden;
    border-radius: 20px;
    margin-top: 0px;
  }
  .DZ_front{
    backface-visibility: hidden;
    position: absolute;
    z-index: 2;
  }
  .DZ_back {
    transform: rotateY(180deg);
    border: 2px solid #ff7033;
  }
  .DZ_teacher_card_photo {
    width: 150px;
    height: 150px;
    margin-top: 3.5em;
    flex-shrink: 0;
    border-radius: 15px;
    overflow: hidden;
  }
  .DZ_teacher_card_info {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
  }
  .DZ_teacher_name {
    margin: 10px 0px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'PT Sans bold', sans-serif;
    white-space:nowrap;
  }
  .DZ_teacher_name.back {
    margin: 15px 0px;
  }
  .DZ_line {
    width: 172px;
    border-top: 2px solid #ff7033;
    text-align :center;
  }
  .DZ_teacher_info{
    margin: 10px 0px;
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .DZ_teacher_info_back {
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .DZ_teacher_info_back p{
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0px;
  }
  .button_DZ {
    position: absolute;
    top:45%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #9f9f9f;
    font-family: 'cbuc-icons24';
    font-size: 24px;
  }
  .button_DZ:hover{
   transition: color 250ms;
   color: #686868;
  }
  .back_DZ {
    left: 0px;
  }
  .forward_DZ {
    right: 0px;
  }
    /*-----------------------КОНЕЦ------------------*/


/*-----------------------Время прохождения модуля в углу------------------*/
.lesson_time_top{
  background-color: #ff7033;
  width: max-content;
  border-radius: 0px 8px 0px 8px;
  padding: 3px 15px;
  color: white;
  font-size: 13px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 1px;
  z-index: 0;
  cursor: help;
}
.lesson_time_top span {
  font-family: 'cbuc-icons';
  margin-right: 7px;
  font-size: 16px;
}
.lesson_time_top_help{
  margin-bottom: 0px;
  display: none;
  position: absolute;
  z-index: 999;
  padding: 10px;
  border-radius: 10px;
  color: #373a3c;
  font-size: 14px;
  font-family: 'tensorfont';
  opacity: .97;
  background-color: #fff;
  box-shadow: rgba(0,0,0,.35) 0 0 6px 0;
  line-height: initial;
  right: 1px;
  top: -84px;
  width: 378px;
}
.lesson_time_top_help:before, .lesson_time_top_help:after {
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: var(--positiongalka,90%);
  margin-left: -8px;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}
.lesson_time_top:hover .lesson_time_top_help {display: block;}
/*-----------------------КОНЕЦ------------------*/
/*-----------------------Стрелочки-рыбьи хвосты------------------*/
.fish_arrow_block {
  display: flex;
}
.fish_arrow {
  display:flex;
  flex-direction: row;
  min-width: 0;
  align-items: center;
}
.fish_tail {
  left: -8px;
  height: 22px;
  fill: #E0FFD6;
}
.fish_arrow_text{
  display: flex;
  align-items: center;
  background: #e0ffd6;
  height: 22px;
  padding: 0px 10px;
}



/*-----------------------КОНЕЦ------------------*/

/*-----------------------Интерактивность горизонтальные шаги новый дизайн------------------*/
.HS2_main_block {
  border: 1px solid #e4e4e4;
}
.HS2_steps_block {
  display: flex;
}
.HS2_step {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 5px 8px;
    cursor: pointer;
    color: #999;
    font-weight: 700;
    border-left: 3px transparent solid;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f1f1f1;
    min-height: 41px;
    width: 100%;
}
.HS2_step p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px!important;
}
.HS2_step.active {
    color: #333;
    border-bottom: 1px transparent solid;
    background-color: #fff;
}
.HS2_step.active.first {
    border-left: 3px #ff7033 solid;
}
.HS2_arrow {
  flex-basis: 16px;
    max-width: 16px;
    position: relative;
    background-color: #f1f1f1;
    flex-shrink: 0;
}
.HS2_arrow.before {
    background-color: #fff;
}
.HS2_arrow_svg {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke-width: 2;
    stroke-dasharray: 0 0 55;
    fill: #f1f1f1;
    stroke: #e4e4e4;
}
.HS2_arrow_svg.active {
  fill: #fff;
}
.HS2_arrow_svg.before {
  stroke: #FF7033;
}
.HS2_content_block {
  padding: 10px;
}
.HS2_content {
    display: none;
  }
.HS2_content.active {
    display: inline-block;
  }
/*-----------------------КОНЕЦ------------------*/


/*-----------------------Карусель учителей новый формат------------------*/
.DZ2_course_welcome {
  display: flex;
  align-items: center;
}
.DZ2_welcome_speach{
  width: 30%;
  max-width: 300px;
  height: min-content;
  border-left: 3px solid #FF7033;
  text-align: left;
  padding-left: 15px;
  flex-shrink: 0;
  margin-right: 60px;
}
.DZ2_welcome_speach h3 {
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: normal;
  font-family: 'PT Sans bold', sans-serif;
  white-space: nowrap;
}
.DZ2_welcome_speach p {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.DZ2_teachers_and_navi_block {
  position: relative;
  width: -webkit-fill-available;
}
.DZ2_teachers_block{
  height: 435px;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  padding: 0px 10px;
}
.DZ2_teacher_flip_block {
  padding-top: 8px;
}
.DZ2_teacher_flip_block:hover .DZ2_flip_conteiner, .DZ2_teacher_flip_block.hover .DZ2_flip_conteiner{
  transform: rotateY(180deg);
  cursor: pointer;
  
}
.DZ2_flip_conteiner{
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  width: 285px;
}
.DZ2_teacher_card {
  width: 265px;
  height: 420px;
  margin: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  backface-visibility: hidden;
  border-radius: 20px;
  margin-top: 0px;
}
.DZ2_teacher_card.front{
  backface-visibility: hidden;
	position: absolute;
  z-index: 2;
}
.DZ2_teacher_card.back {
  transform: rotateY(180deg);
  border: 2px solid #ff7033; 
}
.DZ2_teacher_card_photo {
  width: 150px;
  height: 150px;
  margin-top: 40px;
  flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
}
.DZ2_teacher_card_info {
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.DZ2_teacher_name {
  margin: 10px 0px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PT Sans bold', sans-serif;
  white-space:nowrap;
}
.DZ2_teacher_card.back .DZ2_teacher_name {
  margin: 15px 0px;
}
.DZ2_line {
  width: 172px;
    border-top: 2px solid #ff7033;
    text-align :center;
}
.DZ2_teacher_info{
  margin: 10px 0px;
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.DZ2_teacher_info_back{
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.DZ2_teacher_info_back p{
  font-size: 16px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 16;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0px;
}
.DZ2_teachers_and_navi_block .scroll_event {
    display: block;
    font-family: 'cbuc-icons24';
    font-size: 24px;
    position: absolute;
    cursor: pointer;
    top: 46%;
}
.DZ2_teachers_and_navi_block .scroll_event.b_right {
  right: 0px;
  z-index: 1;
}
.DZ2_teachers_and_navi_block .scroll_event.b_left {
  left: 0px;
  z-index: 1;
}
.DZ2_teachers_and_navi_block .program_list_slider_block {
  bottom: -20px;
}
@media (max-width: 590px) {
  .DZ2_course_welcome {
    flex-direction: column;
  }
  .DZ2_welcome_speach{
    width: 100%;
    margin: 0px;
  }
  }


/*-----------------------КОНЕЦ------------------*/


/* Карта в учебных модулях */

.open_map_block{
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 300;
  top: 0;
  background: #47474785;
  left: 0;
  align-items: center;
  justify-content: center;
}

.open_map_block .block_on_map{
  max-width: 1200px;
  position: relative;
}
.open_map_block .block_on_map .closed_map{
  width: auto;
  height: auto;
  max-height: 100%;
  margin: 0;
}
.open_map_block .block_on_map .map_step{
  position: absolute;
    padding: 5px;
    width: 40px;
    display: flex;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #ccc;
    top: 0;
    font-size: 18px;
    right: 0;
    background: #fff;
    z-index: 400;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.open_map_block .block_on_map .map_step:hover{
  text-decoration: none;
}

.open_map_block .block_on_map .map_step.active{
  border: 3px solid #d94700;
}

.closed_map_block .map_step{
  display: none;
}
/* Конец */


/* Новые кнопки для блока "Программа курса" */
.learn_btn_green:hover {
  text-decoration: none;
}
.learn_btn_green span{
  border-radius: 17px;
  border: 2px solid #12A12C;
  background-color: #12A12C;
  color: white;
  padding: 3px 11px;
  cursor: pointer;
}
.learn_btn_green span:hover {
  background-color: #0D721F;
  border-color: #0D721F;
}
.Click_btn_green_border {
  color: #212529;
}
.Click_btn_green_border:hover {
  text-decoration: none;
  color: #212529;
}
.Click_btn_green_border span {
  border-radius: 17px;
  border: 1px solid #12A12C;
  padding: 4px 12px;
  cursor: pointer;
}
.Click_btn_green_border span:hover {
  background-color: #CFCFCF;
  border-color: #0D721F;
}
.Download_note_btn_gray:hover {
  text-decoration: none;
}
.Download_note_btn_gray span{
  border-radius: 14px;
  border: 2px solid #D9D9D9;
  background-color: #D9D9D9;
  padding: 3px 25px 3px 19px;
  color: #0000008A;
  cursor: pointer;
}
.Download_note_btn_gray span::after {
  content: " ";
  font-family: 'cbuc-icons';
  font-size: 16px;
  color: #646464;
}
.Download_note_btn_gray span:hover {
  background-color: #B7B6B6;
  border-color: #B7B6B6;
}
.Video_btn_green_border {
  color: #212529;
}
.Video_btn_green_border:hover {
  text-decoration: none;
  color: #212529;
}
.Video_btn_green_border span{
  border-radius: 17px;
  border: 1px solid #12A12C;
  padding: 4px 20px 4px 41px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.Video_btn_green_border span::before {
  content: " ";
  font-family: 'cbuc-icons';
  font-size: 21px;
  color: #12A12C;
  position: absolute;
  top: -2px;
  left: 11px;
}
.Video_btn_green_border span:hover {
  background-color: #CFCFCF;
  border-color: #0D721F;
}
.Click_btn_gray_border {
  color: #212529;
}
.Click_btn_gray_border:hover {
  text-decoration: none;
  color: #212529;
}
.Click_btn_gray_border span{
  border-radius: 15px;
  border: 1px solid #0000001F;
  background-color: #ECEEEE;
  padding: 4px 25px;
  cursor: pointer;
}
.Click_btn_gray_border span:hover {
  background-color: #B7B6B6;
  border-color: #7f7f7f;
}
.List_que_btn_green_border{
  color: #212529;
}
.List_que_btn_green_border:hover {
  text-decoration: none;
  color: #212529;
}
.List_que_btn_green_border span{
  border-radius: 17px;
  border: 1px solid #12A12C;
  padding: 4px 20px 4px 41px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.List_que_btn_green_border span::before {
  content: " ";
  font-family: 'cbuc-icons';
  font-size: 17px;
  color: #12A12C;
  position: absolute;
  top: 0px;
  left: 14px;
}
.List_que_btn_green_border span:hover {
  background-color: #CFCFCF;
  border-color: #0D721F;
}
/* Конец */

/* Стрелка указатель */
.arrow_pointer {
  cursor: pointer;
  position: relative;
  width: 80px;
  height: 50px;
  margin: 20px;
}
.arrow_pointer div {
  position: relative;
  top: 20px;
  width: 90px;
  height: 4px;
  background-color: #587AB0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  left:0;
  display: block;
}
.arrow_pointer div::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 4px;
  top: -5px;
  right: 0px;
  background-color: #587AB0;
  transform: rotate(27deg);
}
.arrow_pointer div::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 4px;
  top: 5px;
  right: 0px;
  background-color: #587AB0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  transform: rotate(-27deg);
}
.arrow_pointer:hover {
  animation: arrow-1 1s linear infinite;
}
@keyframes arrow_pointer {
  0% {
      left:0;
  }
  50% {
      left:10px;
  }
  100% {
      left:0;
  }
}


/* Конец */
  /* Вертикальная черта для Итога на страницах */
  .vertical_bar_res {
    margin-top: 12px;
    border-left: 5px solid #ff7033;
    padding-left: 10px;
  }
  .vertical_bar_res h5 {
    font-weight: bold;
  }
  /* Конец */
  
  /* Вертикальная черта для Диалога на страницах */
  .vertical_bar_dialog {
    margin-top: 12px;
    border-left: 2px solid #05b;
    padding-left: 10px;
  }
  /* Конец */



  /*------------------- Чек-боксы в модуле ----------------------------*/
  .checkbox_module li {
    list-style-type: none;
  }
  .checkbox_module li::before {
    content: "";
    font-family: 'cbuc-icons24';
    font-size: 24px;
    color: #8A8A8A;
    vertical-align: middle;
  }
  .checkbox_module li p {
    display: inline-block;
  }
  .checkbox_done::before {
    content: ""!important;
    color: #12A12C!important;
  }
  .checkbox_module_border {
    padding: 10px;
    padding-left: 16px;
    width: max-content;
    border-radius: 6px;
    box-shadow: -4px 5px 40px 2px rgba(0, 0, 0, 0.15);
    text-align: left;
  }
/*------------------- Кнопка приложить файл ----------------------------*/
  .upload-file-praktikum_input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: 0.4px;
    height: 0.4px;
}

.upload-file-praktikum_label {
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
    margin-bottom: 18px;
}
.upload-file-praktikum_icon {
  background-color: #FFFFFF;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  width: 31px;
  height: 31px;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
}
.upload-file-praktikum_icon::before {
    content: '+';
    position: absolute;
    top: -12px;
    left: 6px;
    font-size: 35px;
}
.upload-file-praktikum_icon:hover::before{
  color: rgb(97, 97, 97);
}
.upload-file-praktikum_text {
font-family: 'Calibri';
TEXT-TRANSFORM: UPPERCASE;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.15em;
color: #767676;
}

.upload-file-praktikum_btn {
    background: #B5B5B5;
    border-radius: 18px;
    border: none;
    color: white;
    padding: 5px 20px;
    font-size: 16px;
}

.upload-file-praktikum_success {
    margin-top: 30px;
    background: #B8FFC5;
    border: 1px solid #12A12C;
    border-radius: 15px;
}
.upload-file-praktikum_success p{
    font-family: 'Maison Neue', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px!important;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 0px!important;
}
.upload-file-praktikum_success p::before{
  content: url('/tensor/filling/img/like 1.png');
  margin-right: 20px;
}

/* Конец */

/*------------------- Макет представления персонажей в модуле в кружках ----------------------------*/
.character-representation--left{
  display: flex;
  margin-left: 4%;
  justify-content: flex-start;
}
.view-text-character--left{
  margin-left: 6%;
  width: 35%;
  margin-top: 12%;
}
.view-body-text-character{
  margin-bottom: 13px!important;
  font-family: 'Montserrat'!important;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.0441em;
  text-shadow: 0px 0px 12.9px rgba(0, 0, 0, 0.15);
}
.additional-view-text{
  color: #0d94ff;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.0441em;
  font-size: 24px!important;
}
.character-representation--right{
  display: flex;
  justify-content:flex-end;
  margin-right: 4%;
  margin-top: -5%;
}
.view-text-character--right{
  text-align:right;
  width:35%;
  margin-top: 12%;
  margin-right: 6%;
}
.role-signature-character{
  font-size: 20px!important;
  font-family: 'Montserrat'!important;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.0441em;
}
/* Конец */

/*------------------- Макет представления персонажей с общим фото ----------------------------*/
.container-common-character-replicas{
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}
.character-dialogue-container{
  width: 60%;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
.dialog-line-caption--left{
  color: #A9A9A9;
  position:relative;
  top: 30px;
  left:20px;
  letter-spacing: -0.0441em;
  line-height: 28px;
}
.dialog-line-caption--right{
  color: #A9A9A9;
  text-align: right;
  position: relative;
  top: 30px;
  right: 20px;
  line-height: 28px;
  letter-spacing: -0.0441em;
}
/* Конец */

/* Блок для материалов по теме */
.related_articles {
    margin: 0;
    background: #f4f4f4;
    border-radius: 8px;
    color: #333;
    padding: 12px 12px 12px 52px!important;
    position: relative;
    font-family: 'TensorFont',sans-serif;
    font-style: normal;
}
.related_articles:before {
	color: #0c94ff!important;
    content: "";
    font-family: cbuc-icons;
    position: absolute;
    left: 16px;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
}

/*кнопка для открытия текстовго файла*/
.btn_open_doc {
  padding: 3px 23px;
  cursor: pointer;
  border-radius: 22px;
  box-shadow: 0px 1px 5px 0px #0000001f;
  width: fit-content;
  border: 2px solid #265FA1;
  display: flex;
  align-items: center;
}
.btn_open_doc .link_on_doc{
  color: #333;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px !important;
  margin-top: -3.2px
}
.btn_open_doc .icons_insert{
  font-size: 24px;
  color: #265FA1;
  vertical-align: middle;
  margin-left: 4px;
}
.btn_open_doc:hover{
  background-color: #F0F5FB;
}
.show-more-text {
  color: #0f6cbf;
  text-decoration: none;
  background-color: transparent;
  width: 100%;
  text-align: right;
  display: flow;
}
.show-more-text:hover {
  color: #094478;
  text-decoration: underline;
  cursor: pointer;
}

/* Время освоения в спойлере */
.details_time_top{
  display: flex;
}
.details_time_top span{
  font-family: 'cbuc-icons';
  font-size: 16px;
  margin-right: 7px;
  color: #8a91a7;
  font-weight: 600;
}

/* Конец */

@media screen and (max-width: 425px) {
.lesson_time_top_help {
  width: 282px;
  font-size: 12px;
  top: -77px;
  right: 10px;
}
}

/* для кнопки в модальном окне при проверке пароля*/
.password-confirm-button {
  margin: 0 6px;
  width: 100px;
  box-shadow: none!important;
  border: none !important;
  background-color: #f6733c !important;
  color: #fff !important;
  padding: 6px 23px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.wrong-test-password-warning {
  font-size: 16px;
  color: red;
  /*margin-left: 45px;*/
  display: none;
  position: absolute;
  bottom: 70px;
}

/*Стиль блока для модального окна*/
.alert_background {
    width: 100%;
    height: 100%;
    z-index: 4999;
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.2);
}

/*Для порставления врeмени попытки в тренажере*/
.scorm-date-block {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 20px;
  margin-bottom: 20px;
}

/*Для статистики вопросов теста*/
.statistics-date-filter-block {
  display:flex;
  width:100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.statistics-date-filter-button {
  -webkit-user-select: none;
  cursor: pointer;
  color: #fff;
  background-color: #0f6cbf;
  border-color: #0f6cbf;
  font-weight: 400;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  margin-left: 15px;
  width: 125px;
}

.statistics-date-filter-button:hover {
  color: #fff;
  background-color: #0c589c;
  border-color: #0b5190;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
}

.fa-arrow-circle-o-down:before {
  content: " ";
}

#page-question-type-ddmarker #id_bgimage_fieldset .mdl-left, #page-question-type-ddimageortext #id_bgimage_fieldset .mdl-left, 
#page-group-group #id_imagefile_fieldset .mdl-left, #page-group-import #fitem_id_userfile .mdl-left {
  margin-top: 0;
}

#page-question-type-ddmarker #id_bgimage_fieldset .mdl-left div:first-child:not(.filepicker-filelist.mdl-left, .filepicker-filename, .filepicker-filelist.mdl-left div), #page-question-type-ddimageortext #id_bgimage_fieldset .mdl-left div:first-child:not(.filepicker-filelist.mdl-left, .filepicker-filename, .filepicker-filelist.mdl-left div) {
  margin-top: 135px;
}

#page-question-type-ddmarker #fitem_id_bgimage, #page-question-type-ddimageortext #fitem_id_bgimage {
  min-height: 290px;
}

#page-question-type-ddimageortext #id_draggableitemheadercontainer div:has(.felement[data-fieldtype="filepicker"]) {
  min-height: 310px;
}

#page-question-type-ddimageortext #id_draggableitemheadercontainer div .felement[data-fieldtype="filepicker"] input[type="button"] {
  margin-top: 84px;
}

#page-question-type-ddimageortext #id_draggableitemheadercontainer div .felement[data-fieldtype="filepicker"] div.mdl-left.filepicker-filelist {
  margin-top: 0;
  width: 95%;
}

/*(правка перетаскивания элементов вверх)*/
#page-course-view.editing .reference_button, #page-course-view-topics.editing .reference_button,
#page-course-view-weeks.editing .reference_button {
  bottom: 0;
}
#page-course-view.editing #page-wrapper, #page-course-view-topics.editing #page-wrapper,
#page-course-view-weeks.editing #page-wrapper {
  overflow: scroll;
  margin-top: 50px;
}
#page-course-view.editing, #page-course-view-topics.editing, #page-course-view-weeks.editing {
  overflow: hidden;
  height: calc(100% - 40px);
}
#page-course-view.editing #page, #page-course-view-topics.editing #page, #page-course-view-weeks.editing #page {
  margin-top: 0;
}

#page-group-group #fitem_id_imagefile, #page-group-import #fitem_id_userfile {
  min-height: 175px;
}

.issue_cert_btn {
  border: 1px solid #ff7033;
  padding: 6px 23px;
  border-radius: 20px;
  width: 245px;
  text-align: center;
  text-decoration: none;
  background-color: #ff7033;
  color: white;
  display: flex;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}

.issue_cert_btn:hover {
  border: 1px solid #e4662f;
  background-color: #e4662f;
  color: white;
}

.issue_cert_btn_disabled {
  border: 1px solid #ff7033;
  padding: 6px 23px;
  border-radius: 20px;
  width: 245px;
  text-align: center;
  text-decoration: none;
  background-color: #ff7033;
  color: white;
  display: flex;
  justify-content: center;
  user-select: none;
  opacity: 0.6;
}

.questions-download-button {
  cursor: pointer;
  user-select: none;
  width: fit-content;
  padding: 8px 13px;
}

#page-question-bank-managecategories-category .box.questioncategories li b a {
  font-family: 'tensorfont' !important;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 200;
}

#page-question-bank-managecategories-category .box.questioncategories ul {
  list-style-type: none;
}

#page-question-bank-managecategories-category .box.questioncategories li {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

#page-question-bank-managecategories-category .box.questioncategories details > summary {
  list-style-type: '⮞';
  /*list-style-type: ;
  font-family: 'cbuc-icons';*/
  color: #0f6cbf;
}

#page-question-bank-managecategories-category .box.questioncategories details[open] > summary {
  list-style-type: '⮟';
  /*list-style-type: ;
  font-family: 'cbuc-icons';*/
  color: #0f6cbf;
}

#page-question-bank-managecategories-category .box.questioncategories li a i.fa-cog:before {
  content:"";
  font-family:'cbuc-icons';
}

#page-question-bank-managecategories-category .box.questioncategories .category-tree-setting {
  font-family: 'cbuc-icons';
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
  color: #0f6cbf;
  user-select: none;
  cursor: pointer;
}

#page-question-bank-managecategories-category .box.questioncategories .category-settings-popup {
  width:fit-content;
  height: fit-content;
  background-color: white;
  border-radius: 10px;
  box-shadow: 3px 2px 5px 4px rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  padding:8px;
  position: absolute;
  z-index:100;
}

#page-question-bank-managecategories-category .box.questioncategories .category-settings-popup span {
  color:#0f6cbf;
}

#page-question-bank-managecategories-category .box.questioncategories .add_category_responsible_button {
  font-family: 'cbuc-icons';
  width:24px;
  font-size: 20px;
  margin-left: -2px;
  margin-top: -5px;
}
#page-question-bank-managecategories-category .box.questioncategories .category_responsible_button {
  color: #0f6cbf;
  cursor: pointer;
}
#page-question-bank-managecategories-category .box.questioncategories .category_responsible_button:hover {
  color: #094478 !important;
  cursor: pointer;
}
#page-question-bank-managecategories-category .box.questioncategories .category_responsible_button:hover span {
  text-decoration: underline;
}

#page-question-bank-managecategories-category .category-tree-curtain {
  width: 100%;
  height: 100%;
  position:fixed;
  left:0;
  top:0;
  z-index:1000;
  background-color: gray;
  opacity:0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-question-bank-managecategories-category .box.questioncategories .category-resp-window,
.path-question-type .modal-window {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-question-bank-managecategories-category .category-resp-modal {
  width: 480px;
  height: 240px;
  background-color: white;
  opacity: 1;
  z-index: 10001;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  border-radius: 5px;
}

#page-question-bank-managecategories-category .category-input-dropdown {
  background-color: white;
  width: calc(100% - 60px);
  position: absolute;
  left: 30px;
  top: 145px;
  border: 1px solid #f0f0f0;
  max-height: 200px;
  overflow-y: scroll;
}

#page-question-bank-managecategories-category .category-search-row {
  height: 45px;
  padding: 5px;
  align-content: center;
  border: 1px solid #f0f0f0;
  cursor: pointer;
}

#page-question-bank-managecategories-category .category-tree-get-responsible {
  font-family: 'cbuc-icons';
  margin-right: 5px;
  color: #0f6cbf;
  user-select: none;
  display: contents;
  cursor: pointer;
}
#page-question-bank-managecategories-category .category-tree-get-responsible:hover {
  color: #094478;
}

#page-question-bank-managecategories-category .category-tree-get-responsible[data-title]:hover:after,
#page-question-bank-managecategories-category .category-name-row[data-title]:hover:after {
  visibility: visible; 
}

#page-question-bank-managecategories-category .category-tree-get-responsible[data-title]:after,
#page-question-bank-managecategories-category .category-name-row[data-title]:after {
  background-color: white;
  width:fit-content;
  font-size: 14px;
  color:#0f6cbf;
  padding: 5px;
  border:1px solid white;
  box-shadow: 3px 2px 5px 4px rgb(0 0 0 / 10%);
  border-radius:5px;
  content: attr(data-title);
  font-family: 'tensorfont' !important;
  visibility: hidden;  
  position: absolute;
}


#page-question-bank-managecategories-category .open-all-categories-button {
  color: #0f6cbf;
  text-decoration: underline;
  cursor: pointer;
}

#page-question-bank-managecategories-category .open-all-categories-button:hover {
  color: #094478;
  text-decoration: underline;
}

.path-question-type .modal-form {
  width: 300px;
  height: 180px;
  display: flex;
  z-index: 1001;
  background-color: white;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.path-question-type .button-block {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  column-gap: 16px;
  row-gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}

.path-question-type .modal-button {
  width:80px;
  border: 1px solid #ff7033;
  border-radius:15px;
  text-align:center;
  margin: 0 5px;
  user-select:none;
  cursor: pointer;
}

.path-question-type .modal-button-hover-orange:hover {
  background-color: #FDECD9;
}
.path-question-type .modal-button-hover-blue:hover {
  background-color: #F0F5FB;
}

.path-question-type .modal-curtain {
  width: 100%;
  height: 100%;
  position:fixed;
  left:0;
  top:0;
  z-index:1000;
  background-color: gray;
  opacity:0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-question-bank-managecategories-category .category-name-row[data-title]:after {
  top: -60px;
  white-space: pre-line;
  margin-left: -35px;
  padding: 6px 12px;
}

.custom-hidden, .custom-hidden-number {
  display: none;
}

.custom-problem td:nth-child(6), .custom-problem td:nth-child(7) {
  background-color: #f4d6d2;
}

.custom-problem-orange-1 td:nth-child(6) {
  background-color: #ffe8da;
}
.custom-problem-orange-2 td:nth-child(7) {
  background-color: #ffe8da;
}

.archive-course {
  color: #6a737b;
}