/* Company Page and Companies Search Styles */
section.single-company{
    padding-top: 0px;
}
.company-cover {
  flex: 0 0 410px;
  width: 410px;
  max-width: 410px;
  overflow: hidden;
  line-height: 0;
  background-color: #f3f5fb;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(222, 222, 224, 0.43);
}
.company-cover__img {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
  object-position: center;
}
.company-head .company-cover {
  border-radius: 8px;
}
.company-head__top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.company-head__intro {
  flex: 1;
  min-width: 0;
}
.company-head__title {
  font-size: 50px;
}
.company-head__grid {
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .company-head__top {
    gap: 16px;
  }
  .company-cover {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
  }
  .company-cover__img {
    height: auto;
    aspect-ratio: 410 / 168;
  }
}
@media screen and (max-width: 768px) {
  .company-head__top {
    flex-direction: column;
    align-items: stretch;
    gap: 25px;
  }
  .company-cover {
    flex: none;
    order: -1;
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px;
    border-left: none;
    border-right: none;
  }
  .company-cover__img {
    height: auto;
    aspect-ratio: 410 / 168;
    max-height: 168px;
  }
  .company-head .company-cover {
    border-radius: 10px 10px 0 0;
  }
  .company-head .company-cover__img {
    border-radius: 10px 10px 0 0;
  }
  .company-head__title {
    font-size: 36px;
    line-height: 1.1;
  }
  .single-company .container_wide.has_cp_image {
    padding-top: 0;
  }
  .company-head__grid {
    display: flex;
    align-items: flex-start;
  }
  .company-head__slogan {
    margin-top: 30px;
  }
}
.single-company .single-article__main-text .single-company__gallery img,
.single-company .single-article__main-text .single-company__gallery-item,
.single-company .single-article__main-text .content-with-title__img img{
  border-radius:12px;
}
.company-head__socials img{
  color: black;
  filter: invert(1);
}
.company-head__socials a{
  background:none;
  border: 1px solid #CCCCCC;
  margin-right:8px;
}
.company-head__excerpt {
  max-width: 800px;
}
.company-head__meta div{
  padding-left:8px;
}
.company-head__meta{
  display: block;
}
.company-head__meta > div{
  display: inline;
  white-space: normal;
  margin-right:15px;
}
.company-leadership__line{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #333;
}
.company-leadership__linkedin{
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.company-leadership__linkedin img{
  display: block;
  background: #151515;
  padding: 4px;
  border-radius: 4px;
}
.cp_icon_location:before {
    content:'';
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/hm/assets/img/companies_new/location.svg);
    display: inline-block;
    background-size: 22px;
    background-position: top;
    position: relative;
    top: 3px;
    left:-8px;
}
.cp_icon_industry:before {
    content:'';
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/hm/assets/img/companies_new/industry.svg);
    display: inline-block;
    background-size: 22px;
    background-position: top;
    position: relative;
    top: 3px;
    left:-8px;
}
.cp_icon_team:before {
    content:'';
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/hm/assets/img/companies_new/people.svg);
    display: inline-block;
    background-size: 22px;
    background-position: top;
    position: relative;
    top: 3px;
    left:-8px;
}
.single-company__inner .vacancies__widget{
    padding: 30px;
    border-radius: 16px;
    max-width: 360px;
}
.single-company__inner .custom_profile .container,
.single-company__inner .custom_profile .elementor-element-populated {
  padding-left: 0;
}
.company_block h2 {
  margin-left: 0px;
}
.single-company .intro_text{
    text-align: center;
}
.single-company .verified .fa-check-circle{
    font-size: 20px;
    color: var(--happy-purple);
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.container.single-company__toc:after{
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: #ccc;
  content: '';
  display: block;
  z-index: -1;
}
.container.single-company__toc.all_companies:after{
  left:0px;
  width:100%;
}
.single-company__toc-list a:hover .hm-icon{
  background: var(--happy-purple);
}
.single-company__toc-list a.is-active .hm-icon{
  background: var(--happy-purple);
}
.single-company .company-info__item{
  width: 18%;
}
.company__body .company__body-footer-left{
    height: 40px;
}
.company__body .company__body-footer-right{
    height: 47px;
    display: flex;
    align-items: center;
}
.company__body-footer-right a{
  line-height: 100%;
}
.company__body-footer-left p.icon_location{
  max-width: 162px;
  position: relative;
  left: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.company__body-footer-left .icon_location:before{
  height: 24px;
}
.company__body ._jobs_active a {
  color: var(--happy-purple);
}
.company__body-footer-right img{
    max-height: 40px;
}
.bg_white .company__body{
  border:1px solid rgba(33,33,38,.15);
  border-top: none;
}
.company-head__meta a:hover{
  color: var(--happy-purple)!important;
  text-decoration: underline!important;
}
.company__body-inner .company-head__slogan.big{
  font-size: 27px;
}
.company__body-inner .company-head__slogan.med{
  font-size: 24px;
}
.company__body-inner .company-head__slogan.small{
  font-size: 20px;
}
.job_card .premium_job:before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/wp-content/themes/hm/assets/img/job_el/star_new.svg);
  background-repeat: no-repeat!important;
  background-size: 18px 18px!important;
  margin-right: 0px;
  position: relative;
  top: 2px;
  left: -4px;
}
.company_page_jobs .js_other-jobs{
    max-width: 1200px;
    margin: auto auto 40px auto;
    display: grid;
    justify-content:stretch;
}
.company_page_jobs .vacancies__plate{
    min-height: 133px;
    text-align: left;
    padding-right: 20px;
}
.company_page_jobs .vacancies__wrap{
  grid-template-columns:repeat(3,1fr);
}
.company_page_jobs .job_timing{
  min-width: 100px;
  width: 100px;
  margin-right: 0px !important;
}
.company_page_jobs .job_timing:before{
  top:4px!important;
}
.company_page_jobs ._img img {
  object-position: left;
}
.company_job_alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background-color: #a932cf21;
  border-radius: 16px;
  width: 100%;
}
.company_job_alert__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.company_job_alert__logo {
  display: flex;
  width: 130px;
  height: 130px;
  justify-content: center;
  align-items: center;
}
.company_job_alert__logo_img {
  object-fit: contain !important;
  width: 130px;
  height: 130px;
}
.company_job_alert__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.company_job_alert__logo + .company_job_alert__info {
  align-items: flex-start;
}
.company_job_alert__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}
.company_job_alert__text {
  color: #414141;
  line-height: 1.25;
}
.company_job_alert button {
  margin-bottom: 20px;
}
.company-head .company-head__main .notice_block {
  display: block !important; /*impact=leave_ru*/
}
.single-company__toc {
  top: calc(3px + var(--nav_height, 75px)) !important;
}
@media screen and (min-width:769px){
  .single-vacancy__preview-logo{
      margin-right: 60px;
  }
  .single-company__empty-mentions{
    min-width: 800px;
  }
}
.plate-med-1 .plate-meta__sign {
  left: 25px;
}
.js_company-events{
  max-width: 1000px;
  margin: auto;
}
.wpd-comment-text a {
  color: var(--happy-purple);
}


