/*sticky header position*/
.sticky.is-sticky {  position: fixed; left: 0; right: 0; top: 0; z-index: 1000;  width: 100%; }
body { /*min-height: 1200px;*/ font-family: 'Muli', sans-serif; }
nav { background: #fff; /*min-height: 74px;*/ width: 1140px; margin: 0 auto;  }
header{      position: absolute;
    z-index: 999;
    left: 0;
    right: 0; }

.heder-wrap  {      position: absolute;
    z-index: 999;
    left: 0;
    right: 0; }
@media (max-width: 1200px){
	/*.nav-link {
	    padding: 23px 20px !important;
	    font-size: 12px;*/
	}
	/*nav{
		width: 960px;
	}*/
}