

/* Start:/bitrix/templates/.default/components/bitrix/news/staff_refactored/style.css?173433996414890*/
.not-found-prompt {
  display: flex;
  justify-content: space-between;
  align-items: center;

  border: 1px solid #f2f6f7;
  box-shadow: 0 0 4px 2px #9999994f;
  border-radius: 21px;

  font-size: 16px;
  font-weight: 600;

  padding: 20px;
}

#staff-search input[type="submit"] {
  display: none;
}
.hidden-step {
  display: none !important;
}

.time-list .time {
  cursor: pointer;
}
.staff-input,
#staff-search-input {
  display: flex;
  flex-grow: 1;

  width: 100%;
  height: 55px;

  border: none;
  color: #757575;
  font-size: 0.9em;
  line-height: 18px;
  vertical-align: top;
  background: #ffffff;
  border-radius: 35px;
  border: 1px solid #d8d8d8;

  padding: 20px 26px;
}

.staff-input {
  height: auto;
  padding: 11px 20px;

  font-size: 15px;
  font-weight: 500;
}

.reseption-list .list {
  height: 55px !important;

  /* background: #ffffff !important; */
  border-radius: 35px !important;
  border: 1px solid #d8d8d8 !important;

  padding: 0 26px !important;
  margin-bottom: 0 !important;
  background-position: 0 0 !important;
}

.border-error {
  border: dashed red;
}

.d-flex {
  display: flex;
}

.space-betwen {
  justify-content: space-between;
}

.w-100 {
  width: 100%;
}

.price-range__slider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.price-range__slider .slider {
  width: 100% !important;
  margin: 0 !important;
}

.speed-arrow {
  transition-duration: 0s !important;
}

.speed-arrow::before {
  transition-delay: 0s !important;
}

.slider-handle {
  background: #0ea680 !important;
}

.staff-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 !important;
}

.page-top {
  max-width: 975px !important;
}

.page-top .col-md-12 {
  padding: 0 !important;
}

.staff-filters {
  position: relative;
  background: #f2f6f7;
  max-width: 975px;
  border-radius: 10px;

  padding: 40px;
  margin: 0 auto 40px;
}

.container {
  padding-top: 32px !important;
}

/* header {
  display: none !important;
} */


.staff-sort {
  position: absolute;
  top: -70px;
  right: 0;
  width: 200px;

}

