.smts-switcher {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: inherit !important;
}
.smts-switcher .smts-lang {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 34px !important;
  padding: 6px 12px !important;
  border: 1px solid rgba(0,0,0,.14) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111 !important;
  text-decoration: none !important;
  line-height: 1 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}
.smts-switcher .smts-lang.is-active {
  border-color: #111 !important;
}
.smts-flag {
  display: inline-block !important;
  width: 22px !important;
  height: 15px !important;
  border-radius: 2px !important;
  overflow: hidden !important;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.12) !important;
  flex: 0 0 22px !important;
}
.smts-flag-pt {
  background: linear-gradient(90deg, #046a38 0 42%, #da291c 42% 100%) !important;
  position: relative !important;
}
.smts-flag-pt::after {
  content: '' !important;
  position: absolute !important;
  left: 8px !important;
  top: 4px !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  background: #ffcd00 !important;
}
.smts-flag-en {
  background:
    linear-gradient(180deg, #b22234 0 7.69%, #fff 7.69% 15.38%, #b22234 15.38% 23.07%, #fff 23.07% 30.76%, #b22234 30.76% 38.45%, #fff 38.45% 46.14%, #b22234 46.14% 53.83%, #fff 53.83% 61.52%, #b22234 61.52% 69.21%, #fff 69.21% 76.9%, #b22234 76.9% 84.59%, #fff 84.59% 92.28%, #b22234 92.28% 100%) !important;
  position: relative !important;
}
.smts-flag-en::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 10px !important;
  height: 8px !important;
  background: #3c3b6e !important;
}
.smts-fixed {
  position: fixed !important;
  z-index: 999999 !important;
}
.smts-fixed-top-right {
  top: 18px !important;
  right: 18px !important;
}
.smts-fixed-bottom-right {
  right: 18px !important;
  bottom: 18px !important;
}
