


.air_fields_container pre{
	background-color: white;
	padding: 40px;
}



.track{
	margin-left: 50px;
	color: #cf2e2e;
	font-size: 12px;
}


 /* Управление */
 .c_node-container{
	display: flex;
	flex-wrap: wrap;
}

.c_node{
	position: relative;
	/* border-radius: 3px;
	padding: 0px 50px;
	min-width: 180px; */
}

.c_node.node_active{
	
  	 /* border-radius: 3px; */

		/* color | style */
		outline: #f66 solid 1px;
		border-radius: 3px;
}



.c_node.level_1{
	background-color: #ec7171;
}
.c_node.level_2{
	background-color: #42cf7f;
} 



/* .c_node img{
	 max-width: 160px;
    margin: 0 auto;
    display: block;
} */



.c_manage{
	cursor: pointer;
	color: white;
	position: absolute;
	display: flex;
	min-width: 40px;
	justify-content: space-between;
	text-align: center;
	top: -9px;
	background: #fc7c7c;
	line-height: normal;
	border-radius: 15px;
	/* padding: 0px 10px; */
	width: 100%;
	left:0;
	right:0;
}

.c_manage *{
	min-width: 33.3%;
} 

.c_manage *:hover{
	background-color: silver;
	border-radius: 15px;
} 
