

/* Start:/local/templates/main/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?17818860872706*/
.doctor-place {
    margin-top: 80px;
    margin-bottom: 30px;
}

.doctor-place__box {
    border-radius: 5px;
    background-color: #EAF3F8;
    padding: 25px 20px 20px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .doctor-place__box {
        padding: 10px 15px 15px;
    }
}

.doctor-place__title {
    font-family: Russo One;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 20px;
    margin-top: 0;
}

.doctor-place__address {
    font-style: normal;
    margin-bottom: 12px;
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.doctor-place__header {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 12px;
}

.doctor-place__metro {
    display: flex;
    align-items: center;
}

.doctor-place__metro img {
    margin-top: -1px;
}

.doctor-place__metro-name {
    position: relative;
    font-family: 'Russo One';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-left: 26px;
    &:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #0099C6;
        position: absolute;
        right: calc(100% + 8px);
        top: 50%;
        transform: translateY(-50%);
    }
}

.doctor-place__images::-webkit-scrollbar {
    display: none;
}

.doctor-place__images {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.doctor-place__image {
    width: 100%;
    height: 100%;
}

.doctor-place__images a {
    --width: calc((100% / 6) - 6px);
    flex: 0 0 var(--width);
    aspect-ratio: 4 / 3;
    width: var(--width);
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .doctor-place__images a {
        --width: calc((100% / 5) - 6px);
    }
}

@media (max-width: 992px) {
    .doctor-place__images a {
        --width: calc((100% / 4.5) - 6px);
    }
}

.doctor-place__link {
    background: linear-gradient(90deg, #FFC929 0%, #FFE94E 100%);
    color: #5B5B5B;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 6px 16px;
    border-radius: 5px;
    margin-left: auto;
}

.doctor-place__link:hover {
    background: #FFC929;
}

.doctor-place__work-time {
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 12px;
}

.doctor-place__work-time-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 5px;
}

.doctor-place__work-time p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 0;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/feedback/style.css?17818860871262*/
.feedback-section--doctor {
    margin-bottom: 25px;
    margin-top: 40px;
}
.source{
    color:#a9a9a9;
}
@media (max-width: 992px) {
    .feedback-section--doctor .feedback-next {
        right: -15px;
    }

    .feedback-section--doctor .feedback-prev {
        left: -15px;
    }
}

.feedback-section__slider {
    position: relative;
    margin-bottom: 15px;
}

.feedback-section__slider .feedback-slider {
    width: 100%;
}

.feedback-section--doctor .feedback-section__slider {
    padding: 25px;
    background-color: #EAF3F8;
}

.feedback-section__slider .swiper-slide {
    padding: 0;
}

.feedback-section--doctor .feedback-section__actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 16px;
    padding-left: 25px;
    padding-right: 25px;
}

.feedback-section--doctor .feedback-section__actions .blue-button {
    width: 100%;
}

.feedback-section--doctor .feedback-section__actions .blue-button.feedback-section__button--record {
    border: 1px solid #0099C6;
    color: #111;
    background-color: transparent;
    transition: .2s all linear;
}

.feedback-section--doctor .feedback-section__actions .blue-button.feedback-section__button--record:hover {
    background-color: #0099C6;
    color: #fff;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/works-no-ajax-new/style.css?178188608719302*/
.with-fancybox body.compensate-for-scrollbar {
    overflow: visible !important;
}

.block-slider__container {
    position: relative;
    width: 100%;
}

.block-slider__container>img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-slider__container:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.block-slider__container--square {
    width: 360px;
    border: none;
    border-radius: 4px;
}

.wrapper-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 30px 0;
    border-radius: 5px;
    box-sizing: border-box;
}

.main-slider-section {
    position: relative;
    width: 100%;
    height: 360px;
}

.main-slider {
    display: flex;
    width: 100%;
    height: 100%;
}

.main-slider .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.main-slider .swiper-wrapper .swiper-slide img {
    border-radius: 4px;
}

.block-slider {
    width: 100%;
    height: 100%;
}

