/*Пункты меню*/

.cath-menu:hover {
    color: #74564D;
}

.cath-menu:after {
    background-color: #74564D;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.cath-menu:hover:after,
.cath-menu:focus:after {
    width: 100%;
}

/*шрифр в потоках*/

.t-text_md {
    font-size: 16px;
}

/*Заголовок потока*/

.t-descr_xxs {
    font-size: 16px;
}