

/* Start:/local/templates/generator/assets/css/page-employees.css?17470645184654*/
.widget-wheel,
.widget-consultation{
  display: none i !important;
}


 #employees-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }

  .employee-card {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    cursor: pointer;
  }

  #employees-list .employee-photo {
    width: 100%;
    height: 278px;
    margin-bottom: 16px;
  }

  #employees-list .employee-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4%;
    margin-bottom: 10px;
    object-position: top;
  }


  #employees-list .employee-name{
    font-size: 20px;
  }


  content {
    background: #EDEDED;
    padding: 50px 0;
  }

  .employee-profile {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.25);
    background: rgb(255, 255, 255);
    font-family: Geometria;
  }

  .profile-left {
    min-width: 426px;
    max-width: 426px;
    background: #474747;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
/*  padding: 30px 20px;*/
position: relative;
border-radius: 16px 0 0 16px;
}

.photo-wrapper img {
  border-radius: 16px 0 0 16px;
}


.recommend-block {
  margin-top: auto;
  text-align: center;
}

.recommend-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}


.recommend-subtitle {
  font-size: 14px;
  margin-bottom: 20px;
}

.recommend-button {
  background-color: #6dbb2d;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

.recommend-button:hover {
  background-color: #5aa826;
}

.profile-right {
  padding: 12px 52px;
  width: 100%;
}

.employee-name {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.employee-stats {
/*  background-color: #95C12B;*/
color: #000;
margin-top: 20px;
margin-bottom: 30px;
font-weight: bold;
}

.stat-row {
  display: flex;
  justify-content: space-between;
  background: rgb(149, 193, 43);
  padding: 6px 15px;
  font-size: 18px;
  font-weight: 500;
}

.stat-row:nth-child(2n){
  background: rgba(149, 193, 43, 0.43);
}

.stat-value {
/*  min-width: 60px;*/
  text-align: right;
}



.employee-reviews h3 {
  margin-bottom: 10px;
}

.review-card {
  background-color: #f6f6f6;
  padding: 15px;
  border-radius: 16px;
}

.review-name {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}

.review-stars {
  color: #95C12B;
  font-size: 18px;
  margin-bottom: 10px;
}

.review-text {
  font-size: 14px;
  color: #000000
}
</style>



<style>
  .employee-reviews {
    margin-top: 30px;
  }

  .employee-reviews h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .review-slider {
    position: relative;
  }

  .review-container {
    max-width: 100%;
    position: relative;
    transition: opacity 0.4s ease;
  }

  .review-container.fade-out {
    opacity: 0;
  }

  .review-container.fade-in {
    opacity: 1;
  }

  .review-card {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }

  .review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }

  .review-info {
    display: flex;
    flex-direction: column;
  }

  .review-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .review-stars {
    color: #7bc20f;
    font-size: 18px;
  }

  .review-arrow {
    display: flex;
    gap: 10px;
  }

  .slider-arrow {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #999;
    transition: color 0.2s;
  }

  .slider-arrow:hover {
    color: #333;
  }

  .review-text p {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 14px;
  }


.spinner {
  border: 4px solid #ccc;
  border-top: 4px solid #9ECA4F;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



@media (max-width: 992px) {

.employee-profile{
  flex-wrap: wrap;
}

.profile-left{
      margin: 0 auto;
    min-width: auto;
        border-radius: 16px;
        max-width: max-content;
}
.photo-wrapper img{
  border-radius: 16px;
}

.profile-right {
    padding: 12px;
}



}

@media (max-width: 576px) {

.stat-row{
      flex-direction: column;
}
.stat-value{
  text-align: left;
}


#employees-list .employee-photo {
    height: 354px;
  }

}
/* End */
/* /local/templates/generator/assets/css/page-employees.css?17470645184654 */
