.header{position:fixed;top:0;left:0;z-index:var(--fixed-header,99);width:100%;transition:all .3s;background-color:#fff}.scroll-header{background-color:#fff;box-shadow:0 1px 4px rgba(0,0%,0%,10%)}.header .container{display:flex;align-items:center;height:100px;justify-content:space-between}.header__logo{display:block;height:50px;font-size:0}.header__logo img{height:100%}.nav__item a{font-size:18px;font-weight:400;color:#06161f}.nav__item a.active-link,.nav__item a:hover{color:#52c8e6;transform:skewX(-18deg)}.nav__toggle{display:none}.download-btn{width:164px;height:46px;background:#58d7f7;border-radius:16px;border:0;font-family:MiSans,MiSans;font-weight:500;font-size:16px;color:#06161f;line-height:22px;text-align:center;font-style:normal;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:8px;margin-left:100px}.download-btn:hover{transform:translateY(-1px)}.download-btn img{width:16px;height:16px}.google-play-btn img{width:194px;height:56px;margin-top:48px}@media screen and (max-width:767px){.header .container{position:relative}.nav{border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#fff;box-shadow:0 2px 6px rgba(111,111,111,.1);position:fixed;top:-100%;left:0;width:100%;padding:1.5rem 0;text-align:center;transition:.3s}.nav.show-menu{top:0}.nav__list{list-style:none;padding-left:0;margin:0;display:flex;flex-direction:column;gap:2rem}.nav__toggle{position:absolute;top:50%;right:1rem;width:40px;height:40px;transform:translateY(-50%);display:inline-flex;justify-content:center;align-items:center}.nav__toggle img{width:60%}.download-btn{display:none}}@media screen and (min-width:768px){.nav{display:block}.nav__list{padding:0;list-style:none;display:flex;gap:2.4rem;margin-left:2.4rem}}@media screen and (min-width:992px){:root{--header-height:104px}.scroll-header{--header-height:80px}.nav__item a{font-size:18px}}@media screen and (min-width:1560px){:root{--header-height:124px}.scroll-header{--header-height:104px}.nav__item a{font-size:18px}}@media screen and (min-width:768px) and (max-width:1024px){.header .container{padding:0 2rem}.nav__list{gap:1.5rem;margin-left:1.5rem}.download-btn{width:140px;height:40px;font-size:14px;margin-left:20px}.download-btn img{width:14px;height:14px}}@media screen and (min-width:1024px) and (max-width:1366px){.header .container{padding:0 3rem}.nav__list{gap:2rem;margin-left:2rem}}