.uc-sub a, .link a {
    color: white;
    transition: color 0.3s ease!important;
}

.uc-sub a:hover , .link a:hover {
    color: #914bf1!important;
}


/* Команда в портфолио */

.uc-slider-shop .js-store-grid-cont-preloader {
    display: none!important;
}

.t-typography__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; /* или inline-block */
}

.uc-figma iframe {
    height: 652px !important; /* Принудительно */
    border: none;
}

.t1075__link {
    margin-bottom: 0;
}

.uc-figma .t-popup__container {
    background: transparent!important;
}

.t1067__price {
    font-size: 36px;
}

@media (min-width: 960px) {
    .uc-team-portfolio .t774__col {
        flex: 1 1 calc(33.333% - 20px);
        max-width: calc(33.333% - 0px);
    }
}

.uc-team-portfolio .t-card__descr {
    font-size: 13px;
}

.uc-team-portfolio .t774__col {
    margin-bottom: 0!important;
}

    .uc-team-portfolio .t-col {
        padding-left: 0px!important;
        padding-right: 0px!important;
        margin-left: 0px!important;
        margin-right: 0px!important;
    }

.uc-team-portfolio .t774__wrapper {
    border: 1px solid #262626;
    margin: 20px;
}

.uc-team-portfolio .t774__bgimg {
    margin: 20px 20px 0 20px;
    border-radius: 6px;
}

.uc-team-portfolio .t774__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Центрирует карточки по горизонтали */
}

/*  Стилизация портфолио  */

.t-store__card__textwrapper, .t-store__card__wrap_txt-and-btns {
    max-width: 100%;
}

.t603__container.t-container {
    padding: 0!important;
}

.t603__blockimg {
    border: 10px solid #1E1F29;
    box-sizing: border-box;
}

.tn-atom__html iframe {
    border-radius: 20px; /* Радиус скругления */
}

.t976__list-item {
    z-index: 4;
}

.t976__menu-link {
    background-color: transparent!important;
}

.t510__circle {
    border: none;
    box-shadow: rgba(92, 58, 228, 0.3) 0px 7px 7px -2px inset, rgba(92, 58, 228, 0.5) -2px -2px 3px -0.5px inset, rgba(255, 255, 255, 0.4) 0px 0px 2px 0px inset;
}

.t-list__item {
    background-color: #1E1F29;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex; /* Включает Flexbox */
    align-items: center; /* Центрирует элементы по вертикали */
}

.t-video-lazyload video::-webkit-media-controls {
    display: none !important;
}


.t-video-lazyload video {
    pointer-events: none; /* Запрещает взаимодействие с видео */
}

.uc-main-photo .t107 .t-img, .uc-main-video .tn-atom__videoiframe, .tn-atom__html iframe {
    border: 20px solid #1E1F29;
    box-sizing: border-box;
}

.t976__wrapper {
    gap: 10px;
}

.t976__list-item {
    padding: 0;
}

.t-img {
    position: relative;
}

.t-img::before {
    content: "";
    position: absolute;
    top: -30%; /* Расположение свечения */
    left: 50%;
    width: 200%;
    height: 150%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 10%, rgba(255, 255, 255, 0) 60%);
    transform: translateX(-50%);
    filter: blur(6000px);
    pointer-events: none;
    z-index: 0;
}

.t-form-success-popup__text {
    color: #000;
}


.tn-elem {
    overflow: hidden;
}

/*  Headings and descrioptions for inner pages  */
.t225__title {
    font-size: 48px;
}

.t225__descr, .t795__descr {
    font-size: 17px!important;
        line-height: 1.65;
}

/*  Стилизация потоков  */

.t-feed__post-popup__content {
    padding-top: 10px!important;
}

.t-feed__post-popup__relevants-imgwrapper {
    height: 100%!important;
}

.t-feed__post-popup__relevants-bgimg, .t-feed__post-popup__relevants-imgwrapper {
    aspect-ratio: 16 / 9;
}

