

/* Start:/local/templates/lit_clinic/components/bitrix/catalog.section.list/check-up-sections/style.css?17695875393737*/
.catalog-sections{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
}

.check-up-card{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    min-height: 26rem;
    background: var(--color-white);
    border-radius: var(--rounded-16);
    overflow: hidden;
    padding: 2.4rem 0;
}

.check-up-card__top{
    position: relative;
    padding: 0 2.4rem;
    z-index: 10;
}

.check-up-card__btn{
    display: flex;
    align-items: center;
    font-size: var(--fz-14);
    gap: .8rem;
}

.check-up-card__icon{
    width: 1.6rem;
    height: 1.6rem;
    transition: var(--transition-main);
}

.check-up-card__picture{
    position: absolute;
    width: 25rem;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
}

.check-up-card__ellipse{
    position: absolute;
    top: 3.8rem;
    right: 0;
    width: 22.3rem;
    min-height: 28rem;
    filter: blur(4rem);
    border-radius: var(--rounded-full);
}

.check-up-card__img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    z-index: 1;
}

/* slider-info */

.slider-info{
    position: relative;
    margin-top: auto;
    z-index: 1;
}

.slider-info__row{
    position: relative;
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 1.6rem 2.4rem 0;
}

.slider-info__item{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .8rem;
    width: 18.6rem;
    min-width: 18.6rem;
    min-height: 9rem;
    font-size: var(--fz-12);
    background: color-mix(in srgb, var(--color-gray-10) 80%, transparent);
    box-shadow: .1rem .3rem .2rem 0 rgba(255, 255, 255, 0.3) inset,-.1rem -.3rem .2rem 0 rgba(255, 255, 255, 0.1) inset,0 .4rem 1.4rem 0 rgba(255, 255, 255, 0.3) inset;
    border: .1rem solid var(--color-gray-40);
    border-radius: 0 var(--rounded-16) var(--rounded-16) var(--rounded-16);
    padding: .8rem;
}

.slider-info__price{
    font-family: var(--ff-bold);
    color: var(--color-orange-40);
}

.slider-info__discount{
    position: absolute;
    top: -1.6rem;
    left: 0;
    height: 1.6rem;
    font-size: var(--fz-12);
    font-family: var(--ff-bold);
    color: var(--color-white);
    line-height: 1;
    background: var(--color-orange-40);
    border-radius: var(--rounded-4) var(--rounded-4) 0 0;
    padding: .2rem .4rem;
}

.slider-info-btn{
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: var(--rounded-full);
    background: var(--color-white);
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 0 0 .4rem 0 var(--color-gray-110);
    z-index: 1;
}

.slider-info-btn._left{
    left: 1rem;
    transform: translateY(-50%) rotate(180deg);
}

.slider-info-btn._right{
    right: 1rem;
    transform: translateY(-50%);
}

.slider-info-btn._hidden{
    opacity: 0;
}

.slider-info-btn__icon{
    width: 1.6rem;
    height: 1.6rem;
    stroke: var(--color-blue-60);
}

@media (hover: hover) {
    .check-up-card__top:hover .check-up-card__icon{
        transform: translateX(.4rem);
    }
}

@media screen and (max-width: 1024px){
    .catalog-sections{
        grid-template-columns: repeat(1, 1fr);
        gap: 1.6rem;
    }
    .slider-info-btn{
        display: none;
    }

    .check-up-card__picture{
        right: -6rem;
    }
}
/* 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 */
/* /local/templates/lit_clinic/components/bitrix/catalog.section.list/check-up-sections/style.css?17695875393737 */
/* /local/templates/lit_clinic/assets/css/components/common/_text-mob-short.css?17641582971476 */
