.categories-container{
    display: flex;
}
.percent-40{
    width: 40%;
}
.percent-30{
    width: 30%;
}
.tn-atom-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Масштабирует и обрезает, чтобы видео полностью заполнило контейнер */
    object-position: center; /* Центрирует видео внутри контейнера */
}

.menu-item a{
    color: #000000 !important; 
}
.menu-item-active a{
    color: #fe5c01 !important;  
}