/* /templates2_0/module/suggest/fade.less */
.module_suggest_fade {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.module_suggest_fade-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.module_suggest_fade-point {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  margin-left: -1px;
  margin-right: -1px;
  background: -moz-radial-gradient(transparent 1px,rgba(0,0,0,0.8) 1px);
  background: -webkit-radial-gradient(transparent 1px,rgba(0,0,0,0.8) 1px);
  background: -ms-radial-gradient(transparent 1px,rgba(0,0,0,0.8) 1px);
  background: -o-radial-gradient(transparent 150px,rgba(0,0,0,0.8) 1px);
  background: radial-gradient(transparent 1px,rgba(0,0,0,0.8) 1px);
  box-shadow: 0 0 0 2000px rgba(0,0,0,0.8);
  pointer-events: none;
  visibility: visible;
  transform: scale(1);
}
.module_suggest_fade-content {
  position: absolute;
  box-sizing: border-box;
  display: block;
}
.module_suggest_fade-content[data-state] {
  visibility: hidden;
}
.module_suggest_fade-content:before {
  position: relative;
  box-sizing: border-box;
  content: '';
  display: block;
  background: transparent url(/templates2_0/module/suggest/white-arrow.png) 50% 0 no-repeat;
  height: 25px;
}
.module_suggest_fade-bodyNoScroll {
  overflow: hidden;
}
