.jobs .container {
  padding-top: 13px;
  padding-bottom: 68px; }
  @media (min-width: 768px) {
    .jobs .container {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 1200px) {
    .jobs .container {
      padding-bottom: 100px; } }
  @media (min-width: 1850px) {
    .jobs .container {
      padding-bottom: 140px; } }

.jobs:last-child .container {
  padding-bottom: 108px; }
  @media (min-width: 1200px) {
    .jobs:last-child .container {
      padding-bottom: 230px; } }
  @media (min-width: 1850px) {
    .jobs:last-child .container {
      padding-bottom: 270px; } }

.jobs_header {
  width: 100%;
  margin-bottom: 35px; }
  @media (min-width: 1200px) {
    .jobs_header {
      margin-bottom: 100px; } }

.jobs_title {
  width: 100%;
  max-width: 972px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px; }
  @media (min-width: 1200px) {
    .jobs_title {
      margin-bottom: 24px; } }
  .jobs_title * {
    color: var(--real-black);
    font-family: var(--font-secondary);
    font-size: 35px;
    line-height: 1;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 1.75px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .jobs_title * {
        font-size: 45px;
        line-height: 1;
        letter-spacing: 2.25px; } }
    @media (min-width: 1850px) {
      .jobs_title * {
        font-size: 60px;
        line-height: 1;
        letter-spacing: 3px; } }

.jobs_subtitle {
  width: 100%;
  max-width: 972px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px; }
  @media (min-width: 1200px) {
    .jobs_subtitle {
      margin-bottom: 54px; } }
  .jobs_subtitle * {
    color: var(--real-black);
    font-family: var(--font-secondary);
    font-size: 25px;
    line-height: 1;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1.25px;
    text-align: left;
    text-transform: uppercase; }
    @media (min-width: 1850px) {
      .jobs_subtitle * {
        font-size: 30px;
        line-height: 1;
        letter-spacing: 1.5px;
        font-weight: 200; } }

.jobs_description {
  width: 100%;
  max-width: 972px;
  margin-left: auto;
  margin-right: auto; }
  .jobs_description * {
    color: var(--black);
    font-size: 14px;
    line-height: 1.3;
    font-style: normal;
    font-weight: 400;
    text-wrap: balance;
    text-align: center; }
    @media (min-width: 1200px) {
      .jobs_description * {
        font-size: 16px; } }

.jobs .list {
  width: 100%; }
  @media (min-width: 768px) {
    .jobs .list {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 14px; } }
  @media (min-width: 1200px) {
    .jobs .list {
      gap: 44px; } }

.jobs_item {
  display: block;
  border-radius: 12px;
  border: 1px solid var(--border-light-alt);
  background-color: var(--white);
  filter: drop-shadow(0px 4px 12px rgba(98, 98, 98, 0));
  transition: all 0.5s;
  padding: 27px 21px 25px;
  margin-bottom: 15px;
  text-decoration: none; }
  .jobs_item:hover {
    filter: drop-shadow(0px 4px 12px rgba(98, 98, 98, 0.14)); }
  @media (min-width: 768px) {
    .jobs_item {
      width: calc(50% - 7.5px);
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .jobs_item {
      width: calc(33.33% - 30px);
      padding: 28px 30px 22px; } }
  @media (min-width: 1850px) {
    .jobs_item {
      padding: 28px 30px 22px 112px; } }
  .jobs_item_meta {
    display: flex;
    align-self: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 36px; }
    @media (min-width: 1200px) {
      .jobs_item_meta {
        margin-bottom: 30px; } }
    .jobs_item_meta_tags {
      width: calc(50% - 10px);
      display: flex;
      flex-wrap: wrap;
      margin-right: auto; }
      .jobs_item_meta_tags_item {
        overflow: hidden;
        border-radius: 100px;
        border: 0.5px solid var(--red);
        background: rgba(249, 211, 209, 0.3);
        display: flex;
        align-items: center;
        color: var(--real-black);
        font-size: 10px;
        line-height: 1.4;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.2px;
        text-align: left;
        text-decoration: none;
        padding: 7px 8px 7px 11px; }
        .jobs_item_meta_tags_item:hover {
          color: var(--real-black); }
        .jobs_item_meta_tags_item:before {
          content: '';
          display: block;
          width: 10px;
          height: 10px;
          background-color: var(--red);
          border-radius: 100%;
          margin-right: 8px; }
    .jobs_item_meta_date {
      display: block;
      width: calc(50% - 10px);
      text-align: right;
      padding-top: 10px; }
      @media (min-width: 1200px) {
        .jobs_item_meta_date {
          padding-top: 8px; } }
      .jobs_item_meta_date,
      .jobs_item_meta_date * {
        color: #A7A7A7;
        font-size: 12px;
        line-height: 1;
        font-style: normal;
        font-weight: 400;
        text-align: right;
        text-decoration: none; }
        @media (min-width: 1200px) {
          .jobs_item_meta_date,
          .jobs_item_meta_date * {
            font-size: 14px; } }
  .jobs_item_header {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    @media (min-width: 1850px) {
      .jobs_item_header {
        position: relative;
        display: block; } }
    .jobs_item_header_media {
      width: 46px;
      min-width: 46px;
      height: 46px;
      border-radius: 8px;
      border: 1px solid #E8E8E8;
      background: var(--real-white);
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px;
      margin-right: auto; }
      @media (min-width: 1850px) {
        .jobs_item_header_media {
          width: 56px;
          min-width: 56px;
          height: 56px;
          position: absolute;
          top: 0;
          left: -85px; } }
      .jobs_item_header_media_image {
        width: 100%;
        height: auto; }
    .jobs_item_header_title {
      width: calc(100% - 71px); }
      @media (min-width: 1850px) {
        .jobs_item_header_title {
          width: 100%; } }
      .jobs_item_header_title,
      .jobs_item_header_title * {
        color: var(--black);
        font-size: 16px;
        line-height: 1.20;
        font-style: normal;
        font-weight: 600;
        text-align: left; }
        @media (min-width: 1200px) {
          .jobs_item_header_title,
          .jobs_item_header_title * {
            font-size: 18px; } }
        @media (min-width: 1850px) {
          .jobs_item_header_title,
          .jobs_item_header_title * {
            font-size: 26px;
            line-height: 1.3; } }
  .jobs_item_description {
    width: 100%;
    margin-bottom: 33px; }
    @media (min-width: 1200px) {
      .jobs_item_description {
        margin-bottom: 27px; } }
    .jobs_item_description,
    .jobs_item_description * {
      color: #1A1A1A;
      font-size: 13px;
      line-height: 1;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      opacity: 0.8; }
      @media (min-width: 1200px) {
        .jobs_item_description,
        .jobs_item_description * {
          font-size: 14px;
          line-height: 1.57; } }
  .jobs_item_data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    gap: 37px;
    margin-bottom: 41px; }
    @media (min-width: 1200px) {
      .jobs_item_data {
        margin-bottom: 58px; } }
    .jobs_item_data_item {
      display: flex;
      align-items: center; }
      .jobs_item_data_item_icon {
        width: 14px;
        margin-right: auto; }
        @media (min-width: 1200px) {
          .jobs_item_data_item_icon {
            width: 17px; } }
      .jobs_item_data_item_text {
        width: calc(100% - 18px);
        color: #5A7184;
        font-size: 13px;
        line-height: 1;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        white-space: nowrap; }
        @media (min-width: 1200px) {
          .jobs_item_data_item_text {
            font-size: 14px;
            width: calc(100% - 24px); } }
        @media (min-width: 1850px) {
          .jobs_item_data_item_text {
            font-size: 16px; } }
  .jobs_item_button {
    color: var(--red);
    font-family: var(--font-secondary);
    font-size: 12px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    text-decoration-line: underline;
    display: flex;
    margin-right: auto;
    transition: color 0.5s; }
    @media (min-width: 1200px) {
      .jobs_item_button {
        font-size: 14px; } }
    @media (min-width: 1850px) {
      .jobs_item_button {
        font-size: 18px; } }
    .jobs_item_button:hover {
      color: var(--real-black); }

.jobs_actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0; }
  @media (min-width: 1200px) {
    .jobs_actions {
      margin-top: 50px; } }
  .jobs_actions_link {
    color: var(--real-black);
    font-family: var(--font-secondary);
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    text-decoration-line: underline;
    transition: color 0.5s; }
    @media (min-width: 1200px) {
      .jobs_actions_link {
        font-size: 20px; } }
    @media (min-width: 1850px) {
      .jobs_actions_link {
        font-size: 24px; } }
    .jobs_actions_link:hover {
      color: var(--red); }

.jobs .pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 29px auto 0; }
  @media (min-width: 1200px) {
    .jobs .pagination {
      margin-top: 20px; } }

