

/* Start:/local/templates/main/components/bitrix/news.list/uai-company-management-list/style.css?17666631732372*/
/* карточки сотрудников */
.employees-section {
  padding: 20px 0;

}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  color: #2c3e50;
}

.employee-card {
  position: relative;
  height: 380px;
  perspective: 1000px;
  cursor: pointer;

}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: white;
  overflow: hidden;
}

.card-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  text-align: center;
}

.card-back {
  transform: rotateY(180deg);
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company-logo {
  margin-bottom: 20px;
}

.company-logo img {
  height: 200px;
  width: auto;
  opacity: 0.9;
}

.employee-photo {
  overflow: hidden;
  margin-bottom: 25px;
  border: 4px solid #e9ecef;
  transition: border-color 0.3s ease;
}

.employee-card:hover .employee-photo {
  border-color: var(--primary);
}

.employee-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.employee-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 8px;
}

.employee-position {
  color: #6c757d;
  font-size: 1.1rem;
  margin: 0;
}

/* Стили для обратной стороны */
.employee-details h3 {
  color: #2c3e50;
  margin-bottom: 5px;
  font-size: 1.3rem;
}

.position {
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 0.9rem;
}

.contact-item i {
  width: 20px;
  margin-right: 10px;
  color: var(--primary);
}

.employee-bio {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.employee-bio p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #6c757d;
  margin: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
  .employee-card {
    height: 350px;
  }

  .card-front {
    padding: 10px 10px;
  }

  .card-back {
    padding: 20px;
  }

  .employee-photo {
    width: 200px;
    height: 200px;
  }
}

/* карточки сотрудников */
/* End */
/* /local/templates/main/components/bitrix/news.list/uai-company-management-list/style.css?17666631732372 */
