

/* Start:/local/templates/generator/components/bitrix/breadcrumb/bread/style.css?1710790325471*/
.breadcrumb {
    display: block;
    width: 100%;
}

.breadcrumb #breadcrumb a {
    text-decoration: underline;
    color: var(--default-font-color);
}

.breadcrumb #breadcrumb {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #999999;
}

.breadcrumb #breadcrumb a {
    text-decoration: none;
    color: #999999;
    cursor: pointer;
}

.breadcrumb #breadcrumb a:hover{
    color: #2F80ED;
}
/* End */


/* Start:/local/templates/generator/components/bitrix/news/questions/bitrix/news.detail/.default/style.css?17514608855968*/
div.news-detail {
    word-wrap: break-word;
}

div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}

.news-date-time {
    color: #486DAA;
}

.question-bottom-btn {
    margin: 40px auto 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.question-btn {
    width: 330px;
    height: 71px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EB5757;
    font-family: Manrope;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transition: all .3s ease-in-out;
}

.question-btn:hover {
    opacity: 0.78;
}

.question-detail-information h1 {
    font-family: Manrope;
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
    color: #26364B;
    margin: 30px 0px 40px;
}

.q-detail-info-wr {
    border: 1px solid #26364B1A;
    padding: 40px 40px 0px 40px;
    border-radius: 12px;
}

.q-detail-info-wr-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #26364B;
    opacity: 40%;
}

.q-detail-info-vd {
    display: flex;
}

.q-detail-info-date {
    margin-left: 40px;
}

.q-detail-info-vd svg {
    margin-right: 10px;
}

.q-detail-info-wr-body {
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #26364B;
}

h2 {}

.question-detail-info-from-doc h2 {
    font-family: Manrope;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 80px 0px 40px;
    color: #26364B;
}

.q-detail-info-fd-wr {
    border: 1px solid #26364B1A;
    padding: 40px;
    border-radius: 12px;
}

.q-detail-info-fd-body {
    font-family: Manrope;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-top: 20px;
}

.q-detail-info-fd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.q-detail-info-fd-submit {
    display: flex;
    align-items: center;
    font-family: Manrope;
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0%;
    color: #2EED3B;
}

.q-detail-info-fd-submit svg {
    margin-right: 20px;
}

.q-detail-info-doctor-name {
    font-family: Manrope;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

a.q-detail-info-doctor-link {
   color: #4d4d4d; 
}

.q-detail-info-doctor-stars {
    margin: 7px 0px;
}

.q-detail-info-doctor-st {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.q-detail-info-doctor {
    display: flex;
    align-items: center;
}

.q-detail-info-doctor-img {
    min-width: 80px;
    min-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.q-detail-info-wr-footer {
    padding: 40px 0px;
    border-top: 1px solid hsl(214deg 33% 22% / 10%);
}

.q-detail-info-wr-footer {
    display: flex;
    flex-wrap: wrap;
}

.q-detail-info-wr-footer a {
    margin-right: 20px;
    padding: 8px 16px;
    background: #FFE993;
    border-radius: 8px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #26364B;
    transition: all .3s ease-in-out;
}

.q-detail-info-wr-footer a:hover {
    opacity: 0.87;
}

.q-detail-info-views,
.q-detail-info-date {
    display: flex;
    align-items: center;
}

.q-detail-info-doctor-st {
    opacity: 0.4;
}

.question-btn {
    border-radius: 6px;
}

@media screen and (max-width: 992px) {
    .question-detail-information h1 {
        font-size: 24px;
        line-height: 145%;
        margin: 10px 0px 20px;
    }
    .q-detail-info-wr {
        padding: 20px 20px 0px 20px;
    }
    .q-detail-info-wr-header {
        flex-direction: column;
        align-items: baseline;
        justify-content: flex-start;
        font-size: 14px;
        line-height: normal;
    }
    .q-detail-info-vd {
        flex-direction: column;
        align-items: normal;
        justify-content: flex-start;
    }
    .q-detail-info-fio {}
    .q-detail-info-views {
        margin-top: 5px;
    }
    .q-detail-info-date {
        margin-top: 5px;
        margin-left: 0px;
    }
    .q-detail-info-vd svg {
        width: 20px;
        height: auto;
        margin-right: 5px;
    }
    .q-detail-info-wr-body {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .q-detail-info-wr-footer {
        padding: 20px 0px 10px;
    }
    .q-detail-info-wr-footer a {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: normal;
        width: fit-content;
    }
    .question-detail-info-from-doc h2 {
        margin: 40px 0px 20px;
        font-size: 24px;
        line-height: 145%;
    }
    .q-detail-info-fd-wr {
        padding: 20px;
    }
    .q-detail-info-fd-submit {
        display: none;
    }
    .q-detail-info-fd-body {
        font-size: 16px;
        line-height: 145%;
    }
    .q-detail-info-doctor-img {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        margin-right: 10px;
    }
    .q-detail-info-doctor-name {
        font-size: 14px;
        line-height: 1;
    }
    .q-detail-info-doctor-stars {
        display: flex;
    }
    .q-detail-info-doctor-stars svg {
        width: 84px;
        height: 15px;
    }
    .q-detail-info-doctor-st {
        font-size: 12px;
        opacity: 0.4;
    }
    .question-bottom-btn {
        margin: 20px auto 40px;
    }
    .question-btn {
        width: 345px;
        height: 50px;
        max-width: 100%;
        font-size: 18px;
        line-height: 1;
    }
}

a.question-btn {
    color: #fff !important;
}
/* End */
/* /local/templates/generator/components/bitrix/breadcrumb/bread/style.css?1710790325471 */
/* /local/templates/generator/components/bitrix/news/questions/bitrix/news.detail/.default/style.css?17514608855968 */
