.header{width:100%;position:absolute;top:0;left:0;right:0}@media screen and (max-width:768px){.header .logo{width:44px;overflow:hidden}}.header .container{padding:36px 0;display:flex;flex-direction:row;justify-content:space-between}.header .header-dropdown{display:flex;flex-direction:row}.header .header-dropdown a{color:white;text-decoration:none;font-size:14px}.header .header-dropdown a:hover{opacity:.8}.header .header-dropdown ul{padding:8px;background:rgba(0,0,0,0.9);display:none}.header .header-dropdown ul li{margin:4px 0}.header-lang,.header-currency{display:block;max-width:180px;min-width:120px;width:100%;margin-left:24px;z-index:10}.header-lang span,.header-currency span{width:100%;display:block;padding:8px;position:relative;font-size:18px;cursor:pointer}.header-lang span:after,.header-currency span:after{content:'';position:absolute;right:6px;top:calc(50% - 3px);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;transition:all .3s ease-in-out}.header-lang .active:after,.header-currency .active:after{transform:rotate(180deg)}