.filtration-box {
  margin-bottom: 3.2rem;
  display: flex;
  justify-content: space-between;
}
.filtration-box .search-box-1 {
  width: 24.3rem;
  position: relative;
}
.filtration-box .search-box-1 button {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(4.8rem - 1px);
  width: 3rem;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
  justify-content: center;
  background: #fff;
}
.filtration-box .search-box-1 input {
  width: 100%;
  height: 4.8rem;
  border: none;
  font-size: 1.4rem;
  letter-spacing: 1%;
  line-height: 120%;
  border-bottom: 1px solid #e0e0e0;
}
.filtration-box .f-boxes {
  display: flex;
}

.select-1 {
  position: relative;
  margin-right: 4.3rem;
  position: relative;
  z-index: 2;
}
.select-1:after {
  position: absolute;
  top: 0;
  left: 0;
}
.select-1 .name {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
  height: 4.8rem;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #595959;
  font-size: 1.4rem;
  align-items: center;
  line-height: 4.7rem;
  letter-spacing: -1%;
  padding-right: 7.5rem;
  background: none;
}
.select-1 .name::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 24px;
  height: 24px;
  background: url('../images/icons/arrow-bottom.svg') center no-repeat;
  transition: transform 0.3s ease;
}
.select-1.active .name::after {
  transform: translateY(-50%) rotate(180deg);
}
.select-1 ul {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 2.3rem 2rem 2rem 2rem;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2509803922);
  position: absolute;
  width: calc(100% + 4rem);
  left: -2rem;
  background: #fff;
  margin: 0;
  top: -0.7rem;
  list-style: none;
}
.select-1 ul li:first-child {
  margin-top: 4.8rem;
}
.select-1 ul li {
  margin-bottom: 1.5rem;
}
.select-1 ul li:last-child {
  margin-bottom: 0;
}
.select-1 ul li a {
  color: #595959;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: -1%;
}
.select-1 ul li a:hover {
  color: #000;
}
/*
.select-1:hover ul {
  opacity: 1;
  visibility: visible;
}*/

.select-1 ul {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.select-1.active ul {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .filtration-box .select-1 .name {
    padding-right: 2.3rem;
  }
  .filtration-box {
    display: block;
  }
  .filtration-box .search-box-1 {
    width: 100%;
  }
  .filtration-box {
    margin-top: -28px;
  }
  .f-boxes {
    justify-content: space-between;
  }
  .f-boxes .f-box {
    margin: 0 0 1rem 0;
    width: calc(50% - 1rem);
  }
  .f-boxes .select-1 {
    margin: 0;
  }
  .filtration-box .select-1 ul {
    left: -1rem;
    width: calc(100% + 2rem);
  }
} /*# sourceMappingURL=filtration.css.map */
