.site-versions-wrap {
  position: relative;
  margin: 0 0 0 20px;
  font-weight: 500;
  font-size: 15px;
  z-index: 1;
  width: 91px;
}
.site-versions-title {
  color: #000;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #fff;
}
.site-versions-title em, .site-versions-title i {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.site-versions-title em svg, .site-versions-title i svg {
  fill: #000;
  width: 100%;
  height: 100%;
}
.site-versions-title i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 10px;
}
.site-versions-title span {
  text-transform: uppercase;
}
.site-versions-list {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  margin: 2px 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.site-versions-list .table-filter-list-item {
  display: block;
  padding: 4px 0 4px 10px;
  text-decoration: none;
  color: #000;
  text-align: center;
  cursor: pointer;
}
.site-versions-wrap {
  width: 110px;
}
img.lang_flag_img {
  width: 50px;
  height: 35px;
  object-fit: cover;
  margin-right: 7px;
  border: 1px solid #dedede;
}
.site-versions-title {
  font-size: 20px;
  color: #090f43;
}
.site-versions-list .table-filter-list-item {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .container--u-iki5qh36q {
    flex-wrap: wrap;
  }
  .mosaic-s3-include--u-iuf2s02o5 {
    width: 100%;
  }
  .site-versions-wrap {
    margin: 15px auto 0;
    text-align: left;
  }
}
