@font-face {
    font-family: 'Onest';
    src: url('/local/templates/bitrix24/fonts/Onest-Regular.ttf')  format('truetype'); /* IE9 Compat Modes */
  }
.help-block{
   position:relative;
}
.bx-layout-inner-table{
padding-right: 66px;
}
.bx-im-bar-with-ol .bx-im-users-wrap{
	/*/top: 153px;*/
}
.bx-im-bar{
	/*background: white;*/
    z-index: 999;
}
.foot_widget{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    align-items: stretch;
  }
.foot_widget>div {
    width: 50%;
}
  .foot_widget .sidebar-widget-content{

  }
  .foot_widget .sidebar-widget {
    border: 1px solid green;
    border-radius: 10px;
height: 100%;
  }
  .foot_widget .sidebar-widget-top{
    background: none !important;
    color: black;
  }
  .foot_widget .sidebar-widget-top-title{
margin-bottom: 15px;
    color: #000;
    padding: 0px 24px;
    text-align: center;
    font-family: "regular";
    font-size: 20px;
    line-height: normal;
    margin-top: 24px;
	text-transform:math-auto;
	height:auto;

  }
	.foot_widget .birthday .sidebar-widget-item{
		align-items:center;
		padding:14px;
	}
	.foot_widget .birthday .user-avatar{
		/*width: 100px;
		height: 100px;
		min-width: 100px;
		min-height: 100px;*/
		width: 80px;
		height: 80px;
		min-width: 80px;
		min-height: 80px;
	}
	.foot_widget .birthday .sidebar-user-info{
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding-right: 10px;
	}
	.foot_widget .birthday .today-birth .user-birth-date{
		color: #1F7F66;
	}
  .foot_widget .birthday .sidebar-widget-content a:hover{
    background: linear-gradient(0deg, #DEECE8 0%, #DEECE8 100%), linear-gradient(90deg, #DEECE8 0%, rgba(255, 255, 255, 0.00) 47.81%, #DEECE8 92.77%);
  }
  .foot_widget .birthday .sidebar-widget-content a.today-birth{
    background: linear-gradient(0deg, #DEECE8 0%, #DEECE8 100%), linear-gradient(90deg, #DEECE8 0%, rgba(255, 255, 255, 0.00) 47.81%, #DEECE8 92.77%);
  }
  .foot_widget .user-birth-name{
    color: #000;
    font-family: "regular";
    /*font-size: 20px;*/
	font-size: 16px;
	line-height:100%;
  }
  .foot_widget .user-birth-work_position{
    color: #000;
    font-family: "light";
    font-size: 14px;

  }
  .foot_widget .user-birth-date{
    color: #8C8C8C;
    font-family: "regular";
    font-size: 14px;

  }
  .foot_widget .anons{
    /*max-width: 377px;*/
  }
  .foot_widget .anons .sidebar-widget-top{
    height: auto;
  }
  .foot_widget .anons .anons_title{
    color: #000;
    font-family: "regular";
    font-size: 20px;

    line-height: 100%; /* 20px */
  }
  .foot_widget .anons .anons_title{
    color: #000;
    font-family: "regular";
    /*font-size: 20px;*/
	font-size: 16px;
    line-height: 100%; /* 20px */
  }
  .foot_widget .anons .anons_prev{
    color: #000;
    font-family: "light";
    font-size: 14px;

  }
  .foot_widget .anons .sidebar-widget-item{
    align-items: center;
    gap: 20px;
  }
  .foot_widget .anons .sidebar-widget-item .anons-avatar{
    border-radius: 50%;
  }
  .foot_widget .anons .sidebar-anons-info p{
    /*margin: 0px;*/
	margin: 0px 0px 5px;
  }
  .foot_widget .anons .sidebar-widget-item:hover{
    background: linear-gradient(0deg, #DEECE8 0%, #DEECE8 100%), linear-gradient(90deg, #DEECE8 0%, rgba(255, 255, 255, 0.00) 47.81%, #DEECE8 92.77%);
  }
  .foot_widget .opros{
    border: 1px solid green;
    border-radius: 10px;
    max-width: 377px;
  }
  .foot_widget .opros .voting-form-box{
    border: 0px;
	padding: 20px;
  }
  .foot_widget .opros .vote-item-title.vote-item-question{
    color: #000;
    font-family: "medium";
    font-size: 14px;
	font-weight:normal;

  }
  .foot_widget .opros .vote-answer-item{
    margin: 15px 0px;
  }
  .foot_widget .opros .vote-answer-item label{
    color: #000;
    font-family:"light";
    font-size: 14px;

    position:relative;
    padding-left: 30px;
    margin: 15px 0px;
  }
  .foot_widget .opros .vote-answer-item input[type='radio']{
    display: none;
  }

  .foot_widget .opros .vote-answer-item label:before{
    content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	position: absolute;
	left: 0;
    top: 0px;
	bottom: 1px;
	background: silver;
    border-radius: 50%;
  }

.vote-form-box-button-first > input{
	/*width: 120px;
	height: 32px;
	line-height: 32px;
	background: #1F7F66;
	color: white;
	border: 0;
	border-radius: 3px;
	font-size: 20px;*/
	height: 32px;
    line-height: 14px;
    background: #1F7F66;
    color: white;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    padding: 0px 10px;
}
.vote-form-box-button a[name='show_result']{
	color:black;
	font-size: 16px;
    font-family: "regular";
}
.vote-vote-footer {
    margin-top: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px;
}
