.site-versions {
  padding: 0;
  font-size: 16px;
  display: flex;
  font-weight: 600;
  margin: 0;
}
.site-versions select {
  padding: 0 40px 0 20px;
  height: 52px;
  border: 1px solid #71c065;
  outline: none;
  cursor: pointer;
  border-radius: 30px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%226px%22%20%20viewBox%3D%220%200%2011%206%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22mainColor1%22%20d%3D%22M11.011%2C1.084%20L5.850%2C6.011%20L5.500%2C5.677%20L5.150%2C6.011%20L-0.011%2C1.084%20L1.136%2C-0.011%20L5.500%2C4.155%20L9.865%2C-0.011%20L11.011%2C1.084%20Z%22%2F%3E%3C%2Fsvg%3E") right 15px top 50% no-repeat;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.lp-header-11-info {
  max-width: 670px;
  margin-right: 0;
}
@media (max-width: 1199px) {
  .lp-header-11-title {
    max-width: 360px;
  }
  .lp-header-11-info {
    flex-wrap: wrap;
  }
  .lp-header-11-buttons {
    margin-right: 0;
  }
  .site-versions {
    width: 100%;
    padding: 15px 0 0;
    justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  .lp-header-11-title {
    max-width: 100%;
    justify-content: center;
  }
  .lp-header-11-title__text {
    margin-right: 0;
  }
  .lp-header-11._adaptive .lp-header-11-info {
    margin-left: 0;
  }
  .lp-header-11-buttons {
    padding-top: 0;
  }
  .site-versions {
    justify-content: center;
  }
}
