

/* Start:/local/templates/new_design/components/bitrix/news/rehub/style.css?176933828212111*/
/* Стили страницы реабилитации */
.t-page:has(.rehab-page) .c-header__pattern {
    display: none;
}

.rehab-page__top {
    padding-top: 177px;
    padding-bottom: 90px;
    position: relative;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #433E3E;
}

.rehab-page__top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 1839.98px) {
    .rehab-page__top {
        padding-top: 120px;
    }
}

@media (max-width: 767.98px) {
    .rehab-page__top {
        padding-top: 48px;
        padding-bottom: 60px;
    }
}

.rehab-page__top-content {
    position: relative;
    z-index: 4;
}



/* Стили страницы Пациентам */
.news-detail {
    padding-top: 60px;
}
.patients-page__contacts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 200px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 200px;
    -moz-column-gap: 200px;
    column-gap: 200px;
    row-gap: 16px;
    line-height: 1.4;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .patients-page__contacts {
        -webkit-column-gap: 100px;
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
}

@media (max-width: 1000px) {
    .patients-page__contacts {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        row-gap: 40px;
    }
}

@media (max-width: 767px) {
    .patients-page__contacts {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

.s-information-patients__regime .h2-new {
    letter-spacing: 0.16em;
}

.s-information-patients__name {
    margin-bottom: 20px !important;
}

.patients-page__finance {
    grid-area: finance;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.patients-page__finance-name {
    font-family: "Baskerville Display PT";
    text-transform: initial;
    font-style: italic;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -0.02em;

}

.patients-page__schedule {
    grid-area: schedule;
}

.patients-page__schedule > br {
    display: none;
}

.patients-page__help > br {
    display: none;
}

.patients-page__help div > br {
    display: none;
}

.patients-page__schedule div {
    width: 100%;
    margin: 0;
}

.patients-page__help div {
    width: 100%;
    margin: 0;
}

.patients-page__help {
    grid-area: help;
}

.patients-page__schedule-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.finance__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 20px;
}

.file__list-item {
    border-bottom: 1px solid #F5F5F5;
    -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.file__list-item:hover {
    background-color: var(--secondary-color-500);
    border-color: var(--secondary-color-500);
}

.file__list-item:hover a {
    color: var(--white);
}

.file__list-item a {
    display: block;
    color: #005E68;
    text-transform: uppercase;
    padding: 16px;
    font-weight: 700;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

.file__list-item:first-child {
    border-top: 1px solid #F5F5F5;
}

.file__list-item--no-link a {
    color: #A7A7A7;
}

.file__list-item--no-link:hover {
    background-color: transparent;
    border-color: #F5F5F5;

}

.file__list-item--no-link:hover a {
    color: #A7A7A7;
}

.popular-questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #FFFFFF;
}

.popular-questions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
}

.popular-questions__list-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ebe5e0;
}

.popular-questions__list-item:first-child {
    border-top: 1px solid #ebe5e0;
}

.questions__list-item-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.questions__list-item-content a {
    padding: 16px;
}

.questions__list-item-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: 16px;
}

.questions__list-item-title span {
    max-width: 450px;
}

.questions__list-item-title-svg {
    display: block;
    width: 44px;
    height: 44px;
    -webkit-transition: rotate 0.5s ease-out;
    -o-transition: rotate 0.5s ease-out;
    transition: rotate 0.5s ease-out;
}


.questions__list-item-title.active svg {
    rotate: 45deg;
}

.rehub-review__text {
    -webkit-line-clamp: 6;
}

.patients-page__info {
    background-color: #f5f5f5;
    padding: 100px 0;
}

.patients-page__info-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 42px;
}

@media (max-width: 1080px) {
    .patients-page__info-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.patients-page__info-wrapper .c-faq__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 80px;
}

@media (max-width: 1200px) {
    .patients-page__info-wrapper .c-faq__list {
        padding: 60px 45px;
    }
}

.patients-page__info-wrapper .c-faq__list .c-spollers__title {
    gap: 16px;
}

.patients-page__info-review {
    background-color: #fff;
    padding: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1200px) {
    .patients-page__info-review {
        padding: 60px 45px;
    }
}

@media (max-width: 480px) {
    .patients-page__info-review {
        padding: 60px 20px;
    }
}


.patients-page__before-after {
    background-color: #fff;
    padding: 80px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.patients-page__info-review .c-review-card {
    padding: 48px 56px;
}

.medical-tourism {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.medical-tourism__content {
    padding: 75px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

h2.medical-tourism__title {
    font-family: "Baskerville Display PT";
    font-style: italic;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    /*letter-spacing: 1.44px;*/
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: initial;
    margin-bottom: 56px;
}

.medical-tourism__content p {
    max-width: 850px;
    width: 100%;
    margin: 0 auto 80px;
}

.rehub-section__btn {
    background: inherit;
}

.rehub-section__btn.active {
    color: var(--white);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--secondary-color);
}

.before-operation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}


@media (max-width: 1025px) {
    .before-operation {
        display: block;
    }
}

.before-operation__content-list-item.active {
    color: var(--secondary-color);
    border-bottom-color: var(--secondary-color);
}

.before-operation__text p:not(:last-child) {
    margin-bottom: 10px;
}

.before-operation__img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.before-operation__img-mobile {
    display: none;
}


@media (max-width: 1025px) {
    .before-operation__img {
        display: none;
    }

    .before-operation__img-mobile {
        display: block;
        width: 100%;
    }
}


.disable-actions {
    pointer-events: none;
}

.before-operation__wrapper {
    margin-left: auto;
    width: 45%;
    min-height: 660px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1025px) {
    .before-operation .container {
        padding: 0;
    }

    .before-operation__wrapper {
        min-height: auto;
        width: 100%;
        background-color: #e7e5e0;
        padding: 50px 30px;
    }
}

@media (max-width: 767.98px) {
    .before-operation .container {
        padding: 0;
    }

    .before-operation__wrapper {
        padding: 40px 20px;

    }
}

.before-operation__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 570px;
    width: 100%;
}

