.container-fluid {
  max-width: 1520px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .container-fluid {
      padding-left: 12px;
      padding-right: 12px; } }

.hiring-hero {
  background-color: #ffffff;
  padding: 40px 0 40px; }
  @media (max-width: 767px) {
    .hiring-hero {
      padding: 24px 0 32px; } }
  .hiring-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .hiring-hero__breadcrumb {
        margin-bottom: 20px; } }
  .hiring-hero__breadcrumb-link {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #0a0a0a;
    text-decoration: none;
    letter-spacing: -0.1px; }
    @media (max-width: 767px) {
      .hiring-hero__breadcrumb-link {
        font-size: 13px;
        line-height: 18px; } }
    .hiring-hero__breadcrumb-link:hover {
      color: #d70000; }
  .hiring-hero__breadcrumb-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px; }
    .hiring-hero__breadcrumb-separator svg {
      width: 20px;
      height: 20px; }
    @media (max-width: 767px) {
      .hiring-hero__breadcrumb-separator {
        width: 16px;
        height: 16px; }
        .hiring-hero__breadcrumb-separator svg {
          width: 16px;
          height: 16px; } }
  .hiring-hero__breadcrumb-current {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0a0a0a;
    letter-spacing: -0.1px; }
    @media (max-width: 767px) {
      .hiring-hero__breadcrumb-current {
        font-size: 13px;
        line-height: 18px; } }
  .hiring-hero__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    color: #0a0a0a;
    letter-spacing: -1.2px;
    margin: 0; }
    @media (max-width: 767px) {
      .hiring-hero__title {
        font-size: 30px;
        line-height: 37px;
        letter-spacing: -1px; } }

.hiring-benefits {
  background-color: #ffffff;
  padding-bottom: 72px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .hiring-benefits {
      padding-bottom: 48px; } }
  .hiring-benefits__grid {
    display: flex;
    gap: 10px; }
    @media (max-width: 767px) {
      .hiring-benefits__grid {
        overflow-x: auto;
        padding-bottom: 16px;
        margin: 0 -12px;
        padding-left: 12px;
        padding-right: 12px; }
        .hiring-benefits__grid::-webkit-scrollbar {
          display: none; } }
  .hiring-benefits__item {
    flex: 1;
    min-width: 0; }
    @media (max-width: 767px) {
      .hiring-benefits__item {
        flex: 0 0 auto;
        width: 201px;
        min-width: 201px; } }
  .hiring-benefits__image {
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 12px; }
    .hiring-benefits__image img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      display: block; }
      @media (max-width: 767px) {
        .hiring-benefits__image img {
          height: 240px; } }
  .hiring-benefits__text {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #0a0a0a;
    letter-spacing: -0.2px;
    margin: 0;
    padding-right: 32px; }
    @media (max-width: 767px) {
      .hiring-benefits__text {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.1px;
        padding-right: 12px; } }

