

/* Start:/local/templates/chudoV2/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?173867193118515*/
.doctor-detail-header__info {
    width: 65%;
    padding-bottom: 80px;
    min-height: 300px;
}
.content-header .doctor-detail-header__info h1 {
    text-transform: none;
    font-size: 36px;
    padding-bottom: 0;
    text-align: left;
}
.doctor-detail-header__info h1 span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 52px;
}
.doctor-tabs__price .row .col span {
    /* display: block; */
    font-size: 20px;
}
.doctor-sections {
    margin: 10px 0 30px 0;
}
.doctor-detail-header__info .doctor-sections > a {
    font-size: 24px;
    color: #169F8F;
    border-bottom: 1px solid #169F8F;
}
.doctor-sections > a:hover {
    border-bottom: unset;
}
.doctor-expierence {
    font-size: 20px;
    margin-bottom: 15px;
    color: #555555;
}
.doctor-expierence > span {
    font-size: 30px;
    color: #333;
}
.doctor-regalias {
    font-size: 24px;
    color: #333;
}
.doctor-detail-header__info .row {
    margin-bottom: 0;
}
.docotro_detail__text {
    background: rgba(240, 243, 245, 1);
    padding: 120px 0;
    position: relative;
    z-index: 9;
}
.docotro_detail__text .adaptive-accordion {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.docotro_detail__text .adaptive-accordion .adaptive-accordion__title > * {
    font-weight: bold;
    font-size: 36px;
}
.docotro_detail__text .accordion_row {
    margin-bottom: 30px;
}
.docotro_detail__text .accordion_row a {
    display: inline-block;
    color: rgba(22, 159, 143, 1);
    background: #fff;
    border-radius: 12px;
    padding: 10px 20px;
    margin-right: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.doctor_sertificates__list {
    display: flex;
    justify-content: space-between;
}
.doctor_sertificates__list .certificates-list__item_scroll {
    width: calc(20% - 20px);
}
.docotro_detail__text + .vertical-section.v2-grey-section {
    margin: 0;
    padding-top: 0;
}
/* .v2-grey-section + .vertical-section.v2-grey-section {
    margin: 0;
} */
.v2-grey-section + .vertical-section.v2-grey-section {
    margin-top: -70px;
}
.docotro_detail__text + .v2-grey-section {
    padding-top: 0;
}

.doctor_cta {
    background: #169F8F;
    color: #fff;
    padding: 60px;
    position: relative;
    border-radius: 25px;
}
.doctor_cta .title {
    font-size: 46px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.doctor_cta p {
    color: #DBF3F1;
    font-size: 24px;
}
.doctor_cta .row {
    margin-bottom: 0;
}
.doctor_cta a.btn-type-v2 {
    max-width: 330px;
    margin-top: 25px;
}
.doctor_cta .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.doctor_cta .text a {
    color: #fff;
    font-size: 28px;
}
.doctor_cta img {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.doctor_cta__pic:before {
    position: absolute;
    content: '';
    background: linear-gradient(113.07deg, rgba(255, 255, 255, 0.2) 15.92%, rgba(255, 255, 255, 0) 66.19%);
    width: 600px;
    height: 600px;
    top: 50%;
    left: 55%;
    border-radius: 100%;
    transform: translateY(-50%);
}

.doctor-detail-header video {    
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 500px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.mute-controls {
    background:#ccc;
    position: absolute;
    top: 40px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 10;
    border-radius: 10px;
}
.mute-controls img {    
    position: absolute;
    top: 0;
    right: 0;
    top: 5px;
    right: 4px;
}
.mute-controls img.unmute,
.mute-controls.v-mute img.mute {
    opacity: 0;
}
.mute-controls.v-mute img.unmute {
    opacity: 1;
}

.doctor-ico-spec__ico.doctor-ico-spec__ico_dms {font-family: Circe!important;font-size: 12px;top: 2px;font-weight: bold; padding: 12px 8px;}
.doctor-detail-header {
    position: relative;
    margin: 0 0 -20px;
    min-height: 400px;
}

.doctor-detail-header__pic {
    position: relative;
    /* right: 0; */
    /* bottom: 0; */
    width: 35%;
    z-index: 5;
}
.doctor-detail-header__pic img {
    position: absolute;
    bottom: 0;
    z-index: 2;
    max-width: max-content;
}
.doctor-detail-header__pic:before {
    content: '';
    width: 1000px;
    height: 1000px;
    position: absolute;
    z-index: 1;
    left: -200px;
    border-radius: 100%;
    top: -100px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
}

/* .doctor-detail-header__pic img {
    display: block;
    margin: 0 auto;
} */


.doctor-detail-header_schedule .doctor-detail-header__info {
    padding-bottom: 0;
}

.doctor-detail-header__adaptive {
    display: none;
}


.doctor-detail-header-cell {
    width: 35%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.doctor-detail-header-cell:first-child {
    width: 65%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.doctor-ico-spec__item {
    position: relative;
    padding-left: 35px;
    font-size: 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.doctor-ico-spec__ico {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #169F8F;
    font-size: 19px;
    background: #DBF3F1;
    padding: 8px 12px;
    margin-right: 5px;
    border-radius: 13px;
}

.doctor-ico-spec__ico_size2 {
    font-size: 21px;
}

.doctor-ico-spec__ico_size3 {
    font-size: 20px;
    top: -4px;
}

.doctor-ico-spec__ico_size4 {
    top: -6px;
    font-size: 24px;
}



.doctor-disease {
    padding: 0 60px;
    margin-left: 50px;
}

.doctor-disease-list {
    padding: 40px 60px;
    margin: 0 -60px;
    border: 1px solid rgba(25, 129, 90, 0.25);
}

.doctor-disease-list__item {
    margin-bottom: 20px;
}

.doctor-disease-list__item:last-child {
    margin-bottom: 0;
}

.doctor-disease-list__link {
    display: block;
}

.doctor-disease-list__link:hover,
.doctor-disease-list__link:link,
.doctor-disease-list__link:active,
.doctor-disease-list__link:visited {
    color: #000;
}

.no-touch-dev .doctor-disease-list__link:hover,
.touch-dev .doctor-disease-list__link:active {
    color: #169F8F;
}

.doctor-review-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.doctor-review-list__date {
    color: #169F8F;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}

.doctor-review-list__date-number {
    font-size: 20px;
}

.doctor-review-list__name {
    color: #999999;
}


.doctor-examples .certificates-list__item {
    width: 32.66%;
}
.doctor-examples {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
}
.doctor-detail-header {
    display: flex;
}
.doctor-detail-header_schedule .doctor-detail-header__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 9;
}

.doctor-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
}
.doctor-tabs__wrapper {
    background: #DBF3F1;
    text-align: center;
    border-radius: 20px;
    padding: 40px 20px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.doctor-tabs__item_active .doctor-tabs__wrapper,
.doctor-tabs__item:hover .doctor-tabs__wrapper {
    background: #169F8F;
    color: #fff;
}
.doctor-tabs__item {
    background-color: transparent;
    cursor: pointer;
    color: #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    max-width: 400px;
    position: relative;
    z-index: 10;
}
.doctor-tabs__item_active {
    background: #fff;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.doctor-schedule-text {
    color: #555;
    font-size: 24px;
    position: relative;
    z-index: 5;
}
.doctor-tabs__box {
    display: none;
}
/* .doctor-tabs__item_active .doctor-tabs__box {
    position: absolute;
    display: block;
    width: 105%;
    left: -10px;
    bottom: -1px;
    height: 20px;
    background: #fff;
    z-index: 10;
}
.doctor-tabs__item_active:before {
    content: '';
    position: absolute;
    left: -110px;
    bottom: -5px;
    background: #E7E7E7;
    width: 120px;
    height: 120px;
    border-radius: 25px;
}
.doctor-tabs__item_active:after {
    content: '';
    position: absolute;
    right: -111px;
    bottom: -5px;
    background: #E7E7E7;
    width: 120px;
    height: 120px;
    border-radius: 25px;
} */
/* .doctor-tabs__item_active:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 20px;
    background: #fff;
    z-index: 10;
} */


.doctor-tabs__title {
    font-size: 20px;
    font-weight: 600;
    /* padding-bottom: 10px; */
    text-transform: uppercase;
}

.doctor-tabs__price {
    font-size: 14px;
}

.doctor-schedule {
    background: #fff;
    position: relative;
    margin: 20px 0 -20px;
    padding: 20px 0;
    z-index: 9;
}

.doctor-schedule .doctor-schedule-scroll .slick-arrow.slick-prev {
    left: -70px;
}

.no-touch-dev .doctor-schedule .doctor-schedule-scroll .slick-arrow:hover,
.touch-dev .doctor-schedule .doctor-schedule-scroll .slick-arrow:active {
    background: rgba(25, 129, 90, 0.5);
    color: #fff;
}

.doctor-schedule .doctor-schedule-scroll .slick-arrow.slick-next {
    left: auto;
    right: -70px;
}

.doctor-schedule .doctor-schedule-scroll .slick-arrow.slick-disabled {
    opacity: 0;
    cursor: default;
}

.doctor-schedule:before {
    position: absolute;
    content: '';
    display: block;
    width: 10000px;
    left: -3000px;
    height: 100%;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    top: 0;
    z-index: 1;
    background: #fff;
}

.doctor-schedule-scroll {
    position: relative;
    z-index: 3;
}

.doctor-schedule__date {
    padding: 10px 30px 10px 0;
}

.doctor-schedule__item, .doctor-schedule__item.slick-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.doctor-schedule__item:before {
    position: absolute;
    content: '';
    display: block;
    left: -1px;
    top: 0;
    height: 500px;
  
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.84, 0.32, 0.94);
    transition: all 0.4s cubic-bezier(0.46, 0.84, 0.32, 0.94);
    opacity: 0;
}

.doctor-schedule__item:first-child:before {
    display: none;
}

.doctor-schedule__item.slick-active:before {
    opacity: 1;
}

.doctor-schedule__day {
    color: #169F8F;
    display: block;
    padding-bottom: 4px;
}

.doctor-schedule__btn {
    padding: 10px 30px 10px 0;
}

.doctor-schedule__btn a.shedule-btn {
    background: #FFEBE0;
    color: #FF732C;
    border: 1px solid #FF732C;
    display: block;
    text-align: center;
    padding: 13px 0;
    font-size: 18px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.doctor-schedule-pane {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    width: 100%;
}

.doctor-schedule-pane_active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 3;
}


.doctor-tabs__item {
    width: auto;
}

@media only screen and (max-width: 1800px) {
    .doctor-schedule .doctor-schedule-scroll .slick-arrow.slick-prev {
        left: -70px;
    }
    .doctor-schedule .doctor-schedule-scroll .slick-arrow.slick-next {
        right: -70px;
    }
}

@media only screen and (max-width: 1600px) {
    .doctor-schedule {
        padding: 20px 20px;
    }
    .doctor-schedule .doctor-schedule-scroll .slick-arrow.slick-prev {
        left: -40px;
    }
    .doctor-schedule .doctor-schedule-scroll .slick-arrow.slick-next {
        right: -40px;
    }
}

@media only screen and (max-width: 1366px) {
    .doctor-detail-header {
        margin-right: 0;
    }
    .doctor-disease {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1240px) {
    .doctor-disease {
        padding: 0 40px;
    }
    .doctor-disease-list {
        margin: 0 -40px;
        padding: 40px;
    }
    .doctor-tabs__item {
        padding: 20px 30px 24px;
    }
    .doctor-schedule__date {
        padding: 10px 15px;
        font-size: 14px;
    }
    .doctor-schedule__btn {
        padding: 15px;
    }
    .doctor-schedule__btn a.shedule-btn {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1024px) {
    .doctor_cta .title {
        font-size: 36px;
    }
    .docotro_detail__text .adaptive-accordion .adaptive-accordion__title > *,
    .doctor_cta .text a {
        font-size: 22px;
    }
    .doctor-detail-header__pic img {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .doctor-detail-header__info {
        width: 70%;
        padding-bottom: 60px;
        min-height: 0;
    }
    .doctor-sections__link {
        font-size: 16px;
    }
    .doctor-disease {
        margin-top: 40px;
    }
    .doctor-disease-list {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        padding: 40px 30px 20px;
    }
    .doctor-disease-list__item {
        display: inline-block;
        padding: 0 10px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .doctor-disease-list__item:last-child {
        margin-bottom: 20px;
    }
    .doctor-tabs__title {
        font-size: 18px;
    }
    .doctor-tabs__price .row .col span{
        font-size: 18px;
    }
    .doctor-schedule__date {
        padding: 15px 10px;
    }
    .doctor-schedule__btn {
        padding: 15px 10px;
    }
    .doctor-schedule__btn a.shedule-btn {
        font-size: 11px;
        padding: 8px;
    }
}
@media only screen and (max-width: 768px) {
    .doctor-tabs__item {
        max-width: 300px;
    }
    .doctor_cta .text {
        flex-direction: column;
        align-items: flex-start;
    }
    .doctor_cta .title {
        font-size: 24px;
    }
    .doctor_cta__text {
        position: relative;
        z-index: 2;
    }
    .doctor_cta img {
        max-width: 300px;
    }
    .doctor_sertificates__list .certificates-list__item_scroll {
        width: calc(50% - 20px);
    }
    .docotro_detail__text {
        padding: 70px 0;
    }
    .docotro_detail__text .adaptive-accordion .adaptive-accordion__title > * {
        font-size: 20px;
    }
    .doctor-tabs__item, .doctor-tabs__wrapper {
        padding: 10px;
    }
    .doctor-detail-header {
        min-height: 0;
    }
    .doctor-detail-header__info {
        width: auto;
        padding-bottom: 0;
    }
    .doctor-detail-header-cell {
        width: 70%;
        /* -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; */
    }
    .doctor-detail-header-cell:first-child {
        width: 70%;
        margin-bottom: 25px;
        /* -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; */
    }
    .doctor-sections__link {
        font-size: 14px;
    }
    .doctor-disease {
        padding: 0 30px;
    }
    .doctor-disease-list {
        margin: 0 -30px;
        padding: 30px 20px 10px;
    }

    .doctor-detail-header__pic {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .doctor-detail-header__pic img {
        left: 50%;
        transform: translateX(0%);
    }
    .doctor-detail-header__pic:before {
        display: none;
    }

}
@media only screen and (max-width: 767px) {
    .doctor-ico-spec__item {
        padding-left: 0;
    }
}
@media only screen and (max-width: 700px) {
    .doctor_cta img {
        max-width: 240px;
    }
    .doctor_cta {
        padding: 30px;
    }
}
@media only screen and (max-width: 620px) {
    .doctor_cta img, .doctor_cta__pic:before {
        display: none;
    }
    .doctor-detail-header__pic img {
        left: 20%;
    }
    .doctor-schedule-scroll.v2-slider-style {
        margin: 0px -9px 30px;
    }
    .doctor-detail-header__info {
        z-index: 4;
        position: relative;
    }
    .doctor-detail-header_schedule .doctor-detail-header__pic {
        width: 50%;
        z-index: 3;
    }
    .doctor-detail-header__adaptive {
        display: block;
    }
    .doctor-detail-header-cell:nth-child(2) {
        display: none;
    }
    .doctor-detail-header-cell:first-child {
        width: 100%;
    }
    .doctor-disease {
        padding: 0 20px;
    }
    .doctor-disease-list {
        margin: 0 -20px;
        padding: 20px 10px 0;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    .doctor-tabs {
        margin-top: 40px;
    }

    .doctor-tabs__title {
        font-size: 16px;
    }
    .doctor-tabs__price .row .col span{
        font-size: 16px;
    }
    .doctor-schedule {
        padding: 10px;
    }
    .doctor-schedule .doctor-schedule-scroll .slick-arrow.slick-next {
        right: -30px;
    }
}

@media only screen and (max-width: 500px) {
    .doctor-detail-header__pic img {
        left: 0;
    }
    .doctor-detail-header__pic {
        width: 55%;
        right: -50px;
    }
    .doctor-detail-header_schedule .doctor-detail-header__pic {
        width: 28%;
        right: -50px;
    }
    .doctor-schedule__date {
        padding: 15px 7px;
    }
    .doctor-schedule__btn {
        padding: 15px 7px;
    }
}


/* End */


/* Start:/local/templates/chudoV2/components/bitrix/news.list/doctors-video-v2/style.css?17288242091715*/
.doctor_video__item {
    height: 100%;
    width: calc(50% - 20px);
    display: block;
    border-radius: 24px;
}
.youtube-box.youtube-box_doctor {
    padding-top: 0;
    height: 300px;
    margin-bottom: 0;
}
.doctors_video-wrapper .fancybox-slide>video {
    width: 100%;
}

.doctors_video-wrapper .fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 100%!important;
    height: 100%!important;
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
    overflow: visible;
    background: #fff;
}
.doctor_video__name {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.doctors_video-wrapper a.doctors_video .play-button {
    background: url(/upload/play-btn.png) center no-repeat;
    background-color: transparent;
    width: 100px;
    height: 100px;
    box-shadow: unset;
}
.doctors_video-wrapper .youtube-box .play-button:before {
    display: none;
}
.doctors_video-wrapper a.doctors_video {
    display: block;
    min-height: 300px;
    height: 100%;
    position: relative;
    background-size: cover;
    padding: 0;
    border-radius: 24px;
    max-width: 98%;
    margin-bottom: 10px;
}
.doctors_video-wrapper a.doctors_video:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3333335e;
    left: 0;
    top: 0;
}
.doctors-list.doctors_video-wrapper,
.specialist-scroll.doctors_video-wrapper {
    margin:0;
}
.specialist-item_video .fancybox-toolbar {
    display: none;
}

@media only screen and (max-width: 720px) {
    .doctor_video__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .specialist-scroll.doctors_video-wrapper {
        margin: 70px -9px 30px;
    }
}
/* End */


/* Start:/local/templates/chudoV2/components/bitrix/news.list/reviews-v2-doctors/style.css?17287303551076*/
.reviews_v2__item.slick-slide {
    background: #fff;
    border-radius: 25px;
    margin-right: 15px;
    padding: 40px;
    min-height: 250px;
}
.reviews_v2__item__date {
    text-align: right;
    color: #828282;
    font-size: 14px;
}
.reviews_v2__item__name,
.reviews_v2__doc-title {
    color: #555555;
    font-size: 20px;
}
.row.reviews_v2__head {
    margin-bottom: 10px;
}

.reviews_v2__doc-link a {
    background: #DBF3F1;
    padding: 6px 12px;
    border-radius: 8px;
}
a.reviews_v2__item__url {
    border-bottom: 1px solid;
    color: #169F8F;
}

.reviews_v2__more {
    padding: 100px 0 20px 0;
    font-size: 30px;
}
.reviews_v2__more span {
    color: #169F8F;
    font-weight: bold;
}
.reviews_v2__images {
    background: #fff;
    padding: 40px;
    border-radius: 25px;
}
.reviews_v2__images div {
    text-align: center;
}

.review_v2__btn {
    max-width: 200px;
    margin: 70px auto 0;
    height: 40px;
}
.reviews_v2__doctor .reviews_v2__doc-link {
    position: absolute;
    bottom: 30px;
}
/* End */


/* Start:/local/templates/chudoV2/components/bitrix/news.list/doctors-similar-v2/style.css?17506782393779*/
.doctors-v2-row .doctors-v2-item{
    width: calc(50% - 40px);
    display: block;
    opacity: 1;
    background-color: rgba(240, 243, 245, 1);
    border-radius: 25px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: relative;
    margin-top: 40px;
    padding: 0 12px 24px;
}
.show-more-doctor {
    margin: 40px auto 0;
    width: 200px;
    cursor: pointer;
}
.doctors-v2-row .doctors-v2-item.hidden {
    display: none;
}
.v2-grey-section .doctors-v2-item {
    background-color: #fff;
}
.doctors-v2-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.doctors-v2-scroll {
    padding-bottom: 24px;
}
.doctors-v2-item__cont {
    padding: 40px 40px 20px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.doctors-v2-item__cont .doctors-v2-item__name .bold {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
}
.doctors-v2-item__cont .price-row {
    min-height: 76px;
    margin-bottom: 0;
}
.doctors-v2-item__cont .doctors-v2-item__name {
    color: #333;
    font-size: 18px;
}
.doctors-v2-item_post {
    max-width: 60%;
    margin-bottom: 30px;
}
.doctors-v2-item-rev {
    color: #169F8F;
    position: relative;
}
.doctors-v2-item-rev:before{
    content: '';
    background: url(/upload/img/rev_ico.svg) center / contain no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -10px;
    top: 3px;
}
.doctors-v2-item__cont a.btn-type1 {
    background: #169F8F;
    font-size: 18px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.doctors-v2-item ul.ico-list {
    display: flex;
    position: absolute;
    top: -20px;
    left: 30px;
}
.doctors-v2-item ul.ico-list li {
    margin: 0 10px;
    background: #DBF3F1;
    padding: 6px 12px;
    border-radius: 13px;
    display: flex;
    align-items: center;
}
.doctors-v2-item .ico-list__item:after {
    top: 20px;
}
.doctors-v2-item-price__val,
.doctors-v2-item-price__val--discrount {
    color: #FF732C;
    font-size: 36px;
    font-weight: bold;
}
.doctors-v2-item-price__val.price-through {
    font-size: 24px;
    color: #828282;
    text-decoration: line-through;
    text-decoration-color: #828282;
    -moz-text-decoration-color: #828282;
}
.doctors-v2-item-price__title {
    color: #828282;
}

.doctor_img_wrap .doctor_img__hover {
    opacity: 0;
}
.doctor_img_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 100%;
}
.doctors-v2-item .doctor_img_wrap img {
    -webkit-transition: all .4s cubic-bezier(.46,.84,.32,.94);
    transition: all .4s cubic-bezier(.46,.84,.32,.94);
    position: absolute;
    /* width: 100%;
    height: 100%; */
    right: 0;
    bottom: 0;
    display: block;
    border-bottom-right-radius: 25px;
}
.doctors-v2-item:hover .doctor_img_wrap img {
    opacity: 0;
}
.doctors-v2-item:hover .doctor_img_wrap img.doctor_img__hover{
    opacity: 1;
}

@media (max-width: 1200px) {
    .row .doctors-v2-item-rev {
        padding-left: 30px;
    }
    .doctors-v2-item-rev:before {
        left: 10px;
    }
}
@media (max-width:1024px) { 
    .doctors-v2-row .doctors-v2-item {
        width: 100%;
    }
    .doctor_img_wrap {
        width: 280px;
    }
}
@media (max-width:768px) {
    .doctors-v2-item__cont {
        padding: 20px;
    }
}
@media only screen and (max-width: 620px) {
    .doctor_img_wrap {
        width: 180px;
    }
}
/* End */


/* Start:/local/templates/chudoV2/components/bitrix/news.list/klinik-list-another-v2/style.css?17287359414652*/
.klinik_list:not(.klinik_list_slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.klinik_list__item.slick-slide {
    display: block;
    height:auto;
}
.klinik_list__item .mode_text {
    margin-bottom: 10px;
}
.klinik_list_slider .slick-arrow.slick-disabled {
    opacity: 0;
    cursor: default;
}
.klinik_list_slider .slick-arrow.slick-next {
    left: auto;
    right: -80px;
}
.klinik_list_slider .slick-arrow {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    font-size: 20px;
    z-index: 15;
    left: -80px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    border: none;
    top: 50%;
    background: #e8f0ec;
    margin-top: -45px;
    color: #19815a;
    -webkit-transition: all .4s cubic-bezier(.46,.84,.32,.94);
    transition: all .4s cubic-bezier(.46,.84,.32,.94);
    padding: 0;
}
.klinik_list:not(.klinik_list_slider) .klinik_list__item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.klinik_list__item {
    padding: 40px;
    margin: 15px;
    background: #fff;
    border-radius: 24px;
}
.klinik_list__item:hover {
    -webkit-box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
}
.klinik_list__button {
    margin-top: 15px;
}
.klinik_list__item > div {
    margin-bottom: 15px;
}
.klinik_list__phone a {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
.klinik_list__name a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    display: block;
}
.klinik_list__metro-row .metro_ico {
    background: url(/upload/img/Metro2.png) center no-repeat;
    width: 23px;
    margin: 0;
}
.klinik_list__metro-row .metro_ico:before {
    display: none!important;
}
.klinik_list__metro-row {
    display: flex;
    justify-content: space-between;
}
.klinik_list__metro-row > div {
    position: relative;
    margin-left: 30px;
}
.klinik_list__metro-row > div:before {
    position: absolute;
    content: '';
    border-radius: 20px;
    width: 17px;
    height: 7px;
    display: block;
    left: -20px;
    top: 9px;
}
.klinik_list__metro-205:before {
    background: #79ee55;
}
.klinik_list__metro-206:before {
    background: #ffde25;
}
.klinik_list__icon__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.klinik_list__icon__row div:not(.tooltip) {
    width: 30px;
    height: 30px;
    background-size: contain;
    margin: 0 5px;
    cursor: pointer;
}
.klinik_list__icon__row .tooltip{
    display: none;
}
.klinik_list__icon__row .tooltip.show {
    display: block;
    position: absolute;
    top: -30px;
    background: #30C8B6;
    color: #fff;
    padding: 5px;
}
.klinik_work__name {
    color: rgba(22, 159, 143, 1);
    font-size: 18px;
}
.klinik_work__time {
    text-align: right;
}
.klinik_list__item .klinik_work_row {
    border-bottom: 1px solid #DBDEE2;
    color: rgba(151, 151, 151, 1);
    margin-bottom: 5px;
}
.klinik_list__icon__207 {
    background: url(/upload/img/klinika/238.png) center no-repeat;
}
.klinik_list__icon__208 {
    background: url(/upload/img/klinika/239.png) center no-repeat;
}
.klinik_list__icon__209 {
    background: url(/upload/img/klinika/240.jpg) center no-repeat;
}
.klinik_list__icon__210 {
    background: url(/upload/img/klinika/241.png) center no-repeat;
}
.klinik_list__icon__211 {
    background: url(/upload/img/klinika/242.jpg) center no-repeat;
}
.klinik_list__icon__212 {
    background: url(/upload/img/klinika/243.jpg) center no-repeat;
}
.klinik_list__icon__213 {
    background: url(/upload/img/klinika/244.png) center no-repeat;
}
@media (max-width: 920px) {
    .klinik_list__item,
    .klinik_list:not(.klinik_list_slider) .klinik_list__item {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/chudoV2/components/bitrix/news.list/articles-v2/style.css?1728818468826*/
.articles-v2 .article-item {
    background: rgba(240, 243, 245, 1);
    border: unset;
    border-radius: 25px;
    position: relative;
}
.articles-v2 .article-item__link {
    border:unset;
}
.articles-v2 .article-item__pic {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}
.no-touch-dev .articles-v2 .article-item__link {
    border-radius: 25px;
}
.no-touch-dev .articles-v2 .article-item__link:hover, .touch-dev .articles-v2 .article-item__link:active {
    background: rgba(240, 243, 245, 1);
    color: rgba(85, 85, 85, 1);
}
.articles-v2 .article-item__name {
    margin-bottom: 10px;
}
.articles-v2 span.article-item__name-text {
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
}
.articles-v2 .title-link {
    bottom: 20px;
    left: 40px;
}
/* End */
/* /local/templates/chudoV2/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?173867193118515 */
/* /local/templates/chudoV2/components/bitrix/news.list/doctors-video-v2/style.css?17288242091715 */
/* /local/templates/chudoV2/components/bitrix/news.list/reviews-v2-doctors/style.css?17287303551076 */
/* /local/templates/chudoV2/components/bitrix/news.list/doctors-similar-v2/style.css?17506782393779 */
/* /local/templates/chudoV2/components/bitrix/news.list/klinik-list-another-v2/style.css?17287359414652 */
/* /local/templates/chudoV2/components/bitrix/news.list/articles-v2/style.css?1728818468826 */
