.filter {
  padding: 30px 0;
}
@media screen and (min-width: 1024px) {
  .filter {
    padding: 60px 0;
  }
}
.filter_main {
  background-color: #fff;
  border: 1px solid #aaa;
}
@media screen and (min-width: 768px) {
  .filter_main {
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .filter_main {
    padding: 40px;
  }
}
.filter__heading {
  position: relative;
  padding: 20px;
  color: #1d4263;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .filter__heading {
    margin-bottom: 20px;
    padding: 0;
    cursor: auto;
  }
}
@media screen and (min-width: 1024px) {
  .filter__heading {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
}
.filter__heading::before, .filter__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #1d4263;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .filter__heading::before, .filter__heading::after {
    display: none;
  }
}
.filter__heading::after {
  transform: translateY(-50%) rotate(90deg);
}
.filter__heading.active::after {
  opacity: 0;
}
.filter__items {
  display: none;
  padding: 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .filter__items {
    display: block !important;
    padding: 0;
  }
}
.filter__items.active {
  display: block;
}
.filter__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .filter__item {
    gap: 20px;
    flex-direction: row;
    align-items: flex-start;
  }
}
.filter__item:last-child {
  margin-bottom: 0;
}
.filter__item_title {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #1d4263;
  color: #1d4263;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .filter__item_title {
    flex-shrink: 0;
    width: 85px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .filter__item_title::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 22px;
    background-color: #1d4263;
  }
}
@media screen and (min-width: 1024px) {
  .filter__item_title::before {
    top: 2px;
    height: 30px;
  }
}
.filter__item_content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .filter__item_content {
    gap: 15px 10px;
  }
}
.filter__item_label {
  display: inline-block;
  padding: 4px 15px;
  background-color: #eaf0f5;
  border-radius: 50px;
  color: #1d4263;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4285714286;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .filter__item_label {
    padding: 8px 30px;
    font-size: 0.875rem;
  }
}
.filter__item_label.active {
  background-color: #1d4263;
  color: #fff;
}

.staff {
  padding: 20px 0 50px;
}
@media screen and (min-width: 1024px) {
  .staff {
    padding: 20px 0 105px;
  }
}
.staff .c_staff {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media screen and (min-width: 576px) {
  .staff .c_staff {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .staff .c_staff {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .staff .c_staff {
    gap: 70px clamp(
        1.875rem,
        7.8125vw + -3.125rem,
        4.6875rem
    );
    padding: 15px;
  }
}
.staff .c_staff__item_name {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 576px) {
  .staff .c_staff__item_name {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .staff .c_staff__item_name {
    gap: 30px;
  }
}
.staff .c_staff__item_image img {
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .staff .c_staff__item_image img {
    max-width: 100%;
  }
}

/*# sourceMappingURL=staff.css.map */
