

/* Start:/bitrix/templates/aspro-allcorp3medc/components/bitrix/news/staff/style.css?17787744131042*/
.staff__filter-select {
    margin-bottom: 24px;
}
.staff__filter .line-block__item {
    flex: 1;
    min-width: 0;
}
.staff__filter-select .dropdown-select__title {
    padding: 7px 41px 7px 13px;
    position: relative;
    height: 39px;
}
.staff__filter-select .dropdown-select__title span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 13px;
    right: 41px;
    transform: translateY(-50%);
    top: 50%;
}
.staff__filter-select .dropdown-select__title .svg {
    margin: 0;
    position: absolute;
    right: 17px;
    top: 18px;
}
.staff__filter-select .dropdown-menu-wrapper {
    left: -1px;
    width: calc(100% + 2px);
    top: -1px;
}
.staff__filter-select .dropdown-menu-wrapper .dropdown-menu-inner {
    max-height: 220px;
}
.staff__filter-select .dropdown-select__list-link {
    word-break: break-word;
    white-space: normal;
}
@media (min-width: 601px){
    .staff__filter.line-block .dropdown-select {
        max-width: 320px;
    }
}
/* End */


/* Start:/bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/staff-list-inner/style.css?17787823626652*/
.staff-list-inner {
}
.staff-list-inner__section {
  margin-top: 41px;
}
.staff-list-inner .staff-list-inner__section:first-child {
  margin-top: 0;
}
.staff-list-inner__section-content {
  margin-bottom: 24px;
}
.staff-list-inner__section-title {
  font-size: 1.73333em;
  line-height: calc(1em + 7px);
  color: #333;
  color: var(--white_text_black);
  margin-bottom: 23px;
}
.staff-list-inner__section-description {
}
.staff-list-inner__list {
}
.staff-list-inner__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36px;
  border: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
}
.staff-list-inner__image-wrapper {
  position: relative;
  margin-right: 35px;
}
.staff-list-inner__image {
  width: 120px;
  height: 120px;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.staff-list-inner__image-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.staff-list-inner__content-wrapper {
  position: relative;
  width: 100%;
}
.staff-list-inner__top {
  position: relative;
  margin-bottom: 14px;
}
.staff-list-inner__bottom {
}
.staff-list-inner__label {
  font-size: 0.86667em;
  line-height: calc(1em + 7px);
  color: #999999;
  margin-bottom: 5px;
}
.staff-list-inner__name {
  font-size: 1.2em;
  line-height: calc(1em + 7px);
  color: #333333;
  color: var(--white_text_black);
  font-weight: bold;
}
.staff-list-inner__properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -19px;
  margin-right: -19px;
  margin-top: -14px !important;
}
.staff-list-inner__property {
  padding: 0 19px;
  margin-top: 14px;
}
.staff-list-inner__property-label {
  font-size: 0.86667em;
  line-height: calc(1em + 7px);
  color: #999999;
}
.staff-list-inner__property-value {
}
.staff-list-inner__feedback {
  margin-top: -2px;
}
.staff-list-inner__arrow--mobile {
  display: none;
}
.staff-list-inner__description {
  padding-top: 20px;
}
.staff-list-inner__description p:last-child {
  margin-bottom: 0;
}
.staff-list-inner__list--border-edging .staff-list-inner__item {
  border-radius: 0;
}
.staff-list-inner__list--border-edging .staff-list-inner__wrapper:first-child .staff-list-inner__item {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.staff-list-inner__list--border-edging .staff-list-inner__wrapper:last-child .staff-list-inner__item {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 1200px) {
  .staff-list-inner__property--feedback {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .staff-list-inner__item {
    flex-direction: column;
  }
  .staff-list-inner__image-wrapper {
    margin: 0 0 33px 0;
  }
  .staff-list-inner__properties,
  .staff-list-inner__properties.line-block {
    align-items: flex-start;
  }
  .staff-list-inner__property {
    margin: 14px 0 0 0;
  }
  .staff-list-inner__property {
  }
  .staff-list-inner__property--feedback {
    width: 100%;
  }
  .staff-list-inner__property--socials {
    width: 100%;
  }
  .staff-list-inner__socials {
    margin-top: 5px;
  }
  .staff-list-inner__arrow--mobile {
    display: block;
  }
  .staff-list-inner__arrow--desktop {
    display: none;
  }
}
/* ============================================================ */
/* === НОВЫЙ КОД ДЛЯ ДОБАВЛЕНИЯ В КОНЕЦ style.css            === */
/* ============================================================ */

/* Цена + кнопка - абсолютно позиционируются справа,
   на одной вертикальной линии с именем врача. */
.staff-list-inner__booking {
    position: absolute;
    top: 50%;
    right: 50px;                 /* отступ от стрелки .staff-list-inner__arrow--desktop */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 20px;
}

.staff-list-inner__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.2;
    text-align: right;
}

.staff-list-inner__price-label {
    font-size: 0.86667em;
    line-height: calc(1em + 5px);
    color: #999999;
    margin-bottom: 2px;
}

.staff-list-inner__price-value {
    font-size: 1.2em;
    line-height: calc(1em + 5px);
    color: #333333;
    color: var(--white_text_black);
    font-weight: bold;
    white-space: nowrap;
}

/* Залитая зелёная кнопка.
   !important на color нужен чтобы перебить родительские классы карточки
   (colored_theme_hover_bg-block / animate-arrow-hover), которые при наведении
   на любое место карточки меняют цвет всех потомков на цвет темы. */
.staff-list-inner__record-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 24px;
    border-radius: 24px;
    background: #1d9e75;
    color: #fff !important;
    border: 0;
    font-size: 0.93333em;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: background-color .2s ease, -webkit-transform .2s ease;
    transition: background-color .2s ease, -webkit-transform .2s ease;
    transition: background-color .2s ease, transform .2s ease;
    transition: background-color .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

.staff-list-inner__record-btn:hover,
.staff-list-inner__record-btn:focus {
    background: #2bb589;
    color: #fff !important;
    text-decoration: none;
}

.staff-list-inner__record-btn:active {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

/* Мобилка - блок встаёт в обычный поток под имя,
   убираем абсолютное позиционирование. */
@media (max-width: 600px) {
    .staff-list-inner__booking {
        position: static;
        -webkit-transform: none;
        transform: none;
        margin-top: 14px;
        gap: 16px;
        flex-wrap: wrap;
    }
    .staff-list-inner__price {
        text-align: left;
    }
    .staff-list-inner__record-btn {
        padding: 10px 20px;
    }
}
/* End */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/news/staff/style.css?17787744131042 */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/staff-list-inner/style.css?17787823626652 */
