

/* Start:/local/templates/yantau/components/bitrix/news/lechenie/bitrix/news.detail/.default/style.css?1783103196155*/
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;
}

/* End */


/* Start:/local/templates/yantau/components/bitrix/news/lechenie/bitrix/news.detail/.default/lechenie-detail.css?17887122553058*/
/* Стили детальной страницы программы лечения.
   Вынесены из template.php — подключаются через $this->addExternalCss(),
   чтобы попадать в <head>, а не в тело страницы. */

/* Раздел лечения: секции 71–82 (блок .treat) */
.treat {
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.treat__section {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1620px;
}

.treat__section:not(:first-child) {
    margin: 0 auto;
    margin-top: 100px;
}

.bx-breadcrumb + .treat__section {
    margin: 0 auto;
}

.treat__title {
    font-family: Jost, sans-serif;
    font-size: 54px;
    line-height: 78px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #2d5328;
    margin: 0 auto;
}

.treat__title_small {
    font-family: Jost, sans-serif;
    font-size: 38px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #361c09;
    margin: 0 auto;
    margin-top: 50px;
}

.treat__text {
    margin-top: 25px;
    padding: 0 10px;
}

.treat__text ol li {
    list-style-type: decimal;
}

.treat__text ul li {
    list-style-type: disc;
}

.treat__pic {
    display: flex;
    flex-wrap: wrap;
}

.treat__pic img {
    display: flex;
    flex: 0 0 100%;
    margin: 25px auto;
    object-fit: contain;
    width: 100%;
    max-width: 1400px;
}

.treat__pic-double {
    display: flex;
    flex-wrap: wrap;
}

.treat__pic-double img {
    display: flex;
    flex: 0 0 50%;
    margin: 25px auto;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 992px) {
    .treat__section:not(:first-child) {
        margin-top: 50px;
    }

    .treat__title_small {
        text-align: center;
        font-size: 28px;
        line-height: 35px;
    }

    .treat__title {
        font-size: 40px;
    }
}

@media (max-width: 640px) {
    .treat__section:not(:first-child) {
        margin-top: 25px;
    }

    .treat__title_small {
        font-size: 22px;
        line-height: 35px;
    }

    .treat__title {
        font-size: 28px;
        line-height: 35px;
    }

    .treat__pic-double img {
        flex: 0 0 100%;
        margin: 25px auto;
        width: 100%;
        object-fit: contain;
    }
}

/* Блок «Это интересно» */
.interesting__btn {
    padding: 10px 20px;
    box-sizing: border-box;
    border: 3px solid #605294;
    margin-right: 10px;
    margin-top: 10px;
    color: #605294;
    text-transform: uppercase;
}

.interesting__btn:hover {
    background-color: #605294;
    color: #fff;
}

.news__interesting {
    margin: 45px 0 5px;
    display: flex;
    flex-wrap: wrap;
}

/* Дополнительный текст программы */
.lechenie__dop_text {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1345px;
    padding: 0 10px;
    padding-top: 50px;
    margin: 0 auto;
}

/* End */


/* Start:/local/templates/yantau/components/bitrix/news.list/lechenieMAINDESC/style.css?1687764393150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/yantau/components/bitrix/news.list/lechenieMAINMOB/style.css?1687764396150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/yantau/components/bitrix/news.list/lechenieVRACHMAIN/style.css?1687774216150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/components/lsg/feedback/templates/.default/style.css?17831160792837*/
.yt_feedbacks {
    overflow: hidden;
}

.sw_yt_feedbacks_cont {
    position: relative;
}

.sw_yt_feedbacks {
    margin-left: auto;
    margin-right: auto;
}

.sw_yt_feedbacks_btn {
    --size: 36px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
}

.yt_feedback_avatar {
    width: 108px;
    height: 108px;
}

.yt_feedback_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    display: block;
}

.yt_feedback {
    display: grid;
    grid-gap: 16px 24px;
}

.yt_feedback_title {
    font-family: Jost;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.35;
    color: #361c09;
}

.yt_feedback_desc {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
}

.sw_yt_feedbacks_cont .yt_feedback {
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.sw_yt_feedbacks_cont .yt_feedback.swiper-slide-active {
    opacity: 1;
    transition: opacity 0.3s;
    pointer-events: unset;
}

.sw_yt_feedbacks_pag_pan {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    padding: 0 24px;
}

.yt_feedbacks .sw_yt_feedbacks_cont .sw_yt_feedbacks_pag {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    width: unset;
}

.yt_feedbacks .sw_yt_feedbacks_cont .sw_yt_feedbacks_pag span {
    min-width: 8px;
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0;
}

@media (min-width: 1300.5px) {
    .yt_feedback {
        align-items: center;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto;
    }

    .yt_feedback_desc {
        grid-column: 1 / span 2;
    }
}


.sw_yt_feedbacks_btn_left {
    transform: rotate(180deg);
}

@media (min-width: 1024.5px) {
    .sw_yt_feedbacks_btn {
        position: absolute;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
    }

    .sw_yt_feedbacks_btn:hover {
        --svg-fill: #E31F25;
        --svg-stroke: #fff;
    }

    .sw_yt_feedbacks_btn_left {
        left: 0;
        transform: translateY(-50%) rotate(180deg);
    }

    .sw_yt_feedbacks_btn_right {
        right: 0;
    }

    .yt_feedbacks .sw_yt_feedbacks_cont .sw_yt_feedbacks_pag {
        display: none;
    }

    .sw_yt_feedbacks {
        width: calc(100% - 46px * 2);
    }

    .sw_yt_feedbacks_pag_pan {
        max-height: 0;
    }

    .sw_yt_feedbacks_cont .yt_feedback.swiper-slide-next {
        opacity: 1;
        transition: opacity 0.3s;
        pointer-events: unset;
    }
}

@media (max-width: 1300px) {
    .yt_feedback_avatar {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1024px) {
    .yt_feedback_desc {
        font-size: 16px;
    }
}
/* End */
/* /local/templates/yantau/components/bitrix/news/lechenie/bitrix/news.detail/.default/style.css?1783103196155 */
/* /local/templates/yantau/components/bitrix/news/lechenie/bitrix/news.detail/.default/lechenie-detail.css?17887122553058 */
/* /local/templates/yantau/components/bitrix/news.list/lechenieMAINDESC/style.css?1687764393150 */
/* /local/templates/yantau/components/bitrix/news.list/lechenieMAINMOB/style.css?1687764396150 */
/* /local/templates/yantau/components/bitrix/news.list/lechenieVRACHMAIN/style.css?1687774216150 */
/* /local/components/lsg/feedback/templates/.default/style.css?17831160792837 */
