.switch-lang{
    cursor:pointer;
}

.grad-text > .tn-atom{
        background-image: url(https://static.tildacdn.com/tild3831-3062-4533-b031-373165363633/Rectangle_50.svg);
        background-size: contain;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .grad-border {
        background-image: url(https://static.tildacdn.one/tild3831-3062-4533-b031-373165363633/Rectangle_50.svg);
        background-size: cover;
        padding: 2px;
        border-radius: 35px;
    }
    
    .grad-border > .tn-atom::before {
      content: '';
      position: absolute;
      top: -2px; /* Размер обводки */
      left: -2px; /* Размер обводки */
      right: -2px; /* Размер обводки */
      bottom: -2px; /* Размер обводки */
      background-image: inherit; /* Наследуем фоновое изображение от родителя */
      background-size: cover;
      z-index: -1;
      border-radius: 35px; /* Сохраняем скругление углов */
    }
    
    .grad-btn > .tn-atom{
        background-image: url(https://static.tildacdn.com/tild3938-6164-4635-a435-363462613530/Frame_11.png);
        background-size: cover;
    }
    
    .uc-accord li {
    list-style-type: none; /* Убираем маркеры у списка */
}
   
.uc-accord li:before {
    content: "・"; /* Добавляем в качестве маркера символ */
}

.uc-accord .t-container{
        border-left: 1px solid;
    border-right: 1px solid;
    max-width: 1160px;
}  

.uc-accord .t-col {
    display: inline;
    float: left;
    margin-left: 60px;
    margin-right: 60px;
    width: 100%;
}

@media screen and (max-width:1200px){
 .uc-accord .t-container{
        border-left: 0px solid;
    border-right: 0px solid;
    max-width: 620px;
}  

.uc-accord .t-col {
    display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
} 

}
@media screen and (max-width:640px){
 .uc-accord .t-container{
    max-width: 300px;
}  

.uc-accord .t585__text>ul {
    -webkit-padding-start: 0px !important;
}

.uc-accord .t-col {
    padding-left: 0px;
    padding-right: 0px;
    
}


}