.list-team-wrapper .team-photo {
  width: 262px;
  cursor: pointer;
}
.list-team-wrapper .team-photo img {
  width: 100%;
  height: 346px;
  object-fit: cover;
  object-position: center center;
}
.list-team-wrapper .team-list {
  padding-left: 77px;
  width: calc(100% - 262px);
}
.list-team-wrapper .team-list .item {
  gap: 20px;
  cursor: pointer;
  padding: 27px 0;
  border-bottom: 1px solid #000;
  color: #6E6B6A;
  font-size: 12px;
  line-height: 22px;
}
.list-team-wrapper .team-list .item:first-child {
  border-top: 1px solid #000;
}
.list-team-wrapper .team-list .item .team-name {
  min-width: 235px;
}

.team-popup {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 551px;
  height: 100vh;
  background: #ECE4E1;
  padding: 70px 58px;
  overflow-y: auto;
  flex-direction: column;
}
.team-popup::-webkit-scrollbar {
  width: 8px;
}
.team-popup::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 8px;
}
.team-popup::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 8px;
}
.team-popup.open {
  display: block;
}
.team-popup .team-popup-close {
  position: fixed;
  top: 26px;
  right: 581px;
  background: #ECE4E1;
  border: none;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  z-index: 1000;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-popup .team-popup-close:hover svg path {
  background-color: #41403E;
  fill: #fff;
}
.team-popup .team-popup-close svg {
  width: 14px;
  height: 10px;
}
.team-popup .team-popup-info .team-popup-name {
  margin: 0 0 13px;
  color: #6E6B6A;
}
.team-popup .team-popup-info .team-popup-role {
  display: block;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 33px;
}
.team-popup .team-popup-image img {
  width: 417px;
  height: 532px;
  object-fit: cover;
  object-position: center top;
}
.team-popup .team-popup-desc {
  color: #6E6B6A;
  font-size: 14px;
  line-height: 22px;
  padding: 47px 0 0 200px;
}

.team-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
}
.team-popup-overlay.open {
  display: block;
}

@media (max-width: 767px) {
  .list-team-wrapper .team-photo {
    width: 100%;
    margin-bottom: 30px;
  }
  .list-team-wrapper .team-list {
    padding-left: 0;
    width: 100%;
  }
  .list-team-wrapper .team-list .team-name {
    flex: 1 0 auto;
    min-width: unset !important;
  }
}

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