.message-admin-box{
	width: 100%;
}

.message-admin-box form{
	width: 100%;
}

.message-admin-box form .adm-send-btn{
	width: 100%;
}

.message-admin-box p{
	font-family: 'Roboto Condensed';
    margin: 0 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.need-symbol{
	color: red;
}

p{
	display: block;
	width: 100%;
}

.error-area{
	font-family: 'Roboto Condensed';
	color: red;
	font-weight: bold;
}


input#fio{
	display: none;
}