/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.block-recruitment-list {
  background: #4543A6; }
  .block-recruitment-list__header {
    margin-bottom: 4rem; }
    .block-recruitment-list__header * {
      color: #fff; }
    .block-recruitment-list__header h1, .block-recruitment-list__header h2, .block-recruitment-list__header h3, .block-recruitment-list__header h4, .block-recruitment-list__header h5, .block-recruitment-list__header h6 {
      font-size: var(--fs-48-permanent);
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 2rem; }
    .block-recruitment-list__header p {
      font-size: var(--fs-16-permanent);
      font-weight: 300;
      line-height: 1.5; }
    .block-recruitment-list__header *:last-child {
      margin-bottom: 0; }
  .block-recruitment-list__filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.5rem; }
    .block-recruitment-list__filters .label {
      font-size: var(--fs-14);
      font-weight: 400;
      margin-right: 1rem;
      color: #fff; }
    .block-recruitment-list__filters select {
      width: 23rem;
      height: 4rem;
      font-size: var(--fs-14);
      font-weight: 400;
      line-height: 3.6rem;
      padding: 0 3.5rem;
      color: #fff;
      border: 1px solid #fff;
      background: transparent; }
    @media (max-width: 991.98px) {
      .block-recruitment-list__filters > div {
        flex: 0 0 100%;
        max-width: 100%; }
      .block-recruitment-list__filters .label {
        display: block;
        margin-bottom: 1rem; }
      .block-recruitment-list__filters .sort {
        order: 1;
        margin: 1.5rem 0; }
      .block-recruitment-list__filters .category {
        order: 0; } }
  .block-recruitment-list__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12.5px;
    margin-left: -12.5px; }
  .block-recruitment-list__offer {
    position: relative;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 25px;
    padding-right: 12.5px;
    padding-left: 12.5px; }
    @media (max-width: 1199.98px) {
      .block-recruitment-list__offer {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 991.98px) {
      .block-recruitment-list__offer {
        flex: 0 0 100%;
        max-width: 100%; } }
    .block-recruitment-list__offer .inside {
      height: 100%;
      padding: 3.5rem;
      background: #fff; }
    .block-recruitment-list__offer .category {
      font-size: var(--fs-14);
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 1rem;
      color: #646477; }
    .block-recruitment-list__offer .title {
      font-size: var(--fs-32-permanent);
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 1.5rem;
      color: #15161B; }
    .block-recruitment-list__offer .place {
      display: flex;
      font-size: var(--fs-14);
      line-height: 1.4;
      align-items: center;
      margin-bottom: 2rem;
      color: #15161B; }
      .block-recruitment-list__offer .place b {
        font-weight: 400; }
      .block-recruitment-list__offer .place span {
        margin: 0 .5rem; }
      .block-recruitment-list__offer .place:before {
        height: 24px;
        min-width: 24px;
        margin-right: 1rem;
        content: '';
        background: url("../img/location.svg") center no-repeat;
        background-size: cover; }
    .block-recruitment-list__offer .excerpt {
      font-size: var(--fs-14);
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 12rem;
      color: #646477; }
      @media (max-width: 1199.98px) {
        .block-recruitment-list__offer .excerpt {
          margin-bottom: 10rem; } }
    .block-recruitment-list__offer .btn {
      width: calc(100% - 9.5rem);
      position: absolute;
      bottom: 3.5rem;
      left: 4.5rem; }


/*# sourceMappingURL=block_recruitment-list.css.map*/