.top-div{
width:100%;
margin:0;
padding:7px 0 5px 0;
background:#058240; color:#fff;
}
.top-div-div{
display:flex;
flex-direction:row;
justify-content:space-between;
align-items:center;	
margin:0;
padding:0;	
}
.top-div-div div{
display:block;
width:auto;
margin:0;
padding:0;
}
.top-div a{
color:#fff;	
}
/* --------------------------------- */
/* лого */
.top-div-logo table{
width:auto;
border-collapse:collapse;
margin:0;
cursor:pointer;	
}
.top-div-logo td{
padding:0;
text-align:left;
font-weight:600;
vertical-align:middle;	
}
.top-div-logo img{
display:block;
margin:0 10px 0 0;
cursor:pointer;
}
.top-div-logo td p{
margin:0;
text-align:left;
font-size:160%;	font-weight:700;
}
/* --------------------------------- */
/* на главной */
.top-div-index img{
display:inline;
width:30px;
margin:0;
cursor:pointer;	
}
.top-div-index p{
margin:0;
text-align:center;
font-size:90%; font-weight:600;	
}
/* --------------------------------- */
/* на неглавной */
.top-div-nindex table{
width:auto;
border-collapse:collapse;
margin:0;
cursor:pointer;	
}
.top-div-nindex td{
padding:0;
text-align:center;
font-weight:600;
vertical-align:middle;	
}
.top-div-nindex td:first-of-type img{
display:inline;
width:30px;
margin:0;
cursor:pointer;	
}
.top-div-nindex td:last-of-type img{
display:block;
width:60px;
margin:0;
cursor:pointer;
}
.top-div-nindex p{
margin:0;
text-align:center;
font-size:90%; font-weight:600;	
}


@media screen and (min-width:100px) and (max-width:400px){
	.top-div td{
	font-size:90%;	
	}
	.top-div-nindex td:first-of-type{
	display:none;	
	}
	.top-div-nindex td:last-of-type img{
	width:50px;	
	}
}
@media screen and (min-width:401px) and (max-width:500px){
	.top-div-nindex td:first-of-type{
	display:none;	
	}
	.top-div-nindex td:last-of-type img{
	width:60px;	
	}
}
@media screen and (min-width:501px) and (max-width:600px){
	
}
@media screen and (min-width:601px) and (max-width:700px){
	
}
@media screen and (min-width:701px) and (max-width:800px){
	
}
@media screen and (min-width:801px) and (max-width:900px){
	
}
@media screen and (min-width:901px) and (max-width:1000px){
	
}
@media screen and (min-width:1001px) and (max-width:1100px){
	
}
@media screen and (min-width:1101px) and (max-width:1200px){
	
}
@media screen and (min-width:1201px){
	
}