/* City selector begin */
.js_search_cp___results{
  /* top:-28px!important; */
  width:100% !important;
}
.js_search_cp___results li,div.select_cp{
  display: flex;
  align-items: center;
  margin: 0px;
  padding-left: 25px;
  cursor: pointer;
}
/*:where(.results_selected, .results_popular) div.select_cp {*/
/*    padding-left: 0;*/
/*}*/
.js_search_cp___results .results{
  background: white;
  border: 1px solid var(--happy-purple);
  padding: 0px 0px 3px 0px;
  width:100%;
}
.js_search_cp___results li:hover,div.select_cp:hover,div#add_empty_skill:hover{
  background: #F3F5FB;
}

.js_search_cp___results {
  display:none;
  position: relative;
  z-index: 18;
  width: 577px;
  top: 3px;
  height:10px;
  overflow:visible;
  font-weight:normal;
}
.js_search_cp___results .results {
  background: white;
  border: 1px solid;
  border-radius: 27px;
  width: 597px;
  max-height: 391px;
  overflow-x: scroll;
}
.js_search_cp___results li {
  list-style: none;
  padding: 12px 16px;
}
.js_search_cp___results li:hover{
  background:rgb(204 204 204 / 20%);
}
.js_search_cp___results li.res_num,.js_search_cp___results li.res_num:hover{
  background:none !Important;
  position: absolute;
  right: 0px;
  cursor:initial!important;
  font-size: 15px;
  float: right;
  padding: 8px 31px;
}
.js_search_cp___results a:last-child li {
  border-radius: 0px 0px 15px 15px;
}
.js_search_cp___results li img {
  width:30px;
  max-height: 40px;
  vertical-align: middle;
  margin-right:15px;
}
.js_search_cp___results li i.fa-check-circle {
  color: #1b8282;
  margin-left: 8px;
}
.js_search_cp___results.no_sel .results_selected{
  display: none;
}
.js_search_cp___results.empty .results_selected{
  border-top:none;
}
.js_search_cp___results.no_sel.empty .results_popular{
  border-top:none;
}
#js_search_city{
  z-index: 1;
  background: none;
}
.js_search_input{
  z-index: 1;
}
.results_popular,.results_selected{
  border-top: 1px solid #CCC;
  padding-top: 5px;
}
.results_popular li {
  margin-left:-25px !important;
  margin-right:-25px !important;
}
#fake_click{
  width: calc(100% - 34px);
  height: 52px;
  position: absolute;
  top: 1px;
  border-radius: 30px;
}
#load_search{
  display: block;
  visibility: hidden;
  width: 13px;
  z-index: 21;
  cursor: pointer;
  width: 51px;
  height: 51px;
  position: absolute;
  left: calc(100% - 80px);
  text-align: center;
}
.load_search:before{
  top: calc(50% - 8px);
  position: relative;
}
#load_search.active{
  display: block;
  visibility: visible;
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}
.input-row{
  display: flex;
  gap: 50px;
  margin-bottom: 20px;
}
.input-row label{
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
  font-weight: 500!Important;
}
.input-row input{
  width:18px !important;
  height:18px !important;
}
.input-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.input-grid input{
  position: relative;
}
.input-grid input:focus + p{
  display: block;
}
.hm-input{
  display: flex;
  flex-direction: column;
  position: relative;
}
.hm-input span{
  position: absolute;
  left: 25px;
  top: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #8B8B8B;
  z-index: 1;
}
.hm-input input{
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-radius: 40px!important;
  padding-left: 25px!important;
  width: 100% ! Important;
  transition: all 1.5s ease;
}
.hm-input.active span{
  top: 5px;
  font-size: 13px;
}
.hm-input.active input{
  padding: 19.5px 6px 4.5px 24px!important;
}
.input-grid .description{
  padding-left: 30px!important;
  padding-top: 0px!important;
  font-size: 13px!important;
  margin-top: -13px;
}
.filters-group__item label:last-child{
  margin-bottom: 0px;
}
div.select_cp,div#add_empty_skill{
  width:calc(100% + 50px);
  font-weight:normal;
}
div.empty_res{
  padding:12px 0px 7px 25px;
  color: #8B8B8B;
}
div.select_cp label{
  width:100%;
}
div.select_cp label,div#add_empty_skill{
  padding: 12px 25px;
  font-weight: normal;
}
div.select_cp label:before{
  top:auto;
}
div.select_cp label:after{
  top:50%;
}
/* City selector end */



