.main-header{display:flex;align-items:center;padding:20px 0;justify-content:space-between}.main-header .logo img{width:169px !important}.main-header .right-content{display:flex;justify-content:space-between}.language-switcher{position:relative;box-sizing:border-box}.language-switcher img{width:16px;height:11px}.language-switcher ul{-webkit-transition:opacity .4s;transition:opacity .4s;-ms-transition:opacity .4s;-o-transition:opacity .4s;position:absolute;z-index:10;left:0;margin:0;padding:0;list-style:none;width:100px;background:#f5f5f5;border-radius:5px;box-shadow:0px 0px 12px 0px rgba(0,0,0,0.1)}.language-switcher ul li a{padding:10px 30px;display:inline-block;width:100%;line-height:normal;box-sizing:border-box;position:relative}.language-switcher ul li a:hover{background:#fff}.language-switcher a{position:relative;padding:9px 10px}.language-switcher a:before{content:"";position:absolute;bottom:0px;left:0;width:100%;height:3px;background-color:#ff088a;transform:scaleX(0);-webkit-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform-origin:bottom left;-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;-o-transform-origin:bottom left;transition:transform .3s;-webkit-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s}.language-switcher a:hover:before{transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1)}.language-switcher:hover ul{visibility:visible;opacity:1}.language-switcher a.language-switcher-button{display:inline-flex}.language-switcher a.language-switcher-button .fa{margin-left:8px;line-height:11px}@media(min-width:1023px){.language-switcher ul{visibility:hidden;opacity:0}.language-switcher:hover ul{visibility:visible;opacity:1}}@media(max-width:1023px){.main-header{padding:4px 0}.main-header .right-content{display:inline-block;width:100%}.language-switcher{display:inline-block;width:100%}.language-switcher a{padding:10px 30px;width:100%}.language-switcher a.language-switcher-button .fa{float:right;position:absolute;right:28px;font-size:20px;top:8px}.language-switcher ul{display:none;width:100%;position:inherit;box-shadow:none}.language-switcher>a:hover{background:#fff}}