/*подчеркивание ссылок подменю*/


.t420__descr a {
    display: inline-block;
    color: #000;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}
.t420__descr a:after {
    background-color: #000;
    display: block;
    content: "";
    height: 1px;
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.t420__descr a:hover:after,
.t420__descr a:focus:after {
    width: 100%;
}
.t401__title {
    background: url(https://static.tildacdn.com/tild6331-3564-4436-a236-383933393439/1.png) repeat-x 0 100%;
    border-bottom: 0!important;
    -ms-background-size: 100% 25%;
    background-size: 100% 25%;
    transition: background-size .43s ease-in-out;
    padding-bottom: 0px !important;
    width: fit-content;
    cursor:pointer;
    padding: 5px;
    }
.t401__title:hover{
    ms-background-size: 100% 100%;
    background-size: 100% 100%;
    }

/*подчёркивание ссылок при наведенииработает ноябрб 2023*/

.tn-atom a {
    display: inline-block;
    color: gray;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}
.tn-atom a:after {
    background-color: gray;
    display: block;
    content: "";
    height: 1px;
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.tn-atom a:hover:after,
.tn-atom a:focus:after {
     background-color: gray;
    width: 100%;
}