.js-feed-post-descr {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-feed__post-bgimg {
    top: 1px !important;
    border: 1px solid transparent;
}

.uc-posts .js-feed-post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.t-feed__col-grid__content.t-feed__grid-col_paddingbig {
    height: 100%!important;
}

ul.t-feed__container {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.uc-posts .t-col_6 {
    max-width: 546px;
}

.t-feed__button-container {
    font-size: 16px;
    padding-right: 30px!important;
    padding-left: 30px!important;
    border: 3px solid transparent;
    box-sizing: border-box;
    background-color: #914bf1;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
}

.t-feed__buttons-wrapper {
margin-top: 60px!important;
}

.t-btn_md {
    height: 55px!important;
}

.t-feed__showmore-btn {
    outline: 2px solid rgba(143, 71, 255, 0.5) !important;
    padding: 3px 3px !important;
    border-radius: 8px !important;
}

/* Градиент цифр  */
.numbers .tn-atom, .t1067__price {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #151519 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.uc-team-portfolio .t-card__descr, .uc-team-portfolio .t-card__title {
       display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important; 
}

/* Ебаные отзывы */
.uc-testimonials .t-card__descr {
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.t902__content {
    width: 340px;
}

.t902__wrap_left {
    width: 100% !important;
    aspect-ratio: 206 / 306 !important; /* Соотношение сторон 9:16 */
    max-height: 100% !important;
}

.t902__bgwrapper {
    width: 100% !important;
    height: 100% !important;
    border: 1px solid transparent !important;
    outline: 1px solid transparent !important;
    box-sizing: border-box !important;
}

.t902__bgimg {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 24px;
}


/* Сольное меню */
.uc-menu-solo {
    border-bottom: 1px solid #2B2C37;
}
/* Градиент цифр */


/* Стабилизация текста в вёрстке */
.t396__elem[data-elem-type="text"] {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
}

body {
    background-color: #15151b!important;
}

li::marker {
  color: #914BF1;
}

a:focus {
  outline: none;
}

@keyframes fill {
    from {
        transform: scaleX(0);
        transform-origin: left;
    }

    to {
        transform: scaleX(1);
        transform-origin: left;
    }
}

.special-border {
    border: 1px solid transparent;
}

/* Ебучий слайдер */
:root {
    /* Общие стили */
    --dbmPaddingSliderDesktop: 40px;
    /* Отступы от края экрана на декстопе */
    --dbmPaddingSliderTablet: 20px;
    /* Отступы от края экрана на планшетах */
    --dbmPaddingSliderMobile: 20px;
    /* Отступы от края экрана на мобилках */
    --dbmIconArrowPrev: url(https://static.tildacdn.com/tild6162-3263-4135-b334-346562393036/arrow-prev.svg);
    /* Иконка "предыдущий слайд" */
    --dbmIconArrowNext: url(https://static.tildacdn.com/tild3637-3632-4531-a432-633034666565/arrow-next.svg);
    /* Иконка "следующий слайд" */
    --dbmBorderRadiusArrow: 100px;
    /* Скругление углов у стрелок */
    --dbmWidthHeightArrow: 50px;
    /* Ширина и высота иконки */
    --dbmGapSlider: 20px;
    /* Отступ между карточками товаров */

    /* Стили для буллетов */
    --dbmBackgroundBullet: #262626;
    /* Фоновый цвет */
    --dbmGapBullet: 5px;
    /* Отступы вокруг */
    --dbmBorderRadiusBullet: 100px;
    /* Скругление углов */
    --dbmHeightBullet: 6px;
    /* Высота */
    --dbmBulletMarginTop: 30px;
    /* Отступ сверху до карточек */
    --dbmBackgroundActiveBullet: #cecece;
    /* Цвет активного буллета */
    --dbmWidthActiveBullet: 130%;
    /* Ширина активного буллета */
    --dbmColorIndicationBullet: #1A1A1A;
    /* Цвет индикатора заполнения */
    --animation-duration: 1s;
    /* Продолжительность анимации */
}

.uc-slider-shop {
    z-index: 1;
}

[class*="uc-slider-shop"] {
    & .t-store__grid-separator {
        display: none;
    }

    & .swiper-button-next-dbm,
    & .swiper-button-prev-dbm {
        position: absolute;
        top: 40%;
        right: -25px;
        border: 1px solid #262626;
        width: var(--dbmWidthHeightArrow);
        height: var(--dbmWidthHeightArrow);
        border-radius: var(--dbmBorderRadiusArrow);
        cursor: pointer;
        z-index: 2;
    }

    & .swiper-button-disabled {
        opacity: 0.5;
    }

    & .swiper-button-prev-dbm {
        left: -25px;
        /* Отодвигаем левую стрелку налево */
    }

    & .swiper-button-next-dbm {
        background-image: var(--dbmIconArrowNext);
        background-size: cover;
        background-repeat: no-repeat;
    }

    & .swiper-button-prev-dbm {
        background-image: var(--dbmIconArrowPrev);
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* Стили для буллетов в слайдере */
    & .swiper-pagination-dbm {
        width: 100%;
        margin-top: var(--dbmBulletMarginTop);
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        gap: var(--dbmGapBullet);
        justify-content: center;
    }

    & .swiper-pagination-bullet {
        background: var(--dbmBackgroundBullet);
        width: 100%;
        height: var(--dbmHeightBullet);
        opacity: 0.5;
        transition: all 0.4s ease-in-out;
        border-radius: var(--dbmBorderRadiusBullet);
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    & .swiper-pagination-bullet-active {
        background: var(--dbmBackgroundActiveBullet);
        width: var(--dbmWidthActiveBullet);
        opacity: 1;
    }

    & .swiper-pagination-bullet::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: var(--dbmColorIndicationBullet);
        transform: scaleX(0);
        transform-origin: left;
    }

    & .swiper-pagination-bullet-active::before {
        animation: fill var(--animation-duration) linear forwards;
    }

    /* Ваши стили для контейнера и карточек */
    & .swiper {
        z-index: 5;
        margin: 0 auto;
        /* Центрирование контейнера */
        overflow: visible;
        max-width: calc(100vw - (var(--dbmPaddingSliderDesktop) * 2));
        position: relative;
        padding: 0 !important;
    }

    /* Стили для внутреннего обертки */
    & .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        /* Чтобы карточки стояли в ряд */
        gap: var(--dbmGapSlider);
    }

    & .swiper-slide {
        height: 100%;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        flex: 0 0 auto;
        /* Карточки не растягиваются и не схлопываются */
    }

    & .swiper-slide>div {
        width: 100% !important;
    }
}


.uc-header {
    height: 0px !important;
}

.tn-form__submit {
    margin: 0 2px;
}

.yy-button, .tn-form__submit {
    outline: 2px solid rgba(143, 71, 255, 0.5) !important;
    padding: 3px 3px !important;
    border-radius: 8px !important;
}


/* Ебаный отступ в магазине */
.t-store__grid-cont>*:last-child {
    margin: 0;
    /* Устанавливаем margin: 0 для последнего элемента */
}


/* Охуевшая тень */
.uc-portfolio .t-store__card__wrap_all {
    box-shadow:
        rgba(92, 58, 228, 0.3) 4px 6px 20px -2px inset,
        rgba(92, 58, 228, 0.5) 1px 1px 2px -0.5px inset,
        rgba(255, 255, 255, 0.4) 0px 0px 2px 0px inset;
}

.t1003__content {
    box-shadow:
        rgba(92, 58, 228, 0.3) 0px 7px 23px -2px inset,
        rgba(92, 58, 228, 0.5) 1px 1px 1px -0.5px inset,
        rgba(255, 255, 255, 0.4) 0px 0px 2px 0px inset;
}

.yy-shape .tn-atom::before {
    content: '';
    position: absolute;
    top: -50px;
    /* Регулируйте положение свечения */
    left: -50px;
    width: 120px;
    /* Размер свечения */
    height: 120px;
    background: rgba(120, 80, 255, 0.8);
    /* Цвет свечения */
    filter: blur(50px);
    /* Мягкость свечения */
    border-radius: 50%;
    /* Делает свечение круглым */
    z-index: 1;
}

/* Кастомная плашка */
.yy-shape {
    overflow: hidden;
    /* Чтобы свечение не выходило за рамки блока */
}

.t-input-block {
    border-radius: 10px;
    background-color: #171719;
}

.yy-shape .tn-atom, .t902__inner-col, .t-feed__col-grid__post-wrapper, .t-input-block, .t774__wrapper, .t1067__content {
    /* Начальное состояние тени */
    box-shadow: rgba(92, 58, 228, 0.08) 0px 32px 64px 0px inset,
        rgba(92, 58, 228, 0.5) 1px 1px 1px -0.5px inset,
        rgba(255, 255, 255, 0.4) 0px 0px 2px 0px inset;
    transition: box-shadow 0.3s ease;
    will-change: transform;
    /* Плавный переход тени */
}

.yy-shape .tn-atom:hover,
.t-store__card__wrap_all:hover, .t902__inner-col, .t774__wrapper:hover, .t1067__content:hover {
    /* Состояние тени при наведении */
    box-shadow: rgba(92, 58, 228, 0.12) 0px 40px 80px 0px inset,
        rgba(92, 58, 228, 0.6) 2px 2px 2px -0.5px inset,
        rgba(255, 255, 255, 0.5) 0px 0px 2px 0px inset;
        will-change: transform;
}


/* Бегущая строка */
.t1003__item img {
    height: 30px !important;
    /* Ограничиваем максимальную высоту изображения */
    display: inline-block;
    /* Устанавливаем корректное отображение */
    vertical-align: middle;
    /* filter: grayscale(1);Центрируем изображение вертикально относительно текста */
    /* По умолчанию черно-белое изображение */
    transition: filter 0.2s ease;
    /* Плавный переход для фильтра */
}

.t1003__item img:hover {
    filter: grayscale(0);
    /* Убираем черно-белый фильтр при наведении */
}


/* Заголовки */
.t795__title {
    font-size: 42px;
    /* Для экранов 1200+ пикселей */
    margin-bottom: 20px !important;
}

/* Портфолио */
.uc-portfolio .t-store__card__wrap_all,
.uc-portfolio .t-store__card__imgwrapper,
.uc-portfolio .t-store__card__wrap_all a {
    display: flex !important;
}

.uc-portfolio .t-store__card__wrap_all {
    overflow: hidden;
    align-items: center !important;
    background-image: url('https://static.tildacdn.com/tild6538-3630-4466-b866-633165373366/1-01.svg');
    background-repeat: no-repeat;
    background-size: 330px 249px;
    background-position: top right;
}

.uc-portfolio .t-store__card__imgwrapper {
    border: 1px solid transparent;
    padding: 0 !important;
    max-height: 413px !important;
    justify-content: center !important;
    max-width: 513px !important;
    width: 100% !important;
    aspect-ratio: 1;
    height: auto !important;
    overflow: hidden !important;
}

.uc-portfolio .t-store__card__wrap_all a {
    width: 100% !important;
    max-width: 513px !important;
}

.uc-portfolio .js-store-prod-descr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.uc-portfolio .store__card__wrap_txt-and-opts>a::before {
    content: '';
    display: block;
    width: 100%;
    height: 700px;
    top: -200px;
    background-color: transparent;
    position: absolute;
    left: 0;
    z-index: 1;
}

.uc-portfolio .t-store__card__bgimg {
    position: absolute !important;
    border-radius: 20px;
}

.uc-portfolio .js-product.t-store__card.t-col_8 {
    max-width: 1160px !important;
}

.uc-portfolio .js-product.t-store__card.t-col_8.t-prefix_2 {
    padding-left: 0 !important;
}

.uc-portfolio .js-product-edition-option-name {
    display: none !important;
}

.uc-portfolio .js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    background-color: #1A1A1A !important;
    border: 1px solid #262626 !important;
    padding: 14px !important;
    border-radius: 30px !important;
    pointer-events: none;
}

.uc-portfolio .js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #262626 !important;
}

.uc-portfolio .store__card__wrap_txt-and-opts {
    margin-left: 30px !important;
}

.uc-portfolio .js-product-edition-option {
    margin-top: 40px !important;
}

/* Команда */
.uc-slider-shop .t-store__card__wrap_all {
    border: 1px solid #262626;
}

.uc-slider-shop .t-store__card__bgimg {
    margin: 20px 20px 0 20px;
    border-radius: 6px;
}


@media screen and (max-width: 1200px) {

    
    .t1067__price {
    font-size: 28px;
}
    
    .uc-figma iframe {
    height: 528px !important; /* Принудительно */
}
    
    .t-feed__parts-switch-btn a {
        font-size: 14px;
    }
    
    .t225__descr, .t795__descr {
    font-size: 13px!important;
    line-height: 1.65;
}
    
    .t225__title {
    font-size: 38px;
}
    
    .t-feed__button-container {
        font-size: 14px;
    }
    
    .uc-posts .t-col_6 {
    max-width: 446px;
}
    
    .t902__content {
    width: 255px;
}

    .t795__title {
        font-size: 38px;
    }

    .uc-portfolio .t-store__card__wrap_all a {
        max-width: 453px !important;
    }

    .uc-portfolio .t-store__card__imgwrapper {
        max-height: 353px !important;
        max-width: 453px !important;
    }

    .uc-portfolio .t-store__card .t-typography__title {
        font-size: 27px !important;
    }

    .uc-portfolio .t-store__card .t-typography__descr {
        font-size: 14px !important;
    }

    .uc-portfolio .js-product .t-product__option-variants_buttons .t-product__option-item_simple {
        padding: 12px !important;
    }

    .uc-portfolio .js-product-edition-option {
        margin-top: 25px !important;
    }

    .uc-portfolio .js-product.t-store__card.t-col_8 {
        max-width: 940px !important;
    }
}

@media screen and (max-width: 1000px) {
    & .swiper {
        max-width: calc(100vw - (var(--dbmPaddingSliderTablet) * 2));

    }

    & .swiper-button-next-dbm,
    & .swiper-button-prev-dbm {
        right: 0px;
    }

    & .swiper-button-prev-dbm {
        left: 0px;
        /* отодвигаем левую стрелку налево */
    }


}

@media screen and (max-width: 960px) {
    
    .uc-figma iframe {
    height: 480px !important; /* Принудительно */
}
    
    
        .t-redactor__h2, .t-redactor__h3 {
        font-size: 28px!important;
    }
    
        .t-feed__parts-switch-btn a {
        font-size: 13px;
    }
    
    .t225__title {
    font-size: 32px;
}
    
        .t915__container {
        max-width: 660px;
    }
    
    .uc-posts .t-col_6 {
    max-width: 100%;
}
    .uc-testimonials .t-col {
        padding: 0;
    }
        
        .t902__inner-col {
        margin: auto;
        width: 620px;
    }
    
    .t902__wrap_right {
        padding-bottom: 0;
    }
    
    .t902__content {
        width: 360px;
    }
    
    .t795__title {
        font-size: 32px;
    }

    .uc-portfolio .t-store__card__wrap_all {
        flex-direction: column;
    }

    .uc-portfolio .store__card__wrap_txt-and-opts {
        margin-left: 0 !important;
    }

    .uc-portfolio .t-store__card__wrap_all a {
        max-width: 640px !important;
    }

    .uc-portfolio .t-store__card__imgwrapper {
        max-width: 640px !important;
        max-height: 540px !important;
    }

    .uc-portfolio .t-store__grid-cont_mobile-grid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .uc-portfolio .t-store__card.t-col {
        padding-right: 0 !important;
    }

    .uc-portfolio .js-product.t-store__card.t-col_8 {
        max-width: 620px !important;
    }
}

@media screen and (max-width: 640px) {
    
    .uc-figma iframe {
    height: 460px !important; /* Принудительно */
}
    
    .uc-team-portfolio .t774__wrapper {
        margin: 15px;
    }
    
    .uc-team-portfolio .t774__container_mobile-grid {
        padding: 0!important;
    }
    
    .t-descr_sm {
        font-size: 13px;
    }
    
.uc-main-photo .t107 .t-img, .uc-main-video .tn-atom__videoiframe, .tn-atom__html iframe {
    border: 10px solid #1E1F29!important;
}
    
    .t-redactor__h2, .t-redactor__h3 {
        font-size: 28px!important;
    }
    
    .t225__title {
    font-size: 28px;
}

    .t902__inner-col {
        margin: auto;
        width: 460px;
    }
    
    .t902__content {
        width: 240px;
    }
    
    & .swiper {
        max-width: calc(100vw - (var(--dbmPaddingSliderMobile) * 2));
    }

    .t795__title {
        font-size: 28px;
    }

    .yy-shape::before {
        filter: blur(45px);
    }

    .uc-portfolio .js-product.t-store__card.t-col_8 {
        max-width: 460px !important;
    }

    .uc-portfolio .js-product-edition-option {
        margin-top: 15px !important;
    }
}

@media screen and (max-width: 480px) {
    
    .uc-figma iframe {
    height: 500px !important; /* Принудительно */
}
    
    .t225__descr, .t795__descr {
    font-size: 13px!important;
        line-height: 1.65;
}
    
    .t225__title {
    font-size: 24px;
}
    
    .uc-testimonials .t-col {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .t902__wrap_right {
        padding: 20px;
    }
    .t902__wrap {
        display: flex!important;
        flex-direction: column;
    }
    
    .t902__content {
        padding: 15px 15px 20px;
        width: auto;
    }
    
    .t902__inner-col {
        width: auto;
    }
    .t795__title {
        font-size: 23px;
    }

    .uc-portfolio .t-store__grid-cont_mobile-grid {
        padding: 0 15px !important;
    }
}