.hiring-jobs {
  background-color: #fafafa;
  padding: 72px 0; }
  @media (max-width: 1199px) {
    .hiring-jobs {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .hiring-jobs {
      padding: 20px 0; } }
  .hiring-jobs__wrapper {
    display: flex;
    gap: 40px; }
    @media (max-width: 1199px) {
      .hiring-jobs__wrapper {
        flex-direction: column;
        gap: 32px; } }
  .hiring-jobs__filter {
    width: 501px;
    flex-shrink: 0;
    padding-right: 20px; }
    @media (max-width: 1199px) {
      .hiring-jobs__filter {
        width: 100%;
        padding-right: 0; } }
  .hiring-jobs__filter-title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    color: #0a0a0a;
    letter-spacing: -1.2px;
    margin: 0 0 16px; }
    @media (max-width: 767px) {
      .hiring-jobs__filter-title {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: -1px; } }
  .hiring-jobs__filter-form {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    @media (max-width: 767px) {
      .hiring-jobs__filter-form {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px; } }
  .hiring-jobs__filter-select {
    position: relative; }
    @media (max-width: 767px) {
      .hiring-jobs__filter-select {
        flex: 1;
        min-width: calc(33.333% - 6px); } }
    .hiring-jobs__filter-select select {
      width: 100%;
      height: 44px;
      background-color: #f5f5f5;
      border: 1px solid #e5e5e5;
      border-radius: 2px;
      padding: 10px 40px 10px 12px;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #0a0a0a;
      letter-spacing: -0.1px;
      appearance: none;
      cursor: pointer; }
      @media (max-width: 767px) {
        .hiring-jobs__filter-select select {
          font-size: 13px;
          line-height: 18px;
          padding: 10px 28px 10px 8px;
          height: 40px; } }
      .hiring-jobs__filter-select select:focus {
        outline: none;
        border-color: #0a0a0a; }
  .hiring-jobs__filter-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; }
    @media (max-width: 767px) {
      .hiring-jobs__filter-icon {
        right: 8px;
        width: 16px;
        height: 16px; } }
  .hiring-jobs__filter-btn {
    display: inline-flex;
    align-items: center;
    background-color: #0a0a0a;
    border: none;
    border-radius: 2px;
    min-height: 48px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 30px;
    max-width: 200px; }
    @media (max-width: 767px) {
      .hiring-jobs__filter-btn {
        width: 100%;
        max-width: 100%;
        min-height: 40px;
        margin-top: 8px; } }
    .hiring-jobs__filter-btn:hover {
      opacity: 0.9; }
  .hiring-jobs__filter-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center; }
  .hiring-jobs__filter-btn-text {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 16px 24px;
    letter-spacing: -0.1px; }
    @media (max-width: 767px) {
      .hiring-jobs__filter-btn-text {
        font-size: 13px;
        line-height: 13px;
        padding: 10px 16px;
        flex: 1;
        text-align: center; } }
  .hiring-jobs__list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    @media (max-width: 767px) {
      .hiring-jobs__list {
        gap: 8px; } }
  .hiring-jobs__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    background-color: #ffffff;
    padding: 24px;
    border-radius: 2px;
    width: 100%; }
    @media (max-width: 991px) {
      .hiring-jobs__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px; } }
    @media (max-width: 767px) {
      .hiring-jobs__item {
        padding: 16px 0px;
        gap: 16px; } }
  .hiring-jobs__item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (max-width: 767px) {
      .hiring-jobs__item-content {
        gap: 12px;
        width: 100%; } }
  .hiring-jobs__item-info {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .hiring-jobs__item-title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #0a0a0a;
    letter-spacing: -0.5px;
    margin: 0; }
    @media (max-width: 767px) {
      .hiring-jobs__item-title {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.2px; } }
  .hiring-jobs__item-deadline {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    letter-spacing: -0.1px;
    margin: 0; }
    @media (max-width: 767px) {
      .hiring-jobs__item-deadline {
        font-size: 13px;
        line-height: 18px; } }
  .hiring-jobs__item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    @media (max-width: 767px) {
      .hiring-jobs__item-tags {
        gap: 4px; } }
  .hiring-jobs__item-tag {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    padding: 6px 8px 5px;
    border-radius: 2px;
    min-height: 28px;
    display: flex;
    align-items: center;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .hiring-jobs__item-tag {
        font-size: 11px;
        line-height: 11px;
        padding: 4px 6px;
        min-height: 22px; } }
    .hiring-jobs__item-tag--location {
      color: #0a0a0a;
      border: 1px solid #0a0a0a;
      background-color: transparent; }
    .hiring-jobs__item-tag--department {
      color: #b10303;
      background-color: #fdd;
      border: none; }
    .hiring-jobs__item-tag--level {
      color: #0a0a0a;
      background-color: #e5e5e5;
      border: none; }
  .hiring-jobs__item-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px; }
    @media (max-width: 991px) {
      .hiring-jobs__item-actions {
        width: 100%;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center; } }
    @media (max-width: 767px) {
      .hiring-jobs__item-actions {
        gap: 12px;
        flex-direction: row-reverse;
        justify-content: end; } }
  .hiring-jobs__item-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none; }
    .hiring-jobs__item-btn--apply {
      background-color: #0a0a0a;
      border-radius: 2px;
      min-height: 48px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .hiring-jobs__item-btn--apply {
          min-height: 36px; } }
      .hiring-jobs__item-btn--apply:hover {
        opacity: 0.9; }
    .hiring-jobs__item-btn--detail {
      font-family: "GMV Din Pro", sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 18px;
      color: #0a0a0a;
      text-transform: uppercase;
      text-decoration: underline;
      padding: 16px 0;
      letter-spacing: -0.1px; }
      @media (max-width: 767px) {
        .hiring-jobs__item-btn--detail {
          font-size: 13px;
          line-height: 13px;
          padding: 0;
          min-height: 36px;
          display: flex;
          align-items: center; } }
      .hiring-jobs__item-btn--detail:hover {
        color: #d70000; }
  .hiring-jobs__item-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center; }
  .hiring-jobs__item-btn-text {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 16px 24px;
    letter-spacing: -0.1px; }
    @media (max-width: 767px) {
      .hiring-jobs__item-btn-text {
        font-size: 13px;
        line-height: 13px;
        padding: 8px 12px; } }

