

/* 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/cmt-new/assets/styles/landings/doctors.css?172527972085684*/
@media (max-width: 599px) and (min-width: 1px) {
    .view-phone {
        display: block;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .view-phone {
        display: none;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .view-phone {
        display: none;
    }
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .view-phone {
        display: none;
    }
}
@media (min-width: 1800px) {
    .view-phone {
        display: none;
    }
}
@media (max-width: 599px) and (min-width: 1px) {
    .view-tablet-portrait {
        display: none;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .view-tablet-portrait {
        display: block;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .view-tablet-portrait {
        display: none;
    }
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .view-tablet-portrait {
        display: none;
    }
}
@media (min-width: 1800px) {
    .view-tablet-portrait {
        display: none;
    }
}
@media (max-width: 599px) and (min-width: 1px) {
    .view-tablet-landscape {
        display: none;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .view-tablet-landscape {
        display: none;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .view-tablet-landscape {
        display: block;
    }
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .view-tablet-landscape {
        display: none;
    }
}
@media (min-width: 1800px) {
    .view-tablet-landscape {
        display: none;
    }
}
@media (max-width: 599px) and (min-width: 1px) {
    .view-desktop {
        display: none;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .view-desktop {
        display: none;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .view-desktop {
        display: none;
    }
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .view-desktop {
        display: block;
    }
}
@media (min-width: 1800px) {
    .view-desktop {
        display: none;
    }
}
@media (max-width: 599px) and (min-width: 1px) {
    .view-big-desktop {
        display: none;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .view-big-desktop {
        display: none;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .view-big-desktop {
        display: none;
    }
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .view-big-desktop {
        display: none;
    }
}
@media (min-width: 1800px) {
    .view-big-desktop {
        display: block;
    }
}
@media (max-width: 599px) and (min-width: 1px) {
    .hide-phone {
        display: none !important;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .hide-tablet-portrait {
        display: none !important;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .hide-tablet-landscape {
        display: none !important;
    }
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .hide-desktop {
        display: none !important;
    }
}
@media (min-width: 1800px) {
    .hide-big-desktop {
        display: none !important;
    }
}
.title-search-result .title-search-input_fixed {
    z-index: 20;
}
.doctors-landing {
    display: flex;
    flex-direction: column;
    width: 100%;
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .doctors-landing .theme-max-width {
        max-width: 1200px;
    }
}
@media (min-width: 1800px) {
    .doctors-landing .theme-max-width {
        max-width: 1300px;
    }
}
.doctors-landing__header {
    /*background: rgba(66, 66, 66, 0.22);*/
    /*position: relative;*/
    /*z-index: 3;*/
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__header {
        padding-bottom: 16px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__header {
        padding-bottom: 16px;
    }
}
.doctors-landing__header .phone-number a,
.doctors-landing__header .work-period,
.doctors-landing__header .phone-callback:hover,
.doctors-landing__header .top-submenu__item {
    /*color: #fff;*/
}
.doctors-landing__header .header-search__input {
    /*background: rgba(247, 247, 247, 0.2) !important;*/
    /*color: #fff !important;*/
}
.doctors-landing__header .header-v2_1__middle .actions {
    /*gap: 0 8px;*/
}
.doctors-landing__header .header-v2_1__middle .actions .button {
    /*margin: 0;*/
    /*background-color: transparent;*/
    /*color: #fff;*/
}
.doctors-landing__main-nav {
    padding: 0 0 24px;
    box-sizing: border-box;
    /*background: rgba(66, 66, 66, 0.22);*/
    /*position: relative;*/
    /*z-index: 2;*/
}
.doctors-landing__main-nav .list-item,
.doctors-landing__main-nav .dropdown {
    /*color: #fff !important;*/
}
.doctors-landing__main-nav .list-item:after,
.doctors-landing__main-nav .dropdown:after {
    /*border-top-color: #fff !important;*/
}
.doctors-landing__welcome-video {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    /*margin-top: -227px;*/

    position: relative;
    z-index: 1;
}
.doctors__landing-experts__slider .glide__track{
    padding-bottom: 3px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__welcome-video {
        margin-top: 0;
        height: auto;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__welcome-video {
        /*margin-top: -200px;*/
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__welcome-video {
        /*margin-top: -269px;*/
    }
}
.doctors-landing__welcome-video .background-video {
    object-fit: cover;
    width: 100%;
    object-position: top ;
    height: 100%;
}
.doctors-landing__about {
    box-sizing: border-box;
    padding: 80px 0;
    background: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/doctors-landing/bio-bg.svg") no-repeat center bottom;
    background-size: contain;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about {
        padding: 24px 0;
        background: none;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about {
        padding: 32px 0;
        background: none;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about {
        padding: 32px 0;
        background: none;
    }
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .doctors-landing__about {
        background-image: none;
    }
}
.doctors-landing__about .bio {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    column-gap: 95px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .bio {
        display: flex;
        flex-direction: column;
    }
    .doctors-landing__about .bio .fio {
        margin-bottom: 32px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .bio {
        align-items: flex-start;
        column-gap: 24px;
        grid-template-columns: 1.2fr 0.8fr;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .bio {
        align-items: flex-start;
        column-gap: 24px;
        grid-template-columns: 1.2fr 0.8fr;
    }
}
.doctors-landing__about .bio__photo {
    max-height: 642px;
    position: relative;
    overflow: hidden;
    border-radius: 70px 0 70px 0;
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .bio__photo {
        border-radius: 50px 0 50px 0;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .bio__photo {
        border-radius: 50px 0 50px 0;
    }
}
.doctors-landing__about .bio__photo .online-consult {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    background: #2e94bf;
    border-radius: 0 0 0 16px;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding: 8px 16px;
}
.doctors-landing__about .bio__photo .balloon {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 16px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: rgba(38, 54, 75, 0.6);
    font-size: 14px;
}
.doctors-landing__about .bio__photo .balloon.--experience {
    border: 1px solid #0dbc91;
    top: 57.5%;
    /*left: 54%;*/
    right: 8%;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .bio__photo .balloon.--experience {
        top: 60%;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .bio__photo .balloon.--experience {
        top: 60%;
        right: 6%;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .bio__photo .balloon.--experience {
        top: 60%;
    }
}
.doctors-landing__about .bio__photo .balloon.--experience .counter {
    font-size: 24px;
    color: #0dbc91;
    font-weight: bold;
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .doctors-landing__about .bio__photo .balloon.--experience .counter {
        font-size: 45px;
    }
}
@media (min-width: 1800px) {
    .doctors-landing__about .bio__photo .balloon.--experience .counter {
        font-size: 45px;
    }
}
.doctors-landing__about .bio__photo .balloon.--experience:before {
    content: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/doctors-landing/green-plus.svg");
    position: absolute;
    left: -10px;
    top: -10px;
}
.doctors-landing__about .bio__photo .balloon.--rating {
    border: 1px solid #0dbc91;
    top: 70%;
    left: 5%;
    row-gap: 8px;
}
.doctors-landing__about .bio__photo .balloon.--rating:before {
    content: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/doctors-landing/green-comma.svg");
    position: absolute;
    right: -10px;
    top: -10px;
}
.doctors-landing__about .bio__photo .balloon.--rating .reviews-counter {
    color: #0dbc91;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .bio__photo .balloon.--rating .reviews-counter {
        font-size: 14px;
    }
}
.doctors-landing__about .bio__photo .balloon.--rating .reviews-counter:hover {
    color: #26364b;
}
.doctors-landing__about .bio__photo .balloon.--rating .rate {
    height: 20px;
    width: 120px;
    background: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/svg/rating/off.svg") left top repeat-x;
    position: relative;
}
.doctors-landing__about .bio__photo .balloon.--rating .rate .rate__progress {
    height: 20px;
    background: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/svg/rating/on.svg") left top repeat-x;
}
.doctors-landing__about .bio__photo .balloon.--rating .rate .rate__progress.--star-1 {
    width: 24px;
}
.doctors-landing__about .bio__photo .balloon.--rating .rate .rate__progress.--star-2 {
    width: 48px;
}
.doctors-landing__about .bio__photo .balloon.--rating .rate .rate__progress.--star-3 {
    width: 72px;
}
.doctors-landing__about .bio__photo .balloon.--rating .rate .rate__progress.--star-4 {
    width: 96px;
}
.doctors-landing__about .bio__photo .balloon.--rating .rate .rate__progress.--star-5 {
    width: 120px;
}
.doctors-landing__about .bio__photo .balloon.--socials {
    flex-direction: row;
    column-gap: 16px;
    border: 1px solid #e62249;
    bottom: 8%;
    right: 8%;
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .bio__photo .balloon.--socials {
        right: 6%;
    }
}
.doctors-landing__about .bio__photo .balloon.--socials:before {
    content: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/doctors-landing/red-soc.svg");
    position: absolute;
    left: -10px;
    top: -10px;
}
.doctors-landing__about .bio__photo .balloon.--socials .icon {
    height: 20px;
    width: 20px;
}
.doctors-landing__about .bio__photo-img {
    height: auto;
    width: 100%;
}
.doctors-landing__about .bio__info {
    display: flex;
    flex-direction: column;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .bio__info {
        margin-top: 24px;
        width: 100%;
    }
}
.doctors-landing__about .bio__info .fio {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 35px;
    margin: 0;
    padding: 0;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .bio__info .fio {
        font-size: 18px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .bio__info .fio {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .bio__info .fio {
        font-size: 20px;
    }
}
.doctors-landing__about .bio__info .fio strong {
    font-size: 56px;
    padding-bottom: 8px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .bio__info .fio strong {
        font-size: 22px;
        padding-bottom: 0;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .bio__info .fio strong {
        font-size: 26px;
        padding-bottom: 0;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .bio__info .fio strong {
        font-size: 26px;
        padding-bottom: 0;
    }
}
.doctors-landing__about .bio__info .specialization {
    list-style-type: none;
    padding: 0;
    margin: 25px 0 11px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .bio__info .specialization {
        margin: 8px 0;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .bio__info .specialization {
        margin: 16px 0;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .bio__info .specialization {
        margin: 16px 0;
    }
}
.doctors-landing__about .bio__info .specialization__item {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    /*row-gap: 8px;*/
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .bio__info .specialization__item {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 6px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .bio__info .specialization__item {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 8px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .bio__info .specialization__item {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 16px;
    }
}
.doctors-landing__about .bio__info .specialization__item:last-child {
    margin-bottom: 0;
}
.doctors-landing__about .bio__info .specialization__item .title {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: rgba(38, 54, 75, 0.6);
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .bio__info .specialization__item .title {
        font-size: 12px;
        line-height: normal;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .bio__info .specialization__item .title {
        font-size: 12px;
        line-height: normal;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .bio__info .specialization__item .title {
        font-size: 12px;
        line-height: normal;
    }
}
.doctors-landing__about .bio__info .locations {
    padding: 0;
    margin: 14px 0;
    list-style-type: none;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .bio__info .locations {
        margin: 8px 0;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .bio__info .locations {
        margin: 8px 0;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .bio__info .locations {
        margin: 8px 0;
    }
}
.doctors-landing__about .bio__info .locations__item {
    align-items: center;
    display: flex;
    column-gap: 8px;
    font-weight: bold;
    font-size: 18px;
    padding-left: 0;
    line-height: 24px;
    margin-bottom: 16px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .bio__info .locations__item {
        align-items: flex-start;
        flex-direction: column;
        font-weight: normal;
        font-size: 14px;
        line-height: normal;
        margin-bottom: 6px;
    }
    .doctors-landing__about .bio__info .locations__item-metro {
        display: flex;
        justify-content: center;
        gap: 0 8px;
        margin: 8px 0;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .bio__info .locations__item {
        font-weight: normal;
        font-size: 14px;
        line-height: normal;
        margin-bottom: 6px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .bio__info .locations__item {
        font-weight: normal;
        font-size: 14px;
        line-height: normal;
        margin-bottom: 6px;
    }
}
.doctors-landing__about .bio__info .locations__item:last-child {
    margin-bottom: 0;
}
.doctors-landing__about .bio__info .locations-title {
    font-size: 14px;
    color: rgba(38, 54, 75, 0.6);
}
.doctors-landing__about .bio__info .locations-map-view {
    color: #0dbc91;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.doctors-landing__about .bio__info .locations-map-view:hover {
    color: #26364b;
}
.doctors-landing__about .bio__info .appointment-cost {
    align-items: center;
    display: flex;
    column-gap: 24px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .bio__info .appointment-cost {
        column-gap: 8px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .bio__info .appointment-cost {
        column-gap: 16px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .bio__info .appointment-cost {
        column-gap: 16px;
    }
}
.doctors-landing__about .bio__info .appointment-cost-title {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: rgba(38, 54, 75, 0.6);
    margin: 14px 0 0;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .bio__info .appointment-cost-title {
        font-weight: normal;
        font-size: 12px;
        line-height: normal;
        margin: 10px 0 0;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .bio__info .appointment-cost-title {
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
        margin: 12px 0 8px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .bio__info .appointment-cost-title {
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
        margin: 24px 0 8px;
    }
}
.doctors-landing__about .bio__info .appointment-cost__current {
    font-weight: bold;
    font-size: 40px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .bio__info .appointment-cost__current {
        font-weight: bold;
        font-size: 32px;
        line-height: 44px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .bio__info .appointment-cost__current {
        font-weight: bold;
        font-size: 32px;
        line-height: 44px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .bio__info .appointment-cost__current {
        font-weight: bold;
        font-size: 32px;
        line-height: 44px;
    }
}
.doctors-landing__about .bio__info .appointment-cost__old {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    color: rgba(38, 54, 75, 0.6);
}
.doctors-landing__about .bio__info .appointment-cost__old:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: rgba(38, 54, 75, 0.6);
}
.doctors-landing__about .bio__info .actions {
    display: grid;
    margin-top: 25px;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .bio__info .actions {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        gap: 8px 0;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .bio__info .actions {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        gap: 16px 0;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .bio__info .actions {
        display: flex;
        flex-direction: column;
        margin-top: 24px;
        gap: 16px 0;
    }
}
.doctors-landing__about .appointment-date {
    margin: 64px 0 0;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .appointment-date {
        margin: 40px 0 0;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .appointment-date {
        margin: 32px 0 0;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .appointment-date {
        margin: 32px 0 0;
    }
}
.doctors-landing__about .appointment-date h2 {
    text-align: center;
    margin-bottom: 24px;
}
.doctors-landing__about .appointment-date__fields {
    align-items: flex-end;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}
.doctors-landing__about .appointment-date__fields1 {
	align-items: flex-start;
}
.doctors-landing__about .appointment-date__fields1 label {
	padding: 0px;
	min-height: 42px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .appointment-date__fields {
        grid-area: auto;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .appointment-date__fields {
        grid-area: auto;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 16px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .appointment-date__fields {
        grid-area: auto;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 16px;
    }
}
.doctors-landing__about .appointment-date__fields .fieldset h3 {
    margin: 0 0 8px;
    font-size: 1em;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .appointment-date__fields .fieldset h3 {
        font-size: 14px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .appointment-date__fields .fieldset h3 {
        font-size: 14px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .appointment-date__fields .fieldset h3 {
        font-size: 14px;
    }
}
.doctors-landing__about .appointment-date__fields .fieldset__body {
    display: flex;
    flex-direction: column;
    gap: 0 16px;
}
.doctors-landing__about .appointment-date__fields .fieldset .label {
    color: rgba(38, 54, 75, 0.6);
    display: flex;
    flex-direction: column;
    font-weight: normal;
    font-size: 14px;
    min-height: 43px;
    padding: 0px;
}
.doctors-landing__about .appointment-date__fields .fieldset .label.--radio {
    align-items: center;
    display: flex;
    flex-direction: row;
    position: relative;
    padding-left: 32px;
    margin: 12px 0;
    width: calc(100% - 32px);
}
.doctors-landing__about .appointment-date__fields .fieldset .label.--radio .form-check {
    align-items: center;
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    justify-content: center;
    display: flex;
    position: absolute;
    width: 16px;
    height: 16px;
    overflow: hidden;
    border-radius: 100%;
    border: solid 1px #9e9e9e;
    left: 0;
    transition: all ease 0.4s;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .appointment-date__fields .fieldset .label.--radio .form-check {
        top: 0;
    }
}
.doctors-landing__about .appointment-date__fields .fieldset .label.--radio .form-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.doctors-landing__about .appointment-date__fields .fieldset .label.--radio .form-input[type="checkbox"]:checked + .form-check {
    background-image: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/svg/check.svg");
    background-color: #099f7a;
    background-size: 11px auto;
    border-color: #099f7a;
    box-shadow: none;
}
.doctors-landing__about .appointment-date__fields .fieldset .label.--radio .form-input[type="radio"]:checked + .form-check {
    background-image: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/svg/radio.svg");
    background-size: 12px 12px;
    border-color: #099f7a;
    box-shadow: none;
}
.doctors-landing__about .appointment-date__fields .fieldset .label.--radio .form-input[type="checkbox"]:focus + .form-check,
.doctors-landing__about .appointment-date__fields .fieldset .label.--radio .form-input[type="radio"]:focus + .form-check {
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.11);
}
.doctors-landing__about .appointment-date__fields .fieldset .form-field {
    border-radius: 8px;
    border: 1px solid #dfdfdf;
    font-weight: normal;
    box-sizing: border-box;
    padding: 12px 16px;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff !important;
    background-position: right 15px top 19px !important;
    width: 100%;
    color: #26364b;
}
.doctors-landing__about .appointment-date__fields .fieldset .form-field:focus {
    outline: none;
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.11);
}
.doctors-landing__about .appointment-date__fields .fieldset .form-field.--calendar-field {
    display: flex;
    align-items: center;
    gap: 0 8px;
    padding: 10px 16px;
}
.doctors-landing__about .appointment-date__fields .fieldset .form-field.--calendar-field .calendar {
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}
.doctors-landing__about .appointment-date__fields .fieldset .form-field.--calendar-field .calendar .calendar-icon {
    height: 19px;
    width: 19px;
}
.doctors-landing__about .appointment-date .errors {
    text-align: center;
}
.doctors-landing__about .appointment-date__calendar-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .appointment-date__calendar-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
.doctors-landing__about .appointment-date__calendar {
    border: 1px solid #0dbc91;
    border-radius: 13px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 0 24px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .appointment-date__calendar {
        max-height: none;
        padding: 16px;
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .appointment-date__calendar {
        height: auto;
        padding: 24px;
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .appointment-date__calendar {
        height: auto;
        padding: 24px;
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .appointment-date__calendar .datepicker {
        padding-right: 0;
        width: 100%;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .appointment-date__calendar .datepicker {
        padding-right: 0;
        width: 100%;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .appointment-date__calendar .datepicker {
        padding-right: 0;
        width: 100%;
    }
}
.doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    width: 100%;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding-bottom: 8px;
        margin-bottom: 16px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding-bottom: 8px;
        margin-bottom: 24px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding-bottom: 8px;
        margin-bottom: 24px;
    }
}
.doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline .table-condensed {
    border-spacing: 10px 5px;
    width: 100%;
}
.doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline .table-condensed .datepicker-switch {
    height: 40px;
}
.doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline .table-condensed tfoot .today {
    background-color: #fff;
    color: #0dbc91;
}
.doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline .table-condensed tfoot .today:hover {
    background-color: #099f7a;
    color: #fff;
}
.doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline .dow {
    font-size: 13px;
    height: 40px;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
}
.doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline .day {
    color: #099f7a;
    font-weight: normal;
    height: 40px;
    border: solid 1px #099f7a;
    text-align: center;
    border-radius: 8px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline .day {
        height: 30px;
    }
}
.doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline .day.disabled {
    color: #b1b1b1;
    border-color: transparent;
}
.doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline .day.active {
    color: #fff;
    background-color: #099f7a;
}
.doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline .day.today {
    color: #099f7a;
    background-color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline .day.today.active {
    color: #fff;
    background-color: #099f7a;
}
.doctors-landing__about .appointment-date__calendar .datepicker .datepicker-inline .day.today.disabled {
    color: #b1b1b1;
    border-color: transparent;
}
.doctors-landing__about .appointment-date__calendar .time-periods {
    display: flex;
    flex-direction: column;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .appointment-date__calendar .time-periods h3 {
        margin-top: 0;
    }
}
.doctors-landing__about .appointment-date__calendar .time-periods .time-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    padding-left: 24px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .appointment-date__calendar .time-periods .time-list {
        align-items: center;
        justify-content: center;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        padding-left: 0;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .appointment-date__calendar .time-periods .time-list {
        align-items: center;
        justify-content: center;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .appointment-date__calendar .time-periods .time-list {
        align-items: center;
        justify-content: center;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
}
.doctors-landing__about .appointment-date__calendar .time-periods .time {
    align-items: center;
    justify-content: center;
    display: flex;
    color: #099f7a;
    font-weight: normal;
    height: 40px;
    border: solid 1px #099f7a;
    border-radius: 8px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__about .appointment-date__calendar .time-periods .time {
        padding: 0 8px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__about .appointment-date__calendar .time-periods .time {
        padding: 0 8px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__about .appointment-date__calendar .time-periods .time {
        padding: 0 8px;
    }
}
.doctors-landing__about .appointment-date__calendar .time-periods .time.selected {
    color: #fff;
    background-color: #099f7a;
}
.doctors-landing__about .appointment-date .button {
    display: flex;
    margin: 24px auto 0;
}
.doctors-landing__specialization {
    box-sizing: border-box;
    padding: 55px 0 50px 0;
    margin: 64px 0 80px;
    background: rgba(241, 244, 246, 1);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.05);

    position: relative;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__specialization {
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__specialization {
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__specialization {
        margin: 0;
        padding: 0;
    }
}
.doctors-landing__specialization:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 45%;
    background: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/doctors-landing/union.png") 100% 100% #26364b repeat-x;
    z-index: 1;
    border-bottom-right-radius: 100px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__specialization:after {
        display: none;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__specialization:after {
        display: none;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__specialization:after {
        display: none;
    }
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .doctors-landing__specialization:after {
        /*width: 57%;*/
    }
}
.doctors-landing__specialization .theme-max-width {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__specialization .theme-max-width {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__specialization .theme-max-width {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__specialization .theme-max-width {
        display: flex;
        flex-direction: column;
    }
}
.doctors-landing__specialization .header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    /*margin: 0 0 24px;*/
    margin: 0 0 39px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__specialization .header {
        margin: 0 0 8px;
    }
}
.doctors-landing__specialization .certificates .certificates-slider .glide__slide img {
    object-fit: cover;
    max-height: 100%;
    width: 100%;
    height: 307px;
}
.doctors-landing__specialization .specialization {
    color: #fff;
    box-sizing: border-box;
    padding-bottom: 32px;
    height: 100%;
    /*min-height: 440px;*/
    /*min-height: 600px;*/
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__specialization .specialization {
        min-height: auto;
    }
}
.doctors-landing__specialization .specialization__list {
    display: none;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__specialization .specialization__list {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }
}
.doctors-landing__specialization .specialization__list-item {
    box-sizing: border-box;
    color: #26364b;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    font-size: 14px;
}
.anchors_block{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 70px;
    width: 100%;
    background: rgba(247, 247, 247, 1);
    border-radius: 59px;
    /*gap: 66px;*/


}
.anchors_block-item{
    /*width: 100%;*/
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    /*padding: 0 49px;*/
    border-radius: 62px;
    color:  rgba(51, 51, 51, 1);
    /*font-family: PT Sans Caption;*/
    font-size: 18px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    transition: all 0.2s;
    line-height: normal;

}
.anchors_block-item:hover{
    background: rgba(13, 188, 145, 1);
    color: rgba(255, 255, 255, 1);



}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__specialization .specialization {
        color: #26364b;
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__specialization .specialization {
        color: #26364b;
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__specialization .specialization {
        color: #26364b;
        width: 100%;
        margin-top: 50px;
    }
}
.doctors-landing__specialization .specialization .specialization-slider {
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__specialization .specialization .specialization-slider {
        display: none;
    }
}
.doctors-landing__specialization .specialization .specialization-slider .glide__track {
    /*flex-grow: 1;*/
}
.doctors-landing__specialization .specialization .specialization-slider .glide__slides {
    /*height: calc(100% - 32px);*/
    height: 355px;
    margin-bottom: 0;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__specialization .specialization .specialization-slider .glide__slides {
        height: auto;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__specialization .specialization .specialization-slider .glide__slides {
        height: auto;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__specialization .specialization .specialization-slider .glide__slides {
        height: auto;
    }
}
.doctors-landing__specialization .specialization .specialization-slider .glide__slide {
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
    row-gap: 24px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__specialization .specialization .specialization-slider .glide__slide {
        height: auto;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__specialization .specialization .specialization-slider .glide__slide {
        height: auto;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__specialization .specialization .specialization-slider .glide__slide {
        height: auto;
    }
}
.doctors-landing__specialization .specialization .specialization-slider .glide__slide .slide-item {
    border: 1px solid #dfdfdf;
    background: #26364b;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 6px;
    /*padding: 16px;*/
    padding: 31px;
    font-weight: bold;
    /*font-size: 15px;*/
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    /*height: 100%;*/
    /*min-height: calc(50% - 50px);*/
    flex: 1;
    /*height: calc(50% - 50px);*/
    /*min-height: calc(50% - 24px);*/
    /*height: calc(50% - 24px);*/
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__specialization .specialization .specialization-slider .glide__slide .slide-item {
        color: #26364b;
        background: none;
        border-radius: 0;
        border: none;
        padding: 0;
        row-gap: 8px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__specialization .specialization .specialization-slider .glide__slide .slide-item {
        color: #26364b;
        background: none;
        border-radius: 0;
        border: none;
        padding: 0;
        row-gap: 16px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__specialization .specialization .specialization-slider .glide__slide .slide-item {
        color: #26364b;
        background: none;
        border-radius: 0;
        border: none;
        padding: 0;
        row-gap: 16px;
    }
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .anchors_block-item{
        padding: 0 42px;
    }
    .specialization-slider .header h2{
        font-size: 31px;
    }
    .doctors-landing__specialization .certificates-slider .glide__track {
        width: 600px;
    }
}
@media (min-width: 1800px) {
    .doctors-landing__specialization .certificates-slider .glide__track {
        width: 650px;
    }
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .doctors-landing__specialization .specialization-slider .glide__track {
        width: 420px;
    }
}
@media (min-width: 1800px) {
    .doctors-landing__specialization .specialization-slider .glide__track {
        width: 500px;
    }
}
.doctors-landing__specialization.specialization-empty:after {
    display: none;
}
.doctors-landing__specialization.specialization-empty .specialization {
    display: none;
}
.doctors-landing__specialization.specialization-empty .certificates {
    width: 100%;
}
.doctors-landing__specialization.specialization-empty .certificates-slider .glide__track {
    margin: 0 auto;
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .doctors-landing__specialization.specialization-empty .certificates-slider .glide__track {
        width: 100%;
        max-width: 800px;
    }
}
@media (min-width: 1800px) {
    .doctors-landing__specialization.specialization-empty .certificates-slider .glide__track {
        width: 100%;
        max-width: 800px;
    }
}
.doctors-landing__specialization.certificates-empty .specialization {
    min-height: 400px;
}
.doctors-landing__specialization.certificates-empty .certificates {
    display: none;
}
.doctors-landing__specialization.certificates-empty:after {
    width: 100%;
    border-radius: 0;
}
.doctors-landing__specialization.certificates-empty .specialization-slider {
    width: 100%;
}
.doctors-landing__specialization.certificates-empty .specialization-slider .glide__track {
    margin: 0 auto;
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .doctors-landing__specialization.certificates-empty .specialization-slider .glide__track {
        width: 100%;
    }
}
@media (min-width: 1800px) {
    .doctors-landing__specialization.certificates-empty .specialization-slider .glide__track {
        width: 100%;
    }
}
.doctors-landing__portfolio {
    background: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/doctors-landing/portfolio-bg.svg") center bottom no-repeat;
    padding-bottom: 100px;
    background-size: contain;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__portfolio {
        background: none;
        padding-bottom: 0;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__portfolio {
        background: none;
        padding-bottom: 0;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {

    .doctors-landing__portfolio {
        background: none;
        padding-bottom: 0;
    }
    .doctors-landing__anchors{
        margin-bottom: 30px;
    }
    .anchors_block-item{
        font-size: 16px;
        padding: 0 27px;
        line-height: normal;
    }
}
.doctors-landing__portfolio h2 {
    text-align: center;
    margin-bottom: 24px;
}
.doctors-landing__portfolio .portfolio-slider {
    position: relative;
    margin: 0 auto;
    width: 80%;
    box-shadow: 0 0 100px 49px rgba(14, 204, 157, 0.2);
    background-color: rgba(14, 204, 157, 0.2);
    border-radius: 13px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__portfolio .portfolio-slider {
        width: 90%;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__portfolio .portfolio-slider {
        width: 100%;
    }

    .doctors-landing__anchors{
        margin-bottom: 30px;
    }
    .anchors_block-item{
        font-size: 16px;
        padding: 0 11px;
        line-height: normal;
    }
}
@media (max-width: 600px)  {

    .doctors-landing__anchors{
        display: none;
    }

}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__portfolio .portfolio-slider {
        width: 100%;
    }
}
.doctors-landing__portfolio .portfolio-slider .glide__arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
    width: 100%;
    z-index: 1;
}
.doctors-landing__portfolio .portfolio-slider .glide__arrows .--prev,
.doctors-landing__portfolio .portfolio-slider .glide__arrows .--next {
    background-color: #fff;
    transition: all ease-in 0.1s;
}
.doctors-landing__portfolio .portfolio-slider .glide__arrows .--prev:hover,
.doctors-landing__portfolio .portfolio-slider .glide__arrows .--next:hover {
    background-color: #099f7a;
}
.doctors-landing__portfolio .portfolio-slider .glide__arrows .--prev {
    margin-left: -24px;
}
.doctors-landing__portfolio .portfolio-slider .glide__arrows .--next {
    margin-right: -24px;
}
.doctors-landing__portfolio .portfolio-slider .glide__slide {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.65625) 21.87%, rgba(255, 255, 255, 0.65625) 21.89%, rgba(255, 255, 255, 0.6552) 100%);
    border-radius: 13px;
    box-sizing: border-box;
    padding: 14px 97px 0;
    /*padding: 32px;*/
    border: 1px solid #0dbc91;
    height: 600px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__portfolio .portfolio-slider .glide__slide {
        height: auto;
        padding: 16px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__portfolio .portfolio-slider .glide__slide {
        height: auto;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__portfolio .portfolio-slider .glide__slide {
        height: auto;
    }
}
.doctors-landing__portfolio .portfolio-slider .glide__slide img {
    border-radius: 13px;
    object-fit: cover;
    max-height: 100%;
    width: 100%;
}
.doctors-landing__working-blog {
    margin-top: 32px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__working-blog {
        margin-top: 16px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__working-blog {
        margin-top: 24px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__working-blog {
        margin-top: 24px;
    }
}
.doctors-landing__working-blog .section-header {
    display: flex;
    align-items: center;
    justify-content: center;
}
.doctors-landing__working-blog .section-header .tabs {
    align-items: center;
    display: flex;
    column-gap: 16px;
    position: relative;
    z-index: 60;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.doctors-landing__working-blog .section-header .tabs__item {
    font-weight: bold;
    /*font-size: 24px;*/
    font-size: 35px;
    color: rgba(38, 54, 75, 0.6);
    border-bottom: solid 1px transparent;
    cursor: pointer;
    transition: all ease-in 0.1s;
}
.doctors-landing__career{
    background: rgba(241, 244, 246, 1);
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__working-blog .section-header .tabs__item {
        font-size: 18px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__working-blog .section-header .tabs__item {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__working-blog .section-header .tabs__item {
        font-size: 20px;
    }
}
.doctors-landing__working-blog .section-header .tabs__item:hover,
.doctors-landing__working-blog .section-header .tabs__item.--active {
    color: rgba(51, 51, 51, 1);

    /*color: #e62249;*/
    /*border-bottom-color: #e62249;*/
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__working-blog .working-blog-slider {
        margin-top: 0;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__working-blog .working-blog-slider {
        margin-top: 0;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__working-blog .working-blog-slider {
        margin-top: 0;
    }
}
.doctors-landing__working-blog .working-blog-slider .slide-wrapper {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-rows: 1fr 1.1fr;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 16px;
    height: 600px;
}
.doctors-landing__working-blog .working-blog-slider .slide-wrapper.for-phone {
    display: none !important;
}
.doctors-landing__working-blog .working-blog-slider-ph {
    display: none !important;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__working-blog .working-blog-slider .slide-wrapper {
        display: flex;
        height: auto;
    }
    .doctors-landing__working-blog .working-blog-slider .slide-wrapper.for-desktop {
        display: none !important;
    }
    .doctors-landing__working-blog .working-blog-slider-pk {
        display: none !important;
    }
    .doctors-landing__working-blog .working-blog-slider-ph {
        display: block !important;
    }
    .doctors-landing__working-blog .working-blog-slider .slide-wrapper.for-phone {
        display: block !important;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__working-blog .working-blog-slider .slide-wrapper {
        height: 416px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__working-blog .working-blog-slider .slide-wrapper {
        height: 416px;
    }
}
.doctors-landing__working-blog .working-blog-slider .slide-wrapper .fancybox:nth-child(1) {
    grid-area: 1/1/3/2;
}
.doctors-landing__working-blog .working-blog-slider .slide-wrapper .fancybox:nth-child(2) {
    height: 292px;
    grid-area: 1/2/2/3;
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__working-blog .working-blog-slider .slide-wrapper .fancybox:nth-child(2) {
        height: 200px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__working-blog .working-blog-slider .slide-wrapper .fancybox:nth-child(2) {
        height: 200px;
    }
}
.doctors-landing__working-blog .working-blog-slider .slide-wrapper .fancybox:nth-child(3) {
    height: 292px;
    grid-area: 2/2/3/3;
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__working-blog .working-blog-slider .slide-wrapper .fancybox:nth-child(3) {
        height: 200px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__working-blog .working-blog-slider .slide-wrapper .fancybox:nth-child(3) {
        height: 200px;
    }
}
.doctors-landing__working-blog .working-blog-slider .slide-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 13px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__career {
        background: none;
        margin-bottom: 0;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__career {
        background: none;
        margin-bottom: 0;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__career {
        background: none;
        margin-bottom: 0;
    }
}
.doctors-landing__career .theme-max-width {
    display: grid;
    padding-top: 54px;
    padding-bottom: 64px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 150px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__career .theme-max-width {
        display: flex;
        flex-direction: column;
        padding-top: 16px;
        gap: 20px;
        padding-bottom: 16px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__career .theme-max-width {
        display: flex;
        flex-direction: column;
        padding-top: 24px;
        padding-bottom: 24px;
        gap: 20px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__career .theme-max-width {
        display: flex;
        flex-direction: column;
        padding-top: 24px;
        padding-bottom: 24px;
        gap: 20px;
    }
}
.doctors-landing__career h2 {
    margin-bottom: 32px !important;
    grid-area: 1/1/2/3;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__career h2 {
        text-align: left;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__career h2 {
        text-align: left;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__career h2 {
        text-align: left;
    }
}
.doctors-landing__career .activities,
.doctors-landing__career .education {
    max-height: 500px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__career .activities,
    .doctors-landing__career .education {
        max-height: none;
        height: auto;
        padding-bottom: 0 !important;
    }
    .doctors-landing__career .activities:after,
    .doctors-landing__career .education:after {
        display: none;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__career .activities,
    .doctors-landing__career .education {
        height: auto;
        padding-bottom: 0;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__career .activities,
    .doctors-landing__career .education {
        height: auto;
        padding-bottom: 0;
    }
}
.doctors-landing__career .activities h3,
.doctors-landing__career .education h3 {
    font-size: 24px;
    line-height: 32px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__career .activities h3,
    .doctors-landing__career .education h3 {
        font-size: 20px;
        line-height: normal;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__career .activities h3,
    .doctors-landing__career .education h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__career .activities h3,
    .doctors-landing__career .education h3 {
        font-size: 20px;
    }
}
.doctors-landing__career .activities ul,
.doctors-landing__career .education ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.doctors-landing__career .activities ul li,
.doctors-landing__career .education ul li {
    color: rgba(38, 54, 75, 0.69);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__career .activities ul li,
    .doctors-landing__career .education ul li {
        font-size: 14px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__career .activities ul li,
    .doctors-landing__career .education ul li {
        font-size: 14px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__career .activities ul li,
    .doctors-landing__career .education ul li {
        font-size: 14px;
    }
}
.doctors-landing__career .activities__item-details,
.doctors-landing__career .education__item-details {
    color: rgba(38, 54, 75, 0.69);
    font-size: 16px;
    line-height: 24px;
}
.doctors-landing__career .activities__item-details h4,
.doctors-landing__career .education__item-details h4 {
    color: #26364b;
    margin-bottom: 11px;

}
.doctors-landing__career .education ul li{
    padding-left: 0;
}
.doctors-landing__career .activities .--more,
.doctors-landing__career .education .--more {
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__career .activities .--more,
    .doctors-landing__career .education .--more {
        /*display: none;*/
    }
    .doctors-landing__career .education .--more {
        display: none;
    }
    .doctors-landing__career .education.with-more-mob .--more {
        display: block;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__career .activities .--more,
    .doctors-landing__career .education .--more {
        /*position: relative;*/
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__career .activities .--more,
    .doctors-landing__career .education .--more {
        /*position: relative;*/
    }
}
.doctors-landing__career .activities.with-more:after,
.doctors-landing__career .education.with-more:after {
    background: linear-gradient(180deg, rgba(241, 244, 246, 0) 0%, #F1F4F6 52%, #F1F4F6 100%);

    /*background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 52%, white 100%);*/
    /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 52%, white 100%);*/
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 52%, white 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
    bottom: 0;
    content: "";
    display: block;
    height: 80px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__career .activities.with-more:after{
        background: linear-gradient(180deg, rgba(241, 244, 246, 0) 0%, white 52%, white 100%);
    }
    .doctors-landing__career .education.with-more:after {
      background: none;
    }
    .doctors-landing__career .education.with-more-mob:after {
        background: linear-gradient(180deg, rgba(241, 244, 246, 0) 0%, white 52%, white 100%);
    }
    .doctors-landing__career .activities {
        max-height: 350px;
    }
    .doctors-landing__career .education.with-more-mob{
        max-height: 350px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__career .activities.with-more:after,
    .doctors-landing__career .education.with-more:after {
        background: linear-gradient(180deg, rgba(241, 244, 246, 0) 0%, white 52%, white 100%);
    }
    .doctors-landing__career .activities, .doctors-landing__career .education {
        max-height: 350px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__career .activities.with-more:after,
    .doctors-landing__career .education.with-more:after {
        background: linear-gradient(180deg, rgba(241, 244, 246, 0) 0%, white 52%, white 100%);
    }
    .doctors-landing__career .activities, .doctors-landing__career .education {
        max-height: 350px;
    }
}
.doctors-landing__career .education p {
    margin: 0 0 24px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__career .education p {
        margin: 0 0 8px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__career .education p {
        margin: 0 0 16px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__career .education p {
        margin: 0 0 16px;
    }
}
.doctors-landing__career .education b {
    display: block;
    margin: 1em 0 0;
}
.doctors-landing__career .activities h3 {
    margin-bottom: 16px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__career .activities h3 {
        margin: 0 0 8px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__career .activities h3 {
        margin: 0 0 8px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__career .activities h3 {
        margin: 0 0 8px;
    }
}
.doctors-landing__career .activities .breadcrumb {
    font-weight: bold;
    margin: 0 0 8px;
}
.doctors-landing__career .activities,
.doctors-landing__career .education {
    padding-bottom: 48px;
}
.doctors-landing__career .activities.slideup,
.doctors-landing__career .education.slideup {
    max-height: none;
}
.doctors-landing__career .activities.slideup:after,
.doctors-landing__career .education.slideup:after {
    display: none;
}
.doctors-landing__service-prices {
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__service-prices {
        margin-top: 0;
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__service-prices {
        margin-top: 0;
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__service-prices {
        margin-top: 0;
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
.doctors-landing__service-prices .theme-max-width h2 {
    margin-bottom: 32px;
}
.doctors-landing__service-prices .services-list {
    padding: 0;
    margin: 24px 0 0;
    list-style-type: none;
}
.doctors-landing__service-prices .services-list__item {
    align-items: center;
    display: grid;
    grid-template-columns: 1.3fr 1fr 0.7fr;
    column-gap: 24px;
    margin: 16px 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px 24px;
    transition: all ease-in 0.1s;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__service-prices .services-list__item {
        grid-auto-columns: 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        padding: 16px;
        gap: 16px 16px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__service-prices .services-list__item {
        grid-template-columns: 2fr 1fr 0.5fr;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__service-prices .services-list__item {
        grid-template-columns: 2fr 1fr 0.5fr;
    }
}
.doctors-landing__service-prices .services-list__item .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__service-prices .services-list__item .title {
        grid-area: 1/1/2/3;
        font-size: 14px;
        line-height: normal;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__service-prices .services-list__item .title {
        font-size: 14px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__service-prices .services-list__item .title {
        font-size: 14px;
    }
}
.doctors-landing__service-prices .services-list__item .cost {
    font-weight: bold;
    font-size: 24px;
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__service-prices .services-list__item .cost {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__service-prices .services-list__item .cost {
        font-size: 20px;
    }
}
.doctors-landing__service-prices .services-list__item .action {
    text-align: right;
}
.doctors-landing__service-prices .services-list__item:hover {
    background-color: #0dbc91;
    border-color: #0dbc91;
    color: #fff;
}
.doctors-landing__reviews {
    background: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/doctors-landing/review-bg.png") 0 0 repeat #0dbc91;
    box-sizing: border-box;
    /*margin-top: 64px;*/
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__reviews {
        margin-top: 0;
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__reviews {
        margin-top: 0;
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__reviews {
        margin-top: 0;
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
.doctors-landing__reviews .theme-max-width {
    background: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/doctors-landing/review-icon.svg") top center no-repeat #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 32px 64px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__reviews .theme-max-width {
        /*border-radius: 0;*/
        width: 90%;
        background-image: none;
        padding: 16px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__reviews .theme-max-width {
        background-image: none;
        padding: 32px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__reviews .theme-max-width {
        background-image: none;
        padding: 32px;
    }
}
.doctors-landing__reviews .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 64px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__reviews .actions {
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: none;
        margin-bottom: 0;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__reviews .actions {
        background-image: none;
        margin-bottom: 24px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__reviews .actions {
        background-image: none;
        margin-bottom: 24px;
    }
}
.doctors-landing__reviews .actions__tabs {
    align-items: center;
    display: flex;
    column-gap: 16px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__reviews .actions__tabs {
        justify-content: center;
    }
}
.doctors-landing__reviews .actions__tabs .tab {
    font-weight: bold;
    font-size: 24px;
    color: rgba(38, 54, 75, 0.6);
    border-bottom: solid 1px transparent;
    cursor: pointer;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__reviews .actions__tabs .tab {
        font-size: 18px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__reviews .actions__tabs .tab {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__reviews .actions__tabs .tab {
        font-size: 20px;
    }
}
.doctors-landing__reviews .actions__tabs .tab.--active {
    color: #e62249;
    border-bottom-color: #e62249;
}
.doctors-landing__reviews .actions__btns {
    align-items: center;
    display: flex;
    justify-content: right;
    column-gap: 16px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__reviews .actions__btns {
        display: none;
    }
}
.doctors-landing__reviews .doctor-reviews-slider {
    cursor: default;
}
.doctors-landing__reviews .doctor-reviews-slider .glide__arrows {
    align-items: center;
    justify-content: center;
    display: flex;
}
.doctors-landing__reviews .doctor-reviews-slider .glide__slide {
    max-height: 400px;
    overflow: hidden;
}
.doctors-landing__reviews .doctor-reviews-slider .glide__slide .rate {
    height: 20px;
    width: 120px;
    background: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/svg/rating/off.svg") left top repeat-x;
    position: relative;
}
.doctors-landing__reviews .doctor-reviews-slider .glide__slide .rate .rate__progress {
    height: 20px;
    background: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/svg/rating/on.svg") left top repeat-x;
}
.doctors-landing__reviews .doctor-reviews-slider .glide__slide .rate .rate__progress.--star-1 {
    width: 24px;
}
.doctors-landing__reviews .doctor-reviews-slider .glide__slide .rate .rate__progress.--star-2 {
    width: 48px;
}
.doctors-landing__reviews .doctor-reviews-slider .glide__slide .rate .rate__progress.--star-3 {
    width: 72px;
}
.doctors-landing__reviews .doctor-reviews-slider .glide__slide .rate .rate__progress.--star-4 {
    width: 96px;
}
.doctors-landing__reviews .doctor-reviews-slider .glide__slide .rate .rate__progress.--star-5 {
    width: 120px;
}
.doctors-landing__reviews .doctor-reviews-slider .glide__slide .author {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    margin: 8px 0;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__reviews .doctor-reviews-slider .glide__slide .author {
        font-size: 18px;
        line-height: normal;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__reviews .doctor-reviews-slider .glide__slide .author {
        font-size: 20px;
        line-height: normal;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__reviews .doctor-reviews-slider .glide__slide .author {
        font-size: 20px;
        line-height: normal;
    }
}
.doctors-landing__reviews .doctor-reviews-slider .glide__slide .review-date {
    font-size: 16px;
    line-height: 21px;
    color: rgba(38, 54, 75, 0.6);
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__reviews .doctor-reviews-slider .glide__slide .review-date {
        font-size: 14px;
        line-height: normal;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__reviews .doctor-reviews-slider .glide__slide .review-date {
        font-size: 14px;
        line-height: normal;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__reviews .doctor-reviews-slider .glide__slide .review-date {
        font-size: 14px;
        line-height: normal;
    }
}
.doctors-landing__reviews .doctor-reviews-slider .glide__slide p {
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__reviews .doctor-reviews-slider .glide__slide p {
        font-size: 14px;
        line-height: normal;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__reviews .doctor-reviews-slider .glide__slide p {
        font-size: 16px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__reviews .doctor-reviews-slider .glide__slide p {
        font-size: 16px;
    }
}
.doctors-landing__reviews .footer-slider-actions .actions__btns {
    display: none;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__reviews .footer-slider-actions {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }
    .doctors-landing__reviews .footer-slider-actions .actions__btns {
        display: flex;
    }
}
.doctors-landing__manual-reviews {
    background: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/doctors-landing/manual-reviews.svg") #f1f4f6 center center no-repeat;
    box-sizing: border-box;
    padding-top: 77px;
    padding-bottom: 77px;
    /*padding-top: 64px;*/
    /*padding-bottom: 64px;*/
}
.doctors-landing__manual-reviews h2 {
    text-align: center;
}
.doctors-landing__manual-reviews .glide__slide {
    justify-content: center;
    background: #fff;
    border-radius: 24px;
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    height: 100%;

}

.card__doctor-max__width{
    max-width: 1040px;
    margin: 0 auto;
}
@media (max-width: 1199px) and (min-width: 900px) {
    .card__doctor-max__width{
        max-width: 912px;
    }
}
@media (max-width: 899px) and (min-width: 700px) {
    .card__doctor-max__width{
        max-width: 704px;
    }
    .doctors-landing__card-doctor .actions{
        padding-right: 0;
    }
    .doctors-landing__card-doctor .bio__info{
        padding: 25px 42px 41px 0!important;
    }
    .text-card__doc{
        margin-top: 3px!important;
    }
    .doctors-landing__card-doctor .bio__photo{
        max-height: 419px;
    }
    .doctors-landing__card-doctor .bio{
        column-gap: 55px !important;
    }
}

    .doctors-landing__card-doctor{
    background: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/doctors-landing/bio-bg-2.png") no-repeat center bottom!important;
}
.doctors-landing__card-doctor .bio__info{
    padding: 59px 42px 59px 0;
}
.doctors-landing__card-doctor{
    padding-bottom: 114px!important;
}
.doctors-landing__card-doctor .actions{
    display: flex!important;
    margin-top: 34px 0 0 0;
    padding-right: 16%;
    flex-direction: column!important;
    gap: 21px 0;
    /*margin-top: 0!important;*/
}
.doctors-landing__card-doctor .bio{
    box-shadow: 0px 0px 100px 49px rgba(14, 204, 157, 0.2);
    border-radius: 70px 10px 10px 10px;
    grid-template-columns: 1.1fr 0.9fr;
    column-gap: 75px!important;

}
.doctors-landing__card-doctor .bio__photo{
    max-height: 542px;
    border-radius: 70px 10px 70px 10px!important;
}
.text-card__doc{
    margin-top: 21px;
    /*margin-bottom: 34px;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color:rgba(38, 54, 75, 1);


}
@media (max-width:699px) and (min-width: 599px) {
    .doctors-landing__card-doctor .bio{
        display: flex;
        flex-direction: column;
        /*column-gap: 55px !important;*/
    }
    .card__doctor-max__width{
        width: 80%;
    }
    .doctors-landing__card-doctor .bio__info {
        padding: 49px 42px 59px 50px!important;
    }
    .doctors-landing__card-doctor .actions{
        padding-right: 0;
    }
}
@media (max-width:599px)  {

    .card__doctor-max__width{
        width: 90%;
    }
    .doctors-landing__card-doctor .bio__photo{
        max-height: 420px;
    }
    .doctors-landing__card-doctor .bio__info {
        padding: 49px 42px 59px 50px!important;
    }
    .doctors-landing__card-doctor .actions{
        padding-right: 0;
    }
    .doctors-landing__card-doctor .bio__info{
        margin-top: 0;
        padding: 7% 7% 60px !important;
    }
    .text-card__doc{
        margin-top: 0!important;
    }
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__manual-reviews .glide__slide {
        padding: 8px;
    }
}
.doctors-landing__manual-reviews .manual-reviews-slider .glide__slide {
    height: auto;
}
.doctors-landing__property {
    box-sizing: border-box;
    padding: 32px 0;
    position: relative;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__property {
        padding: 0;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__property {
        padding: 0;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__property {
        padding: 0;
    }
}
.doctors-landing__property:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 55.5%;
    background: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/doctors-landing/union.png") 0 100% #26364b repeat-x;
    z-index: 1;
    border-bottom-right-radius: 100px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__property:after {
        display: none;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__property:after {
        display: none;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__property:after {
        display: none;
    }
}
@media (max-width: 1799px) and (min-width: 1200px) {
    /*.doctors-landing__property:after {*/
    /*    width: 57%;*/
    /*}*/
}
.doctors-landing__property .theme-max-width {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__property .theme-max-width {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__property .theme-max-width {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__property .theme-max-width {
        display: flex;
        flex-direction: column;
    }
}
.doctors-landing__property .header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 24px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__property .header {
        margin: 0 0 16px;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__property .header {
        margin: 0 0 16px;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__property .header {
        margin: 0 0 16px;
    }
}
.doctors-landing__property .property-patents {
    color: #fff;
    box-sizing: border-box;
    padding-bottom: 32px;
}
.doctors-landing__property .property-patents h2 {
    color: #fff;
    margin-left: 20px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__property .property-patents {
        color: #26364b;
    }
    .doctors-landing__property .property-patents h2 {
        color: #26364b;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__property .property-patents {
        color: #26364b;
    }
    .doctors-landing__property .property-patents h2 {
        color: #26364b;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__property .property-patents {
        color: #26364b;
    }
    .doctors-landing__property .property-patents h2 {
        color: #26364b;
    }
}
.doctors-landing__property .property-patents .property-patents-slider {
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__property .property-patents .property-patents-slider {
        height: auto;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__property .property-patents .property-patents-slider {
        height: auto;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__property .property-patents .property-patents-slider {
        height: auto;
    }
}
.doctors-landing__property .property-patents .property-patents-slider .glide__track {
    flex-grow: 1;
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .doctors-landing__property .property-patents .property-patents-slider .glide__track {
        width: 644px;
    }
}
@media (min-width: 1800px) {
    .doctors-landing__property .property-patents .property-patents-slider .glide__track {
        width: 720px;
    }
}
.doctors-landing__property .property-patents .property-patents-slider .glide__slides {
    height: calc(100% - 32px);
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__property .property-patents .property-patents-slider .glide__slides {
        height: auto;
    }
}
.doctors-landing__property .property-patents .property-patents-slider .glide__slide {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    height: 100%;
}
.doctors-landing__property .property-patents .property-patents-slider .glide__slide .slide-item {
    border: 1px solid #dfdfdf;
    background: #26364b;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 16px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    flex-grow: 1;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing__property .property-patents .property-patents-slider .glide__slide .slide-item {
        padding: 0;
        color: #26364b;
        border: none;
        border-radius: 0;
        background: none;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing__property .property-patents .property-patents-slider .glide__slide .slide-item {
        padding: 0;
        color: #26364b;
        border: none;
        border-radius: 0;
        background: none;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing__property .property-patents .property-patents-slider .glide__slide .slide-item {
        padding: 0;
        color: #26364b;
        border: none;
        border-radius: 0;
        background: none;
    }
}
.doctors-landing__property .property-patents .property-patents-slider .glide__slide .slide-item:hover {
    color: #0dbc91;
}
@media (max-width: 1799px) and (min-width: 1200px) {
    .doctors-landing__property .property-publications .property-publications-slider .glide__track {
        width: 456px;
    }
}
@media (min-width: 1800px) {
    .doctors-landing__property .property-publications .property-publications-slider .glide__track {
        width: 480px;
    }
}
.doctors-landing__property .property-publications .publication-link {
    background: url("/bitrix/templates/cmt-new/assets/styles/landings/../../images/doctors-landing/publication.svg") 0 8px no-repeat;
    padding-left: 50px;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #26364b;
    margin-bottom: 24px;
}
.doctors-landing__property .property-publications .publication-link:hover {
    color: #0dbc91;
}
.doctors-landing .clinic-promotions {
    margin-top: 64px;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing .clinic-promotions {
        margin-top: 0;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing .clinic-promotions {
        margin-top: 0;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing .clinic-promotions {
        margin-top: 0;
    }
}
.doctors-landing .clinic-leading-experts {
    margin: 64px auto;
}
@media (max-width: 599px) and (min-width: 1px) {
    .doctors-landing .clinic-leading-experts {
        margin: 0 auto;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .doctors-landing .clinic-leading-experts {
        margin: 0 auto;
    }
}
@media (max-width: 1199px) and (min-width: 900px) {
    .doctors-landing .clinic-leading-experts {
        margin: 0 auto;
    }
}
.button_doc{
    padding: 20px 46.5px;
    background-color: #0dbc91;
    border-color: #0dbc91;
    color: #fff;
}
/* End */


/* Start:/bitrix/templates/cmt-new/components/bitrix/iblock.vote/staff_stars/style.css?16117599791427*/
.card__body .rating {
    margin-bottom: 10px;
}

.card__body .rating td {
    vertical-align: middle;
    text-align: right;
}

.card__body .rating .bx_item_rating {
    text-align: right;
}

.card__body .rating .bx_stars_container {
    position: relative;
    width: 68px;
    height: 12px;
    background: #dadada;
    background-size: 100% 100%;
}

.card__body .rating .bx_stars_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: url('/bitrix/templates/cmt-new/components/bitrix/iblock.vote/staff_stars/images/stars.png') no-repeat center;
}

.card__body .rating .bx_stars_bg-white {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: url('/bitrix/templates/cmt-new/components/bitrix/iblock.vote/staff_stars/images/stars-white.png') no-repeat center;
}

.card__body .rating .bx_stars_bg-gray {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: url('/bitrix/templates/cmt-new/components/bitrix/iblock.vote/staff_stars/images/stars-gray.png') no-repeat center;
}

.card__body .rating .bx_stars_progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f3bd01;
}

.card__body .rating .bx_stars_rating_votes {
    color: #8d8d8d;
    font-size: 11px;
    line-height: 11px;
    vertical-align: middle;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/staff_refactored/style.css?173433996414890 */
/* /bitrix/templates/cmt-new/assets/styles/landings/doctors.css?172527972085684 */
/* /bitrix/templates/cmt-new/components/bitrix/iblock.vote/staff_stars/style.css?16117599791427 */
