.conf-steps {
  padding-bottom: 80px;
  padding-top: clamp(0px, 40px - (40) * (100vw - 375px) / 1065, 40px);
}

.conf-steps__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(40px, 12 * (100vw - 375px) / 1065 + 40px, 52px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: var(--dark-text);
  max-width: 537px;
  margin-bottom: 32px;
}

.conf-steps__card {
  border-radius: 24px;
  width: 100%;
  background: #eceef2;
}
@media screen and (min-width: 1100px) {
  .conf-steps__card {
    display: flex;
    justify-content: space-between;
  }
}

.conf-steps__left {
  padding: clamp(32px, 16 * (100vw - 375px) / 1065 + 32px, 48px) clamp(16px, 32 * (100vw - 375px) / 1065 + 16px, 48px);
}

.conf-steps__right img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .conf-steps__right img {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (max-width: 1099px) {
  .conf-steps__right img {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
}

.conf-steps__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 507px;
}
@media screen and (max-width: 1099px) {
  .conf-steps__list {
    max-width: 707px;
  }
}

.conf-steps__item {
  display: flex;
  gap: clamp(12px, 12 * (100vw - 375px) / 1065 + 12px, 24px);
}

.conf-steps__badge {
  border-radius: 8px;
  padding: 8px 10px;
  width: clamp(36px, 10 * (100vw - 375px) / 1065 + 36px, 46px);
  height: clamp(36px, 10 * (100vw - 375px) / 1065 + 36px, 46px);
  background: var(--white-text);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(14px, 2 * (100vw - 375px) / 1065 + 14px, 16px);
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--dark-text);
}

.conf-steps__item-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(20px, 4 * (100vw - 375px) / 1065 + 20px, 24px);
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--dark-text);
  margin-bottom: clamp(8px, 8 * (100vw - 375px) / 1065 + 8px, 16px);
}

.conf-steps__item-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: var(--secondary-dark);
}

.values__media {
  height: 100%;
  width: 100%;
}
/*# sourceMappingURL=conference-steps.css.map */
