#block_top_menu {
  display: block;
    float: left;
    margin: 0 160px;
    padding-top: 0;
    position: absolute;
    width: 420px; }

/* ---- > 1170 ----*/
@media (min-width: 1170px) {
	#block_top_menu { width:520px;}
}
/* ----  ----*/

/* ---- > 992 ----*/
@media (min-width: 992px) {
	#block_top_menu { width: 520px;}
}
/* ----  ----*/

/* ---- < 992 ----*/
@media (min-width: 768px) and (max-width: 992px) {
	#block_top_menu { width:  }
}
/* ----  ----*/
		
#sticky {		
 width: 100%;
    position: absolute;
    left: 0;
    /*bottom: 0;*/
    height: 78px;
    padding: 0;
   /* border-bottom: 3px solid #e9e9e9;*/
    background: rgba(255, 255, 255, 1);}
.scroll {
    background: rgba(255, 255, 255, 1);
    position: fixed !important;
    top: 0;}