.hiring-gallery {
  padding: 0 0 72px; }
  @media (max-width: 767px) {
    .hiring-gallery {
      padding: 0 0 48px; } }
  .hiring-gallery__header {
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .hiring-gallery__header {
        margin-bottom: 24px; } }
  .hiring-gallery__header-content {
    max-width: 800px; }
  .hiring-gallery__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    color: #0a0a0a;
    letter-spacing: -1.2px;
    margin: 0 0 4px; }
    @media (max-width: 767px) {
      .hiring-gallery__title {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: -1px; } }
  .hiring-gallery__desc {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #0a0a0a;
    letter-spacing: -0.2px;
    margin: 0; }
    @media (max-width: 767px) {
      .hiring-gallery__desc {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.1px; } }
  .hiring-gallery__slider-wrapper {
    width: 100%; }
  .hiring-gallery__swiper {
    padding: 0;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .hiring-gallery__swiper {
        padding: 0; } }
    .hiring-gallery__swiper .swiper-slide {
      border-radius: 2px;
      overflow: hidden; }
      .hiring-gallery__swiper .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block; }
        @media (max-width: 767px) {
          .hiring-gallery__swiper .swiper-slide img {
            height: auto; } }
  .hiring-gallery__scrollbar {
    height: 4px;
    background-color: #e5e5e5;
    border-radius: 100px;
    position: relative; }
    .hiring-gallery__scrollbar .swiper-scrollbar-drag {
      background-color: #404040;
      border-radius: 100px;
      cursor: grab; }
      .hiring-gallery__scrollbar .swiper-scrollbar-drag:active {
        cursor: grabbing; }

.bubble-contact {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999; }
  @media (max-width: 767px) {
    .bubble-contact {
      right: 16px;
      bottom: 16px; } }
  .bubble-contact__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: #d70000;
    border-radius: 100px;
    box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.3s ease; }
    .bubble-contact__btn:hover {
      transform: scale(1.1);
      color: #ffffff; }
    .bubble-contact__btn svg {
      width: 32px;
      height: 32px; }

.apply-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }
  .apply-popup-overlay.active {
    opacity: 1;
    visibility: visible; }

