/* cacheid:2c99c679f656194eb417c2278f4fd45c0 */
.fl-filter-loading {
  position: fixed;
  z-index: 3000;
  height: 100px;
  width: 100px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fl-filter-loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.fl-filter-loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.fl-filter-loading:not(:required):after {
  content: url(https://961-961.ru/modules/mod_jbzoo_search/assets/img/loader.svg);
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 3000;
}
