/*дети*/
.nav-test-list-hd {
padding: 12px 15px;
height: 20%;
}
/* класс при открытии не влияет на растягивание*/
.open-menu-hd {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
/* сам блок*/
.menu-tests-hd-list {
position: absolute;
z-index: 100;
background: #1356BC;
height: 100%;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
left: 65px;
transition: 0.3s;
line-height: 18px;
font-size: 14px;
font-weight: bold;
padding: 38px 20px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
width: auto;
min-width: unset;
max-width: unset;
}