.apply-popup {
  background: #fafafa;
  border-radius: 4px;
  width: 100%;
  max-width: 951px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 32px; }
  @media (max-width: 767px) {
    .apply-popup {
      padding: 20px 16px;
      max-height: 95vh; } }
  .apply-popup__close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; }
    .apply-popup__close:hover svg path {
      stroke: #d70000; }
  .apply-popup__content {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .apply-popup__header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px; }
  .apply-popup__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #171717;
    letter-spacing: -1px;
    margin: 0 0 4px; }
    @media (max-width: 767px) {
      .apply-popup__title {
        font-size: 24px;
        line-height: 30px; } }
  .apply-popup__subtitle {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #171717;
    letter-spacing: -0.2px;
    margin: 0; }
    @media (max-width: 767px) {
      .apply-popup__subtitle {
        font-size: 14px;
        line-height: 20px; } }
  .apply-popup__form {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .apply-popup__row {
    display: flex;
    gap: 16px; }
    @media (max-width: 767px) {
      .apply-popup__row {
        flex-direction: column;
        gap: 12px; } }
    @media (max-width: 767px) {
      .apply-popup__row--3cols {
        flex-direction: column; } }
    .apply-popup__row--3cols > * {
      flex: 1; }
  .apply-popup__field {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .apply-popup__field--full {
      width: 100%; }
  .apply-popup__label {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0a0a0a;
    letter-spacing: -0.1px; }
    @media (max-width: 767px) {
      .apply-popup__label {
        font-size: 14px;
        line-height: 20px; } }
  .apply-popup__input {
    width: 100%;
    height: 44px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 10px 12px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #0a0a0a;
    letter-spacing: -0.1px; }
    .apply-popup__input::placeholder {
      color: #0a0a0a; }
    .apply-popup__input:focus {
      outline: none;
      border-color: #0a0a0a; }
    @media (max-width: 767px) {
      .apply-popup__input {
        font-size: 14px;
        height: 40px; } }
  .apply-popup__select-wrapper {
    position: relative;
    flex: 1; }
  .apply-popup__select {
    width: 100%;
    height: 44px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 10px 40px 10px 12px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #0a0a0a;
    letter-spacing: -0.1px;
    appearance: none;
    cursor: pointer; }
    .apply-popup__select:focus {
      outline: none;
      border-color: #0a0a0a; }
    @media (max-width: 767px) {
      .apply-popup__select {
        font-size: 14px;
        height: 40px; } }
  .apply-popup__select-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; }
  .apply-popup__radio-group {
    display: flex;
    gap: 24px;
    padding: 8px 0; }
  .apply-popup__radio {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer; }
    .apply-popup__radio input {
      display: none; }
      .apply-popup__radio input:checked + .apply-popup__radio-check {
        background: #0a0a0a;
        border-color: #0a0a0a; }
        .apply-popup__radio input:checked + .apply-popup__radio-check::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 10px;
          height: 8px;
          background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center; }
  .apply-popup__radio-check {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    position: relative;
    flex-shrink: 0; }
  .apply-popup__radio-text {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #0a0a0a;
    letter-spacing: -0.1px; }
  .apply-popup__textarea {
    width: 100%;
    min-height: 80px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px 12px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #0a0a0a;
    letter-spacing: -0.2px;
    resize: vertical; }
    .apply-popup__textarea::placeholder {
      color: #737373; }
    .apply-popup__textarea:focus {
      outline: none;
      border-color: #0a0a0a; }
  .apply-popup__cv-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 8px; }
    @media (max-width: 767px) {
      .apply-popup__cv-section {
        flex-direction: column;
        align-items: flex-start; } }
  .apply-popup__cv-info {
    flex: 1; }
  .apply-popup__cv-title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #171717;
    letter-spacing: -1px;
    margin: 0 0 4px; }
    @media (max-width: 767px) {
      .apply-popup__cv-title {
        font-size: 24px;
        line-height: 30px; } }
  .apply-popup__cv-desc {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
    letter-spacing: -0.1px;
    margin: 0; }
    @media (max-width: 767px) {
      .apply-popup__cv-desc {
        font-size: 14px;
        line-height: 20px; } }
  .apply-popup__cv-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #0a0a0a;
    border: none;
    border-radius: 2px;
    padding: 10px 40px;
    min-height: 50px;
    cursor: pointer;
    flex-shrink: 0; }
    .apply-popup__cv-btn:hover {
      opacity: 0.9; }
    .apply-popup__cv-btn svg {
      flex-shrink: 0; }
    .apply-popup__cv-btn span {
      font-family: "GMV Din Pro", sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 18px;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: -0.1px; }
    @media (max-width: 767px) {
      .apply-popup__cv-btn {
        width: 100%;
        justify-content: center;
        padding: 10px 20px; }
        .apply-popup__cv-btn span {
          font-size: 14px; } }
  .apply-popup__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: transparent;
    border: 1px solid #0a0a0a;
    border-radius: 2px;
    padding: 10px 40px;
    min-height: 50px;
    cursor: pointer;
    margin-top: 4px; }
    .apply-popup__submit:hover {
      background: #0a0a0a; }
      .apply-popup__submit:hover span {
        color: #ffffff; }
      .apply-popup__submit:hover svg path {
        stroke: #ffffff; }
    .apply-popup__submit svg {
      flex-shrink: 0; }
    .apply-popup__submit span {
      font-family: "GMV Din Pro", sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 18px;
      color: #0a0a0a;
      text-transform: uppercase;
      letter-spacing: -0.1px; }
    @media (max-width: 767px) {
      .apply-popup__submit span {
        font-size: 14px; } }

.apply-popup__job-info {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff3cd;
  padding: 12px 16px;
  border-radius: 4px;
  margin-bottom: 8px; }

.apply-popup__job-label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #856404; }

.apply-popup__job-title {
  font-family: "GMV Din Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #856404; }

.apply-popup__error {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #d70000;
  margin-top: 4px;
  display: block; }

.apply-popup__input.error,
.apply-popup__select.error {
  border-color: #d70000; }

.apply-popup__cv-upload {
  flex-shrink: 0;
  width: 280px; }
  @media (max-width: 767px) {
    .apply-popup__cv-upload {
      width: 100%; } }

.apply-popup__cv-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f5f5f5;
  border: 2px dashed #e5e5e5;
  border-radius: 4px;
  padding: 24px 16px;
  cursor: pointer;
  transition: all 0.3s ease; }
  .apply-popup__cv-dropzone:hover {
    border-color: #0a0a0a;
    background: #fafafa; }
  .apply-popup__cv-dropzone.dragover {
    border-color: #d70000;
    background: #fff5f5; }
  .apply-popup__cv-dropzone span {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    text-align: center; }

.apply-popup__cv-preview {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 12px 16px; }

.apply-popup__cv-file {
  display: flex;
  align-items: center;
  gap: 8px; }

.apply-popup__cv-filename {
  flex: 1;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #0a0a0a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.apply-popup__cv-remove {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; }
  .apply-popup__cv-remove:hover svg path {
    stroke: #b10303; }

.apply-popup__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }
  .apply-popup__loading.active {
    opacity: 1;
    visibility: visible; }
  .apply-popup__loading p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #0a0a0a;
    margin: 0; }

.apply-popup__spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e5e5e5;
  border-top-color: #d70000;
  border-radius: 50%;
  animation: spin 1s linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

.success-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }
  .success-popup-overlay.active {
    opacity: 1;
    visibility: visible; }

.success-popup {
  background: #ffffff;
  border-radius: 8px;
  padding: 48px 32px;
  text-align: center;
  max-width: 400px;
  width: 100%; }
  @media (max-width: 767px) {
    .success-popup {
      padding: 32px 24px; } }
  .success-popup__icon {
    margin-bottom: 24px; }
    .success-popup__icon svg {
      animation: scaleIn 0.5s ease; }
  .success-popup__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #22c55e;
    margin: 0 0 8px; }
  .success-popup__desc {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    margin: 0 0 24px; }
  .success-popup__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0a0a0a;
    border: none;
    border-radius: 2px;
    padding: 12px 48px;
    min-height: 48px;
    cursor: pointer;
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -0.1px; }
    .success-popup__btn:hover {
      opacity: 0.9; }

@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1);
    opacity: 1; } }

.job-detail-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }
  .job-detail-overlay.active {
    opacity: 1;
    visibility: visible; }

.job-detail-popup {
  background: #fafafa;
  border-radius: 4px;
  width: 100%;
  max-width: 938px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 65px 40px; }
  @media (max-width: 767px) {
    .job-detail-popup {
      padding: 24px 16px;
      max-height: 95vh; } }
  .job-detail-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; }
    .job-detail-popup__close:hover svg path {
      stroke: #d70000; }
  .job-detail-popup__content {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    @media (max-width: 767px) {
      .job-detail-popup__content {
        gap: 12px; } }
  .job-detail-popup__header {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .job-detail-popup__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #0a0a0a;
    letter-spacing: -1px;
    margin: 0; }
    @media (max-width: 767px) {
      .job-detail-popup__title {
        font-size: 24px;
        line-height: 30px; } }
  .job-detail-popup__subtitle {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #0a0a0a;
    letter-spacing: -1px;
    margin: 0; }
    @media (max-width: 767px) {
      .job-detail-popup__subtitle {
        font-size: 20px;
        line-height: 26px; } }
  .job-detail-popup__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .job-detail-popup__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #0a0a0a;
    border-radius: 2px;
    padding: 8px 12px 7px;
    min-height: 32px; }
    @media (max-width: 767px) {
      .job-detail-popup__badge {
        padding: 6px 8px 5px;
        min-height: 28px; }
        .job-detail-popup__badge svg {
          width: 12px;
          height: 12px; } }
    .job-detail-popup__badge svg {
      flex-shrink: 0;
      width: 15px;
      height: 15px; }
    .job-detail-popup__badge span {
      font-family: "GMV Din Pro", sans-serif;
      font-weight: 500;
      font-size: 13px;
      line-height: 13px;
      color: #0a0a0a;
      letter-spacing: -0.1px; }
      @media (max-width: 767px) {
        .job-detail-popup__badge span {
          font-size: 11px;
          line-height: 11px; } }
  .job-detail-popup__divider {
    height: 1px;
    background: #e5e5e5;
    width: 100%;
    margin: 20px 0; }
  .job-detail-popup__sections {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .job-detail-popup__section {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .job-detail-popup__section-title {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0a0a0a;
    letter-spacing: -0.1px;
    margin: 0; }
    @media (max-width: 767px) {
      .job-detail-popup__section-title {
        font-size: 14px;
        line-height: 20px; } }
  .job-detail-popup__section-content {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0a0a0a;
    letter-spacing: -0.1px;
    white-space: pre-wrap;
    margin: 0; }
    @media (max-width: 767px) {
      .job-detail-popup__section-content {
        font-size: 14px;
        line-height: 20px; } }
    .job-detail-popup__section-content p {
      margin: 0 0 4px; }
      .job-detail-popup__section-content p:last-child {
        margin-bottom: 0; }
    .job-detail-popup__section-content strong, .job-detail-popup__section-content b {
      font-weight: 600; }
    .job-detail-popup__section-content ul, .job-detail-popup__section-content ol {
      margin: 0;
      padding-left: 20px; }
    .job-detail-popup__section-content li {
      margin-bottom: 2px; }
  .job-detail-popup::-webkit-scrollbar {
    width: 8px; }
  .job-detail-popup::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 4px; }
  .job-detail-popup::-webkit-scrollbar-thumb {
    background: #404040;
    border-radius: 4px; }
    .job-detail-popup::-webkit-scrollbar-thumb:hover {
      background: #0a0a0a; }

.job-detail-popup__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(250, 250, 250, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }
  .job-detail-popup__loading.active {
    opacity: 1;
    visibility: visible; }
  .job-detail-popup__loading p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #0a0a0a;
    margin: 0; }

.job-detail-popup__spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e5e5e5;
  border-top-color: #d70000;
  border-radius: 50%;
  animation: spin 1s linear infinite; }
