.headerinfoblock {
  position: relative;
  z-index: 2; }

.searchwrap {
  position: absolute;
  bottom: 6px;
  left: 85px;
  right: 0;
  display: flex;
  border-left: 1px solid #dddddd;
  z-index: 10;
  background: #fff; }
  .searchwrap input {
    border: 0;
    line-height: 23px;
    height: 23px;
    padding: 0 10px 0 15px;
    width: 100%;
    font-size: 16px;
    font-weight: 600; }
    .searchwrap input::placeholder {
      color: #a5a19f; }
  .searchwrap button {
    width: 22px;
    min-width: 22px;
    height: 22px;
    border: 0;
    background: url(../images/searchbut.png) 0 0 no-repeat; }
  .searchwrap.focus {
    left: 0;
    bottom: -10px;
    right: -120px;
    border: 1px solid #e5e5e4;
    border-radius: 4px;
    padding: 10px 15px 10px 0;
    background: #fff;
    z-index: 5; }
    @media screen and (max-width: 1039px) {
      .searchwrap.focus {
        right: 0; } }

.searchfix {
  display: none;
  float: right;
  margin-left: auto;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 170px;
  width: 100%;
  height: auto;
  align-self: center; }
  .searchfix input {
    width: 100%;
    border: 0;
    background: none;
    line-height: 22px;
    height: 22px;
    padding: 0 15px 0 0;
    font-size: 16px;
    color: #66da93;
    font-weight: 500; }
    .searchfix input::placeholder {
      color: #66da93; }
  .searchfix button {
    width: 22px;
    min-width: 22px;
    height: 22px;
    border: 0;
    background: url(../images/searchbutwhite.png) 0 0 no-repeat; }

.fixed_header .searchfix {
  display: flex; }

.nc_search_results {
    padding: 0px;
}
.nc_search_range {
    font-size: 20px;
    margin-bottom: 10px;
}
.nc_search_list {
    margin-bottom: 5px;
    padding-left: 15px;
}
.pagination {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pagination li {
    margin-left: 10px;
}
.pagination li:first-child {
    margin: 0;
}
.pagination li span {
    display: block;
    line-height: 23px;
    min-width: 23px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #059a3d;
}
@media screen and (max-width: 767px) {
    .headerinfoblock { 
        display: block;
        margin: 30px auto 0px;
    }
}
/*# sourceMappingURL=new3.css.map */
