.t-menu__link-item {
    color: #51504F !important;  /* Цвет текста в меню по умолчанию */
    transition: color 0.3s ease;
}

.t-menu__link-item:hover {
    color: #FF7F50 !important;  /* Цвет текста при наведении */
    cursor: pointer;
}

/*Увеличение стандартной карточки при наведении*/
@media screen and (min-width: 1200px){
    .t1029__col{     
        transition: 0.4s ease-in-out;        
    }   
    .t1029__col:hover{
        transform: scale(1.1); 
    }
}
.t794__link {
  color: #51504F !important; /* начальный цвет текста */
  transition: color 0.3s ease;
}

.t794__link:hover {
  color: #FF7F50 !important; /* цвет текста при наведении */
  cursor: pointer;
}
.t-btn {
  transition: transform 0.4s ease; /*Увеличение кнопок при наведении*/
}

.t-btn:hover {
  transform: scale(1.1);
}
.t-submit {
  transition: transform 0.4s ease;
}

.t-submit:hover {
  transform: scale(1.1);
}
/* Центрирование карточек в блоках T491 */
[data-record-type="491"] .t491__container {
  justify-content: center;
  }
