.header27512 .content .langBar,
.header27512 .content .langBar .ls_change_lang_icon{
    display: flex;
    align-items: center;
}

@media(min-width: 768px){
	html #siteblocks-setting-wrap-iLKuWHjMBPCZ .header27512::after {
        background-color: transparent;
    }

    html #siteblocks-setting-wrap-iLKuWHjMBPCZ .header27512.active::after {
        background-color: white;
    }
  
  html #siteblocks-setting-wrap-iLKuWHjMBPCZ .header27512 .navigation .blockNavBar>li>a{
  	 color:white;
  }
  
    
  html #siteblocks-setting-wrap-iLKuWHjMBPCZ .header27512.active .navigation .blockNavBar>li>a{
  	 color:#000;
  }
  
   html #siteblocks-setting-wrap-iLKuWHjMBPCZ .header27512 .serachIcon .block-iconsousuo3 path,
  html .ls_change_lang_container .ls_change_lang_btn .ls_change_lang_icon>svg>path{
      fill: white;
  }
  html #siteblocks-setting-wrap-iLKuWHjMBPCZ .header27512.active .serachIcon .block-iconsousuo3 path,
  html .header27512.active .ls_change_lang_container .ls_change_lang_btn .ls_change_lang_icon>svg>path{
      fill: #000;
  }
}