.langswitcher
{
  position: absolute;
  top: 34px;
  right: 10px;
  z-index: 100;
}

.langswitcher a.active .flag
{
  opacity: 0.6;
}

.flag
{
  display: inline-block;
  width: 24px;
  height: 19px;
}

.flag.az {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='flag-icons-az' viewBox='0 0 640 480'%3E%3Cpath fill='%233f9c35' d='M.1 0h640v480H.1z'/%3E%3Cpath fill='%23ed2939' d='M.1 0h640v320H.1z'/%3E%3Cpath fill='%2300b9e4' d='M.1 0h640v160H.1z'/%3E%3Ccircle cx='304' cy='240' r='72' fill='%23fff'/%3E%3Ccircle cx='320' cy='240' r='60' fill='%23ed2939'/%3E%3Cpath fill='%23fff' d='m384 200 7.7 21.5 20.6-9.8-9.8 20.7L424 240l-21.5 7.7 9.8 20.6-20.6-9.8L384 280l-7.7-21.5-20.6 9.8 9.8-20.6L344 240l21.5-7.7-9.8-20.6 20.6 9.8z'/%3E%3C/svg%3E");
  }

.flag.tr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='flag-icons-tr' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill='%23e30a17' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23fff' d='M407 247.5c0 66.2-54.6 119.9-122 119.9s-122-53.7-122-120 54.6-119.8 122-119.8 122 53.7 122 119.9'/%3E%3Cpath fill='%23e30a17' d='M413 247.5c0 53-43.6 95.9-97.5 95.9s-97.6-43-97.6-96 43.7-95.8 97.6-95.8 97.6 42.9 97.6 95.9z'/%3E%3Cpath fill='%23fff' d='m430.7 191.5-1 44.3-41.3 11.2 40.8 14.5-1 40.7 26.5-31.8 40.2 14-23.2-34.1 28.3-33.9-43.5 12-25.8-37z'/%3E%3C/g%3E%3C/svg%3E%0A");
}