.hidden {
  display: none !important
}
.blue-label.disabled {
  pointer-events: none
}
.blue-label:not(.disabled):hover {
  border-color: #fff;
  color: #fff;
  transition: all .3s ease
}
.btn-main[disabled] {
  opacity: .2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.faq a {
  color: var(--baza-alyy);
  font-weight: 900;
  transition: color .3s ease;
  text-decoration: underline;
}
.faq a:hover {
  color: var(--baza-siniy);
  transition: color .3s ease;
}
.search__field {
  position: relative;
  flex: 1;
  display: flex;
}
@media (max-width: 640px) {
  .search__field {
    width: calc(100% - 55px);
  }
}
.search__field .search__close {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (max-width: 1380px) {
  .search__field .search__close {
    right: 10px;
  }
}
@media (max-width: 640px) {
  .search__field .search__input {
    width: 0;
    flex: 1 0 0;
  }
}
@media (max-width: 640px) {
  .search__close.active {
    display: block;
  }
}