@media (max-width: 1020px) {
  .staff-sort {
    position: static;
    width: 100%;
  }
  .page-top.maxwidth-theme {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.staff-sort ._smt-select__title {
  border: 1px solid #0ea680;
  color: #0ea680;
}

.w-widget_orientation_landscape .w-widget__content{
  width: 330px!important;
}
.w-widget_orientation_landscape .w-widget__content.opened {
  width: 480px!important;
}
@media screen and (max-width: 528px) {
  .w-widget_orientation_landscape .w-widget__content.opened {

    width: auto!important;
  }
  .w-widget_orientation_landscape .w-widget__content{
    width: 249px !important;
  }
  .w-widget__content{
    bottom: 92px!important;
  }

}
.doctors-reviews__welcome-video{
  z-index: 0 !important;
}
.direction__wrapper{
  display: flex; flex-wrap: wrap;  justify-content: space-between;
  gap: 20px;
}
.direction__card{
  position: relative;
  overflow: hidden;
  width: calc(50% - 13px); gap: 15px; padding: 0 30px 0 40px; background: white; border-radius: 15px; display: flex; align-items: center; justify-content: space-between;
}
.load-more__direction{
  align-items: center;
  background-color: transparent;
  border: none;
  color: #0dbc91;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: 700;
  margin-top: 40px;
  font-size: 14px;
  width: 100%;
}

.direction__card .title-h4{
  line-height: normal;
}

.direction__card .title-h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0;
}
.direction__card .card-title {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px){
  .direction__card{
    width: 100%;
    padding: 0 30px 0 30px;
  }
  .direction__wrapper{
    gap: 15px;
  }
  .direction__card .title-h4{
    font-size: 17px;
    margin: 25px 0;
  }

}
.direction__card .btn.white {
  color: #0DBC91 !important;
  background: #ffffff;

  border: 1px solid #0DBC91;
  position: relative;
  padding: 18px 19px 18px 17px;
}
.direction__card .btn.arrow:before{

  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -6px;
  width: 12px;
  height: 10px;
  background: url(/bitrix/templates/aspro-medc2/images/svg/Arrow_mask_and_white.svg) 0 0 no-repeat #0dbc91;
  transition: all 0s ease-in-out;

}
.direction__card .btn.white:hover{
  background-color:#0EA680;
  border-color: #0EA680;
}
.direction__card .btn.white:hover .btn.arrow:before{
background-color:#0dbc91;

}
.btn.arrow:hover:before{
  background-position: -14px 0;
  background-color: transparent;
}
.direction__card.hidden{
  display: none;
}
.load-more__direction.hidden{
  display: none;
}
.direction__wrapper .caret {
  border-width: 6px;
  border-style: solid;
  border-right: 6px solid transparent;
  border-color: #0dbc91 transparent transparent;
  margin-top: 9px;margin-left: 3px;
  width: 0;
  height: 0;
}
.doctors-landing__podcasts-section .section-header{
  text-align: center;
}
.doctors-landing__podcasts-section .theme-max-width{
  border-radius: 15px;
  border: 15px solid rgba(247, 247, 247, 1);
  padding: 60px 100px 70px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.doctors-landing__podcasts-section .btn-podcasts{
  border: 1px solid rgba(13, 188, 145, 1);
  display: block;
  cursor: pointer;
  border-radius: 48px;
  padding: 15px 37px;
  color: rgba(13, 188, 145, 1);
  font-size: 14px;
  margin: 14px auto 0;
  width: fit-content;

}

.playlist .tracks{
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  column-gap: 120px;
}
.playlist .tracks .track{
  display: flex;
  cursor: pointer;
  width: calc(50% - 60px);
  justify-content: space-between;
  gap: 20px;

  padding: 16px 17px 16px 25px;
  border: 1px solid transparent;
}

.playlist .tracks .track:hover{
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(13, 188, 145, 1);
  border-radius: 10px;

}
.playlist .tracks .track.active{
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(13, 188, 145, 1);
  border-radius: 10px;

}
.playlist .tracks .track:hover .track-name{
  color: rgba(13, 188, 145, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.playlist .tracks .track:hover .left__track .audio-play{
  opacity: 1;
}
.playlist .tracks .track:hover .numb__track{
  opacity: 0;
}
.playlist .tracks .numb__track-container{
  position: relative;
  left: -11px;

}
.playlist .tracks .numb__track{

  font-size: 16px;

  font-weight: 700;
  line-height: 24px;
  color: rgba(51, 51, 51, 1);


}
.playlist .tracks .track-name{
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;

  color: rgba(51, 51, 51, 1);

}
.playlist .tracks .track__date{

  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: left;
  color: rgba(134, 134, 134, 1);
  white-space: nowrap
}

.playlist .tracks .track-duration{
  color: rgba(134, 134, 134, 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: right;
}

.playlist .tracks .left__track{
  display: flex;
  gap: 1px;

}
.playlist .tracks .left__track .audio-play{
  width: 26px;
  height: 26px;
  max-width: none;
  right: 0;
  top: 0;

}
.plyr--audio{

  padding: 0 calc((100vw - 1280px)/2);
  margin-left: auto;
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.1);
  margin-right: auto;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 20!important;
  position: fixed!important;
  bottom: -1px;
}

.plyr__progress{
  --plyr-color-main:rgba(13, 188, 145, 1);

}

.plyr__controls{
  position: relative;
}
.plyr__progress__container{
  --plyr-color-main: rgba(189, 189, 189, 1);
  position: absolute;
  width: 100%;
  left: 0;
  top: -7px;
}
.plyr__time{
  display: none;
}
.plyr .plyr__volume{
  position: absolute;
  right: 0;
  top: 20px;
  transition: all 0.5s;
}
.plyr.end  .plyr__volume{
  position: absolute;
  right: 0;
  top: 27px;
}

.plyr .plyr__control[data-plyr="play"]{
  position: absolute;
  left: 40px;
  top: 22px;
  transition: all 0.5s;
}
.plyr.end .plyr__control[data-plyr="play"]{
  position: absolute;

  top: 31px;
}


.plyr{
  height: 75px;
  background: white;
  z-index: 400;
  transition: all 0.5s;
}
.plyr.end{
  height: 86px;
}
.next-play{
  height: 25px;
  left: calc((100vw - 1280px) / 2);
  z-index: 500;
  cursor: pointer;
  position: fixed;
  bottom: 23px;
  transition: all 0.5s;
}
.banner-img-mob{
  display: none;
}

.next-play:hover svg path{
  fill: rgb(13, 188, 145);
}
.next-play__right{
  transform: rotate(180deg);
  left: calc((100vw - 1280px) / 2 + 86px);

}

.bottom-player__wrapper{
  display: flex;
  gap: 12px;
  max-height: 65px;
  align-items: center;
  max-width: 1060px;
  left: calc((100vw - 1280px) / 2 + 147px);
  z-index: 6000;
  position: fixed;
  bottom: 5px;
  transition: all 0.5s;
}
.bottom-player__wrapper.end{
  bottom: 10px;
}
.photo-player{
  height: 60px;
  width: 83px;
  object-position: top;
  border-radius: 10px;
  object-fit: cover;
}
.bottom-player__wrapper .track-text__title{
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  text-align: left;
  color: rgba(51, 51, 51, 1);
}
.bottom-player__wrapper .track-text__subtitle{
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  letter-spacing: -0.03em;
  text-align: left;
  color: rgba(134, 134, 134, 1);
}
input[data-plyr=volume]{
  --plyr-color-main:rgba(13, 188, 145, 1);
}
.playlist-photo-mob{
  display: none;
}
.playlist-back{

  height: 40px;
  top: 561px;
  left: 30px;
  gap: 0px;
  border-radius: 46px;
  background: white;
  color: rgba(134, 134, 134, 1);
  margin: 0 30px 20px ;
  width: calc( 100% - 30px*2);
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;

  border: 1px solid rgba(134, 134, 134, 1)
}
.plyr-2{
  display: none;
}
:root{
  --plyr-audio-control-background-hover: rgb(13, 188, 145);
  --plyr-audio-control-color:  rgba(189, 189, 189, 1);

  --plyr-range-track-height:6px;
  --plyr-color-main:rgba(193, 200, 209, 0);
  --plyr-range-thumb-shadow: transparent;
  --plyr-range-thumb-background: transparent;

}
@media(max-width: 1799px) and (min-width: 1200px){
  .doctors-landing__podcasts-section .theme-max-width{
    padding: 60px 70px 70px;
  }
}
@media(max-width: 1199px){
  .doctors-landing__podcasts-section .theme-max-width{
    padding: 40px 30px 50px;
  }
  .playlist .tracks .track{
    width: calc(50% - 30px);
  }
  .playlist .tracks{
    column-gap:60px;
  }
}
@media (max-width: 1350px){
  .wrapper__banner{
    overflow: hidden;
    height: 430px;
  }

}


@media (max-width: 1280px){
  #next-play__prew{
    left: 15px;
  }
  .next-play__right{
    left: 73px;
  }
  .bottom-player__wrapper{
    left: 120px;
  }
  .plyr__progress input[type=range], .plyr__progress__buffer {
    width: 100% !important;
  }
}
@media (max-width: 1100px){

  .audio-banner .wrapper__banner .banner-img{
    right: -250px;
  }

}
@media (max-width: 1000px){

  .audio-banner .wrapper__banner{
    height: 385px;
  }
  .audio-banner .wrapper__banner .banner-img{
    right: -297px;
    max-width: none;
    height: 385px;
  }

  .bottom-player__wrapper{
    max-width: 500px;
  }

}
@media (max-width: 800px){
  .audio-banner .wrapper__banner .banner-img{
    right: -334px;

  }
}

@media (max-width: 768px){

  .banner-img-mob{
    display: block;
  }
  .next-play svg{
    width: 35px;
    height: 35px;
  }
  .next-play{
    height: 35px;
    bottom: 13px;
  }
  .plyr.end{
    height: 70px;
  }
  .next-play.end{
    bottom: 17px;
  }
  .plyr.end .plyr__control[data-plyr=play]{
    top:13px;
  }
  .bottom-player__wrapper.end {
    bottom: 16px;
  }
  .photo-player{
    width: 44px;
    height: 32px;
    border-radius: 2px;
  }


  .bottom-player__wrapper .track-text{
    display: none;
  }
  .bottom-player__wrapper{
    left: 30px;
  }
  #next-play__prew{
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    right: 17%;
    left: 0;

    width: fit-content;
    text-align: center;
  }
  .next-play__right{
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 17%;
    right: 0;

    width: fit-content;
    text-align: center;
  }
  .plyr .plyr__volume{
    display: none;
  }
  .plyr .plyr__control[data-plyr=play]{
    position: absolute;
    margin-left: auto!important;
    margin-right: auto!important;
    left: 0;
    z-index: 5000;
    right: 0;
    --plyr-control-icon-size: 30px;
    width: fit-content;
    text-align: center;
  }

  .plyr__progress input[type=range], .plyr__progress__buffer{
    width: 100%!important;
  }
  .plyr{
    height: 65px;
  }
  .plyr .plyr__control[data-plyr=play]{
    top:13px;
  }
  .bottom-player__wrapper{
    bottom: 13px;
  }

  .plyr-2{
    background: none;
    height: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
    bottom: 99px;
    width: 100%;
    min-width: 0;
    left: 0;
    right: 0;
    position: absolute;
  }
  .plyr-2 .plyr__control svg{
    fill: rgba(189, 189, 189, 1);

  }
  .plyr-2 .plyr__control[data-plyr="mute"]{
    position: absolute;
    left: 30px;
    --plyr-control-icon-size:20px;
  }
  .next-play-mob.next-play__prew{
    margin-left: auto;
    margin-right: auto;
    right: 123px;
    left: 0;
  }
  .next-play-mob.next-play.end{
    bottom: 60px;
  }
  .next-play-mob.next-play__next{
    margin-left: auto;
    margin-right: auto;
    left: 123px;
    right: 0;
  }
  .next-play-mob{
    width: fit-content;
    bottom: 60px;
    position: absolute;
    margin: 0;
  }
  .plyr-2 .plyr__control[data-plyr=play]{
    position: static;
  }
  .additional-play-button{
    top:-60px!important;
  }

}
@media (max-width: 465px){
  #next-play__prew{
    right: 128px;
  }
  .next-play__right{
    left: 128px;
  }

}
@media (max-width: 1199px){
  .playlist .tracks .track{
    width: 100%;
  }
}
@media (max-width: 550px){
  .doctors-landing__podcasts-section .theme-max-width {
    padding: 40px 7px 50px;
    border: 12px solid rgba(247, 247, 247, 1);
  }

}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/staff_refactored/assets/select.css?17210611264991*/
._smt-select {
    position: relative;
}

._smt-select select {
    display: none;
}

._smt-select__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

._smt-select__title._smt-select--open {
    border-radius: 21px 21px 0 0;
    position: relative;
    z-index: 3;

    border-bottom: none;
}

._smt-select__title:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 20px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #000000 transparent transparent transparent;
}

