/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 21 2020 | 20:07:37 */
.vacancies-table td:first-of-type{
  width: 15%;
}
.vacancies-table td:nth-child(2){
  width: 30%;
}
.vacancies-table td{
  padding: 15px;
}
.header-item.logo{
    display: flex;
    align-items: center;
}
.recommended-table{
   margin-top: 0 !important;
}
@media (max-width: 1165px){
  table.recommended-table{
    width: 100% !important;
    height: max-content !important;
  }
  .recommended-table .mobile-table-message{
    display: none !important;
  }
}
@media screen and (max-width: 1170px){
  .header-contact,.header-social{
    display: none !important;
  }
}