/*** font ***/
@font-face {
  font-family: 'Rubik-Regular';
  src: url("../fonts/Rubik/Rubik-Regular.ttf");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Rubik-Italic';
  src: url("../fonts/Rubik/Rubik-Italic.ttf");
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: 'Rubik-Medium';
  src: url("../fonts/Rubik/Rubik-Medium.ttf");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: 'Rubik-Bold';
  src: url("../fonts/Rubik/Rubik-Bold.ttf");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Bold.ttf");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Regular.ttf");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'SourceSansPro-Light';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Light.ttf");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: 'SourceSansPro-italic';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Italic.ttf");
  font-style: italic;
  font-weight: 400; }

/*** font ***/
/*** banner ***/
.career-banner {
  background-size: contain !important;
  background-repeat: no-repeat !important; }
  .career-banner .banner-info-container {
    padding-top: 144px;
    padding-bottom: 143px; }
    .career-banner .banner-info-container .banner-title {
      font-size: 45px;
      line-height: 130%; }
      .career-banner .banner-info-container .banner-title br {
        display: none; }
  .career-banner .banner-img-container img {
    max-width: 285px; }

/*** banner ***/
/*** vacancies-card-box ***/
.vacancies-section {
  padding-bottom: 35px; }

.vacancies-card-box {
  background: #ffffff;
  border: 1px solid rgba(212, 236, 255, 0.5);
  box-sizing: border-box;
  box-shadow: 2px 2px 8px #D4ECFF;
  padding: 30px 50px 30px 50px;
  margin-bottom: 30px; }
  .vacancies-card-box .vacancies-card-body {
    position: relative; }
    .vacancies-card-box .vacancies-card-body .vacancies-category {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 24px; }
      .vacancies-card-box .vacancies-card-body .vacancies-category a {
        padding: 5px 16px;
        font-family: "Rubik-Regular";
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        color: #2CAAF2;
        border: 1px solid #2CAAF2;
        text-decoration: none; }
    .vacancies-card-box .vacancies-card-body .vacancies-title {
      max-width: 410px;
      width: 100%;
      min-height: 56px;
      font-family: "SourceSansPro-Regular";
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 140%;
      color: #000000;
      margin-bottom: 15px; }
      .vacancies-card-box .vacancies-card-body .vacancies-title a {
        font-family: "SourceSansPro-Regular";
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        color: #000000;
        text-decoration: none; }
    .vacancies-card-box .vacancies-card-body .vacancies-status {
      position: absolute;
      top: 0;
      right: 0; }
  .vacancies-card-box .vacancies-footer {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .vacancies-card-box .vacancies-footer .vacancies-type,
    .vacancies-card-box .vacancies-footer .vacancies-experience {
      position: relative;
      font-family: "SourceSansPro-Regular";
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 160%;
      color: #515151;
      padding-left: 38px; }
      .vacancies-card-box .vacancies-footer .vacancies-type:before,
      .vacancies-card-box .vacancies-footer .vacancies-experience:before {
        content: '';
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 4px;
        left: 0;
        filter: sepia(65%); }
    .vacancies-card-box .vacancies-footer .vacancies-type:before {
      background: url("../img/icons/marc-icon.svg") no-repeat center center; }
    .vacancies-card-box .vacancies-footer .vacancies-experience:before {
      background: url("../img/icons/exp-icon.svg") no-repeat center center; }
  .vacancies-card-box:hover {
    background: #F2FAFC;
    border: 1px solid #D4ECFF;
    box-sizing: border-box;
    box-shadow: 2px 2px 8px #D4ECFF; }
    .vacancies-card-box:hover .vacancies-card-body .vacancies-title {
      color: #183D85; }
      .vacancies-card-box:hover .vacancies-card-body .vacancies-title a {
        color: #183D85; }
    .vacancies-card-box:hover .vacancies-footer .vacancies-type:before,
    .vacancies-card-box:hover .vacancies-footer .vacancies-experience:before {
      filter: unset; }

/*** vacancies-card-box ***/
