.vacancies-list {
  width: 1620px;
  margin: 0 auto;
  margin-bottom: 80px; }
  @media screen and (max-width: 1799px) and (min-width: 1280px) {
    .vacancies-list {
      width: 1240px; } }
  @media screen and (max-width: 1279px) and (min-width: 1023px) {
    .vacancies-list {
      width: 1000px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .vacancies-list {
      width: 760px; } }
  @media screen and (max-width: 799px) {
    .vacancies-list {
      width: 440px; } }
  @media screen and (max-width: 1279px) {
    .vacancies-list {
      margin-bottom: 60px; } }
  .vacancies-list .title {
    margin-top: 75px;
    color: black;
    font-size: 45px;
    font-family: "NeoSansPro", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    text-align: center; }
    @media screen and (max-width: 1279px) {
      .vacancies-list .title {
        margin-top: 60px; } }
    @media screen and (max-width: 1023px) {
      .vacancies-list .title {
        font-size: 35px; } }
  .vacancies-list .city-wrap {
    padding-bottom: 20px;
    border-bottom: 2px solid #D3D3D3;
    color: black;
    font-size: 21px;
    font-family: "NeoSansPro", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    margin-top: 65px;
    text-align: center; }
    @media screen and (max-width: 1279px) {
      .vacancies-list .city-wrap {
        margin-top: 48px; } }
    .vacancies-list .city-wrap span {
      font-family: "NeoSansPro Medium"; }
  .vacancies-list .items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
    @media screen and (max-width: 1023px) {
      .vacancies-list .items {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .vacancies-list .items .item {
      -webkit-flex: 0 0 350px;
      -moz-flex: 0 0 350px;
      -ms-flex: 0 0 350px;
      flex: 0 0 350px;
      margin-right: 60px;
      margin-top: 65px; }
      @media screen and (max-width: 1799px) and (min-width: 1280px) {
        .vacancies-list .items .item {
          -webkit-flex: 0 0 293px;
          -moz-flex: 0 0 293px;
          -ms-flex: 0 0 293px;
          flex: 0 0 293px;
          margin-right: 22px; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .vacancies-list .items .item {
          -webkit-flex: 0 0 235px;
          -moz-flex: 0 0 235px;
          -ms-flex: 0 0 235px;
          flex: 0 0 235px;
          margin-right: 19px;
          margin-top: 55px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .vacancies-list .items .item {
          -webkit-flex: 0 1 367px;
          -moz-flex: 0 1 367px;
          -ms-flex: 0 1 367px;
          flex: 0 1 367px;
          margin-right: 21px; } }
      @media screen and (max-width: 1023px) {
        .vacancies-list .items .item:nth-child(2n+2) {
          margin-right: 0; } }
      @media screen and (max-width: 799px) {
        .vacancies-list .items .item {
          -webkit-flex: 0 1 206px;
          -moz-flex: 0 1 206px;
          -ms-flex: 0 1 206px;
          flex: 0 1 206px;
          margin-right: 22px;
          margin-top: 55px; } }
      .vacancies-list .items .item:last-child {
        margin-right: 0; }
      .vacancies-list .items .item .sec-name {
        color: black;
        font-size: 21px;
        font-family: "NeoSansPro", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        white-space: normal;
        height: 56px; }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .vacancies-list .items .item .sec-name {
            height: 85px; } }
        @media screen and (max-width: 799px) {
          .vacancies-list .items .item .sec-name {
            height: auto; } }
      @media screen and (max-width: 799px) {
        .vacancies-list .items .item .elements {
          margin-top: 20px; } }
      .vacancies-list .items .item .elements a {
        color: black;
        font-size: 16px;
        font-family: "NeoSansPro", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        display: table;
        margin-bottom: 20px;
        white-space: normal; }
        .vacancies-list .items .item .elements a:last-child {
          margin-bottom: 0; }
        .vacancies-list .items .item .elements a.no-link {
          text-decoration: none !important;
          cursor: default; }
        .vacancies-list .items .item .elements a:hover {
          text-decoration: none; }
    .vacancies-list .items .empty-vacancies {
      color: #375623;
      font-size: 30px;
      font-family: "NeoSansPro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      text-align: center;
      padding-top: 30px;
      width: 400px;
      margin: 0 auto; }

/*# sourceMappingURL=style.css.map */
