

/* Start:/local/templates/lit_clinic/components/bitrix/news/surgery/bitrix/news.detail/.default/style.css?17871284607403*/
.reviews{
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.reviews__item{
    background: var(--color-white);
    padding: 2.4rem 2.4rem 3.6rem 2.4rem;
    border-radius: var(--rounded-24);
}

.reviews__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews__sources{
    width: auto;
    height: 1.6rem;
}

.reviews__item p{
    padding-bottom: 1.6rem;
}

.reviews__item a:not([class]){
    text-decoration: underline;
    color: var(--color-blue-60);
}

.reviews__item a:not([class]):hover{
    text-decoration-color: transparent;
}

.reviews__date{
    font-size: var(--fz-14);
    color: var(--color-gray-50);
}

.reviews__row{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.reviews__icon{
    width: 4.8rem;
    min-width: 4.8rem;
    height: 4.8rem;
}

.reviews__answer{
    padding: 2.4rem 0 0 3.2rem;
}

.accordion__item p:not(:last-child),
.accordion__item ul:not(:last-child),
.accordion__item ol:not(:last-child){
    margin-bottom: 1.6rem;
}

.reviews__show-more{
    position: relative;
    max-height: 9.1rem;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.reviews__show-more:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    transition: var(--transition-main);
}
.reviews__show-more._show:before {
    background: transparent;
}

.accordion__item p:not(:last-child),
.accordion__item ul:not(:last-child),
.accordion__item ol:not(:last-child){
    margin-bottom: 1.6rem;
}

.bg-img{
    background-image: url(/local/templates/lit_clinic/components/bitrix/news/surgery/bitrix/news.detail/.default/img/doctor.webp)!important;
    -webkit-background-size: auto  100%!important;
    background-size: auto 100%!important;
    background-position: right center!important;
    background-repeat: no-repeat!important;
}


.quote-block{
    display: grid;
    grid-template-columns: 4.8rem 1fr 20rem;
    padding: 3.2rem 4.8rem;
    background: var(--color-blue-60);
    color: var(--color-white);
    border-radius: var(--rounded-16);
}

.quote-block._light{
    background: linear-gradient(94.89deg, #D4EBF9 0.54%, #A9C9DD 100%);
    color: var(--color-font);
}

.quote-block__content{
    padding: 0 4.8rem 0 3.2rem;
}

.quote-block__icon{
    height: 4.8rem;
}

.quote-block__img{
    height: 20rem;
    border-radius: var(--rounded-16);
    overflow: hidden;
}

.quote-block__img img{
    object-position: top;
}

.quote-block__op{
    opacity: .6;
}

.quote-block__link{
    color: var(--color-white);
    text-decoration: underline;
    text-decoration-color: transparent;
}

.quote-block._light .quote-block__link{
    color: var(--color-font);
}

.quote__text{
    position: relative;
    max-height: 9.1rem;
    overflow: hidden;
    padding-bottom: 1.6rem;
    transition: max-height 0.5s ease;
}

.quote__text:before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(247, 247, 252, 0) 0%, #F7F7FC 100%);
    transition: var(--transition-main);
}

.quote__text._white:before{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.quote__text._show:before{
    background: transparent;
}

.procedure{
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    font-size: var(--fz-14);
}

.procedure__title{
    font-family: var(--ff-bold);
}

.procedure__text{
    margin-top: .4rem;
    font-family: var(--ff-medium);
}

.procedure-top{
    display: flex;
    gap: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    border-bottom: .1rem solid var(--color-gray-200);
}

.procedure-info{
    display: flex;
    align-items: center;
    padding: 1.2rem 2rem;
    border-radius: var(--rounded-16);
    background: var(--color-gray-10);
    gap: 2.4rem;
}

.procedure-info__group{
    display: flex;
    gap: 4.8rem;
}

.procedure-info__item{
    position: relative;
}

.procedure-info__item:not(:last-child):before{
    content: '';
    position: absolute;
    right: -2.4rem;
    top: 50%;
    transform: translateY(-50%);
    width: .1rem;
    height: 3.2rem;
    background: var(--color-gray-200);
}

.procedure-info__title{
    margin-bottom: .4rem;
    font-size: var(--fz-14);
    font-family: var(--ff-medium);
}

.procedure-info__value{
    font-family: var(--ff-bold);
    font-size: var(--fz-18);
    color: var(--color-blue-60);
}

.procedure-top._brown .procedure-info__value{
    color: var(--color-brown-20);
}

.procedure-top__icon{
    color: var(--color-blue-60);
    width: 3.2rem;
    min-width: 3.2rem;
    height: 3.2rem;
}

.procedure-top._brown .procedure-top__icon{
    color: var(--color-brown-20);
}

.procedure-top._light .procedure-info__value,
.procedure-top._light .procedure-top__icon{
    color: var(--color-blue-190);
}

.procedure-top__result{
    display: flex;
    align-items: center;
    gap: 2.4rem;
}

@media (hover: hover) {
    .quote-block__link:hover{
        color: var(--color-white);
        text-decoration-color: var(--color-white);
    }

    .quote-block._light  .quote-block__link:hover{
        color: var(--color-font);
        text-decoration-color: var(--color-font);
    }
}

@media screen and (max-width: 1024px){
    .bg-img{
        background-image: url(/local/templates/lit_clinic/components/bitrix/news/surgery/bitrix/news.detail/.default/img/doctor_mob.webp)!important;
    }

    .quote-block{
        grid-template-columns: repeat(1, 1fr);
        padding: 2.4rem;
    }

    .quote-block__content{
        padding: 2.4rem 0;
    }

    .quote-block__icon{
        width: 4.8rem;
    }

    .quote-block__img{
        width: 10rem;
        height: 10rem;
    }

    .procedure-info__group,
    .procedure-top{
        flex-direction: column;
    }

    .procedure-info .procedure-top__icon{
        display: none;
    }
    .procedure-info__group{
        gap: 3.2rem;
        width: 100%;
    }
    .procedure-info__item:not(:last-child):before{
        right: 0;
        top: auto;
        bottom: -1.6rem;
        transform: translateY(0);
        width: 100%;
        height: .1rem;
    }
}

.catalog{
    position: relative;
    padding: 3.2rem;
    border-radius: var(--rounded-12);
    background: var(--color-white);
}

.catalog__section{
    column-count: 4;
    column-gap: 3.2rem;
}

.catalog__block{
    display: flex;
    margin-bottom: 2.4rem;
    break-inside: avoid;
}

.catalog__item{
    display: flex;
    flex-direction: column;
    gap: .8rem;
    padding-left: 2rem;
    margin-left: .8rem;
    border-left: .1rem solid var(--color-gray-80);
}

.catalog__letter{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    min-width: 2.4rem;
    height: 2.4rem;
    background: var(--color-gray-20);
    border-radius: var(--rounded-8);
    font-size: var(--fz-12);
    font-family: var(--ff-bold);
    color: var(--color-blue-60);
}

.catalog__link{
    transition: var(--transition-main);
    cursor: pointer;
    line-height: 1.1;
}

.catalog__link._hidden{
    display: none;
}

.catalog__link._blue{
    color: var(--color-blue-60);
}

@media (hover: hover) {
    .catalog__link._blue:hover{
        color: var(--color-orange);
    }
}

@media screen and (max-width: 1023px){
    .catalog {
        padding: 2rem;
    }

    .catalog__section {
        column-count: 2;
    }
}

@media screen and (max-width: 576px){
    .catalog__section {
        column-count: 1;
    }

    .catalog__block:last-child{
        margin-bottom: 0;
    }
}
/* End */


/* Start:/local/templates/lit_clinic/assets/css/components/detail/_detail.css?17871284603466*/
.detail{
    display: grid;
    grid-template-columns: 1fr 32rem;
    gap: 2.4rem;
}

.detail._half{
    grid-template-columns: 1fr 56rem;
}

.detail__right{
    position: relative;
}

.detail__sticky{
    position: sticky;
    top: 16rem;
}

.detail__sticky._big{
    top: 20rem;
    z-index: 10;
}

.detail__content{
    padding: 2.4rem;
    background: var(--color-gray-20);
    border-radius: var(--rounded-16);
}

.detail__content._brown{
    background: var(--color-brown-90);
}

.detail__content._blue{
    background: var(--color-blue-200);
}

.detail__content._white{
    background: var(--color-white);
}

.detail__img{
    width: 100%;
    height: 32rem;
    border-radius: var(--rounded-16);
    overflow: hidden;
}

.detail__img._full{
    height: auto;
}

.detail__img._full img{
    width: 100%;
    height: auto;
    border-radius: var(--rounded-16);
}

.detail__content p:not(:last-child){
    padding-bottom: 1.6rem;
}

.detail__content a:not([class]){
    text-decoration: underline;
    color: var(--color-blue-60);
}

.detail__content._brown .detail__content a:not([class]){
    color: var(--color-brown-20);
}

.detail__content a:not([class]):hover{
    text-decoration-color: transparent;
}
.detail__content-block:not(:last-child){
    margin-bottom: 3.2rem;
}
.detail__content-block ol:not(:last-child),
.detail__content-block ul:not(:last-child){
    margin-bottom: 1.6rem;
}

.detail__content img{
    position: relative;
    width: 40%;
    height: auto;
    object-fit: contain;
    border-radius: var(--rounded-16);
    overflow: hidden;
    margin-bottom: 1.6rem;
    float: right;
    margin-left: 1.6rem;
}

.detail__content ul li{
    position: relative;
    padding-left: 1.6rem;
}

.detail__content ul li:before{
    content: '';
    position: absolute;
    left: .6rem;
    top: .85rem;
    width: .3rem;
    height: .3rem;
    border-radius: var(--rounded-full);
    background: var(--color-font);
}


.detail__content ol {
    position: relative;
    padding-left: 1.6rem;
    list-style: decimal;
}

.detail__content h2 {
    font-size: var(--fz-32);
    line-height: 1.125;
    margin-bottom: 1.6rem;
}

.detail__content h3:not([class]) {
    font-size: var(--fz-20);
    line-height: 1.08;
    margin-bottom: 1.6rem;
}

.detail__content h4 {
    font-family: var(--ff-bold);
    font-size: var(--fz-18);
    line-height: 1.222;
    margin-bottom: 1.6rem;
}


.title-list{
    color: var(--color-blue-60);
}

.title-list._brown{
    color: var(--color-brown-20);
}

.title-list._blue{
    color: var(--color-font);
}

.title-list{
    color: var(--color-blue-60);
}

.title-list li{
    transition: var(--transition-main);
}

.title-list li:not(:last-child){
    margin-bottom: .8rem;
}

.title-list__link{
    color: var(--color-blue-60);
    text-decoration: underline;
    text-decoration-color: transparent;
}

.title-list._brown .title-list__link{
    color: var(--color-brown-20);
}

.title-list._blue .title-list__link{
    color: var(--color-font);
}

@media (hover: hover) {
    .title-list._blue li:hover .title-list__link,
    .title-list._blue li:hover{
        color: var(--color-blue-190);
    }
}

@media screen and (max-width: 1023px){
    .detail._half,
    .detail{
        grid-template-columns: repeat(1, 1fr);
    }

    .detail__content{
        margin: 0 -1.6rem;
    }

    .detail__right._order-1{
        order: -1;
    }
    .detail__content img{
        width: 100%;
        margin-left: 0;
    }
}
/* End */


/* Start:/local/templates/lit_clinic/assets/css/components/sliders/_analysis-card.css?17882561621456*/
.analysis-card{
    display: flex!important;
    flex-direction: column;
    background: var(--color-white);
    border: .1rem solid var(--color-gray-210);
    border-radius: var(--rounded-16);
    font-family: var(--ff-medium);
    height: auto!important;
    min-height: 18rem;
    padding: 2rem;
}

.analysis-card__row{
    display: flex;
    align-items: center;
    gap: 2.4rem;
    margin-bottom: 2.4rem;
}

.analysis-info{
    display: flex;
    align-items: center;
    gap: .8rem;
    font-family: var(--ff-medium);
    font-size: var(--fz-12);
    line-height: 1.1;
}

/* У обёртки иконки не было ни одного правила: размер совпадал с 16px только потому,
   что width/height:100% у .img-contain упирались в собственный размер SVG. */
.analysis-info__img{
    flex: 0 0 auto;
    width: 1.6rem;
    height: 1.6rem;
}

.analysis-card__title{
    font-size: var(--fz-18);
    margin-bottom: 2.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 4;
}

.analysis-card__bot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.analysis-card__price{
    font-size: var(--fz-24);
    color: var(--color-blue-60);
}

@media screen and (max-width: 1023px){
    .swiper-slide.analysis-card {
        width: 32.6rem;
    }
}
/* End */


/* Start:/local/templates/lit_clinic/components/bitrix/catalog.section.list/analysis-sections/style.css?17882561622054*/


.analysis{
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    gap: 1.6rem;
}

.analysis__item{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    grid-column: span 3;
    border-radius: var(--rounded-16);
    background: var(--color-blue-210);
    border: .1rem solid var(--color-gray-210);
    min-height: 16rem;
    padding: 2rem;
    overflow: hidden;
}

/* Неполный последний ряд из трёх карточек растягиваем на всю ширину сетки.
   Срабатывает, когда число разделов даёт остаток 3 при делении на 5 (18, 23, 28...),
   раньше было жёстко прибито к 16/17/18. */
.analysis__item:nth-child(5n+1):nth-last-child(3),
.analysis__item:nth-child(5n+1):nth-last-child(3) ~ .analysis__item{
    grid-column: span 5;
}

.analysis__btn{
    position: relative;
    display: flex;
    align-items: center;
    gap: .8rem;
    color: var(--color-gray-270);
    font-size: var(--fz-14);
    transition: var(--transition-main);
    margin-top: auto;
}

.analysis__icon{
    width: 1.6rem;
    height: 1.6rem;
    stroke: var(--color-gray-270);
    transition: var(--transition-main);
}

.analysis__img{
    position: absolute;
    inset: 0;
    transition: var(--transition-main);
}

.analysis__title{
    position: relative;
    font-size: var(--fz-18);
}

@media (hover: hover) {
    .analysis__item:hover .analysis__btn{
        color: var(--color-blue-60);
    }

    .analysis__item:hover .analysis__icon{
        stroke: var(--color-blue-60);
        transform: translateX(.4rem);
    }

    .analysis__item:hover .analysis__img{
        transform: scale(1.05);
    }
}

@media screen and (max-width: 1023px){
    .analysis{
        grid-template-columns: repeat(2, 1fr);
    }

    .analysis__item,
    .analysis__item:nth-child(5n+1):nth-last-child(3),
    .analysis__item:nth-child(5n+1):nth-last-child(3) ~ .analysis__item{
        grid-column: span 2;
    }
}
/* End */
/* /local/templates/lit_clinic/components/bitrix/news/surgery/bitrix/news.detail/.default/style.css?17871284607403 */
/* /local/templates/lit_clinic/assets/css/components/detail/_detail.css?17871284603466 */
/* /local/templates/lit_clinic/assets/css/components/sliders/_analysis-card.css?17882561621456 */
/* /local/templates/lit_clinic/components/bitrix/catalog.section.list/analysis-sections/style.css?17882561622054 */
