.free-measuring {
  display: flex;
  gap: 0 120px;
  align-items: center;
}
.free-measuring__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}
.free-measuring__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 380px;
}
.free-measuring__list-item {
  background-image: url(/img/blocks/measuring/list-circle.svg);
  background-repeat: no-repeat;
  background-position: left 7px;
  padding-left: 20px;
}
.free-measuring__btn {
  display: flex;
}

.free-measuring-right {
  position: relative;
}
.free-measuring-right__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}
.free-measuring-right__slider {
  padding-top: 20px;
  display: flex;
  height: 366px;
  width: 822px;
}

.measuring-slider__item {
  position: relative;
}

.free-measuring-left {
  max-width: 460px;
  flex-shrink: 0;
}

.employee-card {
  position: relative;
  border: 1px solid rgba(36, 36, 36, 0.1);
  border-radius: 8px;
  overflow: hidden;
  height: 350px;
}
.employee-card__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: -1;
}
.employee-card__description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 104px;
}
.employee-card__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}
.employee-card__stats {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-top: 4px;
}
.employee-card__title {
  width: 78px;
  font-weight: 500;
  font-size: 11px;
  line-height: 120%;
  color: rgba(36, 36, 36, 0.6);
}
.employee-card__title-full-width {
  width: unset;
}
.employee-card__count {
  font-weight: 700;
  font-size: 26px;
  line-height: 160%;
  color: #3aad81;
}
.employee-card__year-period {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  width: 80px;
  color: #fff;
  background-image: url(/img/blocks/measuring/circle-ribbon.svg);
  background-repeat: no-repeat;
  height: 63px;
}
.employee-card__year-period span {
  display: block;
  width: 60px;
}

.free-measuring-block {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .free-measuring {
    flex-direction: column;
  }
  .free-measuring .swiper-slide {
    min-height: 366px;
    width: 70%;
  }
  .free-measuring__subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
  }
  .free-measuring__btn .btn {
    flex-grow: 1;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .free-measuring-right {
    margin-top: 32px;
    width: 100%;
  }
  .free-measuring-right__slider {
    width: 100%;
    height: auto;
  }
  .free-measuring-left {
    width: calc(100% - 15px);
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .free-measuring .swiper-slide {
    width: 40%;
  }
}

@media (max-width: 576px) {
  .free-measuring .swiper-slide {
    width: 70%;
  }
  .free-measuring__list {
    width: auto;
  }
}

@media (max-width: 1800px) {
  .free-measuring-right .ts-swiper-navigation {
    display: none;
  }
}