.next-btn,
.prev-btn {
    width: 26px;
    height: 20px;
    margin-top: -10px;
}

.uploaded-in-prev,
.uploaded-in-next {
    position: absolute;
    width: 30px;
    height: 40px;
    top: 50%;
    background: #0099C6;
    cursor: pointer;
    border-radius: 5px;
    transform: translateY(-50%);
}

.uploaded-in-prev:after,
.uploaded-in-next:after {
    position: absolute;
    content: ' ';
    display: block;
    background: url('/local/templates/main/img/result-arrow.svg');
    width: 17px;
    height: 29px;
    top: 5px;
    left: 5px;
    background-size: cover;
}

.uploaded-in-prev {
    left: -35px;
}

.uploaded-in-next {
    right: -35px;
}

.uploaded-in-prev.swiper-button-disabled,
.uploaded-in-next.swiper-button-disabled,
.inner-prev-btn.swiper-button-disabled,
.inner-next-btn.swiper-button-disabled {
    opacity: .35;
}

.uploaded-in-next:after {
    transform: rotate(180deg);
}

.inner-prev-btn,
.inner-next-btn {
    display: block;
    position: absolute;
    background: url('/local/templates/main/img/next-arrow.svg');
    width: 16px;
    height: 16px;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

.inner-next-btn {
    right: 20px
}

.inner-prev-btn {
    left: 20px
}

.inner-prev-btn {
    transform: translateY(-50%) rotate(180deg);
}

.block-slider__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    max-width: 360px;
    height: auto;
    min-height: 65px;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px 3px 0 0;
    background: #FFFFFF;
    z-index: 9;
    text-align: center;
}

.block-slider__name {
    color: #0099C6
}

.block-slider__doctor {
    display: flex;
    color: #454545;
    font-size: 14px;
}

.block-slider__field {
    margin-right: 5px;
}

.block-slider__link {
    position: relative;
    cursor: pointer;
}

.block-slider__link:hover:after {
    position: absolute;
    content: "»";
    top: 0px;
    right: -10px;
}

.block-slider__link:hover:after,
.block-slider__link:hover {
    color: #0099C6
}

.block-slider.swiper-container-horizontal>.swiper-pagination-bullets {
    position: relative;
    text-align: center;
    bottom: 0;
    z-index: 9;
}

.block-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #FFFFFF;
    width: 5px;
    height: 5px;
}

@media (max-width: 640px) {
    .block-slider {
        display: flex;
        align-items: center;
    }
    .block-slider__doctor {
        font-size: 12px;
    }
    .wrapper-slider {
        background: #FFF;
        padding: 0;
        margin-bottom: 40px;
    }
    .inner-prev-btn,
    .inner-next-btn {
        display: none;
    }
    .uploaded-in-prev,
    .uploaded-in-next {
        top: calc(50% + 30px);
        z-index: 9;
    }
    .uploaded-in-prev {
        left: 0px;
    }
    .uploaded-in-next {
        right: 0px;
    }
    .block-slider.swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 10%;
    }
    .block-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #0099C6;
    }
    .block-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        background: #eaeaea;
        opacity: 1;
    }
}

#articles-detail-doctor {
    margin-top: 80px;
}

#articles-detail-doctor .swiper-button-disabled {
    display: none;
}

#articles-detail-doctor .articles-page__item {
    height: 460px;
    margin: 10px;
}

#articles-detail-doctor .swiper-wrapper {}

.articles-detail-doctor__container {
    position: relative;
}

.articles-detail-doctor__swiper {
    overflow: hidden;
}

#articles-detail-doctor .articles-page__info_title {
    color: #333;
}


#articles-detail-doctor .articles-page__info_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
}

#articles-detail-doctor .articles-page__info_text {}

.articles-detail-doctor__prev,
.articles-detail-doctor__next {
    position: absolute;
    width: 30px;
    height: 40px;
    top: 50%;
    background: #0099C6;
    cursor: pointer;
    border-radius: 5px;
    transform: translateY(-50%);
    z-index: 10;
}

