.teachers {
  padding: 90px 0;
}
.teachers__head {
  margin-bottom: 32px;
}
.teachers__head h4 {
  margin-bottom: 10px;
}
.teachers__container-s {
  max-width: 956px;
}
@media screen and (max-width: 1023px) {
  .teachers {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .teachers {
    padding: 50px 0;
  }
}
.teachers.theme--t4 .profile-card__name p {
  color: var(--grun) !important;
}
.teachers.theme--t4 .profile-card__categories .profile-card__category {
  color: #fff;
}
.teachers.theme--t4 .profile-card__contacts a {
  color: #fff;
}

.profile-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.teachers-list {
  gap: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
@media screen and (max-width: 1023px) {
  .teachers-list {
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  }
}

.profile-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 320px;
}
.profile-card:last-child {
  margin-bottom: 0;
}
.profile-card__head {
  margin-bottom: 20px;
}
.profile-card__head.no-photo {
  aspect-ratio: 200/200;
  border-radius: 50%;
}
.profile-card__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 200px;
  max-width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.profile-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-card__name {
  color: var(--highlight);
}
.profile-card__name p {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
.profile-card__position {
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
}
.profile-card__position ul li p.p3 {
  color: var(--black);
  letter-spacing: 0.32px;
}
.profile-card__contacts {
  font-size: 18px;
  line-height: 150%;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .profile-card__contacts {
    font-size: 16x;
  }
}
@supports (font-size: clamp(1px, 2vw, 3px)) {
  .profile-card__contacts {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
.profile-card__contacts a {
  display: block;
}
.profile-card__lehrer {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .profile-card__lehrer {
    font-size: 16px;
  }
}
@supports (font-size: clamp(1px, 2vw, 3px)) {
  .profile-card__lehrer {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
.profile-card__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  color: var(--highlight);
  line-height: 23px;
  margin-bottom: 8px;
}
.profile-card__contact:last-child {
  margin-bottom: 0;
}
.profile-card__categories {
  margin-top: 8px;
}
.profile-card__category {
  font-size: 16px;
  line-height: 150%;
  color: #575756;
}
/*# sourceMappingURL=teachers-block.css.map */
