.hr-page {
  padding-top: 0px !important; }

.hr-advantages-section {
  padding: 60px; }
  .hr-advantages-section .row-inline {
    margin-top: 40px; }

.hr-advantages-item {
  width: 100%;
  height: 235px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 rgba(28, 32, 39, 0.15); }
  .hr-advantages-item .img-container {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .hr-advantages-item .text-container {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 20px;
    font-size: 1rem;
    line-height: 1.125;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 400;
    text-align: center; }

.filter-container {
  margin-top: 40px; }
  .filter-container .col-inline-xs-2 {
    margin-top: 20px; }
    .filter-container .col-inline-xs-2:nth-child(-n+6) {
      margin-top: 0px; }

.filter-link {
  width: 100%;
  padding: 22px 5px;
  background-color: #f0f0f4;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #0061af;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .filter-link:hover {
    box-shadow: 0 2px 10px 0 rgba(28, 32, 39, 0.15); }
  .filter-link.active {
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(28, 32, 39, 0.15); }

.vacancies .white-block {
  padding: 30px 50px; }

.accordion-item {
  padding-left: 30px; }
  .accordion-item.open .vacancies-title {
    background: url("/templates/me/images/red-arrow-back.svg") no-repeat;
    background-position: 0% 50%;
    background-size: 10px auto; }

.accordion-headline {
  padding: 20px 0;
  cursor: pointer; }
  .accordion-headline .date {
    font-size: 0.875rem;
    line-height: 1;
    color: #1c86dc;
    text-align: right; }

.accordion-body {
  padding: 25px 25px 35px;
  background-color: #f6f6f8;
  border-radius: 5px; }

.vacancies-title {
  position: relative;
  font-size: 1.125rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  padding-left: 20px;
  background: url("/templates/me/images/red-arrow.svg") no-repeat;
  background-position: 0% 50%;
  background-size: 10px auto;
  text-transform: uppercase; }
  .vacancies-title span {
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 300; }

.vacancies-description {
  margin-bottom: 35px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 600; }

.sub-title {
  font-size: 1rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  color: #1c86dc; }

.vacancies-content ol {
  padding-left: 15px;
  margin-bottom: 10px; }
  .vacancies-content ol li {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.5; }

.vacancies-content .btn-container {
  margin-top: 25px; }

.vacancies-content .submit-button {
  padding: 16px 21px;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: middle; }

.vacancies-content .close-accordion {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  color: #a3a3a3;
  padding-bottom: 2px;
  border-bottom: 1px solid #a3a3a3;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px; }

.send-resume {
  margin: 40px auto 0;
  width: 100%;
  max-width: 700px; }

.send-resume-content {
  margin: 0 -25px;
  font-size: 0; }
  .send-resume-content .form-row {
    display: inline-block;
    width: 50%;
    padding: 0px 25px 20px;
    margin: 0px;
    vertical-align: top; }
    .send-resume-content .form-row.big {
      width: 100%; }
  .send-resume-content textarea {
    min-height: 115px; }
  .send-resume-content .add-file {
    width: 100%;
    padding: 10px;
    height: 50px;
    border-radius: 3px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #e0e3e6;
    font-size: 0.75rem;
    line-height: 1;
    color: #aeb0b1;
    text-transform: none;
    position: relative; }
    .send-resume-content .add-file span {
      display: inline-block;
      vertical-align: middle; }
    .send-resume-content .add-file:before {
      content: '';
      display: block;
      margin-right: 0;
      width: 29px;
      height: 31px;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      background-image: url("/templates/me/images/sprite.png?ver=1.2.3");
      background-position: 0 -86px; }
    .send-resume-content .add-file:hover, .send-resume-content .add-file:focus {
      background-color: #fff;
      color: #aeb0b1;
      outline: none; }
  .send-resume-content .file-upload-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .send-resume-content .file-upload-list .file-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      background-color: #fff;
      font-size: 13px;
      line-height: 1;
      padding: 10px 35px 10px 15px;
      height: 50px;
      border: 1px solid #e0e3e6; }
    .send-resume-content .file-upload-list .close-button {
      position: absolute;
      right: 15px; }
  .send-resume-content .submit-button {
    max-width: 150px;
    margin-top: 15px; }

.popup-container.resume-popup {
  background-color: transparent; }
  .popup-container.resume-popup form {
    padding-top: 50px; }
  .popup-container.resume-popup .send-resume-content {
    margin: 0px; }
    .popup-container.resume-popup .send-resume-content .form-row {
      padding: 0px 20px 20px; }
    .popup-container.resume-popup .send-resume-content .add-file:before {
      right: 5px; }
