.header-address {
  width: 110px;
}
.site-versions-wrap {
  position: relative;
  margin: 23px 0 0 20px;
  font-weight: 500;
  font-size: 17px;
  z-index: 1;
  float: right;
  font-weight: bold;
}
.site-versions-title {
  color: #333;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #333;
}
.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: #333;
  width: 100%;
  height: 100%;
}
.site-versions-title i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 10px;
}
.site-versions-list {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  margin: 2px 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: none;
}
.site-versions-list a {
  display: block;
  padding: 4px 0 4px 10px;
  text-decoration: none;
  color: #333;
}
.site-versions-list a:hover {
  color: #4295f9;
}
@media (max-width: 830px) {
  .header-phone {
    width: auto;
    margin-right: 0;
  }
  .site-versions-wrap {
    margin-left: 30px;
  }
}
@media (max-width: 786px) {
  .site-versions-wrap {
    margin-right: 60px;
  }
}
@media (max-width: 665px) {
  .site-versions-wrap {
    margin: 0;
  }
  .header-phone {
    margin-left: 0;
  }
}
@media (max-width: 430px) {
  .site-header-inner {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .site-versions-wrap {
    order: 2;
    margin: 15px 0 10px;
  }
}
