

/* 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 */
/* /bitrix/templates/.default/components/bitrix/news/staff_refactored/style.css?173433996414890 */
