.container-wrapper {
  padding: var(--spacing-section) 0;
  max-width: 563px;
  margin: 0 auto;
}

#thanks-section .thanks_section {
}

#thanks-section .title {
  text-align: center;
  text-transform: uppercase;
}

#thanks-section .subtitle {
  text-align: center;
  margin-top: 11px;
  font-size: var(--font-size-subtitle);
  font-weight: 400;
  line-height: 150%;
}

#thanks-section .info-block {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

#thanks-section .info_text {
  background-color: var(--color-accent);
  color: var(--color-text-white);
  font-size: 19px;
  line-height: 1.5;
  font-weight: 700;
  min-width: 115px;
  max-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: auto;
}

#thanks-section .info_text--status {
  text-align: center;
}

#thanks-section .info_desc {
  font-size: var(--font-size-sm);
  line-height: 150%;
  font-weight: 500;
  font-style: italic;
  text-align: center;
}

#thanks-section .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: center;
  width: 100%;
  background-color: var(--color-bg-section);
  padding: 10px;
}

#thanks-section .wrapper.status {
  align-items: flex-start;
  text-align: left;
  flex-direction: column;
  gap: 5px;
  padding: 10px 18px;
}

#thanks-section .status-title {
  font-size: 17px;
  line-height: 150%;
  font-weight: 700;
}

#thanks-section .status-desc {
  font-size: 12px;
  line-height: 150%;
  font-weight: 500;
}

#thanks-section .participation_title {
  margin-bottom: 20px;
}

#thanks-section .participation_wrapper {
  margin: 0 auto;
  text-align: center;
}

#thanks-section .participation_subtitle {
  font-size: var(--font-size-subtitle);
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 12px;
}

#thanks-section .participation_list {
  list-style-type: disc;
  margin-bottom: 20px;
}

#thanks-section .participation_item {
  font-size: var(--font-size-sm);
  line-height: 20px;
  font-weight: 600;
  max-width: max-content;
  margin: 0 auto;
}

#thanks-section .range {
  padding: 15px 18px;
  background-color: var(--color-bg-body);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#thanks-section .range_subtitle {
  font-size: var(--font-size-subtitle);
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

#thanks-section .info_text--range {
  background-color: var(--color-range-label);
  font-weight: 600;
}

#thanks-section .range_title {
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;
}

#thanks-section .info_text--timer {
  font-size: var(--font-size-base);
}

#thanks-section .text_tnx {
  max-width: 100%;
}

#thanks-section .current-number {
  font-size: var(--font-size-timer-big);
  line-height: 1;
  font-weight: 500;
}

#thanks-section .time-measure {
  font-size: var(--font-size-sm);
}

@media screen and (max-width: 992px) {
  #thanks-section .counter_text {
    font-size: 10px;
    font-weight: 900;
    max-width: 110px;
  }

  #thanks-section .subtitle {
    font-size: var(--font-size-subtitle-mob);
  }

  #thanks-section .current-number {
    font-size: var(--font-size-timer-mob);
  }

  #thanks-section .wrapper {
    gap: 15px;
  }

  #thanks-section .counter_text {
    font-size: 12px;
    font-weight: 700;
    max-width: 110px;
  }
}
