.cs .cs__control {
  width: 100%;
}
.cs .cs__searches {
  z-index: 1;
}
.cs .cs__search {
  position: relative;
  z-index: -1;
  opacity: 0;
  transition: all 200ms linear;
  height: 0;
  will-change: opacity, z-index, transition, height;
}
.cs .cs__search.visible {
  position: relative;
  opacity: 1;
  z-index: 1;
  transition: none;
  height: auto;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.OFContainer {
  z-index: 99999999999;
}
