@font-face{   
    font-family: 'Roboto';
    src:url('Roboto_Condensed-Regular.ttf');
}
button {
	cursor: pointer;
}
body {
	font-family: 'Arial';
    /* line-height: 24px; */
	margin: 0 auto;
	color: #373C59;
	
}
.container{
	width: 1340px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
#logo{
	width: 82px;
	height: 55px;
}
.logout-btn {
	background-color: #ffffff00;
	border: none;
}

.head{
	height:100px;
	display: flex;
	justify-content: center;
	border-bottom: solid 1px #E1E3EB;
	color: #373C59; 
}
.head form{
	display: flex;
}
.body{
	display: flex;
	justify-content: center;
}
.title_test{
	display: flex;
    align-items: end;

}
#title_text{
	margin-left: 33px;
	vertical-align: baseline;
	line-height: 150%;
	margin-bottom: -3px;
	color: #373C59;
	font-size: 16px;
}
#user_text{
	margin-right: 30px;
	font-size: 20px;
}
#user{
	display: flex;
	flex-direction: row;
	margin-left: 25px;
}
.operator{
	height:53px;
	display: flex;
	justify-content: center;
	/* border-bottom: solid 1px #E1E3EB; */
	box-shadow: 0px 15px 30px 0px #373c5910;

}
.operator_text{
	color: #9499B8;
	font-size: 16px;
}



.select button {
	width: 100%; /* �������� ��� ������ ������ */
}
#buttons_for_block {
	display:flex;
	flex-direction:column;
}
.line{
	display:flex;
	flex-direction: row;
}

.selectbutnow{
	margin-left: 5px;
	margin-top: 5px;
	width: 50px;
	height: 50px;
	background-color: rgba(108, 170, 127, 0.849);
}
