#employee-2-block .employee {
  position: relative;
  border-radius: clamp(15px, calc(0.9375vw + 12px), 30px);
  padding: clamp(15px, calc(4.6875vw + 0px), 90px) 0;
  background: linear-gradient(90deg, rgba(32, 31, 35, 0.6671043417) 0%, rgba(32, 31, 35, 0) 65%, rgb(32, 31, 35) 100%);
}
#employee-2-block .employee__bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: clamp(15px, calc(0.9375vw + 12px), 30px);
}
#employee-2-block .employee__bg img {
  filter: blur(20px);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
#employee-2-block .employee__wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, calc(3.4375vw + 4px), 70px);
}
#employee-2-block .employee__content {
  max-width: 720px;
  display: flex;
  flex-direction: column;
}
#employee-2-block .employee__name {
  margin-bottom: clamp(10px, calc(0.625vw + 8px), 20px);
  color: var(--card);
}
#employee-2-block .employee__subtitle {
  max-width: 496px;
  margin-bottom: clamp(8px, calc(0.625vw + 6px), 18px);
  color: var(--card);
}
#employee-2-block .employee__description {
  margin-top: clamp(15px, calc(2.1875vw + 8px), 50px);
  color: var(--card);
}
#employee-2-block .employee__image {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 700px;
  height: 900px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
#employee-2-block .employee__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin-top: auto;
}
#employee-2-block .advantages {
  width: 100%;
  padding: clamp(10px, calc(1.875vw + 4px), 40px) clamp(15px, calc(5.3125vw + -2px), 100px);
  background-color: var(--card);
  border-radius: clamp(15px, calc(0.9375vw + 12px), 30px);
}
#employee-2-block .advantages__wrapper {
  max-width: 750px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#employee-2-block .advantages__wrapper .advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
#employee-2-block .advantages__wrapper .advantage__title {
  color: var(--head);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(24px,0.5vw + 22.4px, 32px);
  line-height: 130%;
}
#employee-2-block .advantages__wrapper .advantage__subtitle {
  color: var(--main-text);
}
#employee-2-block .advantages__wrapper .separator {
  width: 3px;
  height: 40px;
  background-color: var(--primary);
}
#employee-2-block .advantages__wrapper .separator:nth-child(6n) {
  display: none;
}

/*============ MEDIA ==================*/
@media (max-width: 1700px) {
  #employee-2-block .employee__image {
    display: none;
  }
  #employee-2-block .advantages__wrapper {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  #employee-2-block .advantages__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #employee-2-block .advantages__wrapper .advantage {
    width: calc(50% - 10px);
    flex-grow: 1;
  }
  #employee-2-block .advantages__wrapper .separator {
    display: none;
  }
}

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