

/* Start:/bitrix/templates/aspro-priority2/components/bitrix/news.list/price/style.css?17629719445156*/
.vacancy-list-inner__section-description {
}
.vacancy-list-inner__list {
}
.vacancy-list-inner__top {
  position: relative;
}
.vacancy-list-inner__bottom {
  position: relative;
}
.vacancy-list-inner__item {
  position: relative;
  padding: 35px 39px;
  border: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
}
.vacancy-list-inner__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.vacancy-list-inner__pay--visible-mobile {
  margin-top: 10px;
  display: none;
}

.vacancy-list-inner__preview-text {
  margin-top: 15px;
}

.vacancy-list-inner__btn-wrapper {
  display: block;
  position: relative;
  margin-top: 30px;
}
table.table thead + tbody td .th-mobile {
  display: none;
}

@media (max-width: 768px) {
  .vacancy-list-inner__pay--visible-desktop {
    display: none;
  }
  .vacancy-list-inner__pay--visible-mobile {
    display: block;
  }
  .vacancy-list-inner__arrow {
    display: none;
  }
}
@media (max-width: 600px) {
  .vacancy-list-inner__head {
    flex-direction: column;
  }
  .vacancy-list-inner__properties {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  table.table:not(.table-full-width),table.table:not(.table-full-width) thead,table.table:not(.table-full-width) tbody,table.table:not(.table-full-width) th,table.table:not(.table-full-width) td,table.table:not(.table-full-width) tr {
    display:block;
    clear: both
  }

  table.table:not(.table-full-width) thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
  }

  table.table:not(.table-full-width) thead + tbody td .th-mobile {
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
  }

  table.table:not(.table-full-width) thead + tbody tr:not(.nomobile) td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: left!important;
    min-height: 32px;
    word-break: break-all
  }

  table.table thead + tbody td.table-head-group .th-mobile {
    display: none
  }

  table.table thead + tbody tr:not(.nomobile) td.table-head-group {
    padding-left: 6px
  }

  table.table .td-hidden-xs {
    display: none
  }
}
.services-layout {
  display: flex;
  gap: 30px;
  position: relative;
}

.services-sidebar {
  flex: 0 0 300px;
  position: sticky;
  top: 20px;
  align-self: flex-start;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}

.sidebar-sticky {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #e9ecef;
}

.sidebar-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c5aa0;
  border-bottom: 2px solid #2c5aa0;
  padding-bottom: 10px;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu-item {
  margin-bottom: 8px;
}

.sidebar-menu-link {
  display: block;
  padding: 12px 15px;
  color: #495057;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  background: white;
  border: 1px solid #e9ecef;
}

.sidebar-menu-link:hover,
.sidebar-menu-link.active {
  background: #2c5aa0;
  color: white;
  border-color: #2c5aa0;
}

.items-count {
  font-size: 12px;
  color: #6c757d;
  margin-left: 5px;
}

.sidebar-menu-link.active .items-count {
  color: #ffffff;
}

.services-content {
  flex: 1;
  min-width: 0;
}

.services-filters {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.form-control, .form-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: white;
  transition: border-color 0.3s;
}

.form-control:focus, .form-select:focus {
  border-color: #2c5aa0;
  outline: none;
  box-shadow: 0 0 0 2px rgba(44, 90, 160, 0.1);
}

.price-cell {
  font-weight: 600;
  color: #2c5aa0;
}

.table th {
  background-color: #2c5aa0;
  color: white;
  font-weight: 600;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.tag-badge {
  background: #e9ecef;
  color: #495057;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  white-space: nowrap;
}

.service-row {
  transition: all 0.3s ease;
}

.service-row:hover {
  background-color: #f8f9fa;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .services-layout {
    flex-direction: column;
  }

  .services-sidebar {
    flex: none;
    position: static;
    max-height: none;
    width: 100%;
  }

  .sidebar-sticky {
    position: static;
  }
}

@media (max-width: 768px) {
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
/* End */
/* /bitrix/templates/aspro-priority2/components/bitrix/news.list/price/style.css?17629719445156 */