.before-operation__content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

.before-operation__list-item {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 11px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background: rgba(129, 104, 79, 0.76);
    /*background-color: #ccc;*/
}

/* End */


/* Start:/local/templates/new_design/components/bitrix/news.list/index_news/style.min.css?17847044634312*/
.s-news__title {margin-bottom: 40px;text-align: center;}.s-news__last {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}.s-news__last-items {width: 100%;margin-bottom: 16px;}.s-news__last-item {display: block;line-height: 1.4em;}.s-news__last-item:not(:last-child) {margin-bottom: 32px;}.s-news__last-item-date {display: block;margin-bottom: 8px;color: var(--primary-color);}.s-news__last-item-title {display: block;margin-bottom: 8px;font-weight: 500;}.s-news__last-item-description {-webkit-line-clamp: 5;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}.s-news__last-more {margin-top: auto;}.s-news__main {display: -webkit-box;display: -ms-flexbox;display: flex;}.s-news__main-photo {max-width: 36.6%;overflow: hidden;-ms-flex-negative: 0;flex-shrink: 0;}.s-news__main-photo img {max-width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;will-change: transform;-webkit-transition: -webkit-transform 0.3s ease-in-out;transition: -webkit-transform 0.3s ease-in-out;transition: transform 0.3s ease-in-out;transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;}.s-news__main-content {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;padding: 80px;max-width: initial;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;background-color: var(--white);-webkit-transition: color 0.3s ease-in-out;transition: color 0.3s ease-in-out;}.s-news__main-date {margin-bottom: 24px;line-height: 1.4em;color: var(--primary-color);}.s-news__main-title {margin-bottom: 8px;}.s-news__main-description {margin-bottom: 24px;-webkit-line-clamp: 4;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}.s-news__main-more {margin-top: auto;-webkit-transition: color 0.3s ease-in-out;transition: color 0.3s ease-in-out;}.s-news__mobile-more {margin-top: 30px;text-align: center;}@media (max-width: 1839.98px) {.s-news__title {margin-bottom: 50px;}.s-news__last-item:not(:last-child) {margin-bottom: 4px;}.s-news__last-item {padding-top: 12px;padding-bottom: 12px;border-top: 1px solid var(--primary-color);}.s-news__last-item:last-child {border-bottom: 1px solid var(--primary-color);}.s-news__last-item-date {display: none;}.s-news__last-item-title {display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-bottom: 0;}.s-news__last-item-description {display: none;}.s-news__main-photo {max-width: 39.18%;}.s-news__main-content {padding: 40px;background-color: #f4f4f4;}.s-news__main-date {margin-bottom: 0;}.s-news__main-title {margin-bottom: 20px;}.s-news__main-description {margin-bottom: 20px;-webkit-line-clamp: 3;}}@media (max-width: 1199.98px) {.s-news__title {margin-bottom: 30px;}.s-news__main-photo {max-width: 40.537%;}.s-news__main-content {padding-left: 36px;padding-bottom: 22px;padding-top: 28px;padding-right: 33px;}.s-news__main-date {margin-bottom: 14px;}.s-news__main-title {margin-bottom: 6px;font-size: 26px;}.s-news__main-description {margin-bottom: 12px;-webkit-line-clamp: 4;}}@media (max-width: 767.98px) {.s-news__title {margin-bottom: 20px;}.s-news__main {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}.s-news__main-photo {height: 47.5vw;max-width: 100%;}.s-news__main-photo img {width: 100%;-o-object-position: top;object-position: top;}.s-news__main-content {padding: 0;padding-top: 20px;background-color: var(--white);}.s-news__main-date {margin-bottom: 3px;font-size: 13px;}.s-news__main-title {margin-bottom: 10px;}.s-news__main-description {margin-bottom: 10px;}.s-news__mobile-more {margin-top: 20px;}}@media (any-hover: hover) {.s-news__last-item-title:hover {color: var(--secondary-color);}.s-news__last-item-description a:hover {color: var(--secondary-color);}.s-news__main:hover {color: var(--secondary-color);}.s-news__main:hover .s-news__main-photo img {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}.s-news__main:hover .s-news__main-more {color: var(--secondary-color);}}
/* End */
/* /local/templates/new_design/components/bitrix/news/rehub/style.css?176933828212111 */
/* /local/templates/new_design/components/bitrix/news.list/index_news/style.min.css?17847044634312 */
