/*
Черный 141515
Серый 627492
Светло-Серый F0F6FB
Синий 4C4CFF
Красный E2564C
*/


	
#smart-hornav {position:fixed; top:0; z-index:9000; background:#B7D600; width:100%;  height:60px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12); margin:0 auto;}

#smart-hornav::after {content:''; position:absolute; left:0; bottom:3px; width:100%; height:3px; background:#fff;}

#smart-hornav div.sub1200 {width:100%; max-width:1024px; margin:0 auto; height:60px;}
	
	a.smart-menu-button {display:block; width:60px; height:100%; background: url(/parts/menu.svg)center no-repeat; background-size:18px auto; float:left;}

	a.logo {display:block; position:absolute; left:0; right:0; top:10px; bottom:0; margin:auto; font-size:24px; color:#141515; width:180px; text-align:center;}
	a.logo::after {position:absolute; content:'КИБЕРТЕХНОЛОГИИ'; font-size:10px; bottom:14px; left:5; right:0; margin:auto; letter-spacing:4px;}

		
	a.phone {position:relative; display:block; min-width:30px; border-radius:50px; float:right; padding:5px; background:#8BA300; top:7px; right:12px;}
	
	a.phone span {float:right; display:block; position:relative; top:5px; padding:0 20px 0 15px; font-size:18px; color:#fff;}
	a.phone img {float:right; display:block; }
		



	

/*-----mobile------*/

@media screen and (max-width: 768px){
	a.phone span {display:none;}
}

