/*** edit test ***/
.search_site {
  padding: 0;
  /*   height: 51px; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.main_search_form {
  width: 100%;
  margin-left: 40px;
}

.form_search_site {
  display: flex;
  gap: 20px;
  width: 100%;
  position: relative;
}

.form_search_site * {
  display: inline-block;
  vertical-align: middle;
}
#search-form-button {
  min-width: unset;
}
#search-form-button-close {
  display: none;
}

/*noinspection ALL*/
.search_site_input {
  width: 100%;
  height: 48px;
  padding: 0 20px 0 50px;
  border: 0px;
  color: #777;
  transition: all .3s ease-in-out;
  outline: none !important;
  border-radius: 7px;
}
.search_site_input::placeholder {
  font-size: 16px;
}

/*** edit test ***/
.btn.search_site_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none !important;
  outline: none !important;
  color: #fff;
  font-size: 18px;
}

.search_site_submit svg.icon {
  height: 24px;
  width: 24px;
  margin: 0;
}

.search_site_submit:hover {
  background: var(--sm-link-color);
}

.search_site_submit:hover svg {
  fill: #fff;
}

.form_search_site ::-moz-placeholder {
  line-height: 35px;
}

.search-wrap {
  position: relative;
  max-width: 475px;
  width: 100%;
}

.search-wrap svg {
  position: absolute;
  left: 12px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  height: 24px;
}


.my-class span{
  display: flex;
  align-items: center;
  justify-content: center;
}