input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

#search-results .list-group-item-action:hover {
  background-color: rgba(55,125,255,.1);
  color: #1e2022;
}
#search-results .list-group-item {
  border-bottom: .0625rem solid #e7eaf3;
  border-top: none;
  border-right: none;
  border-left: none;
}
#search-results .list-group-item:last-child {
  border-bottom: none;
}
#search-results .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: .0625rem;
}
#js_folder-content.add-transition {
  transition: height .4s ease 0s; 
}
#js_folder-content {
  transition: height .00001s ease 0s; 
}
.input-card-border-bottom::after {
  background: #e7eaf3;
  bottom: -.0625rem;
  content: "";
  height: .0625rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

#search-wrapper {
  transition: height .5s ease 0s; 
}

#ya-site-results .b-pager__sorted,
.ya-page_js_yes .ya-site-form_inited_no {
  display: none;
}
#ya-site-results .b-serp-item__title-link, #ya-site-results .ad .ad-link {
  font-weight: 500!important;
  font-family: 'Rubik', sans-serif;
}
#ya-site-results .b-serp-item__title-link:link b, #ya-site-results .b-serp-item__title-link b {
  font-weight: 700!important;
  font-family: 'Rubik', sans-serif;
}

#ya-site-form0.ya-site-form-mai .ya-site-form__form .ya-site-form__input-text {
  background: transparent!important;
}

#ya-site-form0.ya-site-form-mai .ya-site-form__submit {
  color: #fff!important;
  background-color: #377dff;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.0625rem solid #377dff;
  padding: 0.6125rem 1rem;
  font-size: 1rem!important;
  border-radius: 0.3125rem;
  transition: all .2s ease-in-out;
}
#ya-site-form0.ya-site-form-mai .ya-site-form__search-input {
  padding: 0px;
}
#ya-site-form0.ya-site-form-mai .ya-site-form__input-text {
  border: none!important;
  display: block;
  width: 100%;
  padding: 0.6125rem 1rem;
  font-size: 1rem!important;
  font-weight: 400!important;
  line-height: 1.5;
  color: #1e2022!important;
  background-color: transparent!important;
  background-clip: padding-box;
  border: 0.0625rem solid rgba(33,50,91,.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.3125rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}