.articles-detail-doctor__prev:after,
.articles-detail-doctor__next:after {
    position: absolute;
    content: ' ';
    display: block;
    background: url('/local/templates/main/img/result-arrow.svg');
    width: 17px;
    height: 29px;
    top: 5px;
    left: 5px;
    background-size: cover;
}

.articles-detail-doctor__prev {
    left: -35px;
}

@media (max-width: 640px) {
    .articles-detail-doctor__prev {
        left: 0;
    }
}

.articles-detail-doctor__next {
    right: -35px;
}

@media (max-width: 640px) {
    .articles-detail-doctor__next {
        right: 0;
    }
}

.articles-detail-doctor__prev.swiper-button-disabled,
.articles-detail-doctor__next.swiper-button-disabled {
    opacity: .35;
}

.articles-detail-doctor__next:after {
    transform: rotate(180deg);
}

/* ========================================================================== */
/* Единый стиль статей для шаблона works-no-ajax-new                          */
/* ========================================================================== */

#articles-detail-doctor .articles-detail-doctor__swiper {
    margin: -14px -18px -24px;
    padding: 14px 18px 24px;
    overflow: hidden;
}

#articles-detail-doctor .swiper-wrapper {
    align-items: stretch !important;
}

#articles-detail-doctor .swiper-slide {
    display: flex !important;
    height: auto !important;
    padding: 0 10px !important;
}

#articles-detail-doctor .articles-page__item {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1) !important;
    transform: none !important;
    transition: box-shadow .28s ease, color .28s ease, opacity .28s ease !important;
}

#articles-detail-doctor .articles-page__item:hover,
#articles-detail-doctor .articles-page__item:focus-within {
    box-shadow: none !important;
    transform: none !important;
}

#articles-detail-doctor .articles-page__figure {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 10px 10px 0 0 !important;
}

#articles-detail-doctor .articles-page__figure_pic {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 10px 10px 0 0 !important;
    transition: opacity .28s ease !important;
}

#articles-detail-doctor .articles-page__figure_item {
    background-color: #9fdfff2b !important;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 5px 10px !important;
    line-height: 18px !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#articles-detail-doctor .articles-page__info {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    height: auto !important;
    padding: 20px 20px 18px !important;
}

#articles-detail-doctor .articles-page__info_title {
    margin: 0 0 10px !important;
    color: #333 !important;
    font-family: "Russo One", sans-serif !important;
    font-size: 19px !important;
    line-height: 1.3 !important;
    transition: color .28s ease !important;
}

#articles-detail-doctor .articles-page__item:hover .articles-page__info_title,
#articles-detail-doctor .articles-page__item:focus-within .articles-page__info_title {
    color: #2d8dbd !important;
}

#articles-detail-doctor .articles-page__info_text {
    color: #68757c !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

/* V8: дата и время остаются контрастными и полностью видимыми при наведении. */
.articles-page__figure_item,
.articles-page__item:hover .articles-page__figure_item,
.articles-page__item:focus-visible .articles-page__figure_item,
.articles-page__item:focus-within .articles-page__figure_item {
    opacity: 1 !important;
    visibility: visible !important;
    color: #333 !important;
    background-color: rgba(243, 251, 255, 0.88) !important;
    transition: background-color .28s ease, color .28s ease, opacity .28s ease !important;
}

.articles-page__figure_desc {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 3 !important;
}


/* ========================================================================== */
/* Финальный единый стиль карточек статей в услугах, врачах и других разделах */
/* Визуально повторяет карточки статей на главной странице сайта.              */
/* ========================================================================== */

.articles-embedded {
    --embedded-article-blue: #2d8dbd;
    --embedded-article-cyan: #31aeb7;
    --embedded-article-text: #68757c;
    --embedded-article-shadow: 0 0 20px rgba(0, 0, 0, .10);
    --embedded-article-radius: 10px;
}

.articles-embedded .articles-detail-doctor__container {
    position: relative;
    width: 100%;
}

