#ref_button{
  top: 60px;
  position: absolute;
  display: block;
  width: 844px;
}
.block_owl{
  float: right;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  width: 20px;
  height: 32px;
  display: inline-block;    
  cursor: pointer;
  z-index: 100;
}
.block_owl:hover{
  background-color: rgba(0, 0, 0, .3);
}
.button_owl{
font-size: 16px;
color: rgba(255, 255, 255, 1);
font-family: 'cbuc-icons';
padding: 4px 0px 0 3px;
}
.block_close{
  background-color: rgba(0, 0, 0, .1);
  border-radius: 14px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin-left: 6px;
  top: 4px;
}
.block_close:hover{
background-color: rgba(0, 0, 0, .3);
}
.button_close{
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  font-family: 'cbuc-icons24';
  top: -4px;
  position: absolute;
  left: 2px;
}

#panel_send{
position: absolute;
top: 58px;
width: 100%;
z-index: 101;
height: 0;
}
.panel_send_align{
  text-align: right;
  display: inline-flex;
  float: right;
  margin-right: 12px;
  position: absolute;
  min-width: 236px;
}
.panel_send_window {
  background: #fff;
  /* border: 1px solid #bdbdbd; */
  pointer-events: auto;
  overflow: hidden;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 35%);
  background-color: #3e5266;
  padding: 8px 12px;
  max-width: 300px;
  text-align: left;
  min-width: 204px;
  border-radius: 8px;
}

.panel_send_windows_war {
  width: auto;
  height: 230px;
  z-index:2;
}

.links_send_windows_war {
  display: inline-grid;
  color: #fff;
  counter-reset: number 0;
}
.links_send_windows_war a{
  color: #e9ebec;
  font-size: 14px;
  padding: 2px 10px;
  text-decoration: none!important;
  border-radius: 12px;
  min-height: 24px;
  margin: 3px 0;
  counter-increment: number 0;
  display: block;
}
.links_send_windows_war p{
  margin: 3px 0;
  border-radius: 12px;
  font-size: 12px;
  color: #8991a9;  
}
.links_send_windows_war a:before {
  counter-increment: number 1; 
  content: counter(number) ". ";
  color: #8991a9;
}
.links_send_windows_war a:hover {
background-color: #394b5e7c;
color: #fff;
}

.panel_send_window p {
margin-bottom: 4px;
}
.panel__info_message {
/* margin-bottom: 8px; */
/* background: #f5f5f5; */
height: 44px;
-webkit-box-pack: center;
-ms-flex-pack: center;
height: 32px;
}

.panel_button_info_war {
  display: flex;
  justify-content: left;
}
.text_panel_title{
/* font-weight: bold; */
color: #ccc;
font-size: 15px;
padding-left: 10px;
}