/*Поиск*/

.badge {
  /* вывод количества найденных страниц */
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  white-space: nowrap;
}

.top-menu__search-block {
  background-color: transparent;
  display: flex;
  /* position: absolute; */
  /* width: 32px;
    height: 32px; */
  /* right: 0; */
}

.search_block--active {
  width: 100%;
  min-height: 100%;
  z-index: 10;
  position: fixed;
  inset: 0;
  margin: auto;
  background-color: #023663;
}

.search-toggle {
  cursor: pointer;
  border: 1px solid #ffffff3b;
  border-radius: 0;
  background: #ffffff00 url(http://cdn.vniro.ru/images/icon/search.svg)
    no-repeat center center;
  height: 32px;
  width: 32px;
  background-size: 60%;
  padding: 0;
}

@media (max-width: 1200px) {
  .search-toggle {
    cursor: pointer;
    border: 0px solid #ffffff3b;
    border-radius: 0;
    background: #ffffff00 url(http://cdn.vniro.ru/images/icon/search.svg)
      no-repeat center center;
    height: 34px;
    width: 34px;
    background-size: 80%;
    padding: 0;
    background-color: var(--color-dark-blue);
  }
}

.search_toggle--active {
  background: #ffffff00 url(http://cdn.vniro.ru/images/icon/cross.svg) no-repeat
    center center;
  background-size: 45%;
  top: 50px;
  right: 5%;
  height: 50px;
  position: absolute;
  width: 50px;
}

.search_toggle--active:hover,
.search_toggle--active:active {
  background-color: #03335f4f;
}

.top-menu__search-block .search {
  flex: 0 0 0;
  display: none;
  height: 100%;
  align-items: center;
  background-color: transparent;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}

.top-menu__search-block .search--active {
  display: flex;
  opacity: 1;
  position: absolute;
  inset: 0;
  width: calc(50%);
  margin: auto;
}

@media (max-width: 1200px) {
  .top-menu__search-block .search--active {
    display: flex;
    opacity: 1;
    position: absolute;
    inset: 0;
    width: calc(90%);
    margin: auto;
  }
}

.search {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  margin-right: 15px;
}

.form__search {
  height: 32px;
  width: 100%;
  border-radius: 0;
  font-size: 14px;
  line-height: 0;
  border: 1px solid #ffffff4f;
  display: flex;
  align-items: center;
}

.search_fild {
  border-radius: 0;
  width: calc(100% - 30px) !important;
  border-width: 0;
  height: 100%;
  background-color: transparent;
  padding: 0 8px;
  font-size: 16px;
  line-height: 1;
  color: #fff !important;
  font-family: "PT Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.search_fild:-webkit-autofill,
.search_fild:-webkit-autofill:hover,
.search_fild:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 40rem #4789c8 inset;
}
.search_fild:focus {
  box-shadow: none;
  border-color: #daebef;
  border-style: solid;
  background-color: transparent;
}
.search_fild::placeholder {
  color: #fff9 !important;
  font-size: 14px;
  font-family: "pt sans";
  background-color: transparent;
}

.search_button {
  border-radius: 0;
  background: #ffffff00 url(http://cdn.vniro.ru/images/icon/search.svg)
    no-repeat center center;
  height: 30px;
  width: 30px;
  border-width: 0;
  background-size: 60%;
  padding: 0;
}
.search_button:hover,
.search_button:active {
  background-image: url(http://cdn.vniro.ru/images/icon/search.svg) no-repeat
    center center;
  background-color: #03335f4f;
}

@media (max-width: 1200px) {
  /* 
  .top-menu__search-block {
    background-color: transparent;
  }

  .top-menu__search-block {
    background-color: #ffffff00;
    flex: 1 0 0;
  }

  .search {
    display: flex;
    height: 100%;
    align-items: center;
    background-color: transparent;
  }

  .search {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    margin-right: 15px;
  }

  .form__search {
    height: 32px;
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    line-height: 0;
    border: 1px solid #ffffff4f;
    display: flex;
    align-items: center;
  }

  .form__search {
    padding-left: 0;
    justify-content: flex-start;
    border: 0;
    border-right: 1px solid #cccccc47;
    min-height: 40px;
  }

  .search_fild {
    border-radius: 0;
    width: calc(100% - 30px) !important;
    border-width: 0;
    height: 100%;
    background-color: transparent;
    padding: 0 8px;
    font-size: 16px;
    line-height: 1;
    color: #fff !important;
    font-family: "PT Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  }

  .search_fild {
    padding: 0;
  } */

  .search_fild:-webkit-autofill,
  .search_fild:-webkit-autofill:hover,
  .search_fild:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 40rem #4789c8 inset;
  }

  .search_fild:-webkit-autofill,
  .search_fild:-webkit-autofill:hover,
  .search_fild:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 40rem #013e77 inset;
  }

  .search_fild:focus {
    box-shadow: none;
    border-color: #daebef;
    border-style: solid;
    background-color: transparent;
  }
  .search_fild::placeholder {
    color: #d0f0f6 !important;
    font-size: 14px;
    font-family: "pt sans";
    background-color: transparent;
  }

  .search_fild::placeholder {
    color: #d0f0f6 !important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "pt sans";
    background-color: transparent;
  }
  .search_fild::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #d0f0f600 !important;
  }
  .search_fild:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #d0f0f6 !important;
  }
  .search_fild::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #d0f0f6 !important;
  }
  .search_fild:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #d0f0f6 !important;
  }

  .search_button {
    border-radius: 0;
    background: #ffffff00 url(http://cdn.vniro.ru/images/icon/search.svg)
      no-repeat center center;
    height: 30px;
    width: 30px;
    border-width: 0;
    background-size: 60%;
    padding: 0;
  }
  .search_button:hover,
  .search_button:active {
    background-image: url(http://cdn.vniro.ru/images/icon/search.svg) no-repeat
      center center;
    background-color: #fff;
  }

  .search_button {
    border-radius: 0;
    background: #ffffff00 url(http://cdn.vniro.ru/images/icon/search.svg)
      no-repeat center center;
    height: 100%;
    width: 40px;
    border-width: 0;
    background-size: 50%;
    padding: 0;
  }
}

.main-content .search {
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: flex-start;
  background-color: transparent;
  margin-top: 40px;
  margin-bottom: 0;
  width: 100%;
  margin-right: 0;
  font-size: 16px;
}
/* поиск конец */
.search-icon {
  fill: #fff;
}
