.uc-h-one .t795__title {
        letter-spacing: -2.5px;
    }

.uc-h-two  .t795__title {
        letter-spacing: -2.5px;
    }
    
.uc-solutions .t-card__title {
        letter-spacing: -1px;
    }
    
    
.t-form__errorbox-wrapper {
    background: #3c2737 !important;
    padding: 30px !important;;
    
    margin-bottom: 20px !important;;
    border-radius: 10px !important;;
}
    
.t-form__errorbox-link {
    color: #ffcd9c  !important;;;
}    

/*дата в статьях*/
.t404__date {
line-height: 16px;
letter-spacing: 1px;
color: white !important;;
background-color: #3c2637;
border-radius: 5px;
padding: 2px 10px;
font-weight: 900;
}

.t090__autor-descr {
    letter-spacing: 0px !important;
}

.t090__outer {
    border-top: 4px solid #3c2637 !important;
}

.t090 svg polygon {
    fill: #3c2637 !important;
}


@media (min-width: 981px) {
    .t090__author {
        width: 600px !important;
    }
}

@media screen and (max-width: 980px) {
    .t090__author {
        width: 100% !important;;
    }

/*-----------------------ТОВАРЫ и ТАБЫ РАЗДЕЛОВ---------------------------*/

.t858__col.t-item.t-card__col.t-card__col_withoutbtn.t-col.t-col_4.t-align_left,
.js-product.t-store__card.t-col.t-col_4.t-align_left,
.t404__col.t-col.t-col_4.t-align_left {
    transition: transform 0.3s ease !important; /* плавный переход для свойства transform */
    
}

.t858__col.t-item.t-card__col.t-card__col_withoutbtn.t-col.t-col_4.t-align_left:hover,
.js-product.t-store__card.t-col.t-col_4.t-align_left:hover,
.t404__col.t-col.t-col_4.t-align_left:hover {
    transform: scale(0.975) !important; /* уменьшаем элемент на 5% при наведении */
    
}

/*-----------------------УВЕЛИЧЕНИЕ ФОТО---------------------------*/
.t760__img,
.t404__img,
.t107__width,
.t175__img,
.t-slds__img, слайдер на главной
.t-store__card__bgimg,
.t-store__card__bgimg_second,
.t-slds__thumbsbullet,
.t-slds__bullet {
    border-radius: 10px !important;
    overflow: hidden !important;
    transition: transform 0.25s ease-in-out !important; /* Общий переход для всех изображений */
}

js-product-img t-store__card__bgimg t-bgimg loaded

.t107__width:hover,
.t760__img:hover,
.t175__img:hover,
/*.t-slds__img:hover, слайдер на главной*/
.t-store__card__bgimg_second:hover,
.t-slds__thumbsbullet:hover,
.t-slds__bullet:hover {
    overflow: hidden !important;
    transform: scale(0.975) !important;
}

