@media (min-width: 1440px) {
.t-container {
    max-width: 1430px;
}

.t1196__slider.t1196__slider_width_12 {
    --column-width: 79px!important;
    --column-gap: 40px!important;
}


.t1148__slider.t1148__slider_width_12 {
    --column-width: 79px!important;
}

.t-col_4 {
    max-width: 436px!important;
}

.t-col_6 {
    max-width: 675px!important;
}

.t-col_12 {
    max-width: 1440px!important;
}


}

.t1148__img-wrapper:before {
    content: "До клуба";
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #0000008a;
    border-radius: 16px;
    color: #fff;
    font-size: 15px;
    padding: 9px 20px 8px 20px;
    font-family: 'HeliosC', Arial, sans-serif;
    font-weight: 300;
    letter-spacing: -0.24px;
}

.t1148__img-wrapper:after {
    content: "После клуба";
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #93c166;
    border-radius: 16px;
    color: #fff;
    font-size: 15px;
    padding: 9px 20px 8px 20px;
    font-family: 'HeliosC', Arial, sans-serif;
    font-weight: 300;
    letter-spacing: -0.24px;
}


.t794__arrow {
    position: absolute!important;
    right: -10px!important;
    top: 13px!important;

}

.t1196__imgwrapper {
    height: 130px!important;
}

.t1196__bgimg {
    width: 100px!important;
    height: 100px!important;
    margin: 30px 0 0 30px!important;
    border-radius: 100px;
}

@media (max-width: 480px) {
    .t1196__item .t-card__btn:not(.t-btntext) {
        width: auto!important;
    }
}



/* бордер плашки с цитатой */
.c1 .tn-atom { 
    border-radius: 0px 24px 24px 24px;
}


        .wave_btn .tn-atom{
            position: relative;
            cursor: pointer;
            overflow: hidden;
        }

        .wave_btn .tn-atom:before {
            content: '';
            position: absolute;
            top: -50%;
            left: 0;
            width: 160px;
            height: 120px;
            border-radius: 50%;
            opacity: 0;
            box-shadow: 0 0 0 100px rgba(255,255,255,.35);
            pointer-events: none;
            background: rgba(255, 255, 255, .35);
            animation: wave-animation 3s infinite; /* Увеличиваем продолжительность анимации */
        }

        @keyframes wave-animation {
            0% {
                opacity: 1;
                transform: scale3d(.2,.2,1);
            }
            40% {
                opacity: 0;
                transform: scale3d(1.1,1.1,1);
            }
            90% {
                opacity: 0; /* Оставляем элемент невидимым */
                transform: scale3d(1.1,1.1,1);
            }
            100% {
                opacity: 0; /* Оставляем элемент невидимым */
                transform: scale3d(1.1,1.1,1);
            }
        }


/* бордер блок резулдьататы до-после */

.brd-do .tn-atom {
    border-radius: 16px 0px 0px 16px;
}

.brd-posle .tn-atom {
    border-radius: 0px 16px 16px 0px;
} 


.t868__code-wrap {
        padding: 0 20px;
}


.list_li ul {
    list-style: none;
}

.list_li ul li {
    position: relative;
    margin-bottom: 5px;
}

.list_li ul li:before {
    content: '';
    background: url(https://static.tildacdn.com/tild6663-3837-4031-b066-333462383035/211652_close_icon.svg) center;
        position: absolute;
    width: 12px;
    height: 12px;
    background-size: 100%;
    left: -20px;
    top: 3px;
}