

/* Start:/bitrix/templates/.default/components/bitrix/news/jobs_main/bitrix/news.list/.default/style.css?17557025851665*/
    .card {
  width: 100%;
  background: linear-gradient(0deg, rgba(62, 83, 148, 0.10), rgba(62, 83, 148, 0.10)), #fff;
  border-radius: 30px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
  margin-bottom: 35px;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.job-title {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 200px;
}

.heading {
 font-family: 'All';
 font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  margin: 0;
}

.tag {
  background: rgba(62, 83, 148, 0.6);
  border-radius: 15px;
  padding: 4px 8px;
  font-size: 14px;
  font-family: Bahnschrift, sans-serif;
  font-weight: 350;
  color: #fff;
}

.actions {
  display: flex;
  align-items: center;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: Bahnschrift, sans-serif;
  font-size: 16px;
  font-weight: 350;
  color: #000;
}

.btn-link .arrow {
  transition: transform 0.3s;
}

.btn-link:hover .arrow {
  transform: translateX(4px);
}

.description {
  font-family: Bahnschrift, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
  margin: 0;
}

.info {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Bahnschrift, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000;
}

.news-list .card {
  background: linear-gradient(0deg, rgba(62, 83, 148, 0.10), rgba(62, 83, 148, 0.10)), #fff !important;
  
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/jobs_main/bitrix/news.list/.default/style.css?17557025851665 */