.jobs_pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }
  .jobs_pagination_prev {
    display: block;
    width: 48px;
    height: 48px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("../../assets/images/ico-pagination-prev.svg");
    background-position: center;
    background-size: 15px auto;
    background-repeat: no-repeat;
    margin-right: 2px;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .jobs_pagination_prev {
        background-size: 25px auto; } }
    .jobs_pagination_prev.disabled {
      background-image: url("../../assets/images/ico-pagination-prev-disabled.svg"); }
  .jobs_pagination_next {
    display: block;
    width: 48px;
    height: 48px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("../../assets/images/ico-pagination-next.svg");
    background-position: center;
    background-size: 15px auto;
    background-repeat: no-repeat;
    margin-left: 2px;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .jobs_pagination_next {
        background-size: 25px auto; } }
    .jobs_pagination_next.disabled {
      background-image: url("../../assets/images/ico-pagination-next-disabled.svg"); }
  .jobs_pagination_number {
    color: var(--real-black);
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    text-decoration: none;
    margin-left: 19px;
    margin-right: 19px;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .jobs_pagination_number {
        font-size: 22px;
        margin-left: 9px;
        margin-right: 9px; } }
    .jobs_pagination_number:hover {
      color: var(--real-black); }
    .jobs_pagination_number.current {
      color: var(--red);
      font-weight: 700; }

.jobs.v2 .jobs_header {
  max-width: 100%;
  margin-bottom: 0; }

.jobs.v2 .jobs_title,
.jobs.v2 .jobs_subtitle,
.jobs.v2 .jobs_description {
  max-width: 100%; }

@media (min-width: 1200px) {
  .jobs.v2 .jobs_item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 48px; } }

.container .jobs .container {
  padding-bottom: 49px; }
  @media (min-width: 1200px) {
    .container .jobs .container {
      padding-bottom: 149px; } }