._smt-select__title._smt-select--open:after {
    border-color: transparent transparent #000000 transparent;
    top: 16px;
}

._smt-select__options ._smt-select__option,
._smt-select__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    padding: 11px 20px;
    cursor: pointer;
    user-select: none;
}

._smt-select__title {
    background-color: #ffffff;
    border-radius: 21px;
    border: 1px solid #d8d8d8;

    font-weight: 400;
    font-size: 15px;
}

._smt-select__options {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    box-shadow: 0px 7px 20px 0px #0000001a;
    border-radius: 0 0 21px 21px;

    border: 1px solid #d8d8d8;
    border-top: none;

    max-height: 300px;
    overflow-y: auto;
}

._smt-select__hidden {
    display: none;
}

._smt-select__options ._smt-select__option:hover,
._smt-select__option-selected {
    background-color: #0dbc91;
    color: #ffffff;
}

._smt-select__option:last-child {
    border-radius: 0 0 21px 21px;
}

.more-rounded ._smt-select__title:after {
    right: 25px;
    top: 27px;
}

.more-rounded ._smt-select__title._smt-select--open:after {
    top: 22px;
}

.more-rounded ._smt-select__options ._smt-select__option,
.more-rounded ._smt-select__title {
    padding: 17px 20px;
}

.more-rounded ._smt-select__title {
    border-radius: 35px;
}

