

/* Start:/local/templates/new_design/components/bitrix/news/otdeleniya/style.css?173131838882*/
img.preview_photo {
    position: absolute;
    /*left: -5000px;*/
	z-index: -2;
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/news/otdeleniya/bitrix/news.detail/otdelenie_detail/style.css?17633826861113*/
img.preview_photo {
    position: absolute;
    /*left: -5000px;*/
	z-index: -2;
}

.disclamer {
    /*font-size: 14pt;*/
    /*background-color: #fffbf8;*/
    border-left: 2px solid var(--secondary-color);
    padding: 22px 48px 22px 22px;
    /*margin-bottom: 30px;*/
}

.rehab-block {

}

.rehab-block__wrapper {
    max-width: 1720px;
    width: 100%;
    background: linear-gradient(180deg, #fff 0%, #F5F5F5 100%);
    padding: 100px 30px;
    border-bottom: 1px solid var(--primary-color);
}

@media (max-width: 1024px) {
    .rehab-block__wrapper {
        padding: 60px 30px;
    }
}

@media (max-width: 480px) {
    .rehab-block__wrapper {
        padding: 60px 20px;
    }
}

.rehab-block__text {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.rehab-block__links {
    display: flex;
    column-gap: 45px;
    row-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}

@media (max-width: 1024px) {
    .rehab-block__links {
        margin-top: 30px;
    }
}

.rehab-block__link {
    border-radius: 30px;
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/news.list/personal_list/style.css?177928830681*/
.specialists-without-button .c-short-specialist__buttons {
    display: none;
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/news.list/video_list/style.css?17561458271604*/
@media (max-width: 1100px) {
    .vkvideo {
        width: 560px;
        height: 315px;
    }
}

@media (max-width: 600px) {
    .vkvideo {
        width: 320px;
        height: 180px;
    }
}

.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__content, .vkvideo {
    /*flex-grow:1;*/
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
    height: auto;
}
.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__html5video, .fancybox__iframe {
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
    height: auto;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-bottom: 40px;
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/news.list/special_list_big/style.css?17811147671084*/
.promotions-list__info {
z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: absolute;
  right: 8px;
  top: 8px;
  color: var(--gray, #F3EEE7);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 2px;
}
.promotions-list__info.active {
  background: rgba(28, 37, 45, 1);
  padding: 5px 3px 5px 6px;
}
.promotions-list__info.active .promotions-list__info-name {
  display: none;
}
.promotions-list__info.active .promotions-list__info-text {
  display: block;
}
.promotions-list__info.active .promotions-list__info-btn {
  background-color: transparent;
}
.promotions-list__info-descr {
  margin-right: 3px;
}
.promotions-list__info-text {
  display: none;
}
.promotions-list__info-btn {
  margin-left: 4px;
  margin-top: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.s-special-offers__banner-buttons {
  flex-wrap: wrap;
}

.s-special-offers__banner-btn {
  max-width: 100%;
}
/* End */


/* Start:/local/templates/new_design/css/modules/card-special-offer.css?17846616313839*/

.card-special-offer {
    position: relative;
    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;
    min-height: 314px;
    padding: 24px 36px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid var(--primary-color);
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

.card-special-offer > * {
    position: relative;
    z-index: 2
}

.card-special-offer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
    background: linear-gradient(180deg, #fff 0, #f5f5f5 100%);
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.card-special-offer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#00747d), to(#005e68));
    background: linear-gradient(180deg, #00747d 0, #005e68 100%);
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0
}

.card-special-offer__category {
    margin-bottom: 10px;
    color: var(--primary-color)
}

.card-special-offer__name {
    margin-bottom: 20px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.card-special-offer__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
    white-space: nowrap
}

.card-special-offer__date {
    color: var(--primary-color)
}

.card-special-offer__more {
    color: var(--primary-color);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}
@media (max-width: 1839.98px) {
    .card-special-offer__category .t-button-text {
        font-size: 13px
    }
}

@media (max-width: 1199.98px) {
    .card-special-offers.row {
        overflow: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .card-special-offers.row > div {
        min-width: 50%
    }

    .card-special-offer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-left: 36px;
        padding-right: 36px;
        min-height: 241px
    }
}
@media (max-width: 767.98px) {

    .card-special-offers.is-mobile-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
@media (min-width: 1200px) and (max-width: 1839.98px) {

    .card-special-offer {
        padding-bottom: 29px;
        padding-right: 20px;
        min-height: 245px
    }

    .card-special-offer:nth-child(3n+1) {
        padding-left: 60px
    }

    .card-special-offer:nth-child(3), .card-special-offer:nth-child(3n) {
        padding-right: 60px
    }
}
@media (any-hover: hover) {

    .card-special-offer:hover {
        border-bottom-color: #005e68
    }

    .card-special-offer:hover::after {
        opacity: 1
    }

    .card-special-offer:hover .card-special-offer__name {
        color: var(--white)
    }

    .card-special-offer:hover .card-special-offer__more {
        opacity: 1
    }
}
/* End */
/* /local/templates/new_design/components/bitrix/news/otdeleniya/style.css?173131838882 */
/* /local/templates/new_design/components/bitrix/news/otdeleniya/bitrix/news.detail/otdelenie_detail/style.css?17633826861113 */
/* /local/templates/new_design/components/bitrix/news.list/personal_list/style.css?177928830681 */
/* /local/templates/new_design/components/bitrix/news.list/video_list/style.css?17561458271604 */
/* /local/templates/new_design/components/bitrix/news.list/special_list_big/style.css?17811147671084 */
/* /local/templates/new_design/css/modules/card-special-offer.css?17846616313839 */
