@media screen and (min-width: 1px) {
    ::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none;
    }
}



    .t-checkbox__indicator{
        border: 1px solid #fff;
        border-radius: 10px;
        vertical-align: text-bottom;
        height: 15px;
        width: 15px;
        margin-right: 6px;
        opacity: 40%;
    }



    .t-checkbox__indicator:after{
        left: 5px;
        top: 3px;
        width: 2px;
        height: 5px;
    }

    .t450__list_item:nth-child(9) a{
        background-image: linear-gradient(135deg, rgba(46,88,255,1) 0%, rgba(240,22,240,1) 83%);
        -webkit-background-clip: text !important;
        color: transparent !important;
        font-weight:bold !important;
    }
    .t450__list_item:nth-child(8):has(.t-active){
        -webkit-background-clip: text !important;
        color: transparent !important;
        /*opacity:0.6;*/
    }
    
    
@media screen and (max-width: 960px){
.t959__card-inner.t959__card-inner_16-9  {
    padding-bottom: 204px !important;
}
}

@media screen and (max-width: 960px){
.t-card__title  {
    margin: 20px 30px 0px 20px !important;
}
}

@media screen and (max-width: 960px){
.t-card__descr  {
    margin: 0px 30px 20px 20px !important;
}
}

.t774__scroll-icon-wrapper {
    display: none !important;
}

.t959__scroll-icon-wrapper {
    display: none !important;
}

.t1004__scroll-icon-wrapper {
    display: none !important;
}

.gototg {
    display: inline-block;
    /* width: 100%; */
    padding: 10px 47px 10px 17px;
    margin: 15px 0 0 0;
    background: #fff;
    border-radius: 10px;
    color: #000 !important;
    font-weight: 500;
    background-image: url(https://static.tildacdn.com/tild3937-3036-4532-a234-396639303735/Vector_18.svg);
    background-repeat: no-repeat;
    background-position: 94% 7px;
}

a[href="#"] {
  pointer-events: none;
  cursor: default;
  opacity: 0.6; /* можно изменить для стилизации */
}

    .t450__list_item:nth-child(10) a{
        background-image: linear-gradient(135deg, rgba(57,75,85,1) 0%, rgba(114,132,139,1) 42%);
        -webkit-background-clip: text !important;
        color: transparent !important;
        font-weight:bold !important;
    }