.articles-embedded .articles-detail-doctor__swiper {
    margin: -20px -22px -28px !important;
    padding: 20px 22px 28px !important;
    overflow: hidden !important;
}

.articles-embedded .swiper,
.articles-embedded .swiper-wrapper {
    min-width: 0;
}

.articles-embedded .swiper-wrapper {
    align-items: stretch !important;
}

.articles-embedded .swiper-slide {
    display: flex !important;
    height: auto !important;
    box-sizing: border-box !important;
    padding: 0 9px !important;
}

.articles-embedded .articles-page__item {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    border: 0 !important;
    border-radius: var(--embedded-article-radius) !important;
    background: #fff !important;
    box-shadow: var(--embedded-article-shadow) !important;
    color: #333 !important;
    text-decoration: none !important;
    transform: none !important;
    transition: box-shadow .28s ease, color .28s ease !important;
}

.articles-embedded .articles-page__item:hover,
.articles-embedded .articles-page__item:focus-visible,
.articles-embedded .articles-page__item:focus-within {
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #333 !important;
    transform: none !important;
}

.articles-embedded .articles-page__figure {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
    border: 0 !important;
    border-radius: var(--embedded-article-radius) var(--embedded-article-radius) 0 0 !important;
    background: #eef5f7 !important;
}

.articles-embedded .articles-page__figure_pic {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    border: 0 !important;
    border-radius: var(--embedded-article-radius) var(--embedded-article-radius) 0 0 !important;
    opacity: 1 !important;
    transform: none !important;
    transition: opacity .28s ease !important;
}

.articles-embedded .articles-page__item:hover .articles-page__figure_pic,
.articles-embedded .articles-page__item:focus-visible .articles-page__figure_pic,
.articles-embedded .articles-page__item:focus-within .articles-page__figure_pic {
    opacity: .96 !important;
    transform: none !important;
}

.articles-embedded .articles-page__figure_desc {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.articles-embedded .articles-page__figure_item,
.articles-embedded .articles-page__item:hover .articles-page__figure_item,
.articles-embedded .articles-page__item:focus-visible .articles-page__figure_item,
.articles-embedded .articles-page__item:focus-within .articles-page__figure_item {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 28px !important;
    box-sizing: border-box !important;
    padding: 5px 10px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background-color: #9fdfff2b !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    opacity: 1 !important;
    visibility: visible !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: background-color .28s ease, color .28s ease, opacity .28s ease !important;
}

.articles-embedded .articles-page__info {
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    min-height: 220px !important;
    box-sizing: border-box !important;
    padding: 20px !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
}

.articles-embedded .articles-page__info_title {
    display: block !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #333 !important;
    font-family: "Russo One", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.32 !important;
    text-decoration: none !important;
    transition: color .28s ease !important;
}

.articles-embedded .articles-page__item:hover .articles-page__info_title,
.articles-embedded .articles-page__item:focus-visible .articles-page__info_title,
.articles-embedded .articles-page__item:focus-within .articles-page__info_title {
    color: var(--embedded-article-blue) !important;
}

.articles-embedded .articles-page__info_text {
    display: -webkit-box !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: var(--embedded-article-text) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
}

.articles-embedded .articles-page__bottom {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 30px !important;
    margin: auto 0 0 !important;
    padding: 16px 0 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.articles-embedded .article__tags {
    display: flex !important;
    min-width: 0 !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
}

.articles-embedded .article__tags_item {
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    min-height: 24px !important;
    box-sizing: border-box !important;
    padding: 4px 8px !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: #f3fbff !important;
    color: var(--embedded-article-blue) !important;
    font-size: 12px !important;
    line-height: 16px !important;
}

.articles-embedded .articles-page__bottom_views {
    flex: 0 0 auto !important;
    color: #b9c1c5 !important;
}

.articles-embedded .articles-page__read-more {
    display: inline-block !important;
    align-self: flex-start !important;
    margin-top: 15px !important;
    color: var(--embedded-article-cyan) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    transition: color .28s ease !important;
}

.articles-embedded .articles-page__item:hover .articles-page__read-more,
.articles-embedded .articles-page__item:focus-visible .articles-page__read-more,
.articles-embedded .articles-page__item:focus-within .articles-page__read-more {
    color: var(--embedded-article-blue) !important;
}

/* Стрелки оставлены функциональными, но приведены к спокойному стилю сайта. */
.articles-embedded .articles-detail-doctor__prev,
.articles-embedded .articles-detail-doctor__next,
#articles-service .articles-service__prev,
#articles-service .articles-service__next {
    border-radius: 5px !important;
    box-shadow: 0 8px 18px rgba(2, 54, 127, .12) !important;
    transition: opacity .2s ease, background-color .2s ease !important;
}

@media (max-width: 640px) {
    .articles-embedded .articles-detail-doctor__swiper {
        margin: -14px -8px -22px !important;
        padding: 14px 8px 22px !important;
    }

    .articles-embedded .swiper-slide {
        padding: 0 5px !important;
    }

    .articles-embedded .articles-page__info {
        min-height: 0 !important;
        padding: 17px !important;
    }

    .articles-embedded .articles-page__info_title {
        font-size: 17px !important;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/articles-list/style.css?178188608715163*/
.sales__title {font-family:'Russo One';color:#303030;}
.sales__title:hover {color:#2d8dbd;}
.sales__figure--disabled {pointer-events:none;}
#articles-detail-doctor .articles-page {margin-top:0;}
#articles-detail-doctor h3 {margin-top:20px;}

#articles-detail-doctor {
    margin-top: 80px;
}

#articles-detail-doctor .articles-page__item {
	margin: 10px;
    width: 345px;
}

#articles-detail-doctor .articles-page__figure_pic {
    aspect-ratio: 1;
}

#articles-detail-doctor .swiper-slide {
    display: flex;
    justify-content: center;
}

#articles-detail-doctor .swiper-wrapper {}
#articles-detail-doctor .articles-page__info_text {}

.articles-detail-doctor__container {
    position: relative;
}

.articles-detail-doctor__swiper {
    overflow: hidden;
}

#articles-detail-doctor .articles-page__info_title {
    color: #333;
}

