 
.info_uchastok {
	position: absolute;
	width: 100%;
	height: 100%;
	//background:  #555555;
	background-color: rgba(100, 100, 100, 0.8);
	margin: 0px;
	padding: 0px;
	//opacity: 0.4;	
}

.info_txt{
	margin-left: 30px;
	margin-top: 0px;
	
	font-family:'Value Sans Pro';
	font-size: 15px;
	font-weight: 100;
	color: #ffffff;
	line-height: 1.3;
	padding: 0px 0px  0px  0px;
}

#uchastok{
	font-size: 22px; 
	font-weight: bold;
	padding: 0px  0px  0px  0px;
	color: #fffb82;
}

p{
	font-family:'Value Sans Pro';
	font-size: 15px;
	font-weight: 100;
	color: #ffffff;
	line-height: 0.5;
	padding: 0px  0px  0px  0px;
}

 .status{
	font-size: 20px; 
	font-weight: bold;	 
}

  .inp {		 
		height: 100%;
		width: 100px;
		border: 0;
		font-size: 14px;
		font-family: system-ui, sans-serif;
		text-align: center;
		color: #CCCCCC;
		background: #333333; 
		outline: none;
		padding-left: 10px;
		padding-right: 30px;
		box-sizing: border-box;
		box-shadow: inset 0 0 3px rgba(225,225,225,0.2); /* Тень внутри */
	}
	
.btn {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
  margin-top: 10px;
  padding: 5px 15px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.btn:hover, .btn:focus {
  color: #777777;
  background-color: #fff;
  outline: 0;
}
.third:hover {
  //box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
}

.popup {
	 margin-top: 0px;
	width: 200px;
	font-family:'Value Sans Pro';
	font-size: 18px;
	font-weight: 150;
	color: #ffffff;
	line-height: 1.2;
	padding: 10px  5px  5px  20px;
	
}
