.flag-wrapper {
      width: 35px;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 2px white;
    overflow: hidden;
    height: 25px;
	margin-bottom: 3px;
}
.flag-wrapper:after {
  padding-top: 75%;
  /* ratio */
  display: block;
  content: '';
}
.flag-wrapper .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.all-flags .flag-icon-background {
  cursor: pointer;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-en {
  background-image: url(/flags/4x3/us.svg);
}
.flag-icon-ru {
  background-image: url(/flags/4x3/ru.svg);
}
.flag-icon-ge {
  background-image: url(/flags/4x3/ge.svg);
}