.articles-detail-doctor__prev,
.articles-detail-doctor__next {
    position: absolute;
    width: 30px;
    height: 40px;
    top: 50%;
    background: #0099C6;
    cursor: pointer;
    border-radius: 5px;
    transform: translateY(-50%);
    z-index: 10;
}

.articles-detail-doctor__prev:after,
.articles-detail-doctor__next:after {
    position: absolute;
    content: ' ';
    display: block;
    background: url('/local/templates/main/img/result-arrow.svg');
    width: 17px;
    height: 29px;
    top: 5px;
    left: 5px;
    background-size: cover;
}

.articles-detail-doctor__prev {
    left: 5px;
}

.articles-detail-doctor__next {
    right: 5px;
}

.articles-detail-doctor__prev.swiper-button-disabled,
.articles-detail-doctor__next.swiper-button-disabled {
    display: none;
}

.articles-detail-doctor__next:after {
    transform: rotate(180deg);
}
/* ========================================================================== */
/* Единый стиль карточек статей на страницах врачей и других разделов         */
/* ========================================================================== */

#articles-detail-doctor .articles-detail-doctor__swiper {
    margin: -14px -18px -24px;
    padding: 14px 18px 24px;
    overflow: hidden;
}

#articles-detail-doctor .swiper-wrapper {
    align-items: stretch !important;
}

#articles-detail-doctor .swiper-slide {
    display: flex !important;
    height: auto !important;
    padding: 0 10px !important;
}

#articles-detail-doctor .articles-page__item {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 345px !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1) !important;
    transform: none !important;
    transition: box-shadow .28s ease, color .28s ease, opacity .28s ease !important;
}

#articles-detail-doctor .articles-page__item:hover,
#articles-detail-doctor .articles-page__item:focus-within {
    background: #fff !important;
    box-shadow: none !important;
    transform: none !important;
}

#articles-detail-doctor .articles-page__figure {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 10px 10px 0 0 !important;
}

