.num {
  background-color: #fbf4de;
  min-height: 100vh;
  color: #2c2c2c;
}
.num_body {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .num_body {
    padding: 60px 0 110px;
  }
}
@media screen and (min-width: 768px) {
  .num_body {
    padding: 70px 0 180px;
  }
}
.num_main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .num_main {
    max-width: 1100px;
  }
}

.recruit_fv_inner_numbers {
  justify-content: center;
  max-width: 375px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .recruit_fv_inner_numbers {
    max-width: none;
    padding: 0;
  }
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (min-width: 768px) {
  .cards {
    gap: 37px;
  }
}

.row {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (min-width: 768px) {
  .row {
    flex-direction: row;
    gap: 37px;
  }
}
@media screen and (min-width: 768px) {
  .row_2col > .card_founded,
  .row_2col > .card_hp {
    flex: 0 0 31.0909090909%;
    max-width: 342px;
  }
  .row_2col > .card_locations,
  .row_2col > .card_clients {
    flex: 1;
    min-width: 0;
  }
  .row_2col > .card_employees,
  .row_2col > .card_age {
    flex: 1;
    min-width: 0;
  }
}

.card {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .card {
    padding: 28px 25px;
  }
}
@media screen and (min-width: 768px) {
  .card {
    min-height: 300px;
    padding: 38px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .card .section_label {
    position: absolute;
    top: 38px;
    left: 30px;
    margin: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .card_team {
    padding-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .card_team {
    min-height: 419px;
    padding: 44px 30px 40px;
  }
}
@media screen and (min-width: 768px) {
  .card_team .section_label {
    top: 44px;
    left: 30px;
  }
}
.card_nice {
  background-color: #fbe8e8;
}
@media screen and (min-width: 768px) {
  .card_nice {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .card_nice .section_label {
    top: 38px;
    left: 68px;
  }
}
.card_body_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .card_body_center {
    padding: 60px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .card_body_locations {
    display: grid;
    grid-template-columns: minmax(0, 133px) minmax(0, 1fr);
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .card_body_locations {
    display: grid;
    grid-template-columns: 229px 1fr;
    align-items: center;
    min-height: 262px;
    padding: 8px 40px 12px 83px;
  }
}
.card_body_employees {
  display: grid;
  align-items: start;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .card_body_employees {
    grid-template-columns: 1fr 1fr;
    width: calc(100% + 35px);
    margin: 0 -20px 0 -15px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .card_body_employees {
    grid-template-columns: 241px 1fr;
    min-height: 262px;
    padding: 59px 30px 40px;
  }
}
.card_body_age {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  gap: 8px 12px;
  width: 100%;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .card_body_age {
    min-height: 262px;
    padding: 60px 20px 40px;
    gap: 0;
  }
}
.card_body_clients {
  display: flex;
}
@media screen and (max-width: 767px) {
  .card_body_clients {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .card_body_clients {
    grid-template-columns: 1fr 1fr;
    align-items: end;
    justify-items: center;
    flex-wrap: wrap;
    gap: 40px;
    min-height: 262px;
    padding: 60px 49px 40px;
  }
}
.card_body_hp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 220px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .card_body_hp {
    min-height: 262px;
    padding: 60px 20px 20px;
  }
}
.card_body_nice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .card_body_nice {
    flex-flow: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .card_body_nice {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    min-height: 300px;
    padding: 0 68px;
  }
}
.card_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.card_heading {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .card_heading {
    font-size: 18px;
    line-height: 1.33;
  }
}
.card_img {
  margin: 0;
}
.card_img_map img {
  display: block;
  width: 100%;
  max-width: 229px;
  height: auto;
  margin: 0 auto;
}
.card_img_age {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .card_img_age {
    width: 160px;
  }
}

.section_label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  border: none;
  padding: 0;
  background: none;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  color: #2c2c2c;
}
.section_label_dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bbb44e;
}
@media screen and (min-width: 768px) {
  .section_label_dot {
    width: 14px;
    height: 14px;
  }
}
.section_label_dot_accent {
  background-color: #ea4e4e;
}
.section_label_txt {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .section_label_txt {
    font-size: 20px;
  }
}

.stat {
  position: relative;
  color: #bbb44e;
  line-height: 1;
}
.stat_num {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.stat_num_lg {
  font-size: 102px;
}
@media screen and (min-width: 768px) {
  .stat_num_lg {
    font-size: 140px;
  }
}
.stat_num_md {
  font-size: 102px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .stat_num_md {
    font-size: 120px;
  }
}
.stat_unit {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .stat_unit {
    font-size: 30px;
  }
}
.stat_unit_block {
  display: block;
  margin-top: 8px;
  text-align: center;
}
.stat_prefix {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .stat_prefix {
    font-size: 30px;
  }
}
.stat_founded {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 0 8px;
}
.stat_founded .stat_num {
  grid-row: 1;
  grid-column: 1;
}
.stat_founded .stat_unit {
  grid-row: 1;
  grid-column: 2;
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .stat_founded .stat_unit {
    padding-bottom: 8px;
  }
}
.stat_locations {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  line-height: 1;
}
.stat_locations .stat_num {
  line-height: 1;
  margin-right: 6px;
}
.stat_locations .stat_unit {
  padding-bottom: 0px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .stat_locations .stat_unit {
    padding-bottom: 2px;
  }
}
.stat_age, .stat_clients, .stat_sc, .stat_genz, .stat_team, .stat_hp, .stat_nice {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
}
.stat_employees {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  width: min(210px, 100%);
  margin: 0 auto;
  line-height: 1;
}
.stat_employees .stat_num {
  line-height: 1;
}
.stat_employees .stat_prefix,
.stat_employees .stat_unit {
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .stat_employees .stat_prefix,
  .stat_employees .stat_unit {
    padding-bottom: 6px;
  }
}
.stat_clients {
  justify-content: center;
  width: 275px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .stat_clients {
    width: 210px;
  }
}
.stat_clients .stat_prefix,
.stat_clients .stat_num,
.stat_clients .stat_unit {
  position: relative;
  z-index: 1;
}
.stat_clients .card_img_pie {
  width: 79px;
  position: absolute;
  top: -64px;
  right: -50px;
  z-index: 0;
  margin: 0;
  pointer-events: none;
}
.stat_clients .card_img_pie .pie_graph {
  position: relative;
  width: 79px;
  aspect-ratio: 150/141;
  --pie-cx: 75.053;
  --pie-cy: 70.493;
  --pie-vb-w: 150;
  --pie-vb-h: 141;
  --pie-d: 141;
}
@media screen and (min-width: 768px) {
  .stat_clients .card_img_pie .pie_graph {
    width: 150px;
  }
}
.stat_clients .card_img_pie .pie_graph_chart {
  position: absolute;
  left: calc(100% * var(--pie-cx) / var(--pie-vb-w));
  top: calc(100% * var(--pie-cy) / var(--pie-vb-h));
  width: calc(100% * var(--pie-d) / var(--pie-vb-w));
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-image: conic-gradient(from 0deg, transparent 0% 100%);
}
.stat_clients .card_img_pie .pie_graph_labels {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.stat_clients .card_img_pie .pie_graph_pct {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: baseline;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.stat_clients .card_img_pie .pie_graph_pct .stat_num {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.stat_clients .card_img_pie .pie_graph_pct_unit {
  font-size: 0.55em;
}
.stat_clients .card_img_pie .pie_graph_pct_btoc {
  left: 67.3%;
  top: 51.8%;
  font-size: 15.8px;
}
@media screen and (min-width: 768px) {
  .stat_clients .card_img_pie .pie_graph_pct_btoc {
    font-size: 28px;
  }
}
.stat_clients .card_img_pie .pie_graph_pct_btob {
  left: 23.3%;
  top: 46.1%;
  font-size: 15.8px;
}
@media screen and (min-width: 768px) {
  .stat_clients .card_img_pie .pie_graph_pct_btob {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .stat_clients .card_img_pie {
    width: 150px;
    top: -76px;
    right: -116px;
  }
}
.stat_sc .stat_unit_sc {
  position: relative;
  display: inline-block;
}
.stat_sc .stat_unit_sc .card_img_sc {
  position: absolute;
  bottom: 28px;
  left: 50%;
  width: 31px;
  pointer-events: none;
  transform: translateX(-50%);
}
.stat_sc .stat_unit_sc .card_img_sc img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .stat_sc .stat_unit_sc .card_img_sc {
    bottom: 40px;
    width: 55px;
  }
}
.stat_clients .stat_prefix,
.stat_clients .stat_unit, .stat_sc .stat_prefix,
.stat_sc .stat_unit {
  padding-bottom: 0;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .stat_clients .stat_prefix,
  .stat_clients .stat_unit, .stat_sc .stat_prefix,
  .stat_sc .stat_unit {
    font-size: 30px;
  }
}
.stat_genz .stat_prefix,
.stat_genz .stat_unit {
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .stat_genz .stat_num {
    font-size: 80px;
  }
  .stat_genz .stat_prefix,
  .stat_genz .stat_unit {
    font-size: 20px;
  }
}
.stat_team .stat_unit, .stat_age .stat_unit, .stat_nice .stat_unit {
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .stat_team .stat_unit, .stat_age .stat_unit, .stat_nice .stat_unit {
    padding-bottom: 12px;
  }
}
.stat_age .stat_unit {
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .stat_age .stat_unit {
    padding-bottom: 12px;
  }
}
.stat_hp {
  position: relative;
  flex-direction: column;
  align-items: center;
}
.stat_hp .card_img_hp {
  position: absolute;
  top: calc(50% - 8px);
  left: 50%;
  z-index: 0;
  width: 205px;
  margin: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .stat_hp .card_img_hp {
    top: calc(50% - 10px);
    width: 231px;
  }
}
.stat_hp .card_img_hp img {
  display: block;
  width: 100%;
  height: auto;
}
.stat_hp .stat_num,
.stat_hp .stat_unit {
  position: relative;
  z-index: 1;
}
.stat_nice {
  gap: 8px;
  color: #ea4e4e;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .stat_nice {
    padding: 35px 0;
  }
}
@media screen and (min-width: 768px) {
  .stat_nice {
    flex-shrink: 0;
    width: 230px;
  }
}
.stat_nice .card_img_nice_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 230px;
  margin: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .stat_nice .card_img_nice_bg {
    width: 200px;
    top: 52%;
  }
}
.stat_nice .card_img_nice_bg img {
  display: block;
  width: 100%;
  height: auto;
}
.stat_nice .stat_num,
.stat_nice .stat_unit {
  position: relative;
  z-index: 1;
}

.employees_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .employees_main {
    gap: 8px;
  }
}
.employees_sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.gender {
  width: 100%;
}
.gender_visual {
  position: relative;
  width: 100%;
  max-width: 238px;
  margin: 0 auto;
}
.gender_bg {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 100%;
  max-width: 239px;
  margin: 0;
  pointer-events: none;
  transform: translateX(-50%);
}
.gender_bg img {
  display: block;
  width: 100%;
  height: auto;
}
.gender_content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  width: 147px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gender_content {
    gap: 14px;
  }
}
.gender_ratio {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  width: 100%;
}
.gender_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 58px;
}
.gender_item .stat_num {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: #bbb44e;
}
@media screen and (min-width: 768px) {
  .gender_item .stat_num {
    font-size: 120px;
    line-height: 0.88;
  }
}
.gender_label {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.45;
  color: #bbb44e;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gender_label {
    font-size: 16px;
  }
}
.gender_colon {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #bbb44e;
}
@media screen and (min-width: 768px) {
  .gender_colon {
    font-size: 86px;
  }
}

.age_main, .age_sub {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.age_main {
  gap: 0px;
}
.age_main .card_img_age {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  margin: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.age_main .card_img_age img {
  display: block;
  width: 100%;
  height: auto;
}
.age_main .card_heading,
.age_main .stat {
  position: relative;
  z-index: 1;
}

.clients_col {
  flex: 1 1 auto;
  display: flex;
  min-width: 270px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .clients_col {
    width: 100%;
    gap: 2px;
  }
}
.clients_col_main, .clients_col_sc {
  overflow: visible;
}

.nice_imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .nice_imgs {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.nice_imgs .card_img_nice {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .nice_imgs .card_img_nice + .card_img_nice {
    margin-left: -5px;
  }
}
.nice_imgs .card_img_nice:first-child img {
  display: block;
  width: 346px;
  height: auto;
  max-width: 100%;
}
.nice_imgs .card_img_nice:last-child img {
  display: block;
  width: 343px;
  height: auto;
  max-width: 100%;
}

.team_grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .team_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 36px;
    row-gap: 48px;
    padding-top: 45px;
  }
}
.team_item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .team_item {
    grid-template-columns: 86px minmax(0, 1fr) auto;
  }
}
.team_item .stat_num_lg {
  line-height: 0.9;
  margin-bottom: 0.1em;
}
.team_icon {
  flex-shrink: 0;
  margin: 0;
}
.team_icon img {
  display: block;
  width: 72px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .team_icon img {
    width: 86px;
  }
}
.team_roles {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.33;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .team_roles {
    font-size: 18px;
  }
}
.team_item .stat_team {
  flex-shrink: 0;
  justify-self: end;
}
@media screen and (max-width: 767px) {
  .team_item .stat_team .stat_num {
    font-size: 62px;
  }
}

.note {
  margin: 36px 0 0;
  font-weight: 500;
  font-size: 13px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .note {
    font-size: 15px;
  }
}