.uc-indicators .t-card__col{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 0;
    padding: 28px 20px;
    background-color: #fff;
}

.uc-indicators .t1029__img_circle{
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    margin: 0;
}

.uc-indicators .t1029__wrappercenter{
    padding: 0;
}

.uc-indicators .t-card__title{
    margin: 0 0 10px 0;
    text-align: start;
    white-space: nowrap;
}

.uc-indicators .t-card__descr{
    text-align: start;
}

.uc-indicators-title .t-prefix_1 {
    padding-left: 0;
}

.uc-possibilities-tit .t-prefix_1 {
    padding-left: 0;
}

.uc-possibilities-tit .t-title{
    max-width: 800px;
}

.uc-possibilities .t-item{
    background-color: #fff;
}

.uc-possibilities .t1032__content {
    border: none;
    padding: 0;
}

.uc-price-tit .t-prefix_1 {
    padding-left: 0;
}

@media (max-width: 1400px){
    .uc-indicators .t-card__title {
        white-space: normal;
    }
}

@media (max-width: 1200px){
    .uc-indicators-title .t-container{
        margin-left: 25px;
        margin-right: 25px;
    }
    
     .uc-indicators .t-container{
        margin-left: 25px;
        margin-right: 25px;
        max-width: 94vw;
    }
    
    .uc-price-tit .t-container{
        margin-left: 25px;
        margin-right: 25px;
    }
    
    .uc-indicators .t1029__row{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .uc-indicators .t-card__col {
        width: calc((100% - 20px) / 2);
    }
    
    .uc-possibilities-tit .t-container{
        margin-left: 25px;
    }
}

@media (max-width: 960px){
    .uc-indicators .t-card__col {
        width: 100%;
    }
    
    .uc-indicators .t-container {
        max-width: 92vw;
    }
}

@media (max-width: 768px){
    .uc-indicators-title .t-prefix_1 {
       
    }
    
    .uc-indicators .t-card__title {
        white-space: normal;
    }
    
    .uc-indicators-title .t-container {
        margin-left: 0;
        margin-right: 0;
        padding: 0 25px;
        max-width: 80%;
    }
    
    .uc-possibilities-tit .t-container {
        margin-left: 0;
        padding: 0 25px;
        max-width: 80%;
    }
    
    .uc-price-tit .t-container {
        margin-left: 0;
        margin-right: 0;
        padding: 0 25px;
        max-width: 80%;
    }
}

@media (max-width: 640px){
    .uc-indicators .t-container {
        max-width: 92vw;
    }
}

@media (max-width: 480px){
    .uc-indicators .t-card__col {
        flex-direction: column;
        align-items: center;
    }
    
    .uc-indicators .t-card__title {
        text-align: center;
    }
    
    .uc-indicators .t-card__descr {
        text-align: center;
    }
    
    .uc-indicators .t-container {
        max-width: 96vw;
        margin: 0 10px;
    }
    
    .uc-indicators-title .t-container {
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px;
        max-width: 90%;
    }
    
    .uc-special .tn-elem{
        left: 10px !important;
    }
    
    .uc-special .tn-group{
        left: 10px !important;
        width: calc(100% - 20px) !important;
    }
    
    .uc-special .tn-atom{
        width: 300px;
    }
    
    .uc-possibilities-tit .t-container {
        margin-left: 0;
        padding: 0 10px;
        width: 100%;
        max-width: 90%;
    }
    
    .uc-price-tit .t-container {
        margin-left: 0;
        margin-right: 0;
        width: 100%;        
        max-width: 90%;
        padding: 0 10px;
    }
}

@media (max-width: 360px){
    .uc-indicators .t-container {
        max-width: 94.5vw;
    }
    
    .uc-special .tn-atom{
        width: 300px;
    }
}






















