

/* Start:/local/templates/main/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?17883321133070*/
.doctors__section_meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin: 10px 0 12px;
}

.doctors__section_meta .doctors__section_exp {
    margin: 0;
}

.doctors__section_meta .doctor-chief-title {
    font-weight: 700;
}

@media (max-width: 480px) {
    .doctors__section_meta {
        gap: 3px;
    }

}

.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 */
/* /local/templates/main/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?17883321133070 */
/* /local/templates/main/components/bitrix/news.list/feedback/style.css?17818860871262 */
