/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* топ */
.top-div{
display:inline-block;	
width:100%;
margin:0;
padding:10px 0;
background:#144d53; color:#fff;
font-weight:600;
}
.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;
text-align:left;
}
/* --------------------------------------------------- */
/* логотип */
.top-div .top-div-left table{
width:auto;
border-collapse:collapse;
margin:0;	
}
.top-div .top-div-left td{
padding:0;
text-align:left;
vertical-align:middle;	
}
.top-div .top-div-left td span{
font-size:140%; font-weight:700;	
}
.top-div .top-div-left img{
display:inline-block;
width:45px;
position:relative; top:5px;
margin:0 10px 0 0;
}
/* --------------------------------------------------- */
/* контакты */
.top-div .top-div-right ul{
width:auto;
margin:0;
padding:0;
text-align:left;
list-style:none;	
}
.top-div .top-div-right li{
display:inline-block;
margin:0 20px 0 0;
padding:0;
text-align:left;
vertical-align:middle;	
}
.top-div .top-div-right li:last-of-type{
margin:0;	
}
/* --------------------------------------------------- */
.top-div .top-div-right table{
width:auto;
border-collapse:collapse;
margin:0;	
}
.top-div .top-div-right a{
display:block;
margin:10px 0 0 0;
color:#fff;	
}
.top-div .top-div-right td{
padding:0;
text-align:left;
font-size:140%; font-weight:600;
vertical-align:middle;	
}
.top-div .top-div-right img{
display:inline-block;
width:15px;
margin:0 10px 0 0;
cursor:pointer;
}
/* --------------------------------------------------- */
.top-div .top-div-right button{
display:inline-block;
width:auto;
border:2px solid #fff; border-radius:7px;
margin:10px 0 0 0;
padding:2px 10px;
background:none; color:#fff;
font-size:100%; font-weight:700;
text-align:center;
cursor:pointer;
white-space:nowrap;	
}
.top-div .top-div-right button:hover{
background:#fff; color:#144d53;
}
/* --------------------------------------------------- */
/* мобильная */
.top-div-mb img{
display:inline-block;
width:40px;
margin:0;
cursor:pointer;	
}

@media screen and (min-width:100px) and (max-width:400px){
	.top-div .top-div-left td span{
	font-size:100%;
	}
	.top-div .top-div-right{
	display:none;	
	}
}
@media screen and (min-width:401px) and (max-width:500px){
	.top-div .top-div-right{
	display:none;	
	}
}
@media screen and (min-width:501px) and (max-width:600px){
	.top-div .top-div-right{
	display:none;	
	}
}
@media screen and (min-width:601px) and (max-width:700px){
	.top-div .top-div-right{
	display:none;	
	}
}
@media screen and (min-width:701px) and (max-width:800px){
	.top-div .top-div-right{
	display:none;	
	}
}
@media screen and (min-width:801px) and (max-width:900px){
	.top-div .top-div-mb{
	display:none;	
	}
}
@media screen and (min-width:901px) and (max-width:1000px){
	.top-div .top-div-mb{
	display:none;	
	}
}
@media screen and (min-width:1001px) and (max-width:1100px){
	.top-div .top-div-mb{
	display:none;	
	}
}
@media screen and (min-width:1101px){
	.top-div .top-div-mb{
	display:none;	
	}
}