.sho {
  position: relative;
}
.sho::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.64);
}

.sf {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}
.sho .sf {
  display: block;
  background: #fff;
}
.sf__form {
  border: 1px solid #DBDBDB;
  padding: 4px;
}
.sf__form button {
  width: 42px;
  height: 42px;
}
.sf__form input {
  background-color: #fff;
  height: 56px;
  padding-left: 25px;
}
.sf__form input::-moz-placeholder {
  color: rgba(93, 94, 97, 0.8);
}
.sf__form input:-ms-input-placeholder {
  color: rgba(93, 94, 97, 0.8);
}
.sf__form input::placeholder {
  color: rgba(93, 94, 97, 0.8);
}
.sho .sf__sg {
  padding-bottom: 20px;
}
.sf__lk {
  height: 42px;
  border: 1px solid var(--primary);
}
.sf__lk:hover {
  color: #fff;
  background-color: var(--primary);
  text-decoration: none;
}
.sf__div {
  border-top: 1px solid #DBDBDB;
}
.sf__thumb {
  width: 140px;
  height: 100px;
}
.sf__thumb img {
  height: auto !important;
}
