.site-versions-wrap {
  display: flex;
  position: relative;
  margin: 0px 0 0 0px;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  align-items: baseline;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .site-versions-wrap {
    justify-content: center;
    margin: 0px;
  }
}
.site-versions-title {
  color: #ffd507;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #ffd507;
}
.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: #ffd507 !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  top: 0 !important;
  left: 0;
}
.site-versions-title i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 10px;
}
.site-versions-list {
  position: absolute;
  z-index: 16;
  left: 0;
  top: 105%;
  width: 100%;
  margin: 2px 0 0;
  background: #fff;
  border: 1px solid #ffd507;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  display: none;
}
.site-versions-list a {
  display: block;
  padding: 4px 0 4px 0px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.site-versions-list a:hover {
  text-decoration: underline;
  color: #ffd507;
}
@media (max-width: 767px) {
  .site-header .header-middel__mid_in {
    flex-direction: column;
  }
  .site-header .header-middel__mid_in .top-contacts {
    display: flex;
  }
  .site-header .header-middel__mid_in .top-contacts .phone-contacts, .site-header .header-middel__mid_in .top-contacts .phone_btn {
    display: none;
  }
  .site-header .header-middel__mid_in .top-contacts .address-block > *:not(.site-versions-wrap) {
    display: none;
    font-size: 0;
  }
}
