

/* Start:/local/templates/lit_clinic/components/bitrix/system.pagenavigation/.default/style.css?17441819991545*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.8rem;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: .1rem solid var(--color-gray-40);
}

.pagination__nav{
    display: flex;
    align-items: flex-end;
    gap: .8rem;
    color: var(--color-gray-140);
    line-height: 1;
}

.pagination__icon{
    width: 2rem;
    height: 2rem;
    stroke: currentColor;
}

.pagination__icon._prev{
    transform: rotate(180deg);
}

.pagination__row{
    display: flex;
    align-items: center;
    gap: .2rem;
}

.pagination__item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: var(--rounded-8);
    background: transparent;
    font-family: var(--ff-bold);
    font-size: var(--fz-14);
    transition: var(--transition-main);
}

.pagination__item._current,
.pagination__item:hover{
    background: var(--color-white);
    color: var(--color-blue-60);
}

@media screen and (max-width: 1024px){
    .pagination{
        gap: 1.6rem;
        flex-wrap: wrap;
    }
    .pagination__row{
        width: 100%;
        justify-content: center;
    }
    .pagination__item{
        width: 3rem;
        height: 3rem;
        border-radius: var(--rounded-4);
        font-size: var(--fz-12);
    }
    .pagination__nav:has(.pagination__icon._next){
        order: 3;
    }
    .pagination__nav:has(.pagination__icon._prev){
        order: 2;
    }
}
/* End */


/* Start:/local/templates/lit_clinic/components/bitrix/news/check-up/bitrix/news.list/.default/style.css?17703700711366*/
.check-up-head{
    display: grid;
    grid-template-columns: 22rem 1fr;
    gap: 3.2rem;
    font-family: var(--ff-medium);
    min-height: 16rem;
    background: var(--color-white);
    border-radius: var(--rounded-16);
    overflow: hidden;
}

.check-up-head__picture{
    position: relative;
    padding: 2rem 0 0 2rem;
}

.check-up-head__circle{
    position: absolute;
    top: 3.8rem;
    left: 0;
    width: 13rem;
    height: 16rem;
    filter: blur(4rem);
    border-radius: var(--rounded-full);
}

.check-up-head__img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    z-index: 1;
}

.check-up-head__desc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 2rem 2rem 0;
}

@media screen and (max-width: 1024px){
    .check-up-head {
        grid-template-columns: repeat(1, 1fr) ;
    }

    .check-up-head__desc{
        order: -1;
        padding: 2rem 2rem 0 2rem ;
    }

    .check-up-head__picture{
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .check-up-head__circle{
        top: auto;
        bottom: -6.7rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .check-up-head__img{
        width: 12rem;
    }
}
/* End */


/* Start:/local/templates/lit_clinic/assets/css/components/common/_text-mob-short.css?17641582971476*/
.text-mob-short__content{
    position: relative;
    transition: var(--transition-main);
}

.text-mob-short__content ul li{
    position: relative;
    padding-left: 1.6rem;
}

.text-mob-short__content ul li:before{
    content: '';
    position: absolute;
    left: .6rem;
    top: .85rem;
    width: .3rem;
    height: .3rem;
    border-radius: var(--rounded-full);
    background: var(--color-font);
}

.text-mob-short__content._hidden::before{
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 21rem;
    background: linear-gradient(180deg, rgba(233,242,255,0) 0%, var(--color-blue-170) 100%);
    opacity: 0;
    transition: opacity 350ms ease;
    pointer-events: none;
}


.text-mob-short__content._brown._hidden::before{
    background: linear-gradient(180deg, rgba(230, 229, 228, 0) 0%, var(--color-brown-90) 100%);
}

.text-mob-short__content._hidden::before{
    opacity: 1;
}

.text-mob-short__content._hidden{
    position: relative;
    overflow: hidden;
    transition: max-height 400ms ease;
    will-change: max-height;
    padding-bottom: 3.2rem;
}

.text-mob-short__content._hidden{
    max-height: 30rem;
}

[data-text-short="content"]:not(._hidden) + [data-text-short="btn"] .btn__icon {
    transform: scaleY(-1);
}

@media (prefers-reduced-motion: reduce){
    .text-mob-short__content{ transition: none; }
    .text-mob-short__content::before{ transition: none; }
}
/* End */


/* Start:/local/templates/lit_clinic/assets/css/components/article/_card-service.css?17688892512065*/
.card-service{
    display: flex;
    flex-direction: column;
    background: var(--color-white);
    border-radius: var(--rounded-16);
    padding: 1.6rem 2rem 2rem;
}

.card-service__top{
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
}

.card-service__img{
    display: flex;
    width: 8rem;
    height: 8rem;
    border-radius: var(--rounded-16);
    background: linear-gradient(180deg, var(--color-blue-140) 0%, var(--color-blue-180) 100%);
    overflow: hidden;
}

.card-service__img_min{
    width: 80%;
    height: 80%;
    object-fit: contain;
    margin: auto;
}

.card-service__info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: .8rem;
    font-family: var(--ff-bold);
}

.card-service__discount{
    height: 1.6rem;
    font-size: var(--fz-12);
    color: var(--color-white);
    line-height: 1;
    background: var(--color-orange-40);
    border-radius: var(--rounded-4);
    padding: .2rem .4rem;
}

.card-service__price{
    display: flex;
    align-items: center;
    gap: .8rem;
    flex-wrap: wrap;
}

.card-service__new-price{
    color: var(--color-orange-40);
}

.card-service__old-price{
    font-size: 1.2rem;
    color: var(--color-gray-130);
    text-decoration: line-through;
}

.card-service__price-count{
    font-size: var(--fz-14);
    color: var(--color-gray-130);
}

.card-service__content{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-service__desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.2rem;
    opacity: .6;
}

.card-service__btn{
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-top: auto;
    padding-top: 2rem;
    font-family: var(--ff-medium);
    font-size: var(--fz-14);
}

.card-service__svg{
    width: 1.6rem;
    height: 1.6rem;
}
/* End */
/* /local/templates/lit_clinic/components/bitrix/system.pagenavigation/.default/style.css?17441819991545 */
/* /local/templates/lit_clinic/components/bitrix/news/check-up/bitrix/news.list/.default/style.css?17703700711366 */
/* /local/templates/lit_clinic/assets/css/components/common/_text-mob-short.css?17641582971476 */
/* /local/templates/lit_clinic/assets/css/components/article/_card-service.css?17688892512065 */