.custom_profile {
  /*display: inline-flex;*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  margin-bottom: 50px;
}

.custom_profile .company_text_wrap h2 {
  margin-bottom: 16px;
}
.custom_profile .company_text_wrap p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.custom_profile .company_text_wrap ul, .custom_profile .company_text_wrap ol {
  list-style: initial;
  padding-left: 32px;
  margin-bottom: 16px;
}
.custom_profile .company_text_wrap ol {
  list-style: decimal;
}
.custom_profile .company_text_wrap li {
  font-size: 18px;
  line-height: 1.5;
}
.custom_profile .company_text_wrap li:not(:last-child) {
  margin-bottom: 8px;
}
.custom_profile .company_text_wrap blockquote {
  padding-left: 16px;
  border-left: 4px solid #ffe397;
  margin-bottom: 16px;
  color: #2b2b2b;
}
.custom_profile .company_text_wrap blockquote, .custom_profile .company_text_wrap blockquote p {
  font-size: 16px;
  line-height: 1.5;
}
.custom_profile .company_image_wrap {
  display: flex;
  align-self: stretch;
  justify-content: center;
}
.custom_profile .company_image_wrap img {
  border-radius: 16px;
}
.custom_profile .company_video_wrap {
  display: flex;
}

.custom_profile .company_facts {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-self: stretch;
}
.custom_profile .company_facts_item {
  position: relative;
  flex-shrink: 0;
  padding-top: 8px;
  padding-left: 24px;
  text-wrap: nowrap;
  min-width: 187px;
}
.custom_profile .company_facts_item__circle {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #aaaaaa;
  z-index: -1;
}
.custom_profile .company_facts_item__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.custom_profile .company_facts_item__text_title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  color: #2b2b2b;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom_profile .company_facts_item__text_subtitle {
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
}

.custom_profile .company_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*gap: 24px;*/
  gap: 16px;
  align-self: stretch;
}

