.careers-page,
.careers-page * {
  box-sizing: border-box;
}

.careers-page__hero {
  position: relative;
  min-height: 343px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.careers-page__hero .container,
.careers-page__join .container,
.careers-page__next-section .container,
.careers-page__final-section .container,
.careers-page__about-section .container {
  width: 100%;
  max-width: none;
  padding-left: 180px;
  padding-right: 180px;
}

.careers-page__hero-overlay {
  min-height: 343px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.55);
}

.careers-page__hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: 10px;
  text-align: center;
}

.careers-page__title {
  margin: 0;
  max-width: 821px;
  width: 100%;
  font-family: 'Oxanium', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

.careers-page__subtitle {
  margin: 0;
  max-width: 551px;
  width: 100%;
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

.careers-page__join {
  background: #fff;
  padding: 72px 0;
}

.careers-page__join-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.careers-page__join-left {
  max-width: 590px;
}

.careers-page__join-title {
  margin: 0;
  color: #26272c;
  font-family: 'Oxanium', sans-serif;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0;
}

.careers-page__join-title-strong,
.careers-page__join-title-regular {
  display: block;
}

.careers-page__join-title-strong {
  font-weight: 800;
}

.careers-page__join-title-regular {
  font-weight: 400;
}

.careers-page__join-text {
  margin: 24px 0 0;
  max-width: 411px;
  color: #26272c;
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.careers-page__join-email {
  margin-left: 4px;
  color: #d01c33;
  text-decoration: none;
}

.careers-page__join-email:hover,
.careers-page__join-email:focus {
  text-decoration: underline;
}

.careers-page__join-clause {
  margin: 20px 0 0;
  max-width: 590px;
  color: #26272c;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.careers-page__join-right {
  min-height: 232px;
}

.careers-page__join-right-title {
  margin: 0;
  max-width: 537px;
  color: #26272c;
  font-family: 'Oxanium', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.careers-page__join-boxes {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.careers-page__join-box {
  width: 100%;
  max-width: 712px;
  min-height: 183px;
  height: auto;
  border: 1px solid #f4f4f6;
  border-radius: 8px;
  background: #f4f4f6;
  padding: 20px;
  text-align: center;
}

.careers-page__join-box-label {
  color: #8a93a0;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.careers-page__recruitment-badge {
  width: 167px;
  height: 24px;
  padding: 4px 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #3bb03b1a;
  margin-left: auto;
  margin-right: auto;
}

.careers-page__recruitment-badge-text {
  color: #3bb03b;
  font-family: 'Lexend', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.careers-page__recruitment-badge--closed {
  width: 195px;
  background: rgba(208, 28, 51, 0.1);
}

.careers-page__recruitment-badge-text--closed {
  color: rgba(208, 28, 51, 1);
}

.careers-page__job-title {
  margin: 10px 0 0;
  max-width: 216px;
  margin-left: auto;
  margin-right: auto;
  color: #26272c;
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.careers-page__job-title--wide {
  max-width: 293px;
}

.careers-page__job-description {
  margin: 10px 0 0;
  max-width: 662px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(38, 39, 44, 0.5);
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.careers-page__job-location {
  margin-top: 10px;
  width: 100px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
}

.careers-page__job-location-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.careers-page__job-location-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.careers-page__job-location-text {
  color: #26272c;
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.careers-page__next-section {
  width: 100%;
  min-height: 0;
  background: rgba(244, 244, 246, 1);
  padding-top: 72px;
  padding-bottom: 72px;

  .container {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.careers-page__values-title {
  margin: 0 auto;
  max-width: 1087px;
  color: rgba(38, 39, 44, 1);
  text-align: center;
  font-family: 'Oxanium', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.careers-page__values-text {
  margin: 16px auto 0;
  max-width: 765px;
  color: #26272c;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.careers-page__values-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.careers-page__values-box {
  width: 100%;
  max-width: 348px;
  min-height: 227px;
  height: auto;
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

.careers-page__values-box-head {
  display: flex;
  align-items: center;
  gap: 17px;
  min-width: 0;
}

.careers-page__values-box-icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: rgba(211, 13, 13, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
}

.careers-page__values-box-icon--orange {
  background: rgba(242, 118, 32, 1);
}

.careers-page__values-box-icon--blue {
  background: rgba(0, 54, 143, 1);
}

.careers-page__values-box-icon--green {
  background: rgba(105, 190, 40, 1);
}

.careers-page__values-box-icon-svg svg {
  width: 40px;
  height: 40px;
  display: block;
}

.careers-page__values-box-icon-svg--helmet svg {
  width: 32px;
  height: 35px;
}

.careers-page__values-box-icon-svg--handshake svg {
  width: 34px;
  height: 28px;
}

.careers-page__values-box-icon-svg--rocket svg {
  width: 34px;
  height: 34px;
}

.careers-page__values-box-title {
  margin: 0;
  max-width: none;
  flex: 1;
  min-width: 0;
  color: rgba(38, 39, 44, 1);
  font-family: 'Oxanium', sans-serif;
  font-size: clamp(20px, 1.35vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

/* 
.careers-page__values-box-title--short {
  max-width: 61px;
}

.careers-page__values-box-title--trust {
  max-width: 100px;
}

.careers-page__values-box-title--growth {
  max-width: 83px;
} */

.careers-page__values-box-text {
  margin: 16px 0 0;
  max-width: 308px;
  color: rgba(38, 39, 44, 0.5);
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.careers-page__final-section {
  width: 100%;
  min-height: 375px;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.careers-page__final-section-content {
  min-height: calc(375px - 60px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.careers-page__final-title {
  margin: 0 auto;
  max-width: 1087px;
  color: rgba(38, 39, 44, 1);
  text-align: center;
  font-family: 'Oxanium', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.careers-page__final-text {
  margin: 10px auto 0;
  max-width: 1087px;
  color: rgba(38, 39, 44, 1);
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.careers-page__stats {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.careers-page__stat-item {
  width: 100%;
  max-width: 348px;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.careers-page__stat-number {
  position: relative;
  width: 348px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.careers-page__stat-number::before {
  content: attr(data-value);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Kallisto', sans-serif;
  font-size: 88px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(244, 244, 246, 1);
}

.careers-page__stat-number span {
  position: absolute;
  z-index: 1;
  width: 348px;
  height: 58px;
  left: 0;
  top: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oxanium', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: rgba(38, 39, 44, 1);
}

.careers-page__stat-label {
  margin: 0;
  width: 348px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: rgba(38, 39, 44, 1);
}

.careers-page__about-section {
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
}

.careers-page__about-card {
  width: 100%;
  max-width: 1441px;
  margin: 0 auto;
  min-height: 484px;
  border-radius: 8px;
  background: rgba(244, 244, 246, 1);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 713px);
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.careers-page__about-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 40px;
}

.careers-page__about-title {
  margin: 0;
  width: 100%;
  max-width: 985px;
  color: rgba(38, 39, 44, 1);
  font-family: 'Oxanium', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.careers-page__about-text {
  margin: 0;
  width: 100%;
  max-width: 631px;
  min-height: 50px;
  color: rgba(38, 39, 44, 1);
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.careers-page__about-text strong {
  font-weight: 700;
}

.careers-page__about-feature {
  display: flex;
  align-items: flex-start;
  gap: 17px;
}

.careers-page__about-rect {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  flex: 0 0 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.careers-page__about-rect-icon svg {
  width: 30.00041961669922px;
  height: 29.999998092651367px;
  display: block;
}

.careers-page__about-rect--empty {
  background: rgba(255, 255, 255, 1);
}

.careers-page__about-feature-text {
  margin: 0;
  width: 100%;
  max-width: 149px;
  min-height: 22px;
  height: auto;
  color: rgba(38, 39, 44, 1);
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.careers-page__about-feature-text--relax {
  max-width: 115px;
}

.careers-page__about-feature-text--accessibility {
  max-width: 94px;
}

.careers-page__about-feature-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.careers-page__about-feature-description {
  margin: 0;
  width: 100%;
  max-width: 335px;
  min-height: 20px;
  height: auto;
  color: rgba(38, 39, 44, 1);
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.careers-page__about-feature-description--relax {
  max-width: 377px;
}

.careers-page__about-feature-description--accessibility {
  max-width: 371px;
}

.careers-page__about-right {
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.careers-page__about-photo {
  position: relative;
  width: 100%;
  max-width: 713px;
  height: 100%;
  min-height: 484px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.careers-page__about-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f4f4f6 0%, rgba(244, 244, 246, 0) 55.29%);
}

@media (max-width: 1599px) {

  .careers-page__hero .container,
  .careers-page__join .container,
  .careers-page__next-section .container,
  .careers-page__final-section .container,
  .careers-page__about-section .container {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (max-width: 1399px) {

  .careers-page__hero .container,
  .careers-page__join .container,
  .careers-page__next-section .container,
  .careers-page__final-section .container,
  .careers-page__about-section .container {
    padding-left: 72px;
    padding-right: 72px;
  }

  .careers-page__title,
  .careers-page__join-title,
  .careers-page__values-title,
  .careers-page__final-title,
  .careers-page__about-title {
    font-size: 42px;
  }

  .careers-page__about-card {
    grid-template-columns: 1fr 52%;
  }
}

@media (max-width: 1199px) {

  .careers-page__hero .container,
  .careers-page__join .container,
  .careers-page__next-section .container,
  .careers-page__final-section .container,
  .careers-page__about-section .container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .careers-page__join-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .careers-page__join-left,
  .careers-page__join-right {
    max-width: 100%;
    text-align: center;
  }

  .careers-page__join-title,
  .careers-page__join-text,
  .careers-page__join-clause,
  .careers-page__join-right-title {
    margin-left: auto;
    margin-right: auto;
  }

  .careers-page__join-box {
    text-align: center;
  }

  .careers-page__recruitment-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .careers-page__job-title,
  .careers-page__job-title--wide,
  .careers-page__job-description {
    margin-left: auto;
    margin-right: auto;
  }

  .careers-page__job-location {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .careers-page__values-grid {
    grid-template-columns: repeat(2, minmax(0, 348px));
    justify-content: center;
  }

  .careers-page__next-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .careers-page__about-card {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .careers-page__about-left {
    padding: 32px 32px 20px;
  }

  .careers-page__about-right {
    height: auto;
  }

  .careers-page__about-photo {
    max-width: none;
    min-height: 320px;
    height: 320px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .careers-page__about-photo::before {
    background: linear-gradient(180deg, #f4f4f6 0%, rgba(244, 244, 246, 0) 55.29%);
  }
}

@media (max-width: 991px) {

  .careers-page__hero .container,
  .careers-page__join .container,
  .careers-page__next-section .container,
  .careers-page__final-section .container,
  .careers-page__about-section .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .careers-page__title,
  .careers-page__join-title,
  .careers-page__values-title,
  .careers-page__final-title,
  .careers-page__about-title {
    font-size: 36px;
  }

  .careers-page__join-box {
    max-width: none;
  }
}

@media (max-width: 767px) {

  .careers-page__hero .container,
  .careers-page__join .container,
  .careers-page__next-section .container,
  .careers-page__final-section .container,
  .careers-page__about-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .careers-page__hero,
  .careers-page__hero-overlay {
    min-height: 260px;
  }

  .careers-page__title {
    font-size: 34px;
  }

  .careers-page__subtitle {
    font-size: 16px;
  }

  .careers-page__join {
    padding: 48px 0;
  }

  .careers-page__join-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .careers-page__join-title {
    font-size: 34px;
  }

  .careers-page__join-text {
    margin-top: 18px;
  }

  .careers-page__join-clause {
    margin-top: 16px;
  }

  .careers-page__join-right-title {
    font-size: 22px;
  }

  .careers-page__join-boxes {
    margin-top: 20px;
  }

  .careers-page__join-box {
    min-height: 140px;
    height: auto;
  }

  .careers-page__next-section {
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .careers-page__values-title {
    font-size: 34px;
  }

  .careers-page__values-text {
    margin-top: 12px;
    font-size: 16px;
  }

  .careers-page__values-grid {
    margin-top: 28px;
    grid-template-columns: 1fr;
  }

  .careers-page__values-box {
    max-width: none;
    min-height: 200px;
    height: auto;
  }

  .careers-page__values-box-title,
  .careers-page__values-box-title--short,
  .careers-page__values-box-title--trust,
  .careers-page__values-box-title--growth,
  .careers-page__values-box-text {
    width: 100%;
    max-width: none;
  }

  .careers-page__final-section {
    min-height: 300px;
  }

  .careers-page__final-section-content {
    min-height: calc(300px - 60px);
  }

  .careers-page__final-title {
    font-size: 34px;
  }

  .careers-page__final-text {
    font-size: 16px;
  }

  .careers-page__about-left {
    align-items: center;
    padding: 24px 20px 16px;
    text-align: center;
  }

  .careers-page__about-title {
    max-width: 100%;
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .careers-page__about-text {
    max-width: 100%;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .careers-page__about-button-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .careers-page__about-feature {
    justify-content: center;
    text-align: center;
  }

  .careers-page__about-feature-text,
  .careers-page__about-feature-description {
    max-width: 100%;
    text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .careers-page__stat-item,
  .careers-page__stat-number,
  .careers-page__stat-number span {
    width: 100%;
    max-width: 348px;
  }

  .careers-page__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
  }

  .careers-page__stat-number::before {
    font-size: 64px;
  }

  .careers-page__stat-number span {
    font-size: 38px;
  }

  .careers-page__stat-label {
    width: 100%;
    max-width: 348px;
    font-size: 18px;
  }

  .careers-page__about-card {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .careers-page__about-left {
    padding: 24px 20px 16px;
  }

  .careers-page__about-title {
    font-size: 24px;
  }

  .careers-page__about-text {
    font-size: 12px;
  }

  .careers-page__about-right,
  .careers-page__about-photo {
    width: 100%;
    height: auto;
  }

  .careers-page__about-photo {
    min-height: 220px;
    height: 220px;
    border-radius: 8px;
  }
}

@media (max-width: 479px) {
  .careers-page__stats {
    grid-template-columns: 1fr;
  }
}