#search_block_top_content {
  position: relative;
  height: 140px;
}
@media (max-width: 767.98px) {
  #search_block_top_content {
    height: auto;
  }
}
#search_block_top_content .iqitsearch-inner p {
  margin: 0;
}
@media (max-width: 767.98px) {
  #search_block_top_content .iqitsearch-inner {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  #search_block_top_content .iqitsearch-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

#search_block_top {
  position: relative;
  width: 97%;
  height: 36px;
  margin: 0 auto;
}
#search_block_top.issearchcontent {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  #search_block_top {
    top: 0;
  }
}

@media (min-width: 768px) {
  .disable_center #search_block_top {
    margin-right: 0;
    margin-left: 0;
  }
}
#search_block_top .search_query:focus {
  outline: 0;
  border-color: #6c757d !important;
}

.iqit-search-shower {
  position: relative;
  float: right;
  width: 6%;
  max-width: 80px;
  margin-top: 40px;
  line-height: 12px;
  text-align: center;
  vertical-align: top;
}
.iqit-search-shower #search_block_top.showedSearch {
  visibility: visible;
  opacity: 1;
}

.iqit-search-shower-i {
  cursor: pointer;
}
.iqit-search-shower-i .icon-search {
  position: relative;
  top: -1px;
  display: block;
  margin-bottom: 8px;
  font-size: 42px;
  line-height: 40px;
  text-align: center;
}
.iqit-search-shower-i.showedSearch .icon-search::before {
  content: "\f00d";
}

#search_block_top .search_query_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#search_block_top.iqit-search-c {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 5;
  width: 100%;
  min-width: 300px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out;
}
@media (max-width: 767.98px) {
  #search_block_top.iqit-search-c {
    right: auto;
  }
}

.search_block_top .search-cat-select {
  height: 40px;
}
.search_block_top .search-cat-selector {
  position: absolute;
  right: 0;
  left: 0;
  width: 130px;
}
.search_block_top .search-cat-selector .selector {
  width: 130px !important;
  height: 40px;
  line-height: 40px;
  background: none;
  border: none !important;
}
.search_block_top .search-cat-selector .selector span {
  height: 40px;
  line-height: 40px;
  text-shadow: none;
  background: none;
}
.search_block_top .search-cat-selector .selector span::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 11px;
  font-family: "bootstrap-icons";
  line-height: 42px;
  content: "\f107";
}
.search_block_top .search_query {
  height: 38px;
  padding-left: 38px;
}
.search_block_top .search-w-selector .search_query {
  padding-left: 135px;
}
.search_block_top .button-search {
	position: absolute;
	top: 2px;
	left: 4px;
	font-size: 0;
	padding: 10px;
	background: none;
	border: none;
	line-height: 1;
	color: #fff;
}
.search_block_top .button-search:focus {
  outline: 0;
}
.search_block_top .button-search::before {
  display: block;
  width: 100%;
  font-family: "bootstrap-icons";
  font-size: 14px;
  content: "\f52a";
}

.mh-search-module > form {
  position: relative;
}

.mh-search-module .button-search {
	color: #212529;
}

.ac_results {
  z-index: 99999;
  padding: 0;
  margin-top: 6px;
  overflow: hidden;
  text-align: right;
  background-color: #fff;
  border: 1px solid #ced4da !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  left: auto !important;
  right: 16px;
  width: 265px !important;
}

.ac_odd {
  background: #fff;
}

.ac_over {
  color: #1c1f23;
  background: #fbfcfc;
}

.ac_results li {
  display: flex;
  align-items: flex-start;
  padding: 5px !important;
  color: #212529;
  font: inherit;
  cursor: pointer;
  border-bottom: 1px solid #e9ecef !important;
}
.ac_results li:last-of-type {
  border-bottom: none !important;
}

.ac_results li img {
  width: 45px;
  border: 1px solid #dee2e6;
  margin-left: 8px;
  padding: 2px;
  background-color: #fff;
}

.ac_results .prname {
  display: inline-block;
  line-height: 22px;
}

#ac_search_more {
  padding: 4px;
  cursor: pointer !important;
}