.custom_profile .multi_progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 4px 0px;
  margin-right: 24px;
}
.custom_profile .multi_progress_item {
  display: flex;
  min-width: fit-content;
  width: calc(var(--item-width, 33.3333%) + 24px);
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
  margin-right: -24px;
  flex-grow: 1;

  height: 48px;
  border-radius: 48px;
  border: 1px solid #f3f5fb;
  background: #ededed;
}
@media screen and (max-width: 768px) {
  .custom_profile .multi_progress_item {
    justify-content: flex-start;
    width: calc(var(--item-width-norm, 100%) + 24px);
    min-width: fit-content;
    padding: 8px 27px;
  }
  .custom_profile .multi_progress_item .value_text{
    font-size: 22px!important;
  }
  .custom_profile .multi_progress_item .unit_text{
    font-size: 16px!important;
  }
  .custom_profile .multi_progress_item:first-child {
    padding: 8px 15px;
  }
  .custom_profile .multi_progress_item:last-child {
    padding-right: 15px;
  }
  .custom_profile .company_facts_item__text_title{
    font-size: 45px!important;
  }
  .custom_profile .company_facts_item__text_subtitle{
    font-size: 16px!important;
  }
  .custom_profile .company_facts_item{
    min-width: 135px!important;
  }
  .vacancies__wrap.js_other-jobs{
    padding: 0px!important;
  }
  .single-company .vacancies{
    padding-bottom: 0px!important;
  }

}
.custom_profile .multi_progress_item.men {
  border: 1px solid #f3f5fb;
  background: #cdd6ff;
}
.custom_profile .multi_progress_item.women {
  border: 1px solid #f3f5fb;
  background: #ffdd55;
}
.custom_profile .multi_progress_item .value_text {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: #2b2b2b;
}
.custom_profile .multi_progress_item .unit_text {
  font-size: 18px;
  font-style: normal;
  line-height: 1.5;
  color: #2b2b2b;
  text-wrap: nowrap;
}

