.header{height:60px;position:-webkit-sticky;position:sticky;top:0;z-index:1000;background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.04);display:flex;align-items:center;justify-content:space-between}.header .logo{height:40px}.header img{max-width:100%}.header .btn{margin-right:10px}.header .btn:hover{color:var(--primary-color);border-color:var(--primary-color)!important}@media(max-width:768px){.header{padding:0 15px 0 20px!important}.header .contact-btn{margin-right:16px}}