#modal_send {
    font-family: "TensorFont";
    position: fixed; /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.2); /* цвет фона */
    z-index: 99999999;
    -webkit-transition: opacity 200ms ease-in; 
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; /* анимация перехода */
    pointer-events: all; /* элемент невидим для событий мыши */
    margin: 0;
    padding: 0;
}

.hint_menu_reference a:hover {
  text-decoration: none;
}

.block_send_window {
  background: #fff;
  /* border-top: 2px solid #05b; */
  border: 1px solid #bdbdbd;
  /* border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd; */
  pointer-events: auto;
  position: absolute;
  overflow: hidden;
  width: 536px;
  top: 45%;
  left: 45%;
  margin-top: -100px;
  margin-left: -150px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.35);
}

.block_send_windows_war {
    padding: 12px;
    width: auto;
    z-index: 2;
    height: auto;
}

.block__info_message {
  padding: 8px 0;
  background: #f5f5f5;
  height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.block_button_info_war {
    display: flex;
    justify-content: center;
}

.text_url_name {
    color: #8991a9;
    /* margin-right: 2px; */
    height: 26px;
    margin-top: 6px;
    font-size: 14px;
    /* margin-left: 2px; */
}

.url_input_str {
    width: 430px;
    background-color: transparent;
    border-radius: 0;
    text-align: left;
    border-color: transparent transparent #e4e4e4 transparent;
    /* border-left-width: 1px; */
    border-bottom-width: 1px;
    border-style: solid;
    -moz-box-sizing: border-box;
    height: 25px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
    white-space: nowrap;
    padding: 0px 4px;
}

.url_input_str:active, .url_input_str input:focus {
    text-overflow: ellipsis;
}

.block_input_war {
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 470px;
    margin-left: 43px;
    text-align: center;
    display: flex;
}

.error_text_block {
color: #8991a9;
    margin-right: 10px;
    height: 24px;
    margin-top: 5px;
    font-size: 14px;
}

.form-field__inner {
  display: inline-grid;
  margin-top: 4px;
  height: 100%;
}

.input_textarea {
  position: relative;
  height: 100%;
}

.input__inner {
  position: relative;
  outline: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  height: 100%;
  align-items: center;
}

.input__container {
  flex: 1 0 0%;
  display: block;
  overflow: hidden;
  height: 100%; 
}

.input__field {
  margin-top: 1px;
  margin-bottom: 0px;
  width: 428px;
  min-height: 24px;
  max-height: 48px;
  outline: none;
  /* height: 24px; */
  font-size: 14px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden scroll;
  color: #333;
  resize: none;
    padding: 0 4px;
}

.block_select_text {
    margin-top: 6px;
    max-height: 80px;
    margin-left: 22px;
    height: auto;
}


.input__field::-webkit-scrollbar {
    width: 7px;
}
.input__field::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #cccccc71;
    box-shadow: inset -2px 0 0 0 white;
}
.input__field::-webkit-scrollbar-track {
    background: #fff;
}

.text_message_pole::-webkit-scrollbar {
  width: 7px;
}
.text_message_pole::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #cccccc71;
  box-shadow: inset -2px 0 0 0 white;
}
.text_message_pole::-webkit-scrollbar-track {
  background: #fff;
}

/*информационное окно*/

