

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

.rehab-page .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 .rehab-page__top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

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

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

.rehab-page .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/css/modules/c-action.css?17849026483494*/

.c-action-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.c-action-content__left {
    width: 45%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.c-action-content__right {
    padding-bottom: 16px;
    width: 50%;
    position: relative
}

.c-action-content-slider--next .c-icon__el, .c-action-content-slider--prev .c-icon__el {
    width: 18px;
    height: 39px;
    rotate: -90deg
}

.c-action-content-slider__buttons {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-button-gallery.c-action-content-slider--next:hover, .c-button-gallery.c-action-content-slider--prev:hover {
    background: 0 0;
    opacity: .6
}

.c-action-content__video {
    display: block;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.c-action-content__video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-action-content__video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.c-action-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-action-order__button {
    margin-right: 40px
}

.c-action-order a {
    font-weight: 500;
    color: var(--darkGold);
    margin-right: 16px
}

@media (max-width: 1199.98px) {

    .c-action-content {
        display: block
    }

    .c-action-content__left {
        width: 100%
    }

    .c-action-content__right {
        padding-bottom: 30px;
        width: 100%;
        max-width: 800px;
        margin: 0 auto
    }

    .c-action-order {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-action-order__button {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0
    }
}
@media (max-width: 767.98px) {

    .c-action-order a {
        display: block;
        margin-bottom: 10px
    }

    .c-action-order a[href^="tel:"] {
        display: inline;
        white-space: initial
    }

    .c-action-order__contact {
        width: 100%
    }
}

@media (any-hover: hover) {

    .c-action-content__left a:hover {
        color: var(--secondary-color)
    }

    .c-action-content__video:hover .c-button-video--white {
        border-color: var(--secondary-color);
        background-color: var(--secondary-color)
    }

    .c-action-order a:hover {
        color: var(--primary-color)
    }
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/news/rehub/bitrix/news.detail/.default/style.css?17848959387518*/

.rehab-page .rehab-page__title {
    display: flex;
    flex-direction: column;
    color: var(--white);
    letter-spacing: -0.02em;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 90px;
    padding-bottom: 0;
    line-height: 1.2;
}

@media (max-width: 767.98px) {
    .rehab-page .rehab-page__title {
        margin-bottom: 60px;
    }
}

.rehab-page .rehab-page__title-text {
    font-size: 72px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

@media (max-width: 1839.98px) {
    .rehab-page .rehab-page__title-text {
        font-size: 48px;
    }
}

@media (max-width: 1199.98px) {
    .rehab-page .rehab-page__title-text {
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    .rehab-page .rehab-page__title-text {
        font-size: 20px;
    }
}

.rehab-page .rehab-page__nav-btn {
    background: inherit;
    display: block;
}

.rehab-page .rehab-page__nav-btn {
    background-color: rgba(255, 255, 255, 0.15);
}

.rehab-page .rehab-page__nav-btn.active {
    color: var(--white);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--secondary-color);
    pointer-events: none;
}

.rehab-page .rehab-page__nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    column-gap: 10px;
    row-gap: 20px;
}


.rehab-page .rehab-page__types {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .rehab-page .rehab-page__types {
        display: flex;
        overflow: auto;
        margin: 0 -30px 40px;
        padding-bottom: 10px;
        justify-content: flex-start;
    }
}

.rehab-page .rehab-page__types-link {
    border-bottom: 2px solid rgba(245, 245, 245, 1);
    padding: 16px 20px;
    transition: border-bottom-color 0.3s, color 0.3s;
}

@media (max-width: 767px) {
    .rehab-page .rehab-page__types-link {
        font-size: 22px;
        padding: 10px 15px;
    }
}

.rehab-page .rehab-page__types-link.active {
    cursor: default;
}

.rehab-page .rehab-page__types-link.active,
.rehab-page .rehab-page__types-link:hover {
    border-bottom-color: var(--secondary-color);
    color: var(--secondary-color);
}

.rehab-page .rehab-page__programmes {
    position: relative;
}

.rehab-page .rehab-page__programmes .c-decor__background {
    z-index: -1;
}

.rehab-page .rehab-page__programmes-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 60px;
}

@media (max-width: 480px) {
    .rehab-page .rehab-page__programmes-list {
        grid-template-columns: 1fr;

    }
}

.rehab-page .rehab-page__programmes-item li:first-child {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 24px;
}

@media (max-width: 480px) {
    .rehab-page .rehab-page__programmes-item li:first-child {
        padding-bottom: 10px;

    }
}

.rehab-page .rehab-page__programmes-item li:not(:first-child) {
    padding: 0 24px 0 40px;
    position: relative;
}

.rehab-page .rehab-page__programmes-item li:not(:first-child):before {
    content: '';
    position: absolute;
    left: 24px;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: black;
    border-radius: 50%;
}


.rehab-page .rehab-individual {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 30px;
    margin-bottom: 80px;
}

.rehab-page .rehab-individual--mobile {
    display: none;
}

@media (max-width: 1000px) {
    .rehab-page .rehab-individual {
        margin-bottom: 60px;
    }

    .rehab-page .rehab-individual--desktop {
        display: none;
    }

    .rehab-page .rehab-individual--mobile {
        display: block;
    }
}


.rehab-page .rehab-individual__name {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--secondary-color);
    border-bottom: 1px solid #D9D9D9;
    padding: 16px 24px;
    cursor: pointer;
    /*text-align: center;*/
}

.rehab-page .rehab-individual__name.active {
    background-color: rgba(0, 144, 151, 0.1);
    border-bottom: 1px solid var(--secondary-color);
}

/*.rehab-individual--mobile .rehab-individual__name {*/
/*    text-align: left;*/
/*}*/

.rehab-page .rehab-individual__text {
    padding: 24px;
    display: none;
}

.rehab-page .rehab-individual--desktop .rehab-individual__text.active {
    display: block;
}

@media (max-width: 1000px) {
    .rehab-page .rehab-individual--desktop {
        display: none;
    }

    .rehab-page .rehab-individual--mobile .rehab-individual__text.active {
        display: block;
    }
}

.rehab-page .rehab-page__inner {
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.rehab-page .rehab-page__base-text {
    margin: 0 auto 60px;
}

.rehab-page .rehab-page__base-text a.link-border {
    color: inherit;
    font-weight: 400;
    padding: 0 12px;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    text-wrap-mode: nowrap;
    transition: background-color 0.3s, color 0.3s;
}

.rehab-page .rehab-page__base-text a.link-border:hover {
    background-color: var(--primary-color);
    color: white;
}

.rehab-page .rehab-page__base-text ul li {
    margin-bottom: 4px;
}


.rehab-page .rehab-page__cost {
    position: relative;
}

.rehab-page .rehab-page__cost .s-cost__box {
    max-width: 1142px;
    margin: 0 auto;
}

.rehab-page .rehub__first-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rehab-page .rehab-page__call {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);

}

.rehab-page .rehab-page__call-title {
    font-style: italic;
}

.rehab-page .rehab-page__seo {
    padding: 40px;
}

@media (max-width: 767.98px) {
    .rehab-page .rehab-page__seo {
        padding: 30px 0;
    }
}

.rehab-page .rehab-page__seo-text {
    color: rgba(128, 128, 128, 0.5);
}

.rehab-page .rehab-page__seo-text .c-button-more {
    color: var(--gray-900);
    margin-top: 10px;
    transition: opacity 0.3s;
}

.rehab-page .rehab-page__seo-text .c-button-more:hover {
    opacity: 0.7;
}

.rehab-page .rehab-page__seo-text .c-button-more:after {
    background-image: var(--icon-arrow);
}


.rehab-page .rehab-page__popular {
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 100%);
}

.rehab-page .rehab-page__popular-inner {
    margin: 0 auto;
    background-color: #fff;
    padding: 80px 0;
}


.rehab-page .rehab-page__timing-name {
    padding: 0 50px 10px;
    color: var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
}

@media (max-width: 767px) {
    .rehab-page .rehab-page__timing-name {
        padding: 0 30px 10px;

    }
}

@media (max-width: 480px) {
    .rehab-page .rehab-page__timing-name {
        padding: 0 20px 10px;

    }
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/catalog.smart.filter/rehub_filter_video/style.css?173303587167*/
.select2-results__option[aria-disabled=true] {
    display: none;
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/news.list/rehub_specialist_video/style.css?17502460671044*/
.js-rehub-video-list {
    position: relative;
}

.c-slider--rehub-specialist-video.deactivate {
    /*filter: blur(2px) brightness(30%);*/
    pointer-events: none;
}
.c-slider--rehub-specialist-video.deactivate .c-slider__item{
    filter:  brightness(30%);
    /*pointer-events: none;*/
}
.c-slider--rehub-specialist-video .c-slider__item {
    max-height: 350px;
}

.rehub-specialist-warning {
    display: none;
    color: white;
    font-size: 24px;
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    /*position: absolute;*/
    /*top: 40px;*/
    /*left: 50%;*/
    /*z-index: 3;*/
    padding: 15px;
    transform: translateX(-50%);
    background-color: #312E2E;
}

.news_block_ajax:has(.deactivate) .rehub-specialist-warning {
    display: block;
}

.rehub-specialist-video__carousel-nav {
    display: flex;
    padding: 40px 0 0;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.s-teh__search-found {
    text-align: center
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/news.list/rehub_shorts_slider/style.css?17848952744580*/
.index-intro__stories {
    margin-right: -60px;
}

.c-slider__item.c-video-card.swiper-slide {
    width: fit-content;
}

.c-video-card .c-button-video {
    z-index: 9;
}

.vkvideo {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

.fancybox__container .fancybox__content {
    padding: 0;
}

.show-vk-video {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.show-vk-video .c-button-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (any-hover: hover) {
    .s-fluid-gallery .c-slider .c-slider__item .js-show-video:hover .c-button-video {
        border-color: var(--secondary-color);
        background-color: var(--secondary-color);
    }
}

.fancybox__container .fancybox__content {
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
    height: auto;
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content {
    max-width: 1200px;
    width: 100%;
    height: auto;
}

.fancybox__container .fancybox__content:has(.vkvideo--shorts) {
    aspect-ratio: 8 / 16;
    width: auto;
    max-height: 790px;
    height: 100%;
    background-color: black;
}

.vkvideo.vkvideo--shorts {
    aspect-ratio: 8 / 16;
    width: auto;
    max-height: 767px;
    height: 100%;
}

.fancybox__container .fancybox__html5video {
    aspect-ratio: 9 / 16;
    width: auto;
    max-height: 767px;
    height: 100%;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-bottom: 40px;
}

.fancybox__container .fancybox__content:has(.fancybox__html5video) {
    aspect-ratio: 9 / 16 !important;
    width: auto !important;
    max-height: 790px;
    height: 100%;
    background-color: black;
}


@media screen and (max-width: 1024px) {
    .index-intro__stories {
        margin-top: 80px;
        margin-right: -30px;
    }
}

@media screen and (max-width: 768px) {
    .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
        padding-top: 0;
    }

    .fancybox__container .fancybox__backdrop {
        backdrop-filter: blur(17px);
        background-image: linear-gradient(180deg, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 0.75) 100%);
    }

    .modal-stories__content-info {
        background-color: transparent;
    }

    .modal-stories__wrapper {
        width: fit-content;
        margin: 0 auto;
    }

    .modal-stories__content-video, .modal-stories__content-img {
        aspect-ratio: initial;
    }

    .modal-stories video, .modal-stories img {
        width: auto;
        margin: 0 auto;
        display: block;
        aspect-ratio: 9 / 16;
        max-height: calc(100vh - 194px - 66px);
    }
}

@media screen and (max-width: 480px) {
    .c-video-card .c-button-video {
        width: 42px;
        height: 42px;
    }
}


/****** story-item ******/

.story-item {
    aspect-ratio: 9/16;
    position: relative;
}

.story-item__content-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.story-item {
    max-height: 470px;
    width: 250px;
}


.story-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.8) 100%);
    height: 100%;
}

.story-item__content-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: white;
    font-size: 22px;
    z-index: 2;
    text-transform: initial;
}

@media screen and (max-width: 1280px) {
    .story-item__content-name {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .story-item__content-name {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .story-item__content-name {
        font-size: 18px;
    }
}

.story-item video, .story-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.story-item__icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ccc;
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/news.list/rehub_progress_slider/style.css?1755181260323*/
.rehub-slider__item-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rehub-slider__item-img {
    aspect-ratio: 1/1;
    overflow: hidden;
}

.s-rehub__carousel-nav {
    display: flex;
    padding: 40px 0 0;
    gap: 16px;
    justify-content: center;
    align-items: center;
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/news.list/rehub_recommends_slider/style.css?17848960754940*/
.s-page-navigation__item-name {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.rehab-page .rehab-timing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

@media (max-width: 1200px) {
    .rehab-page .rehab-timing {
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
        gap: 40px;
    }
}

@media (max-width: 1200px) {
    .rehab-page .rehab-timing {
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
        gap: 40px;
    }
}
.rehab-page .rehab-timing__slider .s-rehub__carousel-nav {

    margin-bottom: 60px;
}
@media (max-width: 1024px) {
    .rehab-page .rehab-timing__slider {
        display: flex;
        flex-direction: column-reverse;
    }
    .rehab-page .rehab-timing__slider .s-rehub__carousel-nav {
        padding-top: 0;
        margin-bottom: 40px;
    }

    @media (max-width: 767.98px) {
        .c-button-slider {
             width: 40px; 
             height: 40px;
        }
    }
}

.rehab-page .rehab-timing__item {
    position: relative;
    display: flex;
    width: 100%;
    padding: 70px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background-color: rgba(222, 222, 222, 0.15);
    border-radius: 100px;
    /*opacity: 0.7;*/
    cursor: pointer;
    transition: opacity 0.3s;
}

@media (max-width: 1200px) {
    .rehab-page .rehab-timing__item {
        gap: 30px;
        padding: 40px;
        border-radius: 70px;

    }
}

@media (max-width: 1000px) {
    .rehab-page .rehab-timing__item {
        border-radius: 50px;
    }
}

.rehab-page .rehab-timing__item.active-tab {
    opacity: 1;
    background-color: rgba(0, 144, 151, 0.05);
}

/*.rehab-timing__item:hover {*/
/*    opacity: 1;*/
/*}*/

@media (max-width: 1199.98px) {
    .s-page-navigation__item {
        width: 100%;
    }
}

@media (any-hover: hover) {
    .s-page-navigation__item:hover {
        color: var(--darkGold);
    }
}


.rehab-page .rehab-timing__item:hover .rehab-timing__arrow,
.rehab-page .rehab-timing__item.active-tab .rehab-timing__arrow {
    opacity: 1;
    z-index: 1;
}

.rehab-page .rehab-timing__item.active-tab .rehab-timing__span,
.rehab-page .rehab-timing__item:hover .rehab-timing__span {
    opacity: 0;
    z-index: -1;
}

.rehab-page .rehab-timing__number {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-64%);
    font-family: "Kudryashev Display Sans", serif;
    font-size: 8vw;
    line-height: 0.9;
    text-align: center;
    color: var(--darkGold);
}

@media (min-width: 1921px) {
    .rehab-page .rehab-timing__number {
        font-size: 164px;
    }
}

@media (max-width: 1680px) {
    .rehab-page .rehab-timing__number {
        font-size: 9vw;
    }
}

@media (max-width: 1200px) {
    .rehab-page .rehab-timing__number {
        font-size: 120px;
        left: -22px;
    }
}

@media (max-width: 767px) {
    .rehab-page .rehab-timing__number {
        font-size: 120px;
        left: -22px;
    }
}

@media (max-width: 580px) {
    .rehab-page .rehab-timing__number {
        font-size: 100px;
        left: 0;
    }
}

.rehab-page .rehab-timing__item.active-tab .rehab-timing__number,
.rehab-page .rehab-timing__item.active-tab .s-page-navigation__item-name {
    color: var(--secondary-color);
}

.rehab-page .rehab-timing__arrow {
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}

.rehab-page .rehab-timing__text {
    position: relative;
    padding: 0 10px;
}

.rehab-page .rehab-timing__span {
    position: relative;
    opacity: 1;
    z-index: 0;
    transition: opacity 0.3s;
    font-style: italic;
    text-align: center;
}

.rehab-page .rehab-timing__content {
    background-color: rgba(245, 245, 245, 1);
    padding: 100px 0 50px;
}

@media (max-width: 1024px) {
    .rehab-page .rehab-timing__content {
        padding-top: 50px;
    }
}

.rehab-page .rehab-recommends__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

@media (max-width: 1000px) {
    .rehab-page .rehab-recommends__wrapper {
        grid-template-columns: 1fr;
    }
}

.rehab-page img.rehab-recommends__icon,
.rehab-page .rehab-recommends__icon {
    width: 64px;
    height: 64px;
}

.rehab-page .rehab-recommends__content {
    display: flex;
    gap: 48px;
}


@media (max-width: 480px) {
    .rehab-page .rehab-recommends__content {
        gap: 30px;
    }
}

@media (max-width: 400px) {
    .rehab-page .rehab-recommends__content {
        flex-direction: column;
    }
}

html {
    scroll-behavior: smooth;
}
/* End */
/* /local/templates/new_design/components/bitrix/news/rehub/style.css?178489571612171 */
/* /local/templates/new_design/css/modules/c-action.css?17849026483494 */
/* /local/templates/new_design/components/bitrix/news/rehub/bitrix/news.detail/.default/style.css?17848959387518 */
/* /local/templates/new_design/components/bitrix/catalog.smart.filter/rehub_filter_video/style.css?173303587167 */
/* /local/templates/new_design/components/bitrix/news.list/rehub_specialist_video/style.css?17502460671044 */
/* /local/templates/new_design/components/bitrix/news.list/rehub_shorts_slider/style.css?17848952744580 */
/* /local/templates/new_design/components/bitrix/news.list/rehub_progress_slider/style.css?1755181260323 */
/* /local/templates/new_design/components/bitrix/news.list/rehub_recommends_slider/style.css?17848960754940 */