#articles-detail-doctor .articles-page__figure_pic {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 10px 10px 0 0 !important;
    transform: none !important;
    transition: opacity .28s ease !important;
}

#articles-detail-doctor .articles-page__item:hover .articles-page__figure_pic,
#articles-detail-doctor .articles-page__item:focus-within .articles-page__figure_pic {
    opacity: .96;
}

#articles-detail-doctor .articles-page__figure_item {
    background-color: #9fdfff2b !important;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 5px 10px !important;
    line-height: 18px !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#articles-detail-doctor .articles-page__info {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    height: auto !important;
    padding: 20px 20px 18px !important;
}

#articles-detail-doctor .articles-page__info_title {
    margin: 0 0 10px !important;
    color: #333 !important;
    font-family: "Russo One", sans-serif !important;
    font-size: 19px !important;
    line-height: 1.3 !important;
    transition: color .28s ease !important;
}

#articles-detail-doctor .articles-page__item:hover .articles-page__info_title,
#articles-detail-doctor .articles-page__item:focus-within .articles-page__info_title {
    color: #2d8dbd !important;
}

#articles-detail-doctor .articles-page__info_text {
    color: #68757c !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

#articles-detail-doctor .articles-page__bottom {
    margin-top: auto !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(45, 141, 189, .12) !important;
}

/* V8: дата и время остаются контрастными и полностью видимыми при наведении. */
.articles-page__figure_item,
.articles-page__item:hover .articles-page__figure_item,
.articles-page__item:focus-visible .articles-page__figure_item,
.articles-page__item:focus-within .articles-page__figure_item {
    opacity: 1 !important;
    visibility: visible !important;
    color: #333 !important;
    background-color: rgba(243, 251, 255, 0.88) !important;
    transition: background-color .28s ease, color .28s ease, opacity .28s ease !important;
}

.articles-page__figure_desc {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 3 !important;
}


/* ========================================================================== */
/* Финальный единый стиль карточек статей в услугах, врачах и других разделах */
/* Визуально повторяет карточки статей на главной странице сайта.              */
/* ========================================================================== */

.articles-embedded {
    --embedded-article-blue: #2d8dbd;
    --embedded-article-cyan: #31aeb7;
    --embedded-article-text: #68757c;
    --embedded-article-shadow: 0 0 20px rgba(0, 0, 0, .10);
    --embedded-article-radius: 10px;
}

.articles-embedded .articles-detail-doctor__container {
    position: relative;
    width: 100%;
}

.articles-embedded .articles-detail-doctor__swiper {
    margin: -20px -22px -28px !important;
    padding: 20px 22px 28px !important;
    overflow: hidden !important;
}

.articles-embedded .swiper,
.articles-embedded .swiper-wrapper {
    min-width: 0;
}

.articles-embedded .swiper-wrapper {
    align-items: stretch !important;
}

.articles-embedded .swiper-slide {
    display: flex !important;
    height: auto !important;
    box-sizing: border-box !important;
    padding: 0 9px !important;
}

.articles-embedded .articles-page__item {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    border: 0 !important;
    border-radius: var(--embedded-article-radius) !important;
    background: #fff !important;
    box-shadow: var(--embedded-article-shadow) !important;
    color: #333 !important;
    text-decoration: none !important;
    transform: none !important;
    transition: box-shadow .28s ease, color .28s ease !important;
}

.articles-embedded .articles-page__item:hover,
.articles-embedded .articles-page__item:focus-visible,
.articles-embedded .articles-page__item:focus-within {
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #333 !important;
    transform: none !important;
}

.articles-embedded .articles-page__figure {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
    border: 0 !important;
    border-radius: var(--embedded-article-radius) var(--embedded-article-radius) 0 0 !important;
    background: #eef5f7 !important;
}

.articles-embedded .articles-page__figure_pic {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    border: 0 !important;
    border-radius: var(--embedded-article-radius) var(--embedded-article-radius) 0 0 !important;
    opacity: 1 !important;
    transform: none !important;
    transition: opacity .28s ease !important;
}

