header{box-shadow:0 0 10px -5px #777;background-color:#fff;position:fixed;display:flex;justify-content:space-between;align-items:center;padding:5px 2%;z-index:99;width:96%;height:70px;top:0}header h1{font-size:17px;display:flex;line-height:20px;align-items:center;margin:0}header h1 span{font-size:12px}header h1 img{width:60px;height:43px;margin:0 10px 0 0}header ul{display:flex}header ul li{margin:0 20px;font-size:15px}header ul li a:hover{color:#007e24}@media screen and (max-width:1024px){header{box-shadow:0 0 10px -5px #777;background-color:#fff;position:fixed;display:flex;justify-content:space-between;align-items:center;padding:2px 2%;z-index:99;width:96%;height:70px}header h1{font-size:14px;display:flex;line-height:18px;align-items:center;margin:0}header h1 span{font-size:10px}header h1 img{width:50px;height:35px;margin:0 10px 0 0}header ul{display:none}}header ul li a{position:relative;color:#333;text-decoration:none;transition:color .3s ease}header ul li a::after{content:'';position:absolute;bottom:-4px;left:50%;width:100%;height:1px;background:linear-gradient(90deg,#16a085 0%,#007e24 100%);transform:translateX(-50%) scaleX(0);transform-origin:center;transition:transform .3s ease}header ul li a:hover,header ul li a:focus{color:#007e24}header ul li a:hover::after,header ul li a:focus::after{transform:translateX(-50%) scaleX(1)}@media screen and (min-width:1024px){.openbtn{display:none}}.openbtn{z-index:100;position:fixed;right:10px;cursor:pointer;width:50px;height:50px;border-radius:5px}.openbtn span{display:inline-block;transition:all .4s;position:absolute;left:14px;height:2px;border-radius:5px;background:#333;width:50%}.openbtn span:nth-of-type(1) {top:13px}.openbtn span:nth-of-type(2) {top:19px}.openbtn span:nth-of-type(3) {top:25px}.openbtn span:nth-of-type(3)::after {content:"Menu";position:absolute;top:5px;left:-3px;color:#333;font-size:9.5px;text-transform:uppercase}.openbtn.active span:nth-of-type(1) {top:14px;left:18px;transform:translateY(6px) rotate(-45deg);width:30%}.openbtn.active span:nth-of-type(2) {opacity:0}.openbtn.active span:nth-of-type(3){top:26px;left:18px;transform:translateY(-6px) rotate(45deg);width:30%}.openbtn.active span:nth-of-type(3)::after {content:"Close";transform:translateY(0) rotate(-45deg);top:5px;left:4px}.lead{margin:20px 0 0 0}.btn-block{width:200px;padding:30px}#g-nav{position:fixed;z-index:98;top:0;background-color:#fff;right:-120%;width:100%;color:#333;height:100vh;transition:all .6s}#g-nav ul{position:absolute;z-index:99;top:0%;width:100%;margin:200px auto 20px;height:100vh;color:#333;display:block;text-align:center}#g-nav li{margin:20px auto;color:#333}@media screen and (max-width:768px){#g-nav ul{position:relative;z-index:998;top:10px;width:80%;margin:200px auto 20px}#g-nav li{font-size: 1.rem}}#g-nav.panelactive{right:0}#g-nav.panelactive #g-nav-list{position:fixed;z-index:998;width:100%;height:100vh;overflow:auto;-webkit-overflow-scrolling:touch}#g-nav .sitemap{font-size:.8rem}#g-nav li a{color:#333;text-decoration:none;padding:10px;display:block;text-transform:uppercase;letter-spacing:.1em;font-weight:bold}