.more-rounded ._smt-select__title._smt-select--open {
    border-radius: 25px 25px 0 0;
}

.more-rounded ._smt-select__options,
.more-rounded ._smt-select__option:last-child {
    border-radius: 0 0 25px 25px;
}

.all_filter {
    display: none;
}

.filter-row-3 {
    width: 33%;
    padding-left: 2%;
    display: inline-flex !important;

    justify-content: center;

}

.filter-row-4 {
    display: inline-flex !important;
    width: 65.5%;
}

@media (max-width: 1020px) {
    .filter-row-3 {
        width: 100%;
        padding-left: 0;
        display: flex !important;


    }
.staff-sort{
    margin-bottom: 15px;
}
    .filter-row-4 {
        display: flex !important;
        width: 100%;
    }
}

@media (max-width: 544px) {
    .filt-mob-none {
        display: none !important;
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 1s ease, display 0.5s ease;
    }

    .filt-mob-none.show {
        display: block;
        transform: scaleY(1);
    }

    .all_filter {
        display: block;
        font-size: 12px;

    }

    ._smt-select__title {
        padding: 15px 16px !important;
        border-radius: 30px;
        font-size: 12px;
    }

    .staff-filters form {
        display: flex;
        flex-direction: column;
    }

    .staff-filters .filter-row-1 {
        order: 0;
        position: relative;
        z-index: 20;
    }

    .staff-filters .filter-row-2 {
        position: relative;
        z-index: 15;
    }

    .staff-filters .filter-row-3 {
        order: 2;
        position: relative;
        z-index: 13;
    }

    .staff-filters .filter-row-4 {

        position: relative;
        z-index: 14;
    }

    .staff-filters .filter-row-4 #filter-row-4-1 {
        position: relative;
        z-index: 15;
    }

    .staff-filters .btn {
        order: 3;
        width: 136px;
    }

    .staff-filters .alphabet-filter {
        order: 1;
    }

    .staff-filters .filter-block-online {
        display: flex;
        justify-content: space-between;
        align-items: self-start;
    }

    .filter-row-3 .col {
        width: 100%;
    }

    .staff-filters .filter-block-online .toggle-switch {
        width: auto;
        font-size: 12px;
    }

    .staff-filters ._smt-select__options {
        z-index: 80000;
    }

    #staff-search {
        font-size: 12px;
    }

    .staff-filters {
        padding: 35px 35px 45px 35px;
    }

    ._smt-select__title:after {
        top: 24px !important;
        right: 20px !important;
    }

    .alphabet-filter .alphabet-filter__item {
        font-size: 12px;
    }

    .alphabet-filter {
        margin-top: 7px !important;
        margin-bottom: 24px !important;
    }

    .all_filter {
        cursor: pointer;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/staff_refactored/assets/switch.css?1710341086363*/
.slider .round {
  background: #fff;
  border: 1px solid #0dbc91;
}
.toggle-switch {
  width: 100%;
  height: 100%;

  justify-content: center;

  font-size: 15px;
  font-weight: 400 !important;
  color: #333333;
}
.toggle-switch .colored {
  font-weight: 700 !important;
  color: #0dbc91;
}

.toggle-switch .switch {
  margin-left: 12px;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/staff_refactored/assets/grid.css?1710341346761*/
.row-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row-2 .col {
  width: calc(100% / 2 - 24px * 1 / 2);
}

@media (max-width: 1020px) {
  .row-2 {
    flex-direction: column;
  }
  .row-2 .col {
    width: 100%;
  }
}
.row-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row-3 .col {
  width: calc(100% / 3 - 20px * 2 / 3);
}

@media (max-width: 1020px) {
  .row-3 {
    flex-direction: column;
  }
  .row-3 .col {
    width: 100%;
  }
}

.filter-row-1 {
  margin-bottom: 40px;
}
.filter-row-2 {
  margin-bottom: 20px;
}
@media (max-width: 1020px) {
  .filter-row-1,
  .filter-row-2 {
    margin-bottom: 0;
  }
  .col {
    margin-bottom: 10px;
  }
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/staff_refactored/assets/cards.css?17379820151439*/
.item {
  height: calc(100% - 35px);
  overflow: hidden;
  transition-duration: 1s !important;
}

.item .wrap {
  height: 100% !important;
}

.body-info {
  position: relative;
  left: 0;
  transition: 0.4s !important;
  height: 100%;
}

.body-info .post {
  color: #2d2d2d !important;
}

.item:hover .body-info {
  transform: translateY(-320px) !important;
  transform: translateY(-120px) !important;
}

.properties-bar {
  left: 0;
  width: fit-content;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -15px;
  display: flex;
  justify-content: center;
  border-radius: 38px;
  background: #fff;
  box-shadow: 0 0 4px 2px #9999994f;

  padding: 5px 10px;
}
.properties-bar > * + * {
  position: relative;
  margin-left: 20px;
}
.properties-bar > * + *::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -10px;

  width: 1px;
  height: 80%;

  background: #dcdcdc;
}
.properties-bar__property {
  display: flex;
  align-items: center;

  font-size: 14px;
  font-weight: 400;
}
.properties-bar__property .highlight {
  color: #0dbc91;
  font-weight: 700;
  white-space: nowrap;
}

.star {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/svg/rating/on.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/news/staff_refactored/style.css?173433996414890 */
/* /bitrix/templates/.default/components/bitrix/news/staff_refactored/assets/select.css?17210611264991 */
/* /bitrix/templates/.default/components/bitrix/news/staff_refactored/assets/switch.css?1710341086363 */
/* /bitrix/templates/.default/components/bitrix/news/staff_refactored/assets/grid.css?1710341346761 */
/* /bitrix/templates/.default/components/bitrix/news/staff_refactored/assets/cards.css?17379820151439 */
