@charset "UTF-8";
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em; }
  .flag-icon:before {
    content: " "; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-rus {
  background-image: url(/shared/flag_icons/4x3/rus.svg); }
  .flag-icon-rus.flag-icon-squared {
    background-image: url(/shared/flag_icons/1x1/rus.svg); }

.flag-icon-usa {
  background-image: url(/shared/flag_icons/4x3/usa.svg); }
  .flag-icon-usa.flag-icon-squared {
    background-image: url(/shared/flag_icons/1x1/usa.svg); }