#controls_Popup {
    z-index: 100;
    position: fixed;
    left: auto;
    right: 0px;
    top: auto;
    bottom: 0;
    width: auto;
    height: auto;
    opacity:0; /*Элемент полностью прозрачный (невидимый)*/
    transition: 0.5s; /*Скорость перехода состояния элемента*/
    animation: show 0.5s 1; /* Указываем название анимации, её время и количество повторов*/
    animation-fill-mode: forwards; /* Чтобы элемент оставался в конечном состоянии анимации */
    animation-delay: 0s; /* Задержка перед началом */
     
  }
  
  @keyframes show{
    0%{ opacity:0; }
    100% { opacity:1; }
  }
  
  .controls-Popup__template {
    /*max-height: inherit;
    max-width: inherit;*/
    animation: intro .75s ease-in 1;
  }
  
  .controls-Popup__isolatedFocusingContext {
    /*border-color: #069922;*/
    border-top-width: 3px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.35);
    min-height: 40px;
    min-width: 40px;
    margin: 0 16px 16px 0;
    background-color: #fff;
    border-top-style: solid;
    position: relative;
  }
  
  .content_theme-default {
    padding: 0;
    margin: 0;
    font-size: 15px;
  }
  
  .controls-loading-indicator_content {
    position: relative;
    min-width: 182px;
    width: 234px;
  }
  
  
  
  .LongOperations-Notifier__header {
    font-family: 'TensorFont';
    -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  
  .LongOperations-Notifier__title {
    -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 40px;
      padding: 8px 12px;
      background-color: #f5f5f5;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      display: flex;
  }
  
  .LongOperations-Notifier__header__title {
    font-family: 'TensorFont';
    -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 12px;
      color: #999999;
      margin-top: 2px;
  }
  
  
  .LongOperations-Notifier__closeButton {
    position: static;
      height: 100%;
      width: 32px;
      margin-left: 12px;
  }
  
  .controls-Button__close {
    /*display: inline-block;*/
    position: absolute;
      bottom: 40px;
  }
  
  .icon_status {
    font-family: 'cbuc-icons';
    font-size: 24px;
    position: absolute;
  }
  
  .header__title {
    position: absolute;
    margin-left: 32px;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 24px;
  }
  
  
  
  .LongOperations-Notifier {
    box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      height: 40px;
      padding-top: 0;
      padding-right: 12px;
      padding-bottom: 8px;
      padding-left: 12px;
  }
  
  .controls-Button__close__wrapper {
    font-family: 'cbuc-icons24';
    cursor: pointer;
    font-size: 24px;
      color: #8991A9;
      padding: 0 0 0 0;
      left: auto;
    right: 10px;
    position: absolute;
    line-height: 0;
    height: 24px;
    width: 24px;
    top: 20px;
  }
  
  .controls-Button__close__wrapper:hover {
    color:#587ab0;
  }

  .close_popup {
    transition: 0.5s; /*Скорость перехода состояния элемента*/
    animation: close 0.5s 1; /* Указываем название анимации, её время и количество повторов*/
    animation-fill-mode: forwards; /* Чтобы элемент оставался в конечном состоянии анимации */
  }

  @keyframes close {
    0%{ opacity:1; }
    100% { opacity:0; }
  }
  /*конец информационного окна*/

  .reference_button {
    /* position: absolute; */
    position: fixed;
    padding: 0 12px;
    cursor: pointer;
    z-index: 1028;
  }

  /* .block_reference {
    background-color: #5856d6;
    border-radius: 26px 26px 0 0;
    width: 26px;
    height: 32px;
    position: fixed;
    bottom: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.35);
    cursor: pointer;
  } */
/*веригин*/
  .block_reference {
    background-color: #ebebff;
    width: 30px;
    height: 30px;
    position: fixed;
    /* right: 12px; */
    bottom: 6px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    cursor: pointer;
    border-radius: 26px;
    border: 1px solid #8b77c0;
    transition: transform 5s;
  }
  .block_reference:hover {
    background-color: #dcdbff;
  }

/*веригин*/
.button_reference {
  height: 100%;
  background-image: url(https://cdn.sbis.ru/cdn/CommonHelpPerson/1.0.0/default-help.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  cursor: pointer;
  transition: transform .3s;
}


  .button_reference_q {
    font-family: "cbuc-icons24";
    font-size: 24px;
  }

/*веригин*/
.reference__menu-opened {
  background-image: url(https://cdn.sbis.ru/cdn/CommonHelpPerson/1.0.0/default-close.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.block_message_text {
    display: flex;
    /* position: fixed; */
    margin-top: 6px;
    height: 112px;
    max-height: 112px;
    margin-bottom: 4px;
}

.block_message_war {
    width: 422px;
    margin-left: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    min-height: 24px;
    max-height: 112px;
}

.text_message_pole {
    outline: none;
    border: 1px solid #ccc;
    height: 112px;
    margin-top: 4px;
    display: inline-block;
    width: 428px;
    max-height: 112px;
    overflow: auto;
    font-size: 14px;
    color: #333;
    padding: 1px 4px;
}

.close_window_message {
  border-top: 1px solid rgba(0,0,0,.08);
  border-left: 1px solid rgba(0,0,0,.08);
  border-bottom: 1px solid rgba(0,0,0,.08);
  width: 36px;
  height: 28px;
  margin-left: auto;
  cursor: pointer;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
  margin-top: 0px;
}
.close_window_message:hover {
    border-color: #ccc;
}

.close_window_btn {
  font-size: 22px;
  font-family: 'cbuc-icons';
  margin-top: -3px;
  color: #587ab0;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  display: block;
  align-content: center;
  align-items: center;
}
.close_window_btn:hover {
    color: #313e78;
}

.text_mess_title {
  align-items: center;
  font-size: 18px;
  color: #313e78;
  font-weight: bold;
  margin-left: 12px;
  
}

.block_reference_menu {
  z-index: 10;
  position: absolute;
  inset: auto -5px 30px auto;
  width: auto;
  max-width: 210px;
  max-height: 905px;
  height: auto;
  margin: 0px;
}

.left_reference_menu {
  inset: auto -170px 30px auto;
  z-index: 10;
  position: absolute;
  width: auto;
  max-width: 210px;
  max-height: 905px;
  height: auto;
  margin: 0px;
}

.left_arrow_menu_war {
  right: 178px;
  background-color: #f2f2fe;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 7px;
  content: '';
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-style: solid;
  border-top: none;
  border-left: none;
  width: 12px;
  height: 12px;
  border-width: 1px;
  /* background-color: #f7f8fa; */
  border-right-color: #bdbdbd;
  border-bottom-color: #bdbdbd;
}

.reference_menu_war {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: inherit;
  max-width: inherit;
}

.reference_war {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-width: 750px;
  background: #f7f8fa;
  border-radius: 6px;
  box-shadow: rgba(0,0,0,.35) 0 0 6px 0;
  border: 1px solid #bdbdbd;
}

.war_menu_block {
  position: relative;
  z-index: 1;
}

.hint_menu_reference {
  width: 200px;
  padding: 2px 0;
  background-color: #f2f2fe;
  position: relative;
  z-index: 1;
  border-radius: 6px;
}

.block_button_info_mass {
  border-bottom: 1px solid #d4d3f6;
  height: 37px;
  line-height: 15px;
  padding-left: 12px;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icon_info_button_mass {
  font-family: 'cbuc-icons';
  width: 16px;
  font-size: 16px;
  height: 16px;
  font-weight: bold;
  margin-right: 12px;
  color: #5856D6;
  /* background-image: url(http://neak-comp19.corp.tensor.ru//tensor/form_error_message/img/consult.svg); */
}
.help_hint_icon {
  font-weight: normal!important;
}


.text_info_button_mass {
  font-size: 15px;
  color: #000;
  line-height: 15px;
  cursor: pointer;
  user-select: none;
}

.block_arrow_menu {
  width: 12px;
  height: 11px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.arrow_menu_war {
  right: 12px;
  background-color: #f2f2fe;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 7px;
  content: '';
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-style: solid;
  border-top: none;
  border-left: none;
  width: 12px;
  height: 12px;
  border-width: 1px;
  /* background-color: #f7f8fa; */
  border-right-color: #bdbdbd;
  border-bottom-color: #bdbdbd;
}

.block_button_info_mass:hover {
  background-color: #FAFCFF;
}

.text_mes_error {
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  top: 80px;
  display: block;
  right: 35px;
  height: 192px;
  width: 100px;
  font-size: 16px;
  color: #333;
  padding: 9px;
}

.text_mes_error_mod {
  border: 1px solid #ccc;
  background-color: #fff;
  /* position: absolute; */
  top: 80px;
  display: block;
  right: 35px;
  height: 70px;
  width: 330px;
  font-size: 16px;
  color: #333;
  padding: 9px;
}

/*@media (min-width: 768px) {*/
body.reference_button {
    margin-left: 215px;
  }
/*}*/


/*кнопка спросить*/

#question_button {
  height: 24px;
  background: #265FA1;
  position: absolute;
  margin-left: 36px;
  border-radius: 12px;
  /*top: 0;*/
  top: -32px; 
  line-height: 24px;
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
}
#question_button:hover {
  box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
  background-color: #2B5688;
}
#question_button:active {
  background-color: #274C77;
}
.que_icon {  display: none;}
.que_icon::before {
  content: '';
  font-family: 'cbuc-icons';
  font-size: 16px;
  color: #fff;
}
.que_text {
  font-size: 14px;
  color: #fff;
}
#question_button:hover .que_icon {display: block;}
.block_reference #question_button {margin-left: 44px;}

.but_gen_url{
  position: absolute;
  right: 18px;
  bottom: 15px;
}
.hints_copy_url {
  position: absolute;
  background: #F7F8FA;
  right: 18px;
  bottom: -40px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  border-top-color: #00A31F;
  z-index: 10;
}
.hints_copy_url::before {
  content: "";
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  background-color: #F7F8FA;
  border-right-color: #00A31F;
  border-bottom-color: #00A31F;
  -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;
  right: 0;
  left: calc(100% - 35px);
  bottom: calc(100% - 5px);
  margin: auto;
}

.stats-buttons {
  display: flex;
  gap:10px;
}
.stats-buttons button {
  width: 120px;
  background-color: #ff7033;
  border-radius: 20px;
  border: 1px #ff7033 solid;
  color:white;
  height: 24px;
  font-size: 14px;
  font-family: tensorfont, sans-serif;
  text-decoration: none;
  text-align: center;
}