.wrapper {
  max-width: 1344px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

section {
  padding: 0 20px;
}

.search_items {
  display: none;
}

.active_s {
  position: relative;
  max-width: 350px;
  width: 100%;
}
.active_s .search-active {
  max-width: 350px;
  width: 100%;
  box-sizing: border-box;
}
.active_s .search-active .search_top_header {
  width: 85%;
}
.active_s .search_items {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45px;
  padding: 5px 0;
  border-radius: 10px;
  border: 1px solid #EEF0F3;
  background: #FFF;
  overflow-y: scroll;
  max-height: 325px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.active_s .search_items::-webkit-scrollbar {
  width: 0;
}
.active_s .search_items .search_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 15px 30px;
  text-decoration: none;
}
.active_s .search_items .search_item .search_item_top {
  color: #242424;
  font-family: Rubik, roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.active_s .search_items .search_item .search_item_top span {
  color: #4F46E5;
  padding-right: 5px;
}
.active_s .search_items .search_item .search_item_details {
  color: #242424;
  font-family: Rubik, roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.active_s .search_items .search_item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: rgba(36, 36, 36, 0.05);
}
.active_s .search_items_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.mobile-seach-block .mobile_search_items {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
  padding: 5px 0;
  background: #FFF;
  overflow-y: scroll;
  height: 450px;
  z-index: 10;
  border: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobile-seach-block .mobile_search_items::-webkit-scrollbar {
  width: 0;
}
.mobile-seach-block .mobile_search_items .search_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 15px 30px;
  text-decoration: none;
}
.mobile-seach-block .mobile_search_items .search_item .search_item_top {
  color: #242424;
  font-family: Rubik, roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.mobile-seach-block .mobile_search_items .search_item .search_item_top span {
  color: #4F46E5;
  padding-right: 5px;
}
.mobile-seach-block .mobile_search_items .search_item .search_item_details {
  color: #242424;
  font-family: Rubik, roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.mobile-seach-block .mobile_search_items .search_item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: rgba(36, 36, 36, 0.05);
}
.mobile-seach-block .mobile_search_items_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.categories_links {
  position: relative;
  margin-bottom: -5px;
  padding-bottom: 29px !important;
}
.categories_links .faq-top-line-inner {
  height: 61px;
  overflow-y: hidden;
}
.categories_links .categories_links_more {
  opacity: 0.9;
  bottom: -15px;
  left: 49%;
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  cursor: pointer;
}
@media screen and (max-width: 620px) {
  .categories_links {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .categories_links .faq-top-line-inner {
    height: auto;
    overflow-y: initial;
  }
  .categories_links .categories_links_more {
    display: none;
  }
}

/*# sourceMappingURL=header.css.map */
