
/* Header Top */

.high-contrast{ color: transparent!important;}
.high-contrast.dark {
	background: url(../theme_fornt_change/theme_changer_light.svg) 50% 50% no-repeat;
}
.high-contrast.dark:hover, .high-contrast.dark:focus {
}
.high-contrast.light {
  background: url(../theme_fornt_change/theme_changer_dark.svg) 50% 50% no-repeat;
 }