.articles-embedded .articles-page__item:hover .articles-page__figure_pic,
.articles-embedded .articles-page__item:focus-visible .articles-page__figure_pic,
.articles-embedded .articles-page__item:focus-within .articles-page__figure_pic {
    opacity: .96 !important;
    transform: none !important;
}

.articles-embedded .articles-page__figure_desc {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.articles-embedded .articles-page__figure_item,
.articles-embedded .articles-page__item:hover .articles-page__figure_item,
.articles-embedded .articles-page__item:focus-visible .articles-page__figure_item,
.articles-embedded .articles-page__item:focus-within .articles-page__figure_item {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 28px !important;
    box-sizing: border-box !important;
    padding: 5px 10px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background-color: #9fdfff2b !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    opacity: 1 !important;
    visibility: visible !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: background-color .28s ease, color .28s ease, opacity .28s ease !important;
}

.articles-embedded .articles-page__info {
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    min-height: 220px !important;
    box-sizing: border-box !important;
    padding: 20px !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
}

.articles-embedded .articles-page__info_title {
    display: block !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #333 !important;
    font-family: "Russo One", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.32 !important;
    text-decoration: none !important;
    transition: color .28s ease !important;
}

.articles-embedded .articles-page__item:hover .articles-page__info_title,
.articles-embedded .articles-page__item:focus-visible .articles-page__info_title,
.articles-embedded .articles-page__item:focus-within .articles-page__info_title {
    color: var(--embedded-article-blue) !important;
}

.articles-embedded .articles-page__info_text {
    display: -webkit-box !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: var(--embedded-article-text) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
}

.articles-embedded .articles-page__bottom {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 30px !important;
    margin: auto 0 0 !important;
    padding: 16px 0 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.articles-embedded .article__tags {
    display: flex !important;
    min-width: 0 !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
}

.articles-embedded .article__tags_item {
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    min-height: 24px !important;
    box-sizing: border-box !important;
    padding: 4px 8px !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: #f3fbff !important;
    color: var(--embedded-article-blue) !important;
    font-size: 12px !important;
    line-height: 16px !important;
}

.articles-embedded .articles-page__bottom_views {
    flex: 0 0 auto !important;
    color: #b9c1c5 !important;
}

.articles-embedded .articles-page__read-more {
    display: inline-block !important;
    align-self: flex-start !important;
    margin-top: 15px !important;
    color: var(--embedded-article-cyan) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    transition: color .28s ease !important;
}

.articles-embedded .articles-page__item:hover .articles-page__read-more,
.articles-embedded .articles-page__item:focus-visible .articles-page__read-more,
.articles-embedded .articles-page__item:focus-within .articles-page__read-more {
    color: var(--embedded-article-blue) !important;
}

/* Стрелки оставлены функциональными, но приведены к спокойному стилю сайта. */
.articles-embedded .articles-detail-doctor__prev,
.articles-embedded .articles-detail-doctor__next,
#articles-service .articles-service__prev,
#articles-service .articles-service__next {
    border-radius: 5px !important;
    box-shadow: 0 8px 18px rgba(2, 54, 127, .12) !important;
    transition: opacity .2s ease, background-color .2s ease !important;
}

@media (max-width: 640px) {
    .articles-embedded .articles-detail-doctor__swiper {
        margin: -14px -8px -22px !important;
        padding: 14px 8px 22px !important;
    }

    .articles-embedded .swiper-slide {
        padding: 0 5px !important;
    }

    .articles-embedded .articles-page__info {
        min-height: 0 !important;
        padding: 17px !important;
    }

    .articles-embedded .articles-page__info_title {
        font-size: 17px !important;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?17818860872706 */
/* /local/templates/main/components/bitrix/news.list/feedback/style.css?17818860871262 */
/* /local/templates/main/components/bitrix/news.list/works-no-ajax-new/style.css?178188608719302 */
/* /local/templates/main/components/bitrix/news.list/articles-list/style.css?178188608715163 */