.custom_profile .company_awards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.custom_profile .company_awards_item {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.custom_profile .company_awards_item__logo {
  flex: 0 0 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom_profile .company_awards_item__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.custom_profile .company_awards_item__text {
  font-size: 16px;
  line-height: 1.25;
  color: #2b2b2b;
  flex: 1 0 0;
}
.custom_profile .company_awards_item__text:first-child {
  text-transform: uppercase;
}
.custom_profile .company_quote_wrap {
  display: flex;
  align-self: stretch;
  padding: 32px 24px 32px 32px;
  align-items: flex-start;
  gap: 32px 40px;
  border-left: 4px solid #ffe397;
  flex-wrap: wrap;
}
.custom_profile .company_quote_person {
  display: flex;
  width: 200px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.custom_profile .company_quote_person_photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: lightgray 50% / cover no-repeat;
}
.custom_profile .company_quote_person_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.custom_profile .company_quote_person_info_name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}
.custom_profile .company_quote_person_info_position {
  font-size: 12px;
  line-height: 1.5;
  color: #4f4f4f;
}
.custom_profile .company_quote_text {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  flex: 1 0 230px;
  color: #2b2b2b;
}
.custom_profile .company_quote_text::before {
  content: '';
  position: absolute;
  top: 8px;
  left: -26px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background: no-repeat center / contain url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTguMDc4MDcgMjBMMTQuMzU1MyAwSDIwTDEzLjcxMjggMjBIOC4wNzgwN1oiIGZpbGw9IiMwMDY2Q0MiIGZpbGwtb3BhY2l0eT0iMC42Ii8+PHBhdGggZD0iTTAgMjBMNi4yNzcyIDBIMTEuOTIxOUw1LjYzNDcxIDIwSDBaIiBmaWxsPSIjMDA2NkNDIiBmaWxsLW9wYWNpdHk9IjAuNiIvPjwvc3ZnPg==');
}
.custom_profile .company_quote_text p:last-child {
  margin-bottom: 0;
}

/* Sticky side nav for company profile sections (desktop) */
@media screen and (min-width: 1024px) {
  .single-company__inner--profile-nav {
    display: flex;
    align-items: flex-start;
    gap: 32px;
  }
  .navigation-block--side {
    position: sticky;
    top: calc(var(--nav_height, 75px) + 60px);
    left:50px;
    flex: 0 0 220px;
    width: 220px;
    max-height: calc(100vh - 130px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px 0 20px;
    border-radius: 12px;
    background: #f3f5fb;
    border: 1px solid rgba(33, 33, 38, 0.08);
    box-sizing: border-box;
  }
  .navigation-block--side .navigation-block__list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .navigation-block--side .navigation-block__link {
    display: block;
    padding: 7px 14px;
    border-radius: 0px;
    border: none;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
    transition: background 0.15s ease;
  }
  .navigation-block--side .navigation-block__link:hover {
    background: rgba(55, 51, 255, 0.1);
  }
  .navigation-block--side .navigation-block__link.is-active {
    font-weight: 600;
    border-right: 4px var(--happy-purple) solid;
    color: black;
  }
  .single-article__main-text--with-profile-nav {
    flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 1023px) {
  .navigation-block--side {
    display: none;
  }
}

/* Company page: open positions tabs (same interaction pattern as flow_section__content_filters) */
.company_jobs_tabs{
  width: 100%;
}
.company_jobs_tabs .flow_section__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.company_jobs_tabs .flow_section__content_filters {
  display: flex;
  align-items: baseline;
  gap: 4px 24px;
  align-self: stretch;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .company_jobs_tabs .flow_section__content_filters {
    flex-wrap: wrap;
    white-space: normal;
  }
}
.company_jobs_tabs .flow_section__content_filters .filter_button {
  display: flex;
  padding: 4px 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.company_jobs_tabs .flow_section__content_filters .filter_button.active {
  color: var(--happy-purple);
  border-bottom: 1px solid var(--happy-purple);
}
.company_jobs_tabs .flow_section__content_list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px 16px;
  align-self: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.company_jobs_tabs .section-title {
  display: flex;
  gap: 15px;
}
.company_jobs_tabs .section-title .section-title__text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.company_jobs_tabs__title-icon {
  position: relative;
  top: 1px;
  flex-shrink: 0;
}
.company_jobs_tabs__empty {
  margin: 0;
  padding: 8px 0;
  color: #414141;
  line-height: 1.4;
  flex: 1 1 100%;
}
.company_jobs_tabs__show-all {
  margin: 12px 0 0;
  padding: 0;
  width: 100%;
  flex: 1 1 100%;
}
.company_jobs_tabs__show-all-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  white-space: nowrap;
}
.company_jobs_tabs .vacancies {
  /* Wrapper so global `.vacancies .vacancies__plate` / `._img` rules from style-all-new apply (same as vacancies page). */
  width: 100%;
  padding-top: 10px;
  margin-bottom:10px;
}
.company_jobs_tabs .company_page_jobs {
  width: 100%;
  max-width: 100%;
}
.company_jobs_tabs .company_page_jobs .vacancies__wrap {
  width: 100%;
}
.remote_first.cp_icon_location:before{
  top: 5px !important;
  background: url(/wp-content/themes/hm/assets/img/remote-first.svg) no-repeat center / contain !important;
}
/* .custom_profile:nth-child(1) {
  margin-bottom: 0px!important;
} */
.company-info__img img {
  height: 50px;
  width: auto;
}