.text-reveal {
  opacity: 0;
  animation: fadeIn 2s ease forwards;
  animation-delay: 2s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Расстояние от лого ME403 */
.t450__logowrapper {
    margin-bottom: 50px;
}


.menu-item .tn-atom:hover {
        color: #CA0A23 !important;
    }
    
    .red-button .tn-atom {
        transition: 300ms !important;
    }
    
    .red-button .tn-atom:hover {
        transition: 300ms !important;
        box-shadow: 0px 0px 100px #ca0a23cc;
    }
    

/* TX16N во всю ширину */

    @media screen and (min-width: 960px) {
    
        .uc-accordion .t-container {
            display: grid !important;
            grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
            max-width: 95% !important;
            gap: 40px !important;
        }
        .uc-accordion .t-col.t-col_6 {
            max-width: 100% !important;
            margin-inline: 0 !important;
        }
        .uc-accordion .t-container::before,
        .uc-accordion .t-container::after {
            display: none !important;
        }
    }
    
    
.client-logo {
    opacity: 50% !important;
    transition: 300ms !important;
}
.client-logo:hover {
    opacity: 100% !important;
    transition: 300ms !important;
}